From 948967b1049240aca4f1e1d5b258d3dbb3dfa46c Mon Sep 17 00:00:00 2001 From: angshu Date: Fri, 24 Aug 2018 17:47:33 +0530 Subject: [PATCH 001/372] added NOTICE file --- NOTICE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..881512a3 --- /dev/null +++ b/NOTICE @@ -0,0 +1,7 @@ +Copyright (C) 2013 OpenMRS, Inc + +This product includes software developed under the stewardship of the Bahmni Coalition, under fiscal sponsorship of OpenMRS, Inc. (http://www.openmrs.org/) + +This product includes software developed at ThoughtWorks, Inc. (http://www.thoughtworks.com/) + + From 48439687e695de814c61aaf392f9f932c71e57ff Mon Sep 17 00:00:00 2001 From: tbindu Date: Tue, 23 Apr 2019 15:47:53 +0530 Subject: [PATCH 002/372] Bindu,Sravya | BAH-787 | Changing jre version to 8u131 --- bahmni-erp-connect/resources/bahmni-erp-connect.conf | 2 +- .../resources/bahmni-event-log-service.conf | 2 +- bahmni-lab/resources/bahmni-lab.conf | 2 +- bahmni-pacs/resources/pacs-integration/pacs-integration.conf | 2 +- bahmni-reports/resources/bahmni-reports.conf | 2 +- openmrs/resources/openmrs.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bahmni-erp-connect/resources/bahmni-erp-connect.conf b/bahmni-erp-connect/resources/bahmni-erp-connect.conf index 7bc7baca..bfe8afda 100644 --- a/bahmni-erp-connect/resources/bahmni-erp-connect.conf +++ b/bahmni-erp-connect/resources/bahmni-erp-connect.conf @@ -7,4 +7,4 @@ export DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=8002,server=y,susp export OPENERP_DB_SERVER=localhost export OPENERP_DB_PASSWORD="postgres" export OPENERP_DB_USERNAME="postgres" -export JAVA_HOME=/usr/java/jre1.8.0_101 +export JAVA_HOME=/usr/java/jre1.8.0_131 diff --git a/bahmni-event-log-service/resources/bahmni-event-log-service.conf b/bahmni-event-log-service/resources/bahmni-event-log-service.conf index a2a46127..de5a84a7 100644 --- a/bahmni-event-log-service/resources/bahmni-event-log-service.conf +++ b/bahmni-event-log-service/resources/bahmni-event-log-service.conf @@ -5,4 +5,4 @@ export CONTEXT_PATH=/event-log-service export WAR_DIRECTORY=/var/run/bahmni-event-log-service/bahmni-event-log-service export SERVER_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" export DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=8004,server=y,suspend=n" -export JAVA_HOME=/usr/java/jre1.8.0_101 +export JAVA_HOME=/usr/java/jre1.8.0_131 diff --git a/bahmni-lab/resources/bahmni-lab.conf b/bahmni-lab/resources/bahmni-lab.conf index 87f4fd06..d593dd9d 100644 --- a/bahmni-lab/resources/bahmni-lab.conf +++ b/bahmni-lab/resources/bahmni-lab.conf @@ -5,6 +5,6 @@ export CONTEXT_PATH=/openelis export WAR_DIRECTORY=/var/run/bahmni-lab/bahmni-lab export SERVER_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" export DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=8001,server=y,suspend=n" -export JAVA_HOME=/usr/java/jre1.8.0_101 +export JAVA_HOME=/usr/java/jre1.8.0_131 OPENELIS_DB_SERVER="localhost" diff --git a/bahmni-pacs/resources/pacs-integration/pacs-integration.conf b/bahmni-pacs/resources/pacs-integration/pacs-integration.conf index f8828807..74febf8b 100644 --- a/bahmni-pacs/resources/pacs-integration/pacs-integration.conf +++ b/bahmni-pacs/resources/pacs-integration/pacs-integration.conf @@ -6,4 +6,4 @@ export SERVER_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" export DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n" export PACS_DB="bahmni_pacs" export POSTGRES_USER="postgres" -export JAVA_HOME=/usr/java/jre1.8.0_101 +export JAVA_HOME=/usr/java/jre1.8.0_131 diff --git a/bahmni-reports/resources/bahmni-reports.conf b/bahmni-reports/resources/bahmni-reports.conf index f4ea5c81..7c2b1d39 100644 --- a/bahmni-reports/resources/bahmni-reports.conf +++ b/bahmni-reports/resources/bahmni-reports.conf @@ -16,4 +16,4 @@ REPORTS_DB_PASSWORD=password REPORTS_DB_USERNAME=reports-user MYSQL_ROOT_USER=root MYSQL_ROOT_PASSWORD=password -export JAVA_HOME=/usr/java/jre1.8.0_101 +export JAVA_HOME=/usr/java/jre1.8.0_131 diff --git a/openmrs/resources/openmrs.conf b/openmrs/resources/openmrs.conf index faa0aa34..3e9e04d7 100644 --- a/openmrs/resources/openmrs.conf +++ b/openmrs/resources/openmrs.conf @@ -12,4 +12,4 @@ OPENMRS_DB_USER=openmrs-user OPENMRS_DB_PASSWORD=password MYSQL_ROOT_USER=root MYSQL_ROOT_PASSWORD=password -export JAVA_HOME=/usr/java/jre1.8.0_101 +export JAVA_HOME=/usr/java/jre1.8.0_131 From d52099831a829646a121eb40759961d73255896c Mon Sep 17 00:00:00 2001 From: angshuman sarkar Date: Fri, 26 Apr 2019 18:28:35 +0530 Subject: [PATCH 003/372] BAH-763 | changing log level "warn" to "WARN" --- bahmni-erp-connect/resources/log4j.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bahmni-erp-connect/resources/log4j.xml b/bahmni-erp-connect/resources/log4j.xml index 3ed80f67..438b269f 100755 --- a/bahmni-erp-connect/resources/log4j.xml +++ b/bahmni-erp-connect/resources/log4j.xml @@ -11,7 +11,7 @@ - + From 47e4deb7f4f30fbc92e47425604b659ba18fdd52 Mon Sep 17 00:00:00 2001 From: swethab184 Date: Thu, 5 Sep 2019 01:25:09 +0530 Subject: [PATCH 004/372] BAH-889 | Merge release 0.92 (#22) * Bindu | BAH-629 | Upgrade to latest Ansible version * Swathi,Bindu| Depend on distro 0.91 instead of 0.92 for platform upgrade * Shilpa|BAH-631|Bahmni-package merging of bahmni-openmrs into bahmni-emr (#8) * Shilpa|BAH-631|Bahmni-package merging of bahmni-openmrs into bahmni-emr * Shilpa|BAH-631|Bahmni-package merging of bahmni-openmrs into bahmni-emr * Merging of bahmni-openmrs into bahmni-emr * Swathi| Depend on distro 0.91 instead of 0.92 for platform upgrade * Shilpa|BAH-633|Upgrading Postgresql to 9.5 (#7) * Shilpa|BAH-632|Made httpd 2.4 service running (#6) * Shilpa|BAH-632|Made httpd 2.4 service running * Shilpa|BAH-632|Integrating Bahmni specific configuration * Shilpa|BAH-632|Upgrading httpd to 2.4 * Shilpa|BAH-633|Upgrading postgresql to 9.5 (#10) * Shilpa|BAH-632|Upgrading apache to 2.4 (#11) * Shilpa|BAH-632|Upgrading apache to 2.4 * Shilpa|BAH-632|Upgrading httpd to 2.4 * Shilpa|BAH-641|Replacing service with systemctl in all sh files (#9) * Shilpa|BAH-704|Bahmni installer should install bahmni command (#12) * Shilpa|BAH-737|Upgrading PostgreSQL to 9.6 (#13) * Odoo integration (#14) * Tanmay | RPM built with Odoo10 * Ajeenckya - Updated code for bahmni-package for Odoo build * Tanmay,Ajeenckya | Fixed the RPM issue * Bah 751: Fixed rpm issues and refactor RPM (#15) * Rajashri | fixed RPM issues, and refactor postinstall script * Rajashri | Update new odoo clean dump and remove old openerp dump file * Bindu,Rajashri | BAH-749 | changing odoo-modules name * Rajashri | BAH-749 |fix missing odoo modules into rpm issue * Rajashri| BAH-763 fix openmrs files not found error during installer upgrade (#16) details : install bahmni installer 1.x version and emr y version.on the top of this install bahmni installer 1.x.1 version and emr version is still same(i.e) during emr installation error was thrown /opt/openmrs files not found * Bindu,Sravya | BAH-787 | Changing jre version to 8u131 * BAH-763 | changing log level "warn" to "WARN" * Bindu | BAH-631 | Removing openmrs rpm files for 0.92 bahmni * Bindu, Angshu | BAH-749 | Changing openerp db name to odoo * Lock down on odoo core version with s3 uploaded zip * Update open erp build package script as per new asw s3 url folder structure * Revert "Lock down on odoo core version with s3 uploaded zip" This reverts commit 40f20fc4327d23ef32563349915c76523437883a. * Revert "Update open erp build package script as per new asw s3 url folder structure" This reverts commit e86774762e1b5e1e15d06386a75cb4d1af626e79. * Lock down odoo core version with zip from github repo pushed to s3 * Use clean demp for default implementtation, this commit to be reverted once new demo dump is updated * Revert "Use clean demp for default implementtation, this commit to be reverted once new demo dump is updated" This reverts commit f6a2ef412cfaa8f258180e66f0754f9519d56989. * Rajashri | Update script to use odoo core ppointing to nightly build at s3 * Bindu | changed distro version from 0.91 to 0.92 * Bindu | changed distro version from 0.91 to 0.92 * BAH-848 | link_dir should be called before, as its cleaning up the /home/bahmni/.OpenMRS/ directory * BAH-848 | creating .OpenMRS directory * BAH-848 | create symlink to openmrs-runtime.properties (#20) * BAH-848 | create symlink to openmrs-runtime.properties, move out of the if condition * BAH-848 | adding condition to check the symlink already exists * BAH-848 | forcing symlink creation for openmrs-runtime.properties * git commit -m "Ensuring ownership of .OpenMRS to bahmni:bahmni" * Bindu | BAH-629 | Upgrade to latest Ansible version * Swathi,Bindu| Depend on distro 0.91 instead of 0.92 for platform upgrade * Shilpa|BAH-631|Bahmni-package merging of bahmni-openmrs into bahmni-emr (#8) * Shilpa|BAH-631|Bahmni-package merging of bahmni-openmrs into bahmni-emr * Shilpa|BAH-631|Bahmni-package merging of bahmni-openmrs into bahmni-emr * Merging of bahmni-openmrs into bahmni-emr * Swathi| Depend on distro 0.91 instead of 0.92 for platform upgrade * Shilpa|BAH-633|Upgrading Postgresql to 9.5 (#7) * Shilpa|BAH-632|Made httpd 2.4 service running (#6) * Shilpa|BAH-632|Made httpd 2.4 service running * Shilpa|BAH-632|Integrating Bahmni specific configuration * Shilpa|BAH-632|Upgrading httpd to 2.4 * Shilpa|BAH-633|Upgrading postgresql to 9.5 (#10) * Shilpa|BAH-632|Upgrading apache to 2.4 (#11) * Shilpa|BAH-632|Upgrading apache to 2.4 * Shilpa|BAH-632|Upgrading httpd to 2.4 * Shilpa|BAH-641|Replacing service with systemctl in all sh files (#9) * Shilpa|BAH-704|Bahmni installer should install bahmni command (#12) * Shilpa|BAH-737|Upgrading PostgreSQL to 9.6 (#13) * Odoo integration (#14) * Tanmay | RPM built with Odoo10 * Ajeenckya - Updated code for bahmni-package for Odoo build * Tanmay,Ajeenckya | Fixed the RPM issue * Bah 751: Fixed rpm issues and refactor RPM (#15) * Rajashri | fixed RPM issues, and refactor postinstall script * Rajashri | Update new odoo clean dump and remove old openerp dump file * Bindu,Rajashri | BAH-749 | changing odoo-modules name * Rajashri | BAH-749 |fix missing odoo modules into rpm issue * Rajashri| BAH-763 fix openmrs files not found error during installer upgrade (#16) details : install bahmni installer 1.x version and emr y version.on the top of this install bahmni installer 1.x.1 version and emr version is still same(i.e) during emr installation error was thrown /opt/openmrs files not found * Bindu | BAH-631 | Removing openmrs rpm files for 0.92 bahmni * Bindu, Angshu | BAH-749 | Changing openerp db name to odoo * Lock down on odoo core version with s3 uploaded zip * Update open erp build package script as per new asw s3 url folder structure * Revert "Lock down on odoo core version with s3 uploaded zip" This reverts commit 40f20fc4327d23ef32563349915c76523437883a. * Revert "Update open erp build package script as per new asw s3 url folder structure" This reverts commit e86774762e1b5e1e15d06386a75cb4d1af626e79. * Lock down odoo core version with zip from github repo pushed to s3 * Use clean demp for default implementtation, this commit to be reverted once new demo dump is updated * Revert "Use clean demp for default implementtation, this commit to be reverted once new demo dump is updated" This reverts commit f6a2ef412cfaa8f258180e66f0754f9519d56989. * Rajashri | Update script to use odoo core ppointing to nightly build at s3 * Bindu | changed distro version from 0.91 to 0.92 * Bindu | changed distro version from 0.91 to 0.92 * BAH-848 | link_dir should be called before, as its cleaning up the /home/bahmni/.OpenMRS/ directory * BAH-848 | creating .OpenMRS directory * BAH-848 | create symlink to openmrs-runtime.properties (#20) * BAH-848 | create symlink to openmrs-runtime.properties, move out of the if condition * BAH-848 | adding condition to check the symlink already exists * BAH-848 | forcing symlink creation for openmrs-runtime.properties * git commit -m "Ensuring ownership of .OpenMRS to bahmni:bahmni" --- bahmni-emr/build.gradle | 132 +- {openmrs => bahmni-emr}/resources/initDB.sh | 0 {openmrs => bahmni-emr}/resources/log4j.xml | 0 .../resources/openmrs-runtime.properties | 4 +- .../resources/openmrs.conf | 2 +- .../resources/openmrs_clean_dump.sql | 0 bahmni-emr/resources/openmrs_demo_dump.sql | 6930 ++ {openmrs => bahmni-emr}/resources/placeholder | 0 {openmrs => bahmni-emr}/resources/web.xml | 0 bahmni-emr/scripts/postinstall.sh | 50 +- bahmni-emr/scripts/preinstall.sh | 25 + bahmni-emr/scripts/preuninstall.sh | 2 +- {openmrs => bahmni-emr}/scripts/rpm/debug.sh | 0 {openmrs => bahmni-emr}/scripts/rpm/openmrs | 11 +- {openmrs => bahmni-emr}/scripts/rpm/start.sh | 0 bahmni-erp-connect/resources/run-liquibase.sh | 2 +- bahmni-erp-connect/scripts/preuninstall.sh | 2 +- bahmni-erp/build.gradle | 41 +- bahmni-erp/resources/odoo_clean_dump.sql | 80538 ++++++++++++++++ bahmni-erp/resources/openerp_clean_dump.sql | 18531 ---- bahmni-erp/scripts/postinstall.sh | 67 +- bahmni-erp/scripts/preinstall.sh | 15 +- bahmni-erp/scripts/preuninstall.sh | 2 +- bahmni-erp/scripts/rpm/{openerp => odoo} | 45 +- .../scripts/preuninstall.sh | 2 +- bahmni-installer/build.gradle | 1 + .../bahmni-command-line-tool/bahmni.py | 27 +- bahmni-lab/build.gradle | 2 +- bahmni-lab/scripts/preuninstall.sh | 2 +- bahmni-pacs/build.gradle | 4 +- bahmni-pacs/scripts/dcm4chee/preuninstall.sh | 2 +- .../scripts/pacs-integration/preuninstall.sh | 2 +- bahmni-reports/scripts/preuninstall.sh | 2 +- bahmni-web/resources/httpd.conf | 106 +- bahmni-web/resources/ssl.conf | 99 +- openmrs/build.gradle | 147 - openmrs/scripts/postinstall.sh | 47 - openmrs/scripts/preinstall.sh | 8 - openmrs/scripts/preuninstall.sh | 6 - settings.gradle | 1 - 40 files changed, 87853 insertions(+), 19004 deletions(-) rename {openmrs => bahmni-emr}/resources/initDB.sh (100%) rename {openmrs => bahmni-emr}/resources/log4j.xml (100%) mode change 100755 => 100644 rename {openmrs => bahmni-emr}/resources/openmrs-runtime.properties (83%) rename {openmrs => bahmni-emr}/resources/openmrs.conf (93%) rename {openmrs => bahmni-emr}/resources/openmrs_clean_dump.sql (100%) create mode 100644 bahmni-emr/resources/openmrs_demo_dump.sql rename {openmrs => bahmni-emr}/resources/placeholder (100%) rename {openmrs => bahmni-emr}/resources/web.xml (100%) mode change 100755 => 100644 rename {openmrs => bahmni-emr}/scripts/rpm/debug.sh (100%) rename {openmrs => bahmni-emr}/scripts/rpm/openmrs (90%) rename {openmrs => bahmni-emr}/scripts/rpm/start.sh (100%) create mode 100644 bahmni-erp/resources/odoo_clean_dump.sql delete mode 100644 bahmni-erp/resources/openerp_clean_dump.sql rename bahmni-erp/scripts/rpm/{openerp => odoo} (76%) delete mode 100644 openmrs/build.gradle delete mode 100644 openmrs/scripts/postinstall.sh delete mode 100644 openmrs/scripts/preinstall.sh delete mode 100644 openmrs/scripts/preuninstall.sh diff --git a/bahmni-emr/build.gradle b/bahmni-emr/build.gradle index 5168ab8b..a5ddc797 100644 --- a/bahmni-emr/build.gradle +++ b/bahmni-emr/build.gradle @@ -1,15 +1,39 @@ plugins { id "nebula.ospackage" version "3.4.0" + id "java" +} + +repositories { + mavenCentral() + jcenter() + maven { + url 'http://mavenrepo.openmrs.org/nexus/content/repositories/public' + } + maven { + url 'https://oss.sonatype.org/content/repositories' + } } group 'org.bahmni.emr' version project.bahmniRelease task extractOmods(type: Copy) { - from zipTree(file("${projectDir}/resources/distro-"+project.bahmniRelease+"-SNAPSHOT-distro.zip")) + from zipTree(file("${projectDir}/resources/distro-0.92-SNAPSHOT-distro.zip")) into file("${buildDir}/distro/") } +task extractWar(dependsOn: 'downloadMRSWar', type: Copy) { + from zipTree(file("${buildDir}/resources/main/openmrs.war")) + into file("${buildDir}/openmrs") +} + +task normalizeJarName(type: Copy) { + from "${buildDir}" + "/libs/" + into "${buildDir}" + "/libs/" + include(project.name + '-' + project.bahmniRelease + '.jar') + rename(project.name + '-' + project.bahmniRelease + '.jar', 'openmrs.jar') +} + ospackage { packageName = 'bahmni-emr' release = System.getenv('GO_PIPELINE_COUNTER') ?: "1" @@ -19,7 +43,68 @@ ospackage { into '/opt/openmrs' - from("${buildDir}/distro/distro-"+project.bahmniRelease+"-SNAPSHOT") { + preUninstall file("${projectDir}/scripts/preuninstall.sh") + preInstall file("${projectDir}/scripts/preinstall.sh") + + from("${buildDir}/libs/openmrs.jar") { + fileMode = 0644 + createDirectoryEntry = true + into 'lib/' + } + + from("${projectDir}/resources/") { + fileMode = 0644 + createDirectoryEntry = true + into 'etc' + exclude('initDB.sh') + } + + from("${projectDir}/scripts/rpm/") { + fileMode = 0744 + createDirectoryEntry = true + into 'bin' + } + + from("${projectDir}/resources/placeholder") { + createDirectoryEntry = true + into 'run' + } + + from("${projectDir}/resources/placeholder") { + createDirectoryEntry = true + into 'log' + } + + from("${buildDir}/resources/main/openmrs.war") { + fileMode = 0644 + createDirectoryEntry = true + into '.' + } + + from("${projectDir}/resources/placeholder") { + createDirectoryEntry = true + into 'openmrs' + } + + from("${projectDir}/resources/initDB.sh") { + fileMode = 0744 + createDirectoryEntry = true + into 'openmrs/scripts' + } + + from("${projectDir}/resources/openmrs_demo_dump.sql") { + fileMode = 0644 + createDirectoryEntry = true + into 'openmrs/scripts' + } + + from("${projectDir}/resources/openmrs_clean_dump.sql") { + fileMode = 0644 + createDirectoryEntry = true + into 'openmrs/scripts' + } + + from("${buildDir}/distro/distro-0.92-SNAPSHOT") { fileMode = 0644 createDirectoryEntry = true into 'modules' @@ -72,6 +157,7 @@ ospackage { from("${projectDir}/resources/"){ fileMode = 0644 + into '.' include('bahmnicore.properties') } @@ -81,7 +167,6 @@ ospackage { include('blank-user.png') } - from("${projectDir}/resources/") { fileMode = 0755 into 'etc' @@ -90,9 +175,42 @@ ospackage { } buildRpm { - dependsOn 'build', 'extractOmods' - - preInstall file("${projectDir}/scripts/preinstall.sh") + dependsOn 'build', 'normalizeJarName', 'downloadMRSWar', 'extractOmods' + requires('unzip') + requires('mysql-community-client', "5.7", GREATER | EQUAL) + postInstall file("${projectDir}/scripts/postinstall.sh") - preUninstall file("${projectDir}/scripts/preuninstall.sh") +} + +task downloadMRSWar { + onlyIf { !(new File("${buildDir}/resources/main/openmrs.war").exists()) } + + doLast { + new File("${buildDir}/resources/main").mkdirs(); + configurations.mrsWar.resolve().each { file -> + if (file.getName().contains("openmrs")) { + file.renameTo(new File("${buildDir}/resources/main/openmrs.war")) + } + } + } +} + +configurations { + mrsWar +} + +dependencies { + compile project(":core") + mrsWar "org.openmrs.web:openmrs-webapp:${openmrsVersion}@war" +} + +jar { + manifest { + attributes 'Main-Class': "org.bahmni.deployment.launch.Main" + } + from { + configurations.compile.collect { + it.isDirectory() ? it : zipTree(it) + } + } } diff --git a/openmrs/resources/initDB.sh b/bahmni-emr/resources/initDB.sh similarity index 100% rename from openmrs/resources/initDB.sh rename to bahmni-emr/resources/initDB.sh diff --git a/openmrs/resources/log4j.xml b/bahmni-emr/resources/log4j.xml old mode 100755 new mode 100644 similarity index 100% rename from openmrs/resources/log4j.xml rename to bahmni-emr/resources/log4j.xml diff --git a/openmrs/resources/openmrs-runtime.properties b/bahmni-emr/resources/openmrs-runtime.properties similarity index 83% rename from openmrs/resources/openmrs-runtime.properties rename to bahmni-emr/resources/openmrs-runtime.properties index c733bc75..90012457 100644 --- a/openmrs/resources/openmrs-runtime.properties +++ b/bahmni-emr/resources/openmrs-runtime.properties @@ -1,6 +1,6 @@ auto_update_database=true connection.username=openmrs-user -connection.password=password +connection.password=P@ssw0rd connection.url=jdbc:mysql://localhost:3306/openmrs?autoReconnect=true&sessionVariables=storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull application_data_directory=/opt/openmrs/ -module.allow_web_admin=false +module.allow_web_admin=false \ No newline at end of file diff --git a/openmrs/resources/openmrs.conf b/bahmni-emr/resources/openmrs.conf similarity index 93% rename from openmrs/resources/openmrs.conf rename to bahmni-emr/resources/openmrs.conf index 3e9e04d7..faa0aa34 100644 --- a/openmrs/resources/openmrs.conf +++ b/bahmni-emr/resources/openmrs.conf @@ -12,4 +12,4 @@ OPENMRS_DB_USER=openmrs-user OPENMRS_DB_PASSWORD=password MYSQL_ROOT_USER=root MYSQL_ROOT_PASSWORD=password -export JAVA_HOME=/usr/java/jre1.8.0_131 +export JAVA_HOME=/usr/java/jre1.8.0_101 diff --git a/openmrs/resources/openmrs_clean_dump.sql b/bahmni-emr/resources/openmrs_clean_dump.sql similarity index 100% rename from openmrs/resources/openmrs_clean_dump.sql rename to bahmni-emr/resources/openmrs_clean_dump.sql diff --git a/bahmni-emr/resources/openmrs_demo_dump.sql b/bahmni-emr/resources/openmrs_demo_dump.sql new file mode 100644 index 00000000..985ad471 --- /dev/null +++ b/bahmni-emr/resources/openmrs_demo_dump.sql @@ -0,0 +1,6930 @@ +-- MySQL dump 10.13 Distrib 5.6.39, for Linux (x86_64) +-- +-- Host: localhost Database: openmrs +-- ------------------------------------------------------ +-- Server version 5.6.39 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `DATABASECHANGELOG` +-- + +DROP TABLE IF EXISTS `DATABASECHANGELOG`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `DATABASECHANGELOG` ( + `ID` varchar(63) NOT NULL, + `AUTHOR` varchar(63) NOT NULL, + `FILENAME` varchar(200) NOT NULL, + `DATEEXECUTED` datetime NOT NULL, + `ORDEREXECUTED` int(11) NOT NULL, + `EXECTYPE` varchar(10) NOT NULL, + `MD5SUM` varchar(35) DEFAULT NULL, + `DESCRIPTION` varchar(255) DEFAULT NULL, + `COMMENTS` varchar(255) DEFAULT NULL, + `TAG` varchar(255) DEFAULT NULL, + `LIQUIBASE` varchar(20) DEFAULT NULL, + PRIMARY KEY (`ID`,`AUTHOR`,`FILENAME`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `DATABASECHANGELOG` +-- + +LOCK TABLES `DATABASECHANGELOG` WRITE; +/*!40000 ALTER TABLE `DATABASECHANGELOG` DISABLE KEYS */; +INSERT INTO `DATABASECHANGELOG` VALUES ('2013-01-15-jss-create-jss_program_village','Vinay Venu','../db/liquibase.xml','2013-05-30 12:13:39',1,'EXECUTED','3:d0b73f2c8ef0283be46f947d677fe432','Create Table','',NULL,'2.0.5'),('2013-01-15-jss-create-uc_jss_program_village_1','Vinay Venu','../db/liquibase.xml','2013-05-30 12:13:39',2,'EXECUTED','3:13d9ab1a7c042071742b7627519bbe7d','Add Unique Constraint','',NULL,'2.0.5'),('2013-01-23-jss-insert-demo-data-to-progrm-villages','Sushmitha Rao','../db/liquibase.xml','2013-05-30 12:13:40',3,'EXECUTED','3:f1983282c8aca3b141309b320d85f8d6','Custom SQL','',NULL,'2.0.5'),('2013-02-21-jss-create-jss_agegroups','Vinay Venu','../db/liquibase.xml','2013-05-30 12:13:40',4,'EXECUTED','3:6a236b2c0670993ed8d852be2ab56272','Create Table','',NULL,'2.0.5'),('2013-02-21-jss-create-reporting-agegroups','Vinay Venu','../db/liquibase.xml','2013-05-30 12:13:40',5,'EXECUTED','3:92dc437a552b205054b9468fb111edfe','Custom SQL','',NULL,'2.0.5'),('2013-04-22-jss-removing-agegroup-0-5-from-agegroups','RT','../db/liquibase.xml','2013-05-30 12:13:40',6,'EXECUTED','3:4a7e9fb798aebf04422ca9fb5fd06d92','Custom SQL','',NULL,'2.0.5'); +/*!40000 ALTER TABLE `DATABASECHANGELOG` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `DATABASECHANGELOGLOCK` +-- + +DROP TABLE IF EXISTS `DATABASECHANGELOGLOCK`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `DATABASECHANGELOGLOCK` ( + `ID` int(11) NOT NULL, + `LOCKED` tinyint(1) NOT NULL, + `LOCKGRANTED` datetime DEFAULT NULL, + `LOCKEDBY` varchar(255) DEFAULT NULL, + PRIMARY KEY (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `DATABASECHANGELOGLOCK` +-- + +LOCK TABLES `DATABASECHANGELOGLOCK` WRITE; +/*!40000 ALTER TABLE `DATABASECHANGELOGLOCK` DISABLE KEYS */; +INSERT INTO `DATABASECHANGELOGLOCK` VALUES (1,0,NULL,NULL); +/*!40000 ALTER TABLE `DATABASECHANGELOGLOCK` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `address_hierarchy_address_to_entry_map` +-- + +DROP TABLE IF EXISTS `address_hierarchy_address_to_entry_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `address_hierarchy_address_to_entry_map` ( + `address_to_entry_map_id` int(11) NOT NULL AUTO_INCREMENT, + `address_id` int(11) NOT NULL, + `entry_id` int(11) NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`address_to_entry_map_id`), + KEY `address_id_to_person_address_table` (`address_id`), + KEY `entry_id_to_address_hierarchy_table` (`entry_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `address_hierarchy_address_to_entry_map` +-- + +LOCK TABLES `address_hierarchy_address_to_entry_map` WRITE; +/*!40000 ALTER TABLE `address_hierarchy_address_to_entry_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `address_hierarchy_address_to_entry_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `address_hierarchy_entry` +-- + +DROP TABLE IF EXISTS `address_hierarchy_entry`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `address_hierarchy_entry` ( + `address_hierarchy_entry_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(160) DEFAULT NULL, + `level_id` int(11) NOT NULL, + `parent_id` int(11) DEFAULT NULL, + `user_generated_id` varchar(11) DEFAULT NULL, + `latitude` double DEFAULT NULL, + `longitude` double DEFAULT NULL, + `elevation` double DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`address_hierarchy_entry_id`), + KEY `parent_name` (`parent_id`,`name`(20)), + KEY `level_name` (`level_id`,`name`(20)), + KEY `address_hierarchy_entry_name_idx` (`name`(10)) +) ENGINE=InnoDB AUTO_INCREMENT=1734 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `address_hierarchy_entry` +-- + +LOCK TABLES `address_hierarchy_entry` WRITE; +/*!40000 ALTER TABLE `address_hierarchy_entry` DISABLE KEYS */; +INSERT INTO `address_hierarchy_entry` VALUES (6,'Chattisgarh',3,NULL,NULL,NULL,NULL,NULL,'379e8e56-dd36-42c5-9b35-04ec5842c123'),(7,'Anuppur',4,6,NULL,NULL,NULL,NULL,'94da5f1a-85f8-401e-b5f4-2b0120ff249a'),(8,'DHANGAVA',5,7,NULL,NULL,NULL,NULL,'0edd18af-d64d-4140-ba07-4345daf7b880'),(9,'PUSHPRAJGARH',5,7,NULL,NULL,NULL,NULL,'a3995acc-e61b-44a9-80a7-47e7dfb3e111'),(10,'AMARKANTAK',6,9,NULL,NULL,NULL,NULL,'ded9cc95-d8ea-4a12-aebd-ebcfba6d8256'),(11,'ANUP PUR',5,7,NULL,NULL,NULL,NULL,'1f0864cc-5440-4c21-9407-3fb453096dd0'),(12,'AMGAVA',6,11,NULL,NULL,NULL,NULL,'4da6cd8a-9ac1-4ce6-852b-9c088d9478f3'),(13,'KOTMA',5,7,NULL,NULL,NULL,NULL,'f90b5dec-ed52-4d40-8123-dd5bf5a8a5c7'),(14,'ANANDNAGAR DULHIBANDH',6,13,NULL,NULL,NULL,NULL,'da44991e-a7e8-4aab-a2ed-6a21995d6cbd'),(15,'ANUPPUR',6,11,NULL,NULL,NULL,NULL,'5806ae31-c374-42cc-9f96-8675048c0b67'),(16,'ANUPPUR',6,13,NULL,NULL,NULL,NULL,'5a5311ea-122e-488e-819d-9e455623485c'),(17,'BACHAULI',6,13,NULL,NULL,NULL,NULL,'25be02a2-058d-4a21-afdf-63cd7c547044'),(18,'BAGDUMRA',6,13,NULL,NULL,NULL,NULL,'33e6f63c-163e-443e-8ed7-7c88ca88c643'),(19,'RAJENDRAGRAM',5,7,NULL,NULL,NULL,NULL,'4d3b59ee-cea0-4586-a909-0e6b9dc18546'),(20,'BAGHARRA',6,19,NULL,NULL,NULL,NULL,'81d37788-1a46-4fb1-88c7-ee491e087ad3'),(21,'JAITHARI',5,7,NULL,NULL,NULL,NULL,'673649f5-487b-4f32-87d3-211be392a97d'),(22,'BAHENADAPAR',6,21,NULL,NULL,NULL,NULL,'036374e0-1164-4305-acbb-cd618a39f72f'),(23,'BAIHAR',6,21,NULL,NULL,NULL,NULL,'7f2d959b-deed-4c99-802c-91251fc772dd'),(24,'ANUKPUR',5,7,NULL,NULL,NULL,NULL,'202251dc-1eb8-46e0-b8d5-0e901a72c800'),(25,'BAIRI BANDH',6,24,NULL,NULL,NULL,NULL,'4efed49f-7d2a-4a00-ae38-0948410bb14c'),(26,'BAIRI BANDH',6,11,NULL,NULL,NULL,NULL,'7944b69c-5770-4f67-8625-bfb50c03a40c'),(27,'ANUPPUR',5,7,NULL,NULL,NULL,NULL,'cc67d994-89fa-48d1-8f46-fbf466b7262f'),(28,'BAIRIBANDH',6,27,NULL,NULL,NULL,NULL,'57010a25-fb25-4b5d-a3c9-de24a250b09e'),(29,'BALBAHRA',6,11,NULL,NULL,NULL,NULL,'3b343edf-2726-4661-80f8-a590737baf2f'),(30,'BALBAHRA',6,21,NULL,NULL,NULL,NULL,'e1e207b7-6ba3-4d52-88bd-5e548e0c48dd'),(31,'BALPUR',6,9,NULL,NULL,NULL,NULL,'1b9e896d-ee5f-40bb-be82-2d13c4bec04a'),(32,'BAMHNI',6,11,NULL,NULL,NULL,NULL,'26e47a23-750b-48ba-8097-b63176ea2635'),(33,'AMARKANTAK',5,7,NULL,NULL,NULL,NULL,'8ef45841-12f4-40eb-8f5f-3e7b8684970a'),(34,'BANDHA',6,33,NULL,NULL,NULL,NULL,'613031c6-cd03-4483-b90c-e86a15c9f032'),(35,'BANDHVATOLA',6,13,NULL,NULL,NULL,NULL,'736cbcb9-1b48-4dad-9dea-b5959c1ad8c7'),(36,'PUSHPAJGARH',5,7,NULL,NULL,NULL,NULL,'6c98c7a1-aadf-4ed8-85e0-e7b1aeeff528'),(37,'BARBASPUR',6,36,NULL,NULL,NULL,NULL,'818a7a19-d7a3-4338-b3f4-278763f0875e'),(38,'BARBASPUR',6,9,NULL,NULL,NULL,NULL,'a6a490e4-265e-450e-ac09-dfc5098d342c'),(39,'BARBASPUR',6,19,NULL,NULL,NULL,NULL,'07c2b65f-2985-4c37-b5fb-705ad3ecb875'),(40,'BARGAVA',6,13,NULL,NULL,NULL,NULL,'c3e4add6-52fa-449e-a66a-f5279147acbe'),(41,'BARSAUD',6,19,NULL,NULL,NULL,NULL,'0ee9812f-4210-49f5-abef-fc48f7831597'),(42,'BARSOT',6,19,NULL,NULL,NULL,NULL,'80e35e64-7df9-4918-a6a9-f9438f1ff7a4'),(43,'BARTOLA',6,11,NULL,NULL,NULL,NULL,'c10e55e3-e818-4f2a-a3f4-983fb3fd1d60'),(44,'PUSHPRAGARDH',5,7,NULL,NULL,NULL,NULL,'052c2128-26f4-4b07-8ef6-7e05c1acde7b'),(45,'BARTOLA',6,44,NULL,NULL,NULL,NULL,'14264a09-726b-4f47-b627-a951596edf09'),(46,'BASANTPUR',6,9,NULL,NULL,NULL,NULL,'795027fd-7448-4107-9765-9195d7fc20eb'),(47,'BASNIHA',6,9,NULL,NULL,NULL,NULL,'18935eac-cbed-43d8-82ae-1a93b2955e12'),(48,'BEED',6,21,NULL,NULL,NULL,NULL,'a9d3adc3-3520-4fa1-8011-7cd188e4bfd6'),(49,'BEEJAPURI',6,19,NULL,NULL,NULL,NULL,'35a9ff58-59a4-4f52-9b5c-97b8c22e8b22'),(50,'BEHNADABRA',6,21,NULL,NULL,NULL,NULL,'66e9c110-9e8d-4e0e-9a1a-5f153fe415dd'),(51,'BELGAON',6,13,NULL,NULL,NULL,NULL,'670e7fa8-8919-426e-836c-c419a1cd51a1'),(52,'BELIYABADI',6,13,NULL,NULL,NULL,NULL,'c727e342-1dee-4307-bdbb-4a39df5207d4'),(53,'BENIBAHRA',6,13,NULL,NULL,NULL,NULL,'d9e9b759-7b46-4a17-a607-0d946b211ef5'),(54,'BENIBARI',6,11,NULL,NULL,NULL,NULL,'2652107d-b01b-4569-b2ba-29a44d6edacb'),(55,'BENIBARI',6,9,NULL,NULL,NULL,NULL,'d53798cd-2213-472b-b104-cd59d0f96e58'),(56,'RAJENDRA GRAM',5,7,NULL,NULL,NULL,NULL,'0a664f82-f504-4368-8448-b223c697df83'),(57,'BENIBARI',6,56,NULL,NULL,NULL,NULL,'a1b4f03d-391d-4254-bd14-c539ad3911dc'),(58,'BHAD',6,13,NULL,NULL,NULL,NULL,'f861e3c6-c5a4-4ed5-a5c7-7056ae74a09e'),(59,'BHADIBAHRA',6,19,NULL,NULL,NULL,NULL,'71dc33d4-7766-4555-ae85-c175f0f288c3'),(60,'BHADRA',6,11,NULL,NULL,NULL,NULL,'60d8e631-8599-4aed-a75c-40bb20ff3e73'),(61,'BHALUMADA',6,13,NULL,NULL,NULL,NULL,'17e21001-b842-43b9-bd8b-1ff04d61aaa1'),(62,'BHAMRAHA',6,9,NULL,NULL,NULL,NULL,'edbca142-4085-41c6-80c7-0a0a47b4ca64'),(63,'BHAMRAHA',6,56,NULL,NULL,NULL,NULL,'c55d9e87-5a16-422a-af29-6d28b21ae4d3'),(64,'BHASKHALI',6,13,NULL,NULL,NULL,NULL,'8cb4fb3f-4a1b-4fdc-968c-cbc55387ca08'),(65,'BHELVA',6,21,NULL,NULL,NULL,NULL,'56bcd0be-7f9e-43d6-80d8-44f7a564b57d'),(66,'BHIMKUNDI',6,9,NULL,NULL,NULL,NULL,'6c1930e8-634a-4f53-a10f-babcb1b87b81'),(67,'BHUIDADAR',6,9,NULL,NULL,NULL,NULL,'f9ee18f6-a402-4960-a0cc-a5bca716075c'),(68,'BID',6,21,NULL,NULL,NULL,NULL,'075bf543-2746-4db3-9a10-e31ca628ea86'),(69,'BIJAPURI',6,9,NULL,NULL,NULL,NULL,'fcb89273-8c67-4a6a-8592-af54c6b31c45'),(70,'BIJAUDI',6,11,NULL,NULL,NULL,NULL,'8e353e6f-2360-4bb3-9d5e-598be7a59aed'),(71,'BILASPUR',6,9,NULL,NULL,NULL,NULL,'7e3f2034-3aaf-441a-ba1a-58cafb2e7e80'),(72,'BILDONGRI',6,19,NULL,NULL,NULL,NULL,'03339860-fc9a-4f8b-841d-8415b3054b2e'),(73,'BILHA PIYARI',6,13,NULL,NULL,NULL,NULL,'d5ccb9e4-05fa-4068-b5b7-9c817c67e61c'),(74,'BRANCH',6,9,NULL,NULL,NULL,NULL,'e3db20dd-5071-44d1-9b69-4453f9ae16ff'),(75,'CHANDANIYA',6,19,NULL,NULL,NULL,NULL,'b3d197ea-7f4d-4ebe-b9c7-f3687a402afd'),(76,'CHARKUMAR',6,9,NULL,NULL,NULL,NULL,'dec4ed31-055a-41c5-9293-3410830af024'),(77,'CHHAPANI',6,9,NULL,NULL,NULL,NULL,'8ac909c2-f8e5-4c71-83d8-45b89f7f7412'),(78,'JATAHARI',5,7,NULL,NULL,NULL,NULL,'2478575d-b31c-427e-9e3e-322791085931'),(79,'CHHATAPATPAR',6,78,NULL,NULL,NULL,NULL,'c805d7fa-9c24-4d24-abf5-a632b14c331f'),(80,'CHHIDMIDI',6,13,NULL,NULL,NULL,NULL,'c4fb214d-dbf8-4ec2-b46c-ae11aaf11105'),(81,'CHHILPA',6,11,NULL,NULL,NULL,NULL,'eba2d510-f6e1-4d39-877a-e5838cd632d1'),(82,'CHHILPA',6,27,NULL,NULL,NULL,NULL,'89e382ad-b227-4a28-aead-0581185cf3b1'),(83,'CHHULHA',6,27,NULL,NULL,NULL,NULL,'e00e649d-9a88-4e0f-b3a9-5aab44028645'),(84,'CHHULHA',6,13,NULL,NULL,NULL,NULL,'67035767-4860-4ae9-86c3-b470261ff66e'),(85,'CHILHIYAMAR',6,9,NULL,NULL,NULL,NULL,'6bd6ecb8-c7b0-407e-bcfa-605b9b92d058'),(86,'CHOI',6,21,NULL,NULL,NULL,NULL,'d2a4c089-ecc8-4dc1-98d6-bbfb69bfe554'),(87,'CHOLNA',6,11,NULL,NULL,NULL,NULL,'ba217d62-bede-45cf-b474-f6757a28588d'),(88,'CHOLNA',6,21,NULL,NULL,NULL,NULL,'7f02b154-e673-483a-b41a-4fb1f7a96d87'),(89,'CHULHA',6,13,NULL,NULL,NULL,NULL,'0b91cdba-daa0-4193-9558-b15af01a9370'),(90,'DAMEDI',6,19,NULL,NULL,NULL,NULL,'b35e38a3-f6aa-45af-81ca-84baecd0b9d2'),(91,'DAMEHDI',6,9,NULL,NULL,NULL,NULL,'8338bf06-dda2-4dd9-b01d-8c3c01e67b7f'),(92,'DEVRI',6,9,NULL,NULL,NULL,NULL,'27054672-87ae-4707-9adb-2bfbd2e8fbe3'),(93,'DHANGAVA',6,11,NULL,NULL,NULL,NULL,'63f01e2f-7fba-4909-88ca-7f192cb9a9a5'),(94,'DHANGAVA',6,27,NULL,NULL,NULL,NULL,'0f27ed78-9c5e-4e08-890d-ee589c13cb49'),(95,'DHANGAVA',6,21,NULL,NULL,NULL,NULL,'d41310b2-7d00-4738-918b-b497050b64f9'),(96,'DHANKUTA',6,11,NULL,NULL,NULL,NULL,'225d7029-e8a5-4865-8ea0-6cddf7dc7de3'),(97,'DHANKUTTA',6,27,NULL,NULL,NULL,NULL,'5d5e2aa8-f254-4d50-8eab-5eab2eb24cc8'),(98,'DHANPURI',6,11,NULL,NULL,NULL,NULL,'5c44ccf3-fa00-4f42-8a8f-a984055965bf'),(99,'DHANPURI',6,21,NULL,NULL,NULL,NULL,'3d29158b-52e4-4c02-aeda-c7e748960825'),(100,'DOLA',6,13,NULL,NULL,NULL,NULL,'a0ed931a-0a9e-47cf-af7f-483ae2c63100'),(101,'DONGARIYA',6,13,NULL,NULL,NULL,NULL,'df774d92-071e-4c94-8ec1-6b1ba0d1a5bf'),(102,'DUBSARA',6,56,NULL,NULL,NULL,NULL,'af70791c-b553-4bf7-852f-9cfa20a5ec6e'),(103,'RAJEDRAGRAM',5,7,NULL,NULL,NULL,NULL,'9ac37233-6669-4a21-9f5f-ee724d71d1a1'),(104,'DUDHMANIYA',6,103,NULL,NULL,NULL,NULL,'c89f40e9-001b-4e7d-b363-ddec70a4a17d'),(105,'DUDHMANIYA',6,56,NULL,NULL,NULL,NULL,'c8b91bb0-e104-4dfd-9ced-2c37a0a2ec4b'),(106,'GADHI',6,13,NULL,NULL,NULL,NULL,'dd6e83de-2e4c-4907-9d1d-dcdd7c05e095'),(107,'GHIDADAR',6,9,NULL,NULL,NULL,NULL,'fd9ed629-8565-486c-aa34-27bba5d7444d'),(108,'PUSHPARAJGARH',5,7,NULL,NULL,NULL,NULL,'a9dfe540-4e41-4551-8b5b-c68b2194d283'),(109,'GHUIDADAR',6,108,NULL,NULL,NULL,NULL,'5f4d226f-627e-4751-a4eb-d1df8a2c6fff'),(110,'GHUIDADAR',6,9,NULL,NULL,NULL,NULL,'2b9d8689-c2d8-4adf-92e2-81d08a176549'),(111,'GOBRI',6,27,NULL,NULL,NULL,NULL,'a803ab74-ab3c-47af-a0f7-3f307eee8ef8'),(112,'GOBRI',6,21,NULL,NULL,NULL,NULL,'ac8d7dbd-793c-49b7-8f59-0718e42daaf6'),(113,'GONDAR',6,9,NULL,NULL,NULL,NULL,'6aaadf25-6dc3-4799-bf2d-23b50937312b'),(114,'GONDIHA',6,11,NULL,NULL,NULL,NULL,'16618fbb-5d94-41fa-9703-1099b28d65f5'),(115,'ANUPUR',5,7,NULL,NULL,NULL,NULL,'fa58adae-e9fe-403b-8b5d-3d41b7fbf75c'),(116,'GONDIHA',6,115,NULL,NULL,NULL,NULL,'bff84724-7abd-4d9a-9944-332198e834c8'),(117,'GORSI',6,11,NULL,NULL,NULL,NULL,'28237c28-7469-46a0-aab7-9217fd6994cd'),(118,'GORSI',6,21,NULL,NULL,NULL,NULL,'a573d387-98dc-498f-a3eb-0bbd448bcf9b'),(119,'GUVARI',6,21,NULL,NULL,NULL,NULL,'7cb56853-9e29-4687-877a-7d6a336b1d3c'),(120,'PUSHAPRAJGARH',5,7,NULL,NULL,NULL,NULL,'7646d8e3-8751-44b8-b53f-57e6aaaf73b5'),(121,'HARRATOLA',6,120,NULL,NULL,NULL,NULL,'17aa7902-d635-452c-bd8e-502658e5ad61'),(122,'HARRATOLA',6,9,NULL,NULL,NULL,NULL,'d5946f65-ea33-4d82-ab17-29c866312beb'),(123,'HARRI',6,9,NULL,NULL,NULL,NULL,'446b8f93-8fe6-4d4f-92b4-a6dd01018cee'),(124,'JAITHARI',6,11,NULL,NULL,NULL,NULL,'967c1cee-a257-48b8-8927-ea49d63d1643'),(125,'JAITHARI',6,21,NULL,NULL,NULL,NULL,'71e2fc52-1ab1-460c-be21-c907db4d5c88'),(126,'JAMDI',6,11,NULL,NULL,NULL,NULL,'fd78e720-6290-462f-bc05-c4103fcaa6a5'),(127,'JARHA',6,9,NULL,NULL,NULL,NULL,'d0e733a9-60ff-4a30-8d8b-bfee3848fa53'),(128,'JHINOKHA',6,13,NULL,NULL,NULL,NULL,'94dc91c3-7393-4965-9464-badb6bbc2006'),(129,'JHIROKHA',6,13,NULL,NULL,NULL,NULL,'ae687389-722b-4e1d-ba61-c2e26c8c87da'),(130,'JINDATOLA',6,9,NULL,NULL,NULL,NULL,'d28f993f-0cb4-402d-9122-44dce67f7031'),(131,'KACHARATOLA',6,120,NULL,NULL,NULL,NULL,'830050d6-51e5-4d76-be64-107df84d7fd5'),(132,'KACHHARA TOLA',6,9,NULL,NULL,NULL,NULL,'416b41bf-0d47-4d00-b092-78b579c19cf2'),(133,'KACHHRATOLA',6,9,NULL,NULL,NULL,NULL,'5fdcfc71-b003-402f-bd27-fada536f2176'),(134,'KACHHRATOLA',6,56,NULL,NULL,NULL,NULL,'117d7685-7848-4308-b546-fbd8005f93aa'),(135,'JAITAHARI',5,7,NULL,NULL,NULL,NULL,'6c7a83c8-8bc0-4bc3-9501-0f67d93b8d6d'),(136,'KADAMSARA',6,135,NULL,NULL,NULL,NULL,'c45e3328-2522-417e-ad7e-e04308f50d19'),(137,'KADAMSARA',6,21,NULL,NULL,NULL,NULL,'b938981e-a751-4591-869d-64764824cbc6'),(138,'PUSHPRAJGADH',5,7,NULL,NULL,NULL,NULL,'5ebc2050-2847-4ca2-8143-10e048fc6523'),(139,'KANCHANPUR',6,138,NULL,NULL,NULL,NULL,'f4c34c5c-0746-4556-858c-053122ff0061'),(140,'KANCHANPUR',6,9,NULL,NULL,NULL,NULL,'b952ed2a-0b38-4af3-b5de-659e03063889'),(141,'KANERTOLA',6,9,NULL,NULL,NULL,NULL,'a005d187-8f59-474a-aa12-d11c8d7bbf90'),(142,'AUPPUR',5,7,NULL,NULL,NULL,NULL,'f7efa802-e42e-41dd-b9ec-ada7f65e0acd'),(143,'KANSA',6,142,NULL,NULL,NULL,NULL,'eae1afa3-0331-419c-abce-f5f0ed47d220'),(144,'KAPARIYA',6,11,NULL,NULL,NULL,NULL,'8a7da674-ea39-41b2-b9da-bd145a59dc61'),(145,'KAPARIYA',6,21,NULL,NULL,NULL,NULL,'df3d42bb-06e6-406b-9f76-261812b342a6'),(146,'KAPRIYA',6,21,NULL,NULL,NULL,NULL,'140c6e89-1f1d-4543-a2f9-e019f3796630'),(147,'RAJENDGARAM',5,7,NULL,NULL,NULL,NULL,'080fd2ad-57af-46b2-86ff-b50d2fe6fd71'),(148,'KASTURI',6,147,NULL,NULL,NULL,NULL,'78587cee-1f59-46e9-8202-36a9eb207e74'),(149,'KATKONA',6,13,NULL,NULL,NULL,NULL,'027e5506-1ebf-486a-817f-91c849163df9'),(150,'KEVTAR',6,21,NULL,NULL,NULL,NULL,'318c21b5-6e11-40f1-a5aa-f0425a6f6677'),(151,'KHAIRI',6,135,NULL,NULL,NULL,NULL,'83e1e820-2fbf-4507-8584-094d073e551d'),(152,'KHAIRI',6,21,NULL,NULL,NULL,NULL,'2c9c19c0-f4e8-4e27-9a22-2825eb460fcf'),(153,'KHAIRITOLA',6,115,NULL,NULL,NULL,NULL,'fff6300d-5832-4ebe-8441-ff97d53920ee'),(154,'KHAIRITOLA',6,21,NULL,NULL,NULL,NULL,'6f092220-8420-460c-8f4c-6540ad1fa225'),(155,'KHAJURVAR',6,9,NULL,NULL,NULL,NULL,'8f2318e4-7cf3-4724-8366-8c15859cd3f3'),(156,'KHAJURWAR',6,9,NULL,NULL,NULL,NULL,'32431090-63a8-41f5-9625-29e2481b28ab'),(157,'KHAJURWAR',6,56,NULL,NULL,NULL,NULL,'893fa332-ec10-41ee-b913-47384f56579b'),(158,'RAJENDRAGAM',5,7,NULL,NULL,NULL,NULL,'97701d60-dd57-4560-9886-5250310a05fe'),(159,'KHAJURWAR',6,158,NULL,NULL,NULL,NULL,'5781cb7a-ed99-4ea0-9caf-1deb0c7b189a'),(160,'KHAJUWAR',6,19,NULL,NULL,NULL,NULL,'cbc7af3b-fbd8-409f-8de9-27d00e467de7'),(161,'KHAMHARIYA',6,27,NULL,NULL,NULL,NULL,'b11e34e6-9228-42b5-9a89-f214ea8250b9'),(162,'KHATI',6,9,NULL,NULL,NULL,NULL,'046638db-a5ca-453e-9807-94e7fcd19903'),(163,'PUSPARAJGARH',5,7,NULL,NULL,NULL,NULL,'6a7994af-e6f1-4146-af27-79ad5fdb92b5'),(164,'KHATI',6,163,NULL,NULL,NULL,NULL,'ae440864-5f29-4626-987a-81bb7ef80251'),(165,'KHETGAON',6,9,NULL,NULL,NULL,NULL,'f74a4f38-e68e-4d4b-a9c2-17173a5340a2'),(166,'KHODHA',6,13,NULL,NULL,NULL,NULL,'d5dcd320-4953-4523-bcbb-c7c377d2dea4'),(167,'KHODRI',6,11,NULL,NULL,NULL,NULL,'48fef125-7d87-4e2a-8096-f01617295d54'),(168,'KHODRI',6,27,NULL,NULL,NULL,NULL,'6510f1b5-4737-4ac0-a564-079f114d9e11'),(169,'KHODRI',6,135,NULL,NULL,NULL,NULL,'9576511c-8165-40e0-bc6e-61a5d4808c5a'),(170,'KHODRI',6,21,NULL,NULL,NULL,NULL,'2c0b6327-01fa-430a-bb51-9b6a726d757c'),(171,'KHOH',6,11,NULL,NULL,NULL,NULL,'66c82596-6de1-43c1-b721-29abf6c3c95f'),(172,'KHOLADI',6,27,NULL,NULL,NULL,NULL,'796f7c18-d447-4447-a860-8c1580a1109c'),(173,'KHOLADI',6,135,NULL,NULL,NULL,NULL,'e09d57d2-bd67-4cc1-b842-6bd7c3208d0a'),(174,'KHOLADI',6,21,NULL,NULL,NULL,NULL,'6728f030-771a-4862-a3bb-cbb3ff3e9c58'),(175,'KHONGASARA',6,9,NULL,NULL,NULL,NULL,'00b43f09-316e-45f7-ab2d-8412c4177df7'),(176,'KIRGI',6,9,NULL,NULL,NULL,NULL,'3ec83c55-edab-4d2b-941d-9fd140de77c6'),(177,'KOHKA',6,9,NULL,NULL,NULL,NULL,'550e4c25-4a06-4d48-bb9c-775f2dd9392e'),(178,'KOTMI',6,11,NULL,NULL,NULL,NULL,'aa1381f2-1a16-4a8a-b382-a6d0115141fd'),(179,'KOTMI',6,27,NULL,NULL,NULL,NULL,'fc8e167f-e821-461e-b914-f678b115ea71'),(180,'KOYALARI',6,19,NULL,NULL,NULL,NULL,'de5a6fb1-90fb-42fe-a40b-aefa6a6deb89'),(181,'KOYLARI',6,9,NULL,NULL,NULL,NULL,'1947490b-638d-4dd5-897c-a91b0034d3dd'),(182,'KUKURGODA',6,21,NULL,NULL,NULL,NULL,'a4548192-08e5-4c18-bd89-116fd7f61d95'),(183,'KUKURGUDA',6,21,NULL,NULL,NULL,NULL,'296dd361-e28c-4e8b-b42c-67540841201a'),(184,'LAHARPUR',6,11,NULL,NULL,NULL,NULL,'ddb7935e-d37b-4346-bde4-00ce48044059'),(185,'LAISUNA',6,21,NULL,NULL,NULL,NULL,'b9356774-b8e9-4ff6-8064-6c0553755a6d'),(186,'LALPUR',6,120,NULL,NULL,NULL,NULL,'fb924575-295d-4de9-8251-0205008891fd'),(187,'LALPUR',6,103,NULL,NULL,NULL,NULL,'6aa8e5a4-8bd1-47ed-a038-9f6669ea7623'),(188,'LALPUR',6,19,NULL,NULL,NULL,NULL,'27798ea1-716b-4ba9-8be2-293c4f920d74'),(189,'LAMA TOLA',6,13,NULL,NULL,NULL,NULL,'99b5f1c5-ed48-4f4c-8fca-cbf80ebdfbd2'),(190,'LAMATOLA',6,13,NULL,NULL,NULL,NULL,'450b48b1-40b4-4653-b1f0-8c2afdc0f674'),(191,'JAITHAHARI',5,7,NULL,NULL,NULL,NULL,'b97b6857-f5bf-4dc8-9e29-67fdad6c450c'),(192,'LAPTA',6,191,NULL,NULL,NULL,NULL,'44a6baaa-07f7-4c9d-8a51-9fb3c068d583'),(193,'LAPTA',6,21,NULL,NULL,NULL,NULL,'597271c0-3db4-422a-986e-7f76d327008d'),(194,'LATAR',6,13,NULL,NULL,NULL,NULL,'ee20cbf9-b4a5-411b-8662-132f496b07f6'),(195,'PUSHPRAJ GARDH',5,7,NULL,NULL,NULL,NULL,'f82b693f-17c8-444e-b961-c9d5674fb2e3'),(196,'LEELA TOLA',6,195,NULL,NULL,NULL,NULL,'92852a73-d692-4a33-9adb-e23097f15b48'),(197,'LEELATOLA',6,56,NULL,NULL,NULL,NULL,'0106e732-7af7-415f-81d3-b74f63b38cfe'),(198,'LENDRA',6,19,NULL,NULL,NULL,NULL,'cda7afb5-15d7-4d5c-ad45-8f99b30e481e'),(199,'MAJHGAON',6,11,NULL,NULL,NULL,NULL,'fc49e3f3-dfc5-418a-8423-74dba59a1ef8'),(200,'MAJHGAVA',6,11,NULL,NULL,NULL,NULL,'25f84b76-f48b-4ea7-9a24-04ecd7e0d07e'),(201,'MAJHGAVA',6,27,NULL,NULL,NULL,NULL,'2768ce50-81cd-4d70-9c56-f81ff8772e22'),(202,'DHANGAO',5,7,NULL,NULL,NULL,NULL,'e9a9659b-7494-402b-9f2f-5e08d2ae5354'),(203,'MAJHGAVA',6,202,NULL,NULL,NULL,NULL,'51e9d9af-1f0b-44ac-8be8-77d84c82871f'),(204,'MANAURA',6,21,NULL,NULL,NULL,NULL,'e7cb1ddf-3e4d-4d90-ada0-8c9f34a9bf0c'),(205,'MANTOLIYA',6,11,NULL,NULL,NULL,NULL,'0c729346-60ad-4b6d-ae34-bf438c47bf78'),(206,'MANVARI',6,13,NULL,NULL,NULL,NULL,'168961a4-0158-4eee-abb9-43f61d9216da'),(207,'MAUHARI',6,13,NULL,NULL,NULL,NULL,'96a607d0-3d23-4d2f-8ede-475de3eb5350'),(208,'MEDHAKHAR',6,9,NULL,NULL,NULL,NULL,'12ec90da-24de-47f7-9927-f1e6b542029c'),(209,'MEDIYA RAS',6,11,NULL,NULL,NULL,NULL,'c7091bf1-09d7-4908-83e9-b4719ccbf554'),(210,'MEDIYARAS',6,11,NULL,NULL,NULL,NULL,'0a92bfb2-ffd1-4303-a0b2-84274e86301e'),(211,'MOHANDI',6,9,NULL,NULL,NULL,NULL,'ca5b1ec9-3e7f-4dee-a0de-942ea0a23f86'),(212,'MOHANDI',6,56,NULL,NULL,NULL,NULL,'01f18def-53fb-4b69-92bf-df5ccd8f6f13'),(213,'MULEKI',6,19,NULL,NULL,NULL,NULL,'12c2b6b4-2cc2-4b5a-8d29-21d114aeb638'),(214,'MUSVAJHORKI',6,13,NULL,NULL,NULL,NULL,'ce571114-61c9-4a44-9105-dc834f041cc7'),(215,'NARDAHA',6,9,NULL,NULL,NULL,NULL,'cc5bebf9-063b-4613-a7b1-a7f628b4cb23'),(216,'NARDAHA',6,56,NULL,NULL,NULL,NULL,'61364e6f-f350-44da-ace8-e6f9ac1dbead'),(217,'BUDHAR',5,7,NULL,NULL,NULL,NULL,'7ad09b5b-b48c-4421-94cd-570e32536a24'),(218,'NAVAGAVA',6,217,NULL,NULL,NULL,NULL,'baeaf8ee-a882-4972-8161-ce13d38ecf27'),(219,'NAWGAWA',6,103,NULL,NULL,NULL,NULL,'72612c4e-9ea4-4b42-85e4-81aa1966d954'),(220,'NEVSA',6,9,NULL,NULL,NULL,NULL,'163c2791-4abf-4779-b32f-f84e68b62a5e'),(221,'JIAITHARI',5,7,NULL,NULL,NULL,NULL,'d679543f-0665-4578-b98e-c8e67c49253c'),(222,'NIGAORA',6,221,NULL,NULL,NULL,NULL,'ece5226d-7377-48e9-9fcd-8762ee62623f'),(223,'NIGWANI',6,13,NULL,NULL,NULL,NULL,'e89a043f-0efb-423b-b940-1720f9147883'),(224,'PADARIYA',6,135,NULL,NULL,NULL,NULL,'1ef9f32e-afff-4bcd-938a-0063dee3a269'),(225,'PADARIYA',6,21,NULL,NULL,NULL,NULL,'e8359c8f-7dbb-4bb1-83ff-7e815d907a86'),(226,'PAKRITOLA',6,9,NULL,NULL,NULL,NULL,'2d724a67-af01-4ccb-a306-3404f2ee5b2f'),(227,'PAKRITOLA',6,19,NULL,NULL,NULL,NULL,'bee0ef68-10ec-41ae-afd0-375505c82e3f'),(228,'PALADINGWAR',6,138,NULL,NULL,NULL,NULL,'e761edf7-c0b2-4536-ba28-8b3af1fdf3c1'),(229,'PANDRI',6,191,NULL,NULL,NULL,NULL,'5ff00ea8-bd2f-44a2-ac1c-9f2578ba3b0e'),(230,'PANGNA',6,21,NULL,NULL,NULL,NULL,'426ca8d1-421e-4276-b269-452365cc9e98'),(231,'PARASI',6,11,NULL,NULL,NULL,NULL,'24f1d32e-6825-4436-b4b6-a7872893dac9'),(232,'PARASWAH',6,11,NULL,NULL,NULL,NULL,'6972968a-b8b2-495d-8159-a3e91928cb6b'),(233,'PASLA',6,11,NULL,NULL,NULL,NULL,'682fd990-028c-4967-ab1a-31c6684066d7'),(234,'PATERATOLA',6,13,NULL,NULL,NULL,NULL,'d5035407-cc0e-4ef1-94ef-d6e6dce1f264'),(235,'PATHAITI',6,9,NULL,NULL,NULL,NULL,'ac655e6c-c563-4a00-b492-047f4309f319'),(236,'PATHRAUDI',6,13,NULL,NULL,NULL,NULL,'ed7ae6ba-f8e2-4c84-b6bf-98772136d56b'),(237,'PUSHRAJGARH',5,7,NULL,NULL,NULL,NULL,'9336f2e1-2d64-4726-b484-c931ed86e54f'),(238,'PAUNI',6,237,NULL,NULL,NULL,NULL,'be1150c7-cad2-4149-85b6-f6af4c4cbbc6'),(239,'PHANUGA',6,11,NULL,NULL,NULL,NULL,'4b18d8b4-e36d-4e19-81ad-6ed4c41c20bd'),(240,'PHARHADDA',6,9,NULL,NULL,NULL,NULL,'ec3a40af-0b7f-43de-9ef9-e1336819d641'),(241,'PIPARHA',6,13,NULL,NULL,NULL,NULL,'f1dbc08e-a974-4bd2-86ba-84a3183ad436'),(242,'PIPARHA',6,9,NULL,NULL,NULL,NULL,'03f69f97-99d0-40c8-853e-0620d5e9187e'),(243,'PIPARHA',6,103,NULL,NULL,NULL,NULL,'9c8b68cb-3e59-47e1-a21d-d0fae32b006a'),(244,'PIPARHA',6,19,NULL,NULL,NULL,NULL,'3554e8be-b2e4-4360-9bc4-57ec33019621'),(245,'PIPARIYA',6,115,NULL,NULL,NULL,NULL,'1fd08d00-33a8-4ce8-9c3f-dbbedb31ae71'),(246,'PIYARI',6,13,NULL,NULL,NULL,NULL,'e12176b0-13de-4e6a-bcd1-0493fe9796f4'),(247,'PODI',6,11,NULL,NULL,NULL,NULL,'f93c3599-c00d-4d00-bc81-1d6e44463386'),(248,'PODI',6,13,NULL,NULL,NULL,NULL,'32dd42dd-74e2-41de-b1ae-b3cae72a1506'),(249,'PODI',6,9,NULL,NULL,NULL,NULL,'0746bbd1-655c-405d-b623-378af516324b'),(250,'PUSPRAJGARH',5,7,NULL,NULL,NULL,NULL,'0cc0be5c-804e-41c4-82a6-e467cd661158'),(251,'PODI',6,250,NULL,NULL,NULL,NULL,'02bc3419-8b43-4388-8947-91ba46e946ce'),(252,'PODI PHARAM',6,9,NULL,NULL,NULL,NULL,'dd813fa8-c6fc-41f7-b01c-6de2a1c1029e'),(253,'RAJENDRA GRAM',6,9,NULL,NULL,NULL,NULL,'8c22fac1-0671-4dfd-9b37-82da17d244a4'),(254,'RAJENDRAGRAM',6,19,NULL,NULL,NULL,NULL,'1854fdc2-884e-4afc-9bd6-aacd267ee84f'),(255,'RAKSA',6,11,NULL,NULL,NULL,NULL,'7d2cc0a2-e263-44e4-804b-e1133798daf1'),(256,'RANEKAPA',6,19,NULL,NULL,NULL,NULL,'caa001c7-4a12-4131-b813-a2fec7b1f6e8'),(257,'REHULA',6,13,NULL,NULL,NULL,NULL,'87d97871-36db-428b-93a5-ea24619cd199'),(258,'REHUVADA',6,13,NULL,NULL,NULL,NULL,'a9c7461c-87d3-4b5d-bd3e-0027968fcab2'),(259,'REVLA',6,13,NULL,NULL,NULL,NULL,'911be110-e6c2-4fac-8aae-485653b1f3ab'),(260,'REVSA',6,13,NULL,NULL,NULL,NULL,'dc5f3433-cce5-404e-980d-cce6b42a8098'),(261,'SACHHARA',6,9,NULL,NULL,NULL,NULL,'15a818e2-b46d-4017-bf17-d0f990a37655'),(262,'SAGVA',6,11,NULL,NULL,NULL,NULL,'6c4018fb-858a-4320-af5e-f8f2fbfc86ae'),(263,'SAKARRA',6,11,NULL,NULL,NULL,NULL,'804fe090-bbe1-4a2b-b0c9-ddb12054e23e'),(264,'SAKOLA',6,11,NULL,NULL,NULL,NULL,'335ef8d2-a88c-4e7b-a8b8-c69eb60987d5'),(265,'SAKOLA',6,13,NULL,NULL,NULL,NULL,'a582ef53-3799-4150-a291-5ae5fb0de955'),(266,'SAKOLAKHOLI',6,11,NULL,NULL,NULL,NULL,'01bce046-8660-4cc5-84c3-94d1e3b2616e'),(267,'SAKRA',6,11,NULL,NULL,NULL,NULL,'d219355d-db6f-49db-a3f2-974c527d3cb0'),(268,'SALAR GONDI',6,36,NULL,NULL,NULL,NULL,'5b58cdd5-bd61-4034-8f18-912b7ab72b11'),(269,'SALRU',6,9,NULL,NULL,NULL,NULL,'c0d03410-b278-4e3d-b76e-228546aecaec'),(270,'SARAI',6,9,NULL,NULL,NULL,NULL,'c613e390-10b1-461a-a8ed-3a12d6d10e52'),(271,'SARAITOLA',6,11,NULL,NULL,NULL,NULL,'4b01a05a-db65-453b-bd84-2d68db7f213f'),(272,'SARANG GARH',6,13,NULL,NULL,NULL,NULL,'00af433d-1d4b-4935-930a-6ec27bd781f0'),(273,'SARANGARH',6,13,NULL,NULL,NULL,NULL,'7be3eb16-d344-488b-b4e8-98df374a14c0'),(274,'SARWAHI',6,56,NULL,NULL,NULL,NULL,'92d0c4c5-63f8-47fb-aa5e-276481303afc'),(275,'SAWATPUR',6,11,NULL,NULL,NULL,NULL,'846922a7-0b6b-4d81-a99a-ad299a0bc73c'),(276,'SEMARWAR',6,21,NULL,NULL,NULL,NULL,'83291a87-0021-4549-a8b4-06a171bcac43'),(277,'SHAKTI TOLA',6,21,NULL,NULL,NULL,NULL,'5b4d3333-e4bb-4c49-a380-e5d78e6ac47b'),(278,'SHIVNI',6,21,NULL,NULL,NULL,NULL,'99cb96eb-a4bb-4a49-b023-93360d20f137'),(279,'SHIVRICHANDAS',6,9,NULL,NULL,NULL,NULL,'a438abdc-ad2c-423a-a1ab-aee933838b4e'),(280,'SILPUR',6,13,NULL,NULL,NULL,NULL,'35dbe374-8110-4e58-843d-f8fc76f77533'),(281,'SOHE BILHA',6,13,NULL,NULL,NULL,NULL,'d6dee3ac-bfe0-4d81-8854-4d02b8f0b1a6'),(282,'SOHIBELHA',6,13,NULL,NULL,NULL,NULL,'d1527cd1-94c2-4186-8b4b-23b9f37a4f30'),(283,'SORSAPARA',6,9,NULL,NULL,NULL,NULL,'d92add0d-67ca-4bc7-bc98-ceb97f82aa40'),(284,'SULKHARI',6,21,NULL,NULL,NULL,NULL,'73cbe885-494e-461a-be0b-f4d423c480f1'),(285,'TARADAD',6,135,NULL,NULL,NULL,NULL,'003fbe5f-919c-4974-9395-c51bf1c8cdb0'),(286,'TEDHI',6,9,NULL,NULL,NULL,NULL,'cb92f1e3-a6e7-4e0b-bbc9-136885f62275'),(287,'THANGAON',6,13,NULL,NULL,NULL,NULL,'7b89242c-a26b-4ec1-9a15-4ef65a63e8af'),(288,'THEHI GORELA',6,21,NULL,NULL,NULL,NULL,'ea9f6b44-1a8c-439e-b6a9-596043a7af19'),(289,'THODHA',6,13,NULL,NULL,NULL,NULL,'4bd9da2e-5c5e-4603-935f-994f9d294191'),(290,'TIPANKHOLI',6,11,NULL,NULL,NULL,NULL,'a2313fa7-7a60-468b-b060-10770274abf5'),(291,'TITRIPODI',6,27,NULL,NULL,NULL,NULL,'1f3a3e89-237d-46fc-a805-84e96c0326f8'),(292,'UMARIYA',6,11,NULL,NULL,NULL,NULL,'f43d94eb-69df-4113-93fe-dcaf6cbe9d8f'),(293,'UPHARIKALA',6,19,NULL,NULL,NULL,NULL,'1b71fef0-5088-4a5f-a0b5-4c606171d14e'),(294,'URTAN',6,13,NULL,NULL,NULL,NULL,'7a4d1b56-b170-4d55-8c3f-a974f99696cf'),(295,'VENKATNAGAR',6,21,NULL,NULL,NULL,NULL,'8b13f73f-2d22-45b8-b7b7-056b0a4b439f'),(296,'VICHARPUR',6,13,NULL,NULL,NULL,NULL,'43c78d5f-e961-459e-be1a-5302d614e66d'),(297,'VIJAYPURI',6,9,NULL,NULL,NULL,NULL,'66a21885-268f-4a59-b925-245e84dd13d1'),(298,'Bastar',4,6,NULL,NULL,NULL,NULL,'4ea24862-c253-4c65-8948-fd1676ac9ddd'),(299,'BASTAR',5,298,NULL,NULL,NULL,NULL,'c4e9150a-103b-49cf-8bb1-8823711b96f9'),(300,'SIPAT',5,298,NULL,NULL,NULL,NULL,'d529faf7-7ffb-4491-aea7-8c2ed81c164c'),(301,'KUKADA',6,300,NULL,NULL,NULL,NULL,'f8bfb8f3-9f33-4b5c-81c0-14a9aeac0d6d'),(302,'Bilaspur',4,6,NULL,NULL,NULL,NULL,'2c0e6cae-5d96-446e-9b94-341cce23c06e'),(303,'Bilaspur',5,302,NULL,NULL,NULL,NULL,'de734891-5875-4d0a-998b-6441430370c1'),(304,'Bilha',5,302,NULL,NULL,NULL,NULL,'fd5a952d-02a9-4d8f-b5db-93ab43fba6e1'),(305,'Kota',5,302,NULL,NULL,NULL,NULL,'22f5339f-0931-4ffd-8fad-aab8ae5cf8ed'),(306,'Lormi',5,302,NULL,NULL,NULL,NULL,'6a7c8c91-732c-48da-b1f1-aea57afeff73'),(307,'Masturi',5,302,NULL,NULL,NULL,NULL,'d731ea22-aee4-49bc-8e63-864fbfe23007'),(308,'Mungeli',5,302,NULL,NULL,NULL,NULL,'7d453774-757e-4937-a6d8-3f3ab47b64a6'),(309,'Pendraroad',5,302,NULL,NULL,NULL,NULL,'c7c76e24-7b62-413d-bd84-1f14952f4460'),(310,'Takhatpur',5,302,NULL,NULL,NULL,NULL,'0aaa32c0-291c-4d05-8d53-d3dcf8c4d152'),(311,'MARWAHI',5,302,NULL,NULL,NULL,NULL,'48d4e274-221d-41da-8fe4-5267371c2324'),(312,'AAGDIH',6,307,NULL,NULL,NULL,NULL,'ed26bc6f-0c1a-43ef-b53c-9d92b60fd684'),(313,'AAMAGOHAN',6,305,NULL,NULL,NULL,NULL,'f880280c-b1cd-4da8-895a-e76403f218b5'),(314,'PENDRA ROAD',5,302,NULL,NULL,NULL,NULL,'ff513ec6-ee09-4793-adde-2d21ebb31803'),(315,'AAMGAON',6,314,NULL,NULL,NULL,NULL,'38b21172-70bd-40a6-9216-36d9344e053f'),(316,'ACHAKMAR',6,306,NULL,NULL,NULL,NULL,'2d47429e-c1a3-4767-a0c1-0d557356a2c3'),(317,'ACHANAK MAR',6,306,NULL,NULL,NULL,NULL,'a8b05c8f-ef6e-4bcd-a1f5-f62981a2d211'),(318,'ACHANKMAR',6,306,NULL,NULL,NULL,NULL,'07269d47-e311-475e-80ee-d0951bbacc79'),(319,'AJAYPUR',6,305,NULL,NULL,NULL,NULL,'c2acf436-16fa-4064-945c-219b969aefdf'),(320,'AJAYPUR',6,310,NULL,NULL,NULL,NULL,'1245d805-43a4-4285-95f3-db95c509af3d'),(321,'TAKHATUR',5,302,NULL,NULL,NULL,NULL,'b87be286-3d6a-47f2-86a5-aa0e90a17dc4'),(322,'AJAYPUR',6,321,NULL,NULL,NULL,NULL,'b885c2c2-c4ca-4b61-b1ce-87bf86662e48'),(323,'AMALI',6,305,NULL,NULL,NULL,NULL,'46df97d7-2f6d-4f2f-b9cc-d1164628b0ab'),(324,'AMANE',6,305,NULL,NULL,NULL,NULL,'6dc0cf69-94d5-421d-b0b8-77b39719b390'),(325,'GAURELA',5,302,NULL,NULL,NULL,NULL,'f6ec9ba4-5a64-4113-ad20-5a82d810b1b5'),(326,'AMARPUR',6,325,NULL,NULL,NULL,NULL,'40ae7633-9252-47ce-9eda-77f3685f1e78'),(327,'PENDARA',5,302,NULL,NULL,NULL,NULL,'f1e8edb8-9327-486b-9fa7-e7d59ae2018b'),(328,'AMARPUR',6,327,NULL,NULL,NULL,NULL,'5011dd28-026f-46fe-83c6-013ae542fb4a'),(329,'AMARPUR',6,314,NULL,NULL,NULL,NULL,'8b0cac0b-937e-42a2-a4c5-7e33c6814b21'),(330,'AMARPUR',6,309,NULL,NULL,NULL,NULL,'cfe878ff-e544-4b8e-a1c1-f81ef8545351'),(331,'AMARU',6,314,NULL,NULL,NULL,NULL,'a6b49411-82be-4db2-a761-ada3334bf075'),(332,'TAKHAPUR',5,302,NULL,NULL,NULL,NULL,'9530c672-ff1d-48ae-b8d0-1477e7b071f6'),(333,'AMERI',6,332,NULL,NULL,NULL,NULL,'8c114859-93b3-47ed-a23f-a69e430ebdb0'),(334,'AMERI',6,310,NULL,NULL,NULL,NULL,'b5f71961-2f79-4ff6-a522-4b97f5462a97'),(335,'AMERIAKBARI',6,304,NULL,NULL,NULL,NULL,'c73d0599-1558-4921-881b-3373e11eadc3'),(336,'AMLIDIH',6,306,NULL,NULL,NULL,NULL,'5f8e153d-ff0f-45f5-9ea0-149e792d20e2'),(337,'AMLIKAPA',6,305,NULL,NULL,NULL,NULL,'3beb84da-c68c-49d9-b368-8e391bf43179'),(338,'AMNE',6,305,NULL,NULL,NULL,NULL,'96075477-4478-4406-b624-104703d77df3'),(339,'AMNE',6,310,NULL,NULL,NULL,NULL,'5796358b-3fd4-4e26-b335-f8f473b6b0a4'),(340,'AMOLI KAPA',6,310,NULL,NULL,NULL,NULL,'0942e637-937d-4188-a980-c8044fea38c2'),(341,'ANDHIYARKHOH',6,325,NULL,NULL,NULL,NULL,'301854fd-8d36-439a-81e5-7ba57be63865'),(342,'Andhiyarkhoh',6,309,NULL,NULL,NULL,NULL,'be8cde85-2930-429f-a575-071156be21cb'),(343,'ARAIBANDH',6,310,NULL,NULL,NULL,NULL,'3fefc708-71d4-422f-abbb-ac7b966857d9'),(344,'AURAPANI',6,305,NULL,NULL,NULL,NULL,'d9d9ec10-505c-4a60-aeb2-fe313761dcd0'),(345,'BACHALI KHURD',6,305,NULL,NULL,NULL,NULL,'db0f7acd-7c12-4d84-a68e-157b18a7bc1f'),(346,'PENDRA',5,302,NULL,NULL,NULL,NULL,'7523824c-cdf9-40b9-8063-c4f042b81ebc'),(347,'BACHARWAR',6,346,NULL,NULL,NULL,NULL,'5d84c6d2-749a-40a6-94c5-5cf053d1fc02'),(348,'Bacharwar',6,309,NULL,NULL,NULL,NULL,'15ff62fa-5805-4304-acc0-65f856fbebdd'),(349,'BACHHALI',6,305,NULL,NULL,NULL,NULL,'b9f85d2f-00c7-4c7e-bb61-44f4697db638'),(350,'BADA PATH',6,305,NULL,NULL,NULL,NULL,'aab6f35e-13c1-44e6-b61a-045dff0f981a'),(351,'BADE BARAR',6,305,NULL,NULL,NULL,NULL,'6e53e8e6-1d8d-45c1-be33-4d0435e09ece'),(352,'BADE KONI',6,303,NULL,NULL,NULL,NULL,'bf9eb06f-6665-44c1-957a-7da503516ead'),(353,'BADI KONI',6,303,NULL,NULL,NULL,NULL,'920daeac-9ee9-4005-aabf-2d86f5e4adee'),(354,'BADIYADIH',6,308,NULL,NULL,NULL,NULL,'6d6ac65a-7a59-45e9-b9f6-d0876e67b97a'),(355,'BADRA',6,308,NULL,NULL,NULL,NULL,'a093bd7c-2db8-4083-8a81-cf27c60acd3c'),(356,'BAGDHARA',6,305,NULL,NULL,NULL,NULL,'d805e3bb-fe29-48fb-90be-ff1e28eae7ce'),(357,'BAGHARRA',6,306,NULL,NULL,NULL,NULL,'6db20966-a2eb-4e88-9d14-7ee7de6b4cbc'),(358,'BAGHAURI',6,311,NULL,NULL,NULL,NULL,'0388371d-289a-4040-a33e-bf20470b7005'),(359,'BAGHELKAPA',6,310,NULL,NULL,NULL,NULL,'1a848b5e-29bc-4902-8ee3-6b96a85ad5a8'),(360,'BAHAUD',6,306,NULL,NULL,NULL,NULL,'3f278b2c-bbb0-474f-ab39-e9ec18f6a610'),(361,'BAHERAMUDA',6,305,NULL,NULL,NULL,NULL,'9169366c-2bcf-421d-aa0b-ed73f44f2438'),(362,'BAHTARAI',6,310,NULL,NULL,NULL,NULL,'7d36279b-80f7-4c48-9c56-f84952e820d1'),(363,'BAHUARTA',6,310,NULL,NULL,NULL,NULL,'0cda1146-8dd1-4e84-96ed-435674aab5e0'),(364,'BAIGAKAPA',6,306,NULL,NULL,NULL,NULL,'96ba71a6-c1a5-4fc9-9a33-bdba13aa4ae2'),(365,'BAIGAPARA',6,305,NULL,NULL,NULL,NULL,'3a8df300-da2d-4459-9855-9264477c2ad8'),(366,'BAIHAKAPA',6,308,NULL,NULL,NULL,NULL,'febbf8f9-df01-492d-8cd4-b05b3f02acbf'),(367,'BILASAPUR',5,302,NULL,NULL,NULL,NULL,'19bdff89-7665-4799-9f83-a18071e95c3b'),(368,'BAIMA',6,367,NULL,NULL,NULL,NULL,'6466a5da-2925-492d-9fed-fd0d47adf6c6'),(369,'BAJARRA',6,306,NULL,NULL,NULL,NULL,'ac193810-a162-4121-a661-8506576967a4'),(370,'BAKA',6,303,NULL,NULL,NULL,NULL,'3629ac4f-5863-45b7-8348-2f18350c99b5'),(371,'BAKARKUDA',6,307,NULL,NULL,NULL,NULL,'e658d4b6-cdb5-46ea-8406-6ceea4466765'),(372,'PALI',5,302,NULL,NULL,NULL,NULL,'d7ade550-0fb4-4996-84cc-32cd5611cb61'),(373,'BAKSAHI',6,372,NULL,NULL,NULL,NULL,'a6373700-0260-4b77-9381-6a4b94ab03a3'),(374,'BANDHA',6,310,NULL,NULL,NULL,NULL,'ba4983d0-1bdf-42d3-91fc-46d893e68683'),(375,'BANDHAMUDA',6,325,NULL,NULL,NULL,NULL,'ca35a0e2-23ac-4aa8-b34c-ec8ad448cce7'),(376,'BANDHAMUDA',6,314,NULL,NULL,NULL,NULL,'ac466a40-f278-4f1a-8f8c-cd47a309ecbd'),(377,'BANDHAURI',6,311,NULL,NULL,NULL,NULL,'e31aa733-c6ad-48d1-be82-8831d0f3fca0'),(378,'BANDHI',6,306,NULL,NULL,NULL,NULL,'454da690-8a5e-40dd-be47-13c4fdbd544b'),(379,'BANDHI',6,346,NULL,NULL,NULL,NULL,'3c47918d-1e59-4f7b-b7a0-9f95b0fb7f66'),(380,'BANDHI',6,314,NULL,NULL,NULL,NULL,'b3217bcd-d974-4a54-a030-ea4ad068a7ac'),(381,'BANDHI',6,309,NULL,NULL,NULL,NULL,'829c9f4b-d11f-4295-a647-0e8fddb5e3df'),(382,'BANDHIYAPARA',6,310,NULL,NULL,NULL,NULL,'eff19e81-c1c4-410e-be4f-9c283cc42480'),(383,'BANJHORKA',6,346,NULL,NULL,NULL,NULL,'3bb74196-26dc-4932-9168-2543c3313152'),(384,'BARBASPUR',6,308,NULL,NULL,NULL,NULL,'46ec2be8-9e35-41f4-ada1-53157d510c1e'),(385,'BARDULI',6,308,NULL,NULL,NULL,NULL,'14e06290-7b8f-4719-8d3b-52c9145ef6a7'),(386,'BARDWAR',6,305,NULL,NULL,NULL,NULL,'aab59378-cc0a-46ad-a4af-37f5259ae108'),(387,'BARELA',6,310,NULL,NULL,NULL,NULL,'5e60e24b-ca32-4588-9c16-179e47a1114a'),(388,'BARELI',6,307,NULL,NULL,NULL,NULL,'d88c43d0-9fef-4e6a-8f15-c6d836278c1f'),(389,'BARGAVA',6,305,NULL,NULL,NULL,NULL,'f83b429a-aefc-414a-82a3-5cb1480a3a72'),(390,'BARI UMRAV',6,314,NULL,NULL,NULL,NULL,'48ef3942-f7eb-4b31-8c52-06ae04a8a8be'),(391,'BARPALI',6,303,NULL,NULL,NULL,NULL,'bb37271b-02be-4207-85c7-5dcd55fcefb9'),(392,'BARTOLA',6,311,NULL,NULL,NULL,NULL,'b713a7b5-fa8e-43ce-98ad-a7bd4812e998'),(393,'BARTORI',6,304,NULL,NULL,NULL,NULL,'1db8d2c6-ce79-440f-9799-92bee3eef926'),(394,'BASAJHAL',6,305,NULL,NULL,NULL,NULL,'8d594486-87e2-4fe5-9c6b-15cb101ed2cb'),(395,'BASANTPUR',6,314,NULL,NULL,NULL,NULL,'0f0ade67-692f-4207-88f9-4b1d1ecedc0f'),(396,'PENDRA ROAD',5,302,NULL,NULL,NULL,NULL,'6f530bd5-88e8-4fc6-98f7-f0117fa6db90'),(397,'BASANTPUR',6,396,NULL,NULL,NULL,NULL,'0f1ffd8a-6720-4418-b240-739a9f5d745a'),(398,'BELTARA',5,302,NULL,NULL,NULL,NULL,'9c12560b-f4a3-416b-aa47-a1e0a2e5716e'),(399,'BASHA',6,398,NULL,NULL,NULL,NULL,'1b18a3f5-cb38-45b3-afc0-ee54fdc2e290'),(400,'BASTI',6,314,NULL,NULL,NULL,NULL,'5bdd0e9b-a2e8-44c2-831d-f485cf8f2da6'),(401,'BASTIBAGRA',6,396,NULL,NULL,NULL,NULL,'a14320c9-ec85-4890-bb23-b4e6147e1be6'),(402,'BAUHARDIH',6,307,NULL,NULL,NULL,NULL,'ecb8168f-283e-463d-8a97-dc1de091f941'),(403,'BAWALI',6,308,NULL,NULL,NULL,NULL,'a96b40a6-cd94-458b-b5ca-817f93a9f50c'),(404,'BEDAPAT',6,305,NULL,NULL,NULL,NULL,'596ce398-fe88-4dbc-a04c-ec5a872af099'),(405,'BEDPARSADA',6,307,NULL,NULL,NULL,NULL,'32b5fd95-c61d-4710-89ad-34f945fd2348'),(406,'BEEJA',6,310,NULL,NULL,NULL,NULL,'2d4344b1-f91e-4ae0-ae1b-1a0b7bf78d5b'),(407,'Bel Mundi',6,310,NULL,NULL,NULL,NULL,'afeb034e-a87f-46b1-8a33-941cdc447ccc'),(408,'BELGAHANA',6,305,NULL,NULL,NULL,NULL,'745c6e54-90cb-4805-8869-9876cd41c09b'),(409,'BELGHANA',6,305,NULL,NULL,NULL,NULL,'33ebd335-6a76-4e4e-8e92-d20f08c25f47'),(410,'BELGHANA',6,310,NULL,NULL,NULL,NULL,'29a52800-9dce-4acd-97f6-50c112026355'),(411,'BELKHURI',6,308,NULL,NULL,NULL,NULL,'34b13177-9970-4fb9-955e-4b7e8022b825'),(412,'BELMUNDI',6,310,NULL,NULL,NULL,NULL,'bd08ed50-a75f-4d73-a2c2-a636592c80b9'),(413,'BELPAT',6,314,NULL,NULL,NULL,NULL,'e1d7d5c3-608a-4e3b-8687-ed7301ab95e7'),(414,'Belpat',6,309,NULL,NULL,NULL,NULL,'752d6230-6fca-4c63-84a0-498fd779e7e4'),(415,'BELSARA',6,310,NULL,NULL,NULL,NULL,'eb15d743-9233-4ebc-91e1-2c029e63fca1'),(416,'BELSARI',6,310,NULL,NULL,NULL,NULL,'8c873d37-e927-422a-8c1d-610dad08a34c'),(417,'BELTARA',6,398,NULL,NULL,NULL,NULL,'0ec0b6af-2d7f-4f6c-af38-50f4c760de45'),(418,'BELTARA',6,303,NULL,NULL,NULL,NULL,'31f23e70-4d7c-495c-887d-7908dfdad63f'),(419,'Beltookri',6,310,NULL,NULL,NULL,NULL,'31e9c084-9650-41cf-a38d-32fafb1c698b'),(420,'TAKAHATPUR',5,302,NULL,NULL,NULL,NULL,'5d075767-eea5-45ce-874e-9ac0a32f3bd6'),(421,'BELTUAKRI',6,420,NULL,NULL,NULL,NULL,'7350ec93-ce82-4ae7-81dd-ad02c0050273'),(422,'BELTUAKRI',6,321,NULL,NULL,NULL,NULL,'3aa5c4f8-5eb9-42ac-948a-3b67e5472501'),(423,'TAKHAKTPUR',5,302,NULL,NULL,NULL,NULL,'400f7572-144a-49fd-92da-ad2d92b5891f'),(424,'BELTUKARI',6,423,NULL,NULL,NULL,NULL,'07c2d111-5a94-4992-a158-b9bb62c3ab8a'),(425,'TAKHATAPUR',5,302,NULL,NULL,NULL,NULL,'4716e4be-7f52-4700-a38d-4bb10ec0538b'),(426,'BELTUKARI',6,425,NULL,NULL,NULL,NULL,'1264b12a-3938-4431-ac2e-496e15908d59'),(427,'BELTUKARI',6,310,NULL,NULL,NULL,NULL,'3f68e911-67ab-4f8f-a9ff-455dbb1ed88d'),(428,'BELTUKRI',6,425,NULL,NULL,NULL,NULL,'1eaf367a-784a-406c-895d-090e61155d26'),(429,'BELTUKRI',6,310,NULL,NULL,NULL,NULL,'1a038117-0731-4102-8bac-ba6d225e0906'),(430,'Bhadam',6,303,NULL,NULL,NULL,NULL,'085a9cd4-b0be-403f-9a18-79184fb670ba'),(431,'BHADAM',6,310,NULL,NULL,NULL,NULL,'a990f4ba-3a5d-44f4-a27b-0f57963d5b21'),(432,'BHADAURA',6,307,NULL,NULL,NULL,NULL,'e236c5db-3a55-401f-b67a-ced508942cde'),(433,'BHADI',6,314,NULL,NULL,NULL,NULL,'0a0776b7-aeca-4e2e-9701-98bf11d5221c'),(434,'BHAGVATI',6,310,NULL,NULL,NULL,NULL,'a1720df8-434e-4318-ba5b-202c82f03587'),(435,'BHAISBOD',6,304,NULL,NULL,NULL,NULL,'b6aa0e41-ae7c-441b-a10d-3d2453d1fa4a'),(436,'BHAJRAUDI',6,311,NULL,NULL,NULL,NULL,'0788abf0-0bcc-4c8d-b497-16dbd2572d55'),(437,'BHAKURA NAVAPARA',6,310,NULL,NULL,NULL,NULL,'8209cb7b-9163-411e-a2ad-7c697a2b13b5'),(438,'BHANESAR',6,307,NULL,NULL,NULL,NULL,'6ba9ae7e-8308-4b12-8b33-1c6b209c43a4'),(439,'BHARARI',6,423,NULL,NULL,NULL,NULL,'6085a6dc-26f3-403a-8456-423cc3379a7a'),(440,'BHARARI',6,310,NULL,NULL,NULL,NULL,'91975f25-d786-4baf-a5b5-07ade1919c91'),(441,'BHARAT PUR',6,306,NULL,NULL,NULL,NULL,'e5290eb6-c1f4-46d7-9b73-816035ea23d6'),(442,'BHARNI',6,310,NULL,NULL,NULL,NULL,'03732306-7ae2-4026-abdc-85fc7a122aed'),(443,'BHARRATOLA',6,325,NULL,NULL,NULL,NULL,'497f53a6-8737-46f9-acb2-b3b8a1505519'),(444,'BHARRIDIH',6,311,NULL,NULL,NULL,NULL,'10c333a5-29b5-4e9b-b806-61d4d3111749'),(445,'BHASKURA',6,314,NULL,NULL,NULL,NULL,'5cc440a2-cffb-49ae-932d-7415f1edaf04'),(446,'BHATAPARA',6,308,NULL,NULL,NULL,NULL,'336b1af8-96d8-47f2-94bc-7355313b0056'),(447,'Bhatha',6,306,NULL,NULL,NULL,NULL,'8ab6bfae-1307-4e42-819b-358eb20c4f9d'),(448,'BHATHARI',6,308,NULL,NULL,NULL,NULL,'3e763fb6-dcbb-44c2-918a-491f3c103954'),(449,'BHATHLIKALA',6,308,NULL,NULL,NULL,NULL,'18f5640d-b065-4c7c-a4db-9141229951d5'),(450,'BHATHRI',6,308,NULL,NULL,NULL,NULL,'6618803e-afdb-429b-a3a3-c9f7c925de55'),(451,'BHAUKAPA',6,310,NULL,NULL,NULL,NULL,'c9b43502-6269-4206-9fb9-42caa4514f3f'),(452,'BHDAURA',6,325,NULL,NULL,NULL,NULL,'490b1742-a0d1-4874-be98-7dcea6487033'),(453,'BHDAURA',6,307,NULL,NULL,NULL,NULL,'55f743d5-aad4-4e61-b42c-f94d6a1b9263'),(454,'BHELAUNI',6,310,NULL,NULL,NULL,NULL,'aa69b64d-d0bd-43f7-aa00-155fb6ab4719'),(455,'BHELVADIH',6,305,NULL,NULL,NULL,NULL,'6349957f-7555-4671-b3ae-94c48ed396f7'),(456,'BHELVAPARA',6,305,NULL,NULL,NULL,NULL,'5a6f55d6-17f3-4a6a-b0f9-10bcd18f8abf'),(457,'BHELVATIKARA',6,305,NULL,NULL,NULL,NULL,'b76e9c68-d4cf-44e4-8826-0652357733fa'),(458,'BHILAI',6,310,NULL,NULL,NULL,NULL,'5e08c013-915a-4b27-b724-89fafa9d8658'),(459,'BHILAUNI',6,310,NULL,NULL,NULL,NULL,'2c58946a-6670-4058-85cc-406a154c1684'),(460,'BHILMI',6,303,NULL,NULL,NULL,NULL,'eae3b4ec-f193-4377-91bc-ba198cec00cd'),(461,'BHIMPURI',6,423,NULL,NULL,NULL,NULL,'9d171a53-5a90-4ed0-995b-6108631df95b'),(462,'BHISESARA',6,325,NULL,NULL,NULL,NULL,'5941624b-588e-48c8-b65c-0abc2011ee9b'),(463,'BHOJPURI',6,304,NULL,NULL,NULL,NULL,'c295c177-4b8f-4532-9e7e-2ad301372b28'),(464,'BHRARI',6,303,NULL,NULL,NULL,NULL,'b81a5b70-234c-4b0d-a032-45889c1754ef'),(465,'BHUNDA',6,425,NULL,NULL,NULL,NULL,'bd9409a0-b311-4782-8c52-e37d334bf302'),(466,'BHUNDA',6,310,NULL,NULL,NULL,NULL,'7266ddda-77db-469e-b3ef-ce9810b493ca'),(467,'BHUTKACHHAR',6,306,NULL,NULL,NULL,NULL,'db0363b7-8954-4d07-bb74-568a641c2f13'),(468,'BIJA',6,310,NULL,NULL,NULL,NULL,'ed04def2-9860-4756-83d1-6b83a5916f1d'),(469,'BIJAUR',6,303,NULL,NULL,NULL,NULL,'0a34aa4b-a36f-455d-8051-2b0e0921973f'),(470,'BIJRAKAPA',6,306,NULL,NULL,NULL,NULL,'93a69b79-e634-4449-91c8-fd401ef55b99'),(471,'BIALSPUR',5,302,NULL,NULL,NULL,NULL,'add9c8f5-3143-40d1-bc81-55bd186b6b6c'),(472,'BILAPUR',6,471,NULL,NULL,NULL,NULL,'be9c00a8-c958-4b0e-9653-19331d5324ec'),(473,'BILASPUR',6,303,NULL,NULL,NULL,NULL,'aa619073-5729-45b8-b35b-f631dafa71dd'),(474,'BILHA',6,304,NULL,NULL,NULL,NULL,'68c463f0-98f7-405f-b514-112cb7f0e4e0'),(475,'KOTMA',5,302,NULL,NULL,NULL,NULL,'e4dfa3a1-754e-4a53-aa82-cffb48a7334b'),(476,'BILHA PIYARI',6,475,NULL,NULL,NULL,NULL,'213ad7fb-2ef5-4b78-ab75-f1ac0aad2c42'),(477,'BILLIBAND',6,305,NULL,NULL,NULL,NULL,'5d00518f-4011-4fd7-86ff-ddbf125b315c'),(478,'BINAURI',6,310,NULL,NULL,NULL,NULL,'466c96d3-fbde-49ae-bf7d-7ba41bb9322c'),(479,'BINDAWAL',6,306,NULL,NULL,NULL,NULL,'2f574de1-79dc-4213-9653-f09b5dd7b8d1'),(480,'BIRGHANI',6,305,NULL,NULL,NULL,NULL,'a3abb7dd-3631-41cb-99ff-84ef4c751d4d'),(481,'BIRKONA',6,303,NULL,NULL,NULL,NULL,'c2080c9b-404f-45fd-98f7-30e2477dc9f1'),(482,'MUGELI',5,302,NULL,NULL,NULL,NULL,'4945957d-3253-4f67-9b07-0f66adebb6bd'),(483,'BIRKONI',6,482,NULL,NULL,NULL,NULL,'400f5f96-da42-4320-8943-fea7e61b47f1'),(484,'BIRKONI',6,308,NULL,NULL,NULL,NULL,'230c1592-f8c3-4949-a8b3-bb10333871c7'),(485,'PATHARIYA',5,302,NULL,NULL,NULL,NULL,'563df248-5c3f-4271-b67e-2636fbf527d8'),(486,'BIRKONI',6,485,NULL,NULL,NULL,NULL,'405ee862-0bfd-4923-a560-30a4723443c2'),(487,'BISESARA',6,314,NULL,NULL,NULL,NULL,'2e8d1008-0ec6-4e1a-828d-50702ca86498'),(488,'BISESARA',6,396,NULL,NULL,NULL,NULL,'0439c130-cafc-4a69-b0b6-7fed46ac0853'),(489,'BITAKULI',6,305,NULL,NULL,NULL,NULL,'07ce799a-0429-4704-989b-f4ddbde494e8'),(490,'BITATOLA',6,325,NULL,NULL,NULL,NULL,'b15d7db3-6559-49e0-8c56-275ec966e6cf'),(491,'BITHALDA',6,306,NULL,NULL,NULL,NULL,'b2557f83-4634-4927-bdaf-180fc3c0dc96'),(492,'BITKULA',6,307,NULL,NULL,NULL,NULL,'11616421-7272-41c4-86e9-ef032cc0723f'),(493,'BODSARA',6,304,NULL,NULL,NULL,NULL,'5129757f-703f-4afa-a86d-a1f93045a209'),(494,'BODSARA',6,310,NULL,NULL,NULL,NULL,'03072f7c-2626-4af1-bb24-eb52735c1db8'),(495,'LORAMI',5,302,NULL,NULL,NULL,NULL,'830bcef6-2df0-4629-ac23-f04c4d2c8eed'),(496,'BODTARAKALA',6,495,NULL,NULL,NULL,NULL,'8ab8c633-510c-4f25-9b02-d6dc2772c603'),(497,'BOHARDIH',6,307,NULL,NULL,NULL,NULL,'f0ca13f2-090f-46d0-a54c-62a046a10769'),(498,'BUDHIKHAR',6,307,NULL,NULL,NULL,NULL,'c504411f-9c2c-490c-bde1-0e07a7b4f56a'),(499,'BUDHWARA',6,306,NULL,NULL,NULL,NULL,'4b9bb1db-2f81-4b1e-a876-41f4f916d74c'),(500,'BUNDELI',6,308,NULL,NULL,NULL,NULL,'6bce99bc-3439-457b-bdce-45091ba314e6'),(501,'CHAKARBHATA',6,304,NULL,NULL,NULL,NULL,'4e78fe21-d116-479a-a725-1e62a93b1dab'),(502,'CHAKARBHATHA',6,304,NULL,NULL,NULL,NULL,'57f73b47-5399-4c75-9c65-ba5d6d5cd9b6'),(503,'CHAKRAKUND',6,310,NULL,NULL,NULL,NULL,'11e40b9a-6e18-4dc3-95ed-a33c1964b8ff'),(504,'CHANADOGARI',6,420,NULL,NULL,NULL,NULL,'cf120d2d-ef37-43a6-89d2-bfaccc431c5e'),(505,'CHANADONAGARI',6,423,NULL,NULL,NULL,NULL,'a2b44cd4-1a5e-4149-86b2-a5fdda3f2d35'),(506,'CHANADONGARI',6,310,NULL,NULL,NULL,NULL,'b499b853-0250-46c7-a96c-59ab6980bea8'),(507,'CHANADONGRI',6,310,NULL,NULL,NULL,NULL,'adfb0191-a339-47cc-b2c3-9ae354352ac4'),(508,'CHANDLI',6,308,NULL,NULL,NULL,NULL,'ab656a98-5655-4924-b34c-c519ff37e048'),(509,'CHANGERI',6,311,NULL,NULL,NULL,NULL,'7d2f9665-994b-4939-a795-f32eb382751d'),(510,'CHAPORA',6,305,NULL,NULL,NULL,NULL,'44bceca5-1037-47f3-ad04-f2f0cfa38da2'),(511,'CHARKARBHATA',6,304,NULL,NULL,NULL,NULL,'307f2c62-a0f1-423f-af83-2607e3195a07'),(512,'CHARPARA',6,305,NULL,NULL,NULL,NULL,'238f70cc-a65e-47d1-8544-3aa2cc63765d'),(513,'MUGALI',5,302,NULL,NULL,NULL,NULL,'d51fcbcc-d562-41a5-822e-b5bc57b7920f'),(514,'CHATAN',6,513,NULL,NULL,NULL,NULL,'7b450181-9e9d-4006-94af-d85be5333e8a'),(515,'CHATAPARA',6,303,NULL,NULL,NULL,NULL,'006ed69b-cea4-4953-a2f0-2bd0d55ae5a5'),(516,'CHATAUNA',6,310,NULL,NULL,NULL,NULL,'b4519454-d866-49c3-bfa1-f0de20a149d3'),(517,'CHATIDIH',6,471,NULL,NULL,NULL,NULL,'6bee0aa3-ed52-452b-94de-eae44d113582'),(518,'CHATIDIH',6,303,NULL,NULL,NULL,NULL,'153191a2-f433-49dc-bdc0-99ce359b4e7f'),(519,'CHERKA BANDHA',6,420,NULL,NULL,NULL,NULL,'0023a1bd-8134-4f05-bdad-6234c20e7760'),(520,'CHHALA PARA',6,305,NULL,NULL,NULL,NULL,'22e153f4-68a5-442a-9664-9a761233374e'),(521,'CHHATAUANA',6,310,NULL,NULL,NULL,NULL,'fbbb5b87-0d0a-4d0b-b75f-13a43f6f0396'),(522,'TAKHATPPUR',5,302,NULL,NULL,NULL,NULL,'6e357daa-bb86-483d-a9c4-59cffa03d9c8'),(523,'CHHATAUNA',6,522,NULL,NULL,NULL,NULL,'fa1c73ef-35d9-4f61-ba4d-6d2ff847ab67'),(524,'CHHATAUNA',6,310,NULL,NULL,NULL,NULL,'deaa1fca-cbab-4bd5-9483-429ebfbf7126'),(525,'CHHINBHOG',6,308,NULL,NULL,NULL,NULL,'e3ca3d81-f20c-460e-9fe1-dd6b38fc54f9'),(526,'CHHITAPARA',6,306,NULL,NULL,NULL,NULL,'67a3416b-0569-4428-b7c1-9d2c107809f2'),(527,'CHHORBHATTI',6,423,NULL,NULL,NULL,NULL,'e88f31bb-f638-4e52-ae08-d1862a28328a'),(528,'CHICHIARDA',6,310,NULL,NULL,NULL,NULL,'f3e4c676-cb91-4fbd-bd35-d76aa7c1c472'),(529,'Chichirda',6,310,NULL,NULL,NULL,NULL,'df759aed-38f7-4fd8-9d40-7643077a30a7'),(530,'CHILHATI',6,303,NULL,NULL,NULL,NULL,'9af6805c-ae2e-4101-93da-3b1c3b4aac51'),(531,'CHINGRAJPARA',6,303,NULL,NULL,NULL,NULL,'064da57a-ea89-4a52-b7e3-48f850779831'),(532,'CHIRHUTTI',6,306,NULL,NULL,NULL,NULL,'ba2a9fdf-3d2c-491f-9f26-c82521d6db45'),(533,'CHISDA',6,307,NULL,NULL,NULL,NULL,'0a71219a-05bb-467f-8374-e42f967d44c8'),(534,'LORA]',5,302,NULL,NULL,NULL,NULL,'26c26e6a-9091-47e9-8d16-aa507c87d1ea'),(535,'CHITPARA',6,534,NULL,NULL,NULL,NULL,'c2c53c5a-0a66-46ae-b38e-fa2f8d925582'),(536,'CHOR BHATHIKHUARD',6,310,NULL,NULL,NULL,NULL,'9dfc5950-60e7-4564-bd95-5a3c39f53129'),(537,'CHORBHATI',6,310,NULL,NULL,NULL,NULL,'4372e8bf-e17e-44ba-97f6-ec872b621b77'),(538,'CHORBHATI KALA',6,310,NULL,NULL,NULL,NULL,'6390309f-7e67-4a1b-b995-590f454e16a9'),(539,'CHORBHATI KHUARD',6,310,NULL,NULL,NULL,NULL,'112758e1-88e1-45e8-b895-73714fb6cb87'),(540,'CHORBHATIKALA',6,310,NULL,NULL,NULL,NULL,'b9146b1d-fb85-46d7-bbd0-64a3b0314a01'),(541,'CHORBHATTHI',6,310,NULL,NULL,NULL,NULL,'d37cb5c7-5587-4025-a84e-82600b918bc9'),(542,'Chorbhatthi Khurd',6,310,NULL,NULL,NULL,NULL,'f9162cac-3f46-4bed-aa60-8598fb0bfa38'),(543,'CHORHA DEVARI',6,423,NULL,NULL,NULL,NULL,'682d809c-e8a5-463f-b284-87bb2fe4ae90'),(544,'CHUKTIPANI',6,314,NULL,NULL,NULL,NULL,'1cee1837-f907-4189-8a9b-06b20d6a4503'),(545,'CHURELI',6,305,NULL,NULL,NULL,NULL,'965d9008-9f73-45bc-a602-3c427729ef08'),(546,'DABARI PARA',6,305,NULL,NULL,NULL,NULL,'d4aeba31-357f-460c-bde8-92b5dce24dba'),(547,'DABRIPARA',6,303,NULL,NULL,NULL,NULL,'b994db16-9d53-47be-a86c-ddc0efdc55e2'),(548,'DABRIPARA',6,305,NULL,NULL,NULL,NULL,'20e9aa4d-bc06-4cfe-bfe1-bb1320b79cdd'),(549,'DAD',6,308,NULL,NULL,NULL,NULL,'ee787254-d107-4a9c-afc6-bedf5e08dc98'),(550,'DADANKAPA',6,310,NULL,NULL,NULL,NULL,'0e0be1cc-708c-418b-a2bc-6165239447b5'),(551,'DADHA',6,304,NULL,NULL,NULL,NULL,'39190092-7d5c-4f89-8d87-11f7781ae822'),(552,'DADJABALI',6,396,NULL,NULL,NULL,NULL,'679e7335-08ac-40db-8f2f-945cc9424030'),(553,'DAGANIYA',6,303,NULL,NULL,NULL,NULL,'e891eee6-2b59-49b0-95cd-2c61095922ec'),(554,'DAGAURI',6,304,NULL,NULL,NULL,NULL,'7741add7-d2a9-4709-aadd-9ed23d1ef25e'),(555,'GAURAELA',5,302,NULL,NULL,NULL,NULL,'b25140ed-8596-488c-8f36-a9dd8b55101e'),(556,'DAHIBAHARA',6,555,NULL,NULL,NULL,NULL,'7229bfc2-34da-4037-b401-dac9e69cf023'),(557,'DALSAGAR',6,305,NULL,NULL,NULL,NULL,'8b20229f-c7de-4555-af5d-8d2c7969bd2b'),(558,'DAMDAM',6,325,NULL,NULL,NULL,NULL,'97d80da3-3914-4de8-b936-c150a16c8a9f'),(559,'DAMDAM',6,396,NULL,NULL,NULL,NULL,'ccdc9606-6b72-468d-8558-dc08f32cf9eb'),(560,'DAND',6,308,NULL,NULL,NULL,NULL,'13b51031-4f1f-444d-a55b-1850443f13f0'),(561,'DARRABHATA',6,307,NULL,NULL,NULL,NULL,'fc5e6476-4ea8-4f1c-910c-738494101ad3'),(562,'DARRI',6,396,NULL,NULL,NULL,NULL,'a395d7db-305d-4024-8913-0d5e09292872'),(563,'DARRI',6,310,NULL,NULL,NULL,NULL,'bf3cc979-0fcd-4004-8b73-a2a6e0e1bee7'),(564,'Darsagar',6,305,NULL,NULL,NULL,NULL,'8842c98f-5d7e-42e4-b43a-2a0adc29f032'),(565,'DARUVANKAPA',6,308,NULL,NULL,NULL,NULL,'33f12d4f-f187-4588-8d47-d673aaf850b9'),(566,'DAUKAPA',6,303,NULL,NULL,NULL,NULL,'97d1256b-1167-4682-b022-69f13649d0b1'),(567,'DAUKAPA',6,308,NULL,NULL,NULL,NULL,'15291f9e-e5ad-4252-8d5a-30c6eb649611'),(568,'DAVANPUR',6,305,NULL,NULL,NULL,NULL,'20fa1361-80f1-4024-8eab-245fd1e6eb04'),(569,'DAYAL BAND',6,303,NULL,NULL,NULL,NULL,'3f13bf73-57a9-4e77-b438-2413c939e823'),(570,'DAYALBAND',6,303,NULL,NULL,NULL,NULL,'bf3dd8bc-0b52-45ba-b4ee-23335cae4ea3'),(571,'DELVAPUR',6,305,NULL,NULL,NULL,NULL,'6c8936d7-8662-4efe-905d-7dec4e196f53'),(572,'DEV KIRARI',6,304,NULL,NULL,NULL,NULL,'c5c8205d-2e14-46b6-adc9-eed115472c87'),(573,'DEVALAPARA',6,420,NULL,NULL,NULL,NULL,'018f53b1-8e55-4383-b3e4-ae0d0ad08557'),(574,'DEVARGAON',6,325,NULL,NULL,NULL,NULL,'cf1fb200-e29d-40f3-86d0-324f45dee0c7'),(575,'DEVKIDAH',6,308,NULL,NULL,NULL,NULL,'ed6ce380-09fd-4097-99e5-9bb7e0265e1a'),(576,'DEVKIRARI',6,304,NULL,NULL,NULL,NULL,'0f91f7f8-d64f-4b59-8e71-196c5fd5322b'),(577,'DEVNANDANNAGAR',6,303,NULL,NULL,NULL,NULL,'b8136f8a-4b91-44ea-8662-c808ac375696'),(578,'DEVRI',6,310,NULL,NULL,NULL,NULL,'864c9d8e-c03c-4153-8090-5e46bbfc625f'),(579,'DEVRIKALA',6,314,NULL,NULL,NULL,NULL,'67935a82-2b8e-44f8-b0d3-969640661e45'),(580,'DEVRIKALA',6,310,NULL,NULL,NULL,NULL,'e4ccd4f8-418c-47ed-a5ff-de9e463b3345'),(581,'DEVRIKHUARD',6,307,NULL,NULL,NULL,NULL,'28b10365-c82f-49cb-8539-4a63d8e9542d'),(582,'DEVTARA',6,310,NULL,NULL,NULL,NULL,'a3caecb9-ad22-4756-96cd-43bb0de6d3b6'),(583,'DHAN DHAN',6,310,NULL,NULL,NULL,NULL,'37a0a365-61e4-427f-877a-5ec71ee0fb60'),(584,'DHANAURA',6,311,NULL,NULL,NULL,NULL,'defd7b1d-1e03-4e76-a2e9-0b02ce0213f7'),(585,'DHANDHAN',6,310,NULL,NULL,NULL,NULL,'e5a5bad0-3c91-4ae4-ba5b-9e9beffa73e7'),(586,'DHANGAON',6,308,NULL,NULL,NULL,NULL,'3c9250be-775b-466f-a8ab-6d66e53419f2'),(587,'DHANGAON GOSAI',6,308,NULL,NULL,NULL,NULL,'faa65325-e207-4e3f-949a-ca7cdfbc3999'),(588,'DHANGAVA',6,314,NULL,NULL,NULL,NULL,'58e640c4-42d5-4bc7-acd7-12a0d7bd34b4'),(589,'DHANGAVA',6,396,NULL,NULL,NULL,NULL,'99ab3a8e-b342-4791-bb00-a9b724bd6096'),(590,'DHANPUR',6,311,NULL,NULL,NULL,NULL,'37c11953-c14a-4882-8633-ffe7dc18ab3e'),(591,'DHANRAS',6,305,NULL,NULL,NULL,NULL,'a596b12f-c179-4a71-9d8b-f47e85a68d02'),(592,'DHARHAR',6,311,NULL,NULL,NULL,NULL,'1aca66f7-46ac-47f9-a549-920efd845fef'),(593,'DHARHAR',6,396,NULL,NULL,NULL,NULL,'dcc7faf0-8d52-421a-942d-66bb6d566a34'),(594,'DHAUABHATHA',6,304,NULL,NULL,NULL,NULL,'5fce454b-d9ac-445a-a7be-9291d8df47ac'),(595,'DHAUABHATHA',6,305,NULL,NULL,NULL,NULL,'672659e9-a5a2-40ab-b3fa-dcbf9c217d20'),(596,'DHAURA BHATA',6,304,NULL,NULL,NULL,NULL,'a0a6ba9e-35ec-424d-a057-8c08caa40047'),(597,'DHAURA MUDA',6,303,NULL,NULL,NULL,NULL,'ce19a1a4-713d-49b7-ae3e-cf6cf9da5cb8'),(598,'DHAURABHANTH',6,304,NULL,NULL,NULL,NULL,'d7f94a88-95d5-4901-bdfe-c2954fe09690'),(599,'DHOLGI',6,306,NULL,NULL,NULL,NULL,'85e1c974-370a-4114-be72-6ff78420d470'),(600,'DHRUVPARA',6,367,NULL,NULL,NULL,NULL,'65dbf507-29db-4b71-a852-56afc4639c7b'),(601,'DHUMA',6,305,NULL,NULL,NULL,NULL,'0c4e8c0c-e72f-4080-ae0b-fc0b19d7b515'),(602,'DHUMATOLA',6,311,NULL,NULL,NULL,NULL,'17c22153-7a08-4f34-8268-b8843c6f5fb7'),(603,'DOLGI',6,306,NULL,NULL,NULL,NULL,'dc90e59d-b692-4b46-bb11-1522ae3ebc75'),(604,'DOMGAON',6,307,NULL,NULL,NULL,NULL,'32041b8b-8213-4b84-9351-e7dbb2fc4f5c'),(605,'DOMUHANI',6,303,NULL,NULL,NULL,NULL,'6509bdd5-3db9-408c-9bcb-1a19e680af96'),(606,'DONGRIPARA',6,305,NULL,NULL,NULL,NULL,'f309abcb-1294-48e7-89b1-67ecd49e4fba'),(607,'DUGRA',6,314,NULL,NULL,NULL,NULL,'744e0b39-9790-4986-b417-b8ea7f61e102'),(608,'EARAMSAHI',6,307,NULL,NULL,NULL,NULL,'528bfa29-e698-457a-b8bb-29754aee9f48'),(609,'GAILU',6,306,NULL,NULL,NULL,NULL,'53991df9-6e26-4548-99a3-0f6f9e875f7a'),(610,'GAINJI',6,306,NULL,NULL,NULL,NULL,'35183852-91f5-4693-a294-568c9d379f42'),(611,'GANGDURI',6,308,NULL,NULL,NULL,NULL,'2c1f1483-cc5d-402d-b684-cc0b7d0de7ce'),(612,'ANUP PUR',5,302,NULL,NULL,NULL,NULL,'60fb10b8-a03d-4dc6-b66e-479b05a32511'),(613,'GANGPUR',6,612,NULL,NULL,NULL,NULL,'62b9a953-adb9-43cd-a158-97404cd53064'),(614,'Gangpur',6,309,NULL,NULL,NULL,NULL,'5b216345-b3bd-4b5a-b5d8-a11ad994d460'),(615,'GANIYAI',6,522,NULL,NULL,NULL,NULL,'93351b3d-2fc1-41e7-bd22-736f6dd6cc64'),(616,'GANIYARI',6,423,NULL,NULL,NULL,NULL,'64620b2a-b130-4788-ad60-543d412fdf52'),(617,'GANIYARI',6,310,NULL,NULL,NULL,NULL,'0fd73e31-41ce-448c-a385-e51f9a6e6c06'),(618,'MASTRI',5,302,NULL,NULL,NULL,NULL,'2cf5b096-6c6d-4857-a3c0-43d3b207b004'),(619,'GATAURA',6,618,NULL,NULL,NULL,NULL,'4327f600-bbdd-44ec-a3da-594bfd8ed100'),(620,'GATAURA',6,307,NULL,NULL,NULL,NULL,'4c08a055-e6cd-47eb-a617-1eb1bc9a1fbc'),(621,'GATUARA',6,303,NULL,NULL,NULL,NULL,'60156802-ec8f-4f02-84da-780cc76e2b60'),(622,'GHATELIPARA',6,308,NULL,NULL,NULL,NULL,'ec4fb855-712a-4f36-9a1c-25f321fcc776'),(623,'GHONGADIH',6,423,NULL,NULL,NULL,NULL,'3506185f-7e07-4740-a0a1-b38791171f8b'),(624,'GHONGHADIH',6,423,NULL,NULL,NULL,NULL,'bd16f5d3-d306-4eaf-94f2-d762b1139158'),(625,'GHONGHADIH',6,310,NULL,NULL,NULL,NULL,'1641e234-4c1d-40c2-a5be-7f392e043d7a'),(626,'GHORADIH',6,307,NULL,NULL,NULL,NULL,'716aa975-4a78-4ad7-a588-df2373adc5e1'),(627,'GHURU',6,310,NULL,NULL,NULL,NULL,'62464a54-56a0-4aba-8fbe-57261a099055'),(628,'GHUTKU',6,420,NULL,NULL,NULL,NULL,'dd4ee0b9-c552-4f02-b48e-d93f9b3da44a'),(629,'GHUTKU',6,423,NULL,NULL,NULL,NULL,'ab7de280-4f06-4a9d-bc86-22368df444af'),(630,'GHUTKU',6,522,NULL,NULL,NULL,NULL,'33da5b5e-4a3d-4b07-a4a4-11a480a35fa6'),(631,'GHUTKU',6,310,NULL,NULL,NULL,NULL,'6df15956-b1be-4162-9e73-19f39a31e13d'),(632,'GIDHAURI',6,303,NULL,NULL,NULL,NULL,'b4fab300-8d25-45a5-a5cb-30ed372d4f09'),(633,'GIDHPURI',6,307,NULL,NULL,NULL,NULL,'6f02eceb-b8cf-45e7-970c-28ba29297e07'),(634,'GIRWAR',6,325,NULL,NULL,NULL,NULL,'ae50bd78-21c2-4ab1-8cde-e031acdcabd5'),(635,'GIRWAR',6,396,NULL,NULL,NULL,NULL,'c77bc774-9a66-46fa-9ded-757f73cac185'),(636,'GODADIH',6,307,NULL,NULL,NULL,NULL,'f2dcfcfe-4785-4c57-bfec-e6b9d607d6fd'),(637,'GOGULPUR',6,310,NULL,NULL,NULL,NULL,'b4409138-3219-4bbf-b8c0-74d0a7268e65'),(638,'GOINDARI',6,485,NULL,NULL,NULL,NULL,'1ef35327-c420-41a3-bc0f-cd46cee7c8ed'),(639,'GOKULPUR',6,310,NULL,NULL,NULL,NULL,'98817734-b967-4a5b-80d0-cb0febba0fbb'),(640,'GOKULUR',6,310,NULL,NULL,NULL,NULL,'ef08051f-2501-4f3f-8f84-0dd34b2e1562'),(641,'GOLBAJAR',6,303,NULL,NULL,NULL,NULL,'80c13629-304c-4def-9ae0-d257371384af'),(642,'GONDAIYA',6,303,NULL,NULL,NULL,NULL,'23164970-684a-4fbb-b110-0a3bdafd8239'),(643,'GONDAIYA',6,308,NULL,NULL,NULL,NULL,'380d89ff-2768-444a-b976-a91f3d74a393'),(644,'GONDKHAMHI',6,306,NULL,NULL,NULL,NULL,'94a34591-d255-4723-ada1-c099acc90f3f'),(645,'GUDI',6,307,NULL,NULL,NULL,NULL,'e63309ed-47a9-4a5c-b911-1fd75d6108bb'),(646,'GULLIDAD',6,311,NULL,NULL,NULL,NULL,'ace84827-0f77-4621-92a7-26aa72e2ea67'),(647,'GUMA TOLA',6,346,NULL,NULL,NULL,NULL,'2b0f471f-d0ee-4d56-ac60-444199705cf4'),(648,'GUMA TOLA',6,314,NULL,NULL,NULL,NULL,'363d0366-2641-4a0a-a1bd-df135a44273d'),(649,'GUMATOLA',6,346,NULL,NULL,NULL,NULL,'52cfe214-2e2c-4ffc-9eec-47ecae29935b'),(650,'GUMATOLA',6,314,NULL,NULL,NULL,NULL,'0be8e3bb-fa80-4564-84da-b163783ca41b'),(651,'GUMATOLA',6,396,NULL,NULL,NULL,NULL,'6ed2e8e3-e6c4-43e3-a66e-5def54da8b9c'),(652,'GUMATOLA',6,309,NULL,NULL,NULL,NULL,'22499f45-0803-4279-b99c-7a22873ab168'),(653,'GUNAPUR',6,306,NULL,NULL,NULL,NULL,'7d950a61-2d61-4bcd-9114-bc707045fbef'),(654,'GURAVAIN DABRI',6,306,NULL,NULL,NULL,NULL,'c11eee22-2799-44e9-b7e1-10c83c8a0eb8'),(655,'HARDADIH',6,307,NULL,NULL,NULL,NULL,'cfdcb01e-aed2-45d2-a36a-cf6cabb411fa'),(656,'HARDI',6,304,NULL,NULL,NULL,NULL,'c2d91b1c-1828-4c0a-b564-5c8214cb4d10'),(657,'HARDI',6,306,NULL,NULL,NULL,NULL,'b33802ab-de34-4753-925a-01c240ff7eed'),(658,'HARDI',6,307,NULL,NULL,NULL,NULL,'40033714-602a-4244-b147-63b48d71c5de'),(659,'HARDI',6,310,NULL,NULL,NULL,NULL,'b8db4e26-20ca-4b61-989f-5c81787aabef'),(660,'HARDI KALA (TONA)',6,304,NULL,NULL,NULL,NULL,'c4788267-dc6e-4d12-a1ee-c2e4f7e24a11'),(661,'HARDIKALA',6,304,NULL,NULL,NULL,NULL,'ed6771cc-5de4-4798-a9a9-7530f5c1bdfb'),(662,'HATHANI',6,304,NULL,NULL,NULL,NULL,'ebb87d9a-9e70-47e7-819c-6abbe6e55a3d'),(663,'HATHANI KHURD',6,308,NULL,NULL,NULL,NULL,'18e0a046-4bf7-4ebe-b515-489b8719b29c'),(664,'HATHANIKALA',6,308,NULL,NULL,NULL,NULL,'31fed279-5467-4d7f-b7b2-030bf4bc9394'),(665,'HIRRI',6,304,NULL,NULL,NULL,NULL,'5ac7d459-d9f9-46e8-9f7a-ba49f2a094bc'),(666,'IMLIBHATA',6,303,NULL,NULL,NULL,NULL,'02f15948-2e59-4c7d-bc7f-f928d4ce7863'),(667,'JAALI',6,305,NULL,NULL,NULL,NULL,'9abbd8c5-a5fd-475e-9a02-b00f20d76b59'),(668,'JAIRAMNAGAR',6,307,NULL,NULL,NULL,NULL,'0144f20e-fac6-417b-aaaa-d11352522f7b'),(669,'JAKAD BANDHA',6,495,NULL,NULL,NULL,NULL,'5214298f-fcb7-4710-beee-12d3194f573e'),(670,'JALI',6,303,NULL,NULL,NULL,NULL,'87ef09c5-7879-4e8a-bc7a-86aa4d06ebf5'),(671,'JALSO',6,303,NULL,NULL,NULL,NULL,'77766965-d963-41aa-b3b2-c3a3586f520b'),(672,'JALSO',6,304,NULL,NULL,NULL,NULL,'7f8e36b1-1799-4e46-9bd1-897ab389fafe'),(673,'JAMKOR',6,308,NULL,NULL,NULL,NULL,'ceafb402-aa3a-45e0-a1a6-f8a1341711ff'),(674,'JARAUNDHA',6,423,NULL,NULL,NULL,NULL,'00a9461b-6a6c-4bd6-90e0-be1d8ee032de'),(675,'JARAUNDHA',6,310,NULL,NULL,NULL,NULL,'42d43252-75fd-4a2c-adbf-2fcebb06a4f0'),(676,'JARHABHATA',6,303,NULL,NULL,NULL,NULL,'fdf807af-f6ef-46ac-9165-93d087c76565'),(677,'JATADEVARI',6,327,NULL,NULL,NULL,NULL,'3a15e89d-447c-4c57-8e5e-7d3c2765e37b'),(678,'JATADEVRI',6,314,NULL,NULL,NULL,NULL,'491b0773-f4ff-4d7d-9e97-14158927ac2d'),(679,'JATADEVRI',6,396,NULL,NULL,NULL,NULL,'19945275-c3e9-40e6-b400-32096e81d352'),(680,'PENDRA RAOD',5,302,NULL,NULL,NULL,NULL,'83c0fd0b-8e69-4051-aef8-876b932bff11'),(681,'JHAGRAKHAND',6,680,NULL,NULL,NULL,NULL,'72686429-bf34-43ed-9c55-7252a1c07f00'),(682,'JHAJHPURI',6,306,NULL,NULL,NULL,NULL,'49841b91-513d-44c9-9f12-9a54709a08ba'),(683,'JHALMALA',6,307,NULL,NULL,NULL,NULL,'362791ef-bc9b-4a09-ad6a-18415b300fdd'),(684,'JHALPA',6,304,NULL,NULL,NULL,NULL,'ac1244fb-f69e-400c-91ee-b73d1afef570'),(685,'DINDORI',5,302,NULL,NULL,NULL,NULL,'2575eba9-67bb-4c81-9ed5-76809ac415b9'),(686,'JHANKI',6,685,NULL,NULL,NULL,NULL,'a39db2da-308f-496c-967b-3054831d9eef'),(687,'JHARGRAKHAND',6,314,NULL,NULL,NULL,NULL,'5194fd65-506b-49db-a2ad-8bffb797df09'),(688,'JHARNA',6,305,NULL,NULL,NULL,NULL,'f02580c5-4dd4-41d2-94d4-ec7a871d8691'),(689,'JHINGATPUR',6,305,NULL,NULL,NULL,NULL,'1a39988b-ad08-4231-9017-53022db03bbe'),(690,'JILDA',6,346,NULL,NULL,NULL,NULL,'c2f8da25-0dac-48f1-b555-29e71f9d82a5'),(691,'JOGIPUR',6,305,NULL,NULL,NULL,NULL,'e84cffca-f824-41f2-abe0-b3a688b9cbb9'),(692,'JOGISAR',6,325,NULL,NULL,NULL,NULL,'b90508cb-4f4d-4046-89cc-d15562fdaa58'),(693,'JOGISAR',6,346,NULL,NULL,NULL,NULL,'8ead8d50-7ccb-41ac-9b6b-2a1d0a33be04'),(694,'JOGISAR',6,314,NULL,NULL,NULL,NULL,'9acf2ec2-5dc7-49fa-8c4a-104af1c84415'),(695,'JOGISAR',6,680,NULL,NULL,NULL,NULL,'28a648c0-f96c-4f6f-9252-d243a7a84f59'),(696,'JOGISAR',6,396,NULL,NULL,NULL,NULL,'214f8bbb-1d52-46cc-820d-f9d845e8469f'),(697,'JOKI',6,310,NULL,NULL,NULL,NULL,'59edbf6b-4d7c-4a8c-889b-09f2fc4d0b5d'),(698,'JUNA BILASPUR',6,303,NULL,NULL,NULL,NULL,'02aa08cc-8157-4b91-955c-84fa7cb3ec6b'),(699,'KADAR',6,304,NULL,NULL,NULL,NULL,'1bdbbef9-f671-4b5b-b094-4f16383f2d16'),(700,'KADKAI',6,325,NULL,NULL,NULL,NULL,'c5e047b5-d6bb-4288-ac9d-a25583ea9d37'),(701,'KAKEDI',6,308,NULL,NULL,NULL,NULL,'b46fd4de-de2f-4319-bbb3-293dfba79a0f'),(702,'KALHAMAR',6,305,NULL,NULL,NULL,NULL,'0efec9a2-8d2a-462c-ab4e-6c25c961a71e'),(703,'KALMITAR',6,305,NULL,NULL,NULL,NULL,'44a08292-cf01-4d29-9712-5a95df419ec0'),(704,'KANAIBAHRA',6,396,NULL,NULL,NULL,NULL,'bbb5f7d3-6a2c-436e-b7ab-c43aedcc1fbe'),(705,'KANCHANPUR',6,305,NULL,NULL,NULL,NULL,'96e20182-8542-4bd0-aafb-3845efe4d5b8'),(706,'KANHARI',6,314,NULL,NULL,NULL,NULL,'6ed64f36-d840-4ff5-91a2-378ddf1693a3'),(707,'KAPSIYAKALA',6,310,NULL,NULL,NULL,NULL,'27939168-9a4e-4e40-82e2-834a0cd7da52'),(708,'KARAHIKACHAR',6,305,NULL,NULL,NULL,NULL,'f789e370-4586-468e-bb47-cb9515d856f1'),(709,'KARGI KALA',6,305,NULL,NULL,NULL,NULL,'f0039ea0-45a5-4135-9df2-44c5ca7323c9'),(710,'KARGI KHURD',6,305,NULL,NULL,NULL,NULL,'fc392ca3-2678-4006-b90e-08faf7126868'),(711,'KARHI',6,308,NULL,NULL,NULL,NULL,'27bde693-f6f5-4b0e-826d-de85c5769050'),(712,'KARHI KACHHAR',6,305,NULL,NULL,NULL,NULL,'9a3688d6-3cb6-4c43-a6c6-e107ba3b1c49'),(713,'KARHIKACHHAR',6,305,NULL,NULL,NULL,NULL,'50ba9a43-29db-4acc-80e0-0da0408fef98'),(714,'KARHIPARA',6,425,NULL,NULL,NULL,NULL,'daa4a6f3-d59b-4b59-8cee-9a24c78a48e5'),(715,'KARHIPARA',6,310,NULL,NULL,NULL,NULL,'e3798c1a-06fa-4711-9af1-e297caa54709'),(716,'KARIAAM',6,305,NULL,NULL,NULL,NULL,'b6d34f5f-1817-406d-9674-6335c935da09'),(717,'KARKHA',6,305,NULL,NULL,NULL,NULL,'fdd6a917-6201-41c5-8b77-7050277574aa'),(718,'KARPIHA',6,305,NULL,NULL,NULL,NULL,'4c244825-814c-42fb-b36c-de6b80f5fa72'),(719,'KARRA',6,305,NULL,NULL,NULL,NULL,'24449cfb-63b7-4efc-8711-ba15f6f3a836'),(720,'Karwa',6,305,NULL,NULL,NULL,NULL,'8f7d7e64-00b4-49c4-b6e5-6d59191ed35a'),(721,'KATAMI',6,306,NULL,NULL,NULL,NULL,'8acdc414-2eda-4148-943e-9c3ab522c000'),(722,'KATHAKONI',6,310,NULL,NULL,NULL,NULL,'65cbb8ad-c945-47c3-96fe-d83d53c24d06'),(723,'KATIYAPARA',6,303,NULL,NULL,NULL,NULL,'aa354b3c-5cea-493a-b451-24af54a8bec2'),(724,'KAUHRADA',6,304,NULL,NULL,NULL,NULL,'047dc286-cc31-4c85-b18c-d9c2f1dca8f5'),(725,'KAUUTAL',6,307,NULL,NULL,NULL,NULL,'2f1965d2-7642-4894-8cfb-aa9265327821'),(726,'KAYA',6,304,NULL,NULL,NULL,NULL,'ff6ce77a-f81d-4c90-8016-e9fa60c8d6a4'),(727,'KEKATI',6,310,NULL,NULL,NULL,NULL,'d0f537ad-446e-4ce7-96b5-54490d36c526'),(728,'KEKDAR',6,310,NULL,NULL,NULL,NULL,'6042c13b-a9e6-4731-a422-71a5545c84d2'),(729,'KEKRA DIH',6,305,NULL,NULL,NULL,NULL,'56eadf58-2eac-45d3-9f6b-0464ff4b5af7'),(730,'KEKRADIH',6,305,NULL,NULL,NULL,NULL,'325f8825-5ed1-4a7d-bfc3-8c5d6523f6c3'),(731,'KENDA',6,305,NULL,NULL,NULL,NULL,'6c57f75c-d79d-4a01-bd10-cf88fb69cd6e'),(732,'KESHLA',6,346,NULL,NULL,NULL,NULL,'f4927139-8bf2-4310-8951-1c4005dd620e'),(733,'KESHLA',6,314,NULL,NULL,NULL,NULL,'ebebe291-f519-4c1d-82ad-cfabcee38bf3'),(734,'KEVACHHI',6,304,NULL,NULL,NULL,NULL,'9e2e7d97-4c6e-43a8-994d-029fd4d1c9cf'),(735,'KEVACHHI',6,325,NULL,NULL,NULL,NULL,'2e5917ce-fa83-4ce8-bc3e-aac14939250a'),(736,'KEWANCHHI',6,304,NULL,NULL,NULL,NULL,'cde5eab4-7467-4d60-a57b-60fda1a4fe8b'),(737,'KEWRAPARA',6,305,NULL,NULL,NULL,NULL,'ae11b8d9-1107-4914-b4e1-310fc884c709'),(738,'KHAIRA',6,303,NULL,NULL,NULL,NULL,'b790b191-0878-4369-9d5a-60f00ffb3c72'),(739,'KHAIRA',6,306,NULL,NULL,NULL,NULL,'85513f72-8788-40e3-8082-d107bf259346'),(740,'KHAIRA',6,307,NULL,NULL,NULL,NULL,'e5321135-642b-4d6a-91e4-63dce4509039'),(741,'KHAIRADAGANIYA',6,303,NULL,NULL,NULL,NULL,'f29c1f5a-9553-4ae1-a900-68ebebac5e01'),(742,'KHAIRAKHUARD',6,306,NULL,NULL,NULL,NULL,'c27f5c36-b712-4cb3-aa7f-25dcacce4094'),(743,'KHAIRI',6,310,NULL,NULL,NULL,NULL,'8c88a19d-7393-4cfb-893e-53d9db6b6841'),(744,'KHAIRJHINTI',6,305,NULL,NULL,NULL,NULL,'a6062388-8fd6-4f3c-8585-3a6d8257a3b7'),(745,'KHAIRJHITI',6,305,NULL,NULL,NULL,NULL,'eeae0795-3936-4cb3-9e4b-ba0d9f2089ae'),(746,'KHAIRJHITI',6,396,NULL,NULL,NULL,NULL,'8c639262-a085-4915-bbe2-c0c238a973e9'),(747,'KHAJRI',6,310,NULL,NULL,NULL,NULL,'566e5ba1-165e-4f06-bef6-cb18899491a5'),(748,'KHAJURI',6,310,NULL,NULL,NULL,NULL,'0d649ec1-e54f-4a0a-99a3-293e56936e86'),(749,'KHAJURI NAVAGANVVAGAON',6,310,NULL,NULL,NULL,NULL,'cae858e2-f52f-4d65-a0e5-e055b24deb97'),(750,'KHAJURINAVAGAON',6,310,NULL,NULL,NULL,NULL,'02ffd2ab-ff93-402e-a7ea-0bd65184d193'),(751,'KHAMAHARIYA',6,423,NULL,NULL,NULL,NULL,'9bf4ba59-d4ab-457e-b343-3938d3c65f10'),(752,'KHAMAHARIYA',6,310,NULL,NULL,NULL,NULL,'d1daf857-6203-46f5-8085-4aa7e2ddd0e8'),(753,'KHAMARIYA',6,310,NULL,NULL,NULL,NULL,'50b678b4-afcd-4a54-8ecd-07752e1c71b7'),(754,'KHAMHARIYA',6,310,NULL,NULL,NULL,NULL,'31a2b67e-c70c-4ee6-a314-d328cc7cf2e7'),(755,'KHAMLI',6,314,NULL,NULL,NULL,NULL,'b3a7033d-f2eb-4e00-b208-08713e5deff3'),(756,'KHAMLI',6,396,NULL,NULL,NULL,NULL,'eb8de93d-8db6-44ed-a0b5-77df4e3fa991'),(757,'KHAMTALARAI',6,367,NULL,NULL,NULL,NULL,'fd940121-ff4d-4d6b-a335-f9a80d87bcf0'),(758,'KHAMTARAI',6,303,NULL,NULL,NULL,NULL,'6ad60a8c-8996-412b-a170-7353ac360e93'),(759,'KHAMTARIA',6,303,NULL,NULL,NULL,NULL,'bc1e04dc-ddac-4eee-8f97-62734386b177'),(760,'KHAPRAKHOL',6,304,NULL,NULL,NULL,NULL,'f3dc161a-8ca4-4c82-a374-cca4a2e725b6'),(761,'Khardi',6,303,NULL,NULL,NULL,NULL,'4b1798f0-1076-44a2-88f5-9ab6bea555eb'),(762,'KHARGAHANA',6,305,NULL,NULL,NULL,NULL,'adbb5a5b-33c2-4f1e-be3b-a0719dc6de63'),(763,'KHARGHANA',6,305,NULL,NULL,NULL,NULL,'17dcf771-0e30-4c97-86e5-38315a82fc1d'),(764,'KHARGHANA',6,423,NULL,NULL,NULL,NULL,'3f18a7d7-f4a8-4861-b9e1-bc200533c6fb'),(765,'KHARGHANA',6,310,NULL,NULL,NULL,NULL,'9a8d9b09-759d-4b9c-874e-c0abcd29abba'),(766,'KHARGHANI',6,305,NULL,NULL,NULL,NULL,'0bd8ea49-a27d-4ea9-b162-1eedb1f3b932'),(767,'KHARKENA',6,310,NULL,NULL,NULL,NULL,'da411383-6a75-4ee1-825d-06fed6ac838e'),(768,'KHEDHA',6,482,NULL,NULL,NULL,NULL,'13b6bebf-08c1-45ad-ba30-ee33c4d3ddbe'),(769,'KHEDHA',6,308,NULL,NULL,NULL,NULL,'030f7849-aa0d-4a95-bd88-c38916867c42'),(770,'KHODRI',6,325,NULL,NULL,NULL,NULL,'62de9652-61d4-4c38-aadf-ab906b3c24a7'),(771,'KHOLI PARA',6,305,NULL,NULL,NULL,NULL,'f2402602-2c93-4f32-b17d-ce9f01215d96'),(772,'KHOLIPARA',6,305,NULL,NULL,NULL,NULL,'9ab09fa3-a7fb-496e-8e0e-55e5f208f3fa'),(773,'KHONGSARA',6,305,NULL,NULL,NULL,NULL,'030f8ce0-176b-404f-aaf9-f550dd787fd3'),(774,'KHUDIYADIH',6,304,NULL,NULL,NULL,NULL,'65552bdc-faa8-486a-b098-52b53f3b0d68'),(775,'KHURDUR',6,305,NULL,NULL,NULL,NULL,'c929d584-3b5a-463c-92d3-6e9f1d595cf3'),(776,'KHURSI',6,308,NULL,NULL,NULL,NULL,'d7cba632-ad37-42c9-bc85-3e4f96b8a78c'),(777,'KINDARIYA PARA',6,308,NULL,NULL,NULL,NULL,'c2e2dea4-9215-4cb9-b2f3-6b3a230c13dd'),(778,'KIRARI',6,307,NULL,NULL,NULL,NULL,'85b11e24-f8b8-403f-b231-1f9985c23319'),(779,'KIRARI GODI',6,304,NULL,NULL,NULL,NULL,'6e06b26d-d261-448c-9f1d-8104bb41e40c'),(780,'KODAPURI',6,310,NULL,NULL,NULL,NULL,'f6498e90-23c5-43d3-98b1-52d29f5f7fb7'),(781,'KODASAR',6,310,NULL,NULL,NULL,NULL,'76d1dc13-40e8-43f8-a6b4-dd9b6e4ee973'),(782,'KONCHARA',6,305,NULL,NULL,NULL,NULL,'710594ad-e1c0-4d6d-a6e2-c5d9dc807a83'),(783,'KONDAKAPA',6,310,NULL,NULL,NULL,NULL,'21e72f70-2ccf-4a32-bd66-9dd033df20dd'),(784,'KONI',6,471,NULL,NULL,NULL,NULL,'3cf56479-4c1f-4438-b12c-9f2889264c48'),(785,'KONI',6,307,NULL,NULL,NULL,NULL,'6de32c37-e1dd-4e20-abc7-50a308f3a5d9'),(786,'KOPRA',6,310,NULL,NULL,NULL,NULL,'39aa23d0-0ed5-4bee-b6dd-887a30ffe91f'),(787,'KORBA BHANVAR',6,305,NULL,NULL,NULL,NULL,'d725b2fa-6478-4d03-931e-ecf0ff7cc789'),(788,'KORIPARA',6,305,NULL,NULL,NULL,NULL,'46977968-d35d-467f-8229-a8ca0152d742'),(789,'KORJA',6,314,NULL,NULL,NULL,NULL,'0e68bb05-87c2-48cf-81e6-e2b26a29229f'),(790,'KOSAMDIH',6,307,NULL,NULL,NULL,NULL,'24e65df8-50f4-48f3-a069-3220cd181840'),(791,'KOSHAL',6,396,NULL,NULL,NULL,NULL,'67d9169a-269b-44a1-aaa0-4ac8128da586'),(792,'KOSKATTI',6,305,NULL,NULL,NULL,NULL,'7bd57ca2-6b71-4245-bb23-cc7c67bfb025'),(793,'Kota',6,305,NULL,NULL,NULL,NULL,'fed245bf-8228-4cd5-9a8b-b3571d75c402'),(794,'KOTARI',6,495,NULL,NULL,NULL,NULL,'ea30de2b-78bc-4c84-a941-b86a360d0283'),(795,'KOTKHARRA',6,314,NULL,NULL,NULL,NULL,'246c09a3-ca23-4abc-86fc-d52a56a201ce'),(796,'KOTKHARRA',6,396,NULL,NULL,NULL,NULL,'719cb656-046e-4e49-9891-692804f40f60'),(797,'KOTMI',6,325,NULL,NULL,NULL,NULL,'ab15c163-9307-4e41-bd0a-f4de6a1bfe9b'),(798,'KOTMI',6,346,NULL,NULL,NULL,NULL,'c0839333-1324-469c-ae0b-dc5e4e76c551'),(799,'KOTMI',6,314,NULL,NULL,NULL,NULL,'a73c420d-139a-4259-aa6b-99dabf831f92'),(800,'KOTRI',6,306,NULL,NULL,NULL,NULL,'ad6dff8f-508c-4a8d-9530-0ed57e3b34ff'),(801,'KOYLARI',6,305,NULL,NULL,NULL,NULL,'a649cd5a-4e69-4383-9a9b-5d1934e92dfe'),(802,'KOYLARI',6,306,NULL,NULL,NULL,NULL,'06a6346c-dee7-4b8a-bd0f-ef5f56011569'),(803,'KUAA',6,310,NULL,NULL,NULL,NULL,'4b02320a-ba17-4d15-ba6c-a2cc097759c7'),(804,'KUAAGAON',6,308,NULL,NULL,NULL,NULL,'952ea64f-22a2-49f5-8817-e5b9311dc072'),(805,'KUAAJATI',6,305,NULL,NULL,NULL,NULL,'d7ab6ae7-5c2d-4358-a874-5cf6f823fb3e'),(806,'KUKARDIKHUARD',6,307,NULL,NULL,NULL,NULL,'ba7d078a-ed86-4db5-8e7e-998b5344cc44'),(807,'KUKDA',6,307,NULL,NULL,NULL,NULL,'d11d2786-b27b-4423-b782-07e54394999f'),(808,'KUKUARDI KHUARD',6,307,NULL,NULL,NULL,NULL,'b819e384-0644-4483-b7e5-e5a63ce1b842'),(809,'KUKUSADA',6,308,NULL,NULL,NULL,NULL,'51115e55-f18e-40c1-8946-6212b61a6a7b'),(810,'KULI',6,303,NULL,NULL,NULL,NULL,'605de218-0018-4c94-9f9c-cb6fac2a0899'),(811,'KUMHARI',6,396,NULL,NULL,NULL,NULL,'33ecac59-cade-4cc3-9531-fb1188ffdc79'),(812,'KUPABANDHA',6,305,NULL,NULL,NULL,NULL,'ace1d725-486e-420f-afc1-08fd9ccc71dc'),(813,'KURELI',6,304,NULL,NULL,NULL,NULL,'82be7266-fcf3-4a96-823d-af60a58b56a5'),(814,'KURELI',6,305,NULL,NULL,NULL,NULL,'183d569d-5ee2-4b58-9051-74f1330929c6'),(815,'KURELI',6,310,NULL,NULL,NULL,NULL,'f9d31f3a-7b70-4fa8-adf2-b500c4df3c97'),(816,'KURRIPARA',6,325,NULL,NULL,NULL,NULL,'296fae96-9905-402c-babd-c2cfd4b116c0'),(817,'KURVAR',6,305,NULL,NULL,NULL,NULL,'e1fde96e-f58c-4ef6-b8de-5c62c33a3aff'),(818,'KURWAR',6,305,NULL,NULL,NULL,NULL,'73cb3625-73a6-4d75-a52a-1ca0af425a5f'),(819,'KUWARIMUDA',6,305,NULL,NULL,NULL,NULL,'ced21ddf-bebc-4268-91b1-fd56c9e96fdd'),(820,'LACHANPUR',6,306,NULL,NULL,NULL,NULL,'0d59b884-3c26-4554-9910-79a6acde285a'),(821,'LAGRA',6,303,NULL,NULL,NULL,NULL,'09a66d9a-71f8-403b-a84b-3ebd39d5d62a'),(822,'LAGRA',6,307,NULL,NULL,NULL,NULL,'34eb267f-6524-4a8f-ac62-1756196397ee'),(823,'LAHAGA BHATHA',6,305,NULL,NULL,NULL,NULL,'04a098a4-9639-4add-bb1b-7202320569ac'),(824,'LAHANGABHATA',6,305,NULL,NULL,NULL,NULL,'5c004159-fdd4-406d-8718-ef52bef392b0'),(825,'LAHNGABHATA',6,305,NULL,NULL,NULL,NULL,'e5130e70-9901-4301-a402-a99af532a947'),(826,'LAKH RAM',6,303,NULL,NULL,NULL,NULL,'0b13fe75-293a-496a-99c6-883cebdc7af5'),(827,'LAKHARAM',6,471,NULL,NULL,NULL,NULL,'3181ecdd-17d5-4e2e-9e1c-14f9349df87e'),(828,'LAKHASAR',6,310,NULL,NULL,NULL,NULL,'f329f528-4e2b-47e3-b31d-ea7d5ef298a1'),(829,'LALATI',6,396,NULL,NULL,NULL,NULL,'77619ef8-449f-4b4d-82c4-cfcb1abd3307'),(830,'LALPUR',6,325,NULL,NULL,NULL,NULL,'414049e9-4eae-4fc7-b726-6e8df98f5493'),(831,'LALPUR',6,305,NULL,NULL,NULL,NULL,'36e435b7-6e32-4055-a069-b4fc7574c37f'),(832,'LALPUR',6,314,NULL,NULL,NULL,NULL,'1448589b-aec7-4865-ba73-ddac3cc17ecc'),(833,'LAMER',6,420,NULL,NULL,NULL,NULL,'59fbf3e8-7dfb-454a-a882-6249a85d2cf3'),(834,'LAMER',6,423,NULL,NULL,NULL,NULL,'f2f37016-5b66-447f-b865-fe007d9dbf1a'),(835,'LAMER',6,425,NULL,NULL,NULL,NULL,'23acffa9-080f-41ba-b9ec-df9de8904316'),(836,'LAMER',6,310,NULL,NULL,NULL,NULL,'84d4940a-c58d-4f97-a838-70f40cfe3c4c'),(837,'LAMERPARA',6,305,NULL,NULL,NULL,NULL,'d94c8766-e0dd-4097-a77f-7a7cacf5de4e'),(838,'LAMNA',6,314,NULL,NULL,NULL,NULL,'63182101-732a-4638-bad4-7cd15a6e8e46'),(839,'LAMNAJHAR',6,305,NULL,NULL,NULL,NULL,'d0855866-cf84-496c-9ec0-8dee96617ad6'),(840,'LARIPARA',6,305,NULL,NULL,NULL,NULL,'d638d9f7-2272-4207-aec2-cfd0598ab98f'),(841,'LARIPARA',6,423,NULL,NULL,NULL,NULL,'5da50cce-bd59-4a47-941c-cee7ca88d3fa'),(842,'LARIPARA',6,425,NULL,NULL,NULL,NULL,'759100f9-4052-4ff2-862a-128c8960424c'),(843,'LAUDA',6,308,NULL,NULL,NULL,NULL,'a6ace829-9dac-4b35-b078-96f5ce28a073'),(844,'LIMHA',6,303,NULL,NULL,NULL,NULL,'fceeed83-e4ad-4ade-9bd7-dc01fdc78b2d'),(845,'LIMHA',6,310,NULL,NULL,NULL,NULL,'d2614acb-3ddd-4934-ab3e-57340d1d955e'),(846,'LIMHI',6,310,NULL,NULL,NULL,NULL,'58a8a590-9eb0-4087-86ff-abbc18d5a1a4'),(847,'LIMTARA',6,303,NULL,NULL,NULL,NULL,'cb912c7d-6d07-4422-b029-58bae9715190'),(848,'LIMTARI',6,304,NULL,NULL,NULL,NULL,'ace9cb7b-bccf-40e8-94d7-e21f5f070ec4'),(849,'KOT',5,302,NULL,NULL,NULL,NULL,'2f71b373-f3fd-48f9-9b88-a02844282b27'),(850,'LITIYA',6,849,NULL,NULL,NULL,NULL,'35025c3a-f89b-4d7f-9163-3777d2c7e3a2'),(851,'LITIYA',6,305,NULL,NULL,NULL,NULL,'a0793449-4c93-4a17-ba51-b694e823dc25'),(852,'LOHARA',6,325,NULL,NULL,NULL,NULL,'be884302-798c-48f6-bb97-0e62ac9503ec'),(853,'LOHARI',6,311,NULL,NULL,NULL,NULL,'ef74e0a1-f31c-4d63-bf40-97ad7a1fe7bf'),(854,'LOHARSHISON',6,307,NULL,NULL,NULL,NULL,'71b2b0f6-ee53-4063-a267-149274c7a4f2'),(855,'LOKBAND',6,305,NULL,NULL,NULL,NULL,'44de6999-77c5-484f-ba98-fc70d0310e12'),(856,'LOKHADI',6,310,NULL,NULL,NULL,NULL,'0dfe20a3-863a-4c1d-aa4f-d431dde75ecb'),(857,'LOKHANDI',6,310,NULL,NULL,NULL,NULL,'ec0e041a-1951-48e9-bec4-94c2c50c85e6'),(858,'LOPHANDI',6,303,NULL,NULL,NULL,NULL,'6a80b330-b43a-4bf5-b27d-09f691a6cd75'),(859,'LORMI',6,306,NULL,NULL,NULL,NULL,'a5b9676d-d71e-4a70-afb2-eaa3a0c7aa86'),(860,'LUPHA',6,305,NULL,NULL,NULL,NULL,'d38e2135-4c96-41f9-8a51-c21353087ab4'),(861,'M. NAVAGAON',6,305,NULL,NULL,NULL,NULL,'fdd19a32-c591-44e4-b3e0-45802c96cf25'),(862,'M.NAVAGAON',6,305,NULL,NULL,NULL,NULL,'b265e231-f8f1-4513-9bb5-f325f1602cbd'),(863,'MACHHA',6,307,NULL,NULL,NULL,NULL,'e6d89aa1-3914-4ae7-ae5d-5e8a38897c0d'),(864,'MADAI',6,307,NULL,NULL,NULL,NULL,'0080fcff-b051-45ca-a636-9ee986b18a7c'),(865,'MADANPUR',6,303,NULL,NULL,NULL,NULL,'ae5de500-b9b8-4e0d-a24e-e26483a75756'),(866,'MAJHAGAON',6,305,NULL,NULL,NULL,NULL,'c529e42f-ba36-4799-8261-890b30322bef'),(867,'MAJHAVANI',6,305,NULL,NULL,NULL,NULL,'41951972-d191-409f-94c9-c767f49c6320'),(868,'MAJHGAON',6,305,NULL,NULL,NULL,NULL,'675c20ad-a5f0-4d9c-bbaf-7ef647092091'),(869,'SEMARIYA',5,302,NULL,NULL,NULL,NULL,'4cb9c723-4c23-4136-b145-900e675e4290'),(870,'MAJHGAON',6,869,NULL,NULL,NULL,NULL,'db226599-e64e-4c06-8d8e-b9434b33af8c'),(871,'MAJHWANI',6,305,NULL,NULL,NULL,NULL,'811f488f-d801-417a-83b0-d59aaeae145c'),(872,'MALHAR',6,307,NULL,NULL,NULL,NULL,'2ee21638-b95b-4acc-9dbe-ceddd8156f69'),(873,'MANGLA',6,304,NULL,NULL,NULL,NULL,'9e382230-c620-4347-8867-177fadfe36ba'),(874,'MANGLA',6,310,NULL,NULL,NULL,NULL,'d39bb2b5-2c50-409d-8c13-daa3ddfe57cc'),(875,'MANIKCHAURARI',6,304,NULL,NULL,NULL,NULL,'7d13e6e1-72ab-400e-83a3-b3c857438566'),(876,'MANJHWANI',6,305,NULL,NULL,NULL,NULL,'ae314134-9670-4a51-9b5f-9d69ba093b31'),(877,'MANOHARPUR',6,306,NULL,NULL,NULL,NULL,'d2dca33e-74a3-41f3-86f5-8e3ccc8fc055'),(878,'MANPUR',6,305,NULL,NULL,NULL,NULL,'4d9c7bc9-4da2-4df6-81d6-ef34d5712648'),(879,'MARHIKAPA',6,310,NULL,NULL,NULL,NULL,'f4a30537-2ec6-4377-ae61-6b288935ea8c'),(880,'KAWARDHA',5,302,NULL,NULL,NULL,NULL,'20c30a0b-71e7-4713-9488-b6fd20e2ea31'),(881,'MARKA',6,880,NULL,NULL,NULL,NULL,'be26d154-4193-4e93-a532-65c844a3be39'),(882,'MARWAHI',6,311,NULL,NULL,NULL,NULL,'218d2210-21b9-491b-9cb2-791bb47544d3'),(883,'MASANGANJ',6,303,NULL,NULL,NULL,NULL,'5a262998-05d4-4554-8cd4-d887146c2d40'),(884,'MASTURI',6,307,NULL,NULL,NULL,NULL,'1eabc1e1-3ea2-4e69-b6f1-c0178c60f3ab'),(885,'MASTURI STURI',5,302,NULL,NULL,NULL,NULL,'1347f53e-d324-464d-ac36-dedeccf04f2a'),(886,'MASTURI',6,885,NULL,NULL,NULL,NULL,'6f3e9f4e-24b3-41b5-9b72-18e1e2428ba4'),(887,'MATIYADAD',6,311,NULL,NULL,NULL,NULL,'0c40c7d6-bd89-490f-9f83-ad51dcbdf063'),(888,'MATIYARI',6,304,NULL,NULL,NULL,NULL,'7b9dae78-63fc-424b-bc05-78b552fc6497'),(889,'MATSAGARA',6,305,NULL,NULL,NULL,NULL,'f77c587a-02dd-4c5a-828f-2a4ee30a531a'),(890,'MATSAGRA',6,305,NULL,NULL,NULL,NULL,'1e320c50-57fe-443e-8c12-03816cba0d4a'),(891,'MAUHARKHAR',6,305,NULL,NULL,NULL,NULL,'ecab2745-6634-4d57-86e1-c9ac9a729940'),(892,'MEDPAR',6,310,NULL,NULL,NULL,NULL,'5e63e6a9-8f5d-4ee3-8aca-a7c5275a78a8'),(893,'MEDUKA',6,325,NULL,NULL,NULL,NULL,'98a26f3f-cb40-427d-83d5-9bd19da49645'),(894,'MENDRA',6,310,NULL,NULL,NULL,NULL,'5177bf64-9049-431d-894d-bd8765f207f0'),(895,'MOCHH',6,310,NULL,NULL,NULL,NULL,'e41719e7-60d9-443b-be74-dda9240b58d6'),(896,'MODE',6,310,NULL,NULL,NULL,NULL,'82995d6b-9edb-4e78-8978-2320e4f3ccbd'),(897,'MODHE',6,425,NULL,NULL,NULL,NULL,'53c11647-7f40-4ad8-8fcb-c141c3d4167e'),(898,'MODHE',6,310,NULL,NULL,NULL,NULL,'c615842b-fcdd-4a9d-a8fa-cd5f5c860fdb'),(899,'Mohadi',6,305,NULL,NULL,NULL,NULL,'a2948ddc-fb8c-4193-981a-e2e8dd2909c2'),(900,'MOHALI',6,305,NULL,NULL,NULL,NULL,'7a7b7308-4575-4014-9b82-fd97c8668980'),(901,'MOHANDI',6,305,NULL,NULL,NULL,NULL,'498a1cc9-6cb3-4e4f-972e-24e4e114b3d9'),(902,'MOHBHATTA',6,308,NULL,NULL,NULL,NULL,'d86a28f3-bd4a-4a44-84be-dbc4701f5051'),(903,'MOHLI',6,305,NULL,NULL,NULL,NULL,'11571214-fe4c-4ebf-bc9c-49baeb9e44d5'),(904,'MOHRA',6,303,NULL,NULL,NULL,NULL,'6e79314f-c47b-4d74-bf3e-8927598d723d'),(905,'MOHRANDA',6,306,NULL,NULL,NULL,NULL,'10866eaf-ca16-4cce-99c3-d21ac61117a3'),(906,'MOHTARA',6,305,NULL,NULL,NULL,NULL,'bbe5bb21-a85a-45d9-8179-2b4337625baf'),(907,'MOHTARA',6,307,NULL,NULL,NULL,NULL,'fbff0872-72af-4046-8b7f-b2b08679fc94'),(908,'MOHTARA',6,308,NULL,NULL,NULL,NULL,'16493089-010c-4259-8175-f7355bc30ada'),(909,'MOHTARAI',6,303,NULL,NULL,NULL,NULL,'742b4a89-3cd4-4694-8e36-030cfe0275ad'),(910,'MOPKA',6,303,NULL,NULL,NULL,NULL,'57e7c6b2-2f55-49db-8530-39263935d5ce'),(911,'BILSAPUR',5,302,NULL,NULL,NULL,NULL,'0242ed80-361a-43d6-af8a-027ca7212c3a'),(912,'MOPKA',6,911,NULL,NULL,NULL,NULL,'9bc221aa-237d-43a2-8ae7-a8241bd02aec'),(913,'MUCHHEL',6,306,NULL,NULL,NULL,NULL,'2e32182e-c4bc-4a44-adf8-64ce56573a22'),(914,'MUNDA DEVRI',6,485,NULL,NULL,NULL,NULL,'233c1fcb-d3f1-482b-8f7b-53c80b409327'),(915,'MUNGELI',6,308,NULL,NULL,NULL,NULL,'0d0041db-3596-4062-a0d5-3a984783f75b'),(916,'MURMUR',6,396,NULL,NULL,NULL,NULL,'6adbed33-df5a-4cc1-b43e-61a9e6711fbf'),(917,'NA VAPARA',6,310,NULL,NULL,NULL,NULL,'eba33524-4bc3-4d82-8f36-8becceb3bd29'),(918,'NAGCHUAA',6,305,NULL,NULL,NULL,NULL,'6e4e30a4-3aaa-49de-b356-bb010e5cefbf'),(919,'NAGCHUI',6,305,NULL,NULL,NULL,NULL,'39eeeaf7-fbfa-41f3-b3e2-ea90354525da'),(920,'Nagchuwa',6,305,NULL,NULL,NULL,NULL,'66ca6e71-b6c6-4b48-8bb9-c08ee464978c'),(921,'NAGOI',6,471,NULL,NULL,NULL,NULL,'00856f38-9084-47e8-a1d7-a69fc3c93196'),(922,'NAGOI',6,303,NULL,NULL,NULL,NULL,'57be0a38-5441-4091-939e-a087fc8c3d28'),(923,'NAGOI',6,310,NULL,NULL,NULL,NULL,'f0e053cd-2899-4edf-b853-3069258863e5'),(924,'NAGPURA',6,304,NULL,NULL,NULL,NULL,'8704c02b-4364-4e6f-b7af-7294f7e36cc0'),(925,'NAGPURA',6,305,NULL,NULL,NULL,NULL,'11ab545f-6575-43ae-bc25-0045ef0f3ff8'),(926,'NAGRAUDI',6,304,NULL,NULL,NULL,NULL,'5d024957-b49d-4310-a158-b0fc32533bab'),(927,'NAGWAHI',6,311,NULL,NULL,NULL,NULL,'2b20e059-ede9-4043-90b2-e5c071943921'),(928,'NAKA',6,303,NULL,NULL,NULL,NULL,'fb00f062-912d-40cd-9678-6341f3a6c8ad'),(929,'NAKA',6,311,NULL,NULL,NULL,NULL,'90a9040b-f87b-4684-9bfe-58a13874ee0a'),(930,'NARAUR',6,311,NULL,NULL,NULL,NULL,'f09dc3d2-113b-4a26-a48c-316f399be807'),(931,'NARAUR',6,680,NULL,NULL,NULL,NULL,'d2e66f35-706f-426f-ad75-68fa18c7b867'),(932,'NARGODA',6,307,NULL,NULL,NULL,NULL,'1aa76b27-8fa9-4cd8-996d-615a505a47d5'),(933,'NAROTI KAPA',6,310,NULL,NULL,NULL,NULL,'e75c757f-efc3-4a87-8710-62a4559b4fa6'),(934,'NAROTIKAPA',6,423,NULL,NULL,NULL,NULL,'b05ee410-8e03-4026-811d-05b27142b115'),(935,'NAROTIKAPA',6,310,NULL,NULL,NULL,NULL,'d97537af-74bf-4630-ba73-f55291050c9a'),(936,'NAVADEEHDIH',6,305,NULL,NULL,NULL,NULL,'36ce3d5d-dbcc-456e-b0f3-9cdda53844c6'),(937,'NAVADIH',6,305,NULL,NULL,NULL,NULL,'62dad1bb-b95d-4d25-80a0-7f6b67aada77'),(938,'NAVAGAON',6,305,NULL,NULL,NULL,NULL,'e686666d-7b16-4b7a-b779-846487087820'),(939,'NAVAGAON',6,307,NULL,NULL,NULL,NULL,'7d6c1571-23a1-46d2-9762-bda0bab438d2'),(940,'NAVAGAON',6,425,NULL,NULL,NULL,NULL,'5c4dede5-f9d0-4a76-9cf6-1a93fe941dfe'),(941,'NAVAGAON',6,310,NULL,NULL,NULL,NULL,'4c9f2a37-a633-48a7-9898-bee755d2b9bb'),(942,'NAVAGAVA',6,304,NULL,NULL,NULL,NULL,'0fdb5092-f0f6-410c-90cb-136e31a23a44'),(943,'NAVAPARA',6,314,NULL,NULL,NULL,NULL,'ac806176-6081-4f9e-97b0-40cb3043805a'),(944,'NAVAPARA',6,420,NULL,NULL,NULL,NULL,'d6bbc801-9ea8-4caf-bd30-3e43d76d4aef'),(945,'NAVAPARA',6,310,NULL,NULL,NULL,NULL,'b38bada0-c736-4dce-9b5d-9f2f9596bbae'),(946,'TKHATPUR',5,302,NULL,NULL,NULL,NULL,'59915ac8-5bba-4b30-8152-722c911aaf04'),(947,'NAVAPARA',6,946,NULL,NULL,NULL,NULL,'70dec06b-8d3a-4edc-811a-47fb5d7abca6'),(948,'NAVRANGPUR',6,306,NULL,NULL,NULL,NULL,'6e2c3dd7-99be-4302-8d94-9c96e7c19ee8'),(949,'NAWAGOAN',6,305,NULL,NULL,NULL,NULL,'48ba0bbc-7184-43c6-a7e5-c144c4d6e8b4'),(950,'NAYAPARA',6,310,NULL,NULL,NULL,NULL,'16126338-63ff-4c76-915e-68f9e104e7a3'),(951,'NEHRUNAGAR',6,303,NULL,NULL,NULL,NULL,'ea6bb41b-57eb-4ada-b98a-94f9653e5b6d'),(952,'NEOSA',6,305,NULL,NULL,NULL,NULL,'68813154-edb6-4b09-8f37-f4b6837814b1'),(953,'NEVARA',6,310,NULL,NULL,NULL,NULL,'67c2e0bc-906c-4d1d-9bea-3ddfd8eea20d'),(954,'NEVARI BAHRA',6,305,NULL,NULL,NULL,NULL,'39a6f959-9c18-49fa-97a7-2beadef02aef'),(955,'NEVASA',6,305,NULL,NULL,NULL,NULL,'2866349c-a8fd-403c-b93b-5c20d548033f'),(956,'NEVRA',6,425,NULL,NULL,NULL,NULL,'94d38bc1-482f-414d-8116-01fa59c2e50f'),(957,'NEVRA',6,310,NULL,NULL,NULL,NULL,'a3ebcfc3-290e-47f7-a78f-f39911a53dc7'),(958,'NEVSA',6,303,NULL,NULL,NULL,NULL,'ab939160-5b7c-45dd-9eb8-e82212de6b7c'),(959,'NEVSA',6,314,NULL,NULL,NULL,NULL,'10d1760a-a452-40a9-99f6-42ad770a567f'),(960,'NEVSA',6,423,NULL,NULL,NULL,NULL,'003f310e-2929-45e9-952f-0c01e091d2cd'),(961,'NEWARA',6,423,NULL,NULL,NULL,NULL,'dad25deb-3c08-4f95-b818-33fbd52a2e42'),(962,'Newra',6,310,NULL,NULL,NULL,NULL,'cf734fc6-da16-45dd-84d7-707428998596'),(963,'NIGARBAND',6,310,NULL,NULL,NULL,NULL,'82022cba-3bb1-494f-984d-eeac289aa057'),(964,'NIRTU',6,420,NULL,NULL,NULL,NULL,'50f9e1be-8661-443e-be88-4edae63e4087'),(965,'NIRTU',6,310,NULL,NULL,NULL,NULL,'4464f46d-743c-4af2-943e-a3fc039daefe'),(966,'NIWASKHAR',6,306,NULL,NULL,NULL,NULL,'46f116bf-750a-47c8-b11b-06e423668b77'),(967,'OURA PANI',6,305,NULL,NULL,NULL,NULL,'fef19478-c790-46e8-9a78-403e6d28758e'),(968,'PACHPEDHI',6,307,NULL,NULL,NULL,NULL,'cc527c9d-65c4-4b2b-bcdb-b309145b423b'),(969,'PADAMPUR',6,308,NULL,NULL,NULL,NULL,'cc7546dd-781b-41e8-bbfd-cd0967e6e5d5'),(970,'PADAPATARRA',6,305,NULL,NULL,NULL,NULL,'66d3f9e4-f902-4c91-ba73-da7a0600395a'),(971,'PADITALAB',6,306,NULL,NULL,NULL,NULL,'fef23576-d707-4394-b726-f2f42248b6f0'),(972,'PEDRA ROAD',5,302,NULL,NULL,NULL,NULL,'1712d21d-649e-40a5-8bd9-093b4fd32eb2'),(973,'PADKHURI',6,972,NULL,NULL,NULL,NULL,'846c9337-1cb9-472a-9289-7a2f00553d73'),(974,'PADKHURI',6,346,NULL,NULL,NULL,NULL,'6a493491-6afc-4fee-be75-ad07098b5d45'),(975,'PADKHURI',6,314,NULL,NULL,NULL,NULL,'94a50749-6946-4a42-89f1-1152c03135ea'),(976,'Padkhuri',6,309,NULL,NULL,NULL,NULL,'78041f09-4468-4ed8-b824-b1a0c929267e'),(977,'PADYAIN',6,308,NULL,NULL,NULL,NULL,'de5fce83-21f8-4d63-96dc-428f9508a56b'),(978,'PAHANDA',6,305,NULL,NULL,NULL,NULL,'0e43febd-2e42-49f8-baea-f11fe1b285e9'),(979,'PAIJANIYA',6,306,NULL,NULL,NULL,NULL,'c3d969db-e6a2-4df2-8bf3-0d89372955b6'),(980,'PAKARIYA',6,325,NULL,NULL,NULL,NULL,'935ccf0c-bf1c-42e0-b4d3-b04aa9fadf85'),(981,'PAKARIYA',6,308,NULL,NULL,NULL,NULL,'734bf856-2021-4617-9e82-e6d89d1d7464'),(982,'PALI',6,308,NULL,NULL,NULL,NULL,'6abd2fc9-b3ab-43c8-b274-35a3050c939e'),(983,'PAND',6,303,NULL,NULL,NULL,NULL,'746cc15d-d46b-473d-8d53-b427f36e7952'),(984,'PAND',6,310,NULL,NULL,NULL,NULL,'8c3bd5b7-d67c-4c52-9e01-1efda6e76cbf'),(985,'PANDARI',6,311,NULL,NULL,NULL,NULL,'fdf0579e-caa7-47d3-af49-5800afa3b47e'),(986,'PANDRI',6,311,NULL,NULL,NULL,NULL,'8e7f5f83-6ecc-45cb-ba3a-23c77e191094'),(987,'PANDRI PANI',6,314,NULL,NULL,NULL,NULL,'82333bd2-04e7-4d4b-82f1-9aed31a21be0'),(988,'PANDRIPAR',6,423,NULL,NULL,NULL,NULL,'acacf508-9b87-4a29-84e1-ee3450e09d87'),(989,'PANDRIPAR',6,310,NULL,NULL,NULL,NULL,'3c261521-89cf-4a81-ab9b-ea6b9af330ba'),(990,'PANDRITALAB',6,308,NULL,NULL,NULL,NULL,'3efeccf7-5958-4050-bfb4-dea428310ef0'),(991,'PANKOT',6,396,NULL,NULL,NULL,NULL,'4421dce5-4a55-4d73-a90c-5c66a00b9b03'),(992,'PAOSARA',6,471,NULL,NULL,NULL,NULL,'6a70cfb4-fe76-4cf7-b391-22763742aaf0'),(993,'PARSADA',6,303,NULL,NULL,NULL,NULL,'ab4b3959-208c-4997-9bc1-8e94610e29dc'),(994,'PARSADA',6,304,NULL,NULL,NULL,NULL,'88f90f7a-096c-48d7-b2a7-e061aeec5812'),(995,'PARSADA',6,911,NULL,NULL,NULL,NULL,'6541c455-b282-4ad5-b235-a5c6356ffffd'),(996,'PARSADA',6,305,NULL,NULL,NULL,NULL,'54413c59-ecc6-4c8a-8e4a-94d2a5541a80'),(997,'PARSADA',6,307,NULL,NULL,NULL,NULL,'b5aead40-216e-4872-a2a0-acc276bb47e0'),(998,'PARSADA',6,310,NULL,NULL,NULL,NULL,'45505894-2a85-4450-a2e0-2ee32bb703d9'),(999,'PARSAPANI',6,305,NULL,NULL,NULL,NULL,'d41a8556-9859-4c74-8575-53732afdb0c7'),(1000,'PARSIYA',6,307,NULL,NULL,NULL,NULL,'4feda8e9-ab0a-480c-92c6-71ba98987c67'),(1001,'PATAITA',6,305,NULL,NULL,NULL,NULL,'812acf4e-8510-4637-8a1b-485e10a734e1'),(1002,'PATHARIYA',6,308,NULL,NULL,NULL,NULL,'1c7f5dc5-5309-4866-871e-9c5acb481e03'),(1003,'PATHARRA',6,311,NULL,NULL,NULL,NULL,'47abeb96-eb6f-417c-a9ee-6afd5128860b'),(1004,'PATHARRA',6,346,NULL,NULL,NULL,NULL,'2cbf3b93-c1c8-4e62-85d7-a494fa33839b'),(1005,'PATHARRA',6,423,NULL,NULL,NULL,NULL,'9ca04516-4519-4907-9cb8-919e9868911a'),(1006,'PAUSARA',6,303,NULL,NULL,NULL,NULL,'e95e7af3-d2c3-488a-bfcf-af1852123751'),(1007,'PENDARI',6,423,NULL,NULL,NULL,NULL,'4f917d46-6ef3-4787-8b19-a588eb2b1083'),(1008,'PENDARI',6,310,NULL,NULL,NULL,NULL,'6290b7d3-bc19-4603-a724-e0a3963c8ecc'),(1009,'PENDRA',6,346,NULL,NULL,NULL,NULL,'e1d21147-0d21-4763-a843-8adba1b1111f'),(1010,'PENDRA ROAD',6,303,NULL,NULL,NULL,NULL,'a08e1f86-d0cd-46f7-b068-cbcbdc4ad48d'),(1011,'PENDRA ROAD',6,314,NULL,NULL,NULL,NULL,'b2774f86-c4a5-42bc-b8ae-166d0ee19bf4'),(1012,'PENDRA ROAD',6,309,NULL,NULL,NULL,NULL,'e8290c0b-9a7c-479e-83ce-7e6e4f3e27ab'),(1013,'PENDRI',6,307,NULL,NULL,NULL,NULL,'5c407f5a-1e8e-45e0-8d9c-252c3cdf8b34'),(1014,'PENDRI',6,308,NULL,NULL,NULL,NULL,'eb718727-a165-4f0a-a1ee-9097aad4ae88'),(1015,'PENDRI',6,310,NULL,NULL,NULL,NULL,'c0a7f4af-0a58-4310-9a8d-98b75160a890'),(1016,'PENDRIDIH',6,304,NULL,NULL,NULL,NULL,'6d480ec2-64e7-45fa-ac63-14018a578f2f'),(1017,'PETULKAPA',6,308,NULL,NULL,NULL,NULL,'d94094aa-160b-4707-98a0-f7fdac86b6eb'),(1018,'PHANDA',6,305,NULL,NULL,NULL,NULL,'e1d6b93a-d59c-451f-acad-9b174f373828'),(1019,'PHODIPALI',6,307,NULL,NULL,NULL,NULL,'4558fd0f-806d-463d-9a79-68675d327aa7'),(1020,'PHOOL JHAR',6,306,NULL,NULL,NULL,NULL,'8d383187-317f-4af6-8f78-ce1e0aac1929'),(1021,'PHOOLWARI',6,305,NULL,NULL,NULL,NULL,'a3a80517-17f3-41db-b62e-d8ccff9a63ad'),(1022,'PHOOLWARI',6,495,NULL,NULL,NULL,NULL,'dbfbf6d5-c5f1-432f-8bac-242dd0bc8683'),(1023,'PHOOLWARI',6,306,NULL,NULL,NULL,NULL,'0c287500-b2de-4896-9d91-066c0583d946'),(1024,'PHOOLWARI',6,308,NULL,NULL,NULL,NULL,'6ee0c6e3-172b-4f55-8ff2-e63dfcc5f0e3'),(1025,'PHOOLWARI',6,310,NULL,NULL,NULL,NULL,'09f2de26-7075-4d5c-b922-fad2d44c082d'),(1026,'PHOOLWARI KALA',6,495,NULL,NULL,NULL,NULL,'fa001001-47bf-47f9-9c09-97236606598e'),(1027,'PHOOLWARI KALA',6,306,NULL,NULL,NULL,NULL,'e29080dc-a67c-434f-8f36-fda9674c6747'),(1028,'PHOOLWARI PARA',6,305,NULL,NULL,NULL,NULL,'513f671f-695a-4cf3-94b3-3f7d5576050b'),(1029,'PHOOLWARIPARA',6,305,NULL,NULL,NULL,NULL,'e4c95e54-212d-4963-a941-5433203893c7'),(1030,'PIDHA',6,346,NULL,NULL,NULL,NULL,'1df08002-874e-44c3-a1ec-2e5d54dbeb74'),(1031,'PIDHA',6,314,NULL,NULL,NULL,NULL,'fcb446c2-fa4b-4af2-8721-b17076415ff5'),(1032,'PIPARKHUNTI',6,305,NULL,NULL,NULL,NULL,'d17c38eb-ae56-406b-844f-32f958829f5c'),(1033,'PIPARKHUTI',6,305,NULL,NULL,NULL,NULL,'e9215aa4-d3ca-4f23-9edb-0071dfd22b18'),(1034,'PIPARKHUTI',6,314,NULL,NULL,NULL,NULL,'c7bc34df-49c8-4798-9009-c5f55565cd8a'),(1035,'PIPARLOD',6,308,NULL,NULL,NULL,NULL,'ff118ed4-ec9d-4507-922e-04bebd733438'),(1036,'PIPARMAR',6,305,NULL,NULL,NULL,NULL,'0f7ac808-9d1b-4741-8cba-3999138ea6a8'),(1037,'PIPARPARA',6,305,NULL,NULL,NULL,NULL,'a829d6a6-696f-4a38-9804-2b30e15701f6'),(1038,'PIPARTARAI',6,305,NULL,NULL,NULL,NULL,'c334e336-ca1a-40b3-bb7a-9e8afad39f2d'),(1039,'PIPLAMAR',6,346,NULL,NULL,NULL,NULL,'34a238f1-3e26-4a6b-a4e0-5c90cfbe0697'),(1040,'PODI',6,305,NULL,NULL,NULL,NULL,'4a01e4fb-27fb-4ca4-b7c7-46aabc4fc36b'),(1041,'PODI',6,307,NULL,NULL,NULL,NULL,'f014d25c-4e56-43aa-9f69-d3026c57c056'),(1042,'TAAKHATPUR',5,302,NULL,NULL,NULL,NULL,'04e1c832-da95-4329-9e50-7502573dfb74'),(1043,'PODI',6,1042,NULL,NULL,NULL,NULL,'7b0abcba-c3a9-4f59-89f0-8846f038e442'),(1044,'PODI',6,310,NULL,NULL,NULL,NULL,'9aafb31f-0b62-4e76-8ac0-3e34ace27c05'),(1045,'PURA',6,310,NULL,NULL,NULL,NULL,'65a1557c-6d02-4952-89a2-070d7bd355bf'),(1046,'RADGA',6,311,NULL,NULL,NULL,NULL,'9f95bca7-f9f7-4aec-88a7-0520437ba318'),(1047,'RAHANGI',6,306,NULL,NULL,NULL,NULL,'ac860dac-65fb-41ef-aaeb-a69cfb8b0c0c'),(1048,'RAJKISHORNAGAR',6,303,NULL,NULL,NULL,NULL,'4c472880-9063-464e-a8a7-5943bae1a25a'),(1049,'RAJPUR',6,310,NULL,NULL,NULL,NULL,'2c4e3e3f-442b-4bda-bc44-4b3bc4c38307'),(1050,'RALIYA',6,307,NULL,NULL,NULL,NULL,'1327ba42-4396-4cd8-a3b2-fdb734f28d7c'),(1051,'RAMHEPUR',6,306,NULL,NULL,NULL,NULL,'093a3f3b-01db-46ab-9fb4-1ee9a0379c26'),(1052,'RAMPUR',6,308,NULL,NULL,NULL,NULL,'f296214e-c220-4804-83e1-959e161302b2'),(1053,'RAMTALA',6,303,NULL,NULL,NULL,NULL,'4c3a79a4-ef52-4a9e-8366-17202076c2d0'),(1054,'RAMUNAGAR',6,306,NULL,NULL,NULL,NULL,'03b7e35d-e621-468a-9a78-2a584edc1e57'),(1055,'RANIGAON',6,303,NULL,NULL,NULL,NULL,'c9660a0e-1f2f-44af-bf4a-86688cf52370'),(1056,'RANIGAON',6,305,NULL,NULL,NULL,NULL,'a1a02a6e-99a4-41a8-9497-475a03d91c14'),(1057,'RANJAKI',6,555,NULL,NULL,NULL,NULL,'94199226-0817-49fe-aed6-197f633cbf6a'),(1058,'RANK',6,303,NULL,NULL,NULL,NULL,'fb6d2e32-635c-47b4-af81-95ce9210326b'),(1059,'RANK',6,307,NULL,NULL,NULL,NULL,'672de32c-3b35-493d-9a26-fca6e1d475c0'),(1060,'RATANPUR',6,305,NULL,NULL,NULL,NULL,'8425a090-bbfc-41f9-a9c5-db7f0e4c9fcf'),(1061,'RATANPURTKHANDI',6,305,NULL,NULL,NULL,NULL,'a20048c9-b200-4741-988b-f379db209bd1'),(1062,'RATKHANDI',6,305,NULL,NULL,NULL,NULL,'1661a92c-ce0b-4ffe-8141-866f8194ed18'),(1063,'RIGRIGA',6,305,NULL,NULL,NULL,NULL,'ded07996-677a-4b02-9be0-5f22bea4a15a'),(1064,'RIGVAR',6,305,NULL,NULL,NULL,NULL,'46984045-d274-42cb-867f-8c2548bb2277'),(1065,'RIGWAR',6,305,NULL,NULL,NULL,NULL,'e20508de-b1eb-444b-8b7b-e31e1dfa663c'),(1066,'RINGWAR',6,305,NULL,NULL,NULL,NULL,'65b56005-ea83-43c7-86e2-660d7305d50e'),(1067,'RISDA',6,307,NULL,NULL,NULL,NULL,'4c1700ca-112d-44e1-bd47-789097623bbf'),(1068,'ROHINADIH',6,305,NULL,NULL,NULL,NULL,'80a26ae3-df08-4479-bd71-c8dcfda9fb91'),(1069,'RUMGA',6,311,NULL,NULL,NULL,NULL,'615264a0-6466-41eb-877c-619fcbaf3ca8'),(1070,'RUPANDAD',6,346,NULL,NULL,NULL,NULL,'152f45bb-e557-4ab2-8ace-f6ca77600c78'),(1071,'SAGAR',6,310,NULL,NULL,NULL,NULL,'db36a879-23a1-4977-af5f-a9c6ff915fe7'),(1072,'SAIDA',6,310,NULL,NULL,NULL,NULL,'447a953e-3973-47bb-8c36-46788760e7b3'),(1073,'SAJAPALI',6,305,NULL,NULL,NULL,NULL,'789525a8-30d2-49eb-a8ba-30749c893dc7'),(1074,'SAKARI',6,425,NULL,NULL,NULL,NULL,'72fc820c-c006-4fa8-acdf-71067a8074d8'),(1075,'Sakari',6,310,NULL,NULL,NULL,NULL,'cd4c2a14-d0ee-4470-a5a8-9a10c3318c54'),(1076,'SAKARRA',6,310,NULL,NULL,NULL,NULL,'e13416ba-5ebd-4ec7-afa0-d97c110b0d2b'),(1077,'SAKERI',6,308,NULL,NULL,NULL,NULL,'35fd1a88-6737-4bba-9ab8-a169f49ba2fd'),(1078,'SAKERI',6,310,NULL,NULL,NULL,NULL,'627e9290-9a7c-4085-84fe-6d2fe0df94bb'),(1079,'SAKRI',6,423,NULL,NULL,NULL,NULL,'dbd171f0-a38b-479e-bde3-b129e327f8f9'),(1080,'SAKRI',6,310,NULL,NULL,NULL,NULL,'c0bedf51-43d6-4699-8497-04da46b558dd'),(1081,'SALAMPUR',6,310,NULL,NULL,NULL,NULL,'4849505e-8e3c-4a1f-b17d-c0354a335dd4'),(1082,'SALHE GHORI',6,305,NULL,NULL,NULL,NULL,'9c9ded7e-d8f4-4a37-8ebc-31111861b2ea'),(1083,'SALHEGHORI',6,306,NULL,NULL,NULL,NULL,'3a7f17e8-d0f7-451d-b3c6-00e3d2647707'),(1084,'SALHEGHORI',6,314,NULL,NULL,NULL,NULL,'5feec4fd-cf00-44b3-ab89-20493c18328c'),(1085,'Salka',6,305,NULL,NULL,NULL,NULL,'06637fc7-3cdb-4539-a772-17d0bf33bcff'),(1086,'SALKHA',6,303,NULL,NULL,NULL,NULL,'7539c1e1-a42c-48cb-b780-0b53a3493c1a'),(1087,'SAMDIL',6,310,NULL,NULL,NULL,NULL,'9a9cde65-801f-4e04-92ac-04cf91eca833'),(1088,'SARAIPATELA',6,306,NULL,NULL,NULL,NULL,'03a65f99-4d24-4b99-b3e8-df041a236100'),(1089,'SARAIPATERA',6,306,NULL,NULL,NULL,NULL,'e06bb225-0e5d-4c5b-bd5d-33f761ceed4b'),(1090,'SARBAHRA',6,325,NULL,NULL,NULL,NULL,'39430692-7e8a-4e76-8c02-a0de9144cbdf'),(1091,'SARGAON',6,308,NULL,NULL,NULL,NULL,'01d73b3a-367f-47bd-9c68-4b39e2b15a69'),(1092,'SARGAON',6,485,NULL,NULL,NULL,NULL,'4829440c-5396-4b13-aba4-f31093e3b8c8'),(1093,'SARGAVA',6,307,NULL,NULL,NULL,NULL,'b1b719ce-d7ce-47a8-91b7-9fb1e2a691f4'),(1094,'SARKANDA',6,471,NULL,NULL,NULL,NULL,'6817770e-484b-4e4f-bb01-77464e341c46'),(1095,'SARKANDA',6,303,NULL,NULL,NULL,NULL,'14b97f70-585e-48ab-b8b0-feba476289d2'),(1096,'SARSOHA',6,306,NULL,NULL,NULL,NULL,'acd7ffbb-3382-4dd5-9e4d-9dcad5f7660b'),(1097,'SAWA',6,308,NULL,NULL,NULL,NULL,'954499d9-c206-4008-ba7e-935b0022fec0'),(1098,'SAWADABRA',6,310,NULL,NULL,NULL,NULL,'5b2d0f77-bf55-4203-bace-fd1fbabe697b'),(1099,'SEKHAVA',6,311,NULL,NULL,NULL,NULL,'7dfd6998-2d54-4378-be1e-0568403b00db'),(1100,'SELAR',6,303,NULL,NULL,NULL,NULL,'3609188f-1b37-4920-9f80-48c446bacf33'),(1101,'BILSPUR',5,302,NULL,NULL,NULL,NULL,'caef3223-72da-4f0e-83ba-178eb52c631a'),(1102,'SELAR',6,1101,NULL,NULL,NULL,NULL,'05b6435e-2c7a-4603-a911-40249b01a58e'),(1103,'SEMARA',6,309,NULL,NULL,NULL,NULL,'ca56cc46-aecd-41ab-be4f-82b0b0d4145f'),(1104,'SEMARDARRI',6,311,NULL,NULL,NULL,NULL,'06b68ce6-cf06-4141-a025-fbf658b996f6'),(1105,'SEMARIYA',6,305,NULL,NULL,NULL,NULL,'0ddedd7c-4f99-44c8-b185-ab72cf9317f4'),(1106,'SEMARIYA',6,306,NULL,NULL,NULL,NULL,'80b903e7-62b1-46a6-9151-a868c6900976'),(1107,'SEMARTAL',6,303,NULL,NULL,NULL,NULL,'b0028d54-f11a-414e-ae75-02682a0ee219'),(1108,'SEMRA',6,305,NULL,NULL,NULL,NULL,'fb3e4011-226d-4faa-9caf-ff18901bacae'),(1109,'SEMRAPARA',6,306,NULL,NULL,NULL,NULL,'01b33481-70ad-4d95-bcde-efc2c1468813'),(1110,'SENDRI',6,303,NULL,NULL,NULL,NULL,'c77e9e8d-76cd-4d55-a5ea-f4d17305d7ee'),(1111,'SEVAR',6,304,NULL,NULL,NULL,NULL,'798d13a2-3275-4f46-848c-59ac3ee267ca'),(1112,'SHAKARRA',6,310,NULL,NULL,NULL,NULL,'b473d837-a7ce-4f11-91cd-ae378c1225a9'),(1113,'SHEKHVA',6,311,NULL,NULL,NULL,NULL,'10d8d3c4-208b-4390-9244-d515376638f5'),(1114,'SHISH',6,305,NULL,NULL,NULL,NULL,'fdb72238-512b-4fe1-b62c-02e353903eeb'),(1115,'SHIV TALAB',6,305,NULL,NULL,NULL,NULL,'e977418a-6aa4-4dab-9485-82e8fcbf62b5'),(1116,'SHIVNI',6,311,NULL,NULL,NULL,NULL,'5dd5a43a-a33b-4fc3-997c-e888246c80e2'),(1117,'SHIVTARAI',6,305,NULL,NULL,NULL,NULL,'79410660-f92b-4d97-b40b-cb699ba2eff5'),(1118,'SHIVTEKARI',6,307,NULL,NULL,NULL,NULL,'69c80a06-0eff-4c56-ae7e-d01112fd2f7c'),(1119,'SILDAHA',6,305,NULL,NULL,NULL,NULL,'e5bb2d7a-46ff-452d-a296-a5038d7bf486'),(1120,'Silpahari',6,305,NULL,NULL,NULL,NULL,'c1bcf402-9d8c-4951-9aa2-fb2252c2e2c0'),(1121,'SILPHARI',6,304,NULL,NULL,NULL,NULL,'b86c5ef8-d7b5-4260-b966-8f916967a365'),(1122,'SILPHARI',6,305,NULL,NULL,NULL,NULL,'ed54b3e2-7e83-4fcc-81bd-9de9f676b1a5'),(1123,'SILTARA',6,310,NULL,NULL,NULL,NULL,'9e899d4f-293a-43b7-bd12-f6bf13e00acd'),(1124,'Singhanpuri Bazar',6,310,NULL,NULL,NULL,NULL,'afaa80e8-b3b1-42c1-9620-e9a6d76f130a'),(1125,'SINGHARI',6,303,NULL,NULL,NULL,NULL,'87416d7f-8d43-4593-b719-aff1295a39ae'),(1126,'SINGHARI',6,304,NULL,NULL,NULL,NULL,'9a943ca7-0b27-48cd-8564-710c9cfd75eb'),(1127,'SINGHRI',6,303,NULL,NULL,NULL,NULL,'ac40b6f6-0c8f-443c-a7c2-dbe5f5a88d1b'),(1128,'SIPAT',6,307,NULL,NULL,NULL,NULL,'cad9a134-18e1-4b82-8044-1f989dae6659'),(1129,'SIRGITTI',6,303,NULL,NULL,NULL,NULL,'30dc6deb-fe45-4b3d-bcc9-db11f6753fce'),(1130,'SIRSAHA',6,305,NULL,NULL,NULL,NULL,'deaa4360-9d6d-41be-a295-6a3e23554a9c'),(1131,'SODHIMARATHI',6,308,NULL,NULL,NULL,NULL,'0d496273-b680-4c07-b7a5-915eeef9c1b2'),(1132,'SOLAUNI',6,307,NULL,NULL,NULL,NULL,'bc64a6d0-2c3b-4691-a719-94d6f72993db'),(1133,'SONBACHARWAR',6,396,NULL,NULL,NULL,NULL,'d7e0998d-64a5-4a12-922f-9d91ef03b07a'),(1134,'SONBANDHA',6,310,NULL,NULL,NULL,NULL,'dc58018e-afa6-4879-8a79-d3d51a186c40'),(1135,'SONPURI',6,305,NULL,NULL,NULL,NULL,'47aa94ea-8424-4da5-b94e-3aee1e94ab80'),(1136,'SONSAY',6,305,NULL,NULL,NULL,NULL,'cba79f64-418f-4fea-8bbe-09e39c33dfdb'),(1137,'SUKHENA',6,305,NULL,NULL,NULL,NULL,'95cb4165-ac0d-48fe-ab8e-9c346a5739c1'),(1138,'SUKLI',6,495,NULL,NULL,NULL,NULL,'73cf16b1-94bc-47d9-a206-3bcf96bec27c'),(1139,'SURHI',6,306,NULL,NULL,NULL,NULL,'c1bf09dd-8ef2-43bc-8b4b-7d7a0e4ab7c0'),(1140,'TADA',6,310,NULL,NULL,NULL,NULL,'997da314-db42-49de-8b65-bea08e57a971'),(1141,'TAKHATPUR',6,303,NULL,NULL,NULL,NULL,'61dce85d-76ea-4b75-85d3-5da4c468aa3c'),(1142,'Takhatpur',6,310,NULL,NULL,NULL,NULL,'6a6f167d-758b-4555-86ca-bc99e6580c46'),(1143,'TAKHATPURR',5,302,NULL,NULL,NULL,NULL,'8d2bcc17-5ffd-4497-8ccf-709c7e8b9862'),(1144,'TAKHATPUR',6,1143,NULL,NULL,NULL,NULL,'9d8d6f7d-7c40-4acc-a4c6-e8cc907fec21'),(1145,'TALA',6,308,NULL,NULL,NULL,NULL,'3278c875-6dfa-4af1-a218-817e32b0a41c'),(1146,'TALAPARA',6,303,NULL,NULL,NULL,NULL,'b868447c-e99d-400e-b39e-4070ccc9b8b2'),(1147,'TEGANMADA',6,305,NULL,NULL,NULL,NULL,'8fbc37c0-8fca-4d48-9151-df3c77f0abfe'),(1148,'TEKAR',6,303,NULL,NULL,NULL,NULL,'b3f28b6e-e089-4f03-afd7-da4dfc05a1f4'),(1149,'TEKARI',6,307,NULL,NULL,NULL,NULL,'816a7765-ec3a-425f-9ba6-6eb78994036e'),(1150,'TELSARA',6,304,NULL,NULL,NULL,NULL,'316e67ad-04bb-41ef-9dfc-6517a89484d1'),(1151,'TENDUAA',6,305,NULL,NULL,NULL,NULL,'0c45a0c6-70b4-4506-bc5a-fb30ea1677d2'),(1152,'TENDUBHATA',6,305,NULL,NULL,NULL,NULL,'b2eb5ed7-0146-4896-84ad-46298dc4e49a'),(1153,'TENDUBHATA',6,311,NULL,NULL,NULL,NULL,'b42ee3b7-dd75-44af-89cb-9dcfa69be3b2'),(1154,'TENGAN MADA',6,305,NULL,NULL,NULL,NULL,'0b7782ef-1b3b-46c4-ae27-2d5811a7002e'),(1155,'THAKURDEVA',6,308,NULL,NULL,NULL,NULL,'d342309d-3aee-4a91-9865-7f4776d60605'),(1156,'THARAKPUR',6,306,NULL,NULL,NULL,NULL,'a5292f4d-e8c4-44bb-8b86-07c60ebd76aa'),(1157,'TIDI',6,314,NULL,NULL,NULL,NULL,'db64bc45-fe40-4bc2-b47f-64be3d6598ca'),(1158,'TIFARA',6,303,NULL,NULL,NULL,NULL,'b78761db-af9b-4560-a859-fb12838e3dbe'),(1159,'TIKRI',6,310,NULL,NULL,NULL,NULL,'2465cdd0-1545-4e31-8171-fcc1b239fbe4'),(1160,'TILAKDIH',6,305,NULL,NULL,NULL,NULL,'5ed8ed00-cdca-4534-90a0-cb41c36ffffc'),(1161,'TILAKPUR',6,306,NULL,NULL,NULL,NULL,'86005aed-8268-4211-bd8f-76e35683bf96'),(1162,'TIPHARA',6,303,NULL,NULL,NULL,NULL,'1fbd6bfb-d407-4e45-9546-c7cdba72af7a'),(1163,'TIPHRA',6,303,NULL,NULL,NULL,NULL,'f8945fbc-4673-4050-967e-21ff93660206'),(1164,'BIL;ASPUR',5,302,NULL,NULL,NULL,NULL,'8cbeafa0-3986-4124-aa3a-b6b129379e00'),(1165,'TORAVA',6,1164,NULL,NULL,NULL,NULL,'afa844fe-4258-49b2-982b-0bd804a6c89b'),(1166,'TORVA',6,303,NULL,NULL,NULL,NULL,'fb4f075b-e51b-45f0-8573-5d3ec902f1bb'),(1167,'TURKADIH',6,420,NULL,NULL,NULL,NULL,'1a165634-d220-4e44-a0fe-da18edda4ecd'),(1168,'UDDAR',6,305,NULL,NULL,NULL,NULL,'ad6b1b6f-4eec-4e9c-9986-b1fca5a57342'),(1169,'UDELA',6,310,NULL,NULL,NULL,NULL,'29e334f4-423b-4be1-8fac-ced2756b540c'),(1170,'UMARIYA',6,305,NULL,NULL,NULL,NULL,'b6871e32-d445-48eb-8928-a4b3254b1398'),(1171,'URAIHAPARA',6,303,NULL,NULL,NULL,NULL,'70d1709d-2acb-48c2-9281-d59a3f611123'),(1172,'URTUM',6,303,NULL,NULL,NULL,NULL,'d98e7440-24a2-45ed-84a3-bfbc73877b76'),(1173,'USLAPUR',6,310,NULL,NULL,NULL,NULL,'d3a92f1c-d40d-41e4-909d-c7ce8b63b961'),(1174,'VICHARPUR',6,306,NULL,NULL,NULL,NULL,'d1a08a9d-4d69-46af-8310-de880f866d91'),(1175,'VICHARPUR',6,308,NULL,NULL,NULL,NULL,'3d10cf85-ca6c-42fa-909c-d75b79d63a10'),(1176,'VIJAYPUR',6,310,NULL,NULL,NULL,NULL,'5c86e10b-b1a3-4bda-9493-b142ba93a781'),(1177,'VINDHYASAR',6,310,NULL,NULL,NULL,NULL,'15d541e9-3a3d-4a09-aa5e-dbd21aa433cc'),(1178,'YADUANANDANAGAR',6,303,NULL,NULL,NULL,NULL,'d96fcefb-4ef6-4068-b55b-9ddae32fff71'),(1179,'YADUNANDAN NAGAR',6,303,NULL,NULL,NULL,NULL,'347437ea-abcd-442e-8e6a-92eef7baf753'),(1180,'YADUNANDANNAGAR',6,303,NULL,NULL,NULL,NULL,'040311e0-e9e8-4aa5-ba58-32d60ccd2599'),(1181,'Dindori',4,6,NULL,NULL,NULL,NULL,'82a7b5bf-e62b-4833-9e06-01d6fe2601a1'),(1182,'Dindori',5,1181,NULL,NULL,NULL,NULL,'6659b44d-ab1c-4620-a04b-75affec9e8ae'),(1183,'BAJAG',5,1181,NULL,NULL,NULL,NULL,'4808810c-edaa-42e2-b202-befba2cd8aea'),(1184,'BAJAK',5,1181,NULL,NULL,NULL,NULL,'6728751e-db9c-44d3-a799-eb43657d7dbd'),(1185,'AAMADONGARI',6,1184,NULL,NULL,NULL,NULL,'e9489cc3-3cdb-42c0-8168-4ee937229ed6'),(1186,'DINDAORI',5,1181,NULL,NULL,NULL,NULL,'370da0f4-31f4-4d9a-8ca2-f89b368ba071'),(1187,'BACHHARGAON',6,1186,NULL,NULL,NULL,NULL,'2f5b69a4-bbcc-490d-b304-7be6799559e1'),(1188,'BAISAKHUTOLA',6,1184,NULL,NULL,NULL,NULL,'148c6657-0c64-42b3-925c-c103546cb38a'),(1189,'BAJAK',6,1186,NULL,NULL,NULL,NULL,'08703027-5ed4-4492-835e-4a6705d61672'),(1190,'BALLARPUR',6,1186,NULL,NULL,NULL,NULL,'ccc47779-ece5-4966-b737-91f83a07ea2f'),(1191,'BARGAON',6,1186,NULL,NULL,NULL,NULL,'cd733e56-8456-4842-8c42-13d55a23f233'),(1192,'BASANIYA',6,1186,NULL,NULL,NULL,NULL,'841fe33f-2d50-4de8-9eb5-96a3935048d8'),(1193,'BASNIHA',6,1186,NULL,NULL,NULL,NULL,'bee9651b-c8c3-49f8-bd81-19d1eb76ad40'),(1194,'BASNIYA',6,1186,NULL,NULL,NULL,NULL,'6d4e878f-701b-4250-a84c-2a5d5a813f4f'),(1195,'BHALKHOHA',6,1186,NULL,NULL,NULL,NULL,'a1b4b494-7f3d-4300-bfcd-2a854d346466'),(1196,'BHALKOHA',6,1186,NULL,NULL,NULL,NULL,'902ff1e8-d60b-4ccf-bee8-61460ee81883'),(1197,'BHOKADONGARI',6,1186,NULL,NULL,NULL,NULL,'5956d550-ee8d-44a8-ab63-3f8679ef1878'),(1198,'BHUSUNDA',6,1186,NULL,NULL,NULL,NULL,'689084d4-9ebd-4d2f-9946-24872bd9e7bf'),(1199,'CHAKMI',6,1186,NULL,NULL,NULL,NULL,'d0369c51-6b37-4d50-852f-10bbda32546c'),(1200,'CHANDUVA TOLA',6,1186,NULL,NULL,NULL,NULL,'e1c9bbf8-7969-4c1b-a053-49c4f7c40e43'),(1201,'CHHULIYAMATTA',6,1186,NULL,NULL,NULL,NULL,'6a2e0d04-497d-4432-b052-d2a94ac03e8d'),(1202,'CHULPHATHRI',6,1186,NULL,NULL,NULL,NULL,'f70b3324-a604-4b28-9984-dfd39bf93138'),(1203,'DIDAURI',5,1181,NULL,NULL,NULL,NULL,'8a8aa935-b024-465d-9689-efde4f109f17'),(1204,'CHUNPATHARI',6,1203,NULL,NULL,NULL,NULL,'fa501589-4838-484d-8038-b1f57238a980'),(1205,'DINDAURI',6,1186,NULL,NULL,NULL,NULL,'7172f08a-811f-4373-9aaf-09d4116e63b3'),(1206,'DULLUPUR',6,1186,NULL,NULL,NULL,NULL,'59788e23-611f-49ff-a5e3-693d0feeb0e2'),(1207,'GADASARAI',6,1186,NULL,NULL,NULL,NULL,'c1a19bdd-b801-42e7-84bc-3a5eca554f2a'),(1208,'GARAKMATTA',6,1186,NULL,NULL,NULL,NULL,'8a747a29-009a-4cda-a2a1-dcdd2aac0a46'),(1209,'GHOPATPUR',6,1203,NULL,NULL,NULL,NULL,'3a24ff2c-1c6e-4228-9aac-7483a6cf14ca'),(1210,'GORAKHPUR',6,1186,NULL,NULL,NULL,NULL,'d4dadf23-5d41-460c-b067-6ecbbf0accd0'),(1211,'GURUMGAON',6,1186,NULL,NULL,NULL,NULL,'ee3d04bd-ba12-455a-8d41-ba07386cc1da'),(1212,'GUVARI',6,1186,NULL,NULL,NULL,NULL,'de1392be-d55c-4d42-a634-8cb43f4bb561'),(1213,'HARRATOLA',6,1186,NULL,NULL,NULL,NULL,'0fe265de-7c27-4a1c-897f-db75b3ab2a1b'),(1214,'JADUVANTOLA',6,1186,NULL,NULL,NULL,NULL,'72ba0730-4a1a-4f21-a9e3-1d3e43f14d7a'),(1215,'JHAKI',6,1186,NULL,NULL,NULL,NULL,'f4d4dd4c-23e6-40b3-9739-919986512924'),(1216,'JHANKI',6,1186,NULL,NULL,NULL,NULL,'f41c4762-1c26-4e9d-bd15-d1afe581d018'),(1217,'KAMKU',6,1186,NULL,NULL,NULL,NULL,'a93926de-226a-4ee5-88e7-643525510a93'),(1218,'KARANJIYA',6,1186,NULL,NULL,NULL,NULL,'cd468453-b3aa-4ca7-90b2-bc4bfa628419'),(1219,'KARAUNDA',6,1186,NULL,NULL,NULL,NULL,'5d74003a-5f32-49f6-ac8c-1b78847a9250'),(1220,'KHAMARIYA',6,1186,NULL,NULL,NULL,NULL,'71628251-7924-43d6-9681-5733451ae095'),(1221,'KHAMHARIYA',6,1186,NULL,NULL,NULL,NULL,'cb968e7a-937c-415b-96bc-51b80d7afa2f'),(1222,'DINDAURI',5,1181,NULL,NULL,NULL,NULL,'83467777-6dc9-4d3d-bbf0-1f6e7d6c97c5'),(1223,'KHARDI',6,1222,NULL,NULL,NULL,NULL,'606682f3-f963-46b2-8c82-25824fa32dca'),(1224,'KIRGI',6,1186,NULL,NULL,NULL,NULL,'b7dfd700-728e-4781-9f23-61385b9e83e2'),(1225,'KOSAMDIH',6,1186,NULL,NULL,NULL,NULL,'8c33f031-b2da-410c-90c9-34cbf81cb3ca'),(1226,'LABEDA',6,1186,NULL,NULL,NULL,NULL,'a384e116-67ee-4a49-84bb-34de71242f0a'),(1227,'LALPUR',6,1186,NULL,NULL,NULL,NULL,'bb1c00cf-478f-40d9-bc47-12b7f037fb34'),(1228,'LEKHANI',6,1186,NULL,NULL,NULL,NULL,'a95339dd-98ed-4bef-b4e8-7213c7b06af2'),(1229,'LEKHANI',6,1222,NULL,NULL,NULL,NULL,'bd508915-5e77-4c6e-9877-0c711c861037'),(1230,'LIKHANI',6,1186,NULL,NULL,NULL,NULL,'51b613ac-7c49-418f-a6e0-38df4b720895'),(1231,'LIKHANI',6,1222,NULL,NULL,NULL,NULL,'0372cc42-b76a-4933-bcb7-924974ce2467'),(1232,'MADHAVPUR',6,1184,NULL,NULL,NULL,NULL,'1080840e-3724-4cbc-a89f-e9db23efcfbb'),(1233,'MAJHIYAKHAR',6,1186,NULL,NULL,NULL,NULL,'d19425b7-cb9f-4a7d-bd9d-e9b439a90be2'),(1234,'MANIKPUR',6,1186,NULL,NULL,NULL,NULL,'30c87cd4-034c-435e-adfa-63fdcf1c9bea'),(1235,'MANIKPURI',6,1186,NULL,NULL,NULL,NULL,'b3291ae0-05b4-446b-ad35-20f99468f4e4'),(1236,'MIDHALI',6,1186,NULL,NULL,NULL,NULL,'1eed16a7-ddf5-49fa-8af4-ec8b76223e94'),(1237,'MUDIYA KHUARD',6,1186,NULL,NULL,NULL,NULL,'5d033990-1a35-492f-9190-b98b0bffe5d6'),(1238,'MUNGATOLA',6,1186,NULL,NULL,NULL,NULL,'75a53f60-5ff7-4e37-b1ef-2d2a46af04ec'),(1239,'MUSAMUNDI',6,1186,NULL,NULL,NULL,NULL,'a6af79ec-1756-495d-ad20-61fd7d7d1a2f'),(1240,'PARSEL',6,1186,NULL,NULL,NULL,NULL,'1e946a75-3cdd-401a-94fc-45d1124ed781'),(1241,'PATAN',6,1183,NULL,NULL,NULL,NULL,'d5e9eef6-b45a-4d48-ae03-d24cba481123'),(1242,'PATHARIYA',6,1186,NULL,NULL,NULL,NULL,'e92d7788-e77e-4a9a-9949-100669fad993'),(1243,'PATHARKUCHAR',6,1203,NULL,NULL,NULL,NULL,'87b09a13-a9ae-4b25-be9d-36b048aec9bb'),(1244,'PENDRUKHI',6,1186,NULL,NULL,NULL,NULL,'0c5080f4-cc3c-48b8-bb3f-83b14f5ba915'),(1245,'RAITOL',6,1186,NULL,NULL,NULL,NULL,'c5605a3c-8146-4dac-913c-d06222c27332'),(1246,'SADVA CHHAPAR',6,1186,NULL,NULL,NULL,NULL,'83f05988-745b-433e-9c98-84c2d42eb86b'),(1247,'SADVACHHAPAR',6,1186,NULL,NULL,NULL,NULL,'c4e1ee39-883c-4b3f-ae2d-0bd4bb39b150'),(1248,'SANGAMTOLA',6,1186,NULL,NULL,NULL,NULL,'2efe83c2-6393-4de3-8792-ed6c91b54523'),(1249,'SENGUDA',6,1182,NULL,NULL,NULL,NULL,'0e9f9a2f-eaa4-46d6-a9e0-a1334fb9aa29'),(1250,'SINGHARSHAKTI',6,1186,NULL,NULL,NULL,NULL,'dca15b37-f9f4-4113-b826-b77800cae4ec'),(1251,'SONIYAMAR',6,1186,NULL,NULL,NULL,NULL,'63e65c02-8c1a-4ddb-8a34-3947e06e2ddb'),(1252,'TIKAKPUR',6,1203,NULL,NULL,NULL,NULL,'447ed663-99ed-4656-b92f-cb5bd359410a'),(1253,'TITRAHI',6,1186,NULL,NULL,NULL,NULL,'887b0d17-38dc-4c6a-9aca-c40f7e336c21'),(1254,'Durg',4,6,NULL,NULL,NULL,NULL,'dcddb08e-0e5c-46ec-acbe-7c8e1d0426e0'),(1255,'BEMETARA',5,1254,NULL,NULL,NULL,NULL,'c7d20d83-372a-4c8e-8ee8-74d7c50db92d'),(1256,'ATARGAWA',6,1255,NULL,NULL,NULL,NULL,'055b9c21-7e94-4ff6-9bf3-d0d951e8b155'),(1257,'NAVAGARH',5,1254,NULL,NULL,NULL,NULL,'a2793148-c6ad-4a8e-9ec3-923f5d93b154'),(1258,'BELTUKRI',6,1257,NULL,NULL,NULL,NULL,'f44bb40f-6a5f-4840-84ad-539a777e2872'),(1259,'BEMETARA',6,1255,NULL,NULL,NULL,NULL,'4419ff74-e108-4eee-970d-dc0a1fa3f004'),(1260,'BERA',6,1255,NULL,NULL,NULL,NULL,'d5a35f4a-cbef-4bba-87fb-cfa6b69e6a26'),(1261,'BETAL',6,1255,NULL,NULL,NULL,NULL,'91d2874b-c63e-4eaa-9875-804a8df36672'),(1262,'PATAN',5,1254,NULL,NULL,NULL,NULL,'8f3aa084-d96d-4557-af2b-b3387f322803'),(1263,'DABRAPARA',6,1262,NULL,NULL,NULL,NULL,'20832943-8ac2-473e-8889-ade170f646de'),(1264,'DABRIPARA',6,1262,NULL,NULL,NULL,NULL,'d956b5d3-6bdc-4ac7-8eda-2c581dd469cf'),(1265,'NAWAGARH',5,1254,NULL,NULL,NULL,NULL,'179bb269-38f1-45c5-8587-c29b1d44cd6c'),(1266,'DARRI',6,1265,NULL,NULL,NULL,NULL,'cb475c1f-2693-4854-9330-c0ac2ff0bea4'),(1267,'DHAURABHAT KHUARD',6,1257,NULL,NULL,NULL,NULL,'9fdc1142-fc95-4899-be80-9c4883168541'),(1268,'DURG',5,1254,NULL,NULL,NULL,NULL,'de3d8617-d67a-4bf8-8947-c0048925d6c1'),(1269,'DURG',6,1268,NULL,NULL,NULL,NULL,'c6bc1df4-43dd-4dcf-9676-0da5263bdcd3'),(1270,'GADAMOD',6,1257,NULL,NULL,NULL,NULL,'257501af-64d0-48ae-8f60-836fb55da21d'),(1271,'GANGPUR',6,1255,NULL,NULL,NULL,NULL,'ec9d252e-a2ce-4f8e-9bab-979d5235fd9a'),(1272,'GHOREGHAT',6,1255,NULL,NULL,NULL,NULL,'67615a92-d7ee-4a1b-86ca-215cd41e6c4c'),(1273,'GHURSENA',6,1257,NULL,NULL,NULL,NULL,'df18a89a-2d91-4423-b729-71837de0fbc8'),(1274,'GHURSENA',6,1265,NULL,NULL,NULL,NULL,'aec522cf-ef2d-455a-a215-9d1b38a1907c'),(1275,'NAWAGADH',5,1254,NULL,NULL,NULL,NULL,'5dfa6b47-8e9c-4778-8205-594c24979a4e'),(1276,'JHANKI',6,1275,NULL,NULL,NULL,NULL,'a82ae19d-21d1-4e0d-bbf0-754d222d7810'),(1277,'KARAUD',6,1257,NULL,NULL,NULL,NULL,'d048d3a5-b2b9-4bcd-a031-fb253b2d3d00'),(1278,'LITIPUR',6,1257,NULL,NULL,NULL,NULL,'b1facce3-36e7-4024-8d66-9adba1765f69'),(1279,'NAGDHA',6,1257,NULL,NULL,NULL,NULL,'faae40fa-26e4-470e-b329-a72161053f96'),(1280,'Narayanpur',6,1265,NULL,NULL,NULL,NULL,'35fe21e3-d841-49a2-af4b-551890e5a10d'),(1281,'NAWAGARH',6,1265,NULL,NULL,NULL,NULL,'8c38df33-91f8-45ec-a5f7-c3a2b20c39a5'),(1282,'PANCHBHAIYA',6,1255,NULL,NULL,NULL,NULL,'a5a49b24-b935-4377-8183-985272f0466b'),(1283,'SAMBALPUR',6,1265,NULL,NULL,NULL,NULL,'4fcbd10f-78f4-4709-8f4b-4a7f6a71e483'),(1284,'DONDI LOHARA',5,1254,NULL,NULL,NULL,NULL,'3cabc29c-2b9f-41ae-9fce-ea6f0e113cc0'),(1285,'SHIKARITOLA',6,1284,NULL,NULL,NULL,NULL,'c2c48701-453f-42a3-beaf-ced90ab39f08'),(1286,'SIGHANPURI',6,1255,NULL,NULL,NULL,NULL,'561ccecc-aa6a-4c0d-857d-df8eb22d2257'),(1287,'SILTARA',6,1268,NULL,NULL,NULL,NULL,'790a809c-56d8-49b2-8edb-6081b8dd8a84'),(1288,'Janjgir',4,6,NULL,NULL,NULL,NULL,'8edd7596-36d8-41ca-ac55-3b93e3d7ddaa'),(1289,'Jaijaipur',5,1288,NULL,NULL,NULL,NULL,'a191b904-f155-42ae-bbb5-414515fc88df'),(1290,'Janjgir',5,1288,NULL,NULL,NULL,NULL,'293f844d-4e08-4f32-98a3-711cd0b461a6'),(1291,'NAWAGARH',5,1288,NULL,NULL,NULL,NULL,'2730802a-885a-4347-b944-0fd5bf8f1e71'),(1292,'PAMAGARH',5,1288,NULL,NULL,NULL,NULL,'9e5cdc3d-caa4-4d0e-8a94-e7e653a950a3'),(1293,'AARASMETA',6,1290,NULL,NULL,NULL,NULL,'8ed2261a-f5e3-4621-a9f4-a3fa6eee4121'),(1294,'BALAUDA',5,1288,NULL,NULL,NULL,NULL,'f877f5f2-985b-4363-8d0c-8dc1e6bc138d'),(1295,'ACHANAKPUR',6,1294,NULL,NULL,NULL,NULL,'9ed66870-afa1-4208-bcba-40faca57bc0c'),(1296,'AKALTARA',5,1288,NULL,NULL,NULL,NULL,'bcd0b06d-9321-4f26-9456-8ea5a81e6936'),(1297,'AKALTARA',6,1296,NULL,NULL,NULL,NULL,'377309d5-c256-472d-90d3-da6ca16f76d7'),(1298,'AURAIKALA',6,1290,NULL,NULL,NULL,NULL,'4648e08a-bdca-4ade-bdba-4b0e405c2d03'),(1299,'NAVAGARH',5,1288,NULL,NULL,NULL,NULL,'a44fe8a5-154c-4966-ac61-579bc42355d3'),(1300,'AVRIDH',6,1299,NULL,NULL,NULL,NULL,'85422205-67c1-4155-bdfe-9c1e8daa2e5c'),(1301,'BACHHAUD',6,1290,NULL,NULL,NULL,NULL,'0e10cca9-d01a-4544-bed3-9d65821e4eaf'),(1302,'BALAUDA',6,1294,NULL,NULL,NULL,NULL,'e43d7ea6-9b38-4057-bde0-0b108f4a2f51'),(1303,'BALAUDA',6,1290,NULL,NULL,NULL,NULL,'4a9ec721-b330-4597-96c3-4673b6848de8'),(1304,'SHAKTI',5,1288,NULL,NULL,NULL,NULL,'3b24f73d-9296-4a8c-9767-e260fca877d0'),(1305,'BARADWAR',6,1304,NULL,NULL,NULL,NULL,'99e26388-b95e-4249-9eba-986057fac5bc'),(1306,'BAREKET',6,1304,NULL,NULL,NULL,NULL,'b13fa790-b379-4903-9bda-1d55e5c59f5e'),(1307,'Pamgarh',5,1288,NULL,NULL,NULL,NULL,'cde16465-5fe7-4345-9c93-0b75a458521f'),(1308,'Bhainso',6,1307,NULL,NULL,NULL,NULL,'f1502067-bbf1-46c0-a159-d445ea5528c2'),(1309,'BHAISO',6,1307,NULL,NULL,NULL,NULL,'1ee4aafa-a539-4a00-8ba6-cb366e86350c'),(1310,'BHAISTARA',6,1290,NULL,NULL,NULL,NULL,'a611057d-07e2-4cd5-8644-a26b9f118b79'),(1311,'BHUIGAON',6,1307,NULL,NULL,NULL,NULL,'389a9756-f492-49f2-94a9-59aeb74e197c'),(1312,'BUDENA',6,1299,NULL,NULL,NULL,NULL,'59cc73d8-5723-4337-a470-58af7b8a52bd'),(1313,'CHANPA',5,1288,NULL,NULL,NULL,NULL,'2537b901-e0c9-4b6e-9b9e-128f19b704f0'),(1314,'CHANPA',6,1313,NULL,NULL,NULL,NULL,'f3d14783-0ddc-47d1-9f3f-5a90b80966ba'),(1315,'PAMGARD',5,1288,NULL,NULL,NULL,NULL,'50c91220-7ddf-4789-acef-5110b10adc48'),(1316,'CHHATOLIYA',6,1315,NULL,NULL,NULL,NULL,'34714bcc-5119-43a5-9c52-3465edbbcb0a'),(1317,'CHAMPA',5,1288,NULL,NULL,NULL,NULL,'893ba945-2999-492f-a4e4-676286a1dd6e'),(1318,'CHORIYA',6,1317,NULL,NULL,NULL,NULL,'d4986ba1-d21a-440c-8e96-1e09219806bf'),(1319,'CHUDTELA',6,1307,NULL,NULL,NULL,NULL,'57d64851-e189-42cf-8620-ee667864806e'),(1320,'DHANELI',6,1290,NULL,NULL,NULL,NULL,'f4e58b5e-e8be-4a3a-820e-56e490eaf46d'),(1321,'DHARASIV',6,1290,NULL,NULL,NULL,NULL,'9fb392d3-310a-4f96-bc92-862d02fee799'),(1322,'DHURKOT',6,1290,NULL,NULL,NULL,NULL,'bcb8735f-d28a-4f06-a2ca-416a9ec15d8e'),(1323,'DONGAKAUHRAUD',6,1307,NULL,NULL,NULL,NULL,'9be9f32a-b7e1-4b93-9596-d27bb9783d24'),(1324,'DONGARI',6,1294,NULL,NULL,NULL,NULL,'dab151e6-9287-493a-8ce4-6ce989910660'),(1325,'BALOUDA',5,1288,NULL,NULL,NULL,NULL,'df86d41b-9488-4148-94e2-d54a18f8ff84'),(1326,'DONGARI',6,1325,NULL,NULL,NULL,NULL,'20e90702-301e-4822-af16-637ebac546eb'),(1327,'HARDI',6,1296,NULL,NULL,NULL,NULL,'12f3dfa3-4a00-468c-a94d-810a3e802a66'),(1328,'HARDI',6,1290,NULL,NULL,NULL,NULL,'93dee759-1927-4632-8e90-66de714f906b'),(1329,'NAWAGADH',5,1288,NULL,NULL,NULL,NULL,'400cb3c4-2982-40df-bf0a-bf48aa46fa5e'),(1330,'HARDI',6,1329,NULL,NULL,NULL,NULL,'eb656beb-5113-4496-82c6-1142a7d251b1'),(1331,'NAVA GARDH',5,1288,NULL,NULL,NULL,NULL,'324e424b-ef6f-4f07-98cd-66e24042b8bd'),(1332,'JAGMAHANT',6,1331,NULL,NULL,NULL,NULL,'66a514eb-3ba7-4f1e-bb08-015b292fff52'),(1333,'JANJGEER',5,1288,NULL,NULL,NULL,NULL,'4b4ffd1a-1c7c-4d50-97db-2403e7db333e'),(1334,'JANJGIR',6,1333,NULL,NULL,NULL,NULL,'7c756456-8014-4c1f-833d-310e911cc33d'),(1335,'JAVALPUR',6,1294,NULL,NULL,NULL,NULL,'fe6a536b-bd76-4efa-9bab-77c11ba70a89'),(1336,'JAWALPUR',6,1294,NULL,NULL,NULL,NULL,'f5b6f07e-25b5-40ba-9b6b-cb7651b5b22f'),(1337,'JHARAP',6,1304,NULL,NULL,NULL,NULL,'b66c2462-5b27-4686-9974-8626646f8d4d'),(1338,'JUNADIH',6,1307,NULL,NULL,NULL,NULL,'50656530-136b-44b3-b9ba-8779fac5b31c'),(1339,'CHAPA',5,1288,NULL,NULL,NULL,NULL,'00557502-f6bc-4aec-aa5b-c2433eb006aa'),(1340,'KAMRID',6,1339,NULL,NULL,NULL,NULL,'c2bfa9c5-9eb8-4f91-811a-888344d3404c'),(1341,'KANHAI',6,1290,NULL,NULL,NULL,NULL,'0ed2663f-e583-49dd-8f9b-2e84d55f02f2'),(1342,'KAPAN',6,1296,NULL,NULL,NULL,NULL,'0e5c6d15-95ee-4c66-94d5-2f8e19567382'),(1343,'KARHIBAJAR',6,1294,NULL,NULL,NULL,NULL,'ad6f83ab-b78e-4a1f-93dd-64aa7a605ff0'),(1344,'KASA',6,1290,NULL,NULL,NULL,NULL,'085df0b1-368a-45b4-908b-76c25a085f07'),(1345,'KATAUD',6,1291,NULL,NULL,NULL,NULL,'84f8cd1b-43a1-4244-bc41-e6c2ce0297f4'),(1346,'KATGHARI',6,1290,NULL,NULL,NULL,NULL,'99b9dc3c-da48-4178-a560-8d3d3a21a020'),(1347,'KHARAUD',6,1307,NULL,NULL,NULL,NULL,'737ceea7-3751-47c6-941a-769d6f232e06'),(1348,'AKALATARA',5,1288,NULL,NULL,NULL,NULL,'dc798556-8a6f-470f-bcbd-bf9492c0358f'),(1349,'KHISORA',6,1348,NULL,NULL,NULL,NULL,'1456f1fd-1fef-4cb9-9191-0a8b953389be'),(1350,'KHOKHRA',6,1290,NULL,NULL,NULL,NULL,'e536afed-d72e-44f3-b6eb-ca1286ccf81b'),(1351,'KHOKHRI',6,1307,NULL,NULL,NULL,NULL,'9e3c81a9-d32b-450f-8d61-297ef210465e'),(1352,'KUSUMJHUR',5,1288,NULL,NULL,NULL,NULL,'7c49d17f-4bef-4493-a954-f2888bd40417'),(1353,'KHURGHATTI',6,1352,NULL,NULL,NULL,NULL,'8b851e03-1ce8-4617-9da2-a640d88207b1'),(1354,'KOHKA',6,1292,NULL,NULL,NULL,NULL,'55845dad-6268-4cc7-9183-85fbbeddf454'),(1355,'KOHRAUD',6,1307,NULL,NULL,NULL,NULL,'c0f1dab8-c3a2-472b-80a0-0d4b6b03b26e'),(1356,'KORBI',6,1294,NULL,NULL,NULL,NULL,'d3827f52-7a9c-44b9-bc04-7fb3c679e2cc'),(1357,'Kosa',6,1307,NULL,NULL,NULL,NULL,'308a8f56-3a48-4c34-a975-3c2c12bab3fa'),(1358,'KOTMISONAR',6,1296,NULL,NULL,NULL,NULL,'807e0b15-ea1d-4e1b-838a-86d62a2a4924'),(1359,'KOTMISONAR',6,1290,NULL,NULL,NULL,NULL,'d5027803-e6c5-44ae-a12e-c6cb6f5f2e51'),(1360,'MALKHARAUDA',5,1288,NULL,NULL,NULL,NULL,'eb3ecccb-09a2-4c35-91f7-b7c05df256fd'),(1361,'KURDA',6,1360,NULL,NULL,NULL,NULL,'1d7463d8-798e-44d1-9caf-0fcafb052196'),(1362,'MEU',6,1307,NULL,NULL,NULL,NULL,'68b0f3f9-1eb5-4e4b-b024-e250dc800069'),(1363,'NAVAGRH',5,1288,NULL,NULL,NULL,NULL,'69efbe83-c82d-4222-bb35-38f89f10e81d'),(1364,'MISDA',6,1363,NULL,NULL,NULL,NULL,'c3b61df2-c588-4b43-8c57-86eb5cdf3dab'),(1365,'MOHANDA',6,1290,NULL,NULL,NULL,NULL,'3cb54c42-47bd-4a54-8f82-308d17a4352f'),(1366,'DABARA',5,1288,NULL,NULL,NULL,NULL,'47336d6f-f06a-4da6-af01-71e49526b908'),(1367,'MUKTA',6,1366,NULL,NULL,NULL,NULL,'f49f64eb-5c5a-4014-9153-943bb9868fbe'),(1368,'MULMULA',6,1307,NULL,NULL,NULL,NULL,'c43b8998-66f7-4d19-a56b-d3ac51eb7522'),(1369,'MURLIDIH',6,1290,NULL,NULL,NULL,NULL,'2ba1df37-5e90-4789-b656-f8a57b04b05e'),(1370,'NAILA',6,1290,NULL,NULL,NULL,NULL,'5879e144-ba40-48bd-8b12-7c8754047f62'),(1371,'NARIYA',6,1290,NULL,NULL,NULL,NULL,'9ed7c041-1366-4c49-aa07-0f7b97f33a1e'),(1372,'NARIYARA',6,1348,NULL,NULL,NULL,NULL,'dc5fed7b-0deb-46bd-aa8d-0177fd75ce64'),(1373,'NARIYARA',6,1296,NULL,NULL,NULL,NULL,'201ddead-df56-4ba8-92d2-5e37454c8c96'),(1374,'AKLATARA',5,1288,NULL,NULL,NULL,NULL,'4e614924-39aa-45dd-b2e5-4f607781fb8a'),(1375,'NARIYARA',6,1374,NULL,NULL,NULL,NULL,'9a1065e8-4eda-4c4d-830a-3b6a70a82000'),(1376,'NARIYARA',6,1290,NULL,NULL,NULL,NULL,'27849ac0-48b2-4c89-91fa-11eaf41d72fd'),(1377,'NARIYARA',6,1307,NULL,NULL,NULL,NULL,'a0fd4ac9-383c-4be4-8218-65681af57c9e'),(1378,'NAVAGARH',6,1290,NULL,NULL,NULL,NULL,'a8a377ab-225e-4a7f-a91c-a00ff1af7b9a'),(1379,'NEEMBHATA',6,1294,NULL,NULL,NULL,NULL,'9ade5be0-f817-469d-9e51-005e86adc557'),(1380,'PADA HARDI',6,1289,NULL,NULL,NULL,NULL,'062a3e76-1578-4719-a98d-27a5a03a022b'),(1381,'PAHARIYA',6,1290,NULL,NULL,NULL,NULL,'556f833a-17ea-4b8a-89cc-baa82978c29a'),(1382,'PAKARIYA',6,1290,NULL,NULL,NULL,NULL,'5898ad5e-8aa3-4c83-a27c-d899320139f5'),(1383,'PAMGARH',6,1307,NULL,NULL,NULL,NULL,'dbd18a19-9d74-4964-9f12-d89caffffb1b'),(1384,'PARSADIH',6,1289,NULL,NULL,NULL,NULL,'598e175d-c3ba-4223-a44c-8579a8771b19'),(1385,'PENDRI',6,1290,NULL,NULL,NULL,NULL,'a709ccc8-4e74-44fd-bd3c-50ef01ab373f'),(1386,'PIPARSHAKTI',6,1296,NULL,NULL,NULL,NULL,'47b998e6-8266-4929-8ab1-0426c6c068ac'),(1387,'RASEDA',6,1296,NULL,NULL,NULL,NULL,'110fd66b-d06e-4075-909a-1a897921751f'),(1388,'SAKAR',6,1348,NULL,NULL,NULL,NULL,'a5a4d4c4-475f-4697-97f4-2d5cdded00e5'),(1389,'SARAGAON',6,1317,NULL,NULL,NULL,NULL,'ccf60b4e-9430-432b-ab85-bdb2c0f3383e'),(1390,'SARWANI',6,1290,NULL,NULL,NULL,NULL,'2e2751ea-647e-49c1-b2b6-a649a15fc041'),(1391,'SHILADIH',6,1290,NULL,NULL,NULL,NULL,'b3586516-9115-44f9-bb28-8da6608324a1'),(1392,'SHIVRINARAYAN',6,1299,NULL,NULL,NULL,NULL,'1336be93-4e5e-4ab3-b38a-3a52aa7773e3'),(1393,'SINGHALDEV',6,1307,NULL,NULL,NULL,NULL,'36bd5d7c-c063-48b4-b22a-89c63f159063'),(1394,'SUKALI',6,1333,NULL,NULL,NULL,NULL,'243ad45b-e4cb-4cb3-9968-83d0ab8b77a4'),(1395,'TANAUD',6,1290,NULL,NULL,NULL,NULL,'c4013e84-089f-48f1-9532-13055abf2975'),(1396,'TANAUD',6,1307,NULL,NULL,NULL,NULL,'6dd0e1a1-d480-4676-97db-e56dd3ffbf7c'),(1397,'TARAUD',6,1290,NULL,NULL,NULL,NULL,'866d3df9-416a-4838-a525-f55c62bd95d3'),(1398,'TILAI',6,1290,NULL,NULL,NULL,NULL,'966766ef-59cc-4def-abfb-ba6a33f21c70'),(1399,'TUSHAR',6,1289,NULL,NULL,NULL,NULL,'d292e5da-69d3-4c71-934c-8d6764988881'),(1400,'Jashpu',4,6,NULL,NULL,NULL,NULL,'d1c56988-a609-4fd6-b564-8cfb8cf0f984'),(1401,'KUNKURI',5,1400,NULL,NULL,NULL,NULL,'b1c21c44-1a0f-4828-83d4-b25894a86675'),(1402,'KUNKURI',6,1401,NULL,NULL,NULL,NULL,'01d4adb1-83ff-4da9-96d6-da6dd363daba'),(1403,'Kanker',4,6,NULL,NULL,NULL,NULL,'e1193429-d00e-4f58-bb5f-118142b07151'),(1404,'BHANUPRATAPPUR',5,1403,NULL,NULL,NULL,NULL,'b8572163-3278-4c07-8305-20de9844cdaf'),(1405,'IRAGAON',6,1404,NULL,NULL,NULL,NULL,'12f19fb6-63c3-4d20-8fae-18ae25b2c7fa'),(1406,'Kawardha',4,6,NULL,NULL,NULL,NULL,'d3846b0f-9c2c-4f70-822d-2666d1443da9'),(1407,'Kawardha',5,1406,NULL,NULL,NULL,NULL,'3cea39ec-3a0a-4c13-856f-551751bb7b23'),(1408,'BADDULI',6,1407,NULL,NULL,NULL,NULL,'6afdf9a3-82fe-4180-a8be-eea5dafde813'),(1409,'BATURAKACHHAR',6,1407,NULL,NULL,NULL,NULL,'72d542b5-54ee-4d4f-b1fb-c99728bde266'),(1410,'PANDARIYA',5,1406,NULL,NULL,NULL,NULL,'0cb967cc-d8cb-4266-b447-ee2dd72cc760'),(1411,'BELMUDA',6,1410,NULL,NULL,NULL,NULL,'5ef1d1b5-c927-4e71-b3ae-dfe110eb8c03'),(1412,'BITKULI KHURD',6,1407,NULL,NULL,NULL,NULL,'9c4b35f3-96c4-4e15-a3d5-1961fcaebfce'),(1413,'BODLA',5,1406,NULL,NULL,NULL,NULL,'efc73f3a-23c6-49fb-aea3-6ba7c2883968'),(1414,'BODARKACHHRA',6,1413,NULL,NULL,NULL,NULL,'ec7a06cc-fa7d-485b-8e8e-e8aa35ce6604'),(1415,'BODLA',6,1413,NULL,NULL,NULL,NULL,'1ad21c17-28c3-4304-b240-85c1ddd3c350'),(1416,'BONDAR',6,1413,NULL,NULL,NULL,NULL,'54ce87d1-1ff6-41ee-9426-67111519bd5d'),(1417,'KAWRADHA',5,1406,NULL,NULL,NULL,NULL,'1a641b7c-fcb5-4a5e-bc34-7a6f87314043'),(1418,'BORIYA',6,1417,NULL,NULL,NULL,NULL,'0ec1f92b-f696-405b-86cf-12b46e4a6dcd'),(1419,'CHANDALPUR',6,1413,NULL,NULL,NULL,NULL,'655ce618-c5c9-4be4-b479-2f980a31700d'),(1420,'CHATRI',6,1410,NULL,NULL,NULL,NULL,'357c8ca2-15af-481c-9a2a-b045f83e59cd'),(1421,'CHHUHI',6,1407,NULL,NULL,NULL,NULL,'0d8afe7e-9795-4dca-a21a-c92c3bd80053'),(1422,'DAIHANTOLA',6,1410,NULL,NULL,NULL,NULL,'94dd7878-c062-4f00-aeb6-00249528bb61'),(1423,'DALPI',6,1410,NULL,NULL,NULL,NULL,'9ff47027-00ce-4a9a-b615-25751867cd35'),(1424,'DAMAPUR',6,1410,NULL,NULL,NULL,NULL,'1664705b-f45e-4205-bdc0-8957ef29cadb'),(1425,'DAMGARH',6,1410,NULL,NULL,NULL,NULL,'73e9de3a-7a33-44df-b0a5-a3af800a2cd4'),(1426,'DHANELI',6,1410,NULL,NULL,NULL,NULL,'87f6db3b-779e-4859-a08e-69fe2b849eb9'),(1427,'DHERSATOLA',6,1407,NULL,NULL,NULL,NULL,'948666c2-9035-4ebd-93f4-2158610994ad'),(1428,'DOMANPUR',5,1406,NULL,NULL,NULL,NULL,'002fe97d-1d76-4915-869f-6853b1514e36'),(1429,'DOMANPUR',6,1428,NULL,NULL,NULL,NULL,'4a124b0d-cb5e-4686-8ebd-31d918a8097d'),(1430,'DOMANPUR',6,1410,NULL,NULL,NULL,NULL,'dfeab796-185b-415c-a6d6-de41bb5d052c'),(1431,'DUBHA',6,1407,NULL,NULL,NULL,NULL,'8ed0ca2d-5d29-4b3e-884a-f8cfdc4e9753'),(1432,'GHONGHA',6,1413,NULL,NULL,NULL,NULL,'bd2ebc5b-d182-47db-a34e-08492c84ac00'),(1433,'GOBARRA',6,1410,NULL,NULL,NULL,NULL,'5494a290-10fd-4a84-85a3-89641f52e129'),(1434,'KAWARADHA',5,1406,NULL,NULL,NULL,NULL,'84025a8e-67b5-458a-85e0-dcae25effeef'),(1435,'HEERAPUR',6,1434,NULL,NULL,NULL,NULL,'6accc9a6-9f0b-4336-80b8-fa856a2e2bec'),(1436,'INDAURI',6,1407,NULL,NULL,NULL,NULL,'a06466de-6f7f-4421-b89c-7a1339990bb5'),(1437,'JAITPURI',6,1407,NULL,NULL,NULL,NULL,'b08b4e3f-c045-4e8f-8732-854e8df41c9e'),(1438,'JANGAL KHAMHI',6,1407,NULL,NULL,NULL,NULL,'3c948b7f-3284-4ff0-b235-54d8aa88d25b'),(1439,'JANGALPUR',6,1410,NULL,NULL,NULL,NULL,'5f33a021-1613-478e-804a-e58f1de3acff'),(1440,'KARPI KALA',6,1410,NULL,NULL,NULL,NULL,'56ac9dd1-f768-48c4-9f78-814edfec3234'),(1441,'KARPIKALA',6,1410,NULL,NULL,NULL,NULL,'156d293b-8df3-448a-80da-4f3a5a24155f'),(1442,'KAWARDHA',6,1407,NULL,NULL,NULL,NULL,'d73ff486-0fc4-4d9c-9671-cd8caa9a2a96'),(1443,'KHADAUDA',6,1434,NULL,NULL,NULL,NULL,'9df6e63c-4bba-421e-9269-e180c0a9ab31'),(1444,'KHADAUDA KHUARD',6,1407,NULL,NULL,NULL,NULL,'62bc9e76-8683-4f0f-b4dd-1ad043467382'),(1445,'KHARAUDA KHUARD',6,1407,NULL,NULL,NULL,NULL,'d6d11ead-d144-480c-84e1-d9966edf253a'),(1446,'KHELTUKRI',6,1410,NULL,NULL,NULL,NULL,'73e3887a-bcdd-4664-89d0-bc280ae4522e'),(1447,'KISHUNGARH',6,1410,NULL,NULL,NULL,NULL,'33970f12-8f55-4491-80ff-acad957115e5'),(1448,'KODAVAGODAN',6,1410,NULL,NULL,NULL,NULL,'bbc7c1c4-03e8-4292-acad-540b7e6570cc'),(1449,'KODVA',6,1410,NULL,NULL,NULL,NULL,'cc570409-024e-4c7e-94b4-56481aa4ace8'),(1450,'KODVAGODAN',6,1410,NULL,NULL,NULL,NULL,'6239ed24-7958-43bc-a390-0ddb65dc6333'),(1451,'KOYLARI',6,1410,NULL,NULL,NULL,NULL,'085aba53-f8de-4acc-a803-65d335465e5f'),(1452,'KUKDUR',6,1410,NULL,NULL,NULL,NULL,'b67aa03f-8a98-4e27-8395-6352f8e24d7a'),(1453,'KUMHI',6,1410,NULL,NULL,NULL,NULL,'3f570593-9fa3-4627-9d72-98545b968e94'),(1454,'LAGHAN PANDARIYA',6,1407,NULL,NULL,NULL,NULL,'09529915-338b-47d7-b402-17ef209a1555'),(1455,'LALPUR',6,1410,NULL,NULL,NULL,NULL,'fa31a14f-9bf8-4108-8cf5-85d4f9887615'),(1456,'MADANPUR',6,1410,NULL,NULL,NULL,NULL,'a6a2a4f4-746b-46a7-a107-b7523a64af02'),(1457,'PANADARIYA',5,1406,NULL,NULL,NULL,NULL,'e5ec7f2c-e5fb-4343-8bbf-58e3107b3181'),(1458,'MALGI',6,1457,NULL,NULL,NULL,NULL,'41b066d5-c7fc-4145-82bb-2eb857623041'),(1459,'MALKACHHARA',6,1410,NULL,NULL,NULL,NULL,'ef85a88b-a7ec-485d-b816-72414d02e2c5'),(1460,'PANDAIRYA',5,1406,NULL,NULL,NULL,NULL,'025ff661-634a-48ab-b2d6-61ede3fa290c'),(1461,'MALKACHHRA',6,1460,NULL,NULL,NULL,NULL,'1713e9af-d662-4485-8e48-1a7b896f3fd8'),(1462,'MOHGAON',6,1410,NULL,NULL,NULL,NULL,'b1a7ab12-4c04-4bce-9623-e3249fc4c776'),(1463,'MUNGADIH',6,1410,NULL,NULL,NULL,NULL,'6f8ec5c5-6c0b-4f0f-8d67-dc45656049a9'),(1464,'NAVGHATA',6,1407,NULL,NULL,NULL,NULL,'bad52d8c-fd88-4611-bde7-a2af317ee910'),(1465,'NEURGAONKHURD',6,1434,NULL,NULL,NULL,NULL,'909890f2-ad8f-47a1-a324-c868f764badd'),(1466,'PADARIYA',6,1407,NULL,NULL,NULL,NULL,'0f83a0c4-482f-4700-a014-c79a1ce9df2f'),(1467,'Palansari',6,1410,NULL,NULL,NULL,NULL,'aa757b90-b7bd-4aef-8fe7-5d755e552c37'),(1468,'PANDARIYA',6,1410,NULL,NULL,NULL,NULL,'8e92b048-8904-44ac-9797-291cf520c89c'),(1469,'PANDATARAI',6,1407,NULL,NULL,NULL,NULL,'8f1402db-4e5f-4463-adea-09ffb0d11261'),(1470,'PARANKAPA',6,1410,NULL,NULL,NULL,NULL,'63a45e49-8d0d-4a13-80aa-ec40bf098641'),(1471,'PEDI',6,1410,NULL,NULL,NULL,NULL,'c5daa14f-dfe4-4c31-934a-9e0b1e2d4773'),(1472,'PRABHATOLA',6,1407,NULL,NULL,NULL,NULL,'36d79495-1dc8-46d8-9f5b-3dfbe5736a2a'),(1473,'PRANKAPA',6,1410,NULL,NULL,NULL,NULL,'e51212fb-2246-4841-9437-1543d86e23c3'),(1474,'PUTKI',6,1413,NULL,NULL,NULL,NULL,'1aed6e1f-3d6d-49e0-927b-6a49e2931b68'),(1475,'REHUTA',6,1410,NULL,NULL,NULL,NULL,'873f4332-97c8-47b8-80fc-3330867df948'),(1476,'RUSE',6,1410,NULL,NULL,NULL,NULL,'b52fe77f-7142-42a5-aeef-951641f4addb'),(1477,'SAGAUNDIH',6,1410,NULL,NULL,NULL,NULL,'6c9cad63-e7ce-4283-bfc5-edffdebdce50'),(1478,'SAIHA MALGI',6,1410,NULL,NULL,NULL,NULL,'1015bc5b-3af6-48b7-9829-d1008cfa9989'),(1479,'SAIHAMALGI',6,1410,NULL,NULL,NULL,NULL,'5b0fe06a-b7c9-4b43-9cbe-553d926c9b1b'),(1480,'SARAISET',6,1410,NULL,NULL,NULL,NULL,'218bbb84-6cc0-48fe-b370-f9307c7b182a'),(1481,'SAWATPUR',6,1410,NULL,NULL,NULL,NULL,'a7a8d284-ce96-4f30-acaa-fc6cafc78ed5'),(1482,'SIGHANPURI',6,1407,NULL,NULL,NULL,NULL,'ad6cd950-3675-49e2-8e81-a539657b3133'),(1483,'SILHATI',6,1434,NULL,NULL,NULL,NULL,'4c313f67-cf67-4236-9609-7cd30c7bf78c'),(1484,'SONBARSA',6,1407,NULL,NULL,NULL,NULL,'04b43d78-8803-4cce-b3b1-78c7f00abe5a'),(1485,'TAKTUIYA',6,1410,NULL,NULL,NULL,NULL,'5a1a7bc5-bb37-4719-87e6-63b9d2750fd1'),(1486,'Korba',4,6,NULL,NULL,NULL,NULL,'e7d6bc67-e221-4794-afe6-5dbc8dc34eb9'),(1487,'Katghora',5,1486,NULL,NULL,NULL,NULL,'fdf4e5c1-27ba-4ad9-82a8-b6afea2cd8ba'),(1488,'Korba',5,1486,NULL,NULL,NULL,NULL,'e82e3665-a99b-498b-a0ee-4bc0d5869026'),(1489,'Pali',5,1486,NULL,NULL,NULL,NULL,'68c22b0e-11cc-4065-b127-98fdf48dd749'),(1490,'PODI UPRODA',5,1486,NULL,NULL,NULL,NULL,'34b7898d-cdd8-43a0-98a1-dd2f0b0871a6'),(1491,'ATARI',6,1490,NULL,NULL,NULL,NULL,'0b9765a9-5cb7-47e2-a118-481776e60289'),(1492,'AYODHYAPURI',6,1487,NULL,NULL,NULL,NULL,'06ce8e0d-2f3a-4ef1-9b33-49237f0991e1'),(1493,'BAGHARI',6,1487,NULL,NULL,NULL,NULL,'ac55d1e4-dda5-4ad2-9b93-a591b3d34997'),(1494,'BAIKUNTH NAGAR',6,1488,NULL,NULL,NULL,NULL,'a9a75841-8076-42cb-aecf-0658710fa8b8'),(1495,'BALKO',6,1488,NULL,NULL,NULL,NULL,'476f18aa-e815-4f49-9fe3-16aba6a72f68'),(1496,'BANBANDHA',6,1489,NULL,NULL,NULL,NULL,'9c3567c2-b9d2-4e15-8803-16bbe34b5e5e'),(1497,'BANDHAKHAR',6,1487,NULL,NULL,NULL,NULL,'a670f4a8-2b96-4216-9e55-b4da93468244'),(1498,'BATRA',6,1489,NULL,NULL,NULL,NULL,'8d1bb107-17b5-4e49-b995-b506220ea6eb'),(1499,'BHADA',6,1489,NULL,NULL,NULL,NULL,'c97248fd-e491-4666-bf00-e44bd71e63a2'),(1500,'BINJHARA',6,1487,NULL,NULL,NULL,NULL,'1fdb9353-cfae-4bae-b9ae-753b47cca641'),(1501,'BUDBUD',6,1489,NULL,NULL,NULL,NULL,'90fe0920-b6e5-45e3-9a10-18952a22a83d'),(1502,'CHATUVABHAVN',6,1487,NULL,NULL,NULL,NULL,'5f1f5d5f-a2ec-4412-aaff-3a948951cc89'),(1503,'CHHALKACHAR',6,1487,NULL,NULL,NULL,NULL,'ab24a301-2df6-4fbb-b50f-691b487c9bca'),(1504,'CHHURI',6,1487,NULL,NULL,NULL,NULL,'d9503ee9-3a5a-4828-bd4e-a70001f8d819'),(1505,'CHHURIKALA',6,1487,NULL,NULL,NULL,NULL,'f0d95e07-403f-4efe-9ad4-800e688d329d'),(1506,'DADAR',6,1489,NULL,NULL,NULL,NULL,'71081453-d1a2-4001-b71d-d10c05e8654c'),(1507,'DHAURABHATA',6,1489,NULL,NULL,NULL,NULL,'c9c6cea2-8593-40f8-9b15-eb1ca60fc77d'),(1508,'DHEKUPATHARA',6,1489,NULL,NULL,NULL,NULL,'9c937b6d-30a9-4908-bc05-6b156e5a5817'),(1509,'DHELUVA',6,1487,NULL,NULL,NULL,NULL,'499e13c2-92cb-4858-b186-56be6cc915c8'),(1510,'DINGAPUR',6,1488,NULL,NULL,NULL,NULL,'39288406-0f81-4de3-a445-cc467abb7293'),(1511,'DIPKA',6,1487,NULL,NULL,NULL,NULL,'29cdf725-48ce-48a9-aa86-10ae43478eac'),(1512,'DONGANALA',6,1489,NULL,NULL,NULL,NULL,'45ab1b24-a877-4000-a8c7-244d923ff16c'),(1513,'HARDI BAJAR',6,1487,NULL,NULL,NULL,NULL,'7a910c9c-093c-40a7-a0dd-922df256a069'),(1514,'IRAPH',6,1489,NULL,NULL,NULL,NULL,'2124f703-341e-42fb-93f7-1fda68b736b8'),(1515,'JARVE',6,1488,NULL,NULL,NULL,NULL,'88b44873-5428-492a-96d4-41b109f68fa7'),(1516,'JAVALI',6,1487,NULL,NULL,NULL,NULL,'9789b218-7a79-4302-a1e0-5526fbe2832b'),(1517,'JAWALI',6,1487,NULL,NULL,NULL,NULL,'929b2f93-6bf2-4c1c-8f86-80bb362a7118'),(1518,'KANHAIYAPARA',6,1489,NULL,NULL,NULL,NULL,'ae6437e4-d463-408b-8eba-da0f5de4c45e'),(1519,'KARANARA',6,1487,NULL,NULL,NULL,NULL,'ddb6aab1-ac98-400f-a089-3d149f6c1d18'),(1520,'KARRA NAWAPARA',6,1489,NULL,NULL,NULL,NULL,'5f2b52c3-c935-4ddc-ae3f-45a619359697'),(1521,'KARRI',6,1490,NULL,NULL,NULL,NULL,'97bcf795-e91c-470a-8988-1308f47e7f72'),(1522,'KARTALA',5,1486,NULL,NULL,NULL,NULL,'da79dbbe-f18f-4791-b02e-e4aac2687247'),(1523,'KARTALA',6,1522,NULL,NULL,NULL,NULL,'d7d7b29d-647c-4c6a-a6e8-a35c01ebddf3'),(1524,'KARTALI',6,1489,NULL,NULL,NULL,NULL,'b05d5223-2fd6-4c6c-8da1-992c7d15fea9'),(1525,'KASIYADIH',6,1489,NULL,NULL,NULL,NULL,'04c5beaf-7b45-426a-a376-c185f6789cc4'),(1526,'KATGHORA',6,1487,NULL,NULL,NULL,NULL,'85eb33fd-a9d7-4b66-8858-eea400a16f73'),(1527,'Korba',6,1488,NULL,NULL,NULL,NULL,'58df1b5b-a672-45cc-8cf6-de1a70e7ff46'),(1528,'KUMAHRI DARRI',6,1490,NULL,NULL,NULL,NULL,'e10cbee6-4b40-4f3c-845b-59beeca50930'),(1529,'KUMHARI',6,1490,NULL,NULL,NULL,NULL,'ac5d62de-3531-4f2f-968a-209a3045c9b0'),(1530,'KUMHARI DARRI',6,1490,NULL,NULL,NULL,NULL,'103a3c22-318b-4f09-977d-724b81f6aa71'),(1531,'KUMHRIDARRI',6,1488,NULL,NULL,NULL,NULL,'32d41e8d-642f-4c60-99bf-c31d62cfb475'),(1532,'KUSMUNDA',6,1488,NULL,NULL,NULL,NULL,'1a8bec19-3983-4f41-b649-6a58caf8f530'),(1533,'KATGORA',5,1486,NULL,NULL,NULL,NULL,'b5d04369-1f85-45b1-95f2-005edaf1c881'),(1534,'LAIGI',6,1533,NULL,NULL,NULL,NULL,'cd5c5b97-6c3b-4247-855f-375141415a15'),(1535,'LAKHANPUR',6,1487,NULL,NULL,NULL,NULL,'5ecd2018-4e8e-4c73-85cb-b8feab8d7b03'),(1536,'LAPHA',6,1489,NULL,NULL,NULL,NULL,'fecafca0-81e1-41fd-962d-fbd0d1d44bb9'),(1537,'LEPRA',6,1490,NULL,NULL,NULL,NULL,'846f0059-cfc4-4da8-94eb-7e439a3f1d29'),(1538,'LIMDIH',6,1522,NULL,NULL,NULL,NULL,'dade9b9b-f2d2-473a-bede-d81465c3c0ef'),(1539,'MADAN',6,1489,NULL,NULL,NULL,NULL,'c4b1ee16-f09f-446a-868b-88b9461ac37f'),(1540,'MOHANPUR',6,1490,NULL,NULL,NULL,NULL,'3465abb0-756a-4259-b075-400230efef67'),(1541,'MUNGADIH',6,1489,NULL,NULL,NULL,NULL,'5a96a776-3ee0-4990-9922-52894eb2362e'),(1542,'NEVSA',6,1487,NULL,NULL,NULL,NULL,'150b3bca-0b9a-49db-a9c1-bde91a8743c3'),(1543,'NUNERA',6,1489,NULL,NULL,NULL,NULL,'c22a312e-6521-432a-a23b-ab9986611caa'),(1544,'PADARRAPATHARA',6,1489,NULL,NULL,NULL,NULL,'69472ed4-0c11-4d20-b949-e6472680b30f'),(1545,'PALI',6,1489,NULL,NULL,NULL,NULL,'f67296e3-6f52-4e2c-9e1d-538ab7037003'),(1546,'PHOOLWARIPARA',6,1489,NULL,NULL,NULL,NULL,'d813a707-8b43-4e9e-a6b4-2231c17b45bf'),(1547,'PIPARIYA',6,1487,NULL,NULL,NULL,NULL,'a266182c-e07c-4569-823d-c224c2f27c86'),(1548,'PODI',6,1488,NULL,NULL,NULL,NULL,'5d0734ef-74c4-42d8-9225-b5a9a021e99f'),(1549,'PODI KHUARD',6,1490,NULL,NULL,NULL,NULL,'be3f8843-244f-40ce-bc8c-8351e8033769'),(1550,'POLAMI',6,1489,NULL,NULL,NULL,NULL,'a3f843a9-4596-4437-a5ae-f5903e06a2c0'),(1551,'PULALI KALA',6,1489,NULL,NULL,NULL,NULL,'1d15ddbb-3f67-4a2b-89de-4523d4b8bfc7'),(1552,'HARDI BAJAR',5,1486,NULL,NULL,NULL,NULL,'b15b3b80-2925-4615-84b5-d3e1d7816d25'),(1553,'PURA',6,1552,NULL,NULL,NULL,NULL,'9061bdb9-455e-42b2-a5d8-82ba04046873'),(1554,'RAIKACHHAR',6,1487,NULL,NULL,NULL,NULL,'16532d58-afb3-401b-94ce-bf8a8c29fff2'),(1555,'RAMNAGAR',6,1487,NULL,NULL,NULL,NULL,'c7e77f9e-5a75-48de-ac3b-21e7a8f941bc'),(1556,'RANJANA',6,1487,NULL,NULL,NULL,NULL,'1f77d19f-ea47-471a-8aeb-dd7f1098cfbb'),(1557,'ROHINADIH',6,1489,NULL,NULL,NULL,NULL,'bbb00829-9f9a-4c81-91de-7022eed356f1'),(1558,'SALIHABHATA',6,1488,NULL,NULL,NULL,NULL,'d8ca6fdf-a544-486e-bb02-2af929514391'),(1559,'SAMLAI',6,1490,NULL,NULL,NULL,NULL,'3b26fc12-26af-4c99-bb06-e54122b0eede'),(1560,'SAPHALVA',6,1489,NULL,NULL,NULL,NULL,'64d527f5-16aa-47a3-96d4-b494d7d37bea'),(1561,'SARAIPALI',6,1489,NULL,NULL,NULL,NULL,'08d2885b-1b8e-49db-beca-91c007977029'),(1562,'KATAGHORA',5,1486,NULL,NULL,NULL,NULL,'64e9074d-0ac5-417e-9e30-5b4584a8c517'),(1563,'SARISAMAL',6,1562,NULL,NULL,NULL,NULL,'a29c7b2d-5c1f-4ba8-9a59-161cb4af178d'),(1564,'SEMRA',6,1487,NULL,NULL,NULL,NULL,'daf7c50d-5d92-4478-bb16-d6cb1d285cde'),(1565,'TANAKHAR',5,1486,NULL,NULL,NULL,NULL,'ff3b8d63-3a66-49b3-82fd-40dc74c8bc13'),(1566,'SEMRA',6,1565,NULL,NULL,NULL,NULL,'e1549d7e-464d-4534-b2e3-41cc1ef3c185'),(1567,'SHREE',6,1487,NULL,NULL,NULL,NULL,'c99bedbb-2806-438c-ba3f-9e8ff2b93fc3'),(1568,'SILLI',6,1487,NULL,NULL,NULL,NULL,'ad2291f3-1378-46fe-9a5f-a81449e476c9'),(1569,'SILLI',6,1489,NULL,NULL,NULL,NULL,'2a3139bd-6a06-4215-90b2-bf041396bd5a'),(1570,'TENDUBHATA',6,1489,NULL,NULL,NULL,NULL,'000b7a75-a93c-40cd-9f56-1a690655afb9'),(1571,'TILKEJA',6,1488,NULL,NULL,NULL,NULL,'24074db6-13bc-4f53-9b23-9aa61cf1436f'),(1572,'TUKUPATHARA',6,1489,NULL,NULL,NULL,NULL,'e05d0150-f89f-458e-b5ef-35e6b6ad2e6d'),(1573,'UTARDA',6,1487,NULL,NULL,NULL,NULL,'e36259ef-32de-47ba-888e-1dae7ab5bc52'),(1574,'Koriya',4,6,NULL,NULL,NULL,NULL,'33659a6a-588b-4c56-a3e9-ce2110000124'),(1575,'MANNENDRAGARH',5,1574,NULL,NULL,NULL,NULL,'168fcd57-7192-4182-8c5f-2591f7cbfda9'),(1576,'BARBASPUR',6,1575,NULL,NULL,NULL,NULL,'3f0078f1-9c56-471e-828c-0193c98e44ef'),(1577,'BHARATPUR',5,1574,NULL,NULL,NULL,NULL,'8c31413a-9fb8-43ff-bfd1-8108d1005b19'),(1578,'GODHAURA',6,1577,NULL,NULL,NULL,NULL,'b38b3fd2-b75b-44f5-af0d-c7ff3426ddbd'),(1579,'GODHVARA',6,1577,NULL,NULL,NULL,NULL,'3874f911-02cf-457e-adaa-d74141b932dc'),(1580,'KATKONA',6,1575,NULL,NULL,NULL,NULL,'a94507c2-d4b4-4e7f-a159-5a9bd54607c7'),(1581,'BAIKUNTHPUR',5,1574,NULL,NULL,NULL,NULL,'63034282-4c57-48ae-9906-d69aea4002cf'),(1582,'KOCHDALA',6,1581,NULL,NULL,NULL,NULL,'32e639fc-e029-460c-b4f8-d34d665811e6'),(1583,'MANENDRAGADH',5,1574,NULL,NULL,NULL,NULL,'553437b1-b8e2-4d85-b829-893db8f3273a'),(1584,'MANEDRAGADH',6,1583,NULL,NULL,NULL,NULL,'03fd77ad-59bc-49f8-bbe3-2d4ca3f2f59c'),(1585,'MANENDRAGARH',6,1583,NULL,NULL,NULL,NULL,'2b324d35-8381-435d-be43-f72fa65a121f'),(1586,'Mahasamund',4,6,NULL,NULL,NULL,NULL,'838dc209-74b5-45e0-b57b-266c16dfe978'),(1587,'MAHASAMUND',5,1586,NULL,NULL,NULL,NULL,'82bb7522-4ba3-437b-becc-7017cb7cceef'),(1588,'GAJAR',6,1587,NULL,NULL,NULL,NULL,'93ff5a10-b9d5-4d3b-83cf-ea4440116007'),(1589,'PIRDA',6,1587,NULL,NULL,NULL,NULL,'6a894c2d-0207-47b9-90aa-b6911eb7fac7'),(1590,'SARAIPALI',5,1586,NULL,NULL,NULL,NULL,'b0f3c5a3-59a3-405c-9abe-092a5f2a8dba'),(1591,'PIRDA',6,1590,NULL,NULL,NULL,NULL,'55467b49-83c7-46a4-9df6-47b50745d195'),(1592,'BASANA',5,1586,NULL,NULL,NULL,NULL,'7f5ad17f-f9b7-4191-a622-26b87095e15f'),(1593,'SALPHAPAANI',6,1592,NULL,NULL,NULL,NULL,'e76f4781-ce39-4aea-889a-27c45f998c94'),(1594,'Mandla',4,6,NULL,NULL,NULL,NULL,'60be7776-12d6-42f0-860e-9226cd23852f'),(1595,'BIJIYA',5,1594,NULL,NULL,NULL,NULL,'1ebd101e-ff06-49d1-8fb7-4f9ba2767451'),(1596,'PODI',6,1595,NULL,NULL,NULL,NULL,'93334448-7e67-404a-b417-f824a16ccfe3'),(1597,'Raigarh',4,6,NULL,NULL,NULL,NULL,'9d35dbc9-ef70-48ab-9c0f-f1a92a8f771e'),(1598,'Raigarh',5,1597,NULL,NULL,NULL,NULL,'51d2218c-d0e8-4b52-b3dd-9c28ce1fec32'),(1599,'RAIGARH',6,1598,NULL,NULL,NULL,NULL,'daa960d5-8909-4476-ba1d-da4e10707ab5'),(1600,'RAIGADH',5,1597,NULL,NULL,NULL,NULL,'74acace9-2124-4935-a992-3aec732e4bd4'),(1601,'TARKELA',6,1600,NULL,NULL,NULL,NULL,'6fe8cdd0-8ba5-41b5-8d2a-d658d474ef13'),(1602,'BILAI GARDH',5,1597,NULL,NULL,NULL,NULL,'2d4cebb6-1100-4e46-a7bf-0bd40192ccc3'),(1603,'TUNDRI',6,1602,NULL,NULL,NULL,NULL,'28e779c6-7840-4476-8194-f683a3791547'),(1604,'Raipur',4,6,NULL,NULL,NULL,NULL,'dec5f543-9653-4e8e-8af2-7e12f324cb1b'),(1605,'Baloda Bazar',5,1604,NULL,NULL,NULL,NULL,'fe7ec829-5e6a-4d6c-87ee-95c7c71519ad'),(1606,'NANDGHAT',5,1604,NULL,NULL,NULL,NULL,'150b6793-5b75-4c6f-b5e6-9d291cfc2836'),(1607,'AKALTARA',6,1606,NULL,NULL,NULL,NULL,'d5b4811c-b6a1-495a-8c05-092a6f6fe216'),(1608,'BILAIGARH',5,1604,NULL,NULL,NULL,NULL,'98d1e65c-1019-4d95-b4b9-7db0e6af266a'),(1609,'AMAL DIHA',6,1608,NULL,NULL,NULL,NULL,'3c12a2b1-38f9-4e3e-b84b-00329106b76e'),(1610,'BHATAPARA',5,1604,NULL,NULL,NULL,NULL,'a4a7b91b-f6e3-4009-a3ef-9dccba7b7571'),(1611,'BAGDUMRA',6,1610,NULL,NULL,NULL,NULL,'ca08e8a3-ad4f-488f-ad3d-b522e0e749fb'),(1612,'BALAUDA BAJAR',5,1604,NULL,NULL,NULL,NULL,'6b96e490-56a7-494a-bc4c-a30043654951'),(1613,'BALAUDA BAJAR',6,1612,NULL,NULL,NULL,NULL,'4f834b90-5a45-4e3d-9782-e3d0b542c8c8'),(1614,'PALARI',5,1604,NULL,NULL,NULL,NULL,'95b30e01-cc02-4ccb-9292-21e9fd282742'),(1615,'BALAUDI',6,1614,NULL,NULL,NULL,NULL,'f19ef021-5d7e-42fc-9910-481bdcbd55a5'),(1616,'BILAI GARDH',5,1604,NULL,NULL,NULL,NULL,'1ff364dd-c200-4f3f-9639-7d0792290003'),(1617,'BANAHIL',6,1616,NULL,NULL,NULL,NULL,'7f70184e-2f51-4b04-92f4-e1b48357e26b'),(1618,'BANGABUR',6,1614,NULL,NULL,NULL,NULL,'7b811373-b22e-4a07-bcf4-fa855b62caa1'),(1619,'DHARSIVA',5,1604,NULL,NULL,NULL,NULL,'0c12a97e-72be-439c-9b5e-4bfad15af3b5'),(1620,'BEERGAON',6,1619,NULL,NULL,NULL,NULL,'61468370-52f0-4aac-8e7c-9df19757d107'),(1621,'RAIPUR',5,1604,NULL,NULL,NULL,NULL,'4549530e-890c-4f12-b545-2e5898a306b0'),(1622,'BHANPURI',6,1621,NULL,NULL,NULL,NULL,'135df2c1-7cae-410a-ac03-8a4da56a10ea'),(1623,'BHARATPUR',6,1610,NULL,NULL,NULL,NULL,'db117822-2d2f-42e8-8b21-6a2d36cd908c'),(1624,'BHATHAPARA',5,1604,NULL,NULL,NULL,NULL,'f17bc1ae-75bd-4b5c-999b-3f66fc5131e2'),(1625,'BHARATPUR',6,1624,NULL,NULL,NULL,NULL,'caa1ea1d-b875-456b-a7a1-b0c66bfe4804'),(1626,'BHATAPARA',6,1610,NULL,NULL,NULL,NULL,'acba86e2-5c9e-4447-ba53-40d5c960b94f'),(1627,'BHATHAPARA',6,1610,NULL,NULL,NULL,NULL,'69deffa5-8c3f-4592-8676-3169c0aab4c2'),(1628,'SIMGA',5,1604,NULL,NULL,NULL,NULL,'e3c63c4a-964d-4394-92c7-b2b53231e096'),(1629,'BILAIGARH',6,1628,NULL,NULL,NULL,NULL,'16c9af82-bad1-4b32-8f50-4bebee1c0132'),(1630,'BISANPURI',6,1621,NULL,NULL,NULL,NULL,'e639bf1f-5949-40ee-ad61-7d9b94b7795d'),(1631,'BALAUDA',5,1604,NULL,NULL,NULL,NULL,'274d10ea-e57f-480a-a480-80a51a765860'),(1632,'CHARAUDA',6,1631,NULL,NULL,NULL,NULL,'f6f67797-9bb3-4397-819a-f7c60ca3aa38'),(1633,'DEVSUNDARA',6,1614,NULL,NULL,NULL,NULL,'4c3773fc-0dd3-46f4-8a76-1529954f9a4f'),(1634,'DHANDHANI',6,1608,NULL,NULL,NULL,NULL,'59d5deab-7b93-44ee-be24-a89f14578255'),(1635,'DHANELI',6,1610,NULL,NULL,NULL,NULL,'24b04782-60fb-4615-a971-ec5c0d05f369'),(1636,'GODHI',6,1619,NULL,NULL,NULL,NULL,'b910f5ba-9d7d-4272-b2a8-b0a67f8cf0a8'),(1637,'GUDA',6,1612,NULL,NULL,NULL,NULL,'a3c06487-8443-43fe-876c-3a994abd1560'),(1638,'BLAUDA BAJAR',5,1604,NULL,NULL,NULL,NULL,'b03abf38-72b9-4dfa-b32d-e3f5c9a13a6a'),(1639,'JHABDI',6,1638,NULL,NULL,NULL,NULL,'7b532145-0ab6-42a2-b62e-c4f8e61791ed'),(1640,'KASDOL',5,1604,NULL,NULL,NULL,NULL,'d173277e-6f00-4a50-9bb2-0686ee3b4144'),(1641,'JHABDI',6,1640,NULL,NULL,NULL,NULL,'8ceda7af-bf63-4331-b2c8-c4a010b9f96a'),(1642,'KASDOL',6,1612,NULL,NULL,NULL,NULL,'773e51b0-34dd-4b66-a01e-2aafa3293d95'),(1643,'KESHLA',6,1610,NULL,NULL,NULL,NULL,'85f20e64-6c23-4d30-bff3-30db10828f4a'),(1644,'BALAUDABAJAR',5,1604,NULL,NULL,NULL,NULL,'4a1ca665-90bf-4ddf-905c-a2557dd2b73d'),(1645,'KHAIRA',6,1644,NULL,NULL,NULL,NULL,'a1e26c10-6f71-42e1-8386-11903778c0e6'),(1646,'KHAPRI',6,1610,NULL,NULL,NULL,NULL,'73ad0f1a-322d-42e7-b47f-b9a20afa7f46'),(1647,'KONARI',6,1612,NULL,NULL,NULL,NULL,'ba1a6b56-b4e6-471c-8389-a37709acd3e0'),(1648,'KUDRI',6,1608,NULL,NULL,NULL,NULL,'adc4804d-d912-4f75-ab81-5f94e7b99844'),(1649,'LEVAI',6,1610,NULL,NULL,NULL,NULL,'dd126cee-54b9-4df1-b61f-1469b6752df2'),(1650,'LUKAPARA',6,1608,NULL,NULL,NULL,NULL,'ab8eaceb-370d-4160-b25a-b4a54c4dda18'),(1651,'MOPKA',6,1610,NULL,NULL,NULL,NULL,'02ce572f-74c0-4c1c-ae2d-df8a24edec21'),(1652,'MOPKI',6,1610,NULL,NULL,NULL,NULL,'5bfadbdc-7a1f-4498-90c0-b1826063c947'),(1653,'OAURETHI',6,1628,NULL,NULL,NULL,NULL,'bcf6ba61-1605-474b-ac8e-1ae03965d1f1'),(1654,'PACHARI',6,1608,NULL,NULL,NULL,NULL,'7c58a9e0-a537-4249-b5cb-debc6da00492'),(1655,'PATPAR',6,1610,NULL,NULL,NULL,NULL,'fe08d951-5ab8-44c5-ba8c-28e580dfc8cd'),(1656,'PAUNI',6,1616,NULL,NULL,NULL,NULL,'ceb54964-6d52-41eb-a5d2-89e28f8a5847'),(1657,'PENDRI',6,1610,NULL,NULL,NULL,NULL,'28036ef8-5c24-44d2-b118-661601c06acb'),(1658,'RAIPUR',6,1621,NULL,NULL,NULL,NULL,'ffdada01-67fb-46bc-ac47-2ef750853a49'),(1659,'RAMPUR',6,1624,NULL,NULL,NULL,NULL,'16efe4e4-ba49-4f66-9a35-660744a093c2'),(1660,'RISDA',6,1612,NULL,NULL,NULL,NULL,'8365234e-d91e-4ec4-a5f7-09d8f7bf68c0'),(1661,'SARONA',6,1621,NULL,NULL,NULL,NULL,'30a76cbf-3527-4356-8d4a-a5186fd9d5bd'),(1662,'SARVA',6,1640,NULL,NULL,NULL,NULL,'58b95284-7307-40bc-b396-6236e8a27bd3'),(1663,'SILTARA',6,1619,NULL,NULL,NULL,NULL,'1bef0f89-44e9-469e-be9b-4adcf067d415'),(1664,'SIMGA',6,1628,NULL,NULL,NULL,NULL,'c2b18056-54fc-4a44-a900-77fae53388b8'),(1665,'TILDA',5,1604,NULL,NULL,NULL,NULL,'599f2d6d-24af-4385-9311-88955944789f'),(1666,'SINAUDHA',6,1665,NULL,NULL,NULL,NULL,'a67e082f-0af3-4fc7-a2ef-73d17dcd38df'),(1667,'SINGARPUR',6,1610,NULL,NULL,NULL,NULL,'3115d3bb-771c-42dd-a2a3-a383ee24510f'),(1668,'SONADIH',6,1644,NULL,NULL,NULL,NULL,'9a352920-4996-4438-8980-5858c5a8b394'),(1669,'TUNDRI',6,1608,NULL,NULL,NULL,NULL,'fbc8818d-a069-4eeb-8f1c-e62f540bffbb'),(1670,'TURRI',6,1608,NULL,NULL,NULL,NULL,'9415f08d-e431-4447-a725-344ccf96975d'),(1671,'Rajnandgaon',4,6,NULL,NULL,NULL,NULL,'8bf484f1-69a0-4880-8b25-8476ad9ec53c'),(1672,'MOHLA',5,1671,NULL,NULL,NULL,NULL,'9c3d05b3-206c-4dcc-afa5-56ee08d0342b'),(1673,'DORBA',6,1672,NULL,NULL,NULL,NULL,'e4059e67-b014-4349-84c1-3e79e75e7747'),(1674,'Shahdol',4,6,NULL,NULL,NULL,NULL,'efb73fc2-9507-4d34-8d33-c600e9678848'),(1675,'Anuppur',5,1674,NULL,NULL,NULL,NULL,'8c019b0f-a08f-4aad-b10a-2ce376905ff0'),(1676,'Jaithari',5,1674,NULL,NULL,NULL,NULL,'9c7f7440-f208-4d27-b991-e77c21085202'),(1677,'Jaitpur',5,1674,NULL,NULL,NULL,NULL,'0b7a1185-e1d3-4ef7-afad-04159b5e9e27'),(1678,'Kotma',5,1674,NULL,NULL,NULL,NULL,'32a671bc-b9ba-4428-8c67-e2773b8ca75d'),(1679,'Pushparajgarh',5,1674,NULL,NULL,NULL,NULL,'2f7569f7-b852-4b72-9085-61c43d0408de'),(1680,'Sohagpur',5,1674,NULL,NULL,NULL,NULL,'05d566c6-4b32-4684-9ded-19e36dad0d3f'),(1681,'AJHULI',6,1680,NULL,NULL,NULL,NULL,'764c470c-16c1-40d9-b692-c1aaad223d70'),(1682,'AMALAI',5,1674,NULL,NULL,NULL,NULL,'019d6ec9-fec3-47e5-8928-daf614e5c309'),(1683,'AMALI',6,1682,NULL,NULL,NULL,NULL,'83815bf5-b845-45e5-8e86-36b03bf4d572'),(1684,'AMALI',6,1677,NULL,NULL,NULL,NULL,'1c62e4c7-cc64-44ad-890f-76dab9a7ff5b'),(1685,'AMLAI',6,1677,NULL,NULL,NULL,NULL,'bc5b28b4-8f5b-4822-a8c2-cc02ed2f1ff6'),(1686,'ARJHULI',6,1680,NULL,NULL,NULL,NULL,'2323ed0b-f4c1-426f-95f1-b39ec9805873'),(1687,'BAIRIHA',6,1680,NULL,NULL,NULL,NULL,'3d44bb31-afd2-41b1-8d7d-45b7f61c951d'),(1688,'BUDAAR',5,1674,NULL,NULL,NULL,NULL,'40393ebe-c939-48b1-a423-c7d6670188b7'),(1689,'BAKHU',6,1688,NULL,NULL,NULL,NULL,'077acb4b-025e-4132-8809-9a21874c09d8'),(1690,'SHAHDOL',5,1674,NULL,NULL,NULL,NULL,'e021ff39-9519-4965-b35d-925e24eabfbb'),(1691,'BAKHU',6,1690,NULL,NULL,NULL,NULL,'3fd31486-954f-4b3e-b3a7-3342ac07cf77'),(1692,'BARHIDAD',6,1680,NULL,NULL,NULL,NULL,'174880b8-abe0-4b7b-8abe-5ebbbcc8d1d3'),(1693,'BILHAPIYARI',6,1678,NULL,NULL,NULL,NULL,'8f85f04a-1cc9-4ebd-acc9-e22a2ae6ccf8'),(1694,'BODRIDOL',6,1677,NULL,NULL,NULL,NULL,'3bd66049-cc43-4e13-a908-79d822846338'),(1695,'BOKRAMAR',6,1677,NULL,NULL,NULL,NULL,'34e5e9c9-cf05-49fb-9528-faa4850b0b9e'),(1696,'BUDHAR',5,1674,NULL,NULL,NULL,NULL,'bde559af-5e24-4943-8fc5-362821f008ac'),(1697,'BUDHAR',6,1696,NULL,NULL,NULL,NULL,'0f2d1c1c-cdad-490c-9bb1-03a178610aad'),(1698,'CHANAUDI',5,1674,NULL,NULL,NULL,NULL,'d3fbca76-416a-48a0-b974-286688db22f1'),(1699,'DHANAURA',6,1698,NULL,NULL,NULL,NULL,'4d41d286-5aae-4941-81c4-4c9a10ff8008'),(1700,'DHANAURA',6,1677,NULL,NULL,NULL,NULL,'35346464-8992-40ad-a4a5-8ac09031d295'),(1701,'DHANPURI',6,1696,NULL,NULL,NULL,NULL,'3303c14d-29a6-42da-a880-7f1851d37244'),(1702,'JAITMAHRA',6,1677,NULL,NULL,NULL,NULL,'833bbd90-6535-4cfb-b65f-d91cc4a85f1a'),(1703,'JAMGAON',6,1677,NULL,NULL,NULL,NULL,'83648583-1d98-4ed2-82ec-ae466b40974e'),(1704,'JAMNIHA',6,1677,NULL,NULL,NULL,NULL,'012b58ef-5a00-471c-9bc4-c43c9698e423'),(1705,'Kachhra Tola',6,1679,NULL,NULL,NULL,NULL,'cf52757f-b66c-45c0-9d21-557242ce9ca1'),(1706,'JAISINGHNAGAR',5,1674,NULL,NULL,NULL,NULL,'3f34296e-6967-426f-ab32-87e1ccaf4681'),(1707,'KANADIKHUARD',6,1706,NULL,NULL,NULL,NULL,'5b1e469b-274d-4dcd-b08f-800b187204e4'),(1708,'KERHA',6,1677,NULL,NULL,NULL,NULL,'c9f076fe-ace8-4b16-929c-4c46a88342fc'),(1709,'KHAMHITOL',6,1677,NULL,NULL,NULL,NULL,'3880f9fb-a511-4bcc-b2c1-e23bab3a702f'),(1710,'KUDDI',6,1677,NULL,NULL,NULL,NULL,'d9b36f94-297b-4085-8b58-e5f663aa16d8'),(1711,'LATARIYA',6,1677,NULL,NULL,NULL,NULL,'92ab8bd8-b140-429e-ade0-cd2accf8205a'),(1712,'MAHARTOLA',6,1677,NULL,NULL,NULL,NULL,'56472d0f-73ed-468d-a2d9-182f34ce0d79'),(1713,'RAJENDRGRAM',5,1674,NULL,NULL,NULL,NULL,'d84d814b-435e-4f39-a738-319d85402e6f'),(1714,'MAHORA',6,1713,NULL,NULL,NULL,NULL,'299a8381-2525-4973-8e32-8b45b647a185'),(1715,'MAUHAR TOLA',6,1677,NULL,NULL,NULL,NULL,'36942a9a-aa42-4fc5-9500-3b51cef81e71'),(1716,'MAUHARTOLA',6,1677,NULL,NULL,NULL,NULL,'43f69ac7-a4d8-4a40-9354-ecd652da717d'),(1717,'BUDAR',5,1674,NULL,NULL,NULL,NULL,'076d6ad5-6a83-4536-afde-cdd8b5e0a334'),(1718,'NAVAGAWA',6,1717,NULL,NULL,NULL,NULL,'47ac6a52-4aec-4942-a9b1-7893c1b123c6'),(1719,'RAJEDRAGRAM',5,1674,NULL,NULL,NULL,NULL,'3e3423ab-f2d0-4729-9f81-22f6b0ae9c8c'),(1720,'NAVGAVA',6,1719,NULL,NULL,NULL,NULL,'b9c12193-e449-45c5-9fb7-f247e03a0a68'),(1721,'NIBUHA',6,1696,NULL,NULL,NULL,NULL,'3a8fcec4-0aeb-47ed-93e3-a05bfeee25d1'),(1722,'NIMUHA',6,1696,NULL,NULL,NULL,NULL,'58acb2f7-6bc0-4e6d-8650-e54f70017072'),(1723,'PADARIYA',6,1690,NULL,NULL,NULL,NULL,'16c383df-21b6-4f99-8b58-2d6983892f7f'),(1724,'PADARIYA',6,1680,NULL,NULL,NULL,NULL,'9636df42-362c-4f1d-9ecb-b4ed7e2da920'),(1725,'PANDARIYA',6,1696,NULL,NULL,NULL,NULL,'17dbc85f-eb79-4c82-b937-1c43ea429b27'),(1726,'PANDARIYA',6,1680,NULL,NULL,NULL,NULL,'0d525e40-25af-44a3-8262-5b272299c747'),(1727,'RUPAULA',6,1677,NULL,NULL,NULL,NULL,'9f8f9dcf-9ac3-48c0-bbb4-7a53ada61f20'),(1728,'SAKHI',6,1677,NULL,NULL,NULL,NULL,'6435a11e-6fe0-4ff1-b6b1-d1e69868c170'),(1729,'SEMARPAKHA',6,1706,NULL,NULL,NULL,NULL,'85bd7192-cd25-478b-97db-8034052b8fb6'),(1730,'SHADOL',5,1674,NULL,NULL,NULL,NULL,'a70fc8a8-d0fd-49aa-8d6f-dbd932eddd61'),(1731,'SHADOL',6,1730,NULL,NULL,NULL,NULL,'f86955f0-eba4-4264-bd29-7254cfee5239'),(1732,'SHIKARPUR',6,1678,NULL,NULL,NULL,NULL,'52c55234-ec25-4951-aa31-42e9ca22089b'),(1733,'THENGRAHA',6,1706,NULL,NULL,NULL,NULL,'149f924c-a568-4538-bad8-0a5bd6a3a499'); +/*!40000 ALTER TABLE `address_hierarchy_entry` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `address_hierarchy_level` +-- + +DROP TABLE IF EXISTS `address_hierarchy_level`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `address_hierarchy_level` ( + `address_hierarchy_level_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(160) DEFAULT NULL, + `parent_level_id` int(11) DEFAULT NULL, + `address_field` varchar(50) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`address_hierarchy_level_id`), + UNIQUE KEY `parent_level_id_unique` (`parent_level_id`), + KEY `address_field_unique` (`address_field`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `address_hierarchy_level` +-- + +LOCK TABLES `address_hierarchy_level` WRITE; +/*!40000 ALTER TABLE `address_hierarchy_level` DISABLE KEYS */; +INSERT INTO `address_hierarchy_level` VALUES (3,'State',NULL,'STATE_PROVINCE','9426afa9-49da-41df-9910-5e929b8a997b',0),(4,'District',3,'COUNTY_DISTRICT','575fabc0-404d-4b04-961c-f96db057bc2d',0),(5,'Tehsil',4,'ADDRESS_3','cf2f25b6-c770-4d6d-a72e-a27991a962d0',0),(6,'Village',5,'CITY_VILLAGE','eaf9c0ac-290b-4178-abde-83be082dd6c2',1),(7,'Gram Panchayat',6,'ADDRESS_2','961d4b44-709d-4247-a77b-2fd2a463f9b8',0),(8,'House No., Street',7,'ADDRESS_1','f934bbd7-e902-4ac5-a9ae-ef949f16beeb',0); +/*!40000 ALTER TABLE `address_hierarchy_level` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `allergy` +-- + +DROP TABLE IF EXISTS `allergy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `allergy` ( + `allergy_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_id` int(11) NOT NULL, + `severity_concept_id` int(11) DEFAULT NULL, + `coded_allergen` int(11) NOT NULL, + `non_coded_allergen` varchar(255) DEFAULT NULL, + `allergen_type` varchar(50) NOT NULL, + `comment` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '1', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + PRIMARY KEY (`allergy_id`), + UNIQUE KEY `allergy_id` (`allergy_id`), + KEY `allergy_patient_id_fk` (`patient_id`), + KEY `allergy_coded_allergen_fk` (`coded_allergen`), + KEY `allergy_severity_concept_id_fk` (`severity_concept_id`), + KEY `allergy_creator_fk` (`creator`), + KEY `allergy_changed_by_fk` (`changed_by`), + KEY `allergy_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `allergy` +-- + +LOCK TABLES `allergy` WRITE; +/*!40000 ALTER TABLE `allergy` DISABLE KEYS */; +/*!40000 ALTER TABLE `allergy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `allergy_reaction` +-- + +DROP TABLE IF EXISTS `allergy_reaction`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `allergy_reaction` ( + `allergy_reaction_id` int(11) NOT NULL AUTO_INCREMENT, + `allergy_id` int(11) NOT NULL, + `reaction_concept_id` int(11) NOT NULL, + `reaction_non_coded` varchar(255) DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + PRIMARY KEY (`allergy_reaction_id`), + UNIQUE KEY `allergy_reaction_id` (`allergy_reaction_id`), + KEY `allergy_reaction_allergy_id_fk` (`allergy_id`), + KEY `allergy_reaction_reaction_concept_id_fk` (`reaction_concept_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `allergy_reaction` +-- + +LOCK TABLES `allergy_reaction` WRITE; +/*!40000 ALTER TABLE `allergy_reaction` DISABLE KEYS */; +/*!40000 ALTER TABLE `allergy_reaction` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appframework_component_state` +-- + +DROP TABLE IF EXISTS `appframework_component_state`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appframework_component_state` ( + `component_state_id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `component_id` varchar(255) NOT NULL, + `component_type` varchar(50) NOT NULL, + `enabled` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`component_state_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appframework_component_state` +-- + +LOCK TABLES `appframework_component_state` WRITE; +/*!40000 ALTER TABLE `appframework_component_state` DISABLE KEYS */; +/*!40000 ALTER TABLE `appframework_component_state` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appframework_user_app` +-- + +DROP TABLE IF EXISTS `appframework_user_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appframework_user_app` ( + `app_id` varchar(50) NOT NULL, + `json` mediumtext NOT NULL, + PRIMARY KEY (`app_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appframework_user_app` +-- + +LOCK TABLES `appframework_user_app` WRITE; +/*!40000 ALTER TABLE `appframework_user_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `appframework_user_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointment_service` +-- + +DROP TABLE IF EXISTS `appointment_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointment_service` ( + `appointment_service_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL, + `description` text, + `start_time` time DEFAULT NULL, + `end_time` time DEFAULT NULL, + `location_id` int(11) DEFAULT NULL, + `speciality_id` int(11) DEFAULT NULL, + `max_appointments_limit` int(11) DEFAULT NULL, + `duration_mins` int(11) DEFAULT NULL, + `color` varchar(8) DEFAULT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `voided` tinyint(4) DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` varchar(38) NOT NULL, + PRIMARY KEY (`appointment_service_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `fk_appointment_service_speciality_idx` (`speciality_id`), + KEY `fk_appointment_service_location_idx` (`location_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointment_service` +-- + +LOCK TABLES `appointment_service` WRITE; +/*!40000 ALTER TABLE `appointment_service` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointment_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointment_service_type` +-- + +DROP TABLE IF EXISTS `appointment_service_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointment_service_type` ( + `appointment_service_type_id` int(11) NOT NULL AUTO_INCREMENT, + `appointment_service_id` int(11) NOT NULL, + `name` varchar(50) NOT NULL, + `duration_mins` int(11) DEFAULT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `voided` tinyint(4) DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` varchar(38) NOT NULL, + PRIMARY KEY (`appointment_service_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `fk_appointment_service_idx` (`appointment_service_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointment_service_type` +-- + +LOCK TABLES `appointment_service_type` WRITE; +/*!40000 ALTER TABLE `appointment_service_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointment_service_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointment_service_weekly_availability` +-- + +DROP TABLE IF EXISTS `appointment_service_weekly_availability`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointment_service_weekly_availability` ( + `service_weekly_availability_id` int(11) NOT NULL AUTO_INCREMENT, + `service_id` int(11) NOT NULL, + `day_of_week` varchar(45) NOT NULL, + `start_time` time DEFAULT NULL, + `end_time` time DEFAULT NULL, + `max_appointments_limit` int(11) DEFAULT NULL, + `uuid` varchar(38) NOT NULL, + `voided` tinyint(4) DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`service_weekly_availability_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `fk_weekly_availability_appointment_service_idx` (`service_id`), + KEY `service_enterer` (`creator`), + KEY `user_who_deleted_service` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointment_service_weekly_availability` +-- + +LOCK TABLES `appointment_service_weekly_availability` WRITE; +/*!40000 ALTER TABLE `appointment_service_weekly_availability` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointment_service_weekly_availability` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointment_speciality` +-- + +DROP TABLE IF EXISTS `appointment_speciality`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointment_speciality` ( + `speciality_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `uuid` varchar(38) NOT NULL, + `voided` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`speciality_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `name_UNIQUE` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointment_speciality` +-- + +LOCK TABLES `appointment_speciality` WRITE; +/*!40000 ALTER TABLE `appointment_speciality` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointment_speciality` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_appointment` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_appointment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_appointment` ( + `appointment_id` int(11) NOT NULL AUTO_INCREMENT, + `time_slot_id` int(11) NOT NULL, + `visit_id` int(11) DEFAULT NULL, + `patient_id` int(11) NOT NULL, + `appointment_type_id` int(11) NOT NULL, + `status` varchar(255) NOT NULL, + `reason` varchar(1024) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(4) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `cancel_reason` varchar(1024) DEFAULT NULL, + PRIMARY KEY (`appointment_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `appointment_creator` (`creator`), + KEY `appointment_changed_by` (`changed_by`), + KEY `appointment_voided_by` (`voided_by`), + KEY `appointment_time_slot_id` (`time_slot_id`), + KEY `appointment_appointment_type_id` (`appointment_type_id`), + KEY `appointment_visit_id` (`visit_id`), + KEY `appointment_patient_id` (`patient_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_appointment` +-- + +LOCK TABLES `appointmentscheduling_appointment` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_appointment` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_appointment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_appointment_block` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_appointment_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_appointment_block` ( + `appointment_block_id` int(11) NOT NULL AUTO_INCREMENT, + `location_id` int(11) NOT NULL, + `provider_id` int(11) DEFAULT NULL, + `start_date` datetime NOT NULL, + `end_date` datetime NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(4) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`appointment_block_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `appointment_block_creator` (`creator`), + KEY `appointment_block_changed_by` (`changed_by`), + KEY `appointment_block_voided_by` (`voided_by`), + KEY `appointment_block_location_id` (`location_id`), + KEY `appointment_block_provider_id` (`provider_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_appointment_block` +-- + +LOCK TABLES `appointmentscheduling_appointment_block` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_block` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_appointment_request` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_appointment_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_appointment_request` ( + `appointment_request_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_id` int(11) NOT NULL, + `appointment_type_id` int(11) NOT NULL, + `status` varchar(255) NOT NULL, + `provider_id` int(11) DEFAULT NULL, + `requested_by` int(11) DEFAULT NULL, + `requested_on` datetime NOT NULL, + `min_time_frame_value` int(11) DEFAULT NULL, + `min_time_frame_units` varchar(255) DEFAULT NULL, + `max_time_frame_value` int(11) DEFAULT NULL, + `max_time_frame_units` varchar(255) DEFAULT NULL, + `notes` varchar(1024) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(4) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`appointment_request_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `appointment_request_creator` (`creator`), + KEY `appointment_request_changed_by` (`changed_by`), + KEY `appointment_request_voided_by` (`voided_by`), + KEY `appointment_request_appointment_type_id` (`appointment_type_id`), + KEY `appointment_request_patient_id` (`patient_id`), + KEY `appointment_request_provider_id` (`provider_id`), + KEY `appointment_request_requested_by` (`requested_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_appointment_request` +-- + +LOCK TABLES `appointmentscheduling_appointment_request` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_appointment_status_history` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_appointment_status_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_appointment_status_history` ( + `appointment_status_history_id` int(11) NOT NULL AUTO_INCREMENT, + `appointment_id` int(11) NOT NULL, + `status` varchar(255) NOT NULL, + `start_date` datetime NOT NULL, + `end_date` datetime NOT NULL, + PRIMARY KEY (`appointment_status_history_id`), + KEY `appointment_status_history_appointment` (`appointment_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_appointment_status_history` +-- + +LOCK TABLES `appointmentscheduling_appointment_status_history` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_status_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_status_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_appointment_type` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_appointment_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_appointment_type` ( + `appointment_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `duration` int(11) NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(4) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `confidential` tinyint(4) NOT NULL DEFAULT '0', + PRIMARY KEY (`appointment_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `appointment_type_creator` (`creator`), + KEY `appointment_type_changed_by` (`changed_by`), + KEY `appointment_type_retired_by` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_appointment_type` +-- + +LOCK TABLES `appointmentscheduling_appointment_type` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_appointment_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_block_type_map` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_block_type_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_block_type_map` ( + `appointment_type_id` int(11) NOT NULL, + `appointment_block_id` int(11) NOT NULL, + PRIMARY KEY (`appointment_type_id`,`appointment_block_id`), + KEY `appointment_block_type_map_appointment_block_id` (`appointment_block_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_block_type_map` +-- + +LOCK TABLES `appointmentscheduling_block_type_map` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_block_type_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_block_type_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `appointmentscheduling_time_slot` +-- + +DROP TABLE IF EXISTS `appointmentscheduling_time_slot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `appointmentscheduling_time_slot` ( + `time_slot_id` int(11) NOT NULL AUTO_INCREMENT, + `appointment_block_id` int(11) NOT NULL, + `start_date` datetime NOT NULL, + `end_date` datetime NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(4) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`time_slot_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `appointment_slot_creator` (`creator`), + KEY `appointment_slot__changed_by` (`changed_by`), + KEY `appointment_slot_voided_by` (`voided_by`), + KEY `appointment_slot_appointment_block_id` (`appointment_block_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `appointmentscheduling_time_slot` +-- + +LOCK TABLES `appointmentscheduling_time_slot` WRITE; +/*!40000 ALTER TABLE `appointmentscheduling_time_slot` DISABLE KEYS */; +/*!40000 ALTER TABLE `appointmentscheduling_time_slot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `aqs_task` +-- + +DROP TABLE IF EXISTS `aqs_task`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `aqs_task` ( + `aqs_task_id` bigint(20) NOT NULL AUTO_INCREMENT, + `aqs_config_path` varchar(1024) NOT NULL, + `task_status` varchar(255) NOT NULL, + `date_created` datetime NOT NULL, + `results` text, + `input_parameters` text, + `query_config` text, + `uuid` varchar(38) DEFAULT NULL, + PRIMARY KEY (`aqs_task_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `aqs_task` +-- + +LOCK TABLES `aqs_task` WRITE; +/*!40000 ALTER TABLE `aqs_task` DISABLE KEYS */; +/*!40000 ALTER TABLE `aqs_task` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `audit_log` +-- + +DROP TABLE IF EXISTS `audit_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `audit_log` ( + `audit_log_id` int(11) NOT NULL AUTO_INCREMENT, + `user_id` int(11) DEFAULT NULL, + `patient_id` int(11) DEFAULT NULL, + `event_type` varchar(100) NOT NULL, + `message` longblob NOT NULL, + `date_created` datetime NOT NULL, + `uuid` varchar(38) NOT NULL, + `module` varchar(100) DEFAULT NULL, + PRIMARY KEY (`audit_log_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `fk_patient_id` (`patient_id`), + KEY `fk_user_id` (`user_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `audit_log` +-- + +LOCK TABLES `audit_log` WRITE; +/*!40000 ALTER TABLE `audit_log` DISABLE KEYS */; +INSERT INTO `audit_log` VALUES (1,4,NULL,'USER_LOGIN_SUCCESS','USER_LOGIN_SUCCESS_MESSAGE','2017-11-11 23:56:33','77ec3679-3742-42f9-9475-38c9e8cbf1cd','login'),(2,4,NULL,'USER_LOGIN_SUCCESS','USER_LOGIN_SUCCESS_MESSAGE','2017-11-12 00:17:36','216c9908-a536-4598-a3f1-7e400bb95834','login'),(3,4,NULL,'VIEWED_CLINICAL_PATIENT_SEARCH','VIEWED_PATIENT_SEARCH_MESSAGE','2017-11-12 00:17:41','2b2e51da-0e60-414e-943c-95580467715a','MODULE_LABEL_CLINICAL_KEY'),(4,4,NULL,'VIEWED_REGISTRATION_PATIENT_SEARCH','VIEWED_REGISTRATION_PATIENT_SEARCH_MESSAGE','2017-11-12 00:17:46','1c3b159f-3085-4baf-a500-0370dc17d86d','MODULE_LABEL_REGISTRATION_KEY'); +/*!40000 ALTER TABLE `audit_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bahmni_config` +-- + +DROP TABLE IF EXISTS `bahmni_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bahmni_config` ( + `config_id` int(11) NOT NULL AUTO_INCREMENT, + `config_name` varchar(255) NOT NULL, + `app_name` varchar(255) NOT NULL, + `config` longtext NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + PRIMARY KEY (`config_id`), + UNIQUE KEY `bahmni_config_unique_app_config_name` (`config_name`,`app_name`), + UNIQUE KEY `bahmni_config_unique_uuid` (`uuid`), + KEY `bahmni_config_creator_fk` (`creator`), + KEY `bahmni_config_changed_by_fk` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bahmni_config` +-- + +LOCK TABLES `bahmni_config` WRITE; +/*!40000 ALTER TABLE `bahmni_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `bahmni_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bahmni_config_version` +-- + +DROP TABLE IF EXISTS `bahmni_config_version`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bahmni_config_version` ( + `config_version_id` int(11) NOT NULL AUTO_INCREMENT, + `config_uuid` char(38) NOT NULL, + `config_diff` blob NOT NULL, + `date_created` datetime NOT NULL, + `version_name` varchar(255) NOT NULL, + `uuid` char(38) DEFAULT NULL, + PRIMARY KEY (`config_version_id`), + UNIQUE KEY `bahmni_config_unique_version_name` (`version_name`), + UNIQUE KEY `bahmni_config_version_unique_uuid` (`uuid`), + KEY `bahmni_config_uuid_fk` (`config_uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bahmni_config_version` +-- + +LOCK TABLES `bahmni_config_version` WRITE; +/*!40000 ALTER TABLE `bahmni_config_version` DISABLE KEYS */; +/*!40000 ALTER TABLE `bahmni_config_version` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bed` +-- + +DROP TABLE IF EXISTS `bed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bed` ( + `bed_id` int(11) NOT NULL AUTO_INCREMENT, + `bed_number` varchar(50) NOT NULL, + `status` varchar(255) DEFAULT 'AVAILABLE', + `bed_type_id` int(11) DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + `creator` int(11) DEFAULT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`bed_id`), + UNIQUE KEY `bed_unique_uuid` (`uuid`), + KEY `bed_bed_type_fk` (`bed_type_id`), + KEY `bed_creator` (`creator`), + KEY `bed_changed_by_fk` (`changed_by`), + KEY `bed_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bed` +-- + +LOCK TABLES `bed` WRITE; +/*!40000 ALTER TABLE `bed` DISABLE KEYS */; +INSERT INTO `bed` VALUES (1,'304-a','AVAILABLE',1,'bb02b84b-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',4,'2015-10-17 17:45:56',0,NULL,NULL,NULL),(3,'304-c','AVAILABLE',3,'bb049d6d-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(4,'304-d','AVAILABLE',1,'bb0906fa-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(5,'305-a','AVAILABLE',2,'bb094d57-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(6,'305-b','AVAILABLE',3,'bb098ed0-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(7,'305-c','AVAILABLE',1,'bb09cacd-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(8,'305-d','AVAILABLE',2,'bb0a083a-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(9,'306-a','AVAILABLE',3,'bb0a43db-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',4,'2015-05-06 15:27:50',0,NULL,NULL,NULL),(10,'306-b','AVAILABLE',1,'bb0a7ad0-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(11,'314-a','AVAILABLE',1,'bb0f8866-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(12,'314-b','AVAILABLE',2,'bb12c454-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(13,'314-c','AVAILABLE',3,'bb12f4e4-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(14,'314-d','AVAILABLE',1,'bb1331bc-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(15,'315-a','AVAILABLE',2,'bb136b45-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(16,'315-b','AVAILABLE',3,'bb139ca8-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(17,'315-c','AVAILABLE',1,'bb13cd5e-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(18,'315-d','AVAILABLE',2,'bb140449-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(19,'316-a','AVAILABLE',3,'bb143f66-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL),(20,'316-b','AVAILABLE',1,'bb14783b-d225-11e4-9c67-080027b662ec',1,'2015-03-24 18:30:22',NULL,NULL,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `bed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bed_location_map` +-- + +DROP TABLE IF EXISTS `bed_location_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bed_location_map` ( + `bed_location_map_id` int(11) NOT NULL AUTO_INCREMENT, + `location_id` int(11) NOT NULL, + `row_number` smallint(6) NOT NULL, + `column_number` smallint(6) NOT NULL, + `bed_id` int(11) DEFAULT NULL, + PRIMARY KEY (`bed_location_map_id`), + KEY `bed_location_map_location_fk` (`location_id`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bed_location_map` +-- + +LOCK TABLES `bed_location_map` WRITE; +/*!40000 ALTER TABLE `bed_location_map` DISABLE KEYS */; +INSERT INTO `bed_location_map` VALUES (1,10,1,1,1),(3,10,1,3,3),(4,10,1,4,4),(5,10,2,1,5),(6,10,2,2,6),(7,10,2,3,7),(8,10,2,4,8),(9,10,3,1,9),(10,10,3,2,10),(11,12,1,1,11),(12,12,1,2,12),(13,12,1,3,13),(14,12,1,4,14),(15,12,2,1,15),(16,12,2,2,16),(17,12,2,3,17),(18,12,2,4,18),(19,12,3,1,19),(20,12,3,2,20); +/*!40000 ALTER TABLE `bed_location_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bed_patient_assignment_map` +-- + +DROP TABLE IF EXISTS `bed_patient_assignment_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bed_patient_assignment_map` ( + `bed_patient_assignment_map_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_id` int(11) NOT NULL, + `bed_id` int(11) NOT NULL, + `date_started` datetime NOT NULL, + `date_stopped` datetime DEFAULT NULL, + `encounter_id` int(11) DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + `creator` int(11) DEFAULT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`bed_patient_assignment_map_id`), + UNIQUE KEY `bed_unique_uuid` (`uuid`), + KEY `bed_id_fk` (`bed_id`), + KEY `bed_patient_assignment_map_patient_fk` (`patient_id`), + KEY `bed_patient_assignment_map_encounter_fk` (`encounter_id`), + KEY `bed_patient_assignment_map_creator` (`creator`), + KEY `bed_patient_assignment_map_changed_by_fk` (`changed_by`), + KEY `bed_patient_assignment_map_voided_by_fk` (`voided_by`), + KEY `bed_patient_assignment_map_date_stopped` (`date_stopped`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bed_patient_assignment_map` +-- + +LOCK TABLES `bed_patient_assignment_map` WRITE; +/*!40000 ALTER TABLE `bed_patient_assignment_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `bed_patient_assignment_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bed_tag` +-- + +DROP TABLE IF EXISTS `bed_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bed_tag` ( + `bed_tag_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`bed_tag_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `bed_tag_creator_fk` (`creator`), + KEY `bed_tag_changed_by_fk` (`changed_by`), + KEY `bed_tag_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bed_tag` +-- + +LOCK TABLES `bed_tag` WRITE; +/*!40000 ALTER TABLE `bed_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `bed_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bed_tag_map` +-- + +DROP TABLE IF EXISTS `bed_tag_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bed_tag_map` ( + `bed_tag_map_id` int(11) NOT NULL AUTO_INCREMENT, + `bed_id` int(11) NOT NULL, + `bed_tag_id` int(11) NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`bed_tag_map_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `bed_tag_map_bed_fk` (`bed_id`), + KEY `bed_tag_map_tag_fk` (`bed_tag_id`), + KEY `bed_tag_map_creator_fk` (`creator`), + KEY `bed_tag_map_changed_by_fk` (`changed_by`), + KEY `bed_tag_map_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bed_tag_map` +-- + +LOCK TABLES `bed_tag_map` WRITE; +/*!40000 ALTER TABLE `bed_tag_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `bed_tag_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bed_type` +-- + +DROP TABLE IF EXISTS `bed_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `bed_type` ( + `bed_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `display_name` varchar(10) NOT NULL, + `description` varchar(255) DEFAULT NULL, + PRIMARY KEY (`bed_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `bed_type` +-- + +LOCK TABLES `bed_type` WRITE; +/*!40000 ALTER TABLE `bed_type` DISABLE KEYS */; +INSERT INTO `bed_type` VALUES (1,'deluxe','deluxe bed','DLX'),(2,'luxury','luxury bed','LXY'),(3,'normal','normal bed','NRM'); +/*!40000 ALTER TABLE `bed_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `calculation_registration` +-- + +DROP TABLE IF EXISTS `calculation_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `calculation_registration` ( + `calculation_registration_id` int(11) NOT NULL AUTO_INCREMENT, + `token` varchar(255) NOT NULL, + `provider_class_name` varchar(512) NOT NULL, + `calculation_name` varchar(512) NOT NULL, + `configuration` text, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`calculation_registration_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `token` (`token`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `calculation_registration` +-- + +LOCK TABLES `calculation_registration` WRITE; +/*!40000 ALTER TABLE `calculation_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `calculation_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `care_setting` +-- + +DROP TABLE IF EXISTS `care_setting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `care_setting` ( + `care_setting_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `care_setting_type` varchar(50) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`care_setting_id`), + UNIQUE KEY `name` (`name`), + UNIQUE KEY `uuid` (`uuid`), + KEY `care_setting_creator` (`creator`), + KEY `care_setting_retired_by` (`retired_by`), + KEY `care_setting_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `care_setting` +-- + +LOCK TABLES `care_setting` WRITE; +/*!40000 ALTER TABLE `care_setting` DISABLE KEYS */; +INSERT INTO `care_setting` VALUES (1,'Outpatient','Out-patient care setting','OUTPATIENT',1,'2013-12-27 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'6f0c9a92-6f24-11e3-af88-005056821db0'),(2,'Inpatient','In-patient care setting','INPATIENT',1,'2013-12-27 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c365e560-c3ec-11e3-9c1a-0800200c9a66'); +/*!40000 ALTER TABLE `care_setting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `chunking_history` +-- + +DROP TABLE IF EXISTS `chunking_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `chunking_history` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `chunk_length` bigint(20) DEFAULT NULL, + `start` bigint(20) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `id` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `chunking_history` +-- + +LOCK TABLES `chunking_history` WRITE; +/*!40000 ALTER TABLE `chunking_history` DISABLE KEYS */; +INSERT INTO `chunking_history` VALUES (1,5,1); +/*!40000 ALTER TABLE `chunking_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `clob_datatype_storage` +-- + +DROP TABLE IF EXISTS `clob_datatype_storage`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `clob_datatype_storage` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `value` longtext NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `clob_datatype_storage_uuid_index` (`uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `clob_datatype_storage` +-- + +LOCK TABLES `clob_datatype_storage` WRITE; +/*!40000 ALTER TABLE `clob_datatype_storage` DISABLE KEYS */; +/*!40000 ALTER TABLE `clob_datatype_storage` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `cohort` +-- + +DROP TABLE IF EXISTS `cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `cohort` ( + `cohort_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`cohort_id`), + UNIQUE KEY `cohort_uuid_index` (`uuid`), + KEY `user_who_changed_cohort` (`changed_by`), + KEY `cohort_creator` (`creator`), + KEY `user_who_voided_cohort` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `cohort` +-- + +LOCK TABLES `cohort` WRITE; +/*!40000 ALTER TABLE `cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `cohort_member` +-- + +DROP TABLE IF EXISTS `cohort_member`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `cohort_member` ( + `cohort_id` int(11) NOT NULL, + `patient_id` int(11) NOT NULL, + `cohort_member_id` int(11) NOT NULL AUTO_INCREMENT, + `start_date` datetime NOT NULL, + `end_date` datetime DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`cohort_member_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `member_patient` (`patient_id`), + KEY `cohort_member_creator` (`creator`), + KEY `parent_cohort` (`cohort_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `cohort_member` +-- + +LOCK TABLES `cohort_member` WRITE; +/*!40000 ALTER TABLE `cohort_member` DISABLE KEYS */; +/*!40000 ALTER TABLE `cohort_member` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept` +-- + +DROP TABLE IF EXISTS `concept`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept` ( + `concept_id` int(11) NOT NULL AUTO_INCREMENT, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `short_name` varchar(255) DEFAULT NULL, + `description` text, + `form_text` text, + `datatype_id` int(11) NOT NULL DEFAULT '0', + `class_id` int(11) NOT NULL DEFAULT '0', + `is_set` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `version` varchar(50) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_id`), + UNIQUE KEY `concept_uuid_index` (`uuid`), + KEY `user_who_changed_concept` (`changed_by`), + KEY `concept_classes` (`class_id`), + KEY `concept_creator` (`creator`), + KEY `concept_datatypes` (`datatype_id`), + KEY `user_who_retired_concept` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=3623 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept` +-- + +LOCK TABLES `concept` WRITE; +/*!40000 ALTER TABLE `concept` DISABLE KEYS */; +INSERT INTO `concept` VALUES (1,0,'','',NULL,4,11,0,1,'2014-09-18 14:17:15',NULL,NULL,NULL,NULL,NULL,NULL,'78763e68-104e-465d-8ce3-35f9edfb083d'),(2,0,'','',NULL,4,11,0,1,'2014-09-18 14:17:15',NULL,NULL,NULL,NULL,NULL,NULL,'f9f633a5-1544-4c44-9394-a7f746a12dff'),(3,0,NULL,NULL,NULL,4,11,1,1,'2013-07-23 11:26:35',NULL,4,'2017-04-12 05:18:52',NULL,NULL,NULL,'8160a011-3f10-11e4-adec-0800271c1b75'),(4,0,NULL,NULL,NULL,2,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'818f75fe-3f10-11e4-adec-0800271c1b75'),(5,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'8198989e-3f10-11e4-adec-0800271c1b75'),(6,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81a2eed9-3f10-11e4-adec-0800271c1b75'),(7,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81a3e99c-3f10-11e4-adec-0800271c1b75'),(8,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81b14ee4-3f10-11e4-adec-0800271c1b75'),(9,0,NULL,NULL,NULL,2,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81b22017-3f10-11e4-adec-0800271c1b75'),(10,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81b90108-3f10-11e4-adec-0800271c1b75'),(11,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81b9e006-3f10-11e4-adec-0800271c1b75'),(12,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c0e0b5-3f10-11e4-adec-0800271c1b75'),(13,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c5840e-3f10-11e4-adec-0800271c1b75'),(14,0,NULL,NULL,NULL,3,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c66271-3f10-11e4-adec-0800271c1b75'),(15,0,NULL,NULL,NULL,2,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c7149b-3f10-11e4-adec-0800271c1b75'),(16,0,NULL,NULL,NULL,2,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c7d52c-3f10-11e4-adec-0800271c1b75'),(17,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c88f93-3f10-11e4-adec-0800271c1b75'),(18,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c90d57-3f10-11e4-adec-0800271c1b75'),(19,0,NULL,NULL,NULL,2,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81c9da5f-3f10-11e4-adec-0800271c1b75'),(20,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81ca9451-3f10-11e4-adec-0800271c1b75'),(21,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81cafebe-3f10-11e4-adec-0800271c1b75'),(22,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81cded5a-3f10-11e4-adec-0800271c1b75'),(23,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81cec45c-3f10-11e4-adec-0800271c1b75'),(24,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81d1cf4e-3f10-11e4-adec-0800271c1b75'),(25,0,NULL,NULL,NULL,2,7,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81d288eb-3f10-11e4-adec-0800271c1b75'),(26,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81d3ad1f-3f10-11e4-adec-0800271c1b75'),(27,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81d4a9dc-3f10-11e4-adec-0800271c1b75'),(28,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81d6e852-3f10-11e4-adec-0800271c1b75'),(29,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81d93625-3f10-11e4-adec-0800271c1b75'),(30,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81dbd1ca-3f10-11e4-adec-0800271c1b75'),(31,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:05',NULL,4,'2017-04-11 12:44:52',NULL,NULL,NULL,'81e79a45-3f10-11e4-adec-0800271c1b75'),(32,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81e8776e-3f10-11e4-adec-0800271c1b75'),(33,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:05',NULL,1,'2015-06-26 16:11:45',NULL,NULL,NULL,'81e95bce-3f10-11e4-adec-0800271c1b75'),(34,0,'Adt Notes','Adt Notes',NULL,3,11,0,1,'2014-09-18 14:18:05',NULL,1,'2014-09-18 14:18:05',NULL,NULL,NULL,'81eb8536-3f10-11e4-adec-0800271c1b75'),(35,0,'Document','Document',NULL,3,11,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'81f330b5-3f10-11e4-adec-0800271c1b75'),(36,0,NULL,NULL,NULL,4,5,1,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'82042d27-3f10-11e4-adec-0800271c1b75'),(37,0,NULL,NULL,NULL,3,5,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'820496d3-3f10-11e4-adec-0800271c1b75'),(38,0,NULL,NULL,NULL,3,5,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'8205710d-3f10-11e4-adec-0800271c1b75'),(39,0,NULL,NULL,NULL,1,5,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'82063446-3f10-11e4-adec-0800271c1b75'),(40,0,NULL,NULL,NULL,1,5,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'8206f0cb-3f10-11e4-adec-0800271c1b75'),(41,0,NULL,NULL,NULL,10,5,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'8207b3e9-3f10-11e4-adec-0800271c1b75'),(42,0,NULL,NULL,NULL,10,11,1,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'821eb0cd-3f10-11e4-adec-0800271c1b75'),(44,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'822610ae-3f10-11e4-adec-0800271c1b75'),(45,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:06',NULL,4,'2015-03-24 16:38:29',NULL,NULL,NULL,'8227f47f-3f10-11e4-adec-0800271c1b75'),(46,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:06',NULL,NULL,NULL,NULL,NULL,NULL,'8229c7b3-3f10-11e4-adec-0800271c1b75'),(47,0,NULL,NULL,NULL,10,5,0,1,'2014-09-18 14:18:06',NULL,NULL,NULL,NULL,NULL,NULL,'822a2eca-3f10-11e4-adec-0800271c1b75'),(48,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'823051c4-3f10-11e4-adec-0800271c1b75'),(49,0,NULL,NULL,NULL,2,11,1,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'82389c0c-3f10-11e4-adec-0800271c1b75'),(50,0,NULL,NULL,NULL,3,11,1,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'82397881-3f10-11e4-adec-0800271c1b75'),(51,0,NULL,NULL,NULL,10,11,1,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'823a4d34-3f10-11e4-adec-0800271c1b75'),(52,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'823ccf69-3f10-11e4-adec-0800271c1b75'),(53,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:06',NULL,1,'2014-09-18 14:18:06',NULL,NULL,NULL,'8241726e-3f10-11e4-adec-0800271c1b75'),(55,0,NULL,NULL,NULL,1,10,1,1,'2014-09-18 14:18:11',NULL,4,'2015-09-14 22:14:51',NULL,NULL,NULL,'84f626d0-3f10-11e4-adec-0800271c1b75'),(56,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:15',NULL,1,'2015-05-22 14:29:42',NULL,NULL,NULL,'87a0c56d-3f10-11e4-adec-0800271c1b75'),(57,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:51',NULL,4,'2014-12-24 15:17:05',NULL,NULL,NULL,'9d5b708e-3f10-11e4-adec-0800271c1b75'),(60,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d5d5f6e-3f10-11e4-adec-0800271c1b75'),(61,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d5e14bb-3f10-11e4-adec-0800271c1b75'),(62,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6540e1-3f10-11e4-adec-0800271c1b75'),(63,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d65f54b-3f10-11e4-adec-0800271c1b75'),(64,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6691d8-3f10-11e4-adec-0800271c1b75'),(65,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d697972-3f10-11e4-adec-0800271c1b75'),(66,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6a6195-3f10-11e4-adec-0800271c1b75'),(67,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6b10cc-3f10-11e4-adec-0800271c1b75'),(68,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6bc13f-3f10-11e4-adec-0800271c1b75'),(69,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6c9153-3f10-11e4-adec-0800271c1b75'),(70,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6d68b2-3f10-11e4-adec-0800271c1b75'),(71,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6e3986-3f10-11e4-adec-0800271c1b75'),(72,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d6f100e-3f10-11e4-adec-0800271c1b75'),(74,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d70d799-3f10-11e4-adec-0800271c1b75'),(75,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d735b63-3f10-11e4-adec-0800271c1b75'),(76,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d7437a9-3f10-11e4-adec-0800271c1b75'),(77,0,NULL,NULL,NULL,4,20,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d77abd7-3f10-11e4-adec-0800271c1b75'),(78,0,NULL,NULL,NULL,4,20,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d7c81f9-3f10-11e4-adec-0800271c1b75'),(79,0,NULL,NULL,NULL,4,20,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d7d753b-3f10-11e4-adec-0800271c1b75'),(80,0,NULL,NULL,NULL,4,20,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d83d5f2-3f10-11e4-adec-0800271c1b75'),(81,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d86785e-3f10-11e4-adec-0800271c1b75'),(82,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d875aac-3f10-11e4-adec-0800271c1b75'),(83,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d8843ed-3f10-11e4-adec-0800271c1b75'),(84,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d88ea4d-3f10-11e4-adec-0800271c1b75'),(85,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d89caea-3f10-11e4-adec-0800271c1b75'),(86,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d8a7236-3f10-11e4-adec-0800271c1b75'),(87,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d8dbcd7-3f10-11e4-adec-0800271c1b75'),(88,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d8e6918-3f10-11e4-adec-0800271c1b75'),(89,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:18:52',NULL,1,'2014-09-18 14:18:52',NULL,NULL,NULL,'9d8f3516-3f10-11e4-adec-0800271c1b75'),(90,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:18:52',NULL,4,'2015-07-03 11:37:44',NULL,NULL,NULL,'9d91cb77-3f10-11e4-adec-0800271c1b75'),(91,0,NULL,NULL,NULL,3,23,1,1,'2014-09-18 14:19:42',NULL,1,'2014-09-18 14:19:42',NULL,NULL,NULL,'bb5e4849-3f10-11e4-adec-0800271c1b75'),(92,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:42',NULL,1,'2014-09-18 14:19:42',NULL,NULL,NULL,'bb62c684-3f10-11e4-adec-0800271c1b75'),(93,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:42',NULL,1,'2014-09-18 14:19:42',NULL,NULL,NULL,'bb6436e3-3f10-11e4-adec-0800271c1b75'),(94,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:42',NULL,4,'2015-02-04 15:25:56',NULL,NULL,NULL,'bb655344-3f10-11e4-adec-0800271c1b75'),(95,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:42',NULL,1,'2014-09-18 14:19:42',NULL,NULL,NULL,'bbad3db9-3f10-11e4-adec-0800271c1b75'),(96,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c1fac160-3f10-11e4-adec-0800271c1b75'),(97,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c1fb51cc-3f10-11e4-adec-0800271c1b75'),(98,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c1fc20ab-3f10-11e4-adec-0800271c1b75'),(99,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c1fcd1c6-3f10-11e4-adec-0800271c1b75'),(100,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c20478b6-3f10-11e4-adec-0800271c1b75'),(101,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c207073d-3f10-11e4-adec-0800271c1b75'),(102,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2084e7b-3f10-11e4-adec-0800271c1b75'),(103,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2107f30-3f10-11e4-adec-0800271c1b75'),(104,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c211442b-3f10-11e4-adec-0800271c1b75'),(105,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2123edc-3f10-11e4-adec-0800271c1b75'),(106,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2139dd9-3f10-11e4-adec-0800271c1b75'),(107,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c214d657-3f10-11e4-adec-0800271c1b75'),(108,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c22054ce-3f10-11e4-adec-0800271c1b75'),(109,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c221869a-3f10-11e4-adec-0800271c1b75'),(110,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2222941-3f10-11e4-adec-0800271c1b75'),(111,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2232daf-3f10-11e4-adec-0800271c1b75'),(112,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:53',NULL,4,'2015-07-03 11:51:50',NULL,NULL,NULL,'c223fe8d-3f10-11e4-adec-0800271c1b75'),(113,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c224c534-3f10-11e4-adec-0800271c1b75'),(114,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c2259b07-3f10-11e4-adec-0800271c1b75'),(115,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:53',NULL,1,'2014-09-18 14:19:53',NULL,NULL,NULL,'c22666ac-3f10-11e4-adec-0800271c1b75'),(116,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c3659bf9-3f10-11e4-adec-0800271c1b75'),(117,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c366184c-3f10-11e4-adec-0800271c1b75'),(118,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'5090AAAAAAAAAAAAAAAAAAAAAAAAAAAA'),(119,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'5089AAAAAAAAAAAAAAAAAAAAAAAAAAAA'),(120,0,NULL,NULL,NULL,1,22,0,1,'2014-09-18 14:19:55',NULL,4,'2014-09-29 14:25:45',NULL,NULL,NULL,'c367d9ee-3f10-11e4-adec-0800271c1b75'),(121,0,NULL,NULL,NULL,3,22,0,1,'2014-09-18 14:19:55',NULL,4,'2014-09-29 14:26:47',NULL,NULL,NULL,'c368694c-3f10-11e4-adec-0800271c1b75'),(122,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36a7537-3f10-11e4-adec-0800271c1b75'),(123,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36af094-3f10-11e4-adec-0800271c1b75'),(124,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36bc411-3f10-11e4-adec-0800271c1b75'),(125,0,NULL,NULL,NULL,10,17,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36c7c98-3f10-11e4-adec-0800271c1b75'),(126,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36d22e6-3f10-11e4-adec-0800271c1b75'),(127,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36ddb6d-3f10-11e4-adec-0800271c1b75'),(128,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36e9c8b-3f10-11e4-adec-0800271c1b75'),(129,0,NULL,NULL,NULL,10,17,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c36f5a8b-3f10-11e4-adec-0800271c1b75'),(130,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c378f635-3f10-11e4-adec-0800271c1b75'),(131,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c379aa1d-3f10-11e4-adec-0800271c1b75'),(132,0,NULL,NULL,NULL,10,17,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37a5735-3f10-11e4-adec-0800271c1b75'),(133,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37afa71-3f10-11e4-adec-0800271c1b75'),(134,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37bd733-3f10-11e4-adec-0800271c1b75'),(135,0,NULL,NULL,NULL,10,17,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37c942d-3f10-11e4-adec-0800271c1b75'),(136,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37d3f27-3f10-11e4-adec-0800271c1b75'),(137,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37e0f37-3f10-11e4-adec-0800271c1b75'),(138,0,NULL,NULL,NULL,10,17,0,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37f16d3-3f10-11e4-adec-0800271c1b75'),(139,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:55',NULL,1,'2014-09-18 14:19:55',NULL,NULL,NULL,'c37fc55f-3f10-11e4-adec-0800271c1b75'),(140,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3838414-3f10-11e4-adec-0800271c1b75'),(141,0,NULL,NULL,NULL,10,17,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c384402b-3f10-11e4-adec-0800271c1b75'),(142,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38669d1-3f10-11e4-adec-0800271c1b75'),(143,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,1,'2015-05-14 10:52:37',NULL,NULL,NULL,'c389d0ea-3f10-11e4-adec-0800271c1b75'),(144,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38a88af-3f10-11e4-adec-0800271c1b75'),(145,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38b363a-3f10-11e4-adec-0800271c1b75'),(146,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38c212e-3f10-11e4-adec-0800271c1b75'),(147,0,NULL,NULL,NULL,6,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38ce391-3f10-11e4-adec-0800271c1b75'),(148,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38d98cd-3f10-11e4-adec-0800271c1b75'),(149,0,NULL,NULL,NULL,6,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38e5cc4-3f10-11e4-adec-0800271c1b75'),(150,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c38f4755-3f10-11e4-adec-0800271c1b75'),(151,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3901c02-3f10-11e4-adec-0800271c1b75'),(152,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c390cca0-3f10-11e4-adec-0800271c1b75'),(153,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c39178b2-3f10-11e4-adec-0800271c1b75'),(154,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:19:56',NULL,4,'2017-01-23 12:40:30',NULL,NULL,NULL,'c393fd1d-3f10-11e4-adec-0800271c1b75'),(155,0,NULL,NULL,NULL,4,19,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3949eb6-3f10-11e4-adec-0800271c1b75'),(156,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3959ab5-3f10-11e4-adec-0800271c1b75'),(157,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3966752-3f10-11e4-adec-0800271c1b75'),(158,0,NULL,NULL,NULL,1,18,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3975851-3f10-11e4-adec-0800271c1b75'),(159,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c398a4be-3f10-11e4-adec-0800271c1b75'),(160,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3998f6b-3f10-11e4-adec-0800271c1b75'),(161,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:56',NULL,4,'2014-12-24 17:37:17',NULL,NULL,NULL,'c39a35e2-3f10-11e4-adec-0800271c1b75'),(162,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c39d6a53-3f10-11e4-adec-0800271c1b75'),(163,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:40:26',NULL,NULL,NULL,'c39e2ed1-3f10-11e4-adec-0800271c1b75'),(164,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:40:31',NULL,NULL,NULL,'c39ed470-3f10-11e4-adec-0800271c1b75'),(165,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:48:04',NULL,NULL,NULL,'c3a08594-3f10-11e4-adec-0800271c1b75'),(166,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:47:59',NULL,NULL,NULL,'c3a139d6-3f10-11e4-adec-0800271c1b75'),(167,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:48:59',NULL,NULL,NULL,'c3a261ca-3f10-11e4-adec-0800271c1b75'),(168,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:49:03',NULL,NULL,NULL,'c3a3028b-3f10-11e4-adec-0800271c1b75'),(169,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:49:26',NULL,NULL,NULL,'c3a44eef-3f10-11e4-adec-0800271c1b75'),(170,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:50:51',NULL,NULL,NULL,'c3a5122b-3f10-11e4-adec-0800271c1b75'),(171,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:19',NULL,NULL,NULL,'c3a65505-3f10-11e4-adec-0800271c1b75'),(172,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:23',NULL,NULL,NULL,'c3a6ed57-3f10-11e4-adec-0800271c1b75'),(173,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:26',NULL,NULL,NULL,'c3a8b75e-3f10-11e4-adec-0800271c1b75'),(174,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:40:34',NULL,NULL,NULL,'c3aa95dc-3f10-11e4-adec-0800271c1b75'),(175,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:01',NULL,NULL,NULL,'c3abcfbf-3f10-11e4-adec-0800271c1b75'),(176,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:05',NULL,NULL,NULL,'c3ac6f4f-3f10-11e4-adec-0800271c1b75'),(177,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:47',NULL,NULL,NULL,'c3ae2b5a-3f10-11e4-adec-0800271c1b75'),(178,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:50',NULL,NULL,NULL,'c3aec851-3f10-11e4-adec-0800271c1b75'),(179,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:10',NULL,NULL,NULL,'c3b058cd-3f10-11e4-adec-0800271c1b75'),(180,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:42:58',NULL,NULL,NULL,'c3b1f12e-3f10-11e4-adec-0800271c1b75'),(181,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:43:03',NULL,NULL,NULL,'c3b29625-3f10-11e4-adec-0800271c1b75'),(182,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:04',NULL,NULL,NULL,'c3b479bc-3f10-11e4-adec-0800271c1b75'),(183,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:08',NULL,NULL,NULL,'c3b514b9-3f10-11e4-adec-0800271c1b75'),(184,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:50',NULL,NULL,NULL,'c3b6c746-3f10-11e4-adec-0800271c1b75'),(185,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:43:09',NULL,NULL,NULL,'c3b84cca-3f10-11e4-adec-0800271c1b75'),(186,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:53',NULL,NULL,NULL,'c3b9d054-3f10-11e4-adec-0800271c1b75'),(187,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:03',NULL,NULL,NULL,'c3bc017f-3f10-11e4-adec-0800271c1b75'),(188,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:08',NULL,NULL,NULL,'c3bcdeba-3f10-11e4-adec-0800271c1b75'),(189,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:19',NULL,NULL,NULL,'c3beacc2-3f10-11e4-adec-0800271c1b75'),(190,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:23',NULL,NULL,NULL,'c3c03f40-3f10-11e4-adec-0800271c1b75'),(191,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:27',NULL,NULL,NULL,'c3c18d43-3f10-11e4-adec-0800271c1b75'),(192,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:32',NULL,NULL,NULL,'c3c2d42a-3f10-11e4-adec-0800271c1b75'),(193,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:56',NULL,NULL,NULL,'c3c46cb0-3f10-11e4-adec-0800271c1b75'),(194,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:36',NULL,NULL,NULL,'c3c60a12-3f10-11e4-adec-0800271c1b75'),(195,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:41',NULL,NULL,NULL,'c3c787c6-3f10-11e4-adec-0800271c1b75'),(196,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:48:45',NULL,NULL,NULL,'c3c92a6d-3f10-11e4-adec-0800271c1b75'),(197,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:45',NULL,NULL,NULL,'c3cad75e-3f10-11e4-adec-0800271c1b75'),(198,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:15',NULL,NULL,NULL,'c3cc49a1-3f10-11e4-adec-0800271c1b75'),(199,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:19',NULL,NULL,NULL,'c3cce850-3f10-11e4-adec-0800271c1b75'),(200,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:50',NULL,NULL,NULL,'c3ce7ee1-3f10-11e4-adec-0800271c1b75'),(201,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:25',NULL,NULL,NULL,'c3d0072d-3f10-11e4-adec-0800271c1b75'),(202,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:29',NULL,NULL,NULL,'c3d18b79-3f10-11e4-adec-0800271c1b75'),(203,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:45:00',NULL,NULL,NULL,'c3d30eb1-3f10-11e4-adec-0800271c1b75'),(204,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:45:03',NULL,NULL,NULL,'c3d4e78f-3f10-11e4-adec-0800271c1b75'),(205,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:48:41',NULL,NULL,NULL,'c3d6800c-3f10-11e4-adec-0800271c1b75'),(206,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:32',NULL,NULL,NULL,'c3d7c845-3f10-11e4-adec-0800271c1b75'),(207,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:45:07',NULL,NULL,NULL,'c3d97136-3f10-11e4-adec-0800271c1b75'),(208,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:45:11',NULL,NULL,NULL,'c3db4514-3f10-11e4-adec-0800271c1b75'),(209,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:48:36',NULL,NULL,NULL,'c3dccb7d-3f10-11e4-adec-0800271c1b75'),(210,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:48:33',NULL,NULL,NULL,'c3de80e0-3f10-11e4-adec-0800271c1b75'),(211,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:52',NULL,NULL,NULL,'c3e03426-3f10-11e4-adec-0800271c1b75'),(212,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:37:04',NULL,NULL,NULL,'c3e0c865-3f10-11e4-adec-0800271c1b75'),(213,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:37:12',NULL,NULL,NULL,'c3e218c9-3f10-11e4-adec-0800271c1b75'),(214,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:39:09',NULL,NULL,NULL,'c3e365bf-3f10-11e4-adec-0800271c1b75'),(215,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:39:12',NULL,NULL,NULL,'c3e3f964-3f10-11e4-adec-0800271c1b75'),(216,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:40:38',NULL,NULL,NULL,'c3e5362b-3f10-11e4-adec-0800271c1b75'),(217,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:37:15',NULL,NULL,NULL,'c3e66dad-3f10-11e4-adec-0800271c1b75'),(218,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:40:42',NULL,NULL,NULL,'c3e777e8-3f10-11e4-adec-0800271c1b75'),(219,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:40:45',NULL,NULL,NULL,'c3e8841a-3f10-11e4-adec-0800271c1b75'),(220,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:38:13',NULL,NULL,NULL,'c3e9f0a3-3f10-11e4-adec-0800271c1b75'),(221,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:38:18',NULL,NULL,NULL,'c3ea8a0e-3f10-11e4-adec-0800271c1b75'),(222,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:36:36',NULL,NULL,NULL,'c3ebd804-3f10-11e4-adec-0800271c1b75'),(223,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:50:57',NULL,NULL,NULL,'c3ed269d-3f10-11e4-adec-0800271c1b75'),(224,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:45:14',NULL,NULL,NULL,'c3eeafc9-3f10-11e4-adec-0800271c1b75'),(225,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:45:18',NULL,NULL,NULL,'c3f0315e-3f10-11e4-adec-0800271c1b75'),(226,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:37:56',NULL,NULL,NULL,'c3f1bf99-3f10-11e4-adec-0800271c1b75'),(227,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:38:00',NULL,NULL,NULL,'c3f25c1e-3f10-11e4-adec-0800271c1b75'),(228,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:37:19',NULL,NULL,NULL,'c3f38c38-3f10-11e4-adec-0800271c1b75'),(229,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:39:46',NULL,NULL,NULL,'c3f5d786-3f10-11e4-adec-0800271c1b75'),(230,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3f71780-3f10-11e4-adec-0800271c1b75'),(231,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3f7b273-3f10-11e4-adec-0800271c1b75'),(232,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3f88550-3f10-11e4-adec-0800271c1b75'),(233,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3f91846-3f10-11e4-adec-0800271c1b75'),(234,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3f9bda3-3f10-11e4-adec-0800271c1b75'),(235,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3fa83dd-3f10-11e4-adec-0800271c1b75'),(236,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3fb5936-3f10-11e4-adec-0800271c1b75'),(237,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3fc349e-3f10-11e4-adec-0800271c1b75'),(238,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3fd3333-3f10-11e4-adec-0800271c1b75'),(239,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3fdfbb5-3f10-11e4-adec-0800271c1b75'),(240,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3ff264a-3f10-11e4-adec-0800271c1b75'),(241,0,NULL,NULL,NULL,3,1,1,1,'2014-09-18 14:19:56',NULL,1,'2014-09-18 14:19:56',NULL,NULL,NULL,'c3ffeda6-3f10-11e4-adec-0800271c1b75'),(242,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:55',NULL,NULL,NULL,'c400c1ea-3f10-11e4-adec-0800271c1b75'),(243,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:55:03',NULL,NULL,NULL,'c401d630-3f10-11e4-adec-0800271c1b75'),(244,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:55:07',NULL,NULL,NULL,'c402df4f-3f10-11e4-adec-0800271c1b75'),(245,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:14',NULL,NULL,NULL,'c403d175-3f10-11e4-adec-0800271c1b75'),(246,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:09',NULL,NULL,NULL,'c404b7c5-3f10-11e4-adec-0800271c1b75'),(247,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:54:03',NULL,NULL,NULL,'c4065166-3f10-11e4-adec-0800271c1b75'),(248,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:13',NULL,NULL,NULL,'c4075413-3f10-11e4-adec-0800271c1b75'),(249,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:17',NULL,NULL,NULL,'c4086b26-3f10-11e4-adec-0800271c1b75'),(250,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:21',NULL,NULL,NULL,'c4097f8b-3f10-11e4-adec-0800271c1b75'),(251,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:25',NULL,NULL,NULL,'c40a8708-3f10-11e4-adec-0800271c1b75'),(252,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:30',NULL,NULL,NULL,'c40b96c9-3f10-11e4-adec-0800271c1b75'),(253,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:34',NULL,NULL,NULL,'c40cd03d-3f10-11e4-adec-0800271c1b75'),(254,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:39',NULL,NULL,NULL,'c40de878-3f10-11e4-adec-0800271c1b75'),(255,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:44',NULL,NULL,NULL,'c40f3387-3f10-11e4-adec-0800271c1b75'),(256,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:48',NULL,NULL,NULL,'c4105793-3f10-11e4-adec-0800271c1b75'),(257,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:53',NULL,NULL,NULL,'c411394f-3f10-11e4-adec-0800271c1b75'),(258,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:53:58',NULL,NULL,NULL,'c4128afc-3f10-11e4-adec-0800271c1b75'),(259,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:55:12',NULL,NULL,NULL,'c413aee0-3f10-11e4-adec-0800271c1b75'),(260,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:47',NULL,NULL,NULL,'c414b488-3f10-11e4-adec-0800271c1b75'),(261,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:44',NULL,NULL,NULL,'c4159b6e-3f10-11e4-adec-0800271c1b75'),(262,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:41',NULL,NULL,NULL,'c416b824-3f10-11e4-adec-0800271c1b75'),(263,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:12',NULL,NULL,NULL,'c417d906-3f10-11e4-adec-0800271c1b75'),(264,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:56',NULL,4,'2016-11-14 12:44:15',NULL,NULL,NULL,'c4190ce8-3f10-11e4-adec-0800271c1b75'),(265,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:18',NULL,NULL,NULL,'c41a4318-3f10-11e4-adec-0800271c1b75'),(266,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:22',NULL,NULL,NULL,'c41b4b45-3f10-11e4-adec-0800271c1b75'),(267,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:25',NULL,NULL,NULL,'c41c62f0-3f10-11e4-adec-0800271c1b75'),(268,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:28',NULL,NULL,NULL,'c41de6c2-3f10-11e4-adec-0800271c1b75'),(269,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:32',NULL,NULL,NULL,'c41f9b52-3f10-11e4-adec-0800271c1b75'),(270,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:35',NULL,NULL,NULL,'c4208961-3f10-11e4-adec-0800271c1b75'),(271,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:44:38',NULL,NULL,NULL,'c4219f57-3f10-11e4-adec-0800271c1b75'),(272,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:45:22',NULL,NULL,NULL,'c422cfd8-3f10-11e4-adec-0800271c1b75'),(273,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:40:48',NULL,NULL,NULL,'c423e55e-3f10-11e4-adec-0800271c1b75'),(274,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:40:51',NULL,NULL,NULL,'c424eed0-3f10-11e4-adec-0800271c1b75'),(275,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:40:58',NULL,NULL,NULL,'c425d233-3f10-11e4-adec-0800271c1b75'),(276,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:41:02',NULL,NULL,NULL,'c426ce9d-3f10-11e4-adec-0800271c1b75'),(277,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:51:01',NULL,NULL,NULL,'c427d7e5-3f10-11e4-adec-0800271c1b75'),(278,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:51:05',NULL,NULL,NULL,'c428dd24-3f10-11e4-adec-0800271c1b75'),(279,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:51:09',NULL,NULL,NULL,'c42a0bbe-3f10-11e4-adec-0800271c1b75'),(280,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:51:14',NULL,NULL,NULL,'c42b1e07-3f10-11e4-adec-0800271c1b75'),(281,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:51:19',NULL,NULL,NULL,'c42c3e79-3f10-11e4-adec-0800271c1b75'),(282,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:42',NULL,NULL,NULL,'c42d60a4-3f10-11e4-adec-0800271c1b75'),(283,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:38',NULL,NULL,NULL,'c42e71d7-3f10-11e4-adec-0800271c1b75'),(284,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:34',NULL,NULL,NULL,'c42f5874-3f10-11e4-adec-0800271c1b75'),(285,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:31',NULL,NULL,NULL,'c4306c31-3f10-11e4-adec-0800271c1b75'),(286,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:26',NULL,NULL,NULL,'c431879d-3f10-11e4-adec-0800271c1b75'),(287,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:23',NULL,NULL,NULL,'c432f929-3f10-11e4-adec-0800271c1b75'),(288,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:20',NULL,NULL,NULL,'c434127e-3f10-11e4-adec-0800271c1b75'),(289,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:16',NULL,NULL,NULL,'c4354067-3f10-11e4-adec-0800271c1b75'),(290,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:39:50',NULL,NULL,NULL,'c43652a4-3f10-11e4-adec-0800271c1b75'),(291,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:48:29',NULL,NULL,NULL,'c4379568-3f10-11e4-adec-0800271c1b75'),(292,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:48:26',NULL,NULL,NULL,'c438f0ef-3f10-11e4-adec-0800271c1b75'),(293,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:48:23',NULL,NULL,NULL,'c43a00a6-3f10-11e4-adec-0800271c1b75'),(294,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:48:14',NULL,NULL,NULL,'c43b60d0-3f10-11e4-adec-0800271c1b75'),(295,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:48:09',NULL,NULL,NULL,'c43c5c1e-3f10-11e4-adec-0800271c1b75'),(296,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:48:50',NULL,NULL,NULL,'c43d8ac8-3f10-11e4-adec-0800271c1b75'),(297,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:46:10',NULL,NULL,NULL,'c43e83ba-3f10-11e4-adec-0800271c1b75'),(298,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:46:15',NULL,NULL,NULL,'c43f739e-3f10-11e4-adec-0800271c1b75'),(299,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:46:18',NULL,NULL,NULL,'c44042b0-3f10-11e4-adec-0800271c1b75'),(300,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:46:22',NULL,NULL,NULL,'c4412cc2-3f10-11e4-adec-0800271c1b75'),(301,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:46:27',NULL,NULL,NULL,'c4421a69-3f10-11e4-adec-0800271c1b75'),(302,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:46:30',NULL,NULL,NULL,'c442c4c8-3f10-11e4-adec-0800271c1b75'),(303,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:38:21',NULL,NULL,NULL,'c44391ba-3f10-11e4-adec-0800271c1b75'),(304,0,NULL,NULL,NULL,3,27,1,1,'2014-09-18 14:19:57',NULL,4,'2016-11-14 12:38:26',NULL,NULL,NULL,'c44449c4-3f10-11e4-adec-0800271c1b75'),(305,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c446af3d-3f10-11e4-adec-0800271c1b75'),(306,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c44c3c37-3f10-11e4-adec-0800271c1b75'),(307,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c44cfed2-3f10-11e4-adec-0800271c1b75'),(308,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c44d6b8e-3f10-11e4-adec-0800271c1b75'),(309,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c44f4ba3-3f10-11e4-adec-0800271c1b75'),(310,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c44fc8c5-3f10-11e4-adec-0800271c1b75'),(311,0,NULL,NULL,NULL,1,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c450a66a-3f10-11e4-adec-0800271c1b75'),(312,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c4517f49-3f10-11e4-adec-0800271c1b75'),(313,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:56:40',NULL,NULL,NULL,'c4526510-3f10-11e4-adec-0800271c1b75'),(314,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:56:53',NULL,NULL,NULL,'c45329de-3f10-11e4-adec-0800271c1b75'),(315,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c453caa3-3f10-11e4-adec-0800271c1b75'),(316,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c454a7d2-3f10-11e4-adec-0800271c1b75'),(317,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:57:21',NULL,NULL,NULL,'c4596f8c-3f10-11e4-adec-0800271c1b75'),(318,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:57:39',NULL,NULL,NULL,'c459ee22-3f10-11e4-adec-0800271c1b75'),(319,0,NULL,NULL,NULL,6,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c45a7e4b-3f10-11e4-adec-0800271c1b75'),(320,0,NULL,NULL,NULL,3,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c45afc4d-3f10-11e4-adec-0800271c1b75'),(321,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c45d1339-3f10-11e4-adec-0800271c1b75'),(322,0,NULL,NULL,NULL,4,11,1,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c45d8c9a-3f10-11e4-adec-0800271c1b75'),(323,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c45ea48f-3f10-11e4-adec-0800271c1b75'),(324,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:59:00',NULL,NULL,NULL,'c45f6876-3f10-11e4-adec-0800271c1b75'),(325,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:59:11',NULL,NULL,NULL,'c45fe531-3f10-11e4-adec-0800271c1b75'),(326,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c4606bd2-3f10-11e4-adec-0800271c1b75'),(327,0,NULL,NULL,NULL,2,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c460f0d5-3f10-11e4-adec-0800271c1b75'),(328,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2015-05-21 11:59:33',NULL,NULL,NULL,'c461ca9b-3f10-11e4-adec-0800271c1b75'),(329,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c462730b-3f10-11e4-adec-0800271c1b75'),(330,0,NULL,NULL,NULL,4,10,1,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c46896fd-3f10-11e4-adec-0800271c1b75'),(331,0,NULL,NULL,NULL,4,11,0,1,'2014-09-18 14:19:57',NULL,1,'2014-09-18 14:19:57',NULL,NULL,NULL,'c4694ad6-3f10-11e4-adec-0800271c1b75'),(332,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:03:06',NULL,2,'2014-09-24 14:03:06',NULL,NULL,NULL,'8d830375-fc10-4a18-be29-1a7350dea40d'),(333,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:06:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'e5af7ef5-d381-44e4-85cb-6890b4041f21'),(334,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:07:06',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'61e9f4ce-fd91-405d-9a51-d0ccc94b18fa'),(335,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:07:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'111b7c83-bd20-456a-9eb0-ab647e6566e0'),(336,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:07:06',NULL,2,'2014-09-24 14:07:06',NULL,NULL,NULL,'12f4e35a-08f1-42af-95c5-4f732c3825c6'),(337,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:07:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'29f057e5-c86d-4980-bdb0-69b46cd477c5'),(338,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:07:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'468e9abb-138e-44ed-906c-e25b78d04c56'),(339,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:07:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'60990734-cdad-4e94-8160-422c3796a30b'),(340,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:08:06',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'14b67db6-97a9-4754-800a-e8f7dadf1e4a'),(341,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:08:06',NULL,2,'2014-09-24 14:08:06',NULL,NULL,NULL,'5e6ad932-14a9-4a4f-98a4-780a471461fb'),(342,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:08:06',NULL,2,'2014-09-24 14:08:06',NULL,NULL,NULL,'86239663-7b04-4563-b877-d7efc4fe6c46'),(343,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:08:06',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'4c070636-db06-4f58-9a96-409310b4c702'),(344,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:08:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'c11814ab-4e88-46d7-8e9c-e78eb8312750'),(345,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:08:06',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'d91ceba3-a908-49a6-9b9c-0fc473efb709'),(346,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:53:06',NULL,2,'2014-09-24 14:53:06',NULL,NULL,NULL,'5e6481fe-1f58-4c10-9c6d-69e59c0f624a'),(347,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:53:06',NULL,2,'2014-09-24 14:53:06',NULL,NULL,NULL,'4dbb56d3-9c50-429f-a88e-64aa39ea9420'),(348,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:56:06',NULL,2,'2014-09-24 14:56:06',NULL,NULL,NULL,'62b91692-0641-45b1-9233-3c9609c6b6a8'),(349,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:57:06',NULL,2,'2014-09-24 14:57:06',NULL,NULL,NULL,'4750370f-ad8e-49c5-80d2-b2136f59c3e9'),(350,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:58:06',NULL,2,'2014-09-24 14:58:06',NULL,NULL,NULL,'4919a2dc-1781-498a-90e2-6cf1ec983681'),(351,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:58:06',NULL,2,'2014-09-24 14:58:06',NULL,NULL,NULL,'a430727e-e343-4454-b3a4-fbc3d0100eaa'),(352,0,NULL,NULL,NULL,4,11,0,2,'2014-09-24 14:59:06',NULL,2,'2014-09-24 14:59:06',NULL,NULL,NULL,'72930208-b569-4453-9487-9b66d1c774ba'),(353,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 10:57:06',NULL,2,'2014-09-25 10:57:06',NULL,NULL,NULL,'97b322c9-045e-4126-b479-4376f2823a65'),(354,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:00:06',NULL,2,'2014-09-25 11:00:06',NULL,NULL,NULL,'5bdf695a-aba8-45bb-b7ea-3c278de29b08'),(355,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:02:06',NULL,2,'2014-09-25 11:02:06',NULL,NULL,NULL,'4c87e6d5-7042-435e-9ef7-a8d14c15bfe1'),(356,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:02:06',NULL,2,'2014-09-25 11:02:06',NULL,NULL,NULL,'c1c98f8b-d6a9-4030-8864-eeeaafb66a58'),(357,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:06:06',NULL,2,'2014-09-25 11:06:06',NULL,NULL,NULL,'29b7e28c-71bf-4442-9f38-b9a9d57fadc9'),(358,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:07:06',NULL,2,'2014-09-25 11:07:06',NULL,NULL,NULL,'da6975f8-aebf-457b-b6f5-f3ab14f6ea5f'),(359,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:10:06',NULL,2,'2014-09-25 11:10:06',NULL,NULL,NULL,'e7c9f7e4-4fc3-409c-85a3-4747d2c8ffac'),(360,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:12:06',NULL,2,'2014-09-25 11:12:06',NULL,NULL,NULL,'c2e3509d-3c29-42b2-b8ce-266c2084bc95'),(361,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:14:06',NULL,2,'2014-09-25 11:14:06',NULL,NULL,NULL,'9d2ec48e-a798-4a71-8a4e-93e5ca1d13b7'),(362,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:15:06',NULL,2,'2014-09-25 11:15:06',NULL,NULL,NULL,'7ca7e858-826f-4f80-8652-303c0a75d8b8'),(363,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:17:06',NULL,2,'2014-09-25 11:17:06',NULL,NULL,NULL,'8d5243cb-db40-496b-916c-5eb2d0f4a1a2'),(364,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:19:06',NULL,2,'2014-09-25 11:19:06',NULL,NULL,NULL,'27276a00-29e2-445f-9474-b0f41be32851'),(365,0,NULL,NULL,NULL,4,3,0,2,'2014-09-25 11:20:06',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'a5a5aaf1-541e-4ca6-9753-bd4b0e479f81'),(366,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:20:06',NULL,2,'2014-09-25 11:20:06',NULL,NULL,NULL,'2e5b66c3-ab0d-4724-a1af-ee06b16c623c'),(367,0,NULL,NULL,NULL,4,3,0,2,'2014-09-25 11:23:06',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'f9608d19-a304-4508-9074-4858cd3ccbed'),(368,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:24:06',NULL,2,'2014-09-25 11:24:06',NULL,NULL,NULL,'fb81d5c2-c687-4708-ac87-912b182b996a'),(369,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:25:06',NULL,2,'2014-09-25 11:25:06',NULL,NULL,NULL,'eeae78ac-194e-49dc-804c-6ad2f16b3fb9'),(370,0,NULL,NULL,NULL,4,3,0,2,'2014-09-25 11:27:06',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'9881091b-1802-4c62-8b80-a8fcb170b59f'),(371,0,NULL,NULL,NULL,4,11,0,2,'2014-09-25 11:31:06',NULL,2,'2014-09-25 11:31:06',NULL,NULL,NULL,'92d29642-62fe-421a-abe7-baa7afc8654d'),(372,0,NULL,NULL,NULL,4,11,0,2,'2014-09-29 14:55:06',NULL,2,'2014-09-29 14:55:06',NULL,NULL,NULL,'4db80f7e-5186-4750-94f3-9d884eda01e2'),(373,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dbc2ecdb-4e14-11e4-8a57-0800271c1b75'),(374,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dbd1cd6c-4e14-11e4-8a57-0800271c1b75'),(375,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dbdb223a-4e14-11e4-8a57-0800271c1b75'),(376,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dbeac028-4e14-11e4-8a57-0800271c1b75'),(377,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dbf42f7b-4e14-11e4-8a57-0800271c1b75'),(378,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dbfd840c-4e14-11e4-8a57-0800271c1b75'),(379,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc0e12e5-4e14-11e4-8a57-0800271c1b75'),(380,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc137a97-4e14-11e4-8a57-0800271c1b75'),(381,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc1542ec-4e14-11e4-8a57-0800271c1b75'),(382,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc17c8da-4e14-11e4-8a57-0800271c1b75'),(383,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc1a0af8-4e14-11e4-8a57-0800271c1b75'),(384,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc1ca506-4e14-11e4-8a57-0800271c1b75'),(385,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc20b80b-4e14-11e4-8a57-0800271c1b75'),(386,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc22f39a-4e14-11e4-8a57-0800271c1b75'),(387,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc259dd6-4e14-11e4-8a57-0800271c1b75'),(388,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:02',NULL,1,'2014-10-07 16:57:02',NULL,NULL,NULL,'dc28e4c4-4e14-11e4-8a57-0800271c1b75'),(389,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc5be9ad-4e14-11e4-8a57-0800271c1b75'),(390,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc5e310f-4e14-11e4-8a57-0800271c1b75'),(391,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc5ff97f-4e14-11e4-8a57-0800271c1b75'),(392,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc61faf6-4e14-11e4-8a57-0800271c1b75'),(393,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc65ef6f-4e14-11e4-8a57-0800271c1b75'),(394,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc685b50-4e14-11e4-8a57-0800271c1b75'),(395,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc6bf34b-4e14-11e4-8a57-0800271c1b75'),(396,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc6f43e9-4e14-11e4-8a57-0800271c1b75'),(397,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc7110f7-4e14-11e4-8a57-0800271c1b75'),(398,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc7dbde7-4e14-11e4-8a57-0800271c1b75'),(399,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc7f828e-4e14-11e4-8a57-0800271c1b75'),(400,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc81d89f-4e14-11e4-8a57-0800271c1b75'),(401,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc850607-4e14-11e4-8a57-0800271c1b75'),(402,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc86f3c2-4e14-11e4-8a57-0800271c1b75'),(403,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dc8b2f7a-4e14-11e4-8a57-0800271c1b75'),(404,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dcc72ff2-4e14-11e4-8a57-0800271c1b75'),(405,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dccca693-4e14-11e4-8a57-0800271c1b75'),(406,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dcd04e6a-4e14-11e4-8a57-0800271c1b75'),(407,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dcd2ed3e-4e14-11e4-8a57-0800271c1b75'),(408,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:03',NULL,1,'2014-10-07 16:57:03',NULL,NULL,NULL,'dcd3d54c-4e14-11e4-8a57-0800271c1b75'),(409,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd1347e2-4e14-11e4-8a57-0800271c1b75'),(410,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd17806e-4e14-11e4-8a57-0800271c1b75'),(411,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd1ddc9f-4e14-11e4-8a57-0800271c1b75'),(412,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd21b6d6-4e14-11e4-8a57-0800271c1b75'),(413,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd2848f9-4e14-11e4-8a57-0800271c1b75'),(414,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd2ba2ef-4e14-11e4-8a57-0800271c1b75'),(415,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd2e01ef-4e14-11e4-8a57-0800271c1b75'),(416,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd34648e-4e14-11e4-8a57-0800271c1b75'),(417,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd3913a5-4e14-11e4-8a57-0800271c1b75'),(418,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:04',NULL,1,'2014-10-07 16:57:04',NULL,NULL,NULL,'dd70b807-4e14-11e4-8a57-0800271c1b75'),(419,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddafc553-4e14-11e4-8a57-0800271c1b75'),(420,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddb36316-4e14-11e4-8a57-0800271c1b75'),(421,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddb8891e-4e14-11e4-8a57-0800271c1b75'),(422,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddbc1654-4e14-11e4-8a57-0800271c1b75'),(423,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddbe0d46-4e14-11e4-8a57-0800271c1b75'),(424,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddc1b795-4e14-11e4-8a57-0800271c1b75'),(425,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddc54fb3-4e14-11e4-8a57-0800271c1b75'),(426,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddc70945-4e14-11e4-8a57-0800271c1b75'),(427,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'ddfcf23a-4e14-11e4-8a57-0800271c1b75'),(428,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'de005e55-4e14-11e4-8a57-0800271c1b75'),(429,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'de047844-4e14-11e4-8a57-0800271c1b75'),(430,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'de07c5d2-4e14-11e4-8a57-0800271c1b75'),(431,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'de0be4e3-4e14-11e4-8a57-0800271c1b75'),(432,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:05',NULL,1,'2014-10-07 16:57:05',NULL,NULL,NULL,'de0dfacb-4e14-11e4-8a57-0800271c1b75'),(433,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de13c3b7-4e14-11e4-8a57-0800271c1b75'),(434,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de16b3ad-4e14-11e4-8a57-0800271c1b75'),(435,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de18f523-4e14-11e4-8a57-0800271c1b75'),(436,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de1bf62b-4e14-11e4-8a57-0800271c1b75'),(437,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de1ee757-4e14-11e4-8a57-0800271c1b75'),(438,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de562fbf-4e14-11e4-8a57-0800271c1b75'),(439,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de597f36-4e14-11e4-8a57-0800271c1b75'),(440,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de5b7922-4e14-11e4-8a57-0800271c1b75'),(441,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de5eef32-4e14-11e4-8a57-0800271c1b75'),(442,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de617543-4e14-11e4-8a57-0800271c1b75'),(443,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de6540ab-4e14-11e4-8a57-0800271c1b75'),(444,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de681f1b-4e14-11e4-8a57-0800271c1b75'),(445,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de6a571a-4e14-11e4-8a57-0800271c1b75'),(446,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'de6d703e-4e14-11e4-8a57-0800271c1b75'),(447,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:06',NULL,1,'2014-10-07 16:57:06',NULL,NULL,NULL,'dea2d297-4e14-11e4-8a57-0800271c1b75'),(448,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:07',NULL,1,'2014-10-07 16:57:07',NULL,NULL,NULL,'deb0b5a0-4e14-11e4-8a57-0800271c1b75'),(449,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:07',NULL,1,'2014-10-07 16:57:07',NULL,NULL,NULL,'deb301a2-4e14-11e4-8a57-0800271c1b75'),(450,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:07',NULL,1,'2014-10-07 16:57:07',NULL,NULL,NULL,'deef5de0-4e14-11e4-8a57-0800271c1b75'),(451,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:07',NULL,1,'2014-10-07 16:57:07',NULL,NULL,NULL,'def2ebfe-4e14-11e4-8a57-0800271c1b75'),(452,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:07',NULL,1,'2014-10-07 16:57:07',NULL,NULL,NULL,'def62640-4e14-11e4-8a57-0800271c1b75'),(453,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:07',NULL,1,'2014-10-07 16:57:07',NULL,NULL,NULL,'def763ab-4e14-11e4-8a57-0800271c1b75'),(454,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:08',NULL,1,'2014-10-07 16:57:08',NULL,NULL,NULL,'df6b49e5-4e14-11e4-8a57-0800271c1b75'),(455,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:08',NULL,1,'2014-10-07 16:57:08',NULL,NULL,NULL,'df9a2663-4e14-11e4-8a57-0800271c1b75'),(456,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:08',NULL,1,'2014-10-07 16:57:08',NULL,NULL,NULL,'df9da70c-4e14-11e4-8a57-0800271c1b75'),(457,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:09',NULL,1,'2014-10-07 16:57:09',NULL,NULL,NULL,'e0146da8-4e14-11e4-8a57-0800271c1b75'),(458,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:09',NULL,1,'2014-10-07 16:57:09',NULL,NULL,NULL,'e052a2ce-4e14-11e4-8a57-0800271c1b75'),(459,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:09',NULL,1,'2014-10-07 16:57:09',NULL,NULL,NULL,'e0581701-4e14-11e4-8a57-0800271c1b75'),(460,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:09',NULL,1,'2014-10-07 16:57:09',NULL,NULL,NULL,'e05cc030-4e14-11e4-8a57-0800271c1b75'),(461,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:09',NULL,1,'2014-10-07 16:57:09',NULL,NULL,NULL,'e05f04e8-4e14-11e4-8a57-0800271c1b75'),(462,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:09',NULL,1,'2014-10-07 16:57:09',NULL,NULL,NULL,'e0631556-4e14-11e4-8a57-0800271c1b75'),(463,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e09e8e4e-4e14-11e4-8a57-0800271c1b75'),(464,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0a127ea-4e14-11e4-8a57-0800271c1b75'),(465,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0a41580-4e14-11e4-8a57-0800271c1b75'),(466,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0cc38dc-4e14-11e4-8a57-0800271c1b75'),(467,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0cf54d9-4e14-11e4-8a57-0800271c1b75'),(468,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0d092f7-4e14-11e4-8a57-0800271c1b75'),(469,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0d42dc3-4e14-11e4-8a57-0800271c1b75'),(470,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0d7f059-4e14-11e4-8a57-0800271c1b75'),(471,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0d9b5bb-4e14-11e4-8a57-0800271c1b75'),(472,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0dcab74-4e14-11e4-8a57-0800271c1b75'),(473,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:10',NULL,1,'2014-10-07 16:57:10',NULL,NULL,NULL,'e0de87b3-4e14-11e4-8a57-0800271c1b75'),(474,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e11b2290-4e14-11e4-8a57-0800271c1b75'),(475,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e11fecb5-4e14-11e4-8a57-0800271c1b75'),(476,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e122da65-4e14-11e4-8a57-0800271c1b75'),(477,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e124c623-4e14-11e4-8a57-0800271c1b75'),(478,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e1282687-4e14-11e4-8a57-0800271c1b75'),(479,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e12ceb8e-4e14-11e4-8a57-0800271c1b75'),(480,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e12f2709-4e14-11e4-8a57-0800271c1b75'),(481,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e13466bb-4e14-11e4-8a57-0800271c1b75'),(482,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e1378d96-4e14-11e4-8a57-0800271c1b75'),(483,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e13bbf99-4e14-11e4-8a57-0800271c1b75'),(484,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e13f6f9e-4e14-11e4-8a57-0800271c1b75'),(485,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e1436b09-4e14-11e4-8a57-0800271c1b75'),(486,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e145a566-4e14-11e4-8a57-0800271c1b75'),(487,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e14a6aa9-4e14-11e4-8a57-0800271c1b75'),(488,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e186e253-4e14-11e4-8a57-0800271c1b75'),(489,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:11',NULL,1,'2014-10-07 16:57:11',NULL,NULL,NULL,'e18d4e47-4e14-11e4-8a57-0800271c1b75'),(490,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e1c2ecee-4e14-11e4-8a57-0800271c1b75'),(491,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e1faab75-4e14-11e4-8a57-0800271c1b75'),(492,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e1ff4375-4e14-11e4-8a57-0800271c1b75'),(493,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e201d65e-4e14-11e4-8a57-0800271c1b75'),(494,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e2062770-4e14-11e4-8a57-0800271c1b75'),(495,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e2096bee-4e14-11e4-8a57-0800271c1b75'),(496,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e20baa38-4e14-11e4-8a57-0800271c1b75'),(497,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e210cad6-4e14-11e4-8a57-0800271c1b75'),(498,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e213df6e-4e14-11e4-8a57-0800271c1b75'),(499,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:12',NULL,1,'2014-10-07 16:57:12',NULL,NULL,NULL,'e21fe529-4e14-11e4-8a57-0800271c1b75'),(500,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e25be742-4e14-11e4-8a57-0800271c1b75'),(501,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e25ef871-4e14-11e4-8a57-0800271c1b75'),(502,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e2650939-4e14-11e4-8a57-0800271c1b75'),(503,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e269b436-4e14-11e4-8a57-0800271c1b75'),(504,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e26c9989-4e14-11e4-8a57-0800271c1b75'),(505,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e2a8a3ba-4e14-11e4-8a57-0800271c1b75'),(506,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e2abe77b-4e14-11e4-8a57-0800271c1b75'),(507,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e2adb329-4e14-11e4-8a57-0800271c1b75'),(508,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:13',NULL,1,'2014-10-07 16:57:13',NULL,NULL,NULL,'e2b14b2b-4e14-11e4-8a57-0800271c1b75'),(509,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2e6d3fc-4e14-11e4-8a57-0800271c1b75'),(510,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2e9ae81-4e14-11e4-8a57-0800271c1b75'),(511,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2ed17a5-4e14-11e4-8a57-0800271c1b75'),(512,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2f27b27-4e14-11e4-8a57-0800271c1b75'),(513,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2f5aa22-4e14-11e4-8a57-0800271c1b75'),(514,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2f8bf59-4e14-11e4-8a57-0800271c1b75'),(515,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e2fb736b-4e14-11e4-8a57-0800271c1b75'),(516,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e30022cd-4e14-11e4-8a57-0800271c1b75'),(517,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e3037d72-4e14-11e4-8a57-0800271c1b75'),(518,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e3088891-4e14-11e4-8a57-0800271c1b75'),(519,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e30c68f6-4e14-11e4-8a57-0800271c1b75'),(520,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e32b82c8-4e14-11e4-8a57-0800271c1b75'),(521,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e3317bb6-4e14-11e4-8a57-0800271c1b75'),(522,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e3338f3f-4e14-11e4-8a57-0800271c1b75'),(523,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e337000e-4e14-11e4-8a57-0800271c1b75'),(524,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e33ab2c7-4e14-11e4-8a57-0800271c1b75'),(525,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e33fc3d2-4e14-11e4-8a57-0800271c1b75'),(526,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e3427198-4e14-11e4-8a57-0800271c1b75'),(527,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e3464ba0-4e14-11e4-8a57-0800271c1b75'),(528,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e348335e-4e14-11e4-8a57-0800271c1b75'),(529,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e34c05cb-4e14-11e4-8a57-0800271c1b75'),(530,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e34fe9b9-4e14-11e4-8a57-0800271c1b75'),(531,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:14',NULL,1,'2014-10-07 16:57:14',NULL,NULL,NULL,'e353f85f-4e14-11e4-8a57-0800271c1b75'),(532,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e38f54d9-4e14-11e4-8a57-0800271c1b75'),(533,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e39326be-4e14-11e4-8a57-0800271c1b75'),(534,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e394a70e-4e14-11e4-8a57-0800271c1b75'),(535,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3994327-4e14-11e4-8a57-0800271c1b75'),(536,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e39cb19a-4e14-11e4-8a57-0800271c1b75'),(537,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3dc04be-4e14-11e4-8a57-0800271c1b75'),(538,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3e08144-4e14-11e4-8a57-0800271c1b75'),(539,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3e3e7eb-4e14-11e4-8a57-0800271c1b75'),(540,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3e60acc-4e14-11e4-8a57-0800271c1b75'),(541,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3ea0318-4e14-11e4-8a57-0800271c1b75'),(542,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3ed4ffd-4e14-11e4-8a57-0800271c1b75'),(543,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:15',NULL,1,'2014-10-07 16:57:15',NULL,NULL,NULL,'e3f044de-4e14-11e4-8a57-0800271c1b75'),(544,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e4291295-4e14-11e4-8a57-0800271c1b75'),(545,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e45db463-4e14-11e4-8a57-0800271c1b75'),(546,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e4614f25-4e14-11e4-8a57-0800271c1b75'),(547,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e465d8ef-4e14-11e4-8a57-0800271c1b75'),(548,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e46941b4-4e14-11e4-8a57-0800271c1b75'),(549,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e46bc0bf-4e14-11e4-8a57-0800271c1b75'),(550,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:16',NULL,1,'2014-10-07 16:57:16',NULL,NULL,NULL,'e46e6f21-4e14-11e4-8a57-0800271c1b75'),(551,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e4a391e6-4e14-11e4-8a57-0800271c1b75'),(552,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e4e48d1c-4e14-11e4-8a57-0800271c1b75'),(553,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e4e8ab00-4e14-11e4-8a57-0800271c1b75'),(554,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e4ec4d56-4e14-11e4-8a57-0800271c1b75'),(555,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e4ef6397-4e14-11e4-8a57-0800271c1b75'),(556,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e4f3e737-4e14-11e4-8a57-0800271c1b75'),(557,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e501e6f4-4e14-11e4-8a57-0800271c1b75'),(558,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e5063009-4e14-11e4-8a57-0800271c1b75'),(559,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e50a12a2-4e14-11e4-8a57-0800271c1b75'),(560,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:17',NULL,1,'2014-10-07 16:57:17',NULL,NULL,NULL,'e50d9a12-4e14-11e4-8a57-0800271c1b75'),(561,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e54cd3b8-4e14-11e4-8a57-0800271c1b75'),(562,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e5508fb6-4e14-11e4-8a57-0800271c1b75'),(563,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e555f79d-4e14-11e4-8a57-0800271c1b75'),(564,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e589b3cb-4e14-11e4-8a57-0800271c1b75'),(565,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e5c73457-4e14-11e4-8a57-0800271c1b75'),(566,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e5cb594d-4e14-11e4-8a57-0800271c1b75'),(567,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e5cedac0-4e14-11e4-8a57-0800271c1b75'),(568,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:18',NULL,1,'2014-10-07 16:57:18',NULL,NULL,NULL,'e5d0b57d-4e14-11e4-8a57-0800271c1b75'),(569,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:19',NULL,1,'2014-10-07 16:57:19',NULL,NULL,NULL,'e5d5313b-4e14-11e4-8a57-0800271c1b75'),(570,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:19',NULL,1,'2014-10-07 16:57:19',NULL,NULL,NULL,'e5d6453f-4e14-11e4-8a57-0800271c1b75'),(571,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:19',NULL,1,'2014-10-07 16:57:19',NULL,NULL,NULL,'e5da4a8f-4e14-11e4-8a57-0800271c1b75'),(572,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:19',NULL,1,'2014-10-07 16:57:19',NULL,NULL,NULL,'e5ddb58e-4e14-11e4-8a57-0800271c1b75'),(573,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:19',NULL,1,'2014-10-07 16:57:19',NULL,NULL,NULL,'e653b663-4e14-11e4-8a57-0800271c1b75'),(574,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e68f4b7d-4e14-11e4-8a57-0800271c1b75'),(575,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e692f4bb-4e14-11e4-8a57-0800271c1b75'),(576,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e694b33e-4e14-11e4-8a57-0800271c1b75'),(577,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e698c78f-4e14-11e4-8a57-0800271c1b75'),(578,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e69ba86c-4e14-11e4-8a57-0800271c1b75'),(579,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e69d7e15-4e14-11e4-8a57-0800271c1b75'),(580,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6a0c404-4e14-11e4-8a57-0800271c1b75'),(581,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6ac33c9-4e14-11e4-8a57-0800271c1b75'),(582,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6ae1990-4e14-11e4-8a57-0800271c1b75'),(583,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6b213e9-4e14-11e4-8a57-0800271c1b75'),(584,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6b508fd-4e14-11e4-8a57-0800271c1b75'),(585,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6c10d5e-4e14-11e4-8a57-0800271c1b75'),(586,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6c4ef67-4e14-11e4-8a57-0800271c1b75'),(587,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6fa50f5-4e14-11e4-8a57-0800271c1b75'),(588,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6fc80f3-4e14-11e4-8a57-0800271c1b75'),(589,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:20',NULL,1,'2014-10-07 16:57:20',NULL,NULL,NULL,'e6ffb068-4e14-11e4-8a57-0800271c1b75'),(590,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e7059bf8-4e14-11e4-8a57-0800271c1b75'),(591,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e7096085-4e14-11e4-8a57-0800271c1b75'),(592,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e70c818c-4e14-11e4-8a57-0800271c1b75'),(593,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e71029d3-4e14-11e4-8a57-0800271c1b75'),(594,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e715214a-4e14-11e4-8a57-0800271c1b75'),(595,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e71744cc-4e14-11e4-8a57-0800271c1b75'),(596,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e71b87b4-4e14-11e4-8a57-0800271c1b75'),(597,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e71e5556-4e14-11e4-8a57-0800271c1b75'),(598,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e724fe52-4e14-11e4-8a57-0800271c1b75'),(599,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e7282f0d-4e14-11e4-8a57-0800271c1b75'),(600,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e767f2af-4e14-11e4-8a57-0800271c1b75'),(601,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e76a0266-4e14-11e4-8a57-0800271c1b75'),(602,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e76d6d6a-4e14-11e4-8a57-0800271c1b75'),(603,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e770d9f4-4e14-11e4-8a57-0800271c1b75'),(604,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e77450cb-4e14-11e4-8a57-0800271c1b75'),(605,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e777b49e-4e14-11e4-8a57-0800271c1b75'),(606,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e77a213c-4e14-11e4-8a57-0800271c1b75'),(607,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:57:21',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'e77f0416-4e14-11e4-8a57-0800271c1b75'),(608,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e7823b51-4e14-11e4-8a57-0800271c1b75'),(609,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e78419b8-4e14-11e4-8a57-0800271c1b75'),(610,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e787e121-4e14-11e4-8a57-0800271c1b75'),(611,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e78b1cc5-4e14-11e4-8a57-0800271c1b75'),(612,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e78d37f0-4e14-11e4-8a57-0800271c1b75'),(613,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:21',NULL,1,'2014-10-07 16:57:21',NULL,NULL,NULL,'e790c430-4e14-11e4-8a57-0800271c1b75'),(614,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:22',NULL,1,'2014-10-07 16:57:22',NULL,NULL,NULL,'e7d12a11-4e14-11e4-8a57-0800271c1b75'),(615,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:22',NULL,1,'2014-10-07 16:57:22',NULL,NULL,NULL,'e7f15093-4e14-11e4-8a57-0800271c1b75'),(616,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:22',NULL,1,'2014-10-07 16:57:22',NULL,NULL,NULL,'e7f4b8cc-4e14-11e4-8a57-0800271c1b75'),(617,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:22',NULL,1,'2014-10-07 16:57:22',NULL,NULL,NULL,'e7f8506e-4e14-11e4-8a57-0800271c1b75'),(618,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:22',NULL,1,'2014-10-07 16:57:22',NULL,NULL,NULL,'e82e4ea1-4e14-11e4-8a57-0800271c1b75'),(619,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e86b663e-4e14-11e4-8a57-0800271c1b75'),(620,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e86f642f-4e14-11e4-8a57-0800271c1b75'),(621,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e872c822-4e14-11e4-8a57-0800271c1b75'),(622,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e8749ff4-4e14-11e4-8a57-0800271c1b75'),(623,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e8789705-4e14-11e4-8a57-0800271c1b75'),(624,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e87be8d2-4e14-11e4-8a57-0800271c1b75'),(625,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e87d161a-4e14-11e4-8a57-0800271c1b75'),(626,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e880bff6-4e14-11e4-8a57-0800271c1b75'),(627,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e8826641-4e14-11e4-8a57-0800271c1b75'),(628,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e886a16d-4e14-11e4-8a57-0800271c1b75'),(629,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e88a4be7-4e14-11e4-8a57-0800271c1b75'),(630,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e88bdcb0-4e14-11e4-8a57-0800271c1b75'),(631,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e88fcfb4-4e14-11e4-8a57-0800271c1b75'),(632,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e8c7c985-4e14-11e4-8a57-0800271c1b75'),(633,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:23',NULL,1,'2014-10-07 16:57:23',NULL,NULL,NULL,'e8ca9fae-4e14-11e4-8a57-0800271c1b75'),(634,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e8ce4a66-4e14-11e4-8a57-0800271c1b75'),(635,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e8d06c2e-4e14-11e4-8a57-0800271c1b75'),(636,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e905096c-4e14-11e4-8a57-0800271c1b75'),(637,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e907dcb4-4e14-11e4-8a57-0800271c1b75'),(638,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e9099b0b-4e14-11e4-8a57-0800271c1b75'),(639,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e90d34b1-4e14-11e4-8a57-0800271c1b75'),(640,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e90fa5fe-4e14-11e4-8a57-0800271c1b75'),(641,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e915e048-4e14-11e4-8a57-0800271c1b75'),(642,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e923d1fe-4e14-11e4-8a57-0800271c1b75'),(643,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e9265581-4e14-11e4-8a57-0800271c1b75'),(644,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e92970af-4e14-11e4-8a57-0800271c1b75'),(645,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e92c1e3a-4e14-11e4-8a57-0800271c1b75'),(646,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e92e0592-4e14-11e4-8a57-0800271c1b75'),(647,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:24',NULL,1,'2014-10-07 16:57:24',NULL,NULL,NULL,'e96376d4-4e14-11e4-8a57-0800271c1b75'),(648,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9688e22-4e14-11e4-8a57-0800271c1b75'),(649,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e99ed8c3-4e14-11e4-8a57-0800271c1b75'),(650,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9a26e59-4e14-11e4-8a57-0800271c1b75'),(651,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9a51bb7-4e14-11e4-8a57-0800271c1b75'),(652,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9a6eda5-4e14-11e4-8a57-0800271c1b75'),(653,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9aa2d70-4e14-11e4-8a57-0800271c1b75'),(654,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9ad8795-4e14-11e4-8a57-0800271c1b75'),(655,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9afc64a-4e14-11e4-8a57-0800271c1b75'),(656,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9b2fc60-4e14-11e4-8a57-0800271c1b75'),(657,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9b6897e-4e14-11e4-8a57-0800271c1b75'),(658,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9ebbe41-4e14-11e4-8a57-0800271c1b75'),(659,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9efad45-4e14-11e4-8a57-0800271c1b75'),(660,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9f15c17-4e14-11e4-8a57-0800271c1b75'),(661,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9f4a066-4e14-11e4-8a57-0800271c1b75'),(662,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9f84ad8-4e14-11e4-8a57-0800271c1b75'),(663,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:25',NULL,1,'2014-10-07 16:57:25',NULL,NULL,NULL,'e9fb3648-4e14-11e4-8a57-0800271c1b75'),(664,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'e9fe3ff8-4e14-11e4-8a57-0800271c1b75'),(665,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea0182a1-4e14-11e4-8a57-0800271c1b75'),(666,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea05a1a6-4e14-11e4-8a57-0800271c1b75'),(667,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea08c98f-4e14-11e4-8a57-0800271c1b75'),(668,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea0bfdc6-4e14-11e4-8a57-0800271c1b75'),(669,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea0fe837-4e14-11e4-8a57-0800271c1b75'),(670,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea1376ca-4e14-11e4-8a57-0800271c1b75'),(671,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea160612-4e14-11e4-8a57-0800271c1b75'),(672,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea185ac5-4e14-11e4-8a57-0800271c1b75'),(673,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea1b0b93-4e14-11e4-8a57-0800271c1b75'),(674,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea1ef17e-4e14-11e4-8a57-0800271c1b75'),(675,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea24115b-4e14-11e4-8a57-0800271c1b75'),(676,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea277e54-4e14-11e4-8a57-0800271c1b75'),(677,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea2b518e-4e14-11e4-8a57-0800271c1b75'),(678,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea2ec61e-4e14-11e4-8a57-0800271c1b75'),(679,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea32f731-4e14-11e4-8a57-0800271c1b75'),(680,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea3601ff-4e14-11e4-8a57-0800271c1b75'),(681,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea380283-4e14-11e4-8a57-0800271c1b75'),(682,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea3b6389-4e14-11e4-8a57-0800271c1b75'),(683,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea526593-4e14-11e4-8a57-0800271c1b75'),(684,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea57f1c4-4e14-11e4-8a57-0800271c1b75'),(685,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea5ab6b9-4e14-11e4-8a57-0800271c1b75'),(686,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea5e359b-4e14-11e4-8a57-0800271c1b75'),(687,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea619ccd-4e14-11e4-8a57-0800271c1b75'),(688,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea687347-4e14-11e4-8a57-0800271c1b75'),(689,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea6a58e5-4e14-11e4-8a57-0800271c1b75'),(690,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea6e3239-4e14-11e4-8a57-0800271c1b75'),(691,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea71773e-4e14-11e4-8a57-0800271c1b75'),(692,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea7342d1-4e14-11e4-8a57-0800271c1b75'),(693,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea769781-4e14-11e4-8a57-0800271c1b75'),(694,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea78f1f3-4e14-11e4-8a57-0800271c1b75'),(695,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea7b296e-4e14-11e4-8a57-0800271c1b75'),(696,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea7edc4b-4e14-11e4-8a57-0800271c1b75'),(697,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea80e26c-4e14-11e4-8a57-0800271c1b75'),(698,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea849eea-4e14-11e4-8a57-0800271c1b75'),(699,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea87beff-4e14-11e4-8a57-0800271c1b75'),(700,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea89cfff-4e14-11e4-8a57-0800271c1b75'),(701,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea8cef67-4e14-11e4-8a57-0800271c1b75'),(702,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea8f11e8-4e14-11e4-8a57-0800271c1b75'),(703,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea922f5b-4e14-11e4-8a57-0800271c1b75'),(704,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:26',NULL,1,'2014-10-07 16:57:26',NULL,NULL,NULL,'ea9566e3-4e14-11e4-8a57-0800271c1b75'),(705,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'ea99434b-4e14-11e4-8a57-0800271c1b75'),(706,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'ea9bdfb1-4e14-11e4-8a57-0800271c1b75'),(707,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'ea9f494d-4e14-11e4-8a57-0800271c1b75'),(708,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eaa1137b-4e14-11e4-8a57-0800271c1b75'),(709,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eaa60ff2-4e14-11e4-8a57-0800271c1b75'),(710,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eae09446-4e14-11e4-8a57-0800271c1b75'),(711,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eb1fdf45-4e14-11e4-8a57-0800271c1b75'),(712,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eb21fd4e-4e14-11e4-8a57-0800271c1b75'),(713,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eb24c13a-4e14-11e4-8a57-0800271c1b75'),(714,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:27',NULL,1,'2014-10-07 16:57:27',NULL,NULL,NULL,'eb27476c-4e14-11e4-8a57-0800271c1b75'),(715,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:28',NULL,1,'2014-10-07 16:57:28',NULL,NULL,NULL,'eb5c2f1f-4e14-11e4-8a57-0800271c1b75'),(716,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:28',NULL,1,'2014-10-07 16:57:28',NULL,NULL,NULL,'eb603c8f-4e14-11e4-8a57-0800271c1b75'),(717,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ebc7ddfd-4e14-11e4-8a57-0800271c1b75'),(718,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec05b76d-4e14-11e4-8a57-0800271c1b75'),(719,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec0aa91e-4e14-11e4-8a57-0800271c1b75'),(720,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec110592-4e14-11e4-8a57-0800271c1b75'),(721,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec429b4f-4e14-11e4-8a57-0800271c1b75'),(722,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec460c39-4e14-11e4-8a57-0800271c1b75'),(723,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec4a05a4-4e14-11e4-8a57-0800271c1b75'),(724,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec4c41ce-4e14-11e4-8a57-0800271c1b75'),(725,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec503172-4e14-11e4-8a57-0800271c1b75'),(726,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec532105-4e14-11e4-8a57-0800271c1b75'),(727,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec553a2a-4e14-11e4-8a57-0800271c1b75'),(728,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec59961c-4e14-11e4-8a57-0800271c1b75'),(729,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:29',NULL,1,'2014-10-07 16:57:29',NULL,NULL,NULL,'ec5d84c3-4e14-11e4-8a57-0800271c1b75'),(730,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ec8f90e6-4e14-11e4-8a57-0800271c1b75'),(731,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ec9269d4-4e14-11e4-8a57-0800271c1b75'),(732,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ec9592ed-4e14-11e4-8a57-0800271c1b75'),(733,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ec992d68-4e14-11e4-8a57-0800271c1b75'),(734,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ec9c2884-4e14-11e4-8a57-0800271c1b75'),(735,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ec9e159a-4e14-11e4-8a57-0800271c1b75'),(736,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'eca0dae8-4e14-11e4-8a57-0800271c1b75'),(737,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ecb5a1bf-4e14-11e4-8a57-0800271c1b75'),(738,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ecb910f2-4e14-11e4-8a57-0800271c1b75'),(739,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:30',NULL,1,'2014-10-07 16:57:30',NULL,NULL,NULL,'ecbc7d14-4e14-11e4-8a57-0800271c1b75'),(740,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ecfeac2e-4e14-11e4-8a57-0800271c1b75'),(741,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed03c7df-4e14-11e4-8a57-0800271c1b75'),(742,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed070bd2-4e14-11e4-8a57-0800271c1b75'),(743,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed75ad9f-4e14-11e4-8a57-0800271c1b75'),(744,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed790a22-4e14-11e4-8a57-0800271c1b75'),(745,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed7cbb2e-4e14-11e4-8a57-0800271c1b75'),(746,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed7e6746-4e14-11e4-8a57-0800271c1b75'),(747,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed81d880-4e14-11e4-8a57-0800271c1b75'),(748,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed85e597-4e14-11e4-8a57-0800271c1b75'),(749,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed8949b2-4e14-11e4-8a57-0800271c1b75'),(750,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:31',NULL,1,'2014-10-07 16:57:31',NULL,NULL,NULL,'ed8cc304-4e14-11e4-8a57-0800271c1b75'),(751,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edc35eb9-4e14-11e4-8a57-0800271c1b75'),(752,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edc8363e-4e14-11e4-8a57-0800271c1b75'),(753,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edcc1e0e-4e14-11e4-8a57-0800271c1b75'),(754,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edd0f913-4e14-11e4-8a57-0800271c1b75'),(755,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edd4c585-4e14-11e4-8a57-0800271c1b75'),(756,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'ede871f9-4e14-11e4-8a57-0800271c1b75'),(757,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edeb9e62-4e14-11e4-8a57-0800271c1b75'),(758,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edf0485d-4e14-11e4-8a57-0800271c1b75'),(759,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edf4a297-4e14-11e4-8a57-0800271c1b75'),(760,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edf87de8-4e14-11e4-8a57-0800271c1b75'),(761,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edfc968f-4e14-11e4-8a57-0800271c1b75'),(762,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'edfefa44-4e14-11e4-8a57-0800271c1b75'),(763,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:32',NULL,1,'2014-10-07 16:57:32',NULL,NULL,NULL,'ee04203d-4e14-11e4-8a57-0800271c1b75'),(764,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:33',NULL,1,'2014-10-07 16:57:33',NULL,NULL,NULL,'ee403553-4e14-11e4-8a57-0800271c1b75'),(765,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:33',NULL,1,'2014-10-07 16:57:33',NULL,NULL,NULL,'ee7d866b-4e14-11e4-8a57-0800271c1b75'),(766,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:33',NULL,1,'2014-10-07 16:57:33',NULL,NULL,NULL,'eeb7d3f4-4e14-11e4-8a57-0800271c1b75'),(767,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:33',NULL,1,'2014-10-07 16:57:33',NULL,NULL,NULL,'eebde8db-4e14-11e4-8a57-0800271c1b75'),(768,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'eef89305-4e14-11e4-8a57-0800271c1b75'),(769,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'eefd1da2-4e14-11e4-8a57-0800271c1b75'),(770,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef004bd5-4e14-11e4-8a57-0800271c1b75'),(771,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef041c78-4e14-11e4-8a57-0800271c1b75'),(772,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef07112b-4e14-11e4-8a57-0800271c1b75'),(773,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef0981f0-4e14-11e4-8a57-0800271c1b75'),(774,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef1876c6-4e14-11e4-8a57-0800271c1b75'),(775,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef532c22-4e14-11e4-8a57-0800271c1b75'),(776,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef57bc0c-4e14-11e4-8a57-0800271c1b75'),(777,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:34',NULL,1,'2014-10-07 16:57:34',NULL,NULL,NULL,'ef5ae86d-4e14-11e4-8a57-0800271c1b75'),(778,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'ef5d12b2-4e14-11e4-8a57-0800271c1b75'),(779,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'ef61906d-4e14-11e4-8a57-0800271c1b75'),(780,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'ef65d2a0-4e14-11e4-8a57-0800271c1b75'),(781,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'ef9f11e3-4e14-11e4-8a57-0800271c1b75'),(782,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efa2daf3-4e14-11e4-8a57-0800271c1b75'),(783,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efa65826-4e14-11e4-8a57-0800271c1b75'),(784,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efa8a53c-4e14-11e4-8a57-0800271c1b75'),(785,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efac5f09-4e14-11e4-8a57-0800271c1b75'),(786,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efb17e08-4e14-11e4-8a57-0800271c1b75'),(787,0,NULL,NULL,NULL,4,10,1,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efb5e2c7-4e14-11e4-8a57-0800271c1b75'),(788,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efb709f0-4e14-11e4-8a57-0800271c1b75'),(789,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efb8fbfe-4e14-11e4-8a57-0800271c1b75'),(790,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efbc8206-4e14-11e4-8a57-0800271c1b75'),(791,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efbf9d90-4e14-11e4-8a57-0800271c1b75'),(792,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efc3a75c-4e14-11e4-8a57-0800271c1b75'),(793,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efc6d143-4e14-11e4-8a57-0800271c1b75'),(794,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efca07ce-4e14-11e4-8a57-0800271c1b75'),(795,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efcbd325-4e14-11e4-8a57-0800271c1b75'),(796,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efcef7b1-4e14-11e4-8a57-0800271c1b75'),(797,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efd2679c-4e14-11e4-8a57-0800271c1b75'),(798,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efd422cd-4e14-11e4-8a57-0800271c1b75'),(799,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efdab612-4e14-11e4-8a57-0800271c1b75'),(800,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efdcfec8-4e14-11e4-8a57-0800271c1b75'),(801,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efe03f8b-4e14-11e4-8a57-0800271c1b75'),(802,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efe3d601-4e14-11e4-8a57-0800271c1b75'),(803,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efea7f2d-4e14-11e4-8a57-0800271c1b75'),(804,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'efee2483-4e14-11e4-8a57-0800271c1b75'),(805,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:35',NULL,1,'2014-10-07 16:57:35',NULL,NULL,NULL,'eff028ad-4e14-11e4-8a57-0800271c1b75'),(806,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'eff42213-4e14-11e4-8a57-0800271c1b75'),(807,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'eff8777b-4e14-11e4-8a57-0800271c1b75'),(808,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'effc05ba-4e14-11e4-8a57-0800271c1b75'),(809,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'efff2a60-4e14-11e4-8a57-0800271c1b75'),(810,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f0015430-4e14-11e4-8a57-0800271c1b75'),(811,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f0040ec7-4e14-11e4-8a57-0800271c1b75'),(812,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f007aa45-4e14-11e4-8a57-0800271c1b75'),(813,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f00b313f-4e14-11e4-8a57-0800271c1b75'),(814,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f00d97ff-4e14-11e4-8a57-0800271c1b75'),(815,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f00f73de-4e14-11e4-8a57-0800271c1b75'),(816,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f01840c1-4e14-11e4-8a57-0800271c1b75'),(817,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f01b758e-4e14-11e4-8a57-0800271c1b75'),(818,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f01d3dde-4e14-11e4-8a57-0800271c1b75'),(819,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f01fd127-4e14-11e4-8a57-0800271c1b75'),(820,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f048e9b5-4e14-11e4-8a57-0800271c1b75'),(821,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f04b3016-4e14-11e4-8a57-0800271c1b75'),(822,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f0874c4f-4e14-11e4-8a57-0800271c1b75'),(823,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:36',NULL,1,'2014-10-07 16:57:36',NULL,NULL,NULL,'f089550b-4e14-11e4-8a57-0800271c1b75'),(824,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f08d86d6-4e14-11e4-8a57-0800271c1b75'),(825,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f08f9cdf-4e14-11e4-8a57-0800271c1b75'),(826,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f092493a-4e14-11e4-8a57-0800271c1b75'),(827,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f094c120-4e14-11e4-8a57-0800271c1b75'),(828,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f0d261d5-4e14-11e4-8a57-0800271c1b75'),(829,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f0d5275d-4e14-11e4-8a57-0800271c1b75'),(830,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f0ded4f0-4e14-11e4-8a57-0800271c1b75'),(831,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f0e09971-4e14-11e4-8a57-0800271c1b75'),(832,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f11ef771-4e14-11e4-8a57-0800271c1b75'),(833,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:37',NULL,1,'2014-10-07 16:57:37',NULL,NULL,NULL,'f1211b8d-4e14-11e4-8a57-0800271c1b75'),(834,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f125b6cc-4e14-11e4-8a57-0800271c1b75'),(835,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f129df86-4e14-11e4-8a57-0800271c1b75'),(836,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f12b766e-4e14-11e4-8a57-0800271c1b75'),(837,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f16b13fd-4e14-11e4-8a57-0800271c1b75'),(838,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f16f3a58-4e14-11e4-8a57-0800271c1b75'),(839,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f171e8dc-4e14-11e4-8a57-0800271c1b75'),(840,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f1753c8f-4e14-11e4-8a57-0800271c1b75'),(841,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f17c254b-4e14-11e4-8a57-0800271c1b75'),(842,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f1b8dec0-4e14-11e4-8a57-0800271c1b75'),(843,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:38',NULL,1,'2014-10-07 16:57:38',NULL,NULL,NULL,'f1bbf80c-4e14-11e4-8a57-0800271c1b75'),(844,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f1bf4a0a-4e14-11e4-8a57-0800271c1b75'),(845,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f1c14d1d-4e14-11e4-8a57-0800271c1b75'),(846,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f1c5e152-4e14-11e4-8a57-0800271c1b75'),(847,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f1c7dbfc-4e14-11e4-8a57-0800271c1b75'),(848,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f1cae999-4e14-11e4-8a57-0800271c1b75'),(849,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f207f5fd-4e14-11e4-8a57-0800271c1b75'),(850,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:57:39',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'f20b15b2-4e14-11e4-8a57-0800271c1b75'),(851,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f2432cce-4e14-11e4-8a57-0800271c1b75'),(852,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f2462974-4e14-11e4-8a57-0800271c1b75'),(853,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:39',NULL,1,'2014-10-07 16:57:39',NULL,NULL,NULL,'f2498695-4e14-11e4-8a57-0800271c1b75'),(854,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:40',NULL,1,'2014-10-07 16:57:40',NULL,NULL,NULL,'f28505d5-4e14-11e4-8a57-0800271c1b75'),(855,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:40',NULL,1,'2014-10-07 16:57:40',NULL,NULL,NULL,'f2ad41e6-4e14-11e4-8a57-0800271c1b75'),(856,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:40',NULL,1,'2014-10-07 16:57:40',NULL,NULL,NULL,'f2b0476f-4e14-11e4-8a57-0800271c1b75'),(857,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:40',NULL,1,'2014-10-07 16:57:40',NULL,NULL,NULL,'f2b3ac37-4e14-11e4-8a57-0800271c1b75'),(858,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:40',NULL,1,'2014-10-07 16:57:40',NULL,NULL,NULL,'f2ee187d-4e14-11e4-8a57-0800271c1b75'),(859,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f2f1f936-4e14-11e4-8a57-0800271c1b75'),(860,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f2f76588-4e14-11e4-8a57-0800271c1b75'),(861,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f2fa859e-4e14-11e4-8a57-0800271c1b75'),(862,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f2fc25c7-4e14-11e4-8a57-0800271c1b75'),(863,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f300c70b-4e14-11e4-8a57-0800271c1b75'),(864,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f3025723-4e14-11e4-8a57-0800271c1b75'),(865,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f3055d07-4e14-11e4-8a57-0800271c1b75'),(866,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f309e3f6-4e14-11e4-8a57-0800271c1b75'),(867,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f30d5cb7-4e14-11e4-8a57-0800271c1b75'),(868,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f310a3a3-4e14-11e4-8a57-0800271c1b75'),(869,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f3123fe6-4e14-11e4-8a57-0800271c1b75'),(870,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f315f064-4e14-11e4-8a57-0800271c1b75'),(871,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f31783e1-4e14-11e4-8a57-0800271c1b75'),(872,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f31bf9bb-4e14-11e4-8a57-0800271c1b75'),(873,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f31f4721-4e14-11e4-8a57-0800271c1b75'),(874,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f32227b9-4e14-11e4-8a57-0800271c1b75'),(875,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f35731b9-4e14-11e4-8a57-0800271c1b75'),(876,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:41',NULL,1,'2014-10-07 16:57:41',NULL,NULL,NULL,'f35aa24a-4e14-11e4-8a57-0800271c1b75'),(877,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:42',NULL,1,'2014-10-07 16:57:42',NULL,NULL,NULL,'f3949526-4e14-11e4-8a57-0800271c1b75'),(878,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:42',NULL,1,'2014-10-07 16:57:42',NULL,NULL,NULL,'f3987cff-4e14-11e4-8a57-0800271c1b75'),(879,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:42',NULL,1,'2014-10-07 16:57:42',NULL,NULL,NULL,'f39c4539-4e14-11e4-8a57-0800271c1b75'),(880,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:42',NULL,1,'2014-10-07 16:57:42',NULL,NULL,NULL,'f39fbd0f-4e14-11e4-8a57-0800271c1b75'),(881,0,NULL,NULL,NULL,4,4,0,1,'2014-10-07 16:57:42',NULL,1,'2014-10-07 16:57:42',NULL,NULL,NULL,'f3a240e2-4e14-11e4-8a57-0800271c1b75'),(882,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'1dfb0948-4e15-11e4-8a57-0800271c1b75'),(883,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1dfe7928-4e15-11e4-8a57-0800271c1b75'),(884,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,4,'2015-07-03 11:52:32',NULL,NULL,NULL,'1e01664e-4e15-11e4-8a57-0800271c1b75'),(885,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e035d7e-4e15-11e4-8a57-0800271c1b75'),(886,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e078201-4e15-11e4-8a57-0800271c1b75'),(887,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e09fa6a-4e15-11e4-8a57-0800271c1b75'),(888,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,4,'2015-07-03 11:52:33',NULL,NULL,NULL,'1e0f4158-4e15-11e4-8a57-0800271c1b75'),(889,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e1f19ef-4e15-11e4-8a57-0800271c1b75'),(890,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e233bb7-4e15-11e4-8a57-0800271c1b75'),(891,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e272149-4e15-11e4-8a57-0800271c1b75'),(892,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,4,'2015-02-19 12:20:49',NULL,NULL,NULL,'1e2918fb-4e15-11e4-8a57-0800271c1b75'),(893,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e2d7883-4e15-11e4-8a57-0800271c1b75'),(894,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e31dff9-4e15-11e4-8a57-0800271c1b75'),(895,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e35fb1a-4e15-11e4-8a57-0800271c1b75'),(896,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e39b082-4e15-11e4-8a57-0800271c1b75'),(897,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e3d5749-4e15-11e4-8a57-0800271c1b75'),(898,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:53',NULL,1,'2014-10-07 16:58:53',NULL,NULL,NULL,'1e6f31a6-4e15-11e4-8a57-0800271c1b75'),(899,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:54',NULL,1,'2014-10-07 16:58:54',NULL,NULL,NULL,'1ec7b018-4e15-11e4-8a57-0800271c1b75'),(900,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:54',NULL,1,'2014-10-07 16:58:54',NULL,NULL,NULL,'1f090668-4e15-11e4-8a57-0800271c1b75'),(901,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,4,'2015-07-03 11:52:32',NULL,NULL,NULL,'1f0f8ec6-4e15-11e4-8a57-0800271c1b75'),(902,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f139595-4e15-11e4-8a57-0800271c1b75'),(903,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f17bb4b-4e15-11e4-8a57-0800271c1b75'),(904,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f1c29f6-4e15-11e4-8a57-0800271c1b75'),(905,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f592562-4e15-11e4-8a57-0800271c1b75'),(906,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f5b3d0e-4e15-11e4-8a57-0800271c1b75'),(907,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f5e563c-4e15-11e4-8a57-0800271c1b75'),(908,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f635f1a-4e15-11e4-8a57-0800271c1b75'),(909,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f6685c0-4e15-11e4-8a57-0800271c1b75'),(910,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f6a5ea9-4e15-11e4-8a57-0800271c1b75'),(911,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f6ee168-4e15-11e4-8a57-0800271c1b75'),(912,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:55',NULL,1,'2014-10-07 16:58:55',NULL,NULL,NULL,'1f70f0e3-4e15-11e4-8a57-0800271c1b75'),(913,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1fa53cd0-4e15-11e4-8a57-0800271c1b75'),(914,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1faa5af3-4e15-11e4-8a57-0800271c1b75'),(915,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1fad62aa-4e15-11e4-8a57-0800271c1b75'),(916,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1fb39d05-4e15-11e4-8a57-0800271c1b75'),(917,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1fefe32c-4e15-11e4-8a57-0800271c1b75'),(918,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1ff55e9c-4e15-11e4-8a57-0800271c1b75'),(919,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1ff9d6fc-4e15-11e4-8a57-0800271c1b75'),(920,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'1ffe2cde-4e15-11e4-8a57-0800271c1b75'),(921,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'200275e4-4e15-11e4-8a57-0800271c1b75'),(922,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:56',NULL,1,'2014-10-07 16:58:56',NULL,NULL,NULL,'20052626-4e15-11e4-8a57-0800271c1b75'),(923,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:57',NULL,1,'2014-10-07 16:58:57',NULL,NULL,NULL,'203d9e67-4e15-11e4-8a57-0800271c1b75'),(924,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:57',NULL,1,'2014-10-07 16:58:57',NULL,NULL,NULL,'207d0654-4e15-11e4-8a57-0800271c1b75'),(925,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:57',NULL,1,'2014-10-07 16:58:57',NULL,NULL,NULL,'20b7d029-4e15-11e4-8a57-0800271c1b75'),(926,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:57',NULL,1,'2014-10-07 16:58:57',NULL,NULL,NULL,'20bb55e4-4e15-11e4-8a57-0800271c1b75'),(927,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:57',NULL,1,'2014-10-07 16:58:57',NULL,NULL,NULL,'20bed4ef-4e15-11e4-8a57-0800271c1b75'),(928,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:58',NULL,1,'2014-10-07 16:58:58',NULL,NULL,NULL,'20f7020d-4e15-11e4-8a57-0800271c1b75'),(929,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:58',NULL,1,'2014-10-07 16:58:58',NULL,NULL,NULL,'212927fb-4e15-11e4-8a57-0800271c1b75'),(930,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:58',NULL,1,'2014-10-07 16:58:58',NULL,NULL,NULL,'212d295f-4e15-11e4-8a57-0800271c1b75'),(931,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:58',NULL,1,'2014-10-07 16:58:58',NULL,NULL,NULL,'212ffc94-4e15-11e4-8a57-0800271c1b75'),(932,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:58',NULL,1,'2014-10-07 16:58:58',NULL,NULL,NULL,'2134b7e3-4e15-11e4-8a57-0800271c1b75'),(933,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'2173b7d9-4e15-11e4-8a57-0800271c1b75'),(934,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'2178d694-4e15-11e4-8a57-0800271c1b75'),(935,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'217d6872-4e15-11e4-8a57-0800271c1b75'),(936,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'21835173-4e15-11e4-8a57-0800271c1b75'),(937,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'21880af9-4e15-11e4-8a57-0800271c1b75'),(938,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'21bdb6cf-4e15-11e4-8a57-0800271c1b75'),(939,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'21c2aedc-4e15-11e4-8a57-0800271c1b75'),(940,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'21c6e70d-4e15-11e4-8a57-0800271c1b75'),(941,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:58:59',NULL,1,'2014-10-07 16:58:59',NULL,NULL,NULL,'21cacfb0-4e15-11e4-8a57-0800271c1b75'),(942,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:59:00',NULL,1,'2014-10-07 16:59:00',NULL,NULL,NULL,'220fc2a9-4e15-11e4-8a57-0800271c1b75'),(943,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:59:00',NULL,1,'2014-10-07 16:59:00',NULL,NULL,NULL,'2216e20d-4e15-11e4-8a57-0800271c1b75'),(944,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:59:00',NULL,1,'2014-10-07 16:59:00',NULL,NULL,NULL,'22479fd3-4e15-11e4-8a57-0800271c1b75'),(945,0,NULL,NULL,NULL,4,11,0,1,'2014-10-07 16:59:00',NULL,1,'2014-10-07 16:59:00',NULL,NULL,NULL,'224b7592-4e15-11e4-8a57-0800271c1b75'),(946,0,NULL,NULL,NULL,4,10,1,1,'2014-12-23 16:25:25',NULL,4,'2015-07-03 12:09:17',NULL,NULL,NULL,'33396b29-8a92-11e4-977f-0800271c1b75'),(947,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'333eb629-8a92-11e4-977f-0800271c1b75'),(948,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'333f4c20-8a92-11e4-977f-0800271c1b75'),(949,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33436036-8a92-11e4-977f-0800271c1b75'),(950,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'3344f15b-8a92-11e4-977f-0800271c1b75'),(951,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33460abd-8a92-11e4-977f-0800271c1b75'),(952,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'334ce904-8a92-11e4-977f-0800271c1b75'),(953,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'334dbd41-8a92-11e4-977f-0800271c1b75'),(954,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'334ea16c-8a92-11e4-977f-0800271c1b75'),(955,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'334f851c-8a92-11e4-977f-0800271c1b75'),(956,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'335071ea-8a92-11e4-977f-0800271c1b75'),(957,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33516e22-8a92-11e4-977f-0800271c1b75'),(958,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33523c55-8a92-11e4-977f-0800271c1b75'),(959,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'3352f51b-8a92-11e4-977f-0800271c1b75'),(960,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'3353b81e-8a92-11e4-977f-0800271c1b75'),(961,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33547af0-8a92-11e4-977f-0800271c1b75'),(962,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'3355487f-8a92-11e4-977f-0800271c1b75'),(963,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33580f17-8a92-11e4-977f-0800271c1b75'),(964,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'3358e040-8a92-11e4-977f-0800271c1b75'),(965,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'33599882-8a92-11e4-977f-0800271c1b75'),(966,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:25',NULL,1,'2014-12-23 16:25:25',NULL,NULL,NULL,'335a4e0a-8a92-11e4-977f-0800271c1b75'),(967,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'33b0b316-8a92-11e4-977f-0800271c1b75'),(968,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'33b11175-8a92-11e4-977f-0800271c1b75'),(969,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b16adb-8a92-11e4-977f-0800271c1b75'),(970,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b1c5a3-8a92-11e4-977f-0800271c1b75'),(971,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b2324f-8a92-11e4-977f-0800271c1b75'),(972,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b40722-8a92-11e4-977f-0800271c1b75'),(973,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b501b0-8a92-11e4-977f-0800271c1b75'),(974,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b5c447-8a92-11e4-977f-0800271c1b75'),(975,0,NULL,NULL,NULL,4,20,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33b68622-8a92-11e4-977f-0800271c1b75'),(976,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33bc78b1-8a92-11e4-977f-0800271c1b75'),(977,0,NULL,NULL,NULL,4,11,0,1,'2014-12-23 16:25:26',NULL,1,'2014-12-23 16:25:26',NULL,NULL,NULL,'33c373ea-8a92-11e4-977f-0800271c1b75'),(978,0,NULL,NULL,NULL,4,11,0,4,'2014-12-24 15:13:58',NULL,4,'2014-12-24 15:13:58',NULL,NULL,NULL,'335ca7f3-682a-4c35-a9b4-a29e003d3cad'),(979,0,NULL,NULL,NULL,10,11,0,4,'2014-12-24 15:52:47',NULL,1,'2015-05-21 11:13:42',NULL,NULL,NULL,'c2a43174-c9db-4e54-8516-17372c83537f'),(980,0,NULL,NULL,NULL,4,11,1,1,'2015-01-08 16:58:08',NULL,1,'2015-01-08 16:58:08',NULL,NULL,NULL,'6bfdf5b9-9729-11e4-a57f-0800271c1b75'),(981,0,NULL,NULL,NULL,4,11,0,1,'2015-02-19 11:24:25',NULL,1,'2015-02-19 11:24:25',NULL,NULL,NULL,'c2bbfe9e-b7fb-11e4-9c67-080027b662ec'),(982,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:17',NULL,4,'2015-02-19 12:06:17',NULL,NULL,NULL,'6c7104e3-8110-4983-a5b1-a0fb8d056ec0'),(983,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:17',NULL,4,'2015-02-19 12:06:17',NULL,NULL,NULL,'aa867854-85f3-4260-8e29-b21cfe9a424e'),(984,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:17',NULL,4,'2015-02-19 12:06:17',NULL,NULL,NULL,'49b6c425-5c51-4650-a692-1e58fcd4be12'),(985,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:17',NULL,4,'2015-02-19 12:06:17',NULL,NULL,NULL,'19aeb618-4c07-474d-8150-a0cdbb995a64'),(986,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:17',NULL,4,'2015-02-19 12:06:17',NULL,NULL,NULL,'35180316-bd49-448d-bc0a-d495dc7912ee'),(987,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:17',NULL,4,'2015-02-19 12:06:17',NULL,NULL,NULL,'96544bd7-2271-42fd-bdf6-4b27c0726a7f'),(988,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'3166026a-36a7-4f43-b00c-9b137872bfd4'),(989,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'ff6494ee-332e-49a2-8ba3-a90b1ccc4dc2'),(990,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'6f4c4b88-6917-4d77-826c-88cb40522040'),(991,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'c209d78b-e731-4032-9363-4c9dfc00d623'),(992,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'3676af68-db34-4c17-92e5-a2d1edd5b181'),(993,0,NULL,NULL,NULL,1,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'1c11e008-3dbe-422c-8efa-892b62b24bef'),(994,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'905bfa09-2be8-4aac-8086-9c9918f9a76c'),(995,0,NULL,NULL,NULL,10,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'0a43638e-6ea0-455f-889d-c06b344eebe4'),(996,0,NULL,NULL,NULL,6,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'e605731b-2e81-41a9-8446-2ed442c339e2'),(997,0,NULL,NULL,NULL,8,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'489d9841-ea70-406f-be23-36ec46cd3d07'),(998,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'d41ee2fe-e059-4cbf-b6c6-fd2830c5f435'),(999,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'92e25e5d-72e8-416e-ae3b-6d6a0c60caf3'),(1000,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:06:18',NULL,4,'2015-02-19 12:06:18',NULL,NULL,NULL,'7af469fe-bfcf-4447-95af-84fc184d3432'),(1001,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:06:19',NULL,4,'2015-02-19 12:06:19',NULL,NULL,NULL,'0dcb8a99-1371-4f55-a501-2e2001bb563c'),(1002,0,NULL,NULL,NULL,13,21,0,4,'2015-02-19 12:06:19',NULL,1,'2015-06-26 11:56:05',NULL,NULL,NULL,'f2bea486-f072-44de-bfad-139c2b56829f'),(1003,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:06:31',NULL,4,'2015-02-19 12:06:31',NULL,NULL,NULL,'6c7dd377-f348-435d-842c-44eb9498da76'),(1004,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:06:31',NULL,4,'2015-02-19 12:06:31',NULL,NULL,NULL,'c98fe087-4e3d-45a2-9890-88b038201f26'),(1005,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:06:31',NULL,4,'2015-02-19 12:06:31',NULL,NULL,NULL,'c2c203a2-f8b3-447a-b1a6-ed72a643a1f8'),(1006,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:06:31',NULL,4,'2015-02-19 12:06:31',NULL,NULL,NULL,'0575279f-4e00-4456-a316-cd8317abcb57'),(1007,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:06:32',NULL,4,'2015-02-19 12:06:32',NULL,NULL,NULL,'ac357a16-7403-43ed-be74-738b03dedcd6'),(1008,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:43',NULL,4,'2015-07-03 11:52:32',NULL,NULL,NULL,'1fc47a4b-e35d-4f89-953e-52c4c6a69eb5'),(1009,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:52:32',NULL,NULL,NULL,'f8a3e21b-bfae-46bc-a5ce-683cdb02cf71'),(1010,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:52:32',NULL,NULL,NULL,'fa719648-ff57-48b2-8b4a-11bb766bc0d7'),(1011,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:52:33',NULL,NULL,NULL,'2cd90722-752a-4d0d-84ba-a2e9a74e63bb'),(1012,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:52:33',NULL,NULL,NULL,'886c7ef0-b104-49bf-bd54-23429eec070d'),(1013,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:52:33',NULL,NULL,NULL,'065bf21b-a0ce-4d2a-88af-76dc77fb522b'),(1014,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:49',NULL,NULL,NULL,'ed6cae48-2dba-4b9b-a797-da79a3eb8027'),(1015,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:49',NULL,NULL,NULL,'890cad62-67b0-46c0-ac53-bd9663966b20'),(1016,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:49',NULL,NULL,NULL,'718b4589-2a11-4355-b8dc-aa668a93e098'),(1017,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:50',NULL,NULL,NULL,'d12d6c6d-23d9-4164-9234-13154efe545a'),(1018,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:51',NULL,NULL,NULL,'2975a776-a4cb-4323-aa0f-43ee0a67ebc2'),(1019,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:51',NULL,NULL,NULL,'624ab0f1-ba8e-47ac-b55a-9a3a45896af8'),(1020,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:51',NULL,NULL,NULL,'e4679ed2-aacd-4858-9e2d-52ee1b9e9fff'),(1021,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:44',NULL,4,'2015-07-03 11:51:51',NULL,NULL,NULL,'957c3aff-6566-4cf2-a5c4-3cbed99ff712'),(1022,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'f6d3cb0d-4071-4418-aadc-2b810b1fc499'),(1023,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'5cf6d437-1d7b-44ab-9184-d2aa6b6ead87'),(1024,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'bd2d6ed8-4074-4f64-be04-d561200091a6'),(1025,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'fa1fedcc-4b80-46f0-96f9-d9ce15a64c29'),(1026,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'fd32d922-5bae-4b24-b655-81952bf7f2b4'),(1027,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'c5cfc7ab-ef32-4f59-967f-4e987b30721c'),(1028,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:53',NULL,NULL,NULL,'7d3b0239-6bc6-4423-9b8d-385af78cf049'),(1029,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:54',NULL,NULL,NULL,'8919f1cc-f3e9-4917-a17e-6cdc074a6c18'),(1030,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:54',NULL,NULL,NULL,'dc8cfd37-f3e9-4458-89a2-92d2748b3a7c'),(1031,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:54',NULL,NULL,NULL,'457a8867-3cdf-438d-82ba-542a3d536ed3'),(1032,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:54',NULL,NULL,NULL,'8c61ca75-ed7c-41e7-9f7e-66c8c1336cef'),(1033,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:52:33',NULL,NULL,NULL,'4fdc5b5b-ff7a-4bdf-920f-92276ef6c07f'),(1034,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:52',NULL,NULL,NULL,'7cafff52-7703-4e3b-8c28-454d9955f98b'),(1035,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:52',NULL,NULL,NULL,'538cb453-fc8f-4dec-9187-95193ccd5c87'),(1036,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:45',NULL,4,'2015-07-03 11:51:52',NULL,NULL,NULL,'e6e848d9-3022-4746-8fc7-e2e2e4ba8aeb'),(1037,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:52',NULL,NULL,NULL,'b648ad35-d6d5-4c92-ba95-469ec47288b7'),(1038,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:56',NULL,NULL,NULL,'3b1b7695-0d7f-4691-8be6-ceb8c14dfe49'),(1039,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:56',NULL,NULL,NULL,'0badc0d7-4fba-40b7-af75-ba23732116cd'),(1040,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:56',NULL,NULL,NULL,'07c660a9-e3f5-46a1-aa2f-559674c2f6ef'),(1041,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:56',NULL,NULL,NULL,'4d704b99-aaca-4f76-9d64-ee7969b4705f'),(1042,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:57',NULL,NULL,NULL,'9cd2c7bf-0f8f-4b1b-878c-c45bf96df951'),(1043,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:57',NULL,NULL,NULL,'be6b795d-66c7-4d72-b877-4d639a2b7342'),(1044,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:57',NULL,NULL,NULL,'c5c1aefd-a21e-4d6c-890b-f620b4f4127b'),(1045,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:57',NULL,NULL,NULL,'2a4b6c76-36dd-4305-b5bf-f0ccf7bc8d75'),(1046,0,NULL,NULL,NULL,3,26,0,4,'2015-02-19 12:20:46',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'fe8d5d61-8d2c-42d3-a0ad-560a54046986'),(1047,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:58',NULL,NULL,NULL,'ec41264d-e82e-4356-a7d2-7c1ff6c90abe'),(1048,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:58',NULL,NULL,NULL,'1e3f1870-b252-4808-8edb-f86fad050ebd'),(1049,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:58',NULL,NULL,NULL,'f48a534d-b1dd-4d37-8794-065243c546a4'),(1050,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:51:58',NULL,NULL,NULL,'b1329dcb-412f-4e8b-ae16-bec3c4790a83'),(1051,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:52:34',NULL,NULL,NULL,'279954fc-d77b-44f5-88d8-73abb1ebc105'),(1052,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:46',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'6b67510f-9008-4ded-a6b7-966f32d4dedb'),(1053,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'832e9dac-6680-41a1-b1e5-707bac8fdc04'),(1054,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'10783649-328b-45a6-acc2-215882e15cbf'),(1055,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'b200446d-f4ab-454f-9bde-5ccf7a609d73'),(1056,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'8d112a73-9967-47f2-b82d-fac2429084e8'),(1057,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'4347ae90-2833-461e-976b-f1b2763f5470'),(1058,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:35',NULL,NULL,NULL,'d5c68396-f371-4ba7-b0d8-e5a97413b99b'),(1059,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:36',NULL,NULL,NULL,'36094f40-59d9-4caa-88d0-dd01c80ae42d'),(1060,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:36',NULL,NULL,NULL,'e23b95c2-4ece-4f9d-8d9e-3f4a53c1f550'),(1061,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:42',NULL,NULL,NULL,'1d991d14-bd9d-4a55-88a3-213bbf207e38'),(1062,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:43',NULL,NULL,NULL,'6fb2b11b-f304-4210-b667-4cc365ff28f3'),(1063,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:43',NULL,NULL,NULL,'bfa6310d-8b0e-44b3-ae30-be90a0a4aeba'),(1064,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:43',NULL,NULL,NULL,'a514b2c3-f103-4c10-b0db-aedf69c39af3'),(1065,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'f092f68d-78f2-490a-b53e-8994703ccff5'),(1066,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:43',NULL,NULL,NULL,'d2cd9590-2a7a-43fd-adba-fae09da1dc9a'),(1067,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:47',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'e52308bf-8518-473f-943b-9216b156b855'),(1068,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'8a1ab485-e599-4682-8c82-c60ce03c916e'),(1069,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'4a119c19-b9cd-4e7e-953d-cccfdab3ef52'),(1070,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'7ba0444e-2d5f-44a3-b356-3c61b91c9a33'),(1071,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'a24d34aa-23b6-4afe-ad64-723102bc491d'),(1072,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'0c66e302-3981-4dfa-a756-62b0200c8a75'),(1073,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'756883b1-cfbb-490d-bc98-e07118b5ff27'),(1074,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'43c0bda6-3d23-4aaf-bb96-dbece8a19fd1'),(1075,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'3b4f1bce-7f84-4d34-9728-6ef4aa34c49f'),(1076,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'16166434-13d2-4e55-956c-d5a63ad26fa0'),(1077,0,NULL,NULL,NULL,4,4,0,4,'2015-02-19 12:20:48',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'c4c090ea-0a05-4bba-8d35-9fb2be3c3abe'),(1078,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'66468e08-1efa-494d-a5a5-3d3244d34216'),(1079,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'edb159b7-1f32-426e-8d38-51161b1fe96c'),(1080,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:45',NULL,NULL,NULL,'f7f514bd-e789-43ee-a29d-58e9c1e1ca6d'),(1081,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:46',NULL,NULL,NULL,'7aba59e1-ed2d-4968-9e09-1ba177ed4f4f'),(1082,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:46',NULL,NULL,NULL,'82ccc128-d568-4364-89aa-bf75caa3ab10'),(1083,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-02-19 12:22:52',NULL,NULL,NULL,'374d1b9e-ffdf-4720-8888-63186ed43727'),(1084,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-02-19 12:22:52',NULL,NULL,NULL,'2045633a-e4a6-4538-8a92-2b3a00f1e0b7'),(1085,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-02-19 12:22:52',NULL,NULL,NULL,'a5bcac8d-305a-4b46-9121-014d72ac4c2d'),(1086,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-02-19 12:20:49',NULL,NULL,NULL,'576e3dc5-83a1-4d5a-911d-ada45778ccba'),(1087,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-02-19 12:20:49',NULL,NULL,NULL,'544634f2-4c08-48b0-9b2b-35251189a59b'),(1088,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-02-19 12:20:49',NULL,NULL,NULL,'e74aebd1-51b5-424f-b9f0-339fd8cd3588'),(1089,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:00',NULL,NULL,NULL,'09b2c760-fcb8-44e3-9627-33c5f66ebd8e'),(1090,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:49',NULL,4,'2015-07-03 11:52:00',NULL,NULL,NULL,'32dd9df5-44fa-4dfe-8efd-edfdffd8ca7b'),(1091,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:00',NULL,NULL,NULL,'fcf6b829-8c60-4aef-8229-65d69d587cc2'),(1092,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:00',NULL,NULL,NULL,'aaaabb4b-02b8-46a5-88fd-11915d4516cc'),(1093,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:00',NULL,NULL,NULL,'204f6496-025f-4b80-bdae-5f61998bf3b5'),(1094,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:47',NULL,NULL,NULL,'8ceda9d1-46e3-47dd-a7ba-8c772a8b3d63'),(1095,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:47',NULL,NULL,NULL,'2879b27d-7fca-45c8-9238-fa76ae570e6f'),(1096,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:47',NULL,NULL,NULL,'2bbb5160-e803-4c5e-bb43-841f01a2c1c9'),(1097,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:20:50',NULL,4,'2015-07-03 11:52:47',NULL,NULL,NULL,'060c47d1-e20c-4106-b4c0-6f607a2f9b32'),(1098,0,NULL,NULL,NULL,4,3,0,4,'2015-02-19 12:20:50',NULL,4,'2015-02-19 12:20:50',NULL,NULL,NULL,'f05a49a3-8930-434d-a6da-240f2e127754'),(1099,0,NULL,NULL,NULL,4,3,0,4,'2015-02-19 12:20:50',NULL,4,'2015-02-19 12:20:50',NULL,NULL,NULL,'83c9a8d1-d282-437f-a882-ff4c3179908d'),(1100,0,NULL,NULL,NULL,4,3,0,4,'2015-02-19 12:20:50',NULL,4,'2015-02-19 12:20:50',NULL,NULL,NULL,'38dcc101-d385-4771-b005-7ba9825ca0c6'),(1101,0,NULL,NULL,NULL,4,3,0,4,'2015-02-19 12:20:50',NULL,4,'2015-02-19 12:20:50',NULL,NULL,NULL,'aa018411-bcb2-4392-ab5f-b489f7243612'),(1102,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:50',NULL,4,'2015-07-03 11:52:34',NULL,NULL,NULL,'cf608f71-bbd5-496f-8276-57fbc0349f45'),(1103,0,NULL,NULL,NULL,1,18,0,4,'2015-02-19 12:21:50',NULL,4,'2015-07-03 11:52:34',NULL,NULL,NULL,'8ec4cf33-5bc3-4c6f-98e1-0c90afa88310'),(1104,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:21:50',NULL,4,'2015-07-03 11:51:59',NULL,NULL,NULL,'193233dc-70a9-477f-99b6-cc1d48be4e74'),(1105,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:21:50',NULL,4,'2015-07-03 11:51:59',NULL,NULL,NULL,'11ca83c4-a2d4-47cb-ae4a-0d33f0ba5703'),(1106,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:51',NULL,4,'2015-07-03 11:51:59',NULL,NULL,NULL,'c0cd3760-e7da-418e-bf01-bdca095179f2'),(1107,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:21:51',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'c727623a-db37-4e74-a92a-272b8a8c15cb'),(1108,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:51',NULL,4,'2015-07-03 11:52:01',NULL,NULL,NULL,'52c7c81d-f1e7-40ee-a6f5-e326841ea454'),(1109,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:21:52',NULL,4,'2015-07-03 11:51:57',NULL,NULL,NULL,'4c3f2ee1-cdc3-424c-8aa7-a2f5f8fabe9a'),(1110,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:52',NULL,4,'2015-07-03 11:51:58',NULL,NULL,NULL,'2a98db37-6e1d-43c7-92f8-a66d40b5ca72'),(1111,0,NULL,NULL,NULL,6,11,0,4,'2015-02-19 12:21:52',NULL,4,'2015-07-03 11:52:48',NULL,NULL,NULL,'07401414-643d-4eee-b390-18d34d0c43c5'),(1112,0,NULL,NULL,NULL,10,11,0,4,'2015-02-19 12:21:52',NULL,4,'2015-07-03 11:52:48',NULL,NULL,NULL,'c5cdd4e5-86e0-400c-9742-d73ffb323fa8'),(1113,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:21:52',NULL,4,'2015-07-03 11:52:48',NULL,NULL,NULL,'d5037c0c-d8a9-4f47-bfa5-c2c89b70f600'),(1114,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:53',NULL,4,'2015-07-03 11:51:49',NULL,NULL,NULL,'d9bf2a80-a18c-440d-9e52-0a5bb741776c'),(1115,0,NULL,NULL,NULL,1,11,0,4,'2015-02-19 12:21:53',NULL,4,'2015-07-03 11:51:50',NULL,NULL,NULL,'096c493a-f252-4b5c-a475-35d78a6cd30e'),(1116,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:53',NULL,4,'2015-07-03 11:51:50',NULL,NULL,NULL,'eecf9161-0004-4811-ac3d-2033094cc17d'),(1117,0,NULL,NULL,NULL,1,11,0,4,'2015-02-19 12:21:53',NULL,4,'2015-07-03 11:51:50',NULL,NULL,NULL,'f9152acf-566b-4357-b847-0655d8b9323c'),(1118,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:21:53',NULL,4,'2015-07-03 11:51:51',NULL,NULL,NULL,'620c5a5f-8965-4f70-8a65-5b90c111d752'),(1119,0,NULL,NULL,NULL,10,11,0,4,'2015-02-19 12:21:53',NULL,4,'2015-07-03 11:51:50',NULL,NULL,NULL,'583e5ec2-bdda-4bdc-accc-43b0128b2d41'),(1120,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-07-03 11:51:55',NULL,NULL,NULL,'4ce14459-452e-4df1-bace-e1ff7b252e34'),(1121,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-07-03 11:51:55',NULL,NULL,NULL,'99e85e99-b7a0-4bbb-893e-8898ef7b1ae9'),(1122,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-07-03 11:51:55',NULL,NULL,NULL,'c69fd33d-ab7d-4896-83d9-8dce882259f5'),(1123,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-07-03 11:51:55',NULL,NULL,NULL,'eed834c2-56d3-4d4f-a4db-d18ec31eff6e'),(1124,0,NULL,NULL,NULL,1,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-07-03 11:51:56',NULL,NULL,NULL,'d864eee5-6718-4e2f-a84e-881b1c804652'),(1125,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-02-19 12:21:55',NULL,NULL,NULL,'4dd11bc7-71a7-498a-8e02-444d88ed1a4c'),(1126,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:55',NULL,4,'2015-07-03 11:51:51',NULL,NULL,NULL,'169895bd-1c27-4f41-9016-f76383964b68'),(1127,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:56',NULL,4,'2015-07-03 11:51:56',NULL,NULL,NULL,'dacbaebf-fad0-4319-bd12-e4dddfef1920'),(1128,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:56',NULL,4,'2015-07-03 11:51:57',NULL,NULL,NULL,'63c674e6-73e5-4bc5-9a9b-6e1566dbb055'),(1129,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:21:56',NULL,4,'2015-07-03 11:51:52',NULL,NULL,NULL,'be24451f-b4f6-4e0e-a033-c4f3996e3296'),(1130,0,NULL,NULL,NULL,4,19,1,4,'2015-02-19 12:22:06',NULL,4,'2015-07-03 11:52:57',NULL,NULL,NULL,'cd5c601b-0423-41b7-9725-89e869e6d088'),(1131,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:06',NULL,4,'2015-07-03 11:52:57',NULL,NULL,NULL,'4a4524ff-1188-4b8b-92fa-c97ceac0429b'),(1132,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:06',NULL,4,'2015-07-03 11:52:17',NULL,NULL,NULL,'1b41aa66-9753-489e-a4be-704349c9f7a6'),(1133,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:06',NULL,4,'2015-07-03 11:52:17',NULL,NULL,NULL,'3f249240-0b3d-4487-abda-725f496d4a99'),(1134,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:06',NULL,4,'2015-07-03 11:52:17',NULL,NULL,NULL,'2792347a-eaed-4f1a-8117-3ecd7d697d0f'),(1135,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:07',NULL,4,'2015-07-03 11:52:17',NULL,NULL,NULL,'07c3d853-386a-4504-a0b7-16f9c76c55dd'),(1136,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:07',NULL,4,'2015-07-03 11:52:18',NULL,NULL,NULL,'a5440bd0-b64b-40cc-b715-9f64ac30e622'),(1137,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:22:07',NULL,4,'2015-07-03 11:52:19',NULL,NULL,NULL,'e95b2fd4-8956-474e-8e0e-630932f6ecee'),(1138,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:51',NULL,4,'2015-07-03 11:52:48',NULL,NULL,NULL,'7d4a4651-76c8-4c96-aa3c-18ff9f33ea2f'),(1139,0,NULL,NULL,NULL,3,11,0,4,'2015-02-19 12:22:51',NULL,4,'2015-07-03 11:52:47',NULL,NULL,NULL,'c13206df-d630-4074-8547-35ebdad71cb2'),(1140,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:22:52',NULL,4,'2015-02-19 12:22:52',NULL,NULL,NULL,'041daad2-198b-4223-aa46-6b23e85776a9'),(1141,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:52',NULL,4,'2015-02-19 12:22:52',NULL,NULL,NULL,'e610c2c5-6750-4d99-be1e-9b5ca437d7bd'),(1142,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:22:52',NULL,4,'2015-02-19 12:22:52',NULL,NULL,NULL,'b2e105c5-3b59-4ca5-bf83-b70480eccf38'),(1143,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:22:52',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'b949cd75-97cb-4de2-9553-e6d335696f07'),(1144,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:53',NULL,4,'2015-07-03 11:52:50',NULL,NULL,NULL,'dad604c8-a0e4-4a63-ab92-39887ca31251'),(1145,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:55',NULL,4,'2015-07-03 11:52:37',NULL,NULL,NULL,'09326b7a-e6a7-435b-821d-22aa3a3f7bcf'),(1146,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:55',NULL,4,'2015-07-03 11:52:38',NULL,NULL,NULL,'8c6bf274-8ddc-4eb9-b0af-5bf48d910857'),(1147,0,NULL,NULL,NULL,1,11,0,4,'2015-02-19 12:22:55',NULL,4,'2015-02-19 12:22:55',NULL,NULL,NULL,'e68d4199-e6db-4a38-96b1-80afb1bd15d2'),(1148,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:56',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'119f7b1d-afe6-40a9-a571-bd3c0ce2229f'),(1149,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:56',NULL,4,'2015-07-03 11:52:39',NULL,NULL,NULL,'2eb4959b-354b-40e0-b054-46265959a517'),(1150,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:56',NULL,4,'2015-07-03 11:52:39',NULL,NULL,NULL,'73f62387-931c-4b95-9d8d-b2f9192fb69d'),(1151,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:57',NULL,4,'2015-07-03 11:52:40',NULL,NULL,NULL,'00e5e745-42d8-429e-ae7f-f8c538b1cfb9'),(1152,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:57',NULL,4,'2015-07-03 11:52:41',NULL,NULL,NULL,'151a2b92-4e6f-4a7c-8d37-b5e0172d74f0'),(1153,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:58',NULL,4,'2015-07-03 11:52:42',NULL,NULL,NULL,'b3d0533a-2010-4f26-8d05-711b6d011880'),(1154,0,NULL,NULL,NULL,4,11,0,4,'2015-02-19 12:22:59',NULL,4,'2015-07-03 11:52:46',NULL,NULL,NULL,'75f3c572-74dc-4c71-aa9a-3278dbcd2fb6'),(1155,0,NULL,NULL,NULL,2,11,0,4,'2015-02-19 12:22:59',NULL,4,'2015-07-03 11:52:47',NULL,NULL,NULL,'535a91f1-6779-45ae-a76d-8e9df8d57299'),(1156,0,NULL,NULL,NULL,10,11,0,4,'2015-02-19 12:23:00',NULL,4,'2015-07-03 11:52:44',NULL,NULL,NULL,'088ba0b2-6a82-4ae9-9852-59390cdaebc5'),(1157,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:23:06',NULL,4,'2015-07-03 11:52:57',NULL,NULL,NULL,'8b5f387a-5afb-4a4a-bbbf-370e32f991c4'),(1158,0,NULL,NULL,NULL,4,11,1,4,'2015-02-19 12:23:07',NULL,4,'2015-07-03 11:52:58',NULL,NULL,NULL,'4276dcf6-0f21-4910-bac3-87ddc94f88c9'),(1159,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:30',NULL,4,'2015-02-25 14:24:30',NULL,NULL,NULL,'f064ed1b-c6ca-41c7-9c40-aa037049916c'),(1160,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:30',NULL,4,'2015-02-25 14:24:30',NULL,NULL,NULL,'29832fad-f460-4de5-8929-f6375646dc3b'),(1161,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'b81ae7fa-a008-4501-9f42-5a44a4ec3993'),(1162,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'b0ac8db6-6ee7-486c-99ef-542e3760782d'),(1163,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'e51816b7-f9ef-4c61-b1ff-97366961c4bc'),(1164,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'38642936-3699-494a-bff2-16fe309bf7b1'),(1165,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'41247e1c-f6c2-4dc2-813f-ca4da7fa39cc'),(1166,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'70513654-9386-49c1-aae8-a51b37a3e246'),(1167,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'efd756de-e7a2-4d96-a953-0368c32724ab'),(1168,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'75a7ac09-fa3c-45e5-9bba-928b4e10f8a3'),(1169,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'ef06da43-6982-41ad-b98d-9fa00c99f798'),(1170,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'9475c3c8-7267-4e2f-859a-0ff360f55f66'),(1171,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'274d6b88-0249-4e34-bd81-b2423fb92355'),(1172,0,NULL,NULL,NULL,4,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'32619c12-1ffa-4b60-b734-d34f07cc444e'),(1173,0,NULL,NULL,NULL,2,11,0,4,'2015-02-25 14:24:31',NULL,4,'2015-02-25 14:24:31',NULL,NULL,NULL,'2b163c68-8007-4f2c-8f3e-58d241276aa0'),(1174,0,NULL,NULL,NULL,2,11,0,4,'2015-02-25 14:24:32',NULL,4,'2015-02-25 14:24:32',NULL,NULL,NULL,'0b2dd538-b2cc-4d2e-a57e-bca469b42291'),(1175,0,NULL,NULL,NULL,2,11,0,4,'2015-02-25 14:24:32',NULL,4,'2015-02-25 14:24:32',NULL,NULL,NULL,'0c0a2023-09fe-4a42-8344-13a5af1ea192'),(1176,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'37b0aecd-12d0-4fc9-b090-5f2658ee8638'),(1177,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'b97bb1ab-ed7c-4261-bd56-3b56a12e6429'),(1178,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 15:44:21',NULL,4,'2017-04-11 15:40:10',NULL,NULL,NULL,'12d7d84d-868d-4b23-97f1-756b26717413'),(1179,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'f8ca5471-4e76-4737-8ea4-7555f6d5af0f'),(1180,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'71545f9c-a300-4a44-bb1e-a0f201ce9f67'),(1181,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'84c32e50-032f-4557-83c1-693625c26d4f'),(1182,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'5a993557-b47c-427c-87d9-abc9c32951f0'),(1183,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'f72a35f7-f08f-4786-bd22-3e90dfa29f4d'),(1184,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'4726f651-7e11-4d6c-a9a8-bcde540c82f8'),(1185,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'c97a52b2-54b3-46a4-bff4-b63ad597c7ff'),(1186,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'de84c2d3-7656-4bde-aac0-e4632e70d604'),(1187,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:21',NULL,4,'2015-03-24 15:44:21',NULL,NULL,NULL,'809dd0f5-ce54-441c-b835-a2a8b06a6140'),(1188,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'df9401b8-552e-4d70-8c15-c3a35a982496'),(1189,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'6c58e6d0-746a-4761-9b28-8a6db0d3264b'),(1190,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'6780bc93-9e91-4504-9076-e6c35fcf1602'),(1191,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'df671576-d7fe-4f0e-97c0-7d87fd8dc087'),(1192,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'f81d4297-d079-4ea7-8b3a-7aa4425a3f85'),(1193,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'37e32958-f0bf-45b4-a7c5-16ee3e4c0533'),(1194,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'72ae28f1-4be4-499a-a8f5-aff54a11c9e3'),(1195,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'207d389b-85e1-4037-a0ac-dbc94b8123a6'),(1196,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'dbebb9d1-25e1-464a-83a0-94257ff217c3'),(1197,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'c3d078ae-0dcf-4e69-bc59-a7eef9343b93'),(1198,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'770b346d-c700-4944-be11-65cedcaf4765'),(1199,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'8fc09f12-1e16-4777-92b1-3c04abe2b00c'),(1200,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:22',NULL,4,'2017-01-01 23:16:48',NULL,NULL,NULL,'9277f041-341f-4faf-90e8-ad37158374cf'),(1201,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'e1f22a54-d503-4a74-92d1-a1ec1599b54d'),(1202,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'5d4e8c84-9cf5-42c9-bb7c-02983b3339a0'),(1203,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'e8bb139a-b47f-4746-bac4-ea9d8d0339b4'),(1204,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'c10422f5-e41b-4022-a685-ae3ec791e589'),(1205,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'b10f2163-3003-481d-b646-17f35f6f5f4f'),(1206,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'0cc3bf73-835d-4db8-a165-86e7899f0154'),(1207,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'471f9328-b30a-4607-aa5a-ed7ad8558a5d'),(1208,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:22',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'2ae3d2c6-c14e-4f0a-8b13-e9c8e18c3a0f'),(1209,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:22',NULL,NULL,NULL,'eddf74f8-a29d-4014-b3e8-187d021e9ac4'),(1210,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'bf9bb06c-f749-4e14-bfe0-86fee8c87a1c'),(1211,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'faf1ccb8-fe6f-45d0-acad-3c9f51d5d84d'),(1212,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'310c5280-6727-4732-823e-9c7e657297fd'),(1213,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'ac9b309c-b3bb-4c2f-a664-00b50dc88da3'),(1214,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'04ea884b-51b5-4e02-9c03-50a0b39f7dc5'),(1215,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'2a5bde32-04e9-4460-a1f7-a1bf98d40b15'),(1216,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'7f9cf76f-7799-4bc2-88c9-004ee5704fa1'),(1217,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'88b686f5-a37d-441f-903e-ecd4713e54e3'),(1218,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'11d84f82-d343-4026-95d0-5a361373092e'),(1219,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'2170f898-5568-4dc6-a4c8-33d08915afac'),(1220,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'fbd2c4ae-8cb7-4d09-9960-134e3a5a2270'),(1221,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'2d5f4b89-d166-4f56-8496-eee970b665fb'),(1222,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'3f54ec88-7e76-493f-9ac6-c44088374d02'),(1223,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'3d5bd862-fdf3-4364-8c40-259d28084616'),(1224,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'b0cb89a2-2bcd-4d6c-9a30-0d5be6827301'),(1225,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'6125745b-6d67-4440-a954-722e354d43e9'),(1226,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'0c7e1116-f587-49ec-911c-5e3fd6871354'),(1227,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'81ebf534-30cb-4c79-8794-ec97b3885883'),(1228,0,NULL,NULL,NULL,2,26,0,4,'2015-03-24 15:44:23',NULL,4,'2017-01-11 12:13:25',NULL,NULL,NULL,'1dc767cc-46d1-4226-b346-1c17c9e3145f'),(1229,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'d63d5c4a-5b6f-4525-8aeb-653fbf96e622'),(1230,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:23',NULL,4,'2015-03-24 15:44:23',NULL,NULL,NULL,'7ef3615e-deb6-4be2-8478-a71fa6ddb71d'),(1231,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'57877598-f753-4037-bbcc-edfb566d4255'),(1232,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'e5644ac9-2926-4baf-a555-8d41cff1a922'),(1233,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'1100cd47-4302-45eb-b849-5a15931c9c4a'),(1234,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'5f5ff02b-2678-42bd-be41-e036e122dd6d'),(1235,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'44e6578c-832b-4615-a19c-6c9f20b6838b'),(1236,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'122abf76-fd6c-4fa5-ba7b-a95b600150ea'),(1237,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'011efa42-aee9-419f-b6bd-302d643acc4e'),(1238,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'e1e86748-e3e3-4bc4-bc2c-c3132f6e4b77'),(1239,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'a5617738-bf16-432b-b1a8-9bdd92ffba9e'),(1240,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'54c8f8e3-9ed4-48ec-9ccb-4e1828c564be'),(1241,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'705a77c8-fe75-4d2c-bcb8-301a64d60a3d'),(1242,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'f50baa1d-93d2-434f-9031-98f993b6b6cf'),(1243,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'116f2b5f-8558-4893-95e8-fe0ea59e6f14'),(1244,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'1bb32ab1-2b37-4881-8be0-077f6aa2bd52'),(1245,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'c5db1e52-2fd4-4a28-9c7f-3ff7d20b1080'),(1246,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'60b556bb-1c91-4aa3-8c08-4f151aab83e1'),(1247,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'9f70f7c9-ef50-442d-8ada-196d64b5b2cd'),(1248,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'216ea6b7-55b0-4598-958d-167bf0f28f32'),(1249,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'5e8c6e7a-99c2-4547-aef9-ea66b316a2b9'),(1250,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:24',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'b70e1535-9fde-4ba7-b4e8-88cf4fff2114'),(1251,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:24',NULL,NULL,NULL,'e67680e1-fc9e-4451-8c01-bdf7cbcec36e'),(1252,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'705d0c1d-1e3e-4507-90f1-b4020569eacb'),(1253,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'bcd1eb1a-0d57-4325-93f1-b6ec1e99330c'),(1254,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'92af121b-a6c1-4665-854f-bc70890afab1'),(1255,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'04421133-710d-4043-bfbd-411e71ab0828'),(1256,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'55fbae1e-7e3e-4546-a566-fb9269253911'),(1257,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'3a77d337-d6e3-4ca3-9bfb-9cfac1b5d577'),(1258,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'015e7a05-4744-4e23-8cc1-8e973c883ca6'),(1259,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'c4a502e2-96cc-4566-bb7b-d1090bb35676'),(1260,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'23f6478d-0216-428d-aacc-53daaa3d7289'),(1261,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'5e6b1c9b-34f2-42eb-93ba-b5ce84765d53'),(1262,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'d512cab0-37b3-4d56-ae30-734a3225b027'),(1263,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'5acd2c32-00b1-498c-a9f3-f7481ff626bf'),(1264,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'f209c514-f068-4c49-96c5-f88e4ec9d425'),(1265,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'43661d8c-d6c2-4139-a062-3f6b4855fa51'),(1266,0,NULL,NULL,NULL,2,26,0,4,'2015-03-24 15:44:25',NULL,4,'2017-01-11 12:30:43',NULL,NULL,NULL,'533779cf-252d-46f5-99e6-777efca5ed3b'),(1267,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'ac0743b9-8006-409f-a4b7-b89ba3fa3757'),(1268,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'7774bc35-85bd-417f-8480-ea8218bb883a'),(1269,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'fa9f09a5-9fec-4664-bc7d-6bf686368c3c'),(1270,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'dafae3bf-611f-4920-82aa-d21ad8650a90'),(1271,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:25',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'6eaacc6d-c3e1-4772-b303-2efb5cb3ea00'),(1272,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:25',NULL,NULL,NULL,'a4bdb591-e673-4d29-9867-1e09a89c61f5'),(1273,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'f6ac3d65-a4e6-408a-a041-18190fa2ec78'),(1274,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'6d5b6008-3289-4580-81ef-c6f66b335ab4'),(1275,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'3de87163-2019-4c33-944c-8e52bfaf3cb7'),(1276,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'b5f4bf4c-186d-4556-9e44-60db987affcd'),(1277,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'55e3c8be-0241-4917-a3ad-0893b56564ec'),(1278,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'938cb6f2-d94c-4e6e-9254-0d44c7cd49b1'),(1279,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'d7cef833-f640-473a-ac5a-42a1fbfe99b1'),(1280,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'2e7a0ed1-6c38-49c6-b630-7840313bd831'),(1281,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'e1945bb9-596d-43d9-9046-3f160e21378d'),(1282,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'78c30359-47bb-49b8-af55-85bb996f5830'),(1283,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'67c98508-7870-412c-9d1a-312885a438f7'),(1284,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'a1ad661b-b639-4b98-9244-d7a462cb6d30'),(1285,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'1d68b400-3c92-4a40-a74f-edaf7f4d92e3'),(1286,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'0a1d2888-fd53-4031-9470-ca2140f997a9'),(1287,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'4cd93eaf-3520-4e72-b7f0-e79280183a49'),(1288,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'b6561854-2980-4b26-8a06-181ac3102ec2'),(1289,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:26',NULL,4,'2015-03-24 15:44:26',NULL,NULL,NULL,'ae1c0da9-cd9c-4c60-b2c6-862479a918eb'),(1290,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'ed8951d8-f1b6-4547-8a96-8c91a8f91f0f'),(1291,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'cfc68437-4e98-4c98-b7f9-a787c68d82ad'),(1292,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'40324251-9023-4dc7-a495-2ec074277044'),(1293,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'de7dac40-c25e-4e7d-a627-fd31b84729d1'),(1294,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'f009a070-c01b-4f8b-af1f-11a4da9dbb6c'),(1295,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'0992454b-031c-4ab8-ad4c-1a8212fb8ac3'),(1296,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'66bff78d-e881-4e85-b779-991b1f3a3750'),(1297,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'55792ca6-f782-44eb-9b0e-dc5e5ab4913c'),(1298,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'065cf221-f1ea-4f7f-9933-51579c7cf2a3'),(1299,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'8e7136bf-7cb2-479e-8b39-ec85f5090572'),(1300,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'05137c0f-918f-4160-8347-037a1a7d053f'),(1301,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'7eb99a2c-a65a-42e1-a21d-0762ea9de3c3'),(1302,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'61a9873c-7069-4e7f-9411-9d1f0aafc3e3'),(1303,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'c78143c5-4c08-4150-a724-e8bfb6b5163e'),(1304,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'1f92c2f6-aa1f-42b9-920c-8080e107a50f'),(1305,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'316a581e-3111-4916-83be-0f608a60fe9a'),(1306,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'6b443e16-c613-4a2e-a5e1-e9b5efc18543'),(1307,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'b0e191e8-e692-4548-b1f5-fa563a9300eb'),(1308,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:27',NULL,4,'2015-03-24 15:44:27',NULL,NULL,NULL,'e090efe6-bd54-40e8-8bcd-dc340f5f096d'),(1309,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'c1225814-a0fa-4800-acd5-57a6861e7522'),(1310,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'d97b53ae-5f73-42ad-9a4a-920ecfcc1576'),(1311,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'50d98476-4a60-42a9-a937-b5a62637c16d'),(1312,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'687c767f-d968-4b4a-afc9-f3c99f54f313'),(1313,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'da964211-31f9-47bf-857e-0de5f51b704d'),(1314,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'8086af1f-3ad8-4731-8663-f4600a78f14e'),(1315,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'1fb3cb35-d5a3-41ad-8ffd-bf21a254c3fc'),(1316,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'2d2b56ef-3ae0-4401-bece-563af769d0a4'),(1317,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'a88eb9cf-372c-4acd-a8e0-b2e258362bee'),(1318,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'d50343ec-ffe2-4917-ad79-18380998e402'),(1319,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'872a27ca-7019-458d-b785-a899199386db'),(1320,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'699a8016-c56c-4474-b149-12aedf35711a'),(1321,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'f09265dd-08a3-45a3-b37e-c8e435fbcb64'),(1322,0,NULL,NULL,NULL,2,26,0,4,'2015-03-24 15:44:28',NULL,4,'2017-01-11 12:29:13',NULL,NULL,NULL,'93f58bf0-1652-47f8-9d00-d0c709a79f1b'),(1323,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'3348fe03-ad5e-462b-ad1e-d7c090533a28'),(1324,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'46bd06cf-f792-4078-9e1b-add6954a6de2'),(1325,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'5b110a68-9491-4c37-855d-dea8d278b7e2'),(1326,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:28',NULL,4,'2015-03-24 15:44:28',NULL,NULL,NULL,'0010a645-3555-4809-ab85-14b20d9c216e'),(1327,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'0c40bf75-712f-475b-aee1-1b5754e016cc'),(1328,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'bdb3c747-b469-4669-a9d4-60ec03bd61eb'),(1329,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'d8bd2120-3212-4014-ba2b-bf877ab1b313'),(1330,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'4c773635-922b-45dd-ada3-46da80ead8f9'),(1331,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'5640a605-1337-405b-b528-0d566f8f4eaa'),(1332,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'c6877114-d35a-4863-8e42-8359b323a2f2'),(1333,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'5a2bc3a4-0603-4ee4-b1df-97229debfeec'),(1334,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'859a49c8-ca71-4404-9c0c-c4aedda4117a'),(1335,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'e20fd44e-1516-4a85-bc1e-ba50556ea10d'),(1336,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'213a82f3-22cf-45bc-80d0-2c45136f2224'),(1337,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'e3c70d47-a7d2-40e5-8e37-bc255f6da498'),(1338,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'d4db5c93-5117-4c32-922d-74d78fd42d88'),(1339,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'6bc47937-8287-4aad-b5c0-55475dd7ce79'),(1340,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'ebd3a6ae-6d4b-416b-94fa-31bd677cfd64'),(1341,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'d155de4c-7d47-4b0c-837e-524244450945'),(1342,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'e03034cf-c861-428a-aada-ce4e3b9acbb7'),(1343,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'6c5a4d3a-b258-4ecd-ab87-80b686ec63f0'),(1344,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'b58d6709-464a-433a-94a9-50b7ce94e011'),(1345,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'2643b73c-b32e-46a4-a783-00fe937b8dac'),(1346,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'cbfb7813-a9fe-4930-a725-e0f9df4200e7'),(1347,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:29',NULL,4,'2015-03-24 15:44:29',NULL,NULL,NULL,'5d799bfc-4eee-49de-81d5-661bb2d2073a'),(1348,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'4ad5f562-7bf9-455f-8100-38416b02f1c3'),(1349,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'5c94e008-2be9-4326-b006-30e3cc53921b'),(1350,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:30',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'5587f971-4601-45c3-8e3a-331e2f21b558'),(1351,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'ad2e87b9-d88a-43fc-835a-af975ec650e5'),(1352,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'d459422b-1499-462b-9cde-05dc03313c8b'),(1353,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'b73fbbd6-1e81-46ab-8ef7-6545f8fde9bb'),(1354,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'b9933973-7b03-4691-87de-3c3d0577b183'),(1355,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'0f6dea02-925a-4550-acc7-3e5d2d213f31'),(1356,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'ef891285-6189-47d9-be17-b07587886af5'),(1357,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'1679cdf4-5b9a-4760-a753-402362ce86db'),(1358,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'ffef467d-3fdc-4812-ac26-ea07fe307f73'),(1359,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'8b1c3d83-56d8-4677-a7f0-8e9d96cb3c84'),(1360,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'c3402c5b-aa9d-4b5f-bee0-2dd06b9d7336'),(1361,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'56da0fb1-c6a9-4955-be8b-6cd2c2346f0a'),(1362,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'6d9dc607-a9b9-404e-974e-e9bcaabdbf61'),(1363,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'c48ee3e9-97bf-492a-9dd6-2d9da7713df1'),(1364,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'46ecbdb5-09e7-417c-9a71-ae3523fd5d62'),(1365,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:30',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'73e99309-6763-4999-ade2-ba61757ea8d2'),(1366,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:30',NULL,NULL,NULL,'69d693bc-4df4-43c9-b36b-3ad5b7ffa48c'),(1367,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'bb91c8a0-cab2-4c2f-84de-e2be41e86689'),(1368,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'f0f06a14-7c7e-4e87-b04b-16203cdd477c'),(1369,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'47fc0a7e-238b-48a8-979d-d513873d8953'),(1370,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'7d3a8058-7784-4561-8cec-1ef8bb4f4887'),(1371,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'3b31e58c-19a9-4b53-b7d3-71fa4519a6bc'),(1372,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'21d1a63f-e387-49e2-9590-18af899ebc77'),(1373,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'7f9f0ab4-ff88-42f5-8249-f3101f3ae5a5'),(1374,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'7c8cfa56-a48c-4fff-a645-291dadf785d4'),(1375,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'d908d56a-6107-4469-9a87-5ca41366405a'),(1376,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'ea6f717d-fb49-47a1-ab6f-b0cc7089fff3'),(1377,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'4dd65dae-1cd4-48ee-85a5-c2bdcebb780c'),(1378,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'78347f1b-9b29-4ec7-abf3-875a2c0fcc74'),(1379,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:44:31',NULL,4,'2015-03-24 15:44:31',NULL,NULL,NULL,'ba4d2367-241c-4d23-a8ad-760b02664e81'),(1380,0,NULL,NULL,NULL,4,25,1,4,'2015-03-24 15:45:15',NULL,4,'2017-04-11 12:30:56',NULL,NULL,NULL,'4529b8f6-fe4c-4f47-86c7-778907e216a4'),(1381,0,NULL,NULL,NULL,4,25,1,4,'2015-03-24 15:45:15',NULL,4,'2017-04-11 12:44:48',NULL,NULL,NULL,'5376776e-bd25-4471-8e23-b56bb79f82a8'),(1382,0,NULL,NULL,NULL,4,25,1,4,'2015-03-24 15:45:18',NULL,4,'2017-04-11 12:44:46',NULL,NULL,NULL,'20bb6922-c976-4829-b4e6-37b43cac4dee'),(1383,0,NULL,NULL,NULL,4,25,1,4,'2015-03-24 15:45:19',NULL,4,'2017-04-11 13:08:12',NULL,NULL,NULL,'919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2'),(1384,0,NULL,NULL,NULL,4,25,1,4,'2015-03-24 15:45:20',NULL,4,'2017-04-11 12:44:49',NULL,NULL,NULL,'c93c3c93-bd33-47d9-bedd-eff488491aa5'),(1385,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:51',NULL,4,'2015-03-24 15:50:51',NULL,NULL,NULL,'11740988-13b3-4a5e-8804-57c47f1723ad'),(1386,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:52',NULL,4,'2015-03-24 15:50:52',NULL,NULL,NULL,'2ff87d8f-442a-45b1-adef-f952663c001c'),(1387,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:53',NULL,4,'2015-03-24 15:50:53',NULL,NULL,NULL,'f759071c-9f89-4677-94dc-46b5cf2bb7ca'),(1388,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:54',NULL,4,'2015-03-24 15:50:54',NULL,NULL,NULL,'4c786b9a-40d3-4a07-af41-fd5c56fd5f99'),(1389,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:50:55',NULL,4,'2015-03-24 15:50:55',NULL,NULL,NULL,'ab0bf400-ed51-483f-9994-3589e48c8b1a'),(1390,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:50:55',NULL,4,'2015-03-24 15:50:55',NULL,NULL,NULL,'d45dc759-7d67-4cd7-bd39-03163ba45993'),(1391,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:50:55',NULL,4,'2015-03-24 15:50:55',NULL,NULL,NULL,'71a2c116-27d5-4d83-ac29-1ec6e1a6e316'),(1392,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:50:55',NULL,4,'2015-03-24 15:50:55',NULL,NULL,NULL,'5f7b17ac-24ff-4823-a626-426070d1d5c2'),(1393,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:55',NULL,4,'2015-03-24 15:50:55',NULL,NULL,NULL,'d49552a8-b592-4d9c-9075-ceedc964434e'),(1394,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:55',NULL,4,'2015-03-24 15:50:55',NULL,NULL,NULL,'ffe54d76-9f26-4ce8-a16a-f9a3f3eb1b6f'),(1395,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:57',NULL,4,'2015-03-24 15:50:57',NULL,NULL,NULL,'7ff30007-54b8-428f-8ac0-eea2f648f01f'),(1396,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:57',NULL,4,'2015-03-24 15:50:57',NULL,NULL,NULL,'208562b6-36ae-4c0f-ab1b-147eac39252f'),(1397,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:58',NULL,4,'2015-03-24 15:50:58',NULL,NULL,NULL,'db795106-b0f8-4737-a186-d54f02941296'),(1398,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:58',NULL,4,'2015-03-24 15:50:58',NULL,NULL,NULL,'124df5ea-b28d-45af-b875-6a05aa337735'),(1399,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:58',NULL,4,'2015-03-24 15:50:58',NULL,NULL,NULL,'8faf6840-c557-414d-8db4-0f073183e911'),(1400,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:58',NULL,4,'2015-03-24 15:50:58',NULL,NULL,NULL,'f4438f9b-2f92-4724-8e75-532c5f4d223e'),(1401,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:58',NULL,4,'2015-03-24 15:50:58',NULL,NULL,NULL,'39a6969a-cd82-46e9-88e2-f4ab5c0c2fa6'),(1402,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:58',NULL,4,'2015-03-24 15:50:58',NULL,NULL,NULL,'32a355d3-4f28-4673-895c-f2a1896516f1'),(1403,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'ad1fd755-1026-48d4-8e4d-d1d97e93634b'),(1404,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'5a20a6f2-beaf-4e6b-ab8c-a676c5cfef4e'),(1405,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'e72e846b-b850-4c0f-afd1-c745f00cccc5'),(1406,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'b17827b3-0c35-4e57-b759-3a401035ca2d'),(1407,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'5b8e463c-ed0c-44db-87f5-3b3d52ba1587'),(1408,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'8f4283dc-2c49-497f-bc51-c06ddfb9b2a3'),(1409,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'4d4c55c6-c8b9-4f05-8396-74ce0019765b'),(1410,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'1c844178-5745-4485-aad7-e21cbffb5049'),(1411,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'5cc88419-5210-4bf1-8ad1-8626f166dea2'),(1412,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'727952d0-3857-49c9-aab7-1c4a8cb1d36a'),(1413,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'005c20b8-1d1b-4d23-8215-e6079d44c3c5'),(1414,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'947f583f-84d9-4c7b-8776-2ae4211e6617'),(1415,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:50:59',NULL,4,'2015-03-24 15:50:59',NULL,NULL,NULL,'e1d8cc49-8814-4812-9a41-dcc897bd832b'),(1416,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'4075ec59-5e1a-436f-b62d-195e762ca592'),(1417,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'2650b34f-b97d-4723-be3e-e51c1fec998c'),(1418,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'a9ae1645-3130-4c5f-b340-8d19ca5fdf21'),(1419,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'2cbbbd30-837e-4c97-8460-b39a86cda5f6'),(1420,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'8fe5d6b7-9495-4219-b24c-5c060ff90c02'),(1421,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'e97baa43-2e01-4c6e-b494-a73c6595d5be'),(1422,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'6d9e3d9f-4a25-4afd-b171-c1957dbcc88a'),(1423,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'07de26ce-448d-4646-b333-5c2ce309dcfb'),(1424,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'e8f5f439-6691-4bbf-a387-236078f2de60'),(1425,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'fceee826-9285-41e0-bc23-9b87c818b562'),(1426,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'3a5197ff-a151-4dbb-adb1-0320e16f2084'),(1427,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:00',NULL,4,'2015-03-24 15:51:00',NULL,NULL,NULL,'4922d4c5-6399-44fc-9184-33676b0f17c4'),(1428,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'a1c604ae-ee2d-45f7-a011-fe9fdfa66cce'),(1429,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'db374e9b-b79b-4748-a4db-961502fb206b'),(1430,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'fd9bb3b0-32a1-403d-8fa9-d6fa290343a2'),(1431,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'4e1c9d54-6266-45ca-8a11-1e986a1263c5'),(1432,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'24aafc7e-6f41-4ebb-b0aa-824eb9d2c892'),(1433,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'6218a29b-a441-45bf-8fe5-fc4f0d419ec0'),(1434,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:01',NULL,4,'2015-03-24 15:51:01',NULL,NULL,NULL,'775845b6-8848-40b8-b343-54d05972996e'),(1435,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'67a05061-9e58-4f28-9b67-15b088e8d9d3'),(1436,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'5966273d-ec59-46ef-af30-4e3cafc85057'),(1437,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'9fd9d356-9d36-45ce-8cdf-c672636d6d7e'),(1438,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'11fffe50-40a9-4528-8c32-7ca423801a6f'),(1439,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'70b653d0-3f8f-42ca-966f-a1acccf1d19c'),(1440,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'07bfc940-f219-4438-be47-15d1db47bf62'),(1441,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'879f9234-7b66-4f2d-a1c3-e568c6340237'),(1442,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'8db2fe5c-1b1c-49f9-9105-a52097fae02b'),(1443,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'fe9d3234-13fd-4138-a102-377eb884ca03'),(1444,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'7e4bbb74-b7d7-4b08-824e-832efeeccdd6'),(1445,0,NULL,NULL,NULL,1,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'d0fb54a1-e18d-40ee-981b-e9e8fad4d365'),(1446,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'1141d397-91b7-42ce-b528-eba63d867d17'),(1447,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'a6c3005a-1699-4f44-9ba4-32ee87fc1bbc'),(1448,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'bc1047a5-84ca-417e-9a64-49e389577612'),(1449,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:02',NULL,4,'2015-03-24 15:51:02',NULL,NULL,NULL,'9db7f63a-1449-4716-a313-3b5dbc2a664b'),(1450,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-05-27 11:03:44',NULL,NULL,NULL,'6edf9813-871f-4a78-a90a-a18096b2fe20'),(1451,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'b389638b-42d5-4691-8132-529283c92078'),(1452,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'814e4f89-56a2-43c4-a582-bd34c3111755'),(1453,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'fe918626-7acf-4683-8a53-0d45ebe533d9'),(1454,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'cf8d6fdb-46b9-48e0-a845-c3bfe5af6fe7'),(1455,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'58a47bc2-d4e5-421e-bdf5-0323e7aea3f1'),(1456,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'34bdd6fd-c560-43f7-abdb-be75f9ce5a18'),(1457,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'6029d982-a7a2-49a7-b9f4-d6c733f339f3'),(1458,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'1095edf9-e7a2-443c-84b8-a0942b2bdf48'),(1459,0,NULL,NULL,NULL,3,26,0,4,'2015-03-24 15:51:03',NULL,4,'2015-03-24 15:51:03',NULL,NULL,NULL,'63002307-f9a8-4128-91ea-ab6acad2641d'),(1460,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:14',NULL,4,'2017-04-12 05:17:47',NULL,NULL,NULL,'64185322-a6b6-46ea-9acb-8b449a6afd65'),(1461,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:14',NULL,4,'2017-04-12 05:17:45',NULL,NULL,NULL,'c4e36904-b52c-4df2-8c84-75748ec0bc74'),(1462,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:15',NULL,4,'2017-04-12 05:17:41',NULL,NULL,NULL,'2e0967e0-687a-4d2e-aa63-7f0e832c8f46'),(1463,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:15',NULL,4,'2017-04-12 05:17:41',NULL,NULL,NULL,'ec22edfc-76ff-482a-b89b-022b9c3e34d0'),(1464,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:15',NULL,4,'2017-04-12 05:17:50',NULL,NULL,NULL,'a2df37c7-644c-407e-9ec5-0a3d2cdb8c2b'),(1465,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:15',NULL,4,'2017-04-12 05:17:49',NULL,NULL,NULL,'cc566d8a-ef84-44e4-b51a-66716b4d935b'),(1466,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:16',NULL,4,'2017-04-12 05:17:54',NULL,NULL,NULL,'02b9a6aa-143e-4341-9baf-3f271cc8ed62'),(1467,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:16',NULL,4,'2017-04-12 05:17:52',NULL,NULL,NULL,'639de7c7-fa0b-4aa7-ac58-d32ba27c5135'),(1468,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:17',NULL,4,'2017-04-12 05:18:05',NULL,NULL,NULL,'23c1ac3f-9aa9-4261-b434-622dab8fe2bd'),(1469,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:18',NULL,4,'2017-04-12 05:18:10',NULL,NULL,NULL,'16c7efb5-98d6-4306-ad04-42ce6100d69b'),(1470,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:18',NULL,4,'2017-04-12 05:18:09',NULL,NULL,NULL,'a40b2725-8c1c-4c17-bebd-1e650573fb4c'),(1471,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:18',NULL,4,'2017-04-12 05:18:12',NULL,NULL,NULL,'89b10cd7-4447-4d5c-8745-742a476a2d60'),(1472,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:18',NULL,4,'2017-04-12 05:18:12',NULL,NULL,NULL,'11cd8395-2273-4426-ac4c-1751fa8f30bc'),(1473,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:19',NULL,4,'2017-04-12 05:18:07',NULL,NULL,NULL,'8d14ef8e-d32b-454d-b7ec-b31f1e9c9667'),(1474,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:20',NULL,4,'2017-04-12 05:18:16',NULL,NULL,NULL,'958cd481-53cb-446a-b4c5-9d1dc00ded24'),(1475,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:20',NULL,4,'2017-04-12 05:18:17',NULL,NULL,NULL,'2de933fe-16ab-4e45-954b-8fbbaa4809ee'),(1476,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:20',NULL,4,'2017-04-12 05:18:24',NULL,NULL,NULL,'a6f1fab7-3494-486a-9991-e941485137b0'),(1477,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:20',NULL,4,'2017-04-12 05:18:23',NULL,NULL,NULL,'0a785a57-6216-4a1a-893a-5b1f8cdaa3f8'),(1478,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:20',NULL,4,'2017-04-12 05:18:21',NULL,NULL,NULL,'4eba9912-2fa6-4ab2-a37b-16d654e8cf06'),(1479,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:21',NULL,4,'2017-04-12 05:18:20',NULL,NULL,NULL,'68e28c64-6a10-41fd-8b31-57cfa12ba5c0'),(1480,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:21',NULL,4,'2017-04-12 05:18:18',NULL,NULL,NULL,'654c855c-0e3d-444f-8f1c-524fd7de383e'),(1481,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:21',NULL,4,'2017-04-12 05:18:22',NULL,NULL,NULL,'41acd728-af4a-402d-bf39-fa3a34db25bf'),(1482,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:21',NULL,4,'2017-04-12 05:18:21',NULL,NULL,NULL,'8d6de263-ed07-46c4-a982-4691b868aac7'),(1483,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:23',NULL,4,'2017-04-12 05:18:33',NULL,NULL,NULL,'86b52764-d24f-4900-beb7-0f5d91a4adc5'),(1484,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:23',NULL,4,'2017-04-12 05:18:34',NULL,NULL,NULL,'9a368be4-e32c-4a7a-baf9-bffd7b2ced78'),(1485,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:23',NULL,4,'2017-04-12 05:18:34',NULL,NULL,NULL,'8ddab1d1-a4d4-46e4-acc8-f20500787575'),(1486,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:23',NULL,4,'2017-04-12 05:18:36',NULL,NULL,NULL,'928eb027-65c5-48b4-b375-be3f7753673a'),(1487,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:24',NULL,4,'2017-04-12 05:18:37',NULL,NULL,NULL,'889383a5-fd2a-43ba-ba3c-f0c29d41d446'),(1488,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:24',NULL,4,'2017-04-12 05:18:38',NULL,NULL,NULL,'b078005f-3074-4922-b5fd-4873e00385cc'),(1489,0,NULL,NULL,NULL,4,8,1,4,'2015-03-24 16:29:24',NULL,4,'2017-04-12 05:18:39',NULL,NULL,NULL,'0353acc4-e4eb-447f-ada6-a935185c23aa'),(1490,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:24',NULL,4,'2017-04-12 05:18:41',NULL,NULL,NULL,'1773e5ad-ddbd-447c-959b-b1edd0165bb6'),(1491,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:25',NULL,4,'2017-04-11 15:20:57',NULL,NULL,NULL,'34b92e4b-59bd-4b25-9897-2e6b1f012ac8'),(1492,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:26',NULL,4,'2017-04-12 05:18:43',NULL,NULL,NULL,'13ec5ffe-9874-428d-919d-15c29bbc9801'),(1493,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:26',NULL,4,'2017-04-11 15:20:57',NULL,NULL,NULL,'350f7b26-c95e-4158-9333-3d3be91252a5'),(1494,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:27',NULL,4,'2015-03-24 16:29:27',NULL,NULL,NULL,'caa629c1-a56c-42af-917a-2fa1f7745551'),(1495,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:27',NULL,4,'2017-04-12 05:18:44',NULL,NULL,NULL,'943bff5c-1fc5-448b-b563-0536112146fd'),(1496,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:27',NULL,4,'2017-04-12 05:18:44',NULL,NULL,NULL,'00274914-bbc0-4060-942a-99d21738e636'),(1497,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:28',NULL,4,'2017-04-12 05:18:48',NULL,NULL,NULL,'5493e9ba-b9d8-4a8d-8406-38221f2f7fef'),(1498,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:28',NULL,4,'2017-04-12 05:18:49',NULL,NULL,NULL,'8d8eb396-e18d-4385-844b-7e2f3e4b1957'),(1499,0,NULL,NULL,NULL,4,24,1,4,'2015-03-24 16:29:28',NULL,4,'2017-04-12 05:18:50',NULL,NULL,NULL,'c9948334-0c78-4982-9e22-93293c5bfa80'),(1500,0,NULL,NULL,NULL,4,11,1,4,'2015-03-24 16:41:08',NULL,4,'2017-04-11 15:40:34',NULL,NULL,NULL,'a3a4db93-ba92-492d-aa3a-f19476bd1d73'),(1501,0,NULL,NULL,NULL,10,11,0,1,'2015-04-14 12:52:24',NULL,1,'2015-04-14 12:52:24',NULL,NULL,NULL,'ff0d6d6a-e276-11e4-900f-080027b662ec'),(1502,0,NULL,NULL,NULL,4,3,0,4,'2015-04-21 15:16:27',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'5fd156c3-c76f-4067-9856-6a6bd1912a96'),(1503,0,NULL,NULL,NULL,4,3,0,4,'2015-04-21 16:48:21',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'63aaaeba-9b3c-4ff5-9faf-522c10b6f54c'),(1504,0,NULL,NULL,NULL,1,3,0,4,'2015-04-21 16:49:29',NULL,4,'2015-04-21 16:49:29',NULL,NULL,NULL,'01e09697-7bd1-42da-9c71-79f0fd1f8e02'),(1505,0,NULL,NULL,NULL,4,3,0,4,'2015-04-21 16:50:24',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'e6701098-9f0e-41f9-9c9d-fcdb57715bef'),(1506,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'38752a31-5b23-4957-ae0c-ecdbc6b0a489'),(1507,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'783aff6f-c427-4511-8df4-872b87fad050'),(1508,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'d770fc0a-1482-4078-b0cd-9a91d9afe0e5'),(1509,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'8f668b49-584f-4cba-b0f2-817a8aaf50c4'),(1510,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'80afda71-a024-4565-a936-9800fb3cb66d'),(1511,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'93ab76c0-6a9a-4d3e-9654-78dadae5db72'),(1512,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'15ed8cf2-f0bf-4cfa-9181-9a285e1349bd'),(1513,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'d721dc0f-fcc0-4beb-801c-6c6c21baa5bf'),(1514,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'93491208-5dc1-47e5-9f3c-7bf99919f13a'),(1515,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'73a42073-eff0-436c-aed3-3001b0a2b603'),(1516,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'627a6041-ad81-4968-8adf-2f49aec4433b'),(1517,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'5af24242-1f58-40ef-a9a6-417cdf53c81c'),(1518,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'7d46eccd-e611-4476-a114-9abd22767947'),(1519,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'f0dbd31e-d189-44ca-b3cb-4dfe7f88c08f'),(1520,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'0212639d-bb3a-4307-9bb5-95c84e78b8ef'),(1521,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'f9f69437-669d-4a3e-930b-b36994a2f9d4'),(1522,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'08c44970-d497-4270-8dad-e50a3df7e6a8'),(1523,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'d00fa604-4fe6-445d-81e9-7ae4aff8341f'),(1524,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'9cedc898-c7e5-4edb-8085-0a40f33645d0'),(1525,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'09291895-fb7d-4989-9e31-723ab44856d2'),(1526,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'316441ec-c0fd-44bc-a040-c68f4da8d228'),(1527,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'83902f85-63ba-4121-9446-940158804bc2'),(1528,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:41',NULL,4,'2015-04-24 15:22:41',NULL,NULL,NULL,'b4dc0131-0a26-477c-806a-f690225194d6'),(1529,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'c3b264e0-8e01-42ee-a3b2-e2a357b73896'),(1530,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'12f2b5bc-a9be-4860-9393-03f30fa3f1cd'),(1531,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'14dd3d68-6752-44d8-9410-79c273eefcce'),(1532,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'502820f5-5a8b-4ee9-beba-fcf23c1ec2f7'),(1533,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'9bc6c942-9da6-401f-ab44-87b95fa86830'),(1534,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'a7ce5d88-1940-4569-b07b-97b12cb9656f'),(1535,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'208b5be3-5c5a-4a1f-9c9a-2779373c7d86'),(1536,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'bb2afe54-a7d9-4ee5-9823-5a53fe03b725'),(1537,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'d08ec8fe-2d91-489f-a416-16af0a043b0b'),(1538,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'9a318894-5341-424f-a4ed-98bea3a5e0ce'),(1539,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'aa367bfd-3846-4792-888d-32b13b13933b'),(1540,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'d4844d6b-4348-46ef-9dcf-f3d9c3541f83'),(1541,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'d7301792-6622-49e7-8de1-1f5e8471529c'),(1542,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'4907047b-1435-4eaf-9645-b67fba8a2e23'),(1543,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'4316906b-9ef4-4326-bd76-2988beed82a4'),(1544,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'1cd8fe47-301d-4476-8a48-3f68025939ea'),(1545,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'38d061a2-e963-49dd-86fb-c8444b5de4c3'),(1546,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'057a960e-04f9-45a2-a1c7-cabf440cdf15'),(1547,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'dfeb53e9-4253-42fc-8f6e-edc6213c9515'),(1548,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'2d0057fc-7a3c-40df-b0fb-2ae2c004dad6'),(1549,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'e6787b61-c496-43e7-93c9-77a2eb043105'),(1550,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'b48e38a8-b121-4cdf-91b9-469acd99273b'),(1551,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'b46265ad-397e-4db3-a439-594ff495f39f'),(1552,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'b50c9258-d3cc-43ea-9855-1c2b685f4aa9'),(1553,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'a4391c57-549b-4047-8971-c3fa72e140b5'),(1554,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:42',NULL,4,'2015-04-24 15:22:42',NULL,NULL,NULL,'0797df4b-bdcd-4f4e-976e-b929874f814b'),(1555,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'3bb38c6e-d972-4cee-89c9-a3bddf60f698'),(1556,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'3ecf1ff7-22e4-4846-90dc-10ed9255ce8e'),(1557,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'895ae798-25af-4232-b4a1-942b11abd446'),(1558,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'1a785710-08a7-4798-b122-4c88d2a98b53'),(1559,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'ebfa6b78-15c2-4343-a240-31f9fce66723'),(1560,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'cbbde229-f044-43ae-9a34-504fb77ce42f'),(1561,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'1b535529-68fb-4bb5-bb5a-202ec74efb1d'),(1562,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'62f52893-4ec1-4de6-8585-92da6d917579'),(1563,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'55e6671b-f5c3-4699-8b76-a7f59701d35b'),(1564,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'990f8299-6f88-49bc-af49-9fa3944d0fc1'),(1565,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'8ebd43a6-fc66-4c00-a0de-108c6acd5721'),(1566,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'87753466-f579-4a17-8caa-c5b38345d037'),(1567,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'e4a0426a-4235-416d-8089-84ae113808d6'),(1568,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'49be9771-c89d-4b0d-a03c-ecd6283f0caa'),(1569,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'8f29cfad-b34f-463b-b4f8-9ea56e4ea9d3'),(1570,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'eab2bb93-b2d1-42ef-817e-1b47d79d76db'),(1571,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'391d02a4-2640-4d7b-900f-f74de8e1b6ed'),(1572,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'899fcf9c-8236-4603-b6d1-46a778db6504'),(1573,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'392ff197-bcb2-44f3-933c-6e8ecb3d926e'),(1574,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'39e70f10-d942-4e2e-b976-28a629d6740b'),(1575,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'72005c75-6d84-468e-a28e-43ca17a7216a'),(1576,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'0948a889-1da2-44a2-9e30-51c38874a65d'),(1577,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'b68192db-fc09-445f-9232-0ba54858e41d'),(1578,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'f1e6e3c0-acf9-478a-b69e-94cf54a0d45b'),(1579,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'b571adbe-388f-4219-be01-343738d3ed80'),(1580,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'d612ddcc-9d3b-4489-97e1-22893c9735df'),(1581,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:43',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'e5c615d2-e6d6-463f-945b-92afb28e027f'),(1582,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:43',NULL,NULL,NULL,'706797d0-635b-44d3-a46c-ddbe0d8483c1'),(1583,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'7f097fc4-be12-4916-99e5-4ebdc8abe832'),(1584,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'1952c13e-d829-4450-a605-828a1bd6c11e'),(1585,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'27e9c4ee-9d47-4b65-b314-4c5767b121cd'),(1586,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'37235b28-c886-41f4-826a-8581150fcc37'),(1587,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'e2650794-cf62-4a1a-a678-0bcc3bf21323'),(1588,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'32d6f1a8-7a0d-46f7-845a-84e3a27e686e'),(1589,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'ce9896a2-de40-4b8e-88fb-e6477eb27f18'),(1590,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'9486be67-f05f-44a3-8962-0746f0904f1b'),(1591,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'a82fd4d8-1898-4aa3-86dd-5a0c09381a3f'),(1592,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'81e598ec-f743-409e-8e35-1a682339042d'),(1593,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'9f6c3927-2a31-485c-8735-f10b9951aef9'),(1594,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'cb8b19e0-efae-44a2-923f-c65a08595cbf'),(1595,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'41bf087e-6031-4735-a310-7d6232f2b027'),(1596,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'0c0563de-cd06-49de-8b31-af79d668b81b'),(1597,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'f59f2ffe-18b9-4534-b15b-9e8f4ef41bbd'),(1598,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'1b6b830c-068d-460d-8411-c42ffe7b0331'),(1599,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'c30f5267-e067-4e01-9b88-8f4ee5c7c069'),(1600,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'e94c6d4c-589d-46c5-a971-99070df288a8'),(1601,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'6b90f8e8-2406-45f0-bec4-19d65477147f'),(1602,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'604fc052-da3e-4032-aeb8-3f88a8041448'),(1603,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'5831575c-89a8-45d5-a02e-ac194d70c064'),(1604,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'3209fc0b-f2ad-46b9-b9fe-7910c4960571'),(1605,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'8df288a5-9288-4ded-a862-ffb1ed062a12'),(1606,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'a2956625-0a07-48b7-9344-3cb707dcd542'),(1607,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'fd8e84b9-be65-4a8f-b5e1-1b0f80a09035'),(1608,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'44dbd31a-7c2d-422d-b584-004532e4aaff'),(1609,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'ff5cdb18-0258-4467-bf1f-35c7b6339767'),(1610,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:44',NULL,4,'2015-04-24 15:22:44',NULL,NULL,NULL,'46a9fa37-d6f2-4f72-8a16-c1a76008f508'),(1611,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'1550184e-b01e-487e-98e6-6be5affdd67d'),(1612,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'aee5f376-e00c-46f3-83ef-3759e54f85a1'),(1613,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'3fce12df-5872-4466-841c-2ec8e195733b'),(1614,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'d5a8fc85-6ee9-4983-a056-f4d3449f6af8'),(1615,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'c65d61af-b804-4a17-8f6b-b6d758fcf75a'),(1616,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'b4f9dd7f-4718-47ab-8697-9ce41548452e'),(1617,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'bc2a1619-fd05-479e-a122-5de978ef114d'),(1618,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'73e9e187-7164-4e0a-bb36-0a7178406288'),(1619,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'b24cc360-c046-44cf-a6be-e4aeb385992e'),(1620,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'98dbb9b2-9859-4b68-b08a-78f88f629d40'),(1621,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'9ee39084-8962-48d8-bb31-fb89337e8bce'),(1622,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'e61d0a67-a5a6-44e7-8907-6a82d765ca1f'),(1623,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'7eb9a61f-a390-4bc4-bc07-c5b1520d3cb4'),(1624,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'c38432d2-3b74-4431-8b60-12a6b053394b'),(1625,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'502a66e9-2eb3-4e13-926f-57fe9d393a94'),(1626,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'0bdba7cc-fcd1-41e1-8f79-6407d2835a78'),(1627,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'00fe2104-f143-4250-ab30-d22ca130e685'),(1628,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'00e041c7-1731-4d0f-bf0d-980192ad38c1'),(1629,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'fcac77cf-fd5d-4083-9426-1591531bdb84'),(1630,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'017dcf18-5ba3-4aac-b12a-27a5df1ffee5'),(1631,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:45',NULL,NULL,NULL,'79ae8e90-0903-41fd-a727-deca362b1d2e'),(1632,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:45',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'fa2a3b41-e500-45cd-8f93-e7d77d5db398'),(1633,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'c929e588-db44-4d91-8040-d82cd21744d1'),(1634,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'75fd74ef-1b85-4fac-9a44-b56eb5c2b2a3'),(1635,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'75354dd0-4650-438e-a819-b1bee23e0f0e'),(1636,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'62000346-9e4b-4462-bd36-561804ad10ad'),(1637,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'75523cab-d099-40a9-aaed-8ac097d88014'),(1638,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'30754108-af96-41aa-adee-2b6556bc48f3'),(1639,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'eb3c251d-b345-4517-9438-8ffb9336ebc9'),(1640,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'9c2f2f22-6e7a-464e-a8ca-129bc1fdf4b5'),(1641,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'77a46432-ce20-4aab-96dc-6a12feac08b4'),(1642,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'a1b11bd9-f344-432a-877e-c12784c1acc1'),(1643,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'251a17f9-c229-4aee-9555-9bf7620b2a5a'),(1644,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'e678879b-630d-441c-aa5e-e93f6eff038f'),(1645,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'64d72b1f-2585-48e2-b66a-0da320d068da'),(1646,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'cc4a27b0-78cb-4d3d-9c85-51f4a06d1f4a'),(1647,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'3bb1e50f-7d8e-440e-8bc9-9736d147a5bd'),(1648,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'df3f7c1f-dac8-429b-ba38-90d770c1253c'),(1649,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'c1c56699-79cd-4d37-9cbd-6166430b7948'),(1650,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'4f4a63d6-b45c-48fa-9382-d35b6ea20c87'),(1651,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'98764756-01cd-4a55-a339-b33ab13c4b46'),(1652,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'e16636a1-5350-40b3-9a42-a806996687e0'),(1653,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'2a301cf3-7a51-487d-8a07-5f9db3baafd7'),(1654,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'2ba5c05a-357c-4469-b83b-2b8d30ca126c'),(1655,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'b3ed709f-f800-4ea9-bbba-f52c69ef0d86'),(1656,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'2f24dfb3-a88d-435f-989d-12673a2a005b'),(1657,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'8686e582-0eff-45d6-bd70-a75f3478d338'),(1658,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'214ebdfb-2940-42f8-a5e6-e04c2455c1c5'),(1659,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:46',NULL,4,'2015-04-24 15:22:46',NULL,NULL,NULL,'9d7acd58-f181-4be0-9350-bcd152512451'),(1660,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'ec1d2aab-f420-4442-94cc-425158e6d6e5'),(1661,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'a83d9a71-15da-4b26-81e6-c7845e3f5986'),(1662,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'172ca645-fdf5-4b81-b521-ded7718a869f'),(1663,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'885e1f5c-ad78-4614-98a6-b03760030a11'),(1664,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'818ef5bc-4455-4c4d-ba15-a9082ec416e9'),(1665,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'bcd42942-6c33-4195-a857-e3b62da29711'),(1666,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'a5547d6c-7e42-4a50-94e2-8e6e73aa6afe'),(1667,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'159bc783-b046-433f-93ef-9b33496f962e'),(1668,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'2e873fde-66b3-41b4-bdb7-1c29c8d5e1cf'),(1669,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'5ec1c55d-1874-4616-a950-585453a5b710'),(1670,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'983d2877-a259-4a77-8f0e-985e5b97fec7'),(1671,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'5dd2c915-f10d-4e97-945d-bd62d7eae63c'),(1672,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'ed70dd9f-fa19-48e9-9218-ce2998c63c49'),(1673,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'062fc7f6-3d11-409a-96f7-a60cd8a71a36'),(1674,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'14f9dc07-8881-41fe-aee6-0f2ab502d0c3'),(1675,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'35191c44-1b60-4f6f-b378-d3bc34b83612'),(1676,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'a0660319-fed1-4830-ad75-4c9e02519fc5'),(1677,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'2c0adcf6-6864-40a3-8752-297f65332a44'),(1678,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'4c187e9c-3623-4763-94b4-86426e6a447f'),(1679,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'54528cf8-0022-4f32-a038-cbb2d5965ae5'),(1680,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'b85c29f2-21fe-4384-ab1e-b98f35112702'),(1681,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'b368b7f7-f87b-4414-9537-1f6bee82e448'),(1682,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'9088359a-587f-4dbc-b13e-b3c38a07cd85'),(1683,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'1dd509c8-b38b-4e7e-abde-8fc87652efc5'),(1684,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'702e6e2b-6098-4b48-9398-897faffe9e66'),(1685,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'26eafc63-b224-4b57-afb9-55c7c4a7686e'),(1686,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'c5d5c9ba-02fe-4c57-ad35-db23e8138561'),(1687,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:47',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'d4c72168-24b0-4d22-ba60-848e7c146333'),(1688,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:47',NULL,NULL,NULL,'becdbefb-d88b-4a21-affa-46a2c5dbdbdb'),(1689,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'7d576a6f-1755-44f5-8fd6-2b3a848c6bb5'),(1690,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'f97877a1-a7c1-4965-9c49-8cd5ad0c0a70'),(1691,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'70197a8d-7242-4c27-8ece-9daf294d01d7'),(1692,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'98b66058-5de5-4a1e-85ef-ec981bee6ad3'),(1693,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'49abc01a-a419-4941-9d9b-8c6eacc105b0'),(1694,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'5d750d5c-8d7f-4917-a4db-42a252f1f42a'),(1695,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'34daf0c8-739f-4649-9d96-b45a32a233d6'),(1696,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'c6557538-cc7e-4ca8-bfeb-80ff5c4f4976'),(1697,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'89c0742a-477b-4292-bf7d-b9e57aa002f0'),(1698,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'ace96e9a-ad72-49bc-a662-49f9b143f05c'),(1699,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'2e5adbd4-8ddf-4848-ade4-ebd8d16e9c3f'),(1700,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'0a3353a4-ddf7-4a65-b882-3da94520c565'),(1701,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'ffa61758-5521-463b-a8a6-ca074f407fd2'),(1702,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'040cf656-a2ac-4807-923f-a35eec824f0f'),(1703,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'836b7f4c-9e3c-4a53-bb08-ab8990b5b9d8'),(1704,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'62f323dd-2a15-43b3-a633-08114aa4984d'),(1705,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'5e97fe35-58df-4925-bba7-7c49d75268a1'),(1706,0,NULL,NULL,NULL,4,3,0,4,'2015-04-24 15:22:48',NULL,4,'2015-04-24 15:22:48',NULL,NULL,NULL,'e3d3ea1c-4e80-49d6-8e0c-57680f0139d5'),(1707,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:16',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'17b46434-eadc-452a-a13b-35d9a85d3d19'),(1708,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:16',NULL,4,'2015-04-24 15:23:16',NULL,NULL,NULL,'40c1f137-fa20-4ab1-95d2-ece1c2cbde1e'),(1709,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:17',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'a799e507-0d3c-4061-915b-ea7e1c4353ef'),(1710,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:17',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'74ed907a-191d-4ff8-823f-ad551b2038e9'),(1711,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:17',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'f023be24-e0e2-4d5d-b9f8-f6cf9fd68c06'),(1712,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:17',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'06525673-7541-4f43-b34f-9ddfd9ccea85'),(1713,0,NULL,NULL,NULL,4,11,0,4,'2015-04-24 15:23:17',NULL,4,'2015-04-24 15:23:17',NULL,NULL,NULL,'031c03b9-a9f7-4fe8-a987-8c61a0444443'),(1714,0,NULL,NULL,NULL,1,3,0,4,'2015-05-04 14:22:19',NULL,4,'2015-05-04 14:22:19',NULL,NULL,NULL,'095d1d67-1f62-4731-aa4e-a76bb77f2fa9'),(1715,0,NULL,NULL,NULL,4,26,1,4,'2015-05-04 14:52:35',NULL,4,'2017-04-12 05:18:25',NULL,NULL,NULL,'b434b13a-6815-4823-944e-eac0d7f79e19'),(1716,0,NULL,NULL,NULL,4,26,1,4,'2015-05-04 14:54:30',NULL,4,'2017-04-12 05:18:25',NULL,NULL,NULL,'8947fda9-3ada-4295-ade8-6824790d6a65'),(1717,0,NULL,NULL,NULL,4,26,1,4,'2015-05-04 14:57:35',NULL,4,'2017-04-12 05:18:24',NULL,NULL,NULL,'f14925ae-f09d-4920-a285-0f2c56751824'),(1718,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 14:52:28',NULL,4,'2015-05-05 15:00:11',NULL,NULL,NULL,'868f4e4f-2e5e-4b1f-adc1-59373a25064e'),(1719,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 14:52:28',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'9bd7169c-3445-462b-816c-5a2b3b86e74b'),(1720,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:28',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'ca172e91-0b36-4b74-954c-2daad152c386'),(1721,0,NULL,NULL,NULL,6,22,0,4,'2015-05-05 14:52:28',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'e420195b-beb9-4cd9-a593-4720b23710cf'),(1722,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:28',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'eb0f402e-81cf-4d74-bce2-de209664946f'),(1723,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:28',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'f449fc4d-d883-45ba-803c-afcea03853a5'),(1724,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'922506ac-4d7f-4431-be4c-04513986c8d8'),(1725,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'553a09a3-4824-42fc-bbfd-cc14ea513c51'),(1726,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'238f09a1-1243-4ef4-ae0f-26caba644f86'),(1727,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'395dd943-c68d-4f1c-bb7f-0ce4a2048fc5'),(1728,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'d6c3b989-4559-4755-9611-45ccc5cf71d1'),(1729,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'c161feaa-400c-4934-a5dd-f23001f70b28'),(1730,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'a2a155cd-9132-416d-94b6-f05bac49eacf'),(1731,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'fb3934d0-e177-4319-a203-02c17148ad49'),(1732,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'9b77f756-1880-434b-bbe2-26376e93399c'),(1733,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'a68a2fdc-4966-4896-8389-a6a6246b4660'),(1734,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'e1861161-0c37-4226-8cef-441a58bec3d6'),(1735,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'ff163c14-febb-47a3-928b-24b852d10eeb'),(1736,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'eb715636-41e0-4ecf-afeb-777a84ecc8f5'),(1737,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 14:52:29',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'7f3ba807-a075-45c3-830e-51ec189417da'),(1738,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 14:59:55',NULL,4,'2015-05-05 14:59:55',NULL,NULL,NULL,'7acfafa4-f19b-485e-97a7-c9e002dbe37a'),(1739,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 14:59:55',NULL,4,'2015-05-05 14:59:55',NULL,NULL,NULL,'3b75cc72-924b-4d36-8891-95484287495e'),(1740,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:00:12',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'a088b1ef-5a9a-46a3-8295-a6dcfafe05b0'),(1741,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:00:12',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'2bd2adf0-2b83-440e-90ef-ef454f9917bb'),(1742,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:00:12',NULL,4,'2015-05-05 15:00:12',NULL,NULL,NULL,'71b8d9f1-2349-44c4-b15f-4e70f96b4280'),(1743,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:00:27',NULL,4,'2015-05-05 15:00:27',NULL,NULL,NULL,'e18feb5d-adcd-4ee1-a911-f8b5b05612e3'),(1744,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:00:27',NULL,4,'2015-05-05 15:00:27',NULL,NULL,NULL,'806d64d2-5e58-4f21-a050-e564d2cdec92'),(1745,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:00:27',NULL,4,'2015-05-05 15:00:27',NULL,NULL,NULL,'18351dd1-078e-456c-8c23-915b16e9dfaf'),(1746,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'78309b7b-ec3a-4b1e-9a77-ff3c1d9f63a0'),(1747,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'cc911aa5-305b-4a0e-a5a6-e0e18b616678'),(1748,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'97bdf0dc-fbc9-48dc-9386-4bf46f1b47e9'),(1749,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 16:51:08',NULL,NULL,NULL,'8f576e2d-3bd9-46d0-b8ea-e00b7a80a908'),(1750,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'bc17a019-0365-40c4-a428-84166066ec0a'),(1751,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'5ea42483-cdcf-4cd9-a58a-da9e43fe583a'),(1752,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'4d194e77-b401-472e-87b5-18a353a68700'),(1753,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:04',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'35a646eb-ea4c-41db-be25-d458773d341c'),(1754,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'d45ca3af-097d-4020-9380-379197fda8ba'),(1755,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'67140138-28af-43c1-bbce-d6a7fcdb18a4'),(1756,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'36a7515e-beb9-4bbd-8caf-84ac05c958c6'),(1757,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'55dcaaa9-42a2-4081-9af0-14e52c0fc3bb'),(1758,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'410996a5-fb31-4919-a7fa-b27f3a36705e'),(1759,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'01372ecb-c854-4424-9295-f16540a3a9ef'),(1760,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'a069aeae-eb7c-451d-8fd6-b68893d73df7'),(1761,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:05',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'630d2caf-1d89-4d05-b853-601bda682e4b'),(1762,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'c973a133-9778-4d0d-8ff4-c903c89ea9ad'),(1763,0,NULL,NULL,NULL,10,17,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'4e5a997f-3755-4776-9728-7d6a080440d8'),(1764,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'c930dd72-651a-4306-86d7-197d0a81ba6a'),(1765,0,NULL,NULL,NULL,10,17,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'c02b7e9d-d741-4814-bf3f-18cc1cc7db47'),(1766,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'f74d9382-185c-48b5-b474-c01b0e3dcc6a'),(1767,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'f4838e40-321d-4bf7-b0d5-873dd47cfb68'),(1768,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'97411ded-f2b9-473e-9d6d-2284f6831810'),(1769,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'47cf8595-e1bb-4720-beae-628825535b9a'),(1770,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'b00229ad-18eb-49cd-bb45-74a2b6982287'),(1771,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:14:06',NULL,4,'2015-05-05 15:14:06',NULL,NULL,NULL,'b2dd6601-03fd-413f-ae82-ac3d0b7e466b'),(1772,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'f9fb3639-19c5-40db-a386-77acad846a12'),(1773,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'66a317ef-14d3-42cb-b39b-96b1aa97599b'),(1774,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'2a146ebe-cb09-4538-ada4-16c0ffa68329'),(1775,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'83539fb2-1dc1-4522-926f-73fc3aeea3c0'),(1776,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'40476852-8e38-4461-8ed6-08ac3c28f1d4'),(1777,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'044252c0-115c-42e4-96ed-02207c699d7b'),(1778,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'ce668b6d-3141-487e-bd0f-090b4484eba4'),(1779,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'825e7c2e-304e-43bc-b138-e1c4bfe70b54'),(1780,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'5e515737-3d71-45b4-b217-383eee067ee3'),(1781,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'c1935955-b2a5-47c2-8e78-1c9a44aeed54'),(1782,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'46efad8c-dbed-4ba5-bf4f-53fc8c1a2a10'),(1783,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'8961717d-b30d-46b1-b917-ff5a463fcb51'),(1784,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'a08c40a1-afc1-4a09-b162-654166d43ee3'),(1785,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'f9507238-0a22-4e77-8570-1be88266d1f2'),(1786,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'7d7236ef-54fd-43cd-a286-6db4f81b844c'),(1787,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'1ab6bb8f-9153-4a62-ac9d-dfcc56131bf2'),(1788,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:24:05',NULL,4,'2015-05-05 15:24:05',NULL,NULL,NULL,'e81f77f0-8e6d-4ac0-a029-3147e67da346'),(1789,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:24:29',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'adf57537-2206-454e-bd27-e395b52ce6f9'),(1790,0,NULL,NULL,NULL,2,4,0,4,'2015-05-05 15:24:29',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'128ee904-ceb5-4795-82ee-9ed2d550d174'),(1791,0,NULL,NULL,NULL,2,4,0,4,'2015-05-05 15:24:29',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'4a3ad231-b335-4731-9b04-7bf77143ef05'),(1792,0,NULL,NULL,NULL,2,4,0,4,'2015-05-05 15:24:29',NULL,4,'2015-05-05 15:24:29',NULL,NULL,NULL,'eeca97c4-c3e2-4430-85a5-a6ee9f577292'),(1793,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:24:30',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'1bd46505-819d-48be-859c-79a8ba45c410'),(1794,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:24:30',NULL,4,'2015-05-05 15:24:30',NULL,NULL,NULL,'27a6cee9-7c06-4846-b88d-6bc65c33a7b2'),(1795,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:24:48',NULL,4,'2015-05-05 15:24:48',NULL,NULL,NULL,'40f41c35-3634-459a-8016-eac973e84270'),(1796,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:24:49',NULL,4,'2015-05-05 15:24:48',NULL,NULL,NULL,'d3efedfd-f853-4b39-ad80-18cc7eb78f02'),(1797,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:24:49',NULL,4,'2015-05-05 15:24:49',NULL,NULL,NULL,'5d56d845-9e68-4636-9f78-d39165a3cbd5'),(1798,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:24:49',NULL,4,'2015-05-05 15:24:49',NULL,NULL,NULL,'c22667cc-68c2-4cb7-9924-d25605f8f136'),(1799,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:24:49',NULL,4,'2015-05-05 15:24:49',NULL,NULL,NULL,'ec27d7a3-c9bc-44ee-80b9-b998db3e278a'),(1800,0,NULL,NULL,NULL,4,19,1,4,'2015-05-05 15:24:50',NULL,4,'2015-05-05 15:24:50',NULL,NULL,NULL,'886ca9b7-a953-4117-8e06-750d480d214f'),(1801,0,NULL,NULL,NULL,4,19,1,4,'2015-05-05 15:24:50',NULL,4,'2015-05-05 15:24:50',NULL,NULL,NULL,'85bebc90-ac4a-4823-99a2-5cee40acb5ec'),(1802,0,NULL,NULL,NULL,4,10,1,4,'2015-05-05 15:24:50',NULL,4,'2015-05-05 15:24:50',NULL,NULL,NULL,'b2e4554c-5f05-48be-947c-9a9bd522f842'),(1803,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:24:50',NULL,4,'2015-05-19 12:28:39',NULL,NULL,NULL,'957f4eb6-1193-4303-aab2-add4e966d1b1'),(1804,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:28:22',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'e81c408c-ebdc-4268-a04d-d303025a51e7'),(1805,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'2eae1dc5-2fe8-4c40-a7b1-88c413acf540'),(1806,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'0faa0786-c077-4ab3-b796-29e7f221f158'),(1807,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'77d7f938-08cf-4506-8c02-5e6a397a91f6'),(1808,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'12eb3a84-d9e5-4318-95a3-8758fd342062'),(1809,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'a586c2b2-de44-4488-98ea-78dfc1c79330'),(1810,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'f59900ef-6784-45b9-8fd4-f26ed021dbfb'),(1811,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'a50dd3fe-dad0-42a4-9922-78404c8f0c3b'),(1812,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'d8aab845-c5df-4d39-bf0b-d2f1f48b5eb9'),(1813,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'5dc5d58e-4f46-46a4-be63-99dde3d0b236'),(1814,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:53',NULL,NULL,NULL,'ceeca640-0c97-403e-b7db-c0c57e94b363'),(1815,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:53',NULL,NULL,NULL,'8c598636-24d4-436d-9b7a-937439492b1e'),(1816,0,NULL,NULL,NULL,10,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:53',NULL,NULL,NULL,'acec25c4-b654-40ea-9da5-5436b68240c6'),(1817,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:23',NULL,4,'2015-05-05 15:38:53',NULL,NULL,NULL,'b98feb03-57c2-4c22-a819-8c2cd68038a8'),(1818,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'82284989-ba78-45a3-a0c2-ef297564426c'),(1819,0,NULL,NULL,NULL,10,17,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'ed6eb72f-ec8a-4fbe-948c-b14f3bda1a6c'),(1820,0,NULL,NULL,NULL,1,11,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'1612c38e-f6bf-4531-9ff8-14923cc77379'),(1821,0,NULL,NULL,NULL,10,17,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'ea39ee96-7dcd-48f7-bd2c-c15e27560d8b'),(1822,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'06925abe-d85a-46f0-a61c-9cc270b6725e'),(1823,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'2fd0489c-5256-42b4-940f-a73cba5e704a'),(1824,0,NULL,NULL,NULL,3,11,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'021fc535-fb06-4199-9b3c-53138cb9de64'),(1825,0,NULL,NULL,NULL,6,11,0,4,'2015-05-05 15:28:24',NULL,4,'2015-05-05 15:28:24',NULL,NULL,NULL,'f2d81653-aa14-4be1-b83a-df772046a193'),(1826,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'900f653b-2c0a-4699-8808-86505ecf025f'),(1827,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'967e9980-aab2-486d-9dfd-46d1394277ac'),(1828,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'9183f55f-4c59-49ba-b9d2-b6d28775b12e'),(1829,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'d11b2bfb-2115-4892-8f5e-e195183fb976'),(1830,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'9b76de10-cbee-4b8a-901e-81e39936dd7e'),(1831,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'84030d04-42ac-4040-825e-00508847b582'),(1832,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'e06d38b3-b2d5-4027-81c3-905bd6dafd22'),(1833,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:48',NULL,4,'2015-05-05 15:35:48',NULL,NULL,NULL,'dbfd6044-d579-423b-b251-ec6914da929f'),(1834,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'ef2f98e2-a4c5-44b7-9205-e178f0b147a9'),(1835,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'f5df6400-99db-42b9-8d0d-dc3c5285575c'),(1836,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'eb72dcbe-d527-4719-9e9d-35bb3c45ff18'),(1837,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'9ae79f50-2e29-432c-9f63-8e7743470d20'),(1838,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'4bdbe558-0bad-49f1-8120-d432875e7dc1'),(1839,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'b8d024c0-82e3-448c-ae62-1a8c4b9af03f'),(1840,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'4cb04ce7-1f32-4128-bdd6-c99dc1468673'),(1841,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'20bbf9e8-5c6d-4ff7-8110-b0505bff4325'),(1842,0,NULL,NULL,NULL,4,11,0,4,'2015-05-05 15:35:49',NULL,4,'2015-05-05 15:35:49',NULL,NULL,NULL,'e053b884-aecb-4fd9-b4a3-5dba992c8e64'),(1843,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:36:11',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'e7196f52-3aaa-4865-94b9-47d95e86d54b'),(1844,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:36:12',NULL,4,'2015-05-05 15:38:53',NULL,NULL,NULL,'581eebb3-8066-47a5-bbdf-0ba54ec2bea0'),(1845,0,NULL,NULL,NULL,2,11,0,4,'2015-05-05 15:38:52',NULL,4,'2015-05-05 15:38:52',NULL,NULL,NULL,'b31de4f1-0c09-45c9-8d5f-b02ef0187ecc'),(1846,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:09',NULL,4,'2015-05-05 15:39:09',NULL,NULL,NULL,'5c2f8983-875f-497b-b7e6-eba6481fd986'),(1847,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:09',NULL,4,'2015-05-05 15:39:09',NULL,NULL,NULL,'c7acf030-dfd5-41f7-b2f2-52d496d8bc7b'),(1848,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:09',NULL,4,'2015-05-05 15:39:09',NULL,NULL,NULL,'7fbf739b-00fc-4c60-873f-e6d3926bf7ed'),(1849,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:09',NULL,4,'2015-05-05 15:39:09',NULL,NULL,NULL,'f87c3973-1ff9-4038-961e-b4528f28d378'),(1850,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:09',NULL,4,'2015-05-05 15:39:09',NULL,NULL,NULL,'c5d693f5-f2d8-45f1-8d69-5ef7a80bfb88'),(1851,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:09',NULL,4,'2015-05-05 15:39:09',NULL,NULL,NULL,'b98107dc-fb15-499c-8bb2-41b9a7f16c28'),(1852,0,NULL,NULL,NULL,4,19,1,4,'2015-05-05 15:39:10',NULL,4,'2015-05-05 15:39:10',NULL,NULL,NULL,'f9f763c2-1a69-4adf-96bd-d3ec1dc0218b'),(1853,0,NULL,NULL,NULL,4,19,1,4,'2015-05-05 15:39:10',NULL,4,'2015-05-05 15:39:10',NULL,NULL,NULL,'b163a10a-055f-44ba-a9e2-056a40fe6bbc'),(1854,0,NULL,NULL,NULL,4,10,1,4,'2015-05-05 15:39:10',NULL,4,'2015-05-05 15:39:10',NULL,NULL,NULL,'9a80abcc-d9e4-49ae-911d-cd7b74fe4128'),(1855,0,NULL,NULL,NULL,4,10,1,4,'2015-05-05 15:39:10',NULL,4,'2015-05-05 15:39:10',NULL,NULL,NULL,'e766b662-7910-4ed4-be96-a3a3f25a8574'),(1856,0,NULL,NULL,NULL,4,11,1,4,'2015-05-05 15:39:10',NULL,4,'2015-05-05 15:39:10',NULL,NULL,NULL,'da8e93dd-f59c-4c1d-b4c7-7bcd48c49e95'),(1857,0,NULL,NULL,NULL,3,11,0,1,'2015-05-14 10:52:05',NULL,1,'2015-05-14 10:52:05',NULL,NULL,NULL,'ea3a5c17-ec58-4fff-94ae-df6a784a2e2f'),(1858,0,NULL,NULL,NULL,4,10,1,1,'2015-05-19 11:18:40',NULL,1,'2015-06-26 16:15:20',NULL,NULL,NULL,'b3dac224-fdea-11e4-b248-005056820298'),(1862,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'096cdce6-a5c3-493b-a991-9a8e673bd877'),(1863,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'bcdd80b2-a2bd-4888-9f46-df274cd01338'),(1864,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'be236b04-7a1c-4eee-8e17-79c6683d5d59'),(1865,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'50bce98e-1e84-4336-829e-9d69973ebefe'),(1866,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'d7dfbbbc-3961-4042-8b8d-b3d093ffcdf9'),(1867,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'b5a72e18-bf5c-40e0-9431-e36efaa76b9b'),(1868,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'5345a6f4-c2c3-4ede-8bba-74bf76000e15'),(1869,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'e36a04a4-aef2-4021-9144-5d46eec47527'),(1870,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'2a9dcf87-6623-413c-9f88-75d75642a047'),(1871,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'235a6246-6179-4309-ba84-6f0ec337eb48'),(1872,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'10c2418b-ca86-4939-aa37-89c9d8194c8f'),(1873,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:58',NULL,1,'2015-05-26 11:45:58',NULL,NULL,NULL,'91c3a559-5024-46ef-b947-1adc310d0b77'),(1874,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'c54659a8-eb25-49fa-b6d4-38ed31172050'),(1875,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'85846e6a-be7c-4612-ab5b-0b129a00f8c8'),(1876,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'ae0ad7b8-2e9b-4731-9563-137382f376d5'),(1877,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'fabe6da0-d8c7-4d08-9e7a-79b84f6167c4'),(1878,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'38048f86-e89f-451d-84b3-82ed60259157'),(1879,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'a6273de3-98f7-4ca2-b57d-bef752b5d177'),(1880,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'7a96ba3a-6399-4eb2-a721-50aeba21c60b'),(1881,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'d2d9bdbc-aa56-4c2c-b59c-af5e61167814'),(1882,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'6bb9bdb2-0ee4-40df-a57a-7b7e7df72200'),(1883,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'54be72e3-098b-4ac8-a3e4-591598891971'),(1884,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'3e2325bf-4543-4fdc-8512-8baf98c2b25d'),(1885,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 11:45:59',NULL,1,'2015-05-26 11:45:59',NULL,NULL,NULL,'f81c28a8-3ec5-46d5-ba08-79ac75723693'),(1886,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:51:45',NULL,1,'2015-05-26 11:51:45',NULL,NULL,NULL,'f16b6694-8f6b-401d-88f8-f2fce1921f60'),(1887,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 11:51:45',NULL,1,'2015-05-26 11:51:45',NULL,NULL,NULL,'ecf0d1b3-a5df-4356-9e3b-bcc3ac2c714d'),(1888,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 11:51:45',NULL,1,'2015-05-26 11:51:45',NULL,NULL,NULL,'7e795fab-daf4-4cee-9baa-6a639e1f6644'),(1889,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 11:51:59',NULL,1,'2015-05-26 11:51:59',NULL,NULL,NULL,'58370446-3439-4007-a6bc-4d6687c8d354'),(1890,0,NULL,NULL,NULL,8,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'67d7ed45-8c77-4cce-8bc2-03ea5d15490f'),(1891,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'e196c038-584f-40d0-bf36-874df8af71c9'),(1892,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'42ff2076-d570-4703-a826-53432386d529'),(1893,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'1dc05d57-c4c9-4570-9474-d2b2b0ae1c37'),(1894,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'dfdaa65c-9930-4940-be10-b32dae2b6be9'),(1895,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'ac88d141-4303-4f22-9749-beacad18507f'),(1896,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'86a26d1f-f959-4ec9-a8be-c940777582f8'),(1897,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'2007f389-084d-4c81-af8f-2f862197b951'),(1898,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'6d18b9d9-f237-4cd3-9adf-f13ae400d74d'),(1899,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'01cd61d8-c854-4746-a369-b83dbc080574'),(1900,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'1ba8c5cf-026b-4454-833a-633a6b802931'),(1901,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'2fb4928c-e73b-426b-992e-de7636193f7a'),(1902,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'0c2d68fd-f2e3-4c8b-a733-91789e67083b'),(1903,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'0a70dd45-d95c-42c7-85ed-7214610ec11a'),(1904,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'9f2bab27-f548-4b0c-bef9-8daa2faedcf6'),(1905,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'a45a6ac5-3cd0-48a6-80c6-39731b020279'),(1906,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'3973381a-ad51-4dc8-818e-dfa0cd6dcc44'),(1907,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'f5b27cae-a937-43c0-a116-8db144554d6f'),(1908,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'fc8dec7a-4878-41ef-a103-af86e88caa8d'),(1909,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:11:35',NULL,1,'2015-05-26 12:11:35',NULL,NULL,NULL,'9abba644-55d8-4d57-ba10-71e1fa8f4d67'),(1910,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:11:36',NULL,1,'2015-05-26 12:11:36',NULL,NULL,NULL,'6a6ddaf1-51f1-4293-9c81-4d0260abd9e2'),(1911,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:11:36',NULL,1,'2015-05-26 12:11:36',NULL,NULL,NULL,'de429727-6952-431d-a7b7-79aa86b6a6ec'),(1912,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:11:36',NULL,1,'2015-05-26 12:11:36',NULL,NULL,NULL,'ab6f7917-6d5b-495e-baa0-dc35b0bef190'),(1913,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:11:45',NULL,1,'2015-05-26 12:11:45',NULL,NULL,NULL,'208c3975-77f7-43bb-aca3-b5ffa9c1bfcc'),(1914,0,NULL,NULL,NULL,8,11,0,1,'2015-05-26 12:13:09',NULL,1,'2015-05-26 12:13:09',NULL,NULL,NULL,'7150e240-d92d-4f72-9262-ef32d62952c5'),(1915,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:09',NULL,1,'2015-05-26 12:13:09',NULL,NULL,NULL,'60c0127f-7808-4ed1-8db3-bd54b9e8d4fe'),(1916,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:09',NULL,1,'2015-05-26 12:13:09',NULL,NULL,NULL,'7a9a49c5-fc46-497a-b338-5c422e71cace'),(1917,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:09',NULL,1,'2015-05-26 12:13:09',NULL,NULL,NULL,'ee3a13ca-ef14-4475-aac5-f445704c32e2'),(1918,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:09',NULL,1,'2015-05-26 12:13:09',NULL,NULL,NULL,'e7203faf-cde8-47e0-9d98-e18a1e9a080a'),(1919,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:09',NULL,1,'2015-05-26 12:13:09',NULL,NULL,NULL,'f3bedfd8-1da8-4ce5-a1c6-025be95d2abe'),(1920,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'07d06082-f69c-4559-a5f6-9d9920a8db07'),(1921,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'8a8537b0-1acc-41e7-a191-3e4fc1481bba'),(1922,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'63a26bde-ab88-4c85-95b8-4352c40933b9'),(1923,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'5e94681b-26a0-48f4-a9bc-a8c94e4c2638'),(1924,0,NULL,NULL,NULL,10,17,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'d780aaa4-c4a5-435b-9d50-af85f86e0848'),(1925,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'f749c6b8-68ea-4695-ab62-fa1e39ad98a6'),(1926,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'ab0e44ed-eb51-4cdf-a9f9-2ceda4e24bba'),(1927,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'c5e79619-de35-498c-90a4-2b254d4eb7ca'),(1928,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'bbc77325-aebc-4740-a841-24ac5706c386'),(1929,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'401cea97-6397-480b-9642-ce2bfa7eea8b'),(1930,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'fb3d2506-1437-406a-a3ed-1de6779f3bdf'),(1931,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'4cdef0b1-a982-41e8-90ea-3cf8b1b5dcb2'),(1932,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'af82f33c-9163-44b0-9fd0-883bcbbe1db5'),(1933,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'89000444-26f8-4097-ae9e-730cf7edb92c'),(1934,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'20d4f373-b7bb-4ae3-a7f4-085faeea9c59'),(1935,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'b8418f28-a68e-476d-8054-8399d9aed78a'),(1936,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'3a7043eb-ad50-43a7-a30d-f53379f4f738'),(1937,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'48b4ce60-ad17-4a9f-a492-2ff6bbd4688c'),(1938,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'c6855fd6-3458-4d97-ab6c-107275f24527'),(1939,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'6e7caf3c-966e-43e8-b08f-aee374a1caa7'),(1940,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'e6a554fb-f851-4651-97a5-085b3dc84bc7'),(1941,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'101e4831-5a18-439e-96de-18ad8d7afa19'),(1942,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'d8c54982-d5bf-4c72-ad00-9d3981c24853'),(1943,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'bac14607-4049-4304-83d4-7b51971e3438'),(1944,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'587d3187-30b0-4e08-877f-c1c83af9e04e'),(1945,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'6f017d18-64aa-4a9c-b486-2d0371ddb355'),(1946,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:10',NULL,1,'2015-05-26 12:13:10',NULL,NULL,NULL,'e7f8ffed-2c43-419b-bd0c-c44a09dcdef2'),(1947,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'411122cc-6fe0-4f38-a021-66212d690dae'),(1948,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'e7d0ef0a-6ef2-4e5a-bb29-0fc550be22e0'),(1949,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'0e38a369-b18e-44d0-bf33-c787d3d0ecab'),(1950,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'66e5646b-71e6-44e7-88b6-d6a2ac012e57'),(1951,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'de827461-d314-4d17-b939-5a967f04c016'),(1952,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'07d6287e-93d1-415d-8147-ec40ce92cfae'),(1953,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'89e5ca87-e454-4355-bc58-22dbe2cda524'),(1954,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'79027967-3d19-49d3-950d-a3f316dd5513'),(1955,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'35921baf-912a-4aeb-b2f6-61dfbc7094bf'),(1956,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'492a219e-e430-412e-8b3a-6e93cf085813'),(1957,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'4b0c1414-7da0-4fb7-ac15-d65c08d26fab'),(1958,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'cbf99585-d0a8-4682-a3f4-6207fa6be3ab'),(1959,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'24d9fcbf-5ac5-4bee-b928-27d74d751baa'),(1960,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'b41f1262-071c-4440-8218-b4d6f559b116'),(1961,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'40fee889-54ae-49c2-b64b-0b826dfdeeef'),(1962,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'28f84786-ddab-45b1-aea0-b3c78a694249'),(1963,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'1a22a7cc-e6a7-4011-ae05-3e122bde213a'),(1964,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'8d23e8cf-55c7-4b0b-be42-38a25756ede1'),(1965,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'2e8d19a5-0a6d-42f6-95d9-9fb760618857'),(1966,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'649eb988-ab94-456f-934e-dfd331e93cd7'),(1967,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:13:11',NULL,1,'2015-05-26 12:13:11',NULL,NULL,NULL,'05e2366c-046a-40c0-9954-47a145abde13'),(1968,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'f6a62c9c-fb60-46e1-a23d-0e3b0e4f701c'),(1969,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'4d708cc7-b8f0-4416-95af-00e691676c4a'),(1970,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'f7e8da66-f9a7-4463-a8ca-99d8aeec17a0'),(1971,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'5588eb9f-30a8-4407-afcb-e0c7b2efbb4a'),(1972,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'5ae0b508-6e03-4cba-b096-2dc29c9acd33'),(1973,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'667df170-9005-4b12-b2dc-2627d49449d7'),(1974,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'b7dcd0d2-dec7-4654-95eb-300ea44d5cd7'),(1975,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:12',NULL,4,'2015-07-03 11:52:37',NULL,NULL,NULL,'f2355233-c552-4cd6-802f-0c7c75221f03'),(1976,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'3064e27a-3d44-40b1-852a-8d034618ba6a'),(1977,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'0b7768ab-2e26-4e01-91d3-fc7eaa6227de'),(1978,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'303178d8-b215-4b72-8604-4260048bacfd'),(1979,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'e06c06ff-974f-4e74-b246-2263ccfd96a7'),(1980,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:13:12',NULL,1,'2015-05-26 12:13:12',NULL,NULL,NULL,'c791b0f8-6547-4451-af3a-c10b57ebaf64'),(1981,0,NULL,NULL,NULL,4,19,1,1,'2015-05-26 12:13:42',NULL,1,'2015-05-26 12:13:42',NULL,NULL,NULL,'60cb4af9-af42-4947-9345-5172158af510'),(1982,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:13:42',NULL,1,'2015-05-26 12:13:42',NULL,NULL,NULL,'fd08811d-ece2-45b7-8695-9cbf06973aa1'),(1983,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:13:42',NULL,1,'2015-05-26 12:13:42',NULL,NULL,NULL,'199720f7-eb6e-491f-ac8e-b1eca6faee0d'),(1984,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'f1806ea3-da0b-4442-827a-b85f26f038db'),(1985,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'4f79afa9-98da-4706-ac86-9b01eba0a3b3'),(1986,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'33940797-0e3a-4a94-80d6-17d414d1ebeb'),(1987,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'fd5ed26d-640f-4ac6-907f-7d9950c60350'),(1988,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'dcd7d885-541b-426a-b332-b70c3b0d00b5'),(1989,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'b82ed2c4-e0c3-40f4-9f7f-2d2bd2679c81'),(1990,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'66b738d1-183a-4268-85b0-c2a601d1894b'),(1991,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'7a850e69-70ee-4e4f-8f20-457c26774352'),(1992,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'bdfac12a-f7f0-4c9d-9fed-c9206beb1cb0'),(1993,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'244ff76f-2051-499a-b16b-fc2f73493205'),(1994,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'ee74de1c-3c4e-41d0-8a79-0413ab167bd8'),(1995,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'1a1dc08e-7653-4e3f-9a27-23939d65c2c1'),(1996,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'e2110f7e-cd7e-4ff7-8c6f-2111bcc15edb'),(1997,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'5538a35b-5d3a-49c5-9d3e-9eca9cc69cbe'),(1998,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'f6a2ec12-bbbf-4989-9266-98ef1649b145'),(1999,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'0b894e37-0c73-45d0-8070-9beaacc29420'),(2000,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'44b69859-1927-45dd-b3f1-74b4778f5909'),(2001,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'8c7783a2-532f-4478-8bcf-ec76f8aea327'),(2002,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'62d72061-faac-4303-910a-4e0e3267e768'),(2003,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'494f4ac0-eed5-4bcf-a82b-59b783485041'),(2004,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'24ad1ad2-a213-4401-b3f8-7870afe4d7d1'),(2005,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:31',NULL,1,'2015-05-26 12:35:31',NULL,NULL,NULL,'58f72d64-dc96-40fb-97b2-dc318a937bd8'),(2006,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'a9e5a193-614e-40a2-b793-1ad61d128f1e'),(2007,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'fd53df55-d1c2-4e81-9375-debbeff1b855'),(2008,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'e1d8dd2c-a48d-4745-a0ca-d3d715acc9bf'),(2009,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'f160c2c3-4017-4fc7-a90e-e4540153ada5'),(2010,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'419e2cdf-49aa-48a0-96fd-84c2c7b36683'),(2011,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'9a3765c7-e6c9-4aee-88f0-0be38e284f5d'),(2012,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'6356076d-f972-45e0-afdd-406588fa8c3f'),(2013,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'131c93ee-6056-4496-af42-99106f3041a8'),(2014,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'f3f27dc6-bb3b-4bd4-a439-e1b943198b2d'),(2015,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'fc7cbb7f-6104-44ac-a16b-9fbb07f0f62b'),(2016,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'3e402bc9-4ad1-469d-8fa1-217994e72bcd'),(2017,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'8cffd881-5961-45a3-89c0-fa7612cbcd8e'),(2018,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'24e9a2c8-9714-4957-a7dd-a7b45b797d66'),(2019,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'7ed96f5b-05f5-403a-b06a-32c1b9b49616'),(2020,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'9c211051-312f-4815-a48d-58d1854ceb76'),(2021,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'88307230-c29e-4799-a651-13e6b7e8ccbd'),(2022,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'84aec21e-298b-4fc7-83a7-6515912a8b98'),(2023,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'7341aebf-8bae-424a-893a-e83bde59b95d'),(2024,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:32',NULL,1,'2015-05-26 12:35:32',NULL,NULL,NULL,'29054a17-59cf-4145-96a2-587f08c2b1de'),(2025,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'0d568029-1a63-4389-be18-019a3853eebf'),(2026,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'2d2f7a9a-6530-4a0b-9e13-a7a3af0a152d'),(2027,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'9137649a-2e5c-46a7-9cd3-7bc5db76bde8'),(2028,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'8a7a91a0-fc32-4009-a0f3-b2b05009c7ad'),(2029,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'8ac1ba18-6e89-44bb-8165-ff2ec46fc098'),(2030,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'57cc5b02-93ee-4101-bf64-af2a3527fe24'),(2031,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'0f10856d-e2e8-4b0a-82c8-62559455f73a'),(2032,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'f1e56bd1-83f8-419e-9d8c-9aaadf6f9790'),(2033,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'78b72f28-6c5c-47d9-be56-4cc73a9ccae1'),(2034,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'f1ca56f8-f05a-4166-b1ad-a8ea2df24e4a'),(2035,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'95a95add-5014-4223-b9f5-4a31733a557a'),(2036,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'38a5307a-cbc8-42fd-ba52-947cd77f4d73'),(2037,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'d658fb63-c140-4e13-9564-de12978068c5'),(2038,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'306ba347-0492-4f37-b78d-7e61cfb5333e'),(2039,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'8c322df2-c0a3-4815-bae7-64b86cb66989'),(2040,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'8fcd15b5-708e-4597-9871-b28cddde553f'),(2041,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'9b270858-8f0a-470a-a8d1-d7c4a8d14b8e'),(2042,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'fb4aae5f-792f-4610-aaba-c8cc54362a38'),(2043,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'96d83095-5358-41eb-8c9b-1d6dfe4f1715'),(2044,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'81ddf373-b1db-4bb5-8497-a435f09950a3'),(2045,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'bf6d2f36-ab71-49b7-943f-26a8d04a4de3'),(2046,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'44ef32a8-5f16-4f52-83d0-9b4b0e28e03f'),(2047,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'be4bf0d5-e55c-4c8e-b706-4d46260a82b9'),(2048,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'3b05d7ec-99f8-44e0-8433-f147a54d547f'),(2049,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'4dce163d-c59f-4b81-9a79-6b9103f4dd16'),(2050,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'e9e27ab4-9691-499b-8c26-829e5f8dd540'),(2051,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:33',NULL,1,'2015-05-26 12:35:33',NULL,NULL,NULL,'111f1181-0527-4b82-ad51-76bfe626682e'),(2052,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'e1d0994d-8277-4597-ac1d-fcdf222c8e66'),(2053,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'7b20656b-2259-414b-9d50-2ded1e82a632'),(2054,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'3f12896e-73d6-4bf7-a805-d85b158dd765'),(2055,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'81ff9686-e214-41c1-9fa1-c5af75dee408'),(2056,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'02b3ad26-136d-4a9f-90f1-3f9e0447d8af'),(2057,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'b127dce6-c92a-4956-a895-29a445a27b95'),(2058,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'91c1e19b-d536-4adb-9b6d-25fc84d28260'),(2059,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'89a2a74d-25aa-4a8e-bafd-57c8912e0933'),(2060,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'8fe7ae95-4c1f-405d-a9a6-81acb2ada13e'),(2061,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'58f8e0a1-3593-481f-81a3-1d486eb8814b'),(2062,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'380a3aaa-c282-4156-9272-b02b45a03449'),(2063,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'2b8e07e9-bcf4-49e8-8213-ad29be76a06b'),(2064,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'2a132d7a-19a0-4bcd-bd0e-010acac18266'),(2065,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'fc162630-15cc-494f-8d4c-6a36c70088d9'),(2066,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'416ebe63-0eb7-473a-b6e0-94fd4cc71239'),(2067,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'4cfa1ee2-278c-4645-8e5b-ad5bdf2edd3e'),(2068,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'ab320845-3e47-4906-8def-a2263c68137d'),(2069,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:34',NULL,1,'2015-05-26 12:35:34',NULL,NULL,NULL,'8ebc2e0e-1b2b-4593-82c6-190c5e225700'),(2070,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'b6f4efdb-b773-4c83-bb73-6a102f25b123'),(2071,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'ccccabe4-c575-4aeb-9b32-6e91b039d444'),(2072,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'75504e37-a69e-4d20-bf74-144609f09509'),(2073,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'46ff6248-0569-456d-9620-29cae32c1519'),(2074,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'934d6a0b-dc96-4257-8175-8453fbf3b9b1'),(2075,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'86edbcab-424a-491a-a813-4e0fc42e245f'),(2076,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'83ecb7c9-60f2-46df-8eee-ecddd2ac21b4'),(2077,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'f91f8e6a-d2b1-4a18-be37-c0324eadc42f'),(2078,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'75c86063-94be-4735-a421-505bf55c4c2b'),(2079,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'61c76eea-cb28-4625-bd2a-67209d03396e'),(2080,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'03dcbf1a-43be-45dd-b110-e9cfe5fd57ef'),(2081,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'6dfe4e07-4bb1-4811-ab4e-1c0163c7679e'),(2082,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'30926c7f-6b00-48d4-840a-06fe69fbdd58'),(2083,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'348d4346-7702-4c87-b96a-2b0d25fa1918'),(2084,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'0317b1dc-c225-4d01-aef1-246737616455'),(2085,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'b8afc5ae-1c23-4f89-a271-156e76cbf5e2'),(2086,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'90f53912-95d5-4b5c-a9eb-81f3f937225e'),(2087,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:35',NULL,1,'2015-05-26 12:35:35',NULL,NULL,NULL,'3c856a21-9927-48c0-ba60-cc7a4ed4698d'),(2088,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'75ff28e6-b049-4802-9ffa-142dd590293c'),(2089,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'0e6aeec5-fcb8-4557-8fb4-23602029b2b4'),(2090,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'f0b04b88-952c-4004-ac13-86764ccd6a42'),(2091,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'553998ec-195f-441d-ad4a-92191bfa0313'),(2092,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'f3f7ef7e-1beb-4e54-b449-7590a33cf45d'),(2093,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'c20d29b8-10ae-4503-acc5-616f9360ddd0'),(2094,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'e9f5c2a3-213e-4e23-8c2f-8907dc7914d3'),(2095,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'cf180299-f6e2-4b08-8b80-2e9125a97230'),(2096,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'2e3e3662-2b90-4e82-b1a9-d42f8129bc99'),(2097,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'08141f31-9639-4276-9054-4c129895d316'),(2098,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'ca2a4f67-7fbb-432b-be7f-d32b51bd4593'),(2099,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'074d8d48-498c-4c01-97cc-745c3af821e2'),(2100,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'250f4d91-91f0-46c7-a193-427710bcd101'),(2101,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'a1ffcbd2-3372-45ea-8177-562c42af081d'),(2102,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'5c80c00b-6551-4a02-9f07-0f1b8ed9cfcd'),(2103,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'153c72e8-4221-4de8-af7c-fba710784d66'),(2104,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'70645842-be6a-4974-8d5f-45b52990e132'),(2105,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'4de681b6-7c1c-4eb6-bc9a-ac4d97432565'),(2106,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'2738c579-6adc-49cd-9e52-66d6ea621bac'),(2107,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'b7316142-e160-454c-af73-3d40118dafaf'),(2108,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'8b36f6ee-bdda-4439-bcea-0a249673c10d'),(2109,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'627a03ea-dc29-4e2e-b6e7-1b455323188a'),(2110,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'10b3f01d-6db9-45cf-b72b-7410194c9624'),(2111,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'a61dcdd8-a697-4c15-83d5-aa8c7e57bfcb'),(2112,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'7b5a4680-1497-43bd-906f-dffc8b134808'),(2113,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'45c453fb-a944-47d6-ad9e-55c78037db88'),(2114,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 12:35:36',NULL,1,'2015-05-26 12:35:36',NULL,NULL,NULL,'c924a4a5-fd38-4fba-9c01-eeab2abc6196'),(2115,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:37',NULL,1,'2015-05-26 12:35:37',NULL,NULL,NULL,'54798d14-ae3b-4666-8667-a9be973f9996'),(2116,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 12:35:37',NULL,1,'2015-05-26 12:35:37',NULL,NULL,NULL,'258d897f-da46-4d35-ae1f-f6517117bd01'),(2117,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 12:35:37',NULL,1,'2015-05-26 12:35:37',NULL,NULL,NULL,'ef666995-65d6-4031-b4b8-8e6c13d39b84'),(2118,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 12:35:37',NULL,1,'2015-05-26 12:35:37',NULL,NULL,NULL,'216861e7-23d8-468f-9efb-672ce427a14b'),(2119,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:46',NULL,1,'2015-05-26 12:36:46',NULL,NULL,NULL,'e1814f56-e694-4d3d-85be-dedb4fcd7d3d'),(2120,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:46',NULL,1,'2015-05-26 12:36:46',NULL,NULL,NULL,'8e2eb4a7-097a-4c66-8a33-b8c29084d4f1'),(2121,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:46',NULL,1,'2015-05-26 12:36:46',NULL,NULL,NULL,'44b1dae3-679c-4a4c-8f94-cc9d87a41dc9'),(2122,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'5a6bd899-ba57-49c4-af77-76128dee7d59'),(2123,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'2b533bf5-7c8c-402d-91f4-672331e513a1'),(2124,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'96252447-f0cd-49de-838e-f502f11a9874'),(2125,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'68956dcb-e407-4fd6-ac5a-b243c57a3a28'),(2126,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'ba89188f-ef5c-47c9-b3e1-50d97cd5109b'),(2127,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'3d2efcef-26b7-4e39-859e-9a588309f7b9'),(2128,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'4516ea08-e0a0-4428-9dfa-d0a997f5c42d'),(2129,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'96ac0951-4210-49d2-8afe-7995fbc9ca4d'),(2130,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'1d7f92a4-939f-43f0-ba9d-268277139989'),(2131,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:47',NULL,1,'2015-05-26 12:36:47',NULL,NULL,NULL,'ffc53011-c859-42a6-a8cd-6c7dd0e60d3d'),(2132,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:48',NULL,1,'2015-05-26 12:36:48',NULL,NULL,NULL,'7963985f-5740-4b35-953d-c48a987cd72e'),(2133,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:48',NULL,1,'2015-05-26 12:36:48',NULL,NULL,NULL,'532ae9c8-9b95-4b7f-b22e-9fffe0810d7c'),(2134,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:48',NULL,1,'2015-05-26 12:36:48',NULL,NULL,NULL,'d2e964c9-c546-4444-8fca-5179a22c8b31'),(2135,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 12:36:48',NULL,1,'2015-05-26 12:36:48',NULL,NULL,NULL,'7c92a615-23a6-46c5-a03b-6cba9b15aa96'),(2136,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'5b2e5a44-b55b-4436-9948-67143841ee27'),(2137,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'f8f78cc6-8453-416a-ade2-237d67a59829'),(2138,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'659ed086-730d-4ac4-910e-fea4c6507512'),(2139,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'9cfd7151-0b09-4118-8e85-a27f47a34e8a'),(2140,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'ac208afb-152e-414a-a130-d38969edbf57'),(2141,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'279583bf-70d4-40b5-82e9-6cb29fbe00b4'),(2142,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'f47f4ab1-0ed3-49e5-b535-5018b25cafc6'),(2143,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'ef5d7595-87f6-4814-95e0-41533a517783'),(2144,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'9edf4f7c-9baf-4467-80b8-45440406ebfb'),(2145,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'103c7f4f-3bf8-44df-9330-adbb236f64f0'),(2146,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,4,'2015-07-03 11:52:37',NULL,NULL,NULL,'a2065636-5326-40f5-aed6-0cc2cca81ccc'),(2147,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,4,'2015-07-03 11:52:37',NULL,NULL,NULL,'b497171e-0410-4d8d-bbd4-7e1a8f8b504e'),(2148,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:48',NULL,1,'2015-05-26 13:09:48',NULL,NULL,NULL,'b09900a6-4646-4804-b460-63be72879a13'),(2149,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'b2e1ffa5-a6a8-4f3d-b797-25f11a66293b'),(2150,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'a6df013d-8850-4b6f-b523-2d793aac0279'),(2151,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'762af91a-d2c1-4edc-9ec4-47a82c6f6485'),(2152,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'6d098664-6da4-4367-9037-9c8371c60f6e'),(2153,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'4982cf37-cb8a-4dea-bae8-002bf6162998'),(2154,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'3cbdb51b-86e9-4a44-802c-e99b033ad55d'),(2155,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'4b2379ba-a180-4f69-8802-493ed0177654'),(2156,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'e6f3cebd-aa29-4d88-8021-7949c55a65cd'),(2157,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'44861d4c-de67-4368-b5cf-279b754e5343'),(2158,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'18944af2-8fc2-4565-a97e-62b247bc53ed'),(2159,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'a55e6e56-d3a2-45a8-aa78-3f6a940f609a'),(2160,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'e87f78be-a69c-41d5-bcfe-92cc25d35568'),(2161,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'640d46ed-58df-4c16-8af3-4e5e0d3e8ba8'),(2162,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'e71e0cc7-78ed-4786-8c9a-07154d06a459'),(2163,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'06525d22-279b-45b1-aa9b-b240c8599aa6'),(2164,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'55d59198-1d83-45db-9e92-dc3b9af25ca6'),(2165,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'85dadffe-5714-4210-8632-6fb51ef593b6'),(2166,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'dda9cda0-9704-4ae0-a672-33a70751cc2b'),(2167,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'aedaa567-d708-44db-95ea-b3b30790ffc8'),(2168,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'480042e0-3011-4652-b989-2e22b5a725f2'),(2169,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'703221c8-7ef4-4268-973c-317b799364c0'),(2170,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:49',NULL,1,'2015-05-26 13:09:49',NULL,NULL,NULL,'61e9ccd8-2451-483b-bc31-7a0532eb79a2'),(2171,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'c1090f51-3ea4-4220-ac8a-66d23eee8f61'),(2172,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'7f4ac69f-a091-45c2-9972-70e2511a01f5'),(2173,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'326be0e5-5982-4e7d-a1cc-a75f3b3320ba'),(2174,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'4f069385-e5f3-43de-859c-94427547ebc7'),(2175,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'20fc5291-ac94-4c8a-b944-2a221d038702'),(2176,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'2fcff19f-bf2e-491d-b9fa-fe34edca339b'),(2177,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'848da87f-aa72-4229-994e-7deb1f745cb7'),(2178,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'d1dedf83-1988-4186-8df2-644747036b74'),(2179,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'5fb2f51b-014e-4ea3-a861-950f9a43e187'),(2180,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'edbe7563-b463-493a-8295-011a9f0ed10b'),(2181,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'6a13c661-1a44-4d80-99a3-f427018ced70'),(2182,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'ab15e564-3109-4993-9631-5f185933f0fd'),(2183,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'89a1e00a-46e7-4e8a-9e52-a759e578e3ec'),(2184,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'fcf34be1-20fd-41b0-8562-8e123ed40145'),(2185,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'a54cc160-8133-4a87-a706-3813fb121838'),(2186,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'5864436b-d898-456d-8b01-60be6df93a2c'),(2187,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'65455c18-1602-43af-9350-87be215e1fa9'),(2188,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'61630830-b8b6-4143-82e7-e4b0b3bfab1a'),(2189,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'30aab560-9d52-4100-a0f7-8962d809aee3'),(2190,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'b5f41040-1b07-4ab8-a1f1-9ccb53ea3efb'),(2191,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'a2f31381-448b-4ca4-9639-9df83e740442'),(2192,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'bfdf3c6c-8b38-43ac-ac91-5dfb6a40bebb'),(2193,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'10f6dfd0-c23c-4fad-9f9b-1948ecba3d40'),(2194,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'bdc00ba0-548a-46d3-9f48-28e0a9be61f9'),(2195,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'7bd302fa-343c-4b1b-8270-70d96468e6a6'),(2196,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:50',NULL,1,'2015-05-26 13:09:50',NULL,NULL,NULL,'38a380e4-b4d0-4a1a-ab1f-77a009024e11'),(2197,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'0b21d7d2-24e4-48f9-b082-96721759af71'),(2198,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'a8e18659-5766-4a69-9eb8-14e96fca28ef'),(2199,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'33dcfd56-c2c2-4fc5-bd34-e7149f2cec09'),(2200,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'2de01cb1-cdd6-44c0-aa11-8ca8067ccaed'),(2201,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'1a936cc6-8c50-4991-8dec-7525e2b7b225'),(2202,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'0327ee8b-7829-402c-adfc-49248e74454b'),(2203,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'023fb325-8e50-4b4b-a1c6-d41f65ac2062'),(2204,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'7cdc0841-a095-4503-9001-669bd1f8354c'),(2205,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'3a882c02-727f-419f-95a9-fe7e372e440b'),(2206,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'e49dbc81-a758-4d45-a846-bbef6c1c4f6b'),(2207,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'1faf6726-72df-4390-9768-b3bc1c594509'),(2208,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'ae900cb2-fe6d-449b-97eb-5ca4d46cfe81'),(2209,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'3c987015-fe13-4296-869d-f863ce3c8930'),(2210,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'a782d572-7d92-4348-89fa-d03212cc066f'),(2211,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'85d15312-3e9f-4834-bbee-5b820df32043'),(2212,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'7f3b20fe-726d-4eb8-836b-085074ad0412'),(2213,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'45321b9d-566a-4ef9-8144-b19951304cf4'),(2214,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'ace3a76b-34e7-4734-8989-ae1669b84cd8'),(2215,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'762d0376-34db-4105-bb82-a8a6e363f3c2'),(2216,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'af0097c3-c5c1-4a80-8502-244797f7ec42'),(2217,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'ed34b5d4-8da8-485d-a3ca-b4f72124b09d'),(2218,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'37592c67-4723-4d17-a9cd-2e945ea0382e'),(2219,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'47997a26-872b-44d5-b969-1100484ba07d'),(2220,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:51',NULL,1,'2015-05-26 13:09:51',NULL,NULL,NULL,'e27c433d-3739-4931-835b-dbc6ba90b9f0'),(2221,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'8224ed7c-ae18-44cc-bddb-e4842064beff'),(2222,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'1af0a9cf-90f9-4c96-86c9-eccf9d69f95c'),(2223,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'f0e4dd7b-c4fe-40f0-9c06-59e4b3c2a86a'),(2224,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'95e1fc28-84ab-4971-8bb1-d8ee68ef5739'),(2225,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'ffd49083-5073-4a84-b451-0258b4f6ebe9'),(2226,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'ccd00bd2-e454-4212-931f-194763f55406'),(2227,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'856247bf-162a-49cf-bc88-e816aff8a9c9'),(2228,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'bd3eb89d-026b-46d9-a7b2-56af1e6df93c'),(2229,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'6ba73a34-6fbd-42ee-8d8e-18e54fc04101'),(2230,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'1a8beb10-183e-4830-b87d-2aa198cad4e6'),(2231,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,4,'2015-07-03 11:21:15',NULL,NULL,NULL,'bba0bb0a-f448-4c3a-979d-b0eb08bf2c98'),(2232,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'72090d61-2688-4f6e-8711-9311e2c1c2a8'),(2233,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'5dcd9f36-9688-4b92-b42b-6c1e0300ff87'),(2234,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'a9c54233-4e2a-4619-bda8-09a9925b7571'),(2235,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'4a8affbe-5d69-4103-9f77-4c9a50dee630'),(2236,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'3109983a-98af-4017-a16b-e3bac0c48d25'),(2237,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'a6cd9056-3c95-4af2-809b-74f56f6bae4b'),(2238,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'c3492678-6b3e-4dda-b636-24617934f6b1'),(2239,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'567272fb-cd90-43e1-97f3-8ae7fdec1d40'),(2240,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'78f268c1-4485-45b3-b055-a36418e8a49a'),(2241,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:52',NULL,1,'2015-05-26 13:09:52',NULL,NULL,NULL,'afbce641-c39c-4326-989f-bd4dd471bbb1'),(2242,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'b1c872e5-224b-494e-ac33-978c07853f9b'),(2243,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'1577a3b0-6f73-42b8-960c-98643c23a4a9'),(2244,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'b5e4bd86-cf72-4e36-bb9c-cb6eb9c9d8a4'),(2245,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'cb1800a9-6822-409a-862b-f6b40614e114'),(2246,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'b033d9a1-b52b-43b5-b350-a417bdc7c6ed'),(2247,0,NULL,NULL,NULL,4,8,0,1,'2015-05-26 13:09:53',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'bdc520f8-6d65-4a80-a381-1244b00ccdf0'),(2248,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'42452303-5799-4f5d-ac90-5eb97eb14d16'),(2249,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'4ce3747a-2a8a-4bc8-84ae-2718263b6ce6'),(2250,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'13382e01-9f18-488b-b2d2-58ab54c82d82'),(2251,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'080669f7-fa83-44ea-a3f9-c2f59756c48f'),(2252,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'55e53e13-1b14-4ab6-9dd6-eb6932af1898'),(2253,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:53',NULL,1,'2015-05-26 13:09:53',NULL,NULL,NULL,'00915dcc-bae6-4cfa-87b4-585ef4085eeb'),(2254,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'01c3ce55-b7eb-45f5-93d5-bace353e3cfd'),(2255,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'4085fb08-e798-4b44-92f1-b098c2613900'),(2256,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'a512d8a7-1090-4db7-8570-97ffa9fe5f05'),(2257,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'55d14f44-f09a-4966-b357-42d4d40892cd'),(2258,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'7ee6d6a7-a5a2-4290-9df1-c2f4be210e03'),(2259,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'397ac585-64df-45b5-a5d3-7a45c66c0ced'),(2260,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'0d6e0c80-9314-4d77-ba29-7b3419a91ffb'),(2261,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'a3b990e3-429d-4fa0-8d38-c9fc0fdf4ab2'),(2262,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'203c15a1-bb4e-4caa-9f69-608291a35cd5'),(2263,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'a85d005a-c1ff-41bc-b2b9-df124a5b4f69'),(2264,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'d930b180-7899-42b4-98bb-8f49d6b46661'),(2265,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'3ec57eba-0871-438a-beb9-ea8bbfe58bce'),(2266,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'d0fa2ac1-efaa-4050-ba8a-a0b55ccc17b9'),(2267,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'9ad9deef-cb44-4b6a-8c37-969c3d691cfb'),(2268,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'0e16c015-b347-458b-a64f-73c7770e606e'),(2269,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:54',NULL,1,'2015-05-26 13:09:54',NULL,NULL,NULL,'60f42c77-4a30-4e6c-b8a7-d06e38e4e07a'),(2270,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'39501dec-367d-44bb-a83d-37311ee6cb62'),(2271,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'7b15f802-dff4-43d3-ac1c-5ec1c2daea4e'),(2272,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'bd98d38f-d496-4b8c-8611-7d8d4b1770ab'),(2273,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'42781906-bc0b-4fb6-b23f-f14c23ca177e'),(2274,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'1b7d3042-5cdb-4966-a606-e69d9e8524ac'),(2275,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'89ecce88-05e5-4dea-b6fd-fce62a2bfc3f'),(2276,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'d3810c80-9e44-4738-8238-53921ba05470'),(2277,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'b15e5b8a-6ef0-478a-b9e4-712a9012c733'),(2278,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'b0a0878f-305b-4763-a914-1fe65e2b442d'),(2279,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'85907746-bdd2-45fd-a2f5-5e621c349336'),(2280,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'559e3449-c615-46e0-9966-78db15e55d0c'),(2281,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'7b542ebb-dedd-4f3d-903e-a33e7118dcd8'),(2282,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'4ec32e51-cf72-4e93-a586-da62bd0ba703'),(2283,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'f5efbdba-0950-421a-bf08-451fb6fe1752'),(2284,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'99e4878e-16ea-49d3-aa0e-585def370014'),(2285,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'1eb028a7-d8eb-4fcc-a99c-e47f3dc00d5b'),(2286,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'9c7b5817-5b77-4601-a11f-bc4508998c56'),(2287,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'8ee9d84c-8ad4-483c-8951-d6ec976822fc'),(2288,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'d0a66c85-1bd1-4ae9-aed3-7fddf87680cf'),(2289,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:55',NULL,1,'2015-05-26 13:09:55',NULL,NULL,NULL,'0cf0ac7e-a631-474e-8fcd-f1dbba986589'),(2290,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'d9a0a7c1-66d8-4f71-aef6-e0aef4a5f2b1'),(2291,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'0db1d8a3-093f-45f5-8d0c-1fae1014376b'),(2292,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'3171993c-73a7-482d-a786-572f621316f1'),(2293,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'8dee7971-dfae-4b24-a177-fa339ada89f8'),(2294,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'1cad38f7-a7dc-44d9-b4f3-104490bab8cf'),(2295,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'8074de37-b90b-48f4-a86e-30cc93e87f0d'),(2296,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'9fb9836a-62b5-43fd-ad04-cae4338de14d'),(2297,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'5b917999-772a-49e5-9c6b-01f319436859'),(2298,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'f96acab2-bbfc-48f8-a6be-dd5eabba6e4e'),(2299,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'cba53744-1c53-42cf-b52d-ae6bf7f3857e'),(2300,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'1ac3320d-4f0b-4502-925d-01889ce7a1a4'),(2301,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'55658e7d-0786-4844-b3aa-123731c8a027'),(2302,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'7ca4f879-4862-4cd5-84b3-e1ead8ff54ff'),(2303,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'0de6af91-fe5f-4d61-9be6-fa80d5869c06'),(2304,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'cd91cbf2-7486-43ad-a358-dee24f4dae08'),(2305,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'0621a9a2-7a26-4e93-8e38-3732d242ab28'),(2306,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'a99dcea9-89d3-4ce5-9793-bbf795ac310a'),(2307,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'21f6bb43-98a1-419d-8f0c-8133669e40ca'),(2308,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'8eb68f48-ce19-4a76-92b8-02ef89ba5392'),(2309,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:56',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'7b366298-3e9c-40a4-80a1-0070fb801658'),(2310,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:56',NULL,NULL,NULL,'fb5767ed-e228-4c34-91a6-9421f61879d2'),(2311,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'b9abfb01-2d15-40d7-a7c0-f6e2f2f6fb4a'),(2312,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'678f46b3-df87-4988-b9aa-b62d3d465526'),(2313,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'ea6ad667-d1d8-409d-abbb-0ddbcb46bee1'),(2314,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'66a6bacc-8ac0-4c2c-b44a-d62ca9a3e89b'),(2315,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'471c15a8-4bb2-43b6-9dc2-3b3db2e29b24'),(2316,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'bced5365-80f5-4a27-a287-60296c4e4ff9'),(2317,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'63519d6e-9357-4ea4-bdf0-6aec097beae4'),(2318,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'dd89c021-1a08-42e9-9d5a-52be36cc21f6'),(2319,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'9b43c4bc-619a-40c8-95ff-5c6f48d2a29e'),(2320,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'2bbf2720-0a0d-474e-8a2f-4fe8fed6de78'),(2321,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'81da2aff-1036-4490-8e2b-20da5c0bf3dd'),(2322,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'b3159221-9e31-46b5-a9fa-841737dfc0be'),(2323,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'f3368015-c42c-4bf1-b70e-cf8118e69b5b'),(2324,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'0c4b6805-8ae1-4ffa-aa71-0f3ff76e20e2'),(2325,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'69180ca8-c249-4422-aad5-603923b7f09e'),(2326,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'5cf1713e-bcec-41d1-ac45-f213fe694df2'),(2327,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'647e5b45-d5b3-4570-a7dc-bb4fc98c4d5f'),(2328,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:57',NULL,1,'2015-05-26 13:09:57',NULL,NULL,NULL,'334eb7c8-84ca-4624-a179-9630e248887c'),(2329,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'e0d24a66-6fb5-47e1-852f-32a8f8ed71e2'),(2330,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'4e5f8a40-8e94-47a5-ab86-118cf9260322'),(2331,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'94da16f6-0e88-4b93-8afa-88bd51b086c8'),(2332,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'e8183b3c-238d-4105-869e-ad23ec109c05'),(2333,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'8c9e4d5d-5654-4adc-addc-e49361c32edb'),(2334,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'04c30f7f-6fee-4259-8f2d-f38f7c3219da'),(2335,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'390a685b-982d-4c45-935d-fd758e8e78b2'),(2336,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'dc67832b-55c1-40f3-adbc-f4c767fc897d'),(2337,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'4ff3c186-047d-42f3-aa6f-d79c969834ec'),(2338,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'55e0eba1-abe5-40f9-8f75-cc8dcdd3f7b3'),(2339,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'2034dd25-1a3d-46a3-83ed-6589b65a6a95'),(2340,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'037c8f6d-d1e3-467b-a50a-73cc1ddbb7c4'),(2341,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'e8a54651-a72c-46f1-8e34-1e3d96cba13d'),(2342,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:58',NULL,1,'2015-05-26 13:09:58',NULL,NULL,NULL,'a239810b-f119-4671-b6d4-d844f1b93a54'),(2343,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'efcaa54c-77da-4231-9950-0ca26255804d'),(2344,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'779430e0-00b1-4da0-ab8e-34899228d372'),(2345,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'898bd550-eb0f-4cc1-92c4-1e0c73453484'),(2346,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'a2914dc6-7b64-43b4-ac66-fee81e3b0106'),(2347,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'b129cc44-4c3d-4319-9f26-88f86870d7c2'),(2348,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'1994ead7-2995-4863-8789-d7ec9256f4e5'),(2349,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'98ce11b0-7da6-4a4c-8c25-423c404c8d70'),(2350,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'af33b1f8-df0a-481b-84d6-2b63577bac47'),(2351,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'753d8797-eda3-4767-bc62-8e5c9ddec284'),(2352,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'e77a4acf-b1c5-4c4c-a030-0600085e84b0'),(2353,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'4d5a9df8-7e21-45a0-862e-2f9a823621ec'),(2354,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'f76196a9-b3b4-408f-a63a-3465bb8de94d'),(2355,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'0845c6f5-e6e2-4adc-b86b-4e4a33cdacc0'),(2356,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'12fac254-b50b-47c1-aaeb-6eae319f621d'),(2357,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'5340cd84-71d4-49a3-9296-1fe76091f2b3'),(2358,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:09:59',NULL,1,'2015-05-26 13:09:59',NULL,NULL,NULL,'383e16b4-3484-418b-9ce7-665b34c31bb6'),(2359,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'70639d94-a3aa-4979-991d-a19b809e23c2'),(2360,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'61dd948a-79b8-4334-83c9-36141697fd0d'),(2361,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'1d043017-6ccd-424a-afb3-f4f1659f4317'),(2362,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'95715982-6b89-44ca-8d7e-4ec7f08194f7'),(2363,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'9897e057-85d6-4681-8e92-7b37ada41214'),(2364,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'2e41171c-5cd5-4b70-ad40-b1dfa1f4bb6f'),(2365,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'6e9c2a7a-2a21-4008-99db-88696c803a7c'),(2366,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'092e0add-6772-48d1-8628-2af1d5f9c005'),(2367,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'85d6ef47-fe58-4a48-a9a4-ac8c50817274'),(2368,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:10:00',NULL,1,'2015-05-26 13:10:00',NULL,NULL,NULL,'6293ce6c-7f75-4547-bc96-c233897a9cc2'),(2369,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'5f372706-2b77-4815-ab7f-a9a8bf00c17a'),(2370,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'2e730739-af02-4a65-9730-93d4c36870bc'),(2371,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'d56380f3-c513-47eb-9f02-44ef55c20f28'),(2372,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'50b22980-429d-43cb-98ff-2e945e5aa0a1'),(2373,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'d4e29b85-5b37-41ee-9aff-c4b6ac7c70f9'),(2374,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'472661fc-6b77-49a2-8c9f-965e65fccc53'),(2375,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'d71f70f6-4319-4561-95d3-11a8c1dc2507'),(2376,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'4dd96ddb-16c3-4dee-8a30-2d0e92d90198'),(2377,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'a9d048da-f538-4efb-b2f8-e8bd4952dbba'),(2378,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'98e2e97b-48d7-41f9-ad35-fb988adba779'),(2379,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'9725a386-5e20-4ea9-8f21-635c2d2996f6'),(2380,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'0638d179-b9b8-429d-ada3-a19f4b36326e'),(2381,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'1aee524e-b8e4-429e-ba9b-daf32f024f58'),(2382,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 13:10:01',NULL,1,'2015-05-26 13:10:01',NULL,NULL,NULL,'254945d4-2c8f-49e6-9d34-7f3be0d93767'),(2383,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:02',NULL,1,'2015-05-26 13:13:02',NULL,NULL,NULL,'b1bfee88-9cf4-477a-ab8f-a7c24ecfcc22'),(2384,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:02',NULL,1,'2015-05-26 13:13:02',NULL,NULL,NULL,'b70dfca0-db21-4533-8c08-4626ff0de265'),(2385,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:02',NULL,1,'2015-05-26 13:13:02',NULL,NULL,NULL,'d53c7292-577d-441c-b6f4-e11b768781fe'),(2386,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'6bfd85ce-22c8-4b54-af0e-ab0af24240e3'),(2387,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'2d302bfb-7ad8-4f3b-b88b-88d111bdd8cd'),(2388,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'3de21e9f-409d-49ab-8a52-0085f9ac06a3'),(2389,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'84b850dd-f8a0-4a85-b739-acc0789bd07c'),(2390,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'6a4b8860-919f-4350-a055-f9ec92a88bc6'),(2391,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'11bb4acb-d3f2-49e0-9bfb-46a11b0283ce'),(2392,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:03',NULL,1,'2015-05-26 13:13:03',NULL,NULL,NULL,'dc916b43-c740-4f7f-99ac-917222c53f6f'),(2393,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:04',NULL,1,'2015-05-26 13:13:04',NULL,NULL,NULL,'9e8af0ba-daad-45e0-ad99-f8ac8e62ede6'),(2394,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:04',NULL,1,'2015-05-26 13:13:04',NULL,NULL,NULL,'95f592af-19f2-4bec-82da-3dda28c9dfe5'),(2395,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:04',NULL,1,'2015-05-26 13:13:04',NULL,NULL,NULL,'ff1ba052-7211-4f6f-ab00-9a90bdc33b23'),(2396,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:04',NULL,1,'2015-05-26 13:13:04',NULL,NULL,NULL,'03bc93e6-d5a6-466a-8743-91ac1a77aea7'),(2397,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:05',NULL,1,'2015-05-26 13:13:04',NULL,NULL,NULL,'03a7cac1-2562-4151-9f3e-8f07c6c94731'),(2398,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:05',NULL,1,'2015-05-26 13:13:05',NULL,NULL,NULL,'c614b7a3-9ffa-4047-8c20-f42e6a347deb'),(2399,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:05',NULL,1,'2015-05-26 13:13:05',NULL,NULL,NULL,'881436c9-ec58-4453-b526-0a47e50c77e7'),(2400,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:05',NULL,1,'2015-05-26 13:13:05',NULL,NULL,NULL,'17e248f6-e128-4a02-8fa1-9ca9a00c1239'),(2401,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:05',NULL,1,'2015-05-26 13:13:05',NULL,NULL,NULL,'17d2d34f-58c6-4f57-83de-b191c04a4b82'),(2402,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:05',NULL,1,'2015-05-26 13:13:05',NULL,NULL,NULL,'82d643c0-8a2a-4542-94aa-93414f5dbee2'),(2403,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:06',NULL,1,'2015-05-26 13:13:06',NULL,NULL,NULL,'746818ac-65a0-4d74-9609-ddb2c330a31b'),(2404,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:06',NULL,1,'2015-05-26 13:13:06',NULL,NULL,NULL,'63a42108-5647-4884-a4f3-f8e74d7e9f70'),(2405,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:06',NULL,1,'2015-05-26 13:13:06',NULL,NULL,NULL,'f8ce62bf-315a-47ba-b085-b896f00e4c31'),(2406,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:06',NULL,1,'2015-05-26 13:13:06',NULL,NULL,NULL,'6fd3ac88-f308-42bb-8dd8-169653848601'),(2407,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:06',NULL,1,'2015-05-26 13:13:06',NULL,NULL,NULL,'b91bc571-f84a-44b0-aab3-4d88190579cb'),(2408,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'3fc800e1-e22f-404a-ad2b-d36a17e4d1d6'),(2409,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'bff78d42-cbc3-48c8-9963-b2f920455e6d'),(2410,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'554a8ca4-802f-4490-935f-b79bfcb6a73f'),(2411,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'7d5ea185-3f1b-46a6-b21d-ad4852d0daa6'),(2412,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'bb26e3fe-7175-430b-8943-f0a0edf42358'),(2413,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'ca5d9b4e-52fa-4aed-937a-ab9a2efcc0ac'),(2414,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:07',NULL,1,'2015-05-26 13:13:07',NULL,NULL,NULL,'28880a1a-94ec-4567-bb05-a3f8eb6ffd0c'),(2415,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:08',NULL,1,'2015-05-26 13:13:08',NULL,NULL,NULL,'b7e4240f-3269-4223-8579-f25fc2e6177f'),(2416,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:08',NULL,1,'2015-05-26 13:13:08',NULL,NULL,NULL,'c1eda433-7d3d-4c58-901b-587a7ddbc870'),(2417,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:08',NULL,1,'2015-05-26 13:13:08',NULL,NULL,NULL,'993005f6-b599-439e-9b53-73d3b8e64730'),(2418,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 13:13:08',NULL,1,'2015-05-26 13:13:08',NULL,NULL,NULL,'fb9f7c52-f7bf-4e54-8184-ee2a4aba679b'),(2419,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'1dcc4525-71da-4bac-adc5-e0ed8a77c98f'),(2420,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'4f0c2f1b-b7f9-4018-a76a-eac0681cd9f4'),(2421,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'8bda6489-6a31-4f0e-aae7-704e5fb1e1ef'),(2422,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'635b38f8-0f22-43e5-bef3-1b31807174c0'),(2423,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'1a07b438-1b74-4ace-9b27-3c3e9ec9ce5a'),(2424,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'caa65399-d3ea-44b7-a235-2eb741d84cdd'),(2425,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'dd827c05-923a-484a-b28a-c49812680702'),(2426,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'1dbbe808-a453-4cd2-9bd6-fbe97dfd1ee2'),(2427,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:58',NULL,1,'2015-05-26 14:08:58',NULL,NULL,NULL,'a4421277-fb33-40d1-8ade-bcd45d3febf3'),(2428,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'6dbd84ae-531f-47a6-b47c-6371ecbdc0bc'),(2429,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'4618787c-e82b-4397-af8e-9cf4f5557573'),(2430,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'939c56ba-6d84-4b4c-ab3a-aed989af14f4'),(2431,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'4fc5dfb5-2791-49f4-afe6-a1c58855ce18'),(2432,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'f1cbe1fc-ef2b-439f-bcdc-1ea3d3c2a904'),(2433,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'ef382fc3-4f47-4b7a-b3dd-68a9484faac7'),(2434,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'7fc8ca1d-2176-4820-a5cb-1c0a012be9d9'),(2435,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'f8a4594b-306b-4e12-b3d1-59386b189624'),(2436,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'9a1236b6-9ed5-4b29-b57f-c0dd022bf5df'),(2437,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'c4ee1e64-64a3-4d74-b461-1fb37b1d6673'),(2438,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'718c80a7-8d92-4bd9-9aa9-68d2fad19341'),(2439,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'357a18ab-9605-4c9f-8041-bc67fb27379c'),(2440,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'6b09d78a-30a0-4846-9fa6-0c3c38c9d4b5'),(2441,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'d66e4d7d-6b46-4888-bf60-61dd78f62421'),(2442,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'9ee439da-0fbb-448a-8183-f90415f5df89'),(2443,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'66ec13b6-187a-45c8-9cce-ea767fd38207'),(2444,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'a9617140-7a0f-4c1b-b97d-09389369a7d6'),(2445,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'d5c97371-8991-4de0-b64f-2a0208ba6d52'),(2446,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'f191d53a-9047-47b5-989f-db65ea1f7116'),(2447,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'22edaae0-9dee-4c63-ad10-985c9d433eea'),(2448,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:08:59',NULL,1,'2015-05-26 14:08:59',NULL,NULL,NULL,'6e60af4d-52da-40fd-a809-a7c8229c1cb1'),(2449,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'46afff51-108d-453d-bc58-6f735284a9f4'),(2450,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'1fe0597e-470d-49bd-9d82-9c7b7342dab0'),(2451,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'ffa2244a-8729-47fc-9185-d62a7033b511'),(2452,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'593959fa-7e93-4ab8-bf25-71574e87f56c'),(2453,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'cdde742d-bce2-49da-94fd-8717040d914b'),(2454,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'fd941da4-f45d-471e-a007-53867a6251ec'),(2455,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'7269aa2e-5901-41ab-a738-eb0b83ff1d78'),(2456,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'706fae85-a38c-4a8f-b701-65471a34fa84'),(2457,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'d9edc80f-4c8b-4f19-b1ea-7147dc61ba19'),(2458,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'09ff9f6e-11dd-4aa2-800d-c94ad2be695c'),(2459,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'9a2fefb7-125c-4d2f-a353-dd8dd1e4f3c4'),(2460,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'9ce25fb7-44bb-4a7d-b9b6-eaa6f2ee5193'),(2461,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'30da8ddb-87a1-4f98-ba77-df34d3010dd6'),(2462,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:09:00',NULL,1,'2015-05-26 14:09:00',NULL,NULL,NULL,'1892989a-8be1-4dde-94b7-35cc7e71b954'),(2463,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'6772fa46-835b-431e-9c51-fd7622ac39af'),(2464,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'f693b099-7ee4-4131-9186-035eec765603'),(2465,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'7e6006fa-d3cd-448b-9817-9e572302dad3'),(2466,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'8b3d421d-95e1-4888-903e-e53b26435708'),(2467,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'96b5c587-05bd-4865-945c-6af7ed73b624'),(2468,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'71104443-c53a-4c36-b0ac-962028e05e18'),(2469,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'d9f9af3c-937d-4f65-b01a-072f2d760f19'),(2470,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'57435ff0-4c81-4063-a7dd-a114913b3e20'),(2471,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'f4a3d284-5d4f-4f9d-a613-c27482522b2d'),(2472,0,NULL,NULL,NULL,8,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'03e9b6f8-f24c-4e33-83e1-922195b11407'),(2473,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'06b174fa-dbe1-4613-9664-019ed2a3c515'),(2474,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'352048b0-72c9-4956-94ae-fa39635996dc'),(2475,0,NULL,NULL,NULL,8,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'db743b4e-8522-49b3-a13b-1714c06701ab'),(2476,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'5933d492-518a-4427-affd-f7739567d856'),(2477,0,NULL,NULL,NULL,8,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'37caa7a7-3eb8-436a-bc31-594302e7ddf2'),(2478,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'4523719d-1fc6-4cae-835c-104ea7067ed9'),(2479,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'6e2a111a-30ad-412b-bcc5-f035edfa2f48'),(2480,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'ae89db5f-7444-4505-bd8d-e4de0b493203'),(2481,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'58fa4284-a100-450e-91b6-e302032f6bf6'),(2482,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:09:01',NULL,1,'2015-05-26 14:09:01',NULL,NULL,NULL,'07e1a232-d8f3-4783-b671-c04b226f7b0f'),(2483,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'aa4adb38-ac68-48b5-a005-c8dce697b0e8'),(2484,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'e81018d6-adcf-44b7-a0cc-55b18c676239'),(2485,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'e18e6f35-cd77-4788-9c78-982b716f7b1b'),(2486,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'f49566c2-213e-4529-894b-e5e56d270841'),(2487,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'97ca55c4-0f0f-4736-a4ed-52bd3f8e21ac'),(2488,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'2ca48424-9af1-4d5d-bcd1-175d38dfe93f'),(2489,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'828243df-fb6c-4306-ac23-3991dc5b0669'),(2490,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'35a993d5-49af-44ef-bb84-b1ac848b6a46'),(2491,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'aa7e61f7-757b-406a-bc65-56e820f41656'),(2492,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'88a6ed35-1c4b-4864-83ad-b76621d65121'),(2493,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'6875b36d-19d6-4cf4-a3ac-8e3e2d0c2507'),(2494,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'4a37620e-41cd-4e11-b62b-1f97c94f3b68'),(2495,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'aa121acb-898b-42cf-89ed-3743625cab75'),(2496,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'13a99840-5480-46e6-8784-9b7642162325'),(2497,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'e9326223-8bbd-4cf1-9f18-b15b611c5c10'),(2498,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'ab001563-6ac6-4575-8abc-44d1c929f0c9'),(2499,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'d19374be-6fde-43e7-80e0-1439cb5559b0'),(2500,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:02',NULL,1,'2015-05-26 14:09:02',NULL,NULL,NULL,'005164bc-ded4-4211-a93c-75c4d5c5bcf8'),(2501,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:03',NULL,1,'2015-05-26 14:09:03',NULL,NULL,NULL,'4f5fe497-8cd3-4e80-b3aa-8b20f1307323'),(2502,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:09:03',NULL,1,'2015-05-26 14:09:03',NULL,NULL,NULL,'2546393f-37d2-4023-9736-05b7869eeb09'),(2503,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:03',NULL,1,'2015-05-26 14:09:03',NULL,NULL,NULL,'65cb170e-97a7-4794-8161-59eb9bd02de4'),(2504,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:09:03',NULL,1,'2015-05-26 14:09:03',NULL,NULL,NULL,'2e411e66-0ab1-4764-9bb4-1bf4126dede4'),(2505,0,NULL,NULL,NULL,4,4,0,1,'2015-05-26 14:16:34',NULL,1,'2015-05-26 14:16:34',NULL,NULL,NULL,'b43dead3-f14c-4022-9ba2-32e842788157'),(2506,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:16:34',NULL,1,'2015-05-26 14:16:34',NULL,NULL,NULL,'11419637-1c78-44f5-81b7-18dc99fa0ef0'),(2507,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:45',NULL,1,'2015-05-26 14:16:45',NULL,NULL,NULL,'3e45232d-4179-4292-a01a-8aa71197d4d4'),(2508,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:45',NULL,1,'2015-05-26 14:16:45',NULL,NULL,NULL,'8ef6406b-b725-40f8-a830-a56481e71743'),(2509,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:45',NULL,1,'2015-05-26 14:16:45',NULL,NULL,NULL,'4526dd15-0419-42ba-95bd-f4a14069ffde'),(2510,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:45',NULL,1,'2015-05-26 14:16:45',NULL,NULL,NULL,'1e55759a-04ca-4c6f-9d26-d7fbf1497e34'),(2511,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:45',NULL,1,'2015-05-26 14:16:45',NULL,NULL,NULL,'1af8417c-8965-423f-ab3d-8242553df536'),(2512,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:45',NULL,1,'2015-05-26 14:16:45',NULL,NULL,NULL,'8d62f476-8b96-4dde-8452-2d4d5742a817'),(2513,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:16:46',NULL,1,'2015-05-26 14:16:46',NULL,NULL,NULL,'981ee726-d61d-4e85-b411-99e7682f75a4'),(2514,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:20:27',NULL,1,'2015-05-26 14:20:27',NULL,NULL,NULL,'20cc073e-8548-4548-8ff0-b746d2c0c969'),(2515,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:21:07',NULL,1,'2015-05-26 14:21:07',NULL,NULL,NULL,'ef29ac41-47c9-4f4d-9f53-0d4e797b9fef'),(2516,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:21:07',NULL,1,'2015-05-26 14:21:07',NULL,NULL,NULL,'9a2c607f-4a2e-495c-80c5-37375fde50ba'),(2517,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'a8669e2a-f085-4286-9562-4314f3855bda'),(2518,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'c66edc32-6f69-47ba-8e73-7067e2befa61'),(2519,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'e44dbe58-0327-4113-b4ea-ac9fadffd755'),(2520,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'766bca78-41cc-43ce-b6d1-23c2bd8ef85a'),(2521,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'b3f70256-8a8f-4dcf-8d3c-1c5983a0ae4b'),(2522,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'58cd642f-fbef-49d5-8a75-08305b069615'),(2523,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'997da467-557f-4667-85f0-2a485dcaa2a6'),(2524,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'c702175b-d7b8-4252-812e-bf2c11132eaa'),(2525,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'03dff98c-9436-4b11-9b01-5faf875f9ce5'),(2526,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'28ee536c-1ec3-4c1b-8fc7-1df67e7c7790'),(2527,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'4f8392f5-9191-4f27-a6a4-b310dbd2071b'),(2528,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'718e52ba-9ba2-4cb2-a4f9-b45c76bab4fc'),(2529,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'07d299c7-e683-4d0d-9ad0-c555d38ce2e3'),(2530,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'58a01e2b-2088-4829-8d53-0e2fecad35b9'),(2531,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'07e98739-14cc-4aa9-a5b2-c9ec41e97000'),(2532,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:25:52',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'3bf69349-aad4-4e43-92c1-92c6ae4f9e0d'),(2533,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:52',NULL,NULL,NULL,'d014fc69-55d4-4493-98cf-3329206a6835'),(2534,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'efcb443d-46c6-4f7a-8ef3-77fa67622eb8'),(2535,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'b9ad53b5-d645-4e81-bd01-a4bcd7ed4e9e'),(2536,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'61f229e2-fac3-45bc-b192-431147c5ccd5'),(2537,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'d9d21243-4da2-4045-96d1-bf8aba530311'),(2538,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'efdd9260-3d44-4750-81d6-c13660ac23c7'),(2539,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'18f0c9ce-d982-46f1-9194-0df0c5a4fe9c'),(2540,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'9a0d56f5-fcd7-4102-ad50-d90414c3d544'),(2541,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'b0a9b7b4-612e-43e5-b5dc-6be88c3192ac'),(2542,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'7dbf31d3-8b59-44c3-8ca2-52e693571496'),(2543,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'0571b57b-a1db-415b-9106-9123f78bd943'),(2544,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'5772e160-4c83-4b1a-b55f-54165e038ed2'),(2545,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'8ce8ae84-ecef-4c65-a9f8-f4ada84d96c1'),(2546,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'329117a6-4b99-406e-a0f7-261625b2f05a'),(2547,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'36334528-5006-423e-a9d5-402a893e8189'),(2548,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:25:53',NULL,1,'2015-05-26 14:25:53',NULL,NULL,NULL,'336eeffa-1005-4728-8c87-a692e8d97102'),(2549,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:26:17',NULL,1,'2015-05-26 14:26:17',NULL,NULL,NULL,'fde89c35-6ca8-441b-a5d3-c6b1b8f2701a'),(2550,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:26:17',NULL,1,'2015-05-26 14:26:17',NULL,NULL,NULL,'6a3bc755-6b5d-42f2-8e46-214266937b4e'),(2551,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:26:17',NULL,1,'2015-05-26 14:26:17',NULL,NULL,NULL,'a7daba1e-29b2-4f61-9794-420ff0791adf'),(2552,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:26:17',NULL,1,'2015-05-26 14:26:17',NULL,NULL,NULL,'a1a77be7-8cfb-4c7c-957e-979285c1ccde'),(2553,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'9bd24f49-69a3-4643-ba5f-e2f03bb6991a'),(2554,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'13fc84ed-f281-4d64-b8b5-97b0426a3057'),(2555,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'531e604a-b452-4bd5-874b-2eb8779f0942'),(2556,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'1f8f9b47-9481-4dfc-977c-993cd4e569c2'),(2557,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'77aa494d-9349-43db-a5d3-756fed9b38e4'),(2558,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'752b46f1-47bd-4918-a281-ef2918af15e0'),(2559,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'88ca4648-6436-4dad-92c7-bae5dc41f1dc'),(2560,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'d8633289-54c0-4a40-b4ef-a7eba36ebaa3'),(2561,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'7ae446c6-73e7-4810-975d-ded5592122dc'),(2562,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'4cf20471-b6e9-4266-a8f7-4408cb3ad683'),(2563,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:28:35',NULL,1,'2015-05-26 14:28:35',NULL,NULL,NULL,'e3a6155b-bdbd-4e49-87fe-5eba797b767b'),(2564,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:28:36',NULL,1,'2015-05-26 14:28:36',NULL,NULL,NULL,'52c32775-1468-4dbd-8162-f5b8f70fe136'),(2565,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:28:36',NULL,1,'2015-05-26 14:28:36',NULL,NULL,NULL,'d33c93a2-cc18-45ee-84f5-6f5407ae9b2b'),(2566,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:28:36',NULL,1,'2015-05-26 14:28:36',NULL,NULL,NULL,'77fdca27-d092-4902-946f-88148eb4f90b'),(2567,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:28:36',NULL,1,'2015-05-26 14:28:36',NULL,NULL,NULL,'fb3b4f77-971f-488c-9ee3-5afed7db0620'),(2568,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:28:43',NULL,1,'2015-05-26 14:28:43',NULL,NULL,NULL,'b84304cb-5cb2-412f-ab7c-0df9cef91195'),(2569,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'99677634-94cd-45f6-bec0-9d1aa1fb8fee'),(2570,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'671b9efc-329c-4374-987e-a5b6d339ea02'),(2571,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'359b3145-f95f-4e7e-bf19-2f373e545ac3'),(2572,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'c68873cb-786e-4aa2-9c02-0cec665e83d9'),(2573,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'3016f81e-44fe-4c4c-b376-a85085f3f87a'),(2574,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'d4f9bb54-e257-44ef-8096-895c5bd6f52e'),(2575,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'71d2a305-a683-41ee-a850-a781c0a70567'),(2576,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'334cf3a3-e1dd-4f1d-a6f1-498bdc7a043d'),(2577,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'cc33473a-3849-47f6-9b19-4e80c80e2495'),(2578,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:30:23',NULL,1,'2015-05-26 14:30:23',NULL,NULL,NULL,'19909766-298e-4595-942e-f8df8c293231'),(2579,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'47a138f2-7500-44dd-a9cc-db107de7dfd0'),(2580,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'7ec10e47-5593-4647-95b7-a8d1b8595520'),(2581,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'1ba119b9-e5a1-4543-a84e-98b06c85750a'),(2582,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'54145861-ad24-4249-a993-65ba049b3b49'),(2583,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'c1b7062d-bf59-4c31-8b93-7181340fde45'),(2584,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'dba7c9a1-4910-4f30-8432-f87cadc00359'),(2585,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'52ba9277-b5d7-4869-9927-21740e16d718'),(2586,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'42a832fc-0242-4ef2-b15b-947697747dcc'),(2587,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'4cd6f040-6b2a-4d73-a1c6-f8a4ce5cefa0'),(2588,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'226ab371-0d8d-4596-8973-b885602dba1f'),(2589,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'0fdc833b-bc92-4e1c-a184-58fd290ea7e6'),(2590,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'f5c14ec1-116e-4fa2-b3bf-7ec603b69416'),(2591,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:30:24',NULL,1,'2015-05-26 14:30:24',NULL,NULL,NULL,'59fe3658-a404-4093-b4ae-192ce46fd9b5'),(2592,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:31:39',NULL,1,'2015-05-26 14:31:39',NULL,NULL,NULL,'6355c3a3-65b5-4f03-84cc-c9d0fd25ef21'),(2593,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:31:39',NULL,1,'2015-05-26 14:31:39',NULL,NULL,NULL,'80b9158c-321a-4688-8161-2fcb204eecf3'),(2594,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:31:39',NULL,1,'2015-05-26 14:31:39',NULL,NULL,NULL,'9f1bfade-38d2-4e14-acf2-d8d3dde90c10'),(2595,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:31:39',NULL,1,'2015-05-26 14:31:39',NULL,NULL,NULL,'5a0157fb-73e4-4094-9480-a3e35e6e0a43'),(2596,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:47',NULL,1,'2015-05-26 14:31:47',NULL,NULL,NULL,'63b46aa6-80f4-432e-bc42-3e1e1bd761e4'),(2597,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:47',NULL,1,'2015-05-26 14:31:47',NULL,NULL,NULL,'f8ce657f-5ea6-4f29-be59-6778f2d4daa7'),(2598,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:47',NULL,1,'2015-05-26 14:31:47',NULL,NULL,NULL,'4b2ec7bc-f241-4eca-b5fa-5c1f02caf973'),(2599,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:47',NULL,NULL,NULL,'a577f294-7aeb-4dd8-8c07-0d7c2c68708b'),(2600,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'1f4dfa3d-4413-4302-b538-7e56cb546468'),(2601,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'b653dffd-0f6b-4830-800d-4ae3287f6057'),(2602,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'4c9d68e1-5189-438c-a826-894c9533bb2f'),(2603,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'bcb6ca2d-8b01-4d40-bbab-195d2da0f908'),(2604,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'8f63b407-8fdd-4efd-94c7-e6c3f93f0403'),(2605,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'8c6b2506-505f-4473-ac36-6a6e5995d45d'),(2606,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'ef1f09c9-b124-4616-80cf-dadf99251de4'),(2607,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'d06a606d-2fbc-4783-9d46-9ec51e2a81bd'),(2608,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'148b3e66-9eb5-4437-8f96-06c7feb95d5c'),(2609,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'0550b13b-be8a-4873-899f-0b7511156431'),(2610,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'15155694-b452-4fe2-b60b-0982e80e5a85'),(2611,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:31:48',NULL,1,'2015-05-26 14:31:48',NULL,NULL,NULL,'d71ab7b8-8b7c-4a33-8920-5b24d39f8b70'),(2612,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:32:26',NULL,1,'2015-05-26 14:32:26',NULL,NULL,NULL,'0f2daa04-8c51-4aa7-97e9-83cece626a36'),(2613,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'cb1d956e-7468-4900-a170-14017b5869cb'),(2614,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'1cb774c8-ff42-45c3-b782-d702562a0531'),(2615,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'ad926523-01c7-46f6-b4c6-bb63ad2c379e'),(2616,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'78cb3ecd-80bf-44b9-af09-58f36d774811'),(2617,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'f4ea69ed-69c2-4bd5-8b3e-043d86667d62'),(2618,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'28495652-167a-463d-bf11-6b65283d2ffc'),(2619,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'5cff8c1a-4a87-46a5-9381-4d7dfa17e6ef'),(2620,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'445fc753-9e5c-4b51-9129-0fbe1eaf30ec'),(2621,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'48944af3-66cf-405c-bae7-7864c5417bb8'),(2622,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'78c95f7b-e21a-4131-8468-0e73d7b351b2'),(2623,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:57',NULL,1,'2015-05-26 14:36:57',NULL,NULL,NULL,'39fe196e-5f35-4713-979c-87cb48836d6e'),(2624,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'b4a34909-e577-4a3d-ac88-087a155632ab'),(2625,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'33ead84c-9395-408d-ad59-763a79108c66'),(2626,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'e3672e1b-a1d3-4ce4-a2fb-d07f283a8cef'),(2627,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'7226bf9b-2d37-45e5-88ac-a74bbbe25d51'),(2628,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'c9704d05-17e1-4740-a6be-cf54de11eebd'),(2629,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'1a934a17-caed-4526-8f32-188321f855fb'),(2630,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'c8538b12-c2f2-4a58-acbf-6242733afbb4'),(2631,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'b34f4e97-59f0-4435-a85f-d13496223165'),(2632,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'03194285-154f-489e-9d4f-2f19544c253c'),(2633,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'94894d47-c3d3-415c-b689-77a8030d9c44'),(2634,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'fe32cf5c-892a-4163-b868-b4932c6f810a'),(2635,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'b10019ce-e62d-4e56-a951-06f7a82e3a48'),(2636,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'6f83b134-aebc-42d4-b7da-e8a9d36dcd70'),(2637,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'37fd55ff-df82-4492-863d-455b84017d88'),(2638,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'8cb4c9ea-626e-4069-a601-65d192fbce1e'),(2639,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'bde9337a-c5ea-476b-a481-bd93b9f33853'),(2640,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'40dcd87f-1197-473f-83b5-5d7e92996a38'),(2641,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'e5b4b9af-a44e-46f6-8c5a-8a253be35762'),(2642,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'1e755306-6146-44bd-bb9f-5107004b06ad'),(2643,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'9cc6633f-679c-4004-bdd0-0c8e00cdc003'),(2644,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'0c507620-8758-4dd4-add8-a3b7b4fb49b2'),(2645,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:58',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'30e2da8f-34ca-4c93-94c8-d429f22d381c'),(2646,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:58',NULL,NULL,NULL,'4f8a1d43-55a2-4503-b963-875c10bf1c47'),(2647,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'ceaf3c27-1782-447c-a379-6e9f983cf434'),(2648,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'209d6a9f-7194-417e-b520-bf654810a941'),(2649,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'a0996f4b-a821-41e6-becd-341b270bf4ae'),(2650,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'2d9d8ea3-f4d6-428c-a03c-c1c4ddb19375'),(2651,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'6d272b88-0b48-4ed9-8329-3e7376b7de94'),(2652,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'d7fa1796-e678-4329-92aa-a2e09400764b'),(2653,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'9a3ed2a3-821b-47b6-8609-4f4c4fd93431'),(2654,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'d8238da1-a615-4d32-b391-5535cda7068e'),(2655,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'92ccdba3-adf4-4860-8e47-ef693e9eb1a2'),(2656,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'5da2db65-3dc0-4ad8-8ce3-b15f9cef3bc0'),(2657,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'f8748958-be20-4a09-b839-51ae804fc334'),(2658,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'e964f52a-ba47-4b2d-95e4-7d8371529810'),(2659,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'165b97a1-c1f2-4aeb-b0cb-3a371540c731'),(2660,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'460ed2f5-23bf-4a00-a73a-789877b3aa6a'),(2661,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'c3123f5c-7c73-4c85-a09e-11acbe4652a5'),(2662,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'62b446b7-5d07-4620-adae-576d5af367bb'),(2663,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'cb5bfd79-c8f8-4eb5-911c-c58c592033d6'),(2664,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'2ae98165-d580-4df8-bc9f-cbc2170fdb37'),(2665,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'f6b53192-f432-49ad-8903-770b38cfe8f4'),(2666,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'945211e8-888d-4db4-bb4e-464ef61ea30d'),(2667,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:36:59',NULL,1,'2015-05-26 14:36:59',NULL,NULL,NULL,'8d5ee45f-7f45-416b-b3b4-3d3eb58b7ee7'),(2668,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'d9f67d80-42ee-43c8-bfb4-9497583b6b2b'),(2669,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'84bee8e2-7bff-4e94-9637-53085f43c4ae'),(2670,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'c90a1bf3-8b58-488f-8f6b-7c41f444ee9a'),(2671,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'ab166828-44d4-4875-a69e-41d8600614c9'),(2672,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'50d9e433-a5f7-4554-872f-9d576355a04f'),(2673,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'3743073e-c15b-40b6-80f2-496e1253f527'),(2674,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'90030639-04fe-4277-9a9a-03fd7dba43b7'),(2675,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'fff147ec-976f-47f1-83dd-395b230086a0'),(2676,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'75cb3485-5f36-46f3-bcf3-a5d8bbf8a9ed'),(2677,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'d57a9284-b79f-444f-8879-a56605aeb4e9'),(2678,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'c1c9b40b-7216-4404-80b6-1aaecf498692'),(2679,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:00',NULL,1,'2015-05-26 14:37:00',NULL,NULL,NULL,'d491465e-f972-4449-9c48-65efa4f5dc9e'),(2680,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'c686522a-3d71-4b20-89da-9f8c592f1759'),(2681,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'cbab5d59-3cd4-4de8-9cb7-4d4352b1f0d3'),(2682,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'5a4fa6af-9443-40e9-91e2-4e62e0fa2346'),(2683,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'f610001f-fa24-457e-84fb-5dba316e2d57'),(2684,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'c469632e-3838-40a0-8dfe-1b3e877994a2'),(2685,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'0d331052-0d9e-4be5-b735-2420d024ad71'),(2686,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'f0631aed-127d-4a03-bcee-c3cb632feacd'),(2687,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'c5bf7ec5-e723-443b-b723-4f7c6a719025'),(2688,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'b760b839-5e58-4d33-8e85-042b7e02c930'),(2689,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'08bf8cb1-6f95-49b0-a71a-723292b011ff'),(2690,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'24779e00-9504-4825-afee-9a413b634962'),(2691,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'b097887b-c670-4b9f-a96e-de5f40199647'),(2692,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'da7dd52a-c00a-4dbc-8703-aa480028da1b'),(2693,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'29d7ba2b-cf79-4a2f-8df5-dbe0d7974e86'),(2694,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'455ba350-1fff-45c8-898d-300e19569c7f'),(2695,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'86a8e925-d8ce-4a0d-9aeb-6a6d51e773ac'),(2696,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'5feac5f8-5ce5-4f4e-b5f0-ba588070866b'),(2697,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'23001db5-79cb-48fd-8d3c-fd54c78cb2ac'),(2698,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'8fdea924-9f16-4796-997b-245dc9a8f866'),(2699,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'0889b9c1-52fc-4988-9236-ea08d3d4aa1e'),(2700,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'b62de6aa-952c-4d74-a79c-dc4a6a0c1d13'),(2701,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'9eb887ea-3668-4f59-9cdb-1bac7639d007'),(2702,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'2c3a8c1c-2155-4721-afc6-baeba1e4f6be'),(2703,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'d96af31e-aa19-462d-ac96-94b74cf0b123'),(2704,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'febc0fb7-4532-4104-9c8f-b6967cc4f29b'),(2705,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'0c020f8b-d6e5-4614-a2b4-b61a47d5dd68'),(2706,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'179cf03f-2a8e-436f-a9cf-653207a27439'),(2707,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:01',NULL,1,'2015-05-26 14:37:01',NULL,NULL,NULL,'7b10e244-9483-4d19-8d67-568a2f9f129e'),(2708,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'f5534cdb-a0e8-44e7-9362-9ba5d466b711'),(2709,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'ea074501-df74-4ed3-8899-693ff466048a'),(2710,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'bf7ffbef-c4cd-474b-9fe1-440ed9f10603'),(2711,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'7c9532d9-e9d0-4e02-975d-52100df1473e'),(2712,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'028e535d-8211-4fd7-ab41-0a9cd092a0c4'),(2713,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'a7c239e4-94d3-47a2-89ad-ded273b67f69'),(2714,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'dc317c54-c675-4f1e-82a5-c06f8c7b9283'),(2715,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'bc229cef-44d0-4e51-9996-0e79dcaae688'),(2716,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'7e26973e-8e75-440d-9e0c-eb33924c507f'),(2717,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'c9fead29-3df2-44ee-bec5-9bbd25653500'),(2718,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'eb37c768-d081-4077-9ff5-d137d55a3e4a'),(2719,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'781ec962-7f00-4075-9823-3987473ea329'),(2720,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'6c98980a-1463-493f-88c4-1c46470c5eed'),(2721,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'d905963b-d28f-4111-b13d-2443bf1968a3'),(2722,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'9f2fc98c-c2cc-45d6-a454-19e6de4f1cbb'),(2723,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'1693200c-7ec5-4a64-8799-d9a366f350fb'),(2724,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'fa33fbf8-fdb7-4ecf-8ae5-425035de0417'),(2725,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:02',NULL,1,'2015-05-26 14:37:02',NULL,NULL,NULL,'f41139e2-13e4-49df-8f8c-1d14fd477a75'),(2726,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'12612fe3-a9dd-484d-af75-dec75e4d3b16'),(2727,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'309ccad1-3f1d-4809-87bd-deeca3d34159'),(2728,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'ba351241-0dd4-4df9-904a-599f0ee00f22'),(2729,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'81afb4b8-9f43-427b-8d34-58dad9253e1a'),(2730,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'21e449f8-74a2-4e71-abd9-620594001bfa'),(2731,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'0f1bd90f-7b0c-4c9b-9986-694df61ea666'),(2732,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'ec8aa390-31ff-45c7-a4cd-313f21ce366b'),(2733,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'77905b54-687d-41fe-a6cf-ae36d451ada1'),(2734,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'ca21dd92-ee52-4b73-b37d-9e8773618162'),(2735,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'33181078-3a5f-43de-9124-6bf3ff98ce95'),(2736,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:03',NULL,1,'2015-05-26 14:37:03',NULL,NULL,NULL,'0abf00ad-9fca-4090-8e5a-3989e00f8c13'),(2737,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'9f8a89f3-b486-452d-b19b-6fad53770721'),(2738,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'48ac8297-3de7-4d06-b550-f5c74c9882fe'),(2739,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'b8959fb1-803f-43df-9ca5-2d196ad573ef'),(2740,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'f51d6474-5994-46a4-828a-09d025ef2029'),(2741,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'043e32b0-a2e0-4e02-8f89-49193b5c6b11'),(2742,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'ee9e2c79-e96b-432a-b81d-bf168681462b'),(2743,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'eae0891f-1a2e-4505-a57a-52aa192a1b99'),(2744,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:04',NULL,1,'2015-05-26 14:37:04',NULL,NULL,NULL,'97e0ff4f-6dfc-4fc5-b4eb-7b8c41062637'),(2745,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'b268b6e1-a116-4eea-b9cb-b6bb4236fff2'),(2746,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'921d6355-a4d5-4f71-a9ab-7494cc58545f'),(2747,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'1973a47e-6750-410c-b748-8900d4e8ad2f'),(2748,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'127d6ea2-4d23-4100-ac8b-d8c3cd345d55'),(2749,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'9d5ec533-36f1-4f64-acaf-5d86726dba26'),(2750,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'8fc57db0-9de5-4db2-956a-b25e5b83c2c2'),(2751,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'93036341-0dc1-4cd2-aee6-a7d9363387ce'),(2752,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'6f626190-e2a6-46a0-99b6-982ee305e759'),(2753,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'9b3935ca-1937-4c31-be1c-cd1fb9cd1db3'),(2754,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'44c49ad6-6456-4c91-8753-3ac7a59d3ace'),(2755,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'0f501873-2f47-4826-b783-9238fa7728b0'),(2756,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'b2af7b52-d8d6-4202-8fec-a71c528041f0'),(2757,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'2090e034-901a-4b1a-b50c-8d3e42757e2e'),(2758,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'96ff0ea6-217d-4bf6-9ea8-e06224510bba'),(2759,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'652849fe-076d-4666-b308-cdad379a9d01'),(2760,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'4b61df4f-131d-4c7a-9d73-2e892d3b823c'),(2761,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'c8a02e3c-4293-41b9-81d8-2f750cddc659'),(2762,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'89a9f215-b37c-4fab-a840-4281a918fcfb'),(2763,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'be6ae6f0-0ac5-4090-a139-439354924d6b'),(2764,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'d1a9e679-2f39-434a-b702-2ba7fe451026'),(2765,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:05',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'81a12272-8bce-4dcf-a45f-32b567119e82'),(2766,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:05',NULL,NULL,NULL,'496708a0-ab4d-430c-b071-f780b235559d'),(2767,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'f40f331a-2de3-484f-acd4-b1b6ec80d08e'),(2768,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'ee9a12e7-fbd5-4adc-83b5-245062d05b9b'),(2769,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'de2f5614-4a02-4969-89a7-4518abea560d'),(2770,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'7333736e-06d1-4439-a44f-2bf2ec061b4d'),(2771,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'fc4a6283-70f2-49fd-82fb-d8c8a6bbd5ba'),(2772,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'50be9682-6b83-4d44-8d7f-6af290932036'),(2773,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'d44b608f-8e59-44bb-9e84-ae4d8b495792'),(2774,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'b310125d-211d-417e-a3c4-c97ff65bd274'),(2775,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'5cc4a95b-2b03-4d70-955b-e04617070f4f'),(2776,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'8f598687-6f89-481c-b9a4-1d9d1442f098'),(2777,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'c28d6e69-1487-415d-9d73-7aa3ff323d06'),(2778,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'d9d2fce9-0eff-48a0-ad49-af456846ddc9'),(2779,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'83859b3e-91ac-4f6e-a34a-643a0f6e45c2'),(2780,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'1bcff86c-f1c1-442d-b143-79283bc6c67c'),(2781,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'58337aac-7e57-442f-9075-44795fa283de'),(2782,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'26d1ef4c-08ca-40a2-97fd-96af62e7df9c'),(2783,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'a83eb67e-0314-4eb2-835f-1a7a63c7c739'),(2784,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'43c3b978-0daa-49e3-af2f-1430303afb24'),(2785,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'f305f8aa-9c95-4b01-8205-336910339dee'),(2786,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'e2de8573-1ea2-499d-abe0-e8dd38663a6b'),(2787,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'fcf96cb5-4441-4e2d-b1c0-a82e3b7c2ebe'),(2788,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:06',NULL,1,'2015-05-26 14:37:06',NULL,NULL,NULL,'c9189447-98e6-4d3b-8a88-bac60746f00e'),(2789,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'0f78f579-7587-4f17-86a2-335e50e82080'),(2790,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'b80ba3b5-b842-4411-a927-0bfa8a3b70a2'),(2791,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'4446352f-430b-4ba2-be3c-e83757214d79'),(2792,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'27701711-b473-4c05-a4b6-01e24bad90d7'),(2793,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'17afaa78-f3b8-4383-b64c-ef5b7780215a'),(2794,0,NULL,NULL,NULL,10,17,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'0fad8dfa-c19b-4caf-9b36-479c892b9730'),(2795,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'efa7581a-7fe0-4fd5-a6f7-07648203f2da'),(2796,0,NULL,NULL,NULL,10,17,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'74ecbf4a-a7a1-40fa-a8ed-fc611a434aa5'),(2797,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'ace454a6-43e1-453a-b7c2-ce24eeadf079'),(2798,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'4f880005-0c6b-4723-8cb1-030a22ffe344'),(2799,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'64ec569a-6b10-4d85-8516-6482f1c68335'),(2800,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'c86cc7c9-2893-4252-b462-3aab6d7cfa24'),(2801,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'a21cb0b1-85f0-4f49-ad26-a5fa877266af'),(2802,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'0b5abb23-c4c7-4b0c-94ce-047686c33561'),(2803,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'4ca383c0-127d-4bbb-864b-282fc1fc64c9'),(2804,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'7e035f48-a95b-4259-a455-28d3a47adf6a'),(2805,0,NULL,NULL,NULL,6,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'4498106a-8b68-488b-800e-c43a83b14924'),(2806,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'bbee03c0-84af-402c-9509-96272fb7d336'),(2807,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:37:07',NULL,1,'2015-05-26 14:37:07',NULL,NULL,NULL,'8711d5d0-a8ef-4a41-920a-3a748546e48b'),(2808,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:40:10',NULL,1,'2015-05-26 14:40:10',NULL,NULL,NULL,'506d37ec-84b7-418c-925e-2a0ff9d72300'),(2809,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:40:10',NULL,1,'2015-05-26 14:40:10',NULL,NULL,NULL,'60a6389c-833f-414b-bbc2-17e2f025c724'),(2810,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:40:10',NULL,1,'2015-05-26 14:40:10',NULL,NULL,NULL,'feb08b66-32ce-48dd-8d44-e200ae1e0b65'),(2811,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:40:10',NULL,1,'2015-05-26 14:40:10',NULL,NULL,NULL,'3f3474d0-3ac9-4774-817f-461908059956'),(2812,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'73dfcee3-6db2-49e6-ab07-51f7c9ba9401'),(2813,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'f91bab12-e4b7-4233-9217-10d84dbd40b1'),(2814,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'ed4c5018-59c3-424b-9592-2c900ce69b18'),(2815,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'7c93ebcc-8218-47bd-bb76-2ed517649eb0'),(2816,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'ab6aaae6-de67-4c7e-ac21-a98b04716356'),(2817,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'75709ef5-8c0c-497c-a2e3-6bcb82412727'),(2818,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:33',NULL,1,'2015-05-26 14:40:33',NULL,NULL,NULL,'a0fcfae9-2c38-4001-8adb-501ee9ef3c93'),(2819,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:34',NULL,1,'2015-05-26 14:40:34',NULL,NULL,NULL,'b9298199-1547-47ab-be4c-a8d8413f2c7e'),(2820,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:34',NULL,1,'2015-05-26 14:40:34',NULL,NULL,NULL,'fe0b2622-dc21-4c37-841b-36c234329cb0'),(2821,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:34',NULL,1,'2015-05-26 14:40:34',NULL,NULL,NULL,'496e596d-b703-4f06-9303-d6f3b2ebf8e5'),(2822,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'5728d998-b57d-4d2f-9d78-c742bc56a7bd'),(2823,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'89fb563c-6b82-4cb8-83d7-d1b62b73368e'),(2824,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'9fcd5435-a348-4e6d-bd4a-a905cf00ad14'),(2825,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'40c461f7-1c27-4ac8-8ef5-68ad8f6a458a'),(2826,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'67a7b81a-2944-4da0-8b4e-99c808d4f387'),(2827,0,NULL,NULL,NULL,4,19,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'97147a00-01f5-476b-b881-884f70a40a92'),(2828,0,NULL,NULL,NULL,4,19,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'68207a7c-3b07-420c-a98b-5d1552980a19'),(2829,0,NULL,NULL,NULL,4,10,1,1,'2015-05-26 14:40:35',NULL,1,'2015-05-26 14:40:35',NULL,NULL,NULL,'19236254-20d2-4a5f-bfbc-8fd259f5884d'),(2830,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:36',NULL,1,'2015-05-26 14:40:36',NULL,NULL,NULL,'c2d65529-ad8d-4ca0-a7f8-417c25774618'),(2831,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:40:36',NULL,1,'2015-05-26 14:40:36',NULL,NULL,NULL,'e3f07290-4410-41c5-b12f-e39cfb2d89d9'),(2832,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'0155f958-8089-4fcc-a0ba-03cb19498f7b'),(2833,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'252629ad-0ea0-426b-a7fa-9dc5b9d6c54b'),(2834,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'f2c680be-6efe-4bd1-97b8-48003c894d0d'),(2835,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'08dc73b0-3156-423d-97c5-4efb37e61ac1'),(2836,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'623a0fb6-06f5-4c59-9c29-22268d42ae5a'),(2837,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'e71b1111-7e8a-4099-9544-05601b0a8b02'),(2838,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'28756adb-4e65-4bcf-b220-6d3f134a9b05'),(2839,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:26',NULL,1,'2015-05-26 14:44:26',NULL,NULL,NULL,'72d996c5-ac8d-4cfd-8442-d93a1c450be3'),(2840,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:35',NULL,1,'2015-05-26 14:44:35',NULL,NULL,NULL,'3f6c1dbc-1841-494a-a548-32a489988732'),(2841,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'8afab6f4-f047-4d7d-b883-12dae14cebd1'),(2842,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'8eaefeb9-95f6-4e9c-89e9-91d9620d3e9a'),(2843,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'938f8e69-c438-46d6-b9f3-907a1540f7cf'),(2844,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'019cb5c3-35ee-456f-bd59-cbd5387de0fb'),(2845,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'d6327a4d-93be-423c-9bb0-435fe8ee95f7'),(2846,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'9c9e5ebe-9dc0-4e12-b857-ce2bb10b9bad'),(2847,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'19ae1139-1ad3-4d31-add1-d59f4a1f48cb'),(2848,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'be508e4e-bfba-40ea-9d9e-cb9aeb28ec49'),(2849,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'bcb39294-53a4-41f5-b0c6-4e8c509a9d1d'),(2850,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'0003cf21-54e7-49ed-bbad-c88c412fbd22'),(2851,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'6e3befb0-a2e0-4efc-8767-5013a7ae9bd8'),(2852,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'3fd1093b-ff20-4030-8345-90baa6c674db'),(2853,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'41ba2817-1f9d-4401-b44d-6fbc00112a5b'),(2854,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'c6807252-9f49-42da-a5ed-e26015d5a683'),(2855,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'8fed21ac-f347-43ba-99db-5040a224d990'),(2856,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'988a534e-7e7c-4376-9fc3-a5b9eeb8bf4c'),(2857,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'cd9d38ec-bf62-4204-bc05-906def0c8f1c'),(2858,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:44:44',NULL,1,'2015-05-26 14:44:44',NULL,NULL,NULL,'c248c2f3-e927-429e-b2c0-adc104b956a9'),(2859,0,NULL,NULL,NULL,10,17,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'94562c90-2a82-49c4-873c-aa8376a5781e'),(2860,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'6a2c1bf8-27d4-42b9-a1aa-aa9860db8609'),(2861,0,NULL,NULL,NULL,10,17,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'ab33bc98-ac76-4c5d-8c51-579dc06ce657'),(2862,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'075c2485-ea84-4e3b-8df8-638ef18edf41'),(2863,0,NULL,NULL,NULL,10,17,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'2cf2580f-ab29-4f58-951b-8dd2613ce091'),(2864,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'ab5aa972-7cff-444c-b8ce-e4b71a8ea1ff'),(2865,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'775440ca-e270-42df-bd83-527e7fe96d0a'),(2866,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'8d778238-fbac-4a79-9269-0629d0b558f4'),(2867,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'675a26a8-a261-4578-9210-f1a9dfda5b8a'),(2868,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'7ef3f2c7-ddbe-4d77-83ca-7ffc652e6fad'),(2869,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'3d8ff3c5-691e-4011-ae06-432a54851cf6'),(2870,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:45',NULL,1,'2015-05-26 14:44:45',NULL,NULL,NULL,'da0a4a76-7a84-4056-a0c0-3169eda4a0e1'),(2871,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:46',NULL,1,'2015-05-26 14:44:46',NULL,NULL,NULL,'97f3093b-2caf-422d-871d-e10326fcd698'),(2872,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:46',NULL,1,'2015-05-26 14:44:46',NULL,NULL,NULL,'453d3dd9-8157-4198-9e6e-3aa396919431'),(2873,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:46',NULL,1,'2015-05-26 14:44:46',NULL,NULL,NULL,'6b866137-536a-4d33-bbec-8c2664153db8'),(2874,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:46',NULL,1,'2015-05-26 14:44:46',NULL,NULL,NULL,'722a9e2e-f1e0-4d11-a802-343ab409a7f6'),(2875,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:46',NULL,1,'2015-05-26 14:44:46',NULL,NULL,NULL,'0da3e2fb-24ce-4dbc-9654-0554b968a395'),(2876,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:46',NULL,1,'2015-05-26 14:44:46',NULL,NULL,NULL,'4e15f2a5-f36a-43ca-b57e-707db065a5c8'),(2877,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:47',NULL,1,'2015-05-26 14:44:47',NULL,NULL,NULL,'28cbc4d4-1ce8-4a40-bed2-482adff1fa60'),(2878,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:47',NULL,1,'2015-05-26 14:44:47',NULL,NULL,NULL,'acfaeb0b-1f0c-478b-aa4b-1a0c1abf2832'),(2879,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:47',NULL,1,'2015-05-26 14:44:47',NULL,NULL,NULL,'34169136-3a1b-4b53-97ea-9fdd4312456b'),(2880,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:47',NULL,1,'2015-05-26 14:44:47',NULL,NULL,NULL,'c08c2575-1589-46af-990c-b2e8e2b7b411'),(2881,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'bf846e7c-7a99-4e34-a451-494920d90410'),(2882,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'f85c1260-4bc8-4621-95f6-0882eae1d8c3'),(2883,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'c153bfc2-c5af-4230-afc6-f5e1ed686069'),(2884,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'4b4c8c7a-70ac-459b-ba59-36bfc733bb61'),(2885,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'59635a50-2490-417a-a3b1-2b10992644d9'),(2886,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'eead11c1-adfd-4640-919f-bdce7485e6c0'),(2887,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'7008a931-58b3-4bc6-95d7-fd0c25289927'),(2888,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'484d8efd-c509-4654-bbb7-b4c5a623d3d8'),(2889,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'64ef639d-61dc-4571-8d89-0ad7e5d35c10'),(2890,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:44:48',NULL,1,'2015-05-26 14:44:48',NULL,NULL,NULL,'3cebf2ce-51d3-4443-8bd9-5981b04fabe5'),(2891,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:52',NULL,1,'2015-05-26 14:44:52',NULL,NULL,NULL,'f5da2f6e-6b37-4678-a683-1a774510cad4'),(2892,0,NULL,NULL,NULL,4,19,1,1,'2015-05-26 14:44:52',NULL,1,'2015-05-26 14:44:52',NULL,NULL,NULL,'a2ff46d7-4490-4853-8316-85b6d7fc1852'),(2893,0,NULL,NULL,NULL,4,19,1,1,'2015-05-26 14:44:52',NULL,1,'2015-05-26 14:44:52',NULL,NULL,NULL,'1ed7b7d0-b09d-4b24-8f27-22c816c5ac06'),(2894,0,NULL,NULL,NULL,4,19,1,1,'2015-05-26 14:44:52',NULL,1,'2015-05-26 14:44:52',NULL,NULL,NULL,'d4aaacd9-de67-4187-be85-849e303a3363'),(2895,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:52',NULL,1,'2015-05-26 14:44:52',NULL,NULL,NULL,'0f04715c-0217-4096-8c86-6f580273c611'),(2896,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:52',NULL,1,'2015-05-26 14:44:52',NULL,NULL,NULL,'b7fbea03-0ef0-4288-90c5-4c42abc5faf1'),(2897,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:53',NULL,1,'2015-05-26 14:44:53',NULL,NULL,NULL,'fb2e3562-3823-4e30-8ffb-611cb1e0715d'),(2898,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:53',NULL,1,'2015-05-26 14:44:53',NULL,NULL,NULL,'631228c3-5f30-4ceb-8892-04da8dc0da39'),(2899,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:44:53',NULL,1,'2015-05-26 15:00:25',NULL,NULL,NULL,'d262e419-1b95-45f2-91c8-9e70e237795a'),(2900,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'4ea4ecb2-9baf-405a-8cb7-2ecf736c5f28'),(2901,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'e461612f-beab-43c4-8ac0-5bdc400c0605'),(2902,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'aed99d3e-d1b7-4aca-8ebe-92dff287a5c9'),(2903,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'ab06aa8a-312f-41c1-b4b8-852fd50e31ef'),(2904,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'ccfaa074-04f8-4dcb-adc7-81398f68c92a'),(2905,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'43158347-85c0-4e46-b471-26b0e878385f'),(2906,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'2930656a-f1f6-453e-9ff7-d42ec636fb1c'),(2907,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'24220cfd-4c1e-4e11-96a2-1eee94afa0e2'),(2908,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'da4a039e-8625-4821-b018-4b50da1b24ad'),(2909,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'ec1e4329-3560-47db-8177-e8442c35370b'),(2910,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'8bb64fb2-cc05-4548-8386-5e02160e9099'),(2911,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'b3ba00f2-d2f9-4fc7-be46-e6435ec59c21'),(2912,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'eacd8a6b-4c3a-4625-ad82-d29c78614452'),(2913,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'20d5c3ad-7e91-4c6f-bb30-d1e09a7fd84f'),(2914,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'ccf5b166-a9df-4a3d-9113-30d473be8a85'),(2915,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'dde3ec04-657f-4022-9fa9-18ffa1c4d091'),(2916,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'cf6a32ac-a578-4558-a72c-d0b9ba071ff4'),(2917,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:49:55',NULL,1,'2015-05-26 14:49:55',NULL,NULL,NULL,'259ddf64-a164-4b6f-adee-6ecfbc32b62d'),(2918,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:49:56',NULL,1,'2015-05-26 14:49:56',NULL,NULL,NULL,'4ad863b4-c80d-48d3-a387-e68cc193f4d3'),(2919,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:56',NULL,1,'2015-05-26 14:49:56',NULL,NULL,NULL,'faef33d3-4025-4aba-b7d5-042a17dd9b72'),(2920,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:49:56',NULL,1,'2015-05-26 14:49:56',NULL,NULL,NULL,'252e3233-d110-4540-9dd9-2de1751ad9ab'),(2921,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:49:56',NULL,1,'2015-05-26 14:49:56',NULL,NULL,NULL,'4d71221a-974c-41d4-8e4b-dc2738764121'),(2922,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:50:38',NULL,1,'2015-05-26 14:50:38',NULL,NULL,NULL,'cf0b85a0-267a-4026-b8a7-ccfef75ccf6d'),(2923,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:50:47',NULL,1,'2015-05-26 14:50:47',NULL,NULL,NULL,'bdc9b494-b53f-4799-83ce-5872efe81d44'),(2924,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'166e280c-a286-455f-b273-884d2303a1f4'),(2925,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'ab457478-fb68-4787-ad6f-25be9b8ed28a'),(2926,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'ed0b4f98-fd48-4e04-a16f-ea5f57c78b91'),(2927,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'454d2d73-c32c-4b5f-92ed-4f5df4941285'),(2928,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'5e43b05c-2bdd-4df9-8018-085886895280'),(2929,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'806a86de-4f28-4989-ba1e-50d00c66a279'),(2930,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'b4d27c66-d6aa-4330-b1ba-6f063ba2b5cb'),(2931,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:50:56',NULL,1,'2015-05-26 14:50:56',NULL,NULL,NULL,'8417c12b-9168-4fd1-9de1-0a442800c3c2'),(2932,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:51:13',NULL,1,'2015-05-26 14:51:13',NULL,NULL,NULL,'fec90bd6-5d2a-4577-8247-4cae93316fc1'),(2933,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:51:13',NULL,1,'2015-05-26 14:51:13',NULL,NULL,NULL,'47cece14-fda4-41a5-bfd8-c60dd899fc71'),(2934,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'ab714149-eb8d-47da-ade1-5eaca2a18d7b'),(2935,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'3533d207-de53-41a8-9422-1be04c726ac0'),(2936,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'16cb4b2e-8729-454e-94e1-db7a9f3d4a31'),(2937,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'cf1fef5d-fc19-41ec-ab9e-9b920f09da71'),(2938,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'fb7f6ae3-583e-44f6-8239-f7b1591f1f80'),(2939,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'d3929866-b8a0-46fb-aefa-7ffcb95b12bb'),(2940,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:22',NULL,1,'2015-05-26 14:51:22',NULL,NULL,NULL,'48ed7137-c564-4c58-843c-f3c2a9bea7ad'),(2941,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'70de1c00-d244-4649-b413-bc7893ead902'),(2942,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'4e8b36ae-a23a-4f38-9a7b-1bc7d2051018'),(2943,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'d6b25be6-40c3-4412-8813-0260f14ad291'),(2944,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'b66f99dd-ebec-46c0-80a0-5e5b67ad4e2d'),(2945,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'d44c70cb-25c8-4407-976b-a1383dbca3d5'),(2946,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'d401a6be-91ca-4c96-a9aa-b949773d5c95'),(2947,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'84e805a7-bc65-468e-a912-ab18daad6046'),(2948,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'3fdefc36-2f1b-45fd-98bc-76aecb787744'),(2949,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'04777c5d-85d9-44c0-bade-b655eba9344b'),(2950,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'69736580-d51c-492a-95a2-07c811da0db6'),(2951,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'243d25b1-9d6e-4883-86f0-ed3a34c83ab4'),(2952,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'34f13e88-469b-4cdf-82bb-9f9dd81e24ae'),(2953,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'9f733d40-057d-4e2c-bd17-f7008679a71c'),(2954,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'30a8cf9f-6018-45cc-9c76-4dbff57aca28'),(2955,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'f1910a4a-0310-48b6-9664-d15c266041ff'),(2956,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'655b0261-2b6b-4206-8160-4499783ed2c1'),(2957,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'25f24e53-7034-4106-b563-b4e07b8562da'),(2958,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'3ecbd696-b590-4f13-809c-888d61bb0acb'),(2959,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'84230e2f-c83c-486f-a1db-1a5565a4aee9'),(2960,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'4440b14c-4948-4651-8f84-1a9f25b1b5ab'),(2961,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'0aa65b39-2cc6-46ae-8fe0-acbf123e6aae'),(2962,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'fba27c7c-5f7a-4d02-9988-40367b8828a2'),(2963,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:23',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'3e29527e-bd60-4e2e-8185-d93ce50c45c2'),(2964,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:23',NULL,NULL,NULL,'4cc92ec1-7d95-41ef-9120-2846eea7d4ff'),(2965,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'736f6a62-8cd8-4169-bddb-efb9f2dafd11'),(2966,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'d69bdf1b-4a23-44c1-929b-14329a31e1b0'),(2967,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'82b98329-9a47-4943-b872-d9d54a085df2'),(2968,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'32a537a6-571a-469f-b776-35478836e184'),(2969,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'d49cc89e-265e-431d-811b-94a730c06316'),(2970,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'8a398d27-dee7-48b1-989d-74f39a6ebb06'),(2971,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'043b4065-a2a2-4073-af49-cd2557828bda'),(2972,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 14:51:24',NULL,1,'2015-05-26 14:51:24',NULL,NULL,NULL,'1a0de8f5-bbe8-4ff1-9bf7-e11fa34e0d69'),(2973,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:51:46',NULL,1,'2015-05-26 15:01:01',NULL,NULL,NULL,'f3d7969c-e9c7-4c7a-9b4f-278617212c3f'),(2974,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:52:05',NULL,1,'2015-05-26 14:52:05',NULL,NULL,NULL,'72b1e374-0699-4e8e-8d76-e8d6d9130d90'),(2975,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:52:06',NULL,1,'2015-05-26 14:52:06',NULL,NULL,NULL,'ad42bb73-cfbe-4c46-a17a-2e27c3bd8eca'),(2976,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:52:06',NULL,1,'2015-05-26 14:52:06',NULL,NULL,NULL,'746a6045-3063-4783-aee9-9f62789263e1'),(2977,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:52:06',NULL,1,'2015-05-26 14:52:06',NULL,NULL,NULL,'b936fe0a-2404-4621-a9ef-abb63051ad51'),(2978,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 14:52:06',NULL,1,'2015-05-26 14:52:06',NULL,NULL,NULL,'130807d0-30f4-4ccd-8a38-f715db46be21'),(2979,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 14:52:14',NULL,1,'2015-05-26 14:52:14',NULL,NULL,NULL,'f5d4b684-05d0-427f-b32b-ca9c65430727'),(2980,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'7f741ff0-0a10-4f9b-8cb2-e99c6e5e281b'),(2981,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'574c19e9-f61d-46a0-910d-33d2e08c3410'),(2982,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'e371122b-400e-49c4-8a05-8717fa74baf8'),(2983,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'feb39c22-6733-4e59-9226-4dbcfcb26362'),(2984,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'9f7521bf-2e3d-45ee-ab87-f4158d5b3361'),(2985,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'912e8bcc-01c1-47e0-9acf-4a625b242f80'),(2986,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'85c9e484-7fb4-4eee-9601-155e7811b7ef'),(2987,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'12ebae85-1efe-400a-9b8a-ff3b9f02cee9'),(2988,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'9c77b199-c82c-4585-84a5-727e80b8bb45'),(2989,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'e619a35c-d3ee-4048-8be7-19bcbbe7f762'),(2990,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'166cf049-797f-4261-a98c-d0ecd89ea5e7'),(2991,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'b1e3dc99-cd46-4436-b791-8c53fa2482d3'),(2992,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'c64b4815-dd15-4262-92e3-4bd530f8ff0a'),(2993,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'c42631de-ef32-490f-95c3-6273dd5dc156'),(2994,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'1eefb9eb-d460-4cdd-b685-182fa151b5e6'),(2995,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'943c3c52-46d7-4612-8d0c-3c307870dfb3'),(2996,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'abccdc40-b654-4357-8c26-286ab88d9081'),(2997,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'039e8315-b19e-442f-bf4c-cca4c8cf5cb5'),(2998,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'7d256365-7ced-46cf-96f2-c0bc977f2d23'),(2999,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'b381864c-ab2d-4d18-bd4c-09d4022c8440'),(3000,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'e6f37aad-b050-4074-8ddd-a1d0b38dfd0e'),(3001,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'12a54713-7fb5-4371-9f9f-401f1d55d6e8'),(3002,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'f8c780ac-0a6c-44f8-b31f-3fcc55a6e445'),(3003,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'1a57d2a7-bceb-4611-8e2a-6715ce6d404e'),(3004,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:09',NULL,1,'2015-05-26 15:03:09',NULL,NULL,NULL,'109204a9-cfdb-46a5-8b64-702c6e43170b'),(3005,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'b02a3884-c77f-4807-b7ff-44dcfb3a3b05'),(3006,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'dc7c20ff-4e48-41ee-807c-d82386b36124'),(3007,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'131a2698-afc6-4930-a2f0-166ffce09d35'),(3008,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'38af74ce-0924-49d5-85d3-32ac7e034237'),(3009,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'10cb2e0b-74c6-4e4c-8e68-615ded523ae6'),(3010,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'2242ab62-f413-4280-a749-0ca78e17a7a3'),(3011,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'83295ca8-a66c-4c57-a02c-41716815c7b6'),(3012,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'0e6c0567-800a-486b-96a9-143a79d9b07f'),(3013,0,NULL,NULL,NULL,1,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'040e0c0c-fc5b-4d82-9c4e-bedb997fa35e'),(3014,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'50d2cac1-4c03-41b0-848e-0f30081325c5'),(3015,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'1d6093f2-6567-4fd6-8cc2-a9fdfccdd455'),(3016,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'5f14bc00-9d85-4da9-8654-e0e3ab6955f1'),(3017,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'2d29d696-bd7b-433c-83b8-bdc0f4828f89'),(3018,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'1bd714e2-3455-4d7f-9240-150902b97dc9'),(3019,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'1a833670-867d-4bc3-a297-dbabd64681aa'),(3020,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 15:03:10',NULL,1,'2015-05-26 15:03:10',NULL,NULL,NULL,'06d856f6-97af-4e21-a1df-f0215cec236a'),(3021,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:11',NULL,1,'2015-05-26 15:03:11',NULL,NULL,NULL,'287fc917-40b9-42e1-b21d-4ed5363e656e'),(3022,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:11',NULL,1,'2015-05-26 15:03:11',NULL,NULL,NULL,'5d1268ff-18a8-43ba-9c1f-92d8af6f616d'),(3023,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:11',NULL,1,'2015-05-26 15:03:11',NULL,NULL,NULL,'acbc540f-f093-4cb9-9bcd-4d8c78bb28df'),(3024,0,NULL,NULL,NULL,4,11,0,1,'2015-05-26 15:03:11',NULL,1,'2015-05-26 15:03:11',NULL,NULL,NULL,'4993f48b-ea4c-46d5-9e1a-367bc0205cfa'),(3025,0,NULL,NULL,NULL,2,11,0,1,'2015-05-26 15:03:11',NULL,1,'2015-05-26 15:03:11',NULL,NULL,NULL,'8bf780dc-e4fb-4879-959d-d11f35bf603d'),(3026,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 15:03:35',NULL,1,'2015-05-26 15:03:35',NULL,NULL,NULL,'930adbff-e6c9-44b6-a717-b9dfc678dd9e'),(3027,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:43',NULL,1,'2015-05-26 15:03:43',NULL,NULL,NULL,'af04f279-fa10-4aa7-a544-ffdc1cebbca8'),(3028,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:43',NULL,1,'2015-05-26 15:03:43',NULL,NULL,NULL,'b6a7c3a0-ff4f-4b22-986b-9a9c1fb06f0e'),(3029,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:43',NULL,1,'2015-05-26 15:03:43',NULL,NULL,NULL,'4b08dbfa-f264-4106-80a9-0fd01b1b5d3e'),(3030,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:43',NULL,1,'2015-05-26 15:03:43',NULL,NULL,NULL,'5f8c8da1-de2e-428b-ae65-e2d607c38b13'),(3031,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:43',NULL,1,'2015-05-26 15:03:43',NULL,NULL,NULL,'fbf69786-8c19-4503-b069-e96a94fce8b7'),(3032,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:43',NULL,1,'2015-05-26 15:03:43',NULL,NULL,NULL,'bea98d75-7ced-4042-ab18-9623cd5217bd'),(3033,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'5ec7ef01-1578-433f-a9f9-7520379a4358'),(3034,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'06a0a84f-624c-4aeb-bffc-e6ebf38f60f2'),(3035,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'36b32a8c-50b2-4e36-989e-e442681d0b74'),(3036,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'686f9b62-cf65-4f5e-9cf3-51a5d6190f28'),(3037,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'2c46e71b-e6da-4b24-9f10-f192f6de2a3b'),(3038,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'d64005ef-460b-4acc-970d-47190819a2a6'),(3039,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:03:44',NULL,1,'2015-05-26 15:03:44',NULL,NULL,NULL,'10b1523b-fe46-472a-958e-3d6b6da5e1d9'),(3040,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 15:04:06',NULL,1,'2015-05-26 15:04:06',NULL,NULL,NULL,'d087ae4f-fe09-426f-abf5-80835588cf04'),(3041,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 15:04:06',NULL,1,'2015-05-26 15:04:06',NULL,NULL,NULL,'19c9da43-694a-461b-9bd0-3ade377c3acd'),(3042,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 15:04:06',NULL,1,'2015-05-26 15:05:35',NULL,NULL,NULL,'66b8168a-2284-4f48-b134-8131c0d65cfe'),(3043,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:04:23',NULL,1,'2015-05-26 15:04:23',NULL,NULL,NULL,'7ce4e069-f5f6-4400-8575-c36bdc33b366'),(3044,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 15:04:23',NULL,1,'2015-05-26 15:04:23',NULL,NULL,NULL,'4e781975-c43c-44f1-b1ad-69583c9dd6c9'),(3045,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:04:24',NULL,1,'2015-05-26 15:04:23',NULL,NULL,NULL,'6e3903bf-d584-4cf1-80a3-d119744120ee'),(3046,0,NULL,NULL,NULL,3,11,0,1,'2015-05-26 15:04:24',NULL,1,'2015-05-26 15:04:24',NULL,NULL,NULL,'85856684-3fc4-45e3-8c0b-28b85052ebc5'),(3047,0,NULL,NULL,NULL,10,11,0,1,'2015-05-26 15:04:24',NULL,1,'2015-05-26 15:04:24',NULL,NULL,NULL,'70e097b3-6ec1-45f0-8738-4a6a805a0f76'),(3048,0,NULL,NULL,NULL,4,11,1,1,'2015-05-26 15:04:36',NULL,1,'2015-05-26 15:04:36',NULL,NULL,NULL,'285604a9-6e8b-4029-9af6-947a1f0a2e17'),(3049,0,NULL,NULL,NULL,13,21,0,4,'2015-05-28 11:36:47',NULL,1,'2015-06-26 11:52:24',NULL,NULL,NULL,'4fbf4b32-4411-436c-9c3b-1a907685a0a0'),(3050,0,NULL,NULL,NULL,4,11,1,4,'2015-05-28 11:36:55',NULL,4,'2015-05-28 11:36:55',NULL,NULL,NULL,'c3ae29e3-9836-4df9-bcef-8d01b776854d'),(3051,0,NULL,NULL,NULL,4,11,1,1,'2015-06-26 11:50:30',NULL,1,'2015-06-26 11:57:17',NULL,NULL,NULL,'3e608fa0-447f-4d06-a2ba-22588c7a6e8f'),(3052,0,NULL,NULL,NULL,4,11,1,1,'2015-06-26 11:56:49',NULL,1,'2015-06-26 11:56:49',NULL,NULL,NULL,'f9df316e-a4ca-4872-8857-dee7cd9b66a1'),(3053,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:14',NULL,4,'2015-07-03 11:21:14',NULL,NULL,NULL,'efda3b55-2c1a-4dcd-ba82-70410a0549df'),(3054,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:14',NULL,4,'2015-07-03 11:21:14',NULL,NULL,NULL,'6945bbae-50b3-4f0d-b957-d991ae419a58'),(3055,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:14',NULL,4,'2015-07-03 11:21:14',NULL,NULL,NULL,'4e4ca3ea-9372-4659-80cf-a3a24dabcaf2'),(3056,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:14',NULL,4,'2015-07-03 11:21:14',NULL,NULL,NULL,'d1972017-13a2-4760-a6c3-df734d96c16f'),(3057,0,NULL,NULL,NULL,6,11,0,4,'2015-07-03 11:21:14',NULL,4,'2015-07-03 11:21:14',NULL,NULL,NULL,'cb657051-12b7-4efe-804a-d300f715fcb6'),(3058,0,NULL,NULL,NULL,3,11,0,4,'2015-07-03 11:21:15',NULL,4,'2015-07-03 11:21:15',NULL,NULL,NULL,'4386d4f7-477d-4dd6-9dda-2cfc73f0c5d0'),(3059,0,NULL,NULL,NULL,6,11,0,4,'2015-07-03 11:21:15',NULL,4,'2015-07-03 11:21:15',NULL,NULL,NULL,'7dd98e32-02a4-42d5-872c-59996b9967fc'),(3060,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:15',NULL,4,'2015-07-03 11:21:15',NULL,NULL,NULL,'3ff49451-0d18-4ea2-8ca1-0d838fc3938a'),(3061,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:15',NULL,4,'2015-07-03 11:21:15',NULL,NULL,NULL,'6ace12bf-5459-4238-8040-02b1d4bc6ff1'),(3062,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:16',NULL,4,'2015-07-03 11:21:16',NULL,NULL,NULL,'05adf0ef-fba5-49e5-a8d1-c382fbf57d8c'),(3063,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:16',NULL,4,'2015-07-03 11:21:19',NULL,NULL,NULL,'0cea5283-254f-43c3-a0a4-35f3aa304285'),(3064,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:16',NULL,4,'2015-07-03 11:21:19',NULL,NULL,NULL,'81ba8cfd-3878-48b8-b0ad-064173ab71a9'),(3065,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:16',NULL,4,'2015-07-03 11:21:16',NULL,NULL,NULL,'326b27fd-15ec-4848-a061-8a944d4dfa08'),(3066,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:16',NULL,4,'2015-07-03 11:21:18',NULL,NULL,NULL,'3a9ec3df-a36d-4b9e-8363-7c4b4c806f7e'),(3067,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:16',NULL,4,'2015-07-03 11:21:18',NULL,NULL,NULL,'a4898dab-9da4-445c-891c-488b13a9c1f0'),(3068,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:17',NULL,4,'2015-07-03 11:21:19',NULL,NULL,NULL,'a2229a91-7f0b-4e3e-92f3-4f9c07b55fe1'),(3069,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:17',NULL,4,'2015-07-03 11:21:17',NULL,NULL,NULL,'04304c83-3ae2-4b1c-b875-987ce9619ebb'),(3070,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:18',NULL,4,'2015-07-03 11:21:18',NULL,NULL,NULL,'323034d2-cd1d-4746-864e-aa5cb1ce48b2'),(3071,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:19',NULL,4,'2015-07-03 11:21:19',NULL,NULL,NULL,'62c1b2ad-3063-4c89-9d09-bd2bf36109bb'),(3072,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:19',NULL,4,'2015-07-03 11:21:19',NULL,NULL,NULL,'946ac603-6a1d-4068-bf74-5115040022fc'),(3073,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:19',NULL,4,'2015-07-03 11:21:19',NULL,NULL,NULL,'10654593-f422-4025-8270-c922b9587706'),(3074,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:20',NULL,4,'2015-07-03 11:21:20',NULL,NULL,NULL,'1d3ec409-131a-410b-92f4-d01805d479d3'),(3075,0,NULL,NULL,NULL,3,11,0,4,'2015-07-03 11:21:20',NULL,4,'2015-07-03 11:21:20',NULL,NULL,NULL,'5995cfee-7524-439a-ae46-59e8a30a14dc'),(3076,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:20',NULL,4,'2015-07-03 11:21:20',NULL,NULL,NULL,'1fc0114c-5b7b-4732-aa2a-4848ff0cc3ea'),(3077,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:20',NULL,4,'2015-07-03 11:21:20',NULL,NULL,NULL,'93247337-c9bf-4ccc-9159-c16710b5ee11'),(3078,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:20',NULL,4,'2015-07-03 11:21:20',NULL,NULL,NULL,'2e0738c4-2697-489d-a685-67a6b74d6d09'),(3079,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:20',NULL,4,'2015-07-03 11:21:20',NULL,NULL,NULL,'7d0a3a00-7155-4613-819b-8b67b2104122'),(3080,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'a1e9a320-59bb-447c-b18d-1b4daeb363e1'),(3081,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'af662952-aade-4c74-8d5c-6c82ab162983'),(3082,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'49b290df-a077-416a-b64d-4049b3f0d484'),(3083,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'e6c0dd09-be58-402a-8166-339441097e62'),(3084,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'4fc828af-f3b9-44c9-8863-f61fd74e7a37'),(3085,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'2e8dc471-9479-404c-a7a8-4ed2313317c5'),(3086,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:21',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'8b74e4e8-1dd7-4548-9d65-0955703b6b4d'),(3087,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:22',NULL,4,'2015-07-03 11:21:21',NULL,NULL,NULL,'267e2e45-faf5-4d85-a398-953a81054ff4'),(3088,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:22',NULL,4,'2015-07-03 11:21:22',NULL,NULL,NULL,'38e79c15-6fbb-4a76-85ee-cc3f107f7d6f'),(3089,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:22',NULL,4,'2015-07-03 11:21:22',NULL,NULL,NULL,'8ebb8d05-11ed-460b-9705-a4d0adff271e'),(3090,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:22',NULL,4,'2015-07-03 11:21:22',NULL,NULL,NULL,'ab808e42-eb14-4bba-895c-50fbdbc36757'),(3091,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:22',NULL,4,'2015-07-03 11:21:22',NULL,NULL,NULL,'74c80111-fdbb-4175-978e-563a750e1023'),(3092,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:22',NULL,4,'2015-07-03 11:21:22',NULL,NULL,NULL,'f1affab3-dfb1-469a-b955-a6257690c3ea'),(3093,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:23',NULL,4,'2015-07-03 11:21:23',NULL,NULL,NULL,'761cbe41-b43a-42e4-87b7-22749fd7ebfb'),(3094,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:23',NULL,4,'2015-07-03 11:21:23',NULL,NULL,NULL,'647460b5-e3b7-4dd6-883a-f5510be8beb3'),(3095,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:23',NULL,4,'2015-07-03 11:21:23',NULL,NULL,NULL,'fcba4b9b-e8d5-41b6-824d-7573f3a1fb95'),(3096,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:23',NULL,4,'2015-07-03 11:21:23',NULL,NULL,NULL,'7b37bf17-3a87-4ced-9a57-0ffd9ff06972'),(3097,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:23',NULL,4,'2015-07-03 11:21:23',NULL,NULL,NULL,'564ee689-392b-4be2-8ee3-ad4a33286b39'),(3098,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:23',NULL,4,'2015-07-03 11:21:23',NULL,NULL,NULL,'d4b5039f-0fd6-4883-b0e6-0e271c14e9a1'),(3099,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:24',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'65a454cd-2593-4bb3-ba44-7eea822441da'),(3100,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:24',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'226e817f-66bc-410d-8451-3c336454f849'),(3101,0,NULL,NULL,NULL,3,11,0,4,'2015-07-03 11:21:24',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'fa08f81d-e5a0-4ab0-9a76-f4de860c33c4'),(3102,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:24',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'8420f776-1639-4787-91de-8e323a9c6b6b'),(3103,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:24',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'ef05ca41-9658-4614-8fad-7abe5a37578c'),(3104,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:24',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'c4209669-d0e8-4971-91ea-14278b9eb9e3'),(3105,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:24',NULL,NULL,NULL,'ef9b4985-342c-4791-be4e-cade8f5e1da4'),(3106,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'d59cb898-f7b0-411c-87e4-f5b5378a07ca'),(3107,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'46c6b784-1e4d-41a0-8b13-e3419f8417e7'),(3108,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'a94cedcf-91f6-43a9-a494-888bbc8c59b8'),(3109,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'2e6ef4a5-3b0b-46f3-9528-db300564a8a4'),(3110,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'3020d8ec-0276-4cf7-bb84-c7c8f01bab1e'),(3111,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:25',NULL,4,'2015-07-03 11:21:25',NULL,NULL,NULL,'6569ba81-3f4d-4eb4-8ce6-66f5b6e73f27'),(3112,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:26',NULL,4,'2015-07-03 11:21:26',NULL,NULL,NULL,'df6c69a3-d154-4a62-b806-32eb42a9c17c'),(3113,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:26',NULL,4,'2015-07-03 11:21:26',NULL,NULL,NULL,'1f6e3a7c-c970-4cde-995b-a7a1159407e6'),(3114,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:26',NULL,4,'2015-07-03 11:21:26',NULL,NULL,NULL,'f3c93d78-08ea-463d-80b1-57ea9860708f'),(3115,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:26',NULL,4,'2015-07-03 11:21:26',NULL,NULL,NULL,'b9ed5966-60a0-4923-b132-40987c45eda8'),(3116,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:26',NULL,4,'2015-07-03 11:21:26',NULL,NULL,NULL,'0cf400f6-6b0f-4e2b-8cdb-9c1a9eafa435'),(3117,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:27',NULL,4,'2015-07-03 11:21:27',NULL,NULL,NULL,'3213275b-0273-4f13-a516-49745387ad69'),(3118,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:27',NULL,4,'2015-07-03 11:21:27',NULL,NULL,NULL,'eec85932-8f5c-4804-b604-e0e5a7642f03'),(3119,0,NULL,NULL,NULL,1,11,0,4,'2015-07-03 11:21:27',NULL,4,'2015-07-03 11:21:27',NULL,NULL,NULL,'f77c9110-4e8c-4f7c-be2b-8a755f8000ae'),(3120,0,NULL,NULL,NULL,3,11,0,4,'2015-07-03 11:21:27',NULL,4,'2015-07-03 11:21:27',NULL,NULL,NULL,'38aed2de-d70f-4676-9a0d-be3fd9eeaeaf'),(3121,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:21:27',NULL,4,'2015-07-03 11:21:27',NULL,NULL,NULL,'aefc9bc5-984e-4855-80aa-6b16e741ffa4'),(3122,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:21:28',NULL,4,'2015-07-03 11:21:28',NULL,NULL,NULL,'ba96d0b9-cc5a-4722-b8ce-39234509e7c6'),(3123,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:55',NULL,4,'2015-07-03 11:21:55',NULL,NULL,NULL,'c0ceff6b-f9d4-4d0e-aafa-4f71626f4da2'),(3124,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:55',NULL,4,'2015-07-03 11:21:55',NULL,NULL,NULL,'d22cf7c7-32e8-4115-9229-a990867cb444'),(3125,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:55',NULL,4,'2015-07-03 11:21:55',NULL,NULL,NULL,'d89ce880-994b-49d3-9a58-c5b90b996a93'),(3126,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:56',NULL,4,'2015-07-03 11:21:56',NULL,NULL,NULL,'deeeae92-72a7-4372-80f9-8e93572f44ef'),(3127,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:56',NULL,4,'2015-07-03 11:21:56',NULL,NULL,NULL,'8e691784-7a87-4a6e-9200-1c2ce18d2765'),(3128,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:56',NULL,4,'2015-07-03 11:21:56',NULL,NULL,NULL,'0dd079b3-8fe1-4559-8e95-ce8a72f21479'),(3129,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:56',NULL,4,'2015-07-03 11:21:56',NULL,NULL,NULL,'003f6a8f-cd7b-4753-b7cf-8e3bbbb84fc9'),(3130,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:57',NULL,4,'2015-07-03 11:21:57',NULL,NULL,NULL,'16b9ddd6-bd00-4bd9-94b5-3dd3caf8c7f7'),(3131,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:57',NULL,4,'2015-07-03 11:21:57',NULL,NULL,NULL,'eba06fb1-846a-44bf-9885-322f6aa28b0e'),(3132,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:57',NULL,4,'2015-07-03 11:21:57',NULL,NULL,NULL,'a8bdd241-82f9-4602-b191-2efd04645443'),(3133,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:57',NULL,4,'2015-07-03 11:21:57',NULL,NULL,NULL,'69c95e76-9ea6-4158-a103-58e3a1dc513e'),(3134,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:58',NULL,4,'2015-07-03 11:21:58',NULL,NULL,NULL,'198d7651-e7ee-4693-bcba-154a5d005741'),(3135,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:21:58',NULL,4,'2015-07-03 11:21:58',NULL,NULL,NULL,'9957d717-00d0-4bb5-b533-d20797582381'),(3136,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 11:50:47',NULL,4,'2015-07-03 11:55:15',NULL,NULL,NULL,'477587a8-782c-43e6-ab77-1b69a36e200e'),(3137,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:51:48',NULL,4,'2015-07-03 11:52:33',NULL,NULL,NULL,'488d15c9-05c4-4b2d-8918-a000fe2d9c03'),(3138,0,NULL,NULL,NULL,3,11,0,4,'2015-07-03 11:51:49',NULL,4,'2015-07-03 11:52:34',NULL,NULL,NULL,'2f3a9fc3-a662-4f7d-9f12-b3aff5e52345'),(3139,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:51:59',NULL,4,'2015-07-03 11:51:59',NULL,NULL,NULL,'c41e4829-19e8-463a-955e-977fb57b4b49'),(3140,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:52:00',NULL,4,'2015-07-03 11:52:00',NULL,NULL,NULL,'f7d3440e-12e2-459d-8bae-4ce60c224876'),(3141,0,NULL,NULL,NULL,3,11,0,4,'2015-07-03 11:52:01',NULL,4,'2015-07-03 11:52:48',NULL,NULL,NULL,'d18c280e-a054-4be7-bc65-1bc3a0ca7643'),(3142,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:52:36',NULL,4,'2015-07-03 11:52:36',NULL,NULL,NULL,'55b1785b-ab76-434b-b6b0-765ea5507617'),(3143,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:52:36',NULL,4,'2015-07-03 11:52:36',NULL,NULL,NULL,'6fc3d7dd-f657-4e45-8244-cd73b2fb8a7e'),(3144,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:52:36',NULL,4,'2015-07-03 11:52:36',NULL,NULL,NULL,'6030b415-1fa0-48e9-bdd3-b393245803d3'),(3145,0,NULL,NULL,NULL,2,11,0,4,'2015-07-03 11:52:43',NULL,4,'2015-07-03 11:52:43',NULL,NULL,NULL,'cae50643-0bd9-4bc7-a322-2f5bc656181f'),(3146,0,NULL,NULL,NULL,4,11,0,4,'2015-07-03 11:52:49',NULL,4,'2015-07-03 11:52:49',NULL,NULL,NULL,'15604031-d56e-4884-a849-79623d19688a'),(3147,0,NULL,NULL,NULL,4,11,1,4,'2015-07-03 12:04:03',NULL,4,'2015-07-03 12:04:03',NULL,NULL,NULL,'7a84bf58-a378-4b7a-9940-74713adf2576'),(3148,0,NULL,NULL,NULL,4,19,1,4,'2015-09-14 22:10:53',NULL,4,'2015-09-14 22:14:24',NULL,NULL,NULL,'80ef57a5-0d0c-48de-acdd-19e026c890b5'),(3149,0,NULL,NULL,NULL,4,19,1,4,'2015-09-14 22:11:32',NULL,4,'2015-09-14 22:14:05',NULL,NULL,NULL,'2c5bbbbf-f34d-4590-b624-9f17b75b7f00'),(3150,0,NULL,NULL,NULL,10,17,0,4,'2015-09-14 22:13:13',NULL,4,'2015-09-14 22:13:13',NULL,NULL,NULL,'c3843f1d-9835-47e8-842b-d51e57781585'),(3151,0,NULL,NULL,NULL,10,17,0,4,'2015-09-14 22:13:46',NULL,4,'2015-09-14 22:13:46',NULL,NULL,NULL,'afd34a0d-ca7c-4f31-bd5a-4f1fa98100e1'),(3152,0,NULL,NULL,NULL,4,11,0,1,'2015-12-03 15:32:55',NULL,1,'2015-12-03 15:32:55',NULL,NULL,NULL,'063ee60c-99a5-11e5-bbf3-080027b662ec'),(3153,0,NULL,NULL,NULL,4,11,1,1,'2016-05-05 13:13:36',NULL,1,'2016-05-05 13:13:36',NULL,NULL,NULL,'694316fb-12b2-11e6-8c00-080027d2adbd'),(3154,0,NULL,NULL,NULL,6,11,0,1,'2016-05-05 13:13:36',NULL,1,'2016-05-05 13:13:36',NULL,NULL,NULL,'69503460-12b2-11e6-8c00-080027d2adbd'),(3155,0,NULL,NULL,NULL,2,11,0,1,'2016-05-05 13:13:36',NULL,4,'2016-06-22 17:54:43',NULL,NULL,NULL,'6954d081-12b2-11e6-8c00-080027d2adbd'),(3156,0,NULL,NULL,NULL,3,14,0,1,'2016-05-05 13:13:36',NULL,1,'2016-05-05 13:13:36',NULL,NULL,NULL,'6955afbe-12b2-11e6-8c00-080027d2adbd'),(3157,0,NULL,NULL,NULL,4,30,1,1,'2016-05-05 13:13:36',NULL,4,'2016-11-09 16:28:30',NULL,NULL,NULL,'695e99d6-12b2-11e6-8c00-080027d2adbd'),(3158,0,NULL,NULL,NULL,4,31,1,1,'2016-05-05 13:13:36',NULL,4,'2016-11-09 16:32:33',NULL,NULL,NULL,'695ed8c1-12b2-11e6-8c00-080027d2adbd'),(3159,0,NULL,NULL,NULL,3,11,0,1,'2016-05-05 13:13:36',NULL,1,'2016-05-05 13:13:36',NULL,NULL,NULL,'69614fa4-12b2-11e6-8c00-080027d2adbd'),(3160,0,NULL,NULL,NULL,2,7,0,1,'2016-05-05 13:13:38',NULL,1,'2016-05-05 13:13:38',NULL,NULL,NULL,'6af95165-12b2-11e6-8c00-080027d2adbd'),(3161,0,NULL,NULL,NULL,4,11,0,1,'2016-05-05 13:13:38',NULL,4,'2016-11-10 12:18:01',NULL,NULL,NULL,'6afc2690-12b2-11e6-8c00-080027d2adbd'),(3162,0,NULL,NULL,NULL,1,11,1,4,'2016-05-05 13:23:05',NULL,4,'2016-11-10 12:11:20',NULL,NULL,NULL,'30e1c728-f008-4dd1-ab34-2c34a00fd3a5'),(3163,0,NULL,NULL,NULL,4,11,1,1,'2016-11-09 15:23:48',NULL,1,'2016-11-09 15:23:48',NULL,NULL,NULL,'695d7ce3-a662-11e6-91e9-0800270d80ce'),(3164,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:07:09',NULL,4,'2016-11-09 16:07:09',NULL,NULL,NULL,'bc1bdd23-0264-4831-8b13-1bdbc45f1763'),(3165,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:07:34',NULL,4,'2016-11-09 16:07:34',NULL,NULL,NULL,'cb0f2002-7712-4526-bc30-345c8a699509'),(3166,0,NULL,NULL,NULL,4,11,1,4,'2016-11-09 16:08:26',NULL,4,'2016-11-09 16:08:26',NULL,NULL,NULL,'1ee9e754-d595-49d9-b22c-8808a298ae4b'),(3167,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:10:26',NULL,4,'2016-11-09 16:10:26',NULL,NULL,NULL,'eff77ad8-3397-4c94-9648-203b1fbaa0f8'),(3168,0,NULL,NULL,NULL,4,11,1,4,'2016-11-09 16:11:55',NULL,4,'2016-11-09 16:11:55',NULL,NULL,NULL,'405e20f2-9b09-4461-bebf-fa0bcfeeac1a'),(3169,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:17:37',NULL,4,'2016-11-09 16:17:37',NULL,NULL,NULL,'63b184c7-defa-4166-bcb5-e81d384169a4'),(3170,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:18:22',NULL,4,'2016-11-09 16:18:22',NULL,NULL,NULL,'f80ae2f9-9032-4bbd-9d95-baa18a7988d5'),(3171,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:18:46',NULL,4,'2016-11-09 16:18:46',NULL,NULL,NULL,'c52a9841-c5a8-4b70-808e-b261d8822e54'),(3172,0,NULL,NULL,NULL,2,11,0,4,'2016-11-09 16:21:22',NULL,4,'2016-11-09 16:21:35',NULL,NULL,NULL,'fdb570fa-85d3-4f5b-92c9-a14edcab268c'),(3173,0,NULL,NULL,NULL,1,11,0,4,'2016-11-09 16:22:33',NULL,4,'2016-11-09 16:22:33',NULL,NULL,NULL,'ddb7582b-ef6e-408b-b684-5bdb06ca5881'),(3174,0,NULL,NULL,NULL,10,11,0,4,'2016-11-09 16:23:18',NULL,4,'2016-11-09 16:23:18',NULL,NULL,NULL,'06ffff51-a7d2-4e59-8fac-6990b8c03925'),(3175,0,NULL,NULL,NULL,8,11,0,4,'2016-11-09 16:24:04',NULL,4,'2016-11-09 16:24:04',NULL,NULL,NULL,'bd007ef4-c6c4-473f-8271-e4f44fb00ccd'),(3176,0,NULL,NULL,NULL,6,11,0,4,'2016-11-09 16:24:39',NULL,4,'2016-11-09 16:24:39',NULL,NULL,NULL,'7948fdf0-ea8f-4ae8-9f13-c5ae5c029a4d'),(3177,0,NULL,NULL,NULL,3,11,0,4,'2016-11-09 16:25:44',NULL,4,'2016-11-09 16:25:44',NULL,NULL,NULL,'cf3c234b-7785-42d8-994e-d588873b957c'),(3178,0,NULL,NULL,NULL,2,11,0,4,'2016-11-09 16:27:26',NULL,4,'2016-11-09 16:27:26',NULL,NULL,NULL,'d00bf010-bba4-4543-af4a-3aa6f84fef22'),(3179,0,NULL,NULL,NULL,4,11,1,4,'2016-11-09 16:30:03',NULL,4,'2016-11-09 16:30:03',NULL,NULL,NULL,'efdffa73-c802-4502-ba60-1a9fcbc9e8b9'),(3180,0,NULL,NULL,NULL,4,11,1,4,'2016-11-09 16:31:19',NULL,4,'2016-11-09 16:31:19',NULL,NULL,NULL,'aa1bf536-c8ca-457c-83af-39f3122f9aec'),(3181,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:48:52',NULL,4,'2016-11-09 16:48:52',NULL,NULL,NULL,'6524be2a-2a3b-423d-b9fc-088ad6cfbc45'),(3182,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:50:08',NULL,4,'2016-11-09 16:50:08',NULL,NULL,NULL,'491d6883-3078-47b9-b8d0-872641bd9d27'),(3183,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:50:43',NULL,4,'2016-11-09 16:50:43',NULL,NULL,NULL,'c7684c11-e9a6-4686-8bea-ba1f4e643014'),(3184,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:51:11',NULL,4,'2016-11-09 16:51:11',NULL,NULL,NULL,'2ab28290-f5ef-4a99-8eac-741799d86c95'),(3185,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:51:36',NULL,4,'2016-11-09 16:51:36',NULL,NULL,NULL,'50e08063-fb83-46ab-b008-a8f1d38d6a98'),(3186,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:52:13',NULL,4,'2016-11-09 16:52:13',NULL,NULL,NULL,'dc8ccc73-476a-4133-8032-39fa94f75f3a'),(3187,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:54:23',NULL,4,'2016-11-09 16:54:23',NULL,NULL,NULL,'7c365f0e-4a33-4bb7-a987-7b08fbc5f9e8'),(3188,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:54:50',NULL,4,'2016-11-09 16:54:50',NULL,NULL,NULL,'9f75f5b9-83fc-4db2-8129-fb648e2d68b2'),(3189,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:55:13',NULL,4,'2016-11-09 16:55:13',NULL,NULL,NULL,'8f1bfe62-3c75-48b7-9010-051f615e2567'),(3190,0,NULL,NULL,NULL,4,11,0,4,'2016-11-09 16:55:38',NULL,4,'2016-11-09 16:55:38',NULL,NULL,NULL,'29e1284c-fc44-4f94-9acf-287e24ebff4e'),(3191,0,NULL,NULL,NULL,4,11,0,4,'2016-11-10 10:58:31',NULL,4,'2016-11-10 10:58:31',NULL,NULL,NULL,'9253693b-86ac-4918-9c40-2feca1802981'),(3192,0,NULL,NULL,NULL,4,11,0,4,'2016-11-10 10:59:16',NULL,4,'2016-11-10 10:59:16',NULL,NULL,NULL,'88f2a6ea-367d-45dc-942a-b809b0d17275'),(3193,0,NULL,NULL,NULL,4,11,0,4,'2016-11-10 10:59:40',NULL,4,'2016-11-10 10:59:40',NULL,NULL,NULL,'17a3b24b-e107-49fe-8b0d-69c3b7e60f4c'),(3194,0,NULL,NULL,NULL,4,11,0,4,'2016-11-10 11:00:03',NULL,4,'2016-11-10 11:00:03',NULL,NULL,NULL,'0b34dcdd-4414-4318-9e19-26feec00cc73'),(3195,0,NULL,NULL,NULL,2,11,0,4,'2016-11-10 11:01:02',NULL,4,'2016-11-10 11:01:02',NULL,NULL,NULL,'08277dd9-14e1-4792-8e61-6368bd2a2c48'),(3196,0,NULL,NULL,NULL,4,11,0,4,'2017-01-11 11:58:34',NULL,4,'2017-01-11 11:58:34',NULL,NULL,NULL,'820a12b1-1742-4309-aa95-61dcff886fd9'),(3197,0,NULL,NULL,NULL,4,11,0,4,'2017-01-11 11:58:59',NULL,4,'2017-01-11 11:58:59',NULL,NULL,NULL,'95aaf8f6-a9a9-494e-a9d5-fbb97d607a4c'),(3198,0,NULL,NULL,NULL,4,11,0,4,'2017-01-11 11:59:27',NULL,4,'2017-01-11 11:59:27',NULL,NULL,NULL,'68d4a408-6de3-487e-890a-93282aab8d00'),(3199,0,NULL,NULL,NULL,4,11,0,4,'2017-01-11 11:59:41',NULL,4,'2017-01-11 11:59:41',NULL,NULL,NULL,'b0484863-a526-49e3-a1e4-25898e80831d'),(3200,0,NULL,NULL,NULL,4,11,0,4,'2017-01-11 11:59:55',NULL,4,'2017-01-11 11:59:55',NULL,NULL,NULL,'5263158a-a7ff-452f-a883-a9b45f41db9b'),(3201,0,NULL,NULL,NULL,4,11,0,4,'2017-01-11 12:00:10',NULL,4,'2017-01-11 12:00:10',NULL,NULL,NULL,'b0539a16-0f62-44a0-9ae7-dc9aca111744'),(3202,0,NULL,NULL,NULL,13,33,0,4,'2017-01-23 12:40:04',NULL,4,'2017-01-23 12:40:04',NULL,NULL,NULL,'eef8e969-269d-40c4-b7c9-182da11c2653'),(3203,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-07 17:15:06',NULL,NULL,NULL,'07a128f7-f596-45d5-a2a9-c447bc9e5112'),(3204,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-07 17:15:06',NULL,NULL,NULL,'fe769568-16da-4d9e-9c99-fbed0a8a60f5'),(3205,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-07 17:15:06',NULL,NULL,NULL,'b354517a-c98b-4bcc-98a5-84037842d626'),(3206,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-07 17:15:06',NULL,NULL,NULL,'a5cda2de-9cc6-4b39-97a8-6842632debba'),(3207,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-07 17:15:06',NULL,NULL,NULL,'f22b501c-7cd1-4732-915b-845392207cda'),(3208,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-07 17:15:06',NULL,NULL,NULL,'f50e7ee3-dcde-4422-80bb-6be2e7eb67fc'),(3209,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:06',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'b7157fc9-9515-4f34-9255-386768716fc5'),(3210,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'2d290ae0-50e4-4f97-9a01-dd10c7bccfe7'),(3211,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'fb0a7fc8-4a61-49a8-be2c-cd4185057833'),(3212,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'ef17929e-ac5f-4ec8-a6f0-68c7051c4d49'),(3213,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'fbbb4fc6-4735-47e1-ac53-3d45335995da'),(3214,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:07',NULL,1,'2017-04-12 06:19:24',NULL,NULL,NULL,'890c0062-d010-437a-8a5c-988a9b88f6db'),(3215,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'c9e7932b-a683-4b38-a7ce-6a594e6fa422'),(3216,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'5eb5ba17-dcdb-42c2-b4ee-9de36682aedf'),(3217,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'b26b0b39-e038-4c57-853d-34e0d9da97b3'),(3218,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'dff77556-2768-484e-b737-808fb4ffb34d'),(3219,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'f6840342-147c-4c53-a85a-b45da1944855'),(3220,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:07',NULL,4,'2017-04-07 17:15:07',NULL,NULL,NULL,'58525461-f608-40ab-a8df-b4c20d961c8d'),(3221,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'b97dbe80-104d-40c9-b59f-320375ba1a7a'),(3222,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'136ab662-3020-41df-9e6e-ede5614c86d5'),(3223,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'f6dd96fb-2a1d-4622-81c4-19536146e157'),(3224,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'c7e684bd-1544-4d37-ba57-cd4761f0c86b'),(3225,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'ed8721b1-8b9b-4afd-a08b-d84c8b876b9b'),(3226,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'372f1e3e-73d3-4b5c-8d68-a068e90e0b1d'),(3227,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-12 06:23:08',NULL,NULL,NULL,'4bcdca77-bcc2-4522-890e-1e3f3fd5f756'),(3228,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'647c8350-3e90-484b-bae6-33f47878f4fa'),(3229,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'61f6775a-a363-4100-9422-1997581cbf29'),(3230,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'597188b7-a8cf-4f1e-b1ee-29ca37700567'),(3231,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:08',NULL,4,'2017-04-07 17:15:08',NULL,NULL,NULL,'3e9c14f8-b6f2-4e81-be9a-e5923d60ddec'),(3232,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'2eb99419-1c62-4bb2-bf91-94938612ee75'),(3233,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'dbf24a73-0c2e-4b1a-acc4-8950e0715121'),(3234,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'f1a82a97-bd36-423c-8fc8-969baf8be7fa'),(3235,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'bec0e71b-452b-4107-ad97-285ae341e02a'),(3236,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-12 06:24:14',NULL,NULL,NULL,'bf473c91-a548-4a72-a30b-8c28db502fd7'),(3237,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-12 06:22:38',NULL,NULL,NULL,'ffa14d6a-59de-4199-b46b-7dc3d7b3a226'),(3238,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'c006e1d8-4073-4074-9a35-38875a84bfbe'),(3239,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'2c01180b-779e-4777-84f2-33ef32698151'),(3240,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'80994e3f-b4f7-40c0-bf32-7dedacc9d4c3'),(3241,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'c9770444-0deb-4e28-8d4b-bfbeae0d038c'),(3242,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'ad1e494a-e262-4fe5-9d06-1961656db5f1'),(3243,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:09',NULL,4,'2017-04-07 17:15:09',NULL,NULL,NULL,'1039046c-377d-4a8f-8f20-774e73a1d408'),(3244,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'a1ad8a19-623e-4754-9a9b-f309c6f2e630'),(3245,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'5b2d382d-ed57-43fc-a1c8-c64d1d7a60c7'),(3246,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'b58afffd-10c0-4956-84ea-5587b6a296a8'),(3247,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'68426bfd-5612-428f-a679-d7189f39d9f2'),(3248,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'3188f623-bcb8-4c48-b5a0-39db3f3ccf61'),(3249,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'80a8b5a5-9629-4b71-a402-d788d41a3f6c'),(3250,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'27eef620-ca5b-42f3-b3d1-05e57d1f6974'),(3251,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'86f8a653-7a71-42be-81b8-d46c1375be7a'),(3252,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'7fd99361-e7d2-479d-8ee4-3940cc3660a3'),(3253,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'7b19bfd3-6da6-4e50-b4f2-aade6af892b1'),(3254,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'457985a0-f89f-465e-9f99-0751eb77b2fb'),(3255,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'2a528943-dbd1-49cb-a90e-9d089242abe5'),(3256,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-07 17:15:10',NULL,NULL,NULL,'424d8ae9-75bb-4cc5-b764-457e1fd1a110'),(3257,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-11 13:07:47',NULL,NULL,NULL,'ecb11cb9-b7b3-48f0-bd66-395a8ceb7612'),(3258,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:10',NULL,4,'2017-04-12 06:25:20',NULL,NULL,NULL,'8e6ac535-e4f5-40f6-bf16-9546eafb7a59'),(3259,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'da3fff92-a63d-4820-be81-45f059a9defa'),(3260,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'fa50ed6a-b47e-4111-9478-3af20892f341'),(3261,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'706ac12e-694b-4596-a170-8b6c6ea915e0'),(3262,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'79bc858c-163a-46a0-a722-6243c6d21200'),(3263,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'e69dad79-173f-46cc-9a12-aaa54e6fc9ca'),(3264,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'014bd216-72bd-44ae-b25a-270ed10bb2da'),(3265,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'a3aa6093-0a2d-4b1a-8771-f0e0d338b476'),(3266,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,1,'2017-04-12 05:43:10',NULL,NULL,NULL,'a03d46c1-884f-485b-993f-6c9b3ecf1dab'),(3267,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'4ca99ca5-fe22-4c16-b82b-b067409fc043'),(3268,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'e3c5ee08-750e-4064-8945-df821cadf8cb'),(3269,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'9cd8e2de-c2cf-433c-8c82-76117d309108'),(3270,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'81372444-16f7-4c14-91c7-b34f395013cb'),(3271,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:11',NULL,4,'2017-04-07 17:15:11',NULL,NULL,NULL,'38e31e15-e017-45a2-a5ae-a6f70ba1799a'),(3272,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'7d18c06d-66ac-4e4f-a58c-abd53c68739d'),(3273,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-12 06:15:40',NULL,NULL,NULL,'9811e11f-d5df-4586-a18d-e9ec1f66595e'),(3274,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'41a08f16-6224-4c77-92e0-ad3545c87434'),(3275,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-12 07:50:04',NULL,NULL,NULL,'82e18b0b-442b-46f9-91ca-8271e12bc245'),(3276,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'b0042759-7ba7-43a1-b9c6-e71afe9c5b74'),(3277,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'7063d258-7b82-4eef-b1ea-6313f55fc91a'),(3278,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'4a4da30f-ade2-4601-9741-9b43e4abdf0b'),(3279,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'b88ca554-a920-4b11-a4b9-dc2cdb413850'),(3280,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'2f768ab3-fe31-494f-afe8-0f9d0db4a533'),(3281,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'2793c91e-9e5f-4cf8-9cf0-4780d2bdaa3e'),(3282,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'1d055e6f-84ac-4d9d-8337-2f43f669d87d'),(3283,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'b5acd560-bd7e-45eb-b00a-d6b4ee45f737'),(3284,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:12',NULL,4,'2017-04-07 17:15:12',NULL,NULL,NULL,'55aea365-689c-4365-abda-18e6dbff1f2c'),(3285,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'7f7315ec-1690-4f01-98e2-f6138e929ba4'),(3286,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'9893755d-91d7-4d1c-a75f-85c2d1bfe910'),(3287,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'bd307bb6-1eca-4701-b7a4-453895775d8a'),(3288,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'8e84a430-b0d7-4345-95b9-120788d869cd'),(3289,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'c89d980e-fad8-4f3b-b90d-4d81d3093a79'),(3290,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'80a32cb4-ee68-49f7-8892-f2ebbf110b39'),(3291,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'114863da-eefb-45f7-b37d-2c095e845d05'),(3292,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-12 06:24:44',NULL,NULL,NULL,'84e37a15-338a-4d3c-9c33-41a5e4b78f56'),(3293,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'93272a43-caaf-4f70-915a-3e45aab22d44'),(3294,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'db9816b9-cf9c-4a44-8d71-7d2ca76114ed'),(3295,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'3d9747a2-5bc2-45ff-9905-5b486ba40748'),(3296,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-12 06:22:04',NULL,NULL,NULL,'30252bb7-c5b0-4085-8a8b-9a2c95a61ea7'),(3297,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:13',NULL,4,'2017-04-07 17:15:13',NULL,NULL,NULL,'a04a813e-b8d9-4ff4-989f-aee9386082fe'),(3298,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-12 06:26:32',NULL,NULL,NULL,'0dbfdad2-2f55-47da-8c37-c8dc21a03955'),(3299,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'ddef0ca1-7132-4b0d-aa67-459eea7706bb'),(3300,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'500b0dbf-40f1-48f4-982e-62b46d04ae19'),(3301,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'2b809979-3cd9-41b8-a1d7-228200c27fe8'),(3302,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'2be0dd33-272b-4c8d-9ffd-fdfea02be5de'),(3303,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'884b247b-2fa9-4fb6-bb4d-267baaeb5560'),(3304,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'64d7f458-c2ba-4099-ae95-e41cf61372a8'),(3305,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'6f5afa6e-8e05-45fc-8c86-c01de9671d6a'),(3306,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'cfb2b71a-4d02-4c07-b811-0d172719e796'),(3307,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'23ba1e3f-78d4-4f0c-9074-bcf72e02e29b'),(3308,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'5bca44fa-55b2-4bac-a9f6-76c4c9e2a42e'),(3309,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'2eaf3038-7a66-45d0-87ad-be2bd7b2c469'),(3310,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:14',NULL,4,'2017-04-07 17:15:14',NULL,NULL,NULL,'b48b9084-7793-4186-af0b-b2f1cba71cdd'),(3311,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-07 17:15:15',NULL,NULL,NULL,'c1efa7a7-8e04-4271-8b29-603130f044ca'),(3312,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'5f3c0ff6-893a-494d-a614-deb76b5ad66c'),(3313,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-12 06:23:39',NULL,NULL,NULL,'6f97509e-7f84-48fe-802a-8d2b1e685187'),(3314,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-12 06:25:43',NULL,NULL,NULL,'f4a5dcf7-39f4-4d6b-86e2-800db50d1344'),(3315,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-07 17:15:15',NULL,NULL,NULL,'00d6198e-b023-48ff-93fc-1c7cbddc9cb2'),(3316,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'5d30ca78-371b-423c-ac0f-fac3e3948363'),(3317,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-07 17:15:15',NULL,NULL,NULL,'704f1bab-35f0-490b-b568-791f7718aa8f'),(3318,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-07 17:15:15',NULL,NULL,NULL,'50fee7cd-c77d-4ac6-9aa7-7992fe20cba3'),(3319,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-07 17:15:15',NULL,NULL,NULL,'bd453260-a160-4e52-8c60-d5afcd6f838a'),(3320,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'030ebdac-1e10-486b-8164-fedf56d97f34'),(3321,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-12 06:21:18',NULL,NULL,NULL,'b16b40be-dcd1-4204-8d1a-4002f11cf8be'),(3322,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:15',NULL,4,'2017-04-12 06:26:07',NULL,NULL,NULL,'2d2649c8-4369-4f54-9fb9-afda1892f4b2'),(3323,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'749bbd04-ee27-410f-bf6e-c4dce97cdddc'),(3324,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'eb1a0f16-b28e-41f3-83c1-7a406c968f07'),(3325,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'6e5efa88-a16e-4b9f-bbf7-ea58dd79eaac'),(3326,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'33ca4d56-8ed7-47b1-b0a9-d877d00ddf30'),(3327,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'b6ecb3d7-bb7d-4d2c-b788-56e0dfa6baa5'),(3328,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'f8aac837-4612-4aa8-9833-7bb62bb8e10b'),(3329,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'9a818ba6-f899-422f-8f02-28046281a026'),(3330,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'d07c8dd0-17a6-4d36-844b-2567c865448e'),(3331,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'85623206-efd8-4b0b-8b97-debfd0451f27'),(3332,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'1e2fadaa-5937-4636-af58-5c308cc4f18c'),(3333,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'766b1d96-e8d8-415c-80f2-44dbc90e501f'),(3334,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'ae29e6a6-0956-462f-b105-2964945781da'),(3335,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:16',NULL,4,'2017-04-07 17:15:16',NULL,NULL,NULL,'81a4cbce-3096-4136-9297-139a1e7df0e3'),(3336,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-07 17:15:17',NULL,NULL,NULL,'04c9585f-8880-4728-9fa3-311b1203dd0e'),(3337,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'c9d448f0-baa0-4fd7-88bc-68aa457f3014'),(3338,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-07 17:15:17',NULL,NULL,NULL,'1f40002c-bba2-4b4c-a24a-7a72eee8b11c'),(3339,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-07 17:15:17',NULL,NULL,NULL,'3fa2697b-c965-4ea2-99b2-d53e7409f2e9'),(3340,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:17',NULL,4,'2018-07-19 04:59:04',NULL,NULL,NULL,'b3209be2-cc96-4e01-998a-64e221a41f77'),(3341,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-07 17:15:17',NULL,NULL,NULL,'d80a2962-49d9-445d-8174-c4c360f373f0'),(3342,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:17',NULL,4,'2018-07-19 05:04:47',NULL,NULL,NULL,'81a459e3-a8d6-4202-8f7f-4d7742293cae'),(3343,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:17',NULL,4,'2018-07-19 05:02:38',NULL,NULL,NULL,'34efdd4d-74ac-4625-8f83-fd57b781b471'),(3344,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-11 13:07:48',NULL,NULL,NULL,'051f91ad-908a-4748-9798-7873105b397e'),(3345,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:17',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'a57c1df2-2224-4089-9c2d-e129f8c7a5b7'),(3346,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'9c7c87f7-9d83-4300-96e8-579fb8ffde34'),(3347,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'aa48d209-f5b9-4761-889a-9ce8972a1dfb'),(3348,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'8f00b901-a279-4829-909b-f7915ab26f0f'),(3349,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'86b66218-b6bd-4b48-8408-fa717ccfa0c4'),(3350,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'d25b0972-e7d9-44b6-9bf7-5075793e330f'),(3351,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'66dd8112-be8a-4ff5-8739-c5aaad2a5261'),(3352,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-07 17:15:18',NULL,NULL,NULL,'c4f499c8-ce92-47a1-bac2-9f55615df68d'),(3353,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-07 17:15:18',NULL,NULL,NULL,'14b40e62-e561-4f69-bb62-0ae7180d05c6'),(3354,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-07 17:15:18',NULL,NULL,NULL,'af559983-06e1-4c5d-b459-49c172ec13cb'),(3355,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:18',NULL,4,'2017-04-07 17:15:18',NULL,NULL,NULL,'195df9e5-56c7-464e-81bf-745596f77579'),(3356,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'29732edf-c295-4e0b-8e07-cbd5f4657caf'),(3357,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'2787cccd-1f18-4fd5-ba50-b4867b408ee0'),(3358,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'ffc162d8-3f10-4607-948f-51de5f769600'),(3359,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'aece3ef6-32dd-4faa-a3f5-f8f74b7802ef'),(3360,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'6233d4fa-1460-4472-b57a-93036ecde27d'),(3361,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'28dccf79-b2af-4446-a79e-7213df561a44'),(3362,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'64863ba2-6670-4ee2-a0b1-df827239939b'),(3363,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'2f339fe2-9514-41df-af95-84b2bba7a9f0'),(3364,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'45f47208-99ee-43a9-92e7-50a0e6e319d7'),(3365,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'ef61380f-afc8-46bf-8905-4f1edd0a9896'),(3366,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'153d1ce9-582a-4365-8794-e4bf824c3735'),(3367,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:19',NULL,4,'2017-04-07 17:15:19',NULL,NULL,NULL,'135f70c3-8d3b-41d0-b9b1-4c9cba53dbb6'),(3368,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'f9f90a96-33d5-4c72-b983-abff50a7a0b7'),(3369,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'0d985240-0932-48a4-922b-8ea8632aa9c6'),(3370,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'86e57aa3-0b7b-45dc-9608-2f5b1dc05be3'),(3371,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'18268e16-5ac7-496f-8989-91521535b866'),(3372,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'26d9faff-6aab-4e57-b1aa-49bc9fe60b66'),(3373,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'7844a0b2-967d-40a2-9c3b-1e53d6973596'),(3374,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'b26fa869-1e17-4278-b578-22367ed7b41c'),(3375,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'4bdc27e9-ed64-461f-8ef2-1033810d3b41'),(3376,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'399c4f81-3c33-4402-9fec-e6fdc4aa85ff'),(3377,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'4f5abbd4-13fc-43f2-b02d-4e3a9c91c989'),(3378,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'ffdcd279-7a4f-432b-bc22-93a06571c9bc'),(3379,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:20',NULL,4,'2017-04-07 17:15:20',NULL,NULL,NULL,'f9e0a219-c1ef-41f6-a1ee-2d39f303eaf0'),(3380,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'0f821b27-d92f-4f05-9ccb-1ec528a11e15'),(3381,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'8ff2cd20-3d36-4b87-b46b-de0f748b5dea'),(3382,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'7c0e329a-6c37-406d-9dbe-ec06e677369c'),(3383,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'52a90e3d-f077-45b9-939f-e82d2ef1dd3e'),(3384,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'5f90c21c-344b-4d10-ab34-0fce8f40854a'),(3385,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'0c67934f-df16-478f-a911-f273601745fa'),(3386,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'17e7e32f-d246-46c5-b653-8ca07718848d'),(3387,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'368572b4-28c2-4f4e-9bcc-347b2f3cfc1b'),(3388,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'ec1ad7d1-279a-4971-8cb2-da42f69a41b6'),(3389,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'04217052-36e8-4942-a8b6-cfee4b0be19b'),(3390,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'472cf4fe-c983-40b1-a3ea-dd821fce9c5c'),(3391,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'02be088b-0a70-454d-b5c1-2a714ee46aef'),(3392,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:21',NULL,4,'2017-04-07 17:15:21',NULL,NULL,NULL,'7ca1aab5-e420-4f9b-909e-b3081d7b5856'),(3393,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'dc1f6f43-1c2d-4f18-b52a-a217ff79b8d9'),(3394,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'a59c2077-6d35-4eb3-af10-ec7200caa181'),(3395,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'c700a5c2-117e-4052-a958-2b1655742e74'),(3396,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'ed664869-4d62-4442-ad27-e6a32f46a42f'),(3397,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-11 13:07:49',NULL,NULL,NULL,'9965e25e-7003-44cd-93f9-8fbe1948d068'),(3398,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'33cb5232-172e-4769-ad2d-49fadaafc318'),(3399,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'00f750d7-53b4-417a-bd30-70ba781bfe6c'),(3400,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'55560bc3-a240-4884-8bda-6ad59de75ad1'),(3401,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'9c5cc97e-cd63-4ce2-bb21-e07e6764d936'),(3402,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:22',NULL,4,'2017-04-07 17:15:22',NULL,NULL,NULL,'4ab52ff6-6369-4b0b-b63d-f7f40b1398b2'),(3403,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'e59baa3c-79da-425c-b771-ae573b676282'),(3404,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'f37283a5-b5b0-43a1-93f0-b5a39f9e7606'),(3405,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'5b31e3a9-2ee2-47c9-bb1b-b0e8b6c9bbfb'),(3406,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'d0643625-188a-4f3e-a53d-1cd2b3ac36cd'),(3407,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'0c93e119-42be-471f-98b1-c4000f013f66'),(3408,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'5784d604-02b6-4c5a-89b1-044db2c2cfe6'),(3409,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'d6bf2b77-de6c-4f01-b8f8-c486b109fb5a'),(3410,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'119c49bc-d24d-4059-93ca-a001177ecdcc'),(3411,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'67c3299e-12b6-45c7-886c-e806eec9a4b1'),(3412,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'54184945-b7cc-43f9-b4d3-ea44755b3fa4'),(3413,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'dd8d600b-d177-4b35-98e9-0c8e2a5236ee'),(3414,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-07 17:15:23',NULL,NULL,NULL,'d08109b5-da7a-4146-8288-a0f753e592ed'),(3415,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'350e7d13-1180-4b5e-8113-e2453053f95e'),(3416,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:23',NULL,4,'2017-04-11 13:07:50',NULL,NULL,NULL,'74c8f15f-df52-4842-91f1-70676d6f0422'),(3417,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'574a3e94-a747-4635-afe5-e3578955c57d'),(3418,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'f94a2dfc-cce1-4b6e-aa05-94c02ecb350f'),(3419,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'e05e65c8-c116-4450-b920-f02d8482bb55'),(3420,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-07 17:15:24',NULL,NULL,NULL,'00d811aa-6090-4122-b974-4e837bc1916d'),(3421,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-07 17:15:24',NULL,NULL,NULL,'895f54bc-ffdb-4d9f-a760-d79574e4dd8c'),(3422,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:24',NULL,1,'2017-04-12 06:20:43',NULL,NULL,NULL,'dcbe03f5-cad3-4bda-81df-01bdee979e57'),(3423,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-07 17:15:24',NULL,NULL,NULL,'c0d58329-ab01-4a0c-b915-311a3ee66f35'),(3424,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-07 17:15:24',NULL,NULL,NULL,'ad2388c1-751f-4f69-ac80-23a9ae52b819'),(3425,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'3f36b87b-866c-4c9e-8ed1-3a43a85b7d40'),(3426,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'fa17e843-e632-45b2-b597-a042a716144f'),(3427,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'923420ac-a96c-4801-ba0e-8595e1f5bac0'),(3428,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-07 17:15:24',NULL,NULL,NULL,'b6f9a817-8df5-4f8b-b3e2-00dca31cbedd'),(3429,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:24',NULL,4,'2017-04-07 17:15:24',NULL,NULL,NULL,'0bf86137-4a6f-485e-a8b4-5a7b38e65321'),(3430,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:25',NULL,NULL,NULL,'f6056819-db65-46fe-975b-3287acb976cc'),(3431,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:25',NULL,NULL,NULL,'7c9bf45b-0b30-4dc3-82f5-0e574d36ebfc'),(3432,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:25',NULL,NULL,NULL,'4dcbf179-ec89-4abe-9841-834c1e912f25'),(3433,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:25',NULL,NULL,NULL,'7eea4026-21ee-45b9-b339-28fafb778390'),(3434,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'353b4c2a-5032-44b4-9c49-fb418ac2b7c3'),(3435,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:25',NULL,NULL,NULL,'723c16c1-9f3f-44c6-8c61-b61f04aaf9a1'),(3436,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-12 07:49:20',NULL,NULL,NULL,'7fb5d341-f74a-4ee4-b9f7-7149fe8116c6'),(3437,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'4eca00ae-fc7c-40c2-bceb-0388913304af'),(3438,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:25',NULL,4,'2017-04-07 17:15:25',NULL,NULL,NULL,'742bfb43-e564-4616-b59e-712347518c96'),(3439,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'a13cb92c-696c-4ad2-9876-c3e8a78cf730'),(3440,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'c374f936-f60d-4aa7-bb0b-ce897a74bd71'),(3441,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'77cef6f8-ca40-4041-8b10-7a11c7c2fa72'),(3442,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'b0e768ba-3dcc-4c15-a41c-60a0e0bc54e4'),(3443,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'8fda6800-d687-4479-8a15-958f905d9cfe'),(3444,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'9246b6c3-063f-4267-8967-a6f8a3d97d5e'),(3445,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'eaf7d297-af95-4c25-8e32-7d9fedfb9a17'),(3446,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'c8d3dc4d-7aa6-472b-ab70-98ef8830bc88'),(3447,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:26',NULL,NULL,NULL,'42d7db59-e4bd-44ed-bdbb-1b6eb6c318a3'),(3448,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:26',NULL,4,'2017-04-07 17:15:27',NULL,NULL,NULL,'b618e187-93ec-4233-b4d6-b9e96e28d837'),(3449,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:27',NULL,4,'2017-04-07 17:15:27',NULL,NULL,NULL,'316bdce1-8ff2-4d9d-b5c2-c0e53342a986'),(3450,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:27',NULL,1,'2017-04-12 06:14:20',NULL,NULL,NULL,'16b679b7-378a-45c2-a8c9-d9e8f0f564a0'),(3451,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:27',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'db241b6d-d0e7-4d1e-82c1-72b4a63a4966'),(3452,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:27',NULL,4,'2017-04-11 13:07:51',NULL,NULL,NULL,'ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6'),(3453,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:27',NULL,4,'2017-04-07 17:15:27',NULL,NULL,NULL,'9a9b640c-1571-4413-8ad2-e44236d73d1e'),(3454,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:27',NULL,4,'2017-04-07 17:15:27',NULL,NULL,NULL,'f8875b41-8b6a-433b-8e9b-4275fd21c25c'),(3455,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:27',NULL,4,'2017-04-07 17:15:27',NULL,NULL,NULL,'92568a49-5371-4ccc-b315-0cb9eb128439'),(3456,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'b5939f96-fd63-4cdd-9e4b-1b41b9afd228'),(3457,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'70f098d6-00db-4495-896e-527594228d1a'),(3458,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'b16509ef-8a81-4799-89cc-bba3a30c2c02'),(3459,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'8ebd7b34-2462-4ba6-9392-abd0c52453c0'),(3460,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-07 17:15:28',NULL,NULL,NULL,'eb893f23-6982-4b7b-85b4-22efa789e51d'),(3461,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'1a32a43b-7ce9-4726-803b-efe59bd3f779'),(3462,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'f59d9865-e35d-4b78-8802-4f93f5031709'),(3463,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'a9091580-c145-4e09-8f88-78ab487e8cdf'),(3464,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'e233f47f-1186-4a8d-a0f9-7224464887fc'),(3465,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-07 17:15:28',NULL,NULL,NULL,'3e474491-9c3c-4898-9017-f2733d008408'),(3466,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:28',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'96b8695c-cf04-4015-9a15-468aa8f7a247'),(3467,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'f12c5281-b101-4573-b19f-fa5d38c51a60'),(3468,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'8eeff3d6-deed-4a3d-a475-833e914543ee'),(3469,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'3e4c58c4-faef-497f-a43b-609bee394218'),(3470,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'cb728172-da03-422a-a79b-0e98d76492a8'),(3471,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'b8b79c64-dea9-47be-889c-b506632b577b'),(3472,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'30863593-4508-4909-827f-beb349e50f8a'),(3473,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-11 13:07:53',NULL,NULL,NULL,'9fedc8e3-6cff-4801-9a8c-dd9adb4dafaf'),(3474,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'8afa3659-2508-4cf7-b627-e5e426b01cce'),(3475,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'c8466add-0ad0-4840-b6ea-7c7c6870a2b1'),(3476,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'2dcf5ce1-aaac-4030-a140-caf358e68772'),(3477,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'fdde73aa-eae9-43a3-9221-604a5af659d6'),(3478,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'0ed078b2-ce84-4471-b920-b0bda98cdfc5'),(3479,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'3ca26ce3-7cdf-4b56-9003-7422f2f3b208'),(3480,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:29',NULL,4,'2017-04-07 17:15:29',NULL,NULL,NULL,'74b1825b-ac86-4582-ab72-f47988fc4209'),(3481,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'cf9b97c8-9885-4057-867f-a3e1526fe519'),(3482,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'c576261a-a6c9-473b-b56c-c413e7eb3652'),(3483,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'00ce8488-7412-4eba-bd45-a8df4f0c3f53'),(3484,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'cdc0ae7e-debd-4efd-9cf5-daae0fa7a4f0'),(3485,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'e86254b7-dd67-4329-90b9-b7c65c036d1c'),(3486,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'aabb65fe-5adb-44ca-9ea5-53a2609050a2'),(3487,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'8f296167-62eb-4b43-8982-614c634f607a'),(3488,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'c8cfba2b-1f93-45d8-bacd-ffd381cec6da'),(3489,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'68ba8a18-9f4f-4115-9b0b-95e11b09f7f9'),(3490,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'68ca55f9-0db9-458c-a19b-b52b96a61eb9'),(3491,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'c72b4be2-cbe0-4172-89b3-0e38cee6fc61'),(3492,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'584d5742-ce20-4e2d-a12f-5bf26c94d340'),(3493,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:30',NULL,4,'2017-04-07 17:15:30',NULL,NULL,NULL,'aa1ee505-4cce-40ef-a9fd-726844108762'),(3494,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'fb2f95d4-a239-43ac-8024-490eb7dada43'),(3495,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'d89e4fff-e672-4302-bc07-37ae8d41cb9f'),(3496,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'3f605414-90a4-4790-ab49-585e6015ea03'),(3497,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'963fd997-62a6-468a-88c6-b6c9895b4c98'),(3498,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'0b49fc0d-d585-471c-bc51-a471c9bea482'),(3499,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'2ee6ecc5-bdfe-4375-94aa-c61327177911'),(3500,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'ec786ff5-c26e-410b-a04e-77184b4ea34f'),(3501,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'be29eb3d-50bf-435c-98bd-9350bfa7ee7b'),(3502,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'d17123aa-1a35-46fe-b527-20f51c3e0d5e'),(3503,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'5c79fc92-671b-4a4b-b8de-d4015d66b4c4'),(3504,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'d0cecabe-0811-4fac-b8bb-289bd0c3f245'),(3505,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'208fe15d-62c6-4d6d-bc1f-05a4b7f24e39'),(3506,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:31',NULL,4,'2017-04-07 17:15:31',NULL,NULL,NULL,'da39291b-ab54-4937-b16c-da9457df389f'),(3507,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'5a7fda0f-c5b6-4903-9a8c-02e9529483cf'),(3508,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'a7895342-37c4-46ce-aa4b-248a675287a1'),(3509,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'a317fb19-80b4-4973-8cc0-afb8185a5c69'),(3510,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'d2aad587-ca1a-4c7e-86b1-5e6fb4c00e2e'),(3511,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'19674938-19cd-4418-853f-78ced3ee58f4'),(3512,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'49d252eb-9d1c-42ef-ae2e-51d901cc6efb'),(3513,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'7f96612e-8540-4eb6-86b8-b3d7f6b9eedb'),(3514,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'0540b4cf-9fbb-4f56-9cbf-73f479a1dec3'),(3515,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'8501b286-d14c-4ab4-8307-c8d50ccbd9da'),(3516,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'9a77c912-f672-469e-85f7-735fc229c9ed'),(3517,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'c78da420-5ca5-4d49-aa38-30f6ccfbca25'),(3518,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'5e3da117-399a-4511-b1c8-6cbef974432f'),(3519,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:32',NULL,4,'2017-04-07 17:15:32',NULL,NULL,NULL,'dd27399e-a7d1-43c9-8df2-da589ecb600d'),(3520,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'3bdc0c6a-9de9-4af8-a2da-8c83103b77c2'),(3521,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'82c7eaec-2c8e-405d-bb19-0cc4241a4291'),(3522,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'7cc7e051-8005-4a21-acdb-56e4a84c9159'),(3523,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'cff7d651-1222-4955-b633-ac4d5c4e0a40'),(3524,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'3f9080a9-1726-4ebd-ad4e-074ce831c48b'),(3525,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'5aeb9697-9ab9-4abe-9e34-f040a51c2026'),(3526,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'c6ea07bc-c3bc-4186-9b54-fd08189236d1'),(3527,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'38ef5ba4-76b8-47d0-8822-03367eaded02'),(3528,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'310fa4f4-ae50-411b-a6c8-917441a272dd'),(3529,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'fa981cf9-c587-4207-8d2a-27fc4088e567'),(3530,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'8ab07d2b-a46f-4ca2-a337-b6d9ee5bbdd7'),(3531,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'78263f25-165f-4827-ba7e-92cc0bd702fb'),(3532,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:33',NULL,4,'2017-04-07 17:15:33',NULL,NULL,NULL,'92b4278c-9c5e-41b0-8560-1a9e464d6743'),(3533,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'cde6e636-7188-4ca5-a5a0-a8d6c6bb2e7f'),(3534,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:34',NULL,4,'2018-07-19 05:00:01',NULL,NULL,NULL,'a26d4b2a-0891-488a-b63e-39416ad33770'),(3535,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'39e0f64b-1f0e-430e-acca-0ca6c8aa5e9c'),(3536,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'f7539b2b-fafc-46a3-912b-40be42c47062'),(3537,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'b37d88f2-fa27-4fa3-bd1e-effdb2f9e6eb'),(3538,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'d54bb7a3-4a6a-4971-8575-7dc95625ed9f'),(3539,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'d759357e-2330-42b4-9511-5337d67cfa74'),(3540,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'6aad45d7-4f65-4412-a8f0-7e1a0866f38a'),(3541,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'2dbede03-44f1-4076-8b38-4e89ee760a88'),(3542,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'2ef7c50a-df41-4805-a3f1-d35d26925eb1'),(3543,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:34',NULL,4,'2018-07-19 05:03:05',NULL,NULL,NULL,'ea07f728-cc9e-426f-bcef-6a3d4361da73'),(3544,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'7b48300e-8c83-425b-b2a7-4c1d0003f130'),(3545,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'ea35391d-6d09-4f99-b9e4-c8481c54f2f6'),(3546,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:34',NULL,4,'2017-04-07 17:15:34',NULL,NULL,NULL,'37ef1e9b-2b6c-4f7a-828c-8ae9ab814077'),(3547,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:35',NULL,4,'2017-04-07 17:15:35',NULL,NULL,NULL,'39e47bbd-23f8-4a1e-a6c5-8212af6734ed'),(3548,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:35',NULL,4,'2018-07-19 05:01:11',NULL,NULL,NULL,'0c3ae4f8-c111-42df-a8f0-526b00aac30e'),(3549,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:35',NULL,4,'2017-04-07 17:15:35',NULL,NULL,NULL,'b02f8df9-1943-4339-9456-ecc00c936cf6'),(3550,0,NULL,NULL,NULL,2,26,0,4,'2017-04-07 17:15:35',NULL,4,'2018-07-19 05:00:45',NULL,NULL,NULL,'7cb42b02-4dd8-4ab6-b1f9-f38e884df1b0'),(3551,0,NULL,NULL,NULL,1,26,0,4,'2017-04-07 17:15:35',NULL,4,'2017-04-07 17:15:35',NULL,NULL,NULL,'83327dd1-365a-4774-a117-3e926c67108c'),(3552,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:35',NULL,4,'2017-04-07 17:15:35',NULL,NULL,NULL,'f25280e5-d4d8-4bbb-a67a-3740c4790e63'),(3553,0,NULL,NULL,NULL,3,26,0,4,'2017-04-07 17:15:35',NULL,4,'2017-04-07 17:15:35',NULL,NULL,NULL,'c76f1dce-948e-425a-9698-23b837338fad'),(3554,0,NULL,NULL,NULL,4,25,1,4,'2017-04-10 06:07:55',NULL,4,'2017-04-11 12:44:50',NULL,NULL,NULL,'c959a933-db78-43d8-9049-6cb2af1f4fe9'),(3555,0,NULL,NULL,NULL,4,25,1,4,'2017-04-10 06:07:56',NULL,4,'2017-04-11 12:44:50',NULL,NULL,NULL,'3c89e9aa-6592-4487-b32a-60869bd4a1f1'),(3556,0,NULL,NULL,NULL,4,25,1,4,'2017-04-10 06:07:56',NULL,4,'2017-04-11 12:44:51',NULL,NULL,NULL,'422a0872-2455-49cc-a972-74f3b5fe2057'),(3557,0,NULL,NULL,NULL,4,25,1,4,'2017-04-10 06:07:56',NULL,4,'2017-04-11 12:44:52',NULL,NULL,NULL,'e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5'),(3558,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:56',NULL,4,'2017-04-11 15:40:09',NULL,NULL,NULL,'5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d'),(3559,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:56',NULL,4,'2017-04-11 15:40:10',NULL,NULL,NULL,'25c017cc-b404-4b60-a4f3-1647fceda669'),(3560,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:56',NULL,4,'2017-04-11 15:40:11',NULL,NULL,NULL,'f7de792c-abc5-458a-aafa-a47f1378d185'),(3561,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:57',NULL,4,'2017-04-11 15:40:12',NULL,NULL,NULL,'c4a1fb16-1dd0-472f-be62-243e5e2254de'),(3562,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:57',NULL,4,'2017-04-11 15:40:12',NULL,NULL,NULL,'aacc7704-cc88-4e46-9194-dc7c2ddf539b'),(3563,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:57',NULL,4,'2017-04-11 15:40:12',NULL,NULL,NULL,'0fa0ebf9-7f01-4afb-9942-862e98b22ac0'),(3564,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:57',NULL,4,'2017-04-11 15:40:12',NULL,NULL,NULL,'5fd4d861-dc7e-424c-b39d-89c07a202297'),(3565,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:57',NULL,4,'2017-04-11 15:40:13',NULL,NULL,NULL,'7b8851e3-e97e-4345-aea9-9112ea625c84'),(3566,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:57',NULL,4,'2017-04-11 15:40:13',NULL,NULL,NULL,'d970faea-4665-4ac5-9ecf-5fad0dbed77c'),(3567,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:13',NULL,NULL,NULL,'482c6a7b-8197-4a69-b7d6-a804e7a08d6e'),(3568,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:13',NULL,NULL,NULL,'9c928cb8-57f3-4bee-b309-2d8cf258e2be'),(3569,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:14',NULL,NULL,NULL,'73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4'),(3570,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:14',NULL,NULL,NULL,'fe1ec789-45fe-4bbb-a4ba-7831a010b860'),(3571,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:15',NULL,NULL,NULL,'ce92001d-a950-48ca-bcd9-07f6a68b001d'),(3572,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:15',NULL,NULL,NULL,'f2af3cd5-634f-4b17-97c5-d5cd52ee2867'),(3573,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:16',NULL,NULL,NULL,'f58972e2-edbc-447a-ba48-480257e61e51'),(3574,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:16',NULL,NULL,NULL,'73c4ffb1-d501-4dab-86ed-1503eb45a717'),(3575,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:17',NULL,NULL,NULL,'1b2efc64-d442-427b-93f3-9282417cfa40'),(3576,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:17',NULL,NULL,NULL,'1ebc156e-29e0-43c8-b159-84f71ce7f5be'),(3577,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:07:58',NULL,4,'2017-04-11 15:40:17',NULL,NULL,NULL,'03b850ed-9474-41e2-affa-3f42c5c997fc'),(3578,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'f8290dbd-ca95-4ce1-8637-dbbf2263191a'),(3579,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'52a73cbb-ebda-43c6-a0a4-b3cc26385523'),(3580,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'64da5594-844a-4631-8d78-a6e9e3f92c4f'),(3581,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'479ff832-f1db-45e6-82ec-e577369c0639'),(3582,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'b01159ec-c5fb-498c-9ccc-b07bd7baf10c'),(3583,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'2515f9d0-2791-4a75-9d4e-169233e07142'),(3584,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'83ae66a0-06b1-46fc-9eca-00a1797f54b3'),(3585,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'521c3aef-2b3f-4ef7-9bcc-63044959406f'),(3586,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'5a08d690-23f2-4fd3-bda2-63d1bb40209f'),(3587,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'89a38c29-96cb-49f7-b0cf-608657083704'),(3588,0,NULL,NULL,NULL,4,8,0,4,'2017-04-10 06:07:59',NULL,4,'2017-04-10 06:07:59',NULL,NULL,NULL,'a9efc786-d918-444c-91ba-c604f76908fb'),(3589,0,NULL,NULL,NULL,4,8,1,4,'2017-04-10 06:08:00',NULL,4,'2017-04-11 15:40:18',NULL,NULL,NULL,'b7bd2e45-69d2-4eea-97ce-d2968d0dce72'),(3590,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:00',NULL,4,'2017-04-10 06:08:00',NULL,NULL,NULL,'3ff12d12-e798-4221-b27b-00bcafe03905'),(3591,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:01',NULL,4,'2017-04-10 06:08:01',NULL,NULL,NULL,'0beda626-476b-40df-8698-da4b471daf2f'),(3592,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:01',NULL,4,'2017-04-10 06:08:01',NULL,NULL,NULL,'ddc7d511-7014-46e7-b8f0-9fab09a9aa0f'),(3593,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:01',NULL,4,'2017-04-11 15:20:51',NULL,NULL,NULL,'e7faa239-ef2b-479a-9c72-1421147f6082'),(3594,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:01',NULL,4,'2017-04-10 06:08:01',NULL,NULL,NULL,'ad10d815-7d9d-48df-a753-892b748e0f3c'),(3595,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:01',NULL,4,'2017-04-10 06:08:01',NULL,NULL,NULL,'6a92976a-063a-4bc8-9cf9-cc18d73ae138'),(3596,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:01',NULL,4,'2017-04-10 06:08:01',NULL,NULL,NULL,'b7301760-4b72-459a-9377-a2cad69e939b'),(3597,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:01',NULL,4,'2017-04-11 15:20:53',NULL,NULL,NULL,'34f7bcad-3c50-4ad4-ab15-d2b1991ebb01'),(3598,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:02',NULL,4,'2017-04-11 15:20:53',NULL,NULL,NULL,'35eca461-08b6-4542-9e41-40c2a3937eb5'),(3599,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'2868c328-f994-40ee-aee5-f11b8a1d2c89'),(3600,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:02',NULL,4,'2017-04-11 15:20:54',NULL,NULL,NULL,'9ced9891-b41e-4047-8636-9bb6521a2bb6'),(3601,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'4de5d39f-d0a7-48cc-92ce-d720cda722ca'),(3602,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'d7063dc2-27b9-4cc8-a518-15b163c9c94f'),(3603,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:02',NULL,4,'2017-04-11 15:20:56',NULL,NULL,NULL,'dfb1752d-fcbd-4119-a471-49bda372da7e'),(3604,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'d657cba9-3864-4dc8-bd60-e1a5f60936f1'),(3605,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'83733223-8980-4a24-a0da-8369cf972b9a'),(3606,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'dd20a8aa-392d-450a-8f52-b3d58cc0f773'),(3607,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:02',NULL,4,'2017-04-10 06:08:02',NULL,NULL,NULL,'854f3ec0-7e8c-40ea-8c6b-83623750b94f'),(3608,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:03',NULL,4,'2017-04-10 06:08:03',NULL,NULL,NULL,'b3ba64b2-5b62-4945-b08a-ab994535376a'),(3609,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:03',NULL,4,'2017-04-10 06:08:03',NULL,NULL,NULL,'bb17d0b0-9472-473a-9f6f-42526f7480df'),(3610,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:03',NULL,4,'2017-04-10 06:08:03',NULL,NULL,NULL,'7f812a85-42b4-4948-bf7b-988032a3bca5'),(3611,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:03',NULL,4,'2017-04-10 06:08:03',NULL,NULL,NULL,'7163fbe8-3bce-4a8c-b93d-65df929ac8bf'),(3612,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:03',NULL,4,'2017-04-10 06:08:03',NULL,NULL,NULL,'48a6b63b-bfc2-4e5d-ac36-6952236aaee5'),(3613,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:03',NULL,4,'2017-04-11 15:20:56',NULL,NULL,NULL,'354c677b-ee8e-4ada-b6f1-b68182740a2f'),(3614,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:03',NULL,4,'2017-04-10 06:08:03',NULL,NULL,NULL,'bcfeda51-7002-48d2-a0fa-18432f4d17b8'),(3615,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:04',NULL,4,'2017-04-11 15:20:54',NULL,NULL,NULL,'e625709f-bc1e-4cca-a256-be264d1b85f1'),(3616,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:04',NULL,4,'2017-04-11 15:20:58',NULL,NULL,NULL,'179685f3-2e34-420d-94f0-c8094cc89cfa'),(3617,0,NULL,NULL,NULL,4,24,0,4,'2017-04-10 06:08:04',NULL,4,'2017-04-10 06:08:04',NULL,NULL,NULL,'416cdb9d-a65d-4f10-a8a1-802e9d50f072'),(3618,0,NULL,NULL,NULL,4,24,1,4,'2017-04-10 06:08:04',NULL,4,'2017-04-11 15:20:58',NULL,NULL,NULL,'4a96bf36-e682-49eb-8b6c-cc0bff014d53'),(3619,0,NULL,NULL,NULL,3,1,0,4,'2017-04-11 13:07:52',NULL,4,'2017-04-11 13:07:52',NULL,NULL,NULL,'093c828e-303f-4094-8233-658e22939827'),(3620,0,NULL,NULL,NULL,4,8,1,4,'2017-04-11 15:20:37',NULL,4,'2017-04-11 15:20:37',NULL,NULL,NULL,'5ae30d48-5ef7-4835-b3ea-6fb0b31c18fd'),(3621,0,NULL,NULL,NULL,3,7,0,1,'2017-11-11 23:55:05',NULL,1,'2017-11-11 23:55:05',NULL,NULL,NULL,'a3a4b2cc-c70d-11e7-aa2b-8e7070d6a3d1'),(3622,0,NULL,NULL,NULL,3,11,0,1,'2017-11-11 23:55:05',NULL,1,'2017-11-11 23:55:05',NULL,NULL,NULL,'a3ab0d72-c70d-11e7-aa2b-8e7070d6a3d1'); +/*!40000 ALTER TABLE `concept` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_answer` +-- + +DROP TABLE IF EXISTS `concept_answer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_answer` ( + `concept_answer_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL DEFAULT '0', + `answer_concept` int(11) DEFAULT NULL, + `answer_drug` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `sort_weight` double DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_answer_id`), + UNIQUE KEY `concept_answer_uuid_index` (`uuid`), + KEY `answer` (`answer_concept`), + KEY `answers_for_concept` (`concept_id`), + KEY `answer_creator` (`creator`), + KEY `answer_answer_drug_fk` (`answer_drug`) +) ENGINE=InnoDB AUTO_INCREMENT=1454 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_answer` +-- + +LOCK TABLES `concept_answer` WRITE; +/*!40000 ALTER TABLE `concept_answer` DISABLE KEYS */; +INSERT INTO `concept_answer` VALUES (1,4,5,NULL,1,'2014-09-18 14:18:05',1,'81a27fb0-3f10-11e4-adec-0800271c1b75'),(2,4,6,NULL,1,'2014-09-18 14:18:05',2,'81a373f6-3f10-11e4-adec-0800271c1b75'),(3,4,7,NULL,1,'2014-09-18 14:18:05',3,'81b0fe98-3f10-11e4-adec-0800271c1b75'),(4,4,8,NULL,1,'2014-09-18 14:18:05',4,'81b1c8ed-3f10-11e4-adec-0800271c1b75'),(5,9,10,NULL,1,'2014-09-18 14:18:05',1,'81b98a68-3f10-11e4-adec-0800271c1b75'),(6,9,11,NULL,1,'2014-09-18 14:18:05',2,'81ba54e3-3f10-11e4-adec-0800271c1b75'),(7,9,12,NULL,1,'2014-09-18 14:18:05',3,'81c16eaf-3f10-11e4-adec-0800271c1b75'),(8,16,17,NULL,1,'2014-09-18 14:18:05',1,'81c9a4f0-3f10-11e4-adec-0800271c1b75'),(9,16,18,NULL,1,'2014-09-18 14:18:05',1,'81c9be51-3f10-11e4-adec-0800271c1b75'),(10,19,20,NULL,1,'2014-09-18 14:18:05',1,'81cb936a-3f10-11e4-adec-0800271c1b75'),(11,19,21,NULL,1,'2014-09-18 14:18:05',1,'81cbbc21-3f10-11e4-adec-0800271c1b75'),(12,25,22,NULL,1,'2014-09-18 14:18:05',10,'81d328f2-3f10-11e4-adec-0800271c1b75'),(13,25,23,NULL,1,'2014-09-18 14:18:05',100,'81d34fee-3f10-11e4-adec-0800271c1b75'),(14,25,24,NULL,1,'2014-09-18 14:18:05',200,'81d37561-3f10-11e4-adec-0800271c1b75'),(15,96,97,NULL,1,'2014-09-18 14:19:53',1,'c1fbe708-3f10-11e4-adec-0800271c1b75'),(16,96,98,NULL,1,'2014-09-18 14:19:53',2,'c1fc9ce9-3f10-11e4-adec-0800271c1b75'),(17,96,99,NULL,1,'2014-09-18 14:19:53',3,'c20424b0-3f10-11e4-adec-0800271c1b75'),(18,96,100,NULL,1,'2014-09-18 14:19:53',4,'c206c346-3f10-11e4-adec-0800271c1b75'),(19,96,101,NULL,1,'2014-09-18 14:19:53',5,'c207bdbd-3f10-11e4-adec-0800271c1b75'),(20,102,103,NULL,1,'2014-09-18 14:19:53',1,'c210fc9a-3f10-11e4-adec-0800271c1b75'),(21,102,104,NULL,1,'2014-09-18 14:19:53',2,'c212101a-3f10-11e4-adec-0800271c1b75'),(22,102,105,NULL,1,'2014-09-18 14:19:53',3,'c213610f-3f10-11e4-adec-0800271c1b75'),(23,102,106,NULL,1,'2014-09-18 14:19:53',4,'c214a05b-3f10-11e4-adec-0800271c1b75'),(24,102,107,NULL,1,'2014-09-18 14:19:53',5,'c2201489-3f10-11e4-adec-0800271c1b75'),(25,102,108,NULL,1,'2014-09-18 14:19:53',6,'c2212712-3f10-11e4-adec-0800271c1b75'),(26,109,110,NULL,1,'2014-09-18 14:19:53',1,'c222f12b-3f10-11e4-adec-0800271c1b75'),(27,109,111,NULL,1,'2014-09-18 14:19:53',2,'c223c5a9-3f10-11e4-adec-0800271c1b75'),(28,109,112,NULL,1,'2014-09-18 14:19:53',3,'c2248c61-3f10-11e4-adec-0800271c1b75'),(29,109,113,NULL,1,'2014-09-18 14:19:53',4,'c2255e65-3f10-11e4-adec-0800271c1b75'),(30,109,114,NULL,1,'2014-09-18 14:19:53',5,'c226215f-3f10-11e4-adec-0800271c1b75'),(31,109,115,NULL,1,'2014-09-18 14:19:53',6,'c226ef64-3f10-11e4-adec-0800271c1b75'),(32,306,307,NULL,1,'2014-09-18 14:19:57',0,'c44d4b2a-3f10-11e4-adec-0800271c1b75'),(33,306,308,NULL,1,'2014-09-18 14:19:57',1,'c44dc3ed-3f10-11e4-adec-0800271c1b75'),(34,312,313,NULL,1,'2014-09-18 14:19:57',0,'c452fd70-3f10-11e4-adec-0800271c1b75'),(35,312,314,NULL,1,'2014-09-18 14:19:57',1,'c45397ff-3f10-11e4-adec-0800271c1b75'),(36,312,315,NULL,1,'2014-09-18 14:19:57',2,'c45452ac-3f10-11e4-adec-0800271c1b75'),(37,316,317,NULL,1,'2014-09-18 14:19:57',0,'c459c1f1-3f10-11e4-adec-0800271c1b75'),(38,316,318,NULL,1,'2014-09-18 14:19:57',1,'c45a4e9b-3f10-11e4-adec-0800271c1b75'),(39,323,324,NULL,1,'2014-09-18 14:19:57',0,'c45fb683-3f10-11e4-adec-0800271c1b75'),(40,323,325,NULL,1,'2014-09-18 14:19:57',1,'c46039af-3f10-11e4-adec-0800271c1b75'),(41,323,326,NULL,1,'2014-09-18 14:19:57',2,'c460bb1b-3f10-11e4-adec-0800271c1b75'),(42,327,328,NULL,1,'2014-09-18 14:19:57',0,'c4623eaa-3f10-11e4-adec-0800271c1b75'),(43,327,329,NULL,1,'2014-09-18 14:19:57',1,'c462f19c-3f10-11e4-adec-0800271c1b75'),(44,156,882,NULL,1,'2014-10-07 16:58:53',0,'1dfd2849-4e15-11e4-8a57-0800271c1b75'),(45,156,883,NULL,1,'2014-10-07 16:58:53',1,'1e007552-4e15-11e4-8a57-0800271c1b75'),(46,156,884,NULL,1,'2014-10-07 16:58:53',2,'1e02699f-4e15-11e4-8a57-0800271c1b75'),(47,156,885,NULL,1,'2014-10-07 16:58:53',3,'1e063fd5-4e15-11e4-8a57-0800271c1b75'),(48,156,886,NULL,1,'2014-10-07 16:58:53',4,'1e08f782-4e15-11e4-8a57-0800271c1b75'),(49,156,887,NULL,1,'2014-10-07 16:58:53',5,'1e0e259b-4e15-11e4-8a57-0800271c1b75'),(50,156,888,NULL,1,'2014-10-07 16:58:53',6,'1e1d16c7-4e15-11e4-8a57-0800271c1b75'),(51,156,889,NULL,1,'2014-10-07 16:58:53',8,'1e20729c-4e15-11e4-8a57-0800271c1b75'),(52,156,890,NULL,1,'2014-10-07 16:58:53',9,'1e25d60a-4e15-11e4-8a57-0800271c1b75'),(53,156,891,NULL,1,'2014-10-07 16:58:53',10,'1e282429-4e15-11e4-8a57-0800271c1b75'),(54,156,892,NULL,1,'2014-10-07 16:58:53',11,'1e2c46ef-4e15-11e4-8a57-0800271c1b75'),(55,156,893,NULL,1,'2014-10-07 16:58:53',12,'1e30af9f-4e15-11e4-8a57-0800271c1b75'),(56,156,894,NULL,1,'2014-10-07 16:58:53',13,'1e3403ea-4e15-11e4-8a57-0800271c1b75'),(57,156,895,NULL,1,'2014-10-07 16:58:53',15,'1e386bed-4e15-11e4-8a57-0800271c1b75'),(58,156,896,NULL,1,'2014-10-07 16:58:53',16,'1e3b8a0e-4e15-11e4-8a57-0800271c1b75'),(59,156,897,NULL,1,'2014-10-07 16:58:53',18,'1e6dc0b7-4e15-11e4-8a57-0800271c1b75'),(60,156,898,NULL,1,'2014-10-07 16:58:54',19,'1ec6632b-4e15-11e4-8a57-0800271c1b75'),(61,156,899,NULL,1,'2014-10-07 16:58:54',20,'1ecb4125-4e15-11e4-8a57-0800271c1b75'),(62,156,900,NULL,1,'2014-10-07 16:58:55',21,'1f0d94a6-4e15-11e4-8a57-0800271c1b75'),(63,156,901,NULL,1,'2014-10-07 16:58:55',23,'1f125384-4e15-11e4-8a57-0800271c1b75'),(64,156,902,NULL,1,'2014-10-07 16:58:55',24,'1f16cd11-4e15-11e4-8a57-0800271c1b75'),(65,156,903,NULL,1,'2014-10-07 16:58:55',25,'1f1afc6f-4e15-11e4-8a57-0800271c1b75'),(66,156,904,NULL,1,'2014-10-07 16:58:55',26,'1f5823fb-4e15-11e4-8a57-0800271c1b75'),(67,156,905,NULL,1,'2014-10-07 16:58:55',27,'1f5a2ef7-4e15-11e4-8a57-0800271c1b75'),(68,156,906,NULL,1,'2014-10-07 16:58:55',28,'1f5d407d-4e15-11e4-8a57-0800271c1b75'),(69,156,907,NULL,1,'2014-10-07 16:58:55',29,'1f5f6525-4e15-11e4-8a57-0800271c1b75'),(70,156,908,NULL,1,'2014-10-07 16:58:55',30,'1f651f3d-4e15-11e4-8a57-0800271c1b75'),(71,156,909,NULL,1,'2014-10-07 16:58:55',31,'1f697343-4e15-11e4-8a57-0800271c1b75'),(72,156,910,NULL,1,'2014-10-07 16:58:55',32,'1f6cfe58-4e15-11e4-8a57-0800271c1b75'),(73,156,911,NULL,1,'2014-10-07 16:58:55',34,'1f6ff4e2-4e15-11e4-8a57-0800271c1b75'),(74,156,912,NULL,1,'2014-10-07 16:58:55',35,'1fa22084-4e15-11e4-8a57-0800271c1b75'),(75,156,913,NULL,1,'2014-10-07 16:58:56',37,'1fa69f7b-4e15-11e4-8a57-0800271c1b75'),(76,156,914,NULL,1,'2014-10-07 16:58:56',38,'1fac3ccc-4e15-11e4-8a57-0800271c1b75'),(77,156,915,NULL,1,'2014-10-07 16:58:56',39,'1fb1a73c-4e15-11e4-8a57-0800271c1b75'),(78,156,916,NULL,1,'2014-10-07 16:58:56',41,'1fee7fea-4e15-11e4-8a57-0800271c1b75'),(79,156,917,NULL,1,'2014-10-07 16:58:56',42,'1ff3bc7d-4e15-11e4-8a57-0800271c1b75'),(80,156,918,NULL,1,'2014-10-07 16:58:56',43,'1ff8e19f-4e15-11e4-8a57-0800271c1b75'),(81,156,919,NULL,1,'2014-10-07 16:58:56',44,'1ffcfb0c-4e15-11e4-8a57-0800271c1b75'),(82,156,920,NULL,1,'2014-10-07 16:58:56',45,'20002f53-4e15-11e4-8a57-0800271c1b75'),(83,156,921,NULL,1,'2014-10-07 16:58:56',46,'20041505-4e15-11e4-8a57-0800271c1b75'),(84,156,922,NULL,1,'2014-10-07 16:58:57',47,'203c7772-4e15-11e4-8a57-0800271c1b75'),(85,156,923,NULL,1,'2014-10-07 16:58:57',48,'207bff89-4e15-11e4-8a57-0800271c1b75'),(86,156,924,NULL,1,'2014-10-07 16:58:57',49,'20b68956-4e15-11e4-8a57-0800271c1b75'),(87,156,925,NULL,1,'2014-10-07 16:58:57',50,'20ba46b1-4e15-11e4-8a57-0800271c1b75'),(88,156,926,NULL,1,'2014-10-07 16:58:57',51,'20bd6b26-4e15-11e4-8a57-0800271c1b75'),(89,156,927,NULL,1,'2014-10-07 16:58:58',52,'20f41a5c-4e15-11e4-8a57-0800271c1b75'),(90,156,928,NULL,1,'2014-10-07 16:58:58',53,'20f899e6-4e15-11e4-8a57-0800271c1b75'),(91,156,929,NULL,1,'2014-10-07 16:58:58',54,'212c19a6-4e15-11e4-8a57-0800271c1b75'),(92,156,930,NULL,1,'2014-10-07 16:58:58',55,'212e2cac-4e15-11e4-8a57-0800271c1b75'),(93,156,931,NULL,1,'2014-10-07 16:58:58',57,'2132493f-4e15-11e4-8a57-0800271c1b75'),(94,156,932,NULL,1,'2014-10-07 16:58:59',59,'21725349-4e15-11e4-8a57-0800271c1b75'),(95,156,933,NULL,1,'2014-10-07 16:58:59',60,'21777d81-4e15-11e4-8a57-0800271c1b75'),(96,156,934,NULL,1,'2014-10-07 16:58:59',61,'217bc9c1-4e15-11e4-8a57-0800271c1b75'),(97,156,935,NULL,1,'2014-10-07 16:58:59',62,'2181afcc-4e15-11e4-8a57-0800271c1b75'),(98,156,936,NULL,1,'2014-10-07 16:58:59',63,'2186dd17-4e15-11e4-8a57-0800271c1b75'),(99,156,937,NULL,1,'2014-10-07 16:58:59',64,'21bc4bd2-4e15-11e4-8a57-0800271c1b75'),(100,156,938,NULL,1,'2014-10-07 16:58:59',65,'21c151b2-4e15-11e4-8a57-0800271c1b75'),(101,156,939,NULL,1,'2014-10-07 16:58:59',66,'21c5c42c-4e15-11e4-8a57-0800271c1b75'),(102,156,940,NULL,1,'2014-10-07 16:58:59',67,'21c8ccea-4e15-11e4-8a57-0800271c1b75'),(103,156,941,NULL,1,'2014-10-07 16:59:00',69,'220a2042-4e15-11e4-8a57-0800271c1b75'),(104,156,942,NULL,1,'2014-10-07 16:59:00',71,'22140090-4e15-11e4-8a57-0800271c1b75'),(105,156,943,NULL,1,'2014-10-07 16:59:00',74,'22467af3-4e15-11e4-8a57-0800271c1b75'),(106,156,944,NULL,1,'2014-10-07 16:59:00',75,'224a5efd-4e15-11e4-8a57-0800271c1b75'),(107,156,945,NULL,1,'2014-10-07 16:59:00',76,'224dfe21-4e15-11e4-8a57-0800271c1b75'),(108,25,981,NULL,1,'2015-02-19 11:24:25',3,'c2bcfc86-b7fb-11e4-9c67-080027b662ec'),(109,998,982,NULL,4,'2015-02-19 12:06:18',3,'139589a9-c55c-435a-a118-f5d7ba82996d'),(110,998,983,NULL,4,'2015-02-19 12:06:18',2,'e7d9fa2b-29dc-42a9-a2f8-56fe7607877a'),(111,998,984,NULL,4,'2015-02-19 12:06:18',1,'3d3ec1f2-0f65-4f7c-a5c7-61e86e63ce6d'),(112,999,986,NULL,4,'2015-02-19 12:06:18',1,'d890f374-4c09-47e7-abfc-5095d69676e7'),(113,999,985,NULL,4,'2015-02-19 12:06:18',2,'f886a77d-348b-4220-a23a-080751f2487e'),(114,1000,987,NULL,4,'2015-02-19 12:06:18',3,'b2ffbf2d-2790-41e8-92f8-928d1c2d936e'),(115,1000,989,NULL,4,'2015-02-19 12:06:18',1,'327fa725-a0b8-488a-b912-67f0a4682d76'),(116,1000,988,NULL,4,'2015-02-19 12:06:18',2,'55beb3be-2dba-4d33-bdd9-1d73d3282dda'),(117,1001,992,NULL,4,'2015-02-19 12:06:19',1,'30fcf1c0-d2ff-4e9c-90a2-e83315037fac'),(118,1001,991,NULL,4,'2015-02-19 12:06:19',2,'3b5587ce-4556-491a-9f98-448999f410a1'),(119,1001,990,NULL,4,'2015-02-19 12:06:19',3,'53ffbb04-d7a1-496d-824c-1f86e44c0c8b'),(181,1141,1085,NULL,4,'2015-02-19 12:22:52',4,'4c1cd665-cc33-4b75-9ba4-ee26e3423c79'),(182,1141,1084,NULL,4,'2015-02-19 12:22:52',2,'fa8b9aaa-b4e3-4043-9c06-e8da4ba5cf89'),(183,1141,1083,NULL,4,'2015-02-19 12:22:52',1,'4bece2eb-03af-41d0-a19f-7bef724be61e'),(184,1141,1140,NULL,4,'2015-02-19 12:22:52',3,'88cdabef-11b0-4e2e-8f4a-6e22c65104f2'),(248,1173,1159,NULL,4,'2015-02-25 14:24:31',3,'d0252278-af29-4932-b666-6331bc2b43f2'),(249,1173,1160,NULL,4,'2015-02-25 14:24:31',2,'d944d1fa-b183-4d28-a22f-2809b61613ce'),(250,1173,1161,NULL,4,'2015-02-25 14:24:31',1,'c8dd553b-5fc9-4d22-87bd-2e4f2596e0fd'),(251,1173,1162,NULL,4,'2015-02-25 14:24:31',4,'6f04ecc9-fb90-459b-a71b-2cedf206841e'),(252,1174,1164,NULL,4,'2015-02-25 14:24:32',2,'f78ea00c-9985-43ea-9d93-fdf41772bda9'),(253,1174,1165,NULL,4,'2015-02-25 14:24:32',1,'46fcf0d4-0b47-4cfa-bf81-412d0f1145c6'),(254,1174,1154,NULL,4,'2015-02-25 14:24:32',4,'7378df9d-119a-44e9-bb93-4fd595fb5b53'),(255,1174,1163,NULL,4,'2015-02-25 14:24:32',3,'75179f26-4e9d-491c-976a-01bf374ba954'),(256,1175,1170,NULL,4,'2015-02-25 14:24:32',6,'33d899e5-5e1b-45e5-bbb0-38b673c692ce'),(257,1175,1166,NULL,4,'2015-02-25 14:24:32',3,'591da424-9a49-44e2-a157-bcdd8b1cd198'),(258,1175,1171,NULL,4,'2015-02-25 14:24:32',5,'cab751c8-2a78-4cbb-91c6-ac56e0d07181'),(259,1175,1172,NULL,4,'2015-02-25 14:24:32',4,'b5dec753-5cf2-40c5-a785-7a1b2c43f38d'),(260,1175,1167,NULL,4,'2015-02-25 14:24:32',2,'3d317035-0df0-48c7-bf8f-2d5ff247b3cc'),(261,1175,1169,NULL,4,'2015-02-25 14:24:32',7,'a096e4a9-587c-4ca6-bcac-21e126728961'),(262,1175,1168,NULL,4,'2015-02-25 14:24:32',1,'095f6cb5-0d5e-4783-b0cc-02ced97da4e9'),(263,1740,1738,NULL,4,'2015-05-05 15:00:12',1,'33e2ea6f-31b6-4aa9-9b65-3787bb25858c'),(264,1740,1016,NULL,4,'2015-05-05 15:00:12',2,'e803998e-0bfe-44f7-ac1b-635775001089'),(265,1741,1739,NULL,4,'2015-05-05 15:00:12',3,'2a449801-53f5-4c13-a816-3d9600939657'),(266,1741,1016,NULL,4,'2015-05-05 15:00:12',2,'5e5a1d57-304e-4792-a86a-ff424c648af2'),(267,1741,1738,NULL,4,'2015-05-05 15:00:12',1,'958fa9f1-d7ab-4806-b3a8-c1b20e5ac248'),(268,1742,1738,NULL,4,'2015-05-05 15:00:12',1,'23a7f1eb-e887-4246-9db9-5872dee8a85e'),(269,1742,1016,NULL,4,'2015-05-05 15:00:12',2,'4d5336df-70bb-466b-9447-3dc51ee2b56e'),(270,1789,1773,NULL,4,'2015-05-05 15:24:29',1,'90fcb89c-d5f9-41fc-8397-497e03024716'),(271,1789,1772,NULL,4,'2015-05-05 15:24:29',2,'83a01d9c-6aa7-4aff-b7f0-7c69dee36839'),(272,1790,1774,NULL,4,'2015-05-05 15:24:29',1,'3fa855dd-489d-456a-85fd-b44d140f1feb'),(273,1790,1775,NULL,4,'2015-05-05 15:24:29',2,'9485afe1-0d4a-40f9-b5fe-e5f4379384db'),(274,1791,1777,NULL,4,'2015-05-05 15:24:29',3,'7c8484b1-e8fa-429a-9250-c3bae7fe2843'),(275,1791,1776,NULL,4,'2015-05-05 15:24:29',2,'a86eccbe-17b9-4024-8868-5e25d62e3ed5'),(276,1791,925,NULL,4,'2015-05-05 15:24:29',4,'dac38390-7904-49c1-b139-9e99b887a46e'),(277,1791,931,NULL,4,'2015-05-05 15:24:29',1,'63b6a09f-7833-4f54-b515-d5efc745736e'),(278,1791,1008,NULL,4,'2015-05-05 15:24:29',5,'84c4e125-a0a4-4345-8d22-21d77ec2d0dc'),(279,1792,1781,NULL,4,'2015-05-05 15:24:29',5,'dc548ca1-f94e-476b-997c-74d25319fc47'),(280,1792,1779,NULL,4,'2015-05-05 15:24:29',3,'b732f5cc-71df-452c-bea1-2c0e5946addb'),(281,1792,1783,NULL,4,'2015-05-05 15:24:29',1,'9edc7de9-a4b6-4377-8bc3-f52b70565cb0'),(282,1792,1782,NULL,4,'2015-05-05 15:24:29',2,'7eb5c0c7-fb4d-4d68-aac3-b7e14d507237'),(283,1792,1780,NULL,4,'2015-05-05 15:24:29',6,'dcf232e5-d337-48b1-88cb-a8c9c555c561'),(284,1792,1778,NULL,4,'2015-05-05 15:24:29',4,'70c72f3d-b11e-4cef-89ca-77eba2eaa45b'),(285,1793,1786,NULL,4,'2015-05-05 15:24:30',3,'7b853d47-a025-4766-b366-3a3a332d9df2'),(286,1793,1785,NULL,4,'2015-05-05 15:24:30',2,'80e6f42c-34f7-42e8-8d39-b64c001a2547'),(287,1793,1787,NULL,4,'2015-05-05 15:24:30',4,'6c586f87-394b-4d3a-a928-be58c0df6223'),(288,1793,1784,NULL,4,'2015-05-05 15:24:30',1,'db59612b-0450-4029-a9ef-f3d947a93497'),(289,1794,1788,NULL,4,'2015-05-05 15:24:30',3,'73ac3c31-674d-4297-9c72-90dbcf24a208'),(290,1794,1505,NULL,4,'2015-05-05 15:24:30',2,'6759bea1-eb9c-4cf8-8438-b760559259f8'),(291,1794,1503,NULL,4,'2015-05-05 15:24:30',1,'22f5a032-997f-4b1d-a507-3dfa3cf1e41d'),(312,1806,1773,NULL,4,'2015-05-05 15:38:52',1,'ba47bc47-7b56-4f25-9cfe-2ed61903f43c'),(313,1806,1772,NULL,4,'2015-05-05 15:38:52',2,'2d78bce0-2c3c-484a-9209-9e42761d76f4'),(314,1845,1783,NULL,4,'2015-05-05 15:38:52',1,'5d3b8f96-6722-43d7-9012-e43b57990c18'),(315,1845,1826,NULL,4,'2015-05-05 15:38:52',2,'657fcf86-2c69-4010-a547-ae23567a0e80'),(316,1845,1827,NULL,4,'2015-05-05 15:38:52',3,'bf514df4-499d-4b47-a85b-21035ddabf0d'),(317,1845,888,NULL,4,'2015-05-05 15:38:52',4,'57be4f28-b6da-4ba3-a928-f3adc85afe23'),(318,1843,1828,NULL,4,'2015-05-05 15:38:52',1,'0c796733-4a04-41f1-b2d4-a2660dd52703'),(319,1843,1829,NULL,4,'2015-05-05 15:38:52',2,'53df865b-9f31-4125-94b6-87419962a2bc'),(320,1843,1830,NULL,4,'2015-05-05 15:38:52',3,'e6f6eaff-a4b3-433b-997e-09444e1b4927'),(321,1843,1831,NULL,4,'2015-05-05 15:38:52',4,'1b7ff06c-338a-42cb-8d00-14e061a25ecb'),(322,1843,1832,NULL,4,'2015-05-05 15:38:52',5,'f1058f61-263c-405b-b86a-dbbdd1a9c732'),(323,1843,1833,NULL,4,'2015-05-05 15:38:52',6,'82eb610c-32c2-4260-b8e5-88ced1803c35'),(324,1843,1834,NULL,4,'2015-05-05 15:38:52',7,'9cf9c908-788d-468f-a362-ea9de478db48'),(325,1843,1835,NULL,4,'2015-05-05 15:38:52',8,'a5cb359e-3ffe-45df-86d3-0e67129c312e'),(326,1843,1836,NULL,4,'2015-05-05 15:38:52',9,'f4de8f63-a67b-40f2-8861-cc994d8e985e'),(327,1843,1837,NULL,4,'2015-05-05 15:38:52',10,'5c75ab53-b534-4f8d-84c4-9874fbbf59b5'),(328,1844,1838,NULL,4,'2015-05-05 15:38:53',1,'5c4d384a-37e1-4af2-97fd-8aaae227ac93'),(329,1844,1839,NULL,4,'2015-05-05 15:38:53',2,'24d0d9ea-0a21-4f94-b489-8fc27d804662'),(330,1844,1840,NULL,4,'2015-05-05 15:38:53',3,'8f3af119-a3d5-486f-a1d8-fedc24851d16'),(331,1844,1842,NULL,4,'2015-05-05 15:38:53',4,'e409c435-4d49-4351-8745-912a0d1f97f1'),(332,1844,1841,NULL,4,'2015-05-05 15:38:53',5,'a9f2232b-0d1f-4f9b-bbb9-d6eb41275c67'),(333,1844,1575,NULL,4,'2015-05-05 15:38:53',6,'624822b1-418f-4966-a1a0-e8d31e96c939'),(334,1867,324,NULL,1,'2015-05-26 11:45:58',4,'6cc68ab3-e9bc-4d69-8ef5-161a6b9543d7'),(335,1867,1865,NULL,1,'2015-05-26 11:45:58',2,'dd5a562e-e6dd-4664-9bc7-80511b86e838'),(336,1867,1866,NULL,1,'2015-05-26 11:45:58',3,'cec4a92d-e9b1-4205-9b18-96b7da21a31f'),(337,1867,1864,NULL,1,'2015-05-26 11:45:58',1,'c54f175b-07a7-48f3-bde1-ff328f1dd25d'),(338,1870,1869,NULL,1,'2015-05-26 11:45:58',2,'5195ff71-e6fe-466f-bab5-7f4e8b070cce'),(339,1870,1868,NULL,1,'2015-05-26 11:45:58',1,'2867570e-9ebd-4d71-ace2-c6f462e61a05'),(340,1875,1874,NULL,1,'2015-05-26 11:45:59',2,'c366948b-1a5f-48e3-9a71-1317b95c85d9'),(341,1875,1873,NULL,1,'2015-05-26 11:45:59',1,'b0e87080-441b-4e11-b223-c92325e5383e'),(342,1880,1876,NULL,1,'2015-05-26 11:45:59',1,'4a2617c7-1add-4f90-99d9-f0d7e9033b39'),(343,1880,1879,NULL,1,'2015-05-26 11:45:59',4,'e13fbc73-0982-468a-8f1d-228ad6815160'),(344,1880,1877,NULL,1,'2015-05-26 11:45:59',2,'b632f70f-15dd-4ff2-a02f-221eb80757c4'),(345,1880,1878,NULL,1,'2015-05-26 11:45:59',3,'e09d0924-24d1-4e8c-b6d9-2bf96c15e7bb'),(346,1888,1886,NULL,1,'2015-05-26 11:51:45',1,'215f3209-f8d8-490e-8a4a-2272c80a4683'),(347,1888,1872,NULL,1,'2015-05-26 11:51:45',3,'93e4ad40-840f-46c8-9e5a-cdbc77eac679'),(348,1888,1887,NULL,1,'2015-05-26 11:51:45',2,'38f1f272-9296-44a6-9838-51dc20f89a92'),(349,1895,1893,NULL,1,'2015-05-26 12:11:35',1,'b2c1af17-ee00-4491-b289-2d66fe2c0ae9'),(350,1895,1894,NULL,1,'2015-05-26 12:11:35',2,'6413c791-6dd0-4f50-be0d-f9ceb690541e'),(351,1904,1903,NULL,1,'2015-05-26 12:11:35',3,'1b05e377-92bc-4ce7-91e4-175fcdc9779b'),(352,1904,1901,NULL,1,'2015-05-26 12:11:35',1,'caa70f30-79a1-459e-b935-804fe4d5bea4'),(353,1904,1902,NULL,1,'2015-05-26 12:11:35',2,'384d49b8-5dd5-4578-acad-60fcc38348db'),(354,1910,1909,NULL,1,'2015-05-26 12:11:36',2,'86e59e6e-1d5e-4483-82a8-8e3a98865c0d'),(355,1910,1908,NULL,1,'2015-05-26 12:11:36',1,'7707e1f6-56f4-4f31-979e-a5aac51eba13'),(356,1917,1916,NULL,1,'2015-05-26 12:13:09',2,'e487773d-2f78-4af4-b8c4-29718fac15fc'),(357,1917,1915,NULL,1,'2015-05-26 12:13:09',1,'2ee25af7-bba7-4ad7-adf9-44a809b0dfcd'),(358,1920,1918,NULL,1,'2015-05-26 12:13:10',1,'3643f5e3-6b70-44cb-9b4d-3e8dbbea7da1'),(359,1920,1919,NULL,1,'2015-05-26 12:13:10',2,'ffa3a036-280d-43f9-be68-dfaa65cb5734'),(360,1928,1925,NULL,1,'2015-05-26 12:13:10',1,'e2162f3c-8918-4fd4-b406-b25f19820043'),(361,1928,1926,NULL,1,'2015-05-26 12:13:10',2,'32db85bf-e9a5-4008-893e-6fe3434853b5'),(362,1928,1927,NULL,1,'2015-05-26 12:13:10',3,'71359a3a-8977-4ff0-a26a-22eeb2624a16'),(363,1937,1935,NULL,1,'2015-05-26 12:13:10',7,'704186e0-5f18-41ca-af92-1c473e680865'),(364,1937,1931,NULL,1,'2015-05-26 12:13:10',3,'37a47b3d-ed18-4dd5-bb33-12e0c1081490'),(365,1937,1936,NULL,1,'2015-05-26 12:13:10',8,'86a47797-5f88-4dab-881f-cc37d2e38d56'),(366,1937,1932,NULL,1,'2015-05-26 12:13:10',4,'3e021e9b-0788-4cf7-b6ee-138fe11a05bf'),(367,1937,1929,NULL,1,'2015-05-26 12:13:10',1,'750596f9-e77b-42d6-b3f5-e96b6d103d0f'),(368,1937,1930,NULL,1,'2015-05-26 12:13:10',2,'6904917f-5647-4853-aa38-ee72a438f2c8'),(369,1937,1933,NULL,1,'2015-05-26 12:13:10',5,'d27efcc8-f759-4edc-b91b-14a030567c1a'),(370,1937,1934,NULL,1,'2015-05-26 12:13:10',6,'79e39a43-80e1-451f-9f71-224e47d091cc'),(371,1941,1939,NULL,1,'2015-05-26 12:13:10',2,'fc11876f-56c3-424f-9efa-c4ab4a6a3b28'),(372,1941,1940,NULL,1,'2015-05-26 12:13:10',3,'de94acc8-adec-4fe0-9561-8d2a79adc81e'),(373,1941,1938,NULL,1,'2015-05-26 12:13:10',1,'e13cea43-177d-4864-ba36-3ec5fddf9b58'),(374,1947,1946,NULL,1,'2015-05-26 12:13:11',4,'0e2dbfba-1bc4-4027-8781-f8a56a2f6ea7'),(375,1947,1945,NULL,1,'2015-05-26 12:13:11',3,'f44106a7-80d2-4491-88cb-f72cfe8b6282'),(376,1947,1944,NULL,1,'2015-05-26 12:13:11',2,'b9c3d4a0-d51b-40b8-bc0b-bea709041269'),(377,1947,1943,NULL,1,'2015-05-26 12:13:11',1,'512ae79f-4147-4a9f-a16e-104518149096'),(378,1950,1948,NULL,1,'2015-05-26 12:13:11',2,'e999781c-40c9-43e7-8471-2feb5c1acf86'),(379,1950,1070,NULL,1,'2015-05-26 12:13:11',1,'99c4fadd-475b-4904-abc8-80909b738a8a'),(380,1950,1949,NULL,1,'2015-05-26 12:13:11',3,'a776783f-63c1-4276-84ab-34f170e63d8b'),(381,1953,1951,NULL,1,'2015-05-26 12:13:11',2,'cda7033a-f266-40e6-89b0-fb9dc1a10811'),(382,1953,1952,NULL,1,'2015-05-26 12:13:11',3,'ba182b05-1b85-4104-80d2-fc3a7220dbee'),(383,1953,1070,NULL,1,'2015-05-26 12:13:11',1,'1c65f922-67f5-446f-b6f8-1863dc2640a7'),(384,1959,1957,NULL,1,'2015-05-26 12:13:11',4,'ab2c0916-64ab-4ba5-a7fe-77d343ac21b5'),(385,1959,1955,NULL,1,'2015-05-26 12:13:11',2,'556e0e27-9f35-45a8-ab5c-fed6ad4f760b'),(386,1959,1954,NULL,1,'2015-05-26 12:13:11',1,'4ad1094d-27b6-4ab7-94fe-35c290f87372'),(387,1959,1956,NULL,1,'2015-05-26 12:13:11',3,'7c326031-0568-4c8a-a59e-1311ae5cc04a'),(388,1959,1958,NULL,1,'2015-05-26 12:13:11',5,'29ec3186-1779-44a9-b45e-c56f7d707a49'),(389,1965,1088,NULL,1,'2015-05-26 12:13:11',2,'9deaa355-db57-4f96-a828-a56e9562425b'),(390,1965,1087,NULL,1,'2015-05-26 12:13:11',1,'60090e32-a49e-4734-98d8-1ef18b43a55b'),(391,1971,1970,NULL,1,'2015-05-26 12:13:12',3,'0e3cf726-abc8-402d-8b10-1310fcf83afe'),(392,1971,324,NULL,1,'2015-05-26 12:13:12',1,'1d457ecf-1fd9-432e-be57-1d99bdd9db80'),(393,1971,850,NULL,1,'2015-05-26 12:13:12',4,'5b5ccd5a-29cb-4311-a3e1-88875bdcc194'),(394,1971,1969,NULL,1,'2015-05-26 12:13:12',2,'42555600-4644-4d09-aa51-f32c44178141'),(395,1978,1977,NULL,1,'2015-05-26 12:13:12',3,'a49cb6e4-b654-40c7-bfab-32bf06217c8c'),(396,1978,1975,NULL,1,'2015-05-26 12:13:12',1,'d11ac77d-7690-4324-9e32-6953680f705d'),(397,1978,1976,NULL,1,'2015-05-26 12:13:12',2,'919b831b-1006-4df8-8040-1f177933751d'),(398,1990,1989,NULL,1,'2015-05-26 12:35:31',6,'17d19d1b-48db-4e50-9bd0-7864b60f42a3'),(399,1990,1988,NULL,1,'2015-05-26 12:35:31',5,'5203ce86-d8f5-4494-9625-3f08b25a36ac'),(400,1990,1986,NULL,1,'2015-05-26 12:35:31',3,'ef93640d-ffa0-48fa-87f2-8cae76c0e6a2'),(401,1990,1984,NULL,1,'2015-05-26 12:35:31',1,'5eecb1c6-251b-41c6-aa04-f2a9663804d8'),(402,1990,1987,NULL,1,'2015-05-26 12:35:31',4,'19e7ba62-1b2c-42c2-8131-889d7e5233c8'),(403,1990,1985,NULL,1,'2015-05-26 12:35:31',2,'326fdaf6-5f2a-4408-9d5d-d1e40b207550'),(404,1994,1992,NULL,1,'2015-05-26 12:35:31',2,'9ab4b083-3da3-4a46-92ef-57830532475b'),(405,1994,1991,NULL,1,'2015-05-26 12:35:31',1,'a5937183-5d69-47f2-8e17-f953f0f4e621'),(406,1994,1993,NULL,1,'2015-05-26 12:35:31',3,'ac28c640-7759-43ab-889d-3e0c22b7c8da'),(407,1997,1995,NULL,1,'2015-05-26 12:35:31',1,'fbe45b8b-1a44-4bb8-a9ac-f237170e1e58'),(408,1997,1996,NULL,1,'2015-05-26 12:35:31',2,'63d65fa5-8a72-4db6-a0c5-4cde6c6b33a4'),(409,1999,324,NULL,1,'2015-05-26 12:35:31',1,'eba70019-67ed-4615-820c-7decd73ff097'),(410,1999,1998,NULL,1,'2015-05-26 12:35:31',2,'cecac5d7-b3e0-43c5-98cb-87cf0ed24e77'),(411,2002,2000,NULL,1,'2015-05-26 12:35:31',1,'89b61f59-e6c4-45ec-bfef-8c47cbcab9bf'),(412,2002,2001,NULL,1,'2015-05-26 12:35:31',2,'1dafd401-a342-4be6-9862-a737fb6b231c'),(413,2009,1468,NULL,1,'2015-05-26 12:35:32',1,'54d143c2-673c-4275-ad47-093d9a084e5c'),(414,2009,1988,NULL,1,'2015-05-26 12:35:32',4,'9b553458-9a53-4703-a92b-62b666524042'),(415,2009,2007,NULL,1,'2015-05-26 12:35:32',5,'e21c6150-32d4-49c7-9130-7c7ad39928df'),(416,2009,2008,NULL,1,'2015-05-26 12:35:32',6,'2a89ad63-c761-4461-83d2-222f9b2fbcde'),(417,2009,2005,NULL,1,'2015-05-26 12:35:32',2,'c7866d61-3a97-49e2-a9c4-2f961ffde33f'),(418,2009,2006,NULL,1,'2015-05-26 12:35:32',3,'9c42fbf9-1803-470a-a1e8-dd2d7927104a'),(419,2012,2011,NULL,1,'2015-05-26 12:35:32',2,'d774ca79-0983-43ad-83c5-fe3a6981865c'),(420,2012,2010,NULL,1,'2015-05-26 12:35:32',1,'42fddc1f-49b6-457b-8776-b99d969a19e6'),(421,2016,2015,NULL,1,'2015-05-26 12:35:32',3,'fec454d5-b2df-4512-9b93-2709b083cbb0'),(422,2016,2014,NULL,1,'2015-05-26 12:35:32',2,'f693801f-e9ed-42f3-9d73-10a4646c777a'),(423,2016,2013,NULL,1,'2015-05-26 12:35:32',1,'be18c5c7-6430-4186-95d7-b52e60e3664c'),(424,2024,2022,NULL,1,'2015-05-26 12:35:32',1,'a7f0048f-94e2-4e3a-9200-5a0f426c1598'),(425,2024,2023,NULL,1,'2015-05-26 12:35:32',2,'c576564b-950d-4351-872a-f60696119e7c'),(426,2028,2027,NULL,1,'2015-05-26 12:35:33',3,'bafc0093-5198-47c3-8831-93fa970317c2'),(427,2028,2025,NULL,1,'2015-05-26 12:35:33',1,'9fe0760d-f2c7-416b-b5ec-b7f8100acf77'),(428,2028,2026,NULL,1,'2015-05-26 12:35:33',2,'220b398b-80dd-487c-9aff-ac6a2b2c7818'),(429,2033,2032,NULL,1,'2015-05-26 12:35:33',3,'592fefe8-0d35-4de7-a685-3bae0ac835c4'),(430,2033,2030,NULL,1,'2015-05-26 12:35:33',1,'f4be5524-af23-4244-b3f5-2fd31aab2cca'),(431,2033,2031,NULL,1,'2015-05-26 12:35:33',2,'ccf97727-86b4-4e48-8085-a92d7f85b412'),(432,2036,2032,NULL,1,'2015-05-26 12:35:33',3,'b4a87eeb-d67c-4bdf-a95f-8d485d03c1a9'),(433,2036,2034,NULL,1,'2015-05-26 12:35:33',1,'b1d3a3e8-2b71-4d52-828a-25ff16cb25e8'),(434,2036,2035,NULL,1,'2015-05-26 12:35:33',2,'c207d8dd-6b3e-4721-8a27-319287cd90ab'),(435,2042,2041,NULL,1,'2015-05-26 12:35:33',4,'6e058d0d-10c3-4b4b-8d19-c442737ca393'),(436,2042,2038,NULL,1,'2015-05-26 12:35:33',1,'0ae711a4-c9b9-4ba5-9113-708cb28db956'),(437,2042,2040,NULL,1,'2015-05-26 12:35:33',3,'382b5c4b-adfb-415b-89d0-4694dde40d8a'),(438,2042,2039,NULL,1,'2015-05-26 12:35:33',2,'b1fe714a-820d-4e56-ac95-3512ae2df0bc'),(439,2048,2046,NULL,1,'2015-05-26 12:35:33',1,'1c630f1b-0c3d-4780-acb1-1455a58e11f3'),(440,2048,1095,NULL,1,'2015-05-26 12:35:33',2,'85fd7e5a-33ef-4f79-9783-f61251eaaac6'),(441,2048,2047,NULL,1,'2015-05-26 12:35:33',3,'634aa3ab-1fa5-4627-af5a-17c64a24540c'),(442,2052,2051,NULL,1,'2015-05-26 12:35:34',3,'1eb4b6c9-36b6-4d1b-8449-7fd05afafda5'),(443,2052,1988,NULL,1,'2015-05-26 12:35:34',4,'43a132ac-f80d-4efc-9e76-ceddd056385e'),(444,2052,2007,NULL,1,'2015-05-26 12:35:34',2,'d79a9452-4097-4e83-bcf0-d02ce8298caa'),(445,2052,1984,NULL,1,'2015-05-26 12:35:34',1,'d50bbd21-a0fb-44aa-af7f-d38633ff5598'),(446,2057,2056,NULL,1,'2015-05-26 12:35:34',2,'4bd94455-dd8d-48ab-b51f-10b54406a7fd'),(447,2057,2055,NULL,1,'2015-05-26 12:35:34',1,'d5336ad5-dc9d-4d68-875f-14def8733baa'),(448,2063,2060,NULL,1,'2015-05-26 12:35:34',1,'e5979e4f-647c-4998-9dbe-da69c9240c82'),(449,2063,2062,NULL,1,'2015-05-26 12:35:34',3,'684aba53-db39-4dc4-8928-e31fb5991d48'),(450,2063,2061,NULL,1,'2015-05-26 12:35:34',2,'6081ce36-2535-40c7-a076-948872ed3855'),(451,2064,1016,NULL,1,'2015-05-26 12:35:34',2,'b878a085-bf7d-4913-b2af-8f4723538fd1'),(452,2064,1738,NULL,1,'2015-05-26 12:35:34',1,'ff84576e-5fd7-440f-a751-a6c121a1f4fb'),(453,2065,1016,NULL,1,'2015-05-26 12:35:34',2,'e17c795b-cba2-4bab-bdf1-51386d16f383'),(454,2065,1738,NULL,1,'2015-05-26 12:35:34',1,'158b9c0a-3540-4e2c-b63b-bcc3697d34b0'),(455,2073,2069,NULL,1,'2015-05-26 12:35:35',4,'261cf266-214b-4544-9ab7-c6e576580444'),(456,2073,2066,NULL,1,'2015-05-26 12:35:35',1,'849a5f07-20f6-4de8-b9c2-e5826f23b06c'),(457,2073,2068,NULL,1,'2015-05-26 12:35:35',3,'edae2c53-ccb6-46c7-85ad-ef99b6f04cd0'),(458,2073,2071,NULL,1,'2015-05-26 12:35:35',6,'139bbc1c-da07-4644-8cd6-adcae73d370b'),(459,2073,2067,NULL,1,'2015-05-26 12:35:35',2,'20a03e8b-caa6-49b9-85ef-039396613fb8'),(460,2073,2072,NULL,1,'2015-05-26 12:35:35',7,'a1bbeffc-fb43-402b-b46d-5597bc79f29d'),(461,2073,2070,NULL,1,'2015-05-26 12:35:35',5,'4ba0b59b-55d6-4745-867f-847ab4d57b5d'),(462,2079,2077,NULL,1,'2015-05-26 12:35:35',1,'24703477-2735-4847-8976-90c7c3400dc7'),(463,2079,2078,NULL,1,'2015-05-26 12:35:35',2,'07d83490-ee7c-4228-af34-99148c3bbedb'),(464,2082,2080,NULL,1,'2015-05-26 12:35:35',1,'e95bf5f3-ae3e-43c6-8cf0-3111bbd0de1f'),(465,2082,2081,NULL,1,'2015-05-26 12:35:35',2,'fac7cc49-9421-4aa1-b5bc-3174ecd1ca41'),(466,2085,2039,NULL,1,'2015-05-26 12:35:35',2,'341f4759-4938-478c-af68-fca02caa43dc'),(467,2085,2084,NULL,1,'2015-05-26 12:35:35',4,'ca6b000c-c5d0-4128-9bda-e0eb9fddbd51'),(468,2085,2083,NULL,1,'2015-05-26 12:35:35',3,'ac6c815b-6df7-4fe7-9e04-d54689932052'),(469,2085,2038,NULL,1,'2015-05-26 12:35:35',1,'33f1c3de-61f0-437f-8a3f-9412755f38be'),(470,2092,2026,NULL,1,'2015-05-26 12:35:36',4,'9719a7c8-c9cc-4676-97ee-65630e9f9508'),(471,2092,324,NULL,1,'2015-05-26 12:35:36',1,'7e5be6ce-4a03-4b69-bea6-cd847548694f'),(472,2092,2091,NULL,1,'2015-05-26 12:35:36',3,'1ab72c1e-5d7a-42a6-bf43-cdf8d40391eb'),(473,2092,2090,NULL,1,'2015-05-26 12:35:36',2,'fe5fa767-a9cd-4c24-bf10-6119a23e33f6'),(474,2096,2093,NULL,1,'2015-05-26 12:35:36',1,'7511dc32-9c20-46a1-9548-7eca36378847'),(475,2096,2095,NULL,1,'2015-05-26 12:35:36',3,'ad7bcf7e-7c8b-4208-945f-60d984d9d044'),(476,2096,2094,NULL,1,'2015-05-26 12:35:36',2,'76fa6199-83d3-4861-bad8-84eb2a009f5d'),(477,2102,2100,NULL,1,'2015-05-26 12:35:36',5,'dfa86afc-41ab-4c3e-9b94-17d510da66aa'),(478,2102,2099,NULL,1,'2015-05-26 12:35:36',4,'e9bce1bb-5428-4393-a040-1fa79eb17056'),(479,2102,2101,NULL,1,'2015-05-26 12:35:36',6,'33a1b244-f142-4cd7-b314-1452c189feb4'),(480,2102,2098,NULL,1,'2015-05-26 12:35:36',3,'3bc288ea-6014-4ca5-9254-01cfb5507879'),(481,2102,1140,NULL,1,'2015-05-26 12:35:36',2,'f41885cf-1588-44a1-91cd-4a2458a0827e'),(482,2102,2097,NULL,1,'2015-05-26 12:35:36',1,'1b90f836-7732-465b-9843-6569986111ce'),(483,2107,2106,NULL,1,'2015-05-26 12:35:36',3,'399d4224-c93b-47d9-a883-d2d9ccd29b37'),(484,2107,324,NULL,1,'2015-05-26 12:35:36',1,'513d4718-6319-4099-84f5-b36cc609400a'),(485,2107,2105,NULL,1,'2015-05-26 12:35:36',2,'15690318-131d-4fb2-aa10-e0a58c8bcdef'),(486,2117,2115,NULL,1,'2015-05-26 12:35:37',2,'eac3fbfd-d55c-4354-a81b-fe3aef7ec59f'),(487,2117,324,NULL,1,'2015-05-26 12:35:37',1,'ae1db99c-0ce3-4a77-888d-306714074e80'),(488,2117,2116,NULL,1,'2015-05-26 12:35:37',3,'42559f5c-3896-4724-adaf-d1c703fdc904'),(489,2138,1738,NULL,1,'2015-05-26 13:09:48',2,'03e9a2c1-0fe7-4f40-b7d3-f3b143570c23'),(490,2138,1016,NULL,1,'2015-05-26 13:09:48',1,'4751fb4f-9fbe-4796-b747-10818422f056'),(491,2144,1154,NULL,1,'2015-05-26 13:09:48',5,'79ff5287-2531-4538-9ede-f51b4c4c25f9'),(492,2144,2141,NULL,1,'2015-05-26 13:09:48',3,'49766884-140b-4b2c-bf8f-2d0d7b61abba'),(493,2144,2140,NULL,1,'2015-05-26 13:09:48',2,'eb0b6690-3003-47d7-b20d-28bd143d17a1'),(494,2144,2143,NULL,1,'2015-05-26 13:09:48',6,'7e6fd37d-82d6-4153-83f4-e638825dc1ea'),(495,2144,2142,NULL,1,'2015-05-26 13:09:48',4,'de64ab07-48f1-4df0-943e-2bab586f3faf'),(496,2144,2139,NULL,1,'2015-05-26 13:09:48',1,'3ae7b3eb-655e-450f-b9b9-0347c530375a'),(497,2149,2146,NULL,1,'2015-05-26 13:09:49',1,'337c6c17-dd19-49d8-89a8-7fea1098cd15'),(498,2149,1975,NULL,1,'2015-05-26 13:09:49',4,'d244f5a4-2374-4a34-a833-b422be73e5c7'),(499,2149,2147,NULL,1,'2015-05-26 13:09:49',2,'1fdc3646-3070-491f-ba57-7c993e2caedd'),(500,2149,2148,NULL,1,'2015-05-26 13:09:49',3,'da5589f6-c9e4-4391-a39f-44917fce686c'),(501,2157,2155,NULL,1,'2015-05-26 13:09:49',6,'13e8e7d4-c197-44ad-a543-0f6a574e2826'),(502,2157,2154,NULL,1,'2015-05-26 13:09:49',5,'61509972-f95e-4cae-9dc3-38b71d0803c9'),(503,2157,2152,NULL,1,'2015-05-26 13:09:49',3,'95051ced-2212-4f80-b76a-abf33fe3ffe8'),(504,2157,2156,NULL,1,'2015-05-26 13:09:49',7,'6cf1681c-6385-413f-8421-a269f8b6dfb7'),(505,2157,2153,NULL,1,'2015-05-26 13:09:49',4,'b5824e8b-aab5-44af-a450-f32c452fc0c1'),(506,2157,2143,NULL,1,'2015-05-26 13:09:49',8,'d5946191-9da7-4864-a446-a87d692a62d5'),(507,2157,2151,NULL,1,'2015-05-26 13:09:49',2,'41f9a14d-5de1-492f-85b5-90deae714997'),(508,2157,2150,NULL,1,'2015-05-26 13:09:49',1,'d27951f4-2d60-4e23-9867-6111acaf158f'),(509,2160,1738,NULL,1,'2015-05-26 13:09:49',2,'f19e5698-8665-444c-8761-fccb55ed909a'),(510,2160,1975,NULL,1,'2015-05-26 13:09:49',3,'4d7143f5-5f00-40ae-ad83-352e471b75f3'),(511,2160,1016,NULL,1,'2015-05-26 13:09:49',1,'76447cc6-7b53-4aeb-b1c5-21c4b00623c0'),(512,2161,1016,NULL,1,'2015-05-26 13:09:49',1,'024b96ee-6976-4301-8e0a-133425e0fd72'),(513,2161,1975,NULL,1,'2015-05-26 13:09:49',3,'0facddf2-fca8-4033-895b-346d5743dd56'),(514,2161,1738,NULL,1,'2015-05-26 13:09:49',2,'f03c016b-914e-4a41-b1b2-830d5ae023dc'),(515,2162,1016,NULL,1,'2015-05-26 13:09:49',1,'6f53e970-5225-4d20-8ed9-f951217b6032'),(516,2162,1975,NULL,1,'2015-05-26 13:09:49',3,'bc0a5d2b-6bed-4c26-b431-7e21ce131480'),(517,2162,1738,NULL,1,'2015-05-26 13:09:49',2,'b88a1504-841b-488e-96cc-6f2bfa43580f'),(518,2165,1016,NULL,1,'2015-05-26 13:09:49',1,'495799cb-b9cc-4e83-a47c-30aa2dec0e39'),(519,2165,1738,NULL,1,'2015-05-26 13:09:49',2,'9779fe5d-fd2c-4fa8-acb6-f21c35cae827'),(520,2171,2168,NULL,1,'2015-05-26 13:09:50',2,'7582fb47-f0a9-4355-ba39-1f65ca4f89fe'),(521,2171,2167,NULL,1,'2015-05-26 13:09:50',1,'65183f5c-8e95-4d0b-b7c2-234e356ef7dd'),(522,2171,2170,NULL,1,'2015-05-26 13:09:50',4,'0b4e7308-aef0-4b63-ba6a-20f2a427bf5d'),(523,2171,2169,NULL,1,'2015-05-26 13:09:50',3,'341071e2-6af3-4a91-9d23-58437a213979'),(524,2175,2173,NULL,1,'2015-05-26 13:09:50',1,'0aaa9395-acb1-4c31-873e-1244bfbee848'),(525,2175,2174,NULL,1,'2015-05-26 13:09:50',2,'6be460d1-aac8-4772-84a8-e9e3f989fbb8'),(526,2185,2183,NULL,1,'2015-05-26 13:09:50',3,'1286ab14-e8fb-4c64-b57c-3a79ebf3a16f'),(527,2185,2181,NULL,1,'2015-05-26 13:09:50',1,'9a22928e-3d51-4198-aa3e-8bbecff66104'),(528,2185,2184,NULL,1,'2015-05-26 13:09:50',4,'0a887216-8ede-4e8d-b9c7-c0a8a13d47ff'),(529,2185,2182,NULL,1,'2015-05-26 13:09:50',2,'e0cea439-4ef5-4cfd-96f5-ddb0ef6515af'),(530,2187,2152,NULL,1,'2015-05-26 13:09:50',3,'7a7fa883-9ef8-47ca-9d1d-60e922ae6fd5'),(531,2187,2143,NULL,1,'2015-05-26 13:09:50',8,'0b505ecb-f9ed-41fc-860b-250df364647d'),(532,2187,2153,NULL,1,'2015-05-26 13:09:50',4,'fc25b2bb-f4fd-482e-962b-8a17934dbf43'),(533,2187,2150,NULL,1,'2015-05-26 13:09:50',1,'11d0cd64-f93f-4e1c-8a85-af3c5a32a13d'),(534,2187,2155,NULL,1,'2015-05-26 13:09:50',6,'5d47558b-fb99-4fc3-a23d-6322368efb15'),(535,2187,2154,NULL,1,'2015-05-26 13:09:50',5,'19773186-0ac6-4c36-87ea-d9a55cf5ea5c'),(536,2187,2156,NULL,1,'2015-05-26 13:09:50',7,'b9bcfa49-1800-4306-b658-b3f1433b7064'),(537,2187,2151,NULL,1,'2015-05-26 13:09:50',2,'48f478e1-4035-4380-8145-3befe914cfbb'),(538,2199,2196,NULL,1,'2015-05-26 13:09:51',12,'d9086317-c8bd-4cdb-a075-7a42420666bb'),(539,2199,2190,NULL,1,'2015-05-26 13:09:51',5,'55698228-560f-45b1-ae90-ca5d1a7e048f'),(540,2199,2192,NULL,1,'2015-05-26 13:09:51',7,'32e9c5cc-bde9-46f7-95ca-a7f6b3a37414'),(541,2199,2198,NULL,1,'2015-05-26 13:09:51',3,'bdca352f-229a-4ab7-97d0-1013c19028e5'),(542,2199,2143,NULL,1,'2015-05-26 13:09:51',4,'3d7ee1c6-237c-4e9c-a751-c761455bfee8'),(543,2199,2197,NULL,1,'2015-05-26 13:09:51',2,'646e3d76-cd9b-4918-be50-d9eabca39efe'),(544,2199,2191,NULL,1,'2015-05-26 13:09:51',6,'0e51c6b5-29e3-4e19-9cca-751131f22122'),(545,2199,2195,NULL,1,'2015-05-26 13:09:51',11,'ec7f6dc9-827c-48d0-80af-5393ee2b001f'),(546,2199,2194,NULL,1,'2015-05-26 13:09:51',9,'9fe4e4f1-c754-46ce-87be-7a0d825b9713'),(547,2199,2189,NULL,1,'2015-05-26 13:09:51',1,'be2c2912-563f-47b9-8b5b-f42d62a999d3'),(548,2199,2139,NULL,1,'2015-05-26 13:09:51',10,'ba784926-d6e2-412d-9c34-d80f49696f9a'),(549,2199,2193,NULL,1,'2015-05-26 13:09:51',8,'b4d39807-3d8f-47d9-90d2-f0171c4af8f2'),(550,2211,2143,NULL,1,'2015-05-26 13:09:51',3,'cdd24c63-3c9f-462d-b6d0-a8c4159cdaad'),(551,2211,2206,NULL,1,'2015-05-26 13:09:51',8,'670b7881-842b-46c5-9d06-4413832c9530'),(552,2211,2208,NULL,1,'2015-05-26 13:09:51',10,'ce3ddaa8-7a8a-4b35-9fa7-0d2075753d74'),(553,2211,2202,NULL,1,'2015-05-26 13:09:51',4,'cc2736a0-6087-4d49-b66a-9a4ac2770a45'),(554,2211,2209,NULL,1,'2015-05-26 13:09:51',11,'a7f7cff5-9e56-40a4-9274-ecd457068948'),(555,2211,2205,NULL,1,'2015-05-26 13:09:51',7,'7ae7d95a-672f-4f42-9243-9c6e597f4230'),(556,2211,2204,NULL,1,'2015-05-26 13:09:51',6,'a10c62e7-477a-4d7c-b0b9-5ba81c2b4639'),(557,2211,2203,NULL,1,'2015-05-26 13:09:51',5,'c2a5e2f9-f5a9-4da4-b7d8-b61ee48b5a5d'),(558,2211,2210,NULL,1,'2015-05-26 13:09:51',2,'36df00f9-fa8f-42f8-84ec-7d163c554d84'),(559,2211,2207,NULL,1,'2015-05-26 13:09:51',9,'3ddf613d-18bb-4ad7-8e80-8fc30c7ba02a'),(560,2211,2201,NULL,1,'2015-05-26 13:09:51',1,'2cfe17b8-ed5d-4714-ac85-97de614d6229'),(561,2216,2213,NULL,1,'2015-05-26 13:09:51',1,'cd9941ca-cb9f-48eb-9fe4-759ea4e43d38'),(562,2216,2215,NULL,1,'2015-05-26 13:09:51',3,'d8a6d171-c9ec-44c7-b0aa-ce3a1064dd18'),(563,2216,2214,NULL,1,'2015-05-26 13:09:51',2,'ec4e80fb-3449-4e1a-9a4c-36f1ef7b46ff'),(564,2224,2168,NULL,1,'2015-05-26 13:09:52',2,'92d3ac6e-21b0-48b6-a4b5-1e26e0d2bc03'),(565,2224,2170,NULL,1,'2015-05-26 13:09:52',4,'30738648-09ed-4c69-b84c-63e260c880a5'),(566,2224,2169,NULL,1,'2015-05-26 13:09:52',3,'63a25c02-5b46-4958-8edf-3be0f44b8a87'),(567,2224,2167,NULL,1,'2015-05-26 13:09:52',1,'7a5d2487-8b2a-4132-a84f-4b8bade1a35c'),(568,2229,1016,NULL,1,'2015-05-26 13:09:52',1,'7df42d66-a2e0-478b-a6b1-4726850e657b'),(569,2229,1738,NULL,1,'2015-05-26 13:09:52',2,'845b7674-ace0-44d1-bd83-05b5d7aa8712'),(570,2230,1738,NULL,1,'2015-05-26 13:09:52',2,'c350bd94-1419-438c-80e2-14d46217e6ba'),(571,2230,1016,NULL,1,'2015-05-26 13:09:52',1,'900f021d-6b4a-452b-af82-80e350b1977b'),(574,2232,1016,NULL,1,'2015-05-26 13:09:52',1,'3dc21ff4-bdc7-4129-9b24-a6666842ba32'),(575,2232,1738,NULL,1,'2015-05-26 13:09:52',2,'2000824a-357e-4406-a5c7-b0aaa516d06b'),(576,2236,2235,NULL,1,'2015-05-26 13:09:52',3,'44d83e6a-995e-4cbb-a6da-4105c8b9ff5f'),(577,2236,2233,NULL,1,'2015-05-26 13:09:52',1,'7d38c592-c5b6-49be-8b1d-5eee23bb26b7'),(578,2236,2234,NULL,1,'2015-05-26 13:09:52',2,'42e26cae-8669-4995-92de-f49aab157fa4'),(579,2241,2240,NULL,1,'2015-05-26 13:09:52',3,'86c74b27-4537-4615-8de4-72cffe78c457'),(580,2241,2238,NULL,1,'2015-05-26 13:09:52',1,'32cbfac0-334b-4390-a022-99b25b04609b'),(581,2241,2239,NULL,1,'2015-05-26 13:09:52',2,'2440b65d-c06c-4d54-aee3-8adc4e9e9adb'),(582,2245,1068,NULL,1,'2015-05-26 13:09:53',1,'0e50667e-fa2f-4d29-8c95-e81db40ec1b7'),(583,2245,2244,NULL,1,'2015-05-26 13:09:53',4,'2ef19b3f-d28b-446f-b609-23a20b9dc53f'),(584,2245,2243,NULL,1,'2015-05-26 13:09:53',3,'9cc59361-1203-4f52-9bd4-7062ad40c3a4'),(585,2245,2143,NULL,1,'2015-05-26 13:09:53',5,'fce42583-91af-4361-b73b-0bb49386a1d6'),(586,2245,2242,NULL,1,'2015-05-26 13:09:53',2,'d5e0d2fb-8671-434c-ab9a-087191c18686'),(587,2250,2206,NULL,1,'2015-05-26 13:09:53',8,'4615b323-3322-4311-b730-a72cdeb2a8e4'),(588,2250,2143,NULL,1,'2015-05-26 13:09:53',3,'631eb31d-3088-4b00-a905-261fa282853f'),(589,2250,2205,NULL,1,'2015-05-26 13:09:53',7,'31b5ec67-6b49-41bb-a77b-d430a0277cad'),(590,2250,2203,NULL,1,'2015-05-26 13:09:53',5,'9e468ff6-0b91-42e0-a93c-a66c17673618'),(591,2250,2202,NULL,1,'2015-05-26 13:09:53',4,'b047ac9b-9b5d-491f-9472-e8d77338e02e'),(592,2250,2209,NULL,1,'2015-05-26 13:09:53',11,'54c66fce-a8fd-4110-9ca0-4c6b9413502d'),(593,2250,2208,NULL,1,'2015-05-26 13:09:53',10,'5c8a6bec-970c-4843-ba4e-14021d41bc1e'),(594,2250,2207,NULL,1,'2015-05-26 13:09:53',9,'b01a831f-c7c8-4b72-8a01-0d193f2d4535'),(595,2250,2204,NULL,1,'2015-05-26 13:09:53',6,'af13a4bd-13b0-41be-96ed-6cb4b966c5f9'),(596,2250,2201,NULL,1,'2015-05-26 13:09:53',1,'2b663358-e679-4080-a14b-d8eb010e6695'),(597,2250,2210,NULL,1,'2015-05-26 13:09:53',2,'b242ad36-ecc2-49fd-baad-7096618f42e4'),(598,2252,2205,NULL,1,'2015-05-26 13:09:53',7,'3e10e1e1-661a-4a4a-abf3-03eccd9a2264'),(599,2252,2143,NULL,1,'2015-05-26 13:09:53',3,'4ffc5e77-d102-42be-93cc-9d41011892f0'),(600,2252,2210,NULL,1,'2015-05-26 13:09:53',2,'4e2721a9-10a7-4c26-8c9f-7c7430e93990'),(601,2252,2201,NULL,1,'2015-05-26 13:09:53',1,'802be341-215d-4913-8f7e-b7d23d2f047c'),(602,2252,2207,NULL,1,'2015-05-26 13:09:53',9,'068d241c-838e-4ef1-b6a7-61044438e319'),(603,2252,2206,NULL,1,'2015-05-26 13:09:53',8,'57e5e1e4-00b6-425c-9193-aca890009246'),(604,2252,2203,NULL,1,'2015-05-26 13:09:53',5,'0fdebfe6-cd25-4037-b497-68e33c584dce'),(605,2252,2209,NULL,1,'2015-05-26 13:09:53',11,'2463bc47-a438-4d5c-b065-c3b1bc0c2dbf'),(606,2252,2208,NULL,1,'2015-05-26 13:09:53',10,'cda20de6-ee29-4b6f-a3cd-559a149fbc43'),(607,2252,2204,NULL,1,'2015-05-26 13:09:53',6,'9d4c9cd7-296a-4ab6-8a2e-49cf245a1562'),(608,2252,2202,NULL,1,'2015-05-26 13:09:53',4,'7bc0c0ec-1bbf-4d49-8d77-9f55e87b5c6e'),(609,2262,2258,NULL,1,'2015-05-26 13:09:54',2,'b8e79cb2-a654-4a48-bac4-e349b6938e22'),(610,2262,2259,NULL,1,'2015-05-26 13:09:54',4,'05752768-4326-4580-a11a-9d46b1ff9d37'),(611,2262,2260,NULL,1,'2015-05-26 13:09:54',5,'cd67396b-9d91-414d-b9bf-beeb397c1987'),(612,2262,2261,NULL,1,'2015-05-26 13:09:54',6,'f28df16a-c5ef-45d8-bad2-b94b153cb204'),(613,2262,1052,NULL,1,'2015-05-26 13:09:54',3,'38ac3659-2070-40c4-bc35-c82718884bab'),(614,2262,2257,NULL,1,'2015-05-26 13:09:54',1,'70fef354-5a93-4a0f-9400-130e7559b372'),(615,2265,2205,NULL,1,'2015-05-26 13:09:54',7,'2617c06b-4024-40b4-a98c-bdf77eaf9dcb'),(616,2265,2203,NULL,1,'2015-05-26 13:09:54',5,'4a18d8af-0fe4-41d0-9c94-5c61e7e4d5f0'),(617,2265,2206,NULL,1,'2015-05-26 13:09:54',8,'7d352608-a883-4163-80ba-b2f8b9ca6885'),(618,2265,2209,NULL,1,'2015-05-26 13:09:54',11,'564de724-b99b-4037-b51c-b5e950cc22dd'),(619,2265,2210,NULL,1,'2015-05-26 13:09:54',2,'543f90e0-ff0b-428e-a190-a897384c6762'),(620,2265,2207,NULL,1,'2015-05-26 13:09:54',9,'ea17b420-5997-4f2a-b0ca-f1a01ff2ff17'),(621,2265,2208,NULL,1,'2015-05-26 13:09:54',10,'3c6fe208-16e2-4c0b-81da-aba3a24ceab8'),(622,2265,2143,NULL,1,'2015-05-26 13:09:54',3,'02082840-df94-49c6-9ddc-6cdc9c4868a5'),(623,2265,2204,NULL,1,'2015-05-26 13:09:54',6,'6e0fac29-2a1d-4ed8-87aa-6e245366e333'),(624,2265,2201,NULL,1,'2015-05-26 13:09:54',1,'b8f76c3e-5331-47c9-a1df-4e25e2af2e74'),(625,2265,2202,NULL,1,'2015-05-26 13:09:54',4,'8a42ff09-1f97-4d05-8361-76dde6c6d46e'),(626,2268,2209,NULL,1,'2015-05-26 13:09:54',1,'ee4b61bc-4bb5-4dc7-9084-71693023f558'),(627,2268,2210,NULL,1,'2015-05-26 13:09:54',2,'7faf4380-155c-47a8-ab89-9cbc0349d450'),(628,2268,2143,NULL,1,'2015-05-26 13:09:54',3,'38097a2d-71a4-4889-89f9-595abce585db'),(629,2272,2269,NULL,1,'2015-05-26 13:09:55',1,'b3782825-b386-443f-b2de-0b3deb1899b8'),(630,2272,2143,NULL,1,'2015-05-26 13:09:55',4,'7a20e46b-32da-4907-b638-8fdd59ccb365'),(631,2272,2270,NULL,1,'2015-05-26 13:09:55',2,'17198888-27d2-47fd-aa5a-79fb2d82f4ae'),(632,2272,2271,NULL,1,'2015-05-26 13:09:55',3,'4f73d115-8eaf-46ac-9ccb-0b70729e47db'),(633,2274,2209,NULL,1,'2015-05-26 13:09:55',11,'ae7a64ab-409c-41be-aed9-4c6a4b79facb'),(634,2274,2207,NULL,1,'2015-05-26 13:09:55',9,'242e52d3-3833-49f3-b7ca-d4b120b98097'),(635,2274,2210,NULL,1,'2015-05-26 13:09:55',2,'0666c2d1-ecc7-4bbe-b408-19a615e12213'),(636,2274,2204,NULL,1,'2015-05-26 13:09:55',6,'105830e3-8f8c-490e-99d1-4b97daf5b071'),(637,2274,2143,NULL,1,'2015-05-26 13:09:55',3,'0b819a75-815b-40cc-b8aa-133595cf42b9'),(638,2274,2206,NULL,1,'2015-05-26 13:09:55',8,'96b59d39-9600-46f8-a7a0-6e6d27568b89'),(639,2274,2202,NULL,1,'2015-05-26 13:09:55',4,'87a71e8b-9cd3-43e2-9635-c46d17a05373'),(640,2274,2208,NULL,1,'2015-05-26 13:09:55',10,'ce29eee3-b709-4210-ae5b-4ebb05fffac5'),(641,2274,2205,NULL,1,'2015-05-26 13:09:55',7,'bc29968b-f49a-4a59-a290-fe478ef231df'),(642,2274,2203,NULL,1,'2015-05-26 13:09:55',5,'c64fea49-ebdd-44db-a350-224eb061c72a'),(643,2274,2201,NULL,1,'2015-05-26 13:09:55',1,'39da7a9b-7047-43c6-8bf5-8fc5f99056ae'),(644,2280,2276,NULL,1,'2015-05-26 13:09:55',3,'9598a216-556e-4105-b4f2-f5f79d153b81'),(645,2280,2279,NULL,1,'2015-05-26 13:09:55',6,'abcfaf04-d4f1-4208-ac05-34039783ecb8'),(646,2280,2278,NULL,1,'2015-05-26 13:09:55',5,'9a4054ae-0ef6-44e8-9f91-7804d46cbc0b'),(647,2280,2277,NULL,1,'2015-05-26 13:09:55',4,'036c719c-2e02-4831-8192-8c6e1d544b5b'),(648,2280,2143,NULL,1,'2015-05-26 13:09:55',7,'eb551d3a-fa36-4144-b873-dfc921d64f0e'),(649,2280,2141,NULL,1,'2015-05-26 13:09:55',2,'795fe62e-8a68-48b9-934a-3e7e090fcafa'),(650,2280,2275,NULL,1,'2015-05-26 13:09:55',1,'7cf37bed-c7fc-46f6-8865-8e7684806baa'),(651,2291,2284,NULL,1,'2015-05-26 13:09:56',6,'4f3b26a6-a8b1-4f1b-b5b8-3dd62339c528'),(652,2291,2290,NULL,1,'2015-05-26 13:09:56',2,'f035dbb5-be67-45f5-9111-866edb130ede'),(653,2291,2288,NULL,1,'2015-05-26 13:09:56',10,'1e5556fd-7601-472d-998a-1e40a899fb1f'),(654,2291,2143,NULL,1,'2015-05-26 13:09:56',3,'cb61cbaf-797b-4893-a512-c0b9a228919d'),(655,2291,2285,NULL,1,'2015-05-26 13:09:56',7,'4dbe4e7e-c267-4dda-91db-8f8c19031901'),(656,2291,2282,NULL,1,'2015-05-26 13:09:56',4,'05150a96-3ab8-45b3-ab81-b14e2515e397'),(657,2291,2287,NULL,1,'2015-05-26 13:09:56',9,'baa6b214-e1c9-4289-b1f5-bbf78376eb10'),(658,2291,2289,NULL,1,'2015-05-26 13:09:56',11,'19ac5ef6-4aa7-4fba-9bee-dbb68cd4cd78'),(659,2291,2286,NULL,1,'2015-05-26 13:09:56',8,'9681f2f9-a4e3-462f-9b74-8773c2ae5c00'),(660,2291,2283,NULL,1,'2015-05-26 13:09:56',5,'80464b87-2852-4dbf-909f-b3c23eb6c73a'),(661,2291,2281,NULL,1,'2015-05-26 13:09:56',1,'e84c358f-db64-4e62-9115-6ab050dc43ab'),(662,2298,2295,NULL,1,'2015-05-26 13:09:56',1,'061a680f-ab68-4938-a1d7-d4925b5fedb3'),(663,2298,2297,NULL,1,'2015-05-26 13:09:56',3,'0fd7ec59-2f1b-40b2-b867-0619e1657c7e'),(664,2298,2296,NULL,1,'2015-05-26 13:09:56',2,'9cb98958-40ea-47ea-b2d3-ef0c128aff1a'),(665,2304,2303,NULL,1,'2015-05-26 13:09:56',7,'691a1db1-d52e-4bcc-9771-a95592c8f8dc'),(666,2304,1140,NULL,1,'2015-05-26 13:09:56',6,'41f0bc26-322c-47d4-a79c-0f4acf10e091'),(667,2304,2301,NULL,1,'2015-05-26 13:09:56',4,'1a2f8030-a809-4e65-b9f9-15c47b11a3c8'),(668,2304,1067,NULL,1,'2015-05-26 13:09:56',1,'ea0f1f6c-7e51-4286-849d-a85af33d8bae'),(669,2304,2302,NULL,1,'2015-05-26 13:09:56',5,'14d1b465-2026-4bae-b6c0-6157557c472c'),(670,2304,2300,NULL,1,'2015-05-26 13:09:56',2,'141e161b-b702-4a2e-9ce1-7787f0c5fdaa'),(671,2304,1143,NULL,1,'2015-05-26 13:09:56',3,'25d81b86-816e-4aaa-b631-673aa7c0cb62'),(672,2308,2307,NULL,1,'2015-05-26 13:09:56',3,'3123610c-e772-4179-83d2-02014a8c5067'),(673,2308,2305,NULL,1,'2015-05-26 13:09:56',1,'8d90473a-d663-4167-9abb-8a4fe987030e'),(674,2308,2306,NULL,1,'2015-05-26 13:09:56',2,'f6ecde19-a688-407c-a713-1986ada1e21e'),(675,2315,2314,NULL,1,'2015-05-26 13:09:57',6,'ff5f6ebd-aee9-4dd6-b4ff-e0496dac3fe2'),(676,2315,2313,NULL,1,'2015-05-26 13:09:57',5,'221f5c7a-8c55-499f-a127-abf79108b9b6'),(677,2315,2143,NULL,1,'2015-05-26 13:09:57',7,'5c4ff3d8-3cab-4cd6-990d-35a77831d9bb'),(678,2315,1830,NULL,1,'2015-05-26 13:09:57',1,'a49feb81-8d46-4c48-b1cd-64bdf20e1c7b'),(679,2315,2310,NULL,1,'2015-05-26 13:09:57',2,'035c3a7a-b590-4def-8c93-6c56ae2c118f'),(680,2315,2312,NULL,1,'2015-05-26 13:09:57',4,'ece26a71-318c-47a9-8bb0-f026d109604c'),(681,2315,2311,NULL,1,'2015-05-26 13:09:57',3,'057c053e-d391-4011-a47a-0cc75a331df3'),(682,2319,2318,NULL,1,'2015-05-26 13:09:57',2,'b06a19e6-edf1-4eaf-96bc-ab65bf3fa199'),(683,2319,2095,NULL,1,'2015-05-26 13:09:57',3,'19234080-c12c-4847-874f-c540fed33f92'),(684,2319,2093,NULL,1,'2015-05-26 13:09:57',1,'8be3c8d2-4591-486a-a15a-006b7c9eb2b8'),(685,2328,2326,NULL,1,'2015-05-26 13:09:57',1,'9781a00a-79d8-4b9f-9898-00849fd35c85'),(686,2328,2327,NULL,1,'2015-05-26 13:09:57',2,'39f1907e-bcde-410a-9d5e-e64cf32cc1be'),(687,2329,2281,NULL,1,'2015-05-26 13:09:58',8,'c1d7e4df-94ba-43e3-9916-ea449bb5da35'),(688,2329,2283,NULL,1,'2015-05-26 13:09:58',6,'39b2e8da-2c8a-4176-9b0e-3d497e9f9e1a'),(689,2329,2288,NULL,1,'2015-05-26 13:09:58',5,'241c1762-70ed-4e2c-929f-12f76bf10acd'),(690,2329,2143,NULL,1,'2015-05-26 13:09:58',3,'dbdc6402-0f3e-4019-b92d-6295fd3a67c7'),(691,2329,2285,NULL,1,'2015-05-26 13:09:58',11,'f5d898b6-24ea-4bdb-81e8-abbb4b57c77f'),(692,2329,2286,NULL,1,'2015-05-26 13:09:58',10,'21f43f7a-02bf-4b7c-bbcb-20547ed9f06e'),(693,2329,2287,NULL,1,'2015-05-26 13:09:58',9,'f7960e4c-ec9f-4508-8a09-5bb23950908e'),(694,2329,2289,NULL,1,'2015-05-26 13:09:58',4,'df9ffa0d-1221-4da5-8de8-92ae73411d6e'),(695,2329,2290,NULL,1,'2015-05-26 13:09:58',1,'0f1f15eb-65a0-41ca-a4e9-2ccc23be0e56'),(696,2329,2282,NULL,1,'2015-05-26 13:09:58',7,'7a57a05f-6102-4e97-911f-4d790e2c1e46'),(697,2329,2284,NULL,1,'2015-05-26 13:09:58',2,'cd6f81bb-3a33-43f7-856d-984b00721e4e'),(698,2334,2153,NULL,1,'2015-05-26 13:09:58',4,'3b92689b-12cf-4385-8dd0-12b03163c665'),(699,2334,2156,NULL,1,'2015-05-26 13:09:58',7,'c534cf8d-9547-488d-9b54-44b0e6627724'),(700,2334,2143,NULL,1,'2015-05-26 13:09:58',8,'d271b902-cd00-47f2-adc4-9218f77fe951'),(701,2334,2151,NULL,1,'2015-05-26 13:09:58',2,'fb6e71e3-4e1b-445b-bfe7-7127eae7de38'),(702,2334,2152,NULL,1,'2015-05-26 13:09:58',3,'b732bc48-faf8-4655-9d3b-8244d6b24bdc'),(703,2334,2155,NULL,1,'2015-05-26 13:09:58',6,'931b84dc-96fe-4107-9b75-90824f736aaf'),(704,2334,2150,NULL,1,'2015-05-26 13:09:58',1,'2672e5e4-443c-436e-9edb-168348fc206a'),(705,2334,2154,NULL,1,'2015-05-26 13:09:58',5,'bbe620a3-a049-4da6-a3ae-62cb8fc1da9c'),(706,2338,1902,NULL,1,'2015-05-26 13:09:58',3,'5e018ba7-fa3a-4ee7-a2c4-256984a7ef94'),(707,2338,2337,NULL,1,'2015-05-26 13:09:58',2,'eb91fb4b-1113-4942-a43e-1013937e9687'),(708,2338,1903,NULL,1,'2015-05-26 13:09:58',4,'7db3d1b9-d359-4953-a695-4e8e3ebbbed7'),(709,2338,2336,NULL,1,'2015-05-26 13:09:58',1,'fa56b2cf-fdf6-4567-a254-c87f2bcb758b'),(710,2340,1016,NULL,1,'2015-05-26 13:09:58',1,'3050a987-e93b-49c4-84d1-515359603fa4'),(711,2340,1738,NULL,1,'2015-05-26 13:09:58',2,'16f19a5f-a8d3-4e1e-b58d-746e6130d223'),(712,2342,2169,NULL,1,'2015-05-26 13:09:58',3,'ba45c60f-2fce-4654-847f-fdf4e304fcfb'),(713,2342,2170,NULL,1,'2015-05-26 13:09:58',4,'2499094a-cc4b-4133-9872-64a3d324c7d2'),(714,2342,2167,NULL,1,'2015-05-26 13:09:58',1,'442d42d4-88be-4925-a4d9-8a1338db74ec'),(715,2342,2168,NULL,1,'2015-05-26 13:09:58',2,'4d0a040a-2e65-4de7-830b-92f8065d1141'),(716,2346,1902,NULL,1,'2015-05-26 13:09:59',3,'a6c4574f-aeeb-4945-8dd3-2c9ef524fa21'),(717,2346,2337,NULL,1,'2015-05-26 13:09:59',2,'49dfcde0-fd4f-4217-be75-794a705ce508'),(718,2346,2336,NULL,1,'2015-05-26 13:09:59',1,'ea9195d9-5fcb-4df5-a667-1c982f0b05c5'),(719,2346,2345,NULL,1,'2015-05-26 13:09:59',4,'529347c4-ea2f-4092-9939-442364c08822'),(720,2348,2210,NULL,1,'2015-05-26 13:09:59',2,'19a10d52-7f3f-4d97-ba81-80af79e96dc9'),(721,2348,2205,NULL,1,'2015-05-26 13:09:59',7,'d4fd26f5-4411-4296-8d8f-2406064c44e8'),(722,2348,2207,NULL,1,'2015-05-26 13:09:59',9,'feeb47d2-ea40-4e59-a2e6-c97798c759d2'),(723,2348,2204,NULL,1,'2015-05-26 13:09:59',6,'f1a02e76-aba8-40c4-9c41-7e19c86a4a76'),(724,2348,2202,NULL,1,'2015-05-26 13:09:59',4,'9f8aa187-bea3-4735-9287-040d466eb5c2'),(725,2348,2209,NULL,1,'2015-05-26 13:09:59',11,'bdd505a9-8e52-4c48-85e6-90701af23f28'),(726,2348,2203,NULL,1,'2015-05-26 13:09:59',5,'fc5feb5e-0cda-4176-bd7e-084101acf45b'),(727,2348,2208,NULL,1,'2015-05-26 13:09:59',10,'4dfb0aa0-8352-4643-ad09-c16e3791a4e9'),(728,2348,2206,NULL,1,'2015-05-26 13:09:59',8,'c77f2f0a-f036-40b7-b571-584780dc0cc5'),(729,2348,2143,NULL,1,'2015-05-26 13:09:59',3,'47651956-27d4-4f8b-bed6-009873cb27d6'),(730,2348,2201,NULL,1,'2015-05-26 13:09:59',1,'3681e913-45a7-499a-914f-22140e6b98e8'),(731,2357,2352,NULL,1,'2015-05-26 13:09:59',2,'cfb34eca-f28c-40b7-85af-ec9c71f3bcba'),(732,2357,2353,NULL,1,'2015-05-26 13:09:59',3,'00b4aa7e-f818-4702-9b52-b917662673a8'),(733,2357,2351,NULL,1,'2015-05-26 13:09:59',1,'c2d65095-d9e4-482a-83c5-b073278ce877'),(734,2357,2356,NULL,1,'2015-05-26 13:09:59',6,'1a0ae002-ea6e-4194-ac90-1a390c0302f0'),(735,2357,2355,NULL,1,'2015-05-26 13:09:59',5,'95e8be15-d5f7-4075-9fe9-eff0c10c6aea'),(736,2357,2354,NULL,1,'2015-05-26 13:09:59',4,'1a9e620a-6ad9-4e2d-8f15-bee0a1356751'),(737,2359,1143,NULL,1,'2015-05-26 13:10:00',3,'fea81563-13d5-4c75-9dd0-8cf5c1b84b53'),(738,2359,2300,NULL,1,'2015-05-26 13:10:00',2,'d3003991-c9cd-432b-8947-b8049ebc9f8c'),(739,2359,2302,NULL,1,'2015-05-26 13:10:00',5,'56d4d9ca-60bf-4f48-b289-eb49339fac52'),(740,2359,2301,NULL,1,'2015-05-26 13:10:00',4,'d49d4815-f568-40b3-bf3f-5ed57a326a4a'),(741,2359,1067,NULL,1,'2015-05-26 13:10:00',1,'a53d010c-4ed4-446c-b58b-75212aff54cb'),(742,2359,1140,NULL,1,'2015-05-26 13:10:00',6,'2e329bcb-955a-4541-9192-aba8f23fca64'),(743,2360,2305,NULL,1,'2015-05-26 13:10:00',1,'47eb28d5-5134-4642-8aec-c5af6af1aca9'),(744,2360,2307,NULL,1,'2015-05-26 13:10:00',3,'e7873d41-7a8f-4999-bab0-015f9a977d5a'),(745,2360,2306,NULL,1,'2015-05-26 13:10:00',2,'d093b1ee-7143-45a6-9324-56ce5dd5ad27'),(746,2364,2362,NULL,1,'2015-05-26 13:10:00',3,'0e33dce5-9b3b-4039-befe-9cb1a2c64903'),(747,2364,2361,NULL,1,'2015-05-26 13:10:00',2,'aa469e98-5d33-47eb-8884-e467a1c88637'),(748,2364,2363,NULL,1,'2015-05-26 13:10:00',4,'9a8ca55c-e265-447d-a46b-e6268ab0b636'),(749,2364,681,NULL,1,'2015-05-26 13:10:00',1,'1d0ab2c1-9753-47e2-9742-e12d6192d79a'),(750,2368,2366,NULL,1,'2015-05-26 13:10:00',2,'da65b5a5-de03-40eb-a0d2-e715341b0af0'),(751,2368,2365,NULL,1,'2015-05-26 13:10:00',1,'a6e18aee-9532-43fa-abaa-17e2753ccc21'),(752,2368,2367,NULL,1,'2015-05-26 13:10:00',3,'dc673859-b3b6-4494-872f-a883b844019c'),(753,2369,1067,NULL,1,'2015-05-26 13:10:01',1,'4e63b84e-924c-4e74-a186-abf0db582de4'),(754,2369,2300,NULL,1,'2015-05-26 13:10:01',2,'088070d3-8788-48ae-a0bb-32d814394603'),(755,2369,2301,NULL,1,'2015-05-26 13:10:01',4,'87d93637-b226-403f-ab5f-e1f30f9950a7'),(756,2369,2302,NULL,1,'2015-05-26 13:10:01',5,'28ef8eab-9c0f-48a6-aa90-d711ebbdc202'),(757,2369,1140,NULL,1,'2015-05-26 13:10:01',6,'e1e5e25f-21f4-48f1-92c0-338b4c9c8eb8'),(758,2369,1143,NULL,1,'2015-05-26 13:10:01',3,'12ced3a4-91f0-488b-be0c-91ae072fb246'),(759,2376,2375,NULL,1,'2015-05-26 13:10:01',3,'cbddbe31-f63b-4a9b-902b-3ea8ab9f4f7b'),(760,2376,2373,NULL,1,'2015-05-26 13:10:01',1,'1280d745-9344-4616-a011-4a5079959c70'),(761,2376,2374,NULL,1,'2015-05-26 13:10:01',2,'1404b396-d7b4-48fb-ac8e-a8778d25a529'),(762,2422,2421,NULL,1,'2015-05-26 14:08:58',2,'505ced66-3569-456b-b0ae-e999ec267b89'),(763,2422,2143,NULL,1,'2015-05-26 14:08:58',3,'5fee2744-99b9-4b77-af6f-c3a8874bdb0f'),(764,2422,2420,NULL,1,'2015-05-26 14:08:58',1,'578cad89-cb3d-43d8-a301-a65dc50b403d'),(765,2431,2427,NULL,1,'2015-05-26 14:08:59',3,'959ae7cd-abd2-424d-a8d7-3c92acc3eab9'),(766,2431,2430,NULL,1,'2015-05-26 14:08:59',6,'2adda7fb-0820-414b-865d-5720be44e3e7'),(767,2431,2428,NULL,1,'2015-05-26 14:08:59',4,'b73ea437-e56c-44ff-a59b-08803c49e430'),(768,2431,2425,NULL,1,'2015-05-26 14:08:59',1,'cf609726-d2ba-4d99-9f98-389bf838b884'),(769,2431,2426,NULL,1,'2015-05-26 14:08:59',2,'b2db88b5-590f-44d4-9bb3-b6c679f562b3'),(770,2431,2429,NULL,1,'2015-05-26 14:08:59',5,'99fc644c-c57a-4006-bfbc-9b5d1c6a7dc2'),(771,2436,2434,NULL,1,'2015-05-26 14:08:59',2,'809f5e64-fb91-4adc-8754-976629c35f2e'),(772,2436,2435,NULL,1,'2015-05-26 14:08:59',3,'bd803529-bdd8-43f8-a3d7-67dcd300eb55'),(773,2436,2433,NULL,1,'2015-05-26 14:08:59',1,'ac217350-a8b2-4581-ab44-3739c5efa71f'),(774,2442,2437,NULL,1,'2015-05-26 14:08:59',1,'f1816d76-12c6-4525-9a01-c25f2ab1e2dd'),(775,2442,2441,NULL,1,'2015-05-26 14:08:59',5,'89067d5a-7427-4903-8cff-ea6e8cdd75fb'),(776,2442,2438,NULL,1,'2015-05-26 14:08:59',2,'41f053d3-ad92-454a-b60b-02fc2735b082'),(777,2442,2440,NULL,1,'2015-05-26 14:08:59',4,'95e1bc97-5208-4b5d-abf5-e36bc6db4049'),(778,2442,2439,NULL,1,'2015-05-26 14:08:59',3,'a2fbd90a-9b06-48b5-8065-3c9311a8fd05'),(779,2443,2434,NULL,1,'2015-05-26 14:08:59',2,'72d3d344-5c51-4616-b2eb-dbef8acafffa'),(780,2443,2439,NULL,1,'2015-05-26 14:08:59',3,'b690ecc2-fbe1-4a9a-a608-134efee8db43'),(781,2443,2433,NULL,1,'2015-05-26 14:08:59',1,'dee99e94-f083-4412-bc51-c157a2702eec'),(782,2445,1070,NULL,1,'2015-05-26 14:08:59',1,'2bf1c1f3-87f8-4457-88e9-b4c3a2e74fa9'),(783,2445,2444,NULL,1,'2015-05-26 14:08:59',2,'edfcbb5b-4920-4290-8eb5-e118f5d26bbf'),(784,2448,2428,NULL,1,'2015-05-26 14:08:59',2,'408c8e13-f148-4fcd-98cf-553c8c3d7477'),(785,2448,2446,NULL,1,'2015-05-26 14:08:59',1,'79ff8bd2-a60e-4d6b-9125-c80ad24c360b'),(786,2448,2447,NULL,1,'2015-05-26 14:08:59',3,'5948c601-e093-4cb0-a4e2-66eb42a3b2db'),(787,2449,2437,NULL,1,'2015-05-26 14:09:00',3,'003ac5e1-7693-48ac-881e-74997a838aa8'),(788,2449,2434,NULL,1,'2015-05-26 14:09:00',2,'b25565ee-faa1-4f57-aa9f-dbf133d12f14'),(789,2449,2433,NULL,1,'2015-05-26 14:09:00',1,'c0edf0dd-2d8e-4afe-8ffb-9b8057e679a1'),(790,2449,2435,NULL,1,'2015-05-26 14:09:00',4,'07c10527-348f-43ab-9b91-4cb452d10649'),(791,2449,2439,NULL,1,'2015-05-26 14:09:00',5,'a3f50cde-9c35-43b2-b42e-073f7592291f'),(792,2455,2454,NULL,1,'2015-05-26 14:09:00',5,'d9dbd861-343e-4cdc-8f27-7f5842fb4a15'),(793,2455,2310,NULL,1,'2015-05-26 14:09:00',7,'2aa6a5a0-070d-4744-b822-fe8e08017bd7'),(794,2455,2451,NULL,1,'2015-05-26 14:09:00',2,'92559e96-8934-4fc1-83d0-faf0001f242c'),(795,2455,2453,NULL,1,'2015-05-26 14:09:00',4,'7a8c0db9-3a25-4e45-91be-420103f73f14'),(796,2455,2452,NULL,1,'2015-05-26 14:09:00',3,'a81b38bc-db27-46b3-bf58-45870a00274f'),(797,2455,2450,NULL,1,'2015-05-26 14:09:00',1,'75a0c699-d401-4e32-9145-93051bf26edc'),(798,2455,2314,NULL,1,'2015-05-26 14:09:00',6,'af7e1223-0fd0-477d-b349-ac54a7d27291'),(799,2460,2459,NULL,1,'2015-05-26 14:09:00',3,'ea774ef4-9fba-4a58-b98b-9c31c76f2463'),(800,2460,324,NULL,1,'2015-05-26 14:09:00',1,'9b3423f1-17ed-4886-9235-f67266f0bf6f'),(801,2460,2458,NULL,1,'2015-05-26 14:09:00',2,'cee5e2db-2fe4-4d96-b0f1-2e57159dddf8'),(802,2460,1140,NULL,1,'2015-05-26 14:09:00',4,'a17b63e0-ec38-44cf-9bed-a84612c82020'),(803,2466,2465,NULL,1,'2015-05-26 14:09:01',4,'3e2141ba-a823-4ab3-b7dc-4a29c6c9a790'),(804,2466,2462,NULL,1,'2015-05-26 14:09:01',1,'dbf59e79-e021-4233-9c2d-baf39b47d925'),(805,2466,2464,NULL,1,'2015-05-26 14:09:01',3,'eb72f09a-ff5d-478c-b00a-8afc710e1b88'),(806,2466,2463,NULL,1,'2015-05-26 14:09:01',2,'c135751b-cde7-4210-9c10-f4dd75e00ce0'),(807,2481,2314,NULL,1,'2015-05-26 14:09:01',4,'f8d70026-9a19-48e1-867c-92e60d4af564'),(808,2481,2450,NULL,1,'2015-05-26 14:09:01',3,'f85fff18-c572-4ec3-9e3a-9f4e96214d12'),(809,2481,2480,NULL,1,'2015-05-26 14:09:01',5,'0a351eca-eeaa-47e3-88df-7c25c02bb6a0'),(810,2481,2451,NULL,1,'2015-05-26 14:09:01',2,'b81a2f2d-9d39-47bb-b3a9-9d07b488394c'),(811,2481,2313,NULL,1,'2015-05-26 14:09:01',1,'78600557-1a24-4d2f-a8a3-6bf21f2f8d1b'),(812,2484,2483,NULL,1,'2015-05-26 14:09:02',1,'c7be2809-b5c9-47dc-9ae3-e90969c12a6e'),(813,2484,2093,NULL,1,'2015-05-26 14:09:02',2,'d2a6cb47-a825-4528-9728-d3e5207ad52a'),(814,2485,2313,NULL,1,'2015-05-26 14:09:02',2,'20e76315-a200-484f-9dde-8ddcb79ebd74'),(815,2485,2480,NULL,1,'2015-05-26 14:09:02',1,'62dba194-4dfe-4766-8c5f-323a7a0402ee'),(816,2485,2314,NULL,1,'2015-05-26 14:09:02',4,'d25ab6d9-34d6-4a4b-912e-e551dee72e1f'),(817,2485,2451,NULL,1,'2015-05-26 14:09:02',3,'ca2bb895-06a1-4867-ad98-9f42fb6889a3'),(818,2487,2451,NULL,1,'2015-05-26 14:09:02',3,'4cd83465-eaa9-41f2-a6f1-d72ef54fe4d5'),(819,2487,1154,NULL,1,'2015-05-26 14:09:02',6,'552586da-784f-4b95-a0eb-ddbae15fda81'),(820,2487,2313,NULL,1,'2015-05-26 14:09:02',5,'4e45b52b-857b-4943-a2f2-d843aaa8526d'),(821,2487,2450,NULL,1,'2015-05-26 14:09:02',1,'ebf0c9f5-3f18-4c95-a748-af054e0e7752'),(822,2487,2486,NULL,1,'2015-05-26 14:09:02',4,'fed65f6d-0161-4da1-832b-afb6826d5183'),(823,2487,2314,NULL,1,'2015-05-26 14:09:02',2,'34110417-a493-40a2-88b0-1c98de5300ce'),(824,2492,2143,NULL,1,'2015-05-26 14:09:02',5,'3ab5a774-4e6b-4c09-9639-95d282be1bec'),(825,2492,2490,NULL,1,'2015-05-26 14:09:02',3,'8bd4c6fd-676e-4b1c-84dc-3fdd8dd8a9bb'),(826,2492,2489,NULL,1,'2015-05-26 14:09:02',2,'b5387732-f4c5-4c29-8411-ed07c240574d'),(827,2492,2491,NULL,1,'2015-05-26 14:09:02',4,'c963b126-7b32-470b-a346-cd70fa5a2ed2'),(828,2492,2488,NULL,1,'2015-05-26 14:09:02',1,'3b7a4820-8477-4be8-9bac-daae3ea39775'),(829,2495,2494,NULL,1,'2015-05-26 14:09:02',2,'5ef78a17-d3f7-4af8-95a9-2fc746212b40'),(830,2495,2493,NULL,1,'2015-05-26 14:09:02',1,'5cd524ac-6735-44e3-9122-b8e86ce1d314'),(831,2501,2500,NULL,1,'2015-05-26 14:09:03',8,'5e9bfe6c-f0b2-4dea-b223-ad8434472abc'),(832,2501,2498,NULL,1,'2015-05-26 14:09:03',6,'c0afabae-cab6-4945-86e7-a917e78346c4'),(833,2501,2314,NULL,1,'2015-05-26 14:09:03',2,'a0f9b1ed-e412-4ee3-90b5-e5e7297313c7'),(834,2501,2496,NULL,1,'2015-05-26 14:09:03',4,'547b7c6f-f9c2-491a-b7f1-417b9cb8cb7b'),(835,2501,2313,NULL,1,'2015-05-26 14:09:03',3,'b4d0a697-91c4-4d08-9123-3c340202bb3d'),(836,2501,2499,NULL,1,'2015-05-26 14:09:03',7,'ad98588b-51d5-467e-8d01-e6fc589e2e00'),(837,2501,2497,NULL,1,'2015-05-26 14:09:03',5,'9e6dbff7-cefb-4dc6-b565-b8de09c8af5d'),(838,2501,2480,NULL,1,'2015-05-26 14:09:03',1,'a786c692-40df-42bc-be75-6c99b29e2245'),(839,2503,2498,NULL,1,'2015-05-26 14:09:03',6,'d5829ecb-6493-49ee-9a5f-0dcee166e394'),(840,2503,2480,NULL,1,'2015-05-26 14:09:03',4,'4b86c7c2-6957-48f8-8111-2217f1c78e52'),(841,2503,2499,NULL,1,'2015-05-26 14:09:03',3,'406d0ee7-24c9-4f6e-86ef-e927f23f6c00'),(842,2503,2450,NULL,1,'2015-05-26 14:09:03',1,'81156d48-e6ca-4f86-bc81-c39947ed31d7'),(843,2503,2313,NULL,1,'2015-05-26 14:09:03',2,'358d7b50-0be2-44fc-a4a1-2340720598bf'),(844,2503,2502,NULL,1,'2015-05-26 14:09:03',7,'dc55ce72-5ce8-4441-8f71-dd5b3b0972a5'),(845,2503,2314,NULL,1,'2015-05-26 14:09:03',5,'8247d47f-50ed-4ce5-865c-d6ed9d9f68fd'),(846,2504,2480,NULL,1,'2015-05-26 14:09:03',1,'bf016aae-7005-4ee8-950c-098e8cd8b048'),(847,2504,2314,NULL,1,'2015-05-26 14:09:03',2,'57ba5946-675d-46e8-b273-d74c323d5515'),(848,2504,2497,NULL,1,'2015-05-26 14:09:03',4,'2e08bfa4-f289-48a0-bb95-38031576d7e4'),(849,2504,2496,NULL,1,'2015-05-26 14:09:03',3,'30f97f1f-7222-403c-a691-896bcbfcde10'),(850,2521,2519,NULL,1,'2015-05-26 14:25:52',1,'b2da4cf5-d717-4ad2-aa30-be717f817f98'),(851,2521,2520,NULL,1,'2015-05-26 14:25:52',2,'dd7728c5-d9fb-4946-93c4-1723abcc3765'),(852,2527,2526,NULL,1,'2015-05-26 14:25:52',2,'078eedd0-3a82-4a62-aa77-af6a20b2f604'),(853,2527,2525,NULL,1,'2015-05-26 14:25:52',1,'f78756c0-2d89-4e16-83b8-2f1dd8dc9c04'),(854,2532,2529,NULL,1,'2015-05-26 14:25:52',2,'b91c973d-f576-46d5-bcc5-0333aaac38c8'),(855,2532,2528,NULL,1,'2015-05-26 14:25:52',1,'6e2b49e5-394e-4399-945a-3f0428fc0a14'),(856,2532,2531,NULL,1,'2015-05-26 14:25:52',4,'195a07c2-e675-45d0-9103-bb1e3f6d0315'),(857,2532,2530,NULL,1,'2015-05-26 14:25:52',3,'ee954d29-c9e3-4f02-92f2-14999ba9d382'),(858,2547,1593,NULL,1,'2015-05-26 14:25:53',2,'ac5fd825-d780-4b6e-8b1e-6ede02500737'),(859,2547,1687,NULL,1,'2015-05-26 14:25:53',3,'ac2ab7a2-9b56-44a7-b5e6-7f12028480be'),(860,2547,1839,NULL,1,'2015-05-26 14:25:53',1,'8f172ebd-a372-4964-8122-4727d71e9446'),(861,2559,2553,NULL,1,'2015-05-26 14:28:35',1,'af3d26d3-5fa2-4270-b406-2566be473c95'),(862,2559,2556,NULL,1,'2015-05-26 14:28:35',4,'7a858488-831b-41ca-aacb-6e1b90831cfb'),(863,2559,2558,NULL,1,'2015-05-26 14:28:35',6,'3fd04eb2-7c7b-4bd4-a29a-044dba935f62'),(864,2559,2554,NULL,1,'2015-05-26 14:28:35',2,'2a7849cf-da0d-4ec4-bbca-3819ecedd181'),(865,2559,2557,NULL,1,'2015-05-26 14:28:35',5,'bca01ea9-4ee8-4d6e-b218-ee8de1315d08'),(866,2559,2555,NULL,1,'2015-05-26 14:28:35',3,'67c7b92e-1e26-405c-8583-a526d10bdc67'),(867,2563,2560,NULL,1,'2015-05-26 14:28:35',1,'ec2c76be-6dea-44e0-a76f-fe2aaeba87dd'),(868,2563,2562,NULL,1,'2015-05-26 14:28:35',3,'6edea347-ec31-4be0-9943-97486172a24d'),(869,2563,2561,NULL,1,'2015-05-26 14:28:35',2,'c61203d2-d66c-4442-ad08-613ee56d8006'),(870,2571,2520,NULL,1,'2015-05-26 14:30:23',2,'66f30bc6-152c-49f1-a199-4506a45a98c7'),(871,2571,2519,NULL,1,'2015-05-26 14:30:23',1,'9677791b-4a99-4c96-836c-7356e5aa2b07'),(872,2581,2580,NULL,1,'2015-05-26 14:30:24',5,'e5735a1c-62e2-43b5-b5c1-377f4f5ea6ed'),(873,2581,2579,NULL,1,'2015-05-26 14:30:24',3,'7fe2d02b-4c59-4c3b-bb56-b8aaec39c8e2'),(874,2581,2578,NULL,1,'2015-05-26 14:30:24',1,'1861c38c-1932-488e-8f23-48513b594b10'),(875,2581,945,NULL,1,'2015-05-26 14:30:24',4,'3a8a5f1d-108e-48e2-a728-cf20517ad1df'),(876,2581,1495,NULL,1,'2015-05-26 14:30:24',2,'ea5f0718-fe33-4a91-8594-49cc16e3cd1d'),(877,2590,1613,NULL,1,'2015-05-26 14:30:24',2,'3a47e8b8-4534-40dc-9449-708cfbf7c206'),(878,2590,2588,NULL,1,'2015-05-26 14:30:24',3,'7011eee7-47dd-4ac0-85c8-06acc849d36b'),(879,2590,1840,NULL,1,'2015-05-26 14:30:24',1,'392342da-ef81-47be-97ee-dfd310f95328'),(880,2590,2589,NULL,1,'2015-05-26 14:30:24',4,'8f3799d5-ba65-4df6-90b1-72bf83d5200e'),(881,2600,2598,NULL,1,'2015-05-26 14:31:48',3,'aa2eb698-0ab5-486c-bad1-ac3b7e6f35d4'),(882,2600,2599,NULL,1,'2015-05-26 14:31:48',4,'46372f53-e46c-4f5e-86fd-a3ad07a29756'),(883,2600,2597,NULL,1,'2015-05-26 14:31:48',2,'12794308-b9b0-4a87-8d47-c9fe62c2a54a'),(884,2600,2596,NULL,1,'2015-05-26 14:31:48',1,'c24bd9ad-1dcf-4174-99d0-3a2eb1882717'),(885,2601,2598,NULL,1,'2015-05-26 14:31:48',3,'9a1936e6-35eb-4d0d-b130-28f960279995'),(886,2601,2597,NULL,1,'2015-05-26 14:31:48',2,'531f3e1f-7d66-45ef-b5f3-2525f3eda657'),(887,2601,2599,NULL,1,'2015-05-26 14:31:48',4,'fbabb4bd-944c-4259-951b-e5464f249aee'),(888,2601,2596,NULL,1,'2015-05-26 14:31:48',1,'3445d949-2908-4ac7-bfb7-f7a2181b0490'),(889,2607,2602,NULL,1,'2015-05-26 14:31:48',1,'8f25fb61-c22a-42c7-87d6-4a45533597fe'),(890,2607,2604,NULL,1,'2015-05-26 14:31:48',3,'ebf9d30e-bda2-4519-b12e-32fe3c9cbdd2'),(891,2607,2606,NULL,1,'2015-05-26 14:31:48',5,'fcac1d54-c191-4b43-9692-f8d8e00fd916'),(892,2607,2603,NULL,1,'2015-05-26 14:31:48',2,'4636ebe0-f5a5-48be-868a-476e0febfdc6'),(893,2607,2605,NULL,1,'2015-05-26 14:31:48',4,'a42dbfd8-b5b7-4205-b8ca-3c845d3e3d4f'),(894,2623,931,NULL,1,'2015-05-26 14:36:57',2,'de82521c-7d90-47b1-b839-8cc2a221e7c9'),(895,2623,1777,NULL,1,'2015-05-26 14:36:57',1,'839c53a8-5220-4ee5-9f80-377c329e48a8'),(896,2623,2621,NULL,1,'2015-05-26 14:36:57',3,'3f4cdda0-57c4-4034-bbfe-b0293835dbf0'),(897,2623,2622,NULL,1,'2015-05-26 14:36:57',4,'32d3b5cc-6c73-4dcb-a012-ed7f41ae5ca3'),(898,2634,1080,NULL,1,'2015-05-26 14:36:58',5,'021c9e2f-46b7-4665-afb0-b032f4fad6cc'),(899,2634,2632,NULL,1,'2015-05-26 14:36:58',2,'d9495f8d-9b46-4ade-8127-2617dd5100d6'),(900,2634,2631,NULL,1,'2015-05-26 14:36:58',11,'c6782700-5093-4e0a-9bb1-356c3e875db1'),(901,2634,2629,NULL,1,'2015-05-26 14:36:58',9,'c38aefae-69ff-4ad0-81dd-2e755e06abd0'),(902,2634,2625,NULL,1,'2015-05-26 14:36:58',4,'adacadae-693b-4b01-ae48-a287d230ace0'),(903,2634,2626,NULL,1,'2015-05-26 14:36:58',6,'9d2c46ce-ecc2-4263-b634-0d442aaef6e1'),(904,2634,2633,NULL,1,'2015-05-26 14:36:58',3,'4373f0e5-5274-4b67-a818-d4089e83b3ed'),(905,2634,2624,NULL,1,'2015-05-26 14:36:58',1,'90af9949-444f-43b1-a55b-2ca59edac1a9'),(906,2634,2628,NULL,1,'2015-05-26 14:36:58',8,'1d99f142-8b75-4722-bd20-0a2f3eaa86cf'),(907,2634,2627,NULL,1,'2015-05-26 14:36:58',7,'297847b0-85ba-4550-b21c-c36922501634'),(908,2634,2630,NULL,1,'2015-05-26 14:36:58',10,'b281019c-2491-4d96-9996-ffa5b2564935'),(909,2638,2637,NULL,1,'2015-05-26 14:36:58',3,'3d741967-ed91-4246-a63b-ca796169cb9a'),(910,2638,2635,NULL,1,'2015-05-26 14:36:58',1,'73dbdffa-7d97-4df2-9284-d351f59f27c9'),(911,2638,2636,NULL,1,'2015-05-26 14:36:58',2,'40e33797-5775-4f3c-b3c5-17557f46f3a7'),(912,2640,2639,NULL,1,'2015-05-26 14:36:58',1,'51a5b851-e93d-480a-941b-bb9c70e9285f'),(913,2640,919,NULL,1,'2015-05-26 14:36:58',2,'6fe4d26d-3968-4212-8e51-cfac9d59e24d'),(914,2643,2642,NULL,1,'2015-05-26 14:36:58',4,'e16629b7-b066-4906-8c81-add6c53f5e1f'),(915,2643,1012,NULL,1,'2015-05-26 14:36:58',2,'05ac2852-3d5f-4190-ac98-fa0406ed8162'),(916,2643,1008,NULL,1,'2015-05-26 14:36:58',3,'eb355bab-0e6e-4871-84e8-6ecb455eb436'),(917,2643,2641,NULL,1,'2015-05-26 14:36:58',1,'9d08d80f-8972-4b03-96d4-2259b78da756'),(918,2643,901,NULL,1,'2015-05-26 14:36:58',5,'65d6db4a-ef89-402d-9a6c-cfbf6d2fadd4'),(919,2647,2645,NULL,1,'2015-05-26 14:36:59',3,'046d6bc8-f6fc-4acf-8166-fcf2ede18423'),(920,2647,2644,NULL,1,'2015-05-26 14:36:59',1,'e704e4a5-4f9d-457b-a9a2-2947cf5bdd0b'),(921,2647,2646,NULL,1,'2015-05-26 14:36:59',4,'0ac0299b-ca1a-44a6-b2bf-a617faf3d7d1'),(922,2647,897,NULL,1,'2015-05-26 14:36:59',2,'b6c73f1d-54be-4bd9-8e96-28f8da9eec6c'),(923,2651,2650,NULL,1,'2015-05-26 14:36:59',3,'8ee9401a-5c31-43e0-b833-f056629f28d7'),(924,2651,2648,NULL,1,'2015-05-26 14:36:59',1,'fdac9ad0-a08d-4893-a395-da077c739d15'),(925,2651,2649,NULL,1,'2015-05-26 14:36:59',2,'3f1c2e15-d35d-47db-9330-05df55f86e80'),(926,2654,2652,NULL,1,'2015-05-26 14:36:59',1,'67bf2b04-5721-415f-8b3b-8dd80b1bf092'),(927,2654,1495,NULL,1,'2015-05-26 14:36:59',2,'7583e310-ac25-4d37-82f7-d3574148acd7'),(928,2654,910,NULL,1,'2015-05-26 14:36:59',5,'60481dbf-9ebe-4613-a1cc-1ee33b713062'),(929,2654,892,NULL,1,'2015-05-26 14:36:59',3,'31beb562-78ff-471a-9a44-c9fe78ccdcec'),(930,2654,2653,NULL,1,'2015-05-26 14:36:59',4,'874fa271-f173-4ee1-a59e-dde55670a7dc'),(931,2659,2657,NULL,1,'2015-05-26 14:36:59',6,'7a40fe4d-4394-41fa-8e5d-7636420953d5'),(932,2659,2655,NULL,1,'2015-05-26 14:36:59',1,'dd592f60-4a21-4186-b6c4-939a67c62e0f'),(933,2659,888,NULL,1,'2015-05-26 14:36:59',3,'2204a756-455b-4b05-9175-2b6ba3582271'),(934,2659,936,NULL,1,'2015-05-26 14:36:59',2,'2fc31976-2375-4967-bbb6-18accccf89ee'),(935,2659,2658,NULL,1,'2015-05-26 14:36:59',7,'830ed1ba-8500-41d9-8be2-be8035cb2d08'),(936,2659,2656,NULL,1,'2015-05-26 14:36:59',5,'dc634a15-a378-4fa6-a795-fa20a4105a34'),(937,2659,930,NULL,1,'2015-05-26 14:36:59',4,'350a08bc-18b9-4af7-8e6b-1ffc4939d6f5'),(938,2668,2666,NULL,1,'2015-05-26 14:37:00',8,'27ab5a7c-21a9-4461-9a35-8d5016a16b0d'),(939,2668,2663,NULL,1,'2015-05-26 14:37:00',4,'52088450-a45b-40db-8c40-049b9fe4e030'),(940,2668,2664,NULL,1,'2015-05-26 14:37:00',6,'83c60e02-aac6-4f39-bb36-70a0d9b1e916'),(941,2668,2660,NULL,1,'2015-05-26 14:37:00',1,'d28e34d0-b73a-42b2-8f4d-779028acaf79'),(942,2668,882,NULL,1,'2015-05-26 14:37:00',5,'4112743c-3988-4b00-af09-a17f319aa151'),(943,2668,2662,NULL,1,'2015-05-26 14:37:00',3,'007e7135-3ffa-4f72-a974-936703f41b98'),(944,2668,2665,NULL,1,'2015-05-26 14:37:00',7,'e6f4a9b3-4276-462b-a82b-419a5b5da2ce'),(945,2668,2667,NULL,1,'2015-05-26 14:37:00',9,'73f3f87d-fb9f-44ca-bb0d-ae500bf6f55b'),(946,2668,2661,NULL,1,'2015-05-26 14:37:00',2,'b386eea1-76ea-4ab2-a236-06669d97baaa'),(947,2680,2676,NULL,1,'2015-05-26 14:37:01',2,'ae932adf-2f21-4a47-aa00-87eabdf89995'),(948,2680,2675,NULL,1,'2015-05-26 14:37:01',1,'e4618d47-2447-419a-a26f-a20a0178c7a9'),(949,2680,2679,NULL,1,'2015-05-26 14:37:01',5,'1246070b-b709-4dff-a5c7-9e75dca3254f'),(950,2680,2677,NULL,1,'2015-05-26 14:37:01',3,'9a653655-5a4d-4524-82d1-58afa8edeecc'),(951,2680,2678,NULL,1,'2015-05-26 14:37:01',4,'de43a235-3ad8-401f-a89e-c30da2a3cf4a'),(952,2685,2682,NULL,1,'2015-05-26 14:37:01',2,'7d7b85af-8232-4ac6-a7e3-87096aed80eb'),(953,2685,2684,NULL,1,'2015-05-26 14:37:01',4,'8ebb4bd0-8837-47b1-ab1a-3c82ea9d6c42'),(954,2685,925,NULL,1,'2015-05-26 14:37:01',1,'1231abaa-58a6-46b5-8a20-0b6a71575cdb'),(955,2685,2683,NULL,1,'2015-05-26 14:37:01',3,'fd164c35-57bf-4b24-9d3d-3b82377fe85e'),(956,2685,931,NULL,1,'2015-05-26 14:37:01',5,'e6c6ab7a-5789-46c0-8bda-cd797c9e615e'),(957,2693,2691,NULL,1,'2015-05-26 14:37:01',1,'0a0738a2-b629-4aa4-b773-2bb69d7ea1b1'),(958,2693,2692,NULL,1,'2015-05-26 14:37:01',2,'b6b87b8e-0b59-4216-915c-6be0d3a638ce'),(959,2696,2695,NULL,1,'2015-05-26 14:37:01',2,'dd2a21ca-38f8-4fd8-8647-9bd68d8abe59'),(960,2696,2694,NULL,1,'2015-05-26 14:37:01',1,'53594e42-f354-4846-9ef5-893de3e20a24'),(961,2711,2143,NULL,1,'2015-05-26 14:37:02',7,'6e1d08ba-f0b8-4d25-a537-5da7561c9479'),(962,2711,1975,NULL,1,'2015-05-26 14:37:02',8,'e90642d7-5e62-4cb5-98fa-1101927183c5'),(963,2711,2710,NULL,1,'2015-05-26 14:37:02',6,'982775ff-556f-4701-af49-c795ab56bfe2'),(964,2711,2420,NULL,1,'2015-05-26 14:37:02',5,'babf44eb-e619-4317-b862-643089834c92'),(965,2711,2706,NULL,1,'2015-05-26 14:37:02',1,'860fdff3-56be-4a5a-9450-8443fa30f64d'),(966,2711,2708,NULL,1,'2015-05-26 14:37:02',3,'d39db626-caff-48c6-9d62-f606e171329c'),(967,2711,2709,NULL,1,'2015-05-26 14:37:02',4,'4ecd555f-4bc7-4220-b071-45fc8b504469'),(968,2711,2707,NULL,1,'2015-05-26 14:37:02',2,'3b6e42e4-d611-4f4e-bdc4-d84823ac7c28'),(969,2715,2713,NULL,1,'2015-05-26 14:37:02',2,'6263ff13-265b-4031-86a2-de7f45c09740'),(970,2715,2714,NULL,1,'2015-05-26 14:37:02',3,'5c6056fc-58ea-42da-b5a2-e3ee006db186'),(971,2715,2712,NULL,1,'2015-05-26 14:37:02',1,'b973c9f9-bd3b-4a61-b169-5633f9f8d7d3'),(972,2727,2598,NULL,1,'2015-05-26 14:37:03',3,'83072478-b99a-45c1-852b-ea937e26fb2f'),(973,2727,2599,NULL,1,'2015-05-26 14:37:03',4,'145530af-ae36-4695-9802-8280b5510959'),(974,2727,2597,NULL,1,'2015-05-26 14:37:03',2,'c41cb68d-ef11-4f25-9261-7ae1eef8e47f'),(975,2727,2596,NULL,1,'2015-05-26 14:37:03',1,'659d6dc2-da19-451c-bc1c-50e43abe5f5a'),(976,2728,2598,NULL,1,'2015-05-26 14:37:03',3,'c3b24575-eef0-4e18-89d0-2c6bc4d3d990'),(977,2728,2596,NULL,1,'2015-05-26 14:37:03',1,'41c97fb0-b863-42a3-9fd5-f31dbe6ac096'),(978,2728,2599,NULL,1,'2015-05-26 14:37:03',4,'07cc499d-7d3f-45ee-8f52-67b2db7c12d8'),(979,2728,2597,NULL,1,'2015-05-26 14:37:03',2,'5e3deb86-576f-4a63-bc2e-71072cdc00b2'),(980,2736,2734,NULL,1,'2015-05-26 14:37:03',4,'b22f68d7-3ec4-48eb-9bc7-ed47709976db'),(981,2736,2732,NULL,1,'2015-05-26 14:37:03',2,'ba9a06db-d007-4b73-a4f1-08663bfeeda4'),(982,2736,2733,NULL,1,'2015-05-26 14:37:03',3,'ffa7df99-f4f0-41ca-87cd-b62976a40de5'),(983,2736,2735,NULL,1,'2015-05-26 14:37:03',5,'b2358469-1a66-4257-8311-5c752fc08fa0'),(984,2736,2731,NULL,1,'2015-05-26 14:37:03',1,'a83ee2f1-7a26-45f3-b6e3-e299e9c10eeb'),(985,2737,2599,NULL,1,'2015-05-26 14:37:04',4,'48405fba-787d-4ae0-92aa-38b99244b07c'),(986,2737,2597,NULL,1,'2015-05-26 14:37:04',2,'43e9133a-1689-4022-a267-ad16184b17d9'),(987,2737,2596,NULL,1,'2015-05-26 14:37:04',1,'564ec6e2-d220-4efc-86dd-0985e5911d95'),(988,2737,2598,NULL,1,'2015-05-26 14:37:04',3,'2817d800-fb29-486b-a3c0-96e718cffba2'),(989,2745,2741,NULL,1,'2015-05-26 14:37:05',5,'bbd4dd08-1c86-4d5e-84c3-84804b2a39a9'),(990,2745,2562,NULL,1,'2015-05-26 14:37:05',3,'afa4cd77-edbe-468c-8952-215f11786a49'),(991,2745,2740,NULL,1,'2015-05-26 14:37:05',4,'13fff10e-809f-4511-821c-80e6443f1b5b'),(992,2745,2742,NULL,1,'2015-05-26 14:37:05',6,'2f4a8408-070f-4a08-94fc-cf5127c98ecd'),(993,2745,2744,NULL,1,'2015-05-26 14:37:05',8,'91437a14-3165-457f-b4cb-e04b55a02488'),(994,2745,2560,NULL,1,'2015-05-26 14:37:05',1,'20e45a03-e5a5-4876-b6fa-ced5d1c29567'),(995,2745,2743,NULL,1,'2015-05-26 14:37:05',7,'9f7adcda-281c-4f97-86b3-33d93967ef8c'),(996,2745,2561,NULL,1,'2015-05-26 14:37:05',2,'f7326c31-0377-47df-886c-765b7b1c65e6'),(997,2751,2749,NULL,1,'2015-05-26 14:37:05',3,'b557c468-ddfc-4ade-ace2-c9e88681955a'),(998,2751,2748,NULL,1,'2015-05-26 14:37:05',2,'f7a39814-fc72-4398-bd5e-4fef6fbc6ae7'),(999,2751,2747,NULL,1,'2015-05-26 14:37:05',1,'5ca60c02-4cdb-4c49-88e4-8096c496d967'),(1000,2751,2750,NULL,1,'2015-05-26 14:37:05',4,'ffc0eec7-eb42-4dfa-9f4d-294d33500d40'),(1001,2760,2562,NULL,1,'2015-05-26 14:37:05',1,'181f20c9-0407-4301-84db-e10ea18f417b'),(1002,2760,2758,NULL,1,'2015-05-26 14:37:05',4,'0ebdee3e-470d-42d4-8f60-99d16ddd79b5'),(1003,2760,2759,NULL,1,'2015-05-26 14:37:05',5,'179f360a-a425-49ce-a46d-7ebc0bd100fe'),(1004,2760,2561,NULL,1,'2015-05-26 14:37:05',2,'8c482853-794a-4ed1-a076-a871ea708518'),(1005,2760,2740,NULL,1,'2015-05-26 14:37:05',3,'9636bd8a-3450-4c2d-a572-d05a64488bd7'),(1006,2775,2750,NULL,1,'2015-05-26 14:37:06',4,'5729fc70-ea73-43ab-9be8-9b165edcf217'),(1007,2775,2749,NULL,1,'2015-05-26 14:37:06',3,'57877c4d-d76f-4c87-8e91-30e90a061125'),(1008,2775,2747,NULL,1,'2015-05-26 14:37:06',1,'e2d24531-a42e-4a6a-bda6-1cb023868b9d'),(1009,2775,2748,NULL,1,'2015-05-26 14:37:06',2,'fd842bb4-e66f-4064-ad14-efc1a918438d'),(1010,2784,2596,NULL,1,'2015-05-26 14:37:06',1,'91f986c8-5e05-45d5-902d-511f26ee2be4'),(1011,2784,2597,NULL,1,'2015-05-26 14:37:06',2,'e2abf50c-2a56-4de3-a19e-c36003a7dc93'),(1012,2784,2599,NULL,1,'2015-05-26 14:37:06',4,'ad03991f-aad8-4aa3-89c0-a99c2640e2b0'),(1013,2784,2598,NULL,1,'2015-05-26 14:37:06',3,'5d6f935d-4703-40e5-8692-918d525bf113'),(1014,2787,2786,NULL,1,'2015-05-26 14:37:06',2,'ef893941-bc84-45de-9fbc-95aec1469211'),(1015,2787,2785,NULL,1,'2015-05-26 14:37:06',1,'984519c4-4187-4712-a254-5033786477c1'),(1016,2809,2619,NULL,1,'2015-05-26 14:40:10',6,'062e6b56-4fbc-49f2-bf77-b58a736c426a'),(1017,2809,2808,NULL,1,'2015-05-26 14:40:10',3,'21a9a6e0-7d04-493d-a494-dbdee67259b2'),(1018,2809,2616,NULL,1,'2015-05-26 14:40:10',2,'2e3f9bff-1ae2-4ec4-9053-137fdf8801b3'),(1019,2809,2620,NULL,1,'2015-05-26 14:40:10',7,'c540d92a-e566-4ac9-94ac-ece20497bf00'),(1020,2809,2615,NULL,1,'2015-05-26 14:40:10',1,'c9ee1c0e-81de-41d8-b5a8-49b962d4772b'),(1021,2809,2617,NULL,1,'2015-05-26 14:40:10',4,'8e8e6fc0-b262-497c-827b-0d3d7ccd0ffd'),(1022,2809,2618,NULL,1,'2015-05-26 14:40:10',5,'36a693dc-7f24-4102-b4c4-7adfa4acc9dd'),(1023,2811,2673,NULL,1,'2015-05-26 14:40:10',7,'6fdb71d0-21e9-4dc4-a310-2f3e0fbdb516'),(1024,2811,2669,NULL,1,'2015-05-26 14:40:10',1,'40231aed-816c-4f42-85cc-78f4467ab20c'),(1025,2811,2670,NULL,1,'2015-05-26 14:40:10',2,'73e87d75-8f0a-417d-ada9-eee14e3b2b42'),(1026,2811,2672,NULL,1,'2015-05-26 14:40:10',6,'14da8063-918a-46a6-a5ef-3685c7725890'),(1027,2811,2671,NULL,1,'2015-05-26 14:40:10',4,'0f48f0e5-aec4-405d-8f5d-b04de7c99fff'),(1028,2811,2069,NULL,1,'2015-05-26 14:40:10',3,'7589c79f-f87f-4c9a-8498-f8aaa5503653'),(1029,2811,2810,NULL,1,'2015-05-26 14:40:10',5,'03a66df4-2fb9-45ef-b4e2-53d0d21b155b'),(1030,2811,2674,NULL,1,'2015-05-26 14:40:10',8,'d6a38934-aefd-4e49-8486-4674b1122804'),(1031,2837,2835,NULL,1,'2015-05-26 14:44:26',3,'c0c7f273-5394-4ef1-b09c-9a900f77f95b'),(1032,2837,2836,NULL,1,'2015-05-26 14:44:26',4,'35a8d690-c8e7-4f9a-bd93-85a1789604dd'),(1033,2837,2833,NULL,1,'2015-05-26 14:44:26',1,'ab081b06-de02-43f0-8e1b-0319f13e551c'),(1034,2837,2834,NULL,1,'2015-05-26 14:44:26',2,'4474d7c5-c722-4ec4-bf72-806776f14c70'),(1035,2841,2143,NULL,1,'2015-05-26 14:44:44',7,'5b44d775-ddc1-49b5-97a0-8698ac3f2efd'),(1036,2841,2420,NULL,1,'2015-05-26 14:44:44',5,'a34749a7-4e0e-4f25-a219-6c8d504b00a6'),(1037,2841,2709,NULL,1,'2015-05-26 14:44:44',4,'ee1fc04c-9372-419c-9365-8c5a96154352'),(1038,2841,2706,NULL,1,'2015-05-26 14:44:44',1,'27ad4a0d-c41e-4977-81e6-fac5c1e5a9d3'),(1039,2841,2707,NULL,1,'2015-05-26 14:44:44',2,'49953d59-ab53-46a8-aaad-549f20223250'),(1040,2841,2710,NULL,1,'2015-05-26 14:44:44',6,'21465033-91f5-484c-a9a8-158a66608a79'),(1041,2841,2708,NULL,1,'2015-05-26 14:44:44',3,'2bc0d551-7fd6-4bd9-9020-c3d8aaa69a61'),(1042,2841,1975,NULL,1,'2015-05-26 14:44:44',8,'478f98a0-38e2-4c36-ba90-47b4e0994b8d'),(1043,2850,2713,NULL,1,'2015-05-26 14:44:44',2,'39a95951-990e-45b5-83a9-fc9a2f1838d5'),(1044,2850,2714,NULL,1,'2015-05-26 14:44:44',3,'caf9c944-031d-4c97-a070-6b69d3f51429'),(1045,2850,2712,NULL,1,'2015-05-26 14:44:44',1,'e958383f-a28d-4dff-a729-e28c493417ae'),(1046,2869,2620,NULL,1,'2015-05-26 14:44:45',7,'31820026-2008-452e-bf3c-fd04aeabb1e0'),(1047,2869,2617,NULL,1,'2015-05-26 14:44:45',4,'4e6f8f43-b9cf-42af-ad7e-586bb9e44899'),(1048,2869,2615,NULL,1,'2015-05-26 14:44:45',1,'d0fd25d4-78b3-41c9-9306-05a799b6da51'),(1049,2869,2619,NULL,1,'2015-05-26 14:44:45',6,'52500b5e-fa9d-458b-bffa-675e2f994ac0'),(1050,2869,2618,NULL,1,'2015-05-26 14:44:45',5,'1d1adcf7-dac7-4f05-8c1a-6766575becf3'),(1051,2869,2808,NULL,1,'2015-05-26 14:44:45',3,'a5cd3123-9dfd-4506-8456-c44ff4b8f8bb'),(1052,2869,2616,NULL,1,'2015-05-26 14:44:45',2,'24488346-58f4-48f4-8759-ebc4c3281c4b'),(1053,2870,2622,NULL,1,'2015-05-26 14:44:45',4,'f1572dc6-4bce-4604-9244-c77e3248c7d9'),(1054,2870,931,NULL,1,'2015-05-26 14:44:45',2,'32a34871-cbd4-456c-b262-6530c4a7c0fb'),(1055,2870,1777,NULL,1,'2015-05-26 14:44:45',1,'c911cdf4-efa8-4fc3-ac14-c57487fb8998'),(1056,2870,2621,NULL,1,'2015-05-26 14:44:45',3,'6c8ff7d5-5ad5-4938-ba6a-58266719a8dd'),(1057,2871,2631,NULL,1,'2015-05-26 14:44:46',11,'8905b798-869c-4b65-9ae0-128d2a0d8c21'),(1058,2871,2630,NULL,1,'2015-05-26 14:44:46',10,'f63062f5-5bb9-421b-b653-36f7dc49a5be'),(1059,2871,2627,NULL,1,'2015-05-26 14:44:46',7,'93033fdb-25fd-48f4-8043-da8d8ee17ca7'),(1060,2871,1080,NULL,1,'2015-05-26 14:44:46',5,'9e078a08-29d6-4834-9eeb-ac357110564f'),(1061,2871,2626,NULL,1,'2015-05-26 14:44:46',6,'70104d3c-ce2d-405a-b632-c1f64404ecd0'),(1062,2871,2628,NULL,1,'2015-05-26 14:44:46',8,'8e1ae047-c6f0-4c7d-b8ee-d42c359aef16'),(1063,2871,2632,NULL,1,'2015-05-26 14:44:46',2,'d714cf0d-e998-4b51-a73b-7ff18ed24cdb'),(1064,2871,2625,NULL,1,'2015-05-26 14:44:46',4,'04b4a940-ab37-48ab-ab71-5f70185907ee'),(1065,2871,2624,NULL,1,'2015-05-26 14:44:46',1,'e73221ca-d434-478b-a42f-6dba444bebb6'),(1066,2871,2629,NULL,1,'2015-05-26 14:44:46',9,'9d1f3082-eafd-4131-987e-6e29d9366bd2'),(1067,2871,2633,NULL,1,'2015-05-26 14:44:46',3,'5b44bd44-29a1-431d-a7d8-82822ad96f18'),(1068,2872,2637,NULL,1,'2015-05-26 14:44:46',3,'d8fc0fc1-b7dc-4a4d-a3ca-b364b35bf0bb'),(1069,2872,2636,NULL,1,'2015-05-26 14:44:46',2,'1c6937b3-b05e-4585-beab-c46468b75bb0'),(1070,2872,2635,NULL,1,'2015-05-26 14:44:46',1,'5f62e607-def3-4200-9a11-138142b1884f'),(1071,2873,919,NULL,1,'2015-05-26 14:44:46',2,'14b3d2ab-226b-46c5-ace4-34dd2d06ab2f'),(1072,2873,2639,NULL,1,'2015-05-26 14:44:46',1,'89bc697b-1ec9-4cbc-b8d6-c5d4b1befae1'),(1073,2874,2642,NULL,1,'2015-05-26 14:44:46',4,'a514fbc7-5d12-46f1-9569-f674b1120239'),(1074,2874,2641,NULL,1,'2015-05-26 14:44:46',1,'61499a17-641f-401d-9f90-ec5aaa044049'),(1075,2874,1012,NULL,1,'2015-05-26 14:44:46',2,'887c8d50-db1e-4a20-8e77-56dcbfed6cc0'),(1076,2874,1008,NULL,1,'2015-05-26 14:44:46',3,'1da243c1-c311-4fba-afcb-5a005556de17'),(1077,2874,901,NULL,1,'2015-05-26 14:44:46',5,'84c9d676-f129-41d0-84a1-9a65660b8452'),(1078,2875,2644,NULL,1,'2015-05-26 14:44:46',1,'d594bdfd-de04-45a6-b25a-4e42340a0687'),(1079,2875,2645,NULL,1,'2015-05-26 14:44:46',3,'6adf7879-24cb-4e8d-b27f-d5b294894d95'),(1080,2875,2646,NULL,1,'2015-05-26 14:44:46',4,'cf559c1f-7960-445a-865e-1da14901c7eb'),(1081,2875,897,NULL,1,'2015-05-26 14:44:46',2,'6a643e97-58ab-4e00-bcbc-e78852bb1170'),(1082,2876,2650,NULL,1,'2015-05-26 14:44:46',3,'a74ec7cc-ec04-47e8-a04c-a4aa033573b8'),(1083,2876,2648,NULL,1,'2015-05-26 14:44:46',1,'3c519938-7c69-4057-8d1e-48b5b22dab44'),(1084,2876,2649,NULL,1,'2015-05-26 14:44:46',2,'7ffc0471-1d5a-4bb8-899c-951ac15c82b6'),(1085,2877,892,NULL,1,'2015-05-26 14:44:47',3,'dd4ed12b-034e-490b-bc07-464f4165388c'),(1086,2877,1495,NULL,1,'2015-05-26 14:44:47',2,'2dd4f428-8716-41c5-ac82-2e67f12d006a'),(1087,2877,2653,NULL,1,'2015-05-26 14:44:47',4,'9eca40f0-931d-4550-8a95-b432ee46bcec'),(1088,2877,2652,NULL,1,'2015-05-26 14:44:47',1,'5972de26-d4ac-4841-bdcf-b496acc41bf7'),(1089,2877,910,NULL,1,'2015-05-26 14:44:47',5,'7ec8e830-dddb-4453-9cb8-e5f4bc79f744'),(1090,2878,2657,NULL,1,'2015-05-26 14:44:47',6,'36104682-4b55-4ac7-b24a-c98d505c95a3'),(1091,2878,888,NULL,1,'2015-05-26 14:44:47',3,'6370d64b-c5f0-421f-9da6-420473a64c58'),(1092,2878,2656,NULL,1,'2015-05-26 14:44:47',5,'8e3a3797-f736-4db5-ab5c-788e4a17fa04'),(1093,2878,930,NULL,1,'2015-05-26 14:44:47',4,'dd9e7b9c-ed19-4043-9d07-d096694649e5'),(1094,2878,2655,NULL,1,'2015-05-26 14:44:47',1,'69db642a-3f0d-4459-baa3-f2fa71ddc3a4'),(1095,2878,936,NULL,1,'2015-05-26 14:44:47',2,'83988373-ef50-4b61-85ba-49b5c63bc008'),(1096,2878,2658,NULL,1,'2015-05-26 14:44:47',7,'6d0f809e-59b5-4f3f-b42d-6b6c4d9f3495'),(1097,2879,2663,NULL,1,'2015-05-26 14:44:47',4,'ef8aaec9-36b2-42f2-8eb3-bc7eb1ab5d52'),(1098,2879,2661,NULL,1,'2015-05-26 14:44:47',2,'10f16307-44a3-45a1-a241-c2358cd3ce7f'),(1099,2879,2667,NULL,1,'2015-05-26 14:44:47',9,'c965cf27-52d1-4523-b3e2-cce819dd9734'),(1100,2879,882,NULL,1,'2015-05-26 14:44:47',5,'8a739102-50b2-4b80-aa9a-c12494ef0948'),(1101,2879,2664,NULL,1,'2015-05-26 14:44:47',6,'73964482-6b52-4b3a-818f-3b15a71e72c8'),(1102,2879,2666,NULL,1,'2015-05-26 14:44:47',8,'61f4d833-e8c4-43ea-ab18-d3f3307c6832'),(1103,2879,2660,NULL,1,'2015-05-26 14:44:47',1,'0ce9db7a-d1e2-4807-92bd-34f2361ae3e7'),(1104,2879,2665,NULL,1,'2015-05-26 14:44:47',7,'f3007496-e1a4-4d98-84ab-c914ecfc03c4'),(1105,2879,2662,NULL,1,'2015-05-26 14:44:47',3,'9032802f-d193-49ad-bc91-027dc3c432ef'),(1106,2880,2671,NULL,1,'2015-05-26 14:44:47',4,'09689163-ec7c-4ab1-91a9-0dc136a86bc3'),(1107,2880,2669,NULL,1,'2015-05-26 14:44:47',1,'428dfe22-3d0a-4536-96ca-a8ab1229eba3'),(1108,2880,2672,NULL,1,'2015-05-26 14:44:47',6,'c4e818ed-fd59-4908-9b99-1e9c3225d305'),(1109,2880,2673,NULL,1,'2015-05-26 14:44:47',7,'078a9343-cc4d-42d3-9fe5-698a33c17fad'),(1110,2880,2069,NULL,1,'2015-05-26 14:44:47',3,'8d9e5e8b-7754-418a-a3a9-441d2c3e35c6'),(1111,2880,2810,NULL,1,'2015-05-26 14:44:47',5,'dd5a9ae2-29da-4f3e-b071-989ac70df693'),(1112,2880,2670,NULL,1,'2015-05-26 14:44:47',2,'f1c62b85-ad27-4f4a-8117-ec045be65038'),(1113,2880,2674,NULL,1,'2015-05-26 14:44:47',8,'22bfb6b7-583d-41aa-bbba-413791280677'),(1114,2881,2679,NULL,1,'2015-05-26 14:44:48',5,'e6558053-b54d-4fc6-8328-bb219a4ffce2'),(1115,2881,2676,NULL,1,'2015-05-26 14:44:48',2,'a662998b-aef6-4340-8849-c8ade234147e'),(1116,2881,2678,NULL,1,'2015-05-26 14:44:48',4,'f8d8e4f3-9aaa-41d4-b1eb-55ee5aaac5df'),(1117,2881,2675,NULL,1,'2015-05-26 14:44:48',1,'07620e56-48f8-4bfa-a774-a1c4e8cd99ca'),(1118,2881,2677,NULL,1,'2015-05-26 14:44:48',3,'ed59395d-2185-4918-bffd-37e520766c04'),(1119,2882,2684,NULL,1,'2015-05-26 14:44:48',4,'cf659d1e-6831-4a16-91ed-9fdd249814b8'),(1120,2882,2682,NULL,1,'2015-05-26 14:44:48',2,'77d0a44d-8de8-4511-af24-aeff2e6e2f0c'),(1121,2882,925,NULL,1,'2015-05-26 14:44:48',1,'986fe0c0-4f39-42f3-b052-b87a543376e3'),(1122,2882,931,NULL,1,'2015-05-26 14:44:48',5,'aecfeb25-8cdd-4429-81fb-fab508fe5713'),(1123,2882,2683,NULL,1,'2015-05-26 14:44:48',3,'2061828d-bd2c-484d-9774-e6b09da5bbb7'),(1124,2883,2695,NULL,1,'2015-05-26 14:44:48',2,'cbd0d6a6-48c4-4e7b-93ba-2a6ecf6688ae'),(1125,2883,2694,NULL,1,'2015-05-26 14:44:48',1,'db8fc79a-2d5a-45ad-80dd-f455bf62e0d4'),(1126,2887,2691,NULL,1,'2015-05-26 14:44:48',1,'7934f9dc-825a-458a-814f-246b8fdd530d'),(1127,2887,2692,NULL,1,'2015-05-26 14:44:48',2,'d14bf116-7683-4876-9021-553be72074a4'),(1128,2903,2902,NULL,1,'2015-05-26 14:49:55',3,'b1ebe7a7-7522-46f2-8ca4-dfe38330b825'),(1129,2903,2175,NULL,1,'2015-05-26 14:49:55',2,'ffd399ca-ec54-42a1-86b1-1ad762f72826'),(1130,2903,2143,NULL,1,'2015-05-26 14:49:55',4,'cc39d19e-ceb5-4031-b30d-31e0a02cffb0'),(1131,2903,2901,NULL,1,'2015-05-26 14:49:55',1,'d67bfa1c-7115-4cfa-be9b-b4803d7fa62d'),(1132,2907,1084,NULL,1,'2015-05-26 14:49:55',2,'1fdbb133-078a-4efe-8fb0-5fa989fe8023'),(1133,2907,2904,NULL,1,'2015-05-26 14:49:55',1,'72aec94e-914f-4eb8-b223-4d240c52be3c'),(1134,2907,2095,NULL,1,'2015-05-26 14:49:55',4,'1732a203-b73c-488c-9f16-29e9e875bbe7'),(1135,2907,2905,NULL,1,'2015-05-26 14:49:55',3,'3f49b94c-6aca-41a3-a33f-0e1e20e0244b'),(1136,2907,2906,NULL,1,'2015-05-26 14:49:55',5,'fb7bd698-4af5-43ae-a7ec-32b50942c5ae'),(1137,2910,2908,NULL,1,'2015-05-26 14:49:55',1,'8dafddab-05f2-4109-b056-7c27f7e5ee71'),(1138,2910,2909,NULL,1,'2015-05-26 14:49:55',2,'8a4b3a20-c250-4c5b-b097-6b43f4d82c4d'),(1139,2917,2913,NULL,1,'2015-05-26 14:49:55',1,'69991ad4-fae4-46d5-af30-fb038559adfe'),(1140,2917,2915,NULL,1,'2015-05-26 14:49:55',3,'02b9fcde-af8b-4910-82fc-1f423fb726a6'),(1141,2917,2914,NULL,1,'2015-05-26 14:49:55',2,'ae6c04f4-bd5b-4da0-8ad4-40596386dbf8'),(1142,2917,2916,NULL,1,'2015-05-26 14:49:55',4,'b0a131dc-ce82-421c-a725-90a20d3ad36e'),(1143,2921,2098,NULL,1,'2015-05-26 14:49:56',3,'06866271-71be-47db-9105-2533cfd9d26f'),(1144,2921,2920,NULL,1,'2015-05-26 14:49:56',4,'e5b920d7-a09f-492f-8dd7-5363456256f6'),(1145,2921,2101,NULL,1,'2015-05-26 14:49:56',2,'c3445ad4-3995-40b6-a1a7-5d884ef859e7'),(1146,2921,2919,NULL,1,'2015-05-26 14:49:56',1,'2b998441-ec10-44a1-891f-478208afd19a'),(1147,2929,2459,NULL,1,'2015-05-26 14:50:56',2,'faf35dce-a813-4d04-b310-572496fdd465'),(1148,2929,2928,NULL,1,'2015-05-26 14:50:56',1,'089099f9-a2ca-4ac0-ad30-dfac0318c79b'),(1149,2951,2945,NULL,1,'2015-05-26 14:51:23',8,'fc7f8663-bdfe-45b3-9d3c-0a089391b373'),(1150,2951,2943,NULL,1,'2015-05-26 14:51:23',6,'b81897b4-43a6-4096-a455-99ecdefa36fb'),(1151,2951,2946,NULL,1,'2015-05-26 14:51:23',9,'24d9f6a7-f69c-45eb-88bb-ab401e189644'),(1152,2951,2944,NULL,1,'2015-05-26 14:51:23',7,'79619c5e-8059-4902-8f2a-18fbcd68e762'),(1153,2951,2947,NULL,1,'2015-05-26 14:51:23',10,'3f017051-ecef-4f62-8827-7cf00de90fb8'),(1154,2951,2948,NULL,1,'2015-05-26 14:51:23',11,'707ba21f-a417-4020-b5ba-8030680e7aba'),(1155,2951,2950,NULL,1,'2015-05-26 14:51:23',3,'49a0814f-d3b0-458f-a8f7-be31ccb8148e'),(1156,2951,2949,NULL,1,'2015-05-26 14:51:23',2,'2ac68972-e52f-47b8-910f-97481241f56a'),(1157,2951,2941,NULL,1,'2015-05-26 14:51:23',1,'cd2c12ef-bfee-4291-8c9c-3abb3cda8566'),(1158,2951,2942,NULL,1,'2015-05-26 14:51:23',5,'5d314d8e-a273-4a21-b4f6-778a886e05ea'),(1159,2951,1927,NULL,1,'2015-05-26 14:51:23',4,'c4cf7a21-0231-4993-b74f-c253236a5304'),(1160,2970,2969,NULL,1,'2015-05-26 14:51:24',4,'032c6253-742b-4cd0-b5cf-0a0e24e61c00'),(1161,2970,2967,NULL,1,'2015-05-26 14:51:24',2,'902ee00f-b963-40fe-883a-6751aec9b0b3'),(1162,2970,2968,NULL,1,'2015-05-26 14:51:24',3,'ee7b5020-78c6-4b34-81f2-d2c6d5751ff8'),(1163,2970,2966,NULL,1,'2015-05-26 14:51:24',1,'5cf72749-bcdc-4427-ab9e-24e6b4ff2de5'),(1164,2972,2833,NULL,1,'2015-05-26 14:51:24',1,'ade6c473-d6ae-4db4-9c02-d25b693b178f'),(1165,2972,2971,NULL,1,'2015-05-26 14:51:24',4,'098d8d1b-8f40-45d8-ac8d-0aecc646a569'),(1166,2972,2834,NULL,1,'2015-05-26 14:51:24',3,'c9435039-8a82-4e88-9ac6-96183e00f43d'),(1167,2972,2835,NULL,1,'2015-05-26 14:51:24',2,'0abf97ac-5527-498f-ae1c-71e0d665b98b'),(1168,3005,2995,NULL,1,'2015-05-26 15:03:10',4,'49268cce-1b78-4243-bdf1-6528382af49b'),(1169,3005,2997,NULL,1,'2015-05-26 15:03:10',6,'c4ea5374-d5c9-4f3b-99d5-59b54404daee'),(1170,3005,2992,NULL,1,'2015-05-26 15:03:10',22,'0ad94279-faea-438d-83ca-66591b955e6e'),(1171,3005,2986,NULL,1,'2015-05-26 15:03:10',16,'78286d72-7f54-417d-b565-80bf93a14682'),(1172,3005,2996,NULL,1,'2015-05-26 15:03:10',5,'b4f1a772-6903-4ae6-a209-2d527d876955'),(1173,3005,3002,NULL,1,'2015-05-26 15:03:10',11,'7ad24d91-b8ba-4e26-9af2-0aaea61df14d'),(1174,3005,2948,NULL,1,'2015-05-26 15:03:10',15,'6c2ca3da-c223-429e-90db-8be9a4a6536c'),(1175,3005,2994,NULL,1,'2015-05-26 15:03:10',3,'54fc4bf8-e55c-4015-b1f6-a01ed14408b6'),(1176,3005,2990,NULL,1,'2015-05-26 15:03:10',20,'6abd18ff-644e-4b8a-a56e-dd9d1d2c18ea'),(1177,3005,2988,NULL,1,'2015-05-26 15:03:10',18,'94850cda-7a2f-413f-b5c7-c6fe203f467c'),(1178,3005,2989,NULL,1,'2015-05-26 15:03:10',19,'35557c46-db1b-489f-91fd-a58daa335b79'),(1179,3005,3000,NULL,1,'2015-05-26 15:03:10',9,'cb608c31-f855-4d90-8521-ac9259a272f9'),(1180,3005,2999,NULL,1,'2015-05-26 15:03:10',8,'d6055a29-0a1d-49ba-8c0f-42dc3e0bc6d3'),(1181,3005,3004,NULL,1,'2015-05-26 15:03:10',14,'eb11ae5b-7a6e-4ce3-a606-a9a507a4c237'),(1182,3005,2991,NULL,1,'2015-05-26 15:03:10',21,'109c2134-e59a-4bd6-a7f9-5eceb6926de9'),(1183,3005,2998,NULL,1,'2015-05-26 15:03:10',7,'a21d02d7-4e50-4e95-99c0-e2aef2f7338c'),(1184,3005,3001,NULL,1,'2015-05-26 15:03:10',10,'91348aa6-8e5c-4287-9ff7-063440601977'),(1185,3005,2993,NULL,1,'2015-05-26 15:03:10',2,'08e09ef5-23da-4784-a583-1eb9b0ee6b4d'),(1186,3005,2984,NULL,1,'2015-05-26 15:03:10',1,'c798fb05-eb17-464e-b672-a1cbbd287b67'),(1187,3005,2987,NULL,1,'2015-05-26 15:03:10',17,'b6533e52-60b1-4a3f-ab3d-13622e8a5ee9'),(1188,3005,3003,NULL,1,'2015-05-26 15:03:10',13,'0de4cfa3-2bab-4204-8b3e-319bc17793da'),(1189,3005,2985,NULL,1,'2015-05-26 15:03:10',12,'1eae291e-4941-431d-8943-1a8bf6306b52'),(1190,3020,2966,NULL,1,'2015-05-26 15:03:10',3,'ffa544af-d131-4c4e-b242-aaaf6b3ca0c9'),(1191,3020,2967,NULL,1,'2015-05-26 15:03:10',2,'aa210bfe-7680-4d27-aab4-5b2e6bd3f9cf'),(1192,3020,2968,NULL,1,'2015-05-26 15:03:10',1,'c2ec2987-37c2-484b-9967-1224a1aa6f83'),(1193,3025,3024,NULL,1,'2015-05-26 15:03:11',4,'7058b476-9200-4cba-8fa0-1d9c51a797ff'),(1194,3025,3023,NULL,1,'2015-05-26 15:03:11',3,'3fd17209-58b4-459c-bade-d7cd1e4fa4f5'),(1195,3025,3021,NULL,1,'2015-05-26 15:03:11',1,'e70fadc0-02cc-4dcd-b2e9-8dd8f6ab4c1d'),(1196,3025,3022,NULL,1,'2015-05-26 15:03:11',2,'a4f1cab0-8bb6-4e89-b246-589a82a30a87'),(1197,3056,3053,NULL,4,'2015-07-03 11:21:14',1,'d8ec32e9-622b-4853-8c95-ea760dc155cb'),(1198,3056,3055,NULL,4,'2015-07-03 11:21:14',3,'45ccd10c-b667-4f73-8e5e-f3507058749e'),(1199,3056,1033,NULL,4,'2015-07-03 11:21:14',4,'c3af96a8-1be8-412d-a3e9-05030243e624'),(1200,3056,3054,NULL,4,'2015-07-03 11:21:14',2,'e94b9281-521a-4d67-a38b-e18c4cd0c6cb'),(1201,3062,3060,NULL,4,'2015-07-03 11:21:16',1,'91a14adb-1fb6-430c-955a-22b1205d6158'),(1202,3062,1033,NULL,4,'2015-07-03 11:21:16',4,'82e51cb1-030e-4f64-8fce-28bef7c50332'),(1203,3062,2231,NULL,4,'2015-07-03 11:21:16',3,'31b65f4e-e92c-4b90-b3c1-1bc261e3436b'),(1204,3062,3061,NULL,4,'2015-07-03 11:21:16',2,'e48f6103-f5b3-42ad-80b8-d9dee531daaf'),(1205,3065,3063,NULL,4,'2015-07-03 11:21:16',1,'e29ffb4a-cd06-42dc-a8e8-f7e5b6c390dd'),(1206,3065,3064,NULL,4,'2015-07-03 11:21:16',2,'bbbe0a81-217a-46cb-bc21-94ff7d7f1630'),(1207,3069,1154,NULL,4,'2015-07-03 11:21:17',4,'b4739db5-f368-445a-867b-6ed3ad34f70f'),(1208,3069,3066,NULL,4,'2015-07-03 11:21:17',1,'e8fb4fbc-5baa-4579-84fe-ebd4b95d5590'),(1209,3069,3067,NULL,4,'2015-07-03 11:21:17',2,'ef138fb9-b178-48e6-b0b3-ec964d4f1d71'),(1210,3069,3068,NULL,4,'2015-07-03 11:21:17',3,'50d64361-1c1d-43a0-9123-9bf681094188'),(1211,3070,1154,NULL,4,'2015-07-03 11:21:18',4,'e1cc74b6-5383-4b9a-aac8-9de079878002'),(1212,3070,3067,NULL,4,'2015-07-03 11:21:18',2,'82b44e0f-bfb4-4818-800e-dccdb77d2b57'),(1213,3070,3066,NULL,4,'2015-07-03 11:21:18',1,'2e8f7ab8-51b6-4c2c-a4b2-1100e20eeef7'),(1214,3070,3068,NULL,4,'2015-07-03 11:21:18',3,'aaa1fd40-83dc-499f-a9eb-42dcecb496fd'),(1215,3071,1154,NULL,4,'2015-07-03 11:21:19',4,'b558e210-76ba-4cb7-8152-7563badb5ca9'),(1216,3071,3066,NULL,4,'2015-07-03 11:21:19',1,'ac2a6355-7f74-4028-adda-7b490ea92ae8'),(1217,3071,3068,NULL,4,'2015-07-03 11:21:19',3,'419e90c4-dac4-4d32-859e-4f2259e95598'),(1218,3071,3067,NULL,4,'2015-07-03 11:21:19',2,'fae69a7f-54c7-4ea3-a639-490f15c1c059'),(1219,3072,3063,NULL,4,'2015-07-03 11:21:19',2,'52a731ca-7774-46d2-ae02-b7c6d3f7f053'),(1220,3072,3064,NULL,4,'2015-07-03 11:21:19',1,'dab19ecc-a0c3-46d6-a097-e736f79539b5'),(1221,3074,3073,NULL,4,'2015-07-03 11:21:20',2,'5a48c30d-ea2b-472c-9907-b6f4877e3001'),(1222,3074,3068,NULL,4,'2015-07-03 11:21:20',1,'9601b4a4-fc04-4db7-9f73-74138a93fbb2'),(1223,3078,1154,NULL,4,'2015-07-03 11:21:20',1,'9a6c39cf-0884-44cc-b214-8e9ad97a7aac'),(1224,3078,3076,NULL,4,'2015-07-03 11:21:20',2,'582c5fbb-398e-499f-887e-92d26d44ec5c'),(1225,3078,3077,NULL,4,'2015-07-03 11:21:20',3,'45bc6e6d-5e9c-47f4-8ea3-e45b41beef7b'),(1226,3082,3079,NULL,4,'2015-07-03 11:21:21',1,'e66e56c1-61d2-43f3-86f1-6afa385353da'),(1227,3082,3080,NULL,4,'2015-07-03 11:21:21',2,'37540c28-eecd-4cfe-a84b-a2eaf7f4f03d'),(1228,3082,3081,NULL,4,'2015-07-03 11:21:21',3,'6bd5b976-cbad-4d55-80ad-39e087eae1ad'),(1229,3090,3089,NULL,4,'2015-07-03 11:21:22',7,'a15d5255-dcfe-4ee8-b14a-7c702bc01f59'),(1230,3090,3086,NULL,4,'2015-07-03 11:21:22',4,'7504cca1-0bb3-476a-84df-7b1634cc508c'),(1231,3090,3085,NULL,4,'2015-07-03 11:21:22',3,'a970811b-2cbc-467b-a944-5ae5863ca07b'),(1232,3090,3084,NULL,4,'2015-07-03 11:21:22',2,'d33fbdc0-ed62-4e46-a5c6-bd21431067d9'),(1233,3090,3088,NULL,4,'2015-07-03 11:21:22',6,'e3e2923d-5d76-4ce9-b147-3249a75b5e2a'),(1234,3090,3087,NULL,4,'2015-07-03 11:21:22',5,'3f7ab279-4859-48cb-b063-8ea731f879d0'),(1235,3090,3083,NULL,4,'2015-07-03 11:21:22',1,'c99cdbf9-c5d2-4a7a-8724-1b998e1abb45'),(1236,3096,3094,NULL,4,'2015-07-03 11:21:23',4,'561846a0-11b9-4dde-adcd-15f5b033960c'),(1237,3096,3091,NULL,4,'2015-07-03 11:21:23',1,'0f0679c3-d6f9-43cc-9a87-4452037082b9'),(1238,3096,3095,NULL,4,'2015-07-03 11:21:23',5,'a1ea0aad-a54e-40f6-a7de-4f3246b2495c'),(1239,3096,3093,NULL,4,'2015-07-03 11:21:23',3,'3148e613-c419-4554-8cb4-9863421eb3c1'),(1240,3096,3092,NULL,4,'2015-07-03 11:21:23',2,'bf0bf58c-3eb5-4e83-87a4-857805cb44db'),(1241,3100,3097,NULL,4,'2015-07-03 11:21:24',1,'dff33057-ed06-4732-a543-d096d776c78d'),(1242,3100,3098,NULL,4,'2015-07-03 11:21:24',2,'8899754f-27b8-4c34-bf27-c1923c0bd6b0'),(1243,3100,3099,NULL,4,'2015-07-03 11:21:24',3,'4ab9fbb5-4478-4723-b4bd-b6b0b053723d'),(1244,3105,3102,NULL,4,'2015-07-03 11:21:25',1,'61df0617-7967-4274-be10-a23f210bb595'),(1245,3105,3103,NULL,4,'2015-07-03 11:21:25',2,'898de027-8bc8-4864-b02a-129050f5b02a'),(1246,3105,3104,NULL,4,'2015-07-03 11:21:25',3,'cc804ee8-2ecf-4212-b8bd-b70b9a2128ec'),(1247,3108,1107,NULL,4,'2015-07-03 11:21:25',2,'42423c31-6a3d-4a27-9239-b70009be121b'),(1248,3108,3106,NULL,4,'2015-07-03 11:21:25',1,'a6606cff-b12b-481f-a341-1adc71213c86'),(1249,3108,3107,NULL,4,'2015-07-03 11:21:25',3,'8ca6ef33-5497-4b31-9372-ce5b593f5f7b'),(1250,3114,3113,NULL,4,'2015-07-03 11:21:26',5,'93c73cbf-dc9c-4f82-87f0-0151bd8d4b52'),(1251,3114,1033,NULL,4,'2015-07-03 11:21:26',6,'923d9545-90e9-4d6d-8892-f27c4a369127'),(1252,3114,3111,NULL,4,'2015-07-03 11:21:26',3,'352fc2eb-f00b-47fb-8914-7841419a0d75'),(1253,3114,3109,NULL,4,'2015-07-03 11:21:26',1,'c1525d90-fc91-4d81-9c68-d91a3865378c'),(1254,3114,3110,NULL,4,'2015-07-03 11:21:26',2,'b28c2cfb-04a6-4d27-bea4-57241b209bd9'),(1255,3114,3112,NULL,4,'2015-07-03 11:21:26',4,'c689e124-be20-401f-9b34-b8d39dc079ac'),(1256,3118,3116,NULL,4,'2015-07-03 11:21:27',2,'44399ab4-2798-4690-b14c-429f0fba5c81'),(1257,3118,3115,NULL,4,'2015-07-03 11:21:27',1,'93efcc98-0b29-475d-9d2c-f7c80a7d21a9'),(1258,3118,3117,NULL,4,'2015-07-03 11:21:27',3,'00438073-7cd0-4ee8-9d08-ef960689a5c3'),(1259,3122,1033,NULL,4,'2015-07-03 11:21:28',1,'d9007441-57b1-4b69-be11-7e20699373c0'),(1260,3122,3121,NULL,4,'2015-07-03 11:21:28',2,'1e3d28ef-c30a-4d6c-be24-978c894e217a'),(1272,1114,1016,NULL,4,'2015-07-03 11:51:49',1,'6f4cfcde-0666-494f-a3da-c89c081addbd'),(1273,1114,1015,NULL,4,'2015-07-03 11:51:49',2,'96962364-317c-47c9-958f-ba75d45f0ba5'),(1274,1114,1014,NULL,4,'2015-07-03 11:51:49',3,'07a29fa9-3701-40db-a968-7ac860418f51'),(1275,1116,1017,NULL,4,'2015-07-03 11:51:50',1,'69d6e562-5f62-4d0d-94dd-0bfc9299f29f'),(1276,1116,112,NULL,4,'2015-07-03 11:51:50',2,'ecc7756e-42cd-4da0-ab05-ef62ae1ae8dd'),(1277,1126,1018,NULL,4,'2015-07-03 11:51:51',1,'98ef2bf7-abce-4d1c-a165-4d290c87c383'),(1278,1126,1019,NULL,4,'2015-07-03 11:51:51',2,'b2a1a5ea-ead7-4b92-b878-6b74aed26926'),(1279,1126,1021,NULL,4,'2015-07-03 11:51:51',3,'5e845a4c-a0e5-45d4-b5ec-21d306d566d9'),(1280,1126,1020,NULL,4,'2015-07-03 11:51:51',4,'7f47db60-80b5-4566-baf3-773d2d265796'),(1281,1129,1034,NULL,4,'2015-07-03 11:51:52',1,'c4a0b81e-bbd7-4ff7-b317-a8585fa068da'),(1282,1129,1035,NULL,4,'2015-07-03 11:51:52',2,'e7ccdcaf-5d6e-40da-b41c-5263c179d2a4'),(1283,1129,1036,NULL,4,'2015-07-03 11:51:52',3,'d5ee10d1-acb9-41a7-900f-723b1cacb553'),(1284,1129,1037,NULL,4,'2015-07-03 11:51:52',4,'5229afa7-f9ad-4cb0-b36b-6b2fa294725b'),(1285,1120,1022,NULL,4,'2015-07-03 11:51:55',1,'2d24f78b-1722-4bd4-9bf3-dbd3ca7df449'),(1286,1120,1031,NULL,4,'2015-07-03 11:51:55',2,'681c08fd-7f03-4a8b-88ba-8f3d110d84f5'),(1287,1120,1032,NULL,4,'2015-07-03 11:51:55',3,'cb39495c-25ec-4981-8942-c18c7f6cd9e1'),(1288,1120,1033,NULL,4,'2015-07-03 11:51:55',4,'3c63f5cb-805c-4d5a-9ad2-19ac61449a23'),(1289,1120,1023,NULL,4,'2015-07-03 11:51:55',5,'4959b050-b120-475d-8112-f3d483eddf46'),(1290,1120,1024,NULL,4,'2015-07-03 11:51:55',6,'9307795f-9489-4420-b252-bd46aa1dbbbf'),(1291,1120,1025,NULL,4,'2015-07-03 11:51:55',7,'a678f4e9-04f8-4654-9672-66e612489741'),(1292,1120,1026,NULL,4,'2015-07-03 11:51:55',8,'a58e601b-f9d6-4270-893c-4b0598b1d3fd'),(1293,1120,1027,NULL,4,'2015-07-03 11:51:55',9,'036f7d02-ec97-4d92-9dc2-ab5bd8c1fc81'),(1294,1120,1028,NULL,4,'2015-07-03 11:51:55',10,'44b7a978-9e02-4514-ac14-1187c8c34c0b'),(1295,1120,1029,NULL,4,'2015-07-03 11:51:55',11,'57f60e8a-553e-4005-a78f-d7872a4367b3'),(1296,1120,1030,NULL,4,'2015-07-03 11:51:55',12,'d00dde38-e4a1-4ead-aad8-b8d7851a8bbc'),(1297,1127,1039,NULL,4,'2015-07-03 11:51:56',1,'471371bb-99ef-41eb-9a5f-7412835a5b24'),(1298,1127,1038,NULL,4,'2015-07-03 11:51:56',2,'74d7870d-a3a1-41cb-bd34-101ae0eff10c'),(1299,1128,1041,NULL,4,'2015-07-03 11:51:57',1,'dfebeae2-2f5b-4f82-b7c3-dae0d043df03'),(1300,1128,1040,NULL,4,'2015-07-03 11:51:57',2,'5654b20a-2ff0-4a67-8a47-1f86b217be75'),(1301,1110,1042,NULL,4,'2015-07-03 11:51:58',1,'7c438da3-2468-4631-868e-c815a0395f7c'),(1302,1110,1043,NULL,4,'2015-07-03 11:51:58',2,'c1384f64-ab48-4ecc-906c-5a45c0c1039b'),(1303,1110,1044,NULL,4,'2015-07-03 11:51:58',3,'5a8ba3a5-bde0-459b-9b2e-3a0625436d28'),(1304,1110,1045,NULL,4,'2015-07-03 11:51:58',4,'26bdc1e4-df2c-46d9-840c-78f23878d5cc'),(1305,1110,1046,NULL,4,'2015-07-03 11:51:58',5,'f7ad123a-e652-4754-aee4-7527ae411b4b'),(1306,1110,1109,NULL,4,'2015-07-03 11:51:58',6,'14b6733a-21d6-4269-b1d2-f9e020e0e8d2'),(1307,1106,1048,NULL,4,'2015-07-03 11:51:59',1,'068c4689-61de-41e2-a0e7-6ccadb08ea36'),(1308,1106,1049,NULL,4,'2015-07-03 11:51:59',2,'6c9dc1c8-176b-4438-83a6-1c360e0ccdbb'),(1309,1106,1047,NULL,4,'2015-07-03 11:51:59',3,'8d4c0233-90b8-4b95-b96f-95d9b6678b04'),(1310,1106,1050,NULL,4,'2015-07-03 11:51:59',4,'5feb04f3-0812-4a97-85ed-4bf18251e80e'),(1311,1106,1104,NULL,4,'2015-07-03 11:51:59',5,'c6baaa0b-474e-4a09-8f45-4236c9139850'),(1312,1106,1105,NULL,4,'2015-07-03 11:51:59',6,'6f55ecf1-f433-42f4-be38-d1a52c925cb7'),(1313,1106,3139,NULL,4,'2015-07-03 11:51:59',7,'76ce310c-7938-4cdf-bfea-efab8518bb2a'),(1314,1106,1033,NULL,4,'2015-07-03 11:51:59',8,'8cd76da3-7cd3-4fda-a0e7-c9b092b8b1fe'),(1315,1108,1089,NULL,4,'2015-07-03 11:52:01',1,'b7390bb3-a1ce-4040-bc96-fb331149d8ff'),(1316,1108,1090,NULL,4,'2015-07-03 11:52:01',2,'b54101b3-c41a-4c41-9b96-1496a8dc3611'),(1317,1108,1092,NULL,4,'2015-07-03 11:52:01',3,'d69ac793-4d35-4cf9-862d-ad1daae012ff'),(1318,1108,1091,NULL,4,'2015-07-03 11:52:01',4,'c265b5dd-20ed-4ba4-8ab3-ceea99b96ba1'),(1319,1108,1093,NULL,4,'2015-07-03 11:52:01',5,'5ea16df3-7abe-4089-8566-81199afc4c13'),(1320,1108,3140,NULL,4,'2015-07-03 11:52:01',6,'8a8ba180-3a75-4744-a752-f0daaa185601'),(1321,1102,901,NULL,4,'2015-07-03 11:52:34',1,'cd0f0d21-ea06-4454-9aec-1f509bdb1310'),(1322,1102,1033,NULL,4,'2015-07-03 11:52:34',2,'c3a25c6b-02b7-4d3d-9d7b-ae4dae9ce5f8'),(1323,1102,3137,NULL,4,'2015-07-03 11:52:34',3,'67ad0f98-bc6c-40e5-8357-49aa4989a417'),(1324,1102,1008,NULL,4,'2015-07-03 11:52:34',4,'01c84372-ab16-4d09-b351-b69ea8b962ed'),(1325,1102,884,NULL,4,'2015-07-03 11:52:34',5,'d9cb7b9d-0fdf-469c-805d-86200b5354c0'),(1326,1102,1009,NULL,4,'2015-07-03 11:52:34',6,'163ebba2-6a96-44c0-9012-51042e5f54b3'),(1327,1102,1010,NULL,4,'2015-07-03 11:52:34',7,'49476644-f087-471c-838d-7abade0c3568'),(1328,1102,1011,NULL,4,'2015-07-03 11:52:34',8,'6e9aa26a-884a-4e37-80dc-5adf8314f11b'),(1329,1102,1012,NULL,4,'2015-07-03 11:52:34',9,'4f58eb44-c8cb-40cf-afd3-a0bbc0dcc097'),(1330,1102,1013,NULL,4,'2015-07-03 11:52:34',10,'c95bcbac-ecad-4882-b355-3920407bd1cf'),(1331,1102,888,NULL,4,'2015-07-03 11:52:34',11,'1c48f955-14e8-4f3b-b318-85b0f43cecfe'),(1332,1145,1051,NULL,4,'2015-07-03 11:52:37',1,'e6eb9416-841e-43ba-89d8-f3601bf8b280'),(1333,1145,1060,NULL,4,'2015-07-03 11:52:37',2,'b2ee50e6-765a-43cc-9053-ff1172d68284'),(1334,1145,3142,NULL,4,'2015-07-03 11:52:37',3,'1eccc3be-0aee-452e-b09f-6cf235acda02'),(1335,1145,3143,NULL,4,'2015-07-03 11:52:37',4,'429681bf-f1c7-49ea-a224-55990476f24b'),(1336,1145,3144,NULL,4,'2015-07-03 11:52:37',5,'c4040df9-65ff-43e9-8a25-5383b02b3324'),(1337,1145,1052,NULL,4,'2015-07-03 11:52:37',6,'8e2ca190-dccb-4329-a056-8d72997e83b3'),(1338,1145,1053,NULL,4,'2015-07-03 11:52:37',7,'b3d7d8a5-df9a-4e3f-95d3-6af507faadc5'),(1339,1145,1054,NULL,4,'2015-07-03 11:52:37',8,'bd5e0a60-c0a6-4d92-918e-7a1fb75aaf0c'),(1340,1145,1055,NULL,4,'2015-07-03 11:52:37',9,'be5f36a3-5b96-4c26-a4c3-b6f9798232d8'),(1341,1145,1056,NULL,4,'2015-07-03 11:52:37',10,'409dde23-a5e7-4919-a42a-2889f47509c5'),(1342,1145,1057,NULL,4,'2015-07-03 11:52:37',11,'f844f11c-5c5b-466d-bbe5-a34478b20112'),(1343,1145,1058,NULL,4,'2015-07-03 11:52:37',12,'4f62c890-e87e-488b-a521-c37c0209fe06'),(1344,1145,1059,NULL,4,'2015-07-03 11:52:37',13,'f7b20b28-1552-4cb7-a874-3cd8c1f95226'),(1345,1146,2146,NULL,4,'2015-07-03 11:52:38',1,'4d14a66d-96ec-41f0-a4de-79cb05fdaa0e'),(1346,1146,2147,NULL,4,'2015-07-03 11:52:38',2,'88fa6934-d260-4fc8-b726-d72c179f55e5'),(1347,1146,1975,NULL,4,'2015-07-03 11:52:38',3,'0e556693-936c-40d8-9d3f-19d135d8ea08'),(1348,1149,1061,NULL,4,'2015-07-03 11:52:39',1,'bd0c3a84-2240-4313-86f1-0f030538ea6c'),(1349,1149,1062,NULL,4,'2015-07-03 11:52:39',2,'686e02bb-2fec-4d5d-9d1c-a23e97c8dde0'),(1350,1149,1063,NULL,4,'2015-07-03 11:52:39',3,'172c0cee-053b-49cf-b598-664accfcb512'),(1351,1149,1064,NULL,4,'2015-07-03 11:52:39',4,'a2b992ec-d145-483e-8b37-8d54a958bbc1'),(1352,1150,1061,NULL,4,'2015-07-03 11:52:39',1,'41c1e39a-4d26-4f81-af90-f47d97740f9b'),(1353,1150,1062,NULL,4,'2015-07-03 11:52:39',2,'8c7b6cf5-0de8-4cf9-988a-c88db55345b2'),(1354,1150,1063,NULL,4,'2015-07-03 11:52:39',3,'b09b5d2f-a674-4bea-a777-6149409d55f4'),(1355,1150,1064,NULL,4,'2015-07-03 11:52:39',4,'c23a344b-563b-45da-8c07-bc48c9f36859'),(1356,1151,1061,NULL,4,'2015-07-03 11:52:40',1,'ce200eec-9a5c-4156-8966-f8b66b6de3a8'),(1357,1151,1062,NULL,4,'2015-07-03 11:52:40',2,'285df035-fd9d-4936-98eb-118475135328'),(1358,1151,1063,NULL,4,'2015-07-03 11:52:40',3,'c72b2a7e-a919-4f10-a3e1-3734508bb93e'),(1359,1151,1064,NULL,4,'2015-07-03 11:52:40',4,'8cc60cda-cdbb-40e3-af32-4fb8b1cf1fd5'),(1360,1152,1061,NULL,4,'2015-07-03 11:52:41',1,'cec61246-001a-4f8c-9e01-f07053f09330'),(1361,1152,1062,NULL,4,'2015-07-03 11:52:41',2,'f16aa973-d39b-4760-a11c-329ae3df916b'),(1362,1152,1063,NULL,4,'2015-07-03 11:52:41',3,'9597e9f0-7b3b-4994-a73b-a77895ad83d0'),(1363,1152,1064,NULL,4,'2015-07-03 11:52:41',4,'a5daf46c-b37d-41e3-b884-d493b069bea4'),(1364,1153,1061,NULL,4,'2015-07-03 11:52:42',1,'8830f2bc-9e0b-40bc-be7a-361d3c22087e'),(1365,1153,1062,NULL,4,'2015-07-03 11:52:42',2,'07deb427-ca8d-4cc4-85d6-3a9e10c01dad'),(1366,1153,1063,NULL,4,'2015-07-03 11:52:42',3,'b4a3c48b-1ced-4bdd-9cbe-8deffce78b75'),(1367,1153,1064,NULL,4,'2015-07-03 11:52:42',4,'efea271b-d552-4fb3-bbfa-7b3ab9e1108c'),(1368,3145,1064,NULL,4,'2015-07-03 11:52:43',3,'ee7324c1-9b21-40cb-9531-dc488310f353'),(1369,3145,1062,NULL,4,'2015-07-03 11:52:43',4,'74879c0b-2b30-4c91-893f-16347c4bcf86'),(1370,3145,1063,NULL,4,'2015-07-03 11:52:43',2,'37548898-a415-48ae-b064-a91468143342'),(1371,3145,1061,NULL,4,'2015-07-03 11:52:43',1,'5af5b417-4654-4789-852e-cb3a2238ccdc'),(1372,1148,1065,NULL,4,'2015-07-03 11:52:44',1,'40845b74-19ba-4c4c-9c47-e8dfa8b17df4'),(1373,1148,1066,NULL,4,'2015-07-03 11:52:44',2,'f9ee723d-9541-4516-93a2-92acaac2e173'),(1374,1155,1073,NULL,4,'2015-07-03 11:52:47',1,'cbad1693-7426-4654-bf8a-25f2a54c7e24'),(1375,1155,1078,NULL,4,'2015-07-03 11:52:47',2,'30193bec-25e3-42df-83c6-030489d29810'),(1376,1155,1079,NULL,4,'2015-07-03 11:52:47',3,'94f9c646-990b-46ef-b878-0f391b122893'),(1377,1155,1080,NULL,4,'2015-07-03 11:52:47',4,'d9840eb4-737d-414b-a064-d6d9ab7b2cc8'),(1378,1155,1081,NULL,4,'2015-07-03 11:52:47',5,'ece00667-0b22-4057-9098-7d8619158f16'),(1379,1155,1082,NULL,4,'2015-07-03 11:52:47',6,'040dcff0-d8d1-4540-a095-0a3f87d41aee'),(1380,1155,1154,NULL,4,'2015-07-03 11:52:47',7,'bf9b6266-5f49-4834-99d5-4f0275ecee65'),(1381,1155,1074,NULL,4,'2015-07-03 11:52:47',8,'7a57ae53-06e7-4fec-9794-6ddf1ad957ad'),(1382,1155,607,NULL,4,'2015-07-03 11:52:47',9,'3e81f6bb-e12c-4e8c-868a-b7f795af653a'),(1383,1155,882,NULL,4,'2015-07-03 11:52:47',10,'01e2677f-70ef-4d71-a415-467a4458ef0b'),(1384,1155,1065,NULL,4,'2015-07-03 11:52:47',11,'3c7cc3f6-1552-4c28-bf57-e6b3046e685b'),(1385,1155,850,NULL,4,'2015-07-03 11:52:47',12,'ca724c53-18b0-4108-bb75-d4d90057cc87'),(1386,1155,1075,NULL,4,'2015-07-03 11:52:47',13,'a6b3f557-f00e-4729-a11d-6375a3de4961'),(1387,1155,1076,NULL,4,'2015-07-03 11:52:47',14,'ac875a83-9d16-48ea-9e67-5066b0ab20e0'),(1388,1155,1077,NULL,4,'2015-07-03 11:52:47',15,'a7f5e836-3685-478c-b453-e523f2a8e2d7'),(1389,1138,1094,NULL,4,'2015-07-03 11:52:48',1,'d424a2c4-3b0f-4839-92ef-b493b1bc751c'),(1390,1138,1095,NULL,4,'2015-07-03 11:52:48',2,'b9024305-6304-4f41-8687-0419fa67a421'),(1391,1138,1096,NULL,4,'2015-07-03 11:52:48',3,'ec6ea74b-2933-4b73-bbbb-496e29b41359'),(1392,1138,1097,NULL,4,'2015-07-03 11:52:48',4,'f0056478-eeee-4520-af56-e2c3db9e6769'),(1393,1144,1067,NULL,4,'2015-07-03 11:52:50',1,'5f5db7ad-7638-49d5-af38-68d7875b0661'),(1394,1144,1068,NULL,4,'2015-07-03 11:52:50',2,'e25f7533-1c73-4ab2-9d95-31b0e4452e71'),(1395,1144,1070,NULL,4,'2015-07-03 11:52:50',3,'009c3929-b49f-4829-a2e2-8a8b7fb6ad55'),(1396,1144,1069,NULL,4,'2015-07-03 11:52:50',4,'feee9b53-c73a-436f-a826-75aaef1f1b05'),(1397,1144,1071,NULL,4,'2015-07-03 11:52:50',5,'8af40fd6-cefb-4ad9-9ff9-aa9453146a5b'),(1398,1144,1072,NULL,4,'2015-07-03 11:52:50',6,'7acc254a-a21f-49f1-9054-eddb8550473d'),(1399,1144,1143,NULL,4,'2015-07-03 11:52:50',7,'9f8eef16-4d5b-4bf9-a0e3-7f53a9ce4898'),(1400,1144,3146,NULL,4,'2015-07-03 11:52:50',8,'57de82ec-86f2-43be-9e2c-c844225e8b52'),(1401,3160,3161,NULL,1,'2016-05-05 13:13:38',1,'6afd427f-12b2-11e6-8c00-080027d2adbd'),(1402,3155,1468,NULL,4,'2016-06-22 17:54:43',1,'b72404f9-e569-4933-b289-416486cc0abf'),(1403,3155,1474,NULL,4,'2016-06-22 17:54:43',2,'451c1c72-8acf-4785-b915-7418f0a384ea'),(1404,3172,1016,NULL,4,'2016-11-09 16:21:22',4,'df72c6da-4d7f-4fe6-8c7e-f4b0e06de4bb'),(1405,3172,3170,NULL,4,'2016-11-09 16:21:22',2,'f3a2cba8-8874-45b1-b8ee-e22c80f33dc7'),(1406,3172,3171,NULL,4,'2016-11-09 16:21:22',3,'de0385b8-d49e-41b1-8d46-9e5f5d050d9b'),(1407,3172,3169,NULL,4,'2016-11-09 16:21:22',1,'59c8c78e-71b3-4f9a-b83f-4fb6d83736bb'),(1408,3178,1869,NULL,4,'2016-11-09 16:27:26',2,'fea8aaff-08a3-45f9-9340-f3c925841ff5'),(1409,3178,1868,NULL,4,'2016-11-09 16:27:26',1,'fc64f204-e6c8-4b12-923e-f3732ab1fbd0'),(1410,3195,3191,NULL,4,'2016-11-10 11:01:02',1,'cfc52161-4d1b-41c2-ab6a-656c3e4fbb57'),(1411,3195,3192,NULL,4,'2016-11-10 11:01:02',2,'a813f1d2-4454-4986-8f1c-95a18f2d4cb4'),(1412,3195,3194,NULL,4,'2016-11-10 11:01:02',4,'f8a8c81b-ea91-45f8-ac1d-d7f98a51915c'),(1413,3195,3193,NULL,4,'2016-11-10 11:01:02',3,'c8e84dd1-60bb-4494-8928-ca05711aab29'),(1414,1228,3196,NULL,4,'2017-01-11 12:13:24',1,'276fb586-fdd0-4082-80b1-661a661c06e8'),(1415,1228,3197,NULL,4,'2017-01-11 12:13:24',2,'092fba3b-2f37-4dad-9a27-b73ad01dd677'),(1416,1228,3198,NULL,4,'2017-01-11 12:13:24',3,'32860412-c938-47b8-ba3b-f97c5973bd53'),(1417,1228,3199,NULL,4,'2017-01-11 12:13:24',4,'1a4a3041-12f2-444c-9a29-1d4bdfb43508'),(1418,1228,3200,NULL,4,'2017-01-11 12:13:24',5,'46954552-a290-49be-855a-b64a721d9be5'),(1419,1228,3201,NULL,4,'2017-01-11 12:13:24',6,'a6a684c6-c480-4c2b-82d9-706f99713a6c'),(1420,1322,3196,NULL,4,'2017-01-11 12:29:13',1,'73d1f025-2813-4cde-b4d8-17da780ef8e6'),(1421,1322,3197,NULL,4,'2017-01-11 12:29:13',2,'1aaf6f60-0513-46e6-9499-e6cd722b135d'),(1422,1322,3198,NULL,4,'2017-01-11 12:29:13',3,'e4465250-07e0-4691-9f8d-c3b77225cf4f'),(1423,1322,3199,NULL,4,'2017-01-11 12:29:13',4,'6655388c-50db-4833-a010-503639a4933e'),(1424,1322,3200,NULL,4,'2017-01-11 12:29:13',5,'e6b4281f-1cf2-4a6f-bf18-e1eb3cfc8f14'),(1425,1322,3201,NULL,4,'2017-01-11 12:29:13',6,'5d27e923-1929-41f4-8c41-e27091bf8915'),(1426,1266,1738,NULL,4,'2017-01-11 12:30:43',1,'6713e0c7-30ef-4c2e-bf91-7860121dcc32'),(1427,1266,1016,NULL,4,'2017-01-11 12:30:43',2,'84435338-7ece-4d0c-afc0-880df45ad181'),(1428,3340,3196,NULL,4,'2018-07-19 04:59:04',1,'1a9dfe00-e4bd-4e96-89c1-295ec092a1c2'),(1429,3340,3197,NULL,4,'2018-07-19 04:59:04',2,'901bf2f2-a7f7-4208-8cd8-e0470fda7147'),(1430,3340,3198,NULL,4,'2018-07-19 04:59:04',3,'3a0d55a9-d46a-41fc-ae1a-2081b9465b29'),(1431,3340,3199,NULL,4,'2018-07-19 04:59:04',4,'648d7dd6-9338-41ce-997d-16cf48868bdf'),(1432,3340,3200,NULL,4,'2018-07-19 04:59:04',5,'ce0c3082-452b-4f70-a829-428f9f31735b'),(1433,3340,3201,NULL,4,'2018-07-19 04:59:04',6,'d4358a50-8384-4169-b189-23e645cfbc50'),(1434,3534,1016,NULL,4,'2018-07-19 05:00:01',1,'7d6d8b50-d605-4ad5-a7cb-cc6cb45f932f'),(1435,3534,1738,NULL,4,'2018-07-19 05:00:01',2,'947ce696-c4ad-4dac-a7b2-962c2cb7685b'),(1436,3550,1016,NULL,4,'2018-07-19 05:00:45',1,'146e012f-277c-4009-96c5-6893c8b69889'),(1437,3550,1738,NULL,4,'2018-07-19 05:00:45',2,'07fd40f5-e734-4e79-b7e8-8825f42db467'),(1438,3548,1016,NULL,4,'2018-07-19 05:01:11',1,'ed2d1794-716c-4ab8-aaea-e679e817637f'),(1439,3548,1738,NULL,4,'2018-07-19 05:01:11',2,'c293d0c9-7750-404f-8be9-d9a45a1dda5f'),(1440,3343,3196,NULL,4,'2018-07-19 05:02:38',1,'74d86be6-cb66-4f6b-ab92-9114bffac127'),(1441,3343,3197,NULL,4,'2018-07-19 05:02:38',2,'6df246ca-3152-48be-9c25-559760b97562'),(1442,3343,3198,NULL,4,'2018-07-19 05:02:38',3,'024c33fb-1e48-4b07-8d1c-96a581db7bea'),(1443,3343,3199,NULL,4,'2018-07-19 05:02:38',4,'f9c132ae-cea9-4c0d-bd34-f061d12acaea'),(1444,3343,3200,NULL,4,'2018-07-19 05:02:38',5,'dcdf789d-8e96-4e8e-9b3a-49ca4d1ee5b3'),(1445,3343,3201,NULL,4,'2018-07-19 05:02:38',6,'de49ed3c-53ea-42b5-9062-128bd5443fba'),(1446,3543,1016,NULL,4,'2018-07-19 05:03:05',1,'fa013efc-8121-45ec-a330-f728086df726'),(1447,3543,1738,NULL,4,'2018-07-19 05:03:05',2,'a4d9917f-2a0e-41d4-ae8e-41b09315c5a9'),(1448,3342,3196,NULL,4,'2018-07-19 05:04:47',1,'86fa4ebb-b748-42fa-9f6e-bc7b034b97f7'),(1449,3342,3197,NULL,4,'2018-07-19 05:04:47',2,'77014d48-68da-4564-82ea-c660de71dae1'),(1450,3342,3198,NULL,4,'2018-07-19 05:04:47',3,'d14c7652-499c-4ee8-afa3-5a47ec17706a'),(1451,3342,3199,NULL,4,'2018-07-19 05:04:47',4,'bd2bc36b-6905-4f6a-ab44-4b925f29b013'),(1452,3342,3200,NULL,4,'2018-07-19 05:04:47',5,'917e67fb-bd02-40e3-b0ec-46de7fe767ad'),(1453,3342,3201,NULL,4,'2018-07-19 05:04:47',6,'66d2072e-af11-4ad6-809c-25b4d4518e5c'); +/*!40000 ALTER TABLE `concept_answer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_attribute` +-- + +DROP TABLE IF EXISTS `concept_attribute`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_attribute` ( + `concept_attribute_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL, + `attribute_type_id` int(11) NOT NULL, + `value_reference` text NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`concept_attribute_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `concept_attribute_concept_fk` (`concept_id`), + KEY `concept_attribute_attribute_type_id_fk` (`attribute_type_id`), + KEY `concept_attribute_creator_fk` (`creator`), + KEY `concept_attribute_changed_by_fk` (`changed_by`), + KEY `concept_attribute_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_attribute` +-- + +LOCK TABLES `concept_attribute` WRITE; +/*!40000 ALTER TABLE `concept_attribute` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_attribute` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_attribute_type` +-- + +DROP TABLE IF EXISTS `concept_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_attribute_type` ( + `concept_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `min_occurs` int(11) NOT NULL, + `max_occurs` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_attribute_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `concept_attribute_type_creator_fk` (`creator`), + KEY `concept_attribute_type_changed_by_fk` (`changed_by`), + KEY `concept_attribute_type_retired_by_fk` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_attribute_type` +-- + +LOCK TABLES `concept_attribute_type` WRITE; +/*!40000 ALTER TABLE `concept_attribute_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_class` +-- + +DROP TABLE IF EXISTS `concept_class`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_class` ( + `concept_class_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `description` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`concept_class_id`), + UNIQUE KEY `concept_class_uuid_index` (`uuid`), + KEY `concept_class_retired_status` (`retired`), + KEY `concept_class_creator` (`creator`), + KEY `user_who_retired_concept_class` (`retired_by`), + KEY `concept_class_name_index` (`name`), + KEY `concept_class_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_class` +-- + +LOCK TABLES `concept_class` WRITE; +/*!40000 ALTER TABLE `concept_class` DISABLE KEYS */; +INSERT INTO `concept_class` VALUES (1,'Test','Acq. during patient encounter (vitals, labs, etc.)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4907b2-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(2,'Procedure','Describes a clinical procedure',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d490bf4-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(3,'Drug','Drug',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d490dfc-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(4,'Diagnosis','Conclusion drawn through findings',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4918b0-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(5,'Finding','Practitioner observation/finding',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d491a9a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(6,'Anatomy','Anatomic sites / descriptors',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d491c7a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(7,'Question','Question (eg, patient history, SF36 items)',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d491e50-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(8,'LabSet','Panels',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d492026-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(9,'MedSet','Term to describe medication sets',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4923b4-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(10,'ConvSet','Term to describe convenience sets',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d492594-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(11,'Misc','Terms which don\'t fit other categories',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d492774-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(12,'Symptom','Patient-reported observation',1,'2004-10-04 00:00:00',0,NULL,NULL,NULL,'8d492954-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(13,'Symptom/Finding','Observation that can be reported from patient or found on exam',1,'2004-10-04 00:00:00',0,NULL,NULL,NULL,'8d492b2a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(14,'Specimen','Body or fluid specimen',1,'2004-12-02 00:00:00',0,NULL,NULL,NULL,'8d492d0a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(15,'Misc Order','Orderable items which aren\'t tests or drugs',1,'2005-02-17 00:00:00',0,NULL,NULL,NULL,'8d492ee0-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(16,'Concept Attribute','Concept Attribute class',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'824534e8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(17,'Abnormal','Abnormal class',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'824a6818-3f10-11e4-adec-0800271c1b75',NULL,NULL),(18,'Duration','Duration class',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'824ea769-3f10-11e4-adec-0800271c1b75',NULL,NULL),(19,'Concept Details','Concept Details class',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'82516ba3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(20,'Frequency','A class for order frequencies',1,'2014-03-06 00:00:00',0,NULL,NULL,NULL,'8e071bfe-520c-44c0-a89b-538e9129b42a',NULL,NULL),(21,'Image','Image class',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'980fd002-3f10-11e4-adec-0800271c1b75',NULL,NULL),(22,'Computed','Computed',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'981390a9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(23,'URL','URL',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'bb5ca648-3f10-11e4-adec-0800271c1b75',NULL,NULL),(24,'Sample','Lab Samples Concept Class',1,'2014-09-29 00:00:00',0,NULL,NULL,NULL,'0fb09bcb-47c6-11e4-8125-0800271c1b75',NULL,NULL),(25,'Department','Lab Departments Concept Class',1,'2014-09-29 00:00:00',0,NULL,NULL,NULL,'0fb2dd00-47c6-11e4-8125-0800271c1b75',NULL,NULL),(26,'LabTest','Lab Tests',1,'2014-12-23 00:00:00',0,NULL,NULL,NULL,'33a6291c-8a92-11e4-977f-0800271c1b75',NULL,NULL),(27,'Radiology','Radiology Orders',1,'2014-12-23 00:00:00',0,NULL,NULL,NULL,'33a83162-8a92-11e4-977f-0800271c1b75',NULL,NULL),(28,'Computed/Editable','Computed/Editable',1,'2014-12-23 00:00:00',0,NULL,NULL,NULL,'33ba1bef-8a92-11e4-977f-0800271c1b75',NULL,NULL),(29,'Case Intake','Case Intake class',1,'2015-02-19 00:00:00',0,NULL,NULL,NULL,'c2b3514b-b7fb-11e4-9c67-080027b662ec',NULL,NULL),(30,'Bacteriology Attributes','Bacteriology Attributes Concept Class',1,'2016-05-05 00:00:00',0,NULL,NULL,NULL,'692fef5f-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(31,'Bacteriology Results','Bacteriology Results Concept Class',1,'2016-05-05 00:00:00',0,NULL,NULL,NULL,'6931feac-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(32,'Unknown','Unknown class',1,'2016-05-05 00:00:00',0,NULL,NULL,NULL,'6b01c3e9-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(33,'Video','Video class',1,'2016-09-15 00:00:00',0,NULL,NULL,NULL,'f0f29072-7b1c-11e6-b0eb-0800276b4d49',NULL,NULL); +/*!40000 ALTER TABLE `concept_class` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_complex` +-- + +DROP TABLE IF EXISTS `concept_complex`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_complex` ( + `concept_id` int(11) NOT NULL, + `handler` varchar(255) DEFAULT NULL, + PRIMARY KEY (`concept_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_complex` +-- + +LOCK TABLES `concept_complex` WRITE; +/*!40000 ALTER TABLE `concept_complex` DISABLE KEYS */; +INSERT INTO `concept_complex` VALUES (1002,'ImageUrlHandler'),(3049,'ImageUrlHandler'),(3202,'VideoUrlHandler'); +/*!40000 ALTER TABLE `concept_complex` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_datatype` +-- + +DROP TABLE IF EXISTS `concept_datatype`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_datatype` ( + `concept_datatype_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `hl7_abbreviation` varchar(3) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_datatype_id`), + UNIQUE KEY `concept_datatype_uuid_index` (`uuid`), + KEY `concept_datatype_retired_status` (`retired`), + KEY `concept_datatype_creator` (`creator`), + KEY `user_who_retired_concept_datatype` (`retired_by`), + KEY `concept_datatype_name_index` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_datatype` +-- + +LOCK TABLES `concept_datatype` WRITE; +/*!40000 ALTER TABLE `concept_datatype` DISABLE KEYS */; +INSERT INTO `concept_datatype` VALUES (1,'Numeric','NM','Numeric value, including integer or float (e.g., creatinine, weight)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a4488-c2cc-11de-8d13-0010c6dffd0f'),(2,'Coded','CWE','Value determined by term dictionary lookup (i.e., term identifier)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a48b6-c2cc-11de-8d13-0010c6dffd0f'),(3,'Text','ST','Free text',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a4ab4-c2cc-11de-8d13-0010c6dffd0f'),(4,'N/A','ZZ','Not associated with a datatype (e.g., term answers, sets)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a4c94-c2cc-11de-8d13-0010c6dffd0f'),(5,'Document','RP','Pointer to a binary or text-based document (e.g., clinical document, RTF, XML, EKG, image, etc.) stored in complex_obs table',1,'2004-04-15 00:00:00',0,NULL,NULL,NULL,'8d4a4e74-c2cc-11de-8d13-0010c6dffd0f'),(6,'Date','DT','Absolute date',1,'2004-07-22 00:00:00',0,NULL,NULL,NULL,'8d4a505e-c2cc-11de-8d13-0010c6dffd0f'),(7,'Time','TM','Absolute time of day',1,'2004-07-22 00:00:00',0,NULL,NULL,NULL,'8d4a591e-c2cc-11de-8d13-0010c6dffd0f'),(8,'Datetime','TS','Absolute date and time',1,'2004-07-22 00:00:00',0,NULL,NULL,NULL,'8d4a5af4-c2cc-11de-8d13-0010c6dffd0f'),(10,'Boolean','BIT','Boolean value (yes/no, true/false)',1,'2004-08-26 00:00:00',0,NULL,NULL,NULL,'8d4a5cca-c2cc-11de-8d13-0010c6dffd0f'),(11,'Rule','ZZ','Value derived from other data',1,'2006-09-11 00:00:00',0,NULL,NULL,NULL,'8d4a5e96-c2cc-11de-8d13-0010c6dffd0f'),(12,'Structured Numeric','SN','Complex numeric values possible (ie, <5, 1-10, etc.)',1,'2005-08-06 00:00:00',0,NULL,NULL,NULL,'8d4a606c-c2cc-11de-8d13-0010c6dffd0f'),(13,'Complex','ED','Complex value. Analogous to HL7 Embedded Datatype',1,'2008-05-28 12:25:34',0,NULL,NULL,NULL,'8d4a6242-c2cc-11de-8d13-0010c6dffd0f'); +/*!40000 ALTER TABLE `concept_datatype` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_description` +-- + +DROP TABLE IF EXISTS `concept_description`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_description` ( + `concept_description_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL DEFAULT '0', + `description` text NOT NULL, + `locale` varchar(50) NOT NULL DEFAULT '', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_description_id`), + UNIQUE KEY `concept_description_uuid_index` (`uuid`), + KEY `user_who_changed_description` (`changed_by`), + KEY `description_for_concept` (`concept_id`), + KEY `user_who_created_description` (`creator`) +) ENGINE=InnoDB AUTO_INCREMENT=213 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_description` +-- + +LOCK TABLES `concept_description` WRITE; +/*!40000 ALTER TABLE `concept_description` DISABLE KEYS */; +INSERT INTO `concept_description` VALUES (1,5,'EVERY DAY','en',1,'2014-09-18 14:18:05',NULL,NULL,'81a2b6d7-3f10-11e4-adec-0800271c1b75'),(2,6,'TWICE A DAY','en',1,'2014-09-18 14:18:05',NULL,NULL,'81a39995-3f10-11e4-adec-0800271c1b75'),(3,7,'THREE A DAY','en',1,'2014-09-18 14:18:05',NULL,NULL,'81b11f40-3f10-11e4-adec-0800271c1b75'),(4,8,'FOUR A DAY','en',1,'2014-09-18 14:18:05',NULL,NULL,'81b1f0da-3f10-11e4-adec-0800271c1b75'),(5,10,'BEFORE A MEAL','en',1,'2014-09-18 14:18:05',NULL,NULL,'81b9b0e7-3f10-11e4-adec-0800271c1b75'),(6,11,'AFTER A MEAL','en',1,'2014-09-18 14:18:05',NULL,NULL,'81baa007-3f10-11e4-adec-0800271c1b75'),(7,12,'AT BEDTIME','en',1,'2014-09-18 14:18:05',NULL,NULL,'81c1935e-3f10-11e4-adec-0800271c1b75'),(8,28,'Consultation Note','en',1,'2014-09-18 14:18:05',NULL,NULL,'81d7da03-3f10-11e4-adec-0800271c1b75'),(9,979,'desc Smoking History','en',4,'2014-12-24 15:52:47',NULL,NULL,'40c7591f-a272-4042-8aac-ddd473349203'),(10,313,'desc Cephalic','en',4,'2014-12-24 15:55:29',NULL,NULL,'d98b4686-fcb4-4cf6-9aec-ad0e4691e6b2'),(11,314,'desc Breech','en',4,'2014-12-24 15:55:54',NULL,NULL,'0881ced7-547c-4354-871b-6492e95ef4d7'),(12,324,'desc Normal','en',4,'2014-12-24 15:59:19',NULL,NULL,'b5d03417-3ed5-432d-9886-1381ece306c6'),(13,325,'desc Erosion','en',4,'2014-12-24 15:59:33',NULL,NULL,'e036ab7a-ddc8-4170-9a77-f00dfa84e145'),(14,328,'desc VIA +ve','en',4,'2014-12-24 15:59:58',NULL,NULL,'1e4d0dc3-79eb-4d47-9ec6-b425d719d003'),(15,317,'desc Present','en',4,'2014-12-24 16:01:08',NULL,NULL,'897a0e16-5ae6-4512-9fdb-b11b41d2b023'),(16,318,'desc Absent','en',4,'2014-12-24 16:01:23',NULL,NULL,'822ec8a1-f785-4ec1-96b2-8e43be4c81e1'),(17,161,'desc Examination Notes','en',4,'2014-12-24 17:30:08',NULL,NULL,'45b7f453-63fd-4443-aa28-1d3fa1a0a199'),(18,1118,'Category, Period, Doses etc','en',4,'2015-02-19 12:21:53',NULL,NULL,'2d29afeb-bde6-4c42-b043-a1a13cfdce04'),(19,1132,'If past history of Tuberculosis','en',4,'2015-02-19 12:22:06',4,'2015-07-03 11:52:17','c33a9a06-e64f-4bd4-b1ca-9f9c613f8ec8'),(20,1156,'If no then enter details in notes','en',4,'2015-02-19 12:23:00',NULL,NULL,'28034709-1355-49d5-89bb-0775a2d512db'),(21,1717,'TSH description','en',4,'2015-05-04 15:50:16',NULL,NULL,'4c85d42a-314d-4e75-9653-b59ae707e056'),(22,1753,'Goal less than 6.5, do NOT order more than every 3 months','en',4,'2015-05-05 15:14:06',NULL,NULL,'5f810666-dd19-401d-9cc5-47456c13effc'),(23,1767,'patients with DM need renoprotection with ACEi, check Cr and urine protein','en',4,'2015-05-05 15:14:06',NULL,NULL,'ccf482a6-e1bf-4ca1-9300-adf1ea7eff23'),(24,1768,'patients with DM should be on at least atorvastatin 20mg given daily increased risk of CAD','en',4,'2015-05-05 15:14:06',NULL,NULL,'95115459-d3a4-4312-8bbb-f56ea437cc42'),(25,1769,'should check LDL at least yearly','en',4,'2015-05-05 15:14:06',NULL,NULL,'f3726320-5cbd-49ae-a183-abd894e4629a'),(26,1770,'Examine feet for diabetic foot ulcers at every visit to prevent risk of amputation','en',4,'2015-05-05 15:14:06',NULL,NULL,'774579c3-f38c-4495-93fa-4aa35decbc3e'),(27,1771,'Patient should have eye exam yearly','en',4,'2015-05-05 15:14:06',NULL,NULL,'33121768-5e36-421b-b54c-4c9cfc1be3af'),(28,1802,'DM patient’s goal 130/80','en',4,'2015-05-05 15:24:50',NULL,NULL,'2b2cf267-bcf5-4791-921a-0fdabb10f047'),(29,1812,'Poorly understood mechanism, but risk factors above','en',4,'2015-05-05 15:28:23',NULL,NULL,'d1f790f4-138b-448a-a135-2e5a033053a2'),(30,1822,'Check at least once yearly with urine protein to assess for kidney damage','en',4,'2015-05-05 15:28:24',NULL,NULL,'9934a90c-d7fa-4c91-8bef-9922cb6ed3b3'),(31,1824,'Goal is less than 130','en',4,'2015-05-05 15:28:24',NULL,NULL,'c9f07733-d0a0-4eca-b200-064e9f92a2ed'),(32,1825,'Do not check more than once yearly','en',4,'2015-05-05 15:28:24',NULL,NULL,'72824a1d-ed02-410a-ab17-f3da29fec5cc'),(33,1854,'Goal: most patients goal BP Greater than 140/90;
\nAge Greater than 60 goal Greater than 150/90;
\nDiabetics goal Greater than 130/80
','en',4,'2015-05-05 15:39:10',NULL,NULL,'d3357ec8-97c1-4f1c-a92d-eed86567b6b4'),(34,1905,'Except neo-natal and maternal death.','en',1,'2015-05-26 12:11:35',NULL,NULL,'e7d9a914-bab2-4e27-8015-6771ff3929b1'),(35,2171,'I → Asymptomatic
II → Mild Symptoms
III → Severe Symptoms
IV → Advanced Symptoms','en',1,'2015-05-26 13:09:50',NULL,NULL,'727d502a-b91a-4d9a-9896-7806d8f826bb'),(36,2178,'
  • Location
  • \n\n
  • Severity
  • \n\n
  • Quality
  • \n\n
  • Timing : Constant / Intermittent, how long did it last
  • \n\n
  • Duration : When did it Start
  • \n\n
  • Modifying Factors : Anything make it better or worse
  • \n\n
  • Context : What were you doing when it started
  • \n\n
  • Associated Signs or Symptoms
  • ','en',1,'2015-05-26 13:09:50',NULL,NULL,'894aa303-47df-49e4-b839-f6bc2573b347'),(37,2179,'
  • General \n
  • \n
  • HEENT\n
  • \n
  • CV\n
  • \n
  • Lungs\n
  • \n
  • Abdomen\n
  • \n
  • MSK\n
  • \n
  • Skin\n
  • \n
  • Neuro \n
  • \n
  • Psych
  • ','en',1,'2015-05-26 13:09:50',NULL,NULL,'182b6bfc-015c-487e-b32f-2b12a41e7550'),(38,2180,'
  • Most likely diagnosis and other differential diagnosis\n
  • \n
  • Stable, unstable, improved / worse / same\n
  • \n
  • Patient counseling and education on ____\n
  • \n
  • Diagnostic plan and orders\n
  • \n
  • Medication plan and prescription
  • ','en',1,'2015-05-26 13:09:50',NULL,NULL,'8fd26e4a-8c19-47d2-9117-fd3ca71d939d'),(39,2223,'Registered date in HIV care service','en',1,'2015-05-26 13:09:52',NULL,NULL,'607e10bb-1dbc-4504-846a-a232132ac4d9'),(40,2246,'Ask patient he/she have any other chronic disease. If they have, record that here.','en',1,'2015-05-26 13:09:53',NULL,NULL,'772fe7ab-7ff7-4d89-96b3-47bea92d100d'),(41,2247,'Record drug name and dosages for the chronic illness.','en',1,'2015-05-26 13:09:53',NULL,NULL,'403b2c1d-6683-4375-a79d-db0d4f8e95c0'),(42,2248,'Record the date when the patient is eligible for ART drug. Use National ART Guideline, CD4 Count and WHO Staging.','en',1,'2015-05-26 13:09:53',NULL,NULL,'8dbc1b52-935f-4d99-b32a-668c546fd304'),(43,2249,'Record ART Started date and regimen.','en',1,'2015-05-26 13:09:53',NULL,NULL,'aa6eb595-3a26-4ca8-8df9-de7c55a85c9d'),(44,2251,'If patient comes from another site to our place, record that site name.','en',1,'2015-05-26 13:09:53',NULL,NULL,'e422bf0a-5e8c-48fe-8a5a-ef538fae1802'),(45,2254,'Record viral load 6months after the treatment started and then repeat once in every 12 months.','en',1,'2015-05-26 13:09:54',NULL,NULL,'5dde6c52-2fce-46fa-8a1b-10f6f1708dfb'),(46,2256,'Need to repeat once in every six months.','en',1,'2015-05-26 13:09:54',NULL,NULL,'0f6e0a38-cf4f-4299-9e2c-bdff892bdc15'),(47,2264,'Need to record here transfer out site name.','en',1,'2015-05-26 13:09:54',NULL,NULL,'e131be03-21d8-4b80-9fb2-72abad0fb32a'),(48,2267,'If patients switched from first line to second line, then record the switched date here.','en',1,'2015-05-26 13:09:54',NULL,NULL,'c7adb7d6-da0e-4186-8e7c-9389396f0c75'),(49,2273,'If patient\'s regimen is changed or substituted, record the date.','en',1,'2015-05-26 13:09:55',NULL,NULL,'c1ae1d99-b3a0-4ef5-9e26-acd5b1209fb5'),(50,2308,'A --> greater than 95%
    B --> 80‐95%
    C --> less than 80%','en',1,'2015-05-26 13:09:56',NULL,NULL,'d77926fa-e6a7-4959-a54a-f5fc2cb6f31d'),(51,2360,'A --> greater than 95%
    B --> 80‐95%
    C --> less than 80%','en',1,'2015-05-26 13:10:00',NULL,NULL,'fc88f502-b891-4c61-b14e-214de80d844b'),(52,2388,'If PMTCT case record here mother ARV Regimen','en',1,'2015-05-26 13:13:03',NULL,NULL,'9dda8fff-105f-4c71-b5a9-629c74d1183f'),(53,2466,'
  • 1st visit less than 24 hours
  • \n\n
  • 2nd visit less than 3 days
  • \n\n
  • 3rd visit less than 7 days
  • ','en',1,'2015-05-26 14:09:01',NULL,NULL,'c912d479-2ef6-44ce-9487-3326a789a407'),(54,2495,'Birth Spacing - ( 2 or more years between births)
    \nBirth Limiting – ( You are done with having children)
    ','en',1,'2015-05-26 14:09:02',NULL,NULL,'6980bc8f-b5c7-4ccd-b3ae-2cffffec4c38'),(55,2501,'Depo (Rx 150mg IMx1): Administer at discharge.
    \nPatient may get irregular or decreased menses.
    \nRefill at HP in 3months.
    \nCOC (combination progesterone and estrogen): Do NOT use while breastfeeding
    ','en',1,'2015-05-26 14:09:03',NULL,NULL,'c1d9f1cd-cc9d-4176-b059-c2a133ebd3e4'),(56,2503,'Condoms (dispense 40): these also protect against STIs
    \nDepo (Rx 150mg IMx1): Administer at discharge.
    \nPatient may get irregular or decreased menses
    \nCOC (combination progesterone and estrogen): Do NOT use while breastfeeding
    ','en',1,'2015-05-26 14:09:03',NULL,NULL,'0ce19982-e3cd-42c8-aae8-5c2f4f941ef9'),(57,2504,'Encourage patient to use condoms, COC or Depo while they wait to get one of the below procedures done
    \n- IUCD: Works for 12 years and is available at private pharmacy clinic or Mangelsen
    \n- Implant: Works for 5 years, available at Mangelsen
    \n- Mini-lap: Permanent for women
    \n- Vasectomy: Permanent for men
    ','en',1,'2015-05-26 14:09:03',NULL,NULL,'ce66631a-5937-4597-b3b6-b62e330352bf'),(58,2527,'- Greater than 3 months presence of kidney damage (usually detected as urinary albumin excretion of more than 30 mg/day, or equivalent)
    \n- decreased kidney function (defined as estimated glomerular filtration rate [eGFR] less than 60 mL/min per 1.73 m2)
    ','en',1,'2015-05-26 14:25:52',NULL,NULL,'70f445c3-76a0-4248-bb72-c0c1aef99686'),(59,2532,'- Glomerular diseases (diabetes, autoimmune diseases, systemic infections, drugs, neoplasia).
    \n- Vascular diseases (atherosclerosis, hypertension, ischemia, vasculitis, thrombotic microangiopathy).
    \n- Tubulointerstitial diseases (urinary tract infections, stones, obstruction, drug toxicity).
    \n- Cystic disease (polycystic kidney disease).
    ','en',1,'2015-05-26 14:25:52',NULL,NULL,'1ed48ccf-e9da-4a2b-9c6a-85c2f4e26a6f'),(60,2536,'Cortical scarring due to infarcts, pyelonephritis or vesicoureteral reflux','en',1,'2015-05-26 14:25:53',NULL,NULL,'c4254f90-a405-471d-ad29-e67f6b5ce673'),(61,2537,'Renal masses or enlarged kidneys due to infiltrative diseases','en',1,'2015-05-26 14:25:53',NULL,NULL,'c4c32a58-ee83-442c-8296-40ff38032d23'),(62,2538,'Small and echogenic kidneys (common in later stages of CKD due to many parenchymal diseases)','en',1,'2015-05-26 14:25:53',NULL,NULL,'d9e2be2c-8f47-4dfc-8adf-dd64f945116b'),(63,2559,'Cockroft - Gault equation
    \nMale   [1.23Xweight x (140-age) ] /creatinine
    \nFemale [1.08Xweight x (140-age) ] /creatinine
    \nCalculator for GFR can be found at http://egfrcalc.renal.org/
    \n
      \n
    • G1   GFR>90: Normal or high
    • \n
    • G2   GFR 60 to 89: Mildly decreased
    • \n
    • G3a GFR 45 to 59: Mildly to moderately decreased
    • \n
    • G3b GFR 30 to 44: Moderately to severely decreased
    • \n
    • G4   GFR 15 to 29: Severely decreased
    • \n
    • G5   GFR<15: Kidney failure (add D if treated by dialysis)
    • \n
    ','en',1,'2015-05-26 14:28:35',NULL,NULL,'6ea19889-280b-40c0-ace1-08349b7ed4f3'),(64,2564,'If yes, start furosemide 20mg po bid after confirming there is no hypokalemia (low K)
    ','en',1,'2015-05-26 14:28:36',NULL,NULL,'e62c8db6-1ad3-4e7b-9c4f-24d3cdae1816'),(65,2566,'Should check istat q3months if on diuretics and if not on diuretics q6 months to trend Cr
    ','en',1,'2015-05-26 14:28:36',NULL,NULL,'a0779b45-67d7-40f5-b724-d47cf1950d04'),(66,2567,'Enalapril 5mg po daily for stage 2 CKD or worse
    ','en',1,'2015-05-26 14:28:36',NULL,NULL,'3097375f-c5b5-4dd2-8f96-99270eb4b1d7'),(67,2581,'Dyspnea
    Sputum
    Chronic cough >3 months in 2 successive years
    Wheezing
    Chest tightness','en',1,'2015-05-26 14:30:24',NULL,NULL,'ba6e7673-e6a3-4721-a154-f1a65ad1a172'),(68,2583,'CXR features
    - Increased radiolucency of the lung, a flat diaphragm
    - Bullae, defined as radiolucent areas larger than one centimeter
    - advanced disease → cardiac shadow enlarged due to pulmonary hypertension and cor pulmonale','en',1,'2015-05-26 14:30:24',NULL,NULL,'4513c058-f753-42f8-9648-40a9df07770d'),(69,2607,'1 - I only get breathless with strenuous exercise.
    \n\n\n 2 - Short of breath hurrying on flat ground/walking up a slight hill.
    \n\n\n 3 - Flat ground - I walk slower than people of the same age because of breathlessness, or have to stop for breath when walking at my own pace.
    \n\n\n 4 - Stop for breath after walking 100m or after a few min flat ground.
    \n\n \n 5 - I am too breathless to leave the house /breathless when dressing.
    ','en',1,'2015-05-26 14:31:48',NULL,NULL,'40ed6e74-fb3c-4240-aae1-e43b65b16ea6'),(70,2614,'
  • Location
  • \n\n
  • Severity
  • \n\n
  • Quality
  • \n\n
  • Timing : Constant / Intermittent, how long did it last
  • \n\n
  • Duration : When did it Start
  • \n\n
  • Modifying Factors : Anything make it better or worse
  • \n\n
  • Context : What were you doing when it started
  • \n\n
  • Associated Signs or Symptoms
  • ','en',1,'2015-05-26 14:36:57',NULL,NULL,'50729d6b-e741-4cbb-8867-2a13c00819ca'),(71,2628,'.','en',1,'2015-05-26 14:36:58',NULL,NULL,'25c6bcb5-12a5-4e04-a98e-6bc2b5ac6185'),(72,2715,'Cigarettes/day or Packs/day? Years?','en',1,'2015-05-26 14:37:02',NULL,NULL,'b3e2fa58-bb9c-4259-bb51-951abfc145ee'),(73,2717,'Drinks/day, Type of Alcohol','en',1,'2015-05-26 14:37:02',NULL,NULL,'8403b709-c72d-49d3-88cd-c1498861e8ff'),(74,2718,'CAGE Questionnaire
    \nHave you ever felt you needed to Cut down on your drinking?
    \nHave people Annoyed you by criticizing your drinking?
    \nHave you ever felt Guilty about drinking?
    \nHave you ever felt you needed a drink first thing in the morning (Eye-opener) to steady your nerves or to get rid of a hangover?','en',1,'2015-05-26 14:37:02',NULL,NULL,'93d3bc15-a276-41e1-b6be-46ca2c579ff2'),(75,2720,'General
    \nHEENT
    \nCV
    \nLungs
    \nAbdomen
    \nMSK
    \nSkin
    \nNeuro
    \nPsych
    ','en',1,'2015-05-26 14:37:02',NULL,NULL,'e75928f1-2f04-4713-b958-de0e81e27bfa'),(76,2725,'Most likely diagnosis and other differential diagnosis (space for 2-3 others)
    \nStable, unstable, improved / worse / same
    \nPatient counseling and education on ____
    \nDiagnostic plan and orders
    \nMedication plan and prescription
    ','en',1,'2015-05-26 14:37:02',NULL,NULL,'1a5f9bee-f91e-4771-a2ba-e33fef5e193d'),(77,2728,'If more than 2 consider step-up current therapy to next level of treatment','en',1,'2015-05-26 14:37:03',NULL,NULL,'cf79cbec-7396-4010-8b0c-8d34fdb97bb1'),(78,2729,'If patient using more than 2 days / week, consider step-up therapy to next level of treatment','en',1,'2015-05-26 14:37:03',NULL,NULL,'d551bbfb-94b3-4df9-8c5d-87d1e3270b33'),(79,2730,'If 1-3x/ week consider step-up therapy to next level of treatment','en',1,'2015-05-26 14:37:03',NULL,NULL,'80cb6d0f-f777-4a7f-87ac-bb9c770f8d32'),(80,2736,'
      \n
    • Intermittent: Daytime asthma symptoms occurring two or fewer days per week - Two or fewer nocturnal awakenings per month
    • \n
    • Mild persistent: Symptoms more than twice weekly (although less than daily) - Three to four nocturnal awakenings per month due to asthma.
    • \n
    • Moderate persistent: Daily symptoms of asthma - Nocturnal awakenings > than once per week
    • \n
    • Severe persistent: Symptoms of asthma throughout the day - Nocturnal awakenings nightly
    • \n
    • Severe asthma: Symptoms not controlled by above treatment.
    • \n
    ','en',1,'2015-05-26 14:37:03',NULL,NULL,'31cc3564-e1f0-4ccd-9f7e-a6243f03eddc'),(81,2746,'Are the other medical problems controlled','en',1,'2015-05-26 14:37:05',NULL,NULL,'95a2cfbf-f3f5-46a2-b962-54e2e5be2a24'),(82,2751,'Class I - symptoms of HEART FAILURE only at activity levels that would limit normal individuals
    \nClass II - symptoms of HEART FAILURE with ordinary exertion
    \nClass III - symptoms of HEART FAILURE with less than ordinary exertion
    \nClass IV - symptoms of HEART FAILURE at rest','en',1,'2015-05-26 14:37:05',NULL,NULL,'d7e9e235-dd06-454d-9f34-278239990141'),(83,2754,'Baseline and then q12 months unless symptoms of chest pain','en',1,'2015-05-26 14:37:05',NULL,NULL,'9ee9def1-7797-4603-942b-feacafce0e05'),(84,2757,'Atenolol and nitrates are first-line treatment for angina','en',1,'2015-05-26 14:37:05',NULL,NULL,'72dc0ee5-c8d1-4272-bde1-926d8d5a3a42'),(85,2761,'All patient w/ CAD should be on at least 20mg atorvastatin or 40mg','en',1,'2015-05-26 14:37:05',NULL,NULL,'645b0ebb-3693-4822-b616-109c4f840c4e'),(86,2763,'All patients with CAD should be on low-dose aspirin for prevention unless a contraindication exists','en',1,'2015-05-26 14:37:05',NULL,NULL,'d1c36d47-29fd-405f-a481-1fd5d745b36c'),(87,2764,'Meet all 5 of the following\n
  • Inflammatory arthritis involving three or more joints
  • \n
  • Duration of symptoms is more than six weeks.
  • \n
  • Positive rheumatoid factor (RF)
  • \n
  • Elevated levels of C-reactive protein (CRP) or the erythrocyte sedimentation rate (ESR)
  • \n
  • Diseases with similar clinical features have been excluded (crystal dz, lupus, psoriatic)
  • ','en',1,'2015-05-26 14:37:05',NULL,NULL,'d707bfce-c68a-4c58-80d7-2784b22977ee'),(88,2765,'Meet all 3 of the below:\n
  • Presence of inflammation in at least one joint
  • \n
  • The absence of an alternative diagnosis that better explains the joint inflammation
  • \n
  • Achievement of a total score of at least 6
  • ','en',1,'2015-05-26 14:37:05',NULL,NULL,'3ffa052a-7008-4b82-b636-c83cd28ecc95'),(89,2766,'
  • 1 Point - 2 to 10 large joints \nfrom among shoulders, elbows, hips, knees, and ankles)
  • \n\n
  • 2 Points - 1 to 3 small joints \n(from among the metacarpophalangeal joints, proximal interphalangeal\njoints, second through fifth metatarsophalangeal joints, thumb \ninterphalangeal joints, and wrists
  • \n\n
  • 3 Points - 4 to 10 small joints
  • \n\n
  • 5 Points - Greater than 10 joints (including at least 1 small joint)
  • ','en',1,'2015-05-26 14:37:06',NULL,NULL,'c9bb164d-26f3-469f-89c0-1773a2ceb4e8'),(90,2767,'Serological abnormality (rheumatoid factor)\n
  • 0 Point – If Negative
  • \n
  • 3 Points – If Positive
  • ','en',1,'2015-05-26 14:37:06',NULL,NULL,'3b5a0e2f-b485-4bd1-aac1-0172f46dc460'),(91,2768,'Elevated acute phase response (erythrocyte sedimentation rate [ESR]
    \nor C-reactive protein [CRP]) above the ULN
    \n
  • 0 Point – Both Not Raised
  • \n
  • 1 Point – At Least One Raised
  • ','en',1,'2015-05-26 14:37:06',NULL,NULL,'68f9f88a-f1ef-4297-843b-db0acb9afa0a'),(92,2769,'Symptom Duration\n
  • 0 Point – Less than 6 Weeks
  • \n
  • 1 Point – Greater than equal to 6 Weeks
  • ','en',1,'2015-05-26 14:37:06',NULL,NULL,'2dbd0da9-c0f9-416c-a64c-c9b7c9759f51'),(93,2772,'Pain control -- NSAIDs: paracetamol 500mg po qid, and/or ibuprofen 400mg po tid.
    \nAcute flare w/ evidence of joint swelling or effusions -- prednisolone 10mg po daily x 7 days.
    \n** STOP prednisone and NSAIDs when disease control is achieved.
    ','en',1,'2015-05-26 14:37:06',NULL,NULL,'c5750ef4-4c2b-4535-b485-10cb36159000'),(94,2773,'CONTRAINDICATIONS pregnant, breast-feeding, patients with liver disease or alcohol intake,
    \nrenal impairment, immunodeficiency syndrome
    ','en',1,'2015-05-26 14:37:06',NULL,NULL,'4133ed67-0b12-4fa6-80f3-980f9e81dc47'),(95,2774,'if yes, patients with resultant CHF or valve damage should be on lifelong penicillin, SEE BELOW for dosing regimen','en',1,'2015-05-26 14:37:06',NULL,NULL,'cd454025-90a3-4e9f-8652-ae9c9916c487'),(96,2775,'- Class I — symptoms of HEART FAILURE only at activity levels that would limit normal individuals
    \n- Class II — symptoms of HEART FAILURE with ordinary exertion
    \n- Class III — symptoms of HEART FAILURE with less than ordinary exertion
    \n- Class IV — symptoms of HEART FAILURE at rest
    ','en',1,'2015-05-26 14:37:06',NULL,NULL,'94133560-a60d-4ea8-93b1-23949720a15d'),(97,2776,'patients with resultant CHF or valve damage should be on lifelong penicillin,
    \nSEE BELOW for dosing regimen
    ','en',1,'2015-05-26 14:37:06',NULL,NULL,'0f7090f4-a871-40ef-b93c-69a2f309ef7e'),(98,2778,'Patients with mechanical valves should be on Coumadin with goal INR 2.5-3.5','en',1,'2015-05-26 14:37:06',NULL,NULL,'0462888c-a853-440e-a944-332600fabcbb'),(99,2781,'if either question above is yes,
    \nthen patient needs to be on penicillin until one of these requirements are met.
    \nSee below for dosing regimen
    ','en',1,'2015-05-26 14:37:06',NULL,NULL,'ba07153d-863e-452b-bdaa-07256407e3a2'),(100,2782,'Should get PCN with doses Benzathine penicillin G
    \nAdults above 27kg =1.2 million units IM once / 4 weeks
    \nChildren above 27kg = 600 000 units IM once/ 4 weeks
    ','en',1,'2015-05-26 14:37:06',NULL,NULL,'36c1e03b-c4f9-478c-aaf6-c62f99d2472f'),(101,2787,'Partial\n
  • Rhythmic jerking movements of the face, arm, or leg may stare into space
  • \n
  • Remain motionless
  • \n
  • Engage in repetitive behaviors ( facial grimacing, gesturing, chewing,\nlip smacking, snapping fingers, repeating words or phrases, walking, running, or undressing)
  • \nGeneralized / Tonic – Clonic:\n
  • Scream or shriek
  • \n
  • Appear cyanotic
  • \n
  • Violent muscle jerking / appears stiff
  • \n
  • Tongue biting
  • \n
  • Frothing from mouth
  • \n
  • Loss of bowel/bladder control
  • \n
  • Loss of consciousness
  • ','en',1,'2015-05-26 14:37:06',NULL,NULL,'bf5dbf49-506d-418e-aa9c-8ddc03c4d9dc'),(102,2791,'Ask about side effects, forgetfulness, doesn’t believe needs, other','en',1,'2015-05-26 14:37:07',NULL,NULL,'39691fef-ca9a-448c-b579-7ec87f175d1c'),(103,2792,'if patient is planning on getting pregnant,
    \nplease discuss case with MBBS, MDGP, or specialist
    ','en',1,'2015-05-26 14:37:07',NULL,NULL,'37684623-f972-4aa1-81d7-732ad91d4704'),(104,2801,'if yes, please counsel patient on quitting smoking','en',1,'2015-05-26 14:37:07',NULL,NULL,'1bc293e2-a1eb-4d9e-9f64-ac8ac8c8dd1e'),(105,2806,'All patients with prior stroke should be on low-dose aspirin unless history of life threatening GI bleeding','en',1,'2015-05-26 14:37:07',NULL,NULL,'1bee07da-4317-4346-a51e-7f2437390ccc'),(106,2807,'All patients with prior stroke should be on a statin.','en',1,'2015-05-26 14:37:07',NULL,NULL,'c3617b62-edb4-4f42-9640-2d9c809f8eec'),(107,2829,'if BP greater than 120/70, patient should be on anti-hypertensive therapy
    ','en',1,'2015-05-26 14:40:35',NULL,NULL,'6a8a9426-105b-4b7c-970b-42a0dfdf47a3'),(108,2843,'
  • Location
  • \n\n
  • Severity
  • \n\n
  • Quality
  • \n\n
  • Timing : Constant / Intermittent, how long did it last
  • \n\n
  • Duration : When did it Start
  • \n\n
  • Modifying Factors : Anything make it better or worse
  • \n\n
  • Context : What were you doing when it started
  • \n\n
  • Associated Signs or Symptoms
  • ','en',1,'2015-05-26 14:44:44',NULL,NULL,'4a2d596d-d163-4c7e-8063-df09b185774d'),(109,2850,'Cigarettes/day or Packs/day? Years?','en',1,'2015-05-26 14:44:44',NULL,NULL,'76abd3dd-31e9-46e6-b213-c45adaef1c12'),(110,2852,'Drinks/day, Type of Alcohol','en',1,'2015-05-26 14:44:44',NULL,NULL,'1018ec8b-df6a-4376-bf04-a1994fec6e30'),(111,2853,'CAGE Questionnaire
    \nHave you ever felt you needed to Cut down on your drinking?
    \nHave people Annoyed you by criticizing your drinking?
    \nHave you ever felt Guilty about drinking?
    \nHave you ever felt you needed a drink first thing in the morning (Eye-opener) to steady your nerves or to get rid of a hangover?','en',1,'2015-05-26 14:44:44',NULL,NULL,'2e54068c-20ea-43f7-b3a1-9fb918595aba'),(112,2864,'General
    \nHEENT
    \nCV
    \nLungs
    \nAbdomen
    \nMSK
    \nSkin
    \nNeuro
    \nPsych
    ','en',1,'2015-05-26 14:44:45',NULL,NULL,'46378a2a-74fb-46cf-9b67-d152c7f387ab'),(113,2890,'Most likely diagnosis and other differential diagnosis (space for 2-3 others)
    \nStable, unstable, improved / worse / same
    \nPatient counseling and education on ____
    \nDiagnostic plan and orders
    \nMedication plan and prescription
    ','en',1,'2015-05-26 14:44:48',NULL,NULL,'0d4b6b54-5f64-4992-b883-903d80d41cd2'),(114,2907,'Enter this, only for treatment intake cases','en',1,'2015-05-26 14:49:55',NULL,NULL,'287c120f-fd40-43a1-bb4b-4dd651987f88'),(115,2910,'Enter this, for both intake and follow-up cases','en',1,'2015-05-26 14:49:55',NULL,NULL,'bc5a4ff0-1600-4e18-bc4d-4d924ca8d616'),(116,2921,'Enter this, only if the patient is ending the leprosy treatment','en',1,'2015-05-26 14:49:56',NULL,NULL,'faaf980a-5fe2-405f-b3db-1be066f7e94b'),(117,2962,'type sent to pathology (gallbladder and cystic duct, etc.).
    \nDRAINS (T-tube in RUQ, etc.)
    ','en',1,'2015-05-26 14:51:23',NULL,NULL,'235a98c2-2f20-4488-861e-c11729f16079'),(118,3016,'type sent to pathology (gallbladder and cystic duct, etc.).
    \nDRAINS (T-tube in RUQ, etc.)
    ','en',1,'2015-05-26 15:03:10',NULL,NULL,'068e07bb-4b66-43b6-87bc-35aaeff1613b'),(119,3031,'Hgt:
    \nWgt:
    \nGeneral:
    \nGCS: E: V: M:
    \nHEENT:
    \nNECK:
    \nHeart:
    \nChest/Lungs:
    \nAbdomen:
    \nBack:
    \nRectal:
    \nExtremities:
    \nNeurologic:
    ','en',1,'2015-05-26 15:03:43',NULL,NULL,'da08e945-5772-4427-bd4c-89ecf541144a'),(120,3114,'If treatment is Chemotherapy','en',4,'2015-07-03 11:21:26',NULL,NULL,'19a02cda-93bb-45f0-a8db-19e1df19d2a9'),(121,3118,'If treatment is Chemotherapy','en',4,'2015-07-03 11:21:27',NULL,NULL,'0c623bf3-ecbe-4800-aed0-b364028cc8a9'),(122,3122,'If treatment is Surgery','en',4,'2015-07-03 11:21:28',NULL,NULL,'6e57d62b-60b3-450f-839a-eda4a0091246'),(123,3172,'\"Not read\" includes samples with insufficient sample, saliva or other','en',4,'2016-11-09 16:21:22',NULL,NULL,'f76c7c2f-9883-451d-adaf-f53311a9dacd'),(124,3558,'Anaemia Panel','en',4,'2017-04-10 06:34:31',NULL,NULL,'ed50047b-f27e-4e08-9ab1-1cff8d9189c2'),(125,1178,'APTT','en',4,'2017-04-10 06:34:31',NULL,NULL,'4e3ab703-7e13-4daa-9ba2-5acfc3b5d5de'),(126,3559,'Biochemistry','en',4,'2017-04-10 06:34:32',NULL,NULL,'9a1a446f-4e14-4fc9-944a-c45d9529fec6'),(127,1461,'CBC','en',4,'2017-04-10 06:34:33',NULL,NULL,'e36e90e2-1a55-46c0-9558-d6b92dcbe34f'),(128,3560,'Coagulation Factor','en',4,'2017-04-10 06:34:33',NULL,NULL,'4ea44d9a-54d1-4168-b0ae-666c2b2aedcf'),(129,3561,'Cross Match','en',4,'2017-04-10 06:34:34',NULL,NULL,'d0f48cef-a437-4a8b-9dc7-c4aabfa0c73c'),(130,3562,'Differential Count','en',4,'2017-04-10 06:34:34',NULL,NULL,'fff545cc-d13d-4090-96f4-7449b208b822'),(131,3563,'Electrolyte','en',4,'2017-04-10 06:34:34',NULL,NULL,'105d36e5-e870-47b1-baee-593480f40ab4'),(132,3564,'Environment','en',4,'2017-04-10 06:34:34',NULL,NULL,'3acf6e12-465f-4fed-ae3a-45a61043397d'),(133,3565,'Haematology','en',4,'2017-04-10 06:34:34',NULL,NULL,'33d537e0-5f0f-40a1-80ba-8be2a0ba569e'),(134,1477,'Lipid Profile','en',4,'2017-04-10 06:34:35',NULL,NULL,'4e871344-c998-445a-a195-9aeed73a0e0e'),(135,3566,'Prothrombin Time','en',4,'2017-04-10 06:34:35',NULL,NULL,'dcb37fa4-87f7-4bce-bb29-54d33cf8af1c'),(136,3567,'Routine Blood','en',4,'2017-04-10 06:34:35',NULL,NULL,'b37d298b-1392-4100-8394-1c029158134f'),(137,3568,'Routine Urine','en',4,'2017-04-10 06:34:36',NULL,NULL,'63f5db00-6c33-46e8-b01b-99b564bae44e'),(138,3569,'Semen Analysis','en',4,'2017-04-10 06:34:36',NULL,NULL,'ccae32f3-dea4-48b8-9e96-2e8618982311'),(139,3570,'Stool Microscopy w/o Concetration','en',4,'2017-04-10 06:34:36',NULL,NULL,'277e11d8-32aa-4845-88db-6d2d83512277'),(140,3571,'Stool Microscopy with Concetration','en',4,'2017-04-10 06:34:37',NULL,NULL,'13ec39f7-857e-40ec-b649-1dea80133ea3'),(141,3572,'Thyroid Function','en',4,'2017-04-10 06:34:37',NULL,NULL,'e988a8ac-7115-4cbb-8539-3bafe8712c4e'),(142,3573,'Urine LE/Nitrite','en',4,'2017-04-10 06:34:37',NULL,NULL,'33e38bad-eadb-4a9e-9426-bd9a7aad2e1a'),(143,3574,'Urine Microscopy','en',4,'2017-04-10 06:34:37',NULL,NULL,'72fdf886-539d-40de-b794-6a1683620c18'),(144,3575,'Vaginal Panel','en',4,'2017-04-10 06:34:38',NULL,NULL,'7f4741ea-0a3a-4d0b-98e4-60e925187543'),(145,3576,'Urine Protein Creatinine Ratio','en',4,'2017-04-10 06:34:38',NULL,NULL,'a6792877-5471-40fa-a7f7-8ad58563f100'),(146,1380,'Haematology','en',4,'2017-04-11 12:30:56',NULL,NULL,'1b405198-9c5e-44ca-a14c-4f27d5ba1f80'),(147,1382,'Biochemistry','en',4,'2017-04-11 12:42:51',NULL,NULL,'f8fb8fc5-f8a1-4a03-8318-19f98769721a'),(148,1381,'Urine','en',4,'2017-04-11 12:42:54',NULL,NULL,'df0fdbdc-9d98-436c-b70f-0403915ad39f'),(149,1384,'Stool','en',4,'2017-04-11 12:42:55',NULL,NULL,'102e898d-e417-49f9-b799-67334aa48159'),(150,3554,'Microbiology','en',4,'2017-04-11 12:42:56',NULL,NULL,'48b5a666-d5e8-4721-bc45-a4170f4b4a52'),(151,3555,'Histo Pathology','en',4,'2017-04-11 12:42:56',NULL,NULL,'d63e4e7a-1d1e-47e6-b9e8-c112ce334f24'),(152,3556,'Serology','en',4,'2017-04-11 12:42:58',NULL,NULL,'1fb59fa8-3b2f-47cc-ae94-1e54c293bac3'),(153,3557,'Vaginal','en',4,'2017-04-11 12:42:58',NULL,NULL,'59b70686-e835-48c4-87a7-1571bd007bb7'),(154,3209,'APTT (Test) (Blood)','en',4,'2017-04-11 13:07:47',NULL,NULL,'4098d19e-69b0-4227-88ef-159baee67781'),(155,3213,'Gram Stain (Asitic Fluid)','en',4,'2017-04-11 13:07:47',NULL,NULL,'72c5a36a-7d28-462b-88ef-ad7a5172ea25'),(156,3217,'ZN Stain (Asitic Fluid)','en',4,'2017-04-11 13:07:47',NULL,NULL,'82b71d38-8f94-4acf-8c8d-c8795858bd86'),(157,3239,'INR Ratio (Blood)','en',4,'2017-04-11 13:07:47',NULL,NULL,'2bc16267-5f41-4b4e-a3c8-8d9c2bdc6a6c'),(158,3240,'Prothrombin Time (Control) (Blood)','en',4,'2017-04-11 13:07:47',NULL,NULL,'c52cc45f-b052-4115-b717-2f797115eeb0'),(159,3241,'Prothrombin Time (Test) (Blood)','en',4,'2017-04-11 13:07:47',NULL,NULL,'6a551fc8-1dc1-4071-b57b-96f44216175a'),(160,1356,'Gram Stain (CSF)','en',4,'2017-04-11 13:07:47',NULL,NULL,'8e2b0c6a-53a5-4f3d-8a8d-ac4b3e4ea726'),(161,3257,'Pendy Reagent Test','en',4,'2017-04-11 13:07:47',NULL,NULL,'e3d36649-1a65-47b2-a5fb-e64512323fb3'),(162,3260,'ZN Stain (CSF)','en',4,'2017-04-11 13:07:48',NULL,NULL,'f52e238b-23e6-471f-9724-949815684caa'),(163,1333,'Gram Stain (Semen)','en',4,'2017-04-11 13:07:48',NULL,NULL,'b97958c2-5df7-4c3a-a3cc-d47b4469b07d'),(164,3290,'Gram Stain (Knee Joint Fluid)','en',4,'2017-04-11 13:07:48',NULL,NULL,'d822feae-ccd1-4b4e-9d4c-2427ce173adc'),(165,3294,'ZN Stain (Knee Joint Fluid)','en',4,'2017-04-11 13:07:48',NULL,NULL,'83518c15-0983-4265-bcf5-efb26c887f65'),(166,3312,'Gram Stain (Plural Fluid)','en',4,'2017-04-11 13:07:48',NULL,NULL,'f51bb9e7-a6be-4c40-9d3c-340646c290c8'),(167,3316,'ZN Stain (Plural Fluid)','en',4,'2017-04-11 13:07:48',NULL,NULL,'fbd8fab3-6751-47b6-a848-3885b24c2562'),(168,3320,'Gram Stain (Body Fluid) (Pus)','en',4,'2017-04-11 13:07:48',NULL,NULL,'9436c874-d071-4f26-9112-9bce4fb6f4e3'),(169,3324,'ZN Stain (Body Fluid) (Pus)','en',4,'2017-04-11 13:07:48',NULL,NULL,'07886272-4570-45f4-8eb8-6b3f3b2ee04c'),(170,1422,'Gram Stain (Peritoneal Fluid)','en',4,'2017-04-11 13:07:48',NULL,NULL,'26b5f6ef-5fb4-4f75-8774-728bc1c36750'),(171,3337,'ZN Stain (Peritoneal Fluid)','en',4,'2017-04-11 13:07:48',NULL,NULL,'6b560707-143e-4386-8086-9b83454f4067'),(172,3344,'Colour','en',4,'2017-04-11 13:07:48',NULL,NULL,'13b0c3c3-4941-48b2-a485-42311fbbc5e2'),(173,3345,'Liquification time','en',4,'2017-04-11 13:07:48',NULL,NULL,'ff917e97-c9ea-46be-974f-504b8d13a916'),(174,1355,'Morphology','en',4,'2017-04-11 13:07:49',NULL,NULL,'cc94f0ef-7da2-4389-91cc-b73cd94a99f5'),(175,3346,'Motility','en',4,'2017-04-11 13:07:49',NULL,NULL,'7d37be76-390b-4317-b05c-9aeb46396e9a'),(176,3347,'Parasite','en',4,'2017-04-11 13:07:49',NULL,NULL,'38dbbd1b-0641-4a1c-b754-2e5b95867c03'),(177,1352,'Pus Cells (Semen)','en',4,'2017-04-11 13:07:49',NULL,NULL,'239b40f0-2768-4a37-a70b-df4c7d157e39'),(178,3348,'RBC (Semen)','en',4,'2017-04-11 13:07:49',NULL,NULL,'8ea01296-fda1-4c73-be50-51ff74bb0098'),(179,3349,'Result','en',4,'2017-04-11 13:07:49',NULL,NULL,'ee425e44-d5b6-4283-8049-6ac74cfa0bed'),(180,3350,'Total Count','en',4,'2017-04-11 13:07:49',NULL,NULL,'dac154b0-fde6-4431-a2e8-bddb9d2c0402'),(181,3351,'Viscoscity','en',4,'2017-04-11 13:07:49',NULL,NULL,'02a02500-e589-4431-9aa8-245ab7f458a8'),(182,1350,'Volume (Semen)','en',4,'2017-04-11 13:07:49',NULL,NULL,'d29875f5-41da-42b4-a664-5c76d8a45a80'),(183,3391,'ZN Stain (Urine)','en',4,'2017-04-11 13:07:49',NULL,NULL,'0d34b8bb-6965-45dc-a156-48d2ba6d0942'),(184,3396,'Montoux Test','en',4,'2017-04-11 13:07:49',NULL,NULL,'5f237f99-88b1-450c-ad46-8ea9a67ae9d1'),(185,3397,'Scrapping for Fungus','en',4,'2017-04-11 13:07:49',NULL,NULL,'4d9aa7bf-8f4c-436e-b852-87805805194d'),(186,3406,'APTT (Control) (Blood)','en',4,'2017-04-11 13:07:50',NULL,NULL,'e6c0212b-3f99-42e6-964d-9d5bd0cb1484'),(187,1338,'Gram Stain (Blood)','en',4,'2017-04-11 13:07:50',NULL,NULL,'a4b0d7f6-5604-4d65-8991-39c3c66b5036'),(188,1331,'Gram Stain (Urine)','en',4,'2017-04-11 13:07:50',NULL,NULL,'0b18f7b1-7a5c-4b4d-9f84-c294980093ec'),(189,1332,'Gram Stain (Stool)','en',4,'2017-04-11 13:07:50',NULL,NULL,'316a7637-9e1b-43de-829a-54b8dda80ec5'),(190,1334,'Gram Stain (Sputum)','en',4,'2017-04-11 13:07:50',NULL,NULL,'f2268eec-c612-4444-86b4-57ef0bc0526a'),(191,3412,'Gram Stain (Body Fluid)','en',4,'2017-04-11 13:07:50',NULL,NULL,'45c68ae8-77e6-4e6d-b83b-31508027916d'),(192,1341,'Gram Stain (Slit Skin)','en',4,'2017-04-11 13:07:50',NULL,NULL,'bbea6fb9-712b-4a7f-ad61-b6c64f2df5f4'),(193,3415,'ZN Stain (Stool)','en',4,'2017-04-11 13:07:50',NULL,NULL,'4ab428f5-d945-4d9b-ab0e-a2a2b44028d3'),(194,3416,'ZN Stain (Sputum)','en',4,'2017-04-11 13:07:50',NULL,NULL,'1045f5f5-1e06-4452-a457-6a21efb9a233'),(195,3417,'ZN Stain (Body Fluid)','en',4,'2017-04-11 13:07:51',NULL,NULL,'16a51bcf-1935-4de2-9b75-087480c110af'),(196,3418,'ZN Stain (Pus)','en',4,'2017-04-11 13:07:51',NULL,NULL,'cfe659ba-f61d-42e0-9bb4-7716d1ece79b'),(197,3419,'ZN Stain (Slit Skin)','en',4,'2017-04-11 13:07:51',NULL,NULL,'d9e09653-9393-4ab3-b6a8-e414cab909a3'),(198,1339,'Gram Stain (Pus)','en',4,'2017-04-11 13:07:51',NULL,NULL,'769f8e48-9ee1-4d27-b5cf-034e87fc832d'),(199,3425,'Gram Stain (Tissue)','en',4,'2017-04-11 13:07:51',NULL,NULL,'4fdb90f5-1bc4-4409-80a7-ae81fbd105d7'),(200,3426,'ZN Stain (Tissue)','en',4,'2017-04-11 13:07:51',NULL,NULL,'be53a4b6-34bd-447a-a554-ddaed7659c78'),(201,3427,'Hanging Drop (Stool)','en',4,'2017-04-11 13:07:51',NULL,NULL,'67561562-5b69-41de-b593-ad181e0dbae5'),(202,3434,'CSF India ink','en',4,'2017-04-11 13:07:51',NULL,NULL,'7002583f-fa4b-42c3-9541-0e98726e4b7f'),(203,3457,'Parasite (BAL)','en',4,'2017-04-11 13:07:52',NULL,NULL,'e34cf74c-c7d7-4e29-a5b6-8f3e2f840b74'),(204,3458,'ZN Stain (BAL)','en',4,'2017-04-11 13:07:52',NULL,NULL,'0d0124b5-10bc-4b59-994d-3bf4523dbca8'),(205,3459,'Gram Stain (BAL)','en',4,'2017-04-11 13:07:52',NULL,NULL,'798b0f72-e7ea-474f-a1e9-7ee6b069f661'),(206,3462,'Cytology (BAL)','en',4,'2017-04-11 13:07:52',NULL,NULL,'635f945b-5775-41d8-a060-fe98b3b7da94'),(207,1383,'Clinical Pathology','en',4,'2017-04-11 13:08:12',NULL,NULL,'4abc1cb6-bd82-4211-a759-4dc4e69608ef'),(208,3620,'Cross Match','en',4,'2017-04-11 15:20:37',NULL,NULL,'4e659b9f-43f7-4464-9ba2-6a2123b102d0'),(209,3600,'Asitic Fluid','en',4,'2017-04-11 15:20:54',NULL,NULL,'3a83374d-4302-444b-826b-e32e5915bba2'),(210,1492,'CSF','en',4,'2017-04-11 15:20:55',NULL,NULL,'5977b610-7c42-4a18-acde-da7144614145'),(211,3603,'Knee Joint Fluid','en',4,'2017-04-11 15:20:56',NULL,NULL,'e23b01f1-f3e6-4a84-a5bc-6c0e1192ce7a'),(212,1491,'Pleural Fluid','en',4,'2017-04-11 15:20:57',NULL,NULL,'7ec8f11a-9657-413b-8d93-99a1c39af0d3'); +/*!40000 ALTER TABLE `concept_description` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_map_type` +-- + +DROP TABLE IF EXISTS `concept_map_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_map_type` ( + `concept_map_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `is_hidden` tinyint(1) NOT NULL DEFAULT '0', + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_map_type_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `name` (`name`), + KEY `mapped_user_creator_concept_map_type` (`creator`), + KEY `mapped_user_changed_concept_map_type` (`changed_by`), + KEY `mapped_user_retired_concept_map_type` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_map_type` +-- + +LOCK TABLES `concept_map_type` WRITE; +/*!40000 ALTER TABLE `concept_map_type` DISABLE KEYS */; +INSERT INTO `concept_map_type` VALUES (1,'SAME-AS',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'35543629-7d8c-11e1-909d-c80aa9edcf4e'),(2,'NARROWER-THAN',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'43ac5109-7d8c-11e1-909d-c80aa9edcf4e'),(3,'BROADER-THAN',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'4b9d9421-7d8c-11e1-909d-c80aa9edcf4e'),(4,'Associated finding',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'55e02065-7d8c-11e1-909d-c80aa9edcf4e'),(5,'Associated morphology',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'605f4a61-7d8c-11e1-909d-c80aa9edcf4e'),(6,'Associated procedure',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'6eb1bfce-7d8c-11e1-909d-c80aa9edcf4e'),(7,'Associated with',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'781bdc8f-7d8c-11e1-909d-c80aa9edcf4e'),(8,'Causative agent',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'808f9e19-7d8c-11e1-909d-c80aa9edcf4e'),(9,'Finding site',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'889c3013-7d8c-11e1-909d-c80aa9edcf4e'),(10,'Has specimen',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'929600b9-7d8c-11e1-909d-c80aa9edcf4e'),(11,'Laterality',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'999c6fc0-7d8c-11e1-909d-c80aa9edcf4e'),(12,'Severity',NULL,1,'2014-09-18 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'a0e52281-7d8c-11e1-909d-c80aa9edcf4e'),(13,'Access',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'f9e90b29-7d8c-11e1-909d-c80aa9edcf4e'),(14,'After',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'01b60e29-7d8d-11e1-909d-c80aa9edcf4e'),(15,'Clinical course',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'5f7c3702-7d8d-11e1-909d-c80aa9edcf4e'),(16,'Component',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'67debecc-7d8d-11e1-909d-c80aa9edcf4e'),(17,'Direct device',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'718c00da-7d8d-11e1-909d-c80aa9edcf4e'),(18,'Direct morphology',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'7b9509cb-7d8d-11e1-909d-c80aa9edcf4e'),(19,'Direct substance',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'82bb495d-7d8d-11e1-909d-c80aa9edcf4e'),(20,'Due to',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'8b77f7d3-7d8d-11e1-909d-c80aa9edcf4e'),(21,'Episodicity',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'94a81179-7d8d-11e1-909d-c80aa9edcf4e'),(22,'Finding context',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'9d23c22e-7d8d-11e1-909d-c80aa9edcf4e'),(23,'Finding informer',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'a4524368-7d8d-11e1-909d-c80aa9edcf4e'),(24,'Finding method',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'af089254-7d8d-11e1-909d-c80aa9edcf4e'),(25,'Has active ingredient',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'b65aa605-7d8d-11e1-909d-c80aa9edcf4e'),(26,'Has definitional manifestation',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'c2b7b2fa-7d8d-11e1-909d-c80aa9edcf4'),(27,'Has dose form',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'cc3878e6-7d8d-11e1-909d-c80aa9edcf4e'),(28,'Has focus',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'d67c5840-7d8d-11e1-909d-c80aa9edcf4e'),(29,'Has intent',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'de2fb2c5-7d8d-11e1-909d-c80aa9edcf4e'),(30,'Has interpretation',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'e758838b-7d8d-11e1-909d-c80aa9edcf4e'),(31,'Indirect device',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'ee63c142-7d8d-11e1-909d-c80aa9edcf4e'),(32,'Indirect morphology',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'f4f36681-7d8d-11e1-909d-c80aa9edcf4e'),(33,'Interprets',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'fc7f5fed-7d8d-11e1-909d-c80aa9edcf4e'),(34,'Measurement method',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'06b11d79-7d8e-11e1-909d-c80aa9edcf4e'),(35,'Method',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'0efb4753-7d8e-11e1-909d-c80aa9edcf4e'),(36,'Occurrence',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'16e7b617-7d8e-11e1-909d-c80aa9edcf4e'),(37,'Part of',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'1e82007b-7d8e-11e1-909d-c80aa9edcf4e'),(38,'Pathological process',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'2969915e-7d8e-11e1-909d-c80aa9edcf4e'),(39,'Priority',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'32d57796-7d8e-11e1-909d-c80aa9edcf4e'),(40,'Procedure context',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'3f11904c-7d8e-11e1-909d-c80aa9edcf4e'),(41,'Procedure device',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'468c4aa3-7d8e-11e1-909d-c80aa9edcf4e'),(42,'Procedure morphology',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'5383e889-7d8e-11e1-909d-c80aa9edcf4e'),(43,'Procedure site',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'5ad2655d-7d8e-11e1-909d-c80aa9edcf4e'),(44,'Procedure site - Direct',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'66085196-7d8e-11e1-909d-c80aa9edcf4e'),(45,'Procedure site - Indirect',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'7080e843-7d8e-11e1-909d-c80aa9edcf4e'),(46,'Property',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'76bfb796-7d8e-11e1-909d-c80aa9edcf4e'),(47,'Recipient category',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'7e7d00e4-7d8e-11e1-909d-c80aa9edcf4e'),(48,'Revision status',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'851e14c1-7d8e-11e1-909d-c80aa9edcf4e'),(49,'Route of administration',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'8ee5b13d-7d8e-11e1-909d-c80aa9edcf4e'),(50,'Scale type',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'986acf48-7d8e-11e1-909d-c80aa9edcf4e'),(51,'Specimen procedure',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'a6937642-7d8e-11e1-909d-c80aa9edcf4e'),(52,'Specimen source identity',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'b1d6941e-7d8e-11e1-909d-c80aa9edcf4e'),(53,'Specimen source morphology',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'b7c793c1-7d8e-11e1-909d-c80aa9edcf4e'),(54,'Specimen source topography',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'be9f9eb8-7d8e-11e1-909d-c80aa9edcf4e'),(55,'Specimen substance',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'c8f2bacb-7d8e-11e1-909d-c80aa9edcf4e'),(56,'Subject of information',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'d0664c4f-7d8e-11e1-909d-c80aa9edcf4e'),(57,'Subject relationship context',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'dace9d13-7d8e-11e1-909d-c80aa9edcf4e'),(58,'Surgical approach',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'e3cd666d-7d8e-11e1-909d-c80aa9edcf4e'),(59,'Temporal context',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'ed96447d-7d8e-11e1-909d-c80aa9edcf4e'),(60,'Time aspect',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'f415bcce-7d8e-11e1-909d-c80aa9edcf4e'),(61,'Using access device',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'fa9538a9-7d8e-11e1-909d-c80aa9edcf4e'),(62,'Using device',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'06588655-7d8f-11e1-909d-c80aa9edcf4e'),(63,'Using energy',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'0c2ae0bc-7d8f-11e1-909d-c80aa9edcf4e'),(64,'Using substance',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'13d2c607-7d8f-11e1-909d-c80aa9edcf4e'),(65,'IS A',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'1ce7a784-7d8f-11e1-909d-c80aa9edcf4e'),(66,'MAY BE A',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'267812a3-7d8f-11e1-909d-c80aa9edcf4e'),(67,'MOVED FROM',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'2de3168e-7d8f-11e1-909d-c80aa9edcf4e'),(68,'MOVED TO',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'32f0fd99-7d8f-11e1-909d-c80aa9edcf4e'),(69,'REPLACED BY',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'3b3b9a7d-7d8f-11e1-909d-c80aa9edcf4e'),(70,'WAS A',NULL,1,'2014-09-18 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'41a034da-7d8f-11e1-909d-c80aa9edcf4e'); +/*!40000 ALTER TABLE `concept_map_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_name` +-- + +DROP TABLE IF EXISTS `concept_name`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_name` ( + `concept_name_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) DEFAULT NULL, + `name` varchar(255) NOT NULL DEFAULT '', + `locale` varchar(50) NOT NULL DEFAULT '', + `locale_preferred` tinyint(1) DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `concept_name_type` varchar(50) DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`concept_name_id`), + UNIQUE KEY `concept_name_uuid_index` (`uuid`), + KEY `name_of_concept` (`name`), + KEY `name_for_concept` (`concept_id`), + KEY `user_who_created_name` (`creator`), + KEY `user_who_voided_this_name` (`voided_by`), + KEY `concept_name_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=5169 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_name` +-- + +LOCK TABLES `concept_name` WRITE; +/*!40000 ALTER TABLE `concept_name` DISABLE KEYS */; +INSERT INTO `concept_name` VALUES (1,1,'Vero','it',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'78b1d22f-6a3d-40c5-a0c8-b7e595ef7ae1',NULL,NULL),(2,1,'Sì','it',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'299a537e-34a1-4f2b-8252-c5f4cea744be',NULL,NULL),(3,1,'Verdadeiro','pt',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'87ff9c51-08f5-4159-8b5f-044f5eecbb64',NULL,NULL),(4,1,'Sim','pt',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'28862bc3-22ed-4a00-a30d-8b2f3feb9c33',NULL,NULL),(5,1,'Vrai','fr',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'07132cf0-9728-4a44-9c32-c36735f4d6c0',NULL,NULL),(6,1,'Oui','fr',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'6ee7a638-dbe8-4043-a198-a3452f1b42f9',NULL,NULL),(7,1,'True','en',1,1,'2014-09-18 14:17:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9f8ee888-f74d-4291-adaa-addc610c3b39',NULL,NULL),(8,1,'Yes','en',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'03eacf79-cfe9-4f82-9267-0e0c0a694a44',NULL,NULL),(9,1,'Verdadero','es',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'c2893490-f685-478d-9cc2-a5c2636ba0fe',NULL,NULL),(10,1,'Sí','es',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'8297a1cb-a194-44f9-82a9-fb6bc122e043',NULL,NULL),(11,2,'Falso','it',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'7535f488-eb40-42ef-98cd-de0fbcb85387',NULL,NULL),(12,2,'No','it',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'118791d7-8e74-4b3c-b6f8-c3d413f51858',NULL,NULL),(13,2,'Falso','pt',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'0e156340-9ff5-4210-968a-423ac6c914bb',NULL,NULL),(14,2,'Não','pt',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'54b2bcfd-2905-4bff-b811-87e4ca3bdd04',NULL,NULL),(15,2,'Faux','fr',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'3a94662b-619d-4373-bcc4-1d54d6a52824',NULL,NULL),(16,2,'Non','fr',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'fb2c66e8-1034-4ec3-8863-0d2245329902',NULL,NULL),(17,2,'False','en',1,1,'2014-09-18 14:17:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f56b876-7073-4508-aaaf-9a25e2b756df',NULL,NULL),(18,2,'No','en',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'657ff5a3-ce32-4a7f-9e66-cbf4675f2ac5',NULL,NULL),(19,2,'Falso','es',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'fa633343-2ca1-43c0-9848-ca9df46ad8dc',NULL,NULL),(20,2,'No','es',0,1,'2014-09-18 14:17:15',NULL,0,NULL,NULL,NULL,'4425dd0b-dc0f-4917-b9e7-a24ac6020747',NULL,NULL),(21,3,'Lab Samples','en',1,1,'2013-07-23 11:26:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81615942-3f10-11e4-adec-0800271c1b75',NULL,NULL),(22,4,'dosagefrequency','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'8190a451-3f10-11e4-adec-0800271c1b75',NULL,NULL),(23,4,'Dosage Frequency','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8190aa27-3f10-11e4-adec-0800271c1b75',NULL,NULL),(24,5,'qd','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81989d46-3f10-11e4-adec-0800271c1b75',NULL,NULL),(25,5,'qD','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8198a328-3f10-11e4-adec-0800271c1b75',NULL,NULL),(26,6,'bid','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81a2f608-3f10-11e4-adec-0800271c1b75',NULL,NULL),(27,6,'BID','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81a2f9fa-3f10-11e4-adec-0800271c1b75',NULL,NULL),(28,7,'tid','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81ab810a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(29,7,'TID','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81b09096-3f10-11e4-adec-0800271c1b75',NULL,NULL),(30,8,'qid','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81b153ff-3f10-11e4-adec-0800271c1b75',NULL,NULL),(31,8,'QID','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81b15740-3f10-11e4-adec-0800271c1b75',NULL,NULL),(32,9,'dosage instructions','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81b223a3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(33,9,'Dosage Instructions','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81b22935-3f10-11e4-adec-0800271c1b75',NULL,NULL),(34,10,'ac','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81b90543-3f10-11e4-adec-0800271c1b75',NULL,NULL),(35,10,'AC','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81b90886-3f10-11e4-adec-0800271c1b75',NULL,NULL),(36,11,'pc','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81b9e3d2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(37,11,'PC','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81b9e6e6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(38,12,'hs','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c0e64e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(39,12,'HS','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c0ea8d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(40,13,'Visit Diagnoses','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c588d1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(41,13,'Visit Diagnoses','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c58c07-3f10-11e4-adec-0800271c1b75',NULL,NULL),(42,14,'Non-coded Diagnosis','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c666f2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(43,14,'Non-coded Diagnosis','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c66a02-3f10-11e4-adec-0800271c1b75',NULL,NULL),(44,15,'Coded Diagnosis','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c718be-3f10-11e4-adec-0800271c1b75',NULL,NULL),(45,15,'Coded Diagnosis','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c71cda-3f10-11e4-adec-0800271c1b75',NULL,NULL),(46,16,'Diagnosis Certainty','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c7d914-3f10-11e4-adec-0800271c1b75',NULL,NULL),(47,16,'Diagnosis Certainty','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c7dc41-3f10-11e4-adec-0800271c1b75',NULL,NULL),(48,17,'Presumed','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c89455-3f10-11e4-adec-0800271c1b75',NULL,NULL),(49,17,'Presumed','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c898a9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(50,18,'Confirmed','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c91112-3f10-11e4-adec-0800271c1b75',NULL,NULL),(51,18,'Confirmed','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c91417-3f10-11e4-adec-0800271c1b75',NULL,NULL),(52,19,'Diagnosis order','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81c9de8d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(53,19,'Diagnosis order','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81c9e1bc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(54,20,'Secondary','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81ca983f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(55,20,'Secondary','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81ca9b4c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(56,21,'Primary','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81cb025b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(57,21,'Primary','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81cb054c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(58,22,'Admit Patient','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81cdf227-3f10-11e4-adec-0800271c1b75',NULL,NULL),(59,22,'Admit Patient','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81cdf55a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(60,23,'Discharge Patient','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81cec982-3f10-11e4-adec-0800271c1b75',NULL,NULL),(61,23,'Discharge Patient','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81cecc80-3f10-11e4-adec-0800271c1b75',NULL,NULL),(62,24,'Transfer Patient','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81d1d48a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(63,24,'Transfer Patient','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81d1d831-3f10-11e4-adec-0800271c1b75',NULL,NULL),(64,25,'Disposition','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81d28c67-3f10-11e4-adec-0800271c1b75',NULL,NULL),(65,25,'Disposition','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81d29030-3f10-11e4-adec-0800271c1b75',NULL,NULL),(66,26,'Disposition Set','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81d3b0da-3f10-11e4-adec-0800271c1b75',NULL,NULL),(67,26,'Disposition Set','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81d3b3de-3f10-11e4-adec-0800271c1b75',NULL,NULL),(68,27,'Disposition Note','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81d4ad61-3f10-11e4-adec-0800271c1b75',NULL,NULL),(69,27,'Disposition Note','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81d4b054-3f10-11e4-adec-0800271c1b75',NULL,NULL),(70,28,'consultation note','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81d6ed5e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(71,28,'Consultation Note','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81d6f097-3f10-11e4-adec-0800271c1b75',NULL,NULL),(72,29,'Admission','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81d93a72-3f10-11e4-adec-0800271c1b75',NULL,NULL),(73,29,'Admission','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81d93d91-3f10-11e4-adec-0800271c1b75',NULL,NULL),(74,30,'DISCHARGE','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81dbd66c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(75,30,'DISCHARGE','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81dbd9d7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(76,31,'Lab departments','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81e7a0d4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(77,31,'Lab Departments','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81e7a471-3f10-11e4-adec-0800271c1b75',NULL,NULL),(78,32,'Other Investigations','en',0,1,'2014-09-18 14:18:05','SHORT',0,NULL,NULL,NULL,'81e87b0d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(79,32,'Other Investigations','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81e87e01-3f10-11e4-adec-0800271c1b75',NULL,NULL),(80,33,'Other Investigations Categories','en',0,1,'2014-09-18 14:18:05',NULL,1,1,'2015-06-26 11:58:28','Voided due to change of name','81e95f5f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(81,33,'Other Investigations Categories','en',0,1,'2014-09-18 14:18:05',NULL,1,1,'2015-06-26 16:11:45','Voided due to change of name','81e9625e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(82,34,'Adt Notes','en',1,1,'2014-09-18 14:18:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81ecb988-3f10-11e4-adec-0800271c1b75',NULL,NULL),(83,35,'Document','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81f44856-3f10-11e4-adec-0800271c1b75',NULL,NULL),(84,36,'LABRESULTS_CONCEPT','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'820433a2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(85,36,'LABRESULTS_CONCEPT','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'820436ed-3f10-11e4-adec-0800271c1b75',NULL,NULL),(86,37,'LAB_RESULT','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'82049a3c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(87,37,'LAB_RESULT','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82049e01-3f10-11e4-adec-0800271c1b75',NULL,NULL),(88,38,'LAB_NOTES','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'820574a2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(89,38,'LAB_NOTES','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8205778b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(90,39,'LAB_MINNORMAL','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'820637b4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(91,39,'LAB_MINNORMAL','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82063a7a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(92,40,'LAB_MAXNORMAL','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'8206f45b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(93,40,'LAB_MAXNORMAL','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8206f734-3f10-11e4-adec-0800271c1b75',NULL,NULL),(94,41,'LAB_ABNORMAL','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'8207b777-3f10-11e4-adec-0800271c1b75',NULL,NULL),(95,41,'LAB_ABNORMAL','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8207ba51-3f10-11e4-adec-0800271c1b75',NULL,NULL),(96,42,'REFERRED_OUT','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'821eb615-3f10-11e4-adec-0800271c1b75',NULL,NULL),(97,42,'REFERRED_OUT','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'821eb94f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(99,44,'Lab Order Notes','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'8226153a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(100,44,'Lab Order Notes','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82261ab8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(101,45,'All_Tests_and_Panels','en',0,1,'2014-09-18 14:18:06',NULL,1,4,'2015-03-24 16:38:29','Voided due to change of name','82282ac5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(102,45,'A_T_and_P','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'82285210-3f10-11e4-adec-0800271c1b75',NULL,NULL),(103,46,'XCompoundObservation','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'822a0851-3f10-11e4-adec-0800271c1b75',NULL,NULL),(104,47,'IS_ABNORMAL','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'822a6c95-3f10-11e4-adec-0800271c1b75',NULL,NULL),(105,48,'Ruled Out Diagnosis','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'823056d0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(106,48,'Ruled Out Diagnosis','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82305a28-3f10-11e4-adec-0800271c1b75',NULL,NULL),(107,49,'Bahmni Diagnosis Status','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'8238a0a2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(108,49,'Bahmni Diagnosis Status','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8238a5db-3f10-11e4-adec-0800271c1b75',NULL,NULL),(109,50,'Bahmni Initial Diagnosis','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'82397bf6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(110,50,'Bahmni Initial Diagnosis','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82397ecd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(111,51,'Bahmni Diagnosis Revised','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'823a52b2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(112,51,'Bahmni Diagnosis Revised','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'823a55b0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(113,52,'Lab Manager Notes','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'823cd3bd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(114,52,'Lab Manager Notes','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'823cd6e7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(115,53,'Accession Uuid','en',0,1,'2014-09-18 14:18:06','SHORT',0,NULL,NULL,NULL,'824176af-3f10-11e4-adec-0800271c1b75',NULL,NULL),(116,53,'Accession Uuid','en',1,1,'2014-09-18 14:18:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'824179d9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(119,55,'REGISTRATION_CONCEPTS','en',0,1,'2014-09-18 14:18:11',NULL,1,4,'2014-09-29 14:23:27','Voided due to change of name','84f711ed-3f10-11e4-adec-0800271c1b75',NULL,NULL),(120,56,'Dose\n Quantity Units','en',0,1,'2014-09-18 14:18:15',NULL,1,4,'2014-09-29 17:44:04','Voided due to change of name','87a0ca94-3f10-11e4-adec-0800271c1b75',NULL,NULL),(121,56,'Dose Quantity Units','en',1,1,'2014-09-18 14:18:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'87a0d08b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(122,57,'dosing units','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d5b7676-3f10-11e4-adec-0800271c1b75',NULL,NULL),(123,57,'Dosing Units','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d5b79ff-3f10-11e4-adec-0800271c1b75',NULL,NULL),(128,60,'teaspoon','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d5d63c2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(129,60,'Teaspoon','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d5d66bc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(130,61,'tablespoon','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d644cbc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(131,61,'Tablespoon','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6451d1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(132,62,'drop','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d65462d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(133,62,'Drop','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6549df-3f10-11e4-adec-0800271c1b75',NULL,NULL),(134,63,'ml','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d65f8b4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(135,63,'ml','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d65fb80-3f10-11e4-adec-0800271c1b75',NULL,NULL),(136,64,'mg','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6694d8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(137,64,'mg','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d66b14e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(138,65,'drug routes','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d697e3c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(139,65,'Drug Routes','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d698178-3f10-11e4-adec-0800271c1b75',NULL,NULL),(140,66,'IM','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6a6531-3f10-11e4-adec-0800271c1b75',NULL,NULL),(141,66,'Intramuscular','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6a6805-3f10-11e4-adec-0800271c1b75',NULL,NULL),(142,67,'IV','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6b150e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(143,67,'Intravenous','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6b17de-3f10-11e4-adec-0800271c1b75',NULL,NULL),(144,68,'PO','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6bc48b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(145,68,'Oral','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6bc74a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(146,69,'PV','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6c94ac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(147,69,'Per Vaginal','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6c9773-3f10-11e4-adec-0800271c1b75',NULL,NULL),(148,70,'SC','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6d6c25-3f10-11e4-adec-0800271c1b75',NULL,NULL),(149,70,'Sub Cutaneous','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6d6ee2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(150,71,'PR','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6e3d10-3f10-11e4-adec-0800271c1b75',NULL,NULL),(151,71,'Per Rectum','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6e3fd4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(152,72,'SL','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d6f1554-3f10-11e4-adec-0800271c1b75',NULL,NULL),(153,72,'Sub Lingual','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d6f183f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(156,74,'NG','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d70daea-3f10-11e4-adec-0800271c1b75',NULL,NULL),(157,74,'Nasogastric','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d70ddb7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(158,75,'duration units','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d73606f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(159,75,'Duration Units','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d7363d2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(160,76,'day(s)','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d743b33-3f10-11e4-adec-0800271c1b75',NULL,NULL),(161,76,'Day(s)','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d743e1d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(162,77,'OD','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d7b9f64-3f10-11e4-adec-0800271c1b75',NULL,NULL),(163,77,'Once a day','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d7ba453-3f10-11e4-adec-0800271c1b75',NULL,NULL),(164,78,'BD','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d7c8589-3f10-11e4-adec-0800271c1b75',NULL,NULL),(165,78,'Twice a day','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d7c886a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(166,79,'TDS','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d82dfd5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(167,79,'Thrice a day','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d82e4c3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(168,80,'QDS','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d83d963-3f10-11e4-adec-0800271c1b75',NULL,NULL),(169,80,'Four times a day','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d83dc2c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(170,81,'Dosing Instructions','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d867cbb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(171,81,'Dosing Instructions','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d867fe7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(172,82,'ac','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d875ebf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(173,82,'Before meals','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d8761f0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(174,83,'','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d884757-3f10-11e4-adec-0800271c1b75',NULL,NULL),(175,83,'Empty stomach','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d884af0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(176,84,'pc','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d88ed88-3f10-11e4-adec-0800271c1b75',NULL,NULL),(177,84,'After meals','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d88f03f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(178,85,'cm','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d89ce4a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(179,85,'In the morning','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d89d114-3f10-11e4-adec-0800271c1b75',NULL,NULL),(180,86,'','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d8a77db-3f10-11e4-adec-0800271c1b75',NULL,NULL),(181,86,'In the evening','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d8a7adf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(182,87,'hs','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d8dc161-3f10-11e4-adec-0800271c1b75',NULL,NULL),(183,87,'At bedtime','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d8dc4f4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(184,88,'STAT','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d8e6c8a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(185,88,'Immediately','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d8e6f7f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(186,89,'','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d8f3881-3f10-11e4-adec-0800271c1b75',NULL,NULL),(187,89,'As directed','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d8f3d8a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(188,90,'All Observation templates','en',0,1,'2014-09-18 14:18:52','SHORT',0,NULL,NULL,NULL,'9d91d450-3f10-11e4-adec-0800271c1b75',NULL,NULL),(189,90,'All Observation Templates','en',1,1,'2014-09-18 14:18:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d91d986-3f10-11e4-adec-0800271c1b75',NULL,NULL),(190,91,'LAB_REPORT','en',0,1,'2014-09-18 14:19:42','SHORT',0,NULL,NULL,NULL,'bb5e503e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(191,91,'LAB_REPORT','en',1,1,'2014-09-18 14:19:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb5e5424-3f10-11e4-adec-0800271c1b75',NULL,NULL),(192,92,'hour(s)','en',0,1,'2014-09-18 14:19:42','SHORT',0,NULL,NULL,NULL,'bb62cb41-3f10-11e4-adec-0800271c1b75',NULL,NULL),(193,92,'Hour(s)','en',1,1,'2014-09-18 14:19:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb62ce98-3f10-11e4-adec-0800271c1b75',NULL,NULL),(194,93,'week(s)','en',0,1,'2014-09-18 14:19:42','SHORT',0,NULL,NULL,NULL,'bb643b83-3f10-11e4-adec-0800271c1b75',NULL,NULL),(195,93,'Week(s)','en',1,1,'2014-09-18 14:19:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb643edf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(196,94,'month(s)','en',0,1,'2014-09-18 14:19:42','SHORT',0,NULL,NULL,NULL,'bb6a9645-3f10-11e4-adec-0800271c1b75',NULL,NULL),(197,94,'Month(s)','en',1,1,'2014-09-18 14:19:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb6a9ab1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(198,95,'Impression','en',0,1,'2014-09-18 14:19:42','SHORT',0,NULL,NULL,NULL,'bbad425f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(199,95,'Impression','en',1,1,'2014-09-18 14:19:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bbad459c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(200,96,'class','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c1fac62f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(201,96,'Class','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1fac9ac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(202,97,'OBC','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c1fb55c0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(203,97,'OBC','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1fb58dd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(204,98,'General','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c1fc24c3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(205,98,'General','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1fc27f4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(206,99,'SC','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c1fcd7ba-3f10-11e4-adec-0800271c1b75',NULL,NULL),(207,99,'SC','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1fcdcf5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(208,100,'ST','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c20616fb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(209,100,'ST','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2061ea1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(210,101,'Other caste','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2070bd9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(211,101,'Other caste','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c207110d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(212,102,'education','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c208531b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(213,102,'Education Details','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2085653-3f10-11e4-adec-0800271c1b75',NULL,NULL),(214,103,'Uneducated','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2108410-3f10-11e4-adec-0800271c1b75',NULL,NULL),(215,103,'Uneducated','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c21087ca-3f10-11e4-adec-0800271c1b75',NULL,NULL),(216,104,'5th Pass and Below','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2114827-3f10-11e4-adec-0800271c1b75',NULL,NULL),(217,104,'5th Pass and Below','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2114b67-3f10-11e4-adec-0800271c1b75',NULL,NULL),(218,105,'6th to 9th','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2124287-3f10-11e4-adec-0800271c1b75',NULL,NULL),(219,105,'6th to 9th','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c212458b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(220,106,'10th pass','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c213a229-3f10-11e4-adec-0800271c1b75',NULL,NULL),(221,106,'10th pass','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c213a563-3f10-11e4-adec-0800271c1b75',NULL,NULL),(222,107,'12th pass','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c214dbfe-3f10-11e4-adec-0800271c1b75',NULL,NULL),(223,107,'12th pass','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c214df34-3f10-11e4-adec-0800271c1b75',NULL,NULL),(224,108,'Graduate and Above','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2205ac9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(225,108,'Graduate and Above','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2205e17-3f10-11e4-adec-0800271c1b75',NULL,NULL),(226,109,'occupation','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2218ad8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(227,109,'Occupation','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2218e0e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(228,110,'Unemployed','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2222f74-3f10-11e4-adec-0800271c1b75',NULL,NULL),(229,110,'Unemployed','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c22232d7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(230,111,'Student','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c22331c5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(231,111,'Student','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2233512-3f10-11e4-adec-0800271c1b75',NULL,NULL),(232,112,'Government','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c224044f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(233,112,'Government','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c224085f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(234,113,'Business','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c224cab0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(235,113,'Business','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c224cf8b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(236,114,'Housewife','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2259f43-3f10-11e4-adec-0800271c1b75',NULL,NULL),(237,114,'Housewife','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c225a2ad-3f10-11e4-adec-0800271c1b75',NULL,NULL),(238,115,'Labour','en',0,1,'2014-09-18 14:19:53','SHORT',0,NULL,NULL,NULL,'c2266abd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(239,115,'Labour','en',1,1,'2014-09-18 14:19:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2266e0c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(240,116,'COMMENTS','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c365a02d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(241,116,'COMMENTS','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c365a343-3f10-11e4-adec-0800271c1b75',NULL,NULL),(242,117,'REGISTRATION FEES','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c3661c02-3f10-11e4-adec-0800271c1b75',NULL,NULL),(243,117,'REGISTRATION FEES','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36621e8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(244,118,'HEIGHT','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c366bcf2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(245,118,'HEIGHT','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c366bfd8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(246,119,'WEIGHT','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c3675352-3f10-11e4-adec-0800271c1b75',NULL,NULL),(247,119,'WEIGHT','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3675623-3f10-11e4-adec-0800271c1b75',NULL,NULL),(248,120,'BMI','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c367dd3a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(249,120,'BMI','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c367e004-3f10-11e4-adec-0800271c1b75',NULL,NULL),(250,121,'BMI STATUS','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c3686d90-3f10-11e4-adec-0800271c1b75',NULL,NULL),(251,121,'BMI STATUS','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36870a9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(252,122,'Vitals','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36a7a7b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(253,122,'Vitals','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36a7e42-3f10-11e4-adec-0800271c1b75',NULL,NULL),(254,123,'Pulse','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36af420-3f10-11e4-adec-0800271c1b75',NULL,NULL),(255,123,'Pulse Data','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36af707-3f10-11e4-adec-0800271c1b75',NULL,NULL),(256,124,'Pulse','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36bc8ad-3f10-11e4-adec-0800271c1b75',NULL,NULL),(257,124,'Pulse','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36bcba8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(258,125,'Pulse Abnormal','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36c8007-3f10-11e4-adec-0800271c1b75',NULL,NULL),(259,125,'Pulse Abnormal','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36c82d6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(260,126,'Blood Pressure','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36d266a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(261,126,'Blood Pressure','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36d2953-3f10-11e4-adec-0800271c1b75',NULL,NULL),(262,127,'Systolic','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36ddef1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(263,127,'Systolic Data','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36de1d2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(264,128,'Systolic','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c36ea04b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(265,128,'Systolic','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c36ea343-3f10-11e4-adec-0800271c1b75',NULL,NULL),(266,129,'Systolic Abnormal','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c374ed29-3f10-11e4-adec-0800271c1b75',NULL,NULL),(267,129,'Systolic Abnormal','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c374f4ee-3f10-11e4-adec-0800271c1b75',NULL,NULL),(268,130,'Diastolic','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c378fa31-3f10-11e4-adec-0800271c1b75',NULL,NULL),(269,130,'Diastolic Data','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c378fd58-3f10-11e4-adec-0800271c1b75',NULL,NULL),(270,131,'Diastolic','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c379adf9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(271,131,'Diastolic','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c379b311-3f10-11e4-adec-0800271c1b75',NULL,NULL),(272,132,'Diastolic Abnormal','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37a5af3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(273,132,'Diastolic Abnormal','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37a5dfd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(274,133,'Temperature','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37affab-3f10-11e4-adec-0800271c1b75',NULL,NULL),(275,133,'Temperature Data','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37b032c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(276,134,'Temperature','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37bdb8e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(277,134,'Temperature','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37bdec5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(278,135,'Temperature Abnormal','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37c99b4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(279,135,'Temperature Abnormal','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37c9ce5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(280,136,'RR','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37d4292-3f10-11e4-adec-0800271c1b75',NULL,NULL),(281,136,'RR Data','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37d4567-3f10-11e4-adec-0800271c1b75',NULL,NULL),(282,137,'RR','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37e134e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(283,137,'RR','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37e176b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(284,138,'Temperature Abnormal','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37f1bb8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(285,138,'RR Abnormal','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37f1ef0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(286,139,'SPO2','en',0,1,'2014-09-18 14:19:55','SHORT',0,NULL,NULL,NULL,'c37fc91d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(287,139,'SPO2 Data','en',1,1,'2014-09-18 14:19:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c37fcc1e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(288,140,'SPO2','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38387e7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(289,140,'SPO2','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3838b02-3f10-11e4-adec-0800271c1b75',NULL,NULL),(290,141,'Temperature Abnormal','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38443f7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(291,141,'SPO2 Abnormal','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c384471a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(292,142,'Second Vitals','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3867094-3f10-11e4-adec-0800271c1b75',NULL,NULL),(293,142,'Second Vitals','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3867548-3f10-11e4-adec-0800271c1b75',NULL,NULL),(294,143,'Discharge Summary','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c389d61c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(295,143,'Discharge Summary','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c389d97b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(296,144,'Hospital Course','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38a8cb5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(297,144,'Hospital Course','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38a8ff9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(298,145,'History and Examination Notes','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38b39cc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(299,145,'History and Examination Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38b3f6f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(300,146,' Surgeries and Procedures','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38c24fb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(301,146,' Surgeries and Procedures','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38c29e2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(302,147,'Date of Operation','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38ce71d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(303,147,'Date of Operation','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38cec0a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(304,148,'Operative Procedure','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38d9c55-3f10-11e4-adec-0800271c1b75',NULL,NULL),(305,148,'Operative Procedure','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38d9f35-3f10-11e4-adec-0800271c1b75',NULL,NULL),(306,149,'Follow up Date','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38e6170-3f10-11e4-adec-0800271c1b75',NULL,NULL),(307,149,'Follow up Date','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38e652a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(308,150,'Lab Investigation Notes','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c38f4ae0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(309,150,'Lab Investigation Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c38f4dc7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(310,151,'Radiology Notes','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3902141-3f10-11e4-adec-0800271c1b75',NULL,NULL),(311,151,'Radiology Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c390244b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(312,152,'Other Notes','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c390cff3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(313,152,'Other Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c390d2be-3f10-11e4-adec-0800271c1b75',NULL,NULL),(314,153,'Additional Advice on Discharge','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3917c15-3f10-11e4-adec-0800271c1b75',NULL,NULL),(315,153,'Additional Advice on Discharge','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c39180ea-3f10-11e4-adec-0800271c1b75',NULL,NULL),(316,154,'History and Examination','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3940327-3f10-11e4-adec-0800271c1b75',NULL,NULL),(317,154,'History and Examination','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c394068c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(318,155,'Chief Complaint','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c394a27e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(319,155,'Chief Complaint Data','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c394a585-3f10-11e4-adec-0800271c1b75',NULL,NULL),(320,156,'Chief Complaint','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c395a0cf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(321,156,'Chief Complaint','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c395a442-3f10-11e4-adec-0800271c1b75',NULL,NULL),(322,157,'Non-Coded Chief Complaint','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3966bc0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(323,157,'Non-Coded Chief Complaint','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3966fe5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(324,158,'Chief Complaint Duration','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3975c66-3f10-11e4-adec-0800271c1b75',NULL,NULL),(325,158,'Chief Complaint Duration','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3975fa9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(326,159,'Chief Complaint Notes','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c398a93a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(327,159,'Chief Complaint Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c398acc0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(328,160,'History Notes','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c399934e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(329,160,'History Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3999686-3f10-11e4-adec-0800271c1b75',NULL,NULL),(330,161,'Examination Notes','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2014-12-24 17:30:49','Voided due to change of name','c39a3976-3f10-11e4-adec-0800271c1b75',NULL,NULL),(331,161,'Examination Notes','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c39a3c86-3f10-11e4-adec-0800271c1b75',NULL,NULL),(332,162,'radiology','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c39d6f21-3f10-11e4-adec-0800271c1b75',NULL,NULL),(333,162,'Radiology','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c39d72cf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(334,163,'chest','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c39e32f3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(335,163,'Chest','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c39e3652-3f10-11e4-adec-0800271c1b75',NULL,NULL),(336,164,'chest, 1 view (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c39ed81e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(337,164,'Chest, 1 view (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c39f133f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(338,165,'spine','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a089f0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(339,165,'Spine','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a08d84-3f10-11e4-adec-0800271c1b75',NULL,NULL),(340,166,'spine, 1 view (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a13df1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(341,166,'Spine, 1 view (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a14108-3f10-11e4-adec-0800271c1b75',NULL,NULL),(342,167,'pelvis','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a2660c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(343,167,'Pelvis','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a2699d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(344,168,'pelvis, 1 view (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a30621-3f10-11e4-adec-0800271c1b75',NULL,NULL),(345,168,'Pelvis, 1 view (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a30a87-3f10-11e4-adec-0800271c1b75',NULL,NULL),(346,169,'abdomen','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a45315-3f10-11e4-adec-0800271c1b75',NULL,NULL),(347,169,'Abdomen','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a45679-3f10-11e4-adec-0800271c1b75',NULL,NULL),(348,170,'abdomen, 1 view (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a516a2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(349,170,'Abdomen, 1 view (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a51a23-3f10-11e4-adec-0800271c1b75',NULL,NULL),(350,171,'knee','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a65e38-3f10-11e4-adec-0800271c1b75',NULL,NULL),(351,171,'Knee','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a661ac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(352,172,'knee - left, 1 or 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a6f0f7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(353,172,'Knee - Left, 1 or 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a6f405-3f10-11e4-adec-0800271c1b75',NULL,NULL),(354,173,'knee - right, 1 or 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3a8bb2c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(355,173,'Knee - Right, 1 or 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a8be44-3f10-11e4-adec-0800271c1b75',NULL,NULL),(356,174,'chest, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3aa9993-3f10-11e4-adec-0800271c1b75',NULL,NULL),(357,174,'Chest, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3aa9cba-3f10-11e4-adec-0800271c1b75',NULL,NULL),(358,175,'hip','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3abd385-3f10-11e4-adec-0800271c1b75',NULL,NULL),(359,175,'Hip','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3abd932-3f10-11e4-adec-0800271c1b75',NULL,NULL),(360,176,'hip - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3ac72f8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(361,176,'Hip - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3ac760d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(362,177,'hand','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3ae3103-3f10-11e4-adec-0800271c1b75',NULL,NULL),(363,177,'Hand','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3ae3467-3f10-11e4-adec-0800271c1b75',NULL,NULL),(364,178,'hand - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3aecd54-3f10-11e4-adec-0800271c1b75',NULL,NULL),(365,178,'Hand - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3aed079-3f10-11e4-adec-0800271c1b75',NULL,NULL),(366,179,'hip - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b05ceb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(367,179,'Hip - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b06041-3f10-11e4-adec-0800271c1b75',NULL,NULL),(368,180,'ribs','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b1f6c0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(369,180,'Ribs','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b1fa13-3f10-11e4-adec-0800271c1b75',NULL,NULL),(370,181,'ribs - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b29b78-3f10-11e4-adec-0800271c1b75',NULL,NULL),(371,181,'Ribs - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b29f49-3f10-11e4-adec-0800271c1b75',NULL,NULL),(372,182,'leg','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b47e82-3f10-11e4-adec-0800271c1b75',NULL,NULL),(373,182,'Leg','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b4830a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(374,183,'foot - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b518cf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(375,183,'Foot - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b51cdb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(376,184,'femur - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b6caf7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(377,184,'Femur - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b6ce02-3f10-11e4-adec-0800271c1b75',NULL,NULL),(378,185,'ribs - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b85163-3f10-11e4-adec-0800271c1b75',NULL,NULL),(379,185,'Ribs - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b85535-3f10-11e4-adec-0800271c1b75',NULL,NULL),(380,186,'foot - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3b9d53b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(381,186,'Foot - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3b9d9e1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(382,187,'arm','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3bc0591-3f10-11e4-adec-0800271c1b75',NULL,NULL),(383,187,'Arm','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3bc08e0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(384,188,'elbow - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3bce2fb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(385,188,'Elbow - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3bce666-3f10-11e4-adec-0800271c1b75',NULL,NULL),(386,189,'hand - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3beb075-3f10-11e4-adec-0800271c1b75',NULL,NULL),(387,189,'Hand - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3beb37a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(388,190,'wrist - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c042c0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(389,190,'Wrist - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c045a7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(390,191,'elbow - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c190fc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(391,191,'Elbow - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c19480-3f10-11e4-adec-0800271c1b75',NULL,NULL),(392,192,'wrist - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c2d8a7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(393,192,'Wrist - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c2dc8f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(394,193,'femur - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c470b0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(395,193,'Femur - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c47612-3f10-11e4-adec-0800271c1b75',NULL,NULL),(396,194,'forearm - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c60de4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(397,194,'Forearm - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c61112-3f10-11e4-adec-0800271c1b75',NULL,NULL),(398,195,'humerus - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c78d1a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(399,195,'Humerus - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c79038-3f10-11e4-adec-0800271c1b75',NULL,NULL),(400,196,'lumbar spine, 2 or 3 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3c92e60-3f10-11e4-adec-0800271c1b75',NULL,NULL),(401,196,'Lumbar spine, 2 or 3 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3c9319f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(402,197,'forearm - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3cadb2c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(403,197,'Forearm - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3cade43-3f10-11e4-adec-0800271c1b75',NULL,NULL),(404,198,'shoulder','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3cc4d03-3f10-11e4-adec-0800271c1b75',NULL,NULL),(405,198,'Shoulder','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3cc4fd9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(406,199,'clavicle - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3cceb8b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(407,199,'Clavicle - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3ccee52-3f10-11e4-adec-0800271c1b75',NULL,NULL),(408,200,'humerus - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3ce8320-3f10-11e4-adec-0800271c1b75',NULL,NULL),(409,200,'Humerus - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3ce8673-3f10-11e4-adec-0800271c1b75',NULL,NULL),(410,201,'shoulder - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d00cbc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(411,201,'Shoulder - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d0108d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(412,202,'shoulder - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d19008-3f10-11e4-adec-0800271c1b75',NULL,NULL),(413,202,'Shoulder - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d1935e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(414,203,'lower leg - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d31449-3f10-11e4-adec-0800271c1b75',NULL,NULL),(415,203,'Lower leg - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d31771-3f10-11e4-adec-0800271c1b75',NULL,NULL),(416,204,'calcaneus - left, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d4eb86-3f10-11e4-adec-0800271c1b75',NULL,NULL),(417,204,'Calcaneus - Left, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d4eea6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(418,205,'thoracic spine, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d6841b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(419,205,'Thoracic spine, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d6877c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(420,206,'clavicle - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d7cdae-3f10-11e4-adec-0800271c1b75',NULL,NULL),(421,206,'Clavicle - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d7d111-3f10-11e4-adec-0800271c1b75',NULL,NULL),(422,207,'lower leg - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3d9751a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(423,207,'Lower leg - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d9786a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(424,208,'calcaneus - right, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3db4897-3f10-11e4-adec-0800271c1b75',NULL,NULL),(425,208,'Calcaneus - Right, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3db4b91-3f10-11e4-adec-0800271c1b75',NULL,NULL),(426,209,'cervical spine, 2 or 3 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3dccefc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(427,209,'Cervical spine, 2 or 3 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3dcd1f0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(428,210,'thoracic and lumbar spine, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3de846a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(429,210,'Thoracic and lumbar spine, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3de8764-3f10-11e4-adec-0800271c1b75',NULL,NULL),(430,211,'face','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e037e7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(431,211,'Face','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e03e1b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(432,212,'sinuses, 3 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e0cd68-3f10-11e4-adec-0800271c1b75',NULL,NULL),(433,212,'Sinuses, 3 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e0d10d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(434,213,'facial bones, 3 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e21c49-3f10-11e4-adec-0800271c1b75',NULL,NULL),(435,213,'Facial bones, 3 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e21f3c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(436,214,'head','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e36a03-3f10-11e4-adec-0800271c1b75',NULL,NULL),(437,214,'Head','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e36d2f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(438,215,'skull, 4 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e3fcfb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(439,215,'Skull, 4 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e401c1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(440,216,'chest, 4 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e53b6f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(441,216,'Chest, 4 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e53e98-3f10-11e4-adec-0800271c1b75',NULL,NULL),(442,217,'mandible panorex (x-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:37:15','Deleted due to change of name','c3e672f4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(443,217,'Mandible panorex (X-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:37:15','Deleted due to change of name','c3e676a2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(444,218,'chest lordotic (x-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:40:42','Deleted due to change of name','c3e77b65-3f10-11e4-adec-0800271c1b75',NULL,NULL),(445,218,'Chest lordotic (X-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:40:42','Deleted due to change of name','c3e77e49-3f10-11e4-adec-0800271c1b75',NULL,NULL),(446,219,'chest oblique - bilateral (x-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:40:45','Deleted due to change of name','c3e8877b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(447,219,'Chest oblique - Bilateral (X-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:40:45','Deleted due to change of name','c3e88a58-3f10-11e4-adec-0800271c1b75',NULL,NULL),(448,220,'other','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3e9f78d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(449,220,'Other Radiology','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e9fabe-3f10-11e4-adec-0800271c1b75',NULL,NULL),(450,221,'kidney retrograde pyelogram (x-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:38:18','Deleted due to change of name','c3ea8d79-3f10-11e4-adec-0800271c1b75',NULL,NULL),(451,221,'Kidney retrograde pyelogram (X-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:38:18','Deleted due to change of name','c3ea923a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(452,222,'acromioclavicular joints - bilateral (x-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:36:36','Deleted due to change of name','c3ebdbd9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(453,222,'Acromioclavicular joints - Bilateral (X-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:36:36','Deleted due to change of name','c3ebdee7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(454,223,'abdomen ap (supine and lateraldecubitus) (x-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:50:57','Deleted due to change of name','c3ed2c25-3f10-11e4-adec-0800271c1b75',NULL,NULL),(455,223,'Abdomen AP (supine and lateraldecubitus) (X-ray) ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:50:57','Deleted due to change of name','c3ed2f66-3f10-11e4-adec-0800271c1b75',NULL,NULL),(456,224,'ankle - left, 3 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3eeb428-3f10-11e4-adec-0800271c1b75',NULL,NULL),(457,224,'Ankle - Left, 3 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3eeb747-3f10-11e4-adec-0800271c1b75',NULL,NULL),(458,225,'ankle - right, 3 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f0366e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(459,225,'Ankle - Right, 3 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f03a4c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(460,226,'neck','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f1c32f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(461,226,'Neck','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f1c610-3f10-11e4-adec-0800271c1b75',NULL,NULL),(462,227,'neck soft tissue (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f25fcc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(463,227,'Neck soft tissue (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f262c7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(464,228,'temporomandibular joint, bilateral (xray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f38fe9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(465,228,'Temporomandibular joint, bilateral (XRay)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f3948b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(466,229,'skull, 2 views (x-ray)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f5db7d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(467,229,'Skull, 2 views (X-ray)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f5debd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(468,230,'endoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f71c59-3f10-11e4-adec-0800271c1b75',NULL,NULL),(469,230,'Endoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f720c0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(470,231,'advanced procedure','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f7b5f9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(471,231,'Advanced Procedure','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f7bb8e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(472,232,'anoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f889c4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(473,232,'Anoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f88d7b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(474,233,'bronchoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f91cf2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(475,233,'Bronchoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f92030-3f10-11e4-adec-0800271c1b75',NULL,NULL),(476,234,'colonoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3f9c144-3f10-11e4-adec-0800271c1b75',NULL,NULL),(477,234,'Colonoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3f9c50f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(478,235,'cystoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3fa87f3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(479,235,'Cystoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3fa8b86-3f10-11e4-adec-0800271c1b75',NULL,NULL),(480,236,'normal procedure','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3fb5ce7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(481,236,'Normal Procedure','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3fb5fd1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(482,237,'esophagogastroduodenoscopy (egd)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3fc3814-3f10-11e4-adec-0800271c1b75',NULL,NULL),(483,237,'Esophagogastroduodenoscopy (EGD)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3fc3aef-3f10-11e4-adec-0800271c1b75',NULL,NULL),(484,238,'enteroscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3fd3693-3f10-11e4-adec-0800271c1b75',NULL,NULL),(485,238,'Enteroscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3fd3aff-3f10-11e4-adec-0800271c1b75',NULL,NULL),(486,239,'endoscopic retrograde cholangiopancreatography (ercp)','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3fdffa0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(487,239,'Endoscopic retrograde cholangiopancreatography (ERCP)','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3fe027e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(488,240,'laparoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3ff29b7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(489,240,'Laparoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3ff2d85-3f10-11e4-adec-0800271c1b75',NULL,NULL),(490,241,'sigmoidoscopy','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c3fff447-3f10-11e4-adec-0800271c1b75',NULL,NULL),(491,241,'Sigmoidoscopy','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3fffa19-3f10-11e4-adec-0800271c1b75',NULL,NULL),(492,242,'arm clavicle ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c400c546-3f10-11e4-adec-0800271c1b75',NULL,NULL),(493,242,'ARM Clavicle AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c400c827-3f10-11e4-adec-0800271c1b75',NULL,NULL),(494,243,'arm scapula ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c401d99d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(495,243,'ARM Scapula AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c401dc92-3f10-11e4-adec-0800271c1b75',NULL,NULL),(496,244,'arm scapula lateral','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c402e32c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(497,244,'ARM Scapula Lateral','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c402e640-3f10-11e4-adec-0800271c1b75',NULL,NULL),(498,245,'arm shoulder ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c403d540-3f10-11e4-adec-0800271c1b75',NULL,NULL),(499,245,'ARM Shoulder AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c403d863-3f10-11e4-adec-0800271c1b75',NULL,NULL),(500,246,'arm shoulder axial','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c404bbbf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(501,246,'ARM Shoulder Axial','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4052929-3f10-11e4-adec-0800271c1b75',NULL,NULL),(502,247,'arm humerus ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c406557e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(503,247,'ARM Humerus AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40658d3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(504,248,'arm humerus lateral','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c4075776-3f10-11e4-adec-0800271c1b75',NULL,NULL),(505,248,'ARM Humerus Lateral','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4075a58-3f10-11e4-adec-0800271c1b75',NULL,NULL),(506,249,'arm elbow ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c4086e99-3f10-11e4-adec-0800271c1b75',NULL,NULL),(507,249,'ARM Elbow AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4087182-3f10-11e4-adec-0800271c1b75',NULL,NULL),(508,250,'arm elbow lateral','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c40982fb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(509,250,'ARM Elbow Lateral','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40985ec-3f10-11e4-adec-0800271c1b75',NULL,NULL),(510,251,'arm forearm ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c40a8a52-3f10-11e4-adec-0800271c1b75',NULL,NULL),(511,251,'ARM Forearm AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40a8d1e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(512,252,'arm forearm lateral','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c40b9a18-3f10-11e4-adec-0800271c1b75',NULL,NULL),(513,252,'ARM Forearm Lateral','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40b9cd6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(514,253,'arm wrist pa','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c40cd5ec-3f10-11e4-adec-0800271c1b75',NULL,NULL),(515,253,'ARM Wrist PA','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40cda08-3f10-11e4-adec-0800271c1b75',NULL,NULL),(516,254,'arm wrist ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c40e1651-3f10-11e4-adec-0800271c1b75',NULL,NULL),(517,254,'ARM Wrist AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40e19ca-3f10-11e4-adec-0800271c1b75',NULL,NULL),(518,255,'arm wrist lateral','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c40f370c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(519,255,'ARM Wrist Lateral','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40f3c8f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(520,256,'arm scaphoid','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c4105b10-3f10-11e4-adec-0800271c1b75',NULL,NULL),(521,256,'ARM Scaphoid','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4105de9-3f10-11e4-adec-0800271c1b75',NULL,NULL),(522,257,'arm hand ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c4113cea-3f10-11e4-adec-0800271c1b75',NULL,NULL),(523,257,'ARM Hand AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4113fd5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(524,258,'arm hand oblique','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c4128f5b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(525,258,'ARM Hand oblique','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c412925c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(526,259,'arm finger lateral','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c413b28a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(527,259,'ARM Finger lateral','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c413b591-3f10-11e4-adec-0800271c1b75',NULL,NULL),(528,260,'leg pelvis','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c414ba6b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(529,260,'LEG Pelvis','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c414bda8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(530,261,'leg hip joint ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c4159f1d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(531,261,'LEG Hip joint AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c415a222-3f10-11e4-adec-0800271c1b75',NULL,NULL),(532,262,'leg hip joint lateral ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:44:41','Deleted due to change of name','c416bbbf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(533,262,'LEG Hip joint Lateral ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:44:41','Deleted due to change of name','c416bec6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(534,263,'leg femur ap','en',0,1,'2014-09-18 14:19:56','SHORT',0,NULL,NULL,NULL,'c417dc90-3f10-11e4-adec-0800271c1b75',NULL,NULL),(535,263,'LEG Femur AP','en',1,1,'2014-09-18 14:19:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c417df96-3f10-11e4-adec-0800271c1b75',NULL,NULL),(536,264,'leg femur lateral ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:44:15','Deleted due to change of name','c419105b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(537,264,'LEG Femur Lateral ','en',0,1,'2014-09-18 14:19:56',NULL,1,4,'2016-11-14 12:44:15','Deleted due to change of name','c419134b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(538,265,'leg knee ap','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c41a46a0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(539,265,'LEG Knee AP','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c41a4993-3f10-11e4-adec-0800271c1b75',NULL,NULL),(540,266,'leg knee lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c41b4eca-3f10-11e4-adec-0800271c1b75',NULL,NULL),(541,266,'LEG Knee lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c41b51b4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(542,267,'leg lower leg including knee','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c41c6667-3f10-11e4-adec-0800271c1b75',NULL,NULL),(543,267,'LEG Lower leg including knee','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c41c6951-3f10-11e4-adec-0800271c1b75',NULL,NULL),(544,268,'leg lower leg including ankle','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c41deabf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(545,268,'LEG Lower leg including ankle','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c41dedf5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(546,269,'leg ankle joint','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c41f9f27-3f10-11e4-adec-0800271c1b75',NULL,NULL),(547,269,'LEG Ankle joint','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c41fa237-3f10-11e4-adec-0800271c1b75',NULL,NULL),(548,270,'leg foot ap','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4208d27-3f10-11e4-adec-0800271c1b75',NULL,NULL),(549,270,'LEG Foot AP','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4209030-3f10-11e4-adec-0800271c1b75',NULL,NULL),(550,271,'leg foot oblique','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c421a316-3f10-11e4-adec-0800271c1b75',NULL,NULL),(551,271,'LEG Foot oblique','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c421a61d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(552,272,'leg foot lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c422d3ac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(553,272,'LEG Foot lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c422d6cc-3f10-11e4-adec-0800271c1b75',NULL,NULL),(554,273,'chest pa ','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2016-11-14 12:40:48','Deleted due to change of name','c423ed71-3f10-11e4-adec-0800271c1b75',NULL,NULL),(555,273,'CHEST PA ','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2016-11-14 12:40:48','Deleted due to change of name','c423f2f3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(556,274,'chest lateral ','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2016-11-14 12:40:51','Deleted due to change of name','c424f2d5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(557,274,'CHEST Lateral ','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2016-11-14 12:40:51','Deleted due to change of name','c424f620-3f10-11e4-adec-0800271c1b75',NULL,NULL),(558,275,'chest ap','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c425d5fe-3f10-11e4-adec-0800271c1b75',NULL,NULL),(559,275,'CHEST AP','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c425d919-3f10-11e4-adec-0800271c1b75',NULL,NULL),(560,276,'chest apical lordotic','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c426d2c4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(561,276,'CHEST apical lordotic','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c426d629-3f10-11e4-adec-0800271c1b75',NULL,NULL),(562,277,'abdomen ap supine','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c427db6d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(563,277,'ABDOMEN AP Supine','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c427de6f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(564,278,'abdomen pa/ap standing erect','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c428e327-3f10-11e4-adec-0800271c1b75',NULL,NULL),(565,278,'ABDOMEN PA/AP standing erect','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c428e773-3f10-11e4-adec-0800271c1b75',NULL,NULL),(566,279,'abdomen lateral decubitus','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c42a0fb3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(567,279,'ABDOMEN lateral decubitus','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c42a12b6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(568,280,'abdomen supine urography','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c42b21ec-3f10-11e4-adec-0800271c1b75',NULL,NULL),(569,280,'ABDOMEN supine urography','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c42b2692-3f10-11e4-adec-0800271c1b75',NULL,NULL),(570,281,'abdomen urinary bladder','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c42c428d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(571,281,'ABDOMEN urinary bladder','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c42c45be-3f10-11e4-adec-0800271c1b75',NULL,NULL),(572,282,'head skull pa','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c42d675a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(573,282,'HEAD Skull PA','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c42d6b06-3f10-11e4-adec-0800271c1b75',NULL,NULL),(574,283,'head skull ap','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c42e78a2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(575,283,'HEAD Skull AP','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c42e7d26-3f10-11e4-adec-0800271c1b75',NULL,NULL),(576,284,'head skull semiaxial (towne’s)','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c42f5c61-3f10-11e4-adec-0800271c1b75',NULL,NULL),(577,284,'HEAD Skull semiaxial (Towne’s)','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c42f5f9a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(578,285,'head skull lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4307005-3f10-11e4-adec-0800271c1b75',NULL,NULL),(579,285,'HEAD Skull lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43074dd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(580,286,'head sinus and face lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4318bec-3f10-11e4-adec-0800271c1b75',NULL,NULL),(581,286,'HEAD Sinus and face lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4318f06-3f10-11e4-adec-0800271c1b75',NULL,NULL),(582,287,'head nose lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c432fd3d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(583,287,'HEAD Nose lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c433008e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(584,288,'head mandible ap','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4341675-3f10-11e4-adec-0800271c1b75',NULL,NULL),(585,288,'HEAD Mandible AP','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43419a0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(586,289,'head mandible pa','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c435446b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(587,289,'HEAD Mandible PA','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43547bd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(588,290,'head mandible oblique lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c436574d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(589,290,'HEAD Mandible oblique lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4365a77-3f10-11e4-adec-0800271c1b75',NULL,NULL),(590,291,'spine cervical ap/pa','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4379903-3f10-11e4-adec-0800271c1b75',NULL,NULL),(591,291,'SPINE Cervical AP/PA','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4379c03-3f10-11e4-adec-0800271c1b75',NULL,NULL),(592,292,'spine cervical lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c438f4f6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(593,292,'SPINE Cervical Lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c438f846-3f10-11e4-adec-0800271c1b75',NULL,NULL),(594,293,'spine thoracic ap/pa','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c43a042c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(595,293,'SPINE Thoracic AP/PA','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43a071e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(596,294,'spine thoracic lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c43b6491-3f10-11e4-adec-0800271c1b75',NULL,NULL),(597,294,'SPINE Thoracic Lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43b67a8-3f10-11e4-adec-0800271c1b75',NULL,NULL),(598,295,'spine lumbo-sacral ap/pa','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c43c5fbd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(599,295,'SPINE Lumbo-sacral AP/PA','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43c64d4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(600,296,'spine lumbo-sacral lateral','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c43d8e45-3f10-11e4-adec-0800271c1b75',NULL,NULL),(601,296,'SPINE Lumbo-sacral Lateral','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43d9138-3f10-11e4-adec-0800271c1b75',NULL,NULL),(602,297,'special x rays','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c43e8873-3f10-11e4-adec-0800271c1b75',NULL,NULL),(603,297,'Special X Rays','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43e8bcf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(604,298,'barium study barium swallow','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c43f7875-3f10-11e4-adec-0800271c1b75',NULL,NULL),(605,298,'BARIUM STUDY Barium swallow','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43f7bac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(606,299,'barium study barium meal','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4404754-3f10-11e4-adec-0800271c1b75',NULL,NULL),(607,299,'BARIUM STUDY Barium meal','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4404ade-3f10-11e4-adec-0800271c1b75',NULL,NULL),(608,300,'barium study barium enema','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c44130ac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(609,300,'BARIUM STUDY Barium Enema','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44133fe-3f10-11e4-adec-0800271c1b75',NULL,NULL),(610,301,'rgu','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4421ebf-3f10-11e4-adec-0800271c1b75',NULL,NULL),(611,301,'RGU','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4422209-3f10-11e4-adec-0800271c1b75',NULL,NULL),(612,302,'kub','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c442c9f7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(613,302,'KUB','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c442cf92-3f10-11e4-adec-0800271c1b75',NULL,NULL),(614,303,'ct ','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2016-11-14 12:38:21','Deleted due to change of name','c4439581-3f10-11e4-adec-0800271c1b75',NULL,NULL),(615,303,'CT ','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2016-11-14 12:38:21','Deleted due to change of name','c443989b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(616,304,'mri','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4444d36-3f10-11e4-adec-0800271c1b75',NULL,NULL),(617,304,'MRI','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4445024-3f10-11e4-adec-0800271c1b75',NULL,NULL),(618,305,'Fee Information','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c446b4c2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(619,305,'Fee Information','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c446b822-3f10-11e4-adec-0800271c1b75',NULL,NULL),(620,306,'Posture','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c44c4122-3f10-11e4-adec-0800271c1b75',NULL,NULL),(621,306,'Posture','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44c4494-3f10-11e4-adec-0800271c1b75',NULL,NULL),(622,307,'Sitting','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c44d02f5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(623,307,'Sitting','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44d0752-3f10-11e4-adec-0800271c1b75',NULL,NULL),(624,308,'Supine','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c44d6f5f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(625,308,'Supine','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44d728a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(626,309,'Obstetrics','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c44f523f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(627,309,'Obstetrics','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44f55f4-3f10-11e4-adec-0800271c1b75',NULL,NULL),(628,310,'P/A (PER ABDOMEN)','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c44fcc5f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(629,310,'P/A (PER ABDOMEN)','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44fcf5f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(630,311,'Fundal Height (Weeks)','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c450aa7d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(631,311,'Fundal Height (Weeks)','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c450ad85-3f10-11e4-adec-0800271c1b75',NULL,NULL),(632,312,'P/A Presenting Part','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c45182de-3f10-11e4-adec-0800271c1b75',NULL,NULL),(633,312,'P/A Presenting Part','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45185ce-3f10-11e4-adec-0800271c1b75',NULL,NULL),(634,313,'Cephalic','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 15:55:29','Voided due to change of name','c45268b6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(635,313,'Cephalic','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4526bb2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(636,314,'Breech','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 15:55:54','Voided due to change of name','c4532dd1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(637,314,'Breech','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45330f0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(638,315,'Transverse','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c453ce42-3f10-11e4-adec-0800271c1b75',NULL,NULL),(639,315,'Transverse','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c453d148-3f10-11e4-adec-0800271c1b75',NULL,NULL),(640,316,'FHS','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c458d7e7-3f10-11e4-adec-0800271c1b75',NULL,NULL),(641,316,'FHS','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c458db9d-3f10-11e4-adec-0800271c1b75',NULL,NULL),(642,317,'Present','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 16:01:08','Voided due to change of name','c459731e-3f10-11e4-adec-0800271c1b75',NULL,NULL),(643,317,'Present','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4597617-3f10-11e4-adec-0800271c1b75',NULL,NULL),(644,318,'Absent','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 16:01:23','Voided due to change of name','c459f181-3f10-11e4-adec-0800271c1b75',NULL,NULL),(645,318,'Absent','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c459f706-3f10-11e4-adec-0800271c1b75',NULL,NULL),(646,319,'LMP','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c45a81a3-3f10-11e4-adec-0800271c1b75',NULL,NULL),(647,319,'LMP','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45a8578-3f10-11e4-adec-0800271c1b75',NULL,NULL),(648,320,'Amount of Liquor','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c45affc0-3f10-11e4-adec-0800271c1b75',NULL,NULL),(649,320,'Amount of Liquor','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45b0296-3f10-11e4-adec-0800271c1b75',NULL,NULL),(650,321,'Gynaecology','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c45d184c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(651,321,'Gynaecology','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45d1bc1-3f10-11e4-adec-0800271c1b75',NULL,NULL),(652,322,'P/S (Per Speculum) - Cervix','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c45d908f-3f10-11e4-adec-0800271c1b75',NULL,NULL),(653,322,'P/S (Per Speculum) - Cervix','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45d93bd-3f10-11e4-adec-0800271c1b75',NULL,NULL),(654,323,'Cervix Size','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c45ea888-3f10-11e4-adec-0800271c1b75',NULL,NULL),(655,323,'Cervix Size','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45eabb6-3f10-11e4-adec-0800271c1b75',NULL,NULL),(656,324,'Normal','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 15:59:19','Voided due to change of name','c45f6c67-3f10-11e4-adec-0800271c1b75',NULL,NULL),(657,324,'Normal','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45f6f93-3f10-11e4-adec-0800271c1b75',NULL,NULL),(658,325,'Erosion','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 15:59:33','Voided due to change of name','c45fe8a5-3f10-11e4-adec-0800271c1b75',NULL,NULL),(659,325,'Erosion','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c45fecac-3f10-11e4-adec-0800271c1b75',NULL,NULL),(660,326,'Growth','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4606f5a-3f10-11e4-adec-0800271c1b75',NULL,NULL),(661,326,'Growth','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4607240-3f10-11e4-adec-0800271c1b75',NULL,NULL),(662,327,'VIA Test','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c46104ee-3f10-11e4-adec-0800271c1b75',NULL,NULL),(663,327,'VIA Test','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4610854-3f10-11e4-adec-0800271c1b75',NULL,NULL),(664,328,'VIA +ve','en',0,1,'2014-09-18 14:19:57',NULL,1,4,'2014-12-24 15:59:58','Voided due to change of name','c461ce69-3f10-11e4-adec-0800271c1b75',NULL,NULL),(665,328,'VIA +ve','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c461d17b-3f10-11e4-adec-0800271c1b75',NULL,NULL),(666,329,'VIA -ve','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c462770c-3f10-11e4-adec-0800271c1b75',NULL,NULL),(667,329,'VIA -ve','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4627a30-3f10-11e4-adec-0800271c1b75',NULL,NULL),(668,330,'Patient Document','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4689cc2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(669,330,'Patient Document','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c468a1e2-3f10-11e4-adec-0800271c1b75',NULL,NULL),(670,331,'Patient file','en',0,1,'2014-09-18 14:19:57','SHORT',0,NULL,NULL,NULL,'c4694efb-3f10-11e4-adec-0800271c1b75',NULL,NULL),(671,331,'Patient file','en',1,1,'2014-09-18 14:19:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4695239-3f10-11e4-adec-0800271c1b75',NULL,NULL),(672,332,'Ayurvedic','en',1,2,'2014-09-24 14:03:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b637e56-fb83-4e1c-a782-23f5c30a4adf',NULL,NULL),(673,333,'Inhaler','en',1,2,'2014-09-24 14:06:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44138e71-9dd4-4e5b-ac04-a4e10eda4717',NULL,NULL),(674,334,'Gel','en',1,2,'2014-09-24 14:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2c90895-55cc-44a1-966f-c49b556be019',NULL,NULL),(675,335,'Injection','en',1,2,'2014-09-24 14:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a7c864fc-ffda-47b1-b792-c0fac87f5350',NULL,NULL),(676,336,'Food Supplement','en',1,2,'2014-09-24 14:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6711334-82f1-4cde-a17f-b99464b5b94d',NULL,NULL),(677,337,'Cream','en',1,2,'2014-09-24 14:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a031601c-cd50-4f76-9ee7-b37d7f0796b0',NULL,NULL),(678,338,'Drops','en',1,2,'2014-09-24 14:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'234e6c66-31ee-4f7c-a502-7ab7271e267f',NULL,NULL),(679,339,'Syrup','en',1,2,'2014-09-24 14:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a4f28eb7-c0c3-4223-acc6-bb1bb24ace12',NULL,NULL),(680,340,'Solution','en',1,2,'2014-09-24 14:08:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d0d88c07-4d9d-4be8-94e5-6486c6ed6eaa',NULL,NULL),(681,341,'Spray','en',1,2,'2014-09-24 14:08:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b856c293-0b30-49be-b167-15bed6a2755c',NULL,NULL),(682,342,'Tablet(s)','en',1,2,'2014-09-24 14:08:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7a93eac2-d1b9-4af0-a876-7e1790f2eb6b',NULL,NULL),(683,343,'Powder','en',1,2,'2014-09-24 14:08:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0e5b960-6f34-4625-bee8-afacf9c7977c',NULL,NULL),(684,344,'Ointment','en',1,2,'2014-09-24 14:08:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7af83c4b-e2d2-4619-a11a-7bfe295e8e9e',NULL,NULL),(685,345,'Lotion','en',1,2,'2014-09-24 14:08:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'59aba167-b8e8-4c74-8f11-1c219a44e448',NULL,NULL),(686,346,'Clobetasone','en',1,2,'2014-09-24 14:53:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2343d47-0bc4-4454-81f1-9c5ad1bcfc3a',NULL,NULL),(687,347,'Dermal','en',1,2,'2014-09-24 14:53:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef3e5e3d-b9fa-4832-a3e2-4e459fa97d67',NULL,NULL),(688,348,'Paracetamol 500mg','en',1,2,'2014-09-24 14:56:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2952220-626d-4cad-8ad3-39c3db8db017',NULL,NULL),(689,349,'Paracetamol 120mg/5ml','en',1,2,'2014-09-24 14:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b0b7c144-aa62-4a10-985a-dd9c355e441f',NULL,NULL),(690,350,'Salbutamol inhaler','en',1,2,'2014-09-24 14:58:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94e6f6b2-7013-48d9-a1e5-377f07c4b9af',NULL,NULL),(691,351,'Chana','en',1,2,'2014-09-24 14:58:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9a4d6eb2-8ddd-4f8a-8f2f-0f6f42d31593',NULL,NULL),(692,352,'Albendazole 400mg','en',1,2,'2014-09-24 14:59:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b61c6d11-4760-4d96-86bb-c5c820d70683',NULL,NULL),(693,353,'Cytalon','en',1,2,'2014-09-25 10:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'946788f9-3d1d-40d2-bf24-d81ca8de0efa',NULL,NULL),(694,354,'Ipratropium Bromide Respirator Solution','en',1,2,'2014-09-25 11:00:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fa865a80-7ae2-4985-bf95-21f35d397b99',NULL,NULL),(695,355,'Pentazocine','en',1,2,'2014-09-25 11:02:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a8033f96-bebb-46ae-a900-c55dc4003584',NULL,NULL),(696,356,'Aciclovir','en',1,2,'2014-09-25 11:02:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e33f4396-c7a9-4f28-b0e3-97882db465d4',NULL,NULL),(697,357,'Capsule(s)','en',1,2,'2014-09-25 11:06:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8c1b0f24-5c6c-4dde-80db-d601219848fb',NULL,NULL),(698,358,'Cephlexin','en',1,2,'2014-09-25 11:07:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4e1ffc3-c5ba-4067-b536-d5a29aea9e6d',NULL,NULL),(699,359,'Lajvanti Panchang 50gm','en',1,2,'2014-09-25 11:10:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b3e3727b-05a7-40b2-ac19-d1d2b3f4614e',NULL,NULL),(700,360,'Hepatitis - B','en',1,2,'2014-09-25 11:12:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c44df7e8-2fb5-4d3d-b46a-bc9df7a426fa',NULL,NULL),(701,361,'Lajvanti Panchang','en',1,2,'2014-09-25 11:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2d32da55-cd3f-44de-8ba5-7538ad159503',NULL,NULL),(702,362,'Beclomethasone','en',1,2,'2014-09-25 11:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5bd5dfa-c050-4a33-b2d8-ba2ca8a83ee3',NULL,NULL),(703,363,'Sodium Thiosulphate Camical 500gm','en',1,2,'2014-09-25 11:17:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fdc0811a-cf87-439a-955d-ad1bc697c0fb',NULL,NULL),(704,364,'Placentex','en',1,2,'2014-09-25 11:19:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6e1592bd-de9d-471a-954c-b8432a147ba7',NULL,NULL),(705,365,'Ciprofloxacin','en',1,2,'2014-09-25 11:20:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'89531c4a-87e5-4f0d-84a8-ed4e2f40c616',NULL,NULL),(706,366,'Clotrimazole+Lignocaine Ear Drop','en',1,2,'2014-09-25 11:20:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'92c0d45a-3870-4ed7-87ac-96cee6e528d1',NULL,NULL),(707,367,'Metronidazole','en',1,2,'2014-09-25 11:23:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95d4c571-bc76-4788-8fbf-e30226bfade3',NULL,NULL),(708,368,'Jelly','en',1,2,'2014-09-25 11:24:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91ad09f6-199b-404b-86e9-019b7970c2ec',NULL,NULL),(709,369,'Lignocaine Hydrochloride 2%','en',1,2,'2014-09-25 11:25:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7784af51-fbc5-460e-b420-84b49a147158',NULL,NULL),(710,370,'Paracetamol','en',1,2,'2014-09-25 11:27:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2844c470-b96b-482a-9bbc-3891ef1fa46c',NULL,NULL),(711,371,'Povidine','en',1,2,'2014-09-25 11:31:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e335e4b-5866-4e0d-84be-931a4a7d888a',NULL,NULL),(712,55,'Nutritional Values','en',1,4,'2014-09-29 14:23:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'def1f967-9ebb-4c02-b832-acd9c3018fc1',NULL,NULL),(713,372,'B-Complex','en',1,2,'2014-09-29 14:55:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6164bc2-ba6c-4b92-9009-f697fbb85b79',NULL,NULL),(714,56,'Dose Quantity Units','en',0,4,'2014-09-29 17:44:04','SHORT',0,NULL,NULL,NULL,'f8cfe13b-3f91-46d2-b800-00b2af3f10a1',NULL,NULL),(715,373,'Diagnosis Set of Sets','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbc63aa7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(716,374,'Infectious and Parasitic Diseases','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbd323ee-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(717,375,'Bacteremia (not septicemia)','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbdc6454-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(718,376,'Chickenpox, NOS','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbec08b3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(719,377,'Condyloma acuminata','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbf57b8d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(720,378,'Dermatomycosis, unspec.','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbff8a21-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(721,379,'Exanthems, viral, unspec.','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc11411a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(722,380,'Giardiasis','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc13b63f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(723,381,'Gonorrhea, acute, lower GU tract','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc15756f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(724,382,'Hepatitis, viral, NOS','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc17f28e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(725,383,'Herpes zoster, NOS','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc1a3fb3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(726,384,'Herpetic disease, uncomplicated','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc1ccd9e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(727,385,'HIV disease','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc20ee9c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(728,386,'HIV positive, asymptomatic','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc232b97-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(729,387,'Infectious mononucleosis','en',0,1,'2014-10-07 16:57:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc25c92a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(730,388,'Intestinal protozoa, NOS','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc598bb6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(731,389,'Lyme disease','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc5c1fc3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(732,390,'Moniliasis, skin/nails','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc5e64ff-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(733,391,'Moniliasis, vulva/vagina','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc602ef4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(734,392,'Pediculosis, head','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc624ed6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(735,393,'Pediculosis, unspec.','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc662c78-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(736,394,'Pinworms','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc688150-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(737,395,'Salmonella gastroenteritis','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc6c25cc-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(738,396,'Scabies','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc6f7b99-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(739,397,'Sepsis','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc79b460-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(740,398,'Septicemia, NOS','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc7defa9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(741,399,'Staphylococcal food poisoning','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc7fb3f1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(742,400,'Syphilis, unspec.','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc8209de-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(743,401,'Trichomoniasis, unspec.','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc853ca7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(744,402,'Tuberculosis, pulmonary, NOS','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc8724e6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(745,403,'Venereal disease, unspec.','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc8b68f6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(746,404,'Viral infection, unspec.','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcc761b1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(747,405,'Warts, condyloma','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dccce6a1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(748,406,'Warts, viral, unspec.','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcd086b4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(749,407,'Neoplasms','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcd31baa-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(750,408,'Skin, uncertain behavior','en',0,1,'2014-10-07 16:57:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcd4085c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(751,409,'Benign lesion, unspec.','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd1383f0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(752,410,'Lipoma, any site','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd17fa65-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(753,411,'Neoplasm, unspec.','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd1e1c0a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(754,412,'Skin, soft tissue neoplasm, unspec.','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd21f8ca-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(755,413,'Skin, unspec.','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd288a03-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(756,414,'Bladder, unspec.','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd2bfbf1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(757,415,'Breast, female, unspec.','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd2e26e2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(758,416,'Cervix uteri (CIS)','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd371145-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(759,417,'Female genital, unspec., CIS excluded','en',0,1,'2014-10-07 16:57:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd39428d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(760,418,'Gastrointestinal tract, unspec.','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddac0d95-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(761,419,'Leukemia, unspec., w/o remission','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddb0fdc2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(762,420,'Lung, unspec.','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddb6547a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(763,421,'Male genital, unspec.','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddb8b69d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(764,422,'Malignant lesion, unspec.','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddbc4dac-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(765,423,'Prostate','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddbe38da-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(766,424,'Respiratory tract, NOS','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddc1e834-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(767,425,'Urinary, unspec.','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddc58715-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(768,426,'Enocrine, Nutritional and Metabolic Disorders','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddc734e8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(769,427,'B12 deficiency w/o anemia','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddfd2bf2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(770,428,'Dehydration','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de0096fe-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(771,429,'Diabetes I, uncomplicated','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de04a71f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(772,430,'Diabetes I, w/ unspec. complications','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de07f549-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(773,431,'Diabetes II, uncomplicated','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de0c207d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(774,432,'Diabetes II, w/ unspec. complications','en',0,1,'2014-10-07 16:57:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de0f24d1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(775,433,'Dysmetabolic syndrome','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de13e24e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(776,434,'Glucose intolerance','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de16e0d1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(777,435,'Gout, unspec.','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de1a473f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(778,436,'Hypercalcemia','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de1c2337-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(779,437,'Hypercholesterolemia, pure','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de201954-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(780,438,'Hyperkalemia','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de565c93-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(781,439,'Hyperlipidemia, mixed','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de59af23-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(782,440,'Hypernatremia','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de5bac7d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(783,441,'Hyperparathyroidism, unspec.','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de5f1826-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(784,442,'Hyperthyroidism, NOS','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de62ace8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(785,443,'Hypocalcemia','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de65717f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(786,444,'Hypoglycemia, nondiabetic, unspec.','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de685e52-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(787,445,'Hypokalemia','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de6a8ae0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(788,446,'Hyponatremia','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de6da146-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(789,447,'Hypothyroidism, unspec.','en',0,1,'2014-10-07 16:57:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dea3b72c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(790,448,'Nutritional deficiencies, unspec.','en',0,1,'2014-10-07 16:57:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'deb0e9a7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(791,449,'Obesity, NOS','en',0,1,'2014-10-07 16:57:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'deb4830f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(792,450,'Overweight','en',0,1,'2014-10-07 16:57:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'deef9263-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(793,451,'Thyroid nodule','en',0,1,'2014-10-07 16:57:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'def45c4e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(794,452,'Blood Diseases','en',0,1,'2014-10-07 16:57:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'def65156-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(795,453,'Anemia, acute blood loss','en',0,1,'2014-10-07 16:57:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'def87ffe-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(796,454,'Anemia, chronic disease, other','en',0,1,'2014-10-07 16:57:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df6b77c3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(797,455,'Anemia, chronic kidney disease','en',0,1,'2014-10-07 16:57:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df9a5dcd-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(798,456,'Anemia, chronic neoplastic disease','en',0,1,'2014-10-07 16:57:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df9dd8a4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(799,457,'Anemia, iron deficiency, unspec.','en',0,1,'2014-10-07 16:57:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e015cb90-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(800,458,'Anemia, other, unspec.','en',0,1,'2014-10-07 16:57:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e052d156-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(801,459,'Anemia, pernicious','en',0,1,'2014-10-07 16:57:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0586063-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(802,460,'Blood disease, unspec.','en',0,1,'2014-10-07 16:57:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e05d0196-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(803,461,'Hemorrhagic conditions, unspec.','en',0,1,'2014-10-07 16:57:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e05f3708-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(804,462,'Leukocytopenia, unspec.','en',0,1,'2014-10-07 16:57:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0634b06-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(805,463,'Lymphadenitis, chronic','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e09f6be7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(806,464,'Polycythemia vera','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0a15842-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(807,465,'Sickle-cell disease, unspec.','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0c85b58-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(808,466,'Sickle-cell trait','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0cc75c2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(809,467,'Mental Disorders','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0cf9441-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(810,468,'Adjustment reaction, unspec.','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0d0b848-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(811,469,'Alcohol abuse, unspec.','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0d4668a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(812,470,'Alcoholism, unspec.','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0d8260a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(813,471,'Alzheimer\'s','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0d9e48a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(814,472,'Anorexia nervosa','en',0,1,'2014-10-07 16:57:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0dce7c0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(815,473,'Anxiety state, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1181165-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(816,474,'Attention deficit, w/o hyperactivity','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e11b5bdf-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(817,475,'Bulimia nervosa','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1201fec-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(818,476,'Conduct disorder, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1230dd4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(819,477,'Delirium, acute','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e124f33b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(820,478,'Dementia, senile, uncomplicated','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1285278-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(821,479,'Dementia, vascular, uncomplicated','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e12d2589-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(822,480,'Depressive disorder, NOS','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e130085c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(823,481,'Drug abuse, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1349875-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(824,482,'Insomnia, sleep disorder, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e137bdd9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(825,483,'Mental retardation, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e13bf7de-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(826,484,'Panic disorder, no agoraphobia','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e13faa40-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(827,485,'Personality disorder, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e143a065-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(828,486,'Psychosexual dysfunction., unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1471082-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(829,487,'Psychosis, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e14aa9a2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(830,488,'Schizophrenia, unspec.','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e187174a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(831,489,'Stress, acute situational disturbance','en',0,1,'2014-10-07 16:57:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e18e0ebf-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(832,490,'Tobacco abuse','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1c31e58-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(833,491,'Nervous System and Sense Organ Disorders','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1fae37c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(834,492,'Conjunctivitis, viral, NOS','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1ff751a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(835,493,'Headache, tension','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2028d5d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(836,494,'Hearing loss, unspec.','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2065b2a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(837,495,'Hemorrhage, intracranial, NOS','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e209a163-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(838,496,'Stye (hordeolum)','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e20bdd47-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(839,497,'Cerumen impaction','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e211da1c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(840,498,'Ear disorder, unspec.','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e214ebd6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(841,499,'Eustachian salpingitis, unspec.','en',0,1,'2014-10-07 16:57:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e220159f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(842,500,'Otitis media, acute','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e25cd60f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(843,501,'Otitis media, acute w/ rupture of TM','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e25f206d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(844,502,'Otitis media, chronic serous','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e265be5d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(845,503,'Vertigo, central','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e269e49e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(846,504,'Vertigo, peripheral, unspec.','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e26dde1e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(847,505,'Blepharitis, unspec.','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2a8d992-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(848,506,'Cataract, unspec.','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2ac19b6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(849,507,'Chalazion','en',0,1,'2014-10-07 16:57:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2ade328-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(850,508,'Conjunctivitis, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2e4bda6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(851,509,'Corneal abrasion','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2e801d9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(852,510,'Corneal ulcer, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2e9dc4d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(853,511,'Eye disorder, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2ed5a3e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(854,512,'Eye movement disorder, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2f399e8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(855,513,'Glaucoma, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2f5dc52-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(856,514,'Refractive errors, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2f8edc5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(857,515,'Retinal disorder, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2fcc739-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(858,516,'Visual disturbance, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e30055d5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(859,517,'Visual loss, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e303ad9a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(860,518,'Bell\'s palsy','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e308c097-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(861,519,'Carpal tunnel','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e30c9bdf-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(862,520,'Cerebral artery occlusion with infarction, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e32bc1ad-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(863,521,'Cognitive impairment, mild','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e331ac90-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(864,522,'CVA, late effect, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e334be0a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(865,523,'Meningitis, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3372dda-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(866,524,'Migraine, unspec., not intractable','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e33b0118-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(867,525,'Movement disorder, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e33ff27e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(868,526,'Multiple sclerosis','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e342ab0e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(869,527,'Myopathy, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e34687ce-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(870,528,'Nervous system, NOS','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3496439-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(871,529,'Neuropathy, unspec.','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e34c3be5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(872,530,'Parkinsonism, primary','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3504b53-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(873,531,'Restless legs syndrome','en',0,1,'2014-10-07 16:57:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e35589ec-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(874,532,'Sleep apnea, obstructive','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e38fa183-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(875,533,'Trigeminal neuralgia','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e39353fc-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(876,534,'Circulatory System','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e396135a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(877,535,'Angina, unstable','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e39972b3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(878,536,'Aortic aneurysm, unspec.','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e39ce707-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(879,537,'Arterial disorder, other, unspec.','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3dc2e5e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(880,538,'Atrial fibrillation','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3e0aa64-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(881,539,'Cardiac arrest','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3e425f3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(882,540,'Chronic ischemic heart disease, unspec.','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3e63a62-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(883,541,'Circulatory disorder, unspec.','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3ea3204-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(884,542,'Conduction disorder, unspec.','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3ed7b77-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(885,543,'Elevated BP w/o hypertension','en',0,1,'2014-10-07 16:57:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3f07b9b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(886,544,'Heart disease, other, unspec.','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4294304-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(887,545,'Heart failure, combined, unspec.','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e45dea17-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(888,546,'Heart failure, congestive, unspec.','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4618b7e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(889,547,'Heart failure, diastolic, unspec.','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e46614d0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(890,548,'Heart failure, systolic, unspec.','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e46973eb-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(891,549,'Hypertension, benign','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e46be61e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(892,550,'Hypertension, malignant','en',0,1,'2014-10-07 16:57:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e46ea4fa-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(893,551,'Hypertension, unspec.','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4dfed6e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(894,552,'Hypertensive heart disease, unspec., w/ heart failure','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4e4bec9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(895,553,'Hypertensive renal disease w/o renal failure, unspec.','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4e8df81-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(896,554,'Hypotension, orthostatic','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4ed8f29-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(897,555,'Long QT syndrome','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4ef9513-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(898,556,'Myocardial infarction, NOS (to 8 weeks)','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4f41a1b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(899,557,'Myocardial infarction, NSTEMI (to 8 weeks)','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5021540-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(900,558,'Myocardial infarction, old','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e506615b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(901,559,'Pericarditis, acute, nonspecific','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e50a4574-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(902,560,'Peripheral vascular disease, unspec.','en',0,1,'2014-10-07 16:57:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e50dd597-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(903,561,'Phlebitis, deep, lower extrem., other','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e54d11c6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(904,562,'Premature beats, unspec.','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5512d0a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(905,563,'Pulmonary edema, acute','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5562449-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(906,564,'Pulmonary embolism, not iatrogenic','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e58ae173-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(907,565,'Rheumatic heart disease, unspec.','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5c77d1f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(908,566,'Tachycardia, paroxysmal SVT','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5cb85bf-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(909,567,'Thrombophlebitis, unspec.','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5cf2f05-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(910,568,'Venous insufficiency, unspec.','en',0,1,'2014-10-07 16:57:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5d0e0af-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(911,569,'Respiratory System','en',0,1,'2014-10-07 16:57:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5d56da2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(912,570,'Asthma, extrinsic, acute exacerbation','en',0,1,'2014-10-07 16:57:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5d6783a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(913,571,'Asthma, intrinsic, acute exacerbation','en',0,1,'2014-10-07 16:57:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5da7788-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(914,572,'Bronchiolitis, acute, due to RSV','en',0,1,'2014-10-07 16:57:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5ddee76-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(915,573,'Bronchitis, acute','en',0,1,'2014-10-07 16:57:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e653f344-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(916,574,'Bronchitis, chronic, unspec.','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e68f8021-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(917,575,'Bronchospasm, acute','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6932627-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(918,576,'Bronchospasm, exercise induced','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e695fb33-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(919,577,'COPD, NOS','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e698fa00-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(920,578,'Croup','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e69bdb2b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(921,579,'Emphysema','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e69da973-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(922,580,'Laryngitis, acute, no obstruction','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6a2a010-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(923,581,'Peritonsillar abscess','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6ac7012-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(924,582,'Pharyngitis, acute','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6ae4925-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(925,583,'Pleural effusion, NOS','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6b247db-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(926,584,'Pneumonia, unspec.','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6bf163e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(927,585,'Respiratory disease, other, NOS','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6c13d98-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(928,586,'Rhinitis, chronic','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6c5498a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(929,587,'Sinusitis, acute, frontal','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6fa88e3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(930,588,'Sinusitis, acute, maxillary','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6fcad11-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(931,589,'Sinusitis, acute, NOS','en',0,1,'2014-10-07 16:57:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6ffdfa5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(932,590,'Sinusitis, chronic, frontal','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e705c63e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(933,591,'Sinusitis, chronic, maxillary','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e70a6215-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(934,592,'Sinusitis, chronic, NOS','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e70cae78-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(935,593,'Tonsil/adenoid disease, chronic, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7105d8b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(936,594,'Tonsillitis, acute','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7155182-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(937,595,'Upper respiratory infection, acute, NOS','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7176c1f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(938,596,'Digestive System','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e71bcc82-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(939,597,'Anal fissure, nontraumatic','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e71e8e83-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(940,598,'Cholecystitis, acute','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7252af3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(941,599,'Cholelithiasis, NOS','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7285bf7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(942,600,'Constipation, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7682ed8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(943,601,'Crohn\'s disease, NOS','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e76a2e97-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(944,602,'Dental abscess','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e76eb48f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(945,603,'Dental caries, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e771e6a6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(946,604,'Dental, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7747805-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(947,605,'Diverticulitis of colon, NOS','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e777ec63-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(948,606,'Diverticulosis of colon','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e77b48d3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(949,607,'Dyspepsia','en',1,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e77f2fe6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(950,608,'Esophageal disease, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7826948-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(951,609,'Esophagitis, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7844a6a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(952,610,'Functional disorder intestine, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7880977-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(953,611,'Gallbladder disease, unspec.','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e78b53a5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(954,612,'Gastroenteritis, infectious','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e78eb8f0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(955,613,'Gastroesophageal reflux, no esophagitis','en',0,1,'2014-10-07 16:57:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e790fdd9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(956,614,'Hemorrhoids, NOS','en',0,1,'2014-10-07 16:57:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7d16241-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(957,615,'Hernia, hiatal, noncongenital','en',0,1,'2014-10-07 16:57:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7f17fb9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(958,616,'Hernia, inguinal, NOS','en',0,1,'2014-10-07 16:57:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7f4ea4e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(959,617,'Hernia, other, NOS','en',0,1,'2014-10-07 16:57:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7f8836e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(960,618,'Intestinal obstruction, unspec.','en',0,1,'2014-10-07 16:57:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e82e81de-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(961,619,'Irritable bowel syndrome','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e86ba094-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(962,620,'Oral, tongue diseases, unspec.','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e86f8e5a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(963,621,'Pancreatitis, acute','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e872f858-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(964,622,'Peptic ulcer disease, unspec., w/o obstruction','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e874c9d1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(965,623,'Ulcerative colitis, unspec.','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e878bc5f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(966,624,'Genitourinary System','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e87c1c2e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(967,625,'Breast disease, unspec.','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e87d45dc-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(968,626,'Breast lump','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e880ef65-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(969,627,'Fibroadenosis','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e884f4fb-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(970,628,'Fibrocystic disease','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e886d3f4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(971,629,'Galactorrhea','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e88a79e1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(972,630,'Mastitis, lactating, unspec.','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e88c0552-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(973,631,'Mastitis, NOS','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e89000c9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(974,632,'Amenorrhea','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8c8e15d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(975,633,'Hormone replacement therapy, postmenopausal','en',0,1,'2014-10-07 16:57:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8cad0b1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(976,634,'Menopausal disorders, unspec.','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8ce9fa0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(977,635,'Menstruation, excessive/frequent','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8d22984-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(978,636,'Menstruation, painful','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e90535f8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(979,637,'Metrorrhagia','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e908074c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(980,638,'Premenstrual tension syndrome','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e909c982-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(981,639,'Bartholin cyst','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e90d63f7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(982,640,'Cervical polyp, NOS','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9124557-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(983,641,'Cervicitis','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e920ac71-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(984,642,'Cyst of ovary, follicular','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9240678-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(985,643,'Cystocele/rectocele/prolapse, unspec.','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e927c937-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(986,644,'Dyspareunia','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9299db3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(987,645,'Endometriosis, unspec.','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e92c4bb1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(988,646,'Female genital disease, unspec.','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e92e3386-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(989,647,'Fibroid uterus (leiomyoma), unspec.','en',0,1,'2014-10-07 16:57:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e963af83-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(990,648,'Incontinence, stress, female','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e968cd98-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(991,649,'Pelvic inflammatory disease, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e99f1caa-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(992,650,'Infertility, female, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9a2925e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(993,651,'Infertility, male, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9a54b8b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(994,652,'BPH/LUTS w/ obstruction','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9a82194-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(995,653,'BPH/LUTS w/o obstruction','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9aa5c4f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(996,654,'Hydrocele, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9adbef2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(997,655,'Impotence, organic','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9b103e6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(998,656,'Prostatitis, NOS','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9b33180-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(999,657,'PSA, elevated','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9b6bc72-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1000,658,'Urethritis, nongonococcal, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9ebf39b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1001,659,'Varicocele','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9efe1f0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1002,660,'Calculus, urinary, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9f2871d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1003,661,'Glomerulonephritis, acute, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9f4cdea-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1004,662,'Glomerulonephritis, chronic, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9f87aad-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1005,663,'Hematuria, unspec.','en',0,1,'2014-10-07 16:57:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9fc719b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1006,664,'Pyelonephritis, acute, w/o necrosis','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9fe5b9c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1007,665,'Renal failure, acute, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea01c173-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1008,666,'Renal failure/insufficiency, chronic, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea05cdf5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1009,667,'Renal insufficiency, acute','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea0a2a6a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1010,668,'Urethral syndrome, non-VD, NOS','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea0c546e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1011,669,'Urinary obstruction, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea101938-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1012,670,'Urinary tract infection, unspec./pyuria','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea13a9b7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1013,671,'Pregnancy, Childbirth','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea16464a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1014,672,'Abortion, induced, w/o complication','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea188ce6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1015,673,'Abortion, spontaneous, w/o complication','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea1c21f1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1016,674,'Abruptio placentae, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea1f1c61-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1017,675,'Bleeding in pregnancy, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea244432-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1018,676,'Complicated delivery/labor, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea27aeb1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1019,677,'Decreased fetal movements, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea2c6a01-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1020,678,'Ectopic pregnancy, no IUP, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea2eefa7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1021,679,'Endometritis, postpartum','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea333636-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1022,680,'Gestational hypertension, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea362a92-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1023,681,'Normal delivery','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea382651-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1024,682,'Other complication of puerperium/postpartum, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea3cdf8d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1025,683,'Placenta previa, w/ bleeding, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea52958b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1026,684,'Placenta previa, w/o bleeding, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea58256d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1027,685,'Postpartum follow-up, routine','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea5c232e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1028,686,'Post-term pregnancy, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea5e62ba-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1029,687,'Pregnancy, other complications, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea63147a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1030,688,'Pregnant state, incidental','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea68a8c3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1031,689,'Prenatal care, normal, first pregnancy','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea6a8494-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1032,690,'Threatened abortion, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea6e575d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1033,691,'Twins, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea71a689-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1034,692,'Vomiting of pregnancy, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea736f91-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1035,693,'Skin, Subcutaneous Tissue','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea76bd43-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1036,694,'Actinic keratosis','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea796226-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1037,695,'Alopecia, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea7b530f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1038,696,'Contact dermatitis, NOS','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea7f11e8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1039,697,'Corn/callus','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea82025d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1040,698,'Diaper rash','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea84d9dd-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1041,699,'Hair disease, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea87f337-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1042,700,'Ingrown nail','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea89f612-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1043,701,'Lymphadenitis, acute','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea8d2d20-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1044,702,'Nail disease, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea9037a7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1045,703,'Onychomycosis','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea92597a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1046,704,'Other skin disease, unspec.','en',0,1,'2014-10-07 16:57:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea95a827-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1047,705,'Pityriasis rosea','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea997ead-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1048,706,'Pruritus, NOS','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea9c0b77-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1049,707,'Sebaceous cyst','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea9f6d12-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1050,708,'Seborrheic dermatitis, NOS','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eaa13f8a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1051,709,'Seborrheic keratosis, NOS','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eaa639ac-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1052,710,'Ulcer, skin, chronic, unspec.','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb1d0494-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1053,711,'Urticaria, unspec.','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb2060e7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1054,712,'Musculoskeletal and Connective Tissue','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb222fb0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1055,713,'Acquired deformity, limb, unspec.','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb24f5ca-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1056,714,'Arthropathy, traumatic, unspec.','en',0,1,'2014-10-07 16:57:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb281c29-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1057,715,'Arthropathy, unspec.','en',0,1,'2014-10-07 16:57:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb5c65e1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1058,716,'Cervical disorder, NOS','en',0,1,'2014-10-07 16:57:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb60739b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1059,717,'Connective tissue disease, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ebc80c11-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1060,718,'Derangement, knee, internal, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec05f22a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1061,719,'Disc syndrome, no myelopathy, NOS','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec0adbea-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1062,720,'Ganglion, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec1132c3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1063,721,'Kyphosis/scoliosis, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec42cd8f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1064,722,'Muscle weakness, generalized','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec4635b4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1065,723,'Osteoarthritis of spine, NOS','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec4a4140-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1066,724,'Osteomyelitis, chronic, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec4c7453-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1067,725,'Osteoporosis, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec506c6e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1068,726,'Pain in limb','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec53536d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1069,727,'Polymyalgia rheumatica','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec5567b0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1070,728,'Rheumatoid arthritis (not JRA)','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec59fe7e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1071,729,'Synovitis/tenosynovitis, unspec.','en',0,1,'2014-10-07 16:57:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec5dbd67-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1072,730,'Congenital Anomalies','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec8fc0d1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1073,731,'Congenital anomaly, other, unspec.','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec92998f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1074,732,'Limb anomaly, unspec.','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec95dcf8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1075,733,'Pyloric stenosis','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec995e1f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1076,734,'Undescended testis','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec9c81e1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1077,735,'Perinatal (Infant)','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec9e401f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1078,736,'Birth asphyxia, unspec.','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eca107f0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1079,737,'Birth trauma, unspec.','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecb5cc39-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1080,738,'Fetal distress, unspec.','en',0,1,'2014-10-07 16:57:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecb9465e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1081,739,'Hypoxemia, newborn, NOS','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecf98dcd-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1082,740,'Jaundice, newborn, unspec.','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecfed3a8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1083,741,'Post-term infant','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed041360-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1084,742,'Respiratory distress syndrome','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed3716c0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1085,743,'Respiratory problem, other, unspec.','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed76a3a1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1086,744,'Sepsis, neonatal','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed793ab8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1087,745,'Skin/temperature problem','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed7ce778-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1088,746,'Sudden infant death syndrome','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed7f9736-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1089,747,'Well newborn, hospital birth, vaginal','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed820662-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1090,748,'Injuries and Adverse Effects','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed861b4c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1091,749,'Dislocation: other, closed, unspec.','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed897790-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1092,750,'Dislocation: shoulder, closed, unspec.','en',0,1,'2014-10-07 16:57:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed8cf219-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1093,751,'Sprain/strain: other site, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edc395ee-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1094,752,'Sprain/strain: vertebral, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edc8cb34-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1095,753,'Fracture, stress: tibia or fibula','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edcc48d0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1096,754,'Fracture: ankle, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edd124af-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1097,755,'Fracture: carpal, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edd4eea0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1098,756,'Fracture: clavicle, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ede8a859-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1099,757,'Fracture: femur/hip, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edecc282-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1100,758,'Fracture: femur/shaft, closed','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edf073a9-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1101,759,'Fracture: fibula, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edf4d4af-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1102,760,'Fracture: foot, closed, unspec. (not toes)','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edf8bd75-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1103,761,'Fracture: forearm, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edfcca76-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1104,762,'Fracture: humerus, closed, unspec.','en',0,1,'2014-10-07 16:57:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edff26d3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1105,763,'Fracture: metacarpal, closed, unspec.','en',0,1,'2014-10-07 16:57:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee3c1b1d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1106,764,'Fracture: nose, closed','en',0,1,'2014-10-07 16:57:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee79bfe6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1107,765,'Fracture: other sites, closed, unspec.','en',0,1,'2014-10-07 16:57:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee7dbf73-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1108,766,'Fracture: pelvic, closed, unspec.','en',0,1,'2014-10-07 16:57:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eeb80c14-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1109,767,'Fracture: ribs, closed, unspec.','en',0,1,'2014-10-07 16:57:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eebe262c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1110,768,'Fracture: skull, closed, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eef8c6ed-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1111,769,'Fracture: tibia, closed, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eefd553c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1112,770,'Healed fracture, follow-up exam','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef0078fe-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1113,771,'Abrasion, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef044a66-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1114,772,'Cold injury, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef073df3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1115,773,'Contusion, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef0a7784-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1116,774,'Crushing injury, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef18af56-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1117,775,'Exhaustion due to exposure','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef535cd7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1118,776,'Foreign body, skin, superficial, unspec.','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef57e08c-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1119,777,'Gunshot wound, NOS','en',0,1,'2014-10-07 16:57:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef5b1583-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1120,778,'Head injury, NOS','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef5e5e09-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1121,779,'Heat injury, unspec.','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef61d2a5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1122,780,'Insect bite','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef6602e1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1123,781,'Medication, adverse effects, unspec.','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef9f48ab-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1124,782,'Open wound, head/neck/trunk, unspec.','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efa301b1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1125,783,'Open wound, lower limb, unspec.','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efa6ab90-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1126,784,'Open wound, upper limb, unspec.','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efa9f305-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1127,785,'Other trauma, unspec.','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efac8690-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1128,786,'Rape','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efb1a81b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1129,787,'Unclassified','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efb62d3b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1130,788,'Acute nasopharyngitis','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efb738f2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1131,789,'Pelvic congestion syndrome','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efba571e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1132,790,'Bronchitis','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efbcb234-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1133,791,'Submucous leiomyoma of uterus','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efbfcd37-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1134,792,'Gangrene','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efc4f6a8-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1135,793,'Dermatophytosis','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efc7011a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1136,794,'Premature ejaculation','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efca54a5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1137,795,'Thyroid dysfunction','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efcbf942-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1138,796,'Swelling of limb','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efcf2dbc-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1139,797,'Measles','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efd2aaf2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1140,798,'Mycoses of the body','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efd44fe3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1141,799,'Tinea nigra','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efdaebb7-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1142,800,'Streptococcal meningitis','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efdd2ce3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1143,801,'Benign intracranial hypertension','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efe06c5a-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1144,802,'Cardiomyopathy','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efe42357-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1145,803,'Acute sinusitis','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efeab75f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1146,804,'Endometriosis','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efee550d-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1147,805,'Abortion with unspecified complication, incomplete','en',0,1,'2014-10-07 16:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eff05282-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1148,806,'Synovial cyst of popliteal space','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eff44d65-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1149,807,'Supervision of normal first pregnancy','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eff8a889-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1150,808,'Hydrocele','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'effc30e5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1151,809,'Anal fissure and fistula','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efff982e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1152,810,'Hypoparathyroidism','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f00178bc-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1153,811,'Mycoses, Of scalp and beard','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0056198-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1154,812,'Rheumatoid arthritis','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f007cb7f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1155,813,'Eosinophilia','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f00b5280-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1156,814,'Hemorrhoids','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f00dbb89-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1157,815,'Uterine prolapse without mention of vaginal wall prolapse','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f00f93bf-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1158,816,'Calculus of ureter','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f01868a1-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1159,817,'Nephrotic syndrome','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f01b9763-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1160,818,'Female Infertility','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f01d5e35-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1161,819,'Nutritional Deficiency, Other protein','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f01feefa-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1162,820,'Orchitis','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0497ea6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1163,821,'Hypospadias','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f04b60be-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1164,822,'Sciatia','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0879594-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1165,823,'Cleft lip','en',0,1,'2014-10-07 16:57:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f08986a3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1166,824,'Infectious diarrhea','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f08dbc73-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1167,825,'Dog bite','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0909410-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1168,826,'Vitamin A deficiency','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f092b46e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1169,827,'Urticaria','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0d0ad7b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1170,828,'Parkinson','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0d29977-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1171,829,'Vitiligo','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0d55306-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1172,830,'Oral aphthae','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0df02fe-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1173,831,'Keloid scar','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0e27067-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1174,832,'Portal hypertension','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f11f2812-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1175,833,'Stricture or kinking of ureter','en',0,1,'2014-10-07 16:57:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1220637-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1176,834,'Allergic rhinitis','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1262ace-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1177,835,'Cholera','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f12a06e2-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1178,836,'Neoplasm, Stomach','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f12c9cf3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1179,837,'Calculus of kidney and ureter','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f16b4673-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1180,838,'Angina Pectoris','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f16f6449-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1181,839,'Atopic dermatitis and related conditions','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1730a75-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1182,840,'Ankylosing spondylitis','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f178f494-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1183,841,'Hirschsprung','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f17c5654-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1184,842,'Eczema herpeticum','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1b91673-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1185,843,'Renal failure','en',0,1,'2014-10-07 16:57:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1bc25e5-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1186,844,'Calculus in urethra','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1bf81c4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1187,845,'Lymphadenitis','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1c17787-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1188,846,'Rheumatic chorea','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1c61fc0-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1189,847,'Lymphangitis','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1c80a37-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1190,848,'Nephrotic syndrome with unspecified pathological lesion in kidney','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1cb187f-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1191,849,'Abscess of breast','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2081ffe-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1192,850,'Jaundice','en',1,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f20b4442-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1193,851,'Amebiasis','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2436013-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1194,852,'Benign Neoplasm, Cervix uteri','en',0,1,'2014-10-07 16:57:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2465acd-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1195,853,'Carcinoma in situ, Prostate','en',0,1,'2014-10-07 16:57:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f27f6340-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1196,854,'Carcinoma in situ, Penis','en',0,1,'2014-10-07 16:57:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f28533e4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1197,855,'Periodontosis','en',0,1,'2014-10-07 16:57:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2ad7288-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1198,856,'Appendicitis','en',0,1,'2014-10-07 16:57:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2b0814b-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1199,857,'Neoplasm, Bladder','en',0,1,'2014-10-07 16:57:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2eac786-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1200,858,'Hemorrhage of gastrointestinal tract','en',0,1,'2014-10-07 16:57:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2ee5317-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1201,859,'Ulcer of heel and midfoot','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2f3679e-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1202,860,'Epispadias','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2f78f93-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1203,861,'Spondylolysis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2fab4e6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1204,862,'Major salivary glands','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2fc67d4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1205,863,'Enuresis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f300f370-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1206,864,'Encopresis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f303ac07-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1207,865,'Paralysis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3058692-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1208,866,'Mediastinitis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f30a15db-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1209,867,'Perforation of intestine','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f30d8d41-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1210,868,'Stricture','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f310ecd3-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1211,869,'Uterovaginal prolapse','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3126a46-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1212,870,'Prurigo','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f31631fb-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1213,871,'Ulcer of other part of foot','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f317aca4-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1214,872,'Pauciarticular juvenile rheumatoid arthritis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f31c29ef-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1215,873,'Fasciitis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f31f6f09-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1216,874,'Chronic osteomyelitis','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3225603-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1217,875,'Encephalocele','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3576925-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1218,876,'Coronary artery anomaly','en',0,1,'2014-10-07 16:57:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f35acd84-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1219,877,'FRACTURE OF NECK AND TRUNK, Rib','en',0,1,'2014-10-07 16:57:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f395dd63-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1220,878,'FRACTURE OF UPPER LIMB, Ill','en',0,1,'2014-10-07 16:57:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f398ab46-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1221,879,'Contusion, Chest wall','en',0,1,'2014-10-07 16:57:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f39c72e6-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1222,880,'Nontraffic accident involving motor','en',0,1,'2014-10-07 16:57:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f39ff5dc-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1223,881,'Contact dermatitis and other eczema','en',0,1,'2014-10-07 16:57:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3a37594-4e14-11e4-8a57-0800271c1b75',NULL,NULL),(1224,882,'Abdominal Pain','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1dfb4057-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1225,882,'Abdominal pain','en',1,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dfc6c0c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1226,883,'Abdominal Lump','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1dfea86c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1227,883,'Abdominal Lump','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dffa6ee-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1228,884,'Anorexia','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e0193e9-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1229,884,'Anorexia','en',1,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e01f0cd-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1230,885,'Anasarca','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e0391a9-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1231,885,'Anasarca','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e03fb73-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1232,886,'Anxiety states','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e07b285-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1233,886,'Anxiety states','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e084f23-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1234,887,'Bleeding, rectal','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e0b5e02-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1235,887,'Bleeding, rectal','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e0d7878-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1236,888,'Chest Pain','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e10c198-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1237,888,'Chest Pain','en',1,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e1aabad-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1238,889,'Cleft Palate','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e1f4c18-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1239,889,'Cleft Palate','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e1fd3b5-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1240,890,'Constipation','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e237f07-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1241,890,'Constipation','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e254721-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1242,891,'Convulsions','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e275637-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1243,891,'Convulsions','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e27b809-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1244,892,'Cough','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e29e270-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1245,892,'Cough','en',1,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e2baa5f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1246,893,'Crying, infant, excessive','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e2daa20-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1247,893,'Crying, infant, excessive','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e2e67a7-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1248,894,'Dental caries','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e321dfd-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1249,894,'Dental caries','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e32c958-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1250,895,'Dysphagia','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e362d8f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1251,895,'Dysphagia','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e3691ce-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1252,896,'Edema, localized, NOS','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e39f14a-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1253,896,'Edema, localized, NOS','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e3ac671-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1254,897,'Epistaxis','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e3d94cc-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1255,897,'Epistaxis','en',0,1,'2014-10-07 16:58:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e3dfba5-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1256,898,'Failure to thrive, child','en',0,1,'2014-10-07 16:58:53','SHORT',0,NULL,NULL,NULL,'1e6f6cee-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1257,898,'Failure to thrive, child','en',0,1,'2014-10-07 16:58:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1eabf81b-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1258,899,'Fatigue and malaise, other','en',0,1,'2014-10-07 16:58:54','SHORT',0,NULL,NULL,NULL,'1ec7ebb0-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1259,899,'Fatigue and malaise, other','en',0,1,'2014-10-07 16:58:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ec8dcd8-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1260,900,'Feeding problem, infant/elderly','en',0,1,'2014-10-07 16:58:54','SHORT',0,NULL,NULL,NULL,'1f095bc6-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1261,900,'Feeding problem, infant/elderly','en',0,1,'2014-10-07 16:58:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f0a3514-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1262,901,'Fever','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f0fcb75-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1263,901,'Fever','en',1,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f102ac0-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1264,902,'Fracture upper arm','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f13c7ad-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1265,902,'Fracture upper arm','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f15ec18-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1266,903,'Gas/bloating','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f19fe18-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1267,903,'Gas/bloating','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f1a7d80-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1268,904,'Gingival and periodontal diseases','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f1c5c7a-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1269,904,'Gingival and periodontal diseases','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f5591cb-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1270,905,'Headache','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f5955e9-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1271,905,'Headache','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f59b2a5-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1272,906,'Hearing loss','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f5bb99f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1273,906,'Hearing loss','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f5c984f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1274,907,'Heartburn','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f5ea764-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1275,907,'Heartburn','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f5f0678-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1276,908,'Blood in vomiting','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f639b78-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1277,908,'Blood in vomiting','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f645f26-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1278,909,'Hemiplegia and hemiparesis','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f66ba49-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1279,909,'Hemiplegia and hemiparesis','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f68b246-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1280,910,'Hemoptysis','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f6a998c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1281,910,'Hemoptysis','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f6b6a6a-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1282,911,'Hiccups','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f6f1593-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1283,911,'Hiccups','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f6f7b8f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1284,912,'Hoarseness','en',0,1,'2014-10-07 16:58:55','SHORT',0,NULL,NULL,NULL,'1f71227a-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1285,912,'Hoarseness','en',0,1,'2014-10-07 16:58:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fa17cab-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1286,913,'Infertility','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1fa57591-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1287,913,'Infertility','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fa5df30-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1288,914,'Injury','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1faa9085-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1289,914,'Injury','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fabbf11-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1290,915,'Irregular menstrual cycle','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1fad93de-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1291,915,'Irregular menstrual cycle','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1faf5f13-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1292,916,'Joint swelling, single','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1fb3cb0f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1293,916,'Joint swelling, single','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fb49125-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1294,917,'Localized swelling/mass, superficial','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1ff01b27-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1295,917,'Localized swelling/mass, superficial','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ff2b9a8-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1296,918,'Lump in breast','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1ff71aeb-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1297,918,'Lump in breast','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ff811cc-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1298,919,'Swelling','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1ffa0ac8-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1299,919,'Swelling','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ffbe507-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1300,920,'Malaise and fatigue','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'1ffe57c4-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1301,920,'Malaise and fatigue','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fff58d1-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1302,921,'Memory loss','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'2002ae5a-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1303,921,'Memory loss','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20033fcb-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1304,922,'Mental status changes','en',0,1,'2014-10-07 16:58:56','SHORT',0,NULL,NULL,NULL,'200555c9-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1305,922,'Mental status changes','en',0,1,'2014-10-07 16:58:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'203b4d13-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1306,923,'Nausea w/ vomiting','en',0,1,'2014-10-07 16:58:57','SHORT',0,NULL,NULL,NULL,'2078e7ba-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1307,923,'Nausea w/ vomiting','en',0,1,'2014-10-07 16:58:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2079d0c8-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1308,924,'Nausea, alone','en',0,1,'2014-10-07 16:58:57','SHORT',0,NULL,NULL,NULL,'207d32a2-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1309,924,'Nausea, alone','en',0,1,'2014-10-07 16:58:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'207dc815-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1310,925,'Nocturia','en',0,1,'2014-10-07 16:58:57','SHORT',0,NULL,NULL,NULL,'20b8032c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1311,925,'Nocturia','en',0,1,'2014-10-07 16:58:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20b9c36c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1312,926,'Obstructed labor','en',0,1,'2014-10-07 16:58:57','SHORT',0,NULL,NULL,NULL,'20bb8674-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1313,926,'Obstructed labor','en',0,1,'2014-10-07 16:58:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20bc90fe-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1314,927,'Pain, chronic, due to trauma','en',0,1,'2014-10-07 16:58:57','SHORT',0,NULL,NULL,NULL,'20bf055a-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1315,927,'Pain, chronic, due to trauma','en',0,1,'2014-10-07 16:58:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20c0b6ad-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1316,928,'Pain, knee','en',0,1,'2014-10-07 16:58:58','SHORT',0,NULL,NULL,NULL,'20f73ab4-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1317,928,'Pain, knee','en',0,1,'2014-10-07 16:58:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20f7e3d1-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1318,929,'Low backache','en',0,1,'2014-10-07 16:58:58','SHORT',0,NULL,NULL,NULL,'21295f74-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1319,929,'Low backache','en',0,1,'2014-10-07 16:58:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2129ff3f-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1320,930,'Palpitations','en',0,1,'2014-10-07 16:58:58','SHORT',0,NULL,NULL,NULL,'212d56e9-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1321,930,'Palpitations','en',0,1,'2014-10-07 16:58:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'212dc063-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1322,931,'Polyuria','en',0,1,'2014-10-07 16:58:58','SHORT',0,NULL,NULL,NULL,'21302f71-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1323,931,'Polyuria','en',0,1,'2014-10-07 16:58:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2131c7e5-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1324,932,'Rash, nonvesicular, unspec.','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'216f1228-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1325,932,'Rash, nonvesicular, unspec.','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21702c6d-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1326,933,'Something coming out of anus','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'2173ebb7-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1327,933,'Something coming out of anus','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21750f93-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1328,934,'Seizures, convulsions, other','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'21790758-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1329,934,'Seizures, convulsions, other','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'217a0292-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1330,935,'Seizures, simple, febrile, unspec.','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'217da62c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1331,935,'Seizures, simple, febrile, unspec.','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'218011f8-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1332,936,'Shortness of breath','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'2183846d-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1333,936,'Shortness of breath','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2185eea6-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1334,937,'Sickle-cell anemia','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'21883d78-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1335,937,'Sickle-cell anemia','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21891233-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1336,938,'Somethingcoming out per vaginum','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'21bdf75e-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1337,938,'Somethingcoming out per vaginum','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21bf0cbc-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1338,939,'Stomatitis and mucositis','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'21c2e109-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1339,939,'Stomatitis and mucositis','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21c3e3fe-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1340,940,'Sweating, excessive','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'21c76a88-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1341,940,'Sweating, excessive','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21c80777-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1342,941,'Throat pain','en',0,1,'2014-10-07 16:58:59','SHORT',0,NULL,NULL,NULL,'21cafdf3-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1343,941,'Throat pain','en',0,1,'2014-10-07 16:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21cd80e8-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1344,942,'Ulcer of lower limbs','en',0,1,'2014-10-07 16:59:00','SHORT',0,NULL,NULL,NULL,'220ff355-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1345,942,'Ulcer of lower limbs','en',0,1,'2014-10-07 16:59:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'22110638-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1346,943,'Vomiting','en',0,1,'2014-10-07 16:59:00','SHORT',0,NULL,NULL,NULL,'221711de-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1347,943,'Vomiting','en',0,1,'2014-10-07 16:59:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2245dff6-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1348,944,'Walking difficulty','en',0,1,'2014-10-07 16:59:00','SHORT',0,NULL,NULL,NULL,'2247d410-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1349,944,'Walking difficulty','en',0,1,'2014-10-07 16:59:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'22486f2b-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1350,945,'Wheezing','en',0,1,'2014-10-07 16:59:00','SHORT',0,NULL,NULL,NULL,'224bb61c-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1351,945,'Wheezing','en',0,1,'2014-10-07 16:59:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'224c23ff-4e15-11e4-8a57-0800271c1b75',NULL,NULL),(1352,946,'All Disease Templates','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'33397878-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1353,946,'All Disease Templates','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33397c49-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1354,947,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'333ebae8-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1355,947,'IU','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'333ebe2e-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1356,948,'unit(s)','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'333f5003-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1357,948,'Unit(s)','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'333f52fa-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1358,949,'QH','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'334365b7-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1359,949,'Every Hour','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33436ad3-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1360,950,'Q2H','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'3344f5e2-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1361,950,'Every 2 hours','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3344f976-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1362,951,'Q3H','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'334c00b9-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1363,951,'Every 3 hours','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'334c04f2-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1364,952,'Q4H','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'334cec9b-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1365,952,'Every 4 hours','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'334cef99-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1366,953,'Q6H','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'334dc0ba-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1367,953,'Every 6 hours','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'334dc4c4-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1368,954,'Q8H','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'334ea4dd-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1369,954,'Every 8 hours','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'334ea7d8-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1370,955,'Q12H','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'334f8871-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1371,955,'Every 12 hours','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'334f8b48-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1372,956,'A/D','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'335075ae-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1373,956,'On alternate days','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'335078cb-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1374,957,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'33517311-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1375,957,'Once a week','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3351764a-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1376,958,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'33523fda-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1377,958,'Twice a week','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'335242dd-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1378,959,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'3352f935-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1379,959,'Thrice a week','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3352fc45-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1380,960,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'3353bb92-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1381,960,'Every 2 weeks','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3353be6b-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1382,961,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'33547e67-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1383,961,'Every 3 weeks','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3354813c-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1384,962,'','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'33554be0-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1385,962,'Once a month','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33555031-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1386,963,'ID','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'335816a3-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1387,963,'Intradermal','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33581b97-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1388,964,'IP','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'3358e3ea-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1389,964,'Intraperitoneal','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3358e6f2-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1390,965,'IT','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'33599be1-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1391,965,'Intrathecal','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33599ec5-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1392,966,'IO','en',0,1,'2014-12-23 16:25:25','SHORT',0,NULL,NULL,NULL,'335a51f1-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1393,966,'Intraosseous','en',1,1,'2014-12-23 16:25:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'335a54e5-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1396,968,'Capsule','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'2d777bc5-b015-4b83-8c12-cb8be3078ead',NULL,NULL),(1397,968,'Capsule','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7182826-41c9-4a8b-a615-6092e5ee8fa9',NULL,NULL),(1398,969,'TOPIC','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'e483ab97-d490-11e5-b193-0800270d80ce',NULL,NULL),(1399,969,'Topical','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e483af24-d490-11e5-b193-0800270d80ce',NULL,NULL),(1400,970,'NASAL','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'e483b0e6-d490-11e5-b193-0800270d80ce',NULL,NULL),(1401,970,'Nasal','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e483b277-d490-11e5-b193-0800270d80ce',NULL,NULL),(1402,971,'RESPIR','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'e483b3eb-d490-11e5-b193-0800270d80ce',NULL,NULL),(1403,971,'Inhalation','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e483b55e-d490-11e5-b193-0800270d80ce',NULL,NULL),(1404,972,'','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'33b40ecc-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1405,972,'Five times a day','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33b41304-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1406,973,'','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'33b5063a-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1407,973,'Four days a week','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33b50961-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1408,974,'','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'33b5c8c8-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1409,974,'Five days a week','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33b5cc5b-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1410,975,'','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'33b68b0f-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1411,975,'Six days a week','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33b68ec8-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1412,976,'minute(s)','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'33bc7ee0-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1413,976,'Minute(s)','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33bc830d-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1414,977,'Deny Admission','en',0,1,'2014-12-23 16:25:26','SHORT',0,NULL,NULL,NULL,'33c37959-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1415,977,'Deny Admission','en',1,1,'2014-12-23 16:25:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33c37d58-8a92-11e4-977f-0800271c1b75',NULL,NULL),(1416,978,'Puff(s)','en',1,4,'2014-12-24 15:13:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'415952aa-6f99-4150-bf7e-1738b342dc7e',NULL,NULL),(1417,978,'Puff(s)','en',0,4,'2014-12-24 15:13:58','SHORT',0,NULL,NULL,NULL,'493f8ff1-cb18-4f79-bdbb-89654ac6c08e',NULL,NULL),(1418,979,'Smoking History','en',1,4,'2014-12-24 15:52:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'973d2526-bd2f-47a1-b28f-cf7e51defb98',NULL,NULL),(1419,979,'Sn Smoking History','en',0,4,'2014-12-24 15:52:47','SHORT',1,4,'2014-12-24 17:25:15',NULL,'96986b24-3bf9-4c26-bf0b-d4a200c2c81f',NULL,NULL),(1420,313,'sn Cephalic','en',0,4,'2014-12-24 15:55:29',NULL,1,1,'2015-05-21 11:56:40','Voided due to change of name','43298cde-8110-47de-bf0c-41d4ca6e5920',NULL,NULL),(1421,314,'sn Breech','en',0,4,'2014-12-24 15:55:54',NULL,1,1,'2015-05-21 11:56:53','Voided due to change of name','a03dab7c-edeb-4a3d-b374-2a86502d7ff6',NULL,NULL),(1422,324,'sn Normal','en',0,4,'2014-12-24 15:59:19',NULL,1,1,'2015-05-21 11:59:00','Voided due to change of name','4d37bd31-d514-439e-bcf7-5f83dfc6ea33',NULL,NULL),(1423,325,'sn Erosion','en',0,4,'2014-12-24 15:59:33',NULL,1,1,'2015-05-21 11:59:11','Voided due to change of name','3389ee55-da3d-4bac-949b-8575f5f3f236',NULL,NULL),(1424,328,'sn VIA +ve','en',0,4,'2014-12-24 15:59:58',NULL,1,1,'2015-05-21 11:59:33','Voided due to change of name','d4e1c9e2-9157-48fa-9001-f6c12263e6f1',NULL,NULL),(1425,317,'sn Present','en',0,4,'2014-12-24 16:01:08',NULL,1,1,'2015-05-21 11:57:21','Voided due to change of name','161b8daf-5f3f-4253-a7fc-c3be7e013389',NULL,NULL),(1426,318,'sn Absent','en',0,4,'2014-12-24 16:01:23',NULL,1,1,'2015-05-21 11:57:39','Voided due to change of name','b4473864-879d-45ef-8b16-33d9a9457c4a',NULL,NULL),(1427,979,'Sn Smoking History','en',0,4,'2014-12-24 17:26:35',NULL,1,1,'2015-05-21 11:13:42','Voided due to change of name','0def7ca7-d2c5-49b9-91c4-64b5542f8ff5',NULL,NULL),(1428,161,'Sn Examination Notes','en',0,4,'2014-12-24 17:30:49',NULL,1,4,'2014-12-24 17:37:17','Voided due to change of name','7580d36d-4e9f-456e-9365-7904a3aa0280',NULL,NULL),(1430,161,'Examination Notes','en',0,4,'2014-12-24 17:37:17','SHORT',0,NULL,NULL,NULL,'a402899f-5a25-44ec-ae48-b3d52a43044d',NULL,NULL),(1431,980,'Order Attributes','en',0,1,'2015-01-08 16:58:08','SHORT',0,NULL,NULL,NULL,'6bfff60e-9729-11e4-a57f-0800271c1b75',NULL,NULL),(1432,980,'Order Attributes','en',1,1,'2015-01-08 16:58:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c003476-9729-11e4-a57f-0800271c1b75',NULL,NULL),(1433,981,'Undo Discharge','en',0,1,'2015-02-19 11:24:25','SHORT',0,NULL,NULL,NULL,'c2bc0481-b7fb-11e4-9c67-080027b662ec',NULL,NULL),(1434,981,'Undo Discharge','en',1,1,'2015-02-19 11:24:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2bc09b3-b7fb-11e4-9c67-080027b662ec',NULL,NULL),(1435,982,'Answer1','en',1,4,'2015-02-19 12:06:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24d3a747-6cd2-464e-8f18-3b4dc05feec0',NULL,NULL),(1436,983,'Answer2','en',1,4,'2015-02-19 12:06:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d252956-093c-4660-80b2-1fbc04311125',NULL,NULL),(1437,984,'Answer3','en',1,4,'2015-02-19 12:06:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bc063b0c-d04e-4e5e-88fa-91417ee28ec0',NULL,NULL),(1438,985,'abc','en',1,4,'2015-02-19 12:06:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'64cb7f5c-4bc2-4218-8c0d-a1a22b045b81',NULL,NULL),(1439,986,'def','en',1,4,'2015-02-19 12:06:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fa16054-788e-4a4d-8a58-d78a8882ba7c',NULL,NULL),(1440,987,'multi1','en',1,4,'2015-02-19 12:06:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6b28e1f-e4f9-401e-94a1-d86c47d51a83',NULL,NULL),(1441,988,'multi2','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a50ff7b8-7934-4e45-9ef0-9f865b29deb9',NULL,NULL),(1442,989,'multi3','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c40a4aa0-4f9e-4046-8068-040e761a8801',NULL,NULL),(1443,990,'123','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'00135485-e5d1-473d-8f82-0808e19d5121',NULL,NULL),(1444,991,'456','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ef20925-7814-49d5-a80c-a9200148701b',NULL,NULL),(1445,992,'789','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0261cc92-3e62-41bd-9aad-041f668e6ad4',NULL,NULL),(1446,993,'Numeric','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5a52cc4-e9ed-457b-9a13-6b6ea8d45bdf',NULL,NULL),(1447,994,'Text','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c045597d-200e-43af-9d85-72b75d3392a5',NULL,NULL),(1448,995,'Boolean','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c618b033-cd19-4960-9fcb-db39753fcc31',NULL,NULL),(1449,996,'Date','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68065c6f-329a-4a1c-bd3e-9f5c92d87486',NULL,NULL),(1450,997,'Datetime','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'098d5d2e-ac25-49ab-afdc-90688ac5e8a9',NULL,NULL),(1451,998,'Coded1','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a182ece8-b8be-417f-a20b-f54a559b4c92',NULL,NULL),(1452,999,'Coded2','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2801c38-c7dc-4b3f-837e-fed2b41cb288',NULL,NULL),(1453,1000,'Coded3','en',1,4,'2015-02-19 12:06:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'448f13fa-a098-43e1-8bba-058645779568',NULL,NULL),(1454,1001,'Coded4','en',1,4,'2015-02-19 12:06:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cc664250-aec2-4548-9c1b-462ba2da2462',NULL,NULL),(1455,1002,'Complex','en',0,4,'2015-02-19 12:06:19',NULL,1,1,'2015-06-26 11:56:05','Voided due to change of name','52de7bb3-908f-464e-9be7-ffcaf90a0723',NULL,NULL),(1456,1003,'Grid1','en',1,4,'2015-02-19 12:06:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5bdd5682-346a-43c2-b0ef-59536698490e',NULL,NULL),(1457,1004,'Set1','en',1,4,'2015-02-19 12:06:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5a18a565-a55e-4a3f-ae3e-536e6cc61556',NULL,NULL),(1458,1005,'Set2','en',1,4,'2015-02-19 12:06:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3361c8d0-4f63-440f-b58a-d911620ad24d',NULL,NULL),(1459,1006,'Set','en',1,4,'2015-02-19 12:06:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7bc59e24-b448-4009-9173-22833deea2cb',NULL,NULL),(1460,1007,'ConceptTypes','en',1,4,'2015-02-19 12:06:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c13646b2-2337-411a-b48d-c1a10558529f',NULL,NULL),(1461,1008,'Weight loss','en',1,4,'2015-02-19 12:20:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c053de2-830e-483d-b450-de7d38906828',NULL,NULL),(1462,1009,'Cough with expectoration','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'64d96c99-7d69-48b7-91d5-9d962cdf8889',NULL,NULL),(1463,1010,'Cough without expectoration','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ffcb3cf6-b036-4b86-82f9-4ce66a0a3210',NULL,NULL),(1464,1011,'Breathlessness','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d4668245-a15e-4bd4-832d-cbe929a29663',NULL,NULL),(1465,1012,'Night Sweats','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ffbdd2be-be91-48d4-927d-8ef3e2276448',NULL,NULL),(1466,1013,'Lymph Node Enlarged','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2e532c2c-8a7a-4f19-adc7-ba34ae18635a',NULL,NULL),(1467,1014,'Positive TB Contact outside family','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a771c5e4-b5f3-402e-b102-3b12d9126e95',NULL,NULL),(1468,1015,'Positive Family History','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d75996ad-9e73-4cdf-8b82-82fe5748fc42',NULL,NULL),(1469,1016,'Negative','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d3fb64da-1544-4ebf-9519-fb23a2e4d2a4',NULL,NULL),(1470,1017,'Private','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f461a9dd-7336-409b-9652-f1081c1e340b',NULL,NULL),(1471,1018,'Pulmonary','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48d87d64-adbd-4b39-8bf5-47c7e0c36544',NULL,NULL),(1472,1019,'Extrapulmonary','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'772897c3-e78d-4019-9dcf-5539086200af',NULL,NULL),(1473,1020,'Disseminated','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'58f44227-744b-42c9-8ff4-05c226a02877',NULL,NULL),(1474,1021,'Pulmonary + Extrapulmonary','en',1,4,'2015-02-19 12:20:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85ae589f-4545-45fc-83fe-37e2337f9817',NULL,NULL),(1475,1022,'Pleural','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'06d272f6-997b-4c47-9561-552e07b04c7f',NULL,NULL),(1476,1023,'Lymph Node','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74f794e3-7bec-41bc-bbf9-9a268041929d',NULL,NULL),(1477,1024,'Intestinal','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7abb0670-8c9d-4b0d-b1d5-124ee6052eec',NULL,NULL),(1478,1025,'Peritoneal','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74fdf64f-07ef-498c-8cf9-f665c7dcfd91',NULL,NULL),(1479,1026,'Skeletal','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0659ebbe-834b-4b6f-8b0f-5a513a12cf1d',NULL,NULL),(1480,1027,'Articular','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20166bbd-e3dd-4804-85bd-8e90add043f4',NULL,NULL),(1481,1028,'Meningeal','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'100dbfd0-073a-4f88-bb76-f543f4d9bd6b',NULL,NULL),(1482,1029,'Renal','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a0e3dbcb-e678-4504-992b-0adddb96c388',NULL,NULL),(1483,1030,'Genital','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0f969d2e-4290-48dc-99ec-b2727058c472',NULL,NULL),(1484,1031,'Cutaneous','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6bd2711a-52c1-49a4-928d-34b7ddf71cc7',NULL,NULL),(1485,1032,'Pericardial','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2321be7a-6f52-40a4-bcba-8f0fba8183dc',NULL,NULL),(1486,1033,'Other Answer','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fcfed58d-6361-4fce-839c-09548ce87492',NULL,NULL),(1487,1034,'New Patient','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7d817f9-52ac-4198-8d47-d6f37eae8b69',NULL,NULL),(1488,1035,'Treatment after default','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'73880e60-fc9b-4b10-ba93-ceebad3d69e0',NULL,NULL),(1489,1036,'Treatment after relapse','en',1,4,'2015-02-19 12:20:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d9fd0044-74d4-4403-9971-0df122e5d08b',NULL,NULL),(1490,1037,'Treatment after failure','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'26705092-939a-4223-8158-43796eb465a7',NULL,NULL),(1491,1038,'Limited','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f697e2da-e7ee-494c-ae32-709a957a13aa',NULL,NULL),(1492,1039,'Extensive','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2ee3c91-12bc-4641-9562-e4a9fb85d6f9',NULL,NULL),(1493,1040,'Cavitary','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4f7d853-6e15-4d8a-90d9-cbb4e19afef1',NULL,NULL),(1494,1041,'Non-cavitary','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4519d4b3-6076-45a3-986d-3ae2705e93f7',NULL,NULL),(1495,1042,'Sputum Microscopy','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e3046f2-bde0-48b4-a74a-02ba02937d89',NULL,NULL),(1496,1043,'Clinical Exam','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'169969c3-8fc7-4151-b36f-4d384e09e154',NULL,NULL),(1497,1044,'X-Ray Findings','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'62adbac6-e216-4963-9cea-9648f34e0d25',NULL,NULL),(1498,1045,'Sputum Culture','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4e69190-1abc-4971-9881-852a30fee689',NULL,NULL),(1499,1046,'Histopathology','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'77a803cd-9c30-4f58-bb0e-6c70487b18c8',NULL,NULL),(1500,1047,'HIV','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db48fd54-0199-4a96-93a5-e3ba073f5900',NULL,NULL),(1501,1048,'Diabetes','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fdabcf86-7ac9-4122-96f7-9f84858228fd',NULL,NULL),(1502,1049,'Liver Disease','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47937ec0-b7a2-405b-8a2a-a137738bda9b',NULL,NULL),(1503,1050,'Renal Disease','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'224d4bb2-b6f4-4d01-bb4a-9f5a2fc138d0',NULL,NULL),(1504,1051,'Day 15','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4403a95-7e24-4ac7-bea3-40008c7257f0',NULL,NULL),(1505,1052,'1 Month','en',1,4,'2015-02-19 12:20:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3f48783-b537-4b22-8822-fde4b1666bd4',NULL,NULL),(1506,1053,'2 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94603b99-c3d5-41d8-be7a-004d05bc949c',NULL,NULL),(1507,1054,'3 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cac5db7b-2b4d-4031-a884-92f444bc2764',NULL,NULL),(1508,1055,'4 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6dadf290-a776-4f49-8ba6-1cbbc6e84add',NULL,NULL),(1509,1056,'5 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2fa0bd2-6893-4f27-acd2-5f7b5acc98e9',NULL,NULL),(1510,1057,'6 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17bca12f-ba86-4e36-82eb-9d26de4b80ca',NULL,NULL),(1511,1058,'7 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aeee549d-ac52-4473-90e0-e3a9f0991740',NULL,NULL),(1512,1059,'8 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75b55e77-fdd5-4a8e-b895-783c67810671',NULL,NULL),(1513,1060,'9 Month','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f4062ed-5da0-4a22-9df9-5c9af603b059',NULL,NULL),(1514,1061,'Increased','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6b70b82-07bc-4e05-8825-9021f5cf1882',NULL,NULL),(1515,1062,'Same as previous','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6300326c-ae47-47fa-a989-b3e328878769',NULL,NULL),(1516,1063,'Decreased','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d0d4c5c5-a4f7-4e6d-b535-fb8162aeca70',NULL,NULL),(1517,1064,'Relieved Completely','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'968e7522-6fcc-4be7-bcdb-d10ba5b129c0',NULL,NULL),(1518,1065,'Icterus','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5cb1ca47-956b-4144-9419-9b9cd7df24f1',NULL,NULL),(1519,1066,'Lymph Nodes','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e9cc1ad-041b-40e2-9a39-a374b7b79f18',NULL,NULL),(1520,1067,'On Treatment','en',1,4,'2015-02-19 12:20:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d0c33f51-2731-4e6d-960a-aad796bd4834',NULL,NULL),(1521,1068,'Cured','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de6f961f-44c4-47f1-9a82-787989772e3e',NULL,NULL),(1522,1069,'Default','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4b23eb3-41bc-44a1-a5be-43ded3cfaef6',NULL,NULL),(1523,1070,'Complete','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ccc0f861-9169-4e61-8c97-00531992f765',NULL,NULL),(1524,1071,'Failure of Treatment','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fc7291a6-435a-4290-8fee-ba7383e5a847',NULL,NULL),(1525,1072,'Death during treatment','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b78e4b1-29b6-4f55-af67-bd0d9ce701ef',NULL,NULL),(1526,1073,'Joint Pain','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ec90f6e-02e8-47d9-8938-d379fa680557',NULL,NULL),(1527,1074,'Skin Rash','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9657b7ac-1d62-4d90-aab0-9f2f7d977593',NULL,NULL),(1528,1075,'Hepatitis','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3eba7313-7bc2-4424-a3f5-c90b352b6258',NULL,NULL),(1529,1076,'Neuropathy','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'38c1df7f-b714-49ea-b5bb-b2d478ae213d',NULL,NULL),(1530,1077,'Deafness','en',1,4,'2015-02-19 12:20:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'686ff43f-ada5-4fc4-af10-b05c8e65f0e3',NULL,NULL),(1531,1078,'Visual Impairement','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ed037d6-6ecb-47ca-ac6f-8b09b879e359',NULL,NULL),(1532,1079,'Tingling','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bad64b26-8580-4bf6-b3b4-c2b052fb7ce5',NULL,NULL),(1533,1080,'Numbness','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2702b040-62cf-479a-bc6b-d23c990778c4',NULL,NULL),(1534,1081,'Dizziness','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4dd5dbf-f066-448b-a98b-2b5188dfa8f2',NULL,NULL),(1535,1082,'Drowsiness','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'918e2b64-00d7-4fc4-b066-71e7cb949655',NULL,NULL),(1536,1083,'Normal/Healthy','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7c5a903e-9142-499d-ac67-727178f44465',NULL,NULL),(1537,1084,'Relapse','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d94839f-d594-4017-9b18-0b82548d8c0d',NULL,NULL),(1538,1085,'Don\'t Know','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f2dd3cd-31ff-47e4-a039-5c9570774eb5',NULL,NULL),(1539,1086,'Increased Appetite','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7cbd919b-d342-4f62-ad49-d13eb63c553b',NULL,NULL),(1540,1087,'Male','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b542ba28-7502-482d-a109-04094ddeb84b',NULL,NULL),(1541,1088,'Female','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91bc4216-9f7a-4a12-be2b-cae23ce366c4',NULL,NULL),(1542,1089,'2HRZE + 4HR','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28a04893-db71-4d54-98f7-fa237946c177',NULL,NULL),(1543,1090,'3HRZE + 6HRE','en',1,4,'2015-02-19 12:20:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4f8b135-9ed5-4a22-9567-eb039a8de102',NULL,NULL),(1544,1091,'12RZFqE','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'812a70ea-6af5-46a7-9767-67581533e75a',NULL,NULL),(1545,1092,'9H','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e71c9b97-c736-476c-8c27-4ec36c2dd410',NULL,NULL),(1546,1093,'MDR Treatment','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'10c01086-febd-48e9-ad56-d2baa67c2b37',NULL,NULL),(1547,1094,'Improving','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dd4b502-ce51-4dd9-982a-54c0f8349d6c',NULL,NULL),(1548,1095,'Same','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'725a929c-eaf0-4106-8e5f-81ec23302cf2',NULL,NULL),(1549,1096,'Worsening','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d20513d-9dcf-45fc-b93b-60971943e1ed',NULL,NULL),(1550,1097,'Needs further evaluation','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'800c3df6-9f86-4929-9810-e404decb5e50',NULL,NULL),(1551,1098,'Streptomycin','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'165d6f73-d4a9-4dd8-954a-8a8b7aee1e2a',NULL,NULL),(1552,1099,'Isoniazid','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7460eaf8-e51d-4d62-bac0-577c1ea030ad',NULL,NULL),(1553,1100,'Rifampicin','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68155c94-c800-4fde-94ca-5825d81ef52a',NULL,NULL),(1554,1101,'Ethambutol','en',1,4,'2015-02-19 12:20:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'26e41256-c30a-44a4-89ae-8598f987537e',NULL,NULL),(1555,1011,'Breathlesness','en',0,4,'2015-02-19 12:21:49','SHORT',0,NULL,NULL,NULL,'81b90272-5043-4384-9577-f96fabeaf1e7',NULL,NULL),(1556,1102,'Symptoms','en',0,4,'2015-02-19 12:21:50','SHORT',0,NULL,NULL,NULL,'a07276a5-9cc0-4e18-922c-18128cb06ce4',NULL,NULL),(1557,1102,'Tuberculosis, Symptoms','en',1,4,'2015-02-19 12:21:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82ff0963-af34-47b1-9bbb-924d8cc13a6a',NULL,NULL),(1558,1103,'Duration of Symptoms','en',0,4,'2015-02-19 12:21:50',NULL,1,4,'2015-07-03 11:51:49','Voided due to change of name','4da015be-a682-402f-8d8c-b538d6776784',NULL,NULL),(1559,1103,'Tuberculosis, Symptoms Duration','en',1,4,'2015-02-19 12:21:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6da6cff8-ebd2-4e25-a914-f2eea51ee314',NULL,NULL),(1560,1033,'Other (Specify)','en',0,4,'2015-02-19 12:21:50','SHORT',0,NULL,NULL,NULL,'4c57b8e9-8590-40f8-8480-6d7c1165b3a2',NULL,NULL),(1561,1104,'RHD','en',1,4,'2015-02-19 12:21:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b31203c8-0fa0-4de3-9f25-c1d12a567d9d',NULL,NULL),(1562,1105,'Asthma','en',1,4,'2015-02-19 12:21:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6e28ccd-17ae-4ce1-bba9-f1f87f7dadef',NULL,NULL),(1563,1106,'Tuberculosis, Comorbidity','en',1,4,'2015-02-19 12:21:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'705f8ca6-b72d-4c58-b130-b6822ccf187d',NULL,NULL),(1564,1106,'Comorbidity','en',0,4,'2015-02-19 12:21:51','SHORT',0,NULL,NULL,NULL,'0a34b6b4-4aaa-4ceb-81b8-ddf6e792c26d',NULL,NULL),(1565,1107,'Surgery','en',1,4,'2015-02-19 12:21:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f44d4ca1-26b0-418d-bf8e-1debb2b2c7a4',NULL,NULL),(1566,1108,'Treatment Plan','en',0,4,'2015-02-19 12:21:51','SHORT',0,NULL,NULL,NULL,'505b2bf1-9d35-4f5a-b565-5ec538e5ead4',NULL,NULL),(1567,1108,'Tuberculosis, Treatment Plan','en',1,4,'2015-02-19 12:21:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'558639af-5a63-4f85-b8fe-b2ab321b8fca',NULL,NULL),(1568,1109,'Cytochemistry','en',1,4,'2015-02-19 12:21:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'804de2d0-705c-4316-b44e-f75c2fbe72e7',NULL,NULL),(1569,1110,'Tuberculosis, Basis of Diagnosis','en',1,4,'2015-02-19 12:21:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e327a860-1c4d-4f6b-b83e-36706933e540',NULL,NULL),(1570,1110,'Basis of Diagnosis','en',0,4,'2015-02-19 12:21:52','SHORT',0,NULL,NULL,NULL,'b16a70e6-4241-43d5-b63d-8c7b361e5930',NULL,NULL),(1571,1111,'Tuberculosis, Next Followup Visit','en',1,4,'2015-02-19 12:21:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'93a7842b-6a01-46e1-9e54-2deb2654ab85',NULL,NULL),(1572,1111,'Next Followup Visit','en',0,4,'2015-02-19 12:21:52','SHORT',0,NULL,NULL,NULL,'117f0e1e-cff0-42cf-9228-434f82f8a78b',NULL,NULL),(1573,1112,'Tuberculosis, Need of Admission','en',1,4,'2015-02-19 12:21:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e1eb9da-bbb8-4b5a-859d-afbe5e2549a4',NULL,NULL),(1574,1112,'Need of Admission','en',0,4,'2015-02-19 12:21:52','SHORT',0,NULL,NULL,NULL,'9e257b32-5d8e-44d8-8e68-13ceb29b5b20',NULL,NULL),(1575,1113,'Indications','en',0,4,'2015-02-19 12:21:52','SHORT',0,NULL,NULL,NULL,'30129c0a-ac78-436a-9506-05b290a9e9ac',NULL,NULL),(1576,1113,'Tuberculosis, Indication for Admission','en',1,4,'2015-02-19 12:21:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6bb9f7a-4d3f-4caf-94ac-03a7d2a59f38',NULL,NULL),(1577,1114,'Tuberculosis, History of TB Contact','en',1,4,'2015-02-19 12:21:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e546198f-2801-4730-b832-fefbc2b116c0',NULL,NULL),(1578,1114,'History of TB Contact','en',0,4,'2015-02-19 12:21:53',NULL,1,4,'2015-07-03 11:51:49','Voided due to change of name','dbd34571-61d5-417a-8f56-d7cf394f4821',NULL,NULL),(1579,1115,'Duration since last treatment','en',0,4,'2015-02-19 12:21:53','SHORT',0,NULL,NULL,NULL,'12a9ebcc-7ffb-480b-b39d-e8cc4bdaee65',NULL,NULL),(1580,1115,'Tuberculosis, Duration since last treatment','en',1,4,'2015-02-19 12:21:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bccb6bff-1708-4f2f-8e45-5c32aa0aa844',NULL,NULL),(1581,1116,'Past Treatment Facility','en',0,4,'2015-02-19 12:21:53','SHORT',0,NULL,NULL,NULL,'f5cc9422-9469-40a7-b5e3-a96899d3da3a',NULL,NULL),(1582,1116,'Tuberculosis, Past Treatment Facility','en',1,4,'2015-02-19 12:21:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e7ae219-4365-4ba8-b3b7-562466f263d3',NULL,NULL),(1583,1117,'Duration of last treatment','en',0,4,'2015-02-19 12:21:53','SHORT',0,NULL,NULL,NULL,'7aad1730-805b-4335-953c-30bbe52f63ab',NULL,NULL),(1584,1117,'Tuberculosis, Duration of last treatment','en',1,4,'2015-02-19 12:21:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6733bdfa-9995-408e-ae11-58bf56d0a87e',NULL,NULL),(1585,1118,'Tuberculosis, Past Treatment Details','en',1,4,'2015-02-19 12:21:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4849c88b-5bc6-4c06-b0c1-a76c48f5fe40',NULL,NULL),(1586,1118,'Past Treatment Details','en',0,4,'2015-02-19 12:21:53','SHORT',0,NULL,NULL,NULL,'600bdee8-83c1-49d3-8d19-9e33bf575257',NULL,NULL),(1587,1119,'Tuberculosis, Family member died of TB','en',1,4,'2015-02-19 12:21:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e00fd4eb-633c-4973-8a3b-561003af2f86',NULL,NULL),(1588,1119,'Any TB death in family','en',0,4,'2015-02-19 12:21:53',NULL,1,4,'2015-07-03 11:51:50','Voided due to change of name','10922209-e424-4160-8d63-834f48805f1e',NULL,NULL),(1589,1120,'Tuberculosis, Extrapulmonary Site','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b56f889a-1565-4cf5-bd68-96a29dfb9ace',NULL,NULL),(1590,1120,'EP Site','en',0,4,'2015-02-19 12:21:55','SHORT',0,NULL,NULL,NULL,'41843ce8-ef8e-44ea-851d-9d358d20e1e6',NULL,NULL),(1591,1121,'Lymph Node Size','en',0,4,'2015-02-19 12:21:55','SHORT',0,NULL,NULL,NULL,'158d2680-5445-4242-ab61-8227f2a59730',NULL,NULL),(1592,1121,'Tuberculosis, Lymph Node Size','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7843f88-6b23-42b5-993a-bcc8bebc4920',NULL,NULL),(1593,1122,'Tuberculosis, Lymph Node Discharge, Sinus, Ulcer','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'305477f3-7d59-408f-93e8-5a027ea7f237',NULL,NULL),(1594,1122,'Discharge, Sinus, Ulcer','en',0,4,'2015-02-19 12:21:55','SHORT',0,NULL,NULL,NULL,'2c5bcce5-8900-49cf-9d69-15605e808da6',NULL,NULL),(1595,1123,'Tuberculosis, Lymph Node Pain','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d430eb0-9434-49b3-8461-5af0093b9c5d',NULL,NULL),(1596,1123,'Pain','en',0,4,'2015-02-19 12:21:55','SHORT',0,NULL,NULL,NULL,'0ac271ca-d24f-4aaa-b052-2fb790dbc5f9',NULL,NULL),(1597,1124,'Tuberculosis, Pleural TB Respiratory Rate','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7e09ec91-93a9-4a3c-a095-ffe2e0010aba',NULL,NULL),(1598,1124,'Respiratory Rate','en',0,4,'2015-02-19 12:21:55','SHORT',0,NULL,NULL,NULL,'71696a1b-c0ce-4f2c-8f59-cbe033eb3295',NULL,NULL),(1599,1125,'Tuberculosis, Extent of effusion in X-Ray','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9e61b39e-2aad-4553-8da3-5dd2ff664b21',NULL,NULL),(1600,1125,'Extent of effusion in X-Ray','en',0,4,'2015-02-19 12:21:55','SHORT',0,NULL,NULL,NULL,'dc5ccfc7-bc41-40fe-8828-b61644ed9921',NULL,NULL),(1601,1126,'Type of TB','en',0,4,'2015-02-19 12:21:55',NULL,1,4,'2015-07-03 11:51:51','Voided due to change of name','b82cfb52-9134-4db5-af4f-eddf65a8ea36',NULL,NULL),(1602,1126,'Tuberculosis, Type','en',1,4,'2015-02-19 12:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82704d86-d52b-4ca1-8e84-b112f807e8fc',NULL,NULL),(1603,1127,'Extent','en',0,4,'2015-02-19 12:21:56','SHORT',0,NULL,NULL,NULL,'a1e29b0e-3173-42ef-8fab-0835f5631647',NULL,NULL),(1604,1127,'Tuberculosis, X-Ray Extent','en',1,4,'2015-02-19 12:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48884456-bee8-407f-8827-c985980805b4',NULL,NULL),(1605,1128,'Cavity','en',0,4,'2015-02-19 12:21:56','SHORT',0,NULL,NULL,NULL,'454759aa-d1ee-4f3e-be7d-d8c825a9a77d',NULL,NULL),(1606,1128,'Tuberculosis, X-Ray Cavity','en',1,4,'2015-02-19 12:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90c42670-862d-4b1f-a6a0-aed7ae9ef8ac',NULL,NULL),(1607,1036,'Relapse after successful ATT','en',0,4,'2015-02-19 12:21:56','SHORT',0,NULL,NULL,NULL,'bbfc53ee-bb8e-4930-96ea-80c3f9523b15',NULL,NULL),(1608,1035,'Default Case','en',0,4,'2015-02-19 12:21:56','SHORT',0,NULL,NULL,NULL,'cd4df62f-44e9-491d-b28b-c4a9f24fe4de',NULL,NULL),(1609,1037,'Failure of ATT','en',0,4,'2015-02-19 12:21:56','SHORT',0,NULL,NULL,NULL,'1dc08186-719a-4bf4-a1ee-fa2342e73196',NULL,NULL),(1610,1129,'Patient Category','en',0,4,'2015-02-19 12:21:56','SHORT',0,NULL,NULL,NULL,'b85678f3-4253-432a-95c2-a29467229214',NULL,NULL),(1611,1129,'Tuberculosis, Patient Category','en',1,4,'2015-02-19 12:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2a1a8471-5c23-416a-a260-a2f7a1ef3d84',NULL,NULL),(1612,1130,'Symptoms & Duration','en',0,4,'2015-02-19 12:22:06',NULL,1,4,'2015-07-03 11:52:16','Voided due to change of name','ecfe83e0-7c46-4382-b7ff-8a601ac304c5',NULL,NULL),(1613,1130,'Tuberculosis, Symptoms & Duration','en',1,4,'2015-02-19 12:22:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5fa401a6-0242-4585-8a13-676093aaa77b',NULL,NULL),(1614,1131,'Admission','en',0,4,'2015-02-19 12:22:06','SHORT',0,NULL,NULL,NULL,'06122a52-4b52-45be-aa6f-fc12b7c94b56',NULL,NULL),(1615,1131,'Tuberculosis, Admission','en',1,4,'2015-02-19 12:22:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9c48ac9-84dd-4aca-b3e0-241ede084da6',NULL,NULL),(1616,1132,'Past Treatment History','en',0,4,'2015-02-19 12:22:06','SHORT',0,NULL,NULL,NULL,'ed227130-0982-4fa6-ba12-c7f3df1b0c2d',NULL,NULL),(1617,1132,'Tuberculosis, Past Treatment History','en',1,4,'2015-02-19 12:22:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e6392e-e8f7-4ba0-8e8c-d03ad08a854b',NULL,NULL),(1618,1133,'Lymph Node','en',0,4,'2015-02-19 12:22:06','SHORT',0,NULL,NULL,NULL,'c32f5f11-492d-48dc-b285-e41f1adb31e6',NULL,NULL),(1619,1133,'Tuberculosis, Lymph Node','en',1,4,'2015-02-19 12:22:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a4e31614-a4f0-4b64-8274-7264d9dcbae2',NULL,NULL),(1620,1134,'Tuberculosis, Pleural TB','en',1,4,'2015-02-19 12:22:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46136553-a2a6-4d2c-95af-37456914ec49',NULL,NULL),(1621,1134,'Pleural TB','en',0,4,'2015-02-19 12:22:06','SHORT',0,NULL,NULL,NULL,'709c1dcd-b230-4c28-8729-fe8827af53be',NULL,NULL),(1622,1135,'Tuberculosis, Extrapulmonary TB','en',1,4,'2015-02-19 12:22:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'acf9a3c2-57e9-4018-8fa2-275724cfbad2',NULL,NULL),(1623,1135,'Extrapulmonary TB','en',0,4,'2015-02-19 12:22:07','SHORT',0,NULL,NULL,NULL,'4f9f43e6-7959-4a7e-818a-3c0035372c50',NULL,NULL),(1624,1136,'Tuberculosis, X-Ray Findings','en',1,4,'2015-02-19 12:22:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'899d8003-233e-4145-96d5-6e51d5d914ca',NULL,NULL),(1625,1136,'X-Ray Findings','en',0,4,'2015-02-19 12:22:07','SHORT',0,NULL,NULL,NULL,'22f62db9-e9b3-4af0-8ad4-9002c58ee9b0',NULL,NULL),(1626,1137,'Tuberculosis - Intake','en',0,4,'2015-02-19 12:22:07','SHORT',0,NULL,NULL,NULL,'8eaa9258-ea76-41e0-a252-6a22a1d86369',NULL,NULL),(1627,1137,'Tuberculosis Intake Template','en',1,4,'2015-02-19 12:22:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'063bdb2e-398a-4395-ab55-fdf3a8fad9f0',NULL,NULL),(1628,1138,'Tuberculosis, Visit Impression','en',1,4,'2015-02-19 12:22:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6a04851e-41fd-48c0-afd4-cc4fd2fcb312',NULL,NULL),(1629,1138,'Visit Impression','en',0,4,'2015-02-19 12:22:51','SHORT',0,NULL,NULL,NULL,'c65591b0-74db-438e-b178-7ae8681106c6',NULL,NULL),(1630,1139,'Adverse Effects Treatment','en',0,4,'2015-02-19 12:22:51','SHORT',0,NULL,NULL,NULL,'9d4ffe61-587b-4bfe-b8a4-00bb3acd45bf',NULL,NULL),(1631,1139,'Tuberculosis, Treatment for adverse effects','en',1,4,'2015-02-19 12:22:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f70516d7-77af-4cb2-b8d0-d534492daf56',NULL,NULL),(1632,1140,'Death','en',1,4,'2015-02-19 12:22:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b810814-e6ac-487a-ad7b-c6dbdde8ad7e',NULL,NULL),(1633,1141,'Long Term Outcome','en',0,4,'2015-02-19 12:22:52','SHORT',0,NULL,NULL,NULL,'66063727-d374-402d-b3b5-3d6485164b90',NULL,NULL),(1634,1141,'Tuberculosis, Long Term Outcome','en',1,4,'2015-02-19 12:22:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f977f661-a72d-4f88-8d03-a61fb2da9a25',NULL,NULL),(1635,1070,'Treatment completed','en',0,4,'2015-02-19 12:22:52','SHORT',0,NULL,NULL,NULL,'6f40a3e3-3d49-40bd-8341-d715b57eb66e',NULL,NULL),(1636,1142,'Cured','en',0,4,'2015-02-19 12:22:52','SHORT',0,NULL,NULL,NULL,'7ccdb9e2-ec19-461f-b59f-c941a2e25b74',NULL,NULL),(1637,1142,'Treatment Outcome, Cured','en',1,4,'2015-02-19 12:22:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c22741f-54f2-4e58-9461-d25763e5cb0d',NULL,NULL),(1638,1143,'Transferred Out','en',1,4,'2015-02-19 12:22:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c6eb0ce6-80ec-40b6-b073-ee5151ac7c01',NULL,NULL),(1639,1072,'Death','en',0,4,'2015-02-19 12:22:52','SHORT',0,NULL,NULL,NULL,'b2b11462-8b17-474c-bf6e-1c3b03d3e9ee',NULL,NULL),(1640,1071,'Failure','en',0,4,'2015-02-19 12:22:53','SHORT',0,NULL,NULL,NULL,'62657f95-e1ac-4c7e-99a8-839a27293325',NULL,NULL),(1641,1144,'Tuberculosis, Output of Treatment','en',1,4,'2015-02-19 12:22:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9311ff74-1e1d-4a1b-b3b5-f242cf4b5982',NULL,NULL),(1642,1144,'Treatment Output','en',0,4,'2015-02-19 12:22:53','SHORT',0,NULL,NULL,NULL,'3648c764-5b00-4bab-980e-d21660bc6f65',NULL,NULL),(1643,1145,'Followup Visit','en',0,4,'2015-02-19 12:22:55',NULL,1,4,'2015-07-03 11:52:37','Voided due to change of name','fdc9056e-9d5c-4787-ae8c-edc08c5b4885',NULL,NULL),(1644,1145,'Tuberculosis, Followup Visit','en',1,4,'2015-02-19 12:22:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c10a558b-142d-41fd-a594-34017d5ca804',NULL,NULL),(1645,1146,'Family Screened','en',0,4,'2015-02-19 12:22:55','SHORT',0,NULL,NULL,NULL,'0bc37752-2c4a-4c3b-b6b1-a800932c3b7d',NULL,NULL),(1646,1146,'Tuberculosis, Family Screened','en',1,4,'2015-02-19 12:22:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8d5bf792-6c22-4460-bc42-9ac8eb209e57',NULL,NULL),(1647,1147,'No of days of treatment','en',0,4,'2015-02-19 12:22:55','SHORT',0,NULL,NULL,NULL,'98090163-3e65-49fb-9e63-c55196607b42',NULL,NULL),(1648,1147,'Tuberculosis, Number of days of treatment','en',1,4,'2015-02-19 12:22:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff719f3d-03ce-4690-8cb7-21637800dc03',NULL,NULL),(1649,1148,'Tuberculosis, Examination','en',1,4,'2015-02-19 12:22:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'493a5ec1-cfc7-4e3f-a9eb-e597724b8284',NULL,NULL),(1650,1148,'Examination','en',0,4,'2015-02-19 12:22:56','SHORT',0,NULL,NULL,NULL,'b7192a71-db61-4a12-af14-c67b155271ce',NULL,NULL),(1651,1149,'Fever','en',0,4,'2015-02-19 12:22:56','SHORT',0,NULL,NULL,NULL,'5f5d5810-1b1c-4365-882d-e2c5ce754f9a',NULL,NULL),(1652,1149,'Tuberculosis, Fever','en',1,4,'2015-02-19 12:22:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8dd4121a-e6e3-4d97-94a2-e2b0e857d3a7',NULL,NULL),(1653,1150,'Tuberculosis, Cough','en',1,4,'2015-02-19 12:22:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'281435cd-c556-474d-9b4a-6c51f38148ed',NULL,NULL),(1654,1150,'Cough','en',0,4,'2015-02-19 12:22:56','SHORT',0,NULL,NULL,NULL,'d2eb4db2-cdc7-4b5f-b313-78f4cc43554a',NULL,NULL),(1655,1151,'Anorexia','en',0,4,'2015-02-19 12:22:57','SHORT',0,NULL,NULL,NULL,'f81a054a-c371-4652-a503-dc44981701b4',NULL,NULL),(1656,1151,'Tuberculosis, Anorexia','en',1,4,'2015-02-19 12:22:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4ed71f51-ae4d-4371-8493-d894b72fbd49',NULL,NULL),(1657,1152,'Tuberculosis, Chest Pain','en',1,4,'2015-02-19 12:22:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'371bd22b-0dbe-4925-8081-c66b1e635c24',NULL,NULL),(1658,1152,'Chest Pain','en',0,4,'2015-02-19 12:22:57','SHORT',0,NULL,NULL,NULL,'ccc87de5-98b5-4d1f-840b-31ada74481c4',NULL,NULL),(1659,1153,'Tuberculosis, Breathlessness','en',1,4,'2015-02-19 12:22:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e01a1c89-02be-4a5c-afa8-5082e8b1314e',NULL,NULL),(1660,1153,'Breathlessness','en',0,4,'2015-02-19 12:22:58','SHORT',0,NULL,NULL,NULL,'d6b6f7d5-3eec-496f-96fb-08f242b1a0de',NULL,NULL),(1661,1154,'None','en',1,4,'2015-02-19 12:22:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d6141e05-a4af-4850-b4a0-65b95dba3da0',NULL,NULL),(1662,1155,'Tuberculosis, Adverse Effects','en',1,4,'2015-02-19 12:22:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94c2c216-a6b0-40c9-aabf-35c328d79051',NULL,NULL),(1663,1155,'Adverse Effects','en',0,4,'2015-02-19 12:22:59','SHORT',0,NULL,NULL,NULL,'7018d921-5e19-4a5a-bba3-ec47a5978195',NULL,NULL),(1664,1156,'Treatment Compliance','en',0,4,'2015-02-19 12:23:00','SHORT',0,NULL,NULL,NULL,'59510bb6-713e-4e75-baa6-4c698cbec788',NULL,NULL),(1665,1156,'Tuberculosis, Treatment Compliance','en',1,4,'2015-02-19 12:23:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed287a59-c9da-4e20-9a52-338c0155d1bc',NULL,NULL),(1666,1157,'Symptoms Relief','en',0,4,'2015-02-19 12:23:06','SHORT',0,NULL,NULL,NULL,'36625df7-b6b1-4bc6-8264-4acbb81304e7',NULL,NULL),(1667,1157,'Tuberculosis, Symptoms Relief','en',1,4,'2015-02-19 12:23:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6099589b-f9da-41fe-9d5d-8f6078be3304',NULL,NULL),(1668,1158,'Tuberculosis Followup Template','en',1,4,'2015-02-19 12:23:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f5026d92-3e83-4615-8242-c73670c154c1',NULL,NULL),(1669,1158,'Tuberculosis - Followup','en',0,4,'2015-02-19 12:23:07','SHORT',0,NULL,NULL,NULL,'55a43457-e154-480b-a20b-5ce2d6243ddd',NULL,NULL),(1670,1159,'Semariya','en',1,4,'2015-02-25 14:24:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'32a45fec-dadc-4252-8a18-0f1eda71578a',NULL,NULL),(1671,1160,'Shivtarai','en',1,4,'2015-02-25 14:24:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d4a1d26-33fe-4638-9e2c-f162bb5babc3',NULL,NULL),(1672,1161,'Achanakmar','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49005016-9352-4a5f-ae6f-0760807bc4b2',NULL,NULL),(1673,1162,'Bamhani','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f65a8a3-ba06-4da1-85ee-706c55373d40',NULL,NULL),(1674,1163,'APL','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e288a911-0231-4cf2-8d0f-9bc9784f1538',NULL,NULL),(1675,1164,'BPL','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e580f584-da9f-48de-901a-e7ab3e684922',NULL,NULL),(1676,1165,'Antyodaya','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8c7ee008-3871-4ffb-a07d-be2e24e595e5',NULL,NULL),(1677,1166,'>=36017','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'57989acb-0dab-46c6-ac51-701f82e95a47',NULL,NULL),(1678,1167,'18000-36016','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'faa29dd3-0fc8-4d1c-bb0a-0168311e611e',NULL,NULL),(1679,1168,'13495-17999','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'be545647-d8f6-473a-961a-560ef5961be5',NULL,NULL),(1680,1169,'8999-13494','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82e575f3-d1aa-40a2-a283-c6b04846549c',NULL,NULL),(1681,1170,'5387-8998','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8000652-9b6a-4f7c-8d01-cd48cb9ec4b1',NULL,NULL),(1682,1171,'1803-5386','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'455c8265-a05c-4009-8b67-79e5580bdc98',NULL,NULL),(1683,1172,'<=1802','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c254c12b-d6fa-4fe0-aa9a-e493b6c73f13',NULL,NULL),(1684,1173,'Cluster','en',1,4,'2015-02-25 14:24:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a5e060c5-fd66-4fbb-b56b-a25c5b71afb3',NULL,NULL),(1685,1174,'Ration Card','en',1,4,'2015-02-25 14:24:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b0aeeba5-3229-48df-9050-66e7d130740e',NULL,NULL),(1686,1175,'Family Income (per Month in Rs)','en',1,4,'2015-02-25 14:24:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bd37825c-b0b3-4388-910a-c3c41a96fae3',NULL,NULL),(1687,1176,'PT','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a69d139-2d32-4db6-bf1e-6edcccf21cdb',NULL,NULL),(1688,1177,'INR','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9e61ef58-ae28-471e-b3aa-72d3ee71af3f',NULL,NULL),(1689,1178,'APTT','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b33d1098-43af-40c8-9659-56b46caede95',NULL,NULL),(1690,1179,'Blood Group','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a121db7f-add0-41c6-adef-83fdca835853',NULL,NULL),(1691,1180,'PS for RBC Morphology','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7c8a2e81-4de8-4cd4-9215-21108cafe04b',NULL,NULL),(1692,1181,'PBS for Malaria,Filaria Parasites','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5640ec26-7105-46ce-a18a-cd17204a6ba1',NULL,NULL),(1693,1182,'Bleeding Time','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45c80c1d-2c0b-4bca-88ac-c6952c7c766b',NULL,NULL),(1694,1183,'Clotting Time','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ba296981-9fe6-4b0b-8622-b686772e9033',NULL,NULL),(1695,1184,'Cross Match-minor','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'92f10c46-39ec-44f4-9c56-1a14e89feab6',NULL,NULL),(1696,1185,'Haemoglobin (Blood)','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'431bedf8-c633-4465-9c3b-ae64d4ccd8e3',NULL,NULL),(1697,1186,'Cross Match-major','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8ef1f97-e6ad-4b29-9b5b-3d93c53458b8',NULL,NULL),(1698,1187,'CD4','en',1,4,'2015-03-24 15:44:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68494f0b-5225-4cf8-a497-470ef8c20338',NULL,NULL),(1699,1188,'HbA1c','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'077630b4-ffb6-4ee5-91fe-2150b2b8cc1a',NULL,NULL),(1700,1189,'HCV (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'581795ce-156f-4ea6-af56-79b8009bdbe8',NULL,NULL),(1701,1190,'VDRL(TPHA) (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'39551635-b46c-4768-8d59-ec2fff86ab2d',NULL,NULL),(1702,1191,'HIV (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'40153439-c079-46da-b10b-8bd57d42e532',NULL,NULL),(1703,1192,'HBsAg (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7e67d854-e0b8-4ff2-9725-fba8bf352f98',NULL,NULL),(1704,1193,'Coomb\'s test-major','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33cd84ee-02ae-4a3c-ba0d-5b32d6b2622e',NULL,NULL),(1705,1194,'Sickling Test','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d929c96-b566-4f3e-ba21-0b15b555cbb4',NULL,NULL),(1706,1195,'Malaria Ags','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b650e393-baec-447f-bb0b-d33dc611e630',NULL,NULL),(1707,1196,'Granulocyte Count','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d2d3aaf-2d8c-4e01-9f8f-be197b6d0e2e',NULL,NULL),(1708,1197,'Total Leucocyte Count','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1a46ef5-aafd-48e8-af02-8bafe6ccdaeb',NULL,NULL),(1709,1198,'Neutrophil','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a4d8845-8645-41d3-a4e3-87230d92b729',NULL,NULL),(1710,1199,'Agranulocyte Count','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d5776f90-2dd8-4f8b-b7ac-cfb5cec729a6',NULL,NULL),(1711,1200,'Eosinophil (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9af1c86-d427-4009-ad0c-7d18c92234b3',NULL,NULL),(1712,1201,'Lymphocyte (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6b5298e1-926a-4004-b0c4-7dea83a3647d',NULL,NULL),(1713,1202,'Basophil (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4fb9b059-fa80-4c90-8d34-fab742f08047',NULL,NULL),(1714,1203,'Monocyte (Blood)','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db170b1d-b613-495b-ba06-f276f2af2b97',NULL,NULL),(1715,1204,'Coomb\'s test-minor','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee4d5e33-3746-456d-8bfe-5e2845209ea8',NULL,NULL),(1716,1205,'ANA','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ebc2f9f-6cac-4a23-9edd-4d79bd22e4ac',NULL,NULL),(1717,1206,'D-dimer','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f339b979-1ee5-40fd-8208-e79cc6832b81',NULL,NULL),(1718,1207,'Malaria Abs','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'932597d3-bc34-4c6c-834c-2ed8e3a2ff12',NULL,NULL),(1719,1208,'Blood Bank Screening Test','en',1,4,'2015-03-24 15:44:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7a4404ba-aeb9-4f77-aaf3-0cd93fde1320',NULL,NULL),(1720,1209,'Platelets','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1cd0b01b-354f-41d3-a10a-cfc633d2c00e',NULL,NULL),(1721,1210,'RBC count','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'52aa4be2-3f40-4b41-afee-5eca618d2f83',NULL,NULL),(1722,1211,'Band Form','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b7c8885-825b-43ea-808d-1923a67d255c',NULL,NULL),(1723,1212,'ESR (Blood)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed8bd7a4-a9e9-4dd0-9933-8d29dec0dd4c',NULL,NULL),(1724,1213,'MCV','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c0ca1667-d886-489b-9a71-7fd029cb4481',NULL,NULL),(1725,1214,'Reticulocyte count','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cda19ff9-e739-46af-be65-0bcf1a7579ed',NULL,NULL),(1726,1215,'Absolute Eosinophil Count','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'430ac18d-1aa0-4514-b783-6cfb512be86b',NULL,NULL),(1727,1216,'PCV (Blood)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95ff1742-764b-4586-895d-68c9b07a5099',NULL,NULL),(1728,1217,'MCH','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'10b8baff-0dfe-433b-8452-9e96b93b0b92',NULL,NULL),(1729,1218,'MCHC','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0f94b0ea-ece2-407b-b165-e3d824c3a884',NULL,NULL),(1730,1219,'Chyle','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5211b664-53df-45b0-b142-7374005091e4',NULL,NULL),(1731,1220,'Colour (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'77c71dbf-1b38-4158-8174-4c3cd3601f61',NULL,NULL),(1732,1221,'Pus (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f64429a6-a911-4ccc-9330-64f9cc317c6d',NULL,NULL),(1733,1222,'Transparency (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'67c54a09-2a06-4776-802d-d92143015ae9',NULL,NULL),(1734,1223,'Epithelial Cells','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbc8da60-3e23-4616-9a38-e78ccd467f04',NULL,NULL),(1735,1224,'RBCs (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'af1f2e1f-cfff-443b-9e8d-0488c58ad7d5',NULL,NULL),(1736,1225,'pH (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cf860a13-5bd3-4bd8-890c-cd2fab6d26f9',NULL,NULL),(1737,1226,'Casts','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'87dd3f47-88c5-47f7-922e-f47a7d47f062',NULL,NULL),(1738,1227,'Yeast Cells (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5f8d3933-1633-4252-ac0d-83c5b04e4f89',NULL,NULL),(1739,1228,'Albumin (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88946441-f1b2-44da-846c-e5d3dab67efc',NULL,NULL),(1740,1229,'Bile Salt (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dde7710b-7bd3-41b7-ab43-631391d6bc33',NULL,NULL),(1741,1230,'Nitrates (Urine)','en',1,4,'2015-03-24 15:44:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9fec8756-7de8-437c-ac40-06f46443476e',NULL,NULL),(1742,1231,'Ketone Bodies','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca258a87-e9ea-4f7b-8c59-abf5d9b6b383',NULL,NULL),(1743,1232,'Uric acid (Urine)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8a4973d-a178-4800-879f-666a45b626fc',NULL,NULL),(1744,1233,'Urates (Urine)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2c64bd72-1fa9-4035-8600-642bf87ed777',NULL,NULL),(1745,1234,'Urobilinogen (Urine)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6f363d5c-18a1-4ef4-8dbf-0e6204efaf64',NULL,NULL),(1746,1235,'Bile pigment','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'19b3f88e-677a-468c-91af-a0e46c6902e3',NULL,NULL),(1747,1236,'Urine Pregnancy Test','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'39c4d089-bcfe-4239-a320-0ca53099dfbd',NULL,NULL),(1748,1237,'Oxalates (Urine)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6425dfe0-9515-489c-b765-77085e3818a7',NULL,NULL),(1749,1238,'Phosphates (Urine)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'23e09a98-c118-479f-a655-0a0043681882',NULL,NULL),(1750,1239,'Triglyceride','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fe7d5219-be4f-4323-ae5b-98153f5bb265',NULL,NULL),(1751,1240,'CPK','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fdcc3a3-cfe1-4639-b792-0a2d34923fdf',NULL,NULL),(1752,1241,'CK-MB','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33fec7a7-5e1d-430a-b24a-c1e35f0607b6',NULL,NULL),(1753,1242,'Troponin-I','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f49257b0-34b1-40a3-9e79-d5809c96554a',NULL,NULL),(1754,1243,'A-G Ratio','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'67684971-5fd2-4383-82b2-3b5c2ba93b6c',NULL,NULL),(1755,1244,'Total Cholesterol','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8814742f-cfbf-4a9b-b4f8-b82c8b076c6d',NULL,NULL),(1756,1245,'HDL','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5f16e5ac-0a0b-46de-b02b-4c7f310c8674',NULL,NULL),(1757,1246,'LDL','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8eeb178-4cef-4537-a526-1df06f27ca03',NULL,NULL),(1758,1247,'pH (Pleural Fluid)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'730c9774-72c3-4df3-8887-efa2f8bd0912',NULL,NULL),(1759,1248,'Protein (Pleural Fluid)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55b3e503-26ff-41f1-a0a0-beff1d9e8c1e',NULL,NULL),(1760,1249,'Monocyte (Pleural Fluid)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a94454bf-4fc2-44da-8c27-5ec25b63e5bd',NULL,NULL),(1761,1250,'HIV (Serum)','en',1,4,'2015-03-24 15:44:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63b7b411-0975-460f-abda-a9802116e7e2',NULL,NULL),(1762,1251,'Eosinophil (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb16c8a0-31f4-4b21-8339-c7e6e51c7a18',NULL,NULL),(1763,1252,'Glucose(F)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ebaf350-2df1-498b-9a3f-0565cf8608f3',NULL,NULL),(1764,1253,'HBsAg (Serum)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'902d1d69-32fe-41ea-9204-d48f5b12fa71',NULL,NULL),(1765,1254,'Glucose (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a081868c-c11e-4374-9530-41ad5fd66039',NULL,NULL),(1766,1255,'Basophil (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1284c6f-8fc9-46b4-b48e-7c530104d291',NULL,NULL),(1767,1256,'TLC (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d4e6bbc9-4713-4a0e-ad14-87174efe7771',NULL,NULL),(1768,1257,'DLC (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ff9e17d-d241-4e17-a8db-64f3e594128d',NULL,NULL),(1769,1258,'Neutrophil (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6581a57b-cd1e-42ce-afbd-28b5dd8b3d5c',NULL,NULL),(1770,1259,'Lymphocyte (Pleural Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a317d719-0229-48e8-818a-197281b08660',NULL,NULL),(1771,1260,'K-39','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'024ab928-7bab-4907-b404-73ef08d22933',NULL,NULL),(1772,1261,'Dengue','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d88b967-85bf-4eb2-8751-dbc88b1c9c9b',NULL,NULL),(1773,1262,'CRP','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28074b94-fcd2-4f18-b971-ee6f9632185d',NULL,NULL),(1774,1263,'MP Serology','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d5e7261-022c-4eee-9149-6b49754c18f2',NULL,NULL),(1775,1264,'RA','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'894ed342-b3f3-4ae4-ae53-b0c9b57ae160',NULL,NULL),(1776,1265,'ASO','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'070e48e5-cd03-47b4-bf46-d8c29353a28b',NULL,NULL),(1777,1266,'VDRL(TPHA) (Serum)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f38f82bc-c43e-4bb1-9aa0-cf6b4fe87cc5',NULL,NULL),(1778,1267,'Gamma-GT','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f634e9f2-8ad3-46ce-b5f9-8b4b2c48aaaf',NULL,NULL),(1779,1268,'Eosinophil (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6b955072-95cc-47cc-9766-863a0a47a328',NULL,NULL),(1780,1269,'Lymphocyte (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'98bea039-04e1-4ec3-a796-4d43c60823ea',NULL,NULL),(1781,1270,'Neutrophil (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ce4b173-ea8d-4d7a-881d-d13a4a76695c',NULL,NULL),(1782,1271,'DLC (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed0fecc5-12ec-4079-8024-c49e3a3e9600',NULL,NULL),(1783,1272,'Chlamydia','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d0698c3-118c-4f0a-a8d6-e8a6bf7a52d6',NULL,NULL),(1784,1273,'TLC (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f82b9bfa-825f-4720-9ef6-fecc3d428b85',NULL,NULL),(1785,1274,'Colour (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5992d2ec-d0f6-4f2e-996b-da7c17aecc63',NULL,NULL),(1786,1275,'Glucose(R)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'928522fc-c677-457a-ad1a-e7e3619d8b5c',NULL,NULL),(1787,1276,'Transparency (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0fa2e039-9f91-43c2-a2fe-ae501c14392f',NULL,NULL),(1788,1277,'Glucose(P.P)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea72bab5-e082-4636-ac85-22d735363935',NULL,NULL),(1789,1278,'ADA (Pleural Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6673a989-3920-441c-9ebb-b31f9cdcc412',NULL,NULL),(1790,1279,'Sodium','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'915a26cc-df36-42f6-a36e-ec5944991f89',NULL,NULL),(1791,1280,'Appearance (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'77f294f5-0fb7-483c-9a74-c086748e2ee5',NULL,NULL),(1792,1281,'Creatinine','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cf396beb-cfb1-442e-934f-54c0cb59f043',NULL,NULL),(1793,1282,'Chloride','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'954d48e5-57e0-451c-9aca-73b4ffc50d77',NULL,NULL),(1794,1283,'LDH (Pleural Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'07f748e0-cdb1-44d9-925f-8aceb8ff4736',NULL,NULL),(1795,1284,'Potassium','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4d61d9f-2017-48e4-ad5b-3fb4c42fec16',NULL,NULL),(1796,1285,'Uric acid','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c068ab26-6630-4af5-9534-73a69786eb0e',NULL,NULL),(1797,1286,'Calcium','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37761668-059a-4605-aa68-c816d4126e9f',NULL,NULL),(1798,1287,'HCV (Serum)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d9e21a8a-be65-4fee-bbc6-037754d8499f',NULL,NULL),(1799,1288,'Basophil (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c243f2b7-e5e7-49d1-80a3-48096be1bd68',NULL,NULL),(1800,1289,'Appearance (CSF)','en',1,4,'2015-03-24 15:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54f99699-0cda-4f1d-8df5-aa0938b40c55',NULL,NULL),(1801,1290,'Monocyte (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d8eff549-378b-4ddc-95c9-abb3f069ede4',NULL,NULL),(1802,1291,'Magnesium','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bfffcf46-f427-4d06-857c-bdc79aee9cca',NULL,NULL),(1803,1292,'Transparency (CSF)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3af489f3-21ca-491b-81bb-b5a07dc25e82',NULL,NULL),(1804,1293,'Colour (CSF)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb8fab3e-e89c-4b9b-8fee-830a5c7a5f58',NULL,NULL),(1805,1294,'LDH (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bd901d3d-f127-421f-8cbf-769bd3d42e0b',NULL,NULL),(1806,1295,'DLC (CSF)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ddf563f-ef38-457d-bc0b-c9c342db5b67',NULL,NULL),(1807,1296,'pH (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2760a972-0684-4317-81e8-41e50111c1b4',NULL,NULL),(1808,1297,'TLC (CSF)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d46e186-77ff-4aa0-9adc-3b4757dcfcb5',NULL,NULL),(1809,1298,'Protein (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c19cba36-cf48-4537-85da-a9af075d8e43',NULL,NULL),(1810,1299,'Lymphocyte (CSF)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78944480-18d4-42aa-989b-6b06f390af9b',NULL,NULL),(1811,1300,'Glucose (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b02c88d3-e9bf-4084-9101-6d385a8eff70',NULL,NULL),(1812,1301,'Neutrophil (CSF)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f433d2a-77b9-45d6-b62f-6a531e6ba07a',NULL,NULL),(1813,1302,'Blood Sugar P.P','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7c7b1eeb-2ee5-494b-a343-764c11125847',NULL,NULL),(1814,1303,'Blood Sugar Random','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'876de22e-3ca6-44d7-9454-755c8f1e2bbb',NULL,NULL),(1815,1304,'ADA (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7780908-a283-46df-aa41-3db4c64fab2e',NULL,NULL),(1816,1305,'Blood Sugar Fasting','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2cb62a4-2f61-4ea1-92b1-301e69fa4f87',NULL,NULL),(1817,1306,'H. Pylori','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'29593f59-1267-49c1-9c55-a228d1a7f5b7',NULL,NULL),(1818,1307,'Lipase (Serum)','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e40bfb15-5319-471c-a1b6-7917b2b40753',NULL,NULL),(1819,1308,'BUN','en',1,4,'2015-03-24 15:44:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'79a045e2-6b44-4ea7-819a-ea906bb4e37f',NULL,NULL),(1820,1309,'LDH (Serum)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'177547c1-e187-4bbf-8656-210780461e52',NULL,NULL),(1821,1310,'Amylase','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e752931-9b34-4a3a-84e4-c39c0246edb0',NULL,NULL),(1822,1311,'Alkaline Phosphate','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2da0d398-bfcf-43e7-b3f0-fd59b236b251',NULL,NULL),(1823,1312,'Bilirubin Total','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'494aafe2-4dfc-4708-9807-479387156b5b',NULL,NULL),(1824,1313,'SGOT/AST','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'00023de3-eb15-4205-93ef-39e89b2626db',NULL,NULL),(1825,1314,'SGPT/ALT','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2160d5f4-dd40-40d7-9331-877e76978362',NULL,NULL),(1826,1315,'Urea','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a31ff2d4-d9b7-4935-9254-5d6875a1d1cc',NULL,NULL),(1827,1316,'ADA (CSF)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3422ca8a-39f4-472e-8533-9fae1282a736',NULL,NULL),(1828,1317,'Albumin (Serum)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2e8f3ca-4d72-4461-8a31-fa408a32b6ec',NULL,NULL),(1829,1318,'pH (CSF)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2ee6fe33-acb7-4d2d-b806-91b222e6728a',NULL,NULL),(1830,1319,'24 hour Urine Protein','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'abace72f-10b1-44bb-a760-a5974edd5e60',NULL,NULL),(1831,1320,'Protein (CSF)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2804a8b3-4505-4f2e-86d4-13d127343b79',NULL,NULL),(1832,1321,'Bilirubin Direct','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b1b9eb2b-830b-4f5a-b856-7d581af677af',NULL,NULL),(1833,1322,'Sugar','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b1b64f0d-5e88-489e-beb7-6e3e37ae0f0f',NULL,NULL),(1834,1323,'Glucose (CSF)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'34df3ead-3820-4b13-aeea-ef61bfe41ca8',NULL,NULL),(1835,1324,'Protein (Serum)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ad4336b-3175-4a66-abe8-a3e408436a7a',NULL,NULL),(1836,1325,'Transparency (Pleural Fluid)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e39446dc-bbdb-401b-99ce-a3b708532c7f',NULL,NULL),(1837,1326,'Colour (Pleural Fluid)','en',1,4,'2015-03-24 15:44:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'511fc437-058c-43de-becd-bc61bc1662dd',NULL,NULL),(1838,1327,'Appearance (Pleural Fluid)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e411196-3a23-4b61-b6b2-7646ab6dd822',NULL,NULL),(1839,1328,'Monocyte (CSF)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'43602cfa-3271-4f22-ac4b-db91906d7c83',NULL,NULL),(1840,1329,'Basophil (CSF)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db6d2860-cb68-4f90-b962-c2349c693d8f',NULL,NULL),(1841,1330,'Eosinophil (CSF)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4907cb0d-a9e4-48cc-8348-07dbf3659166',NULL,NULL),(1842,1331,'Gram Stain (Urine)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b136cf5-9aec-4d0b-9255-1c68448d7f4e',NULL,NULL),(1843,1332,'Gram Stain (Stool)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b94f94fd-54bb-43fe-b3ce-b465bf74cabd',NULL,NULL),(1844,1333,'Gram Stain (Semen)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b6a39575-7ad1-4156-a7eb-052b4428e014',NULL,NULL),(1845,1334,'Gram Stain (Sputum)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9a085b0a-cafe-4a06-a87e-a994f6c58523',NULL,NULL),(1846,1335,'Smear Test (Slit Skin)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e859870d-f1af-4433-8338-dd90c4b62c2d',NULL,NULL),(1847,1336,'M. Leprae (Slit Skin)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ac596e2-b6c8-4eaf-acd9-7b08d77b92e5',NULL,NULL),(1848,1337,'Rifampicin resistance (Slit Skin)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1907c6b4-f67e-4b5b-968d-fbfb9c0af6b4',NULL,NULL),(1849,1338,'Gram Stain (Blood)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ab004213-a33b-4570-acdc-27accfe09404',NULL,NULL),(1850,1339,'Gram Stain (Pus)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'668060bc-e5b9-4084-b3ec-a23929bd3132',NULL,NULL),(1851,1340,'Liquification time (Semen)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'22fa61f9-affc-4578-bfb5-bcb9cf398d89',NULL,NULL),(1852,1341,'Gram Stain (Slit Skin)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0593f17f-0973-473e-b43c-a29eaf1931ea',NULL,NULL),(1853,1342,'Granulocyte Count (CSF)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'02cc22bb-6284-4599-ba3a-a2b6a06a57a2',NULL,NULL),(1854,1343,'Agranulocyte Count (CSF)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de8ff826-4efb-4cf6-9d90-e1c4fe3d037e',NULL,NULL),(1855,1344,'TB-IgM/IgG','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c68a610c-f333-4e35-93ae-04d0e1e71779',NULL,NULL),(1856,1345,'Viscosity','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bbf5ed7b-7196-43d7-b469-13da5c056b6c',NULL,NULL),(1857,1346,'AFB Stain (Urine)','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46d07cc5-a307-4cc7-992d-74426fcdfc6e',NULL,NULL),(1858,1347,'Borderline Tuberculoid','en',1,4,'2015-03-24 15:44:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e309115c-03d7-4fec-a173-52ffae0b8892',NULL,NULL),(1859,1348,'AFB Stain (Stool)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec789d39-f235-4f18-9437-58429997147f',NULL,NULL),(1860,1349,'AFB Stain (Semen)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b75d0bc1-b4c4-422d-8305-fff6e6345b20',NULL,NULL),(1861,1350,'Volume (Semen)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e09a9270-76a8-4340-a911-0331124074c3',NULL,NULL),(1862,1351,'Color (Semen)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c0c34d5-2fed-4e12-90b8-42c678e89dfc',NULL,NULL),(1863,1352,'Pus Cells (Semen)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'27344d32-bfff-4289-af03-0bb98428a0f8',NULL,NULL),(1864,1353,'Motility (Semen)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ceba59db-90a3-43fa-a2c4-b5fcdd346b09',NULL,NULL),(1865,1354,'Total Sperm Count','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'817547c8-2ea1-46ed-b1b3-da10a4db81fb',NULL,NULL),(1866,1355,'Morphology','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c613f78e-63c0-4a4d-b115-92be8bf82352',NULL,NULL),(1867,1356,'Gram Stain (CSF)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc3cbcab-831e-42e5-8aae-1c520c3f14b9',NULL,NULL),(1868,1357,'pH (Semen)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1c9aad3-f835-4840-8429-688f2bf6a5d8',NULL,NULL),(1869,1358,'AFB Stain (Blood)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae3705f3-ae6b-47b2-a1dc-0ac82f128cf3',NULL,NULL),(1870,1359,'Gram Stain (Pleural Fluid)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'408490c8-8ca0-45f0-9f67-38bc4fc6d207',NULL,NULL),(1871,1360,'AFB Stain (Pleural Fluid)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'903c8e75-50da-4d5f-9e2c-7477aff0b7ae',NULL,NULL),(1872,1361,'AFB Stain (CSF)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e290036a-50ce-4079-addb-db06cfb31679',NULL,NULL),(1873,1362,'AFB Stain (Sputum)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'372325e0-07b3-4dfd-8eba-e4ec96a1931d',NULL,NULL),(1874,1363,'Rifampicin resistance (Sputum)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a6cc192-eb8e-4d30-b7ac-b5c307f8cae4',NULL,NULL),(1875,1364,'Gram Stain (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3f7fee42-b9ad-4f5b-8f0f-06772d66d890',NULL,NULL),(1876,1365,'AFB Stain (Pericardial Fluid)','en',1,4,'2015-03-24 15:44:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bc49dbec-91de-468d-8a7a-f3023e2c4ed3',NULL,NULL),(1877,1366,'AFB Stain (Slit Skin)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3835190f-3f3a-4140-b11f-83ae02113c20',NULL,NULL),(1878,1367,'AFB Stain (Pus)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cd67a6d3-f200-4bec-8b08-d3858970eedf',NULL,NULL),(1879,1368,'Rifampicin resistance (Pus)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6a21a334-30f4-40a6-a2db-39b8b412abba',NULL,NULL),(1880,1369,'Colour (Stool)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fab74664-f505-4200-ab11-c7ff85bcb299',NULL,NULL),(1881,1370,'Blood (Stool)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08ddf10e-bec7-46a9-b389-8451dc6bb77c',NULL,NULL),(1882,1371,'Consistency','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'66ba118b-9610-43c7-8b3c-d56e4f529d17',NULL,NULL),(1883,1372,'Pus (Stool)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8200f2e1-c664-4a6c-ba32-f5115c3ddb03',NULL,NULL),(1884,1373,'Mucus','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae7542e9-c191-4cc3-af7b-7ace14269dcd',NULL,NULL),(1885,1374,'Yeast Cells (Stool)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84207713-f7ee-440a-b4a0-beb8afee746e',NULL,NULL),(1886,1375,'RBC (Stool)','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1361dfb3-b517-44ad-ab26-3df0c9e47af6',NULL,NULL),(1887,1376,'Protozol parasite/Ova/Cyst/Trophozoites','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48fcb394-f159-4e70-ad9a-2c56b9aa2064',NULL,NULL),(1888,1377,'Fat Droplets','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9b21be2c-7431-4fae-a41b-29a95b0ff2f2',NULL,NULL),(1889,1378,'Occult Blood Test','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'366cf17c-3f8f-4b89-834e-eadeecaf2ac3',NULL,NULL),(1890,1379,'Stool Reducing Substance Test','en',1,4,'2015-03-24 15:44:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75f6dd08-e206-46fb-9dee-c9c6e05bfbb6',NULL,NULL),(1891,1380,'Haematology Department','en',1,4,'2015-03-24 15:45:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8286b82d-b2e4-47e2-add9-773059205e91',NULL,NULL),(1892,1381,'Urine Department','en',1,4,'2015-03-24 15:45:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d68beaaa-e1fc-45be-84d3-2a6b19bf22c2',NULL,NULL),(1893,1382,'Biochemistry Department','en',1,4,'2015-03-24 15:45:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70ae1e12-60aa-4b68-811b-29053434dfc4',NULL,NULL),(1894,1383,'Clinical Pathology Department','en',1,4,'2015-03-24 15:45:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2e3ca348-021b-4415-be2a-b77e650e4755',NULL,NULL),(1895,1384,'Stool Department','en',1,4,'2015-03-24 15:45:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97fa919f-b6be-4380-ac68-0da0b237af80',NULL,NULL),(1896,1385,'Antibiotic Sensitivity (Blood)','en',1,4,'2015-03-24 15:50:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e68d6b95-95f5-4e0d-8d45-c22617c11a01',NULL,NULL),(1897,1386,'Culture (Blood)','en',1,4,'2015-03-24 15:50:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'98807fbb-0218-4f59-bdba-3b74b854353c',NULL,NULL),(1898,1387,'Antibiotic Sensitivity (Urine)','en',1,4,'2015-03-24 15:50:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'641d7728-d601-4e85-b233-d328435bfe25',NULL,NULL),(1899,1388,'Culture (Urine)','en',1,4,'2015-03-24 15:50:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d606c15-2aec-4f59-9ff1-5ced2a7c70f7',NULL,NULL),(1900,1389,'LDL/HDL','en',1,4,'2015-03-24 15:50:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e868d1a7-b0e1-4690-948a-7c144ddd288a',NULL,NULL),(1901,1390,'Urea Clearance Test','en',1,4,'2015-03-24 15:50:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6f98747d-cceb-489f-96be-8c3fe6c8aa87',NULL,NULL),(1902,1391,'VLDL','en',1,4,'2015-03-24 15:50:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'87e3a597-61f0-4fbd-ad63-4152ec93804d',NULL,NULL),(1903,1392,'Total Cholesterol/HDL','en',1,4,'2015-03-24 15:50:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bfe12fc9-4b13-4440-9df5-ca01de55cd81',NULL,NULL),(1904,1393,'Myoglobin','en',1,4,'2015-03-24 15:50:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9727de6a-9694-4323-b605-77d96d2710e0',NULL,NULL),(1905,1394,'CK-NAC','en',1,4,'2015-03-24 15:50:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2ac15b7-db9b-439d-a19e-cd27558042de',NULL,NULL),(1906,1395,'Antibiotic Sensitivity (Semen)','en',1,4,'2015-03-24 15:50:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8a958a8-3b27-4fb4-9b55-d037656e8253',NULL,NULL),(1907,1396,'Helminths parasite/Ova/Cyst/Trophozoites','en',1,4,'2015-03-24 15:50:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ef41ab8-900f-4367-b9ad-314b8bf092be',NULL,NULL),(1908,1397,'Antibiotic Sensitivity (Stool)','en',1,4,'2015-03-24 15:50:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a85988a4-5ee8-4799-9f83-47f2ef7181cd',NULL,NULL),(1909,1398,'Culture (Stool)','en',1,4,'2015-03-24 15:50:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a909b156-73c3-426d-bcf4-13c8885cc4a3',NULL,NULL),(1910,1399,'Agranulocyte Count (Pleural Fluid)','en',1,4,'2015-03-24 15:50:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c4ac0b6-256f-4ba2-857d-8aa5c6438ae6',NULL,NULL),(1911,1400,'Culture (Pleural Fluid)','en',1,4,'2015-03-24 15:50:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'970b2a12-1eca-4c38-b88b-c7d46dc69618',NULL,NULL),(1912,1401,'Granulocyte Count (Pleural Fluid)','en',1,4,'2015-03-24 15:50:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9587bd5-82e3-402d-8153-e1ad23b0dd1d',NULL,NULL),(1913,1402,'Antibiotic Sensitivity (Pleural Fluid)','en',1,4,'2015-03-24 15:50:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'687002b5-0597-4676-a3a1-a53c11351356',NULL,NULL),(1914,1403,'Culture (CSF)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fda7576e-b120-4424-82fb-d14a02cb8182',NULL,NULL),(1915,1404,'Antibiotic Sensitivity (CSF)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'415f99e2-5eda-4463-b156-7db717852099',NULL,NULL),(1916,1405,'Agranulocyte Count (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91749d53-1a93-44d5-9acf-25797ddf156b',NULL,NULL),(1917,1406,'Culture (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'65fdf716-c747-4f27-a8ce-37ebc9b99660',NULL,NULL),(1918,1407,'Appearance (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'96e3a5ad-18da-4446-80d3-30f7daa52cc5',NULL,NULL),(1919,1408,'Transparency (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'177e5d1a-accc-48bb-8bbc-3cd4fa1b0511',NULL,NULL),(1920,1409,'Colour (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'485632c3-2eb8-4257-a6b7-ae23f3760f12',NULL,NULL),(1921,1410,'DLC (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d28507a-070f-498e-90da-14fb51b8c345',NULL,NULL),(1922,1411,'TLC (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cafcbe06-7a5d-4a74-81e5-c2a9ea392a68',NULL,NULL),(1923,1412,'Lymphocyte (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd7a8b21-c270-4d8b-846e-ceca3cb48c70',NULL,NULL),(1924,1413,'Neutrophil (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b64790af-1ce9-4708-b1cc-f89cc6a1ab93',NULL,NULL),(1925,1414,'Monocyte (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c321d61-b9b3-49f1-91c2-850360bef417',NULL,NULL),(1926,1415,'Eosinophil (Peritoneal Fluid)','en',1,4,'2015-03-24 15:50:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ec2c798-89b1-4266-b746-b818c2462139',NULL,NULL),(1927,1416,'Glucose (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e74607b-67af-41fe-81dd-6aba0db3f0f5',NULL,NULL),(1928,1417,'Protein (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37c48eb5-3784-482f-a2ea-a35be479f02d',NULL,NULL),(1929,1418,'Basophil (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d054e41-6b10-402a-8cc9-7c58e0ffe37c',NULL,NULL),(1930,1419,'AFB Stain (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d9961809-2788-4ad1-9daf-2e1087f325c2',NULL,NULL),(1931,1420,'LDH (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b8e8d93-4a0e-4dec-ab33-d0f1b92a5265',NULL,NULL),(1932,1421,'pH (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45a64410-afe8-46c8-85dd-c36a9af37904',NULL,NULL),(1933,1422,'Gram\' Stain (Peritoneal Fluid)','en',0,4,'2015-03-24 15:51:00',NULL,1,4,'2015-05-27 11:04:13','Voided due to change of name','02781ff0-0f4d-4ec8-9a8b-d3bb4b3be298',NULL,NULL),(1934,1423,'Granulocyte Count (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f86cdf8d-1e8d-4b20-9c38-5ddf486f402b',NULL,NULL),(1935,1424,'ADA (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c82566b9-4aaa-4cd5-8003-5856d21b83c7',NULL,NULL),(1936,1425,'Antibiotic Sensitivity (Peritoneal Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7d79719-53fe-4196-97be-63c250c438aa',NULL,NULL),(1937,1426,'Agranulocyte Count (Pericardial Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d793c317-f28c-49f8-ba08-717b14dc3732',NULL,NULL),(1938,1427,'Culture (Pericardial Fluid)','en',1,4,'2015-03-24 15:51:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75a4f54c-1e1b-4255-adff-05f756ec290c',NULL,NULL),(1939,1428,'Granulocyte Count (Pericardial Fluid)','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e49af310-99ed-49ec-888b-278e3629551c',NULL,NULL),(1940,1429,'Antibiotic Sensitivity (Pericardial Fluid)','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'350205a7-307d-47fe-9a2f-b8e0aed88b60',NULL,NULL),(1941,1430,'GenXpert','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cf60d5ef-3903-4247-ac67-c292fa89b863',NULL,NULL),(1942,1431,'Antibiotic Sensitivity (Sputum)','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97702b0d-e53b-4855-8c44-9f2734869bc8',NULL,NULL),(1943,1432,'Antibiotic Sensitivity (Pus)','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca3731af-8f34-4b05-94b8-59a643b77bbe',NULL,NULL),(1944,1433,'Culture (Pus)','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'34b01321-11d9-44fa-b850-746999fff44e',NULL,NULL),(1945,1434,'Agranulocyte Count (Synovial Fluid)','en',1,4,'2015-03-24 15:51:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'02f6d97d-a5ee-429c-bb11-90626a659529',NULL,NULL),(1946,1435,'Appearance (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4078a18-117a-440f-b449-835650e4a5b3',NULL,NULL),(1947,1436,'Transparency (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a603441-da51-4885-b17b-0337e181bc81',NULL,NULL),(1948,1437,'Colour (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e083328-b4f3-4435-8e7b-dd530bf9d851',NULL,NULL),(1949,1438,'DLC (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'003aef29-5a1d-4956-8551-01ccadd79478',NULL,NULL),(1950,1439,'TLC (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33f40503-b5ce-4e13-a57c-6c727ae1ca81',NULL,NULL),(1951,1440,'Lymphocyte (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'06e9149a-91e3-4da3-b711-c4aaf3f6ca2d',NULL,NULL),(1952,1441,'Neutrophil (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d6c03054-d4a2-4067-9f4f-8f8ae3f03ef1',NULL,NULL),(1953,1442,'Monocyte (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b9d0bb6-01d8-4e99-a976-c573b0714421',NULL,NULL),(1954,1443,'Eosinophil (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'349a4315-0f32-49c4-9d4e-e4f0e730bbdf',NULL,NULL),(1955,1444,'Glucose (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70db709d-0c08-4ab4-a344-9a51fefd2e44',NULL,NULL),(1956,1445,'Protein (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8894f1d2-e803-412f-a15d-44a86f7c6aaa',NULL,NULL),(1957,1446,'Basophil (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'23883f85-cb4e-4408-af9b-710777efbdeb',NULL,NULL),(1958,1447,'AFB Stain (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'289e73ee-9122-4ec3-8aa4-612c435e5f4e',NULL,NULL),(1959,1448,'LDH (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f55473ff-b5ad-4ca6-8f39-1bfd4c3f2138',NULL,NULL),(1960,1449,'pH (Synovial Fluid)','en',1,4,'2015-03-24 15:51:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'57c1dd62-a641-4fe1-8106-a613c8b32440',NULL,NULL),(1961,1450,'Gram\' Stain (Synovial Fluid)','en',0,4,'2015-03-24 15:51:03',NULL,1,4,'2015-05-27 11:03:44','Voided due to change of name','629f5bb9-c191-4510-b0f4-a3d29a0cc384',NULL,NULL),(1962,1451,'Granulocyte Count (Synovial Fluid)','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'23e6041f-d567-496d-8938-63588ec06a17',NULL,NULL),(1963,1452,'ADA (Synovial Fluid)','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'856af5f2-c888-495e-9290-db9dcb739193',NULL,NULL),(1964,1453,'Antibiotic Sensitivity (Synovial Fluid)','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7c0f5c2f-b4fc-46e5-8481-7aaa53f584a8',NULL,NULL),(1965,1454,'Culture (Synovial Fluid)','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'31013571-60a9-4796-9a34-d48c925768ee',NULL,NULL),(1966,1455,'Antibiotic Sensitivity (Slit Skin)','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ba7ee9c-8918-49f7-934f-a6e63fa0c27b',NULL,NULL),(1967,1456,'High Vaginal Swab Culture','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6273c5fe-cb9a-4993-9ffd-a3f57124f801',NULL,NULL),(1968,1457,'Wet Mouth Preparation','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fb1bb5af-9582-4bff-a2d4-daa89f0f8336',NULL,NULL),(1969,1458,'KOH Preparation','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0a9c6fe-5213-4287-8152-b566cf5649a2',NULL,NULL),(1970,1459,'Mantoux Test','en',1,4,'2015-03-24 15:51:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d4333361-9b85-4886-98c9-76bcfa43e8a9',NULL,NULL),(1971,1460,'CBC - General','en',1,4,'2015-03-24 16:29:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e3057eb-2c42-4f69-89ed-c6f7c3a7ea0d',NULL,NULL),(1972,1461,'CBC','en',1,4,'2015-03-24 16:29:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e96d893f-5624-483d-b356-d3a7d7a4fc77',NULL,NULL),(1973,1462,'DLC','en',1,4,'2015-03-24 16:29:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbaf0466-b0c0-40a1-afb6-a8bebdc4fef4',NULL,NULL),(1974,1463,'TLC','en',1,4,'2015-03-24 16:29:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d3458ce6-5558-4709-88ee-4612dafc0083',NULL,NULL),(1975,1464,'Coagulation Studies','en',1,4,'2015-03-24 16:29:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28a5ebb4-0a60-4c90-ae6b-9f5c9a505bad',NULL,NULL),(1976,1465,'Blood Banking','en',1,4,'2015-03-24 16:29:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7c5471e2-7143-4018-afdd-dc4c634b3ba7',NULL,NULL),(1977,1466,'RBC indices','en',1,4,'2015-03-24 16:29:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5c822ba-81a4-4bed-b590-29a312af1560',NULL,NULL),(1978,1467,'ANC (Blood)','en',1,4,'2015-03-24 16:29:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5f793044-d476-4dde-930f-53ee342ebed9',NULL,NULL),(1979,1468,'Blood','en',1,4,'2015-03-24 16:29:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'10785344-806a-4c0d-87bc-661db187b338',NULL,NULL),(1980,1469,'Urine Routine Examination','en',1,4,'2015-03-24 16:29:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3b8e519a-d78f-49ca-98d4-e4dc24a03d66',NULL,NULL),(1981,1470,'Urine Microscopic Examination','en',1,4,'2015-03-24 16:29:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7138ef90-89c0-4ba0-84ab-e3f70273bccb',NULL,NULL),(1982,1471,'Urine Specific Test','en',1,4,'2015-03-24 16:29:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ecaafdb-f4f3-44b5-8eee-7cb074ac2eb5',NULL,NULL),(1983,1472,'Urine PregnancyTest','en',1,4,'2015-03-24 16:29:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae7ea2bf-c8c4-4d13-be51-4c1f4c17e92d',NULL,NULL),(1984,1473,'ANC (Urine)','en',1,4,'2015-03-24 16:29:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20990166-c48b-4f66-9433-bda4e24277c9',NULL,NULL),(1985,1474,'Urine','en',1,4,'2015-03-24 16:29:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1688b475-bf64-4f79-afbb-a7f3c82c2f86',NULL,NULL),(1986,1475,'Basic Serology','en',1,4,'2015-03-24 16:29:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ac3183d-23fc-4fd7-a259-93d061d5274e',NULL,NULL),(1987,1476,'Cardiac Marker','en',1,4,'2015-03-24 16:29:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'80918dbc-004d-4410-9063-f9ce29e61e7f',NULL,NULL),(1988,1477,'Lipid Profile','en',1,4,'2015-03-24 16:29:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3dcbde6c-dc5b-4a0a-8f3a-0ff6868fd87b',NULL,NULL),(1989,1478,'Kidney Function','en',1,4,'2015-03-24 16:29:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2237d2b-2388-4d31-92fd-c0c476171c3b',NULL,NULL),(1990,1479,'Liver Function - General','en',1,4,'2015-03-24 16:29:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f653fe9-b8bf-442e-96e8-35a74ca8d934',NULL,NULL),(1991,1480,'Liver Function','en',1,4,'2015-03-24 16:29:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f818301d-a552-4f8b-bd96-3beeff54c43a',NULL,NULL),(1992,1481,'i-STAT','en',1,4,'2015-03-24 16:29:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a800785b-a66a-42d7-8f04-905663cf15c0',NULL,NULL),(1993,1482,'ANC (Serum)','en',1,4,'2015-03-24 16:29:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9aaeb305-8db6-4f81-ab74-9e9776d3482f',NULL,NULL),(1994,1483,'Serum','en',1,4,'2015-03-24 16:29:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90f400f1-013a-4061-9bf8-e6c2b806ba01',NULL,NULL),(1995,1484,'Semen Physical Examination','en',1,4,'2015-03-24 16:29:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'592b84e8-7947-4e07-b45d-3046383c3da1',NULL,NULL),(1996,1485,'Semen Microscopic Examination','en',1,4,'2015-03-24 16:29:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'16fcc354-947d-448d-90e1-af1ec310c0fa',NULL,NULL),(1997,1486,'Semen','en',1,4,'2015-03-24 16:29:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88e0ed63-4b1c-40e1-ad0a-f2409c44d528',NULL,NULL),(1998,1487,'Stool Physical Examination','en',1,4,'2015-03-24 16:29:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'86f4fb40-e39e-499b-8464-bbc7c77b828d',NULL,NULL),(1999,1488,'Stool Microscopic Examination','en',1,4,'2015-03-24 16:29:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2501322-2c43-43b1-b119-cc606da1f6b1',NULL,NULL),(2000,1489,'Stool Chemical Examination','en',1,4,'2015-03-24 16:29:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec182667-3f87-4aee-a8e8-4fd4c2a843c0',NULL,NULL),(2001,1490,'Stool','en',1,4,'2015-03-24 16:29:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4cbd6b6d-c043-44e5-8e62-586e3fa4d194',NULL,NULL),(2002,1491,'Pleural Fluid','en',1,4,'2015-03-24 16:29:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5770ea5c-3cdf-4a90-8195-4e6d5748c100',NULL,NULL),(2003,1492,'CSF','en',1,4,'2015-03-24 16:29:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e30322b6-59b4-4352-bef3-0088d94948e3',NULL,NULL),(2004,1493,'Peritoneal Fluid','en',1,4,'2015-03-24 16:29:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'513bcd87-1bd0-4b17-95e0-7200eec8621f',NULL,NULL),(2005,1494,'Pericardial Fluid','en',1,4,'2015-03-24 16:29:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5bf05842-b983-44d0-a472-3cb4ce29b1c2',NULL,NULL),(2006,1495,'Sputum','en',1,4,'2015-03-24 16:29:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'010bcdac-f921-4350-b8f2-a1aca6ea5177',NULL,NULL),(2007,1496,'Pus','en',1,4,'2015-03-24 16:29:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7d90cee-9773-4fc6-8d97-3a36dcc2259a',NULL,NULL),(2008,1497,'Synovial Fluid','en',1,4,'2015-03-24 16:29:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cbfc50c0-af41-4ec4-8abc-aab540b3ea7a',NULL,NULL),(2009,1498,'Slit Skin','en',1,4,'2015-03-24 16:29:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0cb77b04-8769-440f-8306-83816fb6184b',NULL,NULL),(2010,1499,'Other','en',0,4,'2015-03-24 16:29:28','SHORT',0,NULL,NULL,NULL,'ae88cc8d-1d8a-48f8-ab39-63dff55ab053',NULL,NULL),(2011,1499,'Other Samples','en',1,4,'2015-03-24 16:29:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a63e95e4-7c66-444b-8527-48d746f45b17',NULL,NULL),(2012,45,'All_Tests_and_Panels_old','en',1,4,'2015-03-24 16:38:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c1645ea-5a11-466b-a353-ce5043615654',NULL,NULL),(2013,1500,'A_T_and_P','en',0,4,'2015-03-24 16:41:08','SHORT',0,NULL,NULL,NULL,'963d712e-6bee-4cc4-86e0-af1d9a9f8296',NULL,NULL),(2014,1500,'All_Tests_and_Panels','en',1,4,'2015-03-24 16:41:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'41e09efb-eca2-48b1-9aff-0b34864e0aad',NULL,NULL),(2015,1501,'D','en',0,1,'2015-04-14 12:52:24','SHORT',0,NULL,NULL,NULL,'ff0d73a4-e276-11e4-900f-080027b662ec',NULL,NULL),(2016,1501,'Dispensed','en',1,1,'2015-04-14 12:52:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff0dbca5-e276-11e4-900f-080027b662ec',NULL,NULL),(2017,1502,'Pyrazinamide','en',1,4,'2015-04-21 15:16:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a8b0cf01-3420-4064-9626-da5c1518eba5',NULL,NULL),(2018,1503,'Metformin','en',1,4,'2015-04-21 16:48:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7670b123-6af0-4fd8-b761-5883dc7a6840',NULL,NULL),(2019,1504,'Pioglitazone','en',1,4,'2015-04-21 16:49:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e58c3415-6ebe-406c-8e15-bc815bde11b8',NULL,NULL),(2020,1505,'Glipizide','en',1,4,'2015-04-21 16:50:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45b8b3da-a439-4045-b33d-f0d88742ab00',NULL,NULL),(2021,1506,'Aceclofenac','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48f11c1e-51bc-454e-b679-c730c83bf78f',NULL,NULL),(2022,1507,'Acyclovir','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c59005f1-b561-49f0-9723-3c078c2609f1',NULL,NULL),(2023,1508,'Adrenaline','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'090120be-e678-406d-80bd-f360a53ed677',NULL,NULL),(2024,1509,'Albendazole','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63241b81-7c02-4626-8c7e-0afc3c53ecfa',NULL,NULL),(2025,1510,'Allopurinol','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5dde251-c0b9-437c-a0b3-4fb1c8855a94',NULL,NULL),(2026,1511,'Alprazolam','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7dacc7e4-f7ab-4275-b499-a289d1ee97ff',NULL,NULL),(2027,1512,'Amikacin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'22a6204e-8db2-4eef-ac50-0e9d04b2a154',NULL,NULL),(2028,1513,'Amitriptyline','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'93d687ac-ce66-4782-a903-bc125aaf85ae',NULL,NULL),(2029,1514,'Amlodipine','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7765c51e-0ddf-49d9-b828-00c8007d8dc9',NULL,NULL),(2030,1515,'Amlodipine & Atenolol','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b20cc21f-ae47-4a72-b063-2a3ccde77458',NULL,NULL),(2031,1516,'Amoxicillin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'38d5f401-9237-4e37-8c50-8a7d0707560c',NULL,NULL),(2032,1517,'Amoxicillin & Clavulanate','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ab825deb-1343-438e-8ff5-f220e5d31ae4',NULL,NULL),(2033,1518,'Amoxicillin & Clavulanic Acid','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8fbe3580-5c7e-41a3-911d-a9ef50223e0c',NULL,NULL),(2034,1519,'Amoxicillin & Cloxacillin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1b6f1db5-fdad-4f1a-b256-f9bcad1f8991',NULL,NULL),(2035,1520,'Amphotericin B','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed82397b-abe0-44b4-870e-9822cc120b28',NULL,NULL),(2036,1521,'Ampicillin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'551ec1e2-81ef-4c47-9bd2-e5e15c76b5a1',NULL,NULL),(2037,1522,'Ampicillin & Cloxacillin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28feddd4-a4f9-4660-af76-5b838800c55c',NULL,NULL),(2038,1523,'Antacid','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6fcdd03c-0428-42b5-ac89-b655a7161652',NULL,NULL),(2039,1524,'Antioxidant','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a63f8f03-8c7f-48d3-b354-24673751ef4c',NULL,NULL),(2040,1525,'Aspirin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbe9743c-fda2-4502-9422-d75c12667c39',NULL,NULL),(2041,1526,'Atenolol','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ce41f1ca-d97b-453a-af19-156205e283ac',NULL,NULL),(2042,1527,'Atorvastatin','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45ecd8ff-f0e2-4425-8083-517bb1a12fb6',NULL,NULL),(2043,1528,'Atropine','en',1,4,'2015-04-24 15:22:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1830b0d-ca46-4643-9901-3d52b2d8aa16',NULL,NULL),(2044,1529,'Azithromycin','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ebf310e1-02df-48e5-94f5-46c2aa8ac9de',NULL,NULL),(2045,1530,'Beclomethasone Dipropionate','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48b6854d-ab44-4dac-adf5-410b122b3679',NULL,NULL),(2046,1531,'Benzathine Penicillin','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3dc8d55-40d4-499d-b5ba-0d93452af4dd',NULL,NULL),(2047,1532,'Benzoic & Salicylic Acid','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'06155d57-2b53-4fd5-a951-4fc3b20f5bdb',NULL,NULL),(2048,1533,'Benzoyl Peroxide','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68627456-46ac-4627-b13b-04f1926c0760',NULL,NULL),(2049,1534,'Betamethasone','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'352fceae-8304-4ac7-b020-6bd6a9c51a73',NULL,NULL),(2050,1535,'Bupivacaine Hydrochloride','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2092cf4-502b-4384-86e2-0274704b9bbc',NULL,NULL),(2051,1536,'Caffeine Citrate','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2e0c807-9174-4086-9621-2c358a79974f',NULL,NULL),(2052,1537,'Calamine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69bdbc15-12b1-4962-8c4e-0e0b99a899d6',NULL,NULL),(2053,1538,'Calcium Gluconate','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b49428eb-a6f7-4a71-91bf-a0e67be94481',NULL,NULL),(2054,1539,'Carbamazine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa05ae4f-ffa3-4a10-b50a-d242903cab53',NULL,NULL),(2055,1540,'Cefadroxil','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cea32b32-0e4d-45f6-8020-282735340cd4',NULL,NULL),(2056,1541,'Cefazolin','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49b75674-0e41-4093-8167-36077e535044',NULL,NULL),(2057,1542,'Cefepime','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'619b04d2-8f44-4dd8-b1c8-5ccd2ac1a238',NULL,NULL),(2058,1543,'Cefixime','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ac96140-7088-4e63-af03-cc5d2fb53e9b',NULL,NULL),(2059,1544,'Cefotaxim','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3569f1a4-40f2-4ee4-b112-f0ef952be855',NULL,NULL),(2060,1545,'Ceftazidime','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ef879a6-fc6b-43a5-a1e8-e2c766e5ca8d',NULL,NULL),(2061,1546,'Ceftriaxone','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'16ebc0c2-54be-4345-a518-6581011d9218',NULL,NULL),(2062,1547,'Cetirizine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'064da470-0965-490d-b30c-ac0559320515',NULL,NULL),(2063,1548,'Chlordiazepoxide','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ad839292-49e3-4952-87af-b91f617bce8f',NULL,NULL),(2064,1549,'Chlorhexidine Gluconate','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edf104a4-c514-42d5-bc2f-2bb95b8f464f',NULL,NULL),(2065,1550,'Chloroquine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95bddc0d-544c-434e-b651-1530512990dd',NULL,NULL),(2066,1551,'Chlorpheniramine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0fe16653-7394-4015-a6de-84e9fc1fc105',NULL,NULL),(2067,1552,'Chlorpromazine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b66fb282-2c02-447b-915d-f71f033aef7d',NULL,NULL),(2068,1553,'Clarithromycine','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ff9efe3-8c5a-4203-abb7-27f8865124d6',NULL,NULL),(2069,1554,'Clobazam','en',1,4,'2015-04-24 15:22:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'775918c3-7fcf-4210-8b1e-6bec8b0587e5',NULL,NULL),(2070,1555,'Clobetasol Propionate','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f00a4c87-c94a-4b2d-bf7b-7a7d40e580fa',NULL,NULL),(2071,1556,'Clonazepan','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'052feb34-b462-423d-a19b-0187d540a8b8',NULL,NULL),(2072,1557,'Clotrimazole','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b1ed070d-849f-440b-8ecc-f56e14ad8b54',NULL,NULL),(2073,1558,'Clotrimazole & Lignocaine','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9b45c31-0237-4b9d-b4d3-8a5f7f34c345',NULL,NULL),(2074,1559,'Clotrimazole Otic','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'61ed1c13-3edf-469a-be23-8698d552c9b1',NULL,NULL),(2075,1560,'Clove Oil','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7d99948c-7362-4cb3-831f-98eb8bbe1c4b',NULL,NULL),(2076,1561,'Cloxacillin','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a16cb3f9-5026-44be-92bd-503b758a6e0a',NULL,NULL),(2077,1562,'Codeine Phosphate','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'34fa8d7d-cf27-464e-834a-e58e11174c81',NULL,NULL),(2078,1563,'Cotrimoxazole','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bf465632-7fbe-46b6-bed4-f1dcdd69a41c',NULL,NULL),(2079,1564,'Cremaffin','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44cda124-028e-4344-bf61-39be49a6f30a',NULL,NULL),(2080,1565,'Cycloserine','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fc587a37-fb2f-4c2a-aeda-a69951574730',NULL,NULL),(2081,1566,'D5 Dextrose','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec80d824-072d-4a8c-9067-a4b9834a3040',NULL,NULL),(2082,1567,'Dexamethasone','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1accdd6-871b-4513-876c-4b30ed61853b',NULL,NULL),(2083,1568,'Dextrose','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55f7b66d-4d17-4e02-8b41-c529fcc2afd4',NULL,NULL),(2084,1569,'DNS','en',0,4,'2015-04-24 15:22:43','SHORT',0,NULL,NULL,NULL,'460afbb7-edfa-4075-a26e-622557fb81ef',NULL,NULL),(2085,1569,'Dextrose Normal Saline','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df6b11bf-6dac-4d83-b78c-59c7cecb00bc',NULL,NULL),(2086,1570,'Diazepam','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7385e723-231c-4abb-8aa5-0998ab8548b8',NULL,NULL),(2087,1571,'Diclofenac','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'817b6304-7abd-4e77-bd70-2917cd525f60',NULL,NULL),(2088,1572,'Diclofenac Sodium','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c709bf1-434a-45ba-8fa7-f7cafad7c949',NULL,NULL),(2089,1573,'Dicyclomine','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a87248cf-beab-4c9a-8037-a9f9daeee9ff',NULL,NULL),(2090,1574,'Diethylcarbamazine','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f78fd634-5002-44df-b87c-33f2985198af',NULL,NULL),(2091,1575,'Digoxin','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d8b98c0-587f-4d9a-8434-a976fc804836',NULL,NULL),(2092,1576,'Disodium Hydrogen Citrate','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da460a7c-a6d6-41a1-ba2f-073a95958fb6',NULL,NULL),(2093,1577,'Domperidone','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e662a795-96f2-4b62-8f58-a15f2a2fb2d4',NULL,NULL),(2094,1578,'Dopamine','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3285d3df-768f-4d4f-b8b6-7935d0631b43',NULL,NULL),(2095,1579,'Doxycycline','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'83c00911-dd80-4917-ac91-2adedde91d17',NULL,NULL),(2096,1580,'Enalapril','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'10118af8-d7b9-43dc-af7b-79e0f62adeea',NULL,NULL),(2097,1581,'Ethamsylate','en',1,4,'2015-04-24 15:22:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1f4398d-e753-482c-8e08-f7c926e0b357',NULL,NULL),(2098,1582,'Ethionamide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7aabb7e3-e074-43cd-a81a-c3f184045c34',NULL,NULL),(2099,1583,'Etophylline & Theophylline','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac6362dd-da23-43a5-a26a-78534a2c7883',NULL,NULL),(2100,1584,'Famotidine','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'137d7b8c-6395-4da2-bdf3-64b26d2d81c9',NULL,NULL),(2101,1585,'Ferrous Fumarate & Folic Acid','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d45dc749-c0cc-4805-a3a0-c26aa75f1b4d',NULL,NULL),(2102,1586,'Ferrous Sulphate','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d0cf26c5-3f00-45c7-9b4f-345dd3eaf0bd',NULL,NULL),(2103,1587,'Finasteride','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7b6ca164-dda5-4dd6-86af-277043e89ec4',NULL,NULL),(2104,1588,'Fluconazole','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f343142a-2334-426b-a39b-2447e9807415',NULL,NULL),(2105,1589,'Fluoxetine','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'563f7684-026d-4307-82b3-d2b6119f457f',NULL,NULL),(2106,1590,'Folic Acid','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fec79557-ef0f-4236-96f5-67ecb27dd9cb',NULL,NULL),(2107,1591,'Frusemide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'693b400a-5095-4dc0-87cd-29ad3ea739ae',NULL,NULL),(2108,1592,'Frusemide & Amiloride','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a25a0936-eb83-4856-91d6-fce6b81c3be5',NULL,NULL),(2109,1593,'Furosemide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d035adb9-6aff-4765-9d19-35ec83d46a5a',NULL,NULL),(2110,1594,'Furosemide & Spironolactone','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50059a57-632b-45a8-82fc-0378e8873777',NULL,NULL),(2111,1595,'Fusidic Acid','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9713a5f2-c18b-4c32-b43f-baa5ab2a5f25',NULL,NULL),(2112,1596,'Gabapentin','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fae9dd1a-4cb5-464d-9003-8f09dfc643e6',NULL,NULL),(2113,1597,'Gamma Benzene Hexachloride & Cetrimide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8d1af9d8-4d92-4bcc-a7ed-fd11bfea3faa',NULL,NULL),(2114,1598,'Gentamycin','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0997b6c2-d4db-4222-a130-04841b6bac83',NULL,NULL),(2115,1599,'Gentian Violet','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'35954756-ad8d-4665-aa71-0a4877d51046',NULL,NULL),(2116,1600,'Glimepiride','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8f98a92-2dbd-44c5-8f5a-a99b6b07d054',NULL,NULL),(2117,1601,'Glycerine & Sodium Chloride Enema','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d8d71b01-d9d5-4425-a961-9dc9d2f061cf',NULL,NULL),(2118,1602,'Glyceryl Trinitrate','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3cb6dad3-37f7-4a75-b8f7-f28ece18a038',NULL,NULL),(2119,1603,'Haloperidol','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a19ce85b-b37a-473e-b404-7c1623079994',NULL,NULL),(2120,1604,'Hepatitis B Vaccine','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a99e3128-7e4b-4888-8f35-610de8b0c929',NULL,NULL),(2121,1605,'Hydrochlorothiazide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'41d3dc6c-2e81-4d50-8f93-e0f0c9498730',NULL,NULL),(2122,1606,'Hydrocortisone','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'03f00dec-ef6c-415c-a7ce-71f52604e45d',NULL,NULL),(2123,1607,'Hydrogen Peroxide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2148d7b-efdf-487f-a6cd-df82a1f60401',NULL,NULL),(2124,1608,'Hyoscine Butylbromide','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'98f300e5-a54c-4c18-bfaf-4ff6cf22739b',NULL,NULL),(2125,1609,'Ibuprofen','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12fcbb83-b224-4869-b056-cef85086e471',NULL,NULL),(2126,1610,'Ibuprofen & Paracetamol','en',1,4,'2015-04-24 15:22:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33b506c6-4395-4df1-be00-1f45d14a49f9',NULL,NULL),(2127,1611,'Indomethacin','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e3486b1-5983-4f68-9dc3-aa3fff0c6210',NULL,NULL),(2128,1612,'Insulin','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'303a29b8-d253-4bfa-91be-77fa9cd7ad4f',NULL,NULL),(2129,1613,'Ipratropium','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9856070-3bae-4f0a-bc93-675d57402b4f',NULL,NULL),(2130,1614,'Ipratropium Bromide','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'865c4a8b-fa31-4c4e-8c8d-ac3b44d95c58',NULL,NULL),(2131,1615,'Isosorbide Mononitrate','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5d2cb80-dbe6-41f9-80e8-72d8bc54109a',NULL,NULL),(2132,1616,'Ivermectin','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd92de68-35d0-402d-90b4-1f2c8664cf22',NULL,NULL),(2133,1617,'Ketamine','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3973a497-97a5-46f5-ae06-e986380e7a4d',NULL,NULL),(2134,1618,'Ketoconazole','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ddffb9b4-adf7-4b1b-93ea-44eeb1424cb9',NULL,NULL),(2135,1619,'Lactulose','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'847d52a5-e504-42ad-b779-bd8211a1f982',NULL,NULL),(2136,1620,'Levofloxacin','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc7c8970-8011-45cf-8ddf-c35c419b0f2e',NULL,NULL),(2137,1621,'Levonorgestrel & Ethinylestradiol','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a67a4e7f-1821-443f-aaff-dc4bfd902abc',NULL,NULL),(2138,1622,'Levothyroxine','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1a4eda46-43b8-4fc2-b7ed-ab7df06605c7',NULL,NULL),(2139,1623,'Lignocaine','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8c91ac21-0906-4847-b703-479cc19f6b80',NULL,NULL),(2140,1624,'Lignocaine & Adrenaline','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'447cc2cd-f507-4dcd-ac84-68b7a323b71c',NULL,NULL),(2141,1625,'Losartan','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8d7e10c3-c6e4-4ff1-9e58-26d0c88a97a9',NULL,NULL),(2142,1626,'Magnesium Sulphate','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a06f749c-086d-4cd5-8c0c-5e4d41b85f87',NULL,NULL),(2143,1627,'Mannitol','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12073fda-fd8a-4345-ab92-7308cd51f269',NULL,NULL),(2144,1628,'Medroxyprogesterone','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cad0727a-6504-4764-b268-ce08d2e808a5',NULL,NULL),(2145,1629,'Medroxyprogesterone Acetate','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69ab9bb1-10a7-4f85-a0c9-bbe5451c5640',NULL,NULL),(2146,1630,'Methotrexate','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'119f7f44-8a13-4ce0-a388-eeffb62d1f95',NULL,NULL),(2147,1631,'Methylergometrine','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88bc27d7-de5c-497d-ae15-e49a382f6e53',NULL,NULL),(2148,1632,'Metoclopramide','en',1,4,'2015-04-24 15:22:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f76f3cf3-977b-4e06-adaa-1c32fca1a70b',NULL,NULL),(2149,1633,'Metronidazole & Diloxanide','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6118388a-3091-4977-bb19-54039b730cc3',NULL,NULL),(2150,1634,'Metronidazole, Chlorhexidine, Lignocaine & Menthol','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'34218cb8-3437-4c57-b714-47d800e787ca',NULL,NULL),(2151,1635,'Midazolam','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eebcaf78-f39d-45a5-a46e-70641cc9aa03',NULL,NULL),(2152,1636,'Mifepristone & Misoprostol','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6415b124-1944-499c-984d-7e00546f2948',NULL,NULL),(2153,1637,'Miltefosine','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8103c195-199e-4ca8-abe0-69fc22a20f0a',NULL,NULL),(2154,1638,'Mirtazapine','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2bca185a-31e6-4949-8f92-e007ab0befbe',NULL,NULL),(2155,1639,'Misoprostol','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56a6d28b-89a3-4ab1-81ca-8d6d71de7a20',NULL,NULL),(2156,1640,'Morphine','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84a86e0e-7c4a-489a-8038-344c30cb6e91',NULL,NULL),(2157,1641,'Naloxone','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b50c71b-507c-41dc-b047-f6704d216807',NULL,NULL),(2158,1642,'Neomycin & Polymyxin B & Bacitracin Zinc','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'438c91c5-82c7-4922-bedb-d3484ee1cdeb',NULL,NULL),(2159,1643,'Nifedipine','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'432ae441-7895-42ed-b8f3-a0b85f8780fa',NULL,NULL),(2160,1644,'Nimesulide','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4c99b2af-7605-4a02-9fe6-bf24889cb4e9',NULL,NULL),(2161,1645,'Nitrofurantoin','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bd0cf22a-2dc4-4285-aee2-95e164e42e85',NULL,NULL),(2162,1646,'NS','en',0,4,'2015-04-24 15:22:46','SHORT',0,NULL,NULL,NULL,'2ca69c83-1190-47c5-9917-2b202dfa7d45',NULL,NULL),(2163,1646,'Normal Saline','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b456c88-0005-4464-a7e0-3447b38e7f0c',NULL,NULL),(2164,1647,'Ofloxacin','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8561364d-b044-4cf8-9ffb-bc0ac64b326a',NULL,NULL),(2165,1648,'Omeprazole','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'66ba552e-8646-4536-b369-3d50497bc1b3',NULL,NULL),(2166,1649,'Ondansetron','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f89a9f6c-1c16-4ff3-bf6c-d44c00d869dc',NULL,NULL),(2167,1650,'Oral Hormonal Contraceptive Pills','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4017a65d-b136-4e49-ad6f-ceeee1f1da04',NULL,NULL),(2168,1651,'Oral Rehydration Solution','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fafac647-bb98-4b1d-b931-4cf81b97c9e3',NULL,NULL),(2169,1651,'ORS','en',0,4,'2015-04-24 15:22:46','SHORT',0,NULL,NULL,NULL,'1c899dda-bd80-474f-95fe-76464e7da695',NULL,NULL),(2170,1652,'Oxymetazoline','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dff4bf94-ae2e-488e-a89e-9aeba58f8b1d',NULL,NULL),(2171,1653,'Oxytocin','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20d59c4e-40fb-4664-aff3-61c36028b74a',NULL,NULL),(2172,1654,'P Dextrose And Electrolyte Solution','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'635dd6cc-e261-4a13-8cb7-5c77d9e81373',NULL,NULL),(2173,1655,'Pantoprazole','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74ff9919-b02a-411e-9d4f-7a1bd1aab7da',NULL,NULL),(2174,1656,'Paracetamol & Codeine Phosphate','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d12a89b-ba73-4671-8711-2d986e54148e',NULL,NULL),(2175,1657,'Paracetamol Paediatric','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8fcac578-6e99-45a2-9ff4-5a14b275d16a',NULL,NULL),(2176,1658,'Paradichloro Benzene','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb00b172-3641-4977-97d4-6dca89bdd602',NULL,NULL),(2177,1659,'Paradichlorobenzene, Benzocaine, Chlorbutol & Turpentine Oil','en',1,4,'2015-04-24 15:22:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6fb2339a-361b-48d7-a845-8552001e0336',NULL,NULL),(2178,1660,'Pheniramine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c54301a0-bddd-45c3-af35-f36516209a3d',NULL,NULL),(2179,1661,'Pheniramine Maleate','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'40673128-a548-483c-80ce-cebefe560c33',NULL,NULL),(2180,1662,'Phenobarbitone','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'92569d95-c694-45ae-8891-dc2842ad6131',NULL,NULL),(2181,1663,'Phenytoin','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74119195-26ec-4111-a63b-0361777b4d1e',NULL,NULL),(2182,1664,'Pilex','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7d86179f-fc9a-4804-bd05-fb581dd82911',NULL,NULL),(2183,1665,'Polyvalent Anti Snake Serum','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9832bc94-17f6-4e30-a635-2e728299d488',NULL,NULL),(2184,1666,'Potassium Chloride','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e85cb8de-3857-4c67-94f3-efb2b07ff75f',NULL,NULL),(2185,1667,'Prednisolone','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'18a69bd0-18d3-48ff-a603-17ec160aeb58',NULL,NULL),(2186,1668,'Primaquine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f356816-8e7b-4c17-b9d6-b9574aa04122',NULL,NULL),(2187,1669,'Prochlorperazine Maleate','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f003fe5-554a-4409-afa0-34436f63bc55',NULL,NULL),(2188,1670,'Promethazine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3522f676-8da4-45b4-b4ac-815f1d58e606',NULL,NULL),(2189,1671,'Promethazine Hcl','en',0,4,'2015-04-24 15:22:47','SHORT',0,NULL,NULL,NULL,'495c2b4c-9714-4a06-9e85-570c18a6182b',NULL,NULL),(2190,1671,'Promethazine Hydrochloride','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d8eb2260-e3eb-4623-92d7-7e30ca7ffaae',NULL,NULL),(2191,1672,'Propofol','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1622ca6e-3341-4e38-a3e4-17ed4db6a5b3',NULL,NULL),(2192,1673,'Propranolol','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55b035c7-f0d2-45e4-b95a-0f2508a456c1',NULL,NULL),(2193,1674,'Pyridoxine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75e79570-b52a-4c4f-be6d-3f8b641aa57c',NULL,NULL),(2194,1675,'Pyrimethamine Sulfadoxine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28d61438-a5be-4bfb-ba16-a585dc712f50',NULL,NULL),(2195,1676,'Rabeprazole Sodium','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37bdd604-cf06-487b-90e5-98cf478b8607',NULL,NULL),(2196,1677,'Rabies Vaccine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6127618f-06aa-4704-9be2-d639329e2625',NULL,NULL),(2197,1678,'Ranitidine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a780a353-95b9-46fc-90fd-dbcf26fb6d19',NULL,NULL),(2198,1679,'Retinol (Vitamin A)','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bf538124-86b5-425d-98e3-244ed53e2150',NULL,NULL),(2199,1680,'Risperidone','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0eaf1deb-87eb-41e0-adc6-99712dac8d75',NULL,NULL),(2200,1681,'Rl Ringers Lactate','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea7f5bab-11a7-4d03-8a2d-a36f2efbbffa',NULL,NULL),(2201,1682,'Salbutamol','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cf486db0-52c5-4282-927d-690cabc55b5c',NULL,NULL),(2202,1683,'Salbutamol & Bromhexine','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4952e0a0-f0ed-475f-bfb3-f62acfc49516',NULL,NULL),(2203,1684,'Saline','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45625da6-e30e-4302-bdb2-ebd318b217e0',NULL,NULL),(2204,1685,'Silver Sulphadiazene','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bda6cdfc-40ff-4909-8622-c6951ab2f7da',NULL,NULL),(2205,1686,'Sodium Valproate','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4efc89cf-91b6-4ada-868b-980f6d2b08c2',NULL,NULL),(2206,1687,'Spironolactone','en',1,4,'2015-04-24 15:22:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcb8dae6-5b1d-4b7c-a239-983d78a49168',NULL,NULL),(2207,1688,'Sulfamethoxazole & Trimethoprim','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'07a511de-fb3c-4ad3-8e6e-f9b100954ef8',NULL,NULL),(2208,1689,'Tetanus Antitoxin','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c42d321-bc60-4f84-8f33-2bddbb651156',NULL,NULL),(2209,1690,'Tetanus Immunoglobulin','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'33e4df12-6392-4307-bb45-661b23c8991d',NULL,NULL),(2210,1691,'Tetanus Toxoid','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24bcd0fc-1804-4a9c-b138-303b98826e32',NULL,NULL),(2211,1692,'Tetracycline Ophtalmic','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aaee605e-ae67-4379-808c-f8b04b0b8eb0',NULL,NULL),(2212,1693,'Tinidazole','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cf9ce92b-6743-4462-8722-582b294df1d8',NULL,NULL),(2213,1694,'Tizanidine','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e823cc37-2aff-42be-abff-d96f779d92ff',NULL,NULL),(2214,1695,'Tramadol','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c8237c3-b10c-4e61-aa0e-b614867bb5ed',NULL,NULL),(2215,1696,'Tranexamic Acid','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b7f1043-e38b-49d6-9bbb-cc94e6ebf544',NULL,NULL),(2216,1697,'Triamcinolone','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'667e0abd-a11f-4b2a-af05-ce62a3dafa16',NULL,NULL),(2217,1698,'Trihexyphenidyl','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'65ef6a18-e7ec-4cb2-8c7d-764d89501777',NULL,NULL),(2218,1699,'Trypsin Chymotrypsin','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b78c1eb2-5699-45f8-a433-4b0c36c8ab2f',NULL,NULL),(2219,1700,'Tuberculin PPD','en',0,4,'2015-04-24 15:22:48','SHORT',0,NULL,NULL,NULL,'0dee3765-d6f1-45d5-8c52-8abb40d8fb5a',NULL,NULL),(2220,1700,'Tuberculin Purified Protein Derivative','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa169d00-d273-43e4-a00f-8ed901aacf5f',NULL,NULL),(2221,1701,'Valproic Acid','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de34ae61-bd63-4f79-8f27-c548a6ec6e64',NULL,NULL),(2222,1702,'Verapamil','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d07c1da8-871c-45e8-af81-3d6484c79ed4',NULL,NULL),(2223,1703,'Vitamin B Complex','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff7fa8c7-8a46-4d18-87d0-440036d49f94',NULL,NULL),(2224,1704,'Vitamin K','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0baa6c3d-ea7c-46f8-89cc-be766a23bc2a',NULL,NULL),(2225,1705,'Warfarin','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aac8438b-2236-4cc4-a216-32baa88d0d40',NULL,NULL),(2226,1706,'Zinc Sulphate','en',1,4,'2015-04-24 15:22:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8a4e9b19-6bd2-451d-8c93-2dbd940962c6',NULL,NULL),(2227,1707,'Suspension','en',1,4,'2015-04-24 15:23:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85092a7f-c9aa-4111-9b3c-11ec2305faeb',NULL,NULL),(2228,1708,'Oral Rinse','en',1,4,'2015-04-24 15:23:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da7a60af-ad24-478a-9ea9-990539c7f116',NULL,NULL),(2229,1709,'Mouth Paint','en',1,4,'2015-04-24 15:23:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d3dc728e-c139-4b03-9b47-b35604243de6',NULL,NULL),(2230,1710,'Pessary','en',1,4,'2015-04-24 15:23:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5de4c579-8276-4619-9a46-c559443ab11c',NULL,NULL),(2231,1711,'Rotacap','en',1,4,'2015-04-24 15:23:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'597bcbc8-9ed2-4389-ae1c-57ad2073a6c5',NULL,NULL),(2232,1712,'Nasal Solution','en',1,4,'2015-04-24 15:23:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ce7868d-977d-4e8e-b930-835e0a73592c',NULL,NULL),(2233,1713,'Oral Solution','en',1,4,'2015-04-24 15:23:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d1f0e59-81c2-4a73-95bc-e3f71fc509cc',NULL,NULL),(2234,1714,'Methimazole','en',1,4,'2015-05-04 14:22:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a31eb652-d2d6-481b-8807-48e03dc2acb3',NULL,NULL),(2235,1715,'T3','en',1,4,'2015-05-04 14:52:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1865c43f-69e1-4cd1-bd3d-bbb98eb1bd80',NULL,NULL),(2236,1716,'T4','en',1,4,'2015-05-04 14:54:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b8e2a8a7-6d95-42a9-b141-2e502f276ad4',NULL,NULL),(2237,1717,'TSH','en',1,4,'2015-05-04 14:57:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a5e076d3-7431-47ee-bef5-920306d873fc',NULL,NULL),(2238,1718,'ANC, Gravida','en',1,4,'2015-05-05 14:52:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8fc1279b-8dd2-4bc9-b1a8-a4de822c73a4',NULL,NULL),(2239,1718,'Gravida','en',0,4,'2015-05-05 14:52:28','SHORT',0,NULL,NULL,NULL,'4797738f-97bd-41b1-bd55-48d07d75c065',NULL,NULL),(2240,1719,'ANC, Parity','en',1,4,'2015-05-05 14:52:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56558a8f-03af-4329-8954-9f9a4ee2e0b2',NULL,NULL),(2241,1719,'Parity','en',0,4,'2015-05-05 14:52:28','SHORT',0,NULL,NULL,NULL,'0accbd04-f47f-49c8-903d-92398b291b9d',NULL,NULL),(2242,1720,'Last menstrual period','en',0,4,'2015-05-05 14:52:28','SHORT',0,NULL,NULL,NULL,'89063282-7f8d-4c0f-9e82-6d8ff730abd4',NULL,NULL),(2243,1720,'ANC, Last Menstrual Period','en',1,4,'2015-05-05 14:52:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'35bc768a-9f69-400c-841f-fac7cf023a4a',NULL,NULL),(2244,1721,'ANC, Expected Delivery Date','en',1,4,'2015-05-05 14:52:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'af28143b-f891-4eec-8210-4315261e084b',NULL,NULL),(2245,1721,'Expected delivery date','en',0,4,'2015-05-05 14:52:28','SHORT',0,NULL,NULL,NULL,'90ddb2e5-72ee-4ecd-a849-f7ce355c304a',NULL,NULL),(2246,1722,'1st TD Date','en',0,4,'2015-05-05 14:52:28','SHORT',0,NULL,NULL,NULL,'f6edb4f5-5bff-4abb-a267-a22bbc955223',NULL,NULL),(2247,1722,'ANC, First TD Date','en',1,4,'2015-05-05 14:52:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3205e310-b70c-45ae-9356-7c307d7f01c9',NULL,NULL),(2248,1723,'2nd TD Date','en',0,4,'2015-05-05 14:52:28','SHORT',0,NULL,NULL,NULL,'64d30b13-1201-410a-8b71-b23719a70fef',NULL,NULL),(2249,1723,'ANC, Second TD Date','en',1,4,'2015-05-05 14:52:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a17b3ac1-f258-4b5d-a0b7-7445f55e7056',NULL,NULL),(2250,1724,'ANC, Third TD Date','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d65a16c7-3cbf-4a2b-9d82-2749d53b5ee0',NULL,NULL),(2251,1724,'3rd TD Date','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'3538f333-eea6-4f1d-80f1-42684a7b69c1',NULL,NULL),(2252,1725,'HIV counseling','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'e52f5209-9299-4a6a-8e66-fd9122a0c06c',NULL,NULL),(2253,1725,'ANC, HIV Counseling','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'398bcfc2-f159-4004-adbf-6cdab0cc145c',NULL,NULL),(2254,1726,'ANC, HIV Testing','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8695a75e-5649-449a-bf63-dbd9ce26dcb2',NULL,NULL),(2255,1726,'HIV test','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'88a27750-a8e3-4523-9d27-a85fc5863d36',NULL,NULL),(2256,1727,'HIV test date','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'68a8d60d-b344-467e-bb4c-6c9616a9178e',NULL,NULL),(2257,1727,'ANC, HIV Test Date','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'761abc17-1813-4a1d-a31d-8e4ca9445116',NULL,NULL),(2258,1728,'HIV test result received','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'e5442aca-f615-4c51-904b-bf0fe5405cb2',NULL,NULL),(2259,1728,'ANC, HIV Result Received','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6dc789e2-f063-46cc-b431-58bd13b9f1db',NULL,NULL),(2260,1729,'ANC, Syphilis Counseling','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4b9d6d0-ef5e-4593-bb64-2683d0555f91',NULL,NULL),(2261,1729,'Syphilis counseling','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'7bb9d0ef-dc0e-45ea-8af0-28a4167dbaf3',NULL,NULL),(2262,1730,'ANC, Partner Referred','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'57f4eb08-41da-4fc8-860a-fb73538bb6f9',NULL,NULL),(2263,1730,'Partner referred','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'b63d1c44-b18a-410c-828c-9a6b8376d5f2',NULL,NULL),(2264,1731,'Syphilis tested','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'6609abee-3381-4a9f-9207-5943abd4513a',NULL,NULL),(2265,1731,'ANC, Syphilis Tested','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed66e1d8-f5eb-4713-9f26-e71d1e81e0b0',NULL,NULL),(2266,1732,'Syphilis treated','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'47fd992d-1183-48c4-8e78-10a5d92b271c',NULL,NULL),(2267,1732,'ANC, Syphilis Treated','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4d36b718-0f99-4f07-be9e-7a0616f97cc1',NULL,NULL),(2268,1733,'ART Started','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'2c41147c-9c1a-4aa4-9af4-978e4fd31d94',NULL,NULL),(2269,1733,'ANC, ART Started','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74576ad1-6417-4b08-af0e-6a46861924ff',NULL,NULL),(2270,1734,'ART start date','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'d3d5c797-e636-4831-a64c-71dd7a1b96cc',NULL,NULL),(2271,1734,'ANC, ART Start Date','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c50de3c9-ec59-4236-814f-47f72ddde43c',NULL,NULL),(2272,1735,'ANC, Blood Transfusion Provided','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dd5785b-314f-40ab-b382-4df04fc65381',NULL,NULL),(2273,1735,'Blood transfusion provided','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'a03c4ed7-e71a-4533-ae62-b2a6ae8bc371',NULL,NULL),(2274,1736,'ANC, Blood Transfusion Date','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d541e546-c6a8-43dc-a87f-4ff5415c5644',NULL,NULL),(2275,1736,'Blood transfusion date','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'86df6bdc-e406-4ea5-90ad-2f8587140654',NULL,NULL),(2276,1737,'Blood transfusion quantity','en',0,4,'2015-05-05 14:52:29','SHORT',0,NULL,NULL,NULL,'dad5e57d-3284-40c2-a91c-e7fcc67ae85c',NULL,NULL),(2277,1737,'ANC, Blood Transfusion Quantity','en',1,4,'2015-05-05 14:52:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cd72bdc8-2af8-408b-9359-6185b8f5f9d2',NULL,NULL),(2278,1738,'Positive','en',1,4,'2015-05-05 14:59:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d7a2ac22-b3c5-4340-af53-29c0b67f549f',NULL,NULL),(2279,1739,'Unknown','en',1,4,'2015-05-05 14:59:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7298a3f0-6a29-40be-a67f-3dcd8007cfcf',NULL,NULL),(2280,1740,'HIV Result','en',0,4,'2015-05-05 15:00:12','SHORT',0,NULL,NULL,NULL,'77d9e122-4374-42a3-901b-f76d55534e6d',NULL,NULL),(2281,1740,'ANC, HIV Test Result','en',1,4,'2015-05-05 15:00:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b8a4532-5639-43ea-97fd-72bfa36e6ba1',NULL,NULL),(2282,1741,'Partner HIV status','en',0,4,'2015-05-05 15:00:12','SHORT',0,NULL,NULL,NULL,'6e59a6c1-8f74-4e16-820f-2ba6d146c86b',NULL,NULL),(2283,1741,'ANC, Partner HIV Status','en',1,4,'2015-05-05 15:00:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'57eaa183-2f5d-4088-9049-a762f7cac99f',NULL,NULL),(2284,1742,'Syphilis result','en',0,4,'2015-05-05 15:00:12','SHORT',0,NULL,NULL,NULL,'a955983b-0fe7-45a7-9337-3658addff377',NULL,NULL),(2285,1742,'ANC, Second Result','en',1,4,'2015-05-05 15:00:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1899837a-d274-4301-a970-7e062a5a087f',NULL,NULL),(2286,1743,'ANC, HIV','en',1,4,'2015-05-05 15:00:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8c30906-b1d9-497d-99d0-8a61f88de034',NULL,NULL),(2287,1743,'HIV','en',0,4,'2015-05-05 15:00:27','SHORT',0,NULL,NULL,NULL,'4fac94ca-62d2-4c06-986f-7d73904ad7ea',NULL,NULL),(2288,1744,'Syphilis','en',0,4,'2015-05-05 15:00:27','SHORT',0,NULL,NULL,NULL,'0e28ae89-09b8-4193-87d9-a0586c8bc8b4',NULL,NULL),(2289,1744,'ANC, Syphilis','en',1,4,'2015-05-05 15:00:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88aae0f3-cefd-4e60-ba72-619ce9504d03',NULL,NULL),(2290,1745,'ANC','en',1,4,'2015-05-05 15:00:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'635bbdd2-0df4-4c3b-992e-5af2a581106e',NULL,NULL),(2291,1746,'Date of last Visit','en',0,4,'2015-05-05 15:14:04','SHORT',0,NULL,NULL,NULL,'1be80fa6-e547-40cd-82f4-b534b1653974',NULL,NULL),(2292,1746,'Diabetes, Last Visit Date','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fcdadda6-1baf-4305-87bc-1a10f513aae4',NULL,NULL),(2293,1747,'Diabetes, Previous Followup Location','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e13f407-af47-40b9-b0e0-80c11a57bfb9',NULL,NULL),(2294,1747,'Previous Followup Location','en',0,4,'2015-05-05 15:14:04','SHORT',0,NULL,NULL,NULL,'b90c3d0d-bd7f-4e9c-b05f-81e47d31c8ec',NULL,NULL),(2295,1748,'Diabetes, Last Known A1C Date','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e5f1b23-8cd8-4550-aeae-f860d8814274',NULL,NULL),(2296,1748,'Last known A1C Date','en',0,4,'2015-05-05 15:14:04','SHORT',0,NULL,NULL,NULL,'23858eab-07e7-405a-a8f9-bdb6e9987e5a',NULL,NULL),(2297,1749,'Diabetes, Last known A1C Result','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'76eb939e-14cd-4bd2-aaee-715a4fd5615a',NULL,NULL),(2298,1749,'Last known A1C Result','en',0,4,'2015-05-05 15:14:04',NULL,1,4,'2015-05-05 15:14:04','Voided due to change of name','8366d121-eef3-4fb6-86ee-394f6b78d36a',NULL,NULL),(2299,1750,'Diabetes, Last Known Fasting Blood Sugar','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b8015cc1-cbf5-44c5-8a41-b69049f42ebc',NULL,NULL),(2300,1750,'Last known Fasting Blood Sugar','en',0,4,'2015-05-05 15:14:04','SHORT',0,NULL,NULL,NULL,'86ae5f5c-9e13-42f4-9297-9cbd7fd8c96a',NULL,NULL),(2301,1749,'Last known Fasting Blood Sugar','en',0,4,'2015-05-05 15:14:04',NULL,1,4,'2015-05-05 15:24:29','Voided due to change of name','d6f3885f-b10d-4a18-878e-60f0f67e64f9',NULL,NULL),(2302,1751,'Family History of Diabetes','en',0,4,'2015-05-05 15:14:04','SHORT',0,NULL,NULL,NULL,'c42c899d-b559-4cc1-b808-c45e958d4875',NULL,NULL),(2303,1751,'Diabetes, Family History of Diabetes','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'212e993c-1a7e-4645-a85f-5ddb621c89b8',NULL,NULL),(2304,1752,'Details Of Family History Of Diabetes','en',0,4,'2015-05-05 15:14:04','SHORT',0,NULL,NULL,NULL,'ec7090a5-9f17-4b16-b3f5-6ff133bb437d',NULL,NULL),(2305,1752,'Diabetes, Details Of Family History Of Diabetes','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a288e725-5b9c-4617-88ca-22495c21fae3',NULL,NULL),(2306,1753,'Diabetes, A1C','en',1,4,'2015-05-05 15:14:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ab9e6f4b-d45e-427e-a27a-0e51161bde95',NULL,NULL),(2307,1753,'A1C','en',0,4,'2015-05-05 15:14:04',NULL,1,4,'2015-05-05 15:14:06','Voided due to change of name','d0766a49-9a17-4e97-9876-eda1a46aaa4b',NULL,NULL),(2308,1754,'Diabetes, Fasting Glucose','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6adc576a-d921-47d2-a79d-a4c848f3e78b',NULL,NULL),(2309,1754,'Fasting Glucose','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'64087d3a-dd56-4e7d-8e3e-03e9330e4817',NULL,NULL),(2310,1755,'Lipid Panel','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'8a016501-25a3-4cb7-a1b0-88e8595c8948',NULL,NULL),(2311,1755,'Diabetes, Lipid Panel','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cd90fa64-0920-4769-a2c3-cfc2144e3b00',NULL,NULL),(2312,1756,'Diabetes, Smoking History','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df71ee81-3cf2-4434-9ae0-0a850d720ed2',NULL,NULL),(2313,1756,'Smoking history','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'bb7142e0-d6fa-415a-b685-5ab418501016',NULL,NULL),(2314,1757,'Diabetes, Packs Per Day','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1bffe7f1-367d-4612-a3a3-aa296e765db2',NULL,NULL),(2315,1757,'Packs per day','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'84c4d72d-b9ce-4fb2-b5da-f8b2d1ff168b',NULL,NULL),(2316,1758,'Number of years','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'84a3b651-70a0-4634-9420-cc23646c612d',NULL,NULL),(2317,1758,'Diabetes, Number Of Years','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5720a6dc-eb96-4720-9309-70b6cfa3ac78',NULL,NULL),(2318,1759,'Alcohol abuse','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'2ae61124-1911-4975-910c-473ff6ae69df',NULL,NULL),(2319,1759,'Diabetes, Alcohol Abuse','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db47572f-d897-4586-8d66-70e20766ef7e',NULL,NULL),(2320,1760,'Details of Alcohol abuse','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'62efa5ef-e930-46f6-8b0c-dc37b4964fde',NULL,NULL),(2321,1760,'Diabetes, Details Of Alcohol Abuse','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'93b68436-3832-4590-8128-b480858cb3a0',NULL,NULL),(2322,1761,'Other current home medications','en',0,4,'2015-05-05 15:14:05','SHORT',0,NULL,NULL,NULL,'7c892346-a0bc-41cb-a2d3-4439617fd8ac',NULL,NULL),(2323,1761,'Diabetes, Other Current Home Medications','en',1,4,'2015-05-05 15:14:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2dde1485-acb0-4bc7-9cd0-8142eee6282c',NULL,NULL),(2324,1762,'Diabetes, Systolic','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50e7fc2a-23e4-491a-a2ae-af483c41b368',NULL,NULL),(2325,1762,'Systolic','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'b9dd446b-f2fe-411a-9955-3f98c7500189',NULL,NULL),(2326,1763,'Systolic Abnormal','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'8034e154-e537-4585-b6b4-9d13071915be',NULL,NULL),(2327,1763,'Diabetes, Systolic Abnormal','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5316075a-8fed-495f-9689-9e5028d12443',NULL,NULL),(2328,1764,'Diastolic','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'336d7547-7311-443f-974f-2d88b230061c',NULL,NULL),(2329,1764,'Diabetes, Diastolic','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b0dba6e5-a904-4c7f-aa06-03d628ece282',NULL,NULL),(2330,1765,'Diabetes, Diastolic Abnormal','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'67fba7c7-6385-42c3-961e-bc388c15f808',NULL,NULL),(2331,1765,'Diastolic Abnormal','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'d42d1a51-1217-410a-a40b-faf87904d724',NULL,NULL),(2332,1753,'Last A1C','en',0,4,'2015-05-05 15:14:06',NULL,1,4,'2015-05-05 15:24:29','Voided due to change of name','1d3487a8-addf-4387-89cc-deb5fb84cce1',NULL,NULL),(2333,1766,'Last A1C date','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'1ba8cb35-3613-48e6-81c0-a34b9d82d2e6',NULL,NULL),(2334,1766,'Diabetes, Last A1C Date','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20d46bcd-c1c0-4573-967a-21322459ba93',NULL,NULL),(2335,1767,'Is Patient on enalapril','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'2f3c0a01-4aca-475f-868f-479dd0249b26',NULL,NULL),(2336,1767,'Diabetes, Patient on Enalapril','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'304d061f-f9fa-4b69-9761-7ccb1adc7bce',NULL,NULL),(2337,1768,'Last LDL','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'07837997-c485-43d4-98c4-881800b0cc16',NULL,NULL),(2338,1768,'Diabetes, LDL','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4663071d-523e-440a-8241-f406f146e44b',NULL,NULL),(2339,1769,'Diabetes, Last LDL Date','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f349da9d-ad24-4e67-a58b-4dcd2018225c',NULL,NULL),(2340,1769,'last LDL date','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'15b7d233-910c-4bab-a01f-4e437ca71c54',NULL,NULL),(2341,1770,'Ulcers present on feet','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'0b7b1857-2f6c-4fac-afdd-b2605666fd41',NULL,NULL),(2342,1770,'Diabetes, Ulcers on Feet','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5603f6b8-9a5f-4bd1-a104-4dfa0867a797',NULL,NULL),(2343,1771,'Last eye exam date','en',0,4,'2015-05-05 15:14:06','SHORT',0,NULL,NULL,NULL,'a5e6f8c1-6a93-4fd0-a570-676f29bbc3e8',NULL,NULL),(2344,1771,'Diabetes, Last Eye Exam Date','en',1,4,'2015-05-05 15:14:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'757f496c-45c6-4543-8783-b3da3fdbc78e',NULL,NULL),(2345,1772,'Confirmed Elsewhere','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'142515e0-6564-480b-9a37-33de11a92775',NULL,NULL),(2346,1773,'No Previous Diagnosis','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ede0b9d2-c28e-4ce0-8c1f-e25e93de6583',NULL,NULL),(2347,1774,'Type 1 DM','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c17d21e-0abf-4600-ada1-03d3a7d86d44',NULL,NULL),(2348,1775,'Type 2 DM','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0da58d10-05ce-4d1b-99b6-c6d1f3cb2df5',NULL,NULL),(2349,1776,'Blurred Vision','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f9acb51f-f2c2-46b3-9938-39464bf9b6a2',NULL,NULL),(2350,1777,'Polydypsia','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8077abc1-e10e-4d65-aa19-ccddc1efcdd1',NULL,NULL),(2351,1778,'Obesity','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca195937-c5de-4c29-91e7-b5b31a40ac87',NULL,NULL),(2352,1779,'Coronary DZ','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a31f7438-9b63-4ddb-952a-e15efcf64846',NULL,NULL),(2353,1780,'CKD','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da2056c2-eb83-4411-9fac-fabf3801b8f6',NULL,NULL),(2354,1781,'Heart failure','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2e18f0d-617d-4186-9714-5a7fb0790caf',NULL,NULL),(2355,1782,'Hyperlipidemia','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'062997e1-2d51-4797-8002-e681a9e11483',NULL,NULL),(2356,1783,'Hypertension','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f940bcd-53dc-4fbc-82a5-c16d046cf112',NULL,NULL),(2357,1784,'None / Sedentary','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f43cd56a-366f-4f60-9628-6076e35d4057',NULL,NULL),(2358,1785,'Standing at work','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ba766f8e-c4d5-407b-9236-ee7e15c17cc9',NULL,NULL),(2359,1786,'Labor for work','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f7509aa-b1bf-4af0-8b28-6694f52051ab',NULL,NULL),(2360,1787,'Cardio exercise','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'23c4aee4-6bcb-4198-8f69-d5655b167448',NULL,NULL),(2361,1788,'Insulin 70/30','en',1,4,'2015-05-05 15:24:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1155f755-eb85-4176-8f3c-cac4bf58b4cb',NULL,NULL),(2362,1789,'Diabetes, Diagnosis Confirmed','en',1,4,'2015-05-05 15:24:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5164ab46-41f5-48ff-affe-fcef3a3f24ca',NULL,NULL),(2363,1789,'Diagnosis Confirmed','en',0,4,'2015-05-05 15:24:29','SHORT',0,NULL,NULL,NULL,'9e080f1a-8bcc-492b-ac02-d5d0639dbe48',NULL,NULL),(2364,1790,'Diabetes type','en',0,4,'2015-05-05 15:24:29','SHORT',0,NULL,NULL,NULL,'b74b666a-1b2a-4d53-89f9-3a2615345bb4',NULL,NULL),(2365,1790,'Diabetes, Diabetes Type','en',1,4,'2015-05-05 15:24:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5bc6603-608f-429b-aed2-19b695a9ec4c',NULL,NULL),(2366,1749,'Last known A1C Result','en',0,4,'2015-05-05 15:24:29',NULL,1,4,'2015-05-05 15:24:29','Voided due to change of name','80f32771-ff84-4602-8423-09585d5048c7',NULL,NULL),(2367,1749,'Last known Fasting Blood Sugar','en',0,4,'2015-05-05 15:24:29',NULL,1,4,'2015-05-05 16:50:45','Voided due to change of name','048df109-9098-477f-abab-38338e08063a',NULL,NULL),(2368,1791,'If new patient / suspicion','en',0,4,'2015-05-05 15:24:29','SHORT',0,NULL,NULL,NULL,'71153836-ed85-43d3-9457-797c6bca9537',NULL,NULL),(2369,1791,'Diabetes, Suspicion','en',1,4,'2015-05-05 15:24:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c07c9504-5689-4a61-91d1-a7a1ba3a2f3c',NULL,NULL),(2370,1792,'Cormorbidities','en',0,4,'2015-05-05 15:24:29','SHORT',0,NULL,NULL,NULL,'36556bfc-062d-46fa-b160-be93df8c44d3',NULL,NULL),(2371,1792,'Diabetes, Cormorbidities','en',1,4,'2015-05-05 15:24:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2b6d54d-a440-4725-9eb9-7994c5116291',NULL,NULL),(2372,1753,'A1C','en',0,4,'2015-05-05 15:24:29','SHORT',0,NULL,NULL,NULL,'cd97cc5a-3fd1-452a-9b23-98ec4578e947',NULL,NULL),(2373,1793,'Diabetes, Exercise','en',1,4,'2015-05-05 15:24:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4975a5be-13f0-464b-8d99-b6371778d347',NULL,NULL),(2374,1793,'Exercise','en',0,4,'2015-05-05 15:24:30','SHORT',0,NULL,NULL,NULL,'e65dafff-6bf0-4072-8bd0-1637d8dcaa76',NULL,NULL),(2375,1794,'Diabetes, Current Home Medications','en',1,4,'2015-05-05 15:24:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff7091c6-3072-4a63-9606-4949e7be09b6',NULL,NULL),(2376,1794,'Current home medication','en',0,4,'2015-05-05 15:24:30','SHORT',0,NULL,NULL,NULL,'155bf4ac-8811-4bb3-b556-aee577c8ab7b',NULL,NULL),(2377,1795,'Diagnosis details','en',0,4,'2015-05-05 15:24:48','SHORT',0,NULL,NULL,NULL,'7e716cfc-47ef-4836-916b-2d27a38457c1',NULL,NULL),(2378,1795,'Diabetes, Diagnosis Details','en',1,4,'2015-05-05 15:24:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'521a7d4a-134c-4f8d-8d06-a8b0ab7a0973',NULL,NULL),(2379,1796,'Diabetes, Diagnostic Clues','en',1,4,'2015-05-05 15:24:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'deda178b-d166-42b9-a25b-13eeb9282205',NULL,NULL),(2380,1796,'Diagnostic clues','en',0,4,'2015-05-05 15:24:49','SHORT',0,NULL,NULL,NULL,'a64e039e-5b02-4b2c-b70c-919f23f96b8b',NULL,NULL),(2381,1797,'Past diagnosis','en',0,4,'2015-05-05 15:24:49','SHORT',0,NULL,NULL,NULL,'1d75328b-5cea-4ce1-ad43-147b74d34d87',NULL,NULL),(2382,1797,'Diabetes, Past Diagnosis','en',1,4,'2015-05-05 15:24:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4735be7f-79fe-4073-b16a-434259daae8a',NULL,NULL),(2383,1798,'Diabetes, Exposures','en',1,4,'2015-05-05 15:24:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2946c81d-0c71-4cb0-a416-db4e6f6b1404',NULL,NULL),(2384,1798,'Exposures','en',0,4,'2015-05-05 15:24:49','SHORT',0,NULL,NULL,NULL,'721d9f14-866e-4df7-a481-27ce3c5f2a9c',NULL,NULL),(2385,1799,'Diabetes, Intake','en',1,4,'2015-05-05 15:24:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f29a5f21-6478-4340-a30c-84904bf1418c',NULL,NULL),(2386,1799,'Diabetes – Intake','en',0,4,'2015-05-05 15:24:49','SHORT',0,NULL,NULL,NULL,'77c6d9cc-6e29-4e5a-a0e8-a55dfba7d5ed',NULL,NULL),(2387,1800,'Systolic data','en',0,4,'2015-05-05 15:24:50','SHORT',0,NULL,NULL,NULL,'216b9cb0-370a-40ef-81e9-40ede23cc5bc',NULL,NULL),(2388,1800,'Diabetes, Systolic Data','en',1,4,'2015-05-05 15:24:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8c95e89-cfba-442a-b689-e5cd542f370f',NULL,NULL),(2389,1801,'Diabetes, Diastolic Data','en',1,4,'2015-05-05 15:24:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a4970613-b23b-41ec-8012-902f32ddf4de',NULL,NULL),(2390,1801,'Diastolic data','en',0,4,'2015-05-05 15:24:50','SHORT',0,NULL,NULL,NULL,'ff567b08-d47e-4509-888d-4c889f53e9be',NULL,NULL),(2391,1802,'Blood pressure','en',0,4,'2015-05-05 15:24:50','SHORT',0,NULL,NULL,NULL,'facd97a8-8de7-49fb-8bcd-3b95ac834e9d',NULL,NULL),(2392,1802,'Diabetes, Blood Pressure','en',1,4,'2015-05-05 15:24:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b79f137-364d-4aba-868a-91c9c404b529',NULL,NULL),(2393,1803,'Diabetes – Progress','en',0,4,'2015-05-05 15:24:50','SHORT',0,NULL,NULL,NULL,'8f1fec85-7f1a-41c4-8a6a-fe77abdde538',NULL,NULL),(2394,1803,'Diabetes, Progress','en',1,4,'2015-05-05 15:24:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'26c40767-a761-46c0-ac18-da4094499c88',NULL,NULL),(2395,1804,'Last Visit Date','en',0,4,'2015-05-05 15:28:22','SHORT',0,NULL,NULL,NULL,'9f2878ba-49ad-44f0-8280-e05d0b87d223',NULL,NULL),(2396,1804,'Hypertension, Last Visit Date','en',1,4,'2015-05-05 15:28:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd66419d-dbe1-4072-99bf-670dd5663888',NULL,NULL),(2397,1805,'Previous Followup Location','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'e12b214a-25b3-4cce-af7d-e2e42853387f',NULL,NULL),(2398,1805,'Hypertension, Previous Followup Location','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4450fc7-26d7-43b5-b4f6-dc4122a757fb',NULL,NULL),(2399,1806,'Diagnosis Status','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'5079e3d2-e9c1-4bdd-968b-65a45a2577ed',NULL,NULL),(2400,1806,'Hypertension, Diagnosis Status','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c04bf9b9-f101-4ef7-b134-c27612d6831c',NULL,NULL),(2401,1807,'Date Confirmed','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'bb89887f-00ad-40bb-8c5d-1d19ea65938d',NULL,NULL),(2402,1807,'Hypertension, Date Confirmed','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9b03f7e7-e439-426b-928c-c577f34bb529',NULL,NULL),(2403,1808,'Hypertensive Emergency or Cardiac Hospitalization in 12 Months','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'47d1ca49-9e8a-4539-b641-cb5f20e1c6de',NULL,NULL),(2404,1808,'Hypertension, Hypertensive Emergency 12 Months','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c408fe30-1c35-43b7-bdd0-fc64b68ab8dd',NULL,NULL),(2405,1809,'Hypertension, EKG','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b2d41e2-3320-446f-9e4b-8b56263a25b2',NULL,NULL),(2406,1809,'EKG','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'6a148dec-71c9-4343-b592-df6722329109',NULL,NULL),(2407,1810,'Echocardiogram','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'0b301da3-5650-4bf2-a042-db7babf2b146',NULL,NULL),(2408,1810,'Hypertension, Echocardiogram','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c53df856-1307-44c2-b12c-1a9240794e58',NULL,NULL),(2409,1811,'Hypertension, Lipids','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a313dfc0-fb69-4f42-9e45-1a03061fd323',NULL,NULL),(2410,1811,'Lipids','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'4ae29bfe-2775-4f51-bf9d-f1117f15b74a',NULL,NULL),(2411,1812,'Hypertension, Primary Hypertension','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e996fb85-7efa-495a-b77a-b4cf24c0fe26',NULL,NULL),(2412,1812,'Primary / Essential Hypertension','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'087213cf-9b0a-481d-bea6-8b2490d6679c',NULL,NULL),(2413,1813,'Smoking History','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'05967126-2e68-4475-846c-a8413e54b631',NULL,NULL),(2414,1813,'Hypertension, Smoking History','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6dac34d8-b07f-4349-82f4-8348932627b3',NULL,NULL),(2415,1814,'Hypertension, Smokes Packs Per Day','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb310a5a-d026-4669-9bb3-bf962ccebf3e',NULL,NULL),(2416,1814,'Smokes Packs Per Day','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'c82568bc-6675-43a7-8bd3-77cdc0c428e0',NULL,NULL),(2417,1815,'Number of years since smoking','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'7ee7a9ac-a91f-4c74-b450-8240154673ae',NULL,NULL),(2418,1815,'Hypertension, Number of years since smoking','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'655be191-563b-46b2-87e1-34e3cb6b5454',NULL,NULL),(2419,1816,'Hypertension, Alcohol Abuse','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7bc10173-7ce5-4696-97b5-8fc6258660ff',NULL,NULL),(2420,1816,'Alcohol Abuse','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'3545e2e1-9180-40a9-9f52-5d686f7fe2c8',NULL,NULL),(2421,1817,'Alcohol Abuse Details','en',0,4,'2015-05-05 15:28:23','SHORT',0,NULL,NULL,NULL,'f1bf3249-1b79-4c80-8cc2-2f3cf781dd8f',NULL,NULL),(2422,1817,'Hypertension, Alcohol Abuse Details','en',1,4,'2015-05-05 15:28:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1720abce-7605-4107-a171-bd4c76e22bd9',NULL,NULL),(2423,1818,'Systolic','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'44637f3d-5939-4531-a1c3-32083205e203',NULL,NULL),(2424,1818,'Hypertension, Systolic','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd7fefb4-59ed-4849-b6b7-8312ede772c1',NULL,NULL),(2425,1819,'Systolic Abnormal','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'3676ece6-5a7c-4226-87cd-d12e8ebb82d8',NULL,NULL),(2426,1819,'Hypertension, Systolic Abnormal','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fae3bc10-4afe-4492-b7df-a8db964c5924',NULL,NULL),(2427,1820,'Diastolic','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'06a2d2bf-8887-4a96-81b1-2aa50c7b3099',NULL,NULL),(2428,1820,'Hypertension, Diastolic','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9a3f6b59-ad6e-4367-9888-97a489f2b525',NULL,NULL),(2429,1821,'Hypertension, Diastolic Abnormal','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b6245770-e057-49be-89b5-81f0439c8389',NULL,NULL),(2430,1821,'Diastolic Abnormal','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'a82ed196-c462-4cec-910e-d084fa36e46c',NULL,NULL),(2431,1822,'Last CR','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'092ab888-c961-4ace-a5e0-772c723ae054',NULL,NULL),(2432,1822,'Hypertension, Last Cr','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4460d127-a09b-463f-aaac-9d8a7f9ca136',NULL,NULL),(2433,1823,'Hypertension, Last Cr Date','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b005ef06-88ac-4d18-86cd-1c73f29facf8',NULL,NULL),(2434,1823,'Last CR date','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'721b8caa-7484-4467-a52e-098b826d4b9c',NULL,NULL),(2435,1824,'Last LDL','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'1f3daae6-146c-405c-a19e-1ba6a6faa6dc',NULL,NULL),(2436,1824,'Hypertension, Last LDL','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28a11747-f754-415f-bd32-2c23e24f1b4e',NULL,NULL),(2437,1825,'Hypertension, Last LDL Date','en',1,4,'2015-05-05 15:28:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a6a79d98-54ce-4f3e-92da-e05d6726a7d8',NULL,NULL),(2438,1825,'Last LDL date','en',0,4,'2015-05-05 15:28:24','SHORT',0,NULL,NULL,NULL,'8a5e62d3-9f18-4053-abeb-e2cbda02fc9c',NULL,NULL),(2439,1826,'Congestive Heart Failure','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'031e28e8-b23f-45d2-b436-7bfbc9371f3f',NULL,NULL),(2440,1827,'Myocardiac infarction','en',0,4,'2015-05-05 15:35:48','SHORT',0,NULL,NULL,NULL,'3e3bcb8e-f577-4eb0-a059-41775c03dbac',NULL,NULL),(2441,1827,'Myocardiac Infarction','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2726d8d4-e9ec-47ca-b504-a4dae4f8bd23',NULL,NULL),(2442,1828,'Primary Renal Disease','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46c49fb4-e8f8-4bc9-9f7a-bb870a06b388',NULL,NULL),(2443,1829,'Obstructive Sleep Apnea','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac399537-2e2c-4c26-89b2-8e9417e6a22a',NULL,NULL),(2444,1830,'OCP','en',0,4,'2015-05-05 15:35:48','SHORT',0,NULL,NULL,NULL,'879511e1-8765-47a9-991a-ee2606bd5443',NULL,NULL),(2445,1830,'Oral Contraceptives','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9fbb0da-f7a3-4a0c-80bc-34783bcc3f14',NULL,NULL),(2446,1831,'Drug Induced','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'956db5e2-a9c2-49fe-9e81-92e85b8672e9',NULL,NULL),(2447,1832,'Pain Due To Other Illness','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f71b1fff-ebec-450d-a816-c6a8d4bafc8a',NULL,NULL),(2448,1833,'Endocrine Hypothyroidism','en',1,4,'2015-05-05 15:35:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c5b96bf2-8473-4648-af79-f0a66887878f',NULL,NULL),(2449,1834,'Hyperthyroidism','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'99edfc4f-0da2-447f-bb50-a8eeb31565d9',NULL,NULL),(2450,1835,'Hyperparathyroidism','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d0f63cf-417f-4577-8792-233daec111b8',NULL,NULL),(2451,1836,'Coarctation Of Aorta','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a3d57bde-cd65-4c40-9742-96bd1015737c',NULL,NULL),(2452,1837,'Renovascular Disease','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d9160468-2c78-4381-9ede-8f847c46973f',NULL,NULL),(2453,1838,'HCTZ','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6fb0864c-5f8b-460f-abbe-3a4aa589bcbb',NULL,NULL),(2454,1839,'Ace Inhibitor','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f74561ef-f305-4e9b-bbe9-b2e8e00b5e1f',NULL,NULL),(2455,1840,'Beta Blocker','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a63f59ca-2141-4548-bed9-cd7c9f7ab6fd',NULL,NULL),(2456,1841,'Nitroglycerin','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44de65df-f2ef-46b8-be89-c718d757ffea',NULL,NULL),(2457,1842,'Calcium CH Blocker','en',1,4,'2015-05-05 15:35:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90f9bc5f-2410-480f-baec-4822a8f2a00c',NULL,NULL),(2458,1843,'Secondary Hypertension','en',0,4,'2015-05-05 15:36:11','SHORT',0,NULL,NULL,NULL,'83c8afb3-88e3-41b5-b34c-f4305b0981a1',NULL,NULL),(2459,1843,'Hypertension, Secondary Hypertension','en',1,4,'2015-05-05 15:36:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'93b7cc72-2254-47cb-ada7-2652f6908ee8',NULL,NULL),(2460,1844,'Current Home Medications','en',0,4,'2015-05-05 15:36:12','SHORT',0,NULL,NULL,NULL,'c7023e1c-cbe5-495d-80f9-84ab538a4b60',NULL,NULL),(2461,1844,'Hypertension, Current Home Medications','en',1,4,'2015-05-05 15:36:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0abc85e4-34b9-4c89-a967-87b0e8fcff0d',NULL,NULL),(2462,1845,'Hypertensive Emergency or Cardiac Hospitalization For','en',0,4,'2015-05-05 15:38:52','SHORT',0,NULL,NULL,NULL,'2bebf12a-b6a8-43e0-ad16-cf848a41e92a',NULL,NULL),(2463,1845,'Hypertension, Hypertensive Emergency Cause','en',1,4,'2015-05-05 15:38:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ebbf3a5-9d19-47dd-977d-97590b4c5eae',NULL,NULL),(2464,1846,'Hypertension, Diagnosis Details','en',1,4,'2015-05-05 15:39:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aed435e9-26d0-47ba-b664-4c241d2d9243',NULL,NULL),(2465,1846,'Diagnosis Details','en',0,4,'2015-05-05 15:39:09','SHORT',0,NULL,NULL,NULL,'3104cf27-f703-45c3-aef5-ee9dd0f3c431',NULL,NULL),(2466,1847,'Hypertension, Hypertensive Emergency','en',1,4,'2015-05-05 15:39:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'296e7fd3-f72b-4bad-bd29-a21c052a17ef',NULL,NULL),(2467,1847,'Hypertensive Emergency','en',0,4,'2015-05-05 15:39:09','SHORT',0,NULL,NULL,NULL,'1a53d33f-0f4c-4956-8c39-7790a5600abd',NULL,NULL),(2468,1848,'Hypertension, Past Diagnostics','en',1,4,'2015-05-05 15:39:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c410474b-db80-41c5-bd8e-65ba2628b39f',NULL,NULL),(2469,1848,'Past Diagnostics','en',0,4,'2015-05-05 15:39:09','SHORT',0,NULL,NULL,NULL,'d96258e0-f28c-4db3-89f0-364748d56f8b',NULL,NULL),(2470,1849,'Hypertension, Etiology','en',1,4,'2015-05-05 15:39:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a9713b5a-a243-4330-bf22-8f020b88a553',NULL,NULL),(2471,1849,'Etiology','en',0,4,'2015-05-05 15:39:09','SHORT',0,NULL,NULL,NULL,'2327a1b4-82d1-45ba-90e6-fcda9e9b733f',NULL,NULL),(2472,1850,'Exposures','en',0,4,'2015-05-05 15:39:09','SHORT',0,NULL,NULL,NULL,'fa480faf-eb8d-44ff-a8e9-a0f5557e947e',NULL,NULL),(2473,1850,'Hypertension, Exposures','en',1,4,'2015-05-05 15:39:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4325ff83-1100-451b-ab55-4b481e63190d',NULL,NULL),(2474,1851,'Hypertension – Intake','en',0,4,'2015-05-05 15:39:09','SHORT',0,NULL,NULL,NULL,'b0883b59-cc96-4b90-b2e5-99c81807f416',NULL,NULL),(2475,1851,'Hypertension, Intake','en',1,4,'2015-05-05 15:39:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'be20b9d0-daea-4bd6-8bc7-14c3948d039a',NULL,NULL),(2476,1852,'Hypertension, Systolic data','en',1,4,'2015-05-05 15:39:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c4da02a-02f5-4b21-994c-82451a00c2e6',NULL,NULL),(2477,1852,'Systolic data','en',0,4,'2015-05-05 15:39:10','SHORT',0,NULL,NULL,NULL,'e1b184db-a809-48fe-9774-08ab6c2b4485',NULL,NULL),(2478,1853,'Diastolic data','en',0,4,'2015-05-05 15:39:10','SHORT',0,NULL,NULL,NULL,'be797c20-e173-42c8-9208-c78244f2cf87',NULL,NULL),(2479,1853,'Hypertension, Diastolic Data','en',1,4,'2015-05-05 15:39:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0fcbe7e4-8e1e-4900-877d-1645cbf6614a',NULL,NULL),(2480,1854,'Hypertension, Blood Pressure','en',1,4,'2015-05-05 15:39:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1a0f20ab-03b0-4e73-bd14-f04da0e26ee0',NULL,NULL),(2481,1854,'Blood pressure','en',0,4,'2015-05-05 15:39:10','SHORT',0,NULL,NULL,NULL,'3a94f67a-6006-44e3-b551-b9a53e978885',NULL,NULL),(2482,1855,'What was BP at last visit','en',0,4,'2015-05-05 15:39:10','SHORT',0,NULL,NULL,NULL,'08377b02-1760-4f74-a820-edb6b4a36311',NULL,NULL),(2483,1855,'Hypertension, What was BP at last visit','en',1,4,'2015-05-05 15:39:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4aa0a85c-5d93-499e-8483-cf4b6d5eb1cb',NULL,NULL),(2484,1856,'Hypertension, Progress','en',1,4,'2015-05-05 15:39:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'09de4324-200a-4fee-9bde-b322110e069e',NULL,NULL),(2485,1856,'Hypertension – Progress','en',0,4,'2015-05-05 15:39:10','SHORT',0,NULL,NULL,NULL,'3adbfec9-d091-4936-ae51-bbe1bcc391b8',NULL,NULL),(2486,1749,'Diabetes, Last known A1C Result','en',0,4,'2015-05-05 16:50:45',NULL,1,4,'2015-05-05 16:51:08','Voided due to change of name','54fe2cc7-4c61-45e0-94bd-c159c15fa93a',NULL,NULL),(2487,1749,'Last known A1C Result','en',0,4,'2015-05-05 16:51:08','SHORT',0,NULL,NULL,NULL,'bea726cf-735b-4d09-a50a-898e484de211',NULL,NULL),(2488,1857,'Plan for follow up','en',0,1,'2015-05-14 10:52:05','SHORT',0,NULL,NULL,NULL,'b7844fca-8f4a-491b-92af-5fb38fbaba11',NULL,NULL),(2489,1857,'Discharge Summary, Plan for follow up','en',1,1,'2015-05-14 10:52:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a18421d7-10cf-4bda-bdad-c1d40638279c',NULL,NULL),(2490,1858,'All Orderables','en',0,1,'2015-05-19 11:18:40','SHORT',0,NULL,NULL,NULL,'b3daf12c-fdea-11e4-b248-005056820298',NULL,NULL),(2491,1858,'All Orderables','en',1,1,'2015-05-19 11:18:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b3daf9ac-fdea-11e4-b248-005056820298',NULL,NULL),(2492,3,'Laboratory','en',0,1,'2015-05-19 11:18:40','SHORT',0,NULL,NULL,NULL,'b3e0b2a3-fdea-11e4-b248-005056820298',NULL,NULL),(2497,979,'Smoking History','en',0,1,'2015-05-21 11:13:42','SHORT',0,NULL,NULL,NULL,'67533a40-a180-41a4-8e7d-6a4856095c5a',NULL,NULL),(2498,313,'Cephalic','en',0,1,'2015-05-21 11:56:40','SHORT',0,NULL,NULL,NULL,'57626fe7-a25e-404f-8c5e-427b407f97aa',NULL,NULL),(2499,314,'Breech','en',0,1,'2015-05-21 11:56:53','SHORT',0,NULL,NULL,NULL,'0ab2ccd3-40e9-43ef-99c2-b6b745a49135',NULL,NULL),(2500,317,'Present','en',0,1,'2015-05-21 11:57:21','SHORT',0,NULL,NULL,NULL,'1884116b-8846-4fb0-967e-f3203dfee7e7',NULL,NULL),(2501,318,'Absent','en',0,1,'2015-05-21 11:57:39','SHORT',0,NULL,NULL,NULL,'9057154d-8696-4987-ac5e-8d611d4a0cd2',NULL,NULL),(2502,324,'Normal','en',0,1,'2015-05-21 11:59:00','SHORT',0,NULL,NULL,NULL,'dc2c3a1c-a64d-4282-860c-0d5ee107e607',NULL,NULL),(2503,325,'Erosion','en',0,1,'2015-05-21 11:59:11','SHORT',0,NULL,NULL,NULL,'e6a1e7f8-cc88-4f88-8da8-606dd5c4f74b',NULL,NULL),(2504,328,'VIA +ve','en',0,1,'2015-05-21 11:59:33','SHORT',0,NULL,NULL,NULL,'1630facb-7166-4642-b2e4-418630134673',NULL,NULL),(2505,967,'Tablet','en',1,1,'2015-05-22 14:48:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56547331-99b1-4abd-950a-cfb780fcd60b',NULL,NULL),(2506,1862,'Parents name','en',0,1,'2015-05-26 11:45:58','SHORT',0,NULL,NULL,NULL,'a7836a83-255d-4310-b57d-ed1de57ec5c0',NULL,NULL),(2507,1862,'Malaria, Parents Name','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8048094-9e94-4f04-9fb1-e79f2d60a438',NULL,NULL),(2508,1863,'Contact number','en',0,1,'2015-05-26 11:45:58','SHORT',0,NULL,NULL,NULL,'758d29e5-8db1-41ec-84fb-3e9ebb17732d',NULL,NULL),(2509,1863,'Malaria, Contact number','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'448e0e38-5ca3-451f-a8bb-20e4f086ac3f',NULL,NULL),(2510,1864,'High Risk','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'53a1246a-0fb1-414c-afae-247197b09b27',NULL,NULL),(2511,1865,'Medium Risk','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2dd53fb-c347-473a-8028-442c8604ef10',NULL,NULL),(2512,1866,'Low Risk','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a6c4ac49-a72a-4e7e-981d-dd95885811b0',NULL,NULL),(2513,1867,'Receptivity','en',0,1,'2015-05-26 11:45:58','SHORT',0,NULL,NULL,NULL,'5153e786-6d08-428b-b463-ab2eeb595e09',NULL,NULL),(2514,1867,'Malaria, Receptivity','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8efa928c-75fc-4848-9a1a-ad278cd39e9e',NULL,NULL),(2515,1868,'ACD - Active Case Detection','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'749393ff-5db7-4297-8d8e-7e8c4431ec13',NULL,NULL),(2516,1869,'PCD - Passive Case Detection','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c43d04d2-82e5-4628-bc07-615630f0640a',NULL,NULL),(2517,1870,'Malaria, Source','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6a45e1ac-d688-43ec-9710-c2a34b5c43a6',NULL,NULL),(2518,1870,'Source','en',0,1,'2015-05-26 11:45:58','SHORT',0,NULL,NULL,NULL,'3d2f9267-0543-494a-a835-6b7ed16ac5e0',NULL,NULL),(2519,1871,'Malaria, Pregnant','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5eb58980-a83d-49db-89ae-a00eda87be42',NULL,NULL),(2520,1871,'Pregnant','en',0,1,'2015-05-26 11:45:58','SHORT',0,NULL,NULL,NULL,'8ebb2890-9673-4ffa-b7bd-20318826669a',NULL,NULL),(2521,1872,'Plasmodium Mixed','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2145c78-ddad-44cb-9fde-d859a9859be3',NULL,NULL),(2522,1873,'Indigenous','en',1,1,'2015-05-26 11:45:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'468b96c7-2cee-42f9-8eb6-177dfb56cf12',NULL,NULL),(2523,1874,'Imported','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2aa505e7-a712-45ab-b3e3-cfbc9a467d1f',NULL,NULL),(2524,1875,'Malaria, Classification','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08168696-cccc-468d-9d9f-9484a5d53442',NULL,NULL),(2525,1875,'Classification','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'ea33754b-24ef-4306-9ad4-f8376c35e00c',NULL,NULL),(2526,1876,'Suspected / Probable','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edfa4a03-5db8-4c9a-ac7a-cf2c48823d3b',NULL,NULL),(2527,1877,'Confirmed Uncomplicated','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8ee3a09-d1c7-41a5-a02e-e68d9e7bde5c',NULL,NULL),(2528,1878,'Probable Severe','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ce0c8ead-06d1-4f33-88c6-0556986aed49',NULL,NULL),(2529,1879,'Confirmed Severe','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1343a9d0-99ca-4c84-8889-9f823c1b2c71',NULL,NULL),(2530,1880,'Finding','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'f0668e7c-7613-402f-84bc-7f4bc28c4e2b',NULL,NULL),(2531,1880,'Malaria, Finding','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3db6a38-53e7-4a23-89e5-d48a5969eeae',NULL,NULL),(2532,1881,'Malaria, Treatment Start Date','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'59b51144-2479-4adb-b450-eee7ab4d6687',NULL,NULL),(2533,1881,'Treatment start date','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'48e20826-4bc6-48ee-96fc-e3f5e75901d5',NULL,NULL),(2534,1882,'Drug regimen','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'1cdd7412-4df5-4161-997b-34639af13efd',NULL,NULL),(2535,1882,'Malaria, Drug regimen','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6a809361-86d1-4fcf-869d-c947c42e1f5d',NULL,NULL),(2536,1883,'Malaria, Malaria PF Patients Follow Up Test Ordered','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ed30194-38e5-4932-8364-bdea2b26862e',NULL,NULL),(2537,1883,'Malaria PF Patients Follow Up Test Ordered','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'7d09d853-c627-4893-ae86-17d3a9c94709',NULL,NULL),(2538,1884,'Malaria, Death Date','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee374243-2288-49dd-aad9-3831a3b529c2',NULL,NULL),(2539,1884,'Death Date','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'587f08b4-6396-4b8f-9915-de8de7761878',NULL,NULL),(2540,1885,'Malaria, Remarks','en',1,1,'2015-05-26 11:45:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3d447ad-6c2a-4dee-b1bc-e26e42e07d1f',NULL,NULL),(2541,1885,'Remarks','en',0,1,'2015-05-26 11:45:59','SHORT',0,NULL,NULL,NULL,'e080671e-185f-4900-83e4-3c936328850e',NULL,NULL),(2542,1886,'Plasmodium Vivax','en',1,1,'2015-05-26 11:51:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1581e665-f16e-41b4-b015-41d26f8ede23',NULL,NULL),(2543,1887,'Plasmodium Falciparum','en',1,1,'2015-05-26 11:51:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56b4f3f9-6542-49d1-8543-c3493ebcba26',NULL,NULL),(2544,1888,'Malaria, Malaria Type','en',1,1,'2015-05-26 11:51:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9cbbef8e-0723-46c0-8c14-3f363edb6efc',NULL,NULL),(2545,1888,'Malaria type','en',0,1,'2015-05-26 11:51:45','SHORT',0,NULL,NULL,NULL,'8479413c-3d0c-4c21-bf14-31ab4fabcfa1',NULL,NULL),(2546,1889,'Malaria','en',1,1,'2015-05-26 11:51:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68ebbebe-1abe-4d4d-b186-4684b0b00c58',NULL,NULL),(2547,1890,'Pronounced Death date and time','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'13198efe-33df-48b8-bfc6-9a9bce9a038d',NULL,NULL),(2548,1890,'Death Note, Pronounced Death Date and Time','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'389bbd4c-0e14-485d-bdc3-fbfd25ab8b48',NULL,NULL),(2549,1891,'Death Note, Provider Name','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4fa5f781-d023-4a96-9747-403eace30817',NULL,NULL),(2550,1891,'Provider name who pronounced death','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'6f41d6eb-f989-4e24-be13-1a983c650f77',NULL,NULL),(2551,1892,'Brought dead ?','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'d12ec558-8faf-4b6e-b3f3-dddbe912d75a',NULL,NULL),(2552,1892,'Death Note, Brought dead','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d93bb5d8-1bed-4108-a7cf-439b7790cb40',NULL,NULL),(2553,1893,'Unexpected','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5260d6cf-2705-458a-ba85-c53a185b7188',NULL,NULL),(2554,1894,'Expected','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c06b7136-00f2-46d2-85c3-5aaa6bc22826',NULL,NULL),(2555,1895,'Death Note, Expected / Unexpected','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6fa01647-d7f2-41fa-9d20-e2362a7935d5',NULL,NULL),(2556,1895,'Expected / Unexpected','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'2a7925b1-ea18-44f2-88f2-f2784d65fb9c',NULL,NULL),(2557,1896,'Death Note, Postmortem done','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'009b6b0c-1093-4396-b12a-7bb1329cb1e2',NULL,NULL),(2558,1896,'Postmortem done ?','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'8a699e55-87f4-46be-b3e9-66d67eeefc4d',NULL,NULL),(2559,1897,'Primary Cause of Death','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'bb8a671a-22f7-43d1-b981-c11ca68cc01d',NULL,NULL),(2560,1897,'Death Note, Primary Cause of Death','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0bff3185-113d-407c-a96a-2fb3ab821157',NULL,NULL),(2561,1898,'Death Note, Secondary Cause of Death','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7fbf73ed-72bb-4eec-96db-738e0a05ff2e',NULL,NULL),(2562,1898,'Secondary Cause of Death','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'2c72e819-c605-4124-90b1-ed8df718096d',NULL,NULL),(2563,1899,'Tertiary Cause of Death','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'f4999e5b-141c-4326-a4a1-274ff9ab7bf4',NULL,NULL),(2564,1899,'Death Note, Tertiary Cause of Death','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'824c581d-3898-465d-bc13-62ba41f1af2b',NULL,NULL),(2565,1900,'Death Note, Other Co-morbidities','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2b08fb0f-6f87-4066-9994-773d7b77d478',NULL,NULL),(2566,1900,'Other co-morbidities','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'bc6be44a-17a2-4c27-a5f4-59dde94f9971',NULL,NULL),(2567,1901,'Antepartum','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'16dadda2-d1e6-469e-93b7-2f5b6e0203c5',NULL,NULL),(2568,1902,'Intrapartum','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4190bdd6-4d45-47ed-9a41-3b9210a23367',NULL,NULL),(2569,1903,'Postpartum','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9f7d7cb-1cb8-41b6-964e-0fee0ce8b808',NULL,NULL),(2570,1904,'If this is a case of Maternal Death, Death occurred at','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'190d01b9-6a35-4d73-89c9-f9fae44804f1',NULL,NULL),(2571,1904,'Death Note, Maternal Death','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'38193092-bb52-4271-b029-50e85038d68d',NULL,NULL),(2572,1905,'Death occured post operative','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'f96357b4-8ef9-4c4a-a0d4-392e8a70bbcc',NULL,NULL),(2573,1905,'Death Note, Death occured post operative','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d26f628-fa87-4feb-a66a-56f0e78707a2',NULL,NULL),(2574,1906,'Did patient have surgery while hospitalized','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'51a03329-b72c-46ca-975d-a123274ab7c2',NULL,NULL),(2575,1906,'Death Note, Surgery While Hospitalized','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c498f4a0-adb2-4a68-9cf9-96282982b16f',NULL,NULL),(2576,1907,'Brief account of hospital course','en',0,1,'2015-05-26 12:11:35','SHORT',0,NULL,NULL,NULL,'0cc48810-6efb-450e-abb2-a6e759a385da',NULL,NULL),(2577,1907,'Death Note, Hospital Course','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'939028ab-8b89-4097-8509-454e22454976',NULL,NULL),(2578,1908,'Police Case','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f908c4f4-6654-435c-9259-0eff2f0b1207',NULL,NULL),(2579,1909,'Medico Legal','en',1,1,'2015-05-26 12:11:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac2fa53a-67b9-4e2a-8445-adb70f6ae605',NULL,NULL),(2580,1910,'Death Note, Medico Legal / Police Case','en',1,1,'2015-05-26 12:11:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3791be54-3710-442e-9e95-1f147fda1d3d',NULL,NULL),(2581,1910,'Medico Legal / Police case','en',0,1,'2015-05-26 12:11:36','SHORT',0,NULL,NULL,NULL,'5000b855-b118-4f1b-b884-4557b103e7f5',NULL,NULL),(2582,1911,'Family / Next-of-kin aware of death','en',0,1,'2015-05-26 12:11:36','SHORT',0,NULL,NULL,NULL,'71bb0d63-1377-4704-830a-908075d62c87',NULL,NULL),(2583,1911,'Death Note, Family Aware of Death','en',1,1,'2015-05-26 12:11:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5db9b01-fbed-4fef-b6a0-1446e616f86d',NULL,NULL),(2584,1912,'Death Note, MDGP Notified at','en',1,1,'2015-05-26 12:11:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd3462dc-b97c-41c7-8e50-a5f4a5a856f3',NULL,NULL),(2585,1912,'MDGP notified at','en',0,1,'2015-05-26 12:11:36','SHORT',0,NULL,NULL,NULL,'2580b83a-68f6-4b23-9fa2-9ed82befe304',NULL,NULL),(2586,1913,'Death Note','en',1,1,'2015-05-26 12:11:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e500736d-1c8d-4390-90a9-7ba14b44dc01',NULL,NULL),(2587,1914,'Delivery Note, Delivery date and time','en',1,1,'2015-05-26 12:13:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e81b9488-c4f3-459c-9fda-0257e7079d55',NULL,NULL),(2588,1914,'Delivery date and time','en',0,1,'2015-05-26 12:13:09','SHORT',0,NULL,NULL,NULL,'7f488500-b974-43f2-9a48-66ffa701819a',NULL,NULL),(2589,1915,'Delivery Note, This Facility','en',1,1,'2015-05-26 12:13:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97287180-e840-490f-b80b-54ff22f86f39',NULL,NULL),(2590,1915,'This Facility','en',0,1,'2015-05-26 12:13:09','SHORT',0,NULL,NULL,NULL,'faec39bd-4430-4865-8690-8ae752e37c67',NULL,NULL),(2591,1916,'Other Facility','en',0,1,'2015-05-26 12:13:09','SHORT',0,NULL,NULL,NULL,'79c39d00-fdab-4431-8178-681d05afee90',NULL,NULL),(2592,1916,'Delivery Note, Other Facility','en',1,1,'2015-05-26 12:13:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bad2d9d0-4ab6-4505-a7bd-e0faba2f617b',NULL,NULL),(2593,1917,'Delivery location','en',0,1,'2015-05-26 12:13:09','SHORT',0,NULL,NULL,NULL,'f6bf2629-8101-4c96-9efe-f8ec8b0a8802',NULL,NULL),(2594,1917,'Delivery Note, Delivery location','en',1,1,'2015-05-26 12:13:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55fc60c0-c34c-4587-8f17-0dcb69566f7d',NULL,NULL),(2595,1918,'SBA','en',0,1,'2015-05-26 12:13:09','SHORT',0,NULL,NULL,NULL,'00f725ad-6577-4405-872f-39de281f65ef',NULL,NULL),(2596,1918,'Skilled Birth Attendant','en',1,1,'2015-05-26 12:13:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3b3f551e-15a0-4eab-a19c-e922312d8567',NULL,NULL),(2597,1919,'Non SBA','en',0,1,'2015-05-26 12:13:09','SHORT',0,NULL,NULL,NULL,'25b887a4-5eae-428b-9e54-163766c66c35',NULL,NULL),(2598,1919,'Non SBA Health worker','en',1,1,'2015-05-26 12:13:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c82e67da-9d3f-41a3-89e3-a9a105efb3d4',NULL,NULL),(2599,1920,'Delivery service done by','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'0e3c3ed0-2312-4101-8485-a6b740588a68',NULL,NULL),(2600,1920,'Delivery Note, Delivery service done by','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3816a308-51cb-4e45-906d-06686c51422f',NULL,NULL),(2601,1921,'Delivery Note, Main Attendant Name','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d5fb78d-c023-4a58-a8d1-c23b50acbd06',NULL,NULL),(2602,1921,'Main Attendant\'s Name','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'f2331a88-270f-44c6-bf85-cdf5059f2686',NULL,NULL),(2603,1922,'Delivery Note, Patient Condition at the time of admission','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'449b2fa2-b3da-412d-8e73-e5c59ae5ad1e',NULL,NULL),(2604,1922,'Patient Condition at the time of admission','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'efc83b75-976e-48b5-a095-30fe09dfaf8d',NULL,NULL),(2605,1923,'Delivery Note, Gestation period','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ad46d4b-38ee-4809-9b3a-e6cee301bbe1',NULL,NULL),(2606,1923,'Gestation period','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'a27e322b-d558-40c1-88a7-198b1bb87c1f',NULL,NULL),(2607,1924,'Gestation Period Abnormal','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'52d05001-418a-468b-9191-17c504fcb7dd',NULL,NULL),(2608,1925,'Spontaneous Vaginal Delivery','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f59d614-4c77-410c-84d1-9f52fa1c94c6',NULL,NULL),(2609,1926,'Forceps or Vaccum Extractor Delivery','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'98613a4f-7a55-4197-9684-8c821ba5a334',NULL,NULL),(2610,1927,'Caesarean Section','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bbaeef8e-132f-49ba-b682-32640fabf76c',NULL,NULL),(2611,1928,'Delivery Note, Method of Delivery','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8d237ab5-b396-4c18-a1ef-516c69312eac',NULL,NULL),(2612,1928,'Delivery method','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'e64f10e2-a5cd-4423-a35c-8c270c944665',NULL,NULL),(2613,1929,'Single - livebirth','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'72c7f021-621a-4465-bd08-2ef6c4fff6b4',NULL,NULL),(2614,1930,'Single - stillbirth','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4339920a-fea7-41a6-9011-9983d70ded8c',NULL,NULL),(2615,1931,'Twins - both liveborn','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e60ac44-b28d-491e-a437-efe1da7847e9',NULL,NULL),(2616,1932,'Twins - both stillborn','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c120c736-dc8e-4468-9732-2dcd0ca7a3cf',NULL,NULL),(2617,1933,'Twins - one liveborn and one stillborn','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'413487aa-fbb2-44bf-9f57-f7137683203d',NULL,NULL),(2618,1934,'Other multiple births - all liveborn','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e91ae2a0-6258-4d2f-9bb8-ab25696016ee',NULL,NULL),(2619,1935,'Other multiple births - some liveborn','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f17c3e40-3bc8-4f93-9b3b-0df24304ec92',NULL,NULL),(2620,1936,'Other multiple births - all stillborn','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa40a2b2-0cdc-45b5-9d15-f43691caa529',NULL,NULL),(2621,1937,'Delivery Note, Outcome of Delivery','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1b5db5fe-4f1c-411c-91bc-11c5714af520',NULL,NULL),(2622,1937,'Delivery outcome','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'ccdf26bc-ad90-4b91-83cc-f4ac0eba073e',NULL,NULL),(2623,1938,'Cephalic','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'d0395324-081d-4690-9ee8-810bbf988f23',NULL,NULL),(2624,1938,'Cephalic Presentation','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4c6bae8c-8841-46ad-9cd8-27cd7f9d1717',NULL,NULL),(2625,1939,'Shoulder Presentation','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ba342634-78f3-4539-bddf-0d5e73501651',NULL,NULL),(2626,1939,'Shoulder','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'c8961970-423f-4a9c-8557-f7e3e72081c3',NULL,NULL),(2627,1940,'Breech','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'6aaf4801-7abb-448f-9366-d17c45ba146f',NULL,NULL),(2628,1940,'Breech Presentation','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3f56b7bb-52b8-4179-8d11-1bfe320667af',NULL,NULL),(2629,1941,'Delivery Note, Fetal Presentation','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8b7cc94-6a22-4e44-b593-8d4e85fd5a21',NULL,NULL),(2630,1941,'Presentation','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'38db69c1-ed91-42ff-b239-d6ccb580c0a6',NULL,NULL),(2631,1942,'Meconium Stained Liquor','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'067a61b2-3c72-44c9-9b77-257a99790f18',NULL,NULL),(2632,1942,'Delivery Note, Meconium Stained Liquor','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'702367e7-9693-4eeb-b01c-b185936bfaf3',NULL,NULL),(2633,1943,'Maternal Effort','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8cddde4-ab79-4940-92c0-cfac4be6d057',NULL,NULL),(2634,1944,'Fundal pressure','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'b9b00095-a1d6-4732-bed1-1bb5d0b82ef7',NULL,NULL),(2635,1944,'Exercise','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4025dbc1-e367-4f25-9304-9f67ea961cc4',NULL,NULL),(2636,1945,'Manual removal','en',0,1,'2015-05-26 12:13:10','SHORT',0,NULL,NULL,NULL,'204db348-a00b-472d-a7c2-b8053ea3fe2e',NULL,NULL),(2637,1945,'Manual Removal','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea8f250a-d32a-4c86-b1fc-f43385c7c300',NULL,NULL),(2638,1946,'Controlled Cord Traction','en',1,1,'2015-05-26 12:13:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2085b8de-b6b6-4499-b8e8-4e60b799be27',NULL,NULL),(2639,1947,'Delivery Note, Method of delivery of placenta','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'941edb81-e7f3-4146-b74a-b31a00ce717e',NULL,NULL),(2640,1947,'Method of delivery of placenta','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'690cde52-4ef8-478e-9f66-387aab1ef45b',NULL,NULL),(2641,1948,'Incomplete','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ad6b9896-e110-40f1-82dc-95f133c435c2',NULL,NULL),(2642,1949,'Doubtful','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b0f874b0-d19e-46fc-b084-69870df7eee6',NULL,NULL),(2643,1950,'Placenta delivery status','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'36eb0fa4-8b72-4fef-91bd-222db635a9b5',NULL,NULL),(2644,1950,'Delivery Note, Placenta delivery status','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7de28776-ee39-4d00-b448-4ef122f95f64',NULL,NULL),(2645,1951,'Ragged','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7bd2a3e7-1efb-4517-bb25-2e5cacc0604b',NULL,NULL),(2646,1952,'Retained','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55cfd1d7-8b97-42a3-a6ed-c82d7fefb1b9',NULL,NULL),(2647,1953,'Membrane condition','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'9e780edc-2a43-4436-b87c-3703a9c59527',NULL,NULL),(2648,1953,'Delivery Note, Membrane condition','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'07feae12-8d2f-4ea8-bdff-781a72c7df23',NULL,NULL),(2649,1954,'Intact','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ad101a2-8eda-4c70-8ebf-0b1bb827b4e3',NULL,NULL),(2650,1955,'Episiotomy','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'d5152bf6-aefe-4a01-a887-ee7117ceed09',NULL,NULL),(2651,1955,'Episiotomy on mother','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78010e25-7c6a-4441-a23d-1f87997e6bb8',NULL,NULL),(2652,1956,'1st Degree Laceration','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'ea188419-d806-4a04-aa0b-f68ed3197e5b',NULL,NULL),(2653,1956,'First Degree Perineal Laceration, with Delivery','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7b3f469b-6cae-4d82-a48a-0e5b9aa0ce4a',NULL,NULL),(2654,1957,'2nd Degree Laceration','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'77246c84-daa6-42ac-b00d-3e1028dc2e44',NULL,NULL),(2655,1957,'Second Degree Perineal Laceration, with Delivery','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb07edb3-21c2-4024-89ab-8e0b4144466d',NULL,NULL),(2656,1958,'Third Degree Perineal Laceration, with Delivery','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7fccf69-27d1-4983-8997-768807362a31',NULL,NULL),(2657,1958,'3rd Degree Laceration','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'d2302033-9961-41bd-9e3d-57cff8e4c506',NULL,NULL),(2658,1959,'Perineum condition','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'84680005-ab38-4fff-a6c9-4c6c42ee7cfa',NULL,NULL),(2659,1959,'Delivery Note, Perineum condition','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edc14b8a-604f-4aeb-a52a-d8a8ac51dbd9',NULL,NULL),(2660,1960,'Delivery Note, Suturing','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0cbacb8-67e7-4b88-adb6-7c156d867ebb',NULL,NULL),(2661,1960,'Suturing','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'63658525-8142-4e5e-9c80-94b852076cae',NULL,NULL),(2662,1961,'Total blood loss','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'22172ca8-b2c0-4094-aa7d-8537a24043bb',NULL,NULL),(2663,1961,'Delivery Note, Total blood loss','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c718f14-1dc7-4101-bdf0-830ca34dbf4f',NULL,NULL),(2664,1962,'Post delivery drugs','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'9bc1d230-d054-40d2-89bf-a55c6893daeb',NULL,NULL),(2665,1962,'Delivery Note, Post delivery drugs','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d1240f7e-e893-457d-956f-1a3170e0b160',NULL,NULL),(2666,1963,'Delivery Note, Blood transfusion provided','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b959bb1-6b3a-4821-9a22-a44e753cfcbb',NULL,NULL),(2667,1963,'Blood transfusion provided','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'89f284c0-0bae-47ae-86a1-23dac2b938f5',NULL,NULL),(2668,1964,'Blood transfusion quantity','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'4b586a07-a5ea-491d-bbd5-419900743896',NULL,NULL),(2669,1964,'Delivery Note, Blood transfusion quantity','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d1a959a-f520-46ec-90a7-642851717d78',NULL,NULL),(2670,1965,'Infant gender','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'7b3ae8ef-e7d9-4d83-a508-8cf7aa3a23b0',NULL,NULL),(2671,1965,'Delivery Note, Liveborn gender','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b1c69624-81b4-4401-9c0f-b843fa52d247',NULL,NULL),(2672,1966,'Delivery Note, Liveborn weight','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1094a049-4817-49ad-bd0a-f8ec4286e190',NULL,NULL),(2673,1966,'Infant weight','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'b9d290ce-3de1-440c-b6f7-73640273ec8d',NULL,NULL),(2674,1967,'APGAR score at 1 minute','en',0,1,'2015-05-26 12:13:11','SHORT',0,NULL,NULL,NULL,'9f9c5822-fbe5-4c7e-95a0-3a560764dfe5',NULL,NULL),(2675,1967,'Delivery Note, Liveborn APGAR score at 1 minute','en',1,1,'2015-05-26 12:13:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b96f380c-5ca5-4e05-bc3c-094a9e4dcf14',NULL,NULL),(2676,1968,'APGAR score at 5 minutes','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'eaf15529-9db8-499a-b7fc-9f7d463bb3a7',NULL,NULL),(2677,1968,'Delivery Note, Liverborn APGAR score at 5 minutes','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f54b9caf-a0e3-4ebf-ae51-e7b3f4c441d9',NULL,NULL),(2678,1969,'Asphyxiated','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecf0d7da-e4a6-47f7-8666-98c404d9d70d',NULL,NULL),(2679,1970,'Hypothermia','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'f4263d63-78a8-4fb7-82c3-36cd7561d01c',NULL,NULL),(2680,1970,'New born status, Hypothermia','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'457a48f2-a121-4e14-9451-61f72ae60b58',NULL,NULL),(2681,1971,'Delivery Note, New Born Status','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08d59267-28b8-4492-ae50-9ba8a3879219',NULL,NULL),(2682,1971,'New born status','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'711fb31f-2ffa-4ea6-a75a-9afe6a73d12f',NULL,NULL),(2683,1972,'Defects','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'4c4b7215-4b1d-4af3-97e9-9c096f356c15',NULL,NULL),(2684,1972,'Delivery Note, Liveborn defects present','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9429b70c-c92a-45b0-82ab-dcd3075585c0',NULL,NULL),(2685,1973,'Congenital Anomalies','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'a79068ea-f507-49fc-a0de-ec2360930fa4',NULL,NULL),(2686,1973,'Delivery Note, Congenital Anomalies','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7647e87d-499b-46fa-a773-1bd4c5e153ff',NULL,NULL),(2687,1974,'Delivery Note, Chlorhexidine applied on cord','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eefa173e-0737-4097-acd2-fe3024c8cf9d',NULL,NULL),(2688,1974,'Chlorhexidine applied on cord','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'a7509610-35b5-49de-825d-793e020847b9',NULL,NULL),(2689,1975,'Not Applicable','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b06924dc-af13-40db-8e2b-f85aedbb4641',NULL,NULL),(2690,1976,'Fresh stillbirth','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24e0db8f-4cd1-4eec-af5b-182ef830484b',NULL,NULL),(2691,1977,'Macerated stillbirth','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a0fcce6-6745-4464-9ff5-9dc24365b226',NULL,NULL),(2692,1978,'Stillbirth type','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'7af1388e-21c7-445a-8494-6feea1326396',NULL,NULL),(2693,1978,'Delivery Note, Stillbirth type','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da170d9a-335a-4f32-b113-d2fe096da091',NULL,NULL),(2694,1979,'Delivery Note, Other Complications','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0749673f-877c-4ae6-b4c8-365250886246',NULL,NULL),(2695,1979,'Other complications','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'9e18f0d9-5ec2-4c3e-8416-3b9c9cdd59f1',NULL,NULL),(2696,1980,'Treatment Suggestion','en',0,1,'2015-05-26 12:13:12','SHORT',0,NULL,NULL,NULL,'9ab83020-7c5b-4747-9ce7-258bdd26f686',NULL,NULL),(2697,1980,'Delivery Note, Treatment Suggestion','en',1,1,'2015-05-26 12:13:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2ddad195-ab6b-4957-9d45-0351d191a7b4',NULL,NULL),(2698,1981,'Gestation period','en',0,1,'2015-05-26 12:13:42','SHORT',0,NULL,NULL,NULL,'55e40000-e403-4972-8a06-6b0e441fd67d',NULL,NULL),(2699,1981,'Gestation period data','en',1,1,'2015-05-26 12:13:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'247451cb-b2ac-419f-9ab1-9a85b7600cc2',NULL,NULL),(2700,1982,'Delivery Note, Liveborn infant details','en',1,1,'2015-05-26 12:13:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb5de736-a4f8-4705-b4a2-3983e9c750b2',NULL,NULL),(2701,1982,'Liveborn infant details','en',0,1,'2015-05-26 12:13:42','SHORT',0,NULL,NULL,NULL,'1776e3a5-20fe-4976-afef-ed9bf4d8ff2d',NULL,NULL),(2702,1983,'Delivery note','en',1,1,'2015-05-26 12:13:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68994924-60a7-4c24-81c0-57e9eab45220',NULL,NULL),(2703,1984,'Convulsion','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'52bb60c0-4eb2-48a1-a765-c81a19abb0f1',NULL,NULL),(2704,1985,'Severe chest indrawing','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1daa53e1-e6e2-40dd-a2ff-4aee061e37f8',NULL,NULL),(2705,1986,'Nasal flaring','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6c06c7c-945d-4d32-8eac-2d92cb1c1cc7',NULL,NULL),(2706,1987,'Bulging fontanelle','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'40654329-8db7-4140-ac43-6d184d83a0e7',NULL,NULL),(2707,1988,'Lethargic/ Unconscious','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'acba882e-423a-44f2-ad35-ef092f64e801',NULL,NULL),(2708,1989,'Unable to feed','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9bc2dbd2-413f-4a55-acf2-1a430b3589fb',NULL,NULL),(2709,1990,'Symptoms','en',0,1,'2015-05-26 12:35:31','SHORT',0,NULL,NULL,NULL,'e609b801-2386-4c2e-92bd-775855f8dbd0',NULL,NULL),(2710,1990,'PSBI/LBI/NBI, Symptoms','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a007589c-94e3-43a7-9feb-c3212c09d06a',NULL,NULL),(2711,1991,'Umbilicus red','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2184a03-10e3-431f-894f-0bc063b12a1d',NULL,NULL),(2712,1992,'Umbilicus with pus','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8acba7a8-53c4-4d76-bb46-ab96cc164aea',NULL,NULL),(2713,1993,'Umbilicus infection to skin','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'03a58d92-281e-4360-9c39-719e1a9dadf0',NULL,NULL),(2714,1994,'Umbilicus Infection','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'35fa0d8d-a498-48b2-bcf5-881b7f85a8bb',NULL,NULL),(2715,1995,'Less than 10mm','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cebd341f-7c3b-4441-b3dc-28c05f463c23',NULL,NULL),(2716,1996,'Severe and larger than 10mm','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5133e96b-15c7-45e2-8cfe-da809b6cd5f3',NULL,NULL),(2717,1997,'Skin pustules','en',0,1,'2015-05-26 12:35:31','SHORT',0,NULL,NULL,NULL,'3cb92d33-6930-4dcf-9373-8645a6cebf4a',NULL,NULL),(2718,1997,'PSBI/LBI/NBI, Skin Pustules','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbe42186-726d-40d2-b577-7a9d7b68a343',NULL,NULL),(2719,1998,'Less than normal','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d5d67362-6769-48ad-8017-71821703e6f1',NULL,NULL),(2720,1999,'Movement','en',0,1,'2015-05-26 12:35:31','SHORT',0,NULL,NULL,NULL,'3b108905-b457-43b9-a3a3-9711f74a2a87',NULL,NULL),(2721,1999,'PSBI/LBI/NBI, Movement','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ab2c3b94-4f60-43fe-8310-642a60d46e4a',NULL,NULL),(2722,2000,'Jaundice present','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fc628b58-cef4-4575-aefc-a67e837ecce1',NULL,NULL),(2723,2001,'Jaundice upto hands and feet','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1b2fd2d-2b77-459b-b4c4-149865d24851',NULL,NULL),(2724,2002,'PSBI/LBI/NBI, Jaundice','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'165f7d78-7ce3-4923-ac2b-37b1e906c711',NULL,NULL),(2725,2002,'Jaundice status','en',0,1,'2015-05-26 12:35:31','SHORT',0,NULL,NULL,NULL,'a0816571-5f84-4ecb-9213-4c0bb815582a',NULL,NULL),(2726,2003,'Childhood Illness, Diarrhoea present','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f7fdfed-6d45-4dd4-b885-fd41da69181d',NULL,NULL),(2727,2003,'Diarrhoea present','en',0,1,'2015-05-26 12:35:31','SHORT',0,NULL,NULL,NULL,'9c839af7-061c-4946-b7bf-8049d90eaa18',NULL,NULL),(2728,2004,'How many days?','en',0,1,'2015-05-26 12:35:31','SHORT',0,NULL,NULL,NULL,'4e062806-b46f-4d9b-b48a-c750fe074c9d',NULL,NULL),(2729,2004,'Diarrhoea, Days','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d6afb2c-8cca-4d5f-96bb-e14fee525b35',NULL,NULL),(2730,2005,'Restless/ Irritable','en',1,1,'2015-05-26 12:35:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f9d99f5-4c6f-41ea-abc3-f5b54991de1e',NULL,NULL),(2731,2006,'Sunken eyes','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e6c1433-c823-45d9-bfe4-25a5d3638c5a',NULL,NULL),(2732,2007,'Unable to drink','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4e738f8-e2f3-420b-a59f-cf9e1458a957',NULL,NULL),(2733,2008,'Drinks eagerly','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2bf836f-4124-4307-bd7a-7aa61dbeb7ca',NULL,NULL),(2734,2009,'Symptoms','en',0,1,'2015-05-26 12:35:32','SHORT',0,NULL,NULL,NULL,'d40df7a6-33b1-473d-a2cf-069eed2ccf2d',NULL,NULL),(2735,2009,'Diarrhoea, Symptoms','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e7a7be7-7d38-450f-9d5c-f4721a0edfcf',NULL,NULL),(2736,2010,'Slowly','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08e5314c-6eb9-4eaa-abfb-9e49f7ce9498',NULL,NULL),(2737,2011,'Very Slowly','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bf750ad2-4c32-449e-952c-6584d017380e',NULL,NULL),(2738,2012,'Skin pinch','en',0,1,'2015-05-26 12:35:32','SHORT',0,NULL,NULL,NULL,'67450f45-5f56-45d3-b312-f580d369be86',NULL,NULL),(2739,2012,'Diarrhoea, Skin pinch','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e6e45da-8c23-401a-8dc9-0faa5946b7dc',NULL,NULL),(2740,2013,'No Dehydration','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b07eee95-4a65-448e-8908-b6d14ef53558',NULL,NULL),(2741,2014,'Some Dehydration','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9cfe37d1-5856-421e-8b91-466b827098a7',NULL,NULL),(2742,2015,'Severe Dehydration','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d1f8fcd6-82f0-4985-8fa9-34b4d88f5edf',NULL,NULL),(2743,2016,'Dehydration Status','en',0,1,'2015-05-26 12:35:32','SHORT',0,NULL,NULL,NULL,'fcf23129-bd5f-4032-9225-388623de4d57',NULL,NULL),(2744,2016,'Childhood Illness, Dehydration Status','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'860cb193-167d-4bfb-ba6f-fa32c88fcd25',NULL,NULL),(2745,2017,'Difficult feeding','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'728d729b-23ee-4ef7-83f9-807182e8569f',NULL,NULL),(2746,2018,'Breastfed','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2aae28a5-f4cf-417a-a45e-24bc3727e8c9',NULL,NULL),(2747,2019,'Breastfeeding frequency','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8d4e65c9-1112-417c-a4a1-4ae7f28082f8',NULL,NULL),(2748,2019,'Breast feeding, How many times in 24 hours?','en',0,1,'2015-05-26 12:35:32','SHORT',0,NULL,NULL,NULL,'f5f20d00-060e-4b74-8524-79bfd90f5347',NULL,NULL),(2749,2020,'Receive other food and drinks','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45dfdcc9-43f8-430d-8ce9-4cf80d1be017',NULL,NULL),(2750,2021,'How many times in 24 hours?','en',0,1,'2015-05-26 12:35:32','SHORT',0,NULL,NULL,NULL,'4ecfb62f-222e-4030-8093-0c916c13d5ff',NULL,NULL),(2751,2021,'Other food and drinks frequency','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2674e3f-fe6d-4540-90d6-dec6b7029efb',NULL,NULL),(2752,2022,'Bottle','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'256acd92-0c6d-4ba6-9ddb-85eb281aa522',NULL,NULL),(2753,2023,'Spoon','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb5355f6-d705-485a-be7f-5d91e7c81708',NULL,NULL),(2754,2024,'Fed by','en',0,1,'2015-05-26 12:35:32','SHORT',0,NULL,NULL,NULL,'1d2bbcc5-63fd-4b88-8e42-359d647c6a2b',NULL,NULL),(2755,2024,'Other food and drinks fed by','en',1,1,'2015-05-26 12:35:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'642b0c5d-2051-4880-bda0-16e81bbf9897',NULL,NULL),(2756,2025,'Normal weight','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e09360c6-853a-4603-928a-c1db85320145',NULL,NULL),(2757,2026,'Low weight','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dbd4c170-8f42-4e0c-84ad-ec796a66c8b8',NULL,NULL),(2758,2027,'Very low weight','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63a0d5cc-fc42-4cb8-9e17-92ccae03299f',NULL,NULL),(2759,2028,'Weight condition','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37d28fbd-1117-48d3-a2cc-06292b51c4a3',NULL,NULL),(2760,2029,'Thrush in the mouth','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecdfe4e5-01bc-4927-9d5d-64c87b0dcc72',NULL,NULL),(2761,2030,'Good','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2af1fd8-528a-4e60-a507-409d4323e9f4',NULL,NULL),(2762,2031,'Not well','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4ab157de-d851-4b84-a083-291c78f32e4c',NULL,NULL),(2763,2032,'Not at all','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e867283-15ee-41e0-80d3-5a38775a9484',NULL,NULL),(2764,2033,'Attachment','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'2ab26f28-466d-4515-986c-5be5f2e10f04',NULL,NULL),(2765,2033,'Breastfeeding attachment','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'576f525b-78a4-4faa-b87b-9897ea55bca8',NULL,NULL),(2766,2034,'Effective','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'09a3f5f2-0bff-48e4-82ca-fc5ff180a7fb',NULL,NULL),(2767,2035,'Not effective','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d54ae94-95b2-4b22-82f0-52a835ebc1d1',NULL,NULL),(2768,2036,'Breastfeeding suckling','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50f89fb3-755f-4766-bc09-ebec1edd15a5',NULL,NULL),(2769,2036,'Suckling','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'75d081ca-ec96-479f-80f6-e892b7b344cc',NULL,NULL),(2770,2037,'Childhood Illness, Counseling provided','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'952fcbec-599a-40dc-aa4f-8dd66a2b9803',NULL,NULL),(2771,2037,'Counseling provided','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'0e6dce9c-66c8-43a0-8363-b709c364c4aa',NULL,NULL),(2772,2038,'Regular follow up','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ccaaa7e0-5f91-4d40-b7a1-0b3135bdff8a',NULL,NULL),(2773,2039,'Immediate visit','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f064a90-d656-42ba-b7dd-d339149f54a8',NULL,NULL),(2774,2040,'Keep warm','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'323d380f-c08a-4945-94e9-3dacd12c2f69',NULL,NULL),(2775,2041,'Breast feeding','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e7b5b17-b815-48db-8f10-353c4a94a824',NULL,NULL),(2776,2042,'Childhood Illness, 2 months, Counseling purpose','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8fe85762-ef12-4f67-86af-da7c6fe49e41',NULL,NULL),(2777,2042,'Counseling provided for','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'d74c865c-8699-4aa7-b5a0-84c0f28edab6',NULL,NULL),(2778,2043,'Childhood Illness, Vitamin A Capsules Provided','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da5ec863-a428-448e-9864-bc3b87d7ca67',NULL,NULL),(2779,2043,'Vitamin A Capsules Provided','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'16b385de-e93f-4ae2-9d2b-a4d35169de83',NULL,NULL),(2780,2044,'Albendazole Given','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'1af120fe-b121-4656-852a-f4e3c5632e8e',NULL,NULL),(2781,2044,'Childhood Illness, Albendazole Given','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db5b36a5-08bc-463b-b949-a62dcb104852',NULL,NULL),(2782,2045,'Referred out','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'a799649d-707e-48d2-b3f1-54b3258b55bc',NULL,NULL),(2783,2045,'Childhood Illness, Referred out','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f9959a31-1eac-4b36-aafa-1b075643e673',NULL,NULL),(2784,2046,'Worse','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'93f878ef-50e6-40b7-b74b-e6302c9b81e0',NULL,NULL),(2785,2047,'Improved','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d239aebe-6654-4265-b9a9-8fc80b263608',NULL,NULL),(2786,2048,'Childhood Illness, Follow up result','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd15f0d0-d2ce-4175-8c64-39ba3e5c5139',NULL,NULL),(2787,2048,'Follow up result','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'76eaf55b-3c4b-43b0-8f4a-1633cd77bbab',NULL,NULL),(2788,2049,'Remarks','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'9c733748-71d0-4296-8fcd-db41155c9ab4',NULL,NULL),(2789,2049,'Childhood Illness, Remarks','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2663b7aa-d436-41bc-97b8-ec7e4465bd7f',NULL,NULL),(2790,2050,'General Danger Signs present','en',0,1,'2015-05-26 12:35:33','SHORT',0,NULL,NULL,NULL,'ed028539-83c3-47ec-8098-12c4cd9ab635',NULL,NULL),(2791,2050,'Childhood Illness, General Danger Signs present','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7cd0ebc-b930-46e5-97f9-9100c5fdd0fe',NULL,NULL),(2792,2051,'Vomiting all','en',1,1,'2015-05-26 12:35:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f128a54-c9c1-4e46-a446-ad6bb811f3c9',NULL,NULL),(2793,2052,'General Danger Signs','en',0,1,'2015-05-26 12:35:34','SHORT',0,NULL,NULL,NULL,'d7ab2363-f46f-4447-88c3-3ad42ceeedf4',NULL,NULL),(2794,2052,'Childhood Illness, General Danger Signs, Symptoms','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9db4786-c9ed-4d3f-8e38-fce5aefa4021',NULL,NULL),(2795,2053,'Childhood Illness, Acute Respiratory Infection present','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b37728c-4d02-4d52-9dd2-6379f5c94052',NULL,NULL),(2796,2053,'Acute Respiratory Infection','en',0,1,'2015-05-26 12:35:34','SHORT',0,NULL,NULL,NULL,'a3750747-8fc7-495a-9ba3-2a909c57c3ce',NULL,NULL),(2797,2054,'Acute Respiratory Illness, Days','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5d365cd-7682-4945-9201-602e0701960a',NULL,NULL),(2798,2054,'How many days?','en',0,1,'2015-05-26 12:35:34','SHORT',0,NULL,NULL,NULL,'24345671-c6f1-4705-8627-ae1ec2aed05a',NULL,NULL),(2799,2055,'Chest indrawing','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78f45e5d-f1e4-4e24-8ddd-1be64c00d98d',NULL,NULL),(2800,2056,'Strider','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'25190909-ee0a-4d72-ab88-4c10a3043355',NULL,NULL),(2801,2057,'Acute Respiratory Illness, Symptoms','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'527ec0a1-1e05-4977-b945-60d66a0bab01',NULL,NULL),(2802,2058,'Childhood Illness, Fever present','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ffb50e40-c00a-464f-b3a0-f06f57fdde84',NULL,NULL),(2803,2058,'Fever','en',0,1,'2015-05-26 12:35:34','SHORT',0,NULL,NULL,NULL,'c91ffa2b-e195-4db1-b007-a1bc0eb8d044',NULL,NULL),(2804,2059,'How many days?','en',0,1,'2015-05-26 12:35:34','SHORT',0,NULL,NULL,NULL,'90637ad5-166f-4541-8da4-6f313716b549',NULL,NULL),(2805,2059,'Fever, Days','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'443d1e84-041c-4199-a878-313580542ebc',NULL,NULL),(2806,2060,'Low','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb67fe8f-5832-4ab9-bd3f-5d26e9530ae5',NULL,NULL),(2807,2061,'Medium','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f1f431b-686b-423f-bfc2-e77d2dae1745',NULL,NULL),(2808,2062,'High','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48ab5a1e-8c86-4e1d-b0b5-acc28acfba2e',NULL,NULL),(2809,2063,'Malaria risk','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8e4f510-e8f5-41df-b053-39a432daa027',NULL,NULL),(2810,2064,'Microscopic Fever','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7939423-47fb-4c42-b41c-b10f22be558f',NULL,NULL),(2811,2064,'Microscopic','en',0,1,'2015-05-26 12:35:34','SHORT',0,NULL,NULL,NULL,'0ef15af1-9d51-47f0-88c3-890c106f2a48',NULL,NULL),(2812,2065,'Rapid Diagnostic Tests','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e494c2a5-d5a6-4fd5-811b-98de857210d4',NULL,NULL),(2813,2066,'Stiff neck','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'76ae518f-e2ad-4ec6-82f0-96f3ca30d364',NULL,NULL),(2814,2067,'Falciparum','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d563876d-ce93-42ef-8e03-bb7c839d8abb',NULL,NULL),(2815,2068,'Vivex','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0861daae-652e-4def-b4a9-3c9cbad6d319',NULL,NULL),(2816,2069,'General rash','en',1,1,'2015-05-26 12:35:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7b091547-c05b-4aad-ae74-58944b0663ac',NULL,NULL),(2817,2070,'Red eyes','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1a1cf1f0-0f34-44d2-bd1c-d6438b2fee49',NULL,NULL),(2818,2071,'Nosal discharge','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7069a28b-a42f-4135-9c95-18c1e3196deb',NULL,NULL),(2819,2072,'Mouth ulcer','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c8fa956-54e5-486e-a39c-cc29e8906758',NULL,NULL),(2820,2073,'Fever, Symptoms','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'35d8910e-744d-45f1-98ad-91a87de80c65',NULL,NULL),(2821,2073,'Symptoms','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'37176d6e-075e-4f4b-890b-7b9fb25d57e0',NULL,NULL),(2822,2074,'Childhood Illness, Ear Infection present','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f146a548-d9e7-44fa-a522-221700fa0193',NULL,NULL),(2823,2074,'Ear infection','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'82d7083a-a355-4136-b0d4-f16030f649a7',NULL,NULL),(2824,2075,'How many days?','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'4d0b83ff-4dae-4a15-8163-f8da7f4ef886',NULL,NULL),(2825,2075,'Ear infection, Days','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d7ce686f-a868-471a-9ad6-b929091e0b86',NULL,NULL),(2826,2076,'Ear discharge days','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'4d42ca71-382b-40c1-a75f-0f0c43f0c197',NULL,NULL),(2827,2076,'Ear discharge, Days','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1219177-dd9b-4c2e-acb0-9adbcc33a291',NULL,NULL),(2828,2077,'Ear pain','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'79a8faad-970a-4a10-a492-60b764f73fb0',NULL,NULL),(2829,2078,'Tender swelling behind the ear','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d7d550b7-fe57-4e26-85ab-3506aa1d4fde',NULL,NULL),(2830,2079,'Ear infections, Symptoms','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e7c2a9d-025d-4e48-9a54-17d7d9b8f981',NULL,NULL),(2831,2079,'Symptoms','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'ab66008a-852a-4a45-9eb8-bd2dc6748ec8',NULL,NULL),(2832,2080,'Some','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca1625e2-cc6d-40d5-86bb-3f3f5747a35a',NULL,NULL),(2833,2081,'Nutrition status, Severe','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e36c054-1aee-4d99-a6ee-eb0edb06d2d0',NULL,NULL),(2834,2081,'Severe','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'c45953aa-719c-4d8b-a2e9-99bba848f2c8',NULL,NULL),(2835,2082,'Pallor','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'41095d30-67aa-4f9f-89f6-f91460a5c8ab',NULL,NULL),(2836,2082,'Nutrition Status, Pallor','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'14c1e383-8e67-40ed-bbe5-e35767678861',NULL,NULL),(2837,2083,'Food','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'38b8d985-389a-4426-bc0c-07621c460fdc',NULL,NULL),(2838,2084,'Operative Fluids','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de0c3735-f670-4f04-8fa8-efa5282d7a42',NULL,NULL),(2839,2085,'Childhood Illness, 5years, Counseling purpose','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'52faee31-0e34-4597-a241-0a4d3660a625',NULL,NULL),(2840,2085,'Counseling purpose','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'205137ea-8c9b-4a58-b159-28fa9351168c',NULL,NULL),(2841,2086,'MUAC','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'2769ff12-7eff-479e-9de8-dd067d5a658b',NULL,NULL),(2842,2086,'IMAM, MUAC','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'afab510e-de73-45a0-a467-342c36eefb40',NULL,NULL),(2843,2087,'Weight','en',0,1,'2015-05-26 12:35:35','SHORT',0,NULL,NULL,NULL,'a9c139b2-87d6-4b82-9e92-af336a5dcdb9',NULL,NULL),(2844,2087,'IMAM, Weight','en',1,1,'2015-05-26 12:35:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'65b8a52d-c278-4190-a4a4-d1b5e46a0054',NULL,NULL),(2845,2088,'Length (if under 2 years)','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'c362d229-63ac-4cba-b2ed-d3a9f23e1950',NULL,NULL),(2846,2088,'IMAM, Length (if under 2 years)','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'52047e19-2bc7-4fb3-b02e-e571fdfbd147',NULL,NULL),(2847,2089,'Height','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'24ab28c5-15d3-4db3-a6a1-f0f2bd492c46',NULL,NULL),(2848,2089,'IMAM, Height','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'23b292ee-6560-422f-84bb-68602baca96d',NULL,NULL),(2849,2090,'SAM','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a0772b13-fb5d-425e-ad44-9ab165bdd1d6',NULL,NULL),(2850,2091,'MAM','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b3a69f62-64d2-4eec-83e8-729c98ed2b00',NULL,NULL),(2851,2092,'Indicator','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'424fb63a-a46f-44da-9650-88a43d33fc4c',NULL,NULL),(2852,2092,'IMAM, Indicator','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'816c925a-fcc5-4274-b106-f8c327f9b869',NULL,NULL),(2853,2093,'New','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de695d57-b2ce-4aaf-908c-d84a85a7c8b9',NULL,NULL),(2854,2094,'Re-admission','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2dfc92e3-ed4d-43c0-984e-07227b913dbb',NULL,NULL),(2855,2095,'Transfer In','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2007733e-c1e7-4d0b-9e5f-1d3006dc3100',NULL,NULL),(2856,2096,'Admission','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'6b1f9da2-261a-4318-969a-d74ac0da63b2',NULL,NULL),(2857,2096,'IMAM, Admission','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b19d03e3-d7e0-4ea5-b6a4-afd8d8f9f03c',NULL,NULL),(2858,2097,'Recovered','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'610eb665-9549-4862-9dc6-74facbeda795',NULL,NULL),(2859,2098,'Defaulter – DF','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f860355-3388-46cc-9bd5-d1de52164a37',NULL,NULL),(2860,2099,'Not Improved','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd457b00-5fda-41fa-90e2-57d9ff4d6c57',NULL,NULL),(2861,2100,'Refer to Hospital','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'768522ff-d055-42f3-9eaa-4728dacf47a5',NULL,NULL),(2862,2100,'IMAM, Refer to Hospital','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e5234df-38cd-43b2-bb7d-3ec86e643ff9',NULL,NULL),(2863,2101,'Transfer Out - TO','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a30a3fba-d865-403f-8369-ae80623f352c',NULL,NULL),(2864,2102,'Discharge','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'a040be3b-a84c-4063-b829-578199bcdead',NULL,NULL),(2865,2102,'IMAM, Discharge','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'05f7fd6a-bc46-4e75-89e0-7257d017a000',NULL,NULL),(2866,2103,'IMAM, Remarks','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'423bd91a-67e0-4b8e-ab43-ee64ad87961b',NULL,NULL),(2867,2103,'Remarks','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'0468cfed-2369-47ed-95e0-2705853e208a',NULL,NULL),(2868,2104,'Nutrition, Birth Weight','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0dcdcd32-5365-49cd-afcc-252e81a33dce',NULL,NULL),(2869,2104,'Birth weight','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'a6d44867-7619-4736-9602-889b7503f8f4',NULL,NULL),(2870,2105,'Risky','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6f064f9f-c041-4e59-ad01-cd782dadde43',NULL,NULL),(2871,2106,'Very Risky','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7b0a3280-1884-4a3d-ad1e-d3f3266538c4',NULL,NULL),(2872,2107,'Birth condition','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'2c519907-9dcb-41ae-9291-0c1e1ed8ccd5',NULL,NULL),(2873,2107,'Nutrition, Birth Condition','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bfafabf1-459e-4a55-b683-90ae792b0c14',NULL,NULL),(2874,2108,'Weight as on date','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'8b53252c-ceaf-49f3-86ca-f4a13b5950af',NULL,NULL),(2875,2108,'Nutrition, Weight as on Date','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'43b6f1ef-ed72-4193-adc2-dc6936302742',NULL,NULL),(2876,2109,'Only breast feeding for 6 months','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'bcf5797d-b469-4ff5-8e41-6bb79dd33cbc',NULL,NULL),(2877,2109,'Nutrition, Only Breast Feeding for 6 Months','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9ad6b1d-4cdd-4359-9ef2-5ba8edb0d624',NULL,NULL),(2878,2110,'Only breast feeding till date','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'4e28eec9-01e2-4900-b5a6-fc36913e06e6',NULL,NULL),(2879,2110,'Nutrition, Only Breast Feeding Till Date','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'856dce0c-ce85-4bd1-81aa-7ddbd17dc042',NULL,NULL),(2880,2111,'Brest feeding and light food after 6 months','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'3a375e33-2a13-4773-a949-4c60e9c91fce',NULL,NULL),(2881,2111,'Nutrition, Breast Feeding and Light Food','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b715b6fe-8acc-4f6a-8832-04e26a025ac4',NULL,NULL),(2882,2112,'Start date of breast feeding along with light food','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'dd3ea2f1-b7e5-441e-999c-92bff3ba224f',NULL,NULL),(2883,2112,'Nutrition, Breast Feeding and Light Food Start Date','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4902449f-c403-42a8-85ab-d406bb02a892',NULL,NULL),(2884,2113,'Nutrition, Bal Vita Given','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'976385e6-8846-41bb-beda-554c219957e0',NULL,NULL),(2885,2113,'Bal Vita provided','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'1fbbfc16-038b-450a-a368-e1c9bb58b4df',NULL,NULL),(2886,2114,'Bal Vita Provided by FCHV','en',0,1,'2015-05-26 12:35:36','SHORT',0,NULL,NULL,NULL,'763a27b4-4bd5-433a-81e1-b4beaa1ad19f',NULL,NULL),(2887,2114,'Nutrition, Bal Vita Provided by FCHV','en',1,1,'2015-05-26 12:35:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94137acf-19d2-4a03-a70a-b772d36b42a5',NULL,NULL),(2888,2115,'Moderate','en',1,1,'2015-05-26 12:35:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb64dff1-b1c4-4227-b855-c84249532b55',NULL,NULL),(2889,2116,'Severe','en',1,1,'2015-05-26 12:35:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a874f9f7-e235-453d-ab80-e6d56f046dd3',NULL,NULL),(2890,2117,'Nutrition, Nutritional Status','en',1,1,'2015-05-26 12:35:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7efea429-274e-47b1-992c-c9e80cf92d17',NULL,NULL),(2891,2117,'Nutritional Status','en',0,1,'2015-05-26 12:35:37','SHORT',0,NULL,NULL,NULL,'2af5e4ee-f872-4638-802f-02f2b15f0ac5',NULL,NULL),(2892,2118,'Remarks','en',0,1,'2015-05-26 12:35:37','SHORT',0,NULL,NULL,NULL,'698037d5-9d03-4093-922b-d968e6e00e17',NULL,NULL),(2893,2118,'Nutrition, Remarks','en',1,1,'2015-05-26 12:35:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1b167b9-96b5-4892-96a3-f85ad1533b03',NULL,NULL),(2894,2119,'PSBI/LBI/NBI','en',1,1,'2015-05-26 12:36:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'896c9794-b541-4b7a-aa55-ddc3d6aeccd0',NULL,NULL),(2895,2120,'Diarrhoea','en',0,1,'2015-05-26 12:36:46','SHORT',0,NULL,NULL,NULL,'2b0297ee-33b1-4c3a-95b1-107e5ef1fc62',NULL,NULL),(2896,2120,'Childhood Illness, Diarrhoea','en',1,1,'2015-05-26 12:36:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c820009e-1ecf-4092-bb25-5be4e6a02339',NULL,NULL),(2897,2121,'Other food and drinks','en',0,1,'2015-05-26 12:36:46','SHORT',0,NULL,NULL,NULL,'cf97370e-5b64-485c-bb79-f1dd41a7a7bb',NULL,NULL),(2898,2121,'Low weight/ Feeding Problem, Other food and drinks','en',1,1,'2015-05-26 12:36:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46080f51-2020-44bf-8303-3ab81b5a9d14',NULL,NULL),(2899,2122,'Low weight/ Feeding Problem','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a3334cfb-38d2-45f4-b349-69a10c1182b2',NULL,NULL),(2900,2123,'Assess breast feeding','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d084a5ea-282b-4497-b5d9-1797dca25687',NULL,NULL),(2901,2124,'Counseling','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'afadda2c-9efc-40fc-9243-1d0b135872c0',NULL,NULL),(2902,2124,'Childhood Illness, 2months, Counseling','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'796c13b0-14ce-47bf-a8b5-47b27a0374b4',NULL,NULL),(2903,2125,'Childhood Illness( Children aged below 2 months)','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b66dec0b-5964-4dc8-856c-9cbda31e5be4',NULL,NULL),(2904,2126,'Childhood Illness, General Danger Signs','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fa01937e-5872-4d95-9387-cb93b7b9ca52',NULL,NULL),(2905,2126,'General Danger Signs','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'5c543a79-ccfd-41e1-bc43-e3d8860b8ec4',NULL,NULL),(2906,2127,'Childhood Illness, Acute Respiratory Infection','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a551d011-d694-447a-9b5b-6759866363de',NULL,NULL),(2907,2127,'Acute Respiratory Infection','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'adc92f32-aa17-4e3f-9b71-6c5e0970f238',NULL,NULL),(2908,2128,'Fever','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'52ddfce3-8471-4510-bed9-beb2d3034c2d',NULL,NULL),(2909,2128,'Childhood Illness, Fever','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2aa079d6-1666-4520-908d-07f5948d49b6',NULL,NULL),(2910,2129,'Childhood Illness, Ear infection','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'02dd5b20-1aab-43a5-9592-2b8f0757561c',NULL,NULL),(2911,2129,'Ear infection','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'755bec3e-bb0d-461a-b9c9-e62af6a04d28',NULL,NULL),(2912,2130,'Nutrition status','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'b61449c0-27b8-40f5-af73-1bc4feca6bb1',NULL,NULL),(2913,2130,'Childhood Illness, Nutrition status','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f41df5b-a236-42f4-b787-b941888ffd44',NULL,NULL),(2914,2131,'Childhood Illness, 5years, Counseling','en',1,1,'2015-05-26 12:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e974478-9bad-4188-9a9a-31fbdb4d5d1f',NULL,NULL),(2915,2131,'Counseling','en',0,1,'2015-05-26 12:36:47','SHORT',0,NULL,NULL,NULL,'0afd42e1-c8d9-4dbe-855e-7b8f6a751fce',NULL,NULL),(2916,2132,'Childhood Illness( Children aged 2 months to 5 years)','en',1,1,'2015-05-26 12:36:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b22be9f8-e069-4e9f-977a-e594e71dee34',NULL,NULL),(2917,2133,'IMAM Program','en',1,1,'2015-05-26 12:36:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb1ef5cd-83bb-483c-990f-26b9811c9b86',NULL,NULL),(2918,2134,'Nutrition','en',1,1,'2015-05-26 12:36:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5136cf60-88d2-44a7-aeb3-20ef3cadd6b6',NULL,NULL),(2919,2135,'Childhood Templates','en',1,1,'2015-05-26 12:36:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91559cf8-6d3c-4966-ae44-2484f6427cb0',NULL,NULL),(2920,2136,'HTC, Pre-test Counseling','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'27773bcc-0b0c-421c-b408-abdb7e753841',NULL,NULL),(2921,2136,'Pre-test Counseling','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'2c691f58-8126-4dd9-9cba-52f3e73c4915',NULL,NULL),(2922,2137,'HTC, Tested before','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97ee1899-6885-40f7-9b97-e23b8e251c45',NULL,NULL),(2923,2137,'HIV Tested Before','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'ed784f3d-ec47-40c0-b556-42e993197ba0',NULL,NULL),(2924,2138,'If tested, Result','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'179c6911-7e66-4b36-a4e3-cc84ba91f4d8',NULL,NULL),(2925,2138,'HTC, Result if tested','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81f41b4e-4df6-44fb-a988-46276afa8dbc',NULL,NULL),(2926,2139,'Sextually Transmitted Infection','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd399259-56ec-47a6-95a5-522f6644a846',NULL,NULL),(2927,2139,'STI','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'e7fd699b-7761-4f71-a7eb-ce7b1a682c2b',NULL,NULL),(2928,2140,'Tuberculosis','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'52ee2e23-06d9-40b3-a7fc-7adba201d0e3',NULL,NULL),(2929,2140,'Tuberculosis Reason for HIV Test','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'29c4b255-bedc-42ed-ae9a-564bdc608451',NULL,NULL),(2930,2141,'Pregnancy','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fca64d84-8a08-4b60-94dd-76ea9770df72',NULL,NULL),(2931,2142,'HIV/AIDS Symptoms','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f2e2a9d-15a6-4bac-aa35-640a2b11c3af',NULL,NULL),(2932,2143,'Others','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95f92e4a-7aa8-48da-9b0e-328c77889a54',NULL,NULL),(2933,2144,'Medical Reason for Test','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'4d08e42d-4d8f-44ae-9cc2-eafb65375b16',NULL,NULL),(2934,2144,'HTC, Reason for test','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12792b3a-d618-4b2c-b9c2-3651280965be',NULL,NULL),(2935,2145,'HTC, Other reason for test','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54c372d3-39e8-44aa-9c91-55fa11738e28',NULL,NULL),(2936,2145,'Others (Specify)','en',0,1,'2015-05-26 13:09:48','SHORT',0,NULL,NULL,NULL,'2279ec22-9121-40b3-99ed-c704c879d6ff',NULL,NULL),(2937,2146,'Yes','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'61a32661-febb-4bab-a9e4-dc108891f5ab',NULL,NULL),(2938,2147,'No','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7efe44b0-2643-4475-bcfe-365c28b9d150',NULL,NULL),(2939,2148,'Do Not Know','en',1,1,'2015-05-26 13:09:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d8648bf4-a935-4f63-9fad-2f7af0d7623e',NULL,NULL),(2940,2149,'Pregnancy Status','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'9019170f-d754-40ba-a48a-90c230d0d576',NULL,NULL),(2941,2149,'HTC, Pregnancy Status','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e207dc39-a734-4f71-9cfb-d22b6d93c731',NULL,NULL),(2942,2150,'Sex Worker','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3df60090-79fe-4f1d-b52b-94d72ab345a0',NULL,NULL),(2943,2151,'People Who Inject Drugs','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1033f917-6663-4f00-a394-c52e2e0c7eb4',NULL,NULL),(2944,2152,'MSM and Transgenders','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ce6b249-3765-4fa2-abbd-6a425d9cbe87',NULL,NULL),(2945,2153,'Blood or Organ Recipient','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b8f713d-977f-4189-85d5-ba6449523b3c',NULL,NULL),(2946,2154,'Client of Sex Worker','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a5de516-04da-4e57-864a-c5bdf541e955',NULL,NULL),(2947,2155,'Migrant','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ba9aee7-8253-40b7-8074-9f5b110ff39c',NULL,NULL),(2948,2156,'Spouse/Partner of Migrant','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'314a5a2b-4631-448f-bb10-8f6cf9236dde',NULL,NULL),(2949,2157,'Risk Group','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'45a96d43-9dfa-40f5-9e73-840eb10c974e',NULL,NULL),(2950,2157,'HTC, Risk Group','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0bcccf41-126b-45ee-9d17-a90dbc578ed9',NULL,NULL),(2951,2158,'Others (Specify)','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'c55ea88c-4ab9-43ec-a8dd-b494628fe6a6',NULL,NULL),(2952,2158,'HTC, Other Risk Group','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3939cf70-cfef-49ab-9c76-0c44ba9d3a41',NULL,NULL),(2953,2159,'Informed Consent','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'a663e40e-bebe-4e67-bafc-0b6fb6b31555',NULL,NULL),(2954,2159,'HTC, Informed Consent','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'be49b457-d446-4933-bcb4-190f97eb7662',NULL,NULL),(2955,2160,'HTC, Initial','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'00085425-dcfb-47b3-afe3-85d6c4f28be9',NULL,NULL),(2956,2160,'Initial','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'d6e56ed5-3ae9-4a58-8472-a8d74f9e4997',NULL,NULL),(2957,2161,'HTC, Confirmatory','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fa8d84a9-5f10-4c9c-8755-d473417f7f51',NULL,NULL),(2958,2161,'Confirmatory','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'aeb91589-24b5-44e1-a576-388dd35d9cae',NULL,NULL),(2959,2162,'Tie Breaker','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'be3f8e39-55ea-42dd-a844-ae3fa103be67',NULL,NULL),(2960,2162,'HTC, Tie Breaker','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2df63ab0-3342-4bea-9df7-ad2198d938a4',NULL,NULL),(2961,2163,'HTC, Post-test Counseling','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4d5ccb5-528c-4a42-b743-3dba1edc6b3d',NULL,NULL),(2962,2163,'Post-test Counseling','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'a052b074-f4a3-4cb3-9a98-b6c20a5f71bb',NULL,NULL),(2963,2164,'Result Recieved','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'bebfa955-2f3a-4533-baed-fac9e82d5e19',NULL,NULL),(2964,2164,'HTC, Result Recieved','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2854dac3-6e04-47c1-b9a6-14420ca10646',NULL,NULL),(2965,2165,'HTC, Result','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c667797c-be75-467a-b0a8-cbd2911a5ba4',NULL,NULL),(2966,2165,'Test Result','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'d07a709e-3663-4e67-8cba-87d9ae0dc46a',NULL,NULL),(2967,2166,'HTC, Partner Counseling','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b38ba815-aeff-49bf-86a8-92472ba18c24',NULL,NULL),(2968,2166,'Partner Counseling','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'adc66485-e6c6-4799-a03c-02cf1ab8b1ba',NULL,NULL),(2969,2167,'Stage I','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6aee47ec-506f-4454-b7e5-6ad6a361a4a9',NULL,NULL),(2970,2167,'I','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'2cb7cf27-9ab6-4c38-92f8-ea017dacd470',NULL,NULL),(2971,2168,'II','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'6a6f1074-bd94-4e71-86cf-bb42240bc14e',NULL,NULL),(2972,2168,'Stage II','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f10951d9-aaeb-45a0-a69e-b035aca4fb25',NULL,NULL),(2973,2169,'Stage III','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eeb76b3e-7442-45ea-a0df-d01456f269a0',NULL,NULL),(2974,2169,'III','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'091dff4d-dae8-4815-9072-210b41a0bc1a',NULL,NULL),(2975,2170,'IV','en',0,1,'2015-05-26 13:09:49','SHORT',0,NULL,NULL,NULL,'c6c482ce-f0ea-4ed4-8f15-95020b7b7431',NULL,NULL),(2976,2170,'Stage IV','en',1,1,'2015-05-26 13:09:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3888d660-b3bc-41f6-bcdd-c2e09bcb57c3',NULL,NULL),(2977,2171,'WHO Staging','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'feb4dc44-70ae-4b7d-9d08-d967b6c8eb0a',NULL,NULL),(2978,2171,'HTC, WHO Staging','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a64f9dca-f742-4e2c-8b5d-3462d173f15c',NULL,NULL),(2979,2172,'CD4 Count','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'c04f9d34-5218-44c1-a6f9-216eb0c82156',NULL,NULL),(2980,2172,'HTC, CD4 Count','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63a87b72-4ffd-4920-b13d-d320e0d7b6b1',NULL,NULL),(2981,2173,'Referral In','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'339b894a-9fd1-42df-9ac1-ca9b5d09a5b4',NULL,NULL),(2982,2173,'In','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'54693273-85a0-4e44-85a3-e8cb45c130d4',NULL,NULL),(2983,2174,'Referral Out','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56f37bea-dc70-4ef9-95ad-36f9b6675551',NULL,NULL),(2984,2174,'Out','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'84e29d6a-466c-44c1-99be-ff536f45ecec',NULL,NULL),(2985,2175,'HTC, Referral','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e29ba568-6305-4ec0-9af8-f18011098097',NULL,NULL),(2986,2175,'Referred','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'ebf1d32d-4a1b-46a4-a0bd-086583acd05f',NULL,NULL),(2987,2176,'Condoms given','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'cfff478f-935b-4cc1-80c8-fab84d71822f',NULL,NULL),(2988,2176,'ART, Condoms given','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81093ea0-a2bf-4afd-881a-6042b7465227',NULL,NULL),(2989,2177,'HIVTC, Chief Complaint','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c091c7e-412c-45a4-b22b-008a27e76be6',NULL,NULL),(2990,2177,'Chief Complaint','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'9dd45433-4b4b-467e-a666-d35bf8f35e59',NULL,NULL),(2991,2178,'History of Present Illness','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'2fdeb3b0-06c2-4223-b281-d0d61815a8d1',NULL,NULL),(2992,2178,'HIVTC, History of Present Illness','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'431beeef-dc0f-40a3-8904-b86918ac9e76',NULL,NULL),(2993,2179,'Physical Examination Details','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'8f320679-e7d2-4c05-b22b-187d7d072051',NULL,NULL),(2994,2179,'HIVTC, Physical Examination Details','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3bada97-b537-48ba-82fa-ec944adba334',NULL,NULL),(2995,2180,'Problem','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'2ed359b4-e8f9-47f6-92bf-e0477f11d9c2',NULL,NULL),(2996,2180,'HIVTC, Problem','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c0be732e-3e4a-4956-b5c3-80badaa6b773',NULL,NULL),(2997,2181,'Unmarried','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6e934912-044d-4c52-83e6-c4215dd0ba99',NULL,NULL),(2998,2182,'Married','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'be6b79cf-1c6f-4f19-b81c-90ff9887efd9',NULL,NULL),(2999,2183,'Divorced','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2ea7adb7-95e3-4d63-91d2-53c60edf5d5f',NULL,NULL),(3000,2184,'Widowed','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6e5e1bd4-81fc-4653-8a2b-49d555bbfc39',NULL,NULL),(3001,2185,'HIVTC, Marital Status','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bdadaf3e-f599-4f2a-93e2-d57ba3287096',NULL,NULL),(3002,2185,'Marital Status','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'85b9c454-801f-405f-a6c0-333986b20b7a',NULL,NULL),(3003,2186,'Contact Number','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'19c6abd3-fe56-4d6b-b737-d9a6ca5fa49f',NULL,NULL),(3004,2186,'ART, Patient Contact Number','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'683e99a7-0d74-47c8-a05e-4c93c39a1629',NULL,NULL),(3005,2187,'HIVTC, Risk Group','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b8fac1e-eb58-4dc7-8222-43b94a1447c9',NULL,NULL),(3006,2187,'Risk Group','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'5f33e97b-9dd5-4a23-ad40-6a9eeda3b80f',NULL,NULL),(3007,2188,'HIVTC, Other Risk Group','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b6ab2611-b279-4068-aec6-04895497f8e0',NULL,NULL),(3008,2188,'Others (Specify)','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'0e72b94a-7ced-4a7d-8611-eb51c29b63f0',NULL,NULL),(3009,2189,'HTC','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'aa22ffca-d961-4e85-90f2-20981f50d576',NULL,NULL),(3010,2189,'HIV Testing and Counseling','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'be80a098-26ed-46fc-ac17-09f39a425655',NULL,NULL),(3011,2190,'Tuberculosis','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'f786b0a3-41b1-42ac-97fd-abb17cd8ad01',NULL,NULL),(3012,2190,'Tuberculosis Entry Point','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74356785-f409-4697-b676-b14ca0ae3444',NULL,NULL),(3013,2191,'Outpatient','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d100d05-7f11-4a6f-8296-a7498934ad90',NULL,NULL),(3014,2192,'Inpatient','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4205fd35-43bc-4629-b33b-f6956b8c1ab0',NULL,NULL),(3015,2193,'Paediatric','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff892136-d4b3-4477-9909-2e5edf60cf20',NULL,NULL),(3016,2194,'Prevention of Mother-to-child Transmission','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82825ea7-bfa5-4d50-9eca-08ef38d475c1',NULL,NULL),(3017,2194,'PMTCT','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'cb5a8e5a-f7c7-42a3-b016-6f217218cddf',NULL,NULL),(3018,2195,'Private Health Facility','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca315aff-20e6-43cf-8b64-b9c4db2d88fb',NULL,NULL),(3019,2196,'NGO','en',0,1,'2015-05-26 13:09:50','SHORT',0,NULL,NULL,NULL,'89ffccee-4259-4c1c-8ac5-fe8ece1feebb',NULL,NULL),(3020,2196,'Non-governmental Organization','en',1,1,'2015-05-26 13:09:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1245dd18-8ee4-45d7-ad5b-db2f0100a40b',NULL,NULL),(3021,2197,'Self referred','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'43f2b88c-c478-4247-b18d-6a8f7b20e545',NULL,NULL),(3022,2197,'Self Referred','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2166f6da-723e-4ee0-8f0e-b1f739b932ed',NULL,NULL),(3023,2198,'Outreach/Special Services','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c865c76f-cba1-46b6-aa89-67acc6624755',NULL,NULL),(3024,2199,'HIVTC, Entry Point','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b0128086-7cfa-482e-8660-343f5496a52e',NULL,NULL),(3025,2199,'Entry Point','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'2d93c638-9a93-4852-920c-e5a3d9982bc0',NULL,NULL),(3026,2200,'HIVTC, Other Entry Point','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b746d99e-56e2-44e2-9674-a234e97a732e',NULL,NULL),(3027,2200,'Others (Specify)','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'8dcebc39-e684-422a-8d4e-f17fc8eb60e1',NULL,NULL),(3028,2201,'AZT/3TC/NVP','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c4dfb2f-4e2d-4fb3-8100-c6b3cf4dfe0b',NULL,NULL),(3029,2202,'AZT/3TC/NVP-Paediatric','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bfc77ae1-9aaf-45a5-8e34-fb768dc92d50',NULL,NULL),(3030,2203,'AZT/3TC/EFV','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'948d25e3-912b-4807-b880-1ca7464fcea1',NULL,NULL),(3031,2204,'AZT/3TC/EFV-Paediatric','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a7d8dfaf-32c6-41ec-b68c-81176db627f2',NULL,NULL),(3032,2205,'TDF/3TC/NVP','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5534eca-e21b-4d5b-ad57-2312c87d86f1',NULL,NULL),(3033,2206,'TDF/3TC/NVP-Paediatric','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'813dd4f0-4b18-4ae7-bfe2-5fdef848236a',NULL,NULL),(3034,2207,'TDF/3TC/EFV','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eca50ea4-07cc-4d10-a824-21d2cca8d285',NULL,NULL),(3035,2208,'TDF/3TC/EFV-Paediatric','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9ae1f5c-2a7b-4959-8525-ac43ae568b26',NULL,NULL),(3036,2209,'TDF/3TC/LPV/r','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a9d5dd91-d2f3-4155-a854-c664bd639737',NULL,NULL),(3037,2210,'AZT/3TC/LPV/r','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cc643404-d514-43f7-bbfa-b3feb3b8ba11',NULL,NULL),(3038,2211,'Regimen','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'ce0441c0-7f2b-4058-a8f5-2b0f58bba839',NULL,NULL),(3039,2211,'HIVTC, Mothers ARV Regimen','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db3d53e4-e7c1-4bc7-8e4b-dda429756e58',NULL,NULL),(3040,2212,'HIVTC, Mothers ARV Regimen Start Date','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6b339017-83ee-447b-86e8-274fc3e07faf',NULL,NULL),(3041,2212,'Regimen Start Date','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'94bb767b-87b2-4e86-863b-956227f4cab8',NULL,NULL),(3042,2213,'Within 2 months','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'15705ffb-cef0-4549-b3bf-e8e3b364cf90',NULL,NULL),(3043,2214,'2 to 9 months','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'edce383b-0c55-4537-95f2-1fb9f8407829',NULL,NULL),(3044,2214,'2 - 9 months','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'3e5dccda-d0ab-4ccd-969f-6e770f0689af',NULL,NULL),(3045,2215,'9 - 18 months','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'b5156d62-9b03-4b0b-93f6-b51f3160f3a2',NULL,NULL),(3046,2215,'9 to 18 months','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0f4e7704-cede-4e50-aa1e-050df3d1ae68',NULL,NULL),(3047,2216,'Early Infant Diagnosis','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'deab059c-a994-4d95-b5d5-efc241303eb6',NULL,NULL),(3048,2216,'ART, Early Infant Diagnosis','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'678c4d7b-64d7-4cab-8fdf-224ec56461a9',NULL,NULL),(3049,2217,'PCR Test Date','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'820cab93-e806-491f-af6e-7633fe4fb1c3',NULL,NULL),(3050,2217,'ART, PCR Test Date','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4d0f8a7-7561-45fc-9d67-ddce7eed8dd4',NULL,NULL),(3051,2218,'ART, PCR Test Result','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'669a67bc-ad1b-4ae2-88f9-6e690818f89d',NULL,NULL),(3052,2218,'PCR Test Result','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'a25ae76f-004a-4692-b83f-f25284338e66',NULL,NULL),(3053,2219,'ART, Antibody test date','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3bcb6a49-e1cb-4bd6-8e33-969f5d53edbf',NULL,NULL),(3054,2219,'Antibody test date','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'85e99df0-7246-4b29-b646-6f95667d9200',NULL,NULL),(3055,2220,'Antibody test result','en',0,1,'2015-05-26 13:09:51','SHORT',0,NULL,NULL,NULL,'3daec7d7-be8e-40a9-b5b5-73ccc938557b',NULL,NULL),(3056,2220,'ART, Antibody test result','en',1,1,'2015-05-26 13:09:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'deca1d5c-da42-4f45-9f29-b0624eb7f210',NULL,NULL),(3057,2221,'CPT Prophylaxis start date after 6wks','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'31a2cc8b-77ec-4d3a-9ab1-b98aced48767',NULL,NULL),(3058,2221,'ART, CPT Prophylaxis start date after 6wks','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ffd1e96-5b2c-46d5-8791-e6c4ea8ed5b1',NULL,NULL),(3059,2222,'HIV +ve diagnosed date','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'b7da2af8-c9f7-4260-8b38-8a211811c29a',NULL,NULL),(3060,2222,'HIVTC, HIV +ve diagnosed date','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d4fa2ee-6d29-43f5-80f5-efeae5ef0e83',NULL,NULL),(3061,2223,'Enrolled Date','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'7f8dcf4b-2aa8-4398-b7c7-1316f6988dad',NULL,NULL),(3062,2223,'HIVTC, HIV care enrolled date','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ddc6078-e606-411d-b56e-c471665e6464',NULL,NULL),(3063,2224,'WHO Staging','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'49163528-cbe2-4b5a-b4f8-3874988b7ba2',NULL,NULL),(3064,2224,'HIVTC, HIV care WHO Staging','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6e526122-35c3-4cca-afce-53b4e7aa933f',NULL,NULL),(3065,2225,'CPT Started','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'17e16ed5-d998-4423-b6fa-94d9da0e030b',NULL,NULL),(3066,2225,'HIVTC, HIV care CPT started','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'15eaa349-1047-4155-af11-50b1a121d3ac',NULL,NULL),(3067,2226,'CPT Start date','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'3d36c08c-7bbc-460c-ae33-7aeeb51a0470',NULL,NULL),(3068,2226,'HIVTC, HIV care CPT start date','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'253e9db0-d014-4dc6-9399-7400ce01a496',NULL,NULL),(3069,2227,'IPT Started','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'a4cc6127-907d-444d-9d04-73c7ba6c7f31',NULL,NULL),(3070,2227,'HIVTC, HIV care IPT started','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44e50c98-e565-4d09-a63d-7639e2fabc44',NULL,NULL),(3071,2228,'HIVTC, HIV care IPT start date','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8cd658ff-1a77-4599-88bd-7e9512a17f5c',NULL,NULL),(3072,2228,'IPT Start date','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'b83a85df-bfbd-48a7-9414-1e72aab7080c',NULL,NULL),(3073,2229,'Smear','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'ffaa9e23-9c69-419e-a606-df0357506754',NULL,NULL),(3074,2229,'HIVTC, Smear TB assessment at enrollment','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ddb1a19-846a-46c3-995d-5f23bfd8f8ac',NULL,NULL),(3075,2230,'Culture','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'206533ea-1d56-4814-9d9e-efa9c2aed0e5',NULL,NULL),(3076,2230,'HIVTC, Culture TB assessment at enrollment','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'77686b16-8766-464f-b3ff-8aafc0462884',NULL,NULL),(3077,2231,'HIVTC, Chest X-Ray TB assessment at enrollment','en',0,1,'2015-05-26 13:09:52',NULL,1,4,'2015-07-03 11:21:15','Voided due to change of name','8333e669-5a87-4777-a1dc-75ab936fcdae',NULL,NULL),(3078,2231,'Chest X-Ray','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'eee213df-92bf-4bd1-a5de-21b504162b91',NULL,NULL),(3079,2232,'Gene Xpert','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'80e8b796-b943-4a3c-931b-00acd124195c',NULL,NULL),(3080,2232,'HIVTC, Gene Xpert TB assessment at enrollment','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a39d2e4e-bf15-40e3-b845-ac50cc18b520',NULL,NULL),(3081,2233,'Extra Pulmonary','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'03bc1a93-0ef2-4967-a18f-3da8b410a68c',NULL,NULL),(3082,2234,'Pulmonary(BC)','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1f3c3fe-aee8-4eb6-82a7-d00f6a6687ec',NULL,NULL),(3083,2235,'Pulmonary(CD)','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8708e92e-9d1a-4a4d-bb41-82f95e855e51',NULL,NULL),(3084,2236,'HIVTC, TB Type','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a6dd299d-6691-4c4e-a21c-cd3efd1e4fb9',NULL,NULL),(3085,2236,'TB Type','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'fa496a72-c89f-4c90-8521-e1b3c1462cf2',NULL,NULL),(3086,2237,'TB Treatment start date','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'421fb279-8146-4dca-8c42-f25aac1ee25a',NULL,NULL),(3087,2237,'HIVTC, TB Treatment start date','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b826cb9a-cb7a-4dfb-8be1-7e7cbb525c34',NULL,NULL),(3088,2238,'Category I','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4c40fa8-ebb9-44f4-9af2-3293d287029a',NULL,NULL),(3089,2239,'Category II','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1cde8a0-25ea-4163-9efe-202e64a5001f',NULL,NULL),(3090,2240,'Category III','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9e03c321-a5c6-4c36-84fd-7165ed330631',NULL,NULL),(3091,2241,'HIVTC, TB Regimen','en',1,1,'2015-05-26 13:09:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b3a85ce-ff21-4ef0-867e-f3fdf88e8188',NULL,NULL),(3092,2241,'TB Regimen','en',0,1,'2015-05-26 13:09:52','SHORT',0,NULL,NULL,NULL,'e9c561f6-583d-4d26-8150-7d4aaa005165',NULL,NULL),(3093,2242,'Completed','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f2c69e6-cb8e-4618-b9f8-d062c2f75cab',NULL,NULL),(3094,2243,'Failure','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e32613c-ee45-4112-9ade-5573511f86a6',NULL,NULL),(3095,2244,'Moved to second line treatment register','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b12e3592-d8e9-492a-999b-a725ded70f56',NULL,NULL),(3096,2245,'Treatment Outcome','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'7e970924-bc7b-4dc5-a187-b72ed31a4f28',NULL,NULL),(3097,2245,'HIVTC, TB Treatment Outcome','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c27c87a-fa92-4504-9db5-e062749a13cb',NULL,NULL),(3098,2246,'Diseases','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'261a0217-5b05-464d-89c5-8096658a9872',NULL,NULL),(3099,2246,'HIVTC, Other chronic diseases','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'686ba3f0-8aa1-4d09-873c-819f755220cd',NULL,NULL),(3100,2247,'Drugs','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'21d99530-d950-4e19-ba5a-a3ba4ef63c3b',NULL,NULL),(3101,2247,'HIVTC, Other chronic disease drugs','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'89e54571-71e4-4f6c-879e-712b5694f0e2',NULL,NULL),(3102,2248,'HIVTC, ART eligible date','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4bc04b31-f40f-415a-b3e4-26665815a5a6',NULL,NULL),(3103,2248,'ART eligible date','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'4db8e887-5fb7-411a-8cb7-f95e6c64d041',NULL,NULL),(3104,2249,'HIVTC, ART start date','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2398bf0-4105-476a-af33-453684dfb37a',NULL,NULL),(3105,2249,'ART start date','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'ac7bbd71-93c8-4e70-ab52-293491487a02',NULL,NULL),(3106,2250,'HIVTC, ART Regimen','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'567802b2-c2cf-434f-865b-b2dcc9dbd4c6',NULL,NULL),(3107,2250,'ART Regimen','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'95955de4-7440-4482-88f6-e5daefc2d738',NULL,NULL),(3108,2251,'HIVTC, Transferred in from','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'118c5adc-c773-4437-92e2-b602274e128b',NULL,NULL),(3109,2251,'From (site)','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'c6871f13-4487-4c71-9cb0-57a0bbc9ebde',NULL,NULL),(3110,2252,'Patient Regimen','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'be476a34-7ff9-4eb6-a081-c8f2c931a351',NULL,NULL),(3111,2252,'HIVTC, Transferred Patient Regimen','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95fdd01f-5b4b-4598-bc24-9f3276bb6606',NULL,NULL),(3112,2253,'Transferred in Date','en',0,1,'2015-05-26 13:09:53','SHORT',0,NULL,NULL,NULL,'7490e97d-3e30-4efd-8f33-473a1cf5a211',NULL,NULL),(3113,2253,'HIVTC, Date of transferred in','en',1,1,'2015-05-26 13:09:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ccf1211-e8cb-4b42-bd42-347711197ada',NULL,NULL),(3114,2254,'Viral Load','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'0f7274ec-8ade-4788-bfb4-a28b95288088',NULL,NULL),(3115,2254,'HIVTC, Viral Load','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c76a114-29cb-42ab-8796-4dde9be2879a',NULL,NULL),(3116,2255,'Viral Load date','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'25e175b4-5b48-4236-9634-4c327ef4448b',NULL,NULL),(3117,2255,'HIVTC, Viral Load date','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ca8ba4e-e184-49d0-be72-393362ff8399',NULL,NULL),(3118,2256,'CD4 count','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'444fbee6-66e2-4679-8a03-472195b679c0',NULL,NULL),(3119,2256,'HIVTC, CD4 count','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f15ff6d-e46c-4e34-93ff-6c324fec693f',NULL,NULL),(3120,2257,'1-2 weeks','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4fd5e27e-1679-41d5-a896-e74081740a43',NULL,NULL),(3121,2258,'2-4 weeks','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'af64c33d-60b2-4255-9a5b-406d6930cbdd',NULL,NULL),(3122,2259,'2 months','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d7edf8cc-6d27-4b0c-a41c-403024660b40',NULL,NULL),(3123,2260,'3 months','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2cbe72fb-b01e-4e85-9147-1f7c4fa9c887',NULL,NULL),(3124,2261,'> 3 months','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37f8ef7f-c384-4ae1-8763-0ee5b5c239f4',NULL,NULL),(3125,2262,'Followup','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9034999-46ec-45cb-bd62-b8e85dbbb1d7',NULL,NULL),(3126,2263,'IPT Follow-up','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'aa61c8d8-870e-4b3d-ae96-30856e414365',NULL,NULL),(3127,2263,'HIVTC, IPT Follow-up','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4ce84095-b415-4764-aeab-1005965b935a',NULL,NULL),(3128,2264,'HIVTC, Transferred out to','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca28a81b-7f4f-4fd8-b00e-f6fb96e6949f',NULL,NULL),(3129,2264,'To (site)','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'fd36b1dd-28c4-4c1a-99dd-fe67db98ca82',NULL,NULL),(3130,2265,'HIVTC, Regimen when transferred out','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df759025-563f-4592-b1b6-c6a80eba1a3d',NULL,NULL),(3131,2265,'Regimen when transferred','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'ab353680-b2a3-414e-89ea-2fe782309c17',NULL,NULL),(3132,2266,'Date of Transfer','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'314734a7-a0d9-4774-b31a-deba06983422',NULL,NULL),(3133,2266,'HIVTC, Date of transferred out','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cadea75a-3870-4f88-9d04-f062e6bf39ee',NULL,NULL),(3134,2267,'Treatment switched date','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'19e90702-7c8a-4681-9f49-0aa2ac3d7e02',NULL,NULL),(3135,2267,'HIVTC, Treatment switched date','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f369dffa-e98b-4313-927a-fa16070c8b5a',NULL,NULL),(3136,2268,'Name of Switched Regimen','en',0,1,'2015-05-26 13:09:54','SHORT',0,NULL,NULL,NULL,'364f821e-1d3c-4742-8ca1-1f7fb00984cc',NULL,NULL),(3137,2268,'HIVTC, Name of Switched Regimem','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'13114d00-2e1b-4889-b21f-c4926fb317f5',NULL,NULL),(3138,2269,'Clinical treatment failure','en',1,1,'2015-05-26 13:09:54','FULLY_SPECIFIED',0,NULL,NULL,NULL,'13742fb5-5e03-429b-81c6-8305a60cba17',NULL,NULL),(3139,2270,'Immunological failure','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d89a026d-2726-419c-810b-7bb8c0169099',NULL,NULL),(3140,2271,'Virologic failure','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'65b48d42-9789-4a41-ba2a-b52869770e96',NULL,NULL),(3141,2272,'HIVTC, Reason for treatment switch','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c913d368-d0c7-469c-bbe4-698fe12b46cc',NULL,NULL),(3142,2272,'Reason for treatment switch','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'abc03590-2953-43f0-86b5-01a6efab56db',NULL,NULL),(3143,2273,'Treatment substituted date','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'765062b4-cee5-401c-bbd9-5c9643d8abce',NULL,NULL),(3144,2273,'HIVTC, Treatment substituted date','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08e77dce-abbe-4aeb-a602-f51d80f6e0bf',NULL,NULL),(3145,2274,'HIVTC, New Regimen','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'80e3e8b1-018b-449b-ab8a-267089d76b77',NULL,NULL),(3146,2274,'New Regimen','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'d45da2f2-22f6-4cee-b60b-9fc4fc262283',NULL,NULL),(3147,2275,'Toxic Side Effect','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a7635a34-f6e8-48fe-b6f2-9739e9e9deb0',NULL,NULL),(3148,2276,'Risk of pregnancy','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d0ef5e3b-b5fc-42d1-9d59-5199537d6432',NULL,NULL),(3149,2277,'Newly diagnosed TB','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'940dbec9-c9f1-4d60-bc41-b384875f3b55',NULL,NULL),(3150,2278,'New drug available','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75ecf1a6-653f-4671-b1c5-ae6a9867363e',NULL,NULL),(3151,2279,'Drug stockout','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8149d69f-b402-4e7c-b4cc-71fe465cd574',NULL,NULL),(3152,2280,'Reason for treatment substitution','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'36e08480-02c4-4920-be33-a01570649df3',NULL,NULL),(3153,2280,'HIVTC, Reason for treatment substitution','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7eb58b40-b9f0-4962-8bdd-4e7196461d0c',NULL,NULL),(3154,2281,'Bacterial Pneumonia Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'380e05bd-7cb0-4f49-a4cc-13f4b73bff49',NULL,NULL),(3155,2281,'Bacterial Pneumonia','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'9113615f-dbb5-49f3-a199-eb9999c59b83',NULL,NULL),(3156,2282,'Tuberculosis','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'cc67d395-6424-4ec6-b78c-a6ee5f7718eb',NULL,NULL),(3157,2282,'Tuberculosis Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c310bb8-dd99-4a52-9173-b30781e1de40',NULL,NULL),(3158,2283,'Candidiasis','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'4890921f-c7ad-4dea-9d63-1f381e9a42ae',NULL,NULL),(3159,2283,'Candidiasis Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1659dda-6922-492b-bd89-c3ea7fb50cd5',NULL,NULL),(3160,2284,'Diarrhoea Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cafbeb40-d438-4cd2-bf22-81bfd6ab035b',NULL,NULL),(3161,2284,'Diarrhoea','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'aee5ef76-5ee3-406f-8aec-b1bd226d8bc0',NULL,NULL),(3162,2285,'Crypto Meningitis Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efcfa200-f31b-4dc2-9987-eb284ff8fe89',NULL,NULL),(3163,2285,'Crypto Meningitis','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'4c0a1f02-68e6-4b20-a3c0-dc5c58d8a46e',NULL,NULL),(3164,2286,'Pneumocysitis Pneumonia','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'0b2074e0-32b8-4222-83d2-75e4877050a6',NULL,NULL),(3165,2286,'Pneumocysitis Pneumonia Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1da828a7-950c-484e-982e-0bd403289f5a',NULL,NULL),(3166,2287,'Cytomegato Virus Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'946e4a37-6122-4bb1-a830-a1fa96a4dbc7',NULL,NULL),(3167,2287,'Cytomegato Virus','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'a97a90a0-9760-4b72-b6a5-fa23e56fa715',NULL,NULL),(3168,2288,'Herpes Zoster','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'d8f2ed38-7a5e-49e3-8f6f-4fd2bbc3f114',NULL,NULL),(3169,2288,'Herpes Zoster Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'71eba6c6-b726-4406-a005-f8a3f9935e48',NULL,NULL),(3170,2289,'Herpes Genitalis','en',0,1,'2015-05-26 13:09:55','SHORT',0,NULL,NULL,NULL,'51642810-d75c-40ad-bb93-309f9ebc65ef',NULL,NULL),(3171,2289,'Herpes Genitalis Opportunistic Infection','en',1,1,'2015-05-26 13:09:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3de85744-866e-4f02-a13b-ee491ea88da7',NULL,NULL),(3172,2290,'Toxo Plasmosis','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7271f0e9-2922-4d7a-b107-1b036270248c',NULL,NULL),(3173,2291,'Opportunistic Infection Diagnosis','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'8cb24c30-528a-48a7-9f25-7d50759fda01',NULL,NULL),(3174,2291,'HIVTC, Opportunistic Infection Diagnosis','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ba4dd68-1f61-40a0-a061-20aca11e02dc',NULL,NULL),(3175,2292,'Others (Specify)','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'0afaaf31-2741-4033-a769-0165afe68dc9',NULL,NULL),(3176,2292,'HIVTC, Other Opportunistic Infection Diagnosis','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5fa554ec-d992-404a-9d50-fd91918616f7',NULL,NULL),(3177,2293,'Treatment','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'9d4a3e80-d368-40df-8994-9ad472c2e018',NULL,NULL),(3178,2293,'HIVTC, Opportunistic Infection Treatment','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7afdd6aa-2c7c-439d-b7ec-992489d48ca3',NULL,NULL),(3179,2294,'HIVTC, TB Screened','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff7a4c29-15fc-4b24-a54d-acd5ce6776e9',NULL,NULL),(3180,2294,'TB Screened','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'5f0f8f98-792e-48b9-acc4-f35331a3ab5a',NULL,NULL),(3181,2295,'Started','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'286cf9c8-a8a9-4bdc-95bf-35253c10dfef',NULL,NULL),(3182,2296,'Ongoing','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3329e41b-2963-4c51-b2fc-a40ce6bdf8c7',NULL,NULL),(3183,2297,'Stopped','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9dc05e09-87b0-45ba-8ecf-6683de862f8e',NULL,NULL),(3184,2298,'HIVTC, CPT Status','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bf0f5cb9-51fc-4088-a6e6-6356abda6b1a',NULL,NULL),(3185,2298,'CPT Status','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'cb341e8d-c77e-4122-abf1-288aba383dbc',NULL,NULL),(3186,2299,'CPT Stop Date','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'2c52425e-fcda-4cee-9d7b-ec5adf326507',NULL,NULL),(3187,2299,'HIVTC, CPT Stop Date','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'01f526d2-6a4b-4276-851b-5b6e901381d6',NULL,NULL),(3188,2300,'Stopped Treatment','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b4a6f20-56da-460a-8016-f7e1ec6f014f',NULL,NULL),(3189,2301,'Missing','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b047b3d1-0550-455f-8700-de5e9e0bc9c7',NULL,NULL),(3190,2302,'Lost to Follow-up','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df4248b1-60bd-4301-aea0-c1bf3f6ec76c',NULL,NULL),(3191,2303,'Restarted','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'06534892-d99d-4e9f-9550-32ed3995b64d',NULL,NULL),(3192,2304,'Current Status','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'27577f60-1a0a-4ff6-b872-68a6fb2a94e7',NULL,NULL),(3193,2304,'HIVTC, ART current status','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aca2e0d2-9479-44d1-a9e8-73556dbc380d',NULL,NULL),(3194,2305,'A','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'01a720b7-ccdb-4924-bd3a-bd12d40f8d90',NULL,NULL),(3195,2305,'Adherence Level A','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f3b3f49-e23b-428f-a68f-7731353e5e99',NULL,NULL),(3196,2306,'B','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'81855103-c760-4409-9d99-27b6570c1a88',NULL,NULL),(3197,2306,'Adherence Level B','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7a82cf6-2401-4a1b-9f84-93c03e455aa3',NULL,NULL),(3198,2307,'C','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'06e0e3ac-b73c-4f49-ad39-680edf938975',NULL,NULL),(3199,2307,'Adherence Level C','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6f513f9c-93b0-46d2-b1e8-ccf535adfe79',NULL,NULL),(3200,2308,'HIVTC, ART Treatment Adherence','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b0c0304-4f50-400f-ba5f-6191b6907840',NULL,NULL),(3201,2308,'Treatment Adherence','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'3c46e143-49e4-4a1f-ace2-e4152d4fcb72',NULL,NULL),(3202,2309,'HIVTC, Need Family Planning assessment','en',1,1,'2015-05-26 13:09:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'150d1b3b-b0b4-41b0-a3a8-b2b3d4787bef',NULL,NULL),(3203,2309,'Need FP assessment','en',0,1,'2015-05-26 13:09:56','SHORT',0,NULL,NULL,NULL,'a9004d5d-ae40-4653-9ee1-b005eed3d3ca',NULL,NULL),(3204,2310,'Intra Uterine Contraceptive Device','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f73455ea-0556-4107-b485-0a61aa7fa561',NULL,NULL),(3205,2310,'IUCD','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'6adb7900-0fe4-4f60-a6b2-f9d7e3bcca32',NULL,NULL),(3206,2311,'Permanent','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'430c944c-6568-43b8-87eb-332b58abad00',NULL,NULL),(3207,2312,'Refer for other FP services','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aad0aa35-14e3-4598-ac46-417fd50ddcc6',NULL,NULL),(3208,2313,'Depo','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b2f7816a-ea39-463a-a65b-2c76012d223b',NULL,NULL),(3209,2314,'Implant','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e0305ae-d310-4a4c-9fda-26fd96ce4a90',NULL,NULL),(3210,2315,'FP methods used by the patient','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'bb1b61a2-7f57-4807-939e-c97906385905',NULL,NULL),(3211,2315,'HIVTC, FP methods used by the patient','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c173e6a9-b18d-49b8-bc6a-cf2dddc64de3',NULL,NULL),(3212,2316,'Date of Death','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'7279e5a0-325c-40b8-b68b-89adfdd9f0fb',NULL,NULL),(3213,2316,'HIVTC, Date of Death','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6c913c8-a9ed-49f2-95e7-fff791efd82d',NULL,NULL),(3214,2317,'HIVTC, Death cause','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a0d37ed-d45c-49a4-b1d8-179849d444fb',NULL,NULL),(3215,2317,'Death cause','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'d0010b18-35a2-49d7-9f50-63d68c8b02bd',NULL,NULL),(3216,2318,'Regular','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a4054d95-b596-4886-b448-66a6e093f25d',NULL,NULL),(3217,2319,'Enrollment in OST Program','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'1a5102d8-4122-4e05-ae09-1f982c3d2eba',NULL,NULL),(3218,2319,'OST, Enrollment Type','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'057271c7-e756-4513-b56a-8fe0ac7577ea',NULL,NULL),(3219,2320,'OST, Date of Drop out','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a01291f4-4b7a-4257-a3a8-12234d6e9f21',NULL,NULL),(3220,2320,'Date of Drop out','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'a5eb4b96-d13c-420e-8ee8-38db42fb8b43',NULL,NULL),(3221,2321,'OST, Date of Restart','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'684e1ac6-3a92-4647-8bff-0bd8519ce09a',NULL,NULL),(3222,2321,'Date of Restart','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'d76ba954-d619-446c-8712-4e6c44b91a7d',NULL,NULL),(3223,2322,'OST, Date of Death','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a0c45b38-2df7-4cbd-9b33-4be3d02acd1c',NULL,NULL),(3224,2322,'Date of Death if the client reported Death','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'9cedc57f-498d-491b-9c53-d383cb7dbe00',NULL,NULL),(3225,2323,'Date of Transfer Out','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'d82f8691-9677-458c-9fa4-11f68891ea24',NULL,NULL),(3226,2323,'OST, Date of Transfer Out','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'32d6f1bc-baa6-448a-b226-ada81e555e27',NULL,NULL),(3227,2324,'Remarks','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'075a4b1f-07aa-4de5-9099-125facc196ac',NULL,NULL),(3228,2324,'OST, Remarks','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d65114ce-7930-4830-83a2-3a03ded76c00',NULL,NULL),(3229,2325,'Date of Transfer In','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'8725e4c9-03dd-49b7-9801-d658a3d630b4',NULL,NULL),(3230,2325,'OST, Date of Transfer In','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d839621-23e9-4717-9e60-2b5a5ed84693',NULL,NULL),(3231,2326,'OI Follow up','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6b62f7d2-44d6-4386-854f-b5a0213b90d7',NULL,NULL),(3232,2327,'OI Initial','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c640f6f5-2da1-490f-b905-144c7777e185',NULL,NULL),(3233,2328,'OI, Type of visit','en',1,1,'2015-05-26 13:09:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e26ac25-f706-413c-8166-41852921cf37',NULL,NULL),(3234,2328,'Type of visit','en',0,1,'2015-05-26 13:09:57','SHORT',0,NULL,NULL,NULL,'8935a639-1f6f-42e4-b458-c3eb90eb8d6d',NULL,NULL),(3235,2329,'OI, Opportunistic infections','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6bb394ec-d589-43cf-916f-94fe0f0e4a76',NULL,NULL),(3236,2330,'Provided Cotrim Prohylaxis','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'0dd7f31e-ac06-4a61-b1d2-08aba9734447',NULL,NULL),(3237,2330,'OI, Provided CPT','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2342368-3698-45a3-b9cf-3e76e882701c',NULL,NULL),(3238,2331,'OI, Screening for TB','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ec95626-d4b5-400f-b518-2678b950e230',NULL,NULL),(3239,2331,'Screening for TB','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'6849622c-e932-4520-afda-69b41357fb17',NULL,NULL),(3240,2332,'OI, Refer to other sites for TB screening','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7e982520-a9e8-433b-b24c-dd4588b75e1c',NULL,NULL),(3241,2332,'Refer to other sites for TB screening','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'ee6416b5-2e77-4192-8485-94a61ed57b7a',NULL,NULL),(3242,2333,'Remarks','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'9e88eaec-c80f-40c1-a7dc-40a7704e9ff5',NULL,NULL),(3243,2333,'OI, Remarks','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef64c6a5-e970-46c2-918c-0b4e9277a7df',NULL,NULL),(3244,2334,'Risk Group','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'180f4571-8c08-4a09-83b1-bac16789f97a',NULL,NULL),(3245,2334,'PMTCT, Risk Group','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d6cc9c42-711a-4002-ba2b-c745e1aef3dc',NULL,NULL),(3246,2335,'Others (Specify)','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'fbe94f05-2e72-4c5e-9e42-37f2f591f2ed',NULL,NULL),(3247,2335,'PMTCT, Other Risk Group','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f1106e7-f3b3-41d2-b30d-4231dc930450',NULL,NULL),(3248,2336,'Before Pregnancy','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'185d5977-5e47-4347-9cbd-495a7f7b5c24',NULL,NULL),(3249,2337,'Antenatal Period','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'612a0150-cb6d-488c-97c1-4ae3bcb294c9',NULL,NULL),(3250,2338,'PMTCT, Women identified HIV Positive during','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a9bffc91-3587-4938-8e5b-071f03d4684d',NULL,NULL),(3251,2338,'During','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'4d213bea-232f-4c34-b4a8-38d4b6524a30',NULL,NULL),(3252,2339,'PMTCT, Diagnosed HIV +ve Date','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ffa78f2-aec9-4a58-acc9-421fa32a963f',NULL,NULL),(3253,2339,'Diagnosed HIV +ve Date','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'8341ff57-3756-4dc0-9293-113adff2993f',NULL,NULL),(3254,2340,'Who already know their HIV status','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'217e1391-fb3b-4c42-9d0b-88e087b05dbb',NULL,NULL),(3255,2340,'PMTCT, Who already know their HIV status','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6434b3f6-c752-4da1-b0dc-10157ef077df',NULL,NULL),(3256,2341,'PMTCT, Referred if the status is unknown','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3f53e918-6983-4d6e-9bd2-3e4c1cf946ef',NULL,NULL),(3257,2341,'Referred if the status is unknown','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'5335e943-00d0-4dc8-b502-d775725f8ff3',NULL,NULL),(3258,2342,'PMTCT, WHO clinical staging','en',1,1,'2015-05-26 13:09:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d20dc9b9-899b-4fbc-9731-f2a1946ac14f',NULL,NULL),(3259,2342,'WHO clinical staging','en',0,1,'2015-05-26 13:09:58','SHORT',0,NULL,NULL,NULL,'bf18bea1-e6f7-44ec-abf5-e843175fded7',NULL,NULL),(3260,2343,'CD4 count','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'e864f41c-a826-46a7-9a50-fcd3c2d82220',NULL,NULL),(3261,2343,'PMTCT, CD4 count','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9852589c-1e68-4ff0-85bb-e7bb8fa38f5b',NULL,NULL),(3262,2344,'Date','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'f319cf71-4f01-409c-babd-6a3e1eb43ecc',NULL,NULL),(3263,2344,'PMTCT, ART Planned Start Date','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'07c7e473-8022-4b08-ad60-5c77943c4c3a',NULL,NULL),(3264,2345,'Postnatal','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e4e7ece-d562-4395-87f5-8c3bfe0cccbb',NULL,NULL),(3265,2346,'PMTCT, Started ART during','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6fe0e973-6a50-4190-ad65-5174296b78ba',NULL,NULL),(3266,2346,'Started ART during','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'18189aca-622b-4dd5-9c02-2915e665281c',NULL,NULL),(3267,2347,'ART start date','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'7ef0992e-18b6-443f-b426-5189a3497155',NULL,NULL),(3268,2347,'PMTCT, ART start date','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae3b0a3a-381d-4af6-9a54-37a1e9936615',NULL,NULL),(3269,2348,'Regimen','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'5e3342f6-ef7f-40b5-b820-7b7b0b3eb2c1',NULL,NULL),(3270,2348,'PMTCT, ART Regimen','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'59d50897-bccf-42d2-9567-4fb195c1d0b2',NULL,NULL),(3271,2349,'After 6 months','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'93007717-24d1-463e-b309-0d03af0f9f46',NULL,NULL),(3272,2349,'PMTCT, CD4 count after 6 months','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4c508b23-5684-4af0-a14b-82409582d8b8',NULL,NULL),(3273,2350,'After 12 months','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'54a078b1-723a-41a0-948c-93094a4742d9',NULL,NULL),(3274,2350,'PMTCT, CD4 count after 12 months','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ced7700e-d5f1-4a9c-a15e-bf0129c40eca',NULL,NULL),(3275,2351,'Category A','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'602fba5c-12b7-4f28-9c4f-386bc8731b64',NULL,NULL),(3276,2352,'Category B','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7a58ca8a-a633-4f66-ae35-72f509ae2e77',NULL,NULL),(3277,2353,'Category C','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e73f46e-8803-4e86-b4e5-d50e80857999',NULL,NULL),(3278,2354,'Category D','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4345af66-032e-469a-bed8-9418a7850c44',NULL,NULL),(3279,2355,'Category X','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5aa3a8b6-1533-4d23-9669-5de3de81d14d',NULL,NULL),(3280,2356,'Category N','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2876b483-45a5-4577-b1fd-6317e07a58b1',NULL,NULL),(3281,2357,'Pregnancy category','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'7af5d980-d39d-4dec-bcba-06addab3d78a',NULL,NULL),(3282,2357,'PMTCT, Pregnancy category when TB treatment started','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70442ffd-62e6-4f85-8656-1c034ce2dd31',NULL,NULL),(3283,2358,'TB treatment start date','en',0,1,'2015-05-26 13:09:59','SHORT',0,NULL,NULL,NULL,'f2d95131-de14-4ca7-8428-f37f39478ee8',NULL,NULL),(3284,2358,'PMTCT, TB treatment start date','en',1,1,'2015-05-26 13:09:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6359997a-073c-4a0a-9723-e84a88a7f3a3',NULL,NULL),(3285,2359,'Antepartum','en',0,1,'2015-05-26 13:10:00','SHORT',0,NULL,NULL,NULL,'b36998a1-6f62-49b4-b313-3d8cecf9b9e8',NULL,NULL),(3286,2359,'PMTCT, Antepartum','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eed07aa3-4878-487b-84ee-0dd8f05527bf',NULL,NULL),(3287,2360,'Adherence Level','en',0,1,'2015-05-26 13:10:00','SHORT',0,NULL,NULL,NULL,'cdbe0f98-d469-4c46-bfbd-f95b3fc4c6a3',NULL,NULL),(3288,2360,'PMTCT, Adherence Level','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'acdae6bc-b2e0-43f7-ab9a-bec2d411ac0f',NULL,NULL),(3289,2361,'Vaccum Delivery','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'58a145e6-a051-414d-90b7-81990e2a3726',NULL,NULL),(3290,2362,'Forceps Delivery','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'313fbe31-f122-46fb-87df-1de46e7e5989',NULL,NULL),(3291,2363,'Cesarean Section Delivery','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'76a0b733-554f-47d9-8c85-c0259cf2bcd8',NULL,NULL),(3292,2364,'PMTCT, Delivery','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6018cde3-a039-40c5-933f-754bd9c9a9fa',NULL,NULL),(3293,2364,'Delivery','en',0,1,'2015-05-26 13:10:00','SHORT',0,NULL,NULL,NULL,'48fffab8-704f-42b5-a7ae-9f5c00f6159c',NULL,NULL),(3294,2365,'Livebirth','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37f72f28-e57a-48b1-ab23-c1cbe679ae3c',NULL,NULL),(3295,2366,'Stillbirth','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49d01263-0f72-4003-94e3-f8bd7d86f97f',NULL,NULL),(3296,2367,'Stillbirth Macerated','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'948a7e75-8a45-4bca-9c35-7d9c02b90fa2',NULL,NULL),(3297,2368,'PMTCT, Baby birth status','en',1,1,'2015-05-26 13:10:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8beb2fc-ea92-4944-b7a1-c80ca63bbdb3',NULL,NULL),(3298,2368,'Baby birth status','en',0,1,'2015-05-26 13:10:00','SHORT',0,NULL,NULL,NULL,'cdcc2357-d755-435e-b9f6-de608b2c7062',NULL,NULL),(3299,2369,'PMTCT, Postpartum','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df19b7ab-8222-4b6a-a41a-74ee4d08c80a',NULL,NULL),(3300,2369,'Postpartum','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'7ecce69d-579e-42a5-9e58-839a670cc403',NULL,NULL),(3301,2370,'Live Birth','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'ffa44cac-38c0-423c-933b-8ef5b93cee4b',NULL,NULL),(3302,2370,'PMTCT, Live Birth','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f0c558e-1956-4d0f-b16b-bedd8626a9f7',NULL,NULL),(3303,2371,'PMTCT, Birth Weight','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d14711b-f161-4508-841d-f6cbb4f7b24a',NULL,NULL),(3304,2371,'Birth Weight','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'f16fd33b-7ea7-4c8a-9e7d-a0f1dd4aab04',NULL,NULL),(3305,2372,'Started ARV Prophylaxis for Baby','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'fb98e0ee-a126-49f9-b04a-e31969b57566',NULL,NULL),(3306,2372,'PMTCT, Started ARV Prophylaxis for Baby','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'689f6060-c318-4cf9-9a9b-1404694d445a',NULL,NULL),(3307,2373,'Exclusive Breast Feeding','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85cf2b5f-e2af-495e-be91-6acaf70be8b6',NULL,NULL),(3308,2374,'Replacement Breast Feeding','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7985fabc-d250-4d48-be1f-4e960cd5a143',NULL,NULL),(3309,2375,'Mixed Breast Feeding','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f30d02a0-e52d-44b9-955a-2c45badcfd0c',NULL,NULL),(3310,2376,'Breast feeding options opted by HIV +ve mother','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'539bf3eb-ea43-4b03-be0b-20f3725b0fc1',NULL,NULL),(3311,2376,'PMTCT, Breast feeding options opted by HIV +ve mother','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91bacc7d-5e15-4d8f-9c6d-5466372e7a5e',NULL,NULL),(3312,2377,'FP services provided postpartum','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'4a2148cc-68ac-4920-96e4-96dfa98d2067',NULL,NULL),(3313,2377,'PMTCT, Family Planning services provided postpartum','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d0086db2-2991-4a6c-a493-e300941fbf69',NULL,NULL),(3314,2378,'Transferred out during pregnancy','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'39899494-e0ab-41e1-aec7-8c52d7fc5d72',NULL,NULL),(3315,2378,'PMTCT, Transfer out during pregnancy','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b05ce6b4-caa1-4a0b-97c7-cf039bb122d2',NULL,NULL),(3316,2379,'PMTCT, Date of Death','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fb0622c0-4a59-416a-bb15-e499ad70bd94',NULL,NULL),(3317,2379,'Date of Death','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'81bb1ddb-82cb-477d-a3ba-5c3e9bb4dac0',NULL,NULL),(3318,2380,'PMTCT, Place of transfer out for continuum','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cad83b7d-6012-4df6-956e-58ea09448ac7',NULL,NULL),(3319,2380,'Place','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'e9d1ea11-e516-4e96-a98d-2650e68302bf',NULL,NULL),(3320,2381,'Date','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'de6ae7d9-fabe-4960-9c20-ddf9f756d7fb',NULL,NULL),(3321,2381,'PMTCT, Date of Transfer out for continuum','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d92189a-0588-4034-b770-111556579a2e',NULL,NULL),(3322,2382,'PMTCT, Remarks of transfer out for continuum','en',1,1,'2015-05-26 13:10:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7eb7b8fd-8558-4db9-9768-16dae72653bb',NULL,NULL),(3323,2382,'Remarks','en',0,1,'2015-05-26 13:10:01','SHORT',0,NULL,NULL,NULL,'15f0b5e7-c098-478d-8f87-db42bc0655d0',NULL,NULL),(3324,2383,'HTC, Pre-test Counseling Set','en',1,1,'2015-05-26 13:13:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ce95767-d1e9-481b-ad41-6714aa81bc37',NULL,NULL),(3325,2383,'Pre-test Counseling','en',0,1,'2015-05-26 13:13:02','SHORT',0,NULL,NULL,NULL,'484c6144-6a2f-4cd8-9b9a-36382207ef61',NULL,NULL),(3326,2384,'HTC, HIV Test','en',1,1,'2015-05-26 13:13:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa10de81-e655-49a5-a041-2a2b273aa9a8',NULL,NULL),(3327,2384,'HIV Test','en',0,1,'2015-05-26 13:13:02','SHORT',0,NULL,NULL,NULL,'a37cb6ec-3e5d-4585-84eb-8fe7130794a7',NULL,NULL),(3328,2385,'HTC, Post-test Counseling Set','en',1,1,'2015-05-26 13:13:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4a9993a-38f4-47fd-8d16-366d2c9abe89',NULL,NULL),(3329,2385,'Post-test Counseling','en',0,1,'2015-05-26 13:13:02','SHORT',0,NULL,NULL,NULL,'d54fa2e8-ee80-471a-8121-53c3417626f1',NULL,NULL),(3330,2386,'HIV Testing and Counseling','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'30458e40-ebf5-4a45-bfd6-420fe708d583',NULL,NULL),(3331,2386,'HIV Testing and Counseling Intake Template','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e246808b-a458-4a9c-917e-2279f9167e6b',NULL,NULL),(3332,2387,'HIVTC, Assessment and Plan','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cecb5a37-de07-41d5-80a2-48502e01a0a5',NULL,NULL),(3333,2387,'Assessment / Plan (Problem based)','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'01005571-4162-4265-be88-e5f54f8bc69e',NULL,NULL),(3334,2388,'Mothers ARV Regimen Details','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'84c39ac7-e765-46be-ba55-a7d0c4d3aec7',NULL,NULL),(3335,2388,'HIVTC, Mothers ARV Regimen Details','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f519556-c017-4706-8fb7-41982ebc08b3',NULL,NULL),(3336,2389,'ART, Antibody test after 18m','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b32851b-e9ee-4184-8baf-60a6e6376dea',NULL,NULL),(3337,2389,'Antibody test after 18m','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'198a8ced-bd71-4a6b-884a-11eb0c61436d',NULL,NULL),(3338,2390,'ART, HIV Exposed Baby','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a959a764-4576-4c93-9047-c3d24abce220',NULL,NULL),(3339,2390,'HIV Exposed Baby','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'03a7e128-b7e1-458a-8e0d-2645ca78fca8',NULL,NULL),(3340,2391,'HIVTC, HIV Care History Intake','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'693459e6-5371-47b1-bd68-932353012c7b',NULL,NULL),(3341,2391,'HIV Care History','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'6d72047a-6109-40d5-ae26-6d4bc9c34751',NULL,NULL),(3342,2392,'HIVTC, TB assessment at the time of Enrollment in HIV Care','en',1,1,'2015-05-26 13:13:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68f1ecc1-c86a-4fbc-9f7e-ae0490edbb39',NULL,NULL),(3343,2392,'TB assessment at the time of Enrollment in HIV Care','en',0,1,'2015-05-26 13:13:03','SHORT',0,NULL,NULL,NULL,'acea9cfd-93ca-4d99-818f-29de11ec1d17',NULL,NULL),(3344,2393,'History of TB','en',0,1,'2015-05-26 13:13:04','SHORT',0,NULL,NULL,NULL,'8cad7b47-8880-4847-9293-4015db8a763f',NULL,NULL),(3345,2393,'HIVTC, History of TB','en',1,1,'2015-05-26 13:13:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3349ac9-b7cb-4ec3-84e7-5ac08cd6c14d',NULL,NULL),(3346,2394,'HIVTC, History of Other Chronic Illness','en',1,1,'2015-05-26 13:13:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'986cd66b-f142-4c72-9e48-1bf28530b956',NULL,NULL),(3347,2394,'History of Other Chronic Illness','en',0,1,'2015-05-26 13:13:04','SHORT',0,NULL,NULL,NULL,'7f20efad-3fc4-4d5c-b189-f902648df858',NULL,NULL),(3348,2395,'ART Eligibility','en',0,1,'2015-05-26 13:13:04','SHORT',0,NULL,NULL,NULL,'b0b0428a-5c16-41ed-b86b-0a32c1ee32ae',NULL,NULL),(3349,2395,'HIVTC, ART Eligibility','en',1,1,'2015-05-26 13:13:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'40f02af7-8252-4b92-b158-c6838787a1af',NULL,NULL),(3350,2396,'HIVTC, Transferred in','en',1,1,'2015-05-26 13:13:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e54d445-798b-4fde-b483-05646d7b9b00',NULL,NULL),(3351,2396,'Transferred in','en',0,1,'2015-05-26 13:13:04','SHORT',0,NULL,NULL,NULL,'0f5f41ab-86ff-42bf-8a48-169728a02253',NULL,NULL),(3352,2397,'HIV Treatment and Care Intake Template','en',1,1,'2015-05-26 13:13:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'40cdd47f-5c48-4e91-8e54-76671ead1afc',NULL,NULL),(3353,2397,'HIV Treatment and Care - Intake','en',0,1,'2015-05-26 13:13:05','SHORT',0,NULL,NULL,NULL,'2807c9b9-b31c-4f3f-a8a7-40461bdb2237',NULL,NULL),(3354,2398,'HIVTC, Transferred out','en',1,1,'2015-05-26 13:13:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a71ee161-b62e-4b79-9992-e399c05e941c',NULL,NULL),(3355,2398,'Transferred out','en',0,1,'2015-05-26 13:13:05','SHORT',0,NULL,NULL,NULL,'204d9d57-4cfa-491c-969a-3dd3c333938f',NULL,NULL),(3356,2399,'Treatment Switched','en',0,1,'2015-05-26 13:13:05','SHORT',0,NULL,NULL,NULL,'1e66fedd-91f5-428a-8589-4bf1c6908e4c',NULL,NULL),(3357,2399,'HIVTC, Treatment Switched','en',1,1,'2015-05-26 13:13:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'68b8a09f-83f1-40ea-b543-3a256933b233',NULL,NULL),(3358,2400,'HIVTC, Treatment Substituted','en',1,1,'2015-05-26 13:13:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'defc2939-4134-4866-8834-972f077160ff',NULL,NULL),(3359,2400,'Treatment Substituted','en',0,1,'2015-05-26 13:13:05','SHORT',0,NULL,NULL,NULL,'c45601bc-0c53-4767-b9f8-c08eb93b3f3d',NULL,NULL),(3360,2401,'HIVTC, HIV Care and Treatment History','en',1,1,'2015-05-26 13:13:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'66701153-0fa9-447b-9f8d-11dbea45c569',NULL,NULL),(3361,2401,'HIV Care and Treatment History','en',0,1,'2015-05-26 13:13:05','SHORT',0,NULL,NULL,NULL,'18455c1e-18e5-4d7b-8d50-a972280eb562',NULL,NULL),(3362,2402,'ART History','en',0,1,'2015-05-26 13:13:05','SHORT',0,NULL,NULL,NULL,'693ecbf8-67dc-45d9-af44-52af16352f5f',NULL,NULL),(3363,2402,'HIVTC, ART History','en',1,1,'2015-05-26 13:13:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d421df8d-a907-4c15-9d39-374b5e756b7c',NULL,NULL),(3364,2403,'HIV Treatment and Care Progress Template','en',1,1,'2015-05-26 13:13:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d76ac5f-aefd-4f55-ba8f-8a5cb167afd9',NULL,NULL),(3365,2403,'HIV Treatment and Care - Progress','en',0,1,'2015-05-26 13:13:06','SHORT',0,NULL,NULL,NULL,'047241a8-90d5-4503-a94e-d6527b9c94ae',NULL,NULL),(3366,2404,'Opioid Substitution Therapy Intake Template','en',1,1,'2015-05-26 13:13:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1da1cf24-c78c-424d-a531-fe52b84aad93',NULL,NULL),(3367,2404,'Opioid Substitution Therapy - Intake','en',0,1,'2015-05-26 13:13:06','SHORT',0,NULL,NULL,NULL,'500631b7-d363-45df-8e9d-a4894c33572c',NULL,NULL),(3368,2405,'Opportunistic Infection','en',0,1,'2015-05-26 13:13:06','SHORT',0,NULL,NULL,NULL,'96fa4932-3406-4f80-89d8-7c2f591361f9',NULL,NULL),(3369,2405,'Opportunistic Infection Template','en',1,1,'2015-05-26 13:13:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5471d00-5b35-430f-90f3-263333487f0b',NULL,NULL),(3370,2406,'Women identified HIV Positive','en',0,1,'2015-05-26 13:13:06','SHORT',0,NULL,NULL,NULL,'f4d961b1-a3fa-4530-94e6-d251f4c915c3',NULL,NULL),(3371,2406,'PMTCT, Women identified HIV Positive','en',1,1,'2015-05-26 13:13:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee6ed958-4689-4aec-88a5-35126a086f28',NULL,NULL),(3372,2407,'HIV Status of Male Partner','en',0,1,'2015-05-26 13:13:06','SHORT',0,NULL,NULL,NULL,'b976028a-28bc-41a5-ae4c-ddbe1bd37d78',NULL,NULL),(3373,2407,'PMTCT, HIV Status of Male Partner','en',1,1,'2015-05-26 13:13:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'074e1c14-4623-4c05-a976-09f0b3d067df',NULL,NULL),(3374,2408,'PMTCT, ART Eligibility and Date for First','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'104c60ae-ee12-45e1-bc85-23d958910faf',NULL,NULL),(3375,2408,'ART Eligibility and Date for First','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'c24533f9-c5d1-4579-943b-d18f84639d17',NULL,NULL),(3376,2409,'ART Treatment','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'6d676609-0607-4d97-8c7a-2287e2bf24c5',NULL,NULL),(3377,2409,'PMTCT, ART Treatment','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7eabd079-be0a-49e0-bf8c-c3301290e6db',NULL,NULL),(3378,2410,'CD4 Count After','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'967c5eec-ce62-48c9-ae36-43455a3efa75',NULL,NULL),(3379,2410,'PMTCT, CD4 count after','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1c9b8f3-78fb-4aec-bc92-253ac8064522',NULL,NULL),(3380,2411,'TB Treatment During','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'88567dbf-e659-40b5-ac61-f0eff72ea895',NULL,NULL),(3381,2411,'PMTCT, TB Treatment During','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'58184c1c-d993-4694-bf39-0aeb84c2050f',NULL,NULL),(3382,2412,'PMTCT, Follow-up on ART','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82bf470d-80aa-4d4b-b80b-ef39e6f7826d',NULL,NULL),(3383,2412,'Follow-up on ART','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'b2c9c174-dccb-4e8b-a1c7-8d1307070894',NULL,NULL),(3384,2413,'HIV Positive Born Babies','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'38a3dbd0-7c1b-4c77-be4c-b002bfa96de3',NULL,NULL),(3385,2413,'PMTCT, HIV Positive Born Babies','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb3604be-3a97-4502-81eb-0816ea8b0baf',NULL,NULL),(3386,2414,'Date and Place of Transfer out for continuum','en',0,1,'2015-05-26 13:13:07','SHORT',0,NULL,NULL,NULL,'227d74ab-1d99-4ea5-b326-6d4cf997cb23',NULL,NULL),(3387,2414,'PMTCT, Date and Place of Transfer out for continuum','en',1,1,'2015-05-26 13:13:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cd93f6b3-3c31-4f69-aa2e-1eca4290a612',NULL,NULL),(3388,2415,'PMTCT, End of Follow-up','en',1,1,'2015-05-26 13:13:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2c9fd8fa-2c0f-4da4-af0b-52384cacb948',NULL,NULL),(3389,2415,'End of Follow-up','en',0,1,'2015-05-26 13:13:08','SHORT',0,NULL,NULL,NULL,'cbf6746e-cb5c-4e65-b083-92151e64fc51',NULL,NULL),(3390,2416,'Prevention of Mother-to-Child Transmission','en',0,1,'2015-05-26 13:13:08','SHORT',0,NULL,NULL,NULL,'ade5f0cc-cf85-4d87-a874-23db0135cff5',NULL,NULL),(3391,2416,'Prevention of Mother-to-Child Transmission Intake Template','en',1,1,'2015-05-26 13:13:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6f431327-2dfc-4b2f-9107-008fe388f56b',NULL,NULL),(3392,2417,'Sexually transmitted infections - Intake','en',0,1,'2015-05-26 13:13:08','SHORT',0,NULL,NULL,NULL,'9e5c658b-48de-4226-9a84-6d506cbc4b9c',NULL,NULL),(3393,2417,'Sexually transmitted infections Intake Template','en',1,1,'2015-05-26 13:13:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'27aaa66d-7836-4f0c-8bf2-be6a4eec0c2e',NULL,NULL),(3394,2418,'HIV Profile','en',1,1,'2015-05-26 13:13:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9df48e30-d899-4f11-94b3-c89eabab442a',NULL,NULL),(3395,2419,'Number of living children','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f290e894-24f0-4f46-976f-cc55631b9b48',NULL,NULL),(3396,2420,'FCHV','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d1774e2-7434-4f6e-ae18-24c650e8e401',NULL,NULL),(3397,2421,'Healthcare provider','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2de5a8fe-2899-41aa-b838-7014f5370e17',NULL,NULL),(3398,2422,'Safe Abortion, Referred by','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c5356c22-3e64-4973-a68c-593ac8ec5833',NULL,NULL),(3399,2422,'Referred by','en',0,1,'2015-05-26 14:08:58','SHORT',0,NULL,NULL,NULL,'13d22695-b93f-4db3-8157-9e1529ee69f5',NULL,NULL),(3400,2423,'Weeks of current gestation by LMP method','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ad3806a7-92bc-47bd-b1eb-c788f24331ec',NULL,NULL),(3401,2424,'Weeks of current gestation by examination','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'286c7890-618b-4003-b06b-4e495fcb73f9',NULL,NULL),(3402,2425,'Manual Vacuum Aspiration','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'868ea336-37df-4c28-8e0a-d1be26815143',NULL,NULL),(3403,2426,'Electric Vacuum Aspiration','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b6a4bd31-bf2d-4887-a860-8b4e4b4fa280',NULL,NULL),(3404,2427,'Dilation and Evacuation','en',1,1,'2015-05-26 14:08:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'31e381c4-5377-431c-afc6-e5758019ff61',NULL,NULL),(3405,2428,'Safe Abortion, Medical Abortion','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'32fcb6af-73ba-47f4-b6bb-6ba886dcc924',NULL,NULL),(3406,2428,'Medical Abortion','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'dc0206bf-fbd7-48b9-bfe5-def3def0525f',NULL,NULL),(3407,2429,'Medical Induction','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4bf945f2-aaae-4358-a756-d4f4c25ac9d1',NULL,NULL),(3408,2430,'Other','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'89080414-ede6-4ad9-a7d1-7b342b672f3a',NULL,NULL),(3409,2430,'Other abortion procedures','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2c87350a-78f3-4172-8b23-d3ba534e6e68',NULL,NULL),(3410,2431,'Abortion procedure','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fef47422-4bd1-4220-acc7-938e4ccbe49e',NULL,NULL),(3411,2432,'Pain management given','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a39a5be2-41a6-4c19-b1df-300a72276ca7',NULL,NULL),(3412,2433,'Bleeding requiring >1 pint of IV fluid','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'baac1f83-684d-47e7-9c0f-6a0bd3217b5e',NULL,NULL),(3413,2434,'Bleeding requiring blood transfusion','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'379ff71e-0e3d-4bf5-8455-9a78ce201d1c',NULL,NULL),(3414,2435,'Uterine or Intra-abdominal injury','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c3c42d2-0f7b-4e18-926f-182ceb7c70b2',NULL,NULL),(3415,2436,'Surgical Abortion, Immediate complications','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7ab05b9-f8f5-4cdf-b02c-9132de583d06',NULL,NULL),(3416,2436,'Immediate complications','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'a31c5f00-0698-44bb-886f-5b53cead09e7',NULL,NULL),(3417,2437,'Incomplete abortion requiring repeat procedure','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cdf4035e-c427-49a1-8346-3a287531f009',NULL,NULL),(3418,2438,'Requiring laparotomy','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da645266-1f64-46f9-abc8-116a1bfbb30e',NULL,NULL),(3419,2439,'Infection requiring hospitalization/IV antibiotics','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eaebaa53-e848-4eb8-b7d4-26d41604ddb1',NULL,NULL),(3420,2440,'Failed abortion','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b1fbcf5d-bf88-4b2d-bcf5-14654ddd0028',NULL,NULL),(3421,2441,'Septic Abortion','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'595ed5a5-c13b-49f1-90f6-d5d4377f7973',NULL,NULL),(3422,2442,'Late complications','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'4fdd478e-c0bd-46fa-a0e8-30564f54d72e',NULL,NULL),(3423,2442,'Surgical Abortion, Late complications','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44638ec8-d5a7-4d7b-ae3e-5ed3b590cce4',NULL,NULL),(3424,2443,'Complications','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'71ad35d9-f444-4f5f-a539-92f0af4e6172',NULL,NULL),(3425,2443,'Medical Abortion complications','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fda08d0d-c9de-48e6-a2a9-2bbf6064e85b',NULL,NULL),(3426,2444,'Not Complete','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'929c5624-c402-4656-aa22-4228cf2710a9',NULL,NULL),(3427,2445,'Medical Abortion status on visit','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d5fd3b62-dd99-4fbd-a446-a0294ac02557',NULL,NULL),(3428,2445,'Status on visit','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'0673f835-296d-4f73-a550-b69f5d6beb4c',NULL,NULL),(3429,2446,'Surgical Abortion','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'645edca4-43e8-4af4-afa4-3a5453a3afe4',NULL,NULL),(3430,2447,'PAC Cause, Spontaneous abortion','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cc4abdf1-b5e3-4b21-b48a-630a900550ba',NULL,NULL),(3431,2447,'Spontaneous abortion','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'0115a723-1d29-4e42-85af-d4e885016128',NULL,NULL),(3432,2448,'PAC Cause','en',1,1,'2015-05-26 14:08:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed17f27a-1d30-4e1f-9e6c-fed020740628',NULL,NULL),(3433,2448,'Cause','en',0,1,'2015-05-26 14:08:59','SHORT',0,NULL,NULL,NULL,'8b281634-6368-49a2-969e-e7a31a7fa448',NULL,NULL),(3434,2449,'PAC Diagnosis','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f65cd13f-9127-47c3-90d4-c323f92dc7e6',NULL,NULL),(3435,2449,'Diagnosis','en',0,1,'2015-05-26 14:09:00','SHORT',0,NULL,NULL,NULL,'99b66bba-df36-463e-9472-4745d2d4f4e8',NULL,NULL),(3436,2450,'Condoms','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'305d616f-3a6b-40e6-8053-23f3735f2844',NULL,NULL),(3437,2451,'Pills','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'65da2a33-8ae7-4b71-b490-e484a8f6b3b2',NULL,NULL),(3438,2452,'Depo Provera','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ef03635-1e07-4368-bd94-9dc14d9031fe',NULL,NULL),(3439,2453,'Female sterilization','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'15b02d66-4d17-4b78-8112-f2bc9b1101ef',NULL,NULL),(3440,2454,'Male sterilization','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'881ea44f-a9db-4c48-b6dd-9a48a9536807',NULL,NULL),(3441,2455,'Accepted Family Planning methods','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'22e14d04-78db-4466-9a45-6a092b436fb2',NULL,NULL),(3442,2456,'Name','en',0,1,'2015-05-26 14:09:00','SHORT',0,NULL,NULL,NULL,'bf2db934-b679-4ec9-8b41-c8dee4837a4a',NULL,NULL),(3443,2456,'Safe Abortion, Service Provider Name','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84c738bc-c6e0-404e-a164-188087fd315d',NULL,NULL),(3444,2457,'Listed Number','en',0,1,'2015-05-26 14:09:00','SHORT',0,NULL,NULL,NULL,'22ee494d-b873-4c03-a23a-d92fe6179ff6',NULL,NULL),(3445,2457,'Safe Abortion, Listed Number','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50162e7a-281b-44c0-ab2d-6581e7a096b6',NULL,NULL),(3446,2458,'Leaving Against Medical Advice','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56d87761-4849-4116-8450-a1e45c8c57e4',NULL,NULL),(3447,2459,'Referred out','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2998d54-d621-43fa-bac7-3265b3f0aed1',NULL,NULL),(3448,2460,'Outcome of CAC/PAC','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54dee832-850a-4f03-bb1e-b77bc72db990',NULL,NULL),(3449,2461,'Safe Abortion, Remarks','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c18b9a0a-010f-4666-a5ef-5855b67b2803',NULL,NULL),(3450,2461,'Remarks','en',0,1,'2015-05-26 14:09:00','SHORT',0,NULL,NULL,NULL,'1f57b170-526c-4918-acbc-8c94a3c8fd67',NULL,NULL),(3451,2462,'PNC, First Visit','en',1,1,'2015-05-26 14:09:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7a9e50a9-022e-4654-ae8a-c131a274da47',NULL,NULL),(3452,2462,'1st visit','en',0,1,'2015-05-26 14:09:00','SHORT',0,NULL,NULL,NULL,'fd1b09ce-cdd6-4973-a78d-df3d1196e8f4',NULL,NULL),(3453,2463,'2nd visit','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'0bd2b244-c092-4c1e-af6e-2ce2203d77b6',NULL,NULL),(3454,2463,'PNC, Second Visit','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f013029e-72cf-433d-a869-1e7ce7769610',NULL,NULL),(3455,2464,'PNC, Third Visit','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5dd264de-5ead-4e66-89db-ca4d75526237',NULL,NULL),(3456,2464,'3rd visit','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'aa528863-ebfa-4b3d-a395-5e5824ab3352',NULL,NULL),(3457,2465,'Other visit','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'eb9f6ece-06d0-4fa3-aae3-605d13b50d83',NULL,NULL),(3458,2465,'PNC, Other Visit','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'25c9a9c1-7de7-4dd9-b07f-f3cadfbb35b3',NULL,NULL),(3459,2466,'Visit Time','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'7e8116b4-3b98-452f-aaa7-37649fa26349',NULL,NULL),(3460,2466,'PNC, Visit Time','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d6ae3bb6-ddf6-44e9-871e-12c8d66739e2',NULL,NULL),(3461,2467,'PNC, Treatment Suggestion During Postpartum','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a0c42ba-e95d-4b8a-bb42-dadc0ae1128b',NULL,NULL),(3462,2467,'Treatment suggestion during postpartum','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'ddc775c7-70c6-49d1-9d63-f5b0ec9c7534',NULL,NULL),(3463,2468,'PNC, Blood Transfusion Provided','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d1b6e5e7-5845-472a-a61d-3b64825ff55b',NULL,NULL),(3464,2468,'Blood transfusion provided','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'c49d01a5-4cdd-460b-8f78-5b3309413fb4',NULL,NULL),(3465,2469,'Blood transfusion quantity','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'d5c64a4f-7c85-478e-8e26-30f5d664c11a',NULL,NULL),(3466,2469,'PNC, Blood Transfusion Quantity','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae1f2aa5-3bca-4dcd-854b-0dbdaea1852d',NULL,NULL),(3467,2470,'PNC, IFA Tablets Provided','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fa3a46b2-c56d-4db7-9e1a-b02e35dc5c02',NULL,NULL),(3468,2470,'IFA Tablets Provided','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'fa89905a-8b7c-4f7a-8a4e-1e3e920f7a64',NULL,NULL),(3469,2471,'Vitamin A Capsules Provided','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'acb4342e-6c46-492e-b8dd-3ac2f01f0b46',NULL,NULL),(3470,2471,'PNC, Vitamin A Capsules Provided','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9e93f0d-1903-4ad3-995c-b34bc06c3830',NULL,NULL),(3471,2472,'PNC, Discharge Date','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b8c667b9-953e-44a0-92e9-c417834c19e8',NULL,NULL),(3472,2472,'Discharge date','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'8748f6f6-b2e7-4ac4-a4e4-c6fcaf383b7b',NULL,NULL),(3473,2473,'Length of stay','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'d3711f23-a985-4ecc-a04e-fab31a3b6434',NULL,NULL),(3474,2473,'PNC, Length of Stay','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b6181878-8c97-4820-8b33-ce660bcb606d',NULL,NULL),(3475,2474,'Absconded','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'77bf7e2c-07dd-4a7f-8038-bb9d15f93566',NULL,NULL),(3476,2475,'Date of maternal death','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'f814a394-3270-4764-ac83-4883f3ffced5',NULL,NULL),(3477,2475,'PNC, Date of Maternal Death','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47e229b5-3ae9-4e18-926a-beb7e249e78f',NULL,NULL),(3478,2476,'Cause of maternal death','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'1d070f8d-cb7e-4bef-97fe-43e480defebd',NULL,NULL),(3479,2476,'PNC, Cause of Maternal Death','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94c9ab6a-4347-49c1-b240-e114b20bc623',NULL,NULL),(3480,2477,'Date of Neonatal death','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'886cfda3-a42f-4dc0-903a-bcfc615ee3b9',NULL,NULL),(3481,2477,'PNC, Date of Neonatal Death','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2927e3c2-d117-47e8-80d4-b18b9a03081f',NULL,NULL),(3482,2478,'Cause of neonatal death','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'fa419b41-be09-47c8-96a4-b656334a1f56',NULL,NULL),(3483,2478,'PNC, Cause of Neonatal Death','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc3b5646-5d51-4f24-a5df-ad1951d1bd6a',NULL,NULL),(3484,2479,'Remarks','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'58e81801-32c7-4485-96ae-722791b4ba09',NULL,NULL),(3485,2479,'PNC, Remarks','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5079e37c-f602-4227-bd24-b83ac4e731f1',NULL,NULL),(3486,2480,'IUCD','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b87604d4-d212-48b8-a326-aad8c859e548',NULL,NULL),(3487,2481,'Family Planning Method Provided','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'f8748b7c-7d4d-409f-948d-e003ace92f50',NULL,NULL),(3488,2481,'FP, Family Planning Method','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6e74c7ae-c5cf-4f70-9121-8b56af17a0af',NULL,NULL),(3489,2482,'Units Provided','en',0,1,'2015-05-26 14:09:01','SHORT',0,NULL,NULL,NULL,'1712b9c7-f1d8-4fb2-ace7-152bd7d4234f',NULL,NULL),(3490,2482,'FP, Units provided','en',1,1,'2015-05-26 14:09:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c802219-968c-4d45-b73c-bc0770ef2142',NULL,NULL),(3491,2483,'Existing','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94a08536-0a4b-45a6-a2c0-8e282d25fb0f',NULL,NULL),(3492,2484,'FP, Users Type','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'36e93cc0-aa56-4639-bb70-8a8215beb647',NULL,NULL),(3493,2484,'Users Type','en',0,1,'2015-05-26 14:09:02','SHORT',0,NULL,NULL,NULL,'68259374-f279-42fe-85a9-7fdc833920e9',NULL,NULL),(3494,2485,'Family Planning Method Discontinued/Removed','en',0,1,'2015-05-26 14:09:02','SHORT',0,NULL,NULL,NULL,'f5740834-9717-4f71-9ae7-e18fe1a0c768',NULL,NULL),(3495,2485,'FP, Discontinued/Removed','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d951ec4-f663-4b9c-bfc4-7a7817b28343',NULL,NULL),(3496,2486,'IUD','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eedde53a-453f-4678-a6ce-4dd9e0c5d09d',NULL,NULL),(3497,2487,'Contraception used in past','en',0,1,'2015-05-26 14:09:02','SHORT',0,NULL,NULL,NULL,'dd62f8b8-d163-4125-8f7d-a6fac1e4d39f',NULL,NULL),(3498,2487,'Post Delivery FP Checklist, Contraception Used in Past','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'167352cc-a9bc-4825-be2e-a5c08ae30ed9',NULL,NULL),(3499,2488,'Husband gone','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17c582d6-0973-4234-9aab-d73e234e0a83',NULL,NULL),(3500,2489,'Experienced negative side effects','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'916a80b4-0f87-4c8c-8caa-c338adc92a9c',NULL,NULL),(3501,2490,'Wanted to get pregnant','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7653027-6154-4f42-aaec-c6edd8864bfa',NULL,NULL),(3502,2491,'Worried about possible negative side effects','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17f1f5b0-e217-47f1-bf39-1a875b001d63',NULL,NULL),(3503,2492,'Post Delivery FP Checklist, Reason for Discontinue','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f2499c4-e7d1-4fed-8830-acc260b113ce',NULL,NULL),(3504,2492,'Why did you discontinue use','en',0,1,'2015-05-26 14:09:02','SHORT',0,NULL,NULL,NULL,'025a31bc-b49a-49d3-9e71-5e050385f006',NULL,NULL),(3505,2493,'Birth Spacing','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'acbeec65-2444-4656-bd80-31a0f112955f',NULL,NULL),(3506,2494,'Birth Limiting','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae336202-5a80-434a-96b5-92ce868d93be',NULL,NULL),(3507,2495,'Post Delivery FP Checklist, Interested in','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a03bcc1-f826-48b4-9d5e-3606929d11e6',NULL,NULL),(3508,2495,'Are you interested in','en',0,1,'2015-05-26 14:09:02','SHORT',0,NULL,NULL,NULL,'1541e165-6ef4-41b2-b429-e0ca645658b4',NULL,NULL),(3509,2496,'Mini-lap','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69f86fdd-2032-4fca-8641-c1922a1974ed',NULL,NULL),(3510,2497,'Vasectomy','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a6896890-1a9d-454c-a2f3-f5cc767c13a9',NULL,NULL),(3511,2498,'Tubectomy','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d487d365-d1d3-42f6-8640-8ca30fd30447',NULL,NULL),(3512,2499,'Combined Oral Contraceptive Pill','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f705a3fd-e8e2-425e-a6a1-de6482a109e1',NULL,NULL),(3513,2499,'COC','en',0,1,'2015-05-26 14:09:02','SHORT',0,NULL,NULL,NULL,'b5c6fafd-ba2f-4d36-9264-806a18dd5806',NULL,NULL),(3514,2500,'Not Interested in FP at this time','en',1,1,'2015-05-26 14:09:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c124fae-8b29-444d-aa28-1d1fe3b69a7e',NULL,NULL),(3515,2501,'Post Delivery FP Checklist, Patient Interested In','en',1,1,'2015-05-26 14:09:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6019d594-85d0-4df2-99c2-7f528a6bde05',NULL,NULL),(3516,2501,'Patient interested in','en',0,1,'2015-05-26 14:09:03','SHORT',0,NULL,NULL,NULL,'7a68c69f-19ab-4ccc-83b8-468e30a243e1',NULL,NULL),(3517,2502,'Nothing','en',1,1,'2015-05-26 14:09:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d043737-eec2-4652-985a-07c7d3d65573',NULL,NULL),(3518,2503,'FP method patient went home with','en',0,1,'2015-05-26 14:09:03','SHORT',0,NULL,NULL,NULL,'2f54ddf4-ca76-41e5-84f1-fcbdde8dd33c',NULL,NULL),(3519,2503,'Post Delivery FP Checklist, FP Method Patient Went Home With','en',1,1,'2015-05-26 14:09:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4caaf648-a09b-4e18-b424-a80bcc783feb',NULL,NULL),(3520,2504,'Post Delivery FP Checklist, Referred to Higher Center for FP','en',1,1,'2015-05-26 14:09:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'71ed0ad7-dc8c-4ac4-9979-222c2f006dec',NULL,NULL),(3521,2504,'Patient referred to higher center for FP','en',0,1,'2015-05-26 14:09:03','SHORT',0,NULL,NULL,NULL,'10ebaf55-7cc6-4016-90ea-68413338ea21',NULL,NULL),(3522,2505,'Medical abortion','en',1,1,'2015-05-26 14:16:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28cfc944-aed3-4a48-ab44-c45fff8e0280',NULL,NULL),(3523,2506,'Left Against Medical Advice','en',1,1,'2015-05-26 14:16:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e6db9b2-923a-4cda-aafa-c46ebb965917',NULL,NULL),(3524,2507,'Medical Abortion','en',0,1,'2015-05-26 14:16:45','SHORT',0,NULL,NULL,NULL,'4f93a644-812a-4764-a151-2a03cd347ff3',NULL,NULL),(3525,2507,'Medical Abortion follow up','en',1,1,'2015-05-26 14:16:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5acb388f-3c15-4cd9-8706-db54f8f8841e',NULL,NULL),(3526,2508,'Safe Abortion, Post Abortion Care','en',1,1,'2015-05-26 14:16:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8601e3d3-35ae-4000-bd9a-25abb53511a7',NULL,NULL),(3527,2508,'Post Abortion Care','en',0,1,'2015-05-26 14:16:45','SHORT',0,NULL,NULL,NULL,'2d176923-455c-42f3-b28d-184f9ad2c7c8',NULL,NULL),(3528,2509,'Safe Abortion, Details of Service Provider','en',1,1,'2015-05-26 14:16:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da6dfa35-1229-4910-893a-4926754d7026',NULL,NULL),(3529,2510,'Safe Abortion','en',1,1,'2015-05-26 14:16:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b9fb-83a9-4692-937e-0060d9c2b3c0',NULL,NULL),(3530,2511,'Maternal and Neonatal Death','en',0,1,'2015-05-26 14:16:45','SHORT',0,NULL,NULL,NULL,'288a6e25-4b21-424b-8e23-7dd667175e42',NULL,NULL),(3531,2511,'PNC, Maternal and Neonatal death','en',1,1,'2015-05-26 14:16:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63c770eb-33b6-4ac8-9520-0669c30bce0d',NULL,NULL),(3532,2512,'Family Planning Template','en',1,1,'2015-05-26 14:16:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efc37995-1c4a-43b5-b77c-0678f0f88add',NULL,NULL),(3533,2512,'Family Planning','en',0,1,'2015-05-26 14:16:45','SHORT',0,NULL,NULL,NULL,'222f2840-da89-4dbf-9488-a2c63a6da922',NULL,NULL),(3534,2513,'Post Delivery Family Planning Checklist','en',1,1,'2015-05-26 14:16:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d7e66c2-9e62-4ed5-9e51-2f6a63ad1f9f',NULL,NULL),(3535,2514,'PNC, Outcome','en',1,1,'2015-05-26 14:20:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d14087ed-ca77-4abb-8d04-8eb5d3954c8f',NULL,NULL),(3536,2514,'Outcome','en',0,1,'2015-05-26 14:20:27','SHORT',0,NULL,NULL,NULL,'b3860b2d-7b2b-4523-b59b-5ec562cc8833',NULL,NULL),(3537,2515,'PNC','en',1,1,'2015-05-26 14:21:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'248301cb-e521-4574-9fc9-ea8115f23ccd',NULL,NULL),(3538,2516,'Motherhood templates','en',1,1,'2015-05-26 14:21:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'573ec19d-74ea-4c70-afa4-85fd2973fafd',NULL,NULL),(3539,2517,'Last Visit Date','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'fa4615b9-2b73-4816-948b-373e81667081',NULL,NULL),(3540,2517,'Chronic Kidney Disease, Last Visit Date','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'557bd1f7-d050-4627-ab7e-c2aeaad4950a',NULL,NULL),(3541,2518,'Previous followup location','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'9da1e963-79fc-407f-9f68-171ac809d6e9',NULL,NULL),(3542,2518,'Chronic Kidney Disease, Previous followup location','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5064cd9a-2d1c-40db-b799-0a4ee05d5058',NULL,NULL),(3543,2519,'Patient S/P Surgical Resection','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'4ddd6369-953d-4963-8cd9-b023a585b83f',NULL,NULL),(3544,2519,'Congestive Heart Failure - Intake - Diagnosis Details - Diagnosis Status - No Previous Diagnosis','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0dd5c5c-8427-4745-ae5e-b9d40746f02f',NULL,NULL),(3545,2520,'Confirmed Elsewhere','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'c140792c-e85c-4828-bbb9-587b5af6d76a',NULL,NULL),(3546,2520,'Congestive Heart Failure - Intake - Diagnosis Details - Diagnosis Status - Confirmed Elsewhere','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'31180005-0a38-4c64-bc2c-e238313b82c6',NULL,NULL),(3547,2521,'Diagnosis Status','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'51b67539-b13b-4abf-b94d-b30a0fdb286d',NULL,NULL),(3548,2521,'Chronic Kidney Disease, Diagnosis Status','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c08af300-8e3c-4f07-9319-d94eb80066e8',NULL,NULL),(3549,2522,'Date Confirmed','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'25e05f7e-aae8-4252-b6b5-393ed0743353',NULL,NULL),(3550,2522,'Chronic Kidney Disease, Date Confirmed','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46fd6b1d-8551-4830-b429-7fb597c508ca',NULL,NULL),(3551,2523,'Diagnosis Location','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'1363cd4d-eaba-4c2f-bb5d-e790e8941c7d',NULL,NULL),(3552,2523,'Chronic Kidney Disease, Diagnosis Location','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9597c600-39be-49f4-a213-3dea6c3c8e33',NULL,NULL),(3553,2524,'Chronic Kidney Disease, Last Known CR','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'560b5cc2-ed36-4e67-a052-3de421e5c373',NULL,NULL),(3554,2524,'Last known CR','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'02b87b9c-66e3-4339-a0ac-fdff1e7cb333',NULL,NULL),(3555,2525,'Greater than 3 Months Presence Of Kidney Damage','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc4c0844-3c70-4a28-894d-0f13fec8c69c',NULL,NULL),(3556,2525,'Idiopathic','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'4e261bc5-6af9-4034-a049-64e3a5d2e2dd',NULL,NULL),(3557,2526,'Decreased Kidney Function','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'814b6758-e8f9-433d-bd65-393cee9b6144',NULL,NULL),(3558,2527,'Chronic Kidney Disease, Diagnostic Criteria','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c0ba9abf-6b6a-4650-b156-14e29ab4980d',NULL,NULL),(3559,2527,'Diagnostic Criteria','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'0e0dc577-6e08-4841-b477-95ef3a8c6a52',NULL,NULL),(3560,2528,'Glomerular Diseases','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c35170cc-eb73-4b15-bb3b-146f4a1fe36f',NULL,NULL),(3561,2529,'Vascular Diseases','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1446a39c-0aa5-4432-950f-975b1dd844cd',NULL,NULL),(3562,2530,'Tubulointerstitial Diseases','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'568fdecb-9686-439a-aed0-0ad4689f931f',NULL,NULL),(3563,2531,'Cystic Disease','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'204c2415-e7d4-4912-bf4d-832120a497a2',NULL,NULL),(3564,2532,'Chronic Kidney Disease, Likely cause of CKD','en',1,1,'2015-05-26 14:25:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1c3e80a-1a75-495a-8213-14ed57da2a06',NULL,NULL),(3565,2532,'Known / Likely cause of CKD','en',0,1,'2015-05-26 14:25:52','SHORT',0,NULL,NULL,NULL,'1616db7a-1502-4793-a5c0-b6bec18cb5c9',NULL,NULL),(3566,2533,'Chronic Kidney Disease, Other Likely cause of CKD','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'83025740-adc8-4047-9bd4-e3a1c5867f94',NULL,NULL),(3567,2533,'Other Likely cause of CKD','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'72fc8ef0-0159-46ed-a340-d16b854d5efc',NULL,NULL),(3568,2534,'Polycystic Kidney','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'4b3bf509-46b1-4252-b311-911045739a7d',NULL,NULL),(3569,2534,'Chronic Kidney Disease, Polycystic Kidney','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2dd8d794-c01f-483d-9c0d-6ba3b95af72c',NULL,NULL),(3570,2535,'Chronic Kidney Disease, Hyderonephrosis Due To Obstruction','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ee7bd4e-7bac-4bf8-95f1-815c8c3af631',NULL,NULL),(3571,2535,'Hyderonephrosis due to obstruction','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'7ac25f31-4adf-4172-9aa8-583d2f852481',NULL,NULL),(3572,2536,'Chronic Kidney Disease, Cortical Scarring','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a004d2b8-5ba6-4e69-ba21-9c97a6159361',NULL,NULL),(3573,2536,'Cortical Scarring','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'cfb4948c-a008-43ef-b989-8217fb26a050',NULL,NULL),(3574,2537,'Renal Masses','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'f8fc000b-5a3b-4ffe-974b-cce72b5172e1',NULL,NULL),(3575,2537,'Chronic Kidney Disease, Renal Masses','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'07648d88-c52c-4aa4-81dd-0f2b968a1f12',NULL,NULL),(3576,2538,'Small and echogenic kidneys','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'6f0522bf-301b-4c11-882f-fa43819f0c2f',NULL,NULL),(3577,2538,'Chronic Kidney Disease, Small and echogenic kidneys','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54cdd0af-4820-4c88-b9bd-163fe85624d3',NULL,NULL),(3578,2539,'Chronic Kidney Disease, Renal artery stenosis','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'26f2b72f-23a3-45e3-b605-d9cddded70f9',NULL,NULL),(3579,2539,'Renal artery stenosis','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'2220d44f-e97b-4422-a2c9-360d419d44cf',NULL,NULL),(3580,2540,'Chronic Kidney Disease, Family History Of Renal Disease','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'64533b1e-c8b1-4865-bebf-9027b65f08ba',NULL,NULL),(3581,2540,'Family History Of Renal Disease','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'d3fe7e49-a7ba-4ae8-a485-10650b8a26cc',NULL,NULL),(3582,2541,'Smoking History','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'eea431ac-85a7-415a-b548-9d498bcf14bc',NULL,NULL),(3583,2541,'Chronic Kidney Disease, Smoking History','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca39d4ac-9427-4f28-95b7-233127873e98',NULL,NULL),(3584,2542,'Packs per day','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'100562ea-f405-4a03-9899-934d5515c736',NULL,NULL),(3585,2542,'Chronic Kidney Disease, Packs per day','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef9e88f2-a289-48ec-9933-f3abf7f1f490',NULL,NULL),(3586,2543,'Number of years','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'c183e8ad-6f10-4277-b785-16dd7475f697',NULL,NULL),(3587,2543,'Chronic Kidney Disease, Number of years','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1770490-390d-4ea3-9b34-1996bb39cfa3',NULL,NULL),(3588,2544,'Current Smoker','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'b60029b0-664a-4edb-b634-8f3d8026f0cc',NULL,NULL),(3589,2544,'Chronic Kidney Disease, Current Smoker','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fe6c3428-0865-4b56-b17f-205fdeab734d',NULL,NULL),(3590,2545,'Chronic Kidney Disease, Quit Smoking Since','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'009743e5-1185-440f-bcaa-8c55a455d35a',NULL,NULL),(3591,2545,'Quit Smoking Since','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'e6fcf399-4612-4296-b513-956555253a1e',NULL,NULL),(3592,2546,'Alcohol Abuse','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'aef790ed-bd3e-48ed-a650-ee7ed1215121',NULL,NULL),(3593,2546,'Chronic Kidney Disease, Alcohol Abuse','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f714fc38-c415-4960-b2ea-0911453b8f57',NULL,NULL),(3594,2547,'Current Home Medications','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'23ac6814-977b-420b-9be8-ba0dae308871',NULL,NULL),(3595,2547,'Chronic Kidney Disease, Current Home Medications','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e3effdf-c11c-442a-9aae-e351332b183d',NULL,NULL),(3596,2548,'Chronic Kidney Disease, All Other Medicines','en',1,1,'2015-05-26 14:25:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f947c59e-8e4d-4013-8e7a-8f2daab3fee4',NULL,NULL),(3597,2548,'All Other Medicines','en',0,1,'2015-05-26 14:25:53','SHORT',0,NULL,NULL,NULL,'ec133472-2851-4560-82e4-d261708fb717',NULL,NULL),(3598,2549,'Diagnosis Details','en',0,1,'2015-05-26 14:26:17','SHORT',0,NULL,NULL,NULL,'5c3e9b40-c0b8-45ca-a576-a8a32ed159e9',NULL,NULL),(3599,2549,'Chronic Kidney Disease, Diagnosis Details','en',1,1,'2015-05-26 14:26:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9868cd5-66ec-45cb-bbdf-4937538e6e78',NULL,NULL),(3600,2550,'Past Diagnostic Findings','en',0,1,'2015-05-26 14:26:17','SHORT',0,NULL,NULL,NULL,'71f25f69-429a-4446-997e-fe4f97d63cd2',NULL,NULL),(3601,2550,'Chronic Kidney Disease, Past Findings','en',1,1,'2015-05-26 14:26:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'842401e1-9777-4f43-935f-50ebc0fec5d8',NULL,NULL),(3602,2551,'Chronic Kidney Disease, Exposures','en',1,1,'2015-05-26 14:26:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'37baabc5-3d96-4c10-9ba2-52e07b64d0f7',NULL,NULL),(3603,2551,'Exposures','en',0,1,'2015-05-26 14:26:17','SHORT',0,NULL,NULL,NULL,'70694936-0c0b-47af-a459-cbc556421385',NULL,NULL),(3604,2552,'Chronic Kidney Disease - Intake','en',0,1,'2015-05-26 14:26:17','SHORT',0,NULL,NULL,NULL,'5aa80461-cc40-44cb-b62b-ce59802641a2',NULL,NULL),(3605,2552,'Chronic Kidney Disease, Intake','en',1,1,'2015-05-26 14:26:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'127e4d2c-f3c9-404a-a366-6484a6811c72',NULL,NULL),(3606,2553,'G1','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'585458b1-c179-499b-84c2-8edd4f673ccb',NULL,NULL),(3607,2553,'KDIGO G1','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2415c129-d290-4108-a7fa-2f6a12c5bc47',NULL,NULL),(3608,2554,'KDIGO G2','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4d46210-064f-474c-90b9-f9ee292c9c0c',NULL,NULL),(3609,2554,'G2','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'9c1161d5-d39f-4128-9eb1-1a87ec39a226',NULL,NULL),(3610,2555,'KDIGO G3a','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e31b3699-3d54-4945-b87b-450427997ee2',NULL,NULL),(3611,2555,'G3a','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'bde28c45-6ea1-4b92-983b-6690b674bb5a',NULL,NULL),(3612,2556,'G3b','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'57b4d9eb-ec20-4604-83fc-4cae9532305e',NULL,NULL),(3613,2556,'KDIGO G3b','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9409834-6c09-4779-91bc-03c782921ee7',NULL,NULL),(3614,2557,'KDIGO G4','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7473e6d3-ba18-4b19-a748-735de2b46f7c',NULL,NULL),(3615,2557,'G4','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'99b3935d-fc58-437a-8aa8-2f3b5969c5d9',NULL,NULL),(3616,2558,'G5','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'bcf6addd-5763-4f0a-9844-7fe6d0dc0818',NULL,NULL),(3617,2558,'KDIGO G5','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ee0ae69-783a-48ea-b3ab-90a49a1a074a',NULL,NULL),(3618,2559,'Staging KDIGO Kidney Disease Improving Global Outcome','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'b82ea640-51d4-4d83-b5ab-65969d58f353',NULL,NULL),(3619,2559,'Chronic Kidney Disease, Staging KDIGO Kidney Disease Improving Global Outcome','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4786342a-c531-4f59-a5c2-83cab10c753c',NULL,NULL),(3620,2560,'Comorbidities, HIV','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cfb2bf0c-604a-4273-bffe-1b1d2663bc70',NULL,NULL),(3621,2560,'HIV','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'89bb16c7-d8cc-4c9b-8b1d-a8688dff533c',NULL,NULL),(3622,2561,'Diabetes','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'c8dfe097-3106-4296-a316-0191990ddc2c',NULL,NULL),(3623,2561,'Comorbidities, Diabetes','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'995e225b-00d3-42d7-93f4-927bc4639f11',NULL,NULL),(3624,2562,'Comorbidities, Hypertension','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0cdc6cec-ed90-4952-b3f2-b9cf75e1be5e',NULL,NULL),(3625,2562,'Hypertension','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'75d9da5f-16d2-4ffd-9fd0-f1c114728d14',NULL,NULL),(3626,2563,'Chronic Kidney Disease, Comorbidities','en',1,1,'2015-05-26 14:28:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1de3021f-5af1-4fa5-b27b-d7ffbea79c9e',NULL,NULL),(3627,2563,'Comorbidities','en',0,1,'2015-05-26 14:28:35','SHORT',0,NULL,NULL,NULL,'9e016b16-ff75-44a1-ab11-23986a6b2f30',NULL,NULL),(3628,2564,'Does patient have evidence of volume overload today (Edema, Crackles, Dyspnea)','en',0,1,'2015-05-26 14:28:36','SHORT',0,NULL,NULL,NULL,'3d6ce8c7-9a10-4fc7-8300-576c9f935cc8',NULL,NULL),(3629,2564,'Chronic Kidney Disease, Evidence of Volume Overload Today','en',1,1,'2015-05-26 14:28:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b9925741-5a2d-49c3-ae64-67161eb48c54',NULL,NULL),(3630,2565,'Chronic Kidney Disease, Last i-stat Checked Date','en',1,1,'2015-05-26 14:28:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca435697-77ff-46d2-b581-c946926b207d',NULL,NULL),(3631,2565,'When was last i-stat checked','en',0,1,'2015-05-26 14:28:36','SHORT',0,NULL,NULL,NULL,'dd2fd5fd-78fe-4c06-bd92-bc9840a6ecfa',NULL,NULL),(3632,2566,'Any abnormalities (what is the trend of Cr and K)','en',0,1,'2015-05-26 14:28:36','SHORT',0,NULL,NULL,NULL,'e2a6cfab-cc6f-4a3c-8078-219b3ab6f3c9',NULL,NULL),(3633,2566,'Chronic Kidney Disease, Any Abnormalities','en',1,1,'2015-05-26 14:28:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bcf546b4-feef-43e4-be59-febae630c480',NULL,NULL),(3634,2567,'Is patient on Enalapril','en',0,1,'2015-05-26 14:28:36','SHORT',0,NULL,NULL,NULL,'e9b0807d-a580-4355-b040-69e41fd5497f',NULL,NULL),(3635,2567,'Chronic Kidney Disease, Patient on Enalapril','en',1,1,'2015-05-26 14:28:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55073423-5982-4b00-801f-892483d1f563',NULL,NULL),(3636,2568,'Chronic Kidney Disease, Progress','en',1,1,'2015-05-26 14:28:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d8b8cb5d-f6de-4222-806d-10b862ecfc6f',NULL,NULL),(3637,2568,'Chronic Kidney Disease – Progress','en',0,1,'2015-05-26 14:28:43','SHORT',0,NULL,NULL,NULL,'02556086-9a30-4738-9384-e6a9d3cbedc5',NULL,NULL),(3638,2569,'Last Visit Date','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'e2293abb-74e6-4683-9ba3-b83f32a933b6',NULL,NULL),(3639,2569,'COPD, Last Visit Date','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e4ccf3e-c75a-4def-9d0b-1eebfa5aa50d',NULL,NULL),(3640,2570,'COPD, Previous followup location','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24027897-7487-4e16-baec-70b959b98c26',NULL,NULL),(3641,2570,'Previous followup location','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'3ab3c871-0b94-4878-8309-c0cb50ce9fd6',NULL,NULL),(3642,2571,'COPD, Diagnosis Status','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a54ec447-65b2-4fc1-a210-561d6e38e620',NULL,NULL),(3643,2571,'Diagnosis Status','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'3fa23411-4a61-4b76-b13e-cd03b4beb459',NULL,NULL),(3644,2572,'Date Confirmed','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'58a292a5-7687-4375-96ef-67ab4e86ea9c',NULL,NULL),(3645,2572,'COPD, Date Confirmed','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a863f463-cefc-482d-8c13-6aaacd10b647',NULL,NULL),(3646,2573,'COPD, Diagnosis Location','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'43b89fe3-e59b-4a88-9540-ec906ce4815e',NULL,NULL),(3647,2573,'Diagnosis Location','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'3bb16bbf-21d2-4dfd-9e1a-658b3537bbb2',NULL,NULL),(3648,2574,'COPD, Smoking history','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e567afe6-0523-4c2c-912b-7f31fbd78f45',NULL,NULL),(3649,2574,'Smoking history','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'4a669e03-cddc-4483-98bc-d0ea2a2d01c4',NULL,NULL),(3650,2575,'Packs per Day','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'6d0ee80d-ab2a-4515-9e4d-2d35d5d0d78c',NULL,NULL),(3651,2575,'COPD, Packs per Day','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d414051-6e6b-439c-a814-552dfc428486',NULL,NULL),(3652,2576,'COPD, Numbers of years','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91824904-28a4-4990-9f6d-b8b3c4affe7e',NULL,NULL),(3653,2576,'Numbers of years since smoking','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'2bb33a73-8d33-4906-8a68-3e62eb6808f7',NULL,NULL),(3654,2577,'COPD, Non Smoker','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9a0f3d4d-1ec2-464b-a665-394ac06d731c',NULL,NULL),(3655,2577,'Non smoker (presumed indoor smoke inhalation)','en',0,1,'2015-05-26 14:30:23','SHORT',0,NULL,NULL,NULL,'614723b6-e5ee-47b6-870f-e3ed7fe2cef6',NULL,NULL),(3656,2578,'Dyspnea','en',1,1,'2015-05-26 14:30:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'02c97956-243f-454e-9132-61a76809acc4',NULL,NULL),(3657,2579,'Chronic cough > 3 months','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c7e8216-e156-48da-a6af-a98f91fd3b45',NULL,NULL),(3658,2580,'Chest tightness','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c85bb471-6881-4c99-bf9b-6e5e47fbc363',NULL,NULL),(3659,2580,'Controlled Cord Traction','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'93e67603-e318-43c3-bfdf-a9baefc0b905',NULL,NULL),(3660,2581,'COPD, Diagnostic clues','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'625adf7c-7f8f-43a6-8613-6f8a58583fe4',NULL,NULL),(3661,2581,'Diagnostic clues','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'a65186fb-f3a0-4cc3-a006-a0d47166936a',NULL,NULL),(3662,2582,'All other diagnostic clues','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'e327e263-831b-419f-993c-cfe6cd9ede5b',NULL,NULL),(3663,2582,'COPD, Note for all other Diagnostic clues','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3b8f779d-2747-46c4-8d5f-c980447b7570',NULL,NULL),(3664,2583,'Chest X-ray','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'e1123f49-596d-4715-9f47-b89f9067ea9e',NULL,NULL),(3665,2583,'COPD, Chest X-ray','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2ac5e33d-914d-47b3-8e0d-b00bbdb14145',NULL,NULL),(3666,2584,'COPD, Peak expiratory flow','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ea84e97-49a1-41ce-be09-b2e480b62b80',NULL,NULL),(3667,2584,'Peak expiratory flow','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'322eaad1-9c12-435f-a454-27ed37f9f6e0',NULL,NULL),(3668,2585,'COPD, FEV1 / FVC','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'afade711-9a4a-446c-9e7c-bcb9bfb0b98c',NULL,NULL),(3669,2585,'FEV1 / FVC','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'f0f29b7f-8666-4d44-9677-9759fb222223',NULL,NULL),(3670,2586,'CT Scan','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'ae875a5f-2ef6-4c62-8c01-26c1d1948183',NULL,NULL),(3671,2586,'COPD, CT Scan','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'076b4485-0e1b-4081-ab2b-02f3dad1b2e4',NULL,NULL),(3672,2587,'COPD, Family history of COPD','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d68630e3-6bde-43de-9e8c-8f48c4935791',NULL,NULL),(3673,2587,'Family history of COPD','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'10b167fd-a668-4af0-bc88-720e1b9f1b18',NULL,NULL),(3674,2588,'Oral Steroid','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c17be3f-2828-4166-93f0-79d87cc3912b',NULL,NULL),(3675,2589,'Antibiotics','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cdc6dcff-de90-4901-85f2-14aef3a03c30',NULL,NULL),(3676,2589,'Asthmatic symptoms as child','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'1d335916-cf21-4268-bb6e-9f47cb8ddbe7',NULL,NULL),(3677,2590,'Current Home Medications','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'df2f17d2-8c11-481d-8aff-9c3d4de2304e',NULL,NULL),(3678,2590,'COPD, Current Home Medications','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3acd4798-2de3-412c-9921-31bb637983dc',NULL,NULL),(3679,2591,'All other current medicines','en',0,1,'2015-05-26 14:30:24','SHORT',0,NULL,NULL,NULL,'363a0af3-3f88-4dcc-b181-fc3077791ed3',NULL,NULL),(3680,2591,'COPD, All other medicines','en',1,1,'2015-05-26 14:30:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2372ade6-6d8e-4a46-8af3-7c04fd6f9f5c',NULL,NULL),(3681,2592,'Diagnosis details','en',0,1,'2015-05-26 14:31:39','SHORT',0,NULL,NULL,NULL,'032a9607-4bff-4f2d-8343-d15584d5969e',NULL,NULL),(3682,2592,'COPD, Diagnosis details','en',1,1,'2015-05-26 14:31:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2a6f60f-461b-48ff-8040-31c720cf36db',NULL,NULL),(3683,2593,'COPD, Exposures','en',1,1,'2015-05-26 14:31:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cdbf4ccf-147a-4e38-85cc-b6d1c919a723',NULL,NULL),(3684,2593,'Exposures','en',0,1,'2015-05-26 14:31:39','SHORT',0,NULL,NULL,NULL,'88b9cd52-4e29-455a-a723-dcd94b4d5fcd',NULL,NULL),(3685,2594,'Past diagnostics','en',0,1,'2015-05-26 14:31:39','SHORT',0,NULL,NULL,NULL,'f2cef996-aeda-48d1-bdd8-cef03b6f09ce',NULL,NULL),(3686,2594,'COPD, Past diagnostics','en',1,1,'2015-05-26 14:31:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2def621a-833d-4fba-abd3-dd638ca169ce',NULL,NULL),(3687,2595,'COPD – Intake','en',0,1,'2015-05-26 14:31:39','SHORT',0,NULL,NULL,NULL,'25107d5b-d68d-4ec6-945c-7fb98ec5ab44',NULL,NULL),(3688,2595,'COPD, Intake','en',1,1,'2015-05-26 14:31:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0f3d357-1ddf-4a31-a476-4340add9e96c',NULL,NULL),(3689,2596,'Zero','en',1,1,'2015-05-26 14:31:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ddaa9ea-ddd9-47b7-867c-100b74447a45',NULL,NULL),(3690,2597,'One','en',1,1,'2015-05-26 14:31:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca06caab-f924-4f4c-9674-f4edcf39c42c',NULL,NULL),(3691,2598,'Two','en',1,1,'2015-05-26 14:31:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d84dfc8a-1a66-4092-8808-298d0f314972',NULL,NULL),(3692,2599,'Greater than or 3','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90a41425-ca86-4820-bdf6-b24249819e48',NULL,NULL),(3693,2600,'COPD, Exacerbation in Last 12 Months','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c5ee1ebd-a472-493f-92c5-9dc20c100153',NULL,NULL),(3694,2600,'Exacerbation this year','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'fe62cb0f-dea0-4075-9355-ebb6c14a431d',NULL,NULL),(3695,2601,'COPD, Hospitalizations in Last 12 Months','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'344b78bd-5457-49d8-8fba-7004be8d62b1',NULL,NULL),(3696,2601,'Hospitalizations in the past year','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'950ea90a-5b1e-4fa8-bbae-8e86c699b7ed',NULL,NULL),(3697,2602,'0','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'2388575b-78bc-4654-9703-b63293585d2c',NULL,NULL),(3698,2602,'Number, 0','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3140bfd-2f84-4436-9287-2790e48255eb',NULL,NULL),(3699,2603,'1','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'339928ef-432b-41c4-8e8c-6d57e8526447',NULL,NULL),(3700,2603,'Number, 1','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'76e4fab8-f0b7-41d7-8b5c-559e502fc1ce',NULL,NULL),(3701,2604,'2','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'ece51ed7-5b18-48f9-aa2a-00c981c4a99d',NULL,NULL),(3702,2604,'Number, 2','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ccba602-c469-417e-b828-8edee7ded0f3',NULL,NULL),(3703,2605,'3','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'ff4c3637-1415-430c-9b7f-b96982ecf548',NULL,NULL),(3704,2605,'Number, 3','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c380c82-8a60-43f6-a2fd-812da4a20421',NULL,NULL),(3705,2606,'4','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'f64c468a-1823-4f8e-8a5b-d1794132c3e4',NULL,NULL),(3706,2606,'Number, 4','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bd300107-52a6-4ee1-acfa-a46c756b4650',NULL,NULL),(3707,2607,'Grade Description of Breathlessness','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'1e12b5ac-be71-4ce7-bac3-c14a8de2c864',NULL,NULL),(3708,2607,'COPD, Grade Description of Breathlessness','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d357609c-ba22-488e-9016-98eb3160a007',NULL,NULL),(3709,2608,'COPD, Still Smoking','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b31346b3-e62f-42d5-8e37-ecdcccf925d0',NULL,NULL),(3710,2608,'Is patient still smoking','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'44c0525b-ec8a-477d-9b27-f03752bba728',NULL,NULL),(3711,2609,'Does patient use biomass fuel for cooking','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'f7e4643a-2faa-42bc-92eb-d3496038bc9b',NULL,NULL),(3712,2609,'COPD, Uses Biomass Fuel For Cooking','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ef85761-d3de-4b01-9e1b-1287c68a89dc',NULL,NULL),(3713,2610,'COPD, Does Patient Take Inhaler as Prescribed','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c833a9ce-b57f-48d6-a70d-42c58741d1d2',NULL,NULL),(3714,2610,'Does patient take inhaler as prescribed','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'33188b18-2401-46d9-8b01-dcab148edd86',NULL,NULL),(3715,2611,'COPD, Does Patient Demonstrate Proper Inhaler Technique','en',1,1,'2015-05-26 14:31:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd273d22-bd63-4d4a-bd0c-5e85c8752ded',NULL,NULL),(3716,2611,'Does patient demonstrate proper inhaler technique','en',0,1,'2015-05-26 14:31:48','SHORT',0,NULL,NULL,NULL,'56ad64cd-f8a9-4ba3-a9d5-58aeeeac4bc3',NULL,NULL),(3717,2612,'COPD – Progress','en',0,1,'2015-05-26 14:32:26','SHORT',0,NULL,NULL,NULL,'0fc33eaa-5bd1-470b-bee5-936721db54a7',NULL,NULL),(3718,2612,'COPD, Progress','en',1,1,'2015-05-26 14:32:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db631d96-5e22-43d6-b030-2571a98e4522',NULL,NULL),(3719,2613,'Chief Complaint','en',0,1,'2015-05-26 14:36:57','SHORT',0,NULL,NULL,NULL,'f7aaa8ef-5742-4758-b8c5-00d0035858f6',NULL,NULL),(3720,2613,'Chronic OPD Details, Chief Complaint','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0bc126ab-404b-47c2-b5fd-983fe0a645e3',NULL,NULL),(3721,2614,'Chronic OPD Details, HPI Notes','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e8b8013a-5142-4e5e-b22b-6b606f723bdd',NULL,NULL),(3722,2614,'HPI','en',0,1,'2015-05-26 14:36:57','SHORT',0,NULL,NULL,NULL,'f118e473-caf3-480a-916e-ce128f15d9e7',NULL,NULL),(3723,2615,'Anxiety','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac1a6da5-54ac-4812-9cbf-a2b86f35165f',NULL,NULL),(3724,2616,'Sleep Changes','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ee8d3bbd-ff16-4414-9a04-3cf5a2b481ab',NULL,NULL),(3725,2617,'Mania','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'02bf4cda-868d-4abb-b1fd-63deeab6475b',NULL,NULL),(3726,2618,'Lack of Energy','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'161b84d7-81b9-4e63-b06d-9e68a740dc8f',NULL,NULL),(3727,2619,'Paranoia','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'461a4af4-e1f8-4fda-8eb5-93199b490ce3',NULL,NULL),(3728,2620,'Performance','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9dcf4a47-e539-4366-a1f9-9947f97b118c',NULL,NULL),(3729,2621,'Heat / Cold Intolerence','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d660fee-4e13-4aff-9932-ff64250972e9',NULL,NULL),(3730,2622,'Darkening of Skin','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8cbe5b4c-feeb-4232-9ad8-9c95bba301bd',NULL,NULL),(3731,2623,'Endocrine','en',0,1,'2015-05-26 14:36:57','SHORT',0,NULL,NULL,NULL,'39f57b8b-53b8-4c77-9e9b-ce2495cb0774',NULL,NULL),(3732,2623,'Chronic OPD Details, Endocrine','en',1,1,'2015-05-26 14:36:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3370c053-50b9-4b20-8db5-4ed67eb55bfc',NULL,NULL),(3733,2624,'Balance','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d40597a5-85da-4b75-9cf2-c62f9bab0e6e',NULL,NULL),(3734,2625,'Weakness','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90eaf77a-917f-4a79-bbb5-85692545b6c5',NULL,NULL),(3735,2626,'Change in Hearing','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2fd81871-32cd-4b43-98e9-52a631095489',NULL,NULL),(3736,2627,'Change in Smell','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec73ae74-930f-4b4a-b592-77a3bacdf87e',NULL,NULL),(3737,2628,'Change in Shight','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cf19007a-2511-42d8-9565-b9f4173baf3a',NULL,NULL),(3738,2629,'Parasthesias','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9283ea9c-18d4-44b9-bcf5-80a40bd6f80a',NULL,NULL),(3739,2630,'Faints','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e6d6402c-54e0-40e4-b9d6-77f2b8dd6bee',NULL,NULL),(3740,2631,'Seizures','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df934835-5d5b-4802-aaa8-eaaa9bf7bc75',NULL,NULL),(3741,2632,'Change in Speech','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12deb5bc-841b-482e-9e9b-2915191148d7',NULL,NULL),(3742,2633,'Change in Taste','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fafb5c1f-af96-4bf2-a097-192229248249',NULL,NULL),(3743,2634,'Neuro','en',0,1,'2015-05-26 14:36:58','SHORT',0,NULL,NULL,NULL,'165deb99-5c0c-4469-8af2-f9630d3ee73a',NULL,NULL),(3744,2634,'Chronic OPD Details, Neuro','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8524cdeb-60a8-488c-a107-c09954f5c413',NULL,NULL),(3745,2635,'Excessive Bleeding','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'14da522e-4307-403e-bd8b-ac2a5ea6c0d6',NULL,NULL),(3746,2636,'Petechial','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'668c37c2-5b1b-4b53-bc1a-e05c2e54e1a6',NULL,NULL),(3747,2637,'Purpura','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4d55c614-dfc6-4e7a-94d5-e44493635509',NULL,NULL),(3748,2638,'Chronic OPD Details, Heme / Lymph','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50a2dcab-a663-479b-8633-013383b213c7',NULL,NULL),(3749,2638,'Heme / Lymph','en',0,1,'2015-05-26 14:36:58','SHORT',0,NULL,NULL,NULL,'147d2752-17bc-45da-ae02-ceb1bfbdb699',NULL,NULL),(3750,2639,'Choking','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'451867eb-5752-46c8-b07c-56e962706aa5',NULL,NULL),(3751,2640,'Chronic OPD Details, Allergic / Immunologic','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e833b3d4-c9e8-4f17-b400-62ba41417cd1',NULL,NULL),(3752,2640,'Allergic / Immunologic','en',0,1,'2015-05-26 14:36:58','SHORT',0,NULL,NULL,NULL,'f6287140-988c-4b8c-989d-207c535cc180',NULL,NULL),(3753,2641,'Fatigue','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'30ed5fb6-698a-4d73-b828-99614a749c91',NULL,NULL),(3754,2642,'Chills','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de1a452d-90fc-4338-b8a2-690cfb3ffa58',NULL,NULL),(3755,2643,'Constitutional','en',0,1,'2015-05-26 14:36:58','SHORT',0,NULL,NULL,NULL,'1ea4e04d-28e9-48a1-a594-ff1e57805d27',NULL,NULL),(3756,2643,'Chronic OPD Details, Constitutional','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d92191e7-45ca-43f9-a0a5-c050ed5db154',NULL,NULL),(3757,2644,'Tinnitus','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db19f5b9-4083-40a1-bc50-96a0dfc76bf9',NULL,NULL),(3758,2645,'Congestion','en',1,1,'2015-05-26 14:36:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5804d35f-67d0-4410-8d0a-a30b129e290c',NULL,NULL),(3759,2646,'Sore Throat','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90ab154c-b43e-4366-85ec-a1ea523e366d',NULL,NULL),(3760,2647,'Chronic OPD Details, ENT','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'458c2e02-a506-42e1-8b05-e08a9b226eb4',NULL,NULL),(3761,2647,'ENT','en',0,1,'2015-05-26 14:36:59','SHORT',0,NULL,NULL,NULL,'859dacbf-f34a-430b-9e39-2be1ece9c501',NULL,NULL),(3762,2648,'Floaters','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eae78f5b-63af-4f6d-867a-e7567798edc1',NULL,NULL),(3763,2649,'Eye Pain','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'be1fbc0e-1abe-4532-9fef-27e28775d95f',NULL,NULL),(3764,2650,'Visual Changes','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'061fd31f-2f2b-40d3-a49c-7a5ed073b361',NULL,NULL),(3765,2651,'Eyes','en',0,1,'2015-05-26 14:36:59','SHORT',0,NULL,NULL,NULL,'24aebc3a-5bc8-4ed6-ba0d-bbeb4f4c3238',NULL,NULL),(3766,2651,'Chronic OPD Details, Eyes','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0596f733-8003-424e-9b9d-c67185a30369',NULL,NULL),(3767,2652,'Wheeze','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d681bd09-d126-400f-8724-974f39039ca8',NULL,NULL),(3768,2653,'SOB','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44aa454e-e732-41b8-b3bd-908c5848633c',NULL,NULL),(3769,2654,'Respair','en',0,1,'2015-05-26 14:36:59','SHORT',0,NULL,NULL,NULL,'51347466-aeaa-486e-91e9-e24ce56ba8ff',NULL,NULL),(3770,2654,'Chronic OPD Details, Respair','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a17d1532-c216-4fa7-b22f-b3fa1a074ac5',NULL,NULL),(3771,2655,'Reduced Exercise Tolerance','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'563df635-ada1-469f-94d0-592e6c377814',NULL,NULL),(3772,2656,'Edema','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e59f340-d143-461c-97dc-b11553f15563',NULL,NULL),(3773,2657,'Orthopnea','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2ec4f0f-9114-4155-8b54-e69b4652a970',NULL,NULL),(3774,2658,'PND','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85dadbe0-a17d-4a81-a1b4-56a44f87a577',NULL,NULL),(3775,2659,'CV','en',0,1,'2015-05-26 14:36:59','SHORT',0,NULL,NULL,NULL,'4213e524-722f-49e5-813f-814fe100b030',NULL,NULL),(3776,2659,'Chronic OPD Details, CV','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a3557f82-84ba-4f83-851b-2d9c963b7dfa',NULL,NULL),(3777,2660,'Tenesmus','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4f37160-3127-450d-b21d-5cc0b32f9648',NULL,NULL),(3778,2661,'Melena','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24f49e38-4ca7-410c-b808-12553aa5a554',NULL,NULL),(3779,2662,'Indigestion','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d0bb706-e35c-4528-b79e-f730ee6d5c0f',NULL,NULL),(3780,2663,'Trouble Swallowing','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3b984ea-528b-4a6a-ba9c-d4e90fcdc704',NULL,NULL),(3781,2664,'BRBPR','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'606afa42-e776-4abe-9fc6-8c864b5435a5',NULL,NULL),(3782,2665,'N/V/D/C','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'87f5421b-95b8-4828-ab66-a5e681b22080',NULL,NULL),(3783,2666,'Cramping','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6cfb62d1-44d4-48d7-aed6-c2476d9d280c',NULL,NULL),(3784,2667,'Bloating','en',1,1,'2015-05-26 14:36:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d28dc2fe-73c6-4a23-987f-9addbfd5d498',NULL,NULL),(3785,2668,'GI','en',0,1,'2015-05-26 14:37:00','SHORT',0,NULL,NULL,NULL,'9bad5cf3-24d9-47c0-8a69-7bbc79eefdec',NULL,NULL),(3786,2668,'Chronic OPD Details, GI','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48d141ac-30a2-4c9b-b07e-d4befb6748bb',NULL,NULL),(3787,2669,'Nipple Discharge','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'58075259-af18-4884-95a2-8b40c91cf890',NULL,NULL),(3788,2670,'Wound','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48c72f93-38d5-4a66-9154-e56504d66bb4',NULL,NULL),(3789,2671,'Pruritus','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'935f9d7d-06d0-4d84-b227-33c2901be740',NULL,NULL),(3790,2672,'Dryness','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'02cccfa6-0b19-4a0a-8b65-4a6330d308ce',NULL,NULL),(3791,2673,'Tumors','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fc7dc6b-77f5-4a28-82f8-5c2959ad37ff',NULL,NULL),(3792,2674,'Nodules','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8c3c9b35-66d1-46d7-a111-c3171eb9cc77',NULL,NULL),(3793,2675,'Joint Swelling','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97ec21fb-5171-4fbc-a37e-1a61b7534830',NULL,NULL),(3794,2676,'Stiffness','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'05a2b14a-6026-4d37-b5b9-bca8cd2a2a15',NULL,NULL),(3795,2677,'Pain','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a924d0b-6d6b-4632-a555-34adfd1f8eb0',NULL,NULL),(3796,2678,'Functional Deficits','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'773f986c-ab1e-4cae-8ef2-e043eeabff40',NULL,NULL),(3797,2679,'ROM','en',1,1,'2015-05-26 14:37:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'15f674ca-cb99-43cb-9755-e68a2278d285',NULL,NULL),(3798,2680,'MSK','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'075c2efe-2526-4433-bd6e-bbf5b586eb2c',NULL,NULL),(3799,2680,'Chronic OPD Details, MSK','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82010416-dec6-4a71-9e4a-e9f1325364d9',NULL,NULL),(3800,2681,'Chronic OPD Details, ROS Notes','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12039b88-7d69-4797-95ae-5736640f687d',NULL,NULL),(3801,2681,'Other ROS Notes','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'a2bd648b-46c8-4bbc-afda-5da422bc37ee',NULL,NULL),(3802,2682,'Incontinence','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'100db8a2-9447-48c7-afab-42f1e52bcde5',NULL,NULL),(3803,2683,'Dysuria','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c2039ea-f0de-478d-8711-b381be3255d7',NULL,NULL),(3804,2684,'Decreased Stream','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'169972b1-515c-4280-b700-7f8bdd5d5f13',NULL,NULL),(3805,2685,'Chronic OPD Details, Urinary','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e65820ad-2b68-48fa-a35e-121dac350252',NULL,NULL),(3806,2685,'Urinary','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'0e305d08-6de0-4595-a667-daf4ee8d67d4',NULL,NULL),(3807,2686,'Date of LMP','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'32eadf18-ca21-45a9-803b-9cb0c33de43e',NULL,NULL),(3808,2686,'Chronic OPD Details, Date of LMP','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'920047d7-5dcf-43e9-a4be-731505bf5e58',NULL,NULL),(3809,2687,'Regularity','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'ea2626a8-23ba-4f9c-aea9-1379e5e91ffd',NULL,NULL),(3810,2687,'Chronic OPD Details, Regularity','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c23d36f-920c-4598-8a21-7162845d6e32',NULL,NULL),(3811,2688,'Chronic OPD Details, Frequency','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ab0dcb4f-b33e-4f86-89c7-034e8b4d9a32',NULL,NULL),(3812,2688,'Frequency','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'6853ee31-48f6-4fd1-8918-ccdf042aedba',NULL,NULL),(3813,2689,'Is there pain during menses','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'1ce54e1b-4359-4c2b-b639-eeaedc6c2b6c',NULL,NULL),(3814,2689,'Chronic OPD Details, Is there pain during menses','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6170a562-51ad-4cfe-bd5b-d09237efe7f1',NULL,NULL),(3815,2690,'Contraception','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'bc7c9ff2-e87e-4602-964e-c43d481c1596',NULL,NULL),(3816,2690,'Chronic OPD Details, Contraception','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24fbea56-560a-4001-af90-95d640e41eee',NULL,NULL),(3817,2691,'Light','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'768f22b6-4b27-48b8-accd-44be94acb2a4',NULL,NULL),(3818,2692,'Heavy','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46dc5f67-9e2e-4f7e-beb2-136538ec4765',NULL,NULL),(3819,2693,'Heavy / Light','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'c3b82363-8789-4c0c-94f7-24e8a703a12f',NULL,NULL),(3820,2693,'Chronic OPD Details, Heavy / Light','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ac15ca5-69dd-4794-8033-d330ad251049',NULL,NULL),(3821,2694,'Ulcers','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1e6bc518-d018-405e-8e78-18de75fa0759',NULL,NULL),(3822,2695,'Vaginal / Penile Discharge','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a34354d9-c257-4086-86e1-678e2132e6ae',NULL,NULL),(3823,2696,'Genital','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'2791cb2e-d752-44a2-bb38-1e376e6ea0e8',NULL,NULL),(3824,2696,'Chronic OPD Details, Genital','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'29611d70-b641-4c00-bd8d-e84828273ca6',NULL,NULL),(3825,2697,'Current Home Medications','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'64c54fb9-80fd-414d-a9ba-9d2242fcfb68',NULL,NULL),(3826,2697,'Chronic OPD Details, Current Home Medications','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'954d97b8-935f-4f56-bcf3-cc75fa5ef4c7',NULL,NULL),(3827,2698,'Chronic OPD Details, Non Compliance Reason','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7b479814-1998-4743-a571-827c6fa84395',NULL,NULL),(3828,2698,'Non Compliance reason','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'af201c53-7f29-4495-9eba-673c983c998f',NULL,NULL),(3829,2699,'Non Compliance','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'ce40b4f1-1196-467e-8e46-86f035380b7e',NULL,NULL),(3830,2699,'Chronic OPD Details, Non Compliance','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f0a20cf-0eda-496d-bdc4-ea1fb96ed39d',NULL,NULL),(3831,2700,'Chronic OPD Details, Allergies','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'305148f6-09b6-4b74-8005-178a2c595810',NULL,NULL),(3832,2700,'Allergies','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'7ff357a4-157b-4111-aecc-777c5ff21c86',NULL,NULL),(3833,2701,'Chronic OPD Details, Medical / Surgical History','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4511d2fe-9f53-4c99-a79d-30409609ffa8',NULL,NULL),(3834,2701,'Past medical or surgical history','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'549d46b8-251c-4120-8ec6-1c1881112b09',NULL,NULL),(3835,2702,'Chronic OPD Details, Family History','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c32e63e0-0ea2-40f2-bbf9-7730dc191bfc',NULL,NULL),(3836,2702,'Family History','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'72c45151-d8ed-4a47-bff8-3a64ccadb4a0',NULL,NULL),(3837,2703,'Chronic OPD Details, Lives Where','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75ed9916-8868-472d-87ba-1120b9ddc4f5',NULL,NULL),(3838,2703,'Lives where','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'bab2d8b1-8ae2-4e0e-a0fc-cac7c4b9fce6',NULL,NULL),(3839,2704,'Lives with','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'e5f65efc-2710-4fa3-bfda-9901d6087fe2',NULL,NULL),(3840,2704,'Chronic OPD Details, Lives With','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'14b83d1e-f81e-4918-8748-4385a38d453a',NULL,NULL),(3841,2705,'Chronic OPD Details, Work','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a13357e-53dd-42e8-bf2c-2613878d4b05',NULL,NULL),(3842,2705,'Work','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'cf9639b3-434d-410c-856c-1e8f8b05fd95',NULL,NULL),(3843,2706,'Ultra Poor / Poor','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'adf5e5e9-cdba-45f6-a3d6-b910b47e0748',NULL,NULL),(3844,2706,'Ultra Poor or Poor','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb728908-473c-4d77-ae73-df2214b009b1',NULL,NULL),(3845,2707,'Helpless or Destitute','en',1,1,'2015-05-26 14:37:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'53f12409-3e42-45be-a47e-d35f9a50af1d',NULL,NULL),(3846,2707,'Helpless / Destitute','en',0,1,'2015-05-26 14:37:01','SHORT',0,NULL,NULL,NULL,'6b6adf2e-4b8a-45c2-8772-472c02106ee8',NULL,NULL),(3847,2708,'Disabled','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7379a17f-b161-4749-8d06-d842e624f5e0',NULL,NULL),(3848,2709,'Sr. Citizens > 60 years','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'c4ca0e95-955d-4dfe-bdc2-073319a7a68c',NULL,NULL),(3849,2709,'Sr. Citizens greater than 60 years','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec5b21de-a2f5-4571-a9db-7db0703c82c9',NULL,NULL),(3850,2710,'Gender based violence','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5718449-dc33-4d8b-abd7-c61e388e80f8',NULL,NULL),(3851,2711,'Chronic OPD Details, Free Health Service Code','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d98a78a-a4f3-4af9-8710-7402f4629291',NULL,NULL),(3852,2712,'Former Smoker','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'72bb4b20-4ac0-4abe-8b08-cf4cab28b3c8',NULL,NULL),(3853,2713,'Non-smoker','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ec6da1b-b319-424f-b42a-8083544a0f1f',NULL,NULL),(3854,2714,'Current Smoker','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a963986-0267-4d5f-afb8-3aeac8b118f6',NULL,NULL),(3855,2715,'Cigaratte Smoker','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'e10bc9e9-7a2c-49e9-ad21-62a8e645cf99',NULL,NULL),(3856,2715,'Chronic OPD Details, Cigarette Smoker','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7cddaf46-ae03-4f23-a418-e906d977dd72',NULL,NULL),(3857,2716,'Other Forms of Tobacco','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'aad7f27c-6eea-4346-a963-e2d30934a777',NULL,NULL),(3858,2716,'Chronic OPD Details, Other Forms of Tobacco','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47f353ba-030e-4234-a0e3-1d1843a271d5',NULL,NULL),(3859,2717,'Chronic OPD Details, Alcohol use','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3cf8e59e-0508-4a44-9932-09ac9e7c8e58',NULL,NULL),(3860,2717,'Alcohol use','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'f01deae3-3340-4b84-ad08-f97ec5bf6898',NULL,NULL),(3861,2718,'Chronic OPD Details, Evidence of Alcohol abuse','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'964bad80-729b-41e4-8d9c-0404f9bdd6fa',NULL,NULL),(3862,2718,'Evidence of Alcohol abuse','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'b7bf1462-3c95-47f5-adc1-464d2a12ebef',NULL,NULL),(3863,2719,'Chronic OPD Details, Illicit drug use','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78a57aff-7994-412f-84f0-ca8a09af9659',NULL,NULL),(3864,2719,'Illicit drug use','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'095c302d-7113-4ee7-8d87-a1d5c3647466',NULL,NULL),(3865,2720,'Physical Examination Details','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'adf2481a-3021-4feb-ae29-fdb4fbbe83df',NULL,NULL),(3866,2720,'Chronic OPD Details, Physical Examination Details','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a165fa57-665b-49a2-b59a-eb3ea78d0b27',NULL,NULL),(3867,2721,'Chronic OPD Details, Lab Studies','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4273f42-d1ce-4961-b7f9-6a649c5bed03',NULL,NULL),(3868,2721,'Lab Studies','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'ecf52d76-0c2b-443e-a275-bbcce8ea0728',NULL,NULL),(3869,2722,'ECG','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'5bb3012c-af2e-4cc0-b5a7-4a971605b412',NULL,NULL),(3870,2722,'Chronic OPD Details, ECG','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2088cd5-0924-42b7-a7df-1142f09136a1',NULL,NULL),(3871,2723,'Radiology','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'810ee0a0-0040-49d3-832b-4451333a4689',NULL,NULL),(3872,2723,'Chronic OPD Details, Radiology','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84455074-50e3-4f7e-8662-8e8590cf5e01',NULL,NULL),(3873,2724,'Chronic OPD Details, Microbiology','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bdfc8817-4415-4f44-b6ff-f9f88761de39',NULL,NULL),(3874,2724,'Microbiology','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'6ce8f6e8-d4e0-4586-9abe-4fb416512e25',NULL,NULL),(3875,2725,'Problem','en',0,1,'2015-05-26 14:37:02','SHORT',0,NULL,NULL,NULL,'8e760aeb-9726-4b08-9881-e80c13237267',NULL,NULL),(3876,2725,'Chronic OPD Details, Problem','en',1,1,'2015-05-26 14:37:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ab0d7e67-1bab-43b0-a9ca-62b2530a2a3d',NULL,NULL),(3877,2726,'What is peak flow today ?','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'10488f96-a364-4a89-88a0-a80bfed0a364',NULL,NULL),(3878,2726,'Asthma, Peak flow Today','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c98dac62-0ee6-4db1-a1ba-37caabddc1e4',NULL,NULL),(3879,2727,'Asthma, Exacerbations This Year','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6d895bb-e0a4-4842-a209-ee83492dc831',NULL,NULL),(3880,2727,'Number of Exacerbations this year','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'73134e1d-dddb-4ffd-b0b8-8d434335bb7d',NULL,NULL),(3881,2728,'Number of Hospitalizations in last year','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'a37ab175-b791-4c4f-97d8-b1503a446184',NULL,NULL),(3882,2728,'Asthma, Hospitalizations in Past Year','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'66bbb22d-e83e-43a3-afbe-ef8babe7e310',NULL,NULL),(3883,2729,'How many times per week does patient utilize rescue inhaler','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'cf8f5357-de35-4f0c-84e2-357a436e345f',NULL,NULL),(3884,2729,'Asthma, Weekly Usage of Rescue Inhaler','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f73af56-604a-43e2-a7e1-96c636c5f034',NULL,NULL),(3885,2730,'Asthma, Weekly Nighttime Awakenings','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5a07640e-2840-4cb2-8116-7a9098c88d9f',NULL,NULL),(3886,2730,'Times per week does patient have nighttime awakenings secondary to shortness of breath','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'324c81fc-c8b0-4491-b745-48d000d047c9',NULL,NULL),(3887,2731,'Intermittent','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'0692ce24-b6b4-411f-b06f-d30d6fd341c7',NULL,NULL),(3888,2731,'Asthma, Intermittent','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb145533-8a9e-4e67-a9e8-42392238c89d',NULL,NULL),(3889,2732,'Mild persistent','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'f44338e6-56bf-451a-88c8-ef69e5eefe70',NULL,NULL),(3890,2732,'Asthma, Mild persistent','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9917864d-c21a-4b61-a34d-4886e6996c9f',NULL,NULL),(3891,2733,'Asthma, Moderate persistent','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b6952a9-663e-45d1-8285-b3372e765edb',NULL,NULL),(3892,2733,'Moderate persistent','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'57c0a98d-ae16-4ee9-99da-4bacdb7d1e30',NULL,NULL),(3893,2734,'Severe persistent','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'63d6cbb9-a21f-4451-876a-36164d4b7c28',NULL,NULL),(3894,2734,'Asthma, Severe persistent','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e84b96f-4e83-4bdb-8fec-7d9ad27e6a9a',NULL,NULL),(3895,2735,'Severe asthma','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'cf1d1e4a-25d0-4ee1-901b-3fa1300c548c',NULL,NULL),(3896,2735,'Asthma, Severe asthma','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6aa02a72-251c-420c-a82d-d2a62abd9609',NULL,NULL),(3897,2736,'Asthma, Category of Asthma','en',1,1,'2015-05-26 14:37:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'057b6e98-a221-4219-95a8-56b4911b9534',NULL,NULL),(3898,2736,'Category of Asthma','en',0,1,'2015-05-26 14:37:03','SHORT',0,NULL,NULL,NULL,'d224ab15-4264-4bd9-a152-58a4e85b2f36',NULL,NULL),(3899,2737,'Hospitalized due to CHF exacerbation in last 12 months','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'e44ee778-8d4a-477f-add6-653b83485940',NULL,NULL),(3900,2737,'Congestive Heart Failure, Exacerbation Hospitalizations in 12 Months','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'548633d2-4043-4c74-8309-842dd791f734',NULL,NULL),(3901,2738,'Is patient on diuretics','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'3ec7e7de-0023-462f-928e-e8c52abbd1a2',NULL,NULL),(3902,2738,'Congestive Heart Failure, Is patient on diuretics','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f08e4f5b-9a31-4e82-854d-f2f1f66e71f3',NULL,NULL),(3903,2739,'Congestive Heart Failure, If yes, does patient take everyday as prescribed','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6099e37c-555a-4e47-9118-3eda7f4e3af4',NULL,NULL),(3904,2739,'If yes, does patient take everyday as prescribed','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'5d3e28ee-6e4d-4bd7-a305-6b16d01d634d',NULL,NULL),(3905,2740,'Hyperlipidemia','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'cfcff8bd-0db3-4518-896c-e1739627026e',NULL,NULL),(3906,2740,'Comorbidities, Hyperlipidemia','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7bffa45a-2ba4-4a41-8f82-6f6f0211b739',NULL,NULL),(3907,2741,'Comorbidities, Atrial Fibrillation','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f25840cc-55df-42b5-8d82-bc809e1a8d2c',NULL,NULL),(3908,2741,'Atrial Fibrillation','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'690a5710-2fdd-46d2-9ddc-40bfd94098c0',NULL,NULL),(3909,2742,'Alcohol Abuse','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3edfc48f-60d9-4b7d-8971-77dfb193d29d',NULL,NULL),(3910,2743,'Comorbidities, Valvular Heart Disease','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0016ce9a-56ac-4607-9983-1c966b10eab5',NULL,NULL),(3911,2743,'Valvular Heart Disease','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'445ba9f1-d823-433f-8226-5d3205c92e05',NULL,NULL),(3912,2744,'Drugs (Cocaine)','en',0,1,'2015-05-26 14:37:04','SHORT',0,NULL,NULL,NULL,'d7495450-ec80-4c2b-83cc-e671a364614e',NULL,NULL),(3913,2744,'Comorbidities, Drugs (Cocaine)','en',1,1,'2015-05-26 14:37:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fcc08b9c-bba0-49e5-8713-c9a3c3716bb2',NULL,NULL),(3914,2745,'Major comorbidities','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'1b7de003-3284-4a07-a4f9-8fa88ded5fb4',NULL,NULL),(3915,2745,'Congestive Heart Failure, Major comorbidities','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4f4fd00-e94b-47b9-85d4-b060dc1dd04d',NULL,NULL),(3916,2746,'Details of other chronic medical problems','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'20a98822-f2fb-483a-8ab2-d806f4ba45a2',NULL,NULL),(3917,2746,'Congestive Heart Failure, Details of Other Chronic Medical Problems','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'efd80eed-7fef-4223-8436-e5d0952cc535',NULL,NULL),(3918,2747,'Severity classification NYHA - Class I','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97d526ea-2160-4554-9744-febebc2252c5',NULL,NULL),(3919,2747,'Class I','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'fc21a21e-66d9-424d-b8ff-ee91bec2b2d7',NULL,NULL),(3920,2748,'Severity classification NYHA - Class II','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac745eab-e1e8-41d4-b57c-753526ec29cf',NULL,NULL),(3921,2748,'Class II','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'6de8bc2f-397c-43c8-ab7e-6e53e10f81ff',NULL,NULL),(3922,2749,'Severity classification NYHA - Class III','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f76cc344-2c91-46e7-a8b1-66101f0357d4',NULL,NULL),(3923,2749,'Class III','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'3aa7b156-d56a-4681-94b6-72474aa05ab8',NULL,NULL),(3924,2750,'Severity classification NYHA - Class IV','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'855b1c74-6a86-4672-adfa-d04b023c5525',NULL,NULL),(3925,2750,'Class IV','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'41d5b471-aee7-41e7-b56b-fbd12bcf417c',NULL,NULL),(3926,2751,'Severity classification NYHA','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'1fc3b450-efa7-4018-9726-c0930b87f316',NULL,NULL),(3927,2751,'Congestive Heart Failure, Severity classification NYHA','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4d0348ce-7c7d-4eac-8099-550df9a7af14',NULL,NULL),(3928,2752,'Last EKG','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'d1f7d57c-5f5b-44ef-95db-adedad3d55d6',NULL,NULL),(3929,2752,'Coronary Artery Disease, EKG','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'627b54ca-6565-4327-8600-20de65f762ac',NULL,NULL),(3930,2753,'Last EKG date','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'bf3dc507-a3b7-4c2e-9a9c-6cfeb2631e27',NULL,NULL),(3931,2753,'Coronary Artery Disease, Last EKG Date','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'155309dd-f28c-4059-bda7-e2b65bbf9ab7',NULL,NULL),(3932,2754,'Coronary Artery Disease, Changes in EKG','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d0dae2e-45f4-4463-b9ea-bcb9539addaf',NULL,NULL),(3933,2754,'Any changes in EKG','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'3979c887-e312-4c04-a68b-7823b649da4f',NULL,NULL),(3934,2755,'Symptoms of Angina since last visit','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'5d0b78bc-f34d-4da3-8e51-577ad2627e06',NULL,NULL),(3935,2755,'Coronary Artery Disease, Symptoms of Angina','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c25a9ca4-217e-410c-80e1-f88ee13b8b40',NULL,NULL),(3936,2756,'Coronary Artery Disease, Symptoms of Heart Failure','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c6b64513-c536-41ec-8018-f56c69305bf8',NULL,NULL),(3937,2756,'Symptoms Of Heart Failure Since Last Visit','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'f9d6ea47-1bc7-48a1-9f0d-d2c330fd6c94',NULL,NULL),(3938,2757,'Coronary Artery Disease, Is on Max Dose Anti-Anginal','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c20e8df6-b923-4d31-a145-9d1169f05c2a',NULL,NULL),(3939,2757,'Is patient on max dose anti-anginal medicines','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'562a1913-1169-4b79-93ac-13d2b86cb95d',NULL,NULL),(3940,2758,'Age > 60/65 m/f','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b37de14d-8271-4201-8309-646ab148e2a2',NULL,NULL),(3941,2759,'Smoking','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21b4861c-ba89-47ed-a1e7-104fabd36ed1',NULL,NULL),(3942,2760,'Coronary Artery Disease, Risk factors','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'13bb305e-9c0f-4c15-a30a-4d9d9a97a49a',NULL,NULL),(3943,2760,'Risk factors','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'3998d48c-73b6-40ed-8e26-414d80a101ec',NULL,NULL),(3944,2761,'Coronary Artery Disease, Patient on Atorvastatin','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49ad2cd7-4066-4363-814b-5e3ee9ba9ab5',NULL,NULL),(3945,2761,'Is patient on Atorvastatin (at least 20 mg)','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'a29305c7-2eae-41fc-b98f-64f2a128029d',NULL,NULL),(3946,2762,'Coronary Artery Disease, Patient on Low Dose Aspirin','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'430cae94-04bc-4cc9-9889-3f1d19080af7',NULL,NULL),(3947,2762,'Is patient on low dose aspirin ?','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'e5de6e74-ba0f-4f27-bb3b-90f59b7f0ae7',NULL,NULL),(3948,2763,'Coronary Artery Disease, If Not Aspirin What is the Contraindication','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd18b65b-595c-4a0a-a015-328409189955',NULL,NULL),(3949,2763,'If not on aspirin what is the contraindication','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'27fc163a-1f4b-49de-8d17-31c0afa8fda0',NULL,NULL),(3950,2764,'Meets all 5 diagnostic criteria','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'8d6d9ef1-7b63-4390-a78e-da4cae30c0f9',NULL,NULL),(3951,2764,'Rheumatoid Arthritis, Meets All 5 Diagnostic Criteria','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8fc73541-44e8-47cf-8482-c490a1d1e560',NULL,NULL),(3952,2765,'Rheumatoid Arthritis, Meets All 3 Diagnostic Criteria','en',1,1,'2015-05-26 14:37:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5849a740-b836-4a1c-aa2c-f79e58d0059b',NULL,NULL),(3953,2765,'Meets all 3 diagnostic criteria','en',0,1,'2015-05-26 14:37:05','SHORT',0,NULL,NULL,NULL,'45908a66-ffcf-4dab-94a5-c4609cbb1a49',NULL,NULL),(3954,2766,'Number and Site of involved joint','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'f0fcbbc0-53a2-4382-a9f8-93778de947fb',NULL,NULL),(3955,2766,'Rheumatoid Arthritis, Number And Site Score','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9d8a3a57-16bd-48ff-94f9-16c7f44eb9d9',NULL,NULL),(3956,2767,'Serological abnormality','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'8efe8351-7e1c-4bce-9c6b-8864a50af83d',NULL,NULL),(3957,2767,'Rheumatoid Arthritis, Serological Abnormality Score','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d28211f-5eab-41bd-a442-2f0b4a744703',NULL,NULL),(3958,2768,'Rheumatoid Arthritis, Elevated Acute Phase Response Score','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6937ac62-299b-49e3-94c5-27e1722a3851',NULL,NULL),(3959,2768,'Elevated acute phase response','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'c7f6cee4-9443-417f-8068-48a29ac18a72',NULL,NULL),(3960,2769,'Rheumatoid Arthritis, Symptom Duration Score','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f5463fc4-4ad6-4d49-b62f-84bbd5db2cb8',NULL,NULL),(3961,2769,'Symptom duration','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'a2019b0c-b98e-4861-b96f-9b66fa5b918b',NULL,NULL),(3962,2770,'Rheumatoid Arthritis, Total score','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9923f369-1c53-4e84-864c-3e4069797ee5',NULL,NULL),(3963,2770,'Total score','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'2b55ea6c-2eb8-4ddf-a5fd-806b9a2f2e1e',NULL,NULL),(3964,2771,'Patient has joint pain or joint swelling today','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'d94b4dc4-2784-4da3-8ee2-8a7f33728ca9',NULL,NULL),(3965,2771,'Rheumatoid Arthritis, Joint Pain or Joint Swelling Today','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3502d8b-8638-4e29-9544-b13a2629c24f',NULL,NULL),(3966,2772,'Rheumatoid Arthritis, Needs Acute Pain Management Today','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d3811af-8bfe-43a3-b828-aa98a94119c0',NULL,NULL),(3967,2772,'Patient needs acute pain management today','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'78d9432b-767e-4420-8c3c-c75bc89a6f38',NULL,NULL),(3968,2773,'Rheumatoid Arthritis, Patient on Methotrexate','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'653e8a70-d7f6-4892-9f23-ca9893d3222f',NULL,NULL),(3969,2773,'Is patient on Methotrexate','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'e20b559c-3e7e-4ed4-9391-86cfa387517c',NULL,NULL),(3970,2774,'Symptoms of heart failure today ?','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'51aac81a-f975-401f-bbc4-18cc629a50c8',NULL,NULL),(3971,2774,'Rheumatic Heart Disease, Symptoms of Heart Failure Today','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea786376-453c-4d88-846e-d95229eef2c2',NULL,NULL),(3972,2775,'NYHA Stage','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'4cd99be0-7aa5-4a4d-9a9d-b20836bc80ed',NULL,NULL),(3973,2775,'Rheumatic Heart Disease, NYHA Stage','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b1d358db-74ea-4823-a94f-5bca9524a507',NULL,NULL),(3974,2776,'Patient had valve replacement','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'793ee412-a76e-4b27-9038-d4a1bfd05897',NULL,NULL),(3975,2776,'Rheumatic Heart Disease, Patient Had Valve Replacement','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c508a8ee-901f-4370-a1db-7b9945728145',NULL,NULL),(3976,2777,'If patient had valve replacement are they on appropriate anti-coagulation','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'1af27657-9b10-45f7-b804-3ab6b732c484',NULL,NULL),(3977,2777,'Rheumatic Heart Disease, On Appropriate Anti-Coagulation','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8fa3e61-67f1-42d5-ad00-36a21417d330',NULL,NULL),(3978,2778,'Rheumatic Heart Disease, Details On Appropriate Anti-Coagulation','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9f22b9d2-3a48-4512-acd0-2ca5cf7699cd',NULL,NULL),(3979,2778,'Details on appropriate anti-coagulation','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'91679928-f8b4-4e34-959b-4ad3e2b0dae3',NULL,NULL),(3980,2779,'Rheumatic Heart Disease, Patient Youngert than 25 Years','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa340bcc-4bff-4dd6-b618-2d01676c48bb',NULL,NULL),(3981,2779,'Is the patient younger than 25 Years','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'e89a6927-50b0-4a2e-a3a1-6c5e85ab4cec',NULL,NULL),(3982,2780,'Is it less than 10 years since last attack of RHD','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'55a0ca12-7152-47ab-ba91-3a569e4dbbfd',NULL,NULL),(3983,2780,'Rheumatic Heart Disease, Less than 10 Years Since Last RHD Attack','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'283d11a5-fcaa-4181-82a3-2838fe2b2c70',NULL,NULL),(3984,2781,'Rheumatic Heart Disease, If Either Question Above is Yes','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fed16847-44e5-4758-8219-5a752d52915e',NULL,NULL),(3985,2781,'If either question above is yes','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'6781f7f9-c27d-4526-bd42-ecc7a8998761',NULL,NULL),(3986,2782,'Is patient getting q1 month penicillin','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'7d0568b6-1c04-4c7b-81b4-38ca5f9be2f6',NULL,NULL),(3987,2782,'Rheumatic Heart Disease, Is Patient Getting q1 Month Penicillin','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e3a8fac-5b78-47cb-9ae4-aced413d3171',NULL,NULL),(3988,2783,'Seizure Disorder, Last Seizure Date','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'43232cb5-c9f6-4a57-a32a-31aa6142506d',NULL,NULL),(3989,2783,'Date of last seizure','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'c2614825-123c-4c97-a790-9d216a5f73dc',NULL,NULL),(3990,2784,'On average, in last 12 months, how many seizures does patient have / month','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'9ce02520-cf78-4ffa-9371-2c512b1ea006',NULL,NULL),(3991,2784,'Seizure Disorder, Average Seizures per Month in Last 12 Months','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd498fce-7563-49c0-ace1-6c4c093f342d',NULL,NULL),(3992,2785,'Partial','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ba83d597-87d2-4741-8de0-1785bbfa46e5',NULL,NULL),(3993,2786,'Generalized / Tonic – Clonic','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4313ec5-3514-4088-92a0-06a5d2973e6b',NULL,NULL),(3994,2787,'Seizure Classification','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'2f225a2c-8648-45fa-abeb-77917fea1eb0',NULL,NULL),(3995,2787,'Seizure Disorder, Seizure Classification','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0625fbef-b358-46d0-92b9-79f7d22f23ff',NULL,NULL),(3996,2788,'History of Childhood Onset','en',0,1,'2015-05-26 14:37:06','SHORT',0,NULL,NULL,NULL,'45a8a460-d3b1-405f-a21a-45e3d0a7e1b8',NULL,NULL),(3997,2788,'Seizure Disorder, History of Childhood Onset','en',1,1,'2015-05-26 14:37:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70e73bb2-b536-4af8-b915-6beed392ba5a',NULL,NULL),(3998,2789,'History of Head Trauma Before First Seizure','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'1bc5d27e-3d10-40ff-aefa-7b1d93aa4339',NULL,NULL),(3999,2789,'Seizure Disorder, History of Head Trauma Before First Seizure','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'03624332-3979-4c2b-a8d0-06a4bc22ea9c',NULL,NULL),(4000,2790,'Seizure Disorder, Takes Medicines Everyday','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df261ef2-9e3e-48f8-b6ea-557dd6aa6cfa',NULL,NULL),(4001,2790,'Patient takes medicines everyday','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'f979c909-e2fb-47e3-9ea3-b53f3e7f64d2',NULL,NULL),(4002,2791,'Seizure Disorder, If patient doesn’t take medicines, why not','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0578b9fd-0fb0-4d8f-b5bc-e19a84525834',NULL,NULL),(4003,2791,'If patient doesn’t take medicines, why not','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'8b2cb599-a3ba-4d06-8e6d-f0dff7538a52',NULL,NULL),(4004,2792,'Is patient pregnant or planning to get pregnant','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'14d4bbd6-6999-4a0d-9ca5-09cf8cf1f3e0',NULL,NULL),(4005,2792,'Seizure Disorder, Pregnant or Planning on Getting Pregnant','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbf233ec-4445-4608-87c9-da4d25e9239c',NULL,NULL),(4006,2793,'Stroke, Systolic','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47e90b3d-3314-42c7-9c9a-368469054a87',NULL,NULL),(4007,2793,'Systolic','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'3c5206f5-4d0a-45e7-acd8-0bbbe3471237',NULL,NULL),(4008,2794,'Stroke, Systolic Abnormal','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fae156a6-6271-4c7b-909c-89da3b9967f5',NULL,NULL),(4009,2794,'Systolic Abnormal','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'f580034a-079a-4d13-9de2-73b2ce4b326b',NULL,NULL),(4010,2795,'Diastolic','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'cfd4e4e2-294c-47f3-8f0a-7186ee4c19fa',NULL,NULL),(4011,2795,'Stroke, Diastolic','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e32849ec-ad34-40a2-b6ec-482d6fcf9726',NULL,NULL),(4012,2796,'Diastolic Abnormal','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'9532fe9b-2fd4-427d-8ff7-d3b698d2bf4c',NULL,NULL),(4013,2796,'Stroke, Diastolic Abnormal','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'86b32863-f4af-4af2-9fdb-c5b3cdfbbfb2',NULL,NULL),(4014,2797,'Stroke, LDL','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fbbac54-74f6-4a16-8f7e-f8f67ab0a778',NULL,NULL),(4015,2797,'LDL','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'415295bc-eef7-4334-af74-73c475a17f55',NULL,NULL),(4016,2798,'Stroke, Last LDL Date','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'29de3f23-4ef7-4d87-8579-4cb923ce4910',NULL,NULL),(4017,2798,'Last LDL date','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'265d7903-1c05-4e6a-8743-39dfe00219ac',NULL,NULL),(4018,2799,'Does Patient Have Hypertension','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'2dbd38cf-c92b-408d-a237-6373d067b849',NULL,NULL),(4019,2799,'Stroke, Does Patient Have Hypertension','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'371d28f8-9572-4652-ab2a-12b7dc58e63b',NULL,NULL),(4020,2800,'Stroke, Is Hypertension Controlled','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cfb564a1-0e53-439c-85ac-4664093de2a9',NULL,NULL),(4021,2801,'Smoker','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'030a17b3-f7a2-4fba-b79a-63f1af588f74',NULL,NULL),(4022,2801,'Stroke, Smoker','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1401f5f9-2b68-4faa-b899-bceb3dd36232',NULL,NULL),(4023,2802,'Stroke, Patient is Diabetic','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4195ff6d-736a-4bbe-897d-05a7340f1731',NULL,NULL),(4024,2802,'Does patient have diabetes','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'e3689d3f-aa72-42ca-9318-09e8e4088ce1',NULL,NULL),(4025,2803,'Stroke, Is Diabetes Controlled','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db0b3ff2-d5a2-4178-8000-e51b3bb0e1ae',NULL,NULL),(4026,2803,'Is diabetes controlled','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'56fe600e-14e5-4a19-8e54-46fa35ea797f',NULL,NULL),(4027,2804,'Stroke, A1c','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c997d17a-6dad-438a-a735-21c246783bfb',NULL,NULL),(4028,2804,'A1c','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'47cc4a1c-fd6f-43eb-84d9-b2a1f0af9566',NULL,NULL),(4029,2805,'Last A1c date','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'204e3850-5dec-4496-a982-2a1fb91e1feb',NULL,NULL),(4030,2805,'Stroke, Last A1c Date','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1a55bb1-7894-4d57-a0e6-027b61731a9d',NULL,NULL),(4031,2806,'Is patient on low-dose aspirin for secondary stroke prevention','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'ecbc73e6-8542-4a25-b552-2f95bbc04ebd',NULL,NULL),(4032,2806,'Stroke, Patient on low-dose aspirin for secondary stroke prevention','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ae16dcbf-918b-4932-a3a9-d9c08e556175',NULL,NULL),(4033,2807,'Stroke, Qualifies for Atorvastatin','en',1,1,'2015-05-26 14:37:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'597cd529-334d-4b5e-8356-9cabc9ffb60c',NULL,NULL),(4034,2807,'Does patient qualify for atorvastatin','en',0,1,'2015-05-26 14:37:07','SHORT',0,NULL,NULL,NULL,'dd287f5e-3ee2-419f-a54c-0ece85c1388e',NULL,NULL),(4035,2808,'Depression','en',1,1,'2015-05-26 14:40:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08c067df-ea8f-470d-a598-e5bd610a5cb0',NULL,NULL),(4036,2809,'Psych','en',0,1,'2015-05-26 14:40:10','SHORT',0,NULL,NULL,NULL,'88d53d25-0ee0-4db8-b036-9b32da5891d9',NULL,NULL),(4037,2809,'Chronic OPD Details, Psych','en',1,1,'2015-05-26 14:40:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f553e152-58c1-4b5d-928d-32e0687f4b6a',NULL,NULL),(4038,2810,'Lipoma','en',0,1,'2015-05-26 14:40:10',NULL,0,NULL,NULL,NULL,'48de7513-a620-4b15-a56b-eda6d98eb978',NULL,NULL),(4039,2810,'Lumps','en',1,1,'2015-05-26 14:40:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d296e665-8176-400e-a5bb-432251873e91',NULL,NULL),(4040,2811,'Chronic OPD Details, Skin / Breast','en',1,1,'2015-05-26 14:40:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3814f950-486f-46e3-bc48-802217d9f98d',NULL,NULL),(4041,2811,'Skin / Breast','en',0,1,'2015-05-26 14:40:10','SHORT',0,NULL,NULL,NULL,'db2adbfa-3ca0-4c9a-b328-2012542f5241',NULL,NULL),(4042,2812,'Menses','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'1a943f52-d279-442a-b6dd-b38fdcee8d14',NULL,NULL),(4043,2812,'Chronic OPD Details, Menses','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f312f61-0254-4f8b-bbcd-b4eb91dd0f96',NULL,NULL),(4044,2813,'Chronic OPD Details, GU','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6705f325-c27d-4cd3-875e-7ef0e0d255c2',NULL,NULL),(4045,2813,'GU','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'424c9a78-0ec7-425a-b76f-583efa83fe12',NULL,NULL),(4046,2814,'ROS','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'e27af562-cf4a-48fd-b263-82f798d48180',NULL,NULL),(4047,2814,'Chronic OPD Details, ROS','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'962984cc-dcf5-4f07-89ce-d6cf1d8f2d44',NULL,NULL),(4048,2815,'Current Medicines','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'21a3e4f7-7fdb-47cb-80b9-1effe334ca47',NULL,NULL),(4049,2815,'Chronic OPD Details, Medications','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17474081-f5e9-477c-b125-1503da9b2596',NULL,NULL),(4050,2816,'Physical examination','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'53929c6b-7176-4d75-b044-6a9edb6a998f',NULL,NULL),(4051,2816,'Chronic OPD Details, Physical Examination','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c616cfa4-8c3e-4bc4-8dbd-3438623303fd',NULL,NULL),(4052,2817,'Chronic OPD Details, Studies','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81a784b1-8aa1-4b32-bdf6-d45c7808e7c8',NULL,NULL),(4053,2817,'Studies','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'2ffcb698-45a9-4ff5-add3-085478169228',NULL,NULL),(4054,2818,'Chronic OPD Details, Assessment / Plan','en',1,1,'2015-05-26 14:40:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2391e86d-334d-486f-a720-bacc154c0ff0',NULL,NULL),(4055,2818,'Assessment / Plan (Problem based)','en',0,1,'2015-05-26 14:40:33','SHORT',0,NULL,NULL,NULL,'8d756021-dad4-416a-ae5f-8a83c4bd10be',NULL,NULL),(4056,2819,'Chronic OPD visit','en',0,1,'2015-05-26 14:40:34','SHORT',0,NULL,NULL,NULL,'0ff145cc-5209-4b7c-b482-bddd503f062c',NULL,NULL),(4057,2819,'Chronic OPD Visit','en',1,1,'2015-05-26 14:40:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c5f05990-e5a7-4b19-8db4-bb7d09c28ad5',NULL,NULL),(4058,2820,'Asthma, Progress','en',1,1,'2015-05-26 14:40:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'41b7d2e1-15e9-42ce-9573-3a2318be1c13',NULL,NULL),(4059,2820,'Asthma – Progress','en',0,1,'2015-05-26 14:40:34','SHORT',0,NULL,NULL,NULL,'55b99b86-98fd-4b3b-b80b-712eaab05b39',NULL,NULL),(4060,2821,'Congestive Heart Failure – Progress','en',0,1,'2015-05-26 14:40:34','SHORT',0,NULL,NULL,NULL,'56743025-f85a-4b56-ab06-8c647045644e',NULL,NULL),(4061,2821,'Congestive Heart Failure, Progress','en',1,1,'2015-05-26 14:40:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5fa10594-1ec8-4d45-8afd-27c384072bdc',NULL,NULL),(4062,2822,'Coronary Artery Disease, Progress','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4893aa79-b78c-407a-afeb-fc9f86e8c8ff',NULL,NULL),(4063,2822,'Coronary Heart Disease – Progress','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'1a8e240f-1bf7-486b-8c8c-96dfc948bb38',NULL,NULL),(4064,2823,'Diagnostic Criteria','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'4f221538-8ee9-4bfb-bfe1-016e6e9a896f',NULL,NULL),(4065,2823,'Rheumatoid Arthritis, Patient Meets Diagnostic Criteria','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fe1303c2-09f2-40bf-bceb-7c2bb21ac10c',NULL,NULL),(4066,2824,'Rheumatoid Arthritis – Progress','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'b8e7bbde-4143-4845-9411-7ff20eaa1596',NULL,NULL),(4067,2824,'Rheumatoid Arthritis, Progress','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c53763c-00e7-4a95-9a3e-0be1a401629e',NULL,NULL),(4068,2825,'Rheumatic Heart Disease – Progress','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'e1079226-148e-4b5e-b967-3e6dc41a057a',NULL,NULL),(4069,2825,'Rheumatic Heart Disease, Progress','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'708b1f9c-11f5-4b9e-99e9-252e61d69415',NULL,NULL),(4070,2826,'Seizure Disorder, Progress','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d7a7f775-e40e-4b7f-9e0f-3171a76ca0ab',NULL,NULL),(4071,2826,'Seizure Disorder – Progress','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'1aa09b5f-079f-4de8-996d-650400b6be3c',NULL,NULL),(4072,2827,'Stroke, Systolic data','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f57f77b6-f803-4584-bcdf-f9ec22126d69',NULL,NULL),(4073,2827,'Systolic data','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'1d7899db-21d3-4ca6-9f81-5d7a3bfc593f',NULL,NULL),(4074,2828,'Diastolic data','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'bbb4372f-c61a-46c4-9740-1f388e4dc577',NULL,NULL),(4075,2828,'Stroke, Diastolic Data','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcc63794-fbae-4523-ba81-32bf483d1d04',NULL,NULL),(4076,2829,'Stroke, Blood Pressure','en',1,1,'2015-05-26 14:40:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47bbbfa9-bd14-4a92-81bd-6204bdacf5dd',NULL,NULL),(4077,2829,'Blood pressure','en',0,1,'2015-05-26 14:40:35','SHORT',0,NULL,NULL,NULL,'480787dc-06d3-4ebe-a5ba-d652a2be9570',NULL,NULL),(4078,2830,'Stroke OPD','en',1,1,'2015-05-26 14:40:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bd012f4e-ab5e-4fe8-9f7a-da4f67f50938',NULL,NULL),(4079,2831,'Chronic Diseases','en',1,1,'2015-05-26 14:40:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2fc4dd9-2046-4558-b5bf-2a4139e321a8',NULL,NULL),(4080,2832,'ECG Details','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b27061d9-b372-4a8d-b34a-c1e927fc6b65',NULL,NULL),(4081,2833,'OPD','en',0,1,'2015-05-26 14:44:26','SHORT',0,NULL,NULL,NULL,'0947f630-d9d4-4a9a-9528-69834bc4954f',NULL,NULL),(4082,2833,'Operative Notes, OPD','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'979a8925-6948-4ae1-bcd3-a99f3875b5ec',NULL,NULL),(4083,2834,'Operative Notes, Emergency','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'13063a6e-7cd7-43a2-a7d0-c6be07159717',NULL,NULL),(4084,2834,'Emergency','en',0,1,'2015-05-26 14:44:26','SHORT',0,NULL,NULL,NULL,'137f593f-84c0-42aa-a0a8-a763cf42ab9d',NULL,NULL),(4085,2835,'IPD','en',0,1,'2015-05-26 14:44:26','SHORT',0,NULL,NULL,NULL,'71c9862c-d704-45bf-a15e-d907a0f6e67c',NULL,NULL),(4086,2835,'Operative Notes, IPD','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69b4d4b2-6776-45db-b653-33b7bd7d7efa',NULL,NULL),(4087,2836,'RHD - Other','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'104f4fee-f8c1-4321-b10d-b47cb8b91d23',NULL,NULL),(4088,2836,'Other','en',0,1,'2015-05-26 14:44:26','SHORT',0,NULL,NULL,NULL,'666b4def-cee9-4cdd-a7ef-a1fcbcff5f23',NULL,NULL),(4089,2837,'ECG Done in','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'201ae082-b92f-414c-9ae7-bf9488993218',NULL,NULL),(4090,2838,'ECG Done by','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c0afd7fa-2cc9-46ae-8f0b-f4818b426727',NULL,NULL),(4091,2839,'ECG Remarks','en',1,1,'2015-05-26 14:44:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d9833c5-8a91-4c7a-815a-499404d276f8',NULL,NULL),(4092,2839,'Remarks','en',0,1,'2015-05-26 14:44:26','SHORT',0,NULL,NULL,NULL,'094c2c8d-85b8-4735-9616-2ee1fa641126',NULL,NULL),(4093,2840,'ECG Notes','en',1,1,'2015-05-26 14:44:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fe5b2789-df7e-4d82-89f8-73484e47b1f4',NULL,NULL),(4094,2841,'Free Health Service Code','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'8969fa7e-a625-45dd-8a2d-d3fa09a8872d',NULL,NULL),(4095,2841,'ER General Notes, Free Health Service Code','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'83e94c26-b68e-41a9-a93f-be3dc1fbb31b',NULL,NULL),(4096,2842,'Chief Complaint','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'94e1cf7a-e596-477b-8f71-e8d3db809570',NULL,NULL),(4097,2842,'ER General Notes, Chief Complaint','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91c358d2-6d83-4fa6-b6fa-d165b35d81d6',NULL,NULL),(4098,2843,'HPI','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'f9801c6e-10d4-47f9-abe3-37cd439b7f06',NULL,NULL),(4099,2843,'ER General Notes, HPI Notes','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'89d90797-312a-49bc-aa5c-cee9ecd7c8c0',NULL,NULL),(4100,2844,'Past medical history','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'07e0314f-07ba-48e0-8080-019e4120fbb1',NULL,NULL),(4101,2844,'ER General Notes, Medical History','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'61cee762-40c4-4b9d-b733-bd0b16ce3d3d',NULL,NULL),(4102,2845,'ER General Notes, Current Home Medications','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c6ec44da-5c61-441b-87bf-fb058cf71614',NULL,NULL),(4103,2845,'Current Home Medications','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'7f1d9de3-4460-4022-b83c-7ae9567de5fc',NULL,NULL),(4104,2846,'Non Compliance reason','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'e37c3ee5-f5a5-4f45-b347-141dbe0b31fc',NULL,NULL),(4105,2846,'ER General Notes, Non Compliance Reason','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78a1b768-6a38-44b2-9894-eb0895525dd5',NULL,NULL),(4106,2847,'ER General Notes, Non Compliance','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1e52114-aeaf-4f99-aff2-ed3a9e30fd2f',NULL,NULL),(4107,2847,'Non Compliance','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'7d270c18-7130-48ac-84a8-d4fe637f0f36',NULL,NULL),(4108,2848,'Past Surgical History','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'4247ae31-8b63-45dd-9aeb-401adcdc9e65',NULL,NULL),(4109,2848,'ER General Notes, Surgical History','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1de370f6-ff49-4289-9219-a9d0403153bf',NULL,NULL),(4110,2849,'Family History','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'e4a7d199-34e6-4f79-8e2a-af28c005a758',NULL,NULL),(4111,2849,'ER General Notes, Family History','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'32ddad8d-c97a-445e-8244-060c1353079e',NULL,NULL),(4112,2850,'Cigaratte Smoker','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'cc3ed103-61b3-47d1-bb6f-5ae9564eee0f',NULL,NULL),(4113,2850,'ER General Notes, Cigarette Smoker','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'92f6bce5-4e90-4ed6-8c17-542ec4854705',NULL,NULL),(4114,2851,'Other Forms of Tobacco','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'58880af1-3b86-4f28-bdc4-506329734df9',NULL,NULL),(4115,2851,'ER General Notes, Other Forms of Tobacco','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'263e9c6d-29f9-4aa7-82f0-4ea0483d5599',NULL,NULL),(4116,2852,'Alcohol use','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'1de1cbaf-4a23-4cfa-a125-dc750ecc60f4',NULL,NULL),(4117,2852,'ER General Notes, Alcohol use','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54beb1e4-99bd-4fc2-9c0e-a1a1ee20a755',NULL,NULL),(4118,2853,'Evidence of Alcohol abuse','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'02f9fb56-916d-40fe-ad02-32e41d529062',NULL,NULL),(4119,2853,'ER General Notes, Evidence of Alcohol abuse','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'39e8879b-195b-4ee7-968a-f88f5051bf88',NULL,NULL),(4120,2854,'ER General Notes, Illicit drug use','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'744c7107-ab8d-40d3-a70f-f6f1f3ca5842',NULL,NULL),(4121,2854,'Illicit drug use','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'3a18d4d4-20be-4c05-ab51-0b35cbef7c04',NULL,NULL),(4122,2855,'Allergies','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'3db91c1a-a1b1-4471-9b2c-62f334d6adf8',NULL,NULL),(4123,2855,'ER General Notes, Allergies','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'637839a5-4d48-44b0-bd9a-0e074614e984',NULL,NULL),(4124,2856,'ER General Notes, Obstetrics and Gynecology History','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6f55fed-e31c-4289-8eaa-7a65109bf597',NULL,NULL),(4125,2856,'Obstetrics / Gynecology History (Gravida / Para / Abortive','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'4d795846-bb90-48f0-a326-4d7ac5a8cbcc',NULL,NULL),(4126,2857,'Date of LMP','en',0,1,'2015-05-26 14:44:44','SHORT',0,NULL,NULL,NULL,'ee3a115c-346f-4362-a0da-e07db45b3602',NULL,NULL),(4127,2857,'ER General Notes, Date of LMP','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e77b1be-844d-4ca6-9394-8abf0b566531',NULL,NULL),(4128,2858,'Heart Rate','en',1,1,'2015-05-26 14:44:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'489c443f-975f-4759-a7b3-dd512364ab2d',NULL,NULL),(4129,2859,'Heart Rate Abnormal','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9b8e6f7d-89e4-4d80-a0ea-c3891f0c7073',NULL,NULL),(4130,2860,'Respiratory Rate','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2c7eb81-a397-44b3-afc6-062d5015c612',NULL,NULL),(4131,2861,'Respiratory Rate Abnormal','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7dfce7ab-d67b-4870-8956-660d39a45e2e',NULL,NULL),(4132,2862,'Oxygen Saturation','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dcc0c00d-c2f6-4d7b-9dfb-4c67efcb8332',NULL,NULL),(4133,2863,'Oxygen Saturation Abnormal','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8591ed6e-e236-4dac-a5be-31241792fe23',NULL,NULL),(4134,2864,'Physical Examination Details','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'089e7dba-2599-494a-a839-d36348ca35c4',NULL,NULL),(4135,2864,'ER General Notes, Physical Examination Details','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea2df2cd-3dc9-48b8-8fee-3363068a5dff',NULL,NULL),(4136,2865,'Lab Studies','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'957d5da1-a68c-417b-b679-0bb0d1f06755',NULL,NULL),(4137,2865,'ER General Notes, Lab Studies','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbc45d1f-8605-4d0b-a620-632d1ffade93',NULL,NULL),(4138,2866,'ER General Notes, ECG','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'36f02e2b-8d87-4869-86f6-b8eb5c93c857',NULL,NULL),(4139,2866,'ECG','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'e7ab9d8e-d4e0-4c63-86c8-6380e7db0b0c',NULL,NULL),(4140,2867,'ER General Notes, Radiology','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'18a10132-729e-4a49-a7e4-b046ee864e04',NULL,NULL),(4141,2867,'Radiology','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'13c409be-5980-492e-a996-b7d4cb3eb8ac',NULL,NULL),(4142,2868,'ER General Notes, Microbiology','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b5cf351-78d8-49b1-b10f-571b72b87306',NULL,NULL),(4143,2868,'Microbiology','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'ec2f99de-6a27-413f-9172-7a1e1f2e25be',NULL,NULL),(4144,2869,'Psych','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'c6559410-3424-46e2-a26d-423e9d738569',NULL,NULL),(4145,2869,'ER General Notes, Psych','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0cf082da-47ec-472f-a777-946461195df7',NULL,NULL),(4146,2870,'ER General Notes, Endocrine','en',1,1,'2015-05-26 14:44:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a4e6f7f1-d6ac-4f6c-b257-eed44dc95296',NULL,NULL),(4147,2870,'Endocrine','en',0,1,'2015-05-26 14:44:45','SHORT',0,NULL,NULL,NULL,'037174b2-83d5-4738-9587-26a31d38b7bf',NULL,NULL),(4148,2871,'Neuro','en',0,1,'2015-05-26 14:44:46','SHORT',0,NULL,NULL,NULL,'6d48fb8f-092c-4b0c-b978-0568dbe21b18',NULL,NULL),(4149,2871,'ER General Notes, Neuro','en',1,1,'2015-05-26 14:44:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c57ab26-55c0-4a23-9106-e75f576a9c4e',NULL,NULL),(4150,2872,'Heme / Lymph','en',0,1,'2015-05-26 14:44:46','SHORT',0,NULL,NULL,NULL,'f800feb9-bf4d-450f-9c82-69828eac5039',NULL,NULL),(4151,2872,'ER General Notes, Heme / Lymph','en',1,1,'2015-05-26 14:44:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a7a3e848-d95f-45e0-8769-01747db070d6',NULL,NULL),(4152,2873,'ER General Notes, Allergic / Immunologic','en',1,1,'2015-05-26 14:44:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'572709cb-2d3a-48d4-871c-7c2b33838eb2',NULL,NULL),(4153,2873,'Allergic / Immunologic','en',0,1,'2015-05-26 14:44:46','SHORT',0,NULL,NULL,NULL,'5da01de7-209c-4b52-ab7e-ea12f8f5701f',NULL,NULL),(4154,2874,'ER General Notes, Constitutional','en',1,1,'2015-05-26 14:44:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eabee9e0-6436-4002-83a8-eb607c108e99',NULL,NULL),(4155,2874,'Constitutional','en',0,1,'2015-05-26 14:44:46','SHORT',0,NULL,NULL,NULL,'37db3739-b966-4c6d-adea-559121f05dec',NULL,NULL),(4156,2875,'ER General Notes, ENT','en',1,1,'2015-05-26 14:44:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ffa46225-aabc-4ac9-9196-bb966c818727',NULL,NULL),(4157,2875,'ENT','en',0,1,'2015-05-26 14:44:46','SHORT',0,NULL,NULL,NULL,'5a403e69-49d9-4815-a3f9-ac1efe343b73',NULL,NULL),(4158,2876,'ER General Notes, Eyes','en',1,1,'2015-05-26 14:44:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95d1d445-57f6-4b30-993e-efa758fbd2a0',NULL,NULL),(4159,2876,'Eyes','en',0,1,'2015-05-26 14:44:46','SHORT',0,NULL,NULL,NULL,'3cf780e2-dc92-44cc-9161-4b77a9aeab99',NULL,NULL),(4160,2877,'ER General Notes, Respair','en',1,1,'2015-05-26 14:44:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d59113ef-2330-477e-a261-2179a28b0f1e',NULL,NULL),(4161,2877,'Respair','en',0,1,'2015-05-26 14:44:47','SHORT',0,NULL,NULL,NULL,'2377415d-17fa-4119-965c-8a736da40ce8',NULL,NULL),(4162,2878,'CV','en',0,1,'2015-05-26 14:44:47','SHORT',0,NULL,NULL,NULL,'69eec15a-9027-4034-9213-796a6dbc7b83',NULL,NULL),(4163,2878,'ER General Notes, CV','en',1,1,'2015-05-26 14:44:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4d9395e-3151-4800-8b3b-9aa79a614464',NULL,NULL),(4164,2879,'GI','en',0,1,'2015-05-26 14:44:47','SHORT',0,NULL,NULL,NULL,'05931b2a-289a-4c16-b8d4-f7950df968b0',NULL,NULL),(4165,2879,'ER General Notes, GI','en',1,1,'2015-05-26 14:44:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f3b0fa0-36d8-4189-9d26-852baf49306a',NULL,NULL),(4166,2880,'ER General Notes, Skin / Breast','en',1,1,'2015-05-26 14:44:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'567c0548-dfb1-453f-bae0-b3f11436765e',NULL,NULL),(4167,2880,'Skin / Breast','en',0,1,'2015-05-26 14:44:47','SHORT',0,NULL,NULL,NULL,'6487ce27-1e52-4900-b495-9c0bd272aa8c',NULL,NULL),(4168,2881,'MSK','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'2059362a-2a05-4fc0-8d83-28d22fdbc8a8',NULL,NULL),(4169,2881,'ER General Notes, MSK','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'57d3ba96-115c-49a9-a417-e528cac72c15',NULL,NULL),(4170,2882,'ER General Notes, Urinary','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'122b55fc-3c53-4b58-8b6f-2cb7d08537d8',NULL,NULL),(4171,2882,'Urinary','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'b83a3d9c-e238-437a-8e78-ac7a0386252c',NULL,NULL),(4172,2883,'Genital','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'a7117a31-c463-4bce-8d8d-e190e9a99619',NULL,NULL),(4173,2883,'ER General Notes, Genital','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'647f0633-bc81-43ec-9b4f-11f810bda161',NULL,NULL),(4174,2884,'ER General Notes, Menses Frequency','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f55eb2d1-7044-457e-8b82-9830bd69e1ec',NULL,NULL),(4175,2884,'Menses Frequency','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'83120202-3c48-47db-b1a7-7ecd9f1279c2',NULL,NULL),(4176,2885,'Is there pain during menses','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'fdf3fd83-2714-4955-ae7c-6c521c8cea32',NULL,NULL),(4177,2885,'ER General Notes, Is there pain during menses','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'812213ec-d00a-4fb3-9305-c61e23704729',NULL,NULL),(4178,2886,'ER General Notes, Menses Regularity','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5a8a6de3-f898-4f3c-9fbc-4b3612f67eb0',NULL,NULL),(4179,2886,'Menses Regularity','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'b95f11b9-9cf0-4c4f-9ad1-0ca0ccb6052a',NULL,NULL),(4180,2887,'ER General Notes, Heavy / Light','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8d3cfdf9-f112-4ffe-a63b-d97a429c042d',NULL,NULL),(4181,2887,'Menses - Heavy / Light','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'ccb1feaa-f156-4a91-83ba-4f7821ed543a',NULL,NULL),(4182,2888,'ER General Notes, Contraception','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2b8c793c-578c-421f-a8e6-9625bf08b15c',NULL,NULL),(4183,2888,'Contraception','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'fad8a17f-34cb-44a8-ad1d-bee6d898c8fb',NULL,NULL),(4184,2889,'Other ROS Notes','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'813fb72d-3c84-41d4-aeb0-b7faf01f6a2b',NULL,NULL),(4185,2889,'ER General Notes, ROS Notes','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'afbd41d0-d8ea-4e91-980a-6647c065fad0',NULL,NULL),(4186,2890,'Problem','en',0,1,'2015-05-26 14:44:48','SHORT',0,NULL,NULL,NULL,'af546b08-74ff-4208-a3e0-17c7a345f0cd',NULL,NULL),(4187,2890,'ER General Notes, Problem','en',1,1,'2015-05-26 14:44:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8653df5-10b7-4f62-bf3e-25b3bf377add',NULL,NULL),(4188,2891,'ER General Notes, Medications','en',1,1,'2015-05-26 14:44:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a7f7823c-77c0-415b-af9d-68edd387c2a5',NULL,NULL),(4189,2891,'Current Medicines','en',0,1,'2015-05-26 14:44:52','SHORT',0,NULL,NULL,NULL,'1c2139e0-30f1-44a8-8b4b-ec9768558a5c',NULL,NULL),(4190,2892,'Heart Rate','en',0,1,'2015-05-26 14:44:52','SHORT',0,NULL,NULL,NULL,'e9e30777-35c7-4f33-b73c-7609c5288875',NULL,NULL),(4191,2892,'Heart Rate Data','en',1,1,'2015-05-26 14:44:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46d2a76c-a9ca-4680-98e9-d740771014a6',NULL,NULL),(4192,2893,'Respiratory Rate','en',0,1,'2015-05-26 14:44:52','SHORT',0,NULL,NULL,NULL,'3e6c6619-d19b-4fc5-bf3e-8bdbfd28d912',NULL,NULL),(4193,2893,'Respiratory Rate Data','en',1,1,'2015-05-26 14:44:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a736fa31-5f3d-4c5b-bc22-de0f15f6bd6b',NULL,NULL),(4194,2894,'Oxygen Saturation Data','en',1,1,'2015-05-26 14:44:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69db1e6a-edb0-4caa-899f-7dbff618f825',NULL,NULL),(4195,2894,'Oxygen Saturation','en',0,1,'2015-05-26 14:44:52','SHORT',0,NULL,NULL,NULL,'96f659b1-fe7c-4825-9189-e55d8e65d908',NULL,NULL),(4196,2895,'ER General Notes, Physical Examination','en',1,1,'2015-05-26 14:44:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6dc7095f-1c2b-4d5a-9604-bc11c673216d',NULL,NULL),(4197,2895,'Physical examination','en',0,1,'2015-05-26 14:44:52','SHORT',0,NULL,NULL,NULL,'2581db2b-3a51-48f1-8326-46e6830873f7',NULL,NULL),(4198,2896,'ER General Notes, Studies','en',1,1,'2015-05-26 14:44:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e2581c7-8d67-42fc-8c89-5c8fcf8ec6f3',NULL,NULL),(4199,2896,'Studies','en',0,1,'2015-05-26 14:44:52','SHORT',0,NULL,NULL,NULL,'cf555c65-24e9-430a-963d-8d5d9439df02',NULL,NULL),(4200,2897,'ROS','en',0,1,'2015-05-26 14:44:53','SHORT',0,NULL,NULL,NULL,'083476ee-4f64-494f-9e32-f02bf49377c6',NULL,NULL),(4201,2897,'ER General Notes, ROS','en',1,1,'2015-05-26 14:44:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a6b6e213-c0f3-4d88-95db-5ea6b0ddb2fb',NULL,NULL),(4202,2898,'ER General Notes, Assessment / Plan','en',1,1,'2015-05-26 14:44:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'408790ff-1460-4757-bc54-0f96ff28895b',NULL,NULL),(4203,2898,'Assessment / Plan (Problem based)','en',0,1,'2015-05-26 14:44:53','SHORT',0,NULL,NULL,NULL,'c1504a43-14b8-48fd-95bf-a33347cf8bde',NULL,NULL),(4204,2899,'ER General Notes','en',1,1,'2015-05-26 14:44:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b59e3b22-8709-4ded-95bd-b4b8d05ad3a4',NULL,NULL),(4205,2900,'Leprosy, Parents Name','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'87c9e401-8ae1-484b-aae8-b793a2a9a241',NULL,NULL),(4206,2900,'Parents name','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'ff8314d4-c5bc-4b8f-85d4-2e038a9232c3',NULL,NULL),(4207,2901,'Voluntarily','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8a8d5fda-f5e6-4c16-a152-e99e022b8d35',NULL,NULL),(4208,2902,'Contact Examination','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'960cd9b2-425b-4bc6-b6fe-677e40c9dc84',NULL,NULL),(4209,2903,'Leprosy, Finding Type','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bc6dc948-313a-4a46-a5c3-ab6b48ebd42b',NULL,NULL),(4210,2903,'Finding type','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'14634fa2-403b-4801-ac1b-86cef062811a',NULL,NULL),(4211,2904,'New Patients','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1aa32b0-eece-4bb6-b8d2-781247045bb5',NULL,NULL),(4212,2905,'Re-starter','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'abac50df-da2f-4d95-b6c6-4e4d7ffc7441',NULL,NULL),(4213,2906,'Classification Change','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0478280d-ee66-4f73-b955-d0cc774a6820',NULL,NULL),(4214,2907,'Case type','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'a424d3c5-d460-488a-88b7-7573ef00dbd1',NULL,NULL),(4215,2907,'Leprosy, Case Type','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6da9fc83-dee7-44e2-9c8f-ddba6b8eb7cc',NULL,NULL),(4216,2908,'Multi Bacillary','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d3ccd100-71ab-4278-a5f7-69acc89949db',NULL,NULL),(4217,2909,'Pauci Bacillary','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17f84997-20d4-4efe-ba5a-d417a36ad81f',NULL,NULL),(4218,2910,'Leprosy Type','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'6666034d-6b3e-44a1-b887-20e6bba00ccc',NULL,NULL),(4219,2910,'Leprosy, Leprosy Type','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ebbebf6-79b7-469c-afe7-8f5f32efe4b7',NULL,NULL),(4220,2911,'Drug Regimen','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'e79cbe83-e4d9-4613-81c7-5622ed5412be',NULL,NULL),(4221,2911,'Leprosy, Drug Regimen','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'075a77dc-f010-4f2e-8783-f518c5a62f0e',NULL,NULL),(4222,2912,'Supervised drug administration for this month','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'18f5a77c-abcb-4f05-9e96-0e892a6d5e64',NULL,NULL),(4223,2912,'Leprosy, Supervised drug administration for this month','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bd3af807-4611-423e-a24e-4f3f64f9cf30',NULL,NULL),(4224,2913,'Grade 0','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'887631ed-fff9-4661-8ccb-6b1e9a907260',NULL,NULL),(4225,2914,'Grade 1','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0933435b-541d-4398-95b4-34e71272c709',NULL,NULL),(4226,2915,'Grade 2','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'644deec2-ec16-4211-b148-44c393dffc4f',NULL,NULL),(4227,2916,'Not examined','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3509e7b-4b60-48e3-895f-f80770e43fd4',NULL,NULL),(4228,2917,'Disability grade','en',0,1,'2015-05-26 14:49:55','SHORT',0,NULL,NULL,NULL,'0a5c1c72-9186-4aa2-b1d8-6150524a67e6',NULL,NULL),(4229,2917,'Leprosy, Disability Grade','en',1,1,'2015-05-26 14:49:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dda6c19d-c652-4ea8-89c6-15b6c1d07f4c',NULL,NULL),(4230,2918,'EHP score','en',0,1,'2015-05-26 14:49:56','SHORT',0,NULL,NULL,NULL,'a7d024d4-ddd9-4255-9ed9-b4dbdbc21d72',NULL,NULL),(4231,2918,'Leprosy, EHP Score','en',1,1,'2015-05-26 14:49:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8a198881-f59a-40b8-8afa-5940988c7b13',NULL,NULL),(4232,2919,'Release from Treatment – RFT','en',1,1,'2015-05-26 14:49:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d796887d-b086-41a0-9449-69d8cb4c7ed9',NULL,NULL),(4233,2920,'Other Deduction - OD','en',1,1,'2015-05-26 14:49:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97c78a80-3829-4052-829a-d7e41d50503d',NULL,NULL),(4234,2921,'Patient deduction type','en',0,1,'2015-05-26 14:49:56','SHORT',0,NULL,NULL,NULL,'66f9b747-af9a-42c8-9910-254a809b7914',NULL,NULL),(4235,2921,'Leprosy, Patient Deduction Type','en',1,1,'2015-05-26 14:49:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'35240011-57be-4231-832a-bdfd2d786c8c',NULL,NULL),(4236,2922,'Referred','en',1,1,'2015-05-26 14:50:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48a345e1-a0d8-498c-b9dd-5c0d35ea1104',NULL,NULL),(4237,2923,'Leprosy','en',0,1,'2015-05-26 14:50:47','SHORT',0,NULL,NULL,NULL,'ca1d3287-ed75-417c-bb3b-7fa04beebc19',NULL,NULL),(4238,2923,'Leprosy, Template','en',1,1,'2015-05-26 14:50:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'18f6181c-222e-43c0-b5f3-c8bd848eb695',NULL,NULL),(4239,2924,'Mental Health, Chief Complaint','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1db1f63-9253-415f-99ab-530deda035e9',NULL,NULL),(4240,2924,'Chief Complaint','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'e0a947e6-0d34-4155-a1a2-413bebd1a04b',NULL,NULL),(4241,2925,'Diagnosis','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'e93f5e4a-da64-4ac2-bd47-3531ecff2053',NULL,NULL),(4242,2925,'Mental Health, Diagnosis','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f42255a-ac80-42a0-91bc-e853dcbc0280',NULL,NULL),(4243,2926,'Drug provided','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'04671276-cf01-47ee-9acc-8218d6413873',NULL,NULL),(4244,2926,'Mental Health, Drugs Provided','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3caf390d-424f-4f4d-ba8a-44381ac299b1',NULL,NULL),(4245,2927,'Mental Health, Psychosocial Counseling','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c8e3e63-6aba-48b2-badb-78ad6b70f7b5',NULL,NULL),(4246,2927,'Psychosocial counseling','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'dd6c20fa-62f2-46b2-9c16-9a026dc4d0cb',NULL,NULL),(4247,2928,'Treatment complete','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2a82dfd4-793a-4702-8e94-fe2bbd3da798',NULL,NULL),(4248,2929,'Mental Health, Disposition','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7d849042-ad98-4044-ae4b-e717930f7d80',NULL,NULL),(4249,2929,'Disposition','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'46bfb083-a7d3-4e8f-9de8-3b2f9f0e1c90',NULL,NULL),(4250,2930,'Mental Health, Reason for Referral','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'20a819b5-5307-4c9d-85b8-0785b3c0d3d6',NULL,NULL),(4251,2930,'Referred reason','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'d47623f5-4b96-42b3-83d0-3820754389b4',NULL,NULL),(4252,2931,'Mental Health, Remarks','en',1,1,'2015-05-26 14:50:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70fea8eb-b3d7-4dd9-9178-48c34f880aeb',NULL,NULL),(4253,2931,'Remarks','en',0,1,'2015-05-26 14:50:56','SHORT',0,NULL,NULL,NULL,'b8c6ed8d-e9a1-43f6-b4ad-66147f3021c2',NULL,NULL),(4254,2932,'Mental Health','en',1,1,'2015-05-26 14:51:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8410d919-cd3a-447e-94ec-fe8203c4a08f',NULL,NULL),(4255,2933,'Mental Health','en',0,1,'2015-05-26 14:51:13','SHORT',0,NULL,NULL,NULL,'83675619-f69b-42c6-8ce9-7eefd6dbaec9',NULL,NULL),(4256,2933,'Mental Health Disease Template','en',1,1,'2015-05-26 14:51:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d4ae1089-4ccc-43bf-bd50-aa167ee5df40',NULL,NULL),(4257,2934,'Operative Notes, Diagnosis','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0941d706-a023-4bb9-bd20-b1d559c4a64e',NULL,NULL),(4258,2934,'Diagnosis','en',0,1,'2015-05-26 14:51:22','SHORT',0,NULL,NULL,NULL,'aebeea5c-c656-4689-99c8-03b35fe739f7',NULL,NULL),(4259,2935,'Operative Notes, Preoperative Meds','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ccff3d43-29c3-46de-b6ed-6c74a24273a3',NULL,NULL),(4260,2935,'Preoperative Meds','en',0,1,'2015-05-26 14:51:22','SHORT',0,NULL,NULL,NULL,'c88d8fb2-29d5-4083-9c3e-e4a9efd9c9c9',NULL,NULL),(4261,2936,'Operative Notes, Surgeons','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cad44cd8-5b3d-4b73-866a-b2a049945bdf',NULL,NULL),(4262,2936,'Surgeons','en',0,1,'2015-05-26 14:51:22','SHORT',0,NULL,NULL,NULL,'5b39ac75-5234-4941-b90b-86bedf0bd125',NULL,NULL),(4263,2937,'Anesthetist','en',0,1,'2015-05-26 14:51:22','SHORT',0,NULL,NULL,NULL,'2c94360b-faa0-47b7-a33a-65741fd7eedb',NULL,NULL),(4264,2937,'Operative Notes, Anesthetist','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9f3d481d-6f6f-4c16-8e1f-dcb220cfb81e',NULL,NULL),(4265,2938,'Scrub Nurse','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da503c9b-164c-4aeb-b9bb-1ff61a04274e',NULL,NULL),(4266,2939,'Circulating Nurse','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c204edcb-4cf9-4309-8b96-b26df0257ba6',NULL,NULL),(4267,2940,'Other Staff','en',0,1,'2015-05-26 14:51:22','SHORT',0,NULL,NULL,NULL,'9687a0b3-6baf-4dd8-94b8-14ba2e2b9563',NULL,NULL),(4268,2940,'Procedures, Other Staff','en',1,1,'2015-05-26 14:51:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e644d449-4557-47c4-af62-35ef8a5ac89e',NULL,NULL),(4269,2941,'Appendectomy','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca847f7a-9021-46e2-b40e-8bd3005ef942',NULL,NULL),(4270,2942,'Cholecystostomy','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'83d67707-c129-45ff-be24-754309e2d5ee',NULL,NULL),(4271,2943,'Eversion of Sac','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'295b5aed-6d0b-4cef-9606-83d15d0a1f79',NULL,NULL),(4272,2944,'Fracture management','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d9f20939-bb1a-4d94-9b3f-156f906ef67a',NULL,NULL),(4273,2945,'Hernia Repair','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'92b9fbb5-8e12-4e67-b8c8-29c834961c2d',NULL,NULL),(4274,2946,'Orthopedic surgery upper limb','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a0ac6d3f-66bc-48ce-89f5-1cb9230b7bf7',NULL,NULL),(4275,2947,'Orthopedic surgery lower limb','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f71fd9b1-d2ff-40b4-9932-1b7085c65701',NULL,NULL),(4276,2948,'Other','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'f8a6224f-3886-4dd4-82e4-3805346fd1fc',NULL,NULL),(4277,2948,'Other procedure','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac347077-eaa5-409d-aa7b-41e1bf9051f5',NULL,NULL),(4278,2949,'Suturing','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fe0dd80c-1e49-430d-b984-7dcc0c8fe0d1',NULL,NULL),(4279,2950,'Wound Care','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eae0385b-2ea9-4657-81e1-aa19d359a7a9',NULL,NULL),(4280,2951,'Operative Notes, Procedure','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb0771c9-2b77-437d-9205-c93830aa4f2c',NULL,NULL),(4281,2951,'Procedure','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'38c4c4a3-3cbe-429e-80a1-03626c4e2c8e',NULL,NULL),(4282,2952,'Operative Notes, Specific Intervention','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bdb69c55-e3de-4cf1-b3db-a4f03752b323',NULL,NULL),(4283,2952,'Specific intervention','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'1f2e6d13-d5ba-4220-a352-be058b4a0f86',NULL,NULL),(4284,2953,'Anesthesia','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'90e0b96f-db43-463a-a6a0-f7b54dff66a9',NULL,NULL),(4285,2953,'Operative Notes, Anesthesia','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4c967ef3-0236-4195-a7c8-26ac672990a2',NULL,NULL),(4286,2954,'Operative Notes, Antibiotics administered','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'043c16bd-b111-46e4-a492-991788a72b1a',NULL,NULL),(4287,2954,'Antibiotics administered','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'e4209761-555d-47e8-a37f-b62669bb8c92',NULL,NULL),(4288,2955,'Fluid administered','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'4c8edc0a-a808-42d8-aed4-b53864f6b376',NULL,NULL),(4289,2955,'Operative Notes, Fluid Administered','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c6ad2241-f66f-4cf4-978c-e20f975b560b',NULL,NULL),(4290,2956,'Fluid Amount and Unit','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'acc3ded5-6da6-4bdf-baba-b48732cb97c6',NULL,NULL),(4291,2956,'Operative Notes, Fluid Amount and Unit','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f9700a3b-c2da-45bf-83a1-d4acbb3581d0',NULL,NULL),(4292,2957,'Operative Notes, Tourniquet Time','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c66d04a-04dc-4ad4-86ea-25fa4822544f',NULL,NULL),(4293,2957,'Tourniquet Time','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'a14658c6-0736-4a5f-90c9-7b14c8321be1',NULL,NULL),(4294,2958,'Operative Notes, Estimated Blood Loss','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e40bf915-e738-42ca-99f6-a836fae4a23e',NULL,NULL),(4295,2958,'Estimated blood loss (in cc)','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'bb24628e-2f12-4ddd-a19d-39f882a5dc86',NULL,NULL),(4296,2959,'Operative Notes, Blood Transfusion Quantity','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2b6c41e-cfca-4630-9b30-4ac031a12e0c',NULL,NULL),(4297,2959,'Blood Transfusion Quantity','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'0e80bfc7-0cf1-4c89-96e5-44a2f2026bcc',NULL,NULL),(4298,2960,'Operative Notes, Findings','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8552e4f1-5479-4c1b-ba94-5c87a3588eca',NULL,NULL),(4299,2960,'Findings','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'06869820-a92e-4ff5-9da0-985122421652',NULL,NULL),(4300,2961,'Intra-OP investigations ordered','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'024d82e4-26ba-4955-a0ea-51e87d9e707e',NULL,NULL),(4301,2961,'Operative Notes, Intra-OP Investigations Ordered','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84e17351-e94f-42d1-9966-207d1b8be621',NULL,NULL),(4302,2962,'Operative Notes, Specimens','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'834ac9df-8557-49ba-ab21-d4be33246ce8',NULL,NULL),(4303,2962,'Specimens','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'9a8f2e67-6ae4-446c-ab42-ef377415e951',NULL,NULL),(4304,2963,'Intraoperative meds','en',0,1,'2015-05-26 14:51:23','SHORT',0,NULL,NULL,NULL,'444dbc7d-3f42-4df4-8fd5-4c6ff72cbe74',NULL,NULL),(4305,2963,'Operative Notes, Intraoperative meds','en',1,1,'2015-05-26 14:51:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bfa04475-fb10-4e6a-8ff6-21fed1546a70',NULL,NULL),(4306,2964,'Operative Notes, Procedure Note','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ba824582-f876-4b7e-be53-da0b50ae14e0',NULL,NULL),(4307,2964,'Procedure Note','en',0,1,'2015-05-26 14:51:24','SHORT',0,NULL,NULL,NULL,'2ec41a36-6996-448e-a287-53da5d13a368',NULL,NULL),(4308,2965,'Operative Notes, Complications','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81eb9977-5c45-4800-a30d-51683c69d5f2',NULL,NULL),(4309,2965,'Complications','en',0,1,'2015-05-26 14:51:24','SHORT',0,NULL,NULL,NULL,'707bd3e9-8500-4d93-9fdd-4bff7afa2b2b',NULL,NULL),(4310,2966,'Stable','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b742bd3-f3bf-4930-85a1-4dcd4e56d8ae',NULL,NULL),(4311,2967,'Extubated Operative Condition','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb4666b5-159a-4334-b505-6ca75f38c27a',NULL,NULL),(4312,2967,'Extubated','en',0,1,'2015-05-26 14:51:24','SHORT',0,NULL,NULL,NULL,'a7f69eff-a8f8-42c9-8c74-d222b0600f5e',NULL,NULL),(4313,2968,'Transferred to recovery room','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'99ae144a-5181-4f09-a435-a65237ea8ccc',NULL,NULL),(4314,2969,'Death on OT Table','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50bbd1dd-1636-47f2-8c46-d405a5e65ee9',NULL,NULL),(4315,2970,'Operative Notes, Condition','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a57cd352-9ec5-422b-a1b2-9ad0f122425c',NULL,NULL),(4316,2970,'Condition','en',0,1,'2015-05-26 14:51:24','SHORT',0,NULL,NULL,NULL,'e92c3ba8-9f8c-4af2-882d-97e665f5bff4',NULL,NULL),(4317,2971,'Direct outside referral','en',0,1,'2015-05-26 14:51:24','SHORT',0,NULL,NULL,NULL,'4b0c44fc-257e-47eb-b81f-d05b08dd1a1c',NULL,NULL),(4318,2971,'Operative Notes, Direct outside referral','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91307647-7349-47d8-874b-8dc2d7c3d4fd',NULL,NULL),(4319,2972,'Presented from','en',0,1,'2015-05-26 14:51:24','SHORT',0,NULL,NULL,NULL,'bcca58fc-58b4-4bb1-b6fd-5694ad72c0e0',NULL,NULL),(4320,2972,'Operative Notes, Presented from','en',1,1,'2015-05-26 14:51:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5abdab4e-73a1-4079-876b-0937994553f0',NULL,NULL),(4321,2973,'Operative Notes','en',1,1,'2015-05-26 14:51:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49ffd559-cbd4-47cf-b0d6-d0ef4b8f47c0',NULL,NULL),(4322,2974,'Inspection','en',0,1,'2015-05-26 14:52:05','SHORT',0,NULL,NULL,NULL,'4220bf29-d366-4b4a-80d0-11a7032af455',NULL,NULL),(4323,2974,'Orthopaedic, Inspection','en',1,1,'2015-05-26 14:52:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6839314-b9a5-4c0e-948a-12f0ca755af2',NULL,NULL),(4324,2975,'Palpation','en',0,1,'2015-05-26 14:52:06','SHORT',0,NULL,NULL,NULL,'d2c13cc9-8b2c-4566-9c9f-cab6c9d78358',NULL,NULL),(4325,2975,'Orthopaedic, Palpation','en',1,1,'2015-05-26 14:52:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db4f0215-3166-4364-8186-56adee88f46d',NULL,NULL),(4326,2976,'Range of Motion','en',0,1,'2015-05-26 14:52:06','SHORT',0,NULL,NULL,NULL,'f838e961-3e92-4cb5-a174-552a2e582b19',NULL,NULL),(4327,2976,'Orthopaedic, Range of Motion','en',1,1,'2015-05-26 14:52:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4b57833-2759-4563-867b-44a92e8296b5',NULL,NULL),(4328,2977,'Special Tests','en',0,1,'2015-05-26 14:52:06','SHORT',0,NULL,NULL,NULL,'55c2fb55-e43e-4a9c-9566-652d975efd90',NULL,NULL),(4329,2977,'Orthopaedic, Special Tests','en',1,1,'2015-05-26 14:52:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0adbdb6-5545-4d89-9dc6-85803d86913c',NULL,NULL),(4330,2978,'Orthopaedic, Radiographic Examination','en',1,1,'2015-05-26 14:52:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'126422b7-b7a2-44a1-833e-be2ed245b61c',NULL,NULL),(4331,2978,'Radiographic Examination','en',0,1,'2015-05-26 14:52:06','SHORT',0,NULL,NULL,NULL,'896c543f-4bb2-4072-8dc6-5668ac5e7021',NULL,NULL),(4332,2979,'Orthopaedic Examination','en',1,1,'2015-05-26 14:52:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'868b4374-da93-4f1c-8148-761989e60820',NULL,NULL),(4333,2980,'Procedure Notes, Diagnosis','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5366ec07-a6f5-499e-bb7c-2b66f14297cf',NULL,NULL),(4334,2980,'Diagnosis','en',0,1,'2015-05-26 15:03:09','SHORT',0,NULL,NULL,NULL,'bb60e60f-b681-455d-95b6-4c5b215ce170',NULL,NULL),(4335,2981,'Procedure Notes, Preoperative Meds','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55b65620-0637-415c-8504-71e9a92e3f4e',NULL,NULL),(4336,2981,'Preoperative Meds','en',0,1,'2015-05-26 15:03:09','SHORT',0,NULL,NULL,NULL,'9488d17c-e274-4e5e-93e0-6b2314ec0e72',NULL,NULL),(4337,2982,'Procedure Notes, Surgeons','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9a6440c6-db86-46d8-98ce-e15dd3d0b3af',NULL,NULL),(4338,2982,'Surgeons','en',0,1,'2015-05-26 15:03:09','SHORT',0,NULL,NULL,NULL,'456fd2fc-2904-43ce-acb1-ba8e7b071360',NULL,NULL),(4339,2983,'Anesthetist','en',0,1,'2015-05-26 15:03:09','SHORT',0,NULL,NULL,NULL,'7652be50-3b2d-4bb3-9280-3a930bad5911',NULL,NULL),(4340,2983,'Procedure Notes, Anesthetist','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b234a1cc-66a3-4f60-8e79-013df8d15a84',NULL,NULL),(4341,2984,'Cast Adjustment','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85b0d9d7-5c65-47b1-9447-61ac3cc8ed1c',NULL,NULL),(4342,2985,'Cast Removal','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f09b5dd8-8389-4125-ad6f-9f51f28e600e',NULL,NULL),(4343,2986,'Cast/Splint','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'abf007d5-743c-4b4e-b663-32a92875997d',NULL,NULL),(4344,2987,'Cast/Splint Removal','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2055266a-852f-4e61-a11f-5738edf907a4',NULL,NULL),(4345,2988,'Cathetrigetion','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'429c9e08-cdba-4ae1-9f4e-eb8af0e2201f',NULL,NULL),(4346,2989,'Cra Bandage Apply','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1e2adba-5239-4cfc-814b-dbb55b11a628',NULL,NULL),(4347,2990,'Cyst Removal','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'271298d4-113e-48f6-b871-d6ecdb63dfa0',NULL,NULL),(4348,2991,'Dilatation','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a84ac144-c015-4354-a044-5dacfafc77f2',NULL,NULL),(4349,2992,'Excision','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d49e5945-6885-4702-bc3f-328d6bcd9cc3',NULL,NULL),(4350,2993,'Figure 8 Bandage','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63869089-65cf-4a41-bc5d-6694de237e2c',NULL,NULL),(4351,2994,'Foreign Body Removal','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63c3c263-9b21-4236-8a66-a371ac22433b',NULL,NULL),(4352,2995,'First Time Dressing','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e663a312-55b7-4b86-8df2-cba8d0f32081',NULL,NULL),(4353,2996,'Follow-up Dressing','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0cacd60f-bb09-42f7-bd26-938892d780a2',NULL,NULL),(4354,2997,'Hip Spicar','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb41ec8e-b24e-4f39-9ed1-0bd27a77862d',NULL,NULL),(4355,2998,'Incision and Drainage','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'53f7ff9b-aca4-4976-b874-b170f1748e48',NULL,NULL),(4356,2999,'Norplant Removal','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'76964598-85a8-443f-8a92-466e4b2156e8',NULL,NULL),(4357,3000,'Retrzetion','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3b65e857-f12e-4e15-aae9-303c12eddd37',NULL,NULL),(4358,3001,'Slab','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca989147-b0dc-42cd-92fc-58f40f2d4359',NULL,NULL),(4359,3002,'Suture In','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eddc9ba2-eb5f-4777-80b1-c657e2481fc1',NULL,NULL),(4360,3003,'Suture Out','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7051bfed-e7a9-4c8a-9aed-2e924a89a3d3',NULL,NULL),(4361,3004,'Syring','en',1,1,'2015-05-26 15:03:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44d593b2-eb06-4caf-937e-b77bf517d547',NULL,NULL),(4362,3005,'Procedure','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'8c697d22-b0c4-43e2-ad86-52658b1a1315',NULL,NULL),(4363,3005,'Procedure Notes, Procedure','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c00a0204-1658-4155-933c-2ff1d8a11c62',NULL,NULL),(4364,3006,'Procedure Notes, Specific Intervention','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7fa60fca-4fc8-4585-beec-85153c7456b4',NULL,NULL),(4365,3006,'Specific intervention','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'5a38ab81-fb99-4d45-9c1a-9d05fa8ee080',NULL,NULL),(4366,3007,'Procedure Notes, Anesthesia','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5f87aeca-e2c8-44b1-b0da-ce65a3710bc6',NULL,NULL),(4367,3007,'Anesthesia','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'a68a48db-31c4-4163-b758-e4d9c98b3c4e',NULL,NULL),(4368,3008,'Antibiotics administered','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'52cac4a7-e53a-4fa2-aa4a-9dd2a28579e9',NULL,NULL),(4369,3008,'Procedure Notes, Antibiotics administered','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88e7267c-ce74-4877-a552-d6a06a2dfc86',NULL,NULL),(4370,3009,'Procedure Notes, Fluid Administered','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c61b373-43ef-41ff-b0cd-f9f36a0e26fe',NULL,NULL),(4371,3009,'Fluid administered','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'41bdde4a-503a-402e-9ba7-30a22d5c0633',NULL,NULL),(4372,3010,'Fluid Amount and Unit','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'d82f5977-8150-4140-9103-854439176b2c',NULL,NULL),(4373,3010,'Procedure Notes, Fluid Amount and Unit','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78e00a15-bac4-41ef-9561-48bf76c5d98d',NULL,NULL),(4374,3011,'Procedure Notes, Tourniquet Time','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8719961f-c469-45d7-aea5-995af851ddcc',NULL,NULL),(4375,3011,'Tourniquet Time','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'8fa8b83d-3e08-40de-8f2f-63c2e8ed1fd1',NULL,NULL),(4376,3012,'Estimated blood loss','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'6c21a052-bbd3-4213-8758-e157365b2cbf',NULL,NULL),(4377,3012,'Procedure Notes, Estimated Blood Loss','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e95a629a-7499-489e-bff3-1173dce6250d',NULL,NULL),(4378,3013,'Blood Transfusion Quantity','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'44a49899-159f-412b-b20e-00f5bdbe9a49',NULL,NULL),(4379,3013,'Procedure Notes, Blood Transfusion Quantity','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47b3ab3e-3a0c-4100-9684-1af5e322ae97',NULL,NULL),(4380,3014,'Findings','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'b9fde828-a407-4a7c-aa81-b8c9c1fe2020',NULL,NULL),(4381,3014,'Procedure Notes, Findings','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'272a17eb-bd4d-4776-99c5-2fcc35e185d8',NULL,NULL),(4382,3015,'Intra-OP investigations ordered','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'6b75c540-20ff-443d-9c11-c83de37506b9',NULL,NULL),(4383,3015,'Procedure Notes, Intra-OP Investigations Ordered','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56ba4402-04d7-4e75-b4d4-f2a2eeef4528',NULL,NULL),(4384,3016,'Procedure Notes, Specimens','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2d7deabc-8382-4d43-8553-60dec0a3e24f',NULL,NULL),(4385,3016,'Specimens','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'16818870-3089-433e-85ef-d1ee9ae722d8',NULL,NULL),(4386,3017,'Procedure Notes, Intraoperative meds','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a12fe3b3-438d-4a98-9f0c-b3d4114a43ce',NULL,NULL),(4387,3017,'Intraoperative meds','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'e8ebefef-38b5-47f4-81c6-45aca823b8f1',NULL,NULL),(4388,3018,'Procedure Note','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'a4eb8734-516a-4ee7-b67a-57ea849391a1',NULL,NULL),(4389,3018,'Procedure Notes, Procedure Note','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8a617ec6-6792-4c89-9fc9-114c08b041cb',NULL,NULL),(4390,3019,'Complications','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'7a9e1aa6-cdb8-4f90-bdce-e9b1503e3105',NULL,NULL),(4391,3019,'Procedure Notes, Complications','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'422602d8-d617-4ea1-9b71-f9a68b5781a4',NULL,NULL),(4392,3020,'Condition','en',0,1,'2015-05-26 15:03:10','SHORT',0,NULL,NULL,NULL,'d5e0c0ae-9e5f-455a-ae4f-06ad2f961cf1',NULL,NULL),(4393,3020,'Procedure Notes, Condition','en',1,1,'2015-05-26 15:03:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5413e3e1-cb55-48fc-976a-e85f528c2390',NULL,NULL),(4394,3021,'Emergency','en',0,1,'2015-05-26 15:03:11','SHORT',0,NULL,NULL,NULL,'9eac54e4-8540-47e2-9b8f-ea67707c1acf',NULL,NULL),(4395,3021,'Procedure Notes, Emergency','en',1,1,'2015-05-26 15:03:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'96d8ab4b-f007-4e73-90cf-936bf5765685',NULL,NULL),(4396,3022,'Procedure Notes, IPD','en',1,1,'2015-05-26 15:03:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3b69f6fd-e3fe-4868-9d1e-9a96acbb6739',NULL,NULL),(4397,3022,'IPD','en',0,1,'2015-05-26 15:03:11','SHORT',0,NULL,NULL,NULL,'c337c39f-b81d-4bad-83a1-d8093d9454d2',NULL,NULL),(4398,3023,'Procedure Notes, OPD','en',1,1,'2015-05-26 15:03:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3fc2fdb-4591-4e33-9392-d842c9d2bdfe',NULL,NULL),(4399,3023,'OPD','en',0,1,'2015-05-26 15:03:11','SHORT',0,NULL,NULL,NULL,'41ea65e4-4f8f-444e-a6e1-aef7c0c4f320',NULL,NULL),(4400,3024,'Direct outside referral','en',0,1,'2015-05-26 15:03:11','SHORT',0,NULL,NULL,NULL,'95aebc21-3c2d-4df2-b563-ce59a0152639',NULL,NULL),(4401,3024,'Procedure Notes, Direct outside referral','en',1,1,'2015-05-26 15:03:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48be0d04-783e-4e76-bd33-9e2d9115a0b2',NULL,NULL),(4402,3025,'Procedure Notes, Presented from','en',1,1,'2015-05-26 15:03:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d69fe7e6-4999-4c43-9b64-39a9be2bff64',NULL,NULL),(4403,3025,'Presented from','en',0,1,'2015-05-26 15:03:11','SHORT',0,NULL,NULL,NULL,'62f59aec-764e-417a-a723-5ed25d6ee826',NULL,NULL),(4404,3026,'Procedure Notes','en',1,1,'2015-05-26 15:03:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9fd77050-1fa2-4d33-8e05-787e295c744f',NULL,NULL),(4405,3027,'Trauma Notes, History of Present Illness','en',1,1,'2015-05-26 15:03:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d505bdda-1425-4be9-8600-65db2a55178a',NULL,NULL),(4406,3027,'History of present illness','en',0,1,'2015-05-26 15:03:43','SHORT',0,NULL,NULL,NULL,'ab3e8de0-b67f-42cb-99ed-3aeb535a9e53',NULL,NULL),(4407,3028,'Trauma Notes, Past Medical History','en',1,1,'2015-05-26 15:03:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d62de5b-e399-4938-9ae4-8985efc16b97',NULL,NULL),(4408,3028,'PMHx','en',0,1,'2015-05-26 15:03:43','SHORT',0,NULL,NULL,NULL,'069f2f9d-7694-4845-b4ca-5860ce54767b',NULL,NULL),(4409,3029,'Trauma Notes, Past Surgical History','en',1,1,'2015-05-26 15:03:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'52df5483-9cc3-402d-bb3a-2b06747a91bc',NULL,NULL),(4410,3029,'PSHx','en',0,1,'2015-05-26 15:03:43','SHORT',0,NULL,NULL,NULL,'817f6074-80b0-456c-ad4b-ca6b8a053c15',NULL,NULL),(4411,3030,'Trauma Notes, Social History','en',1,1,'2015-05-26 15:03:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'773eb41b-f1aa-480e-96e6-ca3fcfa8fb12',NULL,NULL),(4412,3030,'Social Hx','en',0,1,'2015-05-26 15:03:43','SHORT',0,NULL,NULL,NULL,'fcbc7dab-22ab-4771-9149-b7be9ce9d427',NULL,NULL),(4413,3031,'Physical Examination Details','en',0,1,'2015-05-26 15:03:43','SHORT',0,NULL,NULL,NULL,'8691edd3-cc93-4a8a-be38-6b435a9d9315',NULL,NULL),(4414,3031,'Trauma Notes, Physical Examination Details','en',1,1,'2015-05-26 15:03:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'235ef689-d77f-4e35-842b-9f02825e548b',NULL,NULL),(4415,3032,'List of Injuries to date','en',0,1,'2015-05-26 15:03:43','SHORT',0,NULL,NULL,NULL,'656020fc-4f24-4527-938d-8b154d2c4015',NULL,NULL),(4416,3032,'Trauma Notes, List of Injuries to Date','en',1,1,'2015-05-26 15:03:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2db4d598-3af1-4148-9555-a0689bbd3199',NULL,NULL),(4417,3033,'Trauma Notes, Chest X Ray','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56aa3bbd-4d5d-49d6-833b-457526fd2f77',NULL,NULL),(4418,3033,'CXR','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'c98f2a8b-3082-4060-a79a-7632d90bfb72',NULL,NULL),(4419,3034,'Trauma Notes, Pelvis','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a36d6c1a-6dd8-4741-86c2-086c469e6625',NULL,NULL),(4420,3034,'Pelvis','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'9153ee16-ad48-439c-9379-3513027a35c4',NULL,NULL),(4421,3035,'C-Spine','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'af1ede81-a8d7-46fc-bdf3-e819c31e75a6',NULL,NULL),(4422,3035,'Trauma Notes, C Spine','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f5447a7e-33fc-4785-bbe8-67e43107c96e',NULL,NULL),(4423,3036,'Trauma Notes, T/L/S Spine','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1b58f03b-6d85-401f-8567-68094bed461f',NULL,NULL),(4424,3036,'T/L/S Spine','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'0522ff45-0b1f-400f-a3a6-526891be385a',NULL,NULL),(4425,3037,'Other','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'a0d5b579-25d2-41d0-b31a-d21d6ac1d475',NULL,NULL),(4426,3037,'Trauma Notes, Other','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'19301085-2729-4603-9232-327ec1a149b5',NULL,NULL),(4427,3038,'Extremity','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'72763208-6fd3-471a-8108-a57905f44e01',NULL,NULL),(4428,3038,'Trauma Notes, Extremity','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3fe4fe30-53bc-4cb9-a578-3f0a051cb6d7',NULL,NULL),(4429,3039,'Lab Trends','en',0,1,'2015-05-26 15:03:44','SHORT',0,NULL,NULL,NULL,'025a797b-881e-4304-8816-6dc1a3ad289f',NULL,NULL),(4430,3039,'Trauma Notes, Lab Trends','en',1,1,'2015-05-26 15:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8eed44f0-ff83-4912-b4f8-57c9ff060ec6',NULL,NULL),(4431,3040,'Trauma Notes, Physical Assessment','en',1,1,'2015-05-26 15:04:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d00f7dee-7f48-4a22-a3b7-7efc3ef61bb1',NULL,NULL),(4432,3040,'Physical Assessment','en',0,1,'2015-05-26 15:04:06','SHORT',0,NULL,NULL,NULL,'03d5c82e-6546-42cd-91ea-0cc9acd51ecc',NULL,NULL),(4433,3041,'Trauma Notes, Radiological Findings','en',1,1,'2015-05-26 15:04:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9b39357-5ecb-4b22-b8ed-dd417d9e6ba9',NULL,NULL),(4434,3041,'Radiological findings','en',0,1,'2015-05-26 15:04:06','SHORT',0,NULL,NULL,NULL,'e7206751-566b-4476-9d55-09f4fafc1380',NULL,NULL),(4435,3042,'Trauma Notes','en',1,1,'2015-05-26 15:04:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'668dd523-afc8-46bb-90f0-6971c4d219f5',NULL,NULL),(4436,3043,'Probe Used','en',0,1,'2015-05-26 15:04:23','SHORT',0,NULL,NULL,NULL,'12572a6b-2833-491f-8fd8-159907efcc2b',NULL,NULL),(4437,3043,'USG, Probe Used','en',1,1,'2015-05-26 15:04:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'feedf851-51cf-4177-a2fd-b34d06559e77',NULL,NULL),(4438,3044,'Cleaned before use?','en',0,1,'2015-05-26 15:04:23','SHORT',0,NULL,NULL,NULL,'4b997d9d-b7a5-4d62-af7b-9a08f5978f6c',NULL,NULL),(4439,3044,'USG, Cleaned before use?','en',1,1,'2015-05-26 15:04:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0f83cff2-469e-489e-a9ee-42d48cf39b86',NULL,NULL),(4440,3045,'Findings','en',0,1,'2015-05-26 15:04:24','SHORT',0,NULL,NULL,NULL,'0580da2d-bb71-46a4-9fe3-466d92220189',NULL,NULL),(4441,3045,'USG, Findings','en',1,1,'2015-05-26 15:04:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'00f6a8b2-a9db-4a6f-a761-14c3bcb0579f',NULL,NULL),(4442,3046,'USG, Remarks','en',1,1,'2015-05-26 15:04:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a4e33d9f-8769-40c5-8b88-039af7d9be81',NULL,NULL),(4443,3046,'Remarks','en',0,1,'2015-05-26 15:04:24','SHORT',0,NULL,NULL,NULL,'5b869b92-b0fe-4a43-bea6-5a98065f348d',NULL,NULL),(4444,3047,'Cleaned after use?','en',0,1,'2015-05-26 15:04:24','SHORT',0,NULL,NULL,NULL,'68818942-dab5-473b-b474-e50f3158182d',NULL,NULL),(4445,3047,'USG, Cleaned after use?','en',1,1,'2015-05-26 15:04:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a885ad8e-7a40-46ce-85f4-0eec05008006',NULL,NULL),(4446,3048,'USG Notes','en',1,1,'2015-05-26 15:04:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'93840832-0048-45ea-a3ed-b26f93712573',NULL,NULL),(4447,1450,'Gram Stain (Synovial Fluid)','en',1,4,'2015-05-27 11:03:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c46adb7c-3c63-4eb8-8c18-c9cb4c993fac',NULL,NULL),(4448,1422,'Gram Stain (Peritoneal Fluid)','en',1,4,'2015-05-27 11:04:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbdb3818-b8d9-4b3d-994c-130c1083303b',NULL,NULL),(4449,3049,'Image','en',1,4,'2015-05-28 11:36:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ec3500f-592c-4788-b072-a69bb4bca181',NULL,NULL),(4450,3050,'Consultation Images','en',1,4,'2015-05-28 11:36:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46cc0056-21d5-41b3-9908-ec3980eb2b0b',NULL,NULL),(4451,3051,'Radiology order fulfillment form','en',1,1,'2015-06-26 11:50:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f999743f-0d01-400d-b348-f6e80e5bfe26',NULL,NULL),(4452,1002,'Images','en',0,1,'2015-06-26 11:56:05','SHORT',0,NULL,NULL,NULL,'6d9fe348-a7e6-4fe7-bac3-c3fc2ee9730d',NULL,NULL),(4453,1002,'Diagnostic Images','en',1,1,'2015-06-26 11:56:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca96c476-1b93-4b90-a8e0-d0a8363201d7',NULL,NULL),(4454,3052,'Summary','en',1,1,'2015-06-26 11:56:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c798901-ae99-4283-bf20-2c39fcc6f9cc',NULL,NULL),(4455,33,'Radiology','en',0,1,'2015-06-26 11:58:28','SHORT',0,NULL,NULL,NULL,'8e231a79-64af-4c1d-8f03-a0c121d4c255',NULL,NULL),(4456,33,'Radiology Orders','en',1,1,'2015-06-26 16:11:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'094226a3-3579-4775-b686-54e68758b14a',NULL,NULL),(4457,3053,'Other Invasive Carcinoma (Specify)','en',1,4,'2015-07-03 11:21:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8bac87ba-44d9-45c9-ac14-c5bdbd27f3cd',NULL,NULL),(4458,3054,'Invasive Lobular Carcinoma','en',1,4,'2015-07-03 11:21:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'166bc9c7-d1ab-4eff-976f-2dc73a9dcc58',NULL,NULL),(4459,3055,'Invasive Ductal Carcinoma','en',1,4,'2015-07-03 11:21:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45340984-c73a-4e33-b189-27f70dce4ddf',NULL,NULL),(4460,3056,'Breast Cancer, Pathologic Diagnosis','en',1,4,'2015-07-03 11:21:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'373a2617-2755-47b4-8675-0726f1aaa2cf',NULL,NULL),(4461,3056,'Pathologic Diagnosis','en',0,4,'2015-07-03 11:21:14','SHORT',0,NULL,NULL,NULL,'387eee25-8bdd-44b9-a105-3b1f0ddb3284',NULL,NULL),(4462,3057,'Breast Cancer, Pathology Report Date','en',1,4,'2015-07-03 11:21:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'59c708f3-dd37-4813-aec6-881de0106e97',NULL,NULL),(4463,3057,'Pathology Report Date','en',0,4,'2015-07-03 11:21:14','SHORT',0,NULL,NULL,NULL,'c477bb50-1b98-4f4b-9aed-1dec7c496657',NULL,NULL),(4464,3058,'Imaging Assessment & Findings','en',0,4,'2015-07-03 11:21:15','SHORT',0,NULL,NULL,NULL,'6d2ca2ef-99dc-4d3a-98d9-38f30516f6ae',NULL,NULL),(4465,3058,'Breast Cancer, Imaging Assessment & Findings','en',1,4,'2015-07-03 11:21:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dca9965-8f98-4e02-9e74-0e86695256c7',NULL,NULL),(4466,3059,'Breast Cancer, Other Imaging Study Date','en',1,4,'2015-07-03 11:21:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a256762-ac53-47e0-9948-32a3689b820b',NULL,NULL),(4467,3059,'Study Date','en',0,4,'2015-07-03 11:21:15','SHORT',0,NULL,NULL,NULL,'bd36d8b3-7637-4ac9-99ee-7b991bb5365c',NULL,NULL),(4468,3060,'CT Scan Of Chest/Abdomen/Pelvis','en',1,4,'2015-07-03 11:21:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ca571db-ccb9-4b8e-b72f-93c98baa544d',NULL,NULL),(4469,3060,'CT Chest/Abdo/Pelvis','en',0,4,'2015-07-03 11:21:15','SHORT',0,NULL,NULL,NULL,'17b0ef3d-f6d8-44f7-b86a-78bda40e3880',NULL,NULL),(4470,3061,'Abdo/Pelvic USG','en',0,4,'2015-07-03 11:21:15','SHORT',0,NULL,NULL,NULL,'82b785ae-ddbd-42e4-a803-559c2c8518c5',NULL,NULL),(4471,3061,'Abdominal/Pelvic Ultrasound','en',1,4,'2015-07-03 11:21:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5334161-1a3b-4fb1-896f-e74428a126c4',NULL,NULL),(4472,2231,'Chest X-Ray','en',1,4,'2015-07-03 11:21:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'480704c4-b8e3-4b77-a1fa-f2ccc59bcfe7',NULL,NULL),(4473,3062,'Imaging Type','en',0,4,'2015-07-03 11:21:16','SHORT',0,NULL,NULL,NULL,'35e71d19-3ac8-4028-8f77-894b259c4941',NULL,NULL),(4474,3062,'Breast Cancer, Imaging Type','en',1,4,'2015-07-03 11:21:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d1751d1f-6587-4de9-8a25-4ac17798836f',NULL,NULL),(4475,3063,'Left Side','en',1,4,'2015-07-03 11:21:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d38f79b6-85d1-438d-9b0e-c6eafa2fdb9a',NULL,NULL),(4476,3064,'Right Side','en',1,4,'2015-07-03 11:21:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9aa2871d-dcd8-4708-9ab7-b683d375d1e2',NULL,NULL),(4477,3065,'Side','en',0,4,'2015-07-03 11:21:16','SHORT',0,NULL,NULL,NULL,'caa2733f-887a-4397-92d5-644e09a925b5',NULL,NULL),(4478,3065,'Breast Cancer, Lymph Nodes Side','en',1,4,'2015-07-03 11:21:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e00ee441-ca20-4ddf-9dda-6a671ec70f49',NULL,NULL),(4479,3066,'Discrete','en',1,4,'2015-07-03 11:21:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8137e7d1-d29b-4ce8-b3aa-cd5a963bb860',NULL,NULL),(4480,3067,'Matted','en',1,4,'2015-07-03 11:21:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d832b8e5-6df0-4f62-b25f-b1b506edb103',NULL,NULL),(4481,3068,'Fixed','en',1,4,'2015-07-03 11:21:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8c755a2f-498b-4b94-85cf-db9d1395eb90',NULL,NULL),(4482,3069,'Supra Clavicular','en',0,4,'2015-07-03 11:21:17','SHORT',0,NULL,NULL,NULL,'75b66c17-1814-4621-a69c-c987c4730755',NULL,NULL),(4483,3069,'Breast Cancer, Supra Clavicular','en',1,4,'2015-07-03 11:21:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e64a1122-d027-43af-a08a-36a5586cf13c',NULL,NULL),(4484,3070,'Breast Cancer, Infra Clavicular','en',1,4,'2015-07-03 11:21:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dbd6b64-c02c-4a35-b03d-9da4bac18fbe',NULL,NULL),(4485,3070,'Infra Clavicular','en',0,4,'2015-07-03 11:21:18','SHORT',0,NULL,NULL,NULL,'f635657f-2d62-4c62-a62b-1a86ce417af0',NULL,NULL),(4486,3071,'Breast Cancer, Axillary','en',1,4,'2015-07-03 11:21:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8fafce80-f83f-45c1-938e-f0cb0e62a848',NULL,NULL),(4487,3071,'Axillary','en',0,4,'2015-07-03 11:21:19','SHORT',0,NULL,NULL,NULL,'eee0b73c-ebed-49df-870a-981bcc2d53c2',NULL,NULL),(4488,3072,'Breast Cancer, Breast Side','en',1,4,'2015-07-03 11:21:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'861afe79-20dc-4c2f-b6c4-9f28658ea200',NULL,NULL),(4489,3072,'Side','en',0,4,'2015-07-03 11:21:19','SHORT',0,NULL,NULL,NULL,'6a717791-95e8-4a30-aa68-a78f3d04b650',NULL,NULL),(4490,3073,'Mobile','en',1,4,'2015-07-03 11:21:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54c514c9-6c29-4b54-b967-0c411054f1af',NULL,NULL),(4491,3074,'Breast Cancer, Breast Mobility','en',1,4,'2015-07-03 11:21:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e596aa83-1244-4d26-a274-b3e138e8dd17',NULL,NULL),(4492,3074,'Mobility','en',0,4,'2015-07-03 11:21:20','SHORT',0,NULL,NULL,NULL,'ab79926d-9358-42a2-a646-e0e3ab9f4834',NULL,NULL),(4493,3075,'Breast Cancer, Breast Size','en',1,4,'2015-07-03 11:21:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c14d2e4b-dfd8-4cb8-a6ab-acd9b52be3a3',NULL,NULL),(4494,3075,'Size','en',0,4,'2015-07-03 11:21:20','SHORT',0,NULL,NULL,NULL,'3a612b2f-36ea-4f9b-bd3f-6946ad74714b',NULL,NULL),(4495,3076,'Peau dorange','en',1,4,'2015-07-03 11:21:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'14748803-a558-41f1-beb0-2d6bdf5aceb2',NULL,NULL),(4496,3077,'Ulcer','en',1,4,'2015-07-03 11:21:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'06f364d6-3749-4d03-a217-8dda51a83c3d',NULL,NULL),(4497,3078,'Skin Involvement','en',0,4,'2015-07-03 11:21:20','SHORT',0,NULL,NULL,NULL,'0a935c74-a8eb-4ca3-ab86-51b81f27a5c5',NULL,NULL),(4498,3078,'Breast Cancer, Skin Involvement','en',1,4,'2015-07-03 11:21:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4282091-092f-49d5-991c-ce232d77cb73',NULL,NULL),(4499,3079,'Metastatic','en',1,4,'2015-07-03 11:21:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5a77bcc4-8f2f-4de8-8170-8ea018e826b2',NULL,NULL),(4500,3080,'Locally Advanced','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2b977205-ccd1-4420-9d25-f4c71c4fd9da',NULL,NULL),(4501,3081,'Early','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'59bbf57c-ff36-4c3e-b11e-f5c9a337177b',NULL,NULL),(4502,3082,'Breast Cancer, Treatment Group','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a62b1dc-5f6f-4ebb-a3e7-74fc94399fee',NULL,NULL),(4503,3082,'Treatment Group','en',0,4,'2015-07-03 11:21:21','SHORT',0,NULL,NULL,NULL,'87e48d67-eff5-49e3-96c7-b9ef9be18ab9',NULL,NULL),(4504,3083,'T0 Tumor Stage','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c31b43aa-fb61-4284-bd9f-05d5cad362d3',NULL,NULL),(4505,3083,'T0','en',0,4,'2015-07-03 11:21:21','SHORT',0,NULL,NULL,NULL,'07fdecb0-2f82-4788-b5ee-5af1b45d7040',NULL,NULL),(4506,3084,'T1','en',0,4,'2015-07-03 11:21:21','SHORT',0,NULL,NULL,NULL,'ab1f92c0-6dd2-4a27-937b-f06576d26d45',NULL,NULL),(4507,3084,'T1 Tumor Stage','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f1fdde5-9c5d-43f5-8efd-556ba2ec38f2',NULL,NULL),(4508,3085,'T2','en',0,4,'2015-07-03 11:21:21','SHORT',0,NULL,NULL,NULL,'25bb27a4-0c31-4dda-ba11-1f44e00ef54a',NULL,NULL),(4509,3085,'T2 Tumor Stage','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eab4ae41-f562-4213-b751-175ca97f7972',NULL,NULL),(4510,3086,'T3 Tumor Stage','en',1,4,'2015-07-03 11:21:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7ac5b8c-d36b-40db-abe2-251384f24afc',NULL,NULL),(4511,3086,'T3','en',0,4,'2015-07-03 11:21:21','SHORT',0,NULL,NULL,NULL,'c24a4b81-0b69-4d4b-8c6c-a2b7f892b484',NULL,NULL),(4512,3087,'T4 Tumor Stage','en',1,4,'2015-07-03 11:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4bad505-d832-4816-a801-178d2d61b32c',NULL,NULL),(4513,3087,'T4','en',0,4,'2015-07-03 11:21:22','SHORT',0,NULL,NULL,NULL,'98e3e7fe-3c29-49fa-b8cd-f9897b12b8c8',NULL,NULL),(4514,3088,'TX','en',0,4,'2015-07-03 11:21:22','SHORT',0,NULL,NULL,NULL,'348c9a78-7959-4512-8abb-140522d42055',NULL,NULL),(4515,3088,'TX Tumor Stage','en',1,4,'2015-07-03 11:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'482bdb85-4b60-4622-b8f0-971bb6b47f19',NULL,NULL),(4516,3089,'Tis','en',0,4,'2015-07-03 11:21:22','SHORT',0,NULL,NULL,NULL,'64fda766-d2c3-48f9-959e-534eee7d0917',NULL,NULL),(4517,3089,'Tis Tumor Stage','en',1,4,'2015-07-03 11:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b6ed6b89-fafc-40c6-8b43-f8f434780ef2',NULL,NULL),(4518,3090,'Tumor Stage','en',0,4,'2015-07-03 11:21:22','SHORT',0,NULL,NULL,NULL,'9ffa6ef2-d181-4c1b-97a3-a129a66e6680',NULL,NULL),(4519,3090,'Breast Cancer, Tumor Stage','en',1,4,'2015-07-03 11:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'708918bd-7b70-4eee-970d-e9cafc94edbd',NULL,NULL),(4520,3091,'N0','en',0,4,'2015-07-03 11:21:22','SHORT',0,NULL,NULL,NULL,'01bfdd64-f42f-4b3e-925b-1a964455090e',NULL,NULL),(4521,3091,'N0 Lymph Node Stage','en',1,4,'2015-07-03 11:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0f519851-3167-4c11-a3db-cae8b9d6eb40',NULL,NULL),(4522,3092,'N1','en',0,4,'2015-07-03 11:21:22','SHORT',0,NULL,NULL,NULL,'f5e02ba9-8f58-4b80-925e-180cc00c4a44',NULL,NULL),(4523,3092,'N1 Lymph Node Stage','en',1,4,'2015-07-03 11:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'94ba584b-bc6c-4b05-9de9-5966d7727140',NULL,NULL),(4524,3093,'N2 Lymph Node Stage','en',1,4,'2015-07-03 11:21:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a5e9eed-b2af-4afc-85cb-fe7338d6afa3',NULL,NULL),(4525,3093,'N2','en',0,4,'2015-07-03 11:21:23','SHORT',0,NULL,NULL,NULL,'d20774c1-4472-439f-985c-b95e6ea7b872',NULL,NULL),(4526,3094,'N3','en',0,4,'2015-07-03 11:21:23','SHORT',0,NULL,NULL,NULL,'fb897dcc-6820-4db7-9493-3c226f407c61',NULL,NULL),(4527,3094,'N3 Lymph Node Stage','en',1,4,'2015-07-03 11:21:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ddee7bd-8d92-4628-a08e-b932fccf1cd5',NULL,NULL),(4528,3095,'NX','en',0,4,'2015-07-03 11:21:23','SHORT',0,NULL,NULL,NULL,'da5dda23-9d03-49fc-94be-8a5a80884982',NULL,NULL),(4529,3095,'NX Lymph Node Stage','en',1,4,'2015-07-03 11:21:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3e2db89-db99-4506-9246-988442cfbfd9',NULL,NULL),(4530,3096,'Lymph Node Stage','en',0,4,'2015-07-03 11:21:23','SHORT',0,NULL,NULL,NULL,'2bd69984-bf7a-41b6-97f4-545cf025054a',NULL,NULL),(4531,3096,'Breast Cancer, Lymph Node Stage','en',1,4,'2015-07-03 11:21:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dad9cb2e-d820-4ebf-90d7-7175829057bd',NULL,NULL),(4532,3097,'M0 Metastatic Stage','en',1,4,'2015-07-03 11:21:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2b5c32a-185d-4106-8327-4c7d8a0ba893',NULL,NULL),(4533,3097,'M0','en',0,4,'2015-07-03 11:21:23','SHORT',0,NULL,NULL,NULL,'0f3c5b00-b2fc-4ca3-b3ca-67d7a32625b4',NULL,NULL),(4534,3098,'M1','en',0,4,'2015-07-03 11:21:23','SHORT',0,NULL,NULL,NULL,'61ef5467-bed7-4e4b-a2e1-375ab79a82dc',NULL,NULL),(4535,3098,'M1 Metastatic Stage','en',1,4,'2015-07-03 11:21:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f79c4ebd-0805-4ae8-9c8c-6352bcd9a539',NULL,NULL),(4536,3099,'MX Metastatic Stage','en',1,4,'2015-07-03 11:21:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6091e402-a753-444d-b37a-eb722e634499',NULL,NULL),(4537,3099,'M2','en',0,4,'2015-07-03 11:21:24','SHORT',0,NULL,NULL,NULL,'c92524d4-e3fc-4ea9-a97b-5e2ea75b8faa',NULL,NULL),(4538,3100,'Metastatic Stage','en',0,4,'2015-07-03 11:21:24','SHORT',0,NULL,NULL,NULL,'169cbe0f-f8f2-4e75-817a-725adc306df4',NULL,NULL),(4539,3100,'Breast Cancer, Metastatic Stage','en',1,4,'2015-07-03 11:21:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c66a34b-71c7-4808-b2f9-0b417fa9b7af',NULL,NULL),(4540,3101,'Plan Summary','en',0,4,'2015-07-03 11:21:24','SHORT',0,NULL,NULL,NULL,'b12e9ed1-e773-4f8f-8203-d2fac7278234',NULL,NULL),(4541,3101,'Breast Cancer, Treatment Plan, Plan Summary','en',1,4,'2015-07-03 11:21:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cd38ae34-5e55-486a-9fb5-1ca712f1eaee',NULL,NULL),(4542,3102,'Palliation Only','en',1,4,'2015-07-03 11:21:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0a14a50-b46d-417a-aa69-7f03d31731b5',NULL,NULL),(4543,3103,'Palliative Systemic','en',1,4,'2015-07-03 11:21:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f00f897d-5c0e-47eb-bb03-9e6a36acb3da',NULL,NULL),(4544,3104,'Curative','en',1,4,'2015-07-03 11:21:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'91c8df75-3185-4dd4-b75e-ffa88e84ecce',NULL,NULL),(4545,3105,'Treatment Intent','en',0,4,'2015-07-03 11:21:25','SHORT',0,NULL,NULL,NULL,'09eb54b7-c18a-4bf6-98b3-a05509df0cac',NULL,NULL),(4546,3105,'Breast Cancer, Treatment Intent','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'739d29b1-abc2-48f8-bd19-6c147620ca56',NULL,NULL),(4547,3106,'Radiation Therapy','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a04438af-cc52-44f7-b9fe-6d8903f79eed',NULL,NULL),(4548,3107,'Chemotherapy','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f5978aa9-ce78-4e02-acff-fb78b71c840d',NULL,NULL),(4549,3108,'Breast Cancer, Treatment','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d510388-3f5f-4365-bd12-98c299054ac2',NULL,NULL),(4550,3108,'Treatment','en',0,4,'2015-07-03 11:21:25','SHORT',0,NULL,NULL,NULL,'161ac463-378b-4275-b4f6-1f1818b6a1be',NULL,NULL),(4551,3109,'CAF','en',0,4,'2015-07-03 11:21:25','SHORT',0,NULL,NULL,NULL,'8992d285-3a01-48f5-a406-5b81c2ef0145',NULL,NULL),(4552,3109,'Cyclophosphamide + Doxorubicin + Fluorouracil','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e92e68c8-aef5-4e80-90dd-abe8bc52cf4e',NULL,NULL),(4553,3110,'CMF','en',0,4,'2015-07-03 11:21:25','SHORT',0,NULL,NULL,NULL,'5fded12f-b2ec-40e7-bd23-fc9f69c43d0b',NULL,NULL),(4554,3110,'Cyclophosphamide Methotrexate Fluorouracil','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4cc5fa7-8c63-483b-bb87-badd84556ebc',NULL,NULL),(4555,3111,'Doxorubicin + Cyclophosphamide','en',1,4,'2015-07-03 11:21:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21cb7d54-d0cb-4574-9b74-d224ee7f6726',NULL,NULL),(4556,3111,'AC','en',0,4,'2015-07-03 11:21:25','SHORT',0,NULL,NULL,NULL,'38a517a3-bec2-4185-95ad-cceaacc84e03',NULL,NULL),(4557,3112,'Paclitaxel','en',1,4,'2015-07-03 11:21:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88da8e33-616e-4e62-869a-b0b4576fe325',NULL,NULL),(4558,3113,'Tamoxifen','en',1,4,'2015-07-03 11:21:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea64ed3e-acb2-4054-9e76-cb7aa46a1f41',NULL,NULL),(4559,3114,'Breast Cancer, Regimen Type','en',1,4,'2015-07-03 11:21:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'41d928f8-8d8f-48e0-91d8-ba1f481e8dad',NULL,NULL),(4560,3114,'Regimen Type','en',0,4,'2015-07-03 11:21:26','SHORT',0,NULL,NULL,NULL,'1944e90c-2237-421b-913e-408274f1ca1f',NULL,NULL),(4561,3115,'Palliative','en',1,4,'2015-07-03 11:21:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49256659-18ba-4bd2-ade6-e70aa1698798',NULL,NULL),(4562,3116,'Adjuvant','en',1,4,'2015-07-03 11:21:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'afea3aa7-4151-4ccb-b617-e830fc5d33c0',NULL,NULL),(4563,3117,'Neoadjuvant','en',1,4,'2015-07-03 11:21:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f2e57c3f-f77a-4242-ad24-fc8b4036a846',NULL,NULL),(4564,3118,'Regimen Timing','en',0,4,'2015-07-03 11:21:27','SHORT',0,NULL,NULL,NULL,'d68e4e6a-cb09-4354-9538-84d4d641e220',NULL,NULL),(4565,3118,'Breast Cancer, Regimen Timing','en',1,4,'2015-07-03 11:21:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fb77dd0c-2c06-416e-89ba-9c67ede9bc12',NULL,NULL),(4566,3119,'Breast Cancer, Chemotherapy Cycle number','en',1,4,'2015-07-03 11:21:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8699b767-f157-4743-a5d0-9267daa85f71',NULL,NULL),(4567,3119,'Cycle number','en',0,4,'2015-07-03 11:21:27','SHORT',0,NULL,NULL,NULL,'31b807d7-6fbb-421f-9fc4-da440eac5d44',NULL,NULL),(4568,3120,'Breast Cancer, Planned changes to standard regimen','en',1,4,'2015-07-03 11:21:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'425e4981-07ac-4955-99ca-db130b395e01',NULL,NULL),(4569,3120,'Planned changes to standard regimen','en',0,4,'2015-07-03 11:21:27','SHORT',0,NULL,NULL,NULL,'e1f48e37-fc54-4bd8-a535-80d312a8b379',NULL,NULL),(4570,3121,'MRM with Axillary Lymph Node Dissection','en',1,4,'2015-07-03 11:21:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f019fa17-b2a5-4076-8b2c-06bbfe3c69d7',NULL,NULL),(4571,3122,'Surgery Type','en',0,4,'2015-07-03 11:21:28','SHORT',0,NULL,NULL,NULL,'9dbc3295-e7dc-488a-9d45-de17b11d4fa1',NULL,NULL),(4572,3122,'Breast Cancer, Surgery Type','en',1,4,'2015-07-03 11:21:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'73331923-8592-40cb-95b8-5fb0c9b2cbea',NULL,NULL),(4573,3123,'Pathology','en',0,4,'2015-07-03 11:21:55','SHORT',0,NULL,NULL,NULL,'7ab337e7-d66d-4b37-af3f-b10536eb5b97',NULL,NULL),(4574,3123,'Breast Cancer, Pathology','en',1,4,'2015-07-03 11:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb347c72-1fb6-472c-a729-92685827718d',NULL,NULL),(4575,3124,'Breast Cancer, Imaging Studies','en',1,4,'2015-07-03 11:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70ee3c24-4917-40e1-9dd1-9f6cb2c1d080',NULL,NULL),(4576,3124,'Imaging Studies','en',0,4,'2015-07-03 11:21:55','SHORT',0,NULL,NULL,NULL,'5bd38d80-22ff-483d-8877-083f26861e69',NULL,NULL),(4577,3125,'Breast Cancer, Lymph Nodes','en',1,4,'2015-07-03 11:21:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6b993e3a-8bcb-4104-b66a-422d520f8ad5',NULL,NULL),(4578,3125,'Lymph Nodes','en',0,4,'2015-07-03 11:21:55','SHORT',0,NULL,NULL,NULL,'a8831111-7aa9-4d6c-a9df-6f384d6a1e8b',NULL,NULL),(4579,3126,'Breast Cancer, Breast Examination Details','en',1,4,'2015-07-03 11:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'916f98c0-7053-4fae-bf47-6cb6831724ad',NULL,NULL),(4580,3126,'Breast Examination','en',0,4,'2015-07-03 11:21:56','SHORT',0,NULL,NULL,NULL,'34ff198e-3744-4258-9a10-7151022a13f0',NULL,NULL),(4581,3127,'Breast Cancer, Confirmed Diagnosis Details','en',1,4,'2015-07-03 11:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea958bbd-bab1-43e5-8c95-9aa9df7ca13e',NULL,NULL),(4582,3127,'Confirmed Diagnosis Details','en',0,4,'2015-07-03 11:21:56','SHORT',0,NULL,NULL,NULL,'7d46eb64-afd2-4565-bd08-3426524e2e87',NULL,NULL),(4583,3128,'TNM Pathologic Staging','en',0,4,'2015-07-03 11:21:56','SHORT',0,NULL,NULL,NULL,'59b8bdc7-f310-4322-a896-6c4d166d9009',NULL,NULL),(4584,3128,'Breast Cancer, TNM Pathologic Staging','en',1,4,'2015-07-03 11:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21914a00-1d9f-4aba-b945-b846cebc3373',NULL,NULL),(4585,3129,'Confirmed Disease Stage','en',0,4,'2015-07-03 11:21:56','SHORT',0,NULL,NULL,NULL,'42843a7b-ef91-4ffd-8771-90f3cd7400d4',NULL,NULL),(4586,3129,'Breast Cancer, Confirmed Disease Stage','en',1,4,'2015-07-03 11:21:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a1a23a3e-223f-4fe8-8d49-55791e631299',NULL,NULL),(4587,3130,'Treatment Plan','en',0,4,'2015-07-03 11:21:57','SHORT',0,NULL,NULL,NULL,'cda6b578-0c09-4f91-872c-1c1b4cebf3b6',NULL,NULL),(4588,3130,'Breast Cancer, Treatment Plan','en',1,4,'2015-07-03 11:21:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8f67a7f9-8397-411a-aaac-80a578b646ec',NULL,NULL),(4589,3131,'Breast Cancer Intake Template','en',1,4,'2015-07-03 11:21:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c97b9f2-fbc9-485f-beeb-9a8c56cd7667',NULL,NULL),(4590,3131,'Breast Cancer - Intake','en',0,4,'2015-07-03 11:21:57','SHORT',0,NULL,NULL,NULL,'8ebe388d-a2b1-4d3c-ad07-bc45aceda22a',NULL,NULL),(4591,3132,'Breast Cancer, Chemotherapy','en',1,4,'2015-07-03 11:21:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2b733189-8c26-430d-b4b2-7c519d8937b3',NULL,NULL),(4592,3132,'Chemotherapy','en',0,4,'2015-07-03 11:21:57','SHORT',0,NULL,NULL,NULL,'fe03581c-ab6b-4d71-9129-edcb5876c474',NULL,NULL),(4593,3133,'Surgery','en',0,4,'2015-07-03 11:21:57','SHORT',0,NULL,NULL,NULL,'80ab32cb-8ede-49f4-a6cf-e3b873b4d009',NULL,NULL),(4594,3133,'Breast Cancer, Surgery','en',1,4,'2015-07-03 11:21:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08026ec3-95a5-463e-9150-112f90c31457',NULL,NULL),(4595,3134,'Breast Cancer - Followup','en',0,4,'2015-07-03 11:21:58','SHORT',0,NULL,NULL,NULL,'3762b5ef-a054-433f-a0b5-53aaecf45727',NULL,NULL),(4596,3134,'Breast Cancer Followup Template','en',1,4,'2015-07-03 11:21:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'39d0c866-b84a-4f27-9a29-c13ecdeb7d49',NULL,NULL),(4597,3135,'Breast Cancer','en',0,4,'2015-07-03 11:21:58','SHORT',0,NULL,NULL,NULL,'67ac472c-0d5d-4b5d-a18c-7297e7ce4aec',NULL,NULL),(4598,3135,'Breast Cancer Templates','en',1,4,'2015-07-03 11:21:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0754842c-61be-4961-8d81-2d1a3b2ded42',NULL,NULL),(4599,3136,'Tuberculosis','en',0,4,'2015-07-03 11:50:47','SHORT',0,NULL,NULL,NULL,'c81340c5-9df8-429a-a7a6-65419f316e69',NULL,NULL),(4600,3136,'Tuberculosis Templates','en',1,4,'2015-07-03 11:50:47','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecada120-8ace-4fd1-9451-5e63711c9aad',NULL,NULL),(4601,3137,'No fresh complaint','en',1,4,'2015-07-03 11:51:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'899304fc-1a65-4eae-94a9-70b3ab4bfcf6',NULL,NULL),(4602,1103,'Duration','en',0,4,'2015-07-03 11:51:49','SHORT',0,NULL,NULL,NULL,'076472c7-f828-41f3-bf8f-5ff689386791',NULL,NULL),(4603,3138,'Duration (in days)','en',0,4,'2015-07-03 11:51:49','SHORT',0,NULL,NULL,NULL,'e87b8d5d-e828-4ab6-ae8f-3808488e5bd1',NULL,NULL),(4604,3138,'Tuberculosis, Symptoms duration','en',1,4,'2015-07-03 11:51:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6a538809-4eb2-478a-9140-3bc39acf2e4a',NULL,NULL),(4605,1014,'Positive outside family','en',0,4,'2015-07-03 11:51:49','SHORT',0,NULL,NULL,NULL,'bbac724e-c0d5-4178-86e5-2dee17821cef',NULL,NULL),(4606,1114,'History of Contact','en',0,4,'2015-07-03 11:51:49','SHORT',0,NULL,NULL,NULL,'44926c32-9943-45be-bd29-270de7cece36',NULL,NULL),(4607,1119,'Any Tuberculosis death in family','en',0,4,'2015-07-03 11:51:50','SHORT',0,NULL,NULL,NULL,'1f468540-f71d-4ad3-8dc9-7769f43e21a2',NULL,NULL),(4608,1126,'Type of Tuberculosis','en',0,4,'2015-07-03 11:51:51','SHORT',0,NULL,NULL,NULL,'14c787f1-fd3a-4855-99db-7467089fc691',NULL,NULL),(4609,3139,'Severe Undernutrition','en',1,4,'2015-07-03 11:51:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2687f5f1-58a9-485b-8eca-c1b33261d37e',NULL,NULL),(4610,3140,'Other','en',0,4,'2015-07-03 11:52:00','SHORT',0,NULL,NULL,NULL,'ac59c455-2710-47f3-8e6b-7810baa87d3f',NULL,NULL),(4611,3140,'Tuberculosis, Other Treatment Plan','en',1,4,'2015-07-03 11:52:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb0785df-fc79-42eb-92d6-6ac91c17b048',NULL,NULL),(4612,3141,'Tuberculosis, Plan for next visit','en',1,4,'2015-07-03 11:52:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c75d4df-bb03-473a-a81d-91ded409b59a',NULL,NULL),(4613,3141,'Plan for next visit','en',0,4,'2015-07-03 11:52:01','SHORT',0,NULL,NULL,NULL,'3110dbc9-3053-468c-82ab-38bd64f24e67',NULL,NULL),(4614,1130,'Symptoms and Duration','en',0,4,'2015-07-03 11:52:16','SHORT',0,NULL,NULL,NULL,'8b26523a-1df8-4630-b6c7-508eca7b18f3',NULL,NULL),(4615,3142,'10 Month','en',1,4,'2015-07-03 11:52:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5430066b-ee7d-4968-8c24-fabcbcbd2d58',NULL,NULL),(4616,3143,'11 Month','en',1,4,'2015-07-03 11:52:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c8f1d90-5dff-4f4a-a365-29fd9be2bc1c',NULL,NULL),(4617,3144,'12 Month','en',1,4,'2015-07-03 11:52:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'395b0cb4-ee2f-4ec4-ad8e-61e17f2292fa',NULL,NULL),(4618,1145,'Current Followup Visit After','en',0,4,'2015-07-03 11:52:37','SHORT',0,NULL,NULL,NULL,'9f7a8b0e-8c3b-4048-ad3d-432eb03dc48a',NULL,NULL),(4619,2146,'Verdadero','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'3f74ad0b-a743-4ab0-a1a4-dd79d00e3be5',NULL,NULL),(4620,2146,'S��','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'eb3d3d84-544f-49f7-b981-949dde9ba57e',NULL,NULL),(4621,2146,'Vero','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'a58421a8-0eb7-45fc-a480-b1a6c8fba036',NULL,NULL),(4622,2146,'Sim','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'07f107b9-92c9-46fd-9d3c-3566c14af4e4',NULL,NULL),(4623,2146,'Oui','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'ccc35d13-03b1-4aca-bd45-9dcb7f87fa18',NULL,NULL),(4624,2146,'Vrai','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'4f21b2f8-0ff2-4fbd-bd90-5908a53e6178',NULL,NULL),(4625,2146,'S�_','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'592053f0-8ae8-40bf-a8db-b4df953da82c',NULL,NULL),(4626,2146,'Verdadeiro','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'042ce619-0639-4f0f-a267-80a0fba1711e',NULL,NULL),(4627,2147,'Ṇo','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'16c337fc-1111-46cb-a897-2e3775c8497e',NULL,NULL),(4628,2147,'Faux','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'52b747ea-8cab-4142-a9ce-b45ce9c0af76',NULL,NULL),(4629,2147,'Non','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'1c10eb0a-51d9-44e8-a381-91cc644acd5d',NULL,NULL),(4630,2147,'Falso','en',0,4,'2015-07-03 11:52:37',NULL,0,NULL,NULL,NULL,'60fee3aa-77e3-4f91-918b-c2d16cdd5616',NULL,NULL),(4631,3145,'Tuberculosis Followup, Lymph Node Size','en',1,4,'2015-07-03 11:52:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d29ea3b-cf1b-4985-8721-43b1f6c2621a',NULL,NULL),(4632,3145,'Lymph Node Size','en',0,4,'2015-07-03 11:52:43','SHORT',0,NULL,NULL,NULL,'77b89767-5c34-42df-a720-a1290ed0df79',NULL,NULL),(4633,3146,'Break in Treatment','en',1,4,'2015-07-03 11:52:49','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ae76b11-0bf7-419d-bde1-f389194d1d4c',NULL,NULL),(4634,3146,'Treatment Break','en',0,4,'2015-07-03 11:52:49','SHORT',0,NULL,NULL,NULL,'3eb93f76-bb59-4eb4-bd6e-6e7b7dbf31b8',NULL,NULL),(4635,3147,'Diabetes','en',0,4,'2015-07-03 12:04:03','SHORT',0,NULL,NULL,NULL,'0046dbcc-982b-4ac8-a05b-a31a8b81d1ad',NULL,NULL),(4636,3147,'Diabetes Templates','en',1,4,'2015-07-03 12:04:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aaf4c139-ab86-4c18-b3d7-34f607b44044',NULL,NULL),(4637,3148,'BMI STATUS','en',0,4,'2015-09-14 22:10:53','SHORT',0,NULL,NULL,NULL,'4be5ab91-a2a3-48b7-9846-6a999d408986',NULL,NULL),(4638,3148,'BMI Status Data','en',1,4,'2015-09-14 22:10:53','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7d8bd47-900a-46da-8fb7-96e7a6189eaf',NULL,NULL),(4639,3149,'BMI Data','en',1,4,'2015-09-14 22:11:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45be9f7f-7007-4ff3-b004-72ef9c3c4d8e',NULL,NULL),(4640,3149,'BMI','en',0,4,'2015-09-14 22:11:32','SHORT',0,NULL,NULL,NULL,'d10eac14-5f29-4282-af90-c82874840706',NULL,NULL),(4641,3150,'BMI ABNORMAL','en',0,4,'2015-09-14 22:13:13','SHORT',0,NULL,NULL,NULL,'8ee48a6f-4a17-4075-b441-6681dd621188',NULL,NULL),(4642,3150,'BMI ABNORMAL','en',1,4,'2015-09-14 22:13:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0b19f24-7baf-42f0-b22d-d58aba67215a',NULL,NULL),(4643,3151,'BMI STATUS ABNORMAL','en',0,4,'2015-09-14 22:13:46','SHORT',0,NULL,NULL,NULL,'b1b07277-f07d-438d-9e29-da2531f516d7',NULL,NULL),(4644,3151,'BMI STATUS ABNORMAL','en',1,4,'2015-09-14 22:13:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3425c2cb-a88a-4793-8d5e-09bd9c7adbb9',NULL,NULL),(4645,3152,'DrugOther','en',0,1,'2015-12-03 15:32:55','SHORT',0,NULL,NULL,NULL,'063eebab-99a5-11e5-bbf3-080027b662ec',NULL,NULL),(4646,3152,'DrugOther','en',1,1,'2015-12-03 15:32:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'063eef0a-99a5-11e5-bbf3-080027b662ec',NULL,NULL),(4647,3153,'Bacteriology Concept Set','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'6945f49c-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4648,3153,'BACTERIOLOGY CONCEPT SET','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'694ea8d5-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4649,3154,'Collection Date','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'695039de-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4650,3154,'Specimen Collection Date','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6950421a-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4651,3155,'Sample Source','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'6954d70e-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4652,3155,'Specimen Sample Source','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6954e105-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4653,3156,'Id','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'695dc5fc-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4654,3156,'Specimen Id','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'695dd0e7-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4655,3157,'Additional Attributes','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'695e9ec5-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4656,3157,'Bacteriology Additional Attributes','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'695ea26d-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4657,3158,'Results','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'695edcec-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4658,3158,'Bacteriology Results','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'695edfee-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4659,3159,'Specimen Sample Source NonCoded','en',0,1,'2016-05-05 13:13:36','SHORT',0,NULL,NULL,NULL,'6961557f-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4660,3159,'Specimen Sample Source NonCoded','en',1,1,'2016-05-05 13:13:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69615973-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4661,3160,'Stopped Order Reason','en',0,1,'2016-05-05 13:13:38','SHORT',0,NULL,NULL,NULL,'6afa23b2-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4662,3160,'Stopped Order Reason','en',1,1,'2016-05-05 13:13:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6afba5ec-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4663,3161,'Refused To Take','en',0,1,'2016-05-05 13:13:38',NULL,1,4,'2016-11-10 12:18:01','Deleted due to change of name','6afc2add-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4664,3161,'Refused To Take','en',0,1,'2016-05-05 13:13:38',NULL,1,4,'2016-11-10 12:18:01','Deleted due to change of name','6afc2df5-12b2-11e6-8c00-080027d2adbd',NULL,NULL),(4665,3162,'Reason For Death','en',1,4,'2016-05-05 13:23:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'01f6f96b-0ca8-4bb9-ad6e-c5832e9a8345',NULL,NULL),(4666,3163,'Cured Diagnosis','en',0,1,'2016-11-09 15:23:48','SHORT',0,NULL,NULL,NULL,'695d8205-a662-11e6-91e9-0800270d80ce',NULL,NULL),(4667,3163,'Cured Diagnosis','en',1,1,'2016-11-09 15:23:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'695d8479-a662-11e6-91e9-0800270d80ce',NULL,NULL),(4668,3164,'Dead','en',1,4,'2016-11-09 16:07:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'424f81f1-fd0d-4624-920a-3b3379580851',NULL,NULL),(4669,3165,'Cured of HIV','en',1,4,'2016-11-09 16:07:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a17432fb-e49b-4065-9c4d-614aa9a7a519',NULL,NULL),(4670,3166,'HIV Outcomes','en',1,4,'2016-11-09 16:08:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'484c22dd-0e1e-4477-a4a3-47099f46ad38',NULL,NULL),(4671,3167,'MDR - TB Detected','en',1,4,'2016-11-09 16:10:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17fafb02-733b-4bd9-8c39-9fcf3a3daa8e',NULL,NULL),(4672,3168,'TB Program Outcomes','en',1,4,'2016-11-09 16:11:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db49de0c-5794-4af6-8793-479037a83848',NULL,NULL),(4673,3169,'Scanty 1-3','en',1,4,'2016-11-09 16:17:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'34fb66f2-2956-4c09-ab38-45f6ec114caa',NULL,NULL),(4674,3170,'Scanty 4-9','en',1,4,'2016-11-09 16:18:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a245cbba-de7b-4cff-8653-041a0b42e3f6',NULL,NULL),(4675,3171,'Not read','en',1,4,'2016-11-09 16:18:46','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b21da579-5be5-4d83-ac44-3e1ae116f95f',NULL,NULL),(4676,3172,'Bacteriology, Smear result','en',1,4,'2016-11-09 16:21:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e855657d-ac5e-4e0d-b25a-f526f790fb5f',NULL,NULL),(4677,3172,'Smear result','en',0,4,'2016-11-09 16:21:22','SHORT',0,NULL,NULL,NULL,'90b9a28d-0587-44be-95bb-1dc0192a859f',NULL,NULL),(4678,3173,'Smear test lab ID number','en',0,4,'2016-11-09 16:22:33','SHORT',0,NULL,NULL,NULL,'efd6f3b7-9531-49f0-946e-3d54bc368677',NULL,NULL),(4679,3173,'Bacteriology, Smear test lab ID number','en',1,4,'2016-11-09 16:22:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c29af578-b7b9-4775-9b06-e8e99f077992',NULL,NULL),(4680,3174,'Diagnosed with other Symptom','en',0,4,'2016-11-09 16:23:18','SHORT',0,NULL,NULL,NULL,'fee6768b-0921-4612-9ed2-08a221ce598b',NULL,NULL),(4681,3174,'Bacteriology, Diagnosed with other Symptom','en',1,4,'2016-11-09 16:23:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bf54d83c-4b29-4d06-b4bb-153037e72295',NULL,NULL),(4682,3175,'Bacteriology, Date of AFB smear','en',1,4,'2016-11-09 16:24:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8c7d1e45-0662-4903-b894-70b5875ed81b',NULL,NULL),(4683,3175,'Date of AFB smear','en',0,4,'2016-11-09 16:24:04','SHORT',0,NULL,NULL,NULL,'e9f15ed6-2c42-4b1b-8b3a-ecf4fcb93977',NULL,NULL),(4684,3176,'Date of Xpert test done','en',0,4,'2016-11-09 16:24:39','SHORT',0,NULL,NULL,NULL,'fc9ecd54-91de-4af2-ac41-3a3b33163ffc',NULL,NULL),(4685,3176,'Bacteriology, Date of Xpert test','en',1,4,'2016-11-09 16:24:39','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3c7a45bd-cf59-4e71-8342-be3a873d098e',NULL,NULL),(4686,3177,'Bacteriology, Xpert test ID number','en',1,4,'2016-11-09 16:25:44','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b515a9fc-a886-4725-82e7-516c85e6f517',NULL,NULL),(4687,3177,'Xpert test ID number','en',0,4,'2016-11-09 16:25:44','SHORT',0,NULL,NULL,NULL,'47c3c646-ec8a-4e6d-898b-4afc3d02ddda',NULL,NULL),(4688,3178,'Xpert MTB result','en',0,4,'2016-11-09 16:27:26','SHORT',0,NULL,NULL,NULL,'2259b4d4-b501-4a6f-88d4-f991e34a24f7',NULL,NULL),(4689,3178,'Bacteriology, Xpert MTB result','en',1,4,'2016-11-09 16:27:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4060c17c-5204-460d-ace3-1a4f91372381',NULL,NULL),(4690,3179,'Bacteriology, Smear microscopy test results','en',1,4,'2016-11-09 16:30:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b138dc73-b136-49f7-b9ec-afcaaf56b3f7',NULL,NULL),(4691,3180,'Bacteriology, Xpert test results','en',1,4,'2016-11-09 16:31:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7656273a-5d5d-4466-a5cf-380b75861ce7',NULL,NULL),(4692,3180,'Xpert test results','en',0,4,'2016-11-09 16:31:19','SHORT',0,NULL,NULL,NULL,'d28348df-67e0-4865-9583-a210acdb6be1',NULL,NULL),(4693,3181,'TB Program Workflow','en',1,4,'2016-11-09 16:48:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b90eae4-69bc-4c42-9ed9-d9838ebdd6d6',NULL,NULL),(4694,3182,'Asymptomatic','en',1,4,'2016-11-09 16:50:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9f9330f6-9b97-430b-b6a8-66c0eba4aac6',NULL,NULL),(4695,3183,'Acute Retroviral Infection','en',1,4,'2016-11-09 16:50:43','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f6ff6e69-0443-4f7b-a1dd-84895485dc29',NULL,NULL),(4696,3184,'Clinical Stage 1','en',1,4,'2016-11-09 16:51:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d4629f3e-a4a1-4e06-bddb-cff5cc246b85',NULL,NULL),(4697,3185,'Clinical Stage 2','en',1,4,'2016-11-09 16:51:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'786cb7cf-8dcd-47c9-a61b-817c92de7438',NULL,NULL),(4698,3186,'Clinical Stage 3','en',1,4,'2016-11-09 16:52:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'beddcfbb-3312-4bf1-a720-db0e1c549899',NULL,NULL),(4699,3187,'Sputum Positive','en',1,4,'2016-11-09 16:54:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4ff48fa2-7daa-4fe5-9fcd-049aec5b429f',NULL,NULL),(4700,3188,'Initial Treatment Phase','en',1,4,'2016-11-09 16:54:50','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88559dbd-01a7-46a3-8096-002967d550b8',NULL,NULL),(4701,3189,'Continued Treatment Phase','en',1,4,'2016-11-09 16:55:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d2d8d9d-e7a7-411f-963d-a962f04ac9bd',NULL,NULL),(4702,3190,'Treatment Discontinued','en',1,4,'2016-11-09 16:55:38','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ab13d50-b8cd-4019-b50e-823aafed8f93',NULL,NULL),(4703,3191,'Initial Stage','en',1,4,'2016-11-10 10:58:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f44fde2b-2914-47cb-b208-5e0e3b886056',NULL,NULL),(4704,3192,'Stage 1','en',1,4,'2016-11-10 10:59:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d8d6a96d-45ba-49ca-856a-6cb092850307',NULL,NULL),(4705,3193,'Stage 2','en',1,4,'2016-11-10 10:59:40','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2df96f64-fd0f-4c99-9898-50ecda498f58',NULL,NULL),(4706,3194,'Final Stage','en',1,4,'2016-11-10 11:00:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3890029d-9f4d-4dc6-ad4a-8f6865a29b14',NULL,NULL),(4707,3195,'Health Stage','en',1,4,'2016-11-10 11:01:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa52218d-6438-4820-9a31-b40eb874bcdb',NULL,NULL),(4708,3161,'Allergic Reaction','en',1,4,'2016-11-10 12:18:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'691a6572-731b-4a59-b4eb-5091b77972cb',NULL,NULL),(4709,3161,'Allergic Reaction','en',0,4,'2016-11-10 12:18:01','SHORT',0,NULL,NULL,NULL,'bd4215f1-fff1-4904-b3f6-ff384f5007d2',NULL,NULL),(4710,222,'Acromioclavicular joints - Bilateral (X-ray)','en',1,4,'2016-11-14 12:36:36','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f6e9319-7adb-4b35-acea-c29023072471',NULL,NULL),(4711,222,'acromioclavicular joints - bilateral (x-ray)','en',0,4,'2016-11-14 12:36:36','SHORT',0,NULL,NULL,NULL,'60d11b05-9455-4d9a-931b-008155270475',NULL,NULL),(4712,217,'Mandible panorex (X-ray)','en',1,4,'2016-11-14 12:37:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85b9b815-4e2a-4a72-aa71-4fb3aeaf0e2a',NULL,NULL),(4713,217,'mandible panorex (x-ray)','en',0,4,'2016-11-14 12:37:15','SHORT',0,NULL,NULL,NULL,'690b3fc8-9d23-450a-a083-a676d4b9a02b',NULL,NULL),(4714,221,'Kidney retrograde pyelogram (X-ray)','en',1,4,'2016-11-14 12:38:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74045955-3a75-4001-8181-ab52c2c327b3',NULL,NULL),(4715,221,'kidney retrograde pyelogram (x-ray)','en',0,4,'2016-11-14 12:38:18','SHORT',0,NULL,NULL,NULL,'7f03a212-648b-48fc-8778-514ab597645a',NULL,NULL),(4716,303,'CT','en',1,4,'2016-11-14 12:38:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'95cd52fa-7a5b-4796-8a39-388d57824439',NULL,NULL),(4717,303,'ct','en',0,4,'2016-11-14 12:38:21','SHORT',0,NULL,NULL,NULL,'81ef974b-a927-4bec-9bd6-23bd9c6c0224',NULL,NULL),(4718,218,'Chest lordotic (X-ray)','en',1,4,'2016-11-14 12:40:42','FULLY_SPECIFIED',0,NULL,NULL,NULL,'328ab9de-3d36-4df2-ba75-979bd65882cf',NULL,NULL),(4719,218,'chest lordotic (x-ray)','en',0,4,'2016-11-14 12:40:42','SHORT',0,NULL,NULL,NULL,'8aedfb7f-96fb-4433-869d-e5e1afcccd2b',NULL,NULL),(4720,219,'Chest oblique - Bilateral (X-ray)','en',1,4,'2016-11-14 12:40:45','FULLY_SPECIFIED',0,NULL,NULL,NULL,'67b00ec6-e9c6-4bdf-896e-42579d6fee42',NULL,NULL),(4721,219,'chest oblique - bilateral (x-ray)','en',0,4,'2016-11-14 12:40:45','SHORT',0,NULL,NULL,NULL,'7695ec2d-88ae-4180-acb1-8059fe45fe79',NULL,NULL),(4722,273,'CHEST PA','en',1,4,'2016-11-14 12:40:48','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81bb7f24-ec02-47c8-bdd0-9f7c94c52264',NULL,NULL),(4723,273,'chest pa','en',0,4,'2016-11-14 12:40:48','SHORT',0,NULL,NULL,NULL,'c346d0cb-9037-4b4b-a954-1f65831eb58f',NULL,NULL),(4724,274,'chest lateral','en',0,4,'2016-11-14 12:40:51','SHORT',0,NULL,NULL,NULL,'36e57151-7f5a-4670-a8a8-fb87ab66235e',NULL,NULL),(4725,274,'CHEST Lateral','en',1,4,'2016-11-14 12:40:51','FULLY_SPECIFIED',0,NULL,NULL,NULL,'475b20a8-e7ee-4e71-8521-2bb7d6952b46',NULL,NULL),(4726,264,'LEG Femur Lateral','en',1,4,'2016-11-14 12:44:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6569dbef-4617-4eec-a6dc-99d06421a3a1',NULL,NULL),(4727,264,'leg femur lateral','en',0,4,'2016-11-14 12:44:15','SHORT',0,NULL,NULL,NULL,'b96c0735-eef4-4239-a1d5-c8dd761e6d1d',NULL,NULL),(4728,262,'leg hip joint lateral','en',0,4,'2016-11-14 12:44:41','SHORT',0,NULL,NULL,NULL,'071cd90a-3d5f-4bb8-a7f4-0966fab3ae6b',NULL,NULL),(4729,262,'LEG Hip joint Lateral','en',1,4,'2016-11-14 12:44:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f0832d4-52da-4fd3-827a-3b6717c56154',NULL,NULL),(4730,223,'abdomen ap (supine and lateraldecubitus) (x-ray)','en',0,4,'2016-11-14 12:50:57','SHORT',0,NULL,NULL,NULL,'43ddc327-27e5-4fe5-ad84-68e32e470311',NULL,NULL),(4731,223,'Abdomen AP (supine and lateraldecubitus) (X-ray)','en',1,4,'2016-11-14 12:50:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'311089ee-3ce2-4fba-9cad-5698e764718b',NULL,NULL),(4732,3196,'Nil','en',1,4,'2017-01-11 11:58:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50cada8d-d58f-490d-a046-1be2fdd4c0fe',NULL,NULL),(4733,3197,'Trace','en',1,4,'2017-01-11 11:58:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ceab5eb-d781-4a45-af4c-02e17941fa3a',NULL,NULL),(4734,3198,'1+','en',1,4,'2017-01-11 11:59:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2db8d1ad-0d4e-4b6a-b4c3-0b8a27612ed3',NULL,NULL),(4735,3199,'2+','en',1,4,'2017-01-11 11:59:41','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7259cc9c-ab2a-4582-b059-7db5e0134348',NULL,NULL),(4736,3200,'3+','en',1,4,'2017-01-11 11:59:55','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7bda4fc6-2a1e-4086-8c7f-b6ce005019cf',NULL,NULL),(4737,3201,'4+','en',1,4,'2017-01-11 12:00:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0aefa258-9211-412a-9398-93eed081118d',NULL,NULL),(4739,1228,'Albumin','en',0,4,'2017-01-11 12:13:24','SHORT',0,NULL,NULL,NULL,'37363a6d-abf7-469d-a7d4-3bf4bb6375bc',NULL,NULL),(4740,3202,'Patient Video','en',1,4,'2017-01-23 12:40:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'05f50f31-2cfe-4c19-ae8e-977f350788e0',NULL,NULL),(4741,3203,'Absolute Eosinphil Count','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd2ec116-74c9-4d48-86cf-1c7e8aa1a748',NULL,NULL),(4742,3204,'Haemoglobin','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b8b8c317-43d2-4c4b-a67d-2ef3782c53eb',NULL,NULL),(4743,3205,'Hb Electrophoresis','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'72e68914-3849-48cc-9474-ca3b251238e5',NULL,NULL),(4744,3206,'Packed Cell Volume (PCV)','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b62678d-94ee-49db-ab5f-7c9a426a29c9',NULL,NULL),(4745,3207,'Platelet Count','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a2478cc-372d-441b-97b8-16b71c5a2c21',NULL,NULL),(4746,3208,'APTT (Control) (Serum)','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ae494ec-ad93-484e-acfc-7ba780f14de2',NULL,NULL),(4747,3209,'APTT (Test) (Blood)','en',1,4,'2017-04-07 17:15:06','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0c81a845-620d-4f26-8d10-886737b693cd',NULL,NULL),(4748,3210,'Culture (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c46c831d-bbd7-4bb0-8d5d-4fadbab8a9fb',NULL,NULL),(4749,3211,'Cytology (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ca6cd4ab-ead0-4b98-a23b-e9603d7f7350',NULL,NULL),(4750,3212,'Differential Count (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a71e5e8f-1c5a-4b7e-a5c5-0af7cd69adfa',NULL,NULL),(4751,3213,'Gram Stain (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3790c93f-6201-4281-a03a-aa4c3d356923',NULL,NULL),(4752,3214,'Protein (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb981221-03b3-45de-a58e-2ac6e476b6a2',NULL,NULL),(4753,3215,'Sugar (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'044cbe9f-a3ca-41d6-8adf-cf0a95a5cf90',NULL,NULL),(4754,3216,'Total Leucocyte Count (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0987ff6d-0283-48a1-9f0d-2a46b0b3ea80',NULL,NULL),(4755,3217,'ZN Stain (Asitic Fluid)','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c3982e5-6143-4e06-a8b4-5fc5eb3e7776',NULL,NULL),(4756,3218,'Urine Bile Pigment','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c8159eb-7c08-4a1f-aebd-37b45ef9dc44',NULL,NULL),(4757,3219,'Urine Bile Salt','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48a72735-88f8-40f9-8090-54b41ab258cb',NULL,NULL),(4758,3220,'AFP','en',1,4,'2017-04-07 17:15:07','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2c3ae6d-9752-4c69-9100-d64f8fa4158e',NULL,NULL),(4759,3221,'B HCG','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'796138dd-88d5-40ac-9e3c-536bc18ef17c',NULL,NULL),(4760,3222,'Bicarbonate','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e3b17745-a90e-42ec-ac76-84c1f31c5656',NULL,NULL),(4761,3223,'Blood Urea','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'adfaedcb-2335-418d-b1c2-4e6351e094ce',NULL,NULL),(4762,3224,'CA-125','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5ef0d82-62e1-4f51-9824-b8903dac7658',NULL,NULL),(4763,3225,'CA19-9','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eef0f67e-2b8c-4281-9c42-2e8e4a9d3d2c',NULL,NULL),(4764,3226,'Creatinine Kinase','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3e9ca45-4e66-4208-8e87-fe0a79c7b8ae',NULL,NULL),(4765,3227,'FBS','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ae633a8-3a21-476f-a04b-8a5ed4228dca',NULL,NULL),(4766,3228,'Ferittin','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'58809f9d-d4c5-4060-b8e7-50b385338b55',NULL,NULL),(4767,3229,'FT3','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ffb3d80c-674f-43c6-8552-c709d8c2d696',NULL,NULL),(4768,3230,'FT4','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2369e0c9-c544-4fd7-ab36-49e5f46aad69',NULL,NULL),(4769,3231,'LDH','en',1,4,'2017-04-07 17:15:08','FULLY_SPECIFIED',0,NULL,NULL,NULL,'97c9e7ae-2b65-45d1-b6cb-37f9e41a0885',NULL,NULL),(4770,3232,'LH','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a4fc444-12c9-4749-874c-4f9ae7df3c2f',NULL,NULL),(4771,3233,'PP2BS','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4025ded-385e-4606-bf80-5660c7d92ac0',NULL,NULL),(4772,3234,'Prolactin','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ef6cb1b-70b4-4c1a-bed7-7e1344f1e85d',NULL,NULL),(4773,3235,'PSA','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a841782d-b24b-4422-8923-9c2f2f099bed',NULL,NULL),(4774,3236,'RBS','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0bf354b9-77ab-453f-9885-30c4cb2fcf26',NULL,NULL),(4775,3237,'Urea Nitrogen','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'36c5f576-6cb3-476d-9e81-769874a05ddf',NULL,NULL),(4776,3238,'ESR','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'065d388f-7867-4234-aa20-431bee5ee492',NULL,NULL),(4777,3239,'INR Ratio (Blood)','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4cfbbbd8-2e17-4063-92b8-c5dc138fb243',NULL,NULL),(4778,3240,'Prothrombin Time (Control) (Blood)','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'15da8d2d-e2e1-467c-9b12-1af6f6b18951',NULL,NULL),(4779,3241,'Prothrombin Time (Test) (Blood)','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'da20b80f-400b-4570-a3b1-2b41d9df59bb',NULL,NULL),(4780,3242,'Blood Group (Relative)','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd7a0c63-df3a-4ab6-a6e2-0fa36376a8c6',NULL,NULL),(4781,3243,'Cross Match','en',1,4,'2017-04-07 17:15:09','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e0693c5-3be9-493b-b212-9e12c1442fa5',NULL,NULL),(4782,3244,'Haemoglobin (Relative)','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'24bf9fca-5bef-4dcf-b234-da51fd30b7a3',NULL,NULL),(4783,3245,'HbsAg ELISA','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d9f2d5d-b580-42a7-9cc4-e760e18275b3',NULL,NULL),(4784,3246,'HbsAg Rapid','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e014dd3d-ee66-476c-ac4e-14b5d7de176d',NULL,NULL),(4785,3247,'HCV ELISA','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7924cbb4-b0e2-4b26-8b58-6179a670a72f',NULL,NULL),(4786,3248,'HCV Tridot','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8f7eec8-579c-488a-94f4-b4ce77b99f56',NULL,NULL),(4787,3249,'HIV ELISA (Blood)','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a029d95c-0d4f-40ce-ab30-ba8b73bc4c6d',NULL,NULL),(4788,3250,'HIV Tridot','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7f298855-3b65-42d0-b659-2304b07a474d',NULL,NULL),(4789,3251,'Malaria Parasite','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c50f9d12-d6f9-4b2b-ad7b-8a2776924863',NULL,NULL),(4790,3252,'Patient Blood Group','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c92415b3-5262-4b15-8a5d-94426ee367f6',NULL,NULL),(4791,3253,'VDRL ELISA','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e529198-fa27-4905-843e-17756e4c21a6',NULL,NULL),(4792,3254,'VDRL Rapid','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6d3511f2-aa11-43d5-9c55-b4d35f4fc8ed',NULL,NULL),(4793,3255,'Cytology (CSF)','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2effec59-6e94-4ca8-a130-90aa9eb8c812',NULL,NULL),(4794,3256,'Differential Count (CSF)','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a8bdc1cc-e5b5-4d68-88b7-3dfa523739c8',NULL,NULL),(4795,3257,'Pendy Reagent Test','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b05f9399-e8d1-4a39-a665-8a66cf8fab7a',NULL,NULL),(4796,3258,'Sugar (CSF)','en',1,4,'2017-04-07 17:15:10','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c1a68b38-74d8-483e-838f-6b6668ee9f1c',NULL,NULL),(4797,3259,'Total Leucocyte Count (CSF)','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'46a5b6b6-5bcf-4e85-b91f-d5b7fbe019f6',NULL,NULL),(4798,3260,'ZN Stain (CSF)','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'413250b3-5ad1-4bae-ba97-721c900ddd86',NULL,NULL),(4799,3261,'Basophil','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a5f262b-8d3c-455a-b978-59dd50430fad',NULL,NULL),(4800,3262,'Eosinophil','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9db96047-12f4-478b-8b1f-2a2f2303bd68',NULL,NULL),(4801,3263,'Lymphocyte','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c540590c-d18d-4012-b537-36767a4e2a11',NULL,NULL),(4802,3264,'Monocyte','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2f1345f9-3730-41a9-a89f-56d210b41078',NULL,NULL),(4803,3265,'Polymorph','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0343c843-8806-4983-a07d-a5168c5aca12',NULL,NULL),(4804,3266,'Calcium(mg/dl)','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d3df2f82-835f-4074-b1f8-5f78640f3b14',NULL,NULL),(4805,3267,'Phosphorous','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'07775fe0-54df-41c9-b5b8-5e916da64442',NULL,NULL),(4806,3268,'pH (Stool)','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4322577a-b08f-4e35-9b1f-644183400cf2',NULL,NULL),(4807,3269,'Reducing substance','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac363cc2-c7ce-4f7d-8340-3c64a6f26ba5',NULL,NULL),(4808,3270,'Fat (Semi Quantitative)','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5e43b601-528f-4a2b-84dc-071cdfa0854c',NULL,NULL),(4809,3271,'Fasting Blood Sugar','en',1,4,'2017-04-07 17:15:11','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f9d11215-a8ab-4287-9483-506c039c666d',NULL,NULL),(4810,3272,'Parallel Urine Sugar (Fasting Blood)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'13e671ce-5355-4c75-80a9-5fbff433cb50',NULL,NULL),(4811,3273,'Post Blood Sugar (30 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f7257652-7e19-4af7-9a0f-a52cc6b83785',NULL,NULL),(4812,3274,'Parallel Urine Sugar (30 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e2c23123-236c-48f9-8992-fb2e0bc29c7e',NULL,NULL),(4813,3275,'Post Blood Sugar (60 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'31b30234-c264-40ff-b7b7-dbfc7f74443b',NULL,NULL),(4814,3276,'Parallel Urine Sugar (60 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb8b96d4-429a-4ca2-8440-388332e8cefc',NULL,NULL),(4815,3277,'Post Blood Sugar (90 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a4ccd0e-a1d5-4064-be74-48846a94bad2',NULL,NULL),(4816,3278,'Parallel Urine Sugar (90 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6b81b547-64a5-484f-a328-687f08ae8fc3',NULL,NULL),(4817,3279,'Post Blood Sugar (120 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'36ed51ca-fd8f-4178-8f43-679943232e12',NULL,NULL),(4818,3280,'Parallel Urine Sugar (120 mins)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ccc1773-4d71-4401-bb2f-325e664e75b9',NULL,NULL),(4819,3281,'HPLC','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'eb848e35-db20-4975-8d58-3303b5356a54',NULL,NULL),(4820,3282,'Coombs Test (Direct)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef4877d9-4b57-4dff-bee2-f847354ee06c',NULL,NULL),(4821,3283,'Coombs Test (Indirect)','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0e90fd30-4a0b-444c-8d5b-6858834761d4',NULL,NULL),(4822,3284,'G6PD','en',1,4,'2017-04-07 17:15:12','FULLY_SPECIFIED',0,NULL,NULL,NULL,'82974c5d-d274-4c80-8560-26aa47014ea1',NULL,NULL),(4823,3285,'Urine Ketone','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c9f9eedb-7389-4cb8-a96f-ddac9648a46b',NULL,NULL),(4824,3286,'Coccidians','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'489d9315-b8b9-448b-ae2f-0b4b0876123d',NULL,NULL),(4825,3287,'Culture (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1251df5-58d1-4e34-a931-1e1fd9e8312a',NULL,NULL),(4826,3288,'Cytology (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fad62ea2-9b12-4450-8392-c6c4351eb7d5',NULL,NULL),(4827,3289,'Differential Count (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb19eaf4-6895-42c8-b97b-1336e2cef121',NULL,NULL),(4828,3290,'Gram Stain (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e27a5f61-0fb6-4fb1-a17c-83fbd38e5565',NULL,NULL),(4829,3291,'Protein (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'80defbe4-148a-46da-8110-b5e6fa3f1d6a',NULL,NULL),(4830,3292,'Sugar (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6ee61a2e-b3cd-4dc5-a0d2-6e1ecd017601',NULL,NULL),(4831,3293,'Total Leucocyte Count (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'318b25f2-106b-4732-b60e-2ae670ce53d9',NULL,NULL),(4832,3294,'ZN Stain (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'49d195b9-8089-402b-9c5b-6240e45120ea',NULL,NULL),(4833,3295,'Cholesterol','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'411b4fb9-b05b-46a1-bf0d-78d2fd30ed3e',NULL,NULL),(4834,3296,'S. Triglyceride','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c2779d90-d333-4e8d-a195-28888affb8af',NULL,NULL),(4835,3297,'TC/HDL Ratio','en',1,4,'2017-04-07 17:15:13','FULLY_SPECIFIED',0,NULL,NULL,NULL,'df0fe9e9-933d-47a9-bf81-9ea787141e61',NULL,NULL),(4836,3298,'VLDL Cholesterol','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d08ce545-e273-40c3-b07f-9c7043ce19bf',NULL,NULL),(4837,3299,'ALK. Phosphate','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'846b5b4a-7b51-49ff-9eaf-cd82ce20df58',NULL,NULL),(4838,3300,'Direct Bilirubin','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c3a1e104-2ebd-4bc9-8a58-91262cbd9c76',NULL,NULL),(4839,3301,'S. Albumin','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5fd5cd0b-e679-42c6-b7ca-c04fe72abfc8',NULL,NULL),(4840,3302,'S. ALT','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'05188ff6-20f6-43a9-a572-9e79d7668c41',NULL,NULL),(4841,3303,'S. AST','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0d342dd-3efc-4d00-9d87-c5d05b3011e6',NULL,NULL),(4842,3304,'S. Protein','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ad81982-4b28-416c-a6a2-a601d3a61ab7',NULL,NULL),(4843,3305,'Total Bilirubin','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'79366a4c-5517-4883-97e9-e7824e168610',NULL,NULL),(4844,3306,'PS for Malaria Parasites','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'035f3c19-6d6c-442f-9e32-7c24dd991e03',NULL,NULL),(4845,3307,'Malaria Parasites (Rapid kit)','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'19566dec-f18c-4a82-8047-585137a75957',NULL,NULL),(4846,3308,'PS for mf by concentration','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28f76282-0164-4588-8041-de661696003a',NULL,NULL),(4847,3309,'Culture (Plural Fluid)','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69df60e9-141c-49b1-958e-a357be96c548',NULL,NULL),(4848,3310,'Cytology (Plural Fluid)','en',1,4,'2017-04-07 17:15:14','FULLY_SPECIFIED',0,NULL,NULL,NULL,'295f53cd-0ad0-4377-8382-b80188811ff7',NULL,NULL),(4849,3311,'Differential Count (Plural Fluid)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9803014f-d4af-45e9-befa-ee2b9adec014',NULL,NULL),(4850,3312,'Gram Stain (Plural Fluid)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54730190-11af-45af-a861-ff78d1ffe0ca',NULL,NULL),(4851,3313,'Protein (Plural Fluid)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0701f0ef-7b85-4a64-8596-1eec4f532910',NULL,NULL),(4852,3314,'Sugar (Plural Fluid)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e5e8ced0-c922-462b-846b-e45228807402',NULL,NULL),(4853,3315,'Total Leucocyte Count (Plural Fluid)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a369a451-9322-40b6-b169-cbdbb331b5bf',NULL,NULL),(4854,3316,'ZN Stain (Plural Fluid)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7088cd6a-4fa4-48de-8a14-4b6945b111a8',NULL,NULL),(4855,3317,'Culture (Body Fluid) (Pus)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f02b04ad-b452-409d-9ee6-315c0074ac63',NULL,NULL),(4856,3318,'Cytology (Pus)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'66c7868f-446b-41a9-885c-10ca3ff7ca38',NULL,NULL),(4857,3319,'Differential Count (Pus)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7ef8f795-c457-49d4-a21c-04e4508272d8',NULL,NULL),(4858,3320,'Gram Stain (Body Fluid) (Pus)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'85e9a3c5-e179-4862-8415-86f101f03592',NULL,NULL),(4859,3321,'Protein (Pus)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e03c6853-0720-4098-9aea-d6e6711894c7',NULL,NULL),(4860,3322,'Sugar (Pus)','en',1,4,'2017-04-07 17:15:15','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e86c4db1-9a71-4365-b1c1-145cc02e86b1',NULL,NULL),(4861,3323,'Total Leucocyte Count (Pus)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'696b773c-2c3f-42fc-bc8e-babfb7b158e2',NULL,NULL),(4862,3324,'ZN Stain (Body Fluid) (Pus)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'32ebbdb2-2603-4f8b-9e7b-d7231bab7b77',NULL,NULL),(4863,3325,'Culture (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9861490a-992c-4cf8-9e14-149c1743eb63',NULL,NULL),(4864,3326,'Cytology (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'06b9ed20-bb0f-4642-b7be-a5e9d607d155',NULL,NULL),(4865,3327,'Cytology (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b5d2de3-408e-4430-8bb7-1ac6a8baf297',NULL,NULL),(4866,3328,'Differential Count (Purotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'504afca7-d5a5-44e1-bfb1-0985824c59d9',NULL,NULL),(4867,3329,'Differential Count (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e7d0963e-835e-4bb8-a453-d33d30a1c9b6',NULL,NULL),(4868,3330,'Gram Stain (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'940187c9-5068-4376-9e1d-d042c3814253',NULL,NULL),(4869,3331,'Protein (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50cb155e-75b2-4e9a-94eb-657ebe8c5dab',NULL,NULL),(4870,3332,'Sugar (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a3e596c-7a55-4466-aea6-6798a340375c',NULL,NULL),(4871,3333,'Sugar (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c55062e-fa95-45df-8d5c-60147507ed27',NULL,NULL),(4872,3334,'Total Leucocyte Count (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c8388eda-b53a-458d-a933-1ffedf027c2f',NULL,NULL),(4873,3335,'Total Leucocyte Count (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:16','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54bebda6-3080-4f8a-8799-a4e0ea4cabb8',NULL,NULL),(4874,3336,'ZN Stain (Pyrotinial Fluid)','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08190332-81a6-4a47-979e-1ccb5d57bb3b',NULL,NULL),(4875,3337,'ZN Stain (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a2a8fab2-0d0a-4a6a-b2f7-401a1b0a46f7',NULL,NULL),(4876,3338,'Renal Concentrating Ability','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d4121a9-897e-428c-8bbf-2f45d7518a6d',NULL,NULL),(4877,3339,'Total Leucocyte Count (Blood)','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'595b977c-e92e-4add-914d-8fb914f48de2',NULL,NULL),(4878,3340,'Albumin (Routine Urine)','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ecea095e-1834-40a1-a3c6-7c017f01f773',NULL,NULL),(4879,3341,'Specific Gravity','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'31e753c7-bd48-4eaa-a707-70c87ba47203',NULL,NULL),(4880,3342,'Sugar (Routine Urine)','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c2157f6-5290-40a0-b1b0-9a06d7c94816',NULL,NULL),(4881,3343,'Sugar (Routine Urin)','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b80e51b-fb37-43fb-8952-67432884557b',NULL,NULL),(4882,3344,'Colour','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d80e6eac-fa0f-4e98-b1ee-a9b7b53e2373',NULL,NULL),(4883,3345,'Liquification time','en',1,4,'2017-04-07 17:15:17','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1fcd8678-9feb-4d64-9cab-49b9705e9ec0',NULL,NULL),(4884,3346,'Motility','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'accf01aa-3b2d-4d27-acde-00228e731dc0',NULL,NULL),(4885,3347,'Parasite','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'409d3c16-bd25-4f64-8f5a-41bb7625aa1d',NULL,NULL),(4886,3348,'RBC (Semen)','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4dcc0f8f-a082-4abd-94fa-f4248f134db1',NULL,NULL),(4887,3349,'Result','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'555ebb58-1a95-4ed7-bc0a-58bfc5d9710a',NULL,NULL),(4888,3350,'Total Count','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7ab431a-3378-440b-a448-bd91bcce2245',NULL,NULL),(4889,3351,'Viscoscity','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e1ae0ca3-2c20-447e-96f8-ffdd6668496d',NULL,NULL),(4890,3352,'Anti Streptolysin Qualitative','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cde8026c-4f9b-47ca-8ae5-bea383b070b3',NULL,NULL),(4891,3353,'Anti Streptolysin Turbidometry','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6e9ab47d-3049-409e-9a86-de94b28f899b',NULL,NULL),(4892,3354,'RA Factor - Qualitative','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4cfea7f4-8e12-4c10-adab-a3d66a9104fe',NULL,NULL),(4893,3355,'RA Factor - Turbidometry','en',1,4,'2017-04-07 17:15:18','FULLY_SPECIFIED',0,NULL,NULL,NULL,'af3d1745-b5b8-45c2-9318-ae83e2976000',NULL,NULL),(4894,3356,'Troponin - T','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e235a1b0-3509-42b6-87b4-8bf1ec8123de',NULL,NULL),(4895,3357,'WIDAL Qualitative','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'af7fd2b8-4351-4b6b-8453-92485053c698',NULL,NULL),(4896,3358,'Hepatitis A (Rapid)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ec76e0d-107c-4b67-b41e-d877b93eff63',NULL,NULL),(4897,3359,'Hepatitis A (Elisa)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d0ada24-11b4-4b0d-9e05-50c07b8c991d',NULL,NULL),(4898,3360,'Hepatitis E (Rapid)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'61401bb0-a2ce-481a-9f8f-b72a71f9f1d4',NULL,NULL),(4899,3361,'Hepatitis E (Elisa)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'34c5d003-a63b-44ac-81e8-7b4e161d2b81',NULL,NULL),(4900,3362,'Dengue (Rapid)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f831fa66-3b33-477c-b249-dc09032c0ca6',NULL,NULL),(4901,3363,'Dengue (Elisa)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54daf47e-9102-4270-af85-b5ae55f313ee',NULL,NULL),(4902,3364,'Color (w/o concentration)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7614869c-1d8d-45e6-b668-2632c4aabea9',NULL,NULL),(4903,3365,'Fat Droplets (w/o concentration)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cb5f9b82-2080-46dc-ac8d-81186b00748b',NULL,NULL),(4904,3366,'Food Particles (w/o concentration)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f4aab4a3-3b70-45c3-b065-9882bad23a2e',NULL,NULL),(4905,3367,'Others (Stool w/o concentration)','en',1,4,'2017-04-07 17:15:19','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e709c8d0-5d3d-44a7-b17a-293a7373c866',NULL,NULL),(4906,3368,'Ova/Parasite/Cyst','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b3f2fd11-82c2-42e8-9261-b7aa6da17a2e',NULL,NULL),(4907,3369,'Pus Cells (Stool)','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5d81c72e-9ed0-4547-a318-bb4cd3f02bd5',NULL,NULL),(4908,3370,'Quality','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'caf3eeb2-fe6d-404e-9858-b7103a08c255',NULL,NULL),(4909,3371,'Color (with concentration)','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7a5e82ef-9865-4c77-b315-582084c91bdb',NULL,NULL),(4910,3372,'Fat Droplets (with concentration)','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7cd91561-cb31-4ac2-8da1-afe5935977d5',NULL,NULL),(4911,3373,'Food Particles (with concentration)','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db465273-e3e8-4c0b-8ef5-e9622844fbef',NULL,NULL),(4912,3374,'Others (Stool with concentration)','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'460586d1-212c-4994-b6c2-37c05ff828ab',NULL,NULL),(4913,3375,'Stool occult blood','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0137b0e4-9e13-4329-a545-a838c08a1658',NULL,NULL),(4914,3376,'LE (Urine)','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bf07fe92-f455-47c7-b4ea-eae7f9d0d808',NULL,NULL),(4915,3377,'Nitrite','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'56570028-22a7-45b4-b489-e2d082b2ba29',NULL,NULL),(4916,3378,'Cast','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5fd1a639-e185-4cf5-99d6-010d8dbfbc6d',NULL,NULL),(4917,3379,'Crystal','en',1,4,'2017-04-07 17:15:20','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d2cd1a2a-25f1-4577-9744-44233ac1a0ea',NULL,NULL),(4918,3380,'Others (Urine)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'69653a14-002c-477c-8d1e-87c4f7d9b4b2',NULL,NULL),(4919,3381,'Pus Cells (Urine)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'90ea7f8d-3c87-46d9-bbf6-56a9fdd9150c',NULL,NULL),(4920,3382,'RBC (Urine)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'44e889e8-f616-495a-939b-66f15bec773b',NULL,NULL),(4921,3383,'Vaginal Trichomonas','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'791e5150-c494-43e1-9aa3-4ead157b1226',NULL,NULL),(4922,3384,'Yeast Cell','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7d6e1308-6b99-4495-9c9f-0a6553d33f2c',NULL,NULL),(4923,3385,'Gram Stain (Vaginal)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2cac98e9-8213-425c-9bab-e048de37f13e',NULL,NULL),(4924,3386,'LE (Vaginal)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bad2d041-2475-4ca2-8a7b-8638dba0be24',NULL,NULL),(4925,3387,'Microscopy of KOH mount','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c7c2fe5-973b-4263-aca7-874fafc71497',NULL,NULL),(4926,3388,'Microscopy of Saline mount','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c22cf4da-deeb-460d-bfbd-827d0baf69e3',NULL,NULL),(4927,3389,'pH (Vaginal)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4a5af974-db57-4ba1-8116-8654f845cdfa',NULL,NULL),(4928,3390,'Whiff test','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c8b1781-8bd2-4f3a-abe9-e1d24fb311d4',NULL,NULL),(4929,3391,'ZN Stain (Urine)','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'cdec4d4f-47bf-42f9-98fd-2f1aa306b665',NULL,NULL),(4930,3392,'Bence Jones Protein','en',1,4,'2017-04-07 17:15:21','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3a8f0713-78f9-42cc-9615-6da328575fac',NULL,NULL),(4931,3393,'Culture (Sputum)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'77a91871-6957-47e8-baa0-7c7ef213edec',NULL,NULL),(4932,3394,'Routine Microbiology Culture (Stool)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a907e022-fbdf-4054-8e85-885a1072d9c3',NULL,NULL),(4933,3395,'Urine Protein Creatinine Ratio','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f3a00266-de1a-4093-80c0-6bc958aee721',NULL,NULL),(4934,3396,'Montoux Test (Test)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'592a022b-ed15-47ed-9226-4ff5407f43b7',NULL,NULL),(4935,3397,'Scrapping for Fungus (Test)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'453b5f5f-d181-4923-ab40-2565ef754c29',NULL,NULL),(4936,3398,'CD4 Test','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12ed51d3-e299-4bb4-afc9-878a0b6d9318',NULL,NULL),(4937,3399,'Hb1AC','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ea0c6465-589f-40d8-aba3-772a6167e05a',NULL,NULL),(4938,3400,'TORCH (IGG)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'08bb9d56-d8e6-4830-a5b1-952813073ab6',NULL,NULL),(4939,3401,'TORCH (IGM)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a7411df-2eca-48e8-8579-be6a069ba124',NULL,NULL),(4940,3402,'Calcium (mmole/l)','en',1,4,'2017-04-07 17:15:22','FULLY_SPECIFIED',0,NULL,NULL,NULL,'983103f9-ae04-4093-818c-0c409ab1a2fe',NULL,NULL),(4941,3403,'Urine Creatinine','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'430e1704-ca0b-4386-9520-a755f15c7422',NULL,NULL),(4942,3404,'Urine Protein','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9ec15b2c-325b-4e5a-be7d-46f857a8fcea',NULL,NULL),(4943,3405,'APTT (Test) (Serum)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e87b5cd-c2f6-496b-a8ce-283645150ca3',NULL,NULL),(4944,3406,'APTT (Control) (Blood)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'102c0947-58a0-4fc4-8c04-666a78ca5a89',NULL,NULL),(4945,3407,'INR Ratio (Serum)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0b4b79c7-9b04-4a14-b11c-0f9755ee0390',NULL,NULL),(4946,3408,'Prothrombin Time (Control) (Serum)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'53f92631-f170-4ddd-9095-ffa321b1deae',NULL,NULL),(4947,3409,'Prothrombin Time (Test) (Serum)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d376fff3-2012-46f6-899a-a9efc578c57a',NULL,NULL),(4948,3410,'Culture (Tissue)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e4973644-1399-4930-b31f-732d7aa583ff',NULL,NULL),(4949,3411,'Culture (Semen)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4740fab2-d953-40d8-82fd-4cbc61a058aa',NULL,NULL),(4950,3412,'Gram Stain (Body Fluid)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c4560f8c-75fb-4cce-9f83-c3ac2930d9a0',NULL,NULL),(4951,3413,'HIV ELISA (Serum)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f753a09e-4274-4d36-bca1-c1f0323ac401',NULL,NULL),(4952,3414,'Routine Microbiology Culture (Urine)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e551c74b-e325-4950-a9d0-f8ca01d9a98a',NULL,NULL),(4953,3415,'ZN Stain (Stool)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d1745558-4f5d-4c23-a8a6-73bc72907095',NULL,NULL),(4954,3416,'ZN Stain (Sputum)','en',1,4,'2017-04-07 17:15:23','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3438d705-dd8f-419d-99e3-0277ede2e2a0',NULL,NULL),(4955,3417,'ZN Stain (Body Fluid)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c4461be-72f7-4c42-b8ff-4975bd9944e4',NULL,NULL),(4956,3418,'ZN Stain (Pus)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'30f3cdc8-dae0-4dae-9b3b-ec9b94699568',NULL,NULL),(4957,3419,'ZN Stain (Slit Skin)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f0b4b0f5-1cb0-4be8-856b-c63af1b9854b',NULL,NULL),(4958,3420,'HLA B27','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b5513290-3e61-467c-829f-6058994f3c2b',NULL,NULL),(4959,3421,'Bend Cell','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6c50cac6-7b63-4532-9f09-1ff1a8f23a48',NULL,NULL),(4960,3422,'Pre Dinner Sugar','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8cc730e0-1586-4264-9747-ec4206bf6fc6',NULL,NULL),(4961,3423,'Nucleated RBC','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c5e3c33-c160-457c-82c3-16f4b76defec',NULL,NULL),(4962,3424,'Hypersegmented Polymorphs (HSP)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'38c2aae1-f047-4a5e-b6ed-997b0d375602',NULL,NULL),(4963,3425,'Gram Stain (Tissue)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6444dd7a-b019-4dbf-83f1-c8494c63e98a',NULL,NULL),(4964,3426,'ZN Stain (Tissue)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'31f85c67-7159-448b-9e4d-c56bedce02e2',NULL,NULL),(4965,3427,'Hanging Drop (Stool)','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d7fad41-7648-4bdb-9d69-4a147f118981',NULL,NULL),(4966,3428,'PTH','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8dd5a75c-c530-4d37-84cd-b8f9bc3b9e65',NULL,NULL),(4967,3429,'VMA','en',1,4,'2017-04-07 17:15:24','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a8e3faf7-1977-41d0-a32d-cdf8a28161e3',NULL,NULL),(4968,3430,'Urine - VMA','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9c526990-fc35-4196-be67-7c321cd0799c',NULL,NULL),(4969,3431,'Urine VMA','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f8990bbf-a5c0-4b6b-9dee-2fccc5b79b7e',NULL,NULL),(4970,3432,'Vitamin B-12','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'faf34c8e-f407-4f80-8c5f-cc5d9ede8bf9',NULL,NULL),(4971,3433,'Urine haemoglobin','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5f681d4f-217d-42c8-8215-7679fd4e62fe',NULL,NULL),(4972,3434,'CSF India ink','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b7ea4982-f114-4d14-945e-6618b26cd1cf',NULL,NULL),(4973,3435,'Urine AFB','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3fb95295-b9d2-4cdd-b6fe-1c2021ee3d50',NULL,NULL),(4974,3436,'Adinosin diamarese','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c984ecf5-3aac-44a8-8357-0463fd4953f4',NULL,NULL),(4975,3437,'ADA','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'de0cfab7-23a6-4222-8c4a-d2abdf089926',NULL,NULL),(4976,3438,'Adinosin diamarese (Asitic Fluid)','en',1,4,'2017-04-07 17:15:25','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84e55184-6c0e-475f-bae4-cd43b3ead5be',NULL,NULL),(4977,3439,'non- adrenaline','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0d7630c6-eb2f-4214-a4a5-1991f45c94de',NULL,NULL),(4978,3440,'bone marrow test','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e586397-b2db-43bd-873a-118c115125b5',NULL,NULL),(4979,3441,'bone marrow test','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5ba44d99-bcbe-4bb9-9b18-81a661764def',NULL,NULL),(4980,3442,'ANTI HEPATITIES E VIRUS','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'670ee6a3-23ce-4da0-ab46-5c21fbe6a34b',NULL,NULL),(4981,3443,'Anti HEV','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1c8f4a0d-99df-41df-b1ba-1ae384b65101',NULL,NULL),(4982,3444,'Serum Cortisol','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5a241611-f7f0-4e6a-9aed-f9e5e19af6be',NULL,NULL),(4983,3445,'Serum Electrophoresis','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'215b4cd5-a46d-4ddc-a597-1e4656691e19',NULL,NULL),(4984,3446,'RPR qualitative','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'baeb2a6c-8b32-4c5f-af61-9aa24494aba3',NULL,NULL),(4985,3447,'GGT','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'36af42f2-e12c-4e17-be06-f151fb7b758e',NULL,NULL),(4986,3448,'COMPLEMENT (C3)','en',1,4,'2017-04-07 17:15:26','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ec9492e8-721a-4c44-acb3-3939ccd36142',NULL,NULL),(4987,3449,'ANCA','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d9558a83-0e0e-448a-911c-e68427b07e1d',NULL,NULL),(4988,3450,'Ceruloplasmin','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'236c34ca-7912-4a42-8cf0-a23d262f6d79',NULL,NULL),(4989,3451,'Pus Cell (BAL)','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c068b96e-4452-43c6-b8dd-641ed3dcce90',NULL,NULL),(4990,3452,'Red Blood Cell (BAL)','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55ca0950-c886-4561-98e0-f61f7f010385',NULL,NULL),(4991,3453,'Red lood Cell (BAL)','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'759984c3-549c-46f3-8cc6-361e756857d8',NULL,NULL),(4992,3454,'Epithilial cell (BAL)','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55629930-436d-4911-aba6-e57f8e0886e2',NULL,NULL),(4993,3455,'Epithilial Cell (BAL)','en',1,4,'2017-04-07 17:15:27','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5be7fa88-e58b-4276-a08d-a1d3ab2b551d',NULL,NULL),(4994,3456,'Epithelial Cell (BAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e070119d-7f96-4e01-b7db-5c0e37716996',NULL,NULL),(4995,3457,'Parasite (BAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5c1cb6b7-0990-4735-bce8-2ca00c4675e3',NULL,NULL),(4996,3458,'ZN Stain (BAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aa50f920-8f04-4e20-9902-cf432594c317',NULL,NULL),(4997,3459,'Gram Stain (BAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'63a87de9-6f06-4acb-8c1d-9d1c042c02c9',NULL,NULL),(4998,3460,'AFB Culture','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fab57d71-e5e6-4dab-ad4d-51518e8b6c83',NULL,NULL),(4999,3461,'AFB Culture (BAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'39e718db-9c95-4e91-b809-f26c587749b7',NULL,NULL),(5000,3462,'Cytology (BAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ebd0e768-2aa9-4632-90bd-c016d7a0f873',NULL,NULL),(5001,3463,'Pus Cell (GAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1113a603-7448-4ac5-83d5-51204f2d3ec8',NULL,NULL),(5002,3464,'Red Blood Cell (GAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5072e326-e10b-4bdc-8fe2-4ea743ebe427',NULL,NULL),(5003,3465,'Epithilial Cell (GAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a566fa0-e93b-4784-b5ea-b0facfe23c70',NULL,NULL),(5004,3466,'Epithelial Cell (GAL)','en',1,4,'2017-04-07 17:15:28','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e9a6c016-87b7-4ceb-89b8-b8801bdbcb81',NULL,NULL),(5005,3467,'Parasite (GAL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dd19f10-2946-47f0-8851-1398b5881259',NULL,NULL),(5006,3468,'ZN Stain (GAL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12ccd866-e546-425d-9f88-13a7ade74c7c',NULL,NULL),(5007,3469,'Gram Stain (GAL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'48c39eb2-ecaa-4f40-90a1-4f98be9c664b',NULL,NULL),(5008,3470,'AFB Culture (GAL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3f058bd2-d28e-4ca3-a914-366538a7ac86',NULL,NULL),(5009,3471,'Cytology (AL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9e8a4451-a255-4246-8a93-4bf07a9e77bf',NULL,NULL),(5010,3472,'Cytology (GAL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'50bdc2dd-fdfd-4bb4-909b-a91ac240ded0',NULL,NULL),(5011,3473,'Routine Microbiology Culture (GAL)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7d3c8faa-f760-4728-b97e-a54592f8eb16',NULL,NULL),(5012,3474,'Normal Saline mount (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e924a297-5f42-4566-a866-7d597c6a61d9',NULL,NULL),(5013,3475,'KOH mount (Vaginal mount)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'27c1ee4c-7fe3-4266-9f29-45f36e2a2b74',NULL,NULL),(5014,3476,'pH (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1565e08e-5b36-4736-ae20-52dbe1755bfd',NULL,NULL),(5015,3477,'Whiff test (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ade92577-9dad-4216-9e71-10360d9fccaa',NULL,NULL),(5016,3478,'Gram Stain (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e0ce16bc-5f68-4b95-93a7-a8699218dbc3',NULL,NULL),(5017,3479,'Zn Stain (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'75d4fbfb-e564-447e-bfb6-a42d75c8a056',NULL,NULL),(5018,3480,'Cytology (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:29','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1dd4e044-2398-4759-aa3e-fa7df34abb0f',NULL,NULL),(5019,3481,'Histopathology (Tissue)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'601ff037-008c-41bb-b326-2e4b1060061a',NULL,NULL),(5020,3482,'FNAC','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'30d0b578-93ab-40f8-87f2-6faaefd4c7ad',NULL,NULL),(5021,3483,'Fine Needle Aspiration Cytology (FNAC)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ba85b9b2-1f84-41fe-b831-8e88ec6fbff6',NULL,NULL),(5022,3484,'Cytopathology','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7e69e1fc-9e6a-4c34-b72d-db09d0bfdbe0',NULL,NULL),(5023,3485,'Cytopathology (Tissue)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0bff682b-ff5c-4db7-a597-54bd48249748',NULL,NULL),(5024,3486,'Haemoglobin Range','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a5bdf931-fc48-4f32-8267-0383c1fc3055',NULL,NULL),(5025,3487,'LPA','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e873d361-1f11-4b19-98d1-d0a1a6baee4e',NULL,NULL),(5026,3488,'LPA (Sputum)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3eed24fb-6226-4053-a842-c6763a7a9c72',NULL,NULL),(5027,3489,'LJ','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'41c0caa1-6cca-48f7-967a-e8f853f5c7d7',NULL,NULL),(5028,3490,'LJ (Sputum)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a94c1a2c-05a8-40c8-8866-32b4276812d7',NULL,NULL),(5029,3491,'CBNAAT','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0a92337e-4a42-42ec-9d50-c0b32cdedbfe',NULL,NULL),(5030,3492,'CBNAAT (Sputum)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e5273f0-0c8d-4461-b905-3aac3c81d85e',NULL,NULL),(5031,3493,'LPA (Asitic Fluid)','en',1,4,'2017-04-07 17:15:30','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d61fafdb-aa04-4a1f-99f0-33478bfceb45',NULL,NULL),(5032,3494,'LJ (Asitic Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'924c4747-4da0-44fc-a178-f3712fecf3f3',NULL,NULL),(5033,3495,'CBNAAT (Asitic Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'45b64d26-5ecf-46e0-b6a8-be81633a7a05',NULL,NULL),(5034,3496,'LPA (CSF)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac8c40d6-fc98-4eca-b589-f080e70f9ea8',NULL,NULL),(5035,3497,'LJ (CSF)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3fe0bf71-0947-4b44-92c3-a0d0bc8a3760',NULL,NULL),(5036,3498,'CBNAAT (CSF)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b3599ab2-c151-4578-a792-60ee72c1f919',NULL,NULL),(5037,3499,'LPA (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7a86e529-c937-428a-8277-5861b4420fbd',NULL,NULL),(5038,3500,'LJ (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'42bca6a3-3086-4bdd-a53a-8260a2364c36',NULL,NULL),(5039,3501,'CBNAAT (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81604b66-5f66-4fcb-be82-93534d3415a2',NULL,NULL),(5040,3502,'LPA (Pleural Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e134b1d3-204f-4fd4-9026-32c2bcc0d77f',NULL,NULL),(5041,3503,'LJ (Pleural Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9546fda0-f05e-4e84-a20e-f6c67dfae998',NULL,NULL),(5042,3504,'CBNAAT (Pleural Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'99d90b80-20bf-48e4-8f7e-b735a044a092',NULL,NULL),(5043,3505,'LPA (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'16330cd0-d70a-4bd0-8e5c-4e98816df2e8',NULL,NULL),(5044,3506,'LJ (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:31','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c99ea537-eb74-4666-a238-a60c87e34b6d',NULL,NULL),(5045,3507,'CBNAAT (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ac1ecd66-10a8-4988-a774-42fa0d8bf03f',NULL,NULL),(5046,3508,'LPA (GAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'76571a3a-b3bc-471a-852d-41f9c9b21a46',NULL,NULL),(5047,3509,'LJ (GAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'67c6dd75-840f-4358-b771-55374b9bb00a',NULL,NULL),(5048,3510,'CBNAAT (GAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8aec1335-34fa-4561-a6e3-f0d3832d2b3b',NULL,NULL),(5049,3511,'LPA (BAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'40cf7eb6-39d8-4a1d-94da-94dc9d58c7f0',NULL,NULL),(5050,3512,'LJ (BAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2886f84c-7e17-4949-a787-7ab143be65db',NULL,NULL),(5051,3513,'CBNAAT (BAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3398a371-e5a0-4899-945c-13f04773cead',NULL,NULL),(5052,3514,'Adinosin diamarese (CSF)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'74b1aeb8-0e4a-4166-a526-8316872ef1b6',NULL,NULL),(5053,3515,'Adinosin diamarese (BAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f393eeba-58a4-4e4d-adee-c64d661ca26b',NULL,NULL),(5054,3516,'Adinosin diamarese (GAL)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d70101e4-c808-4efa-8beb-1a20d93f949d',NULL,NULL),(5055,3517,'Adinosin diamarese (Knee Joint Fluid)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ffe6e5a2-55bf-4403-8320-5a7f69ca3ad0',NULL,NULL),(5056,3518,'Adinosin diamarese (Peritoneal Fluid)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d03bd324-57ea-40a4-95d7-f5a1424a243a',NULL,NULL),(5057,3519,'Adinosin diamarese (Pleural Fluid)','en',1,4,'2017-04-07 17:15:32','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a66e7ed6-456a-4dc3-910d-fa33bacc121f',NULL,NULL),(5058,3520,'LPA (Other Body Fluids)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'191525cc-b09f-4170-91fd-bd2c93cd20ae',NULL,NULL),(5059,3521,'LJ (Other Body Fluids)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'88e0a699-90fa-4bfc-b225-3ff5d2958a90',NULL,NULL),(5060,3522,'CBNAAT (Other Body Fluids)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2b529e18-5817-42dd-b63f-a5785d144914',NULL,NULL),(5061,3523,'LPA (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21c4d0ad-70cc-4497-adcd-de0ec02814f9',NULL,NULL),(5062,3524,'LJ (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'7e959f93-69ee-4f2e-9d28-bd3269d9d6ad',NULL,NULL),(5063,3525,'CBNAAT (Vaginal Fluid)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5601bc68-832e-47ee-b108-3cdd4b2ac8e6',NULL,NULL),(5064,3526,'ADA (Pus)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dc6fc7cf-0e76-4010-9c1b-b34cc3b8316b',NULL,NULL),(5065,3527,'CBNAAT (Pus)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0ab31dda-b52a-4801-a02b-dc0e9783671e',NULL,NULL),(5066,3528,'LJ (Pus)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'84c5f9b0-4d22-4723-9205-e9fb344adce9',NULL,NULL),(5067,3529,'LPA (Pus)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d4d824c0-5008-472e-a379-5dc07d6e83d5',NULL,NULL),(5068,3530,'LPA (Urine)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6729ff35-fea0-4d18-987d-991c4a39359f',NULL,NULL),(5069,3531,'LJ (Urine)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'36c93054-6e13-4f46-8177-1f21a2543a0c',NULL,NULL),(5070,3532,'CBNAAT (Urine)','en',1,4,'2017-04-07 17:15:33','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3dcf312a-c2e2-45c0-bf69-27fc80a99141',NULL,NULL),(5071,3533,'Serum C Peptide','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f1c22d63-7c07-4556-b9f5-10bd5e840f05',NULL,NULL),(5072,3534,'GAD Antibody','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'78ae10c0-a43d-4093-a472-0c90def6b4c8',NULL,NULL),(5073,3535,'DS-DNA','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b491e519-21ef-40b6-8f63-cccaabf0ea8f',NULL,NULL),(5074,3536,'COMPLEMENT (C4)','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4288e6fc-1f53-473d-87b6-af505ad1ff75',NULL,NULL),(5075,3537,'Serum ACE level','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5fe2454a-aab2-44f1-ba33-02be8dbcec88',NULL,NULL),(5076,3538,'LPA (Tissue)','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ed1e072f-b663-41df-b251-051cc8c2a60f',NULL,NULL),(5077,3539,'LJ (Tissue)','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b69e1005-d20c-4163-8b17-5fc579aaca5a',NULL,NULL),(5078,3540,'CBNAAT (Tissue)','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4f7a5856-e519-4b72-b8ea-8fc7d9b8b215',NULL,NULL),(5079,3541,'Creatinine Clearance','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5a1214c1-be6e-46a5-9cac-ebdfcd24e615',NULL,NULL),(5080,3542,'CEA','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9e466f85-4f8e-4093-9e8f-a31c7816255b',NULL,NULL),(5081,3543,'TPHA','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d6acae67-7ee3-42a7-94f7-f3397dd066bd',NULL,NULL),(5082,3544,'ACE','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b87e22e2-fa09-4e1f-88a3-99421c18a73b',NULL,NULL),(5083,3545,'Homocysteine','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ce6219f-d0c8-4774-b7f1-8d11fab3195b',NULL,NULL),(5084,3546,'FSH Test','en',1,4,'2017-04-07 17:15:34','FULLY_SPECIFIED',0,NULL,NULL,NULL,'774b0094-aed2-4e86-8d91-b256cb652f45',NULL,NULL),(5085,3547,'ANTI - dsDNA','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'aba2d9c2-30bc-4b7d-9249-cc0b37549bd8',NULL,NULL),(5086,3548,'Hydatid Serology','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5af281a0-d47d-4bab-8d10-2d6843895ff5',NULL,NULL),(5087,3549,'Serum Lipase','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f35f517c-d030-4fee-94e6-c8106c6ec0c9',NULL,NULL),(5088,3550,'Herpes simplex virus (HSV)','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'86855edf-8a5c-4f8e-9ef0-23f32060ec29',NULL,NULL),(5089,3551,'Urine Copper','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3b6912ab-59ba-466d-b322-a84b2d8793c7',NULL,NULL),(5090,3552,'Test1','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'81ceee6d-3da9-4f49-ad41-a34fd47e6096',NULL,NULL),(5091,3553,'Test2','en',1,4,'2017-04-07 17:15:35','FULLY_SPECIFIED',0,NULL,NULL,NULL,'e21d5eea-05e7-4d77-a816-47ff7db19a51',NULL,NULL),(5092,3554,'Microbiology Department','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bfc85e41-59f8-4038-9484-da62104f65df',NULL,NULL),(5093,3555,'Histo Pathology Department','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0f81a741-b6f5-4a70-bca6-423506bd340e',NULL,NULL),(5094,3556,'Serology Department','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8e913531-0daa-4413-bed2-69700a159a06',NULL,NULL),(5095,3557,'Vaginal Department','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'47127393-dc03-441c-b2be-3e03b5cdb8c8',NULL,NULL),(5096,3558,'Anaemia Panel','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8ce76a2c-e63d-4358-aabb-f8c5a6239fbd',NULL,NULL),(5097,3559,'Biochemistry','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'14807104-6f22-4bb8-8ce2-df80aff00b0e',NULL,NULL),(5098,3560,'Coagulation Factor','en',1,4,'2017-04-10 06:07:56','FULLY_SPECIFIED',0,NULL,NULL,NULL,'524d6346-d79e-4e3d-9139-442076b55fc4',NULL,NULL),(5099,3561,'Cross Match (Panel)','en',1,4,'2017-04-10 06:07:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a6bf2745-4a95-44eb-a754-a7df3bde0a38',NULL,NULL),(5100,3562,'Differential Count','en',1,4,'2017-04-10 06:07:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8218648e-3080-4aac-b812-cd89e62a689f',NULL,NULL),(5101,3563,'Electrolyte','en',1,4,'2017-04-10 06:07:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fbe09bc1-8afe-46f2-895a-4fda2a94fa33',NULL,NULL),(5102,3564,'Environment','en',1,4,'2017-04-10 06:07:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ccd6be6d-c7be-43af-a6d5-8b796150c34c',NULL,NULL),(5103,3565,'Haematology','en',1,4,'2017-04-10 06:07:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bb8a8cca-acfc-4bbe-9fe3-a99c4ce7724a',NULL,NULL),(5104,3566,'Prothrombin Time','en',1,4,'2017-04-10 06:07:57','FULLY_SPECIFIED',0,NULL,NULL,NULL,'db57753f-4648-439f-beb1-a83bcdd9bf57',NULL,NULL),(5105,3567,'Routine Blood','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'f359995d-490a-4e33-926b-a5139a8019ff',NULL,NULL),(5106,3568,'Routine Urine','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'785f90ba-fe65-475f-aae1-7b3a74376af0',NULL,NULL),(5107,3569,'Semen Analysis','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'720040ea-4d11-4dfc-95d1-7a8c6e39b48c',NULL,NULL),(5108,3570,'Stool Microscopy w/o Concetration','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3bf18ec3-9126-4fa8-a7ca-c8a8f4c05994',NULL,NULL),(5109,3571,'Stool Microscopy with Concetration','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6dc9afb7-7bea-488e-9743-d0211a59abd2',NULL,NULL),(5110,3572,'Thyroid Function','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d34c6638-5434-485e-a685-9e37f2f2183f',NULL,NULL),(5111,3573,'Urine LE/Nitrite','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'9de98dab-fae4-4c2f-85a3-c8b14f18268f',NULL,NULL),(5112,3574,'Urine Microscopy','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'6af3599f-dda4-4dfc-9bff-f3b0bb820103',NULL,NULL),(5113,3575,'Vaginal Panel','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1840295a-8485-4fea-9e0e-4d4dfc28a8c1',NULL,NULL),(5114,3576,'Urine Protein Creatinine Ratio (Panel)','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'21c4998e-9e06-48db-a6b7-1c060cfadf7d',NULL,NULL),(5115,3577,'Haemogram','en',1,4,'2017-04-10 06:07:58','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c18607da-f99a-405e-a134-dffa07314ea2',NULL,NULL),(5116,3578,'Tuberculosis, Culture Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'70e09450-1ffa-4ea3-b169-d2f528ed8f79',NULL,NULL),(5117,3579,'Culture Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1ba373be-37d1-407d-803c-6d01b1d38fe2',NULL,NULL),(5118,3580,'Tuberculosis, Second Line Drugs Culture Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'311bea88-27a5-489a-863d-ee81fc626655',NULL,NULL),(5119,3581,'Second Line Drugs','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5aa67f80-8cc0-424d-87d2-5eb91325662c',NULL,NULL),(5120,3582,'Tuberculosis, Second Line Drugs Sensitivity Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'17cf3861-13c4-4450-bfca-602e3e7f2093',NULL,NULL),(5121,3583,'Tuberculosis, Second Line Drugs Resistance Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ef4b0a0b-53a5-43a6-8df8-1edb47ec2d86',NULL,NULL),(5122,3584,'Second Line Drug','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'dd024d0c-b38c-4bc6-afae-16ea82bc656c',NULL,NULL),(5123,3585,'First Line Drugs','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'0387b58c-5307-426e-ae96-d32b9562570e',NULL,NULL),(5124,3586,'Tuberculosis, First Line Drugs Sensitivity Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'294ab5de-28d3-49b9-b9fd-af912d1ad051',NULL,NULL),(5125,3587,'Tuberculosis, First Line Drugs Resistance Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c162350b-7c80-4bd5-b074-5f15b85aec26',NULL,NULL),(5126,3588,'Tuberculosis, Drugs Resistance Result','en',1,4,'2017-04-10 06:07:59','FULLY_SPECIFIED',0,NULL,NULL,NULL,'835ff8e9-d0b2-489e-a3d2-4c751dbf459d',NULL,NULL),(5127,3589,'Exam','en',1,4,'2017-04-10 06:08:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'948124d7-04b3-4a3d-80c3-db931e7871d6',NULL,NULL),(5128,3590,'Blood (EDTA)','en',1,4,'2017-04-10 06:08:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'83afd3d5-ac97-4a9f-b0c4-1175ad65e721',NULL,NULL),(5129,3591,'BodyFluid','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'12072414-3016-4ac1-98ac-1e0e9e17b692',NULL,NULL),(5130,3592,'Body Fluid','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'912110ba-684b-411c-97d1-88b9bd81a649',NULL,NULL),(5131,3593,'Montoux Test','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'55c4d536-eb1e-4251-b80b-6da7caa67d02',NULL,NULL),(5132,3594,'Montoux','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fb7fb31e-a2d6-4d5a-a2dd-f8d60ca9e7a7',NULL,NULL),(5133,3595,'SlitSkin','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b0a7048a-77cc-4dd4-9aec-c8fb38925c49',NULL,NULL),(5134,3596,'Vaginal','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a8804951-01ec-4262-af52-abb4895a9cd9',NULL,NULL),(5135,3597,'Tissue','en',1,4,'2017-04-10 06:08:01','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4b07eade-97b3-4270-801c-57503b7b1df7',NULL,NULL),(5136,3598,'Scrapping for Fungus','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1d9e8618-feeb-4011-956f-94eec323ddf4',NULL,NULL),(5137,3599,'Scrap','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2d106b62-3471-4b89-9879-dd250bc4bc1e',NULL,NULL),(5138,3600,'Asitic Fluid','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'ff7bd839-c384-4e6e-83ad-86d72e9b71a8',NULL,NULL),(5139,3601,'Asitic Fluid Panel','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'262511fe-66fa-4374-ad0c-5074a32bda1e',NULL,NULL),(5140,3602,'CSF Panel','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'28992e79-1cf8-4cc6-b5f8-3cdf86220d59',NULL,NULL),(5141,3603,'Knee Joint Fluid','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'8b3fbfdb-4e6a-4b7d-995f-10d02b1143e4',NULL,NULL),(5142,3604,'Knee Joint Fluid Panel','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'2b989697-1bfa-4653-9dde-2192254814ed',NULL,NULL),(5143,3605,'Plural Fluid','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'80c684e6-648e-4a3e-87cc-9f7439d786e7',NULL,NULL),(5144,3606,'Pleural Fluid Panel','en',1,4,'2017-04-10 06:08:02','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4c2b3ff3-f131-423e-97b0-e8f3147c0ace',NULL,NULL),(5145,3607,'Pus (Panel)','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'bdf70825-7b7e-4371-8e65-be4a7686220a',NULL,NULL),(5146,3608,'Sample Pus','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'fd78a71e-1736-47f2-885b-4e47f4be3500',NULL,NULL),(5147,3609,'Pyrotinial Fluid','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3ed5c3cd-7b04-4c79-ab4a-6f294d70624c',NULL,NULL),(5148,3610,'Peritoneal Fluid Panel','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'afcdd4f3-468a-4248-9380-c2b449b73979',NULL,NULL),(5149,3611,'Gastric Lavarge','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'d34a35e2-0d56-44af-b500-1b406b491c6c',NULL,NULL),(5150,3612,'Gastric Lavage','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3e91f234-ec7f-4b69-bb36-ced3306e93a5',NULL,NULL),(5151,3613,'Gastric Lavage (GAL)','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4fa8deeb-4291-4772-a430-33564b12a5f8',NULL,NULL),(5152,3614,'Bronchoscopy Lavarge (BAL)','en',1,4,'2017-04-10 06:08:03','FULLY_SPECIFIED',0,NULL,NULL,NULL,'3d7b91bb-2014-46f3-bb11-177c884f58c8',NULL,NULL),(5153,3615,'Bronchoscopy Lavage (BAL)','en',1,4,'2017-04-10 06:08:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'4e3eb229-c743-4930-8267-42e126a51838',NULL,NULL),(5154,3616,'Vaginal Fluid','en',1,4,'2017-04-10 06:08:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'62da77b3-d568-4094-b26c-1cdeb2fe2bb5',NULL,NULL),(5155,3617,'GAL','en',1,4,'2017-04-10 06:08:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'b4013d83-d16d-472f-8b79-9051707356f9',NULL,NULL),(5156,3618,'Other Body Fluids','en',1,4,'2017-04-10 06:08:04','FULLY_SPECIFIED',0,NULL,NULL,NULL,'54c2edb7-ac42-4d7e-b48e-1f02c8f94506',NULL,NULL),(5157,3619,'Routine Microbiology Culture (BAL)','en',1,4,'2017-04-11 13:07:52','FULLY_SPECIFIED',0,NULL,NULL,NULL,'1f122879-f389-4b8c-b763-27a5e45df980',NULL,NULL),(5158,3620,'Cross Match (Panel)\"','en',1,4,'2017-04-11 15:20:37','FULLY_SPECIFIED',0,NULL,NULL,NULL,'5b9fcab5-34a6-49ed-ba1b-d1329f06c7c2',NULL,NULL),(5159,3593,'Montoux','en',0,4,'2017-04-11 15:20:51','SHORT',0,NULL,NULL,NULL,'40020506-3825-4b3b-bb9d-cc72f7740a00',NULL,NULL),(5160,1498,'SlitSkin','en',0,4,'2017-04-11 15:20:52','SHORT',0,NULL,NULL,NULL,'619c9dff-5a92-4496-a774-cb7de1130a85',NULL,NULL),(5161,3598,'Scrap','en',0,4,'2017-04-11 15:20:53','SHORT',0,NULL,NULL,NULL,'6c800938-d65e-44f0-8e80-435d22f78613',NULL,NULL),(5162,3275,'Post Blood Sugar (60 mins)','en',0,4,'2017-04-12 07:48:49',NULL,1,4,'2017-04-12 07:50:03','Deleted due to change of name','2b41d749-a285-4198-af6e-bdcf564515dc',NULL,NULL),(5163,3436,'Adinosin diamarese','en',0,4,'2017-04-12 07:49:20','SHORT',0,NULL,NULL,NULL,'2d56b5fc-f89a-414e-badc-d78073c44174',NULL,NULL),(5164,3275,'Post Blood Sugar (60 min)','en',0,4,'2017-04-12 07:50:04','SHORT',0,NULL,NULL,NULL,'e4c6fb62-76dc-41c6-9682-6c1c039588f4',NULL,NULL),(5165,3621,'Non-Coded Condition','en',0,1,'2017-11-11 23:55:05','SHORT',0,NULL,NULL,NULL,'a3a4bf46-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL),(5166,3621,'Non-Coded Condition','en',1,1,'2017-11-11 23:55:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a3a4d9e3-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL),(5167,3622,'Follow-up Condition','en',0,1,'2017-11-11 23:55:05','SHORT',0,NULL,NULL,NULL,'a3ab1330-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL),(5168,3622,'Follow-up Condition','en',1,1,'2017-11-11 23:55:05','FULLY_SPECIFIED',0,NULL,NULL,NULL,'a3ab17a1-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL); +/*!40000 ALTER TABLE `concept_name` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_name_tag` +-- + +DROP TABLE IF EXISTS `concept_name_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_name_tag` ( + `concept_name_tag_id` int(11) NOT NULL AUTO_INCREMENT, + `tag` varchar(50) NOT NULL, + `description` text, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`concept_name_tag_id`), + UNIQUE KEY `concept_name_tag_unique_tags` (`tag`), + UNIQUE KEY `concept_name_tag_uuid_index` (`uuid`), + KEY `user_who_created_name_tag` (`creator`), + KEY `user_who_voided_name_tag` (`voided_by`), + KEY `concept_name_tag_changed_by` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_name_tag` +-- + +LOCK TABLES `concept_name_tag` WRITE; +/*!40000 ALTER TABLE `concept_name_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_name_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_name_tag_map` +-- + +DROP TABLE IF EXISTS `concept_name_tag_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_name_tag_map` ( + `concept_name_id` int(11) NOT NULL, + `concept_name_tag_id` int(11) NOT NULL, + KEY `mapped_concept_name` (`concept_name_id`), + KEY `mapped_concept_name_tag` (`concept_name_tag_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_name_tag_map` +-- + +LOCK TABLES `concept_name_tag_map` WRITE; +/*!40000 ALTER TABLE `concept_name_tag_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_name_tag_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_numeric` +-- + +DROP TABLE IF EXISTS `concept_numeric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_numeric` ( + `concept_id` int(11) NOT NULL DEFAULT '0', + `hi_absolute` double DEFAULT NULL, + `hi_critical` double DEFAULT NULL, + `hi_normal` double DEFAULT NULL, + `low_absolute` double DEFAULT NULL, + `low_critical` double DEFAULT NULL, + `low_normal` double DEFAULT NULL, + `units` varchar(50) DEFAULT NULL, + `precise` tinyint(1) NOT NULL DEFAULT '0', + `display_precision` int(11) DEFAULT NULL, + PRIMARY KEY (`concept_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_numeric` +-- + +LOCK TABLES `concept_numeric` WRITE; +/*!40000 ALTER TABLE `concept_numeric` DISABLE KEYS */; +INSERT INTO `concept_numeric` VALUES (39,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(55,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(118,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(119,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(120,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(124,NULL,NULL,72,NULL,NULL,72,'/min',1,NULL),(128,NULL,NULL,140,NULL,NULL,110,'mm Hg',1,NULL),(131,NULL,NULL,85,NULL,NULL,70,'mm Hg',1,NULL),(134,NULL,NULL,98.6,NULL,NULL,98.6,'F',1,NULL),(137,NULL,NULL,20,NULL,NULL,16,'/min',1,NULL),(140,NULL,NULL,NULL,NULL,NULL,97,'%',1,NULL),(158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(993,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1115,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1124,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1147,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1176,NULL,NULL,14,NULL,NULL,10,'seconds',1,NULL),(1177,NULL,NULL,1.2,NULL,NULL,1,NULL,1,NULL),(1182,NULL,NULL,6,NULL,NULL,2,'minutes',1,NULL),(1183,NULL,NULL,10,NULL,NULL,5,'minutes',1,NULL),(1185,NULL,NULL,18,NULL,NULL,11,'gm%',1,NULL),(1187,NULL,NULL,1165,NULL,NULL,410,'cells/mm3',1,NULL),(1197,NULL,NULL,11000,NULL,NULL,4000,'cells/mm3',1,NULL),(1198,NULL,NULL,75,NULL,NULL,45,'%',1,NULL),(1200,NULL,NULL,6,NULL,NULL,1,'%',1,NULL),(1201,NULL,NULL,45,NULL,NULL,20,'%',1,NULL),(1202,NULL,NULL,1,NULL,NULL,0,'%',1,NULL),(1203,NULL,NULL,10,NULL,NULL,2,'%',1,NULL),(1209,NULL,NULL,4.5,NULL,NULL,1.5,'lakhs/mm3',1,NULL),(1210,NULL,NULL,5.5,NULL,NULL,3.5,'million/mm3',1,NULL),(1212,NULL,NULL,10,NULL,NULL,0,'mm 1st hours',1,NULL),(1213,NULL,NULL,96,NULL,NULL,86,'fl',1,NULL),(1214,NULL,NULL,4.5,NULL,NULL,2.5,'%',1,NULL),(1215,NULL,NULL,440,NULL,NULL,40,'cells/mm3',1,NULL),(1216,NULL,NULL,54,NULL,NULL,36,'%',1,NULL),(1217,NULL,NULL,32,NULL,NULL,27,'pg',1,NULL),(1218,NULL,NULL,36,NULL,NULL,32,'%',1,NULL),(1239,NULL,NULL,150,NULL,NULL,0,'mg/dL',1,NULL),(1240,NULL,NULL,171,NULL,NULL,24,'IU/L',1,NULL),(1241,NULL,NULL,24,NULL,NULL,0,'IU/L',1,NULL),(1243,NULL,NULL,2.2,NULL,NULL,1.1,'mg/dL',1,NULL),(1244,NULL,NULL,250,NULL,NULL,140,'mg/dL',1,NULL),(1245,NULL,NULL,55,NULL,NULL,35,'mg/dL',1,NULL),(1246,NULL,NULL,140,NULL,NULL,0,'mg/dL',1,NULL),(1248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1252,NULL,NULL,110,NULL,NULL,70,'mg/dL',1,NULL),(1254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1267,NULL,NULL,78,NULL,NULL,8,'IU/L',1,NULL),(1275,NULL,NULL,140,NULL,NULL,60,'mg/dL',1,NULL),(1277,NULL,NULL,140,NULL,NULL,70,'mg/dL',1,NULL),(1279,NULL,NULL,147,NULL,NULL,135,'mEq/dL',1,NULL),(1281,NULL,NULL,1.4,NULL,NULL,0.4,'mg/dL',1,NULL),(1282,NULL,NULL,109,NULL,NULL,102,'mEq/dL',1,NULL),(1284,NULL,NULL,5,NULL,NULL,3.5,'mEq/dL',1,NULL),(1285,NULL,NULL,7,NULL,NULL,2.5,'mg/dL',1,NULL),(1286,NULL,NULL,10.4,NULL,NULL,8.1,'mg/dL',1,NULL),(1291,NULL,NULL,2.55,NULL,NULL,1.7,'mg/dL',1,NULL),(1298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1302,NULL,NULL,140,NULL,NULL,70,'mg/dL',1,NULL),(1303,NULL,NULL,140,NULL,NULL,60,'mg/dL',1,NULL),(1305,NULL,NULL,110,NULL,NULL,60,'mg/dL',1,NULL),(1307,NULL,NULL,1.5,NULL,NULL,0.5,'Meq/L',1,NULL),(1308,NULL,NULL,21,NULL,NULL,7,'mg/dL',1,NULL),(1309,NULL,NULL,480,NULL,NULL,0,'IU/L',1,NULL),(1310,NULL,NULL,80,NULL,NULL,0,'IU/L',1,NULL),(1311,NULL,NULL,150,NULL,NULL,50,'IU/L',1,NULL),(1312,NULL,NULL,1,NULL,NULL,0.2,'mg/dL',1,NULL),(1313,NULL,NULL,5.45,NULL,NULL,5.45,'IU/L',1,NULL),(1314,NULL,NULL,5.4,NULL,NULL,5.4,'IU/L',1,NULL),(1315,NULL,NULL,45,NULL,NULL,15,'mg/dL',1,NULL),(1317,NULL,NULL,5.5,NULL,NULL,3.5,'g/dL',1,NULL),(1320,NULL,NULL,45,NULL,NULL,15,'mg/dL',1,NULL),(1321,NULL,NULL,0.4,NULL,NULL,0,'mg/dL',1,NULL),(1323,NULL,NULL,80,NULL,NULL,40,'mg/dL',1,NULL),(1324,NULL,NULL,7.8,NULL,NULL,6,'g/dL',1,NULL),(1340,NULL,NULL,30,NULL,NULL,20,'minutes',1,NULL),(1350,NULL,NULL,5,NULL,NULL,1,NULL,1,NULL),(1353,NULL,NULL,100,NULL,NULL,60,'%',1,NULL),(1354,NULL,NULL,150,NULL,NULL,60,'million/ml',1,NULL),(1389,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1390,NULL,NULL,65,NULL,NULL,40,'ml',1,NULL),(1391,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1392,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1417,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1444,NULL,NULL,110,NULL,NULL,70,'mg/dL',1,NULL),(1445,NULL,NULL,3,NULL,NULL,1,'mg/dL',1,NULL),(1504,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1714,NULL,NULL,NULL,NULL,NULL,NULL,'5 mg',1,NULL),(1718,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1719,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1737,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1757,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1758,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1762,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1764,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1814,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1815,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1818,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1820,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1863,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1923,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1961,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1964,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1967,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(1968,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2004,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2019,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2021,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2054,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2059,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2075,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2076,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2086,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2087,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2088,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2089,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2104,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2108,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2113,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2172,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2186,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2256,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2370,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2419,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2423,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2469,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2471,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2473,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2543,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2575,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2576,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2688,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2729,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2730,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2766,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2767,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2768,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2769,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2770,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2793,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2795,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2858,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2862,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2884,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2918,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2958,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(2959,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3012,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3013,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3119,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3162,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(3173,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(3203,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3204,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3206,NULL,NULL,NULL,NULL,NULL,NULL,'%',1,NULL),(3207,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3208,NULL,NULL,NULL,NULL,NULL,NULL,'sec',1,NULL),(3209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3214,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3215,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3216,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3220,NULL,NULL,NULL,NULL,NULL,NULL,'Iu/ml',1,NULL),(3221,NULL,NULL,NULL,NULL,NULL,NULL,'u/ml',1,NULL),(3222,NULL,NULL,NULL,NULL,NULL,NULL,'me/ql',1,NULL),(3223,NULL,NULL,NULL,NULL,NULL,NULL,'ng/dl',1,NULL),(3224,NULL,NULL,NULL,NULL,NULL,NULL,'u/ml',1,NULL),(3225,NULL,NULL,NULL,NULL,NULL,NULL,'u/ml',1,NULL),(3226,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3227,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3228,NULL,NULL,NULL,NULL,NULL,NULL,'ng/ml',1,NULL),(3229,NULL,NULL,NULL,NULL,NULL,NULL,'pg/ml',1,NULL),(3230,NULL,NULL,NULL,NULL,NULL,NULL,'ng/dl',1,NULL),(3231,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3232,NULL,NULL,NULL,NULL,NULL,NULL,'Iu/L',1,NULL),(3233,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3234,NULL,NULL,NULL,NULL,NULL,NULL,'nd/ml',1,NULL),(3235,NULL,NULL,NULL,NULL,NULL,NULL,'ng/ml',1,NULL),(3236,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3237,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3238,NULL,NULL,NULL,NULL,NULL,NULL,'mm/hour',1,NULL),(3239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3241,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3244,NULL,NULL,NULL,NULL,NULL,NULL,'gm/dl',1,NULL),(3258,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3259,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3262,NULL,NULL,NULL,NULL,NULL,NULL,'%',1,NULL),(3263,NULL,NULL,NULL,NULL,NULL,NULL,'%',1,NULL),(3265,NULL,NULL,NULL,NULL,NULL,NULL,'%',1,NULL),(3266,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3267,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3268,NULL,NULL,NULL,NULL,NULL,NULL,'NA',1,NULL),(3271,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3273,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3275,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3277,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3279,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3291,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3292,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3293,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3295,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3296,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3298,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3299,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3300,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3301,NULL,NULL,NULL,NULL,NULL,NULL,'gm/dl',1,NULL),(3302,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3303,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3304,NULL,NULL,NULL,NULL,NULL,NULL,'gm/dl',1,NULL),(3305,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3313,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3314,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3315,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3321,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3322,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3323,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3331,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3332,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3333,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3334,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3335,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3339,NULL,NULL,NULL,NULL,NULL,NULL,'cumm',1,NULL),(3341,NULL,NULL,NULL,NULL,NULL,NULL,'NA',1,NULL),(3345,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3353,NULL,NULL,NULL,NULL,NULL,NULL,'Iu/ml',1,NULL),(3355,NULL,NULL,NULL,NULL,NULL,NULL,'Iu/ml',1,NULL),(3389,NULL,NULL,NULL,NULL,NULL,NULL,'NA',1,NULL),(3395,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3399,NULL,NULL,NULL,NULL,NULL,NULL,'%',1,NULL),(3402,NULL,NULL,NULL,NULL,NULL,NULL,'mmole/l',1,NULL),(3403,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3404,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3405,NULL,NULL,NULL,NULL,NULL,NULL,'sec',1,NULL),(3406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3407,NULL,NULL,NULL,NULL,NULL,NULL,'ratio',1,NULL),(3408,NULL,NULL,NULL,NULL,NULL,NULL,'sec',1,NULL),(3409,NULL,NULL,NULL,NULL,NULL,NULL,'sec',1,NULL),(3422,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3428,NULL,NULL,NULL,NULL,NULL,NULL,'pg/mg',1,NULL),(3432,NULL,NULL,NULL,NULL,NULL,NULL,'pg/ml',1,NULL),(3436,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3437,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3438,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3439,NULL,NULL,NULL,NULL,NULL,NULL,'pg/ml',1,NULL),(3442,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3443,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3444,NULL,NULL,NULL,NULL,NULL,NULL,'ug/dl',1,NULL),(3447,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3448,NULL,NULL,NULL,NULL,NULL,NULL,'gm/dl',1,NULL),(3449,NULL,NULL,NULL,NULL,NULL,NULL,'u/ml',1,NULL),(3450,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dL',1,NULL),(3514,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3515,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3516,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3517,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3518,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3519,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3526,NULL,NULL,NULL,NULL,NULL,NULL,'u/L',1,NULL),(3533,NULL,NULL,NULL,NULL,NULL,NULL,'ng/mL',1,NULL),(3535,NULL,NULL,NULL,NULL,NULL,NULL,'IU/ml',1,NULL),(3536,NULL,NULL,NULL,NULL,NULL,NULL,'gm/l',1,NULL),(3537,NULL,NULL,NULL,NULL,NULL,NULL,'n/L',1,NULL),(3541,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL),(3542,NULL,NULL,NULL,NULL,NULL,NULL,'ng/mL',1,NULL),(3544,NULL,NULL,NULL,NULL,NULL,NULL,'U/L',1,NULL),(3545,NULL,NULL,NULL,NULL,NULL,NULL,'umol/L',1,NULL),(3546,NULL,NULL,NULL,NULL,NULL,NULL,'mIU/mL',1,NULL),(3547,NULL,NULL,NULL,NULL,NULL,NULL,'IU/ml',1,NULL),(3549,NULL,NULL,NULL,NULL,NULL,NULL,'U/L',1,NULL),(3551,NULL,NULL,NULL,NULL,NULL,NULL,'micro/g',1,NULL); +/*!40000 ALTER TABLE `concept_numeric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_proposal` +-- + +DROP TABLE IF EXISTS `concept_proposal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_proposal` ( + `concept_proposal_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) DEFAULT NULL, + `encounter_id` int(11) DEFAULT NULL, + `original_text` varchar(255) NOT NULL DEFAULT '', + `final_text` varchar(255) DEFAULT NULL, + `obs_id` int(11) DEFAULT NULL, + `obs_concept_id` int(11) DEFAULT NULL, + `state` varchar(32) NOT NULL DEFAULT 'UNMAPPED', + `comments` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `locale` varchar(50) NOT NULL DEFAULT '', + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_proposal_id`), + UNIQUE KEY `concept_proposal_uuid_index` (`uuid`), + KEY `user_who_changed_proposal` (`changed_by`), + KEY `concept_for_proposal` (`concept_id`), + KEY `user_who_created_proposal` (`creator`), + KEY `encounter_for_proposal` (`encounter_id`), + KEY `proposal_obs_concept_id` (`obs_concept_id`), + KEY `proposal_obs_id` (`obs_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_proposal` +-- + +LOCK TABLES `concept_proposal` WRITE; +/*!40000 ALTER TABLE `concept_proposal` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_proposal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_proposal_tag_map` +-- + +DROP TABLE IF EXISTS `concept_proposal_tag_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_proposal_tag_map` ( + `concept_proposal_id` int(11) NOT NULL, + `concept_name_tag_id` int(11) NOT NULL, + KEY `mapped_concept_proposal_tag` (`concept_name_tag_id`), + KEY `mapped_concept_proposal` (`concept_proposal_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_proposal_tag_map` +-- + +LOCK TABLES `concept_proposal_tag_map` WRITE; +/*!40000 ALTER TABLE `concept_proposal_tag_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_proposal_tag_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_reference_map` +-- + +DROP TABLE IF EXISTS `concept_reference_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_reference_map` ( + `concept_map_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_reference_term_id` int(11) NOT NULL, + `concept_map_type_id` int(11) NOT NULL DEFAULT '1', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `concept_id` int(11) NOT NULL DEFAULT '0', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_map_id`), + UNIQUE KEY `concept_reference_map_uuid_id` (`uuid`), + KEY `map_for_concept` (`concept_id`), + KEY `map_creator` (`creator`), + KEY `mapped_concept_map_type` (`concept_map_type_id`), + KEY `mapped_user_changed_ref_term` (`changed_by`), + KEY `mapped_concept_reference_term` (`concept_reference_term_id`) +) ENGINE=InnoDB AUTO_INCREMENT=521 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_reference_map` +-- + +LOCK TABLES `concept_reference_map` WRITE; +/*!40000 ALTER TABLE `concept_reference_map` DISABLE KEYS */; +INSERT INTO `concept_reference_map` VALUES (1,1,1,1,'2014-09-18 14:18:05',13,NULL,NULL,'81c62776-3f10-11e4-adec-0800271c1b75'),(2,2,1,1,'2014-09-18 14:18:05',14,NULL,NULL,'81c6d0de-3f10-11e4-adec-0800271c1b75'),(3,3,1,1,'2014-09-18 14:18:05',15,NULL,NULL,'81c79750-3f10-11e4-adec-0800271c1b75'),(4,4,1,1,'2014-09-18 14:18:05',16,NULL,NULL,'81c82be9-3f10-11e4-adec-0800271c1b75'),(5,5,1,1,'2014-09-18 14:18:05',17,NULL,NULL,'81c8e269-3f10-11e4-adec-0800271c1b75'),(6,6,1,1,'2014-09-18 14:18:05',18,NULL,NULL,'81c97595-3f10-11e4-adec-0800271c1b75'),(7,7,1,1,'2014-09-18 14:18:05',19,NULL,NULL,'81ca346e-3f10-11e4-adec-0800271c1b75'),(8,8,1,1,'2014-09-18 14:18:05',20,NULL,NULL,'81cad22e-3f10-11e4-adec-0800271c1b75'),(9,9,1,1,'2014-09-18 14:18:05',21,NULL,NULL,'81cb6974-3f10-11e4-adec-0800271c1b75'),(10,10,1,1,'2014-09-18 14:18:05',22,NULL,NULL,'81ce7e3d-3f10-11e4-adec-0800271c1b75'),(11,11,1,1,'2014-09-18 14:18:05',23,NULL,NULL,'81d18741-3f10-11e4-adec-0800271c1b75'),(12,12,1,1,'2014-09-18 14:18:05',24,NULL,NULL,'81d2476e-3f10-11e4-adec-0800271c1b75'),(13,13,1,1,'2014-09-18 14:18:05',25,NULL,NULL,'81d2ea0a-3f10-11e4-adec-0800271c1b75'),(14,14,1,1,'2014-09-18 14:18:05',26,NULL,NULL,'81d42de9-3f10-11e4-adec-0800271c1b75'),(15,15,1,1,'2014-09-18 14:18:05',27,NULL,NULL,'81d534c6-3f10-11e4-adec-0800271c1b75'),(16,18,1,1,'2014-09-18 14:19:42',92,NULL,NULL,'e48505ab-d490-11e5-b193-0800270d80ce'),(17,19,1,1,'2014-09-18 14:19:42',76,NULL,NULL,'e48507e5-d490-11e5-b193-0800270d80ce'),(18,20,1,1,'2014-09-18 14:19:42',93,NULL,NULL,'e4850aa5-d490-11e5-b193-0800270d80ce'),(20,24,1,1,'2014-10-07 16:57:02',375,NULL,NULL,'dbe99e5d-4e14-11e4-8a57-0800271c1b75'),(21,25,1,1,'2014-10-07 16:57:02',376,NULL,NULL,'dbf20d1e-4e14-11e4-8a57-0800271c1b75'),(22,26,1,1,'2014-10-07 16:57:02',377,NULL,NULL,'dbfcdf4b-4e14-11e4-8a57-0800271c1b75'),(23,27,1,1,'2014-10-07 16:57:02',378,NULL,NULL,'dc094d60-4e14-11e4-8a57-0800271c1b75'),(24,28,1,1,'2014-10-07 16:57:02',379,NULL,NULL,'dc129ae6-4e14-11e4-8a57-0800271c1b75'),(25,29,1,1,'2014-10-07 16:57:02',380,NULL,NULL,'dc14d167-4e14-11e4-8a57-0800271c1b75'),(26,30,1,1,'2014-10-07 16:57:02',381,NULL,NULL,'dc175960-4e14-11e4-8a57-0800271c1b75'),(27,31,1,1,'2014-10-07 16:57:02',382,NULL,NULL,'dc197e93-4e14-11e4-8a57-0800271c1b75'),(28,32,1,1,'2014-10-07 16:57:02',383,NULL,NULL,'dc1c26c3-4e14-11e4-8a57-0800271c1b75'),(29,33,1,1,'2014-10-07 16:57:02',384,NULL,NULL,'dc203d5b-4e14-11e4-8a57-0800271c1b75'),(30,34,1,1,'2014-10-07 16:57:02',385,NULL,NULL,'dc226d02-4e14-11e4-8a57-0800271c1b75'),(31,35,1,1,'2014-10-07 16:57:02',386,NULL,NULL,'dc251dce-4e14-11e4-8a57-0800271c1b75'),(32,36,1,1,'2014-10-07 16:57:02',387,NULL,NULL,'dc2866c7-4e14-11e4-8a57-0800271c1b75'),(33,37,1,1,'2014-10-07 16:57:03',388,NULL,NULL,'dc5b69d1-4e14-11e4-8a57-0800271c1b75'),(34,38,1,1,'2014-10-07 16:57:03',389,NULL,NULL,'dc5d9536-4e14-11e4-8a57-0800271c1b75'),(35,39,1,1,'2014-10-07 16:57:03',390,NULL,NULL,'dc5f862b-4e14-11e4-8a57-0800271c1b75'),(36,40,1,1,'2014-10-07 16:57:03',391,NULL,NULL,'dc6174b7-4e14-11e4-8a57-0800271c1b75'),(37,41,1,1,'2014-10-07 16:57:03',392,NULL,NULL,'dc656a4a-4e14-11e4-8a57-0800271c1b75'),(38,42,1,1,'2014-10-07 16:57:03',393,NULL,NULL,'dc67f5da-4e14-11e4-8a57-0800271c1b75'),(39,43,1,1,'2014-10-07 16:57:03',394,NULL,NULL,'dc6b6ec2-4e14-11e4-8a57-0800271c1b75'),(40,44,1,1,'2014-10-07 16:57:03',395,NULL,NULL,'dc6d5437-4e14-11e4-8a57-0800271c1b75'),(41,45,1,1,'2014-10-07 16:57:03',396,NULL,NULL,'dc709a04-4e14-11e4-8a57-0800271c1b75'),(42,46,1,1,'2014-10-07 16:57:03',397,NULL,NULL,'dc7c29a6-4e14-11e4-8a57-0800271c1b75'),(43,46,1,1,'2014-10-07 16:57:03',398,NULL,NULL,'dc7f111b-4e14-11e4-8a57-0800271c1b75'),(44,47,1,1,'2014-10-07 16:57:03',399,NULL,NULL,'dc81628b-4e14-11e4-8a57-0800271c1b75'),(45,48,1,1,'2014-10-07 16:57:03',400,NULL,NULL,'dc8441ba-4e14-11e4-8a57-0800271c1b75'),(46,49,1,1,'2014-10-07 16:57:03',401,NULL,NULL,'dc868491-4e14-11e4-8a57-0800271c1b75'),(47,50,1,1,'2014-10-07 16:57:03',402,NULL,NULL,'dc8a8f40-4e14-11e4-8a57-0800271c1b75'),(48,51,1,1,'2014-10-07 16:57:03',403,NULL,NULL,'dcc6a011-4e14-11e4-8a57-0800271c1b75'),(49,52,1,1,'2014-10-07 16:57:03',404,NULL,NULL,'dccc192e-4e14-11e4-8a57-0800271c1b75'),(50,26,1,1,'2014-10-07 16:57:03',405,NULL,NULL,'dccf9888-4e14-11e4-8a57-0800271c1b75'),(51,53,1,1,'2014-10-07 16:57:03',406,NULL,NULL,'dcd25039-4e14-11e4-8a57-0800271c1b75'),(52,54,1,1,'2014-10-07 16:57:04',408,NULL,NULL,'dd129ff2-4e14-11e4-8a57-0800271c1b75'),(53,55,1,1,'2014-10-07 16:57:04',409,NULL,NULL,'dd170705-4e14-11e4-8a57-0800271c1b75'),(54,56,1,1,'2014-10-07 16:57:04',410,NULL,NULL,'dd1c0eef-4e14-11e4-8a57-0800271c1b75'),(55,57,1,1,'2014-10-07 16:57:04',411,NULL,NULL,'dd1f94e6-4e14-11e4-8a57-0800271c1b75'),(56,58,1,1,'2014-10-07 16:57:04',412,NULL,NULL,'dd279acd-4e14-11e4-8a57-0800271c1b75'),(57,59,1,1,'2014-10-07 16:57:04',413,NULL,NULL,'dd29ce79-4e14-11e4-8a57-0800271c1b75'),(58,60,1,1,'2014-10-07 16:57:04',414,NULL,NULL,'dd2d7898-4e14-11e4-8a57-0800271c1b75'),(59,61,1,1,'2014-10-07 16:57:04',415,NULL,NULL,'dd33dd1e-4e14-11e4-8a57-0800271c1b75'),(60,62,1,1,'2014-10-07 16:57:04',416,NULL,NULL,'dd389a25-4e14-11e4-8a57-0800271c1b75'),(61,63,1,1,'2014-10-07 16:57:04',417,NULL,NULL,'dd70367d-4e14-11e4-8a57-0800271c1b75'),(62,64,1,1,'2014-10-07 16:57:05',418,NULL,NULL,'ddaf0d69-4e14-11e4-8a57-0800271c1b75'),(63,65,1,1,'2014-10-07 16:57:05',419,NULL,NULL,'ddb2ecc1-4e14-11e4-8a57-0800271c1b75'),(64,66,1,1,'2014-10-07 16:57:05',420,NULL,NULL,'ddb80e8e-4e14-11e4-8a57-0800271c1b75'),(65,67,1,1,'2014-10-07 16:57:05',421,NULL,NULL,'ddbb7316-4e14-11e4-8a57-0800271c1b75'),(66,68,1,1,'2014-10-07 16:57:05',422,NULL,NULL,'ddbda176-4e14-11e4-8a57-0800271c1b75'),(67,69,1,1,'2014-10-07 16:57:05',423,NULL,NULL,'ddc13e1f-4e14-11e4-8a57-0800271c1b75'),(68,70,1,1,'2014-10-07 16:57:05',424,NULL,NULL,'ddc33c64-4e14-11e4-8a57-0800271c1b75'),(69,71,1,1,'2014-10-07 16:57:05',425,NULL,NULL,'ddc6b97a-4e14-11e4-8a57-0800271c1b75'),(70,72,1,1,'2014-10-07 16:57:05',427,NULL,NULL,'ddfed049-4e14-11e4-8a57-0800271c1b75'),(71,73,1,1,'2014-10-07 16:57:05',428,NULL,NULL,'de01a5c1-4e14-11e4-8a57-0800271c1b75'),(72,74,1,1,'2014-10-07 16:57:05',429,NULL,NULL,'de07495f-4e14-11e4-8a57-0800271c1b75'),(73,75,1,1,'2014-10-07 16:57:05',430,NULL,NULL,'de0b3c65-4e14-11e4-8a57-0800271c1b75'),(74,76,1,1,'2014-10-07 16:57:05',431,NULL,NULL,'de0d8af5-4e14-11e4-8a57-0800271c1b75'),(75,77,1,1,'2014-10-07 16:57:06',432,NULL,NULL,'de135256-4e14-11e4-8a57-0800271c1b75'),(76,78,1,1,'2014-10-07 16:57:06',433,NULL,NULL,'de163e8a-4e14-11e4-8a57-0800271c1b75'),(77,79,1,1,'2014-10-07 16:57:06',434,NULL,NULL,'de18877a-4e14-11e4-8a57-0800271c1b75'),(78,80,1,1,'2014-10-07 16:57:06',435,NULL,NULL,'de1b8009-4e14-11e4-8a57-0800271c1b75'),(79,81,1,1,'2014-10-07 16:57:06',436,NULL,NULL,'de1d0f71-4e14-11e4-8a57-0800271c1b75'),(80,82,1,1,'2014-10-07 16:57:06',437,NULL,NULL,'de55a45c-4e14-11e4-8a57-0800271c1b75'),(81,83,1,1,'2014-10-07 16:57:06',438,NULL,NULL,'de58eed0-4e14-11e4-8a57-0800271c1b75'),(82,84,1,1,'2014-10-07 16:57:06',439,NULL,NULL,'de5af73c-4e14-11e4-8a57-0800271c1b75'),(83,85,1,1,'2014-10-07 16:57:06',440,NULL,NULL,'de5e72f0-4e14-11e4-8a57-0800271c1b75'),(84,86,1,1,'2014-10-07 16:57:06',441,NULL,NULL,'de60f7ad-4e14-11e4-8a57-0800271c1b75'),(85,87,1,1,'2014-10-07 16:57:06',442,NULL,NULL,'de64b432-4e14-11e4-8a57-0800271c1b75'),(86,88,1,1,'2014-10-07 16:57:06',443,NULL,NULL,'de67a5c5-4e14-11e4-8a57-0800271c1b75'),(87,89,1,1,'2014-10-07 16:57:06',444,NULL,NULL,'de69eac6-4e14-11e4-8a57-0800271c1b75'),(88,90,1,1,'2014-10-07 16:57:06',445,NULL,NULL,'de6cf224-4e14-11e4-8a57-0800271c1b75'),(89,91,1,1,'2014-10-07 16:57:06',446,NULL,NULL,'dea239fd-4e14-11e4-8a57-0800271c1b75'),(90,92,1,1,'2014-10-07 16:57:07',447,NULL,NULL,'deb02e57-4e14-11e4-8a57-0800271c1b75'),(91,93,1,1,'2014-10-07 16:57:07',448,NULL,NULL,'deb26dd0-4e14-11e4-8a57-0800271c1b75'),(92,94,1,1,'2014-10-07 16:57:07',449,NULL,NULL,'deeec689-4e14-11e4-8a57-0800271c1b75'),(93,95,1,1,'2014-10-07 16:57:07',450,NULL,NULL,'def26a08-4e14-11e4-8a57-0800271c1b75'),(94,96,1,1,'2014-10-07 16:57:07',451,NULL,NULL,'def5cfeb-4e14-11e4-8a57-0800271c1b75'),(95,97,1,1,'2014-10-07 16:57:08',453,NULL,NULL,'df6abd99-4e14-11e4-8a57-0800271c1b75'),(96,98,1,1,'2014-10-07 16:57:08',454,NULL,NULL,'df998cbc-4e14-11e4-8a57-0800271c1b75'),(97,99,1,1,'2014-10-07 16:57:08',455,NULL,NULL,'df9d167c-4e14-11e4-8a57-0800271c1b75'),(98,100,1,1,'2014-10-07 16:57:09',456,NULL,NULL,'e013e724-4e14-11e4-8a57-0800271c1b75'),(99,101,1,1,'2014-10-07 16:57:09',457,NULL,NULL,'e0521e00-4e14-11e4-8a57-0800271c1b75'),(100,102,1,1,'2014-10-07 16:57:09',458,NULL,NULL,'e0579a65-4e14-11e4-8a57-0800271c1b75'),(101,103,1,1,'2014-10-07 16:57:09',459,NULL,NULL,'e059a131-4e14-11e4-8a57-0800271c1b75'),(102,104,1,1,'2014-10-07 16:57:09',460,NULL,NULL,'e05e8eb1-4e14-11e4-8a57-0800271c1b75'),(103,105,1,1,'2014-10-07 16:57:09',461,NULL,NULL,'e0623c87-4e14-11e4-8a57-0800271c1b75'),(104,106,1,1,'2014-10-07 16:57:10',462,NULL,NULL,'e09de8a8-4e14-11e4-8a57-0800271c1b75'),(105,107,1,1,'2014-10-07 16:57:10',463,NULL,NULL,'e0a0b549-4e14-11e4-8a57-0800271c1b75'),(106,108,1,1,'2014-10-07 16:57:10',464,NULL,NULL,'e0a39a66-4e14-11e4-8a57-0800271c1b75'),(107,109,1,1,'2014-10-07 16:57:10',465,NULL,NULL,'e0cb61aa-4e14-11e4-8a57-0800271c1b75'),(108,110,1,1,'2014-10-07 16:57:10',466,NULL,NULL,'e0cef0de-4e14-11e4-8a57-0800271c1b75'),(109,111,1,1,'2014-10-07 16:57:10',468,NULL,NULL,'e0d3b937-4e14-11e4-8a57-0800271c1b75'),(110,112,1,1,'2014-10-07 16:57:10',469,NULL,NULL,'e0d75084-4e14-11e4-8a57-0800271c1b75'),(111,113,1,1,'2014-10-07 16:57:10',470,NULL,NULL,'e0d94e16-4e14-11e4-8a57-0800271c1b75'),(112,114,1,1,'2014-10-07 16:57:10',471,NULL,NULL,'e0dc15c7-4e14-11e4-8a57-0800271c1b75'),(113,115,1,1,'2014-10-07 16:57:10',472,NULL,NULL,'e0de2a51-4e14-11e4-8a57-0800271c1b75'),(114,116,1,1,'2014-10-07 16:57:11',473,NULL,NULL,'e11aa281-4e14-11e4-8a57-0800271c1b75'),(115,117,1,1,'2014-10-07 16:57:11',474,NULL,NULL,'e11f608e-4e14-11e4-8a57-0800271c1b75'),(116,118,1,1,'2014-10-07 16:57:11',475,NULL,NULL,'e1222379-4e14-11e4-8a57-0800271c1b75'),(117,119,1,1,'2014-10-07 16:57:11',476,NULL,NULL,'e1245a7a-4e14-11e4-8a57-0800271c1b75'),(118,120,1,1,'2014-10-07 16:57:11',477,NULL,NULL,'e127b889-4e14-11e4-8a57-0800271c1b75'),(119,121,1,1,'2014-10-07 16:57:11',478,NULL,NULL,'e12c598b-4e14-11e4-8a57-0800271c1b75'),(120,122,1,1,'2014-10-07 16:57:11',479,NULL,NULL,'e12ec01d-4e14-11e4-8a57-0800271c1b75'),(121,123,1,1,'2014-10-07 16:57:11',480,NULL,NULL,'e133e391-4e14-11e4-8a57-0800271c1b75'),(122,124,1,1,'2014-10-07 16:57:11',481,NULL,NULL,'e136ff6d-4e14-11e4-8a57-0800271c1b75'),(123,125,1,1,'2014-10-07 16:57:11',482,NULL,NULL,'e13b00b9-4e14-11e4-8a57-0800271c1b75'),(124,126,1,1,'2014-10-07 16:57:11',483,NULL,NULL,'e13ef0ea-4e14-11e4-8a57-0800271c1b75'),(125,127,1,1,'2014-10-07 16:57:11',484,NULL,NULL,'e142e614-4e14-11e4-8a57-0800271c1b75'),(126,128,1,1,'2014-10-07 16:57:11',485,NULL,NULL,'e1453f03-4e14-11e4-8a57-0800271c1b75'),(127,129,1,1,'2014-10-07 16:57:11',486,NULL,NULL,'e149d316-4e14-11e4-8a57-0800271c1b75'),(128,130,1,1,'2014-10-07 16:57:11',487,NULL,NULL,'e18649f3-4e14-11e4-8a57-0800271c1b75'),(129,131,1,1,'2014-10-07 16:57:11',488,NULL,NULL,'e18c4be9-4e14-11e4-8a57-0800271c1b75'),(130,132,1,1,'2014-10-07 16:57:12',489,NULL,NULL,'e1c266da-4e14-11e4-8a57-0800271c1b75'),(131,133,1,1,'2014-10-07 16:57:12',490,NULL,NULL,'e1fa3dff-4e14-11e4-8a57-0800271c1b75'),(132,134,1,1,'2014-10-07 16:57:12',492,NULL,NULL,'e201694c-4e14-11e4-8a57-0800271c1b75'),(133,135,1,1,'2014-10-07 16:57:12',493,NULL,NULL,'e2059c9d-4e14-11e4-8a57-0800271c1b75'),(134,136,1,1,'2014-10-07 16:57:12',494,NULL,NULL,'e207ae1a-4e14-11e4-8a57-0800271c1b75'),(135,137,1,1,'2014-10-07 16:57:12',495,NULL,NULL,'e20b2f6b-4e14-11e4-8a57-0800271c1b75'),(136,138,1,1,'2014-10-07 16:57:12',496,NULL,NULL,'e2104ad5-4e14-11e4-8a57-0800271c1b75'),(137,139,1,1,'2014-10-07 16:57:12',497,NULL,NULL,'e2137cf2-4e14-11e4-8a57-0800271c1b75'),(138,140,1,1,'2014-10-07 16:57:12',498,NULL,NULL,'e21f6b45-4e14-11e4-8a57-0800271c1b75'),(139,141,1,1,'2014-10-07 16:57:13',499,NULL,NULL,'e25b5d77-4e14-11e4-8a57-0800271c1b75'),(140,142,1,1,'2014-10-07 16:57:13',500,NULL,NULL,'e25e75ab-4e14-11e4-8a57-0800271c1b75'),(141,143,1,1,'2014-10-07 16:57:13',501,NULL,NULL,'e2648570-4e14-11e4-8a57-0800271c1b75'),(142,144,1,1,'2014-10-07 16:57:13',502,NULL,NULL,'e268b86c-4e14-11e4-8a57-0800271c1b75'),(143,145,1,1,'2014-10-07 16:57:13',503,NULL,NULL,'e26bfa39-4e14-11e4-8a57-0800271c1b75'),(144,146,1,1,'2014-10-07 16:57:13',504,NULL,NULL,'e2a80b33-4e14-11e4-8a57-0800271c1b75'),(145,147,1,1,'2014-10-07 16:57:13',505,NULL,NULL,'e2ab6b56-4e14-11e4-8a57-0800271c1b75'),(146,148,1,1,'2014-10-07 16:57:13',506,NULL,NULL,'e2ad3f85-4e14-11e4-8a57-0800271c1b75'),(147,149,1,1,'2014-10-07 16:57:13',507,NULL,NULL,'e2b0c308-4e14-11e4-8a57-0800271c1b75'),(148,150,1,1,'2014-10-07 16:57:14',508,NULL,NULL,'e2e64f06-4e14-11e4-8a57-0800271c1b75'),(149,151,1,1,'2014-10-07 16:57:14',509,NULL,NULL,'e2e931c4-4e14-11e4-8a57-0800271c1b75'),(150,152,1,1,'2014-10-07 16:57:14',510,NULL,NULL,'e2ec9e79-4e14-11e4-8a57-0800271c1b75'),(151,153,1,1,'2014-10-07 16:57:14',511,NULL,NULL,'e2f1e9c0-4e14-11e4-8a57-0800271c1b75'),(152,154,1,1,'2014-10-07 16:57:14',512,NULL,NULL,'e2f54315-4e14-11e4-8a57-0800271c1b75'),(153,155,1,1,'2014-10-07 16:57:14',513,NULL,NULL,'e2f837b1-4e14-11e4-8a57-0800271c1b75'),(154,156,1,1,'2014-10-07 16:57:14',514,NULL,NULL,'e2fb00b7-4e14-11e4-8a57-0800271c1b75'),(155,157,1,1,'2014-10-07 16:57:14',515,NULL,NULL,'e2fef3e2-4e14-11e4-8a57-0800271c1b75'),(156,158,1,1,'2014-10-07 16:57:14',516,NULL,NULL,'e302fa60-4e14-11e4-8a57-0800271c1b75'),(157,159,1,1,'2014-10-07 16:57:14',517,NULL,NULL,'e307f22c-4e14-11e4-8a57-0800271c1b75'),(158,160,1,1,'2014-10-07 16:57:14',518,NULL,NULL,'e30b920c-4e14-11e4-8a57-0800271c1b75'),(159,161,1,1,'2014-10-07 16:57:14',519,NULL,NULL,'e32addd8-4e14-11e4-8a57-0800271c1b75'),(160,162,1,1,'2014-10-07 16:57:14',520,NULL,NULL,'e330eef0-4e14-11e4-8a57-0800271c1b75'),(161,163,1,1,'2014-10-07 16:57:14',521,NULL,NULL,'e3332a2b-4e14-11e4-8a57-0800271c1b75'),(162,164,1,1,'2014-10-07 16:57:14',522,NULL,NULL,'e3368503-4e14-11e4-8a57-0800271c1b75'),(163,165,1,1,'2014-10-07 16:57:14',523,NULL,NULL,'e33a2fd8-4e14-11e4-8a57-0800271c1b75'),(164,166,1,1,'2014-10-07 16:57:14',524,NULL,NULL,'e33f41a1-4e14-11e4-8a57-0800271c1b75'),(165,167,1,1,'2014-10-07 16:57:14',525,NULL,NULL,'e341dad5-4e14-11e4-8a57-0800271c1b75'),(166,168,1,1,'2014-10-07 16:57:14',526,NULL,NULL,'e345bb86-4e14-11e4-8a57-0800271c1b75'),(167,169,1,1,'2014-10-07 16:57:14',527,NULL,NULL,'e347bda5-4e14-11e4-8a57-0800271c1b75'),(168,170,1,1,'2014-10-07 16:57:14',528,NULL,NULL,'e34b0cd2-4e14-11e4-8a57-0800271c1b75'),(169,171,1,1,'2014-10-07 16:57:14',529,NULL,NULL,'e34f5c65-4e14-11e4-8a57-0800271c1b75'),(170,172,1,1,'2014-10-07 16:57:14',530,NULL,NULL,'e35368f0-4e14-11e4-8a57-0800271c1b75'),(171,173,1,1,'2014-10-07 16:57:15',531,NULL,NULL,'e38ecde9-4e14-11e4-8a57-0800271c1b75'),(172,174,1,1,'2014-10-07 16:57:15',532,NULL,NULL,'e392ba8d-4e14-11e4-8a57-0800271c1b75'),(173,175,1,1,'2014-10-07 16:57:15',533,NULL,NULL,'e3945861-4e14-11e4-8a57-0800271c1b75'),(174,176,1,1,'2014-10-07 16:57:15',535,NULL,NULL,'e39ae09f-4e14-11e4-8a57-0800271c1b75'),(175,177,1,1,'2014-10-07 16:57:15',536,NULL,NULL,'e3db862a-4e14-11e4-8a57-0800271c1b75'),(176,178,1,1,'2014-10-07 16:57:15',537,NULL,NULL,'e3e003df-4e14-11e4-8a57-0800271c1b75'),(177,179,1,1,'2014-10-07 16:57:15',538,NULL,NULL,'e3e2058c-4e14-11e4-8a57-0800271c1b75'),(178,180,1,1,'2014-10-07 16:57:15',539,NULL,NULL,'e3e59294-4e14-11e4-8a57-0800271c1b75'),(179,181,1,1,'2014-10-07 16:57:15',540,NULL,NULL,'e3e97fe1-4e14-11e4-8a57-0800271c1b75'),(180,182,1,1,'2014-10-07 16:57:15',541,NULL,NULL,'e3ecbf1b-4e14-11e4-8a57-0800271c1b75'),(181,183,1,1,'2014-10-07 16:57:15',542,NULL,NULL,'e3ef58c3-4e14-11e4-8a57-0800271c1b75'),(182,184,1,1,'2014-10-07 16:57:16',543,NULL,NULL,'e4289529-4e14-11e4-8a57-0800271c1b75'),(183,185,1,1,'2014-10-07 16:57:16',544,NULL,NULL,'e45d3711-4e14-11e4-8a57-0800271c1b75'),(184,186,1,1,'2014-10-07 16:57:16',545,NULL,NULL,'e460d2d4-4e14-11e4-8a57-0800271c1b75'),(185,187,1,1,'2014-10-07 16:57:16',546,NULL,NULL,'e463235c-4e14-11e4-8a57-0800271c1b75'),(186,188,1,1,'2014-10-07 16:57:16',547,NULL,NULL,'e467b785-4e14-11e4-8a57-0800271c1b75'),(187,189,1,1,'2014-10-07 16:57:16',548,NULL,NULL,'e46b5f70-4e14-11e4-8a57-0800271c1b75'),(188,190,1,1,'2014-10-07 16:57:17',552,NULL,NULL,'e4e70620-4e14-11e4-8a57-0800271c1b75'),(189,191,1,1,'2014-10-07 16:57:17',553,NULL,NULL,'e4ebd296-4e14-11e4-8a57-0800271c1b75'),(190,192,1,1,'2014-10-07 16:57:17',554,NULL,NULL,'e4eee713-4e14-11e4-8a57-0800271c1b75'),(191,193,1,1,'2014-10-07 16:57:17',555,NULL,NULL,'e4f35b72-4e14-11e4-8a57-0800271c1b75'),(192,194,1,1,'2014-10-07 16:57:17',556,NULL,NULL,'e50165a0-4e14-11e4-8a57-0800271c1b75'),(193,195,1,1,'2014-10-07 16:57:17',557,NULL,NULL,'e505a9ce-4e14-11e4-8a57-0800271c1b75'),(194,196,1,1,'2014-10-07 16:57:17',558,NULL,NULL,'e509976a-4e14-11e4-8a57-0800271c1b75'),(195,197,1,1,'2014-10-07 16:57:17',559,NULL,NULL,'e50b953f-4e14-11e4-8a57-0800271c1b75'),(196,198,1,1,'2014-10-07 16:57:18',560,NULL,NULL,'e54c4ece-4e14-11e4-8a57-0800271c1b75'),(197,199,1,1,'2014-10-07 16:57:18',561,NULL,NULL,'e5501b4a-4e14-11e4-8a57-0800271c1b75'),(198,200,1,1,'2014-10-07 16:57:18',562,NULL,NULL,'e5559188-4e14-11e4-8a57-0800271c1b75'),(199,201,1,1,'2014-10-07 16:57:18',563,NULL,NULL,'e5890384-4e14-11e4-8a57-0800271c1b75'),(200,202,1,1,'2014-10-07 16:57:18',564,NULL,NULL,'e5c68c0a-4e14-11e4-8a57-0800271c1b75'),(201,203,1,1,'2014-10-07 16:57:18',565,NULL,NULL,'e5cad350-4e14-11e4-8a57-0800271c1b75'),(202,204,1,1,'2014-10-07 16:57:18',566,NULL,NULL,'e5ce2be5-4e14-11e4-8a57-0800271c1b75'),(203,205,1,1,'2014-10-07 16:57:18',567,NULL,NULL,'e5d05422-4e14-11e4-8a57-0800271c1b75'),(204,206,1,1,'2014-10-07 16:57:19',568,NULL,NULL,'e5d4c9e7-4e14-11e4-8a57-0800271c1b75'),(205,207,1,1,'2014-10-07 16:57:19',570,NULL,NULL,'e5d9d879-4e14-11e4-8a57-0800271c1b75'),(206,207,1,1,'2014-10-07 16:57:19',571,NULL,NULL,'e5dd4123-4e14-11e4-8a57-0800271c1b75'),(207,208,1,1,'2014-10-07 16:57:19',572,NULL,NULL,'e651ddb4-4e14-11e4-8a57-0800271c1b75'),(208,209,1,1,'2014-10-07 16:57:20',573,NULL,NULL,'e68ec8f9-4e14-11e4-8a57-0800271c1b75'),(209,210,1,1,'2014-10-07 16:57:20',574,NULL,NULL,'e692737b-4e14-11e4-8a57-0800271c1b75'),(210,211,1,1,'2014-10-07 16:57:20',575,NULL,NULL,'e694457a-4e14-11e4-8a57-0800271c1b75'),(211,212,1,1,'2014-10-07 16:57:20',576,NULL,NULL,'e698390e-4e14-11e4-8a57-0800271c1b75'),(212,213,1,1,'2014-10-07 16:57:20',577,NULL,NULL,'e69b2ad1-4e14-11e4-8a57-0800271c1b75'),(213,214,1,1,'2014-10-07 16:57:20',578,NULL,NULL,'e69d125a-4e14-11e4-8a57-0800271c1b75'),(214,215,1,1,'2014-10-07 16:57:20',579,NULL,NULL,'e6a03ac9-4e14-11e4-8a57-0800271c1b75'),(215,216,1,1,'2014-10-07 16:57:20',580,NULL,NULL,'e6ab777e-4e14-11e4-8a57-0800271c1b75'),(216,217,1,1,'2014-10-07 16:57:20',581,NULL,NULL,'e6ad9f6a-4e14-11e4-8a57-0800271c1b75'),(217,218,1,1,'2014-10-07 16:57:20',582,NULL,NULL,'e6b1a3c3-4e14-11e4-8a57-0800271c1b75'),(218,219,1,1,'2014-10-07 16:57:20',583,NULL,NULL,'e6b49263-4e14-11e4-8a57-0800271c1b75'),(219,220,1,1,'2014-10-07 16:57:20',584,NULL,NULL,'e6c089ee-4e14-11e4-8a57-0800271c1b75'),(220,221,1,1,'2014-10-07 16:57:20',585,NULL,NULL,'e6c473ec-4e14-11e4-8a57-0800271c1b75'),(221,222,1,1,'2014-10-07 16:57:20',586,NULL,NULL,'e6f99a08-4e14-11e4-8a57-0800271c1b75'),(222,223,1,1,'2014-10-07 16:57:20',587,NULL,NULL,'e6fc0b20-4e14-11e4-8a57-0800271c1b75'),(223,224,1,1,'2014-10-07 16:57:20',588,NULL,NULL,'e6ff3692-4e14-11e4-8a57-0800271c1b75'),(224,225,1,1,'2014-10-07 16:57:21',589,NULL,NULL,'e7037e09-4e14-11e4-8a57-0800271c1b75'),(225,226,1,1,'2014-10-07 16:57:21',590,NULL,NULL,'e708c8ae-4e14-11e4-8a57-0800271c1b75'),(226,227,1,1,'2014-10-07 16:57:21',591,NULL,NULL,'e70c0b6c-4e14-11e4-8a57-0800271c1b75'),(227,228,1,1,'2014-10-07 16:57:21',592,NULL,NULL,'e70fad9e-4e14-11e4-8a57-0800271c1b75'),(228,229,1,1,'2014-10-07 16:57:21',593,NULL,NULL,'e7135b17-4e14-11e4-8a57-0800271c1b75'),(229,230,1,1,'2014-10-07 16:57:21',594,NULL,NULL,'e716c352-4e14-11e4-8a57-0800271c1b75'),(230,231,1,1,'2014-10-07 16:57:21',595,NULL,NULL,'e71b254b-4e14-11e4-8a57-0800271c1b75'),(231,232,1,1,'2014-10-07 16:57:21',597,NULL,NULL,'e7249080-4e14-11e4-8a57-0800271c1b75'),(232,233,1,1,'2014-10-07 16:57:21',598,NULL,NULL,'e727bf03-4e14-11e4-8a57-0800271c1b75'),(233,234,1,1,'2014-10-07 16:57:21',599,NULL,NULL,'e766b852-4e14-11e4-8a57-0800271c1b75'),(234,235,1,1,'2014-10-07 16:57:21',600,NULL,NULL,'e7698d95-4e14-11e4-8a57-0800271c1b75'),(235,236,1,1,'2014-10-07 16:57:21',601,NULL,NULL,'e76cb114-4e14-11e4-8a57-0800271c1b75'),(236,237,1,1,'2014-10-07 16:57:21',602,NULL,NULL,'e77053f1-4e14-11e4-8a57-0800271c1b75'),(237,238,1,1,'2014-10-07 16:57:21',603,NULL,NULL,'e773f7c0-4e14-11e4-8a57-0800271c1b75'),(238,239,1,1,'2014-10-07 16:57:21',604,NULL,NULL,'e777131c-4e14-11e4-8a57-0800271c1b75'),(239,240,1,1,'2014-10-07 16:57:21',605,NULL,NULL,'e779857d-4e14-11e4-8a57-0800271c1b75'),(240,241,1,1,'2014-10-07 16:57:21',606,NULL,NULL,'e77e84fc-4e14-11e4-8a57-0800271c1b75'),(242,243,1,1,'2014-10-07 16:57:21',608,NULL,NULL,'e783b350-4e14-11e4-8a57-0800271c1b75'),(243,244,1,1,'2014-10-07 16:57:21',609,NULL,NULL,'e787582b-4e14-11e4-8a57-0800271c1b75'),(244,245,1,1,'2014-10-07 16:57:21',610,NULL,NULL,'e78a925f-4e14-11e4-8a57-0800271c1b75'),(245,246,1,1,'2014-10-07 16:57:21',611,NULL,NULL,'e78cc3ba-4e14-11e4-8a57-0800271c1b75'),(246,247,1,1,'2014-10-07 16:57:21',612,NULL,NULL,'e79047e7-4e14-11e4-8a57-0800271c1b75'),(247,248,1,1,'2014-10-07 16:57:22',613,NULL,NULL,'e7d079ff-4e14-11e4-8a57-0800271c1b75'),(248,249,1,1,'2014-10-07 16:57:22',614,NULL,NULL,'e7f0cc6e-4e14-11e4-8a57-0800271c1b75'),(249,250,1,1,'2014-10-07 16:57:22',615,NULL,NULL,'e7f44b64-4e14-11e4-8a57-0800271c1b75'),(250,251,1,1,'2014-10-07 16:57:22',616,NULL,NULL,'e7f77aa3-4e14-11e4-8a57-0800271c1b75'),(251,252,1,1,'2014-10-07 16:57:22',617,NULL,NULL,'e82dca99-4e14-11e4-8a57-0800271c1b75'),(252,253,1,1,'2014-10-07 16:57:23',618,NULL,NULL,'e86adad7-4e14-11e4-8a57-0800271c1b75'),(253,254,1,1,'2014-10-07 16:57:23',619,NULL,NULL,'e86ef0e4-4e14-11e4-8a57-0800271c1b75'),(254,255,1,1,'2014-10-07 16:57:23',620,NULL,NULL,'e8723eca-4e14-11e4-8a57-0800271c1b75'),(255,256,1,1,'2014-10-07 16:57:23',621,NULL,NULL,'e8742b9f-4e14-11e4-8a57-0800271c1b75'),(256,257,1,1,'2014-10-07 16:57:23',622,NULL,NULL,'e8780e8b-4e14-11e4-8a57-0800271c1b75'),(257,258,1,1,'2014-10-07 16:57:23',623,NULL,NULL,'e87b76c8-4e14-11e4-8a57-0800271c1b75'),(258,259,1,1,'2014-10-07 16:57:23',625,NULL,NULL,'e8802976-4e14-11e4-8a57-0800271c1b75'),(259,260,1,1,'2014-10-07 16:57:23',626,NULL,NULL,'e881fe21-4e14-11e4-8a57-0800271c1b75'),(260,261,1,1,'2014-10-07 16:57:23',627,NULL,NULL,'e8862f21-4e14-11e4-8a57-0800271c1b75'),(261,262,1,1,'2014-10-07 16:57:23',628,NULL,NULL,'e889605e-4e14-11e4-8a57-0800271c1b75'),(262,263,1,1,'2014-10-07 16:57:23',629,NULL,NULL,'e88b6f2a-4e14-11e4-8a57-0800271c1b75'),(263,264,1,1,'2014-10-07 16:57:23',630,NULL,NULL,'e88efc66-4e14-11e4-8a57-0800271c1b75'),(264,265,1,1,'2014-10-07 16:57:23',631,NULL,NULL,'e8c73871-4e14-11e4-8a57-0800271c1b75'),(265,266,1,1,'2014-10-07 16:57:23',632,NULL,NULL,'e8ca1e66-4e14-11e4-8a57-0800271c1b75'),(266,267,1,1,'2014-10-07 16:57:24',633,NULL,NULL,'e8cdc21d-4e14-11e4-8a57-0800271c1b75'),(267,268,1,1,'2014-10-07 16:57:24',634,NULL,NULL,'e8d00535-4e14-11e4-8a57-0800271c1b75'),(268,269,1,1,'2014-10-07 16:57:24',635,NULL,NULL,'e90486ea-4e14-11e4-8a57-0800271c1b75'),(269,270,1,1,'2014-10-07 16:57:24',636,NULL,NULL,'e9076279-4e14-11e4-8a57-0800271c1b75'),(270,271,1,1,'2014-10-07 16:57:24',637,NULL,NULL,'e90917b1-4e14-11e4-8a57-0800271c1b75'),(271,272,1,1,'2014-10-07 16:57:24',638,NULL,NULL,'e90cc076-4e14-11e4-8a57-0800271c1b75'),(272,273,1,1,'2014-10-07 16:57:24',639,NULL,NULL,'e90f1028-4e14-11e4-8a57-0800271c1b75'),(273,274,1,1,'2014-10-07 16:57:24',640,NULL,NULL,'e915600d-4e14-11e4-8a57-0800271c1b75'),(274,275,1,1,'2014-10-07 16:57:24',641,NULL,NULL,'e9233802-4e14-11e4-8a57-0800271c1b75'),(275,276,1,1,'2014-10-07 16:57:24',642,NULL,NULL,'e925ae00-4e14-11e4-8a57-0800271c1b75'),(276,277,1,1,'2014-10-07 16:57:24',643,NULL,NULL,'e928fcca-4e14-11e4-8a57-0800271c1b75'),(277,278,1,1,'2014-10-07 16:57:24',644,NULL,NULL,'e92b9500-4e14-11e4-8a57-0800271c1b75'),(278,279,1,1,'2014-10-07 16:57:24',645,NULL,NULL,'e92d94a6-4e14-11e4-8a57-0800271c1b75'),(279,280,1,1,'2014-10-07 16:57:24',646,NULL,NULL,'e962fe1b-4e14-11e4-8a57-0800271c1b75'),(280,281,1,1,'2014-10-07 16:57:25',647,NULL,NULL,'e967d783-4e14-11e4-8a57-0800271c1b75'),(281,282,1,1,'2014-10-07 16:57:25',648,NULL,NULL,'e99e67ac-4e14-11e4-8a57-0800271c1b75'),(282,283,1,1,'2014-10-07 16:57:25',649,NULL,NULL,'e9a1fef4-4e14-11e4-8a57-0800271c1b75'),(283,284,1,1,'2014-10-07 16:57:25',650,NULL,NULL,'e9a4abfa-4e14-11e4-8a57-0800271c1b75'),(284,285,1,1,'2014-10-07 16:57:25',651,NULL,NULL,'e9a686d5-4e14-11e4-8a57-0800271c1b75'),(285,286,1,1,'2014-10-07 16:57:25',652,NULL,NULL,'e9a9bb5a-4e14-11e4-8a57-0800271c1b75'),(286,287,1,1,'2014-10-07 16:57:25',653,NULL,NULL,'e9ad08d7-4e14-11e4-8a57-0800271c1b75'),(287,288,1,1,'2014-10-07 16:57:25',654,NULL,NULL,'e9af4347-4e14-11e4-8a57-0800271c1b75'),(288,289,1,1,'2014-10-07 16:57:25',655,NULL,NULL,'e9b28993-4e14-11e4-8a57-0800271c1b75'),(289,290,1,1,'2014-10-07 16:57:25',656,NULL,NULL,'e9b5c6c2-4e14-11e4-8a57-0800271c1b75'),(290,291,1,1,'2014-10-07 16:57:25',657,NULL,NULL,'e9eb3535-4e14-11e4-8a57-0800271c1b75'),(291,292,1,1,'2014-10-07 16:57:25',658,NULL,NULL,'e9ef3102-4e14-11e4-8a57-0800271c1b75'),(292,293,1,1,'2014-10-07 16:57:25',659,NULL,NULL,'e9f0fbb2-4e14-11e4-8a57-0800271c1b75'),(293,294,1,1,'2014-10-07 16:57:25',660,NULL,NULL,'e9f421bd-4e14-11e4-8a57-0800271c1b75'),(294,295,1,1,'2014-10-07 16:57:25',661,NULL,NULL,'e9f7b161-4e14-11e4-8a57-0800271c1b75'),(295,296,1,1,'2014-10-07 16:57:25',662,NULL,NULL,'e9fab86c-4e14-11e4-8a57-0800271c1b75'),(296,297,1,1,'2014-10-07 16:57:25',663,NULL,NULL,'e9fdcbe6-4e14-11e4-8a57-0800271c1b75'),(297,298,1,1,'2014-10-07 16:57:26',664,NULL,NULL,'ea01009d-4e14-11e4-8a57-0800271c1b75'),(298,299,1,1,'2014-10-07 16:57:26',665,NULL,NULL,'ea0530f5-4e14-11e4-8a57-0800271c1b75'),(299,300,1,1,'2014-10-07 16:57:26',666,NULL,NULL,'ea0842ad-4e14-11e4-8a57-0800271c1b75'),(300,301,1,1,'2014-10-07 16:57:26',667,NULL,NULL,'ea0b923a-4e14-11e4-8a57-0800271c1b75'),(301,302,1,1,'2014-10-07 16:57:26',668,NULL,NULL,'ea0f819c-4e14-11e4-8a57-0800271c1b75'),(302,303,1,1,'2014-10-07 16:57:26',669,NULL,NULL,'ea11626d-4e14-11e4-8a57-0800271c1b75'),(303,304,1,1,'2014-10-07 16:57:26',670,NULL,NULL,'ea15b651-4e14-11e4-8a57-0800271c1b75'),(304,305,1,1,'2014-10-07 16:57:26',672,NULL,NULL,'ea1a973f-4e14-11e4-8a57-0800271c1b75'),(305,306,1,1,'2014-10-07 16:57:26',673,NULL,NULL,'ea1e76f6-4e14-11e4-8a57-0800271c1b75'),(306,307,1,1,'2014-10-07 16:57:26',674,NULL,NULL,'ea21c94e-4e14-11e4-8a57-0800271c1b75'),(307,308,1,1,'2014-10-07 16:57:26',675,NULL,NULL,'ea26f7a1-4e14-11e4-8a57-0800271c1b75'),(308,309,1,1,'2014-10-07 16:57:26',676,NULL,NULL,'ea2ab4ad-4e14-11e4-8a57-0800271c1b75'),(309,310,1,1,'2014-10-07 16:57:26',677,NULL,NULL,'ea2e3d1b-4e14-11e4-8a57-0800271c1b75'),(310,311,1,1,'2014-10-07 16:57:26',678,NULL,NULL,'ea327f02-4e14-11e4-8a57-0800271c1b75'),(311,312,1,1,'2014-10-07 16:57:26',679,NULL,NULL,'ea357eec-4e14-11e4-8a57-0800271c1b75'),(312,313,1,1,'2014-10-07 16:57:26',680,NULL,NULL,'ea3792eb-4e14-11e4-8a57-0800271c1b75'),(313,314,1,1,'2014-10-07 16:57:26',681,NULL,NULL,'ea3aee8c-4e14-11e4-8a57-0800271c1b75'),(314,315,1,1,'2014-10-07 16:57:26',682,NULL,NULL,'ea51d761-4e14-11e4-8a57-0800271c1b75'),(315,316,1,1,'2014-10-07 16:57:26',683,NULL,NULL,'ea56da47-4e14-11e4-8a57-0800271c1b75'),(316,317,1,1,'2014-10-07 16:57:26',684,NULL,NULL,'ea5a461d-4e14-11e4-8a57-0800271c1b75'),(317,318,1,1,'2014-10-07 16:57:26',685,NULL,NULL,'ea5db4b3-4e14-11e4-8a57-0800271c1b75'),(318,319,1,1,'2014-10-07 16:57:26',686,NULL,NULL,'ea6130c9-4e14-11e4-8a57-0800271c1b75'),(319,320,1,1,'2014-10-07 16:57:26',687,NULL,NULL,'ea663427-4e14-11e4-8a57-0800271c1b75'),(320,321,1,1,'2014-10-07 16:57:26',688,NULL,NULL,'ea69f056-4e14-11e4-8a57-0800271c1b75'),(321,322,1,1,'2014-10-07 16:57:26',689,NULL,NULL,'ea6dce25-4e14-11e4-8a57-0800271c1b75'),(322,323,1,1,'2014-10-07 16:57:26',690,NULL,NULL,'ea70e595-4e14-11e4-8a57-0800271c1b75'),(323,324,1,1,'2014-10-07 16:57:26',691,NULL,NULL,'ea72c8fa-4e14-11e4-8a57-0800271c1b75'),(324,325,1,1,'2014-10-07 16:57:26',692,NULL,NULL,'ea76476a-4e14-11e4-8a57-0800271c1b75'),(325,326,1,1,'2014-10-07 16:57:26',694,NULL,NULL,'ea7aad0c-4e14-11e4-8a57-0800271c1b75'),(326,327,1,1,'2014-10-07 16:57:26',695,NULL,NULL,'ea7e44e7-4e14-11e4-8a57-0800271c1b75'),(327,328,1,1,'2014-10-07 16:57:26',696,NULL,NULL,'ea8075af-4e14-11e4-8a57-0800271c1b75'),(328,329,1,1,'2014-10-07 16:57:26',697,NULL,NULL,'ea831e8f-4e14-11e4-8a57-0800271c1b75'),(329,330,1,1,'2014-10-07 16:57:26',698,NULL,NULL,'ea8683ce-4e14-11e4-8a57-0800271c1b75'),(330,331,1,1,'2014-10-07 16:57:26',699,NULL,NULL,'ea89685f-4e14-11e4-8a57-0800271c1b75'),(331,332,1,1,'2014-10-07 16:57:26',700,NULL,NULL,'ea8c763e-4e14-11e4-8a57-0800271c1b75'),(332,333,1,1,'2014-10-07 16:57:26',701,NULL,NULL,'ea8ea74d-4e14-11e4-8a57-0800271c1b75'),(333,334,1,1,'2014-10-07 16:57:26',702,NULL,NULL,'ea91ade0-4e14-11e4-8a57-0800271c1b75'),(334,335,1,1,'2014-10-07 16:57:26',703,NULL,NULL,'ea94b4ca-4e14-11e4-8a57-0800271c1b75'),(335,336,1,1,'2014-10-07 16:57:27',704,NULL,NULL,'ea977e67-4e14-11e4-8a57-0800271c1b75'),(336,337,1,1,'2014-10-07 16:57:27',705,NULL,NULL,'ea9b60b4-4e14-11e4-8a57-0800271c1b75'),(337,338,1,1,'2014-10-07 16:57:27',706,NULL,NULL,'ea9ecd77-4e14-11e4-8a57-0800271c1b75'),(338,339,1,1,'2014-10-07 16:57:27',707,NULL,NULL,'eaa09b7d-4e14-11e4-8a57-0800271c1b75'),(339,340,1,1,'2014-10-07 16:57:27',708,NULL,NULL,'eaa59444-4e14-11e4-8a57-0800271c1b75'),(340,341,1,1,'2014-10-07 16:57:27',709,NULL,NULL,'eae00204-4e14-11e4-8a57-0800271c1b75'),(341,342,1,1,'2014-10-07 16:57:27',710,NULL,NULL,'eb1f017a-4e14-11e4-8a57-0800271c1b75'),(342,343,1,1,'2014-10-07 16:57:27',711,NULL,NULL,'eb21a3e4-4e14-11e4-8a57-0800271c1b75'),(343,344,1,1,'2014-10-07 16:57:27',713,NULL,NULL,'eb26c1ed-4e14-11e4-8a57-0800271c1b75'),(344,345,1,1,'2014-10-07 16:57:28',714,NULL,NULL,'eb5ba1ce-4e14-11e4-8a57-0800271c1b75'),(345,346,1,1,'2014-10-07 16:57:28',715,NULL,NULL,'eb5fa5a1-4e14-11e4-8a57-0800271c1b75'),(346,347,1,1,'2014-10-07 16:57:28',716,NULL,NULL,'ebc75a9a-4e14-11e4-8a57-0800271c1b75'),(347,348,1,1,'2014-10-07 16:57:29',717,NULL,NULL,'ec0536c2-4e14-11e4-8a57-0800271c1b75'),(348,349,1,1,'2014-10-07 16:57:29',718,NULL,NULL,'ec09f61b-4e14-11e4-8a57-0800271c1b75'),(349,350,1,1,'2014-10-07 16:57:29',719,NULL,NULL,'ec107ce3-4e14-11e4-8a57-0800271c1b75'),(350,351,1,1,'2014-10-07 16:57:29',720,NULL,NULL,'ec420a7b-4e14-11e4-8a57-0800271c1b75'),(351,352,1,1,'2014-10-07 16:57:29',721,NULL,NULL,'ec458cfb-4e14-11e4-8a57-0800271c1b75'),(352,353,1,1,'2014-10-07 16:57:29',722,NULL,NULL,'ec4863ea-4e14-11e4-8a57-0800271c1b75'),(353,354,1,1,'2014-10-07 16:57:29',723,NULL,NULL,'ec4bc27c-4e14-11e4-8a57-0800271c1b75'),(354,355,1,1,'2014-10-07 16:57:29',724,NULL,NULL,'ec4f9548-4e14-11e4-8a57-0800271c1b75'),(355,356,1,1,'2014-10-07 16:57:29',725,NULL,NULL,'ec529884-4e14-11e4-8a57-0800271c1b75'),(356,357,1,1,'2014-10-07 16:57:29',726,NULL,NULL,'ec54b35a-4e14-11e4-8a57-0800271c1b75'),(357,358,1,1,'2014-10-07 16:57:29',727,NULL,NULL,'ec5915b5-4e14-11e4-8a57-0800271c1b75'),(358,359,1,1,'2014-10-07 16:57:29',728,NULL,NULL,'ec5d0521-4e14-11e4-8a57-0800271c1b75'),(359,360,1,1,'2014-10-07 16:57:30',729,NULL,NULL,'ec8f38b6-4e14-11e4-8a57-0800271c1b75'),(360,361,1,1,'2014-10-07 16:57:30',731,NULL,NULL,'ec944866-4e14-11e4-8a57-0800271c1b75'),(361,362,1,1,'2014-10-07 16:57:30',732,NULL,NULL,'ec98b5e2-4e14-11e4-8a57-0800271c1b75'),(362,363,1,1,'2014-10-07 16:57:30',733,NULL,NULL,'ec9b916d-4e14-11e4-8a57-0800271c1b75'),(363,364,1,1,'2014-10-07 16:57:30',734,NULL,NULL,'ec9dbd9a-4e14-11e4-8a57-0800271c1b75'),(364,365,1,1,'2014-10-07 16:57:30',736,NULL,NULL,'ecb517cc-4e14-11e4-8a57-0800271c1b75'),(365,366,1,1,'2014-10-07 16:57:30',737,NULL,NULL,'ecb89925-4e14-11e4-8a57-0800271c1b75'),(366,367,1,1,'2014-10-07 16:57:30',738,NULL,NULL,'ecbbfc24-4e14-11e4-8a57-0800271c1b75'),(367,365,1,1,'2014-10-07 16:57:31',739,NULL,NULL,'ecfc97c7-4e14-11e4-8a57-0800271c1b75'),(368,368,1,1,'2014-10-07 16:57:31',740,NULL,NULL,'ed02d17e-4e14-11e4-8a57-0800271c1b75'),(369,369,1,1,'2014-10-07 16:57:31',741,NULL,NULL,'ed0693e9-4e14-11e4-8a57-0800271c1b75'),(370,370,1,1,'2014-10-07 16:57:31',742,NULL,NULL,'ed751c11-4e14-11e4-8a57-0800271c1b75'),(371,371,1,1,'2014-10-07 16:57:31',743,NULL,NULL,'ed7887e2-4e14-11e4-8a57-0800271c1b75'),(372,372,1,1,'2014-10-07 16:57:31',744,NULL,NULL,'ed7c51ea-4e14-11e4-8a57-0800271c1b75'),(373,373,1,1,'2014-10-07 16:57:31',745,NULL,NULL,'ed7e018a-4e14-11e4-8a57-0800271c1b75'),(374,374,1,1,'2014-10-07 16:57:31',746,NULL,NULL,'ed81658c-4e14-11e4-8a57-0800271c1b75'),(375,375,1,1,'2014-10-07 16:57:31',747,NULL,NULL,'ed858764-4e14-11e4-8a57-0800271c1b75'),(376,376,1,1,'2014-10-07 16:57:31',749,NULL,NULL,'ed8c3dd1-4e14-11e4-8a57-0800271c1b75'),(377,377,1,1,'2014-10-07 16:57:32',750,NULL,NULL,'edc2e271-4e14-11e4-8a57-0800271c1b75'),(378,376,1,1,'2014-10-07 16:57:32',751,NULL,NULL,'edc6607c-4e14-11e4-8a57-0800271c1b75'),(379,378,1,1,'2014-10-07 16:57:32',752,NULL,NULL,'edcb9526-4e14-11e4-8a57-0800271c1b75'),(380,379,1,1,'2014-10-07 16:57:32',753,NULL,NULL,'edd07d32-4e14-11e4-8a57-0800271c1b75'),(381,380,1,1,'2014-10-07 16:57:32',754,NULL,NULL,'edd45062-4e14-11e4-8a57-0800271c1b75'),(382,381,1,1,'2014-10-07 16:57:32',755,NULL,NULL,'ede7d7a1-4e14-11e4-8a57-0800271c1b75'),(383,382,1,1,'2014-10-07 16:57:32',756,NULL,NULL,'edeaf88f-4e14-11e4-8a57-0800271c1b75'),(384,383,1,1,'2014-10-07 16:57:32',757,NULL,NULL,'edefd354-4e14-11e4-8a57-0800271c1b75'),(385,384,1,1,'2014-10-07 16:57:32',758,NULL,NULL,'edf42d8a-4e14-11e4-8a57-0800271c1b75'),(386,385,1,1,'2014-10-07 16:57:32',759,NULL,NULL,'edf7f35f-4e14-11e4-8a57-0800271c1b75'),(387,386,1,1,'2014-10-07 16:57:32',760,NULL,NULL,'edfab44a-4e14-11e4-8a57-0800271c1b75'),(388,387,1,1,'2014-10-07 16:57:32',761,NULL,NULL,'edfe84a6-4e14-11e4-8a57-0800271c1b75'),(389,388,1,1,'2014-10-07 16:57:32',762,NULL,NULL,'ee038814-4e14-11e4-8a57-0800271c1b75'),(390,389,1,1,'2014-10-07 16:57:33',763,NULL,NULL,'ee3fb5eb-4e14-11e4-8a57-0800271c1b75'),(391,390,1,1,'2014-10-07 16:57:33',764,NULL,NULL,'ee7b8120-4e14-11e4-8a57-0800271c1b75'),(392,391,1,1,'2014-10-07 16:57:33',765,NULL,NULL,'eeb71de6-4e14-11e4-8a57-0800271c1b75'),(393,392,1,1,'2014-10-07 16:57:33',766,NULL,NULL,'eebd6fa1-4e14-11e4-8a57-0800271c1b75'),(394,393,1,1,'2014-10-07 16:57:34',767,NULL,NULL,'eef81581-4e14-11e4-8a57-0800271c1b75'),(395,394,1,1,'2014-10-07 16:57:34',768,NULL,NULL,'eefa60df-4e14-11e4-8a57-0800271c1b75'),(396,395,1,1,'2014-10-07 16:57:34',769,NULL,NULL,'eeffdb00-4e14-11e4-8a57-0800271c1b75'),(397,396,1,1,'2014-10-07 16:57:34',770,NULL,NULL,'ef037a42-4e14-11e4-8a57-0800271c1b75'),(398,397,1,1,'2014-10-07 16:57:34',771,NULL,NULL,'ef06a161-4e14-11e4-8a57-0800271c1b75'),(399,398,1,1,'2014-10-07 16:57:34',772,NULL,NULL,'ef08fccb-4e14-11e4-8a57-0800271c1b75'),(400,376,1,1,'2014-10-07 16:57:34',773,NULL,NULL,'ef17f250-4e14-11e4-8a57-0800271c1b75'),(401,399,1,1,'2014-10-07 16:57:34',774,NULL,NULL,'ef527d70-4e14-11e4-8a57-0800271c1b75'),(402,400,1,1,'2014-10-07 16:57:34',775,NULL,NULL,'ef574865-4e14-11e4-8a57-0800271c1b75'),(403,397,1,1,'2014-10-07 16:57:34',776,NULL,NULL,'ef5a6f01-4e14-11e4-8a57-0800271c1b75'),(404,401,1,1,'2014-10-07 16:57:35',777,NULL,NULL,'ef5c9dd4-4e14-11e4-8a57-0800271c1b75'),(405,402,1,1,'2014-10-07 16:57:35',778,NULL,NULL,'ef6103c8-4e14-11e4-8a57-0800271c1b75'),(406,403,1,1,'2014-10-07 16:57:35',779,NULL,NULL,'ef654153-4e14-11e4-8a57-0800271c1b75'),(407,397,1,1,'2014-10-07 16:57:35',780,NULL,NULL,'ef9e4bcd-4e14-11e4-8a57-0800271c1b75'),(408,404,1,1,'2014-10-07 16:57:35',781,NULL,NULL,'efa26945-4e14-11e4-8a57-0800271c1b75'),(409,405,1,1,'2014-10-07 16:57:35',782,NULL,NULL,'efa5b687-4e14-11e4-8a57-0800271c1b75'),(410,406,1,1,'2014-10-07 16:57:35',783,NULL,NULL,'efa848ec-4e14-11e4-8a57-0800271c1b75'),(411,407,1,1,'2014-10-07 16:57:35',784,NULL,NULL,'efabf4c5-4e14-11e4-8a57-0800271c1b75'),(412,376,1,1,'2014-10-07 16:57:35',785,NULL,NULL,'efb0f848-4e14-11e4-8a57-0800271c1b75'),(413,408,1,1,'2014-10-07 16:57:35',786,NULL,NULL,'efb41fdb-4e14-11e4-8a57-0800271c1b75'),(414,409,1,1,'2014-10-07 16:57:35',788,NULL,NULL,'efb896a7-4e14-11e4-8a57-0800271c1b75'),(415,410,1,1,'2014-10-07 16:57:35',789,NULL,NULL,'efbc07a0-4e14-11e4-8a57-0800271c1b75'),(416,411,1,1,'2014-10-07 16:57:35',790,NULL,NULL,'efbf15b1-4e14-11e4-8a57-0800271c1b75'),(417,412,1,1,'2014-10-07 16:57:35',791,NULL,NULL,'efc33813-4e14-11e4-8a57-0800271c1b75'),(418,413,1,1,'2014-10-07 16:57:35',792,NULL,NULL,'efc6605e-4e14-11e4-8a57-0800271c1b75'),(419,414,1,1,'2014-10-07 16:57:35',793,NULL,NULL,'efc80c4d-4e14-11e4-8a57-0800271c1b75'),(420,415,1,1,'2014-10-07 16:57:35',794,NULL,NULL,'efcb64b3-4e14-11e4-8a57-0800271c1b75'),(421,416,1,1,'2014-10-07 16:57:35',795,NULL,NULL,'efce711b-4e14-11e4-8a57-0800271c1b75'),(422,417,1,1,'2014-10-07 16:57:35',796,NULL,NULL,'efd096ae-4e14-11e4-8a57-0800271c1b75'),(423,418,1,1,'2014-10-07 16:57:35',797,NULL,NULL,'efd3b396-4e14-11e4-8a57-0800271c1b75'),(424,419,1,1,'2014-10-07 16:57:35',798,NULL,NULL,'efda34a4-4e14-11e4-8a57-0800271c1b75'),(425,420,1,1,'2014-10-07 16:57:35',799,NULL,NULL,'efdc2650-4e14-11e4-8a57-0800271c1b75'),(426,421,1,1,'2014-10-07 16:57:35',800,NULL,NULL,'efdfd192-4e14-11e4-8a57-0800271c1b75'),(427,422,1,1,'2014-10-07 16:57:35',801,NULL,NULL,'efe3355d-4e14-11e4-8a57-0800271c1b75'),(428,423,1,1,'2014-10-07 16:57:35',802,NULL,NULL,'efe9ed93-4e14-11e4-8a57-0800271c1b75'),(429,224,1,1,'2014-10-07 16:57:35',803,NULL,NULL,'efed9e6a-4e14-11e4-8a57-0800271c1b75'),(430,424,1,1,'2014-10-07 16:57:35',804,NULL,NULL,'efef9a89-4e14-11e4-8a57-0800271c1b75'),(431,425,1,1,'2014-10-07 16:57:35',805,NULL,NULL,'eff39f04-4e14-11e4-8a57-0800271c1b75'),(432,426,1,1,'2014-10-07 16:57:36',806,NULL,NULL,'eff7f15c-4e14-11e4-8a57-0800271c1b75'),(433,322,1,1,'2014-10-07 16:57:36',807,NULL,NULL,'effb9615-4e14-11e4-8a57-0800271c1b75'),(434,427,1,1,'2014-10-07 16:57:36',808,NULL,NULL,'effd3c5d-4e14-11e4-8a57-0800271c1b75'),(435,232,1,1,'2014-10-07 16:57:36',809,NULL,NULL,'f000daf1-4e14-11e4-8a57-0800271c1b75'),(436,428,1,1,'2014-10-07 16:57:36',810,NULL,NULL,'f0037dbd-4e14-11e4-8a57-0800271c1b75'),(437,414,1,1,'2014-10-07 16:57:36',811,NULL,NULL,'f0071a8a-4e14-11e4-8a57-0800271c1b75'),(438,429,1,1,'2014-10-07 16:57:36',812,NULL,NULL,'f00a444a-4e14-11e4-8a57-0800271c1b75'),(439,430,1,1,'2014-10-07 16:57:36',813,NULL,NULL,'f00c8e6a-4e14-11e4-8a57-0800271c1b75'),(440,431,1,1,'2014-10-07 16:57:36',814,NULL,NULL,'f00ea711-4e14-11e4-8a57-0800271c1b75'),(441,432,1,1,'2014-10-07 16:57:36',815,NULL,NULL,'f0178a07-4e14-11e4-8a57-0800271c1b75'),(442,433,1,1,'2014-10-07 16:57:36',816,NULL,NULL,'f01b16df-4e14-11e4-8a57-0800271c1b75'),(443,434,1,1,'2014-10-07 16:57:36',817,NULL,NULL,'f01ce006-4e14-11e4-8a57-0800271c1b75'),(444,435,1,1,'2014-10-07 16:57:36',818,NULL,NULL,'f01f78dc-4e14-11e4-8a57-0800271c1b75'),(445,436,1,1,'2014-10-07 16:57:36',819,NULL,NULL,'f04845ca-4e14-11e4-8a57-0800271c1b75'),(446,437,1,1,'2014-10-07 16:57:36',820,NULL,NULL,'f04ab562-4e14-11e4-8a57-0800271c1b75'),(447,438,1,1,'2014-10-07 16:57:36',821,NULL,NULL,'f0854d23-4e14-11e4-8a57-0800271c1b75'),(448,439,1,1,'2014-10-07 16:57:36',822,NULL,NULL,'f088de89-4e14-11e4-8a57-0800271c1b75'),(449,440,1,1,'2014-10-07 16:57:37',823,NULL,NULL,'f08d12f1-4e14-11e4-8a57-0800271c1b75'),(450,247,1,1,'2014-10-07 16:57:37',824,NULL,NULL,'f08f048a-4e14-11e4-8a57-0800271c1b75'),(451,441,1,1,'2014-10-07 16:57:37',825,NULL,NULL,'f091c623-4e14-11e4-8a57-0800271c1b75'),(452,442,1,1,'2014-10-07 16:57:37',826,NULL,NULL,'f0944e9d-4e14-11e4-8a57-0800271c1b75'),(453,443,1,1,'2014-10-07 16:57:37',827,NULL,NULL,'f0d1e80e-4e14-11e4-8a57-0800271c1b75'),(454,172,1,1,'2014-10-07 16:57:37',828,NULL,NULL,'f0d4a1bc-4e14-11e4-8a57-0800271c1b75'),(455,444,1,1,'2014-10-07 16:57:37',829,NULL,NULL,'f0d66c5f-4e14-11e4-8a57-0800271c1b75'),(456,445,1,1,'2014-10-07 16:57:37',830,NULL,NULL,'f0e0332e-4e14-11e4-8a57-0800271c1b75'),(457,446,1,1,'2014-10-07 16:57:37',831,NULL,NULL,'f11e4aa3-4e14-11e4-8a57-0800271c1b75'),(458,447,1,1,'2014-10-07 16:57:37',832,NULL,NULL,'f1208aec-4e14-11e4-8a57-0800271c1b75'),(459,448,1,1,'2014-10-07 16:57:38',833,NULL,NULL,'f125038f-4e14-11e4-8a57-0800271c1b75'),(460,449,1,1,'2014-10-07 16:57:38',834,NULL,NULL,'f129742f-4e14-11e4-8a57-0800271c1b75'),(461,450,1,1,'2014-10-07 16:57:38',835,NULL,NULL,'f12b1167-4e14-11e4-8a57-0800271c1b75'),(462,451,1,1,'2014-10-07 16:57:38',836,NULL,NULL,'f16a7083-4e14-11e4-8a57-0800271c1b75'),(463,452,1,1,'2014-10-07 16:57:38',837,NULL,NULL,'f16eb5d6-4e14-11e4-8a57-0800271c1b75'),(464,453,1,1,'2014-10-07 16:57:38',838,NULL,NULL,'f17172b3-4e14-11e4-8a57-0800271c1b75'),(465,330,1,1,'2014-10-07 16:57:38',839,NULL,NULL,'f1748099-4e14-11e4-8a57-0800271c1b75'),(466,454,1,1,'2014-10-07 16:57:38',840,NULL,NULL,'f17bacb5-4e14-11e4-8a57-0800271c1b75'),(467,455,1,1,'2014-10-07 16:57:38',841,NULL,NULL,'f1b86d08-4e14-11e4-8a57-0800271c1b75'),(468,456,1,1,'2014-10-07 16:57:38',842,NULL,NULL,'f1bb8316-4e14-11e4-8a57-0800271c1b75'),(469,457,1,1,'2014-10-07 16:57:38',843,NULL,NULL,'f1bd3a56-4e14-11e4-8a57-0800271c1b75'),(470,458,1,1,'2014-10-07 16:57:39',844,NULL,NULL,'f1c0e052-4e14-11e4-8a57-0800271c1b75'),(471,459,1,1,'2014-10-07 16:57:39',845,NULL,NULL,'f1c51bc6-4e14-11e4-8a57-0800271c1b75'),(472,460,1,1,'2014-10-07 16:57:39',846,NULL,NULL,'f1c770e4-4e14-11e4-8a57-0800271c1b75'),(473,461,1,1,'2014-10-07 16:57:39',847,NULL,NULL,'f1ca6b58-4e14-11e4-8a57-0800271c1b75'),(474,462,1,1,'2014-10-07 16:57:39',848,NULL,NULL,'f20783e4-4e14-11e4-8a57-0800271c1b75'),(475,463,1,1,'2014-10-07 16:57:39',849,NULL,NULL,'f20a7957-4e14-11e4-8a57-0800271c1b75'),(477,465,1,1,'2014-10-07 16:57:39',851,NULL,NULL,'f2457c07-4e14-11e4-8a57-0800271c1b75'),(478,466,1,1,'2014-10-07 16:57:39',852,NULL,NULL,'f249123e-4e14-11e4-8a57-0800271c1b75'),(479,467,1,1,'2014-10-07 16:57:40',853,NULL,NULL,'f2847b44-4e14-11e4-8a57-0800271c1b75'),(480,468,1,1,'2014-10-07 16:57:40',854,NULL,NULL,'f2acc0b1-4e14-11e4-8a57-0800271c1b75'),(481,469,1,1,'2014-10-07 16:57:40',855,NULL,NULL,'f2aee086-4e14-11e4-8a57-0800271c1b75'),(482,470,1,1,'2014-10-07 16:57:40',856,NULL,NULL,'f2b33fd5-4e14-11e4-8a57-0800271c1b75'),(483,471,1,1,'2014-10-07 16:57:40',857,NULL,NULL,'f2ec32f6-4e14-11e4-8a57-0800271c1b75'),(484,472,1,1,'2014-10-07 16:57:41',858,NULL,NULL,'f2f07170-4e14-11e4-8a57-0800271c1b75'),(485,473,1,1,'2014-10-07 16:57:41',859,NULL,NULL,'f2f6f298-4e14-11e4-8a57-0800271c1b75'),(486,474,1,1,'2014-10-07 16:57:41',860,NULL,NULL,'f2fa01f3-4e14-11e4-8a57-0800271c1b75'),(487,475,1,1,'2014-10-07 16:57:41',861,NULL,NULL,'f2fbafcb-4e14-11e4-8a57-0800271c1b75'),(488,476,1,1,'2014-10-07 16:57:41',862,NULL,NULL,'f300419d-4e14-11e4-8a57-0800271c1b75'),(489,477,1,1,'2014-10-07 16:57:41',863,NULL,NULL,'f301ed90-4e14-11e4-8a57-0800271c1b75'),(490,478,1,1,'2014-10-07 16:57:41',864,NULL,NULL,'f304ee17-4e14-11e4-8a57-0800271c1b75'),(491,479,1,1,'2014-10-07 16:57:41',865,NULL,NULL,'f308f905-4e14-11e4-8a57-0800271c1b75'),(492,480,1,1,'2014-10-07 16:57:41',866,NULL,NULL,'f30c8cb4-4e14-11e4-8a57-0800271c1b75'),(493,481,1,1,'2014-10-07 16:57:41',867,NULL,NULL,'f3102787-4e14-11e4-8a57-0800271c1b75'),(494,482,1,1,'2014-10-07 16:57:41',868,NULL,NULL,'f311dd1d-4e14-11e4-8a57-0800271c1b75'),(495,432,1,1,'2014-10-07 16:57:41',869,NULL,NULL,'f3154883-4e14-11e4-8a57-0800271c1b75'),(496,483,1,1,'2014-10-07 16:57:41',870,NULL,NULL,'f3171eaa-4e14-11e4-8a57-0800271c1b75'),(497,484,1,1,'2014-10-07 16:57:41',871,NULL,NULL,'f31b7ac5-4e14-11e4-8a57-0800271c1b75'),(498,485,1,1,'2014-10-07 16:57:41',872,NULL,NULL,'f31ed71d-4e14-11e4-8a57-0800271c1b75'),(499,486,1,1,'2014-10-07 16:57:41',873,NULL,NULL,'f3206f0c-4e14-11e4-8a57-0800271c1b75'),(500,487,1,1,'2014-10-07 16:57:41',874,NULL,NULL,'f356a248-4e14-11e4-8a57-0800271c1b75'),(501,488,1,1,'2014-10-07 16:57:41',875,NULL,NULL,'f35a0fd8-4e14-11e4-8a57-0800271c1b75'),(502,489,1,1,'2014-10-07 16:57:42',876,NULL,NULL,'f393ffdc-4e14-11e4-8a57-0800271c1b75'),(503,393,1,1,'2014-10-07 16:57:42',877,NULL,NULL,'f397fe6b-4e14-11e4-8a57-0800271c1b75'),(504,490,1,1,'2014-10-07 16:57:42',878,NULL,NULL,'f39bd32e-4e14-11e4-8a57-0800271c1b75'),(505,491,1,1,'2014-10-07 16:57:42',879,NULL,NULL,'f39edc55-4e14-11e4-8a57-0800271c1b75'),(506,492,1,1,'2014-10-07 16:57:42',880,NULL,NULL,'f3a1bd1b-4e14-11e4-8a57-0800271c1b75'),(507,493,1,1,'2014-10-07 16:57:42',881,NULL,NULL,'f3a5569a-4e14-11e4-8a57-0800271c1b75'),(508,17,1,1,'2014-12-23 16:25:26',976,NULL,NULL,'e4855d85-d490-11e5-b193-0800270d80ce'),(509,494,1,1,'2014-12-23 16:25:26',29,NULL,NULL,'e4855ebf-d490-11e5-b193-0800270d80ce'),(510,495,1,1,'2014-12-23 16:25:26',977,NULL,NULL,'e4855fa1-d490-11e5-b193-0800270d80ce'),(511,23,1,4,'2015-02-04 15:25:56',94,NULL,NULL,'ddda02a3-35db-43c0-80a8-a5909a9fc0e3'),(512,496,1,1,'2015-02-19 11:24:25',981,NULL,NULL,'c2bccad4-b7fb-11e4-9c67-080027b662ec'),(513,503,1,1,'2016-05-05 00:00:00',3153,NULL,NULL,'694ef328-12b2-11e6-8c00-080027d2adbd'),(514,498,1,1,'2016-05-05 00:00:00',3154,NULL,NULL,'69545477-12b2-11e6-8c00-080027d2adbd'),(515,501,1,1,'2016-05-05 00:00:00',3154,NULL,NULL,'69548c70-12b2-11e6-8c00-080027d2adbd'),(516,499,1,1,'2016-05-05 00:00:00',3155,NULL,NULL,'6955474f-12b2-11e6-8c00-080027d2adbd'),(517,502,1,1,'2016-05-05 00:00:00',3155,NULL,NULL,'6955745d-12b2-11e6-8c00-080027d2adbd'),(518,497,1,1,'2016-05-05 00:00:00',3156,NULL,NULL,'695e33ed-12b2-11e6-8c00-080027d2adbd'),(519,500,1,1,'2016-05-05 00:00:00',3156,NULL,NULL,'695e6158-12b2-11e6-8c00-080027d2adbd'),(520,504,1,1,'2016-05-05 00:00:00',3159,NULL,NULL,'69619af9-12b2-11e6-8c00-080027d2adbd'); +/*!40000 ALTER TABLE `concept_reference_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_reference_source` +-- + +DROP TABLE IF EXISTS `concept_reference_source`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_reference_source` ( + `concept_source_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL DEFAULT '', + `description` text NOT NULL, + `hl7_code` varchar(50) DEFAULT '', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `unique_id` varchar(250) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`concept_source_id`), + UNIQUE KEY `concept_reference_source_uuid_id` (`uuid`), + UNIQUE KEY `concept_source_unique_hl7_codes` (`hl7_code`), + UNIQUE KEY `concept_reference_source_unique_id_unique` (`unique_id`), + KEY `unique_hl7_code` (`hl7_code`), + KEY `concept_source_creator` (`creator`), + KEY `user_who_retired_concept_source` (`retired_by`), + KEY `concept_reference_source_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_reference_source` +-- + +LOCK TABLES `concept_reference_source` WRITE; +/*!40000 ALTER TABLE `concept_reference_source` DISABLE KEYS */; +INSERT INTO `concept_reference_source` VALUES (1,'org.openmrs.module.emrapi','Source used to tag concepts used in the EMR API module','',1,'2014-09-18 14:17:36',0,NULL,NULL,NULL,'706a448b-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL),(2,'SNOMED','SNOMED Duration Source','SCT',1,'2014-08-20 00:00:00',0,NULL,NULL,NULL,'cb523690-9012-4e72-b8bf-4253e1b1a687',NULL,NULL,NULL),(3,'ICD 10 - WHO','','ICD 10 - WHO',1,'2014-10-07 16:57:02',0,NULL,NULL,NULL,'dbe4f23e-4e14-11e4-8a57-0800271c1b75',NULL,NULL,NULL),(4,'PACS Procedure Code','LOINC equivalent for procedure codes','LOINC',1,'2015-08-27 10:41:03',0,NULL,NULL,NULL,'f0217041-1175-42fd-a40e-244d01f34d17',NULL,NULL,NULL),(5,'CEIL','CEIL Bacteriology concept source','CEIL',1,'2016-05-05 00:00:00',0,NULL,NULL,NULL,'693375ad-12b2-11e6-8c00-080027d2adbd',NULL,NULL,NULL),(6,'org.openmrs.module.bacteriology','concept source for bacteriology module','BACT',1,'2016-05-05 00:00:00',0,NULL,NULL,NULL,'6935fa65-12b2-11e6-8c00-080027d2adbd',NULL,NULL,NULL),(7,'Abbreviation','Custom dictionary for storing abbreviation of concepts',NULL,1,'2016-05-05 13:13:39',0,NULL,NULL,NULL,'6b007238-12b2-11e6-8c00-080027d2adbd',NULL,NULL,NULL); +/*!40000 ALTER TABLE `concept_reference_source` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_reference_term` +-- + +DROP TABLE IF EXISTS `concept_reference_term`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_reference_term` ( + `concept_reference_term_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_source_id` int(11) NOT NULL, + `name` varchar(255) DEFAULT NULL, + `code` varchar(255) NOT NULL, + `version` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_reference_term_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `mapped_user_creator` (`creator`), + KEY `mapped_user_changed` (`changed_by`), + KEY `mapped_user_retired` (`retired_by`), + KEY `mapped_concept_source` (`concept_source_id`), + KEY `idx_code_concept_reference_term` (`code`) +) ENGINE=InnoDB AUTO_INCREMENT=505 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_reference_term` +-- + +LOCK TABLES `concept_reference_term` WRITE; +/*!40000 ALTER TABLE `concept_reference_term` DISABLE KEYS */; +INSERT INTO `concept_reference_term` VALUES (1,1,NULL,'Diagnosis Concept Set',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81c622d1-3f10-11e4-adec-0800271c1b75'),(2,1,NULL,'Non-Coded Diagnosis',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81c6cc2c-3f10-11e4-adec-0800271c1b75'),(3,1,NULL,'Coded Diagnosis',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81c7931f-3f10-11e4-adec-0800271c1b75'),(4,1,NULL,'Diagnosis Certainty',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81c828a2-3f10-11e4-adec-0800271c1b75'),(5,1,NULL,'Presumed',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81c8dea8-3f10-11e4-adec-0800271c1b75'),(6,1,NULL,'Confirmed',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81c970c3-3f10-11e4-adec-0800271c1b75'),(7,1,NULL,'Diagnosis Order',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81ca2ee1-3f10-11e4-adec-0800271c1b75'),(8,1,NULL,'Secondary',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81cacccb-3f10-11e4-adec-0800271c1b75'),(9,1,NULL,'Primary',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81cb64d5-3f10-11e4-adec-0800271c1b75'),(10,1,NULL,'ADMIT',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81ce7a33-3f10-11e4-adec-0800271c1b75'),(11,1,NULL,'DISCHARGE',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81d1815f-3f10-11e4-adec-0800271c1b75'),(12,1,NULL,'TRANSFER',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81d24394-3f10-11e4-adec-0800271c1b75'),(13,1,NULL,'Disposition',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81d2e672-3f10-11e4-adec-0800271c1b75'),(14,1,NULL,'Disposition Concept Set',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81d4291d-3f10-11e4-adec-0800271c1b75'),(15,1,NULL,'DispositionNote',NULL,NULL,1,'2014-09-18 14:18:05',NULL,NULL,0,NULL,NULL,NULL,'81d53121-3f10-11e4-adec-0800271c1b75'),(16,2,'Second(s)','257997001',NULL,'Duration in Second(s)',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'d0d36e69-402e-453e-8a7a-aec44c2915af'),(17,2,'Minute(s)','258701004',NULL,'Duration in Minute(s)',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'613801b8-1b8b-41c9-99e9-f449b9d30734'),(18,2,'Hour(s)','258702006',NULL,'Duration in Hour(s)',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c6173382-6afa-466d-a863-3fbce5c93004'),(19,2,'Day(s)','258703001',NULL,'Duration in Day(s)',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'77a8ed6a-a2b9-43d6-be4c-f28f9ec1bbe7'),(20,2,'Week(s)','258705008',NULL,'Duration in Week(s)',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'8f780398-c767-4f2d-b574-9ac6f894d9d7'),(21,2,'Year(s)','258707000',NULL,'Duration in Year(s)',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'1fdba00b-8376-4f47-8f32-d86c10b15545'),(22,2,'Time(s)','252109000',NULL,'Duration for Recurring interval',1,'2014-08-20 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'b886eed5-635e-4259-bc8f-0fe43076d53a'),(23,2,'Month(s)','258706009',NULL,'Duration in Week(s)',1,'2014-09-29 16:17:51',NULL,NULL,0,NULL,NULL,NULL,'0f923ee6-47c6-11e4-8125-0800271c1b75'),(24,3,'Bacteremia','R78.81',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dbe72651-4e14-11e4-8a57-0800271c1b75'),(25,3,'Varicella without complication','B01.9',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dbf1af9b-4e14-11e4-8a57-0800271c1b75'),(26,3,'Anogenital (venereal) warts','A63.0',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dbfbab56-4e14-11e4-8a57-0800271c1b75'),(27,3,'Superficial mycosis, unspecified','B36.9',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc05c0a0-4e14-11e4-8a57-0800271c1b75'),(28,3,'Unspecified viral infection characterized by skin and mucous membrane lesions','B09',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc12637b-4e14-11e4-8a57-0800271c1b75'),(29,3,'Giardiasis [lambliasis]','A07.1',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc1498ad-4e14-11e4-8a57-0800271c1b75'),(30,3,'Gonococcal infection of lower genitourinary tract, unspecified','A54.00',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc1720fe-4e14-11e4-8a57-0800271c1b75'),(31,3,'Unspecified viral hepatitis without hepatic coma','B19.9',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc191a71-4e14-11e4-8a57-0800271c1b75'),(32,3,'Zoster without complications','B02.9',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc1bd3e5-4e14-11e4-8a57-0800271c1b75'),(33,3,'Herpesviral infection, unspecified','B00.9',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc1f94aa-4e14-11e4-8a57-0800271c1b75'),(34,3,'Herpesviral infection, unspecified','B20',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc22094f-4e14-11e4-8a57-0800271c1b75'),(35,3,'Human immunodeficiency virus [HIV] disease','Z21',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc24da45-4e14-11e4-8a57-0800271c1b75'),(36,3,'Infectious mononucleosis, unspecified without complication','B27.90',NULL,NULL,1,'2014-10-07 16:57:02',NULL,NULL,0,NULL,NULL,NULL,'dc281139-4e14-11e4-8a57-0800271c1b75'),(37,3,'Protozoal intestinal disease, unspecified','A07.9',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc5b2c21-4e14-11e4-8a57-0800271c1b75'),(38,3,'Lyme disease, unspecified','A69.20',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc5d49af-4e14-11e4-8a57-0800271c1b75'),(39,3,'Candidiasis of skin and nail','B37.2',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc5f4d5e-4e14-11e4-8a57-0800271c1b75'),(40,3,'Candidiasis of vulva and vagina','B37.3',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc6115a4-4e14-11e4-8a57-0800271c1b75'),(41,3,'Pediculosis due to Pediculus humanus capitis','B85.0',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc6520f2-4e14-11e4-8a57-0800271c1b75'),(42,3,'Pediculosis, unspecified','B85.2',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc67ac60-4e14-11e4-8a57-0800271c1b75'),(43,3,'Enterobiasis','B80',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc6b2396-4e14-11e4-8a57-0800271c1b75'),(44,3,'Salmonella enteritis','A02.0',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc6d1765-4e14-11e4-8a57-0800271c1b75'),(45,3,'Scabies','B86',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc705563-4e14-11e4-8a57-0800271c1b75'),(46,3,'Sepsis, unspecified organism','A41.9',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc7ab60a-4e14-11e4-8a57-0800271c1b75'),(47,3,'Foodborne staphylococcal intoxication','A05.0',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc812630-4e14-11e4-8a57-0800271c1b75'),(48,3,'Syphilis, unspecified','A53.9',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc82f9af-4e14-11e4-8a57-0800271c1b75'),(49,3,'Trichomoniasis, unspecified','A59.9',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc864b2d-4e14-11e4-8a57-0800271c1b75'),(50,3,'Tuberculosis of lung','A15.0',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dc8913d0-4e14-11e4-8a57-0800271c1b75'),(51,3,'Unspecified sexually transmitted disease','A64',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dcc65640-4e14-11e4-8a57-0800271c1b75'),(52,3,'Other viral agents as the cause of diseases classified elsewhere','B97.89',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dccbce82-4e14-11e4-8a57-0800271c1b75'),(53,3,'Viral wart, unspecified','B07.9',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dcd21805-4e14-11e4-8a57-0800271c1b75'),(54,3,'Neoplasm of uncertain behavior of skin','D48.5',NULL,NULL,1,'2014-10-07 16:57:03',NULL,NULL,0,NULL,NULL,NULL,'dcd63c71-4e14-11e4-8a57-0800271c1b75'),(55,3,'Benign neoplasm, unspecified site','D36.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd16bde3-4e14-11e4-8a57-0800271c1b75'),(56,3,'Benign lipomatous neoplasm, unspecified','D17.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd1aa91d-4e14-11e4-8a57-0800271c1b75'),(57,3,'Neoplasm of unspecified behavior of unspecified site','D49.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd1f2cba-4e14-11e4-8a57-0800271c1b75'),(58,3,'Neoplasm of unspecified behavior of bone, soft tissue, and skin','D49.2',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd275abf-4e14-11e4-8a57-0800271c1b75'),(59,3,'Other benign neoplasm of skin, unspecified','D23.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd2994c7-4e14-11e4-8a57-0800271c1b75'),(60,3,'Malignant neoplasm of bladder, unspecified','C67.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd2d1242-4e14-11e4-8a57-0800271c1b75'),(61,3,'Malignant neoplasm of unspecified site of unspecified female breast','C50.919',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd339e12-4e14-11e4-8a57-0800271c1b75'),(62,3,'Carcinoma in situ of cervix, unspecified','D06.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd385923-4e14-11e4-8a57-0800271c1b75'),(63,3,'Malignant neoplasm of female genital organ, unspecified','C57.9',NULL,NULL,1,'2014-10-07 16:57:04',NULL,NULL,0,NULL,NULL,NULL,'dd6febd3-4e14-11e4-8a57-0800271c1b75'),(64,3,'Malignant neoplasm of intestinal tract, part unspecified','C26.0',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddadadc9-4e14-11e4-8a57-0800271c1b75'),(65,3,'Leukemia, unspecified not having achieved remission','C95.90',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddb29958-4e14-11e4-8a57-0800271c1b75'),(66,3,'Malignant neoplasm of unspecified part of unspecified bronchus or lung','C34.90',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddb779d0-4e14-11e4-8a57-0800271c1b75'),(67,3,'Malignant neoplasm of male genital organ, unspecified','C63.9',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddba0c8c-4e14-11e4-8a57-0800271c1b75'),(68,3,'Malignant (primary) neoplasm, unspecified','C80.1',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddbd66e5-4e14-11e4-8a57-0800271c1b75'),(69,3,'Malignant neoplasm of prostate','C61',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddc0e11c-4e14-11e4-8a57-0800271c1b75'),(70,3,'Malignant neoplasm of lower respiratory tract, part unspecified','C39.9',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddc300e2-4e14-11e4-8a57-0800271c1b75'),(71,3,'Malignant neoplasm of urinary organ, unspecified','C68.9',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddc675cc-4e14-11e4-8a57-0800271c1b75'),(72,3,'Deficiency of other specified B group vitamins','E53.8',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'ddfe907b-4e14-11e4-8a57-0800271c1b75'),(73,3,'Dehydration','E86.0',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'de016cfc-4e14-11e4-8a57-0800271c1b75'),(74,3,'Type 1 diabetes mellitus without complications','E10.9',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'de0706ec-4e14-11e4-8a57-0800271c1b75'),(75,3,'Type 1 diabetes mellitus with unspecified complications','E10.8',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'de0a0fef-4e14-11e4-8a57-0800271c1b75'),(76,3,'Type 2 diabetes mellitus without complications','E11.9',NULL,NULL,1,'2014-10-07 16:57:05',NULL,NULL,0,NULL,NULL,NULL,'de0d52a4-4e14-11e4-8a57-0800271c1b75'),(77,3,'Type 2 diabetes mellitus with unspecified complications','E11.8',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de132007-4e14-11e4-8a57-0800271c1b75'),(78,3,'Metabolic syndrome','E88.81',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de16011f-4e14-11e4-8a57-0800271c1b75'),(79,3,'Disorder of carbohydrate metabolism, unspecified','E74.9',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de18399f-4e14-11e4-8a57-0800271c1b75'),(80,3,'Gout, unspecified','M10.9',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de1b4914-4e14-11e4-8a57-0800271c1b75'),(81,3,'Hypercalcemia','E83.52',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de1cd43b-4e14-11e4-8a57-0800271c1b75'),(82,3,'Pure hypercholesterolemia','E78.0',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de554852-4e14-11e4-8a57-0800271c1b75'),(83,3,'Hyperkalemia','E87.5',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de58a115-4e14-11e4-8a57-0800271c1b75'),(84,3,'Mixed hyperlipidemia','E78.2',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de5ab610-4e14-11e4-8a57-0800271c1b75'),(85,3,'Hyperosmolality and hypernatremia','E87.0',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de5e2c7a-4e14-11e4-8a57-0800271c1b75'),(86,3,'Hyperparathyroidism, unspecified','E21.3',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de60be6a-4e14-11e4-8a57-0800271c1b75'),(87,3,'Thyrotoxicosis, unspecified without thyrotoxic crisis or storm','E05.90',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de640473-4e14-11e4-8a57-0800271c1b75'),(88,3,'Hypocalcemia','E83.51',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de66436e-4e14-11e4-8a57-0800271c1b75'),(89,3,'Hypoglycemia, unspecified','E16.2',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de69a7c7-4e14-11e4-8a57-0800271c1b75'),(90,3,'Hypokalemia','E87.6',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'de6cb648-4e14-11e4-8a57-0800271c1b75'),(91,3,'Hypo-osmolality and hyponatremia','E87.1',NULL,NULL,1,'2014-10-07 16:57:06',NULL,NULL,0,NULL,NULL,NULL,'dea1f29a-4e14-11e4-8a57-0800271c1b75'),(92,3,'Hypothyroidism, unspecified','E03.9',NULL,NULL,1,'2014-10-07 16:57:07',NULL,NULL,0,NULL,NULL,NULL,'deacfdbc-4e14-11e4-8a57-0800271c1b75'),(93,3,'Nutritional deficiency, unspecified','E63.9',NULL,NULL,1,'2014-10-07 16:57:07',NULL,NULL,0,NULL,NULL,NULL,'deb22dbd-4e14-11e4-8a57-0800271c1b75'),(94,3,'Obesity, unspecified','E66.9',NULL,NULL,1,'2014-10-07 16:57:07',NULL,NULL,0,NULL,NULL,NULL,'deb748f8-4e14-11e4-8a57-0800271c1b75'),(95,3,'Overweight','E66.3',NULL,NULL,1,'2014-10-07 16:57:07',NULL,NULL,0,NULL,NULL,NULL,'def21d8d-4e14-11e4-8a57-0800271c1b75'),(96,3,'Nontoxic single thyroid nodule','E04.1',NULL,NULL,1,'2014-10-07 16:57:07',NULL,NULL,0,NULL,NULL,NULL,'def58c0b-4e14-11e4-8a57-0800271c1b75'),(97,3,'Acute posthemorrhagic anemia','D62',NULL,NULL,1,'2014-10-07 16:57:08',NULL,NULL,0,NULL,NULL,NULL,'df6a6dd6-4e14-11e4-8a57-0800271c1b75'),(98,3,'Anemia in other chronic diseases classified elsewhere','D63.8',NULL,NULL,1,'2014-10-07 16:57:08',NULL,NULL,0,NULL,NULL,NULL,'df9917df-4e14-11e4-8a57-0800271c1b75'),(99,3,'Anemia in chronic kidney disease','D63.1',NULL,NULL,1,'2014-10-07 16:57:08',NULL,NULL,0,NULL,NULL,NULL,'df9ccb4d-4e14-11e4-8a57-0800271c1b75'),(100,3,'Anemia in neoplastic disease','D63.0',NULL,NULL,1,'2014-10-07 16:57:09',NULL,NULL,0,NULL,NULL,NULL,'e013954d-4e14-11e4-8a57-0800271c1b75'),(101,3,'Iron deficiency anemia, unspecified','D50.9',NULL,NULL,1,'2014-10-07 16:57:09',NULL,NULL,0,NULL,NULL,NULL,'e051b667-4e14-11e4-8a57-0800271c1b75'),(102,3,'Anemia, unspecified','D64.9',NULL,NULL,1,'2014-10-07 16:57:09',NULL,NULL,0,NULL,NULL,NULL,'e057580e-4e14-11e4-8a57-0800271c1b75'),(103,3,'Vitamin B12 deficiency anemia due to intrinsic factor deficiency','D51.0',NULL,NULL,1,'2014-10-07 16:57:09',NULL,NULL,0,NULL,NULL,NULL,'e0596f6d-4e14-11e4-8a57-0800271c1b75'),(104,3,'Disease of blood and blood-forming organs, unspecified','D75.9',NULL,NULL,1,'2014-10-07 16:57:09',NULL,NULL,0,NULL,NULL,NULL,'e05e47d2-4e14-11e4-8a57-0800271c1b75'),(105,3,'Hemorrhagic condition, unspecified','D69.9',NULL,NULL,1,'2014-10-07 16:57:09',NULL,NULL,0,NULL,NULL,NULL,'e061ff26-4e14-11e4-8a57-0800271c1b75'),(106,3,'Decreased white blood cell count, unspecified','D72.819',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e09da5c6-4e14-11e4-8a57-0800271c1b75'),(107,3,'Chronic lymphadenitis, except mesenteric','I88.1',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0a077e3-4e14-11e4-8a57-0800271c1b75'),(108,3,'Polycythemia vera','D45',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0a35df1-4e14-11e4-8a57-0800271c1b75'),(109,3,'Sickle-cell disease without crisis','D57.1',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0c9facb-4e14-11e4-8a57-0800271c1b75'),(110,3,'Sickle-cell trait','D57.3',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0ceb1a3-4e14-11e4-8a57-0800271c1b75'),(111,3,'Adjustment disorder, unspecified','F43.20',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0d37ff1-4e14-11e4-8a57-0800271c1b75'),(112,3,'Alcohol abuse, uncomplicated','F10.10',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0d6fb82-4e14-11e4-8a57-0800271c1b75'),(113,3,'Alcohol dependence, uncomplicated','F10.20',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0d90fba-4e14-11e4-8a57-0800271c1b75'),(114,3,'Alzheimer\'s disease, unspecified','G30.9',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0dbd8f8-4e14-11e4-8a57-0800271c1b75'),(115,3,'Anorexia nervosa, unspecified','F50.00',NULL,NULL,1,'2014-10-07 16:57:10',NULL,NULL,0,NULL,NULL,NULL,'e0ddf358-4e14-11e4-8a57-0800271c1b75'),(116,3,'Anxiety disorder, unspecified','F41.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e119de54-4e14-11e4-8a57-0800271c1b75'),(117,3,'Attention-deficit hyperactivity disorder, unspecified type','F90.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e11e4b0b-4e14-11e4-8a57-0800271c1b75'),(118,3,'Bulimia nervosa','F50.2',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e12124f0-4e14-11e4-8a57-0800271c1b75'),(119,3,'Conduct disorder, unspecified','F91.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e12420f0-4e14-11e4-8a57-0800271c1b75'),(120,3,'Delirium due to known physiological condition','F05',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e1277971-4e14-11e4-8a57-0800271c1b75'),(121,3,'Unspecified dementia without behavioral disturbance','F03.90',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e12afa7c-4e14-11e4-8a57-0800271c1b75'),(122,3,'Vascular dementia without behavioral disturbance','F01.50',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e12e8af7-4e14-11e4-8a57-0800271c1b75'),(123,3,'Major depressive disorder, single episode, unspecified','F32.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e133af68-4e14-11e4-8a57-0800271c1b75'),(124,3,'Inhalant abuse, uncomplicated','F18.10',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e135b030-4e14-11e4-8a57-0800271c1b75'),(125,3,'Sleep disorder not due to a substance or known physiological condition, unspecified','F51.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e1393840-4e14-11e4-8a57-0800271c1b75'),(126,3,'Unspecified intellectual disabilities','F79',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e13eae9d-4e14-11e4-8a57-0800271c1b75'),(127,3,'Panic disorder [episodic paroxysmal anxiety] without agoraphobia','F41.0',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e1429095-4e14-11e4-8a57-0800271c1b75'),(128,3,'Personality disorder, unspecified','F60.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e144d406-4e14-11e4-8a57-0800271c1b75'),(129,3,'Sexual dysfunction, unspecified','R37',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e14876af-4e14-11e4-8a57-0800271c1b75'),(130,3,'Unspecified psychosis not due to a substance or known physiological conditio','F29',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e185edc0-4e14-11e4-8a57-0800271c1b75'),(131,3,'Schizophrenia, unspecified','F20.9',NULL,NULL,1,'2014-10-07 16:57:11',NULL,NULL,0,NULL,NULL,NULL,'e188272a-4e14-11e4-8a57-0800271c1b75'),(132,3,'Acute stress reaction','F43.0',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e1c2214a-4e14-11e4-8a57-0800271c1b75'),(133,3,'Nicotine dependence, unspecified, uncomplicated','F17.200',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e1f9dfbf-4e14-11e4-8a57-0800271c1b75'),(134,3,'Viral conjunctivitis, unspecified','B30.9',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e200ea1e-4e14-11e4-8a57-0800271c1b75'),(135,3,'Tension-type headache, unspecified, not intractable','G44.209',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e20555ac-4e14-11e4-8a57-0800271c1b75'),(136,3,'Unspecified hearing loss, unspecified ear','H91.90',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e20777f3-4e14-11e4-8a57-0800271c1b75'),(137,3,'Nontraumatic intracranial hemorrhage, unspecified','I62.9',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e20aef7d-4e14-11e4-8a57-0800271c1b75'),(138,3,'Hordeolum externum unspecified eye, unspecified eyelid','H00.019',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e21005db-4e14-11e4-8a57-0800271c1b75'),(139,3,'Impacted cerumen, bilateral','H61.23',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e21344ec-4e14-11e4-8a57-0800271c1b75'),(140,3,'Unspecified disorder of ear, bilateral','H93.93',NULL,NULL,1,'2014-10-07 16:57:12',NULL,NULL,0,NULL,NULL,NULL,'e21f2ad1-4e14-11e4-8a57-0800271c1b75'),(141,3,'Unspecified Eustachian salpingitis, unspecified ear','H68.009',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e25b0e87-4e14-11e4-8a57-0800271c1b75'),(142,3,'Acute suppurative otitis media without spontaneous rupture of ear drum, unspecified ear','H66.009',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e25e32e9-4e14-11e4-8a57-0800271c1b75'),(143,3,'Acute suppurative otitis media with spontaneous rupture of ear drum, unspecified ear','H66.019',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e2643675-4e14-11e4-8a57-0800271c1b75'),(144,3,'Chronic serous otitis media, unspecified ear','H65.20',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e2686fdd-4e14-11e4-8a57-0800271c1b75'),(145,3,'Vertigo of central origin, unspecified ear','H81.49',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e26ae176-4e14-11e4-8a57-0800271c1b75'),(146,3,'Other peripheral vertigo, unspecified ear','H81.399',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e2a79eba-4e14-11e4-8a57-0800271c1b75'),(147,3,'Unspecified blepharitis unspecified eye, unspecified eyelid','H01.009',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e2ab222a-4e14-11e4-8a57-0800271c1b75'),(148,3,'Unspecified cataract','H26.9',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e2ad08fc-4e14-11e4-8a57-0800271c1b75'),(149,3,'Chalazion unspecified eye, unspecified eyelid','H00.19',NULL,NULL,1,'2014-10-07 16:57:13',NULL,NULL,0,NULL,NULL,NULL,'e2b04a47-4e14-11e4-8a57-0800271c1b75'),(150,3,'Unspecified conjunctivitis','H10.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2e61288-4e14-11e4-8a57-0800271c1b75'),(151,3,'Injury of conjunctiva and corneal abrasion without foreign body, unspecified eye, initial encounter','S05.00XA',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2e8f65d-4e14-11e4-8a57-0800271c1b75'),(152,3,'Unspecified corneal ulcer, unspecified eye','H16.009',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2ec5b4e-4e14-11e4-8a57-0800271c1b75'),(153,3,'Unspecified disorder of eye and adnexa','H57.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2f19df2-4e14-11e4-8a57-0800271c1b75'),(154,3,'Unspecified disorder of binocular movement','H51.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2f50d9f-4e14-11e4-8a57-0800271c1b75'),(155,3,'Unspecified glaucoma','H40.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2f7ee02-4e14-11e4-8a57-0800271c1b75'),(156,3,'Unspecified disorder of refraction','H52.7',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2fac9d7-4e14-11e4-8a57-0800271c1b75'),(157,3,'Unspecified retinal disorder','H35.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e2feaab4-4e14-11e4-8a57-0800271c1b75'),(158,3,'Unspecified subjective visual disturbances','H53.10',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e302ae89-4e14-11e4-8a57-0800271c1b75'),(159,3,'Unspecified visual loss','H54.7',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e3065db0-4e14-11e4-8a57-0800271c1b75'),(160,3,'Bell\'s palsy','G51.0',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e30b40e8-4e14-11e4-8a57-0800271c1b75'),(161,3,'Carpal tunnel syndrome, unspecified upper limb','G56.00',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e30ee602-4e14-11e4-8a57-0800271c1b75'),(162,3,'Cerebral infarction due to unspecified occlusion or stenosis of unspecified cerebral artery','I63.50',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e330ac6e-4e14-11e4-8a57-0800271c1b75'),(163,3,'Mild cognitive impairment, so stated','G31.84',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e332f4c5-4e14-11e4-8a57-0800271c1b75'),(164,3,'Unspecified sequelae of unspecified cerebrovascular disease','I69.90',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e3363ac4-4e14-11e4-8a57-0800271c1b75'),(165,3,'Meningitis, unspecified','G03.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e339dbc5-4e14-11e4-8a57-0800271c1b75'),(166,3,'Migraine, unspecified, not intractable, without status migrainosus','G43.909',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e33da675-4e14-11e4-8a57-0800271c1b75'),(167,3,'Extrapyramidal and movement disorder, unspecified','G25.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e3419001-4e14-11e4-8a57-0800271c1b75'),(168,3,'Multiple sclerosis','G35',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e3456cbb-4e14-11e4-8a57-0800271c1b75'),(169,3,'Myopathy, unspecified','G72.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e34782ae-4e14-11e4-8a57-0800271c1b75'),(170,3,'Disorder of central nervous system, unspecified','G96.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e34ad3ee-4e14-11e4-8a57-0800271c1b75'),(171,3,'Inflammatory polyneuropathy, unspecified','G61.9',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e34f1335-4e14-11e4-8a57-0800271c1b75'),(172,3,'Parkinson\'s disease','G20',NULL,NULL,1,'2014-10-07 16:57:14',NULL,NULL,0,NULL,NULL,NULL,'e3531b30-4e14-11e4-8a57-0800271c1b75'),(173,3,'Restless legs syndrome','G25.81',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e38e8441-4e14-11e4-8a57-0800271c1b75'),(174,3,'Obstructive sleep apnea (adult) (pediatric)','G47.33',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e39278f8-4e14-11e4-8a57-0800271c1b75'),(175,3,'Trigeminal neuralgia','G50.0',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e394283d-4e14-11e4-8a57-0800271c1b75'),(176,3,'Unstable angina','I20.0',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e39aa81d-4e14-11e4-8a57-0800271c1b75'),(177,3,'Aortic aneurysm of unspecified site, without rupture','I71.9',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3db4628-4e14-11e4-8a57-0800271c1b75'),(178,3,'Disorder of arteries and arterioles, unspecified','I77.9',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3dfbabc-4e14-11e4-8a57-0800271c1b75'),(179,3,'Unspecified atrial fibrillation','I48.91',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3e1cddc-4e14-11e4-8a57-0800271c1b75'),(180,3,'Cardiac arrest, cause unspecified','I46.9',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3e5553f-4e14-11e4-8a57-0800271c1b75'),(181,3,'Chronic ischemic heart disease, unspecified','I25.9',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3e940c7-4e14-11e4-8a57-0800271c1b75'),(182,3,'Unspecified disorder of circulatory system','I99.9',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3eb43ae-4e14-11e4-8a57-0800271c1b75'),(183,3,'Conduction disorder, unspecified','I45.9',NULL,NULL,1,'2014-10-07 16:57:15',NULL,NULL,0,NULL,NULL,NULL,'e3eebc1b-4e14-11e4-8a57-0800271c1b75'),(184,3,'Elevated blood-pressure reading, without diagnosis of hypertension','R03.0',NULL,NULL,1,'2014-10-07 16:57:16',NULL,NULL,0,NULL,NULL,NULL,'e4284168-4e14-11e4-8a57-0800271c1b75'),(185,3,'Heart disease, unspecified','I51.9',NULL,NULL,1,'2014-10-07 16:57:16',NULL,NULL,0,NULL,NULL,NULL,'e45ce6d5-4e14-11e4-8a57-0800271c1b75'),(186,3,'Unspecified combined systolic (congestive) and diastolic (congestive) heart failure','I50.40',NULL,NULL,1,'2014-10-07 16:57:16',NULL,NULL,0,NULL,NULL,NULL,'e4607bfe-4e14-11e4-8a57-0800271c1b75'),(187,3,'Heart failure, unspecified','I50.9',NULL,NULL,1,'2014-10-07 16:57:16',NULL,NULL,0,NULL,NULL,NULL,'e462ddf2-4e14-11e4-8a57-0800271c1b75'),(188,3,'Unspecified diastolic (congestive) heart failure','I50.30',NULL,NULL,1,'2014-10-07 16:57:16',NULL,NULL,0,NULL,NULL,NULL,'e4677253-4e14-11e4-8a57-0800271c1b75'),(189,3,'Unspecified systolic (congestive) heart failure','I50.20',NULL,NULL,1,'2014-10-07 16:57:16',NULL,NULL,0,NULL,NULL,NULL,'e46ae91d-4e14-11e4-8a57-0800271c1b75'),(190,3,'Hypertensive heart disease with heart failure','I11.0',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e4e6ca8a-4e14-11e4-8a57-0800271c1b75'),(191,3,'Hypertensive chronic kidney disease with stage 1 through stage 4 chronic kidney disease, or unspecified chronic kidney disease','I12.9',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e4eb7d9a-4e14-11e4-8a57-0800271c1b75'),(192,3,'Orthostatic hypotension','I95.1',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e4eeacb2-4e14-11e4-8a57-0800271c1b75'),(193,3,'Long QT syndrome','I45.81',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e4f3016e-4e14-11e4-8a57-0800271c1b75'),(194,3,'ST elevation (STEMI) myocardial infarction of unspecified site','I21.3',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e4f72b09-4e14-11e4-8a57-0800271c1b75'),(195,3,'Non-ST elevation (NSTEMI) myocardial infarction','I21.4',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e5056746-4e14-11e4-8a57-0800271c1b75'),(196,3,'Old myocardial infarction','I25.2',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e50958dd-4e14-11e4-8a57-0800271c1b75'),(197,3,'Acute nonspecific idiopathic pericarditis','I30.0',NULL,NULL,1,'2014-10-07 16:57:17',NULL,NULL,0,NULL,NULL,NULL,'e50b54c2-4e14-11e4-8a57-0800271c1b75'),(198,3,'Peripheral vascular disease, unspecified','I73.9',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e54c02c9-4e14-11e4-8a57-0800271c1b75'),(199,3,'Phlebitis and thrombophlebitis of unspecified deep vessels of unspecified lower extremity','I80.209',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e54fd894-4e14-11e4-8a57-0800271c1b75'),(200,3,'Unspecified premature depolarization','I49.40',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e555571e-4e14-11e4-8a57-0800271c1b75'),(201,3,'Left ventricular failure','I50.1',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e558a80f-4e14-11e4-8a57-0800271c1b75'),(202,3,'Other pulmonary embolism without acute cor pulmonale','I26.99',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e58e9f7b-4e14-11e4-8a57-0800271c1b75'),(203,3,'Rheumatic heart disease, unspecified','I09.9',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e5ca8fa9-4e14-11e4-8a57-0800271c1b75'),(204,3,'Supraventricular tachycardia','I47.1',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e5cca440-4e14-11e4-8a57-0800271c1b75'),(205,3,'Phlebitis and thrombophlebitis of unspecified site','I80.9',NULL,NULL,1,'2014-10-07 16:57:18',NULL,NULL,0,NULL,NULL,NULL,'e5d01aaf-4e14-11e4-8a57-0800271c1b75'),(206,3,'Venous insufficiency (chronic) (peripheral)','I87.2',NULL,NULL,1,'2014-10-07 16:57:19',NULL,NULL,0,NULL,NULL,NULL,'e5d486c1-4e14-11e4-8a57-0800271c1b75'),(207,3,'Mild intermittent asthma with (acute) exacerbation','J45.21',NULL,NULL,1,'2014-10-07 16:57:19',NULL,NULL,0,NULL,NULL,NULL,'e5d99a80-4e14-11e4-8a57-0800271c1b75'),(208,3,'Acute bronchiolitis due to respiratory syncytial virus','J21.0',NULL,NULL,1,'2014-10-07 16:57:19',NULL,NULL,0,NULL,NULL,NULL,'e6519ff2-4e14-11e4-8a57-0800271c1b75'),(209,3,'Acute bronchitis, unspecified','J20.9',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e68e83cc-4e14-11e4-8a57-0800271c1b75'),(210,3,'Unspecified chronic bronchitis','J42',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e69224a9-4e14-11e4-8a57-0800271c1b75'),(211,3,'Acute bronchospasm','J98.01',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6940a8c-4e14-11e4-8a57-0800271c1b75'),(212,3,'Exercise induced bronchospasm','J45.990',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e697ec42-4e14-11e4-8a57-0800271c1b75'),(213,3,'Chronic obstructive pulmonary disease, unspecified','J44.9',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e69aec19-4e14-11e4-8a57-0800271c1b75'),(214,3,'Acute obstructive laryngitis [croup]','J05.0',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e69cb48a-4e14-11e4-8a57-0800271c1b75'),(215,3,'Emphysema, unspecified','J43.9',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e69fedee-4e14-11e4-8a57-0800271c1b75'),(216,3,'Acute laryngitis','J04.0',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6aa2bb0-4e14-11e4-8a57-0800271c1b75'),(217,3,'Peritonsillar abscess','J36',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6ad5adc-4e14-11e4-8a57-0800271c1b75'),(218,3,'Acute pharyngitis, unspecified','J02.9',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6b16b86-4e14-11e4-8a57-0800271c1b75'),(219,3,'Pleural effusion in other conditions classified elsewhere','J91.8',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6b38b12-4e14-11e4-8a57-0800271c1b75'),(220,3,'Pneumonia, unspecified organism','J18.9',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6c04a7d-4e14-11e4-8a57-0800271c1b75'),(221,3,'Respiratory disorder, unspecified','J98.9',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6c4353c-4e14-11e4-8a57-0800271c1b75'),(222,3,'Chronic rhinitis','J31.0',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6c6557e-4e14-11e4-8a57-0800271c1b75'),(223,3,'Acute frontal sinusitis, unspecified','J01.10',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6fbcbea-4e14-11e4-8a57-0800271c1b75'),(224,3,'Acute maxillary sinusitis, unspecified','J01.00',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e6fefd13-4e14-11e4-8a57-0800271c1b75'),(225,3,'Acute sinusitis, unspecified','J01.90',NULL,NULL,1,'2014-10-07 16:57:20',NULL,NULL,0,NULL,NULL,NULL,'e7011d4e-4e14-11e4-8a57-0800271c1b75'),(226,3,'Chronic frontal sinusitis','J32.1',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7088390-4e14-11e4-8a57-0800271c1b75'),(227,3,'Chronic maxillary sinusitis','J32.0',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e70bdbde-4e14-11e4-8a57-0800271c1b75'),(228,3,'Chronic sinusitis, unspecified','J32.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e70f6406-4e14-11e4-8a57-0800271c1b75'),(229,3,'Chronic disease of tonsils and adenoids, unspecified','J35.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7131b10-4e14-11e4-8a57-0800271c1b75'),(230,3,'Acute tonsillitis, unspecified','J03.90',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7165a6f-4e14-11e4-8a57-0800271c1b75'),(231,3,'Acute upper respiratory infection, unspecified','J06.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e71ae331-4e14-11e4-8a57-0800271c1b75'),(232,3,'Anal fissure, unspecified','K60.2',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e72440c9-4e14-11e4-8a57-0800271c1b75'),(233,3,'Acute cholecystitis','K81.0',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7277436-4e14-11e4-8a57-0800271c1b75'),(234,3,'Calculus of gallbladder without cholecystitis without obstruction','K80.20',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e765d054-4e14-11e4-8a57-0800271c1b75'),(235,3,'Constipation, unspecified','K59.00',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e76934c8-4e14-11e4-8a57-0800271c1b75'),(236,3,'Crohn\'s disease, unspecified, without complications','K50.90',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e76c6f0e-4e14-11e4-8a57-0800271c1b75'),(237,3,'Periapical abscess without sinus','K04.7',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7701672-4e14-11e4-8a57-0800271c1b75'),(238,3,'Dental caries, unspecified','K02.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e773bf79-4e14-11e4-8a57-0800271c1b75'),(239,3,'Disorder of teeth and supporting structures, unspecified','K08.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7753d13-4e14-11e4-8a57-0800271c1b75'),(240,3,'Diverticulitis of large intestine without perforation or abscess without bleeding','K57.32',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7794ec0-4e14-11e4-8a57-0800271c1b75'),(241,3,'Diverticulosis of large intestine without perforation or abscess without bleeding','K57.30',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e77e3a89-4e14-11e4-8a57-0800271c1b75'),(242,3,'Functional dyspepsia','K30',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e77ff309-4e14-11e4-8a57-0800271c1b75'),(243,3,'Disease of esophagus, unspecified','K22.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7837f84-4e14-11e4-8a57-0800271c1b75'),(244,3,'Esophagitis, unspecified','K20.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7871c61-4e14-11e4-8a57-0800271c1b75'),(245,3,'Functional intestinal disorder, unspecified','K59.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e7894ad6-4e14-11e4-8a57-0800271c1b75'),(246,3,'Disease of gallbladder, unspecified','K82.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e78c8c79-4e14-11e4-8a57-0800271c1b75'),(247,3,'Infectious gastroenteritis and colitis, unspecified','A09',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e79009bf-4e14-11e4-8a57-0800271c1b75'),(248,3,'Gastro-esophageal reflux disease without esophagitis','K21.9',NULL,NULL,1,'2014-10-07 16:57:21',NULL,NULL,0,NULL,NULL,NULL,'e793c907-4e14-11e4-8a57-0800271c1b75'),(249,3,'Unspecified hemorrhoids','K64.9',NULL,NULL,1,'2014-10-07 16:57:22',NULL,NULL,0,NULL,NULL,NULL,'e7f08773-4e14-11e4-8a57-0800271c1b75'),(250,3,'Diaphragmatic hernia without obstruction or gangrene','K44.9',NULL,NULL,1,'2014-10-07 16:57:22',NULL,NULL,0,NULL,NULL,NULL,'e7f4092e-4e14-11e4-8a57-0800271c1b75'),(251,3,'Unilateral inguinal hernia, without obstruction or gangrene, not specified as recurrent','K40.90',NULL,NULL,1,'2014-10-07 16:57:22',NULL,NULL,0,NULL,NULL,NULL,'e7f61883-4e14-11e4-8a57-0800271c1b75'),(252,3,'Unspecified abdominal hernia without obstruction or gangrene','K46.9',NULL,NULL,1,'2014-10-07 16:57:22',NULL,NULL,0,NULL,NULL,NULL,'e82d875e-4e14-11e4-8a57-0800271c1b75'),(253,3,'Unspecified intestinal obstruction','K56.60',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e86a9f87-4e14-11e4-8a57-0800271c1b75'),(254,3,'Irritable bowel syndrome without diarrhea','K58.9',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e86eb054-4e14-11e4-8a57-0800271c1b75'),(255,3,'Disease of tongue, unspecified','K14.9',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e870fa20-4e14-11e4-8a57-0800271c1b75'),(256,3,'Acute pancreatitis, unspecified','K85.9',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e873ee9f-4e14-11e4-8a57-0800271c1b75'),(257,3,'Peptic ulcer, site unspecified, unspecified as acute or chronic, without hemorrhage or perforation','K27.9',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e877b07b-4e14-11e4-8a57-0800271c1b75'),(258,3,'Ulcerative colitis, unspecified, without complications','K51.90',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e87b2409-4e14-11e4-8a57-0800271c1b75'),(259,3,'Disorder of breast, unspecified','N64.9',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e87fe6dd-4e14-11e4-8a57-0800271c1b75'),(260,3,'Unspecified lump in breast','N63',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e881cfdd-4e14-11e4-8a57-0800271c1b75'),(261,3,'Fibroadenosis of unspecified breast','N60.29',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e885eeb9-4e14-11e4-8a57-0800271c1b75'),(262,3,'Diffuse cystic mastopathy of unspecified breast','N60.19',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e887b623-4e14-11e4-8a57-0800271c1b75'),(263,3,'Galactorrhea not associated with childbirth','N64.3',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e88b38de-4e14-11e4-8a57-0800271c1b75'),(264,3,'Nonpurulent mastitis associated with lactation','O91.23',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e88ebfb1-4e14-11e4-8a57-0800271c1b75'),(265,3,'Inflammatory disorders of breast','N61',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e8c6e40d-4e14-11e4-8a57-0800271c1b75'),(266,3,'Amenorrhea, unspecified','N91.2',NULL,NULL,1,'2014-10-07 16:57:23',NULL,NULL,0,NULL,NULL,NULL,'e8c9de14-4e14-11e4-8a57-0800271c1b75'),(267,3,'Hormone replacement therapy (postmenopausal)','Z79.890',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e8cd7694-4e14-11e4-8a57-0800271c1b75'),(268,3,'Unspecified menopausal and perimenopausal disorder','N95.9',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e8cfcddb-4e14-11e4-8a57-0800271c1b75'),(269,3,'Excessive and frequent menstruation with regular cycle','N92.0',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e9044651-4e14-11e4-8a57-0800271c1b75'),(270,3,'Dysmenorrhea, unspecified','N94.6',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e906326d-4e14-11e4-8a57-0800271c1b75'),(271,3,'Excessive and frequent menstruation with irregular cycle','N92.1',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e908d2e3-4e14-11e4-8a57-0800271c1b75'),(272,3,'Premenstrual tension syndrome','N94.3',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e90c8345-4e14-11e4-8a57-0800271c1b75'),(273,3,'Cyst of Bartholin\'s gland','N75.0',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e90e43b6-4e14-11e4-8a57-0800271c1b75'),(274,3,'Polyp of cervix uteri','N84.1',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e9151867-4e14-11e4-8a57-0800271c1b75'),(275,3,'Inflammatory disease of cervix uteri','N72',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e921acc9-4e14-11e4-8a57-0800271c1b75'),(276,3,'Follicular cyst of ovary','N83.0',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e92570af-4e14-11e4-8a57-0800271c1b75'),(277,3,'Female genital prolapse, unspecified','N81.9',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e928c08e-4e14-11e4-8a57-0800271c1b75'),(278,3,'Dyspareunia','N94.1',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e92ab262-4e14-11e4-8a57-0800271c1b75'),(279,3,'Endometriosis, unspecified','N80.9',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e92d4fb0-4e14-11e4-8a57-0800271c1b75'),(280,3,'Unspecified condition associated with female genital organs and menstrual cycle','N94.9',NULL,NULL,1,'2014-10-07 16:57:24',NULL,NULL,0,NULL,NULL,NULL,'e962bb13-4e14-11e4-8a57-0800271c1b75'),(281,3,'Leiomyoma of uterus, unspecified','D25.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e966382b-4e14-11e4-8a57-0800271c1b75'),(282,3,'Stress incontinence (female) (male)','N39.3',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e99e290e-4e14-11e4-8a57-0800271c1b75'),(283,3,'Female pelvic inflammatory disease, unspecified','N73.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9a1bf7f-4e14-11e4-8a57-0800271c1b75'),(284,3,'Female infertility, unspecified','N97.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9a36848-4e14-11e4-8a57-0800271c1b75'),(285,3,'Male infertility, unspecified','N46.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9a65117-4e14-11e4-8a57-0800271c1b75'),(286,3,'Enlarged prostate with lower urinary tract symptoms','N40.1',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9a97b51-4e14-11e4-8a57-0800271c1b75'),(287,3,'Enlarged prostate without lower urinary tract symptoms','N40.0',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9ac9b66-4e14-11e4-8a57-0800271c1b75'),(288,3,'Hydrocele, unspecified','N43.3',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9aebf4b-4e14-11e4-8a57-0800271c1b75'),(289,3,'Male erectile dysfunction, unspecified','N52.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9b2534d-4e14-11e4-8a57-0800271c1b75'),(290,3,'Inflammatory disease of prostate, unspecified','N41.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9b418c9-4e14-11e4-8a57-0800271c1b75'),(291,3,'Elevated prostate specific antigen [PSA]','R97.2',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9eae160-4e14-11e4-8a57-0800271c1b75'),(292,3,'Nonspecific urethritis','N34.1',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9eef357-4e14-11e4-8a57-0800271c1b75'),(293,3,'Scrotal varices','I86.1',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9f0c6ac-4e14-11e4-8a57-0800271c1b75'),(294,3,'Urinary calculus, unspecified','N20.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9f3e1e5-4e14-11e4-8a57-0800271c1b75'),(295,3,'Acute nephritic syndrome with unspecified morphologic changes','N00.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9f7645f-4e14-11e4-8a57-0800271c1b75'),(296,3,'Chronic nephritic syndrome with unspecified morphologic changes','N03.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9fa632f-4e14-11e4-8a57-0800271c1b75'),(297,3,'Hematuria, unspecified','R31.9',NULL,NULL,1,'2014-10-07 16:57:25',NULL,NULL,0,NULL,NULL,NULL,'e9fd974f-4e14-11e4-8a57-0800271c1b75'),(298,3,'Acute tubulo-interstitial nephritis','N10',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea00bcf3-4e14-11e4-8a57-0800271c1b75'),(299,3,'Acute kidney failure, unspecified','N17.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea04ee0e-4e14-11e4-8a57-0800271c1b75'),(300,3,'Chronic kidney disease, unspecified','N18.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea07f2a2-4e14-11e4-8a57-0800271c1b75'),(301,3,'Disorder of kidney and ureter, unspecified','N28.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea0b57cc-4e14-11e4-8a57-0800271c1b75'),(302,3,'Urethral syndrome, unspecified','N34.3',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea0f45d7-4e14-11e4-8a57-0800271c1b75'),(303,3,'Obstructive and reflux uropathy, unspecified','N13.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea112cda-4e14-11e4-8a57-0800271c1b75'),(304,3,'Urinary tract infection, site not specified','N39.0',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea157729-4e14-11e4-8a57-0800271c1b75'),(305,3,'Encounter for elective termination of pregnancy','Z33.2',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea1a566a-4e14-11e4-8a57-0800271c1b75'),(306,3,'Complete or unspecified spontaneous abortion without complication','O03.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea1e335b-4e14-11e4-8a57-0800271c1b75'),(307,3,'Other premature separation of placenta, unspecified trimester','O45.8X9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea218c47-4e14-11e4-8a57-0800271c1b75'),(308,3,'Antepartum hemorrhage, unspecified, unspecified trimester','O46.90',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea259d99-4e14-11e4-8a57-0800271c1b75'),(309,3,'Complication of labor and delivery, unspecified','O75.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea29252f-4e14-11e4-8a57-0800271c1b75'),(310,3,'Decreased fetal movements, unspecified trimester, not applicable or unspecified','O36.8190',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea2e0b93-4e14-11e4-8a57-0800271c1b75'),(311,3,'Ectopic pregnancy, unspecified','O00.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea321685-4e14-11e4-8a57-0800271c1b75'),(312,3,'Endometritis following delivery','O86.12',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea343619-4e14-11e4-8a57-0800271c1b75'),(313,3,'Gestational [pregnancy-induced] hypertension without significant proteinuria, unspecified trimester','O13.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea376122-4e14-11e4-8a57-0800271c1b75'),(314,3,'Encounter for full-term uncomplicated delivery','O80',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea3aa7f8-4e14-11e4-8a57-0800271c1b75'),(315,3,'Complication of the puerperium, unspecified','O90.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea42906f-4e14-11e4-8a57-0800271c1b75'),(316,3,'Placenta previa with hemorrhage, unspecified trimester','O44.10',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea55875c-4e14-11e4-8a57-0800271c1b75'),(317,3,'Placenta previa specified as without hemorrhage, unspecified trimester','O44.00',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea5a0247-4e14-11e4-8a57-0800271c1b75'),(318,3,'Encounter for routine postpartum follow-up','Z39.2',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea5d7b4a-4e14-11e4-8a57-0800271c1b75'),(319,3,'Post-term pregnancy','O48.0',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea60ed69-4e14-11e4-8a57-0800271c1b75'),(320,3,'Pregnancy related conditions, unspecified, unspecified trimester','O26.90',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea65f5f3-4e14-11e4-8a57-0800271c1b75'),(321,3,'Pregnant state, incidental','Z33.1',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea69b92e-4e14-11e4-8a57-0800271c1b75'),(322,3,'Encounter for supervision of normal first pregnancy, unspecified trimester','Z34.00',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea6d9add-4e14-11e4-8a57-0800271c1b75'),(323,3,'Threatened abortion','O20.0',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea6faf1d-4e14-11e4-8a57-0800271c1b75'),(324,3,'Twin pregnancy, unspecified number of placenta and unspecified number of amniotic sacs, unspecified trimester','O30.009',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea728c57-4e14-11e4-8a57-0800271c1b75'),(325,3,'Vomiting of pregnancy, unspecified','O21.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea760285-4e14-11e4-8a57-0800271c1b75'),(326,3,'Actinic keratosis','L57.0',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea7a77ca-4e14-11e4-8a57-0800271c1b75'),(327,3,'Nonscarring hair loss, unspecified','L65.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea7dee65-4e14-11e4-8a57-0800271c1b75'),(328,3,'Unspecified contact dermatitis, unspecified cause','L25.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea803b89-4e14-11e4-8a57-0800271c1b75'),(329,3,'Corns and callosities','L84',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea82e41c-4e14-11e4-8a57-0800271c1b75'),(330,3,'Diaper dermatitis','L22',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea85e487-4e14-11e4-8a57-0800271c1b75'),(331,3,'Follicular disorder, unspecified','L73.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea892aa4-4e14-11e4-8a57-0800271c1b75'),(332,3,'Ingrowing nail','L60.0',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea8c3738-4e14-11e4-8a57-0800271c1b75'),(333,3,'Acute lymphadenitis, unspecified','L04.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea8e6e0d-4e14-11e4-8a57-0800271c1b75'),(334,3,'Nail disorder, unspecified','L60.9',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea91692c-4e14-11e4-8a57-0800271c1b75'),(335,3,'Tinea unguium','B35.1',NULL,NULL,1,'2014-10-07 16:57:26',NULL,NULL,0,NULL,NULL,NULL,'ea942c4e-4e14-11e4-8a57-0800271c1b75'),(336,3,'Disorder of the skin and subcutaneous tissue, unspecified','L98.9',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'ea970d6a-4e14-11e4-8a57-0800271c1b75'),(337,3,'Pityriasis rosea','L42',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'ea9b1f11-4e14-11e4-8a57-0800271c1b75'),(338,3,'Pruritus, unspecified','L29.9',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'ea9e866c-4e14-11e4-8a57-0800271c1b75'),(339,3,'Sebaceous cyst','L72.3',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'eaa064d4-4e14-11e4-8a57-0800271c1b75'),(340,3,'Seborrheic dermatitis, unspecified','L21.9',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'eaa54843-4e14-11e4-8a57-0800271c1b75'),(341,3,'Other seborrheic keratosis','L82.1',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'eadfb1dc-4e14-11e4-8a57-0800271c1b75'),(342,3,'Non-pressure chronic ulcer of skin of other sites with unspecified severity','L98.499',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'eb1ec5da-4e14-11e4-8a57-0800271c1b75'),(343,3,'Urticaria, unspecified','L50.9',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'eb216716-4e14-11e4-8a57-0800271c1b75'),(344,3,'Unspecified acquired deformity of unspecified limb','M21.90',NULL,NULL,1,'2014-10-07 16:57:27',NULL,NULL,0,NULL,NULL,NULL,'eb2669ba-4e14-11e4-8a57-0800271c1b75'),(345,3,'Traumatic arthropathy, unspecified site','M12.50',NULL,NULL,1,'2014-10-07 16:57:28',NULL,NULL,0,NULL,NULL,NULL,'eb5b5123-4e14-11e4-8a57-0800271c1b75'),(346,3,'Arthropathy, unspecified','M12.9',NULL,NULL,1,'2014-10-07 16:57:28',NULL,NULL,0,NULL,NULL,NULL,'eb5d6801-4e14-11e4-8a57-0800271c1b75'),(347,3,'Other specified dorsopathies, cervical region','M53.82',NULL,NULL,1,'2014-10-07 16:57:28',NULL,NULL,0,NULL,NULL,NULL,'ebc70b72-4e14-11e4-8a57-0800271c1b75'),(348,3,'Systemic involvement of connective tissue, unspecified','M35.9',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec04f651-4e14-11e4-8a57-0800271c1b75'),(349,3,'Unspecified internal derangement of unspecified knee','M23.90',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec08bbb8-4e14-11e4-8a57-0800271c1b75'),(350,3,'Unspecified thoracic, thoracolumbar and lumbosacral intervertebral disc disorder','M51.9',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec0de509-4e14-11e4-8a57-0800271c1b75'),(351,3,'Ganglion, unspecified site','M67.40',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec41b940-4e14-11e4-8a57-0800271c1b75'),(352,3,'Other specified deforming dorsopathies, site unspecified','M43.8X9',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec4549ec-4e14-11e4-8a57-0800271c1b75'),(353,3,'Muscle weakness (generalized)','M62.81',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec480a28-4e14-11e4-8a57-0800271c1b75'),(354,3,'Spondylosis without myelopathy or radiculopathy, site unspecified','M47.819',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec4b8a78-4e14-11e4-8a57-0800271c1b75'),(355,3,'Other chronic osteomyelitis, unspecified site','M86.60',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec4eea67-4e14-11e4-8a57-0800271c1b75'),(356,3,'Age-related osteoporosis without current pathological fracture','M81.0',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec5141ea-4e14-11e4-8a57-0800271c1b75'),(357,3,'Pain in unspecified limb','M79.609',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec5478e0-4e14-11e4-8a57-0800271c1b75'),(358,3,'Polymyalgia rheumatica','M35.3',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec58d117-4e14-11e4-8a57-0800271c1b75'),(359,3,'Rheumatoid arthritis, unspecified','M06.9',NULL,NULL,1,'2014-10-07 16:57:29',NULL,NULL,0,NULL,NULL,NULL,'ec5b73eb-4e14-11e4-8a57-0800271c1b75'),(360,3,'Synovitis and tenosynovitis, unspecified','M65.9',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ec8eed91-4e14-11e4-8a57-0800271c1b75'),(361,3,'Congenital malformation, unspecified','Q89.9',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ec93f709-4e14-11e4-8a57-0800271c1b75'),(362,3,'Unspecified congenital malformation of limb(s)','Q74.9',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ec987b40-4e14-11e4-8a57-0800271c1b75'),(363,3,'Congenital hypertrophic pyloric stenosis','Q40.0',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ec9a4d8c-4e14-11e4-8a57-0800271c1b75'),(364,3,'Undescended testicle, unspecified','Q53.9',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ec9d8092-4e14-11e4-8a57-0800271c1b75'),(365,3,'Other problems with newborn','P84',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ecb4d59e-4e14-11e4-8a57-0800271c1b75'),(366,3,'Birth injury, unspecified','P15.9',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ecb85a11-4e14-11e4-8a57-0800271c1b75'),(367,3,'Metabolic acidemia, unspecified','P19.9',NULL,NULL,1,'2014-10-07 16:57:30',NULL,NULL,0,NULL,NULL,NULL,'ecbbc09c-4e14-11e4-8a57-0800271c1b75'),(368,3,'Neonatal jaundice from other specified causes','P59.8',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed0253aa-4e14-11e4-8a57-0800271c1b75'),(369,3,'Post-term newborn','P08.21',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed064f03-4e14-11e4-8a57-0800271c1b75'),(370,3,'Respiratory distress syndrome of newborn','P22.0',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed74cab7-4e14-11e4-8a57-0800271c1b75'),(371,3,'Respiratory condition of newborn, unspecified','P28.9',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed784b35-4e14-11e4-8a57-0800271c1b75'),(372,3,'Bacterial sepsis of newborn, unspecified','P36.9',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed7bd15e-4e14-11e4-8a57-0800271c1b75'),(373,3,'Condition of the integument specific to newborn, unspecified','P83.9',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed7dc5ab-4e14-11e4-8a57-0800271c1b75'),(374,3,'Ill-defined and unknown cause of mortality','R99',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed812114-4e14-11e4-8a57-0800271c1b75'),(375,3,'Single liveborn infant, delivered vaginally','Z38.00',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed854f0d-4e14-11e4-8a57-0800271c1b75'),(376,3,'Injury, unspecified','T14.90',NULL,NULL,1,'2014-10-07 16:57:31',NULL,NULL,0,NULL,NULL,NULL,'ed8bf8d4-4e14-11e4-8a57-0800271c1b75'),(377,3,'Unspecified dislocation of unspecified shoulder joint, initial encounter','S43.006A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edc29cdd-4e14-11e4-8a57-0800271c1b75'),(378,3,'Sprain of unspecified parts of thorax, initial encounter','S23.9XXA',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edcb3f69-4e14-11e4-8a57-0800271c1b75'),(379,3,'Stress fracture, unspecified tibia and fibula, initial encounter for fracture','M84.369A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edcfcced-4e14-11e4-8a57-0800271c1b75'),(380,3,'Other fracture of unspecified lower leg, initial encounter for closed fracture','S82.899A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edd40a82-4e14-11e4-8a57-0800271c1b75'),(381,3,'Fracture of unspecified carpal bone, unspecified wrist, initial encounter for closed fracture','S62.109A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'ede6445c-4e14-11e4-8a57-0800271c1b75'),(382,3,'Fracture of unspecified part of unspecified clavicle, initial encounter for closed fracture','S42.009A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edeaa8cb-4e14-11e4-8a57-0800271c1b75'),(383,3,'Fracture of unspecified part of neck of unspecified femur, initial encounter for closed fracture','S72.009A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edef9369-4e14-11e4-8a57-0800271c1b75'),(384,3,'Unspecified fracture of shaft of unspecified femur, initial encounter for closed fracture','S72.309A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edf3dc88-4e14-11e4-8a57-0800271c1b75'),(385,3,'Unspecified fracture of shaft of right fibula, initial encounter for closed fracture','S82.401A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edf627dc-4e14-11e4-8a57-0800271c1b75'),(386,3,'Unspecified fracture of unspecified foot, initial encounter for closed fracture','S92.909A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edfa7566-4e14-11e4-8a57-0800271c1b75'),(387,3,'Unspecified fracture of unspecified forearm, initial encounter for closed fracture','S52.90XA',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'edfe4836-4e14-11e4-8a57-0800271c1b75'),(388,3,'Unspecified fracture of shaft of humerus, unspecified arm, initial encounter for closed fracture','S42.309A',NULL,NULL,1,'2014-10-07 16:57:32',NULL,NULL,0,NULL,NULL,NULL,'ee01f673-4e14-11e4-8a57-0800271c1b75'),(389,3,'Unspecified fracture of unspecified metacarpal bone, initial encounter for closed fracture','S62.309A',NULL,NULL,1,'2014-10-07 16:57:33',NULL,NULL,0,NULL,NULL,NULL,'ee3f7013-4e14-11e4-8a57-0800271c1b75'),(390,3,'Fracture of nasal bones, initial encounter for closed fracture','S02.2XXA',NULL,NULL,1,'2014-10-07 16:57:33',NULL,NULL,0,NULL,NULL,NULL,'ee7b3eb8-4e14-11e4-8a57-0800271c1b75'),(391,3,'Other injury of unspecified body region','T14.8',NULL,NULL,1,'2014-10-07 16:57:33',NULL,NULL,0,NULL,NULL,NULL,'ee7f53d4-4e14-11e4-8a57-0800271c1b75'),(392,3,'Fracture of unspecified parts of lumbosacral spine and pelvis, initial encounter for closed fracture','S32.9XXA',NULL,NULL,1,'2014-10-07 16:57:33',NULL,NULL,0,NULL,NULL,NULL,'eebd1e98-4e14-11e4-8a57-0800271c1b75'),(393,3,'Fracture of one rib, unspecified side, initial encounter for closed fracture','S22.39XA',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'eef7c257-4e14-11e4-8a57-0800271c1b75'),(394,3,'Unspecified fracture of skull, initial encounter for closed fracture','S02.91XA',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'eefa20dd-4e14-11e4-8a57-0800271c1b75'),(395,3,'Unspecified fracture of shaft of right tibia, initial encounter for closed fracture','S82.201A',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'eeff9f1c-4e14-11e4-8a57-0800271c1b75'),(396,3,'Encounter for follow-up examination after completed treatment for conditions other than malignant neoplasm','Z09',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'ef0325eb-4e14-11e4-8a57-0800271c1b75'),(397,3,'Unspecified multiple injuries','T07',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'ef06683e-4e14-11e4-8a57-0800271c1b75'),(398,3,'Effect of reduced temperature, unspecified, initial encounter','T69.9XXA',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'ef0857d5-4e14-11e4-8a57-0800271c1b75'),(399,3,'Crushing injury of unspecified hip with thigh, initial encounter','S77.20XA',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'ef517f18-4e14-11e4-8a57-0800271c1b75'),(400,3,'Exhaustion due to exposure, initial encounter','T73.2XXA',NULL,NULL,1,'2014-10-07 16:57:34',NULL,NULL,0,NULL,NULL,NULL,'ef570452-4e14-11e4-8a57-0800271c1b75'),(401,3,'Accidental discharge from unspecified firearms or gun, initial encounter','W34.00XA',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'ef5c4072-4e14-11e4-8a57-0800271c1b75'),(402,3,'Other specified intracranial injury without loss of consciousness, initial encounter','S06.890A',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'ef60be34-4e14-11e4-8a57-0800271c1b75'),(403,3,'Effect of heat and light, unspecified, initial encounter','T67.9XXA',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'ef645cf2-4e14-11e4-8a57-0800271c1b75'),(404,3,'Adverse effect of unspecified drugs, medicaments and biological substances, initial encounter','T50.905A',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efa2202f-4e14-11e4-8a57-0800271c1b75'),(405,3,'Unspecified open wound of lower back and pelvis without penetration into retroperitoneum, initial encounter','S31.000A',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efa46110-4e14-11e4-8a57-0800271c1b75'),(406,3,'Unspecified open wound, unspecified hip, initial encounter','S71.009A',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efa80e2b-4e14-11e4-8a57-0800271c1b75'),(407,3,'Unspecified open wound of unspecified shoulder, initial encounter','S41.009A',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efabbad8-4e14-11e4-8a57-0800271c1b75'),(408,3,'Encounter for examination and observation following alleged adult rape','Z04.41',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efb3df16-4e14-11e4-8a57-0800271c1b75'),(409,3,'Acute nasopharyngitis [common cold]','J00',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efb86062-4e14-11e4-8a57-0800271c1b75'),(410,3,'Other specified conditions associated with female genital organs and menstrual cycle','N94.89',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efbbc15e-4e14-11e4-8a57-0800271c1b75'),(411,3,'Bronchitis, not specified as acute or chronic','J40',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efbec3a4-4e14-11e4-8a57-0800271c1b75'),(412,3,'Submucous leiomyoma of uterus','D25.0',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efc2fe9a-4e14-11e4-8a57-0800271c1b75'),(413,3,'Gangrene, not elsewhere classified','I96',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efc61f03-4e14-11e4-8a57-0800271c1b75'),(414,3,'Tinea barbae and tinea capitis','B35.0',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efc7ca4f-4e14-11e4-8a57-0800271c1b75'),(415,3,'Premature ejaculation','F52.4',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efcb2dc3-4e14-11e4-8a57-0800271c1b75'),(416,3,'Endocrine, nutritional and metabolic diseases complicating pregnancy, unspecified trimester','O99.280',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efce26fd-4e14-11e4-8a57-0800271c1b75'),(417,3,'Other specified soft tissue disorders','M79.89',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efd0608b-4e14-11e4-8a57-0800271c1b75'),(418,3,'Measles complicated by encephalitis','B05.0',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efd37929-4e14-11e4-8a57-0800271c1b75'),(419,3,'Tinea imbricata','B35.5',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efd9f1ce-4e14-11e4-8a57-0800271c1b75'),(420,3,'Tinea nigra','B36.1',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efdbee75-4e14-11e4-8a57-0800271c1b75'),(421,3,'Streptococcal meningitis','G00.2',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efdf9698-4e14-11e4-8a57-0800271c1b75'),(422,3,'Benign intracranial hypertension','G93.2',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efe1b6fc-4e14-11e4-8a57-0800271c1b75'),(423,3,'Endomyocardial (eosinophilic) disease','I42.3',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efe9aa2a-4e14-11e4-8a57-0800271c1b75'),(424,3,'Endometriosis of uterus','N80.0',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'efef35d4-4e14-11e4-8a57-0800271c1b75'),(425,3,'(Induced) termination of pregnancy with unspecified complications','O04.80',NULL,NULL,1,'2014-10-07 16:57:35',NULL,NULL,0,NULL,NULL,NULL,'eff364b5-4e14-11e4-8a57-0800271c1b75'),(426,3,'Synovial cyst of popliteal space [Baker], unspecified knee','M71.20',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'eff7a83b-4e14-11e4-8a57-0800271c1b75'),(427,3,'Encysted hydrocele','N43.0',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'effcfbf6-4e14-11e4-8a57-0800271c1b75'),(428,3,'Hypoparathyroidism, unspecified','E20.9',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f0033ddf-4e14-11e4-8a57-0800271c1b75'),(429,3,'#N/A','M06.4',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f00a101f-4e14-11e4-8a57-0800271c1b75'),(430,3,'Eosinophilia','D72.1',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f00bdb9a-4e14-11e4-8a57-0800271c1b75'),(431,3,'Other hemorrhoids','K64.8',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f00e544e-4e14-11e4-8a57-0800271c1b75'),(432,3,'Incomplete uterovaginal prolapse','N81.2',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f017291d-4e14-11e4-8a57-0800271c1b75'),(433,3,'Calculus of ureter','N20.1',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f01ae6e8-4e14-11e4-8a57-0800271c1b75'),(434,3,'Nephrotic syndrome with diffuse endocapillary proliferative glomerulonephritis','N04.4',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f01c5b1a-4e14-11e4-8a57-0800271c1b75'),(435,3,'Female infertility associated with anovulation','N97.0',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f01f3276-4e14-11e4-8a57-0800271c1b75'),(436,3,'Unspecified protein-calorie malnutrition','E46',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f024325b-4e14-11e4-8a57-0800271c1b75'),(437,3,'Abscess of epididymis or testis','N45.4',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f04a6f28-4e14-11e4-8a57-0800271c1b75'),(438,3,'Hypospadias, unspecified','Q54.9',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f08501d5-4e14-11e4-8a57-0800271c1b75'),(439,3,'Sciatica, unspecified side','M54.30',NULL,NULL,1,'2014-10-07 16:57:36',NULL,NULL,0,NULL,NULL,NULL,'f08882f0-4e14-11e4-8a57-0800271c1b75'),(440,3,'Cleft lip, unilateral','Q36.9',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f08ce985-4e14-11e4-8a57-0800271c1b75'),(441,3,'Bitten by dog, initial encounter','W54.0XXA',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f091873c-4e14-11e4-8a57-0800271c1b75'),(442,3,'Vitamin A deficiency with conjunctival xerosis','E50.0',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f0940dd8-4e14-11e4-8a57-0800271c1b75'),(443,3,'Allergic urticaria','L50.0',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f0d19ee1-4e14-11e4-8a57-0800271c1b75'),(444,3,'Vitiligo','L80',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f0d612bb-4e14-11e4-8a57-0800271c1b75'),(445,3,'Recurrent oral aphthae','K12.0',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f0dff89a-4e14-11e4-8a57-0800271c1b75'),(446,3,'Hypertrophic scar','L91.0',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f11dd737-4e14-11e4-8a57-0800271c1b75'),(447,3,'Portal hypertension','K76.6',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f120334c-4e14-11e4-8a57-0800271c1b75'),(448,3,'Crossing vessel and stricture of ureter without hydronephrosis','N13.5',NULL,NULL,1,'2014-10-07 16:57:37',NULL,NULL,0,NULL,NULL,NULL,'f124c426-4e14-11e4-8a57-0800271c1b75'),(449,3,'Allergic rhinitis due to pollen','J30.1',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f1292ad8-4e14-11e4-8a57-0800271c1b75'),(450,3,'Cholera due to Vibrio cholerae 01, biovar cholerae','A00.0',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f12adde2-4e14-11e4-8a57-0800271c1b75'),(451,3,'Carcinoma in situ of stomach','D00.2',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f12e0431-4e14-11e4-8a57-0800271c1b75'),(452,3,'Calculus of kidney','N20.0',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f16e6ca3-4e14-11e4-8a57-0800271c1b75'),(453,3,'Other forms of angina pectoris','I20.8',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f17135c9-4e14-11e4-8a57-0800271c1b75'),(454,3,'Ankylosing spondylitis of unspecified sites in spine','M45.9',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f17b6231-4e14-11e4-8a57-0800271c1b75'),(455,3,'Hirschsprung\'s disease','Q43.1',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f1b80522-4e14-11e4-8a57-0800271c1b75'),(456,3,'Eczema herpeticum','B00.0',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f1bb441c-4e14-11e4-8a57-0800271c1b75'),(457,3,'Unspecified kidney failure','N19',NULL,NULL,1,'2014-10-07 16:57:38',NULL,NULL,0,NULL,NULL,NULL,'f1bcfbd8-4e14-11e4-8a57-0800271c1b75'),(458,3,'Calculus in urethra','N21.1',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f1c0a66c-4e14-11e4-8a57-0800271c1b75'),(459,3,'Nonspecific lymphadenitis, unspecified','I88.9',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f1c41754-4e14-11e4-8a57-0800271c1b75'),(460,3,'Rheumatic chorea with heart involvement','I02.0',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f1c734d8-4e14-11e4-8a57-0800271c1b75'),(461,3,'Lymphangitis','I89.1',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f1ca2966-4e14-11e4-8a57-0800271c1b75'),(462,3,'Nephrotic syndrome with unspecified morphologic changes','N04.9',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f207392e-4e14-11e4-8a57-0800271c1b75'),(463,3,'Abscess of breast associated with pregnancy, unspecified trimester','O91.119',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f2094521-4e14-11e4-8a57-0800271c1b75'),(464,3,'Unspecified jaundice','R17',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f2425ada-4e14-11e4-8a57-0800271c1b75'),(465,3,'Acute amebic dysentery','A06.0',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f2442f39-4e14-11e4-8a57-0800271c1b75'),(466,3,'Other benign neoplasm of cervix uteri','D26.0',NULL,NULL,1,'2014-10-07 16:57:39',NULL,NULL,0,NULL,NULL,NULL,'f248c6fc-4e14-11e4-8a57-0800271c1b75'),(467,3,'Carcinoma in situ of prostate','D07.5',NULL,NULL,1,'2014-10-07 16:57:40',NULL,NULL,0,NULL,NULL,NULL,'f2843053-4e14-11e4-8a57-0800271c1b75'),(468,3,'Carcinoma in situ of penis','D07.4',NULL,NULL,1,'2014-10-07 16:57:40',NULL,NULL,0,NULL,NULL,NULL,'f2ac7abf-4e14-11e4-8a57-0800271c1b75'),(469,3,'Periodontosis','K05.4',NULL,NULL,1,'2014-10-07 16:57:40',NULL,NULL,0,NULL,NULL,NULL,'f2aea01f-4e14-11e4-8a57-0800271c1b75'),(470,3,'Unspecified appendicitis','K37',NULL,NULL,1,'2014-10-07 16:57:40',NULL,NULL,0,NULL,NULL,NULL,'f2b2f3ef-4e14-11e4-8a57-0800271c1b75'),(471,3,'Carcinoma in situ of bladder','D09.0',NULL,NULL,1,'2014-10-07 16:57:40',NULL,NULL,0,NULL,NULL,NULL,'f2ebee6e-4e14-11e4-8a57-0800271c1b75'),(472,3,'Gastrointestinal hemorrhage, unspecified','K92.2',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f2eff7cc-4e14-11e4-8a57-0800271c1b75'),(473,3,'Non-pressure chronic ulcer of unspecified heel and midfoot with unspecified severity','L97.409',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f2f6b4b7-4e14-11e4-8a57-0800271c1b75'),(474,3,'Epispadias','Q64.0',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f2f9b2e8-4e14-11e4-8a57-0800271c1b75'),(475,3,'Congenital spondylolisthesis','Q76.2',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f2fb7a58-4e14-11e4-8a57-0800271c1b75'),(476,3,'Benign neoplasm of major salivary gland, unspecified','D11.9',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f2ffe0d2-4e14-11e4-8a57-0800271c1b75'),(477,3,'Enuresis not due to a substance or known physiological condition','F98.0',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f301ad44-4e14-11e4-8a57-0800271c1b75'),(478,3,'Encopresis not due to a substance or known physiological condition','F98.1',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f304a96e-4e14-11e4-8a57-0800271c1b75'),(479,3,'Paralytic syndrome, unspecified','G83.9',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f3064341-4e14-11e4-8a57-0800271c1b75'),(480,3,'Diseases of mediastinum, not elsewhere classified','J98.5',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f30c43f6-4e14-11e4-8a57-0800271c1b75'),(481,3,'Perforation of intestine (nontraumatic)','K63.1',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f30fe9cf-4e14-11e4-8a57-0800271c1b75'),(482,3,'Other specified disorders of male genital organs','N50.8',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f311a6a5-4e14-11e4-8a57-0800271c1b75'),(483,3,'Other prurigo','L28.2',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f316e4cd-4e14-11e4-8a57-0800271c1b75'),(484,3,'Non-pressure chronic ulcer of other part of unspecified foot with unspecified severity','L97.509',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f31b3b3f-4e14-11e4-8a57-0800271c1b75'),(485,3,'Pauciarticular juvenile rheumatoid arthritis, unspecified site','M08.40',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f31e952e-4e14-11e4-8a57-0800271c1b75'),(486,3,'Fibroblastic disorder, unspecified','M72.9',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f3202748-4e14-11e4-8a57-0800271c1b75'),(487,3,'Other chronic osteomyelitis, unspecified tibia and fibula','M86.669',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f3565cdf-4e14-11e4-8a57-0800271c1b75'),(488,3,'Encephalocele, unspecified','Q01.9',NULL,NULL,1,'2014-10-07 16:57:41',NULL,NULL,0,NULL,NULL,NULL,'f359bcfb-4e14-11e4-8a57-0800271c1b75'),(489,3,'Malformation of coronary vessels','Q24.5',NULL,NULL,1,'2014-10-07 16:57:42',NULL,NULL,0,NULL,NULL,NULL,'f393a7f7-4e14-11e4-8a57-0800271c1b75'),(490,3,'Unspecified fracture of unspecified wrist and hand, initial encounter for closed fracture','S62.90XA',NULL,NULL,1,'2014-10-07 16:57:42',NULL,NULL,0,NULL,NULL,NULL,'f39b8f7a-4e14-11e4-8a57-0800271c1b75'),(491,3,'Contusion of unspecified front wall of thorax, initial encounter','S20.219A',NULL,NULL,1,'2014-10-07 16:57:42',NULL,NULL,0,NULL,NULL,NULL,'f39dacae-4e14-11e4-8a57-0800271c1b75'),(492,3,'Driver of snowmobile injured in nontraffic accident, initial encounter','V86.52XA',NULL,NULL,1,'2014-10-07 16:57:42',NULL,NULL,0,NULL,NULL,NULL,'f3a165ae-4e14-11e4-8a57-0800271c1b75'),(493,3,'Irritant contact dermatitis due to detergents','L24.0',NULL,NULL,1,'2014-10-07 16:57:42',NULL,NULL,0,NULL,NULL,NULL,'f3a515f8-4e14-11e4-8a57-0800271c1b75'),(494,1,'Admission Decision','Admission Decision',NULL,'',1,'2014-12-23 16:25:26',NULL,NULL,0,NULL,NULL,NULL,'33bf5dbc-8a92-11e4-977f-0800271c1b75'),(495,1,'Deny Admission','Deny Admission',NULL,'Deny Admission',1,'2014-12-23 16:25:26',NULL,NULL,0,NULL,NULL,NULL,'33c28091-8a92-11e4-977f-0800271c1b75'),(496,1,NULL,'UNDO_DISCHARGE',NULL,NULL,1,'2015-02-19 11:24:25',NULL,NULL,0,NULL,NULL,NULL,'c2bcc66e-b7fb-11e4-9c67-080027b662ec'),(497,5,'SPECIMEN ID','159968',NULL,'Specimen Id',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693b1cc0-12b2-11e6-8c00-080027d2adbd'),(498,5,'SPECIMEN COLLECTION DATE','159951',NULL,'Specimen Collection Date',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693c2dcd-12b2-11e6-8c00-080027d2adbd'),(499,5,'SPECIMEN SAMPLE SOURCE','159959',NULL,'Specimen Sample Source',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693c5646-12b2-11e6-8c00-080027d2adbd'),(500,6,'SPECIMEN ID','SPECIMEN_ID',NULL,'Specimen Id',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693ec3df-12b2-11e6-8c00-080027d2adbd'),(501,6,'SPECIMEN COLLECTION DATE','SPECIMEN_COLLECTION_DATE',NULL,'Specimen Collection Date',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693eef63-12b2-11e6-8c00-080027d2adbd'),(502,6,'SPECIMEN SAMPLE SOURCE','SPECIMEN_SAMPLE_SOURCE',NULL,'Specimen Sample Source',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693f15b3-12b2-11e6-8c00-080027d2adbd'),(503,6,'BACTERIOLOGY CONCEPT SET','BACTERIOLOGY_CONCEPT_SET',NULL,'Bacteriology Concept Set',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'693f3bb4-12b2-11e6-8c00-080027d2adbd'),(504,6,'SPECIMEN SAMPLE SOURCE NON CODED','SPECIMEN_SAMPLE_SOURCE_FREE_TEXT',NULL,'Specimen Sample Source',1,'2016-05-05 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'69619af9-12b2-11e6-8c00-080027d2adbd'); +/*!40000 ALTER TABLE `concept_reference_term` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_reference_term_map` +-- + +DROP TABLE IF EXISTS `concept_reference_term_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_reference_term_map` ( + `concept_reference_term_map_id` int(11) NOT NULL AUTO_INCREMENT, + `term_a_id` int(11) NOT NULL, + `term_b_id` int(11) NOT NULL, + `a_is_to_b_id` int(11) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_reference_term_map_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `mapped_term_a` (`term_a_id`), + KEY `mapped_term_b` (`term_b_id`), + KEY `mapped_concept_map_type_ref_term_map` (`a_is_to_b_id`), + KEY `mapped_user_creator_ref_term_map` (`creator`), + KEY `mapped_user_changed_ref_term_map` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_reference_term_map` +-- + +LOCK TABLES `concept_reference_term_map` WRITE; +/*!40000 ALTER TABLE `concept_reference_term_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_reference_term_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Temporary table structure for view `concept_reference_term_map_view` +-- + +DROP TABLE IF EXISTS `concept_reference_term_map_view`; +/*!50001 DROP VIEW IF EXISTS `concept_reference_term_map_view`*/; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +/*!50001 CREATE VIEW `concept_reference_term_map_view` AS SELECT + 1 AS `concept_id`, + 1 AS `concept_map_type_name`, + 1 AS `code`, + 1 AS `concept_reference_term_name`, + 1 AS `concept_reference_source_name`*/; +SET character_set_client = @saved_cs_client; + +-- +-- Table structure for table `concept_set` +-- + +DROP TABLE IF EXISTS `concept_set`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_set` ( + `concept_set_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL DEFAULT '0', + `concept_set` int(11) NOT NULL DEFAULT '0', + `sort_weight` double DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_set_id`), + UNIQUE KEY `concept_set_uuid_index` (`uuid`), + KEY `idx_concept_set_concept` (`concept_id`), + KEY `has_a` (`concept_set`), + KEY `user_who_created` (`creator`) +) ENGINE=InnoDB AUTO_INCREMENT=4796 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_set` +-- + +LOCK TABLES `concept_set` WRITE; +/*!40000 ALTER TABLE `concept_set` DISABLE KEYS */; +INSERT INTO `concept_set` VALUES (1,14,13,1,1,'2014-09-18 14:18:05','81c6f356-3f10-11e4-adec-0800271c1b75'),(2,15,13,1,1,'2014-09-18 14:18:05','81c7b2a7-3f10-11e4-adec-0800271c1b75'),(3,16,13,1,1,'2014-09-18 14:18:05','81c85f62-3f10-11e4-adec-0800271c1b75'),(4,19,13,1,1,'2014-09-18 14:18:05','81ca509d-3f10-11e4-adec-0800271c1b75'),(5,25,26,1,1,'2014-09-18 14:18:05','81d46f31-3f10-11e4-adec-0800271c1b75'),(6,27,26,1,1,'2014-09-18 14:18:05','81d561bf-3f10-11e4-adec-0800271c1b75'),(7,37,36,1,1,'2014-09-18 14:18:06','82053e98-3f10-11e4-adec-0800271c1b75'),(8,38,36,1,1,'2014-09-18 14:18:06','820607db-3f10-11e4-adec-0800271c1b75'),(9,39,36,1,1,'2014-09-18 14:18:06','8206c256-3f10-11e4-adec-0800271c1b75'),(10,40,36,1,1,'2014-09-18 14:18:06','8207838f-3f10-11e4-adec-0800271c1b75'),(11,41,36,1,1,'2014-09-18 14:18:06','820842a2-3f10-11e4-adec-0800271c1b75'),(12,42,36,1,1,'2014-09-18 14:18:06','821f6bc7-3f10-11e4-adec-0800271c1b75'),(13,47,46,1,1,'2014-09-18 14:18:06','822a941d-3f10-11e4-adec-0800271c1b75'),(17,60,57,7,1,'2014-09-18 14:18:52','9d5ddf79-3f10-11e4-adec-0800271c1b75'),(18,61,57,6,1,'2014-09-18 14:18:52','9d64eb0e-3f10-11e4-adec-0800271c1b75'),(19,62,57,5,1,'2014-09-18 14:18:52','9d65c6c7-3f10-11e4-adec-0800271c1b75'),(20,63,57,2,1,'2014-09-18 14:18:52','9d6665c7-3f10-11e4-adec-0800271c1b75'),(21,64,57,3,1,'2014-09-18 14:18:52','9d672554-3f10-11e4-adec-0800271c1b75'),(22,66,65,1,1,'2014-09-18 14:18:52','9d6adfce-3f10-11e4-adec-0800271c1b75'),(23,67,65,1,1,'2014-09-18 14:18:52','9d6b9195-3f10-11e4-adec-0800271c1b75'),(24,68,65,1,1,'2014-09-18 14:18:52','9d6c62f4-3f10-11e4-adec-0800271c1b75'),(25,69,65,1,1,'2014-09-18 14:18:52','9d6d37dc-3f10-11e4-adec-0800271c1b75'),(26,70,65,1,1,'2014-09-18 14:18:52','9d6e094d-3f10-11e4-adec-0800271c1b75'),(27,71,65,1,1,'2014-09-18 14:18:52','9d6ee2f1-3f10-11e4-adec-0800271c1b75'),(28,72,65,1,1,'2014-09-18 14:18:52','9d6fb573-3f10-11e4-adec-0800271c1b75'),(30,74,65,1,1,'2014-09-18 14:18:52','9d715457-3f10-11e4-adec-0800271c1b75'),(31,76,75,1,1,'2014-09-18 14:18:52','9d74c006-3f10-11e4-adec-0800271c1b75'),(32,82,81,1,1,'2014-09-18 14:18:52','9d87f8a4-3f10-11e4-adec-0800271c1b75'),(33,83,81,2,1,'2014-09-18 14:18:52','9d88bd32-3f10-11e4-adec-0800271c1b75'),(34,84,81,3,1,'2014-09-18 14:18:52','9d898dc0-3f10-11e4-adec-0800271c1b75'),(35,85,81,4,1,'2014-09-18 14:18:52','9d8a4641-3f10-11e4-adec-0800271c1b75'),(36,86,81,5,1,'2014-09-18 14:18:52','9d8d8a1a-3f10-11e4-adec-0800271c1b75'),(37,87,81,6,1,'2014-09-18 14:18:52','9d8e39af-3f10-11e4-adec-0800271c1b75'),(38,88,81,7,1,'2014-09-18 14:18:52','9d8f0659-3f10-11e4-adec-0800271c1b75'),(39,89,81,8,1,'2014-09-18 14:18:52','9d8f8c52-3f10-11e4-adec-0800271c1b75'),(40,91,36,1,1,'2014-09-18 14:19:42','bb5efd5d-3f10-11e4-adec-0800271c1b75'),(41,92,75,1,1,'2014-09-18 14:19:42','bb6340b9-3f10-11e4-adec-0800271c1b75'),(42,93,75,1,1,'2014-09-18 14:19:42','bb64c1c6-3f10-11e4-adec-0800271c1b75'),(43,94,75,1,1,'2014-09-18 14:19:42','bb6b2e6a-3f10-11e4-adec-0800271c1b75'),(52,123,122,0,1,'2014-09-18 14:19:55','c36b73ae-3f10-11e4-adec-0800271c1b75'),(53,124,123,0,1,'2014-09-18 14:19:55','c36c1e96-3f10-11e4-adec-0800271c1b75'),(54,125,123,0,1,'2014-09-18 14:19:55','c36cf267-3f10-11e4-adec-0800271c1b75'),(55,126,122,0,1,'2014-09-18 14:19:55','c36d967f-3f10-11e4-adec-0800271c1b75'),(56,127,126,0,1,'2014-09-18 14:19:55','c36e5462-3f10-11e4-adec-0800271c1b75'),(57,128,127,0,1,'2014-09-18 14:19:55','c36eefe8-3f10-11e4-adec-0800271c1b75'),(58,129,127,0,1,'2014-09-18 14:19:55','c378c658-3f10-11e4-adec-0800271c1b75'),(59,130,126,0,1,'2014-09-18 14:19:55','c37963c5-3f10-11e4-adec-0800271c1b75'),(60,131,130,0,1,'2014-09-18 14:19:55','c379fd2f-3f10-11e4-adec-0800271c1b75'),(61,132,130,0,1,'2014-09-18 14:19:55','c37acaa7-3f10-11e4-adec-0800271c1b75'),(62,133,122,0,1,'2014-09-18 14:19:55','c37b80c3-3f10-11e4-adec-0800271c1b75'),(63,134,133,0,1,'2014-09-18 14:19:55','c37c3a86-3f10-11e4-adec-0800271c1b75'),(64,135,133,0,1,'2014-09-18 14:19:55','c37d0c55-3f10-11e4-adec-0800271c1b75'),(65,136,122,0,1,'2014-09-18 14:19:55','c37dc034-3f10-11e4-adec-0800271c1b75'),(66,137,136,0,1,'2014-09-18 14:19:55','c37ebc48-3f10-11e4-adec-0800271c1b75'),(67,138,136,0,1,'2014-09-18 14:19:55','c37f9baa-3f10-11e4-adec-0800271c1b75'),(68,139,122,0,1,'2014-09-18 14:19:56','c3833d52-3f10-11e4-adec-0800271c1b75'),(69,140,139,0,1,'2014-09-18 14:19:56','c383e4c4-3f10-11e4-adec-0800271c1b75'),(70,141,139,0,1,'2014-09-18 14:19:56','c384b2c1-3f10-11e4-adec-0800271c1b75'),(71,123,142,0,1,'2014-09-18 14:19:56','c3872efb-3f10-11e4-adec-0800271c1b75'),(72,126,142,0,1,'2014-09-18 14:19:56','c3876e4d-3f10-11e4-adec-0800271c1b75'),(73,133,142,0,1,'2014-09-18 14:19:56','c387ab5a-3f10-11e4-adec-0800271c1b75'),(74,136,142,0,1,'2014-09-18 14:19:56','c387e8cf-3f10-11e4-adec-0800271c1b75'),(75,139,142,0,1,'2014-09-18 14:19:56','c388294e-3f10-11e4-adec-0800271c1b75'),(76,144,143,0,1,'2014-09-18 14:19:56','c38b0350-3f10-11e4-adec-0800271c1b75'),(77,145,143,1,1,'2014-09-18 14:19:56','c38bee6d-3f10-11e4-adec-0800271c1b75'),(78,146,143,2,1,'2014-09-18 14:19:56','c38c9fe5-3f10-11e4-adec-0800271c1b75'),(79,147,146,0,1,'2014-09-18 14:19:56','c38d62c0-3f10-11e4-adec-0800271c1b75'),(80,148,146,1,1,'2014-09-18 14:19:56','c38e1e8d-3f10-11e4-adec-0800271c1b75'),(81,149,143,3,1,'2014-09-18 14:19:56','c38f1701-3f10-11e4-adec-0800271c1b75'),(82,150,143,4,1,'2014-09-18 14:19:56','c38fe3e0-3f10-11e4-adec-0800271c1b75'),(83,151,143,5,1,'2014-09-18 14:19:56','c3909a87-3f10-11e4-adec-0800271c1b75'),(84,152,143,6,1,'2014-09-18 14:19:56','c39145c0-3f10-11e4-adec-0800271c1b75'),(85,153,143,7,1,'2014-09-18 14:19:56','c3921d8a-3f10-11e4-adec-0800271c1b75'),(86,155,154,0,1,'2014-09-18 14:19:56','c3956409-3f10-11e4-adec-0800271c1b75'),(87,156,155,0,1,'2014-09-18 14:19:56','c3962d6b-3f10-11e4-adec-0800271c1b75'),(88,157,155,0,1,'2014-09-18 14:19:56','c3972e5b-3f10-11e4-adec-0800271c1b75'),(89,158,155,0,1,'2014-09-18 14:19:56','c397ff91-3f10-11e4-adec-0800271c1b75'),(90,159,154,1,1,'2014-09-18 14:19:56','c399585d-3f10-11e4-adec-0800271c1b75'),(91,160,154,2,1,'2014-09-18 14:19:56','c39a0569-3f10-11e4-adec-0800271c1b75'),(92,161,154,3,1,'2014-09-18 14:19:56','c39aafd4-3f10-11e4-adec-0800271c1b75'),(93,162,32,1,1,'2014-09-18 14:19:56','c39defd9-3f10-11e4-adec-0800271c1b75'),(94,163,33,0,1,'2014-09-18 14:19:56','c39ea057-3f10-11e4-adec-0800271c1b75'),(95,164,162,1,1,'2014-09-18 14:19:56','c3a00962-3f10-11e4-adec-0800271c1b75'),(96,164,163,0,1,'2014-09-18 14:19:56','c3a05078-3f10-11e4-adec-0800271c1b75'),(97,165,33,14,1,'2014-09-18 14:19:56','c3a0f2db-3f10-11e4-adec-0800271c1b75'),(98,166,162,1,1,'2014-09-18 14:19:56','c3a20ab8-3f10-11e4-adec-0800271c1b75'),(99,166,165,0,1,'2014-09-18 14:19:56','c3a23139-3f10-11e4-adec-0800271c1b75'),(100,167,33,13,1,'2014-09-18 14:19:56','c3a2d222-3f10-11e4-adec-0800271c1b75'),(101,168,162,1,1,'2014-09-18 14:19:56','c3a3e812-3f10-11e4-adec-0800271c1b75'),(102,168,167,0,1,'2014-09-18 14:19:56','c3a4157e-3f10-11e4-adec-0800271c1b75'),(103,169,33,12,1,'2014-09-18 14:19:56','c3a4c3cb-3f10-11e4-adec-0800271c1b75'),(104,170,162,1,1,'2014-09-18 14:19:56','c3a5f7d2-3f10-11e4-adec-0800271c1b75'),(105,170,169,0,1,'2014-09-18 14:19:56','c3a61d89-3f10-11e4-adec-0800271c1b75'),(106,171,33,11,1,'2014-09-18 14:19:56','c3a6bc4d-3f10-11e4-adec-0800271c1b75'),(107,172,162,1,1,'2014-09-18 14:19:56','c3a85071-3f10-11e4-adec-0800271c1b75'),(108,172,171,0,1,'2014-09-18 14:19:56','c3a874c6-3f10-11e4-adec-0800271c1b75'),(109,173,162,1,1,'2014-09-18 14:19:56','c3aa36ba-3f10-11e4-adec-0800271c1b75'),(110,173,171,1,1,'2014-09-18 14:19:56','c3aa5f87-3f10-11e4-adec-0800271c1b75'),(111,174,162,1,1,'2014-09-18 14:19:56','c3ab74fe-3f10-11e4-adec-0800271c1b75'),(112,174,163,1,1,'2014-09-18 14:19:56','c3ab9e9a-3f10-11e4-adec-0800271c1b75'),(113,175,33,10,1,'2014-09-18 14:19:56','c3ac3d66-3f10-11e4-adec-0800271c1b75'),(114,176,162,1,1,'2014-09-18 14:19:56','c3add7a7-3f10-11e4-adec-0800271c1b75'),(115,176,175,0,1,'2014-09-18 14:19:56','c3adfa29-3f10-11e4-adec-0800271c1b75'),(116,177,33,9,1,'2014-09-18 14:19:56','c3ae9065-3f10-11e4-adec-0800271c1b75'),(117,178,162,1,1,'2014-09-18 14:19:56','c3affa06-3f10-11e4-adec-0800271c1b75'),(118,178,177,0,1,'2014-09-18 14:19:56','c3b020d3-3f10-11e4-adec-0800271c1b75'),(119,179,162,1,1,'2014-09-18 14:19:56','c3b18bea-3f10-11e4-adec-0800271c1b75'),(120,179,175,1,1,'2014-09-18 14:19:56','c3b1b6e1-3f10-11e4-adec-0800271c1b75'),(121,180,33,8,1,'2014-09-18 14:19:56','c3b26102-3f10-11e4-adec-0800271c1b75'),(122,181,162,1,1,'2014-09-18 14:19:56','c3b42561-3f10-11e4-adec-0800271c1b75'),(123,181,180,0,1,'2014-09-18 14:19:56','c3b44920-3f10-11e4-adec-0800271c1b75'),(124,182,33,7,1,'2014-09-18 14:19:56','c3b4e28f-3f10-11e4-adec-0800271c1b75'),(125,183,162,1,1,'2014-09-18 14:19:56','c3b64f8c-3f10-11e4-adec-0800271c1b75'),(126,183,182,0,1,'2014-09-18 14:19:56','c3b692dc-3f10-11e4-adec-0800271c1b75'),(127,184,162,1,1,'2014-09-18 14:19:56','c3b7ed0a-3f10-11e4-adec-0800271c1b75'),(128,184,182,13,1,'2014-09-18 14:19:56','c3b812da-3f10-11e4-adec-0800271c1b75'),(129,185,162,1,1,'2014-09-18 14:19:56','c3b971a0-3f10-11e4-adec-0800271c1b75'),(130,185,180,1,1,'2014-09-18 14:19:56','c3b9986e-3f10-11e4-adec-0800271c1b75'),(131,186,162,1,1,'2014-09-18 14:19:56','c3bba89b-3f10-11e4-adec-0800271c1b75'),(132,186,182,14,1,'2014-09-18 14:19:56','c3bbd189-3f10-11e4-adec-0800271c1b75'),(133,187,33,6,1,'2014-09-18 14:19:56','c3bca179-3f10-11e4-adec-0800271c1b75'),(134,188,162,1,1,'2014-09-18 14:19:56','c3be5538-3f10-11e4-adec-0800271c1b75'),(135,188,187,0,1,'2014-09-18 14:19:56','c3be7b33-3f10-11e4-adec-0800271c1b75'),(136,189,162,1,1,'2014-09-18 14:19:56','c3bfdde0-3f10-11e4-adec-0800271c1b75'),(137,189,187,15,1,'2014-09-18 14:19:56','c3c00aae-3f10-11e4-adec-0800271c1b75'),(138,190,162,1,1,'2014-09-18 14:19:56','c3c14351-3f10-11e4-adec-0800271c1b75'),(139,190,187,16,1,'2014-09-18 14:19:56','c3c16189-3f10-11e4-adec-0800271c1b75'),(140,191,162,1,1,'2014-09-18 14:19:56','c3c279ea-3f10-11e4-adec-0800271c1b75'),(141,191,187,17,1,'2014-09-18 14:19:56','c3c2943e-3f10-11e4-adec-0800271c1b75'),(142,192,162,1,1,'2014-09-18 14:19:56','c3c41132-3f10-11e4-adec-0800271c1b75'),(143,192,187,18,1,'2014-09-18 14:19:56','c3c437e9-3f10-11e4-adec-0800271c1b75'),(144,193,162,1,1,'2014-09-18 14:19:56','c3c5b040-3f10-11e4-adec-0800271c1b75'),(145,193,182,15,1,'2014-09-18 14:19:56','c3c5d5ba-3f10-11e4-adec-0800271c1b75'),(146,194,162,1,1,'2014-09-18 14:19:56','c3c72552-3f10-11e4-adec-0800271c1b75'),(147,194,187,19,1,'2014-09-18 14:19:56','c3c749c9-3f10-11e4-adec-0800271c1b75'),(148,195,162,1,1,'2014-09-18 14:19:56','c3c8daee-3f10-11e4-adec-0800271c1b75'),(149,195,187,20,1,'2014-09-18 14:19:56','c3c8fa48-3f10-11e4-adec-0800271c1b75'),(150,196,162,1,1,'2014-09-18 14:19:56','c3ca883b-3f10-11e4-adec-0800271c1b75'),(151,196,165,9,1,'2014-09-18 14:19:56','c3caad67-3f10-11e4-adec-0800271c1b75'),(152,197,162,1,1,'2014-09-18 14:19:56','c3cbefdf-3f10-11e4-adec-0800271c1b75'),(153,197,187,21,1,'2014-09-18 14:19:56','c3cc16de-3f10-11e4-adec-0800271c1b75'),(154,198,33,5,1,'2014-09-18 14:19:56','c3ccb339-3f10-11e4-adec-0800271c1b75'),(155,199,162,1,1,'2014-09-18 14:19:56','c3ce2928-3f10-11e4-adec-0800271c1b75'),(156,199,198,0,1,'2014-09-18 14:19:56','c3ce4a8f-3f10-11e4-adec-0800271c1b75'),(157,200,162,1,1,'2014-09-18 14:19:56','c3cfab2d-3f10-11e4-adec-0800271c1b75'),(158,200,187,22,1,'2014-09-18 14:19:56','c3cfd144-3f10-11e4-adec-0800271c1b75'),(159,201,162,1,1,'2014-09-18 14:19:56','c3d12e4e-3f10-11e4-adec-0800271c1b75'),(160,201,198,1,1,'2014-09-18 14:19:56','c3d156b6-3f10-11e4-adec-0800271c1b75'),(161,202,162,1,1,'2014-09-18 14:19:56','c3d2b7de-3f10-11e4-adec-0800271c1b75'),(162,202,198,2,1,'2014-09-18 14:19:56','c3d2df59-3f10-11e4-adec-0800271c1b75'),(163,203,162,1,1,'2014-09-18 14:19:56','c3d47c76-3f10-11e4-adec-0800271c1b75'),(164,203,182,16,1,'2014-09-18 14:19:56','c3d4a596-3f10-11e4-adec-0800271c1b75'),(165,204,162,1,1,'2014-09-18 14:19:56','c3d61f47-3f10-11e4-adec-0800271c1b75'),(166,204,182,17,1,'2014-09-18 14:19:56','c3d648ed-3f10-11e4-adec-0800271c1b75'),(167,205,162,1,1,'2014-09-18 14:19:56','c3d7757a-3f10-11e4-adec-0800271c1b75'),(168,205,165,8,1,'2014-09-18 14:19:56','c3d79927-3f10-11e4-adec-0800271c1b75'),(169,206,162,1,1,'2014-09-18 14:19:56','c3d9102a-3f10-11e4-adec-0800271c1b75'),(170,206,198,3,1,'2014-09-18 14:19:56','c3d93cce-3f10-11e4-adec-0800271c1b75'),(171,207,162,1,1,'2014-09-18 14:19:56','c3dacfbc-3f10-11e4-adec-0800271c1b75'),(172,207,182,18,1,'2014-09-18 14:19:56','c3db0db4-3f10-11e4-adec-0800271c1b75'),(173,208,162,1,1,'2014-09-18 14:19:56','c3dc759e-3f10-11e4-adec-0800271c1b75'),(174,208,182,19,1,'2014-09-18 14:19:56','c3dc9be6-3f10-11e4-adec-0800271c1b75'),(175,209,162,1,1,'2014-09-18 14:19:56','c3de1f6d-3f10-11e4-adec-0800271c1b75'),(176,209,165,7,1,'2014-09-18 14:19:56','c3de4840-3f10-11e4-adec-0800271c1b75'),(177,210,162,1,1,'2014-09-18 14:19:56','c3dfd84e-3f10-11e4-adec-0800271c1b75'),(178,210,165,6,1,'2014-09-18 14:19:56','c3dfff85-3f10-11e4-adec-0800271c1b75'),(179,211,33,4,1,'2014-09-18 14:19:56','c3e09a61-3f10-11e4-adec-0800271c1b75'),(180,212,162,1,1,'2014-09-18 14:19:56','c3e1c074-3f10-11e4-adec-0800271c1b75'),(181,212,211,0,1,'2014-09-18 14:19:56','c3e1e805-3f10-11e4-adec-0800271c1b75'),(182,213,162,1,1,'2014-09-18 14:19:56','c3e30c59-3f10-11e4-adec-0800271c1b75'),(183,213,211,1,1,'2014-09-18 14:19:56','c3e33010-3f10-11e4-adec-0800271c1b75'),(184,214,33,3,1,'2014-09-18 14:19:56','c3e3c95b-3f10-11e4-adec-0800271c1b75'),(185,215,162,1,1,'2014-09-18 14:19:56','c3e4e1f3-3f10-11e4-adec-0800271c1b75'),(186,215,214,0,1,'2014-09-18 14:19:56','c3e50589-3f10-11e4-adec-0800271c1b75'),(187,216,162,1,1,'2014-09-18 14:19:56','c3e617a5-3f10-11e4-adec-0800271c1b75'),(188,216,163,2,1,'2014-09-18 14:19:56','c3e63d18-3f10-11e4-adec-0800271c1b75'),(189,217,162,1,1,'2014-09-18 14:19:56','c3e718a5-3f10-11e4-adec-0800271c1b75'),(190,217,211,2,1,'2014-09-18 14:19:56','c3e745a1-3f10-11e4-adec-0800271c1b75'),(191,218,162,1,1,'2014-09-18 14:19:56','c3e82b71-3f10-11e4-adec-0800271c1b75'),(192,218,163,3,1,'2014-09-18 14:19:56','c3e8512d-3f10-11e4-adec-0800271c1b75'),(193,219,162,1,1,'2014-09-18 14:19:56','c3e9a80a-3f10-11e4-adec-0800271c1b75'),(194,219,163,4,1,'2014-09-18 14:19:56','c3e9c22b-3f10-11e4-adec-0800271c1b75'),(195,220,33,2,1,'2014-09-18 14:19:56','c3ea5924-3f10-11e4-adec-0800271c1b75'),(196,221,162,1,1,'2014-09-18 14:19:56','c3eb8160-3f10-11e4-adec-0800271c1b75'),(197,221,220,0,1,'2014-09-18 14:19:56','c3eba6c3-3f10-11e4-adec-0800271c1b75'),(198,222,162,1,1,'2014-09-18 14:19:56','c3eccf8a-3f10-11e4-adec-0800271c1b75'),(199,222,198,4,1,'2014-09-18 14:19:56','c3ecf45b-3f10-11e4-adec-0800271c1b75'),(200,223,162,1,1,'2014-09-18 14:19:56','c3ee54ba-3f10-11e4-adec-0800271c1b75'),(201,223,169,1,1,'2014-09-18 14:19:56','c3ee7ede-3f10-11e4-adec-0800271c1b75'),(202,224,162,1,1,'2014-09-18 14:19:56','c3efb5aa-3f10-11e4-adec-0800271c1b75'),(203,224,182,20,1,'2014-09-18 14:19:56','c3efe223-3f10-11e4-adec-0800271c1b75'),(204,225,162,1,1,'2014-09-18 14:19:56','c3f15e43-3f10-11e4-adec-0800271c1b75'),(205,225,182,21,1,'2014-09-18 14:19:56','c3f18214-3f10-11e4-adec-0800271c1b75'),(206,226,33,1,1,'2014-09-18 14:19:56','c3f232a2-3f10-11e4-adec-0800271c1b75'),(207,227,162,1,1,'2014-09-18 14:19:56','c3f33110-3f10-11e4-adec-0800271c1b75'),(208,227,226,0,1,'2014-09-18 14:19:56','c3f35832-3f10-11e4-adec-0800271c1b75'),(209,228,162,1,1,'2014-09-18 14:19:56','c3f51612-3f10-11e4-adec-0800271c1b75'),(210,228,211,3,1,'2014-09-18 14:19:56','c3f5a49c-3f10-11e4-adec-0800271c1b75'),(211,229,162,1,1,'2014-09-18 14:19:56','c3f6bb26-3f10-11e4-adec-0800271c1b75'),(212,229,214,9,1,'2014-09-18 14:19:56','c3f6e631-3f10-11e4-adec-0800271c1b75'),(213,230,32,1,1,'2014-09-18 14:19:56','c3f77ee3-3f10-11e4-adec-0800271c1b75'),(215,232,230,1,1,'2014-09-18 14:19:56','c3f8d511-3f10-11e4-adec-0800271c1b75'),(216,232,231,1,1,'2014-09-18 14:19:56','c3f8ef9d-3f10-11e4-adec-0800271c1b75'),(217,233,230,1,1,'2014-09-18 14:19:56','c3f96745-3f10-11e4-adec-0800271c1b75'),(218,233,231,1,1,'2014-09-18 14:19:56','c3f9889a-3f10-11e4-adec-0800271c1b75'),(219,234,230,1,1,'2014-09-18 14:19:56','c3fa24ab-3f10-11e4-adec-0800271c1b75'),(220,234,231,1,1,'2014-09-18 14:19:56','c3fa4c09-3f10-11e4-adec-0800271c1b75'),(221,235,230,1,1,'2014-09-18 14:19:56','c3faf8b3-3f10-11e4-adec-0800271c1b75'),(222,235,231,1,1,'2014-09-18 14:19:56','c3fb24c7-3f10-11e4-adec-0800271c1b75'),(224,237,230,1,1,'2014-09-18 14:19:56','c3fcd44c-3f10-11e4-adec-0800271c1b75'),(225,237,236,1,1,'2014-09-18 14:19:56','c3fcfcaa-3f10-11e4-adec-0800271c1b75'),(226,238,230,1,1,'2014-09-18 14:19:56','c3fd9c8f-3f10-11e4-adec-0800271c1b75'),(227,238,236,1,1,'2014-09-18 14:19:56','c3fdc626-3f10-11e4-adec-0800271c1b75'),(228,239,230,1,1,'2014-09-18 14:19:56','c3fed0a8-3f10-11e4-adec-0800271c1b75'),(229,239,236,1,1,'2014-09-18 14:19:56','c3fef745-3f10-11e4-adec-0800271c1b75'),(230,240,230,1,1,'2014-09-18 14:19:56','c3ff89ed-3f10-11e4-adec-0800271c1b75'),(231,240,236,1,1,'2014-09-18 14:19:56','c3ffb8c1-3f10-11e4-adec-0800271c1b75'),(232,241,230,1,1,'2014-09-18 14:19:56','c4006639-3f10-11e4-adec-0800271c1b75'),(233,241,236,1,1,'2014-09-18 14:19:56','c4008d9f-3f10-11e4-adec-0800271c1b75'),(234,242,162,1,1,'2014-09-18 14:19:56','c4018079-3f10-11e4-adec-0800271c1b75'),(235,242,187,23,1,'2014-09-18 14:19:56','c401a5a8-3f10-11e4-adec-0800271c1b75'),(236,243,162,1,1,'2014-09-18 14:19:56','c4028966-3f10-11e4-adec-0800271c1b75'),(237,243,187,24,1,'2014-09-18 14:19:56','c402ae01-3f10-11e4-adec-0800271c1b75'),(238,244,162,1,1,'2014-09-18 14:19:56','c4038bd2-3f10-11e4-adec-0800271c1b75'),(239,244,187,25,1,'2014-09-18 14:19:56','c403ab12-3f10-11e4-adec-0800271c1b75'),(240,245,162,1,1,'2014-09-18 14:19:56','c4047aa6-3f10-11e4-adec-0800271c1b75'),(241,245,187,14,1,'2014-09-18 14:19:56','c4048d91-3f10-11e4-adec-0800271c1b75'),(242,246,162,1,1,'2014-09-18 14:19:56','c405e57d-3f10-11e4-adec-0800271c1b75'),(243,246,187,13,1,'2014-09-18 14:19:56','c40614ae-3f10-11e4-adec-0800271c1b75'),(244,247,162,1,1,'2014-09-18 14:19:56','c40703fc-3f10-11e4-adec-0800271c1b75'),(245,247,187,12,1,'2014-09-18 14:19:56','c4072947-3f10-11e4-adec-0800271c1b75'),(246,248,162,1,1,'2014-09-18 14:19:56','c408106c-3f10-11e4-adec-0800271c1b75'),(247,248,187,1,1,'2014-09-18 14:19:56','c4083b43-3f10-11e4-adec-0800271c1b75'),(248,249,162,1,1,'2014-09-18 14:19:56','c4092f29-3f10-11e4-adec-0800271c1b75'),(249,249,187,2,1,'2014-09-18 14:19:56','c40951b3-3f10-11e4-adec-0800271c1b75'),(250,250,162,1,1,'2014-09-18 14:19:56','c40a29c9-3f10-11e4-adec-0800271c1b75'),(251,250,187,3,1,'2014-09-18 14:19:56','c40a4d0d-3f10-11e4-adec-0800271c1b75'),(252,251,162,1,1,'2014-09-18 14:19:56','c40b3bd8-3f10-11e4-adec-0800271c1b75'),(253,251,187,4,1,'2014-09-18 14:19:56','c40b62eb-3f10-11e4-adec-0800271c1b75'),(254,252,162,1,1,'2014-09-18 14:19:56','c40c6d90-3f10-11e4-adec-0800271c1b75'),(255,252,187,5,1,'2014-09-18 14:19:56','c40c941b-3f10-11e4-adec-0800271c1b75'),(256,253,162,1,1,'2014-09-18 14:19:56','c40d9581-3f10-11e4-adec-0800271c1b75'),(257,253,187,6,1,'2014-09-18 14:19:56','c40db9a6-3f10-11e4-adec-0800271c1b75'),(258,254,162,1,1,'2014-09-18 14:19:56','c40ed3a0-3f10-11e4-adec-0800271c1b75'),(259,254,187,7,1,'2014-09-18 14:19:56','c40efb45-3f10-11e4-adec-0800271c1b75'),(260,255,162,1,1,'2014-09-18 14:19:56','c40ff6fd-3f10-11e4-adec-0800271c1b75'),(261,255,187,8,1,'2014-09-18 14:19:56','c4101e19-3f10-11e4-adec-0800271c1b75'),(262,256,162,1,1,'2014-09-18 14:19:56','c410e374-3f10-11e4-adec-0800271c1b75'),(263,256,187,9,1,'2014-09-18 14:19:56','c4110828-3f10-11e4-adec-0800271c1b75'),(264,257,162,1,1,'2014-09-18 14:19:56','c411e3bc-3f10-11e4-adec-0800271c1b75'),(265,257,187,10,1,'2014-09-18 14:19:56','c4121883-3f10-11e4-adec-0800271c1b75'),(266,258,162,1,1,'2014-09-18 14:19:56','c4134c9a-3f10-11e4-adec-0800271c1b75'),(267,258,187,11,1,'2014-09-18 14:19:56','c4136f45-3f10-11e4-adec-0800271c1b75'),(268,259,162,1,1,'2014-09-18 14:19:56','c4145e7e-3f10-11e4-adec-0800271c1b75'),(269,259,187,26,1,'2014-09-18 14:19:56','c4148112-3f10-11e4-adec-0800271c1b75'),(270,260,162,1,1,'2014-09-18 14:19:56','c4154a5a-3f10-11e4-adec-0800271c1b75'),(271,260,182,12,1,'2014-09-18 14:19:56','c4156fe7-3f10-11e4-adec-0800271c1b75'),(272,261,162,1,1,'2014-09-18 14:19:56','c41665cf-3f10-11e4-adec-0800271c1b75'),(273,261,182,11,1,'2014-09-18 14:19:56','c4168581-3f10-11e4-adec-0800271c1b75'),(274,262,162,1,1,'2014-09-18 14:19:56','c4178621-3f10-11e4-adec-0800271c1b75'),(275,262,182,10,1,'2014-09-18 14:19:56','c417a8f5-3f10-11e4-adec-0800271c1b75'),(276,263,162,1,1,'2014-09-18 14:19:56','c418aba6-3f10-11e4-adec-0800271c1b75'),(277,263,182,1,1,'2014-09-18 14:19:56','c418d62a-3f10-11e4-adec-0800271c1b75'),(278,264,162,1,1,'2014-09-18 14:19:57','c419ea66-3f10-11e4-adec-0800271c1b75'),(279,264,182,2,1,'2014-09-18 14:19:57','c41a1069-3f10-11e4-adec-0800271c1b75'),(280,265,162,1,1,'2014-09-18 14:19:57','c41aeb12-3f10-11e4-adec-0800271c1b75'),(281,265,182,3,1,'2014-09-18 14:19:57','c41b0d63-3f10-11e4-adec-0800271c1b75'),(282,266,162,1,1,'2014-09-18 14:19:57','c41c012f-3f10-11e4-adec-0800271c1b75'),(283,266,182,4,1,'2014-09-18 14:19:57','c41c2c61-3f10-11e4-adec-0800271c1b75'),(284,267,162,1,1,'2014-09-18 14:19:57','c41d8b60-3f10-11e4-adec-0800271c1b75'),(285,267,182,5,1,'2014-09-18 14:19:57','c41db23b-3f10-11e4-adec-0800271c1b75'),(286,268,162,1,1,'2014-09-18 14:19:57','c41f41a1-3f10-11e4-adec-0800271c1b75'),(287,268,182,6,1,'2014-09-18 14:19:57','c41f67a9-3f10-11e4-adec-0800271c1b75'),(288,269,162,1,1,'2014-09-18 14:19:57','c4202f71-3f10-11e4-adec-0800271c1b75'),(289,269,182,7,1,'2014-09-18 14:19:57','c4205475-3f10-11e4-adec-0800271c1b75'),(290,270,162,1,1,'2014-09-18 14:19:57','c4213833-3f10-11e4-adec-0800271c1b75'),(291,270,182,8,1,'2014-09-18 14:19:57','c4216362-3f10-11e4-adec-0800271c1b75'),(292,271,162,1,1,'2014-09-18 14:19:57','c422785f-3f10-11e4-adec-0800271c1b75'),(293,271,182,9,1,'2014-09-18 14:19:57','c4229cf4-3f10-11e4-adec-0800271c1b75'),(294,272,162,1,1,'2014-09-18 14:19:57','c42386ee-3f10-11e4-adec-0800271c1b75'),(295,272,182,22,1,'2014-09-18 14:19:57','c423ad6b-3f10-11e4-adec-0800271c1b75'),(296,273,162,1,1,'2014-09-18 14:19:57','c4248f92-3f10-11e4-adec-0800271c1b75'),(297,273,163,5,1,'2014-09-18 14:19:57','c424b37a-3f10-11e4-adec-0800271c1b75'),(298,274,162,1,1,'2014-09-18 14:19:57','c425848d-3f10-11e4-adec-0800271c1b75'),(299,274,163,6,1,'2014-09-18 14:19:57','c425a940-3f10-11e4-adec-0800271c1b75'),(300,275,162,1,1,'2014-09-18 14:19:57','c42667c7-3f10-11e4-adec-0800271c1b75'),(301,275,163,7,1,'2014-09-18 14:19:57','c42695d9-3f10-11e4-adec-0800271c1b75'),(302,276,162,1,1,'2014-09-18 14:19:57','c42783be-3f10-11e4-adec-0800271c1b75'),(303,276,163,8,1,'2014-09-18 14:19:57','c427a91b-3f10-11e4-adec-0800271c1b75'),(304,277,162,1,1,'2014-09-18 14:19:57','c428821b-3f10-11e4-adec-0800271c1b75'),(305,277,169,2,1,'2014-09-18 14:19:57','c428a417-3f10-11e4-adec-0800271c1b75'),(306,278,162,1,1,'2014-09-18 14:19:57','c429b2a4-3f10-11e4-adec-0800271c1b75'),(307,278,169,3,1,'2014-09-18 14:19:57','c429d86a-3f10-11e4-adec-0800271c1b75'),(308,279,162,1,1,'2014-09-18 14:19:57','c42ac437-3f10-11e4-adec-0800271c1b75'),(309,279,169,4,1,'2014-09-18 14:19:57','c42aec6e-3f10-11e4-adec-0800271c1b75'),(310,280,162,1,1,'2014-09-18 14:19:57','c42bd5f2-3f10-11e4-adec-0800271c1b75'),(311,280,169,5,1,'2014-09-18 14:19:57','c42c03e9-3f10-11e4-adec-0800271c1b75'),(312,281,162,1,1,'2014-09-18 14:19:57','c42cf802-3f10-11e4-adec-0800271c1b75'),(313,281,169,6,1,'2014-09-18 14:19:57','c42d208a-3f10-11e4-adec-0800271c1b75'),(314,282,162,1,1,'2014-09-18 14:19:57','c42e05f6-3f10-11e4-adec-0800271c1b75'),(315,282,214,8,1,'2014-09-18 14:19:57','c42e2ed2-3f10-11e4-adec-0800271c1b75'),(316,283,162,1,1,'2014-09-18 14:19:57','c42f1265-3f10-11e4-adec-0800271c1b75'),(317,283,214,7,1,'2014-09-18 14:19:57','c42f28b1-3f10-11e4-adec-0800271c1b75'),(318,284,162,1,1,'2014-09-18 14:19:57','c4301a4e-3f10-11e4-adec-0800271c1b75'),(319,284,214,6,1,'2014-09-18 14:19:57','c4303d57-3f10-11e4-adec-0800271c1b75'),(320,285,162,1,1,'2014-09-18 14:19:57','c4312fd4-3f10-11e4-adec-0800271c1b75'),(321,285,214,5,1,'2014-09-18 14:19:57','c43153f2-3f10-11e4-adec-0800271c1b75'),(322,286,162,1,1,'2014-09-18 14:19:57','c43299da-3f10-11e4-adec-0800271c1b75'),(323,286,214,4,1,'2014-09-18 14:19:57','c432c40b-3f10-11e4-adec-0800271c1b75'),(324,287,162,1,1,'2014-09-18 14:19:57','c433b33d-3f10-11e4-adec-0800271c1b75'),(325,287,214,3,1,'2014-09-18 14:19:57','c433d9e2-3f10-11e4-adec-0800271c1b75'),(326,288,162,1,1,'2014-09-18 14:19:57','c434e305-3f10-11e4-adec-0800271c1b75'),(327,288,214,2,1,'2014-09-18 14:19:57','c4350dbc-3f10-11e4-adec-0800271c1b75'),(328,289,162,1,1,'2014-09-18 14:19:57','c435f42e-3f10-11e4-adec-0800271c1b75'),(329,289,214,1,1,'2014-09-18 14:19:57','c4361a67-3f10-11e4-adec-0800271c1b75'),(330,290,162,1,1,'2014-09-18 14:19:57','c4373817-3f10-11e4-adec-0800271c1b75'),(331,290,214,10,1,'2014-09-18 14:19:57','c4375e9c-3f10-11e4-adec-0800271c1b75'),(332,291,162,1,1,'2014-09-18 14:19:57','c4386038-3f10-11e4-adec-0800271c1b75'),(333,291,165,5,1,'2014-09-18 14:19:57','c438bc6c-3f10-11e4-adec-0800271c1b75'),(334,292,162,1,1,'2014-09-18 14:19:57','c439aa1b-3f10-11e4-adec-0800271c1b75'),(335,292,165,4,1,'2014-09-18 14:19:57','c439ce50-3f10-11e4-adec-0800271c1b75'),(336,293,162,1,1,'2014-09-18 14:19:57','c43b0b7c-3f10-11e4-adec-0800271c1b75'),(337,293,165,3,1,'2014-09-18 14:19:57','c43b30f9-3f10-11e4-adec-0800271c1b75'),(338,294,162,1,1,'2014-09-18 14:19:57','c43c0aca-3f10-11e4-adec-0800271c1b75'),(339,294,165,2,1,'2014-09-18 14:19:57','c43c2cef-3f10-11e4-adec-0800271c1b75'),(340,295,162,1,1,'2014-09-18 14:19:57','c43d3298-3f10-11e4-adec-0800271c1b75'),(341,295,165,1,1,'2014-09-18 14:19:57','c43d5730-3f10-11e4-adec-0800271c1b75'),(342,296,162,1,1,'2014-09-18 14:19:57','c43e40d6-3f10-11e4-adec-0800271c1b75'),(343,296,165,10,1,'2014-09-18 14:19:57','c43e59b2-3f10-11e4-adec-0800271c1b75'),(344,297,33,15,1,'2014-09-18 14:19:57','c43f4b19-3f10-11e4-adec-0800271c1b75'),(345,298,162,1,1,'2014-09-18 14:19:57','c44001ee-3f10-11e4-adec-0800271c1b75'),(346,298,297,0,1,'2014-09-18 14:19:57','c4401755-3f10-11e4-adec-0800271c1b75'),(347,299,162,1,1,'2014-09-18 14:19:57','c440effb-3f10-11e4-adec-0800271c1b75'),(348,299,297,1,1,'2014-09-18 14:19:57','c4410045-3f10-11e4-adec-0800271c1b75'),(349,300,162,1,1,'2014-09-18 14:19:57','c441bc10-3f10-11e4-adec-0800271c1b75'),(350,300,297,2,1,'2014-09-18 14:19:57','c441d5b7-3f10-11e4-adec-0800271c1b75'),(351,301,162,1,1,'2014-09-18 14:19:57','c4426032-3f10-11e4-adec-0800271c1b75'),(352,301,297,3,1,'2014-09-18 14:19:57','c4428923-3f10-11e4-adec-0800271c1b75'),(353,302,162,1,1,'2014-09-18 14:19:57','c443352e-3f10-11e4-adec-0800271c1b75'),(354,302,297,4,1,'2014-09-18 14:19:57','c4435f34-3f10-11e4-adec-0800271c1b75'),(355,303,162,1,1,'2014-09-18 14:19:57','c443f145-3f10-11e4-adec-0800271c1b75'),(356,303,220,1,1,'2014-09-18 14:19:57','c4441929-3f10-11e4-adec-0800271c1b75'),(357,304,162,1,1,'2014-09-18 14:19:57','c444a92f-3f10-11e4-adec-0800271c1b75'),(358,304,220,2,1,'2014-09-18 14:19:57','c444ce31-3f10-11e4-adec-0800271c1b75'),(359,117,305,1,1,'2014-09-18 14:19:57','c448eb10-3f10-11e4-adec-0800271c1b75'),(360,116,305,1,1,'2014-09-18 14:19:57','c44912f6-3f10-11e4-adec-0800271c1b75'),(361,306,126,2,1,'2014-09-18 14:19:57','c44cb26e-3f10-11e4-adec-0800271c1b75'),(362,310,309,0,1,'2014-09-18 14:19:57','c45059f6-3f10-11e4-adec-0800271c1b75'),(363,311,310,0,1,'2014-09-18 14:19:57','c4514c0b-3f10-11e4-adec-0800271c1b75'),(364,312,310,1,1,'2014-09-18 14:19:57','c4521cd1-3f10-11e4-adec-0800271c1b75'),(365,316,310,2,1,'2014-09-18 14:19:57','c4592bef-3f10-11e4-adec-0800271c1b75'),(366,319,310,3,1,'2014-09-18 14:19:57','c45aca7e-3f10-11e4-adec-0800271c1b75'),(367,320,309,1,1,'2014-09-18 14:19:57','c45baa2b-3f10-11e4-adec-0800271c1b75'),(368,322,321,0,1,'2014-09-18 14:19:57','c45e5ac1-3f10-11e4-adec-0800271c1b75'),(369,323,322,0,1,'2014-09-18 14:19:57','c45f1b0e-3f10-11e4-adec-0800271c1b75'),(370,327,322,1,1,'2014-09-18 14:19:57','c46180d6-3f10-11e4-adec-0800271c1b75'),(371,154,90,0,1,'2014-09-18 14:19:57','c4648753-3f10-11e4-adec-0800271c1b75'),(372,122,90,1,1,'2014-09-18 14:19:57','c464c584-3f10-11e4-adec-0800271c1b75'),(373,142,90,2,1,'2014-09-18 14:19:57','c464ffc1-3f10-11e4-adec-0800271c1b75'),(374,309,90,3,1,'2014-09-18 14:19:57','c4653a3e-3f10-11e4-adec-0800271c1b75'),(375,321,90,4,1,'2014-09-18 14:19:57','c4657326-3f10-11e4-adec-0800271c1b75'),(376,143,90,5,1,'2014-09-18 14:19:57','c465a93a-3f10-11e4-adec-0800271c1b75'),(377,331,330,1,1,'2014-09-18 14:19:57','c469e2a0-3f10-11e4-adec-0800271c1b75'),(378,118,55,0,4,'2014-09-29 14:24:16','22a0a54e-6c0f-46af-9b58-ceb5666c2eaf'),(379,119,55,1,4,'2014-09-29 14:24:16','17319e15-d8f5-4465-9b7a-62208c35748a'),(382,332,56,0,4,'2014-09-29 17:44:04','ca2ef7ab-7e58-470a-8631-8be3599e97d9'),(383,338,56,2,4,'2014-09-29 17:44:04','17c3c220-3f89-4247-9d14-a0e9b2cf31f4'),(384,368,56,4,4,'2014-09-29 17:44:04','b1545520-e6da-42e7-8527-acb0e399f971'),(385,345,56,5,4,'2014-09-29 17:44:04','97bb9a4a-418b-44aa-ab05-b0054e720954'),(386,344,56,7,4,'2014-09-29 17:44:04','777f980a-9550-4723-9f3a-e5cca83411ed'),(387,343,56,10,4,'2014-09-29 17:44:04','a10a903e-ab6c-4d51-9954-5b87d21de44d'),(388,340,56,11,4,'2014-09-29 17:44:04','c2fe0e45-e3a5-407e-98b1-1c293dc3f1f2'),(389,341,56,12,4,'2014-09-29 17:44:04','f48a40a7-8379-4332-a1b9-bde3e8610368'),(390,357,56,3,4,'2014-09-29 17:44:04','50e71112-711a-4dc8-b663-57922adf63d1'),(391,337,56,14,4,'2014-09-29 17:44:04','1a191e98-751e-4b0b-bbce-894a5baf59f9'),(392,334,56,15,4,'2014-09-29 17:44:04','54cf4fa3-e85a-4b90-a4c5-c9e0cdd496aa'),(393,333,56,16,4,'2014-09-29 17:44:04','a66f9dcc-98bf-4d2e-a29e-f3a85d95397f'),(394,335,56,17,4,'2014-09-29 17:44:04','5c1d09a3-fe2d-4a34-b60b-9551a45d7706'),(395,339,56,18,4,'2014-09-29 17:44:04','bf65f9e7-eaf6-4091-b13c-a7db1fa75438'),(396,342,56,1,4,'2014-09-29 17:44:04','2c788e3b-6638-4be6-a950-22d5e574ed06'),(397,336,56,19,4,'2014-09-29 17:44:04','efb9a8c2-38e3-406e-b894-7a9e410f8318'),(398,374,373,1,1,'2014-10-07 16:57:02','dbd9f8f5-4e14-11e4-8a57-0800271c1b75'),(399,375,374,1,1,'2014-10-07 16:57:02','dbe06eb2-4e14-11e4-8a57-0800271c1b75'),(400,376,374,1,1,'2014-10-07 16:57:02','dbefcc0c-4e14-11e4-8a57-0800271c1b75'),(401,377,374,1,1,'2014-10-07 16:57:02','dbfa121f-4e14-11e4-8a57-0800271c1b75'),(402,378,374,1,1,'2014-10-07 16:57:02','dc040498-4e14-11e4-8a57-0800271c1b75'),(403,379,374,1,1,'2014-10-07 16:57:02','dc120e71-4e14-11e4-8a57-0800271c1b75'),(404,380,374,1,1,'2014-10-07 16:57:02','dc1430be-4e14-11e4-8a57-0800271c1b75'),(405,381,374,1,1,'2014-10-07 16:57:02','dc16d313-4e14-11e4-8a57-0800271c1b75'),(406,382,374,1,1,'2014-10-07 16:57:02','dc18a90e-4e14-11e4-8a57-0800271c1b75'),(407,383,374,1,1,'2014-10-07 16:57:02','dc1b68ef-4e14-11e4-8a57-0800271c1b75'),(408,384,374,1,1,'2014-10-07 16:57:02','dc1ea4fa-4e14-11e4-8a57-0800271c1b75'),(409,385,374,1,1,'2014-10-07 16:57:02','dc219882-4e14-11e4-8a57-0800271c1b75'),(410,386,374,1,1,'2014-10-07 16:57:02','dc2456b6-4e14-11e4-8a57-0800271c1b75'),(411,387,374,1,1,'2014-10-07 16:57:02','dc2751a2-4e14-11e4-8a57-0800271c1b75'),(412,388,374,1,1,'2014-10-07 16:57:03','dc5abeb3-4e14-11e4-8a57-0800271c1b75'),(413,389,374,1,1,'2014-10-07 16:57:03','dc5ce354-4e14-11e4-8a57-0800271c1b75'),(414,390,374,1,1,'2014-10-07 16:57:03','dc5ef7a8-4e14-11e4-8a57-0800271c1b75'),(415,391,374,1,1,'2014-10-07 16:57:03','dc60b9c5-4e14-11e4-8a57-0800271c1b75'),(416,392,374,1,1,'2014-10-07 16:57:03','dc64abca-4e14-11e4-8a57-0800271c1b75'),(417,393,374,1,1,'2014-10-07 16:57:03','dc675140-4e14-11e4-8a57-0800271c1b75'),(418,394,374,1,1,'2014-10-07 16:57:03','dc6aaf6d-4e14-11e4-8a57-0800271c1b75'),(419,395,374,1,1,'2014-10-07 16:57:03','dc6cc316-4e14-11e4-8a57-0800271c1b75'),(420,396,374,1,1,'2014-10-07 16:57:03','dc6fef9d-4e14-11e4-8a57-0800271c1b75'),(421,397,374,1,1,'2014-10-07 16:57:03','dc7a43d1-4e14-11e4-8a57-0800271c1b75'),(422,398,374,1,1,'2014-10-07 16:57:03','dc7eb1a3-4e14-11e4-8a57-0800271c1b75'),(423,399,374,1,1,'2014-10-07 16:57:03','dc80ade7-4e14-11e4-8a57-0800271c1b75'),(424,400,374,1,1,'2014-10-07 16:57:03','dc82a467-4e14-11e4-8a57-0800271c1b75'),(425,401,374,1,1,'2014-10-07 16:57:03','dc85ec4c-4e14-11e4-8a57-0800271c1b75'),(426,402,374,1,1,'2014-10-07 16:57:03','dc88b673-4e14-11e4-8a57-0800271c1b75'),(427,403,374,1,1,'2014-10-07 16:57:03','dcc5c646-4e14-11e4-8a57-0800271c1b75'),(428,404,374,1,1,'2014-10-07 16:57:03','dccb5652-4e14-11e4-8a57-0800271c1b75'),(429,405,374,1,1,'2014-10-07 16:57:03','dccf0864-4e14-11e4-8a57-0800271c1b75'),(430,406,374,1,1,'2014-10-07 16:57:03','dcd15452-4e14-11e4-8a57-0800271c1b75'),(431,407,373,1,1,'2014-10-07 16:57:03','dcd38888-4e14-11e4-8a57-0800271c1b75'),(432,408,407,1,1,'2014-10-07 16:57:03','dcd5beda-4e14-11e4-8a57-0800271c1b75'),(433,409,407,1,1,'2014-10-07 16:57:04','dd164855-4e14-11e4-8a57-0800271c1b75'),(434,410,407,1,1,'2014-10-07 16:57:04','dd1a4574-4e14-11e4-8a57-0800271c1b75'),(435,411,407,1,1,'2014-10-07 16:57:04','dd1ecc98-4e14-11e4-8a57-0800271c1b75'),(436,412,407,1,1,'2014-10-07 16:57:04','dd26f115-4e14-11e4-8a57-0800271c1b75'),(437,413,407,1,1,'2014-10-07 16:57:04','dd2927c9-4e14-11e4-8a57-0800271c1b75'),(438,414,407,1,1,'2014-10-07 16:57:04','dd2cb231-4e14-11e4-8a57-0800271c1b75'),(439,415,407,1,1,'2014-10-07 16:57:04','dd31e4e2-4e14-11e4-8a57-0800271c1b75'),(440,416,407,1,1,'2014-10-07 16:57:04','dd37fbe0-4e14-11e4-8a57-0800271c1b75'),(441,417,407,1,1,'2014-10-07 16:57:04','dd6f7a50-4e14-11e4-8a57-0800271c1b75'),(442,418,407,1,1,'2014-10-07 16:57:05','ddad3bfa-4e14-11e4-8a57-0800271c1b75'),(443,419,407,1,1,'2014-10-07 16:57:05','ddb2391f-4e14-11e4-8a57-0800271c1b75'),(444,420,407,1,1,'2014-10-07 16:57:05','ddb715e2-4e14-11e4-8a57-0800271c1b75'),(445,421,407,1,1,'2014-10-07 16:57:05','ddb9bed8-4e14-11e4-8a57-0800271c1b75'),(446,422,407,1,1,'2014-10-07 16:57:05','ddbd1299-4e14-11e4-8a57-0800271c1b75'),(447,423,407,1,1,'2014-10-07 16:57:05','ddc03116-4e14-11e4-8a57-0800271c1b75'),(448,424,407,1,1,'2014-10-07 16:57:05','ddc2aafe-4e14-11e4-8a57-0800271c1b75'),(449,425,407,1,1,'2014-10-07 16:57:05','ddc62776-4e14-11e4-8a57-0800271c1b75'),(450,426,373,1,1,'2014-10-07 16:57:05','ddfc9b78-4e14-11e4-8a57-0800271c1b75'),(451,427,426,1,1,'2014-10-07 16:57:05','ddfe3100-4e14-11e4-8a57-0800271c1b75'),(452,428,426,1,1,'2014-10-07 16:57:05','de011198-4e14-11e4-8a57-0800271c1b75'),(453,429,426,1,1,'2014-10-07 16:57:05','de057605-4e14-11e4-8a57-0800271c1b75'),(454,430,426,1,1,'2014-10-07 16:57:05','de09abaa-4e14-11e4-8a57-0800271c1b75'),(455,431,426,1,1,'2014-10-07 16:57:05','de0d0031-4e14-11e4-8a57-0800271c1b75'),(456,432,426,1,1,'2014-10-07 16:57:06','de12cc55-4e14-11e4-8a57-0800271c1b75'),(457,433,426,1,1,'2014-10-07 16:57:06','de14cebb-4e14-11e4-8a57-0800271c1b75'),(458,434,426,1,1,'2014-10-07 16:57:06','de177d38-4e14-11e4-8a57-0800271c1b75'),(459,435,426,1,1,'2014-10-07 16:57:06','de1af384-4e14-11e4-8a57-0800271c1b75'),(460,436,426,1,1,'2014-10-07 16:57:06','de1c858b-4e14-11e4-8a57-0800271c1b75'),(461,437,426,1,1,'2014-10-07 16:57:06','de2115de-4e14-11e4-8a57-0800271c1b75'),(462,438,426,1,1,'2014-10-07 16:57:06','de56d879-4e14-11e4-8a57-0800271c1b75'),(463,439,426,1,1,'2014-10-07 16:57:06','de5a4ff0-4e14-11e4-8a57-0800271c1b75'),(464,440,426,1,1,'2014-10-07 16:57:06','de5da656-4e14-11e4-8a57-0800271c1b75'),(465,441,426,1,1,'2014-10-07 16:57:06','de5fc72c-4e14-11e4-8a57-0800271c1b75'),(466,442,426,1,1,'2014-10-07 16:57:06','de6385c3-4e14-11e4-8a57-0800271c1b75'),(467,443,426,1,1,'2014-10-07 16:57:06','de65e76e-4e14-11e4-8a57-0800271c1b75'),(468,444,426,1,1,'2014-10-07 16:57:06','de695be2-4e14-11e4-8a57-0800271c1b75'),(469,445,426,1,1,'2014-10-07 16:57:06','de6c428f-4e14-11e4-8a57-0800271c1b75'),(470,446,426,1,1,'2014-10-07 16:57:06','de6e0f0a-4e14-11e4-8a57-0800271c1b75'),(471,447,426,1,1,'2014-10-07 16:57:07','deaca31e-4e14-11e4-8a57-0800271c1b75'),(472,448,426,1,1,'2014-10-07 16:57:07','deb1c628-4e14-11e4-8a57-0800271c1b75'),(473,449,426,1,1,'2014-10-07 16:57:07','deb68734-4e14-11e4-8a57-0800271c1b75'),(474,450,426,1,1,'2014-10-07 16:57:07','def18330-4e14-11e4-8a57-0800271c1b75'),(475,451,426,1,1,'2014-10-07 16:57:07','def5357b-4e14-11e4-8a57-0800271c1b75'),(476,452,373,1,1,'2014-10-07 16:57:07','def6f5fe-4e14-11e4-8a57-0800271c1b75'),(477,453,452,1,1,'2014-10-07 16:57:08','df69c682-4e14-11e4-8a57-0800271c1b75'),(478,454,452,1,1,'2014-10-07 16:57:08','df97e662-4e14-11e4-8a57-0800271c1b75'),(479,455,452,1,1,'2014-10-07 16:57:08','df9b57f9-4e14-11e4-8a57-0800271c1b75'),(480,456,452,1,1,'2014-10-07 16:57:09','e01303e5-4e14-11e4-8a57-0800271c1b75'),(481,457,452,1,1,'2014-10-07 16:57:09','e050558a-4e14-11e4-8a57-0800271c1b75'),(482,458,452,1,1,'2014-10-07 16:57:09','e056ee4d-4e14-11e4-8a57-0800271c1b75'),(483,459,452,1,1,'2014-10-07 16:57:09','e0591f96-4e14-11e4-8a57-0800271c1b75'),(484,460,452,1,1,'2014-10-07 16:57:09','e05df487-4e14-11e4-8a57-0800271c1b75'),(485,461,452,1,1,'2014-10-07 16:57:09','e06186f7-4e14-11e4-8a57-0800271c1b75'),(486,462,452,1,1,'2014-10-07 16:57:10','e09d35fa-4e14-11e4-8a57-0800271c1b75'),(487,463,452,1,1,'2014-10-07 16:57:10','e0a02135-4e14-11e4-8a57-0800271c1b75'),(488,464,452,1,1,'2014-10-07 16:57:10','e0a1f069-4e14-11e4-8a57-0800271c1b75'),(489,465,452,1,1,'2014-10-07 16:57:10','e0c99d41-4e14-11e4-8a57-0800271c1b75'),(490,466,452,1,1,'2014-10-07 16:57:10','e0ce4fcf-4e14-11e4-8a57-0800271c1b75'),(491,467,373,1,1,'2014-10-07 16:57:10','e0d04f8c-4e14-11e4-8a57-0800271c1b75'),(492,468,467,1,1,'2014-10-07 16:57:10','e0d31afb-4e14-11e4-8a57-0800271c1b75'),(493,469,467,1,1,'2014-10-07 16:57:10','e0d52a5c-4e14-11e4-8a57-0800271c1b75'),(494,470,467,1,1,'2014-10-07 16:57:10','e0d8c104-4e14-11e4-8a57-0800271c1b75'),(495,471,467,1,1,'2014-10-07 16:57:10','e0db7915-4e14-11e4-8a57-0800271c1b75'),(496,472,467,1,1,'2014-10-07 16:57:10','e0dd99a0-4e14-11e4-8a57-0800271c1b75'),(497,473,467,1,1,'2014-10-07 16:57:11','e1196e51-4e14-11e4-8a57-0800271c1b75'),(498,474,467,1,1,'2014-10-07 16:57:11','e11dea64-4e14-11e4-8a57-0800271c1b75'),(499,475,467,1,1,'2014-10-07 16:57:11','e120b6e3-4e14-11e4-8a57-0800271c1b75'),(500,476,467,1,1,'2014-10-07 16:57:11','e123d002-4e14-11e4-8a57-0800271c1b75'),(501,477,467,1,1,'2014-10-07 16:57:11','e1272477-4e14-11e4-8a57-0800271c1b75'),(502,478,467,1,1,'2014-10-07 16:57:11','e12a9364-4e14-11e4-8a57-0800271c1b75'),(503,479,467,1,1,'2014-10-07 16:57:11','e12e38de-4e14-11e4-8a57-0800271c1b75'),(504,480,467,1,1,'2014-10-07 16:57:11','e13346f5-4e14-11e4-8a57-0800271c1b75'),(505,481,467,1,1,'2014-10-07 16:57:11','e1355a42-4e14-11e4-8a57-0800271c1b75'),(506,482,467,1,1,'2014-10-07 16:57:11','e138bdb1-4e14-11e4-8a57-0800271c1b75'),(507,483,467,1,1,'2014-10-07 16:57:11','e13e5824-4e14-11e4-8a57-0800271c1b75'),(508,484,467,1,1,'2014-10-07 16:57:11','e1421c32-4e14-11e4-8a57-0800271c1b75'),(509,485,467,1,1,'2014-10-07 16:57:11','e1446ae6-4e14-11e4-8a57-0800271c1b75'),(510,486,467,1,1,'2014-10-07 16:57:11','e1480b5a-4e14-11e4-8a57-0800271c1b75'),(511,487,467,1,1,'2014-10-07 16:57:11','e1841313-4e14-11e4-8a57-0800271c1b75'),(512,488,467,1,1,'2014-10-07 16:57:11','e187c73a-4e14-11e4-8a57-0800271c1b75'),(513,489,467,1,1,'2014-10-07 16:57:12','e1c0ee06-4e14-11e4-8a57-0800271c1b75'),(514,490,467,1,1,'2014-10-07 16:57:12','e1c52709-4e14-11e4-8a57-0800271c1b75'),(515,491,373,1,1,'2014-10-07 16:57:12','e1fee83d-4e14-11e4-8a57-0800271c1b75'),(516,492,491,1,1,'2014-10-07 16:57:12','e20082c7-4e14-11e4-8a57-0800271c1b75'),(517,493,491,1,1,'2014-10-07 16:57:12','e204f090-4e14-11e4-8a57-0800271c1b75'),(518,494,491,1,1,'2014-10-07 16:57:12','e20715e0-4e14-11e4-8a57-0800271c1b75'),(519,495,491,1,1,'2014-10-07 16:57:12','e20aa410-4e14-11e4-8a57-0800271c1b75'),(520,496,491,1,1,'2014-10-07 16:57:12','e20f9261-4e14-11e4-8a57-0800271c1b75'),(521,497,491,1,1,'2014-10-07 16:57:12','e212c81b-4e14-11e4-8a57-0800271c1b75'),(522,498,491,1,1,'2014-10-07 16:57:12','e21ebaac-4e14-11e4-8a57-0800271c1b75'),(523,499,491,1,1,'2014-10-07 16:57:13','e25a7e7f-4e14-11e4-8a57-0800271c1b75'),(524,500,491,1,1,'2014-10-07 16:57:13','e25dd5ec-4e14-11e4-8a57-0800271c1b75'),(525,501,491,1,1,'2014-10-07 16:57:13','e263d23d-4e14-11e4-8a57-0800271c1b75'),(526,502,491,1,1,'2014-10-07 16:57:13','e267fc55-4e14-11e4-8a57-0800271c1b75'),(527,503,491,1,1,'2014-10-07 16:57:13','e26a7ef0-4e14-11e4-8a57-0800271c1b75'),(528,504,491,1,1,'2014-10-07 16:57:13','e26f1ca0-4e14-11e4-8a57-0800271c1b75'),(529,505,491,1,1,'2014-10-07 16:57:13','e2a96fc0-4e14-11e4-8a57-0800271c1b75'),(530,506,491,1,1,'2014-10-07 16:57:13','e2acb5d5-4e14-11e4-8a57-0800271c1b75'),(531,507,491,1,1,'2014-10-07 16:57:13','e2afd732-4e14-11e4-8a57-0800271c1b75'),(532,508,491,1,1,'2014-10-07 16:57:14','e2e5b2bf-4e14-11e4-8a57-0800271c1b75'),(533,509,491,1,1,'2014-10-07 16:57:14','e2e89b9a-4e14-11e4-8a57-0800271c1b75'),(534,510,491,1,1,'2014-10-07 16:57:14','e2ebf594-4e14-11e4-8a57-0800271c1b75'),(535,511,491,1,1,'2014-10-07 16:57:14','e2f11b90-4e14-11e4-8a57-0800271c1b75'),(536,512,491,1,1,'2014-10-07 16:57:14','e2f4b6e0-4e14-11e4-8a57-0800271c1b75'),(537,513,491,1,1,'2014-10-07 16:57:14','e2f79181-4e14-11e4-8a57-0800271c1b75'),(538,514,491,1,1,'2014-10-07 16:57:14','e2fa6a2f-4e14-11e4-8a57-0800271c1b75'),(539,515,491,1,1,'2014-10-07 16:57:14','e2fdbcbe-4e14-11e4-8a57-0800271c1b75'),(540,516,491,1,1,'2014-10-07 16:57:14','e30240f5-4e14-11e4-8a57-0800271c1b75'),(541,517,491,1,1,'2014-10-07 16:57:14','e305fda0-4e14-11e4-8a57-0800271c1b75'),(542,518,491,1,1,'2014-10-07 16:57:14','e30a9fb1-4e14-11e4-8a57-0800271c1b75'),(543,519,491,1,1,'2014-10-07 16:57:14','e30e813b-4e14-11e4-8a57-0800271c1b75'),(544,520,491,1,1,'2014-10-07 16:57:14','e3303d6d-4e14-11e4-8a57-0800271c1b75'),(545,521,491,1,1,'2014-10-07 16:57:14','e3328981-4e14-11e4-8a57-0800271c1b75'),(546,522,491,1,1,'2014-10-07 16:57:14','e335d926-4e14-11e4-8a57-0800271c1b75'),(547,523,491,1,1,'2014-10-07 16:57:14','e339529d-4e14-11e4-8a57-0800271c1b75'),(548,524,491,1,1,'2014-10-07 16:57:14','e33d44f5-4e14-11e4-8a57-0800271c1b75'),(549,525,491,1,1,'2014-10-07 16:57:14','e340c13f-4e14-11e4-8a57-0800271c1b75'),(550,526,491,1,1,'2014-10-07 16:57:14','e3448681-4e14-11e4-8a57-0800271c1b75'),(551,527,491,1,1,'2014-10-07 16:57:14','e347293c-4e14-11e4-8a57-0800271c1b75'),(552,528,491,1,1,'2014-10-07 16:57:14','e34a7a87-4e14-11e4-8a57-0800271c1b75'),(553,529,491,1,1,'2014-10-07 16:57:14','e34d955a-4e14-11e4-8a57-0800271c1b75'),(554,530,491,1,1,'2014-10-07 16:57:14','e352a516-4e14-11e4-8a57-0800271c1b75'),(555,531,491,1,1,'2014-10-07 16:57:15','e38def79-4e14-11e4-8a57-0800271c1b75'),(556,532,491,1,1,'2014-10-07 16:57:15','e3920dfc-4e14-11e4-8a57-0800271c1b75'),(557,533,491,1,1,'2014-10-07 16:57:15','e393df72-4e14-11e4-8a57-0800271c1b75'),(558,534,373,1,1,'2014-10-07 16:57:15','e3970e92-4e14-11e4-8a57-0800271c1b75'),(559,535,534,1,1,'2014-10-07 16:57:15','e39a000e-4e14-11e4-8a57-0800271c1b75'),(560,536,534,1,1,'2014-10-07 16:57:15','e3dad439-4e14-11e4-8a57-0800271c1b75'),(561,537,534,1,1,'2014-10-07 16:57:15','e3df5466-4e14-11e4-8a57-0800271c1b75'),(562,538,534,1,1,'2014-10-07 16:57:15','e3e14037-4e14-11e4-8a57-0800271c1b75'),(563,539,534,1,1,'2014-10-07 16:57:15','e3e4e7f3-4e14-11e4-8a57-0800271c1b75'),(564,540,534,1,1,'2014-10-07 16:57:15','e3e8dd75-4e14-11e4-8a57-0800271c1b75'),(565,541,534,1,1,'2014-10-07 16:57:15','e3eae71b-4e14-11e4-8a57-0800271c1b75'),(566,542,534,1,1,'2014-10-07 16:57:15','e3ee5fdc-4e14-11e4-8a57-0800271c1b75'),(567,543,534,1,1,'2014-10-07 16:57:16','e427bf0b-4e14-11e4-8a57-0800271c1b75'),(568,544,534,1,1,'2014-10-07 16:57:16','e45c75ab-4e14-11e4-8a57-0800271c1b75'),(569,545,534,1,1,'2014-10-07 16:57:16','e45ffdca-4e14-11e4-8a57-0800271c1b75'),(570,546,534,1,1,'2014-10-07 16:57:16','e46288de-4e14-11e4-8a57-0800271c1b75'),(571,547,534,1,1,'2014-10-07 16:57:16','e467199c-4e14-11e4-8a57-0800271c1b75'),(572,548,534,1,1,'2014-10-07 16:57:16','e46a7350-4e14-11e4-8a57-0800271c1b75'),(573,549,534,1,1,'2014-10-07 16:57:16','e46dca72-4e14-11e4-8a57-0800271c1b75'),(574,550,534,1,1,'2014-10-07 16:57:17','e4a2f1f0-4e14-11e4-8a57-0800271c1b75'),(575,551,534,1,1,'2014-10-07 16:57:17','e4e3c6be-4e14-11e4-8a57-0800271c1b75'),(576,552,534,1,1,'2014-10-07 16:57:17','e4e66ed5-4e14-11e4-8a57-0800271c1b75'),(577,553,534,1,1,'2014-10-07 16:57:17','e4eb01e8-4e14-11e4-8a57-0800271c1b75'),(578,554,534,1,1,'2014-10-07 16:57:17','e4ee4975-4e14-11e4-8a57-0800271c1b75'),(579,555,534,1,1,'2014-10-07 16:57:17','e4f05cc2-4e14-11e4-8a57-0800271c1b75'),(580,556,534,1,1,'2014-10-07 16:57:17','e4f62e6b-4e14-11e4-8a57-0800271c1b75'),(581,557,534,1,1,'2014-10-07 16:57:17','e5050d3b-4e14-11e4-8a57-0800271c1b75'),(582,558,534,1,1,'2014-10-07 16:57:17','e508fd77-4e14-11e4-8a57-0800271c1b75'),(583,559,534,1,1,'2014-10-07 16:57:17','e50af8d0-4e14-11e4-8a57-0800271c1b75'),(584,560,534,1,1,'2014-10-07 16:57:18','e54b46a6-4e14-11e4-8a57-0800271c1b75'),(585,561,534,1,1,'2014-10-07 16:57:18','e54f7486-4e14-11e4-8a57-0800271c1b75'),(586,562,534,1,1,'2014-10-07 16:57:18','e554c237-4e14-11e4-8a57-0800271c1b75'),(587,563,534,1,1,'2014-10-07 16:57:18','e55840c5-4e14-11e4-8a57-0800271c1b75'),(588,564,534,1,1,'2014-10-07 16:57:18','e58e3e1e-4e14-11e4-8a57-0800271c1b75'),(589,565,534,1,1,'2014-10-07 16:57:18','e5ca262f-4e14-11e4-8a57-0800271c1b75'),(590,566,534,1,1,'2014-10-07 16:57:18','e5cc4b58-4e14-11e4-8a57-0800271c1b75'),(591,567,534,1,1,'2014-10-07 16:57:18','e5cfbb12-4e14-11e4-8a57-0800271c1b75'),(592,568,534,1,1,'2014-10-07 16:57:19','e5d30e53-4e14-11e4-8a57-0800271c1b75'),(593,569,373,1,1,'2014-10-07 16:57:19','e5d6024b-4e14-11e4-8a57-0800271c1b75'),(594,570,569,1,1,'2014-10-07 16:57:19','e5d931ed-4e14-11e4-8a57-0800271c1b75'),(595,571,569,1,1,'2014-10-07 16:57:19','e5dcb9b9-4e14-11e4-8a57-0800271c1b75'),(596,572,569,1,1,'2014-10-07 16:57:19','e6514012-4e14-11e4-8a57-0800271c1b75'),(597,573,569,1,1,'2014-10-07 16:57:20','e68dfd7b-4e14-11e4-8a57-0800271c1b75'),(598,574,569,1,1,'2014-10-07 16:57:20','e691b146-4e14-11e4-8a57-0800271c1b75'),(599,575,569,1,1,'2014-10-07 16:57:20','e693ba0d-4e14-11e4-8a57-0800271c1b75'),(600,576,569,1,1,'2014-10-07 16:57:20','e696eb74-4e14-11e4-8a57-0800271c1b75'),(601,577,569,1,1,'2014-10-07 16:57:20','e69990c9-4e14-11e4-8a57-0800271c1b75'),(602,578,569,1,1,'2014-10-07 16:57:20','e69c468e-4e14-11e4-8a57-0800271c1b75'),(603,579,569,1,1,'2014-10-07 16:57:20','e69f72af-4e14-11e4-8a57-0800271c1b75'),(604,580,569,1,1,'2014-10-07 16:57:20','e6a8adb3-4e14-11e4-8a57-0800271c1b75'),(605,581,569,1,1,'2014-10-07 16:57:20','e6ad0b86-4e14-11e4-8a57-0800271c1b75'),(606,582,569,1,1,'2014-10-07 16:57:20','e6b0eda0-4e14-11e4-8a57-0800271c1b75'),(607,583,569,1,1,'2014-10-07 16:57:20','e6b2f384-4e14-11e4-8a57-0800271c1b75'),(608,584,569,1,1,'2014-10-07 16:57:20','e6bfdfcc-4e14-11e4-8a57-0800271c1b75'),(609,585,569,1,1,'2014-10-07 16:57:20','e6c3c825-4e14-11e4-8a57-0800271c1b75'),(610,586,569,1,1,'2014-10-07 16:57:20','e6c5ebb7-4e14-11e4-8a57-0800271c1b75'),(611,587,569,1,1,'2014-10-07 16:57:20','e6fb6d80-4e14-11e4-8a57-0800271c1b75'),(612,588,569,1,1,'2014-10-07 16:57:20','e6fea561-4e14-11e4-8a57-0800271c1b75'),(613,589,569,1,1,'2014-10-07 16:57:20','e700aaaa-4e14-11e4-8a57-0800271c1b75'),(614,590,569,1,1,'2014-10-07 16:57:21','e707d1a9-4e14-11e4-8a57-0800271c1b75'),(615,591,569,1,1,'2014-10-07 16:57:21','e70b8ef3-4e14-11e4-8a57-0800271c1b75'),(616,592,569,1,1,'2014-10-07 16:57:21','e70ed863-4e14-11e4-8a57-0800271c1b75'),(617,593,569,1,1,'2014-10-07 16:57:21','e712b825-4e14-11e4-8a57-0800271c1b75'),(618,594,569,1,1,'2014-10-07 16:57:21','e715fb38-4e14-11e4-8a57-0800271c1b75'),(619,595,569,1,1,'2014-10-07 16:57:21','e71a1d99-4e14-11e4-8a57-0800271c1b75'),(620,596,373,1,1,'2014-10-07 16:57:21','e71de021-4e14-11e4-8a57-0800271c1b75'),(621,597,596,1,1,'2014-10-07 16:57:21','e723537d-4e14-11e4-8a57-0800271c1b75'),(622,598,596,1,1,'2014-10-07 16:57:21','e72710ef-4e14-11e4-8a57-0800271c1b75'),(623,599,596,1,1,'2014-10-07 16:57:21','e765611e-4e14-11e4-8a57-0800271c1b75'),(624,600,596,1,1,'2014-10-07 16:57:21','e768d583-4e14-11e4-8a57-0800271c1b75'),(625,601,596,1,1,'2014-10-07 16:57:21','e76c054b-4e14-11e4-8a57-0800271c1b75'),(626,602,596,1,1,'2014-10-07 16:57:21','e76fad03-4e14-11e4-8a57-0800271c1b75'),(627,603,596,1,1,'2014-10-07 16:57:21','e772ebae-4e14-11e4-8a57-0800271c1b75'),(628,604,596,1,1,'2014-10-07 16:57:21','e774ed92-4e14-11e4-8a57-0800271c1b75'),(629,605,596,1,1,'2014-10-07 16:57:21','e778ff2c-4e14-11e4-8a57-0800271c1b75'),(630,606,596,1,1,'2014-10-07 16:57:21','e77c689a-4e14-11e4-8a57-0800271c1b75'),(631,607,596,1,1,'2014-10-07 16:57:21','e77f9710-4e14-11e4-8a57-0800271c1b75'),(632,608,596,1,1,'2014-10-07 16:57:21','e78330ed-4e14-11e4-8a57-0800271c1b75'),(633,609,596,1,1,'2014-10-07 16:57:21','e7868914-4e14-11e4-8a57-0800271c1b75'),(634,610,596,1,1,'2014-10-07 16:57:21','e788ed53-4e14-11e4-8a57-0800271c1b75'),(635,611,596,1,1,'2014-10-07 16:57:21','e78c3771-4e14-11e4-8a57-0800271c1b75'),(636,612,596,1,1,'2014-10-07 16:57:21','e78fa8cf-4e14-11e4-8a57-0800271c1b75'),(637,613,596,1,1,'2014-10-07 16:57:21','e791f28e-4e14-11e4-8a57-0800271c1b75'),(638,614,596,1,1,'2014-10-07 16:57:22','e7efc762-4e14-11e4-8a57-0800271c1b75'),(639,615,596,1,1,'2014-10-07 16:57:22','e7f3ac9a-4e14-11e4-8a57-0800271c1b75'),(640,616,596,1,1,'2014-10-07 16:57:22','e7f5d099-4e14-11e4-8a57-0800271c1b75'),(641,617,596,1,1,'2014-10-07 16:57:22','e82d194c-4e14-11e4-8a57-0800271c1b75'),(642,618,596,1,1,'2014-10-07 16:57:23','e86a3cfb-4e14-11e4-8a57-0800271c1b75'),(643,619,596,1,1,'2014-10-07 16:57:23','e86e3994-4e14-11e4-8a57-0800271c1b75'),(644,620,596,1,1,'2014-10-07 16:57:23','e87091c8-4e14-11e4-8a57-0800271c1b75'),(645,621,596,1,1,'2014-10-07 16:57:23','e87390ac-4e14-11e4-8a57-0800271c1b75'),(646,622,596,1,1,'2014-10-07 16:57:23','e8775337-4e14-11e4-8a57-0800271c1b75'),(647,623,596,1,1,'2014-10-07 16:57:23','e8795aef-4e14-11e4-8a57-0800271c1b75'),(648,624,373,1,1,'2014-10-07 16:57:23','e87cc3db-4e14-11e4-8a57-0800271c1b75'),(649,625,624,1,1,'2014-10-07 16:57:23','e87f5f59-4e14-11e4-8a57-0800271c1b75'),(650,626,624,1,1,'2014-10-07 16:57:23','e8817dfd-4e14-11e4-8a57-0800271c1b75'),(651,627,624,1,1,'2014-10-07 16:57:23','e88593cb-4e14-11e4-8a57-0800271c1b75'),(652,628,624,1,1,'2014-10-07 16:57:23','e8876409-4e14-11e4-8a57-0800271c1b75'),(653,629,624,1,1,'2014-10-07 16:57:23','e88adc86-4e14-11e4-8a57-0800271c1b75'),(654,630,624,1,1,'2014-10-07 16:57:23','e88e5672-4e14-11e4-8a57-0800271c1b75'),(655,631,624,1,1,'2014-10-07 16:57:23','e8c636cf-4e14-11e4-8a57-0800271c1b75'),(656,632,624,1,1,'2014-10-07 16:57:23','e8c969f3-4e14-11e4-8a57-0800271c1b75'),(657,633,624,1,1,'2014-10-07 16:57:23','e8cbddb4-4e14-11e4-8a57-0800271c1b75'),(658,634,624,1,1,'2014-10-07 16:57:24','e8cf7977-4e14-11e4-8a57-0800271c1b75'),(659,635,624,1,1,'2014-10-07 16:57:24','e903dcbb-4e14-11e4-8a57-0800271c1b75'),(660,636,624,1,1,'2014-10-07 16:57:24','e905d427-4e14-11e4-8a57-0800271c1b75'),(661,637,624,1,1,'2014-10-07 16:57:24','e9087268-4e14-11e4-8a57-0800271c1b75'),(662,638,624,1,1,'2014-10-07 16:57:24','e90c2064-4e14-11e4-8a57-0800271c1b75'),(663,639,624,1,1,'2014-10-07 16:57:24','e90defee-4e14-11e4-8a57-0800271c1b75'),(664,640,624,1,1,'2014-10-07 16:57:24','e914b817-4e14-11e4-8a57-0800271c1b75'),(665,641,624,1,1,'2014-10-07 16:57:24','e9214275-4e14-11e4-8a57-0800271c1b75'),(666,642,624,1,1,'2014-10-07 16:57:24','e92502ff-4e14-11e4-8a57-0800271c1b75'),(667,643,624,1,1,'2014-10-07 16:57:24','e928691a-4e14-11e4-8a57-0800271c1b75'),(668,644,624,1,1,'2014-10-07 16:57:24','e92a025e-4e14-11e4-8a57-0800271c1b75'),(669,645,624,1,1,'2014-10-07 16:57:24','e92cf501-4e14-11e4-8a57-0800271c1b75'),(670,646,624,1,1,'2014-10-07 16:57:24','e96247fa-4e14-11e4-8a57-0800271c1b75'),(671,647,624,1,1,'2014-10-07 16:57:24','e964b3c8-4e14-11e4-8a57-0800271c1b75'),(672,648,624,1,1,'2014-10-07 16:57:25','e99dd07e-4e14-11e4-8a57-0800271c1b75'),(673,649,624,1,1,'2014-10-07 16:57:25','e9a16688-4e14-11e4-8a57-0800271c1b75'),(674,650,624,1,1,'2014-10-07 16:57:25','e9a31bff-4e14-11e4-8a57-0800271c1b75'),(675,651,624,1,1,'2014-10-07 16:57:25','e9a5f97e-4e14-11e4-8a57-0800271c1b75'),(676,652,624,1,1,'2014-10-07 16:57:25','e9a91ae6-4e14-11e4-8a57-0800271c1b75'),(677,653,624,1,1,'2014-10-07 16:57:25','e9ac41ba-4e14-11e4-8a57-0800271c1b75'),(678,654,624,1,1,'2014-10-07 16:57:25','e9ae68c2-4e14-11e4-8a57-0800271c1b75'),(679,655,624,1,1,'2014-10-07 16:57:25','e9b1ebb1-4e14-11e4-8a57-0800271c1b75'),(680,656,624,1,1,'2014-10-07 16:57:25','e9b3bd6d-4e14-11e4-8a57-0800271c1b75'),(681,657,624,1,1,'2014-10-07 16:57:25','e9ea36ca-4e14-11e4-8a57-0800271c1b75'),(682,658,624,1,1,'2014-10-07 16:57:25','e9ee8cee-4e14-11e4-8a57-0800271c1b75'),(683,659,624,1,1,'2014-10-07 16:57:25','e9f0729c-4e14-11e4-8a57-0800271c1b75'),(684,660,624,1,1,'2014-10-07 16:57:25','e9f387b7-4e14-11e4-8a57-0800271c1b75'),(685,661,624,1,1,'2014-10-07 16:57:25','e9f6f4f4-4e14-11e4-8a57-0800271c1b75'),(686,662,624,1,1,'2014-10-07 16:57:25','e9f9315d-4e14-11e4-8a57-0800271c1b75'),(687,663,624,1,1,'2014-10-07 16:57:25','e9fd4683-4e14-11e4-8a57-0800271c1b75'),(688,664,624,1,1,'2014-10-07 16:57:26','ea007312-4e14-11e4-8a57-0800271c1b75'),(689,665,624,1,1,'2014-10-07 16:57:26','ea02fbe7-4e14-11e4-8a57-0800271c1b75'),(690,666,624,1,1,'2014-10-07 16:57:26','ea078890-4e14-11e4-8a57-0800271c1b75'),(691,667,624,1,1,'2014-10-07 16:57:26','ea0b00c1-4e14-11e4-8a57-0800271c1b75'),(692,668,624,1,1,'2014-10-07 16:57:26','ea0ed192-4e14-11e4-8a57-0800271c1b75'),(693,669,624,1,1,'2014-10-07 16:57:26','ea10d613-4e14-11e4-8a57-0800271c1b75'),(694,670,624,1,1,'2014-10-07 16:57:26','ea14c978-4e14-11e4-8a57-0800271c1b75'),(695,671,373,1,1,'2014-10-07 16:57:26','ea18085c-4e14-11e4-8a57-0800271c1b75'),(696,672,671,1,1,'2014-10-07 16:57:26','ea198122-4e14-11e4-8a57-0800271c1b75'),(697,673,671,1,1,'2014-10-07 16:57:26','ea1d33fa-4e14-11e4-8a57-0800271c1b75'),(698,674,671,1,1,'2014-10-07 16:57:26','ea2129c5-4e14-11e4-8a57-0800271c1b75'),(699,675,671,1,1,'2014-10-07 16:57:26','ea2540e4-4e14-11e4-8a57-0800271c1b75'),(700,676,671,1,1,'2014-10-07 16:57:26','ea28cde1-4e14-11e4-8a57-0800271c1b75'),(701,677,671,1,1,'2014-10-07 16:57:26','ea2dbb6c-4e14-11e4-8a57-0800271c1b75'),(702,678,671,1,1,'2014-10-07 16:57:26','ea31af8e-4e14-11e4-8a57-0800271c1b75'),(703,679,671,1,1,'2014-10-07 16:57:26','ea33df9a-4e14-11e4-8a57-0800271c1b75'),(704,680,671,1,1,'2014-10-07 16:57:26','ea37140a-4e14-11e4-8a57-0800271c1b75'),(705,681,671,1,1,'2014-10-07 16:57:26','ea3a4b2c-4e14-11e4-8a57-0800271c1b75'),(706,682,671,1,1,'2014-10-07 16:57:26','ea423865-4e14-11e4-8a57-0800271c1b75'),(707,683,671,1,1,'2014-10-07 16:57:26','ea55078d-4e14-11e4-8a57-0800271c1b75'),(708,684,671,1,1,'2014-10-07 16:57:26','ea59a476-4e14-11e4-8a57-0800271c1b75'),(709,685,671,1,1,'2014-10-07 16:57:26','ea5d26c0-4e14-11e4-8a57-0800271c1b75'),(710,686,671,1,1,'2014-10-07 16:57:26','ea5f30cd-4e14-11e4-8a57-0800271c1b75'),(711,687,671,1,1,'2014-10-07 16:57:26','ea65956f-4e14-11e4-8a57-0800271c1b75'),(712,688,671,1,1,'2014-10-07 16:57:26','ea696016-4e14-11e4-8a57-0800271c1b75'),(713,689,671,1,1,'2014-10-07 16:57:26','ea6d4c65-4e14-11e4-8a57-0800271c1b75'),(714,690,671,1,1,'2014-10-07 16:57:26','ea6f63bb-4e14-11e4-8a57-0800271c1b75'),(715,691,671,1,1,'2014-10-07 16:57:26','ea7238c1-4e14-11e4-8a57-0800271c1b75'),(716,692,671,1,1,'2014-10-07 16:57:26','ea75aaf1-4e14-11e4-8a57-0800271c1b75'),(717,693,373,1,1,'2014-10-07 16:57:26','ea778caf-4e14-11e4-8a57-0800271c1b75'),(718,694,693,1,1,'2014-10-07 16:57:26','ea7a2806-4e14-11e4-8a57-0800271c1b75'),(719,695,693,1,1,'2014-10-07 16:57:26','ea7bd52c-4e14-11e4-8a57-0800271c1b75'),(720,696,693,1,1,'2014-10-07 16:57:26','ea7fe4b7-4e14-11e4-8a57-0800271c1b75'),(721,697,693,1,1,'2014-10-07 16:57:26','ea82855f-4e14-11e4-8a57-0800271c1b75'),(722,698,693,1,1,'2014-10-07 16:57:26','ea8585c0-4e14-11e4-8a57-0800271c1b75'),(723,699,693,1,1,'2014-10-07 16:57:26','ea88c607-4e14-11e4-8a57-0800271c1b75'),(724,700,693,1,1,'2014-10-07 16:57:26','ea8bca9b-4e14-11e4-8a57-0800271c1b75'),(725,701,693,1,1,'2014-10-07 16:57:26','ea8dde56-4e14-11e4-8a57-0800271c1b75'),(726,702,693,1,1,'2014-10-07 16:57:26','ea910a33-4e14-11e4-8a57-0800271c1b75'),(727,703,693,1,1,'2014-10-07 16:57:26','ea92c834-4e14-11e4-8a57-0800271c1b75'),(728,704,693,1,1,'2014-10-07 16:57:27','ea96b08d-4e14-11e4-8a57-0800271c1b75'),(729,705,693,1,1,'2014-10-07 16:57:27','ea9aab80-4e14-11e4-8a57-0800271c1b75'),(730,706,693,1,1,'2014-10-07 16:57:27','ea9e1bb1-4e14-11e4-8a57-0800271c1b75'),(731,707,693,1,1,'2014-10-07 16:57:27','eaa00e50-4e14-11e4-8a57-0800271c1b75'),(732,708,693,1,1,'2014-10-07 16:57:27','eaa4aac1-4e14-11e4-8a57-0800271c1b75'),(733,709,693,1,1,'2014-10-07 16:57:27','eaa70517-4e14-11e4-8a57-0800271c1b75'),(734,710,693,1,1,'2014-10-07 16:57:27','eb1e64f3-4e14-11e4-8a57-0800271c1b75'),(735,711,693,1,1,'2014-10-07 16:57:27','eb20fde5-4e14-11e4-8a57-0800271c1b75'),(736,712,373,1,1,'2014-10-07 16:57:27','eb24641f-4e14-11e4-8a57-0800271c1b75'),(737,713,712,1,1,'2014-10-07 16:57:27','eb25f2d3-4e14-11e4-8a57-0800271c1b75'),(738,714,712,1,1,'2014-10-07 16:57:28','eb5ac5f6-4e14-11e4-8a57-0800271c1b75'),(739,715,712,1,1,'2014-10-07 16:57:28','eb5d05cf-4e14-11e4-8a57-0800271c1b75'),(740,716,712,1,1,'2014-10-07 16:57:28','ebc6807b-4e14-11e4-8a57-0800271c1b75'),(741,717,712,1,1,'2014-10-07 16:57:29','ec048e88-4e14-11e4-8a57-0800271c1b75'),(742,718,712,1,1,'2014-10-07 16:57:29','ec084490-4e14-11e4-8a57-0800271c1b75'),(743,719,712,1,1,'2014-10-07 16:57:29','ec0d8197-4e14-11e4-8a57-0800271c1b75'),(744,720,712,1,1,'2014-10-07 16:57:29','ec11cb7b-4e14-11e4-8a57-0800271c1b75'),(745,721,712,1,1,'2014-10-07 16:57:29','ec44d8f3-4e14-11e4-8a57-0800271c1b75'),(746,722,712,1,1,'2014-10-07 16:57:29','ec4799c3-4e14-11e4-8a57-0800271c1b75'),(747,723,712,1,1,'2014-10-07 16:57:29','ec4b35cd-4e14-11e4-8a57-0800271c1b75'),(748,724,712,1,1,'2014-10-07 16:57:29','ec4e8890-4e14-11e4-8a57-0800271c1b75'),(749,725,712,1,1,'2014-10-07 16:57:29','ec50f12c-4e14-11e4-8a57-0800271c1b75'),(750,726,712,1,1,'2014-10-07 16:57:29','ec54232d-4e14-11e4-8a57-0800271c1b75'),(751,727,712,1,1,'2014-10-07 16:57:29','ec58298d-4e14-11e4-8a57-0800271c1b75'),(752,728,712,1,1,'2014-10-07 16:57:29','ec5b1bbc-4e14-11e4-8a57-0800271c1b75'),(753,729,712,1,1,'2014-10-07 16:57:30','ec8e85ad-4e14-11e4-8a57-0800271c1b75'),(754,730,373,1,1,'2014-10-07 16:57:30','ec9200c2-4e14-11e4-8a57-0800271c1b75'),(755,731,730,1,1,'2014-10-07 16:57:30','ec938523-4e14-11e4-8a57-0800271c1b75'),(756,732,730,1,1,'2014-10-07 16:57:30','ec980e91-4e14-11e4-8a57-0800271c1b75'),(757,733,730,1,1,'2014-10-07 16:57:30','ec99fb7c-4e14-11e4-8a57-0800271c1b75'),(758,734,730,1,1,'2014-10-07 16:57:30','ec9d2ba3-4e14-11e4-8a57-0800271c1b75'),(759,735,373,1,1,'2014-10-07 16:57:30','eca07be0-4e14-11e4-8a57-0800271c1b75'),(760,736,735,1,1,'2014-10-07 16:57:30','ecb46a90-4e14-11e4-8a57-0800271c1b75'),(761,737,735,1,1,'2014-10-07 16:57:30','ecb7fc30-4e14-11e4-8a57-0800271c1b75'),(762,738,735,1,1,'2014-10-07 16:57:30','ecba1f5a-4e14-11e4-8a57-0800271c1b75'),(763,739,735,1,1,'2014-10-07 16:57:31','ecfb68d5-4e14-11e4-8a57-0800271c1b75'),(764,740,735,1,1,'2014-10-07 16:57:31','ed01c9d1-4e14-11e4-8a57-0800271c1b75'),(765,741,735,1,1,'2014-10-07 16:57:31','ed05dbbf-4e14-11e4-8a57-0800271c1b75'),(766,742,735,1,1,'2014-10-07 16:57:31','ed380e18-4e14-11e4-8a57-0800271c1b75'),(767,743,735,1,1,'2014-10-07 16:57:31','ed77e5c2-4e14-11e4-8a57-0800271c1b75'),(768,744,735,1,1,'2014-10-07 16:57:31','ed7b58a9-4e14-11e4-8a57-0800271c1b75'),(769,745,735,1,1,'2014-10-07 16:57:31','ed7d7d13-4e14-11e4-8a57-0800271c1b75'),(770,746,735,1,1,'2014-10-07 16:57:31','ed80beea-4e14-11e4-8a57-0800271c1b75'),(771,747,735,1,1,'2014-10-07 16:57:31','ed84f0d0-4e14-11e4-8a57-0800271c1b75'),(772,748,373,1,1,'2014-10-07 16:57:31','ed872f1b-4e14-11e4-8a57-0800271c1b75'),(773,749,748,1,1,'2014-10-07 16:57:31','ed8b8869-4e14-11e4-8a57-0800271c1b75'),(774,750,748,1,1,'2014-10-07 16:57:32','edc2289e-4e14-11e4-8a57-0800271c1b75'),(775,751,748,1,1,'2014-10-07 16:57:32','edc5c1ba-4e14-11e4-8a57-0800271c1b75'),(776,752,748,1,1,'2014-10-07 16:57:32','edcab129-4e14-11e4-8a57-0800271c1b75'),(777,753,748,1,1,'2014-10-07 16:57:32','edcf4d5c-4e14-11e4-8a57-0800271c1b75'),(778,754,748,1,1,'2014-10-07 16:57:32','edd3ab2c-4e14-11e4-8a57-0800271c1b75'),(779,755,748,1,1,'2014-10-07 16:57:32','ede5e358-4e14-11e4-8a57-0800271c1b75'),(780,756,748,1,1,'2014-10-07 16:57:32','ede9ad85-4e14-11e4-8a57-0800271c1b75'),(781,757,748,1,1,'2014-10-07 16:57:32','edef2bd6-4e14-11e4-8a57-0800271c1b75'),(782,758,748,1,1,'2014-10-07 16:57:32','edf3175b-4e14-11e4-8a57-0800271c1b75'),(783,759,748,1,1,'2014-10-07 16:57:32','edf5d123-4e14-11e4-8a57-0800271c1b75'),(784,760,748,1,1,'2014-10-07 16:57:32','edfa2325-4e14-11e4-8a57-0800271c1b75'),(785,761,748,1,1,'2014-10-07 16:57:32','edfde1c4-4e14-11e4-8a57-0800271c1b75'),(786,762,748,1,1,'2014-10-07 16:57:32','ee019df4-4e14-11e4-8a57-0800271c1b75'),(787,763,748,1,1,'2014-10-07 16:57:33','ee3eaf39-4e14-11e4-8a57-0800271c1b75'),(788,764,748,1,1,'2014-10-07 16:57:33','ee7adcd0-4e14-11e4-8a57-0800271c1b75'),(789,765,748,1,1,'2014-10-07 16:57:33','ee7f01e0-4e14-11e4-8a57-0800271c1b75'),(790,766,748,1,1,'2014-10-07 16:57:33','eebb71f4-4e14-11e4-8a57-0800271c1b75'),(791,767,748,1,1,'2014-10-07 16:57:34','eef737b3-4e14-11e4-8a57-0800271c1b75'),(792,768,748,1,1,'2014-10-07 16:57:34','eef9c8ff-4e14-11e4-8a57-0800271c1b75'),(793,769,748,1,1,'2014-10-07 16:57:34','eeff4f1c-4e14-11e4-8a57-0800271c1b75'),(794,770,748,1,1,'2014-10-07 16:57:34','ef02c74d-4e14-11e4-8a57-0800271c1b75'),(795,771,748,1,1,'2014-10-07 16:57:34','ef06127e-4e14-11e4-8a57-0800271c1b75'),(796,772,748,1,1,'2014-10-07 16:57:34','ef07fc05-4e14-11e4-8a57-0800271c1b75'),(797,773,748,1,1,'2014-10-07 16:57:34','ef176636-4e14-11e4-8a57-0800271c1b75'),(798,774,748,1,1,'2014-10-07 16:57:34','ef50df67-4e14-11e4-8a57-0800271c1b75'),(799,775,748,1,1,'2014-10-07 16:57:34','ef569e7a-4e14-11e4-8a57-0800271c1b75'),(800,776,748,1,1,'2014-10-07 16:57:34','ef58ff46-4e14-11e4-8a57-0800271c1b75'),(801,777,748,1,1,'2014-10-07 16:57:35','ef5bcae2-4e14-11e4-8a57-0800271c1b75'),(802,778,748,1,1,'2014-10-07 16:57:35','ef605961-4e14-11e4-8a57-0800271c1b75'),(803,779,748,1,1,'2014-10-07 16:57:35','ef637d2c-4e14-11e4-8a57-0800271c1b75'),(804,780,748,1,1,'2014-10-07 16:57:35','ef9dcaec-4e14-11e4-8a57-0800271c1b75'),(805,781,748,1,1,'2014-10-07 16:57:35','efa1c1a7-4e14-11e4-8a57-0800271c1b75'),(806,782,748,1,1,'2014-10-07 16:57:35','efa407b1-4e14-11e4-8a57-0800271c1b75'),(807,783,748,1,1,'2014-10-07 16:57:35','efa7bf63-4e14-11e4-8a57-0800271c1b75'),(808,784,748,1,1,'2014-10-07 16:57:35','efab2cea-4e14-11e4-8a57-0800271c1b75'),(809,785,748,1,1,'2014-10-07 16:57:35','efb01af9-4e14-11e4-8a57-0800271c1b75'),(810,786,748,1,1,'2014-10-07 16:57:35','efb37635-4e14-11e4-8a57-0800271c1b75'),(811,787,373,1,1,'2014-10-07 16:57:35','efb6b70c-4e14-11e4-8a57-0800271c1b75'),(812,788,787,1,1,'2014-10-07 16:57:35','efb7d9df-4e14-11e4-8a57-0800271c1b75'),(813,789,787,1,1,'2014-10-07 16:57:35','efbb5fda-4e14-11e4-8a57-0800271c1b75'),(814,790,787,1,1,'2014-10-07 16:57:35','efbd332f-4e14-11e4-8a57-0800271c1b75'),(815,791,787,1,1,'2014-10-07 16:57:35','efc28c07-4e14-11e4-8a57-0800271c1b75'),(816,792,787,1,1,'2014-10-07 16:57:35','efc5a732-4e14-11e4-8a57-0800271c1b75'),(817,793,787,1,1,'2014-10-07 16:57:35','efc76e86-4e14-11e4-8a57-0800271c1b75'),(818,794,787,1,1,'2014-10-07 16:57:35','efcadabf-4e14-11e4-8a57-0800271c1b75'),(819,795,787,1,1,'2014-10-07 16:57:35','efcdb9f0-4e14-11e4-8a57-0800271c1b75'),(820,796,787,1,1,'2014-10-07 16:57:35','efcfeafb-4e14-11e4-8a57-0800271c1b75'),(821,797,787,1,1,'2014-10-07 16:57:35','efd31ee6-4e14-11e4-8a57-0800271c1b75'),(822,798,787,1,1,'2014-10-07 16:57:35','efd98b68-4e14-11e4-8a57-0800271c1b75'),(823,799,787,1,1,'2014-10-07 16:57:35','efdb923e-4e14-11e4-8a57-0800271c1b75'),(824,800,787,1,1,'2014-10-07 16:57:35','efdf285c-4e14-11e4-8a57-0800271c1b75'),(825,801,787,1,1,'2014-10-07 16:57:35','efe164e0-4e14-11e4-8a57-0800271c1b75'),(826,802,787,1,1,'2014-10-07 16:57:35','efe9462d-4e14-11e4-8a57-0800271c1b75'),(827,803,787,1,1,'2014-10-07 16:57:35','efecf7b1-4e14-11e4-8a57-0800271c1b75'),(828,804,787,1,1,'2014-10-07 16:57:35','efeeddaa-4e14-11e4-8a57-0800271c1b75'),(829,805,787,1,1,'2014-10-07 16:57:35','eff300c0-4e14-11e4-8a57-0800271c1b75'),(830,806,787,1,1,'2014-10-07 16:57:36','eff74080-4e14-11e4-8a57-0800271c1b75'),(831,807,787,1,1,'2014-10-07 16:57:36','effb3771-4e14-11e4-8a57-0800271c1b75'),(832,808,787,1,1,'2014-10-07 16:57:36','effca40f-4e14-11e4-8a57-0800271c1b75'),(833,809,787,1,1,'2014-10-07 16:57:36','f0007cc3-4e14-11e4-8a57-0800271c1b75'),(834,810,787,1,1,'2014-10-07 16:57:36','f001d610-4e14-11e4-8a57-0800271c1b75'),(835,811,787,1,1,'2014-10-07 16:57:36','f006bfea-4e14-11e4-8a57-0800271c1b75'),(836,812,787,1,1,'2014-10-07 16:57:36','f009c9ff-4e14-11e4-8a57-0800271c1b75'),(837,813,787,1,1,'2014-10-07 16:57:36','f00b9472-4e14-11e4-8a57-0800271c1b75'),(838,814,787,1,1,'2014-10-07 16:57:36','f00e05f6-4e14-11e4-8a57-0800271c1b75'),(839,815,787,1,1,'2014-10-07 16:57:36','f015c8ba-4e14-11e4-8a57-0800271c1b75'),(840,816,787,1,1,'2014-10-07 16:57:36','f019982f-4e14-11e4-8a57-0800271c1b75'),(841,817,787,1,1,'2014-10-07 16:57:36','f01c0479-4e14-11e4-8a57-0800271c1b75'),(842,818,787,1,1,'2014-10-07 16:57:36','f01ee4c2-4e14-11e4-8a57-0800271c1b75'),(843,819,787,1,1,'2014-10-07 16:57:36','f0212c14-4e14-11e4-8a57-0800271c1b75'),(844,820,787,1,1,'2014-10-07 16:57:36','f04a08db-4e14-11e4-8a57-0800271c1b75'),(845,821,787,1,1,'2014-10-07 16:57:36','f0848efc-4e14-11e4-8a57-0800271c1b75'),(846,822,787,1,1,'2014-10-07 16:57:36','f0880cf8-4e14-11e4-8a57-0800271c1b75'),(847,823,787,1,1,'2014-10-07 16:57:37','f08c93ea-4e14-11e4-8a57-0800271c1b75'),(848,824,787,1,1,'2014-10-07 16:57:37','f08e80c0-4e14-11e4-8a57-0800271c1b75'),(849,825,787,1,1,'2014-10-07 16:57:37','f0912810-4e14-11e4-8a57-0800271c1b75'),(850,826,787,1,1,'2014-10-07 16:57:37','f0936c52-4e14-11e4-8a57-0800271c1b75'),(851,827,787,1,1,'2014-10-07 16:57:37','f0d13b53-4e14-11e4-8a57-0800271c1b75'),(852,828,787,1,1,'2014-10-07 16:57:37','f0d427d7-4e14-11e4-8a57-0800271c1b75'),(853,829,787,1,1,'2014-10-07 16:57:37','f0d5c358-4e14-11e4-8a57-0800271c1b75'),(854,830,787,1,1,'2014-10-07 16:57:37','f0df9428-4e14-11e4-8a57-0800271c1b75'),(855,831,787,1,1,'2014-10-07 16:57:37','f0e7321f-4e14-11e4-8a57-0800271c1b75'),(856,832,787,1,1,'2014-10-07 16:57:37','f11fc97f-4e14-11e4-8a57-0800271c1b75'),(857,833,787,1,1,'2014-10-07 16:57:37','f1245f15-4e14-11e4-8a57-0800271c1b75'),(858,834,787,1,1,'2014-10-07 16:57:38','f12870d9-4e14-11e4-8a57-0800271c1b75'),(859,835,787,1,1,'2014-10-07 16:57:38','f12a8327-4e14-11e4-8a57-0800271c1b75'),(860,836,787,1,1,'2014-10-07 16:57:38','f12d9ab1-4e14-11e4-8a57-0800271c1b75'),(861,837,787,1,1,'2014-10-07 16:57:38','f16e0334-4e14-11e4-8a57-0800271c1b75'),(862,838,787,1,1,'2014-10-07 16:57:38','f170d779-4e14-11e4-8a57-0800271c1b75'),(863,839,787,1,1,'2014-10-07 16:57:38','f174235b-4e14-11e4-8a57-0800271c1b75'),(864,840,787,1,1,'2014-10-07 16:57:38','f17ad377-4e14-11e4-8a57-0800271c1b75'),(865,841,787,1,1,'2014-10-07 16:57:38','f1b792a9-4e14-11e4-8a57-0800271c1b75'),(866,842,787,1,1,'2014-10-07 16:57:38','f1badf13-4e14-11e4-8a57-0800271c1b75'),(867,843,787,1,1,'2014-10-07 16:57:38','f1bcb153-4e14-11e4-8a57-0800271c1b75'),(868,844,787,1,1,'2014-10-07 16:57:39','f1c04c6d-4e14-11e4-8a57-0800271c1b75'),(869,845,787,1,1,'2014-10-07 16:57:39','f1c1d5fc-4e14-11e4-8a57-0800271c1b75'),(870,846,787,1,1,'2014-10-07 16:57:39','f1c6db68-4e14-11e4-8a57-0800271c1b75'),(871,847,787,1,1,'2014-10-07 16:57:39','f1c9b504-4e14-11e4-8a57-0800271c1b75'),(872,848,787,1,1,'2014-10-07 16:57:39','f206cacd-4e14-11e4-8a57-0800271c1b75'),(873,849,787,1,1,'2014-10-07 16:57:39','f208e082-4e14-11e4-8a57-0800271c1b75'),(874,850,787,1,1,'2014-10-07 16:57:39','f241d83e-4e14-11e4-8a57-0800271c1b75'),(875,851,787,1,1,'2014-10-07 16:57:39','f243cc2b-4e14-11e4-8a57-0800271c1b75'),(876,852,787,1,1,'2014-10-07 16:57:39','f247785c-4e14-11e4-8a57-0800271c1b75'),(877,853,787,1,1,'2014-10-07 16:57:40','f2825a42-4e14-11e4-8a57-0800271c1b75'),(878,854,787,1,1,'2014-10-07 16:57:40','f2abf59f-4e14-11e4-8a57-0800271c1b75'),(879,855,787,1,1,'2014-10-07 16:57:40','f2ade51e-4e14-11e4-8a57-0800271c1b75'),(880,856,787,1,1,'2014-10-07 16:57:40','f2b25b7b-4e14-11e4-8a57-0800271c1b75'),(881,857,787,1,1,'2014-10-07 16:57:40','f2eb8d30-4e14-11e4-8a57-0800271c1b75'),(882,858,787,1,1,'2014-10-07 16:57:41','f2ef6698-4e14-11e4-8a57-0800271c1b75'),(883,859,787,1,1,'2014-10-07 16:57:41','f2f665ee-4e14-11e4-8a57-0800271c1b75'),(884,860,787,1,1,'2014-10-07 16:57:41','f2f7eb7a-4e14-11e4-8a57-0800271c1b75'),(885,861,787,1,1,'2014-10-07 16:57:41','f2fb26d0-4e14-11e4-8a57-0800271c1b75'),(886,862,787,1,1,'2014-10-07 16:57:41','f2ff357e-4e14-11e4-8a57-0800271c1b75'),(887,863,787,1,1,'2014-10-07 16:57:41','f301576b-4e14-11e4-8a57-0800271c1b75'),(888,864,787,1,1,'2014-10-07 16:57:41','f3044712-4e14-11e4-8a57-0800271c1b75'),(889,865,787,1,1,'2014-10-07 16:57:41','f305eda7-4e14-11e4-8a57-0800271c1b75'),(890,866,787,1,1,'2014-10-07 16:57:41','f30bd9cc-4e14-11e4-8a57-0800271c1b75'),(891,867,787,1,1,'2014-10-07 16:57:41','f30f7c84-4e14-11e4-8a57-0800271c1b75'),(892,868,787,1,1,'2014-10-07 16:57:41','f3115d91-4e14-11e4-8a57-0800271c1b75'),(893,869,787,1,1,'2014-10-07 16:57:41','f314d844-4e14-11e4-8a57-0800271c1b75'),(894,870,787,1,1,'2014-10-07 16:57:41','f316980b-4e14-11e4-8a57-0800271c1b75'),(895,871,787,1,1,'2014-10-07 16:57:41','f31adec2-4e14-11e4-8a57-0800271c1b75'),(896,872,787,1,1,'2014-10-07 16:57:41','f31e439a-4e14-11e4-8a57-0800271c1b75'),(897,873,787,1,1,'2014-10-07 16:57:41','f31fd1c7-4e14-11e4-8a57-0800271c1b75'),(898,874,787,1,1,'2014-10-07 16:57:41','f355f0f4-4e14-11e4-8a57-0800271c1b75'),(899,875,787,1,1,'2014-10-07 16:57:41','f357fb58-4e14-11e4-8a57-0800271c1b75'),(900,876,787,1,1,'2014-10-07 16:57:41','f35b9bce-4e14-11e4-8a57-0800271c1b75'),(901,877,787,1,1,'2014-10-07 16:57:42','f3976222-4e14-11e4-8a57-0800271c1b75'),(902,878,787,1,1,'2014-10-07 16:57:42','f39b3243-4e14-11e4-8a57-0800271c1b75'),(903,879,787,1,1,'2014-10-07 16:57:42','f39d6150-4e14-11e4-8a57-0800271c1b75'),(904,880,787,1,1,'2014-10-07 16:57:42','f3a11050-4e14-11e4-8a57-0800271c1b75'),(905,881,787,1,1,'2014-10-07 16:57:42','f3a4ade2-4e14-11e4-8a57-0800271c1b75'),(906,947,57,4,1,'2014-12-23 16:25:25','333f2539-8a92-11e4-977f-0800271c1b75'),(907,948,57,8,1,'2014-12-23 16:25:25','33401241-8a92-11e4-977f-0800271c1b75'),(908,963,65,1,1,'2014-12-23 16:25:25','3358aacd-8a92-11e4-977f-0800271c1b75'),(909,964,65,1,1,'2014-12-23 16:25:25','33596a63-8a92-11e4-977f-0800271c1b75'),(910,965,65,1,1,'2014-12-23 16:25:25','335a1b2a-8a92-11e4-977f-0800271c1b75'),(911,966,65,1,1,'2014-12-23 16:25:25','335acd32-8a92-11e4-977f-0800271c1b75'),(912,342,56,1,1,'2014-12-23 16:25:25','335ce7ed-8a92-11e4-977f-0800271c1b75'),(913,357,56,3,1,'2014-12-23 16:25:25','335d41b3-8a92-11e4-977f-0800271c1b75'),(914,63,56,6,1,'2014-12-23 16:25:25','335d83ce-8a92-11e4-977f-0800271c1b75'),(915,64,56,8,1,'2014-12-23 16:25:25','335dbaec-8a92-11e4-977f-0800271c1b75'),(916,947,56,9,1,'2014-12-23 16:25:25','335df74c-8a92-11e4-977f-0800271c1b75'),(917,948,56,13,1,'2014-12-23 16:25:25','335e30ec-8a92-11e4-977f-0800271c1b75'),(918,969,65,1,1,'2014-12-23 16:25:26','33ac28fa-8a92-11e4-977f-0800271c1b75'),(919,970,65,1,1,'2014-12-23 16:25:26','33acdbbc-8a92-11e4-977f-0800271c1b75'),(920,971,65,1,1,'2014-12-23 16:25:26','33ad9021-8a92-11e4-977f-0800271c1b75'),(921,976,75,1,1,'2014-12-23 16:25:26','33bd1558-8a92-11e4-977f-0800271c1b75'),(922,342,57,1,4,'2014-12-24 15:05:04','58ce8863-1a06-4aa8-a456-18f2118793dc'),(923,357,57,0,4,'2014-12-24 15:05:04','22545f87-338e-4612-9940-4c332d735d2f'),(924,978,57,9,4,'2014-12-24 15:17:05','de72abb5-9e63-4538-a0e6-b4943097b9aa'),(925,979,154,4,4,'2014-12-24 15:54:07','24cd2a3a-9e87-47ed-b162-a9a96cda0416'),(926,999,1003,1000,4,'2015-02-19 12:06:31','99fa9baa-b0f7-42e0-8c80-bde3609dd11a'),(927,998,1003,1010,4,'2015-02-19 12:06:31','f5a3738c-29d6-415e-b7b2-9871fbe7f1c4'),(928,995,1004,1000,4,'2015-02-19 12:06:31','d1994988-c1dd-418f-9139-34a06a8355b3'),(929,994,1004,1010,4,'2015-02-19 12:06:31','5ed35762-bd5e-4f6c-a137-62ed182a99b1'),(930,997,1004,1020,4,'2015-02-19 12:06:31','54f4c65e-b543-4048-9775-7c6d6690c468'),(931,996,1004,1030,4,'2015-02-19 12:06:31','4b5a8266-e07b-4449-b560-fd567c59df41'),(932,1001,1004,1040,4,'2015-02-19 12:06:31','0a3a0ed2-eea2-48e4-b83c-441ba82340ee'),(933,1002,1004,1050,4,'2015-02-19 12:06:31','4e9b04b3-116a-4eec-b238-b09ee405d7a9'),(934,993,1004,1060,4,'2015-02-19 12:06:31','6d53c8dc-658b-407e-8180-5ea475951681'),(935,1003,1005,1000,4,'2015-02-19 12:06:31','889872db-847f-4b5f-94ab-bc82ae6a9b5e'),(936,1000,1005,1010,4,'2015-02-19 12:06:31','0a4a928a-9ecc-4d01-b203-f569bdf949a4'),(937,1005,1006,1000,4,'2015-02-19 12:06:31','969ee240-0559-4223-aa5f-ddbd369ce46d'),(938,1004,1006,1010,4,'2015-02-19 12:06:31','b0054dab-2ab3-4f6b-adbe-ee91a88ae0f7'),(939,995,1007,1000,4,'2015-02-19 12:06:32','c29fd1d2-5012-49d0-a17e-4a4697d4817a'),(940,994,1007,1010,4,'2015-02-19 12:06:32','e5d410a6-a2b8-4b9e-8425-bb70fcfa99d3'),(941,997,1007,1020,4,'2015-02-19 12:06:32','a3cf3492-9878-46ad-9c8c-3b125967f44f'),(942,996,1007,1030,4,'2015-02-19 12:06:32','bbc1144d-8e84-4d24-bbe2-c99656f0995e'),(943,1003,1007,1040,4,'2015-02-19 12:06:32','c65adf5e-b362-4b1c-bb3f-657fc9a07f7c'),(944,1002,1007,1050,4,'2015-02-19 12:06:32','c5127208-c7ea-4002-8f75-d91e44b30920'),(945,1000,1007,1060,4,'2015-02-19 12:06:32','d93fd035-379d-480b-9b93-96f5d0b0fbd0'),(946,1001,1007,1070,4,'2015-02-19 12:06:32','df8a43fa-d270-4329-a05b-61ec8da10278'),(947,993,1007,1080,4,'2015-02-19 12:06:32','8b9031b8-e416-4ec4-beab-be39df2bdb1b'),(1003,1137,90,6,4,'2015-02-19 12:24:15','986029d8-d4fb-46db-981d-3bdae6815f23'),(1004,1158,90,7,4,'2015-02-19 12:24:15','2b3c89b9-d231-4d9e-b252-381066910353'),(1048,1238,1381,1050,4,'2015-03-24 15:45:15','e2938fcc-d4d4-454e-81a4-ecad55f2bfe4'),(1049,1219,1381,1120,4,'2015-03-24 15:45:15','86f7c193-ad74-413f-a186-07f10c5ab4b8'),(1050,1221,1381,1180,4,'2015-03-24 15:45:15','414e4d47-9363-49bc-8d33-9158c70305ae'),(1051,1220,1381,1220,4,'2015-03-24 15:45:15','6cbc14ed-6236-45fd-bf2d-85d1f8cda8f1'),(1052,1223,1381,1230,4,'2015-03-24 15:45:15','80a959eb-8ce0-498b-951f-02f17efdb97f'),(1053,1222,1381,1240,4,'2015-03-24 15:45:15','9ce154d3-f5fc-470f-b24e-83e3a1d88772'),(1054,1225,1381,1250,4,'2015-03-24 15:45:15','8fa64ae6-7939-4861-834f-b342ff919025'),(1055,1224,1381,1260,4,'2015-03-24 15:45:15','8ede9738-389b-494b-92fa-268eb450a0e9'),(1056,1227,1381,1270,4,'2015-03-24 15:45:15','6bdb698e-9636-4137-9de1-1e765efbe7d8'),(1057,1226,1381,1280,4,'2015-03-24 15:45:15','13c6caf9-4621-41db-8aa5-c02f8d807589'),(1058,1229,1381,1290,4,'2015-03-24 15:45:15','3f24a315-4b42-43e4-900e-0105b94d9d24'),(1059,1230,1381,1300,4,'2015-03-24 15:45:15','05c64e41-df9e-4dfa-baf3-ebbb945a710d'),(1060,1228,1381,1310,4,'2015-03-24 15:45:15','b61574f9-36b9-4fa2-9702-295e254259e5'),(1061,1233,1381,1320,4,'2015-03-24 15:45:15','ad4cdea7-7a13-4d7b-8e5e-c143ddc7a2c2'),(1062,1234,1381,1330,4,'2015-03-24 15:45:15','993f95fe-bf6d-4140-a6e7-ff858330c06f'),(1063,1231,1381,1340,4,'2015-03-24 15:45:15','c8732078-21d5-4ff6-9616-3e0f45bbeeb4'),(1064,1232,1381,1350,4,'2015-03-24 15:45:15','63afa156-a762-4c42-9149-ecded1eaa1b0'),(1065,1237,1381,1360,4,'2015-03-24 15:45:15','f159ae69-93c2-4558-ba44-4863dc3f09d2'),(1066,1235,1381,1370,4,'2015-03-24 15:45:15','47c3119d-2183-4485-ba56-31a9ecce67a9'),(1067,1236,1381,1380,4,'2015-03-24 15:45:15','9d17e825-8886-490b-b76a-2650b3c70c2c'),(1068,1262,1382,1090,4,'2015-03-24 15:45:18','860499b0-62ee-49ad-b334-223b948cf6c8'),(1069,1263,1382,1220,4,'2015-03-24 15:45:18','919bc71c-afe8-40b9-9835-92be81d75828'),(1070,1264,1382,1230,4,'2015-03-24 15:45:18','dab5a9e1-5bab-493b-9c69-da47947b9580'),(1071,1265,1382,1260,4,'2015-03-24 15:45:18','c64d399d-720c-4de0-84db-de744735cb74'),(1072,1258,1382,1280,4,'2015-03-24 15:45:18','33d7b44b-3f54-4ba5-abb2-1955c7780296'),(1073,1259,1382,1290,4,'2015-03-24 15:45:18','a9076338-094d-4f87-b3d7-581cdd4da40e'),(1074,1260,1382,1470,4,'2015-03-24 15:45:18','e0ca8d89-18bc-4440-87ee-50deb994bab3'),(1075,1261,1382,1480,4,'2015-03-24 15:45:18','a9d814d3-fe45-420f-ae87-7b3ad71def07'),(1076,1307,1382,1530,4,'2015-03-24 15:45:18','665a1d6e-cd96-4832-b9f6-b8962f832d1c'),(1077,1306,1382,1810,4,'2015-03-24 15:45:18','a4ac0c64-07c1-47c4-9d97-2e47a3baf4d2'),(1078,1303,1382,1820,4,'2015-03-24 15:45:18','fc8d8be4-11c8-4f29-b440-039e45faa1f2'),(1079,1266,1382,1910,4,'2015-03-24 15:45:18','2d637b90-b747-4eb4-aac7-823ffc9e0c17'),(1080,1302,1382,1920,4,'2015-03-24 15:45:18','c2cb7ddf-6845-4b3f-a3fe-86f0666bce55'),(1081,1239,1382,1930,4,'2015-03-24 15:45:18','308c7e3e-f467-439e-9f0e-18ca8e7f0a42'),(1082,1267,1382,1940,4,'2015-03-24 15:45:18','c63cf46d-85ee-4ef8-aca7-237f07dbd695'),(1083,1305,1382,1950,4,'2015-03-24 15:45:18','1a6371d4-1c66-4e27-b081-bb9705cd8875'),(1084,1304,1382,1960,4,'2015-03-24 15:45:18','99108418-67f3-44c6-8b20-d7ab7db95199'),(1085,1298,1382,1970,4,'2015-03-24 15:45:18','9762d27d-e61b-49f9-9faf-e76f156b4adf'),(1086,1299,1382,1980,4,'2015-03-24 15:45:18','b05b9dfe-dae9-4654-b2a5-d5a786b4bc3f'),(1087,1300,1382,1990,4,'2015-03-24 15:45:18','6a975786-afe3-4e3f-8b10-156041f21403'),(1088,1301,1382,2000,4,'2015-03-24 15:45:18','31be66d8-5940-4e7d-8f10-011441b9889f'),(1089,1275,1382,2010,4,'2015-03-24 15:45:18','9995eec7-b2ff-4467-876e-87ef8d41df42'),(1090,1276,1382,2020,4,'2015-03-24 15:45:18','8cace7b6-a68d-4c49-a8d2-cb57dc6062f8'),(1091,1273,1382,2030,4,'2015-03-24 15:45:18','b73223ec-27a2-4a40-94c9-3855f5ac6794'),(1092,1274,1382,2040,4,'2015-03-24 15:45:18','4d63313f-6a44-4c13-80ca-f79fbb9ecf22'),(1093,1271,1382,2050,4,'2015-03-24 15:45:18','39364ba4-ef74-4b0a-aabe-a764a1c63c65'),(1094,1272,1382,2060,4,'2015-03-24 15:45:18','8b031c3e-463e-42da-9884-17ae61e502df'),(1095,1269,1382,2070,4,'2015-03-24 15:45:18','6e1f989f-fd9b-450e-bc8a-9a41e75f0164'),(1096,1270,1382,2080,4,'2015-03-24 15:45:18','e2c647af-6694-4a49-9007-136bc0a3be22'),(1097,1317,1382,2090,4,'2015-03-24 15:45:18','5c5bab50-b588-490d-8467-b5e71595e076'),(1098,1316,1382,2100,4,'2015-03-24 15:45:18','d1b5af27-9b3f-42c5-8b13-5bb638cc0c1e'),(1099,1315,1382,2110,4,'2015-03-24 15:45:18','fa758665-d2cf-44a7-b0f6-574819ec5c10'),(1100,1314,1382,2120,4,'2015-03-24 15:45:18','b89c4515-888c-4417-9aa5-6cb194cbc017'),(1101,1277,1382,2130,4,'2015-03-24 15:45:18','9763e80a-a85a-48b0-a68a-3838c5463c85'),(1102,1313,1382,2140,4,'2015-03-24 15:45:18','94e536e3-280f-4069-8dc6-5c4f1ae4ffea'),(1103,1311,1382,2150,4,'2015-03-24 15:45:18','b8801b6e-3941-4f00-8068-2b56a1ac6c1f'),(1104,1241,1382,2160,4,'2015-03-24 15:45:18','bf3795f6-8689-4683-adaf-c8cc9864e23a'),(1105,1312,1382,2170,4,'2015-03-24 15:45:18','51725a63-b4bc-417c-846c-9e2ed69ea90a'),(1106,1240,1382,2180,4,'2015-03-24 15:45:18','5f45014e-c45b-4460-9278-d95742e558b1'),(1107,1309,1382,2190,4,'2015-03-24 15:45:18','01202b5e-3dae-4a80-bb2f-a86deaced2db'),(1108,1243,1382,2200,4,'2015-03-24 15:45:18','55c2b9c9-36dd-4470-bd12-fa268ccf6968'),(1109,1310,1382,2210,4,'2015-03-24 15:45:18','8b94daf1-f2c0-4393-82c5-0b0099a32743'),(1110,1242,1382,2220,4,'2015-03-24 15:45:18','799d21ad-2257-4f52-a427-5894df90cd0b'),(1111,1245,1382,2230,4,'2015-03-24 15:45:18','4515d56d-75a8-4bb3-875a-25cf75012333'),(1112,1308,1382,2240,4,'2015-03-24 15:45:18','bb135bcb-660b-4446-b1c7-894e94d8de81'),(1113,1244,1382,2250,4,'2015-03-24 15:45:18','cefed11b-1e3b-4660-a036-9f58eb1ac9e1'),(1114,1247,1382,2260,4,'2015-03-24 15:45:18','01ab7fa6-e676-410c-ab85-6731210747f1'),(1115,1246,1382,2270,4,'2015-03-24 15:45:18','14822c4e-6dc4-4119-ab9d-d2dd0a10d9d8'),(1116,1268,1382,2280,4,'2015-03-24 15:45:18','447943d8-a3b0-4427-9a50-cfd2feca4c81'),(1117,1319,1382,2290,4,'2015-03-24 15:45:18','eabcc9ae-0948-4afe-92d7-816038013b16'),(1118,1281,1382,2300,4,'2015-03-24 15:45:18','ed66da7f-f150-4976-bdf7-93d1b10c464d'),(1119,1318,1382,2310,4,'2015-03-24 15:45:18','ba120e0b-42b7-49bc-94b7-5d65dda34265'),(1120,1280,1382,2320,4,'2015-03-24 15:45:18','66069925-db93-44a5-9294-1c27b997f5c9'),(1121,1283,1382,2330,4,'2015-03-24 15:45:18','673eb3fc-b940-45da-88cb-43a79ad4d054'),(1122,1282,1382,2340,4,'2015-03-24 15:45:18','cca7a208-6d8e-46c8-9fc5-43bb1e326432'),(1123,1323,1382,2350,4,'2015-03-24 15:45:18','f9c7605a-52f9-4c53-9fbc-89f3bf155a7a'),(1124,1285,1382,2360,4,'2015-03-24 15:45:18','849cb182-9389-4209-aaa2-6209cd3aaed5'),(1125,1322,1382,2370,4,'2015-03-24 15:45:18','631a27b4-59f8-4ad3-b043-ddac0182f907'),(1126,1284,1382,2380,4,'2015-03-24 15:45:18','983fe954-37ce-4933-b1b3-3ef8e1bb8c42'),(1127,1321,1382,2390,4,'2015-03-24 15:45:18','294f4eba-12eb-4170-93c5-2ca1c9532637'),(1128,1287,1382,2400,4,'2015-03-24 15:45:18','073395e2-8721-4261-9fcc-5decc2f89e24'),(1129,1320,1382,2410,4,'2015-03-24 15:45:18','94fa119e-9a94-42c5-9822-99c583c1ffb7'),(1130,1286,1382,2420,4,'2015-03-24 15:45:18','2469c039-4a27-4276-9f0f-f77f9332d3b5'),(1131,1326,1382,2430,4,'2015-03-24 15:45:18','1598ef41-0cb9-41a9-b81b-38d1ba2b605c'),(1132,1327,1382,2440,4,'2015-03-24 15:45:18','b7d20dba-d757-4e9e-bd5d-2ea041218a55'),(1133,1324,1382,2450,4,'2015-03-24 15:45:18','09300af7-acda-4e3c-9ade-c2414286eb3a'),(1134,1325,1382,2460,4,'2015-03-24 15:45:18','d1b84580-ee55-4394-9022-7ea38a75caa0'),(1135,1278,1382,2470,4,'2015-03-24 15:45:18','b372eac3-7ebd-4001-a4ec-36fddd282838'),(1136,1279,1382,2480,4,'2015-03-24 15:45:18','e5ee0ab7-eafe-484e-a5b8-f8325de0d28a'),(1137,1249,1382,2490,4,'2015-03-24 15:45:18','f9ff7f59-2b0c-49de-bffd-a3e51c3940de'),(1138,1250,1382,2500,4,'2015-03-24 15:45:18','53606b53-9964-45b3-921f-4390859ad44d'),(1139,1248,1382,2510,4,'2015-03-24 15:45:18','232781ae-3702-4b47-bf44-07f9fb3304ab'),(1140,1253,1382,2520,4,'2015-03-24 15:45:18','d0544bf2-2d26-4321-9ba0-aa65bd2a7f4c'),(1141,1254,1382,2530,4,'2015-03-24 15:45:18','4d2e1ab4-962d-4641-9706-e0c7efcd7e33'),(1142,1251,1382,2540,4,'2015-03-24 15:45:18','2670fb0f-f70d-4786-8d04-36e653509270'),(1143,1252,1382,2550,4,'2015-03-24 15:45:18','daf5d323-806f-4873-841d-d41634605ce5'),(1144,1328,1382,2560,4,'2015-03-24 15:45:18','f35dda43-f2cd-4fda-920f-e7b9e1135e7a'),(1145,1294,1382,2570,4,'2015-03-24 15:45:18','1d6dc24f-b319-4fa4-be4d-6f52dada1dc5'),(1146,1257,1382,2580,4,'2015-03-24 15:45:18','56e1a73c-faaa-40de-93ea-4c5068d1c72e'),(1147,1293,1382,2590,4,'2015-03-24 15:45:18','a75191c2-9600-4cca-9bb8-f43637b84719'),(1148,1330,1382,2600,4,'2015-03-24 15:45:18','0b71b938-a228-4a99-bec7-e46df14354eb'),(1149,1292,1382,2610,4,'2015-03-24 15:45:18','9a382242-4496-4758-a6fb-eb1f39289ac5'),(1150,1255,1382,2620,4,'2015-03-24 15:45:18','5c5c3173-e438-46eb-a8bf-e7637db614aa'),(1151,1329,1382,2630,4,'2015-03-24 15:45:18','1c49d5a8-22f7-4605-b895-84afabc99242'),(1152,1291,1382,2640,4,'2015-03-24 15:45:18','a1493db5-6153-4387-a0da-3c411d3ffb3d'),(1153,1256,1382,2650,4,'2015-03-24 15:45:18','1a2ecbdf-1bd0-4bf1-b1cc-f6d3201143da'),(1154,1297,1382,2660,4,'2015-03-24 15:45:18','5d96fb04-cd9f-4a9f-b850-3c9314d465e7'),(1155,1296,1382,2670,4,'2015-03-24 15:45:18','d8dab4a7-badc-48e0-bc83-16afb30c828b'),(1156,1295,1382,2680,4,'2015-03-24 15:45:18','59557ed2-a105-415f-b21a-d5873fc36524'),(1157,1289,1382,2690,4,'2015-03-24 15:45:18','8da5ee22-056c-4911-a28f-7b36e585c1a3'),(1158,1290,1382,2700,4,'2015-03-24 15:45:18','a9bd1416-68ab-4ba8-a0f8-eb285e864765'),(1159,1288,1382,2710,4,'2015-03-24 15:45:18','8c09efa9-fb3f-42f4-ba6d-8e45433fd55f'),(1160,1354,1383,1060,4,'2015-03-24 15:45:19','88ba71f3-3d5b-42b4-89ed-343c44148997'),(1161,1355,1383,1090,4,'2015-03-24 15:45:19','7ef7ec0e-6b65-4c8b-9024-54196b2bf509'),(1162,1356,1383,1200,4,'2015-03-24 15:45:19','2d9e64a5-d9fe-4b58-a691-56465756df87'),(1163,1357,1383,1230,4,'2015-03-24 15:45:19','bfd61204-f1cf-4d8e-bd1b-5fe0dba3529f'),(1164,1350,1383,1280,4,'2015-03-24 15:45:19','3c37b89b-dfe9-4eae-9841-071721fe1f5b'),(1165,1351,1383,1330,4,'2015-03-24 15:45:19','19351a27-391f-4e55-83d1-de8dfe6de255'),(1166,1352,1383,1340,4,'2015-03-24 15:45:19','fc4a71e8-1e6a-4e4d-ad1a-58badf5dbf5d'),(1167,1353,1383,1350,4,'2015-03-24 15:45:19','6e5f1f5b-e6b6-4f0e-8b38-8f95c335194d'),(1168,1358,1383,1360,4,'2015-03-24 15:45:19','ab40c16c-083a-4fe1-a1f7-34fa4247c5ff'),(1169,1331,1383,1380,4,'2015-03-24 15:45:19','1fbebefb-55ec-4c20-9b0f-2bf4db201f99'),(1170,1359,1383,1440,4,'2015-03-24 15:45:19','406bbe92-6478-4674-a423-f2c6e57848b2'),(1171,1367,1383,1660,4,'2015-03-24 15:45:19','d4864917-4e1b-4163-a11d-2d459aebfaa4'),(1172,1368,1383,1670,4,'2015-03-24 15:45:19','4b5acab3-1989-4ea8-9257-2119e6cfdcf2'),(1173,1365,1383,1680,4,'2015-03-24 15:45:19','3331e473-959c-40b0-a91d-babd56ad45f4'),(1174,1366,1383,1690,4,'2015-03-24 15:45:19','785f9d95-a8cf-4d87-bb33-052574e01c5e'),(1175,1363,1383,1700,4,'2015-03-24 15:45:19','64398b40-1953-43a1-899d-1a2ed5999793'),(1176,1364,1383,1710,4,'2015-03-24 15:45:19','e17f4e19-3606-48d1-bbf0-38b7cfac19ac'),(1177,1361,1383,1720,4,'2015-03-24 15:45:19','5d8eb467-122b-4f2a-baa2-5fe16060b8de'),(1178,1362,1383,1730,4,'2015-03-24 15:45:19','30aa1c3a-a255-45f9-bbc0-c70cd39f2de1'),(1179,1333,1383,1740,4,'2015-03-24 15:45:19','a0016d9a-1610-4742-978e-d13df9f7d045'),(1180,1332,1383,1750,4,'2015-03-24 15:45:19','b9fee49c-dadb-4b49-8b69-a248aaea9d18'),(1181,1335,1383,1760,4,'2015-03-24 15:45:19','4c4fcf4b-fbae-4dac-90b6-96e5bd5c0186'),(1182,1334,1383,1770,4,'2015-03-24 15:45:19','4893a7c0-e682-4407-9a53-e500363e21b6'),(1183,1337,1383,1780,4,'2015-03-24 15:45:19','24f7f21a-1659-4f60-8e98-b3033ddff3e6'),(1184,1336,1383,1790,4,'2015-03-24 15:45:19','1d3c091d-f4d1-4a03-8b45-58a21f243363'),(1185,1339,1383,1800,4,'2015-03-24 15:45:19','40f363b6-43f6-43ff-bd2a-dcc621d86b03'),(1186,1338,1383,1810,4,'2015-03-24 15:45:19','9f1141e8-c850-4cec-ac98-4e9d1cf3acf8'),(1187,1360,1383,1820,4,'2015-03-24 15:45:19','46d910da-4295-48b5-a47a-4bf6e7fc1e33'),(1188,1341,1383,1830,4,'2015-03-24 15:45:19','ee28beb3-110e-4848-8e7f-cae18e838565'),(1189,1342,1383,1840,4,'2015-03-24 15:45:19','c1c8597c-680d-4755-bea3-8b28eb787418'),(1190,1340,1383,1850,4,'2015-03-24 15:45:19','a40421a0-5cd9-43d2-bc09-43c9d5f22939'),(1191,1345,1383,1860,4,'2015-03-24 15:45:19','6ea58f4e-222f-48ae-b5af-1b399649f2e0'),(1192,1346,1383,1870,4,'2015-03-24 15:45:19','5d6d977d-af26-4c11-b700-ab8a1b567955'),(1193,1343,1383,1880,4,'2015-03-24 15:45:19','bcb7143d-0c3a-47f8-9694-7c95af7c881e'),(1194,1344,1383,1890,4,'2015-03-24 15:45:19','00efc734-08a7-4b65-bba4-566afdc72482'),(1195,1349,1383,1900,4,'2015-03-24 15:45:19','50aa46cb-f4ca-4f5d-89df-649368d0669f'),(1196,1347,1383,1910,4,'2015-03-24 15:45:19','c48f61e1-166f-4c70-b2ac-39aac0b06a0d'),(1197,1348,1383,1920,4,'2015-03-24 15:45:19','10610d64-01fb-4141-8251-015465664c0b'),(1198,1369,1384,1110,4,'2015-03-24 15:45:20','ef278862-eee9-4957-a42c-c7c3f6db5eea'),(1199,1371,1384,1160,4,'2015-03-24 15:45:20','97020677-7ff7-4d0b-b000-33b434de6d9b'),(1200,1370,1384,1170,4,'2015-03-24 15:45:20','fa8c05d0-4241-4ae5-b0ee-3649eb84b92a'),(1201,1373,1384,1180,4,'2015-03-24 15:45:20','06bae991-98e0-4a8a-bf8c-ea9033bd5728'),(1202,1372,1384,1190,4,'2015-03-24 15:45:20','0ec41cd6-ebd9-4440-9a01-ca5059b65f9d'),(1203,1375,1384,1200,4,'2015-03-24 15:45:20','0e088024-e892-470b-a8c8-cbefe37399f0'),(1204,1374,1384,1210,4,'2015-03-24 15:45:20','7ae4ad10-cba8-4cea-8ecb-25e14e0f0f89'),(1205,1377,1384,1220,4,'2015-03-24 15:45:20','f5b6c832-7c6e-49b6-834b-b4098b6f7c30'),(1206,1376,1384,1230,4,'2015-03-24 15:45:20','5514bb81-efc5-4374-8c28-792d15d854f3'),(1207,1379,1384,1240,4,'2015-03-24 15:45:20','cdac7d1b-911e-401a-bd70-94ab3d33315b'),(1208,1378,1384,1250,4,'2015-03-24 15:45:20','2f6a4551-fbcc-4030-8e60-f3894aa6c9fa'),(1209,1380,31,1000,4,'2015-03-24 15:50:18','74695650-f5c9-4d34-80d7-10cf6d5225d0'),(1210,1381,31,1010,4,'2015-03-24 15:50:18','6afd132e-28dd-4b83-bc06-8210a43fc10e'),(1211,1382,31,1020,4,'2015-03-24 15:50:18','35d01635-b7b3-4614-83af-9250dff19ae8'),(1212,1383,31,1030,4,'2015-03-24 15:50:18','0e5f0a93-9ead-4177-864d-e5510657d625'),(1213,1384,31,1040,4,'2015-03-24 15:50:18','21f69a5c-da2a-43de-94b0-3f122cf028c2'),(1214,1185,1460,1000,4,'2015-03-24 16:29:14','bce34a5f-396f-4138-b50d-9bd0d65f3de7'),(1215,1197,1460,1010,4,'2015-03-24 16:29:14','f0c7ffff-2433-4088-b81b-1869f89e59cb'),(1216,1209,1460,1020,4,'2015-03-24 16:29:14','adfcbe23-5e7b-4cc6-8ccc-158fcb72bbc0'),(1217,1199,1460,1030,4,'2015-03-24 16:29:14','acb51f18-4a76-4fc9-9675-3d8bcf441e61'),(1218,1196,1460,1040,4,'2015-03-24 16:29:14','09bcf56f-38d9-4635-87b2-03cf6a6c030c'),(1219,1218,1460,1050,4,'2015-03-24 16:29:14','bb3d1c52-0fa4-4b9d-84d9-9e33147abeb6'),(1220,1216,1460,1060,4,'2015-03-24 16:29:14','f4b3d684-b162-461a-8b20-e2b453dd4de9'),(1237,1198,1462,1000,4,'2015-03-24 16:29:15','80c0778a-ad96-4c88-ab96-a0e1b69f19d5'),(1238,1201,1462,1010,4,'2015-03-24 16:29:15','d6b8071d-6298-4382-9c44-603546f63b3d'),(1239,1200,1462,1020,4,'2015-03-24 16:29:15','308086df-1630-49ad-ae2f-c95a7846ab2c'),(1240,1203,1462,1030,4,'2015-03-24 16:29:15','47d54e8c-40ae-4e61-bad3-c2afff8d6522'),(1241,1202,1462,1040,4,'2015-03-24 16:29:15','2f43b4e3-ac22-4ce1-9de3-8d352dd87e0f'),(1242,1211,1462,1050,4,'2015-03-24 16:29:15','3af96b41-70ef-4e56-9535-d81f16a35e8a'),(1243,1197,1463,1000,4,'2015-03-24 16:29:15','be5329b0-bcbc-4718-a25a-31858c5ca8d8'),(1244,1196,1463,1010,4,'2015-03-24 16:29:15','e269e730-516f-4975-a46f-7c2da29d8ebb'),(1245,1199,1463,1020,4,'2015-03-24 16:29:15','51d8f97c-ee4a-4014-a6c5-7cf4641f961d'),(1246,1182,1464,1000,4,'2015-03-24 16:29:15','649ed54f-6b07-4464-beeb-6f57310cd629'),(1247,1183,1464,1010,4,'2015-03-24 16:29:15','c8785a07-a8d3-4029-91ae-4187e73fd111'),(1248,1176,1464,1020,4,'2015-03-24 16:29:15','0d650041-870b-4816-82b9-1401cb905f68'),(1249,1177,1464,1030,4,'2015-03-24 16:29:15','1908ad94-7d18-47f7-8cf4-63e4b7b4ae28'),(1250,1178,1464,1040,4,'2015-03-24 16:29:15','e46b3c0d-c85a-49f7-ab3d-49e1e365b59a'),(1251,1206,1464,1050,4,'2015-03-24 16:29:15','d05143f8-e27b-4c6f-b9b8-2b8a0e896054'),(1252,1185,1465,1000,4,'2015-03-24 16:29:15','6df7ed72-3f3a-4368-8c95-a499028b1d40'),(1253,1179,1465,1010,4,'2015-03-24 16:29:15','872ae5aa-9464-4d5e-b385-cab8b6d9341c'),(1254,1184,1465,1020,4,'2015-03-24 16:29:15','ecacb693-6083-4dee-89b7-9e62ff0c710d'),(1255,1186,1465,1030,4,'2015-03-24 16:29:15','512a0a43-1f13-472f-aa0e-21413ddc870e'),(1256,1191,1465,1040,4,'2015-03-24 16:29:15','2dfdcbea-c504-470a-8526-835ea60ee113'),(1257,1192,1465,1050,4,'2015-03-24 16:29:15','6dce2d29-508b-41d9-be14-094a14ec0f16'),(1258,1189,1465,1060,4,'2015-03-24 16:29:15','3819d526-38b7-491e-8039-3bd1d34cf794'),(1259,1190,1465,1070,4,'2015-03-24 16:29:15','0070c1aa-f0a8-4a0b-b116-fd7072350991'),(1260,1208,1465,1080,4,'2015-03-24 16:29:15','b59d0f6b-e186-4e2f-b80b-789817c61601'),(1261,1185,1466,1000,4,'2015-03-24 16:29:16','1a00c1ce-0146-4ba8-a902-6ddd26f31efc'),(1262,1210,1466,1010,4,'2015-03-24 16:29:16','b0d78c8f-2a84-410a-8fff-bf20322ecc31'),(1263,1213,1466,1020,4,'2015-03-24 16:29:16','a5de8881-37de-4a20-bced-6e2aa0f6966b'),(1264,1217,1466,1030,4,'2015-03-24 16:29:16','e7213533-12b7-4f81-8f32-117aa5fbb31a'),(1265,1218,1466,1040,4,'2015-03-24 16:29:16','6c845655-ebeb-46b0-95a8-a5a5d8c5b426'),(1266,1216,1466,1050,4,'2015-03-24 16:29:16','70eb6d2b-9a93-4344-81a0-1b8a70cac2c7'),(1267,1180,1466,1060,4,'2015-03-24 16:29:16','0503f837-f8be-4f88-8d59-4d93e82eb169'),(1268,1185,1467,1000,4,'2015-03-24 16:29:16','fc0e24a0-6b41-48b2-af9a-26e66a7b4889'),(1269,1191,1467,1010,4,'2015-03-24 16:29:16','672b73f6-8001-4e0e-929c-47cedd38137d'),(1270,1179,1467,1020,4,'2015-03-24 16:29:16','dc250dbf-788e-4930-b887-72c5604d9fb4'),(1271,1190,1467,1030,4,'2015-03-24 16:29:16','5202544b-3872-4e48-b5d6-80666a8f2be1'),(1272,1192,1467,1040,4,'2015-03-24 16:29:16','5ca4dc5c-23ca-4425-9558-e977ab412f90'),(1273,1199,1468,1030,4,'2015-03-24 16:29:17','9ab97bb4-22c9-4fc7-9e35-daf99f076ca7'),(1274,1200,1468,1040,4,'2015-03-24 16:29:17','2b5f0635-8f1d-4463-85e9-865df674e5d5'),(1275,1201,1468,1050,4,'2015-03-24 16:29:17','957fe36c-c2c4-4a1f-ba4c-55a8098dd541'),(1276,1202,1468,1080,4,'2015-03-24 16:29:17','58518524-e1e5-42a1-a5d0-8abeb2e7bc81'),(1277,1190,1468,1090,4,'2015-03-24 16:29:17','c2b3da70-13ae-4745-993a-5efda25b9a20'),(1278,1196,1468,1100,4,'2015-03-24 16:29:17','9cd8ad39-94a3-424d-9c3e-d47ae09a8c2b'),(1279,1197,1468,1110,4,'2015-03-24 16:29:17','91b70bde-6f11-444e-98a7-d36e44a10769'),(1280,1198,1468,1140,4,'2015-03-24 16:29:17','516103c3-c6ab-4096-b2ce-7251e56e1904'),(1281,1203,1468,1150,4,'2015-03-24 16:29:17','f0adcad3-09c5-409b-a34a-b2318a10e825'),(1282,1176,1468,1580,4,'2015-03-24 16:29:17','dedfc9c5-381b-4805-a948-f7ac8e99259a'),(1283,1204,1468,1590,4,'2015-03-24 16:29:17','8701dc55-9eae-4778-80c6-0c540e8fc9e8'),(1284,1462,1468,1640,4,'2015-03-24 16:29:17','1d6c3d91-854d-4148-bf0c-9e0264fc9c9f'),(1285,1463,1468,1760,4,'2015-03-24 16:29:17','d107d757-64a1-479f-97e7-f9623efb4fc7'),(1286,1461,1468,1770,4,'2015-03-24 16:29:17','39623895-b033-4a75-a5a6-3d969d1cd047'),(1287,1385,1468,1780,4,'2015-03-24 16:29:17','13dbf9b6-9802-4c82-82c7-d110eabc3536'),(1288,1338,1468,1790,4,'2015-03-24 16:29:17','4369edab-6356-4ce5-b1fb-9ee9d0d25728'),(1289,1460,1468,1800,4,'2015-03-24 16:29:17','c09bc069-d917-4128-a055-209ef22b57e8'),(1290,1195,1468,1810,4,'2015-03-24 16:29:17','bdc0266f-c793-4ad0-821d-b95ffcfd0862'),(1291,1358,1468,1820,4,'2015-03-24 16:29:17','e3855153-99a6-4295-bcaa-d3e64f5d2ae5'),(1292,1187,1468,1830,4,'2015-03-24 16:29:17','3be4780e-a52b-4e66-a11b-fd2de77b26d0'),(1293,1178,1468,1840,4,'2015-03-24 16:29:17','7d97e556-86db-4443-b5e3-6c31be0db034'),(1294,1177,1468,1850,4,'2015-03-24 16:29:17','ef374e0f-54b0-4561-aacb-1b930abce30d'),(1295,1180,1468,1860,4,'2015-03-24 16:29:17','7c8ad1b3-b051-4cad-8377-fb0c610e1d93'),(1296,1179,1468,1870,4,'2015-03-24 16:29:17','8ef86fe7-1399-4240-80e2-77756b388345'),(1297,1182,1468,1880,4,'2015-03-24 16:29:17','7f02f4b1-12f6-453a-a9ed-63adee423b0c'),(1298,1181,1468,1890,4,'2015-03-24 16:29:17','4e42fef5-4443-4474-92d2-6dfc6ae96fef'),(1299,1184,1468,1900,4,'2015-03-24 16:29:17','37161c02-1f9c-4c58-8c87-0270c936db41'),(1300,1183,1468,1910,4,'2015-03-24 16:29:17','b0c90c2c-09ef-416d-a486-3b154e8c61c7'),(1301,1207,1468,1920,4,'2015-03-24 16:29:17','0df176e9-ae85-4b2e-9f33-fdad28452ba0'),(1302,1211,1468,1930,4,'2015-03-24 16:29:17','970a5414-e4c5-4c31-a55d-9daf570836ed'),(1303,1210,1468,1940,4,'2015-03-24 16:29:17','50628dae-b539-43ed-8334-8faa1d2f65b6'),(1304,1213,1468,1950,4,'2015-03-24 16:29:17','39a1abd3-abc8-4f66-9a52-91edbead20c8'),(1305,1212,1468,1960,4,'2015-03-24 16:29:17','f734137e-d630-49aa-9cb1-411f57328d86'),(1306,1215,1468,1970,4,'2015-03-24 16:29:17','fb1a2441-9864-4852-946b-346d672ff134'),(1307,1214,1468,1980,4,'2015-03-24 16:29:17','77e3e884-fc85-4339-8ebd-59e96b49b6f7'),(1308,1216,1468,1990,4,'2015-03-24 16:29:17','ab37971c-27bd-4beb-8e1a-a6d949deaf75'),(1309,1344,1468,2000,4,'2015-03-24 16:29:17','923a8db6-c6c4-4e18-9c17-f0eb058a51a6'),(1310,1188,1468,2010,4,'2015-03-24 16:29:17','83422386-1d59-4974-afad-5e4a9efb7602'),(1311,1209,1468,2020,4,'2015-03-24 16:29:17','7e7869b3-2206-4e4f-afdd-a3e292a5861b'),(1312,1186,1468,2030,4,'2015-03-24 16:29:17','77697517-e3a6-44ed-a068-0409b1fbf298'),(1313,1192,1468,2040,4,'2015-03-24 16:29:17','267aac3e-77d7-41cb-9e21-1c09d8f2e476'),(1314,1185,1468,2050,4,'2015-03-24 16:29:17','6140c95e-0884-40de-bceb-3d31ff6ab8c8'),(1315,1191,1468,2060,4,'2015-03-24 16:29:17','4b046424-458d-48ec-8533-f34021355a36'),(1316,1302,1468,2070,4,'2015-03-24 16:29:17','381168c4-23d2-4306-8859-be33fce96c66'),(1317,1189,1468,2080,4,'2015-03-24 16:29:17','7f735624-556e-40ca-99a2-8ede2deada29'),(1318,1194,1468,2090,4,'2015-03-24 16:29:17','07bc3f1e-6707-4571-98a2-0353cece0980'),(1319,1465,1468,2100,4,'2015-03-24 16:29:17','5642a380-4f00-4d0e-b358-acb486263947'),(1320,1305,1468,2110,4,'2015-03-24 16:29:17','edb145a7-3ca7-4e17-b9a8-39ae6edbcda8'),(1321,1464,1468,2120,4,'2015-03-24 16:29:17','1002b00f-f647-4b5b-9b66-9a08ca89668c'),(1322,1386,1468,2130,4,'2015-03-24 16:29:17','69b447da-7b80-4e86-aa3e-ad2f7fb5b6e3'),(1323,1303,1468,2140,4,'2015-03-24 16:29:17','70de75b1-2189-4522-a5b4-f68d7f5083d9'),(1324,1218,1468,2150,4,'2015-03-24 16:29:17','1eb484fd-0fc6-4231-85d2-c4837b69a112'),(1325,1193,1468,2160,4,'2015-03-24 16:29:17','de3f4e00-d2ca-47cf-b0d8-1dc7177d304e'),(1326,1467,1468,2170,4,'2015-03-24 16:29:17','bb647ed4-9975-44db-b80a-b654eae2dd4a'),(1327,1466,1468,2180,4,'2015-03-24 16:29:17','2f4a9ea1-2d37-49d5-9540-a669bf2beda9'),(1328,1208,1468,2190,4,'2015-03-24 16:29:17','3e03d815-91a6-4c2b-b83e-9afa6d21762a'),(1329,1217,1468,2200,4,'2015-03-24 16:29:17','37d652e5-ab6c-4f70-86c6-d681463dc1ed'),(1330,1206,1468,2210,4,'2015-03-24 16:29:17','e0c3fefe-d0bc-46fc-a11f-ff3b6fe06b23'),(1331,1220,1469,1000,4,'2015-03-24 16:29:18','f2d77a1e-2079-4fcf-bcd4-36e8e427a1b2'),(1332,1222,1469,1010,4,'2015-03-24 16:29:18','ef61c962-15d3-42d7-b161-605edbd70181'),(1333,1225,1469,1020,4,'2015-03-24 16:29:18','c155aaf4-6ca2-4f62-a940-210762e8d7c9'),(1334,1228,1469,1030,4,'2015-03-24 16:29:18','22b7d411-2efb-480e-817d-a5df455cb850'),(1335,1322,1469,1040,4,'2015-03-24 16:29:18','7c78aaed-c079-458c-ab12-92569b321c44'),(1336,1221,1470,1000,4,'2015-03-24 16:29:18','ecab058c-f835-495d-866a-cbe913edc2e8'),(1337,1224,1470,1010,4,'2015-03-24 16:29:18','7156d468-38d9-4c66-ab0c-379edc6a8a1d'),(1338,1223,1470,1020,4,'2015-03-24 16:29:18','c4782753-2163-4ffd-b59c-63c103b718ba'),(1339,1226,1470,1030,4,'2015-03-24 16:29:18','ec408eaa-dae0-426d-9cfc-97c2f15a008e'),(1340,1227,1470,1040,4,'2015-03-24 16:29:18','9c710b48-9780-470f-bc42-93311dec034a'),(1341,1232,1470,1050,4,'2015-03-24 16:29:18','4eeb7a89-4441-47f8-b30b-e4736931c5b1'),(1342,1233,1470,1060,4,'2015-03-24 16:29:18','b5839b9d-e374-490c-8d98-e1c3f70cd90a'),(1343,1237,1470,1070,4,'2015-03-24 16:29:18','b1b63048-6eba-4a42-b500-9e4260a9e761'),(1344,1238,1470,1080,4,'2015-03-24 16:29:18','6ea57be7-bef9-4ff7-9d53-d19d3ebc6aef'),(1345,1225,1471,1000,4,'2015-03-24 16:29:18','16fda752-3ce5-4538-bb9b-26aa1eb70625'),(1346,1228,1471,1010,4,'2015-03-24 16:29:18','ba7e493e-12ee-481c-9de1-5ec8a0050ff9'),(1347,1322,1471,1020,4,'2015-03-24 16:29:18','a8c55976-a8af-4fc7-8e41-97fca0ff54ec'),(1348,1231,1471,1030,4,'2015-03-24 16:29:18','7fea91c9-8734-4681-aa7f-b2a59fa8e5fb'),(1349,1229,1471,1040,4,'2015-03-24 16:29:18','bbb4f995-0112-4a5c-a1d0-155fd4a6cb48'),(1350,1230,1471,1050,4,'2015-03-24 16:29:18','975ebdb8-3349-4292-bb54-f40ff523a1dc'),(1351,1234,1471,1060,4,'2015-03-24 16:29:18','5f643705-414f-4f39-995a-0298d1e854e4'),(1352,1235,1471,1070,4,'2015-03-24 16:29:18','9d421061-7d03-4a72-906a-11125d6ec524'),(1353,1236,1472,1000,4,'2015-03-24 16:29:18','d8ed5ea4-ed34-4656-ac65-6ccc49fde2e5'),(1354,1220,1473,1000,4,'2015-03-24 16:29:19','6040a70e-1e55-4557-910b-7145c52b7291'),(1355,1222,1473,1010,4,'2015-03-24 16:29:19','a564b1f0-603b-4bd3-862d-7b130d4a2d47'),(1356,1225,1473,1020,4,'2015-03-24 16:29:19','ee97d5a9-fbfc-41e3-98e9-59c07c3928a8'),(1357,1228,1473,1030,4,'2015-03-24 16:29:19','816bbfb9-648a-434e-9e1d-5d07867dc217'),(1358,1322,1473,1040,4,'2015-03-24 16:29:19','2c9f3523-a304-41da-89d2-384fa1dec07a'),(1359,1223,1473,1050,4,'2015-03-24 16:29:19','dee51cae-670b-4759-a062-8a032accb9c7'),(1360,1221,1473,1060,4,'2015-03-24 16:29:19','3357c464-eac6-454a-9be7-ac140c86e173'),(1361,1227,1473,1070,4,'2015-03-24 16:29:19','430665e4-dcf4-450a-8d92-44ef207b38b5'),(1362,1224,1473,1080,4,'2015-03-24 16:29:19','691a5a4a-f62a-47c5-a26a-9814e40cd72b'),(1363,1233,1473,1090,4,'2015-03-24 16:29:19','1249dc06-fe45-4b1c-ab8c-93b292fed9b9'),(1364,1232,1473,1100,4,'2015-03-24 16:29:19','363828cb-18e7-4f44-8d6f-d35cfdef7449'),(1365,1226,1473,1110,4,'2015-03-24 16:29:19','f71c651c-6fa6-4505-bc30-8ffead2bc220'),(1366,1238,1473,1120,4,'2015-03-24 16:29:19','a21556eb-d454-4aa4-b686-98eac9c9cb89'),(1367,1237,1473,1130,4,'2015-03-24 16:29:19','053fe867-bb37-4111-88c3-398c362a8635'),(1368,1235,1474,1100,4,'2015-03-24 16:29:20','95c8503f-8b36-4abe-8141-75ac15b7cc04'),(1369,1232,1474,1170,4,'2015-03-24 16:29:20','3b74b1a7-289b-4692-8352-5c7602f2d226'),(1370,1230,1474,1230,4,'2015-03-24 16:29:20','e350748f-2b39-4bd6-b288-75154be290bb'),(1371,1234,1474,1290,4,'2015-03-24 16:29:20','f4853636-fcf0-45c2-96e4-923565c52ca9'),(1372,1388,1474,1410,4,'2015-03-24 16:29:20','d2d3cce3-f569-422b-91ec-69ee570c41fb'),(1373,1231,1474,1420,4,'2015-03-24 16:29:20','260e81b8-b1c4-4779-9f67-2446ee60f7e3'),(1374,1229,1474,1430,4,'2015-03-24 16:29:20','ee2280ce-996a-4f93-9eaa-35db3f66e8c1'),(1375,1227,1474,1440,4,'2015-03-24 16:29:20','92207e55-c6f0-4d1a-83ad-a6f57479ba0c'),(1376,1238,1474,1450,4,'2015-03-24 16:29:20','5179f011-6779-4359-a176-c50ba9ad4d6c'),(1377,1387,1474,1460,4,'2015-03-24 16:29:20','6200fb1f-c0a0-4297-b529-8a48abf873f2'),(1378,1233,1474,1470,4,'2015-03-24 16:29:20','6fd64730-2133-47ca-b30c-a6519301827d'),(1379,1473,1474,1480,4,'2015-03-24 16:29:20','948ff7b6-4d3f-4104-a8a6-d69725d5e848'),(1380,1470,1474,1490,4,'2015-03-24 16:29:20','824fb351-9f9c-49af-a41f-a14e67c58a42'),(1381,1469,1474,1500,4,'2015-03-24 16:29:20','76c54621-36ea-49e7-8940-f823ab327999'),(1382,1319,1474,1510,4,'2015-03-24 16:29:20','3d6d201b-4006-449c-a29e-8dbedaa3e6cc'),(1383,1471,1474,1520,4,'2015-03-24 16:29:20','c6eba779-2357-4753-bb06-5e2a25f289b1'),(1384,1331,1474,1530,4,'2015-03-24 16:29:20','5b25b134-1ccf-40b5-b2f6-a1b890453130'),(1385,1236,1474,1540,4,'2015-03-24 16:29:20','8fc43419-bb38-4f79-a7d6-e4d821ad1786'),(1386,1472,1474,1550,4,'2015-03-24 16:29:20','f2bc2641-c05c-4f74-947e-a24e598391bd'),(1387,1346,1474,1560,4,'2015-03-24 16:29:20','2acfe3fd-75da-4ca6-839e-1edd4e585c97'),(1388,1237,1474,1570,4,'2015-03-24 16:29:20','85798977-a951-4414-ac4b-873d1e8ac0cb'),(1389,1219,1474,1580,4,'2015-03-24 16:29:20','9d11079f-1dc5-41ce-8970-7991604da9f9'),(1390,1221,1474,1590,4,'2015-03-24 16:29:20','8f9be37b-ef28-45f8-b63b-d0a57235d2d7'),(1391,1220,1474,1600,4,'2015-03-24 16:29:20','8006387e-9c07-4b48-8765-a13350576801'),(1392,1224,1474,1610,4,'2015-03-24 16:29:20','a442fb7b-4fea-4f38-a5af-9a6fd0c02ac0'),(1393,1225,1474,1620,4,'2015-03-24 16:29:20','4de6df21-0e11-4884-aaa5-5f50b6a12e4d'),(1394,1222,1474,1630,4,'2015-03-24 16:29:20','ba40e229-0181-4ee8-84c9-1cb5029bb700'),(1395,1223,1474,1640,4,'2015-03-24 16:29:20','794c0859-a135-4ab2-ba76-bb1be3db44b6'),(1396,1228,1474,1650,4,'2015-03-24 16:29:20','0a551f4a-866d-4d34-b12c-c36337ac88ae'),(1397,1226,1474,1660,4,'2015-03-24 16:29:20','7b3debb7-37ae-4496-a739-b8159c80a843'),(1398,1322,1474,1670,4,'2015-03-24 16:29:20','9b60dade-c024-435d-b6a5-44c8d435a4e8'),(1399,1250,1475,1000,4,'2015-03-24 16:29:20','ef46ffe5-89b5-404c-b7a8-092f11dbd235'),(1400,1253,1475,1010,4,'2015-03-24 16:29:20','86201a6f-d023-42a0-ae1b-296c37dea31c'),(1401,1287,1475,1020,4,'2015-03-24 16:29:20','0066420f-b879-4621-a715-6670c7a843b6'),(1402,1266,1475,1030,4,'2015-03-24 16:29:20','a3fe2490-9a28-4963-a3d0-b7b83ec8c19d'),(1403,1309,1476,1000,4,'2015-03-24 16:29:20','bfb7717c-88a1-4f23-ad3b-1e65a09339f3'),(1404,1240,1476,1010,4,'2015-03-24 16:29:20','3eee54b9-2edc-444d-9c9c-632cbfa42733'),(1405,1241,1476,1020,4,'2015-03-24 16:29:20','6d864b0a-1bca-4565-a819-7a6fffcba380'),(1406,1242,1476,1030,4,'2015-03-24 16:29:20','6aec4d6d-ce61-490c-a7b7-4d4677e53e9c'),(1407,1313,1476,1040,4,'2015-03-24 16:29:20','02ecfb09-ee12-4e0c-9b87-eccb5cf6ed94'),(1415,1315,1478,1000,4,'2015-03-24 16:29:20','1d7cb98d-d2db-4904-85e0-71acb3e72a90'),(1416,1281,1478,1010,4,'2015-03-24 16:29:20','29b30c22-0ad9-450b-89d4-a31fd8a3727f'),(1417,1279,1478,1020,4,'2015-03-24 16:29:20','74526101-fbc1-438e-bccb-b3892ad17a5d'),(1418,1284,1478,1030,4,'2015-03-24 16:29:20','1fdfb6c7-060c-4857-aba2-11d02e113d92'),(1419,1286,1478,1040,4,'2015-03-24 16:29:20','67a02ec8-3be0-433d-bfd1-e2cb088541af'),(1420,1282,1478,1050,4,'2015-03-24 16:29:20','5b5fe434-4fb6-4b66-ad9a-256eb86a282f'),(1421,1285,1478,1060,4,'2015-03-24 16:29:20','443b1a59-7fd0-4a95-bbb5-65a6d4dc3b3b'),(1422,1390,1478,1070,4,'2015-03-24 16:29:20','7a86ad92-b091-4bc8-ac69-f445a6eb40ad'),(1423,1313,1479,1000,4,'2015-03-24 16:29:21','4e5bcf29-498c-4e4a-ac0a-458e07122c86'),(1424,1311,1479,1010,4,'2015-03-24 16:29:21','efd7d739-2b08-4383-a14c-4c4e5668f412'),(1425,1314,1479,1020,4,'2015-03-24 16:29:21','8bc349fc-0363-4e25-847a-0a0684455314'),(1426,1321,1479,1030,4,'2015-03-24 16:29:21','2a85f738-afdb-4af4-8fae-a2e677debf02'),(1427,1312,1479,1040,4,'2015-03-24 16:29:21','b597d23d-1ae2-4aa9-9f74-4bdd4627d0ae'),(1428,1313,1480,1000,4,'2015-03-24 16:29:21','64ba6c65-a38a-448d-bdcf-5cf9431b2b77'),(1429,1314,1480,1010,4,'2015-03-24 16:29:21','41635f10-426b-4045-a565-a56f1a88fca5'),(1430,1311,1480,1020,4,'2015-03-24 16:29:21','a1160b4a-9e90-4a7a-a2fc-59606a6f13e5'),(1431,1312,1480,1030,4,'2015-03-24 16:29:21','6f87cf67-62aa-471e-8274-070c85e7d012'),(1432,1321,1480,1040,4,'2015-03-24 16:29:21','1cc6560f-a730-4664-ae3e-a706095cfb02'),(1433,1324,1480,1050,4,'2015-03-24 16:29:21','38f6225c-b7a5-469b-a0d5-b3dcfdbdb685'),(1434,1243,1480,1060,4,'2015-03-24 16:29:21','f6b54d7f-97e8-48fd-a805-5ef2413827d0'),(1435,1267,1480,1070,4,'2015-03-24 16:29:21','7d1b4477-31a8-402e-811c-cc583af0e952'),(1436,1275,1481,1000,4,'2015-03-24 16:29:21','ec994fdf-4a02-438a-a4e0-cb6b1b335384'),(1437,1279,1481,1010,4,'2015-03-24 16:29:21','a53a43e0-b733-4b75-8621-20bb07b741dd'),(1438,1284,1481,1020,4,'2015-03-24 16:29:21','62cdcaec-8299-40e6-af76-eac4274d8c68'),(1439,1308,1481,1030,4,'2015-03-24 16:29:21','e64cc05d-dc25-4818-a9de-628d2c73ec43'),(1440,1282,1481,1040,4,'2015-03-24 16:29:21','d2e985f3-293d-4007-94a9-c004065f1723'),(1441,1315,1481,1050,4,'2015-03-24 16:29:21','e4b86ce9-e506-498d-9c15-c105baf7ba92'),(1442,1281,1481,1060,4,'2015-03-24 16:29:21','8c13ac5e-5b28-46aa-9606-2d016c4022cb'),(1443,1287,1482,1000,4,'2015-03-24 16:29:21','4de9791e-90eb-4454-a1e6-a36dcfadde9e'),(1444,1315,1483,1020,4,'2015-03-24 16:29:23','fc496a20-06d0-4e16-8ca5-f99824a6d46f'),(1445,1284,1483,1080,4,'2015-03-24 16:29:23','060f6ca0-8722-4aad-9aad-3acb341b4b31'),(1446,1279,1483,1210,4,'2015-03-24 16:29:23','89ab45e5-db75-41f5-945f-73b958fa2ed8'),(1447,1286,1483,1230,4,'2015-03-24 16:29:23','56e3bea2-d33e-4ec7-833a-9fec2bf954e1'),(1448,1261,1483,1250,4,'2015-03-24 16:29:23','d7270fe3-f5a4-482c-b1a2-3f042e1f1d38'),(1449,1275,1483,1260,4,'2015-03-24 16:29:23','d6e84b82-d905-42d0-bed7-adceeefa2df5'),(1450,1277,1483,1280,4,'2015-03-24 16:29:23','f196399b-c48b-49ed-985c-525e901dbb0d'),(1451,1281,1483,1290,4,'2015-03-24 16:29:23','3ed1c441-1398-4cfe-b871-398181d062a8'),(1452,1282,1483,1340,4,'2015-03-24 16:29:23','2265bea3-38af-4f1f-a6a8-60a6ee4278fa'),(1453,1246,1483,1470,4,'2015-03-24 16:29:23','9b54bf8e-f31f-469a-bcf7-a34318b8b06c'),(1454,1253,1483,1480,4,'2015-03-24 16:29:23','2b361790-95eb-465e-b2dc-180bcef98f9b'),(1455,1394,1483,1490,4,'2015-03-24 16:29:23','3084a43f-1931-4593-af61-e2f48f1055d9'),(1456,1272,1483,1600,4,'2015-03-24 16:29:23','9a7917ca-9bc4-41d1-8b81-fe170921de09'),(1457,1392,1483,1610,4,'2015-03-24 16:29:23','fc1c878d-69f2-484d-a12c-9114f7414795'),(1458,1393,1483,1650,4,'2015-03-24 16:29:23','a17b6392-e252-4a92-ae41-40edc23c759e'),(1459,1390,1483,1840,4,'2015-03-24 16:29:23','14fe3a7e-e9eb-45a0-a623-a8a4f9cbc3e0'),(1460,1391,1483,1850,4,'2015-03-24 16:29:23','81c556ef-2ee6-465d-8f6b-cd946e8b8c5a'),(1461,1307,1483,1860,4,'2015-03-24 16:29:23','302aa2d2-732d-4292-a338-84dbf2770245'),(1462,1389,1483,1870,4,'2015-03-24 16:29:23','74a30892-ae03-40f1-a08c-ce6fc70469d1'),(1463,1306,1483,1880,4,'2015-03-24 16:29:23','3316a036-71f8-48fc-bf9a-0cbeeeec8eec'),(1464,1240,1483,1890,4,'2015-03-24 16:29:23','063c2ceb-2af1-4002-8940-2d350b593d66'),(1465,1239,1483,1900,4,'2015-03-24 16:29:23','0c9b1324-0e11-44dc-878d-bc735d568cc8'),(1466,1317,1483,1910,4,'2015-03-24 16:29:23','d071ff9f-5961-41fb-8ffa-11a7e037a74b'),(1467,1241,1483,1920,4,'2015-03-24 16:29:23','ab1d5b83-6a37-49ee-b763-9476930fa218'),(1468,1244,1483,1930,4,'2015-03-24 16:29:23','c2d1559c-6894-489e-a4c9-963ca389a7bd'),(1469,1243,1483,1940,4,'2015-03-24 16:29:23','f557931c-9cba-49d1-bc19-589f09c53f74'),(1470,1242,1483,1950,4,'2015-03-24 16:29:23','bad0063e-72cd-4ba8-b5ed-40f96d9861b2'),(1471,1245,1483,1960,4,'2015-03-24 16:29:23','c8bb87ee-1816-484c-ae70-deae2040487c'),(1472,1291,1483,1970,4,'2015-03-24 16:29:23','0d4648a2-23f9-4266-a507-87d109998ac8'),(1473,1314,1483,1980,4,'2015-03-24 16:29:23','0ffca72d-d4a8-4586-8a6e-cd4fa506d6e6'),(1474,1285,1483,1990,4,'2015-03-24 16:29:23','0c61e0cd-1977-410d-8ddc-eccd9ac753fd'),(1475,1309,1483,2000,4,'2015-03-24 16:29:23','344d0df1-2f33-400a-a46c-cfe5ce1786f6'),(1476,1311,1483,2010,4,'2015-03-24 16:29:23','76f0a133-859b-4cae-9b59-5a2531c64ba2'),(1477,1205,1483,2020,4,'2015-03-24 16:29:23','35c6e38f-95ea-40d4-9c3a-15b6cebd843e'),(1478,1313,1483,2030,4,'2015-03-24 16:29:23','22358605-5d06-4325-a1d8-197408d448e5'),(1479,1475,1483,2040,4,'2015-03-24 16:29:23','10119946-6a5a-4875-b1ad-6a3da96af707'),(1480,1324,1483,2050,4,'2015-03-24 16:29:23','9ec4dab6-7740-4122-bd97-84abca814c12'),(1481,1310,1483,2060,4,'2015-03-24 16:29:23','a73d6d2c-3f71-4ebc-9a1f-69b44d4300a2'),(1482,1308,1483,2070,4,'2015-03-24 16:29:23','db965894-a0e3-4ca7-bbea-78ee4d357069'),(1483,1250,1483,2080,4,'2015-03-24 16:29:23','5b7ea3a1-6c6a-4938-9a67-6d6b2cfb8975'),(1484,1263,1483,2090,4,'2015-03-24 16:29:23','ba422c96-4400-49dc-bcfc-82fe6fa9c35a'),(1485,1252,1483,2100,4,'2015-03-24 16:29:23','a52e0188-4945-4e14-a488-65846b6cc16d'),(1486,1262,1483,2110,4,'2015-03-24 16:29:23','bbf93e0d-0100-43f5-9947-2b0886ddf151'),(1487,1267,1483,2120,4,'2015-03-24 16:29:23','ea2ba62e-d162-48b8-aef8-d06ac0d351db'),(1488,1260,1483,2130,4,'2015-03-24 16:29:23','9fd3bcd0-faa1-4c24-b6fc-9484bc6a9f12'),(1489,1265,1483,2140,4,'2015-03-24 16:29:23','48098409-4604-4d3b-ba70-68c788424c4b'),(1490,1480,1483,2150,4,'2015-03-24 16:29:23','ac4169b6-387b-40d7-8600-3a92ed251b16'),(1491,1266,1483,2160,4,'2015-03-24 16:29:23','c3484aae-13ba-40a1-8c08-1725f0f43e52'),(1492,1479,1483,2170,4,'2015-03-24 16:29:23','ae3fac4b-2199-4d6a-901c-5749536e5133'),(1493,1478,1483,2180,4,'2015-03-24 16:29:23','a457fa52-f7ac-49af-b9dc-df2c8e4c0329'),(1494,1264,1483,2190,4,'2015-03-24 16:29:23','58a06baf-98dd-4cd5-b6b9-1fa316b52150'),(1495,1321,1483,2200,4,'2015-03-24 16:29:23','d81856a1-93c9-41f0-bfd3-05295f476fe6'),(1496,1287,1483,2210,4,'2015-03-24 16:29:23','0778974e-0916-4b52-962d-a5c823f19583'),(1497,1482,1483,2220,4,'2015-03-24 16:29:23','d84fb840-214c-4a8b-8f39-33186dc1efc2'),(1498,1481,1483,2230,4,'2015-03-24 16:29:23','7ab32492-25f3-4007-85fe-29ca67e4058c'),(1499,1312,1483,2240,4,'2015-03-24 16:29:23','220adf40-7138-4a38-8fb8-c9482cf3ed60'),(1500,1477,1483,2250,4,'2015-03-24 16:29:23','fa0064c9-2e34-4e0a-a38e-7ef00bdeff73'),(1501,1476,1483,2260,4,'2015-03-24 16:29:23','75c1ce92-a9f1-48e9-b23f-281b82db4044'),(1502,1340,1484,1000,4,'2015-03-24 16:29:23','87d202d5-362f-413e-80a2-5583e55041f3'),(1503,1351,1484,1010,4,'2015-03-24 16:29:23','9fa43492-d748-42ad-a99e-c15b4067efd0'),(1504,1350,1484,1020,4,'2015-03-24 16:29:23','027a94ff-3767-4fa5-9ba5-7339eb1ace2b'),(1505,1357,1484,1030,4,'2015-03-24 16:29:23','9209fb95-1b01-4813-bff1-08889745c12d'),(1506,1354,1485,1000,4,'2015-03-24 16:29:23','37aa7d13-4263-4854-b169-aa976a3c92bb'),(1507,1353,1485,1010,4,'2015-03-24 16:29:23','d7f7c465-3de3-4f81-ad3a-8d04b3594bc3'),(1508,1352,1485,1020,4,'2015-03-24 16:29:23','77c0c4c4-e6ec-4e06-aec4-9deaba57f920'),(1509,1355,1485,1030,4,'2015-03-24 16:29:23','0e2d46b6-8cb9-49cc-819b-7db9434f5ded'),(1510,1340,1486,1000,4,'2015-03-24 16:29:23','973a8313-f437-4c48-a253-9b27a3ee435c'),(1511,1351,1486,1030,4,'2015-03-24 16:29:23','089c2cb5-d057-4099-b779-1a217669e519'),(1512,1350,1486,1060,4,'2015-03-24 16:29:23','dff7c844-b838-45fe-b878-c557d450db1b'),(1513,1353,1486,1110,4,'2015-03-24 16:29:23','15c733b6-38e9-4a7a-8719-18411d071e97'),(1514,1352,1486,1130,4,'2015-03-24 16:29:23','9f590962-8baa-4906-9465-61205fe19a49'),(1515,1355,1486,1140,4,'2015-03-24 16:29:23','052fbd5e-7da3-4fc2-8907-e13a571545d1'),(1516,1354,1486,1150,4,'2015-03-24 16:29:23','787ae379-d4c6-496b-9e56-9e2b728d6f78'),(1517,1357,1486,1160,4,'2015-03-24 16:29:23','ac5004fa-ffb2-4232-94ce-12e50770a89d'),(1518,1333,1486,1170,4,'2015-03-24 16:29:23','b1e317b4-385c-4562-bd5d-44eb64dcc76c'),(1519,1484,1486,1180,4,'2015-03-24 16:29:23','cb612476-c51f-4fc2-8f3f-6f9f45015bb6'),(1520,1349,1486,1190,4,'2015-03-24 16:29:23','4a3c0c14-1d56-4a2d-aed4-7855d538b795'),(1521,1395,1486,1200,4,'2015-03-24 16:29:23','84dddbba-1a56-447b-91b0-0fb989f06e50'),(1522,1485,1486,1210,4,'2015-03-24 16:29:23','7bea7094-453b-44ea-9b71-d6b70d89fff9'),(1523,1345,1486,1220,4,'2015-03-24 16:29:23','c19b7fce-3828-47bf-b0a0-03f883a419f4'),(1524,1369,1487,1000,4,'2015-03-24 16:29:24','abc5bce2-5881-4470-9b27-2779da66df30'),(1525,1371,1487,1010,4,'2015-03-24 16:29:24','a912a120-827a-4855-8238-206ff086261b'),(1526,1370,1487,1020,4,'2015-03-24 16:29:24','d523f8b9-da98-4e8d-88e9-226756934fe2'),(1527,1373,1487,1030,4,'2015-03-24 16:29:24','e46893f8-05e4-45a7-a093-6c5cc50fce98'),(1528,1372,1488,1000,4,'2015-03-24 16:29:24','cad8c45a-8ee0-4209-b1cf-d8f45ab09b2b'),(1529,1375,1488,1010,4,'2015-03-24 16:29:24','8206dea9-692b-438f-95d6-daa23732f600'),(1530,1374,1488,1020,4,'2015-03-24 16:29:24','a1c5423d-5c7b-4fc0-b653-21405aa5a19e'),(1531,1377,1488,1030,4,'2015-03-24 16:29:24','5278f854-4a44-4cb8-b31c-1cd5d2f9c75d'),(1532,1376,1488,1040,4,'2015-03-24 16:29:24','91e34163-7c5f-4bb0-a1f3-633dd4c80c40'),(1533,1396,1488,1050,4,'2015-03-24 16:29:24','f2340b79-49bc-4579-8137-ac9d92ee61bf'),(1534,1378,1489,1000,4,'2015-03-24 16:29:24','b4d7d1d1-233e-4cbc-8d8a-a1802ff78fcf'),(1535,1369,1490,1110,4,'2015-03-24 16:29:24','4d5e4c4a-a3fe-41a4-b9df-579896b7e9e3'),(1536,1371,1490,1180,4,'2015-03-24 16:29:24','0db83cd0-c177-4a7a-aecd-c1bae2912634'),(1537,1370,1490,1230,4,'2015-03-24 16:29:24','4a7190d9-525b-408d-aa87-ed8ce93e5bac'),(1538,1373,1490,1240,4,'2015-03-24 16:29:24','9a506b40-31d1-4f1d-aac1-62f62f60150b'),(1539,1372,1490,1250,4,'2015-03-24 16:29:24','0f08d432-1f43-4b6a-823b-659f00ba2436'),(1540,1375,1490,1260,4,'2015-03-24 16:29:24','fd91c578-0841-4f3d-a62e-d34441f546a7'),(1541,1374,1490,1270,4,'2015-03-24 16:29:24','82a64953-db06-42ef-9b84-36f0d2e99899'),(1542,1377,1490,1280,4,'2015-03-24 16:29:24','6ebb0f50-7733-4036-8d67-63e9b6b11bde'),(1543,1376,1490,1290,4,'2015-03-24 16:29:24','f700c059-5ff0-4f6e-9525-db6183decfef'),(1544,1332,1490,1300,4,'2015-03-24 16:29:24','04866bea-eafd-4db5-900b-3c1dee465cf9'),(1545,1396,1490,1310,4,'2015-03-24 16:29:24','2b6553cf-9c68-42d6-a8a6-585863e7218e'),(1546,1378,1490,1320,4,'2015-03-24 16:29:24','cbe9f937-0e00-494f-bafa-3692482958da'),(1547,1348,1490,1330,4,'2015-03-24 16:29:24','9bf7d136-5959-47bc-be1d-e881eab68ba0'),(1548,1397,1490,1340,4,'2015-03-24 16:29:24','72578a5c-c3a4-4837-a8d8-717fae31b414'),(1549,1487,1490,1350,4,'2015-03-24 16:29:24','9b3bacea-3828-4476-8d0b-adda54bd0a36'),(1550,1488,1490,1360,4,'2015-03-24 16:29:24','a6a51d14-0d1c-4932-acb1-8ed1e1fcabb5'),(1551,1379,1490,1370,4,'2015-03-24 16:29:24','d2b96ac0-4ceb-490b-9d95-2a36e41396f5'),(1552,1398,1490,1380,4,'2015-03-24 16:29:24','020d6e7b-e729-40d3-af22-9bf219701129'),(1553,1489,1490,1390,4,'2015-03-24 16:29:24','fc7b24b2-8179-4304-acce-af81d0bfe532'),(1554,1278,1491,1110,4,'2015-03-24 16:29:25','f700c2ac-432e-4e03-9eb5-62b10b58f88d'),(1555,1402,1491,1120,4,'2015-03-24 16:29:25','410ff511-a8cc-4290-80bd-eca626acc10c'),(1556,1399,1491,1130,4,'2015-03-24 16:29:25','1dcd7998-0001-4ace-8f37-3e76a502d7e7'),(1557,1327,1491,1140,4,'2015-03-24 16:29:25','860004e2-4235-44da-9bdf-339237c5104f'),(1558,1400,1491,1150,4,'2015-03-24 16:29:25','1db1b753-036c-47e2-bd63-a191f4c8834f'),(1559,1326,1491,1160,4,'2015-03-24 16:29:25','5564b5b5-b3ba-4967-86ca-e16fbd8b9d7a'),(1560,1325,1491,1170,4,'2015-03-24 16:29:25','bfb3a743-e376-424c-9ebd-6008febe7d6b'),(1561,1256,1491,1180,4,'2015-03-24 16:29:25','9bd82a97-24aa-45a0-b01b-23bba9e376b2'),(1562,1257,1491,1190,4,'2015-03-24 16:29:25','73cca8bc-1d88-4d0d-b4dd-112373b0d9c4'),(1563,1258,1491,1200,4,'2015-03-24 16:29:25','74981dd6-9261-42d8-b22e-7f388608d29a'),(1564,1259,1491,1210,4,'2015-03-24 16:29:25','99833884-684a-467f-b60e-541c7e762a50'),(1565,1251,1491,1220,4,'2015-03-24 16:29:25','17fc9131-cbb5-4a04-840a-13465163d552'),(1566,1254,1491,1230,4,'2015-03-24 16:29:25','02f08750-2383-4660-bdc1-c43fbeddc1c9'),(1567,1249,1491,1240,4,'2015-03-24 16:29:25','672697bd-1d47-41ce-b54e-5fd0aa87e709'),(1568,1360,1491,1250,4,'2015-03-24 16:29:25','25d9e9a8-96bd-4699-8022-f333536991e9'),(1569,1283,1491,1260,4,'2015-03-24 16:29:25','a5d3d7f0-07b5-4e47-8701-82db4519a082'),(1570,1248,1491,1270,4,'2015-03-24 16:29:25','94973b8e-22d9-4b90-ba53-586409437f7d'),(1571,1255,1491,1280,4,'2015-03-24 16:29:25','46bf9f22-5ffd-4744-a1be-b09221619dcb'),(1572,1401,1491,1290,4,'2015-03-24 16:29:25','3f9e83f7-1d27-422c-b01d-38735908680c'),(1573,1247,1491,1300,4,'2015-03-24 16:29:25','e8a50bcb-1865-4602-b1dc-e4adb6a6579f'),(1574,1359,1491,1310,4,'2015-03-24 16:29:25','e9b9b979-a624-4d95-8d8e-c582318544ec'),(1575,1404,1492,1000,4,'2015-03-24 16:29:26','9249fcee-37c0-4492-b698-0c0b6e0a2f82'),(1576,1342,1492,1050,4,'2015-03-24 16:29:26','7ff362f3-b0b8-4c88-afc0-d3bf49329d9f'),(1577,1403,1492,1060,4,'2015-03-24 16:29:26','6b03f94e-b401-4e98-9432-35ce41d3c355'),(1578,1343,1492,1130,4,'2015-03-24 16:29:26','8b1a65fc-5764-4589-a045-a0ae7d02d6df'),(1579,1292,1492,1140,4,'2015-03-24 16:29:26','fab55736-7317-44e0-9df8-663f1c6e01cf'),(1580,1289,1492,1150,4,'2015-03-24 16:29:26','1f14ece2-7b37-4d38-a241-d13626c3ed4b'),(1581,1295,1492,1160,4,'2015-03-24 16:29:26','ff0b3466-b7b2-465c-bb6c-6cfa38d70970'),(1582,1293,1492,1170,4,'2015-03-24 16:29:26','f5d9c555-bae4-4d3d-bf22-a1096217c21b'),(1583,1299,1492,1180,4,'2015-03-24 16:29:26','7dafbf65-10f4-4fc7-91b0-39eecf6f4dc4'),(1584,1297,1492,1190,4,'2015-03-24 16:29:26','032ed651-f9f2-4a43-94cb-55f3abb54a04'),(1585,1328,1492,1200,4,'2015-03-24 16:29:26','8bf334f7-fc48-42a0-ba9c-790a4cd497ab'),(1586,1330,1492,1210,4,'2015-03-24 16:29:26','e51a4820-5a6d-4f07-a0d7-89446dcfb411'),(1587,1301,1492,1220,4,'2015-03-24 16:29:26','cc9f30e3-1af5-4e1c-b429-a30096000bcf'),(1588,1329,1492,1230,4,'2015-03-24 16:29:26','4f2b2c69-41b2-40ca-b66e-4ca578d6924a'),(1589,1361,1492,1240,4,'2015-03-24 16:29:26','66babf78-b082-4ff8-b003-095a02625154'),(1590,1323,1492,1250,4,'2015-03-24 16:29:26','9448e9a7-e26d-4ccf-b001-e13eb6f1ff04'),(1591,1320,1492,1260,4,'2015-03-24 16:29:26','2668208d-d300-4b7f-ab98-715de9f046f1'),(1592,1356,1492,1270,4,'2015-03-24 16:29:26','9986aa25-2635-4cda-91ef-1ce7964ed076'),(1593,1316,1492,1280,4,'2015-03-24 16:29:26','9f84fbb5-d273-4cba-af97-35130681ce6e'),(1594,1318,1492,1290,4,'2015-03-24 16:29:26','a9a1317f-ecb8-4d8e-9f67-43e84f66b2d1'),(1595,1424,1493,1010,4,'2015-03-24 16:29:26','2662a52d-7125-42c6-85fb-5ac71c841de0'),(1596,1425,1493,1030,4,'2015-03-24 16:29:26','cc59aea6-bd80-4f68-a3b6-2b37263b35ea'),(1597,1405,1493,1040,4,'2015-03-24 16:29:26','b1c07c43-b560-40b8-aa51-4e1dbc852c7e'),(1598,1407,1493,1110,4,'2015-03-24 16:29:26','eef4df43-2b9b-4195-939b-61e6ed4687cf'),(1599,1406,1493,1120,4,'2015-03-24 16:29:26','90451fa1-5fc3-471b-a23c-651c8512b945'),(1600,1409,1493,1130,4,'2015-03-24 16:29:26','3dc60490-0032-4a01-82e6-f19e53b41f9e'),(1601,1408,1493,1140,4,'2015-03-24 16:29:26','3f3d19ed-a1cf-4809-8820-5c3453be7067'),(1602,1411,1493,1150,4,'2015-03-24 16:29:26','2c690969-c5ab-4cc8-903e-5af38ef61624'),(1603,1410,1493,1160,4,'2015-03-24 16:29:26','84934c50-a93c-46fd-9cd9-3cf98ffda029'),(1604,1413,1493,1170,4,'2015-03-24 16:29:26','d20edbf3-e038-4e1b-9bae-f8dc5d1e4e8e'),(1605,1412,1493,1180,4,'2015-03-24 16:29:26','8ac3b755-e67c-44b3-b80d-759ce295f2c6'),(1606,1415,1493,1190,4,'2015-03-24 16:29:26','301279a2-f86f-47ad-952f-ca9b5234c6e7'),(1607,1416,1493,1200,4,'2015-03-24 16:29:26','4f9c1d32-358d-4f2f-ac00-4e7da6290aad'),(1608,1414,1493,1210,4,'2015-03-24 16:29:26','1ff30c8d-cf93-4f16-9acd-6f7b2bb60f6e'),(1609,1419,1493,1220,4,'2015-03-24 16:29:26','903c7c98-f867-4cfd-944b-947ea4817637'),(1610,1420,1493,1230,4,'2015-03-24 16:29:26','657679a8-c2f8-433b-aa6e-d30cedb8616d'),(1611,1417,1493,1240,4,'2015-03-24 16:29:26','9d2978f3-0bb1-48ad-9e9c-7623ee81293f'),(1612,1418,1493,1250,4,'2015-03-24 16:29:26','2a1a45bb-03ba-4bc4-b221-75a2ed1b6a31'),(1613,1423,1493,1260,4,'2015-03-24 16:29:26','d37e1470-18c5-4e64-b57a-2f55089bdd9a'),(1614,1421,1493,1270,4,'2015-03-24 16:29:26','213f92d8-f342-4967-aa59-bcc58f240760'),(1615,1422,1493,1280,4,'2015-03-24 16:29:26','a3fe6755-8897-497e-b00a-77da04a5a469'),(1616,1304,1494,1000,4,'2015-03-24 16:29:27','3136cf95-5438-4dbd-a0cc-a29d9dc1b29c'),(1617,1429,1494,1010,4,'2015-03-24 16:29:27','6e185ba9-cce0-42e1-bc5c-dc3536d804ac'),(1618,1426,1494,1020,4,'2015-03-24 16:29:27','1f4389d7-6fe5-4dbb-9863-aa652d89b573'),(1619,1280,1494,1030,4,'2015-03-24 16:29:27','2c3c9127-0745-4dc6-ae40-aaf1b95f8933'),(1620,1427,1494,1040,4,'2015-03-24 16:29:27','8a3d6f58-46fd-496a-81f1-23f42d64a644'),(1621,1274,1494,1050,4,'2015-03-24 16:29:27','074b9be6-b735-49fa-93e0-d7873d507bfd'),(1622,1276,1494,1060,4,'2015-03-24 16:29:27','39bf31de-5447-45d0-9d8a-d6f3a09a30ce'),(1623,1273,1494,1070,4,'2015-03-24 16:29:27','3d0afa4b-99c5-4568-ab3b-373a2566acbb'),(1624,1271,1494,1080,4,'2015-03-24 16:29:27','5789134b-07ce-4c05-b965-caa30d0b2479'),(1625,1270,1494,1090,4,'2015-03-24 16:29:27','3b52df88-715f-4793-89cc-4905f90775a9'),(1626,1269,1494,1100,4,'2015-03-24 16:29:27','84d5f791-249c-4615-a899-22535317a25d'),(1627,1268,1494,1110,4,'2015-03-24 16:29:27','2d6b8ae3-10c4-4e4d-bc42-cac7a9d9c7c0'),(1628,1300,1494,1120,4,'2015-03-24 16:29:27','bb2449d9-004d-4fda-a18e-0cbe1f594dea'),(1629,1290,1494,1130,4,'2015-03-24 16:29:27','1535614b-f8eb-4e6f-9f09-89fef4e0dded'),(1630,1365,1494,1140,4,'2015-03-24 16:29:27','11593401-25e2-483c-86cf-7f179723c14f'),(1631,1294,1494,1150,4,'2015-03-24 16:29:27','72757c94-ff58-4b1b-a0c1-2062558352e7'),(1632,1298,1494,1160,4,'2015-03-24 16:29:27','c7865c4d-58cb-45af-9d45-2996f6c9ac78'),(1633,1288,1494,1170,4,'2015-03-24 16:29:27','5eb062d2-80a4-4288-a066-a28c986327d6'),(1634,1428,1494,1180,4,'2015-03-24 16:29:27','c69d9b7a-999f-421d-8119-961dc75ee497'),(1635,1296,1494,1190,4,'2015-03-24 16:29:27','7f2a8254-fc0d-4084-abac-414444a5e511'),(1636,1364,1494,1200,4,'2015-03-24 16:29:27','068ec844-ccf3-4cfe-965c-44d9e4d09819'),(1637,1362,1495,1010,4,'2015-03-24 16:29:27','a00f8d60-c69c-4fec-b8d0-83e64a9735d3'),(1638,1363,1495,1050,4,'2015-03-24 16:29:27','93eb2dc6-8a47-408a-b479-e8af8e8b3897'),(1639,1334,1495,1060,4,'2015-03-24 16:29:27','9b7e431d-999e-47b6-a965-b1dcd0bccaab'),(1640,1431,1495,1070,4,'2015-03-24 16:29:27','b534937c-b38d-41fc-a34b-b5ef26c0e103'),(1641,1430,1495,1080,4,'2015-03-24 16:29:27','3c74fe77-84d4-44f4-84aa-cf49bcd66406'),(1642,1367,1496,1000,4,'2015-03-24 16:29:27','f86ddfec-9626-4e65-981a-188ddd132e89'),(1643,1339,1496,1010,4,'2015-03-24 16:29:27','2fe86325-a861-46a2-973c-8d770f5ff4f1'),(1644,1432,1496,1020,4,'2015-03-24 16:29:27','77509037-1e6a-4f59-a616-e4458733bf1c'),(1645,1433,1496,1030,4,'2015-03-24 16:29:27','a614901c-ae13-4b1b-8056-0fa1d7cb63b4'),(1646,1453,1497,1000,4,'2015-03-24 16:29:28','b6a9d1a2-11f8-4bb8-b27e-b12d99e35719'),(1647,1454,1497,1010,4,'2015-03-24 16:29:28','6eaf536c-6a6a-40d7-98e6-9973bb95d4fe'),(1648,1434,1497,1020,4,'2015-03-24 16:29:28','0356b6bc-ccc1-4c36-8d59-457d4a198c5d'),(1649,1436,1497,1030,4,'2015-03-24 16:29:28','514b32ac-4771-4241-86f6-c061777040e1'),(1650,1435,1497,1040,4,'2015-03-24 16:29:28','8de8cdb2-2c43-47ba-b829-045b30330b41'),(1651,1438,1497,1050,4,'2015-03-24 16:29:28','89488fab-0a82-46c7-9811-fab2a48dd867'),(1652,1437,1497,1060,4,'2015-03-24 16:29:28','76115478-dc43-4a2f-8fca-235f3639ef69'),(1653,1440,1497,1070,4,'2015-03-24 16:29:28','475bb5a1-3c0d-4b49-9204-6b5cda886d29'),(1654,1439,1497,1080,4,'2015-03-24 16:29:28','17b1ee66-29fd-480a-82bb-01d02dfd83a5'),(1655,1442,1497,1090,4,'2015-03-24 16:29:28','e17d4c72-3c08-4626-a48f-65185cc4d4d8'),(1656,1441,1497,1100,4,'2015-03-24 16:29:28','990fb351-f4bf-4a86-9f56-503d54a54b60'),(1657,1444,1497,1110,4,'2015-03-24 16:29:28','0c487c1d-1200-4969-909a-b4630f642f8f'),(1658,1445,1497,1120,4,'2015-03-24 16:29:28','3362f35c-9770-4272-8686-4561307bf891'),(1659,1443,1497,1130,4,'2015-03-24 16:29:28','21265b34-c539-44cc-bbf3-c4805fe3bcca'),(1660,1448,1497,1140,4,'2015-03-24 16:29:28','400be9ec-3fdb-470b-97eb-8d00f00fa3a8'),(1661,1449,1497,1150,4,'2015-03-24 16:29:28','28052227-7aa8-458e-aa5f-646fe84dc494'),(1662,1446,1497,1160,4,'2015-03-24 16:29:28','6b71a42c-0f94-44f8-8055-bd8e343a0753'),(1663,1447,1497,1170,4,'2015-03-24 16:29:28','64c8d903-cbfa-4e89-ae84-5eb522baa3ab'),(1664,1452,1497,1180,4,'2015-03-24 16:29:28','5fe233bb-7f2a-4fea-a08e-0caa3fad5ecc'),(1665,1450,1497,1190,4,'2015-03-24 16:29:28','1890c738-e046-4249-b511-12fbfa52b68a'),(1666,1451,1497,1200,4,'2015-03-24 16:29:28','37ebea85-6101-4c40-83e4-948ca606a192'),(1667,1366,1498,1000,4,'2015-03-24 16:29:28','f5ae1fec-19c2-4594-9a69-3b311bccb3ea'),(1668,1336,1498,1010,4,'2015-03-24 16:29:28','dd25d290-7922-4935-afbe-c3abec4cdc7f'),(1669,1337,1498,1020,4,'2015-03-24 16:29:28','e3b4b151-e0e6-40de-b240-26c823b43cfa'),(1670,1341,1498,1030,4,'2015-03-24 16:29:28','63fac44e-f58d-412f-9210-d123a2dc7ff7'),(1671,1455,1498,1040,4,'2015-03-24 16:29:28','302c90fe-f4b1-4755-a3d8-fa3454d31cac'),(1672,1347,1498,1050,4,'2015-03-24 16:29:28','1efedb73-571b-44ce-832e-8ceba1899450'),(1673,1456,1499,1000,4,'2015-03-24 16:29:28','b9c6b3a6-3397-4c3a-9c5a-e3a9b00f8bae'),(1674,1458,1499,1010,4,'2015-03-24 16:29:28','fd440460-17e1-4c8a-9a4b-0859b37ea8f0'),(1675,1457,1499,1020,4,'2015-03-24 16:29:28','581fb0da-e887-4f73-8dee-7264a794831f'),(1676,1459,1499,1030,4,'2015-03-24 16:29:28','062a95e0-8e20-4114-9cb2-4c48c91bd194'),(1677,1468,3,1000,4,'2015-03-24 16:34:11','592d56e1-c6da-452b-a9da-f47176807057'),(1678,1474,3,1010,4,'2015-03-24 16:34:11','8ef64271-8109-46b5-9ad8-10761fb8d39b'),(1679,1483,3,1020,4,'2015-03-24 16:34:11','387afbf5-c4b7-4de9-aa2f-1117f961cc5f'),(1680,1486,3,1030,4,'2015-03-24 16:34:11','8e37cafb-eade-4986-b069-d45322409326'),(1681,1490,3,1040,4,'2015-03-24 16:34:11','c0a92838-6046-4e0b-98bb-0a40786e868f'),(1682,1022,3,1060,4,'2015-03-24 16:34:11','81fb7be4-65f4-4a35-9158-5ee68a9d546c'),(1683,1492,3,1070,4,'2015-03-24 16:34:11','15f25800-513e-4176-9f98-8993fa7ab9a6'),(1684,1025,3,1120,4,'2015-03-24 16:34:11','67929600-7cea-4b50-a173-912b51b2a0cf'),(1685,1032,3,1180,4,'2015-03-24 16:34:11','955cccc3-5b27-47e5-948e-0a26bbea3f4a'),(1686,1495,3,1190,4,'2015-03-24 16:34:11','4366ec1c-6f10-4d0e-86da-8e5a7cffeadc'),(1687,1496,3,1200,4,'2015-03-24 16:34:11','e1116c04-3318-410d-aaee-00c729d15cd5'),(1688,1497,3,1210,4,'2015-03-24 16:34:11','bfdf2a00-e379-4b63-8759-1b87f866a946'),(1689,1498,3,1220,4,'2015-03-24 16:34:11','b4f5d4ce-381b-4f8c-842e-12649c786445'),(1690,1499,3,1230,4,'2015-03-24 16:34:11','4f120d57-f804-4352-b65e-23aca42c5581'),(1975,1501,980,1,1,'2015-04-14 12:52:24','ff0e31d0-e276-11e4-900f-080027b662ec'),(1979,1717,1483,2270,1,'2015-05-04 15:53:47','bfce6892-f20e-4e2a-8fb7-638f6fd98ea6'),(1980,1715,1483,2280,1,'2015-05-04 15:55:59','65aa212b-6b2a-4af5-9c14-8ebf26631764'),(1981,1716,1483,2290,1,'2015-05-04 15:55:59','b29fc249-f6e4-41f8-a5f3-f5c7d1844bce'),(1982,1725,1743,1000,4,'2015-05-05 15:00:27','c67223ea-9477-4f4e-b89b-7d045e917c7d'),(1983,1726,1743,1010,4,'2015-05-05 15:00:27','db59bcbb-cbaf-4fa9-9b54-d4cfe034881d'),(1984,1727,1743,1020,4,'2015-05-05 15:00:27','b0c32419-6adc-4fb5-8ac8-8ac33ce16347'),(1985,1728,1743,1030,4,'2015-05-05 15:00:27','b6ad7460-dd7a-4cce-8e6e-1b84d339f225'),(1986,1740,1743,1040,4,'2015-05-05 15:00:27','123ecdcf-e54e-4720-ae8a-a7fa1ced4385'),(1987,1741,1743,1050,4,'2015-05-05 15:00:27','79333991-5098-4e05-8309-a906ae1f84d8'),(1988,1730,1743,1060,4,'2015-05-05 15:00:27','43b7e33c-b60c-4802-b6bf-c9cd9810d724'),(1989,1733,1743,1070,4,'2015-05-05 15:00:27','91746dac-e974-4339-8a88-6ed871689615'),(1990,1734,1743,1080,4,'2015-05-05 15:00:27','3dfc1007-6e6c-4eba-b81d-d67d2dead292'),(1991,1729,1744,1000,4,'2015-05-05 15:00:27','83bc371c-8e6b-4652-9054-d58d0547da7b'),(1992,1731,1744,1010,4,'2015-05-05 15:00:27','e57ffdda-3c52-4eb3-87ff-bbb5849af0e5'),(1993,1742,1744,1020,4,'2015-05-05 15:00:27','ebbdac64-c052-45d4-8aba-d6878b666cd4'),(1994,1732,1744,1030,4,'2015-05-05 15:00:27','78dd1c44-5cff-40b2-afb0-c690faa7c4d4'),(1995,1718,1745,1000,4,'2015-05-05 15:00:27','338554e7-87b6-4d43-8b8a-eaa0b47c7657'),(1996,1737,1745,1010,4,'2015-05-05 15:00:27','d499d33f-3e7a-440b-8a8a-acd109c1d7ec'),(1997,1743,1745,1020,4,'2015-05-05 15:00:27','9ab69553-d12a-451c-91cf-f6924d5efdc3'),(1998,1744,1745,1030,4,'2015-05-05 15:00:27','3cc56678-5f0d-4710-8422-6f925d99119a'),(1999,1719,1745,1040,4,'2015-05-05 15:00:27','e7ae2849-55d0-437c-b610-17e53b062295'),(2000,1720,1745,1050,4,'2015-05-05 15:00:27','1ee8f000-ab78-42e3-9863-41b7dba1335a'),(2001,1721,1745,1060,4,'2015-05-05 15:00:27','b9854e22-69b7-4e88-9d8b-a62aaab9356f'),(2002,1722,1745,1070,4,'2015-05-05 15:00:27','fd716558-cf55-445c-b8c5-aebecdf67e81'),(2003,1723,1745,1080,4,'2015-05-05 15:00:27','0fceffa8-6672-4881-9cfb-f03a30370e98'),(2004,1724,1745,1090,4,'2015-05-05 15:00:27','f9800946-226b-4da2-9674-d1aeb9987351'),(2005,1735,1745,1100,4,'2015-05-05 15:00:27','f153cade-f06e-49d4-bd6e-1950021ae42d'),(2006,1736,1745,1110,4,'2015-05-05 15:00:27','749f593f-b254-429e-a21c-44de07d570e9'),(2007,1745,90,8,4,'2015-05-05 15:04:48','db869e5e-6760-411e-a289-2f0daba3ee17'),(2008,1746,1795,1000,4,'2015-05-05 15:24:48','f5094d2a-bd5c-40ae-be49-bdf0779a06f0'),(2009,1747,1795,1010,4,'2015-05-05 15:24:48','156183d5-ce41-49f3-ab9f-e45e3223e3b9'),(2010,1789,1795,1020,4,'2015-05-05 15:24:48','44c971ec-05b8-4ab0-955f-20aa6f2a670f'),(2011,1790,1795,1030,4,'2015-05-05 15:24:48','cb373c50-87af-4561-867e-84d214247515'),(2012,1748,1795,1040,4,'2015-05-05 15:24:48','9000762c-994d-49bd-9680-6a069d9eee8f'),(2013,1749,1795,1050,4,'2015-05-05 15:24:48','21cef395-e6cd-4fa3-92a0-62f70c58ff6f'),(2014,1750,1795,1060,4,'2015-05-05 15:24:48','e24b9ef9-26d2-4aa2-be4e-a44bf5293497'),(2015,1791,1796,1000,4,'2015-05-05 15:24:49','2795d8cd-7d49-4a7f-b1e7-978947692626'),(2016,1792,1796,1010,4,'2015-05-05 15:24:49','1c1ca39f-2081-4a69-87a4-37d0b365a92c'),(2017,1751,1796,1020,4,'2015-05-05 15:24:49','113af026-7223-4f64-8e52-ddaba8ce2df3'),(2018,1752,1796,1030,4,'2015-05-05 15:24:49','fcc9f2a3-89db-45d9-9203-1ead6feb7c4a'),(2019,1753,1797,1000,4,'2015-05-05 15:24:49','166fabd0-0060-43a0-b5ab-0d562a4b0335'),(2020,1754,1797,1010,4,'2015-05-05 15:24:49','d19f4902-353a-4308-9f1c-3cd36c5dbc33'),(2021,1755,1797,1020,4,'2015-05-05 15:24:49','4919b3a7-25c7-462f-b513-a9d5dfb643f4'),(2022,1756,1798,1000,4,'2015-05-05 15:24:49','b8c15da2-cc8f-439b-bb28-4a5fe14d0f51'),(2023,1757,1798,1010,4,'2015-05-05 15:24:49','0dbee7b9-e64e-4971-8259-255dd9c448f0'),(2024,1758,1798,1020,4,'2015-05-05 15:24:49','779806d1-da35-4e2b-92c0-4ae1c927c9c6'),(2025,1759,1798,1030,4,'2015-05-05 15:24:49','56a9ab77-b6a4-43cb-b226-1b059a51785b'),(2026,1760,1798,1040,4,'2015-05-05 15:24:49','840f261d-8169-4cae-a88c-ff7d6e3fa6d8'),(2027,1795,1799,1000,4,'2015-05-05 15:24:49','6b72d032-bed7-4c07-89aa-6a88f765809a'),(2028,1796,1799,1010,4,'2015-05-05 15:24:49','d479d23f-1df4-4046-80b9-a77593e6627a'),(2029,1797,1799,1020,4,'2015-05-05 15:24:49','22bad706-44b4-4b39-bbd5-91c54cb0ac6f'),(2030,1793,1799,1030,4,'2015-05-05 15:24:49','7c4e6d6d-fb57-4900-802e-db2aa800ea8f'),(2031,1798,1799,1040,4,'2015-05-05 15:24:49','6b654635-e5e0-4ea5-aac3-ce4da9336be4'),(2032,1794,1799,1050,4,'2015-05-05 15:24:49','ea7a6fff-6177-4b72-a77c-915852c3cb6e'),(2033,1761,1799,1060,4,'2015-05-05 15:24:49','da447822-ae49-4181-ba18-33e95f37758e'),(2034,1762,1800,1000,4,'2015-05-05 15:24:50','bdff8fd2-4aab-49da-bbd1-c60fe56258c4'),(2035,1763,1800,1010,4,'2015-05-05 15:24:50','6d8153bb-25f1-435a-b9a2-b810908d9b12'),(2036,1764,1801,1000,4,'2015-05-05 15:24:50','3e754b95-c8ba-48b3-b3f0-c40367f8c91e'),(2037,1765,1801,1010,4,'2015-05-05 15:24:50','051affef-71fb-4b3e-9fa7-7d22f8012d86'),(2038,1800,1802,1000,4,'2015-05-05 15:24:50','c22ec794-9d09-4972-a0b3-d7600cef3f3a'),(2039,1801,1802,1010,4,'2015-05-05 15:24:50','79c19541-bda6-46c4-97d9-ab0259bb9114'),(2040,1802,1803,0,4,'2015-05-05 15:24:50','a205d84b-8d25-48a8-8e3b-e84a041d3f49'),(2041,1753,1803,1,4,'2015-05-05 15:24:50','c7b1f7fa-bf77-4c1d-bd20-f778d09aa7a1'),(2042,1766,1803,2,4,'2015-05-05 15:24:50','a40e9307-5649-4524-98f0-8b59f6eca4de'),(2043,1767,1803,3,4,'2015-05-05 15:24:50','77520080-f9bd-4a88-b49f-cd9c9367c0ab'),(2044,1768,1803,4,4,'2015-05-05 15:24:50','273c9248-33bb-44d3-963e-be7b33f06bfc'),(2045,1769,1803,5,4,'2015-05-05 15:24:50','4ff2fc97-7b16-4b6f-a6e5-8076520b4fa1'),(2046,1770,1803,6,4,'2015-05-05 15:24:50','7a59a618-aa33-4144-afd9-8721b61598ad'),(2047,1771,1803,7,4,'2015-05-05 15:24:50','e9f337e0-8126-455e-ba09-e51b01c51a5e'),(2048,1799,90,9,4,'2015-05-05 15:25:39','a9d33fda-35c3-490f-998f-13f8df8a0bdb'),(2049,1803,90,10,4,'2015-05-05 15:25:39','6b0f1146-8e76-4e58-9bf4-19013b8a47d8'),(2050,1804,1846,1000,4,'2015-05-05 15:39:09','0abe4c85-1cc3-4812-aa44-26abb872f68b'),(2051,1805,1846,1010,4,'2015-05-05 15:39:09','cf9c8605-fc24-4343-ade4-425dbdd0a08e'),(2052,1806,1846,1020,4,'2015-05-05 15:39:09','33e4beba-940f-4519-a7a9-3b3179e0a820'),(2053,1807,1846,1030,4,'2015-05-05 15:39:09','b37e7fe1-18cb-44b5-8189-f48a5aa109b7'),(2054,1808,1847,1000,4,'2015-05-05 15:39:09','9b7203d1-65ba-49f7-9106-20b1942f1b00'),(2055,1845,1847,1010,4,'2015-05-05 15:39:09','b0b611a6-3a9c-4c18-bf1d-f831376da976'),(2056,1809,1848,1000,4,'2015-05-05 15:39:09','28fcc241-375e-4a0a-a791-1b08a580df2f'),(2057,1810,1848,1010,4,'2015-05-05 15:39:09','2690be48-da06-4c32-b34a-e65a5a627458'),(2058,1811,1848,1020,4,'2015-05-05 15:39:09','cd06dbab-6cb0-416e-897f-09b6fd4e7db2'),(2059,1812,1849,1000,4,'2015-05-05 15:39:09','c114def9-8277-438d-8002-2a79845edd16'),(2060,1843,1849,1010,4,'2015-05-05 15:39:09','c258b4f5-73d8-4ef0-bd47-1bf7d4900fbd'),(2061,1813,1850,1000,4,'2015-05-05 15:39:09','e5086d28-1c10-4613-b2f9-72143a640fdd'),(2062,1814,1850,1010,4,'2015-05-05 15:39:09','f6208c5c-03a7-4615-b889-6bcde35797b7'),(2063,1815,1850,1020,4,'2015-05-05 15:39:09','4a0e9891-f995-4846-856c-2c3134ad8daf'),(2064,1816,1850,1030,4,'2015-05-05 15:39:09','61f10abe-5b95-4870-ba3d-87d8b9e601e0'),(2065,1817,1850,1040,4,'2015-05-05 15:39:09','a804438f-e904-49d6-b8f8-5ccd18a1be5a'),(2066,1846,1851,1000,4,'2015-05-05 15:39:09','6486ecf3-a837-48e2-8b4e-c0f9ef3f7751'),(2067,1847,1851,1010,4,'2015-05-05 15:39:09','d6f223bf-cf75-4690-9470-3e2d55a7bd1c'),(2068,1848,1851,1020,4,'2015-05-05 15:39:09','b0c77db9-ab9e-4dac-8775-b67936868287'),(2069,1849,1851,1030,4,'2015-05-05 15:39:09','249bc5ac-0673-4d86-8fe0-97ce987b4f82'),(2070,1850,1851,1040,4,'2015-05-05 15:39:09','6b2d3d18-92e6-4812-a853-8cce25f0bf01'),(2071,1844,1851,1050,4,'2015-05-05 15:39:09','53485f48-b565-4032-a2e4-69e3e607253b'),(2072,1818,1852,1000,4,'2015-05-05 15:39:10','b2825388-a26a-48ac-977e-c9ae442c659b'),(2073,1819,1852,1010,4,'2015-05-05 15:39:10','4675bbfa-4388-4221-b76f-e74ab9fdc9ff'),(2074,1820,1853,1000,4,'2015-05-05 15:39:10','2408a237-598b-4a3d-9a1e-98aa4db7a896'),(2075,1821,1853,1010,4,'2015-05-05 15:39:10','c765c74c-0142-46da-8fd0-704272a523da'),(2076,1852,1854,1000,4,'2015-05-05 15:39:10','bc699ebc-8e01-4023-8130-f2ff8782a1d0'),(2077,1853,1854,1010,4,'2015-05-05 15:39:10','91c19dd6-5602-4181-b326-00106079d0eb'),(2078,1852,1855,1000,4,'2015-05-05 15:39:10','3cd093c9-20e9-4cb7-a766-29dea90c0abb'),(2079,1853,1855,1010,4,'2015-05-05 15:39:10','7c91ea1b-d205-4497-9987-e0f886c303b1'),(2080,1854,1856,1000,4,'2015-05-05 15:39:10','d4d9ad34-0d15-41ce-9276-2d7a00ec718f'),(2081,1855,1856,1010,4,'2015-05-05 15:39:10','496f698e-e58a-492e-a6f3-b61275d5bbbe'),(2082,1822,1856,1020,4,'2015-05-05 15:39:10','a420e931-bcdf-4309-a043-9604f16fdf7a'),(2083,1823,1856,1030,4,'2015-05-05 15:39:10','980ba471-0b84-4b47-add6-9685eea8e8cb'),(2084,1824,1856,1040,4,'2015-05-05 15:39:10','b5e99b6c-ee90-4054-83eb-4e2f526f992e'),(2085,1825,1856,1050,4,'2015-05-05 15:39:10','3d9c112c-4573-420a-a13e-25fde6f42a50'),(2086,1851,90,11,4,'2015-05-05 15:39:46','3d4b5e38-71b8-45ec-934f-beba4a72b3fa'),(2087,1856,90,12,4,'2015-05-05 15:39:46','7775ce2a-9fa8-44ac-b6d4-6418e321126a'),(2089,1857,143,8,1,'2015-05-14 10:52:37','3f0ab5bb-87c5-44fc-bad8-ca391d440c2f'),(2090,3,1858,0,1,'2015-05-19 11:18:40','b3deaa68-fdea-11e4-b248-005056820298'),(2093,1862,1889,1000,1,'2015-05-26 11:51:59','3ca9e168-0760-472a-a20f-d5fcf3477aa5'),(2094,1882,1889,1010,1,'2015-05-26 11:51:59','9c19ddc1-b0aa-45f5-aa15-d455a5487a76'),(2095,1883,1889,1020,1,'2015-05-26 11:51:59','1af610a2-0c27-4042-8e3a-fe6b68d6ae5a'),(2096,1884,1889,1030,1,'2015-05-26 11:51:59','3a60d1b3-f6ea-4bd5-a1ce-567a1113a512'),(2097,1885,1889,1040,1,'2015-05-26 11:51:59','0fe80747-594f-4007-ba88-a4b9ad440f16'),(2098,1863,1889,1050,1,'2015-05-26 11:51:59','c54b3dd4-d3fe-4697-90cb-d10151a81126'),(2099,1867,1889,1060,1,'2015-05-26 11:51:59','30932105-00f6-4e3a-b86f-608bca605443'),(2100,1870,1889,1070,1,'2015-05-26 11:51:59','2a44d125-46c6-4c5f-ab40-aa1135c2c4d7'),(2101,1871,1889,1080,1,'2015-05-26 11:51:59','252a9cd3-0dc5-4b55-bab7-0afccb801c0b'),(2102,1888,1889,1090,1,'2015-05-26 11:51:59','c338ad2d-b3a3-4021-8faa-1ebe997bb99c'),(2103,1875,1889,1100,1,'2015-05-26 11:51:59','c6b208f0-35b0-4120-a02d-6b2214c39d30'),(2104,1880,1889,1110,1,'2015-05-26 11:51:59','9fca1328-12a0-45d9-9efe-d87c2b5f8841'),(2105,1881,1889,1120,1,'2015-05-26 11:51:59','7a037f10-8835-43a8-9014-de7a13d4225d'),(2106,1889,90,13,1,'2015-05-26 11:52:30','5b0b0e90-51e9-420c-8040-ba3c90e8bdaf'),(2107,1890,1913,1000,1,'2015-05-26 12:11:45','275dfd6e-c7d7-4faa-9363-b9b1daef06ff'),(2108,1904,1913,1010,1,'2015-05-26 12:11:45','d93cb215-0d01-423f-ad9c-05963bf0f459'),(2109,1905,1913,1020,1,'2015-05-26 12:11:45','b8a54bd6-f4c2-4ea1-aa58-29d87ea62986'),(2110,1906,1913,1030,1,'2015-05-26 12:11:45','0513d874-e4bc-4355-a471-57b65800e980'),(2111,1907,1913,1040,1,'2015-05-26 12:11:45','0425ac90-7c86-4651-94b6-64d1c5b3fba8'),(2112,1910,1913,1050,1,'2015-05-26 12:11:45','0e44058a-f6d0-4592-9004-7001503bb5ba'),(2113,1911,1913,1060,1,'2015-05-26 12:11:45','585758d7-0f2b-4246-8ca9-d55c9676a80d'),(2114,1912,1913,1070,1,'2015-05-26 12:11:45','65da758d-3cef-4933-b00f-7466a4bd6a00'),(2115,1891,1913,1080,1,'2015-05-26 12:11:45','11f89fcd-364e-4741-a6da-9d39e335387a'),(2116,1892,1913,1090,1,'2015-05-26 12:11:45','3bdcb684-f441-40e1-aac2-2e53747380b3'),(2117,1895,1913,1100,1,'2015-05-26 12:11:45','7ced3612-162b-4728-b71d-e72037a095ca'),(2118,1896,1913,1110,1,'2015-05-26 12:11:45','48b5becc-2a25-4510-9905-3a6a6506fedb'),(2119,1897,1913,1120,1,'2015-05-26 12:11:45','a01a3040-5ae3-41c2-a0ea-a7759f8874bf'),(2120,1898,1913,1130,1,'2015-05-26 12:11:45','2132a760-ea2c-46a1-a7eb-cef177e7c2d3'),(2121,1899,1913,1140,1,'2015-05-26 12:11:45','05067733-bb69-4b45-91d8-fbb65fa21803'),(2122,1900,1913,1150,1,'2015-05-26 12:11:45','23647efa-cd4a-49f7-90f3-7f33802875f0'),(2123,1913,90,14,1,'2015-05-26 12:12:11','43f52f2b-8c41-4f96-af4d-8ed02dc96dc8'),(2124,1923,1981,1000,1,'2015-05-26 12:13:42','e795183a-17c7-4129-92d7-da46384f0c72'),(2125,1924,1981,1010,1,'2015-05-26 12:13:42','7c1b9575-21d4-4c3c-8d1d-bbff03dbe8ef'),(2126,1965,1982,1000,1,'2015-05-26 12:13:42','26e199cb-abcd-4289-8e6c-ffd7822ef5bc'),(2127,1966,1982,1010,1,'2015-05-26 12:13:42','eb72d04f-3f40-4b59-82ed-e5133bfbe285'),(2128,1967,1982,1020,1,'2015-05-26 12:13:42','87a5c040-a4a6-4701-aba4-02e4180142dd'),(2129,1968,1982,1030,1,'2015-05-26 12:13:42','330f6e0a-5285-4304-9bc0-bdb45e38a2dd'),(2130,1971,1982,1040,1,'2015-05-26 12:13:42','06c44f54-90f7-44ed-9488-246bc917aa47'),(2131,1972,1982,1050,1,'2015-05-26 12:13:42','7502144a-fb8b-487b-8635-048a02e74d1b'),(2132,1973,1982,1060,1,'2015-05-26 12:13:42','0bf379d9-5d23-4361-bdfd-08af3846948e'),(2133,1974,1982,1070,1,'2015-05-26 12:13:42','08894a82-9111-4bf3-b4e5-cdeaf0a89d5d'),(2134,1914,1983,1000,1,'2015-05-26 12:13:42','fe90fd34-2173-43d8-b993-c6a315f80c22'),(2135,1942,1983,1010,1,'2015-05-26 12:13:42','3ce78346-167b-492c-a229-5834e5a88d7d'),(2136,1947,1983,1020,1,'2015-05-26 12:13:42','5fc8c04c-d05f-477c-ad96-3121390d382f'),(2137,1950,1983,1030,1,'2015-05-26 12:13:42','9cb50afe-d5d9-404b-abb7-556bff6fc6d3'),(2138,1953,1983,1040,1,'2015-05-26 12:13:42','2db8762b-42b9-4929-ac0b-bdcea592ec61'),(2139,1959,1983,1050,1,'2015-05-26 12:13:42','25c0b36f-dd65-4b99-a5d5-934844965b98'),(2140,1960,1983,1060,1,'2015-05-26 12:13:42','a5792530-9fa6-4017-8d00-19da2bd3ca1e'),(2141,1961,1983,1070,1,'2015-05-26 12:13:42','d57654f7-61ac-4833-8ef5-8e0869f342b5'),(2142,126,1983,1080,1,'2015-05-26 12:13:42','a1905343-61b2-4fae-8cd2-6c48c0e12d64'),(2143,1962,1983,1090,1,'2015-05-26 12:13:42','4370abdf-b333-4f2e-a5e3-43af1e2f4350'),(2144,1963,1983,1100,1,'2015-05-26 12:13:42','5ef5aa4f-f0e1-47ec-942e-2ca8c938c678'),(2145,1917,1983,1110,1,'2015-05-26 12:13:42','3eb9ab7d-ee48-425f-a71e-123774db73fc'),(2146,1964,1983,1120,1,'2015-05-26 12:13:42','e40751dd-0304-4d74-b41c-190f795c506b'),(2147,1982,1983,1130,1,'2015-05-26 12:13:42','007c75de-27f1-44fc-9fa5-d7dd3f352e49'),(2148,1978,1983,1140,1,'2015-05-26 12:13:42','cc5fd6fa-4e9f-477f-b616-c9ac7bd21e01'),(2149,1979,1983,1150,1,'2015-05-26 12:13:42','563215ce-0cb3-4b54-851d-84e7ee6ad33a'),(2150,1980,1983,1160,1,'2015-05-26 12:13:42','08f31a98-2cf2-4b54-963a-1aeef8e7d574'),(2151,1920,1983,1170,1,'2015-05-26 12:13:42','d0064130-e7f8-4282-950e-e87d86a3b4e7'),(2152,1921,1983,1180,1,'2015-05-26 12:13:42','df057996-5ee8-4551-b349-40bf677a22d5'),(2153,1922,1983,1190,1,'2015-05-26 12:13:42','55c884e7-d599-4770-b5c3-4ad04723227d'),(2154,1981,1983,1200,1,'2015-05-26 12:13:42','40b731ef-05ee-4afa-8d28-4ea89cdb3ae4'),(2155,1928,1983,1210,1,'2015-05-26 12:13:42','9b5dd500-44ee-414d-995b-f5a889651a9f'),(2156,1937,1983,1220,1,'2015-05-26 12:13:42','af24bc4a-8a6f-4de6-92f8-3ebcfb82d78a'),(2157,1941,1983,1230,1,'2015-05-26 12:13:42','148b608d-6032-44fb-a081-bbfc7ef82b60'),(2158,1983,90,15,1,'2015-05-26 12:15:28','e950849e-a850-4789-922d-b9e2af027622'),(2159,1990,2119,1000,1,'2015-05-26 12:36:46','c292c109-91ad-4185-9f3a-4ed9a8aa23b0'),(2160,1994,2119,1010,1,'2015-05-26 12:36:46','915f79ec-392f-41b0-985c-a770e52e5ef9'),(2161,1997,2119,1020,1,'2015-05-26 12:36:46','575ed03f-e540-433f-9798-de55b83717df'),(2162,1999,2119,1030,1,'2015-05-26 12:36:46','7f698f03-7c4d-4b2a-91c8-9f5341b513fc'),(2163,2002,2119,1040,1,'2015-05-26 12:36:46','29a234be-969b-477d-baea-7d43527ea745'),(2164,2003,2120,1000,1,'2015-05-26 12:36:46','057871dc-7a9f-40f6-9851-cbea380a3b5a'),(2165,2004,2120,1010,1,'2015-05-26 12:36:46','7fe1c10c-e15a-4b04-a132-5e4af07c445c'),(2166,2009,2120,1020,1,'2015-05-26 12:36:46','55de6621-50f2-4650-8f5c-419dc167b2fd'),(2167,2012,2120,1030,1,'2015-05-26 12:36:46','df93a4e9-1040-41bc-957b-fffa7a5b0e0f'),(2168,2016,2120,1040,1,'2015-05-26 12:36:46','9369af0e-a7ab-47e0-a536-e16e3c0e6622'),(2169,2020,2121,1000,1,'2015-05-26 12:36:46','1b0cc1d1-1f02-4928-b868-9b61dc169d79'),(2170,2021,2121,1010,1,'2015-05-26 12:36:46','30a1c013-4a31-4616-9721-d97dc809a93a'),(2171,2024,2121,1020,1,'2015-05-26 12:36:46','cdba69a0-4570-406a-861b-411b6450d6ab'),(2172,2017,2122,1000,1,'2015-05-26 12:36:47','948ea04d-ddc8-463a-a1b2-5391486fd3af'),(2173,2018,2122,1010,1,'2015-05-26 12:36:47','477f6e04-0902-4f6d-ae08-93dd54ff5b27'),(2174,2019,2122,1020,1,'2015-05-26 12:36:47','9ad8fff2-922b-4a3a-9120-2902839ca6ac'),(2175,2121,2122,1030,1,'2015-05-26 12:36:47','54dfa28f-79a1-4f08-aeb6-dd675bb4e6de'),(2176,2028,2122,1040,1,'2015-05-26 12:36:47','8c286d6c-1f46-45f4-99ca-e4eb852624b5'),(2177,2029,2122,1050,1,'2015-05-26 12:36:47','925872ca-87ca-432d-b42a-e9b75efcb0f8'),(2178,2033,2123,1000,1,'2015-05-26 12:36:47','fcd0cb8f-43c6-4dc9-87d2-ca66113fc251'),(2179,2036,2123,1010,1,'2015-05-26 12:36:47','6878039d-f9cf-4b5f-8369-fb9c253e0f0e'),(2180,2037,2124,1000,1,'2015-05-26 12:36:47','1fa5445e-ca0d-47a7-8bd9-ec31671d4cb5'),(2181,2042,2124,1010,1,'2015-05-26 12:36:47','1588ed18-8189-4045-baac-31e7ae336b2b'),(2182,2119,2125,1000,1,'2015-05-26 12:36:47','00f59591-f642-4c51-aad4-8860f6287bbe'),(2183,2049,2125,1010,1,'2015-05-26 12:36:47','68a79619-1525-4b0a-ba2a-763f312705a0'),(2184,2120,2125,1020,1,'2015-05-26 12:36:47','38488ca0-e2e4-4fe5-83c7-71f77a2ca053'),(2185,2122,2125,1030,1,'2015-05-26 12:36:47','27e586a6-73a0-4306-9492-da93b2e261d8'),(2186,2123,2125,1040,1,'2015-05-26 12:36:47','3687922e-5b76-43cb-897c-9859df6654df'),(2187,2124,2125,1050,1,'2015-05-26 12:36:47','fb461530-a67d-41b5-aa9a-f7d2554f4e20'),(2188,2043,2125,1060,1,'2015-05-26 12:36:47','599817d2-d6f7-4b19-aa04-be1c89fa39ff'),(2189,2044,2125,1070,1,'2015-05-26 12:36:47','84c5468e-da69-40da-980e-5d8bc40f735f'),(2190,2045,2125,1080,1,'2015-05-26 12:36:47','2634d83f-3cb3-44d0-b3e4-7e7c4da818fe'),(2191,2048,2125,1090,1,'2015-05-26 12:36:47','5200bfe4-1eb5-4e2c-84c6-460fc427501a'),(2192,2050,2126,1000,1,'2015-05-26 12:36:47','71fac454-dc45-43ae-8cfa-69787014f5df'),(2193,2052,2126,1010,1,'2015-05-26 12:36:47','48462052-559e-478c-a6bc-d6cec3c6cb70'),(2194,2053,2127,1000,1,'2015-05-26 12:36:47','d146cc74-4c88-4f51-8e56-e1475da520f6'),(2195,2054,2127,1010,1,'2015-05-26 12:36:47','fd4c6df6-b816-4a07-a55a-1a7c922f8a10'),(2196,2057,2127,1020,1,'2015-05-26 12:36:47','5788635e-e0c7-4b1f-b5cf-e8aa16222632'),(2197,2058,2128,1000,1,'2015-05-26 12:36:47','bcc2a241-ec7e-4b89-babc-f8d78c8e0fc5'),(2198,2059,2128,1010,1,'2015-05-26 12:36:47','8506caf1-37a8-4f12-900e-36cfbd7de4f7'),(2199,2063,2128,1020,1,'2015-05-26 12:36:47','b442474e-e35f-48db-a4b8-b63bbbc94715'),(2200,2064,2128,1030,1,'2015-05-26 12:36:47','b47dc575-d19c-4dc6-a704-5a1075d80610'),(2201,2065,2128,1040,1,'2015-05-26 12:36:47','6fbc310c-24da-46ea-9030-398fe5444dfd'),(2202,2073,2128,1050,1,'2015-05-26 12:36:47','0a28a912-3a8e-44b1-8435-3c873307cd65'),(2203,2074,2129,1000,1,'2015-05-26 12:36:47','97ee6aeb-26aa-48cb-826e-924a426c3d00'),(2204,2075,2129,1010,1,'2015-05-26 12:36:47','16347653-6a0f-486f-bcec-d351775a7035'),(2205,2076,2129,1020,1,'2015-05-26 12:36:47','e4b5bf2a-148a-4b88-9cb0-ee331af76595'),(2206,2079,2129,1030,1,'2015-05-26 12:36:47','269a0f0e-857c-41fb-9adb-09dc405f5e1d'),(2207,2028,2130,1000,1,'2015-05-26 12:36:47','7ad163e2-2d0b-419a-ad69-803df2d7f939'),(2208,2082,2130,1010,1,'2015-05-26 12:36:47','33eca0df-08cb-4918-af97-076751cf2828'),(2209,2037,2131,1000,1,'2015-05-26 12:36:47','f11c1c2c-31de-447d-b062-2543be036544'),(2210,2085,2131,1010,1,'2015-05-26 12:36:47','285c70a9-16b1-4d2e-92c3-4de01ed1efb7'),(2211,2126,2132,1000,1,'2015-05-26 12:36:48','5498ad39-0f97-4602-8cdd-caf0e1ae1225'),(2212,2045,2132,1010,1,'2015-05-26 12:36:48','ee8b02b5-8712-4aff-869e-9279e7d2b8f5'),(2213,2048,2132,1020,1,'2015-05-26 12:36:48','a565924e-2684-49dd-b55a-8d286086ccbc'),(2214,2049,2132,1030,1,'2015-05-26 12:36:48','1c7a0a03-f0e2-4206-9225-f36f38c5659d'),(2215,2127,2132,1040,1,'2015-05-26 12:36:48','b2cb8143-d7c2-4dc9-938f-c1df6e5b4dd8'),(2216,2120,2132,1050,1,'2015-05-26 12:36:48','73f2edd7-44b5-47f5-9bd6-639113cee3a1'),(2217,2128,2132,1060,1,'2015-05-26 12:36:48','47e84e9d-43f6-410e-bc4e-bbb8db5d7adf'),(2218,2129,2132,1070,1,'2015-05-26 12:36:48','0d99d44e-ea3d-4900-a738-d031a6545447'),(2219,2130,2132,1080,1,'2015-05-26 12:36:48','21f1228b-7ae4-444b-80c0-907f6fd1b9ef'),(2220,2131,2132,1090,1,'2015-05-26 12:36:48','364fd3f8-af5c-4670-bd74-50d81297c051'),(2221,2043,2132,1100,1,'2015-05-26 12:36:48','b1e155ee-fa0e-4aa3-83f4-ae8df7e42718'),(2222,2044,2132,1110,1,'2015-05-26 12:36:48','e55985a5-c777-4b73-80cf-9e095052ec4a'),(2223,2086,2133,1000,1,'2015-05-26 12:36:48','602f7d0e-3c4a-4df3-aead-07920326dc8a'),(2224,2087,2133,1010,1,'2015-05-26 12:36:48','6ba13f72-9cb1-48db-8be7-df1b0ae5d178'),(2225,2088,2133,1020,1,'2015-05-26 12:36:48','ed53cef9-aad6-46b4-9034-c8636a22e12f'),(2226,2089,2133,1030,1,'2015-05-26 12:36:48','fc099d39-9a14-492e-8360-3df9ec32f548'),(2227,2092,2133,1040,1,'2015-05-26 12:36:48','0a752892-9a90-4512-bcf9-4c78887f863c'),(2228,2096,2133,1050,1,'2015-05-26 12:36:48','32469b69-fa17-4007-afbb-2e4807fa0fe2'),(2229,2102,2133,1060,1,'2015-05-26 12:36:48','89f3a311-6b0e-4298-9915-c69aa7881edb'),(2230,2103,2133,1070,1,'2015-05-26 12:36:48','a4835e61-6cc8-4852-8672-4a84db147f2e'),(2231,2104,2134,1000,1,'2015-05-26 12:36:48','c3925de6-33bb-4b12-bf4b-844fb4ebd979'),(2232,2117,2134,1010,1,'2015-05-26 12:36:48','2bd70cdb-ccc6-46da-b121-cd1602bc19f9'),(2233,2118,2134,1020,1,'2015-05-26 12:36:48','fa99bffd-be39-4c71-a64b-0096cb256a5f'),(2234,2107,2134,1030,1,'2015-05-26 12:36:48','702a4764-eca2-48de-aedb-5a8278fbb6dd'),(2235,2108,2134,1040,1,'2015-05-26 12:36:48','5092ea82-f2fe-4367-aa04-06b410947282'),(2236,2109,2134,1050,1,'2015-05-26 12:36:48','3a21baf0-937e-4b57-9354-92368fac2bbb'),(2237,2110,2134,1060,1,'2015-05-26 12:36:48','d4172152-13cb-46e3-a544-9b560168cb26'),(2238,2111,2134,1070,1,'2015-05-26 12:36:48','2b53b17d-d7c9-453c-ac6f-71c733cc3db7'),(2239,2112,2134,1080,1,'2015-05-26 12:36:48','b21b8dda-fbad-49b5-ad9a-fcc74bea9674'),(2240,2113,2134,1090,1,'2015-05-26 12:36:48','b7e24f66-7e5f-4072-939b-affc1d1c3361'),(2241,2114,2134,1100,1,'2015-05-26 12:36:48','e93c59f6-5a4b-46f1-bd05-04e1661537e2'),(2242,2125,2135,1000,1,'2015-05-26 12:36:48','20b5c572-4656-4c5b-aa07-c513dea86541'),(2243,2132,2135,1010,1,'2015-05-26 12:36:48','0ce30717-89d4-4fef-bce7-0fdd39c2695d'),(2244,2133,2135,1020,1,'2015-05-26 12:36:48','11f45b59-7ef6-4ca4-a61d-7000c58a3108'),(2245,2134,2135,1030,1,'2015-05-26 12:36:48','b274004b-6bba-419b-b707-983c65fc4baa'),(2246,2125,90,16,1,'2015-05-26 12:39:19','e026ba8e-7aa9-4262-b9d0-e296a1781133'),(2247,2132,90,17,1,'2015-05-26 12:39:19','071e9e0f-17dd-4ba5-b7a4-1f9f7d8efdd4'),(2248,2133,90,18,1,'2015-05-26 12:39:19','1a1721e3-0a93-4f66-bf85-50fbf3235707'),(2249,2134,90,19,1,'2015-05-26 12:39:19','b9be9da6-f521-451d-9a08-987d47729739'),(2250,2136,2383,1000,1,'2015-05-26 13:13:02','92e5d147-f2a0-4897-a794-045751da7bf8'),(2251,2137,2383,1010,1,'2015-05-26 13:13:02','fab44059-169b-446c-8a50-cdd2abbbce05'),(2252,2138,2383,1020,1,'2015-05-26 13:13:02','00db08dc-2997-42d3-9146-4b79b47737ca'),(2253,2144,2383,1030,1,'2015-05-26 13:13:02','d1bc1546-b06d-4106-a84d-b34b08d67edb'),(2254,2145,2383,1040,1,'2015-05-26 13:13:02','6a9a14c5-f82d-4c56-a0a7-70acb530271d'),(2255,2149,2383,1050,1,'2015-05-26 13:13:02','ca506840-9de1-4425-a570-d2545f93d97d'),(2256,2157,2383,1060,1,'2015-05-26 13:13:02','613809cf-fb57-45be-965f-2bbf04e056e2'),(2257,2158,2383,1070,1,'2015-05-26 13:13:02','7fc96de6-142e-41dc-98c9-c36a0ea69b36'),(2258,2159,2384,1000,1,'2015-05-26 13:13:02','c146eade-d059-4685-a85d-5acbd203ae69'),(2259,2160,2384,1010,1,'2015-05-26 13:13:02','441cc9c5-f6e5-45ef-847a-4bd188d0865d'),(2260,2161,2384,1020,1,'2015-05-26 13:13:02','2e93dbf8-d78d-4e7e-9fea-33c55a060721'),(2261,2162,2384,1030,1,'2015-05-26 13:13:02','7d62ee9d-7313-4256-80b3-e5e4aed74640'),(2262,2163,2385,1000,1,'2015-05-26 13:13:02','52438625-dd68-4e70-9edc-53ef92ca36b7'),(2263,2164,2385,1010,1,'2015-05-26 13:13:02','ceaa3470-223a-4c78-9013-6d8215a1147a'),(2264,2165,2385,1020,1,'2015-05-26 13:13:02','cf64489a-b02e-4a29-bc4e-c7fc55b44dd4'),(2265,2166,2385,1030,1,'2015-05-26 13:13:02','a4915ff5-5bfc-42f5-a10d-d9fe76f47419'),(2266,2171,2385,1040,1,'2015-05-26 13:13:02','a633a7c8-a6d3-42ce-b353-2996e172ad28'),(2267,2172,2385,1050,1,'2015-05-26 13:13:02','bcc28b4f-31d9-4fb7-89b7-28af965c8223'),(2268,2175,2385,1060,1,'2015-05-26 13:13:02','833c6b9b-9faf-40e4-8fbd-7364b242b7d7'),(2269,2383,2386,1000,1,'2015-05-26 13:13:03','b977a50f-90a9-45e7-b28f-d359d2888359'),(2270,2384,2386,1010,1,'2015-05-26 13:13:03','663a5e88-aec4-4e16-b588-7ce900bd80c6'),(2271,2385,2386,1020,1,'2015-05-26 13:13:03','a857e74a-90f3-4cb6-80ac-e4a7c2c82b33'),(2272,2176,2386,1030,1,'2015-05-26 13:13:03','fa95958a-6f87-443b-9312-46eb828d33a0'),(2273,2180,2387,1000,1,'2015-05-26 13:13:03','1500963a-0159-4c1b-a5d8-809f144ac832'),(2274,2211,2388,1000,1,'2015-05-26 13:13:03','e45f7d28-18d3-41fb-82b1-0e3254b01551'),(2275,2212,2388,1010,1,'2015-05-26 13:13:03','2e9af3c8-5ba6-4a08-a9be-f2a3dbb8baa9'),(2276,2219,2389,1000,1,'2015-05-26 13:13:03','d276c87e-b556-483e-b2f9-896ee59b67e9'),(2277,2220,2389,1010,1,'2015-05-26 13:13:03','ed3c42f5-217d-4e0d-96f4-bb91834f899f'),(2278,2216,2390,1000,1,'2015-05-26 13:13:03','876dcd00-f15a-4f9f-a4ac-e9e7d658c693'),(2279,2217,2390,1010,1,'2015-05-26 13:13:03','352f4fcd-a77d-45d2-b703-19b1d9425e55'),(2280,2218,2390,1020,1,'2015-05-26 13:13:03','b595e2c8-93ff-4de6-85ad-056177766d8d'),(2281,2389,2390,1030,1,'2015-05-26 13:13:03','2432448c-fa66-4c0e-8a08-e8126db03404'),(2282,2221,2390,1040,1,'2015-05-26 13:13:03','a743f158-a365-412c-ab4b-9d9b01106366'),(2283,2222,2391,1000,1,'2015-05-26 13:13:03','9ade77ba-1a85-49c9-9e35-2fdf56dfa42a'),(2284,2223,2391,1010,1,'2015-05-26 13:13:03','1ac970d7-d675-4e72-a371-810727375bd0'),(2285,2224,2391,1020,1,'2015-05-26 13:13:03','1f338d7d-b849-4bb1-874a-605f33db7d48'),(2286,2225,2391,1030,1,'2015-05-26 13:13:03','3bddefad-3a1f-4634-9802-dc928ff1b0df'),(2287,2226,2391,1040,1,'2015-05-26 13:13:03','cd88c909-c8ed-49e1-9bee-21d4d962cbdf'),(2288,2227,2391,1050,1,'2015-05-26 13:13:03','e51eb670-82c4-497d-99ed-0746b6a2172a'),(2289,2228,2391,1060,1,'2015-05-26 13:13:03','03401a45-2b52-470c-a276-9a94b617ba62'),(2290,2229,2392,1000,1,'2015-05-26 13:13:03','a1a09178-83f1-4828-b7ca-b2a1341102bf'),(2291,2230,2392,1010,1,'2015-05-26 13:13:03','785fd0cf-2afa-4b36-9de4-115405df7824'),(2292,2231,2392,1020,1,'2015-05-26 13:13:03','e340d8e2-6b0d-4f9e-9c50-6e106d6e7731'),(2293,2232,2392,1030,1,'2015-05-26 13:13:03','512d3690-55ba-4c67-a37a-e55842a48ac5'),(2294,2236,2393,1000,1,'2015-05-26 13:13:04','a3aeb892-a59a-4932-b302-ff199fea2c78'),(2295,2237,2393,1010,1,'2015-05-26 13:13:04','713f0136-8634-41c6-b7d4-1c1685deab3b'),(2296,2241,2393,1020,1,'2015-05-26 13:13:04','31f4c26a-db6f-4356-a829-508aa1d231f9'),(2297,2245,2393,1030,1,'2015-05-26 13:13:04','740af446-895d-447d-9ac8-2af746d5d7bf'),(2298,2246,2394,1000,1,'2015-05-26 13:13:04','aea9664a-bd60-4a27-b6cd-1f0ee5089074'),(2299,2247,2394,1010,1,'2015-05-26 13:13:04','f9f2d4d8-fb24-44b4-936f-4f464a8e9cac'),(2300,2248,2395,1000,1,'2015-05-26 13:13:04','b6210018-610d-4a32-bf08-56f2a880763e'),(2301,2249,2395,1010,1,'2015-05-26 13:13:04','863680e0-110b-4ee6-aacb-644554035bb8'),(2302,2250,2395,1020,1,'2015-05-26 13:13:04','f854304d-4ead-4d79-8d33-9cabd2494ed8'),(2303,2251,2396,1000,1,'2015-05-26 13:13:04','65525426-0cce-460f-b8c9-f0d7315e9a8d'),(2304,2252,2396,1010,1,'2015-05-26 13:13:04','59332db3-862d-4774-8b29-2eb252f54618'),(2305,2253,2396,1020,1,'2015-05-26 13:13:04','f39b5657-cd99-498f-8f4e-cd75de453c80'),(2306,2177,2397,1000,1,'2015-05-26 13:13:05','4278b1f5-9051-4582-8417-429ad23f0c92'),(2307,2200,2397,1010,1,'2015-05-26 13:13:05','ce1b7e92-9578-4006-9623-5f1acac3537a'),(2308,2388,2397,1020,1,'2015-05-26 13:13:05','d8c8d104-5388-4d9f-9773-4d065eda8ff9'),(2309,2390,2397,1030,1,'2015-05-26 13:13:05','b8e5957f-26fd-43b2-a9ad-052bbf4f50f8'),(2310,2391,2397,1040,1,'2015-05-26 13:13:05','6fab71df-1a88-4c3f-9260-1dfa0c5b4041'),(2311,2392,2397,1050,1,'2015-05-26 13:13:05','4ec1455e-1a26-43f1-a569-df312bbeae47'),(2312,2393,2397,1060,1,'2015-05-26 13:13:05','2ab8b609-8b7f-426e-926a-c42c72f5c892'),(2313,2394,2397,1070,1,'2015-05-26 13:13:05','faaac7df-21d8-4889-a7af-ef154c232a6c'),(2314,2395,2397,1080,1,'2015-05-26 13:13:05','129ca2d0-275c-4d1a-84ea-af335f5ab138'),(2315,2396,2397,1090,1,'2015-05-26 13:13:05','436f0c7c-6da2-481c-9ff1-fa5ca361d159'),(2316,2254,2397,1100,1,'2015-05-26 13:13:05','6e41bdac-d968-41f0-a920-79909a602aa4'),(2317,2178,2397,1110,1,'2015-05-26 13:13:05','b6531d18-19df-4753-92de-e86dbb6f9190'),(2318,2255,2397,1120,1,'2015-05-26 13:13:05','ee725ae4-ccbc-4433-ac18-745cd7093eae'),(2319,2256,2397,1130,1,'2015-05-26 13:13:05','8f8e9a0a-b8f1-4335-983f-d6c8c4522551'),(2320,2176,2397,1140,1,'2015-05-26 13:13:05','5147812d-b119-4436-92a9-86ef4f9b8432'),(2321,2262,2397,1150,1,'2015-05-26 13:13:05','3f30666b-66b0-4605-bb5b-090469e02ab7'),(2322,2179,2397,1160,1,'2015-05-26 13:13:05','b569a4ab-166e-4451-bc03-271835dc76e4'),(2323,2387,2397,1170,1,'2015-05-26 13:13:05','58d11f75-d12b-49f8-8fdf-f4a20199322e'),(2324,2185,2397,1180,1,'2015-05-26 13:13:05','6ed711f8-e8cb-4651-81f4-eb147a5f48a5'),(2325,2186,2397,1190,1,'2015-05-26 13:13:05','1634a4df-7f1f-42ab-90a5-c1b1cc279221'),(2326,2187,2397,1200,1,'2015-05-26 13:13:05','22f9dcda-a6d3-4897-8aef-2fb5634048a2'),(2327,2188,2397,1210,1,'2015-05-26 13:13:05','af499301-b58b-47fe-8de6-d25c1576ab74'),(2328,2199,2397,1220,1,'2015-05-26 13:13:05','3dd2e935-661d-4636-93cf-8713a089542a'),(2329,2264,2398,1000,1,'2015-05-26 13:13:05','b2aa6562-3aef-4d91-86d4-6dda302e797d'),(2330,2265,2398,1010,1,'2015-05-26 13:13:05','73d880b3-6a03-4001-bee4-7897a19d6add'),(2331,2266,2398,1020,1,'2015-05-26 13:13:05','3a4e6a9f-cddd-4826-a3a6-f72c3546ba93'),(2332,2267,2399,1000,1,'2015-05-26 13:13:05','29279f0d-a74e-4589-be91-f9bede2bb633'),(2333,2268,2399,1010,1,'2015-05-26 13:13:05','857792d6-0976-4114-bdd5-ef72b50e0701'),(2334,2272,2399,1020,1,'2015-05-26 13:13:05','97c81068-e02b-42e8-aa0c-89bde24f6e62'),(2335,2273,2400,1000,1,'2015-05-26 13:13:05','1b2380b7-7151-4e99-aa78-1bf34ff68378'),(2336,2274,2400,1010,1,'2015-05-26 13:13:05','8a5de13b-0250-4a70-8d28-3c3811e7b4a7'),(2337,2280,2400,1020,1,'2015-05-26 13:13:05','daeb8b56-31d6-4fce-8842-3bbe6161c04f'),(2338,2291,2401,1000,1,'2015-05-26 13:13:05','4f87fdb5-d13e-4a09-ada0-a6ae1bb6b5ae'),(2339,2292,2401,1010,1,'2015-05-26 13:13:05','e18fc85b-46b9-441e-970e-8a9c12d86d75'),(2340,2293,2401,1020,1,'2015-05-26 13:13:05','6e9e89ef-79d7-4ed8-9d62-30d4011c440f'),(2341,2294,2401,1030,1,'2015-05-26 13:13:05','1d1858ba-98dc-425e-a0ce-e2bf3b3b907a'),(2342,2298,2401,1040,1,'2015-05-26 13:13:05','8ec20c49-0c65-4f3e-90d4-f615ab498b72'),(2343,2299,2401,1050,1,'2015-05-26 13:13:05','fb843812-f9a4-406f-9239-52f77757c1f8'),(2344,2226,2401,1060,1,'2015-05-26 13:13:05','6df22fe8-a77b-4e08-827f-5f8fdd5df0c7'),(2345,2304,2402,1000,1,'2015-05-26 13:13:05','f661b486-e684-4280-b41a-8f2d2621a283'),(2346,2308,2402,1010,1,'2015-05-26 13:13:05','302e6429-74ac-45ee-96ee-3a5f078a0bce'),(2347,2309,2402,1020,1,'2015-05-26 13:13:05','05092922-fd32-4de8-940f-bdbc55113dca'),(2348,2315,2402,1030,1,'2015-05-26 13:13:05','91e1ccf6-70b4-4037-9009-8d8f1b8d4c8c'),(2349,2177,2403,1000,1,'2015-05-26 13:13:06','7793c8a3-f4b4-4442-bff7-3c5dbc095d88'),(2350,2399,2403,1010,1,'2015-05-26 13:13:06','5aae1754-552c-4361-b5e4-4069849c8a8b'),(2351,2400,2403,1020,1,'2015-05-26 13:13:06','51bcc3cf-6482-4529-8ba3-42a70b0fb69b'),(2352,2401,2403,1030,1,'2015-05-26 13:13:06','be87580e-86a9-4459-9635-92a454e924b2'),(2353,2402,2403,1040,1,'2015-05-26 13:13:06','abb9c507-a16e-46fa-aa06-03f718e54a05'),(2354,2176,2403,1050,1,'2015-05-26 13:13:06','00aaf509-a969-4eaa-8c49-12ef4fc75150'),(2355,2262,2403,1060,1,'2015-05-26 13:13:06','b9ab3d94-3da6-432e-87b6-ad21bd77998d'),(2356,2316,2403,1070,1,'2015-05-26 13:13:06','86f4d36e-dc10-41e0-bc3f-133d398b6494'),(2357,2317,2403,1080,1,'2015-05-26 13:13:06','fc0b8cac-f7fc-4db8-90fd-15af388fb1d8'),(2358,2179,2403,1090,1,'2015-05-26 13:13:06','33d498b8-e029-4ce6-aad7-354f2f51ce6d'),(2359,2178,2403,1100,1,'2015-05-26 13:13:06','bd11a9dc-3b8d-4d67-bf09-c3d7e3a6114d'),(2360,2387,2403,1110,1,'2015-05-26 13:13:06','28d3e79a-e890-4ebb-82f4-2d692a424fb9'),(2361,2256,2403,1120,1,'2015-05-26 13:13:06','184e7eb0-321c-4046-8638-b3a99fbe0c54'),(2362,2254,2403,1130,1,'2015-05-26 13:13:06','beb5b874-72af-4ab3-ba7d-fd506a584ca7'),(2363,2255,2403,1140,1,'2015-05-26 13:13:06','3422cedd-6820-4663-81c0-ca8226baae79'),(2364,2263,2403,1150,1,'2015-05-26 13:13:06','e9bb039e-c9ee-49b7-82a7-476a38ab93ae'),(2365,2398,2403,1160,1,'2015-05-26 13:13:06','0969a96f-3a88-4cc6-a980-e32922106296'),(2366,2319,2404,1000,1,'2015-05-26 13:13:06','8ebd7273-31d6-4f3f-9d33-91791d1edda9'),(2367,2320,2404,1010,1,'2015-05-26 13:13:06','a9936298-bb72-4199-8ca1-12c69defc777'),(2368,2321,2404,1020,1,'2015-05-26 13:13:06','57cc3e8b-e8c4-4a71-9972-4686b8dd9afd'),(2369,2322,2404,1030,1,'2015-05-26 13:13:06','a0696e89-aa20-41df-b7f3-40bfb42b170d'),(2370,2323,2404,1040,1,'2015-05-26 13:13:06','5597e302-6143-45d3-acff-391a70a60e5f'),(2371,2324,2404,1050,1,'2015-05-26 13:13:06','6cd25667-d870-4862-9ad5-dca45ca83498'),(2372,2325,2404,1060,1,'2015-05-26 13:13:06','16e98ce9-3849-4dd8-8bf3-3997e1a7c6ad'),(2373,2328,2405,1000,1,'2015-05-26 13:13:06','54e89a64-7fff-423b-b0cc-8109a6d26d66'),(2374,2329,2405,1010,1,'2015-05-26 13:13:06','5c0c250a-3c82-481a-97dd-b05f475b148e'),(2375,2330,2405,1020,1,'2015-05-26 13:13:06','a4a8aa10-4c3e-4e48-8c04-6d99c355b640'),(2376,2331,2405,1030,1,'2015-05-26 13:13:06','ea050571-b4dd-4bad-8ef7-1fc81d115d3e'),(2377,2332,2405,1040,1,'2015-05-26 13:13:06','d80fc70c-3887-4801-99e0-b379cbc92ce2'),(2378,2333,2405,1050,1,'2015-05-26 13:13:06','33e2d63d-4e2e-4523-838c-9fcf18049dd4'),(2379,2338,2406,1000,1,'2015-05-26 13:13:06','96b64523-7e57-422c-a059-07fd33f26b9e'),(2380,2339,2406,1010,1,'2015-05-26 13:13:06','557bc86c-fdeb-4871-b528-d4ad9abf677a'),(2381,2340,2407,1000,1,'2015-05-26 13:13:06','2949f4c2-2c6d-4a6a-9ff3-93bc6aed92c9'),(2382,2341,2407,1010,1,'2015-05-26 13:13:06','a760b4ad-d0b2-4641-b847-1ad65e5148b6'),(2383,2342,2408,1000,1,'2015-05-26 13:13:07','2a6d7754-a6f7-40a4-a29c-b2e23244c558'),(2384,2343,2408,1010,1,'2015-05-26 13:13:07','60ba1add-2e63-481f-b97d-a4157e5e2725'),(2385,2344,2408,1020,1,'2015-05-26 13:13:07','12d52008-1041-41c0-8315-6eb6f409c01a'),(2386,2346,2409,1000,1,'2015-05-26 13:13:07','b41d00b2-7a7a-4eb8-ae46-b2ed919407ce'),(2387,2347,2409,1010,1,'2015-05-26 13:13:07','cd93d6e5-20b2-4d00-9e0d-a77c047337e4'),(2388,2348,2409,1020,1,'2015-05-26 13:13:07','46cf90fe-ca7c-41d3-b442-c1727632f5c4'),(2389,2349,2410,1000,1,'2015-05-26 13:13:07','54ac8be1-d0c8-4e1a-8c54-0aa12b1d321f'),(2390,2350,2410,1010,1,'2015-05-26 13:13:07','5273e8b4-7290-4a11-9630-7dffabd3eab9'),(2391,2357,2411,1000,1,'2015-05-26 13:13:07','5ee1fed6-8b93-4ba9-bb67-77966c367363'),(2392,2358,2411,1010,1,'2015-05-26 13:13:07','57051dc1-770f-4a52-8259-e94a6a521edd'),(2393,2359,2412,1000,1,'2015-05-26 13:13:07','c0af6e7d-ad77-4665-90d6-2cb679d0f28f'),(2394,2360,2412,1010,1,'2015-05-26 13:13:07','6fec1cfb-1ae3-4af3-8d4c-67a49440724a'),(2395,2364,2412,1020,1,'2015-05-26 13:13:07','682e886a-d4ad-434c-b349-3574334a4df9'),(2396,2368,2412,1030,1,'2015-05-26 13:13:07','c9abb286-1a60-441c-bd6f-2555f2f4bfb3'),(2397,2369,2412,1040,1,'2015-05-26 13:13:07','b2fa878f-87e6-4379-8a3e-d7dc26cc4d5b'),(2398,2370,2413,1000,1,'2015-05-26 13:13:07','a838df68-8a25-487d-a5b3-81e39bca535d'),(2399,2371,2413,1010,1,'2015-05-26 13:13:07','e95eb94c-b915-420d-9e9f-1389a7607249'),(2400,2380,2414,1000,1,'2015-05-26 13:13:07','16efc5aa-6d23-4283-bee0-e868ca484e1e'),(2401,2381,2414,1010,1,'2015-05-26 13:13:07','eb831fbc-cadb-4eab-8212-ce24cfde883e'),(2402,2382,2414,1020,1,'2015-05-26 13:13:07','5e91d88d-28a6-455d-80b5-87c1b5d3998e'),(2403,2378,2415,1000,1,'2015-05-26 13:13:08','bad6083a-98c8-4185-ac66-c6e734b3ad36'),(2404,2379,2415,1010,1,'2015-05-26 13:13:08','96ae663d-46ba-491a-b1b2-d80ad28a8dbc'),(2405,2414,2415,1020,1,'2015-05-26 13:13:08','e6f769a1-3da6-4982-b1e0-91ccf173b701'),(2406,2334,2416,1000,1,'2015-05-26 13:13:08','4dae02a8-fee9-4857-9c68-ebe70ed4a9ff'),(2407,2413,2416,1010,1,'2015-05-26 13:13:08','60db456e-ebea-406b-a454-eda476be6c48'),(2408,2372,2416,1020,1,'2015-05-26 13:13:08','3813e6b8-d1d9-4b7c-bfc1-2c4eb88b4169'),(2409,2376,2416,1030,1,'2015-05-26 13:13:08','7a14d77a-8a2a-4df9-9aae-44263f56bbb7'),(2410,2377,2416,1040,1,'2015-05-26 13:13:08','1249285a-3611-413c-990c-4d2bf1514081'),(2411,2415,2416,1050,1,'2015-05-26 13:13:08','800b78ed-b5d0-4f34-b810-47467d130ba0'),(2412,2335,2416,1060,1,'2015-05-26 13:13:08','5e553287-9b4f-49c0-b55a-afb83d24462b'),(2413,2406,2416,1070,1,'2015-05-26 13:13:08','7568f995-35f7-4886-a1b2-86ca82cfd64a'),(2414,2407,2416,1080,1,'2015-05-26 13:13:08','1f84a69e-83c8-4342-940e-1421716a6c39'),(2415,2408,2416,1090,1,'2015-05-26 13:13:08','e1e3071b-0829-4858-9daa-d35867c4f7a4'),(2416,2409,2416,1100,1,'2015-05-26 13:13:08','bee5f0cf-a4a0-48be-94a2-0d39c88553a2'),(2417,2410,2416,1110,1,'2015-05-26 13:13:08','d44c77ed-f8be-4bd4-8c65-01d868ee33ec'),(2418,2411,2416,1120,1,'2015-05-26 13:13:08','89c77435-e097-4217-9f04-f9e0dbf5c264'),(2419,2412,2416,1130,1,'2015-05-26 13:13:08','175fc938-61a4-4521-bedc-6d8c2f46846f'),(2420,2386,2418,1000,1,'2015-05-26 13:13:08','7da8f032-df9d-4a00-a7bf-122cbfe14ec0'),(2421,2397,2418,1010,1,'2015-05-26 13:13:08','b148e888-3e30-44fd-ab9c-ea40edc4688f'),(2422,2403,2418,1020,1,'2015-05-26 13:13:08','a241520a-0cdc-4c9c-a9c2-d979d2e4b9be'),(2423,2404,2418,1030,1,'2015-05-26 13:13:08','223c41b7-9345-4c71-a2f7-a851e4c24b2b'),(2424,2405,2418,1040,1,'2015-05-26 13:13:08','067c7d06-2205-4c31-80d6-6067b8ded335'),(2425,2416,2418,1050,1,'2015-05-26 13:13:08','7820bba5-b34a-45bb-ab1f-45d6fbf74829'),(2426,2417,2418,1060,1,'2015-05-26 13:13:08','27d29131-b010-4988-96e4-51e42f8f6d86'),(2427,2386,90,20,1,'2015-05-26 13:15:07','8360339e-87b7-48fd-82e7-fc35ce11c3c2'),(2428,2397,90,21,1,'2015-05-26 13:15:07','00762284-30b1-40ca-9402-4cb6ef83176d'),(2429,2403,90,22,1,'2015-05-26 13:15:07','081d97f0-3e86-40db-8bad-e4598dcc9ae6'),(2430,2404,90,23,1,'2015-05-26 13:15:07','88500aa1-56ab-4b63-bdd8-12477e35efa1'),(2431,2405,90,24,1,'2015-05-26 13:15:07','78636b9d-106b-4b7a-a24c-c0f3b3c1e6e7'),(2432,2416,90,25,1,'2015-05-26 13:15:07','f441c636-5530-46d8-b15f-971bfcf0b4bf'),(2434,2443,2507,1000,1,'2015-05-26 14:16:45','228f36e7-6d64-45ff-802f-43021dc3ddfa'),(2435,2445,2507,1010,1,'2015-05-26 14:16:45','92628ccc-89e4-469b-b5ac-e3afc8aaa9fa'),(2436,2448,2508,1000,1,'2015-05-26 14:16:45','4804d64c-821b-4434-b891-1a344a3fbe5f'),(2437,2449,2508,1010,1,'2015-05-26 14:16:45','74cd1649-f4f6-4959-9693-d2d4c11e471a'),(2438,2456,2509,1000,1,'2015-05-26 14:16:45','46c47b55-5a85-4a62-b4cd-f8cafb5658a7'),(2439,2457,2509,1010,1,'2015-05-26 14:16:45','7b8dd620-e0de-4a21-9dcb-9ed44ef7d508'),(2440,2419,2510,1000,1,'2015-05-26 14:16:45','aae61ac8-d6d4-45ff-86a6-54490d5cb0a4'),(2441,2455,2510,1010,1,'2015-05-26 14:16:45','534023e4-e65f-4e9b-b447-f1c416676cc6'),(2442,2509,2510,1020,1,'2015-05-26 14:16:45','9b91df0c-3ff0-4288-82b1-c914bc505917'),(2443,2460,2510,1030,1,'2015-05-26 14:16:45','24741f1d-3be1-4dc6-93eb-713ebd150959'),(2444,2461,2510,1040,1,'2015-05-26 14:16:45','2d90e192-9444-4570-92e3-6836e9105b83'),(2445,2422,2510,1050,1,'2015-05-26 14:16:45','c73581a2-554d-4251-be66-7ef9f3e869ba'),(2446,2423,2510,1060,1,'2015-05-26 14:16:45','5357e0d0-4623-41e2-974e-42d9481ca7b8'),(2447,2424,2510,1070,1,'2015-05-26 14:16:45','1e0351f2-a02c-49ff-ad0b-237b08c16fba'),(2448,2431,2510,1080,1,'2015-05-26 14:16:45','3609d960-d0d4-4a5c-877d-079f208421d1'),(2449,2432,2510,1090,1,'2015-05-26 14:16:45','f427c544-e3ea-42c1-b297-38a93acbaa83'),(2450,2446,2510,1100,1,'2015-05-26 14:16:45','175c8066-d008-4cd3-9d44-3bd13ed06594'),(2451,2507,2510,1110,1,'2015-05-26 14:16:45','997fcef4-85ba-4d0b-b54b-e1d50c226ef1'),(2452,2508,2510,1120,1,'2015-05-26 14:16:45','7949ba01-66fe-4a7e-baa3-31e65f5c5e32'),(2453,2475,2511,1000,1,'2015-05-26 14:16:45','25e91646-9425-498f-ac94-aaaaf7abec32'),(2454,2476,2511,1010,1,'2015-05-26 14:16:45','9c086aa8-6b43-4241-af6e-f21822f506b5'),(2455,2477,2511,1020,1,'2015-05-26 14:16:45','54e00a82-500e-498c-b6e5-e0c76ffa6a19'),(2456,2478,2511,1030,1,'2015-05-26 14:16:45','501e5916-8076-46ce-9f03-abaab84189c3'),(2457,2481,2512,1000,1,'2015-05-26 14:16:45','d4178f56-c99b-4082-a587-ee6889e40b67'),(2458,2482,2512,1010,1,'2015-05-26 14:16:45','7e6cdcad-02ed-456f-824d-99f436c2b80d'),(2459,2484,2512,1020,1,'2015-05-26 14:16:45','2a8467e7-e0be-4080-b8d0-0395ac59a57f'),(2460,2485,2512,1030,1,'2015-05-26 14:16:45','e9dcb2fd-43dd-41e5-b958-edb98c68ba89'),(2461,2487,2513,1000,1,'2015-05-26 14:16:46','e85bf8b1-2b2e-4080-bc8b-5fc57c3300c9'),(2462,2492,2513,1010,1,'2015-05-26 14:16:46','a5aacb2c-fde3-443c-98ef-883bbdfb0c9c'),(2463,2495,2513,1020,1,'2015-05-26 14:16:46','f2c21ac2-78d6-4953-92fb-4a0e5eb18504'),(2464,2501,2513,1030,1,'2015-05-26 14:16:46','6371ceb7-8901-4f54-902e-9baab722e640'),(2465,2503,2513,1040,1,'2015-05-26 14:16:46','6fe4bd93-cf6b-4882-bb8a-05dcec91e128'),(2466,2504,2513,1050,1,'2015-05-26 14:16:46','b93a1657-4bf8-458d-8657-338a4204bf63'),(2467,2466,2515,1000,1,'2015-05-26 14:21:07','7f7a467f-5f3e-4d8d-bcac-de632442cc4f'),(2468,2511,2515,1010,1,'2015-05-26 14:21:07','1df61625-743f-44af-97a0-042d6aae1153'),(2469,2479,2515,1020,1,'2015-05-26 14:21:07','707f3baa-c740-4ac4-99de-271d612a8e5a'),(2470,2467,2515,1030,1,'2015-05-26 14:21:07','cad16e82-d19f-4f4d-9a5f-1e03e8cd295b'),(2471,2468,2515,1040,1,'2015-05-26 14:21:07','ae354676-a1d8-4b7e-bab7-dc4a4fabfef9'),(2472,2469,2515,1050,1,'2015-05-26 14:21:07','04e2d6fb-379d-47e0-b8fb-a8c7fb415c4b'),(2473,2470,2515,1060,1,'2015-05-26 14:21:07','aa313737-60b5-487a-b0aa-c54dcd20e787'),(2474,2471,2515,1070,1,'2015-05-26 14:21:07','d5b947d3-f4b1-4148-9c01-384856121182'),(2475,2472,2515,1080,1,'2015-05-26 14:21:07','c4910c7e-6834-481e-bb50-b7ee4498841e'),(2476,2473,2515,1090,1,'2015-05-26 14:21:07','0b2d6759-e88f-4450-984b-f2a31cad289b'),(2477,2514,2515,1100,1,'2015-05-26 14:21:07','2b980cad-eba3-4861-b707-a706d77f1718'),(2478,2510,2516,1000,1,'2015-05-26 14:21:07','435d95c1-4c02-4af6-8018-049a02a8bd60'),(2479,2515,2516,1010,1,'2015-05-26 14:21:07','eb70c316-a3af-43de-b983-62a9d7a6ed28'),(2480,2512,2516,1020,1,'2015-05-26 14:21:07','98c63bf7-0a8a-4008-845b-fdb93d3f353f'),(2481,2513,2516,1030,1,'2015-05-26 14:21:07','fe58f1c8-0053-4464-95a6-666e9ffec2fd'),(2482,2510,90,26,1,'2015-05-26 14:22:18','d0047498-2754-49c3-ad3a-43b4d77a3d1a'),(2483,2515,90,27,1,'2015-05-26 14:22:18','e29e0573-460d-4de1-b4fe-d0f58963a3b6'),(2484,2512,90,28,1,'2015-05-26 14:22:18','fdbdd21a-1519-4b28-9136-30668bae82ae'),(2485,2513,90,29,1,'2015-05-26 14:22:18','0f7f2395-a835-4b61-bd28-339409f8621f'),(2486,2517,2549,1000,1,'2015-05-26 14:26:17','78c69441-aa6b-48ef-93d9-6c94bee105ef'),(2487,2518,2549,1010,1,'2015-05-26 14:26:17','7d8c0621-5b9c-4097-a632-6caefb4be9dc'),(2488,2521,2549,1020,1,'2015-05-26 14:26:17','0898543b-e8fa-4a00-b483-783e2a32d0f8'),(2489,2522,2549,1030,1,'2015-05-26 14:26:17','1bd0eb18-4017-493f-9404-e16143065d51'),(2490,2523,2549,1040,1,'2015-05-26 14:26:17','e4728a73-448d-4561-b4d2-d066f86c4279'),(2491,2524,2549,1050,1,'2015-05-26 14:26:17','a741582a-10f8-4c3c-b13e-fc572c565e09'),(2492,2534,2550,1000,1,'2015-05-26 14:26:17','92f8c9eb-e9ef-49ad-84df-85fb2788bb16'),(2493,2535,2550,1010,1,'2015-05-26 14:26:17','fe3b5ff7-c147-4dcc-b133-c6db1b282d55'),(2494,2536,2550,1020,1,'2015-05-26 14:26:17','c8f5ed45-1fd1-44a1-9968-2d1a248ce27b'),(2495,2537,2550,1030,1,'2015-05-26 14:26:17','7051e277-6a44-4adb-8379-6750d93f8e8d'),(2496,2538,2550,1040,1,'2015-05-26 14:26:17','8466e0ac-3e77-45d6-8c78-8f3dd8d528a2'),(2497,2539,2550,1050,1,'2015-05-26 14:26:17','ddf57982-19aa-43c7-9d77-84470336d07a'),(2498,2540,2550,1060,1,'2015-05-26 14:26:17','2de719e7-cd0b-40c5-a41e-e982270ad536'),(2499,2541,2551,1000,1,'2015-05-26 14:26:17','5a36bd9d-d805-48be-a29c-af22474f4903'),(2500,2542,2551,1010,1,'2015-05-26 14:26:17','d4428aa6-61d5-43e1-832b-f7272bb535d5'),(2501,2543,2551,1020,1,'2015-05-26 14:26:17','fce76b08-5dce-419e-87dc-3d4e24823d5d'),(2502,2544,2551,1030,1,'2015-05-26 14:26:17','31e8429d-2a6b-47d0-b7e2-203e9ef046b3'),(2503,2545,2551,1040,1,'2015-05-26 14:26:17','886967f2-7e29-49c4-b911-d922965c05f8'),(2504,2546,2551,1050,1,'2015-05-26 14:26:17','9dfdb8a9-f0c2-4497-b694-5a248acef3f8'),(2505,2549,2552,1000,1,'2015-05-26 14:26:17','0db84d1e-227d-4e7f-97da-9fbc210de521'),(2506,2527,2552,1010,1,'2015-05-26 14:26:17','68cfef48-06ff-4c5f-bfe2-8fe08e792eab'),(2507,2532,2552,1020,1,'2015-05-26 14:26:17','6689859d-111f-4d3a-a11c-c3d24866cff0'),(2508,2533,2552,1030,1,'2015-05-26 14:26:17','322fadd8-cf90-4e2a-a32c-aeff8e9f7f5b'),(2509,2550,2552,1040,1,'2015-05-26 14:26:17','84075eea-1cf2-444a-9c42-0480c1ba077d'),(2510,2551,2552,1050,1,'2015-05-26 14:26:17','6c87be5e-18d6-44d5-9d91-f59328b54773'),(2511,2547,2552,1060,1,'2015-05-26 14:26:17','c105bdfa-0617-4cad-9ed5-a82479a9b713'),(2512,2548,2552,1070,1,'2015-05-26 14:26:17','d7f91d7f-b166-4fcb-b0e7-bd610517e1a1'),(2513,2559,2568,1000,1,'2015-05-26 14:28:43','51a2e283-36e9-423c-9eac-7d24cd4ca805'),(2514,2563,2568,1010,1,'2015-05-26 14:28:43','39f2ae47-fcd8-4236-894d-ecf885c68298'),(2515,2564,2568,1020,1,'2015-05-26 14:28:43','5b4ccd96-d29a-4c00-9421-a9d7f4251745'),(2516,2565,2568,1030,1,'2015-05-26 14:28:43','796fad22-5b9f-499b-bc2c-4167af289b57'),(2517,2566,2568,1040,1,'2015-05-26 14:28:43','49d142e0-6613-4dda-8d41-2e53c104b2eb'),(2518,2567,2568,1050,1,'2015-05-26 14:28:43','01863550-b2ab-4891-afba-58380d9aadf5'),(2519,2552,90,30,1,'2015-05-26 14:29:27','3eb174d3-aa5e-44b4-83ea-9ea2171fcff5'),(2520,2568,90,31,1,'2015-05-26 14:29:27','353d4da6-348c-4bfd-a9ad-98a68397d05e'),(2521,2569,2592,1000,1,'2015-05-26 14:31:39','e6a03fc6-8475-4117-9789-8bcd28bac634'),(2522,2570,2592,1010,1,'2015-05-26 14:31:39','25d3fb4b-0bd0-407f-9fb9-9a311711a443'),(2523,2571,2592,1020,1,'2015-05-26 14:31:39','b866d5f0-fd55-44d6-9906-4b528a9cb485'),(2524,2572,2592,1030,1,'2015-05-26 14:31:39','81394ff7-702a-4f2d-8a2d-2c8a0a1733dd'),(2525,2573,2592,1040,1,'2015-05-26 14:31:39','e65efa2d-d693-4bcb-abc5-7753077bc53c'),(2526,2574,2593,1000,1,'2015-05-26 14:31:39','9eaec72a-7936-41e0-acd5-5e039fe7da13'),(2527,2575,2593,1010,1,'2015-05-26 14:31:39','f74429ad-80c3-48d7-9bc8-9318710969fd'),(2528,2576,2593,1020,1,'2015-05-26 14:31:39','577666c7-1d57-47d2-a01c-ecc4cdeff9ee'),(2529,2577,2593,1030,1,'2015-05-26 14:31:39','672afeb4-1ca5-46f4-ad05-a76ae191eeff'),(2530,2583,2594,1000,1,'2015-05-26 14:31:39','605baee3-d559-433a-b875-05f6577f439a'),(2531,2584,2594,1010,1,'2015-05-26 14:31:39','4f1866e9-2694-4a34-b2d3-450130fc56b6'),(2532,2585,2594,1020,1,'2015-05-26 14:31:39','3c27186b-da5a-4adc-b040-be76b5bea94a'),(2533,2586,2594,1030,1,'2015-05-26 14:31:39','3f0596b8-8a41-491e-a17a-27900f0058ad'),(2534,2592,2595,1000,1,'2015-05-26 14:31:39','6344ba4c-3dc8-46da-a33f-8c80b108a856'),(2535,2593,2595,1010,1,'2015-05-26 14:31:39','626b5056-e47c-4881-b068-b7ee7b1bc207'),(2536,2581,2595,1020,1,'2015-05-26 14:31:39','17bf8c64-4ce9-458c-bfa0-5e701a6ecf1b'),(2537,2582,2595,1030,1,'2015-05-26 14:31:39','24ba9ccf-9e40-49d7-9b48-247a95bf0189'),(2538,2594,2595,1040,1,'2015-05-26 14:31:39','f4520fe6-6481-43b8-bd14-2140899955ca'),(2539,2587,2595,1050,1,'2015-05-26 14:31:39','96810959-ccbe-4523-8327-b553dcfee10a'),(2540,2590,2595,1060,1,'2015-05-26 14:31:39','4e166f16-fc92-444b-b1ca-7d4df84af2e9'),(2541,2591,2595,1070,1,'2015-05-26 14:31:39','0c43b83f-5d13-46d8-b21c-e9956ce2d337'),(2542,2600,2612,1000,1,'2015-05-26 14:32:26','b38b7ee1-e868-4f87-9b6e-3b89747f921d'),(2543,2601,2612,1010,1,'2015-05-26 14:32:26','696a0e81-b2c2-4101-a2b4-5f4eb2c7f27c'),(2544,2607,2612,1020,1,'2015-05-26 14:32:26','aa1b1060-eb95-46eb-aaae-18864700eabc'),(2545,2608,2612,1030,1,'2015-05-26 14:32:26','f4531a8f-bbb4-437b-b49e-7e4e1a89b684'),(2546,2609,2612,1040,1,'2015-05-26 14:32:26','903d57e6-2e09-40f0-8b70-404e4f5c1c0d'),(2547,2610,2612,1050,1,'2015-05-26 14:32:26','f5d34f48-5619-47c4-88fa-20e9a472f6aa'),(2548,2611,2612,1060,1,'2015-05-26 14:32:26','f5ab1e55-55da-408d-a972-f7c98cd35b24'),(2549,2595,90,32,1,'2015-05-26 14:33:30','bf8c8a82-2083-45a6-843d-1c628d81a73e'),(2550,2612,90,33,1,'2015-05-26 14:33:30','a5774365-7f77-4207-acbd-83a91ad6a874'),(2551,2686,2812,1000,1,'2015-05-26 14:40:33','8d0208c2-c0b6-431d-a5bc-37c3748947d1'),(2552,2687,2812,1010,1,'2015-05-26 14:40:33','7ea7ed9a-aa93-4679-8de3-962e3a200fff'),(2553,2688,2812,1020,1,'2015-05-26 14:40:33','5246c857-b31c-4484-ab9e-2357e6de48e1'),(2554,2689,2812,1030,1,'2015-05-26 14:40:33','e2dd7b11-6a21-48e7-9445-afb34d02119f'),(2555,2690,2812,1040,1,'2015-05-26 14:40:33','fb22ee85-1528-403d-9427-57533d77d6be'),(2556,2693,2812,1050,1,'2015-05-26 14:40:33','7a76cf72-4abf-43fd-b2de-2e96ed22f2f1'),(2557,2685,2813,1000,1,'2015-05-26 14:40:33','c6b9c86f-79b7-473f-acc4-e42550d608cc'),(2558,2812,2813,1010,1,'2015-05-26 14:40:33','0346c7fe-dc96-4590-a958-b03115e4a0e2'),(2559,2696,2813,1020,1,'2015-05-26 14:40:33','52c5866d-9451-441b-b835-11aa7997301d'),(2560,2809,2814,1000,1,'2015-05-26 14:40:33','a32ece50-2fce-4d3a-b480-295b0cb3dc51'),(2561,2659,2814,1010,1,'2015-05-26 14:40:33','90461809-34b7-47f8-bc52-ae904fea0089'),(2562,2668,2814,1020,1,'2015-05-26 14:40:33','913e3a3a-2a4d-4620-989e-a3660299bf65'),(2563,2811,2814,1030,1,'2015-05-26 14:40:33','882a9ef5-d2eb-48ff-8786-7edc223ca5e5'),(2564,2680,2814,1040,1,'2015-05-26 14:40:33','7a73da23-7025-4125-822d-1e5032920ba9'),(2565,2681,2814,1050,1,'2015-05-26 14:40:33','7a7009d2-e77e-4f76-b6bb-0fe8ab1b5511'),(2566,2813,2814,1060,1,'2015-05-26 14:40:33','5bb8112b-f783-4857-b6ca-fa4ada1d89c3'),(2567,2623,2814,1070,1,'2015-05-26 14:40:33','60e2e6f1-ee11-469d-9660-11e56aa0454f'),(2568,2634,2814,1080,1,'2015-05-26 14:40:33','390decb9-7d42-44e7-b67b-40f7463e35cc'),(2569,2638,2814,1090,1,'2015-05-26 14:40:33','368619f7-0db0-4a68-9989-9433a211a4e6'),(2570,2640,2814,1100,1,'2015-05-26 14:40:33','d01d4886-ad5a-464e-8c7a-f822766fb29c'),(2571,2643,2814,1110,1,'2015-05-26 14:40:33','8c4fb842-5b87-402d-8533-a17f82defcb5'),(2572,2647,2814,1120,1,'2015-05-26 14:40:33','f46e5027-c9c8-415c-a140-d99e62c14cfb'),(2573,2651,2814,1130,1,'2015-05-26 14:40:33','b9a5ad06-0762-43de-a392-68649d56a63e'),(2574,2654,2814,1140,1,'2015-05-26 14:40:33','8cd89847-07dc-4005-844c-5f8869c227df'),(2575,2697,2815,1000,1,'2015-05-26 14:40:33','c3e9ea56-ba98-45ef-aea5-2f2ee301e901'),(2576,2698,2815,1010,1,'2015-05-26 14:40:33','3ee3e4b1-922a-421e-9c4c-7d4a7716dc90'),(2577,2699,2815,1020,1,'2015-05-26 14:40:33','2587e68f-6638-4147-b23e-5c8ddf1b2a44'),(2578,2720,2816,1000,1,'2015-05-26 14:40:33','518e9410-a399-4216-ab63-4cc27ba0e71f'),(2579,2721,2817,1000,1,'2015-05-26 14:40:33','ff8392fb-b069-4932-a5b3-4ead03057d48'),(2580,2722,2817,1010,1,'2015-05-26 14:40:33','d9468351-dcdf-4ce2-bfc3-32c6b5af16e3'),(2581,2723,2817,1020,1,'2015-05-26 14:40:33','a74504a6-589c-42c6-9053-a091d4c81b0f'),(2582,2724,2817,1030,1,'2015-05-26 14:40:33','fc48cc73-a962-4cf7-ac6d-a91a73dfba86'),(2583,2725,2818,1000,1,'2015-05-26 14:40:33','5fbeff5d-2721-474c-93d2-8b35be6537d4'),(2584,2613,2819,1000,1,'2015-05-26 14:40:34','1b19b9f3-1d91-4e98-a7c0-259054981065'),(2585,2705,2819,1010,1,'2015-05-26 14:40:34','ea64963f-db41-42bc-b0d2-2c5f6968d72c'),(2586,2711,2819,1020,1,'2015-05-26 14:40:34','4d023c37-e910-470c-8e1a-ba01f0e49cb7'),(2587,2715,2819,1030,1,'2015-05-26 14:40:34','df530ecc-c81f-4aab-a04c-603bea42d8f3'),(2588,2716,2819,1040,1,'2015-05-26 14:40:34','22fe1a4d-dc0b-4640-a147-f52a89f98f2b'),(2589,2717,2819,1050,1,'2015-05-26 14:40:34','5aba7ae2-9f20-40ae-8916-ce937fb7a619'),(2590,2718,2819,1060,1,'2015-05-26 14:40:34','6fb2503a-9e39-44aa-aa58-fbbb2223b1ff'),(2591,2719,2819,1070,1,'2015-05-26 14:40:34','33e2ddb6-151d-4191-84b6-0b3d6315428b'),(2592,2816,2819,1080,1,'2015-05-26 14:40:34','856a1848-98d2-4ddb-ab18-42ad2a5f6ae5'),(2593,2817,2819,1090,1,'2015-05-26 14:40:34','c32122ae-858f-4f5a-8843-9ad178d4e9a7'),(2594,2818,2819,1100,1,'2015-05-26 14:40:34','95f2833d-cdcd-4a9d-8ebb-90887db81a4f'),(2595,2614,2819,1110,1,'2015-05-26 14:40:34','b3adb19c-fc24-4b5b-9765-a8a09d6b0e83'),(2596,2262,2819,1120,1,'2015-05-26 14:40:34','b031be58-d3fb-48f4-a18a-b3e9731c5473'),(2597,2814,2819,1130,1,'2015-05-26 14:40:34','81f793d5-79db-49d8-8b3a-687d0d8a3ccf'),(2598,2815,2819,1140,1,'2015-05-26 14:40:34','bbf51b78-36d8-4b72-bcea-1b070690b06b'),(2599,2700,2819,1150,1,'2015-05-26 14:40:34','58cf8c79-385b-4b78-9573-0f9a6591cd63'),(2600,2701,2819,1160,1,'2015-05-26 14:40:34','284648f7-9c9f-416a-a501-5bf8f9552a98'),(2601,2702,2819,1170,1,'2015-05-26 14:40:34','3f444423-5e5d-4c02-bcdf-230ec96d4180'),(2602,2703,2819,1180,1,'2015-05-26 14:40:34','1b77bbf9-0298-4e5c-9e7b-202e65830bda'),(2603,2704,2819,1190,1,'2015-05-26 14:40:34','047e9274-5c38-4d90-af20-4df8a5f67936'),(2604,2726,2820,1000,1,'2015-05-26 14:40:34','791a8ed3-b224-4e1b-9f68-1e9ec9f044f2'),(2605,2727,2820,1010,1,'2015-05-26 14:40:34','f21dc36a-a2ca-4379-bd19-a4ab592dd67b'),(2606,2728,2820,1020,1,'2015-05-26 14:40:34','c4d67688-4b33-4f4f-9db0-31117ad4f25d'),(2607,2729,2820,1030,1,'2015-05-26 14:40:34','7bb3117e-9844-4112-9ef1-aa6d05dcfb65'),(2608,2730,2820,1040,1,'2015-05-26 14:40:34','a0cec083-dd0b-4a6f-bdc5-ddde63f764a9'),(2609,2736,2820,1050,1,'2015-05-26 14:40:34','72041bea-3a6a-41eb-b8ac-6c7d453cf185'),(2610,2737,2821,1000,1,'2015-05-26 14:40:34','19d87948-3d7a-42ec-bac9-1710e0b1bee2'),(2611,2738,2821,1010,1,'2015-05-26 14:40:34','9d6a6329-6262-4e79-a508-c53a2b77f3c0'),(2612,2739,2821,1020,1,'2015-05-26 14:40:34','7ea88a88-95b5-473a-b451-823adb2349ea'),(2613,2745,2821,1030,1,'2015-05-26 14:40:34','55ac3dae-ddeb-4fc2-9ba8-a7b040aaf4e3'),(2614,2746,2821,1040,1,'2015-05-26 14:40:34','f9605286-3b29-4993-94f0-6881a93838f5'),(2615,2751,2821,1050,1,'2015-05-26 14:40:34','95671dff-6ca3-4489-8721-4385b6f4d599'),(2616,2752,2822,1000,1,'2015-05-26 14:40:35','6be3515b-7ad6-4f8c-ab86-ab1188c4fdda'),(2617,2763,2822,1010,1,'2015-05-26 14:40:35','38d4b152-2de5-44bf-a930-47c56b8cfb26'),(2618,2753,2822,1020,1,'2015-05-26 14:40:35','8492bcde-2ad8-4b1f-b356-1d220795f4fc'),(2619,2754,2822,1030,1,'2015-05-26 14:40:35','a00e7350-f235-4369-9deb-e91b2c686b33'),(2620,2755,2822,1040,1,'2015-05-26 14:40:35','d0af9681-c6a9-46a5-82a6-1f0580a2c29b'),(2621,2756,2822,1050,1,'2015-05-26 14:40:35','514bdbd1-bab9-4b11-b43c-2e80f9b22e0e'),(2622,2757,2822,1060,1,'2015-05-26 14:40:35','432438d6-87c5-45c1-b2a5-39104b22b577'),(2623,2760,2822,1070,1,'2015-05-26 14:40:35','c6a06c11-780a-4c10-a842-f11eb4f30e1e'),(2624,2761,2822,1080,1,'2015-05-26 14:40:35','64ab6a77-0f82-4641-a629-d7b4575febdb'),(2625,2762,2822,1090,1,'2015-05-26 14:40:35','524c3592-495f-48e1-89f3-753688b06a25'),(2626,2764,2823,1000,1,'2015-05-26 14:40:35','89dd0db2-5970-496e-8bca-cd765d4ffe37'),(2627,2765,2823,1010,1,'2015-05-26 14:40:35','c3a853a9-7bb4-44b2-9344-f9502d90aee7'),(2628,2766,2823,1020,1,'2015-05-26 14:40:35','e9c94ce5-e950-4ee6-bab3-16f83038039f'),(2629,2767,2823,1030,1,'2015-05-26 14:40:35','41faa8a7-00b5-47d3-8d50-8b8ad6c7b4d3'),(2630,2768,2823,1040,1,'2015-05-26 14:40:35','909e4f45-3f4f-4e09-a222-2cba2cbf7f4f'),(2631,2769,2823,1050,1,'2015-05-26 14:40:35','e4758e85-bd85-4da0-8295-bd4ebcb41c98'),(2632,2770,2823,1060,1,'2015-05-26 14:40:35','68368240-2c2b-49a4-94d8-50d31d4dd907'),(2633,2823,2824,1000,1,'2015-05-26 14:40:35','c0afc45e-478c-494f-8ca7-3a0130cbdb41'),(2634,2771,2824,1010,1,'2015-05-26 14:40:35','a49e2a2d-0100-4eb3-98ba-23cdf963e9ec'),(2635,2772,2824,1020,1,'2015-05-26 14:40:35','77024b3f-1388-449c-a7dc-42991369f38f'),(2636,2773,2824,1030,1,'2015-05-26 14:40:35','03f69558-3e0e-48d5-af63-35925db26d3f'),(2637,2774,2825,1000,1,'2015-05-26 14:40:35','fabbec7d-0b58-4c8c-a0ec-0e279f04b47c'),(2638,2775,2825,1010,1,'2015-05-26 14:40:35','f7b74a78-8ac2-45f5-a781-7788999ba7b8'),(2639,2776,2825,1020,1,'2015-05-26 14:40:35','17749529-89df-4a91-b654-4a5ea180b3de'),(2640,2777,2825,1030,1,'2015-05-26 14:40:35','7d925c24-9265-416b-b5a9-5f286742ad0c'),(2641,2778,2825,1040,1,'2015-05-26 14:40:35','a4002682-3fb0-4293-8d06-2a81c2087e7e'),(2642,2779,2825,1050,1,'2015-05-26 14:40:35','28b61835-4828-4769-86dd-af372d8ab86d'),(2643,2780,2825,1060,1,'2015-05-26 14:40:35','50860a1f-30d7-43e9-a762-5c0d59202daa'),(2644,2781,2825,1070,1,'2015-05-26 14:40:35','0e822414-0e4a-41dc-a972-80f021b8df03'),(2645,2782,2825,1080,1,'2015-05-26 14:40:35','01b1d5a0-b7fc-487a-8726-dd17bd92da04'),(2646,2783,2826,1000,1,'2015-05-26 14:40:35','671a6d7f-fe3e-4e96-83fc-8c8e79eb0e6b'),(2647,2784,2826,1010,1,'2015-05-26 14:40:35','c5a8c083-8ee7-49dc-8588-aedee14c6f7b'),(2648,2787,2826,1020,1,'2015-05-26 14:40:35','023f61f9-ea53-4098-9af4-7aad718d8381'),(2649,2788,2826,1030,1,'2015-05-26 14:40:35','dd1d03a4-29cd-437f-96a9-5a8f89b1f63f'),(2650,2789,2826,1040,1,'2015-05-26 14:40:35','565c5ec1-783a-4b18-9586-2f78abb4c52a'),(2651,2790,2826,1050,1,'2015-05-26 14:40:35','a91c2f9e-ecb6-41f5-a52c-91a09bd8c8e4'),(2652,2791,2826,1060,1,'2015-05-26 14:40:35','d14ecb67-09fa-41f5-aa84-19e639a329af'),(2653,2792,2826,1070,1,'2015-05-26 14:40:35','f63fd698-d2d4-49e7-84d9-26c64eed8a52'),(2654,2793,2827,1000,1,'2015-05-26 14:40:35','feec6b17-6220-4b84-9920-a36f7996e89a'),(2655,2794,2827,1010,1,'2015-05-26 14:40:35','80857d36-fcdd-4b2c-8d5f-56a2aebf6c6d'),(2656,2795,2828,1000,1,'2015-05-26 14:40:35','99f06734-1c89-4c6f-96d7-f35c88eed797'),(2657,2796,2828,1010,1,'2015-05-26 14:40:35','c07ba590-b854-46c3-9f3d-42e1736c9dfe'),(2658,2827,2829,1000,1,'2015-05-26 14:40:35','6bebada6-ecb8-42a2-ad8b-35cb010505e5'),(2659,2828,2829,1010,1,'2015-05-26 14:40:35','b599ebbc-c26a-4112-86ee-7ba0504e780a'),(2660,2829,2830,1000,1,'2015-05-26 14:40:36','972dd375-c73e-4f94-9f02-0601a829558b'),(2661,2805,2830,1010,1,'2015-05-26 14:40:36','939e0837-9e4c-4bb3-8039-50236de3f450'),(2662,2806,2830,1020,1,'2015-05-26 14:40:36','d343f187-e4cd-410b-bdb9-70a27be0b978'),(2663,2807,2830,1030,1,'2015-05-26 14:40:36','ef565c46-e63b-42bc-9fc0-1c859abab4bd'),(2664,2797,2830,1040,1,'2015-05-26 14:40:36','cb45c5b0-ab6c-4078-a6ee-7789ba205ac9'),(2665,2798,2830,1050,1,'2015-05-26 14:40:36','31750576-98c4-41dc-b0a3-868c9ba5424c'),(2666,2799,2830,1060,1,'2015-05-26 14:40:36','2ef9137d-96f1-4301-a5e2-8b63379e94da'),(2667,2800,2830,1070,1,'2015-05-26 14:40:36','2ccc216b-e898-401c-a714-b1c36e214170'),(2668,2801,2830,1080,1,'2015-05-26 14:40:36','3a6c18f1-f1f9-4657-9c81-4379b51fa3f0'),(2669,2802,2830,1090,1,'2015-05-26 14:40:36','1fcfb252-a149-487d-806f-f28c2d763000'),(2670,2803,2830,1100,1,'2015-05-26 14:40:36','5c1d5ff9-9a68-494d-88b5-41ddaad67284'),(2671,2804,2830,1110,1,'2015-05-26 14:40:36','5dacf8ef-6d5c-4e3d-a080-32eb4aca00e5'),(2672,2819,2831,1000,1,'2015-05-26 14:40:36','e9284b86-882f-4373-8c48-97ecb6519536'),(2673,2830,2831,1010,1,'2015-05-26 14:40:36','0d28233e-6dbf-44ff-9145-b03080d808da'),(2674,2820,2831,1020,1,'2015-05-26 14:40:36','6ca43c22-05c5-479e-a633-430593a9b542'),(2675,2568,2831,1030,1,'2015-05-26 14:40:36','441b6a44-3c32-4e88-89e6-75db01c87fd3'),(2676,2612,2831,1040,1,'2015-05-26 14:40:36','3cb80ec7-a22d-4869-b346-c0a47d70d920'),(2677,2821,2831,1050,1,'2015-05-26 14:40:36','5a1da315-5bfd-4597-87ab-4bb4481a95c1'),(2678,2822,2831,1060,1,'2015-05-26 14:40:36','066aecce-b823-4a31-bfaf-78e5135178a6'),(2679,2824,2831,1070,1,'2015-05-26 14:40:36','b5a01e9b-6b7f-4a2f-b2a4-cfaed5bd7401'),(2680,2825,2831,1080,1,'2015-05-26 14:40:36','8fcf2f10-471e-4bae-82ab-2bbe5e6c5941'),(2681,2826,2831,1090,1,'2015-05-26 14:40:36','55e19a98-c4a8-44a0-8bf0-10a48ca8d2bd'),(2683,2820,90,34,1,'2015-05-26 14:43:19','f22ead4a-9afc-4693-a237-ffce84436a19'),(2684,2821,90,35,1,'2015-05-26 14:43:19','9176d8e7-b6cb-40c7-a8e3-8d6609c497b8'),(2685,2822,90,36,1,'2015-05-26 14:43:19','6bcc3f26-2875-431e-98e5-7cc96402d6bf'),(2686,2825,90,37,1,'2015-05-26 14:43:19','eb8584ad-57b1-452b-bd97-74b8a5de966c'),(2687,2826,90,38,1,'2015-05-26 14:43:19','d7b892f3-0cc6-4f77-9224-3f0eda2f47bd'),(2688,2830,90,39,1,'2015-05-26 14:43:19','4b38e2f3-2f19-416d-b522-9b81e4dcd053'),(2689,2832,2840,1000,1,'2015-05-26 14:44:35','acfeb4b0-63fa-4536-84a1-2f883cf22045'),(2690,2837,2840,1010,1,'2015-05-26 14:44:35','3f170b6d-d860-4f40-a871-650e7467e36b'),(2691,2838,2840,1020,1,'2015-05-26 14:44:35','02c5556f-9846-4092-be62-b6549f1f1d8c'),(2692,2839,2840,1030,1,'2015-05-26 14:44:35','fd019f88-d8bb-4988-8984-787d44afe06c'),(2693,2845,2891,1000,1,'2015-05-26 14:44:52','b509c77c-4d94-4a1d-aa6e-719834980aad'),(2694,2846,2891,1010,1,'2015-05-26 14:44:52','3403a6bb-c060-423e-afae-5338dcd23d51'),(2695,2847,2891,1020,1,'2015-05-26 14:44:52','f9a30cc5-c19b-4ad3-9b50-3421139bcab3'),(2696,2858,2892,1000,1,'2015-05-26 14:44:52','8aa6f89c-67c2-41d0-8ae9-1d0416f72cfa'),(2697,2859,2892,1010,1,'2015-05-26 14:44:52','dd18c1ca-4763-41a8-8cf9-73656d513478'),(2698,2860,2893,1000,1,'2015-05-26 14:44:52','89361d78-5c7c-4ffa-a4f0-c382eb92e5ce'),(2699,2861,2893,1010,1,'2015-05-26 14:44:52','ff906a67-e938-48c3-a865-4d9950db399b'),(2700,2862,2894,1000,1,'2015-05-26 14:44:52','acaaef90-4c85-4234-b005-8b344294b51e'),(2701,2863,2894,1010,1,'2015-05-26 14:44:52','15a3bef2-b090-4af9-afca-7587d7b81ccb'),(2702,2864,2895,1000,1,'2015-05-26 14:44:52','3a7ffaec-64bf-48c0-8a51-fcb4ed32a6f5'),(2703,2865,2896,1000,1,'2015-05-26 14:44:52','41ad222d-6726-4695-9f79-1a797646fe8d'),(2704,2866,2896,1010,1,'2015-05-26 14:44:52','afa75a47-4d91-4d76-853f-ee8b8a6097ff'),(2705,2867,2896,1020,1,'2015-05-26 14:44:52','863673a0-a776-4635-bb93-8ab30d0a5a0b'),(2706,2868,2896,1030,1,'2015-05-26 14:44:52','28b1a303-846f-494b-8a19-f51d41c56395'),(2707,2869,2897,1000,1,'2015-05-26 14:44:53','9803de9e-c9e3-4d83-9134-8a83c2c5c5f8'),(2708,2878,2897,1010,1,'2015-05-26 14:44:53','44d5ba29-7236-49f6-a294-f6f1507b6520'),(2709,2879,2897,1020,1,'2015-05-26 14:44:53','f95d678b-0089-4972-833d-5160a9433099'),(2710,2880,2897,1030,1,'2015-05-26 14:44:53','2ffe5073-d0cb-4639-8f0c-7713192d3ac1'),(2711,2881,2897,1040,1,'2015-05-26 14:44:53','94125c84-522a-4e45-8b3c-06e8363eedd8'),(2712,2882,2897,1050,1,'2015-05-26 14:44:53','cef50c96-775c-4cc2-9ad7-728622be2aba'),(2713,2883,2897,1060,1,'2015-05-26 14:44:53','20e8f2dd-543b-4b31-9537-3a25d27f4a41'),(2714,2884,2897,1070,1,'2015-05-26 14:44:53','73134137-8b39-4a0b-a0c6-af294b55361f'),(2715,2885,2897,1080,1,'2015-05-26 14:44:53','49b28b30-bebb-41d1-a697-e2a15064c9cb'),(2716,2886,2897,1090,1,'2015-05-26 14:44:53','9f5807d7-d1a2-4803-a81b-cd7c3075546f'),(2717,2887,2897,1100,1,'2015-05-26 14:44:53','cb2635d5-1a99-422b-91d9-7a78c833e811'),(2718,2870,2897,1110,1,'2015-05-26 14:44:53','b603c4a3-8eff-4ef6-b270-561dd40e0678'),(2719,2888,2897,1120,1,'2015-05-26 14:44:53','bf9768ab-f156-47da-ae36-09195a606c76'),(2720,2889,2897,1130,1,'2015-05-26 14:44:53','ef1ce8ab-e7fc-40ba-994e-dc976a8b94b0'),(2721,2871,2897,1140,1,'2015-05-26 14:44:53','bd6eac9e-f104-48c2-94e3-1c0481d7b5f3'),(2722,2872,2897,1150,1,'2015-05-26 14:44:53','2c7e24a0-e02d-4c76-b472-4aff736e61b3'),(2723,2873,2897,1160,1,'2015-05-26 14:44:53','093f3b73-6e32-4226-a3ee-9fa8e5705f02'),(2724,2874,2897,1170,1,'2015-05-26 14:44:53','90fd982e-3b7a-4764-8cf6-1261831f1c0f'),(2725,2875,2897,1180,1,'2015-05-26 14:44:53','9a9e0260-5ec5-4f36-85ce-af0e16aa4d34'),(2726,2876,2897,1190,1,'2015-05-26 14:44:53','acb76e09-ac9a-47dd-bdb8-f548acd16691'),(2727,2877,2897,1200,1,'2015-05-26 14:44:53','091ade3a-d36f-4859-8dd1-ff6b6e183054'),(2728,2890,2898,1000,1,'2015-05-26 14:44:53','850e9af2-85b4-4b99-9cfd-9d947902ecb2'),(2729,2841,2899,0,1,'2015-05-26 14:44:53','4bedb656-2c3d-4fe3-8ebc-558cbb7d665c'),(2730,2852,2899,1,1,'2015-05-26 14:44:53','879c0d7c-e4be-4785-be59-b1d577fae4f5'),(2731,2853,2899,2,1,'2015-05-26 14:44:53','d5005f79-69bd-4fa2-9feb-aa46f28c4841'),(2732,2854,2899,3,1,'2015-05-26 14:44:53','5ca80874-b3f6-46dd-83d3-90c77f3a3d46'),(2733,2855,2899,4,1,'2015-05-26 14:44:53','5f05c171-d9ce-4541-9725-3f0eef0c4a63'),(2734,2856,2899,5,1,'2015-05-26 14:44:53','bcede26f-5e54-4b21-b500-af2bd888cb84'),(2735,2857,2899,6,1,'2015-05-26 14:44:53','92495405-0024-4324-9a49-0904ad648915'),(2737,2895,2899,7,1,'2015-05-26 14:44:53','36149396-94f5-40a8-a030-cf3605ebd0f3'),(2738,2896,2899,8,1,'2015-05-26 14:44:53','1f0a3300-1b15-4891-ac50-5cf83fea5547'),(2739,2897,2899,9,1,'2015-05-26 14:44:53','42b1c665-d3ee-4271-9b82-37253ec661be'),(2740,2842,2899,10,1,'2015-05-26 14:44:53','591259e2-a5d1-4f80-ba30-7dd70cd033dd'),(2741,2898,2899,11,1,'2015-05-26 14:44:53','4b0c643d-b901-4936-a52d-18f71a23e1f7'),(2742,2262,2899,12,1,'2015-05-26 14:44:53','431d21a6-5592-49da-bc1f-5d529b6c9400'),(2743,2843,2899,13,1,'2015-05-26 14:44:53','087ef783-b13c-4bc1-aa2d-ab415c2e5f0c'),(2744,2844,2899,14,1,'2015-05-26 14:44:53','daf148ca-5dbf-4f3f-a33e-7dbfe3f7fcaf'),(2745,2891,2899,15,1,'2015-05-26 14:44:53','d63d0229-f2e0-4458-ad9a-1ece120b7f35'),(2746,2848,2899,16,1,'2015-05-26 14:44:53','21fb403d-ffcf-43f3-b9b0-00744b08f757'),(2747,2849,2899,17,1,'2015-05-26 14:44:53','35dfd4f2-54ea-4cdd-bc0c-7fbddd2a2a80'),(2748,2850,2899,18,1,'2015-05-26 14:44:53','86e4d516-e45e-401d-a124-0d19a4ebc7ee'),(2749,2851,2899,19,1,'2015-05-26 14:44:53','e7fb4bc2-2105-48a5-a8b9-e25b6a071aa3'),(2752,2900,2923,1000,1,'2015-05-26 14:50:47','0491303d-723d-41c1-8d08-e91b4854088d'),(2753,2903,2923,1010,1,'2015-05-26 14:50:47','c314a361-36b4-411b-8045-71c4102f97e0'),(2754,2907,2923,1020,1,'2015-05-26 14:50:47','d3d4f1d9-4499-4b32-aae2-22962bfbf6ec'),(2755,2910,2923,1030,1,'2015-05-26 14:50:47','3e3d85b5-6a53-46bc-930a-de50949d906b'),(2756,2911,2923,1040,1,'2015-05-26 14:50:47','f83b3f1e-ad7f-48db-bb87-2d56b4dfba37'),(2757,2912,2923,1050,1,'2015-05-26 14:50:47','d0557c5b-72a5-439b-ae63-72e68849e90e'),(2758,2917,2923,1060,1,'2015-05-26 14:50:47','83082d1b-a8c0-4c81-ae7e-a22191db6073'),(2759,2918,2923,1070,1,'2015-05-26 14:50:47','13d6dcf7-0e3f-4941-8cb0-c917ba62ea4b'),(2760,2921,2923,1080,1,'2015-05-26 14:50:47','781552c1-8252-4630-a21e-8fb1634e90e6'),(2761,2924,2932,1000,1,'2015-05-26 14:51:13','2c020293-9d8f-4c0b-b947-74164b157dde'),(2762,2925,2932,1010,1,'2015-05-26 14:51:13','155bc2e4-fcdc-44bb-a7ce-1dfd7837f262'),(2763,2926,2932,1020,1,'2015-05-26 14:51:13','11795413-9798-451c-8af1-919262c61e2d'),(2764,2927,2932,1030,1,'2015-05-26 14:51:13','04c98592-a697-49ed-a148-6ded0a533102'),(2765,2929,2932,1040,1,'2015-05-26 14:51:13','b9975e5d-65b4-43fc-9809-3a2a5c20ec3d'),(2766,2930,2932,1050,1,'2015-05-26 14:51:13','d958d163-3b0c-4792-add7-cf201828d08b'),(2767,2931,2932,1060,1,'2015-05-26 14:51:13','f6a5779c-934e-4e52-9584-951622ca615e'),(2768,2932,2933,1000,1,'2015-05-26 14:51:13','88132b54-fccd-4b2f-95f5-b5cc8d3e5510'),(2769,2934,2973,0,1,'2015-05-26 14:51:46','db113818-90d9-4d13-9f79-32fda17f712e'),(2770,2952,2973,1,1,'2015-05-26 14:51:46','75a9ee94-5643-4314-b23d-6eb099e5a647'),(2771,2953,2973,2,1,'2015-05-26 14:51:46','d89ba868-d74a-4b17-9a2f-92af382ef1e4'),(2772,2954,2973,3,1,'2015-05-26 14:51:46','cfad2b9f-ec8d-413b-a927-c6ec9bb87f5a'),(2773,2955,2973,4,1,'2015-05-26 14:51:46','5f0b8c47-55a4-4316-9311-c556b3551371'),(2774,2956,2973,5,1,'2015-05-26 14:51:46','ebd2c2cd-a6eb-4cd5-8eb6-aa788005c974'),(2775,2957,2973,6,1,'2015-05-26 14:51:46','83e71fdc-e080-4852-b3d1-8380668ea95a'),(2776,2958,2973,7,1,'2015-05-26 14:51:46','73f2327c-a908-4970-ad0a-6e563f4932f7'),(2777,2959,2973,8,1,'2015-05-26 14:51:46','9dda4153-afa2-4e1f-ba96-5e42951166f8'),(2778,2960,2973,9,1,'2015-05-26 14:51:46','e701283e-1fd5-4df3-99b8-204c6306b0c9'),(2779,2961,2973,10,1,'2015-05-26 14:51:46','969d1fa0-18cd-47ca-977f-f9eca7a7591e'),(2780,2935,2973,11,1,'2015-05-26 14:51:46','842e19f4-fb8f-4bea-8c28-8ccb6487ebdf'),(2781,2962,2973,12,1,'2015-05-26 14:51:46','a0450d22-3fe2-477c-85e1-9c0424a14014'),(2782,2963,2973,13,1,'2015-05-26 14:51:46','eedd5bab-ea6e-445f-b41d-285a8a9b2470'),(2783,2964,2973,14,1,'2015-05-26 14:51:46','ad8e04ee-bf3f-4802-8ad0-899a66fc6f70'),(2784,2965,2973,15,1,'2015-05-26 14:51:46','9bcd1ed1-ba55-4695-b73a-6314bc2439a3'),(2785,2970,2973,16,1,'2015-05-26 14:51:46','88246ff4-73e2-45bf-9e4e-a5cf49f2d1d5'),(2786,2972,2973,17,1,'2015-05-26 14:51:46','4e8e2847-0ad9-43c9-92ee-dd7054ad119d'),(2787,2936,2973,18,1,'2015-05-26 14:51:46','ecb41d88-a060-417c-bd44-93c9b1f5f668'),(2788,2937,2973,19,1,'2015-05-26 14:51:46','f545ce28-1781-4d82-b4a6-6c514731c006'),(2789,2938,2973,20,1,'2015-05-26 14:51:46','8649b6e1-5700-4022-b27b-e11a385f6396'),(2790,2939,2973,21,1,'2015-05-26 14:51:46','5cf4b38f-3d61-497a-bab0-9ab21f6d3846'),(2791,2940,2973,22,1,'2015-05-26 14:51:46','82b9999c-fd62-4e75-8588-4ef9cbbad13d'),(2793,2951,2973,23,1,'2015-05-26 14:51:46','67eeb21c-4aeb-4e4f-bcaa-21af70bc5843'),(2794,2974,2979,1000,1,'2015-05-26 14:52:14','4005c9ab-2a57-4ee2-9ab1-89ca08260fec'),(2795,2975,2979,1010,1,'2015-05-26 14:52:14','29f3929c-8201-42e0-a448-96ea1ad2d704'),(2796,2976,2979,1020,1,'2015-05-26 14:52:14','05c6f796-daec-4d69-8726-37392642b890'),(2797,2977,2979,1030,1,'2015-05-26 14:52:14','fad0d077-cc07-40e2-8073-1f32bef1e207'),(2798,2978,2979,1040,1,'2015-05-26 14:52:14','38ef7e0f-ae41-4050-88eb-21fea7d5092f'),(2799,2923,90,40,1,'2015-05-26 14:52:53','b5c6236b-c3b1-4591-95d0-08bfdd7471b1'),(2800,2932,90,41,1,'2015-05-26 14:52:53','540b058b-a738-4906-ae5d-e2ae81da5c12'),(2802,2979,90,42,1,'2015-05-26 14:52:53','6e894ed9-b653-4e1d-bdff-a1cd8305b59f'),(2803,2840,90,43,1,'2015-05-26 14:58:26','51d2a552-620a-443a-893c-4942734b48a8'),(2804,2899,90,44,1,'2015-05-26 14:59:29','09a54087-8d59-4a6e-ae33-500c90ae7404'),(2805,2973,90,45,1,'2015-05-26 15:01:21','2bf9cd74-7809-42b6-aee5-7b158d371e8f'),(2806,2980,3026,1000,1,'2015-05-26 15:03:35','8bc4e9b1-db6a-4ef2-85c4-6a81fd9071bb'),(2807,3007,3026,1010,1,'2015-05-26 15:03:35','8f9ca183-6766-44c4-a0cf-7c30a6df65fc'),(2808,3008,3026,1020,1,'2015-05-26 15:03:35','36706600-b775-4046-8421-1954a5123bb4'),(2809,3009,3026,1030,1,'2015-05-26 15:03:35','88a85dab-4c7b-4ebd-bda1-dde8f4dc1687'),(2810,3010,3026,1040,1,'2015-05-26 15:03:35','dfea8917-d70a-4412-84ac-02b292497af0'),(2811,3011,3026,1050,1,'2015-05-26 15:03:35','43b78e7a-c700-4dae-9ac0-c6dd27d3d7bb'),(2812,3012,3026,1060,1,'2015-05-26 15:03:35','a7ec10f7-355a-425a-8385-f2f4b8331dc3'),(2813,3013,3026,1070,1,'2015-05-26 15:03:35','e40b2fda-5b30-41be-befa-83cd593b6832'),(2814,3014,3026,1080,1,'2015-05-26 15:03:35','8def2f9f-13de-4cc3-b2f1-c1c3ecd79d55'),(2815,3015,3026,1090,1,'2015-05-26 15:03:35','336a15ee-3dda-46a1-a746-8c4ac3484962'),(2816,3016,3026,1100,1,'2015-05-26 15:03:35','bf09c28b-874e-4ef8-bf27-060650b2f22c'),(2817,2981,3026,1110,1,'2015-05-26 15:03:35','534f4077-6ba6-4d72-b7ed-ded80f11b811'),(2818,3017,3026,1120,1,'2015-05-26 15:03:35','40f5a635-c354-4a08-98f5-f46ac455c8e2'),(2819,3018,3026,1130,1,'2015-05-26 15:03:35','0824e6f7-3e8c-433a-ab1f-7dbfef95f7a3'),(2820,3019,3026,1140,1,'2015-05-26 15:03:35','48f7ac59-0b66-4654-83bc-4006d78f2ed9'),(2821,3020,3026,1150,1,'2015-05-26 15:03:35','01696a61-ad0b-41e8-ace2-2537e683eada'),(2822,3025,3026,1160,1,'2015-05-26 15:03:35','fd656718-f440-4097-a500-9e6bb09bf3a3'),(2823,2982,3026,1170,1,'2015-05-26 15:03:35','da96aade-ad07-4403-85a3-58d3cc44ca97'),(2824,2983,3026,1180,1,'2015-05-26 15:03:35','c12479e3-6f24-444c-b864-9e35c969e698'),(2825,2938,3026,1190,1,'2015-05-26 15:03:35','a41aef4f-f88e-4c6f-9d45-3a28119899b1'),(2826,2939,3026,1200,1,'2015-05-26 15:03:35','6f27594d-795f-45fd-85ec-d420503668cb'),(2827,2940,3026,1210,1,'2015-05-26 15:03:35','ad8e0116-64e7-4c96-90be-2a834b7c0340'),(2828,3005,3026,1220,1,'2015-05-26 15:03:35','64e034d3-62f3-49c1-b001-8bd0a092613f'),(2829,3006,3026,1230,1,'2015-05-26 15:03:35','36d610af-f451-4194-aa81-6f56c2bea75a'),(2830,3031,3040,1000,1,'2015-05-26 15:04:06','a7073d78-3915-4fca-b73d-a5e4cdeed005'),(2831,3033,3041,1000,1,'2015-05-26 15:04:06','c3732ccc-83e4-4be5-bd77-023d677cba2b'),(2832,3034,3041,1010,1,'2015-05-26 15:04:06','555b65e2-1646-439b-a4fc-3a76c9e18b30'),(2833,3035,3041,1020,1,'2015-05-26 15:04:06','6fdf8552-91d5-4ebf-bd4d-ad9fba9433fc'),(2834,3036,3041,1030,1,'2015-05-26 15:04:06','6d7ef44c-f5bf-4dc4-958e-d0dcf46a61a7'),(2835,3037,3041,1040,1,'2015-05-26 15:04:06','0d692ff1-88d3-4e2f-b4be-bcdffc05c2d8'),(2836,3038,3041,1050,1,'2015-05-26 15:04:06','dd10213f-71ef-4533-b678-956c3cd9743b'),(2837,3027,3042,0,1,'2015-05-26 15:04:06','c7a9a92c-2cce-4e6c-af7f-a9df944c1de1'),(2838,3028,3042,1,1,'2015-05-26 15:04:06','66391a73-831f-4a81-937c-5cac8275f4f1'),(2839,3029,3042,2,1,'2015-05-26 15:04:06','f659cfc5-c662-4a56-9c90-9f12be1a028e'),(2840,3030,3042,3,1,'2015-05-26 15:04:06','391ab81a-d827-4f35-a620-3e5c4fc0559f'),(2841,3040,3042,4,1,'2015-05-26 15:04:06','97689f9b-8cf3-4d00-a2b6-c486f0d23839'),(2842,3032,3042,5,1,'2015-05-26 15:04:06','5d09dc4c-aafa-43e0-ae7d-7567ce675430'),(2844,3041,3042,6,1,'2015-05-26 15:04:06','aeaa9795-e5cc-4fa2-bc85-bd698fa7d71c'),(2845,3039,3042,7,1,'2015-05-26 15:04:06','3e61d6a9-276e-44eb-8932-fedb3f26cf23'),(2846,3043,3048,1000,1,'2015-05-26 15:04:36','f95a228a-eb7a-4305-8e37-20fd1f8f32bf'),(2847,3044,3048,1010,1,'2015-05-26 15:04:36','3d5f42d6-8ae0-408c-afa3-afe1b47a2509'),(2848,3045,3048,1020,1,'2015-05-26 15:04:36','f890400d-7a96-4d37-8e66-92ea2140a048'),(2849,3046,3048,1030,1,'2015-05-26 15:04:36','1e491e66-c6dd-4178-9f2e-aa5e99bff5e6'),(2850,3047,3048,1040,1,'2015-05-26 15:04:36','2fb68245-6dbc-49d7-8a10-75052c9965a6'),(2851,3048,90,46,1,'2015-05-26 15:05:08','e6a129e1-f342-4e8d-9327-dacd6392f535'),(2852,3026,90,47,1,'2015-05-26 15:05:08','13b5c5c4-3a95-4413-84ba-5c7fd4480f33'),(2853,3042,90,48,1,'2015-05-26 15:05:08','0b378607-7533-4fa6-939b-2317fdb6f891'),(2854,3049,3050,1000,4,'2015-05-28 11:36:55','dfc8b72d-fb18-4892-87b7-d25b10a2a31d'),(2855,3050,154,5,4,'2015-05-28 11:42:24','9c487bd1-49fb-4206-8fe0-2a4b979c2f3f'),(2856,151,3052,0,1,'2015-06-26 11:56:49','8f7be237-02b5-4b60-b01a-7a5913d434fd'),(2857,1002,3052,1,1,'2015-06-26 11:56:49','c816acc1-18d2-49c4-9c4a-c78a447ec202'),(2858,3052,3051,0,1,'2015-06-26 11:57:17','24000962-23fa-45ad-b640-60c7d59e6ed0'),(2859,33,1858,1,1,'2015-06-26 16:15:20','2fec9e54-f731-4e1d-af43-ee274acb481d'),(2860,3056,3123,1000,4,'2015-07-03 11:21:55','13b1233c-6b9b-493e-80c4-471bc28247da'),(2861,3057,3123,1010,4,'2015-07-03 11:21:55','37808cca-c307-4cc2-9226-c26147a77341'),(2862,3058,3124,1000,4,'2015-07-03 11:21:55','9eb24a47-124a-4c3d-827b-d750cef007a5'),(2863,3059,3124,1010,4,'2015-07-03 11:21:55','0288b8f1-e8ed-48f0-b9ea-992eccea8486'),(2864,3062,3124,1020,4,'2015-07-03 11:21:55','351b48f1-46da-41be-a63f-72890e52e3b5'),(2865,3065,3125,1000,4,'2015-07-03 11:21:55','113961fa-ddf3-4e5c-83d4-fa4b32362ec0'),(2866,3069,3125,1010,4,'2015-07-03 11:21:55','fce43bb6-9d27-49c8-a3d7-4b7b8fdc32a3'),(2867,3070,3125,1020,4,'2015-07-03 11:21:55','a9a638c9-49f4-420a-9a51-d5a452d83cce'),(2868,3071,3125,1030,4,'2015-07-03 11:21:55','05087ade-d53d-471f-ab8b-b267c18c477d'),(2869,3072,3126,1000,4,'2015-07-03 11:21:56','f58aa869-453e-4892-b44c-77c0df34dd56'),(2870,3074,3126,1010,4,'2015-07-03 11:21:56','440ba05c-7670-4a7d-afc4-b04062d05e30'),(2871,3075,3126,1020,4,'2015-07-03 11:21:56','a302de6c-f97f-4d03-8537-bf7be42d3cd8'),(2872,3078,3126,1030,4,'2015-07-03 11:21:56','aec2e44f-157d-456f-b43d-00da184bd266'),(2873,3125,3127,1000,4,'2015-07-03 11:21:56','4337ca07-af9f-406c-a437-e3b37ba2e642'),(2874,3126,3127,1010,4,'2015-07-03 11:21:56','67829501-8d63-4cd7-8db3-623b1f927487'),(2875,3090,3128,1000,4,'2015-07-03 11:21:56','6260a126-b843-419c-b0a2-cbb8f760cebb'),(2876,3096,3128,1010,4,'2015-07-03 11:21:56','ab4c2340-7fda-4d37-967e-c8f75cbef515'),(2877,3100,3128,1020,4,'2015-07-03 11:21:56','96841dfd-358d-4417-9234-35586613f320'),(2878,3082,3129,1000,4,'2015-07-03 11:21:56','f5daa6e9-dfc7-4b47-b2d8-5022b807db55'),(2879,3128,3129,1010,4,'2015-07-03 11:21:56','ca497069-4c0c-43a4-ae04-31f8a481d3d5'),(2880,3101,3130,1000,4,'2015-07-03 11:21:57','6ca69b4f-7c27-42fc-90a2-6c084f04c214'),(2881,3105,3130,1010,4,'2015-07-03 11:21:57','ce210997-6ce9-4037-8194-290d57f7f845'),(2882,3123,3131,1000,4,'2015-07-03 11:21:57','0c18cb24-b343-4051-99e9-e69f8c94bf01'),(2883,3124,3131,1010,4,'2015-07-03 11:21:57','fb76cd22-c208-4fa2-a859-b40357b250bc'),(2884,3127,3131,1020,4,'2015-07-03 11:21:57','1a2f05af-2fea-4f49-8dd6-bff8def094cd'),(2885,3129,3131,1030,4,'2015-07-03 11:21:57','58655d57-33a1-406d-8b15-3fc069760d59'),(2886,3130,3131,1040,4,'2015-07-03 11:21:57','a1e00abb-3742-4999-b1f7-de8576f853b3'),(2887,3114,3132,1000,4,'2015-07-03 11:21:57','7d523b7b-06cd-4c94-b715-c60817166686'),(2888,3118,3132,1010,4,'2015-07-03 11:21:57','44ad8f24-94ab-4f0a-ae6b-621bd2eb56f6'),(2889,3119,3132,1020,4,'2015-07-03 11:21:57','8fd5877d-8643-4464-afc4-14bca6311d4c'),(2890,3120,3132,1030,4,'2015-07-03 11:21:57','a45474c2-233e-4fc7-8889-afc972a82dce'),(2891,3122,3133,1000,4,'2015-07-03 11:21:57','451e67c0-20d5-4b44-916a-35909993e604'),(2892,3108,3134,1000,4,'2015-07-03 11:21:58','610cfc26-e1fd-4ebc-ab3a-c2fc3f7324d2'),(2893,3132,3134,1010,4,'2015-07-03 11:21:58','a64a75fa-2856-4806-a8b9-12238487597d'),(2894,3133,3134,1020,4,'2015-07-03 11:21:58','52f6bde1-0fa6-42cc-923c-cd8cc069ca39'),(2895,3131,3135,1000,4,'2015-07-03 11:21:58','b527d487-a13e-480a-8ddd-ae05dc3fb08b'),(2896,3134,3135,1010,4,'2015-07-03 11:21:58','d3ffa85d-6efa-49cb-813a-d8cf797d01d2'),(2897,3134,90,49,4,'2015-07-03 11:37:44','dd1ee990-f5a5-4131-a4b5-862d108dd8f1'),(2898,3131,90,50,4,'2015-07-03 11:37:44','ef1260d2-e9b9-4d9c-aedc-3be88bbebe0c'),(2902,1115,1132,1000,4,'2015-07-03 11:52:16','6328096e-16d6-4764-86f8-187f0bfb2bf1'),(2903,1117,1132,1010,4,'2015-07-03 11:52:16','f736cd3e-3dd8-47a6-b8f8-2db858714f34'),(2904,1116,1132,1020,4,'2015-07-03 11:52:16','33d9d8c1-98df-4e23-945d-c39c57cebc9c'),(2905,1118,1132,1030,4,'2015-07-03 11:52:16','18b7b43a-909b-4e08-9687-9f0de8488cd0'),(2906,1121,1133,1000,4,'2015-07-03 11:52:17','9fd4a899-e03f-4c3d-a123-d90ef6401514'),(2907,1123,1133,1010,4,'2015-07-03 11:52:17','a183fc45-53a6-407c-94fa-2b3dfeebb06f'),(2908,1122,1133,1020,4,'2015-07-03 11:52:17','6954d9fa-1343-4d9e-af80-fc7f8119abeb'),(2909,1124,1134,1000,4,'2015-07-03 11:52:17','1c194e6e-d9f0-4131-bdfc-51469c999e56'),(2910,1120,1135,1000,4,'2015-07-03 11:52:17','3586a9f7-7746-4398-96a3-21c383c61bc0'),(2911,1133,1135,1010,4,'2015-07-03 11:52:17','4dd8342b-5546-4c45-839f-b5e9b505c328'),(2912,1134,1135,1020,4,'2015-07-03 11:52:17','98134eac-b9d7-4d6f-8af1-4db9e802fa4b'),(2913,1127,1136,1000,4,'2015-07-03 11:52:18','c42dd061-f6a0-4243-bc88-1bd019b1c1ad'),(2914,1128,1136,1010,4,'2015-07-03 11:52:18','74fe78f8-dbbd-444f-98e4-d2239ea45d37'),(2917,1130,1137,1000,4,'2015-07-03 11:52:19','d32f1c78-8dcd-460c-8de0-75c8f164cea9'),(2918,1106,1137,1010,4,'2015-07-03 11:52:19','86e21167-e1f5-4611-aee1-b099407e1e14'),(2919,1108,1137,1020,4,'2015-07-03 11:52:19','ce16646d-0a84-4f77-9bee-e0c013c47b3c'),(2920,1111,1137,1030,4,'2015-07-03 11:52:19','de7d5bab-0e5f-44f6-89d7-8e18e835ca12'),(2921,3141,1137,1040,4,'2015-07-03 11:52:19','983c84d6-5b37-4547-953d-b09781f4bc26'),(2922,1131,1137,1050,4,'2015-07-03 11:52:19','30bf78dd-91ce-49fe-ab6c-2c8874e37434'),(2923,1114,1137,1060,4,'2015-07-03 11:52:19','2378064b-fe34-4883-9bde-7aef0a1a0554'),(2924,1119,1137,1070,4,'2015-07-03 11:52:19','68cd503d-a9b5-4270-9edd-004c476a28b9'),(2925,1132,1137,1080,4,'2015-07-03 11:52:19','0393eb2d-4e56-42a8-a5b9-3264f6a18e09'),(2926,1126,1137,1090,4,'2015-07-03 11:52:19','c83a7549-1d0f-4c08-95ed-c1565965a0d8'),(2927,1129,1137,1100,4,'2015-07-03 11:52:19','d12da994-eaac-4a08-a6d8-da8a5c4f3440'),(2928,1135,1137,1110,4,'2015-07-03 11:52:19','2ed9a119-a7f5-4e10-8975-ebd631e2cdb8'),(2929,1136,1137,1120,4,'2015-07-03 11:52:19','031ad8a1-e513-4c15-9dad-03bfaa02fa9f'),(2930,1110,1137,1130,4,'2015-07-03 11:52:19','e1095328-68a3-456d-ab07-ce3909c934b4'),(2931,1102,1130,1000,4,'2015-07-03 11:52:57','61b25c90-4c9f-4278-9942-a0021ce2e27f'),(2932,1103,1130,1010,4,'2015-07-03 11:52:57','1348534b-6f51-4b60-9853-69207c763c61'),(2933,3138,1130,1020,4,'2015-07-03 11:52:57','84818aa6-3406-4ca3-b39f-dfcfa23d7cc7'),(2934,1149,1157,1000,4,'2015-07-03 11:52:57','d6f026e6-ae06-462b-ac66-600aabe68a8e'),(2935,1150,1157,1010,4,'2015-07-03 11:52:57','18c628e4-5a04-4f87-8751-5df996304f0e'),(2936,1151,1157,1020,4,'2015-07-03 11:52:57','32296fd2-b14d-4c12-aa05-01eaa1ef3198'),(2937,1152,1157,1030,4,'2015-07-03 11:52:57','91ab310c-8e2e-430f-bace-a73257d9fb92'),(2938,1153,1157,1040,4,'2015-07-03 11:52:57','06574178-396e-424e-a721-ebb5bf4401b2'),(2939,3145,1157,1050,4,'2015-07-03 11:52:57','be7d6d32-e806-4b6d-890f-f01fbf3337be'),(2940,1112,1131,1000,4,'2015-07-03 11:52:57','c4a4ffc7-b0e4-4725-8c67-3697f4463678'),(2941,1113,1131,1010,4,'2015-07-03 11:52:57','7924860e-90ee-4020-8da3-a1190c7911de'),(2942,1130,1158,1000,4,'2015-07-03 11:52:58','4280fa9e-08d6-4cd4-b379-81cc5d68d81a'),(2943,1111,1158,1010,4,'2015-07-03 11:52:58','11740ca7-b7a0-4ebf-b6aa-cdb5472cc254'),(2944,3141,1158,1020,4,'2015-07-03 11:52:58','3e5a42f4-a8b7-4a8c-a836-f4427743691c'),(2945,1131,1158,1030,4,'2015-07-03 11:52:58','50c9ba66-a76e-448a-b0d5-c070e9b695f2'),(2946,1144,1158,1040,4,'2015-07-03 11:52:58','a8c4f632-5eca-4272-a837-eb0cb7e036d2'),(2947,1145,1158,1050,4,'2015-07-03 11:52:58','921ef6e9-bed1-4982-8649-12a0f39804c2'),(2948,1146,1158,1060,4,'2015-07-03 11:52:58','cf161199-97c5-458a-8505-6467ae8033af'),(2949,1157,1158,1070,4,'2015-07-03 11:52:58','a17cb1bc-b8d7-44a4-919d-565817a9706a'),(2950,1148,1158,1080,4,'2015-07-03 11:52:58','ac577832-54a9-4dad-bba5-43a41750120f'),(2951,1156,1158,1090,4,'2015-07-03 11:52:58','83f74996-2b16-4790-a734-dd2388c95c4e'),(2952,1155,1158,1100,4,'2015-07-03 11:52:58','f9ebec0f-48df-4c94-99a0-ca88d5f3cf2a'),(2953,1139,1158,1110,4,'2015-07-03 11:52:58','258a9b62-f681-4c98-a0b4-242150af4d43'),(2954,1138,1158,1120,4,'2015-07-03 11:52:58','4cd81854-3169-4676-bbcc-25378400dfb3'),(2955,1137,3136,0,4,'2015-07-03 11:55:15','5365bbae-618b-42f6-b7dd-c2bab076e343'),(2956,1158,3136,1,4,'2015-07-03 11:55:15','db17e78a-abaf-4d90-84f0-41685c703e7e'),(2957,3135,946,0,4,'2015-07-03 11:56:05','d87fcc1f-6028-4f5d-9982-095b10304af9'),(2958,3136,946,1,4,'2015-07-03 11:56:05','95b10115-fa27-4202-bcb2-db2c87872818'),(2959,1803,3147,0,4,'2015-07-03 12:04:03','480a68e5-2004-4ecd-8c63-fe874f736e62'),(2960,1799,3147,1,4,'2015-07-03 12:04:03','72f9c99a-cbec-43e0-aecd-0103a6c100bb'),(2961,3147,946,2,4,'2015-07-03 12:09:17','cfbf3c81-c11f-41f8-a11c-8b60d9a757ff'),(2962,121,3148,0,4,'2015-09-14 22:10:53','238a6ce0-a2c8-418b-af0f-ae8395ac8aab'),(2963,120,3149,0,4,'2015-09-14 22:11:56','42318d58-ed14-4ec2-b209-3b038216f722'),(2964,3150,3149,1,4,'2015-09-14 22:14:05','21605f63-8de8-44b2-a1d9-a82130e1c626'),(2965,3151,3148,1,4,'2015-09-14 22:14:24','ddfa4de8-f2b0-44bd-8016-0c59cb3c7d81'),(2966,50,13,1,1,'2015-10-08 15:16:23','6f7682ba-6da1-11e5-b2eb-080027b662ec'),(2967,51,13,1,1,'2015-10-08 15:16:23','6f76a98d-6da1-11e5-b2eb-080027b662ec'),(2968,49,13,1,1,'2015-10-08 15:16:23','6f76d085-6da1-11e5-b2eb-080027b662ec'),(2969,3154,3153,1,1,'2016-05-05 13:13:36','6950f2e3-12b2-11e6-8c00-080027d2adbd'),(2970,3155,3153,2,1,'2016-05-05 13:13:36','6955034b-12b2-11e6-8c00-080027d2adbd'),(2971,3156,3153,3,1,'2016-05-05 13:13:36','695dfb5d-12b2-11e6-8c00-080027d2adbd'),(2972,3157,3153,4,1,'2016-05-05 13:13:36','695ebb6f-12b2-11e6-8c00-080027d2adbd'),(2973,3158,3153,5,1,'2016-05-05 13:13:36','695ef5d9-12b2-11e6-8c00-080027d2adbd'),(2974,3159,3153,1,1,'2016-05-05 13:13:36','69617884-12b2-11e6-8c00-080027d2adbd'),(2975,3165,3166,0,4,'2016-11-09 16:08:26','eb356ce3-7e8f-4d9c-aed1-1da748f08f28'),(2976,3164,3166,1,4,'2016-11-09 16:08:26','d7e7a6b4-2b86-4239-8c86-5141e55951b9'),(2977,1142,3168,0,4,'2016-11-09 16:11:55','ded62467-4709-4392-ac5d-15a961c30b55'),(2978,2474,3168,1,4,'2016-11-09 16:11:55','09dd7acc-49bd-41e7-a62f-9c930b000cfc'),(2979,3167,3168,2,4,'2016-11-09 16:11:55','b684904d-be5c-44cd-9ab0-a41131a58ff5'),(2980,3164,3168,3,4,'2016-11-09 16:11:55','1483da29-b8a4-44e1-b02e-50a8b88cd999'),(2981,28,3157,0,4,'2016-11-09 16:28:30','b37d3f1a-0977-4e5e-85ef-7bf59adce006'),(2982,3172,3179,0,4,'2016-11-09 16:30:03','dc383628-12fa-4683-97f9-6333f710aec0'),(2983,3173,3179,1,4,'2016-11-09 16:30:03','e3b6bdf5-d1a4-40a8-ad3c-cf1518393f0a'),(2984,3174,3179,2,4,'2016-11-09 16:30:03','5341eb65-5015-4005-b86c-ec48c61ad34b'),(2985,3175,3179,3,4,'2016-11-09 16:30:03','24914819-a346-42ba-a573-464e9627b341'),(2986,3176,3180,0,4,'2016-11-09 16:31:19','6511ed5c-c389-4a8f-8570-89ab98af439f'),(2987,3177,3180,1,4,'2016-11-09 16:31:19','f49b66fd-b5ef-4b9d-8586-053dfaaa2075'),(2988,3178,3180,2,4,'2016-11-09 16:31:19','f0081eb6-5203-48f9-9c26-fba11dd1ec1b'),(2989,3179,3158,0,4,'2016-11-09 16:32:33','98ca8e5f-2719-492a-93a5-2e0fa414221c'),(2990,3180,3158,1,4,'2016-11-09 16:32:33','43221f07-904b-4849-950e-57b257ce5eae'),(2991,1781,3162,0,4,'2016-11-10 12:11:20','0cf360d1-3392-4d9c-b4be-c817e5525bcb'),(2992,1892,3162,1,4,'2016-11-10 12:11:20','e5ad22ab-afc1-4b93-86b5-1f6d8a245c8a'),(2993,3202,154,6,4,'2017-01-23 12:40:30','abab33b1-778d-4e7b-9347-bd3b5043caed'),(2995,1194,3558,1000,4,'2017-04-10 06:34:31','c31ff222-06a2-4b90-9db9-97dcab679e65'),(2996,3204,3558,1010,4,'2017-04-10 06:34:31','a8095a6b-dc64-45c1-88ab-1932bb812dce'),(2997,3206,3558,1020,4,'2017-04-10 06:34:31','9aa92be5-670b-4904-9687-46dfd83ce0d9'),(2998,3203,3558,1030,4,'2017-04-10 06:34:31','9b5eb543-784f-4134-bc86-ca82c678f501'),(2999,1213,3558,1040,4,'2017-04-10 06:34:31','acb0e76e-42ca-428a-b305-5408928b811f'),(3000,3205,3558,1050,4,'2017-04-10 06:34:31','14b7139a-ce2b-477d-8fa5-1b2b74843635'),(3001,3207,3558,1060,4,'2017-04-10 06:34:31','3c2a45a6-f36c-4baf-b9cc-928b7fc40ec7'),(3002,1217,3558,1070,4,'2017-04-10 06:34:31','f59a2a28-4e3b-4ebd-98d1-66d169b8cf7e'),(3003,1210,3558,1080,4,'2017-04-10 06:34:31','19ff84e8-2609-4f69-ba97-25987973c863'),(3004,1180,3558,1090,4,'2017-04-10 06:34:31','13db7f07-877c-4053-a5ab-7bfe05789994'),(3005,1214,3558,1100,4,'2017-04-10 06:34:31','dd65600c-68e7-4ed2-8104-11c13572823c'),(3006,1218,3558,1110,4,'2017-04-10 06:34:31','995e8fd7-8937-4242-ba69-a44c733b5b47'),(3007,3405,1178,1000,4,'2017-04-10 06:34:31','d63cca59-d6c1-4d89-b3db-e04ed268a086'),(3008,3208,1178,1010,4,'2017-04-10 06:34:31','3d360bf6-e5e4-4404-93eb-dc39d5c0213e'),(3009,1281,3559,1000,4,'2017-04-10 06:34:32','13d154b4-6596-4f5b-b9b4-1d3511133618'),(3010,3236,3559,1010,4,'2017-04-10 06:34:32','2b954ed0-1400-4448-b145-08360d097be0'),(3011,3220,3559,1020,4,'2017-04-10 06:34:32','cb450c04-4112-4010-a2ed-bc76d58519a2'),(3012,3231,3559,1030,4,'2017-04-10 06:34:32','e25fff20-3110-4f1a-a3b8-3897dec20edf'),(3013,3223,3559,1040,4,'2017-04-10 06:34:32','be884491-799a-40e3-9822-8fd1ae12ca6b'),(3014,3234,3559,1050,4,'2017-04-10 06:34:32','51428d9a-629f-427c-a922-968a939b5404'),(3015,3221,3559,1060,4,'2017-04-10 06:34:32','6b1de134-ced8-41fe-bb48-9638fbeedb2d'),(3016,3237,3559,1070,4,'2017-04-10 06:34:32','02b61afd-87ed-4c40-ae7a-1c519b03e472'),(3017,3229,3559,1080,4,'2017-04-10 06:34:32','e1a205b2-291d-43b3-805b-f15cea27d148'),(3018,1205,3559,1090,4,'2017-04-10 06:34:32','f1ba44dc-84dc-46f1-9a56-d2c60d5c66fd'),(3019,3230,3559,1100,4,'2017-04-10 06:34:32','19faf721-ccf4-461d-83d0-2ceb7ce0169e'),(3020,3222,3559,1110,4,'2017-04-10 06:34:32','4160d1f4-782d-482d-85ed-9c093db961d1'),(3021,3235,3559,1120,4,'2017-04-10 06:34:32','d5998cef-cb2a-4ff6-9181-779911b432e9'),(3022,3232,3559,1130,4,'2017-04-10 06:34:32','6bc543bc-ebe9-4bbb-8b2e-16fcf71c661f'),(3023,3225,3559,1140,4,'2017-04-10 06:34:32','ec3bf207-92cb-45c1-b3fc-e63eb938ddf7'),(3024,1285,3559,1150,4,'2017-04-10 06:34:32','e7f61aa8-04f5-4c48-927e-691a356ba528'),(3025,3224,3559,1160,4,'2017-04-10 06:34:32','5f6d9937-8a8b-4134-b8a2-2f426c0428d7'),(3026,3227,3559,1170,4,'2017-04-10 06:34:32','36024437-dc17-40f9-b64c-fb2ffe08d420'),(3027,3228,3559,1180,4,'2017-04-10 06:34:32','b3e77170-f66c-4449-a2fc-aad97499478a'),(3028,3226,3559,1190,4,'2017-04-10 06:34:32','b2c5c71e-3c16-4c98-b158-1845a9bf63a5'),(3029,3233,3559,1200,4,'2017-04-10 06:34:32','8d6e7623-c704-461c-b5b5-ebce95e99b26'),(3030,3238,1461,1020,4,'2017-04-10 06:34:33','8c287cb6-6511-4e07-99b7-b4028d37ed11'),(3031,3204,1461,1150,4,'2017-04-10 06:34:33','9002881f-65cc-420c-bffc-5a184e6e4053'),(3032,3207,1461,1160,4,'2017-04-10 06:34:33','d2dffa1e-6f21-4a85-918e-e2efc429a53b'),(3033,3339,1461,1170,4,'2017-04-10 06:34:33','c5b2c65b-ddac-4e64-9672-a8a3f4429501'),(3034,1210,1461,1180,4,'2017-04-10 06:34:33','15ce3b64-c5b8-4202-9817-19ef6f2f7e50'),(3035,3209,3560,1000,4,'2017-04-10 06:34:33','340b44d7-dc19-4840-9600-802e561e06ea'),(3036,3240,3560,1010,4,'2017-04-10 06:34:33','915a2e9f-384b-4032-b42c-7499cd8765ea'),(3037,3406,3560,1020,4,'2017-04-10 06:34:33','a03cd6f2-35da-44bf-8827-ae5ef29ef012'),(3038,3241,3560,1030,4,'2017-04-10 06:34:33','4efacd05-3b4b-4365-81f7-112871bfaba5'),(3039,3239,3560,1040,4,'2017-04-10 06:34:33','f6f74a7f-ca05-4c25-ad38-b6b99c6348c8'),(3040,1182,3560,1050,4,'2017-04-10 06:34:33','31dd60d2-245f-4680-9d40-24f430b5d743'),(3041,1183,3560,1060,4,'2017-04-10 06:34:33','8c547977-7b37-4c84-abc1-dcda51162bb7'),(3042,3242,3561,1000,4,'2017-04-10 06:34:34','edde9868-4dd3-4bc9-858e-7791279cd8cb'),(3043,3247,3561,1010,4,'2017-04-10 06:34:34','700a8987-80b1-4b95-8e92-04b9835c0063'),(3044,3245,3561,1020,4,'2017-04-10 06:34:34','cc1b7e54-8ae2-4afc-8772-ed2adc78fbbd'),(3045,3243,3561,1030,4,'2017-04-10 06:34:34','d0854912-8d2d-4592-b570-8d5929c7c04e'),(3046,3253,3561,1040,4,'2017-04-10 06:34:34','0e196145-49ef-4a38-8e42-d018f2c30a3c'),(3047,3250,3561,1050,4,'2017-04-10 06:34:34','d671aa92-9e5b-40fa-9b22-f699291fa303'),(3048,3246,3561,1060,4,'2017-04-10 06:34:34','80f1203f-88ae-48e1-990f-eed08d36b533'),(3049,3248,3561,1070,4,'2017-04-10 06:34:34','a24f59f9-2135-408f-aade-50b25d3862ee'),(3050,3249,3561,1080,4,'2017-04-10 06:34:34','58c3919c-bfde-45a3-b5db-ee95d8e31855'),(3051,3254,3561,1090,4,'2017-04-10 06:34:34','e03626c2-abc9-4db8-b230-6369eb79abc1'),(3052,3204,3561,1100,4,'2017-04-10 06:34:34','2a056a1d-fecd-47a2-8306-178957f07440'),(3053,3252,3561,1110,4,'2017-04-10 06:34:34','61c2e40f-0457-489c-83c0-c578eb0a4765'),(3054,3244,3561,1120,4,'2017-04-10 06:34:34','1a7fb9c7-0556-4ead-8e3c-4d82e660b9e7'),(3055,3251,3561,1130,4,'2017-04-10 06:34:34','a7de1979-bbcd-47f3-8297-6db7aca99ea2'),(3056,3262,3562,1000,4,'2017-04-10 06:34:34','0bf1e7a7-b459-41a3-907b-f8eb0a5e607f'),(3057,3263,3562,1010,4,'2017-04-10 06:34:34','4d3b9cca-204e-4c04-9c88-dacae55e7b4c'),(3058,3264,3562,1020,4,'2017-04-10 06:34:34','c94ff1d2-6c0c-46da-80b1-f87b7d2dbccb'),(3059,3261,3562,1030,4,'2017-04-10 06:34:34','a069d42e-19ad-47e5-8574-d66565873675'),(3060,3265,3562,1040,4,'2017-04-10 06:34:34','3cbce895-8047-48c6-9810-70057bca6b29'),(3061,3402,3563,1000,4,'2017-04-10 06:34:34','7e0e821e-9e53-4ba2-8b35-b7eb12e25ea7'),(3062,1279,3563,1010,4,'2017-04-10 06:34:34','607ea89a-d051-43af-a616-7db51f8a436e'),(3063,1291,3563,1020,4,'2017-04-10 06:34:34','a5a35501-1ee8-440b-a9bf-8a95240a0d24'),(3064,3267,3563,1030,4,'2017-04-10 06:34:34','a3b7e72b-9628-4118-9a08-c9f415d86752'),(3065,1284,3563,1040,4,'2017-04-10 06:34:34','d6d4c3ad-a6e2-4980-b903-bde6ab97a814'),(3066,3268,3564,1000,4,'2017-04-10 06:34:34','4268f971-c791-45ee-a7e3-40c3c5c0e194'),(3067,3269,3564,1010,4,'2017-04-10 06:34:34','9310929d-4757-4ac7-828b-e5fe7ad61bc0'),(3068,3283,3565,1000,4,'2017-04-10 06:34:34','7eea39af-7de8-47bb-8476-67dd7f1cc73c'),(3069,3282,3565,1010,4,'2017-04-10 06:34:34','0768a008-7792-40f3-b482-a5ab9a6fe61b'),(3070,3281,3565,1020,4,'2017-04-10 06:34:34','843557bd-53e0-43b9-8489-5fde36b7cb37'),(3071,3284,3565,1030,4,'2017-04-10 06:34:34','5202cb3a-af71-4b42-8cd8-19707d18d888'),(3072,3296,1477,1010,4,'2017-04-10 06:34:35','f73eb0ec-d994-41d6-a381-cbd9a97e0b4a'),(3073,3297,1477,1020,4,'2017-04-10 06:34:35','4bb9a1b5-b979-4883-8169-a78a498a2e4f'),(3074,3298,1477,1060,4,'2017-04-10 06:34:35','2dba833f-3f54-44f7-8f53-d0160807396a'),(3075,1245,1477,1070,4,'2017-04-10 06:34:35','b57a9c80-f7cb-4576-a77e-05490acfda2e'),(3076,1246,1477,1080,4,'2017-04-10 06:34:35','232e9ecd-2a30-4297-8faa-c55383dcaf73'),(3077,3295,1477,1090,4,'2017-04-10 06:34:35','ddd1e55d-1d2f-4e12-bf8e-90246f180f7c'),(3078,3408,3566,1000,4,'2017-04-10 06:34:35','7f8bad66-1238-4780-a955-f02ab6f2b6e6'),(3079,3409,3566,1010,4,'2017-04-10 06:34:35','854798d0-fd8d-4c39-8591-9454cac28187'),(3080,3407,3566,1020,4,'2017-04-10 06:34:35','b83a271b-c852-4e32-9390-c78a53178529'),(3081,3206,3567,1000,4,'2017-04-10 06:34:35','e6c123da-c37a-4198-bbca-025524cac331'),(3082,3203,3567,1010,4,'2017-04-10 06:34:35','31a0b9bd-6297-4eac-993b-e3d259a21b2a'),(3083,3339,3567,1020,4,'2017-04-10 06:34:35','5837c086-5ebe-4dd3-81ba-016c12c6f8dc'),(3084,1214,3567,1030,4,'2017-04-10 06:34:35','42357aa2-8bb5-40ba-9dae-58f7e230fa76'),(3085,3340,3568,1000,4,'2017-04-10 06:34:36','50248b69-062d-4ef2-8828-55908b7b373a'),(3086,3343,3568,1010,4,'2017-04-10 06:34:36','1c7ad5dc-d9bd-4973-b7e5-b139614d3bdd'),(3087,1225,3568,1020,4,'2017-04-10 06:34:36','e4752816-f402-4c74-b11c-76f4b2ccdf8b'),(3088,3341,3568,1030,4,'2017-04-10 06:34:36','46177ad8-ae25-42c0-99b3-38537f5776b7'),(3089,1352,3569,1000,4,'2017-04-10 06:34:36','b31c2049-7103-4cd6-81d5-303f3f5fc2d1'),(3090,3351,3569,1010,4,'2017-04-10 06:34:36','f590869d-90f9-4730-beb4-d518e862ff65'),(3091,3348,3569,1020,4,'2017-04-10 06:34:36','f7686482-582b-4f0e-9ae8-c882f28e67ea'),(3092,1350,3569,1030,4,'2017-04-10 06:34:36','f6be779d-fbb0-497b-b596-170dd55a9a4a'),(3093,1355,3569,1040,4,'2017-04-10 06:34:36','9b611605-5b5a-4b06-99ee-6ba8555fef23'),(3094,3346,3569,1050,4,'2017-04-10 06:34:36','bb0cfc7c-3859-4684-8ebc-b2122b258ba0'),(3095,3345,3569,1060,4,'2017-04-10 06:34:36','88c5b377-c448-4872-b82c-1470815f453d'),(3096,3347,3569,1070,4,'2017-04-10 06:34:36','362e1201-7376-45dc-99a6-b560240a3cbf'),(3097,3350,3569,1080,4,'2017-04-10 06:34:36','359aafdb-eeb4-4832-b546-cf57b65de94a'),(3098,3349,3569,1090,4,'2017-04-10 06:34:36','a6133bc9-ddf0-4a50-94bc-a0fdb2a468b4'),(3099,1333,3569,1100,4,'2017-04-10 06:34:36','fd7d5bce-ce85-457d-880e-ec00571220ce'),(3100,3344,3569,1110,4,'2017-04-10 06:34:36','b44f04bf-7c8a-4479-b344-3dbee13ca6d4'),(3101,3369,3570,1000,4,'2017-04-10 06:34:36','1dd7c47d-f80b-46d7-9375-d73747651729'),(3102,3367,3570,1010,4,'2017-04-10 06:34:36','98ac3d4d-c42b-424d-a5e4-846a2d507104'),(3103,3365,3570,1020,4,'2017-04-10 06:34:36','aa85ab5b-a983-4f0b-a18f-ad2670729d24'),(3104,3366,3570,1030,4,'2017-04-10 06:34:36','f4d8bdbd-b3db-4ed0-9771-784a4b01402c'),(3105,3370,3570,1040,4,'2017-04-10 06:34:36','e6cfec39-9483-4ea8-9acc-c9833ae7ae0f'),(3106,3364,3570,1050,4,'2017-04-10 06:34:36','85b95651-fe09-479c-93e3-0e4bfa2ba027'),(3107,3368,3570,1060,4,'2017-04-10 06:34:36','edf63e5b-68b0-458e-9e0b-0a277c81730a'),(3108,1375,3570,1070,4,'2017-04-10 06:34:36','0d09f97b-e48e-4a56-bcbe-e26c7c16d9b7'),(3109,3369,3571,1000,4,'2017-04-10 06:34:37','0e3c7a04-4075-4657-a3cb-49ce035a4123'),(3110,3374,3571,1010,4,'2017-04-10 06:34:37','5de60616-a8f8-4d71-bc0d-6bd4e837b856'),(3111,3370,3571,1020,4,'2017-04-10 06:34:37','af181d43-c652-4c54-92f6-390701f181f5'),(3112,3371,3571,1030,4,'2017-04-10 06:34:37','5ceedfd3-7887-4dfe-8dfa-7029d8c7aa97'),(3113,3372,3571,1040,4,'2017-04-10 06:34:37','0606c51a-8c83-4017-a9c6-99258431347c'),(3114,3368,3571,1050,4,'2017-04-10 06:34:37','c76f5759-be0d-41ae-8336-70ffd8dc683a'),(3115,1375,3571,1060,4,'2017-04-10 06:34:37','84518a12-90aa-4016-8e58-6425a966af7f'),(3116,3373,3571,1070,4,'2017-04-10 06:34:37','ae7c8b41-9edd-4ef7-8b8e-3fd27c2d17a5'),(3117,1715,3572,1000,4,'2017-04-10 06:34:37','23334e03-0d93-4fd1-9d6d-54b7015f09ae'),(3118,1716,3572,1010,4,'2017-04-10 06:34:37','b5425bc5-bd8e-4923-9887-e6b5578c3878'),(3119,1717,3572,1020,4,'2017-04-10 06:34:37','7ea1c8c7-25c6-4542-8b4e-5d7de8aaa49e'),(3120,3377,3573,1000,4,'2017-04-10 06:34:37','dd39754b-7529-45e6-91e8-3e96070e4fef'),(3121,3376,3573,1010,4,'2017-04-10 06:34:37','13546aae-d5e6-4118-8a33-d111a906e667'),(3122,3382,3574,1000,4,'2017-04-10 06:34:37','bcdae137-3434-4930-9632-a8d92233b3ff'),(3123,3383,3574,1010,4,'2017-04-10 06:34:37','3e4615a5-5bf1-4fce-8d3c-77041a332f41'),(3124,3379,3574,1020,4,'2017-04-10 06:34:37','a09cea98-4071-42e7-b8b6-33f7dbf5a625'),(3125,3380,3574,1030,4,'2017-04-10 06:34:37','bb07e8e2-16f7-48ee-8c98-ae5975fdd9f7'),(3126,1223,3574,1040,4,'2017-04-10 06:34:37','2a646d89-6f67-464b-a12c-ce14e3313024'),(3127,3381,3574,1050,4,'2017-04-10 06:34:37','016edc4e-9c32-437a-a03c-0b2b158fb6a4'),(3128,3378,3574,1060,4,'2017-04-10 06:34:37','274940d4-f6ed-42a0-9748-c0f2191716e5'),(3129,3384,3574,1070,4,'2017-04-10 06:34:37','b185ad56-6169-4362-9f69-e1ca45b837b4'),(3130,3387,3575,1000,4,'2017-04-10 06:34:38','549434f6-235c-4f78-b7fa-48c695878b26'),(3131,3388,3575,1010,4,'2017-04-10 06:34:38','982441a8-f098-46d5-9051-3f32bcd410df'),(3132,3390,3575,1020,4,'2017-04-10 06:34:38','139f9b4a-a592-499d-ab2b-940b3b04e1c1'),(3133,3389,3575,1030,4,'2017-04-10 06:34:38','cd5a52a1-b693-454d-9b2c-7732f0deeb48'),(3134,3385,3575,1040,4,'2017-04-10 06:34:38','a1ba3628-724f-40bb-aad2-8a4cda0d20b7'),(3135,3386,3575,1050,4,'2017-04-10 06:34:38','70fa19d9-d697-49a7-8ec6-fc6bb719e255'),(3136,3404,3576,1000,4,'2017-04-10 06:34:38','0f044ad6-037e-4ad1-8c54-e1f6b3b6877f'),(3137,3395,3576,1010,4,'2017-04-10 06:34:38','78f46984-016e-4769-8006-7044765f3b9c'),(3138,3403,3576,1020,4,'2017-04-10 06:34:38','da9ba8ff-a466-4691-bf2e-dbaaf6446247'),(3139,3204,3577,1000,4,'2017-04-10 06:34:38','d49ba97c-3a83-435a-8980-943dc844e3d5'),(3140,3207,3577,1010,4,'2017-04-10 06:34:38','d7ee6ec0-ef2f-4a70-aa29-c6a7fe443287'),(3141,1213,3577,1020,4,'2017-04-10 06:34:38','bd361a5d-ba2a-4d65-8a69-7414fb705002'),(3142,3339,3577,1030,4,'2017-04-10 06:34:38','4c6e465c-f5e3-4014-8938-66c4163be720'),(3143,3552,3589,1000,4,'2017-04-10 06:34:38','493e4ee8-559d-4bcc-bebf-ba2f9c1a804b'),(3144,3553,3589,1010,4,'2017-04-10 06:34:38','c55f19c2-547a-4cd1-a682-f8b53560688f'),(3514,3558,1500,1300,4,'2017-04-10 07:21:34','f5227092-bdcd-4f92-87b0-476b7deeab2f'),(3515,1178,1500,1370,4,'2017-04-10 07:21:34','080ffeef-1f85-4063-944a-975ddb952cdd'),(3516,3559,1500,1390,4,'2017-04-10 07:21:34','1dd36943-eff1-4e6a-833c-3503cc339746'),(3517,1461,1500,1520,4,'2017-04-10 07:21:34','2b99850d-8ff6-4577-ac53-d8689b3250b3'),(3518,3560,1500,1530,4,'2017-04-10 07:21:34','8ab5d837-3c9c-4da3-af7f-5d518e08e65a'),(3519,3561,1500,1540,4,'2017-04-10 07:21:34','d600f283-c92e-4383-8de3-81ff0c3d1bfb'),(3520,3562,1500,1550,4,'2017-04-10 07:21:34','113d65af-3924-4817-b46b-8aa5e3617e81'),(3521,3563,1500,1980,4,'2017-04-10 07:21:34','5b0131db-974c-419e-b385-b4b35bf79b0d'),(3522,3564,1500,2010,4,'2017-04-10 07:21:34','e18ff621-9ac5-487d-9a40-aba5cff7b0ab'),(3523,3565,1500,2100,4,'2017-04-10 07:21:34','3b0a1795-ddbc-4f83-ac8f-abfe9b8e4c5b'),(3524,1477,1500,2140,4,'2017-04-10 07:21:34','ab631f2c-64d9-4b49-a550-478dbb3d9461'),(3525,3566,1500,2230,4,'2017-04-10 07:21:34','61a47506-4bf5-43b1-82b2-677621c12106'),(3526,3567,1500,2250,4,'2017-04-10 07:21:34','d757bc11-cd2d-4d1d-97f0-79c7d9e95c5b'),(3527,3568,1500,2270,4,'2017-04-10 07:21:34','50ab34dd-18d1-48cc-9671-72b36d4f8182'),(3528,3569,1500,2290,4,'2017-04-10 07:21:34','105a1c47-936d-44e5-804e-605fde51e7cd'),(3529,3570,1500,2390,4,'2017-04-10 07:21:34','9076b035-2e6a-4e8d-a9da-4c454b111a43'),(3530,3571,1500,2440,4,'2017-04-10 07:21:34','7c6e3805-31fa-4dd7-8cbc-8a42b5889c5a'),(3531,3572,1500,2450,4,'2017-04-10 07:21:34','9531b026-278f-4c38-b684-75aa7920b8ea'),(3532,3573,1500,2510,4,'2017-04-10 07:21:34','def7d6b3-b956-4516-8ad0-119d329dcc9c'),(3533,3574,1500,2630,4,'2017-04-10 07:21:34','a7a65403-f667-4087-a77e-29ab71e6dca7'),(3534,3575,1500,2720,4,'2017-04-10 07:21:34','82a11368-59ca-4ee3-897c-c7822c2aaf9e'),(3535,3576,1500,2750,4,'2017-04-10 07:21:34','13e0736f-3bb7-4328-bb3f-a2d5f53656b6'),(3536,3449,1500,2830,4,'2017-04-10 07:21:34','a963abf8-2abb-40e2-92c8-c944656f20da'),(3537,3450,1500,2860,4,'2017-04-10 07:21:34','7c3d5d6c-d7c9-41bb-b687-e371f430e1f6'),(3538,3204,1500,2890,4,'2017-04-10 07:21:34','03b81c46-2d5a-40d6-b3ce-cd479e2f2268'),(3539,3339,1500,2900,4,'2017-04-10 07:21:34','3cb46119-4a23-4303-8fec-23acf1237c23'),(3540,3265,1500,2910,4,'2017-04-10 07:21:34','3eff3ff9-4519-4aea-b31a-da6558ee0409'),(3541,3263,1500,2920,4,'2017-04-10 07:21:34','d57bca9e-1c44-4636-88d6-ee50fd9f0d4b'),(3542,3262,1500,2950,4,'2017-04-10 07:21:34','08421f87-cbdd-4f16-a554-8be47474dcfa'),(3543,3264,1500,3160,4,'2017-04-10 07:21:34','c8149829-af5e-4285-a961-6085e32274de'),(3544,3261,1500,3180,4,'2017-04-10 07:21:34','4a6a273c-2ada-4f0a-a2e9-264796e1c116'),(3545,3421,1500,3220,4,'2017-04-10 07:21:34','f8a81d7f-fb34-4123-ba02-71c9f331dfd8'),(3546,3423,1500,3240,4,'2017-04-10 07:21:34','04be790e-e420-4c44-85c1-6811168a7aca'),(3547,3424,1500,3250,4,'2017-04-10 07:21:34','c10d9ea3-0dda-4cc9-a571-1962c1384db7'),(3548,3207,1500,3300,4,'2017-04-10 07:21:34','7fe503bc-2e5c-469d-b2cd-7c897fe4af7b'),(3549,3238,1500,3320,4,'2017-04-10 07:21:34','e6a55672-2e46-43b1-b247-f4aea0defb6a'),(3550,3203,1500,3340,4,'2017-04-10 07:21:34','9e529929-597c-4962-9ad5-b4e9987770b9'),(3551,1213,1500,3380,4,'2017-04-10 07:21:34','fefdd885-1bc9-4aad-bd93-db191edc35af'),(3552,1217,1500,3570,4,'2017-04-10 07:21:34','b62f3b8a-2f37-45f1-9fc4-f2b74d1971e6'),(3553,1218,1500,3610,4,'2017-04-10 07:21:34','f6c39ac8-2645-449f-81b8-f46c2aead978'),(3554,1180,1500,3630,4,'2017-04-10 07:21:34','982dfe37-e6c7-43c9-bbe0-dd4d2403a5ce'),(3555,3307,1500,3700,4,'2017-04-10 07:21:34','a3e1fd7e-9ac4-4a59-8db1-1c620cdc040b'),(3556,3227,1500,3730,4,'2017-04-10 07:21:34','7f45368b-fec6-4a68-b66e-c834a73783a2'),(3557,3236,1500,3760,4,'2017-04-10 07:21:34','49e223c7-4ebf-4ea1-bb63-5ff96f0b8025'),(3558,3233,1500,3840,4,'2017-04-10 07:21:34','894b2337-ef6d-4c52-ba57-dfc649b6d458'),(3559,3422,1500,3850,4,'2017-04-10 07:21:34','814dc08f-e0ba-418a-be56-f8158456e6da'),(3560,1281,1500,3860,4,'2017-04-10 07:21:34','e443daf6-e09e-4fc5-86c9-6e061aa3ec7b'),(3561,1279,1500,3870,4,'2017-04-10 07:21:34','bb252a27-b7ae-4df2-b49c-8e2a264e1491'),(3562,1284,1500,3880,4,'2017-04-10 07:21:34','7f2326d1-d326-4f2f-8cd3-814add91f90c'),(3563,3402,1500,3890,4,'2017-04-10 07:21:34','148bf528-b10c-445e-9a0e-2d5b399938ec'),(3564,3266,1500,3900,4,'2017-04-10 07:21:34','942e5580-e37a-4cad-b2aa-7a93ddb36052'),(3565,3302,1500,3910,4,'2017-04-10 07:21:34','4e2d61fc-7fe8-4ec8-8c5c-e3d56076397c'),(3566,3303,1500,3920,4,'2017-04-10 07:21:34','4a92a47b-14b0-46bc-8eb5-7ee4ad6a5749'),(3567,3301,1500,3930,4,'2017-04-10 07:21:34','0a413f49-6a4d-4b58-aa0b-b0b744bbfb5b'),(3568,3305,1500,3940,4,'2017-04-10 07:21:34','891fdc0e-37ea-4431-8529-dbcc0236623c'),(3569,3300,1500,3950,4,'2017-04-10 07:21:34','0f1c0fa2-eeff-4c53-a176-ea4309a9af21'),(3570,3299,1500,3960,4,'2017-04-10 07:21:34','1ce19b81-0598-4a5e-b734-f855241ea146'),(3571,3408,1500,3970,4,'2017-04-10 07:21:34','ba0e7a6d-29bd-419a-9927-3ab41faa9a41'),(3572,3409,1500,3980,4,'2017-04-10 07:21:34','63b38bb1-8aab-4998-ada7-9a4916fdc3e0'),(3573,3239,1500,3990,4,'2017-04-10 07:21:34','2b22741e-c035-4112-8a34-3859b8b6c81c'),(3574,3343,1500,4000,4,'2017-04-10 07:21:34','3ab7a348-9a02-4e69-9e12-acb78097381a'),(3575,3340,1500,4010,4,'2017-04-10 07:21:34','a4902f45-dbc2-440f-b511-111c1f6ed640'),(3576,1225,1500,4020,4,'2017-04-10 07:21:34','ad92af52-3c12-466e-a392-8319cfdf72f9'),(3577,1331,1500,4030,4,'2017-04-10 07:21:34','bc1519d7-f4a5-466a-bbf6-5ea1858205e3'),(3578,3381,1500,4040,4,'2017-04-10 07:21:34','3f0198df-393a-4a35-94b0-f151edee0095'),(3579,3382,1500,4050,4,'2017-04-10 07:21:34','5763cb4f-d80f-4dfc-b5d2-5bdc06f70b1f'),(3580,1223,1500,4060,4,'2017-04-10 07:21:34','0f2d7fb9-0334-44c5-b1fd-a1b9182867f5'),(3581,3378,1500,4080,4,'2017-04-10 07:21:34','d2a19b45-7bdf-4779-ade3-a106fd8b56a8'),(3582,3379,1500,4090,4,'2017-04-10 07:21:34','264a9ff7-5057-412d-a359-f5ffb02ac532'),(3583,3383,1500,4100,4,'2017-04-10 07:21:34','513300ca-d675-4713-88f4-618f0303aa10'),(3584,3384,1500,4110,4,'2017-04-10 07:21:34','a1bbf92f-6b5f-4716-bfd2-076985ae7a7a'),(3585,3380,1500,4120,4,'2017-04-10 07:21:34','58cede2d-1357-4ab5-ad95-9b131af195cc'),(3586,3395,1500,4130,4,'2017-04-10 07:21:34','2a910ada-79b6-43de-97db-ae2a8e35a408'),(3587,3369,1500,4140,4,'2017-04-10 07:21:34','c427f927-172f-4b3b-a116-7aa8360f8af0'),(3588,1375,1500,4150,4,'2017-04-10 07:21:34','21cf52d9-f1a6-4d40-8460-9ddacc902205'),(3589,3375,1500,4170,4,'2017-04-10 07:21:34','2b4dfbac-9b4a-47dd-98cb-4be7885b66ad'),(3590,3368,1500,4180,4,'2017-04-10 07:21:34','69672e64-9bd8-4702-b311-01f2abe52c38'),(3591,3365,1500,4190,4,'2017-04-10 07:21:34','f7406474-cecb-4e66-82b4-d9c4d377cebe'),(3592,3372,1500,4200,4,'2017-04-10 07:21:34','c41fc2c7-cf39-46c7-817c-62ad89fb05f3'),(3593,1334,1500,4210,4,'2017-04-10 07:21:34','42cf79c3-6f9c-4eea-94b8-3719799bcbb6'),(3594,3416,1500,4220,4,'2017-04-10 07:21:34','92a54b3c-3669-4c34-97ff-7a64fd87a61e'),(3595,3393,1500,4230,4,'2017-04-10 07:21:34','df336b07-b6b3-46e4-bcec-294fc3cf4ea3'),(3596,3216,1500,4240,4,'2017-04-10 07:21:34','2a1c3822-2e51-4ce4-b026-7d46fc23ffef'),(3597,3259,1500,4250,4,'2017-04-10 07:21:34','03d047cd-14bb-41ca-8fd5-8426e15627fb'),(3598,3293,1500,4260,4,'2017-04-10 07:21:34','2c1f9a5e-1505-4fad-a868-8bfec3e46f5e'),(3599,3315,1500,4270,4,'2017-04-10 07:21:34','591587bb-a6b9-4cc5-980f-b40ce194845c'),(3600,3323,1500,4280,4,'2017-04-10 07:21:34','907af92d-92e5-4cb6-bcc8-6ce7175f42dc'),(3601,3335,1500,4290,4,'2017-04-10 07:21:34','0940d7ce-b704-4354-9343-b6b2d8eaaedd'),(3602,3212,1500,4300,4,'2017-04-10 07:21:34','9fd324bc-68ec-48cc-945a-a5219f6bcb76'),(3603,3256,1500,4310,4,'2017-04-10 07:21:34','da5f9806-d924-4ba9-a140-aed55506e6b4'),(3604,3289,1500,4320,4,'2017-04-10 07:21:34','bb6a300d-4f48-4eef-aa6b-4d6396274d49'),(3605,3311,1500,4330,4,'2017-04-10 07:21:34','f78d949d-15c6-4121-bec6-e2d7348ea3cc'),(3606,3329,1500,4340,4,'2017-04-10 07:21:34','1b656368-aa0e-490d-98de-42ce1d310318'),(3607,3319,1500,4350,4,'2017-04-10 07:21:34','0423e36f-5cf0-4496-bb14-a419f6e2442b'),(3608,3213,1500,4360,4,'2017-04-10 07:21:34','08109360-86df-4323-934d-66990e2a39cb'),(3609,1356,1500,4370,4,'2017-04-10 07:21:34','08d88d63-36fa-433a-8716-670871ec6f7a'),(3610,3290,1500,4380,4,'2017-04-10 07:21:34','ed3e3c8b-d6a4-4ccc-9c4b-34da3295067f'),(3611,3312,1500,4390,4,'2017-04-10 07:21:34','f081955d-57f7-4467-aead-c2b819f08f07'),(3612,1339,1500,4400,4,'2017-04-10 07:21:34','cbd65e0f-a558-4a83-b4d8-2e9a79d3e34a'),(3613,1422,1500,4410,4,'2017-04-10 07:21:34','8414df57-01c9-4575-b7e5-d39fc42c7b41'),(3614,3217,1500,4420,4,'2017-04-10 07:21:34','22f8e811-2b7d-484f-b483-0b6ac3438d9e'),(3615,3260,1500,4430,4,'2017-04-10 07:21:34','30f7c02b-6ab9-40a9-82f0-8f66f86ef9dc'),(3616,3294,1500,4440,4,'2017-04-10 07:21:34','e048a8bd-00ac-4ec8-8b0a-fa5d5dd3fbe2'),(3617,3316,1500,4450,4,'2017-04-10 07:21:34','466d8959-88d5-4265-8bbc-c5fa3affddab'),(3618,3418,1500,4460,4,'2017-04-10 07:21:34','34c92a46-cf1c-4295-b602-10b990e101f6'),(3619,3337,1500,4470,4,'2017-04-10 07:21:34','b94e2d84-b7cf-483f-89e9-cb6ca4ec9b92'),(3620,3214,1500,4480,4,'2017-04-10 07:21:34','6cf72a91-1c77-4c02-bd96-c837ccc15ceb'),(3621,1320,1500,4490,4,'2017-04-10 07:21:34','afe7bc3f-5ac9-4b4a-82dd-2cbbabb5870a'),(3622,3291,1500,4500,4,'2017-04-10 07:21:34','78c5a4f4-9c19-46f3-8cd4-31ed378a842a'),(3623,3313,1500,4510,4,'2017-04-10 07:21:34','91cc9f36-a74e-43c5-8c4f-82f198cb350e'),(3624,3321,1500,4520,4,'2017-04-10 07:21:34','c627307f-60d9-4aba-aaad-bc7225103f54'),(3625,1417,1500,4530,4,'2017-04-10 07:21:34','9d1918f6-2017-4fe3-9d71-bb88525b3b09'),(3626,3215,1500,4540,4,'2017-04-10 07:21:34','5c63814d-d117-452f-a724-bdd0ea0cf661'),(3627,3258,1500,4550,4,'2017-04-10 07:21:34','dd284cda-9fd8-4beb-a878-58f17459a580'),(3628,3292,1500,4560,4,'2017-04-10 07:21:34','6198f054-8f9f-48e5-9044-242b4e77d263'),(3629,3314,1500,4570,4,'2017-04-10 07:21:34','9e0a35c9-067e-448d-8385-5baea8b8e2bd'),(3630,3322,1500,4580,4,'2017-04-10 07:21:34','31ce1153-dc0c-4e96-8174-4d53276e4d02'),(3631,3333,1500,4590,4,'2017-04-10 07:21:34','b2e16337-0e23-4b0a-b597-88f29702fbe6'),(3632,1350,1500,4600,4,'2017-04-10 07:21:34','0f373587-5edf-44b4-b1a4-4f18c3baaba3'),(3633,3351,1500,4610,4,'2017-04-10 07:21:34','248c8efe-f5b8-4cb0-aba1-b939901006aa'),(3634,3350,1500,4620,4,'2017-04-10 07:21:34','af5f1821-68eb-418f-b5ac-116b34bf5707'),(3635,3346,1500,4630,4,'2017-04-10 07:21:34','9df13cd9-ab96-476a-9583-665a7a9cf7fc'),(3636,3444,1500,4640,4,'2017-04-10 07:21:34','95f3acb3-6dd9-465b-be8c-a8a50e9f03a4'),(3637,3445,1500,4650,4,'2017-04-10 07:21:34','0b543e10-e3f3-4260-bd6e-20f4d8499774'),(3638,3446,1500,4660,4,'2017-04-10 07:21:34','5557aca9-3780-41e7-b34a-c1e799c00c3a'),(3639,3447,1500,4670,4,'2017-04-10 07:21:34','5425ec64-fd9e-4410-86a9-76a589a36ee8'),(3640,3448,1500,4680,4,'2017-04-10 07:21:34','8e0a1792-c73c-46e7-be98-f8ac7898a6c9'),(3641,3205,1500,4690,4,'2017-04-10 07:21:34','ed7ee42d-6e92-4f13-ae18-cf5345b70ea1'),(3642,3206,1500,4700,4,'2017-04-10 07:21:34','c5fc8144-2890-43bb-ac92-5cd05c82aa0a'),(3643,1214,1500,4710,4,'2017-04-10 07:21:34','0078d0b2-d8da-4f23-8572-89f432b6683c'),(3644,1194,1500,4720,4,'2017-04-10 07:21:34','edab9c62-eb4d-4a3f-b106-f1a1fea1d901'),(3645,3209,1500,4730,4,'2017-04-10 07:21:34','15628f69-a80f-414a-ad87-d7850b437a1a'),(3646,3210,1500,4740,4,'2017-04-10 07:21:34','feeab967-80cd-4fa8-8a7e-090ef8824065'),(3647,3211,1500,4750,4,'2017-04-10 07:21:34','4704f45f-1abd-4c0e-850b-9413bed678d7'),(3648,3218,1500,4760,4,'2017-04-10 07:21:34','f1cb6169-1895-46a1-b504-2b106542a763'),(3649,3219,1500,4770,4,'2017-04-10 07:21:34','48aa13f1-67aa-4811-ad82-fe82cf11f631'),(3650,1205,1500,4780,4,'2017-04-10 07:21:34','5bd5df46-60e3-44ab-a704-d742070e8fe4'),(3651,3222,1500,4790,4,'2017-04-10 07:21:34','78468a06-8425-4218-8c03-0e70cea85bb5'),(3652,3224,1500,4800,4,'2017-04-10 07:21:34','74879bb0-0c6b-43b2-bff5-5adfed1d9efe'),(3653,3229,1500,4810,4,'2017-04-10 07:21:34','a8b2ee13-8ea3-486f-ac20-85697d6928ee'),(3654,3231,1500,4820,4,'2017-04-10 07:21:34','ccedb446-6b1b-41f1-b22b-9ad4772a73b8'),(3655,3235,1500,4830,4,'2017-04-10 07:21:34','60c29397-c9ce-442f-ba89-1e2f7a1cc538'),(3656,3237,1500,4840,4,'2017-04-10 07:21:34','14328b96-8db8-4613-8341-429df82de184'),(3657,1183,1500,4850,4,'2017-04-10 07:21:34','d7384ede-3912-4248-942b-46de01dd1432'),(3658,3240,1500,4860,4,'2017-04-10 07:21:34','5d98ed61-b4ac-47d0-bf61-f05cefa1c967'),(3659,3242,1500,4870,4,'2017-04-10 07:21:34','bdec2aa6-cc27-42eb-ae02-851b1adb8754'),(3660,3243,1500,4880,4,'2017-04-10 07:21:34','542b3b2d-9151-499c-b024-c1e9a49a7ff2'),(3661,3245,1500,4890,4,'2017-04-10 07:21:34','3ada3dca-1ed8-48a0-994a-9561a9a19931'),(3662,3246,1500,4900,4,'2017-04-10 07:21:34','1504a44c-e7d0-46f3-b3fd-0ca84e526b54'),(3663,3247,1500,4910,4,'2017-04-10 07:21:34','473036a0-8da7-4ae2-aa77-c57ab9360cf4'),(3664,3248,1500,4920,4,'2017-04-10 07:21:34','b7cf7d5d-3018-40b6-9b9d-2ec001552bdc'),(3665,3249,1500,4930,4,'2017-04-10 07:21:34','14e319c8-d007-4bb0-a95c-07c808988831'),(3666,3250,1500,4940,4,'2017-04-10 07:21:34','c209fa6b-2bdd-4b07-a70e-fcaa2c965020'),(3667,3251,1500,4950,4,'2017-04-10 07:21:34','5bd82000-f05a-4abb-8bc9-3fd3cb85472a'),(3668,3252,1500,4960,4,'2017-04-10 07:21:34','4b341b19-84b6-4bc1-a93e-71161eaa26ae'),(3669,3253,1500,4970,4,'2017-04-10 07:21:34','3d7ec1b7-9490-4722-a678-765d9f3d069c'),(3670,3254,1500,4980,4,'2017-04-10 07:21:34','44d57cdd-db5d-444e-a491-dee5fa91d7f5'),(3671,1403,1500,4990,4,'2017-04-10 07:21:34','95c51002-f774-4ee8-a141-42a247d58fa5'),(3672,3255,1500,5000,4,'2017-04-10 07:21:34','3385a3dc-b318-4663-a4a6-c4892cd49121'),(3673,3257,1500,5010,4,'2017-04-10 07:21:34','987e4204-7b6a-4767-8efb-2959b9ddaf52'),(3674,3267,1500,5020,4,'2017-04-10 07:21:35','76a67a8c-a7f4-462f-b8cd-2e29d031ed3d'),(3675,3269,1500,5030,4,'2017-04-10 07:21:35','246ccc2e-5755-47c1-93df-38dfa9660bc4'),(3676,3270,1500,5040,4,'2017-04-10 07:21:35','492d0d18-fc94-4b3b-a6c4-55991196ce6a'),(3677,3272,1500,5050,4,'2017-04-10 07:21:35','989a86f2-ba4b-4c21-8b05-480b0476c079'),(3678,3274,1500,5060,4,'2017-04-10 07:21:35','72aa2425-ef41-405e-ad15-c586be20cdab'),(3679,3276,1500,5070,4,'2017-04-10 07:21:35','0b2370ea-1c68-4df7-af93-bf8246e2a05b'),(3680,3278,1500,5080,4,'2017-04-10 07:21:35','3af73040-b009-4dc0-9470-2b1c65f8b847'),(3681,3280,1500,5090,4,'2017-04-10 07:21:35','73c975fe-dd3e-4d78-9ab8-7b93644579d7'),(3682,1333,1500,5100,4,'2017-04-10 07:21:35','65f08ab6-0e46-4951-a70c-a2ca72889d13'),(3683,3281,1500,5110,4,'2017-04-10 07:21:35','bd56fbc2-670c-4fe7-8a5e-3e49fe6a6847'),(3684,3282,1500,5120,4,'2017-04-10 07:21:35','6cbf8e29-4867-4c83-98e8-391ce8acea9c'),(3685,3283,1500,5130,4,'2017-04-10 07:21:35','0718e8d2-836e-49ca-824e-fdfb90ba624f'),(3686,3284,1500,5140,4,'2017-04-10 07:21:35','e690f75f-cfe1-4906-997f-16f879cbce8b'),(3687,3285,1500,5150,4,'2017-04-10 07:21:35','2a2a52a6-c709-4264-a671-d8c5c0523427'),(3688,3286,1500,5160,4,'2017-04-10 07:21:35','3bdd56a3-36a3-4162-87e2-46f7ca7f14cc'),(3689,3287,1500,5170,4,'2017-04-10 07:21:35','feedd592-41e3-47ed-8ea0-127c475078e1'),(3690,3288,1500,5180,4,'2017-04-10 07:21:35','55f41720-fb5e-4b87-b37f-88b421707912'),(3691,1245,1500,5190,4,'2017-04-10 07:21:35','9a34cc07-724b-412f-8386-fd937d81eafc'),(3692,3296,1500,5200,4,'2017-04-10 07:21:35','26d00102-6531-4aba-baea-23f74bd77175'),(3693,3298,1500,5210,4,'2017-04-10 07:21:35','a53d71df-1e96-4139-aafa-dd292e45dc56'),(3694,1310,1500,5220,4,'2017-04-10 07:21:35','101f18c3-85b4-4a13-9d32-f6afba83f5ec'),(3695,3308,1500,5230,4,'2017-04-10 07:21:35','8b6933d2-b0a6-4018-967f-1fdefdfb1924'),(3696,3309,1500,5240,4,'2017-04-10 07:21:35','c0f776cf-9a74-469a-9a78-3c31880fd69f'),(3697,3310,1500,5250,4,'2017-04-10 07:21:35','bc36168c-cf9d-46ad-acaa-f6906b875de4'),(3698,3317,1500,5260,4,'2017-04-10 07:21:35','7379aad0-2d1c-4b9d-8841-eb48c6c3b2d7'),(3699,3318,1500,5270,4,'2017-04-10 07:21:35','4ac8e958-3842-42e3-88d4-d57de0e3dbbb'),(3700,3320,1500,5280,4,'2017-04-10 07:21:35','ad83d10c-6303-473a-8e2a-0decc3b74f1c'),(3701,3324,1500,5290,4,'2017-04-10 07:21:35','958146bd-eacf-4687-b026-a133d6b6ed79'),(3702,1406,1500,5300,4,'2017-04-10 07:21:35','454d079e-2bb0-4361-ba2b-6c7a75723870'),(3703,3327,1500,5310,4,'2017-04-10 07:21:35','525c2318-de69-4744-a54b-40416d372cd8'),(3704,3338,1500,5320,4,'2017-04-10 07:21:35','c071ad27-cc6b-4b4a-ab77-f6812b66a616'),(3705,3341,1500,5330,4,'2017-04-10 07:21:35','07af37d2-2960-4004-8b68-8c8b66a59ae8'),(3706,3344,1500,5340,4,'2017-04-10 07:21:35','b376c88b-fc46-4376-a37b-89e21918de65'),(3707,1355,1500,5350,4,'2017-04-10 07:21:35','f36baf51-92d4-4612-b8bf-650d07de0d67'),(3708,3347,1500,5360,4,'2017-04-10 07:21:35','2ebefac2-3e70-4cd7-8af4-7d8e2865bcef'),(3709,1352,1500,5370,4,'2017-04-10 07:21:35','1aeef44d-8f00-4b06-9635-e202e2a3eeee'),(3710,3348,1500,5380,4,'2017-04-10 07:21:35','200ba1bc-3882-468b-a772-c385dfa51e40'),(3711,3349,1500,5390,4,'2017-04-10 07:21:35','fa5cf0ee-74f4-480c-bf88-68d100760485'),(3712,3352,1500,5400,4,'2017-04-10 07:21:35','b1a041aa-c530-4659-8cb2-b886ccd99c1a'),(3713,3354,1500,5410,4,'2017-04-10 07:21:35','11f6be50-06d0-4128-b8d0-58b17f546a77'),(3714,3356,1500,5420,4,'2017-04-10 07:21:35','0b669814-f1ea-46c2-9939-51ab16a2040b'),(3715,3357,1500,5430,4,'2017-04-10 07:21:35','a9575195-6dc8-4e5c-af7c-15fc7977ae22'),(3716,3358,1500,5440,4,'2017-04-10 07:21:35','4f47db53-820c-4c4b-90fe-dfc6ae777669'),(3717,3359,1500,5450,4,'2017-04-10 07:21:35','75a9f54e-2525-4d94-a744-9c9ded51a593'),(3718,3360,1500,5460,4,'2017-04-10 07:21:35','f785d63e-8d7c-4f74-ad41-dd0ae9f4e3d0'),(3719,3361,1500,5470,4,'2017-04-10 07:21:35','fbad2d07-ab57-4a69-b8db-818e2258aa02'),(3720,3362,1500,5480,4,'2017-04-10 07:21:35','369636ff-e22a-419e-9c3b-945948ccc51e'),(3721,3363,1500,5490,4,'2017-04-10 07:21:35','8238d933-5527-46be-90dc-b9004ef3dbb9'),(3722,3364,1500,5500,4,'2017-04-10 07:21:35','7bb30d1b-c8fe-42e1-8334-e039f2a0cf41'),(3723,3366,1500,5510,4,'2017-04-10 07:21:35','dcbe4e5b-0617-4917-8333-b1ccf6a43616'),(3724,3367,1500,5520,4,'2017-04-10 07:21:35','2dcaae75-ac6a-41d0-8b86-08a76f64e4ed'),(3725,3370,1500,5530,4,'2017-04-10 07:21:35','3bc26e71-9fb4-4ba9-8058-b33587457887'),(3726,3371,1500,5540,4,'2017-04-10 07:21:35','122e75c6-d540-45d1-b55c-d1c86c073ef1'),(3727,3373,1500,5550,4,'2017-04-10 07:21:35','89669071-eeed-4c48-8be8-065ff884fe20'),(3728,3374,1500,5560,4,'2017-04-10 07:21:35','040fc8f0-88e3-4f27-b7a9-2bd7e21276c8'),(3729,3376,1500,5570,4,'2017-04-10 07:21:35','645815b8-9abf-4f34-a138-4d1b47f39f63'),(3730,3377,1500,5580,4,'2017-04-10 07:21:35','82eb72cc-8356-451a-bb38-e9e736527dfb'),(3731,1236,1500,5590,4,'2017-04-10 07:21:35','f01aa4d3-aaad-4f45-95b8-e365c4007310'),(3732,3385,1500,5600,4,'2017-04-10 07:21:35','0518a4ba-15cb-41d1-89eb-de4cc3cb1578'),(3733,3387,1500,5610,4,'2017-04-10 07:21:35','3f61a2c9-b572-45c1-841d-a5cbae43cd91'),(3734,3388,1500,5620,4,'2017-04-10 07:21:35','a8a7f50f-5776-4754-b160-f593e371b92e'),(3735,3390,1500,5630,4,'2017-04-10 07:21:35','6d6b567f-6601-483e-b064-6f3a3844cedf'),(3736,3391,1500,5640,4,'2017-04-10 07:21:35','e182035d-9b49-44b2-8bef-30f3812d907c'),(3737,3392,1500,5650,4,'2017-04-10 07:21:35','7cbc2e9b-1ee1-4acc-ab4d-f70931ff613b'),(3738,3394,1500,5660,4,'2017-04-10 07:21:35','91c0e673-8949-42b1-8ab4-30c1489f7c64'),(3739,3396,1500,5670,4,'2017-04-10 07:21:35','35159c98-7976-4df7-9ac7-11ed9871a14d'),(3740,3397,1500,5680,4,'2017-04-10 07:21:35','d8c321d2-bbf1-4639-972b-03642c7f3622'),(3741,3398,1500,5690,4,'2017-04-10 07:21:35','d60c315f-9d2d-4f35-bc82-a8199bf572eb'),(3742,3400,1500,5700,4,'2017-04-10 07:21:35','fa398b26-75dd-4c6d-b461-a9fd0ded3373'),(3743,3401,1500,5710,4,'2017-04-10 07:21:35','e04c4c2b-ce1d-410e-b717-2e30ae5b6455'),(3744,3403,1500,5720,4,'2017-04-10 07:21:35','14b19cf5-3e63-4ba9-99a4-5fe82338ee67'),(3745,3405,1500,5730,4,'2017-04-10 07:21:35','1d1d7708-b21e-4ccf-8fee-bfa084ab24e3'),(3746,3407,1500,5740,4,'2017-04-10 07:21:35','55f5b754-fe76-41b1-b03f-5b6e9df49d86'),(3747,3410,1500,5750,4,'2017-04-10 07:21:35','e7d98729-b1ee-496c-bfb9-cd121a46e97c'),(3748,1386,1500,5760,4,'2017-04-10 07:21:35','d0dba8ad-f70f-4915-81b9-719f831765e2'),(3749,3411,1500,5770,4,'2017-04-10 07:21:35','075b16bd-b9bd-4ae0-a3dd-5fe88e0dfc11'),(3750,1338,1500,5780,4,'2017-04-10 07:21:35','c5fd81d5-7d6a-48a8-a75d-2de6b8ad5988'),(3751,1332,1500,5790,4,'2017-04-10 07:21:35','dfd51b46-9244-4cc4-84fe-b1846fac6238'),(3752,3412,1500,5800,4,'2017-04-10 07:21:35','10b58f82-c024-4564-b2f5-cef96c475952'),(3753,1341,1500,5810,4,'2017-04-10 07:21:35','d35ed699-dada-47e7-a548-df869a7b006c'),(3754,3413,1500,5820,4,'2017-04-10 07:21:35','c86decb9-72b0-402a-a15c-a9f7ca9ae8e3'),(3755,3414,1500,5830,4,'2017-04-10 07:21:35','1b67a0d8-24a1-4efd-b61a-23b80999cf39'),(3756,3415,1500,5840,4,'2017-04-10 07:21:35','12d90d3b-fb8e-45af-9b5e-9f3bc3cc9d8f'),(3757,3417,1500,5850,4,'2017-04-10 07:21:35','9bb22577-2c5d-472d-a9c7-67b6894bc35f'),(3758,3419,1500,5860,4,'2017-04-10 07:21:35','dfe74510-9a3a-4685-b52d-63dba305c151'),(3759,3420,1500,5870,4,'2017-04-10 07:21:35','9cb239cb-df0b-4087-ab86-0ab4b9112b71'),(3760,3425,1500,5880,4,'2017-04-10 07:21:35','e4adb71c-1c45-49a0-80cc-23e668f6ee34'),(3761,3426,1500,5890,4,'2017-04-10 07:21:35','4a36bc43-acf6-46d1-abae-610d640b150d'),(3762,1433,1500,5900,4,'2017-04-10 07:21:35','7070a5c3-0d2e-47e8-a81d-5ebbc68975fa'),(3763,3427,1500,5910,4,'2017-04-10 07:21:35','0dccf7d9-de28-4515-abfb-1494a7b46e58'),(3764,1262,1500,5920,4,'2017-04-10 07:21:35','7987af87-3d1f-4221-94b0-620063ad9981'),(3765,1210,1500,5930,4,'2017-04-10 07:21:35','6e9fa6d8-ca93-49e3-b64d-b65ec73f8697'),(3766,3208,1500,5940,4,'2017-04-10 07:21:35','91cc8078-a4b1-4f8e-9d3b-993c008686e3'),(3767,3220,1500,5950,4,'2017-04-10 07:21:35','11845ae2-68e2-4299-ae90-9ddd60414261'),(3768,3223,1500,5960,4,'2017-04-10 07:21:35','89081a34-1c3b-4837-a60e-cb9328e73153'),(3769,3221,1500,5970,4,'2017-04-10 07:21:35','f13b4821-a78f-4434-ad1e-7fa71596a0db'),(3770,3226,1500,5980,4,'2017-04-10 07:21:35','e1b7dad3-e973-431a-991a-8846778fbcda'),(3771,3225,1500,5990,4,'2017-04-10 07:21:35','4e8c091c-25bf-459e-b243-efcbe3685ae9'),(3772,3230,1500,6000,4,'2017-04-10 07:21:35','85956ae5-969d-4d68-8557-21ddd90f3c7b'),(3773,3228,1500,6010,4,'2017-04-10 07:21:35','b9adb5a1-e2bf-4b19-98be-30381f4a5a2b'),(3774,3234,1500,6020,4,'2017-04-10 07:21:35','d1e903d6-1ec2-48ba-9de3-88a45279b80c'),(3775,3232,1500,6030,4,'2017-04-10 07:21:35','6eb07c18-4008-483e-8daf-3025a74ce362'),(3776,1285,1500,6040,4,'2017-04-10 07:21:35','b17be02b-723f-4ddf-98cb-8dfd78a3a3d3'),(3777,1182,1500,6050,4,'2017-04-10 07:21:35','e3870287-6d1d-44a5-ba7b-a76df5654e24'),(3778,3244,1500,6060,4,'2017-04-10 07:21:35','b6689573-d58b-4f0c-9a23-07285f155a7f'),(3779,3241,1500,6070,4,'2017-04-10 07:21:35','09ebeee7-e320-4aca-882f-ccaec7019027'),(3780,1291,1500,6080,4,'2017-04-10 07:21:35','f0a45155-b0d5-4896-9a68-ecf2d1a9a167'),(3781,3271,1500,6090,4,'2017-04-10 07:21:35','7018572e-2ce2-43e3-8dc7-a5e5ef59d4aa'),(3782,3268,1500,6100,4,'2017-04-10 07:21:35','8f3ef32e-a83e-43cd-a327-6167b74583c0'),(3783,3275,1500,6110,4,'2017-04-10 07:21:35','8b6afe36-e764-40ee-9307-4c047a7c834c'),(3784,3273,1500,6120,4,'2017-04-10 07:21:35','cb8d574d-943e-4f8e-abc7-b2204429909b'),(3785,3279,1500,6130,4,'2017-04-10 07:21:35','0394e51e-c4e8-496c-8523-d813ff6d9b55'),(3786,3277,1500,6140,4,'2017-04-10 07:21:35','188e9596-e6f5-4796-a75e-abe4a957a925'),(3787,1246,1500,6150,4,'2017-04-10 07:21:35','87f618ca-5ae9-4fd6-9e81-0de2869eb594'),(3788,3295,1500,6160,4,'2017-04-10 07:21:35','fdbb8736-ef3f-41c8-9253-e43837fedc86'),(3789,3297,1500,6170,4,'2017-04-10 07:21:35','12f2deb9-1a05-4573-a496-6aa12f2f24ff'),(3790,3304,1500,6180,4,'2017-04-10 07:21:35','a241eea8-6023-48f5-a515-dfe77c1f0e7e'),(3791,3345,1500,6190,4,'2017-04-10 07:21:35','4702add0-043b-440d-9df9-78b33debd9d0'),(3792,3355,1500,6200,4,'2017-04-10 07:21:35','f045dcd7-9eb3-498e-a1a8-a67dae80dcab'),(3793,3353,1500,6210,4,'2017-04-10 07:21:35','a97096d0-d2fa-4c1d-97c1-75209184d41b'),(3794,1715,1500,6220,4,'2017-04-10 07:21:35','9ae46b8e-19d9-4288-a681-7e3553da4cfb'),(3795,1716,1500,6230,4,'2017-04-10 07:21:35','23d42c29-f0b3-44f9-8194-46676fc2ac3f'),(3796,1717,1500,6240,4,'2017-04-10 07:21:35','cf5ffe9a-37bb-4481-8a45-fef034def253'),(3797,3386,1500,6250,4,'2017-04-10 07:21:35','e5caebfa-7f84-4ae7-b3f5-b4ac11180e91'),(3798,3389,1500,6260,4,'2017-04-10 07:21:35','1df2917c-7d29-48cf-b3b2-798959eb6cc9'),(3799,3399,1500,6270,4,'2017-04-10 07:21:35','5000fe40-6d38-423e-ba1f-8bbc3349c417'),(3800,3406,1500,6280,4,'2017-04-10 07:21:35','692d4cff-0a71-4089-8531-b1c59c3ebe6c'),(3801,3404,1500,6290,4,'2017-04-10 07:21:35','d2d517c4-d0a7-4231-824a-1bfc261b5db3'),(3802,1240,1500,6300,4,'2017-04-10 07:21:35','ef711743-eb9f-4ea4-b0f3-7b2d6a2de6e5'),(3803,3428,1500,6310,4,'2017-04-10 07:21:35','1639d332-6bee-4816-aa2e-7ee422e68100'),(3804,3432,1500,6320,4,'2017-04-10 07:21:35','c9ed7f74-a552-4757-a583-23019c4726ed'),(3805,3433,1500,6330,4,'2017-04-10 07:21:35','d2b3c5c7-6607-4bce-b48a-94c195e3fe21'),(3806,3434,1500,6340,4,'2017-04-10 07:21:35','6c438bfa-b058-4e0b-9c09-287ba74e578f'),(3807,3435,1500,6350,4,'2017-04-10 07:21:35','96cfb35c-bafb-44ac-8c6e-a86001d50fac'),(3808,3438,1500,6360,4,'2017-04-10 07:21:35','8687b5d1-cd7c-4852-8dfa-219b48e9aa53'),(3809,3439,1500,6370,4,'2017-04-10 07:21:35','fdbaa342-8091-4cd3-8488-ff3e74a2d45c'),(3810,3431,1500,6380,4,'2017-04-10 07:21:35','67cd647d-b383-4865-bf6a-e0d0f994bd1c'),(3811,3440,1500,6390,4,'2017-04-10 07:21:35','ad56aacb-ef7a-4ff4-aa9f-62b23b77de8b'),(3812,3577,1500,6400,4,'2017-04-10 07:21:35','16a4b27b-da8a-4043-a82e-0d8dac4042c7'),(3813,3451,1500,6410,4,'2017-04-10 07:21:35','52be935b-91e7-4235-9535-81be5dc9a2ff'),(3814,3452,1500,6420,4,'2017-04-10 07:21:35','efe41260-282e-4918-a751-d4f4f9d9feea'),(3815,3456,1500,6430,4,'2017-04-10 07:21:35','5a9e2fde-ba92-48c7-b779-b8c10d9d0550'),(3816,3457,1500,6440,4,'2017-04-10 07:21:35','4740a8b8-2273-40d0-97eb-b8faf2ae5db2'),(3817,3458,1500,6450,4,'2017-04-10 07:21:35','5a0b48da-dea9-4bb8-85e9-e503a3df4063'),(3818,3459,1500,6460,4,'2017-04-10 07:21:35','7c327215-655d-4c89-a512-c17e370ea5da'),(3819,3461,1500,6470,4,'2017-04-10 07:21:35','778a1c13-66d4-440c-aa6e-87b2031f953c'),(3820,3462,1500,6480,4,'2017-04-10 07:21:35','bf7d3a19-f348-4ff8-805a-5eab3c9dab57'),(3821,3463,1500,6490,4,'2017-04-10 07:21:35','2cdddc98-2893-492e-bdd8-80d9c1a45c22'),(3822,3464,1500,6500,4,'2017-04-10 07:21:35','991cc33e-9bd4-4e74-a6e0-debe1ff41378'),(3823,3466,1500,6510,4,'2017-04-10 07:21:35','be1eba9b-bc73-4927-9f19-f3a4d004074d'),(3824,3467,1500,6520,4,'2017-04-10 07:21:35','730ec54f-7e63-4f28-86f3-fdffe1d6505b'),(3825,3468,1500,6530,4,'2017-04-10 07:21:35','292eedbb-6b7a-4661-98c8-e9390a55b231'),(3826,3469,1500,6540,4,'2017-04-10 07:21:35','d9c160bb-73b9-468e-a0a8-70581f6dffce'),(3827,3470,1500,6550,4,'2017-04-10 07:21:35','0ba0c5e6-d948-49bf-a50a-4b6773006535'),(3828,3472,1500,6560,4,'2017-04-10 07:21:35','6fe330c9-34ab-4cfa-b1e4-0a7953dfe3f7'),(3829,3474,1500,6570,4,'2017-04-10 07:21:35','a8dd7613-8630-476b-945a-197ae2f0ffe2'),(3830,3475,1500,6580,4,'2017-04-10 07:21:35','9c18b8d5-11d8-483b-8f82-e19d477fb387'),(3831,3476,1500,6590,4,'2017-04-10 07:21:35','c701a114-8c61-494a-a565-a43c69693cac'),(3832,3477,1500,6600,4,'2017-04-10 07:21:35','a8b0a58f-f6b5-4806-ac0c-24cb58a5a447'),(3833,3478,1500,6610,4,'2017-04-10 07:21:35','4d5c4f62-4a85-4ad8-87a7-57420dbf769c'),(3834,3479,1500,6620,4,'2017-04-10 07:21:35','599ac005-2f19-414f-a918-8aae3dff45d4'),(3835,3480,1500,6630,4,'2017-04-10 07:21:35','fbf6b8b6-5b4e-41bd-83cc-74902134cd75'),(3836,3514,1500,6640,4,'2017-04-10 07:21:35','60c24c06-79ac-4ab9-ac7a-a5413b2e5b7d'),(3837,3515,1500,6650,4,'2017-04-10 07:21:35','86c5bbd2-a3af-45cb-99bf-ed10b4ece91f'),(3838,3516,1500,6660,4,'2017-04-10 07:21:35','5f881b72-d155-4a85-8189-b67f28565f61'),(3839,3518,1500,6670,4,'2017-04-10 07:21:35','fac0e1e6-10bd-4e9e-a990-2969570dbf65'),(3840,3519,1500,6680,4,'2017-04-10 07:21:35','b61e4114-1932-4969-9022-f8e51484213b'),(3841,3517,1500,6690,4,'2017-04-10 07:21:35','8b6404d9-637e-41e6-b173-4a1e049f93ef'),(3842,3496,1500,6700,4,'2017-04-10 07:21:35','bd87b557-e9e7-4bd1-8691-42e77cb6393e'),(3843,3508,1500,6710,4,'2017-04-10 07:21:35','b5364c3e-5ebb-4723-a460-5899d16ec1a6'),(3844,3511,1500,6720,4,'2017-04-10 07:21:35','b2713744-6d4d-413d-b1b8-18065dc5139c'),(3845,3493,1500,6730,4,'2017-04-10 07:21:35','881eed4f-7f8d-4b8e-95f2-005e14fab6c8'),(3846,3499,1500,6740,4,'2017-04-10 07:21:35','5880768a-9618-4ac1-b85c-dff6d4ae6a92'),(3847,3502,1500,6750,4,'2017-04-10 07:21:35','36ac4806-1c07-47b3-b34c-6cdd6ba2588c'),(3848,3505,1500,6760,4,'2017-04-10 07:21:35','3d284735-8cec-4b18-a54b-4bd1b1b9cf50'),(3849,3488,1500,6770,4,'2017-04-10 07:21:35','8d682eaf-886c-4f9c-8962-d85ce6fe4e49'),(3850,3494,1500,6780,4,'2017-04-10 07:21:35','6226e522-9e53-4f08-a412-3fa1b1d0877e'),(3851,3512,1500,6790,4,'2017-04-10 07:21:35','ede9cdb5-1647-4962-a2b2-08346a57f714'),(3852,3509,1500,6800,4,'2017-04-10 07:21:35','d9c93a87-df76-426f-bf9e-81073252f1cb'),(3853,3500,1500,6810,4,'2017-04-10 07:21:35','9666d907-fc0e-467b-b01d-2ad030e85d1a'),(3854,3503,1500,6820,4,'2017-04-10 07:21:35','5c98161a-9669-473b-9f9f-ff41987cbbe5'),(3855,3506,1500,6830,4,'2017-04-10 07:21:35','0a02cc08-66a3-428e-ae69-30c91c8a695b'),(3856,3521,1500,6840,4,'2017-04-10 07:21:35','02930952-d21e-4fa1-9bd7-efa334ce2273'),(3857,3490,1500,6850,4,'2017-04-10 07:21:35','c4df666e-a5bd-46e5-ac35-628e9a839e07'),(3858,3495,1500,6860,4,'2017-04-10 07:21:35','f6d84e93-88f8-451d-8309-d791125ff953'),(3859,3513,1500,6870,4,'2017-04-10 07:21:35','027ae8d5-a70b-4a98-9acd-42e0a53ba46e'),(3860,3510,1500,6880,4,'2017-04-10 07:21:35','6228efc4-0787-4fed-90ce-a89be19bae94'),(3861,3501,1500,6890,4,'2017-04-10 07:21:35','56d51f6a-9bba-43bb-a3c6-846e3486c95c'),(3862,3504,1500,6900,4,'2017-04-10 07:21:35','ceffa5fb-7d71-4712-9d0a-832fd9444e85'),(3863,3507,1500,6910,4,'2017-04-10 07:21:35','56f8d30e-2618-438e-97aa-72f8e49aecea'),(3864,3522,1500,6920,4,'2017-04-10 07:21:35','830ef4e5-80d6-41db-bce1-1550723a6067'),(3865,3492,1500,6930,4,'2017-04-10 07:21:35','9682618a-549c-43ca-b7ed-46c3ff16c043'),(3866,3530,1500,6940,4,'2017-04-10 07:21:35','94a955cc-7fa1-42bd-827b-5ef9c691f8a5'),(3867,3529,1500,6950,4,'2017-04-10 07:21:35','e311f2a2-4f95-4c9f-b2b2-fc1a9341d6fd'),(3868,3528,1500,6960,4,'2017-04-10 07:21:35','5c9abd6c-bc34-40b9-a527-cbcce0e09110'),(3869,3531,1500,6970,4,'2017-04-10 07:21:35','ef3fbbf9-415a-4b50-8a77-707a23decb67'),(3870,3527,1500,6980,4,'2017-04-10 07:21:35','ea36367c-dc78-4c6e-bb6f-37695aef3213'),(3871,3532,1500,6990,4,'2017-04-10 07:21:35','4b4cc703-1a7c-42ab-a2a0-87d313541c7d'),(3872,3526,1500,7000,4,'2017-04-10 07:21:35','176b049c-1fee-48af-87c3-5a22e6397bd5'),(3873,3533,1500,7010,4,'2017-04-10 07:21:35','5f3056b4-469a-4f9f-bd9c-aaf61352162e'),(3874,3534,1500,7020,4,'2017-04-10 07:21:35','ea2f3746-72f3-42fc-9cf3-30ea10cb0d54'),(3875,3535,1500,7030,4,'2017-04-10 07:21:35','59037883-f979-4dbd-88db-945994e89e27'),(3876,3536,1500,7040,4,'2017-04-10 07:21:35','31065c25-4ce7-452f-bcb3-58beb71d3128'),(3877,3537,1500,7050,4,'2017-04-10 07:21:35','556ee029-10d6-4498-8ba3-a726150a442c'),(3878,3541,1500,7060,4,'2017-04-10 07:21:35','63ec47d5-3a2c-41bb-a371-49837b45fae8'),(3879,3589,1500,7070,4,'2017-04-10 07:21:35','6ad7a42e-d118-4f68-8299-3ffe4406bc20'),(3880,3552,1500,7080,4,'2017-04-10 07:21:35','21160997-6b19-4370-8fdc-ba2061528023'),(3881,3553,1500,7090,4,'2017-04-10 07:21:35','b7a82f9c-4422-42b8-9286-d7b52e9cb5f3'),(3882,1199,1380,1030,4,'2017-04-11 12:21:44','dbdcfa31-3ec9-4e22-bdeb-d6745209a745'),(3883,1200,1380,1040,4,'2017-04-11 12:21:44','e56f68bb-a4a0-41bd-bab4-1fb432cb8b9e'),(3884,1201,1380,1050,4,'2017-04-11 12:21:44','7ab70389-fe65-49ff-a394-c8d4d1d790a4'),(3885,1202,1380,1080,4,'2017-04-11 12:21:44','1c06398f-ae1d-40bc-b33e-42680a053856'),(3886,1195,1380,1090,4,'2017-04-11 12:21:44','1395abc7-fc72-49ba-a19a-846241ed61dc'),(3887,1196,1380,1100,4,'2017-04-11 12:21:44','ebcafb95-055f-4b9d-93dd-21df7b4a4089'),(3888,1197,1380,1110,4,'2017-04-11 12:21:44','a33d6bd9-3ec6-47c1-9025-ec70dd388df3'),(3889,1198,1380,1150,4,'2017-04-11 12:21:44','ece0539e-7de1-407c-8156-d1a554a0c5e4'),(3890,1203,1380,1160,4,'2017-04-11 12:21:44','55d83fe2-467c-43f6-8b87-21283aa1c8ff'),(3891,1176,1380,1470,4,'2017-04-11 12:21:44','8616d33f-86b6-4c65-8149-b6d74c2f0c63'),(3892,1204,1380,1480,4,'2017-04-11 12:21:44','abe5c9be-f2b3-49e3-94c1-5fa7e5b20b3c'),(3893,1212,1380,1490,4,'2017-04-11 12:21:44','916f7eed-8309-45cf-afc8-73d17460364c'),(3894,1213,1380,1500,4,'2017-04-11 12:21:44','6f32013f-cde8-4298-9efc-40fa40e3debf'),(3895,1210,1380,1510,4,'2017-04-11 12:21:44','0b845ebe-4e3c-4da1-8319-8943b9376fc2'),(3896,1211,1380,1520,4,'2017-04-11 12:21:44','4b715e43-675d-465f-a56a-3b670d815d8d'),(3897,1208,1380,1530,4,'2017-04-11 12:21:44','c826e475-f439-4a49-bd86-09ce32cc77ca'),(3898,1209,1380,1540,4,'2017-04-11 12:21:44','fd9351e3-1f1b-4015-adc8-34414694a636'),(3899,1206,1380,1550,4,'2017-04-11 12:21:44','7cffb11c-1f23-4248-ba87-9c151d35e437'),(3900,1207,1380,1560,4,'2017-04-11 12:21:44','473f6762-abc7-4135-b8bc-28302f84850a'),(3901,1214,1380,1570,4,'2017-04-11 12:21:44','48716552-1822-4750-8bd7-3ef29030baf2'),(3902,1178,1380,1580,4,'2017-04-11 12:21:44','54974c31-d4b1-4613-ae79-f468629f154c'),(3903,1177,1380,1590,4,'2017-04-11 12:21:44','da628a23-9218-4ebe-a86f-0742602589ed'),(3904,1180,1380,1600,4,'2017-04-11 12:21:44','2ebd3f54-023e-41ad-a37f-8aa63e71351b'),(3905,1179,1380,1610,4,'2017-04-11 12:21:44','98c67b6d-c958-4d42-a3e1-29a06fddfc4c'),(3906,1182,1380,1620,4,'2017-04-11 12:21:44','81a6d46a-5cb2-471f-9bfc-9f40fd551f9d'),(3907,1181,1380,1630,4,'2017-04-11 12:21:44','50e62359-6cbd-4c9d-a5d8-8d410a40a322'),(3908,1184,1380,1640,4,'2017-04-11 12:21:44','3a0769ef-53b2-42e6-a50c-5e8ad701e072'),(3909,1183,1380,1650,4,'2017-04-11 12:21:44','9847d4d4-4538-4133-96c4-36da002c70ff'),(3910,1205,1380,1660,4,'2017-04-11 12:21:44','040cbbe4-cdf3-48bc-995b-46e4bc706a6a'),(3911,1218,1380,1670,4,'2017-04-11 12:21:44','d53cc8d6-6e2d-4647-8b77-775faf005b88'),(3912,1217,1380,1680,4,'2017-04-11 12:21:44','46b17795-4853-45f6-829d-b763f5047b8e'),(3913,1215,1380,1690,4,'2017-04-11 12:21:44','1168a963-55ab-4c4b-931a-b949f94aacd0'),(3914,1216,1380,1700,4,'2017-04-11 12:21:44','f972e9ed-c5bd-421e-bccd-d7dc5a6522d8'),(3915,1186,1380,1710,4,'2017-04-11 12:21:44','2b29d260-f6bf-4a04-834b-ba1d4fea3f8c'),(3916,1187,1380,1720,4,'2017-04-11 12:21:44','a7c68263-b7f5-4bb2-8d7d-784fb1c11edc'),(3917,1185,1380,1730,4,'2017-04-11 12:21:44','918fc576-3e4a-4e4f-a841-cb723b2629e8'),(3918,1190,1380,1740,4,'2017-04-11 12:21:44','9bcb5ada-5f44-4705-a352-f201f68b5db4'),(3919,1191,1380,1750,4,'2017-04-11 12:21:44','5ec1a9d6-71c9-4ab5-ac12-e0b389b33c90'),(3920,1188,1380,1760,4,'2017-04-11 12:21:44','f84ab898-84ee-47f4-ba38-2c7d2d2d3b1a'),(3921,1189,1380,1770,4,'2017-04-11 12:21:44','2d6fe7bc-6e2b-4ac9-91b3-02afbe97ffe3'),(3922,1194,1380,1780,4,'2017-04-11 12:21:44','22900255-e072-49d4-b69a-a584629e6f14'),(3923,1192,1380,1790,4,'2017-04-11 12:21:44','63979559-f4b5-4731-a9ae-901ddbbff7df'),(3924,1193,1380,1800,4,'2017-04-11 12:21:44','7b82bac8-3bf9-40cf-bcd3-e63754b0ff85'),(3925,3203,1380,1000,4,'2017-04-11 12:30:56','e23355bf-1a6c-4adc-b3ed-0e18b9b2fc16'),(3926,3204,1380,1010,4,'2017-04-11 12:30:56','5eaef796-6834-4f77-bf16-ed3c5936f88b'),(3927,3205,1380,1020,4,'2017-04-11 12:30:56','9feceb02-a136-4d49-b374-a3327f822740'),(3928,3206,1380,1060,4,'2017-04-11 12:30:56','ce591b32-4a28-4e93-8522-0f89d7cfaebc'),(3929,3207,1380,1070,4,'2017-04-11 12:30:56','7e3af05a-ccc6-4332-b3bc-120da7a59812'),(3930,3212,1380,1120,4,'2017-04-11 12:30:56','2a2c61b1-da11-490f-8456-1b978a5d710b'),(3931,3216,1380,1130,4,'2017-04-11 12:30:56','1ac6fa23-8e1e-417d-82fc-14ed4de3805a'),(3932,3238,1380,1140,4,'2017-04-11 12:30:56','ffca96b7-c66f-4536-8b57-dee2f44c3b94'),(3933,3242,1380,1170,4,'2017-04-11 12:30:56','08c11387-2959-44a6-8039-830c0992f220'),(3934,3244,1380,1180,4,'2017-04-11 12:30:56','a942af74-d168-4148-9472-9f80abc73007'),(3935,3252,1380,1190,4,'2017-04-11 12:30:56','28f104d1-00ce-45c1-a82f-a61eaf1842f3'),(3936,3256,1380,1200,4,'2017-04-11 12:30:56','b304f6de-3e2d-4fe4-81dd-88c5e136855a'),(3937,3259,1380,1210,4,'2017-04-11 12:30:56','d17d979d-1fe3-4881-8ab4-40815e77b244'),(3938,3261,1380,1220,4,'2017-04-11 12:30:56','15fe05a6-704c-4bee-8c77-f7362539e554'),(3939,3262,1380,1230,4,'2017-04-11 12:30:56','891a03eb-106c-42aa-b627-ef92a48a3cf8'),(3940,3263,1380,1240,4,'2017-04-11 12:30:56','11c15c56-4307-453f-ac81-c3f9ce2e085f'),(3941,3264,1380,1250,4,'2017-04-11 12:30:56','65cedb14-271b-4429-8eac-14115088a27d'),(3942,3265,1380,1260,4,'2017-04-11 12:30:56','7cf8a445-7180-4f2f-be44-9723c4bf36ee'),(3943,3289,1380,1270,4,'2017-04-11 12:30:56','2f6afd05-9058-4f66-9576-dc6fedb674a8'),(3944,3293,1380,1280,4,'2017-04-11 12:30:56','5408e9c1-d5e2-49cc-934e-ff9be8acbfe6'),(3945,3307,1380,1290,4,'2017-04-11 12:30:56','ba3c859e-0836-4899-b6e3-d4991b305524'),(3946,3308,1380,1300,4,'2017-04-11 12:30:56','eed76807-6ea7-4166-ba44-e387ae3c1c34'),(3947,3311,1380,1310,4,'2017-04-11 12:30:56','6d2c6816-0110-409b-85d4-a0fc31c671e6'),(3948,3315,1380,1320,4,'2017-04-11 12:30:56','832fa88b-aa78-48f9-93bc-0acfbc7c3aee'),(3949,3319,1380,1330,4,'2017-04-11 12:30:56','bf3be45d-e49a-4e2c-ad4e-b7edbe05143c'),(3950,3323,1380,1340,4,'2017-04-11 12:30:56','7a065e05-cd29-458e-aacc-4b4c0a4990f4'),(3951,3329,1380,1350,4,'2017-04-11 12:30:56','03f912cc-e5e7-4fc2-9ed0-94f07d99bd9f'),(3952,3335,1380,1360,4,'2017-04-11 12:30:56','2165c98c-74d6-49dd-b28a-f91bbea6e6d2'),(3953,3339,1380,1370,4,'2017-04-11 12:30:56','e05e7114-43f3-4100-a126-afe2d6f95cb9'),(3954,3398,1380,1380,4,'2017-04-11 12:30:56','b6f1e472-6dc0-4160-aa2d-d05a6d3301e1'),(3955,3420,1380,1390,4,'2017-04-11 12:30:56','1fa8539e-8027-4194-a25b-d45dc28eb8ca'),(3956,3421,1380,1400,4,'2017-04-11 12:30:56','87b0c6e8-6d03-4683-8374-a117fe466163'),(3957,3422,1380,1410,4,'2017-04-11 12:30:56','65ba504f-f761-4f78-9ce8-4bc7efd03175'),(3958,3423,1380,1420,4,'2017-04-11 12:30:56','7600cb7f-3cb1-4f78-94e0-3ab3eed9baba'),(3959,3424,1380,1430,4,'2017-04-11 12:30:56','f19ce269-b5ea-4b15-a93b-1463908c4f2b'),(3960,3439,1380,1440,4,'2017-04-11 12:30:56','022b9494-9a1d-4c44-a981-35a1b2b39341'),(3961,3440,1380,1450,4,'2017-04-11 12:30:56','a17fabef-d2d1-4c0f-b5e9-574a97b2288f'),(3962,3552,1380,1460,4,'2017-04-11 12:30:56','b03f5268-69cb-480a-9476-d843c4a2954c'),(3963,3553,1380,1465,4,'2017-04-11 12:30:56','1cc28036-f811-4957-9d25-ff4bc387ea36'),(3964,3208,1382,1000,4,'2017-04-11 12:42:51','822c513e-0c0a-4691-a900-1a39fd8c709d'),(3965,3214,1382,1010,4,'2017-04-11 12:42:51','f495ffb8-7cb2-45e8-bbaf-9ba40e6c3f44'),(3966,3215,1382,1020,4,'2017-04-11 12:42:51','4d276d6d-2e92-4f67-84f7-7f36eb512868'),(3967,1205,1382,1030,4,'2017-04-11 12:42:51','425b0b8d-e5eb-422b-80ee-ad7640b48d14'),(3968,3221,1382,1040,4,'2017-04-11 12:42:51','0423615a-456c-43fc-8023-74268da29907'),(3969,3222,1382,1050,4,'2017-04-11 12:42:51','b1a7ea7a-8aa5-45eb-a6c7-9b0dad10f38e'),(3970,3223,1382,1060,4,'2017-04-11 12:42:51','547e8264-c8d1-4bd9-9394-dca32e032eab'),(3971,3224,1382,1070,4,'2017-04-11 12:42:51','662fda07-197f-4f21-9f1b-2b9140eaaf62'),(3972,3225,1382,1080,4,'2017-04-11 12:42:51','6d3e8294-9f37-4faf-8d41-9ff101adb431'),(3973,3226,1382,1100,4,'2017-04-11 12:42:51','52d7cf64-9ca7-468d-832e-158fa632b81f'),(3974,3227,1382,1110,4,'2017-04-11 12:42:51','1734d29b-9171-468e-a5a4-99c6a90b2cd6'),(3975,3228,1382,1120,4,'2017-04-11 12:42:51','d7e3f3c5-5eae-48eb-8edc-4b142fd1039f'),(3976,3229,1382,1130,4,'2017-04-11 12:42:51','75d1d26c-fdf4-4d19-8558-0c37411d6082'),(3977,3230,1382,1140,4,'2017-04-11 12:42:51','d0fa449c-910b-420a-b675-c14006168ac2'),(3978,3231,1382,1150,4,'2017-04-11 12:42:51','18125081-98db-4494-a916-2b37f81b2777'),(3979,3232,1382,1160,4,'2017-04-11 12:42:51','fb805863-488e-468b-a389-cc4bb5ebf82e'),(3980,3233,1382,1170,4,'2017-04-11 12:42:51','4c6778e6-b70a-4209-936c-37a4f0001671'),(3981,3234,1382,1180,4,'2017-04-11 12:42:51','7af07f2a-0a8c-44a4-9c1e-648617a3e1b8'),(3982,3235,1382,1190,4,'2017-04-11 12:42:51','d1d2d7e2-8972-48f3-896c-c6eb30c31505'),(3983,3236,1382,1200,4,'2017-04-11 12:42:51','9163e57a-58ac-4d26-b0d9-c9bf98a8b22b'),(3984,3237,1382,1210,4,'2017-04-11 12:42:51','07705ea3-9e9b-42c8-96f1-416287b14a2f'),(3985,3258,1382,1240,4,'2017-04-11 12:42:51','462ded8f-a9bf-413f-a205-4444293f49b6'),(3986,3266,1382,1250,4,'2017-04-11 12:42:51','9dcc5419-a583-430d-87f7-97cc5f4f4a82'),(3987,3267,1382,1270,4,'2017-04-11 12:42:51','a33b265d-95e1-4ce2-9b62-280d97ebae04'),(3988,3271,1382,1300,4,'2017-04-11 12:42:51','a9c8bfc9-2d8f-4b31-9f35-35afd4f4d05d'),(3989,3272,1382,1310,4,'2017-04-11 12:42:51','48faf730-f74a-4a71-8b9b-29a2eb2b8847'),(3990,3273,1382,1320,4,'2017-04-11 12:42:51','ae5d8307-87d4-46ca-8a20-bd597bb780b2'),(3991,3274,1382,1330,4,'2017-04-11 12:42:51','50eb3867-cefd-45a8-9de3-44de5e6cc617'),(3992,3275,1382,1340,4,'2017-04-11 12:42:51','8c216c91-bd99-4a14-a930-3b32604f156e'),(3993,3276,1382,1350,4,'2017-04-11 12:42:51','f2fbba51-96df-4922-bd0b-51a8a1a3506e'),(3994,3277,1382,1360,4,'2017-04-11 12:42:51','21bca3d1-8389-4aba-aab9-703da77b0fb0'),(3995,3278,1382,1370,4,'2017-04-11 12:42:51','5c4bd9a5-3a93-471b-a1f9-c1ea56d44262'),(3996,3279,1382,1380,4,'2017-04-11 12:42:51','6487be56-363e-4156-9265-211f2d0f0bb4'),(3997,3280,1382,1390,4,'2017-04-11 12:42:51','4d09c9f8-d544-43fc-86a9-5f047aaa3152'),(3998,3281,1382,1400,4,'2017-04-11 12:42:51','f763d657-4ef2-4628-917e-9c24e0b9f07c'),(3999,3282,1382,1410,4,'2017-04-11 12:42:51','38361a26-2f59-4e53-8ff9-5f0dc09977dc'),(4000,3283,1382,1420,4,'2017-04-11 12:42:51','78c0c558-e8da-44bb-a46d-ae352f5ff2f9'),(4001,3284,1382,1430,4,'2017-04-11 12:42:51','f83a2447-f477-46a1-b8a1-294a6ff2c61b'),(4002,3291,1382,1440,4,'2017-04-11 12:42:51','38b04d2f-a126-4c08-8db5-3dbaed8e048f'),(4003,3292,1382,1450,4,'2017-04-11 12:42:51','1482bd7c-b90f-4859-a9ed-d96a74b3690d'),(4004,3295,1382,1460,4,'2017-04-11 12:42:51','2a73fa8b-b087-4ccd-880f-d717825d794a'),(4005,3296,1382,1490,4,'2017-04-11 12:42:51','34350e76-2cd2-4097-b271-fbe4f3a836f8'),(4006,3297,1382,1500,4,'2017-04-11 12:42:51','110f7166-fa3e-487e-bf6f-856653777021'),(4007,3298,1382,1510,4,'2017-04-11 12:42:51','35f4cd67-cfc5-4d1a-b5af-0a21a6dae2c0'),(4008,3299,1382,1520,4,'2017-04-11 12:42:51','9aa16493-1e1c-4040-aab6-38cb1ca24cf9'),(4009,3300,1382,1540,4,'2017-04-11 12:42:51','751fbdbb-a82f-43bb-bb62-5b722001c9a0'),(4010,3301,1382,1550,4,'2017-04-11 12:42:51','488a75e8-ab51-4680-a915-96aae3c07c21'),(4011,3302,1382,1560,4,'2017-04-11 12:42:52','40f9380c-eb64-41e0-a9a4-a08add6051d3'),(4012,3303,1382,1570,4,'2017-04-11 12:42:52','21b95d06-31df-465d-ac0b-d2ec86fc46d5'),(4013,3304,1382,1580,4,'2017-04-11 12:42:52','76fc7b19-b49e-4b9e-b837-29cd78c6574c'),(4014,3305,1382,1590,4,'2017-04-11 12:42:52','0b4c59a8-e920-4da6-8b2a-a98fe06de426'),(4015,3313,1382,1600,4,'2017-04-11 12:42:52','3e7ad4ec-fa1a-427c-9459-fdd3fc2639d0'),(4016,3314,1382,1610,4,'2017-04-11 12:42:52','8314aec6-803f-4eb4-a388-78a2aa07742d'),(4017,3321,1382,1620,4,'2017-04-11 12:42:52','4ffefb1a-642c-4249-a24d-f318b40bbb54'),(4018,3322,1382,1630,4,'2017-04-11 12:42:52','bff48c39-8a6f-4210-98a2-6c9554ba3278'),(4019,1417,1382,1640,4,'2017-04-11 12:42:52','d5d18ea4-efd1-4e36-89e3-028cd660bc36'),(4020,3333,1382,1650,4,'2017-04-11 12:42:52','a37afa62-e9d5-4a37-b31a-1b1777d22751'),(4021,1715,1382,1660,4,'2017-04-11 12:42:52','35d5d754-5713-4302-83fb-c23624dd4678'),(4022,1716,1382,1670,4,'2017-04-11 12:42:52','9f62ff86-ddd8-48cf-9f18-85bdf4c7596d'),(4023,1717,1382,1680,4,'2017-04-11 12:42:52','7a2378b4-862c-4a7c-bac2-668a2ddd464a'),(4024,3395,1382,1690,4,'2017-04-11 12:42:52','1c5340e5-a012-40bb-a5b0-6796d1a9e28d'),(4025,3399,1382,1700,4,'2017-04-11 12:42:52','a408ac6d-a7d1-4fa0-b1e1-1c79e61991e9'),(4026,3400,1382,1710,4,'2017-04-11 12:42:52','a7c9da41-b2c7-4432-b36e-7348ee75e001'),(4027,3401,1382,1720,4,'2017-04-11 12:42:52','2e0868f4-ca3c-4e31-bda1-d81ea3431185'),(4028,3402,1382,1730,4,'2017-04-11 12:42:52','cd2731df-2f95-47da-9177-ebe986501332'),(4029,3403,1382,1740,4,'2017-04-11 12:42:52','0ffe33eb-443a-4c5e-8678-27d6ccc581eb'),(4030,3404,1382,1750,4,'2017-04-11 12:42:52','c7c07bda-3ac7-425c-ac57-64633739d893'),(4031,3405,1382,1760,4,'2017-04-11 12:42:52','8f58396e-9c96-4795-b55d-ca70b2e5f890'),(4032,3407,1382,1770,4,'2017-04-11 12:42:52','efab8ab7-3f75-41c5-aec1-cc5674a8ff7b'),(4033,3408,1382,1780,4,'2017-04-11 12:42:52','ee8cf663-73a1-4ae5-bc93-ac50e2083c4d'),(4034,3409,1382,1790,4,'2017-04-11 12:42:52','3fadd440-1fa8-4e41-9d31-041fa3669fdd'),(4035,3428,1382,1800,4,'2017-04-11 12:42:52','373acbb0-9583-4796-b5da-177698a3b9eb'),(4036,3432,1382,1830,4,'2017-04-11 12:42:52','6ff83fb1-5f49-4c83-bbb4-e34487b7c437'),(4037,3438,1382,1840,4,'2017-04-11 12:42:52','4fbd44d6-c4dc-4697-ba3e-910df11322b0'),(4038,3444,1382,1850,4,'2017-04-11 12:42:52','2103d2c3-b1ec-443c-aadd-775a2030efdc'),(4039,3445,1382,1860,4,'2017-04-11 12:42:52','5e96c7be-3d9c-4ece-bd56-bed47d428032'),(4040,3447,1382,1870,4,'2017-04-11 12:42:52','c4055edf-557d-4417-a761-d8c2e83af783'),(4041,3448,1382,1880,4,'2017-04-11 12:42:52','7382f753-a6cf-4e8d-bf77-44bf6b9c958a'),(4042,3449,1382,1890,4,'2017-04-11 12:42:52','3d2d2ca3-abf3-444c-b510-ac0d9ef71dea'),(4043,3450,1382,1900,4,'2017-04-11 12:42:52','a2f299ed-ebf4-4074-bab8-16f5ffead997'),(4044,3541,1382,1905,4,'2017-04-11 12:42:52','63bf483f-5b81-4c08-9e8c-2baec5cf3543'),(4045,3218,1381,1000,4,'2017-04-11 12:42:54','0bd4ea71-73ec-4bb3-ab86-ad9956e9d239'),(4046,3219,1381,1010,4,'2017-04-11 12:42:54','b5498f6f-e6df-4c97-bf7e-52115c898d2d'),(4047,3285,1381,1020,4,'2017-04-11 12:42:54','de76d259-ee67-4e45-be48-9718b1beb50b'),(4048,3338,1381,1030,4,'2017-04-11 12:42:54','f8adb339-1bb6-4e86-8995-a1fb760cb1f3'),(4049,3340,1381,1040,4,'2017-04-11 12:42:54','cb9bbceb-a566-4e85-a8ca-5207952dfceb'),(4050,3341,1381,1060,4,'2017-04-11 12:42:54','5ab6bceb-b4b7-466a-aee2-c1cd8568f77e'),(4051,3343,1381,1070,4,'2017-04-11 12:42:54','2e76f748-4a70-4462-8c44-c4c21731d196'),(4052,3376,1381,1080,4,'2017-04-11 12:42:54','e52361f2-9ba0-4c29-926b-026585eae151'),(4053,3377,1381,1090,4,'2017-04-11 12:42:54','cce2352b-f164-45b4-b974-d352679612f9'),(4054,3378,1381,1100,4,'2017-04-11 12:42:54','6115c53c-5430-4c64-980f-ca38b6b4afb0'),(4055,3379,1381,1110,4,'2017-04-11 12:42:54','53e9a01b-f7cc-4759-b0cd-1355ac7f99dc'),(4056,3380,1381,1130,4,'2017-04-11 12:42:54','7eb0201f-7705-4d11-b242-8cf665c178c8'),(4057,3381,1381,1140,4,'2017-04-11 12:42:54','20a065c6-a5d4-480d-8d42-caaa03804a13'),(4058,3382,1381,1150,4,'2017-04-11 12:42:54','1697ab31-4f17-4c53-aac7-d4bea0368f68'),(4059,3383,1381,1160,4,'2017-04-11 12:42:54','7906244b-cad2-4da5-a356-05ab8ec5c428'),(4060,3384,1381,1170,4,'2017-04-11 12:42:54','bef12488-101c-4c1a-bb1b-3e491400858e'),(4061,3392,1381,1190,4,'2017-04-11 12:42:54','db7b29b5-8f7b-45e1-be1b-af224acb442c'),(4062,3431,1381,1200,4,'2017-04-11 12:42:54','4c804cfa-76b0-4e71-8c66-38a709c7969d'),(4063,3433,1381,1210,4,'2017-04-11 12:42:54','4d619d7c-d8b8-4c92-bd8d-3fb1e434a72e'),(4064,3435,1381,1215,4,'2017-04-11 12:42:54','00e91ce3-a4d6-4cf4-b18d-a62bd243f7aa'),(4065,3268,1384,1000,4,'2017-04-11 12:42:55','d67a0775-5bb1-4c0e-9025-269a3d18b538'),(4066,3269,1384,1010,4,'2017-04-11 12:42:55','301c88eb-2591-4da7-b1c1-8b02d9363295'),(4067,3270,1384,1020,4,'2017-04-11 12:42:55','245d23fe-1f5d-4528-a2db-d3a9b6e4e8fd'),(4068,3286,1384,1030,4,'2017-04-11 12:42:55','e8318345-1ffc-4919-b46c-96157afe42ed'),(4069,3364,1384,1040,4,'2017-04-11 12:42:55','c1fc39b7-369a-49c6-8c6a-09d8ad36ec12'),(4070,3365,1384,1050,4,'2017-04-11 12:42:55','75d33adc-4427-44e2-b5f0-6ba133ea727f'),(4071,3366,1384,1060,4,'2017-04-11 12:42:55','606c00cf-a6ca-43fb-a2a8-37669db5e974'),(4072,3367,1384,1070,4,'2017-04-11 12:42:55','8c0767f8-c7fa-4ab3-af17-d4c595acfa25'),(4073,3368,1384,1080,4,'2017-04-11 12:42:55','17b9bf7d-3061-4c53-aa83-d66212a3bb94'),(4074,3369,1384,1090,4,'2017-04-11 12:42:55','afa5e748-a673-400b-b94f-6f9d9a3becab'),(4075,3370,1384,1100,4,'2017-04-11 12:42:55','8699ba62-a6f5-4261-96cc-6a5837a57727'),(4076,3371,1384,1120,4,'2017-04-11 12:42:55','0892cb13-90a0-4bdf-be4f-480f507b9f2a'),(4077,3372,1384,1130,4,'2017-04-11 12:42:55','e3c69985-059d-490a-8843-ac483e9e1e8b'),(4078,3373,1384,1140,4,'2017-04-11 12:42:55','fa852add-3034-48c3-9640-7dff74c6c4f8'),(4079,3374,1384,1150,4,'2017-04-11 12:42:55','f012b8ef-6b8a-4715-85f4-5962cd651d15'),(4080,3375,1384,1155,4,'2017-04-11 12:42:55','3537863f-7ebf-4d70-bc43-717a1ff04bcb'),(4081,3210,3554,1000,4,'2017-04-11 12:42:56','4a56dddb-d358-4e23-9533-8340e75057de'),(4082,1403,3554,1010,4,'2017-04-11 12:42:56','9dc50422-4d5b-4eeb-a701-217472db3d26'),(4083,3287,3554,1020,4,'2017-04-11 12:42:56','077a2054-434b-473d-a74f-0030e558f008'),(4084,3309,3554,1030,4,'2017-04-11 12:42:56','9d835783-9d3a-4308-86fd-5c1a91f15d60'),(4085,3317,3554,1040,4,'2017-04-11 12:42:56','67c9b14c-cf9c-4a64-a276-5882fe7e815c'),(4086,1406,3554,1050,4,'2017-04-11 12:42:56','f29b8404-7a6c-4728-946a-86e286789f19'),(4087,3393,3554,1060,4,'2017-04-11 12:42:56','fe3f0755-3d94-4676-a686-fabafb64cca3'),(4088,3394,3554,1070,4,'2017-04-11 12:42:56','af263807-3046-45c5-9ac3-b354d0466192'),(4089,3410,3554,1080,4,'2017-04-11 12:42:56','9bcfac1f-e555-4ca6-8d2c-540d43acea07'),(4090,1386,3554,1090,4,'2017-04-11 12:42:56','23237974-75ac-4ba6-aee5-77b9098aa698'),(4091,3411,3554,1100,4,'2017-04-11 12:42:56','a7361331-fe6f-4a9d-9bda-7d9f6de5554f'),(4092,3414,3554,1110,4,'2017-04-11 12:42:56','ff441101-7f8e-40c0-a6d6-41b19ba73d9d'),(4093,1433,3554,1120,4,'2017-04-11 12:42:56','239bd955-a6d5-423e-8f56-0981ce62a4d2'),(4094,3211,3555,1000,4,'2017-04-11 12:42:56','46a591c2-ad09-4742-afe7-c603ba63626d'),(4095,3255,3555,1010,4,'2017-04-11 12:42:56','46619ea5-142a-4236-a869-88a18ea06fa9'),(4096,3288,3555,1020,4,'2017-04-11 12:42:56','4d79c8c2-6cd4-4275-b60c-8fdb40ae4b4f'),(4097,3310,3555,1030,4,'2017-04-11 12:42:56','38709794-8b04-4d54-be8c-ce601b513da4'),(4098,3318,3555,1040,4,'2017-04-11 12:42:56','27bab4fc-f271-49c0-bb37-37cfe9a58010'),(4099,3327,3555,1050,4,'2017-04-11 12:42:56','97d42cad-debe-4dcf-abda-78fe37b48cbe'),(4100,3220,3556,1000,4,'2017-04-11 12:42:58','92b99291-e786-4a9d-8152-c8d8d35681aa'),(4101,3243,3556,1010,4,'2017-04-11 12:42:58','97d28471-ae87-4642-b409-3624ca76045d'),(4102,3245,3556,1020,4,'2017-04-11 12:42:58','f7c2fee3-07f0-4cc2-a198-208e4811ff91'),(4103,3246,3556,1030,4,'2017-04-11 12:42:58','90e95b24-c1d0-4abd-aed3-b178c44cc895'),(4104,3247,3556,1040,4,'2017-04-11 12:42:58','11362f8e-707d-41cf-a2a8-8dc5a2cfda9c'),(4105,3248,3556,1050,4,'2017-04-11 12:42:58','08fe85fe-26c4-4e83-893d-12750f168b5a'),(4106,3249,3556,1060,4,'2017-04-11 12:42:58','00f46a6f-78cf-4d05-8591-3c7e41c03355'),(4107,3250,3556,1070,4,'2017-04-11 12:42:58','d9461324-f5bb-4a6f-a953-cd884c661e8b'),(4108,3251,3556,1080,4,'2017-04-11 12:42:58','0f5c71ef-c87a-4c4c-9980-bf3fcab4b7b5'),(4109,3253,3556,1090,4,'2017-04-11 12:42:58','9445d414-48c7-45b0-881a-de7ea36ceb7f'),(4110,3254,3556,1100,4,'2017-04-11 12:42:58','d7041a18-be99-42e6-8203-11b51f32850b'),(4111,3352,3556,1110,4,'2017-04-11 12:42:58','ae55c114-c26d-44fb-8a86-5e04c714a990'),(4112,3353,3556,1120,4,'2017-04-11 12:42:58','fc25f5ee-ecb8-492d-8bc3-74bde75abbee'),(4113,3354,3556,1130,4,'2017-04-11 12:42:58','b8e3c2db-6883-42bd-9fbb-46d618c26182'),(4114,3355,3556,1140,4,'2017-04-11 12:42:58','ac0e4ce2-4499-4e21-aac2-768de2649a8a'),(4115,3356,3556,1150,4,'2017-04-11 12:42:58','2fa56920-66f2-4e4a-83bc-86ecf658a58c'),(4116,3357,3556,1160,4,'2017-04-11 12:42:58','1dc50df5-1243-4a58-a721-1968e6b91947'),(4117,3358,3556,1170,4,'2017-04-11 12:42:58','f26c4a9c-75f2-40ad-8cbd-ea2b9c2800d9'),(4118,3359,3556,1180,4,'2017-04-11 12:42:58','e727b7ef-6338-48ec-8930-302d598985ac'),(4119,3360,3556,1190,4,'2017-04-11 12:42:58','46eeaa8b-b52a-4aa3-9f26-a76685ab2784'),(4120,3361,3556,1200,4,'2017-04-11 12:42:58','1e6afe0f-c9ac-4fe1-a109-bad1f9d142a5'),(4121,3362,3556,1210,4,'2017-04-11 12:42:58','9e327648-e59d-48d7-ac02-ecbaf1502d4b'),(4122,3363,3556,1220,4,'2017-04-11 12:42:58','b3185eba-3689-498a-acdf-b09c1b38d14b'),(4123,3413,3556,1230,4,'2017-04-11 12:42:58','1e66b16e-0797-4d21-a929-7c37d00a6787'),(4124,3446,3556,1240,4,'2017-04-11 12:42:58','8885d9b0-ad28-45ff-a444-c1d70c02c30b'),(4125,3385,3557,1000,4,'2017-04-11 12:42:58','f5620066-be1d-459c-a753-053b603c6ef7'),(4126,3386,3557,1010,4,'2017-04-11 12:42:58','3aa898f5-d85c-4d83-8b91-c914fb181512'),(4127,3387,3557,1020,4,'2017-04-11 12:42:58','9dd02aba-f2ff-4006-9df7-fa24b23946a6'),(4128,3388,3557,1030,4,'2017-04-11 12:42:58','a3a74d1e-67a3-44db-b7c5-cf827a2dfd0b'),(4129,3389,3557,1040,4,'2017-04-11 12:42:58','707805cb-0bbd-4a67-829f-1908e64c10c4'),(4130,3390,3557,1050,4,'2017-04-11 12:42:58','65acedb0-675f-45bf-bcfd-ee8eb45bfb53'),(4131,3554,31,1050,4,'2017-04-11 12:42:59','0a415d7c-c0b5-4a6d-828e-e26c452b39eb'),(4132,3555,31,1060,4,'2017-04-11 12:42:59','c156b6ea-c6b1-45ac-b683-ea6fc0661b32'),(4133,3556,31,1070,4,'2017-04-11 12:42:59','af9feebf-3609-4a4c-8fb9-98b82f74a6dd'),(4134,3557,31,1080,4,'2017-04-11 12:42:59','a40a0e76-236d-48a3-94ef-0217d41d89c3'),(4135,3209,1383,1000,4,'2017-04-11 13:08:12','f343855d-0b73-41b6-b105-aaabec997ca6'),(4136,3213,1383,1010,4,'2017-04-11 13:08:12','2cd01473-9586-48cc-bb69-75c5e8d4a14a'),(4137,3217,1383,1020,4,'2017-04-11 13:08:12','f82230c9-909c-4d93-852b-763bf939b9be'),(4138,3239,1383,1030,4,'2017-04-11 13:08:12','add4a9bb-9cad-429c-bcd5-e85c3817d1c3'),(4139,3240,1383,1040,4,'2017-04-11 13:08:12','808a27f8-9756-4474-96ea-991808e15b38'),(4140,3241,1383,1050,4,'2017-04-11 13:08:12','caba7fbc-21e7-4d59-a560-5b7707e72eaa'),(4141,3257,1383,1070,4,'2017-04-11 13:08:12','48bbcd36-7eee-47c1-a03c-8da870c03fef'),(4142,3260,1383,1080,4,'2017-04-11 13:08:12','76a19b29-5039-4617-818f-f8d529fba86d'),(4143,3290,1383,1100,4,'2017-04-11 13:08:12','3fd01c4f-2d82-47c9-a6ae-e0b950e286ab'),(4144,3294,1383,1110,4,'2017-04-11 13:08:12','580c59e9-2118-4511-9ce6-65b9849762f9'),(4145,3312,1383,1120,4,'2017-04-11 13:08:12','376a9e64-15c7-4e72-98f4-f4e0dc7a9498'),(4146,3316,1383,1130,4,'2017-04-11 13:08:12','74299cf3-3483-48a9-a39c-f4a76347f39e'),(4147,3320,1383,1140,4,'2017-04-11 13:08:12','b23be6b4-674d-4307-9fe3-49e3f03c17b2'),(4148,3324,1383,1150,4,'2017-04-11 13:08:12','689d8ae6-c34c-4070-9994-cecda8d40629'),(4149,1422,1383,1160,4,'2017-04-11 13:08:12','811df174-3798-46bb-ae16-046266561b51'),(4150,3337,1383,1170,4,'2017-04-11 13:08:12','eabddd63-0f9b-4762-a8b8-459a50886966'),(4151,3344,1383,1180,4,'2017-04-11 13:08:12','1149b96a-db26-4066-a12e-9bc4b199e0a3'),(4152,3345,1383,1190,4,'2017-04-11 13:08:12','c1dd46e8-e6da-481f-a10b-29a402342335'),(4153,3346,1383,1210,4,'2017-04-11 13:08:12','5f1c3ef3-2258-4854-afe5-1a082d759731'),(4154,3347,1383,1220,4,'2017-04-11 13:08:12','a833e8df-840b-4cdf-ac98-6555574c216d'),(4155,3348,1383,1240,4,'2017-04-11 13:08:12','5ca71b5e-aad7-4eb6-9960-780805b98e7a'),(4156,3349,1383,1250,4,'2017-04-11 13:08:12','7c8e519f-d703-4b85-b51b-1f732a66dd94'),(4157,3350,1383,1260,4,'2017-04-11 13:08:12','91ed3bdb-50b4-4515-a424-4c38b8ba8ec5'),(4158,3351,1383,1270,4,'2017-04-11 13:08:12','e24ae265-c871-410a-bf57-452e90cfaf5e'),(4159,3391,1383,1290,4,'2017-04-11 13:08:12','df7d5e46-b6af-42e5-afe1-094262813097'),(4160,3396,1383,1300,4,'2017-04-11 13:08:12','6468a732-e198-47c5-bfaa-81fc5a959fa9'),(4161,3397,1383,1310,4,'2017-04-11 13:08:12','7577be9b-b9c5-4a07-8e53-df26fd9bdca5'),(4162,3406,1383,1320,4,'2017-04-11 13:08:12','2aeb4470-dd9f-482d-b120-81632e22bcd2'),(4163,3412,1383,1370,4,'2017-04-11 13:08:12','ba77fb8f-4216-4d90-92a2-10b43ec262bb'),(4164,3415,1383,1390,4,'2017-04-11 13:08:12','0a132855-5917-454c-aea1-8116d17c9cbc'),(4165,3416,1383,1400,4,'2017-04-11 13:08:12','eb719046-1781-4a5e-8bc0-b98f5a694c48'),(4166,3417,1383,1410,4,'2017-04-11 13:08:12','9ff054d2-a4da-42a3-aed6-2c338236afb0'),(4167,3418,1383,1420,4,'2017-04-11 13:08:12','1e24522a-9c04-483b-b987-7e4fe8c9251d'),(4168,3419,1383,1430,4,'2017-04-11 13:08:12','4aba9b35-b800-43e5-bd7a-108775503a88'),(4169,3425,1383,1450,4,'2017-04-11 13:08:12','13a1ced9-3a8c-4402-83b7-968a16dcf77c'),(4170,3426,1383,1460,4,'2017-04-11 13:08:12','9e636381-920b-43e8-9548-6b58c8d4b7e6'),(4171,3427,1383,1470,4,'2017-04-11 13:08:12','a56e82f2-fd1b-4b00-8580-010136d0b300'),(4172,3434,1383,1480,4,'2017-04-11 13:08:12','0a92a697-27de-4cdc-a668-6eea81dc9782'),(4173,3451,1383,1490,4,'2017-04-11 13:08:12','c197f8e1-089f-4818-9d1f-7efb3bb6005d'),(4174,3452,1383,1500,4,'2017-04-11 13:08:12','6c1b205d-f2ae-4678-867b-65dcd70cb43f'),(4175,3456,1383,1510,4,'2017-04-11 13:08:12','ee30f5aa-0333-42b7-9619-97fb824c5e49'),(4176,3457,1383,1520,4,'2017-04-11 13:08:12','4a6c0bb4-d2fd-4a90-b379-756e20854552'),(4177,3458,1383,1530,4,'2017-04-11 13:08:12','55705da1-2b2d-44d3-9e76-dcc58f1dcfb1'),(4178,3459,1383,1540,4,'2017-04-11 13:08:12','d35ad054-5d12-4311-bd87-04cf59be1183'),(4179,3462,1383,1550,4,'2017-04-11 13:08:12','fa83fd6a-11ca-4d9c-ac96-3560e171e922'),(4180,3461,1383,1560,4,'2017-04-11 13:08:12','5194b5fd-caa8-4cb6-bcee-b1636bacaa9b'),(4181,3619,1383,1570,4,'2017-04-11 13:08:12','324e8619-847f-49d4-a63d-0ba4feba4d63'),(4182,3463,1383,1580,4,'2017-04-11 13:08:12','5e07bf40-05a4-4350-9711-65301058de2e'),(4183,3464,1383,1590,4,'2017-04-11 13:08:12','20836ccb-5f3b-4c52-b7a3-1403849c7262'),(4184,3466,1383,1600,4,'2017-04-11 13:08:12','4612113e-7de5-4e8e-912d-c19791fe7bc1'),(4185,3467,1383,1610,4,'2017-04-11 13:08:12','143af99e-282e-44e5-9f27-073b193135e7'),(4186,3468,1383,1620,4,'2017-04-11 13:08:12','6eaea3ae-b757-48c9-b35b-398195f057ec'),(4187,3469,1383,1630,4,'2017-04-11 13:08:12','9bf3447b-2c77-4d0e-9b83-999813cccacc'),(4188,3470,1383,1640,4,'2017-04-11 13:08:12','c68a1c3f-7f7c-47d6-b06b-67333544dbfc'),(4189,3472,1383,1650,4,'2017-04-11 13:08:12','4c4015a7-6a45-48f4-893c-67cbf17dd7da'),(4190,3473,1383,1655,4,'2017-04-11 13:08:12','be9f9140-2a73-4442-a573-f3624e40a1ec'),(4191,3242,3620,1000,4,'2017-04-11 15:20:37','e4f81f1f-2a54-4f03-82d4-189970b0757e'),(4192,3247,3620,1010,4,'2017-04-11 15:20:37','e90bff8a-972e-4ce0-8c6d-abfc1570d281'),(4193,3245,3620,1020,4,'2017-04-11 15:20:37','23e0091f-2bd5-4aeb-b1b5-3c165dcbd24a'),(4194,3243,3620,1030,4,'2017-04-11 15:20:37','6aab04be-f809-4d91-8c94-0fa0f8e51d1f'),(4195,3253,3620,1040,4,'2017-04-11 15:20:37','21442f43-9fb1-4929-9474-0f8ed3de433d'),(4196,3250,3620,1050,4,'2017-04-11 15:20:37','acb6a6c8-90d6-4359-8487-e35224ca53c1'),(4197,3246,3620,1060,4,'2017-04-11 15:20:37','c5929852-5fff-48cc-996c-50fb715a9d94'),(4198,3248,3620,1070,4,'2017-04-11 15:20:37','6514bb15-6370-4e86-8b6e-53615a4c168c'),(4199,3249,3620,1080,4,'2017-04-11 15:20:37','d05852be-cdc4-48d6-bd6a-70730a40627e'),(4200,3254,3620,1090,4,'2017-04-11 15:20:37','87ad26b2-571c-43ee-9648-fe96935afcbb'),(4201,3204,3620,1100,4,'2017-04-11 15:20:37','2b17713a-f5a9-4039-880e-13f8517d52eb'),(4202,3252,3620,1110,4,'2017-04-11 15:20:37','67498151-4e0b-4da5-9216-781a083e36da'),(4203,3244,3620,1120,4,'2017-04-11 15:20:37','faeffce6-1c0b-45aa-b8d0-0438c9c1bb21'),(4204,3251,3620,1130,4,'2017-04-11 15:20:37','d766dd1f-19aa-4921-a409-f57aac5d5740'),(4205,3203,1468,1000,4,'2017-04-11 15:20:41','add6253e-1c54-4261-ba4a-f65d919a9a11'),(4206,3204,1468,1010,4,'2017-04-11 15:20:41','43511a7e-07e7-49cf-ba39-34d00e12d23f'),(4207,3205,1468,1020,4,'2017-04-11 15:20:41','01308dff-479f-4be4-8acf-d7555ba3caf7'),(4208,3206,1468,1060,4,'2017-04-11 15:20:41','ea906b28-35d6-4153-8ba2-6860e41ea8ec'),(4209,3207,1468,1070,4,'2017-04-11 15:20:41','68319c54-d8b2-450c-a19d-53d921ec33eb'),(4210,3209,1468,1120,4,'2017-04-11 15:20:41','59ad436e-d483-41a5-9821-e49e4ca72a6b'),(4211,3238,1468,1130,4,'2017-04-11 15:20:41','40901657-dcc9-4f80-81e7-189b76d83e72'),(4212,3239,1468,1160,4,'2017-04-11 15:20:41','ffb937b9-2d49-4063-b7ff-4ab91b46b03b'),(4213,3240,1468,1170,4,'2017-04-11 15:20:41','73dcf007-162c-4688-8bcc-f8c8e0d92871'),(4214,3241,1468,1180,4,'2017-04-11 15:20:41','30fb9553-7382-489b-b3f8-dff616eac47d'),(4215,3242,1468,1190,4,'2017-04-11 15:20:41','da94276e-5e1a-4913-a18f-d986dbbc2b2d'),(4216,3243,1468,1200,4,'2017-04-11 15:20:41','475b2656-f3f6-4ffa-a4fb-19bca3e651eb'),(4217,3244,1468,1210,4,'2017-04-11 15:20:41','4f9ba8ae-5aa4-4865-acab-17caa1e1cf18'),(4218,3245,1468,1220,4,'2017-04-11 15:20:41','a8470a38-a97a-4367-8243-92773c728cf7'),(4219,3246,1468,1230,4,'2017-04-11 15:20:41','ec10f338-00c9-4faa-aec1-baf42fc4cbd7'),(4220,3247,1468,1240,4,'2017-04-11 15:20:41','4dbfb682-39ac-4014-990d-beedfc1b65a8'),(4221,3248,1468,1250,4,'2017-04-11 15:20:41','106c939a-936b-476f-9584-6574e83e3dca'),(4222,3249,1468,1260,4,'2017-04-11 15:20:41','2a3b37ff-dc6c-4a92-b085-40c4f2f58fd7'),(4223,3250,1468,1270,4,'2017-04-11 15:20:41','ded89493-1025-4789-8d91-9862e01b621d'),(4224,3251,1468,1280,4,'2017-04-11 15:20:41','20b9b314-576e-4bc5-a7cd-a99cda1f1670'),(4225,3252,1468,1290,4,'2017-04-11 15:20:41','5ec99ba3-06c9-48b8-ba12-91f456652677'),(4226,3253,1468,1300,4,'2017-04-11 15:20:41','98f1c027-c6b2-412e-81bf-d5c022967a65'),(4227,3254,1468,1310,4,'2017-04-11 15:20:41','c185f059-1a29-4401-a9b9-59c53ef4fff5'),(4228,3261,1468,1320,4,'2017-04-11 15:20:41','85143a54-4c9b-447c-8fd5-a18814848ce0'),(4229,3262,1468,1330,4,'2017-04-11 15:20:41','45dbd931-5476-4e54-b9f5-fa5da30bcb6f'),(4230,3263,1468,1340,4,'2017-04-11 15:20:41','0bbdf5f1-8a5a-432a-b4d9-79bb3fe499e5'),(4231,3264,1468,1350,4,'2017-04-11 15:20:41','8b6edbea-d596-4a3a-91ec-ead6acd1418d'),(4232,3265,1468,1360,4,'2017-04-11 15:20:41','17a0936a-7a82-4138-ac08-1cf55d388e2c'),(4233,3271,1468,1370,4,'2017-04-11 15:20:41','1e650abb-8357-499f-9c9c-782d3cd39895'),(4234,3273,1468,1380,4,'2017-04-11 15:20:41','efac09da-858c-4a78-9104-66bbafc46a98'),(4235,3275,1468,1390,4,'2017-04-11 15:20:41','76f7a54c-a26b-4177-94a4-1fc889195729'),(4236,3277,1468,1400,4,'2017-04-11 15:20:41','a69f545a-30cb-4857-9389-50a7f1cbf49b'),(4237,3279,1468,1410,4,'2017-04-11 15:20:41','3efb14cc-5d37-4ec0-b856-6601a84f065e'),(4238,3281,1468,1420,4,'2017-04-11 15:20:41','716d078d-8cd7-4f69-800b-9f01569c26cd'),(4239,3282,1468,1430,4,'2017-04-11 15:20:41','fd6b9212-592d-4943-ba70-c5d2de5824d3'),(4240,3283,1468,1440,4,'2017-04-11 15:20:41','4f90c5b0-25a5-40e5-bb82-1488b5e062b2'),(4241,3284,1468,1450,4,'2017-04-11 15:20:41','3998640b-5409-498d-a5ea-1eda8051f149'),(4242,3307,1468,1460,4,'2017-04-11 15:20:41','52d1e895-771a-40bc-a761-e969a3d704dc'),(4243,3308,1468,1470,4,'2017-04-11 15:20:41','a975c5ad-f4cc-4ee2-b9c1-bf599068536e'),(4244,3339,1468,1480,4,'2017-04-11 15:20:41','763b26bf-3227-4595-bbd6-adc99accbd6d'),(4245,3352,1468,1490,4,'2017-04-11 15:20:41','90b2ff71-4a5e-4569-89ce-be8a18e2ee27'),(4246,3353,1468,1500,4,'2017-04-11 15:20:41','1afbea54-d267-45d0-a87a-febf36790d83'),(4247,3354,1468,1510,4,'2017-04-11 15:20:41','f2028f03-b3da-4a85-a21a-7a5ac57bbdfe'),(4248,3355,1468,1520,4,'2017-04-11 15:20:41','abcfbf21-b9fb-4590-b4a4-5eaef5ffc8c8'),(4249,3356,1468,1530,4,'2017-04-11 15:20:41','c838b838-a8a4-4e5a-92e2-53c65b300278'),(4250,3357,1468,1540,4,'2017-04-11 15:20:41','de44c10a-76ba-4c4b-822f-0696ec196a64'),(4251,3398,1468,1550,4,'2017-04-11 15:20:41','fad458dd-0146-4358-9974-1142d4b94ea2'),(4252,3399,1468,1560,4,'2017-04-11 15:20:41','5280c463-b98c-41b3-8c74-2c0a0fb39ce0'),(4253,3406,1468,1570,4,'2017-04-11 15:20:41','56f69b67-8bab-4d08-82fb-0559dd3dd271'),(4254,3421,1468,1600,4,'2017-04-11 15:20:41','5ae55c5a-b499-4111-9d8a-779ccc5e56fd'),(4255,3423,1468,1610,4,'2017-04-11 15:20:41','9afbcdf1-1ffb-4312-8d24-5b89bae8add7'),(4256,3424,1468,1620,4,'2017-04-11 15:20:41','a21b71b5-1a84-4810-aa22-b95c8149d37d'),(4257,3558,1468,1630,4,'2017-04-11 15:20:41','48fe5272-3e79-4b57-9201-738f21a9faee'),(4258,3560,1468,1650,4,'2017-04-11 15:20:41','1e151065-74cd-42dd-83c2-1cc8e8e1dfcc'),(4259,3561,1468,1660,4,'2017-04-11 15:20:41','be7a0351-8b8a-49dd-bbc0-a4a0024f0963'),(4260,3562,1468,1670,4,'2017-04-11 15:20:41','26256c16-5fa0-4533-92a5-ac3c84ce9236'),(4261,3565,1468,1680,4,'2017-04-11 15:20:41','036e3f45-370e-4bdb-ae2c-0daaa2696e3b'),(4262,3567,1468,1690,4,'2017-04-11 15:20:41','16f036e0-2816-40d0-989f-0fbf250d192c'),(4263,3439,1468,1700,4,'2017-04-11 15:20:41','0fce35b8-78d9-454b-b392-8d30b1f58a07'),(4264,3440,1468,1710,4,'2017-04-11 15:20:41','14bfa875-2970-4e28-b6ad-eea682ab8ac1'),(4265,3447,1468,1720,4,'2017-04-11 15:20:41','6c61f5e6-7477-414f-8834-ce4c5a8d41e5'),(4266,3577,1468,1730,4,'2017-04-11 15:20:41','5e97e3fb-1d00-43a6-a87d-4ff2e8673724'),(4267,3589,1468,1740,4,'2017-04-11 15:20:41','dc99d7aa-b3d6-4f7b-8e57-052933690e5c'),(4268,3552,1468,1750,4,'2017-04-11 15:20:41','283ecb59-d45b-4af0-8ede-2f59c87bcc60'),(4269,3553,1468,1755,4,'2017-04-11 15:20:41','00c7510c-fe58-49bc-ad08-b472d3bf8cfb'),(4270,3208,1483,1000,4,'2017-04-11 15:20:47','1913bcb6-52a3-4ef5-8623-08a4f93ad96b'),(4271,3220,1483,1010,4,'2017-04-11 15:20:47','27fc8c74-7521-4280-bc5d-4ae88bcdb6e3'),(4272,3221,1483,1030,4,'2017-04-11 15:20:47','7cf78d0f-5317-49b2-88fb-ec34a626e2e8'),(4273,3222,1483,1040,4,'2017-04-11 15:20:47','691961b6-81c1-42d0-84fa-1afdcd566499'),(4274,3223,1483,1050,4,'2017-04-11 15:20:47','166e1e5d-4d34-4ca5-a988-853b93509a24'),(4275,3224,1483,1060,4,'2017-04-11 15:20:47','fec91d27-7019-4420-b7d4-b891a167aca7'),(4276,3225,1483,1070,4,'2017-04-11 15:20:47','b9ec49cc-34da-40ea-be41-ec2a7d36d70a'),(4277,3226,1483,1090,4,'2017-04-11 15:20:47','f5f0335c-6e4d-444e-bc56-b1b7c9551946'),(4278,3227,1483,1100,4,'2017-04-11 15:20:47','390ccd9c-d001-439d-8a0e-fb583519ad9b'),(4279,3228,1483,1110,4,'2017-04-11 15:20:47','9bee5b58-3fca-465e-bc48-767169bde468'),(4280,3229,1483,1120,4,'2017-04-11 15:20:47','c1f2d161-977f-4463-9600-b2077f114d33'),(4281,3230,1483,1130,4,'2017-04-11 15:20:47','bcf769b0-c3ed-4f64-b937-be2ed3e3c8b4'),(4282,3231,1483,1140,4,'2017-04-11 15:20:47','e838b4d1-13b1-43c0-b652-fda14ba4525a'),(4283,3232,1483,1150,4,'2017-04-11 15:20:47','9e0f4713-a3e3-42c5-9605-b1e954783e60'),(4284,3233,1483,1160,4,'2017-04-11 15:20:47','b8a21393-8795-466b-93cd-abc25cd482e0'),(4285,3234,1483,1170,4,'2017-04-11 15:20:47','31acea98-16bd-4b78-816b-24ad893a28e8'),(4286,3235,1483,1180,4,'2017-04-11 15:20:47','88d37d05-8e02-40ff-9094-3bb8ce1a4faa'),(4287,3236,1483,1190,4,'2017-04-11 15:20:47','9bd2e6fe-7b00-4f7f-a403-921d3f599c14'),(4288,3237,1483,1200,4,'2017-04-11 15:20:47','49672f20-d2e7-40cf-af58-ee08069bacbe'),(4289,3266,1483,1220,4,'2017-04-11 15:20:47','bf6cd2f4-3208-47a5-93ad-c40b764520d4'),(4290,3267,1483,1240,4,'2017-04-11 15:20:47','5ce5aa4f-946c-46b4-8a11-c1b588cdbeb1'),(4291,3295,1483,1270,4,'2017-04-11 15:20:47','3aee0664-7782-465b-be85-16186180f93c'),(4292,3296,1483,1300,4,'2017-04-11 15:20:47','b78acca8-321f-4a30-bfb5-15fb3f73d651'),(4293,3297,1483,1310,4,'2017-04-11 15:20:47','a3aafe3a-ceba-4c85-97c7-753e5d6dab9b'),(4294,3298,1483,1320,4,'2017-04-11 15:20:47','b05ad70d-71f1-4b32-aada-245c9083f3b3'),(4295,3299,1483,1330,4,'2017-04-11 15:20:47','d1c5916a-b8d9-4518-adc1-bf4b08b83b52'),(4296,3300,1483,1350,4,'2017-04-11 15:20:47','36c95f8a-ec25-470a-a590-7a830f9a385e'),(4297,3301,1483,1360,4,'2017-04-11 15:20:47','a312552e-805b-4c3d-a354-25ebe47cc16a'),(4298,3302,1483,1370,4,'2017-04-11 15:20:47','b0fbd72f-b4aa-44b1-afa2-7327b0181f2f'),(4299,3303,1483,1380,4,'2017-04-11 15:20:47','bf995a48-08ca-4ad7-b3c3-b10a2205f4eb'),(4300,3304,1483,1390,4,'2017-04-11 15:20:47','4456f375-28b6-4a59-b49a-1a9ea400051a'),(4301,3305,1483,1400,4,'2017-04-11 15:20:47','9954c968-3827-4ec0-b172-22e166f5ae58'),(4302,3358,1483,1410,4,'2017-04-11 15:20:47','f5998330-68b8-4547-af58-2371292badd9'),(4303,3359,1483,1420,4,'2017-04-11 15:20:47','e6a9fd91-18cc-4d0c-b66b-ada9e2765a64'),(4304,3360,1483,1430,4,'2017-04-11 15:20:47','12d2fdf7-53a0-46f0-a0fe-63eee4c0e3be'),(4305,3361,1483,1440,4,'2017-04-11 15:20:47','28c4653e-d5fe-46bb-b20c-03480c7a8c0c'),(4306,3362,1483,1450,4,'2017-04-11 15:20:47','00047e07-16b6-42a9-b8fe-7b85ba53e900'),(4307,3363,1483,1460,4,'2017-04-11 15:20:47','5c30f521-942c-4e77-8f07-8709c058e05c'),(4308,3400,1483,1500,4,'2017-04-11 15:20:47','e4e16ddd-90b4-4d32-bf49-3cb92bbe8e63'),(4309,3401,1483,1510,4,'2017-04-11 15:20:47','ea7d8452-cdd6-4742-96b1-446b63c35de9'),(4310,3402,1483,1520,4,'2017-04-11 15:20:47','2510be0d-9545-4efe-b9a0-4af977708ad5'),(4311,3405,1483,1530,4,'2017-04-11 15:20:47','aa3d3254-6018-42ff-9981-15138107cb14'),(4312,3408,1483,1540,4,'2017-04-11 15:20:47','90dd7034-ea15-4017-ab07-164af908225e'),(4313,3409,1483,1550,4,'2017-04-11 15:20:47','e2232e36-fe6f-488d-8277-39b915996c7f'),(4314,3413,1483,1560,4,'2017-04-11 15:20:47','402725c4-6ff3-450a-b673-0fd5e0a1a985'),(4315,3420,1483,1570,4,'2017-04-11 15:20:47','5bc47457-a434-4f7c-bcea-a922491ad9aa'),(4316,3422,1483,1580,4,'2017-04-11 15:20:47','182a33b8-419f-4a2b-a8e5-a902701a0cc7'),(4317,3428,1483,1590,4,'2017-04-11 15:20:47','f37a9751-f05a-4245-8e6a-3d2fce1a25c3'),(4318,1178,1483,1620,4,'2017-04-11 15:20:47','200a35bd-a48a-425f-8754-31a4602d9f7e'),(4319,3559,1483,1630,4,'2017-04-11 15:20:47','6375a795-ec6a-402b-9372-5046a3acef82'),(4320,3563,1483,1640,4,'2017-04-11 15:20:47','613beeca-ab86-4301-98d6-b6ffd1cb1b5b'),(4321,3566,1483,1660,4,'2017-04-11 15:20:47','b1e603a9-73a9-43bc-b676-c777f21ff8e3'),(4322,3572,1483,1670,4,'2017-04-11 15:20:47','b9da1ee2-c29b-4546-a845-67e8d6413e78'),(4323,3432,1483,1680,4,'2017-04-11 15:20:47','663e854b-5ad7-49ad-a679-fd50a1faba83'),(4324,3438,1483,1690,4,'2017-04-11 15:20:47','ad6359dd-4d2a-4cc8-ab46-98af828c7106'),(4325,3444,1483,1700,4,'2017-04-11 15:20:47','cd2a85e8-d6a5-429c-8987-beee22edc8d0'),(4326,3445,1483,1710,4,'2017-04-11 15:20:47','e4bd024c-8fae-464f-921e-f3ce8857f34c'),(4327,3446,1483,1720,4,'2017-04-11 15:20:47','759c19ce-dcbf-43d6-8f33-0c2f815e4089'),(4328,3448,1483,1730,4,'2017-04-11 15:20:47','2d90a08d-98ec-4315-a34a-4699b243abe2'),(4329,3449,1483,1740,4,'2017-04-11 15:20:47','a85594fd-1b7a-438d-a820-adb38d46ba36'),(4330,3450,1483,1750,4,'2017-04-11 15:20:47','3d2eec2e-3da2-4bfd-9824-290c50028d46'),(4331,3541,1483,1760,4,'2017-04-11 15:20:47','257843ec-4680-4cb8-98f1-b60c069d1d0b'),(4332,3542,1483,1770,4,'2017-04-11 15:20:47','bd2623f6-97aa-48e8-88fd-d6d03d72a8fa'),(4333,3543,1483,1780,4,'2017-04-11 15:20:47','11c0b087-846d-4aa1-ab88-0400d783887d'),(4334,3544,1483,1790,4,'2017-04-11 15:20:47','b10317ef-28b3-4f6d-ae3a-d66e4e8676a7'),(4335,3546,1483,1800,4,'2017-04-11 15:20:47','334068a1-5695-42ab-9447-6883dd0033b1'),(4336,3547,1483,1810,4,'2017-04-11 15:20:47','b2d64634-d06f-40b9-9cf7-9dba6e64200f'),(4337,3548,1483,1820,4,'2017-04-11 15:20:47','203a7b0d-38e8-416c-9c73-18aa719103d0'),(4338,3549,1483,1830,4,'2017-04-11 15:20:47','582a8c30-59c4-4ef3-bd18-80f33a2f85f0'),(4339,3550,1483,1835,4,'2017-04-11 15:20:47','b7dc1607-3298-4adf-bb29-7d792ebeaba2'),(4340,3218,1474,1000,4,'2017-04-11 15:20:49','c3759bc3-18ab-47e2-8dbf-9723fc0cab0e'),(4341,3219,1474,1010,4,'2017-04-11 15:20:49','8c46bc82-6558-46a5-aef2-1c37161ebab6'),(4342,3272,1474,1020,4,'2017-04-11 15:20:49','303811de-f0f4-46f7-8a19-4677796f7622'),(4343,3274,1474,1030,4,'2017-04-11 15:20:49','23c338d0-da0e-4d6e-9b7c-1536735d233c'),(4344,3276,1474,1040,4,'2017-04-11 15:20:49','64a55ca6-b888-423f-9221-d0547cb395ab'),(4345,3278,1474,1050,4,'2017-04-11 15:20:49','574e8132-18ed-4ee5-93c3-9540c0e3b693'),(4346,3280,1474,1060,4,'2017-04-11 15:20:49','5e89ef3f-c11a-4745-9c7c-760567e67ebf'),(4347,3285,1474,1070,4,'2017-04-11 15:20:49','e1e1f919-3459-4a8b-a8e9-340356f47111'),(4348,3338,1474,1080,4,'2017-04-11 15:20:49','be385794-3112-42b4-a788-d76a273eefa4'),(4349,3340,1474,1090,4,'2017-04-11 15:20:49','67ec6b1a-36e3-4006-902f-ded0a46d83d2'),(4350,3341,1474,1110,4,'2017-04-11 15:20:49','304606f6-6ded-4a0a-861d-2d1670bab9d8'),(4351,3343,1474,1120,4,'2017-04-11 15:20:49','e460af62-4763-4d9c-bfe3-1ccca05bb869'),(4352,3376,1474,1130,4,'2017-04-11 15:20:49','3b02028c-774b-4af2-9714-dfa23a3db71a'),(4353,3377,1474,1140,4,'2017-04-11 15:20:49','62629839-ba04-41ae-8db0-b9b632cb8f09'),(4354,3378,1474,1150,4,'2017-04-11 15:20:49','de41bb0f-d6cc-46b2-9532-c2366df74234'),(4355,3379,1474,1160,4,'2017-04-11 15:20:49','811a9c7f-6a4f-4232-bb37-4b2efbeb2b88'),(4356,3380,1474,1180,4,'2017-04-11 15:20:49','8a86d108-ac5b-452d-b9de-447d687425fc'),(4357,3381,1474,1190,4,'2017-04-11 15:20:49','f311114f-8d1b-4ad3-a2f1-e549461c45f2'),(4358,3382,1474,1200,4,'2017-04-11 15:20:49','3e630b35-ce2e-4de4-8f69-9cc9bff8d210'),(4359,3383,1474,1210,4,'2017-04-11 15:20:49','82f46af6-b043-4756-8d8c-6d79cb644c5c'),(4360,3384,1474,1220,4,'2017-04-11 15:20:49','7cfa29ac-47e2-4e49-bbf1-0793266d8c52'),(4361,3391,1474,1240,4,'2017-04-11 15:20:49','1bd0e639-2f89-41bf-a576-b71817b1a432'),(4362,3392,1474,1250,4,'2017-04-11 15:20:49','45ff0d2c-4354-48cf-aa8d-849f3cb8c1bd'),(4363,3395,1474,1260,4,'2017-04-11 15:20:49','bbf118bc-1e0a-44ed-8110-201782d9f2e4'),(4364,3403,1474,1270,4,'2017-04-11 15:20:49','1a9bfe50-a81c-454c-8961-956b61e616fb'),(4365,3404,1474,1280,4,'2017-04-11 15:20:49','39bf199c-eaac-4125-af43-f0e96c767943'),(4366,3414,1474,1300,4,'2017-04-11 15:20:49','12958f5a-421b-4688-b476-85cb96e146d7'),(4367,3568,1474,1310,4,'2017-04-11 15:20:49','18bba1ef-64f8-48e4-bce9-87646cc63c68'),(4368,3573,1474,1320,4,'2017-04-11 15:20:49','7903d927-867d-49ce-8ec4-dcfd4dd7dd2f'),(4369,3574,1474,1330,4,'2017-04-11 15:20:49','5f2a5422-c308-4e62-9dba-bec7f52d077a'),(4370,3576,1474,1340,4,'2017-04-11 15:20:49','fde5c628-04b5-41f4-b7d3-69d3a4af2bf1'),(4371,3431,1474,1350,4,'2017-04-11 15:20:49','089d9ba0-130a-40b1-a76e-3d38024f5198'),(4372,3433,1474,1360,4,'2017-04-11 15:20:49','6f7f6f4d-bd18-4518-94f6-a26ea7a10199'),(4373,3435,1474,1370,4,'2017-04-11 15:20:49','eed881c0-c278-4489-814b-a9eeb2f55b5e'),(4374,3530,1474,1380,4,'2017-04-11 15:20:49','74344fbb-6acb-49fb-a8a9-8a5642244ff0'),(4375,3531,1474,1390,4,'2017-04-11 15:20:49','72f2f1b4-940f-4187-9ab5-26c3151a5931'),(4376,3532,1474,1400,4,'2017-04-11 15:20:49','5f27b83a-217a-4c17-ae59-bc9042dcdb28'),(4377,3551,1474,1405,4,'2017-04-11 15:20:49','675d9b5b-071e-4170-b6ad-0acfc357dce8'),(4378,3268,1490,1000,4,'2017-04-11 15:20:51','341e9995-6a58-4fec-8279-cc4ff71e1a29'),(4379,3269,1490,1010,4,'2017-04-11 15:20:51','cdfa0db8-d6e9-4699-b27e-98bbc614bafe'),(4380,3270,1490,1020,4,'2017-04-11 15:20:51','33c11dcf-7535-40b5-be2e-e3a906fa0ea2'),(4381,3286,1490,1030,4,'2017-04-11 15:20:51','82edd93f-3392-47cd-a223-e85f393891b5'),(4382,3364,1490,1040,4,'2017-04-11 15:20:51','67e5dd17-bb24-4bb5-88fd-bb01db43f263'),(4383,3365,1490,1050,4,'2017-04-11 15:20:51','c91321f5-267a-4470-a7af-a04be559b75e'),(4384,3366,1490,1060,4,'2017-04-11 15:20:51','23f2f820-69fd-4d12-9ee1-3ab6f3fa4718'),(4385,3367,1490,1070,4,'2017-04-11 15:20:51','b1a78f4d-2505-488a-a92d-ced7470dea2c'),(4386,3368,1490,1080,4,'2017-04-11 15:20:51','77da4e48-75c3-46f6-88c1-172280ce664b'),(4387,3369,1490,1090,4,'2017-04-11 15:20:51','515f5d89-3d03-40fb-83c9-941c5fde0af7'),(4388,3370,1490,1100,4,'2017-04-11 15:20:51','caf65f2a-9805-48c8-877b-83ee5bda68d3'),(4389,3371,1490,1120,4,'2017-04-11 15:20:51','13846236-12f0-4e86-9edb-d29ed1d3801c'),(4390,3372,1490,1130,4,'2017-04-11 15:20:51','624a8f14-cf5f-483f-b0a7-7eab4eec8fd2'),(4391,3373,1490,1140,4,'2017-04-11 15:20:51','01bb5629-7c89-406c-b5d4-33e54ea80d89'),(4392,3374,1490,1150,4,'2017-04-11 15:20:51','d428b8bb-41b7-48d9-9b9b-f7af39e75843'),(4393,3375,1490,1160,4,'2017-04-11 15:20:51','e3ac9712-502a-43a6-b66f-116005833ff1'),(4394,3394,1490,1170,4,'2017-04-11 15:20:51','8e0536bf-ee43-48f0-a2be-b8650892f7b2'),(4395,3415,1490,1190,4,'2017-04-11 15:20:51','c1e43e69-d223-4d87-a0f0-0b4054a644d8'),(4396,3427,1490,1200,4,'2017-04-11 15:20:51','b2eb9eca-69dc-447b-ad4d-c53c13fb7999'),(4397,3564,1490,1210,4,'2017-04-11 15:20:51','193c527c-3608-4820-8c2b-0a9b79a5e838'),(4398,3570,1490,1220,4,'2017-04-11 15:20:51','97a993b7-b76b-44f4-bf2e-ee8ab0ab469f'),(4399,3571,1490,1225,4,'2017-04-11 15:20:51','6bd7f940-b907-4e7c-b39c-ae0881b23b89'),(4400,3393,1495,1000,4,'2017-04-11 15:20:51','55d23ff3-36a9-418e-a02d-ed732a67275d'),(4401,3416,1495,1020,4,'2017-04-11 15:20:51','b218736c-2df7-4c8e-aecf-689051830403'),(4402,3488,1495,1030,4,'2017-04-11 15:20:51','5c209b50-9341-4e63-81ee-f0c153b5b20a'),(4403,3490,1495,1040,4,'2017-04-11 15:20:51','0757847e-c091-4bf0-9383-28d2e31f66dd'),(4404,3492,1495,1045,4,'2017-04-11 15:20:51','981d2c35-e9bb-4cd2-bc1f-f984acbc3653'),(4405,3396,3593,1000,4,'2017-04-11 15:20:51','0ab9f70b-faeb-4b1c-ad05-90ef274aaf5e'),(4406,3344,1486,1010,4,'2017-04-11 15:20:52','98bf4bbc-f55e-491b-b4c1-ac99ec64a3a2'),(4407,3345,1486,1020,4,'2017-04-11 15:20:52','1f752a0e-ec21-4ac3-b6c1-77599a970801'),(4408,3346,1486,1040,4,'2017-04-11 15:20:52','300a9b4e-6b59-4dd1-a626-68230406a990'),(4409,3347,1486,1050,4,'2017-04-11 15:20:52','825cba0b-5949-4ce0-970b-4fb091b8615c'),(4410,3348,1486,1070,4,'2017-04-11 15:20:52','867cab38-6c32-4ffc-a412-9371d01198b8'),(4411,3349,1486,1080,4,'2017-04-11 15:20:52','24b1d7a8-cf93-49a7-8a80-be85b4bde179'),(4412,3350,1486,1090,4,'2017-04-11 15:20:52','0618db92-d45c-4762-b0fe-cb359f83a10e'),(4413,3351,1486,1100,4,'2017-04-11 15:20:52','013ba42b-5397-4f9f-b035-318106b7b227'),(4414,3411,1486,1120,4,'2017-04-11 15:20:52','9e89b3c5-2dc5-4dbb-ab19-2ec05fe869dc'),(4415,3569,1486,1125,4,'2017-04-11 15:20:52','1123662d-677c-4e6e-8ae2-4e6dbcfa6ea1'),(4416,3419,1498,1005,4,'2017-04-11 15:20:52','bd160547-3803-4b48-9354-65b168608500'),(4417,3410,3597,1000,4,'2017-04-11 15:20:53','b9e255ff-2a8b-4231-a476-fe658df23975'),(4418,3425,3597,1010,4,'2017-04-11 15:20:53','83560596-9657-429c-9ca6-55fc22a3b8a8'),(4419,3426,3597,1020,4,'2017-04-11 15:20:53','8063728d-af44-4d83-89e3-183f466d96cc'),(4420,3481,3597,1030,4,'2017-04-11 15:20:53','573d32fc-c2cd-4c1e-b842-ff146df15988'),(4421,3483,3597,1040,4,'2017-04-11 15:20:53','5526cf46-78ad-46b7-a4e2-e4fe5d600232'),(4422,3485,3597,1050,4,'2017-04-11 15:20:53','84896f80-7e57-4c7b-ab96-3772a976455e'),(4423,3538,3597,1060,4,'2017-04-11 15:20:53','933b64f7-4514-4813-8e9f-6a3d8f02808d'),(4424,3539,3597,1070,4,'2017-04-11 15:20:53','f99112f0-26f2-4b63-926d-e2a14fae575a'),(4425,3540,3597,1080,4,'2017-04-11 15:20:53','a0e868a0-87d9-4e69-a456-56b803e921d1'),(4426,3397,3598,1000,4,'2017-04-11 15:20:53','63f989f7-1bfc-4058-bb55-7ab24a45d776'),(4427,3210,3600,1000,4,'2017-04-11 15:20:54','472010cf-4ad1-4124-969e-4ba7a64c4061'),(4428,3214,3600,1010,4,'2017-04-11 15:20:54','05421d22-f6c7-402c-8d3a-ae4b25a4532f'),(4429,3217,3600,1020,4,'2017-04-11 15:20:54','1439bc35-5d03-4788-9b28-f388197a6401'),(4430,3212,3600,1030,4,'2017-04-11 15:20:54','b1782ed9-4275-442e-9ca0-2a90a4922447'),(4431,3213,3600,1040,4,'2017-04-11 15:20:54','9fe03bc1-bff0-4d46-bf00-7394b6735a8e'),(4432,3215,3600,1050,4,'2017-04-11 15:20:54','214e3c11-5510-4eb6-9afc-713312ee27f6'),(4433,3216,3600,1060,4,'2017-04-11 15:20:54','3c0700d1-1fac-4e95-8a6d-2e480f165576'),(4434,3211,3600,1070,4,'2017-04-11 15:20:54','60fa65e8-fffc-42d6-a9a8-74e2f85207a2'),(4435,3438,3600,1080,4,'2017-04-11 15:20:54','e31e193f-b415-423d-901e-4bd2c2424282'),(4436,3493,3600,1090,4,'2017-04-11 15:20:54','7b28a9e0-29a9-4275-93c6-7285d4a3f537'),(4437,3494,3600,1100,4,'2017-04-11 15:20:54','b16d04ab-aceb-418b-9438-0a8d3de03034'),(4438,3495,3600,1110,4,'2017-04-11 15:20:54','8469708d-6e69-4b3c-b44e-03a1382485c0'),(4439,3451,3615,1000,4,'2017-04-11 15:20:54','5e47ebd5-5c0c-4dad-8258-e0a9785f9841'),(4440,3452,3615,1010,4,'2017-04-11 15:20:54','9695c583-0656-4e5a-81aa-fade3c74115b'),(4441,3456,3615,1020,4,'2017-04-11 15:20:54','1c5334a5-abb2-4671-b5a3-4ab293f92192'),(4442,3457,3615,1030,4,'2017-04-11 15:20:54','bb7a24e8-463c-48ec-b49a-70e99da5792d'),(4443,3458,3615,1040,4,'2017-04-11 15:20:54','2624c5f9-b265-4535-a431-128324798873'),(4444,3459,3615,1050,4,'2017-04-11 15:20:54','5bb8df6d-da95-4d54-ba7d-33a6f2368e6d'),(4445,3461,3615,1060,4,'2017-04-11 15:20:54','a7cf5517-81af-4115-a132-e1bad14526d5'),(4446,3462,3615,1070,4,'2017-04-11 15:20:54','f806422a-d27d-48b9-aeb2-21ba0f8b3e03'),(4447,3619,3615,1080,4,'2017-04-11 15:20:54','687db40c-90b7-4c8e-b7eb-ea646b526c33'),(4448,3515,3615,1090,4,'2017-04-11 15:20:54','f4cb6abd-1af5-4af3-bf7d-4fcdefa4c100'),(4449,3511,3615,1100,4,'2017-04-11 15:20:54','88fa1dce-966d-4f38-8864-86201c687b29'),(4450,3512,3615,1110,4,'2017-04-11 15:20:54','adb980b8-8a13-456b-8c1a-83cf634ec103'),(4451,3513,3615,1120,4,'2017-04-11 15:20:54','a18642ef-fe4a-4273-aa02-539a89fbd17b'),(4452,3260,1492,1010,4,'2017-04-11 15:20:55','9e362067-751d-4f2a-be20-b29e5df861f3'),(4453,3256,1492,1020,4,'2017-04-11 15:20:55','1bf01709-79ce-4ea3-bd60-932889818a82'),(4454,3255,1492,1030,4,'2017-04-11 15:20:55','7e97013e-a821-41f2-b0ad-90c5f714acfd'),(4455,3257,1492,1040,4,'2017-04-11 15:20:55','2bc66dbe-1c28-4d38-adfe-318b8e26dff0'),(4456,3259,1492,1070,4,'2017-04-11 15:20:55','9af07b43-9d21-4e8b-8d84-586c04e43161'),(4457,3258,1492,1080,4,'2017-04-11 15:20:55','f8c296d5-529b-42e8-83ac-85999f435a1b'),(4458,3514,1492,1090,4,'2017-04-11 15:20:55','09ad8f27-b179-4eed-9323-310131a7768e'),(4459,3496,1492,1100,4,'2017-04-11 15:20:55','fc0338da-a4ca-4b8b-a4e6-78b6b03ff1c4'),(4460,3497,1492,1110,4,'2017-04-11 15:20:55','0a704632-a028-4dbb-9d33-891b69f9a360'),(4461,3498,1492,1120,4,'2017-04-11 15:20:55','5359591e-8dd4-4eef-bbe2-4ea73db0520e'),(4462,3550,1492,1125,4,'2017-04-11 15:20:55','0f0022f0-3d09-49b8-a5fd-a82ddb0026b1'),(4463,3463,3613,1000,4,'2017-04-11 15:20:56','bd56d808-12ec-42a3-a6d4-07285c855645'),(4464,3464,3613,1010,4,'2017-04-11 15:20:56','8ec74d42-057c-4200-bc2f-2ce356ab1be7'),(4465,3466,3613,1020,4,'2017-04-11 15:20:56','02be8a23-ed08-4f24-982a-3c5122cd522a'),(4466,3467,3613,1030,4,'2017-04-11 15:20:56','3692d5e6-2ca3-4109-a0fd-273d478f965b'),(4467,3468,3613,1040,4,'2017-04-11 15:20:56','f3a3d7d0-8ed1-4aa0-ab20-ccd277b7e2f0'),(4468,3469,3613,1050,4,'2017-04-11 15:20:56','5778d066-47d7-4f4a-a74c-568c4024c090'),(4469,3470,3613,1060,4,'2017-04-11 15:20:56','f09f82d6-c4dd-4127-86e8-7d3668148f4e'),(4470,3472,3613,1070,4,'2017-04-11 15:20:56','561de3c1-b2a5-4105-9735-b543a0d6424d'),(4471,3473,3613,1080,4,'2017-04-11 15:20:56','ed4c4b9c-54b0-4c68-8fab-a1c10b5263da'),(4472,3516,3613,1090,4,'2017-04-11 15:20:56','b55426de-f2e0-47ec-bc1f-7e5a2d0978a6'),(4473,3508,3613,1100,4,'2017-04-11 15:20:56','caf0804c-94fa-499f-b3ae-1cfb73ee2e7c'),(4474,3509,3613,1110,4,'2017-04-11 15:20:56','dd97b845-b219-4426-87b5-585f8d222771'),(4475,3510,3613,1120,4,'2017-04-11 15:20:56','99b2c4ad-1d18-4a58-b07e-1ce62586597c'),(4476,3287,3603,1000,4,'2017-04-11 15:20:56','af9e05b5-0234-482f-a8bc-fd18f58f5907'),(4477,3288,3603,1010,4,'2017-04-11 15:20:56','7f5dd451-0ed0-4fb7-8b60-0876baec75fc'),(4478,3294,3603,1020,4,'2017-04-11 15:20:56','a4aa22f9-afb5-4445-84d9-e0a0fed95dbb'),(4479,3292,3603,1030,4,'2017-04-11 15:20:56','17eb63d0-afcb-4fbd-be61-3b42078acdf5'),(4480,3291,3603,1040,4,'2017-04-11 15:20:56','c862113b-4934-4718-9000-e0af93c091b1'),(4481,3290,3603,1050,4,'2017-04-11 15:20:56','c240e86f-7eca-40a0-819c-15220edc3c36'),(4482,3293,3603,1060,4,'2017-04-11 15:20:56','cae90eac-be86-4afc-9431-d15eb53e1e14'),(4483,3289,3603,1070,4,'2017-04-11 15:20:56','894b07a5-85e6-4210-9089-e1ae12c914a0'),(4484,3517,3603,1080,4,'2017-04-11 15:20:56','7455ca74-b4d9-46e1-99f7-79456617f6d3'),(4485,3499,3603,1090,4,'2017-04-11 15:20:56','734a64a2-fef2-41d9-8a55-d74d1fc8bb2b'),(4486,3500,3603,1100,4,'2017-04-11 15:20:56','78f03558-7836-4d0e-9562-e502b7fcb19a'),(4487,3501,3603,1110,4,'2017-04-11 15:20:56','5117b138-e581-4921-88c1-06f86110cfe0'),(4488,3333,1493,1000,4,'2017-04-11 15:20:57','383b89a8-9db3-414a-828f-1a68053157df'),(4489,3335,1493,1020,4,'2017-04-11 15:20:57','dac92fdc-a0b7-453c-ac93-27ff0338cccf'),(4490,3337,1493,1050,4,'2017-04-11 15:20:57','86838ad0-7639-4ccd-a790-3baa35af977c'),(4491,3327,1493,1060,4,'2017-04-11 15:20:57','c14b4904-4d6d-4d35-914a-dbf2bdb4b7b9'),(4492,3329,1493,1070,4,'2017-04-11 15:20:57','213a0e41-9d36-41b6-a1d4-5caa4113a3f7'),(4493,3518,1493,1080,4,'2017-04-11 15:20:57','4f0d6c49-9bba-4eef-961d-941a9a93e0dd'),(4494,3505,1493,1090,4,'2017-04-11 15:20:57','22c4906d-fee3-4a9c-803e-281feca94fc9'),(4495,3506,1493,1100,4,'2017-04-11 15:20:57','9f5ef716-71a6-41ef-8d7d-fec2f2b07dad'),(4496,3507,1493,1105,4,'2017-04-11 15:20:57','7af857b4-8ddd-4fe5-a732-1c84a337c209'),(4497,3310,1491,1000,4,'2017-04-11 15:20:57','52133d23-6326-4a30-afed-5acda734194c'),(4498,3312,1491,1010,4,'2017-04-11 15:20:57','e2ff3d5a-3357-44ac-a9ee-b9107551cccb'),(4499,3316,1491,1020,4,'2017-04-11 15:20:57','6dcabc56-fd3f-4eca-b14f-9ac27b2f842f'),(4500,3309,1491,1030,4,'2017-04-11 15:20:57','627630c4-9a97-43c7-81ea-bb3ae35f9c74'),(4501,3315,1491,1040,4,'2017-04-11 15:20:57','05b3bbd4-f0e3-49e7-85f6-f94bb43e8649'),(4502,3313,1491,1050,4,'2017-04-11 15:20:57','c1b0f95f-ac7c-4aaa-b0d6-6f214680d671'),(4503,3311,1491,1060,4,'2017-04-11 15:20:57','cefc973f-a3b4-45c4-aa01-f69f6bc8ef99'),(4504,3314,1491,1070,4,'2017-04-11 15:20:57','7229b1d8-7d82-465b-888a-edb0f1020c67'),(4505,3519,1491,1080,4,'2017-04-11 15:20:57','c8a8584c-fd1a-44fa-ae5f-5832d9620599'),(4506,3502,1491,1090,4,'2017-04-11 15:20:57','5db5dd6c-d992-4eb1-a97b-e3ab3fa7b32a'),(4507,3503,1491,1100,4,'2017-04-11 15:20:57','a0619233-6319-4362-8a25-37f2ed895d75'),(4508,3504,1491,1105,4,'2017-04-11 15:20:57','01a7df00-6b5f-4295-81d8-d0481bf7215e'),(4509,3474,3616,1000,4,'2017-04-11 15:20:58','03caf6ef-ee61-4c59-a2b9-26eaabe4e510'),(4510,3475,3616,1010,4,'2017-04-11 15:20:58','edba2dec-e68d-4775-9a6a-d6f02cf0413c'),(4511,3476,3616,1020,4,'2017-04-11 15:20:58','d6bdf6f7-80b4-435b-981c-08ecb5cfe9f5'),(4512,3477,3616,1030,4,'2017-04-11 15:20:58','5f1a0406-349d-4948-a5aa-6c44e03c2832'),(4513,3478,3616,1040,4,'2017-04-11 15:20:58','e20615ec-a7f1-4fb2-853d-eb010cede058'),(4514,3479,3616,1050,4,'2017-04-11 15:20:58','716b714f-7fe1-4575-9f64-49e7ea12c607'),(4515,3480,3616,1060,4,'2017-04-11 15:20:58','da6c9da9-7f91-4973-bc3b-87dde3a83189'),(4516,3523,3616,1070,4,'2017-04-11 15:20:58','b2dfa24a-670a-4ffe-8437-35d722a7aa9c'),(4517,3524,3616,1080,4,'2017-04-11 15:20:58','52dd6df8-63e2-441d-a0d6-e43a4a9745d6'),(4518,3525,3616,1090,4,'2017-04-11 15:20:58','89329b4a-0b02-412c-a843-1c9ded3f10b5'),(4519,3520,3618,1000,4,'2017-04-11 15:20:58','9236a8c4-2fdd-433c-95da-d274e4ee7a7e'),(4520,3521,3618,1010,4,'2017-04-11 15:20:58','16b4dcc0-7254-4c8a-8db3-9f157220779d'),(4521,3522,3618,1020,4,'2017-04-11 15:20:58','3b6bd6f8-309d-47a0-8787-0966abe21310'),(4522,3593,3,1050,4,'2017-04-11 15:20:59','3828c9de-178f-4445-8087-4b42a5eb0433'),(4523,3597,3,1080,4,'2017-04-11 15:20:59','8e7fecb6-653e-4c9f-a9e8-32571c6fb0e6'),(4524,3598,3,1090,4,'2017-04-11 15:20:59','36f0fc02-131a-444d-96ce-308cd821cfa8'),(4525,3600,3,1100,4,'2017-04-11 15:20:59','082aaa2c-1371-4ca2-9a52-e283660dc6fd'),(4526,3615,3,1110,4,'2017-04-11 15:20:59','9ae82d6b-5ae1-4777-a844-f62713aa1525'),(4527,3613,3,1130,4,'2017-04-11 15:20:59','b02ae40d-c807-4831-bf29-f9f393362f10'),(4528,3603,3,1140,4,'2017-04-11 15:20:59','b112d84d-4687-4d67-944b-7a4c2febb138'),(4529,1493,3,1150,4,'2017-04-11 15:20:59','edcc0174-eea0-4512-8507-e1dbb8a34fbc'),(4530,1491,3,1160,4,'2017-04-11 15:20:59','e3fadd86-883e-4984-9a2b-6917aab53b21'),(4531,3616,3,1170,4,'2017-04-11 15:20:59','9be14161-4731-473b-8871-f7198166b167'),(4532,3618,3,1175,4,'2017-04-11 15:20:59','bc1727db-87ec-46d0-acc3-0b69456316fd'),(4533,1209,1461,1000,4,'2017-04-11 15:26:28','e3e196ac-edc8-4a50-87e2-98c1d4085034'),(4534,1211,1461,1010,4,'2017-04-11 15:26:28','d6c922ce-5953-4583-95b5-ad7031fe3994'),(4535,1216,1461,1030,4,'2017-04-11 15:26:28','efe6b606-93cb-4035-b195-d1f147e3cae1'),(4536,1218,1461,1040,4,'2017-04-11 15:26:28','00146cde-623a-4dfa-bcab-b9dbbb01e705'),(4537,1217,1461,1050,4,'2017-04-11 15:26:28','94d2285f-f0f2-4fa1-b06b-87fc965a9b5d'),(4538,1213,1461,1060,4,'2017-04-11 15:26:28','34df43ca-507d-4c71-a5bd-63fc991a8f79'),(4539,1196,1461,1070,4,'2017-04-11 15:26:28','55680fea-260b-4788-b1db-6a682968aced'),(4540,1185,1461,1080,4,'2017-04-11 15:26:28','f82c58b8-128f-4713-a440-0edfbf76dadc'),(4541,1198,1461,1090,4,'2017-04-11 15:26:28','149e7c45-1b6c-4498-bd15-b2e6c7190ecf'),(4542,1199,1461,1100,4,'2017-04-11 15:26:28','548f2957-76ec-4ddd-96d9-c6d61bc4fa68'),(4543,1197,1461,1110,4,'2017-04-11 15:26:28','0800b7e5-0dae-48cf-b66f-3d1314df7108'),(4544,1202,1461,1120,4,'2017-04-11 15:26:28','616993f6-c9cb-4221-818e-fe3d2b57f65a'),(4545,1203,1461,1130,4,'2017-04-11 15:26:28','7967bf3d-f1fb-406f-ad23-5858395948fb'),(4546,1200,1461,1140,4,'2017-04-11 15:26:28','7d38ae01-dd7a-4f87-8b0d-ee237e2ae987'),(4547,1201,1461,1145,4,'2017-04-11 15:26:28','040032d1-0044-4ee0-bc12-6bb3bdb83480'),(4548,1400,1500,1000,4,'2017-04-11 15:26:40','b3390a1a-46b1-4d6f-a277-f4af617bc392'),(4549,1401,1500,1010,4,'2017-04-11 15:26:40','243ca696-9ca0-44ab-b103-66614e4b55da'),(4550,1325,1500,1020,4,'2017-04-11 15:26:40','071d3095-1bf8-4a29-add5-44c3197f0c5b'),(4551,1326,1500,1030,4,'2017-04-11 15:26:40','32985c28-c346-40e4-954b-0d350bca9151'),(4552,1327,1500,1040,4,'2017-04-11 15:26:40','025fcbcd-61cf-4427-8436-6548d3c9faca'),(4553,1429,1500,1050,4,'2017-04-11 15:26:40','22f49944-836a-480e-b209-8637f635d868'),(4554,1365,1500,1060,4,'2017-04-11 15:26:40','56077633-75c1-4082-93f4-7d9a48ef2a49'),(4555,1364,1500,1070,4,'2017-04-11 15:26:40','259ea0e0-e4d4-48b3-b29b-d0b42b55c75e'),(4556,1300,1500,1080,4,'2017-04-11 15:26:40','aaaecefd-7d2a-4e76-b189-35d6b66807fe'),(4557,1288,1500,1090,4,'2017-04-11 15:26:40','deb09e4e-c357-4ba7-bbb6-d4f70e40df80'),(4558,1247,1500,1100,4,'2017-04-11 15:26:40','5b1c27be-7aa9-41a6-ae07-9921e528b838'),(4559,1248,1500,1110,4,'2017-04-11 15:26:40','bd23464b-7043-4a56-932e-5785b9f68032'),(4560,1254,1500,1120,4,'2017-04-11 15:26:40','8b69e800-f77a-4795-a72c-923523d91c3d'),(4561,1283,1500,1130,4,'2017-04-11 15:26:40','ecaf8ffe-18b0-4242-9969-48ec544d8a2f'),(4562,1251,1500,1140,4,'2017-04-11 15:26:40','46f494cf-12e4-462b-9018-2ee1dc0a5077'),(4563,1259,1500,1150,4,'2017-04-11 15:26:40','3c510da7-25a7-400e-a942-cc34ff06c9bc'),(4564,1255,1500,1160,4,'2017-04-11 15:26:40','53cc3894-97b7-4bbf-8df1-3f44a7d24ef9'),(4565,1249,1500,1170,4,'2017-04-11 15:26:40','4f9118c6-378f-4a15-a282-b4dc38991e8e'),(4566,1256,1500,1180,4,'2017-04-11 15:26:40','9f38b0ae-dc80-430c-8ad9-49e21b47031f'),(4567,1399,1500,1190,4,'2017-04-11 15:26:40','1d002841-c3c9-42b2-8f75-724ac3fe78a8'),(4568,1258,1500,1200,4,'2017-04-11 15:26:40','d329fc5a-20f9-4aeb-831b-08c526fdd55a'),(4569,1257,1500,1210,4,'2017-04-11 15:26:40','8f5121d0-2664-4f2d-b12b-903c9119a2ca'),(4570,1272,1500,1220,4,'2017-04-11 15:26:40','9cabadc1-bc39-4a50-bcd1-c6556c477f76'),(4571,1306,1500,1230,4,'2017-04-11 15:26:40','bd71afef-5f73-4834-874e-9963c2c4b1a6'),(4572,1342,1500,1240,4,'2017-04-11 15:26:40','5b8afe4c-7760-4ead-9ac7-f23e0d2f9af7'),(4573,1239,1500,1250,4,'2017-04-11 15:26:40','097bdf16-2c98-4db0-837e-2f17991775ee'),(4574,1343,1500,1260,4,'2017-04-11 15:26:40','ce0d84c5-d3d8-4dca-a478-7e76e86160f4'),(4575,1244,1500,1270,4,'2017-04-11 15:26:41','7d6b4f3f-53eb-47ef-8bd5-f5e68b810233'),(4576,1318,1500,1280,4,'2017-04-11 15:26:41','bfb6ecac-5cc1-4015-b61d-c56b6e675c89'),(4577,1260,1500,1290,4,'2017-04-11 15:26:41','d15a7ab1-b2f6-4da2-89b3-9978dfa512c6'),(4578,1264,1500,1310,4,'2017-04-11 15:26:41','2bd1f2ea-44b1-4346-881c-988e682309e6'),(4579,1402,1500,1320,4,'2017-04-11 15:26:41','657660e0-f715-4b89-9d1d-e8e1c348b36f'),(4580,1392,1500,1330,4,'2017-04-11 15:26:41','ee9d3cec-254d-4087-8651-0b477e6d986b'),(4581,1360,1500,1340,4,'2017-04-11 15:26:41','a25d500a-1fcd-4445-8f33-e50c9711bae7'),(4582,1389,1500,1350,4,'2017-04-11 15:26:41','b4e41e1c-99d1-477a-874a-32ecbfc35ecf'),(4583,1359,1500,1360,4,'2017-04-11 15:26:41','96e962eb-d4e4-4f06-b333-5f9d920c20d5'),(4584,1278,1500,1380,4,'2017-04-11 15:26:41','9119cbf8-04c9-4d81-947f-6fa2a761ba35'),(4585,1292,1500,1400,4,'2017-04-11 15:26:41','35601855-2db1-4341-bdc9-e6e61e162fac'),(4586,1293,1500,1410,4,'2017-04-11 15:26:41','878a185f-cefb-4461-a84d-67d93efd4817'),(4587,1289,1500,1420,4,'2017-04-11 15:26:41','d5766fd1-f131-43f1-8068-49d60ccc97be'),(4588,1391,1500,1430,4,'2017-04-11 15:26:41','09800c3b-218c-472d-8ce4-f1d98b81b9d0'),(4589,1390,1500,1440,4,'2017-04-11 15:26:41','8d8c4e46-0e05-461f-b6e5-8624245d029b'),(4590,1299,1500,1450,4,'2017-04-11 15:26:41','22e81d67-b921-42ab-ab39-a039e4c44d3b'),(4591,1307,1500,1460,4,'2017-04-11 15:26:41','7604d513-9676-4f11-978c-4aee4191125b'),(4592,1330,1500,1470,4,'2017-04-11 15:26:41','333dfc0a-f204-4feb-a122-db14ff741e3f'),(4593,1394,1500,1480,4,'2017-04-11 15:26:41','f31892a8-6dc5-4fb6-8202-6165241dd5a5'),(4594,1328,1500,1490,4,'2017-04-11 15:26:41','942989b9-a6f6-4d0f-b6c5-8681949acd9e'),(4595,1393,1500,1500,4,'2017-04-11 15:26:41','afc3c5aa-555b-4685-a850-2d8b4bd9f850'),(4596,1329,1500,1510,4,'2017-04-11 15:26:41','032ed88f-5a63-4661-88a6-78e8874cc2ae'),(4597,1265,1500,1560,4,'2017-04-11 15:26:41','2c783a89-674b-4a67-a6d9-40a2c8916fba'),(4598,1316,1500,1570,4,'2017-04-11 15:26:41','ba102379-0963-4802-a674-acffbdee937b'),(4599,1266,1500,1580,4,'2017-04-11 15:26:41','6845932b-e70d-44a6-b844-c8147af8500f'),(4600,1295,1500,1590,4,'2017-04-11 15:26:41','8922481a-7220-4fed-bcf7-28170617dba6'),(4601,1287,1500,1600,4,'2017-04-11 15:26:41','e31a62cb-7aea-4e30-8a29-7ee711a11591'),(4602,1297,1500,1610,4,'2017-04-11 15:26:41','cc1e62a9-d2d0-45b1-942c-141496841ae0'),(4603,1323,1500,1620,4,'2017-04-11 15:26:41','f8086150-6f58-45aa-ab83-9900250e4ee6'),(4604,1301,1500,1630,4,'2017-04-11 15:26:41','ca67b11e-399d-47f1-b75a-513b5bc51eca'),(4605,1443,1500,1640,4,'2017-04-11 15:26:41','82a9d28a-b6e4-4a67-873a-b5261ba05096'),(4606,1440,1500,1650,4,'2017-04-11 15:26:41','2b6b115b-8d58-41a4-a8cc-0c5c219fbdcb'),(4607,1441,1500,1660,4,'2017-04-11 15:26:41','f4d5b035-bbf2-42d7-93ec-aaa399c3ec1c'),(4608,1438,1500,1670,4,'2017-04-11 15:26:41','daa947d2-2e27-44e4-8086-c6d1bbc48db9'),(4609,1439,1500,1680,4,'2017-04-11 15:26:41','aa08d1db-7e18-471e-a259-7a8bfef487e8'),(4610,1449,1500,1690,4,'2017-04-11 15:26:41','62e177c8-2601-4bae-8ce3-df72dfaab441'),(4611,1436,1500,1700,4,'2017-04-11 15:26:41','ef430195-9a70-4716-b257-38733fc78085'),(4612,1435,1500,1710,4,'2017-04-11 15:26:41','93a155b9-a50f-4dc7-a4e6-213578a07699'),(4613,1437,1500,1720,4,'2017-04-11 15:26:41','d5a0621a-5a25-422d-bdae-6175ca9acf08'),(4614,1361,1500,1730,4,'2017-04-11 15:26:41','0e517b1e-c0d6-49d6-9f72-c8d7f326b6b5'),(4615,1404,1500,1740,4,'2017-04-11 15:26:41','f3e30e3c-04f7-463d-ac9c-4da395cba666'),(4616,1454,1500,1750,4,'2017-04-11 15:26:41','42295ad5-9da9-417c-9fd9-d6be6c9d9205'),(4617,1434,1500,1760,4,'2017-04-11 15:26:41','0858cbf8-90b2-4b43-ae33-738bc31a2bd9'),(4618,1447,1500,1770,4,'2017-04-11 15:26:41','40471a1f-04aa-450f-8c49-9d0e4b113ed4'),(4619,1450,1500,1780,4,'2017-04-11 15:26:41','b97f0b51-ffb3-4eb2-bb28-e998777a939c'),(4620,1445,1500,1790,4,'2017-04-11 15:26:41','72a121f8-4bc6-4080-b689-fb23c93785b4'),(4621,1451,1500,1800,4,'2017-04-11 15:26:41','2d08c8e6-4063-413a-88b4-ff359a0c2ceb'),(4622,1444,1500,1810,4,'2017-04-11 15:26:41','a36e7919-9789-4c89-8021-70763eeecc1e'),(4623,1442,1500,1820,4,'2017-04-11 15:26:41','b1cd29b6-e1fe-4404-8201-563d2c635d57'),(4624,1446,1500,1830,4,'2017-04-11 15:26:41','805b5244-337f-4cb3-a359-7dad5d983d3b'),(4625,1452,1500,1840,4,'2017-04-11 15:26:41','aa90cf85-5585-42d3-9680-668573efa011'),(4626,1448,1500,1850,4,'2017-04-11 15:26:41','4c7aa020-6a2d-49a3-955c-aa56c2d23c98'),(4627,1480,1500,1860,4,'2017-04-11 15:26:41','6e7c66f4-731f-4c12-93e7-b36481bf798b'),(4628,1427,1500,1870,4,'2017-04-11 15:26:41','92418950-c3d4-4e88-9fae-490163fc020f'),(4629,1479,1500,1880,4,'2017-04-11 15:26:41','0e1dda41-159c-4dca-be91-6789c75e1dbe'),(4630,1296,1500,1890,4,'2017-04-11 15:26:41','874da2c6-ec27-4150-9b64-66f530165448'),(4631,1467,1500,1900,4,'2017-04-11 15:26:41','69699020-2a33-49d0-92ff-f2714a194bc1'),(4632,1276,1500,1910,4,'2017-04-11 15:26:41','261687fe-31dd-4759-95b6-c35bd93319b2'),(4633,1482,1500,1920,4,'2017-04-11 15:26:41','9dda9887-5cf2-4154-8ecf-045a9d4833f8'),(4634,1274,1500,1930,4,'2017-04-11 15:26:41','d70750bf-bfe1-41b1-b3ad-47be6923938f'),(4635,1280,1500,1940,4,'2017-04-11 15:26:41','194126ff-6a5b-424d-86fd-6af0a827cc97'),(4636,1425,1500,1950,4,'2017-04-11 15:26:41','0cea25af-12f0-48a9-924b-148331d8f630'),(4637,1419,1500,1960,4,'2017-04-11 15:26:41','928350c9-b6f0-4a0b-bab5-26d6294d9401'),(4638,1473,1500,1970,4,'2017-04-11 15:26:41','802f1d7d-1fbe-4e6f-a73c-98f1fdadfb09'),(4639,1418,1500,1990,4,'2017-04-11 15:26:41','f4fcd75d-063e-40dc-8303-b6471bf6e729'),(4640,1414,1500,2000,4,'2017-04-11 15:26:41','7b1a7227-7b0b-408d-b714-b5d178761d3e'),(4641,1453,1500,2020,4,'2017-04-11 15:26:41','a998c373-e20f-4b52-9bfd-d999e2659f13'),(4642,1460,1500,2030,4,'2017-04-11 15:26:41','3c8f6da3-c4c5-46e3-b462-bd830773e9af'),(4643,1415,1500,2040,4,'2017-04-11 15:26:41','e21674ee-1a4c-41d9-b5cb-50e82cb94461'),(4644,1410,1500,2050,4,'2017-04-11 15:26:41','5dd67345-1d95-4fec-8083-8b9c9c245b79'),(4645,1411,1500,2060,4,'2017-04-11 15:26:41','d309954e-9aec-493c-a077-69236e2ac5a2'),(4646,1412,1500,2070,4,'2017-04-11 15:26:41','552a5347-f7e9-4515-a8a9-55456875eca6'),(4647,1413,1500,2080,4,'2017-04-11 15:26:41','bc056507-8556-4450-b710-ad22607728f1'),(4648,1416,1500,2090,4,'2017-04-11 15:26:41','88d6f8aa-e689-49b8-97d9-2a1b63d06f93'),(4649,1430,1500,2110,4,'2017-04-11 15:26:41','da70efc7-cb75-4f3b-9ee7-360ea0221baf'),(4650,1424,1500,2120,4,'2017-04-11 15:26:41','24d7d258-db4e-45dc-bfb1-1dd70aa72f8f'),(4651,1405,1500,2130,4,'2017-04-11 15:26:41','c6f90a79-88e9-4af4-b58f-2b9fad53f330'),(4652,1423,1500,2150,4,'2017-04-11 15:26:41','e0549abb-7817-4456-a375-7c5760652367'),(4653,1192,1500,2160,4,'2017-04-11 15:26:41','7e2d1170-9b6c-48d2-988c-47a9be01e513'),(4654,1347,1500,2170,4,'2017-04-11 15:26:41','993f3f2e-1185-451c-972d-29de90b13a5d'),(4655,1189,1500,2180,4,'2017-04-11 15:26:41','33d36325-b285-471d-83e2-1279160eb263'),(4656,1337,1500,2190,4,'2017-04-11 15:26:41','1acfa213-dba9-4382-9964-e34af45021e4'),(4657,1184,1500,2200,4,'2017-04-11 15:26:41','84fe6085-069e-4e46-a1e4-3ea78307b40f'),(4658,1190,1500,2210,4,'2017-04-11 15:26:41','43f3c6b6-f924-4179-9f3e-c3664744d59f'),(4659,1457,1500,2220,4,'2017-04-11 15:26:41','332f3b82-8523-441d-9691-65cbbbb8194c'),(4660,1176,1500,2240,4,'2017-04-11 15:26:41','3d6a2550-ce5a-4a33-b2e5-a155bec86df5'),(4661,1191,1500,2260,4,'2017-04-11 15:26:41','14caa7d9-73f1-443a-9dda-d986151a590a'),(4662,1185,1500,2280,4,'2017-04-11 15:26:41','994c58df-470e-421c-abe4-a823eed562a9'),(4663,1458,1500,2300,4,'2017-04-11 15:26:41','8e0226fd-ad9c-4c08-8471-485ffb7e15c4'),(4664,1459,1500,2310,4,'2017-04-11 15:26:41','ef38ef1a-c97c-44ed-96db-30ef0a4a07f1'),(4665,1456,1500,2320,4,'2017-04-11 15:26:41','04e15eb5-c9d7-44b8-b274-11213d598311'),(4666,1407,1500,2330,4,'2017-04-11 15:26:41','15627156-06b8-4237-8a4a-7864f0097e54'),(4667,1409,1500,2340,4,'2017-04-11 15:26:41','fd2ea89c-ea22-4f9c-a32b-eb565f3816d7'),(4668,1408,1500,2350,4,'2017-04-11 15:26:41','d99ef651-0156-4f10-9058-f72acfa65858'),(4669,1421,1500,2360,4,'2017-04-11 15:26:41','7f6db11d-41f6-4719-b2d3-e68f40e1d06e'),(4670,1420,1500,2370,4,'2017-04-11 15:26:41','90806500-66c7-4445-ac58-931032908c9f'),(4671,1208,1500,2380,4,'2017-04-11 15:26:41','bd3e78b7-cdd9-47e4-a645-fcbfca1f86ce'),(4672,1179,1500,2400,4,'2017-04-11 15:26:41','e615fe66-bbdc-4a0c-9834-6020ea3c4e11'),(4673,1432,1500,2410,4,'2017-04-11 15:26:41','5d56413a-d1e1-47c6-a1fc-34bbad5de0f7'),(4674,1177,1500,2420,4,'2017-04-11 15:26:41','d4858761-ec96-41d2-a31a-d3b5f88be559'),(4675,1367,1500,2430,4,'2017-04-11 15:26:41','2137bc0f-bc4d-4cb7-b66e-075dea302e95'),(4676,1186,1500,2460,4,'2017-04-11 15:26:41','82cd3298-ee11-4053-892f-28e6c7cd642f'),(4677,1206,1500,2470,4,'2017-04-11 15:26:41','8ebb3e84-f542-490b-887a-3aa3eab90f79'),(4678,1302,1500,2480,4,'2017-04-11 15:26:41','620e22a7-dbaa-41b7-8c6d-725d0b1cdbc7'),(4679,1303,1500,2490,4,'2017-04-11 15:26:41','f18f684a-5499-4258-bbad-3dc0eff92def'),(4680,1193,1500,2500,4,'2017-04-11 15:26:41','dd9dfce4-f208-49f8-acc5-39cbe1f1da81'),(4681,1209,1500,2520,4,'2017-04-11 15:26:41','bbe0ed7c-a989-4cc2-a8ef-f000dd1bdac7'),(4682,1196,1500,2530,4,'2017-04-11 15:26:41','e8e9af4a-13be-4ae7-a88b-66481ddc57bc'),(4683,1197,1500,2540,4,'2017-04-11 15:26:41','eb54a0a5-84fd-4583-aa16-65f7ed27c244'),(4684,1198,1500,2550,4,'2017-04-11 15:26:41','1939760f-77cb-40e5-b6c3-410679034e02'),(4685,1199,1500,2560,4,'2017-04-11 15:26:41','64451f97-9a8c-4aa8-9543-a8591caeddf1'),(4686,1203,1500,2570,4,'2017-04-11 15:26:41','927eb943-6104-4c05-87a4-5c5f8447ccdd'),(4687,1201,1500,2580,4,'2017-04-11 15:26:41','0c667e50-e202-4049-ae63-8d84ab39cf89'),(4688,1305,1500,2590,4,'2017-04-11 15:26:41','c77ba163-464b-4484-a7e8-a90c7ea14fde'),(4689,1431,1500,2600,4,'2017-04-11 15:26:41','818d9230-3e11-4054-b994-8ac7696c9b8e'),(4690,1363,1500,2610,4,'2017-04-11 15:26:41','c39ec9f8-57a1-444a-8890-bd24fc9ff276'),(4691,1362,1500,2620,4,'2017-04-11 15:26:41','9570254f-e1b4-4d02-a7e6-36926f542e04'),(4692,1455,1500,2640,4,'2017-04-11 15:26:41','8e8e0b84-ca3f-4dc7-b5b3-552fd071310f'),(4693,1336,1500,2650,4,'2017-04-11 15:26:41','0fb614c4-4a38-45e6-bb3f-c4f0422ba27a'),(4694,1366,1500,2660,4,'2017-04-11 15:26:41','8ff38a79-3f9b-437f-8a3f-69fbffc755fe'),(4695,1398,1500,2670,4,'2017-04-11 15:26:41','7d2b3093-e9fc-4dd7-a7a0-afe7fe1c3537'),(4696,1379,1500,2680,4,'2017-04-11 15:26:41','ce744170-563e-49a9-a8f2-5fc690c6bc1a'),(4697,1374,1500,2690,4,'2017-04-11 15:26:41','c6e203d8-f8c3-4c87-9933-5f6eb4c119f8'),(4698,1396,1500,2700,4,'2017-04-11 15:26:41','8220c0d0-e246-44a4-88cd-eda3083b8f94'),(4699,1376,1500,2710,4,'2017-04-11 15:26:41','c992a25f-4378-4611-ab8f-73fa1a3ee17b'),(4700,1348,1500,2730,4,'2017-04-11 15:26:41','9861e094-5ef5-4fc6-8c6b-8a4977b6f1e1'),(4701,1397,1500,2740,4,'2017-04-11 15:26:41','0ddc1640-140a-42b6-aaab-7f6f9a489083'),(4702,1378,1500,2760,4,'2017-04-11 15:26:41','e47784d0-4123-4bcf-84cf-12ed3ad18598'),(4703,1377,1500,2770,4,'2017-04-11 15:26:41','167fd8da-3d66-45bd-8e2f-a6fa0702c44e'),(4704,1202,1500,2780,4,'2017-04-11 15:26:41','01f12f02-4571-4e8d-a65e-bb6361988a08'),(4705,1211,1500,2790,4,'2017-04-11 15:26:41','f6e85c1b-2ff7-46eb-b7e5-f7aaf0b584e4'),(4706,1369,1500,2800,4,'2017-04-11 15:26:41','815b3415-eee7-4611-8b69-883099b333e8'),(4707,1200,1500,2810,4,'2017-04-11 15:26:41','1e358ded-6c5c-4cce-b770-d151d7b33755'),(4708,1395,1500,2820,4,'2017-04-11 15:26:41','04232b40-d79c-4396-895e-77dfe208d157'),(4709,1349,1500,2840,4,'2017-04-11 15:26:41','0e22cd7d-76f1-4b01-a68d-589650c0b922'),(4710,1212,1500,2850,4,'2017-04-11 15:26:41','614ebd1f-c46a-4cbb-a61b-53de2b3d75f5'),(4711,1216,1500,2870,4,'2017-04-11 15:26:41','2695196a-5305-4f71-bdc6-7811f31ca20e'),(4712,1354,1500,2880,4,'2017-04-11 15:26:41','d452b843-02a6-4dec-ad26-34f625747894'),(4713,1215,1500,2930,4,'2017-04-11 15:26:41','6f3fffc8-7a99-4ff8-b1e9-ac4bd7f5e5b6'),(4714,1373,1500,2940,4,'2017-04-11 15:26:41','e23f1995-e75d-4d5e-898e-149b1d7a2a20'),(4715,1370,1500,2960,4,'2017-04-11 15:26:41','e9581ae3-7819-4f7a-9d2b-e029b40b8ab3'),(4716,1372,1500,2970,4,'2017-04-11 15:26:41','2cbd1fe3-9992-40cf-a7e1-c703e1b18f57'),(4717,1371,1500,2980,4,'2017-04-11 15:26:41','0b7c04b6-e71a-4a9a-b7e6-6a3ef9f7f31b'),(4718,1226,1500,2990,4,'2017-04-11 15:26:41','5f3c5409-ab09-4ed9-ad9b-f6f082dce6a3'),(4719,1317,1500,3000,4,'2017-04-11 15:26:41','f9cf474a-0c33-49c1-b8b6-ed849bded424'),(4720,1219,1500,3010,4,'2017-04-11 15:26:41','19714911-bfe2-4516-9cab-451241c50a24'),(4721,1312,1500,3020,4,'2017-04-11 15:26:41','1575f41b-de1c-4fdb-9046-c449011e36d3'),(4722,1321,1500,3030,4,'2017-04-11 15:26:41','c549e6ca-d0c7-4b9c-8e9c-340436585f2f'),(4723,1267,1500,3040,4,'2017-04-11 15:26:41','a22e3762-67cc-4161-9526-da87ae572025'),(4724,1229,1500,3050,4,'2017-04-11 15:26:41','bbc59ee0-6a47-4d9c-b182-29b4875912a8'),(4725,1345,1500,3060,4,'2017-04-11 15:26:41','ea823cf4-5b80-452a-b981-9f808a77810a'),(4726,1235,1500,3070,4,'2017-04-11 15:26:41','f8f64a11-f4d3-4b70-af4a-cd25a2c5e581'),(4727,1351,1500,3080,4,'2017-04-11 15:26:41','a529cf39-933e-4b2d-82b3-235ddc47f158'),(4728,1231,1500,3090,4,'2017-04-11 15:26:41','53cfd161-ffcc-4f43-a0d9-ea5d7e8eadc1'),(4729,1357,1500,3100,4,'2017-04-11 15:26:41','15e89b5a-41dc-4e3c-9d82-38be6dcd9566'),(4730,1234,1500,3110,4,'2017-04-11 15:26:41','0592a099-493d-4c73-a1e4-2e9cf99b4f5c'),(4731,1238,1500,3120,4,'2017-04-11 15:26:41','335ba7e9-d2f1-4cae-8a98-c33e275065ab'),(4732,1233,1500,3130,4,'2017-04-11 15:26:41','62e60223-fc36-4432-a3e2-070eea921e79'),(4733,1230,1500,3140,4,'2017-04-11 15:26:41','f6e167d5-4928-44c0-8fdf-ebf8db289c5f'),(4734,1232,1500,3150,4,'2017-04-11 15:26:41','621865d6-ff6b-4599-a4a3-bebbb97abaca'),(4735,1340,1500,3170,4,'2017-04-11 15:26:41','d1bf589b-865a-45ef-bc75-a8150b74b1c8'),(4736,1353,1500,3190,4,'2017-04-11 15:26:41','9584f847-f8a2-4464-9d0b-bbbe60f70e7f'),(4737,1282,1500,3200,4,'2017-04-11 15:26:41','78557170-d84c-46b8-ae0d-3cc156a94496'),(4738,1286,1500,3210,4,'2017-04-11 15:26:41','1ab5c51f-8e99-41b3-88f6-9344ddeb1fbd'),(4739,1261,1500,3230,4,'2017-04-11 15:26:41','9a4eb6e3-72dc-416c-a79b-fa8c0feb472b'),(4740,1313,1500,3260,4,'2017-04-11 15:26:41','6e94ed39-9dfb-4ed6-9673-3dbca1ec18df'),(4741,1263,1500,3270,4,'2017-04-11 15:26:41','7e1d31b5-9abe-4511-acb1-1102a23f26b5'),(4742,1314,1500,3280,4,'2017-04-11 15:26:41','3ff7efa6-ef45-4c7b-8463-e72f920a2e76'),(4743,1387,1500,3290,4,'2017-04-11 15:26:41','92d2b51e-6913-4c57-9924-a95087c2a39f'),(4744,1346,1500,3310,4,'2017-04-11 15:26:41','dc105fc8-0b7b-4464-95c8-ddb4dca39c2b'),(4745,1388,1500,3330,4,'2017-04-11 15:26:41','842e038b-93e8-4155-99c5-0d562871df0c'),(4746,1319,1500,3350,4,'2017-04-11 15:26:41','7253b2db-d432-4219-858c-95e6f97fb427'),(4747,1227,1500,3360,4,'2017-04-11 15:26:41','0f042332-b516-418d-a346-027ea475effb'),(4748,1324,1500,3370,4,'2017-04-11 15:26:41','404c1e64-458d-4783-9940-a535f66c3f75'),(4749,1243,1500,3390,4,'2017-04-11 15:26:41','214b1bf9-d5a6-4baa-bf15-006deece6cfe'),(4750,1311,1500,3400,4,'2017-04-11 15:26:41','0332b673-a862-4895-8f0f-4d610a2bf63d'),(4751,1315,1500,3410,4,'2017-04-11 15:26:41','8f4c48ec-b80d-4ab6-80ac-4456e5de345a'),(4752,1269,1500,3420,4,'2017-04-11 15:26:41','33a9c06f-fe52-4bc8-a54a-937977f64f6d'),(4753,1268,1500,3430,4,'2017-04-11 15:26:41','5340a9e5-2f45-42f7-ab70-005a33a82951'),(4754,1271,1500,3440,4,'2017-04-11 15:26:41','de314b0b-da88-4393-9650-56138517b806'),(4755,1187,1500,3450,4,'2017-04-11 15:26:41','1e5086b6-4689-4cf3-903b-3559555c097b'),(4756,1309,1500,3460,4,'2017-04-11 15:26:41','317ca11e-5e58-481f-8e48-5b31951163b8'),(4757,1270,1500,3470,4,'2017-04-11 15:26:41','61b1c222-1237-46b3-a653-1729e8a24e7e'),(4758,1207,1500,3480,4,'2017-04-11 15:26:41','cc74720c-47f1-4bc2-87eb-3b6e2d1512ca'),(4759,1252,1500,3490,4,'2017-04-11 15:26:41','663f8f2e-2c76-40df-9585-d0fd78494095'),(4760,1298,1500,3500,4,'2017-04-11 15:26:41','d5d67e4d-c262-4cf1-8f5d-a3bf7cf3b8ef'),(4761,1344,1500,3510,4,'2017-04-11 15:26:41','d9aa7dfd-1d7f-4691-b3ee-920dba353ed0'),(4762,1275,1500,3520,4,'2017-04-11 15:26:41','b2b07d43-e059-465b-88c8-b3767b0cbc3f'),(4763,1273,1500,3530,4,'2017-04-11 15:26:41','4cbbde49-5dbd-45ce-9321-cdb05ab45751'),(4764,1188,1500,3540,4,'2017-04-11 15:26:41','9fab4196-feb8-41f7-8421-b89f5cbda0c7'),(4765,1277,1500,3550,4,'2017-04-11 15:26:41','50384c71-0cec-4f13-995b-a1ee7279c4e9'),(4766,1428,1500,3560,4,'2017-04-11 15:26:41','737302e8-f139-492a-b7de-82d8341b1be5'),(4767,1253,1500,3580,4,'2017-04-11 15:26:41','356fdf5d-646d-446c-a8b6-f322b735e5f3'),(4768,1426,1500,3590,4,'2017-04-11 15:26:41','625664e8-e740-455f-bef2-6bde2fa11c7f'),(4769,1181,1500,3600,4,'2017-04-11 15:26:41','98fcbaa5-5ea1-402b-87c5-390d0974ac5e'),(4770,1294,1500,3620,4,'2017-04-11 15:26:41','0dff643e-7735-4834-b965-22092e297469'),(4771,1241,1500,3640,4,'2017-04-11 15:26:41','3439d4c7-bfb5-48d0-9261-9ccdaa64813e'),(4772,1304,1500,3650,4,'2017-04-11 15:26:41','0c5060c2-7a9d-4ff1-a1e3-5603004d3e6a'),(4773,1358,1500,3660,4,'2017-04-11 15:26:41','ca0cae33-1e74-48ea-87f9-cbc89bf65317'),(4774,1242,1500,3670,4,'2017-04-11 15:26:41','11be50cc-e703-4b93-b8b1-6842cee08323'),(4775,1290,1500,3680,4,'2017-04-11 15:26:41','778b55b3-33be-44f2-a70d-322407aaa012'),(4776,1308,1500,3690,4,'2017-04-11 15:26:41','f43a917a-6afd-4949-9a86-18e5e44064f1'),(4777,1204,1500,3710,4,'2017-04-11 15:26:41','3cfe18fd-473c-4959-a65a-0ae4046b9f76'),(4778,1195,1500,3720,4,'2017-04-11 15:26:41','cfa862a0-4590-451e-bdec-2ae9eab6c441'),(4779,1224,1500,3740,4,'2017-04-11 15:26:41','f14e1478-ce90-4c88-a19f-dd177aa31598'),(4780,1221,1500,3750,4,'2017-04-11 15:26:41','1a951333-98d1-4ce8-9f9a-dbc03b6e3a67'),(4781,1237,1500,3770,4,'2017-04-11 15:26:41','5df78cdf-8174-42d6-8e93-ef14fc18293b'),(4782,1322,1500,3780,4,'2017-04-11 15:26:41','38c8251b-ee55-47ec-9dc3-02414919e24a'),(4783,1228,1500,3790,4,'2017-04-11 15:26:41','decc0506-fdee-400d-8378-c17a95540d38'),(4784,1250,1500,3800,4,'2017-04-11 15:26:41','8fa99aa4-af7f-4952-9f98-87598c0abebc'),(4785,1220,1500,3810,4,'2017-04-11 15:26:41','e49c4f50-7ada-4ebe-8c63-68816433e706'),(4786,1222,1500,3820,4,'2017-04-11 15:26:41','fdfd93c8-b0e7-46f5-aed8-0540f925bff9'),(4787,1385,1500,3830,4,'2017-04-11 15:26:41','eb98ab0a-add2-464b-8ad6-e8641c41c396'),(4788,3619,1500,4070,4,'2017-04-11 15:40:34','e203d69d-22f3-4949-b5d8-8df20a6a89c9'),(4789,3473,1500,4160,4,'2017-04-11 15:40:34','12993ee4-5be8-481f-bce5-d770283668e9'),(4790,3442,1500,4695,4,'2017-04-11 15:40:34','527522cc-c2c4-48ec-b17f-18f19bda9e83'),(4791,1244,1477,1000,4,'2017-04-12 05:18:23','ad8d8c18-0aa6-4978-a78f-1371db76c4b8'),(4792,1239,1477,1030,4,'2017-04-12 05:18:23','4f3d0bcf-7858-4603-8adc-5d67048bfde4'),(4793,1389,1477,1040,4,'2017-04-12 05:18:23','e6a473ae-5f0e-4164-aa36-078041952afe'),(4794,1392,1477,1050,4,'2017-04-12 05:18:23','c716fc6e-fce0-446e-b6c9-ee99335ddf02'),(4795,1391,1477,1055,4,'2017-04-12 05:18:23','380b550f-1d34-4fb0-93c7-a8de385a105c'); +/*!40000 ALTER TABLE `concept_set` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_state_conversion` +-- + +DROP TABLE IF EXISTS `concept_state_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_state_conversion` ( + `concept_state_conversion_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) DEFAULT '0', + `program_workflow_id` int(11) DEFAULT '0', + `program_workflow_state_id` int(11) DEFAULT '0', + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_state_conversion_id`), + UNIQUE KEY `concept_state_conversion_uuid_index` (`uuid`), + UNIQUE KEY `unique_workflow_concept_in_conversion` (`program_workflow_id`,`concept_id`), + KEY `concept_triggers_conversion` (`concept_id`), + KEY `conversion_to_state` (`program_workflow_state_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_state_conversion` +-- + +LOCK TABLES `concept_state_conversion` WRITE; +/*!40000 ALTER TABLE `concept_state_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `concept_state_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `concept_stop_word` +-- + +DROP TABLE IF EXISTS `concept_stop_word`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `concept_stop_word` ( + `concept_stop_word_id` int(11) NOT NULL AUTO_INCREMENT, + `word` varchar(50) NOT NULL, + `locale` varchar(50) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`concept_stop_word_id`), + UNIQUE KEY `Unique_StopWord_Key` (`word`,`locale`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `concept_stop_word` +-- + +LOCK TABLES `concept_stop_word` WRITE; +/*!40000 ALTER TABLE `concept_stop_word` DISABLE KEYS */; +INSERT INTO `concept_stop_word` VALUES (1,'A','en','f5f45540-e2a7-11df-87ae-18a905e044dc'),(2,'AND','en','f5f469ae-e2a7-11df-87ae-18a905e044dc'),(3,'AT','en','f5f47070-e2a7-11df-87ae-18a905e044dc'),(4,'BUT','en','f5f476c4-e2a7-11df-87ae-18a905e044dc'),(5,'BY','en','f5f47d04-e2a7-11df-87ae-18a905e044dc'),(6,'FOR','en','f5f4834e-e2a7-11df-87ae-18a905e044dc'),(7,'HAS','en','f5f48a24-e2a7-11df-87ae-18a905e044dc'),(8,'OF','en','f5f49064-e2a7-11df-87ae-18a905e044dc'),(9,'THE','en','f5f496ae-e2a7-11df-87ae-18a905e044dc'),(10,'TO','en','f5f49cda-e2a7-11df-87ae-18a905e044dc'); +/*!40000 ALTER TABLE `concept_stop_word` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Temporary table structure for view `concept_view` +-- + +DROP TABLE IF EXISTS `concept_view`; +/*!50001 DROP VIEW IF EXISTS `concept_view`*/; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +/*!50001 CREATE VIEW `concept_view` AS SELECT + 1 AS `concept_id`, + 1 AS `concept_full_name`, + 1 AS `concept_short_name`, + 1 AS `concept_class_name`, + 1 AS `concept_datatype_name`, + 1 AS `retired`, + 1 AS `description`, + 1 AS `date_created`*/; +SET character_set_client = @saved_cs_client; + +-- +-- Table structure for table `conditions` +-- + +DROP TABLE IF EXISTS `conditions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `conditions` ( + `condition_id` int(11) NOT NULL AUTO_INCREMENT, + `previous_condition_id` int(11) DEFAULT NULL, + `patient_id` int(11) NOT NULL, + `status` varchar(255) NOT NULL, + `concept_id` int(11) NOT NULL, + `condition_non_coded` varchar(1024) DEFAULT NULL, + `onset_date` datetime DEFAULT NULL, + `additional_detail` varchar(1024) DEFAULT NULL, + `end_date` datetime DEFAULT NULL, + `end_reason` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL, + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`condition_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `condition_uuid_index` (`uuid`), + KEY `conditions_previous_condition_id_fk` (`previous_condition_id`), + KEY `conditions_patient_fk` (`patient_id`), + KEY `conditions_concept_fk` (`concept_id`), + KEY `conditions_end_reason_fk` (`end_reason`), + KEY `conditions_created_by_fk` (`creator`), + KEY `conditions_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `conditions` +-- + +LOCK TABLES `conditions` WRITE; +/*!40000 ALTER TABLE `conditions` DISABLE KEYS */; +/*!40000 ALTER TABLE `conditions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Temporary table structure for view `diagnosis_concept_view` +-- + +DROP TABLE IF EXISTS `diagnosis_concept_view`; +/*!50001 DROP VIEW IF EXISTS `diagnosis_concept_view`*/; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +/*!50001 CREATE VIEW `diagnosis_concept_view` AS SELECT + 1 AS `concept_id`, + 1 AS `concept_full_name`, + 1 AS `concept_short_name`, + 1 AS `concept_class_name`, + 1 AS `concept_datatype_name`, + 1 AS `retired`, + 1 AS `description`, + 1 AS `date_created`, + 1 AS `icd10_code`*/; +SET character_set_client = @saved_cs_client; + +-- +-- Table structure for table `drug` +-- + +DROP TABLE IF EXISTS `drug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `drug` ( + `drug_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL DEFAULT '0', + `name` varchar(255) DEFAULT NULL, + `combination` tinyint(1) NOT NULL DEFAULT '0', + `dosage_form` int(11) DEFAULT NULL, + `maximum_daily_dose` double DEFAULT NULL, + `minimum_daily_dose` double DEFAULT NULL, + `route` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `strength` varchar(255) DEFAULT NULL, + PRIMARY KEY (`drug_id`), + UNIQUE KEY `drug_uuid_index` (`uuid`), + KEY `primary_drug_concept` (`concept_id`), + KEY `drug_creator` (`creator`), + KEY `drug_changed_by` (`changed_by`), + KEY `dosage_form_concept` (`dosage_form`), + KEY `drug_retired_by` (`retired_by`), + KEY `route_concept` (`route`) +) ENGINE=InnoDB AUTO_INCREMENT=346 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `drug` +-- + +LOCK TABLES `drug` WRITE; +/*!40000 ALTER TABLE `drug` DISABLE KEYS */; +INSERT INTO `drug` VALUES (1,346,'Clobetasone 15g',0,337,NULL,NULL,347,2,'2014-09-24 14:53:06',0,NULL,NULL,NULL,NULL,NULL,'4ee2744a-6e41-43a6-98ca-2390cb9e18b8',NULL),(2,348,'Paracetamol 500mg',0,967,NULL,NULL,NULL,2,'2014-09-24 14:56:06',0,NULL,NULL,NULL,NULL,NULL,'d9c230a5-89d8-4e4d-b08b-2af3b1234c80',NULL),(3,349,'Paracetamol 120mg/5ml',0,339,NULL,NULL,NULL,2,'2014-09-24 14:57:06',0,NULL,NULL,NULL,NULL,NULL,'28d067a3-7e40-4331-9452-bd6b0e9bf201',NULL),(4,350,'Salbutamol inhaler',0,333,NULL,NULL,NULL,2,'2014-09-24 14:58:06',0,NULL,NULL,NULL,NULL,NULL,'3c2be95a-9c20-4079-a242-4f4c00433b72',NULL),(5,351,'Chana',0,336,NULL,NULL,NULL,2,'2014-09-24 14:58:06',0,NULL,NULL,NULL,NULL,NULL,'e45e83b8-10d1-430e-bf79-59e0155ca43f',NULL),(6,352,'Albendazole 400mg',0,967,NULL,NULL,NULL,2,'2014-09-24 14:59:06',0,NULL,NULL,NULL,NULL,NULL,'84685f8d-ac2d-4952-b38d-1e77a2602328',NULL),(7,353,'Cytalon 100mg',0,335,NULL,NULL,NULL,2,'2014-09-25 10:57:06',0,NULL,NULL,NULL,NULL,NULL,'32c5312e-e640-4b4f-9353-612abbd31117',NULL),(8,354,'Ipratropium Bromide Respirator Solution 15ml',0,340,NULL,NULL,NULL,2,'2014-09-25 11:00:06',0,NULL,NULL,NULL,NULL,NULL,'59f48da6-190d-4d16-8fb3-168e94c9911e',NULL),(9,355,'Pentazocine 1ml',0,335,NULL,NULL,NULL,2,'2014-09-25 11:02:06',0,NULL,NULL,NULL,NULL,NULL,'3abb7336-e1a7-48c1-9ef3-e6a45bd000b6',NULL),(10,356,'Aciclovir 200mg',0,967,NULL,NULL,NULL,2,'2014-09-25 11:02:06',0,NULL,NULL,NULL,NULL,NULL,'4ee6f5af-68c6-4a78-a675-a9ebfce1f625',NULL),(11,356,'Aciclovir 250mg',0,335,NULL,NULL,NULL,2,'2014-09-25 11:04:06',0,NULL,NULL,NULL,NULL,NULL,'04fb9ae7-6517-49a1-add4-1ea819268a2a',NULL),(12,356,'Aciclovir 400mg',0,967,NULL,NULL,NULL,2,'2014-09-25 11:05:06',0,NULL,NULL,NULL,NULL,NULL,'4416fc3a-7025-44be-afd8-584168c161d7',NULL),(13,358,'Cephlexin 500mg',0,968,NULL,NULL,NULL,2,'2014-09-25 11:07:06',0,NULL,NULL,NULL,NULL,NULL,'2a215a46-cbfa-42b4-9a9f-50183e5cb40e',NULL),(14,358,'Cephlexin 250mg',0,967,NULL,NULL,NULL,2,'2014-09-25 11:09:06',0,NULL,NULL,NULL,NULL,NULL,'bceebd00-5b29-4197-85c5-82be30e2ee02',NULL),(15,359,'Lajvanti Panchang 50gm',0,332,NULL,NULL,NULL,2,'2014-09-25 11:10:06',0,NULL,NULL,NULL,NULL,NULL,'8835df5e-7a51-4da6-a513-48bed68f0534',NULL),(16,360,'Hepatitis - B 10ml',0,335,NULL,NULL,NULL,2,'2014-09-25 11:12:06',0,NULL,NULL,NULL,NULL,NULL,'7e3d5c68-d3d4-47b6-8c49-2d64fbdd197a',NULL),(17,360,'Hepatitis - B 1ml',0,335,NULL,NULL,NULL,2,'2014-09-25 11:12:06',0,NULL,NULL,NULL,NULL,NULL,'b6d72152-c4ad-42c1-80e4-68c267fa232e',NULL),(18,361,'Lajvanti Panchang 100gm',0,332,NULL,NULL,NULL,2,'2014-09-25 11:14:06',0,NULL,NULL,NULL,NULL,NULL,'7ccee5ed-c006-4d11-93ac-c3166bdd9f43',NULL),(19,362,'Beclomethasone',0,339,NULL,NULL,NULL,2,'2014-09-25 11:15:06',0,2,'2014-09-30 22:19:36',NULL,NULL,NULL,'dfc15a13-381c-45d1-82ee-377b19ee1bed',NULL),(20,363,'Sodium Thiosulphate Camical 500gm',0,343,NULL,NULL,NULL,2,'2014-09-25 11:17:06',0,NULL,NULL,NULL,NULL,NULL,'0a595a8c-cad6-4231-8cfe-960a20c1918b',NULL),(21,364,'Placentex 60ml',0,345,NULL,NULL,NULL,2,'2014-09-25 11:19:06',0,NULL,NULL,NULL,NULL,NULL,'e7ff4462-5f1f-4bb5-8f0e-f49dea1820b1',NULL),(22,365,'Ciprofloxacin Eye/Ear Drop 10ml',0,338,NULL,NULL,NULL,2,'2014-09-25 11:20:06',0,NULL,NULL,NULL,NULL,NULL,'b61375bb-9c58-4259-920f-d53cda2c791b',NULL),(23,366,'Clotrimazole+Lignocaine Ear Drop',0,338,NULL,NULL,NULL,2,'2014-09-25 11:20:06',0,NULL,NULL,NULL,NULL,NULL,'6c08c703-d67c-4bae-b3c1-0604989e05f0',NULL),(24,367,'Metronidazole 20g',0,334,NULL,NULL,NULL,2,'2014-09-25 11:23:06',0,NULL,NULL,NULL,NULL,NULL,'871db3cb-3158-49d3-89f3-4f5af0843918',NULL),(25,369,'Lignocaine Hydrochloride Jelly 2%',0,368,NULL,NULL,NULL,2,'2014-09-25 11:25:06',0,NULL,NULL,NULL,NULL,NULL,'e448ffbd-4bc4-41fc-bb51-4ff95e0a0858',NULL),(26,370,'Paracetamol 60ml',0,339,NULL,NULL,NULL,2,'2014-09-25 11:27:06',0,NULL,NULL,NULL,NULL,NULL,'2f7bc8fb-93b9-4519-9efb-8a09ae060246',NULL),(27,370,'Paracetamol 2ml',0,335,NULL,NULL,NULL,2,'2014-09-25 11:28:06',0,NULL,NULL,NULL,NULL,NULL,'c8c8db6b-2ea1-42a0-ba88-965d350ea7a0',NULL),(28,370,'Paracetamol 4.5 Litre',0,339,NULL,NULL,NULL,2,'2014-09-25 11:29:06',0,NULL,NULL,NULL,NULL,NULL,'bb12e744-7c8e-4f26-b9a8-43e9164a8f00',NULL),(29,371,'Povidine 15g',0,344,NULL,NULL,NULL,2,'2014-09-25 11:31:06',0,NULL,NULL,NULL,NULL,NULL,'fdf1ae9d-964c-4d39-80bc-495fb031926b',NULL),(30,372,'B-Complex',0,967,NULL,NULL,NULL,2,'2014-09-29 14:55:06',0,NULL,NULL,NULL,NULL,NULL,'43c0d71c-e399-4b48-888d-e11c3e532822',NULL),(31,1100,'Rifampicin',0,967,NULL,NULL,NULL,4,'2015-04-21 15:11:41',0,4,'2015-04-21 15:13:17',NULL,NULL,NULL,'e5134dca-f0cd-4974-9022-89f4c699a283','600 mg'),(32,1099,'Isoniazid',0,967,NULL,NULL,NULL,4,'2015-04-21 15:14:25',0,1,'2015-05-24 17:46:16',NULL,NULL,NULL,'c086af09-21b0-4b23-a603-a5644b1081f0','300 mg'),(33,1101,'Ethambutol',0,967,NULL,NULL,NULL,4,'2015-04-21 15:22:14',0,NULL,NULL,NULL,NULL,NULL,'aabd998a-a402-43a9-a59a-138f59122157','1200 mg'),(34,1502,'Pyrazinamide',0,967,NULL,NULL,68,4,'2015-04-21 15:27:18',0,NULL,NULL,NULL,NULL,NULL,'9d6c7aeb-4b9f-41e4-ad4b-a4504e8967a5',NULL),(35,1503,'Metformin',0,967,NULL,NULL,NULL,4,'2015-04-21 16:53:08',0,NULL,NULL,NULL,NULL,NULL,'e566bebf-33e6-4fd1-b65c-45ec8e9e9f18','500 mg'),(36,1505,'Glipizide',0,967,NULL,NULL,NULL,4,'2015-04-21 16:55:49',0,NULL,NULL,NULL,NULL,NULL,'8e3c2c26-558e-4b7d-b81e-55de91ac3ebd','5 mg'),(37,1504,'Pioglitazone',0,967,NULL,NULL,NULL,4,'2015-04-21 16:57:49',0,NULL,NULL,NULL,NULL,NULL,'f1bf36d3-1d21-4488-8d88-4f03fcd860f9','15 mg'),(38,1506,'Aceclofenac 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'7574c69b-1133-4805-bc31-64635f40c3c0','100mg'),(39,1507,'Acyclovir 0.3%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'6ad082b1-2783-4783-9c11-5cc63cf3a1b0','0.30%'),(40,1507,'Acyclovir 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'ed86eff4-56a2-471f-beb1-f0e50c943d83','200mg'),(41,1507,'Acyclovir 5%',0,337,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'42270fd1-f4de-4a20-981f-f1a8d2bddf4f','5%'),(42,1508,'Adrenaline 1mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'e847482c-7746-46b9-a8d5-7ca21302c969','1mg/ml'),(43,1509,'Albendazole 200mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'35156f22-5e0e-404c-94a6-31762ca7ded5','200mg/5ml'),(44,1510,'Allopurinol 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'6a1295ac-c91f-48bc-84c6-ae8510d70832','100mg'),(45,1511,'Alprazolam 0.25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'24889f97-892a-4ac9-ac9b-fa753391f2f0','0.25mg'),(46,1512,'Amikacin 250mg/2ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'2e4f8ba6-95c6-4ee9-96a9-28bcbd82c031','250mg/2ml'),(47,1512,'Amikacin 500mg/2ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'5dd8e5f3-4f3a-4c7a-abf3-64617f7afcc2','500mg/2ml'),(48,1513,'Amitriptyline 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'ce6e35a2-af23-44ed-a05d-cd6d971d6a2b','25mg'),(49,1514,'Amlodipine 2.5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'57242c4b-14c8-4170-8548-85426da0d00c','2.5mg'),(50,1514,'Amlodipine 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'7c77daa3-3e6f-4adc-a503-42eca0b6ab8e','5mg'),(51,1515,'Amlodipine & Atenolol 5mg + 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'1c2c48b1-c11f-47db-b4d2-8ece997b0594','5mg + 50mg'),(52,1516,'Amoxicillin 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'f1b2394e-6272-4320-930f-098efd0246ca','250mg'),(53,1516,'Amoxicillin 125mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'293e55c4-f3be-4852-8b3b-49cf6309451c','125mg'),(54,1516,'Amoxicillin 125mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'daffaf79-8dd5-4bf4-94b2-2a3058c59c6e','125mg'),(55,1516,'Amoxicillin 250mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'013b90a8-243a-426c-88fe-985cb50e27ee','250mg'),(56,1516,'Amoxicillin 500mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'ee0403f3-867a-43c1-926e-4d177bd13948','500mg'),(57,1518,'Amoxicillin & Clavulanic Acid 500mg + 125mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'5eef9d45-083c-4c39-8753-8202e3ea0451','500mg + 125mg'),(58,1517,'Amoxicillin & Clavulanate 200mg + 28.5mg / 5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'b3572f0e-a4b7-4e8e-9fba-f7dd45a7a047','200mg + 28.5mg / 5ml'),(59,1519,'Amoxicillin & Cloxacillin 125mg + 125mg / 5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:34',0,NULL,NULL,NULL,NULL,NULL,'e188a20a-2734-41d6-827c-9316fbee9a36','125mg + 125mg / 5ml'),(60,1520,'Amphotericin B 50mg',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'4f742e41-1f3d-455d-95ca-2cefd4fac1f1','50mg'),(61,1521,'Ampicillin 1000mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'22c07320-863c-481b-bdd5-31140f134ef2','1000mg/5ml'),(62,1521,'Ampicillin 500mg/2ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'326545d4-8815-482e-8282-c4dcdcd300de','500mg/2ml'),(63,1522,'Ampicillin & Cloxacillin 1000mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'76badfd9-78b5-4fa0-b423-e149088a88da','1000mg/5ml'),(64,1522,'Ampicillin & Cloxacillin 125mg + 125mg / 40ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'6be42641-8f5c-4b29-bc8f-acec6d2dc5cf','125mg + 125mg / 40ml'),(65,1522,'Ampicillin & Cloxacillin 250mg + 250mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'71fc65dc-2e67-4b96-8213-dffc5dda5fab','250mg + 250mg'),(66,1522,'Ampicillin & Cloxacillin 250mg + 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'e7ab43cb-d909-4ad0-8ce4-91c28be32e2d','250mg + 250mg'),(67,1522,'Ampicillin & Cloxacillin 500mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'0eb3e926-8ca0-415d-8d1d-90028d5a4e1d','500mg/5ml'),(68,1523,'Antacid 180ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'26fd8c3e-2813-4464-9719-2bc3bd7b4633','180ml'),(69,1523,'Antacid 700mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'2af6f0b0-3289-45bd-9e7d-83596fee0949','700mg'),(70,1524,'Antioxidant 1mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'a42d3e70-fd8c-4e9f-bee3-47320383fd07','1mg'),(71,1525,'Aspirin 75mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'49f0c5c2-4738-4382-9928-69fd330d4624','75mg'),(72,1526,'Atenolol 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'25a8cb7f-1c6a-433a-b400-f8eb6ad6f94a','25mg'),(73,1526,'Atenolol 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'60979c58-b9d3-435b-9ca3-8dde54b093b1','50mg'),(74,1527,'Atorvastatin 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'2ac23d99-73e0-4d6b-9038-a477dfe11e34','10mg'),(75,1527,'Atorvastatin 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'c44758b4-535a-4896-9de7-6a5e81d9af19','50mg'),(76,1528,'Atropine 0.6mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'7ed52038-6f1c-4b2b-a40a-e84e49d9453e','0.6mg/ml'),(77,1529,'Azithromycin 100mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'2b2cbe5d-3466-4265-9279-ada687a3ebe1','100mg/5ml'),(78,1529,'Azithromycin 200mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'df6321c4-1466-419e-8034-7d9d5c25dd62','200mg/5ml'),(79,1529,'Azithromycin 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'5f09704b-1a8b-4b56-8f6e-88d04e297211','200mg'),(80,1529,'Azithromycin 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'acf92279-a251-4d13-817e-88c574b23dd9','500mg'),(81,1530,'Beclomethasone Dipropionate 200mcg',0,333,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'53bfdca8-e087-41c1-bdbe-cbf6fdf93041','200mcg'),(82,1530,'Beclomethasone Dipropionate 200mcg/dose',0,333,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'636fb54f-a9e3-4670-bb66-a8f009232b99','200mcg/dose'),(83,1531,'Benzathine Penicillin 1.2 Million IU',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'388cbd20-12fd-4a13-97df-271fa7d10808','1.2million IU'),(84,1532,'Benzoic & Salicylic Acid 6% + 3%',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'c5c08323-8bb6-428f-acec-b73664e9b84b','6% + 3%'),(85,1533,'Benzoyl Peroxide 5%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'ce65cbaf-3731-49e9-986c-16e3c0f77ce2','5%'),(86,1534,'Betamethasone 0.1%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'1b6a104b-e7ff-4a71-b50c-c27df8be8fb9','0.1%'),(87,1535,'Bupivacaine Hydrochloride 0.5%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'281fb5ae-de59-4312-80ee-4e309a20b9c9','0.5%'),(88,1536,'Caffeine Citrate 20mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'5293b5cf-a08b-4c19-a585-fc75e2362fe4','20mg/ml'),(89,1537,'Calamine 8%',0,345,NULL,NULL,NULL,4,'2015-04-24 15:23:35',0,NULL,NULL,NULL,NULL,NULL,'ee0c1028-a45c-49af-8755-fb220220eca5','8%'),(90,1286,'Calcium 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'6fbd339b-f68d-4174-bb6d-2e1fef8422df','500mg'),(91,1538,'Calcium Gluconate 10% 100mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'9b61ea4d-00c2-4602-acfb-94f299550e9d','10% 100mg/ml'),(92,1539,'Carbamazine 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'c1e49f7c-827f-458d-b90e-d6fd305c7992','100mg'),(93,1539,'Carbamazine 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'25f6864a-3608-4db9-8ce4-c19124769615','200mg'),(94,1539,'Carbamazine 400mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'89b3f766-2092-4809-a173-737ef89bc1d3','400mg'),(95,1540,'Cefadroxil 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'117a40e6-8195-486c-aded-b0a27911222c','250mg'),(96,1540,'Cefadroxil 250mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'3e4f35f0-e301-4892-a930-9ffcb2b56ce9','250mg/5ml'),(97,1540,'Cefadroxil 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'2ddc8f6d-a119-4df2-99d9-c12293c085b9','500mg'),(98,1541,'Cefazolin 1000mg',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'70ab7eeb-33b5-4bd2-87ec-70ca10a2698a','1000mg'),(99,1542,'Cefepime 1g',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'b6d79620-7a5e-4845-b619-6b0f2db56a2f','1g'),(100,1543,'Cefixime 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'2cfff969-8acd-4226-9c6a-eae4e80cac86','200mg'),(101,1543,'Cefixime 400mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'04a13f73-af84-42a4-8e28-6f360c0ffcbd','400mg'),(102,1543,'Cefixime 50mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'63eb8f14-0267-4fd7-a4a4-5da77c734fce','50mg/5ml'),(103,1544,'Cefotaxim 1000mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'24cac22e-8aba-434c-9f57-bfef21853bd1','1000mg/5ml'),(104,1544,'Cefotaxim 500mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'05fac755-e963-428f-812b-8e810659e17f','500mg/5ml'),(105,1545,'Ceftazidime 1g',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'b60950b2-96fc-4770-8638-77bee76d10a7','1g'),(106,1546,'Ceftriaxone 1000mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'134b2432-8a2e-462c-9637-832fdd108d53','1000mg/5ml'),(107,1546,'Ceftriaxone 250mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'bc10392a-cc3c-4981-9fb6-ee5cf7c038c7','250mg/5ml'),(108,1547,'Cetirizine 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'9417187f-a23d-4c25-954e-ec508f53e94c','10mg'),(109,1547,'Cetirizine 5mg/5ml',0,339,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'08c0df98-09b5-4199-97a9-1a162160a7d2','5mg/5ml'),(110,1548,'Chlordiazepoxide 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'296e6d6d-7dc0-4683-b401-5df0f0c1d278','10mg'),(111,1548,'Chlordiazepoxide 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'2b67c139-3e12-49e5-b556-d8d19270ffe6','25mg'),(112,1549,'Chlorhexidine Gluconate 0.2%',0,1708,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'5a7caf04-cc60-4b4e-87d1-01812bb5ad3e','0.2%'),(113,1550,'Chloroquine 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'c54d7325-a5c4-4b5a-aaa5-cea7c2b4ae40','250mg'),(114,1551,'Chlorpheniramine 4mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'6e251518-afad-4101-b766-2a8492b2624c','4mg'),(115,1552,'Chlorpromazine 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'630c9834-1b2f-458c-b4c9-169f9dfe16ad','100mg'),(116,1552,'Chlorpromazine 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'b541558f-891d-4ad5-a0cf-a486d69d3895','25mg'),(117,1552,'Chlorpromazine 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'ff9043f8-4488-4f6f-9793-693a3c5faf35','50mg'),(118,365,'Ciprofloxacin 0.3%',0,338,NULL,NULL,NULL,4,'2015-04-24 15:23:36',0,NULL,NULL,NULL,NULL,NULL,'1a90009c-c301-4e7c-8b84-ecf657be3612','0.3%'),(119,365,'Ciprofloxacin 0.3%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'c3a4acd7-d2e9-44f5-843f-5e610874da15','0.3%'),(120,365,'Ciprofloxacin 200mg/100ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'0943b471-573b-4e51-ada7-f56e709bcf04','200mg/100ml'),(121,365,'Ciprofloxacin 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'134104f9-2a87-4c71-b011-696380986325','250mg'),(122,365,'Ciprofloxacin 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'72c6c3a8-fc2c-4ebb-ab42-ea8f079bfa31','500mg'),(123,1553,'Clarithromycine 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'605d23e2-c415-4a41-ba8f-fcf8a5a07fcb','500mg'),(124,1554,'Clobazam 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'2534a8df-e08d-4778-8154-0bf7c1248719','5mg'),(125,1555,'Clobetasol Propionate 0.05%',0,337,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'05d01c1b-7f1c-45a7-808d-3267b906230f','0.05%'),(126,1556,'Clonazepan 0.5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'a9aa9d5f-9b61-4024-8971-ab3438dc6c5e','0.5mg'),(127,1558,'Clotrimazole & Lignocaine 1%',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'a7452b22-2691-4192-b06f-77738cc28891','1%'),(128,1557,'Clotrimazole 1%',0,1709,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'1f333142-3c15-43ab-b529-fc9c2861a81f','1%'),(129,1557,'Clotrimazole 1%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'c1af3552-0850-4a75-871e-742ad67782fd','1%'),(130,1557,'Clotrimazole 100mg',0,1710,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'9b3584d4-eff4-4c4f-9ad0-c3dfc5be5eb9','100mg'),(131,1557,'Clotrimazole 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'b49b59c9-94bd-4a56-be12-cf9ebd69a6ef','100mg'),(132,1559,'Clotrimazole Otic 1%',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'b12d76a0-b63e-4bc5-b18f-e28dd98b9df7','1%'),(133,1560,'Clove Oil 10ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'d2e0030c-267f-4cff-97a8-84dd7196a872','10ml'),(134,1561,'Cloxacillin 500mg/1.2ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'c7fdee92-c656-48e4-bf67-0cbd41d9bc97','500mg/1.2ml'),(135,1562,'Codeine Phosphate 15mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'e8532259-2017-47ad-a18f-b90ec9678610','15mg'),(136,1563,'Cotrimoxazole 50ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'bab83a83-c508-4b35-83ab-2b6c6fa31744','50ml'),(137,1563,'Cotrimoxazole 960mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'444b7285-0ec5-4b82-b049-b3e943654523','960mg'),(138,1564,'Cremaffin 200ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'afc0d28b-6fb7-4b17-845e-e656f819247b','200ml'),(139,1565,'Cycloserine 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'b0d78454-bf28-4f5f-acce-30b17acc8141','250mg'),(140,1566,'D5 Dextrose 5%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'99306d19-3f88-418f-bdd6-b700c93d0f36','5%'),(141,1567,'Dexamethasone 4mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'f860f265-2015-4093-8beb-602430367f3a','4mg/ml'),(142,1568,'Dextrose 10%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'2576f6a9-a154-4552-bf7e-61b707410376','10%'),(143,1568,'Dextrose 25%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'487aab40-4aa5-425f-ab29-134d99662388','25%'),(144,1570,'Diazepam 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'f6429d97-1500-45ea-bd77-5a0eeb2bdd1a','5mg'),(145,1570,'Diazepam 5mg/2ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'bea1b1cc-430f-449e-8ff6-5a17f9ae7a22','5mg/2ml'),(146,1571,'Diclofenac 1%',0,334,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'5416572c-c522-4e60-b2d7-ef662090c64f','1%'),(147,1572,'Diclofenac Sodium 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:37',0,NULL,NULL,NULL,NULL,NULL,'e10a4b64-4e87-49e1-86b4-882e7f41cd24','100mg'),(148,1572,'Diclofenac Sodium 25mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'89a99f86-6103-46c4-8008-07c690ff3218','25mg/ml'),(149,1572,'Diclofenac Sodium 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'060b86ec-e8a6-4457-8a00-70c4b82566a2','50mg'),(150,1573,'Dicyclomine 10mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'08a5632f-fc23-437e-87a7-4d640bcabc56','100mg/5ml'),(151,1574,'Diethylcarbamazine 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'79abfb33-5d75-4242-ba39-8c84b7191d50','100mg'),(152,1575,'Digoxin 0.25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'2843066c-8c55-49e0-a5b2-52647a0622bf','0.25mg'),(153,1576,'Disodium Hydrogen Citrate 1.31mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'9e99ebb0-56d5-4517-88c0-f754a861954c','1.31mg/5ml'),(154,1569,'Dextrose Normal Saline 5% 500ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'3f33094d-52f3-467f-a40e-0a9717c21445','5%'),(155,1577,'Domperidone 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'a0057d24-fb2b-4eda-9fc0-fe533ce94322','10mg'),(156,1578,'Dopamine 40mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'eecbbacd-bb25-4457-9c8e-c3868ff6d98c','40mg/ml'),(157,1579,'Doxycycline 100mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'66013ad0-e9db-493a-b027-89a1de45d660','100mg'),(158,1580,'Enalapril 2.5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'d372aee7-29e5-4d86-a634-34d8db0f0ad5','2.5mg'),(159,1580,'Enalapril 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'dc02fb45-64e4-476b-9855-4504d5293538','5mg'),(160,1581,'Ethamsylate 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'28e8584d-64fa-4d00-9cdb-31a8f9802d25','500mg'),(161,1582,'Ethionamide 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'4fe3b094-bbcf-460d-8c21-616bfa58ef48','250mg'),(162,1583,'Etophylline & Theophylline 84.7mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'4abd3b3d-198d-4e95-8b8a-43747de1691d','84.7mg/ml'),(163,1583,'Etophylline & Theophylline 150mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'f9ba2b14-b223-46b2-a761-7e7301c65728','150mg'),(164,1583,'Etophylline & Theophylline 300mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'b7e9ab3e-c624-42b7-9161-e659facf9cbc','300mg'),(165,1584,'Famotidine 40mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'3fdfd794-0c73-4795-b850-58f6033c333b','40mg'),(166,1585,'Ferrous Fumarate & Folic Acid 300mg + 0.6mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'66e666d6-7142-4af5-b1fd-57704b78c609','300mg + 0.6mg'),(167,1586,'Ferrous Sulphate 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'826285af-de4b-4369-838c-7721f207e89e','200mg'),(168,1587,'Finasteride 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'63fd6326-8b2d-4661-ac32-719898332556','5mg'),(169,1588,'Fluconazole 150mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'784da3a1-86b1-4be0-8e05-7907b08f785b','150mg'),(170,1589,'Fluoxetine 20mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'5b597cca-ac96-401a-a471-3fcfe6034a4e','20mg'),(171,1590,'Folic Acid 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'aa226112-064c-4655-b1d6-ce02f4acb9e8','5mg'),(172,1591,'Frusemide 10mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'abe05733-8274-4663-938c-294375d51a8a','10mg/ml'),(173,1592,'Frusemide & Amiloride 40mg + 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'a036414e-7df6-4fb8-99f7-f76366ccbd5d','40mg + 5mg'),(174,1593,'Furosemide 40mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'606f5355-6662-43ed-b428-4745ddbe5959','40mg'),(175,1594,'Furosemide & Spironolactone 20mg + 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'81273dae-0330-416f-a3d5-ed212d208e15','20mg + 50mg'),(176,1595,'Fusidic Acid 5 gm',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:38',0,NULL,NULL,NULL,NULL,NULL,'161bf86b-9cc8-4d76-9dc9-3d097652895d','5gm'),(177,1596,'Gabapentin 300mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'d216a447-508f-4c69-848a-dd05b6aff483','300mg'),(178,1597,'Gamma Benzene Hexachloride & Cetrimide 1% + 1%',0,337,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'edbd9dc8-1880-45db-9128-d3f08becd36d','1% + 1%'),(179,1598,'Gentamycin 20mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'400a3298-5728-4ab8-acdf-46845440643c','20mg/ml'),(180,1598,'Gentamycin 40mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'69513802-6265-446f-86cd-438b5c7fad04','40mg/ml'),(181,1599,'Gentian Violet 1%',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'d5a07616-62ff-4eb6-81fa-62446aa734dd','1%'),(182,1600,'Glimepiride 2mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'ded3abe1-0cf6-4c39-8beb-0b464eae89b9','2mg'),(183,1600,'Glimepiride 4mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'9918cac6-1d05-4420-bdb4-92e25413bd80','4mg'),(184,1505,'Glipizide 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'020c1d70-b578-4da1-a640-cced0ad7d7a2','5mg'),(185,1601,'Glycerine & Sodium Chloride Enema 30ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'143f3595-bd3e-4d04-888a-ecd8d945ea6d','30ml'),(186,1602,'Glyceryl Trinitrate 0.4mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'49d5bb82-27c1-4aef-a55b-79f373ed975b','0.4mg'),(187,1603,'Haloperidol 0.25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'50788d16-a65e-497f-bf4a-1370b85174db','0.25mg'),(188,1603,'Haloperidol 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'09f0b1c3-2c44-4a60-8027-3ebfbb377e47','5mg'),(189,1603,'Haloperidol 5mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'8cf85756-18b4-4516-a7c4-aa9d8646dc20','5mg/ml'),(190,1604,'Hepatitis B Vaccine 20mcg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'c95c2ac2-3abd-4d34-b8e9-3ff56bed8c0e','20mcg/ml'),(191,1604,'Hepatitis B Vaccine 1ml/dose',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'1d3c0d4d-6ce9-459b-a484-044d5403203d','1ml/dose'),(192,1605,'Hydrochlorothiazide 12.5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'5c7b5bbf-5253-43f8-b07e-a8e67a6fb6f7','12.5mg'),(193,1605,'Hydrochlorothiazide 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'6ae55958-f43d-489c-80e5-2531424ea4e0','25mg'),(194,1606,'Hydrocortisone 1%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'41d0803e-7cc5-4dbe-bd9d-7d0623557e20','1%'),(195,1606,'Hydrocortisone 100mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'5cc9aab9-51ad-4937-9de1-f208f38d8c39','100mg/5ml'),(196,1607,'Hydrogen Peroxide 20%',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'9b200fd6-a3bb-4c3f-9155-f68a216c6983','20%'),(197,1608,'Hyoscine Butylbromide 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'cdc2930d-d822-410a-8d7d-533e8081bd10','10mg'),(198,1608,'Hyoscine Butylbromide 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'b9e24012-51ce-4251-9b11-1127172cd27e','20mg'),(199,1608,'Hyoscine Butylbromide 20mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'9fc7d906-74b0-4c3b-b4da-050c6aaeb207','20mg/ml'),(200,1609,'Ibuprofen 400mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'d6baa542-9b17-48a5-b8c5-47910be574a5','400mg'),(201,1610,'Ibuprofen & Paracetamol 225mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'62ae129e-89e3-4294-8961-36ff5f70ecc7','255mg/5ml'),(202,1610,'Ibuprofen & Paracetamol 400mg + 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'98cac2c0-dc24-4a39-a83f-52f4e83c4fe9','400mg + 500mg'),(203,1610,'Ibuprofen & Paracetamol 725mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'102ed6e5-f7ef-465a-867a-491ea11d2577','725mg'),(204,1611,'Indomethacin 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'0c35f7d0-5ad8-4197-b5a7-ca347ce77ad3','25mg'),(205,1611,'Indomethacin 25mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:39',0,NULL,NULL,NULL,NULL,NULL,'babd32aa-b288-4567-8d30-c770cde531cb','25mg'),(206,1612,'Insulin 30/70 100 IU/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'6189a63f-9869-431c-af3d-04f3bca1e0e5','100IU/ml'),(207,1612,'Insulin 40 IU/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'3f5857ba-5436-4598-8849-b4b4f926dc4c','40IU/ml'),(208,1613,'Ipratropium 20mcg',0,333,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'03966798-5c40-4a6e-ac89-178371653df7','20mcg'),(209,1613,'Ipratropium 200mcg',0,333,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'d215dcbf-b779-4247-adc7-2a74457a7e8f','200mcg'),(210,1614,'Ipratropium Bromide 250mg/ml',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'07aa181e-ed75-40e3-9574-31fe47cfc34b','250mg'),(211,1614,'Ipratropium Bromide 500mg/ml',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'52ec9ef8-09b5-4b0e-8934-e1a14329224f','500mg'),(212,1615,'Isosorbide Mononitrate 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'a4a9fd90-e36e-4bef-907a-4e338a5d4e02','10mg'),(213,1616,'Ivermectin 6mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'e19aa3ab-a7b5-4886-8dd3-e5121acd8a15','6mg'),(214,1617,'Ketamine 50mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'1a3387be-dd84-4ea0-80e5-f779e26dc97a','50mg/ml'),(215,1618,'Ketoconazole 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'e74218fc-87f7-4221-919a-8827fbaef2bf','200mg'),(216,1619,'Lactulose 3.35mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'dbfa0fb1-bbd6-4a68-8069-70d733942c28','3.35mg/5ml'),(217,1620,'Levofloxacin 250mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'25a8400e-1982-4833-bf9c-73699bdcde9d','250mg'),(218,1621,'Levonorgestrel & Ethinylestradiol 0.15mg + 0.03mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'e520369f-7efc-4514-b39f-ef02c66d4ade','0.15mg + 0.03mg'),(219,1622,'Levothyroxine 100mcg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'e94538f2-dca5-47c5-8b44-29e64759a29c','100mg'),(220,1624,'Lignocaine & Adrenaline 2% + 1:10,000',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'64761efc-dcff-485f-b924-fbb4ec140df2','2% + 1:10,000'),(221,1625,'Losartan 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'c9ae6014-99f5-4942-b789-a5771d5451d2','25mg'),(222,1625,'Losartan 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'ac2ae8b0-27ef-4989-bfd4-cf0b60686758','50mg'),(223,1626,'Magnesium Sulphate 500mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'1fcb7001-65e9-48a8-aeeb-7712336077ee','500mg/ml'),(224,1627,'Mannitol 20%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'41daff92-3590-4422-a8b6-15902d7fd5c6','20%'),(225,1628,'Medroxyprogesterone 150mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'41825f3d-e3b4-4f7f-9e01-3ac6f1c2cfc9','150mg/ml'),(226,1629,'Medroxyprogesterone Acetate 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'25e1d752-7c4b-4629-8329-9921803913cd','100mg'),(227,1503,'Metformin 1000mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'07b787ea-fbea-41a3-ad0c-bc81ee3428de','1000mg'),(228,1503,'Metformin 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'952916ed-55f9-498a-8880-3b69855598ef','500mg'),(229,1503,'Metformin 850mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'3add5d98-4663-4938-928e-f68e6b71f6eb','850mg'),(230,1630,'Methotrexate 2.5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'3386d038-35dd-40d6-8df3-724c7d3ab215','2.5mg'),(231,1631,'Methylergometrine 0.2mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'682ebcf5-177e-46c3-b7ea-b514ce5d5710','0.2mg/ml'),(232,1632,'Metoclopramide 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'df0eaf2e-1a0c-4557-a6be-0aa44f1055ae','10mg'),(233,1632,'Metoclopramide 5mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'09ae2261-362f-43ce-afb7-9aa45c78185c','5mg/5ml'),(234,1632,'Metoclopramide 5mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:40',0,NULL,NULL,NULL,NULL,NULL,'aa646486-21f8-4ebc-99ef-f5cf9ad30d8e','5mg/ml'),(235,367,'Metronidazole 100mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'99a3dc2a-bc88-4386-8e29-e0123d48cc76','100mg/5ml'),(236,367,'Metronidazole 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'b6c526ab-ed0c-4b0c-93e2-d89f1dc896dd','200mg'),(237,367,'Metronidazole 400mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'25f08fc1-3d2a-482e-b0bc-a37652c47ee5','400mg'),(238,367,'Metronidazole 500mg/100ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'542ddce8-57a0-48b2-8512-8afde1c155b9','500mg/100ml'),(239,1634,'Metronidazole, Chlorhexidine, Lignocaine & Menthol 10g',0,334,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'d967e8d2-3780-46f6-a46a-538fba6de051','10g'),(240,1633,'Metronidazole & Diloxanide 200mg + 250mg / 10ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'001b7fe9-6ed1-4d5b-9a1f-f66678a1edc4','200mg + 250mg / 10ml'),(241,1633,'Metronidazole & Diloxanide 400mg + 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'2cabac2d-3d48-4713-a8e8-cc683c2f4f9a','400mg + 500mg'),(242,1635,'Midazolam 1mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'cf7b1b3e-f2e8-45f0-9cf2-3a3de86cd333','1mg/ml'),(243,1636,'Mifepristone & Misoprostol 200mg + 800mcg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'6b12d20f-3b02-4209-b868-748e61240063','200mg + 800mcg'),(244,1637,'Miltefosine 50mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'58fee33f-fa60-40e2-a5a8-72c4a70e6589','50mg'),(245,1638,'Mirtazapine 7.5mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'0ed2d479-55fc-485e-a5a3-466d07172f60','7.5mg'),(246,1639,'Misoprostol 200mcg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'9fd11343-cd89-4b97-ac91-4745ff6d7ed6','200mcg'),(247,1640,'Morphine 10mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'ea72492a-18a1-421d-9bd1-c242c7b58b04','10mg/ml'),(248,1641,'Naloxone 0.4mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'40369a94-c0b4-4845-ba91-14d3185a8368','0.4mg/ml'),(249,1642,'Neomycin & Polymyxin B & Bacitracin Zinc 5g',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'df7f9793-0cde-4c99-8039-cff0e2150e9c','5gm'),(250,1643,'Nifedipine 10mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'61df30bb-f3bb-4ed0-bb06-990c3835235f','10mg'),(251,1643,'Nifedipine 5mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'6f0242cf-1cf2-4c0d-a522-e8628f0cd988','5mg'),(252,1644,'Nimesulide 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'459e44b0-a622-42ed-a1e5-4e6a86c14caa','100mg'),(253,1645,'Nitrofurantoin 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'d872e96c-24f5-42f0-8218-7eedf972b8ef','100mg'),(254,1646,'Normal Saline 500ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'9c215c96-612d-4392-936c-829c2f9ec3ca','500ml'),(255,1647,'Ofloxacin 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'40cb38e1-0e37-4a01-9ebb-4fb65aa5e64e','200mg'),(256,1647,'Ofloxacin 400mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'f325d004-7311-4423-8022-524b4cf563be','400mg'),(257,1648,'Omeprazole 20mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'5c56f0bf-0ac7-4bdd-abd6-dd3ee366b40d','20mg'),(258,1649,'Ondansetron 2mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'2d366f8b-b89b-47b9-9392-3a302426568a','2mg/ml'),(259,1649,'Ondansetron 2mg/5ml',0,1713,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'117000ac-0cd7-46d9-9186-53a1dc097e9d','2mg/5ml'),(260,1649,'Ondansetron 4mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'36b64c0a-e63a-4928-9f4a-cbed676555ad','4mg'),(261,1650,'Oral Hormonal Contraceptive Pills 18mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'19e70445-1a5b-4115-83b9-a0be6219f62c','18mg'),(262,1651,'Oral Rehydration Solution 20.9mg/L',0,343,NULL,NULL,NULL,4,'2015-04-24 15:23:41',0,NULL,NULL,NULL,NULL,NULL,'158c0267-1410-4e5d-9e83-834915eeedb3','20.9mg/L'),(263,1652,'Oxymetazoline 0.5mg/ml',0,1712,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'493376c9-197d-4356-9407-69df7ca8bcc5','0.5mg/ml'),(264,1653,'Oxytocin 5U/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'cbcfcd08-f820-4493-bf60-7245cff7f5e0','5U/ml'),(265,1654,'P Dextrose And Electrolyte Solution 500ml',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'b3339714-2a6c-4a6d-8157-17c7c17caa3a','500ml'),(266,370,'Paracetamol 125mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'b90aefdb-0f7b-422e-ae5f-2cf20b4dd9f2','125mg/5ml'),(267,370,'Paracetamol 150mg',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'671ddb89-a30c-46e8-9f0c-5663714267d4','150mg/ml'),(268,1657,'Paracetamol Paediatric 125mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'8563f7f6-c166-41df-b734-5024668e4c34','125mg/5ml'),(269,1656,'Paracetamol & Codeine Phosphate 500mg + 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'931c6217-3a9d-4a15-8ee9-f3a5f31b6177','500mg + 10mg'),(270,1658,'Paradichloro Benzene 0.74mg',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'f38745fd-36b3-46e6-8c74-ddc661eff4d4','0.74mg'),(271,1659,'Paradichlorobenzene, Benzocaine, Chlorbutol & Turpentine Oil 10ml',0,338,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'a41fb68b-e6b9-4486-b59b-1df529c2f2e5','10ml'),(272,1655,'Pantoprazole 40mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'26087d7b-3658-4dd4-a7dd-b6866e6fef37','40mg'),(273,1655,'Pantoprazole 40mg/10ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'f5f8642f-4937-49da-9c42-db483b5a1913','40mg/10ml'),(274,1675,'Pyrimethamine & Sulfadoxine 25mg + 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'426a12c4-bbbd-42b4-9c84-fd4b06fa5b04','25mg + 500mg'),(275,1660,'Pheniramine 22.75mg/2ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'a1530be1-377a-4e5d-be6e-07aa16e737fa','22.75mg/2ml'),(276,1661,'Pheniramine Maleate 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'e9a48988-9b56-4698-9f4d-a34c87ebd53d','25mg'),(277,1662,'Phenobarbitone 200mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'deca612f-1ac5-44e3-a981-1d74d76fa644','200mg/ml'),(278,1662,'Phenobarbitone 30mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'726be409-6537-4609-9986-0e87a8d99480','30mg'),(279,1662,'Phenobarbitone 60mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'714bf114-866d-4e36-b8d2-3d8ff918f28e','60mg'),(280,1663,'Phenytoin 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'b598cea2-495b-494d-a4c1-d235ab066ba1','100mg'),(281,1663,'Phenytoin 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'8e981645-3e28-4b33-bdaf-1173bc497638','50mg'),(282,1663,'Phenytoin 50mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'1bf01f6c-a49f-4791-8382-09fb5aa804c6','50mg/ml'),(283,1664,'Pilex 30g',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'cbc6d51d-5372-4f14-9588-1ea120f0802e','30g'),(284,1665,'Polyvalent Anti Snake Serum',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'0bb28f24-1267-43d0-8fb8-9023a3c44e44','unit'),(285,1666,'Potassium Chloride 15%',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'f1b1b5e4-eca3-46b6-9baf-38cfdab96906','15%'),(286,1667,'Prednisolone 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'f697704d-fe8f-45d4-bde5-99e5bd397291','10mg'),(287,1667,'Prednisolone 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'66a4ed3a-f318-4460-ab3c-8abd9bd5e45b','20mg'),(288,1667,'Prednisolone 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'f426a9f9-00df-4efa-b37a-dc02edda9e04','5mg'),(289,1668,'Primaquine 7.5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'2ca78e05-7753-4ac1-9631-c1ba42443369','7.5mg'),(290,1669,'Prochlorperazine Maleate 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'46c4078f-b1f3-4b08-8c81-cdc7562cef79','5mg'),(291,1670,'Promethazine 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:42',0,NULL,NULL,NULL,NULL,NULL,'12830e9e-a3e3-4d4e-9dd9-216dafbcdc59','25mg'),(292,1671,'Promethazine Hydrochloride 12.5mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'091240a8-befd-4f9e-9078-00a24f2e14d7','12.5mg/ml'),(293,1673,'Propranolol 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'7138c78b-d7bf-4b3e-84de-ec88ee7bf71b','20mg'),(294,1673,'Propranolol 40mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'461a6fc0-b765-414e-b63c-af93f01aee73','40mg'),(295,1672,'Propofol 10mg',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'edd3057f-0c8b-4be5-9ca0-a9f1072dfa6e','10mg'),(296,1502,'Pyrazinamide 400mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'620dfba4-2487-4cbd-9828-468efbc0cfcb','400mg'),(297,1674,'Pyridoxine 100mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'02c41e3f-dab9-4a36-a15c-dfce329f33b2','100mg'),(298,1676,'Rabeprazole Sodium 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'6e592d7b-b990-4b40-8ed9-5e58eb9fdaa2','20mg'),(299,1677,'Rabies Vaccine 2.5 IU/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'d5461847-7b9b-4644-a8cd-aa5690c8784d','2.5IU/ml'),(300,1678,'Ranitidine 150mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'1389d95c-9d5c-49ea-99e0-d5b821053473','150mg'),(301,1678,'Ranitidine 25mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'67f94a67-84f3-4ef2-9c03-aaf9ff952c7c','25mg/ml'),(302,1679,'Retinol (Vitamin A) 200,000 IU',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'23d612ae-cf93-4e64-921d-6c4a69033e9c','200,000IU'),(303,1680,'Risperidone 1mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'1bea55dc-05b1-455a-b7cf-bb9750e41717','1mg'),(304,1681,'Rl Ringers Lactate 500 ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'da2dd3b5-ad47-40f9-96ef-28e1d6cb93c8','500ml'),(305,1682,'Salbutamol Expectorent 1mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'3500d335-09b7-46a7-8b2c-bd24075d97f9','1mg/5ml'),(306,1682,'Salbutamol Rotacap 200mcg',0,333,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'9d43683a-1c21-4987-b66b-c93a7e30e984','200mcg'),(307,1682,'Salbutamol 100mcg',0,1711,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'99d324ec-e644-46dd-9a4b-883e63b2b16b','100mcg'),(308,1682,'Salbutamol 2mg/5ml',0,340,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'9a42f5fc-c722-4868-87a6-a89995fde5ce','2mg/5ml'),(309,1682,'Salbutamol 2mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'a2a5b68b-307d-4ca5-902b-3a02f0b879c4','2mg/5ml'),(310,1682,'Salbutamol 4mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'8bdc487a-87dd-4a1d-9d9d-4d0dad32bcca','4mg'),(311,1683,'Salbutamol & Bromhexine 2mg + 4mg',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'cbd6e223-764b-4f6e-8669-a17b310d790b','2mg + 4mg'),(312,1684,'Saline Nasal Solution 15ml',0,1712,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'85244fc8-fe83-4cee-ba95-3ec6026ddd91','15ml'),(313,1685,'Silver Sulphadiazene 1%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'66287a36-bd49-4d40-95db-23eaa703c92f','1%'),(314,1686,'Sodium Valproate 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'8df86c38-57dd-4f42-a73e-bcd126f09878','200mg'),(315,1687,'Spironolactone 25mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'875a788e-0aea-4bf5-a461-5a789d1aa89a','25mg'),(316,1688,'Sulfamethoxazole & Trimethoprim 100mg + 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'812bbc1c-7e1e-4e8e-a0ea-d9fb79f67471','100mg + 20mg'),(317,1688,'Sulfamethoxazole & Trimethoprim 200mg + 40mg / 5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'0b21536f-c058-442b-8da0-9bd4cdbfc678','200mg + 40mg / 5ml'),(318,1688,'Sulfamethoxazole & Trimethoprim 800mg + 160mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'a16d3b60-2b11-4c14-a3bc-977a0b13f739','800mg + 160mg'),(319,1689,'Tetanus Antitoxin 0.5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'d4012286-19e4-4fde-bc5c-a8600693255d','0.5ml'),(320,1690,'Tetanus Immunoglobulin 500 IU/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'61127404-ff7d-407d-8917-b0344c3480e2','500IU/ml'),(321,1691,'Tetanus Toxoid 0.5 ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'20705748-56fa-46a1-8aa7-436755adf5f2','0.5ml'),(322,1692,'Tetracycline Ophtalmic 1%',0,344,NULL,NULL,NULL,4,'2015-04-24 15:23:43',0,NULL,NULL,NULL,NULL,NULL,'ddd8e904-1f1a-4ca2-b225-f72b3f890234','1%'),(323,1693,'Tinidazole 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'9ad240f9-e9f8-4c76-9b8f-a9f17dbe00c4','500mg'),(324,1694,'Tizanidine 2mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'24d45bf3-e736-449d-9e8c-5dbe37992552','2mg'),(325,1695,'Tramadol 50mg',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'bf2c8cf4-7cf5-4f7c-a05c-a75471443e33','50mg'),(326,1695,'Tramadol 50mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'750a0804-ef09-48e6-bc47-cb1adba5c361','50mg'),(327,1695,'Tramadol 50mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'3703b411-8228-4435-afd1-8c07d17ab516','50mg/ml'),(328,1696,'Tranexamic Acid 500mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'6497eb1f-d973-4a05-8758-721a602c11ac','500mg'),(329,1696,'Tranexamic Acid 500mg/5ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'d2e078ca-2faf-4494-9521-ef91095bdfa9','500mg/5ml'),(330,1697,'Triamcinolone 40mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'92de23ea-fb39-4f8f-93ad-9080f39b9662','40mg/ml'),(331,1698,'Trihexyphenidyl 2mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'fe8be1ef-72c1-4acf-aa18-70dd3a82c514','2mg'),(332,1699,'Trypsin Chymotrypsin',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'db08bda6-2b73-4b0e-8a7c-0226614a0cda','unit'),(333,1700,'Tuberculin Purified Protein Derivative 10 TU/0.1ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'1b0d3eb4-9527-40eb-865d-73aac2e60103','10TU/0.1ml'),(334,1701,'Valproic Acid 200mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'30bed331-65f3-43c1-866e-9eb1256a1675','200mg'),(335,1701,'Valproic Acid 200mg/5ml',0,1707,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'3bcf37d3-eb43-4884-aabb-4f4483cf918d','200mg/5ml'),(336,1702,'Verapamil 40mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'f7bbb234-1fd7-4834-baa7-7d09792280f7','40mg'),(337,1703,'Vitamin B Complex 307',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'363f5156-6bf4-421d-8754-3fc8cfdcc32f','unit'),(338,1703,'Vitamin B Complex 308',0,968,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'6ac54756-e8b6-4bd8-a9bb-480204b63cdc','unit'),(339,1704,'Vitamin K 10mg/ml',0,335,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'1e653650-9d1b-4f95-864c-2cea6b52b3d6','10mg/ml'),(340,1705,'Warfarin 1mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'a3c4e7cb-dad4-4a98-afe1-b865f8179489','1mg'),(341,1705,'Warfarin 2mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'aa9b6034-5d2f-45d0-95a6-1d532959f7a9','2mg'),(342,1705,'Warfarin 5mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'b7af7a02-b428-44ed-92f8-f0e25d7809c4','5mg'),(343,1706,'Zinc Sulphate 10mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'485fc151-9541-4f7b-b298-e9f1e4efa573','10mg'),(344,1706,'Zinc Sulphate 20mg',0,967,NULL,NULL,NULL,4,'2015-04-24 15:23:44',0,NULL,NULL,NULL,NULL,NULL,'c6a1d4e4-563a-4392-af58-e38d0e0308ee','20mg'),(345,1714,'Methimazole',0,967,NULL,NULL,68,4,'2015-05-04 14:22:38',0,4,'2015-05-04 14:31:19',NULL,NULL,NULL,'5d3aa389-a44e-410d-9525-30af971b096c','5 mg'); +/*!40000 ALTER TABLE `drug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `drug_ingredient` +-- + +DROP TABLE IF EXISTS `drug_ingredient`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `drug_ingredient` ( + `drug_id` int(11) NOT NULL, + `ingredient_id` int(11) NOT NULL, + `uuid` char(38) NOT NULL, + `strength` double DEFAULT NULL, + `units` int(11) DEFAULT NULL, + PRIMARY KEY (`drug_id`,`ingredient_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `drug_ingredient_units_fk` (`units`), + KEY `drug_ingredient_ingredient_id_fk` (`ingredient_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `drug_ingredient` +-- + +LOCK TABLES `drug_ingredient` WRITE; +/*!40000 ALTER TABLE `drug_ingredient` DISABLE KEYS */; +/*!40000 ALTER TABLE `drug_ingredient` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `drug_order` +-- + +DROP TABLE IF EXISTS `drug_order`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `drug_order` ( + `order_id` int(11) NOT NULL DEFAULT '0', + `drug_inventory_id` int(11) DEFAULT NULL, + `dose` double DEFAULT NULL, + `as_needed` smallint(6) NOT NULL, + `dosing_type` varchar(255) DEFAULT NULL, + `quantity` double DEFAULT NULL, + `as_needed_condition` varchar(255) DEFAULT NULL, + `num_refills` int(11) DEFAULT NULL, + `dosing_instructions` text, + `duration` int(11) DEFAULT NULL, + `duration_units` int(11) DEFAULT NULL, + `quantity_units` int(11) DEFAULT NULL, + `route` int(11) DEFAULT NULL, + `dose_units` int(11) DEFAULT NULL, + `frequency` int(11) DEFAULT NULL, + `brand_name` varchar(255) DEFAULT NULL, + `dispense_as_written` tinyint(1) NOT NULL DEFAULT '0', + `drug_non_coded` varchar(255) DEFAULT NULL, + PRIMARY KEY (`order_id`), + KEY `inventory_item` (`drug_inventory_id`), + KEY `drug_order_duration_units_fk` (`duration_units`), + KEY `drug_order_quantity_units` (`quantity_units`), + KEY `drug_order_route_fk` (`route`), + KEY `drug_order_dose_units` (`dose_units`), + KEY `drug_order_frequency_fk` (`frequency`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `drug_order` +-- + +LOCK TABLES `drug_order` WRITE; +/*!40000 ALTER TABLE `drug_order` DISABLE KEYS */; +/*!40000 ALTER TABLE `drug_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `drug_reference_map` +-- + +DROP TABLE IF EXISTS `drug_reference_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `drug_reference_map` ( + `drug_reference_map_id` int(11) NOT NULL AUTO_INCREMENT, + `drug_id` int(11) NOT NULL, + `term_id` int(11) NOT NULL, + `concept_map_type` int(11) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`drug_reference_map_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `drug_for_drug_reference_map` (`drug_id`), + KEY `concept_reference_term_for_drug_reference_map` (`term_id`), + KEY `concept_map_type_for_drug_reference_map` (`concept_map_type`), + KEY `user_who_changed_drug_reference_map` (`changed_by`), + KEY `drug_reference_map_creator` (`creator`), + KEY `user_who_retired_drug_reference_map` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `drug_reference_map` +-- + +LOCK TABLES `drug_reference_map` WRITE; +/*!40000 ALTER TABLE `drug_reference_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `drug_reference_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `encounter` +-- + +DROP TABLE IF EXISTS `encounter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `encounter` ( + `encounter_id` int(11) NOT NULL AUTO_INCREMENT, + `encounter_type` int(11) NOT NULL, + `patient_id` int(11) NOT NULL DEFAULT '0', + `location_id` int(11) DEFAULT NULL, + `form_id` int(11) DEFAULT NULL, + `encounter_datetime` datetime NOT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `visit_id` int(11) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`encounter_id`), + UNIQUE KEY `encounter_uuid_index` (`uuid`), + KEY `encounter_datetime_idx` (`encounter_datetime`), + KEY `encounter_ibfk_1` (`creator`), + KEY `encounter_type_id` (`encounter_type`), + KEY `encounter_form` (`form_id`), + KEY `encounter_location` (`location_id`), + KEY `encounter_patient` (`patient_id`), + KEY `user_who_voided_encounter` (`voided_by`), + KEY `encounter_changed_by` (`changed_by`), + KEY `encounter_visit_id_fk` (`visit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `encounter` +-- + +LOCK TABLES `encounter` WRITE; +/*!40000 ALTER TABLE `encounter` DISABLE KEYS */; +/*!40000 ALTER TABLE `encounter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `encounter_provider` +-- + +DROP TABLE IF EXISTS `encounter_provider`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `encounter_provider` ( + `encounter_provider_id` int(11) NOT NULL AUTO_INCREMENT, + `encounter_id` int(11) NOT NULL, + `provider_id` int(11) NOT NULL, + `encounter_role_id` int(11) NOT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `date_voided` datetime DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`encounter_provider_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `encounter_id_fk` (`encounter_id`), + KEY `provider_id_fk` (`provider_id`), + KEY `encounter_role_id_fk` (`encounter_role_id`), + KEY `encounter_provider_creator` (`creator`), + KEY `encounter_provider_changed_by` (`changed_by`), + KEY `encounter_provider_voided_by` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `encounter_provider` +-- + +LOCK TABLES `encounter_provider` WRITE; +/*!40000 ALTER TABLE `encounter_provider` DISABLE KEYS */; +/*!40000 ALTER TABLE `encounter_provider` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `encounter_role` +-- + +DROP TABLE IF EXISTS `encounter_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `encounter_role` ( + `encounter_role_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`encounter_role_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `encounter_role_unique_name` (`name`), + KEY `encounter_role_creator_fk` (`creator`), + KEY `encounter_role_changed_by_fk` (`changed_by`), + KEY `encounter_role_retired_by_fk` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `encounter_role` +-- + +LOCK TABLES `encounter_role` WRITE; +/*!40000 ALTER TABLE `encounter_role` DISABLE KEYS */; +INSERT INTO `encounter_role` VALUES (1,'Unknown','Unknown encounter role for legacy providers with no encounter role set',1,'2011-08-18 14:00:00',NULL,NULL,0,NULL,NULL,NULL,'a0b03050-c99b-11e0-9572-0800200c9a66'); +/*!40000 ALTER TABLE `encounter_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `encounter_type` +-- + +DROP TABLE IF EXISTS `encounter_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `encounter_type` ( + `encounter_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL DEFAULT '', + `description` text, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `view_privilege` varchar(255) DEFAULT NULL, + `edit_privilege` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + PRIMARY KEY (`encounter_type_id`), + UNIQUE KEY `encounter_type_unique_name` (`name`), + UNIQUE KEY `encounter_type_uuid_index` (`uuid`), + KEY `encounter_type_retired_status` (`retired`), + KEY `user_who_created_type` (`creator`), + KEY `user_who_retired_encounter_type` (`retired_by`), + KEY `privilege_which_can_view_encounter_type` (`view_privilege`), + KEY `privilege_which_can_edit_encounter_type` (`edit_privilege`), + KEY `encounter_type_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `encounter_type` +-- + +LOCK TABLES `encounter_type` WRITE; +/*!40000 ALTER TABLE `encounter_type` DISABLE KEYS */; +INSERT INTO `encounter_type` VALUES (1,'Consultation','Consultation encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81852aee-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(2,'REG','Registration encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81888515-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(3,'ADMISSION','ADMISSION encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81da9590-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(4,'DISCHARGE','DISCHARGE encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81dd3390-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(5,'TRANSFER','TRANSFER encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81e13b91-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(6,'RADIOLOGY','RADIOLOGY encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81f57a25-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(7,'INVESTIGATION','Investigation encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'81fbaddd-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(8,'LAB_RESULT','Lab Result encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'82024e00-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(9,'Patient Document','Patient Document Encounter Type',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'82367e09-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL),(10,'VALIDATION NOTES','Validation Notes encounter',1,'2014-09-18 00:00:00',0,NULL,NULL,NULL,'8243d105-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `encounter_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `entity_mapping` +-- + +DROP TABLE IF EXISTS `entity_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `entity_mapping` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `entity_mapping_type_id` int(11) NOT NULL, + `entity1_uuid` char(38) NOT NULL, + `entity2_uuid` char(38) NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `entity_mapping_entity_mapping_type_fk` (`entity_mapping_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `entity_mapping` +-- + +LOCK TABLES `entity_mapping` WRITE; +/*!40000 ALTER TABLE `entity_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `entity_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `entity_mapping_type` +-- + +DROP TABLE IF EXISTS `entity_mapping_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `entity_mapping_type` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(100) NOT NULL, + `uuid` char(38) NOT NULL, + `entity1_type` text NOT NULL, + `entity2_type` text NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unique_entity_mapping_type_name` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `entity_mapping_type` +-- + +LOCK TABLES `entity_mapping_type` WRITE; +/*!40000 ALTER TABLE `entity_mapping_type` DISABLE KEYS */; +INSERT INTO `entity_mapping_type` VALUES (1,'program_obstemplate','4805eaf1-5afe-11e5-80d1-080027b662ec','org.openmrs.Program','org.openmrs.Concept','2015-09-14 22:03:08'),(2,'program_encountertype','6f5127cc-6da1-11e5-b2eb-080027b662ec','org.openmrs.Program','org.openmrs.EncounterType','2015-10-08 15:16:22'),(3,'loginlocation_visittype','6af7aa94-12b2-11e6-8c00-080027d2adbd','org.openmrs.Location','org.openmrs.VisitType','2015-11-25 18:54:23'),(4,'location_encountertype','6b02f5eb-12b2-11e6-8c00-080027d2adbd','org.openmrs.Location','org.openmrs.EncounterType','2016-05-05 13:13:39'); +/*!40000 ALTER TABLE `entity_mapping_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `episode` +-- + +DROP TABLE IF EXISTS `episode`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `episode` ( + `episode_id` int(11) NOT NULL AUTO_INCREMENT, + `creator` int(11) DEFAULT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`episode_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `episode` +-- + +LOCK TABLES `episode` WRITE; +/*!40000 ALTER TABLE `episode` DISABLE KEYS */; +/*!40000 ALTER TABLE `episode` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `episode_encounter` +-- + +DROP TABLE IF EXISTS `episode_encounter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `episode_encounter` ( + `episode_id` int(11) NOT NULL, + `encounter_id` int(11) NOT NULL, + KEY `episode_encounter_encounter_id` (`encounter_id`), + KEY `episode_encounter_episode_index` (`episode_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `episode_encounter` +-- + +LOCK TABLES `episode_encounter` WRITE; +/*!40000 ALTER TABLE `episode_encounter` DISABLE KEYS */; +/*!40000 ALTER TABLE `episode_encounter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `episode_patient_program` +-- + +DROP TABLE IF EXISTS `episode_patient_program`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `episode_patient_program` ( + `episode_id` int(11) NOT NULL, + `patient_program_id` int(11) NOT NULL, + KEY `episode_patient_program_patient_program_id` (`patient_program_id`), + KEY `episode_patient_program_episode_index` (`episode_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `episode_patient_program` +-- + +LOCK TABLES `episode_patient_program` WRITE; +/*!40000 ALTER TABLE `episode_patient_program` DISABLE KEYS */; +/*!40000 ALTER TABLE `episode_patient_program` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `event_records` +-- + +DROP TABLE IF EXISTS `event_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `event_records` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` varchar(40) DEFAULT NULL, + `title` varchar(255) DEFAULT NULL, + `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `uri` varchar(255) DEFAULT NULL, + `object` varchar(1000) DEFAULT NULL, + `category` varchar(255) DEFAULT NULL, + `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `tags` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `id` (`id`), + KEY `event_records_category_idx` (`category`) +) ENGINE=InnoDB AUTO_INCREMENT=1969 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `event_records` +-- + +LOCK TABLES `event_records` WRITE; +/*!40000 ALTER TABLE `event_records` DISABLE KEYS */; +INSERT INTO `event_records` VALUES (122,'7cfdd171-2647-4dd6-bfa0-6a6744550945','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/37b0aecd-12d0-4fc9-b090-5f2658ee8638','/openmrs/ws/rest/v1/reference-data/test/37b0aecd-12d0-4fc9-b090-5f2658ee8638','lab','2016-05-05 11:13:30',NULL),(123,'11f43761-154f-465a-8945-00386e265211','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/b97bb1ab-ed7c-4261-bd56-3b56a12e6429','/openmrs/ws/rest/v1/reference-data/test/b97bb1ab-ed7c-4261-bd56-3b56a12e6429','lab','2016-05-05 11:13:30',NULL),(124,'ed97b61c-2834-4bb4-9a23-ac5ac13026b8','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/12d7d84d-868d-4b23-97f1-756b26717413','/openmrs/ws/rest/v1/reference-data/test/12d7d84d-868d-4b23-97f1-756b26717413','lab','2016-05-05 11:13:30',NULL),(125,'c1fbf35d-25b2-4504-b437-88b87b031a49','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/f8ca5471-4e76-4737-8ea4-7555f6d5af0f','/openmrs/ws/rest/v1/reference-data/test/f8ca5471-4e76-4737-8ea4-7555f6d5af0f','lab','2016-05-05 11:13:30',NULL),(126,'112f91a4-ba32-4570-b37d-6781fa6f17c6','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/71545f9c-a300-4a44-bb1e-a0f201ce9f67','/openmrs/ws/rest/v1/reference-data/test/71545f9c-a300-4a44-bb1e-a0f201ce9f67','lab','2016-05-05 11:13:30',NULL),(127,'f9bb8532-0a51-4ed2-b861-b07ea2bb2ab4','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/84c32e50-032f-4557-83c1-693625c26d4f','/openmrs/ws/rest/v1/reference-data/test/84c32e50-032f-4557-83c1-693625c26d4f','lab','2016-05-05 11:13:30',NULL),(128,'5af834e0-c2fc-4a58-9c58-ae3dd2805e81','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/5a993557-b47c-427c-87d9-abc9c32951f0','/openmrs/ws/rest/v1/reference-data/test/5a993557-b47c-427c-87d9-abc9c32951f0','lab','2016-05-05 11:13:30',NULL),(129,'1d1a820e-81cf-461c-85d9-d07b9f8984d0','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/f72a35f7-f08f-4786-bd22-3e90dfa29f4d','/openmrs/ws/rest/v1/reference-data/test/f72a35f7-f08f-4786-bd22-3e90dfa29f4d','lab','2016-05-05 11:13:30',NULL),(130,'5ffd926c-fd5a-444a-935c-84162b237b87','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/4726f651-7e11-4d6c-a9a8-bcde540c82f8','/openmrs/ws/rest/v1/reference-data/test/4726f651-7e11-4d6c-a9a8-bcde540c82f8','lab','2016-05-05 11:13:30',NULL),(131,'9a2c8c65-89f2-4c1f-959c-931a1bf16e9e','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/c97a52b2-54b3-46a4-bff4-b63ad597c7ff','/openmrs/ws/rest/v1/reference-data/test/c97a52b2-54b3-46a4-bff4-b63ad597c7ff','lab','2016-05-05 11:13:30',NULL),(132,'7a3a7fe2-07a1-418a-89df-1f48648d0c51','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/de84c2d3-7656-4bde-aac0-e4632e70d604','/openmrs/ws/rest/v1/reference-data/test/de84c2d3-7656-4bde-aac0-e4632e70d604','lab','2016-05-05 11:13:30',NULL),(133,'f2a68bd0-8a60-4e17-92a2-6e8ec7c87d59','test','2015-03-24 10:14:21','/openmrs/ws/rest/v1/reference-data/test/809dd0f5-ce54-441c-b835-a2a8b06a6140','/openmrs/ws/rest/v1/reference-data/test/809dd0f5-ce54-441c-b835-a2a8b06a6140','lab','2016-05-05 11:13:30',NULL),(134,'f10e7557-3565-427f-b4b5-ac2de61deba7','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/df9401b8-552e-4d70-8c15-c3a35a982496','/openmrs/ws/rest/v1/reference-data/test/df9401b8-552e-4d70-8c15-c3a35a982496','lab','2016-05-05 11:13:30',NULL),(135,'86e5e210-4c00-410b-b631-ced03138c8ec','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/6c58e6d0-746a-4761-9b28-8a6db0d3264b','/openmrs/ws/rest/v1/reference-data/test/6c58e6d0-746a-4761-9b28-8a6db0d3264b','lab','2016-05-05 11:13:30',NULL),(136,'8dc3a43e-cf5b-439c-acef-d637ed7a0aad','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/6780bc93-9e91-4504-9076-e6c35fcf1602','/openmrs/ws/rest/v1/reference-data/test/6780bc93-9e91-4504-9076-e6c35fcf1602','lab','2016-05-05 11:13:30',NULL),(137,'129a1ff2-dff3-493b-b830-77b4b3e6cb3f','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/df671576-d7fe-4f0e-97c0-7d87fd8dc087','/openmrs/ws/rest/v1/reference-data/test/df671576-d7fe-4f0e-97c0-7d87fd8dc087','lab','2016-05-05 11:13:30',NULL),(138,'18afc7c5-9392-4d32-b0ed-0894088d2394','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/f81d4297-d079-4ea7-8b3a-7aa4425a3f85','/openmrs/ws/rest/v1/reference-data/test/f81d4297-d079-4ea7-8b3a-7aa4425a3f85','lab','2016-05-05 11:13:30',NULL),(139,'0d842977-8951-4d65-9d0f-5d706d52b4e5','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/37e32958-f0bf-45b4-a7c5-16ee3e4c0533','/openmrs/ws/rest/v1/reference-data/test/37e32958-f0bf-45b4-a7c5-16ee3e4c0533','lab','2016-05-05 11:13:30',NULL),(140,'2543a84d-c92d-4680-abab-93c6dec02959','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/72ae28f1-4be4-499a-a8f5-aff54a11c9e3','/openmrs/ws/rest/v1/reference-data/test/72ae28f1-4be4-499a-a8f5-aff54a11c9e3','lab','2016-05-05 11:13:30',NULL),(141,'316d78c0-7f7c-4b0f-91e5-4776d364a4fa','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/207d389b-85e1-4037-a0ac-dbc94b8123a6','/openmrs/ws/rest/v1/reference-data/test/207d389b-85e1-4037-a0ac-dbc94b8123a6','lab','2016-05-05 11:13:30',NULL),(142,'917b68a4-f282-4146-9113-68793dfb1d78','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/dbebb9d1-25e1-464a-83a0-94257ff217c3','/openmrs/ws/rest/v1/reference-data/test/dbebb9d1-25e1-464a-83a0-94257ff217c3','lab','2016-05-05 11:13:30',NULL),(143,'de50e7ee-cf33-41d3-9ab7-f1d689282abe','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/c3d078ae-0dcf-4e69-bc59-a7eef9343b93','/openmrs/ws/rest/v1/reference-data/test/c3d078ae-0dcf-4e69-bc59-a7eef9343b93','lab','2016-05-05 11:13:30',NULL),(144,'61bd8076-d866-49a5-9025-a38b7467e5ab','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/770b346d-c700-4944-be11-65cedcaf4765','/openmrs/ws/rest/v1/reference-data/test/770b346d-c700-4944-be11-65cedcaf4765','lab','2016-05-05 11:13:30',NULL),(145,'6135bc7d-4ddc-4464-81a0-5bee4f7d6e1d','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/8fc09f12-1e16-4777-92b1-3c04abe2b00c','/openmrs/ws/rest/v1/reference-data/test/8fc09f12-1e16-4777-92b1-3c04abe2b00c','lab','2016-05-05 11:13:30',NULL),(146,'78ce8b8f-e0a0-42d3-9a95-58603f65c2ed','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/9277f041-341f-4faf-90e8-ad37158374cf','/openmrs/ws/rest/v1/reference-data/test/9277f041-341f-4faf-90e8-ad37158374cf','lab','2016-05-05 11:13:30',NULL),(147,'b73c7eb4-04cf-45e4-aa5c-cdeaf6e80e09','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/e1f22a54-d503-4a74-92d1-a1ec1599b54d','/openmrs/ws/rest/v1/reference-data/test/e1f22a54-d503-4a74-92d1-a1ec1599b54d','lab','2016-05-05 11:13:30',NULL),(148,'6b11e56a-81e7-481b-b91a-52089e43bdeb','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/5d4e8c84-9cf5-42c9-bb7c-02983b3339a0','/openmrs/ws/rest/v1/reference-data/test/5d4e8c84-9cf5-42c9-bb7c-02983b3339a0','lab','2016-05-05 11:13:30',NULL),(149,'06e00659-bb39-4940-b189-249c3575617a','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/e8bb139a-b47f-4746-bac4-ea9d8d0339b4','/openmrs/ws/rest/v1/reference-data/test/e8bb139a-b47f-4746-bac4-ea9d8d0339b4','lab','2016-05-05 11:13:30',NULL),(150,'7462ed3b-f3a4-4a0f-85c2-3f654140a1e2','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/c10422f5-e41b-4022-a685-ae3ec791e589','/openmrs/ws/rest/v1/reference-data/test/c10422f5-e41b-4022-a685-ae3ec791e589','lab','2016-05-05 11:13:30',NULL),(151,'da2ad9ff-9502-4452-96a0-1e6ac3a04d57','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/b10f2163-3003-481d-b646-17f35f6f5f4f','/openmrs/ws/rest/v1/reference-data/test/b10f2163-3003-481d-b646-17f35f6f5f4f','lab','2016-05-05 11:13:30',NULL),(152,'a278e908-2a78-4567-8e04-36607e0fa6cb','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/0cc3bf73-835d-4db8-a165-86e7899f0154','/openmrs/ws/rest/v1/reference-data/test/0cc3bf73-835d-4db8-a165-86e7899f0154','lab','2016-05-05 11:13:30',NULL),(153,'3eb06851-4775-417d-8524-4ba57ec11319','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/471f9328-b30a-4607-aa5a-ed7ad8558a5d','/openmrs/ws/rest/v1/reference-data/test/471f9328-b30a-4607-aa5a-ed7ad8558a5d','lab','2016-05-05 11:13:30',NULL),(154,'2d0bc07f-cf44-4865-ab46-403539f55448','test','2015-03-24 10:14:22','/openmrs/ws/rest/v1/reference-data/test/2ae3d2c6-c14e-4f0a-8b13-e9c8e18c3a0f','/openmrs/ws/rest/v1/reference-data/test/2ae3d2c6-c14e-4f0a-8b13-e9c8e18c3a0f','lab','2016-05-05 11:13:30',NULL),(155,'62c16871-551f-4783-a117-56ccd4594e8f','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/eddf74f8-a29d-4014-b3e8-187d021e9ac4','/openmrs/ws/rest/v1/reference-data/test/eddf74f8-a29d-4014-b3e8-187d021e9ac4','lab','2016-05-05 11:13:30',NULL),(156,'706de974-fb45-4fa2-9673-a762152c8bc6','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/bf9bb06c-f749-4e14-bfe0-86fee8c87a1c','/openmrs/ws/rest/v1/reference-data/test/bf9bb06c-f749-4e14-bfe0-86fee8c87a1c','lab','2016-05-05 11:13:30',NULL),(157,'988acef7-a82f-4652-bb13-0f4b34a4eb6e','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/faf1ccb8-fe6f-45d0-acad-3c9f51d5d84d','/openmrs/ws/rest/v1/reference-data/test/faf1ccb8-fe6f-45d0-acad-3c9f51d5d84d','lab','2016-05-05 11:13:30',NULL),(158,'53c315bc-3382-4c44-9411-ee7c2be2c8a0','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/310c5280-6727-4732-823e-9c7e657297fd','/openmrs/ws/rest/v1/reference-data/test/310c5280-6727-4732-823e-9c7e657297fd','lab','2016-05-05 11:13:30',NULL),(159,'160cab54-742d-48d1-a661-d771265c5f65','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/ac9b309c-b3bb-4c2f-a664-00b50dc88da3','/openmrs/ws/rest/v1/reference-data/test/ac9b309c-b3bb-4c2f-a664-00b50dc88da3','lab','2016-05-05 11:13:30',NULL),(160,'7d8bb24c-129e-4c62-b69e-b60babc5a303','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/04ea884b-51b5-4e02-9c03-50a0b39f7dc5','/openmrs/ws/rest/v1/reference-data/test/04ea884b-51b5-4e02-9c03-50a0b39f7dc5','lab','2016-05-05 11:13:30',NULL),(161,'0fe327b9-9c79-4e95-a900-642d89261f32','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/2a5bde32-04e9-4460-a1f7-a1bf98d40b15','/openmrs/ws/rest/v1/reference-data/test/2a5bde32-04e9-4460-a1f7-a1bf98d40b15','lab','2016-05-05 11:13:30',NULL),(162,'f795f76c-6c10-4007-9bbd-f290aa840d2c','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/7f9cf76f-7799-4bc2-88c9-004ee5704fa1','/openmrs/ws/rest/v1/reference-data/test/7f9cf76f-7799-4bc2-88c9-004ee5704fa1','lab','2016-05-05 11:13:30',NULL),(163,'2db2c0fe-b826-40a6-9ece-1452dcfea6b0','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/88b686f5-a37d-441f-903e-ecd4713e54e3','/openmrs/ws/rest/v1/reference-data/test/88b686f5-a37d-441f-903e-ecd4713e54e3','lab','2016-05-05 11:13:30',NULL),(164,'72d69200-5ddf-47b8-a7d1-e1bb652e019e','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/11d84f82-d343-4026-95d0-5a361373092e','/openmrs/ws/rest/v1/reference-data/test/11d84f82-d343-4026-95d0-5a361373092e','lab','2016-05-05 11:13:30',NULL),(165,'fe81da83-6612-4339-8efa-732939dcc966','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/2170f898-5568-4dc6-a4c8-33d08915afac','/openmrs/ws/rest/v1/reference-data/test/2170f898-5568-4dc6-a4c8-33d08915afac','lab','2016-05-05 11:13:30',NULL),(166,'47319510-151d-4705-94a3-3f91d60f0747','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/fbd2c4ae-8cb7-4d09-9960-134e3a5a2270','/openmrs/ws/rest/v1/reference-data/test/fbd2c4ae-8cb7-4d09-9960-134e3a5a2270','lab','2016-05-05 11:13:30',NULL),(167,'3d6dcb0f-e8d7-4374-bd8d-1779802b9de9','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/2d5f4b89-d166-4f56-8496-eee970b665fb','/openmrs/ws/rest/v1/reference-data/test/2d5f4b89-d166-4f56-8496-eee970b665fb','lab','2016-05-05 11:13:30',NULL),(168,'9655d30d-f71d-4387-9299-cba288707176','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/3f54ec88-7e76-493f-9ac6-c44088374d02','/openmrs/ws/rest/v1/reference-data/test/3f54ec88-7e76-493f-9ac6-c44088374d02','lab','2016-05-05 11:13:30',NULL),(169,'a05cb8a7-ab9c-4cdf-ad4c-57c141e1a038','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/3d5bd862-fdf3-4364-8c40-259d28084616','/openmrs/ws/rest/v1/reference-data/test/3d5bd862-fdf3-4364-8c40-259d28084616','lab','2016-05-05 11:13:30',NULL),(170,'81563f28-74b5-4c5b-8981-742f07572cec','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/b0cb89a2-2bcd-4d6c-9a30-0d5be6827301','/openmrs/ws/rest/v1/reference-data/test/b0cb89a2-2bcd-4d6c-9a30-0d5be6827301','lab','2016-05-05 11:13:30',NULL),(171,'4346f235-aa1f-492b-8111-9f2c6e437384','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/6125745b-6d67-4440-a954-722e354d43e9','/openmrs/ws/rest/v1/reference-data/test/6125745b-6d67-4440-a954-722e354d43e9','lab','2016-05-05 11:13:30',NULL),(172,'f0aab1b7-cd90-40f2-be75-709d8b505c48','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/0c7e1116-f587-49ec-911c-5e3fd6871354','/openmrs/ws/rest/v1/reference-data/test/0c7e1116-f587-49ec-911c-5e3fd6871354','lab','2016-05-05 11:13:30',NULL),(173,'5785b2fa-4b43-421e-a1dc-fcfa17d30d49','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/81ebf534-30cb-4c79-8794-ec97b3885883','/openmrs/ws/rest/v1/reference-data/test/81ebf534-30cb-4c79-8794-ec97b3885883','lab','2016-05-05 11:13:30',NULL),(174,'c7229c2b-63cb-4395-a05f-634d6aac3627','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/1dc767cc-46d1-4226-b346-1c17c9e3145f','/openmrs/ws/rest/v1/reference-data/test/1dc767cc-46d1-4226-b346-1c17c9e3145f','lab','2016-05-05 11:13:30',NULL),(175,'ceafdf92-7a84-4ccf-9508-7d961ad31866','test','2015-03-24 10:14:23','/openmrs/ws/rest/v1/reference-data/test/d63d5c4a-5b6f-4525-8aeb-653fbf96e622','/openmrs/ws/rest/v1/reference-data/test/d63d5c4a-5b6f-4525-8aeb-653fbf96e622','lab','2016-05-05 11:13:30',NULL),(176,'188b36d8-0ac1-46f1-8349-187e0fb0cc00','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/7ef3615e-deb6-4be2-8478-a71fa6ddb71d','/openmrs/ws/rest/v1/reference-data/test/7ef3615e-deb6-4be2-8478-a71fa6ddb71d','lab','2016-05-05 11:13:30',NULL),(177,'f0451439-e54e-4eb7-86ae-10e4d903fe0b','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/57877598-f753-4037-bbcc-edfb566d4255','/openmrs/ws/rest/v1/reference-data/test/57877598-f753-4037-bbcc-edfb566d4255','lab','2016-05-05 11:13:30',NULL),(178,'c32b4068-abd6-4d31-b4e3-6d335595f750','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/e5644ac9-2926-4baf-a555-8d41cff1a922','/openmrs/ws/rest/v1/reference-data/test/e5644ac9-2926-4baf-a555-8d41cff1a922','lab','2016-05-05 11:13:30',NULL),(179,'35657743-b754-4cdf-93cd-04d22ccd0762','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/1100cd47-4302-45eb-b849-5a15931c9c4a','/openmrs/ws/rest/v1/reference-data/test/1100cd47-4302-45eb-b849-5a15931c9c4a','lab','2016-05-05 11:13:30',NULL),(180,'9518cd7b-bb34-4282-b465-4eecc4d4c019','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/5f5ff02b-2678-42bd-be41-e036e122dd6d','/openmrs/ws/rest/v1/reference-data/test/5f5ff02b-2678-42bd-be41-e036e122dd6d','lab','2016-05-05 11:13:30',NULL),(181,'fbb0e3de-1089-4415-a667-aa9df65c2716','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/44e6578c-832b-4615-a19c-6c9f20b6838b','/openmrs/ws/rest/v1/reference-data/test/44e6578c-832b-4615-a19c-6c9f20b6838b','lab','2016-05-05 11:13:30',NULL),(182,'41534411-0266-49f8-bab5-9033fd4c3833','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/122abf76-fd6c-4fa5-ba7b-a95b600150ea','/openmrs/ws/rest/v1/reference-data/test/122abf76-fd6c-4fa5-ba7b-a95b600150ea','lab','2016-05-05 11:13:30',NULL),(183,'00419949-ccf2-4f65-b379-a6d197ff13da','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/011efa42-aee9-419f-b6bd-302d643acc4e','/openmrs/ws/rest/v1/reference-data/test/011efa42-aee9-419f-b6bd-302d643acc4e','lab','2016-05-05 11:13:30',NULL),(184,'bbad71b3-b3bc-4c9d-8b7f-4ca316b7098f','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/e1e86748-e3e3-4bc4-bc2c-c3132f6e4b77','/openmrs/ws/rest/v1/reference-data/test/e1e86748-e3e3-4bc4-bc2c-c3132f6e4b77','lab','2016-05-05 11:13:30',NULL),(185,'5ddf6a03-f3a4-458d-bddc-9d43d511ef3e','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/a5617738-bf16-432b-b1a8-9bdd92ffba9e','/openmrs/ws/rest/v1/reference-data/test/a5617738-bf16-432b-b1a8-9bdd92ffba9e','lab','2016-05-05 11:13:30',NULL),(186,'11a89abe-4eb7-49ff-82fa-f87bc0d8c288','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/54c8f8e3-9ed4-48ec-9ccb-4e1828c564be','/openmrs/ws/rest/v1/reference-data/test/54c8f8e3-9ed4-48ec-9ccb-4e1828c564be','lab','2016-05-05 11:13:30',NULL),(187,'1e38eab3-5553-47d4-8f68-e053ff10c6ef','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/705a77c8-fe75-4d2c-bcb8-301a64d60a3d','/openmrs/ws/rest/v1/reference-data/test/705a77c8-fe75-4d2c-bcb8-301a64d60a3d','lab','2016-05-05 11:13:30',NULL),(188,'788cecd5-32a2-4c99-aa1c-3c24c523a289','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/f50baa1d-93d2-434f-9031-98f993b6b6cf','/openmrs/ws/rest/v1/reference-data/test/f50baa1d-93d2-434f-9031-98f993b6b6cf','lab','2016-05-05 11:13:30',NULL),(189,'33dde21b-358f-4b61-a107-858ac7c31935','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/116f2b5f-8558-4893-95e8-fe0ea59e6f14','/openmrs/ws/rest/v1/reference-data/test/116f2b5f-8558-4893-95e8-fe0ea59e6f14','lab','2016-05-05 11:13:30',NULL),(190,'bdbedbe2-7c34-49a9-b946-7abcee635795','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/1bb32ab1-2b37-4881-8be0-077f6aa2bd52','/openmrs/ws/rest/v1/reference-data/test/1bb32ab1-2b37-4881-8be0-077f6aa2bd52','lab','2016-05-05 11:13:30',NULL),(191,'d420e756-469b-4a5e-b3c6-46a423a95322','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/c5db1e52-2fd4-4a28-9c7f-3ff7d20b1080','/openmrs/ws/rest/v1/reference-data/test/c5db1e52-2fd4-4a28-9c7f-3ff7d20b1080','lab','2016-05-05 11:13:30',NULL),(192,'fc7b6af4-e7b0-499c-8139-81cc2b31c47d','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/60b556bb-1c91-4aa3-8c08-4f151aab83e1','/openmrs/ws/rest/v1/reference-data/test/60b556bb-1c91-4aa3-8c08-4f151aab83e1','lab','2016-05-05 11:13:30',NULL),(193,'fd76cafc-522d-45f1-b676-7cb89000f888','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/9f70f7c9-ef50-442d-8ada-196d64b5b2cd','/openmrs/ws/rest/v1/reference-data/test/9f70f7c9-ef50-442d-8ada-196d64b5b2cd','lab','2016-05-05 11:13:30',NULL),(194,'a0fc6ef8-2c83-4bf7-bdaa-578afb7417b2','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/216ea6b7-55b0-4598-958d-167bf0f28f32','/openmrs/ws/rest/v1/reference-data/test/216ea6b7-55b0-4598-958d-167bf0f28f32','lab','2016-05-05 11:13:30',NULL),(195,'db2608b2-2089-4590-82a1-ae2c615621ff','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/5e8c6e7a-99c2-4547-aef9-ea66b316a2b9','/openmrs/ws/rest/v1/reference-data/test/5e8c6e7a-99c2-4547-aef9-ea66b316a2b9','lab','2016-05-05 11:13:30',NULL),(196,'6016e28b-6291-4634-bf0a-8ed995d1649a','test','2015-03-24 10:14:24','/openmrs/ws/rest/v1/reference-data/test/b70e1535-9fde-4ba7-b4e8-88cf4fff2114','/openmrs/ws/rest/v1/reference-data/test/b70e1535-9fde-4ba7-b4e8-88cf4fff2114','lab','2016-05-05 11:13:30',NULL),(197,'c2bbb573-26b7-4801-8e2b-06a0a24e83e2','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/e67680e1-fc9e-4451-8c01-bdf7cbcec36e','/openmrs/ws/rest/v1/reference-data/test/e67680e1-fc9e-4451-8c01-bdf7cbcec36e','lab','2016-05-05 11:13:30',NULL),(198,'8935b28f-c8e1-4d55-aa09-529b9499ae0a','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/705d0c1d-1e3e-4507-90f1-b4020569eacb','/openmrs/ws/rest/v1/reference-data/test/705d0c1d-1e3e-4507-90f1-b4020569eacb','lab','2016-05-05 11:13:30',NULL),(199,'adfe5d63-c12b-4b5e-b8d6-708f29aaf698','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/bcd1eb1a-0d57-4325-93f1-b6ec1e99330c','/openmrs/ws/rest/v1/reference-data/test/bcd1eb1a-0d57-4325-93f1-b6ec1e99330c','lab','2016-05-05 11:13:30',NULL),(200,'4a870d1e-bb82-412e-99f4-be227187b3ce','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/92af121b-a6c1-4665-854f-bc70890afab1','/openmrs/ws/rest/v1/reference-data/test/92af121b-a6c1-4665-854f-bc70890afab1','lab','2016-05-05 11:13:30',NULL),(201,'d895836c-6ae8-42fa-b538-30b05d7d9205','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/04421133-710d-4043-bfbd-411e71ab0828','/openmrs/ws/rest/v1/reference-data/test/04421133-710d-4043-bfbd-411e71ab0828','lab','2016-05-05 11:13:30',NULL),(202,'bad000e1-b1f8-4310-9760-e07869fc028e','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/55fbae1e-7e3e-4546-a566-fb9269253911','/openmrs/ws/rest/v1/reference-data/test/55fbae1e-7e3e-4546-a566-fb9269253911','lab','2016-05-05 11:13:30',NULL),(203,'7b8c31ae-38a4-4e6e-9154-1c54f723ea9f','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/3a77d337-d6e3-4ca3-9bfb-9cfac1b5d577','/openmrs/ws/rest/v1/reference-data/test/3a77d337-d6e3-4ca3-9bfb-9cfac1b5d577','lab','2016-05-05 11:13:30',NULL),(204,'9406f9c6-751e-4a5c-b170-9cf7a34d2422','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/015e7a05-4744-4e23-8cc1-8e973c883ca6','/openmrs/ws/rest/v1/reference-data/test/015e7a05-4744-4e23-8cc1-8e973c883ca6','lab','2016-05-05 11:13:30',NULL),(205,'609c287f-c985-495a-8b92-a83ab5973c96','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/c4a502e2-96cc-4566-bb7b-d1090bb35676','/openmrs/ws/rest/v1/reference-data/test/c4a502e2-96cc-4566-bb7b-d1090bb35676','lab','2016-05-05 11:13:30',NULL),(206,'8068f0ea-b207-4792-a81b-9acb00cc79e1','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/23f6478d-0216-428d-aacc-53daaa3d7289','/openmrs/ws/rest/v1/reference-data/test/23f6478d-0216-428d-aacc-53daaa3d7289','lab','2016-05-05 11:13:30',NULL),(207,'505b3aed-d4a9-4826-973c-b1301dd0fa1b','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/5e6b1c9b-34f2-42eb-93ba-b5ce84765d53','/openmrs/ws/rest/v1/reference-data/test/5e6b1c9b-34f2-42eb-93ba-b5ce84765d53','lab','2016-05-05 11:13:30',NULL),(208,'e6b7f3dd-e962-4039-a98a-518c83a81c5f','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/d512cab0-37b3-4d56-ae30-734a3225b027','/openmrs/ws/rest/v1/reference-data/test/d512cab0-37b3-4d56-ae30-734a3225b027','lab','2016-05-05 11:13:30',NULL),(209,'39bbd751-81ac-42ab-a08d-63baf58325c5','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/5acd2c32-00b1-498c-a9f3-f7481ff626bf','/openmrs/ws/rest/v1/reference-data/test/5acd2c32-00b1-498c-a9f3-f7481ff626bf','lab','2016-05-05 11:13:30',NULL),(210,'f98ad9df-c790-4fca-b56c-302c1c73f9aa','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/f209c514-f068-4c49-96c5-f88e4ec9d425','/openmrs/ws/rest/v1/reference-data/test/f209c514-f068-4c49-96c5-f88e4ec9d425','lab','2016-05-05 11:13:30',NULL),(211,'f727799d-0293-40b8-a23e-88ec1bdfca6b','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/43661d8c-d6c2-4139-a062-3f6b4855fa51','/openmrs/ws/rest/v1/reference-data/test/43661d8c-d6c2-4139-a062-3f6b4855fa51','lab','2016-05-05 11:13:30',NULL),(212,'8778605b-b32a-483c-b158-0252ec380ee5','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/533779cf-252d-46f5-99e6-777efca5ed3b','/openmrs/ws/rest/v1/reference-data/test/533779cf-252d-46f5-99e6-777efca5ed3b','lab','2016-05-05 11:13:30',NULL),(213,'24957ca8-4e52-4948-9b8e-92a22bdf8702','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/ac0743b9-8006-409f-a4b7-b89ba3fa3757','/openmrs/ws/rest/v1/reference-data/test/ac0743b9-8006-409f-a4b7-b89ba3fa3757','lab','2016-05-05 11:13:30',NULL),(214,'78043e6a-1fe1-401f-9e77-84ae052b1e5b','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/7774bc35-85bd-417f-8480-ea8218bb883a','/openmrs/ws/rest/v1/reference-data/test/7774bc35-85bd-417f-8480-ea8218bb883a','lab','2016-05-05 11:13:30',NULL),(215,'8b2bc6a0-f63b-4c06-9232-736ce5f52f46','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/fa9f09a5-9fec-4664-bc7d-6bf686368c3c','/openmrs/ws/rest/v1/reference-data/test/fa9f09a5-9fec-4664-bc7d-6bf686368c3c','lab','2016-05-05 11:13:30',NULL),(216,'9421941a-6bab-4f6c-96a2-5cdbaa02d6b9','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/dafae3bf-611f-4920-82aa-d21ad8650a90','/openmrs/ws/rest/v1/reference-data/test/dafae3bf-611f-4920-82aa-d21ad8650a90','lab','2016-05-05 11:13:30',NULL),(217,'7724b56f-f124-4c5b-bb06-f9e785e23d89','test','2015-03-24 10:14:25','/openmrs/ws/rest/v1/reference-data/test/6eaacc6d-c3e1-4772-b303-2efb5cb3ea00','/openmrs/ws/rest/v1/reference-data/test/6eaacc6d-c3e1-4772-b303-2efb5cb3ea00','lab','2016-05-05 11:13:30',NULL),(218,'6d0373b1-e496-49b9-a818-b1c03cdb93eb','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/a4bdb591-e673-4d29-9867-1e09a89c61f5','/openmrs/ws/rest/v1/reference-data/test/a4bdb591-e673-4d29-9867-1e09a89c61f5','lab','2016-05-05 11:13:30',NULL),(219,'e58c3aa3-1a7f-456e-b88f-bdcc2662b69e','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/f6ac3d65-a4e6-408a-a041-18190fa2ec78','/openmrs/ws/rest/v1/reference-data/test/f6ac3d65-a4e6-408a-a041-18190fa2ec78','lab','2016-05-05 11:13:30',NULL),(220,'402f0c0d-0f23-43db-98c9-b7c851635216','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/6d5b6008-3289-4580-81ef-c6f66b335ab4','/openmrs/ws/rest/v1/reference-data/test/6d5b6008-3289-4580-81ef-c6f66b335ab4','lab','2016-05-05 11:13:30',NULL),(221,'718a3a74-99eb-4c73-8f7e-fa48f90e4b77','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/3de87163-2019-4c33-944c-8e52bfaf3cb7','/openmrs/ws/rest/v1/reference-data/test/3de87163-2019-4c33-944c-8e52bfaf3cb7','lab','2016-05-05 11:13:30',NULL),(222,'2609350a-7fe1-44f9-ab16-d005957cff4b','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/b5f4bf4c-186d-4556-9e44-60db987affcd','/openmrs/ws/rest/v1/reference-data/test/b5f4bf4c-186d-4556-9e44-60db987affcd','lab','2016-05-05 11:13:30',NULL),(223,'f0486c99-14d3-4b9f-ade8-23820c93b0b0','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/55e3c8be-0241-4917-a3ad-0893b56564ec','/openmrs/ws/rest/v1/reference-data/test/55e3c8be-0241-4917-a3ad-0893b56564ec','lab','2016-05-05 11:13:30',NULL),(224,'e296c08a-78a4-45cd-94c9-6a390a379371','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/938cb6f2-d94c-4e6e-9254-0d44c7cd49b1','/openmrs/ws/rest/v1/reference-data/test/938cb6f2-d94c-4e6e-9254-0d44c7cd49b1','lab','2016-05-05 11:13:30',NULL),(225,'43d91487-0392-4722-9047-6338573e936e','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/d7cef833-f640-473a-ac5a-42a1fbfe99b1','/openmrs/ws/rest/v1/reference-data/test/d7cef833-f640-473a-ac5a-42a1fbfe99b1','lab','2016-05-05 11:13:30',NULL),(226,'97727052-0eb3-4fee-b22a-f23fcdab7728','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/2e7a0ed1-6c38-49c6-b630-7840313bd831','/openmrs/ws/rest/v1/reference-data/test/2e7a0ed1-6c38-49c6-b630-7840313bd831','lab','2016-05-05 11:13:30',NULL),(227,'e753cb1e-b775-4fd5-a618-2ba7fef5cb12','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/e1945bb9-596d-43d9-9046-3f160e21378d','/openmrs/ws/rest/v1/reference-data/test/e1945bb9-596d-43d9-9046-3f160e21378d','lab','2016-05-05 11:13:30',NULL),(228,'c4f2af16-4bf5-47b7-8eb8-4ec573961daa','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/78c30359-47bb-49b8-af55-85bb996f5830','/openmrs/ws/rest/v1/reference-data/test/78c30359-47bb-49b8-af55-85bb996f5830','lab','2016-05-05 11:13:30',NULL),(229,'faca2123-c347-4aa9-b26d-869ce55693ed','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/67c98508-7870-412c-9d1a-312885a438f7','/openmrs/ws/rest/v1/reference-data/test/67c98508-7870-412c-9d1a-312885a438f7','lab','2016-05-05 11:13:30',NULL),(230,'806d2f7a-9f40-43d2-9fc9-3b573ea82ab4','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/a1ad661b-b639-4b98-9244-d7a462cb6d30','/openmrs/ws/rest/v1/reference-data/test/a1ad661b-b639-4b98-9244-d7a462cb6d30','lab','2016-05-05 11:13:30',NULL),(231,'e8deb933-a8d1-4fa3-b88f-0b58254b96a8','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/1d68b400-3c92-4a40-a74f-edaf7f4d92e3','/openmrs/ws/rest/v1/reference-data/test/1d68b400-3c92-4a40-a74f-edaf7f4d92e3','lab','2016-05-05 11:13:30',NULL),(232,'7cd3004a-f286-45b6-af75-0b3c2d9f9d5a','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/0a1d2888-fd53-4031-9470-ca2140f997a9','/openmrs/ws/rest/v1/reference-data/test/0a1d2888-fd53-4031-9470-ca2140f997a9','lab','2016-05-05 11:13:30',NULL),(233,'bd5b9653-07c8-495e-9564-afcb61406735','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/4cd93eaf-3520-4e72-b7f0-e79280183a49','/openmrs/ws/rest/v1/reference-data/test/4cd93eaf-3520-4e72-b7f0-e79280183a49','lab','2016-05-05 11:13:30',NULL),(234,'3872aa7f-bd10-4433-ba91-2b4677d272a6','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/b6561854-2980-4b26-8a06-181ac3102ec2','/openmrs/ws/rest/v1/reference-data/test/b6561854-2980-4b26-8a06-181ac3102ec2','lab','2016-05-05 11:13:30',NULL),(235,'a6b4e145-7634-426c-9ec6-21b05ef3f37e','test','2015-03-24 10:14:26','/openmrs/ws/rest/v1/reference-data/test/ae1c0da9-cd9c-4c60-b2c6-862479a918eb','/openmrs/ws/rest/v1/reference-data/test/ae1c0da9-cd9c-4c60-b2c6-862479a918eb','lab','2016-05-05 11:13:30',NULL),(236,'7f7769e9-f17f-4602-a0bf-de174b57fcb7','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/ed8951d8-f1b6-4547-8a96-8c91a8f91f0f','/openmrs/ws/rest/v1/reference-data/test/ed8951d8-f1b6-4547-8a96-8c91a8f91f0f','lab','2016-05-05 11:13:30',NULL),(237,'2d97ee03-56d8-44d2-86e9-7c1ea12e069c','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/cfc68437-4e98-4c98-b7f9-a787c68d82ad','/openmrs/ws/rest/v1/reference-data/test/cfc68437-4e98-4c98-b7f9-a787c68d82ad','lab','2016-05-05 11:13:30',NULL),(238,'3c629e4e-7afb-44bb-b8e3-d1a176fdfa1d','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/40324251-9023-4dc7-a495-2ec074277044','/openmrs/ws/rest/v1/reference-data/test/40324251-9023-4dc7-a495-2ec074277044','lab','2016-05-05 11:13:30',NULL),(239,'c36039db-b419-4f44-a083-1c45219eacd2','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/de7dac40-c25e-4e7d-a627-fd31b84729d1','/openmrs/ws/rest/v1/reference-data/test/de7dac40-c25e-4e7d-a627-fd31b84729d1','lab','2016-05-05 11:13:30',NULL),(240,'44ebda60-6ae9-44e7-a1d8-5021d2063ea5','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/f009a070-c01b-4f8b-af1f-11a4da9dbb6c','/openmrs/ws/rest/v1/reference-data/test/f009a070-c01b-4f8b-af1f-11a4da9dbb6c','lab','2016-05-05 11:13:30',NULL),(241,'a02bd380-eabc-4f5e-bd88-ad18c0c0b183','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/0992454b-031c-4ab8-ad4c-1a8212fb8ac3','/openmrs/ws/rest/v1/reference-data/test/0992454b-031c-4ab8-ad4c-1a8212fb8ac3','lab','2016-05-05 11:13:30',NULL),(242,'c47c4869-3419-4279-9f42-57a911236d72','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/66bff78d-e881-4e85-b779-991b1f3a3750','/openmrs/ws/rest/v1/reference-data/test/66bff78d-e881-4e85-b779-991b1f3a3750','lab','2016-05-05 11:13:30',NULL),(243,'2fa8d056-d9ad-4751-92ee-08f4e2627903','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/55792ca6-f782-44eb-9b0e-dc5e5ab4913c','/openmrs/ws/rest/v1/reference-data/test/55792ca6-f782-44eb-9b0e-dc5e5ab4913c','lab','2016-05-05 11:13:30',NULL),(244,'a6f46f30-b40b-45d0-9811-9c4a92fc6600','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/065cf221-f1ea-4f7f-9933-51579c7cf2a3','/openmrs/ws/rest/v1/reference-data/test/065cf221-f1ea-4f7f-9933-51579c7cf2a3','lab','2016-05-05 11:13:30',NULL),(245,'409ec76c-fac7-4dac-9db2-8458b23dd86a','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/8e7136bf-7cb2-479e-8b39-ec85f5090572','/openmrs/ws/rest/v1/reference-data/test/8e7136bf-7cb2-479e-8b39-ec85f5090572','lab','2016-05-05 11:13:30',NULL),(246,'0f476e35-7de3-4b45-8d3c-5f077f98f287','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/05137c0f-918f-4160-8347-037a1a7d053f','/openmrs/ws/rest/v1/reference-data/test/05137c0f-918f-4160-8347-037a1a7d053f','lab','2016-05-05 11:13:30',NULL),(247,'b6c027cd-b726-45ef-95a2-632b04af9282','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/7eb99a2c-a65a-42e1-a21d-0762ea9de3c3','/openmrs/ws/rest/v1/reference-data/test/7eb99a2c-a65a-42e1-a21d-0762ea9de3c3','lab','2016-05-05 11:13:30',NULL),(248,'0b1f67b7-f565-471d-92c5-5bdeccef700c','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/61a9873c-7069-4e7f-9411-9d1f0aafc3e3','/openmrs/ws/rest/v1/reference-data/test/61a9873c-7069-4e7f-9411-9d1f0aafc3e3','lab','2016-05-05 11:13:30',NULL),(249,'8a283412-53c3-45ed-900a-a26ccb18a193','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/c78143c5-4c08-4150-a724-e8bfb6b5163e','/openmrs/ws/rest/v1/reference-data/test/c78143c5-4c08-4150-a724-e8bfb6b5163e','lab','2016-05-05 11:13:30',NULL),(250,'6465eab8-8972-4eb2-9955-2e51f809924b','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/1f92c2f6-aa1f-42b9-920c-8080e107a50f','/openmrs/ws/rest/v1/reference-data/test/1f92c2f6-aa1f-42b9-920c-8080e107a50f','lab','2016-05-05 11:13:30',NULL),(251,'fa0e93c5-a612-4d22-9346-e94cf16010e6','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/316a581e-3111-4916-83be-0f608a60fe9a','/openmrs/ws/rest/v1/reference-data/test/316a581e-3111-4916-83be-0f608a60fe9a','lab','2016-05-05 11:13:30',NULL),(252,'895edebd-f36a-40b1-8ec2-7e048beab42c','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/6b443e16-c613-4a2e-a5e1-e9b5efc18543','/openmrs/ws/rest/v1/reference-data/test/6b443e16-c613-4a2e-a5e1-e9b5efc18543','lab','2016-05-05 11:13:30',NULL),(253,'75666cbf-d5dd-4985-a2ac-f05e8101fb67','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/b0e191e8-e692-4548-b1f5-fa563a9300eb','/openmrs/ws/rest/v1/reference-data/test/b0e191e8-e692-4548-b1f5-fa563a9300eb','lab','2016-05-05 11:13:30',NULL),(254,'6a424e9e-8e99-460c-af1e-d2438b6ee2cd','test','2015-03-24 10:14:27','/openmrs/ws/rest/v1/reference-data/test/e090efe6-bd54-40e8-8bcd-dc340f5f096d','/openmrs/ws/rest/v1/reference-data/test/e090efe6-bd54-40e8-8bcd-dc340f5f096d','lab','2016-05-05 11:13:30',NULL),(255,'6f69a852-e028-4d60-8481-4d94e0d080cc','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/c1225814-a0fa-4800-acd5-57a6861e7522','/openmrs/ws/rest/v1/reference-data/test/c1225814-a0fa-4800-acd5-57a6861e7522','lab','2016-05-05 11:13:30',NULL),(256,'436d37a9-0ab4-49a7-a2ce-ecc8a1a9327a','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/d97b53ae-5f73-42ad-9a4a-920ecfcc1576','/openmrs/ws/rest/v1/reference-data/test/d97b53ae-5f73-42ad-9a4a-920ecfcc1576','lab','2016-05-05 11:13:30',NULL),(257,'5a2fd6dd-0abf-4b23-ba88-8f79e873f9c6','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/50d98476-4a60-42a9-a937-b5a62637c16d','/openmrs/ws/rest/v1/reference-data/test/50d98476-4a60-42a9-a937-b5a62637c16d','lab','2016-05-05 11:13:30',NULL),(258,'279e9283-8123-45a7-9170-0a3f8b686611','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/687c767f-d968-4b4a-afc9-f3c99f54f313','/openmrs/ws/rest/v1/reference-data/test/687c767f-d968-4b4a-afc9-f3c99f54f313','lab','2016-05-05 11:13:30',NULL),(259,'a872f000-5d9f-4f4c-9bbd-14e24b523dda','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/da964211-31f9-47bf-857e-0de5f51b704d','/openmrs/ws/rest/v1/reference-data/test/da964211-31f9-47bf-857e-0de5f51b704d','lab','2016-05-05 11:13:30',NULL),(260,'e237461c-fe5f-48a5-b3ac-a40c83cebbf4','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/8086af1f-3ad8-4731-8663-f4600a78f14e','/openmrs/ws/rest/v1/reference-data/test/8086af1f-3ad8-4731-8663-f4600a78f14e','lab','2016-05-05 11:13:30',NULL),(261,'4ef9501f-3267-4fae-b865-8efb7c689dbe','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/1fb3cb35-d5a3-41ad-8ffd-bf21a254c3fc','/openmrs/ws/rest/v1/reference-data/test/1fb3cb35-d5a3-41ad-8ffd-bf21a254c3fc','lab','2016-05-05 11:13:30',NULL),(262,'a2729683-9699-4c91-b9de-27b4e4c21de2','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/2d2b56ef-3ae0-4401-bece-563af769d0a4','/openmrs/ws/rest/v1/reference-data/test/2d2b56ef-3ae0-4401-bece-563af769d0a4','lab','2016-05-05 11:13:30',NULL),(263,'45aeca05-6ba9-4975-a869-1613839d5202','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/a88eb9cf-372c-4acd-a8e0-b2e258362bee','/openmrs/ws/rest/v1/reference-data/test/a88eb9cf-372c-4acd-a8e0-b2e258362bee','lab','2016-05-05 11:13:30',NULL),(264,'23d048ad-edf6-4746-805d-d24f3464723a','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/d50343ec-ffe2-4917-ad79-18380998e402','/openmrs/ws/rest/v1/reference-data/test/d50343ec-ffe2-4917-ad79-18380998e402','lab','2016-05-05 11:13:30',NULL),(265,'c4dac65f-f67f-48a6-ae5a-40c8fb51dafc','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/872a27ca-7019-458d-b785-a899199386db','/openmrs/ws/rest/v1/reference-data/test/872a27ca-7019-458d-b785-a899199386db','lab','2016-05-05 11:13:30',NULL),(266,'ae0ed155-710e-443c-a075-6014c43466b2','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/699a8016-c56c-4474-b149-12aedf35711a','/openmrs/ws/rest/v1/reference-data/test/699a8016-c56c-4474-b149-12aedf35711a','lab','2016-05-05 11:13:30',NULL),(267,'5c2bed05-c411-47ad-a6e8-3d2a3c39530c','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/f09265dd-08a3-45a3-b37e-c8e435fbcb64','/openmrs/ws/rest/v1/reference-data/test/f09265dd-08a3-45a3-b37e-c8e435fbcb64','lab','2016-05-05 11:13:30',NULL),(268,'d1b48c1c-2847-461b-9bff-96226dfceee6','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/93f58bf0-1652-47f8-9d00-d0c709a79f1b','/openmrs/ws/rest/v1/reference-data/test/93f58bf0-1652-47f8-9d00-d0c709a79f1b','lab','2016-05-05 11:13:30',NULL),(269,'8b15fa92-3a6b-4ac2-b440-3ccedaa48144','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/3348fe03-ad5e-462b-ad1e-d7c090533a28','/openmrs/ws/rest/v1/reference-data/test/3348fe03-ad5e-462b-ad1e-d7c090533a28','lab','2016-05-05 11:13:30',NULL),(270,'467ed192-3c8c-4b65-90e8-e4cf6bec4478','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/46bd06cf-f792-4078-9e1b-add6954a6de2','/openmrs/ws/rest/v1/reference-data/test/46bd06cf-f792-4078-9e1b-add6954a6de2','lab','2016-05-05 11:13:30',NULL),(271,'893c880c-94f3-47fa-9e20-fd4970d1949b','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/5b110a68-9491-4c37-855d-dea8d278b7e2','/openmrs/ws/rest/v1/reference-data/test/5b110a68-9491-4c37-855d-dea8d278b7e2','lab','2016-05-05 11:13:30',NULL),(272,'ab647bc6-c28b-4863-b8f2-39a878ed834a','test','2015-03-24 10:14:28','/openmrs/ws/rest/v1/reference-data/test/0010a645-3555-4809-ab85-14b20d9c216e','/openmrs/ws/rest/v1/reference-data/test/0010a645-3555-4809-ab85-14b20d9c216e','lab','2016-05-05 11:13:30',NULL),(273,'ddddbd6f-e243-4eb8-a80a-ac840e21da00','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/0c40bf75-712f-475b-aee1-1b5754e016cc','/openmrs/ws/rest/v1/reference-data/test/0c40bf75-712f-475b-aee1-1b5754e016cc','lab','2016-05-05 11:13:30',NULL),(274,'c744bf0b-ae80-439b-bee0-80653f15e1b7','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/bdb3c747-b469-4669-a9d4-60ec03bd61eb','/openmrs/ws/rest/v1/reference-data/test/bdb3c747-b469-4669-a9d4-60ec03bd61eb','lab','2016-05-05 11:13:30',NULL),(275,'a2a80ffb-570d-47c1-9c6e-86e4c16c53b8','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/d8bd2120-3212-4014-ba2b-bf877ab1b313','/openmrs/ws/rest/v1/reference-data/test/d8bd2120-3212-4014-ba2b-bf877ab1b313','lab','2016-05-05 11:13:30',NULL),(276,'8a9e6c8f-1fce-4b28-99db-99df0067e189','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/4c773635-922b-45dd-ada3-46da80ead8f9','/openmrs/ws/rest/v1/reference-data/test/4c773635-922b-45dd-ada3-46da80ead8f9','lab','2016-05-05 11:13:30',NULL),(277,'db197eb2-cf7a-4bec-9456-e79e8364bc1e','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/5640a605-1337-405b-b528-0d566f8f4eaa','/openmrs/ws/rest/v1/reference-data/test/5640a605-1337-405b-b528-0d566f8f4eaa','lab','2016-05-05 11:13:30',NULL),(278,'ac750a97-2199-419c-be19-15ac3e1a23ee','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/c6877114-d35a-4863-8e42-8359b323a2f2','/openmrs/ws/rest/v1/reference-data/test/c6877114-d35a-4863-8e42-8359b323a2f2','lab','2016-05-05 11:13:30',NULL),(279,'dcecebe3-3ab0-4774-9dee-00c22aca1f73','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/5a2bc3a4-0603-4ee4-b1df-97229debfeec','/openmrs/ws/rest/v1/reference-data/test/5a2bc3a4-0603-4ee4-b1df-97229debfeec','lab','2016-05-05 11:13:30',NULL),(280,'5977a187-98c4-4a36-98f8-34a8aec02eec','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/859a49c8-ca71-4404-9c0c-c4aedda4117a','/openmrs/ws/rest/v1/reference-data/test/859a49c8-ca71-4404-9c0c-c4aedda4117a','lab','2016-05-05 11:13:30',NULL),(281,'d01fed55-f5c5-4755-b62c-6017169e60a1','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/e20fd44e-1516-4a85-bc1e-ba50556ea10d','/openmrs/ws/rest/v1/reference-data/test/e20fd44e-1516-4a85-bc1e-ba50556ea10d','lab','2016-05-05 11:13:30',NULL),(282,'0e9fc2f1-1d88-4f0b-958f-8192e55c0564','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/213a82f3-22cf-45bc-80d0-2c45136f2224','/openmrs/ws/rest/v1/reference-data/test/213a82f3-22cf-45bc-80d0-2c45136f2224','lab','2016-05-05 11:13:30',NULL),(283,'7c0d4cf0-2218-4470-b5aa-47a9f4c426d1','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/e3c70d47-a7d2-40e5-8e37-bc255f6da498','/openmrs/ws/rest/v1/reference-data/test/e3c70d47-a7d2-40e5-8e37-bc255f6da498','lab','2016-05-05 11:13:30',NULL),(284,'f04f47a9-9104-4b29-9ee5-5dba2ffb2c7d','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/d4db5c93-5117-4c32-922d-74d78fd42d88','/openmrs/ws/rest/v1/reference-data/test/d4db5c93-5117-4c32-922d-74d78fd42d88','lab','2016-05-05 11:13:30',NULL),(285,'ecf8c2fa-a32e-44e5-99b0-6be05614fa59','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/6bc47937-8287-4aad-b5c0-55475dd7ce79','/openmrs/ws/rest/v1/reference-data/test/6bc47937-8287-4aad-b5c0-55475dd7ce79','lab','2016-05-05 11:13:30',NULL),(286,'b38ec309-5fa0-47de-a3cc-51a6f249bd27','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/ebd3a6ae-6d4b-416b-94fa-31bd677cfd64','/openmrs/ws/rest/v1/reference-data/test/ebd3a6ae-6d4b-416b-94fa-31bd677cfd64','lab','2016-05-05 11:13:30',NULL),(287,'39d5d45e-f860-4677-919e-361d6f420d95','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/d155de4c-7d47-4b0c-837e-524244450945','/openmrs/ws/rest/v1/reference-data/test/d155de4c-7d47-4b0c-837e-524244450945','lab','2016-05-05 11:13:30',NULL),(288,'5dc4d6b0-26b3-4dd9-8062-5180670652f0','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/e03034cf-c861-428a-aada-ce4e3b9acbb7','/openmrs/ws/rest/v1/reference-data/test/e03034cf-c861-428a-aada-ce4e3b9acbb7','lab','2016-05-05 11:13:30',NULL),(289,'cf0ca57e-b6cc-48b4-82e7-61a58c4caa18','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/6c5a4d3a-b258-4ecd-ab87-80b686ec63f0','/openmrs/ws/rest/v1/reference-data/test/6c5a4d3a-b258-4ecd-ab87-80b686ec63f0','lab','2016-05-05 11:13:30',NULL),(290,'71295639-9e67-4f3f-9d9a-8dbe0aeafab7','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/b58d6709-464a-433a-94a9-50b7ce94e011','/openmrs/ws/rest/v1/reference-data/test/b58d6709-464a-433a-94a9-50b7ce94e011','lab','2016-05-05 11:13:30',NULL),(291,'6968b2b2-0fdc-4078-af9f-29428e057cf7','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/2643b73c-b32e-46a4-a783-00fe937b8dac','/openmrs/ws/rest/v1/reference-data/test/2643b73c-b32e-46a4-a783-00fe937b8dac','lab','2016-05-05 11:13:30',NULL),(292,'909a8618-1dca-4d4a-8154-9ce882accc64','test','2015-03-24 10:14:29','/openmrs/ws/rest/v1/reference-data/test/cbfb7813-a9fe-4930-a725-e0f9df4200e7','/openmrs/ws/rest/v1/reference-data/test/cbfb7813-a9fe-4930-a725-e0f9df4200e7','lab','2016-05-05 11:13:30',NULL),(293,'a9cfc09d-0f15-44a5-91a9-a2be3daf4dce','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/5d799bfc-4eee-49de-81d5-661bb2d2073a','/openmrs/ws/rest/v1/reference-data/test/5d799bfc-4eee-49de-81d5-661bb2d2073a','lab','2016-05-05 11:13:30',NULL),(294,'5c3233f2-5e88-4433-ae0c-32c9c4b3c6ac','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/4ad5f562-7bf9-455f-8100-38416b02f1c3','/openmrs/ws/rest/v1/reference-data/test/4ad5f562-7bf9-455f-8100-38416b02f1c3','lab','2016-05-05 11:13:30',NULL),(295,'238dcf42-a74b-429c-946b-4a1ecf54e424','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/5c94e008-2be9-4326-b006-30e3cc53921b','/openmrs/ws/rest/v1/reference-data/test/5c94e008-2be9-4326-b006-30e3cc53921b','lab','2016-05-05 11:13:30',NULL),(296,'3d0f7a38-fc98-4297-8744-ec6f8998e3c6','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/5587f971-4601-45c3-8e3a-331e2f21b558','/openmrs/ws/rest/v1/reference-data/test/5587f971-4601-45c3-8e3a-331e2f21b558','lab','2016-05-05 11:13:30',NULL),(297,'8992069d-4d24-410a-bbe1-2f3ceb53725d','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/ad2e87b9-d88a-43fc-835a-af975ec650e5','/openmrs/ws/rest/v1/reference-data/test/ad2e87b9-d88a-43fc-835a-af975ec650e5','lab','2016-05-05 11:13:30',NULL),(298,'09edc6d7-6c94-4a0d-9e3d-9ad9a51a4e45','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/d459422b-1499-462b-9cde-05dc03313c8b','/openmrs/ws/rest/v1/reference-data/test/d459422b-1499-462b-9cde-05dc03313c8b','lab','2016-05-05 11:13:30',NULL),(299,'ab154fbe-690a-4f1d-a662-e0760076cc96','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/b73fbbd6-1e81-46ab-8ef7-6545f8fde9bb','/openmrs/ws/rest/v1/reference-data/test/b73fbbd6-1e81-46ab-8ef7-6545f8fde9bb','lab','2016-05-05 11:13:30',NULL),(300,'b84651e2-6add-49e1-a95d-cd2fda8e6619','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/b9933973-7b03-4691-87de-3c3d0577b183','/openmrs/ws/rest/v1/reference-data/test/b9933973-7b03-4691-87de-3c3d0577b183','lab','2016-05-05 11:13:30',NULL),(301,'7d11afb8-b9be-4fa4-8bd4-81172a037365','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/0f6dea02-925a-4550-acc7-3e5d2d213f31','/openmrs/ws/rest/v1/reference-data/test/0f6dea02-925a-4550-acc7-3e5d2d213f31','lab','2016-05-05 11:13:30',NULL),(302,'08f7c029-5ed5-4c4c-998f-0db768bee4d7','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/ef891285-6189-47d9-be17-b07587886af5','/openmrs/ws/rest/v1/reference-data/test/ef891285-6189-47d9-be17-b07587886af5','lab','2016-05-05 11:13:30',NULL),(303,'a2f87592-a60c-4b26-8319-5149d85e68a9','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/1679cdf4-5b9a-4760-a753-402362ce86db','/openmrs/ws/rest/v1/reference-data/test/1679cdf4-5b9a-4760-a753-402362ce86db','lab','2016-05-05 11:13:30',NULL),(304,'d2b61820-9293-4c31-8dfc-095d9a75cd93','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/ffef467d-3fdc-4812-ac26-ea07fe307f73','/openmrs/ws/rest/v1/reference-data/test/ffef467d-3fdc-4812-ac26-ea07fe307f73','lab','2016-05-05 11:13:30',NULL),(305,'f3f4c199-f751-4abd-9732-50ca3b15f7da','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/8b1c3d83-56d8-4677-a7f0-8e9d96cb3c84','/openmrs/ws/rest/v1/reference-data/test/8b1c3d83-56d8-4677-a7f0-8e9d96cb3c84','lab','2016-05-05 11:13:30',NULL),(306,'b1dc5ed2-393e-4654-b6b9-8c3853d46378','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/c3402c5b-aa9d-4b5f-bee0-2dd06b9d7336','/openmrs/ws/rest/v1/reference-data/test/c3402c5b-aa9d-4b5f-bee0-2dd06b9d7336','lab','2016-05-05 11:13:30',NULL),(307,'dd3a353e-324b-4aa8-94b5-33d3c8640296','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/56da0fb1-c6a9-4955-be8b-6cd2c2346f0a','/openmrs/ws/rest/v1/reference-data/test/56da0fb1-c6a9-4955-be8b-6cd2c2346f0a','lab','2016-05-05 11:13:30',NULL),(308,'31556846-5320-4d3f-920f-ea98d0ba6b76','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/6d9dc607-a9b9-404e-974e-e9bcaabdbf61','/openmrs/ws/rest/v1/reference-data/test/6d9dc607-a9b9-404e-974e-e9bcaabdbf61','lab','2016-05-05 11:13:30',NULL),(309,'fe78d21a-7edf-4344-bfa4-ae2baf2bade9','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/c48ee3e9-97bf-492a-9dd6-2d9da7713df1','/openmrs/ws/rest/v1/reference-data/test/c48ee3e9-97bf-492a-9dd6-2d9da7713df1','lab','2016-05-05 11:13:30',NULL),(310,'886efd80-3bad-4d7d-bbd8-d6d3b6f2fe35','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/46ecbdb5-09e7-417c-9a71-ae3523fd5d62','/openmrs/ws/rest/v1/reference-data/test/46ecbdb5-09e7-417c-9a71-ae3523fd5d62','lab','2016-05-05 11:13:30',NULL),(311,'f3d8359e-bb21-42e8-b4aa-b6d2ddc383b5','test','2015-03-24 10:14:30','/openmrs/ws/rest/v1/reference-data/test/73e99309-6763-4999-ade2-ba61757ea8d2','/openmrs/ws/rest/v1/reference-data/test/73e99309-6763-4999-ade2-ba61757ea8d2','lab','2016-05-05 11:13:30',NULL),(312,'d08110b1-c8f8-40df-a0cf-4829511fb59b','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/69d693bc-4df4-43c9-b36b-3ad5b7ffa48c','/openmrs/ws/rest/v1/reference-data/test/69d693bc-4df4-43c9-b36b-3ad5b7ffa48c','lab','2016-05-05 11:13:30',NULL),(313,'0343b1d2-9a53-44ad-8e15-9c525f7da162','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/bb91c8a0-cab2-4c2f-84de-e2be41e86689','/openmrs/ws/rest/v1/reference-data/test/bb91c8a0-cab2-4c2f-84de-e2be41e86689','lab','2016-05-05 11:13:30',NULL),(314,'21196501-77aa-4ae2-809a-3f219449acc4','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/f0f06a14-7c7e-4e87-b04b-16203cdd477c','/openmrs/ws/rest/v1/reference-data/test/f0f06a14-7c7e-4e87-b04b-16203cdd477c','lab','2016-05-05 11:13:30',NULL),(315,'b6b5b415-70a7-45c9-9fdb-7bdfe23e95ce','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/47fc0a7e-238b-48a8-979d-d513873d8953','/openmrs/ws/rest/v1/reference-data/test/47fc0a7e-238b-48a8-979d-d513873d8953','lab','2016-05-05 11:13:30',NULL),(316,'01a16a7b-317c-4e5c-aab8-6012e3d33db3','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/7d3a8058-7784-4561-8cec-1ef8bb4f4887','/openmrs/ws/rest/v1/reference-data/test/7d3a8058-7784-4561-8cec-1ef8bb4f4887','lab','2016-05-05 11:13:30',NULL),(317,'c1bcb748-7f8a-4f1b-adc0-b0a0f11388b0','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/3b31e58c-19a9-4b53-b7d3-71fa4519a6bc','/openmrs/ws/rest/v1/reference-data/test/3b31e58c-19a9-4b53-b7d3-71fa4519a6bc','lab','2016-05-05 11:13:30',NULL),(318,'eb973f57-1f7b-47c5-a892-573739627afa','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/21d1a63f-e387-49e2-9590-18af899ebc77','/openmrs/ws/rest/v1/reference-data/test/21d1a63f-e387-49e2-9590-18af899ebc77','lab','2016-05-05 11:13:30',NULL),(319,'d2379e6d-3654-4457-adf3-4b199c684f01','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/7f9f0ab4-ff88-42f5-8249-f3101f3ae5a5','/openmrs/ws/rest/v1/reference-data/test/7f9f0ab4-ff88-42f5-8249-f3101f3ae5a5','lab','2016-05-05 11:13:30',NULL),(320,'993848ca-d705-4782-8571-dfa7eb40e5bb','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/7c8cfa56-a48c-4fff-a645-291dadf785d4','/openmrs/ws/rest/v1/reference-data/test/7c8cfa56-a48c-4fff-a645-291dadf785d4','lab','2016-05-05 11:13:30',NULL),(321,'5c7f4e4f-c5a0-4252-b9e2-2ee22b48bc0c','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/d908d56a-6107-4469-9a87-5ca41366405a','/openmrs/ws/rest/v1/reference-data/test/d908d56a-6107-4469-9a87-5ca41366405a','lab','2016-05-05 11:13:30',NULL),(322,'bfac5669-8bad-44c0-9165-2d11d5341dbf','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/ea6f717d-fb49-47a1-ab6f-b0cc7089fff3','/openmrs/ws/rest/v1/reference-data/test/ea6f717d-fb49-47a1-ab6f-b0cc7089fff3','lab','2016-05-05 11:13:30',NULL),(323,'8593df42-72fc-430d-8cd1-69e9e6b1e820','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/4dd65dae-1cd4-48ee-85a5-c2bdcebb780c','/openmrs/ws/rest/v1/reference-data/test/4dd65dae-1cd4-48ee-85a5-c2bdcebb780c','lab','2016-05-05 11:13:30',NULL),(324,'bb525068-1f60-4665-a391-da4f159c109b','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/78347f1b-9b29-4ec7-abf3-875a2c0fcc74','/openmrs/ws/rest/v1/reference-data/test/78347f1b-9b29-4ec7-abf3-875a2c0fcc74','lab','2016-05-05 11:13:30',NULL),(325,'e42d9cc3-6642-4805-99e3-46b91f35d12a','test','2015-03-24 10:14:31','/openmrs/ws/rest/v1/reference-data/test/ba4d2367-241c-4d23-a8ad-760b02664e81','/openmrs/ws/rest/v1/reference-data/test/ba4d2367-241c-4d23-a8ad-760b02664e81','lab','2016-05-05 11:13:30',NULL),(326,'09d0ec48-5ba5-4dbc-9c14-b1d98b0037ee','department','2015-03-24 10:15:15','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','lab','2016-05-05 11:13:30',NULL),(327,'99ec5a9b-2796-4946-83e1-43c6c0dea1ce','department','2015-03-24 10:15:15','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','lab','2016-05-05 11:13:30',NULL),(328,'4cc03514-5f1a-465f-bb80-26c1ba97ef5d','department','2015-03-24 10:15:18','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','lab','2016-05-05 11:13:30',NULL),(329,'0c660048-8519-4ae7-b188-dbbec50b36d7','department','2015-03-24 10:15:19','/openmrs/ws/rest/v1/reference-data/department/919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2','/openmrs/ws/rest/v1/reference-data/department/919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2','lab','2016-05-05 11:13:30',NULL),(330,'03ce969d-f9b7-48df-828f-74722ce4d97b','department','2015-03-24 10:15:20','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','lab','2016-05-05 11:13:30',NULL),(331,'33885eaa-d344-46a7-b8ab-58014833f92c','test','2015-03-24 10:20:51','/openmrs/ws/rest/v1/reference-data/test/11740988-13b3-4a5e-8804-57c47f1723ad','/openmrs/ws/rest/v1/reference-data/test/11740988-13b3-4a5e-8804-57c47f1723ad','lab','2016-05-05 11:13:30',NULL),(332,'03a4d28a-76fd-4aa7-93f0-4006046e8c68','test','2015-03-24 10:20:52','/openmrs/ws/rest/v1/reference-data/test/2ff87d8f-442a-45b1-adef-f952663c001c','/openmrs/ws/rest/v1/reference-data/test/2ff87d8f-442a-45b1-adef-f952663c001c','lab','2016-05-05 11:13:30',NULL),(333,'ad31db2b-e6bf-4162-bb8c-03445c451155','test','2015-03-24 10:20:53','/openmrs/ws/rest/v1/reference-data/test/f759071c-9f89-4677-94dc-46b5cf2bb7ca','/openmrs/ws/rest/v1/reference-data/test/f759071c-9f89-4677-94dc-46b5cf2bb7ca','lab','2016-05-05 11:13:30',NULL),(334,'0532a68e-b464-4d8b-bf1a-532173b28f3c','test','2015-03-24 10:20:54','/openmrs/ws/rest/v1/reference-data/test/4c786b9a-40d3-4a07-af41-fd5c56fd5f99','/openmrs/ws/rest/v1/reference-data/test/4c786b9a-40d3-4a07-af41-fd5c56fd5f99','lab','2016-05-05 11:13:30',NULL),(335,'21e43e2f-ba0b-4d36-856f-404bcc6148ad','test','2015-03-24 10:20:55','/openmrs/ws/rest/v1/reference-data/test/ab0bf400-ed51-483f-9994-3589e48c8b1a','/openmrs/ws/rest/v1/reference-data/test/ab0bf400-ed51-483f-9994-3589e48c8b1a','lab','2016-05-05 11:13:30',NULL),(336,'7cd1b4b5-4716-4b9a-a30d-890ae72c48d1','test','2015-03-24 10:20:55','/openmrs/ws/rest/v1/reference-data/test/d45dc759-7d67-4cd7-bd39-03163ba45993','/openmrs/ws/rest/v1/reference-data/test/d45dc759-7d67-4cd7-bd39-03163ba45993','lab','2016-05-05 11:13:30',NULL),(337,'48dad38c-b17b-446a-bfec-b8dd7aa2469a','test','2015-03-24 10:20:55','/openmrs/ws/rest/v1/reference-data/test/71a2c116-27d5-4d83-ac29-1ec6e1a6e316','/openmrs/ws/rest/v1/reference-data/test/71a2c116-27d5-4d83-ac29-1ec6e1a6e316','lab','2016-05-05 11:13:30',NULL),(338,'2cc68e11-4ae2-476f-b050-e88d528eb88f','test','2015-03-24 10:20:55','/openmrs/ws/rest/v1/reference-data/test/5f7b17ac-24ff-4823-a626-426070d1d5c2','/openmrs/ws/rest/v1/reference-data/test/5f7b17ac-24ff-4823-a626-426070d1d5c2','lab','2016-05-05 11:13:30',NULL),(339,'04d470b9-d823-444d-ab17-c7599b2b7492','test','2015-03-24 10:20:55','/openmrs/ws/rest/v1/reference-data/test/d49552a8-b592-4d9c-9075-ceedc964434e','/openmrs/ws/rest/v1/reference-data/test/d49552a8-b592-4d9c-9075-ceedc964434e','lab','2016-05-05 11:13:30',NULL),(340,'b441eb68-0f6d-4d97-be5f-0933446734ec','test','2015-03-24 10:20:55','/openmrs/ws/rest/v1/reference-data/test/ffe54d76-9f26-4ce8-a16a-f9a3f3eb1b6f','/openmrs/ws/rest/v1/reference-data/test/ffe54d76-9f26-4ce8-a16a-f9a3f3eb1b6f','lab','2016-05-05 11:13:30',NULL),(341,'c6d46bde-ab22-439d-8f5d-4dc584f00c1d','test','2015-03-24 10:20:57','/openmrs/ws/rest/v1/reference-data/test/7ff30007-54b8-428f-8ac0-eea2f648f01f','/openmrs/ws/rest/v1/reference-data/test/7ff30007-54b8-428f-8ac0-eea2f648f01f','lab','2016-05-05 11:13:30',NULL),(342,'5599a51b-9bbc-4ce9-98f6-ff121ec7855a','test','2015-03-24 10:20:57','/openmrs/ws/rest/v1/reference-data/test/208562b6-36ae-4c0f-ab1b-147eac39252f','/openmrs/ws/rest/v1/reference-data/test/208562b6-36ae-4c0f-ab1b-147eac39252f','lab','2016-05-05 11:13:30',NULL),(343,'04068a3d-1420-41e9-999d-84e546fd41ba','test','2015-03-24 10:20:58','/openmrs/ws/rest/v1/reference-data/test/db795106-b0f8-4737-a186-d54f02941296','/openmrs/ws/rest/v1/reference-data/test/db795106-b0f8-4737-a186-d54f02941296','lab','2016-05-05 11:13:30',NULL),(344,'0712402b-5e43-40b3-85af-d37de88d947e','test','2015-03-24 10:20:58','/openmrs/ws/rest/v1/reference-data/test/124df5ea-b28d-45af-b875-6a05aa337735','/openmrs/ws/rest/v1/reference-data/test/124df5ea-b28d-45af-b875-6a05aa337735','lab','2016-05-05 11:13:30',NULL),(345,'c4c3bd59-dcc1-480a-b5a8-472ddf704763','test','2015-03-24 10:20:58','/openmrs/ws/rest/v1/reference-data/test/8faf6840-c557-414d-8db4-0f073183e911','/openmrs/ws/rest/v1/reference-data/test/8faf6840-c557-414d-8db4-0f073183e911','lab','2016-05-05 11:13:30',NULL),(346,'e8378f62-b9c1-4291-80a3-4877b77121aa','test','2015-03-24 10:20:58','/openmrs/ws/rest/v1/reference-data/test/f4438f9b-2f92-4724-8e75-532c5f4d223e','/openmrs/ws/rest/v1/reference-data/test/f4438f9b-2f92-4724-8e75-532c5f4d223e','lab','2016-05-05 11:13:30',NULL),(347,'4b466ca6-3cdb-4d86-ab04-2848d254e3f7','test','2015-03-24 10:20:58','/openmrs/ws/rest/v1/reference-data/test/39a6969a-cd82-46e9-88e2-f4ab5c0c2fa6','/openmrs/ws/rest/v1/reference-data/test/39a6969a-cd82-46e9-88e2-f4ab5c0c2fa6','lab','2016-05-05 11:13:30',NULL),(348,'85698e7f-d30e-4217-a5f6-81b3a85faca1','test','2015-03-24 10:20:58','/openmrs/ws/rest/v1/reference-data/test/32a355d3-4f28-4673-895c-f2a1896516f1','/openmrs/ws/rest/v1/reference-data/test/32a355d3-4f28-4673-895c-f2a1896516f1','lab','2016-05-05 11:13:30',NULL),(349,'068d8eaa-774c-46ce-a6e4-89bc81b178a4','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/ad1fd755-1026-48d4-8e4d-d1d97e93634b','/openmrs/ws/rest/v1/reference-data/test/ad1fd755-1026-48d4-8e4d-d1d97e93634b','lab','2016-05-05 11:13:30',NULL),(350,'299ea161-fdc0-411b-889f-01dfec4ee804','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/5a20a6f2-beaf-4e6b-ab8c-a676c5cfef4e','/openmrs/ws/rest/v1/reference-data/test/5a20a6f2-beaf-4e6b-ab8c-a676c5cfef4e','lab','2016-05-05 11:13:30',NULL),(351,'45dc6648-8b1c-4652-a006-9638412625f7','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/e72e846b-b850-4c0f-afd1-c745f00cccc5','/openmrs/ws/rest/v1/reference-data/test/e72e846b-b850-4c0f-afd1-c745f00cccc5','lab','2016-05-05 11:13:30',NULL),(352,'fce4c9b9-c29f-47d8-bb3b-8b9fa3fd3d07','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/b17827b3-0c35-4e57-b759-3a401035ca2d','/openmrs/ws/rest/v1/reference-data/test/b17827b3-0c35-4e57-b759-3a401035ca2d','lab','2016-05-05 11:13:30',NULL),(353,'cedb8af8-ce46-40d1-a578-d213deb7f073','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/5b8e463c-ed0c-44db-87f5-3b3d52ba1587','/openmrs/ws/rest/v1/reference-data/test/5b8e463c-ed0c-44db-87f5-3b3d52ba1587','lab','2016-05-05 11:13:30',NULL),(354,'346e8981-aad9-4e84-b798-61e1c619f6cd','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/8f4283dc-2c49-497f-bc51-c06ddfb9b2a3','/openmrs/ws/rest/v1/reference-data/test/8f4283dc-2c49-497f-bc51-c06ddfb9b2a3','lab','2016-05-05 11:13:30',NULL),(355,'19a552bb-3b4a-40ee-822d-58c9d453287f','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/4d4c55c6-c8b9-4f05-8396-74ce0019765b','/openmrs/ws/rest/v1/reference-data/test/4d4c55c6-c8b9-4f05-8396-74ce0019765b','lab','2016-05-05 11:13:30',NULL),(356,'78cdce55-d2b9-43df-bec1-5b1622944488','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/1c844178-5745-4485-aad7-e21cbffb5049','/openmrs/ws/rest/v1/reference-data/test/1c844178-5745-4485-aad7-e21cbffb5049','lab','2016-05-05 11:13:30',NULL),(357,'24827f2f-a477-4bd2-9b3a-975344761f63','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/5cc88419-5210-4bf1-8ad1-8626f166dea2','/openmrs/ws/rest/v1/reference-data/test/5cc88419-5210-4bf1-8ad1-8626f166dea2','lab','2016-05-05 11:13:30',NULL),(358,'47d39bb6-d0ac-44ae-b863-62e0f8690b4a','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/727952d0-3857-49c9-aab7-1c4a8cb1d36a','/openmrs/ws/rest/v1/reference-data/test/727952d0-3857-49c9-aab7-1c4a8cb1d36a','lab','2016-05-05 11:13:30',NULL),(359,'08954db1-30db-4603-977b-1c338131ca7f','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/005c20b8-1d1b-4d23-8215-e6079d44c3c5','/openmrs/ws/rest/v1/reference-data/test/005c20b8-1d1b-4d23-8215-e6079d44c3c5','lab','2016-05-05 11:13:30',NULL),(360,'d7aba572-cf3e-4033-9727-025b6d232525','test','2015-03-24 10:20:59','/openmrs/ws/rest/v1/reference-data/test/947f583f-84d9-4c7b-8776-2ae4211e6617','/openmrs/ws/rest/v1/reference-data/test/947f583f-84d9-4c7b-8776-2ae4211e6617','lab','2016-05-05 11:13:30',NULL),(361,'15d8149c-dbcb-420c-8d6f-2575acb9615c','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/e1d8cc49-8814-4812-9a41-dcc897bd832b','/openmrs/ws/rest/v1/reference-data/test/e1d8cc49-8814-4812-9a41-dcc897bd832b','lab','2016-05-05 11:13:30',NULL),(362,'73e72e2e-3830-46a3-b0b6-978174843d8b','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/4075ec59-5e1a-436f-b62d-195e762ca592','/openmrs/ws/rest/v1/reference-data/test/4075ec59-5e1a-436f-b62d-195e762ca592','lab','2016-05-05 11:13:30',NULL),(363,'b5f0e3c5-ca20-47e2-b8fa-1d6f4de90a36','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/2650b34f-b97d-4723-be3e-e51c1fec998c','/openmrs/ws/rest/v1/reference-data/test/2650b34f-b97d-4723-be3e-e51c1fec998c','lab','2016-05-05 11:13:30',NULL),(364,'2369662e-6009-4662-b3c6-5960296edd10','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/a9ae1645-3130-4c5f-b340-8d19ca5fdf21','/openmrs/ws/rest/v1/reference-data/test/a9ae1645-3130-4c5f-b340-8d19ca5fdf21','lab','2016-05-05 11:13:30',NULL),(365,'9ea2c695-a5ee-46f0-9ac1-6fded4c1a574','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/2cbbbd30-837e-4c97-8460-b39a86cda5f6','/openmrs/ws/rest/v1/reference-data/test/2cbbbd30-837e-4c97-8460-b39a86cda5f6','lab','2016-05-05 11:13:30',NULL),(366,'ad3c100c-2b9b-4c80-b1f5-861a8c021dfc','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/8fe5d6b7-9495-4219-b24c-5c060ff90c02','/openmrs/ws/rest/v1/reference-data/test/8fe5d6b7-9495-4219-b24c-5c060ff90c02','lab','2016-05-05 11:13:30',NULL),(367,'bfc36c5a-c331-493b-990a-9072ef380035','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/e97baa43-2e01-4c6e-b494-a73c6595d5be','/openmrs/ws/rest/v1/reference-data/test/e97baa43-2e01-4c6e-b494-a73c6595d5be','lab','2016-05-05 11:13:30',NULL),(368,'232d306e-016f-4a26-8448-51bd9dffcd25','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/6d9e3d9f-4a25-4afd-b171-c1957dbcc88a','/openmrs/ws/rest/v1/reference-data/test/6d9e3d9f-4a25-4afd-b171-c1957dbcc88a','lab','2016-05-05 11:13:30',NULL),(369,'a0f49219-72f7-4638-afae-bdbb78918513','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/07de26ce-448d-4646-b333-5c2ce309dcfb','/openmrs/ws/rest/v1/reference-data/test/07de26ce-448d-4646-b333-5c2ce309dcfb','lab','2016-05-05 11:13:30',NULL),(370,'b90e2708-577d-4820-9606-e9252c4e1675','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/e8f5f439-6691-4bbf-a387-236078f2de60','/openmrs/ws/rest/v1/reference-data/test/e8f5f439-6691-4bbf-a387-236078f2de60','lab','2016-05-05 11:13:30',NULL),(371,'b0c5fa16-9aa7-4e3b-a50f-e540f1d28562','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/fceee826-9285-41e0-bc23-9b87c818b562','/openmrs/ws/rest/v1/reference-data/test/fceee826-9285-41e0-bc23-9b87c818b562','lab','2016-05-05 11:13:30',NULL),(372,'ded5b59e-ba07-4d10-97ea-8c71b0eff664','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/3a5197ff-a151-4dbb-adb1-0320e16f2084','/openmrs/ws/rest/v1/reference-data/test/3a5197ff-a151-4dbb-adb1-0320e16f2084','lab','2016-05-05 11:13:30',NULL),(373,'f8401af5-8f6d-4386-bdde-a71be425c385','test','2015-03-24 10:21:00','/openmrs/ws/rest/v1/reference-data/test/4922d4c5-6399-44fc-9184-33676b0f17c4','/openmrs/ws/rest/v1/reference-data/test/4922d4c5-6399-44fc-9184-33676b0f17c4','lab','2016-05-05 11:13:30',NULL),(374,'cb92f59c-42eb-4553-98bc-97f4542a443b','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/a1c604ae-ee2d-45f7-a011-fe9fdfa66cce','/openmrs/ws/rest/v1/reference-data/test/a1c604ae-ee2d-45f7-a011-fe9fdfa66cce','lab','2016-05-05 11:13:30',NULL),(375,'632b326f-aca8-4f5b-8d18-9a5ebbef8803','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/db374e9b-b79b-4748-a4db-961502fb206b','/openmrs/ws/rest/v1/reference-data/test/db374e9b-b79b-4748-a4db-961502fb206b','lab','2016-05-05 11:13:30',NULL),(376,'f0e6f925-4c15-4eb9-aa76-d868b39a911a','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/fd9bb3b0-32a1-403d-8fa9-d6fa290343a2','/openmrs/ws/rest/v1/reference-data/test/fd9bb3b0-32a1-403d-8fa9-d6fa290343a2','lab','2016-05-05 11:13:30',NULL),(377,'73ce5edf-20e2-448b-a8b7-a128c5d336cf','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/4e1c9d54-6266-45ca-8a11-1e986a1263c5','/openmrs/ws/rest/v1/reference-data/test/4e1c9d54-6266-45ca-8a11-1e986a1263c5','lab','2016-05-05 11:13:30',NULL),(378,'027f1895-98f2-4d9a-be83-ad2570f3b603','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/24aafc7e-6f41-4ebb-b0aa-824eb9d2c892','/openmrs/ws/rest/v1/reference-data/test/24aafc7e-6f41-4ebb-b0aa-824eb9d2c892','lab','2016-05-05 11:13:30',NULL),(379,'1aaaa494-096b-432b-bde9-3d08c148a87f','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/6218a29b-a441-45bf-8fe5-fc4f0d419ec0','/openmrs/ws/rest/v1/reference-data/test/6218a29b-a441-45bf-8fe5-fc4f0d419ec0','lab','2016-05-05 11:13:30',NULL),(380,'387592ac-6ee2-4dbc-8a8d-759ef794586a','test','2015-03-24 10:21:01','/openmrs/ws/rest/v1/reference-data/test/775845b6-8848-40b8-b343-54d05972996e','/openmrs/ws/rest/v1/reference-data/test/775845b6-8848-40b8-b343-54d05972996e','lab','2016-05-05 11:13:30',NULL),(381,'8d088b01-0c2f-432f-aa3b-879c94e5b522','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/67a05061-9e58-4f28-9b67-15b088e8d9d3','/openmrs/ws/rest/v1/reference-data/test/67a05061-9e58-4f28-9b67-15b088e8d9d3','lab','2016-05-05 11:13:30',NULL),(382,'44e49a7a-d574-45dc-a66d-6e25117e460b','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/5966273d-ec59-46ef-af30-4e3cafc85057','/openmrs/ws/rest/v1/reference-data/test/5966273d-ec59-46ef-af30-4e3cafc85057','lab','2016-05-05 11:13:30',NULL),(383,'7bec81cf-c7c8-49bc-a147-9a44f0b3569d','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/9fd9d356-9d36-45ce-8cdf-c672636d6d7e','/openmrs/ws/rest/v1/reference-data/test/9fd9d356-9d36-45ce-8cdf-c672636d6d7e','lab','2016-05-05 11:13:30',NULL),(384,'14da15ee-106b-44fd-abd2-eeb52c83bb08','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/11fffe50-40a9-4528-8c32-7ca423801a6f','/openmrs/ws/rest/v1/reference-data/test/11fffe50-40a9-4528-8c32-7ca423801a6f','lab','2016-05-05 11:13:30',NULL),(385,'c184b4a4-a22c-4379-a634-422cc35c97d2','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/70b653d0-3f8f-42ca-966f-a1acccf1d19c','/openmrs/ws/rest/v1/reference-data/test/70b653d0-3f8f-42ca-966f-a1acccf1d19c','lab','2016-05-05 11:13:30',NULL),(386,'86a5ce0c-e9f5-42a8-9a64-3f3b42e4dcba','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/07bfc940-f219-4438-be47-15d1db47bf62','/openmrs/ws/rest/v1/reference-data/test/07bfc940-f219-4438-be47-15d1db47bf62','lab','2016-05-05 11:13:30',NULL),(387,'de06522a-5610-41fb-acfd-16e0ec9cc246','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/879f9234-7b66-4f2d-a1c3-e568c6340237','/openmrs/ws/rest/v1/reference-data/test/879f9234-7b66-4f2d-a1c3-e568c6340237','lab','2016-05-05 11:13:30',NULL),(388,'82af71b7-18e2-41cb-a956-d54f5583e87f','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/8db2fe5c-1b1c-49f9-9105-a52097fae02b','/openmrs/ws/rest/v1/reference-data/test/8db2fe5c-1b1c-49f9-9105-a52097fae02b','lab','2016-05-05 11:13:30',NULL),(389,'3d01397d-84e5-4716-bf73-6756e37ebbc8','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/fe9d3234-13fd-4138-a102-377eb884ca03','/openmrs/ws/rest/v1/reference-data/test/fe9d3234-13fd-4138-a102-377eb884ca03','lab','2016-05-05 11:13:30',NULL),(390,'13984c53-d2b9-4689-89e9-64099c604a1f','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/7e4bbb74-b7d7-4b08-824e-832efeeccdd6','/openmrs/ws/rest/v1/reference-data/test/7e4bbb74-b7d7-4b08-824e-832efeeccdd6','lab','2016-05-05 11:13:30',NULL),(391,'80dde2ae-4b18-4009-887e-7bc8f3d757fe','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/d0fb54a1-e18d-40ee-981b-e9e8fad4d365','/openmrs/ws/rest/v1/reference-data/test/d0fb54a1-e18d-40ee-981b-e9e8fad4d365','lab','2016-05-05 11:13:30',NULL),(392,'2648746c-d77e-4251-a724-e85cb6030fd9','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/1141d397-91b7-42ce-b528-eba63d867d17','/openmrs/ws/rest/v1/reference-data/test/1141d397-91b7-42ce-b528-eba63d867d17','lab','2016-05-05 11:13:30',NULL),(393,'9733a8e3-b880-4801-909c-4a265d683845','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/a6c3005a-1699-4f44-9ba4-32ee87fc1bbc','/openmrs/ws/rest/v1/reference-data/test/a6c3005a-1699-4f44-9ba4-32ee87fc1bbc','lab','2016-05-05 11:13:30',NULL),(394,'2fdfca62-4565-4858-aa55-0bad0f4d1c9c','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/bc1047a5-84ca-417e-9a64-49e389577612','/openmrs/ws/rest/v1/reference-data/test/bc1047a5-84ca-417e-9a64-49e389577612','lab','2016-05-05 11:13:30',NULL),(395,'b2729789-bb33-4c48-aab1-9b20dbe1fd6e','test','2015-03-24 10:21:02','/openmrs/ws/rest/v1/reference-data/test/9db7f63a-1449-4716-a313-3b5dbc2a664b','/openmrs/ws/rest/v1/reference-data/test/9db7f63a-1449-4716-a313-3b5dbc2a664b','lab','2016-05-05 11:13:30',NULL),(396,'20203b6e-cdf9-4a4a-9299-c5fbf888f79e','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/6edf9813-871f-4a78-a90a-a18096b2fe20','/openmrs/ws/rest/v1/reference-data/test/6edf9813-871f-4a78-a90a-a18096b2fe20','lab','2016-05-05 11:13:30',NULL),(397,'b5810010-54ba-40aa-acba-16b9cab25f10','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/b389638b-42d5-4691-8132-529283c92078','/openmrs/ws/rest/v1/reference-data/test/b389638b-42d5-4691-8132-529283c92078','lab','2016-05-05 11:13:30',NULL),(398,'d9eba650-5088-44d8-9a45-18a1a18379e9','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/814e4f89-56a2-43c4-a582-bd34c3111755','/openmrs/ws/rest/v1/reference-data/test/814e4f89-56a2-43c4-a582-bd34c3111755','lab','2016-05-05 11:13:30',NULL),(399,'edd83930-0c11-4d3d-a9a4-a1a80b8fe66a','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/fe918626-7acf-4683-8a53-0d45ebe533d9','/openmrs/ws/rest/v1/reference-data/test/fe918626-7acf-4683-8a53-0d45ebe533d9','lab','2016-05-05 11:13:30',NULL),(400,'016cafb0-f101-4eb6-8b8d-8b0a2f6ed5ac','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/cf8d6fdb-46b9-48e0-a845-c3bfe5af6fe7','/openmrs/ws/rest/v1/reference-data/test/cf8d6fdb-46b9-48e0-a845-c3bfe5af6fe7','lab','2016-05-05 11:13:30',NULL),(401,'836d8af5-8522-4439-9038-b061c9bb871f','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/58a47bc2-d4e5-421e-bdf5-0323e7aea3f1','/openmrs/ws/rest/v1/reference-data/test/58a47bc2-d4e5-421e-bdf5-0323e7aea3f1','lab','2016-05-05 11:13:30',NULL),(402,'c033f8d2-be0c-4a49-be0a-1c93d6228183','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/34bdd6fd-c560-43f7-abdb-be75f9ce5a18','/openmrs/ws/rest/v1/reference-data/test/34bdd6fd-c560-43f7-abdb-be75f9ce5a18','lab','2016-05-05 11:13:30',NULL),(403,'0ab39f38-09e6-4cf6-8aef-13440952ffb4','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/6029d982-a7a2-49a7-b9f4-d6c733f339f3','/openmrs/ws/rest/v1/reference-data/test/6029d982-a7a2-49a7-b9f4-d6c733f339f3','lab','2016-05-05 11:13:30',NULL),(404,'30707748-4462-4e7d-aa9c-37560abb4470','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/1095edf9-e7a2-443c-84b8-a0942b2bdf48','/openmrs/ws/rest/v1/reference-data/test/1095edf9-e7a2-443c-84b8-a0942b2bdf48','lab','2016-05-05 11:13:30',NULL),(405,'a964d4af-a3e2-4d25-87ad-7738c4f17d2f','test','2015-03-24 10:21:03','/openmrs/ws/rest/v1/reference-data/test/63002307-f9a8-4128-91ea-ab6acad2641d','/openmrs/ws/rest/v1/reference-data/test/63002307-f9a8-4128-91ea-ab6acad2641d','lab','2016-05-05 11:13:30',NULL),(406,'50edd189-cfd4-47db-bff0-6546fe68ee8b','panel','2015-03-24 10:59:14','/openmrs/ws/rest/v1/reference-data/panel/64185322-a6b6-46ea-9acb-8b449a6afd65','/openmrs/ws/rest/v1/reference-data/panel/64185322-a6b6-46ea-9acb-8b449a6afd65','lab','2016-05-05 11:13:30',NULL),(407,'ae662b9c-17bb-48d0-b408-9fffb58f2fe8','panel','2015-03-24 10:59:14','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2016-05-05 11:13:30',NULL),(408,'b0f3353b-086b-4821-a6e2-dd71e8f3861a','panel','2015-03-24 10:59:15','/openmrs/ws/rest/v1/reference-data/panel/2e0967e0-687a-4d2e-aa63-7f0e832c8f46','/openmrs/ws/rest/v1/reference-data/panel/2e0967e0-687a-4d2e-aa63-7f0e832c8f46','lab','2016-05-05 11:13:30',NULL),(409,'6b563e4f-ef6d-4fb3-9568-631d331330b7','panel','2015-03-24 10:59:15','/openmrs/ws/rest/v1/reference-data/panel/ec22edfc-76ff-482a-b89b-022b9c3e34d0','/openmrs/ws/rest/v1/reference-data/panel/ec22edfc-76ff-482a-b89b-022b9c3e34d0','lab','2016-05-05 11:13:30',NULL),(410,'39068d86-0f63-4eb4-a01a-08b470d321ab','panel','2015-03-24 10:59:15','/openmrs/ws/rest/v1/reference-data/panel/a2df37c7-644c-407e-9ec5-0a3d2cdb8c2b','/openmrs/ws/rest/v1/reference-data/panel/a2df37c7-644c-407e-9ec5-0a3d2cdb8c2b','lab','2016-05-05 11:13:30',NULL),(411,'c46d2bf1-b9e7-4b07-b18c-3553dabaee88','panel','2015-03-24 10:59:15','/openmrs/ws/rest/v1/reference-data/panel/cc566d8a-ef84-44e4-b51a-66716b4d935b','/openmrs/ws/rest/v1/reference-data/panel/cc566d8a-ef84-44e4-b51a-66716b4d935b','lab','2016-05-05 11:13:30',NULL),(412,'697b7792-d56b-4028-b5f3-b794933652ba','panel','2015-03-24 10:59:16','/openmrs/ws/rest/v1/reference-data/panel/02b9a6aa-143e-4341-9baf-3f271cc8ed62','/openmrs/ws/rest/v1/reference-data/panel/02b9a6aa-143e-4341-9baf-3f271cc8ed62','lab','2016-05-05 11:13:30',NULL),(413,'db57d773-c2ea-4e66-95d3-ece21faaf3f6','panel','2015-03-24 10:59:16','/openmrs/ws/rest/v1/reference-data/panel/639de7c7-fa0b-4aa7-ac58-d32ba27c5135','/openmrs/ws/rest/v1/reference-data/panel/639de7c7-fa0b-4aa7-ac58-d32ba27c5135','lab','2016-05-05 11:13:30',NULL),(414,'2eed4724-3425-46bf-9826-8e2bc802a9c5','sample','2015-03-24 10:59:17','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','lab','2016-05-05 11:13:30',NULL),(415,'0c95a8bd-86ec-4549-b3b3-b421b290271b','panel','2015-03-24 10:59:18','/openmrs/ws/rest/v1/reference-data/panel/16c7efb5-98d6-4306-ad04-42ce6100d69b','/openmrs/ws/rest/v1/reference-data/panel/16c7efb5-98d6-4306-ad04-42ce6100d69b','lab','2016-05-05 11:13:30',NULL),(416,'ecc650c7-9f58-46de-9eab-8951fd804b97','panel','2015-03-24 10:59:18','/openmrs/ws/rest/v1/reference-data/panel/a40b2725-8c1c-4c17-bebd-1e650573fb4c','/openmrs/ws/rest/v1/reference-data/panel/a40b2725-8c1c-4c17-bebd-1e650573fb4c','lab','2016-05-05 11:13:30',NULL),(417,'a1a08b84-0d33-4ace-8e1f-b2f529d48790','panel','2015-03-24 10:59:18','/openmrs/ws/rest/v1/reference-data/panel/89b10cd7-4447-4d5c-8745-742a476a2d60','/openmrs/ws/rest/v1/reference-data/panel/89b10cd7-4447-4d5c-8745-742a476a2d60','lab','2016-05-05 11:13:30',NULL),(418,'2f8a2321-c3fa-4fdf-8850-9eb862d2fe40','panel','2015-03-24 10:59:18','/openmrs/ws/rest/v1/reference-data/panel/11cd8395-2273-4426-ac4c-1751fa8f30bc','/openmrs/ws/rest/v1/reference-data/panel/11cd8395-2273-4426-ac4c-1751fa8f30bc','lab','2016-05-05 11:13:30',NULL),(419,'f393f9b3-35ac-4acf-ad6f-d84d83beb07a','panel','2015-03-24 10:59:19','/openmrs/ws/rest/v1/reference-data/panel/8d14ef8e-d32b-454d-b7ec-b31f1e9c9667','/openmrs/ws/rest/v1/reference-data/panel/8d14ef8e-d32b-454d-b7ec-b31f1e9c9667','lab','2016-05-05 11:13:30',NULL),(420,'583dfd1f-273f-4921-81ea-7107ca00203b','sample','2015-03-24 10:59:20','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','lab','2016-05-05 11:13:30',NULL),(421,'e2a1e398-40d6-41fe-be02-7274c8039572','panel','2015-03-24 10:59:20','/openmrs/ws/rest/v1/reference-data/panel/2de933fe-16ab-4e45-954b-8fbbaa4809ee','/openmrs/ws/rest/v1/reference-data/panel/2de933fe-16ab-4e45-954b-8fbbaa4809ee','lab','2016-05-05 11:13:30',NULL),(422,'b54b1f4e-fc56-480d-832c-75db8b38e8a0','panel','2015-03-24 10:59:20','/openmrs/ws/rest/v1/reference-data/panel/a6f1fab7-3494-486a-9991-e941485137b0','/openmrs/ws/rest/v1/reference-data/panel/a6f1fab7-3494-486a-9991-e941485137b0','lab','2016-05-05 11:13:30',NULL),(423,'24cdf49f-ab4c-4139-9a8b-ffd046c4a1e3','panel','2015-03-24 10:59:20','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','lab','2016-05-05 11:13:30',NULL),(424,'d89532c5-acfd-4b8b-90e2-18bdfedd27f0','panel','2015-03-24 10:59:20','/openmrs/ws/rest/v1/reference-data/panel/4eba9912-2fa6-4ab2-a37b-16d654e8cf06','/openmrs/ws/rest/v1/reference-data/panel/4eba9912-2fa6-4ab2-a37b-16d654e8cf06','lab','2016-05-05 11:13:30',NULL),(425,'bc034caa-bfc3-42c2-a1a1-97d3e3cf6ec4','panel','2015-03-24 10:59:21','/openmrs/ws/rest/v1/reference-data/panel/68e28c64-6a10-41fd-8b31-57cfa12ba5c0','/openmrs/ws/rest/v1/reference-data/panel/68e28c64-6a10-41fd-8b31-57cfa12ba5c0','lab','2016-05-05 11:13:30',NULL),(426,'f41a1ab8-801e-4633-85f6-dd8ca7d2ed2b','panel','2015-03-24 10:59:21','/openmrs/ws/rest/v1/reference-data/panel/654c855c-0e3d-444f-8f1c-524fd7de383e','/openmrs/ws/rest/v1/reference-data/panel/654c855c-0e3d-444f-8f1c-524fd7de383e','lab','2016-05-05 11:13:30',NULL),(427,'8cda7a16-534e-4646-a9b6-31b563547eed','panel','2015-03-24 10:59:21','/openmrs/ws/rest/v1/reference-data/panel/41acd728-af4a-402d-bf39-fa3a34db25bf','/openmrs/ws/rest/v1/reference-data/panel/41acd728-af4a-402d-bf39-fa3a34db25bf','lab','2016-05-05 11:13:30',NULL),(428,'e4cf0920-3af8-46a9-81bc-5a90fe193947','panel','2015-03-24 10:59:21','/openmrs/ws/rest/v1/reference-data/panel/8d6de263-ed07-46c4-a982-4691b868aac7','/openmrs/ws/rest/v1/reference-data/panel/8d6de263-ed07-46c4-a982-4691b868aac7','lab','2016-05-05 11:13:30',NULL),(429,'624e497c-8318-41b0-8ce3-ba1ff8468b4f','sample','2015-03-24 10:59:23','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2016-05-05 11:13:30',NULL),(430,'5c68cb1b-79cb-4e80-8b09-93bbd153b863','panel','2015-03-24 10:59:23','/openmrs/ws/rest/v1/reference-data/panel/9a368be4-e32c-4a7a-baf9-bffd7b2ced78','/openmrs/ws/rest/v1/reference-data/panel/9a368be4-e32c-4a7a-baf9-bffd7b2ced78','lab','2016-05-05 11:13:30',NULL),(431,'08b4cf5e-4f9d-4626-ae22-1a81b367a876','panel','2015-03-24 10:59:23','/openmrs/ws/rest/v1/reference-data/panel/8ddab1d1-a4d4-46e4-acc8-f20500787575','/openmrs/ws/rest/v1/reference-data/panel/8ddab1d1-a4d4-46e4-acc8-f20500787575','lab','2016-05-05 11:13:30',NULL),(432,'a7a0fc47-ecfa-481f-b48f-62814487028f','sample','2015-03-24 10:59:24','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','lab','2016-05-05 11:13:30',NULL),(433,'a5f97726-6a45-49a4-a3ed-90a4ffe796cc','panel','2015-03-24 10:59:24','/openmrs/ws/rest/v1/reference-data/panel/889383a5-fd2a-43ba-ba3c-f0c29d41d446','/openmrs/ws/rest/v1/reference-data/panel/889383a5-fd2a-43ba-ba3c-f0c29d41d446','lab','2016-05-05 11:13:30',NULL),(434,'272a4198-d40e-45f5-b80b-1a9555864078','panel','2015-03-24 10:59:24','/openmrs/ws/rest/v1/reference-data/panel/b078005f-3074-4922-b5fd-4873e00385cc','/openmrs/ws/rest/v1/reference-data/panel/b078005f-3074-4922-b5fd-4873e00385cc','lab','2016-05-05 11:13:30',NULL),(435,'a6fe6e63-f05f-47f5-bf56-fe79da9ed0b8','panel','2015-03-24 10:59:24','/openmrs/ws/rest/v1/reference-data/panel/0353acc4-e4eb-447f-ada6-a935185c23aa','/openmrs/ws/rest/v1/reference-data/panel/0353acc4-e4eb-447f-ada6-a935185c23aa','lab','2016-05-05 11:13:30',NULL),(436,'5cfdd2e6-312b-49dd-8c8f-5a25d4889242','sample','2015-03-24 10:59:25','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','lab','2016-05-05 11:13:30',NULL),(437,'1fe73b84-caf7-4a97-b3b1-c032cdc9f587','sample','2015-03-24 10:59:25','/openmrs/ws/rest/v1/reference-data/sample/34b92e4b-59bd-4b25-9897-2e6b1f012ac8','/openmrs/ws/rest/v1/reference-data/sample/34b92e4b-59bd-4b25-9897-2e6b1f012ac8','lab','2016-05-05 11:13:30',NULL),(438,'3c4001f9-0ee8-4b45-abd0-4eed3ce5c8c2','sample','2015-03-24 10:59:26','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','lab','2016-05-05 11:13:30',NULL),(439,'686a1693-ca9c-4eea-b3ba-b650c63a6f93','sample','2015-03-24 10:59:26','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','lab','2016-05-05 11:13:30',NULL),(440,'2a8adb90-e789-464b-8fee-28a2bf79be97','sample','2015-03-24 10:59:27','/openmrs/ws/rest/v1/reference-data/sample/caa629c1-a56c-42af-917a-2fa1f7745551','/openmrs/ws/rest/v1/reference-data/sample/caa629c1-a56c-42af-917a-2fa1f7745551','lab','2016-05-05 11:13:30',NULL),(441,'b77fca86-f79a-4645-8486-07f2908d692d','sample','2015-03-24 10:59:27','/openmrs/ws/rest/v1/reference-data/sample/943bff5c-1fc5-448b-b563-0536112146fd','/openmrs/ws/rest/v1/reference-data/sample/943bff5c-1fc5-448b-b563-0536112146fd','lab','2016-05-05 11:13:30',NULL),(442,'8e7e8457-ccfb-4206-90c1-4bf083322db2','sample','2015-03-24 10:59:27','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','lab','2016-05-05 11:13:30',NULL),(443,'461c989d-fe8f-456c-80ea-1e2f4d94e3ad','sample','2015-03-24 10:59:28','/openmrs/ws/rest/v1/reference-data/sample/5493e9ba-b9d8-4a8d-8406-38221f2f7fef','/openmrs/ws/rest/v1/reference-data/sample/5493e9ba-b9d8-4a8d-8406-38221f2f7fef','lab','2016-05-05 11:13:30',NULL),(444,'2202e985-1877-49c9-aeac-394a994e62f5','sample','2015-03-24 10:59:28','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','lab','2016-05-05 11:13:30',NULL),(445,'5298547f-5199-46f6-ad2b-bd5e4b761452','sample','2015-03-24 10:59:28','/openmrs/ws/rest/v1/reference-data/sample/c9948334-0c78-4982-9e22-93293c5bfa80','/openmrs/ws/rest/v1/reference-data/sample/c9948334-0c78-4982-9e22-93293c5bfa80','lab','2016-05-05 11:13:30',NULL),(446,'39642fc2-efa8-47cf-93e1-0563310a4cf1','all-samples','2015-03-24 11:04:11','/openmrs/ws/rest/v1/reference-data/all-samples/8160a011-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/all-samples/8160a011-3f10-11e4-adec-0800271c1b75','lab','2016-05-05 11:13:30',NULL),(447,'e140960d-85b4-4c09-aa85-dd2cfb70400b','all-tests-and-panels','2015-03-24 11:11:09','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2016-05-05 11:13:30',NULL),(472,'8ff7c91c-a20a-4318-a280-6092a7c68d91','drug','2015-04-21 09:41:41','/openmrs/ws/rest/v1/reference-data/drug/e5134dca-f0cd-4974-9022-89f4c699a283','/openmrs/ws/rest/v1/reference-data/drug/e5134dca-f0cd-4974-9022-89f4c699a283','drug','2016-05-05 11:13:30',NULL),(473,'f7354f57-8604-4e92-8f3e-8bec463d6968','drug','2015-04-21 09:43:17','/openmrs/ws/rest/v1/reference-data/drug/e5134dca-f0cd-4974-9022-89f4c699a283','/openmrs/ws/rest/v1/reference-data/drug/e5134dca-f0cd-4974-9022-89f4c699a283','drug','2016-05-05 11:13:30',NULL),(474,'920fe43e-d7ba-483b-95b4-3958da188ab5','drug','2015-04-21 09:44:25','/openmrs/ws/rest/v1/reference-data/drug/c086af09-21b0-4b23-a603-a5644b1081f0','/openmrs/ws/rest/v1/reference-data/drug/c086af09-21b0-4b23-a603-a5644b1081f0','drug','2016-05-05 11:13:30',NULL),(475,'1f99ed6b-37ae-47a8-b481-12bb83dc38ca','drug','2015-04-21 09:52:14','/openmrs/ws/rest/v1/reference-data/drug/aabd998a-a402-43a9-a59a-138f59122157','/openmrs/ws/rest/v1/reference-data/drug/aabd998a-a402-43a9-a59a-138f59122157','drug','2016-05-05 11:13:30',NULL),(476,'8190aed9-cfd8-409a-8309-dfbdaaa7f267','drug','2015-04-21 09:57:18','/openmrs/ws/rest/v1/reference-data/drug/9d6c7aeb-4b9f-41e4-ad4b-a4504e8967a5','/openmrs/ws/rest/v1/reference-data/drug/9d6c7aeb-4b9f-41e4-ad4b-a4504e8967a5','drug','2016-05-05 11:13:30',NULL),(490,'ebc28441-8499-43af-ad63-ea3dacbeaac4','drug','2015-04-21 11:23:08','/openmrs/ws/rest/v1/reference-data/drug/e566bebf-33e6-4fd1-b65c-45ec8e9e9f18','/openmrs/ws/rest/v1/reference-data/drug/e566bebf-33e6-4fd1-b65c-45ec8e9e9f18','drug','2016-05-05 11:13:30',NULL),(491,'70cc6611-88cb-416f-b6a6-524620fa1675','drug','2015-04-21 11:25:49','/openmrs/ws/rest/v1/reference-data/drug/8e3c2c26-558e-4b7d-b81e-55de91ac3ebd','/openmrs/ws/rest/v1/reference-data/drug/8e3c2c26-558e-4b7d-b81e-55de91ac3ebd','drug','2016-05-05 11:13:30',NULL),(492,'8e07fc9b-3583-42df-b2af-844aa11fb702','drug','2015-04-21 11:27:49','/openmrs/ws/rest/v1/reference-data/drug/f1bf36d3-1d21-4488-8d88-4f03fcd860f9','/openmrs/ws/rest/v1/reference-data/drug/f1bf36d3-1d21-4488-8d88-4f03fcd860f9','drug','2016-05-05 11:13:30',NULL),(521,'c9ae06e5-1c9b-463a-8753-628b355136e2','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/7574c69b-1133-4805-bc31-64635f40c3c0','/openmrs/ws/rest/v1/reference-data/drug/7574c69b-1133-4805-bc31-64635f40c3c0','drug','2016-05-05 11:13:30',NULL),(522,'6004fcbc-61e5-4293-878d-8e7a13043673','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/6ad082b1-2783-4783-9c11-5cc63cf3a1b0','/openmrs/ws/rest/v1/reference-data/drug/6ad082b1-2783-4783-9c11-5cc63cf3a1b0','drug','2016-05-05 11:13:30',NULL),(523,'aa81ccdd-2b9d-4b90-a77c-165f38561298','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/ed86eff4-56a2-471f-beb1-f0e50c943d83','/openmrs/ws/rest/v1/reference-data/drug/ed86eff4-56a2-471f-beb1-f0e50c943d83','drug','2016-05-05 11:13:30',NULL),(524,'e5870575-66f2-4b33-a9c8-f5b51936ed34','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/42270fd1-f4de-4a20-981f-f1a8d2bddf4f','/openmrs/ws/rest/v1/reference-data/drug/42270fd1-f4de-4a20-981f-f1a8d2bddf4f','drug','2016-05-05 11:13:30',NULL),(525,'fc412447-7227-474e-bfdc-0c3ba267e77b','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/e847482c-7746-46b9-a8d5-7ca21302c969','/openmrs/ws/rest/v1/reference-data/drug/e847482c-7746-46b9-a8d5-7ca21302c969','drug','2016-05-05 11:13:30',NULL),(526,'d428be2d-e0d2-4c1b-844e-73c39fb4cef0','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/35156f22-5e0e-404c-94a6-31762ca7ded5','/openmrs/ws/rest/v1/reference-data/drug/35156f22-5e0e-404c-94a6-31762ca7ded5','drug','2016-05-05 11:13:30',NULL),(527,'3fab785d-bbf3-410b-a889-5c34c9ed9b01','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/6a1295ac-c91f-48bc-84c6-ae8510d70832','/openmrs/ws/rest/v1/reference-data/drug/6a1295ac-c91f-48bc-84c6-ae8510d70832','drug','2016-05-05 11:13:30',NULL),(528,'2449a885-c09b-4c1e-8365-437df08f2b3c','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/24889f97-892a-4ac9-ac9b-fa753391f2f0','/openmrs/ws/rest/v1/reference-data/drug/24889f97-892a-4ac9-ac9b-fa753391f2f0','drug','2016-05-05 11:13:30',NULL),(529,'398e862e-572f-4b17-b9fd-d697efa85569','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/2e4f8ba6-95c6-4ee9-96a9-28bcbd82c031','/openmrs/ws/rest/v1/reference-data/drug/2e4f8ba6-95c6-4ee9-96a9-28bcbd82c031','drug','2016-05-05 11:13:30',NULL),(530,'3faade51-8189-48ff-a0f9-b4d33b12452b','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/5dd8e5f3-4f3a-4c7a-abf3-64617f7afcc2','/openmrs/ws/rest/v1/reference-data/drug/5dd8e5f3-4f3a-4c7a-abf3-64617f7afcc2','drug','2016-05-05 11:13:30',NULL),(531,'14085edb-7e32-4f57-b666-b9ccaec544de','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/ce6e35a2-af23-44ed-a05d-cd6d971d6a2b','/openmrs/ws/rest/v1/reference-data/drug/ce6e35a2-af23-44ed-a05d-cd6d971d6a2b','drug','2016-05-05 11:13:30',NULL),(532,'37922ee7-bc24-4b8b-af4b-e74691269979','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/57242c4b-14c8-4170-8548-85426da0d00c','/openmrs/ws/rest/v1/reference-data/drug/57242c4b-14c8-4170-8548-85426da0d00c','drug','2016-05-05 11:13:30',NULL),(533,'ecaa663e-220c-4aa1-8a17-fc476d159995','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/7c77daa3-3e6f-4adc-a503-42eca0b6ab8e','/openmrs/ws/rest/v1/reference-data/drug/7c77daa3-3e6f-4adc-a503-42eca0b6ab8e','drug','2016-05-05 11:13:30',NULL),(534,'2e982529-dbe2-4532-ae89-1fd92bd51e6f','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/1c2c48b1-c11f-47db-b4d2-8ece997b0594','/openmrs/ws/rest/v1/reference-data/drug/1c2c48b1-c11f-47db-b4d2-8ece997b0594','drug','2016-05-05 11:13:30',NULL),(535,'da8ad623-848b-47f7-823f-4dc4cfa0b3da','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/f1b2394e-6272-4320-930f-098efd0246ca','/openmrs/ws/rest/v1/reference-data/drug/f1b2394e-6272-4320-930f-098efd0246ca','drug','2016-05-05 11:13:30',NULL),(536,'43c2a7cf-7bf4-4903-af20-81a3cb734a4c','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/293e55c4-f3be-4852-8b3b-49cf6309451c','/openmrs/ws/rest/v1/reference-data/drug/293e55c4-f3be-4852-8b3b-49cf6309451c','drug','2016-05-05 11:13:30',NULL),(537,'37e12680-b147-48eb-98f7-a7d057604062','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/daffaf79-8dd5-4bf4-94b2-2a3058c59c6e','/openmrs/ws/rest/v1/reference-data/drug/daffaf79-8dd5-4bf4-94b2-2a3058c59c6e','drug','2016-05-05 11:13:30',NULL),(538,'9540d21e-e7f2-4274-a533-fa702fc9d85a','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/013b90a8-243a-426c-88fe-985cb50e27ee','/openmrs/ws/rest/v1/reference-data/drug/013b90a8-243a-426c-88fe-985cb50e27ee','drug','2016-05-05 11:13:30',NULL),(539,'f0507395-6113-4a7b-afed-43a35dd3a24e','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/ee0403f3-867a-43c1-926e-4d177bd13948','/openmrs/ws/rest/v1/reference-data/drug/ee0403f3-867a-43c1-926e-4d177bd13948','drug','2016-05-05 11:13:30',NULL),(540,'a8f294a6-9806-429e-83ae-961f504e6fd1','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/5eef9d45-083c-4c39-8753-8202e3ea0451','/openmrs/ws/rest/v1/reference-data/drug/5eef9d45-083c-4c39-8753-8202e3ea0451','drug','2016-05-05 11:13:30',NULL),(541,'db66081f-fb14-439e-b2ed-a89ddc962226','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/b3572f0e-a4b7-4e8e-9fba-f7dd45a7a047','/openmrs/ws/rest/v1/reference-data/drug/b3572f0e-a4b7-4e8e-9fba-f7dd45a7a047','drug','2016-05-05 11:13:30',NULL),(542,'9a9fea0e-50ff-4d2a-90df-f32c7aff0523','drug','2015-04-24 09:53:34','/openmrs/ws/rest/v1/reference-data/drug/e188a20a-2734-41d6-827c-9316fbee9a36','/openmrs/ws/rest/v1/reference-data/drug/e188a20a-2734-41d6-827c-9316fbee9a36','drug','2016-05-05 11:13:30',NULL),(543,'cd47f16d-cdab-43c8-8420-a9fb1c5b663d','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/4f742e41-1f3d-455d-95ca-2cefd4fac1f1','/openmrs/ws/rest/v1/reference-data/drug/4f742e41-1f3d-455d-95ca-2cefd4fac1f1','drug','2016-05-05 11:13:30',NULL),(544,'94ec0706-bf64-44f4-87ff-c9db0935516b','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/22c07320-863c-481b-bdd5-31140f134ef2','/openmrs/ws/rest/v1/reference-data/drug/22c07320-863c-481b-bdd5-31140f134ef2','drug','2016-05-05 11:13:30',NULL),(545,'01736551-fef7-4f44-8b17-bf880226e299','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/326545d4-8815-482e-8282-c4dcdcd300de','/openmrs/ws/rest/v1/reference-data/drug/326545d4-8815-482e-8282-c4dcdcd300de','drug','2016-05-05 11:13:30',NULL),(546,'55c5e63a-5cf3-4c4f-a611-17209bf3adee','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/76badfd9-78b5-4fa0-b423-e149088a88da','/openmrs/ws/rest/v1/reference-data/drug/76badfd9-78b5-4fa0-b423-e149088a88da','drug','2016-05-05 11:13:30',NULL),(547,'6df07628-05e2-4daa-98ee-f6f85d174bc7','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/6be42641-8f5c-4b29-bc8f-acec6d2dc5cf','/openmrs/ws/rest/v1/reference-data/drug/6be42641-8f5c-4b29-bc8f-acec6d2dc5cf','drug','2016-05-05 11:13:30',NULL),(548,'ce1cfc66-33d6-421c-b62c-09ccb06fe407','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/71fc65dc-2e67-4b96-8213-dffc5dda5fab','/openmrs/ws/rest/v1/reference-data/drug/71fc65dc-2e67-4b96-8213-dffc5dda5fab','drug','2016-05-05 11:13:30',NULL),(549,'419c1e38-b4b8-4038-be20-077b5c46ea59','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/e7ab43cb-d909-4ad0-8ce4-91c28be32e2d','/openmrs/ws/rest/v1/reference-data/drug/e7ab43cb-d909-4ad0-8ce4-91c28be32e2d','drug','2016-05-05 11:13:30',NULL),(550,'1f2dbfed-e6c1-4152-ac52-a4f0da4c1991','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/0eb3e926-8ca0-415d-8d1d-90028d5a4e1d','/openmrs/ws/rest/v1/reference-data/drug/0eb3e926-8ca0-415d-8d1d-90028d5a4e1d','drug','2016-05-05 11:13:30',NULL),(551,'39989f2b-7fc3-49bf-a2d6-34e3cf1d88a1','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/26fd8c3e-2813-4464-9719-2bc3bd7b4633','/openmrs/ws/rest/v1/reference-data/drug/26fd8c3e-2813-4464-9719-2bc3bd7b4633','drug','2016-05-05 11:13:30',NULL),(552,'8264dd12-b9f5-41bf-9937-3cc848843e03','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/2af6f0b0-3289-45bd-9e7d-83596fee0949','/openmrs/ws/rest/v1/reference-data/drug/2af6f0b0-3289-45bd-9e7d-83596fee0949','drug','2016-05-05 11:13:30',NULL),(553,'b694b790-f934-4783-8d23-84fd8e91db66','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/a42d3e70-fd8c-4e9f-bee3-47320383fd07','/openmrs/ws/rest/v1/reference-data/drug/a42d3e70-fd8c-4e9f-bee3-47320383fd07','drug','2016-05-05 11:13:30',NULL),(554,'6b4c8d9c-287b-435c-aa20-2ef62bd9f187','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/49f0c5c2-4738-4382-9928-69fd330d4624','/openmrs/ws/rest/v1/reference-data/drug/49f0c5c2-4738-4382-9928-69fd330d4624','drug','2016-05-05 11:13:30',NULL),(555,'10627106-0567-4b28-8b12-655b6238ce33','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/25a8cb7f-1c6a-433a-b400-f8eb6ad6f94a','/openmrs/ws/rest/v1/reference-data/drug/25a8cb7f-1c6a-433a-b400-f8eb6ad6f94a','drug','2016-05-05 11:13:30',NULL),(556,'0d8785bb-0421-4bb7-a650-27a246b19a62','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/60979c58-b9d3-435b-9ca3-8dde54b093b1','/openmrs/ws/rest/v1/reference-data/drug/60979c58-b9d3-435b-9ca3-8dde54b093b1','drug','2016-05-05 11:13:30',NULL),(557,'4d72c5a5-720c-4406-bf2f-634999713043','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/2ac23d99-73e0-4d6b-9038-a477dfe11e34','/openmrs/ws/rest/v1/reference-data/drug/2ac23d99-73e0-4d6b-9038-a477dfe11e34','drug','2016-05-05 11:13:30',NULL),(558,'8184c74a-2e20-483d-a029-8d70983413c2','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/c44758b4-535a-4896-9de7-6a5e81d9af19','/openmrs/ws/rest/v1/reference-data/drug/c44758b4-535a-4896-9de7-6a5e81d9af19','drug','2016-05-05 11:13:30',NULL),(559,'2aace5c2-b99e-499c-890a-4343382ccc09','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/7ed52038-6f1c-4b2b-a40a-e84e49d9453e','/openmrs/ws/rest/v1/reference-data/drug/7ed52038-6f1c-4b2b-a40a-e84e49d9453e','drug','2016-05-05 11:13:30',NULL),(560,'2c365ffb-9722-4b32-b8a8-690158b5cd55','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/2b2cbe5d-3466-4265-9279-ada687a3ebe1','/openmrs/ws/rest/v1/reference-data/drug/2b2cbe5d-3466-4265-9279-ada687a3ebe1','drug','2016-05-05 11:13:30',NULL),(561,'722e109b-5d27-435e-8382-83da94c18b5f','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/df6321c4-1466-419e-8034-7d9d5c25dd62','/openmrs/ws/rest/v1/reference-data/drug/df6321c4-1466-419e-8034-7d9d5c25dd62','drug','2016-05-05 11:13:30',NULL),(562,'776385b1-e6f5-42de-afe5-4d577f4254cf','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/5f09704b-1a8b-4b56-8f6e-88d04e297211','/openmrs/ws/rest/v1/reference-data/drug/5f09704b-1a8b-4b56-8f6e-88d04e297211','drug','2016-05-05 11:13:30',NULL),(563,'77bc9f38-3c04-4b73-8f66-dcde91209867','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/acf92279-a251-4d13-817e-88c574b23dd9','/openmrs/ws/rest/v1/reference-data/drug/acf92279-a251-4d13-817e-88c574b23dd9','drug','2016-05-05 11:13:30',NULL),(564,'8a161620-f160-4895-8c98-27a5961b2d07','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/53bfdca8-e087-41c1-bdbe-cbf6fdf93041','/openmrs/ws/rest/v1/reference-data/drug/53bfdca8-e087-41c1-bdbe-cbf6fdf93041','drug','2016-05-05 11:13:30',NULL),(565,'70e95321-6f90-49a9-bc55-7021e59bf2cb','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/636fb54f-a9e3-4670-bb66-a8f009232b99','/openmrs/ws/rest/v1/reference-data/drug/636fb54f-a9e3-4670-bb66-a8f009232b99','drug','2016-05-05 11:13:30',NULL),(566,'31293595-600e-42e4-88a4-659636dd0fe3','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/388cbd20-12fd-4a13-97df-271fa7d10808','/openmrs/ws/rest/v1/reference-data/drug/388cbd20-12fd-4a13-97df-271fa7d10808','drug','2016-05-05 11:13:30',NULL),(567,'12bb808f-ea2b-4638-bc25-5790f01a110d','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/c5c08323-8bb6-428f-acec-b73664e9b84b','/openmrs/ws/rest/v1/reference-data/drug/c5c08323-8bb6-428f-acec-b73664e9b84b','drug','2016-05-05 11:13:30',NULL),(568,'164ace5a-30af-4a06-a68b-07c0a32132d1','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/ce65cbaf-3731-49e9-986c-16e3c0f77ce2','/openmrs/ws/rest/v1/reference-data/drug/ce65cbaf-3731-49e9-986c-16e3c0f77ce2','drug','2016-05-05 11:13:30',NULL),(569,'e012a801-b6fb-47bd-aa3c-5e33f0aebd9b','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/1b6a104b-e7ff-4a71-b50c-c27df8be8fb9','/openmrs/ws/rest/v1/reference-data/drug/1b6a104b-e7ff-4a71-b50c-c27df8be8fb9','drug','2016-05-05 11:13:30',NULL),(570,'ad9e1101-c963-4356-b285-e26d7c820c4d','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/281fb5ae-de59-4312-80ee-4e309a20b9c9','/openmrs/ws/rest/v1/reference-data/drug/281fb5ae-de59-4312-80ee-4e309a20b9c9','drug','2016-05-05 11:13:30',NULL),(571,'89d39e3e-a504-49a7-93ef-4efc825f4120','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/5293b5cf-a08b-4c19-a585-fc75e2362fe4','/openmrs/ws/rest/v1/reference-data/drug/5293b5cf-a08b-4c19-a585-fc75e2362fe4','drug','2016-05-05 11:13:30',NULL),(572,'a8852413-220f-44ea-9ed2-453705f0daae','drug','2015-04-24 09:53:35','/openmrs/ws/rest/v1/reference-data/drug/ee0c1028-a45c-49af-8755-fb220220eca5','/openmrs/ws/rest/v1/reference-data/drug/ee0c1028-a45c-49af-8755-fb220220eca5','drug','2016-05-05 11:13:30',NULL),(573,'05db2dc4-bda5-446b-acc5-92c0b5a766b9','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/6fbd339b-f68d-4174-bb6d-2e1fef8422df','/openmrs/ws/rest/v1/reference-data/drug/6fbd339b-f68d-4174-bb6d-2e1fef8422df','drug','2016-05-05 11:13:30',NULL),(574,'3f41a725-93ac-4b26-89b0-1c51a755f31a','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/9b61ea4d-00c2-4602-acfb-94f299550e9d','/openmrs/ws/rest/v1/reference-data/drug/9b61ea4d-00c2-4602-acfb-94f299550e9d','drug','2016-05-05 11:13:30',NULL),(575,'f9731077-35a3-4ba3-95c2-5cf477cda17c','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/c1e49f7c-827f-458d-b90e-d6fd305c7992','/openmrs/ws/rest/v1/reference-data/drug/c1e49f7c-827f-458d-b90e-d6fd305c7992','drug','2016-05-05 11:13:30',NULL),(576,'b99f8501-fa3d-4f62-a5b5-04fda3e825e6','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/25f6864a-3608-4db9-8ce4-c19124769615','/openmrs/ws/rest/v1/reference-data/drug/25f6864a-3608-4db9-8ce4-c19124769615','drug','2016-05-05 11:13:30',NULL),(577,'b868557a-afa2-4da0-a946-4736421cb26d','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/89b3f766-2092-4809-a173-737ef89bc1d3','/openmrs/ws/rest/v1/reference-data/drug/89b3f766-2092-4809-a173-737ef89bc1d3','drug','2016-05-05 11:13:30',NULL),(578,'3b21e610-714d-423a-a178-6755947cb849','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/117a40e6-8195-486c-aded-b0a27911222c','/openmrs/ws/rest/v1/reference-data/drug/117a40e6-8195-486c-aded-b0a27911222c','drug','2016-05-05 11:13:30',NULL),(579,'2551399c-313e-423c-aed9-fe8e9ff1b924','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/3e4f35f0-e301-4892-a930-9ffcb2b56ce9','/openmrs/ws/rest/v1/reference-data/drug/3e4f35f0-e301-4892-a930-9ffcb2b56ce9','drug','2016-05-05 11:13:30',NULL),(580,'e0db4507-c076-4a26-8cef-fc1e3daf8920','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/2ddc8f6d-a119-4df2-99d9-c12293c085b9','/openmrs/ws/rest/v1/reference-data/drug/2ddc8f6d-a119-4df2-99d9-c12293c085b9','drug','2016-05-05 11:13:30',NULL),(581,'fed53cb8-7bd2-4e89-bce9-917cbbce4d42','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/70ab7eeb-33b5-4bd2-87ec-70ca10a2698a','/openmrs/ws/rest/v1/reference-data/drug/70ab7eeb-33b5-4bd2-87ec-70ca10a2698a','drug','2016-05-05 11:13:30',NULL),(582,'2787a69d-b1b1-4af3-b501-88960be17df1','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/b6d79620-7a5e-4845-b619-6b0f2db56a2f','/openmrs/ws/rest/v1/reference-data/drug/b6d79620-7a5e-4845-b619-6b0f2db56a2f','drug','2016-05-05 11:13:30',NULL),(583,'acff2809-da8d-487d-bd49-7cb1b9342a6a','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/2cfff969-8acd-4226-9c6a-eae4e80cac86','/openmrs/ws/rest/v1/reference-data/drug/2cfff969-8acd-4226-9c6a-eae4e80cac86','drug','2016-05-05 11:13:30',NULL),(584,'380e4459-e1b4-40ef-b485-91eefb3b8c07','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/04a13f73-af84-42a4-8e28-6f360c0ffcbd','/openmrs/ws/rest/v1/reference-data/drug/04a13f73-af84-42a4-8e28-6f360c0ffcbd','drug','2016-05-05 11:13:30',NULL),(585,'9d0609ff-7851-4890-8e60-89b4a0ceedf1','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/63eb8f14-0267-4fd7-a4a4-5da77c734fce','/openmrs/ws/rest/v1/reference-data/drug/63eb8f14-0267-4fd7-a4a4-5da77c734fce','drug','2016-05-05 11:13:30',NULL),(586,'0551b1d6-cfff-4269-a915-4074527472ab','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/24cac22e-8aba-434c-9f57-bfef21853bd1','/openmrs/ws/rest/v1/reference-data/drug/24cac22e-8aba-434c-9f57-bfef21853bd1','drug','2016-05-05 11:13:30',NULL),(587,'71ff8e52-de8d-427c-85c5-d7130201b699','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/05fac755-e963-428f-812b-8e810659e17f','/openmrs/ws/rest/v1/reference-data/drug/05fac755-e963-428f-812b-8e810659e17f','drug','2016-05-05 11:13:30',NULL),(588,'e4cf2bd8-5005-40c2-addb-950d029d2b6c','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/b60950b2-96fc-4770-8638-77bee76d10a7','/openmrs/ws/rest/v1/reference-data/drug/b60950b2-96fc-4770-8638-77bee76d10a7','drug','2016-05-05 11:13:30',NULL),(589,'51d5f4a9-02d7-4319-b9ab-9d3cec9eb320','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/134b2432-8a2e-462c-9637-832fdd108d53','/openmrs/ws/rest/v1/reference-data/drug/134b2432-8a2e-462c-9637-832fdd108d53','drug','2016-05-05 11:13:30',NULL),(590,'821a175c-d89c-4a51-b70b-6dd3045b8857','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/bc10392a-cc3c-4981-9fb6-ee5cf7c038c7','/openmrs/ws/rest/v1/reference-data/drug/bc10392a-cc3c-4981-9fb6-ee5cf7c038c7','drug','2016-05-05 11:13:30',NULL),(591,'992cf17f-3648-4087-b8e3-da9f5ce44e91','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/9417187f-a23d-4c25-954e-ec508f53e94c','/openmrs/ws/rest/v1/reference-data/drug/9417187f-a23d-4c25-954e-ec508f53e94c','drug','2016-05-05 11:13:30',NULL),(592,'5dcfe334-f02b-4322-bab6-a315d07f8f40','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/08c0df98-09b5-4199-97a9-1a162160a7d2','/openmrs/ws/rest/v1/reference-data/drug/08c0df98-09b5-4199-97a9-1a162160a7d2','drug','2016-05-05 11:13:30',NULL),(593,'bf2b07c4-bd0c-47e5-a02b-c4a81d43ea87','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/296e6d6d-7dc0-4683-b401-5df0f0c1d278','/openmrs/ws/rest/v1/reference-data/drug/296e6d6d-7dc0-4683-b401-5df0f0c1d278','drug','2016-05-05 11:13:30',NULL),(594,'731f624e-fe40-4ca8-ab62-466b32a4172e','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/2b67c139-3e12-49e5-b556-d8d19270ffe6','/openmrs/ws/rest/v1/reference-data/drug/2b67c139-3e12-49e5-b556-d8d19270ffe6','drug','2016-05-05 11:13:30',NULL),(595,'67566ce0-f152-4bc3-9635-ddfff412dc60','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/5a7caf04-cc60-4b4e-87d1-01812bb5ad3e','/openmrs/ws/rest/v1/reference-data/drug/5a7caf04-cc60-4b4e-87d1-01812bb5ad3e','drug','2016-05-05 11:13:30',NULL),(596,'529e945a-e990-4861-b21d-4940afcee1ba','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/c54d7325-a5c4-4b5a-aaa5-cea7c2b4ae40','/openmrs/ws/rest/v1/reference-data/drug/c54d7325-a5c4-4b5a-aaa5-cea7c2b4ae40','drug','2016-05-05 11:13:30',NULL),(597,'63d95392-6015-4da1-b998-1762a7d1cf37','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/6e251518-afad-4101-b766-2a8492b2624c','/openmrs/ws/rest/v1/reference-data/drug/6e251518-afad-4101-b766-2a8492b2624c','drug','2016-05-05 11:13:30',NULL),(598,'a24efaa6-fa3a-4931-8d1e-2c2a2f9fed5a','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/630c9834-1b2f-458c-b4c9-169f9dfe16ad','/openmrs/ws/rest/v1/reference-data/drug/630c9834-1b2f-458c-b4c9-169f9dfe16ad','drug','2016-05-05 11:13:30',NULL),(599,'300eb20a-ba50-4420-b4df-cb11047accf0','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/b541558f-891d-4ad5-a0cf-a486d69d3895','/openmrs/ws/rest/v1/reference-data/drug/b541558f-891d-4ad5-a0cf-a486d69d3895','drug','2016-05-05 11:13:30',NULL),(600,'3509cbf5-fdb3-43d8-917b-95283f6f8775','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/ff9043f8-4488-4f6f-9793-693a3c5faf35','/openmrs/ws/rest/v1/reference-data/drug/ff9043f8-4488-4f6f-9793-693a3c5faf35','drug','2016-05-05 11:13:30',NULL),(601,'77766646-1180-4496-b728-46b35ddd8cd2','drug','2015-04-24 09:53:36','/openmrs/ws/rest/v1/reference-data/drug/1a90009c-c301-4e7c-8b84-ecf657be3612','/openmrs/ws/rest/v1/reference-data/drug/1a90009c-c301-4e7c-8b84-ecf657be3612','drug','2016-05-05 11:13:30',NULL),(602,'c4084ba4-2bca-497e-8820-fd6abc81bea9','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/c3a4acd7-d2e9-44f5-843f-5e610874da15','/openmrs/ws/rest/v1/reference-data/drug/c3a4acd7-d2e9-44f5-843f-5e610874da15','drug','2016-05-05 11:13:30',NULL),(603,'cd9b335f-9e9e-43dc-a234-c2612bace149','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/0943b471-573b-4e51-ada7-f56e709bcf04','/openmrs/ws/rest/v1/reference-data/drug/0943b471-573b-4e51-ada7-f56e709bcf04','drug','2016-05-05 11:13:30',NULL),(604,'a0ae53fd-3795-46e3-b9b8-fd86d015c132','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/134104f9-2a87-4c71-b011-696380986325','/openmrs/ws/rest/v1/reference-data/drug/134104f9-2a87-4c71-b011-696380986325','drug','2016-05-05 11:13:30',NULL),(605,'b1bbe129-6d43-4f2f-bd01-68b46f8c812c','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/72c6c3a8-fc2c-4ebb-ab42-ea8f079bfa31','/openmrs/ws/rest/v1/reference-data/drug/72c6c3a8-fc2c-4ebb-ab42-ea8f079bfa31','drug','2016-05-05 11:13:30',NULL),(606,'f03eb121-124c-4396-a2ca-7d6b861fb0b5','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/605d23e2-c415-4a41-ba8f-fcf8a5a07fcb','/openmrs/ws/rest/v1/reference-data/drug/605d23e2-c415-4a41-ba8f-fcf8a5a07fcb','drug','2016-05-05 11:13:30',NULL),(607,'c6d1ec55-0ae5-4b79-a45f-9bfa7f060806','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/2534a8df-e08d-4778-8154-0bf7c1248719','/openmrs/ws/rest/v1/reference-data/drug/2534a8df-e08d-4778-8154-0bf7c1248719','drug','2016-05-05 11:13:30',NULL),(608,'058e679b-2a49-44d2-993e-d982e7614ce2','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/05d01c1b-7f1c-45a7-808d-3267b906230f','/openmrs/ws/rest/v1/reference-data/drug/05d01c1b-7f1c-45a7-808d-3267b906230f','drug','2016-05-05 11:13:30',NULL),(609,'870d3113-8801-4c45-8b4e-7fe9a8b4b0f5','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/a9aa9d5f-9b61-4024-8971-ab3438dc6c5e','/openmrs/ws/rest/v1/reference-data/drug/a9aa9d5f-9b61-4024-8971-ab3438dc6c5e','drug','2016-05-05 11:13:30',NULL),(610,'9c8fdfda-189c-4837-82ea-a9c7cfb97d0c','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/a7452b22-2691-4192-b06f-77738cc28891','/openmrs/ws/rest/v1/reference-data/drug/a7452b22-2691-4192-b06f-77738cc28891','drug','2016-05-05 11:13:30',NULL),(611,'7ed45c28-8f61-476f-8c43-f9a487889ec7','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/1f333142-3c15-43ab-b529-fc9c2861a81f','/openmrs/ws/rest/v1/reference-data/drug/1f333142-3c15-43ab-b529-fc9c2861a81f','drug','2016-05-05 11:13:30',NULL),(612,'a01090e9-22cd-4f88-9c58-d3b7b2042d53','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/c1af3552-0850-4a75-871e-742ad67782fd','/openmrs/ws/rest/v1/reference-data/drug/c1af3552-0850-4a75-871e-742ad67782fd','drug','2016-05-05 11:13:30',NULL),(613,'0aa3df97-7455-4e8d-9686-9f2308483d69','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/9b3584d4-eff4-4c4f-9ad0-c3dfc5be5eb9','/openmrs/ws/rest/v1/reference-data/drug/9b3584d4-eff4-4c4f-9ad0-c3dfc5be5eb9','drug','2016-05-05 11:13:30',NULL),(614,'dc9e2dad-4994-410c-9046-31073cc1cc51','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/b49b59c9-94bd-4a56-be12-cf9ebd69a6ef','/openmrs/ws/rest/v1/reference-data/drug/b49b59c9-94bd-4a56-be12-cf9ebd69a6ef','drug','2016-05-05 11:13:30',NULL),(615,'fe1db4e0-042f-4678-9517-6fc194dd8cb7','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/b12d76a0-b63e-4bc5-b18f-e28dd98b9df7','/openmrs/ws/rest/v1/reference-data/drug/b12d76a0-b63e-4bc5-b18f-e28dd98b9df7','drug','2016-05-05 11:13:30',NULL),(616,'0f0cb97a-3f63-4f34-8653-00941692b465','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/d2e0030c-267f-4cff-97a8-84dd7196a872','/openmrs/ws/rest/v1/reference-data/drug/d2e0030c-267f-4cff-97a8-84dd7196a872','drug','2016-05-05 11:13:30',NULL),(617,'750113d1-f8e0-4d74-99fb-39b8b7934491','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/c7fdee92-c656-48e4-bf67-0cbd41d9bc97','/openmrs/ws/rest/v1/reference-data/drug/c7fdee92-c656-48e4-bf67-0cbd41d9bc97','drug','2016-05-05 11:13:30',NULL),(618,'d4284456-6967-48d9-bc98-03a926f0ed88','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/e8532259-2017-47ad-a18f-b90ec9678610','/openmrs/ws/rest/v1/reference-data/drug/e8532259-2017-47ad-a18f-b90ec9678610','drug','2016-05-05 11:13:30',NULL),(619,'46595321-58fa-4ebf-b372-fb5acf00b710','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/bab83a83-c508-4b35-83ab-2b6c6fa31744','/openmrs/ws/rest/v1/reference-data/drug/bab83a83-c508-4b35-83ab-2b6c6fa31744','drug','2016-05-05 11:13:30',NULL),(620,'9226c217-2494-4b37-ae89-575e12e51fbd','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/444b7285-0ec5-4b82-b049-b3e943654523','/openmrs/ws/rest/v1/reference-data/drug/444b7285-0ec5-4b82-b049-b3e943654523','drug','2016-05-05 11:13:30',NULL),(621,'fbee7cc5-f309-4e29-a3a0-77cb5825463b','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/afc0d28b-6fb7-4b17-845e-e656f819247b','/openmrs/ws/rest/v1/reference-data/drug/afc0d28b-6fb7-4b17-845e-e656f819247b','drug','2016-05-05 11:13:30',NULL),(622,'f61c3fd6-7d9c-42c3-9c30-43a4ac8d6088','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/b0d78454-bf28-4f5f-acce-30b17acc8141','/openmrs/ws/rest/v1/reference-data/drug/b0d78454-bf28-4f5f-acce-30b17acc8141','drug','2016-05-05 11:13:30',NULL),(623,'10f2bb16-f2e4-4383-b5e0-963392d1aec6','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/99306d19-3f88-418f-bdd6-b700c93d0f36','/openmrs/ws/rest/v1/reference-data/drug/99306d19-3f88-418f-bdd6-b700c93d0f36','drug','2016-05-05 11:13:30',NULL),(624,'4411d861-a89a-4bad-ace3-2c4fb04a42e5','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/f860f265-2015-4093-8beb-602430367f3a','/openmrs/ws/rest/v1/reference-data/drug/f860f265-2015-4093-8beb-602430367f3a','drug','2016-05-05 11:13:30',NULL),(625,'248f2388-5bce-41f8-86a5-cc9cf4532237','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/2576f6a9-a154-4552-bf7e-61b707410376','/openmrs/ws/rest/v1/reference-data/drug/2576f6a9-a154-4552-bf7e-61b707410376','drug','2016-05-05 11:13:30',NULL),(626,'b6dec701-7b3b-4653-b0c3-59cb903c44ba','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/487aab40-4aa5-425f-ab29-134d99662388','/openmrs/ws/rest/v1/reference-data/drug/487aab40-4aa5-425f-ab29-134d99662388','drug','2016-05-05 11:13:30',NULL),(627,'70b2c79f-2d1b-4963-970b-021be6bdd321','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/f6429d97-1500-45ea-bd77-5a0eeb2bdd1a','/openmrs/ws/rest/v1/reference-data/drug/f6429d97-1500-45ea-bd77-5a0eeb2bdd1a','drug','2016-05-05 11:13:30',NULL),(628,'0a5f0f5c-faf9-415b-8070-1f99571a722f','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/bea1b1cc-430f-449e-8ff6-5a17f9ae7a22','/openmrs/ws/rest/v1/reference-data/drug/bea1b1cc-430f-449e-8ff6-5a17f9ae7a22','drug','2016-05-05 11:13:30',NULL),(629,'0d5c6c27-0630-4fa0-8af9-a7a30eeed1f9','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/5416572c-c522-4e60-b2d7-ef662090c64f','/openmrs/ws/rest/v1/reference-data/drug/5416572c-c522-4e60-b2d7-ef662090c64f','drug','2016-05-05 11:13:30',NULL),(630,'97dfe5e6-703b-4756-b9c1-2147482f90f3','drug','2015-04-24 09:53:37','/openmrs/ws/rest/v1/reference-data/drug/e10a4b64-4e87-49e1-86b4-882e7f41cd24','/openmrs/ws/rest/v1/reference-data/drug/e10a4b64-4e87-49e1-86b4-882e7f41cd24','drug','2016-05-05 11:13:30',NULL),(631,'2d9d63ca-9f4c-4724-8067-169c88115ac1','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/89a99f86-6103-46c4-8008-07c690ff3218','/openmrs/ws/rest/v1/reference-data/drug/89a99f86-6103-46c4-8008-07c690ff3218','drug','2016-05-05 11:13:30',NULL),(632,'b2628347-d15a-465f-9f31-ea705ab61fd3','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/060b86ec-e8a6-4457-8a00-70c4b82566a2','/openmrs/ws/rest/v1/reference-data/drug/060b86ec-e8a6-4457-8a00-70c4b82566a2','drug','2016-05-05 11:13:30',NULL),(633,'4fa4e02c-3b93-43e2-9863-83f0f10fa853','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/08a5632f-fc23-437e-87a7-4d640bcabc56','/openmrs/ws/rest/v1/reference-data/drug/08a5632f-fc23-437e-87a7-4d640bcabc56','drug','2016-05-05 11:13:30',NULL),(634,'6aefb1b3-ad75-4391-b217-044be4ae9c6c','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/79abfb33-5d75-4242-ba39-8c84b7191d50','/openmrs/ws/rest/v1/reference-data/drug/79abfb33-5d75-4242-ba39-8c84b7191d50','drug','2016-05-05 11:13:30',NULL),(635,'77168e64-6f53-4b66-9f82-14e0b81af71c','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/2843066c-8c55-49e0-a5b2-52647a0622bf','/openmrs/ws/rest/v1/reference-data/drug/2843066c-8c55-49e0-a5b2-52647a0622bf','drug','2016-05-05 11:13:30',NULL),(636,'cd7d83d1-f099-45a1-8dde-3572b75bf284','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/9e99ebb0-56d5-4517-88c0-f754a861954c','/openmrs/ws/rest/v1/reference-data/drug/9e99ebb0-56d5-4517-88c0-f754a861954c','drug','2016-05-05 11:13:30',NULL),(637,'a077924f-9b83-4ff5-8c3a-ffc443a5e9ea','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/3f33094d-52f3-467f-a40e-0a9717c21445','/openmrs/ws/rest/v1/reference-data/drug/3f33094d-52f3-467f-a40e-0a9717c21445','drug','2016-05-05 11:13:30',NULL),(638,'618e79d1-8fef-4f51-a1aa-371a5664721a','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/a0057d24-fb2b-4eda-9fc0-fe533ce94322','/openmrs/ws/rest/v1/reference-data/drug/a0057d24-fb2b-4eda-9fc0-fe533ce94322','drug','2016-05-05 11:13:30',NULL),(639,'ba1376ae-a0b3-4911-a279-bba3b9afd419','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/eecbbacd-bb25-4457-9c8e-c3868ff6d98c','/openmrs/ws/rest/v1/reference-data/drug/eecbbacd-bb25-4457-9c8e-c3868ff6d98c','drug','2016-05-05 11:13:30',NULL),(640,'366c191c-bba3-4406-a8f6-40d051ca593b','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/66013ad0-e9db-493a-b027-89a1de45d660','/openmrs/ws/rest/v1/reference-data/drug/66013ad0-e9db-493a-b027-89a1de45d660','drug','2016-05-05 11:13:30',NULL),(641,'d02376cc-282e-46c4-bb9d-1634875be9f5','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/d372aee7-29e5-4d86-a634-34d8db0f0ad5','/openmrs/ws/rest/v1/reference-data/drug/d372aee7-29e5-4d86-a634-34d8db0f0ad5','drug','2016-05-05 11:13:30',NULL),(642,'b9d787d3-59a0-4fd5-a495-32fde6072b19','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/dc02fb45-64e4-476b-9855-4504d5293538','/openmrs/ws/rest/v1/reference-data/drug/dc02fb45-64e4-476b-9855-4504d5293538','drug','2016-05-05 11:13:30',NULL),(643,'0e17e15c-b1ef-4ee7-abd1-f15a44eb8e08','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/28e8584d-64fa-4d00-9cdb-31a8f9802d25','/openmrs/ws/rest/v1/reference-data/drug/28e8584d-64fa-4d00-9cdb-31a8f9802d25','drug','2016-05-05 11:13:30',NULL),(644,'a5406848-b4ed-4dbb-9877-19f66630052c','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/4fe3b094-bbcf-460d-8c21-616bfa58ef48','/openmrs/ws/rest/v1/reference-data/drug/4fe3b094-bbcf-460d-8c21-616bfa58ef48','drug','2016-05-05 11:13:30',NULL),(645,'6f1a7b54-3d5d-4826-b0ec-caa33deb5bab','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/4abd3b3d-198d-4e95-8b8a-43747de1691d','/openmrs/ws/rest/v1/reference-data/drug/4abd3b3d-198d-4e95-8b8a-43747de1691d','drug','2016-05-05 11:13:30',NULL),(646,'5824f3b7-8bad-4a06-8acf-e5fd3e267e25','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/f9ba2b14-b223-46b2-a761-7e7301c65728','/openmrs/ws/rest/v1/reference-data/drug/f9ba2b14-b223-46b2-a761-7e7301c65728','drug','2016-05-05 11:13:30',NULL),(647,'40aeee4e-f795-49cd-a935-f8a1396bb56a','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/b7e9ab3e-c624-42b7-9161-e659facf9cbc','/openmrs/ws/rest/v1/reference-data/drug/b7e9ab3e-c624-42b7-9161-e659facf9cbc','drug','2016-05-05 11:13:30',NULL),(648,'58fbcb1d-c7c6-484b-a998-ac07af6b387a','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/3fdfd794-0c73-4795-b850-58f6033c333b','/openmrs/ws/rest/v1/reference-data/drug/3fdfd794-0c73-4795-b850-58f6033c333b','drug','2016-05-05 11:13:30',NULL),(649,'e79d5e2e-836e-463e-bbe0-19587bd2f6a1','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/66e666d6-7142-4af5-b1fd-57704b78c609','/openmrs/ws/rest/v1/reference-data/drug/66e666d6-7142-4af5-b1fd-57704b78c609','drug','2016-05-05 11:13:30',NULL),(650,'ca23576e-8f0c-495b-8ab3-f351603ff7d3','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/826285af-de4b-4369-838c-7721f207e89e','/openmrs/ws/rest/v1/reference-data/drug/826285af-de4b-4369-838c-7721f207e89e','drug','2016-05-05 11:13:30',NULL),(651,'8d328f27-1f8a-4e42-be28-0f6935dac54a','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/63fd6326-8b2d-4661-ac32-719898332556','/openmrs/ws/rest/v1/reference-data/drug/63fd6326-8b2d-4661-ac32-719898332556','drug','2016-05-05 11:13:30',NULL),(652,'15954213-e89e-43be-a2dc-58fbe6dd512a','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/784da3a1-86b1-4be0-8e05-7907b08f785b','/openmrs/ws/rest/v1/reference-data/drug/784da3a1-86b1-4be0-8e05-7907b08f785b','drug','2016-05-05 11:13:30',NULL),(653,'faffd1b9-8659-4353-88fd-083a1222e4ae','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/5b597cca-ac96-401a-a471-3fcfe6034a4e','/openmrs/ws/rest/v1/reference-data/drug/5b597cca-ac96-401a-a471-3fcfe6034a4e','drug','2016-05-05 11:13:30',NULL),(654,'fbabe448-8ae8-4b03-80fa-727a5f4e247a','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/aa226112-064c-4655-b1d6-ce02f4acb9e8','/openmrs/ws/rest/v1/reference-data/drug/aa226112-064c-4655-b1d6-ce02f4acb9e8','drug','2016-05-05 11:13:30',NULL),(655,'4d2e6cd2-c3bc-41b6-a903-baf3312205e8','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/abe05733-8274-4663-938c-294375d51a8a','/openmrs/ws/rest/v1/reference-data/drug/abe05733-8274-4663-938c-294375d51a8a','drug','2016-05-05 11:13:30',NULL),(656,'d862766a-6d36-4039-8a75-d83f8130c3ee','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/a036414e-7df6-4fb8-99f7-f76366ccbd5d','/openmrs/ws/rest/v1/reference-data/drug/a036414e-7df6-4fb8-99f7-f76366ccbd5d','drug','2016-05-05 11:13:30',NULL),(657,'f236a18b-e72d-4432-a859-8623d95dbf52','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/606f5355-6662-43ed-b428-4745ddbe5959','/openmrs/ws/rest/v1/reference-data/drug/606f5355-6662-43ed-b428-4745ddbe5959','drug','2016-05-05 11:13:30',NULL),(658,'a163bdc6-11ed-4c30-87e7-50440e1e8d65','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/81273dae-0330-416f-a3d5-ed212d208e15','/openmrs/ws/rest/v1/reference-data/drug/81273dae-0330-416f-a3d5-ed212d208e15','drug','2016-05-05 11:13:30',NULL),(659,'14e0f9b9-b4df-4092-bd02-55ad2bfe7231','drug','2015-04-24 09:53:38','/openmrs/ws/rest/v1/reference-data/drug/161bf86b-9cc8-4d76-9dc9-3d097652895d','/openmrs/ws/rest/v1/reference-data/drug/161bf86b-9cc8-4d76-9dc9-3d097652895d','drug','2016-05-05 11:13:30',NULL),(660,'4a56f9dd-814a-4653-bff6-cdd2c3f042ba','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/d216a447-508f-4c69-848a-dd05b6aff483','/openmrs/ws/rest/v1/reference-data/drug/d216a447-508f-4c69-848a-dd05b6aff483','drug','2016-05-05 11:13:30',NULL),(661,'af181b8b-04f0-49ec-acec-47780c9dc3c7','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/edbd9dc8-1880-45db-9128-d3f08becd36d','/openmrs/ws/rest/v1/reference-data/drug/edbd9dc8-1880-45db-9128-d3f08becd36d','drug','2016-05-05 11:13:30',NULL),(662,'39b48b42-a930-4261-a09b-35443ccfc942','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/400a3298-5728-4ab8-acdf-46845440643c','/openmrs/ws/rest/v1/reference-data/drug/400a3298-5728-4ab8-acdf-46845440643c','drug','2016-05-05 11:13:30',NULL),(663,'f28bea71-e1fd-4875-8a47-665ae39ec61e','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/69513802-6265-446f-86cd-438b5c7fad04','/openmrs/ws/rest/v1/reference-data/drug/69513802-6265-446f-86cd-438b5c7fad04','drug','2016-05-05 11:13:30',NULL),(664,'3d45aa76-1f96-408b-a4ca-7e5dee3073d7','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/d5a07616-62ff-4eb6-81fa-62446aa734dd','/openmrs/ws/rest/v1/reference-data/drug/d5a07616-62ff-4eb6-81fa-62446aa734dd','drug','2016-05-05 11:13:30',NULL),(665,'15ae7c40-a87a-4a4c-83ca-31c0a0b2e1a2','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/ded3abe1-0cf6-4c39-8beb-0b464eae89b9','/openmrs/ws/rest/v1/reference-data/drug/ded3abe1-0cf6-4c39-8beb-0b464eae89b9','drug','2016-05-05 11:13:30',NULL),(666,'d2c554c2-508b-4f3f-8214-cf4d4f3c23cc','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/9918cac6-1d05-4420-bdb4-92e25413bd80','/openmrs/ws/rest/v1/reference-data/drug/9918cac6-1d05-4420-bdb4-92e25413bd80','drug','2016-05-05 11:13:30',NULL),(667,'c4c585b3-3069-434a-8a07-ad73fc35cf7f','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/020c1d70-b578-4da1-a640-cced0ad7d7a2','/openmrs/ws/rest/v1/reference-data/drug/020c1d70-b578-4da1-a640-cced0ad7d7a2','drug','2016-05-05 11:13:30',NULL),(668,'143f6fdb-1ed9-4ddf-b9bf-080c606c6f4e','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/143f3595-bd3e-4d04-888a-ecd8d945ea6d','/openmrs/ws/rest/v1/reference-data/drug/143f3595-bd3e-4d04-888a-ecd8d945ea6d','drug','2016-05-05 11:13:30',NULL),(669,'f71bff48-c51c-489a-a602-4feb168befcd','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/49d5bb82-27c1-4aef-a55b-79f373ed975b','/openmrs/ws/rest/v1/reference-data/drug/49d5bb82-27c1-4aef-a55b-79f373ed975b','drug','2016-05-05 11:13:30',NULL),(670,'b3b8628e-1ad7-4225-8d8d-519f8446a808','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/50788d16-a65e-497f-bf4a-1370b85174db','/openmrs/ws/rest/v1/reference-data/drug/50788d16-a65e-497f-bf4a-1370b85174db','drug','2016-05-05 11:13:30',NULL),(671,'bcb1f433-07d6-4e20-a88b-a06ae2c269a6','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/09f0b1c3-2c44-4a60-8027-3ebfbb377e47','/openmrs/ws/rest/v1/reference-data/drug/09f0b1c3-2c44-4a60-8027-3ebfbb377e47','drug','2016-05-05 11:13:30',NULL),(672,'5baea0aa-39ff-4b06-8325-9a86cc2ff2fc','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/8cf85756-18b4-4516-a7c4-aa9d8646dc20','/openmrs/ws/rest/v1/reference-data/drug/8cf85756-18b4-4516-a7c4-aa9d8646dc20','drug','2016-05-05 11:13:30',NULL),(673,'dc5a6fa9-d5f8-4589-92a5-886f0e6c1baf','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/c95c2ac2-3abd-4d34-b8e9-3ff56bed8c0e','/openmrs/ws/rest/v1/reference-data/drug/c95c2ac2-3abd-4d34-b8e9-3ff56bed8c0e','drug','2016-05-05 11:13:30',NULL),(674,'16a00758-8d13-424d-8aac-d4eb47cfad90','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/1d3c0d4d-6ce9-459b-a484-044d5403203d','/openmrs/ws/rest/v1/reference-data/drug/1d3c0d4d-6ce9-459b-a484-044d5403203d','drug','2016-05-05 11:13:30',NULL),(675,'2f7c25f0-610c-42ca-bded-c73f0787bf2e','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/5c7b5bbf-5253-43f8-b07e-a8e67a6fb6f7','/openmrs/ws/rest/v1/reference-data/drug/5c7b5bbf-5253-43f8-b07e-a8e67a6fb6f7','drug','2016-05-05 11:13:30',NULL),(676,'9046dd9c-f82b-4f65-9a1e-b3db592a4bd7','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/6ae55958-f43d-489c-80e5-2531424ea4e0','/openmrs/ws/rest/v1/reference-data/drug/6ae55958-f43d-489c-80e5-2531424ea4e0','drug','2016-05-05 11:13:30',NULL),(677,'51a293ad-732d-418a-9385-9ccd0bb078d0','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/41d0803e-7cc5-4dbe-bd9d-7d0623557e20','/openmrs/ws/rest/v1/reference-data/drug/41d0803e-7cc5-4dbe-bd9d-7d0623557e20','drug','2016-05-05 11:13:30',NULL),(678,'94af3be7-4035-4be4-9a6c-ffd2d3c17753','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/5cc9aab9-51ad-4937-9de1-f208f38d8c39','/openmrs/ws/rest/v1/reference-data/drug/5cc9aab9-51ad-4937-9de1-f208f38d8c39','drug','2016-05-05 11:13:30',NULL),(679,'a1c2d119-b402-4d7f-a201-1fc16b83ef00','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/9b200fd6-a3bb-4c3f-9155-f68a216c6983','/openmrs/ws/rest/v1/reference-data/drug/9b200fd6-a3bb-4c3f-9155-f68a216c6983','drug','2016-05-05 11:13:30',NULL),(680,'94b27af6-d849-4475-b777-baa553d6729e','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/cdc2930d-d822-410a-8d7d-533e8081bd10','/openmrs/ws/rest/v1/reference-data/drug/cdc2930d-d822-410a-8d7d-533e8081bd10','drug','2016-05-05 11:13:30',NULL),(681,'6dd00ae2-7d7d-4d1e-a8b1-b227fa6d9335','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/b9e24012-51ce-4251-9b11-1127172cd27e','/openmrs/ws/rest/v1/reference-data/drug/b9e24012-51ce-4251-9b11-1127172cd27e','drug','2016-05-05 11:13:30',NULL),(682,'f53c7155-d758-46f1-8945-4488bfaa0238','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/9fc7d906-74b0-4c3b-b4da-050c6aaeb207','/openmrs/ws/rest/v1/reference-data/drug/9fc7d906-74b0-4c3b-b4da-050c6aaeb207','drug','2016-05-05 11:13:30',NULL),(683,'2bd2597b-4850-456e-87ba-61bc4c8b7cdd','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/d6baa542-9b17-48a5-b8c5-47910be574a5','/openmrs/ws/rest/v1/reference-data/drug/d6baa542-9b17-48a5-b8c5-47910be574a5','drug','2016-05-05 11:13:30',NULL),(684,'c05617d2-8d09-490a-b179-4e566b4653e1','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/62ae129e-89e3-4294-8961-36ff5f70ecc7','/openmrs/ws/rest/v1/reference-data/drug/62ae129e-89e3-4294-8961-36ff5f70ecc7','drug','2016-05-05 11:13:30',NULL),(685,'cbf5e765-50f2-4d04-a5bc-a13a53097356','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/98cac2c0-dc24-4a39-a83f-52f4e83c4fe9','/openmrs/ws/rest/v1/reference-data/drug/98cac2c0-dc24-4a39-a83f-52f4e83c4fe9','drug','2016-05-05 11:13:30',NULL),(686,'0e2bd96d-d55e-448a-b9a1-85b8fc2b9e76','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/98cac2c0-dc24-4a39-a83f-52f4e83c4fe9','/openmrs/ws/rest/v1/reference-data/drug/98cac2c0-dc24-4a39-a83f-52f4e83c4fe9','drug','2016-05-05 11:13:30',NULL),(687,'78691c29-7c53-44f4-b2aa-0224ca0335e3','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/102ed6e5-f7ef-465a-867a-491ea11d2577','/openmrs/ws/rest/v1/reference-data/drug/102ed6e5-f7ef-465a-867a-491ea11d2577','drug','2016-05-05 11:13:30',NULL),(688,'5dbde248-c5a4-4d81-b3d4-71280765cbd2','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/0c35f7d0-5ad8-4197-b5a7-ca347ce77ad3','/openmrs/ws/rest/v1/reference-data/drug/0c35f7d0-5ad8-4197-b5a7-ca347ce77ad3','drug','2016-05-05 11:13:30',NULL),(689,'5770ff3b-2930-485d-998b-0edb8362d446','drug','2015-04-24 09:53:39','/openmrs/ws/rest/v1/reference-data/drug/babd32aa-b288-4567-8d30-c770cde531cb','/openmrs/ws/rest/v1/reference-data/drug/babd32aa-b288-4567-8d30-c770cde531cb','drug','2016-05-05 11:13:30',NULL),(690,'0e892567-ec28-4a91-949e-dba81328892a','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/6189a63f-9869-431c-af3d-04f3bca1e0e5','/openmrs/ws/rest/v1/reference-data/drug/6189a63f-9869-431c-af3d-04f3bca1e0e5','drug','2016-05-05 11:13:30',NULL),(691,'915ffd13-6310-4d52-ba37-481e1c863500','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/3f5857ba-5436-4598-8849-b4b4f926dc4c','/openmrs/ws/rest/v1/reference-data/drug/3f5857ba-5436-4598-8849-b4b4f926dc4c','drug','2016-05-05 11:13:30',NULL),(692,'141eca8b-e443-41ff-8387-270f63c118fb','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/03966798-5c40-4a6e-ac89-178371653df7','/openmrs/ws/rest/v1/reference-data/drug/03966798-5c40-4a6e-ac89-178371653df7','drug','2016-05-05 11:13:30',NULL),(693,'05149c49-62fd-43ab-a592-2a1bbacd9f38','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/d215dcbf-b779-4247-adc7-2a74457a7e8f','/openmrs/ws/rest/v1/reference-data/drug/d215dcbf-b779-4247-adc7-2a74457a7e8f','drug','2016-05-05 11:13:30',NULL),(694,'71295764-ed95-4058-80f3-cb9366e595c8','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/07aa181e-ed75-40e3-9574-31fe47cfc34b','/openmrs/ws/rest/v1/reference-data/drug/07aa181e-ed75-40e3-9574-31fe47cfc34b','drug','2016-05-05 11:13:30',NULL),(695,'0c43cfd6-80e2-4a67-b88f-178dd04fc2b6','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/52ec9ef8-09b5-4b0e-8934-e1a14329224f','/openmrs/ws/rest/v1/reference-data/drug/52ec9ef8-09b5-4b0e-8934-e1a14329224f','drug','2016-05-05 11:13:30',NULL),(696,'89dc9941-4756-4087-a658-649eabee9c4a','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/a4a9fd90-e36e-4bef-907a-4e338a5d4e02','/openmrs/ws/rest/v1/reference-data/drug/a4a9fd90-e36e-4bef-907a-4e338a5d4e02','drug','2016-05-05 11:13:30',NULL),(697,'dc74db29-d14f-4639-abfd-63b8eacb1497','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/e19aa3ab-a7b5-4886-8dd3-e5121acd8a15','/openmrs/ws/rest/v1/reference-data/drug/e19aa3ab-a7b5-4886-8dd3-e5121acd8a15','drug','2016-05-05 11:13:30',NULL),(698,'a815ef1e-8ad8-45b8-80ce-71ed20df2a41','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/1a3387be-dd84-4ea0-80e5-f779e26dc97a','/openmrs/ws/rest/v1/reference-data/drug/1a3387be-dd84-4ea0-80e5-f779e26dc97a','drug','2016-05-05 11:13:30',NULL),(699,'37b666ce-c70e-434a-af03-6cedd71c3b98','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/e74218fc-87f7-4221-919a-8827fbaef2bf','/openmrs/ws/rest/v1/reference-data/drug/e74218fc-87f7-4221-919a-8827fbaef2bf','drug','2016-05-05 11:13:30',NULL),(700,'404a3487-0007-4fbc-b9b9-9150fba9b50d','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/dbfa0fb1-bbd6-4a68-8069-70d733942c28','/openmrs/ws/rest/v1/reference-data/drug/dbfa0fb1-bbd6-4a68-8069-70d733942c28','drug','2016-05-05 11:13:30',NULL),(701,'01a7d889-ff56-46f8-b095-1ce961594415','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/25a8400e-1982-4833-bf9c-73699bdcde9d','/openmrs/ws/rest/v1/reference-data/drug/25a8400e-1982-4833-bf9c-73699bdcde9d','drug','2016-05-05 11:13:30',NULL),(702,'2d8cc009-0e14-469f-a4ea-0aa7484c043f','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/e520369f-7efc-4514-b39f-ef02c66d4ade','/openmrs/ws/rest/v1/reference-data/drug/e520369f-7efc-4514-b39f-ef02c66d4ade','drug','2016-05-05 11:13:30',NULL),(703,'2d30842d-a1df-4a37-91eb-13deb63a2352','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/e94538f2-dca5-47c5-8b44-29e64759a29c','/openmrs/ws/rest/v1/reference-data/drug/e94538f2-dca5-47c5-8b44-29e64759a29c','drug','2016-05-05 11:13:30',NULL),(704,'749eab1c-a1f1-4271-a6c8-4cca3403705e','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/64761efc-dcff-485f-b924-fbb4ec140df2','/openmrs/ws/rest/v1/reference-data/drug/64761efc-dcff-485f-b924-fbb4ec140df2','drug','2016-05-05 11:13:30',NULL),(705,'f3289ee2-d8c8-484e-a843-d60fd1ee910c','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/c9ae6014-99f5-4942-b789-a5771d5451d2','/openmrs/ws/rest/v1/reference-data/drug/c9ae6014-99f5-4942-b789-a5771d5451d2','drug','2016-05-05 11:13:30',NULL),(706,'1abdf8fa-d875-4ed0-8e2e-fe331794fdff','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/ac2ae8b0-27ef-4989-bfd4-cf0b60686758','/openmrs/ws/rest/v1/reference-data/drug/ac2ae8b0-27ef-4989-bfd4-cf0b60686758','drug','2016-05-05 11:13:30',NULL),(707,'868008c4-78fd-4419-9464-767469ffb5a6','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/1fcb7001-65e9-48a8-aeeb-7712336077ee','/openmrs/ws/rest/v1/reference-data/drug/1fcb7001-65e9-48a8-aeeb-7712336077ee','drug','2016-05-05 11:13:30',NULL),(708,'45760d24-794e-41c8-a08b-60a2994cbe51','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/41daff92-3590-4422-a8b6-15902d7fd5c6','/openmrs/ws/rest/v1/reference-data/drug/41daff92-3590-4422-a8b6-15902d7fd5c6','drug','2016-05-05 11:13:30',NULL),(709,'3056148a-951e-435e-af2d-316763b27624','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/41825f3d-e3b4-4f7f-9e01-3ac6f1c2cfc9','/openmrs/ws/rest/v1/reference-data/drug/41825f3d-e3b4-4f7f-9e01-3ac6f1c2cfc9','drug','2016-05-05 11:13:30',NULL),(710,'041255d8-c90f-4d66-9f58-80ee11780ad1','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/25e1d752-7c4b-4629-8329-9921803913cd','/openmrs/ws/rest/v1/reference-data/drug/25e1d752-7c4b-4629-8329-9921803913cd','drug','2016-05-05 11:13:30',NULL),(711,'2ad5ba7e-57eb-404b-8627-66a92df4be6d','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/07b787ea-fbea-41a3-ad0c-bc81ee3428de','/openmrs/ws/rest/v1/reference-data/drug/07b787ea-fbea-41a3-ad0c-bc81ee3428de','drug','2016-05-05 11:13:30',NULL),(712,'44bb5324-c32d-4168-98d6-dabdd7fd8ed5','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/952916ed-55f9-498a-8880-3b69855598ef','/openmrs/ws/rest/v1/reference-data/drug/952916ed-55f9-498a-8880-3b69855598ef','drug','2016-05-05 11:13:30',NULL),(713,'25894d79-c59c-4deb-a471-bbeb90f31652','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/3add5d98-4663-4938-928e-f68e6b71f6eb','/openmrs/ws/rest/v1/reference-data/drug/3add5d98-4663-4938-928e-f68e6b71f6eb','drug','2016-05-05 11:13:30',NULL),(714,'92fe13fb-86d6-4c8d-bf8b-c3476e25fa5f','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/3386d038-35dd-40d6-8df3-724c7d3ab215','/openmrs/ws/rest/v1/reference-data/drug/3386d038-35dd-40d6-8df3-724c7d3ab215','drug','2016-05-05 11:13:30',NULL),(715,'79e5a54c-bcb6-4095-9430-2252894102b5','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/682ebcf5-177e-46c3-b7ea-b514ce5d5710','/openmrs/ws/rest/v1/reference-data/drug/682ebcf5-177e-46c3-b7ea-b514ce5d5710','drug','2016-05-05 11:13:30',NULL),(716,'ecc14fae-ce0b-4ece-ba1a-9ac6bebe48e4','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/df0eaf2e-1a0c-4557-a6be-0aa44f1055ae','/openmrs/ws/rest/v1/reference-data/drug/df0eaf2e-1a0c-4557-a6be-0aa44f1055ae','drug','2016-05-05 11:13:30',NULL),(717,'1f794aac-9366-49c4-8182-76c15ed7681a','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/09ae2261-362f-43ce-afb7-9aa45c78185c','/openmrs/ws/rest/v1/reference-data/drug/09ae2261-362f-43ce-afb7-9aa45c78185c','drug','2016-05-05 11:13:30',NULL),(718,'46f6d1f2-3cd5-4a54-9877-e113a693cac6','drug','2015-04-24 09:53:40','/openmrs/ws/rest/v1/reference-data/drug/aa646486-21f8-4ebc-99ef-f5cf9ad30d8e','/openmrs/ws/rest/v1/reference-data/drug/aa646486-21f8-4ebc-99ef-f5cf9ad30d8e','drug','2016-05-05 11:13:30',NULL),(719,'4746874e-efd6-496d-8086-b9a26d06d9a9','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/99a3dc2a-bc88-4386-8e29-e0123d48cc76','/openmrs/ws/rest/v1/reference-data/drug/99a3dc2a-bc88-4386-8e29-e0123d48cc76','drug','2016-05-05 11:13:30',NULL),(720,'8a02346c-4d3e-4741-8220-23eb22862cd6','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/b6c526ab-ed0c-4b0c-93e2-d89f1dc896dd','/openmrs/ws/rest/v1/reference-data/drug/b6c526ab-ed0c-4b0c-93e2-d89f1dc896dd','drug','2016-05-05 11:13:30',NULL),(721,'cf65c7df-b75e-4c60-b529-18338d8529d1','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/25f08fc1-3d2a-482e-b0bc-a37652c47ee5','/openmrs/ws/rest/v1/reference-data/drug/25f08fc1-3d2a-482e-b0bc-a37652c47ee5','drug','2016-05-05 11:13:30',NULL),(722,'597e33e4-eac4-4e48-9fd1-855b88c71adb','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/542ddce8-57a0-48b2-8512-8afde1c155b9','/openmrs/ws/rest/v1/reference-data/drug/542ddce8-57a0-48b2-8512-8afde1c155b9','drug','2016-05-05 11:13:30',NULL),(723,'d749096a-137e-400b-a028-d49823d03149','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/d967e8d2-3780-46f6-a46a-538fba6de051','/openmrs/ws/rest/v1/reference-data/drug/d967e8d2-3780-46f6-a46a-538fba6de051','drug','2016-05-05 11:13:30',NULL),(724,'ea3a5aeb-d9df-46bb-9814-fcecb8ac3850','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/001b7fe9-6ed1-4d5b-9a1f-f66678a1edc4','/openmrs/ws/rest/v1/reference-data/drug/001b7fe9-6ed1-4d5b-9a1f-f66678a1edc4','drug','2016-05-05 11:13:30',NULL),(725,'59ca63f3-1ad8-408c-b38f-70624aff0c26','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/2cabac2d-3d48-4713-a8e8-cc683c2f4f9a','/openmrs/ws/rest/v1/reference-data/drug/2cabac2d-3d48-4713-a8e8-cc683c2f4f9a','drug','2016-05-05 11:13:30',NULL),(726,'74f8e5a0-c625-42f9-9bf6-70cdb315f433','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/cf7b1b3e-f2e8-45f0-9cf2-3a3de86cd333','/openmrs/ws/rest/v1/reference-data/drug/cf7b1b3e-f2e8-45f0-9cf2-3a3de86cd333','drug','2016-05-05 11:13:30',NULL),(727,'1c4b229e-1921-489c-829e-bcbf05ad2395','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/6b12d20f-3b02-4209-b868-748e61240063','/openmrs/ws/rest/v1/reference-data/drug/6b12d20f-3b02-4209-b868-748e61240063','drug','2016-05-05 11:13:30',NULL),(728,'2926c9a8-60f2-4bf1-96e2-0464af6ac90d','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/58fee33f-fa60-40e2-a5a8-72c4a70e6589','/openmrs/ws/rest/v1/reference-data/drug/58fee33f-fa60-40e2-a5a8-72c4a70e6589','drug','2016-05-05 11:13:30',NULL),(729,'1429fefc-1f9b-49da-8332-cd4a94dae9e1','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/0ed2d479-55fc-485e-a5a3-466d07172f60','/openmrs/ws/rest/v1/reference-data/drug/0ed2d479-55fc-485e-a5a3-466d07172f60','drug','2016-05-05 11:13:30',NULL),(730,'d57c0def-9489-4282-be71-813833148bf6','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/9fd11343-cd89-4b97-ac91-4745ff6d7ed6','/openmrs/ws/rest/v1/reference-data/drug/9fd11343-cd89-4b97-ac91-4745ff6d7ed6','drug','2016-05-05 11:13:30',NULL),(731,'f6190818-8a97-4950-8ec4-d5cb64bf20ef','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/ea72492a-18a1-421d-9bd1-c242c7b58b04','/openmrs/ws/rest/v1/reference-data/drug/ea72492a-18a1-421d-9bd1-c242c7b58b04','drug','2016-05-05 11:13:30',NULL),(732,'5db2eda3-bea6-4e0e-91d5-eec508187bf9','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/40369a94-c0b4-4845-ba91-14d3185a8368','/openmrs/ws/rest/v1/reference-data/drug/40369a94-c0b4-4845-ba91-14d3185a8368','drug','2016-05-05 11:13:30',NULL),(733,'3ab97ea7-d130-4ef9-baa4-15044e633566','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/df7f9793-0cde-4c99-8039-cff0e2150e9c','/openmrs/ws/rest/v1/reference-data/drug/df7f9793-0cde-4c99-8039-cff0e2150e9c','drug','2016-05-05 11:13:30',NULL),(734,'7c30b0a0-d8e9-41c3-90b6-e547895d2853','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/61df30bb-f3bb-4ed0-bb06-990c3835235f','/openmrs/ws/rest/v1/reference-data/drug/61df30bb-f3bb-4ed0-bb06-990c3835235f','drug','2016-05-05 11:13:30',NULL),(735,'7da2fb18-ab04-4740-a0a0-32b3ec893276','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/6f0242cf-1cf2-4c0d-a522-e8628f0cd988','/openmrs/ws/rest/v1/reference-data/drug/6f0242cf-1cf2-4c0d-a522-e8628f0cd988','drug','2016-05-05 11:13:30',NULL),(736,'995f1bb8-fd6e-45e7-bc2a-f4606341a2d3','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/459e44b0-a622-42ed-a1e5-4e6a86c14caa','/openmrs/ws/rest/v1/reference-data/drug/459e44b0-a622-42ed-a1e5-4e6a86c14caa','drug','2016-05-05 11:13:30',NULL),(737,'51da9a99-ce41-4022-a607-013cf8cb97d8','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/d872e96c-24f5-42f0-8218-7eedf972b8ef','/openmrs/ws/rest/v1/reference-data/drug/d872e96c-24f5-42f0-8218-7eedf972b8ef','drug','2016-05-05 11:13:30',NULL),(738,'f064f803-88b6-4c15-a5ed-a29f5cb1f179','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/9c215c96-612d-4392-936c-829c2f9ec3ca','/openmrs/ws/rest/v1/reference-data/drug/9c215c96-612d-4392-936c-829c2f9ec3ca','drug','2016-05-05 11:13:30',NULL),(739,'5fd6c2a2-a7b3-4ac0-81c2-2274f3eea781','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/40cb38e1-0e37-4a01-9ebb-4fb65aa5e64e','/openmrs/ws/rest/v1/reference-data/drug/40cb38e1-0e37-4a01-9ebb-4fb65aa5e64e','drug','2016-05-05 11:13:30',NULL),(740,'0e2dbbd8-8380-4994-8293-394e4c600419','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/f325d004-7311-4423-8022-524b4cf563be','/openmrs/ws/rest/v1/reference-data/drug/f325d004-7311-4423-8022-524b4cf563be','drug','2016-05-05 11:13:30',NULL),(741,'4eabf58c-0524-411b-8dc9-bcd81895baa0','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/5c56f0bf-0ac7-4bdd-abd6-dd3ee366b40d','/openmrs/ws/rest/v1/reference-data/drug/5c56f0bf-0ac7-4bdd-abd6-dd3ee366b40d','drug','2016-05-05 11:13:30',NULL),(742,'ab221c12-11ea-4901-9f34-101475f2e350','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/2d366f8b-b89b-47b9-9392-3a302426568a','/openmrs/ws/rest/v1/reference-data/drug/2d366f8b-b89b-47b9-9392-3a302426568a','drug','2016-05-05 11:13:30',NULL),(743,'20debbab-94c8-4ff5-b5b9-3b2a4bcdf1af','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/117000ac-0cd7-46d9-9186-53a1dc097e9d','/openmrs/ws/rest/v1/reference-data/drug/117000ac-0cd7-46d9-9186-53a1dc097e9d','drug','2016-05-05 11:13:30',NULL),(744,'7794076c-4cd6-4dcd-ac17-15511055bbb1','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/36b64c0a-e63a-4928-9f4a-cbed676555ad','/openmrs/ws/rest/v1/reference-data/drug/36b64c0a-e63a-4928-9f4a-cbed676555ad','drug','2016-05-05 11:13:30',NULL),(745,'4e3ca270-8eaf-46c6-b672-21a6865f8b76','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/19e70445-1a5b-4115-83b9-a0be6219f62c','/openmrs/ws/rest/v1/reference-data/drug/19e70445-1a5b-4115-83b9-a0be6219f62c','drug','2016-05-05 11:13:30',NULL),(746,'94b2ca67-320a-4ddc-bd5e-fc0db2e33906','drug','2015-04-24 09:53:41','/openmrs/ws/rest/v1/reference-data/drug/158c0267-1410-4e5d-9e83-834915eeedb3','/openmrs/ws/rest/v1/reference-data/drug/158c0267-1410-4e5d-9e83-834915eeedb3','drug','2016-05-05 11:13:30',NULL),(747,'37315ca6-b4cd-46b9-a3d4-c969b4147456','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/493376c9-197d-4356-9407-69df7ca8bcc5','/openmrs/ws/rest/v1/reference-data/drug/493376c9-197d-4356-9407-69df7ca8bcc5','drug','2016-05-05 11:13:30',NULL),(748,'e2f4411c-c332-460d-ab31-018245874c3d','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/cbcfcd08-f820-4493-bf60-7245cff7f5e0','/openmrs/ws/rest/v1/reference-data/drug/cbcfcd08-f820-4493-bf60-7245cff7f5e0','drug','2016-05-05 11:13:30',NULL),(749,'1d01358f-157d-4d99-a88d-6c1f6e29e4cc','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/b3339714-2a6c-4a6d-8157-17c7c17caa3a','/openmrs/ws/rest/v1/reference-data/drug/b3339714-2a6c-4a6d-8157-17c7c17caa3a','drug','2016-05-05 11:13:30',NULL),(750,'ed95d684-5cdf-451f-ada1-cc25bcca1954','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/b90aefdb-0f7b-422e-ae5f-2cf20b4dd9f2','/openmrs/ws/rest/v1/reference-data/drug/b90aefdb-0f7b-422e-ae5f-2cf20b4dd9f2','drug','2016-05-05 11:13:30',NULL),(751,'7290d1d9-2038-4ef3-abf4-a50493a2b824','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/671ddb89-a30c-46e8-9f0c-5663714267d4','/openmrs/ws/rest/v1/reference-data/drug/671ddb89-a30c-46e8-9f0c-5663714267d4','drug','2016-05-05 11:13:30',NULL),(752,'b8dd96e9-1891-45e4-9237-f5f2064c0db8','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/8563f7f6-c166-41df-b734-5024668e4c34','/openmrs/ws/rest/v1/reference-data/drug/8563f7f6-c166-41df-b734-5024668e4c34','drug','2016-05-05 11:13:30',NULL),(753,'69c9e798-2060-436c-95f9-42619e1f00b0','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/931c6217-3a9d-4a15-8ee9-f3a5f31b6177','/openmrs/ws/rest/v1/reference-data/drug/931c6217-3a9d-4a15-8ee9-f3a5f31b6177','drug','2016-05-05 11:13:30',NULL),(754,'2f027631-29da-4101-9906-8afbbac6965e','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/f38745fd-36b3-46e6-8c74-ddc661eff4d4','/openmrs/ws/rest/v1/reference-data/drug/f38745fd-36b3-46e6-8c74-ddc661eff4d4','drug','2016-05-05 11:13:30',NULL),(755,'bccc362e-f213-4d97-be98-77cb3d8a6572','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/a41fb68b-e6b9-4486-b59b-1df529c2f2e5','/openmrs/ws/rest/v1/reference-data/drug/a41fb68b-e6b9-4486-b59b-1df529c2f2e5','drug','2016-05-05 11:13:30',NULL),(756,'0c111c79-8bf7-4993-bc58-31a571449a9a','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/26087d7b-3658-4dd4-a7dd-b6866e6fef37','/openmrs/ws/rest/v1/reference-data/drug/26087d7b-3658-4dd4-a7dd-b6866e6fef37','drug','2016-05-05 11:13:30',NULL),(757,'29c4e2cd-8ebb-4203-a34d-053582c473c8','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/f5f8642f-4937-49da-9c42-db483b5a1913','/openmrs/ws/rest/v1/reference-data/drug/f5f8642f-4937-49da-9c42-db483b5a1913','drug','2016-05-05 11:13:30',NULL),(758,'90abc134-52b2-4c72-a318-ba49f8bbd52f','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/426a12c4-bbbd-42b4-9c84-fd4b06fa5b04','/openmrs/ws/rest/v1/reference-data/drug/426a12c4-bbbd-42b4-9c84-fd4b06fa5b04','drug','2016-05-05 11:13:30',NULL),(759,'a3145dfc-d678-4d4a-bc37-1748987471f6','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/a1530be1-377a-4e5d-be6e-07aa16e737fa','/openmrs/ws/rest/v1/reference-data/drug/a1530be1-377a-4e5d-be6e-07aa16e737fa','drug','2016-05-05 11:13:30',NULL),(760,'78e6ecd3-ca28-4cab-b9c5-5ed1ba3c0c2d','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/e9a48988-9b56-4698-9f4d-a34c87ebd53d','/openmrs/ws/rest/v1/reference-data/drug/e9a48988-9b56-4698-9f4d-a34c87ebd53d','drug','2016-05-05 11:13:30',NULL),(761,'97380728-17cd-4f64-bfee-22c6df3e9247','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/deca612f-1ac5-44e3-a981-1d74d76fa644','/openmrs/ws/rest/v1/reference-data/drug/deca612f-1ac5-44e3-a981-1d74d76fa644','drug','2016-05-05 11:13:30',NULL),(762,'8bb028d7-27c1-40ef-9beb-71e0d0419e7a','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/726be409-6537-4609-9986-0e87a8d99480','/openmrs/ws/rest/v1/reference-data/drug/726be409-6537-4609-9986-0e87a8d99480','drug','2016-05-05 11:13:30',NULL),(763,'b7dfc246-cb1f-4f89-8467-7b17499c5d39','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/714bf114-866d-4e36-b8d2-3d8ff918f28e','/openmrs/ws/rest/v1/reference-data/drug/714bf114-866d-4e36-b8d2-3d8ff918f28e','drug','2016-05-05 11:13:30',NULL),(764,'d434e1c2-8783-4ee7-8649-1b5999d9cecc','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/b598cea2-495b-494d-a4c1-d235ab066ba1','/openmrs/ws/rest/v1/reference-data/drug/b598cea2-495b-494d-a4c1-d235ab066ba1','drug','2016-05-05 11:13:30',NULL),(765,'4d13b5ed-8efd-411a-b65d-e6fb5fce87c5','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/8e981645-3e28-4b33-bdaf-1173bc497638','/openmrs/ws/rest/v1/reference-data/drug/8e981645-3e28-4b33-bdaf-1173bc497638','drug','2016-05-05 11:13:30',NULL),(766,'909dee39-b27e-4fe4-81b7-76069ed407c6','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/1bf01f6c-a49f-4791-8382-09fb5aa804c6','/openmrs/ws/rest/v1/reference-data/drug/1bf01f6c-a49f-4791-8382-09fb5aa804c6','drug','2016-05-05 11:13:30',NULL),(767,'125ef50e-2739-44f3-b1b6-4a21078fd08a','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/cbc6d51d-5372-4f14-9588-1ea120f0802e','/openmrs/ws/rest/v1/reference-data/drug/cbc6d51d-5372-4f14-9588-1ea120f0802e','drug','2016-05-05 11:13:30',NULL),(768,'ad53ec19-271b-455d-9857-f990b0058cfd','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/0bb28f24-1267-43d0-8fb8-9023a3c44e44','/openmrs/ws/rest/v1/reference-data/drug/0bb28f24-1267-43d0-8fb8-9023a3c44e44','drug','2016-05-05 11:13:30',NULL),(769,'ab79693e-809f-469f-b18b-c6976c17ac72','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/f1b1b5e4-eca3-46b6-9baf-38cfdab96906','/openmrs/ws/rest/v1/reference-data/drug/f1b1b5e4-eca3-46b6-9baf-38cfdab96906','drug','2016-05-05 11:13:30',NULL),(770,'7e6c20b9-b41c-481f-bbe9-d31463375a6a','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/f697704d-fe8f-45d4-bde5-99e5bd397291','/openmrs/ws/rest/v1/reference-data/drug/f697704d-fe8f-45d4-bde5-99e5bd397291','drug','2016-05-05 11:13:30',NULL),(771,'3b48d648-7f30-48c7-9431-e8e2e0503ab1','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/66a4ed3a-f318-4460-ab3c-8abd9bd5e45b','/openmrs/ws/rest/v1/reference-data/drug/66a4ed3a-f318-4460-ab3c-8abd9bd5e45b','drug','2016-05-05 11:13:30',NULL),(772,'1cd63c3b-094f-459b-86e3-690bdfae2800','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/f426a9f9-00df-4efa-b37a-dc02edda9e04','/openmrs/ws/rest/v1/reference-data/drug/f426a9f9-00df-4efa-b37a-dc02edda9e04','drug','2016-05-05 11:13:30',NULL),(773,'393a0e60-50a7-4d58-bdf5-d97d5cf53039','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/2ca78e05-7753-4ac1-9631-c1ba42443369','/openmrs/ws/rest/v1/reference-data/drug/2ca78e05-7753-4ac1-9631-c1ba42443369','drug','2016-05-05 11:13:30',NULL),(774,'bb0f9d09-c43e-4abb-89e5-0eb17a34620f','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/46c4078f-b1f3-4b08-8c81-cdc7562cef79','/openmrs/ws/rest/v1/reference-data/drug/46c4078f-b1f3-4b08-8c81-cdc7562cef79','drug','2016-05-05 11:13:30',NULL),(775,'1fd6ad77-62cc-4daf-bc23-c0ea580b7d06','drug','2015-04-24 09:53:42','/openmrs/ws/rest/v1/reference-data/drug/12830e9e-a3e3-4d4e-9dd9-216dafbcdc59','/openmrs/ws/rest/v1/reference-data/drug/12830e9e-a3e3-4d4e-9dd9-216dafbcdc59','drug','2016-05-05 11:13:30',NULL),(776,'67af62f5-0be7-469b-82d4-44d017b06edb','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/091240a8-befd-4f9e-9078-00a24f2e14d7','/openmrs/ws/rest/v1/reference-data/drug/091240a8-befd-4f9e-9078-00a24f2e14d7','drug','2016-05-05 11:13:30',NULL),(777,'f9941a77-b5fd-471c-8537-5a437d7f9753','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/7138c78b-d7bf-4b3e-84de-ec88ee7bf71b','/openmrs/ws/rest/v1/reference-data/drug/7138c78b-d7bf-4b3e-84de-ec88ee7bf71b','drug','2016-05-05 11:13:30',NULL),(778,'9c410827-d93c-4be3-8762-ca64d83fdd20','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/461a6fc0-b765-414e-b63c-af93f01aee73','/openmrs/ws/rest/v1/reference-data/drug/461a6fc0-b765-414e-b63c-af93f01aee73','drug','2016-05-05 11:13:30',NULL),(779,'58a201a9-ae02-46a4-938e-4d18e4d0fbcc','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/edd3057f-0c8b-4be5-9ca0-a9f1072dfa6e','/openmrs/ws/rest/v1/reference-data/drug/edd3057f-0c8b-4be5-9ca0-a9f1072dfa6e','drug','2016-05-05 11:13:30',NULL),(780,'a3cdda38-f10f-439a-9cfb-cc15bbc06048','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/620dfba4-2487-4cbd-9828-468efbc0cfcb','/openmrs/ws/rest/v1/reference-data/drug/620dfba4-2487-4cbd-9828-468efbc0cfcb','drug','2016-05-05 11:13:30',NULL),(781,'ba41c54f-498a-4768-94a6-c698b9040149','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/02c41e3f-dab9-4a36-a15c-dfce329f33b2','/openmrs/ws/rest/v1/reference-data/drug/02c41e3f-dab9-4a36-a15c-dfce329f33b2','drug','2016-05-05 11:13:30',NULL),(782,'38f6227e-73e1-42ad-8702-cf81cb65c214','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/6e592d7b-b990-4b40-8ed9-5e58eb9fdaa2','/openmrs/ws/rest/v1/reference-data/drug/6e592d7b-b990-4b40-8ed9-5e58eb9fdaa2','drug','2016-05-05 11:13:30',NULL),(783,'ab8f1bea-0862-453e-9108-b8c7035e300e','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/d5461847-7b9b-4644-a8cd-aa5690c8784d','/openmrs/ws/rest/v1/reference-data/drug/d5461847-7b9b-4644-a8cd-aa5690c8784d','drug','2016-05-05 11:13:30',NULL),(784,'3afbccc2-20a5-4876-9e01-339cc08d8ac3','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/1389d95c-9d5c-49ea-99e0-d5b821053473','/openmrs/ws/rest/v1/reference-data/drug/1389d95c-9d5c-49ea-99e0-d5b821053473','drug','2016-05-05 11:13:30',NULL),(785,'572233e1-a77b-43c9-8a2e-197475c54b9b','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/67f94a67-84f3-4ef2-9c03-aaf9ff952c7c','/openmrs/ws/rest/v1/reference-data/drug/67f94a67-84f3-4ef2-9c03-aaf9ff952c7c','drug','2016-05-05 11:13:30',NULL),(786,'328de704-5fbd-4a60-8a0f-f64543e30a5c','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/23d612ae-cf93-4e64-921d-6c4a69033e9c','/openmrs/ws/rest/v1/reference-data/drug/23d612ae-cf93-4e64-921d-6c4a69033e9c','drug','2016-05-05 11:13:30',NULL),(787,'22fba6d6-43c0-436c-ac63-a83bc458b626','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/1bea55dc-05b1-455a-b7cf-bb9750e41717','/openmrs/ws/rest/v1/reference-data/drug/1bea55dc-05b1-455a-b7cf-bb9750e41717','drug','2016-05-05 11:13:30',NULL),(788,'fc5bcecc-c1a3-4976-a673-16233edb84fc','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/da2dd3b5-ad47-40f9-96ef-28e1d6cb93c8','/openmrs/ws/rest/v1/reference-data/drug/da2dd3b5-ad47-40f9-96ef-28e1d6cb93c8','drug','2016-05-05 11:13:30',NULL),(789,'4a4e370a-b0b5-4e59-9ade-30b29eccc9f8','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/3500d335-09b7-46a7-8b2c-bd24075d97f9','/openmrs/ws/rest/v1/reference-data/drug/3500d335-09b7-46a7-8b2c-bd24075d97f9','drug','2016-05-05 11:13:30',NULL),(790,'53425485-b5cd-4b79-97f8-7abfb821d1e7','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/9d43683a-1c21-4987-b66b-c93a7e30e984','/openmrs/ws/rest/v1/reference-data/drug/9d43683a-1c21-4987-b66b-c93a7e30e984','drug','2016-05-05 11:13:30',NULL),(791,'80fe0ab1-aa7f-4480-adf0-4b74969d70b6','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/99d324ec-e644-46dd-9a4b-883e63b2b16b','/openmrs/ws/rest/v1/reference-data/drug/99d324ec-e644-46dd-9a4b-883e63b2b16b','drug','2016-05-05 11:13:30',NULL),(792,'aa480ff4-a4d6-4d87-be24-636b98900176','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/9a42f5fc-c722-4868-87a6-a89995fde5ce','/openmrs/ws/rest/v1/reference-data/drug/9a42f5fc-c722-4868-87a6-a89995fde5ce','drug','2016-05-05 11:13:30',NULL),(793,'4fec261f-0a60-4bcb-a44e-ffe32e9de463','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/a2a5b68b-307d-4ca5-902b-3a02f0b879c4','/openmrs/ws/rest/v1/reference-data/drug/a2a5b68b-307d-4ca5-902b-3a02f0b879c4','drug','2016-05-05 11:13:30',NULL),(794,'99a36b96-3ef0-4454-93d0-f1a003c043f7','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/8bdc487a-87dd-4a1d-9d9d-4d0dad32bcca','/openmrs/ws/rest/v1/reference-data/drug/8bdc487a-87dd-4a1d-9d9d-4d0dad32bcca','drug','2016-05-05 11:13:30',NULL),(795,'4dda2214-18f4-4d64-af44-248c55a6dfda','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/cbd6e223-764b-4f6e-8669-a17b310d790b','/openmrs/ws/rest/v1/reference-data/drug/cbd6e223-764b-4f6e-8669-a17b310d790b','drug','2016-05-05 11:13:30',NULL),(796,'0e953276-64c4-4579-aab6-ae2c37a30a4c','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/85244fc8-fe83-4cee-ba95-3ec6026ddd91','/openmrs/ws/rest/v1/reference-data/drug/85244fc8-fe83-4cee-ba95-3ec6026ddd91','drug','2016-05-05 11:13:30',NULL),(797,'1b17a104-67ac-4c0b-b398-b7e89a66984a','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/66287a36-bd49-4d40-95db-23eaa703c92f','/openmrs/ws/rest/v1/reference-data/drug/66287a36-bd49-4d40-95db-23eaa703c92f','drug','2016-05-05 11:13:30',NULL),(798,'446da54a-1435-491e-8ed2-b4cba83f7a64','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/8df86c38-57dd-4f42-a73e-bcd126f09878','/openmrs/ws/rest/v1/reference-data/drug/8df86c38-57dd-4f42-a73e-bcd126f09878','drug','2016-05-05 11:13:30',NULL),(799,'3c410809-a81f-4b8e-9bf2-5f6ea8ed39e1','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/875a788e-0aea-4bf5-a461-5a789d1aa89a','/openmrs/ws/rest/v1/reference-data/drug/875a788e-0aea-4bf5-a461-5a789d1aa89a','drug','2016-05-05 11:13:30',NULL),(800,'e96a6181-70be-4cc5-bba0-c1f06c74c65e','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/812bbc1c-7e1e-4e8e-a0ea-d9fb79f67471','/openmrs/ws/rest/v1/reference-data/drug/812bbc1c-7e1e-4e8e-a0ea-d9fb79f67471','drug','2016-05-05 11:13:30',NULL),(801,'b92dc16d-b5db-437f-b333-2627c425177d','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/0b21536f-c058-442b-8da0-9bd4cdbfc678','/openmrs/ws/rest/v1/reference-data/drug/0b21536f-c058-442b-8da0-9bd4cdbfc678','drug','2016-05-05 11:13:30',NULL),(802,'caffca95-0589-4435-8e22-2d38c8fe0a55','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/a16d3b60-2b11-4c14-a3bc-977a0b13f739','/openmrs/ws/rest/v1/reference-data/drug/a16d3b60-2b11-4c14-a3bc-977a0b13f739','drug','2016-05-05 11:13:30',NULL),(803,'7425dda0-27a8-4e58-9c9a-f11b5bbdcd60','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/d4012286-19e4-4fde-bc5c-a8600693255d','/openmrs/ws/rest/v1/reference-data/drug/d4012286-19e4-4fde-bc5c-a8600693255d','drug','2016-05-05 11:13:30',NULL),(804,'17180220-b0e4-4207-80fc-f9ed655c99bd','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/61127404-ff7d-407d-8917-b0344c3480e2','/openmrs/ws/rest/v1/reference-data/drug/61127404-ff7d-407d-8917-b0344c3480e2','drug','2016-05-05 11:13:30',NULL),(805,'517ade6b-eaa4-403f-a0cc-f13dc72432e6','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/20705748-56fa-46a1-8aa7-436755adf5f2','/openmrs/ws/rest/v1/reference-data/drug/20705748-56fa-46a1-8aa7-436755adf5f2','drug','2016-05-05 11:13:30',NULL),(806,'75b111a0-399e-49fb-8718-b569251cf24e','drug','2015-04-24 09:53:43','/openmrs/ws/rest/v1/reference-data/drug/ddd8e904-1f1a-4ca2-b225-f72b3f890234','/openmrs/ws/rest/v1/reference-data/drug/ddd8e904-1f1a-4ca2-b225-f72b3f890234','drug','2016-05-05 11:13:30',NULL),(807,'9a8d1b60-20d8-49a2-b840-76c5faef188f','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/9ad240f9-e9f8-4c76-9b8f-a9f17dbe00c4','/openmrs/ws/rest/v1/reference-data/drug/9ad240f9-e9f8-4c76-9b8f-a9f17dbe00c4','drug','2016-05-05 11:13:30',NULL),(808,'85f4acbd-f73d-41f2-97c9-8cdc52f93f02','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/24d45bf3-e736-449d-9e8c-5dbe37992552','/openmrs/ws/rest/v1/reference-data/drug/24d45bf3-e736-449d-9e8c-5dbe37992552','drug','2016-05-05 11:13:30',NULL),(809,'170aec39-29be-4315-872d-d99eae12f17f','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/bf2c8cf4-7cf5-4f7c-a05c-a75471443e33','/openmrs/ws/rest/v1/reference-data/drug/bf2c8cf4-7cf5-4f7c-a05c-a75471443e33','drug','2016-05-05 11:13:30',NULL),(810,'16439ef3-d8ec-475f-bb47-8977bc995740','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/750a0804-ef09-48e6-bc47-cb1adba5c361','/openmrs/ws/rest/v1/reference-data/drug/750a0804-ef09-48e6-bc47-cb1adba5c361','drug','2016-05-05 11:13:30',NULL),(811,'96f1280f-c688-46fd-9972-0b51f34e515b','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/3703b411-8228-4435-afd1-8c07d17ab516','/openmrs/ws/rest/v1/reference-data/drug/3703b411-8228-4435-afd1-8c07d17ab516','drug','2016-05-05 11:13:30',NULL),(812,'33f60951-690b-4776-aa43-b415ea8cd687','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/6497eb1f-d973-4a05-8758-721a602c11ac','/openmrs/ws/rest/v1/reference-data/drug/6497eb1f-d973-4a05-8758-721a602c11ac','drug','2016-05-05 11:13:30',NULL),(813,'2e3c1190-b834-408c-a2f8-dbefcde474f3','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/d2e078ca-2faf-4494-9521-ef91095bdfa9','/openmrs/ws/rest/v1/reference-data/drug/d2e078ca-2faf-4494-9521-ef91095bdfa9','drug','2016-05-05 11:13:30',NULL),(814,'3ed8a01a-94ac-4be4-9dee-4965eaacb1bf','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/92de23ea-fb39-4f8f-93ad-9080f39b9662','/openmrs/ws/rest/v1/reference-data/drug/92de23ea-fb39-4f8f-93ad-9080f39b9662','drug','2016-05-05 11:13:30',NULL),(815,'ba6c0341-4973-439a-9ba1-852203db1867','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/fe8be1ef-72c1-4acf-aa18-70dd3a82c514','/openmrs/ws/rest/v1/reference-data/drug/fe8be1ef-72c1-4acf-aa18-70dd3a82c514','drug','2016-05-05 11:13:30',NULL),(816,'96fd5588-be82-4cce-8c07-7d9aeb8a0dd3','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/db08bda6-2b73-4b0e-8a7c-0226614a0cda','/openmrs/ws/rest/v1/reference-data/drug/db08bda6-2b73-4b0e-8a7c-0226614a0cda','drug','2016-05-05 11:13:30',NULL),(817,'18137d9f-7a43-42bf-bfd2-e5dcbab13e82','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/1b0d3eb4-9527-40eb-865d-73aac2e60103','/openmrs/ws/rest/v1/reference-data/drug/1b0d3eb4-9527-40eb-865d-73aac2e60103','drug','2016-05-05 11:13:30',NULL),(818,'d274230c-f3e1-4d9c-a452-6d1df9ffe552','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/30bed331-65f3-43c1-866e-9eb1256a1675','/openmrs/ws/rest/v1/reference-data/drug/30bed331-65f3-43c1-866e-9eb1256a1675','drug','2016-05-05 11:13:30',NULL),(819,'0d72e6ca-65c0-4c44-ad36-b9adadd5f956','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/3bcf37d3-eb43-4884-aabb-4f4483cf918d','/openmrs/ws/rest/v1/reference-data/drug/3bcf37d3-eb43-4884-aabb-4f4483cf918d','drug','2016-05-05 11:13:30',NULL),(820,'cc8b4c04-3113-4b7a-abdb-fffc56cba1ac','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/f7bbb234-1fd7-4834-baa7-7d09792280f7','/openmrs/ws/rest/v1/reference-data/drug/f7bbb234-1fd7-4834-baa7-7d09792280f7','drug','2016-05-05 11:13:30',NULL),(821,'7de3b7e0-6d93-48ec-bad3-e6c8cf268505','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/363f5156-6bf4-421d-8754-3fc8cfdcc32f','/openmrs/ws/rest/v1/reference-data/drug/363f5156-6bf4-421d-8754-3fc8cfdcc32f','drug','2016-05-05 11:13:30',NULL),(822,'17be5f36-74dc-472d-b2a5-0817fb971782','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/6ac54756-e8b6-4bd8-a9bb-480204b63cdc','/openmrs/ws/rest/v1/reference-data/drug/6ac54756-e8b6-4bd8-a9bb-480204b63cdc','drug','2016-05-05 11:13:30',NULL),(823,'58cb0ada-c687-4e40-9cb5-e395f3615ad0','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/1e653650-9d1b-4f95-864c-2cea6b52b3d6','/openmrs/ws/rest/v1/reference-data/drug/1e653650-9d1b-4f95-864c-2cea6b52b3d6','drug','2016-05-05 11:13:30',NULL),(824,'f7bd3878-c899-4a6e-8e67-a73eadc88b0f','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/a3c4e7cb-dad4-4a98-afe1-b865f8179489','/openmrs/ws/rest/v1/reference-data/drug/a3c4e7cb-dad4-4a98-afe1-b865f8179489','drug','2016-05-05 11:13:30',NULL),(825,'311e7bdb-2cb3-4725-abdf-44b6ddfb7bf6','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/aa9b6034-5d2f-45d0-95a6-1d532959f7a9','/openmrs/ws/rest/v1/reference-data/drug/aa9b6034-5d2f-45d0-95a6-1d532959f7a9','drug','2016-05-05 11:13:30',NULL),(826,'de324d39-64fb-4fe6-b301-d8ed69716d4e','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/b7af7a02-b428-44ed-92f8-f0e25d7809c4','/openmrs/ws/rest/v1/reference-data/drug/b7af7a02-b428-44ed-92f8-f0e25d7809c4','drug','2016-05-05 11:13:30',NULL),(827,'cf7cfd06-071d-436c-9b60-8b17d5e83436','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/485fc151-9541-4f7b-b298-e9f1e4efa573','/openmrs/ws/rest/v1/reference-data/drug/485fc151-9541-4f7b-b298-e9f1e4efa573','drug','2016-05-05 11:13:30',NULL),(828,'08437efc-55f5-4658-8457-00a7d0e8babd','drug','2015-04-24 09:53:44','/openmrs/ws/rest/v1/reference-data/drug/c6a1d4e4-563a-4392-af58-e38d0e0308ee','/openmrs/ws/rest/v1/reference-data/drug/c6a1d4e4-563a-4392-af58-e38d0e0308ee','drug','2016-05-05 11:13:30',NULL),(858,'c6d7ff89-c248-41b9-b6a3-4fc36ee56c8b','drug','2015-05-04 08:52:38','/openmrs/ws/rest/v1/reference-data/drug/5d3aa389-a44e-410d-9525-30af971b096c','/openmrs/ws/rest/v1/reference-data/drug/5d3aa389-a44e-410d-9525-30af971b096c','drug','2016-05-05 11:13:30',NULL),(859,'89de3348-fcaa-48c6-b31a-2bc8dbab3428','drug','2015-05-04 09:01:19','/openmrs/ws/rest/v1/reference-data/drug/5d3aa389-a44e-410d-9525-30af971b096c','/openmrs/ws/rest/v1/reference-data/drug/5d3aa389-a44e-410d-9525-30af971b096c','drug','2016-05-05 11:13:30',NULL),(862,'ee0be4fc-3131-4494-8c4f-25e6d00ba79a','test','2015-05-04 09:22:35','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','lab','2016-05-05 11:13:30',NULL),(863,'c19c70ac-a7b7-4731-b3cf-3c33d83b9aaa','test','2015-05-04 09:24:30','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','lab','2016-05-05 11:13:30',NULL),(864,'40701149-8f52-4b7c-b8e9-2d6b6461f7dc','test','2015-05-04 09:25:17','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','lab','2016-05-05 11:13:30',NULL),(865,'8b8405ea-404c-4cae-9148-da50b5bc391a','test','2015-05-04 09:27:35','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2016-05-05 11:13:30',NULL),(866,'957a4843-8c9c-48f4-bd91-b7582c2a691d','test','2015-05-04 09:33:03','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','lab','2016-05-05 11:13:30',NULL),(867,'b778209d-cfe4-4a1a-a807-76c10fa8efba','test','2015-05-04 09:33:30','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','lab','2016-05-05 11:13:30',NULL),(868,'a10a455d-04b8-405d-bfe6-63d1ceb40f52','test','2015-05-04 09:33:46','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2016-05-05 11:13:30',NULL),(869,'46d29cd9-e2b2-4e9f-8d86-5e343a3f4813','test','2015-05-04 09:59:57','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2016-05-05 11:13:30',NULL),(870,'2aa4b700-0f73-437a-b5b3-5662422f02da','test','2015-05-04 10:20:16','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2016-05-05 11:13:30',NULL),(871,'a63dc828-02e5-41f7-8ab1-0bf7089ab297','test','2015-05-04 10:23:21','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2016-05-05 11:13:30',NULL),(872,'4e7aead7-ba53-4c1f-8c17-3c5651035b1b','sample','2015-05-04 10:23:47','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2016-05-05 11:13:30',NULL),(873,'c3eafa87-a829-40e0-8189-cb320ad30284','test','2015-05-04 10:25:15','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','lab','2016-05-05 11:13:30',NULL),(874,'7b4c71ee-3535-4683-8cc5-157ae9c9abde','sample','2015-05-04 10:25:59','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2016-05-05 11:13:30',NULL),(875,'76edc685-ffdf-452b-a2e8-544271ded860','test','2015-05-04 10:26:11','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','lab','2016-05-05 11:13:30',NULL),(876,'5e127d73-511f-4bb7-94dd-455542f6bceb','test','2015-05-04 10:32:18','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','lab','2016-05-05 11:13:30',NULL),(877,'7bba9cdb-a8e2-4f4e-9229-97c74fedbce6','test','2015-05-04 10:33:27','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','lab','2016-05-05 11:13:30',NULL),(878,'b344b6ab-6b01-4663-9087-31e6abd42152','test','2015-05-04 10:34:32','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2016-05-05 11:13:30',NULL),(972,'31101a8a-1dbc-4361-906b-343035ff80cf','panel','2015-05-19 06:32:10','/openmrs/ws/rest/v1/reference-data/panel/552b32c8-13fa-459e-8757-992935ccde93','/openmrs/ws/rest/v1/reference-data/panel/552b32c8-13fa-459e-8757-992935ccde93','lab','2016-05-05 11:13:30',NULL),(973,'a6be29ad-5a68-4404-9f20-e9ec43452cd4','panel','2015-05-19 06:33:24','/openmrs/ws/rest/v1/reference-data/panel/12f404d7-7615-412d-abb8-9273608c12e5','/openmrs/ws/rest/v1/reference-data/panel/12f404d7-7615-412d-abb8-9273608c12e5','lab','2016-05-05 11:13:30',NULL),(975,'6b850f50-ebde-48f1-9d27-4106df899374','panel','2015-05-19 06:58:11','/openmrs/ws/rest/v1/reference-data/panel/552b32c8-13fa-459e-8757-992935ccde93','/openmrs/ws/rest/v1/reference-data/panel/552b32c8-13fa-459e-8757-992935ccde93','lab','2016-05-05 11:13:30',NULL),(976,'66bc28d6-fde3-4300-8846-2df66be1b2d0','panel','2015-05-19 06:59:10','/openmrs/ws/rest/v1/reference-data/panel/12f404d7-7615-412d-abb8-9273608c12e5','/openmrs/ws/rest/v1/reference-data/panel/12f404d7-7615-412d-abb8-9273608c12e5','lab','2016-05-05 11:13:30',NULL),(992,'afb064cd-679b-40f7-b362-2f02516b116a','drug','2015-05-24 12:01:08','/openmrs/ws/rest/v1/reference-data/drug/c086af09-21b0-4b23-a603-a5644b1081f0','/openmrs/ws/rest/v1/reference-data/drug/c086af09-21b0-4b23-a603-a5644b1081f0','drug','2016-05-05 11:13:30',NULL),(993,'d0e0f782-9026-45aa-953a-8b01d0954434','drug','2015-05-24 12:16:16','/openmrs/ws/rest/v1/reference-data/drug/c086af09-21b0-4b23-a603-a5644b1081f0','/openmrs/ws/rest/v1/reference-data/drug/c086af09-21b0-4b23-a603-a5644b1081f0','drug','2016-05-05 11:13:30',NULL),(1000,'77f8f570-a694-40bb-b70a-ba98fabc6389','test','2015-05-27 05:33:44','/openmrs/ws/rest/v1/reference-data/test/6edf9813-871f-4a78-a90a-a18096b2fe20','/openmrs/ws/rest/v1/reference-data/test/6edf9813-871f-4a78-a90a-a18096b2fe20','lab','2016-05-05 11:13:30',NULL),(1001,'b7981f26-0de9-4872-8afd-b2e1e0cc3188','test','2015-05-27 05:34:13','/openmrs/ws/rest/v1/reference-data/test/6d9e3d9f-4a25-4afd-b171-c1957dbcc88a','/openmrs/ws/rest/v1/reference-data/test/6d9e3d9f-4a25-4afd-b171-c1957dbcc88a','lab','2016-05-05 11:13:30',NULL),(1076,'df65993e-ef4d-4a9a-8266-9b3efe539172','radiology','2016-11-14 07:06:20','/openmrs/ws/rest/v1/reference-data/radiology/c3cce850-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3cce850-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:06:19','lab'),(1077,'0b534271-57e8-4308-8579-23dc7602c744','radiology','2016-11-14 07:06:26','/openmrs/ws/rest/v1/reference-data/radiology/c3d0072d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d0072d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:06:26','lab'),(1078,'1bb77fc1-2c99-4ae0-8612-533add9f3270','radiology','2016-11-14 07:06:30','/openmrs/ws/rest/v1/reference-data/radiology/c3d18b79-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d18b79-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:06:29','lab'),(1079,'acb45213-d643-44bc-8df6-70575b4c2077','radiology','2016-11-14 07:06:33','/openmrs/ws/rest/v1/reference-data/radiology/c3d7c845-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d7c845-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:06:33','lab'),(1080,'bd82ced1-d662-4210-aa86-4ff24661f1f0','radiology','2016-11-14 07:06:38','/openmrs/ws/rest/v1/reference-data/radiology/c3ebd804-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3ebd804-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:06:37','lab'),(1081,'94fe6ef9-8f4b-43ab-990a-3c62909b763e','radiology','2016-11-14 07:07:05','/openmrs/ws/rest/v1/reference-data/radiology/c3e0c865-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e0c865-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:07:05','lab'),(1082,'3be22d60-b303-4488-9879-366c90fc0c86','radiology','2016-11-14 07:07:13','/openmrs/ws/rest/v1/reference-data/radiology/c3e218c9-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e218c9-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:07:12','lab'),(1083,'acfae69c-8ae4-41b9-9b1c-1d4ff310952a','radiology','2016-11-14 07:07:17','/openmrs/ws/rest/v1/reference-data/radiology/c3e66dad-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e66dad-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:07:16','lab'),(1084,'6b398995-cd9c-4234-a30e-c494b6ae236c','radiology','2016-11-14 07:07:20','/openmrs/ws/rest/v1/reference-data/radiology/c3f38c38-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3f38c38-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:07:20','lab'),(1085,'7d3d3309-2979-4da1-9402-04f9e92079d0','radiology','2016-11-14 07:08:01','/openmrs/ws/rest/v1/reference-data/radiology/c3f25c1e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3f25c1e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:08:01','lab'),(1086,'b705d425-cd47-40d2-9fe7-908e8a6ab98b','radiology','2016-11-14 07:08:19','/openmrs/ws/rest/v1/reference-data/radiology/c3ea8a0e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3ea8a0e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:08:18','lab'),(1087,'f7e5c5da-7e03-425f-9f1c-057d58b840e2','radiology','2016-11-14 07:08:22','/openmrs/ws/rest/v1/reference-data/radiology/c44391ba-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c44391ba-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:08:22','lab'),(1088,'881ab840-6430-46c6-bc49-867392ec9d04','radiology','2016-11-14 07:08:27','/openmrs/ws/rest/v1/reference-data/radiology/c44449c4-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c44449c4-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:08:27','lab'),(1089,'a2ebe7a3-bd35-4084-ba4b-bc476f28c9a7','radiology','2016-11-14 07:09:13','/openmrs/ws/rest/v1/reference-data/radiology/c3e3f964-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e3f964-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:13','lab'),(1090,'3f362e88-2055-42a3-ac79-2a6c0eb24b35','radiology','2016-11-14 07:09:17','/openmrs/ws/rest/v1/reference-data/radiology/c4354067-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4354067-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:16','lab'),(1091,'9fb2e345-ced2-4774-98a1-563fb86a54c1','radiology','2016-11-14 07:09:21','/openmrs/ws/rest/v1/reference-data/radiology/c434127e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c434127e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:20','lab'),(1092,'e914539d-0649-4a53-9875-09e4055a2d72','radiology','2016-11-14 07:09:24','/openmrs/ws/rest/v1/reference-data/radiology/c432f929-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c432f929-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:23','lab'),(1093,'d9542355-8ee7-48ad-9fa0-ca6439532493','radiology','2016-11-14 07:09:27','/openmrs/ws/rest/v1/reference-data/radiology/c431879d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c431879d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:26','lab'),(1094,'f78fed35-9066-40c5-8b2d-79534d9245ce','radiology','2016-11-14 07:09:32','/openmrs/ws/rest/v1/reference-data/radiology/c4306c31-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4306c31-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:31','lab'),(1095,'1b6554fe-1c7a-49b7-87b0-b59249aa1559','radiology','2016-11-14 07:09:35','/openmrs/ws/rest/v1/reference-data/radiology/c42f5874-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c42f5874-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:35','lab'),(1096,'aa418d6a-9f8e-40d0-a984-c86d6f32311c','radiology','2016-11-14 07:09:39','/openmrs/ws/rest/v1/reference-data/radiology/c42e71d7-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c42e71d7-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:39','lab'),(1097,'f5ef3541-2838-437c-9d37-23096302bc8f','radiology','2016-11-14 07:09:43','/openmrs/ws/rest/v1/reference-data/radiology/c42d60a4-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c42d60a4-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:43','lab'),(1098,'3a7db711-7668-4e5d-864b-905ab95abb19','radiology','2016-11-14 07:09:47','/openmrs/ws/rest/v1/reference-data/radiology/c3f5d786-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3f5d786-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:46','lab'),(1099,'82e8c985-98c0-4e5c-a14a-0d526101ebfb','radiology','2016-11-14 07:09:51','/openmrs/ws/rest/v1/reference-data/radiology/c43652a4-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c43652a4-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:09:50','lab'),(1100,'b38ba236-fd5c-4eb5-95ad-581c29889433','radiology','2016-11-14 07:10:32','/openmrs/ws/rest/v1/reference-data/radiology/c39ed470-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c39ed470-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:31','lab'),(1101,'5540c8b2-28cd-47d7-aa9a-8d804066e1bd','radiology','2016-11-14 07:10:35','/openmrs/ws/rest/v1/reference-data/radiology/c3aa95dc-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3aa95dc-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:35','lab'),(1102,'5f78e38e-5a17-4fc9-a053-b5931f4719b8','radiology','2016-11-14 07:10:39','/openmrs/ws/rest/v1/reference-data/radiology/c3e5362b-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e5362b-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:39','lab'),(1103,'2fdc99dc-bb2c-49c4-be18-440386138478','radiology','2016-11-14 07:10:43','/openmrs/ws/rest/v1/reference-data/radiology/c3e777e8-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e777e8-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:42','lab'),(1104,'9f3fa8ab-b57a-4d08-a1be-820c9674047c','radiology','2016-11-14 07:10:46','/openmrs/ws/rest/v1/reference-data/radiology/c3e8841a-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3e8841a-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:45','lab'),(1105,'524116b9-f054-448f-8872-d5dbc4ab747a','radiology','2016-11-14 07:10:49','/openmrs/ws/rest/v1/reference-data/radiology/c423e55e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c423e55e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:49','lab'),(1106,'2b8e31df-a55a-4515-8f73-34409e2f02b1','radiology','2016-11-14 07:10:52','/openmrs/ws/rest/v1/reference-data/radiology/c424eed0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c424eed0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:52','lab'),(1107,'08032df5-570c-4fbd-9cd5-662e32ef6b48','radiology','2016-11-14 07:10:59','/openmrs/ws/rest/v1/reference-data/radiology/c425d233-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c425d233-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:10:59','lab'),(1108,'55ce0d86-fdfe-4d20-8857-f11363b02efa','radiology','2016-11-14 07:11:03','/openmrs/ws/rest/v1/reference-data/radiology/c426ce9d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c426ce9d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:11:02','lab'),(1109,'8ad730d9-c013-493f-a231-725d7ee07b48','radiology','2016-11-14 07:12:06','/openmrs/ws/rest/v1/reference-data/radiology/c3ac6f4f-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3ac6f4f-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:12:06','lab'),(1110,'e0c01af1-26ad-4be1-8a49-087716e2a22c','radiology','2016-11-14 07:12:11','/openmrs/ws/rest/v1/reference-data/radiology/c3b058cd-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3b058cd-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:12:10','lab'),(1111,'0430cbd9-0701-4d1b-bdd3-9ce1c5fb5bc9','radiology','2016-11-14 07:12:24','/openmrs/ws/rest/v1/reference-data/radiology/c3a6ed57-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3a6ed57-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:12:23','lab'),(1112,'19a27bfb-d23b-4927-aa2f-5342eb6bdf9c','radiology','2016-11-14 07:12:27','/openmrs/ws/rest/v1/reference-data/radiology/c3a8b75e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3a8b75e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:12:27','lab'),(1113,'83e3abd8-f0d5-4a81-9ed7-606014e9a25f','radiology','2016-11-14 07:12:51','/openmrs/ws/rest/v1/reference-data/radiology/c3aec851-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3aec851-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:12:51','lab'),(1114,'7af012d2-24ef-4d43-a220-4d7ad8da3f13','radiology','2016-11-14 07:13:04','/openmrs/ws/rest/v1/reference-data/radiology/c3b29625-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3b29625-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:13:04','lab'),(1115,'4928395e-0b47-45aa-ab95-1eb67e06c5db','radiology','2016-11-14 07:13:10','/openmrs/ws/rest/v1/reference-data/radiology/c3b84cca-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3b84cca-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:13:09','lab'),(1116,'eab13c50-fc3c-4dcd-a215-71dd1c453e16','radiology','2016-11-14 07:14:09','/openmrs/ws/rest/v1/reference-data/radiology/c3b514b9-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3b514b9-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:08','lab'),(1117,'c16c03ad-246f-4195-9d1d-447a7bc85b19','radiology','2016-11-14 07:14:13','/openmrs/ws/rest/v1/reference-data/radiology/c417d906-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c417d906-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:12','lab'),(1118,'13ba4c1a-27fc-41d4-a085-1151f2e671a1','radiology','2016-11-14 07:14:16','/openmrs/ws/rest/v1/reference-data/radiology/c4190ce8-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4190ce8-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:15','lab'),(1119,'a26f7ae6-ba1e-4c5b-bb46-883bd2570da5','radiology','2016-11-14 07:14:19','/openmrs/ws/rest/v1/reference-data/radiology/c41a4318-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c41a4318-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:19','lab'),(1120,'bc55c679-2292-4a8d-a0c4-334945f3e415','radiology','2016-11-14 07:14:23','/openmrs/ws/rest/v1/reference-data/radiology/c41b4b45-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c41b4b45-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:22','lab'),(1121,'4c24ed2d-4659-4855-9055-5099069eed67','radiology','2016-11-14 07:14:26','/openmrs/ws/rest/v1/reference-data/radiology/c41c62f0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c41c62f0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:25','lab'),(1122,'684f880d-71be-480e-ac21-491ee46c8471','radiology','2016-11-14 07:14:29','/openmrs/ws/rest/v1/reference-data/radiology/c41de6c2-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c41de6c2-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:29','lab'),(1123,'26d24bf1-a413-43ac-896c-88faa6c14c14','radiology','2016-11-14 07:14:33','/openmrs/ws/rest/v1/reference-data/radiology/c41f9b52-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c41f9b52-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:32','lab'),(1124,'5de7f8dc-bd9a-4dac-b15b-b74756a439b9','radiology','2016-11-14 07:14:36','/openmrs/ws/rest/v1/reference-data/radiology/c4208961-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4208961-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:35','lab'),(1125,'f083a618-c177-4f20-8fb9-27da7bf23a03','radiology','2016-11-14 07:14:39','/openmrs/ws/rest/v1/reference-data/radiology/c4219f57-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4219f57-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:39','lab'),(1126,'4dc8df1a-0a06-4171-b0c5-7b04af9785cc','radiology','2016-11-14 07:14:42','/openmrs/ws/rest/v1/reference-data/radiology/c416b824-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c416b824-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:42','lab'),(1127,'b82f8360-9fc5-46d5-88be-14bd68d704bb','radiology','2016-11-14 07:14:45','/openmrs/ws/rest/v1/reference-data/radiology/c4159b6e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4159b6e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:45','lab'),(1128,'e5916aec-3f26-4710-aa5e-746edb5410a4','radiology','2016-11-14 07:14:48','/openmrs/ws/rest/v1/reference-data/radiology/c414b488-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c414b488-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:48','lab'),(1129,'7d437f66-dda2-4f89-978d-c76fdc08c9f4','radiology','2016-11-14 07:14:51','/openmrs/ws/rest/v1/reference-data/radiology/c3b6c746-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3b6c746-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:51','lab'),(1130,'369acc38-0a23-4e83-b058-bf7ebf11a5a7','radiology','2016-11-14 07:14:54','/openmrs/ws/rest/v1/reference-data/radiology/c3b9d054-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3b9d054-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:54','lab'),(1131,'6a314aa9-ac30-43f8-a697-18a897871b42','radiology','2016-11-14 07:14:57','/openmrs/ws/rest/v1/reference-data/radiology/c3c46cb0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c46cb0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:14:56','lab'),(1132,'a62dbca0-1b58-4068-874d-e6a4eaf3c063','radiology','2016-11-14 07:15:01','/openmrs/ws/rest/v1/reference-data/radiology/c3d30eb1-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d30eb1-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:00','lab'),(1133,'4b2006b0-d2f2-4be0-8f27-feed19192e51','radiology','2016-11-14 07:15:04','/openmrs/ws/rest/v1/reference-data/radiology/c3d4e78f-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d4e78f-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:04','lab'),(1134,'05c552da-94ae-4dcc-b859-3e4b9d2f6854','radiology','2016-11-14 07:15:08','/openmrs/ws/rest/v1/reference-data/radiology/c3d97136-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d97136-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:08','lab'),(1135,'f39c69c1-5912-470d-948a-57554cf6467f','radiology','2016-11-14 07:15:12','/openmrs/ws/rest/v1/reference-data/radiology/c3db4514-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3db4514-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:11','lab'),(1136,'408670c1-013b-4e1a-a39c-922fe9623901','radiology','2016-11-14 07:15:15','/openmrs/ws/rest/v1/reference-data/radiology/c3eeafc9-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3eeafc9-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:15','lab'),(1137,'29e8a460-7623-42d0-a1e9-b1fb5ba15a28','radiology','2016-11-14 07:15:19','/openmrs/ws/rest/v1/reference-data/radiology/c3f0315e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3f0315e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:18','lab'),(1138,'c1d64923-7e32-4ccd-9e41-59458dfd98ad','radiology','2016-11-14 07:15:23','/openmrs/ws/rest/v1/reference-data/radiology/c422cfd8-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c422cfd8-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:15:23','lab'),(1139,'0595a88d-0da2-4359-bc62-e061a245f460','radiology','2016-11-14 07:16:16','/openmrs/ws/rest/v1/reference-data/radiology/c43f739e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c43f739e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:16:15','lab'),(1140,'2e0a26e5-9156-4e08-8b3c-b025efd3f77a','radiology','2016-11-14 07:16:19','/openmrs/ws/rest/v1/reference-data/radiology/c44042b0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c44042b0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:16:19','lab'),(1141,'4aaa04b6-e017-4afb-8ce0-8cb70b933cc2','radiology','2016-11-14 07:16:23','/openmrs/ws/rest/v1/reference-data/radiology/c4412cc2-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4412cc2-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:16:22','lab'),(1142,'00c07664-14c0-4214-9a82-c9de3cf0ca8a','radiology','2016-11-14 07:16:28','/openmrs/ws/rest/v1/reference-data/radiology/c4421a69-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4421a69-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:16:27','lab'),(1143,'5a8dc032-15bc-4d12-877f-89452a7db3d8','radiology','2016-11-14 07:16:31','/openmrs/ws/rest/v1/reference-data/radiology/c442c4c8-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c442c4c8-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:16:30','lab'),(1144,'faa57a11-b604-45e0-bfbe-39fe9432eea2','radiology','2016-11-14 07:18:00','/openmrs/ws/rest/v1/reference-data/radiology/c3a139d6-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3a139d6-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:00','lab'),(1145,'e4a6dd01-48f3-4037-987e-7e815fa1726d','radiology','2016-11-14 07:18:10','/openmrs/ws/rest/v1/reference-data/radiology/c43c5c1e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c43c5c1e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:09','lab'),(1146,'619c288c-e58e-4aea-82be-dc92337c7e3b','radiology','2016-11-14 07:18:15','/openmrs/ws/rest/v1/reference-data/radiology/c43b60d0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c43b60d0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:14','lab'),(1147,'3c393c87-8a93-43ac-a347-381f594cea8d','radiology','2016-11-14 07:18:24','/openmrs/ws/rest/v1/reference-data/radiology/c43a00a6-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c43a00a6-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:23','lab'),(1148,'fff68bb0-0343-4c46-b555-c95765dece5b','radiology','2016-11-14 07:18:27','/openmrs/ws/rest/v1/reference-data/radiology/c438f0ef-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c438f0ef-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:27','lab'),(1149,'c8f9ad88-76b1-4407-ba90-3f2dcd149151','radiology','2016-11-14 07:18:30','/openmrs/ws/rest/v1/reference-data/radiology/c4379568-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4379568-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:30','lab'),(1150,'e2c594b0-5979-487d-b76e-7fb29121d43a','radiology','2016-11-14 07:18:34','/openmrs/ws/rest/v1/reference-data/radiology/c3de80e0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3de80e0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:33','lab'),(1151,'e6d5dcd8-8dfa-46d5-9ef4-189b28fb74cc','radiology','2016-11-14 07:18:37','/openmrs/ws/rest/v1/reference-data/radiology/c3dccb7d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3dccb7d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:37','lab'),(1152,'aca2e351-5f64-4066-8978-f11ad4ad8196','radiology','2016-11-14 07:18:42','/openmrs/ws/rest/v1/reference-data/radiology/c3d6800c-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3d6800c-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:42','lab'),(1153,'13a59dde-7632-4d4f-8668-16f0c5b135c7','radiology','2016-11-14 07:18:46','/openmrs/ws/rest/v1/reference-data/radiology/c3c92a6d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c92a6d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:45','lab'),(1154,'1e329c19-d922-4e6f-8fd7-df0d292b83b4','radiology','2016-11-14 07:18:51','/openmrs/ws/rest/v1/reference-data/radiology/c43d8ac8-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c43d8ac8-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:18:50','lab'),(1155,'92db9589-8537-471d-9e47-9f6566a50033','radiology','2016-11-14 07:19:04','/openmrs/ws/rest/v1/reference-data/radiology/c3a3028b-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3a3028b-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:19:04','lab'),(1156,'9fe30e39-3525-4fb8-9f2b-220c4ca79676','radiology','2016-11-14 07:20:52','/openmrs/ws/rest/v1/reference-data/radiology/c3a5122b-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3a5122b-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:20:51','lab'),(1157,'af19b835-3420-4ad4-8170-6514732b7778','radiology','2016-11-14 07:20:58','/openmrs/ws/rest/v1/reference-data/radiology/c3ed269d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3ed269d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:20:57','lab'),(1158,'2c8864a6-61ed-487b-b98c-a7cb4e66606a','radiology','2016-11-14 07:21:02','/openmrs/ws/rest/v1/reference-data/radiology/c427d7e5-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c427d7e5-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:21:01','lab'),(1159,'0dfbbfb0-b052-4b07-ba08-bf96b182e116','radiology','2016-11-14 07:21:06','/openmrs/ws/rest/v1/reference-data/radiology/c428dd24-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c428dd24-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:21:06','lab'),(1160,'f1118ca8-c648-4e10-9925-7dd168ec2f9b','radiology','2016-11-14 07:21:10','/openmrs/ws/rest/v1/reference-data/radiology/c42a0bbe-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c42a0bbe-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:21:09','lab'),(1161,'c951aa18-4aad-4614-aa15-c3c9c69f11d7','radiology','2016-11-14 07:21:15','/openmrs/ws/rest/v1/reference-data/radiology/c42b1e07-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c42b1e07-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:21:15','lab'),(1162,'07a4a786-9f95-45a6-a266-87aed1e1929f','radiology','2016-11-14 07:21:20','/openmrs/ws/rest/v1/reference-data/radiology/c42c3e79-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c42c3e79-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:21:20','lab'),(1163,'33ac7bed-3ac0-4ad1-a32d-5d2e2cf8635b','radiology','2016-11-14 07:23:09','/openmrs/ws/rest/v1/reference-data/radiology/c3bcdeba-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3bcdeba-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:09','lab'),(1164,'11fcda0b-97ea-4380-b0e0-234e554baffd','radiology','2016-11-14 07:23:14','/openmrs/ws/rest/v1/reference-data/radiology/c4075413-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4075413-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:13','lab'),(1165,'5c01bd07-d0e6-414b-8b21-0a9d2ea0b19d','radiology','2016-11-14 07:23:18','/openmrs/ws/rest/v1/reference-data/radiology/c4086b26-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4086b26-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:17','lab'),(1166,'910f2f4b-529c-4a0f-b516-f74d8563cb15','radiology','2016-11-14 07:23:22','/openmrs/ws/rest/v1/reference-data/radiology/c4097f8b-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4097f8b-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:22','lab'),(1167,'253bb0b4-7b85-48bf-93ed-36b1f1440bd2','radiology','2016-11-14 07:23:26','/openmrs/ws/rest/v1/reference-data/radiology/c40a8708-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c40a8708-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:26','lab'),(1168,'1f3008ef-49b8-4a51-a30b-c5fd615015c6','radiology','2016-11-14 07:23:31','/openmrs/ws/rest/v1/reference-data/radiology/c40b96c9-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c40b96c9-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:30','lab'),(1169,'b4a7231d-7e78-44a2-b9fe-70d3a08a0c7b','radiology','2016-11-14 07:23:35','/openmrs/ws/rest/v1/reference-data/radiology/c40cd03d-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c40cd03d-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:35','lab'),(1170,'e175c637-abab-4b97-a804-1597bbcf7a4d','radiology','2016-11-14 07:23:40','/openmrs/ws/rest/v1/reference-data/radiology/c40de878-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c40de878-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:39','lab'),(1171,'51e2b266-fa0f-478a-9e96-4d3789e8e267','radiology','2016-11-14 07:23:45','/openmrs/ws/rest/v1/reference-data/radiology/c40f3387-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c40f3387-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:44','lab'),(1172,'e3284af3-e8c4-4005-9704-a5f505b64305','radiology','2016-11-14 07:23:49','/openmrs/ws/rest/v1/reference-data/radiology/c4105793-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4105793-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:48','lab'),(1173,'fb63d16e-0966-49cf-9a33-bc6769ff6406','radiology','2016-11-14 07:23:54','/openmrs/ws/rest/v1/reference-data/radiology/c411394f-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c411394f-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:53','lab'),(1174,'24293310-5c67-45cc-bd01-9bff90c74f4d','radiology','2016-11-14 07:23:59','/openmrs/ws/rest/v1/reference-data/radiology/c4128afc-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4128afc-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:23:59','lab'),(1175,'3ed98cc7-43a5-4197-a5a8-ea7e027c7b42','radiology','2016-11-14 07:24:04','/openmrs/ws/rest/v1/reference-data/radiology/c4065166-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c4065166-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:03','lab'),(1176,'4f56d297-5267-4db0-a457-bd654e182f72','radiology','2016-11-14 07:24:10','/openmrs/ws/rest/v1/reference-data/radiology/c404b7c5-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c404b7c5-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:10','lab'),(1177,'15c9d875-6fb1-4695-b7d9-a30a06450172','radiology','2016-11-14 07:24:15','/openmrs/ws/rest/v1/reference-data/radiology/c403d175-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c403d175-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:14','lab'),(1178,'8a94050e-2f69-4e02-b7b4-ed41746dfd71','radiology','2016-11-14 07:24:20','/openmrs/ws/rest/v1/reference-data/radiology/c3beacc2-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3beacc2-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:19','lab'),(1179,'d0e34820-7092-4d2c-aa4c-c21a9e3dd86e','radiology','2016-11-14 07:24:24','/openmrs/ws/rest/v1/reference-data/radiology/c3c03f40-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c03f40-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:23','lab'),(1180,'0861aa3e-72f8-454b-bf38-bc0a55c6f866','radiology','2016-11-14 07:24:28','/openmrs/ws/rest/v1/reference-data/radiology/c3c18d43-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c18d43-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:28','lab'),(1181,'0785f9e7-7dc4-41f0-be15-bfa74e566e69','radiology','2016-11-14 07:24:33','/openmrs/ws/rest/v1/reference-data/radiology/c3c2d42a-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c2d42a-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:33','lab'),(1182,'ee8bb456-cea6-4a95-9c9e-027d50195898','radiology','2016-11-14 07:24:37','/openmrs/ws/rest/v1/reference-data/radiology/c3c60a12-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c60a12-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:37','lab'),(1183,'759092ee-2eed-4c0a-8f18-ca5403fd412c','radiology','2016-11-14 07:24:42','/openmrs/ws/rest/v1/reference-data/radiology/c3c787c6-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3c787c6-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:41','lab'),(1184,'9b5335ee-6825-4a18-8cb0-f55641987b10','radiology','2016-11-14 07:24:46','/openmrs/ws/rest/v1/reference-data/radiology/c3cad75e-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3cad75e-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:45','lab'),(1185,'d27b5ffa-fbde-4c87-8281-95719946ffec','radiology','2016-11-14 07:24:51','/openmrs/ws/rest/v1/reference-data/radiology/c3ce7ee1-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c3ce7ee1-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:51','lab'),(1186,'63b8a097-0bd1-4793-bd27-507912494816','radiology','2016-11-14 07:24:56','/openmrs/ws/rest/v1/reference-data/radiology/c400c1ea-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c400c1ea-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:24:55','lab'),(1187,'c0534c8a-4d0a-475d-9b27-59c47b11aabd','radiology','2016-11-14 07:25:04','/openmrs/ws/rest/v1/reference-data/radiology/c401d630-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c401d630-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:25:04','lab'),(1188,'6b37105a-ab99-41a8-aff0-df34b14a8dac','radiology','2016-11-14 07:25:08','/openmrs/ws/rest/v1/reference-data/radiology/c402df4f-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c402df4f-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:25:08','lab'),(1189,'8a116fb7-873c-4783-acb9-73fe55744f16','radiology','2016-11-14 07:25:13','/openmrs/ws/rest/v1/reference-data/radiology/c413aee0-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/radiology/c413aee0-3f10-11e4-adec-0800271c1b75','lab','2016-11-14 07:25:12','lab'),(1192,'9ed5f3d3-1990-4046-a69d-94a0d646145b','test','2017-01-01 17:46:49','/openmrs/ws/rest/v1/reference-data/test/9277f041-341f-4faf-90e8-ad37158374cf','/openmrs/ws/rest/v1/reference-data/test/9277f041-341f-4faf-90e8-ad37158374cf','lab','2017-01-01 17:46:48','lab'),(1224,'30e9b631-12f1-42de-9f74-a0210ec9e04e','test','2017-01-11 06:43:26','/openmrs/ws/rest/v1/reference-data/test/1dc767cc-46d1-4226-b346-1c17c9e3145f','/openmrs/ws/rest/v1/reference-data/test/1dc767cc-46d1-4226-b346-1c17c9e3145f','lab','2017-01-11 06:43:25','lab'),(1226,'c1a7f7fa-4cd3-46e8-9289-62bd50c82505','test','2017-01-11 06:59:14','/openmrs/ws/rest/v1/reference-data/test/93f58bf0-1652-47f8-9d00-d0c709a79f1b','/openmrs/ws/rest/v1/reference-data/test/93f58bf0-1652-47f8-9d00-d0c709a79f1b','lab','2017-01-11 06:59:14','lab'),(1227,'f6e49971-87d3-49bf-9972-4f9ce4c2032d','test','2017-01-11 07:00:44','/openmrs/ws/rest/v1/reference-data/test/533779cf-252d-46f5-99e6-777efca5ed3b','/openmrs/ws/rest/v1/reference-data/test/533779cf-252d-46f5-99e6-777efca5ed3b','lab','2017-01-11 07:00:44','lab'),(1230,'ec67f5d6-8394-4735-b3d6-c9ceac2faf9c','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/07a128f7-f596-45d5-a2a9-c447bc9e5112','/openmrs/ws/rest/v1/reference-data/test/07a128f7-f596-45d5-a2a9-c447bc9e5112','lab','2017-04-07 11:45:06','lab'),(1231,'c51cc03a-5ee5-4e45-9f0f-cda61f3b1178','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/fe769568-16da-4d9e-9c99-fbed0a8a60f5','/openmrs/ws/rest/v1/reference-data/test/fe769568-16da-4d9e-9c99-fbed0a8a60f5','lab','2017-04-07 11:45:06','lab'),(1232,'d378c59f-0098-4c04-8301-4f84e14f5715','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/b354517a-c98b-4bcc-98a5-84037842d626','/openmrs/ws/rest/v1/reference-data/test/b354517a-c98b-4bcc-98a5-84037842d626','lab','2017-04-07 11:45:07','lab'),(1233,'2fdb1858-d188-4f64-b3a3-cb5e3f31a05a','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/a5cda2de-9cc6-4b39-97a8-6842632debba','/openmrs/ws/rest/v1/reference-data/test/a5cda2de-9cc6-4b39-97a8-6842632debba','lab','2017-04-07 11:45:07','lab'),(1234,'ded393e1-9651-4a78-b160-10427301e364','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/f22b501c-7cd1-4732-915b-845392207cda','/openmrs/ws/rest/v1/reference-data/test/f22b501c-7cd1-4732-915b-845392207cda','lab','2017-04-07 11:45:07','lab'),(1235,'a15ba4b5-746d-4b13-a8ff-157b2798003e','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/f50e7ee3-dcde-4422-80bb-6be2e7eb67fc','/openmrs/ws/rest/v1/reference-data/test/f50e7ee3-dcde-4422-80bb-6be2e7eb67fc','lab','2017-04-07 11:45:07','lab'),(1236,'ea546734-6db3-424d-b05c-a17de10a3bc5','test','2017-04-07 11:45:07','/openmrs/ws/rest/v1/reference-data/test/b7157fc9-9515-4f34-9255-386768716fc5','/openmrs/ws/rest/v1/reference-data/test/b7157fc9-9515-4f34-9255-386768716fc5','lab','2017-04-07 11:45:07','lab'),(1237,'7579a7f1-3031-4dff-a2ca-f82db5219621','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/2d290ae0-50e4-4f97-9a01-dd10c7bccfe7','/openmrs/ws/rest/v1/reference-data/test/2d290ae0-50e4-4f97-9a01-dd10c7bccfe7','lab','2017-04-07 11:45:07','lab'),(1238,'bd14127c-51ed-4e3d-b921-77d9dc9097a8','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/fb0a7fc8-4a61-49a8-be2c-cd4185057833','/openmrs/ws/rest/v1/reference-data/test/fb0a7fc8-4a61-49a8-be2c-cd4185057833','lab','2017-04-07 11:45:07','lab'),(1239,'fbd9e3a5-4634-4bb8-9f54-b734096ea51d','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/ef17929e-ac5f-4ec8-a6f0-68c7051c4d49','/openmrs/ws/rest/v1/reference-data/test/ef17929e-ac5f-4ec8-a6f0-68c7051c4d49','lab','2017-04-07 11:45:07','lab'),(1240,'71d4a0ec-6f8f-431f-86f7-f6bf48b95870','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/fbbb4fc6-4735-47e1-ac53-3d45335995da','/openmrs/ws/rest/v1/reference-data/test/fbbb4fc6-4735-47e1-ac53-3d45335995da','lab','2017-04-07 11:45:07','lab'),(1241,'0f372158-8a38-40fa-8bee-8a4242477067','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/890c0062-d010-437a-8a5c-988a9b88f6db','/openmrs/ws/rest/v1/reference-data/test/890c0062-d010-437a-8a5c-988a9b88f6db','lab','2017-04-07 11:45:08','lab'),(1242,'9ad99985-0b62-4f84-b0dd-f1884a92c735','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/c9e7932b-a683-4b38-a7ce-6a594e6fa422','/openmrs/ws/rest/v1/reference-data/test/c9e7932b-a683-4b38-a7ce-6a594e6fa422','lab','2017-04-07 11:45:08','lab'),(1243,'178b7d7b-0c51-42ad-8a2f-c46784b4be4a','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/5eb5ba17-dcdb-42c2-b4ee-9de36682aedf','/openmrs/ws/rest/v1/reference-data/test/5eb5ba17-dcdb-42c2-b4ee-9de36682aedf','lab','2017-04-07 11:45:08','lab'),(1244,'a6302089-1973-417b-aee7-08fbc1b520a9','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/b26b0b39-e038-4c57-853d-34e0d9da97b3','/openmrs/ws/rest/v1/reference-data/test/b26b0b39-e038-4c57-853d-34e0d9da97b3','lab','2017-04-07 11:45:08','lab'),(1245,'df8b621f-b3e0-4070-87f1-750604c7f548','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/dff77556-2768-484e-b737-808fb4ffb34d','/openmrs/ws/rest/v1/reference-data/test/dff77556-2768-484e-b737-808fb4ffb34d','lab','2017-04-07 11:45:08','lab'),(1246,'6a9593d1-9f15-4a54-b69b-774344dc9e01','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/f6840342-147c-4c53-a85a-b45da1944855','/openmrs/ws/rest/v1/reference-data/test/f6840342-147c-4c53-a85a-b45da1944855','lab','2017-04-07 11:45:08','lab'),(1247,'c5a3c0e4-dc8f-42a1-8ac7-70a9a33abb74','test','2017-04-07 11:45:08','/openmrs/ws/rest/v1/reference-data/test/58525461-f608-40ab-a8df-b4c20d961c8d','/openmrs/ws/rest/v1/reference-data/test/58525461-f608-40ab-a8df-b4c20d961c8d','lab','2017-04-07 11:45:08','lab'),(1248,'7dcff147-d58e-4f7c-9c29-79e3e260aaf8','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/b97dbe80-104d-40c9-b59f-320375ba1a7a','/openmrs/ws/rest/v1/reference-data/test/b97dbe80-104d-40c9-b59f-320375ba1a7a','lab','2017-04-07 11:45:08','lab'),(1249,'5e2260c7-e764-41c3-baa5-0f138677fa02','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/136ab662-3020-41df-9e6e-ede5614c86d5','/openmrs/ws/rest/v1/reference-data/test/136ab662-3020-41df-9e6e-ede5614c86d5','lab','2017-04-07 11:45:08','lab'),(1250,'0c67df36-0012-419e-a193-0be90089d8b2','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/f6dd96fb-2a1d-4622-81c4-19536146e157','/openmrs/ws/rest/v1/reference-data/test/f6dd96fb-2a1d-4622-81c4-19536146e157','lab','2017-04-07 11:45:08','lab'),(1251,'d7cf8393-e4ee-4e75-98d7-61a680df4649','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/c7e684bd-1544-4d37-ba57-cd4761f0c86b','/openmrs/ws/rest/v1/reference-data/test/c7e684bd-1544-4d37-ba57-cd4761f0c86b','lab','2017-04-07 11:45:08','lab'),(1252,'ac3598b7-2432-4e16-b1cf-3543b1de8b0f','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/ed8721b1-8b9b-4afd-a08b-d84c8b876b9b','/openmrs/ws/rest/v1/reference-data/test/ed8721b1-8b9b-4afd-a08b-d84c8b876b9b','lab','2017-04-07 11:45:08','lab'),(1253,'2e20248f-1d45-4ce6-ab40-2d97fef9d7ec','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/372f1e3e-73d3-4b5c-8d68-a068e90e0b1d','/openmrs/ws/rest/v1/reference-data/test/372f1e3e-73d3-4b5c-8d68-a068e90e0b1d','lab','2017-04-07 11:45:09','lab'),(1254,'397d6d9e-f2a0-43ee-bbb0-7a2af3a2637f','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/4bcdca77-bcc2-4522-890e-1e3f3fd5f756','/openmrs/ws/rest/v1/reference-data/test/4bcdca77-bcc2-4522-890e-1e3f3fd5f756','lab','2017-04-07 11:45:09','lab'),(1255,'d843ce3c-6490-4149-9740-a32155b2ed56','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/647c8350-3e90-484b-bae6-33f47878f4fa','/openmrs/ws/rest/v1/reference-data/test/647c8350-3e90-484b-bae6-33f47878f4fa','lab','2017-04-07 11:45:09','lab'),(1256,'cd54ad40-bfa6-48cd-b24f-e584d17c0ae5','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/61f6775a-a363-4100-9422-1997581cbf29','/openmrs/ws/rest/v1/reference-data/test/61f6775a-a363-4100-9422-1997581cbf29','lab','2017-04-07 11:45:09','lab'),(1257,'684f6071-d9db-4288-90bd-6e0c18b8c645','test','2017-04-07 11:45:09','/openmrs/ws/rest/v1/reference-data/test/597188b7-a8cf-4f1e-b1ee-29ca37700567','/openmrs/ws/rest/v1/reference-data/test/597188b7-a8cf-4f1e-b1ee-29ca37700567','lab','2017-04-07 11:45:09','lab'),(1258,'9ee158a4-b47f-4598-8a84-86a49fc61ec0','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/3e9c14f8-b6f2-4e81-be9a-e5923d60ddec','/openmrs/ws/rest/v1/reference-data/test/3e9c14f8-b6f2-4e81-be9a-e5923d60ddec','lab','2017-04-07 11:45:09','lab'),(1259,'8f9eb325-be2e-4272-bdf3-0644f3da8b46','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/2eb99419-1c62-4bb2-bf91-94938612ee75','/openmrs/ws/rest/v1/reference-data/test/2eb99419-1c62-4bb2-bf91-94938612ee75','lab','2017-04-07 11:45:09','lab'),(1260,'7321ba0a-5972-4362-a9a1-f494c49ffb02','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/dbf24a73-0c2e-4b1a-acc4-8950e0715121','/openmrs/ws/rest/v1/reference-data/test/dbf24a73-0c2e-4b1a-acc4-8950e0715121','lab','2017-04-07 11:45:09','lab'),(1261,'e23989e8-c639-46b5-874a-69c3918cc210','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/f1a82a97-bd36-423c-8fc8-969baf8be7fa','/openmrs/ws/rest/v1/reference-data/test/f1a82a97-bd36-423c-8fc8-969baf8be7fa','lab','2017-04-07 11:45:09','lab'),(1262,'7b2a3314-a045-4b28-86c1-c631f5b92560','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/bec0e71b-452b-4107-ad97-285ae341e02a','/openmrs/ws/rest/v1/reference-data/test/bec0e71b-452b-4107-ad97-285ae341e02a','lab','2017-04-07 11:45:09','lab'),(1263,'f70f904c-ad31-4eea-b749-d59824ed6d16','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/bf473c91-a548-4a72-a30b-8c28db502fd7','/openmrs/ws/rest/v1/reference-data/test/bf473c91-a548-4a72-a30b-8c28db502fd7','lab','2017-04-07 11:45:09','lab'),(1264,'1dc05052-2275-4539-acd4-b54388db6064','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/ffa14d6a-59de-4199-b46b-7dc3d7b3a226','/openmrs/ws/rest/v1/reference-data/test/ffa14d6a-59de-4199-b46b-7dc3d7b3a226','lab','2017-04-07 11:45:09','lab'),(1265,'fb344397-1161-46cc-81d6-9b78482990b1','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/c006e1d8-4073-4074-9a35-38875a84bfbe','/openmrs/ws/rest/v1/reference-data/test/c006e1d8-4073-4074-9a35-38875a84bfbe','lab','2017-04-07 11:45:10','lab'),(1266,'3cc2ea58-a175-49e4-92d7-b5003ec8bd27','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/2c01180b-779e-4777-84f2-33ef32698151','/openmrs/ws/rest/v1/reference-data/test/2c01180b-779e-4777-84f2-33ef32698151','lab','2017-04-07 11:45:10','lab'),(1267,'d060406f-2486-4b87-85c0-eefba0b060fa','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/80994e3f-b4f7-40c0-bf32-7dedacc9d4c3','/openmrs/ws/rest/v1/reference-data/test/80994e3f-b4f7-40c0-bf32-7dedacc9d4c3','lab','2017-04-07 11:45:10','lab'),(1268,'f5c79099-3b7a-4365-a46e-8b0db943f3fc','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/c9770444-0deb-4e28-8d4b-bfbeae0d038c','/openmrs/ws/rest/v1/reference-data/test/c9770444-0deb-4e28-8d4b-bfbeae0d038c','lab','2017-04-07 11:45:10','lab'),(1269,'0cfa3b00-bec6-42a7-ad0e-5feabadb3adb','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/ad1e494a-e262-4fe5-9d06-1961656db5f1','/openmrs/ws/rest/v1/reference-data/test/ad1e494a-e262-4fe5-9d06-1961656db5f1','lab','2017-04-07 11:45:10','lab'),(1270,'0ca02d9f-d6b8-465c-9de5-74db2eee16ec','test','2017-04-07 11:45:10','/openmrs/ws/rest/v1/reference-data/test/1039046c-377d-4a8f-8f20-774e73a1d408','/openmrs/ws/rest/v1/reference-data/test/1039046c-377d-4a8f-8f20-774e73a1d408','lab','2017-04-07 11:45:10','lab'),(1271,'5aeb0357-ebbf-4031-badb-b6e7c3a6f47a','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/a1ad8a19-623e-4754-9a9b-f309c6f2e630','/openmrs/ws/rest/v1/reference-data/test/a1ad8a19-623e-4754-9a9b-f309c6f2e630','lab','2017-04-07 11:45:10','lab'),(1272,'3ec5238f-e40c-4f0e-b05e-b6049b92b260','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/5b2d382d-ed57-43fc-a1c8-c64d1d7a60c7','/openmrs/ws/rest/v1/reference-data/test/5b2d382d-ed57-43fc-a1c8-c64d1d7a60c7','lab','2017-04-07 11:45:10','lab'),(1273,'1d128463-8a28-436b-8edd-7b9184151ae6','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/b58afffd-10c0-4956-84ea-5587b6a296a8','/openmrs/ws/rest/v1/reference-data/test/b58afffd-10c0-4956-84ea-5587b6a296a8','lab','2017-04-07 11:45:10','lab'),(1274,'afb6a5b1-b173-4560-a41a-677c5bab8c42','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/68426bfd-5612-428f-a679-d7189f39d9f2','/openmrs/ws/rest/v1/reference-data/test/68426bfd-5612-428f-a679-d7189f39d9f2','lab','2017-04-07 11:45:10','lab'),(1275,'25c2ebfc-d969-4fb8-946d-cfa79e6ea4e3','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/3188f623-bcb8-4c48-b5a0-39db3f3ccf61','/openmrs/ws/rest/v1/reference-data/test/3188f623-bcb8-4c48-b5a0-39db3f3ccf61','lab','2017-04-07 11:45:10','lab'),(1276,'e2675160-4ee3-4414-a7a8-9df0cd1cc523','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/80a8b5a5-9629-4b71-a402-d788d41a3f6c','/openmrs/ws/rest/v1/reference-data/test/80a8b5a5-9629-4b71-a402-d788d41a3f6c','lab','2017-04-07 11:45:10','lab'),(1277,'24b1a187-ccd7-4342-8162-02081a8aa2f4','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/27eef620-ca5b-42f3-b3d1-05e57d1f6974','/openmrs/ws/rest/v1/reference-data/test/27eef620-ca5b-42f3-b3d1-05e57d1f6974','lab','2017-04-07 11:45:11','lab'),(1278,'e58daa60-6866-40b3-9e1e-b9e4e08083db','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/86f8a653-7a71-42be-81b8-d46c1375be7a','/openmrs/ws/rest/v1/reference-data/test/86f8a653-7a71-42be-81b8-d46c1375be7a','lab','2017-04-07 11:45:11','lab'),(1279,'d9722f3d-1278-484c-8aef-2adcd598d03b','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/7fd99361-e7d2-479d-8ee4-3940cc3660a3','/openmrs/ws/rest/v1/reference-data/test/7fd99361-e7d2-479d-8ee4-3940cc3660a3','lab','2017-04-07 11:45:11','lab'),(1280,'77ad87de-ef1e-47db-b1e0-2dcedb597756','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/7b19bfd3-6da6-4e50-b4f2-aade6af892b1','/openmrs/ws/rest/v1/reference-data/test/7b19bfd3-6da6-4e50-b4f2-aade6af892b1','lab','2017-04-07 11:45:11','lab'),(1281,'414bb101-17c7-4f60-bc3d-b0c39d065747','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/457985a0-f89f-465e-9f99-0751eb77b2fb','/openmrs/ws/rest/v1/reference-data/test/457985a0-f89f-465e-9f99-0751eb77b2fb','lab','2017-04-07 11:45:11','lab'),(1282,'04301912-43cf-49ab-8cc8-dee4ab4929da','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/2a528943-dbd1-49cb-a90e-9d089242abe5','/openmrs/ws/rest/v1/reference-data/test/2a528943-dbd1-49cb-a90e-9d089242abe5','lab','2017-04-07 11:45:11','lab'),(1283,'99d2a37f-594f-4078-ba76-21e36992cc9f','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/424d8ae9-75bb-4cc5-b764-457e1fd1a110','/openmrs/ws/rest/v1/reference-data/test/424d8ae9-75bb-4cc5-b764-457e1fd1a110','lab','2017-04-07 11:45:11','lab'),(1284,'f8d1c6f8-40fa-4069-b890-08d36311e65f','test','2017-04-07 11:45:11','/openmrs/ws/rest/v1/reference-data/test/ecb11cb9-b7b3-48f0-bd66-395a8ceb7612','/openmrs/ws/rest/v1/reference-data/test/ecb11cb9-b7b3-48f0-bd66-395a8ceb7612','lab','2017-04-07 11:45:11','lab'),(1285,'502b6775-fe7d-4790-8ce1-e4e2a203836c','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/8e6ac535-e4f5-40f6-bf16-9546eafb7a59','/openmrs/ws/rest/v1/reference-data/test/8e6ac535-e4f5-40f6-bf16-9546eafb7a59','lab','2017-04-07 11:45:11','lab'),(1286,'1b1e1ab5-5203-4e48-b82c-7ea51c5b933a','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/da3fff92-a63d-4820-be81-45f059a9defa','/openmrs/ws/rest/v1/reference-data/test/da3fff92-a63d-4820-be81-45f059a9defa','lab','2017-04-07 11:45:11','lab'),(1287,'9f648920-2ca3-4d51-9a52-5bff94f952c8','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/fa50ed6a-b47e-4111-9478-3af20892f341','/openmrs/ws/rest/v1/reference-data/test/fa50ed6a-b47e-4111-9478-3af20892f341','lab','2017-04-07 11:45:11','lab'),(1288,'36b4d7b8-408d-49c1-ac86-1c89075bcfc8','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/706ac12e-694b-4596-a170-8b6c6ea915e0','/openmrs/ws/rest/v1/reference-data/test/706ac12e-694b-4596-a170-8b6c6ea915e0','lab','2017-04-07 11:45:11','lab'),(1289,'543d5cbd-1c3d-42fb-88bc-580fb14b04d5','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/79bc858c-163a-46a0-a722-6243c6d21200','/openmrs/ws/rest/v1/reference-data/test/79bc858c-163a-46a0-a722-6243c6d21200','lab','2017-04-07 11:45:11','lab'),(1290,'5efc2d05-2a15-4ac3-a11a-1c76a3f22602','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/e69dad79-173f-46cc-9a12-aaa54e6fc9ca','/openmrs/ws/rest/v1/reference-data/test/e69dad79-173f-46cc-9a12-aaa54e6fc9ca','lab','2017-04-07 11:45:11','lab'),(1291,'9c4f908b-2833-416e-b9c8-5c1fafaebb67','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/014bd216-72bd-44ae-b25a-270ed10bb2da','/openmrs/ws/rest/v1/reference-data/test/014bd216-72bd-44ae-b25a-270ed10bb2da','lab','2017-04-07 11:45:11','lab'),(1292,'83338263-4df6-4bf5-8b87-d8bb1c309d40','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/a3aa6093-0a2d-4b1a-8771-f0e0d338b476','/openmrs/ws/rest/v1/reference-data/test/a3aa6093-0a2d-4b1a-8771-f0e0d338b476','lab','2017-04-07 11:45:11','lab'),(1293,'ec3020bc-3b66-4cdc-be26-cfa51b153615','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/a03d46c1-884f-485b-993f-6c9b3ecf1dab','/openmrs/ws/rest/v1/reference-data/test/a03d46c1-884f-485b-993f-6c9b3ecf1dab','lab','2017-04-07 11:45:12','lab'),(1294,'119ac582-ec76-482f-b25a-7775fb45469a','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/4ca99ca5-fe22-4c16-b82b-b067409fc043','/openmrs/ws/rest/v1/reference-data/test/4ca99ca5-fe22-4c16-b82b-b067409fc043','lab','2017-04-07 11:45:12','lab'),(1295,'3c70b841-75ba-4c4f-aba2-8a85de9a1dfa','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/e3c5ee08-750e-4064-8945-df821cadf8cb','/openmrs/ws/rest/v1/reference-data/test/e3c5ee08-750e-4064-8945-df821cadf8cb','lab','2017-04-07 11:45:12','lab'),(1296,'e4ff799a-3eb9-47e8-9da5-6b6fc9053f6f','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/9cd8e2de-c2cf-433c-8c82-76117d309108','/openmrs/ws/rest/v1/reference-data/test/9cd8e2de-c2cf-433c-8c82-76117d309108','lab','2017-04-07 11:45:12','lab'),(1297,'2b2991e6-1bce-4733-80e9-400b9e3ae8a8','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/81372444-16f7-4c14-91c7-b34f395013cb','/openmrs/ws/rest/v1/reference-data/test/81372444-16f7-4c14-91c7-b34f395013cb','lab','2017-04-07 11:45:12','lab'),(1298,'a57dd280-812e-406e-8102-c5a1a7e0557f','test','2017-04-07 11:45:12','/openmrs/ws/rest/v1/reference-data/test/38e31e15-e017-45a2-a5ae-a6f70ba1799a','/openmrs/ws/rest/v1/reference-data/test/38e31e15-e017-45a2-a5ae-a6f70ba1799a','lab','2017-04-07 11:45:12','lab'),(1299,'f0ed2726-f7ee-4d14-8b56-cb98cb34fe2c','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/7d18c06d-66ac-4e4f-a58c-abd53c68739d','/openmrs/ws/rest/v1/reference-data/test/7d18c06d-66ac-4e4f-a58c-abd53c68739d','lab','2017-04-07 11:45:12','lab'),(1300,'4b9a9b54-4cb8-4f3b-bfbb-58065816260f','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/9811e11f-d5df-4586-a18d-e9ec1f66595e','/openmrs/ws/rest/v1/reference-data/test/9811e11f-d5df-4586-a18d-e9ec1f66595e','lab','2017-04-07 11:45:12','lab'),(1301,'58ee7f09-9982-4499-bccf-f9548da0d7d6','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/41a08f16-6224-4c77-92e0-ad3545c87434','/openmrs/ws/rest/v1/reference-data/test/41a08f16-6224-4c77-92e0-ad3545c87434','lab','2017-04-07 11:45:12','lab'),(1302,'b0e39c36-ebd6-4e8a-8c51-d080eaf60fe7','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/82e18b0b-442b-46f9-91ca-8271e12bc245','/openmrs/ws/rest/v1/reference-data/test/82e18b0b-442b-46f9-91ca-8271e12bc245','lab','2017-04-07 11:45:12','lab'),(1303,'0d6ad32d-5754-4a78-b3af-c45ee93ef991','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/b0042759-7ba7-43a1-b9c6-e71afe9c5b74','/openmrs/ws/rest/v1/reference-data/test/b0042759-7ba7-43a1-b9c6-e71afe9c5b74','lab','2017-04-07 11:45:12','lab'),(1304,'e6de5e41-7d57-4d76-bdb5-8b1c94f078cc','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/7063d258-7b82-4eef-b1ea-6313f55fc91a','/openmrs/ws/rest/v1/reference-data/test/7063d258-7b82-4eef-b1ea-6313f55fc91a','lab','2017-04-07 11:45:12','lab'),(1305,'aa507a95-a596-43ef-979e-c7bf9e55e6bc','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/4a4da30f-ade2-4601-9741-9b43e4abdf0b','/openmrs/ws/rest/v1/reference-data/test/4a4da30f-ade2-4601-9741-9b43e4abdf0b','lab','2017-04-07 11:45:13','lab'),(1306,'6ba04d55-1c17-427d-b3e0-21afb1c94ab3','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/b88ca554-a920-4b11-a4b9-dc2cdb413850','/openmrs/ws/rest/v1/reference-data/test/b88ca554-a920-4b11-a4b9-dc2cdb413850','lab','2017-04-07 11:45:13','lab'),(1307,'3f83ead3-34b3-4853-bda7-8c65bf8f6828','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/2f768ab3-fe31-494f-afe8-0f9d0db4a533','/openmrs/ws/rest/v1/reference-data/test/2f768ab3-fe31-494f-afe8-0f9d0db4a533','lab','2017-04-07 11:45:13','lab'),(1308,'2b56353c-8f64-4c23-aad4-0cd59f417e7d','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/2793c91e-9e5f-4cf8-9cf0-4780d2bdaa3e','/openmrs/ws/rest/v1/reference-data/test/2793c91e-9e5f-4cf8-9cf0-4780d2bdaa3e','lab','2017-04-07 11:45:13','lab'),(1309,'1f7cb3ad-39d5-4e9c-85e9-3e8fd83d1004','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/1d055e6f-84ac-4d9d-8337-2f43f669d87d','/openmrs/ws/rest/v1/reference-data/test/1d055e6f-84ac-4d9d-8337-2f43f669d87d','lab','2017-04-07 11:45:13','lab'),(1310,'f5ff7026-ef2b-4836-99d4-4f4a0105f5d8','test','2017-04-07 11:45:13','/openmrs/ws/rest/v1/reference-data/test/b5acd560-bd7e-45eb-b00a-d6b4ee45f737','/openmrs/ws/rest/v1/reference-data/test/b5acd560-bd7e-45eb-b00a-d6b4ee45f737','lab','2017-04-07 11:45:13','lab'),(1311,'49c34512-d8a0-49c9-b9a3-fad048855ff1','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/55aea365-689c-4365-abda-18e6dbff1f2c','/openmrs/ws/rest/v1/reference-data/test/55aea365-689c-4365-abda-18e6dbff1f2c','lab','2017-04-07 11:45:13','lab'),(1312,'505ff053-9c3e-461d-b201-14d3cd46ad74','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/7f7315ec-1690-4f01-98e2-f6138e929ba4','/openmrs/ws/rest/v1/reference-data/test/7f7315ec-1690-4f01-98e2-f6138e929ba4','lab','2017-04-07 11:45:13','lab'),(1313,'8fe4e1a1-cb2f-40a4-b614-ab3ff48a75dc','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/9893755d-91d7-4d1c-a75f-85c2d1bfe910','/openmrs/ws/rest/v1/reference-data/test/9893755d-91d7-4d1c-a75f-85c2d1bfe910','lab','2017-04-07 11:45:13','lab'),(1314,'fcea4cdf-e7bd-4e96-966d-1fd5c1bf4eac','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/bd307bb6-1eca-4701-b7a4-453895775d8a','/openmrs/ws/rest/v1/reference-data/test/bd307bb6-1eca-4701-b7a4-453895775d8a','lab','2017-04-07 11:45:13','lab'),(1315,'3f527f75-9c76-4f2f-bd2f-d0615137575b','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/8e84a430-b0d7-4345-95b9-120788d869cd','/openmrs/ws/rest/v1/reference-data/test/8e84a430-b0d7-4345-95b9-120788d869cd','lab','2017-04-07 11:45:13','lab'),(1316,'21bb7210-48ba-4fe3-9f8c-1632e40c146c','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/c89d980e-fad8-4f3b-b90d-4d81d3093a79','/openmrs/ws/rest/v1/reference-data/test/c89d980e-fad8-4f3b-b90d-4d81d3093a79','lab','2017-04-07 11:45:13','lab'),(1317,'e3eff3c3-80c0-4eeb-aa16-4fe5fcf66c31','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/80a32cb4-ee68-49f7-8892-f2ebbf110b39','/openmrs/ws/rest/v1/reference-data/test/80a32cb4-ee68-49f7-8892-f2ebbf110b39','lab','2017-04-07 11:45:13','lab'),(1318,'001a71e0-9869-4801-a511-95776f45d72c','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/114863da-eefb-45f7-b37d-2c095e845d05','/openmrs/ws/rest/v1/reference-data/test/114863da-eefb-45f7-b37d-2c095e845d05','lab','2017-04-07 11:45:14','lab'),(1319,'ccd86680-9f67-4ad6-833b-0f689802700e','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/84e37a15-338a-4d3c-9c33-41a5e4b78f56','/openmrs/ws/rest/v1/reference-data/test/84e37a15-338a-4d3c-9c33-41a5e4b78f56','lab','2017-04-07 11:45:14','lab'),(1320,'899fc29d-247b-40ac-b22e-aa9ee8426b64','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/93272a43-caaf-4f70-915a-3e45aab22d44','/openmrs/ws/rest/v1/reference-data/test/93272a43-caaf-4f70-915a-3e45aab22d44','lab','2017-04-07 11:45:14','lab'),(1321,'a19eda20-d56d-4da9-9b39-976f2f989bd1','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/db9816b9-cf9c-4a44-8d71-7d2ca76114ed','/openmrs/ws/rest/v1/reference-data/test/db9816b9-cf9c-4a44-8d71-7d2ca76114ed','lab','2017-04-07 11:45:14','lab'),(1322,'393d0316-2391-44aa-8da9-bf9f648f35b0','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/3d9747a2-5bc2-45ff-9905-5b486ba40748','/openmrs/ws/rest/v1/reference-data/test/3d9747a2-5bc2-45ff-9905-5b486ba40748','lab','2017-04-07 11:45:14','lab'),(1323,'36fcf3cb-a214-447f-96c3-5c8a187846bb','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/30252bb7-c5b0-4085-8a8b-9a2c95a61ea7','/openmrs/ws/rest/v1/reference-data/test/30252bb7-c5b0-4085-8a8b-9a2c95a61ea7','lab','2017-04-07 11:45:14','lab'),(1324,'fa49681e-b6df-4337-9ce7-fd64a60d12f6','test','2017-04-07 11:45:14','/openmrs/ws/rest/v1/reference-data/test/a04a813e-b8d9-4ff4-989f-aee9386082fe','/openmrs/ws/rest/v1/reference-data/test/a04a813e-b8d9-4ff4-989f-aee9386082fe','lab','2017-04-07 11:45:14','lab'),(1325,'d809b28c-aaab-44a7-9b85-1e9d0a23f850','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/0dbfdad2-2f55-47da-8c37-c8dc21a03955','/openmrs/ws/rest/v1/reference-data/test/0dbfdad2-2f55-47da-8c37-c8dc21a03955','lab','2017-04-07 11:45:14','lab'),(1326,'56e5e57f-110a-4d52-a58b-81ba1af48d3c','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/ddef0ca1-7132-4b0d-aa67-459eea7706bb','/openmrs/ws/rest/v1/reference-data/test/ddef0ca1-7132-4b0d-aa67-459eea7706bb','lab','2017-04-07 11:45:14','lab'),(1327,'2d99ae0e-1447-4193-8d38-d957e2849244','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/500b0dbf-40f1-48f4-982e-62b46d04ae19','/openmrs/ws/rest/v1/reference-data/test/500b0dbf-40f1-48f4-982e-62b46d04ae19','lab','2017-04-07 11:45:14','lab'),(1328,'ad977bb8-b78d-42c8-8074-dca5670fdf64','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/2b809979-3cd9-41b8-a1d7-228200c27fe8','/openmrs/ws/rest/v1/reference-data/test/2b809979-3cd9-41b8-a1d7-228200c27fe8','lab','2017-04-07 11:45:14','lab'),(1329,'17929ada-0500-49dd-9067-7ddc3f00bcb9','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/2be0dd33-272b-4c8d-9ffd-fdfea02be5de','/openmrs/ws/rest/v1/reference-data/test/2be0dd33-272b-4c8d-9ffd-fdfea02be5de','lab','2017-04-07 11:45:14','lab'),(1330,'5dc9886c-cb05-4a93-89b9-f78469ef31b3','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/884b247b-2fa9-4fb6-bb4d-267baaeb5560','/openmrs/ws/rest/v1/reference-data/test/884b247b-2fa9-4fb6-bb4d-267baaeb5560','lab','2017-04-07 11:45:15','lab'),(1331,'20f0a4ad-2c29-42d7-9bca-42429b4a8276','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/64d7f458-c2ba-4099-ae95-e41cf61372a8','/openmrs/ws/rest/v1/reference-data/test/64d7f458-c2ba-4099-ae95-e41cf61372a8','lab','2017-04-07 11:45:15','lab'),(1332,'2d2a2810-108e-4691-a3fd-d8b6307c5e9c','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/6f5afa6e-8e05-45fc-8c86-c01de9671d6a','/openmrs/ws/rest/v1/reference-data/test/6f5afa6e-8e05-45fc-8c86-c01de9671d6a','lab','2017-04-07 11:45:15','lab'),(1333,'5a97f357-6526-4371-a4ac-0338c2b8fde3','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/cfb2b71a-4d02-4c07-b811-0d172719e796','/openmrs/ws/rest/v1/reference-data/test/cfb2b71a-4d02-4c07-b811-0d172719e796','lab','2017-04-07 11:45:15','lab'),(1334,'56816f82-adbf-4a43-9054-3d2ee628717b','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/23ba1e3f-78d4-4f0c-9074-bcf72e02e29b','/openmrs/ws/rest/v1/reference-data/test/23ba1e3f-78d4-4f0c-9074-bcf72e02e29b','lab','2017-04-07 11:45:15','lab'),(1335,'4a969951-e84a-4afc-821c-de68163f2f02','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/5bca44fa-55b2-4bac-a9f6-76c4c9e2a42e','/openmrs/ws/rest/v1/reference-data/test/5bca44fa-55b2-4bac-a9f6-76c4c9e2a42e','lab','2017-04-07 11:45:15','lab'),(1336,'5036924a-75f8-4606-b0d4-9657a4b20b3c','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/2eaf3038-7a66-45d0-87ad-be2bd7b2c469','/openmrs/ws/rest/v1/reference-data/test/2eaf3038-7a66-45d0-87ad-be2bd7b2c469','lab','2017-04-07 11:45:15','lab'),(1337,'f206a4e0-91bd-438a-bdf2-ddd702a21967','test','2017-04-07 11:45:15','/openmrs/ws/rest/v1/reference-data/test/b48b9084-7793-4186-af0b-b2f1cba71cdd','/openmrs/ws/rest/v1/reference-data/test/b48b9084-7793-4186-af0b-b2f1cba71cdd','lab','2017-04-07 11:45:15','lab'),(1338,'461b6341-180f-4754-9677-9b4f7150da19','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/c1efa7a7-8e04-4271-8b29-603130f044ca','/openmrs/ws/rest/v1/reference-data/test/c1efa7a7-8e04-4271-8b29-603130f044ca','lab','2017-04-07 11:45:15','lab'),(1339,'5677e92c-14cf-490c-8269-5d0160b6c986','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/5f3c0ff6-893a-494d-a614-deb76b5ad66c','/openmrs/ws/rest/v1/reference-data/test/5f3c0ff6-893a-494d-a614-deb76b5ad66c','lab','2017-04-07 11:45:15','lab'),(1340,'e9bac0dd-747e-4cd0-9fbb-e25b180bc8e2','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/6f97509e-7f84-48fe-802a-8d2b1e685187','/openmrs/ws/rest/v1/reference-data/test/6f97509e-7f84-48fe-802a-8d2b1e685187','lab','2017-04-07 11:45:15','lab'),(1341,'51050c7d-4ff8-4e66-b965-4e8f6b1bd299','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/f4a5dcf7-39f4-4d6b-86e2-800db50d1344','/openmrs/ws/rest/v1/reference-data/test/f4a5dcf7-39f4-4d6b-86e2-800db50d1344','lab','2017-04-07 11:45:15','lab'),(1342,'ed40d843-5acc-4d70-a36a-8cd321008a15','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/00d6198e-b023-48ff-93fc-1c7cbddc9cb2','/openmrs/ws/rest/v1/reference-data/test/00d6198e-b023-48ff-93fc-1c7cbddc9cb2','lab','2017-04-07 11:45:16','lab'),(1343,'5fff8466-067e-494e-822f-66c0bbcf000c','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/5d30ca78-371b-423c-ac0f-fac3e3948363','/openmrs/ws/rest/v1/reference-data/test/5d30ca78-371b-423c-ac0f-fac3e3948363','lab','2017-04-07 11:45:16','lab'),(1344,'a40e0747-a5d3-4a6b-8499-06f796c87a73','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/704f1bab-35f0-490b-b568-791f7718aa8f','/openmrs/ws/rest/v1/reference-data/test/704f1bab-35f0-490b-b568-791f7718aa8f','lab','2017-04-07 11:45:16','lab'),(1345,'97d89a61-4a90-4c94-98fd-9eca31b6539a','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/50fee7cd-c77d-4ac6-9aa7-7992fe20cba3','/openmrs/ws/rest/v1/reference-data/test/50fee7cd-c77d-4ac6-9aa7-7992fe20cba3','lab','2017-04-07 11:45:16','lab'),(1346,'799b27a5-bb60-446d-8b7c-5aba1db7dc9d','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/bd453260-a160-4e52-8c60-d5afcd6f838a','/openmrs/ws/rest/v1/reference-data/test/bd453260-a160-4e52-8c60-d5afcd6f838a','lab','2017-04-07 11:45:16','lab'),(1347,'0330fe53-b535-43d7-8291-333809006fb7','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/030ebdac-1e10-486b-8164-fedf56d97f34','/openmrs/ws/rest/v1/reference-data/test/030ebdac-1e10-486b-8164-fedf56d97f34','lab','2017-04-07 11:45:16','lab'),(1348,'d6c400a5-a93b-46c1-b68d-d4cb44a6fff3','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/b16b40be-dcd1-4204-8d1a-4002f11cf8be','/openmrs/ws/rest/v1/reference-data/test/b16b40be-dcd1-4204-8d1a-4002f11cf8be','lab','2017-04-07 11:45:16','lab'),(1349,'99095ab4-2223-43af-8034-594463e84a0c','test','2017-04-07 11:45:16','/openmrs/ws/rest/v1/reference-data/test/2d2649c8-4369-4f54-9fb9-afda1892f4b2','/openmrs/ws/rest/v1/reference-data/test/2d2649c8-4369-4f54-9fb9-afda1892f4b2','lab','2017-04-07 11:45:16','lab'),(1350,'4c4d6384-098a-434c-9e60-e327690a1f0b','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/749bbd04-ee27-410f-bf6e-c4dce97cdddc','/openmrs/ws/rest/v1/reference-data/test/749bbd04-ee27-410f-bf6e-c4dce97cdddc','lab','2017-04-07 11:45:16','lab'),(1351,'e06eea06-62b6-416c-8c5b-57f28d503e77','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/eb1a0f16-b28e-41f3-83c1-7a406c968f07','/openmrs/ws/rest/v1/reference-data/test/eb1a0f16-b28e-41f3-83c1-7a406c968f07','lab','2017-04-07 11:45:16','lab'),(1352,'73fc2b2a-7f70-4682-b4b7-ee80341723c0','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/6e5efa88-a16e-4b9f-bbf7-ea58dd79eaac','/openmrs/ws/rest/v1/reference-data/test/6e5efa88-a16e-4b9f-bbf7-ea58dd79eaac','lab','2017-04-07 11:45:16','lab'),(1353,'00d8a9bf-41e4-4995-98e8-d1ef736a7c2f','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/33ca4d56-8ed7-47b1-b0a9-d877d00ddf30','/openmrs/ws/rest/v1/reference-data/test/33ca4d56-8ed7-47b1-b0a9-d877d00ddf30','lab','2017-04-07 11:45:16','lab'),(1354,'1a033c8b-b590-4c3f-971e-0f122077a5eb','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/b6ecb3d7-bb7d-4d2c-b788-56e0dfa6baa5','/openmrs/ws/rest/v1/reference-data/test/b6ecb3d7-bb7d-4d2c-b788-56e0dfa6baa5','lab','2017-04-07 11:45:16','lab'),(1355,'59eea8a9-048a-404e-b9f5-0f237f842c85','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/f8aac837-4612-4aa8-9833-7bb62bb8e10b','/openmrs/ws/rest/v1/reference-data/test/f8aac837-4612-4aa8-9833-7bb62bb8e10b','lab','2017-04-07 11:45:16','lab'),(1356,'25c02a78-144b-41e2-b5f9-36084944e0d1','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/9a818ba6-f899-422f-8f02-28046281a026','/openmrs/ws/rest/v1/reference-data/test/9a818ba6-f899-422f-8f02-28046281a026','lab','2017-04-07 11:45:17','lab'),(1357,'0a3c10bb-7a56-4bfa-b87c-884dc4d186bc','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/d07c8dd0-17a6-4d36-844b-2567c865448e','/openmrs/ws/rest/v1/reference-data/test/d07c8dd0-17a6-4d36-844b-2567c865448e','lab','2017-04-07 11:45:17','lab'),(1358,'e17267ba-96c3-4e00-843d-b9405ef21109','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/85623206-efd8-4b0b-8b97-debfd0451f27','/openmrs/ws/rest/v1/reference-data/test/85623206-efd8-4b0b-8b97-debfd0451f27','lab','2017-04-07 11:45:17','lab'),(1359,'5aee72f3-0edb-4a1b-848e-925f1542f0fd','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/1e2fadaa-5937-4636-af58-5c308cc4f18c','/openmrs/ws/rest/v1/reference-data/test/1e2fadaa-5937-4636-af58-5c308cc4f18c','lab','2017-04-07 11:45:17','lab'),(1360,'6386b40d-3bb1-4d17-abfb-67baa681dd88','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/766b1d96-e8d8-415c-80f2-44dbc90e501f','/openmrs/ws/rest/v1/reference-data/test/766b1d96-e8d8-415c-80f2-44dbc90e501f','lab','2017-04-07 11:45:17','lab'),(1361,'398f468e-6d56-4b9a-909d-c48c7d76770d','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/ae29e6a6-0956-462f-b105-2964945781da','/openmrs/ws/rest/v1/reference-data/test/ae29e6a6-0956-462f-b105-2964945781da','lab','2017-04-07 11:45:17','lab'),(1362,'e4b30620-17a4-4047-b386-4a69683efc97','test','2017-04-07 11:45:17','/openmrs/ws/rest/v1/reference-data/test/81a4cbce-3096-4136-9297-139a1e7df0e3','/openmrs/ws/rest/v1/reference-data/test/81a4cbce-3096-4136-9297-139a1e7df0e3','lab','2017-04-07 11:45:17','lab'),(1363,'c5a039bf-85fa-4f55-9125-e3d31afd4cc0','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/04c9585f-8880-4728-9fa3-311b1203dd0e','/openmrs/ws/rest/v1/reference-data/test/04c9585f-8880-4728-9fa3-311b1203dd0e','lab','2017-04-07 11:45:17','lab'),(1364,'5c3dfd33-1a16-471b-abe8-3c278d3371a0','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/c9d448f0-baa0-4fd7-88bc-68aa457f3014','/openmrs/ws/rest/v1/reference-data/test/c9d448f0-baa0-4fd7-88bc-68aa457f3014','lab','2017-04-07 11:45:17','lab'),(1365,'c1e498ce-8425-4fcf-b6a7-4475d56fb44c','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/1f40002c-bba2-4b4c-a24a-7a72eee8b11c','/openmrs/ws/rest/v1/reference-data/test/1f40002c-bba2-4b4c-a24a-7a72eee8b11c','lab','2017-04-07 11:45:17','lab'),(1366,'4d9495f3-0e76-4f12-9dec-aed86bbd468f','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/3fa2697b-c965-4ea2-99b2-d53e7409f2e9','/openmrs/ws/rest/v1/reference-data/test/3fa2697b-c965-4ea2-99b2-d53e7409f2e9','lab','2017-04-07 11:45:17','lab'),(1367,'1e7b9dab-b188-4c5e-8d69-ac0fadef68d1','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/b3209be2-cc96-4e01-998a-64e221a41f77','/openmrs/ws/rest/v1/reference-data/test/b3209be2-cc96-4e01-998a-64e221a41f77','lab','2017-04-07 11:45:17','lab'),(1368,'9ace42f6-1b2d-4384-9451-c7f3b7ac71e8','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/d80a2962-49d9-445d-8174-c4c360f373f0','/openmrs/ws/rest/v1/reference-data/test/d80a2962-49d9-445d-8174-c4c360f373f0','lab','2017-04-07 11:45:18','lab'),(1369,'c8a2d0ed-ad43-4f13-b8a7-9ae90726254f','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/81a459e3-a8d6-4202-8f7f-4d7742293cae','/openmrs/ws/rest/v1/reference-data/test/81a459e3-a8d6-4202-8f7f-4d7742293cae','lab','2017-04-07 11:45:18','lab'),(1370,'b02eb3dd-4e45-46c3-8ca6-f39deb50aba0','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/34efdd4d-74ac-4625-8f83-fd57b781b471','/openmrs/ws/rest/v1/reference-data/test/34efdd4d-74ac-4625-8f83-fd57b781b471','lab','2017-04-07 11:45:18','lab'),(1371,'90f4ae30-433f-408b-8f03-22d5ad2df981','test','2017-04-07 11:45:18','/openmrs/ws/rest/v1/reference-data/test/051f91ad-908a-4748-9798-7873105b397e','/openmrs/ws/rest/v1/reference-data/test/051f91ad-908a-4748-9798-7873105b397e','lab','2017-04-07 11:45:18','lab'),(1372,'c0261b8b-43f6-45e3-805f-d4b92a1d51f1','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/a57c1df2-2224-4089-9c2d-e129f8c7a5b7','/openmrs/ws/rest/v1/reference-data/test/a57c1df2-2224-4089-9c2d-e129f8c7a5b7','lab','2017-04-07 11:45:18','lab'),(1373,'49efba00-66e8-477d-adc6-1ad6f60f2d4b','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/9c7c87f7-9d83-4300-96e8-579fb8ffde34','/openmrs/ws/rest/v1/reference-data/test/9c7c87f7-9d83-4300-96e8-579fb8ffde34','lab','2017-04-07 11:45:18','lab'),(1374,'3c21b775-6007-4684-9699-c7ca9615baeb','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/aa48d209-f5b9-4761-889a-9ce8972a1dfb','/openmrs/ws/rest/v1/reference-data/test/aa48d209-f5b9-4761-889a-9ce8972a1dfb','lab','2017-04-07 11:45:18','lab'),(1375,'274a97cb-b930-436d-9d67-97ab2d09f496','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/8f00b901-a279-4829-909b-f7915ab26f0f','/openmrs/ws/rest/v1/reference-data/test/8f00b901-a279-4829-909b-f7915ab26f0f','lab','2017-04-07 11:45:18','lab'),(1376,'5fd3245b-0e12-4131-a070-e210c7d55d89','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/86b66218-b6bd-4b48-8408-fa717ccfa0c4','/openmrs/ws/rest/v1/reference-data/test/86b66218-b6bd-4b48-8408-fa717ccfa0c4','lab','2017-04-07 11:45:18','lab'),(1377,'89db329d-09e4-4609-ab8a-0c6bb8861a1e','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/d25b0972-e7d9-44b6-9bf7-5075793e330f','/openmrs/ws/rest/v1/reference-data/test/d25b0972-e7d9-44b6-9bf7-5075793e330f','lab','2017-04-07 11:45:18','lab'),(1378,'b3209cdf-88fd-4e24-a422-8275806c3caa','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/66dd8112-be8a-4ff5-8739-c5aaad2a5261','/openmrs/ws/rest/v1/reference-data/test/66dd8112-be8a-4ff5-8739-c5aaad2a5261','lab','2017-04-07 11:45:18','lab'),(1379,'542c67e3-bc01-437c-a70b-774b866b9a71','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/c4f499c8-ce92-47a1-bac2-9f55615df68d','/openmrs/ws/rest/v1/reference-data/test/c4f499c8-ce92-47a1-bac2-9f55615df68d','lab','2017-04-07 11:45:19','lab'),(1380,'23e052fb-240b-49c2-98a4-9cd63e46dcb8','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/14b40e62-e561-4f69-bb62-0ae7180d05c6','/openmrs/ws/rest/v1/reference-data/test/14b40e62-e561-4f69-bb62-0ae7180d05c6','lab','2017-04-07 11:45:19','lab'),(1381,'025bbb33-a423-4c3c-aba7-1dcaf9b45ef7','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/af559983-06e1-4c5d-b459-49c172ec13cb','/openmrs/ws/rest/v1/reference-data/test/af559983-06e1-4c5d-b459-49c172ec13cb','lab','2017-04-07 11:45:19','lab'),(1382,'68c7ef80-5cc6-4b9c-8b20-10bfa988ae31','test','2017-04-07 11:45:19','/openmrs/ws/rest/v1/reference-data/test/195df9e5-56c7-464e-81bf-745596f77579','/openmrs/ws/rest/v1/reference-data/test/195df9e5-56c7-464e-81bf-745596f77579','lab','2017-04-07 11:45:19','lab'),(1383,'579775ed-da25-417d-9c73-deccc6d2364d','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/29732edf-c295-4e0b-8e07-cbd5f4657caf','/openmrs/ws/rest/v1/reference-data/test/29732edf-c295-4e0b-8e07-cbd5f4657caf','lab','2017-04-07 11:45:19','lab'),(1384,'ffa1ee37-13f8-443c-a1c9-31ceae5d44de','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/2787cccd-1f18-4fd5-ba50-b4867b408ee0','/openmrs/ws/rest/v1/reference-data/test/2787cccd-1f18-4fd5-ba50-b4867b408ee0','lab','2017-04-07 11:45:19','lab'),(1385,'e926b507-74b3-4c42-af4a-84f1470f1a30','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/ffc162d8-3f10-4607-948f-51de5f769600','/openmrs/ws/rest/v1/reference-data/test/ffc162d8-3f10-4607-948f-51de5f769600','lab','2017-04-07 11:45:19','lab'),(1386,'a7d22d8c-d29f-4845-87a3-a83f43afc9f7','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/aece3ef6-32dd-4faa-a3f5-f8f74b7802ef','/openmrs/ws/rest/v1/reference-data/test/aece3ef6-32dd-4faa-a3f5-f8f74b7802ef','lab','2017-04-07 11:45:19','lab'),(1387,'12d86d6f-1ce5-4ed2-ae40-1a5d4f4f308b','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/6233d4fa-1460-4472-b57a-93036ecde27d','/openmrs/ws/rest/v1/reference-data/test/6233d4fa-1460-4472-b57a-93036ecde27d','lab','2017-04-07 11:45:19','lab'),(1388,'02314c94-36f8-4f6b-b00d-b24d82b61c89','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/28dccf79-b2af-4446-a79e-7213df561a44','/openmrs/ws/rest/v1/reference-data/test/28dccf79-b2af-4446-a79e-7213df561a44','lab','2017-04-07 11:45:19','lab'),(1389,'824000ad-d51f-4d4a-90e1-f38f1d9aeb1f','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/64863ba2-6670-4ee2-a0b1-df827239939b','/openmrs/ws/rest/v1/reference-data/test/64863ba2-6670-4ee2-a0b1-df827239939b','lab','2017-04-07 11:45:19','lab'),(1390,'d1b9f63f-d859-4042-8be6-6096720c5e8b','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/2f339fe2-9514-41df-af95-84b2bba7a9f0','/openmrs/ws/rest/v1/reference-data/test/2f339fe2-9514-41df-af95-84b2bba7a9f0','lab','2017-04-07 11:45:20','lab'),(1391,'9d7c765b-7a71-46e5-b443-71eb4e2326a8','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/45f47208-99ee-43a9-92e7-50a0e6e319d7','/openmrs/ws/rest/v1/reference-data/test/45f47208-99ee-43a9-92e7-50a0e6e319d7','lab','2017-04-07 11:45:20','lab'),(1392,'4ef3ea4e-2a29-433e-9e07-10827b854cd1','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/ef61380f-afc8-46bf-8905-4f1edd0a9896','/openmrs/ws/rest/v1/reference-data/test/ef61380f-afc8-46bf-8905-4f1edd0a9896','lab','2017-04-07 11:45:20','lab'),(1393,'b73d400b-03d2-4ae3-9263-02781fd6bb40','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/153d1ce9-582a-4365-8794-e4bf824c3735','/openmrs/ws/rest/v1/reference-data/test/153d1ce9-582a-4365-8794-e4bf824c3735','lab','2017-04-07 11:45:20','lab'),(1394,'476a2842-c0c3-4c16-9977-4a03a159f7f2','test','2017-04-07 11:45:20','/openmrs/ws/rest/v1/reference-data/test/135f70c3-8d3b-41d0-b9b1-4c9cba53dbb6','/openmrs/ws/rest/v1/reference-data/test/135f70c3-8d3b-41d0-b9b1-4c9cba53dbb6','lab','2017-04-07 11:45:20','lab'),(1395,'5de9b435-bbac-4a79-833f-cf37da161c84','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/f9f90a96-33d5-4c72-b983-abff50a7a0b7','/openmrs/ws/rest/v1/reference-data/test/f9f90a96-33d5-4c72-b983-abff50a7a0b7','lab','2017-04-07 11:45:20','lab'),(1396,'d56c3116-c7be-40eb-9b4c-14067c0c21c7','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/0d985240-0932-48a4-922b-8ea8632aa9c6','/openmrs/ws/rest/v1/reference-data/test/0d985240-0932-48a4-922b-8ea8632aa9c6','lab','2017-04-07 11:45:20','lab'),(1397,'f53ab233-c823-4955-a357-0ace95d617b3','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/86e57aa3-0b7b-45dc-9608-2f5b1dc05be3','/openmrs/ws/rest/v1/reference-data/test/86e57aa3-0b7b-45dc-9608-2f5b1dc05be3','lab','2017-04-07 11:45:20','lab'),(1398,'81161290-bd00-4515-b969-b9965ded3dc6','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/18268e16-5ac7-496f-8989-91521535b866','/openmrs/ws/rest/v1/reference-data/test/18268e16-5ac7-496f-8989-91521535b866','lab','2017-04-07 11:45:20','lab'),(1399,'b30cd534-0515-4be7-a94a-df20d1d62329','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/26d9faff-6aab-4e57-b1aa-49bc9fe60b66','/openmrs/ws/rest/v1/reference-data/test/26d9faff-6aab-4e57-b1aa-49bc9fe60b66','lab','2017-04-07 11:45:20','lab'),(1400,'ada9cf84-4761-4fc2-bf6b-0b81275eaa59','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/7844a0b2-967d-40a2-9c3b-1e53d6973596','/openmrs/ws/rest/v1/reference-data/test/7844a0b2-967d-40a2-9c3b-1e53d6973596','lab','2017-04-07 11:45:20','lab'),(1401,'611b2ebc-97d2-4279-99cc-bd012e2547be','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/b26fa869-1e17-4278-b578-22367ed7b41c','/openmrs/ws/rest/v1/reference-data/test/b26fa869-1e17-4278-b578-22367ed7b41c','lab','2017-04-07 11:45:21','lab'),(1402,'3b3b1519-a3c8-4d0e-a951-f18345c2a44f','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/4bdc27e9-ed64-461f-8ef2-1033810d3b41','/openmrs/ws/rest/v1/reference-data/test/4bdc27e9-ed64-461f-8ef2-1033810d3b41','lab','2017-04-07 11:45:21','lab'),(1403,'28157115-53bf-42ac-b3e8-eafa91a54268','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/399c4f81-3c33-4402-9fec-e6fdc4aa85ff','/openmrs/ws/rest/v1/reference-data/test/399c4f81-3c33-4402-9fec-e6fdc4aa85ff','lab','2017-04-07 11:45:21','lab'),(1404,'93b9e323-f2c2-418b-b814-0b11125bbd07','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/4f5abbd4-13fc-43f2-b02d-4e3a9c91c989','/openmrs/ws/rest/v1/reference-data/test/4f5abbd4-13fc-43f2-b02d-4e3a9c91c989','lab','2017-04-07 11:45:21','lab'),(1405,'922faa24-74e5-41d0-a129-6b98674b176b','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/ffdcd279-7a4f-432b-bc22-93a06571c9bc','/openmrs/ws/rest/v1/reference-data/test/ffdcd279-7a4f-432b-bc22-93a06571c9bc','lab','2017-04-07 11:45:21','lab'),(1406,'27f4a4a1-0eab-4b5a-bbd9-ddccf42873f5','test','2017-04-07 11:45:21','/openmrs/ws/rest/v1/reference-data/test/f9e0a219-c1ef-41f6-a1ee-2d39f303eaf0','/openmrs/ws/rest/v1/reference-data/test/f9e0a219-c1ef-41f6-a1ee-2d39f303eaf0','lab','2017-04-07 11:45:21','lab'),(1407,'258894d0-d939-402e-bf32-076001617e4a','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/0f821b27-d92f-4f05-9ccb-1ec528a11e15','/openmrs/ws/rest/v1/reference-data/test/0f821b27-d92f-4f05-9ccb-1ec528a11e15','lab','2017-04-07 11:45:21','lab'),(1408,'cae7b8ee-5e3c-4e16-b740-e92b2b7eb2e0','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/8ff2cd20-3d36-4b87-b46b-de0f748b5dea','/openmrs/ws/rest/v1/reference-data/test/8ff2cd20-3d36-4b87-b46b-de0f748b5dea','lab','2017-04-07 11:45:21','lab'),(1409,'b3115e9f-c4a7-4b6f-982b-69e88afeb6d2','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/7c0e329a-6c37-406d-9dbe-ec06e677369c','/openmrs/ws/rest/v1/reference-data/test/7c0e329a-6c37-406d-9dbe-ec06e677369c','lab','2017-04-07 11:45:21','lab'),(1410,'80e49a9f-447d-4e94-b8fe-bbdca280b4b5','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/52a90e3d-f077-45b9-939f-e82d2ef1dd3e','/openmrs/ws/rest/v1/reference-data/test/52a90e3d-f077-45b9-939f-e82d2ef1dd3e','lab','2017-04-07 11:45:21','lab'),(1411,'8bb311d8-6ff7-44f3-9c53-277c618096ba','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/5f90c21c-344b-4d10-ab34-0fce8f40854a','/openmrs/ws/rest/v1/reference-data/test/5f90c21c-344b-4d10-ab34-0fce8f40854a','lab','2017-04-07 11:45:21','lab'),(1412,'6aab1ff3-81e0-42ba-b5f3-f8e18c50e9a9','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/0c67934f-df16-478f-a911-f273601745fa','/openmrs/ws/rest/v1/reference-data/test/0c67934f-df16-478f-a911-f273601745fa','lab','2017-04-07 11:45:21','lab'),(1413,'a5dbec0a-97cc-46f8-a731-ca2800a14899','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/17e7e32f-d246-46c5-b653-8ca07718848d','/openmrs/ws/rest/v1/reference-data/test/17e7e32f-d246-46c5-b653-8ca07718848d','lab','2017-04-07 11:45:21','lab'),(1414,'728297c1-65b6-4360-8d45-b4f71029bd1d','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/368572b4-28c2-4f4e-9bcc-347b2f3cfc1b','/openmrs/ws/rest/v1/reference-data/test/368572b4-28c2-4f4e-9bcc-347b2f3cfc1b','lab','2017-04-07 11:45:22','lab'),(1415,'d0423a34-e573-4491-a038-dbd4850569a3','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/ec1ad7d1-279a-4971-8cb2-da42f69a41b6','/openmrs/ws/rest/v1/reference-data/test/ec1ad7d1-279a-4971-8cb2-da42f69a41b6','lab','2017-04-07 11:45:22','lab'),(1416,'f0deb64d-be7c-402d-a5d8-65f345dceabd','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/04217052-36e8-4942-a8b6-cfee4b0be19b','/openmrs/ws/rest/v1/reference-data/test/04217052-36e8-4942-a8b6-cfee4b0be19b','lab','2017-04-07 11:45:22','lab'),(1417,'6fe5df32-3719-4aca-8ff5-2a7eb5608f2b','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/472cf4fe-c983-40b1-a3ea-dd821fce9c5c','/openmrs/ws/rest/v1/reference-data/test/472cf4fe-c983-40b1-a3ea-dd821fce9c5c','lab','2017-04-07 11:45:22','lab'),(1418,'81cdac42-fa44-4c45-9c19-27a0e5733c30','test','2017-04-07 11:45:22','/openmrs/ws/rest/v1/reference-data/test/02be088b-0a70-454d-b5c1-2a714ee46aef','/openmrs/ws/rest/v1/reference-data/test/02be088b-0a70-454d-b5c1-2a714ee46aef','lab','2017-04-07 11:45:22','lab'),(1419,'5a0c0057-26a1-4f96-84a3-8361df697d60','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/7ca1aab5-e420-4f9b-909e-b3081d7b5856','/openmrs/ws/rest/v1/reference-data/test/7ca1aab5-e420-4f9b-909e-b3081d7b5856','lab','2017-04-07 11:45:22','lab'),(1420,'a3185ac6-54b2-4fe7-b6e5-06c84dc27004','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/dc1f6f43-1c2d-4f18-b52a-a217ff79b8d9','/openmrs/ws/rest/v1/reference-data/test/dc1f6f43-1c2d-4f18-b52a-a217ff79b8d9','lab','2017-04-07 11:45:22','lab'),(1421,'7248a7cc-7f0d-4462-a4fc-225fb64956dd','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/a59c2077-6d35-4eb3-af10-ec7200caa181','/openmrs/ws/rest/v1/reference-data/test/a59c2077-6d35-4eb3-af10-ec7200caa181','lab','2017-04-07 11:45:22','lab'),(1422,'4efc6753-42b8-4007-b01e-e53874bc4204','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/c700a5c2-117e-4052-a958-2b1655742e74','/openmrs/ws/rest/v1/reference-data/test/c700a5c2-117e-4052-a958-2b1655742e74','lab','2017-04-07 11:45:22','lab'),(1423,'30d376a2-7742-40ac-aeaa-a127f7928ef7','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/ed664869-4d62-4442-ad27-e6a32f46a42f','/openmrs/ws/rest/v1/reference-data/test/ed664869-4d62-4442-ad27-e6a32f46a42f','lab','2017-04-07 11:45:22','lab'),(1424,'71120638-7bbc-49ab-bd35-b985b64480ba','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/9965e25e-7003-44cd-93f9-8fbe1948d068','/openmrs/ws/rest/v1/reference-data/test/9965e25e-7003-44cd-93f9-8fbe1948d068','lab','2017-04-07 11:45:22','lab'),(1425,'a5b99cce-5da1-4c40-b5c8-5b5b373583b1','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/33cb5232-172e-4769-ad2d-49fadaafc318','/openmrs/ws/rest/v1/reference-data/test/33cb5232-172e-4769-ad2d-49fadaafc318','lab','2017-04-07 11:45:23','lab'),(1426,'c052a71b-8c35-402c-b284-91a13806d749','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/00f750d7-53b4-417a-bd30-70ba781bfe6c','/openmrs/ws/rest/v1/reference-data/test/00f750d7-53b4-417a-bd30-70ba781bfe6c','lab','2017-04-07 11:45:23','lab'),(1427,'7c2d5104-eb70-4c7e-a42b-784b19f55a84','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/55560bc3-a240-4884-8bda-6ad59de75ad1','/openmrs/ws/rest/v1/reference-data/test/55560bc3-a240-4884-8bda-6ad59de75ad1','lab','2017-04-07 11:45:23','lab'),(1428,'f5bdb171-9010-4f03-b541-80a8490b0778','test','2017-04-07 11:45:23','/openmrs/ws/rest/v1/reference-data/test/9c5cc97e-cd63-4ce2-bb21-e07e6764d936','/openmrs/ws/rest/v1/reference-data/test/9c5cc97e-cd63-4ce2-bb21-e07e6764d936','lab','2017-04-07 11:45:23','lab'),(1429,'b48a21fc-a97c-4ec8-b153-058c162dda6a','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/4ab52ff6-6369-4b0b-b63d-f7f40b1398b2','/openmrs/ws/rest/v1/reference-data/test/4ab52ff6-6369-4b0b-b63d-f7f40b1398b2','lab','2017-04-07 11:45:23','lab'),(1430,'c9f13221-634d-4f28-a905-6efcb30e7938','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/e59baa3c-79da-425c-b771-ae573b676282','/openmrs/ws/rest/v1/reference-data/test/e59baa3c-79da-425c-b771-ae573b676282','lab','2017-04-07 11:45:23','lab'),(1431,'afeee963-78c8-4326-bb04-5c6b8c4bff8f','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/f37283a5-b5b0-43a1-93f0-b5a39f9e7606','/openmrs/ws/rest/v1/reference-data/test/f37283a5-b5b0-43a1-93f0-b5a39f9e7606','lab','2017-04-07 11:45:23','lab'),(1432,'779cb8c3-3a91-440e-bb9d-ba3971588baf','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/5b31e3a9-2ee2-47c9-bb1b-b0e8b6c9bbfb','/openmrs/ws/rest/v1/reference-data/test/5b31e3a9-2ee2-47c9-bb1b-b0e8b6c9bbfb','lab','2017-04-07 11:45:23','lab'),(1433,'325d29ee-8664-49ac-a59a-2e4af7f36f33','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/d0643625-188a-4f3e-a53d-1cd2b3ac36cd','/openmrs/ws/rest/v1/reference-data/test/d0643625-188a-4f3e-a53d-1cd2b3ac36cd','lab','2017-04-07 11:45:23','lab'),(1434,'f9db6ad2-cf50-425c-94bc-541b7b1e48ee','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/0c93e119-42be-471f-98b1-c4000f013f66','/openmrs/ws/rest/v1/reference-data/test/0c93e119-42be-471f-98b1-c4000f013f66','lab','2017-04-07 11:45:23','lab'),(1435,'6a6e2b5a-82c6-4801-b300-38335ecceecc','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/5784d604-02b6-4c5a-89b1-044db2c2cfe6','/openmrs/ws/rest/v1/reference-data/test/5784d604-02b6-4c5a-89b1-044db2c2cfe6','lab','2017-04-07 11:45:24','lab'),(1436,'e08f2cc0-eff0-4969-b56b-139036c40102','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/d6bf2b77-de6c-4f01-b8f8-c486b109fb5a','/openmrs/ws/rest/v1/reference-data/test/d6bf2b77-de6c-4f01-b8f8-c486b109fb5a','lab','2017-04-07 11:45:24','lab'),(1437,'18a86734-14a7-4275-b4a2-e534d3e044e7','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/119c49bc-d24d-4059-93ca-a001177ecdcc','/openmrs/ws/rest/v1/reference-data/test/119c49bc-d24d-4059-93ca-a001177ecdcc','lab','2017-04-07 11:45:24','lab'),(1438,'2be0b3da-fae8-4026-aeed-22286f6d91f6','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/67c3299e-12b6-45c7-886c-e806eec9a4b1','/openmrs/ws/rest/v1/reference-data/test/67c3299e-12b6-45c7-886c-e806eec9a4b1','lab','2017-04-07 11:45:24','lab'),(1439,'53c12359-0106-4aed-98e7-fdb765849efc','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/54184945-b7cc-43f9-b4d3-ea44755b3fa4','/openmrs/ws/rest/v1/reference-data/test/54184945-b7cc-43f9-b4d3-ea44755b3fa4','lab','2017-04-07 11:45:24','lab'),(1440,'73ad4e1e-3ec9-42ca-93d1-fb86bad3d99d','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/dd8d600b-d177-4b35-98e9-0c8e2a5236ee','/openmrs/ws/rest/v1/reference-data/test/dd8d600b-d177-4b35-98e9-0c8e2a5236ee','lab','2017-04-07 11:45:24','lab'),(1441,'4fb25de8-fcb8-490e-a321-9caa17488c84','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/d08109b5-da7a-4146-8288-a0f753e592ed','/openmrs/ws/rest/v1/reference-data/test/d08109b5-da7a-4146-8288-a0f753e592ed','lab','2017-04-07 11:45:24','lab'),(1442,'58dd1402-5aeb-424b-962f-7f448f6ca33f','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/350e7d13-1180-4b5e-8113-e2453053f95e','/openmrs/ws/rest/v1/reference-data/test/350e7d13-1180-4b5e-8113-e2453053f95e','lab','2017-04-07 11:45:24','lab'),(1443,'c0d4570b-32b9-4bd3-b0bc-50271d9f4dd1','test','2017-04-07 11:45:24','/openmrs/ws/rest/v1/reference-data/test/74c8f15f-df52-4842-91f1-70676d6f0422','/openmrs/ws/rest/v1/reference-data/test/74c8f15f-df52-4842-91f1-70676d6f0422','lab','2017-04-07 11:45:24','lab'),(1444,'ee485d58-b652-45e4-944e-b91f587855e7','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/574a3e94-a747-4635-afe5-e3578955c57d','/openmrs/ws/rest/v1/reference-data/test/574a3e94-a747-4635-afe5-e3578955c57d','lab','2017-04-07 11:45:24','lab'),(1445,'3df95cdc-56bb-4247-838f-9118278e7a4f','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/f94a2dfc-cce1-4b6e-aa05-94c02ecb350f','/openmrs/ws/rest/v1/reference-data/test/f94a2dfc-cce1-4b6e-aa05-94c02ecb350f','lab','2017-04-07 11:45:24','lab'),(1446,'f73b39ff-11de-4732-bb18-354bab528faf','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/e05e65c8-c116-4450-b920-f02d8482bb55','/openmrs/ws/rest/v1/reference-data/test/e05e65c8-c116-4450-b920-f02d8482bb55','lab','2017-04-07 11:45:24','lab'),(1447,'7f5a80cf-2741-4077-ae10-f5e81156de55','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/00d811aa-6090-4122-b974-4e837bc1916d','/openmrs/ws/rest/v1/reference-data/test/00d811aa-6090-4122-b974-4e837bc1916d','lab','2017-04-07 11:45:24','lab'),(1448,'c2cb3daa-3dea-473e-b455-182ecccf74dd','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/895f54bc-ffdb-4d9f-a760-d79574e4dd8c','/openmrs/ws/rest/v1/reference-data/test/895f54bc-ffdb-4d9f-a760-d79574e4dd8c','lab','2017-04-07 11:45:24','lab'),(1449,'8c22baee-43ff-4fb8-8385-cfde660cb2ac','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/dcbe03f5-cad3-4bda-81df-01bdee979e57','/openmrs/ws/rest/v1/reference-data/test/dcbe03f5-cad3-4bda-81df-01bdee979e57','lab','2017-04-07 11:45:24','lab'),(1450,'92698a1f-0a87-4bf1-8b53-c77daa8c2bee','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/c0d58329-ab01-4a0c-b915-311a3ee66f35','/openmrs/ws/rest/v1/reference-data/test/c0d58329-ab01-4a0c-b915-311a3ee66f35','lab','2017-04-07 11:45:25','lab'),(1451,'7b435331-f13b-4052-970c-d9d5305f0092','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/ad2388c1-751f-4f69-ac80-23a9ae52b819','/openmrs/ws/rest/v1/reference-data/test/ad2388c1-751f-4f69-ac80-23a9ae52b819','lab','2017-04-07 11:45:25','lab'),(1452,'66f6596f-2659-4e8c-8812-b33060341665','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/3f36b87b-866c-4c9e-8ed1-3a43a85b7d40','/openmrs/ws/rest/v1/reference-data/test/3f36b87b-866c-4c9e-8ed1-3a43a85b7d40','lab','2017-04-07 11:45:25','lab'),(1453,'7f4e33cb-b5b3-44c9-925e-3ab32fc1abf4','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/fa17e843-e632-45b2-b597-a042a716144f','/openmrs/ws/rest/v1/reference-data/test/fa17e843-e632-45b2-b597-a042a716144f','lab','2017-04-07 11:45:25','lab'),(1454,'e46ba406-8b43-4e9f-8eef-f5790558c52b','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/923420ac-a96c-4801-ba0e-8595e1f5bac0','/openmrs/ws/rest/v1/reference-data/test/923420ac-a96c-4801-ba0e-8595e1f5bac0','lab','2017-04-07 11:45:25','lab'),(1455,'079686b0-fa59-4433-8e85-1407b45fb31f','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/b6f9a817-8df5-4f8b-b3e2-00dca31cbedd','/openmrs/ws/rest/v1/reference-data/test/b6f9a817-8df5-4f8b-b3e2-00dca31cbedd','lab','2017-04-07 11:45:25','lab'),(1456,'ea55373e-1e78-4389-8d82-11cbb0a86392','test','2017-04-07 11:45:25','/openmrs/ws/rest/v1/reference-data/test/0bf86137-4a6f-485e-a8b4-5a7b38e65321','/openmrs/ws/rest/v1/reference-data/test/0bf86137-4a6f-485e-a8b4-5a7b38e65321','lab','2017-04-07 11:45:25','lab'),(1457,'ccdb00ce-0052-48b9-be1f-ec6df7bc1c02','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/f6056819-db65-46fe-975b-3287acb976cc','/openmrs/ws/rest/v1/reference-data/test/f6056819-db65-46fe-975b-3287acb976cc','lab','2017-04-07 11:45:25','lab'),(1458,'5d8cd340-8251-41ba-8b75-634bfda9098d','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/7c9bf45b-0b30-4dc3-82f5-0e574d36ebfc','/openmrs/ws/rest/v1/reference-data/test/7c9bf45b-0b30-4dc3-82f5-0e574d36ebfc','lab','2017-04-07 11:45:25','lab'),(1459,'72e4d1da-0820-4a37-89ef-c2480c3119e4','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/4dcbf179-ec89-4abe-9841-834c1e912f25','/openmrs/ws/rest/v1/reference-data/test/4dcbf179-ec89-4abe-9841-834c1e912f25','lab','2017-04-07 11:45:25','lab'),(1460,'45c36c1d-18c1-44ed-8f53-4980f4e3c3cb','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/4dcbf179-ec89-4abe-9841-834c1e912f25','/openmrs/ws/rest/v1/reference-data/test/4dcbf179-ec89-4abe-9841-834c1e912f25','lab','2017-04-07 11:45:25','lab'),(1461,'c517f468-6683-499d-a727-11d8e9ff418b','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/7eea4026-21ee-45b9-b339-28fafb778390','/openmrs/ws/rest/v1/reference-data/test/7eea4026-21ee-45b9-b339-28fafb778390','lab','2017-04-07 11:45:25','lab'),(1462,'af936490-5e54-4eec-ace1-03ba46306b9a','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/7eea4026-21ee-45b9-b339-28fafb778390','/openmrs/ws/rest/v1/reference-data/test/7eea4026-21ee-45b9-b339-28fafb778390','lab','2017-04-07 11:45:25','lab'),(1463,'171e594f-eea4-4359-9191-d1917eebeb11','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/353b4c2a-5032-44b4-9c49-fb418ac2b7c3','/openmrs/ws/rest/v1/reference-data/test/353b4c2a-5032-44b4-9c49-fb418ac2b7c3','lab','2017-04-07 11:45:25','lab'),(1464,'2b2f7fa1-dc56-4994-b949-fea51e1ca153','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/353b4c2a-5032-44b4-9c49-fb418ac2b7c3','/openmrs/ws/rest/v1/reference-data/test/353b4c2a-5032-44b4-9c49-fb418ac2b7c3','lab','2017-04-07 11:45:26','lab'),(1465,'7bbd1547-52cf-4308-ab1f-711492f97a2c','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/723c16c1-9f3f-44c6-8c61-b61f04aaf9a1','/openmrs/ws/rest/v1/reference-data/test/723c16c1-9f3f-44c6-8c61-b61f04aaf9a1','lab','2017-04-07 11:45:26','lab'),(1466,'74c8a66b-4cfc-4357-a29d-8b11273c9b83','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/723c16c1-9f3f-44c6-8c61-b61f04aaf9a1','/openmrs/ws/rest/v1/reference-data/test/723c16c1-9f3f-44c6-8c61-b61f04aaf9a1','lab','2017-04-07 11:45:26','lab'),(1467,'46281c21-0658-456c-80fc-c233998ac7cb','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/7fb5d341-f74a-4ee4-b9f7-7149fe8116c6','/openmrs/ws/rest/v1/reference-data/test/7fb5d341-f74a-4ee4-b9f7-7149fe8116c6','lab','2017-04-07 11:45:26','lab'),(1468,'f4ac4601-7ace-420f-bde1-9af95fefaa8f','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/4eca00ae-fc7c-40c2-bceb-0388913304af','/openmrs/ws/rest/v1/reference-data/test/4eca00ae-fc7c-40c2-bceb-0388913304af','lab','2017-04-07 11:45:26','lab'),(1469,'ac3a6539-bf22-439b-8dac-683c294e36f9','test','2017-04-07 11:45:26','/openmrs/ws/rest/v1/reference-data/test/742bfb43-e564-4616-b59e-712347518c96','/openmrs/ws/rest/v1/reference-data/test/742bfb43-e564-4616-b59e-712347518c96','lab','2017-04-07 11:45:26','lab'),(1470,'48291473-795a-4ae6-91f7-6196a3e8689c','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/a13cb92c-696c-4ad2-9876-c3e8a78cf730','/openmrs/ws/rest/v1/reference-data/test/a13cb92c-696c-4ad2-9876-c3e8a78cf730','lab','2017-04-07 11:45:26','lab'),(1471,'38def9eb-2c11-499c-9a6a-4bb0ae475cf9','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/a13cb92c-696c-4ad2-9876-c3e8a78cf730','/openmrs/ws/rest/v1/reference-data/test/a13cb92c-696c-4ad2-9876-c3e8a78cf730','lab','2017-04-07 11:45:26','lab'),(1472,'eedd3815-e67b-4d25-b727-e236af3f202a','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/c374f936-f60d-4aa7-bb0b-ce897a74bd71','/openmrs/ws/rest/v1/reference-data/test/c374f936-f60d-4aa7-bb0b-ce897a74bd71','lab','2017-04-07 11:45:26','lab'),(1473,'d9dc2bff-b973-4694-8d22-034116c6532a','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/77cef6f8-ca40-4041-8b10-7a11c7c2fa72','/openmrs/ws/rest/v1/reference-data/test/77cef6f8-ca40-4041-8b10-7a11c7c2fa72','lab','2017-04-07 11:45:26','lab'),(1474,'11ee56ba-eb55-496d-8115-ce33e33eb079','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/b0e768ba-3dcc-4c15-a41c-60a0e0bc54e4','/openmrs/ws/rest/v1/reference-data/test/b0e768ba-3dcc-4c15-a41c-60a0e0bc54e4','lab','2017-04-07 11:45:26','lab'),(1475,'d4cd335b-32ba-4467-b892-b996f13d34c7','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/8fda6800-d687-4479-8a15-958f905d9cfe','/openmrs/ws/rest/v1/reference-data/test/8fda6800-d687-4479-8a15-958f905d9cfe','lab','2017-04-07 11:45:26','lab'),(1476,'4b414181-6425-44fc-b852-2eb897c76806','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/9246b6c3-063f-4267-8967-a6f8a3d97d5e','/openmrs/ws/rest/v1/reference-data/test/9246b6c3-063f-4267-8967-a6f8a3d97d5e','lab','2017-04-07 11:45:26','lab'),(1477,'67ecbb6b-fb32-44df-bf4a-42110cd52935','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/9246b6c3-063f-4267-8967-a6f8a3d97d5e','/openmrs/ws/rest/v1/reference-data/test/9246b6c3-063f-4267-8967-a6f8a3d97d5e','lab','2017-04-07 11:45:26','lab'),(1478,'69362832-0bee-4933-8ec7-b215f4d04234','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/eaf7d297-af95-4c25-8e32-7d9fedfb9a17','/openmrs/ws/rest/v1/reference-data/test/eaf7d297-af95-4c25-8e32-7d9fedfb9a17','lab','2017-04-07 11:45:27','lab'),(1479,'8a267cff-daa3-4fbb-975a-ab0580668c53','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/eaf7d297-af95-4c25-8e32-7d9fedfb9a17','/openmrs/ws/rest/v1/reference-data/test/eaf7d297-af95-4c25-8e32-7d9fedfb9a17','lab','2017-04-07 11:45:27','lab'),(1480,'16a48e72-6b77-4e03-82f1-90d57f15c004','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/c8d3dc4d-7aa6-472b-ab70-98ef8830bc88','/openmrs/ws/rest/v1/reference-data/test/c8d3dc4d-7aa6-472b-ab70-98ef8830bc88','lab','2017-04-07 11:45:27','lab'),(1481,'b6aa1830-acdd-4d35-8534-8ab1ee07188f','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/c8d3dc4d-7aa6-472b-ab70-98ef8830bc88','/openmrs/ws/rest/v1/reference-data/test/c8d3dc4d-7aa6-472b-ab70-98ef8830bc88','lab','2017-04-07 11:45:27','lab'),(1482,'65f9e237-d663-4e9e-b320-a8a414b8ac89','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/42d7db59-e4bd-44ed-bdbb-1b6eb6c318a3','/openmrs/ws/rest/v1/reference-data/test/42d7db59-e4bd-44ed-bdbb-1b6eb6c318a3','lab','2017-04-07 11:45:27','lab'),(1483,'399027bc-3f02-4280-b842-08d23d9dcc20','test','2017-04-07 11:45:27','/openmrs/ws/rest/v1/reference-data/test/42d7db59-e4bd-44ed-bdbb-1b6eb6c318a3','/openmrs/ws/rest/v1/reference-data/test/42d7db59-e4bd-44ed-bdbb-1b6eb6c318a3','lab','2017-04-07 11:45:27','lab'),(1484,'dcb6fe51-2a88-4e94-85d0-8d98db65ea87','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/b618e187-93ec-4233-b4d6-b9e96e28d837','/openmrs/ws/rest/v1/reference-data/test/b618e187-93ec-4233-b4d6-b9e96e28d837','lab','2017-04-07 11:45:27','lab'),(1485,'77ca759a-27fc-4717-849d-2358adf03695','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/b618e187-93ec-4233-b4d6-b9e96e28d837','/openmrs/ws/rest/v1/reference-data/test/b618e187-93ec-4233-b4d6-b9e96e28d837','lab','2017-04-07 11:45:27','lab'),(1486,'717471b3-28ec-4b5a-b9b5-d4b75c75ba7c','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/316bdce1-8ff2-4d9d-b5c2-c0e53342a986','/openmrs/ws/rest/v1/reference-data/test/316bdce1-8ff2-4d9d-b5c2-c0e53342a986','lab','2017-04-07 11:45:27','lab'),(1487,'5d6ed75d-376f-41c7-87e1-7358c13f4909','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/316bdce1-8ff2-4d9d-b5c2-c0e53342a986','/openmrs/ws/rest/v1/reference-data/test/316bdce1-8ff2-4d9d-b5c2-c0e53342a986','lab','2017-04-07 11:45:27','lab'),(1488,'c5e1c8e5-0d94-4a62-bb2b-c4d61875b660','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/16b679b7-378a-45c2-a8c9-d9e8f0f564a0','/openmrs/ws/rest/v1/reference-data/test/16b679b7-378a-45c2-a8c9-d9e8f0f564a0','lab','2017-04-07 11:45:27','lab'),(1489,'a870b209-4142-4b58-8a89-b774a34bb0b8','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/16b679b7-378a-45c2-a8c9-d9e8f0f564a0','/openmrs/ws/rest/v1/reference-data/test/16b679b7-378a-45c2-a8c9-d9e8f0f564a0','lab','2017-04-07 11:45:27','lab'),(1490,'da89e69a-7d15-4c47-b1d2-de036bafe594','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/db241b6d-d0e7-4d1e-82c1-72b4a63a4966','/openmrs/ws/rest/v1/reference-data/test/db241b6d-d0e7-4d1e-82c1-72b4a63a4966','lab','2017-04-07 11:45:27','lab'),(1491,'fa1dcff6-782c-4d89-a733-521979d17993','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/db241b6d-d0e7-4d1e-82c1-72b4a63a4966','/openmrs/ws/rest/v1/reference-data/test/db241b6d-d0e7-4d1e-82c1-72b4a63a4966','lab','2017-04-07 11:45:28','lab'),(1492,'4893347b-3524-48ef-a426-155ac8ce0765','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','lab','2017-04-07 11:45:28','lab'),(1493,'ccb0f589-5a9d-430f-bc98-714c9ad9a842','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','lab','2017-04-07 11:45:28','lab'),(1494,'5ffee280-36a4-4967-b6ee-c92a3168a528','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/9a9b640c-1571-4413-8ad2-e44236d73d1e','/openmrs/ws/rest/v1/reference-data/test/9a9b640c-1571-4413-8ad2-e44236d73d1e','lab','2017-04-07 11:45:28','lab'),(1495,'8af1aa6b-322d-4b43-b35e-523e1c1dbf2f','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','lab','2017-04-07 11:45:28','lab'),(1496,'a4f3beb3-af04-40c6-9881-71f05de43c70','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/f8875b41-8b6a-433b-8e9b-4275fd21c25c','/openmrs/ws/rest/v1/reference-data/test/f8875b41-8b6a-433b-8e9b-4275fd21c25c','lab','2017-04-07 11:45:28','lab'),(1497,'739b0724-c76b-478a-83d8-3884be43752b','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/f8875b41-8b6a-433b-8e9b-4275fd21c25c','/openmrs/ws/rest/v1/reference-data/test/f8875b41-8b6a-433b-8e9b-4275fd21c25c','lab','2017-04-07 11:45:28','lab'),(1498,'8ffc2549-4329-4f91-a4c3-3076a215ec77','test','2017-04-07 11:45:28','/openmrs/ws/rest/v1/reference-data/test/92568a49-5371-4ccc-b315-0cb9eb128439','/openmrs/ws/rest/v1/reference-data/test/92568a49-5371-4ccc-b315-0cb9eb128439','lab','2017-04-07 11:45:28','lab'),(1499,'36b13210-f8d8-48a1-9f7b-8c65a783b57a','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/b5939f96-fd63-4cdd-9e4b-1b41b9afd228','/openmrs/ws/rest/v1/reference-data/test/b5939f96-fd63-4cdd-9e4b-1b41b9afd228','lab','2017-04-07 11:45:28','lab'),(1500,'4ee495d4-7658-408d-a138-fd8676c9e0cc','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/70f098d6-00db-4495-896e-527594228d1a','/openmrs/ws/rest/v1/reference-data/test/70f098d6-00db-4495-896e-527594228d1a','lab','2017-04-07 11:45:28','lab'),(1501,'ebe12027-8ad5-4a51-96af-d49bb07f8abc','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/70f098d6-00db-4495-896e-527594228d1a','/openmrs/ws/rest/v1/reference-data/test/70f098d6-00db-4495-896e-527594228d1a','lab','2017-04-07 11:45:28','lab'),(1502,'baef6375-3a53-4cc8-bdc0-a3b73f3567bf','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/b16509ef-8a81-4799-89cc-bba3a30c2c02','/openmrs/ws/rest/v1/reference-data/test/b16509ef-8a81-4799-89cc-bba3a30c2c02','lab','2017-04-07 11:45:28','lab'),(1503,'4ad72e37-3a49-440e-8801-b42d0862d3ad','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/b16509ef-8a81-4799-89cc-bba3a30c2c02','/openmrs/ws/rest/v1/reference-data/test/b16509ef-8a81-4799-89cc-bba3a30c2c02','lab','2017-04-07 11:45:28','lab'),(1504,'796f5555-47f8-4d65-bcd8-fc5ab977309d','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/8ebd7b34-2462-4ba6-9392-abd0c52453c0','/openmrs/ws/rest/v1/reference-data/test/8ebd7b34-2462-4ba6-9392-abd0c52453c0','lab','2017-04-07 11:45:28','lab'),(1505,'a39d3643-0d72-4f31-b12a-f2956e68ccbc','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/8ebd7b34-2462-4ba6-9392-abd0c52453c0','/openmrs/ws/rest/v1/reference-data/test/8ebd7b34-2462-4ba6-9392-abd0c52453c0','lab','2017-04-07 11:45:28','lab'),(1506,'08564b43-5168-4bee-a41c-d43106f59b51','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/eb893f23-6982-4b7b-85b4-22efa789e51d','/openmrs/ws/rest/v1/reference-data/test/eb893f23-6982-4b7b-85b4-22efa789e51d','lab','2017-04-07 11:45:29','lab'),(1507,'434f4f17-842a-4010-81de-477eacd1c9b0','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/eb893f23-6982-4b7b-85b4-22efa789e51d','/openmrs/ws/rest/v1/reference-data/test/eb893f23-6982-4b7b-85b4-22efa789e51d','lab','2017-04-07 11:45:29','lab'),(1508,'8bdc1bae-a8c0-4ab3-ae31-dc69bf93ec70','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/1a32a43b-7ce9-4726-803b-efe59bd3f779','/openmrs/ws/rest/v1/reference-data/test/1a32a43b-7ce9-4726-803b-efe59bd3f779','lab','2017-04-07 11:45:29','lab'),(1509,'6266d149-e937-4d46-960e-63edd8a0948b','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/f59d9865-e35d-4b78-8802-4f93f5031709','/openmrs/ws/rest/v1/reference-data/test/f59d9865-e35d-4b78-8802-4f93f5031709','lab','2017-04-07 11:45:29','lab'),(1510,'e43767b6-d8c4-49e8-a1a4-de74c9d2fae5','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/f59d9865-e35d-4b78-8802-4f93f5031709','/openmrs/ws/rest/v1/reference-data/test/f59d9865-e35d-4b78-8802-4f93f5031709','lab','2017-04-07 11:45:29','lab'),(1511,'53705cb2-f5e7-4786-bf9f-b586364fbba4','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/a9091580-c145-4e09-8f88-78ab487e8cdf','/openmrs/ws/rest/v1/reference-data/test/a9091580-c145-4e09-8f88-78ab487e8cdf','lab','2017-04-07 11:45:29','lab'),(1512,'3e24ce2d-4eaa-4234-9152-04000944e718','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/e233f47f-1186-4a8d-a0f9-7224464887fc','/openmrs/ws/rest/v1/reference-data/test/e233f47f-1186-4a8d-a0f9-7224464887fc','lab','2017-04-07 11:45:29','lab'),(1513,'73bf7d3e-8a19-45fc-aedc-8ff5866d428e','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/3e474491-9c3c-4898-9017-f2733d008408','/openmrs/ws/rest/v1/reference-data/test/3e474491-9c3c-4898-9017-f2733d008408','lab','2017-04-07 11:45:29','lab'),(1514,'a4a650a2-8591-4066-8b93-494b208fa26a','test','2017-04-07 11:45:29','/openmrs/ws/rest/v1/reference-data/test/96b8695c-cf04-4015-9a15-468aa8f7a247','/openmrs/ws/rest/v1/reference-data/test/96b8695c-cf04-4015-9a15-468aa8f7a247','lab','2017-04-07 11:45:29','lab'),(1515,'3c0bdbb3-2ac1-4b26-8b34-24b67bff3529','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/f12c5281-b101-4573-b19f-fa5d38c51a60','/openmrs/ws/rest/v1/reference-data/test/f12c5281-b101-4573-b19f-fa5d38c51a60','lab','2017-04-07 11:45:29','lab'),(1516,'14c8d24b-a0e2-445d-af83-dd10a2ac6bde','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/8eeff3d6-deed-4a3d-a475-833e914543ee','/openmrs/ws/rest/v1/reference-data/test/8eeff3d6-deed-4a3d-a475-833e914543ee','lab','2017-04-07 11:45:29','lab'),(1517,'b93b5882-f09c-4899-963d-f039c3cc6e36','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/3e4c58c4-faef-497f-a43b-609bee394218','/openmrs/ws/rest/v1/reference-data/test/3e4c58c4-faef-497f-a43b-609bee394218','lab','2017-04-07 11:45:29','lab'),(1518,'580a88f8-3427-482c-bf56-15677f9348e4','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/cb728172-da03-422a-a79b-0e98d76492a8','/openmrs/ws/rest/v1/reference-data/test/cb728172-da03-422a-a79b-0e98d76492a8','lab','2017-04-07 11:45:29','lab'),(1519,'e4c7b115-545e-4be8-9c59-701d0ec1d5c0','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/b8b79c64-dea9-47be-889c-b506632b577b','/openmrs/ws/rest/v1/reference-data/test/b8b79c64-dea9-47be-889c-b506632b577b','lab','2017-04-07 11:45:29','lab'),(1520,'0720db2c-b6b3-448e-ba99-9ce376ae7004','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/30863593-4508-4909-827f-beb349e50f8a','/openmrs/ws/rest/v1/reference-data/test/30863593-4508-4909-827f-beb349e50f8a','lab','2017-04-07 11:45:29','lab'),(1521,'43aa2049-46ed-4735-9011-075833325a19','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/9fedc8e3-6cff-4801-9a8c-dd9adb4dafaf','/openmrs/ws/rest/v1/reference-data/test/9fedc8e3-6cff-4801-9a8c-dd9adb4dafaf','lab','2017-04-07 11:45:29','lab'),(1522,'4cd23dc6-1741-4be4-ae4f-6d20bbb51371','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/8afa3659-2508-4cf7-b627-e5e426b01cce','/openmrs/ws/rest/v1/reference-data/test/8afa3659-2508-4cf7-b627-e5e426b01cce','lab','2017-04-07 11:45:30','lab'),(1523,'3d35dc62-5fb9-469c-bbc1-482a6c2092e8','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/c8466add-0ad0-4840-b6ea-7c7c6870a2b1','/openmrs/ws/rest/v1/reference-data/test/c8466add-0ad0-4840-b6ea-7c7c6870a2b1','lab','2017-04-07 11:45:30','lab'),(1524,'816d0417-dc67-4b72-9478-e14ae8fdcb82','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/2dcf5ce1-aaac-4030-a140-caf358e68772','/openmrs/ws/rest/v1/reference-data/test/2dcf5ce1-aaac-4030-a140-caf358e68772','lab','2017-04-07 11:45:30','lab'),(1525,'e74f5258-38fb-4d5e-a026-4468274b1727','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/fdde73aa-eae9-43a3-9221-604a5af659d6','/openmrs/ws/rest/v1/reference-data/test/fdde73aa-eae9-43a3-9221-604a5af659d6','lab','2017-04-07 11:45:30','lab'),(1526,'7cb6926e-5f30-4693-b51a-87e94f2c08ad','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/0ed078b2-ce84-4471-b920-b0bda98cdfc5','/openmrs/ws/rest/v1/reference-data/test/0ed078b2-ce84-4471-b920-b0bda98cdfc5','lab','2017-04-07 11:45:30','lab'),(1527,'ede7f5de-4888-408b-86ff-e577690cae84','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/3ca26ce3-7cdf-4b56-9003-7422f2f3b208','/openmrs/ws/rest/v1/reference-data/test/3ca26ce3-7cdf-4b56-9003-7422f2f3b208','lab','2017-04-07 11:45:30','lab'),(1528,'cd8b0c1b-6b75-4700-a845-a505babd5382','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/74b1825b-ac86-4582-ab72-f47988fc4209','/openmrs/ws/rest/v1/reference-data/test/74b1825b-ac86-4582-ab72-f47988fc4209','lab','2017-04-07 11:45:30','lab'),(1529,'e508de3d-921a-4de7-81cf-3a6ce6b853f0','test','2017-04-07 11:45:30','/openmrs/ws/rest/v1/reference-data/test/fe8d5d61-8d2c-42d3-a0ad-560a54046986','/openmrs/ws/rest/v1/reference-data/test/fe8d5d61-8d2c-42d3-a0ad-560a54046986','lab','2017-04-07 11:45:30','lab'),(1530,'70494f95-f2ce-48aa-85df-697eae90ad70','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/cf9b97c8-9885-4057-867f-a3e1526fe519','/openmrs/ws/rest/v1/reference-data/test/cf9b97c8-9885-4057-867f-a3e1526fe519','lab','2017-04-07 11:45:30','lab'),(1531,'8334a240-5dec-4cc1-8c66-b9b54ce6bc84','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/c576261a-a6c9-473b-b56c-c413e7eb3652','/openmrs/ws/rest/v1/reference-data/test/c576261a-a6c9-473b-b56c-c413e7eb3652','lab','2017-04-07 11:45:30','lab'),(1532,'4ec6b30e-f0d7-4009-bec3-29f0a62083d3','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/00ce8488-7412-4eba-bd45-a8df4f0c3f53','/openmrs/ws/rest/v1/reference-data/test/00ce8488-7412-4eba-bd45-a8df4f0c3f53','lab','2017-04-07 11:45:30','lab'),(1533,'fcb3afdc-3e9b-4b2f-a595-4269b06db178','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/cdc0ae7e-debd-4efd-9cf5-daae0fa7a4f0','/openmrs/ws/rest/v1/reference-data/test/cdc0ae7e-debd-4efd-9cf5-daae0fa7a4f0','lab','2017-04-07 11:45:30','lab'),(1534,'39d0ae06-a72a-4f27-b8bf-a1714c676624','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/e86254b7-dd67-4329-90b9-b7c65c036d1c','/openmrs/ws/rest/v1/reference-data/test/e86254b7-dd67-4329-90b9-b7c65c036d1c','lab','2017-04-07 11:45:30','lab'),(1535,'86898677-73c8-4fde-9f77-0c323b4b057a','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/aabb65fe-5adb-44ca-9ea5-53a2609050a2','/openmrs/ws/rest/v1/reference-data/test/aabb65fe-5adb-44ca-9ea5-53a2609050a2','lab','2017-04-07 11:45:30','lab'),(1536,'1be69aee-59a9-4d6a-9f19-841764f63465','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/8f296167-62eb-4b43-8982-614c634f607a','/openmrs/ws/rest/v1/reference-data/test/8f296167-62eb-4b43-8982-614c634f607a','lab','2017-04-07 11:45:31','lab'),(1537,'397db50c-f243-48ce-8a29-ddc7c8de5125','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/c8cfba2b-1f93-45d8-bacd-ffd381cec6da','/openmrs/ws/rest/v1/reference-data/test/c8cfba2b-1f93-45d8-bacd-ffd381cec6da','lab','2017-04-07 11:45:31','lab'),(1538,'b81874a6-3353-4ca5-b006-4e7b7aec5409','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/68ba8a18-9f4f-4115-9b0b-95e11b09f7f9','/openmrs/ws/rest/v1/reference-data/test/68ba8a18-9f4f-4115-9b0b-95e11b09f7f9','lab','2017-04-07 11:45:31','lab'),(1539,'e338daed-78a6-41d0-b8a2-2bd87625cc26','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/68ca55f9-0db9-458c-a19b-b52b96a61eb9','/openmrs/ws/rest/v1/reference-data/test/68ca55f9-0db9-458c-a19b-b52b96a61eb9','lab','2017-04-07 11:45:31','lab'),(1540,'61869ff7-b1ce-4be3-8fdf-704fce17b1b9','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/c72b4be2-cbe0-4172-89b3-0e38cee6fc61','/openmrs/ws/rest/v1/reference-data/test/c72b4be2-cbe0-4172-89b3-0e38cee6fc61','lab','2017-04-07 11:45:31','lab'),(1541,'54c7b654-3b7e-444c-af3a-0647e4ef1471','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/584d5742-ce20-4e2d-a12f-5bf26c94d340','/openmrs/ws/rest/v1/reference-data/test/584d5742-ce20-4e2d-a12f-5bf26c94d340','lab','2017-04-07 11:45:31','lab'),(1542,'a2afbe03-8a34-49d2-834e-459aea8d6623','test','2017-04-07 11:45:31','/openmrs/ws/rest/v1/reference-data/test/aa1ee505-4cce-40ef-a9fd-726844108762','/openmrs/ws/rest/v1/reference-data/test/aa1ee505-4cce-40ef-a9fd-726844108762','lab','2017-04-07 11:45:31','lab'),(1543,'1f4f62c8-143e-4a88-b420-5671f7ba76e4','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/fb2f95d4-a239-43ac-8024-490eb7dada43','/openmrs/ws/rest/v1/reference-data/test/fb2f95d4-a239-43ac-8024-490eb7dada43','lab','2017-04-07 11:45:31','lab'),(1544,'5575a3c1-5618-4478-9b02-c435b6793bd2','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/d89e4fff-e672-4302-bc07-37ae8d41cb9f','/openmrs/ws/rest/v1/reference-data/test/d89e4fff-e672-4302-bc07-37ae8d41cb9f','lab','2017-04-07 11:45:31','lab'),(1545,'92d1930e-490c-4f7d-a619-4c1fb36145a9','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/3f605414-90a4-4790-ab49-585e6015ea03','/openmrs/ws/rest/v1/reference-data/test/3f605414-90a4-4790-ab49-585e6015ea03','lab','2017-04-07 11:45:31','lab'),(1546,'86047afa-bde6-4d07-bc61-c7cdf9158e7e','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/963fd997-62a6-468a-88c6-b6c9895b4c98','/openmrs/ws/rest/v1/reference-data/test/963fd997-62a6-468a-88c6-b6c9895b4c98','lab','2017-04-07 11:45:31','lab'),(1547,'bd184856-3ff3-4d8a-a44e-b6702983a3f8','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/0b49fc0d-d585-471c-bc51-a471c9bea482','/openmrs/ws/rest/v1/reference-data/test/0b49fc0d-d585-471c-bc51-a471c9bea482','lab','2017-04-07 11:45:31','lab'),(1548,'e2478942-c6cb-4766-b2cd-9586f79fd1c8','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/2ee6ecc5-bdfe-4375-94aa-c61327177911','/openmrs/ws/rest/v1/reference-data/test/2ee6ecc5-bdfe-4375-94aa-c61327177911','lab','2017-04-07 11:45:31','lab'),(1549,'d6b05669-4f7f-4846-925c-e0325bfa9033','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/ec786ff5-c26e-410b-a04e-77184b4ea34f','/openmrs/ws/rest/v1/reference-data/test/ec786ff5-c26e-410b-a04e-77184b4ea34f','lab','2017-04-07 11:45:32','lab'),(1550,'fc6b72ac-fe34-4626-b5ed-0d4b58d83f2f','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/be29eb3d-50bf-435c-98bd-9350bfa7ee7b','/openmrs/ws/rest/v1/reference-data/test/be29eb3d-50bf-435c-98bd-9350bfa7ee7b','lab','2017-04-07 11:45:32','lab'),(1551,'2d2e3c20-184f-4b81-b4a4-d8c7d39b7e8f','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/d17123aa-1a35-46fe-b527-20f51c3e0d5e','/openmrs/ws/rest/v1/reference-data/test/d17123aa-1a35-46fe-b527-20f51c3e0d5e','lab','2017-04-07 11:45:32','lab'),(1552,'666bda75-6997-49de-936b-a3ece1d4d851','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/5c79fc92-671b-4a4b-b8de-d4015d66b4c4','/openmrs/ws/rest/v1/reference-data/test/5c79fc92-671b-4a4b-b8de-d4015d66b4c4','lab','2017-04-07 11:45:32','lab'),(1553,'14b0eab0-dbe7-4a75-a2a4-7d8515d12404','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/d0cecabe-0811-4fac-b8bb-289bd0c3f245','/openmrs/ws/rest/v1/reference-data/test/d0cecabe-0811-4fac-b8bb-289bd0c3f245','lab','2017-04-07 11:45:32','lab'),(1554,'2e520fa9-f225-4189-8c8e-d3849970d8f6','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/208fe15d-62c6-4d6d-bc1f-05a4b7f24e39','/openmrs/ws/rest/v1/reference-data/test/208fe15d-62c6-4d6d-bc1f-05a4b7f24e39','lab','2017-04-07 11:45:32','lab'),(1555,'be94b884-94cd-4931-9fc2-bffa375af41b','test','2017-04-07 11:45:32','/openmrs/ws/rest/v1/reference-data/test/da39291b-ab54-4937-b16c-da9457df389f','/openmrs/ws/rest/v1/reference-data/test/da39291b-ab54-4937-b16c-da9457df389f','lab','2017-04-07 11:45:32','lab'),(1556,'9496cd13-a4a7-4b63-a450-a9a64471503d','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/5a7fda0f-c5b6-4903-9a8c-02e9529483cf','/openmrs/ws/rest/v1/reference-data/test/5a7fda0f-c5b6-4903-9a8c-02e9529483cf','lab','2017-04-07 11:45:32','lab'),(1557,'6180a02c-fc8d-4e96-a225-2daf28519c5e','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/a7895342-37c4-46ce-aa4b-248a675287a1','/openmrs/ws/rest/v1/reference-data/test/a7895342-37c4-46ce-aa4b-248a675287a1','lab','2017-04-07 11:45:32','lab'),(1558,'ef1a4512-03a3-4a32-9d19-9493ea733aa1','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/a317fb19-80b4-4973-8cc0-afb8185a5c69','/openmrs/ws/rest/v1/reference-data/test/a317fb19-80b4-4973-8cc0-afb8185a5c69','lab','2017-04-07 11:45:32','lab'),(1559,'21831c83-bb8e-4f3e-8c5e-ae2e085aa825','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/d2aad587-ca1a-4c7e-86b1-5e6fb4c00e2e','/openmrs/ws/rest/v1/reference-data/test/d2aad587-ca1a-4c7e-86b1-5e6fb4c00e2e','lab','2017-04-07 11:45:32','lab'),(1560,'27e6ee66-5d31-4523-9a2b-c081f7fa47c3','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/19674938-19cd-4418-853f-78ced3ee58f4','/openmrs/ws/rest/v1/reference-data/test/19674938-19cd-4418-853f-78ced3ee58f4','lab','2017-04-07 11:45:32','lab'),(1561,'5e8d13ed-7b2a-493b-bf8c-da77edc244df','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/49d252eb-9d1c-42ef-ae2e-51d901cc6efb','/openmrs/ws/rest/v1/reference-data/test/49d252eb-9d1c-42ef-ae2e-51d901cc6efb','lab','2017-04-07 11:45:32','lab'),(1562,'16e62bdd-07a0-4333-990b-48d2a17a00bd','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/7f96612e-8540-4eb6-86b8-b3d7f6b9eedb','/openmrs/ws/rest/v1/reference-data/test/7f96612e-8540-4eb6-86b8-b3d7f6b9eedb','lab','2017-04-07 11:45:32','lab'),(1563,'e9d6304b-23f7-4baf-82c9-34758a5a3374','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/0540b4cf-9fbb-4f56-9cbf-73f479a1dec3','/openmrs/ws/rest/v1/reference-data/test/0540b4cf-9fbb-4f56-9cbf-73f479a1dec3','lab','2017-04-07 11:45:32','lab'),(1564,'1b6b38ec-a594-433b-98c9-0eaf445c9000','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/8501b286-d14c-4ab4-8307-c8d50ccbd9da','/openmrs/ws/rest/v1/reference-data/test/8501b286-d14c-4ab4-8307-c8d50ccbd9da','lab','2017-04-07 11:45:33','lab'),(1565,'96b924b5-3c54-4e5a-9b48-a6273a76aa87','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/9a77c912-f672-469e-85f7-735fc229c9ed','/openmrs/ws/rest/v1/reference-data/test/9a77c912-f672-469e-85f7-735fc229c9ed','lab','2017-04-07 11:45:33','lab'),(1566,'a7bb4977-565d-43c7-b226-0c7ed8ad1938','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/c78da420-5ca5-4d49-aa38-30f6ccfbca25','/openmrs/ws/rest/v1/reference-data/test/c78da420-5ca5-4d49-aa38-30f6ccfbca25','lab','2017-04-07 11:45:33','lab'),(1567,'a9e4ab5a-4d49-4ce9-a4af-81192ce4d845','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/5e3da117-399a-4511-b1c8-6cbef974432f','/openmrs/ws/rest/v1/reference-data/test/5e3da117-399a-4511-b1c8-6cbef974432f','lab','2017-04-07 11:45:33','lab'),(1568,'bbe3e2c5-b924-4361-af51-2850303c5801','test','2017-04-07 11:45:33','/openmrs/ws/rest/v1/reference-data/test/dd27399e-a7d1-43c9-8df2-da589ecb600d','/openmrs/ws/rest/v1/reference-data/test/dd27399e-a7d1-43c9-8df2-da589ecb600d','lab','2017-04-07 11:45:33','lab'),(1569,'03d9e2d0-bd0f-4fa7-ac75-5fe8f19e8995','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/3bdc0c6a-9de9-4af8-a2da-8c83103b77c2','/openmrs/ws/rest/v1/reference-data/test/3bdc0c6a-9de9-4af8-a2da-8c83103b77c2','lab','2017-04-07 11:45:33','lab'),(1570,'9b2fb456-aff7-42c1-a57a-df5d1288c14a','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/82c7eaec-2c8e-405d-bb19-0cc4241a4291','/openmrs/ws/rest/v1/reference-data/test/82c7eaec-2c8e-405d-bb19-0cc4241a4291','lab','2017-04-07 11:45:33','lab'),(1571,'062b8df4-9ec0-4cee-b84d-a6d2954a2a79','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/7cc7e051-8005-4a21-acdb-56e4a84c9159','/openmrs/ws/rest/v1/reference-data/test/7cc7e051-8005-4a21-acdb-56e4a84c9159','lab','2017-04-07 11:45:33','lab'),(1572,'47dfa017-43e3-4fdf-8f42-6c3b08f4b11e','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/cff7d651-1222-4955-b633-ac4d5c4e0a40','/openmrs/ws/rest/v1/reference-data/test/cff7d651-1222-4955-b633-ac4d5c4e0a40','lab','2017-04-07 11:45:33','lab'),(1573,'0a1de388-4ec4-4585-a4af-5b5d9bc112fc','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/3f9080a9-1726-4ebd-ad4e-074ce831c48b','/openmrs/ws/rest/v1/reference-data/test/3f9080a9-1726-4ebd-ad4e-074ce831c48b','lab','2017-04-07 11:45:33','lab'),(1574,'96b691b8-5ef0-4a5c-83bf-6c415dd1f4da','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/5aeb9697-9ab9-4abe-9e34-f040a51c2026','/openmrs/ws/rest/v1/reference-data/test/5aeb9697-9ab9-4abe-9e34-f040a51c2026','lab','2017-04-07 11:45:34','lab'),(1575,'9e2b4f4d-5fae-4c35-b1f9-32fd1fc349e2','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/4eca00ae-fc7c-40c2-bceb-0388913304af','/openmrs/ws/rest/v1/reference-data/test/4eca00ae-fc7c-40c2-bceb-0388913304af','lab','2017-04-07 11:45:34','lab'),(1576,'f68d6ee3-c028-42a4-a3c3-e4a021b3fdf0','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/c6ea07bc-c3bc-4186-9b54-fd08189236d1','/openmrs/ws/rest/v1/reference-data/test/c6ea07bc-c3bc-4186-9b54-fd08189236d1','lab','2017-04-07 11:45:34','lab'),(1577,'1a207db8-1217-47e3-83a0-846086080736','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/38ef5ba4-76b8-47d0-8822-03367eaded02','/openmrs/ws/rest/v1/reference-data/test/38ef5ba4-76b8-47d0-8822-03367eaded02','lab','2017-04-07 11:45:34','lab'),(1578,'233e5a36-f2b9-46d5-8a72-ab088f433e44','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/310fa4f4-ae50-411b-a6c8-917441a272dd','/openmrs/ws/rest/v1/reference-data/test/310fa4f4-ae50-411b-a6c8-917441a272dd','lab','2017-04-07 11:45:34','lab'),(1579,'b9f4a901-2074-44fc-9b68-5805a5154777','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/fa981cf9-c587-4207-8d2a-27fc4088e567','/openmrs/ws/rest/v1/reference-data/test/fa981cf9-c587-4207-8d2a-27fc4088e567','lab','2017-04-07 11:45:34','lab'),(1580,'287a07a2-97a1-4af6-aa1b-6fe69482b8fb','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/8ab07d2b-a46f-4ca2-a337-b6d9ee5bbdd7','/openmrs/ws/rest/v1/reference-data/test/8ab07d2b-a46f-4ca2-a337-b6d9ee5bbdd7','lab','2017-04-07 11:45:34','lab'),(1581,'eefc8cd4-fec5-44f2-8315-4d56e86483ed','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/78263f25-165f-4827-ba7e-92cc0bd702fb','/openmrs/ws/rest/v1/reference-data/test/78263f25-165f-4827-ba7e-92cc0bd702fb','lab','2017-04-07 11:45:34','lab'),(1582,'45b3faf6-9f5c-4657-a76f-a945fed2d4b2','test','2017-04-07 11:45:34','/openmrs/ws/rest/v1/reference-data/test/92b4278c-9c5e-41b0-8560-1a9e464d6743','/openmrs/ws/rest/v1/reference-data/test/92b4278c-9c5e-41b0-8560-1a9e464d6743','lab','2017-04-07 11:45:34','lab'),(1583,'9b34546f-93a8-47c2-9e84-d1897264317b','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/cde6e636-7188-4ca5-a5a0-a8d6c6bb2e7f','/openmrs/ws/rest/v1/reference-data/test/cde6e636-7188-4ca5-a5a0-a8d6c6bb2e7f','lab','2017-04-07 11:45:34','lab'),(1584,'26651e72-a441-4b8e-bc9a-f88e9fe3a7b4','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/a26d4b2a-0891-488a-b63e-39416ad33770','/openmrs/ws/rest/v1/reference-data/test/a26d4b2a-0891-488a-b63e-39416ad33770','lab','2017-04-07 11:45:34','lab'),(1585,'d6fcb45d-12fa-4d4a-a13f-78ae336d3676','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/39e0f64b-1f0e-430e-acca-0ca6c8aa5e9c','/openmrs/ws/rest/v1/reference-data/test/39e0f64b-1f0e-430e-acca-0ca6c8aa5e9c','lab','2017-04-07 11:45:34','lab'),(1586,'ab27d132-1294-449e-8439-9e8a5175aa0a','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/f7539b2b-fafc-46a3-912b-40be42c47062','/openmrs/ws/rest/v1/reference-data/test/f7539b2b-fafc-46a3-912b-40be42c47062','lab','2017-04-07 11:45:34','lab'),(1587,'7b80a939-a07f-4ebb-9a2c-a95be2ab7b32','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/f7539b2b-fafc-46a3-912b-40be42c47062','/openmrs/ws/rest/v1/reference-data/test/f7539b2b-fafc-46a3-912b-40be42c47062','lab','2017-04-07 11:45:34','lab'),(1588,'efff78ca-f414-45a5-a1d1-e01865589226','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/b37d88f2-fa27-4fa3-bd1e-effdb2f9e6eb','/openmrs/ws/rest/v1/reference-data/test/b37d88f2-fa27-4fa3-bd1e-effdb2f9e6eb','lab','2017-04-07 11:45:34','lab'),(1589,'826daff1-57b4-4941-a57e-b01bf88cfa6e','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/d54bb7a3-4a6a-4971-8575-7dc95625ed9f','/openmrs/ws/rest/v1/reference-data/test/d54bb7a3-4a6a-4971-8575-7dc95625ed9f','lab','2017-04-07 11:45:34','lab'),(1590,'69bf1c3c-bb9f-4c1b-8bed-6cb0c0e39282','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/d759357e-2330-42b4-9511-5337d67cfa74','/openmrs/ws/rest/v1/reference-data/test/d759357e-2330-42b4-9511-5337d67cfa74','lab','2017-04-07 11:45:35','lab'),(1591,'bd1050ce-b62e-456c-bde6-3462d21891b0','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/6aad45d7-4f65-4412-a8f0-7e1a0866f38a','/openmrs/ws/rest/v1/reference-data/test/6aad45d7-4f65-4412-a8f0-7e1a0866f38a','lab','2017-04-07 11:45:35','lab'),(1592,'b08cf06d-50f8-4f07-8b54-b2f5797c75bc','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/2dbede03-44f1-4076-8b38-4e89ee760a88','/openmrs/ws/rest/v1/reference-data/test/2dbede03-44f1-4076-8b38-4e89ee760a88','lab','2017-04-07 11:45:35','lab'),(1593,'24c7ec98-69f6-4e34-8c4b-c3f9cce8eec2','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/2ef7c50a-df41-4805-a3f1-d35d26925eb1','/openmrs/ws/rest/v1/reference-data/test/2ef7c50a-df41-4805-a3f1-d35d26925eb1','lab','2017-04-07 11:45:35','lab'),(1594,'db5b95ec-9c81-402d-bf1f-20276f7c12a8','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/ea07f728-cc9e-426f-bcef-6a3d4361da73','/openmrs/ws/rest/v1/reference-data/test/ea07f728-cc9e-426f-bcef-6a3d4361da73','lab','2017-04-07 11:45:35','lab'),(1595,'9f5b7871-e79b-4673-b0a0-cd3eaf9ccc0c','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/7b48300e-8c83-425b-b2a7-4c1d0003f130','/openmrs/ws/rest/v1/reference-data/test/7b48300e-8c83-425b-b2a7-4c1d0003f130','lab','2017-04-07 11:45:35','lab'),(1596,'8c4f9339-1ee8-4b1d-9d7d-578c17b557b4','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/ea35391d-6d09-4f99-b9e4-c8481c54f2f6','/openmrs/ws/rest/v1/reference-data/test/ea35391d-6d09-4f99-b9e4-c8481c54f2f6','lab','2017-04-07 11:45:35','lab'),(1597,'1974f4ad-733a-4059-b4a3-927ea87a6073','test','2017-04-07 11:45:35','/openmrs/ws/rest/v1/reference-data/test/37ef1e9b-2b6c-4f7a-828c-8ae9ab814077','/openmrs/ws/rest/v1/reference-data/test/37ef1e9b-2b6c-4f7a-828c-8ae9ab814077','lab','2017-04-07 11:45:35','lab'),(1598,'9b9ee0da-a30d-4f70-bef2-09d426f3987a','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/39e47bbd-23f8-4a1e-a6c5-8212af6734ed','/openmrs/ws/rest/v1/reference-data/test/39e47bbd-23f8-4a1e-a6c5-8212af6734ed','lab','2017-04-07 11:45:35','lab'),(1599,'72b4b369-33ec-4a0a-891e-4e46b1b4279f','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/39e47bbd-23f8-4a1e-a6c5-8212af6734ed','/openmrs/ws/rest/v1/reference-data/test/39e47bbd-23f8-4a1e-a6c5-8212af6734ed','lab','2017-04-07 11:45:35','lab'),(1600,'5aa27b13-546a-4d6c-b6df-f54c540c8e26','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/0c3ae4f8-c111-42df-a8f0-526b00aac30e','/openmrs/ws/rest/v1/reference-data/test/0c3ae4f8-c111-42df-a8f0-526b00aac30e','lab','2017-04-07 11:45:35','lab'),(1601,'a1888e10-b686-458f-a268-dd90fa00de1d','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/b02f8df9-1943-4339-9456-ecc00c936cf6','/openmrs/ws/rest/v1/reference-data/test/b02f8df9-1943-4339-9456-ecc00c936cf6','lab','2017-04-07 11:45:35','lab'),(1602,'7b685a98-5f25-483c-802e-06de21367cae','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/7cb42b02-4dd8-4ab6-b1f9-f38e884df1b0','/openmrs/ws/rest/v1/reference-data/test/7cb42b02-4dd8-4ab6-b1f9-f38e884df1b0','lab','2017-04-07 11:45:35','lab'),(1603,'c5de7909-d5ab-4030-83e6-5acaf95720a3','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/83327dd1-365a-4774-a117-3e926c67108c','/openmrs/ws/rest/v1/reference-data/test/83327dd1-365a-4774-a117-3e926c67108c','lab','2017-04-07 11:45:35','lab'),(1604,'317277ff-e236-45ce-9f06-a1536a84a0b4','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/f25280e5-d4d8-4bbb-a67a-3740c4790e63','/openmrs/ws/rest/v1/reference-data/test/f25280e5-d4d8-4bbb-a67a-3740c4790e63','lab','2017-04-07 11:45:35','lab'),(1605,'d8daeb10-413a-467f-bde9-a9f255f08479','test','2017-04-07 11:45:36','/openmrs/ws/rest/v1/reference-data/test/c76f1dce-948e-425a-9698-23b837338fad','/openmrs/ws/rest/v1/reference-data/test/c76f1dce-948e-425a-9698-23b837338fad','lab','2017-04-07 11:45:36','lab'),(1606,'ac1f8508-9ff3-46ac-89f8-4208d7966210','all-tests-and-panels','2017-04-09 23:34:59','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-09 23:34:58','lab'),(1607,'5d656505-6d71-4623-80d3-e1e196e19362','department','2017-04-10 00:37:56','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','lab','2017-04-10 00:37:56','lab'),(1608,'925b4914-6b03-4d65-a3ce-4d8acc6fa897','department','2017-04-10 00:37:56','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','lab','2017-04-10 00:37:56','lab'),(1609,'8c25a98c-8dc3-4b60-b411-0333bbc6b008','department','2017-04-10 00:37:56','/openmrs/ws/rest/v1/reference-data/department/919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2','/openmrs/ws/rest/v1/reference-data/department/919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2','lab','2017-04-10 00:37:56','lab'),(1610,'58198996-91d9-40a4-9b50-7bcecfef4f8d','department','2017-04-10 00:37:56','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','lab','2017-04-10 00:37:56','lab'),(1611,'1eea4b4f-0f3c-4e5c-ad28-ae7e6d86ac51','department','2017-04-10 00:37:56','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','lab','2017-04-10 00:37:56','lab'),(1612,'74d815da-fc61-4627-bc4d-0c04fd0a4198','department','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/department/c959a933-db78-43d8-9049-6cb2af1f4fe9','/openmrs/ws/rest/v1/reference-data/department/c959a933-db78-43d8-9049-6cb2af1f4fe9','lab','2017-04-10 00:37:56','lab'),(1613,'5b3786fe-97dc-4f6c-81d8-5533afe7b77a','department','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/department/3c89e9aa-6592-4487-b32a-60869bd4a1f1','/openmrs/ws/rest/v1/reference-data/department/3c89e9aa-6592-4487-b32a-60869bd4a1f1','lab','2017-04-10 00:37:56','lab'),(1614,'21ef9047-4ae5-4b09-aaa5-ebb8ad65aa6c','department','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/department/422a0872-2455-49cc-a972-74f3b5fe2057','/openmrs/ws/rest/v1/reference-data/department/422a0872-2455-49cc-a972-74f3b5fe2057','lab','2017-04-10 00:37:56','lab'),(1615,'1fa489d4-97da-415b-bad6-d2a7246802ba','department','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/department/e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5','/openmrs/ws/rest/v1/reference-data/department/e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5','lab','2017-04-10 00:37:56','lab'),(1616,'25dd2630-41fa-409a-83ba-e27c8d6c8a20','panel','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','lab','2017-04-10 00:37:56','lab'),(1617,'b437e01d-1c18-4d47-b810-d98bd6a43ab5','panel','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','lab','2017-04-10 00:37:57','lab'),(1618,'a5364466-5cb6-4523-8fc1-65668b9750b6','panel','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','lab','2017-04-10 00:37:57','lab'),(1619,'b6ce45c3-3762-4535-8edc-2f6a64972b36','panel','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2017-04-10 00:37:57','lab'),(1620,'c14fa5dd-6835-4a28-9c80-2ca61947a474','panel','2017-04-10 00:37:57','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','lab','2017-04-10 00:37:57','lab'),(1621,'563f806a-372e-4d31-9f6c-e923e7179c5c','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/c4a1fb16-1dd0-472f-be62-243e5e2254de','/openmrs/ws/rest/v1/reference-data/panel/c4a1fb16-1dd0-472f-be62-243e5e2254de','lab','2017-04-10 00:37:57','lab'),(1622,'3d820f93-ae41-437c-915f-998450b7fa0b','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','lab','2017-04-10 00:37:57','lab'),(1623,'679accae-9856-4f29-9c40-c8a7abd3f9dd','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','lab','2017-04-10 00:37:58','lab'),(1624,'489640e6-2939-4e9c-af88-dfeb89ad9a77','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','lab','2017-04-10 00:37:58','lab'),(1625,'5828df79-6515-4deb-adb1-97b7adcd58b5','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','lab','2017-04-10 00:37:58','lab'),(1626,'5d5b2728-f3cd-415b-9d04-01b7a16f1601','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','lab','2017-04-10 00:37:58','lab'),(1627,'4f772da4-a0b5-48ca-80ed-b73738cdb79c','panel','2017-04-10 00:37:58','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','lab','2017-04-10 00:37:58','lab'),(1628,'c0259e74-ffc2-436c-a25c-c9e00f442db6','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','lab','2017-04-10 00:37:58','lab'),(1629,'9ac8ac02-e9b5-41f2-b23e-0d970daf896f','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','lab','2017-04-10 00:37:58','lab'),(1630,'e3a2fd9a-0456-400d-97c8-1c33d689f962','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','lab','2017-04-10 00:37:58','lab'),(1631,'5f21a738-5117-475c-99b0-f0d430006c97','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','lab','2017-04-10 00:37:58','lab'),(1632,'20dd6bb8-4068-4a18-89dd-c6ba9e1cd372','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','lab','2017-04-10 00:37:59','lab'),(1633,'3a9a07f5-3736-4311-91bf-6df3017fdd7c','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','lab','2017-04-10 00:37:59','lab'),(1634,'24622a47-a866-4f93-bad1-036b785a8f70','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','lab','2017-04-10 00:37:59','lab'),(1635,'a39dd372-12d4-4553-82c8-09fc12ba349a','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','lab','2017-04-10 00:37:59','lab'),(1636,'531b7999-2523-48cf-80d8-54b618494abb','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/1b2efc64-d442-427b-93f3-9282417cfa40','/openmrs/ws/rest/v1/reference-data/panel/1b2efc64-d442-427b-93f3-9282417cfa40','lab','2017-04-10 00:37:59','lab'),(1637,'bb4e643a-cacd-4e62-9ec2-8b3c03c1e9f5','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','lab','2017-04-10 00:37:59','lab'),(1638,'3ff8f9a0-cff6-449b-a4ff-30945d53c333','panel','2017-04-10 00:37:59','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','lab','2017-04-10 00:37:59','lab'),(1639,'461bb224-ba7c-49cd-ac7c-7c5c22b3e7c9','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/f8290dbd-ca95-4ce1-8637-dbbf2263191a','/openmrs/ws/rest/v1/reference-data/panel/f8290dbd-ca95-4ce1-8637-dbbf2263191a','lab','2017-04-10 00:37:59','lab'),(1640,'79c6b716-5084-48d5-8434-93b53401fbfa','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/52a73cbb-ebda-43c6-a0a4-b3cc26385523','/openmrs/ws/rest/v1/reference-data/panel/52a73cbb-ebda-43c6-a0a4-b3cc26385523','lab','2017-04-10 00:37:59','lab'),(1641,'cef27c29-1163-4cd2-92ad-33ff41397789','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/64da5594-844a-4631-8d78-a6e9e3f92c4f','/openmrs/ws/rest/v1/reference-data/panel/64da5594-844a-4631-8d78-a6e9e3f92c4f','lab','2017-04-10 00:37:59','lab'),(1642,'c2e1311d-e43d-4440-ab24-0826dfc4941e','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/479ff832-f1db-45e6-82ec-e577369c0639','/openmrs/ws/rest/v1/reference-data/panel/479ff832-f1db-45e6-82ec-e577369c0639','lab','2017-04-10 00:37:59','lab'),(1643,'ae3eab15-38c4-4a9c-93af-92dcc0f5bebc','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/b01159ec-c5fb-498c-9ccc-b07bd7baf10c','/openmrs/ws/rest/v1/reference-data/panel/b01159ec-c5fb-498c-9ccc-b07bd7baf10c','lab','2017-04-10 00:37:59','lab'),(1644,'e2acfdf4-1c7b-4f54-81e9-8e14b77b179a','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/2515f9d0-2791-4a75-9d4e-169233e07142','/openmrs/ws/rest/v1/reference-data/panel/2515f9d0-2791-4a75-9d4e-169233e07142','lab','2017-04-10 00:38:00','lab'),(1645,'59e656d9-a82c-47f0-a0b5-85ccd3aac3f2','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/83ae66a0-06b1-46fc-9eca-00a1797f54b3','/openmrs/ws/rest/v1/reference-data/panel/83ae66a0-06b1-46fc-9eca-00a1797f54b3','lab','2017-04-10 00:38:00','lab'),(1646,'27c4f7cc-a045-493a-81a3-d2cfa0f25e7c','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/521c3aef-2b3f-4ef7-9bcc-63044959406f','/openmrs/ws/rest/v1/reference-data/panel/521c3aef-2b3f-4ef7-9bcc-63044959406f','lab','2017-04-10 00:38:00','lab'),(1647,'996cdd28-b2c4-41df-859f-25385ce02f8a','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/5a08d690-23f2-4fd3-bda2-63d1bb40209f','/openmrs/ws/rest/v1/reference-data/panel/5a08d690-23f2-4fd3-bda2-63d1bb40209f','lab','2017-04-10 00:38:00','lab'),(1648,'1a63d963-ebef-4df9-8d8b-5f5acb77c77d','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/89a38c29-96cb-49f7-b0cf-608657083704','/openmrs/ws/rest/v1/reference-data/panel/89a38c29-96cb-49f7-b0cf-608657083704','lab','2017-04-10 00:38:00','lab'),(1649,'58c531b3-29b7-46ba-9108-1b6082e2a401','panel','2017-04-10 00:38:00','/openmrs/ws/rest/v1/reference-data/panel/bdc520f8-6d65-4a80-a381-1244b00ccdf0','/openmrs/ws/rest/v1/reference-data/panel/bdc520f8-6d65-4a80-a381-1244b00ccdf0','lab','2017-04-10 00:38:00','lab'),(1650,'b22981c5-a5bf-4ceb-91ea-b85cf36ab866','panel','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/panel/a9efc786-d918-444c-91ba-c604f76908fb','/openmrs/ws/rest/v1/reference-data/panel/a9efc786-d918-444c-91ba-c604f76908fb','lab','2017-04-10 00:38:00','lab'),(1651,'a34cc13c-b6ce-43d8-a19b-dbd74d68df6c','panel','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','lab','2017-04-10 00:38:00','lab'),(1652,'80c61fb3-27f5-4d71-b00b-e0d8ad1f0e02','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/3ff12d12-e798-4221-b27b-00bcafe03905','/openmrs/ws/rest/v1/reference-data/sample/3ff12d12-e798-4221-b27b-00bcafe03905','lab','2017-04-10 00:38:01','lab'),(1653,'d1cd8af3-1a77-493b-be22-74b6234b49da','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','lab','2017-04-10 00:38:01','lab'),(1654,'1fc2007e-b562-44b2-8460-728d6e649747','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','lab','2017-04-10 00:38:01','lab'),(1655,'07ed620a-1b0d-4af2-a51d-2cb7172fb493','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2017-04-10 00:38:01','lab'),(1656,'df28a171-cea3-4b87-b0e4-fa416ef1ba8e','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2017-04-10 00:38:01','lab'),(1657,'9c72be83-12e8-413c-8b06-7fefcf3cfc9a','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','lab','2017-04-10 00:38:01','lab'),(1658,'72fde390-6346-48b3-96a0-24552495408c','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','lab','2017-04-10 00:38:01','lab'),(1659,'8654d68d-ae58-430b-8cfa-872e1854921a','sample','2017-04-10 00:38:01','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','lab','2017-04-10 00:38:01','lab'),(1660,'60e4d9ab-db50-4f00-89a2-b18bab439cb2','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','lab','2017-04-10 00:38:01','lab'),(1661,'4a866b7d-8ded-41fb-a233-0c6214cbc5e1','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/0beda626-476b-40df-8698-da4b471daf2f','/openmrs/ws/rest/v1/reference-data/sample/0beda626-476b-40df-8698-da4b471daf2f','lab','2017-04-10 00:38:01','lab'),(1662,'c60f6ad2-f9e6-4ffa-b59b-69dabcfc272d','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/ddc7d511-7014-46e7-b8f0-9fab09a9aa0f','/openmrs/ws/rest/v1/reference-data/sample/ddc7d511-7014-46e7-b8f0-9fab09a9aa0f','lab','2017-04-10 00:38:01','lab'),(1663,'e00b3cc9-ac44-4ad4-bc27-3029f9d51cda','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/e7faa239-ef2b-479a-9c72-1421147f6082','/openmrs/ws/rest/v1/reference-data/sample/e7faa239-ef2b-479a-9c72-1421147f6082','lab','2017-04-10 00:38:01','lab'),(1664,'eb4e7906-a087-4ae6-ac84-d45f6bc3250b','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/ad10d815-7d9d-48df-a753-892b748e0f3c','/openmrs/ws/rest/v1/reference-data/sample/ad10d815-7d9d-48df-a753-892b748e0f3c','lab','2017-04-10 00:38:01','lab'),(1665,'d60aab75-defe-4c70-9274-d6b340ad2d37','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','lab','2017-04-10 00:38:01','lab'),(1666,'e50f327e-9e41-4b1e-a57d-fba75988d2b0','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','lab','2017-04-10 00:38:01','lab'),(1667,'7b2aca0c-8306-4ec0-9de0-7d688814045b','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','lab','2017-04-10 00:38:02','lab'),(1668,'a19e0bf6-b621-4894-a19f-0e8677c5860a','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','lab','2017-04-10 00:38:02','lab'),(1669,'e146aba5-0962-4cc2-9dce-c3b9526f880c','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','lab','2017-04-10 00:38:02','lab'),(1670,'002f888d-fc6e-4dda-8305-257c70554fdb','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/6a92976a-063a-4bc8-9cf9-cc18d73ae138','/openmrs/ws/rest/v1/reference-data/sample/6a92976a-063a-4bc8-9cf9-cc18d73ae138','lab','2017-04-10 00:38:02','lab'),(1671,'415433ad-e2e1-40da-8374-9bb8a67a3376','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/b7301760-4b72-459a-9377-a2cad69e939b','/openmrs/ws/rest/v1/reference-data/sample/b7301760-4b72-459a-9377-a2cad69e939b','lab','2017-04-10 00:38:02','lab'),(1672,'1fa803a8-62ce-442f-9c26-ab0b3c247404','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/b7301760-4b72-459a-9377-a2cad69e939b','/openmrs/ws/rest/v1/reference-data/sample/b7301760-4b72-459a-9377-a2cad69e939b','lab','2017-04-10 00:38:02','lab'),(1673,'70046700-076e-45f3-b04d-5bf89059fe90','sample','2017-04-10 00:38:02','/openmrs/ws/rest/v1/reference-data/sample/34f7bcad-3c50-4ad4-ab15-d2b1991ebb01','/openmrs/ws/rest/v1/reference-data/sample/34f7bcad-3c50-4ad4-ab15-d2b1991ebb01','lab','2017-04-10 00:38:02','lab'),(1674,'6ac0921a-9b0b-40ec-ac45-3f22dc446715','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/34f7bcad-3c50-4ad4-ab15-d2b1991ebb01','/openmrs/ws/rest/v1/reference-data/sample/34f7bcad-3c50-4ad4-ab15-d2b1991ebb01','lab','2017-04-10 00:38:02','lab'),(1675,'a93505a6-c6c0-4060-b92f-f9eff095bd1c','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/35eca461-08b6-4542-9e41-40c2a3937eb5','/openmrs/ws/rest/v1/reference-data/sample/35eca461-08b6-4542-9e41-40c2a3937eb5','lab','2017-04-10 00:38:02','lab'),(1676,'b8ba6b7d-59e7-43da-8b56-a03315f13a7c','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/2868c328-f994-40ee-aee5-f11b8a1d2c89','/openmrs/ws/rest/v1/reference-data/sample/2868c328-f994-40ee-aee5-f11b8a1d2c89','lab','2017-04-10 00:38:02','lab'),(1677,'5a1c47cf-ab5b-4ff3-b003-eacbbcd13782','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/9ced9891-b41e-4047-8636-9bb6521a2bb6','/openmrs/ws/rest/v1/reference-data/sample/9ced9891-b41e-4047-8636-9bb6521a2bb6','lab','2017-04-10 00:38:02','lab'),(1678,'7c751d05-6aed-43aa-8f4b-98629bb926de','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/4de5d39f-d0a7-48cc-92ce-d720cda722ca','/openmrs/ws/rest/v1/reference-data/sample/4de5d39f-d0a7-48cc-92ce-d720cda722ca','lab','2017-04-10 00:38:02','lab'),(1679,'51dcfba9-32de-4618-9a99-74fa22361388','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/9ced9891-b41e-4047-8636-9bb6521a2bb6','/openmrs/ws/rest/v1/reference-data/sample/9ced9891-b41e-4047-8636-9bb6521a2bb6','lab','2017-04-10 00:38:02','lab'),(1680,'0e0e9869-ec1b-40e5-89fb-8c99f0270626','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','lab','2017-04-10 00:38:02','lab'),(1681,'b76914ea-4aaa-49c3-b858-9f4b52aa7428','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/d7063dc2-27b9-4cc8-a518-15b163c9c94f','/openmrs/ws/rest/v1/reference-data/sample/d7063dc2-27b9-4cc8-a518-15b163c9c94f','lab','2017-04-10 00:38:02','lab'),(1682,'f1ad63a6-9d3e-4682-90f2-e639fd10d2fc','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','lab','2017-04-10 00:38:03','lab'),(1683,'d1279514-6531-412f-8183-58249bf93624','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/dfb1752d-fcbd-4119-a471-49bda372da7e','/openmrs/ws/rest/v1/reference-data/sample/dfb1752d-fcbd-4119-a471-49bda372da7e','lab','2017-04-10 00:38:03','lab'),(1684,'e55de7ef-8466-457e-b6ec-e7099c71f056','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/d657cba9-3864-4dc8-bd60-e1a5f60936f1','/openmrs/ws/rest/v1/reference-data/sample/d657cba9-3864-4dc8-bd60-e1a5f60936f1','lab','2017-04-10 00:38:03','lab'),(1685,'305e20ae-1ff7-4591-9b10-3d7585769d7b','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/dfb1752d-fcbd-4119-a471-49bda372da7e','/openmrs/ws/rest/v1/reference-data/sample/dfb1752d-fcbd-4119-a471-49bda372da7e','lab','2017-04-10 00:38:03','lab'),(1686,'26f05c7f-936b-4768-94b4-194fb3f549d5','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/83733223-8980-4a24-a0da-8369cf972b9a','/openmrs/ws/rest/v1/reference-data/sample/83733223-8980-4a24-a0da-8369cf972b9a','lab','2017-04-10 00:38:03','lab'),(1687,'8835b26a-71ae-4055-92dc-4246ce68f823','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/dd20a8aa-392d-450a-8f52-b3d58cc0f773','/openmrs/ws/rest/v1/reference-data/sample/dd20a8aa-392d-450a-8f52-b3d58cc0f773','lab','2017-04-10 00:38:03','lab'),(1688,'b15fa064-835f-4ad6-a63e-c5abcc851472','sample','2017-04-10 00:38:03','/openmrs/ws/rest/v1/reference-data/sample/34b92e4b-59bd-4b25-9897-2e6b1f012ac8','/openmrs/ws/rest/v1/reference-data/sample/34b92e4b-59bd-4b25-9897-2e6b1f012ac8','lab','2017-04-10 00:38:03','lab'),(1689,'3173798f-58fc-4378-809b-e2defade919b','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/854f3ec0-7e8c-40ea-8c6b-83623750b94f','/openmrs/ws/rest/v1/reference-data/sample/854f3ec0-7e8c-40ea-8c6b-83623750b94f','lab','2017-04-10 00:38:03','lab'),(1690,'1a315b88-d328-40eb-937a-7bc86c9f9240','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/b3ba64b2-5b62-4945-b08a-ab994535376a','/openmrs/ws/rest/v1/reference-data/sample/b3ba64b2-5b62-4945-b08a-ab994535376a','lab','2017-04-10 00:38:03','lab'),(1691,'8256ece5-cf67-4292-914f-a7a0ca9df7c3','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/bb17d0b0-9472-473a-9f6f-42526f7480df','/openmrs/ws/rest/v1/reference-data/sample/bb17d0b0-9472-473a-9f6f-42526f7480df','lab','2017-04-10 00:38:03','lab'),(1692,'a5e9d61d-6fdd-4160-90fa-86880fae9951','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','lab','2017-04-10 00:38:03','lab'),(1693,'f772f158-ecdf-4346-b8d1-aaefeccb66bb','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/7f812a85-42b4-4948-bf7b-988032a3bca5','/openmrs/ws/rest/v1/reference-data/sample/7f812a85-42b4-4948-bf7b-988032a3bca5','lab','2017-04-10 00:38:03','lab'),(1694,'cd476d7f-1b7c-4500-82c9-80d5cde7c739','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','lab','2017-04-10 00:38:03','lab'),(1695,'a9168644-5338-44f0-a560-c2ad4f55c391','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/7163fbe8-3bce-4a8c-b93d-65df929ac8bf','/openmrs/ws/rest/v1/reference-data/sample/7163fbe8-3bce-4a8c-b93d-65df929ac8bf','lab','2017-04-10 00:38:03','lab'),(1696,'ad8d7208-4ed8-4625-9036-eebbaddc6213','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/7163fbe8-3bce-4a8c-b93d-65df929ac8bf','/openmrs/ws/rest/v1/reference-data/sample/7163fbe8-3bce-4a8c-b93d-65df929ac8bf','lab','2017-04-10 00:38:04','lab'),(1697,'8296029e-84bf-48a8-8844-b71ff66a7a63','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/48a6b63b-bfc2-4e5d-ac36-6952236aaee5','/openmrs/ws/rest/v1/reference-data/sample/48a6b63b-bfc2-4e5d-ac36-6952236aaee5','lab','2017-04-10 00:38:04','lab'),(1698,'2022c7cb-b43d-4673-a3d8-73492fceb3ec','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/354c677b-ee8e-4ada-b6f1-b68182740a2f','/openmrs/ws/rest/v1/reference-data/sample/354c677b-ee8e-4ada-b6f1-b68182740a2f','lab','2017-04-10 00:38:04','lab'),(1699,'d5a80ab6-ca97-426c-9911-39cb86385e80','sample','2017-04-10 00:38:04','/openmrs/ws/rest/v1/reference-data/sample/bcfeda51-7002-48d2-a0fa-18432f4d17b8','/openmrs/ws/rest/v1/reference-data/sample/bcfeda51-7002-48d2-a0fa-18432f4d17b8','lab','2017-04-10 00:38:04','lab'),(1700,'bca5c0f3-8ad5-4fce-b15e-d1b21a8e519f','sample','2017-04-10 00:38:05','/openmrs/ws/rest/v1/reference-data/sample/e625709f-bc1e-4cca-a256-be264d1b85f1','/openmrs/ws/rest/v1/reference-data/sample/e625709f-bc1e-4cca-a256-be264d1b85f1','lab','2017-04-10 00:38:04','lab'),(1701,'6643589f-63c3-4665-a49c-06f1c62ce9b1','sample','2017-04-10 00:38:05','/openmrs/ws/rest/v1/reference-data/sample/179685f3-2e34-420d-94f0-c8094cc89cfa','/openmrs/ws/rest/v1/reference-data/sample/179685f3-2e34-420d-94f0-c8094cc89cfa','lab','2017-04-10 00:38:04','lab'),(1702,'a0c14d05-5488-45f9-8780-f3adbbe6325c','sample','2017-04-10 00:38:05','/openmrs/ws/rest/v1/reference-data/sample/416cdb9d-a65d-4f10-a8a1-802e9d50f072','/openmrs/ws/rest/v1/reference-data/sample/416cdb9d-a65d-4f10-a8a1-802e9d50f072','lab','2017-04-10 00:38:04','lab'),(1703,'77f27268-3acf-43a3-b7fb-a9bddcfd557b','sample','2017-04-10 00:38:05','/openmrs/ws/rest/v1/reference-data/sample/416cdb9d-a65d-4f10-a8a1-802e9d50f072','/openmrs/ws/rest/v1/reference-data/sample/416cdb9d-a65d-4f10-a8a1-802e9d50f072','lab','2017-04-10 00:38:04','lab'),(1704,'23267678-e56b-4bdd-b460-7cbfc05c70a4','sample','2017-04-10 00:38:05','/openmrs/ws/rest/v1/reference-data/sample/4a96bf36-e682-49eb-8b6c-cc0bff014d53','/openmrs/ws/rest/v1/reference-data/sample/4a96bf36-e682-49eb-8b6c-cc0bff014d53','lab','2017-04-10 00:38:04','lab'),(1705,'daab5b97-a8d3-4504-9b92-b5f003e420ff','panel','2017-04-10 01:04:32','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','lab','2017-04-10 01:04:31','lab'),(1706,'3cf1dfd5-55d1-4bb4-86e8-fc2d769911c2','panel','2017-04-10 01:04:32','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','lab','2017-04-10 01:04:32','lab'),(1707,'b70fd7d3-57b7-4896-9ea1-56541f30e6d2','panel','2017-04-10 01:04:33','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','lab','2017-04-10 01:04:33','lab'),(1708,'03a186d0-7596-44ba-aa3a-5b13f7a905b8','panel','2017-04-10 01:04:34','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2017-04-10 01:04:33','lab'),(1709,'5d2cb389-d1ca-40c4-9a9a-74ba71faefcf','panel','2017-04-10 01:04:34','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','lab','2017-04-10 01:04:34','lab'),(1710,'0a56e2a8-33de-4e7a-8d3b-0acff61796ba','panel','2017-04-10 01:04:35','/openmrs/ws/rest/v1/reference-data/panel/c4a1fb16-1dd0-472f-be62-243e5e2254de','/openmrs/ws/rest/v1/reference-data/panel/c4a1fb16-1dd0-472f-be62-243e5e2254de','lab','2017-04-10 01:04:34','lab'),(1711,'2df80b82-a2ca-437a-aade-a78df04856d7','panel','2017-04-10 01:04:35','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','lab','2017-04-10 01:04:34','lab'),(1712,'d36a4a0f-b31a-4950-a167-60754c44e443','panel','2017-04-10 01:04:35','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','lab','2017-04-10 01:04:35','lab'),(1713,'4c04e2fc-28ce-43d5-a3a3-d5fdfef773e0','panel','2017-04-10 01:04:35','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','lab','2017-04-10 01:04:35','lab'),(1714,'27b1b07f-d92f-4d7b-a8b4-fa5de0415c1e','panel','2017-04-10 01:04:35','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','lab','2017-04-10 01:04:35','lab'),(1715,'2835c51a-dee6-4a5d-891b-1c9f1c0e4d21','panel','2017-04-10 01:04:36','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','lab','2017-04-10 01:04:35','lab'),(1716,'fbf2cd3d-55d0-45ec-915b-01574270bc6c','panel','2017-04-10 01:04:36','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','lab','2017-04-10 01:04:35','lab'),(1717,'f2980825-676d-4062-bfdc-8a173032d914','panel','2017-04-10 01:04:36','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','lab','2017-04-10 01:04:36','lab'),(1718,'af6152a2-5450-4dc4-ad79-4fdaf97d6a5d','panel','2017-04-10 01:04:37','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','lab','2017-04-10 01:04:36','lab'),(1719,'fe5ea4e9-3008-4f30-847b-d1b0411dbb9c','panel','2017-04-10 01:04:37','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','lab','2017-04-10 01:04:37','lab'),(1720,'af60ad44-f548-47b0-9436-0e9b62485d34','panel','2017-04-10 01:04:37','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','lab','2017-04-10 01:04:37','lab'),(1721,'ce6665aa-2323-4909-aca2-a20cd2adf471','panel','2017-04-10 01:04:38','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','lab','2017-04-10 01:04:37','lab'),(1722,'38bcfa72-8daa-4a89-92ae-e10bf5e525d4','panel','2017-04-10 01:04:38','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','lab','2017-04-10 01:04:37','lab'),(1723,'53ab3c89-092f-4588-acbd-09ba17a28292','panel','2017-04-10 01:04:38','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','lab','2017-04-10 01:04:38','lab'),(1724,'c64608f4-4f71-44a4-84ee-91c92ab30f08','panel','2017-04-10 01:04:38','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','lab','2017-04-10 01:04:38','lab'),(1725,'e5d4e8d5-2f29-4020-9b6c-8107711672ed','panel','2017-04-10 01:04:39','/openmrs/ws/rest/v1/reference-data/panel/1b2efc64-d442-427b-93f3-9282417cfa40','/openmrs/ws/rest/v1/reference-data/panel/1b2efc64-d442-427b-93f3-9282417cfa40','lab','2017-04-10 01:04:38','lab'),(1726,'24b38397-cdc5-4eb9-aecc-da4ab4398bfc','panel','2017-04-10 01:04:39','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','lab','2017-04-10 01:04:38','lab'),(1727,'2acd5319-8755-4500-85ca-8bfb50cdc8a4','panel','2017-04-10 01:04:39','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','lab','2017-04-10 01:04:39','lab'),(1728,'23eebb24-a5ba-4c02-bd8a-a24a67545f80','panel','2017-04-10 01:04:39','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','lab','2017-04-10 01:04:39','lab'),(1729,'9f9b8972-035b-4e44-89bd-42dac37f87c6','all-tests-and-panels','2017-04-10 01:28:19','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:28:18','lab'),(1730,'7ae12c8e-811d-4b03-bd25-d6afa81eb52e','all-tests-and-panels','2017-04-10 01:30:02','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:30:01','lab'),(1731,'52f87476-0db8-4af7-bba8-3d02ee0488f4','all-tests-and-panels','2017-04-10 01:32:37','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:32:37','lab'),(1732,'d862fdd2-054b-430a-92b6-2b6794fad6c3','all-tests-and-panels','2017-04-10 01:35:47','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:35:47','lab'),(1733,'f2d2a798-556c-4056-8ea9-19e3fa46bd81','all-tests-and-panels','2017-04-10 01:38:05','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:38:05','lab'),(1734,'20c3f3b4-1853-459d-8252-7316c57083b1','all-tests-and-panels','2017-04-10 01:39:30','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:39:30','lab'),(1735,'6ce57f26-cff9-433a-bed3-b76054efaab8','all-tests-and-panels','2017-04-10 01:41:15','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:41:14','lab'),(1736,'ac0618f5-57d7-4af6-86fb-3e0144465441','all-tests-and-panels','2017-04-10 01:51:36','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-10 01:51:35','lab'),(1738,'9a889487-ccd3-4416-b34f-0ac9105ff0b6','department','2017-04-10 07:10:30','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','lab','2017-04-10 07:10:30','lab'),(1739,'b09a2bb7-4e81-477b-9647-13cd297a519f','department','2017-04-11 06:51:45','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','lab','2017-04-11 06:51:44','lab'),(1740,'1273830e-3c35-4fce-8ace-f581fcb4d337','department','2017-04-11 07:00:58','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','/openmrs/ws/rest/v1/reference-data/department/4529b8f6-fe4c-4f47-86c7-778907e216a4','lab','2017-04-11 07:00:57','lab'),(1741,'e2b3d84f-a1fd-43f1-b2cc-a074a846a53a','department','2017-04-11 07:12:53','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','lab','2017-04-11 07:12:52','lab'),(1742,'35b347d6-0bdb-48cf-8667-bde174c43651','department','2017-04-11 07:12:55','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','lab','2017-04-11 07:12:55','lab'),(1743,'feca5f4b-9bb8-4e3a-a20a-896a7a0542f7','department','2017-04-11 07:12:56','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','lab','2017-04-11 07:12:56','lab'),(1744,'68968fe9-48e6-4960-961f-ee26f1463400','department','2017-04-11 07:12:57','/openmrs/ws/rest/v1/reference-data/department/c959a933-db78-43d8-9049-6cb2af1f4fe9','/openmrs/ws/rest/v1/reference-data/department/c959a933-db78-43d8-9049-6cb2af1f4fe9','lab','2017-04-11 07:12:56','lab'),(1745,'053cb997-361e-4f9f-81fa-b5d111784634','department','2017-04-11 07:12:57','/openmrs/ws/rest/v1/reference-data/department/3c89e9aa-6592-4487-b32a-60869bd4a1f1','/openmrs/ws/rest/v1/reference-data/department/3c89e9aa-6592-4487-b32a-60869bd4a1f1','lab','2017-04-11 07:12:57','lab'),(1746,'57e06af1-8b55-4489-9526-0961c5e37523','department','2017-04-11 07:12:59','/openmrs/ws/rest/v1/reference-data/department/422a0872-2455-49cc-a972-74f3b5fe2057','/openmrs/ws/rest/v1/reference-data/department/422a0872-2455-49cc-a972-74f3b5fe2057','lab','2017-04-11 07:12:58','lab'),(1747,'04618ae7-e99f-4424-a55d-19671b8d32dc','department','2017-04-11 07:13:00','/openmrs/ws/rest/v1/reference-data/department/e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5','/openmrs/ws/rest/v1/reference-data/department/e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5','lab','2017-04-11 07:12:59','lab'),(1748,'88c5b28d-90f9-4a7b-9bc7-4873a8532d90','department','2017-04-11 07:14:47','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','/openmrs/ws/rest/v1/reference-data/department/20bb6922-c976-4829-b4e6-37b43cac4dee','lab','2017-04-11 07:14:46','lab'),(1749,'15d68f46-c614-4137-b47e-5bf8464e1b06','department','2017-04-11 07:14:49','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','/openmrs/ws/rest/v1/reference-data/department/5376776e-bd25-4471-8e23-b56bb79f82a8','lab','2017-04-11 07:14:49','lab'),(1750,'111f25c2-ca6d-4553-a15a-4ca191c648c5','department','2017-04-11 07:14:50','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','/openmrs/ws/rest/v1/reference-data/department/c93c3c93-bd33-47d9-bedd-eff488491aa5','lab','2017-04-11 07:14:50','lab'),(1751,'0b07c560-99b6-4a60-941d-0828c1bc2af1','department','2017-04-11 07:14:51','/openmrs/ws/rest/v1/reference-data/department/c959a933-db78-43d8-9049-6cb2af1f4fe9','/openmrs/ws/rest/v1/reference-data/department/c959a933-db78-43d8-9049-6cb2af1f4fe9','lab','2017-04-11 07:14:50','lab'),(1752,'7fa5e14c-be22-4c6d-979f-ac9d8c2a69aa','department','2017-04-11 07:14:51','/openmrs/ws/rest/v1/reference-data/department/3c89e9aa-6592-4487-b32a-60869bd4a1f1','/openmrs/ws/rest/v1/reference-data/department/3c89e9aa-6592-4487-b32a-60869bd4a1f1','lab','2017-04-11 07:14:51','lab'),(1753,'f67d7fcd-1a5b-4753-8de3-5defe008abc7','department','2017-04-11 07:14:52','/openmrs/ws/rest/v1/reference-data/department/422a0872-2455-49cc-a972-74f3b5fe2057','/openmrs/ws/rest/v1/reference-data/department/422a0872-2455-49cc-a972-74f3b5fe2057','lab','2017-04-11 07:14:52','lab'),(1754,'58ad9de1-85c2-445b-a5cb-8b2f8cdec60c','department','2017-04-11 07:14:53','/openmrs/ws/rest/v1/reference-data/department/e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5','/openmrs/ws/rest/v1/reference-data/department/e6b85bb8-0c6e-4a8c-b593-a9ed0145c0d5','lab','2017-04-11 07:14:52','lab'),(1755,'6ea1e089-e81d-424d-82db-743255d93b8a','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/b7157fc9-9515-4f34-9255-386768716fc5','/openmrs/ws/rest/v1/reference-data/test/b7157fc9-9515-4f34-9255-386768716fc5','lab','2017-04-11 07:37:47','lab'),(1756,'eafe20de-8616-47af-adc3-9f9f786c8199','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/fbbb4fc6-4735-47e1-ac53-3d45335995da','/openmrs/ws/rest/v1/reference-data/test/fbbb4fc6-4735-47e1-ac53-3d45335995da','lab','2017-04-11 07:37:47','lab'),(1757,'808c74b3-d264-4ab8-82ac-7e992cbe9011','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/b26b0b39-e038-4c57-853d-34e0d9da97b3','/openmrs/ws/rest/v1/reference-data/test/b26b0b39-e038-4c57-853d-34e0d9da97b3','lab','2017-04-11 07:37:48','lab'),(1758,'fcbb9acc-7091-4239-96e0-23526a6ee89e','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/2c01180b-779e-4777-84f2-33ef32698151','/openmrs/ws/rest/v1/reference-data/test/2c01180b-779e-4777-84f2-33ef32698151','lab','2017-04-11 07:37:48','lab'),(1759,'06cc4b95-354e-4842-a65f-be2144d10417','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/80994e3f-b4f7-40c0-bf32-7dedacc9d4c3','/openmrs/ws/rest/v1/reference-data/test/80994e3f-b4f7-40c0-bf32-7dedacc9d4c3','lab','2017-04-11 07:37:48','lab'),(1760,'63a0b24d-7fe1-4ab0-841b-75af23ace329','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/c9770444-0deb-4e28-8d4b-bfbeae0d038c','/openmrs/ws/rest/v1/reference-data/test/c9770444-0deb-4e28-8d4b-bfbeae0d038c','lab','2017-04-11 07:37:48','lab'),(1761,'b6c2ee4e-5874-47d1-a022-d79129a090a7','test','2017-04-11 07:37:48','/openmrs/ws/rest/v1/reference-data/test/ef891285-6189-47d9-be17-b07587886af5','/openmrs/ws/rest/v1/reference-data/test/ef891285-6189-47d9-be17-b07587886af5','lab','2017-04-11 07:37:48','lab'),(1762,'1814885f-cfd7-4f78-a2c4-16803dec095e','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/ecb11cb9-b7b3-48f0-bd66-395a8ceb7612','/openmrs/ws/rest/v1/reference-data/test/ecb11cb9-b7b3-48f0-bd66-395a8ceb7612','lab','2017-04-11 07:37:48','lab'),(1763,'05eec5df-848c-464d-8a9d-85939506108a','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/fa50ed6a-b47e-4111-9478-3af20892f341','/openmrs/ws/rest/v1/reference-data/test/fa50ed6a-b47e-4111-9478-3af20892f341','lab','2017-04-11 07:37:48','lab'),(1764,'1f79cd9b-4560-45d3-a28e-ec9c92f6ceed','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/5a2bc3a4-0603-4ee4-b1df-97229debfeec','/openmrs/ws/rest/v1/reference-data/test/5a2bc3a4-0603-4ee4-b1df-97229debfeec','lab','2017-04-11 07:37:48','lab'),(1765,'854c5ef4-249d-4e25-9f6a-cc4f66e42390','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/80a32cb4-ee68-49f7-8892-f2ebbf110b39','/openmrs/ws/rest/v1/reference-data/test/80a32cb4-ee68-49f7-8892-f2ebbf110b39','lab','2017-04-11 07:37:48','lab'),(1766,'18f88006-2058-452e-b684-c9cbc0595310','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/db9816b9-cf9c-4a44-8d71-7d2ca76114ed','/openmrs/ws/rest/v1/reference-data/test/db9816b9-cf9c-4a44-8d71-7d2ca76114ed','lab','2017-04-11 07:37:48','lab'),(1767,'58283970-91e1-429f-bc60-d36061a1be86','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/5f3c0ff6-893a-494d-a614-deb76b5ad66c','/openmrs/ws/rest/v1/reference-data/test/5f3c0ff6-893a-494d-a614-deb76b5ad66c','lab','2017-04-11 07:37:48','lab'),(1768,'4bcc0ebe-8af1-4db5-9bc1-e58bd2dd5467','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/5d30ca78-371b-423c-ac0f-fac3e3948363','/openmrs/ws/rest/v1/reference-data/test/5d30ca78-371b-423c-ac0f-fac3e3948363','lab','2017-04-11 07:37:49','lab'),(1769,'196ec212-ee9b-4cd8-acd8-cf31f4f28405','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/030ebdac-1e10-486b-8164-fedf56d97f34','/openmrs/ws/rest/v1/reference-data/test/030ebdac-1e10-486b-8164-fedf56d97f34','lab','2017-04-11 07:37:49','lab'),(1770,'57e5c043-aa94-4d41-a25a-f5057c866cd0','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/eb1a0f16-b28e-41f3-83c1-7a406c968f07','/openmrs/ws/rest/v1/reference-data/test/eb1a0f16-b28e-41f3-83c1-7a406c968f07','lab','2017-04-11 07:37:49','lab'),(1771,'6e6fae2f-ef7e-4ecd-9402-487727d11351','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/6d9e3d9f-4a25-4afd-b171-c1957dbcc88a','/openmrs/ws/rest/v1/reference-data/test/6d9e3d9f-4a25-4afd-b171-c1957dbcc88a','lab','2017-04-11 07:37:49','lab'),(1772,'f77756e2-f389-49c3-866f-5a58ebe892f9','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/c9d448f0-baa0-4fd7-88bc-68aa457f3014','/openmrs/ws/rest/v1/reference-data/test/c9d448f0-baa0-4fd7-88bc-68aa457f3014','lab','2017-04-11 07:37:49','lab'),(1773,'3bb3a4be-c5a5-46c2-b16e-1ee819c065ff','test','2017-04-11 07:37:49','/openmrs/ws/rest/v1/reference-data/test/051f91ad-908a-4748-9798-7873105b397e','/openmrs/ws/rest/v1/reference-data/test/051f91ad-908a-4748-9798-7873105b397e','lab','2017-04-11 07:37:49','lab'),(1774,'1ae723cc-744e-4ec9-b6e3-9fb0f9780cb5','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/a57c1df2-2224-4089-9c2d-e129f8c7a5b7','/openmrs/ws/rest/v1/reference-data/test/a57c1df2-2224-4089-9c2d-e129f8c7a5b7','lab','2017-04-11 07:37:49','lab'),(1775,'58c48476-f307-44a0-ad94-679c53aae66b','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/0f6dea02-925a-4550-acc7-3e5d2d213f31','/openmrs/ws/rest/v1/reference-data/test/0f6dea02-925a-4550-acc7-3e5d2d213f31','lab','2017-04-11 07:37:49','lab'),(1776,'8850755d-0158-43b4-ac83-28be571867d3','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/9c7c87f7-9d83-4300-96e8-579fb8ffde34','/openmrs/ws/rest/v1/reference-data/test/9c7c87f7-9d83-4300-96e8-579fb8ffde34','lab','2017-04-11 07:37:49','lab'),(1777,'b4ec1c4f-18f0-477b-8cb5-264d194bbf5d','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/aa48d209-f5b9-4761-889a-9ce8972a1dfb','/openmrs/ws/rest/v1/reference-data/test/aa48d209-f5b9-4761-889a-9ce8972a1dfb','lab','2017-04-11 07:37:49','lab'),(1778,'dbaef1bd-38b7-46b0-9c29-1e3a54df73d5','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/d459422b-1499-462b-9cde-05dc03313c8b','/openmrs/ws/rest/v1/reference-data/test/d459422b-1499-462b-9cde-05dc03313c8b','lab','2017-04-11 07:37:49','lab'),(1779,'4d6d89eb-8ae3-4281-afe2-1a6efd0dd817','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/8f00b901-a279-4829-909b-f7915ab26f0f','/openmrs/ws/rest/v1/reference-data/test/8f00b901-a279-4829-909b-f7915ab26f0f','lab','2017-04-11 07:37:49','lab'),(1780,'76a514bf-1e32-413d-91da-798ea07e9228','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/86b66218-b6bd-4b48-8408-fa717ccfa0c4','/openmrs/ws/rest/v1/reference-data/test/86b66218-b6bd-4b48-8408-fa717ccfa0c4','lab','2017-04-11 07:37:49','lab'),(1781,'7677af6a-863f-4e51-bd3d-7b79550150d3','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/d25b0972-e7d9-44b6-9bf7-5075793e330f','/openmrs/ws/rest/v1/reference-data/test/d25b0972-e7d9-44b6-9bf7-5075793e330f','lab','2017-04-11 07:37:49','lab'),(1782,'53d94171-8963-412a-a38e-01805f1b60ca','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/66dd8112-be8a-4ff5-8739-c5aaad2a5261','/openmrs/ws/rest/v1/reference-data/test/66dd8112-be8a-4ff5-8739-c5aaad2a5261','lab','2017-04-11 07:37:50','lab'),(1783,'2f95f284-2cf3-4e21-8a49-01df34052441','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/5587f971-4601-45c3-8e3a-331e2f21b558','/openmrs/ws/rest/v1/reference-data/test/5587f971-4601-45c3-8e3a-331e2f21b558','lab','2017-04-11 07:37:50','lab'),(1784,'7f410083-c801-4abd-9a7e-b5d674c4da24','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/02be088b-0a70-454d-b5c1-2a714ee46aef','/openmrs/ws/rest/v1/reference-data/test/02be088b-0a70-454d-b5c1-2a714ee46aef','lab','2017-04-11 07:37:50','lab'),(1785,'6d5636e9-d990-4505-8cbc-22f02a00224a','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/ed664869-4d62-4442-ad27-e6a32f46a42f','/openmrs/ws/rest/v1/reference-data/test/ed664869-4d62-4442-ad27-e6a32f46a42f','lab','2017-04-11 07:37:50','lab'),(1786,'782e2692-56c7-4e12-90f2-bccf4189272e','test','2017-04-11 07:37:50','/openmrs/ws/rest/v1/reference-data/test/9965e25e-7003-44cd-93f9-8fbe1948d068','/openmrs/ws/rest/v1/reference-data/test/9965e25e-7003-44cd-93f9-8fbe1948d068','lab','2017-04-11 07:37:50','lab'),(1787,'0e9c2c34-69c6-414a-b42f-05be1bc20010','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/d0643625-188a-4f3e-a53d-1cd2b3ac36cd','/openmrs/ws/rest/v1/reference-data/test/d0643625-188a-4f3e-a53d-1cd2b3ac36cd','lab','2017-04-11 07:37:50','lab'),(1788,'7f372c9e-a067-4b19-8468-6a4e865012a7','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/d4db5c93-5117-4c32-922d-74d78fd42d88','/openmrs/ws/rest/v1/reference-data/test/d4db5c93-5117-4c32-922d-74d78fd42d88','lab','2017-04-11 07:37:50','lab'),(1789,'9dcde06a-641f-4b4a-b4ab-f0096899bd41','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/5640a605-1337-405b-b528-0d566f8f4eaa','/openmrs/ws/rest/v1/reference-data/test/5640a605-1337-405b-b528-0d566f8f4eaa','lab','2017-04-11 07:37:50','lab'),(1790,'4cac1f10-165a-4ae4-a881-20a01c8aaef9','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/c6877114-d35a-4863-8e42-8359b323a2f2','/openmrs/ws/rest/v1/reference-data/test/c6877114-d35a-4863-8e42-8359b323a2f2','lab','2017-04-11 07:37:51','lab'),(1791,'f98c0e2d-dbd9-4252-b9bd-b29b75e254ec','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/859a49c8-ca71-4404-9c0c-c4aedda4117a','/openmrs/ws/rest/v1/reference-data/test/859a49c8-ca71-4404-9c0c-c4aedda4117a','lab','2017-04-11 07:37:51','lab'),(1792,'42c20171-6f66-4693-9878-9c1503da7095','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/54184945-b7cc-43f9-b4d3-ea44755b3fa4','/openmrs/ws/rest/v1/reference-data/test/54184945-b7cc-43f9-b4d3-ea44755b3fa4','lab','2017-04-11 07:37:51','lab'),(1793,'77fca4dc-1a51-4d8b-b9f5-d0ad978bf203','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/d155de4c-7d47-4b0c-837e-524244450945','/openmrs/ws/rest/v1/reference-data/test/d155de4c-7d47-4b0c-837e-524244450945','lab','2017-04-11 07:37:51','lab'),(1794,'937708f2-fb1d-44ee-8d82-08c648d26f88','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/350e7d13-1180-4b5e-8113-e2453053f95e','/openmrs/ws/rest/v1/reference-data/test/350e7d13-1180-4b5e-8113-e2453053f95e','lab','2017-04-11 07:37:51','lab'),(1795,'bd0ce073-daaa-4de9-b32d-fc7f65458e62','test','2017-04-11 07:37:51','/openmrs/ws/rest/v1/reference-data/test/74c8f15f-df52-4842-91f1-70676d6f0422','/openmrs/ws/rest/v1/reference-data/test/74c8f15f-df52-4842-91f1-70676d6f0422','lab','2017-04-11 07:37:51','lab'),(1796,'067f08a8-aeab-4017-826d-53ddab964e78','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/574a3e94-a747-4635-afe5-e3578955c57d','/openmrs/ws/rest/v1/reference-data/test/574a3e94-a747-4635-afe5-e3578955c57d','lab','2017-04-11 07:37:51','lab'),(1797,'2c18c43d-cb9f-477b-bd90-d6a662f84947','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/f94a2dfc-cce1-4b6e-aa05-94c02ecb350f','/openmrs/ws/rest/v1/reference-data/test/f94a2dfc-cce1-4b6e-aa05-94c02ecb350f','lab','2017-04-11 07:37:51','lab'),(1798,'04d6c591-da9a-42c5-8e02-d739287039fb','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/e05e65c8-c116-4450-b920-f02d8482bb55','/openmrs/ws/rest/v1/reference-data/test/e05e65c8-c116-4450-b920-f02d8482bb55','lab','2017-04-11 07:37:51','lab'),(1799,'158e7c19-c0ea-4c59-bfa5-6dc52eb7e57d','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/6bc47937-8287-4aad-b5c0-55475dd7ce79','/openmrs/ws/rest/v1/reference-data/test/6bc47937-8287-4aad-b5c0-55475dd7ce79','lab','2017-04-11 07:37:51','lab'),(1800,'344ad925-cd28-4bb3-a4a2-1852e55272fa','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/3f36b87b-866c-4c9e-8ed1-3a43a85b7d40','/openmrs/ws/rest/v1/reference-data/test/3f36b87b-866c-4c9e-8ed1-3a43a85b7d40','lab','2017-04-11 07:37:52','lab'),(1801,'20695f07-4d66-4aa4-841b-c2bcec6f11e4','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/fa17e843-e632-45b2-b597-a042a716144f','/openmrs/ws/rest/v1/reference-data/test/fa17e843-e632-45b2-b597-a042a716144f','lab','2017-04-11 07:37:52','lab'),(1802,'f3275159-c681-4412-a0c6-8f7d21107ad1','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/923420ac-a96c-4801-ba0e-8595e1f5bac0','/openmrs/ws/rest/v1/reference-data/test/923420ac-a96c-4801-ba0e-8595e1f5bac0','lab','2017-04-11 07:37:52','lab'),(1803,'fe27e93b-c6cc-42d2-8736-81769adc35a2','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/353b4c2a-5032-44b4-9c49-fb418ac2b7c3','/openmrs/ws/rest/v1/reference-data/test/353b4c2a-5032-44b4-9c49-fb418ac2b7c3','lab','2017-04-11 07:37:52','lab'),(1804,'a91c034a-0c11-4400-823f-82c3bc56df3b','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/db241b6d-d0e7-4d1e-82c1-72b4a63a4966','/openmrs/ws/rest/v1/reference-data/test/db241b6d-d0e7-4d1e-82c1-72b4a63a4966','lab','2017-04-11 07:37:52','lab'),(1805,'9443005a-2243-4071-a137-00d64e7de29b','test','2017-04-11 07:37:52','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','/openmrs/ws/rest/v1/reference-data/test/ef2ede2f-b6c1-4cab-af98-c0c6cea22ec6','lab','2017-04-11 07:37:52','lab'),(1806,'74e5161b-50b9-4881-aa6c-492044cfe8b5','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/b5939f96-fd63-4cdd-9e4b-1b41b9afd228','/openmrs/ws/rest/v1/reference-data/test/b5939f96-fd63-4cdd-9e4b-1b41b9afd228','lab','2017-04-11 07:37:52','lab'),(1807,'87b0deed-d99e-4b3a-8d99-3d9af8875c10','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/70f098d6-00db-4495-896e-527594228d1a','/openmrs/ws/rest/v1/reference-data/test/70f098d6-00db-4495-896e-527594228d1a','lab','2017-04-11 07:37:52','lab'),(1808,'043b5e73-42c6-4ad8-9500-664107be16fd','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/b16509ef-8a81-4799-89cc-bba3a30c2c02','/openmrs/ws/rest/v1/reference-data/test/b16509ef-8a81-4799-89cc-bba3a30c2c02','lab','2017-04-11 07:37:52','lab'),(1809,'06eb55dd-b13a-4c54-8516-f2d2b329a531','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/8ebd7b34-2462-4ba6-9392-abd0c52453c0','/openmrs/ws/rest/v1/reference-data/test/8ebd7b34-2462-4ba6-9392-abd0c52453c0','lab','2017-04-11 07:37:52','lab'),(1810,'28925add-11ee-4e22-9c5b-430ef7269020','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/f59d9865-e35d-4b78-8802-4f93f5031709','/openmrs/ws/rest/v1/reference-data/test/f59d9865-e35d-4b78-8802-4f93f5031709','lab','2017-04-11 07:37:52','lab'),(1811,'a6aa7dc4-d3c7-49d9-af42-9cfb9de211c1','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/1a32a43b-7ce9-4726-803b-efe59bd3f779','/openmrs/ws/rest/v1/reference-data/test/1a32a43b-7ce9-4726-803b-efe59bd3f779','lab','2017-04-11 07:37:52','lab'),(1812,'aac5d258-335c-40be-b180-2806ccc0fc81','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/a9091580-c145-4e09-8f88-78ab487e8cdf','/openmrs/ws/rest/v1/reference-data/test/a9091580-c145-4e09-8f88-78ab487e8cdf','lab','2017-04-11 07:37:53','lab'),(1813,'8fa75259-eb45-4d53-b0b5-90f70effeb0e','test','2017-04-11 07:37:53','/openmrs/ws/rest/v1/reference-data/test/e233f47f-1186-4a8d-a0f9-7224464887fc','/openmrs/ws/rest/v1/reference-data/test/e233f47f-1186-4a8d-a0f9-7224464887fc','lab','2017-04-11 07:37:53','lab'),(1814,'b638035f-8df1-4592-89d6-8bf1d583b0e4','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/96b8695c-cf04-4015-9a15-468aa8f7a247','/openmrs/ws/rest/v1/reference-data/test/96b8695c-cf04-4015-9a15-468aa8f7a247','lab','2017-04-11 07:37:53','lab'),(1815,'a06cd9fb-2974-4640-b32c-0555c82d7733','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/f12c5281-b101-4573-b19f-fa5d38c51a60','/openmrs/ws/rest/v1/reference-data/test/f12c5281-b101-4573-b19f-fa5d38c51a60','lab','2017-04-11 07:37:53','lab'),(1816,'46c38b38-1a02-4966-93ae-8049232b0a14','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/8eeff3d6-deed-4a3d-a475-833e914543ee','/openmrs/ws/rest/v1/reference-data/test/8eeff3d6-deed-4a3d-a475-833e914543ee','lab','2017-04-11 07:37:53','lab'),(1817,'f6cf0eb1-3edb-4527-ade4-6f7fae4ecc34','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/3e4c58c4-faef-497f-a43b-609bee394218','/openmrs/ws/rest/v1/reference-data/test/3e4c58c4-faef-497f-a43b-609bee394218','lab','2017-04-11 07:37:53','lab'),(1818,'b7327935-6629-49df-baae-f92f52bff905','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/cb728172-da03-422a-a79b-0e98d76492a8','/openmrs/ws/rest/v1/reference-data/test/cb728172-da03-422a-a79b-0e98d76492a8','lab','2017-04-11 07:37:53','lab'),(1819,'30689646-32ba-4b43-950b-580e9a24e763','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/30863593-4508-4909-827f-beb349e50f8a','/openmrs/ws/rest/v1/reference-data/test/30863593-4508-4909-827f-beb349e50f8a','lab','2017-04-11 07:37:53','lab'),(1820,'bfeeedd0-bd18-4588-b244-eaba09fc5b7e','test','2017-04-11 07:37:54','/openmrs/ws/rest/v1/reference-data/test/9fedc8e3-6cff-4801-9a8c-dd9adb4dafaf','/openmrs/ws/rest/v1/reference-data/test/9fedc8e3-6cff-4801-9a8c-dd9adb4dafaf','lab','2017-04-11 07:37:54','lab'),(1821,'ded75790-b0aa-4e0e-b5bf-f565267ba411','department','2017-04-11 07:38:13','/openmrs/ws/rest/v1/reference-data/department/919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2','/openmrs/ws/rest/v1/reference-data/department/919b18c9-1f25-4e3a-a8cb-fdc7fefad1c2','lab','2017-04-11 07:38:13','lab'),(1822,'fa7b228e-f271-40ba-a8b0-ce0259f4f22f','panel','2017-04-11 09:50:36','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','lab','2017-04-11 09:50:36','lab'),(1823,'4a4c32f8-8c92-42a3-abb4-696e42006a69','panel','2017-04-11 09:50:37','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2017-04-11 09:50:36','lab'),(1824,'dc1c078a-278c-4a4f-bcdb-1c6df1029a29','panel','2017-04-11 09:50:37','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','lab','2017-04-11 09:50:36','lab'),(1825,'99475928-45ad-4a58-bf15-7e9dda26ff99','panel','2017-04-11 09:50:38','/openmrs/ws/rest/v1/reference-data/panel/5ae30d48-5ef7-4835-b3ea-6fb0b31c18fd','/openmrs/ws/rest/v1/reference-data/panel/5ae30d48-5ef7-4835-b3ea-6fb0b31c18fd','lab','2017-04-11 09:50:37','lab'),(1826,'ec1db8ee-11e2-423c-b561-e45016abf99d','panel','2017-04-11 09:50:38','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','lab','2017-04-11 09:50:38','lab'),(1827,'76b434e1-04b7-4c46-80ea-37779679f496','panel','2017-04-11 09:50:38','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','lab','2017-04-11 09:50:38','lab'),(1828,'0df08fd7-6814-4913-9425-89681f9f7130','panel','2017-04-11 09:50:39','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','lab','2017-04-11 09:50:38','lab'),(1829,'86417664-cae3-481f-9bb4-1417de2b36fc','panel','2017-04-11 09:50:39','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','lab','2017-04-11 09:50:38','lab'),(1830,'fe1eee33-9f71-4e1b-a76c-c40eebfdb2f0','panel','2017-04-11 09:50:39','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','lab','2017-04-11 09:50:38','lab'),(1831,'5a429d33-8adf-4f4a-9d12-442885a7bbca','sample','2017-04-11 09:50:42','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','lab','2017-04-11 09:50:42','lab'),(1832,'80881886-f5b9-4326-a46c-4adaa0cadf5a','panel','2017-04-11 09:50:42','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','lab','2017-04-11 09:50:42','lab'),(1833,'c0235ea9-dc2a-45c9-841e-cbf277740fe4','panel','2017-04-11 09:50:43','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','lab','2017-04-11 09:50:43','lab'),(1834,'df926f2b-9d1d-4833-a839-705566c2ca0d','panel','2017-04-11 09:50:43','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','lab','2017-04-11 09:50:43','lab'),(1835,'768fbd89-7b81-4cc1-a67f-bb0510e5a958','panel','2017-04-11 09:50:44','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','lab','2017-04-11 09:50:43','lab'),(1836,'784498bf-cd49-47a3-8771-78471bc5a911','panel','2017-04-11 09:50:44','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','lab','2017-04-11 09:50:43','lab'),(1837,'29d7cf03-98aa-43dc-ad36-73fa012d8a49','panel','2017-04-11 09:50:44','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','lab','2017-04-11 09:50:43','lab'),(1838,'365e065d-3c5a-4e3a-9db5-d409b88989e8','sample','2017-04-11 09:50:48','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2017-04-11 09:50:47','lab'),(1839,'c9c9feda-6e8a-4a09-af9a-5bf30e0daf52','panel','2017-04-11 09:50:48','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','lab','2017-04-11 09:50:47','lab'),(1840,'c18dcfe6-1af0-4568-86dc-d882b2f04fd3','panel','2017-04-11 09:50:48','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','lab','2017-04-11 09:50:48','lab'),(1841,'29035718-6a40-4a33-937c-f87b2b877148','panel','2017-04-11 09:50:48','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','lab','2017-04-11 09:50:48','lab'),(1842,'46d3daba-c542-47a2-a4a8-fda2370f9cda','panel','2017-04-11 09:50:49','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','lab','2017-04-11 09:50:48','lab'),(1843,'2d61d6ae-96cd-4dd0-9003-71214d36a3a3','sample','2017-04-11 09:50:50','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','lab','2017-04-11 09:50:50','lab'),(1844,'c2b46e5b-cde9-4caa-a5b0-41be62b279ce','panel','2017-04-11 09:50:50','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','lab','2017-04-11 09:50:50','lab'),(1845,'2b9b6e8b-d032-481a-ba02-47d9db41736d','panel','2017-04-11 09:50:51','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','lab','2017-04-11 09:50:50','lab'),(1846,'08525bd3-1dd4-4cff-90c0-d8e0a8b84688','panel','2017-04-11 09:50:51','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','lab','2017-04-11 09:50:50','lab'),(1847,'1d1af8e4-b598-4621-af6f-855838f30aba','sample','2017-04-11 09:50:52','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','lab','2017-04-11 09:50:51','lab'),(1848,'0355ff5c-dae3-433b-acbf-a16f89bf0ece','sample','2017-04-11 09:50:52','/openmrs/ws/rest/v1/reference-data/sample/e7faa239-ef2b-479a-9c72-1421147f6082','/openmrs/ws/rest/v1/reference-data/sample/e7faa239-ef2b-479a-9c72-1421147f6082','lab','2017-04-11 09:50:52','lab'),(1849,'c19a550a-6a6a-4e81-98a1-d3a6fe36478f','panel','2017-04-11 09:50:53','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','lab','2017-04-11 09:50:52','lab'),(1850,'4fb04316-177c-489f-885c-0cdc2ac9f68d','sample','2017-04-11 09:50:53','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','lab','2017-04-11 09:50:53','lab'),(1851,'80104211-bdb1-4c05-9f1a-8006aeb6265d','sample','2017-04-11 09:50:53','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','lab','2017-04-11 09:50:53','lab'),(1852,'db61e4d7-e741-41fd-8fce-5ee1acedd309','sample','2017-04-11 09:50:54','/openmrs/ws/rest/v1/reference-data/sample/34f7bcad-3c50-4ad4-ab15-d2b1991ebb01','/openmrs/ws/rest/v1/reference-data/sample/34f7bcad-3c50-4ad4-ab15-d2b1991ebb01','lab','2017-04-11 09:50:53','lab'),(1853,'0a896963-556a-44ef-8f91-7938028144a2','sample','2017-04-11 09:50:54','/openmrs/ws/rest/v1/reference-data/sample/35eca461-08b6-4542-9e41-40c2a3937eb5','/openmrs/ws/rest/v1/reference-data/sample/35eca461-08b6-4542-9e41-40c2a3937eb5','lab','2017-04-11 09:50:54','lab'),(1854,'38ef07a2-1571-4904-aabc-a721fe598b1d','sample','2017-04-11 09:50:55','/openmrs/ws/rest/v1/reference-data/sample/9ced9891-b41e-4047-8636-9bb6521a2bb6','/openmrs/ws/rest/v1/reference-data/sample/9ced9891-b41e-4047-8636-9bb6521a2bb6','lab','2017-04-11 09:50:54','lab'),(1855,'23314454-77bc-4333-859a-ef4d627abc02','sample','2017-04-11 09:50:55','/openmrs/ws/rest/v1/reference-data/sample/e625709f-bc1e-4cca-a256-be264d1b85f1','/openmrs/ws/rest/v1/reference-data/sample/e625709f-bc1e-4cca-a256-be264d1b85f1','lab','2017-04-11 09:50:55','lab'),(1856,'cd99296f-8efd-4336-82bc-368919470e65','sample','2017-04-11 09:50:56','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','lab','2017-04-11 09:50:56','lab'),(1857,'82f7ce44-85fe-4b1e-b561-02b7987c06d6','sample','2017-04-11 09:50:57','/openmrs/ws/rest/v1/reference-data/sample/354c677b-ee8e-4ada-b6f1-b68182740a2f','/openmrs/ws/rest/v1/reference-data/sample/354c677b-ee8e-4ada-b6f1-b68182740a2f','lab','2017-04-11 09:50:56','lab'),(1858,'7b6e4417-50f6-460f-ab48-07fd027038f9','sample','2017-04-11 09:50:57','/openmrs/ws/rest/v1/reference-data/sample/dfb1752d-fcbd-4119-a471-49bda372da7e','/openmrs/ws/rest/v1/reference-data/sample/dfb1752d-fcbd-4119-a471-49bda372da7e','lab','2017-04-11 09:50:57','lab'),(1859,'56a026b3-9b1f-493d-8991-2038bbb8ca8f','sample','2017-04-11 09:50:58','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','/openmrs/ws/rest/v1/reference-data/sample/350f7b26-c95e-4158-9333-3d3be91252a5','lab','2017-04-11 09:50:57','lab'),(1860,'ebec1bbf-1ad8-4cce-ab9a-da63d6c954dd','sample','2017-04-11 09:50:58','/openmrs/ws/rest/v1/reference-data/sample/34b92e4b-59bd-4b25-9897-2e6b1f012ac8','/openmrs/ws/rest/v1/reference-data/sample/34b92e4b-59bd-4b25-9897-2e6b1f012ac8','lab','2017-04-11 09:50:58','lab'),(1861,'e3945106-4eb3-4f45-914b-41ba11eb02a0','sample','2017-04-11 09:50:59','/openmrs/ws/rest/v1/reference-data/sample/179685f3-2e34-420d-94f0-c8094cc89cfa','/openmrs/ws/rest/v1/reference-data/sample/179685f3-2e34-420d-94f0-c8094cc89cfa','lab','2017-04-11 09:50:58','lab'),(1862,'679adac6-c2f5-4f58-b877-bb6356ee07eb','sample','2017-04-11 09:50:59','/openmrs/ws/rest/v1/reference-data/sample/4a96bf36-e682-49eb-8b6c-cc0bff014d53','/openmrs/ws/rest/v1/reference-data/sample/4a96bf36-e682-49eb-8b6c-cc0bff014d53','lab','2017-04-11 09:50:59','lab'),(1863,'e82719e8-e4af-4097-9aaa-3158e76c92f0','all-samples','2017-04-11 09:51:00','/openmrs/ws/rest/v1/reference-data/all-samples/8160a011-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/all-samples/8160a011-3f10-11e4-adec-0800271c1b75','lab','2017-04-11 09:51:00','lab'),(1864,'c2fbf27b-cb85-4bbd-808f-fc294212ffcf','panel','2017-04-11 09:56:26','/openmrs/ws/rest/v1/reference-data/panel/654c855c-0e3d-444f-8f1c-524fd7de383e','/openmrs/ws/rest/v1/reference-data/panel/654c855c-0e3d-444f-8f1c-524fd7de383e','lab','2017-04-11 09:56:26','lab'),(1865,'f66dbf83-c35b-4658-be7b-8a2927fde111','panel','2017-04-11 09:56:27','/openmrs/ws/rest/v1/reference-data/panel/68e28c64-6a10-41fd-8b31-57cfa12ba5c0','/openmrs/ws/rest/v1/reference-data/panel/68e28c64-6a10-41fd-8b31-57cfa12ba5c0','lab','2017-04-11 09:56:26','lab'),(1866,'082d500f-c54d-44f8-bbcf-c942d642acbd','panel','2017-04-11 09:56:27','/openmrs/ws/rest/v1/reference-data/panel/639de7c7-fa0b-4aa7-ac58-d32ba27c5135','/openmrs/ws/rest/v1/reference-data/panel/639de7c7-fa0b-4aa7-ac58-d32ba27c5135','lab','2017-04-11 09:56:26','lab'),(1867,'de0d1a7d-1f99-46a4-97fe-b1b14cf1498f','panel','2017-04-11 09:56:27','/openmrs/ws/rest/v1/reference-data/panel/8d6de263-ed07-46c4-a982-4691b868aac7','/openmrs/ws/rest/v1/reference-data/panel/8d6de263-ed07-46c4-a982-4691b868aac7','lab','2017-04-11 09:56:27','lab'),(1868,'d8942831-238b-4b07-a1d6-69dc4fb14cc4','panel','2017-04-11 09:56:28','/openmrs/ws/rest/v1/reference-data/panel/8d14ef8e-d32b-454d-b7ec-b31f1e9c9667','/openmrs/ws/rest/v1/reference-data/panel/8d14ef8e-d32b-454d-b7ec-b31f1e9c9667','lab','2017-04-11 09:56:27','lab'),(1869,'c8b71f8d-cb3a-4d94-b614-257d5150514a','panel','2017-04-11 09:56:29','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2017-04-11 09:56:28','lab'),(1870,'1e13f195-2241-42af-afb6-db8a2ce3132d','panel','2017-04-11 09:56:29','/openmrs/ws/rest/v1/reference-data/panel/64185322-a6b6-46ea-9acb-8b449a6afd65','/openmrs/ws/rest/v1/reference-data/panel/64185322-a6b6-46ea-9acb-8b449a6afd65','lab','2017-04-11 09:56:28','lab'),(1871,'204a8c56-873c-414f-9cdd-4e3c8481594e','all-tests-and-panels','2017-04-11 09:56:42','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-11 09:56:42','lab'),(1872,'5f87857d-74b4-4c62-825d-5003d36a3b89','panel','2017-04-11 10:10:10','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','/openmrs/ws/rest/v1/reference-data/panel/5b0cdc41-7371-4c2f-a1e4-ed1bf7416a8d','lab','2017-04-11 10:10:10','lab'),(1873,'f6f3968c-d7f3-4419-b4e8-3b979c0a31ba','panel','2017-04-11 10:10:11','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','/openmrs/ws/rest/v1/reference-data/panel/12d7d84d-868d-4b23-97f1-756b26717413','lab','2017-04-11 10:10:10','lab'),(1874,'676e35c4-8e96-4809-a57f-97b1ec8d91b5','panel','2017-04-11 10:10:11','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','/openmrs/ws/rest/v1/reference-data/panel/25c017cc-b404-4b60-a4f3-1647fceda669','lab','2017-04-11 10:10:11','lab'),(1875,'775fec06-9ad6-4b32-b489-1c52042774d3','panel','2017-04-11 10:10:12','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2017-04-11 10:10:11','lab'),(1876,'8372aa8d-0162-49a1-84b9-29f3db5dfebb','panel','2017-04-11 10:10:12','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','/openmrs/ws/rest/v1/reference-data/panel/f7de792c-abc5-458a-aafa-a47f1378d185','lab','2017-04-11 10:10:12','lab'),(1877,'84bbf7b3-7b26-4b8c-a60e-ae55c20955d1','panel','2017-04-11 10:10:13','/openmrs/ws/rest/v1/reference-data/panel/c4a1fb16-1dd0-472f-be62-243e5e2254de','/openmrs/ws/rest/v1/reference-data/panel/c4a1fb16-1dd0-472f-be62-243e5e2254de','lab','2017-04-11 10:10:12','lab'),(1878,'7f464837-bc17-4327-b9aa-31e0b4dafe3d','panel','2017-04-11 10:10:13','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','/openmrs/ws/rest/v1/reference-data/panel/aacc7704-cc88-4e46-9194-dc7c2ddf539b','lab','2017-04-11 10:10:12','lab'),(1879,'4728555b-7566-4446-8e98-de9ef8053cf3','panel','2017-04-11 10:10:13','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','/openmrs/ws/rest/v1/reference-data/panel/0fa0ebf9-7f01-4afb-9942-862e98b22ac0','lab','2017-04-11 10:10:13','lab'),(1880,'d3ca4ed4-965f-4e81-9c5f-b2131f3229e5','panel','2017-04-11 10:10:13','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','/openmrs/ws/rest/v1/reference-data/panel/5fd4d861-dc7e-424c-b39d-89c07a202297','lab','2017-04-11 10:10:13','lab'),(1881,'e7095af8-76d7-4d91-a2d9-814bb96000c9','panel','2017-04-11 10:10:14','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','/openmrs/ws/rest/v1/reference-data/panel/7b8851e3-e97e-4345-aea9-9112ea625c84','lab','2017-04-11 10:10:13','lab'),(1882,'f958da91-63b6-4b10-b568-f4d0acc160c6','panel','2017-04-11 10:10:14','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','lab','2017-04-11 10:10:13','lab'),(1883,'0670773e-0251-473d-b84d-a59306bde53b','panel','2017-04-11 10:10:14','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','/openmrs/ws/rest/v1/reference-data/panel/d970faea-4665-4ac5-9ecf-5fad0dbed77c','lab','2017-04-11 10:10:13','lab'),(1884,'f025ec11-824b-428d-a0fc-4bd3cae68550','panel','2017-04-11 10:10:14','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','/openmrs/ws/rest/v1/reference-data/panel/482c6a7b-8197-4a69-b7d6-a804e7a08d6e','lab','2017-04-11 10:10:14','lab'),(1885,'3f5ef887-6c42-4caf-98fc-087b27fd8505','panel','2017-04-11 10:10:14','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','/openmrs/ws/rest/v1/reference-data/panel/9c928cb8-57f3-4bee-b309-2d8cf258e2be','lab','2017-04-11 10:10:14','lab'),(1886,'a21b7353-2b8b-40f1-909b-176198f96d75','panel','2017-04-11 10:10:15','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','/openmrs/ws/rest/v1/reference-data/panel/73e292c6-38e4-41d0-9a42-f5dcb1c1c4a4','lab','2017-04-11 10:10:15','lab'),(1887,'f5401d7d-a453-4103-a1db-a8165abfda12','panel','2017-04-11 10:10:15','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','/openmrs/ws/rest/v1/reference-data/panel/fe1ec789-45fe-4bbb-a4ba-7831a010b860','lab','2017-04-11 10:10:15','lab'),(1888,'21a2bd9c-0d2e-4f6b-a31a-5ce94bd10b03','panel','2017-04-11 10:10:16','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','/openmrs/ws/rest/v1/reference-data/panel/ce92001d-a950-48ca-bcd9-07f6a68b001d','lab','2017-04-11 10:10:16','lab'),(1889,'b3bf6cf3-b5a6-4fba-9ff5-3f89f9b3d3cc','panel','2017-04-11 10:10:16','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','/openmrs/ws/rest/v1/reference-data/panel/f2af3cd5-634f-4b17-97c5-d5cd52ee2867','lab','2017-04-11 10:10:16','lab'),(1890,'3510820c-2940-4d5a-9994-f7b4f7a57831','panel','2017-04-11 10:10:17','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','/openmrs/ws/rest/v1/reference-data/panel/f58972e2-edbc-447a-ba48-480257e61e51','lab','2017-04-11 10:10:16','lab'),(1891,'1a73ea56-a461-45e0-84e5-2ee430772cf2','panel','2017-04-11 10:10:17','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','/openmrs/ws/rest/v1/reference-data/panel/73c4ffb1-d501-4dab-86ed-1503eb45a717','lab','2017-04-11 10:10:17','lab'),(1892,'7113e948-437f-4084-aefb-1729f24e9d40','panel','2017-04-11 10:10:18','/openmrs/ws/rest/v1/reference-data/panel/1b2efc64-d442-427b-93f3-9282417cfa40','/openmrs/ws/rest/v1/reference-data/panel/1b2efc64-d442-427b-93f3-9282417cfa40','lab','2017-04-11 10:10:17','lab'),(1893,'f8e46113-e7bd-407e-9147-10e08c47ecc8','panel','2017-04-11 10:10:18','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','/openmrs/ws/rest/v1/reference-data/panel/1ebc156e-29e0-43c8-b159-84f71ce7f5be','lab','2017-04-11 10:10:18','lab'),(1894,'7b7ea439-da4b-4dc6-b9fc-7939624325ff','panel','2017-04-11 10:10:18','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','/openmrs/ws/rest/v1/reference-data/panel/03b850ed-9474-41e2-affa-3f42c5c997fc','lab','2017-04-11 10:10:18','lab'),(1895,'1a5f8440-b4ca-4b4e-9722-b9d22e2ff1f1','panel','2017-04-11 10:10:19','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','/openmrs/ws/rest/v1/reference-data/panel/b7bd2e45-69d2-4eea-97ce-d2968d0dce72','lab','2017-04-11 10:10:18','lab'),(1896,'96ead1c5-5e12-4576-81b1-d6be7f62f131','all-tests-and-panels','2017-04-11 10:10:36','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','/openmrs/ws/rest/v1/reference-data/all-tests-and-panels/a3a4db93-ba92-492d-aa3a-f19476bd1d73','lab','2017-04-11 10:10:35','lab'),(1902,'47e0dbda-b68e-4fa5-9c77-3670dc4121f3','panel','2017-04-11 23:47:42','/openmrs/ws/rest/v1/reference-data/panel/2e0967e0-687a-4d2e-aa63-7f0e832c8f46','/openmrs/ws/rest/v1/reference-data/panel/2e0967e0-687a-4d2e-aa63-7f0e832c8f46','lab','2017-04-11 23:47:41','lab'),(1903,'187d304c-3ea7-48df-bc51-dff5c428fc52','panel','2017-04-11 23:47:42','/openmrs/ws/rest/v1/reference-data/panel/ec22edfc-76ff-482a-b89b-022b9c3e34d0','/openmrs/ws/rest/v1/reference-data/panel/ec22edfc-76ff-482a-b89b-022b9c3e34d0','lab','2017-04-11 23:47:42','lab'),(1904,'0bbcebb8-ed57-4f4b-9a27-4f80a8c82055','panel','2017-04-11 23:47:46','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','/openmrs/ws/rest/v1/reference-data/panel/c4e36904-b52c-4df2-8c84-75748ec0bc74','lab','2017-04-11 23:47:45','lab'),(1905,'5b87af82-6a52-49fe-b359-38756565d45d','panel','2017-04-11 23:47:48','/openmrs/ws/rest/v1/reference-data/panel/64185322-a6b6-46ea-9acb-8b449a6afd65','/openmrs/ws/rest/v1/reference-data/panel/64185322-a6b6-46ea-9acb-8b449a6afd65','lab','2017-04-11 23:47:47','lab'),(1906,'fbf890f0-8fe9-46a3-8b76-295a353e5dfd','panel','2017-04-11 23:47:50','/openmrs/ws/rest/v1/reference-data/panel/cc566d8a-ef84-44e4-b51a-66716b4d935b','/openmrs/ws/rest/v1/reference-data/panel/cc566d8a-ef84-44e4-b51a-66716b4d935b','lab','2017-04-11 23:47:49','lab'),(1907,'b0351cac-f0a5-4363-8b5b-2b57334dcb8a','panel','2017-04-11 23:47:51','/openmrs/ws/rest/v1/reference-data/panel/a2df37c7-644c-407e-9ec5-0a3d2cdb8c2b','/openmrs/ws/rest/v1/reference-data/panel/a2df37c7-644c-407e-9ec5-0a3d2cdb8c2b','lab','2017-04-11 23:47:51','lab'),(1908,'27a858e9-83ba-4767-9f30-0698209550b8','panel','2017-04-11 23:47:53','/openmrs/ws/rest/v1/reference-data/panel/639de7c7-fa0b-4aa7-ac58-d32ba27c5135','/openmrs/ws/rest/v1/reference-data/panel/639de7c7-fa0b-4aa7-ac58-d32ba27c5135','lab','2017-04-11 23:47:52','lab'),(1909,'f34006e4-1634-4d92-b01e-b2addcd8ca37','panel','2017-04-11 23:47:55','/openmrs/ws/rest/v1/reference-data/panel/02b9a6aa-143e-4341-9baf-3f271cc8ed62','/openmrs/ws/rest/v1/reference-data/panel/02b9a6aa-143e-4341-9baf-3f271cc8ed62','lab','2017-04-11 23:47:54','lab'),(1910,'d8df7be0-2194-4b6e-8164-859899fb4a3e','sample','2017-04-11 23:48:06','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','/openmrs/ws/rest/v1/reference-data/sample/23c1ac3f-9aa9-4261-b434-622dab8fe2bd','lab','2017-04-11 23:48:05','lab'),(1911,'8c6b911e-8a30-4349-b563-f66c58bc0ad0','panel','2017-04-11 23:48:08','/openmrs/ws/rest/v1/reference-data/panel/8d14ef8e-d32b-454d-b7ec-b31f1e9c9667','/openmrs/ws/rest/v1/reference-data/panel/8d14ef8e-d32b-454d-b7ec-b31f1e9c9667','lab','2017-04-11 23:48:08','lab'),(1912,'de8965e5-f6c7-4989-a19c-5464ff3a4563','panel','2017-04-11 23:48:10','/openmrs/ws/rest/v1/reference-data/panel/a40b2725-8c1c-4c17-bebd-1e650573fb4c','/openmrs/ws/rest/v1/reference-data/panel/a40b2725-8c1c-4c17-bebd-1e650573fb4c','lab','2017-04-11 23:48:09','lab'),(1913,'e5c6d2b7-efff-4c48-9450-877d1e02e0bd','panel','2017-04-11 23:48:11','/openmrs/ws/rest/v1/reference-data/panel/16c7efb5-98d6-4306-ad04-42ce6100d69b','/openmrs/ws/rest/v1/reference-data/panel/16c7efb5-98d6-4306-ad04-42ce6100d69b','lab','2017-04-11 23:48:10','lab'),(1914,'0ed08f41-9c35-4bfc-ad5f-0cbdc34f7de7','panel','2017-04-11 23:48:13','/openmrs/ws/rest/v1/reference-data/panel/89b10cd7-4447-4d5c-8745-742a476a2d60','/openmrs/ws/rest/v1/reference-data/panel/89b10cd7-4447-4d5c-8745-742a476a2d60','lab','2017-04-11 23:48:12','lab'),(1915,'e232b6d3-ff27-4e62-89da-40d5bee190c0','panel','2017-04-11 23:48:13','/openmrs/ws/rest/v1/reference-data/panel/11cd8395-2273-4426-ac4c-1751fa8f30bc','/openmrs/ws/rest/v1/reference-data/panel/11cd8395-2273-4426-ac4c-1751fa8f30bc','lab','2017-04-11 23:48:12','lab'),(1916,'d8e98a1f-1bc7-46fa-9bd6-a5ce60de6ccc','sample','2017-04-11 23:48:17','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','/openmrs/ws/rest/v1/reference-data/sample/958cd481-53cb-446a-b4c5-9d1dc00ded24','lab','2017-04-11 23:48:16','lab'),(1917,'e1a47ffc-0e30-4749-a8da-2f122dd1a105','panel','2017-04-11 23:48:18','/openmrs/ws/rest/v1/reference-data/panel/2de933fe-16ab-4e45-954b-8fbbaa4809ee','/openmrs/ws/rest/v1/reference-data/panel/2de933fe-16ab-4e45-954b-8fbbaa4809ee','lab','2017-04-11 23:48:17','lab'),(1918,'93931b43-ceeb-435a-9605-50c7d71c97c4','panel','2017-04-11 23:48:19','/openmrs/ws/rest/v1/reference-data/panel/654c855c-0e3d-444f-8f1c-524fd7de383e','/openmrs/ws/rest/v1/reference-data/panel/654c855c-0e3d-444f-8f1c-524fd7de383e','lab','2017-04-11 23:48:19','lab'),(1919,'688dc738-aa39-47b0-9b74-8228b4321d95','panel','2017-04-11 23:48:21','/openmrs/ws/rest/v1/reference-data/panel/68e28c64-6a10-41fd-8b31-57cfa12ba5c0','/openmrs/ws/rest/v1/reference-data/panel/68e28c64-6a10-41fd-8b31-57cfa12ba5c0','lab','2017-04-11 23:48:20','lab'),(1920,'ec791962-f73e-494d-a529-63a1cb64c0ff','panel','2017-04-11 23:48:22','/openmrs/ws/rest/v1/reference-data/panel/4eba9912-2fa6-4ab2-a37b-16d654e8cf06','/openmrs/ws/rest/v1/reference-data/panel/4eba9912-2fa6-4ab2-a37b-16d654e8cf06','lab','2017-04-11 23:48:21','lab'),(1921,'b8945fce-b343-48e7-b984-fa3169efe42d','panel','2017-04-11 23:48:22','/openmrs/ws/rest/v1/reference-data/panel/8d6de263-ed07-46c4-a982-4691b868aac7','/openmrs/ws/rest/v1/reference-data/panel/8d6de263-ed07-46c4-a982-4691b868aac7','lab','2017-04-11 23:48:21','lab'),(1922,'4c199961-9964-4b7b-8a6c-87135c4ff385','panel','2017-04-11 23:48:23','/openmrs/ws/rest/v1/reference-data/panel/41acd728-af4a-402d-bf39-fa3a34db25bf','/openmrs/ws/rest/v1/reference-data/panel/41acd728-af4a-402d-bf39-fa3a34db25bf','lab','2017-04-11 23:48:22','lab'),(1923,'dd22a1fd-3242-4115-9209-bb12f079d5e5','panel','2017-04-11 23:48:24','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','/openmrs/ws/rest/v1/reference-data/panel/0a785a57-6216-4a1a-893a-5b1f8cdaa3f8','lab','2017-04-11 23:48:23','lab'),(1924,'cc7a0f3a-9807-43f9-9c4a-40116c5735ee','panel','2017-04-11 23:48:25','/openmrs/ws/rest/v1/reference-data/panel/a6f1fab7-3494-486a-9991-e941485137b0','/openmrs/ws/rest/v1/reference-data/panel/a6f1fab7-3494-486a-9991-e941485137b0','lab','2017-04-11 23:48:24','lab'),(1925,'5fa51c3c-67d2-413f-8e6e-5fdf69cf6012','test','2017-04-11 23:48:25','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','/openmrs/ws/rest/v1/reference-data/test/f14925ae-f09d-4920-a285-0f2c56751824','lab','2017-04-11 23:48:25','lab'),(1926,'eeca9e06-c193-42a0-ac60-b850690ffbea','test','2017-04-11 23:48:26','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','/openmrs/ws/rest/v1/reference-data/test/b434b13a-6815-4823-944e-eac0d7f79e19','lab','2017-04-11 23:48:25','lab'),(1927,'3808a4d8-d2ed-48f6-9d88-3baf27a3c509','test','2017-04-11 23:48:26','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','/openmrs/ws/rest/v1/reference-data/test/8947fda9-3ada-4295-ade8-6824790d6a65','lab','2017-04-11 23:48:26','lab'),(1928,'f9ddeed5-e575-45b0-883d-6c29e3eaa88d','sample','2017-04-11 23:48:34','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','/openmrs/ws/rest/v1/reference-data/sample/86b52764-d24f-4900-beb7-0f5d91a4adc5','lab','2017-04-11 23:48:33','lab'),(1929,'465edbac-ac9e-4c1f-a817-e4190846cf3d','panel','2017-04-11 23:48:35','/openmrs/ws/rest/v1/reference-data/panel/9a368be4-e32c-4a7a-baf9-bffd7b2ced78','/openmrs/ws/rest/v1/reference-data/panel/9a368be4-e32c-4a7a-baf9-bffd7b2ced78','lab','2017-04-11 23:48:34','lab'),(1930,'7e59ba02-68c4-451e-a742-45443f0404d4','panel','2017-04-11 23:48:35','/openmrs/ws/rest/v1/reference-data/panel/8ddab1d1-a4d4-46e4-acc8-f20500787575','/openmrs/ws/rest/v1/reference-data/panel/8ddab1d1-a4d4-46e4-acc8-f20500787575','lab','2017-04-11 23:48:35','lab'),(1931,'8f71174f-5df0-4edd-a21f-252a61256154','sample','2017-04-11 23:48:37','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','/openmrs/ws/rest/v1/reference-data/sample/928eb027-65c5-48b4-b375-be3f7753673a','lab','2017-04-11 23:48:37','lab'),(1932,'3ed96357-2e7f-4815-b25b-27e1b403c6c7','panel','2017-04-11 23:48:38','/openmrs/ws/rest/v1/reference-data/panel/889383a5-fd2a-43ba-ba3c-f0c29d41d446','/openmrs/ws/rest/v1/reference-data/panel/889383a5-fd2a-43ba-ba3c-f0c29d41d446','lab','2017-04-11 23:48:38','lab'),(1933,'14750530-c26f-434c-afa9-fa416e932f6d','panel','2017-04-11 23:48:39','/openmrs/ws/rest/v1/reference-data/panel/b078005f-3074-4922-b5fd-4873e00385cc','/openmrs/ws/rest/v1/reference-data/panel/b078005f-3074-4922-b5fd-4873e00385cc','lab','2017-04-11 23:48:39','lab'),(1934,'26edf173-558e-46be-ad38-d6e481e773d8','panel','2017-04-11 23:48:40','/openmrs/ws/rest/v1/reference-data/panel/0353acc4-e4eb-447f-ada6-a935185c23aa','/openmrs/ws/rest/v1/reference-data/panel/0353acc4-e4eb-447f-ada6-a935185c23aa','lab','2017-04-11 23:48:39','lab'),(1935,'0da1b19d-df56-4a05-aeee-63012a35340c','sample','2017-04-11 23:48:42','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','/openmrs/ws/rest/v1/reference-data/sample/1773e5ad-ddbd-447c-959b-b1edd0165bb6','lab','2017-04-11 23:48:41','lab'),(1936,'e443d50e-44b8-4198-86ce-a9543e2b6b2d','sample','2017-04-11 23:48:44','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','/openmrs/ws/rest/v1/reference-data/sample/13ec5ffe-9874-428d-919d-15c29bbc9801','lab','2017-04-11 23:48:44','lab'),(1937,'a4f522aa-a367-443f-85f9-d0e452f69d36','sample','2017-04-11 23:48:45','/openmrs/ws/rest/v1/reference-data/sample/943bff5c-1fc5-448b-b563-0536112146fd','/openmrs/ws/rest/v1/reference-data/sample/943bff5c-1fc5-448b-b563-0536112146fd','lab','2017-04-11 23:48:44','lab'),(1938,'056e4370-7500-484d-adf1-e4115456a93e','sample','2017-04-11 23:48:45','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','/openmrs/ws/rest/v1/reference-data/sample/00274914-bbc0-4060-942a-99d21738e636','lab','2017-04-11 23:48:45','lab'),(1939,'ba63a031-1310-4679-bf75-74602505ea45','sample','2017-04-11 23:48:49','/openmrs/ws/rest/v1/reference-data/sample/5493e9ba-b9d8-4a8d-8406-38221f2f7fef','/openmrs/ws/rest/v1/reference-data/sample/5493e9ba-b9d8-4a8d-8406-38221f2f7fef','lab','2017-04-11 23:48:49','lab'),(1940,'0af40c2a-588e-418a-b7e9-cb9cc098a062','sample','2017-04-11 23:48:50','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','/openmrs/ws/rest/v1/reference-data/sample/8d8eb396-e18d-4385-844b-7e2f3e4b1957','lab','2017-04-11 23:48:50','lab'),(1941,'fcdb05b4-d6de-450d-8178-1b0f02ed39d2','sample','2017-04-11 23:48:51','/openmrs/ws/rest/v1/reference-data/sample/c9948334-0c78-4982-9e22-93293c5bfa80','/openmrs/ws/rest/v1/reference-data/sample/c9948334-0c78-4982-9e22-93293c5bfa80','lab','2017-04-11 23:48:51','lab'),(1942,'0911453c-2235-42ff-9aff-415c908673a6','all-samples','2017-04-11 23:48:53','/openmrs/ws/rest/v1/reference-data/all-samples/8160a011-3f10-11e4-adec-0800271c1b75','/openmrs/ws/rest/v1/reference-data/all-samples/8160a011-3f10-11e4-adec-0800271c1b75','lab','2017-04-11 23:48:53','lab'),(1943,'a1fc79e0-61f3-4df7-aa8a-305632cfbf17','test','2017-04-12 00:13:11','/openmrs/ws/rest/v1/reference-data/test/a03d46c1-884f-485b-993f-6c9b3ecf1dab','/openmrs/ws/rest/v1/reference-data/test/a03d46c1-884f-485b-993f-6c9b3ecf1dab','lab','2017-04-12 00:13:11','lab'),(1944,'92967311-3cbd-417c-92b7-5450b4999d46','test','2017-04-12 00:44:21','/openmrs/ws/rest/v1/reference-data/test/16b679b7-378a-45c2-a8c9-d9e8f0f564a0','/openmrs/ws/rest/v1/reference-data/test/16b679b7-378a-45c2-a8c9-d9e8f0f564a0','lab','2017-04-12 00:44:20','lab'),(1945,'3b59513e-d1a6-4381-9468-8076a0887700','test','2017-04-12 00:45:41','/openmrs/ws/rest/v1/reference-data/test/9811e11f-d5df-4586-a18d-e9ec1f66595e','/openmrs/ws/rest/v1/reference-data/test/9811e11f-d5df-4586-a18d-e9ec1f66595e','lab','2017-04-12 00:45:41','lab'),(1946,'104b15a5-1e8d-48e3-a710-e151ca654f7b','test','2017-04-12 00:49:25','/openmrs/ws/rest/v1/reference-data/test/890c0062-d010-437a-8a5c-988a9b88f6db','/openmrs/ws/rest/v1/reference-data/test/890c0062-d010-437a-8a5c-988a9b88f6db','lab','2017-04-12 00:49:24','lab'),(1947,'aecb22cc-ba91-47bb-9f1e-b7bf00c2242b','test','2017-04-12 00:50:44','/openmrs/ws/rest/v1/reference-data/test/dcbe03f5-cad3-4bda-81df-01bdee979e57','/openmrs/ws/rest/v1/reference-data/test/dcbe03f5-cad3-4bda-81df-01bdee979e57','lab','2017-04-12 00:50:43','lab'),(1948,'c33d5bf9-eca5-40c6-a12c-e4ad562c8497','test','2017-04-12 00:51:19','/openmrs/ws/rest/v1/reference-data/test/b16b40be-dcd1-4204-8d1a-4002f11cf8be','/openmrs/ws/rest/v1/reference-data/test/b16b40be-dcd1-4204-8d1a-4002f11cf8be','lab','2017-04-12 00:51:19','lab'),(1949,'9d204612-5c51-4479-a358-b4951b5f26b6','test','2017-04-12 00:52:05','/openmrs/ws/rest/v1/reference-data/test/30252bb7-c5b0-4085-8a8b-9a2c95a61ea7','/openmrs/ws/rest/v1/reference-data/test/30252bb7-c5b0-4085-8a8b-9a2c95a61ea7','lab','2017-04-12 00:52:04','lab'),(1950,'51b313b5-c808-457e-a35a-c1d5ce1665ed','test','2017-04-12 00:52:39','/openmrs/ws/rest/v1/reference-data/test/ffa14d6a-59de-4199-b46b-7dc3d7b3a226','/openmrs/ws/rest/v1/reference-data/test/ffa14d6a-59de-4199-b46b-7dc3d7b3a226','lab','2017-04-12 00:52:38','lab'),(1951,'e2e65cd4-8c40-4619-88b8-117a9e9bc3d1','test','2017-04-12 00:53:09','/openmrs/ws/rest/v1/reference-data/test/4bcdca77-bcc2-4522-890e-1e3f3fd5f756','/openmrs/ws/rest/v1/reference-data/test/4bcdca77-bcc2-4522-890e-1e3f3fd5f756','lab','2017-04-12 00:53:09','lab'),(1952,'11444f48-9a23-4d23-8685-1603b9f9b312','test','2017-04-12 00:53:40','/openmrs/ws/rest/v1/reference-data/test/6f97509e-7f84-48fe-802a-8d2b1e685187','/openmrs/ws/rest/v1/reference-data/test/6f97509e-7f84-48fe-802a-8d2b1e685187','lab','2017-04-12 00:53:40','lab'),(1953,'a7619f57-0164-4e08-8e2b-64d1f0d7b6d3','test','2017-04-12 00:54:15','/openmrs/ws/rest/v1/reference-data/test/bf473c91-a548-4a72-a30b-8c28db502fd7','/openmrs/ws/rest/v1/reference-data/test/bf473c91-a548-4a72-a30b-8c28db502fd7','lab','2017-04-12 00:54:15','lab'),(1954,'cd9825bb-911a-4c07-b431-c0c415f33922','test','2017-04-12 00:54:45','/openmrs/ws/rest/v1/reference-data/test/84e37a15-338a-4d3c-9c33-41a5e4b78f56','/openmrs/ws/rest/v1/reference-data/test/84e37a15-338a-4d3c-9c33-41a5e4b78f56','lab','2017-04-12 00:54:44','lab'),(1955,'0c1d1c98-2600-4e2d-9568-bc2fa1481c2a','test','2017-04-12 00:55:21','/openmrs/ws/rest/v1/reference-data/test/8e6ac535-e4f5-40f6-bf16-9546eafb7a59','/openmrs/ws/rest/v1/reference-data/test/8e6ac535-e4f5-40f6-bf16-9546eafb7a59','lab','2017-04-12 00:55:21','lab'),(1956,'abbdbb17-c880-47ea-a704-29197956c468','test','2017-04-12 00:55:44','/openmrs/ws/rest/v1/reference-data/test/f4a5dcf7-39f4-4d6b-86e2-800db50d1344','/openmrs/ws/rest/v1/reference-data/test/f4a5dcf7-39f4-4d6b-86e2-800db50d1344','lab','2017-04-12 00:55:44','lab'),(1957,'3f9ea613-a306-4fb2-8488-fd1086da0a41','test','2017-04-12 00:56:08','/openmrs/ws/rest/v1/reference-data/test/2d2649c8-4369-4f54-9fb9-afda1892f4b2','/openmrs/ws/rest/v1/reference-data/test/2d2649c8-4369-4f54-9fb9-afda1892f4b2','lab','2017-04-12 00:56:08','lab'),(1958,'ba855f22-6f5e-46d5-80da-88074981faa8','test','2017-04-12 00:56:33','/openmrs/ws/rest/v1/reference-data/test/0dbfdad2-2f55-47da-8c37-c8dc21a03955','/openmrs/ws/rest/v1/reference-data/test/0dbfdad2-2f55-47da-8c37-c8dc21a03955','lab','2017-04-12 00:56:32','lab'),(1959,'c75fbf23-7bc3-45ec-9532-43c42ad1b0b0','test','2017-04-12 02:18:51','/openmrs/ws/rest/v1/reference-data/test/82e18b0b-442b-46f9-91ca-8271e12bc245','/openmrs/ws/rest/v1/reference-data/test/82e18b0b-442b-46f9-91ca-8271e12bc245','lab','2017-04-12 02:18:51','lab'),(1960,'4b8e3985-095b-42c2-9706-d49d8bde4e30','test','2017-04-12 02:19:21','/openmrs/ws/rest/v1/reference-data/test/7fb5d341-f74a-4ee4-b9f7-7149fe8116c6','/openmrs/ws/rest/v1/reference-data/test/7fb5d341-f74a-4ee4-b9f7-7149fe8116c6','lab','2017-04-12 02:19:21','lab'),(1961,'b31c7abf-a311-428c-9ee1-00c9b640d4b7','test','2017-04-12 02:20:05','/openmrs/ws/rest/v1/reference-data/test/82e18b0b-442b-46f9-91ca-8271e12bc245','/openmrs/ws/rest/v1/reference-data/test/82e18b0b-442b-46f9-91ca-8271e12bc245','lab','2017-04-12 02:20:04','lab'),(1962,'b2b3b116-a22b-429e-9106-6f52dca14a49','test','2018-07-19 04:59:05','/openmrs/ws/rest/v1/reference-data/test/b3209be2-cc96-4e01-998a-64e221a41f77','/openmrs/ws/rest/v1/reference-data/test/b3209be2-cc96-4e01-998a-64e221a41f77','lab','2018-07-19 04:59:05','lab'),(1963,'989ee40e-c162-43ab-90e5-27da56aa700a','test','2018-07-19 05:00:02','/openmrs/ws/rest/v1/reference-data/test/a26d4b2a-0891-488a-b63e-39416ad33770','/openmrs/ws/rest/v1/reference-data/test/a26d4b2a-0891-488a-b63e-39416ad33770','lab','2018-07-19 05:00:01','lab'),(1964,'f0508002-2835-45fd-8285-c92eaecb2ad1','test','2018-07-19 05:00:46','/openmrs/ws/rest/v1/reference-data/test/7cb42b02-4dd8-4ab6-b1f9-f38e884df1b0','/openmrs/ws/rest/v1/reference-data/test/7cb42b02-4dd8-4ab6-b1f9-f38e884df1b0','lab','2018-07-19 05:00:45','lab'),(1965,'bc07779e-c6f2-45e4-9606-2f9916c0e3eb','test','2018-07-19 05:01:12','/openmrs/ws/rest/v1/reference-data/test/0c3ae4f8-c111-42df-a8f0-526b00aac30e','/openmrs/ws/rest/v1/reference-data/test/0c3ae4f8-c111-42df-a8f0-526b00aac30e','lab','2018-07-19 05:01:12','lab'),(1966,'e94cde66-2aca-4b0c-939b-b1fce823698a','test','2018-07-19 05:02:39','/openmrs/ws/rest/v1/reference-data/test/34efdd4d-74ac-4625-8f83-fd57b781b471','/openmrs/ws/rest/v1/reference-data/test/34efdd4d-74ac-4625-8f83-fd57b781b471','lab','2018-07-19 05:02:39','lab'),(1967,'007a189b-498a-4e0a-b058-497674420d3c','test','2018-07-19 05:03:06','/openmrs/ws/rest/v1/reference-data/test/ea07f728-cc9e-426f-bcef-6a3d4361da73','/openmrs/ws/rest/v1/reference-data/test/ea07f728-cc9e-426f-bcef-6a3d4361da73','lab','2018-07-19 05:03:05','lab'),(1968,'08e24c3a-4d05-4a0b-a4f9-2424eae35c1a','test','2018-07-19 05:04:48','/openmrs/ws/rest/v1/reference-data/test/81a459e3-a8d6-4202-8f7f-4d7742293cae','/openmrs/ws/rest/v1/reference-data/test/81a459e3-a8d6-4202-8f7f-4d7742293cae','lab','2018-07-19 05:04:47','lab'); +/*!40000 ALTER TABLE `event_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `event_records_offset_marker` +-- + +DROP TABLE IF EXISTS `event_records_offset_marker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `event_records_offset_marker` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `event_id` int(11) DEFAULT NULL, + `event_count` int(11) DEFAULT NULL, + `category` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `event_records_offset_marker` +-- + +LOCK TABLES `event_records_offset_marker` WRITE; +/*!40000 ALTER TABLE `event_records_offset_marker` DISABLE KEYS */; +/*!40000 ALTER TABLE `event_records_offset_marker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `event_records_queue` +-- + +DROP TABLE IF EXISTS `event_records_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `event_records_queue` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` varchar(40) DEFAULT NULL, + `title` varchar(255) DEFAULT NULL, + `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `uri` varchar(255) DEFAULT NULL, + `object` varchar(1000) DEFAULT NULL, + `category` varchar(255) DEFAULT NULL, + `tags` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `event_records_queue` +-- + +LOCK TABLES `event_records_queue` WRITE; +/*!40000 ALTER TABLE `event_records_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `event_records_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `failed_event_retry_log` +-- + +DROP TABLE IF EXISTS `failed_event_retry_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `failed_event_retry_log` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `feed_uri` varchar(255) DEFAULT NULL, + `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `error_message` varchar(4000) DEFAULT NULL, + `event_id` varchar(255) DEFAULT NULL, + `event_content` varchar(4000) DEFAULT NULL, + `error_hash_code` int(11) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `id` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `failed_event_retry_log` +-- + +LOCK TABLES `failed_event_retry_log` WRITE; +/*!40000 ALTER TABLE `failed_event_retry_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `failed_event_retry_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `failed_events` +-- + +DROP TABLE IF EXISTS `failed_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `failed_events` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `feed_uri` varchar(255) DEFAULT NULL, + `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `error_message` varchar(4000) DEFAULT NULL, + `event_id` varchar(255) DEFAULT NULL, + `event_content` varchar(4000) DEFAULT NULL, + `error_hash_code` int(11) DEFAULT NULL, + `title` varchar(255) DEFAULT NULL, + `retries` int(11) NOT NULL, + `tags` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `id` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `failed_events` +-- + +LOCK TABLES `failed_events` WRITE; +/*!40000 ALTER TABLE `failed_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `failed_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `field` +-- + +DROP TABLE IF EXISTS `field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `field` ( + `field_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `description` text, + `field_type` int(11) DEFAULT NULL, + `concept_id` int(11) DEFAULT NULL, + `table_name` varchar(50) DEFAULT NULL, + `attribute_name` varchar(50) DEFAULT NULL, + `default_value` text, + `select_multiple` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`field_id`), + UNIQUE KEY `field_uuid_index` (`uuid`), + KEY `field_retired_status` (`retired`), + KEY `user_who_changed_field` (`changed_by`), + KEY `concept_for_field` (`concept_id`), + KEY `user_who_created_field` (`creator`), + KEY `type_of_field` (`field_type`), + KEY `user_who_retired_field` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `field` +-- + +LOCK TABLES `field` WRITE; +/*!40000 ALTER TABLE `field` DISABLE KEYS */; +/*!40000 ALTER TABLE `field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `field_answer` +-- + +DROP TABLE IF EXISTS `field_answer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `field_answer` ( + `field_id` int(11) NOT NULL DEFAULT '0', + `answer_id` int(11) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`field_id`,`answer_id`), + UNIQUE KEY `field_answer_uuid_index` (`uuid`), + KEY `field_answer_concept` (`answer_id`), + KEY `user_who_created_field_answer` (`creator`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `field_answer` +-- + +LOCK TABLES `field_answer` WRITE; +/*!40000 ALTER TABLE `field_answer` DISABLE KEYS */; +/*!40000 ALTER TABLE `field_answer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `field_type` +-- + +DROP TABLE IF EXISTS `field_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `field_type` ( + `field_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `description` text, + `is_set` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`field_type_id`), + UNIQUE KEY `field_type_uuid_index` (`uuid`), + KEY `user_who_created_field_type` (`creator`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `field_type` +-- + +LOCK TABLES `field_type` WRITE; +/*!40000 ALTER TABLE `field_type` DISABLE KEYS */; +INSERT INTO `field_type` VALUES (1,'Concept','',0,1,'2005-02-22 00:00:00','8d5e7d7c-c2cc-11de-8d13-0010c6dffd0f'),(2,'Database element','',0,1,'2005-02-22 00:00:00','8d5e8196-c2cc-11de-8d13-0010c6dffd0f'),(3,'Set of Concepts','',1,1,'2005-02-22 00:00:00','8d5e836c-c2cc-11de-8d13-0010c6dffd0f'),(4,'Miscellaneous Set','',1,1,'2005-02-22 00:00:00','8d5e852e-c2cc-11de-8d13-0010c6dffd0f'),(5,'Section','',1,1,'2005-02-22 00:00:00','8d5e86fa-c2cc-11de-8d13-0010c6dffd0f'); +/*!40000 ALTER TABLE `field_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `form` +-- + +DROP TABLE IF EXISTS `form`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `form` ( + `form_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `version` varchar(50) NOT NULL DEFAULT '', + `build` int(11) DEFAULT NULL, + `published` tinyint(1) NOT NULL DEFAULT '0', + `xslt` text, + `template` text, + `description` text, + `encounter_type` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retired_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`form_id`), + UNIQUE KEY `form_uuid_index` (`uuid`), + KEY `form_published_index` (`published`), + KEY `form_retired_index` (`retired`), + KEY `form_published_and_retired_index` (`published`,`retired`), + KEY `user_who_last_changed_form` (`changed_by`), + KEY `user_who_created_form` (`creator`), + KEY `form_encounter_type` (`encounter_type`), + KEY `user_who_retired_form` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `form` +-- + +LOCK TABLES `form` WRITE; +/*!40000 ALTER TABLE `form` DISABLE KEYS */; +/*!40000 ALTER TABLE `form` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `form_field` +-- + +DROP TABLE IF EXISTS `form_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `form_field` ( + `form_field_id` int(11) NOT NULL AUTO_INCREMENT, + `form_id` int(11) NOT NULL DEFAULT '0', + `field_id` int(11) NOT NULL DEFAULT '0', + `field_number` int(11) DEFAULT NULL, + `field_part` varchar(5) DEFAULT NULL, + `page_number` int(11) DEFAULT NULL, + `parent_form_field` int(11) DEFAULT NULL, + `min_occurs` int(11) DEFAULT NULL, + `max_occurs` int(11) DEFAULT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `sort_weight` double DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`form_field_id`), + UNIQUE KEY `form_field_uuid_index` (`uuid`), + KEY `user_who_last_changed_form_field` (`changed_by`), + KEY `user_who_created_form_field` (`creator`), + KEY `field_within_form` (`field_id`), + KEY `form_containing_field` (`form_id`), + KEY `form_field_hierarchy` (`parent_form_field`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `form_field` +-- + +LOCK TABLES `form_field` WRITE; +/*!40000 ALTER TABLE `form_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `form_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `form_resource` +-- + +DROP TABLE IF EXISTS `form_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `form_resource` ( + `form_resource_id` int(11) NOT NULL AUTO_INCREMENT, + `form_id` int(11) NOT NULL, + `name` varchar(255) NOT NULL, + `value_reference` text NOT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `uuid` char(38) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`form_resource_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `unique_form_and_name` (`form_id`,`name`), + KEY `form_resource_changed_by` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `form_resource` +-- + +LOCK TABLES `form_resource` WRITE; +/*!40000 ALTER TABLE `form_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `form_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `global_property` +-- + +DROP TABLE IF EXISTS `global_property`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `global_property` ( + `property` varchar(255) NOT NULL DEFAULT '', + `property_value` text, + `description` text, + `uuid` char(38) NOT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`property`), + UNIQUE KEY `global_property_uuid_index` (`uuid`), + KEY `global_property_property_index` (`property`), + KEY `global_property_changed_by` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `global_property` +-- + +LOCK TABLES `global_property` WRITE; +/*!40000 ALTER TABLE `global_property` DISABLE KEYS */; +INSERT INTO `global_property` VALUES ('addresshierarchy.addressToEntryMapUpdaterLastStartTime',NULL,'The module uses this field to store when the AddressToEntryMapUpdater task was last started; DO NOT MODIFY','702f273e-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.allowFreetext','true','Valid values: true/false. When overriding the address portlet, allow the entry of free text for address fields associated with the address hierarchy by providing an \"Other\" option','702f461a-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.database_version','2.10.0','DO NOT MODIFY. Current database version number for the addresshierarchy module.','702f6ccb-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.enableOverrideOfAddressPortlet','true','Valid values: true/false. When enabled, the existing \"edit\" component of the address portlet is overridden by the new functionality provided by the address hierarchy module','702f8db1-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.initializeAddressHierarchyCacheOnStartup','true','Sets whether to initialize the address hierarchy in-memory cache (which is used to speed up address hierarchy searches. Generally, you want to set this to \"true\", though developers may want to set it to false during development to speed module start-up.','702fb052-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.mandatory','false','true/false whether or not the addresshierarchy module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','702fd8be-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.soundexProcessor',NULL,'If the Name Phonetics module is installed, this defines the name of a soundex algorithm used by the getPossibleFullAddresses service method.','70300408-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('addresshierarchy.started','true','DO NOT MODIFY. true/false whether or not the addresshierarchy module has been started. This is used to make sure modules that were running prior to a restart are started again','ac871c38-79e8-4a11-a9be-2e2111127f31',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.allergen.ConceptClasses','Drug,MedSet','A comma-separated list of the allowed concept classes for the allergen field of the allergy dialog','4d1380bb-6c28-4310-993f-88f786863130',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.allergen.drug','162552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the drug allergens concept','eaec1e70-b81e-4f6d-8a3a-a4989a4904a1',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.allergen.environment','162554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the environment allergens concept','25098738-6de6-45a2-aeba-5fe520847a91',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.allergen.food','162553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the food allergens concept','60782b4e-1079-4949-beaa-010fe2b4764a',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.otherNonCoded','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the allergy other non coded concept','23619e2f-1414-4db1-8229-e0743a65ee44',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.reactions','162555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the allergy reactions concept','929a60c9-e57b-4f77-b0a9-e8e608858776',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.severity.mild','1498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the MILD severity concept','4e97d0ed-d225-43a7-a626-697bc17dfb43',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.severity.moderate','1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the MODERATE severity concept','9b18b5a2-6961-4a14-ab40-3db611761e39',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.severity.severe','1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the SEVERE severity concept','fa277c6d-9b52-4517-8521-03f6986da79b',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.unknown','1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the allergy unknown concept','33fe0f23-294b-45c1-8c65-b49b7351075e',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.reaction.ConceptClasses','Symptom','A comma-separated list of the allowed concept classes for the reaction field of the allergy dialog','70638dbd-a266-4021-bc33-ce139b6978ec',NULL,NULL,NULL,NULL,NULL,NULL),('appframework.mandatory','false','true/false whether or not the appframework module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','87adb5ce-c13a-42fe-b1c8-e6917d8c1471',NULL,NULL,NULL,NULL,NULL,NULL),('appframework.started','true','DO NOT MODIFY. true/false whether or not the appframework module has been started. This is used to make sure modules that were running prior to a restart are started again','38f8f7ca-8586-4213-af9f-c41f032e73d2',NULL,NULL,NULL,NULL,NULL,NULL),('application.name','OpenMRS','The name of this application, as presented to the user, for example on the login and welcome pages.','eafa45ee-c9d3-4c4f-a810-2a373f6e4c35',NULL,NULL,NULL,NULL,NULL,NULL),('appointments.mandatory','false','true/false whether or not the appointments module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','b829f986-f9d9-46c5-81a4-e26937fb5a9c',NULL,NULL,NULL,NULL,NULL,NULL),('appointments.started','true','DO NOT MODIFY. true/false whether or not the appointments module has been started. This is used to make sure modules that were running prior to a restart are started again','249e801d-6e0e-4542-8271-f3a63a9047e2',NULL,NULL,NULL,NULL,NULL,NULL),('aqs.config.path','Configure AQS config path','Add the AQS Config path here','bfb33957-b7fb-11e4-9c67-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL),('atomfeed.event.urlPatternForPatientRelationshipChange',NULL,'URL pattern to use for published relationship events. Default is /openmrs/ws/rest/v1/relationship/%s','43476b97-5572-11e6-8be9-0800270d80ce',NULL,NULL,NULL,NULL,NULL,NULL),('atomfeed.event.urlPatternForProgramStateChange',NULL,'URL pattern to use for published program events. Default is /openmrs/ws/rest/v1/programenrollment/{uuid}?v=full','435e0a54-5572-11e6-8be9-0800270d80ce',NULL,NULL,NULL,NULL,NULL,NULL),('atomfeed.publish.eventsForPatientProgramStateChange',NULL,'If set true, events related to program changes are published','435c645f-5572-11e6-8be9-0800270d80ce',NULL,NULL,NULL,NULL,NULL,NULL),('atomfeed.publish.eventsForPatientRelationshipChange',NULL,'If set true, events related to relationship changes are published','4345c218-5572-11e6-8be9-0800270d80ce',NULL,NULL,NULL,NULL,NULL,NULL),('auditlog.mandatory','false','true/false whether or not the auditlog module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','fb09d4c2-f5a3-4fbe-9860-ae25abcec8f6',NULL,NULL,NULL,NULL,NULL,NULL),('auditlog.started','true','DO NOT MODIFY. true/false whether or not the auditlog module has been started. This is used to make sure modules that were running prior to a restart are started again','22f81eeb-0c94-406a-a116-991ec3cbd14d',NULL,NULL,NULL,NULL,NULL,NULL),('bacteriology.mandatory','false','true/false whether or not the bacteriology module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','e146b819-023e-46c7-bcdf-bfa5085a6c9c',NULL,NULL,NULL,NULL,NULL,NULL),('bacteriology.started','true','DO NOT MODIFY. true/false whether or not the bacteriology module has been started. This is used to make sure modules that were running prior to a restart are started again','83665cce-63c1-44eb-93ef-6c6c6ffe35b8',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.cacheHeadersFilter.expiresDuration','0','Expires duration in minutes','672dc790-e0b6-11e3-8b68-0800200c9a66',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.enableAuditLog','true','Enable or disable audit log','a6e58da0-9c60-41f4-8ebb-ec4fb59f4356',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.encountersession.duration','60','Encountersession duration in minutes','81ef037d-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.encounterType.default','Consultation','Default Encounter Type','01ddaa00-1bc9-11e5-87fc-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.extraPatientIdentifierTypes','0d2ac572-8de3-46c8-9976-1f78899c599f','A list of UUIDs indicating extra Patient Identifier Types that should be displayed','25133c8e-6923-41fa-9319-81615843454d',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.forms.directory','/home/bahmni/clinical_forms/','Filesystem path for saving the bahmni forms','fb41ee2e-9eb4-4fce-8157-d98485ad668c',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.formTranslations.directory','/var/www/bahmni_config/openmrs/apps/forms/translations','Filesystem path for saving the bahmni forms translations','e7b9aa0d-3c3a-4a63-a2a9-4dbd9050fea8',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.ie.apps.mandatory','false','true/false whether or not the bahmni.ie.apps module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','a3d837fc-936f-4a30-be23-ab24ad07640c',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.ie.apps.started','true','DO NOT MODIFY. true/false whether or not the bahmni.ie.apps module has been started. This is used to make sure modules that were running prior to a restart are started again','f3c61b77-3c89-43d6-847d-06ec343b7543',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.primaryIdentifierType','81433852-3f10-11e4-adec-0800271c1b75','Primary identifier type for looking up patients, generating barcodes, etc','70683b08-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.relationshipTypeMap','{\"provider\":[\"Doctor\"],\"patient\":[\"Parent\",\"Sibling\"]}','Relationships type maps for providers','03f63077-4c7a-11e5-9192-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.sqlGet.pastAppointments','SELECT\n app_service.name AS `DASHBOARD_APPOINTMENTS_SERVICE_KEY`,\n app_service_type.name AS `DASHBOARD_APPOINTMENTS_SERVICE_TYPE_KEY`,\n DATE_FORMAT(start_date_time, \"%d/%m/%Y\") AS `DASHBOARD_APPOINTMENTS_DATE_KEY`,\n CONCAT(DATE_FORMAT(start_date_time, \"%l:%i %p\"), \" - \", DATE_FORMAT(end_date_time, \"%l:%i %p\")) AS `DASHBOARD_APPOINTMENTS_SLOT_KEY`,\n CONCAT(pn.given_name, \' \', ifnull(pn.family_name,\'\')) AS `DASHBOARD_APPOINTMENTS_PROVIDER_KEY`,\n pa.status AS `DASHBOARD_APPOINTMENTS_STATUS_KEY`\nFROM\n patient_appointment pa\n JOIN person p ON p.person_id = pa.patient_id AND pa.voided IS FALSE\n JOIN appointment_service app_service\n ON app_service.appointment_service_id = pa.appointment_service_id AND app_service.voided IS FALSE\n LEFT JOIN provider prov ON prov.provider_id = pa.provider_id AND prov.retired IS FALSE\n LEFT JOIN person_name pn ON pn.person_id = prov.person_id AND pn.voided IS FALSE\n LEFT JOIN appointment_service_type app_service_type\n ON app_service_type.appointment_service_type_id = pa.appointment_service_type_id\n WHERE p.uuid = ${patientUuid} AND start_date_time < CURDATE() AND (app_service_type.voided IS FALSE OR app_service_type.voided IS NULL)\n ORDER BY start_date_time DESC\n LIMIT 5;','Past appointments for patient','8ceef593-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('bahmni.sqlGet.upComingAppointments','SELECT\n app_service.name AS `DASHBOARD_APPOINTMENTS_SERVICE_KEY`,\n app_service_type.name AS `DASHBOARD_APPOINTMENTS_SERVICE_TYPE_KEY`,\n DATE_FORMAT(start_date_time, \"%d/%m/%Y\") AS `DASHBOARD_APPOINTMENTS_DATE_KEY`,\n CONCAT(DATE_FORMAT(start_date_time, \"%l:%i %p\"), \" - \", DATE_FORMAT(end_date_time, \"%l:%i %p\")) AS `DASHBOARD_APPOINTMENTS_SLOT_KEY`,\n CONCAT(pn.given_name, \' \', ifnull(pn.family_name,\'\')) AS `DASHBOARD_APPOINTMENTS_PROVIDER_KEY`,\n pa.status AS `DASHBOARD_APPOINTMENTS_STATUS_KEY`\nFROM\n patient_appointment pa\n JOIN person p ON p.person_id = pa.patient_id AND pa.voided IS FALSE\n JOIN appointment_service app_service\n ON app_service.appointment_service_id = pa.appointment_service_id AND app_service.voided IS FALSE\n LEFT JOIN provider prov ON prov.provider_id = pa.provider_id AND prov.retired IS FALSE\n LEFT JOIN person_name pn ON pn.person_id = prov.person_id AND pn.voided IS FALSE\n LEFT JOIN appointment_service_type app_service_type\n ON app_service_type.appointment_service_type_id = pa.appointment_service_type_id\nWHERE p.uuid = ${patientUuid} AND\n start_date_time >= CURDATE() AND\n (app_service_type.voided IS FALSE OR app_service_type.voided IS NULL)\nORDER BY start_date_time ASC;','Upcoming appointments for patient','8cefcf05-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('bahmnicore.mandatory','false','true/false whether or not the bahmnicore module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','442643d1-2beb-4eee-a055-6b43a71180c4',NULL,NULL,NULL,NULL,NULL,NULL),('bahmnicore.started','true','DO NOT MODIFY. true/false whether or not the bahmnicore module has been started. This is used to make sure modules that were running prior to a restart are started again','b2db719e-c0c6-4a65-b8ee-9cdcd5e07031',NULL,NULL,NULL,NULL,NULL,NULL),('bedmanagement.mandatory','false','true/false whether or not the bedmanagement module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','1678049f-6a44-4ff6-9cc3-b3f8cd58ebad',NULL,NULL,NULL,NULL,NULL,NULL),('bedmanagement.started','true','DO NOT MODIFY. true/false whether or not the bedmanagement module has been started. This is used to make sure modules that were running prior to a restart are started again','70ce745b-d7fe-43f6-8452-4f68bbaaada0',NULL,NULL,NULL,NULL,NULL,NULL),('calculation.mandatory','false','true/false whether or not the calculation module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','f88cb781-ddf3-4dc4-bbb2-4b12a389fb1b',NULL,NULL,NULL,NULL,NULL,NULL),('calculation.started','true','DO NOT MODIFY. true/false whether or not the calculation module has been started. This is used to make sure modules that were running prior to a restart are started again','820b3bec-7a78-4a37-922c-7598d28dc590',NULL,NULL,NULL,NULL,NULL,NULL),('concept.caseSensitiveNamesInConceptNameTable','true','Indicates whether names in the concept_name table are case sensitive or not. Setting this to false for MySQL with a case insensitive collation improves search performance.','4a8c8fdb-a26d-4a7e-b0ac-d798d16fe077',NULL,NULL,NULL,NULL,NULL,NULL),('concept.causeOfDeath','5002','Concept id of the concept defining the CAUSE OF DEATH concept','81860120-b52f-4de4-b24d-195d6f73c56c',NULL,NULL,NULL,NULL,NULL,NULL),('concept.defaultConceptMapType','NARROWER-THAN','Default concept map type which is used when no other is set','9974b56a-9110-4828-bffa-c5fa58352df7',NULL,NULL,NULL,NULL,NULL,NULL),('concept.false','2','Concept id of the concept defining the FALSE boolean concept','d3f13d8c-a37d-4a3e-a2ca-4374d3231d4e',NULL,NULL,NULL,NULL,NULL,NULL),('concept.height','5090','Concept id of the concept defining the HEIGHT concept','5e517d4e-2150-48bc-bb94-64d44eef0146',NULL,NULL,NULL,NULL,NULL,NULL),('concept.medicalRecordObservations','1238','The concept id of the MEDICAL_RECORD_OBSERVATIONS concept. This concept_id is presumed to be the generic grouping (obr) concept in hl7 messages. An obs_group row is not created for this concept.','59922a66-f741-413b-a130-1be2d1a5c9c0',NULL,NULL,NULL,NULL,NULL,NULL),('concept.none','1107','Concept id of the concept defining the NONE concept','3c004f2b-193a-4126-8acb-222f19685693',NULL,NULL,NULL,NULL,NULL,NULL),('concept.otherNonCoded','5622','Concept id of the concept defining the OTHER NON-CODED concept','784d26cb-4476-48eb-8672-a76ebedf839f',NULL,NULL,NULL,NULL,NULL,NULL),('concept.patientDied','1742','Concept id of the concept defining the PATIENT DIED concept','dc19e195-1142-4813-951a-95f8e7503a8b',NULL,NULL,NULL,NULL,NULL,NULL),('concept.problemList','1284','The concept id of the PROBLEM LIST concept. This concept_id is presumed to be the generic grouping (obr) concept in hl7 messages. An obs_group row is not created for this concept.','90239244-e178-4bff-b5f1-1df4cdcaef58',NULL,NULL,NULL,NULL,NULL,NULL),('concept.reasonExitedCare',NULL,'Concept id of the concept defining the REASON EXITED CARE concept','8b099986-5217-4a28-93aa-ba7f802f35ce',NULL,NULL,NULL,NULL,NULL,NULL),('concept.reasonForDeath','Reason For Death','Fully Specified name of the Concept Set created as Reasons for death','40f5ee5f-4c79-11e5-9192-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL),('concept.reasonOrderStopped','1812','Concept id of the concept defining the REASON ORDER STOPPED concept','6b234867-dfa4-4504-96b7-c90dc1370f3f',NULL,NULL,NULL,NULL,NULL,NULL),('concept.true','1','Concept id of the concept defining the TRUE boolean concept','e96c233a-ad0d-4304-aca8-b45f8ed0ccd2',NULL,NULL,NULL,NULL,NULL,NULL),('concept.weight','5089','Concept id of the concept defining the WEIGHT concept','e2ac406f-0c0f-415b-a4fd-a7db5828941d',NULL,NULL,NULL,NULL,NULL,NULL),('conceptDrug.dosageForm.conceptClasses',NULL,'A comma-separated list of the allowed concept classes for the dosage form field of the concept drug management form.','6dbaf339-7e91-4aed-b679-c20441d860e8',NULL,NULL,NULL,NULL,NULL,NULL),('conceptDrug.route.conceptClasses',NULL,'A comma-separated list of the allowed concept classes for the route field of the concept drug management form.','e9049adb-b745-4edc-b2a4-fc885c222e9b',NULL,NULL,NULL,NULL,NULL,NULL),('concepts.locked','false','if true, do not allow editing concepts','5cd3f671-5e8a-4ec5-abf5-5e519eaaa4ff','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('concept_map_type_management.enable','false','Enables or disables management of concept map types','f8ff45a6-c63a-4a2a-8d7a-4039bac218ff','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('conditionList.endReasonConceptSetUuid',NULL,'UUID of end reason concept set','5b9d4776-2cf0-4777-8fc3-006bc25f811e',NULL,NULL,NULL,NULL,NULL,NULL),('conditionList.nonCodedUuid','a3a4b2cc-c70d-11e7-aa2b-8e7070d6a3d1','UUID of non coded concept','a7273d25-4096-4c6a-a7b0-2bb51cb83cf7',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.maximumNumberToShow',NULL,'An integer which, if specified, would determine the maximum number of encounters to display on the encounter tab of the patient dashboard.','5c1f7e92-65c9-4949-99ea-52e42337f68e',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.providerDisplayRoles',NULL,'A comma-separated list of encounter roles (by name or id). Providers with these roles in an encounter will be displayed on the encounter tab of the patient dashboard.','9849e131-9761-431c-a53a-b6ba53bf98ce',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.showEditLink','true','true/false whether or not to show the \'Edit Encounter\' link on the patient dashboard','b5c50eda-3377-409e-a64e-0cbc5c58d78e','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.showEmptyFields','true','true/false whether or not to show empty fields on the \'View Encounter\' window','b37f0fc2-e17d-414d-a2d3-0cb8a5314e38','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.showViewLink','true','true/false whether or not to show the \'View Encounter\' link on the patient dashboard','778478c0-2fad-496e-b03d-29e219db3b48','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.usePages','smart','true/false/smart on how to show the pages on the \'View Encounter\' window. \'smart\' means that if > 50% of the fields have page numbers defined, show data in pages','d2956122-c821-4055-8c9d-4e32cc552496',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.header.programs_to_show',NULL,'List of programs to show Enrollment details of in the patient header. (Should be an ordered comma-separated list of program_ids or names.)','6aa0071c-c966-4b6f-818c-dba70c41908f',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.header.showConcept','5497','Comma delimited list of concepts ids to show on the patient header overview','258e3748-ae7d-428e-9f34-6f6b63ecd5d2',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.header.workflows_to_show',NULL,'List of programs to show Enrollment details of in the patient header. List of workflows to show current status of in the patient header. These will only be displayed if they belong to a program listed above. (Should be a comma-separated list of program_workflow_ids.)','0bf38415-a8aa-48ff-842a-94233a9cfb3f',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.metadata.caseConversion',NULL,'Indicates which type automatic case conversion is applied to program/workflow/state in the patient dashboard. Valid values: lowercase, uppercase, capitalize. If empty no conversion is applied.','a0092961-f243-4e48-a4b7-a2f559cb0909',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.overview.showConcepts',NULL,'Comma delimited list of concepts ids to show on the patient dashboard overview tab','742bf7ba-d4a6-47c8-b016-b9b02c419aa0',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.regimen.displayDrugSetIds','ANTIRETROVIRAL DRUGS,TUBERCULOSIS TREATMENT DRUGS','Drug sets that appear on the Patient Dashboard Regimen tab. Comma separated list of name of concepts that are defined as drug sets.','4de5e8e4-55c4-4ec7-85ce-f42887bb269e',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.regimen.displayFrequencies','7 days/week,6 days/week,5 days/week,4 days/week,3 days/week,2 days/week,1 days/week','Frequency of a drug order that appear on the Patient Dashboard. Comma separated list of name of concepts that are defined as drug frequencies.','57468c9f-4030-4b9c-8f5c-91f3d27be225',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.regimen.standardRegimens',' 2 1 tab(s) 2/day x 7 days/week 3TC + d4T(30) + NVP (Triomune-30) standardTri30 ANTIRETROVIRAL DRUGS 3 1 tab(s) 2/day x 7 days/week 3TC + d4T(40) + NVP (Triomune-40) standardTri40 ANTIRETROVIRAL DRUGS 39 1 tab(s) 2/day x 7 days/week 22 200 mg 2/day x 7 days/week AZT + 3TC + NVP standardAztNvp ANTIRETROVIRAL DRUGS 11 600 mg 1/day x 7 days/week AZT + 3TC + EFV(600) standardAztEfv ANTIRETROVIRAL DRUGS 5 30 mg 2/day x 7 days/week 42 150 mg 2/day x 7 days/week d4T(30) + 3TC + EFV(600) standardD4t30Efv ANTIRETROVIRAL DRUGS 6 40 mg 2/day x 7 days/week d4T(40) + 3TC + EFV(600) standardD4t40Efv ANTIRETROVIRAL DRUGS ','XML description of standard drug regimens, to be shown as shortcuts on the dashboard regimen entry tab','2ffd37ca-9e6b-4098-a0f2-7bc094c79ba0',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.relationships.show_types',NULL,'Types of relationships separated by commas. Doctor/Patient,Parent/Child','7491e8c0-3234-444d-b383-39c12796d56d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.showPatientName','false','Whether or not to display the patient name in the patient dashboard title. Note that enabling this could be security risk if multiple users operate on the same computer.','dc57a4df-28aa-4dfc-b50d-1a8042bec54c','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('datePicker.weekStart','0','First day of the week in the date picker. Domingo/Dimanche/Sunday:0 Lunes/Lundi/Monday:1','820dab62-abee-4382-b960-4e602f8859a2',NULL,NULL,NULL,NULL,NULL,NULL),('default_locale','en','Specifies the default locale. You can specify both the language code(ISO-639) and the country code(ISO-3166), e.g. \'en_GB\' or just country: e.g. \'en\'','de5284c2-1edf-47b7-b421-c70205af8d7f',NULL,NULL,NULL,NULL,NULL,NULL),('default_location','Unknown Location','The name of the location to use as a system default','509e8f89-6b2b-40c3-9a88-6a44292d7399',NULL,NULL,NULL,NULL,NULL,NULL),('default_theme',NULL,'Default theme for users. OpenMRS ships with themes of \'green\', \'orange\', \'purple\', and \'legacy\'','a36be38e-5bac-4a6b-811d-2a3e3236af07',NULL,NULL,NULL,NULL,NULL,NULL),('dhis.mandatory','false','true/false whether or not the dhis module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','741589f5-3c75-4a02-96f1-3ad6257e8df4',NULL,NULL,NULL,NULL,NULL,NULL),('dhis.started','true','DO NOT MODIFY. true/false whether or not the dhis module has been started. This is used to make sure modules that were running prior to a restart are started again','26b2da88-3895-4cf5-b2d4-e0e81a1779d6',NULL,NULL,NULL,NULL,NULL,NULL),('disableDefaultAppointmentValidations','false','Disable default appointment validations','6de3d88c-46be-41f1-bfca-88bae232dd1f',NULL,NULL,NULL,NULL,NULL,NULL),('drugOrder.drugOther','063ee60c-99a5-11e5-bbf3-080027b662ec','Specifies the uuid of the concept which represents drug other non coded','f1f00447-f3fb-41c2-99ba-96ed9086b7bb',NULL,NULL,NULL,NULL,NULL,NULL),('drugOrder.requireDrug','false','Set to value true if you need to specify a formulation(Drug) when creating a drug order.','553e98eb-9e62-4393-a7ed-7459cdd17a9d',NULL,NULL,NULL,NULL,NULL,NULL),('elisatomfeedclient.mandatory','false','true/false whether or not the elisatomfeedclient module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','46a6c514-f31a-4714-b316-d48161c83fbe',NULL,NULL,NULL,NULL,NULL,NULL),('elisatomfeedclient.started','true','DO NOT MODIFY. true/false whether or not the elisatomfeedclient module has been started. This is used to make sure modules that were running prior to a restart are started again','6a886279-77d2-4f90-83c7-3fbafd92ff37',NULL,NULL,NULL,NULL,NULL,NULL),('emr.admissionEncounterType','This global property had been migrated to metadata mapping in source \'org.openmrs.module.emrapi\' with code \'&s\'','UUID of the encounter type for admitting a patient','e209c792-8093-4894-86a6-de3b3eb82075',NULL,NULL,NULL,NULL,NULL,NULL),('emr.admissionForm',NULL,'UUID of the Admission Form (not required)','ef9b40fc-7e26-4011-954b-adfc4674d053',NULL,NULL,NULL,NULL,NULL,NULL),('emr.atFacilityVisitType',NULL,'UUID of the VisitType that we use for newly-created visits','7e35b5d9-f058-4f57-bdf1-f11fa08d95cd',NULL,NULL,NULL,NULL,NULL,NULL),('emr.concept.diagnosisSetOfSets','dbc2ecdb-4e14-11e4-8a57-0800271c1b75',NULL,'e0f02e9c-72a6-4f13-b619-c678af2d3609',NULL,NULL,NULL,NULL,NULL,NULL),('emr.encounterMatcher','org.bahmni.module.bahmnicore.matcher.EncounterSessionMatcher','custom encounter session matcher','81f078c9-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('emr.exitFromInpatientEncounterType','This global property had been migrated to metadata mapping in source \'org.openmrs.module.emrapi\' with code \'&s\'','UUID of the encounter type for exiting a patient from inpatient care','a6ae78f4-8624-4c08-ad7e-8fb847ac8fc8',NULL,NULL,NULL,NULL,NULL,NULL),('emr.exitFromInpatientForm',NULL,'UUID of the Discharge Form (not required)','53fd133c-ca9b-442e-b4de-719447cc6de8',NULL,NULL,NULL,NULL,NULL,NULL),('emr.personImagesDirectory','/home/bahmni/patient_images','Location of patient images - required by emrapi','c467177b-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('emr.transferWithinHospitalEncounterType',NULL,'UUID of the encounter type for transferring a patient within the hospital','b17a5357-a036-4871-9a64-74aab9ec11a5',NULL,NULL,NULL,NULL,NULL,NULL),('emr.transferWithinHospitalForm',NULL,'UUID of the Transfer Form (not required)','23489e82-8ebc-4f15-ac35-184b5e6bd3c9',NULL,NULL,NULL,NULL,NULL,NULL),('emr.unknownLocation',NULL,'UUID of the Location that represents an Unknown Location','490be82d-9831-48b5-8b1e-921a9d03b0ea',NULL,NULL,NULL,NULL,NULL,NULL),('emr.unknownProvider','f9badd80-ab76-11e2-9e96-0800200c9a66','UUID of the Provider that represents an Unknown Provider','4df46b77-962e-4ff1-98f7-27b84dadf843',NULL,NULL,NULL,NULL,NULL,NULL),('emr.visitNoteEncounterType',NULL,'UUID of the encounter type for a visit note','99c27416-f5e7-4c80-847a-87c83a5589fb',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.EmrApiVisitAssignmentHandler.encounterTypeToNewVisitTypeMap',NULL,'Specifies the mapping of encounter types to new visit types for more see https://wiki.openmrs.org/x/vgF4Aw','392c4832-daf8-427b-afb3-2a39dd497504',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.lastViewedPatientSizeLimit','50','Specifies the system wide number of patients to store as last viewed for a single user,\r\n defaults to 50 if not specified','4262a261-ab49-4dec-bc1c-7c10687fbb76',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.mandatory','false','true/false whether or not the emrapi module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','c4c31180-3583-4ca0-849b-4340bd2bd6a4',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.nonDiagnosisConceptSets',NULL,'UUIDs or mapping of non diagnosis concept sets','6f488ef4-f8ae-4e54-b702-ecb260d8d0d7',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlGet.wardsListDetails','SELECT\n b.bed_number AS \'Bed\',\n concat(pn.given_name, \' \', ifnull(pn.family_name,\'\')) AS \'Name\',\n pv.uuid AS \'Patient Uuid\',\n pi.identifier AS \'Id\',\n pv.gender AS \'Gender\',\n TIMESTAMPDIFF(YEAR, pv.birthdate, CURDATE()) AS \'Age\',\n pa.county_district AS \'District\',\n pa.city_village AS \'Village\',\n admission_provider_name.given_name AS \'Admission By\',\n cast(DATE_FORMAT(latestAdmissionEncounter.max_encounter_datetime, \'%d %b %y %h:%i %p\') AS CHAR) AS \'Admission Time\',\n diagnosis.diagnosisConcept AS \'Diagnosis\',\n diagnosis.certainty AS \'Diagnosis Certainty\',\n diagnosis.diagnosisOrder AS \'Diagnosis Order\',\n diagnosis.status AS \'Diagnosis Status\',\n diagnosis.diagnosis_provider AS \'Diagnosis Provider\',\n cast(DATE_FORMAT(diagnosis.diagnosis_datetime, \'%d %b %y %h:%i %p\') AS\n CHAR) AS \'Diagnosis Datetime\',\n dispositionInfo.providerName AS \'Disposition By\',\n cast(DATE_FORMAT(dispositionInfo.providerDate, \'%d %b %y %h:%i %p\') AS CHAR) AS \'Disposition Time\',\n adtNotes.value_text AS \'ADT Notes\',\n v.uuid AS \'Visit Uuid\'\nFROM bed_location_map blm\n INNER JOIN bed b\n ON blm.bed_id = b.bed_id AND\n b.status = \'OCCUPIED\' AND\n blm.location_id IN (SELECT child_location.location_id\n FROM location child_location JOIN\n location parent_location\n ON parent_location.location_id =\n child_location.parent_location\n WHERE\n parent_location.name = ${location_name})\n INNER JOIN bed_patient_assignment_map bpam ON b.bed_id = bpam.bed_id AND date_stopped IS NULL\n INNER JOIN person pv ON pv.person_id = bpam.patient_id\n INNER JOIN person_name pn ON pn.person_id = pv.person_id\n INNER JOIN patient_identifier pi ON pv.person_id = pi.patient_id\n INNER JOIN patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n INNER JOIN global_property gp on gp.property=\'bahmni.primaryIdentifierType\' and gp.property_value=pit.uuid\n LEFT JOIN person_address pa ON pa.person_id = pv.person_id\n INNER JOIN (SELECT\n patient_id,\n max(encounter_datetime) AS max_encounter_datetime,\n max(visit_id) as visit_id,\n max(encounter_id) AS encounter_id\n FROM encounter\n INNER JOIN encounter_type ON encounter_type.encounter_type_id = encounter.encounter_type\n WHERE encounter_type.name = \'ADMISSION\'\n GROUP BY patient_id) latestAdmissionEncounter ON pv.person_id = latestAdmissionEncounter.patient_id\n INNER JOIN visit v ON latestAdmissionEncounter.visit_id = v.visit_id\n LEFT OUTER JOIN obs adtNotes\n ON adtNotes.encounter_id = latestAdmissionEncounter.encounter_id AND adtNotes.voided = 0 AND\n adtNotes.concept_id = (SELECT concept_id\n FROM concept_name\n WHERE name = \'Adt Notes\' AND concept_name_type = \'FULLY_SPECIFIED\')\n LEFT OUTER JOIN encounter_provider ep ON ep.encounter_id = latestAdmissionEncounter.encounter_id\n LEFT OUTER JOIN provider admission_provider ON admission_provider.provider_id = ep.provider_id\n LEFT OUTER JOIN person_name admission_provider_name\n ON admission_provider_name.person_id = admission_provider.person_id\n LEFT OUTER JOIN (\n SELECT\n bpam.patient_id AS person_id,\n concept_name.name AS disposition,\n latestDisposition.obs_datetime AS providerDate,\n person_name.given_name AS providerName\n FROM bed_patient_assignment_map bpam\n INNER JOIN (SELECT\n person_id,\n max(obs_id) obs_id\n FROM obs\n WHERE concept_id = (SELECT concept_id\n FROM concept_name\n WHERE\n name = \'Disposition\' AND concept_name_type = \'FULLY_SPECIFIED\')\n GROUP BY person_id) maxObsId ON maxObsId.person_id = bpam.patient_id\n INNER JOIN obs latestDisposition\n ON maxObsId.obs_id = latestDisposition.obs_id AND latestDisposition.voided = 0\n INNER JOIN concept_name ON latestDisposition.value_coded = concept_name.concept_id AND\n concept_name_type = \'FULLY_SPECIFIED\'\n LEFT OUTER JOIN encounter_provider ep ON latestDisposition.encounter_id = ep.encounter_id\n LEFT OUTER JOIN provider disp_provider ON disp_provider.provider_id = ep.provider_id\n LEFT OUTER JOIN person_name ON person_name.person_id = disp_provider.person_id\n WHERE bpam.date_stopped IS NULL\n ) dispositionInfo ON pv.person_id = dispositionInfo.person_id\n LEFT OUTER JOIN (\n SELECT\n diagnosis.person_id AS person_id,\n diagnosis.obs_id AS obs_id,\n diagnosis.obs_datetime AS diagnosis_datetime,\n if(diagnosisConceptName.name IS NOT NULL, diagnosisConceptName.name,\n diagnosis.value_text) AS diagnosisConcept,\n certaintyConceptName.name AS certainty,\n diagnosisOrderConceptName.name AS diagnosisOrder,\n diagnosisStatusConceptName.name AS status,\n person_name.given_name AS diagnosis_provider\n FROM bed_patient_assignment_map bpam\n INNER JOIN visit latestVisit\n ON latestVisit.patient_id = bpam.patient_id AND latestVisit.date_stopped IS NULL AND\n bpam.date_stopped IS NULL\n INNER JOIN encounter ON encounter.visit_id = latestVisit.visit_id\n INNER JOIN obs diagnosis ON bpam.patient_id = diagnosis.person_id AND diagnosis.voided = 0 AND\n diagnosis.encounter_id = encounter.encounter_id AND\n diagnosis.concept_id IN (SELECT concept_id\n FROM concept_name\n WHERE name IN\n (\'Coded Diagnosis\', \'Non-Coded Diagnosis\')\n AND\n concept_name_type = \'FULLY_SPECIFIED\')\n LEFT OUTER JOIN concept_name diagnosisConceptName\n ON diagnosis.value_coded IS NOT NULL AND diagnosis.value_coded = diagnosisConceptName.concept_id\n AND diagnosisConceptName.concept_name_type = \'FULLY_SPECIFIED\'\n LEFT OUTER JOIN encounter_provider ep ON diagnosis.encounter_id = ep.encounter_id\n LEFT OUTER JOIN provider diagnosis_provider ON diagnosis_provider.provider_id = ep.provider_id\n LEFT OUTER JOIN person_name ON person_name.person_id = diagnosis_provider.person_id\n INNER JOIN obs certainty\n ON diagnosis.obs_group_id = certainty.obs_group_id AND certainty.voided = 0 AND\n certainty.concept_id = (SELECT concept_id\n FROM concept_name\n WHERE name = \'Diagnosis Certainty\' AND\n concept_name_type = \'FULLY_SPECIFIED\')\n LEFT OUTER JOIN concept_name certaintyConceptName\n ON certainty.value_coded IS NOT NULL AND certainty.value_coded = certaintyConceptName.concept_id\n AND certaintyConceptName.concept_name_type = \'FULLY_SPECIFIED\'\n INNER JOIN obs diagnosisOrder\n ON diagnosis.obs_group_id = diagnosisOrder.obs_group_id AND diagnosisOrder.voided = 0 AND\n diagnosisOrder.concept_id = (SELECT concept_id\n FROM concept_name\n WHERE name = \'Diagnosis order\' AND\n concept_name_type = \'FULLY_SPECIFIED\')\n LEFT OUTER JOIN concept_name diagnosisOrderConceptName ON diagnosisOrder.value_coded IS NOT NULL\n AND diagnosisOrder.value_coded =\n diagnosisOrderConceptName.concept_id\n AND\n diagnosisOrderConceptName.concept_name_type\n = \'FULLY_SPECIFIED\'\n LEFT JOIN obs diagnosisStatus\n ON diagnosis.obs_group_id = diagnosisStatus.obs_group_id AND diagnosisStatus.voided = 0 AND\n diagnosisStatus.concept_id = (SELECT concept_id\n FROM concept_name\n WHERE name = \'Bahmni Diagnosis Status\' AND\n concept_name_type = \'FULLY_SPECIFIED\')\n LEFT OUTER JOIN concept_name diagnosisStatusConceptName ON diagnosisStatus.value_coded IS NOT NULL\n AND diagnosisStatus.value_coded =\n diagnosisStatusConceptName.concept_id\n AND\n diagnosisStatusConceptName.concept_name_type\n = \'FULLY_SPECIFIED\'\n ) diagnosis ON diagnosis.person_id = pv.person_id','Sql query to get list of wards','a3a0105b-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.activePatients','select distinct\n concat(pn.given_name,\' \', ifnull(pn.family_name,\'\')) as name,\n pi.identifier as identifier,\n concat(\"\",p.uuid) as uuid,\n concat(\"\",v.uuid) as activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") as hasBeenAdmitted\n from visit v\n join person_name pn on v.patient_id = pn.person_id and pn.voided = 0\n join patient_identifier pi on v.patient_id = pi.patient_id\n join patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n join global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n join person p on p.person_id = v.patient_id\n join location l on l.uuid = ${visit_location_uuid} and v.location_id = l.location_id\n left outer join visit_attribute va on va.visit_id = v.visit_id and va.attribute_type_id = (\n select visit_attribute_type_id from visit_attribute_type where name=\"Admission Status\"\n ) and va.voided = 0\n where v.date_stopped is null AND v.voided = 0','Sql query to get list of active patients','a39dcdbc-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.activePatientsByLocation','select distinct concat(pn.given_name,\" \", ifnull(pn.family_name,\'\')) as name,\n pi.identifier as identifier,\n concat(\"\",p.uuid) as uuid,\n concat(\"\",v.uuid) as activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") as hasBeenAdmitted\n from\n visit v join person_name pn on v.patient_id = pn.person_id and pn.voided = 0 and v.voided=0\n join patient_identifier pi on v.patient_id = pi.patient_id and pi.voided=0\n join patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n join global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n join person p on p.person_id = v.patient_id and p.voided=0\n join encounter en on en.visit_id = v.visit_id and en.voided=0\n left outer join location loc on en.location_id = loc.location_id\n join encounter_provider ep on ep.encounter_id = en.encounter_id and ep.voided=0\n join provider pr on ep.provider_id=pr.provider_id and pr.retired=0\n join person per on pr.person_id=per.person_id and per.voided=0\n left outer join visit_attribute va on va.visit_id = v.visit_id and va.attribute_type_id = (\n select visit_attribute_type_id from visit_attribute_type where name=\"Admission Status\"\n )\n where\n v.date_stopped is null and\n loc.uuid=${location_uuid}\n order by en.encounter_datetime desc','SQL query to get list of active patients by location','a39e4a30-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.activePatientsByProvider','\n select distinct concat(pn.given_name,\" \", ifnull(pn.family_name,\'\')) as name,\n pi.identifier as identifier,\n concat(\"\",p.uuid) as uuid,\n concat(\"\",v.uuid) as activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") as hasBeenAdmitted\n from\n visit v join person_name pn on v.patient_id = pn.person_id and pn.voided = 0 and v.voided=0\n join patient_identifier pi on v.patient_id = pi.patient_id and pi.voided=0\n join patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n join global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n join person p on p.person_id = v.patient_id and p.voided=0\n join encounter en on en.visit_id = v.visit_id and en.voided=0\n join encounter_provider ep on ep.encounter_id = en.encounter_id and ep.voided=0\n join provider pr on ep.provider_id=pr.provider_id and pr.retired=0\n join person per on pr.person_id=per.person_id and per.voided=0\n join location l on l.uuid=${visit_location_uuid} and l.location_id = v.location_id\n left outer join visit_attribute va on va.visit_id = v.visit_id and va.voided = 0 and va.attribute_type_id = (\n select visit_attribute_type_id from visit_attribute_type where name=\"Admission Status\"\n )\n where\n v.date_stopped is null and\n pr.uuid=${provider_uuid}\n order by en.encounter_datetime desc','Sql query to get list of active patients by provider uuid','a39de90e-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.additionalSearchHandler','cn.name = \'${testName}\'','Sql query to get list of admitted patients','03be7b86-102c-11e5-b1c7-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.admittedPatients','select distinct\n concat(pn.given_name,\" \", ifnull(pn.family_name,\'\')) as name,\n pi.identifier as identifier,\n concat(\"\",p.uuid) as uuid,\n concat(\"\",v.uuid) as activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") as hasBeenAdmitted\n from visit v\n join person_name pn on v.patient_id = pn.person_id and pn.voided = 0\n join patient_identifier pi on v.patient_id = pi.patient_id\n join patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n join global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n join person p on v.patient_id = p.person_id\n join visit_attribute va on v.visit_id = va.visit_id and va.value_reference = \"Admitted\" and va.voided = 0\n join visit_attribute_type vat on vat.visit_attribute_type_id = va.attribute_type_id and vat.name = \"Admission Status\"\n join location l on l.uuid=${visit_location_uuid} and v.location_id = l.location_id\n where v.date_stopped is null AND v.voided = 0','Sql query to get list of admitted patients','a39e1622-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.highRiskPatients','SELECT DISTINCT\n concat(pn.given_name, \" \", ifnull(pn.family_name,\'\')) AS name,\n pi.identifier AS identifier,\n concat(\"\", p.uuid) AS uuid,\n concat(\"\", v.uuid) AS activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") AS hasBeenAdmitted\nFROM person p\n INNER JOIN person_name pn ON pn.person_id = p.person_id\n INNER JOIN patient_identifier pi ON pn.person_id = pi.patient_id\n INNER JOIN patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n INNER JOIN global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n INNER JOIN visit v ON v.patient_id = p.person_id AND v.date_stopped IS NULL AND v.voided = 0\n INNER JOIN (SELECT\n max(test_obs.obs_group_id) AS max_id,\n test_obs.concept_id,\n test_obs.person_id\n FROM obs test_obs\n INNER JOIN concept c ON c.concept_id = test_obs.concept_id AND test_obs.voided = 0\n INNER JOIN concept_name cn\n ON c.concept_id = cn.concept_id AND cn.concept_name_type = \"FULLY_SPECIFIED\" AND\n cn.name IN (${testName})\n GROUP BY test_obs.person_id, test_obs.concept_id) AS tests ON tests.person_id = v.patient_id\n INNER JOIN obs abnormal_obs\n ON abnormal_obs.obs_group_id = tests.max_id AND abnormal_obs.value_coded = 1 AND abnormal_obs.voided = 0\n INNER JOIN concept abnormal_concept ON abnormal_concept.concept_id = abnormal_obs.concept_id\n INNER JOIN concept_name abnormal_concept_name\n ON abnormal_concept.concept_id = abnormal_concept_name.concept_id AND\n abnormal_concept_name.concept_name_type = \"FULLY_SPECIFIED\" AND\n abnormal_concept_name.name IN (\"LAB_ABNORMAL\")\n LEFT OUTER JOIN visit_attribute va ON va.visit_id = v.visit_id AND va.attribute_type_id =\n (SELECT visit_attribute_type_id\n FROM visit_attribute_type\n WHERE name = \"Admission Status\")','SQL QUERY TO get LIST of patients with high risk','a39e72ab-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.patientsHasPendingOrders','select distinct\n concat(pn.given_name, \" \", ifnull(pn.family_name,\'\')) as name,\n pi.identifier as identifier,\n concat(\"\",p.uuid) as uuid,\n concat(\"\",v.uuid) as activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") as hasBeenAdmitted\n from visit v\n join person_name pn on v.patient_id = pn.person_id and pn.voided = 0\n join patient_identifier pi on v.patient_id = pi.patient_id\n join patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n join global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n join person p on p.person_id = v.patient_id\n join orders on orders.patient_id = v.patient_id\n join order_type on orders.order_type_id = order_type.order_type_id and order_type.name != \"Order\" and order_type.name != \"Drug Order\"\n left outer join visit_attribute va on va.visit_id = v.visit_id and va.voided = 0 and va.attribute_type_id =\n (select visit_attribute_type_id from visit_attribute_type where name=\"Admission Status\")\n where v.date_stopped is null AND v.voided = 0 and order_id not in\n (select obs.order_id\n from obs\n where person_id = pn.person_id and order_id = orders.order_id)','Sql query to get list of patients who has pending orders','a39e87a3-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.patientsToAdmit','select distinct concat(pn.given_name,\' \', ifnull(pn.family_name,\'\')) as name,\n pi.identifier as identifier,\n concat(\"\",p.uuid) as uuid,\n concat(\"\",v.uuid) as activeVisitUuid\n from visit v\n join person_name pn on v.patient_id = pn.person_id and pn.voided = 0 AND v.voided = 0\n join patient_identifier pi on v.patient_id = pi.patient_id\n join patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n join global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n join person p on v.patient_id = p.person_id\n join encounter e on v.visit_id = e.visit_id\n join obs o on e.encounter_id = o.encounter_id and o.voided = 0\n join concept c on o.value_coded = c.concept_id\n join concept_name cn on c.concept_id = cn.concept_id\n join location l on l.uuid=${visit_location_uuid} and v.location_id = l.location_id\n where v.date_stopped is null and cn.name = \'Admit Patient\' and v.visit_id not in (select visit_id\n from encounter ie join encounter_type iet\n on iet.encounter_type_id = ie.encounter_type\n where iet.name = \'ADMISSION\')','Sql query to get list of patients to be admitted','a39dffe3-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.sqlSearch.patientsToDischarge','SELECT DISTINCT\n concat(pn.given_name, \' \', ifnull(pn.family_name,\'\')) AS name,\n pi.identifier AS identifier,\n concat(\"\", p.uuid) AS uuid,\n concat(\"\", v.uuid) AS activeVisitUuid,\n IF(va.value_reference = \"Admitted\", \"true\", \"false\") as hasBeenAdmitted\n FROM visit v\n INNER JOIN person_name pn ON v.patient_id = pn.person_id and pn.voided is FALSE\n INNER JOIN patient_identifier pi ON v.patient_id = pi.patient_id and pi.voided is FALSE\n INNER JOIN patient_identifier_type pit on pi.identifier_type = pit.patient_identifier_type_id\n INNER JOIN global_property gp on gp.property=\"bahmni.primaryIdentifierType\" and gp.property_value=pit.uuid\n INNER JOIN person p ON v.patient_id = p.person_id\n Inner Join (SELECT DISTINCT v.visit_id\n FROM encounter en\n INNER JOIN visit v ON v.visit_id = en.visit_id AND en.encounter_type =\n (SELECT encounter_type_id\n FROM encounter_type\n WHERE name = \"ADMISSION\")) v1 on v1.visit_id = v.visit_id\n INNER JOIN encounter e ON v.visit_id = e.visit_id\n INNER JOIN obs o ON e.encounter_id = o.encounter_id\n INNER JOIN concept_name cn ON o.value_coded = cn.concept_id AND cn.concept_name_type = \"FULLY_SPECIFIED\" AND cn.voided is FALSE\n JOIN location l on l.uuid=${visit_location_uuid} and v.location_id = l.location_id\n left outer join visit_attribute va on va.visit_id = v.visit_id and va.attribute_type_id =\n (select visit_attribute_type_id from visit_attribute_type where name=\"Admission Status\")\n LEFT OUTER JOIN encounter e1 ON e1.visit_id = v.visit_id AND e1.encounter_type = (\n SELECT encounter_type_id\n FROM encounter_type\n WHERE name = \"DISCHARGE\") AND e1.voided is FALSE\n WHERE v.date_stopped IS NULL AND v.voided = 0 AND o.voided = 0 AND cn.name = \"Discharge Patient\" AND e1.encounter_id IS NULL','Sql query to get list of patients to discharge','a39e3195-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.started','true','DO NOT MODIFY. true/false whether or not the emrapi module has been started. This is used to make sure modules that were running prior to a restart are started again','f3ce398a-c275-4744-a727-cb02ac5d709d',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.suppressedDiagnosisConcepts',NULL,'UUIDs or mappings of suppressed diagnosis concepts','b339beb8-f6d3-41d9-a5fa-827c14756f2f',NULL,NULL,NULL,NULL,NULL,NULL),('emrapi.visitExpireHours','24','Number of hours after which visit can be auto closed','c22c5a73-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('encounter.feed.publish.url','/openmrs/ws/rest/v1/bahmnicore/bahmniencounter/%s?includeAll=true','Url to be published on encounter save.','242982b8-8a92-11e4-977f-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('encounterForm.obsSortOrder','number','The sort order for the obs listed on the encounter edit form. \'number\' sorts on the associated numbering from the form schema. \'weight\' sorts on the order displayed in the form schema.','de214640-9698-40c0-8b9e-6c1cf53ce4c3',NULL,NULL,NULL,NULL,NULL,NULL),('encounterModifier.groovy.allowCaching','true','Allow Groovy Caching','e16605a1-266a-47cb-8385-d07742646640',NULL,NULL,NULL,NULL,NULL,NULL),('EncounterType.encounterTypes.locked','false','saving, retiring or deleting an Encounter Type is not permitted, if true','a23b0d0f-5a6d-4190-8b46-c2207ef5d370','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('episodes.mandatory','false','true/false whether or not the episodes module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','deadd888-e1e7-44a5-a671-138c2a1998e4',NULL,NULL,NULL,NULL,NULL,NULL),('episodes.started','true','DO NOT MODIFY. true/false whether or not the episodes module has been started. This is used to make sure modules that were running prior to a restart are started again','d4fec83a-e7f5-47c4-ba51-8cce103aa33c',NULL,NULL,NULL,NULL,NULL,NULL),('event.ActiveMQDataDirectory','activemq-default-data','Directory where activeMQ files will be stored.','d8852aae-4778-44e0-b94f-625099459c3b',NULL,NULL,NULL,NULL,NULL,NULL),('event.mandatory','false','true/false whether or not the event module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','bca3d36b-b680-44e4-8065-6993412169d6',NULL,NULL,NULL,NULL,NULL,NULL),('event.started','true','DO NOT MODIFY. true/false whether or not the event module has been started. This is used to make sure modules that were running prior to a restart are started again','5dcd8d6b-4f9b-4d9b-a866-74fe998f0680',NULL,NULL,NULL,NULL,NULL,NULL),('Form.forms.locked','false','Set to a value of true if you do not want any changes to be made on forms, else set to false.','993197ed-e8da-42de-8b62-1d00c33ad498',NULL,NULL,NULL,NULL,NULL,NULL),('FormEntry.enableDashboardTab','true','true/false whether or not to show a Form Entry tab on the patient dashboard','792466d4-2eee-4dc7-b934-3fa6dfef9a67','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('FormEntry.enableOnEncounterTab','false','true/false whether or not to show a Enter Form button on the encounters tab of the patient dashboard','5e4abcdd-46ec-4925-b99a-8a55e33cd3e7','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('forms.locked','false','Set to a value of true if you do not want any changes to be made on forms, else set to false.','4a47af93-ec78-49fb-b9d6-07a5ad53d6b3',NULL,NULL,NULL,NULL,NULL,NULL),('graph.color.absolute','rgb(20,20,20)','Color of the \'invalid\' section of numeric graphs on the patient dashboard.','6819ac4b-2dda-4e5c-a822-7583a4988316',NULL,NULL,NULL,NULL,NULL,NULL),('graph.color.critical','rgb(200,0,0)','Color of the \'critical\' section of numeric graphs on the patient dashboard.','322e459a-aed4-4e0f-ae70-9130d1f6156c',NULL,NULL,NULL,NULL,NULL,NULL),('graph.color.normal','rgb(255,126,0)','Color of the \'normal\' section of numeric graphs on the patient dashboard.','792feb98-9434-41d1-a588-d02f0f509397',NULL,NULL,NULL,NULL,NULL,NULL),('gzip.enabled','false','Set to \'true\' to turn on OpenMRS\'s gzip filter, and have the webapp compress data before sending it to any client that supports it. Generally use this if you are running Tomcat standalone. If you are running Tomcat behind Apache, then you\'d want to use Apache to do gzip compression.','9e7bfcbf-3f84-4c13-8f65-4bb460841663','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('hl7_archive.dir','hl7_archives','The default name or absolute path for the folder where to write the hl7_in_archives.','a1a70f16-733f-48ba-9701-82877156ab04',NULL,NULL,NULL,NULL,NULL,NULL),('hl7_processor.ignore_missing_patient_non_local','false','If true, hl7 messages for patients that are not found and are non-local will silently be dropped/ignored','6dddbb11-8980-49b7-b432-a21951ea5d8e','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('htmlwidgets.mandatory','false','true/false whether or not the htmlwidgets module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','d78cef29-f600-45e7-9328-e341f7542634',NULL,NULL,NULL,NULL,NULL,NULL),('htmlwidgets.started','true','DO NOT MODIFY. true/false whether or not the htmlwidgets module has been started. This is used to make sure modules that were running prior to a restart are started again','d39d17b3-3ce7-4f97-b2bd-a1b544a809ae',NULL,NULL,NULL,NULL,NULL,NULL),('idgen-webservices.mandatory','false','true/false whether or not the idgen-webservices module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','671b643a-e4ec-40b9-83ab-68d5cfe1c41c',NULL,NULL,NULL,NULL,NULL,NULL),('idgen-webservices.started','true','DO NOT MODIFY. true/false whether or not the idgen-webservices module has been started. This is used to make sure modules that were running prior to a restart are started again','608946c8-af00-48f1-93d4-f438724cf6b0',NULL,NULL,NULL,NULL,NULL,NULL),('idgen.database_version','2.5.1','DO NOT MODIFY. Current database version number for the idgen module.','705e4713-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('idgen.mandatory','false','true/false whether or not the idgen module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','08413c3e-7d96-4d0f-9e1d-788df2c80e6c',NULL,NULL,NULL,NULL,NULL,NULL),('idgen.started','true','DO NOT MODIFY. true/false whether or not the idgen module has been started. This is used to make sure modules that were running prior to a restart are started again','f37b76d3-33e1-4d85-8f3e-74bb8683067f',NULL,NULL,NULL,NULL,NULL,NULL),('layout.address.format','\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n address1\r\n address2\r\n cityVillage stateProvince country postalCode\r\n latitude longitude\r\n startDate endDate\r\n \r\n ','XML description of address formats','494499c0-23fe-4a9e-b6f0-eeaeb04cf3b2',NULL,NULL,NULL,NULL,NULL,NULL),('layout.name.format','short','Format in which to display the person names. Valid values are short, long','623aad31-3143-422a-9f37-d21c99c6ccd2',NULL,NULL,NULL,NULL,NULL,NULL),('legacyui.mandatory','false','true/false whether or not the legacyui module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','8fd39c14-eb45-468b-a5e5-f207e25ba87c',NULL,NULL,NULL,NULL,NULL,NULL),('legacyui.started','true','DO NOT MODIFY. true/false whether or not the legacyui module has been started. This is used to make sure modules that were running prior to a restart are started again','f2038149-4c27-417b-91b1-5c31ccba4d82',NULL,NULL,NULL,NULL,NULL,NULL),('locale.allowed.list','en, es, fr, it, pt_BR','Comma delimited list of locales allowed for use on system','99f24877-92ff-435c-8429-4a7ae3773f4e',NULL,NULL,NULL,NULL,NULL,NULL),('location.field.style','default','Type of widget to use for location fields','d65fb5b9-20b1-484c-9e1b-7643fbe16d04',NULL,NULL,NULL,NULL,NULL,NULL),('log.layout','%p - %C{1}.%M(%L) |%d{ISO8601}| %m%n','A log layout pattern which is used by the OpenMRS file appender.','67171cd3-108f-4a25-985a-8b0555b5b352',NULL,NULL,NULL,NULL,NULL,NULL),('log.level','org.openmrs.api:warn','Logging levels for log4j.xml. Valid format is class:level,class:level. If class not specified, \'org.openmrs.api\' presumed. Valid levels are trace, debug, info, warn, error or fatal','f69ef4c0-caaa-4945-8755-e7c72ff21632',NULL,NULL,NULL,NULL,NULL,NULL),('log.location',NULL,'A directory where the OpenMRS log file appender is stored. The log file name is \'openmrs.log\'.','2de8aed5-90e0-46b4-be48-2342c984335c',NULL,NULL,NULL,NULL,NULL,NULL),('mail.debug','false','true/false whether to print debugging information during mailing','6150d0e0-a1ca-4808-af69-355e8a625725',NULL,NULL,NULL,NULL,NULL,NULL),('mail.default_content_type','text/plain','Content type to append to the mail messages','4dc73071-3366-4745-9b42-2f6acecf313e',NULL,NULL,NULL,NULL,NULL,NULL),('mail.from','info@openmrs.org','Email address to use as the default from address','3e543dd1-128f-4520-bed4-ab346ac43318',NULL,NULL,NULL,NULL,NULL,NULL),('mail.password','test','Password for the SMTP user (if smtp_auth is enabled)','fb48ea7a-aa17-4f6f-b571-2c45c9d23a1f',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp.starttls.enable','false','Set to true to enable TLS encryption, else set to false','ab1a263e-3c96-4220-9952-409a698f963e',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp_auth','false','true/false whether the smtp host requires authentication','2595a4b7-d351-4138-9e52-d089a97a00a8',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp_host','localhost','SMTP host name','7577eb07-1f87-4508-9842-8aaac8bb100e',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp_port','25','SMTP port','6102da96-2434-47b2-813e-7e1830c011c0',NULL,NULL,NULL,NULL,NULL,NULL),('mail.transport_protocol','smtp','Transport protocol for the messaging engine. Valid values: smtp','b3955b98-691e-4697-a436-c1a7f64c4442',NULL,NULL,NULL,NULL,NULL,NULL),('mail.user','test','Username of the SMTP user (if smtp_auth is enabled)','a8b3fb8f-b424-49dd-9862-fe6930a340e6',NULL,NULL,NULL,NULL,NULL,NULL),('metadatamapping.addLocalMappings',NULL,'Specifies whether the concept mappings to the local dictionary should be created when exporting concepts','317bee27-8e72-4460-a142-667e468a8705',NULL,NULL,NULL,NULL,NULL,NULL),('metadatamapping.mandatory','false','true/false whether or not the metadatamapping module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','6e4f03c7-3f36-481c-8d68-6cda1b5ea632',NULL,NULL,NULL,NULL,NULL,NULL),('metadatamapping.started','true','DO NOT MODIFY. true/false whether or not the metadatamapping module has been started. This is used to make sure modules that were running prior to a restart are started again','809f4bd6-a9c5-449d-aac6-7da021c2559c',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.database_version','1.0','DO NOT MODIFY. Current database version number for the metadatasharing module.','718259e7-b309-4a83-8a49-feb24d3c66da',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.enableOnTheFlyPackages','false','Specifies whether metadata packages can be exported on the fly','7dd8af44-cc61-4fdb-9256-266b39cd2815',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.mandatory','false','true/false whether or not the metadatasharing module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','3a408900-554f-40cb-92b7-9c4dc77d9b96',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.persistIdsForClasses',NULL,'A comma separated list of class package/names that denotes classes to try and persist ids for. Common options: org.openmrs.Concept,org.openmrs.Form,org.openmrs.ConceptDatatype,org.openmrs.ConceptClass,org.openmrs.EncounterType,org.openmrs.IdentifierType,org.openmrs.RelationshipType,org.openmrs.Location','9972a45c-622c-4904-b726-6b5ee00c6af4',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.preferredConceptSourceIds',NULL,'Comma-separated list of concept source Ids for preferred sources, in case an incoming concept \r\nhas duplicate mappings to any of these sources, no confirmation will be required unless its \r\ndatatype or concept class differs from that of the existing concept','cfb18f41-4fd8-49aa-bfb5-f776a9915535',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.started','true','DO NOT MODIFY. true/false whether or not the metadatasharing module has been started. This is used to make sure modules that were running prior to a restart are started again','c58da326-8acf-4c79-b262-bfcdb7af7db7',NULL,NULL,NULL,NULL,NULL,NULL),('metadatasharing.webservicesKey',NULL,'Key to grant access to remote systems to consume module webservices RESTfully','e091e673-2d65-447f-b7bd-87fdc5c64928',NULL,NULL,NULL,NULL,NULL,NULL),('minSearchCharacters','3','Number of characters user must input before searching is started.','1df4fdb6-1857-4f88-aa74-65dc30258ec8',NULL,NULL,NULL,NULL,NULL,NULL),('module_repository_folder','modules','Name of the folder in which to store the modules','fd243812-aa5f-4bda-bd8d-a275e2c5f2e9',NULL,NULL,NULL,NULL,NULL,NULL),('mrs.genders','{\"M\":\"Male\", \"F\":\"Female\",\"O\":\"Other\"}','List of gender and gender codes used across MRS','a110bb9c-f97d-495c-8778-3b5eb02ec441',NULL,NULL,NULL,NULL,NULL,NULL),('newPatientForm.relationships',NULL,'Comma separated list of the RelationshipTypes to show on the new/short patient form. The list is defined like \'3a, 4b, 7a\'. The number is the RelationshipTypeId and the \'a\' vs \'b\' part is which side of the relationship is filled in by the user.','3b5d2bc8-a239-4555-92db-92b6480c9e3d',NULL,NULL,NULL,NULL,NULL,NULL),('new_patient_form.showRelationships','false','true/false whether or not to show the relationship editor on the addPatient.htm screen','4a174a81-91e0-4eca-b1a9-b037cc909dcc','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('obs.complex_obs_dir','complex_obs','Default directory for storing complex obs.','6f431c35-e7f9-4f78-abfd-e650a0226976',NULL,NULL,NULL,NULL,NULL,NULL),('openerpatomfeedclient.mandatory','false','true/false whether or not the openerpatomfeedclient module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','cb5f81d2-6e65-4676-9d49-ef3fd330e09d',NULL,NULL,NULL,NULL,NULL,NULL),('openerpatomfeedclient.started','true','DO NOT MODIFY. true/false whether or not the openerpatomfeedclient module has been started. This is used to make sure modules that were running prior to a restart are started again','89419e15-a14a-43a8-8a04-bbeae95b47f5',NULL,NULL,NULL,NULL,NULL,NULL),('openmrs-atomfeed.mandatory','false','true/false whether or not the openmrs-atomfeed module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','004d8195-163f-4cba-b0d9-459f3f176d0b',NULL,NULL,NULL,NULL,NULL,NULL),('openmrs-atomfeed.started','true','DO NOT MODIFY. true/false whether or not the openmrs-atomfeed module has been started. This is used to make sure modules that were running prior to a restart are started again','092a0a1d-175e-45b1-a899-1affe0e0a579',NULL,NULL,NULL,NULL,NULL,NULL),('order.dosingInstructionsConceptUuid','9d86785e-3f10-11e4-adec-0800271c1b75','Global property pointing to duration units concept set','9d8fbf9e-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('order.drugDispensingUnitsConceptUuid','87a0c56d-3f10-11e4-adec-0800271c1b75','Dose Quantity Units UUID','87a08f0d-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('order.drugDosingUnitsConceptUuid','9d5b708e-3f10-11e4-adec-0800271c1b75','Global property pointing to dosing units concept set','9d6753fa-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('order.drugRoutesConceptUuid','9d697972-3f10-11e4-adec-0800271c1b75','Global property pointing to drug routes concept set','9d718b33-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('order.durationUnitsConceptUuid','9d735b63-3f10-11e4-adec-0800271c1b75','Global property pointing to duration units concept set','9d74f171-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('order.nextOrderNumberSeed','307','The next order number available for assignment','53c00d2f-5406-4646-b6a3-7ff831d85e27',NULL,NULL,NULL,NULL,NULL,NULL),('order.orderNumberGeneratorBeanId',NULL,'Specifies spring bean id of the order generator to use when assigning order numbers','14aeb40c-fede-45d5-be49-ff9a25151791',NULL,NULL,NULL,NULL,NULL,NULL),('order.testSpecimenSourcesConceptUuid',NULL,'Specifies the uuid of the concept set where its members represent the possible test specimen sources','cf99870d-0b08-4314-bae3-98afb7ee5e4e',NULL,NULL,NULL,NULL,NULL,NULL),('patient.defaultPatientIdentifierValidator','org.openmrs.patient.impl.LuhnIdentifierValidator','This property sets the default patient identifier validator. The default validator is only used in a handful of (mostly legacy) instances. For example, it\'s used to generate the isValidCheckDigit calculated column and to append the string \"(default)\" to the name of the default validator on the editPatientIdentifierType form.','ff7883a2-141c-4cf5-bb93-add6da5c91f5',NULL,NULL,NULL,NULL,NULL,NULL),('patient.headerAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that will be shown on the patient dashboard','e2df03d3-43d6-44ba-8ad8-69a0844c4c6f',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierPrefix',NULL,'This property is only used if patient.identifierRegex is empty. The string here is prepended to the sql indentifier search string. The sql becomes \"... where identifier like \'\';\". Typically this value is either a percent sign (%) or empty.','2738bc71-791c-421e-afcd-10c9fdf0f205',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierRegex',NULL,'WARNING: Using this search property can cause a drop in mysql performance with large patient sets. A MySQL regular expression for the patient identifier search strings. The @SEARCH@ string is replaced at runtime with the user\'s search string. An empty regex will cause a simply \'like\' sql search to be used. Example: ^0*@SEARCH@([A-Z]+-[0-9])?$','e72ad4ef-6e39-4ff8-b8ce-9c90719e503e',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierSearchPattern',NULL,'If this is empty, the regex or suffix/prefix search is used. Comma separated list of identifiers to check. Allows for faster searching of multiple options rather than the slow regex. e.g. @SEARCH@,0@SEARCH@,@SEARCH-1@-@CHECKDIGIT@,0@SEARCH-1@-@CHECKDIGIT@ would turn a request for \"4127\" into a search for \"in (\'4127\',\'04127\',\'412-7\',\'0412-7\')\"','b88cfbac-213f-4560-bca7-b6a2ccec59d2',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierSuffix',NULL,'This property is only used if patient.identifierRegex is empty. The string here is prepended to the sql indentifier search string. The sql becomes \"... where identifier like \'\';\". Typically this value is either a percent sign (%) or empty.','ebfb82ef-43c9-41e1-a5a0-621a9aa0c516',NULL,NULL,NULL,NULL,NULL,NULL),('patient.listingAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that should be displayed for patients in _lists_','2af95a77-0e73-4382-8269-800c740ba167',NULL,NULL,NULL,NULL,NULL,NULL),('patient.nameValidationRegex','^[a-zA-Z \\-]+$','Names of the patients must pass this regex. Eg : ^[a-zA-Z \\-]+$ contains only english alphabet letters, spaces, and hyphens. A value of .* or the empty string means no validation is done.','4315a7c2-24a2-4d4a-b776-95ed983ff978',NULL,NULL,NULL,NULL,NULL,NULL),('patient.viewingAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that should be displayed for patients when _viewing individually_','0fb974b6-07b9-4bd1-b823-e20637113c72',NULL,NULL,NULL,NULL,NULL,NULL),('PatientIdentifierType.locked','false','Set to a value of true if you do not want allow editing patient identifier types, else set to false.','7b223852-4f8b-40fd-8596-a0be16c2eddc',NULL,NULL,NULL,NULL,NULL,NULL),('patientIdentifierTypes.locked','false','Set to a value of true if you do not want allow editing patient identifier types, else set to false.','2473dc4a-c854-4126-bc89-da9898176900',NULL,NULL,NULL,NULL,NULL,NULL),('patientSearch.matchMode','START','Specifies how patient names are matched while searching patient. Valid values are \'ANYWHERE\' or \'START\'. Defaults to start if missing or invalid value is present.','a4f4ce84-59b3-422c-9a4f-cbf7e27c185e',NULL,NULL,NULL,NULL,NULL,NULL),('patient_identifier.importantTypes',NULL,'A comma delimited list of PatientIdentifier names : PatientIdentifier locations that will be displayed on the patient dashboard. E.g.: TRACnet ID:Rwanda,ELDID:Kenya','82c42f90-b68f-4ff3-96f0-6955f43959e4',NULL,NULL,NULL,NULL,NULL,NULL),('person.attributeSearchMatchMode','EXACT','Specifies how person attributes are matched while searching person. Valid values are \'ANYWHERE\' or \'EXACT\'. Defaults to exact if missing or invalid value is present.','850c97ed-9548-437c-a326-a7d63df4bdf7',NULL,NULL,NULL,NULL,NULL,NULL),('person.searchMaxResults','1000','The maximum number of results returned by patient searches','526b5e22-6e8f-4970-babc-af61872fdb09',NULL,NULL,NULL,NULL,NULL,NULL),('PersonAttributeType.locked','false','Set to a value of true if you do not want allow editing person attribute types, else set to false.','dbc7dadc-3e67-4186-97e5-d8b0ce544505',NULL,NULL,NULL,NULL,NULL,NULL),('personAttributeTypes.locked','false','Set to a value of true if you do not want allow editing person attribute types, else set to false.','37d9d6cb-d67e-4526-b1cb-99fc43f1a0d1',NULL,NULL,NULL,NULL,NULL,NULL),('provider.unknownProviderUuid','f9badd80-ab76-11e2-9e96-0800200c9a66','Specifies the uuid of the Unknown Provider account','c26954b7-cb13-4648-b52d-e2c31a397144',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.addressWidget','personAddress','Address widget to use throughout the module','a68ee612-26a9-4ebf-b7c2-af3496a261af',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.advancedSearchPersonAttributeType',NULL,'Person attribute type, specified by uuid, to use as a search field on the advanced search page','bd6a2252-91f3-46ac-a135-b87dd765027d',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.database_version','1.0','DO NOT MODIFY. Current database version number for the providermanagement module.','73015f7a-cd7b-4f64-b43c-658991908588',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.historicalPatientListDisplayFields','Identifier:patient.patientIdentifier.identifier|Given Name:patient.personName.givenName|Family Name:patient.personName.familyName|Age:patient.age|Gender:patient.gender|Start Date:relationship.startDate|End Date:relationship.endDate','Fields to display in the historical patient lists; specified as a pipe-delimited list of label/field pairs','ea29efe5-b5e3-47e4-ba16-122f47cd283d',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.historicalProviderListDisplayFields','Identifier:provider.identifier|Given Name:provider.person.personName.givenName|Family Name:provider.person.personName.familyName|Role:provider.providerRole|Gender:provider.person.gender|Start Date:relationship.startDate|End Date:relationship.endDate','Fields to display in the historical provider lists; specified as a pipe-delimited list of label/field pairs','9a478125-6f2c-40cd-8620-a8674b23a9b8',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.mandatory','false','true/false whether or not the providermanagement module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','2e1501f0-23e1-4d96-9376-56bf4da947b0',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.patientListDisplayFields','Identifier:patient.patientIdentifier.identifier|Given Name:patient.personName.givenName|Family Name:patient.personName.familyName|Age:patient.age|Gender:patient.gender|Start Date:relationship.startDate','Fields to display in the patient lists; specified as a pipe-delimited list of label/field pairs','4e0dcf7f-f737-4638-a939-a9986eb51333',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.patientSearchDisplayFields','Identifier:patient.patientIdentifier.identifier|Given Name:patient.personName.givenName|Family Name:patient.personName.familyName|Age:patient.age|Gender:patient.gender','Fields to display in the patient search results; specified as a pipe-delimited list of label/field pairs','e0df3e10-4951-4656-bab2-c703c00a3ac8',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.personAttributeTypes',NULL,'Person attributes to display on the provider dashboard; specified as a pipe-delimited list of person attribute type uuids','47ba7340-88b0-4784-a305-0a935f53d96d',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.personSearchDisplayFields','Given Name:person.personName.givenName|Family Name:person.personName.familyName|Age:person.age|Gender:person.gender','Fields to display in the person search results; specified as a pipe-delimited list of label/field pairs','b82e330e-90e9-4356-899d-992686d92543',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.providerListDisplayFields','Identifier:provider.identifier|Given Name:provider.person.personName.givenName|Family Name:provider.person.personName.familyName|Role:provider.providerRole|Gender:provider.person.gender|Start Date:relationship.startDate','Fields to display in the provider lists; specified as a pipe-delimited list of label/field pairs','354791e4-5abd-4421-a6f1-6f23b7b1ae8e',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.providerSearchDisplayFields','Identifier:provider.identifier|Given Name:provider.person.personName.givenName|Family Name:provider.person.personName.familyName|Role:provider.providerRole|Gender:provider.person.gender','Fields to display in the provider search results; specified as a pipe-delimited list of label/field pairs','9b935508-8746-45f4-b491-aa783adb7752',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.restrictSearchToProvidersWithProviderRoles','false','True/false whether to restrict providers to those with roles','35404dc4-8961-4c7d-a0b2-c4850f7224e8',NULL,NULL,NULL,NULL,NULL,NULL),('providermanagement.started','true','DO NOT MODIFY. true/false whether or not the providermanagement module has been started. This is used to make sure modules that were running prior to a restart are started again','46d981db-dc99-4933-ab15-cf832bb0fab3',NULL,NULL,NULL,NULL,NULL,NULL),('providerSearch.matchMode','EXACT','Specifies how provider identifiers are matched while searching for providers. Valid values are START,EXACT, END or ANYWHERE','a11c129b-c2dc-4146-95aa-32fde8d6bb97',NULL,NULL,NULL,NULL,NULL,NULL),('reference-data.mandatory','false','true/false whether or not the reference-data module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','b0741544-4e92-47ef-a2c6-68c22c6ce57e',NULL,NULL,NULL,NULL,NULL,NULL),('reference-data.started','true','DO NOT MODIFY. true/false whether or not the reference-data module has been started. This is used to make sure modules that were running prior to a restart are started again','573bc7a3-9e4a-4d20-a0e2-6f051933c860',NULL,NULL,NULL,NULL,NULL,NULL),('report.deleteReportsAgeInHours','72','Reports that are not explicitly saved are deleted automatically when they are this many hours old. (Values less than or equal to zero means do not delete automatically)','e7116b5c-adb9-46a0-ae6f-4d990b10d508',NULL,NULL,NULL,NULL,NULL,NULL),('report.xmlMacros',NULL,'Macros that will be applied to Report Schema XMLs when they are interpreted. This should be java.util.properties format.','85d33560-e355-4cf2-b81f-1c6c94e84f62',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.dataEvaluationBatchSize','-1','This determines whether to run evaluators for Data in batches and what the size of those batches should be.\r\nA value of less than or equal to 0 indicates that no batching is desired.','7204b3c4-92d9-4445-acb9-be5509fa292b',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.defaultDateFormat','dd/MMM/yyyy','Default date format to use when formatting report data','20e968af-8c02-4c72-979a-6e0cf6ee20bd',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.defaultLocale','en','Default locale to use when formatting report data','f929c2b7-b812-4384-b8e9-03c8425ad35b',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.evaluationLoggerEnabled','false','If false, will disable the built in use of the evaluation logger to log evaluation information for performance diagnostics','981c91de-dbec-4c29-99b5-7f706983d40b',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.includeDataExportsAsDataSetDefinitions','false','If reportingcompatibility is installed, this indicates whether data exports should be exposed as Dataset Definitions','76778228-86cd-4192-9f30-361f698051e6',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.mandatory','false','true/false whether or not the reporting module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','9b538a20-228c-4ba2-b73e-9e01d84bcdce',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.maxCachedReports','10','The maximum number of reports whose underlying data and output should be kept in the cache at any one time','f1c19677-88e3-474a-9ae5-59261381bff5',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.maxReportsToRun','1','The maximum number of reports that should be processed at any one time','2ee2fb45-e5bc-4ec3-81e0-05eaea563370',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.preferredIdentifierTypes',NULL,'Pipe-separated list of patient identifier type names, which should be displayed on default patient datasets','96c7caf0-232e-4147-81c6-de66e5a5cfb4',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.runReportCohortFilterMode','showIfNull','Supports the values hide,showIfNull,show which determine whether the cohort selector should be available in the run report page','d0eeb046-bc6c-4a97-ae7b-97e13d32400d',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.started','true','DO NOT MODIFY. true/false whether or not the reporting module has been started. This is used to make sure modules that were running prior to a restart are started again','546ae5ff-473d-4b92-bebc-67a7294ab437',NULL,NULL,NULL,NULL,NULL,NULL),('reporting.testPatientsCohortDefinition',NULL,'Points to a cohort definition representing all test/fake patients that you want to exclude from all queries and reports. You may set this to the UUID of a saved cohort definition, or to \"library:keyInADefinitionLibrary\"','d7d07f99-a994-43d6-b74c-24bf07d1da0b',NULL,NULL,NULL,NULL,NULL,NULL),('reportProblem.url','http://errors.openmrs.org/scrap','The openmrs url where to submit bug reports','1ccf2dc4-b32c-41fd-8d2e-0dc01a884359',NULL,NULL,NULL,NULL,NULL,NULL),('rulesengine.mandatory','false','true/false whether or not the rulesengine module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','62a4ab9c-52ac-4513-9841-a9613dddd461',NULL,NULL,NULL,NULL,NULL,NULL),('rulesengine.started','true','DO NOT MODIFY. true/false whether or not the rulesengine module has been started. This is used to make sure modules that were running prior to a restart are started again','6b82428f-8e5a-434a-a39d-3a421f89dae2',NULL,NULL,NULL,NULL,NULL,NULL),('scheduler.password','test','Password for the OpenMRS user that will perform the scheduler activities','4f075c92-a447-4c89-b058-230ec8a738c5',NULL,NULL,NULL,NULL,NULL,NULL),('scheduler.username','admin','Username for the OpenMRS user that will perform the scheduler activities','ffded5ea-4625-4545-9efa-ea78a50445ca',NULL,NULL,NULL,NULL,NULL,NULL),('SchedulerMarksComplete','false','Scheduler marks checked in appointments as complete when it turned on','5d087bed-9659-4038-8790-9a85e187f55f',NULL,NULL,NULL,NULL,NULL,NULL),('SchedulerMarksMissed','false','Scheduler marks scheduled appointments as missed when it is turned on','5c1e1a5c-4c08-4987-aa9d-8ab6d59f5778',NULL,NULL,NULL,NULL,NULL,NULL),('search.caseSensitiveDatabaseStringComparison','true','Indicates whether database string comparison is case sensitive or not. Setting this to false for MySQL with a case insensitive collation improves search performance.','ac4c736a-9bcd-4cb5-b992-9f00115bd347',NULL,NULL,NULL,NULL,NULL,NULL),('search.indexVersion','7','Indicates the index version. If it is blank, the index needs to be rebuilt.','81bfa679-5f2c-4c12-a8fc-5345f09dcd93',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.batchSize','200','The maximum number of search results that are returned by an ajax call','b3b4c64b-9cfe-48d1-8bf0-1949f1695815',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.dateDisplayFormat',NULL,'Date display format to be used to display the date somewhere in the UI i.e the search widgets and autocompletes','e6b2842f-07bb-4f73-9ffe-ab9511738ebc',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.maximumResults','2000','Specifies the maximum number of results to return from a single search in the search widgets','adae79fc-9fde-4fbb-8265-dbc804ca9465',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.runInSerialMode','false','Specifies whether the search widgets should make ajax requests in serial or parallel order, a value of true is appropriate for implementations running on a slow network connection and vice versa','05ceff5c-3681-4fbd-b803-3f0985135cc2','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('searchWidget.searchDelayInterval','400','Specifies time interval in milliseconds when searching, between keyboard keyup event and triggering the search off, should be higher if most users are slow when typing so as to minimise the load on the server','6f1b982e-e920-44d8-a195-f6ca2f9dca38',NULL,NULL,NULL,NULL,NULL,NULL),('security.allowedFailedLoginsBeforeLockout','7','Maximum number of failed logins allowed after which username is locked out','ad937514-59a9-444e-b23e-2961e047c2c8',NULL,NULL,NULL,NULL,NULL,NULL),('security.passwordCannotMatchUsername','true','Configure whether passwords must not match user\'s username or system id','243a0045-1dd8-4412-8443-b186a0b36354','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('security.passwordCustomRegex',NULL,'Configure a custom regular expression that a password must match','8e142d81-dfc7-4874-9e5e-f11e107c029e',NULL,NULL,NULL,NULL,NULL,NULL),('security.passwordMinimumLength','8','Configure the minimum length required of all passwords','1e33de83-dd54-4e11-8aea-045e5dc269a1',NULL,NULL,NULL,NULL,NULL,NULL),('security.passwordRequiresDigit','true','Configure whether passwords must contain at least one digit','e1b047c7-f4d5-4f5d-8eae-96e58db43bce','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('security.passwordRequiresNonDigit','true','Configure whether passwords must contain at least one non-digit','ea31d9d1-6544-4edb-b19b-4cf525cc0238','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('security.passwordRequiresUpperAndLowerCase','true','Configure whether passwords must contain both upper and lower case characters','961cc724-b9b9-4ef6-bd26-0b7c0c9f6ab0','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('serialization.xstream.mandatory','false','true/false whether or not the serialization.xstream module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','4d3029c6-6218-4ecb-a7dd-100226ad8252',NULL,NULL,NULL,NULL,NULL,NULL),('serialization.xstream.started','true','DO NOT MODIFY. true/false whether or not the serialization.xstream module has been started. This is used to make sure modules that were running prior to a restart are started again','6d0e98f1-cff1-4644-a6c3-8d243f614fd2',NULL,NULL,NULL,NULL,NULL,NULL),('uicommons.mandatory','false','true/false whether or not the uicommons module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','9c883c63-50f9-4d2b-9cfe-48b3237168d2',NULL,NULL,NULL,NULL,NULL,NULL),('uicommons.started','true','DO NOT MODIFY. true/false whether or not the uicommons module has been started. This is used to make sure modules that were running prior to a restart are started again','5e035208-3f7f-46a8-a4a8-f370b12c2741',NULL,NULL,NULL,NULL,NULL,NULL),('uiframework.formatter.dateAndTimeFormat','dd.MMM.yyyy, HH:mm:ss','Format used by UiUtils.format for dates that have a time component','98a3c5ca-c0cd-4249-ac9a-ec58b98c0897',NULL,NULL,NULL,NULL,NULL,NULL),('uiframework.formatter.dateFormat','dd.MMM.yyyy','Format used by UiUtils.format for dates that do not have a time component','6f429d40-972f-4d28-8d32-6952d3374d0a',NULL,NULL,NULL,NULL,NULL,NULL),('uiframework.mandatory','false','true/false whether or not the uiframework module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','3fba7fce-33fd-4748-a9f4-b33f8b61bdcc',NULL,NULL,NULL,NULL,NULL,NULL),('uiframework.started','true','DO NOT MODIFY. true/false whether or not the uiframework module has been started. This is used to make sure modules that were running prior to a restart are started again','f0929aa0-cb0a-4e1b-b20e-3c57d22b5734',NULL,NULL,NULL,NULL,NULL,NULL),('uilibrary.mandatory','false','true/false whether or not the uilibrary module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','1098fb91-8d76-4c58-8919-939b06fc25cc',NULL,NULL,NULL,NULL,NULL,NULL),('uilibrary.started','true','DO NOT MODIFY. true/false whether or not the uilibrary module has been started. This is used to make sure modules that were running prior to a restart are started again','71a95588-ce7a-44c4-be40-eeb96fe059ba',NULL,NULL,NULL,NULL,NULL,NULL),('uploaded.files.directory','/home/bahmni/uploaded-files/mrs/','Directory where files uploaded to Bahmni are stored','bb33d8bc-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL),('user.headerAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that will be shown on the user dashboard. (not used in v1.5)','5bca62d2-c71d-4187-ad42-87f744bdcc2d',NULL,NULL,NULL,NULL,NULL,NULL),('user.listingAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that should be displayed for users in _lists_','b433af18-c843-4e68-bbb4-decb99c97784',NULL,NULL,NULL,NULL,NULL,NULL),('user.requireEmailAsUsername','false','Indicates whether a username must be a valid e-mail or not.','bf0d3012-c9f7-4012-b7d1-2aa793dea966','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('user.viewingAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that should be displayed for users when _viewing individually_','2bdc0621-bd24-4873-8edf-be31d4fdd673',NULL,NULL,NULL,NULL,NULL,NULL),('use_patient_attribute.healthCenter','false','Indicates whether or not the \'health center\' attribute is shown when viewing/searching for patients','ca1419ea-b351-4767-8e95-6d6cf9b9d3f2','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('use_patient_attribute.mothersName','false','Indicates whether or not mother\'s name is able to be added/viewed for a patient','4a024c74-6003-41f9-801a-752bb30d2ef9','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('validation.disable','false','Disables validation of OpenMRS Objects. Only takes affect on next restart. Warning: only do this is you know what you are doing!','27c3226c-b88e-4329-8027-0d8b1ae5128c',NULL,NULL,NULL,NULL,NULL,NULL),('visits.allowOverlappingVisits','true','true/false whether or not to allow visits of a given patient to overlap','de638cfe-bd4c-46e8-9609-970766f3dde9','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('visits.assignmentHandler','org.openmrs.module.emrapi.adt.EmrApiVisitAssignmentHandler','Set to the name of the class responsible for assigning encounters to visits.','71f5f74d-2b4a-47df-9c81-a0b8bc27e630',NULL,NULL,NULL,NULL,NULL,NULL),('visits.autoCloseVisitType',NULL,'comma-separated list of the visit type(s) to automatically close','eb6f071e-3c12-4dc5-ad0c-953c0e5d2021',NULL,NULL,NULL,NULL,NULL,NULL),('visits.enabled','true','Set to true to enable the Visits feature. This will replace the \'Encounters\' tab with a \'Visits\' tab on the dashboard.','1f1b13f9-2def-44c1-844b-708ca04e9fe7','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('visits.encounterTypeToVisitTypeMapping',NULL,'Specifies how encounter types are mapped to visit types when automatically assigning encounters to visits. e.g 1:1, 2:1, 3:2 in the format encounterTypeId:visitTypeId or encounterTypeUuid:visitTypeUuid or a combination of encounter/visit type uuids and ids e.g 1:759799ab-c9a5-435e-b671-77773ada74e4','50722a0e-6e2a-4742-81d9-74345d56e04d',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.allowedips',NULL,'A comma-separate list of IP addresses that are allowed to access the web services. An empty string allows everyone to access all ws. \r\n IPs can be declared with bit masks e.g. 10.0.0.0/30 matches 10.0.0.0 - 10.0.0.3 and 10.0.0.0/24 matches 10.0.0.0 - 10.0.0.255.','55e8bfdd-0d74-4109-a5bc-ae88a1f01603',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.mandatory','false','true/false whether or not the webservices.rest module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','c32a4641-f635-46a3-b78c-bdb85d04cf21',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.maxResultsAbsolute','1000','The absolute max results limit. If the client requests a larger number of results, then will get an error','eb8dbd29-b1ac-4c03-b435-2db89179ae2a',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.maxResultsDefault','50','The default max results limit if the user does not provide a maximum when making the web service call.','0c292473-777e-4aa3-b8ae-ab9e29e7a892',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.quietDocs','true','If the value of this setting is \"true\", then nothing is logged while the Swagger specification is being generated.','85b77fd1-5461-41ee-b1e9-d4b1c5785d50',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.started','true','DO NOT MODIFY. true/false whether or not the webservices.rest module has been started. This is used to make sure modules that were running prior to a restart are started again','49fe025a-f8ed-460d-8c5c-9bcf942840ef',NULL,NULL,NULL,NULL,NULL,NULL),('webservices.rest.uriPrefix',NULL,'The URI prefix through which clients consuming web services will connect to the web application, should be of the form http://{ipAddress}:{port}/{contextPath}','2e29060d-5faf-4011-8b63-b337e1e6aae3',NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `global_property` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `hl7_in_archive` +-- + +DROP TABLE IF EXISTS `hl7_in_archive`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `hl7_in_archive` ( + `hl7_in_archive_id` int(11) NOT NULL AUTO_INCREMENT, + `hl7_source` int(11) NOT NULL DEFAULT '0', + `hl7_source_key` varchar(255) DEFAULT NULL, + `hl7_data` text NOT NULL, + `date_created` datetime NOT NULL, + `message_state` int(11) DEFAULT '2', + `uuid` char(38) NOT NULL, + PRIMARY KEY (`hl7_in_archive_id`), + UNIQUE KEY `hl7_in_archive_uuid_index` (`uuid`), + KEY `hl7_in_archive_message_state_idx` (`message_state`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `hl7_in_archive` +-- + +LOCK TABLES `hl7_in_archive` WRITE; +/*!40000 ALTER TABLE `hl7_in_archive` DISABLE KEYS */; +/*!40000 ALTER TABLE `hl7_in_archive` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `hl7_in_error` +-- + +DROP TABLE IF EXISTS `hl7_in_error`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `hl7_in_error` ( + `hl7_in_error_id` int(11) NOT NULL AUTO_INCREMENT, + `hl7_source` int(11) NOT NULL DEFAULT '0', + `hl7_source_key` text, + `hl7_data` text NOT NULL, + `error` varchar(255) NOT NULL DEFAULT '', + `error_details` mediumtext, + `date_created` datetime NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`hl7_in_error_id`), + UNIQUE KEY `hl7_in_error_uuid_index` (`uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `hl7_in_error` +-- + +LOCK TABLES `hl7_in_error` WRITE; +/*!40000 ALTER TABLE `hl7_in_error` DISABLE KEYS */; +/*!40000 ALTER TABLE `hl7_in_error` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `hl7_in_queue` +-- + +DROP TABLE IF EXISTS `hl7_in_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `hl7_in_queue` ( + `hl7_in_queue_id` int(11) NOT NULL AUTO_INCREMENT, + `hl7_source` int(11) NOT NULL DEFAULT '0', + `hl7_source_key` text, + `hl7_data` text NOT NULL, + `message_state` int(11) NOT NULL DEFAULT '0', + `date_processed` datetime DEFAULT NULL, + `error_msg` text, + `date_created` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`hl7_in_queue_id`), + UNIQUE KEY `hl7_in_queue_uuid_index` (`uuid`), + KEY `hl7_source_with_queue` (`hl7_source`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `hl7_in_queue` +-- + +LOCK TABLES `hl7_in_queue` WRITE; +/*!40000 ALTER TABLE `hl7_in_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `hl7_in_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `hl7_source` +-- + +DROP TABLE IF EXISTS `hl7_source`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `hl7_source` ( + `hl7_source_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `description` text, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`hl7_source_id`), + UNIQUE KEY `hl7_source_uuid_index` (`uuid`), + KEY `user_who_created_hl7_source` (`creator`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `hl7_source` +-- + +LOCK TABLES `hl7_source` WRITE; +/*!40000 ALTER TABLE `hl7_source` DISABLE KEYS */; +INSERT INTO `hl7_source` VALUES (1,'LOCAL','',1,'2006-09-01 00:00:00','8d6b8bb6-c2cc-11de-8d13-0010c6dffd0f'); +/*!40000 ALTER TABLE `hl7_source` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `htmlformentry_html_form` +-- + +DROP TABLE IF EXISTS `htmlformentry_html_form`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `htmlformentry_html_form` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `form_id` int(11) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `xml_data` mediumtext NOT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL DEFAULT '0002-11-30 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `uuid` char(38) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `htmlformentry_html_form_uuid_index` (`uuid`), + KEY `User who created htmlformentry_htmlform` (`creator`), + KEY `Form with which this htmlform is related` (`form_id`), + KEY `User who changed htmlformentry_htmlform` (`changed_by`), + KEY `user_who_retired_html_form` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `htmlformentry_html_form` +-- + +LOCK TABLES `htmlformentry_html_form` WRITE; +/*!40000 ALTER TABLE `htmlformentry_html_form` DISABLE KEYS */; +/*!40000 ALTER TABLE `htmlformentry_html_form` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_auto_generation_option` +-- + +DROP TABLE IF EXISTS `idgen_auto_generation_option`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_auto_generation_option` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `identifier_type` int(11) NOT NULL, + `source` int(11) NOT NULL, + `manual_entry_enabled` tinyint(1) NOT NULL DEFAULT '1', + `automatic_generation_enabled` tinyint(1) NOT NULL DEFAULT '1', + `location` int(11) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `source for idgen_auto_generation_option` (`source`), + KEY `location_for_auto_generation_option` (`location`), + KEY `identifier_type for idgen_auto_generation_option` (`identifier_type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_auto_generation_option` +-- + +LOCK TABLES `idgen_auto_generation_option` WRITE; +/*!40000 ALTER TABLE `idgen_auto_generation_option` DISABLE KEYS */; +/*!40000 ALTER TABLE `idgen_auto_generation_option` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_id_pool` +-- + +DROP TABLE IF EXISTS `idgen_id_pool`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_id_pool` ( + `id` int(11) NOT NULL, + `source` int(11) DEFAULT NULL, + `batch_size` int(11) DEFAULT NULL, + `min_pool_size` int(11) DEFAULT NULL, + `sequential` tinyint(1) NOT NULL DEFAULT '0', + `refill_with_scheduled_task` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `source for idgen_id_pool` (`source`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_id_pool` +-- + +LOCK TABLES `idgen_id_pool` WRITE; +/*!40000 ALTER TABLE `idgen_id_pool` DISABLE KEYS */; +/*!40000 ALTER TABLE `idgen_id_pool` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_identifier_source` +-- + +DROP TABLE IF EXISTS `idgen_identifier_source`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_identifier_source` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `identifier_type` int(11) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `id for idgen_identifier_source` (`id`), + KEY `identifier_type for idgen_identifier_source` (`identifier_type`), + KEY `creator for idgen_identifier_source` (`creator`), + KEY `changed_by for idgen_identifier_source` (`changed_by`), + KEY `retired_by for idgen_identifier_source` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_identifier_source` +-- + +LOCK TABLES `idgen_identifier_source` WRITE; +/*!40000 ALTER TABLE `idgen_identifier_source` DISABLE KEYS */; +INSERT INTO `idgen_identifier_source` VALUES (1,'c1d8a345-3f10-11e4-adec-0800271c1b75','GAN','ID sequence source for patients whose primary health center is Ganiyari',3,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(2,'c1d90956-3f10-11e4-adec-0800271c1b75','SEM','ID sequence source for patients whose primary health center is Semariya',3,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(3,'c1dbd8bd-3f10-11e4-adec-0800271c1b75','SIV','ID sequence source for patients whose primary health center is Shivtarai',3,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(4,'c1e39ece-3f10-11e4-adec-0800271c1b75','BAM','ID sequence source for patients whose primary health center is Bahmini',3,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(5,'a1a7e96e-83b3-4c1c-b0c6-f24710e62a97','National ID','',4,4,'2016-11-10 12:04:55',NULL,NULL,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `idgen_identifier_source` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_log_entry` +-- + +DROP TABLE IF EXISTS `idgen_log_entry`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_log_entry` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `source` int(11) NOT NULL, + `identifier` varchar(50) NOT NULL, + `date_generated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `generated_by` int(11) NOT NULL, + `comment` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `id for idgen_log` (`id`), + KEY `source for idgen_log` (`source`), + KEY `generated_by for idgen_log` (`generated_by`) +) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_log_entry` +-- + +LOCK TABLES `idgen_log_entry` WRITE; +/*!40000 ALTER TABLE `idgen_log_entry` DISABLE KEYS */; +INSERT INTO `idgen_log_entry` VALUES (1,1,'GAN200000','2014-09-29 11:44:02',4,NULL),(2,1,'GAN200001','2014-10-01 15:24:58',4,NULL),(3,1,'GAN200002','2014-10-01 15:36:02',4,NULL),(4,1,'GAN200003','2014-12-24 16:50:51',4,NULL),(5,1,'GAN200004','2014-12-24 16:54:04',4,NULL),(6,1,'GAN200005','2014-12-24 16:55:17',4,NULL),(7,1,'GAN200006','2014-12-24 16:58:12',4,NULL),(8,1,'GAN200007','2014-12-24 17:01:17',4,NULL),(9,1,'GAN200008','2014-12-24 17:03:44',4,NULL),(10,1,'GAN200009','2014-12-24 17:44:26',4,NULL),(11,1,'GAN200010','2015-01-05 15:54:45',4,NULL),(12,1,'GAN200011','2015-01-05 15:55:38',4,NULL),(13,1,'GAN200012','2015-01-05 15:56:14',4,NULL),(14,1,'GAN200013','2015-01-15 14:39:28',4,NULL),(15,1,'GAN200014','2015-02-19 11:34:21',4,NULL),(16,1,'GAN200015','2015-02-20 15:42:40',7,NULL),(17,1,'GAN200016','2015-02-25 14:08:00',4,NULL),(18,1,'GAN200017','2015-03-09 16:05:35',4,NULL),(19,1,'GAN200018','2015-03-25 17:28:41',4,NULL),(20,1,'GAN200019','2015-03-31 17:28:44',4,NULL),(21,1,'GAN200020','2015-04-21 12:06:16',4,NULL),(22,1,'GAN200021','2015-04-21 12:12:57',4,NULL),(23,1,'GAN200022','2015-04-21 12:19:27',4,NULL),(24,1,'GAN200023','2015-04-21 12:22:45',4,NULL),(25,1,'GAN200024','2015-04-21 12:32:13',4,NULL),(26,1,'GAN200025','2015-04-21 15:59:38',4,NULL),(27,1,'GAN200026','2015-04-21 17:09:03',4,NULL),(28,1,'GAN200027','2015-04-24 14:30:11',4,NULL),(29,1,'GAN200028','2015-04-24 14:34:45',4,NULL),(30,1,'GAN200029','2015-04-24 14:53:14',4,NULL),(31,1,'GAN200030','2015-04-24 14:55:22',4,NULL),(32,1,'GAN200031','2015-05-04 13:51:00',4,NULL),(33,1,'GAN200032','2015-05-04 16:14:50',1,NULL),(34,1,'GAN200033','2015-05-04 16:55:54',1,NULL),(35,1,'GAN200034','2015-05-07 12:06:26',4,NULL),(36,1,'GAN200035','2015-05-07 14:20:02',4,NULL),(37,1,'GAN200036','2015-05-07 15:47:35',4,NULL),(38,1,'GAN200037','2015-05-23 00:23:08',4,NULL),(39,1,'GAN200038','2015-05-24 16:20:34',4,NULL),(40,1,'GAN200039','2015-05-26 11:53:10',1,NULL),(41,1,'GAN200040','2015-05-26 11:53:17',1,NULL),(42,1,'GAN200041','2015-05-26 11:54:03',1,NULL),(43,1,'GAN200042','2015-05-26 11:54:09',1,NULL),(44,1,'GAN200043','2015-05-26 11:58:06',1,NULL),(45,1,'GAN200044','2015-05-26 11:58:32',1,NULL),(46,1,'GAN200045','2015-05-26 11:59:13',1,NULL),(47,1,'GAN200046','2015-05-26 11:59:14',1,NULL),(48,1,'GAN200047','2015-05-26 11:59:15',1,NULL),(49,1,'GAN200048','2015-05-26 11:59:16',1,NULL),(50,1,'GAN200049','2015-05-26 11:59:16',1,NULL),(51,1,'GAN200050','2015-05-26 11:59:47',1,NULL),(52,1,'GAN200051','2015-05-26 12:03:44',1,NULL),(53,1,'GAN200052','2015-05-27 12:10:27',4,NULL),(54,1,'GAN200053','2015-06-12 14:11:04',1,NULL),(55,1,'GAN200061','2015-10-17 17:45:20',4,NULL),(56,1,'GAN200062','2016-06-22 17:52:34',4,''),(57,1,'GAN203001','2016-09-15 14:36:51',4,''),(58,5,'NAT2800','2017-01-04 13:32:19',4,''),(59,1,'GAN203002','2017-01-04 13:32:19',4,''),(60,5,'NAT2801','2017-01-04 14:29:38',4,''),(61,1,'GAN203003','2017-01-04 14:29:38',4,''),(62,5,'NAT2802','2017-04-12 10:02:49',4,''),(63,1,'GAN203004','2017-04-12 10:02:49',4,''),(64,5,'NAT2803','2017-04-12 11:02:10',1,''),(65,1,'GAN203005','2017-04-12 11:02:10',1,''); +/*!40000 ALTER TABLE `idgen_log_entry` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_pooled_identifier` +-- + +DROP TABLE IF EXISTS `idgen_pooled_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_pooled_identifier` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `pool_id` int(11) NOT NULL, + `identifier` varchar(50) NOT NULL, + `date_used` datetime DEFAULT NULL, + `comment` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `pool_id for idgen_pooled_identifier` (`pool_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_pooled_identifier` +-- + +LOCK TABLES `idgen_pooled_identifier` WRITE; +/*!40000 ALTER TABLE `idgen_pooled_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `idgen_pooled_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_remote_source` +-- + +DROP TABLE IF EXISTS `idgen_remote_source`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_remote_source` ( + `id` int(11) NOT NULL, + `url` varchar(255) NOT NULL, + `user` varchar(50) DEFAULT NULL, + `password` varchar(20) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_remote_source` +-- + +LOCK TABLES `idgen_remote_source` WRITE; +/*!40000 ALTER TABLE `idgen_remote_source` DISABLE KEYS */; +/*!40000 ALTER TABLE `idgen_remote_source` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_reserved_identifier` +-- + +DROP TABLE IF EXISTS `idgen_reserved_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_reserved_identifier` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `source` int(11) NOT NULL, + `identifier` varchar(50) NOT NULL, + PRIMARY KEY (`id`), + KEY `id for idgen_reserved_identifier` (`id`), + KEY `source for idgen_reserved_identifier` (`source`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_reserved_identifier` +-- + +LOCK TABLES `idgen_reserved_identifier` WRITE; +/*!40000 ALTER TABLE `idgen_reserved_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `idgen_reserved_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `idgen_seq_id_gen` +-- + +DROP TABLE IF EXISTS `idgen_seq_id_gen`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `idgen_seq_id_gen` ( + `id` int(11) NOT NULL, + `next_sequence_value` int(11) NOT NULL DEFAULT '-1', + `base_character_set` varchar(255) NOT NULL, + `first_identifier_base` varchar(50) NOT NULL, + `prefix` varchar(20) DEFAULT NULL, + `suffix` varchar(20) DEFAULT NULL, + `min_length` int(11) DEFAULT NULL, + `max_length` int(11) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `idgen_seq_id_gen` +-- + +LOCK TABLES `idgen_seq_id_gen` WRITE; +/*!40000 ALTER TABLE `idgen_seq_id_gen` DISABLE KEYS */; +INSERT INTO `idgen_seq_id_gen` VALUES (1,203006,'0123456789','200000','GAN','',4,9),(2,203001,'0123456789','200000','SEM','',4,9),(3,203001,'0123456789','200000','SIV','',4,9),(4,203001,'0123456789','200000','BAH','',4,9),(5,2804,'0123456789','2800','NAT','',NULL,NULL); +/*!40000 ALTER TABLE `idgen_seq_id_gen` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `import_status` +-- + +DROP TABLE IF EXISTS `import_status`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `import_status` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `original_file_name` varchar(500) NOT NULL, + `saved_file_name` varchar(500) NOT NULL, + `error_file_name` varchar(500) DEFAULT NULL, + `type` varchar(25) NOT NULL, + `status` varchar(25) NOT NULL, + `successful_records` decimal(6,0) DEFAULT NULL, + `failed_records` decimal(6,0) DEFAULT NULL, + `stage_name` varchar(30) DEFAULT NULL, + `stack_trace` text, + `uploaded_by` varchar(20) NOT NULL, + `start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `end_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `import_status` +-- + +LOCK TABLES `import_status` WRITE; +/*!40000 ALTER TABLE `import_status` DISABLE KEYS */; +INSERT INTO `import_status` VALUES (1,'Concept.csv','concept/Concept_2015-02-19_12:05:08.csv',NULL,'ConceptRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: No Column found in the csv file. name\n at org.bahmni.csv.column.CSVColumns.addColumnValue(CSVColumns.java:40)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:24)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:47)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n','superman','2015-02-19 06:35:08','2015-02-19 06:35:08'),(2,'Concept.csv','concept/Concept_2015-02-19_12:06:17.csv',NULL,'ConceptRow','COMPLETED',21,0,'migration',NULL,'superman','2015-02-19 06:36:19','2015-02-19 06:36:19'),(3,'ConceptSet.csv','conceptset/ConceptSet_2015-02-19_12:06:31.csv',NULL,'ConceptSetRow','COMPLETED',5,0,'migration',NULL,'superman','2015-02-19 06:36:32','2015-02-19 06:36:32'),(4,'TB_Generic_Concepts - Sheet1.csv','concept/TB_Generic_Concepts - Sheet1_2015-02-19_12:20:43.csv',NULL,'ConceptRow','COMPLETED',105,0,'migration',NULL,'superman','2015-02-19 06:50:50','2015-02-19 06:50:51'),(5,'concepts.csv','concept/concepts_2015-02-19_12:21:49.csv',NULL,'ConceptRow','COMPLETED',81,0,'migration',NULL,'superman','2015-02-19 06:51:57','2015-02-19 06:51:57'),(6,'concept_sets.csv','conceptset/concept_sets_2015-02-19_12:22:06.csv',NULL,'ConceptSetRow','COMPLETED',8,0,'migration',NULL,'superman','2015-02-19 06:52:07','2015-02-19 06:52:08'),(7,'concepts.csv','concept/concepts_2015-02-19_12:22:51.csv',NULL,'ConceptRow','COMPLETED',91,0,'migration',NULL,'superman','2015-02-19 06:53:00','2015-02-19 06:53:00'),(8,'concept_sets.csv','conceptset/concept_sets_2015-02-19_12:23:06.csv',NULL,'ConceptSetRow','COMPLETED',3,0,'migration',NULL,'superman','2015-02-19 06:53:07','2015-02-19 06:53:07'),(9,'patient_attr.csv','concept/patient_attr_2015-02-25_14:24:30.csv',NULL,'ConceptRow','COMPLETED',18,0,'migration',NULL,'superman','2015-02-25 08:54:32','2015-02-25 08:54:32'),(10,'concepts.csv','concept/concepts_2015-03-24_15:44:21.csv',NULL,'ConceptRow','COMPLETED',204,0,'migration',NULL,'superman','2015-03-24 10:14:31','2015-03-24 10:14:32'),(11,'concept_sets.csv','conceptset/concept_sets_2015-03-24_15:45:13.csv','conceptset/concept_sets_2015-03-24_15:45:13.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',5,1,'migration',NULL,'superman','2015-03-24 10:15:20','2015-03-24 10:15:20'),(12,'concepts.csv','concept/concepts_2015-03-24_15:50:50.csv','concept/concepts_2015-03-24_15:50:50.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',75,362,'migration',NULL,'superman','2015-03-24 10:21:03','2015-03-24 10:21:04'),(13,'concept_sets.csv','conceptset/concept_sets_2015-03-24_16:29:13.csv','conceptset/concept_sets_2015-03-24_16:29:13.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',40,1,'migration',NULL,'superman','2015-03-24 10:59:29','2015-03-24 10:59:29'),(14,'concepts.csv','concept/concepts_2015-03-24_16:38:50.csv','concept/concepts_2015-03-24_16:38:50.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',0,333,'migration',NULL,'superman','2015-03-24 11:08:58','2015-03-24 11:08:58'),(15,'concept_sets.csv','conceptset/concept_sets_2015-03-24_16:40:59.csv','conceptset/concept_sets_2015-03-24_16:40:59.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',1,7,'migration',NULL,'superman','2015-03-24 11:11:09','2015-03-24 11:11:10'),(16,'Drug_Generic_Name_concepts.csv','concept/Drug_Generic_Name_concepts_2015-04-24_15:22:40.csv',NULL,'ConceptRow','COMPLETED',220,0,'migration',NULL,'superman','2015-04-24 09:52:48','2015-04-24 09:52:49'),(17,'Drug_Dosage_Forms_concepts.csv','concept/Drug_Dosage_Forms_concepts_2015-04-24_15:23:16.csv',NULL,'ConceptRow','COMPLETED',19,0,'migration',NULL,'superman','2015-04-24 09:53:17','2015-04-24 09:53:17'),(18,'Drugs.csv','drug/Drugs_2015-04-24_15:23:34.csv','drug/Drugs_2015-04-24_15:23:34.err.csv','DrugRow','COMPLETED_WITH_ERRORS',308,4,'migration',NULL,'superman','2015-04-24 09:53:44','2015-04-24 09:53:45'),(19,'ANC_concepts.csv','concept/ANC_concepts_2015-05-05_14:52:28.csv','concept/ANC_concepts_2015-05-05_14:52:28.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',20,3,'migration',NULL,'superman','2015-05-05 09:22:29','2015-05-05 09:22:30'),(20,'basic.csv','concept/basic_2015-05-05_14:59:55.csv',NULL,'ConceptRow','COMPLETED',3,0,'migration',NULL,'superman','2015-05-05 09:29:55','2015-05-05 09:29:55'),(21,'ANC_concepts.csv','concept/ANC_concepts_2015-05-05_15:00:11.csv',NULL,'ConceptRow','COMPLETED',23,0,'migration',NULL,'superman','2015-05-05 09:30:13','2015-05-05 09:30:13'),(22,'ANC_concept_sets.csv','conceptset/ANC_concept_sets_2015-05-05_15:00:27.csv',NULL,'ConceptSetRow','COMPLETED',3,0,'migration',NULL,'superman','2015-05-05 09:30:27','2015-05-05 09:30:28'),(23,'Diabetes_intake_concepts.csv','concept/Diabetes_intake_concepts_2015-05-05_15:14:04.csv','concept/Diabetes_intake_concepts_2015-05-05_15:14:04.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',17,6,'migration',NULL,'superman','2015-05-05 09:44:05','2015-05-05 09:44:05'),(24,'Diabetes_progress_concepts.csv','concept/Diabetes_progress_concepts_2015-05-05_15:14:06.csv',NULL,'ConceptRow','COMPLETED',11,0,'migration',NULL,'superman','2015-05-05 09:44:06','2015-05-05 09:44:07'),(25,'basic.csv','concept/basic_2015-05-05_15:24:05.csv',NULL,'ConceptRow','COMPLETED',17,0,'migration',NULL,'superman','2015-05-05 09:54:05','2015-05-05 09:54:06'),(26,'Diabetes_intake_concepts.csv','concept/Diabetes_intake_concepts_2015-05-05_15:24:29.csv',NULL,'ConceptRow','COMPLETED',23,0,'migration',NULL,'superman','2015-05-05 09:54:30','2015-05-05 09:54:30'),(27,'Diabetes_intake_concept_sets.csv','conceptset/Diabetes_intake_concept_sets_2015-05-05_15:24:48.csv',NULL,'ConceptSetRow','COMPLETED',5,0,'migration',NULL,'superman','2015-05-05 09:54:49','2015-05-05 09:54:49'),(28,'Diabetes_progress_concept_sets.csv','conceptset/Diabetes_progress_concept_sets_2015-05-05_15:24:50.csv',NULL,'ConceptSetRow','COMPLETED',4,0,'migration',NULL,'superman','2015-05-05 09:54:50','2015-05-05 09:54:51'),(29,'Hypertension_intake_concepts.csv','concept/Hypertension_intake_concepts_2015-05-05_15:28:22.csv','concept/Hypertension_intake_concepts_2015-05-05_15:28:22.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',14,3,'migration',NULL,'superman','2015-05-05 09:58:23','2015-05-05 09:58:24'),(30,'Hypertension_progress_concepts.csv','concept/Hypertension_progress_concepts_2015-05-05_15:28:24.csv',NULL,'ConceptRow','COMPLETED',8,0,'migration',NULL,'superman','2015-05-05 09:58:24','2015-05-05 09:58:25'),(31,'basic.csv','concept/basic_2015-05-05_15:35:48.csv',NULL,'ConceptRow','COMPLETED',17,0,'migration',NULL,'superman','2015-05-05 10:05:49','2015-05-05 10:05:49'),(32,'Hypertension_intake_concepts.csv','concept/Hypertension_intake_concepts_2015-05-05_15:36:11.csv','concept/Hypertension_intake_concepts_2015-05-05_15:36:11.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',16,1,'migration',NULL,'superman','2015-05-05 10:06:12','2015-05-05 10:06:12'),(33,'Hypertension_intake_concepts.csv','concept/Hypertension_intake_concepts_2015-05-05_15:38:52.csv',NULL,'ConceptRow','COMPLETED',17,0,'migration',NULL,'superman','2015-05-05 10:08:53','2015-05-05 10:08:53'),(34,'Hypertension_intake_concept_sets.csv','conceptset/Hypertension_intake_concept_sets_2015-05-05_15:39:09.csv',NULL,'ConceptSetRow','COMPLETED',6,0,'migration',NULL,'superman','2015-05-05 10:09:09','2015-05-05 10:09:10'),(35,'Hypertension_progress_concept_sets.csv','conceptset/Hypertension_progress_concept_sets_2015-05-05_15:39:10.csv',NULL,'ConceptSetRow','COMPLETED',5,0,'migration',NULL,'superman','2015-05-05 10:09:10','2015-05-05 10:09:11'),(36,'concepts.csv','concept/concepts_2015-05-26_11:45:58.csv','concept/concepts_2015-05-26_11:45:58.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',24,4,'migration',NULL,'admin','2015-05-26 06:15:59','2015-05-26 06:15:59'),(37,'concepts_2015-05-26_11-45-58.err.csv','concept/concepts_2015-05-26_11-45-58.err_2015-05-26_11:51:45.csv',NULL,'ConceptRow','COMPLETED',3,0,'migration',NULL,'admin','2015-05-26 06:21:45','2015-05-26 06:21:46'),(38,'concept_sets.csv','conceptset/concept_sets_2015-05-26_11:51:59.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 06:21:59','2015-05-26 06:22:00'),(39,'concepts.csv','concept/concepts_2015-05-26_12:11:34.csv',NULL,'ConceptRow','COMPLETED',23,0,'migration',NULL,'admin','2015-05-26 06:41:36','2015-05-26 06:41:36'),(40,'concept_sets.csv','conceptset/concept_sets_2015-05-26_12:11:45.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 06:41:45','2015-05-26 06:41:46'),(41,'concepts.csv','concept/concepts_2015-05-26_12:13:09.csv','concept/concepts_2015-05-26_12:13:09.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',67,13,'migration',NULL,'admin','2015-05-26 06:43:12','2015-05-26 06:43:13'),(42,'concept_sets.csv','conceptset/concept_sets_2015-05-26_12:13:42.csv','conceptset/concept_sets_2015-05-26_12:13:42.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',3,3,'migration',NULL,'admin','2015-05-26 06:43:43','2015-05-26 06:43:43'),(43,'concepts.csv','concept/concepts_2015-05-26_12:35:31.csv','concept/concepts_2015-05-26_12:35:31.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',135,48,'migration',NULL,'admin','2015-05-26 07:05:37','2015-05-26 07:05:37'),(44,'concept_sets.csv','conceptset/concept_sets_2015-05-26_12:36:46.csv','conceptset/concept_sets_2015-05-26_12:36:46.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',17,1,'migration',NULL,'admin','2015-05-26 07:06:48','2015-05-26 07:06:49'),(45,'concepts.csv','concept/concepts_2015-05-26_13:09:48.csv','concept/concepts_2015-05-26_13:09:48.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',247,174,'migration',NULL,'admin','2015-05-26 07:40:01','2015-05-26 07:40:02'),(46,'concept_sets.csv','conceptset/concept_sets_2015-05-26_13:13:02.csv','conceptset/concept_sets_2015-05-26_13:13:02.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',36,1,'migration',NULL,'admin','2015-05-26 07:43:08','2015-05-26 07:43:09'),(47,'concepts.csv','concept/concepts_2015-05-26_14:08:58.csv','concept/concepts_2015-05-26_14:08:58.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',86,49,'migration',NULL,'admin','2015-05-26 08:39:03','2015-05-26 08:39:04'),(48,'concepts_2015-05-26_14-08-58.err.csv','concept/concepts_2015-05-26_14-08-58.err_2015-05-26_14:16:34.csv',NULL,'ConceptRow','COMPLETED',2,0,'migration',NULL,'admin','2015-05-26 08:46:34','2015-05-26 08:46:35'),(49,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:16:45.csv','conceptset/concept_sets_2015-05-26_14:16:45.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',7,3,'migration',NULL,'admin','2015-05-26 08:46:46','2015-05-26 08:46:46'),(50,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:20:27.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 08:50:27','2015-05-26 08:50:28'),(51,'concept_sets_2015-05-26_14-16-45.err.csv','conceptset/concept_sets_2015-05-26_14-16-45.err_2015-05-26_14:21:07.csv',NULL,'ConceptSetRow','COMPLETED',2,0,'migration',NULL,'admin','2015-05-26 08:51:07','2015-05-26 08:51:08'),(52,'concepts.csv','concept/concepts_2015-05-26_14:25:52.csv','concept/concepts_2015-05-26_14:25:52.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',32,3,'migration',NULL,'admin','2015-05-26 08:55:53','2015-05-26 08:55:54'),(53,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:26:17.csv',NULL,'ConceptSetRow','COMPLETED',4,0,'migration',NULL,'admin','2015-05-26 08:56:17','2015-05-26 08:56:18'),(54,'concepts.csv','concept/concepts_2015-05-26_14:28:35.csv',NULL,'ConceptRow','COMPLETED',15,0,'migration',NULL,'admin','2015-05-26 08:58:36','2015-05-26 08:58:36'),(55,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:28:43.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 08:58:43','2015-05-26 08:58:44'),(56,'concepts.csv','concept/concepts_2015-05-26_14:30:23.csv','concept/concepts_2015-05-26_14:30:23.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',23,6,'migration',NULL,'admin','2015-05-26 09:00:24','2015-05-26 09:00:25'),(57,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:31:39.csv',NULL,'ConceptSetRow','COMPLETED',4,0,'migration',NULL,'admin','2015-05-26 09:01:39','2015-05-26 09:01:40'),(58,'concepts.csv','concept/concepts_2015-05-26_14:31:47.csv','concept/concepts_2015-05-26_14:31:47.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',16,4,'migration',NULL,'admin','2015-05-26 09:01:48','2015-05-26 09:01:49'),(59,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:32:26.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:02:26','2015-05-26 09:02:27'),(60,'concepts.csv','concept/concepts_2015-05-26_14:36:57.csv','concept/concepts_2015-05-26_14:36:57.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',195,93,'migration',NULL,'admin','2015-05-26 09:07:07','2015-05-26 09:07:08'),(61,'concepts_2015-05-26_14-36-57.err.csv','concept/concepts_2015-05-26_14-36-57.err_2015-05-26_14:40:10.csv','concept/concepts_2015-05-26_14-36-57.err_2015-05-26_14:40:10.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',4,4,'migration',NULL,'admin','2015-05-26 09:10:10','2015-05-26 09:10:11'),(62,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:40:33.csv','conceptset/concept_sets_2015-05-26_14:40:33.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',20,2,'migration',NULL,'admin','2015-05-26 09:10:36','2015-05-26 09:10:36'),(63,'concepts.csv','concept/concepts_2015-05-26_14:44:26.csv',NULL,'ConceptRow','COMPLETED',8,0,'migration',NULL,'admin','2015-05-26 09:14:26','2015-05-26 09:14:27'),(64,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:44:34.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:14:35','2015-05-26 09:14:35'),(65,'concepts.csv','concept/concepts_2015-05-26_14:44:43.csv','concept/concepts_2015-05-26_14:44:43.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',50,110,'migration',NULL,'admin','2015-05-26 09:14:48','2015-05-26 09:14:49'),(66,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:44:51.csv','conceptset/concept_sets_2015-05-26_14:44:51.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',9,5,'migration',NULL,'admin','2015-05-26 09:14:53','2015-05-26 09:14:54'),(67,'concepts.csv','concept/concepts_2015-05-26_14:49:55.csv','concept/concepts_2015-05-26_14:49:55.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',22,6,'migration',NULL,'admin','2015-05-26 09:19:56','2015-05-26 09:19:56'),(68,'concepts_2015-05-26_14-49-55.err.csv','concept/concepts_2015-05-26_14-49-55.err_2015-05-26_14:50:38.csv',NULL,'ConceptRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:20:38','2015-05-26 09:20:38'),(69,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:50:47.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:20:47','2015-05-26 09:20:47'),(70,'concepts.csv','concept/concepts_2015-05-26_14:50:56.csv','concept/concepts_2015-05-26_14:50:56.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',8,1,'migration',NULL,'admin','2015-05-26 09:20:56','2015-05-26 09:20:57'),(71,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:51:13.csv',NULL,'ConceptSetRow','COMPLETED',2,0,'migration',NULL,'admin','2015-05-26 09:21:13','2015-05-26 09:21:14'),(72,'concepts.csv','concept/concepts_2015-05-26_14:51:22.csv','concept/concepts_2015-05-26_14:51:22.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',39,20,'migration',NULL,'admin','2015-05-26 09:21:24','2015-05-26 09:21:24'),(73,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:51:45.csv','conceptset/concept_sets_2015-05-26_14:51:45.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',1,8,'migration',NULL,'admin','2015-05-26 09:21:46','2015-05-26 09:21:47'),(74,'concepts.csv','concept/concepts_2015-05-26_14:52:05.csv',NULL,'ConceptRow','COMPLETED',5,0,'migration',NULL,'admin','2015-05-26 09:22:06','2015-05-26 09:22:06'),(75,'concept_sets.csv','conceptset/concept_sets_2015-05-26_14:52:14.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:22:14','2015-05-26 09:22:14'),(76,'concepts.csv','concept/concepts_2015-05-26_15:03:09.csv','concept/concepts_2015-05-26_15:03:09.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',46,7,'migration',NULL,'admin','2015-05-26 09:33:11','2015-05-26 09:33:11'),(77,'concept_sets.csv','conceptset/concept_sets_2015-05-26_15:03:35.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:33:35','2015-05-26 09:33:36'),(78,'concepts.csv','concept/concepts_2015-05-26_15:03:43.csv','concept/concepts_2015-05-26_15:03:43.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',13,16,'migration',NULL,'admin','2015-05-26 09:33:44','2015-05-26 09:33:44'),(79,'concept_sets.csv','conceptset/concept_sets_2015-05-26_15:04:05.csv','conceptset/concept_sets_2015-05-26_15:04:05.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',3,8,'migration',NULL,'admin','2015-05-26 09:34:06','2015-05-26 09:34:07'),(80,'concepts.csv','concept/concepts_2015-05-26_15:04:23.csv',NULL,'ConceptRow','COMPLETED',5,0,'migration',NULL,'admin','2015-05-26 09:34:24','2015-05-26 09:34:24'),(81,'concept_sets.csv','conceptset/concept_sets_2015-05-26_15:04:36.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'admin','2015-05-26 09:34:36','2015-05-26 09:34:37'),(82,'GAN200060.csv','encounter/GAN200060_2015-05-27_13:58:56.csv','encounter/GAN200060_2015-05-27_13:58:56.err.csv','MultipleEncounterRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2015-05-27 08:28:56','2015-05-27 08:28:56'),(83,'GAN200060.csv','encounter/GAN200060_2015-05-27_14:01:55.csv','encounter/GAN200060_2015-05-27_14:01:55.err.csv','MultipleEncounterRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2015-05-27 08:31:55','2015-05-27 08:31:56'),(84,'GAN200060.csv','encounter/GAN200060_2015-05-27_14:06:25.csv','encounter/GAN200060_2015-05-27_14:06:25.err.csv','MultipleEncounterRow','COMPLETED_WITH_ERRORS',0,3,'migration',NULL,'superman','2015-05-27 08:36:25','2015-05-27 08:36:25'),(85,'GAN200060.csv','encounter/GAN200060_2015-05-27_16:06:39.csv','encounter/GAN200060_2015-05-27_16:06:39.err.csv','MultipleEncounterRow','COMPLETED_WITH_ERRORS',2,1,'migration',NULL,'superman','2015-05-27 10:36:41','2015-05-27 10:36:42'),(86,'concepts.csv','concept/concepts_2015-05-28_11:35:10.csv','concept/concepts_2015-05-28_11:35:10.err.csv','ConceptRow','COMPLETED_WITH_ERRORS',0,5,'migration',NULL,'superman','2015-05-28 06:05:10','2015-05-28 06:05:11'),(87,'concept_sets.csv','conceptset/concept_sets_2015-05-28_11:35:32.csv','conceptset/concept_sets_2015-05-28_11:35:32.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2015-05-28 06:05:32','2015-05-28 06:05:33'),(88,'concepts.csv','concept/concepts_2015-05-28_11:36:47.csv',NULL,'ConceptRow','COMPLETED',1,0,'migration',NULL,'superman','2015-05-28 06:06:47','2015-05-28 06:06:47'),(89,'concept_sets.csv','conceptset/concept_sets_2015-05-28_11:36:55.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2015-05-28 06:06:55','2015-05-28 06:06:55'),(90,'concepts.csv','concept/concepts_2015-07-03_11:21:13.csv',NULL,'ConceptRow','COMPLETED',89,0,'migration',NULL,'superman','2015-07-03 05:51:28','2015-07-03 05:51:28'),(91,'concept_sets.csv','conceptset/concept_sets_2015-07-03_11:21:54.csv',NULL,'ConceptSetRow','COMPLETED',13,0,'migration',NULL,'superman','2015-07-03 05:51:58','2015-07-03 05:51:58'),(92,'concepts.csv','concept/concepts_2015-07-03_11:51:46.csv',NULL,'ConceptRow','COMPLETED',85,0,'migration',NULL,'superman','2015-07-03 06:22:01','2015-07-03 06:22:02'),(93,'concept_sets.csv','conceptset/concept_sets_2015-07-03_11:52:16.csv',NULL,'ConceptSetRow','COMPLETED',8,0,'migration',NULL,'superman','2015-07-03 06:22:19','2015-07-03 06:22:19'),(94,'concepts.csv','concept/concepts_2015-07-03_11:52:32.csv',NULL,'ConceptRow','COMPLETED',101,0,'migration',NULL,'superman','2015-07-03 06:22:50','2015-07-03 06:22:51'),(95,'concept_sets.csv','conceptset/concept_sets_2015-07-03_11:52:56.csv',NULL,'ConceptSetRow','COMPLETED',4,0,'migration',NULL,'superman','2015-07-03 06:22:58','2015-07-03 06:22:59'),(96,'concept_sets.csv','conceptset/concept_sets_2016-11-09_15:49:26.csv','conceptset/concept_sets_2016-11-09_15:49:26.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2016-11-09 10:19:26','2016-11-09 10:19:26'),(97,'concept_sets.csv','conceptset/concept_sets_2016-11-09_15:51:01.csv','conceptset/concept_sets_2016-11-09_15:51:01.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2016-11-09 10:21:01','2016-11-09 10:21:01'),(98,'test_from_jss.csv','concept/test_from_jss_2017-04-07_17:15:05.csv',NULL,'ConceptRow','COMPLETED',376,0,'migration',NULL,'superman','2017-04-07 11:45:35','2017-04-07 11:45:36'),(99,'labset_from_jss.csv','concept/labset_from_jss_2017-04-10_06:01:17.csv',NULL,'ConceptRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: No Column found in the csv file. name\n at org.bahmni.csv.column.CSVColumns.addColumnValue(CSVColumns.java:40)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:24)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n','superman','2017-04-10 00:31:17','2017-04-10 00:31:18'),(100,'labset_from_jss.csv','concept/labset_from_jss_2017-04-10_06:02:33.csv',NULL,'ConceptRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: java.lang.ArrayIndexOutOfBoundsException: 17\n at org.bahmni.csv.column.RegexCSVColumns.createKeyValue(RegexCSVColumns.java:54)\n at org.bahmni.csv.column.RegexCSVColumns.setValue(RegexCSVColumns.java:27)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:26)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n\n at org.bahmni.csv.Migrator.migrate(Migrator.java:45)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\nCaused by: java.lang.ArrayIndexOutOfBoundsException: 17\n at org.bahmni.csv.column.RegexCSVColumns.createKeyValue(RegexCSVColumns.java:54)\n at org.bahmni.csv.column.RegexCSVColumns.setValue(RegexCSVColumns.java:27)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:26)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n ... 2 more\n','superman','2017-04-10 00:32:33','2017-04-10 00:32:33'),(101,'labset_from_jss.csv','concept/labset_from_jss_2017-04-10_06:07:55.csv',NULL,'ConceptRow','COMPLETED',98,0,'migration',NULL,'superman','2017-04-10 00:38:04','2017-04-10 00:38:04'),(102,'conceptSets.csv','conceptset/conceptSets_2017-04-10_06:34:29.csv','conceptset/conceptSets_2017-04-10_06:34:29.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',24,1,'migration',NULL,'superman','2017-04-10 01:04:42','2017-04-10 01:04:42'),(103,'all_tests_and_panels.csv','conceptset/all_tests_and_panels_2017-04-10_06:42:56.csv','conceptset/all_tests_and_panels_2017-04-10_06:42:56.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-10 01:13:01','2017-04-10 01:13:01'),(104,'testsAndPanelsv1.csv','conceptset/testsAndPanelsv1_2017-04-10_06:58:11.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:28:18','2017-04-10 01:28:18'),(105,'testsAndPanelsv2.csv','conceptset/testsAndPanelsv2_2017-04-10_06:59:56.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:30:01','2017-04-10 01:30:01'),(106,'testsAndPanelsv3.csv','conceptset/testsAndPanelsv3_2017-04-10_07:01:10.csv','conceptset/testsAndPanelsv3_2017-04-10_07:01:10.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-10 01:31:11','2017-04-10 01:31:11'),(107,'testsAndPanelsv4.csv','conceptset/testsAndPanelsv4_2017-04-10_07:02:35.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:32:36','2017-04-10 01:32:37'),(108,'testsAndPanelsv5.csv','conceptset/testsAndPanelsv5_2017-04-10_07:04:51.csv','conceptset/testsAndPanelsv5_2017-04-10_07:04:51.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-10 01:34:52','2017-04-10 01:34:52'),(109,'testsAndPanelsv6.csv','conceptset/testsAndPanelsv6_2017-04-10_07:05:45.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:35:46','2017-04-10 01:35:47'),(110,'testsAndPanelsv7.csv','conceptset/testsAndPanelsv7_2017-04-10_07:06:56.csv','conceptset/testsAndPanelsv7_2017-04-10_07:06:56.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-10 01:36:57','2017-04-10 01:36:57'),(111,'testsAndPanelsv8.csv','conceptset/testsAndPanelsv8_2017-04-10_07:08:04.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:38:04','2017-04-10 01:38:05'),(112,'testsAndPanelsv9.csv','conceptset/testsAndPanelsv9_2017-04-10_07:08:54.csv','conceptset/testsAndPanelsv9_2017-04-10_07:08:54.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-10 01:38:55','2017-04-10 01:38:55'),(113,'testsAndPanelsv10.csv','conceptset/testsAndPanelsv10_2017-04-10_07:09:29.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:39:29','2017-04-10 01:39:30'),(114,'testsAndPanelsv11.csv','conceptset/testsAndPanelsv11_2017-04-10_07:11:13.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:41:14','2017-04-10 01:41:14'),(115,'testsAndPanelsv_final.csv','conceptset/testsAndPanelsv_final_2017-04-10_07:14:14.csv','conceptset/testsAndPanelsv_final_2017-04-10_07:14:14.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-10 01:44:19','2017-04-10 01:44:20'),(116,'Untitled spreadsheet - Sheet2.csv','conceptset/Untitled spreadsheet - Sheet2_2017-04-10_07:21:19.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 01:51:35','2017-04-10 01:51:35'),(117,'sampletest.csv','conceptset/sampletest_2017-04-10_12:40:28.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-10 07:10:30','2017-04-10 07:10:30'),(118,'concept_sets.csv','conceptset/concept_sets_2017-04-11_12:21:41.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-11 06:51:44','2017-04-11 06:51:45'),(119,'labdepartments-jss - Sheet3.csv','conceptset/labdepartments-jss - Sheet3_2017-04-11_12:24:24.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: No Column found in the csv file. name\n at org.bahmni.csv.column.CSVColumns.addColumnValue(CSVColumns.java:40)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:24)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n','superman','2017-04-11 06:54:24','2017-04-11 06:54:25'),(120,'labdepartments-jss - Sheet3.csv','conceptset/labdepartments-jss - Sheet3_2017-04-11_12:25:27.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n\n at org.bahmni.csv.Migrator.migrate(Migrator.java:45)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\nCaused by: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n ... 2 more\n','superman','2017-04-11 06:55:27','2017-04-11 06:55:28'),(121,'concept_sets.csv','conceptset/concept_sets_2017-04-11_12:30:54.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-11 07:00:57','2017-04-11 07:00:57'),(122,'labdepartments-jss - Sheet3.csv','conceptset/labdepartments-jss - Sheet3_2017-04-11_12:32:33.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n\n at org.bahmni.csv.Migrator.migrate(Migrator.java:45)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\nCaused by: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n ... 2 more\n','superman','2017-04-11 07:02:33','2017-04-11 07:02:33'),(123,'deptestfromjss.csv','conceptset/deptestfromjss_2017-04-11_12:34:11.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n\n at org.bahmni.csv.Migrator.migrate(Migrator.java:45)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\nCaused by: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n ... 2 more\n','superman','2017-04-11 07:04:11','2017-04-11 07:04:12'),(124,'deptestfromjss.csv','conceptset/deptestfromjss_2017-04-11_12:37:29.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n\n at org.bahmni.csv.Migrator.migrate(Migrator.java:45)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\nCaused by: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n ... 2 more\n','superman','2017-04-11 07:07:29','2017-04-11 07:07:29'),(125,'deptestfromjss.csv','conceptset/deptestfromjss_2017-04-11_12:40:18.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: No Column found in the csv file. name\n at org.bahmni.csv.column.CSVColumns.addColumnValue(CSVColumns.java:40)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:24)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n','superman','2017-04-11 07:10:18','2017-04-11 07:10:19'),(126,'deptestfromjss.csv','conceptset/deptestfromjss_2017-04-11_12:40:58.csv',NULL,'ConceptSetRow','ERROR',NULL,NULL,NULL,'org.bahmni.csv.exception.MigrationException: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\n\n at org.bahmni.csv.Migrator.migrate(Migrator.java:45)\n at org.bahmni.fileimport.FileImportThread.run(FileImportThread.java:63)\n at java.lang.Thread.run(Unknown Source)\nCaused by: java.lang.ArrayIndexOutOfBoundsException: 98\n at org.bahmni.csv.column.RepeatingCSVColumns.setValue(RepeatingCSVColumns.java:31)\n at org.bahmni.csv.column.CSVColumns.setValue(CSVColumns.java:21)\n at org.bahmni.csv.CSVRow.getEntity(CSVRow.java:24)\n at org.bahmni.csv.CSVFile.readEntity(CSVFile.java:55)\n at org.bahmni.csv.Stage.run(Stage.java:52)\n at org.bahmni.csv.Migrator.migrate(Migrator.java:34)\n ... 2 more\n','superman','2017-04-11 07:10:58','2017-04-11 07:10:59'),(127,'concept_sets.csv','conceptset/concept_sets_2017-04-11_12:42:47.csv','conceptset/concept_sets_2017-04-11_12:42:47.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',8,1,'migration',NULL,'superman','2017-04-11 07:13:00','2017-04-11 07:13:00'),(128,'concept_sets.csv','conceptset/concept_sets_2017-04-11_12:44:41.csv','conceptset/concept_sets_2017-04-11_12:44:41.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',8,1,'migration',NULL,'superman','2017-04-11 07:14:52','2017-04-11 07:14:53'),(129,'concept_sets.csv','conceptset/concept_sets_2017-04-11_13:05:40.csv','conceptset/concept_sets_2017-04-11_13:05:40.err.csv','ConceptSetRow','COMPLETED_WITH_ERRORS',0,1,'migration',NULL,'superman','2017-04-11 07:35:41','2017-04-11 07:35:42'),(130,'clinicalPathologyfromJSS - Sheet5.csv','concept/clinicalPathologyfromJSS - Sheet5_2017-04-11_13:07:46.csv',NULL,'ConceptRow','COMPLETED',67,0,'migration',NULL,'superman','2017-04-11 07:37:53','2017-04-11 07:37:54'),(131,'concept_sets.csv','conceptset/concept_sets_2017-04-11_13:08:09.csv',NULL,'ConceptSetRow','COMPLETED',1,0,'migration',NULL,'superman','2017-04-11 07:38:12','2017-04-11 07:38:13'),(132,'sample-concepts-jss - Copy of Sheet2.csv','conceptset/sample-concepts-jss - Copy of Sheet2_2017-04-11_15:20:35.csv',NULL,'ConceptSetRow','COMPLETED',43,0,'migration',NULL,'superman','2017-04-11 09:50:59','2017-04-11 09:51:00'),(133,'all-tests-and-panels-default-Copy of Sheet2.csv','conceptset/all-tests-and-panels-default-Copy of Sheet2_2017-04-11_15:26:25.csv',NULL,'ConceptSetRow','COMPLETED',8,0,'migration',NULL,'superman','2017-04-11 09:56:41','2017-04-11 09:56:42'),(134,'jss-testandpanels - Copy of Sheet2.csv','conceptset/jss-testandpanels - Copy of Sheet2_2017-04-11_15:40:08.csv',NULL,'ConceptSetRow','COMPLETED',25,0,'migration',NULL,'superman','2017-04-11 10:10:35','2017-04-11 10:10:35'),(135,'Lab_sampleset_demo- Copy of Sheet2.csv','conceptset/Lab_sampleset_demo- Copy of Sheet2_2017-04-12_05:17:38.csv',NULL,'ConceptSetRow','COMPLETED',41,0,'migration',NULL,'superman','2017-04-11 23:48:52','2017-04-11 23:48:53'); +/*!40000 ALTER TABLE `import_status` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `jss_agegroups` +-- + +DROP TABLE IF EXISTS `jss_agegroups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `jss_agegroups` ( + `jss_agegroup_id` int(11) NOT NULL AUTO_INCREMENT, + `group_name` varchar(50) NOT NULL, + `age_min` int(11) NOT NULL, + `age_max` int(11) NOT NULL, + PRIMARY KEY (`jss_agegroup_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `jss_agegroups` +-- + +LOCK TABLES `jss_agegroups` WRITE; +/*!40000 ALTER TABLE `jss_agegroups` DISABLE KEYS */; +INSERT INTO `jss_agegroups` VALUES (1,'demographicReport',0,1),(2,'demographicReport',1,5),(4,'demographicReport',5,16),(5,'demographicReport',16,45),(6,'demographicReport',45,60),(7,'demographicReport',60,200); +/*!40000 ALTER TABLE `jss_agegroups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `jss_program_village` +-- + +DROP TABLE IF EXISTS `jss_program_village`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `jss_program_village` ( + `jss_program_village_id` int(11) NOT NULL AUTO_INCREMENT, + `jss_program_village` varchar(50) NOT NULL, + `city_village` varchar(50) NOT NULL, + PRIMARY KEY (`jss_program_village_id`), + UNIQUE KEY `uc_jss_program_village_1` (`jss_program_village`,`city_village`) +) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `jss_program_village` +-- + +LOCK TABLES `jss_program_village` WRITE; +/*!40000 ALTER TABLE `jss_program_village` DISABLE KEYS */; +INSERT INTO `jss_program_village` VALUES (44,'','Achanakmar'),(27,'','Atariya'),(28,'','Aurapani'),(29,'','Babutola'),(45,'','Bahaud'),(30,'','Bamhanii'),(46,'','Bankal'),(47,'','Bindaval'),(31,'','Bisauni'),(32,'','Boirha'),(48,'','Bokrakachhar'),(49,'','Chhaparwa'),(33,'','Danganiya'),(16,'','Davanpur'),(34,'','Ghameri'),(35,'','Jakadbandha'),(50,'','Jalda'),(36,'','Jamunahi'),(17,'','Karkanga'),(18,'','Karpiha'),(37,'','Katami'),(9,'','Kekradeeh'),(19,'','Koripara'),(38,'','Mahamai'),(20,'','Mangalpur'),(21,'','Manpur'),(10,'','Mazgoan'),(11,'','Navadih'),(22,'','Nevsa'),(39,'','Nivaskhar'),(23,'','Parsada'),(40,'','Patparha'),(24,'','Peeparkhut'),(41,'','Rajak'),(12,'','Ratkhandi'),(51,'','Samardhasan'),(25,'','Saraipali'),(52,'','Sarsdol'),(42,'','Sarsoha'),(13,'','Semariya'),(26,'','Shivtaraii'),(14,'','Shreepara'),(53,'','Sivalkhar'),(43,'','Surhi'),(54,'','Tilaidabara'),(15,'','Zingatpur'),(1,'Aurapani','Aurapani'),(2,'Bade Barar','Bade Barar'),(3,'Baigapara','Baigapara'),(4,'Charpara','Charpara'),(5,'Chhote Barar','Chhote Barar'),(6,'Danokhar','Danokhar'),(7,'Fulwaripara','Fulwaripara'),(8,'Karhikachhar','Karhikachhar'); +/*!40000 ALTER TABLE `jss_program_village` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `liquibasechangelog` +-- + +DROP TABLE IF EXISTS `liquibasechangelog`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `liquibasechangelog` ( + `ID` varchar(63) NOT NULL, + `AUTHOR` varchar(63) NOT NULL, + `FILENAME` varchar(200) NOT NULL, + `DATEEXECUTED` datetime NOT NULL, + `MD5SUM` varchar(35) DEFAULT NULL, + `DESCRIPTION` varchar(255) DEFAULT NULL, + `COMMENTS` varchar(255) DEFAULT NULL, + `TAG` varchar(255) DEFAULT NULL, + `LIQUIBASE` varchar(20) DEFAULT NULL, + `EXECTYPE` varchar(20) DEFAULT NULL, + `ORDEREXECUTED` varchar(20) DEFAULT NULL, + PRIMARY KEY (`ID`,`AUTHOR`,`FILENAME`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `liquibasechangelog` +-- + +LOCK TABLES `liquibasechangelog` WRITE; +/*!40000 ALTER TABLE `liquibasechangelog` DISABLE KEYS */; +INSERT INTO `liquibasechangelog` VALUES ('0','bwolfe','liquibase-update-to-latest.xml','2011-09-20 00:00:00','3:ccc4741ff492cb385f44e714053920af',NULL,NULL,NULL,NULL,'MARK_RAN','10016'),('02232009-1141','nribeka','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:b5921fb42deb90fe52e042838d0638a0','Modify Column','Modify the password column to fit the output of SHA-512 function',NULL,'2.0.5','EXECUTED','119'),('050620141511','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:18:38','3:6baa4b7cb099e86bb3e82caa8e4b41fd','Custom SQL','IDGEN - add column for user in idgen',NULL,'2.0.5','MARK_RAN','100'),('050620141512','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:18:38','3:1648e921c09f67c097982d8304128620','Custom SQL','IDGEN - add column for password in idgen',NULL,'2.0.5','MARK_RAN','101'),('050620141513','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:18:38','3:cea30d0d56efdc274544b1e9fd04071b','Custom SQL','IDGEN - modify seq table to add min length and max length instead of length',NULL,'2.0.5','EXECUTED','102'),('08102013_1','arathy','liquibase.xml','2014-09-18 14:27:21','3:f408b259edf18c9ef5c76d8783cc9c0e','Create Table','Create bed table',NULL,'2.0.5','EXECUTED','100'),('08102013_2','arathy','liquibase.xml','2014-09-18 14:27:21','3:7e57afdf5ad9fd77cbe6701c5d5d3f0e','Create Table','Create bed_patient_assignment_map table',NULL,'2.0.5','EXECUTED','101'),('08102013_4','arathy','liquibase.xml','2014-09-18 14:27:23','3:6971a96f0aa2566a2f65016ad1d8b4bb','Add Foreign Key Constraint','Added foreign key reference on patient_id in bed_patient_assignment_map table',NULL,'2.0.5','EXECUTED','103'),('08102013_5','arathy','liquibase.xml','2014-09-18 14:27:23','3:f646b539893f3579c97d3f0d51ecd716','Create Table','Create bed_location_map table',NULL,'2.0.5','EXECUTED','104'),('08102013_7','arathy','liquibase.xml','2014-09-18 14:27:24','3:759d512aea5b655dbc87c0663cb7e306','Add Column','',NULL,'2.0.5','EXECUTED','106'),('08102013_8','arathy','liquibase.xml','2014-09-18 14:27:24','3:94a3788122cc19dedd1b3d9eb11f78b5','Add Default Value','',NULL,'2.0.5','EXECUTED','107'),('1','upul','liquibase-update-to-latest.xml','2014-09-18 14:16:36','3:7fbc03c45bb69cd497b096629d32c3f5','Add Column','Add the column to person_attribute type to connect each type to a privilege',NULL,'2.0.5','MARK_RAN','100'),('1-grant-new-dashboard-overview-tab-app-privileges','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:29','3:6af3c30685c99d96ad1cd577719b1600','Custom SQL','Granting the new patient overview tab application privileges',NULL,'2.0.5','EXECUTED','111'),('1-increase-privilege-col-size-privilege','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:30','3:6ecff8787eca17532e310087cfd65a06','Drop Foreign Key Constraint (x2), Modify Column, Add Foreign Key Constraint (x2)','Increasing the size of the privilege column in the privilege table',NULL,'2.0.5','EXECUTED','113'),('10-insert-new-app-privileges','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:29','3:6ca60c3d5202a79f2e43367215cb447b','Custom SQL','Inserting the new application privileges',NULL,'2.0.5','EXECUTED','109'),('100','ict4h','sql/db_migrations.xml','2014-09-18 14:32:09','3:8ee36a0313cda559247cbb2729fe6e76','Create Table (x2)','',NULL,'2.0.5','EXECUTED','100'),('101','ict4h','sql/db_migrations.xml','2014-09-18 14:32:09','3:29f59eb61eb39a9dee52d81f4026d642','Add Column','',NULL,'2.0.5','EXECUTED','101'),('102','Sudhakar, Abishek','sql/db_migrations.xml','2015-06-26 11:33:17','3:361aac028f908bb02b744f0401b2b2ee','Add Column, Add Not-Null Constraint, Create Table','',NULL,'2.0.5','EXECUTED','100'),('102-1','Jaswanth','sql/db_migrations.xml','2017-01-01 22:30:56','3:9611355e45aad29bb4c7fe78503a073b','Add Column','',NULL,'2.0.5','MARK_RAN','100'),('102-2','Jaswanth','sql/db_migrations.xml','2017-01-01 22:30:56','3:080998dd9f7f79d54b17e847ab66178c','Create Table','',NULL,'2.0.5','MARK_RAN','101'),('103','angshu, dubey','sql/db_migrations.xml','2016-05-05 13:07:17','3:c54ec0eee3b5e3203d25731c64d9025f','Add Column','Creating column tags for failed_events table. This is same as atom spec feed.entry.categories.',NULL,'2.0.5','EXECUTED','100'),('11-insert-new-api-privileges','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:29','3:fe15eb2a97dd397b15fb5c4174fabe05','Custom SQL','Inserting the new API privileges',NULL,'2.0.5','EXECUTED','110'),('1226348923233-12','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:7efb7ed5267126e1e44c9f344e35dd7d','Insert Row (x12)','',NULL,'2.0.5','EXECUTED','105'),('1226348923233-13','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:8b9e14aa00a4382aa2623b39400c9110','Insert Row (x2)','',NULL,'2.0.5','EXECUTED','106'),('1226348923233-14','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:8910082a3b369438f86025e4006b7538','Insert Row (x4)','',NULL,'2.0.5','EXECUTED','110'),('1226348923233-15','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:8485e0ebef4dc368ab6b87de939f8e82','Insert Row (x15)','',NULL,'2.0.5','EXECUTED','111'),('1226348923233-16','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:29','3:5778f109b607f882cc274750590d5004','Insert Row','',NULL,'2.0.5','EXECUTED','102'),('1226348923233-17','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:3c324233bf1f386dcc4a9be55401c260','Insert Row (x2)','',NULL,'2.0.5','EXECUTED','113'),('1226348923233-18','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:40ad1a506929811955f4d7d4753d576e','Insert Row (x2)','',NULL,'2.0.5','EXECUTED','114'),('1226348923233-2','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:29','3:35613fc962f41ed143c46e578fd64a70','Insert Row (x5)','',NULL,'2.0.5','EXECUTED','103'),('1226348923233-20','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:0ce5c5b83b4754b44f4bcda8eb866f3a','Insert Row','',NULL,'2.0.5','EXECUTED','115'),('1226348923233-21','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:51c90534135f429c1bcde82be0f6157d','Insert Row','',NULL,'2.0.5','EXECUTED','116'),('1226348923233-22','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:29','3:2d4897a84ce4408d8fcec69767a5c563','Insert Row','',NULL,'2.0.5','EXECUTED','101'),('1226348923233-23','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:19f78a07a33a5efc28b4712a07b02a29','Insert Row','',NULL,'2.0.5','EXECUTED','117'),('1226348923233-6','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:a947f43a1881ac56186039709a4a0ac8','Insert Row (x13)','',NULL,'2.0.5','EXECUTED','109'),('1226348923233-8','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:dceb0cc19be3545af8639db55785d66e','Insert Row (x7)','',NULL,'2.0.5','EXECUTED','104'),('1226412230538-24','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:0b77e92c0d1482c1bef7ca1add6b233b','Insert Row (x2)','',NULL,'2.0.5','EXECUTED','107'),('1226412230538-7','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:c189f41d824649ef72dc3cef74d3580b','Insert Row (x106)','',NULL,'2.0.5','EXECUTED','108'),('1226412230538-9a','ben (generated)','liquibase-core-data.xml','2014-09-18 14:16:30','3:73c2b426be208fb50f088ad4ee76c8d6','Insert Row (x4)','',NULL,'2.0.5','EXECUTED','118'),('1227123456789-100','dkayiwa','liquibase-schema-only.xml','2014-09-18 14:16:05','3:24751e1218f5fff3d2abf8e281e557c5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','178'),('1227303685425-1','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:56','3:a851046bb3eb5b0daccb6e69ef8a9a00','Create Table','',NULL,'2.0.5','EXECUTED','1'),('1227303685425-10','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:3fb7e78555ddf8d8014ba336bb8b5402','Create Table','',NULL,'2.0.5','EXECUTED','8'),('1227303685425-100','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:8d20fc37ce4266cba349eeef66951688','Create Index','',NULL,'2.0.5','EXECUTED','114'),('1227303685425-101','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:cc9b2ad0c2ff9ad6fcfd2f56b52d795f','Create Index','',NULL,'2.0.5','EXECUTED','115'),('1227303685425-102','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:97d1301e8ab7f35e109c733fdedde10f','Create Index','',NULL,'2.0.5','EXECUTED','116'),('1227303685425-103','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:2447e4abc7501a18f401594e4c836fff','Create Index','',NULL,'2.0.5','EXECUTED','117'),('1227303685425-104','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:8d6c644eaf9f696e3fee1362863c26ec','Create Index','',NULL,'2.0.5','EXECUTED','118'),('1227303685425-105','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:fb3838f818387718d9b4cbf410d653cd','Create Index','',NULL,'2.0.5','EXECUTED','119'),('1227303685425-106','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:a644de1082a85ab7a0fc520bb8fc23d7','Create Index','',NULL,'2.0.5','EXECUTED','120'),('1227303685425-107','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:f11eb4e4bc4a5192b7e52622965aacb2','Create Index','',NULL,'2.0.5','EXECUTED','121'),('1227303685425-108','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:07fc6fd2c0086f941aed0b2c95c89dc8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','135'),('1227303685425-109','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:c2911be31587bbc868a55f13fcc3ba5e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','136'),('1227303685425-11','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:1cef06ece4f56bfbe205ec03b75a129f','Create Table','',NULL,'2.0.5','EXECUTED','9'),('1227303685425-110','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:32c42fa39fe81932aa02974bb19567ed','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','137'),('1227303685425-111','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:f35c8159ca7f84ae551bdb988b833760','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','138'),('1227303685425-112','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:df0a45bc276e7484f183e3190cff8394','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','139'),('1227303685425-115','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:d3b13502ef9794718d68bd0697fd7c2b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','140'),('1227303685425-116','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:6014d91cadbbfc05bd364619d94a4f18','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','141'),('1227303685425-117','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:02','3:0841471be0ebff9aba768017b9a9717b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','142'),('1227303685425-118','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:c73351f905761c3cee7235b526eff1a0','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','143'),('1227303685425-119','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:cd72c79bfd3c807ba5451d8ca5cb2612','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','144'),('1227303685425-12','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:b9726f1c78d0cba40d5ee61e721350f7','Create Table','',NULL,'2.0.5','EXECUTED','10'),('1227303685425-120','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:b07d718d9d2b64060584d4c460ffc277','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','145'),('1227303685425-121','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:be141d71df248fba87a322b35f13b4db','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','146'),('1227303685425-122','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:7bcc45dda3aeea4ab3916701483443d3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','147'),('1227303685425-123','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:031e4dcf20174b92bbbb07323b86d569','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','148'),('1227303685425-124','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:7d277181a4e9d5e14f9cb1220c6c4c57','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','149'),('1227303685425-125','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:7172ef61a904cd7ae765f0205d9e66dd','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','150'),('1227303685425-126','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:0d9a3ffc816c3e4e8649df3de01a8ff6','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','151'),('1227303685425-128','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:3a9357d6283b2bb97c1423825d6d57eb','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','152'),('1227303685425-129','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:03','3:e3923913d6f34e0e8bc7333834884419','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','153'),('1227303685425-13','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:982544aff0ae869f5ac9691d5c93a7e4','Create Table','',NULL,'2.0.5','EXECUTED','11'),('1227303685425-130','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:dae7a98f3643acfe9db5c3b4b9e8f4ea','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','154'),('1227303685425-131','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:44a4e4791a0f727fffc96b9dab0a3fa8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','155'),('1227303685425-132','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:16dcc5a95708dbdaff07ed27507d8e29','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','156'),('1227303685425-134','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:c37757ed38ace0bb94d8455a49e3049a','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','157'),('1227303685425-135','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:ab40ab94ab2f86a0013ecbf9dd034de4','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','158'),('1227303685425-136','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:3878ab735b369d778a7feb2b92746352','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','159'),('1227303685425-137','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:a7bf99f775c2f07b534a4df4e5c5c20b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','160'),('1227303685425-139','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:f0a1690648292d939876bdeefa74792a','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','161'),('1227303685425-14','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:0132a13f3ff3c212ad7e11a9a0890bbb','Create Table','',NULL,'2.0.5','EXECUTED','12'),('1227303685425-140','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:7ba4860a1e0a00ff49a93d4e86929691','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','162'),('1227303685425-141','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:5b176976d808cf8b1b8fae7d2b19e059','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','163'),('1227303685425-142','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:5538db250e63d70a79dce2c5a74ee528','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','164'),('1227303685425-143','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:a981ac9be845bf6c6098aa98cd4d8456','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','165'),('1227303685425-144','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:04','3:84428d9dce773758f73616129935d888','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','166'),('1227303685425-145','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:6b8af6c242f1d598591478897feed2d8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','167'),('1227303685425-146','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:a8cddf3b63050686248e82a3b6de781f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','168'),('1227303685425-147','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:e8b5350ad40fa006c088f08fae4d3141','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','169'),('1227303685425-149','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:b6c44ee5824ae261a9a87b8ac60fe23d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','170'),('1227303685425-15','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:18dd3e507ecbe5212bcdf0a0a8012d88','Create Table','',NULL,'2.0.5','EXECUTED','13'),('1227303685425-150','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:f8c495d78d68c9fc701271a8e5d1f102','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','171'),('1227303685425-151','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:94dc5b8d27f275fb06cc230eb313e430','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','172'),('1227303685425-153','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:2a04930665fe64516765263d1a9b0775','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','173'),('1227303685425-154','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:adfef8b8dd7b774b268b0968b7400f42','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','174'),('1227303685425-155','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:540b0422c733b464a33ca937348d8b4c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','175'),('1227303685425-158','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:d1d73e19bab5821f256c01a83e2d945f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','176'),('1227303685425-159','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:05','3:c23d0cd0eec5f20385b4182af18fc835','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','177'),('1227303685425-16','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:4c19b5c980b58e54af005e1fa50359ae','Create Table','',NULL,'2.0.5','EXECUTED','14'),('1227303685425-160','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:cc64f6e676cb6a448f73599d8149490c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','179'),('1227303685425-161','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:f48e300a3439d90fa2d518b3d6e145a5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','180'),('1227303685425-162','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:467e31995c41be55426a5256d99312c4','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','181'),('1227303685425-163','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:45a4519c252f7e42d649292b022ec158','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','182'),('1227303685425-164','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:dfd51e701b716c07841c2e4ea6f59f3e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','183'),('1227303685425-165','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:0d69b82ce833ea585e95a6887f800108','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','184'),('1227303685425-166','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:2070f44c444e1e6efdbe7dfb9f7b846d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','185'),('1227303685425-167','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:9196c0f9792007c72233649cc7c2ac58','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','186'),('1227303685425-168','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:33d644a49e92a4bbd4cb653d6554c8d0','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','187'),('1227303685425-169','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:e75c37cbd9aa22cf95b2dc89fdb2c831','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','188'),('1227303685425-17','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:250e3f0d4bb139fa751d0875fd1d5b89','Create Table','',NULL,'2.0.5','EXECUTED','15'),('1227303685425-170','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:ac31515d8822caa0c87705cb0706e52f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','189'),('1227303685425-171','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:06','3:b40823e1322acea52497f43033e72e5e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','190'),('1227303685425-173','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:b37c0b43a23ad3b072e34055875f7dcc','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','191'),('1227303685425-174','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:f8c5737a51f0f040e9fac3060c246e46','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','192'),('1227303685425-175','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:87cc15f9622b014d01d4df512a3f835e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','193'),('1227303685425-176','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:f57273dfbaba02ea785a0e165994f74b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','194'),('1227303685425-177','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:1555790e99827ded259d5ec7860eb1b1','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','195'),('1227303685425-178','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:757206752885a07d1eea5585ad9e2dce','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','196'),('1227303685425-179','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:018efd7d7a5e84f7c2c9cec7299d596e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','197'),('1227303685425-18','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:2eb2063d3e1233e7ebc23f313da5bff6','Create Table','',NULL,'2.0.5','EXECUTED','16'),('1227303685425-180','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:9ba52b3b7059674e881b7611a3428bde','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','198'),('1227303685425-181','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:ffee79a7426d7e41cf65889c2a5064f2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','199'),('1227303685425-182','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:380743d4f027534180d818f5c507fae9','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','200'),('1227303685425-183','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:07','3:6882a4cf798e257af34753a8b5e7a157','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','201'),('1227303685425-184','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:93473623db4b6e7ca7813658da5b6771','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','202'),('1227303685425-185','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:f19a46800a4695266f3372aa709650b2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','203'),('1227303685425-186','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:adfd7433de8d3b196d1166f62e497f8d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','204'),('1227303685425-187','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:88b09239d29fbddd8bf4640df9f3e235','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','205'),('1227303685425-188','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:777e5970e09a3a1608bf7c40ef1ea1db','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','206'),('1227303685425-189','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:40dab4e434aa06340ba046fbd1382c6d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','207'),('1227303685425-19','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:b5acf27abca6fec3533e081a6c57c415','Create Table','',NULL,'2.0.5','EXECUTED','17'),('1227303685425-190','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:8766098ff9779a913d5642862955eaff','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','208'),('1227303685425-191','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:2a52afd1df6dcf64ec21f3c6ffe1d022','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','209'),('1227303685425-192','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:fa5de48b1490faa157e1977529034169','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','210'),('1227303685425-193','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:1213cb90fa9bd1561a371cc53c262d0f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','211'),('1227303685425-194','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:2eb07e7388ff8d68d36cf2f3552c1a7c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','212'),('1227303685425-195','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:08','3:d6ec9bb7b3bab333dcea4a3c18083616','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','213'),('1227303685425-196','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:df03afd5ef34e472fd6d43ef74a859e1','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','214'),('1227303685425-197','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:a0811395501a4423ca66de08fcf53895','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','215'),('1227303685425-198','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:e46a78b95280d9082557ed991af8dbe7','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','216'),('1227303685425-199','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:e57afffae0d6a439927e45cde4393363','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','217'),('1227303685425-2','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:56','3:d90246bb4d8342608e818a872d3335f1','Create Table','',NULL,'2.0.5','EXECUTED','2'),('1227303685425-20','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:e0a8a4978c536423320f1ff44520169a','Create Table','',NULL,'2.0.5','EXECUTED','18'),('1227303685425-200','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:667c2308fcf366f47fab8d9df3a3b2ae','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','218'),('1227303685425-201','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:104750a2b7779fa43e8457071e0bc33e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','219'),('1227303685425-202','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:4b813b03362a54d89a28ed1b10bc9069','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','220'),('1227303685425-203','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:526893ceedd67d8a26747e314a15f501','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','221'),('1227303685425-204','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:d0dbb7cc972e73f6a429b273ef63132e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','222'),('1227303685425-205','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:44244a3065d9a5531a081d176aa4e93d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','223'),('1227303685425-207','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:77ade071c48615dbb39cbf9f01610c0e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','224'),('1227303685425-208','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:09','3:04495bf48c23d0fe56133da87c4e9a66','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','225'),('1227303685425-209','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:ff99d75d98ce0428a57100aeb558a529','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','226'),('1227303685425-21','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:f2353036e6382f45f91af5d8024fb04c','Create Table','',NULL,'2.0.5','EXECUTED','19'),('1227303685425-210','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:537b2e8f88277a6276bcdac5d1493e4e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','227'),('1227303685425-211','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:3da39190692480b0a610b5c66fd056b8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','228'),('1227303685425-212','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:347f20b32a463b73f0a93de13731a3a3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','229'),('1227303685425-213','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:b89ee7f6dd678737268566b7e7d0d5d3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','230'),('1227303685425-214','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:5f4b3400ecb50d46e04a18b6b57821c8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','231'),('1227303685425-215','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:3dfa6664ca6b77eee492af73908f7312','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','232'),('1227303685425-216','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:7f7dbdcdaf3914e33458c0d67bc326db','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','233'),('1227303685425-217','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:1f03c97bd9b3ee1c2726656c6a0db795','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','234'),('1227303685425-218','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:e0a67bb4f3ea4b44de76fd73ca02ddb3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','235'),('1227303685425-219','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:10','3:9a347c93be3356b84358ada2264ed201','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','236'),('1227303685425-22','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:5ff0caa8c8497fd681f111bf2842baca','Create Table','',NULL,'2.0.5','EXECUTED','20'),('1227303685425-220','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:8a744c0020e6c6ae519ed0a04d79f82d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','237'),('1227303685425-221','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:cc3f5b38ea88221efe32bc99be062edf','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','238'),('1227303685425-222','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:a90ffe3cbe9ddd1704e702e71ba5a216','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','239'),('1227303685425-223','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:ee4b79223897197c46c79d6ed2e68538','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','240'),('1227303685425-224','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:56d7625e53d13008ae7a31d09ba7dab8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','241'),('1227303685425-225','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:b94477e4e6ecf22bc973408d2d01a868','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','242'),('1227303685425-226','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:d7a0cde832f1f557f0f42710645c1b50','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','243'),('1227303685425-227','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:6873a8454254a783dbcbe608828c0bd0','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','244'),('1227303685425-228','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:6ffcdbbe70b8f8e096785a3c2fe83318','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','245'),('1227303685425-229','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:ef5d7095407e0df6a1fcaf7c3c55872b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','246'),('1227303685425-23','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:c3aa4ad35ead35e805a99083a95a1c86','Create Table','',NULL,'2.0.5','EXECUTED','21'),('1227303685425-230','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:11','3:306710c2acba2e689bf1121d577f449b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','247'),('1227303685425-231','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:71f320edc9221ce73876d80077b7b94d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','248'),('1227303685425-232','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:8dfba47fb6719dc743b231cc645a8378','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','249'),('1227303685425-234','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:9b12808a0fe62d6951bcd61f9cbff3f8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','250'),('1227303685425-235','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:a3e9822b106a9bb42f5b9d28dc70335c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','251'),('1227303685425-236','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:388be0f658f8bf6df800fe3efd4dadb3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','252'),('1227303685425-237','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:eee4cb65598835838fd6deb8e4043693','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','253'),('1227303685425-239','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:3b38e45410dd1d02530d012a12b6b03c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','254'),('1227303685425-24','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:f4f4e3a5fa3d93bb50d2004c6976cc12','Create Table','',NULL,'2.0.5','EXECUTED','22'),('1227303685425-240','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:095316f05dac21b4a33a141e5781d99d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','255'),('1227303685425-241','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:2cffae7a53d76f19e5194778cff75a4f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','256'),('1227303685425-242','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:828732619d67fa932631e18827d74463','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','257'),('1227303685425-243','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:12','3:730166a1b0c3162e8ce882e0c8f308c5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','258'),('1227303685425-244','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:77c03c05576961f7efebdfa10ae68119','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','259'),('1227303685425-245','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:d7d8dcaceb9793b0801c87eb2c94cd11','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','260'),('1227303685425-246','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:d395ea3ef18817dc23e750a1048cb4e1','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','261'),('1227303685425-247','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:4546bff7866082946f19e5d82ffc4d2e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','262'),('1227303685425-248','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:4e1071a7c1047f2d3b49778ce2f8bc40','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','263'),('1227303685425-249','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:fd6b7823929af9fded1f213d319eae13','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','264'),('1227303685425-25','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:2a720a7c4302c435c06c045abcce3b4d','Create Table','',NULL,'2.0.5','EXECUTED','23'),('1227303685425-250','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:955129e5e6adf3723583c047eb33583d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','265'),('1227303685425-251','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:7a12c926e69a3d1a7e31da2b8d7123e5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','266'),('1227303685425-252','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:eb8c61b5b792346af3d3f8732278260b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','267'),('1227303685425-253','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:761e6c7fb13a82c6ab671039e5dc5646','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','268'),('1227303685425-254','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:9a2401574c95120e1f90d18fde428d10','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','269'),('1227303685425-255','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:13','3:cda3d0c5c91b85d9f4610554eabb331e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','270'),('1227303685425-256','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:ebf6243c66261bf0168e72ceccd0fdb8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','271'),('1227303685425-257','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:8dc087b963a10a52a22312c3c995cec2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','272'),('1227303685425-258','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:489d5e366070f6b2424b8e5a20d0118f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','273'),('1227303685425-259','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:d8d2a1cfddf07123a8e6f52b1e71705d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','274'),('1227303685425-26','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:8adbeeca3dce3d9befb7a02714d20fec','Create Table','',NULL,'2.0.5','EXECUTED','24'),('1227303685425-260','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:741f0c9e309b8515b713decb56ed6cb2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','275'),('1227303685425-261','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:7034f7db7864956b7ca13ceb70cc8a92','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','276'),('1227303685425-262','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:e3a5995253a29723231b0912b971fb5a','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','277'),('1227303685425-263','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:b1d3718c15765d4a3bf89cb61376d3af','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','278'),('1227303685425-264','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:973683323e2ce886f07ef53a6836ad1e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','279'),('1227303685425-265','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:eff44c0cd530b852864042134ebccb47','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','280'),('1227303685425-266','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:14','3:2493248589e21293811c01cdb6c2fb87','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','281'),('1227303685425-267','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:ee636bdbc5839d7de0914648e1f07431','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','282'),('1227303685425-268','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:96710f10538b24f39e74ebc13eb6a3fc','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','283'),('1227303685425-269','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:5be60bacdaf2ab2d8a3103e36b32f6b9','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','284'),('1227303685425-27','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:6d359a7595e5b9a61ac1101aa7df59e7','Create Table','',NULL,'2.0.5','EXECUTED','25'),('1227303685425-270','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:35a1f2d06c31af2f02df3e7aea4d05a5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','285'),('1227303685425-271','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:64d94dfba329b70a842a09b01b952850','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','286'),('1227303685425-272','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:0e3787e31b95815106e7e051b9c4a79a','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','287'),('1227303685425-273','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:00949a7bd184ed4ee994eabf4b98a41f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','288'),('1227303685425-274','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:b63e3786d661815d2b7c63b277796fc9','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','289'),('1227303685425-275','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:7e0ac267990b953ff9efe8fece53b4dd','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','290'),('1227303685425-276','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:d66f7691a19406c215b3b4b4c5330775','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','291'),('1227303685425-277','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:9b7c8b6ab0b9f8ffde5e7853efa40db5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','292'),('1227303685425-278','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:15','3:e5f95724ac551e5905c604e59af444f9','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','293'),('1227303685425-279','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:6b4a4c9072a92897562aa595c27aaae4','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','294'),('1227303685425-28','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:7264098c8ccfa42b12ffb13056f77383','Create Table','',NULL,'2.0.5','EXECUTED','26'),('1227303685425-280','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:8fb315815532eb73c13fac2dac763f69','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','295'),('1227303685425-281','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:1bed6131408c745505800d96130d3b30','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','296'),('1227303685425-282','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:ecf4138f4fd2d1e8be720381ac401623','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','297'),('1227303685425-283','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:00b414c29dcc3be9683f28ff3f2d9b20','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','298'),('1227303685425-284','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:b71dcc206a323ffa6ac4cd658de7b435','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','299'),('1227303685425-285','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:17423acbed3db4325d48d91e9f0e7147','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','300'),('1227303685425-286','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:2d8576bdbc9dd67137ba462b563022d8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','301'),('1227303685425-287','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:6798c27ddf8ca72952030d6005422c1e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','302'),('1227303685425-288','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:b28ec2579454fa7a13fd3896420ad1ff','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','303'),('1227303685425-289','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:cbfff99e22305c5570cdc8fdb33f3542','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','304'),('1227303685425-29','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:750f7e9a5f0898408626a11ce7f34ee4','Create Table','',NULL,'2.0.5','EXECUTED','27'),('1227303685425-290','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:16','3:66957ec2b3211869a1ad777de33e7983','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','305'),('1227303685425-291','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:18b7da760f632dc6baf910fe5001212d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','306'),('1227303685425-292','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:a1a914015e07b1637a9c655a9be3cfcd','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','307'),('1227303685425-293','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:5fedacb04729210c4a27bbfa2a3704f1','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','308'),('1227303685425-294','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:cf53101d520adb79fd1827819bcf0401','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','309'),('1227303685425-295','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:22b93c390cd6054f3dc8b62814d143cf','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','310'),('1227303685425-296','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:8b71fc2ae6be26a1ddc499cfc6e2cdba','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','311'),('1227303685425-297','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:d10fb06a37b1433a248b549ebae31e63','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','312'),('1227303685425-298','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:a3008458deed3c8c95f475395df6d788','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','313'),('1227303685425-299','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:b380ee7cce1b82a2f983d242b45c63b3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','314'),('1227303685425-30','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:0951dbc13f8f4c6fd4ccc8a7ddb9d77c','Create Table','',NULL,'2.0.5','EXECUTED','28'),('1227303685425-300','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:01f02c28d4f52e712aad87873aaa40f8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','315'),('1227303685425-301','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:17','3:adf03ccc09e8f37f827b8ffbf3afff83','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','316'),('1227303685425-31','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:5669760a2908489a63a69c3d34dd5c54','Create Table','',NULL,'2.0.5','EXECUTED','29'),('1227303685425-32','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:c8b2b1bb1eb7b3885c89f436210cc2d5','Create Table','',NULL,'2.0.5','EXECUTED','30'),('1227303685425-33','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:7b55b4b34bca59cf0d0b7271a2906568','Create Table','',NULL,'2.0.5','EXECUTED','31'),('1227303685425-34','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:05a6b514927868471d71b334502d0e85','Create Table','',NULL,'2.0.5','EXECUTED','32'),('1227303685425-35','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:528a3f364b7acce00fcc4d49153a5626','Create Table','',NULL,'2.0.5','EXECUTED','33'),('1227303685425-36','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:2f8eb6548a5d935d7df6f68b329b7685','Create Table','',NULL,'2.0.5','EXECUTED','34'),('1227303685425-37','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:fb11397b44997fe8fef33f8ae86d4044','Create Table','',NULL,'2.0.5','EXECUTED','35'),('1227303685425-39','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:3efa037ecd0227f935b601f0bda28692','Create Table','',NULL,'2.0.5','EXECUTED','36'),('1227303685425-4','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:56','3:27c254248b84b163e54161c6f14c2104','Create Table','',NULL,'2.0.5','EXECUTED','3'),('1227303685425-40','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:934d8b580b8b3572b3795a92496783a2','Create Table','',NULL,'2.0.5','EXECUTED','37'),('1227303685425-41','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:a65a25558c348c19863a0088ae031ad7','Create Table','',NULL,'2.0.5','EXECUTED','38'),('1227303685425-42','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:1264d39b6cb1fa81263df8f7a0819a5e','Create Table','',NULL,'2.0.5','EXECUTED','39'),('1227303685425-43','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:bbdbc4ae1631b83db687f4a92453ba3e','Create Table','',NULL,'2.0.5','EXECUTED','40'),('1227303685425-44','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:98d047deb448c37f252eca7c035bf158','Create Table','',NULL,'2.0.5','EXECUTED','41'),('1227303685425-45','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:a8a1d8af033a6e76c1e2060727bf4ebe','Create Table','',NULL,'2.0.5','EXECUTED','42'),('1227303685425-46','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:95fa512a96ab3d1d070d11614c2b5fd5','Create Table','',NULL,'2.0.5','EXECUTED','43'),('1227303685425-47','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:7ae5af2d7f0b3e0bfaf9f243f56851eb','Create Table','',NULL,'2.0.5','EXECUTED','44'),('1227303685425-48','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:fdbf71c7035399d628225af885c63114','Create Table','',NULL,'2.0.5','EXECUTED','45'),('1227303685425-49','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:0c00abd4429f2072f360915eb2eec3de','Create Table','',NULL,'2.0.5','EXECUTED','46'),('1227303685425-5','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:56','3:63b45eb5e407f1aa4e6569392ca957ca','Create Table','',NULL,'2.0.5','EXECUTED','4'),('1227303685425-50','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:0e2c0cecd82166846a869f8ecce32bc2','Create Table','',NULL,'2.0.5','EXECUTED','47'),('1227303685425-51','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:308c259886e442254ca616d365db78a2','Create Table','',NULL,'2.0.5','EXECUTED','48'),('1227303685425-52','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:c11b85565b591de38d518fe60411507d','Create Table','',NULL,'2.0.5','EXECUTED','49'),('1227303685425-53','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:2860fbf54a18e959646882325eb4dd87','Create Table','',NULL,'2.0.5','EXECUTED','50'),('1227303685425-54','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:350eb1d5e1f0a2db57a1487790e56769','Create Table','',NULL,'2.0.5','EXECUTED','51'),('1227303685425-55','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:2318a41398b0583575e358aa79813cc6','Create Table','',NULL,'2.0.5','EXECUTED','52'),('1227303685425-56','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:9fcb808d4c751b4d65850479558590d9','Create Table','',NULL,'2.0.5','EXECUTED','53'),('1227303685425-57','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:401395592f65e4216b0b0e8a756ae9b8','Create Table','',NULL,'2.0.5','EXECUTED','54'),('1227303685425-58','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:fcb459a88d234d6556ab5f5aff73a926','Create Table','',NULL,'2.0.5','EXECUTED','55'),('1227303685425-59','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:ab774554467ea7818601acb495c57e5a','Create Table','',NULL,'2.0.5','EXECUTED','56'),('1227303685425-6','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:56','3:570a29d5b7f6b945d80de91fce59c0f6','Create Table','',NULL,'2.0.5','EXECUTED','5'),('1227303685425-60','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:54282635bb2bf4218be532ed940ac4b0','Create Table','',NULL,'2.0.5','EXECUTED','57'),('1227303685425-61','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:920daa80f4f9db2cacee8dca6ca4f971','Create Table','',NULL,'2.0.5','EXECUTED','58'),('1227303685425-62','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:58','3:55daf6d077eac0ef7e30e6395bc4bc68','Create Table','',NULL,'2.0.5','EXECUTED','59'),('1227303685425-63','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:cdc470c39dadd7cb1a1527a82ff737d3','Create Table','',NULL,'2.0.5','EXECUTED','60'),('1227303685425-64','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:e3eb66044ea03e417837e9c1668f28e3','Create Table','',NULL,'2.0.5','EXECUTED','61'),('1227303685425-65','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:f3a2f7801224c3f3410bc9f7a1cfebff','Create Table','',NULL,'2.0.5','EXECUTED','62'),('1227303685425-66','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:93e2d359d5f6c38b95dfd47dce687c9c','Create Table','',NULL,'2.0.5','EXECUTED','63'),('1227303685425-67','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:ec491d9f71a9e334e005a4f85c9ffdc6','Create Table','',NULL,'2.0.5','EXECUTED','64'),('1227303685425-68','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:40096bd3e62db8377ce4f0a1fcea444e','Create Table','',NULL,'2.0.5','EXECUTED','65'),('1227303685425-7','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:56','3:13a412a8d9125f657594bc96f742dd1b','Create Table','',NULL,'2.0.5','EXECUTED','6'),('1227303685425-70','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:0df5ce250df07062c43119d18fc2a85b','Create Table','',NULL,'2.0.5','EXECUTED','66'),('1227303685425-71','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:06e7ba94af07838a3d2ebb98816412a3','Create Table','',NULL,'2.0.5','EXECUTED','67'),('1227303685425-72','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:59','3:01610d6974df470c653bc34953a31335','Create Table','',NULL,'2.0.5','EXECUTED','68'),('1227303685425-73','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:00','3:33d08000805c4b9d7db06556961553b1','Add Primary Key','',NULL,'2.0.5','EXECUTED','89'),('1227303685425-75','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:00','3:f2b0a95b4015b54d38c721906abc1fdb','Add Primary Key','',NULL,'2.0.5','EXECUTED','90'),('1227303685425-77','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:00','3:bdde9c0d7374a3468a94426199b0d930','Add Primary Key','',NULL,'2.0.5','EXECUTED','91'),('1227303685425-78','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:00','3:6fb4014a9a3ecc6ed09a896936b8342d','Add Primary Key','',NULL,'2.0.5','EXECUTED','92'),('1227303685425-79','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:77e1d7c49e104435d10d90cc70e006e3','Add Primary Key','',NULL,'2.0.5','EXECUTED','93'),('1227303685425-81','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:a5871abe4cdc3d8d9390a9b4ab0d0776','Add Primary Key','',NULL,'2.0.5','EXECUTED','94'),('1227303685425-82','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:2f7eab1e485fd5a653af8799a84383b4','Add Primary Key','',NULL,'2.0.5','EXECUTED','95'),('1227303685425-83','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:60ca763d5ac940b3bc189e2f28270bd8','Add Primary Key','',NULL,'2.0.5','EXECUTED','96'),('1227303685425-84','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:901f48ab4c9e3a702fc0b38c5e724a5e','Add Primary Key','',NULL,'2.0.5','EXECUTED','97'),('1227303685425-85','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:5544801862c8f21461acf9a22283ccab','Create Index','',NULL,'2.0.5','EXECUTED','99'),('1227303685425-86','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:70591fc2cd8ce2e7bda36b407bbcaa86','Create Index','',NULL,'2.0.5','EXECUTED','100'),('1227303685425-87','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:35c206a147d28660ffee5f87208f1f6b','Create Index','',NULL,'2.0.5','EXECUTED','101'),('1227303685425-88','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:d399797580e14e7d67c1c40637314476','Create Index','',NULL,'2.0.5','EXECUTED','102'),('1227303685425-89','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:138fa4373fe05e63fe5f923cf3c17e69','Create Index','',NULL,'2.0.5','EXECUTED','103'),('1227303685425-9','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:15:57','3:ac6886dbc0c811bda6909908fb2d30a2','Create Table','',NULL,'2.0.5','EXECUTED','7'),('1227303685425-90','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:4b60e13b8e209c2b5b1f981f4c28fc1b','Create Index','',NULL,'2.0.5','EXECUTED','104'),('1227303685425-91','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:f9c13df6f50d1e7c1fad36faa020d7a6','Create Index','',NULL,'2.0.5','EXECUTED','105'),('1227303685425-92','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:c24d9e0d28b3a208dbe2fc1cfaf23720','Create Index','',NULL,'2.0.5','EXECUTED','106'),('1227303685425-93','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:ae9beae273f9502bc01580754e0f2bdf','Create Index','',NULL,'2.0.5','EXECUTED','107'),('1227303685425-94','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:39d98e23d1480b677bc8f2341711756b','Create Index','',NULL,'2.0.5','EXECUTED','108'),('1227303685425-95','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:16ece63cd24c4c5048356cc2854235e1','Create Index','',NULL,'2.0.5','EXECUTED','109'),('1227303685425-96','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:de9943f6a1500bd3f94cb7e0c1d3bde7','Create Index','',NULL,'2.0.5','EXECUTED','110'),('1227303685425-97','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:c0fac38fa4928378abe6f47bd78926b1','Create Index','',NULL,'2.0.5','EXECUTED','111'),('1227303685425-98','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:4c8938f3ea457f5f4f4936e9cbaf898b','Create Index','',NULL,'2.0.5','EXECUTED','112'),('1227303685425-99','ben (generated)','liquibase-schema-only.xml','2014-09-18 14:16:01','3:d331ce5f04aca9071c5b897396d81098','Create Index','',NULL,'2.0.5','EXECUTED','113'),('170620141122','mujir/vinay','migrations/dependent-modules/liquibase.xml','2014-09-18 14:18:38','3:7a2f69232425dbd90a79e67618916ce5','Update Data','Update version for above change',NULL,'2.0.5','EXECUTED','103'),('17092015053645','Hemanth','liquibase.xml','2015-10-08 15:15:51','3:3a5649b540435525e947a2b595e20282','Create Table','',NULL,'2.0.5','EXECUTED','100'),('2','upul','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:b1811e5e43321192b275d6e2fe2fa564','Add Foreign Key Constraint','Create the foreign key from the privilege required for to edit\n a person attribute type and the privilege.privilege column',NULL,'2.0.5','MARK_RAN','101'),('2-increase-privilege-col-size-rol-privilege','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:31','3:6fc0247ae054fedeb32a4af3775046f4','Drop Foreign Key Constraint, Modify Column, Add Foreign Key Constraint','Increasing the size of the privilege column in the role_privilege table',NULL,'2.0.5','EXECUTED','114'),('2-role-assign-new-api-privileges-to-renamed-ones','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:30','3:4eadbd161bf0f7e15eafb4a52b01b625','Custom SQL','Assigning the new API-level privileges to roles that used to have the renamed privileges',NULL,'2.0.5','EXECUTED','112'),('200805281223','bmckown','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:b1fc37f9ec96eac9203f0808c2f4ac26','Create Table, Add Foreign Key Constraint','Create the concept_complex table',NULL,'2.0.5','MARK_RAN','103'),('200805281224','bmckown','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:ea32453830c2215bdb209770396002e7','Add Column','Adding the value_complex column to obs. This may take a long time if you have a large number of observations.',NULL,'2.0.5','MARK_RAN','104'),('200805281225','bmckown','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:5281031bcc075df3b959e94da4adcaa9','Insert Row','Adding a \'complex\' Concept Datatype',NULL,'2.0.5','MARK_RAN','105'),('200805281226','bmckown','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:9a49a3d002485f3a77134d98fb7c8cd8','Drop Table (x2)','Dropping the mimetype and complex_obs tables as they aren\'t needed in the new complex obs setup',NULL,'2.0.5','MARK_RAN','106'),('200809191226','smbugua','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:eed0aa27b44ecf668c81e457d99fa7de','Add Column','Adding the hl7 archive message_state column so that archives can be tracked\n (preCondition database_version check in place because this change was in the old format in trunk for a while)',NULL,'2.0.5','MARK_RAN','107'),('200809191927','smbugua','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:f0e4fab64749e42770e62e9330c2d288','Rename Column, Modify Column','Adding the hl7 archive message_state column so that archives can be tracked',NULL,'2.0.5','MARK_RAN','108'),('200811261102','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:158dd028359ebfd4f1c9bf2e76a5e143','Update Data','Fix field property for new Tribe person attribute',NULL,'2.0.5','EXECUTED','102'),('200901101524','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:feb4a087d13657164e5c3bc787b7f83f','Modify Column','Changing datatype of drug.retire_reason from DATETIME to varchar(255)',NULL,'2.0.5','EXECUTED','109'),('200901130950','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:f1e5e7124bdb4f7378866fdb691e2780','Delete Data (x2)','Remove Manage Tribes and View Tribes privileges from all roles',NULL,'2.0.5','EXECUTED','110'),('200901130951','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:54ac8683819837cc04f1a16b6311d668','Delete Data (x2)','Remove Manage Mime Types, View Mime Types, and Purge Mime Types privilege',NULL,'2.0.5','EXECUTED','111'),('200901161126','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:871b9364dd87b6bfcc0005f40b6eb399','Delete Data','Removed the database_version global property',NULL,'2.0.5','EXECUTED','112'),('20090121-0949','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:8639e35e0238019af2f9e326dd5cbc22','Custom SQL','Switched the default xslt to use PV1-19 instead of PV1-1',NULL,'2.0.5','EXECUTED','113'),('20090122-0853','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:37','3:4903c6f81f0309313013851f09a26b85','Custom SQL, Add Lookup Table, Drop Foreign Key Constraint, Delete Data (x2), Drop Table','Remove duplicate concept name tags',NULL,'2.0.5','EXECUTED','114'),('20090123-0305','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:48cdf2b28fcad687072ac8133e46cba6','Add Unique Constraint','Add unique constraint to the tags table',NULL,'2.0.5','MARK_RAN','115'),('20090214-2246','isherman','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:d16c607266238df425db61908e7c8745','Custom SQL','Add weight and cd4 to patientGraphConcepts user property (mysql specific)',NULL,'2.0.5','EXECUTED','121'),('20090214-2247','isherman','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:e4eeb4a09c2ab695bbde832cd7b6047d','Custom SQL','Add weight and cd4 to patientGraphConcepts user property (using standard sql)',NULL,'2.0.5','MARK_RAN','122'),('200902142212','ewolodzko','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:df93fa2841295b29a0fcd4225c46d1a3','Add Column','Add a sortWeight field to PersonAttributeType',NULL,'2.0.5','MARK_RAN','300'),('200902142213','ewolodzko','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:288804e42d575fe62c852ed9daa9d59d','Custom SQL','Add default sortWeights to all current PersonAttributeTypes',NULL,'2.0.5','EXECUTED','301'),('20090224-1002-create-visit_type','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:ea3c0b323da2d51cf43e982177eace96','Create Table, Add Foreign Key Constraint (x3)','Create visit type table',NULL,'2.0.5','MARK_RAN','440'),('20090224-1229','Keelhaul+bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:f8433194bcb29073c17c7765ce61aab2','Create Table, Add Foreign Key Constraint (x2)','Add location tags table',NULL,'2.0.5','MARK_RAN','116'),('20090224-1250','Keelhaul+bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:8935a56fac2ad91275248d4675c2c090','Create Table, Add Foreign Key Constraint (x2), Add Primary Key','Add location tag map table',NULL,'2.0.5','MARK_RAN','117'),('20090224-1256','Keelhaul+bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:9c0e7238dd1daad9edff381ba22a3ada','Add Column, Add Foreign Key Constraint','Add parent_location column to location table',NULL,'2.0.5','MARK_RAN','118'),('20090225-1551','dthomas','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:a3aed1685bd1051a8c4fae0eab925954',NULL,NULL,NULL,NULL,'MARK_RAN','10001'),('20090301-1259','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:21f2ac06dee26613b73003cd1f247ea8','Update Data (x2)','Fixes the description for name layout global property',NULL,'2.0.5','EXECUTED','120'),('20090316-1008','vanand','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:baa49982f1106c65ba33c845bba149b3',NULL,NULL,NULL,NULL,'MARK_RAN','10000'),('20090316-1008-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:aeeb6c14cd22ffa121a2582e04025f5a','Modify Column (x36)','(Fixed)Changing from smallint to BOOLEAN type on BOOLEAN properties',NULL,'2.0.5','EXECUTED','488'),('200903210905','mseaton','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:720bb7a3f71f0c0a911d3364e55dd72f','Create Table, Add Foreign Key Constraint (x3)','Add a table to enable generic storage of serialized objects',NULL,'2.0.5','MARK_RAN','123'),('200903210905-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:a11519f50deeece1f9760d3fc1ac3f05','Modify Column','(Fixed)Add a table to enable generic storage of serialized objects',NULL,'2.0.5','EXECUTED','124'),('20090402-1515-38-cohort','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:5c65821ef168d9e8296466be5990ae08','Add Column','Adding \"uuid\" column to cohort table',NULL,'2.0.5','MARK_RAN','129'),('20090402-1515-38-concept','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:8004d09d6e2a34623b8d0a13d6c38dc4','Add Column','Adding \"uuid\" column to concept table',NULL,'2.0.5','MARK_RAN','130'),('20090402-1515-38-concept_answer','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:adf3f4ebf7e0eb55eb6927dea7ce2a49','Add Column','Adding \"uuid\" column to concept_answer table',NULL,'2.0.5','MARK_RAN','131'),('20090402-1515-38-concept_class','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:f39e190a2e12c7a6163a0d8a82544228','Add Column','Adding \"uuid\" column to concept_class table',NULL,'2.0.5','MARK_RAN','132'),('20090402-1515-38-concept_datatype','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:d68b3f2323626fee7b433f873a019412','Add Column','Adding \"uuid\" column to concept_datatype table',NULL,'2.0.5','MARK_RAN','133'),('20090402-1515-38-concept_description','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:7d043672ede851c5dcd717171f953c75','Add Column','Adding \"uuid\" column to concept_description table',NULL,'2.0.5','MARK_RAN','134'),('20090402-1515-38-concept_map','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:c1884f56bd70a205b86e7c4038e6c6f9',NULL,NULL,NULL,NULL,'MARK_RAN','10002'),('20090402-1515-38-concept_name','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:822888c5ba1132f6783fbd032c21f238','Add Column','Adding \"uuid\" column to concept_name table',NULL,'2.0.5','MARK_RAN','135'),('20090402-1515-38-concept_name_tag','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:dcb584d414ffd8133c97e42585bd34cd','Add Column','Adding \"uuid\" column to concept_name_tag table',NULL,'2.0.5','MARK_RAN','136'),('20090402-1515-38-concept_proposal','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:fe19ecccb704331741c227aa72597789','Add Column','Adding \"uuid\" column to concept_proposal table',NULL,'2.0.5','MARK_RAN','137'),('20090402-1515-38-concept_set','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:cdc72e16eaec2244c09e9e2fedf5806b','Add Column','Adding \"uuid\" column to concept_set table',NULL,'2.0.5','MARK_RAN','138'),('20090402-1515-38-concept_source','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:ad101415b93eaf653871eddd4fe4fc17',NULL,NULL,NULL,NULL,'MARK_RAN','10003'),('20090402-1515-38-concept_state_conversion','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:5ce8a6cdbfa8742b033b0b1c12e4cd42','Add Column','Adding \"uuid\" column to concept_state_conversion table',NULL,'2.0.5','MARK_RAN','139'),('20090402-1515-38-drug','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:6869bd44f51cb7f63f758fbd8a7fe156','Add Column','Adding \"uuid\" column to drug table',NULL,'2.0.5','MARK_RAN','140'),('20090402-1515-38-encounter','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:0808491f7ec59827a0415f2949b9d90e','Add Column','Adding \"uuid\" column to encounter table',NULL,'2.0.5','MARK_RAN','141'),('20090402-1515-38-encounter_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:9aaac835f4d9579386990d4990ffb9d6','Add Column','Adding \"uuid\" column to encounter_type table',NULL,'2.0.5','MARK_RAN','142'),('20090402-1515-38-field','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:dfee5fe509457ef12b14254bab9e6df5','Add Column','Adding \"uuid\" column to field table',NULL,'2.0.5','MARK_RAN','143'),('20090402-1515-38-field_answer','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:c378494d6e9ae45b278c726256619cd7','Add Column','Adding \"uuid\" column to field_answer table',NULL,'2.0.5','MARK_RAN','144'),('20090402-1515-38-field_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:dfb47f0b85d5bdad77f3a15cc4d180ec','Add Column','Adding \"uuid\" column to field_type table',NULL,'2.0.5','MARK_RAN','145'),('20090402-1515-38-form','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:eb707ff99ed8ca2945a43175b904dea4','Add Column','Adding \"uuid\" column to form table',NULL,'2.0.5','MARK_RAN','146'),('20090402-1515-38-form_field','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:635701ccda0484966f45f0e617119100','Add Column','Adding \"uuid\" column to form_field table',NULL,'2.0.5','MARK_RAN','147'),('20090402-1515-38-global_property','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:1c62ba666b60eaa88ee3a90853f3bf59','Add Column','Adding \"uuid\" column to global_property table',NULL,'2.0.5','MARK_RAN','148'),('20090402-1515-38-hl7_in_archive','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:9c5015280eff821924416112922fd94d','Add Column','Adding \"uuid\" column to hl7_in_archive table',NULL,'2.0.5','MARK_RAN','149'),('20090402-1515-38-hl7_in_error','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:35b94fc079e6de9ada4329a7bbc55645','Add Column','Adding \"uuid\" column to hl7_in_error table',NULL,'2.0.5','MARK_RAN','150'),('20090402-1515-38-hl7_in_queue','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:494d9eaaed055d0c5af4b4d85db2095d','Add Column','Adding \"uuid\" column to hl7_in_queue table',NULL,'2.0.5','MARK_RAN','151'),('20090402-1515-38-hl7_source','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:8bc9839788ef5ab415ccf020eb04a1f7','Add Column','Adding \"uuid\" column to hl7_source table',NULL,'2.0.5','MARK_RAN','152'),('20090402-1515-38-location','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:7e6b762f813310c72026677d540dee57','Add Column','Adding \"uuid\" column to location table',NULL,'2.0.5','MARK_RAN','153'),('20090402-1515-38-location_tag','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:6a94a67e776662268d42f09cf7c66ac0','Add Column','Adding \"uuid\" column to location_tag table',NULL,'2.0.5','MARK_RAN','154'),('20090402-1515-38-note','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:f0fd7b6750d07c973aad667b170cdfa8','Add Column','Adding \"uuid\" column to note table',NULL,'2.0.5','MARK_RAN','155'),('20090402-1515-38-notification_alert','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:f2865558fb76c7584f6e86786b0ffdea','Add Column','Adding \"uuid\" column to notification_alert table',NULL,'2.0.5','MARK_RAN','156'),('20090402-1515-38-notification_template','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:c05536d99eb2479211cb10010d48a2e9','Add Column','Adding \"uuid\" column to notification_template table',NULL,'2.0.5','MARK_RAN','157'),('20090402-1515-38-obs','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:ba99d7eccba2185e9d5ebab98007e577','Add Column','Adding \"uuid\" column to obs table',NULL,'2.0.5','MARK_RAN','158'),('20090402-1515-38-orders','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:732a2d4fd91690d544f0c63bdb65819f','Add Column','Adding \"uuid\" column to orders table',NULL,'2.0.5','MARK_RAN','160'),('20090402-1515-38-order_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:137552884c5eb5af4c3f77c90df514cb','Add Column','Adding \"uuid\" column to order_type table',NULL,'2.0.5','MARK_RAN','159'),('20090402-1515-38-patient_identifier','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:1a9ddcd8997bcf1a9668051d397e41c1','Add Column','Adding \"uuid\" column to patient_identifier table',NULL,'2.0.5','MARK_RAN','161'),('20090402-1515-38-patient_identifier_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:6170d6caa73320fd2433fba0a16e8029','Add Column','Adding \"uuid\" column to patient_identifier_type table',NULL,'2.0.5','MARK_RAN','162'),('20090402-1515-38-patient_program','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:8fb284b435669717f4b5aaa66e61fc10','Add Column','Adding \"uuid\" column to patient_program table',NULL,'2.0.5','MARK_RAN','163'),('20090402-1515-38-patient_state','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:b67eb1bbd3e2912a646f56425c38631f','Add Column','Adding \"uuid\" column to patient_state table',NULL,'2.0.5','MARK_RAN','164'),('20090402-1515-38-person','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:2b89eb77976b9159717e9d7b83c34cf1','Add Column','Adding \"uuid\" column to person table',NULL,'2.0.5','MARK_RAN','165'),('20090402-1515-38-person_address','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:cfdb17b16b6d15477bc72d4d19ac3f29','Add Column','Adding \"uuid\" column to person_address table',NULL,'2.0.5','MARK_RAN','166'),('20090402-1515-38-person_attribute','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:2f6b7fa688987b32d99cda348c6f6c46','Add Column','Adding \"uuid\" column to person_attribute table',NULL,'2.0.5','MARK_RAN','167'),('20090402-1515-38-person_attribute_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:38d4dce320f2fc35db9dfcc2eafc093e','Add Column','Adding \"uuid\" column to person_attribute_type table',NULL,'2.0.5','MARK_RAN','168'),('20090402-1515-38-person_name','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:339f02d6797870f9e7dd704f093b088c','Add Column','Adding \"uuid\" column to person_name table',NULL,'2.0.5','MARK_RAN','169'),('20090402-1515-38-privilege','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:41f52c4340fdc9f0825ea9660edea8ec','Add Column','Adding \"uuid\" column to privilege table',NULL,'2.0.5','MARK_RAN','170'),('20090402-1515-38-program','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:a72f80159cdbd576906cd3b9069d425b','Add Column','Adding \"uuid\" column to program table',NULL,'2.0.5','MARK_RAN','171'),('20090402-1515-38-program_workflow','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:c69183f7e1614d5a338c0d0944f1e754','Add Column','Adding \"uuid\" column to program_workflow table',NULL,'2.0.5','MARK_RAN','172'),('20090402-1515-38-program_workflow_state','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:e25b0fa351bb667af3ff562855f66bb6','Add Column','Adding \"uuid\" column to program_workflow_state table',NULL,'2.0.5','MARK_RAN','173'),('20090402-1515-38-relationship','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:95407167e9f4984de1d710a83371ebd1','Add Column','Adding \"uuid\" column to relationship table',NULL,'2.0.5','MARK_RAN','174'),('20090402-1515-38-relationship_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:f8755b127c004d11a43bfd6558be01b7','Add Column','Adding \"uuid\" column to relationship_type table',NULL,'2.0.5','MARK_RAN','175'),('20090402-1515-38-report_object','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:b7ce0784e817be464370a3154fd4aa9c','Add Column','Adding \"uuid\" column to report_object table',NULL,'2.0.5','MARK_RAN','176'),('20090402-1515-38-report_schema_xml','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:ce7ae79a3e3ce429a56fa658c48889b5','Add Column','Adding \"uuid\" column to report_schema_xml table',NULL,'2.0.5','MARK_RAN','177'),('20090402-1515-38-role','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:f33887a0b51ab366d414e16202cf55db','Add Column','Adding \"uuid\" column to role table',NULL,'2.0.5','MARK_RAN','178'),('20090402-1515-38-serialized_object','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:341cfbdff8ebf188d526bf3348619dcc','Add Column','Adding \"uuid\" column to serialized_object table',NULL,'2.0.5','MARK_RAN','179'),('20090402-1516-cohort','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:110084035197514c8d640b915230cf72','Update Data','Generating UUIDs for all rows in cohort table via built in uuid function.',NULL,'2.0.5','EXECUTED','180'),('20090402-1516-concept','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:a44bc743cb837d88f7371282f3a5871e','Update Data','Generating UUIDs for all rows in concept table via built in uuid function.',NULL,'2.0.5','EXECUTED','181'),('20090402-1516-concept_answer','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:f01d7278b153fa10a7d741607501ae1e','Update Data','Generating UUIDs for all rows in concept_answer table via built in uuid function.',NULL,'2.0.5','EXECUTED','182'),('20090402-1516-concept_class','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:786f0ec8beec453ea9487f2e77f9fb4d','Update Data','Generating UUIDs for all rows in concept_class table via built in uuid function.',NULL,'2.0.5','EXECUTED','183'),('20090402-1516-concept_datatype','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:b828e9851365ec70531dabd250374989','Update Data','Generating UUIDs for all rows in concept_datatype table via built in uuid function.',NULL,'2.0.5','EXECUTED','184'),('20090402-1516-concept_description','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:37dbfc43c73553c9c9ecf11206714cc4','Update Data','Generating UUIDs for all rows in concept_description table via built in uuid function.',NULL,'2.0.5','EXECUTED','185'),('20090402-1516-concept_map','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:e843f99c0371aabee21ca94fcef01f39',NULL,NULL,NULL,NULL,'MARK_RAN','10004'),('20090402-1516-concept_name','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:dd414ae9367287c9c03342a79abd1d62','Update Data','Generating UUIDs for all rows in concept_name table via built in uuid function.',NULL,'2.0.5','EXECUTED','186'),('20090402-1516-concept_name_tag','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:cd7b5d0ceeb90b2254708b44c10d03e8','Update Data','Generating UUIDs for all rows in concept_name_tag table via built in uuid function.',NULL,'2.0.5','EXECUTED','187'),('20090402-1516-concept_proposal','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:fb1cfa9c5decbafc3293f3dd1d87ff2b','Update Data','Generating UUIDs for all rows in concept_proposal table via built in uuid function.',NULL,'2.0.5','EXECUTED','188'),('20090402-1516-concept_set','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:3b7f3851624014e740f89bc9a431feaa','Update Data','Generating UUIDs for all rows in concept_set table via built in uuid function.',NULL,'2.0.5','EXECUTED','189'),('20090402-1516-concept_source','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:53da91ae3e39d7fb7ebca91df3bfd9a6',NULL,NULL,NULL,NULL,'MARK_RAN','10005'),('20090402-1516-concept_state_conversion','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:23197d24e498ad86d4e001b183cc0c6b','Update Data','Generating UUIDs for all rows in concept_state_conversion table via built in uuid function.',NULL,'2.0.5','EXECUTED','190'),('20090402-1516-drug','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:40b47df80bd425337b7bdd8b41497967','Update Data','Generating UUIDs for all rows in drug table via built in uuid function.',NULL,'2.0.5','EXECUTED','191'),('20090402-1516-encounter','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:40146708b71d86d4c8c5340767a98f5e','Update Data','Generating UUIDs for all rows in encounter table via built in uuid function.',NULL,'2.0.5','EXECUTED','192'),('20090402-1516-encounter_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:738c6b6244a84fc8e6d582bcd472ffe6','Update Data','Generating UUIDs for all rows in encounter_type table via built in uuid function.',NULL,'2.0.5','EXECUTED','193'),('20090402-1516-field','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:98d2a1550e867e4ef303a4cc47ed904d','Update Data','Generating UUIDs for all rows in field table via built in uuid function.',NULL,'2.0.5','EXECUTED','194'),('20090402-1516-field_answer','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:82bdfe361286d261724eef97dd89e358','Update Data','Generating UUIDs for all rows in field_answer table via built in uuid function.',NULL,'2.0.5','EXECUTED','195'),('20090402-1516-field_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:19a8d007f6147651240ebb9539d3303a','Update Data','Generating UUIDs for all rows in field_type table via built in uuid function.',NULL,'2.0.5','EXECUTED','196'),('20090402-1516-form','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:026ddf1c9050c7367d4eb57dd4105322','Update Data','Generating UUIDs for all rows in form table via built in uuid function.',NULL,'2.0.5','EXECUTED','197'),('20090402-1516-form_field','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:a8b0bcdb35830c2badfdcb9b1cfdd3b5','Update Data','Generating UUIDs for all rows in form_field table via built in uuid function.',NULL,'2.0.5','EXECUTED','198'),('20090402-1516-global_property','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:75a5b4a9473bc9c6bfbabf8e77b0cda7','Update Data','Generating UUIDs for all rows in global_property table via built in uuid function.',NULL,'2.0.5','EXECUTED','199'),('20090402-1516-hl7_in_archive','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:09891436d8ea0ad14f7b52fd05daa237','Update Data','Generating UUIDs for all rows in hl7_in_archive table via built in uuid function.',NULL,'2.0.5','EXECUTED','200'),('20090402-1516-hl7_in_error','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:8d276bbd8bf9d9d1c64756f37ef91ed3','Update Data','Generating UUIDs for all rows in hl7_in_error table via built in uuid function.',NULL,'2.0.5','EXECUTED','201'),('20090402-1516-hl7_in_queue','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:25e8f998171accd46860717f93690ccc','Update Data','Generating UUIDs for all rows in hl7_in_queue table via built in uuid function.',NULL,'2.0.5','EXECUTED','202'),('20090402-1516-hl7_source','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:45c06e034d7158a0d09afae60c4c83d6','Update Data','Generating UUIDs for all rows in hl7_source table via built in uuid function.',NULL,'2.0.5','EXECUTED','203'),('20090402-1516-location','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:fce0f7eaab989f2ff9664fc66d6b8419','Update Data','Generating UUIDs for all rows in location table via built in uuid function.',NULL,'2.0.5','EXECUTED','204'),('20090402-1516-location_tag','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:50f26d1376ea108bbb65fd4d0633e741','Update Data','Generating UUIDs for all rows in location_tag table via built in uuid function.',NULL,'2.0.5','EXECUTED','205'),('20090402-1516-note','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:f5a0eea2a7c59fffafa674de4356e621','Update Data','Generating UUIDs for all rows in note table via built in uuid function.',NULL,'2.0.5','EXECUTED','206'),('20090402-1516-notification_alert','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:481fbab9bd53449903ac193894adbc28','Update Data','Generating UUIDs for all rows in notification_alert table via built in uuid function.',NULL,'2.0.5','EXECUTED','207'),('20090402-1516-notification_template','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:a4a2990465c4c99747f83ea880cac46a','Update Data','Generating UUIDs for all rows in notification_template table via built in uuid function.',NULL,'2.0.5','EXECUTED','208'),('20090402-1516-obs','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:26d80fdd889922821244f84e3f8039e7','Update Data','Generating UUIDs for all rows in obs table via built in uuid function.',NULL,'2.0.5','EXECUTED','209'),('20090402-1516-orders','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:ec3bc80540d78f416e1d4eef62e8e15a','Update Data','Generating UUIDs for all rows in orders table via built in uuid function.',NULL,'2.0.5','EXECUTED','211'),('20090402-1516-order_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:cae66b98b889c7ee1c8d6ab270a8d0d5','Update Data','Generating UUIDs for all rows in order_type table via built in uuid function.',NULL,'2.0.5','EXECUTED','210'),('20090402-1516-patient_identifier','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:647906cc7cf1fde9b7644b8f2541664f','Update Data','Generating UUIDs for all rows in patient_identifier table via built in uuid function.',NULL,'2.0.5','EXECUTED','212'),('20090402-1516-patient_identifier_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:85f8db0310c15a74b17e968c7730ae12','Update Data','Generating UUIDs for all rows in patient_identifier_type table via built in uuid function.',NULL,'2.0.5','EXECUTED','213'),('20090402-1516-patient_program','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:576b7db39f0212f8e92b6f4e1844ea30','Update Data','Generating UUIDs for all rows in patient_program table via built in uuid function.',NULL,'2.0.5','EXECUTED','214'),('20090402-1516-patient_state','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:250eab0f97fc4eeb4f1a930fbccfcf08','Update Data','Generating UUIDs for all rows in patient_state table via built in uuid function.',NULL,'2.0.5','EXECUTED','215'),('20090402-1516-person','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:cedc8bcd77ade51558fb2d12916e31a4','Update Data','Generating UUIDs for all rows in person table via built in uuid function.',NULL,'2.0.5','EXECUTED','216'),('20090402-1516-person_address','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:0f817424ca41e5c5b459591d6e18b3c6','Update Data','Generating UUIDs for all rows in person_address table via built in uuid function.',NULL,'2.0.5','EXECUTED','217'),('20090402-1516-person_attribute','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:7f9e09b1267c4a787a9d3e37acfd5746','Update Data','Generating UUIDs for all rows in person_attribute table via built in uuid function.',NULL,'2.0.5','EXECUTED','218'),('20090402-1516-person_attribute_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:1e5f84054b7b7fdf59673e2260f48d9d','Update Data','Generating UUIDs for all rows in person_attribute_type table via built in uuid function.',NULL,'2.0.5','EXECUTED','219'),('20090402-1516-person_name','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:f827da2c097b01ca9073c258b19e9540','Update Data','Generating UUIDs for all rows in person_name table via built in uuid function.',NULL,'2.0.5','EXECUTED','220'),('20090402-1516-privilege','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:2ab150a53c91ded0c5b53fa99fde4ba2','Update Data','Generating UUIDs for all rows in privilege table via built in uuid function.',NULL,'2.0.5','EXECUTED','221'),('20090402-1516-program','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:132b63f2efcf781187602e043122e7ff','Update Data','Generating UUIDs for all rows in program table via built in uuid function.',NULL,'2.0.5','EXECUTED','222'),('20090402-1516-program_workflow','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:d945359ed4bb6cc6a21f4554a0c50a33','Update Data','Generating UUIDs for all rows in program_workflow table via built in uuid function.',NULL,'2.0.5','EXECUTED','223'),('20090402-1516-program_workflow_state','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:4bc093882ac096562d63562ac76a1ffa','Update Data','Generating UUIDs for all rows in program_workflow_state table via built in uuid function.',NULL,'2.0.5','EXECUTED','224'),('20090402-1516-relationship','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:25e22c04ada4808cc31fd48f23703333','Update Data','Generating UUIDs for all rows in relationship table via built in uuid function.',NULL,'2.0.5','EXECUTED','225'),('20090402-1516-relationship_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:562ad77e9453595c9cd22a2cdde3cc41','Update Data','Generating UUIDs for all rows in relationship_type table via built in uuid function.',NULL,'2.0.5','EXECUTED','226'),('20090402-1516-report_object','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:8531f740c64a0d1605225536c1be0860','Update Data','Generating UUIDs for all rows in report_object table via built in uuid function.',NULL,'2.0.5','EXECUTED','227'),('20090402-1516-report_schema_xml','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:cd9efe4d62f2754b057d2d409d6e826a','Update Data','Generating UUIDs for all rows in report_schema_xml table via built in uuid function.',NULL,'2.0.5','EXECUTED','228'),('20090402-1516-role','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:f75bfc36ad13cb9324b9520804a60141','Update Data','Generating UUIDs for all rows in role table via built in uuid function.',NULL,'2.0.5','EXECUTED','229'),('20090402-1516-serialized_object','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:c809b71d2444a8a8e2c5e5574d344c82','Update Data','Generating UUIDs for all rows in serialized_object table via built in uuid function.',NULL,'2.0.5','EXECUTED','230'),('20090402-1517','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:42','3:4edd135921eb263d4811cf1c22ef4846','Custom Change','Adding UUIDs to all rows in all columns via a java class. (This will take a long time on large databases)',NULL,'2.0.5','MARK_RAN','239'),('20090402-1518','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:42','3:a9564fc8de85d37f4748a3fa1e69281c','Add Not-Null Constraint (x52)','Now that UUID generation is done, set the uuid columns to not \"NOT NULL\"',NULL,'2.0.5','MARK_RAN','240'),('20090402-1519-cohort','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:43','3:260c435f1cf3e3f01d953d630c7a578b','Create Index','Creating unique index on cohort.uuid column',NULL,'2.0.5','EXECUTED','241'),('20090402-1519-concept','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:43','3:9e363ee4b39e7fdfb547e3a51ad187c7','Create Index','Creating unique index on concept.uuid column',NULL,'2.0.5','EXECUTED','242'),('20090402-1519-concept_answer','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:43','3:34b049a3fd545928760968beb1e98e00','Create Index','Creating unique index on concept_answer.uuid column',NULL,'2.0.5','EXECUTED','243'),('20090402-1519-concept_class','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:44','3:0fc95dccef2343850adb1fe49d60f3c3','Create Index','Creating unique index on concept_class.uuid column',NULL,'2.0.5','EXECUTED','244'),('20090402-1519-concept_datatype','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:44','3:0cf065b0f780dc2eeca994628af49a34','Create Index','Creating unique index on concept_datatype.uuid column',NULL,'2.0.5','EXECUTED','245'),('20090402-1519-concept_description','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:45','3:16ce0ad6c3e37071bbfcaad744693d0f','Create Index','Creating unique index on concept_description.uuid column',NULL,'2.0.5','EXECUTED','246'),('20090402-1519-concept_map','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:b8a320c1d44ab94e785c9ae6c41378f3',NULL,NULL,NULL,NULL,'MARK_RAN','10006'),('20090402-1519-concept_name','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:45','3:0d5866c0d3eadc8df09b1a7c160508ca','Create Index','Creating unique index on concept_name.uuid column',NULL,'2.0.5','EXECUTED','247'),('20090402-1519-concept_name_tag','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:46','3:7ba597ec0fb5fbfba615ac97df642072','Create Index','Creating unique index on concept_name_tag.uuid column',NULL,'2.0.5','EXECUTED','248'),('20090402-1519-concept_proposal','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:47','3:79f9f4af9669c2b03511832a23db55e0','Create Index','Creating unique index on concept_proposal.uuid column',NULL,'2.0.5','EXECUTED','249'),('20090402-1519-concept_set','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:47','3:f5ba4e2d5ddd4ec66f43501b9749cf70','Create Index','Creating unique index on concept_set.uuid column',NULL,'2.0.5','EXECUTED','250'),('20090402-1519-concept_source','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:c7c47d9c2876bfa53542885e304b21e7',NULL,NULL,NULL,NULL,'MARK_RAN','10007'),('20090402-1519-concept_state_conversion','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:48','3:cc9d9bb0d5eb9f6583cd538919b42b9a','Create Index','Creating unique index on concept_state_conversion.uuid column',NULL,'2.0.5','EXECUTED','251'),('20090402-1519-drug','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:48','3:8cac800e9f857e29698e1c80ab7e6a52','Create Index','Creating unique index on drug.uuid column',NULL,'2.0.5','EXECUTED','252'),('20090402-1519-encounter','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:49','3:8fd623411a44ffb0d4e3a4139e916585','Create Index','Creating unique index on encounter.uuid column',NULL,'2.0.5','EXECUTED','253'),('20090402-1519-encounter_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:49','3:71e0e1df8c290d8b6e81e281154661e0','Create Index','Creating unique index on encounter_type.uuid column',NULL,'2.0.5','EXECUTED','254'),('20090402-1519-field','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:50','3:36d9eba3e0a90061c6bf1c8aa483110e','Create Index','Creating unique index on field.uuid column',NULL,'2.0.5','EXECUTED','255'),('20090402-1519-field_answer','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:50','3:81572b572f758cac173b5d14516f600e','Create Index','Creating unique index on field_answer.uuid column',NULL,'2.0.5','EXECUTED','256'),('20090402-1519-field_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:51','3:a0c3927dfde900959131aeb1490a5f51','Create Index','Creating unique index on field_type.uuid column',NULL,'2.0.5','EXECUTED','257'),('20090402-1519-form','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:51','3:61147c780ce563776a1caed795661aca','Create Index','Creating unique index on form.uuid column',NULL,'2.0.5','EXECUTED','258'),('20090402-1519-form_field','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:52','3:bd9def4522865d181e42809f9dd5c116','Create Index','Creating unique index on form_field.uuid column',NULL,'2.0.5','EXECUTED','259'),('20090402-1519-global_property','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:52','3:0e6b84ad5fffa3fd49242b5475e8eb66','Create Index','Creating unique index on global_property.uuid column',NULL,'2.0.5','EXECUTED','260'),('20090402-1519-hl7_in_archive','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:53','3:d2f8921c170e416560c234aa74964346','Create Index','Creating unique index on hl7_in_archive.uuid column',NULL,'2.0.5','EXECUTED','261'),('20090402-1519-hl7_in_error','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:53','3:9ccec0729ea1b4eaa5068726f9045c25','Create Index','Creating unique index on hl7_in_error.uuid column',NULL,'2.0.5','EXECUTED','262'),('20090402-1519-hl7_in_queue','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:54','3:af537cb4134c3f2ed0357f3280ceb6fe','Create Index','Creating unique index on hl7_in_queue.uuid column',NULL,'2.0.5','EXECUTED','263'),('20090402-1519-hl7_source','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:55','3:a6d1847b6a590319206f65be9d1d3c9e','Create Index','Creating unique index on hl7_source.uuid column',NULL,'2.0.5','EXECUTED','264'),('20090402-1519-location','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:55','3:c435bd4b405d4f11d919777718aa055c','Create Index','Creating unique index on location.uuid column',NULL,'2.0.5','EXECUTED','265'),('20090402-1519-location_tag','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:56','3:33a8a54cde59b23a9cdb7740a9995e1a','Create Index','Creating unique index on location_tag.uuid column',NULL,'2.0.5','EXECUTED','266'),('20090402-1519-note','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:56','3:97279b2ce285e56613a10a77c5af32b2','Create Index','Creating unique index on note.uuid column',NULL,'2.0.5','EXECUTED','267'),('20090402-1519-notification_alert','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:57','3:a763255eddf8607f7d86afbb3099d4b5','Create Index','Creating unique index on notification_alert.uuid column',NULL,'2.0.5','EXECUTED','268'),('20090402-1519-notification_template','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:57','3:9a69bbb343077bc62acdf6a66498029a','Create Index','Creating unique index on notification_template.uuid column',NULL,'2.0.5','EXECUTED','269'),('20090402-1519-obs','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:58','3:de9a7a24e527542e6b4a73e2cd31a7f9','Create Index','Creating unique index on obs.uuid column',NULL,'2.0.5','EXECUTED','270'),('20090402-1519-orders','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:59','3:848c0a00a32c5eb25041ad058fd38263','Create Index','Creating unique index on orders.uuid column',NULL,'2.0.5','EXECUTED','272'),('20090402-1519-order_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:58','3:d938d263e0acf974d43ad81d2fbe05b0','Create Index','Creating unique index on order_type.uuid column',NULL,'2.0.5','EXECUTED','271'),('20090402-1519-patient_identifier','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:59','3:43389efa06408c8312d130654309d140','Create Index','Creating unique index on patient_identifier.uuid column',NULL,'2.0.5','EXECUTED','273'),('20090402-1519-patient_identifier_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:00','3:3ffe4f31a1c48d2545e8eed4127cc490','Create Index','Creating unique index on patient_identifier_type.uuid column',NULL,'2.0.5','EXECUTED','274'),('20090402-1519-patient_program','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:00','3:ce69defda5ba254914f2319f3a7aac02','Create Index','Creating unique index on patient_program.uuid column',NULL,'2.0.5','EXECUTED','275'),('20090402-1519-patient_state','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:01','3:a4ca15f62b3c8c43f7f47ef8b9e39cd3','Create Index','Creating unique index on patient_state.uuid column',NULL,'2.0.5','EXECUTED','276'),('20090402-1519-person','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:01','3:345a5d4e8dea4d56c1a0784e7b35a801','Create Index','Creating unique index on person.uuid column',NULL,'2.0.5','EXECUTED','277'),('20090402-1519-person_address','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:02','3:105ece744a45b624ea8990f152bb8300','Create Index','Creating unique index on person_address.uuid column',NULL,'2.0.5','EXECUTED','278'),('20090402-1519-person_attribute','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:02','3:67a8cdda8605c28f76314873d2606457','Create Index','Creating unique index on person_attribute.uuid column',NULL,'2.0.5','EXECUTED','279'),('20090402-1519-person_attribute_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:03','3:a234ad0ea13f32fc4529cf556151d611','Create Index','Creating unique index on person_attribute_type.uuid column',NULL,'2.0.5','EXECUTED','280'),('20090402-1519-person_name','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:04','3:d18e326ce221b4b1232ce2e355731338','Create Index','Creating unique index on person_name.uuid column',NULL,'2.0.5','EXECUTED','281'),('20090402-1519-privilege','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:04','3:47e7f70f34a213d870e2aeed795d5e3d','Create Index','Creating unique index on privilege.uuid column',NULL,'2.0.5','EXECUTED','282'),('20090402-1519-program','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:05','3:62f9d9ecd2325d5908237a769e9a8bc7','Create Index','Creating unique index on program.uuid column',NULL,'2.0.5','EXECUTED','283'),('20090402-1519-program_workflow','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:05','3:fabb3152f6055dc0071a2e5d6f573d2f','Create Index','Creating unique index on program_workflow.uuid column',NULL,'2.0.5','EXECUTED','284'),('20090402-1519-program_workflow_state','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:06','3:4fdf0c20aedcdc87b2c6058a1cc8fce7','Create Index','Creating unique index on program_workflow_state.uuid column',NULL,'2.0.5','EXECUTED','285'),('20090402-1519-relationship','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:06','3:c90617ca900b1aef3f29e71f693e8a25','Create Index','Creating unique index on relationship.uuid column',NULL,'2.0.5','EXECUTED','286'),('20090402-1519-relationship_type','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:07','3:c9f05aca70b6dad54af121b593587a29','Create Index','Creating unique index on relationship_type.uuid column',NULL,'2.0.5','EXECUTED','287'),('20090402-1519-report_object','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:07','3:6069b78580fd0d276f5dae9f3bdf21be','Create Index','Creating unique index on report_object.uuid column',NULL,'2.0.5','EXECUTED','288'),('20090402-1519-report_schema_xml','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:08','3:91499d332dda0577fd02b6a6b7b35e99','Create Index','Creating unique index on report_schema_xml.uuid column',NULL,'2.0.5','EXECUTED','289'),('20090402-1519-role','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:08','3:c535a800ceb006311bbb7a27e8bab6ea','Create Index','Creating unique index on role.uuid column',NULL,'2.0.5','EXECUTED','290'),('20090402-1519-serialized_object','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:09','3:e8f2b1c3a7a67aadc8499ebcb522c91a','Create Index','Creating unique index on serialized_object.uuid column',NULL,'2.0.5','EXECUTED','291'),('20090408-1298','Cory McCarthy','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:defbd13a058ba3563e232c2093cd2b37','Modify Column','Changed the datatype for encounter_type to \'text\' instead of just 50 chars',NULL,'2.0.5','EXECUTED','126'),('200904091023','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:48adc23e9c5d820a87f6c8d61dfb6b55','Delete Data (x4)','Remove Manage Tribes and View Tribes privileges from the privilege table and role_privilege table.\n The privileges will be recreated by the Tribe module if it is installed.',NULL,'2.0.5','EXECUTED','125'),('20090414-0804','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:479b4df8e3c746b5b96eeea422799774','Drop Foreign Key Constraint','Dropping foreign key on concept_set.concept_id table',NULL,'2.0.5','EXECUTED','231'),('20090414-0805','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:5017417439ff841eb036ceb94f3c5800','Drop Primary Key','Dropping primary key on concept set table',NULL,'2.0.5','MARK_RAN','232'),('20090414-0806','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:40','3:6b9cec59fd607569228bf87d4dffa1a5','Add Column','Adding new integer primary key to concept set table',NULL,'2.0.5','MARK_RAN','233'),('20090414-0807','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:41','3:57834f6c953f34035237e06a2dbed9c7','Create Index, Add Foreign Key Constraint','Adding index and foreign key to concept_set.concept_id column',NULL,'2.0.5','MARK_RAN','234'),('20090414-0808a','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:41','3:6c9d9e6b85c1bf04fdbf9fdec316f2ea','Drop Foreign Key Constraint','Dropping foreign key on patient_identifier.patient_id column',NULL,'2.0.5','EXECUTED','235'),('20090414-0808b','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:41','3:12e01363841135ed0dae46d71e7694cf','Drop Primary Key','Dropping non-integer primary key on patient identifier table before adding a new integer primary key',NULL,'2.0.5','MARK_RAN','236'),('20090414-0809','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:41','3:864765efa4cae1c8ffb1138d63f77017','Add Column','Adding new integer primary key to patient identifier table',NULL,'2.0.5','MARK_RAN','237'),('20090414-0810','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:42','3:4ca46ee358567e35c897a73c065e3367','Create Index, Add Foreign Key Constraint','Adding index and foreign key on patient_identifier.patient_id column',NULL,'2.0.5','MARK_RAN','238'),('20090414-0811a','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:09','3:f027a0ad38c0f6302def391da78aaaee','Drop Foreign Key Constraint','Dropping foreign key on concept_word.concept_id column',NULL,'2.0.5','EXECUTED','292'),('20090414-0811b','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:09','3:982d502e56854922542286cead4c09ce','Drop Primary Key','Dropping non-integer primary key on concept word table before adding new integer one',NULL,'2.0.5','MARK_RAN','294'),('20090414-0812','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:09','3:948e635fe3f63122856ca9b8a174352b','Add Column','Adding integer primary key to concept word table',NULL,'2.0.5','MARK_RAN','295'),('20090414-0812b','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:bd7731e58f3db9b944905597a08eb6cb','Add Foreign Key Constraint','Re-adding foreign key for concept_word.concept_name_id',NULL,'2.0.5','MARK_RAN','296'),('200904271042','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:db63ce704aff4741c52181d1c825ab62','Drop Column','Remove the now unused synonym column',NULL,'2.0.5','MARK_RAN','299'),('20090428-0811aa','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:09','3:58d8f3df1fe704714a7b4957a6c0e7f7','Drop Foreign Key Constraint','Removing concept_word.concept_name_id foreign key so that primary key can be changed to concept_word_id',NULL,'2.0.5','MARK_RAN','293'),('20090428-0854','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:11086a37155507c0238c9532f66b172b','Add Foreign Key Constraint','Adding foreign key for concept_word.concept_id column',NULL,'2.0.5','EXECUTED','297'),('200905071626','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:39','3:d29884c3ef8fd867c3c2ffbd557c14c2','Create Index','Add an index to the concept_word.concept_id column (This update may fail if it already exists)',NULL,'2.0.5','MARK_RAN','128'),('200905150814','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:16:38','3:44c729b393232d702553e0768cf94994','Delete Data','Deleting invalid concept words',NULL,'2.0.5','EXECUTED','127'),('200905150821','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:c0b7abc7eb00f243325b4a3fb2afc614','Custom SQL','Deleting duplicate concept word keys',NULL,'2.0.5','EXECUTED','298'),('200906301606','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:de40c56c128997509d1d943ed047c5d2','Modify Column','Change person_attribute_type.sort_weight from an integer to a float',NULL,'2.0.5','EXECUTED','302'),('200907161638-1','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:dfd352bdc4c5e6c88cd040d03c782e31','Modify Column','Change obs.value_numeric from a double(22,0) to a double',NULL,'2.0.5','EXECUTED','303'),('200907161638-2','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:a8dc0bd1593e6c99a02db443bc4cb001','Modify Column','Change concept_numeric columns from a double(22,0) type to a double',NULL,'2.0.5','EXECUTED','304'),('200907161638-3','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:47b8adbcd480660765dd117020a1e085','Modify Column','Change concept_set.sort_weight from a double(22,0) to a double',NULL,'2.0.5','EXECUTED','305'),('200907161638-4','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:3ffccaa291298fea317eb7025c058492','Modify Column','Change concept_set_derived.sort_weight from a double(22,0) to a double',NULL,'2.0.5','EXECUTED','306'),('200907161638-5','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:3b31cf625830c7e37fa638dbf9625000','Modify Column','Change drug table columns from a double(22,0) to a double',NULL,'2.0.5','EXECUTED','307'),('200907161638-6','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:dc733faec1539038854c0b559b45da0e','Modify Column','Change drug_order.dose from a double(22,0) to a double',NULL,'2.0.5','EXECUTED','308'),('200908291938-1','dthomas','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:b99a6d7349d367c30e8b404979e07b89',NULL,NULL,NULL,NULL,'MARK_RAN','10008'),('200908291938-2a','dthomas','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:7e9e8d9bffcb6e602b155827f72a3856',NULL,NULL,NULL,NULL,'MARK_RAN','10009'),('20090831-1039-38-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:54e254379235d5c8b569a00ac7dc9c3f','Add Column','Adding \"uuid\" column to scheduler_task_config table',NULL,'2.0.5','MARK_RAN','312'),('20090831-1040-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:a9b26bdab35405050c052a9a3f763db0','Update Data','Generating UUIDs for all rows in scheduler_task_config table via built in uuid function.',NULL,'2.0.5','EXECUTED','313'),('20090831-1041-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:25127273b2d501664ce325922b0c7db2','Custom Change','Adding UUIDs to all rows in scheduler_task_config table via a java class for non mysql/oracle/mssql databases.',NULL,'2.0.5','MARK_RAN','314'),('20090831-1042-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:76d8a8b5d342fc4111034861537315cf','Add Not-Null Constraint','Now that UUID generation is done for scheduler_task_config, set the uuid column to not \"NOT NULL\"',NULL,'2.0.5','EXECUTED','315'),('20090831-1043-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:5408ed04284c4f5d57f5160ca5393733','Create Index','Creating unique index on scheduler_task_config.uuid column',NULL,'2.0.5','EXECUTED','316'),('20090907-1','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:d6f3ed289cdbce6229b1414ec626a33c','Rename Column','Rename the concept_source.date_voided column to date_retired',NULL,'2.0.5','MARK_RAN','317'),('20090907-2a','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:b71e307e4e782cc5a851f764aa7fc0d0','Drop Foreign Key Constraint','Remove the concept_source.voided_by foreign key constraint',NULL,'2.0.5','MARK_RAN','318'),('20090907-2b','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:14e07ebc0a1138ee973bbb26b568d16e','Rename Column, Add Foreign Key Constraint','Rename the concept_source.voided_by column to retired_by',NULL,'2.0.5','MARK_RAN','319'),('20090907-3','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:adee9ced82158f9a9f3d64245ad591c6','Rename Column','Rename the concept_source.voided column to retired',NULL,'2.0.5','MARK_RAN','320'),('20090907-4','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:ad9b6ed4ef3ae43556d3e8c9e2ec0f5c','Rename Column','Rename the concept_source.void_reason column to retire_reason',NULL,'2.0.5','MARK_RAN','321'),('20091001-1023','rcrichton','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:2bf99392005da4e95178bd1e2c28a87b','Add Column','add retired column to relationship_type table',NULL,'2.0.5','MARK_RAN','349'),('20091001-1024','rcrichton','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:31b7b10f75047606406cea156bcc255f','Add Column','add retired_by column to relationship_type table',NULL,'2.0.5','MARK_RAN','350'),('20091001-1025','rcrichton','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:c6dd75893e5573baa0c7426ecccaa92d','Add Foreign Key Constraint','Create the foreign key from the relationship.retired_by to users.user_id.',NULL,'2.0.5','MARK_RAN','351'),('20091001-1026','rcrichton','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:47cfbab54a8049948784a165ffe830af','Add Column','add date_retired column to relationship_type table',NULL,'2.0.5','MARK_RAN','352'),('20091001-1027','rcrichton','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:2db32da70ac1e319909d692110b8654b','Add Column','add retire_reason column to relationship_type table',NULL,'2.0.5','MARK_RAN','353'),('200910271049-1','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:2e54d97b9f1b9f35b77cee691c23b7a9','Update Data (x5)','Setting core field types to have standard UUIDs',NULL,'2.0.5','EXECUTED','322'),('200910271049-10','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:827070940f217296c11ce332dc8858ff','Update Data (x4)','Setting core roles to have standard UUIDs',NULL,'2.0.5','EXECUTED','331'),('200910271049-2','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:11','3:3132d4cbfaab0c0b612c3fe1c55bd0f1','Update Data (x7)','Setting core person attribute types to have standard UUIDs',NULL,'2.0.5','EXECUTED','323'),('200910271049-3','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:f4d1a9004f91b6885a86419bc02f9d0b','Update Data (x4)','Setting core encounter types to have standard UUIDs',NULL,'2.0.5','EXECUTED','324'),('200910271049-4','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:0d4f7503bf8f00cb73338bb34305333a','Update Data (x12)','Setting core concept datatypes to have standard UUIDs',NULL,'2.0.5','EXECUTED','325'),('200910271049-5','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:98d8ac75977e1b099a4e45d96c6b1d1a','Update Data (x4)','Setting core relationship types to have standard UUIDs',NULL,'2.0.5','EXECUTED','326'),('200910271049-6','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:19355a03794869edad3889ac0adbdedf','Update Data (x15)','Setting core concept classes to have standard UUIDs',NULL,'2.0.5','EXECUTED','327'),('200910271049-7','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:fe4c89654d02d74de6d8e4b265a33288','Update Data (x2)','Setting core patient identifier types to have standard UUIDs',NULL,'2.0.5','EXECUTED','328'),('200910271049-8','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:dc4462b5b4b13c2bc306506848127556','Update Data','Setting core location to have standard UUIDs',NULL,'2.0.5','EXECUTED','329'),('200910271049-9','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:de2a0ed2adafb53f025039e9e8c6719e','Update Data','Setting core hl7 source to have standard UUIDs',NULL,'2.0.5','EXECUTED','330'),('200912031842','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:b966745213bedaeeabab8a874084bb95','Drop Foreign Key Constraint, Add Foreign Key Constraint','Changing encounter.provider_id to reference person instead of users',NULL,'2.0.5','EXECUTED','335'),('200912031846-1','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:23e728a7f214127cb91efd40ebbcc2d1','Add Column, Update Data','Adding person_id column to users table (if needed)',NULL,'2.0.5','MARK_RAN','337'),('200912031846-2','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:8d57907defa7e92e018038d57cfa78b4','Update Data, Add Not-Null Constraint','Populating users.person_id',NULL,'2.0.5','MARK_RAN','338'),('200912031846-3','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:48a50742f2904682caa1bc469f5b87e3','Add Foreign Key Constraint, Set Column as Auto-Increment','Restoring foreign key constraint on users.person_id',NULL,'2.0.5','EXECUTED','339'),('200912071501-1','arthurs','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:d1158b8a42127d7b8a4d5ad64cc7c225','Update Data','Change name for patient.searchMaxResults global property to person.searchMaxResults',NULL,'2.0.5','EXECUTED','332'),('200912091819','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:8c0b2b02a94b9c6c9529e1b29207464b','Add Column, Add Foreign Key Constraint','Adding retired metadata columns to users table',NULL,'2.0.5','MARK_RAN','340'),('200912091819-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:fd5fd1d2e6884662824bb78c8348fadf','Modify Column','(Fixed)users.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','341'),('200912091820','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:cba73499d1c4d09b0e4ae3b55ecc7d84','Update Data','Migrating voided metadata to retired metadata for users table',NULL,'2.0.5','MARK_RAN','342'),('200912091821','djazayeri','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:9b38d31ebfe427d1f8d6e8530687f29c',NULL,NULL,NULL,NULL,'MARK_RAN','10012'),('200912140038','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:be3aaa8da16b8a8841509faaeff070b4','Add Column','Adding \"uuid\" column to users table',NULL,'2.0.5','MARK_RAN','343'),('200912140039','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:5b2a81ac1efba5495962bfb86e51546d','Update Data','Generating UUIDs for all rows in users table via built in uuid function.',NULL,'2.0.5','EXECUTED','344'),('200912140040','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:c422b96e5b88eeae4f343d4f988cc4b2','Custom Change','Adding UUIDs to users table via a java class. (This will take a long time on large databases)',NULL,'2.0.5','MARK_RAN','345'),('200912141000-drug-add-date-changed','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:9c9a75e3a78104e72de078ac217b0972','Add Column','Add date_changed column to drug table',NULL,'2.0.5','MARK_RAN','525'),('200912141001-drug-add-changed-by','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:196629c722f52df68b5040e5266ac20f','Add Column, Add Foreign Key Constraint','Add changed_by column to drug table',NULL,'2.0.5','MARK_RAN','526'),('200912141552','madanmohan','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:835b6b98a7a437d959255ac666c12759','Add Column, Add Foreign Key Constraint','Add changed_by column to encounter table',NULL,'2.0.5','MARK_RAN','333'),('200912141553','madanmohan','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:7f768aa879beac091501ac9bb47ece4d','Add Column','Add date_changed column to encounter table',NULL,'2.0.5','MARK_RAN','334'),('20091215-0208','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:1c818a60d8ebc36f4b7911051c1f6764','Custom SQL','Prune concepts rows orphaned in concept_numeric tables',NULL,'2.0.5','EXECUTED','354'),('20091215-0209','jmiranda','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:adeadc55e4dd484b1d63cf123e299371','Custom SQL','Prune concepts rows orphaned in concept_complex tables',NULL,'2.0.5','EXECUTED','355'),('20091215-0210','jmiranda','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:08e8550629e4d5938494500f61d10961',NULL,NULL,NULL,NULL,'MARK_RAN','10011'),('200912151032','n.nehete','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:d7d8fededde8a27384ca1eb3f87f7914','Add Not-Null Constraint','Encounter Type should not be null when saving an Encounter',NULL,'2.0.5','EXECUTED','347'),('200912211118','nribeka','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:1f976b4eedf537d887451246d49db043',NULL,NULL,NULL,NULL,'MARK_RAN','10010'),('201001072007','upul','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:d5d60060fae8e9c30843b16b23bed9db','Add Column','Add last execution time column to scheduler_task_config table',NULL,'2.0.5','MARK_RAN','348'),('20100111-0111-associating-daemon-user-with-person','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:bebb5c508bb53e7d5be6fb3aa259bd2f','Custom SQL','Associating daemon user with a person',NULL,'2.0.5','MARK_RAN','518'),('20100128-1','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:eaa1b8e62aa32654480e7a476dc14a4a','Insert Row','Adding \'System Developer\' role again (see ticket #1499)',NULL,'2.0.5','MARK_RAN','309'),('20100128-2','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:3c486c2ea731dfad7905518cac8d6e70','Update Data','Switching users back from \'Administrator\' to \'System Developer\' (see ticket #1499)',NULL,'2.0.5','MARK_RAN','310'),('20100128-3','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:10','3:9acf8cae5d210f88006191e79b76532c','Delete Data','Deleting \'Administrator\' role (see ticket #1499)',NULL,'2.0.5','MARK_RAN','311'),('20100306-095513a','thilini.hg','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:b7a60c3c33a05a71dde5a26f35d85851','Drop Foreign Key Constraint','Dropping unused foreign key from notification alert table',NULL,'2.0.5','MARK_RAN','356'),('20100306-095513b','thilini.hg','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:8a6ebb6aefe04b470d5b3878485f9cc3','Drop Column','Dropping unused user_id column from notification alert table',NULL,'2.0.5','MARK_RAN','357'),('20100322-0908','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:94a8aae1d463754d7125cd546b4c590c','Add Column, Update Data','Adding sort_weight column to concept_answers table and initially sets the sort_weight to the concept_answer_id',NULL,'2.0.5','MARK_RAN','358'),('20100323-192043','ricardosbarbosa','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:c294c84ac7ff884d1e618f4eb74b0c52','Update Data, Delete Data (x2)','Removing the duplicate privilege \'Add Concept Proposal\' in favor of \'Add Concept Proposals\'',NULL,'2.0.5','EXECUTED','375'),('20100330-190413','ricardosbarbosa','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:d706294defdfb73af9b44db7d37069d0','Update Data, Delete Data (x2)','Removing the duplicate privilege \'Edit Concept Proposal\' in favor of \'Edit Concept Proposals\'',NULL,'2.0.5','EXECUTED','376'),('20100412-2217','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:0c3a3ea15adefa620ab62145f412d0b6','Add Column','Adding \"uuid\" column to notification_alert_recipient table',NULL,'2.0.5','MARK_RAN','359'),('20100412-2218','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:6fae383b5548c214d2ad2c76346e32e3','Update Data','Generating UUIDs for all rows in notification_alert_recipient table via built in uuid function.',NULL,'2.0.5','EXECUTED','360'),('20100412-2219','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:1401fe5f2d0c6bc23afa70b162e15346','Custom Change','Adding UUIDs to notification_alert_recipient table via a java class (if needed).',NULL,'2.0.5','MARK_RAN','361'),('20100412-2220','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:bf4474dd5700b570e158ddc8250c470b','Add Not-Null Constraint','Now that UUID generation is done, set the notification_alert_recipient.uuid column to not \"NOT NULL\"',NULL,'2.0.5','EXECUTED','362'),('20100413-1509','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:7a3ee61077e4dee1ceb4fe127afc835f','Rename Column','Change location_tag.tag to location_tag.name',NULL,'2.0.5','MARK_RAN','363'),('20100415-forgotten-from-before','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:13','3:d17699fbec80bd035ecb348ae5382754','Add Not-Null Constraint','Adding not null constraint to users.uuid',NULL,'2.0.5','EXECUTED','346'),('20100419-1209','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:f87b773f9a8e05892fdbe8740042abb5','Create Table, Add Foreign Key Constraint (x7), Create Index','Create the visit table and add the foreign key for visit_type',NULL,'2.0.5','MARK_RAN','441'),('20100419-1209-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:cb5970216f918522df3a059e29506c27','Modify Column','(Fixed)Changed visit.voided to BOOLEAN',NULL,'2.0.5','EXECUTED','442'),('20100423-1402','slorenz','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:3534020f1c68f70b0e9851d47a4874d6','Create Index','Add an index to the encounter.encounter_datetime column to speed up statistical\n analysis.',NULL,'2.0.5','MARK_RAN','365'),('20100423-1406','slorenz','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:f058162398862f0bdebc12d7eb54551b','Create Index','Add an index to the obs.obs_datetime column to speed up statistical analysis.',NULL,'2.0.5','MARK_RAN','366'),('20100426-1111-add-not-null-personid-contraint','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:a0b90b98be85aabbdebd957744ab805a','Add Not-Null Constraint','Add the not null person id contraint',NULL,'2.0.5','EXECUTED','519'),('20100426-1111-remove-not-null-personid-contraint','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:5bc2abe108ab2765e36294ff465c63a0','Drop Not-Null Constraint','Drop the not null person id contraint',NULL,'2.0.5','EXECUTED','367'),('20100426-1947','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:09adbdc9cb72dee82e67080b01d6578e','Insert Row','Adding daemon user to users table',NULL,'2.0.5','MARK_RAN','368'),('20100512-1400','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:0fbfb53e2e194543d7b3eaa59834e1e6','Insert Row','Create core order_type for drug orders',NULL,'2.0.5','MARK_RAN','370'),('20100513-1947','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:068c2bd55d9c731941fe9ef66f0011fb','Delete Data (x2)','Removing scheduler.username and scheduler.password global properties',NULL,'2.0.5','EXECUTED','369'),('20100517-1545','wyclif and djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:39a68e6b1954a0954d0f8d0c660a7aff','Custom Change','Switch boolean concepts/observations to be stored as coded',NULL,'2.0.5','EXECUTED','371'),('20100525-818-1','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:ed9dcb5bd0d7312db3123825f9bb4347','Create Table, Add Foreign Key Constraint (x2)','Create active list type table.',NULL,'2.0.5','MARK_RAN','377'),('20100525-818-1-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:4a648a54797fef2222764a7ee0b5e05a','Modify Column','(Fixed)Change active_list_type.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','378'),('20100525-818-2','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:bc5a86f0245f6f822a0d343b2fcf8dc6','Create Table, Add Foreign Key Constraint (x7)','Create active list table',NULL,'2.0.5','MARK_RAN','379'),('20100525-818-2-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:0a2879b368319f6d1e16d0d4417f4492','Modify Column','(Fixed)Change active_list_type.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','380'),('20100525-818-3','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:d382e7b9e23cdcc33ccde2d3f0473c41','Create Table, Add Foreign Key Constraint','Create allergen table',NULL,'2.0.5','MARK_RAN','381'),('20100525-818-4','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:1d6f1abd297c8da5a49d4885d0d34dfb','Create Table','Create problem table',NULL,'2.0.5','MARK_RAN','382'),('20100525-818-5','syhaas','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:2ac51b2e8813d61428367bad9fadaa33','Insert Row (x2)','Inserting default active list types',NULL,'2.0.5','MARK_RAN','383'),('20100526-1025','Harsha.cse','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:66ec6553564d30fd63df7c2de41c674f','Drop Not-Null Constraint (x2)','Drop Not-Null constraint from location column in Encounter and Obs table',NULL,'2.0.5','EXECUTED','372'),('20100603-1625-1-person_address','sapna','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:6048aa2c393c1349de55a5003199fb81','Add Column','Adding \"date_changed\" column to person_address table',NULL,'2.0.5','MARK_RAN','422'),('20100603-1625-2-person_address','sapna','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:5194e3b45b70b003e33d7ab0495f3015','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to person_address table',NULL,'2.0.5','MARK_RAN','423'),('20100604-0933a','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:9b51b236846a8940de581e199cd76cb2','Add Default Value','Changing the default value to 2 for \'message_state\' column in \'hl7_in_archive\' table',NULL,'2.0.5','EXECUTED','373'),('20100604-0933b','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:15','3:67fc4c12418b500aaf3723e8845429e3','Update Data','Converting 0 and 1 to 2 for \'message_state\' column in \'hl7_in_archive\' table',NULL,'2.0.5','EXECUTED','374'),('20100607-1550a','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:bfb6250277efd8c81326fe8c3dbdfe35','Add Column','Adding \'concept_name_type\' column to concept_name table',NULL,'2.0.5','MARK_RAN','384'),('20100607-1550b','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:3d43124d8265fbf05f1ef4839f14bece','Add Column','Adding \'locale_preferred\' column to concept_name table',NULL,'2.0.5','MARK_RAN','385'),('20100607-1550b-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:d0dc8dfe3ac629aecee81ccc11dec9c2','Modify Column','(Fixed)Change concept_name.locale_preferred to BOOLEAN',NULL,'2.0.5','EXECUTED','386'),('20100607-1550c','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:b6573617d37609ae7195fd7a495e2776','Drop Foreign Key Constraint','Dropping foreign key constraint on concept_name_tag_map.concept_name_tag_id',NULL,'2.0.5','EXECUTED','387'),('20100607-1550d','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:f30fd17874ac8294389ee2a44ca7d6ab','Update Data, Delete Data (x2)','Setting the concept name type for short names',NULL,'2.0.5','EXECUTED','388'),('20100607-1550f','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:6a72bbb390155596e52da4e8d065d1a2','Update Data, Delete Data (x2)','Converting concept names with preferred concept name tags to preferred and fully specified names',NULL,'2.0.5','EXECUTED','389'),('20100607-1550g','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:c3c0a17e0a21d36f38bb2af8f0939da7','Delete Data (x2)','Deleting \'default\' and \'synonym\' concept name tags',NULL,'2.0.5','EXECUTED','390'),('20100607-1550h','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:16','3:be7b967ed0e7006373bb616b63726144','Custom Change','Validating and attempting to fix invalid concepts and ConceptNames',NULL,'2.0.5','EXECUTED','391'),('20100607-1550i','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:b6260c13bf055f7917c155596502a24b','Add Foreign Key Constraint','Restoring foreign key constraint on concept_name_tag_map.concept_name_tag_id',NULL,'2.0.5','EXECUTED','392'),('20100621-1443','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:16b4bc3512029cf8d3b3c6bee86ed712','Modify Column','Modify the error_details column of hl7_in_error to hold\n stacktraces',NULL,'2.0.5','EXECUTED','393'),('201008021047','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:8612ede2553aab53950fa43d2f8def32','Create Index','Add an index to the person_name.family_name2 to speed up patient and person searches',NULL,'2.0.5','MARK_RAN','394'),('201008201345','mseaton','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:5fbbb6215e66847c86483ee7177c3682','Custom Change','Validates Program Workflow States for possible configuration problems and reports warnings',NULL,'2.0.5','EXECUTED','395'),('201008242121','misha680','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:2319aed08c4f6dcd43d4ace5cdf94650','Modify Column','Make person_name.person_id not NULLable',NULL,'2.0.5','EXECUTED','396'),('20100924-1110','mseaton','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:05ea5f3b806ba47f4a749d3a348c59f7','Add Column, Add Foreign Key Constraint','Add location_id column to patient_program table',NULL,'2.0.5','MARK_RAN','397'),('201009281047','misha680','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:02b5b9a183729968cd4189798ca034bd','Drop Column','Remove the now unused default_charge column',NULL,'2.0.5','MARK_RAN','398'),('201010051745','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:04ba6f526a71fc0a2b016fd77eaf9ff5','Update Data','Setting the global property \'patient.identifierRegex\' to an empty string',NULL,'2.0.5','EXECUTED','399'),('201010051746','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:17','3:cb12dfc563d82529de170ffedf948f90','Update Data','Setting the global property \'patient.identifierSuffix\' to an empty string',NULL,'2.0.5','EXECUTED','400'),('201010151054','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:18','3:26c8ae0c53225f82d4c2a85c09ad9785','Create Index','Adding index to form.published column',NULL,'2.0.5','MARK_RAN','401'),('201010151055','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:18','3:1efabdfd082ff2b0a34f570831f74ce5','Create Index','Adding index to form.retired column',NULL,'2.0.5','MARK_RAN','402'),('201010151056','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:00273104184bb4d2bb7155befc77efc3','Create Index','Adding multi column index on form.published and form.retired columns',NULL,'2.0.5','MARK_RAN','403'),('201010261143','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:c02de7e2726893f80ecd1f3ae778cba5','Rename Column','Rename neighborhood_cell column to address3 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','404'),('201010261145','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:2d053c2e9b604403df8a408a6bb4f3f8','Rename Column','Rename township_division column to address4 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','405'),('201010261147','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:592eee2241fdb1039ba08be07b54a422','Rename Column','Rename subregion column to address5 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','406'),('201010261149','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:059e5bf4092d930304f9f0fc305939d9','Rename Column','Rename region column to address6 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','407'),('201010261151','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:8756b20f505f8981a43ece7233ce3e2f','Rename Column','Rename neighborhood_cell column to address3 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','408'),('201010261153','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:9805b9a214fca5a3509a82864274678e','Rename Column','Rename township_division column to address4 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','409'),('201010261156','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:894f4e47fbdc74be94e6ebc9d6fce91e','Rename Column','Rename subregion column to address5 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','410'),('201010261159','crecabarren','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:b1827790c63813e6a73d83e2b2d36504','Rename Column','Rename region column to address6 and increase the size to 255 characters',NULL,'2.0.5','MARK_RAN','411'),('20101029-1016','gobi/prasann','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:714ad65f5d84bdcd4d944a4d5583e4d3','Create Table, Add Unique Constraint','Create table to store concept stop words to avoid in search key indexing',NULL,'2.0.5','MARK_RAN','424'),('20101029-1026','gobi/prasann','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:83534d43a9a9cc1ea3a80f1d5f5570af','Insert Row (x10)','Inserting the initial concept stop words',NULL,'2.0.5','MARK_RAN','425'),('201011011600','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:29b35d66dc4168e03e1844296e309327','Create Index','Adding index to message_state column in HL7 archive table',NULL,'2.0.5','MARK_RAN','413'),('201011011605','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:c604bc0967765f50145f76e80a4bbc99','Custom Change','Moving \"deleted\" HL7s from HL7 archive table to queue table',NULL,'2.0.5','EXECUTED','414'),('201011051300','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:fea4ad8ce44911eeaab8ac8c1cc9122d','Create Index','Adding index on notification_alert.date_to_expire column',NULL,'2.0.5','MARK_RAN','421'),('201012081716','nribeka','liquibase-update-to-latest.xml','2014-09-18 14:17:20','3:4a97a93f2632fc0c3b088b24535ee481','Delete Data','Removing concept that are concept derived and the datatype',NULL,'2.0.5','MARK_RAN','419'),('201012081717','nribeka','liquibase-update-to-latest.xml','2014-09-18 14:17:20','3:ad3d0a18bda7e4869d264c70b8cd8d1d','Drop Table','Removing concept derived tables',NULL,'2.0.5','MARK_RAN','420'),('20101209-10000-encounter-add-visit-id-column','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:7045a94731ef25e04724c77fc97494b4','Add Column, Add Foreign Key Constraint','Adding visit_id column to encounter table',NULL,'2.0.5','MARK_RAN','443'),('20101209-1353','wyclif','liquibase-update-to-latest.xml','2015-08-27 10:34:32','3:9d30d1435a6c10a4b135609dc8e925ca','Add Not-Null Constraint','Adding not-null constraint to orders.as_needed',NULL,'2.0.5','EXECUTED','117'),('20101209-1721','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:351460e0f822555b77acff1a89bec267','Add Column','Add \'weight\' column to concept_word table',NULL,'2.0.5','MARK_RAN','415'),('20101209-1722','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:20','3:d63107017bdcef0e28d7ad5e4df21ae5','Create Index','Adding index to concept_word.weight column',NULL,'2.0.5','MARK_RAN','416'),('20101209-1723','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:20','3:25d45d7d5bbff4b24bcc8ff8d34d70d2','Insert Row','Insert a row into the schedule_task_config table for the ConceptIndexUpdateTask',NULL,'2.0.5','MARK_RAN','417'),('20101209-1731','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:20','3:6de3e859f77856fe939d3ae6a73b4752','Update Data','Setting the value of \'start_on_startup\' to trigger off conceptIndexUpdateTask on startup',NULL,'2.0.5','MARK_RAN','418'),('201012092009','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:19','3:15a029c4ffe65710a56d402e608d319a','Modify Column (x10)','Increasing length of address fields in person_address and location to 255',NULL,'2.0.5','EXECUTED','412'),('2011-07-12-1947-add-outcomesConcept-to-program','grwarren','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:ea2bb0a2ddeade662f956ef113d020ab','Add Column, Add Foreign Key Constraint','Adding the outcomesConcept property to Program',NULL,'2.0.5','MARK_RAN','454'),('2011-07-12-2005-add-outcome-to-patientprogram','grwarren','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:57baf47f9b09b3df649742d69be32015','Add Column, Add Foreign Key Constraint','Adding the outcome property to PatientProgram',NULL,'2.0.5','MARK_RAN','455'),('201101121434','gbalaji,gobi','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:96320c51e6e296e9dc65866a61268e45','Drop Column','Dropping unused date_started column from obs table',NULL,'2.0.5','MARK_RAN','434'),('201101221453','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:4088d4906026cc1430fa98e04d294b13','Modify Column','Increasing the serialized_data column of serialized_object to hold mediumtext',NULL,'2.0.5','EXECUTED','433'),('20110124-1030','surangak','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:e17eee5b8c4bb236a0ea6e6ade5abed7','Add Foreign Key Constraint','Adding correct foreign key for concept_answer.answer_drug',NULL,'2.0.5','MARK_RAN','436'),('20110125-1435','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:dadd9da1dad5f2863f8f6bb24b29d598','Add Column','Adding \'start_date\' column to person_address table',NULL,'2.0.5','MARK_RAN','427'),('20110125-1436','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:68cec89409d2419fe9439f4753a23036','Add Column','Adding \'end_date\' column to person_address table',NULL,'2.0.5','MARK_RAN','428'),('201101271456-add-enddate-to-relationship','misha680','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:b593b864d4a870e3b7ba6b61fda57c8d','Add Column','Adding the end_date column to relationship.',NULL,'2.0.5','MARK_RAN','445'),('201101271456-add-startdate-to-relationship','misha680','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:82020a9f33747f58274196619439781e','Add Column','Adding the start_date column to relationship.',NULL,'2.0.5','MARK_RAN','444'),('20110201-1625-1','arahulkmit','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:4f1b23efba67de1917e312942fe7e744','Add Column','Adding \"date_changed\" column to patient_identifier table',NULL,'2.0.5','MARK_RAN','429'),('20110201-1625-2','arahulkmit','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:01467a1db56ef3db87dc537d40ab22eb','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to patient_identifier table',NULL,'2.0.5','MARK_RAN','430'),('20110201-1626-1','arahulkmit','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:63397ce933d1c78309648425fba66a17','Add Column','Adding \"date_changed\" column to relationship table',NULL,'2.0.5','MARK_RAN','431'),('20110201-1626-2','arahulkmit','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:21dae026e42d05b2ebc8fe51408c147f','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to relationship table',NULL,'2.0.5','MARK_RAN','432'),('201102081800','gbalaji,gobi','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:779ca58f39b4e3a14a313f8fc416c242','Drop Column','Dropping unused date_stopped column from obs table',NULL,'2.0.5','MARK_RAN','435'),('20110218-1206','rubailly','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:8be61726cd3fed87215557efd284434f',NULL,NULL,NULL,NULL,'MARK_RAN','10013'),('20110218-1210','rubailly','liquibase-update-to-latest.xml','2011-09-15 00:00:00','3:4f8818ba08f3a9ce2e2ededfdf5b6fcd',NULL,NULL,NULL,NULL,'MARK_RAN','10013'),('201102280948','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:12','3:98e1075808582c97377651d02faf8f46','Drop Foreign Key Constraint','Removing the foreign key from users.user_id to person.person_id if it still exists',NULL,'2.0.5','EXECUTED','336'),('20110301-1030a','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:5256e8010fb4c375e2a1ef502176cc2f','Rename Table','Renaming the concept_source table to concept_reference_source',NULL,'2.0.5','MARK_RAN','469'),('20110301-1030b','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:6fc5f514cd9c2ee14481a7f0b10a0c7c','Create Table, Add Foreign Key Constraint (x4)','Adding concept_reference_term table',NULL,'2.0.5','MARK_RAN','470'),('20110301-1030b-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:3cf3ba141e6571b900e695b49b6c48a9','Modify Column','(Fixed)Change concept_reference_term.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','471'),('20110301-1030c','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:d8407baf728a1db5ad5db7c138cb59cb','Create Table, Add Foreign Key Constraint (x3)','Adding concept_map_type table',NULL,'2.0.5','MARK_RAN','472'),('20110301-1030c-fix','sunbiz','liquibase-update-to-latest.xml','2011-09-19 00:00:00','3:c02f2825633f1a43fc9303ac21ba2c02',NULL,NULL,NULL,NULL,'MARK_RAN','10014'),('20110301-1030d','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:222ef47c65625a17c268a8f68edaa16e','Rename Table','Renaming the concept_map table to concept_reference_map',NULL,'2.0.5','MARK_RAN','473'),('20110301-1030e','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:50be921cf53ce4a357afc0bac8928495','Add Column','Adding concept_reference_term_id column to concept_reference_map table',NULL,'2.0.5','MARK_RAN','474'),('20110301-1030f','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:5faead5506cbcde69490fef985711d66','Custom Change','Inserting core concept map types',NULL,'2.0.5','MARK_RAN','475'),('20110301-1030g','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:affc4d2a4e3143046cfb75b583c7399a','Add Column, Add Foreign Key Constraint','Adding concept_map_type_id column and a foreign key constraint to concept_reference_map table',NULL,'2.0.5','MARK_RAN','476'),('20110301-1030h','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:4bf584dc7b25a180cc82edb56e1b0e5b','Add Column, Add Foreign Key Constraint','Adding changed_by column and a foreign key constraint to concept_reference_map table',NULL,'2.0.5','MARK_RAN','477'),('20110301-1030i','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:f4d0468db79007d0355f6f461603b2f7','Add Column','Adding date_changed column and a foreign key constraint to concept_reference_map table',NULL,'2.0.5','MARK_RAN','478'),('20110301-1030j','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:a7dc8b89e37fe36263072b43670d7f11','Create Table, Add Foreign Key Constraint (x5)','Adding concept_reference_term_map table',NULL,'2.0.5','MARK_RAN','479'),('20110301-1030m','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:b286407bfcdf3853512cb15009c816f1','Custom Change','Creating concept reference terms from existing rows in the concept_reference_map table',NULL,'2.0.5','MARK_RAN','480'),('20110301-1030n','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:23','3:01868c1383e5c9c409282b50e67e878c','Add Foreign Key Constraint','Adding foreign key constraint to concept_reference_map.concept_reference_term_id column',NULL,'2.0.5','MARK_RAN','481'),('20110301-1030o','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:23','3:eea9343959864edea569d5a2a2358469','Drop Foreign Key Constraint','Dropping foreign key constraint on concept_reference_map.source column',NULL,'2.0.5','MARK_RAN','482'),('20110301-1030p','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:23','3:01bf8c07a05f22df2286a4ee27a7acb4','Drop Column','Dropping concept_reference_map.source column',NULL,'2.0.5','MARK_RAN','483'),('20110301-1030q','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:23','3:f45caaf1c7daa7f2cb036f46a20aa4b1','Drop Column','Dropping concept_reference_map.source_code column',NULL,'2.0.5','MARK_RAN','484'),('20110301-1030r','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:23','3:23fd6bc96ee0a497cf330ed24ec0075b','Drop Column','Dropping concept_reference_map.comment column',NULL,'2.0.5','MARK_RAN','485'),('201103011751','abbas','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:4857dcbefa75784da912bca5caba21b5','Create Table, Add Foreign Key Constraint (x3)','Create the person_merge_log table',NULL,'2.0.5','EXECUTED','437'),('20110326-1','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:3376a34edf88bf2868fd75ba2fb0f6c3','Add Column, Add Foreign Key Constraint','Add obs.previous_version column (TRUNK-420)',NULL,'2.0.5','EXECUTED','512'),('20110326-2','Knoll_Frank','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:7c068bfe918b9d87fefa9f8508e92f58','Custom SQL','Fix all the old void_reason content and add in the new previous_version to the matching obs row (POTENTIALLY VERY SLOW FOR LARGE OBS TABLES)',NULL,'2.0.5','EXECUTED','515'),('20110329-2317','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:371be45e2a3616ce17b6f50862ca196d','Delete Data','Removing \'View Encounters\' privilege from Anonymous user',NULL,'2.0.5','EXECUTED','438'),('20110329-2318','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:eb2ece117d8508e843d11eeed7676b21','Delete Data','Removing \'View Observations\' privilege from Anonymous user',NULL,'2.0.5','EXECUTED','439'),('20110425-1600-create-visit-attribute-type-table','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:3cf419ea9657f9a072881cafb2543d77','Create Table, Add Foreign Key Constraint (x3)','Creating visit_attribute_type table',NULL,'2.0.5','MARK_RAN','446'),('20110425-1600-create-visit-attribute-type-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:e4b62b99750c9ee4c213a7bc3101f8a6','Modify Column','(Fixed)Change visit_attribute_type.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','447'),('20110425-1700-create-visit-attribute-table','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:24e1e30a41f9f5d92f337444fb45402a','Create Table, Add Foreign Key Constraint (x5)','Creating visit_attribute table',NULL,'2.0.5','MARK_RAN','449'),('20110425-1700-create-visit-attribute-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:8ab9102da66058c326c0a5089de053e8','Modify Column','(Fixed)Change visit_attribute.voided to BOOLEAN',NULL,'2.0.5','EXECUTED','450'),('20110426-11701','zabil','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:56caae006a3af14242e2ea57627004c7','Create Table, Add Foreign Key Constraint (x4)','Create provider table',NULL,'2.0.5','MARK_RAN','491'),('20110426-11701-create-provider-table','dkayiwa','liquibase-schema-only.xml','2014-09-18 14:16:00','3:56caae006a3af14242e2ea57627004c7','Create Table, Add Foreign Key Constraint (x4)','Create provider table',NULL,'2.0.5','EXECUTED','87'),('20110426-11701-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:f222ec7d41ce0255c667fd79b70bffd2','Modify Column','(Fixed)Change provider.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','492'),('20110510-11702-create-provider-attribute-type-table','zabil','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:7478ac84804d46a4f2b3daa63efe99be','Create Table, Add Foreign Key Constraint (x3)','Creating provider_attribute_type table',NULL,'2.0.5','EXECUTED','493'),('20110510-11702-create-provider-attribute-type-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:479636c7572a649889527f670eaff533','Modify Column','(Fixed)Change provider_attribute_type.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','494'),('20110628-1400-create-provider-attribute-table','kishoreyekkanti','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:298aaacafd48547be294f4c9b7c40d35','Create Table, Add Foreign Key Constraint (x5)','Creating provider_attribute table',NULL,'2.0.5','EXECUTED','496'),('20110628-1400-create-provider-attribute-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:14d85967e968d0bcd7a49ddeb6f3e540','Modify Column','(Fixed)Change provider_attribute.voided to BOOLEAN',NULL,'2.0.5','EXECUTED','497'),('20110705-2300-create-encounter-role-table','kishoreyekkanti','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:a381ef81f10e4f7443b4d4c8d6231de8','Create Table, Add Foreign Key Constraint (x3)','Creating encounter_role table',NULL,'2.0.5','MARK_RAN','498'),('20110705-2300-create-encounter-role-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:bed2af9d6c3d49eacbdaf2174e682671','Modify Column','(Fixed)Change encounter_role.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','499'),('20110705-2311-create-encounter-role-table','dkayiwa','liquibase-schema-only.xml','2014-09-18 14:16:00','3:a381ef81f10e4f7443b4d4c8d6231de8','Create Table, Add Foreign Key Constraint (x3)','Creating encounter_role table',NULL,'2.0.5','EXECUTED','88'),('20110708-2105','cta','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:a20e9bb27a1aca73a646ad81ef2b9deb','Add Unique Constraint','Add unique constraint to the concept_source table',NULL,'2.0.5','MARK_RAN','453'),('201107192313-change-length-of-regex-column','jtellez','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:db001544cc0f5a1ff42524a9292b028b','Modify Column','Increasing maximum length of patient identifier type regex format',NULL,'2.0.5','EXECUTED','451'),('20110811-1205-create-encounter-provider-table','sree/vishnu','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:e20ca5412e37df98c58a39552aafb5ad','Create Table, Add Foreign Key Constraint (x3)','Creating encounter_provider table',NULL,'2.0.5','EXECUTED','500'),('20110811-1205-create-encounter-provider-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:8decefa15168e68297f5f2782991c552','Modify Column','(Fixed)Change encounter_provider.voided to BOOLEAN',NULL,'2.0.5','EXECUTED','501'),('20110817-1544-create-location-attribute-type-table','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:41fa30c01ec2d1107beccb8126146464','Create Table, Add Foreign Key Constraint (x3)','Creating location_attribute_type table',NULL,'2.0.5','MARK_RAN','456'),('20110817-1544-create-location-attribute-type-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:53aff6217c6a9a8f1ca414703b1a8720','Modify Column','(Fixed)Change visit_attribute.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','457'),('20110817-1601-create-location-attribute-table','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:c7cb1b35d68451d10badeb445df599b9','Create Table, Add Foreign Key Constraint (x5)','Creating location_attribute table',NULL,'2.0.5','MARK_RAN','459'),('20110817-1601-create-location-attribute-table-fix','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:2450e230f3eda291203485bca6904377','Modify Column','(Fixed)Change visit_attribute.retired to BOOLEAN',NULL,'2.0.5','EXECUTED','460'),('20110819-1455-insert-unknown-encounter-role','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:bfe0b994a3c0a62d0d4c8f7d941991c7','Insert Row','Inserting the unknown encounter role into the encounter_role table',NULL,'2.0.5','EXECUTED','502'),('20110825-1000-creating-providers-for-persons-from-encounter','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:04bc8aa9859f6f8dda065e272ba12e0d','Custom SQL','Creating providers for persons from the encounter table',NULL,'2.0.5','EXECUTED','503'),('20110825-1000-drop-provider-id-column-from-encounter-table','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:2137e4b5198aa5f12059ee0e8837fb04','Drop Foreign Key Constraint, Drop Column','Dropping the provider_id column from the encounter table',NULL,'2.0.5','EXECUTED','505'),('20110825-1000-migrating-providers-to-encounter-provider','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:e7c39080453e862d5a4013c48c9225fc','Custom SQL','Migrating providers from the encounter table to the encounter_provider table',NULL,'2.0.5','EXECUTED','504'),('2011091-0749','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:3534020f1c68f70b0e9851d47a4874d6','Create Index','',NULL,'2.0.5','EXECUTED','125'),('2011091-0750','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:f058162398862f0bdebc12d7eb54551b','Create Index','',NULL,'2.0.5','EXECUTED','126'),('20110913-0300','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:23','3:7ad8f362e4cc6df6e37135cc37546d0d','Drop Foreign Key Constraint, Add Foreign Key Constraint','Remove ON DELETE CASCADE from relationship table for person_a',NULL,'2.0.5','MARK_RAN','486'),('20110913-0300b','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:2486028ce670bdea2a5ced509a335170','Drop Foreign Key Constraint, Add Foreign Key Constraint','Remove ON DELETE CASCADE from relationship table for person_b',NULL,'2.0.5','MARK_RAN','487'),('20110914-0104','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:17','3:b1811e5e43321192b275d6e2fe2fa564','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','317'),('20110914-0114','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:dac2ff60a4f99315d68948e9582af011','Create Table','',NULL,'2.0.5','EXECUTED','69'),('20110914-0117','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:17','3:5b7f746286a955da60c9fec8d663a0e3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','318'),('20110914-0245','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:17','3:48cdf2b28fcad687072ac8133e46cba6','Add Unique Constraint','',NULL,'2.0.5','EXECUTED','319'),('20110914-0306','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:037f98fda886cde764171990d168e97d','Create Table','',NULL,'2.0.5','EXECUTED','70'),('20110914-0308','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:17','3:6309ad633777b0faf1d9fa394699a789','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','320'),('20110914-0310','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:17','3:8c53c44af44d75aadf6cedfc9d13ded1','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','321'),('20110914-0312','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:2a39901427c9e7b84c8578ff7b3099bb','Create Table','',NULL,'2.0.5','EXECUTED','71'),('20110914-0314','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:9cbe2e14482f88864f94d5e630a88b62','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','322'),('20110914-0315','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:18cd917d56887ad924dad367470a8461','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','323'),('20110914-0317','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:01','3:cffbf258ca090d095401957df4168175','Add Primary Key','',NULL,'2.0.5','EXECUTED','98'),('20110914-0321','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:67723ac8a4583366b78c9edc413f89eb','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','324'),('20110914-0434','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:081831e316a82683102f298a91116e92','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','326'),('20110914-0435','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:03fa6c6a37a61480c95d5b75e30d4846','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','327'),('20110914-0448','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:ffa1ef2b17d77f87dccbdea0c51249de','Create Table','',NULL,'2.0.5','EXECUTED','72'),('20110914-0453','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:ea43c7690888a7fd47aa7ba39f8006e2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','325'),('20110914-0509','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:d29884c3ef8fd867c3c2ffbd557c14c2','Create Index','',NULL,'2.0.5','EXECUTED','122'),('20110914-0943','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:c48f2441d83f121db30399d9cd5f7f8b','Create Index','',NULL,'2.0.5','EXECUTED','123'),('20110914-0945','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:ea1fbb819a84a853b4a97f93bd5b8600','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','328'),('20110914-0956','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:719aa7e4120c11889d91214196acfd4c','Create Index','',NULL,'2.0.5','EXECUTED','124'),('20110914-0958','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:ad98b3c7ae60001d0e0a7b927177fb72','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','329'),('20110915-0258','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:bd7731e58f3db9b944905597a08eb6cb','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','330'),('20110915-0259','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:11086a37155507c0238c9532f66b172b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','331'),('20110915-0357','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:18','3:05d531e66cbc42e1eb2d42c8bcf20bc8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','332'),('20110915-0547','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:f3b0fc223476060082626b3849ee20ad','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','333'),('20110915-0552','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:46e5067fb13cefd224451b25abbd03ae','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','334'),('20110915-0603','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:ca4f567e4d75ede0553e8b32012e4141','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','335'),('20110915-0610','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:d6c6a22571e304640b2ff1be52c76977','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','336'),('20110915-0634','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:c6dd75893e5573baa0c7426ecccaa92d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','337'),('20110915-0751','sunbiz','liquibase-core-data.xml','2014-09-18 14:16:30','3:010949e257976520a6e8c87e419c9435','Insert Row','',NULL,'2.0.5','EXECUTED','112'),('20110915-0803','sunbiz','liquibase-core-data.xml','2014-09-18 14:16:30','3:4a09e1959df71d38fa77b249bf032edc','Insert Row','',NULL,'2.0.5','EXECUTED','119'),('20110915-0823','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:beb831615b748a06a8b21dcaeba8c40d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','338'),('20110915-0824','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:90f1a69f5cae1d2b3b3a2fa8cb1bace2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','339'),('20110915-0825','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:17eab4b1c4c36b54d8cf8ca26083105c','Create Table','',NULL,'2.0.5','EXECUTED','74'),('20110915-0836','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:53f76b5f2c20d5940518a1b14ebab33e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','340'),('20110915-0837','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:936ecde7ac26efdd1a4c29260183609c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','341'),('20110915-0838','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:fc1e68e753194b2f83e014daa0f7cb3e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','342'),('20110915-0839','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:19','3:90bfb3d0edfcfc8091a2ffd943a54e88','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','343'),('20110915-0840','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:9af8eca0bc6b58c3816f871d9f6d5af8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','344'),('20110915-0841','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:2ca812616a13bac6b0463bf26b9a0fe3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','345'),('20110915-0842','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:4fd619ffdedac0cf141a7dd1b6e92f9b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','346'),('20110915-0845','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:4e799d7e5a15e823116caa01ab7ed808','Create Table','',NULL,'2.0.5','EXECUTED','75'),('20110915-0846','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:a41f6272aa79f3259ba24f0a31c51e72','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','347'),('20110915-0847','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:8c1e49cd3d6402648ee7732ba9948785','Create Table','',NULL,'2.0.5','EXECUTED','76'),('20110915-0848','sunbiz','liquibase-core-data.xml','2014-09-18 14:16:30','3:cf7989886ae2624508fdf64b7b656727','Insert Row (x2)','',NULL,'2.0.5','EXECUTED','120'),('20110915-0848','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:071de39e44036bd8adb2b24b011b7369','Create Table','',NULL,'2.0.5','EXECUTED','77'),('20110915-0903','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:b6260c13bf055f7917c155596502a24b','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','348'),('20110915-1045','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:8612ede2553aab53950fa43d2f8def32','Create Index','',NULL,'2.0.5','EXECUTED','127'),('20110915-1049','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:b71f1caa3d14aa6282ef58e2a002f999','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','349'),('20110915-1051','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:26c8ae0c53225f82d4c2a85c09ad9785','Create Index','',NULL,'2.0.5','EXECUTED','128'),('20110915-1052','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:1efabdfd082ff2b0a34f570831f74ce5','Create Index','',NULL,'2.0.5','EXECUTED','129'),('20110915-1053','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:00273104184bb4d2bb7155befc77efc3','Create Index','',NULL,'2.0.5','EXECUTED','130'),('20110915-1103','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:29b35d66dc4168e03e1844296e309327','Create Index','',NULL,'2.0.5','EXECUTED','131'),('20110915-1104','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:d63107017bdcef0e28d7ad5e4df21ae5','Create Index','',NULL,'2.0.5','EXECUTED','132'),('20110915-1107','sunbiz','liquibase-core-data.xml','2014-09-18 14:16:30','3:18eb4edef88534b45b384e6bc3ccce75','Insert Row','',NULL,'2.0.5','EXECUTED','121'),('20110915-1133','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:fea4ad8ce44911eeaab8ac8c1cc9122d','Create Index','',NULL,'2.0.5','EXECUTED','133'),('20110915-1135','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:f0bc11508a871044f5a572b7f8103d52','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','350'),('20110915-1148','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:a5ef601dc184a85e988eded2f1f82dcb','Add Unique Constraint','',NULL,'2.0.5','EXECUTED','351'),('20110915-1149','sunbiz','liquibase-core-data.xml','2014-09-18 14:16:30','3:83534d43a9a9cc1ea3a80f1d5f5570af','Insert Row (x10)','',NULL,'2.0.5','EXECUTED','122'),('20110915-1202','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:2c58f7f1e2450c60898bffe6933c9b34','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','352'),('20110915-1203','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:5bce62082a32d3624854a198d3fa35b7','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','353'),('20110915-1210','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:e17eee5b8c4bb236a0ea6e6ade5abed7','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','354'),('20110915-1215','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:d772a6a8adedbb1c012dac58ffb221c3','Create Table','',NULL,'2.0.5','EXECUTED','73'),('20110915-1222','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:25ce4e3219f2b8c85e06d47dfc097382','Create Table','',NULL,'2.0.5','EXECUTED','78'),('20110915-1225','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:20','3:2d4f77176fd59955ff719c46ae8b0cfc','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','355'),('20110915-1226','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:66155de3997745548dbca510649cd09d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','356'),('20110915-1227','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:6700b07595d6060269b86903d08bb2a5','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','357'),('20110915-1231','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:e9f6104a25d8b37146b27e568b6e3d3f','Create Table','',NULL,'2.0.5','EXECUTED','79'),('20110915-1240','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:5a30b62738cf57a4804310add8f71b6a','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','358'),('20110915-1241','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:a48aa09c19549e43fc538a70380ae61f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','359'),('20110915-1242','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:e0e23621fabe23f3f04c4d13105d528c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','360'),('20110915-1243','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:1d15d848cefc39090e90f3ea78f3cedc','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','361'),('20110915-1244','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:6c5b2018afd741a3c7e39c563212df57','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','362'),('20110915-1245','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:21','3:9b5b112797deb6eddc9f0fc01254e378','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','363'),('20110915-1246','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:290a8c07c70dd6a5fe85be2d747ff0d8','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','364'),('20110915-1247','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:02','3:0644f13c7f4bb764d3b17ad160bd8d41','Create Index','',NULL,'2.0.5','EXECUTED','134'),('20110915-1248','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:5b42d27a7c7edfeb021e1dcfed0f33b3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','365'),('20110915-1258','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:07687ca4ba9b942a862a41dd9026bc9d','Create Table','',NULL,'2.0.5','EXECUTED','80'),('20110915-1301','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:ef3a47a3fdd809ef4269e9643add2abd','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','366'),('20110915-1302','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:e36c12350ebfbd624bdc6a6599410c85','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','367'),('20110915-1303','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:5917c5e09a3f6077b728a576cd9bacb3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','368'),('20110915-1307','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:957d888738541ed76dda53e222079fa3','Create Table','',NULL,'2.0.5','EXECUTED','81'),('20110915-1311','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:e88c86892fafb2f897f72a85c66954c0','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','392'),('20110915-1312','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:fe2641c56b27b429c1c4a150e1b9af18','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','369'),('20110915-1313','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:5c7ab96d3967d1ce4e00ebe23f4c4f6e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','370'),('20110915-1314','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:22902323fcd541f18ca0cb4f38299cb4','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','371'),('20110915-1315','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:dd0d198da3d5d01f93d9acc23e89d51c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','372'),('20110915-1316','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:22','3:f22027f3fc0b1a3a826dc5d810fcd936','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','373'),('20110915-1317','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:68aa00c9f2faa61031d0b4544f4cb31b','Add Unique Constraint','',NULL,'2.0.5','EXECUTED','374'),('20110915-1320','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:5d6a55ee33c33414cccc8b46776a36a4','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','375'),('20110915-1323','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:4c3b84570d45b23d363f6ee76acd966f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','376'),('20110915-1325','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:0813953451c461376a6ab5a13e4654dd','Create Table','',NULL,'2.0.5','EXECUTED','82'),('20110915-1327','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:3c8aaca28033c8a01e4bceb7421f8e8e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','377'),('20110915-1328','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:05b6e994f2a09b23826264d31f275b5e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','378'),('20110915-1329','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:40729ae012b9ed8bd55439b233ec10cc','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','379'),('20110915-1337','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:06fd47a34713fad9678463bba9675496','Create Table','',NULL,'2.0.5','EXECUTED','83'),('20110915-1342','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:bb52caf0ec6e80e24d6fc0c7f2c95631','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','380'),('20110915-1343','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:b36c3436facfe7c9371f7780ebb8701d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','381'),('20110915-1344','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:010fa7bc125bcb8caa320d38a38a7e3f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','382'),('20110915-1345','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:23','3:e3cdd84f2e6632a4dd8c526cf9ff476e','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','383'),('20110915-1346','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:7f6420b23addd5b33320e04adbc134a3','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','384'),('20110915-1435','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:511f99d7cb13e5fc1112ccb4633e0e45','Create Table','',NULL,'2.0.5','EXECUTED','84'),('20110915-1440','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:2cb254be6daeeebb74fc0e1d64728a62','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','385'),('20110915-1441','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:8bd11d5102eff3b52b1d925e44627a48','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','386'),('20110915-1442','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:4cf7afc33839c19f830e996e8546ea72','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','387'),('20110915-1443','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:cf41f73f64c11150062b2e2254a56908','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','388'),('20110915-1450','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:f9348bf7337d32ebbf98545857b5c8cc','Create Table','',NULL,'2.0.5','EXECUTED','85'),('20110915-1451','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:d98c8bdaacf99764ab3319db03b48542','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','389'),('20110915-1452','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:3a2e67fd1f0215b49711e7e8dccd370d','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','390'),('20110915-1453','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:6b1b7fb75fedc196cf833f04e216b9b2','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','391'),('20110915-1459','sunbiz','liquibase-core-data.xml','2014-09-18 14:16:31','3:5faead5506cbcde69490fef985711d66','Custom Change','Inserting core concept map types',NULL,'2.0.5','EXECUTED','123'),('20110915-1524','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:24','3:8d609018e78b744ce30e8907ead0bec0','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','393'),('20110915-1528','sunbiz','liquibase-schema-only.xml','2014-09-18 14:15:59','3:e8a5555a214d7bb6f17eb2466f59d12b','Create Table','',NULL,'2.0.5','EXECUTED','86'),('20110915-1530','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:ddc26a0bb350b6c744ed6ff813b5c108','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','394'),('20110915-1531','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:e9fa5722ba00d9b55d813f0fc8e5f9f9','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','395'),('20110915-1532','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:72f0f61a12a3eead113be1fdcabadb6f','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','396'),('20110915-1533','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:0430d8eecce280786a66713abd0b3439','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','397'),('20110915-1534','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:21b6cde828dbe885059ea714cda4f470','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','398'),('20110915-1536','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:01868c1383e5c9c409282b50e67e878c','Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','399'),('20110915-1700','sunbiz','liquibase-schema-only.xml','2014-09-18 14:16:25','3:ba5b74aeacacec55a49d31074b7e5023','Insert Row (x18)','',NULL,'2.0.5','EXECUTED','400'),('201109152336','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:a84f855a1db7201e08900f8c7a3d7c5f','Update Data','Updating logging level global property',NULL,'2.0.5','MARK_RAN','489'),('20110919-0638','sunbiz','liquibase-update-to-latest.xml','2011-09-19 00:00:00','3:5e540b763c3a16e9d37aa6423b7f798f',NULL,NULL,NULL,NULL,'MARK_RAN','10015'),('20110919-0639-void_empty_attributes','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:ccdbab987b09073fc146f3a4a5a9aee4','Custom SQL','Void all attributes that have empty string values.',NULL,'2.0.5','EXECUTED','490'),('20110922-0551','sunbiz','liquibase-update-to-latest.xml','2014-09-18 14:17:14','3:ab9b55e5104645690a4e1c5e35124258','Modify Column','Changing global_property.property from varbinary to varchar',NULL,'2.0.5','MARK_RAN','364'),('20110926-1200','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:bf884233110a210b6ffcef826093cf9d','Custom SQL','Change all empty concept_source.hl7_code to NULL',NULL,'2.0.5','MARK_RAN','452'),('201109301703','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:11456d3e6867f3b521fb35e6f51ebe5a','Update Data','Converting general address format (if applicable)',NULL,'2.0.5','MARK_RAN','461'),('201109301704','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:d64afe121c9355f6bbe46258876ce759','Update Data','Converting Spain address format (if applicable)',NULL,'2.0.5','MARK_RAN','462'),('201109301705','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:d3b0c8265ee27456dc0491ff5fe8ca01','Update Data','Converting Rwanda address format (if applicable)',NULL,'2.0.5','MARK_RAN','463'),('201109301706','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:17d3a0900ca751d8ce775a12444c75bf','Update Data','Converting USA address format (if applicable)',NULL,'2.0.5','MARK_RAN','464'),('201109301707','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:afbd6428d0007325426f3c4446de2e38','Update Data','Converting Kenya address format (if applicable)',NULL,'2.0.5','MARK_RAN','465'),('201109301708','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:570c9234597b477e4feffbaac0469495','Update Data','Converting Lesotho address format (if applicable)',NULL,'2.0.5','MARK_RAN','466'),('201109301709','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:20c95ae336f437b4e0c91be5919b7a2b','Update Data','Converting Malawi address format (if applicable)',NULL,'2.0.5','MARK_RAN','467'),('201109301710','suho','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:b06d71b4c220c7feed9c5a6459bea98a','Update Data','Converting Tanzania address format (if applicable)',NULL,'2.0.5','MARK_RAN','468'),('201110051353-fix-visit-attribute-type-columns','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:d779b41ab27dca879d593aa606016bf6','Add Column (x2)','Refactoring visit_attribute_type table (devs only)',NULL,'2.0.5','MARK_RAN','448'),('201110072042-fix-location-attribute-type-columns','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:22','3:2e32ce0f25391341c8855604f4f40654','Add Column (x2)','Refactoring location_attribute_type table (devs only)',NULL,'2.0.5','MARK_RAN','458'),('201110072043-fix-provider-attribute-type-columns','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:24','3:31aa196adfe1689c1098c5f36d490902','Add Column (x2)','Refactoring provider_attribute_type table (devs only)',NULL,'2.0.5','MARK_RAN','495'),('20111008-0938-1','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:25','3:fe6d462ba1a7bd81f4865e472cc223ce','Add Column','Allow Global Properties to be typed',NULL,'2.0.5','EXECUTED','506'),('20111008-0938-2','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:f831d92c11eb6cd6b334d86160db0b95','Add Column','Allow Global Properties to be typed',NULL,'2.0.5','EXECUTED','507'),('20111008-0938-3','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:f7bd79dfed90d56053dc376b6b8ee7e3','Add Column','Allow Global Properties to be typed',NULL,'2.0.5','EXECUTED','508'),('20111008-0938-4','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:65003bd1bf99ff0aa8e2947978c58053','Add Column','Allow Global Properties to be typed',NULL,'2.0.5','EXECUTED','509'),('201110091820-a','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:364a0c70d2adbff31babab6f60ed72e7','Add Column','Add xslt column back to the form table',NULL,'2.0.5','MARK_RAN','510'),('201110091820-b','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:0b792bf39452f2e81e502a7a98f9f3df','Add Column','Add template column back to the form table',NULL,'2.0.5','MARK_RAN','511'),('201110091820-c','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:f71680d95ecf870619671fb7f416e457','Rename Table','Rename form_resource table to preserve data; 20111010-1515 reference is for bleeding-edge developers and can be generally ignored',NULL,'2.0.5','MARK_RAN','513'),('20111010-1515','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:3ccdc9a3ecf811382a0c12825c0aeeb3','Create Table, Add Foreign Key Constraint, Add Unique Constraint','Creating form_resource table',NULL,'2.0.5','EXECUTED','514'),('20111128-1601','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:12fa4687d149a2f17251e546d47369d6','Insert Row','Inserting Auto Close Visits Task into \'schedule_task_config\' table',NULL,'2.0.5','EXECUTED','516'),('20111209-1400-deleting-non-existing-roles-from-role-role-table','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:3d74c1dd987a12d916218d68032d726d','Custom SQL','Deleting non-existing roles from the role_role table',NULL,'2.0.5','EXECUTED','517'),('20111214-1500-setting-super-user-gender','raff','liquibase-update-to-latest.xml','2014-09-18 14:17:26','3:2c281abfe7beb51983db13c187c072f3','Custom SQL','Setting super user gender',NULL,'2.0.5','EXECUTED','520'),('20111218-1830','abbas','liquibase-update-to-latest.xml','2014-09-18 14:17:27','3:5f096b88988f19d9d3e596c03fba2b90','Add Unique Constraint, Add Column (x6), Add Foreign Key Constraint (x2)','Add unique uuid constraint and attributes inherited from BaseOpenmrsData to the person_merge_log table',NULL,'2.0.5','EXECUTED','521'),('20111218-1830-fix','sunbiz','liquibase-update-to-latest.xml','2015-08-27 10:34:21','3:a95b16d8762fef1076564611fb2115ac','Modify Column','(Fixed)Change person_merge_log.voided to BOOLEAN',NULL,'2.0.5','EXECUTED','100'),('20111218-2274','gsluthra','liquibase-update-to-latest.xml','2015-08-27 10:34:21','3:6339df469a35f517ac6e86452aad0155','Update Data','Fix the description for RBC concept',NULL,'2.0.5','MARK_RAN','101'),('20111219-1404','bwolfe','liquibase-update-to-latest.xml','2014-09-18 14:17:27','3:3f8cfa9c088a103788bcf70de3ffaa8b','Update Data','Fix empty descriptions on relationship types',NULL,'2.0.5','EXECUTED','522'),('20111222-1659','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:990b494647720b680efeefbab2c502de','Create Table, Create Index','Create clob_datatype_storage table',NULL,'2.0.5','EXECUTED','524'),('201118012301','lkellett','liquibase-update-to-latest.xml','2014-09-18 14:17:21','3:0d96c10c52335339b1003e6dd933ccc2','Add Column','Adding the discontinued_reason_non_coded column to orders.',NULL,'2.0.5','MARK_RAN','426'),('201202020847','abbas','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:35bf2f2481ee34975e57f08d933583be','Modify data type, Add Not-Null Constraint','Change merged_data column type to CLOB in person_merge_log table',NULL,'2.0.5','EXECUTED','523'),('20120316-1300','mseaton','liquibase.xml','2014-09-18 14:17:48','3:0cbaf0a89ef629563c90deccbd82429f','Create Table','Adding calculation_registration table',NULL,'2.0.5','EXECUTED','100'),('20120322-1510','wyclif','liquibase-update-to-latest.xml','2015-08-27 10:34:21','3:7c5913c7091c2b20babb9e825774993c','Add Column','Adding uniqueness_behavior column to patient_identifier_type table',NULL,'2.0.5','EXECUTED','102'),('20120330-0954','jkeiper','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:9c6084b4407395205fa39b34630d3522','Modify data type','Increase size of drug name column to 255 characters',NULL,'2.0.5','EXECUTED','528'),('20120503-djmod','dkayiwa and djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:29','3:d31ac18d3a40e45c0ebb399c5d116951','Create Table, Add Foreign Key Constraint (x2)','Create test_order table',NULL,'2.0.5','EXECUTED','531'),('20120504-1000','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:21','3:eb6f5e2a2ef5ea111ff238ca1df013f4','Drop Table','Dropping the drug_ingredient table',NULL,'2.0.5','EXECUTED','103'),('20120504-1010','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:21','3:4d9ece759a248fa385c3eae6b83995a1','Create Table','Creating the drug_ingredient table',NULL,'2.0.5','EXECUTED','104'),('20120504-1020','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:24','3:fcbc8182e908b595ae338ba8402a589c','Add Primary Key','Adding a primary key to the drug_ingredient table',NULL,'2.0.5','EXECUTED','105'),('20120504-1030','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:26','3:d802926fcf3eaf3649aca49a26a5f67d','Add Foreign Key Constraint','Adding a new foreign key from drug_ingredient.units to concept.concept_id',NULL,'2.0.5','EXECUTED','106'),('20120504-1040','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:28','3:9786bfbb8133493b54ce9026424d5b99','Add Foreign Key Constraint','Adding a new foreign key from drug_ingredient.drug_id to drug.drug_id',NULL,'2.0.5','EXECUTED','107'),('20120504-1050','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:29','3:7d43f25c9a3bde54112ddd65627b2c05','Add Foreign Key Constraint','Adding a new foreign key from drug_ingredient.ingredient_id to concept.concept_id',NULL,'2.0.5','EXECUTED','108'),('201205241728-1','mvorobey','liquibase-update-to-latest.xml','2015-08-27 10:34:31','3:70160c0af8222542fa668ac5f5cb99ed','Add Column, Add Foreign Key Constraint','Add optional property view_privilege to encounter_type table',NULL,'2.0.5','EXECUTED','115'),('201205241728-2','mvorobey','liquibase-update-to-latest.xml','2015-08-27 10:34:32','3:dd8de770c99e046ba05bc8348748c33c','Add Column, Add Foreign Key Constraint','Add optional property edit_privilege to encounter_type table',NULL,'2.0.5','EXECUTED','116'),('20120613-0930','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:fe6387773a70b574b106b37686a8e8d3','Drop Not-Null Constraint','Dropping not null constraint from provider.identifier column',NULL,'2.0.5','EXECUTED','529'),('20121007-orders_urgency','djazayeri','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:f8eb2228ea34f43ae21bedf4abc8736b','Add Column','Adding urgency column to orders table',NULL,'2.0.5','EXECUTED','530'),('20121007-test_order_laterality','djazayeri','liquibase-update-to-latest.xml','2015-08-27 10:34:32','3:1121924c349201e400e03feda110acc3','Modify data type','Changing test_order.laterality to be a varchar',NULL,'2.0.5','EXECUTED','118'),('20121008-order_specimen_source_fk','djazayeri','liquibase-update-to-latest.xml','2015-08-27 10:34:34','3:99464e51d64e056a1e23b30c7aaaf47e','Add Foreign Key Constraint','Adding FK constraint for test_order.specimen_source if necessary',NULL,'2.0.5','MARK_RAN','119'),('20121016-1504','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:17:29','3:88db1819c0e9da738ed9332b5de73609','Drop Foreign Key Constraint, Modify Column, Add Foreign Key Constraint','Removing auto increment from test_order.order_id column',NULL,'2.0.5','EXECUTED','532'),('20121020-TRUNK-3610','lluismf','liquibase-update-to-latest.xml','2014-09-18 14:17:29','3:a3159e65647f0ff1b667104012b5f4f0','Update Data (x2)','Rename global property autoCloseVisits.visitType to visits.autoCloseVisitType',NULL,'2.0.5','EXECUTED','533'),('20121021-TRUNK-333','lluismf','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:f885cb0eed2a8e2a5786675eeb0ccbc5','Drop Table','Removing concept set derived table',NULL,'2.0.5','EXECUTED','121'),('20121025-TRUNK-213','lluismf','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:65536ae335b0a6cb23619d6ef7ea3274','Modify Column (x2)','Normalize varchar length of locale columns',NULL,'2.0.5','EXECUTED','120'),('20121109-TRUNK-3474','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:02af0e39e210aeda861f92698ae974f6','Drop Not-Null Constraint','Dropping not null constraint from concept_class.description column',NULL,'2.0.5','EXECUTED','122'),('20121112-TRUNK-3474','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:30e023e5e3e98190470d951fbbbd9e87','Drop Not-Null Constraint','Dropping not null constraint from concept_datatype.description column',NULL,'2.0.5','EXECUTED','123'),('20121113-TRUNK-3474','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:76211ab053e8685a4d0b1345f166e965','Drop Not-Null Constraint','Dropping not null constraint from patient_identifier_type.description column',NULL,'2.0.5','EXECUTED','124'),('20121113-TRUNK-3474-person-attribute-type','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:7ad821b6167ff22a812a6c550d6deb53','Drop Not-Null Constraint','Dropping not null constraint from person_attribute_type.description column',NULL,'2.0.5','EXECUTED','125'),('20121113-TRUNK-3474-privilege','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:ecf38bb6fb29d96b0e2c75330a637245','Drop Not-Null Constraint','Dropping not null constraint from privilege.description column',NULL,'2.0.5','EXECUTED','126'),('20121114-TRUNK-3474-encounter_type','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:36','3:1cad8ad2c06b02915138dfb36c013770','Drop Not-Null Constraint','Dropping not null constraint from encounter_type.description column',NULL,'2.0.5','EXECUTED','129'),('20121114-TRUNK-3474-relationship_type','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:232499aa77be5583f87d6528c0c44768','Drop Not-Null Constraint','Dropping not null constraint from relationship_type.description column',NULL,'2.0.5','EXECUTED','128'),('20121114-TRUNK-3474-role','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:35','3:69a164a13e3520d5cdccbf977d07ce89','Drop Not-Null Constraint','Dropping not null constraint from role.description column',NULL,'2.0.5','EXECUTED','127'),('20121212-TRUNK-2768','patandre','liquibase-update-to-latest.xml','2015-08-27 10:34:36','3:351f7dba6eea4f007fa5d006219ede9e','Add Column','Adding deathdate_estimated column to person.',NULL,'2.0.5','EXECUTED','130'),('201301031440-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:27','3:47e5686e3cb80484b2830afca679ec70','Custom Change','Creating coded order frequencies for drug order frequencies',NULL,'2.0.5','EXECUTED','153'),('201301031448-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:27','3:00adfb72966810dd0c048f93b8edd523','Custom Change','Migrating drug order frequencies to coded order frequencies',NULL,'2.0.5','EXECUTED','154'),('201301031455-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:04b95a27ccba87e597395670db081498','Drop Column','Dropping temporary column drug_order.frequency_text',NULL,'2.0.5','EXECUTED','155'),('201306141103-TRUNK-3884','susantan','liquibase-update-to-latest.xml','2014-09-18 14:17:29','3:9581f8d869e69d911f04e48591a297d0','Add Foreign Key Constraint (x3)','Adding 3 foreign key relationships (creator,created_by,voided_by) to encounter_provider table',NULL,'2.0.5','EXECUTED','534'),('20130626-TRUNK-439','jthoenes','liquibase-update-to-latest.xml','2015-08-27 10:34:36','3:6c0799599f35b4546dafa73968e3a229','Update Data','Adding configurability to Patient Header on Dashboard. Therefore the cd4_count property is dropped and\n replaced with a header.showConcept property.',NULL,'2.0.5','EXECUTED','131'),('20130809-TRUNK-4044-duplicateEncounterRoleChangeSet','surangak','liquibase-update-to-latest.xml','2015-08-27 10:34:36','3:35b07ae88667be5a78002beacd3aa0ed','Custom Change','Custom changesets to identify and resolve duplicate EncounterRole names',NULL,'2.0.5','EXECUTED','133'),('20130809-TRUNK-4044-duplicateEncounterTypeChangeSet','surangak','liquibase-update-to-latest.xml','2015-08-27 10:34:36','3:01a7d7ae88b0280139178f1840d417bd','Custom Change','Custom changesets to identify and resolve duplicate EncounterType names',NULL,'2.0.5','EXECUTED','134'),('20130809-TRUNK-4044-encounter_role_unique_name_constraint','surangak','liquibase-update-to-latest.xml','2015-08-27 10:34:39','3:1a5a8ad5971977e0645a6fbc3744f8e2','Add Unique Constraint','Adding the unique constraint to the encounter_role.name column',NULL,'2.0.5','EXECUTED','136'),('20130809-TRUNK-4044-encounter_type_unique_name_constraint','surangak','liquibase-update-to-latest.xml','2015-08-27 10:34:37','3:823098007f6e299c0c6555dde6f12255','Add Unique Constraint','Adding the unique constraint to the encounter_type.name column',NULL,'2.0.5','EXECUTED','135'),('20130925-TRUNK-4105','hannes','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:e81f96e97c307c2d265bce32a046d0ca','Create Index','Adding index on concept_reference_term.code column',NULL,'2.0.5','EXECUTED','535'),('20131023-TRUNK-3903','k-joseph','liquibase-update-to-latest.xml','2015-08-27 10:34:36','3:88f8ec2c297875a03fd88ddd2b9f14b9','Add Column','Adding \"display_precision\" column to concept_numeric table',NULL,'2.0.5','EXECUTED','132'),('201310281153-TRUNK-4123','mujir,sushmitharaos','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:b2bffad4e841b61c6397465633cd1064','Add Column, Add Foreign Key Constraint','Adding previous_order_id to orders',NULL,'2.0.5','EXECUTED','123'),('201310281153-TRUNK-4124','mujir,sushmitharaos','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:eb9dec50fead4430dc07b8309e5840ac','Add Column, Update Data, Add Not-Null Constraint','Adding order_action to orders and setting order_actions as NEW for existing orders',NULL,'2.0.5','EXECUTED','124'),('201311041510','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:dfdc279ddc60b9751dc5d655b4c7fc9c','Rename Column','Renaming drug_order.prn column to drug_order.as_needed',NULL,'2.0.5','EXECUTED','118'),('201311041511','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:4a2ee902d6090959a49539d5bc907354','Add Column','Adding as_needed_condition column to drug_order table',NULL,'2.0.5','EXECUTED','119'),('201311041512','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:76a5c7a0b95e971bd540865917efed9c','Add Column','Adding order_number column to orders table',NULL,'2.0.5','EXECUTED','120'),('201311041513','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:b41217397a18dbe18e07266a9be4a523','Update Data','Setting order numbers for existing orders',NULL,'2.0.5','MARK_RAN','121'),('201311041515-TRUNK-4122','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:948975149e69b6862aab0012304d9a80','Add Not-Null Constraint','Making orders.order_number not nullable',NULL,'2.0.5','EXECUTED','122'),('20131210-TRUNK-4130','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:5a2bde236731862f2c6e3e4066705cdf','Add Column','Adding num_refills column to drug_order table',NULL,'2.0.5','EXECUTED','128'),('201312141400-TRUNK-4126','arathy','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:45d8c6ce32076c0fe11f75d1fea1c215','Modify data type, Rename Column','Renaming drug_order.complex to dosing_type',NULL,'2.0.5','EXECUTED','125'),('201312141400-TRUNK-4127','arathy','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:26f381a2b8f112d98f36c1d0b6cceebd','Update Data (x2)','Converting values in drug_order.dosing_type column',NULL,'2.0.5','MARK_RAN','127'),('201312141401-TRUNK-4126','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:21','3:cc77a94d57b78ac02e99ed4ca25f6272','Drop Not-Null Constraint','Making drug_order.dosing_type nullable',NULL,'2.0.5','EXECUTED','126'),('20131216-1637','gitahi','liquibase-update-to-latest.xml','2014-09-18 14:18:29','3:4b2a0abaf146a7d938b94009d9600eaf','Create Table, Add Foreign Key Constraint (x6)','Add drug_reference_map table',NULL,'2.0.5','EXECUTED','163'),('201312161618-TRUNK-4129','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:24','3:a7c821bc60c7410b387aa276540291a9','Add Column, Add Foreign Key Constraint','Adding quantity_units column to drug_order table',NULL,'2.0.5','EXECUTED','134'),('201312161713-TRUNK-4129','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:24','3:2e13513e97a1c372818bd9ad1f31c219','Modify data type','Changing quantity column of drug_order to double',NULL,'2.0.5','EXECUTED','135'),('201312162044-TRUNK-4126','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:22','3:31378c39bfdf55ec4ec6faff20c9dcf8','Add Column','Adding duration column to drug_order table',NULL,'2.0.5','EXECUTED','132'),('201312162059-TRUNK-4126','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:22','3:f6f21104c2e85bacbbe9af09fee348fd','Add Column, Add Foreign Key Constraint','Adding duration_units column to drug_order table',NULL,'2.0.5','EXECUTED','133'),('20131217-TRUNK-4142','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:22','3:5c29916ae374ae0cb36ecbf4a9c80e8c','Add Column','Adding comment_to_fulfiller column to orders table',NULL,'2.0.5','EXECUTED','131'),('20131217-TRUNK-4157','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:22','3:8553abd1173bf56dad911a11ec0924ce','Add Column','Adding dosing_instructions column to drug_order table',NULL,'2.0.5','EXECUTED','130'),('201312171559-TRUNK-4159','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:22','3:0735c719adcee97fbe967460d05bb474','Create Table, Add Foreign Key Constraint (x4)','Create the order_frequency table',NULL,'2.0.5','EXECUTED','129'),('201312181649-TRUNK-4137','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:278cff9c9abc7864dd71bf4cba04c885','Add Column, Add Foreign Key Constraint','Adding frequency column to test_order table',NULL,'2.0.5','EXECUTED','142'),('201312181650-TRUNK-4137','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:c28fa1a77bec305b4d8d23fda254f320','Add Column','Adding number_of_repeats column to test_order table',NULL,'2.0.5','EXECUTED','143'),('201312182214-TRUNK-4136','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:24','3:5091764b71670065672afcb69d18efae','Add Column, Add Foreign Key Constraint','Adding route column to drug_order table',NULL,'2.0.5','EXECUTED','136'),('201312182223-TRUNK-4136','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:24','3:aea033991dfc56954d1661fdf15c35f7','Drop Column','Dropping equivalent_daily_dose column from drug_order table',NULL,'2.0.5','EXECUTED','137'),('201312191200-TRUNK-4167','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:24','3:b6a84072096cf71ca37dc160d0422a2d','Add Column','Adding dose_units column to drug_order table',NULL,'2.0.5','EXECUTED','138'),('201312191300-TRUNK-4167','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:c1bb6f3394f9c391288f2d51384edd3e','Add Foreign Key Constraint','Adding foreignKey constraint on dose_units',NULL,'2.0.5','EXECUTED','139'),('201312201200-TRUNK-4167','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:c72cd1725e670ea735fc45e6f0f31001','Custom Change','Migrating old text units to coded dose_units in drug_order',NULL,'2.0.5','MARK_RAN','140'),('201312201425-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:e6e37b7b995e2da28448f815211648fd','Update Data','Setting order.discontinued_reason to null for stopped orders',NULL,'2.0.5','MARK_RAN','146'),('201312201523-TRUNK-4138','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:8d48725ba6d40d8a19acec61c948a52f','Custom Change','Creating Discontinue Order for discontinued orders',NULL,'2.0.5','EXECUTED','145'),('201312201525-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:c751cbf452be8b2c05af6d6502ff5dc9','Update Data','Setting orders.discontinued_reason_non_coded to null for stopped orders',NULL,'2.0.5','MARK_RAN','147'),('201312201601-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:26','3:43505eb22756ea5ec6bee4f8ad750034','Drop Foreign Key Constraint','Dropping fk constraint on orders.discontinued_by column to users.user_id column',NULL,'2.0.5','EXECUTED','149'),('201312201640-TRUNK-4138','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:174ed15d1066200fe48c3ed2b7a262ae','Rename Column','Rename orders.discontinued_date to date_stopped',NULL,'2.0.5','EXECUTED','144'),('201312201651-TRUNK-4138','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:2ccbe6dad392099d9b6dc49e40736879','Drop Column','Removing discontinued from orders',NULL,'2.0.5','EXECUTED','148'),('201312201700-TRUNK-4138','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:26','3:1c570e49534bf886108654c28a99bede','Drop Column','Removing discontinued_by from orders',NULL,'2.0.5','EXECUTED','150'),('201312201800-TRUNK-4167','banka','liquibase-update-to-latest.xml','2014-09-18 14:18:25','3:8ff2338c8a1df329476e9e60c8ddc7f6','Drop Column','Deleting units column',NULL,'2.0.5','EXECUTED','141'),('201312271822-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:9e6ef6a4a036e5ff027a6c49557b2939','Create Table, Add Foreign Key Constraint (x3)','Adding care_setting table',NULL,'2.0.5','EXECUTED','156'),('201312271823-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:036031e437f2baae976f103900455644','Insert Row','Adding OUTPATIENT care setting',NULL,'2.0.5','EXECUTED','157'),('201312271824-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:b78e4eb1e63a9ca78a51c42f1e2edb00','Insert Row','Adding INPATIENT care setting',NULL,'2.0.5','EXECUTED','158'),('201312271826-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:142266f644d20a834b2c687abf45f019','Add Column','Add care_setting column to orders table',NULL,'2.0.5','EXECUTED','159'),('201312271827-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:ba1d0716249a5f1bde5eec83c190400f','Custom SQL','Set default value for orders.care_setting column for existing rows',NULL,'2.0.5','MARK_RAN','160'),('201312271828-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:28','3:7c6fcd23f2fdbcc69ad06bcdd34cb56f','Add Not-Null Constraint','Make care_setting column non-nullable',NULL,'2.0.5','EXECUTED','161'),('201312271829-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:29','3:dc55b130e1d56c8df00b06a5dedd2689','Add Foreign Key Constraint','Add foreign key constraint',NULL,'2.0.5','EXECUTED','162'),('201401031433-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:26','3:1e90a9f5f6ffab47ac360dec7497d2f9','Rename Column','Temporarily renaming drug_order.frequency column to frequency_text',NULL,'2.0.5','EXECUTED','151'),('201401031434-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:18:27','3:59eef75e78e64cdc999a6d25863c921d','Add Column, Add Foreign Key Constraint','Adding the frequency column to the drug_order table',NULL,'2.0.5','EXECUTED','152'),('201401040436-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:2fde2a2c0d2a917cd7ec0dfc990b96ac','Add Column, Add Foreign Key Constraint','Add changed_by column to location_tag table',NULL,'2.0.5','EXECUTED','538'),('201401040438-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:134b00185f7b61d7d6cccb66717dc4ae','Add Column','Add date_changed column to location_tag table',NULL,'2.0.5','EXECUTED','539'),('201401040440-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:2f3b927e3554c31abebb064835da2efc','Add Column, Add Foreign Key Constraint','Add changed_by column to location table',NULL,'2.0.5','EXECUTED','540'),('201401040442-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:6cf087a28acd99c02c00fd719a26e73b','Add Column','Add date_changed column to location table',NULL,'2.0.5','EXECUTED','541'),('201401101647-TRUNK-4187','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checks that all existing free text drug order dose units and frequencies have been mapped to\n concepts, this will fail the upgrade process if any unmapped text is found',NULL,'2.0.5','EXECUTED','100'),('201402041600-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:30','3:a09f49aa170ede88187564ce4834956e','Drop Foreign Key Constraint','Temporary dropping foreign key on orders.discontinued_reason column',NULL,'2.0.5','EXECUTED','164'),('201402041601-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:30','3:09293693ccab9bd63f0bacbf1229e6b5','Rename Column','Renaming orders.discontinued_reason column to order_reason',NULL,'2.0.5','EXECUTED','165'),('201402041602-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:31','3:b93897a56c7e2407d694bd47b9f3ff56','Add Foreign Key Constraint','Adding back foreign key on orders.discontinued_reason column',NULL,'2.0.5','EXECUTED','166'),('201402041604-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:31','3:bf80640132c97067d42dabbebd10b7df','Rename Column','Renaming orders.discontinued_reason_non_coded column to order_reason_non_coded',NULL,'2.0.5','EXECUTED','167'),('201402042238-TRUNK-4202','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:31','3:e74c6d63ac01908cc6fb6f3e9b15e2e0','Custom Change','Converting orders.orderer to reference provider.provider_id',NULL,'2.0.5','MARK_RAN','169'),('201402051638-TRUNK-4202','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:31','3:ddff1dba0827858324336de9baeb93aa','Drop Foreign Key Constraint','Temporarily removing foreign key constraint from orders.orderer column',NULL,'2.0.5','EXECUTED','168'),('201402051639-TRUNK-4202','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:32','3:32f643ae7a3cafe84fc11208e116cbf0','Add Foreign Key Constraint','Adding foreign key constraint to orders.orderer column',NULL,'2.0.5','EXECUTED','170'),('201402120720-TRUNK-3902','k-joseph','liquibase-update-to-latest.xml','2015-08-27 10:34:39','3:7ce90e7459b6b840b7d3f246b6ca697b','Rename Column','Rename concept_numeric.precise to concept_numeric.allow_decimal',NULL,'2.0.5','MARK_RAN','137'),('201402241055','Akshika','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:10f872c80393f2cb4d1126ec59b54676','Modify Column','Making orders.start_date not nullable',NULL,'2.0.5','EXECUTED','115'),('201402281648-TRUNK-4274','k-joseph','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:1efc6af34de0b0e83ce217febe1c9fa7','Modify Column','Making order.encounter required',NULL,'2.0.5','EXECUTED','116'),('201403011348','alexisduque','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:117c4ea0b0cd79e21a59b5769d020c93','Modify Column','Make orders.orderer not NULLable',NULL,'2.0.5','EXECUTED','117'),('20140304-TRUNK-4170-duplicateLocationAttributeTypeNameChangeSet','harsz89','liquibase-update-to-latest.xml','2015-08-27 10:34:39','3:b74878260cae25b9c209d1b6ea5ddb98','Custom Change','Custom changeset to identify and resolve duplicate Location Attribute Type names',NULL,'2.0.5','EXECUTED','138'),('20140304-TRUNK-4170-location_attribute_type_unique_name','harsz89','liquibase-update-to-latest.xml','2015-08-27 10:34:40','3:e11205616b3ee4ad727a2c5031dee884','Add Unique Constraint','Adding the unique constraint to the location_attribute_type.name column',NULL,'2.0.5','EXECUTED','139'),('20140304816-TRUNK-4139','Akshika','liquibase-update-to-latest.xml','2014-09-18 14:18:32','3:0d0ffd19df0598f644c863d931abccd2','Add Column','Adding scheduled_date column to orders table',NULL,'2.0.5','EXECUTED','172'),('201403061758-TRUNK-4284','Banka, Vinay','liquibase-update-to-latest.xml','2014-09-18 14:18:32','3:008c6f185b3c571b57031314beda2b8f','Insert Row','Inserting Frequency concept class',NULL,'2.0.5','EXECUTED','171'),('201403070132-TRUNK-4286','andras-szell','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:292b7549e0ae96619a6e4fcc30383592','Insert Row','Insert order type for test orders',NULL,'2.0.5','MARK_RAN','114'),('20140313-TRUNK-4288','dszafranek','liquibase-update-to-latest.xml','2014-09-18 14:18:32','3:3f2f0f3c1bcfe74253de58d32f811e11','Create Table, Add Foreign Key Constraint (x2), Add Primary Key','Add order_type_class_map table',NULL,'2.0.5','EXECUTED','173'),('20140314-TRUNK-4283','dszafranek, wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all orders have start_date column set',NULL,'2.0.5','EXECUTED','101'),('20140316-TRUNK-4283','dszafranek, wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all orders have encounter_id column set',NULL,'2.0.5','EXECUTED','103'),('20140318-TRUNK-4265','jkondrat','liquibase-update-to-latest.xml','2014-09-18 14:18:33','3:01f3e7e45562865ed7855cea0b7ccd30','Merge Column, Update Data','Concatenate dose_strength and units to form the value for the new strength field',NULL,'2.0.5','EXECUTED','174'),('201403262140-TRUNK-4265','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking if there are any drugs with the dose_strength specified but no units',NULL,'2.0.5','EXECUTED','104'),('20140331-1-TRUNK-4335','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:abfcdbe1adf81de731e3997bd4a66818','Add Column','Adding uuid to concept_set_derived',NULL,'2.0.5','EXECUTED','536'),('20140331-2-TRUNK-4335','rkorytkowski','liquibase-update-to-latest.xml','2014-09-18 14:17:30','3:2e11785b7fb8a32248f56f7ba55fc143','Add Column','Adding uuid to drug_ingredient',NULL,'2.0.5','EXECUTED','537'),('201404091110','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking if order_type table is already up to date or can be updated automatically',NULL,'2.0.5','EXECUTED','105'),('201404091112','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:2bf52dfa949ba06b05016ce4eb08034b','Add Unique Constraint','Adding unique key constraint to order_type.name column',NULL,'2.0.5','EXECUTED','109'),('201404091128','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:f96fd12ecf53fb18143450f7a0b9c1d9','Add Column','Adding java_class_name column to order_type table',NULL,'2.0.5','MARK_RAN','110'),('201404091129','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d018fdec6bcd0775032bd8df67f57a77','Add Column','Adding parent column to order_type table',NULL,'2.0.5','MARK_RAN','111'),('201404091131','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:accf143fbe21963d2ea7fb211424ed4f','Add Not-Null Constraint','Add not-null constraint on order_type.java_class_name column',NULL,'2.0.5','EXECUTED','113'),('201404091516','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:33','3:8c5d2f8c49bf08514911c24f60c065e0','Add Column, Add Foreign Key Constraint','Add changed_by column to order_type table',NULL,'2.0.5','EXECUTED','175'),('201404091517','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:33','3:24b9f5757f0dec2a910daab2dd138ce1','Add Column','Add date_changed column to order_type table',NULL,'2.0.5','EXECUTED','176'),('201404101130','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:0b986790bfacfc61e7ec851a4e4fbded','Update Data','Setting java_class_name column for drug order type row',NULL,'2.0.5','MARK_RAN','112'),('201406152043','harsz89','liquibase-update-to-latest.xml','2014-09-18 14:18:34','3:e647ce05fe3d54352a085edc028d2a52','Add Foreign Key Constraint','Adding foreign key constraint from order_type.parent column to orders.order_id column',NULL,'2.0.5','EXECUTED','177'),('201406201443','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:34','3:c1cf2edbf71074e2740d975d89ca202d','Add Column','Add brand_name column to drug_order table',NULL,'2.0.5','EXECUTED','178'),('201406201444','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:34','3:da7c9042e009a4cbe61746bd8bf13d12','Add Column','Add dispense_as_written column to drug_order table',NULL,'2.0.5','EXECUTED','179'),('201406211643-TRUNK-4401','harsz89','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all discontinued orders have the discontinued_date column set',NULL,'2.0.5','EXECUTED','107'),('201406211703-TRUNK-4401','harsz89','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all discontinued orders have the discontinued_by column set',NULL,'2.0.5','EXECUTED','108'),('201406262016','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all users that created orders have provider accounts',NULL,'2.0.5','EXECUTED','106'),('20140635-TRUNK-4283','dszafranek, wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:20','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all orders have orderer column set',NULL,'2.0.5','EXECUTED','102'),('20140715-TRUNK-2999-remove_concept_word','rkorytkowski','liquibase-update-to-latest.xml','2015-08-27 10:34:40','3:4ff8bd1176165ac45c42809673d7d12d','Drop Table','Removing the concept_word table (replaced by Lucene)',NULL,'2.0.5','EXECUTED','140'),('20140718-TRUNK-2999-remove_update_concept_index_task','rkorytkowski','liquibase-update-to-latest.xml','2015-08-27 10:34:40','3:a0ca6ff43de07e00f6a494c5b2964de5','Delete Data','Deleting the update concept index task',NULL,'2.0.5','EXECUTED','141'),('20140719-TRUNK-4445-update_dosing_type_to_varchar_255','mihir','liquibase-update-to-latest.xml','2014-09-18 14:18:47','3:2948bf1441141d7f36e34cea1cdfb72a','Modify data type','Increase size of dosing type column to 255 characters',NULL,'2.0.5','EXECUTED','101'),('20140724-1528','wyclif','liquibase-update-to-latest.xml','2014-09-18 14:18:34','3:ad5fee02995c649c4b87d5991f5f3723','Drop Default Value','Dropping default value for drug_order.drug_inventory_id',NULL,'2.0.5','EXECUTED','180'),('20140801-TRUNK-4443-rename_order_start_date_to_date_activated','bharti','liquibase-update-to-latest.xml','2014-09-18 14:18:47','3:fde9246d6d3b98ac8e64361818ece22c','Rename Column','Renaming the start_date in order table to date_activated',NULL,'2.0.5','EXECUTED','100'),('20140804-1711','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:994a22467c796dc7b0c04ca303cf2282','Insert Row','Adding concept source for ISO 8601 Durations',NULL,'2.0.5','EXECUTED','101'),('20140804-1712','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:bb3fa87f38e7018183a1687fb97e5576','Insert Row','Add reference term for seconds',NULL,'2.0.5','EXECUTED','102'),('20140804-1713','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:da92a7f29c5ff5e00122ea044d176cae','Insert Row','Add reference term for minutes',NULL,'2.0.5','EXECUTED','103'),('20140804-1714','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:02c905afa26a1b4b81fd8f6d68950e97','Insert Row','Add reference term for hours',NULL,'2.0.5','EXECUTED','104'),('20140804-1715','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:5e988ffa57de245f99bbe69be073722e','Insert Row','Add reference term for days',NULL,'2.0.5','EXECUTED','105'),('20140804-1716','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:4b5a5ef9f4a4c08cc6e29f220350cdf6','Insert Row','Add reference term for weeks',NULL,'2.0.5','EXECUTED','106'),('20140804-1717','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:e44cb41915ab386ebf05604a6aa548cb','Insert Row','Add reference term for months',NULL,'2.0.5','MARK_RAN','107'),('20140804-1718','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:4bcd6d950e33236b6ae234484dfba294','Insert Row','Add reference term for years',NULL,'2.0.5','EXECUTED','108'),('20140804-1719','Deepak,Rohan','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:debc41ad3b71fef7ae0922235d2c6cf1','Insert Row','Add reference term for times',NULL,'2.0.5','EXECUTED','109'),('201408200733-TRUNK-4446','Deepak','liquibase-update-to-latest.xml','2014-09-18 14:19:08','3:95a533365792e76a4cd95f8f32c887db','Modify data type','Changing duration column of drug_order to int',NULL,'2.0.5','EXECUTED','100'),('201409230113-TRUNK-3484','k-joseph','liquibase-update-to-latest.xml','2015-08-27 10:34:40','3:7a9c7aad5b657556b1103510f8bfc1d9','Update Data','Updating description for visits.encounterTypeToVisitTypeMapping GP to the value set in OpenmrsContants',NULL,'2.0.5','EXECUTED','142'),('20141010-trunk-4492','alec','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:fbe1f44dafa30068cd7c99a6713f8ee4','Drop Column','Dropping the tribe field from patient table because it has been moved to person_attribute.',NULL,'2.0.5','EXECUTED','144'),('201410291606-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:03757abe17abedb9ac1cf0b933a35139','Drop Not-Null Constraint','Dropping not null constraint from program.description column',NULL,'2.0.5','EXECUTED','145'),('201410291613-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:32fa9bee757a0ca295e1545662051b96','Drop Not-Null Constraint','Dropping not null constraint from order_type.description column',NULL,'2.0.5','EXECUTED','146'),('201410291614-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:8623cbc44ba289fa096e0b5ee4eeaf11','Drop Not-Null Constraint','Dropping not null constraint from concept_name_tag.description column',NULL,'2.0.5','EXECUTED','147'),('201410291616-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:4393a565e9dad85e69c1cfcd9836d957','Drop Not-Null Constraint','Dropping not null constraint from active_list_type.description column',NULL,'2.0.5','EXECUTED','148'),('20141103-1030','wyclif','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:2b1a52ce2e496ec391e63ce4d9758226','Add Column','Adding form_namespace_and_path column to obs table',NULL,'2.0.5','EXECUTED','149'),('201411101055-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-01-01 22:26:48','3:5466877cc0a9f1650946e60ac1dd8f95','Drop Foreign Key Constraint','Temporarily removing foreign key constraint from person_attribute_type.edit_privilege column',NULL,'2.0.5','EXECUTED','103'),('201411101056-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-01-01 22:26:49','3:d18bc8c26a77e093bc9d0514b646a6b4','Drop Foreign Key Constraint','Temporarily removing foreign key constraint from role_privilege.privilege column',NULL,'2.0.5','EXECUTED','104'),('201411101057-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-01-01 22:26:49','3:b5f33650ea723f2304f40fd60fde36df','Modify Column','Increasing the size of the privilege column in the privilege table',NULL,'2.0.5','EXECUTED','105'),('201411101058-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-01-01 22:26:50','3:b1811e5e43321192b275d6e2fe2fa564','Add Foreign Key Constraint','Adding foreign key constraint to person_attribute_type.edit_privilege column',NULL,'2.0.5','EXECUTED','106'),('201411101106-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-01-01 22:26:50','3:96a937a1719f8e7a98ad682a5608f54b','Modify Column','Increasing the size of the privilege column in the role_privilege table',NULL,'2.0.5','EXECUTED','107'),('201411101107-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-01-01 22:26:50','3:f45e009851c4fe5205f8af48e9c50932','Add Foreign Key Constraint','Adding foreign key constraint to role_privilege.privilege column',NULL,'2.0.5','EXECUTED','108'),('20141121-TRUNK-2193','raff','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:5c3daa4f68e3e650f53b63496a831295','Rename Column','Renaming drug_ingredient.quantity to strength',NULL,'2.0.5','EXECUTED','150'),('20150108-TRUNK-14','rpuzdrowski','liquibase-update-to-latest.xml','2017-01-01 22:26:47','3:4e2fc96ab67a318ad72af666c87338f6','Delete Data','Removing dashboard.regimen.standardRegimens global property',NULL,'2.0.5','EXECUTED','101'),('20150108-TRUNK-3849','rpuzdrowski','liquibase-update-to-latest.xml','2017-01-01 22:26:47','3:ed544a52366a48b1658b1eb4536cdc57','Custom Change','Updating layout.address.format global property',NULL,'2.0.5','EXECUTED','100'),('20150109-0505','Shruthi, Sravanthi','liquibase.xml','2015-02-19 11:24:21','3:dac719171dae4edcff51cef778e34756','Create Table','',NULL,'2.0.5','EXECUTED','100'),('20150109-0521','Shruthi, Sravanthi','liquibase.xml','2015-02-19 11:24:23','3:7c55ee9f0149c0c645c0d8f566c42011','Create Index','Creating unique index on condition.uuid column',NULL,'2.0.5','EXECUTED','102'),('20150109-0627','Shruthi, Sravanthi','liquibase.xml','2015-02-19 11:24:22','3:643c49c1108fd96b387efa2b8b832252','Add Foreign Key Constraint (x6)','',NULL,'2.0.5','EXECUTED','101'),('20150122-1414','rkorytkowski','liquibase-update-to-latest.xml','2015-03-24 15:25:15','3:b662cac19085b837d902916f20a27da9','Update Data','Reverting concept name type to NULL for concepts having names tagged as default',NULL,'2.0.5','MARK_RAN','100'),('20150122-1420','rkorytkowski','liquibase-update-to-latest.xml','2015-03-24 15:25:15','3:c75793ade72db0648a912f22f79cf461','Update Data, Delete Data (x2)','Setting concept name type to fully specified for names tagged as default',NULL,'2.0.5','MARK_RAN','101'),('20150211-TRUNK-3709','jkondrat','liquibase-update-to-latest.xml','2017-01-01 22:26:47','3:7bd643a06ee8be02d6ac6525cb46ba4d','Custom Change','Encrypting the users.secret_answer column',NULL,'2.0.5','EXECUTED','102'),('20150221-1644','sandeepraparthi','liquibase-update-to-latest.xml','2017-01-01 22:26:51','3:cb0a34ee94fec9d095c7d6819c077236','Add Foreign Key Constraint','Adding foreign key on patient_identifier.patient_id column',NULL,'2.0.5','EXECUTED','109'),('20150428-TRUNK-4693-1','mseaton','liquibase-update-to-latest.xml','2015-05-15 12:11:34','3:599624d822c5f7a0d9bc796c4e90a526','Drop Foreign Key Constraint','Removing invalid foreign key constraint from order_type.parent column to order.order_id column',NULL,'2.0.5','RERAN','100'),('20150428-TRUNK-4693-2','mseaton','liquibase-update-to-latest.xml','2015-05-15 12:11:35','3:706418216753f16ce1b5eb0c45c21e24','Add Foreign Key Constraint','Adding foreign key constraint from order_type.parent column to order_type.order_type_id column',NULL,'2.0.5','RERAN','101'),('201506051103-TRUNK-4727','Chethan, Preethi','liquibase-update-to-latest.xml','2015-08-27 10:34:42','3:91fd51bed950b30f1b0532b5bdc041cc','Add Column','Adding birthtime column to person',NULL,'2.0.5','EXECUTED','151'),('201506192000-TRUNK-4729','thomasvandoren','liquibase-update-to-latest.xml','2017-01-01 22:26:51','3:ea29af89837304bac680fc2e5340ae11','Add Column, Add Foreign Key Constraint','Add changed_by column to encounter_type table',NULL,'2.0.5','EXECUTED','110'),('201506192001-TRUNK-4729','thomasvandoren','liquibase-update-to-latest.xml','2017-01-01 22:26:51','3:1491cbc4adf0c9c8f680af62c29e1db1','Add Column','Add date_changed column to encounter_type table',NULL,'2.0.5','EXECUTED','111'),('201508111304','sns.recommind','liquibase-update-to-latest.xml','2015-08-27 10:34:43','3:75a849aa0d9c54bb2e052e6a8875d443','Create Index','Add an index to the global_property.property column',NULL,'2.0.5','EXECUTED','152'),('201508111412','sns.recommind','liquibase-update-to-latest.xml','2015-08-27 10:34:44','3:226edcaabe81261347e3da63e5321b3f','Create Index','Add an index to the concept_class.name column',NULL,'2.0.5','EXECUTED','153'),('201508111415','sns.recommind','liquibase-update-to-latest.xml','2015-08-27 10:34:45','3:ee7859e5c5d801c0125fe02449c1c53b','Create Index','Add an index to the concept_datatype.name column',NULL,'2.0.5','EXECUTED','154'),('201509281653','Sravanthi','liquibase-update-to-latest.xml','2015-12-03 15:32:13','3:9ed44be93c38d7ae04232ac31350e4a9','Add Column','Add drug_non_coded column to drug_order table',NULL,'2.0.5','EXECUTED','100'),('20151006-1530','bahmni','liquibase-update-to-latest.xml','2016-05-05 13:07:11','3:06963e7ad04d1badb8b7acbc22320e25','Create Table, Add Foreign Key Constraint (x3)','Create order_set table',NULL,'2.0.5','MARK_RAN','102'),('20151006-1537','bahmni','liquibase-update-to-latest.xml','2016-09-15 13:47:12','3:66978ee657bf1c50dd651a65a7d33c81','Create Table, Add Foreign Key Constraint (x6)','Create order_set_member table',NULL,'2.0.5','EXECUTED','100'),('20151007-TRUNK-4747-remove_active_list','jdegraft','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:ddeb98bc454cd172cf23a143c3f07af7','Drop Table','Removing the active_list table (active_list feature removed)',NULL,'2.0.5','EXECUTED','118'),('20151007-TRUNK-4747-remove_active_list_allergy','jdegraft','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:e4eecfa5a1478c860e4e462379ead3d5','Drop Table','Removing the active_list_allergy table (active_list feature removed)',NULL,'2.0.5','EXECUTED','117'),('20151007-TRUNK-4747-remove_active_list_problem','jdegraft','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:d4eec429e83ff5421dee72e3ee1fd1f7','Drop Table','Removing the active_list_problem table (active_list feature removed)',NULL,'2.0.5','EXECUTED','116'),('20151007-TRUNK-4747-remove_active_list_type','jdegraft','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:9453cbf61659aaf9eb563a8fbda6c131','Drop Table','Removing the active_list_type table (active_list feature removed)',NULL,'2.0.5','EXECUTED','119'),('20151022-TRUNK-4750','gwasilwa','liquibase-update-to-latest.xml','2017-01-01 22:26:54','3:fe04f767fed4fe3a2fd2461fbe15b5b6','Add Column (x2)','Adding address columns (7-15) to person_address and location',NULL,'2.0.5','EXECUTED','120'),('20151118-1630','bahmni','liquibase-update-to-latest.xml','2016-05-05 13:07:11','3:de7d1ad9f5f6f8423e81390026ff7b84','Create Table, Add Foreign Key Constraint (x6)','Create order_group table',NULL,'2.0.5','EXECUTED','104'),('20151118-1640','bahmni','liquibase-update-to-latest.xml','2016-05-05 13:07:11','3:1c0cf8c1d759b2bccaca0a609067f907','Add Column, Add Foreign Key Constraint','Adding \'order_group_id\' column to orders table',NULL,'2.0.5','EXECUTED','105'),('20151218-1530','Rahul,Swathi','liquibase.xml','2016-05-05 13:13:39','3:90e2618c9aababca7c9d57d15fe83c00','Create Table, Add Foreign Key Constraint (x4)','',NULL,'2.0.5','EXECUTED','112'),('20151218-1530-create-program_attribute_type-table','Rahul,Swathi','liquibase.xml','2016-05-05 13:13:39','3:a5bbca42dd2b1b9ea988769126a8e9ce','Create Table, Add Foreign Key Constraint (x3)','Creating program_attribute_type table',NULL,'2.0.5','EXECUTED','111'),('20160119-1146','Shashi, Hanisha','liquibase.xml','2016-05-05 13:13:30','3:595d1d745d280e654049fe71e62be8ac','Add Column','Creating column date_created for queue table. This indicates the time event was raised or created.',NULL,'2.0.5','EXECUTED','100'),('20160201-TRUNK-1505','mnagasowmya','liquibase-update-to-latest.xml','2017-01-01 22:26:54','3:9c97e75128a28381cff1da7c8cae7bb1','Drop Column','Removing a column value_boolean from obs table',NULL,'2.0.5','EXECUTED','121'),('20160202-1743','rkorytkowski','liquibase-update-to-latest.xml','2016-05-05 13:07:11','3:0b6ba212979a943d1ce2e07e09dd40c0','Add Not-Null Constraint (x53)','Set uuid columns to \"NOT NULL\", if not set already for 1.9.x tables',NULL,'2.0.5','EXECUTED','101'),('20160208-1819','rnjn/vinay','liquibase.xml','2016-05-05 13:13:39','3:fd50711cc391240e47ff04989759d524','Create Table','',NULL,'2.0.5','EXECUTED','113'),('20160208-1820','rnjn/vinay','liquibase.xml','2016-05-05 13:13:40','3:4fdfccd0d5536ba72b88fe42bde31f73','Create Table, Add Foreign Key Constraint (x2)','',NULL,'2.0.5','EXECUTED','114'),('20160208-1821','rnjn/vinay','liquibase.xml','2016-05-05 13:13:40','3:d2ec6109d60fc9d1bb5b6c523f5f2347','Create Table, Add Foreign Key Constraint (x2)','',NULL,'2.0.5','EXECUTED','115'),('20160208-1822','rnjn/vinay','liquibase.xml','2016-05-05 13:13:40','3:1dfb56b876d377131a1db9088511e100','Create Index (x2)','',NULL,'2.0.5','EXECUTED','116'),('20160212-1020','bahmni','liquibase-update-to-latest.xml','2016-05-05 13:07:11','3:0fbe96fc908fbcbda8a69ec0daee17c8','Add Column','Adding \'sort_weight\' column to orders table',NULL,'2.0.5','EXECUTED','106'),('20160216-1700','bahmni','liquibase-update-to-latest.xml','2016-05-05 13:07:08','3:31fcb8b252da71f39ea960904ca28936','Custom Change','Set uuid for columns in all tables which has uuid as null. This is required for successful run of next changeSet.',NULL,'2.0.5','EXECUTED','100'),('20160226-0222','Shan,Hanisha','liquibase.xml','2016-05-05 13:13:40','3:1b94dd7a60d2d3a1ae764b58fab5e571','Custom SQL','Add role for Enrolling patient to program',NULL,'2.0.5','EXECUTED','118'),('20160302-1225','Shan,Hanisha','liquibase.xml','2016-05-05 13:13:40','3:9e397729560bb2ae143e646dcc455284','Insert Row','',NULL,'2.0.5','EXECUTED','119'),('20160302-1226','Shan,Hanisha','liquibase.xml','2016-05-05 13:13:40','3:7ddb68724f39323415c308ef1586c46f','Insert Row','',NULL,'2.0.5','EXECUTED','120'),('20160302-1230','Shan,Hanisha','liquibase.xml','2016-05-05 13:13:40','3:86ddbb9d1c3d2f9a6bc396ca0f6b1799','Insert Row','',NULL,'2.0.5','EXECUTED','121'),('20160302-1231','Shan,Hanisha','liquibase.xml','2016-05-05 13:13:40','3:558086dc0d4ba2eec693058348361453','Insert Row (x8)','Add (Get People) privilege to Clinical:FullAccess role',NULL,'2.0.5','EXECUTED','122'),('20160302-1822','vinay','liquibase.xml','2016-05-05 13:13:40','3:1fbb14bc13f004184356e6ff3b183aba','Custom SQL','Update custom encounter session matcher',NULL,'2.0.5','EXECUTED','117'),('20160322153797','Jaswanth, Hemanth','liquibase.xml','2016-05-05 13:13:40','3:58e5395e44a614d1d70abf254584bcbb','Create Index','Add index on date_stopped column for bed_patient_assignment_map table',NULL,'2.0.5','EXECUTED','123'),('201603221630968','Jaswanth, Hemanth','liquibase.xml','2016-05-05 13:13:40','3:e479176a83aa68511c1eda6be8a48d1e','Create Index','Add index on date_stopped column for visit table',NULL,'2.0.5','EXECUTED','124'),('20160329-176','Pankaj, Achinta','liquibase.xml','2016-05-05 13:13:40','3:fe40d17d061919cbbf69d2fe95a0b9c3','Custom SQL','Make allow decimal checkbox checked for all numeric concept',NULL,'2.0.5','EXECUTED','125'),('201604261630','Gautam','liquibase.xml','2016-05-05 13:13:40','3:edf189ea73fb69f049f23575531740a2','SQL From File','SQL query to get list of active patients by location',NULL,'2.0.5','EXECUTED','126'),('20160427-0950-create-concept-attribute-type-table','bahmni','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:0774f375dca107b8b9e9598e5e8b678d','Create Table, Add Foreign Key Constraint (x3)','Creating concept_attribute_type table',NULL,'2.0.5','EXECUTED','124'),('20160427-0954-create-concept-attribute-table','bahmni','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:884497a0ea7aa5bfdb54e9b88dbd69ad','Create Table, Add Foreign Key Constraint (x5)','Creating concept_attribute table',NULL,'2.0.5','EXECUTED','125'),('201604281645','vishnuraom','liquibase-update-to-latest.xml','2017-01-01 22:26:54','3:e7c592ad2ce7daac65ef41b156965b6f','Update Data','Converting values in drug_order.dosing_type column from SIMPLE to org.openmrs.SimpleDosingInstructions (TRUNK-4845)',NULL,'2.0.5','MARK_RAN','122'),('201604281646','vishnuraom','liquibase-update-to-latest.xml','2017-01-01 22:26:54','3:1d1ab904f45990de4459c25c170947d9','Update Data','Converting values in drug_order.dosing_type column from FREE_TEXT to org.openmrs.FreeTextDosingInstructions(TRUNK-4845)',NULL,'2.0.5','MARK_RAN','123'),('20160510-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:9b4e6163fd0be15426da69f418f27971','Custom SQL','Creating Location Picker Privilege',NULL,'2.0.5','EXECUTED','100'),('201605101601-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:e2d31a52cac687f0472fdee0b1770717','Custom SQL','Creating On Behalf Of Privilege',NULL,'2.0.5','EXECUTED','101'),('201605101613-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:670a255a0d0346ad5ac589110378e388','Custom SQL','Adding Location Picker Privileges To Clinical:FullAccess Role',NULL,'2.0.5','EXECUTED','103'),('201605101616-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:3fffdfd80c0f8560db8fc8ff7c84cd4f','Custom SQL','Adding On Behalf Of Privileges To Clinical:FullAccess Role',NULL,'2.0.5','EXECUTED','104'),('201605101618-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:7370aa31cb4258a3989747a994e3134e','Custom SQL','Adding Location Picker Privileges To Consultation-Save Role',NULL,'2.0.5','EXECUTED','106'),('201605101619-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:76cbab7efff99f2f205dbfe327472ea8','Custom SQL','Adding On Behalf Of Privileges To Consultation-Save Role',NULL,'2.0.5','EXECUTED','107'),('201605101622-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:3278ef58b5634e0124fa2f1882c05238','Custom SQL','Adding Location Picker Privileges To Program-Enrollment Role',NULL,'2.0.5','EXECUTED','109'),('201605101623-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:e4df6c57c6a8677d2c0686e9bf50d915','Custom SQL','Adding On Behalf Of Privileges To Program-Enrollment Role',NULL,'2.0.5','EXECUTED','110'),('201605101713-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:7062233f32a199c966eebfa437e562c0','Custom SQL','Adding Retrospective Picker Privileges To Clinical:FullAccess Role',NULL,'2.0.5','EXECUTED','102'),('201605101750-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:02a1bdbc224e834c649d48be82c43ee6','Custom SQL','Adding Retrospective Picker Privileges To Consultation-Save Role',NULL,'2.0.5','EXECUTED','105'),('201605101751-999','Pankaj, Achinta','liquibase.xml','2016-06-22 17:40:25','3:e2837f35ca9ad1cd237e9fc1029b76ad','Custom SQL','Adding Retrospective Picker Privileges To Program-Enrollment Role',NULL,'2.0.5','EXECUTED','108'),('20160603-1739','angshu','liquibase.xml','2016-07-29 15:23:12','3:5db4ef15d594ec4dae9011474ae63e5d','Insert Row','Default chunking history entry if doesn\'t exist.',NULL,'2.0.5','MARK_RAN','100'),('20160705-1120','angshu','liquibase.xml','2016-07-29 15:23:12','3:f0f21137ae90d294e6a077950af06d6f','Add Column','Creating column tags for queue table. Each event can be tagged with multiple tags; as comma separated strings',NULL,'2.0.5','EXECUTED','103'),('20160705-1130','angshu','liquibase.xml','2016-07-29 15:23:12','3:41b8a5c617806a66ae95d26ba2f0d4ea','Add Column','Creating column tags for event_records table. Each event can be tagged with multiple tags; as comma separated strings',NULL,'2.0.5','EXECUTED','104'),('20160712-1977-1','Jaswanth/Sanjit','liquibase.xml','2016-07-29 15:23:12','3:30554c65ac2f9189b3ab4f801a0f8420','Insert Row','Adding global property to act as switch for raising relationship events',NULL,'2.0.5','EXECUTED','101'),('20160712-1977-2','Jaswanth/Sanjit','liquibase.xml','2016-07-29 15:23:12','3:9696c4e0226db3ccfd2a54df589cd608','Insert Row','Adding global property to specify the URL pattern for published relationship events',NULL,'2.0.5','EXECUTED','102'),('20160713-1978-1','Pankaj/Koushik','liquibase.xml','2016-07-29 15:23:12','3:a66c8e110fc0d98b3c88c0d8064919cb','Insert Row','Adding global property to act as switch for raising program events',NULL,'2.0.5','EXECUTED','105'),('20160713-1978-2','Pankaj/Koushik','liquibase.xml','2016-07-29 15:23:12','3:d70070159e28d4fc60f9ce0259970336','Insert Row','Adding global property to specify the URL pattern for published program events',NULL,'2.0.5','EXECUTED','106'),('201607281228','Preethi, Gaurav','liquibase.xml','2016-09-15 13:48:11','3:290370593fac9235c541f8c24517fa38','Custom SQL','Drop unique constraint on identifier column in patient_identifier table',NULL,'2.0.5','EXECUTED','101'),('201607291555','Preethi','liquibase.xml','2016-09-15 13:48:11','3:ca10c75643f10d04256e630987ce8fc5','Custom SQL','Renaming Bahmni Id to Patient Identifer in patient_identifier_type table',NULL,'2.0.5','EXECUTED','102'),('201609171146-1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:34','3:4ae0233d1dc8353f1e7953e9b94e1d6c','Drop Foreign Key Constraint','Dropping foreign key constraint member_patient',NULL,'2.0.5','EXECUTED','103'),('201609171146-1.1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:35','3:b41e7c25b56556e171f0f2f1014aa77b','Drop Foreign Key Constraint','Dropping foreign key constraint parent_cohort',NULL,'2.0.5','EXECUTED','104'),('201609171146-1.2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:001715ac3bf0251098a3e8e3acd91088','Drop Primary Key','Dropping primary key for cohort_member',NULL,'2.0.5','EXECUTED','105'),('201609171146-2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:39c9ebe7a0725c60a9130ffaa89d052d','Add Column','Adding column cohort_member.cohort_member_id',NULL,'2.0.5','EXECUTED','106'),('201609171146-2.1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:64887895d69c4514681fdecfd041cccd','Custom Change','Updating cohort member ids',NULL,'2.0.5','MARK_RAN','107'),('201609171146-2.2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:21e13e1fb0cd4fc5f7deb3b3a8e5ce83','Add Primary Key','Adding primary key to cohort_member.cohort_member_id',NULL,'2.0.5','EXECUTED','108'),('201609171146-2.3','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:26255259d5c2c15995d2348357209816','Set Column as Auto-Increment','Adding auto increment property to cohort_member.cohort_member_id',NULL,'2.0.5','EXECUTED','109'),('201609171146-3','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:098004bb7849949c9080d477dd85dc2e','Add Column','Adding column cohort_member.start_date',NULL,'2.0.5','EXECUTED','110'),('201609171146-4','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:69bc7198ca53f18736b19aaa771122cc','Add Column','Adding column cohort_member.end_date',NULL,'2.0.5','EXECUTED','112'),('201609171146-5','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:ad6785a4c755084c8d69c22f652f0d04','Add Column','Adding column cohort_member.creator',NULL,'2.0.5','EXECUTED','113'),('201609171146-5.1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:28badb6004196919906fe8b95ef234b4','Update Data','Updating cohort_member.creator value',NULL,'2.0.5','MARK_RAN','114'),('201609171146-5.2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:a57dccd15ab8d4460b690c38633067bd','Add Foreign Key Constraint','Adding foreign key constraint to cohort_member.creator',NULL,'2.0.5','EXECUTED','115'),('201610042145-1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:1d57722d5170e0aac7a01e25b7143342','Add Column','Adding column cohort_member.date_created',NULL,'2.0.5','EXECUTED','116'),('201610042145-1.1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:0b655a5bd27feb9c2612bfab99b43401','Update Data','Updating cohort_member.date_created with value cohort.date_created',NULL,'2.0.5','MARK_RAN','117'),('201610042145-2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:1f2c273b5119e083bac3428cced24cee','Add Column','Adding column cohort_member.uuid',NULL,'2.0.5','EXECUTED','123'),('201610042145-2.1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:98f12e2601f17e285c3e0af187d41e88','Update Data','Generating UUIDs for all rows in cohort_member table via built in uuid function.',NULL,'2.0.5','EXECUTED','124'),('201610042145-2.2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:f32469e8348bd87a0684142d2006e835','Add Unique Constraint','Adding unique constraint to cohort_member.uuid',NULL,'2.0.5','EXECUTED','125'),('201610131530-1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:c9cdf7d006a5a6a7c7ccaf827fd7cec9','Add Column','Adding column cohort_member.voided',NULL,'2.0.5','EXECUTED','118'),('201610131530-1.1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:352ad5c535c28235d75cd9617731db3e','Add Default Value','Adding defaultValue for cohort_member.voided',NULL,'2.0.5','EXECUTED','119'),('201610131530-2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:a6bdaa65ce2a7ecda2383e543a10224f','Add Column','Adding column cohort_member.voided_by',NULL,'2.0.5','EXECUTED','120'),('201610131530-3','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:0d6fa05f59b1153b70a2c055856042c0','Add Column','Adding column cohort_member.date_voided',NULL,'2.0.5','EXECUTED','121'),('201610131530-4','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:7b66202d02acc9056fca82c62df0ea14','Add Column','Adding column cohort_member.void_reason',NULL,'2.0.5','EXECUTED','122'),('201610242135-1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:d1f786fa12f2a8230eb579b657009edf','Add Foreign Key Constraint','Adding foreign key constraint to cohort_member.cohort_id',NULL,'2.0.5','EXECUTED','126'),('201610242135-2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:f7fce679894e49fad34cad1f91ef2eac','Add Foreign Key Constraint','Adding foreign key constraint to cohort_member.patient_id',NULL,'2.0.5','EXECUTED','127'),('201610242135-3','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:38','3:a61042ee90a77f77fd9456dbe1afdfa9','Update Data','Updating cohort_start_date with value cohort.date_created',NULL,'2.0.5','MARK_RAN','111'),('201611121945-1','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:a722f0cd71934cc9c8577eac1572d736','Drop Default Value','Dropping defaultValue for cohort_member.cohort_id',NULL,'2.0.5','EXECUTED','128'),('201611121945-2','vshankar','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:520865118b72339a432f57ff2b292672','Drop Default Value','Dropping defaultValue for cohort_member.patient_id',NULL,'2.0.5','EXECUTED','129'),('201625111155','Sourav, Chethan','liquibase.xml','2017-11-11 23:55:00','3:62ead9cec525e93a52f671ffb0f62c6e','Create Table, Add Foreign Key Constraint (x5)','Creating bed_tag_map table',NULL,'2.0.5','EXECUTED','101'),('20170302-1225','sidtharthanan, Darius','liquibase.xml','2017-11-11 23:55:05','3:1ca8c16cb88abe9b2e539c0074b0923c','Custom SQL','Add new concept for Follow-up Condition',NULL,'2.0.5','EXECUTED','115'),('20170308-1000','Sidtharthan, Gaurav','liquibase.xml','2017-11-11 23:55:05','3:9c9f141db8cbc0d822e97eee4c04fdba','Custom SQL','Add new concept for Non-Coded Condition',NULL,'2.0.5','EXECUTED','108'),('20170707-TRUNK-5185-1','mogoodrich','liquibase-update-to-latest.xml','2017-11-11 23:52:32','3:7cb50dd122227a05eff1b3c84b62b4a9','Create Index','Adding unique index on concept_reference_source uuid column',NULL,'2.0.5','EXECUTED','100'),('20170707-TRUNK-5185-2','mogoodrich','liquibase-update-to-latest.xml','2017-11-11 23:52:33','3:64612c379ed6debbb5966e4d0b2e6bc5','Create Index','Adding unique index on concept_reference_map uuid column',NULL,'2.0.5','EXECUTED','101'),('20170829-1138','Suman M','liquibase.xml','2017-11-11 23:55:05','3:52db618d13029371e152f9f47c082f04','Custom SQL','Update global property to handle null for family name',NULL,'2.0.5','EXECUTED','116'),('201710061600','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:ea60ce99ba133fbb144d73727981d2ea','Custom SQL','Adding app:appointments privilege to Appointments: ReadOnly role',NULL,'2.0.5','EXECUTED','123'),('201710061610','Santhosh, Pramida','liquibase.xml','2017-11-12 00:16:29','3:7dcbf527ed1ecb599959c3f3453a00a9','Custom SQL','Adding View Appointments privilege to Appointments: ReadOnly role',NULL,'2.0.5','EXECUTED','100'),('201710061620','Santhosh, Pramida','liquibase.xml','2017-11-12 00:16:29','3:16466f4008a3e74b357ed9cfee9d0bd4','Custom SQL','Adding all the privileges to Appointments: ReadOnly',NULL,'2.0.5','EXECUTED','101'),('201710061630','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:d5c8e354451fabf93c0b6781c1c2f494','Custom SQL','adding Get Locations privilege to Appointments:ReadOnly role',NULL,'2.0.5','EXECUTED','124'),('201710061640','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:97369009273e440b0c2a39cd25a04688','Custom SQL','adding Get Patients privilege to Appointments:ReadOnly role',NULL,'2.0.5','EXECUTED','125'),('201710061650','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:ffbdb411662ac52276586774c52630ce','Custom SQL','adding Get Patient Identifiers privilege to Appointments:ReadOnly role',NULL,'2.0.5','EXECUTED','126'),('201710061700','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:71f8193e0e317809c14ae3ab83d038c7','Custom SQL','adding Get Providers privilege to Appointments:ReadOnly role',NULL,'2.0.5','EXECUTED','127'),('201710061710','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:da0671f46f9973f644f223030308475d','Custom SQL','Adding app:appointments:manageAppointmentsTab privilege to Appointments:ManageAppointments role',NULL,'2.0.5','EXECUTED','128'),('201710061720','Santhosh, Pramida','liquibase.xml','2017-11-12 00:16:29','3:8ebdd28ebaf60ea453577ebe1e19ca3b','Custom SQL','Adding Manage Appointments privilege to Appointments:ManageAppointments role',NULL,'2.0.5','EXECUTED','102'),('201710061730','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:aab84f375c599100956ff345bf7d9b65','Custom SQL','Adding app:appointments:adminTab privilege to Appointments:FullAccess',NULL,'2.0.5','EXECUTED','129'),('201710061740','Santhosh, Pramida','liquibase.xml','2017-11-12 00:16:29','3:c08ecdab8b1045d833cb928d7ff4d030','Custom SQL','Adding Manage Appointment Services privilege to Appointments:FullAccess',NULL,'2.0.5','EXECUTED','103'),('201710061750','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:3e8e4380f2e05c0afaca463b9b2cb0b1','Custom SQL','adding Appointments:ReadOnly as parent role for Appointments:ManageAppointments role to inherit all privileges from Appointments:ReadOnly',NULL,'2.0.5','EXECUTED','130'),('201710061800','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:cae5f436f1e76fb7cd407cc271658b47','Custom SQL','adding Appointments:ManageAppointments as parent role for Appointments:FullAccess role to inherit all privileges from Appointments:ManageAppointments',NULL,'2.0.5','EXECUTED','131'),('27112013_1','tw','liquibase.xml','2014-09-18 14:27:25','3:f748a92a8a51d282a218b24c0256b1c9','Add Column, Add Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','111'),('28112013_1','tw','liquibase.xml','2014-09-18 14:27:25','3:fc6db60b0aec6e6499e681670e83294e','Add Column','',NULL,'2.0.5','EXECUTED','112'),('28112013_10','tw','liquibase.xml','2014-09-18 14:27:26','3:f0236cce1aee98a39a1ccad8d3c80fb8','Add Unique Constraint, Add Foreign Key Constraint (x3)','',NULL,'2.0.5','EXECUTED','121'),('28112013_11','tw','liquibase.xml','2014-09-18 14:27:26','3:a5a636212dc5badbbc2739440efb6579','Add Column','',NULL,'2.0.5','EXECUTED','122'),('28112013_12','tw','liquibase.xml','2014-09-18 14:27:26','3:1dadaa75f944e1b96d809e207a88b9d5','Add Column','',NULL,'2.0.5','EXECUTED','123'),('28112013_13','tw','liquibase.xml','2014-09-18 14:27:26','3:355af2bd4a801e1b74fdf8972df5d9f5','Add Column','',NULL,'2.0.5','EXECUTED','124'),('28112013_14','tw','liquibase.xml','2014-09-18 14:27:26','3:59a504947b790dccfc94c91867061bef','Add Column','',NULL,'2.0.5','EXECUTED','125'),('28112013_15','tw','liquibase.xml','2014-09-18 14:27:26','3:8503e2e68243a29ead81a4fa75085599','Add Column','',NULL,'2.0.5','EXECUTED','126'),('28112013_16','tw','liquibase.xml','2014-09-18 14:27:26','3:963de62ef5c72d0e26a1e83172e5a8c6','Add Column','',NULL,'2.0.5','EXECUTED','127'),('28112013_17','tw','liquibase.xml','2014-09-18 14:27:26','3:a43d20de3e4793fd696b0a4b42ba71c1','Add Column','',NULL,'2.0.5','EXECUTED','128'),('28112013_18','tw','liquibase.xml','2014-09-18 14:27:26','3:797d6dc5e563e8889991afec46013359','Add Column','',NULL,'2.0.5','EXECUTED','129'),('28112013_19','tw','liquibase.xml','2014-09-18 14:27:26','3:72b4a16431f23d84a38452899e006844','Add Column','',NULL,'2.0.5','EXECUTED','130'),('28112013_2','tw','liquibase.xml','2014-09-18 14:27:25','3:9667afd8ba177d1a0c8b7095db67bee0','Add Column','',NULL,'2.0.5','EXECUTED','113'),('28112013_20','tw','liquibase.xml','2014-09-18 14:27:27','3:b62edd5aad0e98106e2db03687bf28e3','Add Unique Constraint, Add Foreign Key Constraint (x3)','',NULL,'2.0.5','EXECUTED','131'),('28112013_3','tw','liquibase.xml','2014-09-18 14:27:25','3:3c7da130eff93427a563e2c87464e82a','Add Column','',NULL,'2.0.5','EXECUTED','114'),('28112013_4','tw','liquibase.xml','2014-09-18 14:27:25','3:801c3b23f47dd073edb009e0e1938877','Add Column','',NULL,'2.0.5','EXECUTED','115'),('28112013_5','tw','liquibase.xml','2014-09-18 14:27:25','3:98b6351c16b8ccd4493070d845f5b492','Add Column','',NULL,'2.0.5','EXECUTED','116'),('28112013_6','tw','liquibase.xml','2014-09-18 14:27:25','3:bac8dd40a71719501a27998d73b5d15c','Add Column','',NULL,'2.0.5','EXECUTED','117'),('28112013_7','tw','liquibase.xml','2014-09-18 14:27:25','3:df894febe79ae93215ba7fed49690912','Add Column','',NULL,'2.0.5','EXECUTED','118'),('28112013_8','tw','liquibase.xml','2014-09-18 14:27:25','3:f6a6cc311e0a08672fd7fe4cc940c244','Add Column','',NULL,'2.0.5','EXECUTED','119'),('28112013_9','tw','liquibase.xml','2014-09-18 14:27:25','3:12e78d20ae7b0ce95cfab7dac8444da7','Add Column','',NULL,'2.0.5','EXECUTED','120'),('3-increase-privilege-col-size-person_attribute_type','dkayiwa','liquibase-update-to-latest.xml','2014-09-18 14:17:28','3:c2465b2417463d93f1101c6683f41250','Drop Foreign Key Constraint, Modify Column, Add Foreign Key Constraint','Increasing the size of the edit_privilege column in the person_attribute_type table',NULL,'2.0.5','EXECUTED','527'),('add-clincal-app-role-for-program-app-201610261552','Kaustav, Hanisha','liquibase.xml','2016-11-09 15:23:48','3:ee8d21a555eacfd3901cc5f365d91960','Custom SQL','Add Clinical-app role as sub role to Programs-app role',NULL,'2.0.5','EXECUTED','105'),('add-correct-description-for-internal-roles','Jaswanth','liquibase.xml','2016-11-09 15:23:48','3:930ddf40090df286796f189b5164e6fe','Custom SQL','Add correct description for internal roles',NULL,'2.0.5','EXECUTED','104'),('add-module-column-to-auditlogtable-201706160509','Shruthi P,Pushpa','liquibase.xml','2017-11-11 23:54:57','3:44ec56dfcfcc1d14ea66c5ee19897391','Custom SQL','',NULL,'2.0.5','EXECUTED','102'),('add-privileges-to-roles-20161111','Ravindra','liquibase.xml','2017-01-01 22:27:49','3:f322ee6780aa7f308b3630774415b186','Custom SQL','Add privileges to roles Clinical-App-Common(Get Order Sets), Registration-App(Delete Visits)',NULL,'2.0.5','EXECUTED','103'),('add_changed_by_for_reporting_report_design','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:6b4f816069cda1e48f3d9c5a329ae0d4','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','115'),('add_changed_by_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:26bcc628ac6c8c2ddb7bf297eadfd6a6','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','119'),('add_changed_by_for_reporting_report_processor','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:93e3e242966c6e4097eb43f42c6575f0','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','123'),('add_color_column_to_appointment_service_table-201707251432','Santhosh, Maharjun','liquibase.xml','2017-11-11 23:55:06','3:49cc59a5bb9842b0e9c16bfb230f1536','Custom SQL','',NULL,'2.0.5','EXECUTED','107'),('add_creator_for_reporting_report_design','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:eee0f564c3ffe9546cff2e4d53b565cc','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','114'),('add_creator_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:3d89b6d62ae28f8cbd23db415a335867','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','118'),('add_creator_for_reporting_report_processor','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:b2a2210386c6e92b0e5a01d4715f7d48','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','122'),('add_report_definition_uuid_index','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:3e82195b1dc87158b4a35557e2efdac6','Create Index','',NULL,'2.0.5','MARK_RAN','113'),('add_report_design_id_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:e92ae5e78a4fe4e4bcff15db82fbed60','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','117'),('add_requested_by_for_reporting_report_request','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:5ad8a98124cb9926fd19e01b60ada19e','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','121'),('add_retired_by_for_reporting_report_design','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:d24d24b7c5355e065e106c5d6cd56f4a','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','116'),('add_retired_by_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:d83ce3b2d54294365d6460e63c8c1e64','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','120'),('add_retired_by_for_reporting_report_processor','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:aa21b7a845db22fcfedd5962aff5a02c','Add Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','124'),('aggregate-query-service-201501020718','Mihir','liquibase.xml','2015-02-19 11:24:20','3:1bf0665e68a470b0e6f977e0c72a89ee','Create Table','',NULL,'2.0.5','EXECUTED','101'),('aggregate-query-service-201501080718','Mujir, Mihir','liquibase.xml','2015-02-19 11:24:21','3:d1ef704cba9a82593298a84a10b5ff85','Add Column (x3)','',NULL,'2.0.5','EXECUTED','102'),('aggregate-query-service-201501150718','Mujir, Mihir','liquibase.xml','2015-02-19 11:24:21','3:e1ee08a7a0c083b2429a94f82caa4cba','Add Column','',NULL,'2.0.5','EXECUTED','103'),('appframework-1','djazayeri','liquibase.xml','2014-09-18 14:17:44','3:1fff60c3e3407f96174f63eb875e3dd3','Create Table, Add Foreign Key Constraint (x2)','Create table for AppEnabled',NULL,'2.0.5','EXECUTED','100'),('appframework-2','djazayeri','liquibase.xml','2014-09-18 14:17:44','3:964d11f2c8a482d315341c315b705101','Drop Table','Drop table for AppEnabled, since we\'ll be using privileges instead',NULL,'2.0.5','EXECUTED','101'),('appframework-3','nutsiepully','liquibase.xml','2014-09-18 14:17:44','3:fdc791492c3f51ed1d97890bc099d284','Create Table','Create table to track which AppFramework components are enabled',NULL,'2.0.5','EXECUTED','102'),('appframework-4','Wyclif','liquibase.xml','2015-08-27 10:33:18','3:9a5638b21b279ff5fb44a268876bc1d3','Create Table','Create table to store user defined apps',NULL,'2.0.5','EXECUTED','100'),('appointments_-201707031031','Shruthi P','liquibase.xml','2017-11-11 23:55:05','3:71086ad8d10df350f0255856e2d36531','Custom SQL','Add Appointment Location Tag if not already added.',NULL,'2.0.5','EXECUTED','102'),('assign-role-to-automation-user','Jaswanth','liquibase.xml','2016-11-09 15:23:48','3:89901c85885345eb69c8e3a504d23df8','Custom SQL','Assign role to automation user',NULL,'2.0.5','EXECUTED','103'),('BACT-07012016103500','Bharat','liquibase.xml','2016-05-05 13:13:36','3:3e8618e81fe87671efe5b451953f27b7','Custom SQL','',NULL,'2.0.5','EXECUTED','107'),('BACT-08102015044642','Hemanth','liquibase.xml','2016-05-05 13:13:35','3:825219957e04d360b2917d217d421228','Custom SQL','Creating a Bacteriology attributes concept class',NULL,'2.0.5','EXECUTED','100'),('BACT-08102015045449','Hemanth','liquibase.xml','2016-05-05 13:13:35','3:5f0a951a825091d185ce19d433e52d14','Custom SQL','Creating a Bacteriology Results concept class',NULL,'2.0.5','EXECUTED','101'),('BACT-08102015054945','Hemanth','liquibase.xml','2016-05-05 13:13:35','3:308ead97e53bd92f969cd2918c633b1c','Custom SQL','Insert concept reference source for CEIL concepts',NULL,'2.0.5','EXECUTED','102'),('BACT-08102015054956','Hemanth','liquibase.xml','2016-05-05 13:13:36','3:b18b17d6ceef9b53aa5eb22a8c9509bc','Custom SQL','Insert concept reference source for org.openmrs.module.bacteriology concepts',NULL,'2.0.5','EXECUTED','103'),('BACT-08102015055156','Hemanth','liquibase.xml','2016-05-05 13:13:36','3:a4adce4810a6e2a73a60e9b1ec5a2ea0','Custom SQL','Adding reference term for ceil concept source',NULL,'2.0.5','EXECUTED','104'),('BACT-08102015063652','Hemanth','liquibase.xml','2016-05-05 13:13:36','3:10a4b3102cfd3e1021a4a58b6c08f974','Custom SQL','Adding reference term for org.openmrs.module.bacteriology concept source',NULL,'2.0.5','EXECUTED','105'),('BACT-08102015071559','Hemanth','liquibase.xml','2016-05-05 13:13:36','3:186d4e2387774cdfc6e5b3e313e50489','Custom SQL','creating specimen sample source',NULL,'2.0.5','EXECUTED','106'),('bahmni-1','tw','liquibase.xml','2014-09-18 14:18:04','3:1fa8ea475c7e35cd9bcb5040bd294622','SQL From File','rel2',NULL,'2.0.5','EXECUTED','100'),('bahmni-10','tw','liquibase.xml','2014-09-18 14:18:05','3:73863097e856ba046dab35b909890730','SQL From File','rel2',NULL,'2.0.5','EXECUTED','109'),('bahmni-11','tw','liquibase.xml','2014-09-18 14:18:05','3:4eb9fcc5ce17fbf0a38995357e206adf','SQL From File','rel2',NULL,'2.0.5','EXECUTED','110'),('bahmni-12','tw','liquibase.xml','2014-09-18 14:18:05','3:ccbf2af31c91354755b145585f1adf43','SQL From File','rel2',NULL,'2.0.5','EXECUTED','111'),('bahmni-16','tw','liquibase.xml','2014-09-18 14:18:05','3:1e70c5fa76cd1a8a9d0459ce437d009e','SQL From File','rel3',NULL,'2.0.5','EXECUTED','113'),('bahmni-17','tw','liquibase.xml','2014-09-18 14:18:05','3:2dced694dd0f4778a33490ab099ef756','SQL From File','rel3',NULL,'2.0.5','EXECUTED','114'),('bahmni-19','tw','liquibase.xml','2014-09-18 14:18:05','3:52d9923b31a58b0e2c1fb9c3d1d5aa25','SQL From File','rel3',NULL,'2.0.5','EXECUTED','116'),('bahmni-2','tw','liquibase.xml','2014-09-18 14:18:04','3:5b9223967ffc4864988813db4dc88be6','SQL From File','rel2',NULL,'2.0.5','EXECUTED','101'),('bahmni-20','tw','liquibase.xml','2014-09-18 14:18:05','3:51dff674d6df91159ea92847a3a9e970','SQL From File','rel3',NULL,'2.0.5','EXECUTED','117'),('bahmni-201703061748','Shruthi P, Pushpa','liquibase.xml','2017-11-11 23:55:05','3:772d4ea0231decd0c248d4d03e553d64','Custom SQL','update global property key \'emr.primaryIdentifierType\' to \'bahmni.primaryIdentifierType\'',NULL,'2.0.5','EXECUTED','105'),('bahmni-201703061756','Shruthi P, Pushpa','liquibase.xml','2017-11-11 23:55:05','3:2452abdc7344bde4fd2deb8c64af588a','Custom SQL','update global property key \'emr.extraPatientIdentifierTypes\' to \'bahmni.extraPatientIdentifierTypes\'',NULL,'2.0.5','EXECUTED','106'),('bahmni-25','tw','liquibase.xml','2014-09-18 14:18:05','3:71856a1d7fe4bf6eb1bf99a81b853a82','SQL From File','rel3',NULL,'2.0.5','EXECUTED','121'),('bahmni-26','tw','liquibase.xml','2014-09-18 14:18:05','3:a2862e0129adc45ea27bcf46ba4a1698','SQL From File','rel3',NULL,'2.0.5','EXECUTED','122'),('bahmni-27','tw','liquibase.xml','2014-09-18 14:18:05','3:c7184166e3ec80668677966efa251b63','SQL From File','rel3',NULL,'2.0.5','EXECUTED','123'),('bahmni-28','tw','liquibase.xml','2014-09-18 14:18:05','3:23f221251e83aecc4dd7a7111e7bb726','SQL From File','rel3',NULL,'2.0.5','EXECUTED','124'),('bahmni-29','tw','liquibase.xml','2014-09-18 14:18:05','3:0998fdf1cb16d20ac72d500b4a4abcf0','SQL From File','rel3',NULL,'2.0.5','EXECUTED','125'),('bahmni-3','tw','liquibase.xml','2014-09-18 14:18:05','3:3d717ca9342fb21a14ec999b6773e78f','SQL From File','rel2',NULL,'2.0.5','EXECUTED','102'),('bahmni-30','tw','liquibase.xml','2014-09-18 14:18:05','3:6404f5bea3bc91a0168a723ce0a945f7','Update Data','rel3',NULL,'2.0.5','EXECUTED','126'),('bahmni-31','tw','liquibase.xml','2014-09-18 14:18:05','3:845a3fea37de2528ca3a25dd9e181490','SQL From File','rel2',NULL,'2.0.5','EXECUTED','112'),('bahmni-32','tw','liquibase.xml','2014-09-18 14:18:05','3:57fb9812295f1692f9b83a0bcdaf4c06','SQL From File','rel3',NULL,'2.0.5','EXECUTED','127'),('bahmni-33','tw','liquibase.xml','2015-06-11 16:51:33','3:104cdb183cea698b8be017762c81efaf','SQL From File','rel3',NULL,'2.0.5','RERAN','128'),('bahmni-33_update','Vikash, Abishek','liquibase.xml','2015-04-14 12:52:24','3:3f5abb2772e849268ff3fdec0adc25be','SQL From File','rel3',NULL,'2.0.5','EXECUTED','104'),('bahmni-34','tw','liquibase.xml','2014-09-18 14:18:05','3:2abb7d22b892ea22ed083df5a2978ba2','SQL From File','rel3',NULL,'2.0.5','EXECUTED','129'),('bahmni-35','tw','liquibase.xml','2014-09-18 14:18:05','3:33d81235022388bf9b5a3e4d251c49ec','SQL From File','rel3',NULL,'2.0.5','EXECUTED','130'),('bahmni-36','tw','liquibase.xml','2014-09-18 14:18:05','3:cdcea0ce4c1259fc2387a8014b817006','Custom SQL','Add investigations meta data',NULL,'2.0.5','EXECUTED','131'),('bahmni-37','tw','liquibase.xml','2014-09-18 14:18:06','3:f12d0201c6ad6833de572087e2d02b03','Custom SQL','Add job for processing reference data',NULL,'2.0.5','EXECUTED','144'),('bahmni-38','tw','liquibase.xml','2014-09-18 14:18:06','3:84c16b09199f9bf019ebac8755f6b778','Custom SQL','Add job for processing failed reference data',NULL,'2.0.5','EXECUTED','145'),('bahmni-39','tw','liquibase.xml','2014-09-18 14:18:06','3:390298a50c1fe5e8281e3763cde39f8a','Custom SQL','Update class name of reference data feed task and failed event task.',NULL,'2.0.5','EXECUTED','146'),('bahmni-4','tw','liquibase.xml','2014-09-18 14:18:05','3:86dabf0c08030df866a7bceaf0a5758e','SQL From File','rel2',NULL,'2.0.5','EXECUTED','103'),('bahmni-5','tw','liquibase.xml','2014-09-18 14:18:05','3:906a8aec030d1961ee3391a354cb6b68','SQL From File','rel2',NULL,'2.0.5','EXECUTED','104'),('bahmni-6','tw','liquibase.xml','2014-09-18 14:18:05','3:e62b63150ce704651dd128abb60690ae','SQL From File','rel2',NULL,'2.0.5','EXECUTED','105'),('bahmni-7','tw','liquibase.xml','2014-09-18 14:18:05','3:971ebef189662030a66c0763c0515aef','SQL From File','rel2',NULL,'2.0.5','EXECUTED','106'),('bahmni-9','tw','liquibase.xml','2014-09-18 14:18:05','3:44169eaebabb84c89214370224d47062','SQL From File','rel2',NULL,'2.0.5','EXECUTED','108'),('bahmni-add-previliges-toinpatient-move-201514101850','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:954576ea2d823bfd7935c61c11a531f3','Custom SQL','Adding privileges to Inpatient-patient-movement',NULL,'2.0.5','EXECUTED','118'),('bahmni-add-privilege-reports-role-201528101218','Jaswanth, Padma','liquibase.xml','2015-10-29 14:51:48','3:a619b2df26ce50815febfcf59b6563d5','Custom SQL','Adding privileges to emr-reports role',NULL,'2.0.5','EXECUTED','122'),('bahmni-add-privileges-to-inpatient-read-201514101540','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:59ef1582c31a7e52c7ea2a40755c7f3a','Custom SQL','Relating roles and adding privileges',NULL,'2.0.5','EXECUTED','117'),('bahmni-add-privileges-to-orders-role-201515101441','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:aa39d1f55dbeb81fcf4cf720119c6c8f','Custom SQL','Adding privileges to orders role',NULL,'2.0.5','EXECUTED','120'),('bahmni-add-privileges-to-patient-document-upload-201515101234','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:0bf1f73955956e033314456e06c2cc79','Custom SQL','Adding privileges to patient document upload role',NULL,'2.0.5','EXECUTED','119'),('bahmni-addprevileges-admin-role-201516101234','Jaswanth,Padma','liquibase.xml','2015-10-29 14:51:48','3:1474552ca7e78cb1bdc776c95b7cbca8','Custom SQL','Adding privileges to admin role',NULL,'2.0.5','EXECUTED','121'),('bahmni-addpreviliges-201514101844','Banka,Padma','liquibase.xml','2015-12-03 15:32:55','3:bc98ac01b7b931e353214a661f330f56','Custom SQL','Relating roles and adding privileges for bed management',NULL,'2.0.5','EXECUTED','100'),('bahmni-admin-role-201513101528','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:ff3786bb6c0b44ba12aa57eb3a7f9211','Custom SQL','',NULL,'2.0.5','EXECUTED','114'),('bahmni-atomfeed-add-event-records-category-index','Achinta, Sudhakar','liquibase.xml','2015-10-29 14:51:48','3:9e2b5cdf52eb8caa784986d0772e6cc8','Create Index','Add index to the category column in event_records table for performance (if it is not already present)',NULL,'2.0.5','EXECUTED','100'),('bahmni-atomfeed-offset-marker','tw','/opt/bahmni-web/etc/bahmni_config/openmrs/migrations/liquibase.xml','2016-05-05 13:06:37','3:359e8a27b83591cc2ac20630eb8313e5','Custom SQL','rel3',NULL,'2.0.5','EXECUTED','100'),('bahmni-atomfeed-offset-marker','tw','liquibase.xml','2017-01-01 22:28:57','3:359e8a27b83591cc2ac20630eb8313e5','Custom SQL','rel3',NULL,'2.0.5','MARK_RAN','100'),('bahmni-clinical-1','tw','liquibase.xml','2014-09-18 14:18:05','3:34e384e76217b318152ac490e737311d','SQL From File','rel2',NULL,'2.0.5','EXECUTED','107'),('bahmni-clinical-10','Vivek','liquibase.xml','2014-09-18 14:18:06','3:df7f3657adbe5e363ef3cd223ea55b42','Custom SQL','Add concept words for adt notes',NULL,'2.0.5','EXECUTED','136'),('bahmni-clinical-11','Arathy','liquibase.xml','2014-09-18 14:18:06','3:96097718e2a28e38b1e9dec1493d16d6','Custom SQL','Add concept Document',NULL,'2.0.5','EXECUTED','137'),('bahmni-clinical-12','Arathy','liquibase.xml','2014-09-18 14:18:06','3:b295a4ca56c415a6768aa5f696b51a86','Custom SQL','Add concept-name Document',NULL,'2.0.5','EXECUTED','138'),('bahmni-clinical-13','Arathy','liquibase.xml','2014-09-18 14:18:06','3:8a417d9214f1ff5607ebcb99447bed6e','Custom SQL','Add Encounter Type Radiology',NULL,'2.0.5','EXECUTED','139'),('bahmni-clinical-14','Praveen','liquibase.xml','2014-09-18 14:18:06','3:38e8445cf5bc784f372cf5c8a8ce471d','Custom SQL','Add new encounter type for investigation',NULL,'2.0.5','EXECUTED','143'),('bahmni-clinical-2','tw','liquibase.xml','2014-09-18 14:18:05','3:b922d30c4067bcebeca2089b4ddaf899','SQL From File','rel3',NULL,'2.0.5','EXECUTED','115'),('bahmni-clinical-201401171353','banka-tw','liquibase.xml','2014-09-18 14:18:06','3:aff3053304cfb5176c57269c71739c7f','Insert Row','',NULL,'2.0.5','EXECUTED','140'),('bahmni-clinical-201401171415','banka-tw','liquibase.xml','2014-09-18 14:18:06','3:12b0753a2a241925fcc9ac763ad69f19','Insert Row','',NULL,'2.0.5','EXECUTED','141'),('bahmni-clinical-201401171420','banka-tw','liquibase.xml','2014-09-18 14:18:06','3:b2794090dfbbf4946f77e036915f64d2','Insert Row','',NULL,'2.0.5','EXECUTED','142'),('bahmni-clinical-201401281730','Banka,RT','liquibase.xml','2014-09-18 14:18:06','3:d97e8d388d129a0fa418f1c172f8fc7a','Custom SQL','Add new encounter type for Lab Result',NULL,'2.0.5','EXECUTED','147'),('bahmni-clinical-201401311600','TW','liquibase.xml','2014-09-18 14:18:06','3:b2f57e10b5c48c07ba67f00e3cbeafd4','Custom SQL','Add concept set for Lab results',NULL,'2.0.5','EXECUTED','148'),('bahmni-clinical-201402061215','Angshu,RT','liquibase.xml','2014-09-18 14:18:06','3:8f210ada3640cea55eba55a4e9eef202','Custom SQL','Add new visit type LAB_RESULTS_IN_ABSENTEE',NULL,'2.0.5','EXECUTED','149'),('bahmni-clinical-201402101443','sush','liquibase.xml','2014-09-18 14:18:06','3:4bf141e0bfa4a5876a3c372d6b18b47d','Insert Row','',NULL,'2.0.5','EXECUTED','150'),('bahmni-clinical-201402111716','indraneel,neha','liquibase.xml','2014-09-18 14:18:06','3:69ec0c78de56b715740f0df83f58bb07','Insert Row','',NULL,'2.0.5','EXECUTED','151'),('bahmni-clinical-201402161951','Mujir,Vinay','liquibase.xml','2014-09-18 14:18:06','3:ff1175a61a50b57bb0ec08bde9868699','Custom SQL','Creating new visit type DRUG_ORDER',NULL,'2.0.5','EXECUTED','152'),('bahmni-clinical-201402201226','Neha,Indraneel','liquibase.xml','2014-09-18 14:18:06','3:3f33243a98921ae1eb6ab592975fcb83','Custom SQL','deleting visit types DRUG_ORDER and LAB_RESULTS_IN_ABSENTEE',NULL,'2.0.5','EXECUTED','153'),('bahmni-clinical-201402201520','Angshu','liquibase.xml','2014-09-18 14:18:06','3:3d3b3a36eb78c97c58b86a081891a3a6','Custom SQL','Add global property for emr primary identifier type',NULL,'2.0.5','MARK_RAN','154'),('bahmni-clinical-201402201530','Angshu','liquibase.xml','2014-09-18 14:18:06','3:7732759315b8a6f9a80b2d9511e65df3','Custom SQL','set global property value for emr primary identifier type',NULL,'2.0.5','EXECUTED','155'),('bahmni-clinical-201402201700','D3','liquibase.xml','2014-09-18 14:18:06','3:f40a6708845094ce8ce63ae5f380d06a','Custom SQL','Remove unused app:documents privilege',NULL,'2.0.5','EXECUTED','156'),('bahmni-clinical-201402251700','Mihir,Vinay','liquibase.xml','2014-09-18 14:18:06','3:a5681ca224c60d3e061c25b44963810f','Custom SQL','Add new concept to mark referred out tests',NULL,'2.0.5','EXECUTED','157'),('bahmni-clinical-201402281633','Indraneel,Neha','liquibase.xml','2014-09-18 14:18:06','3:dcaba2c3fdfec0163dc655ad0afb1082','Custom SQL','Add concept Lab Order Notes',NULL,'2.0.5','EXECUTED','158'),('bahmni-clinical-201402281635','Indraneel,Neha','liquibase.xml','2014-09-18 14:18:06','3:2e73b0f164e55c909b6e691876865e84','Custom SQL','Add concept-name Lab Order Notes',NULL,'2.0.5','EXECUTED','159'),('bahmni-clinical-201403051245','Neha','liquibase.xml','2014-09-18 14:18:06','3:3939c112bbe0258754c497ab69af6e12','Custom SQL','Delete concept Lab Order Notes',NULL,'2.0.5','EXECUTED','160'),('bahmni-clinical-201403051246','Neha','liquibase.xml','2014-09-18 14:18:06','3:329689d0b840f0e9a3986929ec73b5ac','Custom SQL','Add new concept to lab order notes',NULL,'2.0.5','EXECUTED','161'),('bahmni-clinical-201408251220','D3','liquibase.xml','2014-09-18 14:19:42','3:2a9c6f8331661177cb6790e285489b8c','Insert Row','',NULL,'2.0.5','EXECUTED','104'),('bahmni-clinical-201502051605','Soumya, Banka','liquibase.xml','2015-02-19 11:24:25','3:490afd9dc7ad53e1cb5aa9eef6e67f17','Custom SQL','update sql for admitted patient',NULL,'2.0.5','EXECUTED','102'),('bahmni-clinical-201502091501','Charles, Banka','liquibase.xml','2015-02-19 11:24:25','3:6dd4a68e60bb3739959d4de690495665','Custom SQL','Adding Undo Discharge disposition',NULL,'2.0.5','EXECUTED','103'),('bahmni-clinical-201511091150','Vikash, Achinta','liquibase.xml','2015-12-03 15:32:55','3:8c632f19286fc5b9a85c69f8b481528f','Custom SQL','Adding Programs privilege to clinical-read only role',NULL,'2.0.5','EXECUTED','104'),('bahmni-clinical-201511251240','Shireesha','liquibase.xml','2016-05-05 13:13:39','3:a15220aebc448875f812b8c91b693c4c','Custom SQL','Adding Stopped Order Reason and answers',NULL,'2.0.5','EXECUTED','107'),('bahmni-clinical-201521091403','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:22','3:f14611cff91cb2ec630ef19c35b44f7d','Custom SQL','Add Patient-Listing role',NULL,'2.0.5','EXECUTED','103'),('bahmni-clinical-201521091410','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:e120a391b33ebb51d07890188a82b68a','Custom SQL','Add clinical read only role',NULL,'2.0.5','EXECUTED','105'),('bahmni-clinical-201522091112','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:95e65ab8523e33c46449a27529761564','Custom SQL','Add consultation save',NULL,'2.0.5','EXECUTED','107'),('bahmni-clinical-201522091116','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:ef2005859396b956f5cfff0faf01e86f','Custom SQL','Add consultation observation role',NULL,'2.0.5','EXECUTED','109'),('bahmni-clinical-201522091120','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:7b515e042e6a396312c570a483c16fb3','Custom SQL','Add consultation diagnosis role',NULL,'2.0.5','EXECUTED','111'),('bahmni-clinical-201522091124','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:3fde96338a056cd7a799030fc65c46b3','Custom SQL','Add consultation disposition role',NULL,'2.0.5','EXECUTED','113'),('bahmni-clinical-201522091128','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:401edbbbb5d76e58c10775c85e932678','Custom SQL','Add consultation treatment role',NULL,'2.0.5','EXECUTED','115'),('bahmni-clinical-201522091132','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:02ff4f8d72d613a2b1e4df41c1f2f774','Custom SQL','Add consultation orders role',NULL,'2.0.5','EXECUTED','117'),('bahmni-clinical-201601111633','Sourav,Preethi','liquibase.xml','2016-05-05 13:13:39','3:2031750829e82318189ad343a6108000','Custom SQL','Add entity mapping type for location_encountertype',NULL,'2.0.5','EXECUTED','110'),('bahmni-clinical-201703071203','Shruthi P, Pushpa','liquibase.xml','2017-11-11 23:55:05','3:00ad6e297d40fa1fed947404df7c67ef','Custom SQL','set global property value for bahmni primary identifier type',NULL,'2.0.5','MARK_RAN','102'),('bahmni-clinical-3','tw','liquibase.xml','2014-09-18 14:18:05','3:ff0ea55df8dd84badce2237d4eb70a7a','SQL From File','rel3',NULL,'2.0.5','EXECUTED','118'),('bahmni-clinical-4','tw','liquibase.xml','2014-09-18 14:18:05','3:b22c6c767be128f3128c7ea800e8b47e','SQL From File','rel3',NULL,'2.0.5','EXECUTED','119'),('bahmni-clinical-5','tw','liquibase.xml','2014-09-18 14:18:05','3:227ebbe447bd5b3e764f4e0bcfdbe021','SQL From File','rel3',NULL,'2.0.5','EXECUTED','120'),('bahmni-clinical-6','Hemanth','liquibase.xml','2014-09-18 14:18:05','3:c75b673e4419804e8aca3be5790f4053','Custom SQL','Add concept Adt Notes',NULL,'2.0.5','EXECUTED','132'),('bahmni-clinical-7','Hemanth','liquibase.xml','2014-09-18 14:18:05','3:28f7f98a4a673080c65343436365b87b','Custom SQL','Add concept-name Adt Notes',NULL,'2.0.5','EXECUTED','133'),('bahmni-clinical-8','Praveen','liquibase.xml','2014-09-18 14:18:05','3:3c50596a2f2c5bebd3c31fd35d1d5d0c','Custom SQL','Add encounter session duration',NULL,'2.0.5','EXECUTED','134'),('bahmni-clinical-9','Praveen','liquibase.xml','2014-09-18 14:18:06','3:6eac241cb62addb4c395842f456321ee','Custom SQL','Add custom encounter session matcher',NULL,'2.0.5','EXECUTED','135'),('bahmni-clinical-retrospective-201501221417','Vikash, Sravanthi','liquibase.xml','2015-02-19 11:24:25','3:0fd170a3d78b9b44204644a55cb58954','Insert Row','',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201403110603','Hemanth','liquibase.xml','2014-09-18 14:18:06','3:a7cf75e89024bba1b6d31d494ca8ece3','Custom SQL','Add new concept for test and panel',NULL,'2.0.5','EXECUTED','162'),('bahmni-core-201403181515','Hemanth,Vinay','liquibase.xml','2014-09-18 14:18:06','3:8f918521411f7968ab79f5baed8c18ce','Custom SQL','Add new concept for observation group (XCompoundObservation)',NULL,'2.0.5','EXECUTED','163'),('bahmni-core-201403191516','tw','liquibase.xml','2014-09-18 14:18:06','3:07f97c3416649d2ac9968c1a844ecf9c','SQL From File','Changing admitted patient search query',NULL,'2.0.5','EXECUTED','164'),('bahmni-core-201403191725','Hemanth,Vinay','liquibase.xml','2014-09-18 14:18:06','3:b354caabf0905f5a23a2b0cebfacb267','Custom SQL','Add new concept for observation group (XCompoundObservation)',NULL,'2.0.5','EXECUTED','165'),('bahmni-core-201403251424','Mujir','liquibase.xml','2014-09-18 14:18:06','3:92ba70a6b6e3fd8fde0f6b3b32318118','Custom SQL','Add new concept for Ruled Out Diagnosis',NULL,'2.0.5','EXECUTED','166'),('bahmni-core-201404021353','Hemanth, Mihir','liquibase.xml','2014-09-18 14:18:06','3:db0b6d363a7afd98272a64f7ebfc31d5','Custom SQL','adding givenNameLocal person attribute type',NULL,'2.0.5','EXECUTED','167'),('bahmni-core-201404021359','Hemanth, Mihir','liquibase.xml','2014-09-18 14:18:06','3:0b72981ca7294dc56cb2e2ecf387b183','Custom SQL','adding familyNameLocal person attribute type',NULL,'2.0.5','EXECUTED','168'),('bahmni-core-201404021400','Hemanth, Mihir','liquibase.xml','2014-09-18 14:18:06','3:565049e112d458b650b2612891d99225','Custom SQL','adding middleNameLocal person attribute type',NULL,'2.0.5','EXECUTED','169'),('bahmni-core-201404081612','Indraneel, Mihir','liquibase.xml','2014-09-18 14:18:06','3:5f00e15d25fb33cdcccd6e6c9497a896','Custom SQL','Adding Lab Manager Notes Concept',NULL,'2.0.5','EXECUTED','172'),('bahmni-core-201404081624','Vivek, Shruthi','liquibase.xml','2014-09-18 14:18:06','3:de1eb764ca23267d6367b552f5bafeb6','Custom SQL','Adding diagnosis meta data concepts',NULL,'2.0.5','EXECUTED','171'),('bahmni-core-201404081625','Indraneel, Mihir','liquibase.xml','2014-09-18 14:18:06','3:358898ceba2ae7ab1809cbc287880fc4','Custom SQL','Adding Lab Manager Notes Provider',NULL,'2.0.5','EXECUTED','173'),('bahmni-core-201404091217','sushmitharaos, arathyjan','liquibase.xml','2014-09-18 14:18:06','3:a62e2c394c0a0078c09a9f0bd57840e7','Insert Row','add encounter type for patient document upload',NULL,'2.0.5','EXECUTED','170'),('bahmni-core-201404101558','Indraneel, Neha','liquibase.xml','2014-09-18 14:18:06','3:48b91f5f30aa317e99a9f68e28efa3c4','Custom SQL','Adding Accession Uuid Concept',NULL,'2.0.5','EXECUTED','174'),('bahmni-core-201404101600','Neha,Indraneel','liquibase.xml','2014-09-18 14:18:06','3:014366343276fba18ee961dc2bb7d4dc','Custom SQL','Add Encounter Type Validation Notes',NULL,'2.0.5','EXECUTED','175'),('bahmni-core-201404211500','RT, Shruthi','liquibase.xml','2014-09-18 14:18:06','3:64b838a26669076ebcb6024a9f379803','Insert Row','add concept class Concept Attribute',NULL,'2.0.5','EXECUTED','176'),('bahmni-core-201404281212','RT, Neha','liquibase.xml','2014-09-18 14:18:06','3:00fc3bb8433b82881f19e12948b2f167','Custom SQL','add concept numeric feild to all numeric concepts',NULL,'2.0.5','EXECUTED','177'),('bahmni-core-201404281819','RT, Mujir','liquibase.xml','2014-09-18 14:18:06','3:1aff18cfedb228e447bf32a4b2a1da09','Insert Row','add concept class Abnormal',NULL,'2.0.5','EXECUTED','178'),('bahmni-core-201404281820','RT, Mujir','liquibase.xml','2014-09-18 14:18:06','3:4387bcba34e892eef9cb011d9e173125','Insert Row','add concept class Duration',NULL,'2.0.5','EXECUTED','179'),('bahmni-core-201404281823','RT, Mujir','liquibase.xml','2014-09-18 14:18:06','3:7cae6e5965378823cfcd5c756e20b984','SQL From File','add concept numeric proc',NULL,'2.0.5','EXECUTED','180'),('bahmni-core-201404281825','RT, Mujir','liquibase.xml','2014-09-18 14:18:06','3:3b70950b84cfb887e120ba3703f03d8b','Insert Row','add concept class Concept Details',NULL,'2.0.5','EXECUTED','181'),('bahmni-core-201404301204','RT, Mujir','liquibase.xml','2014-09-18 14:18:06','3:92ca76185ae9466fa1d67996263439aa','SQL From File','delete Concept Proc',NULL,'2.0.5','EXECUTED','182'),('bahmni-core-201404301520','D3','liquibase.xml','2014-09-18 14:27:33','3:32a6fc34947fd6ad55898c0d3e600ac2','Custom SQL','Configure EMR API admit and discharge encounter type',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201405041511','Mujir','liquibase.xml','2014-09-29 16:17:51','3:4387bcba34e892eef9cb011d9e173125','Insert Row','add concept class Duration',NULL,'2.0.5','MARK_RAN','100'),('bahmni-core-201405061428','vinay','liquibase.xml','2014-09-18 14:18:06','3:d7d68a7375b05440ca8bda373b4ac5fa','Custom SQL (x2)','Fix delete_concept',NULL,'2.0.5','EXECUTED','183'),('bahmni-core-201405061543','mujir','liquibase.xml','2014-09-18 14:18:06','3:2877b9c25cad758126432088e665ce9e','Custom SQL (x2)','Fix delete_concept. deleting concept set membership for the concept to be deleted.',NULL,'2.0.5','EXECUTED','186'),('bahmni-core-201405071329','mujir','liquibase.xml','2014-09-18 14:18:06','3:ee64ac25598217cc8c573909029dc1b2','Custom SQL','add adt notes data concept set',NULL,'2.0.5','EXECUTED','184'),('bahmni-core-201405081436','mujir','liquibase.xml','2014-09-18 14:18:06','3:bddad684724dec5a676c650bb36ec6d9','Custom SQL','remove adt notes data concept set',NULL,'2.0.5','EXECUTED','185'),('bahmni-core-201405091936','rohan','liquibase.xml','2014-09-18 14:18:06','3:934b844aa6789e274c71a45a1d3a3435','Custom SQL','Change sort weight for Admit Patients.',NULL,'2.0.5','EXECUTED','187'),('bahmni-core-201405110939','rohan','liquibase.xml','2014-09-18 14:18:06','3:7b9cc2d4c1ae2effbad88539be46f414','Custom SQL','Change sort weight for Discharge Patients.',NULL,'2.0.5','EXECUTED','188'),('bahmni-core-201405110940','rohan','liquibase.xml','2014-09-18 14:18:06','3:a7a3f5ff1d8092f32fbe32494c20b0e8','Custom SQL','Change sort weight for Transfer Patients.',NULL,'2.0.5','EXECUTED','189'),('bahmni-core-201405131905','Mihir','liquibase.xml','2014-09-18 14:18:06','3:031ecd47733b03253600c0ab9b80147c','Custom SQL','Add check for voided visits when fetching patients with active visits',NULL,'2.0.5','EXECUTED','190'),('bahmni-core-201405161709','d3','liquibase.xml','2014-09-18 14:27:33','3:955279b9326084c5c0ad3f2df90295e0','Custom SQL','Update webservices.rest.maxResultsAbsolute to 1000',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201405211239','d3','liquibase.xml','2014-09-18 14:18:06','3:7f794f2e97397f6e73645e03b39b96f3','Custom SQL','Add global property bahmni.cacheHeadersFilter.expiresDuration',NULL,'2.0.5','EXECUTED','191'),('bahmni-core-201405231142','rt','liquibase.xml','2014-09-18 14:18:06','3:1351e0c31a1f16f980bd011bc1efba9a','Custom SQL','Update global property emrapi.sqlSearch.admittedPatients',NULL,'2.0.5','EXECUTED','192'),('bahmni-core-201406161343','Bharti, Rohan','liquibase.xml','2014-09-18 14:18:06','3:92025c1da5b63875e8d8e1e6f75688bf','Custom SQL','Update the global property for sql to get To Admit patients',NULL,'2.0.5','EXECUTED','193'),('bahmni-core-201406161345','Bharti, Rohan','liquibase.xml','2014-09-18 14:18:06','3:4b8d405f8513920c92ed55e9e5608ef2','Custom SQL','Update the global property for sql to get To Discharge patients',NULL,'2.0.5','EXECUTED','194'),('bahmni-core-201407011716','Crude Oil with our names','liquibase.xml','2014-09-18 14:18:43','3:50f3e10d1298194444378351763b2cad','Custom SQL','Add person name for lab and billing system users',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201407141716','vinay','liquibase.xml','2014-09-18 14:18:43','3:1b7bdedea1809fa49e2357d93d77667e','Custom SQL','New privileges added',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201407141717','vinay','liquibase.xml','2014-09-18 14:18:43','3:cdc8c96250bdd912a4ddb651455b1626','Custom SQL','New privileges added',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201407141718','vinay','liquibase.xml','2014-09-18 14:18:43','3:35fb7afbad0ecf4121535a78d37d434d','Custom SQL','New privileges added',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201407161230','Rohan,Indraneel','liquibase.xml','2014-09-18 14:18:43','3:7bf3cd7d49ce7dafffe72f374be18ef7','Custom SQL','Global property pointing to the new encounter provider only session matcher',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201407161630','Vinay','liquibase.xml','2014-09-18 14:18:43','3:896c71a461a51901e495846d9568e544','Custom SQL','Set dosing type and dosing instructions',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201407171215','Vinay,Indraneel','liquibase.xml','2014-09-18 14:18:52','3:0275db96cf7766acc2e567c277f33764','Custom SQL','Adding concepts and concept set related to dosing units',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201407171300','Vinay, Indraneel','liquibase.xml','2014-09-18 14:18:52','3:54519e86ea15b431d784b19eff6067b7','Custom SQL','Add drug routes and set global property',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201407171606','Rohan, D3','liquibase.xml','2014-09-18 14:18:43','3:b556c13ad3d26a0f3c9eed4f1382a7ae','Insert Row','add concept class Image',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201407171700','Vinay, Indraneel','liquibase.xml','2014-09-18 14:18:52','3:de28ce73c4e41ade2f900d398d9753da','Custom SQL','Adding duration unit concepts and setting up associated global property',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201407171715','Vinay, Indraneel','liquibase.xml','2014-09-18 14:18:52','3:12d3502354c39fd991e9afc00acc3d47','Custom SQL','',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201407180800','Shruthi','liquibase.xml','2014-09-18 14:18:43','3:e0046ba1e9356e7aa14ccf0528d1ef29','Insert Row','add concept class Computed',NULL,'2.0.5','EXECUTED','107'),('bahmni-core-201407221627','Rohan, Shruthi','liquibase.xml','2014-09-18 14:18:43','3:ae9d9db98dd6afb973e032c3823a32c0','Custom SQL','Update custom encounter session matcher',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201407221628','Rohan, Shruthi','liquibase.xml','2014-09-18 14:18:43','3:fa1b0ddecdad7fb9ddf999b5d1400c73','Custom SQL','Update custom encounter session matcher',NULL,'2.0.5','EXECUTED','109'),('bahmni-core-201407251510','D3','liquibase.xml','2014-09-18 14:18:43','3:acf71b92965d81b21ef014bb4420423e','Custom SQL','Set quantity for drug orders without this data',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201407251511','D3','liquibase.xml','2014-09-18 14:18:51','3:605537996398b795b128d19a73a6861f','Custom SQL','Set num_refills for drug orders without this data',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201407291254','Vinay, Deepak','liquibase.xml','2014-09-18 14:18:52','3:c5fb8666de9d6276605c2967e0b63a07','Custom SQL','',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201408111300','Indraneel','liquibase.xml','2014-09-18 14:18:52','3:6eb4aee038ee589bf2e94b5849781993','Custom SQL','Adding all templates concept set of sets',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201408130010','Mujir','liquibase.xml','2014-09-18 14:19:42','3:4634c70a8714f77cc4f09f75a46c35cf','Create Table','',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-20140814132600','Rohan, Vinay','liquibase.xml','2014-09-18 14:19:42','3:4b2d7c60345d83f405fc7d568782d974','Custom SQL','Update Dosing type from ENUM to Class Name',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201408180936','Mujir, Mihir','liquibase.xml','2014-09-18 14:19:42','3:8345ac4cbbbe7691f7d51bb463e05e33','Custom SQL','Add directory for imported files',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201408251140','Sravanthi,Indraneel','liquibase.xml','2014-09-18 14:19:42','3:a01a6c591d40a29a8d2e551529d9ea24','Custom SQL','Introducing Obs relationship type and obs relationship tables',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201408251455','Rohan','liquibase.xml','2014-09-18 14:19:42','3:bfb4ec1cd7176b82015430375f808ff7','Insert Row','add concept class URL',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201408251456','Rohan','liquibase.xml','2014-09-18 14:19:42','3:9270f8241c0bcc95aae7c60a990ab009','Custom SQL','Add new concept LAB REPORT for uploaded file',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201409041224','Banka','liquibase.xml','2014-09-18 14:19:42','3:5314334d0e48280727b45a8f22b34656','Insert Row','Add View Location privilege to Anonymous',NULL,'2.0.5','EXECUTED','107'),('bahmni-core-201409041530','Rohan, Sravanthi','liquibase.xml','2014-09-18 14:19:42','3:fe380da25273bd4b920df5637e4c9cb2','Custom SQL','Adding hours, weeks and months concepts for drug order duration units',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201409081430','Rohan, Vinay','liquibase.xml','2014-09-18 14:19:42','3:aafef7e18cc487ea3898c3ebdaf7e206','Custom SQL','Removing Capsule duplicate concept',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201409081431','Rohan, Vinay','liquibase.xml','2014-09-18 14:19:42','3:57c269c2cc1daf82516fb46c286765cf','Custom SQL','Removing Tablet duplicate concept',NULL,'2.0.5','EXECUTED','111'),('bahmni-core-201409081432','Rohan, Vinay','liquibase.xml','2014-09-18 14:19:42','3:917f62fb045c3d4202989f959bfdf442','Custom SQL, SQL From File','rel2',NULL,'2.0.5','EXECUTED','112'),('bahmni-core-20140908172845','Indraneel, Hemanth','liquibase.xml','2014-09-18 14:19:42','3:e57f6102ea40940c68b275b88d642cfc','Custom SQL','Add Impression concept',NULL,'2.0.5','EXECUTED','115'),('bahmni-core-201409091224','Mihir, Shruthi','liquibase.xml','2014-09-18 14:19:42','3:70f412df64a299dbe9095f23e2210337','Custom SQL','Removing global property for encounter provider matcher',NULL,'2.0.5','EXECUTED','109'),('bahmni-core-201409111200','Rohan, Vinay','liquibase.xml','2014-09-18 14:19:42','3:f660b79706d6f01b191fb373ad9435b5','Custom SQL','Adding tablet and capsule concepts to dosing units',NULL,'2.0.5','EXECUTED','113'),('bahmni-core-201409161415','Indraneel','liquibase.xml','2014-09-18 14:19:42','3:282e2d5bec259d3eee586166f59dd687','Custom SQL','Adding obs relationship type : qualified-by',NULL,'2.0.5','EXECUTED','116'),('bahmni-core-201409171047','Rohan, Hemanth','liquibase.xml','2014-09-18 14:19:42','3:2e9fffc9eb0bec612e04cb7803c233a9','Custom SQL, SQL From File','Fix the new add_concept procedure',NULL,'2.0.5','EXECUTED','117'),('bahmni-core-201409171530','D3','liquibase.xml','2014-09-18 14:19:42','3:0c23ec6c66daaf133bd9ce23bcf7a7e8','Update Data','Rename OPD encounter type to Consultation',NULL,'2.0.5','EXECUTED','118'),('bahmni-core-201409241028','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:a52883341c3b7bcefeb8689816098bf3','Custom SQL','Insert concept reference source for Duration units',NULL,'2.0.5','MARK_RAN','101'),('bahmni-core-201409241048','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:d755817db3f8a70bee6a7104446c82ea','Custom SQL','Insert concept reference term for Second(s)',NULL,'2.0.5','MARK_RAN','102'),('bahmni-core-201409241115','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:017e0e35c9599f0ad837e4fa5c4b944f','Custom SQL','Insert concept reference term for Minute(s)',NULL,'2.0.5','MARK_RAN','103'),('bahmni-core-201409241116','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:634ea355d327fac9b885f077f43e0a10','Custom SQL','Insert concept reference term for Hour(s)',NULL,'2.0.5','MARK_RAN','104'),('bahmni-core-201409241117','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:492b1d5c124c0eebf66b0f1d202ce6a7','Custom SQL','Insert concept reference term for Day(s)',NULL,'2.0.5','MARK_RAN','105'),('bahmni-core-201409241119','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:3bd0859c6ee97249a0b480340dd94157','Custom SQL','Insert concept reference term for Week(s)',NULL,'2.0.5','MARK_RAN','106'),('bahmni-core-201409241120','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:504e20ad4760ce186fe3c3bbc0ce72cf','Custom SQL','Insert concept reference term for Month(s)',NULL,'2.0.5','EXECUTED','107'),('bahmni-core-201409241122','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:b3dd815d38fd788346eb1698e059e65b','Custom SQL','Insert concept reference term for Year(s)',NULL,'2.0.5','MARK_RAN','108'),('bahmni-core-201409241123','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:2200e99bc72d84b0d8943d6f5ed3f6c4','Custom SQL','Insert concept reference term for Time(s)',NULL,'2.0.5','MARK_RAN','109'),('bahmni-core-201409241126','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:3217972efe467098854e3c9aef041997','Custom SQL','Update hl7_code for concept reference source \'ISO 8601 Duration\'',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201409241137','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:37817503da1a1c1ae344a405f4bac33a','Custom SQL','Update code for concept reference term \'Second(s)\'',NULL,'2.0.5','EXECUTED','111'),('bahmni-core-201409241138','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:062aa018bb9de732d8a2931e7d318c65','Custom SQL','Update code for concept reference term \'Minute(s)\'',NULL,'2.0.5','EXECUTED','112'),('bahmni-core-201409241139','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:43cc47425272c2a5c556822f09f71664','Custom SQL','Update code for concept reference term \'Hour(s)\'',NULL,'2.0.5','EXECUTED','113'),('bahmni-core-201409241140','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:33a385e72bbc4c7fc51ca97c262c0ac6','Custom SQL','Update code for concept reference term \'Day(s)\'',NULL,'2.0.5','EXECUTED','114'),('bahmni-core-201409241141','Hemanth','liquibase.xml','2014-09-29 16:17:51','3:2285903234ce86b7ff5b0e85b8362ee3','Custom SQL','Update code for concept reference term \'Week(s)\'',NULL,'2.0.5','EXECUTED','115'),('bahmni-core-201409241142','Hemanth','liquibase.xml','2014-09-29 16:17:52','3:7318ad8dd850b67974c10ca515e9eee3','Custom SQL','Update code for concept reference term \'Month(s)\'',NULL,'2.0.5','EXECUTED','116'),('bahmni-core-201409241143','Hemanth','liquibase.xml','2014-09-29 16:17:52','3:4b36f0c93fa37c26f070f515bcf90f4f','Custom SQL','Update code for concept reference term \'Year(s)\'',NULL,'2.0.5','EXECUTED','117'),('bahmni-core-201409241144','Hemanth','liquibase.xml','2014-09-29 16:17:52','3:a31b734f90d0bdceb02eb121d545b12d','Custom SQL','Update code for concept reference term \'Time(s)\'',NULL,'2.0.5','EXECUTED','118'),('bahmni-core-201409241241','Hemanth','liquibase.xml','2014-09-29 16:17:52','3:a2fdf0b98ce6e647a67fcf72d1602c2a','Custom SQL','Update name for concept reference source \'ISO 8601 Duration\'',NULL,'2.0.5','EXECUTED','119'),('bahmni-core-201409242241','Mihir','liquibase.xml','2014-09-29 16:17:52','3:85f1c39ec6e637168365072e127ae614','Custom SQL','Add concept class for lab samples',NULL,'2.0.5','EXECUTED','120'),('bahmni-core-201409242242','Mihir','liquibase.xml','2014-09-29 16:17:52','3:92951fdf76763a1f103aab84039c954b','Custom SQL','Add concept class for lab samples',NULL,'2.0.5','EXECUTED','121'),('bahmni-core-201409242248','Mihir','liquibase.xml','2014-09-29 16:17:52','3:d47ca3bee89798ca0536a1f10ea4ef26','Custom SQL','Migrate sample concepts to concept class sample',NULL,'2.0.5','EXECUTED','122'),('bahmni-core-201409242256','Mihir','liquibase.xml','2014-09-29 16:17:52','3:32ad984ea5e58c269236f0749cf4e48b','Custom SQL','Migrate department concepts to concept class department',NULL,'2.0.5','EXECUTED','123'),('bahmni-core-201409242259','Mihir','liquibase.xml','2014-09-29 16:17:52','3:c0673760d0e658fe57e5f3ef6b33e4ee','Custom SQL','Rename Laboratory concept to Lab Samples',NULL,'2.0.5','EXECUTED','124'),('bahmni-core-201409291027','Chethan,Banka','liquibase.xml','2014-12-23 16:25:25','3:84a5e078a1a51d9660ccc15c22de28a5','Custom SQL','Adding concepts and concept set related to dosing units',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201409291037','Chethan, Banka','liquibase.xml','2014-12-23 16:25:25','3:19a7fca2175a4d086a1d287c1fc16a2e','Custom SQL','Adding order frequencies',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201409291106','Chethan,Banka','liquibase.xml','2014-12-23 16:25:25','3:639dc8eb7af443e834803df9f4d68640','Custom SQL','Add drug routes and delete Percutaneous Endoscopic Gastrostomy',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201409291458','Chethan,Banka','liquibase.xml','2014-12-23 16:25:25','3:79f42ff307a4f1e360b2bb662d857503','Custom SQL','Adding concepts and concept set related to quantity units',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201409291704','Chethan,Banka','liquibase.xml','2014-12-23 16:25:25','3:d2cf22581d5d4e27461e29922e989ad6','Custom SQL','Changing names for Duration Units, Dose Units',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201409291720','Chethan,Banka','liquibase.xml','2014-12-23 16:25:26','3:02b03571686d026827b06aeac801f33f','Custom SQL','Changing sort order for dose units',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201409291830','Indraneel','liquibase.xml','2014-12-23 16:25:25','3:cf2510d1515e0be6877365aa75e18dda','Custom SQL','Adding All Disease Templates Concept Set',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201409301255','Chethan,Banka','liquibase.xml','2014-12-23 16:25:26','3:5ece24df97ddfc91a7e0dac70970420a','Custom SQL','Changing sort order for dose quantity units',NULL,'2.0.5','EXECUTED','107'),('bahmni-core-201410061440','Chethan, Banka','liquibase.xml','2014-12-23 16:25:26','3:46d150e6535dce6a39468ede129b5971','Update Data','Updating GP encounter feed publish url to publish BahmniEncounterTransaction',NULL,'2.0.5','EXECUTED','109'),('bahmni-core-201410071237','D3,Arun','liquibase.xml','2014-12-23 16:25:26','3:f66d3924fa8cedc2bf684f3b63661df2','Custom SQL','Add index for orders date_activated',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201410101048','Rohan, Chethan','liquibase.xml','2014-12-23 16:25:26','3:e2ec1e578015fb9f9e57bf1a9d4c9f6c','Custom SQL','Remove class name of reference data feed task and failed event task.',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201410101132','Rohan, Chethan','liquibase.xml','2014-12-23 16:25:26','3:1f5fd57f508c4f15e21e0a08c2970949','Custom SQL','Remove reference data from markers.',NULL,'2.0.5','EXECUTED','111'),('bahmni-core-201410101436','banka','liquibase.xml','2014-12-23 16:25:26','3:49bcfd5ece7864cf1fea3ff911cac945','Custom SQL','Add role for clinical read only access',NULL,'2.0.5','EXECUTED','112'),('bahmni-core-201410101440','banka','liquibase.xml','2014-12-23 16:25:26','3:89820b864e5a6b5d8a78cec170a389f4','Custom SQL','Add role for clinical full access',NULL,'2.0.5','EXECUTED','113'),('bahmni-core-201410101446','banka','liquibase.xml','2014-12-23 16:25:26','3:08eb29e78b128ef927ef0b0bdc7ebdb3','Custom SQL','Add privileges for clinical read only',NULL,'2.0.5','EXECUTED','119'),('bahmni-core-201410101530','banka','liquibase.xml','2014-12-23 16:25:26','3:ec590bd2a83b0e5d853456ad298d9b51','Custom SQL','Add privileges for clinical full access',NULL,'2.0.5','EXECUTED','120'),('bahmni-core-201410151040','Mihir, Bharti','liquibase.xml','2014-12-23 16:25:26','3:9fb176d07517057d53d58fa041632507','Custom SQL','Rename Laboratory concept to Lab Samples',NULL,'2.0.5','EXECUTED','121'),('bahmni-core-201410151525','Rohan, Hemanth','liquibase.xml','2014-12-23 16:25:26','3:eaa11859b70513eb63c8d92bcf5ec93e','Custom SQL','',NULL,'2.0.5','MARK_RAN','114'),('bahmni-core-201410151526','Rohan, Hemanth','liquibase.xml','2014-12-23 16:25:26','3:bf69c8d3b45b9b5afa53eb61b05dd9c9','Custom SQL','',NULL,'2.0.5','MARK_RAN','115'),('bahmni-core-201410151527','Rohan, Hemanth','liquibase.xml','2014-12-23 16:25:26','3:c62611f7fde198bf9f8f313c8f45a152','Custom SQL','',NULL,'2.0.5','MARK_RAN','116'),('bahmni-core-201410151528','Rohan, Hemanth','liquibase.xml','2014-12-23 16:25:26','3:e9f0181382af2500fca26a23a101b72c','Custom SQL','',NULL,'2.0.5','MARK_RAN','117'),('bahmni-core-201410151529','Rohan, Hemanth','liquibase.xml','2014-12-23 16:25:26','3:5732866304d64c3c09b0f7d33bd4c597','Custom SQL','',NULL,'2.0.5','MARK_RAN','118'),('bahmni-core-201410211423','d3, rohan','liquibase.xml','2014-12-23 16:25:26','3:8ae3539c536db5b1764383bf375b1b9e','Custom SQL','Set global property default_locale to en',NULL,'2.0.5','EXECUTED','122'),('bahmni-core-201410301713','Vinay','liquibase.xml','2014-12-23 16:25:26','3:57931e6b3ca38718868e5ab6816178d4','Custom SQL, SQL From File','Fix the new add_concept procedure',NULL,'2.0.5','EXECUTED','123'),('bahmni-core-201411031108','Vinay, sravanthi','liquibase.xml','2014-12-23 16:25:26','3:b776c63935051e50c3a6843e15385e29','Custom SQL','Adding new concept for Tablet as drug form',NULL,'2.0.5','EXECUTED','124'),('bahmni-core-201411031129','Vinay, sravanthi','liquibase.xml','2014-12-23 16:25:26','3:d7739d182bb0c0a5f6a33956a4603fba','Custom SQL','Adding new concept for Capsule as drug form',NULL,'2.0.5','EXECUTED','125'),('bahmni-core-201411031131','Vinay, sravanthi','liquibase.xml','2014-12-23 16:25:26','3:1cf139ef7639540526e88d252ce0af87','Custom SQL','Update drug table to use the new drug forms created',NULL,'2.0.5','EXECUTED','126'),('bahmni-core-201411041237','Vinay','liquibase.xml','2014-12-23 16:25:26','3:2c9da09899bc00752594c4e392c6c63c','Custom SQL','Ensure drug orders are always in units',NULL,'2.0.5','EXECUTED','127'),('bahmni-core-201411041711','Vinay','liquibase.xml','2014-12-23 16:25:26','3:0b73f2814a7c5ad62289161c95b219aa','Custom SQL','Make sure doseUnits and dosingInstructions for reverse synced drug orders are sane',NULL,'2.0.5','EXECUTED','128'),('bahmni-core-201411051148','Rohan','liquibase.xml','2014-12-23 16:25:26','3:4ee59ead112dd07062881f76eefa80cc','Custom SQL','Add concept class LabTest',NULL,'2.0.5','EXECUTED','129'),('bahmni-core-201411051149','Rohan','liquibase.xml','2014-12-23 16:25:26','3:2c9d283f4944a421b69b9f0525c56213','Custom SQL','Add concept class Radiology',NULL,'2.0.5','EXECUTED','130'),('bahmni-core-201411061606','Vinay, Mihir','liquibase.xml','2014-12-23 16:25:26','3:5db4ef15d594ec4dae9011474ae63e5d','Insert Row','Default chunking history entry if doesn\'t exist.',NULL,'2.0.5','MARK_RAN','131'),('bahmni-core-201411131512','D3','liquibase.xml','2014-12-23 16:25:26','3:949668dcd8829d9c6afdf03fece00830','Custom SQL','Add drug routes Topical, Nasal, Inhalation',NULL,'2.0.5','EXECUTED','132'),('bahmni-core-201411141310','D3','liquibase.xml','2014-12-23 16:25:26','3:6188bf0917228defa2c058eb141f90df','Custom SQL, SQL From File','Fix the new add_concept procedure',NULL,'2.0.5','EXECUTED','133'),('bahmni-core-201411141315','D3','liquibase.xml','2014-12-23 16:25:26','3:809f03e798fc7bb172ed69ed2860d093','Custom SQL','Fix concepts created in liquibase without uuid',NULL,'2.0.5','EXECUTED','134'),('bahmni-core-201412031050','Swathi','liquibase.xml','2014-12-23 16:25:26','3:c114f261f1e82d4f5ac1b4329df5136c','Custom SQL','',NULL,'2.0.5','EXECUTED','135'),('bahmni-core-201412051745','Rohan','liquibase.xml','2014-12-23 16:25:26','3:8cdef3e773c916485e3e2971b3a94ac5','Custom SQL','Add concept class Computed/Editable',NULL,'2.0.5','EXECUTED','137'),('bahmni-core-201412132014','Mihir','liquibase.xml','2014-12-23 16:25:26','3:526c9878b1f0e2f406aec4938926498f','Custom SQL','Adding Immediately as Order Frequency',NULL,'2.0.5','EXECUTED','136'),('bahmni-core-201412160932','Rohan, Shruthi','liquibase.xml','2014-12-23 16:25:26','3:a1b4545142fc7e8ab6c7907e92e1edb5','Custom SQL','Adding minutes concept for drug order duration units',NULL,'2.0.5','EXECUTED','138'),('bahmni-core-201412171832','Mujir, Mihir','liquibase.xml','2014-12-23 16:25:26','3:1a1102e199808b8532cde54d8ffb449f','Custom SQL','Adding Admission Decision concept reference term and mapping for close visit task',NULL,'2.0.5','EXECUTED','139'),('bahmni-core-201412171835','Mujir, Mihir','liquibase.xml','2014-12-23 16:25:26','3:425fad3bde2745adc7912cddd74dfb31','Custom SQL','Adding Deny Admission concept reference term and mapping for close visit task',NULL,'2.0.5','EXECUTED','140'),('bahmni-core-201412181423','Rohan','liquibase.xml','2014-12-23 16:25:26','3:f3566ac13b2a0913110b3d0da179e99f','Custom SQL','Set global property allow_groovy_caching to true',NULL,'2.0.5','EXECUTED','141'),('bahmni-core-201412281000','Santhosh','liquibase.xml','2016-05-05 13:13:39','3:ae738ef263119ac7a34bffe44d1cd6bd','Custom SQL','Insert concept reference source for Abbreviation',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201412311031','Mihir','liquibase.xml','2015-01-05 17:46:20','3:4c2ab825426999b4037151677e9b7f77','Custom SQL','Add Login Location Tag if not already added.',NULL,'2.0.5','RERAN','100'),('bahmni-core-201501071717','Vikash,Indraneel','liquibase.xml','2015-01-08 16:58:08','3:f30ed61c34af7d08cc4e5c2aea4b4e87','Custom SQL','Adding Order Attributes concept set',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201501192149','Sravanthi','liquibase.xml','2015-02-19 11:24:25','3:503c09053a2a3e1db2ebf5d58e5d7c6e','Insert Row','add concept class Case Intake',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201503101702','Sravanthi, Charles','liquibase.xml','2016-09-15 13:48:11','3:b0bda33f6c16f1e42fc10821af04f461','SQL From File','Sql file for getting all wards, beds and related patients info',NULL,'2.0.5','RERAN','100'),('bahmni-core-201503270552','Sandeep, Hemanth','liquibase.xml','2015-04-14 12:52:24','3:36ad0e08bb219e07e218a3ea8947606a','Insert Row','Adding privilege for dispensing drug orders.',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201503270603','Sandeep, Hemanth','liquibase.xml','2015-04-14 12:52:24','3:fb5fbba932778a9b839c1eb43d979662','Custom SQL','Adding dispensed drug order attribute',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201504031424','Banka, Preethi','liquibase.xml','2015-04-14 12:52:24','3:0a41bb59bdbb834e36d86358e00fb605','Custom SQL','Chaning colume type of property_value in user_property to text',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201504061124','Charles, Swathi','liquibase.xml','2015-04-14 12:52:24','3:84d6a273c419907fd2f3c535505986d6','Insert Row','Adding privilege for bi-directional navigation between registration and consultation.',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201504070220','Preethi, Hemanth','liquibase.xml','2015-04-14 12:52:24','3:8a9b560ebf4e1ca0880ea48fa84139dd','Custom SQL','Creating Visit Status as visit attribute',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201504131627','Soumya, Charles','liquibase.xml','2015-04-21 11:01:51','3:6e5d87b1d718758aafcb26342c797e8d','Insert Row','Adding Close Visit Privilege',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201504231857','Charles, JP','liquibase.xml','2015-05-07 10:47:31','3:a0c246e51ee870f42ae871bbd02bf74d','Insert Row','',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201505080200','Hemanth','liquibase.xml','2015-05-15 12:12:19','3:454f2cf8f62168eb31935c8e6a40d30b','Custom SQL','Creating Admission Status as visit attribute',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201505081250','JP','liquibase.xml','2015-05-15 12:12:19','3:58927eb18fddf0c3eb0ee82cb8a7ef67','Insert Row','',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201505121055','Vikash, Achinta','liquibase.xml','2015-05-15 12:12:19','3:41a059203d80ce0edf170042ee1ca7a8','Insert Row','Adding privilege for provider.',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201505171743','Bharat','liquibase.xml','2015-05-19 11:18:40','3:6e83dcdbf780e43f18743669b7707e0c','Custom SQL','Associating LabSet and LabTest concept classes to Lab Order order type',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201505171755','Bharat','liquibase.xml','2015-05-19 11:18:40','3:599b7a19d01dcb35ddf52c9349b2574b','Custom SQL','Adding \'All Orderables\' concept set and associating Lab Samples to it.',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201505171808','Bharat','liquibase.xml','2015-05-19 11:18:41','3:ecb11a6c09e44e528e35b8ab0800d9cd','Custom SQL','Adding a display name for Lab Samples concept on UI',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201505251642','Ranganathan','liquibase.xml','2015-06-11 16:51:33','3:1c6fa1b0f1592a1f4b6688ffa3be3429','Custom SQL','Adding gender values and codes used across MRS',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201506011729','Preethi, Gautam','liquibase.xml','2015-06-11 16:51:33','3:3274243cd9e1b0e4bcec701cb1c1d2c4','Custom SQL','Changing short name for Lab Samples concept on UI',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201506011804','Preethi, Gautam','liquibase.xml','2015-06-11 16:51:33','3:ed61279e765ce09ce44f4cd5662da89c','Custom SQL','Changing description for LabSet concept class to Panels',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201506180200','Chethan, Preethi','liquibase.xml','2015-06-26 11:33:18','3:00f351b770b22396b03c7ee07634fbd6','Custom SQL','Global property for default encounter type.',NULL,'2.0.5','RERAN','100'),('bahmni-core-201506221230','Hemanth, Preethi','liquibase.xml','2015-06-26 11:33:18','3:718ce3df908ca849e243aad4facd45df','Custom SQL','Getting rid of the revese sync schedulers for Drug.',NULL,'2.0.5','RERAN','101'),('bahmni-core-201506251230','Ranganathan, Charles','liquibase.xml','2015-07-03 11:33:23','3:9a5d4e344ebd851e8b30992a1ecd031b','Custom SQL','Cleaning up relationships types for the relationships.',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201507161455','Abishek','liquibase.xml','2015-07-23 18:43:17','3:ed677e838d8e5f7d5e88cbad1a229b66','Custom SQL','Associating LabSet and LabTest concept classes to Order order type',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201507161455','Abishek, Vikash','liquibase.xml','2015-07-23 18:43:17','3:3d9af265aaa57522db48ae75c1ab9157','Custom SQL','Moving to order from test_order',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201507271600','Swathi, Charles','liquibase.xml','2015-08-27 10:33:31','3:de22b0233b080ebf960e63e64f260e00','Custom SQL','Adding Telephone Number person attribute type',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201507271605','Swathi, Charles','liquibase.xml','2015-08-27 10:33:31','3:61e9309e9bf001527e3a99a1adda56ef','Custom SQL','Adding Unknown patient person attribute type',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201507311820','Hemanth','liquibase.xml','2015-08-27 10:33:31','3:fa8e55f7de2fbf50f8412b7c210935ea','SQL From File','Optimised the high risk patient sql to consider latest test value',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-201508180000','Banka, Swathi','liquibase.xml','2015-08-27 10:35:36','3:8b2a8442b05f979c678ff0dfe15ccb5f','Custom SQL','Changing the OrderType name for lab order from Order to Lab Order',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201508181421','Padma, Shireesha','liquibase.xml','2015-08-27 10:35:36','3:95360f885d7148080651c9a6877da677','Custom SQL','Adding global property for Reason for death',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201508211600','Vikash, Abishek','liquibase.xml','2015-08-27 10:35:37','3:5ed53ac922e9fc936397275aec6e60f6','Custom SQL','Updating column stage_name of import_status table',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201508310334','Padma','liquibase.xml','2015-09-14 22:03:07','3:20549d7d7804d2d89634ea9704ac5c04','Custom SQL','Deleting bahmnicore.relationshipTypeMap from global property',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201509231746','Swathi, Jaswanth','liquibase.xml','2015-10-08 15:16:22','3:6508854072b041e561e9f77cfc7d7597','Custom SQL','Deleting Telephone Number person attribute type',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201509231749','Swathi, Jaswanth','liquibase.xml','2015-10-08 15:16:22','3:569ad5cc3dd69532b314d4ded22b52fe','Custom SQL','Deleting Unknown patient person attribute type',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201509301203','Chethan, Sourav','liquibase.xml','2015-10-08 15:16:23','3:dcec039ea0c79d77e6664f3c4f866dd1','Custom SQL','',NULL,'2.0.5','EXECUTED','119'),('bahmni-core-201510161510','Vikash, Shashi','liquibase.xml','2015-10-29 14:51:48','3:582f1eeecb2bd7f63b1e4d0ec970db71','Custom SQL','Add relationship between orderType and conceptClass',NULL,'2.0.5','EXECUTED','123'),('bahmni-core-201510271500','Shan, Sourav','liquibase.xml','2015-10-29 14:51:48','3:edf189ea73fb69f049f23575531740a2','SQL From File','SQL query to get list of active patients by location',NULL,'2.0.5','EXECUTED','124'),('bahmni-core-201510291400','Shan','liquibase.xml','2015-12-03 15:32:55','3:cffec54ed5b2e8f2ee567e2be0d47e84','Custom SQL','Remove the SQL query to get list of active patients by location',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201510292222','Shan','liquibase.xml','2015-12-03 15:32:55','3:e706d735997c7c6148fc9d4fca76679d','Custom SQL','Adding privileges to Registration-Additional role',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201511121200','goodrich','liquibase.xml','2016-05-05 13:13:38','3:07b98290c37381900241dee532e39941','Custom SQL','Workaround for adding missing View Providers privlege',NULL,'2.0.5','MARK_RAN','102'),('bahmni-core-201511121201','goodrich','liquibase.xml','2016-05-05 13:13:38','3:26dc6a3c9a0b9d2ad23c625cd19e7ca5','Custom SQL','Workaround for adding missing View Providers privlege',NULL,'2.0.5','MARK_RAN','103'),('bahmni-core-201511121245','goodrich','liquibase.xml','2016-05-05 13:13:38','3:dd0414a5533ab03967880f0bee3d6063','Custom SQL','Workaround for adding missing View Visit Attribute Types privlege',NULL,'2.0.5','MARK_RAN','104'),('bahmni-core-201511121343','goodrich','liquibase.xml','2016-05-05 13:13:38','3:ec628973fae698d339a1b38784007f6b','Custom SQL','Workaround for adding missing View Providers privlege',NULL,'2.0.5','MARK_RAN','101'),('bahmni-core-201511180200','Swathi','liquibase.xml','2015-12-03 15:32:55','3:5b0ec0a63dba621e1deb2f29adeb7245','Custom SQL','Adding \'DrugOther\' concept.',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201511180201','Swathi','liquibase.xml','2015-12-03 15:32:55','3:7a5b97a6a9a09c617522233bf39ba71a','Custom SQL','Setting \'DrugOther\' concept uuid as value for \'drugOrder.drugOther\' globalProperty.',NULL,'2.0.5','EXECUTED','107'),('bahmni-core-201511180931','Vinay','liquibase.xml','2015-12-03 15:32:55','3:9d026c323f8f6b1bb4d126ba7ded869e','Custom SQL','',NULL,'2.0.5','EXECUTED','111'),('bahmni-core-201511181738','Padma','liquibase.xml','2015-12-03 15:32:55','3:7e386370855bb98d60573330230aa7af','Custom SQL','Changing description for reason for death global property',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201511250237','Hanisha','liquibase.xml','2016-05-05 13:13:38','3:dd3d8fade763e3ccb9770dc62a1fb986','Custom SQL','Adding new loginLocationToVisitTypeMapping in entityMappingType table',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201511251218','Jaya, Sravanthi','liquibase.xml','2015-12-03 15:32:55','3:f0b7bce998bb19f9c2dfee0fc6e8db55','Custom SQL','Add drug other global property',NULL,'2.0.5','MARK_RAN','106'),('bahmni-core-201512291400','Shashi, Hanisha','liquibase.xml','2016-05-05 13:13:39','3:af4ff1761a0e28f724b789cc9fdc5a44','Insert Row','add concept class Unknown',NULL,'2.0.5','EXECUTED','109'),('bahmni-core-201518111152','JP,Sravanthi','liquibase.xml','2015-12-03 15:32:55','3:8a9ba19f37944f6eb2c1a420043f3b18','Custom SQL','Add bahmni user role',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201518111156','JP,Sravanthi','liquibase.xml','2015-12-03 15:32:55','3:42a968fad3c1ce3d7191e439821b17e8','Custom SQL','Add privileges bahmni user',NULL,'2.0.5','EXECUTED','109'),('bahmni-core-201521091408','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:22','3:b9381f69cdc3cfe9b8733f423811f96a','Custom SQL','Add privileges for patient listing',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201521091414','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:bb18a788e846f3e1e79619a1bca94c4c','Custom SQL','Add privileges for clinical read only',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201522091114','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:73afdba961d6be7a0231f50a7b83071d','Custom SQL','Add privileges consultation save',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201522091118','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:cc7ecabfa61461b10acab4efcbc3793c','Custom SQL','Add privileges consultation observation',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201522091122','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:6bc51163744a97a1849bcab1e7969663','Custom SQL','Add privileges consultation diagnosis',NULL,'2.0.5','EXECUTED','112'),('bahmni-core-201522091126','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:4220c81f14d749b39464487fe038ddf3','Custom SQL','Add privileges consultation disposition',NULL,'2.0.5','EXECUTED','114'),('bahmni-core-201522091130','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:9592304d8b871d914851a5e57f0b3ba6','Custom SQL','Add privileges consultation treatment',NULL,'2.0.5','EXECUTED','116'),('bahmni-core-201522091134','Banka,Sravanthi','liquibase.xml','2015-10-08 15:16:23','3:d3f40e0d71d0a797079951edf3cfc65b','Custom SQL','Add privileges consultation orders',NULL,'2.0.5','EXECUTED','118'),('bahmni-core-201606291787','Pankaj, Hanisha','liquibase.xml','2016-07-29 15:23:19','3:6b17bf77b8f5156df0db161f7a0b4765','Custom SQL','Add Visit Location Tag if not already added.',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201607291234','Hanisha, Vinay','liquibase.xml','2016-07-29 17:51:22','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Visits should not have location null. Please refer to release notes 0.83',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201608011234','Hanisha, Vinay','liquibase.xml','2016-09-15 13:48:11','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Visits should not have location null. Please refer to release notes 0.83',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201608081535','Chethan, Yugesh','liquibase.xml','2016-09-15 13:48:11','3:f165dbbbbd8cf4ddbf70b0ef0465270d','Insert Row','Add Concept Class Video',NULL,'2.0.5','EXECUTED','103'),('bahmni-core-2016092714-possible-75','Panakaj, Hanisha','liquibase.xml','2016-11-09 15:23:48','3:05822a9d4c165985b06dfe8a4c51c839','Custom SQL','Add new concept for Cured Diagnosis',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201610101525','Bharat','liquibase.xml','2017-01-01 22:27:49','3:fdbbfeae42eb3ee2bae51535b488a637','Custom SQL','add concept numeric row to all numeric concepts',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201610211440','Gaurav','liquibase.xml','2017-01-01 22:27:49','3:aa957c0a5abc7b6f034e77a6b48c8818','Custom SQL','Change data type of REFERRED_OUT concept to boolean',NULL,'2.0.5','EXECUTED','101'),('bahmni-core-201611101133','Gaurav','liquibase.xml','2017-01-01 22:27:49','3:1a4647d1436258f8af571d5c7cb6fbe8','Custom SQL','Updating Referred out obs to have value coded as true',NULL,'2.0.5','EXECUTED','102'),('bahmni-core-201612051010','Gaurav','liquibase.xml','2017-01-01 22:27:49','3:7b3e9d979446792040dcc509174a5296','Custom SQL','Add \'Get Concept Sources\' privilege to all roles containing \'Get Concepts\'\n privilege',NULL,'2.0.5','EXECUTED','104'),('bahmni-core-201612051015','Gaurav','liquibase.xml','2017-01-01 22:27:49','3:3fa04876f04218c75ef42b857fe9dfe3','Custom SQL','Add \'Add Encounters\' privilege to all roles containing \'Add Visits\' or \'Edit Visits\'\n privilege',NULL,'2.0.5','EXECUTED','105'),('bahmni-core-201612051020','Gaurav','liquibase.xml','2017-01-01 22:27:49','3:75a60957e4dc506938238cdf24936d0e','Custom SQL','Add \'Edit Encounters\' privilege to all roles containing \'Add Visits\'or \'Edit Visits\'\n privilege',NULL,'2.0.5','EXECUTED','106'),('bahmni-core-201612051350','Preethi,Gaurav','liquibase.xml','2017-01-01 22:27:49','3:ddee1e73d70873e073bbfef3c569a5c3','Custom SQL','Add \'Add Observations\' privilege to all roles containing \'Add Encounters\' and \'Edit Encounters\'\n privilege',NULL,'2.0.5','EXECUTED','108'),('bahmni-core-201612051355','Preethi,Gaurav','liquibase.xml','2017-01-01 22:27:49','3:2d1859df62d20f5fe0f8f83b7e314223','Custom SQL','Add \'Edit Observations\' privilege to all roles containing \'Add Encounters\' and \'Edit Encounters\'\n privilege',NULL,'2.0.5','EXECUTED','109'),('bahmni-core-201612051725','Gaurav','liquibase.xml','2017-01-01 22:27:49','3:57f1467f0d0dd54d8078d892cc18b642','Custom SQL','Add \'Get Observations\' privilege to all roles containing \'Add Encounters\' and \'Edit Encounters\'\n privilege',NULL,'2.0.5','EXECUTED','107'),('bahmni-core-201612071518','Preethi, Gaurav','liquibase.xml','2017-01-01 22:27:49','3:e9bcff6b29b908304a57627e99951ffa','Custom SQL','Delete empty diagnosis status obs',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201612081800','Jaswanth','liquibase.xml','2017-01-01 22:27:49','3:d651e61b08ad875ba8a5778e9266eaf9','Custom SQL','Add delete diagnosis privilege to Clinical App role',NULL,'2.0.5','EXECUTED','111'),('bahmni-core-201612091038','Preethi','liquibase.xml','2017-01-01 22:27:49','3:cc6a017d8194bf4ab3524fe9e0589002','Custom SQL','Update log level of org.openmrs.api to WARN',NULL,'2.0.5','EXECUTED','112'),('bahmni-core-201701241540','Padma','liquibase.xml','2017-02-06 14:17:27','3:82852bfa2d893d1504ad6002c1b7172d','Custom SQL','Set value coded for referred out concepts',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201702061413','Preethi','liquibase.xml','2017-11-11 23:55:04','3:c92468d8a0c601765c079ace61defd48','Custom SQL','Create HubConnect Role with location and provider privileges',NULL,'2.0.5','EXECUTED','100'),('bahmni-core-201704191128','Shashi, Gautam','liquibase.xml','2017-11-11 23:55:05','3:e067fc31b0b2c8d50cfa47a45867e21d','Custom SQL','',NULL,'2.0.5','EXECUTED','110'),('bahmni-core-201704191135','Shashi, Gautam','liquibase.xml','2017-11-11 23:55:05','3:45d283d2305977829d433c8c53d478a1','Custom SQL','',NULL,'2.0.5','EXECUTED','111'),('bahmni-core-201704191140','Shashi, Gautam','liquibase.xml','2017-11-11 23:55:05','3:5adb40b01075e33298e503a7b8ef40b6','Custom SQL','Add privileges to roles Clinical-App-Save(Edit Conditions)',NULL,'2.0.5','EXECUTED','112'),('bahmni-core-201704191145','Shashi, Gautam','liquibase.xml','2017-11-11 23:55:05','3:844728c8a8dc3fa6ac38a6e83594239f','Custom SQL','Add privileges to roles Clinical-App-Read-Only(Get conditions)',NULL,'2.0.5','EXECUTED','113'),('bahmni-core-201704211500','Shashi, Sicong','liquibase.xml','2017-11-11 23:55:05','3:920d1b139a71923374a8a5fff163d766','Custom SQL','Add privileges to roles Clinical-App-Read-Only(Get Forms)',NULL,'2.0.5','EXECUTED','114'),('bahmni-core-201705041200','Bindu','liquibase.xml','2017-11-11 23:55:05','3:43d976702f27468c0ec585abfd924749','Custom SQL','Renaming \'pt\' to \'pt_BR\' for locale.allowed.list property in global_property table',NULL,'2.0.5','EXECUTED','109'),('bahmni-emr-reports-201513101535','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:c33520a0ab28e32c2ddbd9d682939d65','Custom SQL','',NULL,'2.0.5','EXECUTED','116'),('bahmni-idgen-create_privilege-201508041316','tw','liquibase.xml','2015-09-14 22:03:01','3:a285f68c016b4b7078ded651544e4459','Insert Row','Creating privilege for idgen sequence update',NULL,'2.0.5','MARK_RAN','100'),('BAHMNI-IMPL-ADDRESS-HIERARCHY-001','tw','openmrs-address-hierarchy-liquibase.xml','2014-09-18 14:19:53','3:9be957134699940fa2165b77e759c802','Custom SQL','Set up Address Hierarchy',NULL,'2.0.5','EXECUTED','118'),('BAHMNI-IMPL-ADDRESS-HIERARCHY-002','tw','openmrs-address-hierarchy-liquibase.xml','2014-09-18 14:19:55','3:e46b02efd1cadad66f062bcf1bf0faa5','SQL From File','Address hierarchy entry data',NULL,'2.0.5','EXECUTED','119'),('BAHMNI-IMPL-OMRS-CONCEPT-001','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:55','3:02368f7bca017768313486d99ab5b94c','Custom SQL','Create set members of REGISTRATION_CONCEPTS',NULL,'2.0.5','EXECUTED','120'),('BAHMNI-IMPL-OMRS-CONCEPT-002','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:56','3:cbc5e9d4cee70b04b47f59e653895183','Custom SQL','Add vitals concepts',NULL,'2.0.5','EXECUTED','121'),('BAHMNI-IMPL-OMRS-CONCEPT-003','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:56','3:71d0bc3a8e20322c0275486549a75c88','Custom SQL','Add Second Vitals Concept',NULL,'2.0.5','EXECUTED','122'),('BAHMNI-IMPL-OMRS-CONCEPT-004','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:56','3:e838f4c101b60aefc7aa0321644ef876','Custom SQL','Add Discharge Summary Concept',NULL,'2.0.5','EXECUTED','123'),('BAHMNI-IMPL-OMRS-CONCEPT-005','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:56','3:99edafcf44e55fc00582366ecfb6b2b1','Custom SQL','Add History and Examination',NULL,'2.0.5','EXECUTED','124'),('BAHMNI-IMPL-OMRS-CONCEPT-006','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:30a0a52c6ee9c8aa84fb0eedd1725ce3','SQL From File','Radiology concepts data',NULL,'2.0.5','EXECUTED','125'),('BAHMNI-IMPL-OMRS-CONCEPT-007','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:ded01e948c9057e075db55931a8988cd','Custom SQL','Add concept set Fee Information',NULL,'2.0.5','EXECUTED','126'),('BAHMNI-IMPL-OMRS-CONCEPT-008','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:5f94cf5f57c9075c9012e58d0872ee7f','Custom SQL','Add registration fee and comment ad group members to fee information concept',NULL,'2.0.5','EXECUTED','127'),('BAHMNI-IMPL-OMRS-CONCEPT-009','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:8ccec8015ab62550b8472e53aaa6923b','Custom SQL','Add registration fee and comment ad group members to fee information concept',NULL,'2.0.5','MARK_RAN','128'),('BAHMNI-IMPL-OMRS-CONCEPT-010','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:2eb5b22b7d6cc82f0f9f27c23123eaed','Custom SQL','Add posture to blood pressure',NULL,'2.0.5','EXECUTED','129'),('BAHMNI-IMPL-OMRS-CONCEPT-011','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:20d6addb853947b85e8c0f0030c70ff7','Custom SQL','Add Obstetrics',NULL,'2.0.5','EXECUTED','130'),('BAHMNI-IMPL-OMRS-CONCEPT-012','tw','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:c0e0f448a2dca739641e0773c0c7ef31','Custom SQL','Add Gynaecology',NULL,'2.0.5','EXECUTED','131'),('BAHMNI-IMPL-OMRS-CONCEPT-013','Indraneel','openmrs-medical-concepts-liquibase.xml','2014-09-18 14:19:57','3:56da08c95cfe6f5a305b284c37c372be','Custom SQL','Adding templates to all observation templates',NULL,'2.0.5','EXECUTED','132'),('BAHMNI-IMPL-OMRS-IDGEN-001','tw','openmrs-id-gen-liquibase.xml','2014-09-18 14:19:53','3:5a324e685e64dfbdbce61e3a0d0e88c7','Custom SQL','Add id gen sources and locations',NULL,'2.0.5','EXECUTED','106'),('BAHMNI-IMPL-OMRS-MISC-001','tw','openmrs-misc-config-liquibase.xml','2014-09-18 14:19:57','3:9dcb62e489e3041fde33aabf3862aaa0','Custom SQL','Location on Server where the patient uploaded images will be stored',NULL,'2.0.5','EXECUTED','133'),('BAHMNI-IMPL-OMRS-MISC-002','tw','openmrs-misc-config-liquibase.xml','2014-09-18 14:19:57','3:51bd3dd1fb7f7ebff3bde6f2298316e7','Custom SQL','Add concept set patient document and patient file concept as member',NULL,'2.0.5','EXECUTED','134'),('BAHMNI-IMPL-OMRS-MISC-003','Rohan, Sravanthi','openmrs-misc-config-liquibase.xml','2015-02-19 11:27:57','3:9078025aa7c358a0d79f5fc660bcf9ae','Custom SQL','sql to search active patients seen by the given provider',NULL,'2.0.5','EXECUTED','100'),('BAHMNI-IMPL-OMRS-PA-001','tw','openmrs-patient-attributes-liquibase.xml','2014-09-18 14:19:53','3:7f8b62076e979794b602e7143e734f89','Custom SQL','Add patient attributes',NULL,'2.0.5','EXECUTED','107'),('BAHMNI-IMPL-OMRS-PA-002','tw','openmrs-patient-attributes-liquibase.xml','2014-09-18 14:19:53','3:3fac5e2a3c18c7a1ab30d9c55272f9a2','Custom SQL','Add class, occupation, education concepts and associate to patient attributes',NULL,'2.0.5','EXECUTED','108'),('BAHMNI-IMPL-OMRS-RELATIONSHIPS-001','tw','relationship-types-liquibase.xml','2015-08-27 10:41:04','3:933d7fb849c695ed77766db28068457a','Custom SQL','Add Relationship types',NULL,'2.0.5','EXECUTED','101'),('BAHMNI-IMPL-OMRS-RELATIONSHIPS-002','tw','relationship-types-liquibase.xml','2015-08-27 10:41:04','3:ed1d486e28ab2192a6ff58d31657bd68','Custom SQL','Add global property for relationshipTypeMap',NULL,'2.0.5','EXECUTED','102'),('BAHMNI-IMPL-OMRS-ROLES-PVG-001','tw','openmrs-roles-and-privileges-liquibase.xml','2014-09-18 14:19:52','3:729de8736c4d43ea3b30d362196c1c2a','Custom SQL','Create RegistrationClerk ROLE and Privileges',NULL,'2.0.5','EXECUTED','100'),('BAHMNI-IMPL-OMRS-ROLES-PVG-002','tw','openmrs-roles-and-privileges-liquibase.xml','2014-09-18 14:19:52','3:1adebc0daaf8828c15b8b91867586253','Custom SQL','Create Document-Uploader ROLE and Privileges',NULL,'2.0.5','EXECUTED','101'),('BAHMNI-IMPL-OMRS-ROLES-PVG-003','tw','openmrs-roles-and-privileges-liquibase.xml','2014-09-18 14:19:52','3:f7acfab952a62d8e46dc30ce0055cd3a','Insert Row (x8)','Add clinical roles and privileges',NULL,'2.0.5','EXECUTED','102'),('BAHMNI-IMPL-OMRS-ROLES-PVG-004','tw','openmrs-roles-and-privileges-liquibase.xml','2014-09-18 14:19:53','3:2ce7bbb14bf322e39fe10731825deb11','Custom SQL','Adding privileges for doctor, nurse roles',NULL,'2.0.5','EXECUTED','103'),('BAHMNI-IMPL-OMRS-USERS-001','tw','openmrs-users-liquibase.xml','2014-09-18 14:19:53','3:44fd14aa28d326a88d7ae1b11d4b6365','Custom SQL','Adding superman user',NULL,'2.0.5','EXECUTED','104'),('BAHMNI-IMPL-OMRS-USERS-002','tw','openmrs-users-liquibase.xml','2014-09-18 14:19:53','3:2108d280e2ef67f215d1d9af8ec59a55','Custom SQL','Add roles to superman user',NULL,'2.0.5','EXECUTED','105'),('BAHMNI-IMPL-OMRS-V-001','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:462867b18e440da02f2276a05a7bd8c3','Insert Row','Create new visit type for IPD',NULL,'2.0.5','EXECUTED','109'),('BAHMNI-IMPL-OMRS-V-002','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:f6db2623e0296a62a99f2dc51e89219c','Insert Row','Create new visit type for OPD',NULL,'2.0.5','EXECUTED','110'),('BAHMNI-IMPL-OMRS-V-003','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:b30c0ce56e5aaf53d97ce2e9c7ee0e10','Custom SQL','Add global property to configure visit auto expire hours',NULL,'2.0.5','EXECUTED','111'),('BAHMNI-IMPL-OMRS-V-005','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:7ded9d07d02192949465ff5650cbd2ba','Custom SQL','Delete OpenMRS property autoCloseVisitType since we don\'t use that scheduler (to avoid confusion)',NULL,'2.0.5','EXECUTED','112'),('BAHMNI-IMPL-OMRS-V-006','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:5b14b08257cf58c1fc63f8f4c2b6c965','Custom SQL','Delete OpenMRS property visits.autoCloseMinimumNumberOfDays since we don\'t use that scheduler (to avoid confusion)',NULL,'2.0.5','EXECUTED','113'),('BAHMNI-IMPL-OMRS-V-007','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:b840475f22d63bfe1ab8de22a3dc688a','Delete Data','Delete OpenMRS scheduler AutoCloseVisitsTask since we don\'t use that scheduler (to avoid confusion)',NULL,'2.0.5','EXECUTED','114'),('BAHMNI-IMPL-OMRS-V-008','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:d128eee8daafeaaadc62ae5c3c7ba060','Insert Row','Add Bahmni preferred EMR API scheduler which closes stale visits',NULL,'2.0.5','EXECUTED','115'),('BAHMNI-IMPL-OMRS-V-009','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:4097d97b0a77163ea2cdfa4fc695f2d5','Insert Row','Create new visit type for Special OPD',NULL,'2.0.5','EXECUTED','116'),('BAHMNI-IMPL-OMRS-V-010','tw','openmrs-visits-liquibase.xml','2014-09-18 14:19:53','3:486a755dcf6b7c8b43cdfd111a36da45','Insert Row','Create new visit type for Emergency',NULL,'2.0.5','EXECUTED','117'),('bahmni-inpatient-patient-movement-201513101455','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:2d8eebb99aef6a986e7f213bb43d3269','Custom SQL','',NULL,'2.0.5','EXECUTED','112'),('bahmni-inpatient-patient-movement-201513101524','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:1960dba06edd84165527b0fe056c39c8','Custom SQL','',NULL,'2.0.5','EXECUTED','113'),('bahmni-inpatient-read-201513101438','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:cd47e53f24d4147cbeaf56f1c5f44883','Custom SQL','',NULL,'2.0.5','EXECUTED','111'),('BAHMNI-LOCATION-TEST-DATA-001','tw','location-test-data-liquibase.xml','2014-09-18 14:34:18','3:446417270b87127d4378ad7139d6d632','Custom SQL','Create login locations for Reg and OPD',NULL,'2.0.5','EXECUTED','100'),('bahmni-mapping-201508200613','Gautham, Sudhakar','liquibase.xml','2015-09-14 22:03:08','3:3a9d87b0efe0b06c05c9caeb2f616599','Create Table (x2), Add Foreign Key Constraint','Entity mapping table',NULL,'2.0.5','EXECUTED','101'),('bahmni-mapping-201508271719','Gautam, Shan','liquibase.xml','2015-09-14 22:03:08','3:f38b607def006e48591497b8d427f7cc','Insert Row','Inserting Program Obstemplate Mapping type',NULL,'2.0.5','EXECUTED','102'),('bahmni-mapping-201508271736','Shan, Gautam','liquibase.xml','2015-09-14 22:03:08','3:65427f1edf5546ebc2284c98e17b31e7','Add Unique Constraint','Introducing constraint unique key to name column in the entity_mapping_type table',NULL,'2.0.5','EXECUTED','103'),('bahmni-mapping-201509021719','Shruthi, Padma','liquibase.xml','2015-10-08 15:16:22','3:b514a8c7b083b0c8fc3974bbc4fa10cb','Insert Row','Inserting Program EncounterType Mapping',NULL,'2.0.5','EXECUTED','100'),('bahmni-new-roles-and-privileges','Jaswanth, Ravindra','liquibase.xml','2016-11-09 15:23:48','3:14239025d1eeb1a927e6ab5e0bb85e08','SQL From File','New roles and privileges for bahmni',NULL,'2.0.5','EXECUTED','101'),('bahmni-orders-role-201513101532','Banka,Padma','liquibase.xml','2015-10-29 14:51:48','3:69d31001038e8463398a3e77463ff968','Custom SQL','',NULL,'2.0.5','EXECUTED','115'),('bahmni-orders-role-201523111314','Chethan,Shashi','liquibase.xml','2016-05-05 13:13:38','3:41981a3f2794678c672a10fd47a4d683','Custom SQL','',NULL,'2.0.5','MARK_RAN','105'),('BAHMNI-PACS-CONCEPT-SOURCE-DATA-001','tw','pacs-concept-sources-liquibase.xml','2015-08-27 10:41:03','3:3df27d43bb384e58911d0020397602c6','Custom SQL','Create concept source for PACS integration',NULL,'2.0.5','EXECUTED','100'),('bahmni-PatientSearch-Update-201507031840','Vikash, Achinta','liquibase.xml','2015-07-23 18:43:17','3:ddebe9600eef3a6f92e3ee4fb6fb6cad','SQL From File','rel3',NULL,'2.0.5','EXECUTED','100'),('bahmni-PatientSearch-Update-201507071330','Vikash, Chethan','liquibase.xml','2015-07-23 18:43:17','3:50e6998a7b95a8d302ba5daccb597ade','SQL From File','rel3',NULL,'2.0.5','EXECUTED','101'),('bahmni-PatientSearch-Update-201507161455','Abishek','liquibase.xml','2015-07-23 18:43:17','3:59c6870c2a2f8944cfe14b23f6e419a8','SQL From File','Updating sql to use order instead of lab order as order type name',NULL,'2.0.5','EXECUTED','103'),('bahmni-PatientSearch-Update-201507271745','JP, Sravanthi','liquibase.xml','2015-08-27 10:33:31','3:6543a9af9e42feee2b196e6b6412ef07','SQL From File','Updating high risk patient sql to consider latest test value',NULL,'2.0.5','EXECUTED','102'),('bahmni-PatientSearch-Update-201607151835','Lavanya, Shashi','liquibase.xml','2016-07-29 17:51:22','3:fe49d35e6a36dad0f82e7091ef150531','SQL From File','update the search query to consider visit location',NULL,'2.0.5','EXECUTED','101'),('bahmni-PatientSearch-Update-201608121039','Preethi, Hanisha','liquibase.xml','2016-09-15 13:48:11','3:2058f172071b418cc636c1fb1560fbf8','SQL From File','update the search query to consider multiple identifiers',NULL,'2.0.5','EXECUTED','104'),('bahmni-PatientSearch-Update-201703071203','Shruthi P, Pushpa','liquibase.xml','2017-11-11 23:55:05','3:f61352c770ed9ff257a398b3260de0d1','SQL From File','update the search query to use bahmni.primaryIdentifierType global property instead of emr.primaryIdentifierType',NULL,'2.0.5','EXECUTED','103'),('bahmni-reg-1','tw','liquibase.xml','2014-09-18 14:18:11','3:c0b629cdfcca83a11a418544618f5e64','SQL From File','rel2',NULL,'2.0.5','EXECUTED','100'),('bahmni-reg-2','tw','liquibase.xml','2014-09-18 14:18:11','3:80c20767b9864a9b3bf7f3ccc3b168b9','SQL From File','rel2',NULL,'2.0.5','EXECUTED','101'),('bahmni-reg-201401171330','banka-tw','liquibase.xml','2014-09-18 14:18:11','3:6fb4b3254235534a73f1286df1ccc85d','Insert Row','',NULL,'2.0.5','EXECUTED','105'),('bahmni-reg-201402141455','neha','liquibase.xml','2014-09-18 14:18:11','3:eb2a5670f3bf96f9638999447a9301a3','Custom SQL','Add emrgency app role',NULL,'2.0.5','EXECUTED','106'),('bahmni-reg-3','tw','liquibase.xml','2014-09-18 14:18:11','3:36a3c338cb6058407f036ef86ed67e0d','SQL From File','rel2',NULL,'2.0.5','EXECUTED','102'),('bahmni-reg-4','tw','liquibase.xml','2014-09-18 14:18:11','3:b5c470f1a44536c95da453df84770d9c','SQL From File','rel3',NULL,'2.0.5','EXECUTED','103'),('bahmni-reg-5','vivek-tw','liquibase.xml','2014-09-18 14:18:11','3:35c7ab7814c60020e0c161af7bf49a30','Custom SQL','rel3',NULL,'2.0.5','EXECUTED','104'),('bahmni-registration-201507101741','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:6fc1a4d30524162c1c559b9dc3b96d75','Custom SQL','Add Registration Role',NULL,'2.0.5','EXECUTED','101'),('bahmni-registration-201507101742','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:dfe3d945eb1998bdefb12aad541c6f81','Custom SQL','Add Registration Read Role',NULL,'2.0.5','EXECUTED','102'),('bahmni-registration-201507101744','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:2328f269b12ba37cc2a5e12296dcc0ac','Custom SQL','Add privileges registration read',NULL,'2.0.5','EXECUTED','103'),('bahmni-registration-201507101747','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:a30e19ef0f01aa14ff0b97cded96f2c1','Custom SQL','Add Registration Write Role',NULL,'2.0.5','EXECUTED','104'),('bahmni-registration-201507101748','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:c4b84e874cd50d1025dfa4554b3ba532','Custom SQL','Add privileges registration write',NULL,'2.0.5','EXECUTED','105'),('bahmni-registration-201507101749','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:1e6399b00449add0292457bce8e4e2ed','Custom SQL','Add Registration Visit Action Role',NULL,'2.0.5','EXECUTED','106'),('bahmni-registration-201507101753','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:03d6448d20ae9fe9782e7cca5fc90a43','Custom SQL','Add privileges registration visit action',NULL,'2.0.5','EXECUTED','107'),('bahmni-registration-201507101755','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:4bed4922fbef0f27f5c05a666ac7ded9','Custom SQL','Add role for additional actions for registration app.',NULL,'2.0.5','EXECUTED','108'),('bahmni-registration-201507101757','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:9bca88b8b6fc70765cd71455844f1616','Custom SQL','Add privileges for additional action required for registration app like encounter etc.',NULL,'2.0.5','EXECUTED','109'),('bahmni-registration-201507101808','Shan,Sourav','liquibase.xml','2015-10-29 14:51:48','3:1cd6d482bcc8707ddc3446d4d6e6f47b','Custom SQL','Add patient listing role to registration',NULL,'2.0.5','EXECUTED','110'),('bahmni-registration-201511041808','Vikash','liquibase.xml','2015-12-03 15:32:55','3:a559c810e9c35fa18938886f2c7c7ee6','Custom SQL','Modifying patient listing role, Registration additional role and giving relationship role to registration',NULL,'2.0.5','EXECUTED','103'),('bahmni-setup-1','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:17:34','3:2f520c3b2915b7f96cd3bd232bd7ae7e','SQL From File','rel2',NULL,'2.0.5','EXECUTED','100'),('bahmni-setup-2','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:17:36','3:65aed6199124c4b42c1a25ca7f5b3f8e','SQL From File','rel2',NULL,'2.0.5','EXECUTED','101'),('bahmni-setup-3','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:17:36','3:2235014fa1c808b255eb10567c051d81','SQL From File','rel2',NULL,'2.0.5','EXECUTED','102'),('bahmni-setup-4','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:17:36','3:2aacff86111151b15a842f2f88825d58','SQL From File','rel3',NULL,'2.0.5','EXECUTED','103'),('bahmni-setup-5','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:17:36','3:f83c613315be0115f4d4a34be833aff3','Insert Row','rel3',NULL,'2.0.5','EXECUTED','104'),('bahmni-setup-6','tw','liquibase.xml','2016-05-05 13:13:38','3:0c7cf008e177b5631a8f9554a729f52c','Insert Row','rel3',NULL,'2.0.5','MARK_RAN','100'),('bahmni-setup-6','tw','migrations/dependent-modules/liquibase.xml','2014-09-18 14:17:36','3:0c7cf008e177b5631a8f9554a729f52c','Insert Row','rel3',NULL,'2.0.5','EXECUTED','105'),('bahmni-snapshot-1-upgrade-1','Vinay, Mihir, Ramesh','liquibase.xml','2014-09-18 14:18:15','3:f96fd12ecf53fb18143450f7a0b9c1d9','Add Column','Add column java_class_name to order_type for OpenMRS 1.9 -> 1.10',NULL,'2.0.5','EXECUTED','100'),('bahmni-snapshot-1-upgrade-10','Rohan, Bharti','liquibase.xml','2014-09-18 14:18:15','3:49cb009d82f00927b3130b24bdd26902','Custom SQL','Update auto expire date of previous lab orders',NULL,'2.0.5','EXECUTED','109'),('bahmni-snapshot-1-upgrade-2','Vinay, Mihir, Suresh','liquibase.xml','2014-09-18 14:18:15','3:6ce3c635db658191a371f5242f04561a','Add Column','Add column parent to order_type for OpenMRS 1.9 -> 1.10',NULL,'2.0.5','EXECUTED','101'),('bahmni-snapshot-1-upgrade-3','Vinay, Mihir, Mahesh','liquibase.xml','2014-09-18 14:18:15','3:6450b77ce5f621e0edad0550d756e17c','Drop Table','drop table visit_migration for OpenMRS 1.9 -> 1.10',NULL,'2.0.5','MARK_RAN','102'),('bahmni-snapshot-1-upgrade-4','Vinay, Mihir, Dinesh','liquibase.xml','2014-09-18 14:18:15','3:06419c4e5d28bf115ee5c6c364be888a','Custom SQL','Update startdate in orders. Keep running until migrated to OpeMRS 1.10',NULL,'2.0.5','EXECUTED','103'),('bahmni-snapshot-1-upgrade-5','Vinay, Mihir, Lokesh','liquibase.xml','2014-09-18 14:18:15','3:cd74667edd93d315e910e9c8b42344f6','Custom SQL','Update providers in orders. Keep running until migrated to OpeMRS 1.10',NULL,'2.0.5','EXECUTED','104'),('bahmni-snapshot-1-upgrade-6','Vinay, Mihir, Lokesh','liquibase.xml','2014-09-18 14:18:15','3:d44c15b80437a7a0c4841d345efc59e7','Custom SQL','Set java class names for existing order types',NULL,'2.0.5','EXECUTED','105'),('bahmni-snapshot-1-upgrade-7','Vinay, Mihir, Yogesh','liquibase.xml','2014-09-18 14:18:15','3:6c0ce65e4ec715d97ca5d17834a14c16','Custom SQL','Set java class names for existing order types',NULL,'2.0.5','EXECUTED','106'),('bahmni-snapshot-1-upgrade-8','Vinay, Mihir, Dinesh','liquibase.xml','2014-09-18 14:18:15','3:74dc2c14d464739bc096134553a5d160','Custom SQL','Update startdate in orders for all orders',NULL,'2.0.5','EXECUTED','107'),('bahmni-snapshot-1-upgrade-9','Vinay, Mihir, Dinesh','liquibase.xml','2014-09-18 14:18:15','3:66c5c0498a128a5be1b74835f29a242f','Custom SQL','Insert concept set members for Dose Quantity Units',NULL,'2.0.5','EXECUTED','108'),('bahmni-WardsList-Update-201609011124','Jaswanth','liquibase.xml','2016-09-15 13:48:11','3:9b6d90bbe9dac29c19250fc5ba6377e1','SQL From File','Update the wards list sql to use left join for patient address',NULL,'2.0.5','EXECUTED','105'),('bahmni-WardsList-Update-201703071203','Shruthi P, Pushpa','liquibase.xml','2017-11-11 23:55:05','3:78ee2d15dcf50b412357a482fc5b1c13','SQL From File','Update the wards list sql to use bahmni.primaryIdentifierType global property instead of emr.primaryIdentifierType',NULL,'2.0.5','EXECUTED','104'),('bahmniconfig-201505252028','Mihir','liquibase.xml','2015-06-11 16:51:33','3:f7b02e7c80d6e0f6fe2375f91b9005b1','Create Table, Add Foreign Key Constraint (x2), Add Unique Constraint (x2)','',NULL,'2.0.5','EXECUTED','101'),('bahmniconfig-201505252128','Mihir','liquibase.xml','2015-06-11 16:51:33','3:1688c33b1d8a9bff81f123cfabc88377','Create Table, Add Foreign Key Constraint, Add Unique Constraint (x2)','',NULL,'2.0.5','EXECUTED','102'),('bahmnimapping-201409121125','Chethan, D3','liquibase.xml','2014-09-18 14:19:42','3:7c85f09623317af6653cb48c89e27e00','Create Table, Add Foreign Key Constraint (x5)','',NULL,'2.0.5','EXECUTED','114'),('bedmanagement-201401171410','banka-tw','liquibase.xml','2014-09-18 14:27:27','3:d5c049fddf766160573e47432866a7af','Insert Row','',NULL,'2.0.5','MARK_RAN','132'),('bedmanagement-201514101449','padma','liquibase.xml','2015-12-03 15:32:49','3:ccb5b80fe5702396261645675bfe7668','Insert Row','',NULL,'2.0.5','EXECUTED','100'),('bedmanagement-201514101455','padma','liquibase.xml','2015-12-03 15:32:49','3:be88d1eab414a74e416a74fbaa804bc4','Insert Row','',NULL,'2.0.5','EXECUTED','101'),('bedmanagement-20151410183','padma','liquibase.xml','2015-12-03 15:32:49','3:2fd5f40c4d91726f0c431026d7fad17f','Insert Row','',NULL,'2.0.5','EXECUTED','103'),('bedmanagement-201514101836','padma','liquibase.xml','2015-12-03 15:32:49','3:7fa2b9c000288cb4afa7ac67a0e14bea','Insert Row','',NULL,'2.0.5','EXECUTED','102'),('bedmanagement-201625111153','Sourav, Chethan','liquibase.xml','2017-11-11 23:55:00','3:ed10755aab017df8253c137998c9ab6d','Create Table, Add Foreign Key Constraint (x3)','Creating bed_tag table',NULL,'2.0.5','EXECUTED','100'),('bedmanagement-201703221515','Santhosh, Maharjun','liquibase.xml','2017-11-11 23:55:00','3:4ca99b67c0073ce23444d99fb41a1f10','Insert Row','',NULL,'2.0.5','EXECUTED','102'),('bedmanagement-201703221516','Santhosh, Maharjun','liquibase.xml','2017-11-11 23:55:00','3:7d4fdb9a0d381562a615595b65b573e1','Insert Row','',NULL,'2.0.5','EXECUTED','103'),('bed_management_module_18112013_1','Arathy,Banka','liquibase.xml','2014-09-18 14:27:24','3:7f5aa1439a4889c6cf630b99e1887070','Create Table','Create bed_type table',NULL,'2.0.5','EXECUTED','108'),('bed_management_module_18112013_2','Arathy,Banka','liquibase.xml','2014-09-18 14:27:24','3:e9c545756efadfcd357658c59ba8ccbf','Add Column','',NULL,'2.0.5','EXECUTED','109'),('constraint_name_cleanup','bgeVam','liquibase.xml','2017-01-01 22:27:47','3:8fc91e4dfa5185db65d7c00eb87e0196','Drop Foreign Key Constraint (x3), Drop Index, Drop Foreign Key Constraint (x8), Add Foreign Key Constraint (x3), Create Index, Add Foreign Key Constraint (x8)','Rename constraints',NULL,'2.0.5','EXECUTED','100'),('create-appointment-status-change-task-20170912101533','Kaustav','liquibase.xml','2017-11-11 23:55:07','3:2e9cb62b83082eef01b69f87cdfb2877','Custom SQL','',NULL,'2.0.5','EXECUTED','110'),('create-appointment_service_table-201707031130','Shruthi,Pushpa','liquibase.xml','2017-11-11 23:55:05','3:4a9e06b0afdb9bc0d841e0a74062da54','Custom SQL','',NULL,'2.0.5','EXECUTED','101'),('create-appointment_service_type_table-201707191650','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:6e7ed955db1127a2e41f1f88ce9bb6cc','Custom SQL','',NULL,'2.0.5','EXECUTED','104'),('create-appointment_speciality_table-201707031130','Shruthi,Pushpa','liquibase.xml','2017-11-11 23:55:05','3:23b21e88e18866e7103d9a2404bf66ec','Custom SQL','',NULL,'2.0.5','EXECUTED','100'),('create-auditlogtable-201703211430','Shruthi,Salauddin','liquibase.xml','2017-11-11 23:55:05','3:ee83973104fb3ffdf7267ca458862f0c','Custom SQL','',NULL,'2.0.5','MARK_RAN','107'),('create-auditlogtable-201705231130','Shruthi,Pushpa','liquibase.xml','2017-11-11 23:54:57','3:ee83973104fb3ffdf7267ca458862f0c','Custom SQL','',NULL,'2.0.5','EXECUTED','100'),('create-fullaccess-role-appointments-201709201815','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:7e28920cbe41186657256ec480e2006c','Custom SQL','Creating new role for Full Access to Appointments module',NULL,'2.0.5','EXECUTED','122'),('create-manage-role-appointments-201709201838','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:9059ff35b8142bef085bec579d4f3007','Custom SQL','Creating new role Appointments: Manage for Appointments module',NULL,'2.0.5','EXECUTED','121'),('create-patient_appointment_audit_table-201708311030','Shruthi','liquibase.xml','2017-11-11 23:55:07','3:88a96744eb9657dad2072f5570867db8','Custom SQL','',NULL,'2.0.5','EXECUTED','109'),('create-patient_appointment_table-201707211030','Deepak','liquibase.xml','2017-11-11 23:55:05','3:46f1fa6a50ac167020817d4dc0b8cfea','Custom SQL','',NULL,'2.0.5','EXECUTED','105'),('Create-privilege-appointments-admin-201709201813','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:d189ce5b9b80a357ea43bd4a40f25286','Custom SQL','Adding privilege for managing services in appointments Module',NULL,'2.0.5','EXECUTED','119'),('Create-privilege-appointments-app-201709201731','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:1c465468839d4725daf3f7384c0a58e0','Custom SQL','Adding privilege for Appointments Module',NULL,'2.0.5','EXECUTED','117'),('Create-privilege-appointments-manage-201709201740','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:fdcab22dd57ebfa48e534dfcd6927dc5','Custom SQL','Adding privilege for managing appointments in appointments Module',NULL,'2.0.5','EXECUTED','118'),('Create-privilege-manage-appointment-services-201709201607','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:07','3:e1569a6699d8ad2362bc39e51ae4f413','Custom SQL','Adding privilege to manage Services in Appointments module',NULL,'2.0.5','EXECUTED','114'),('Create-privilege-manage-appointments-201709201605','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:07','3:82836ef1e2bcd2b7dfdd9ea0ed8da0d3','Custom SQL','Adding privilege for managing Appointments',NULL,'2.0.5','EXECUTED','112'),('Create-privilege-view-appointment-services-201709201606','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:07','3:e5ecd10a19ea3d99ccf6dab3780d520a','Custom SQL','Adding privilege to view Services in Appointments module',NULL,'2.0.5','EXECUTED','113'),('Create-privilege-view-appointments-201709201603','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:07','3:4912362ec59f2d20386c92a0e05369b2','Custom SQL','Adding privilege for viewing Appointments',NULL,'2.0.5','EXECUTED','111'),('create-readonly-role-appointments-201709201830','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:05','3:446188e889e395cbc963d2f12c8c3e48','Custom SQL','Creating new role Appointments: ReadOnly for Appointments module',NULL,'2.0.5','EXECUTED','120'),('create-weekly_service_availability_table-201707071130','Shruthi,Pushpa','liquibase.xml','2017-11-11 23:55:05','3:2e66b40714b1ecd10ada6a2ad09b8e05','Custom SQL','',NULL,'2.0.5','EXECUTED','103'),('default-201604211822','Gautam, Angshuman','/opt/bahmni-web/etc/bahmni_config/openmrs/migrations/liquibase.xml','2016-05-05 13:06:37','3:b103a4032519a1111e3662e7b576e45c','Custom SQL','update Height concept uuid to standard CEIL concept uuid',NULL,'2.0.5','EXECUTED','101'),('default-201604211822','Gautam, Angshuman','liquibase.xml','2017-01-01 22:28:57','3:b103a4032519a1111e3662e7b576e45c','Custom SQL','update Height concept uuid to standard CEIL concept uuid',NULL,'2.0.5','MARK_RAN','101'),('default-201604211823','Gautam, Angshuman','/opt/bahmni-web/etc/bahmni_config/openmrs/migrations/liquibase.xml','2016-05-05 13:06:37','3:adca6eaa07119e268cf8125515a05d58','Custom SQL','update Weight concept uuid to standard CEIL concept uuid',NULL,'2.0.5','EXECUTED','102'),('default-201604211823','Gautam, Angshuman','liquibase.xml','2017-01-01 22:28:57','3:adca6eaa07119e268cf8125515a05d58','Custom SQL','update Weight concept uuid to standard CEIL concept uuid',NULL,'2.0.5','MARK_RAN','102'),('default-201709081630','Maharjun, Shireesha','/opt/bahmni-web/etc/bahmni_config/openmrs/migrations/liquibase.xml','2017-11-11 23:54:27','3:851a865c36f7bb73b31628687ef7aa2f','SQL From File (x2)','Adding upcoming and past appointments for patient',NULL,'2.0.5','EXECUTED','100'),('dhis-1','Mihir','liquibase.xml','2015-02-19 11:24:20','3:398f64178aebf74245a4b8a6d06b20f4','Custom SQL','Add a global property path to the AQS config',NULL,'2.0.5','EXECUTED','100'),('dhis-201501161630','Mujir, Mihir','liquibase.xml','2015-02-19 11:24:21','3:f52ca117ac533c65f1183214a6100725','Insert Row','',NULL,'2.0.5','EXECUTED','104'),('disable-foreign-key-checks','ben','liquibase-core-data.xml','2017-11-11 23:52:23','3:cc124077cda1cfb0c70c1ec823551223','Custom SQL','',NULL,'2.0.5','RERAN','100'),('drop-tribe-foreign-key-TRUNK-4492','dkayiwa','liquibase-update-to-latest.xml','2015-08-27 10:34:41','3:6f02e3203c3fe5414a44106b8f16e3cd','Drop Foreign Key Constraint','Dropping foreign key on patient.tribe',NULL,'2.0.5','MARK_RAN','143'),('drop_changed_by_for_reporting_report_design','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:c3d7c5613017f0dd2114629a0872e162','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','103'),('drop_changed_by_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:4ec604377282a11507a14f61a7863498','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','107'),('drop_changed_by_for_reporting_report_processor','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:d6ce70620019149c9d6980a308a708e2','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','111'),('drop_creator_for_reporting_report_design','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:4fca8d664649067bb63d590ab3e26dfa','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','102'),('drop_creator_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:577af27e0bff419cc0aae9a34fe082b0','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','106'),('drop_creator_for_reporting_report_processor','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:162a4ce97acf5f2cf9b5cd998174573c','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','110'),('drop_index_on_appointment_service_table-201707251710','Santhosh, Maharjun','liquibase.xml','2017-11-11 23:55:06','3:c72adf08d3c49dc8e5944eb248c8027c','Drop Index','',NULL,'2.0.5','EXECUTED','106'),('drop_index_on_appointment_service_type_table-201708031638','Santhosh, Pramida','liquibase.xml','2017-11-11 23:55:07','3:05ab7148b7de34b0448531e4243528b1','Drop Index','',NULL,'2.0.5','EXECUTED','108'),('drop_report_definition_uuid_constraint','mgoodrich','liquibase.xml','2017-11-11 23:55:00','3:227005c318df24fca09a6853f492a755','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','100'),('drop_report_definition_uuid_index','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:65331456086e4518661938ca8feff19f','Drop Index','',NULL,'2.0.5','MARK_RAN','101'),('drop_report_design_id_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:c3e640b5f5bc15fb2a2aa93136fdeefc','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','105'),('drop_requested_by_for_reporting_report_request','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:caaf7b8d6b2b53cbc4a9c296df3b4cbb','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','109'),('drop_retired_by_for_reporting_report_design','mgoodrich','liquibase.xml','2017-11-11 23:55:01','3:0387cf16e3f0be8b021a84da769f0e91','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','104'),('drop_retired_by_for_reporting_report_design_resource','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:bfc6bcc6b786458067255bd5012fe9f9','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','108'),('drop_retired_by_reporting_report_processor','mgoodrich','liquibase.xml','2017-11-11 23:55:02','3:6f39b5de50c73531e2e853071669e8c7','Drop Foreign Key Constraint','',NULL,'2.0.5','MARK_RAN','112'),('elis-atomfeed-1','tw','liquibase.xml','2014-09-18 14:32:16','3:17d9c6c5ea8bbf64b2b4644346192e90','SQL From File','rel2',NULL,'2.0.5','EXECUTED','100'),('elis-atomfeed-10','tw','liquibase.xml','2014-09-18 14:32:16','3:feb206bf6784b0ce4dfc1e16a800226c','Custom SQL','',NULL,'2.0.5','EXECUTED','108'),('elis-atomfeed-11','tw','liquibase.xml','2014-09-18 14:32:16','3:12105009de6f0575c46df9d670d68081','Custom SQL','',NULL,'2.0.5','MARK_RAN','109'),('elis-atomfeed-12','tw','liquibase.xml','2014-09-18 14:32:16','3:ae7a643b1262305c113ff297318e92aa','Custom SQL','',NULL,'2.0.5','MARK_RAN','110'),('elis-atomfeed-13','tw','liquibase.xml','2014-09-18 14:32:16','3:b33b5942425ad6e69480e0919108b20c','Custom SQL','',NULL,'2.0.5','EXECUTED','111'),('elis-atomfeed-14-201402041600','tw','liquibase.xml','2014-09-18 14:32:16','3:b02e2f66d54d988351f184701ae6d619','Custom SQL','Remove scheduled job to process failed Openelis lab results',NULL,'2.0.5','EXECUTED','112'),('elis-atomfeed-15-201402041605','tw','liquibase.xml','2014-09-18 14:32:16','3:a61c1329e67b2732fa6c83d884926b65','Custom SQL','Remove scheduled job to process Openelis lab results, as this is now part of accession worker',NULL,'2.0.5','EXECUTED','113'),('elis-atomfeed-16-201409101232','Chethan,D3','liquibase.xml','2014-09-18 14:34:07','3:20732865c685712f4c1fe1e9cb489a9f','Custom SQL','Creating new visit type LAB VISIT',NULL,'2.0.5','EXECUTED','100'),('elis-atomfeed-2','tw','liquibase.xml','2014-09-18 14:32:16','3:cfd8f65af45913454ea557b1585bbb40','SQL From File','rel2',NULL,'2.0.5','EXECUTED','101'),('elis-atomfeed-3','tw','liquibase.xml','2014-09-18 14:32:16','3:279a6a1670eac12891f3a0437fadf730','SQL From File','rel2',NULL,'2.0.5','EXECUTED','102'),('elis-atomfeed-4','tw','liquibase.xml','2014-09-18 14:32:16','3:0eb646e57196970f3f4b1bcf875e091e','SQL From File','rel2',NULL,'2.0.5','EXECUTED','103'),('elis-atomfeed-5','tw','liquibase.xml','2014-09-18 14:32:16','3:4d3531ede6ef820436ac0ef886aab55b','SQL From File','rel3',NULL,'2.0.5','EXECUTED','104'),('elis-atomfeed-6','tw','liquibase.xml','2014-09-18 14:32:16','3:78a6e08fc15728ddd71c873931d0f512','Custom SQL','Add failed events job for Openelis lab result processing',NULL,'2.0.5','EXECUTED','105'),('elis-atomfeed-7','tw','liquibase.xml','2014-09-18 14:32:16','3:8877ce3b407b0d49bab09aa39239ee90','Custom SQL','Add failed events job for Openelis patient processing',NULL,'2.0.5','EXECUTED','106'),('elis-atomfeed-8','tw','liquibase.xml','2014-09-18 14:32:16','3:ca9db9bef47dedf3ad8a3a8914a58759','Custom SQL','Don\'t start the patient feed on startup',NULL,'2.0.5','EXECUTED','107'),('enable-foreign-key-checks','ben','liquibase-core-data.xml','2017-11-11 23:52:23','3:fcfe4902a8f3eda10332567a1a51cb49','Custom SQL','',NULL,'2.0.5','RERAN','124'),('global-property-past-appointments-sql','Maharjun, Shireesha','liquibase.xml','2018-07-19 04:51:42','3:baef8485530e01415ea3101b3a648ca1','SQL From File','Adding query to fetch past appointments for patient',NULL,'2.0.5','MARK_RAN','100'),('global-property-upcoming-appointments-sql','Maharjun, Shireesha','liquibase.xml','2018-07-19 04:51:42','3:cf72149f0d971b2c3683e04564c5abe5','SQL From File','Adding query to fetch upcoming appointments for patient',NULL,'2.0.5','MARK_RAN','101'),('map-users-to-new-roles','Jaswanth, Ravindra','liquibase.xml','2016-11-09 15:23:48','3:de3b5ba4d6e53d71fec58ec6f12dab8d','Custom SQL','Map users to new roles',NULL,'2.0.5','EXECUTED','102'),('metadatamapping-2011-10-04-a','bwolfe','liquibase.xml','2014-09-18 14:17:52','3:35034abcb1ed993cde7f33847ce0ce4c','Update Data','Move MDS property addLocalMappings to metadatamapping',NULL,'2.0.5','EXECUTED','100'),('metadatamapping-2011-10-04-b','bwolfe','liquibase.xml','2014-09-18 14:17:52','3:991431e585885ebeeaef03c760b5f6f8','Update Data','Move MDS property localConceptSourceUuid to metadatamapping',NULL,'2.0.5','EXECUTED','101'),('metadatamapping-2015-10-11-1834','kosmik','liquibase.xml','2017-01-01 22:27:38','3:608414b793fe6e137fcc5dfb1e88a839','Create Table, Add Foreign Key Constraint (x3)','Create metadata source table',NULL,'2.0.5','EXECUTED','100'),('metadatamapping-2015-10-11-1835','kosmik','liquibase.xml','2017-01-01 22:27:38','3:980d70c89ea1cd8b1dfe0a60ea03291c','Create Table, Add Foreign Key Constraint (x4)','Create metadata term mapping table',NULL,'2.0.5','EXECUTED','101'),('metadatamapping-2015-10-25-1124','kosmik','liquibase.xml','2017-01-01 22:27:39','3:7185903dea86a90939b784d841bf8f4b','Add Unique Constraint','Add unique constraint on a code withing a source',NULL,'2.0.5','EXECUTED','102'),('metadatamapping-2015-11-16-1932','kosmik','liquibase.xml','2017-01-01 22:27:41','3:9bd157b8cb5878b610da6d579140793f','Add Unique Constraint','Add unique constraint on metadata source name',NULL,'2.0.5','EXECUTED','103'),('metadatamapping-2016-01-06-0800','jasonvena','liquibase.xml','2017-01-01 22:27:41','3:78cf33a699307f10e5efb3729999e2fb','Drop Not-Null Constraint','Make MetadataTermMapping.metadataClass optional. We follow the openmrs convention of checking if the column\n exists.',NULL,'2.0.5','EXECUTED','104'),('metadatamapping-2016-01-06-0801','jasonvena','liquibase.xml','2017-01-01 22:27:41','3:082c1bf3e3277c5af9960fa3a44f25da','Drop Not-Null Constraint','Make MetadataTermMapping.metadataUuid optional. We follow the openmrs convention of checking if the column\n exists.',NULL,'2.0.5','EXECUTED','105'),('metadatamapping-2016-02-07-1310-a','kosmik','liquibase.xml','2017-01-01 22:27:42','3:4156adb3e07cd916a876469b52089448','Create Index','Add index on metadata term mapping retired',NULL,'2.0.5','EXECUTED','106'),('metadatamapping-2016-02-07-1310-b-mysql','kosmik','liquibase.xml','2017-01-01 22:27:42','3:60c4c5da05bd89d8b7f97acf57052c1e','Custom SQL','For mysql, add a prefix index on metadata term mapping metadata class, since there is a hard length limit\n on varchar indexes starting from mysql 5.6.',NULL,'2.0.5','EXECUTED','107'),('metadatamapping-2016-02-07-1310-b-non-mysql','kosmik','liquibase.xml','2017-01-01 22:27:42','3:c5baf2f0397c7f7148ae5b730f41cf76','Create Index','Add index on metadata term mapping metadata class for any other dbms than mysql.',NULL,'2.0.5','MARK_RAN','108'),('metadatamapping-2016-02-07-1310-c','kosmik','liquibase.xml','2017-01-01 22:27:42','3:11b02dfccccbfb2a4b7b216d4dba20f3','Create Index','Add index on metadata term mapping source',NULL,'2.0.5','EXECUTED','109'),('metadatamapping-2016-02-07-1310-d','kosmik','liquibase.xml','2017-01-01 22:27:43','3:30ffab427eb7275901b02477a9bc266d','Create Index','Add index on metadata term mapping code',NULL,'2.0.5','EXECUTED','110'),('metadatamapping-2016-08-03-1044','adamgrzybkowski','liquibase.xml','2017-01-01 22:27:43','3:0950934ed1210a9d72f32a6c8fda1818','Drop Not-Null Constraint (x2)','Make date_changed optional',NULL,'2.0.5','EXECUTED','111'),('metadatamapping-2016-08-04-1511','pgutkowski','liquibase.xml','2017-01-01 22:27:43','3:c1b2ddc265e77e5aa2e8b451c6cff0d6','Create Table, Add Foreign Key Constraint (x3)','Create metadata set table',NULL,'2.0.5','EXECUTED','112'),('metadatamapping-2016-08-04-1513','pgutkowski','liquibase.xml','2017-01-01 22:27:44','3:9829aa464b001eb83b643458212a6830','Create Table, Add Unique Constraint, Add Foreign Key Constraint (x4)','Create metadata set member table',NULL,'2.0.5','EXECUTED','113'),('metadatamapping-2016-08-05-8000','adamgrzybkowski','liquibase.xml','2017-01-01 22:27:44','3:14072571a00d5701199916b43d6e1568','Drop Not-Null Constraint','Make name optional',NULL,'2.0.5','EXECUTED','114'),('metadatasharing_create_table_exported_package','Dmytro Trifonov','liquibase.xml','2016-07-29 15:23:15','3:cd6f473e1eef04494f47fbaaff70a52f','Create Table, Create Index','Create table metadatasharing_exported_package',NULL,'2.0.5','MARK_RAN','100'),('metadatasharing_create_table_imported_item','Dmytro Trifonov','liquibase.xml','2016-07-29 15:23:15','3:412a3292ac3cc3f3d27fd8334df634c3','Create Table, Create Index','Create table metadatasharing_imported_item',NULL,'2.0.5','MARK_RAN','102'),('metadatasharing_create_table_imported_package','Dmytro Trifonov','liquibase.xml','2016-07-29 15:23:15','3:582520a49887eb6fd3e36592693e0730','Create Table, Create Index','Create table metadatasharing_imported_package',NULL,'2.0.5','MARK_RAN','101'),('modify-auditlogtable-201705231230','Shashi','liquibase.xml','2017-11-11 23:54:57','3:48c64858d1d344114d1cb3c99c905aa2','Custom SQL','',NULL,'2.0.5','EXECUTED','101'),('obsRelationship-ForeignKey-Update-201611151430','Santhosh, Chethan','liquibase.xml','2017-11-11 23:55:05','3:22ee0dcc491084e5c20ebdeeeabc4881','Custom SQL','Update the foreign key constrain on obs_relationship, Consider user_id(users) for foreign key reference instead of person_id(person)',NULL,'2.0.5','EXECUTED','101'),('openerp-atomfeed-client-201401061540','sush,banka','liquibase.xml','2014-09-18 14:32:23','3:2d4b738b930a87d6cdad91babb422f33','Insert Row (x2)','',NULL,'2.0.5','EXECUTED','100'),('openerp-atomfeed-client-201401091523','sush','liquibase.xml','2014-09-18 14:32:23','3:1bd9aba3bb7fc5567c83a2323ba5de1c','Insert Row','',NULL,'2.0.5','EXECUTED','101'),('openerp-atomfeed-client-201401281406','tw','liquibase.xml','2014-09-18 14:32:23','3:12105009de6f0575c46df9d670d68081','Custom SQL','',NULL,'2.0.5','MARK_RAN','102'),('openerp-atomfeed-client-201401281407','tw','liquibase.xml','2014-09-18 14:32:23','3:ae7a643b1262305c113ff297318e92aa','Custom SQL','',NULL,'2.0.5','MARK_RAN','103'),('openerp-atomfeed-client-201402131804','tw','liquibase.xml','2014-09-18 14:32:23','3:e3f30919527e147f1f6966acec558bab','Delete Data','',NULL,'2.0.5','EXECUTED','104'),('openerp-atomfeed-client-201402131819','tw','liquibase.xml','2014-09-18 14:32:23','3:86318498bf39d7915d9453702ff1f902','Custom SQL','',NULL,'2.0.5','EXECUTED','105'),('openerp-atomfeed-client-201409101233','Chethan, D3','liquibase.xml','2014-09-18 14:33:58','3:d0e7aadc45b3a358151dce6ada996e3d','Custom SQL','Add new visit type PHARMACY VISIT',NULL,'2.0.5','EXECUTED','100'),('openmrs-atomfeed-offset-marker-20150909122334','tw','liquibase.xml','2015-10-08 15:15:51','3:4c78c5cce276151886c80a0c39001a2a','Insert Row','',NULL,'2.0.5','EXECUTED','101'),('org.ict4h.openmrs-atomfeed-2013-03-01-18:30','ict4h','liquibase.xml','2014-09-18 14:17:40','3:1a7eeaf0e4a024076bfee8d326904ece','Create Table (x2), Modify data type, Set Column as Auto-Increment, Modify data type, Set Column as Auto-Increment','',NULL,'2.0.5','EXECUTED','100'),('org.ict4h.openmrs-atomfeed-2014-01-02-00:00','ict4h','liquibase.xml','2014-09-18 14:17:40','3:e8c753c38cfb25c50c4249ec84429e4c','Create Table','',NULL,'2.0.5','EXECUTED','101'),('org.ict4h.openmrs-atomfeed-2014-06-10-14:22','Chethan, Banka','liquibase.xml','2014-12-23 16:25:00','3:7cc0b59c613e76b2975cfc814419c85f','Insert Row','Adding global property for encounter feed publish url',NULL,'2.0.5','EXECUTED','100'),('providermanagement-1','bgeVam','liquibase.xml','2017-01-01 22:27:36','3:e34c72cdc1f5a95e3f3c002fe43cd6c2','Create Table','create table provider role',NULL,'2.0.5','MARK_RAN','100'),('providermanagement-2a','pgutkowski','liquibase.xml','2017-01-01 22:27:36','3:4fb0e1e96548f943e10f077f8775025b','Add Column','add provider role id to table provider',NULL,'2.0.5','MARK_RAN','101'),('providermanagement-2b','pgutkowski','liquibase.xml','2017-01-01 22:27:37','3:b7c86a9c3a4006cbfbe21a0db6bb39fb','Add Foreign Key Constraint','use provider role id from table provider as foreign key',NULL,'2.0.5','MARK_RAN','102'),('providermanagement-3','bgeVam','liquibase.xml','2017-01-01 22:27:37','3:932a4a80377ed4f20e68dd642a2ec10a','Create Table, Add Foreign Key Constraint (x2)','create table providermanagement_provider_role_relationship_type',NULL,'2.0.5','MARK_RAN','103'),('providermanagement-4','bgeVam','liquibase.xml','2017-01-01 22:27:37','3:6f45d0195a24eabaae536b77db610c95','Create Table, Add Foreign Key Constraint (x2)','create table providermanagement_provider_role_supervisee_provider_role',NULL,'2.0.5','MARK_RAN','104'),('providermanagement-5','bgeVam','liquibase.xml','2017-01-01 22:27:37','3:1bd712ee9fe9cfe4072401a2b4480205','Create Table, Add Foreign Key Constraint (x2)','create table providermanagement_provider_role_provider_attribute_type',NULL,'2.0.5','MARK_RAN','105'),('providermanagement-6','bgeVam','liquibase.xml','2017-01-01 22:27:37','3:bbc82803f522fd1127493417fe0f3000','Create Table, Add Foreign Key Constraint','create table providermanagement_provider_suggestion',NULL,'2.0.5','MARK_RAN','106'),('providermanagement-7','bgeVam','liquibase.xml','2017-01-01 22:27:37','3:923169cf831e2488ab2f13f2192e66f9','Create Table, Add Foreign Key Constraint','create table providermanagement_supervision_suggestion',NULL,'2.0.5','MARK_RAN','107'),('providermanagement-8','bgeVam','liquibase.xml','2017-01-01 22:27:37','3:a61d6b3d3ae4c772bbb58bee782b2bb1','Insert Row','insert in relationship_type',NULL,'2.0.5','EXECUTED','108'),('RA-354-create-allergy-table-rev1','fbiedrzycki','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:5a23c0e356b4fc9ec6614f7457b60ecf','Create Table, Add Foreign Key Constraint (x6)','Create allergy table',NULL,'2.0.5','EXECUTED','112'),('RA-355-create-allergy-reaction-table','fbiedrzycki','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:3d7654bdf6720157c7e2b091d81b380c','Create Table, Add Foreign Key Constraint (x2)','Create allergy_reaction table',NULL,'2.0.5','EXECUTED','113'),('RA-360-Add-allergy-status-to-patient-2','rpuzdrowski','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:4145b719c9b9400f5557e081bdcd75d8','Add Column','Add allergy_status field to the patient table',NULL,'2.0.5','EXECUTED','114'),('reporting_id_set_cleanup','mseaton','liquibase.xml','2014-09-18 14:27:30','3:01cd3b88ed5e29b64b55d614d419cd2b','Drop Table','Removing reporting_idset table that is no longer used',NULL,'2.0.5','MARK_RAN','116'),('reporting_migration_1','mseaton','liquibase.xml','2014-09-18 14:27:30','3:f6ea0df533cc324ea0d6275d72980c78','Custom SQL (x2)','Remove OpenMRS scheduled tasks produced by the reporting module',NULL,'2.0.5','EXECUTED','114'),('reporting_migration_2','mseaton','liquibase.xml','2014-09-18 14:27:30','3:4fb91f1875cf874314393aa47c71ca83','Custom SQL','Rename the default web renderer',NULL,'2.0.5','EXECUTED','115'),('reporting_report_design_1','mseaton','liquibase.xml','2014-09-18 14:27:28','3:482e8981e0dce9476eaf481167719579','Create Table, Add Foreign Key Constraint (x4)','Create table to persist report design specifications',NULL,'2.0.5','EXECUTED','100'),('reporting_report_design_2','mseaton','liquibase.xml','2014-09-18 14:27:28','3:027dbe5aeecbd08ecb7b5986a25307de','Add Column, Custom SQL','',NULL,'2.0.5','EXECUTED','101'),('reporting_report_design_3','mseaton','liquibase.xml','2014-09-18 14:27:28','3:8cac36c2cf24b842b8add2a5cfbb0df1','Custom SQL','',NULL,'2.0.5','EXECUTED','102'),('reporting_report_design_4','mseaton','liquibase.xml','2014-09-18 14:27:28','3:bddba97d81d6daa7fd6fbb478897fd84','Drop Foreign Key Constraint','',NULL,'2.0.5','EXECUTED','103'),('reporting_report_design_5','mseaton','liquibase.xml','2014-09-18 14:27:29','3:e7dbeb93443f14c60ed2e7cd6aa1e94f','Create Index','',NULL,'2.0.5','EXECUTED','104'),('reporting_report_design_6','mseaton','liquibase.xml','2014-09-18 14:27:29','3:e37eef4a9c8063b4abdb8481dd8fe5f8','Drop Column','Step 4 in changing reporting_report_design to reference report definition\n by uuid rather than id, in order to not tie it directly to the serialized object table\n Drop report_definition_id column',NULL,'2.0.5','EXECUTED','105'),('reporting_report_design_resource_1','mseaton','liquibase.xml','2014-09-18 14:27:30','3:9b1f111c165c213fa2cecc37d87ed843','Create Table, Add Foreign Key Constraint (x4)','Create table to persist report design resources',NULL,'2.0.5','EXECUTED','106'),('reporting_report_processor_1','mseaton','liquibase.xml','2014-09-18 14:27:30','3:bc9b147af791381ff5a98a7786f7d638','Create Table, Add Foreign Key Constraint (x3)','Create tables to persist report processors',NULL,'2.0.5','EXECUTED','110'),('reporting_report_processor_2','mseaton','liquibase.xml','2014-09-18 14:27:30','3:9060cd2b9fc7c9a24155302d97123fc8','Drop Table','Drop the reporting_report_request_processor table (creation of this table was done\n in the old sqldiff and not ported over to liquibase, as it is not needed. this\n changeset serves only to clean it up and delete it if is still exists',NULL,'2.0.5','MARK_RAN','111'),('reporting_report_processor_3','mseaton','liquibase.xml','2014-09-18 14:27:30','3:2a2278e80933adb538d8c308eb812337','Add Column, Add Foreign Key Constraint','Update reporting_report_processor table to have report_design_id column',NULL,'2.0.5','EXECUTED','112'),('reporting_report_processor_4','mseaton','liquibase.xml','2014-09-18 14:27:30','3:3073b9e397f194eb5f16906f36e9c474','Add Column, Custom SQL','Update reporting_report_processor table to have processor_mode column\n and set the value to automatic for all processors that were previously created',NULL,'2.0.5','EXECUTED','113'),('reporting_report_request_1','mseaton','liquibase.xml','2014-09-18 14:27:30','3:4d336ce27e1366ee39ea2b0c069e4491','Create Table, Add Foreign Key Constraint','Create tables to persist a report request and save reports',NULL,'2.0.5','EXECUTED','107'),('reporting_report_request_2','mseaton','liquibase.xml','2014-09-18 14:27:30','3:90834d1a3dc8b3c1f4109579c9a5b954','Add Column','Add a schedule property to ReportRequest',NULL,'2.0.5','EXECUTED','108'),('reporting_report_request_3','mseaton','liquibase.xml','2014-09-18 14:27:30','3:8e88f53150534221e9c32cd0e2c94706','Add Column','Add processAutomatically boolean to ReportRequest',NULL,'2.0.5','EXECUTED','109'),('reporting_report_request_4','mseaton','liquibase.xml','2016-05-05 13:13:34','3:e93012ef325cc3aff1c92f0ba78424a8','Add Column','Add minimum_days_to_preserve property to ReportRequest',NULL,'2.0.5','EXECUTED','100'),('Reports-022420151643','Chethan, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:2018ee5e6f302d5ced1959cd9b8d9864','Create View','Creating view concept',NULL,'2.0.5','EXECUTED','100'),('Reports-022520150918','Chethan, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:007a29319eb80d45802cc8277ce2e11d','Create View','Creating view coded obs',NULL,'2.0.5','EXECUTED','101'),('Reports-022520150925','Chethan, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:17249f3c763117ffb20291c87ea68c01','Create View','Creating view valid coded obs',NULL,'2.0.5','EXECUTED','102'),('Reports-022620151602','Chethan, Sravanthi','liquibase.xml','2015-03-24 15:26:20','3:a51daaeaebdb02a9dbb3259c33058f0c','Create Table','Creating table for reporting age group',NULL,'2.0.5','EXECUTED','103'),('Reports-030320150910','Hemanth, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:94c15725a06f068ba111d3a8065c2ea6','Create View','encounter_view',NULL,'2.0.5','EXECUTED','104'),('Reports-030320150911','Hemanth, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:28216e5fe4d651dd2f492e14151bbc5c','Create View','patient_diagnosis_view',NULL,'2.0.5','EXECUTED','105'),('Reports-030320150912','Hemanth, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:923e0c0ee265eb5f9d4e218a5b49995f','Create View','confirmed_patient_diagnosis_view',NULL,'2.0.5','EXECUTED','106'),('Reports-030320150913','Hemanth, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:c2efbb6b9e9b6bc9388f4388748da9e0','Create View','concept_reference_term_map_view',NULL,'2.0.5','EXECUTED','107'),('Reports-030320150914','Hemanth, Shruthi','liquibase.xml','2015-03-24 15:26:20','3:ee7e0a8c06e993ff02e6d8dd8ac4e4a3','Create View','diagnosis_concept_view',NULL,'2.0.5','EXECUTED','108'),('Reports-032120151601','Mujir, Vinay','liquibase.xml','2015-03-24 15:26:20','3:729a0a3ce73b1bcd8bf4383727a32c17','Create View','Creating confirmed diagnosis view',NULL,'2.0.5','EXECUTED','110'),('Reports-120321051703','Divya, Hemanth','liquibase.xml','2015-03-24 15:26:20','3:32ea63d97ded7785aa7ec7e6cc6cc70a','Custom SQL, Create Procedure','stored procedure (setVisitStatusAttribute) to set visitStatus as visit attribute',NULL,'2.0.5','EXECUTED','109'),('Reports-170220160438','Hemanth','liquibase.xml','2016-05-05 13:06:52','3:c2e836c31b0cb6d8e122432e04742929','Custom SQL','Creating a openmrs user for reports',NULL,'2.0.5','EXECUTED','100'),('Reports-170220160455','Hemanth','liquibase.xml','2016-05-05 13:06:52','3:316a4df8affa916fc9a2865268f7a7c0','Custom SQL','Add roles to Reports user',NULL,'2.0.5','EXECUTED','101'),('Reports-201511251755','Mahesh','liquibase.xml','2015-12-03 15:34:17','3:2c425c23a2bab0d91baa45b4a3059749','Create Table','Creating table for reporting concept range group',NULL,'2.0.5','EXECUTED','100'),('Reports-2211201660456','Ravindra, Salauddin','liquibase.xml','2017-01-01 22:29:39','3:296f9039ad6622654606f98b3828fa42','Custom SQL (x2)','',NULL,'2.0.5','EXECUTED','100'),('TRUNK-3422-20160216-1700','Wyclif','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:a517d5e30d3814f5b186cbc93aa359de','Insert Row','Add \"Get Visits\" privilege',NULL,'2.0.5','MARK_RAN','126'),('TRUNK-3422-20160216-1701','Wyclif','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:e5e5b2b92bbceeb4041166cd3b86803e','Insert Row','Add \"Get Providers\" privilege',NULL,'2.0.5','MARK_RAN','127'),('TRUNK-3422-20160216-1702','Wyclif','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:694bfb4f761bc423576faf8bb32354ab','Insert Row','Add \"Add Visits\" privilege',NULL,'2.0.5','MARK_RAN','128'),('TRUNK-3422-20160216-1703','PralayRamteke','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:2188e5d96b696afc752217843a7fa697','Custom SQL','Add \"Get Visits\" privilege to the roles having \"Get Encounter\"',NULL,'2.0.5','EXECUTED','129'),('TRUNK-3422-20160216-1704','PralayRamteke','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:13b334dbd8fba2fea886d1c9aab40e16','Custom SQL','Add \"Get Providers\" privilege to the roles having \"Get Encounter\"',NULL,'2.0.5','EXECUTED','130'),('TRUNK-3422-20160216-1705','Wyclif','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:3a0b65a0166f9f5e205078dd7606dd8d','Custom SQL','Add \"Add Visits\" privilege to the roles having \"Add Encounters\"',NULL,'2.0.5','EXECUTED','131'),('TRUNK-3422-20160216-1706','Wyclif','liquibase-update-to-latest.xml','2017-01-01 22:26:55','3:104cd0df5fa332f59097b421cf67795f','Custom SQL','Add \"Add Visits\" privilege to the roles having \"Edit Encounters\"',NULL,'2.0.5','EXECUTED','132'),('TRUNK-4548-MigrateAllergiesChangeSet1','dkayiwa','liquibase-update-to-latest.xml','2017-01-01 22:26:52','3:aa4d81dae6a9f0ee7e6f032634cc266d','Custom Change','Custom changeset to migrate allergies from old to new tables',NULL,'2.0.5','MARK_RAN','115'),('TRUNK-4730-20161114-1000','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:62b146aa86146bb14bc3bc7b1c705aa9','Add Column','Adding \"date_changed\" column to concept_class table',NULL,'2.0.5','EXECUTED','130'),('TRUNK-4730-20161114-1001','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:7c0a2b9028c8cec6754137b57eea7679','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_class table',NULL,'2.0.5','EXECUTED','131'),('TRUNK-4730-20161114-1002','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:3e65004b18d936106d5bde6b0ea55bb1','Add Column','Adding \"date_changed\" column to concept_reference_source table',NULL,'2.0.5','EXECUTED','132'),('TRUNK-4730-20161114-1003','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:39','3:fb69c3c8d05211bef1e0d75ae0a47b4a','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_reference_source table',NULL,'2.0.5','EXECUTED','133'),('TRUNK-4730-20161114-1004','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:a07427f74905fa577c4601221930d725','Add Column','Adding \"date_changed\" column to concept_name table',NULL,'2.0.5','EXECUTED','134'),('TRUNK-4730-20161114-1005','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:99c37b211b61a9efba269e58eb60bed6','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_name table',NULL,'2.0.5','EXECUTED','135'),('TRUNK-4730-20161114-1006','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:a85f556338aa3e6e03322bd63f8db81f','Add Column','Adding \"date_changed\" column to concept_name_tag table',NULL,'2.0.5','EXECUTED','136'),('TRUNK-4730-20161114-1007','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:bacd34ef4db389f4da020914b0dbde6f','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_name_tag table',NULL,'2.0.5','EXECUTED','137'),('TRUNK-4730-20161114-1008','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:d7d662407f5718e827b2636e8416424c','Add Column','Adding \"date_changed\" column to form_resource table',NULL,'2.0.5','EXECUTED','138'),('TRUNK-4730-20161114-1009','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:603a102bfb608bfacfeb710d63979c48','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to form_resource table',NULL,'2.0.5','EXECUTED','139'),('TRUNK-4730-20161114-1010','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:7b799528f45de29dff19faf4d8bfa946','Add Column','Adding \"date_changed\" column to global_property table',NULL,'2.0.5','EXECUTED','140'),('TRUNK-4730-20161114-1011','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:40','3:c4fffce5ad9022ba2dd6c3d8152e93e2','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to global_property table',NULL,'2.0.5','EXECUTED','141'),('TRUNK-4730-20161114-1012','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:7edc9ff6ca71d10f9056532c4430ff1e','Add Column','Adding \"date_changed\" column to patient_identifier_type table',NULL,'2.0.5','EXECUTED','142'),('TRUNK-4730-20161114-1013','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:8447b5cafb407b33d3ebfe86d351b283','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to patient_identifier_type table',NULL,'2.0.5','EXECUTED','143'),('TRUNK-4730-20161114-1014','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:5a08fbafcd35bb78d0660135d4bc09b3','Add Column','Adding \"date_changed\" column to relationship_type table',NULL,'2.0.5','EXECUTED','144'),('TRUNK-4730-20161114-1015','manuelagrindei','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:bf16d180e5f0f2e5ccb08bed8a614e52','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to relationship_type table',NULL,'2.0.5','EXECUTED','145'),('TRUNK-4936-20160930-1000','teleivo','liquibase-update-to-latest.xml','2017-11-11 23:52:33','3:f6d113831fa983aa3b91df534c8b4194','Add Column, Add Unique Constraint','Add unique_id column to concept_reference_source',NULL,'2.0.5','EXECUTED','102'),('TRUNK-4976-20170403-1','darius','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:bc865b90609f6ac5e9cbfee7fc974ed1','Add Column','Adding \"status\" column to obs table',NULL,'2.0.5','EXECUTED','146'),('TRUNK-4976-20170403-2','darius','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:b4f92f9e87648f18756c99ead810c931','Add Column','Adding \"interpretation\" column to obs table',NULL,'2.0.5','EXECUTED','147'),('TRUNK-5140-20170404-1000','Shruthi,Salauddin','liquibase-update-to-latest.xml','2017-11-11 23:52:41','3:1981ba100fac3806c9e8116164bae361','Modify data type','Modify column length to 1000 from 255',NULL,'2.0.5','EXECUTED','148'),('uiframework-20120913-2055','wyclif','liquibase.xml','2014-09-18 14:18:00','3:af5797791243753415f969b558c9a917','Create Table','Adding uiframework_page_view table',NULL,'2.0.5','EXECUTED','100'); +/*!40000 ALTER TABLE `liquibasechangelog` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `liquibasechangeloglock` +-- + +DROP TABLE IF EXISTS `liquibasechangeloglock`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `liquibasechangeloglock` ( + `ID` int(11) NOT NULL, + `LOCKED` tinyint(1) NOT NULL, + `LOCKGRANTED` datetime DEFAULT NULL, + `LOCKEDBY` varchar(255) DEFAULT NULL, + PRIMARY KEY (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `liquibasechangeloglock` +-- + +LOCK TABLES `liquibasechangeloglock` WRITE; +/*!40000 ALTER TABLE `liquibasechangeloglock` DISABLE KEYS */; +INSERT INTO `liquibasechangeloglock` VALUES (1,0,NULL,NULL); +/*!40000 ALTER TABLE `liquibasechangeloglock` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `location` +-- + +DROP TABLE IF EXISTS `location`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `location` ( + `location_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `description` varchar(255) DEFAULT NULL, + `address1` varchar(255) DEFAULT NULL, + `address2` varchar(255) DEFAULT NULL, + `city_village` varchar(255) DEFAULT NULL, + `state_province` varchar(255) DEFAULT NULL, + `postal_code` varchar(50) DEFAULT NULL, + `country` varchar(50) DEFAULT NULL, + `latitude` varchar(50) DEFAULT NULL, + `longitude` varchar(50) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `county_district` varchar(255) DEFAULT NULL, + `address3` varchar(255) DEFAULT NULL, + `address4` varchar(255) DEFAULT NULL, + `address5` varchar(255) DEFAULT NULL, + `address6` varchar(255) DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `parent_location` int(11) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `address7` varchar(255) DEFAULT NULL, + `address8` varchar(255) DEFAULT NULL, + `address9` varchar(255) DEFAULT NULL, + `address10` varchar(255) DEFAULT NULL, + `address11` varchar(255) DEFAULT NULL, + `address12` varchar(255) DEFAULT NULL, + `address13` varchar(255) DEFAULT NULL, + `address14` varchar(255) DEFAULT NULL, + `address15` varchar(255) DEFAULT NULL, + PRIMARY KEY (`location_id`), + UNIQUE KEY `location_uuid_index` (`uuid`), + KEY `name_of_location` (`name`), + KEY `location_retired_status` (`retired`), + KEY `user_who_created_location` (`creator`), + KEY `user_who_retired_location` (`retired_by`), + KEY `parent_location` (`parent_location`), + KEY `location_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `location` +-- + +LOCK TABLES `location` WRITE; +/*!40000 ALTER TABLE `location` DISABLE KEYS */; +INSERT INTO `location` VALUES (1,'Unknown Location',NULL,'','','','','','',NULL,NULL,1,'2005-09-22 00:00:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'8d6c993e-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Ganiyari','Ganiyari hospital',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2014-09-18 00:00:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'c1e42932-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Subcenter 2 (SEM)','Subcenter 2 (SEM)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2014-09-18 00:00:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'c1e4950f-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Subcenter 3 (SIV)','Subcenter 3 (SIV)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2014-09-18 00:00:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'c1ebb8db-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'Subcenter 1 (BAM)','Subcenter 1 (BAM)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2014-09-18 00:00:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'c1f25be5-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'Registration Desk',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2014-09-18 14:34:18',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,'c5854fd7-3f12-11e4-adec-0800271c1b75',4,'2016-07-29 15:26:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'OPD-1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2014-09-18 14:34:18',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,'c58e12ed-3f12-11e4-adec-0800271c1b75',4,'2016-07-29 15:26:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'General Ward','General Ward',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2015-03-24 18:30:22',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,'baf7bd38-d225-11e4-9c67-080027b662ec',4,'2016-07-29 15:26:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'General Ward Room 1','1st Floor of General Ward',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2015-03-24 18:30:22',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,9,'baf83667-d225-11e4-9c67-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'Labour Ward','General Ward',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2015-03-24 18:30:22',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,'bb0e512e-d225-11e4-9c67-080027b662ec',4,'2016-07-29 15:26:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'Labour Ward - 1','1st Floor of General Ward',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2015-03-24 18:30:22',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,11,'bb0eb071-d225-11e4-9c67-080027b662ec',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,'General Ward - Room 2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2015-11-02 05:47:24',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,9,'e48fb2b3-d490-11e5-b193-0800270d80ce',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `location` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `location_attribute` +-- + +DROP TABLE IF EXISTS `location_attribute`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `location_attribute` ( + `location_attribute_id` int(11) NOT NULL AUTO_INCREMENT, + `location_id` int(11) NOT NULL, + `attribute_type_id` int(11) NOT NULL, + `value_reference` text NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`location_attribute_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `location_attribute_location_fk` (`location_id`), + KEY `location_attribute_attribute_type_id_fk` (`attribute_type_id`), + KEY `location_attribute_creator_fk` (`creator`), + KEY `location_attribute_changed_by_fk` (`changed_by`), + KEY `location_attribute_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `location_attribute` +-- + +LOCK TABLES `location_attribute` WRITE; +/*!40000 ALTER TABLE `location_attribute` DISABLE KEYS */; +INSERT INTO `location_attribute` VALUES (1,2,1,'GAN','c1e46f27-3f10-11e4-adec-0800271c1b75',1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(2,3,1,'SEM','c1e4e4a5-3f10-11e4-adec-0800271c1b75',1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(3,4,1,'SIV','c1f23319-3f10-11e4-adec-0800271c1b75',1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL),(4,5,1,'BAM','c1f2a697-3f10-11e4-adec-0800271c1b75',1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `location_attribute` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `location_attribute_type` +-- + +DROP TABLE IF EXISTS `location_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `location_attribute_type` ( + `location_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `min_occurs` int(11) NOT NULL, + `max_occurs` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`location_attribute_type_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `location_attribute_type_unique_name` (`name`), + KEY `location_attribute_type_creator_fk` (`creator`), + KEY `location_attribute_type_changed_by_fk` (`changed_by`), + KEY `location_attribute_type_retired_by_fk` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `location_attribute_type` +-- + +LOCK TABLES `location_attribute_type` WRITE; +/*!40000 ALTER TABLE `location_attribute_type` DISABLE KEYS */; +INSERT INTO `location_attribute_type` VALUES (1,'IdentifierSourceName','Identifier source name of the source that needs to be used for patients coming from this location','org.openmrs.customdatatype.datatype.FreeTextDatatype',NULL,NULL,NULL,0,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c1e403a0-3f10-11e4-adec-0800271c1b75'); +/*!40000 ALTER TABLE `location_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `location_encounter_type_map` +-- + +DROP TABLE IF EXISTS `location_encounter_type_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `location_encounter_type_map` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `location_id` int(11) NOT NULL, + `encounter_type_id` int(11) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `date_voided` datetime DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `location_encounter_type_map_location_id_fk` (`location_id`), + KEY `location_encounter_type_map_encounter_type_id_fk` (`encounter_type_id`), + KEY `location_encounter_type_map_creator_fk` (`creator`), + KEY `location_encounter_type_map_changed_by_fk` (`changed_by`), + KEY `location_encounter_type_map_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `location_encounter_type_map` +-- + +LOCK TABLES `location_encounter_type_map` WRITE; +/*!40000 ALTER TABLE `location_encounter_type_map` DISABLE KEYS */; +INSERT INTO `location_encounter_type_map` VALUES (1,7,2,1,'2014-09-18 14:34:18',NULL,NULL,'c58ded97-3f12-11e4-adec-0800271c1b75',0,NULL,NULL,NULL),(2,8,1,1,'2014-09-18 14:34:18',NULL,NULL,'c58e8f70-3f12-11e4-adec-0800271c1b75',0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `location_encounter_type_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `location_tag` +-- + +DROP TABLE IF EXISTS `location_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `location_tag` ( + `location_tag_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + PRIMARY KEY (`location_tag_id`), + UNIQUE KEY `location_tag_uuid_index` (`uuid`), + KEY `location_tag_creator` (`creator`), + KEY `location_tag_retired_by` (`retired_by`), + KEY `location_tag_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `location_tag` +-- + +LOCK TABLES `location_tag` WRITE; +/*!40000 ALTER TABLE `location_tag` DISABLE KEYS */; +INSERT INTO `location_tag` VALUES (1,'Login Location','When a user logs in and chooses a session location, they may only choose one with this tag',2,'2014-09-18 14:28:23',0,NULL,NULL,NULL,'b8bbf83e-645f-451f-8efe-a0db56f09676',NULL,NULL),(2,'Admission Location','General Ward Patients',2,'2015-03-24 18:29:47',0,NULL,NULL,NULL,'a675e840-d225-11e4-9c67-080027b662ec',NULL,NULL),(3,'Visit Location','Visit Location',1,'2016-07-29 15:23:19',0,NULL,NULL,NULL,'475d8fa3-5572-11e6-8be9-0800270d80ce',NULL,NULL),(4,'Appointment Location','When a user user creates a appointment service and chooses a location, they may only choose one with this tag',1,'2017-11-11 23:55:05',0,NULL,NULL,NULL,'a3e05b0e-c70d-11e7-aa2b-8e7070d6a3d1',NULL,NULL); +/*!40000 ALTER TABLE `location_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `location_tag_map` +-- + +DROP TABLE IF EXISTS `location_tag_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `location_tag_map` ( + `location_id` int(11) NOT NULL, + `location_tag_id` int(11) NOT NULL, + PRIMARY KEY (`location_id`,`location_tag_id`), + KEY `location_tag_map_tag` (`location_tag_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `location_tag_map` +-- + +LOCK TABLES `location_tag_map` WRITE; +/*!40000 ALTER TABLE `location_tag_map` DISABLE KEYS */; +INSERT INTO `location_tag_map` VALUES (3,1),(5,1),(7,1),(8,1),(9,1),(11,1),(9,2),(10,2),(11,2),(12,2),(2,3),(3,3),(5,3); +/*!40000 ALTER TABLE `location_tag_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `logic_rule_definition` +-- + +DROP TABLE IF EXISTS `logic_rule_definition`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `logic_rule_definition` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `rule_content` varchar(2048) NOT NULL, + `language` varchar(255) NOT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL DEFAULT '0002-11-30 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` smallint(6) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `name` (`name`), + KEY `creator_idx` (`creator`), + KEY `changed_by_idx` (`changed_by`), + KEY `retired_by_idx` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `logic_rule_definition` +-- + +LOCK TABLES `logic_rule_definition` WRITE; +/*!40000 ALTER TABLE `logic_rule_definition` DISABLE KEYS */; +/*!40000 ALTER TABLE `logic_rule_definition` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `logic_rule_token` +-- + +DROP TABLE IF EXISTS `logic_rule_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `logic_rule_token` ( + `logic_rule_token_id` int(11) NOT NULL AUTO_INCREMENT, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0002-11-30 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `token` varchar(512) NOT NULL, + `class_name` varchar(512) NOT NULL, + `state` varchar(512) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`logic_rule_token_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `token_creator` (`creator`), + KEY `token_changed_by` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `logic_rule_token` +-- + +LOCK TABLES `logic_rule_token` WRITE; +/*!40000 ALTER TABLE `logic_rule_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `logic_rule_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `logic_rule_token_tag` +-- + +DROP TABLE IF EXISTS `logic_rule_token_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `logic_rule_token_tag` ( + `logic_rule_token_id` int(11) NOT NULL, + `tag` varchar(512) NOT NULL, + KEY `token_tag` (`logic_rule_token_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `logic_rule_token_tag` +-- + +LOCK TABLES `logic_rule_token_tag` WRITE; +/*!40000 ALTER TABLE `logic_rule_token_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `logic_rule_token_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `logic_token_registration` +-- + +DROP TABLE IF EXISTS `logic_token_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `logic_token_registration` ( + `token_registration_id` int(11) NOT NULL AUTO_INCREMENT, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0002-11-30 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `token` varchar(512) NOT NULL, + `provider_class_name` varchar(512) NOT NULL, + `provider_token` varchar(512) NOT NULL, + `configuration` varchar(2000) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`token_registration_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `token_registration_creator` (`creator`), + KEY `token_registration_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `logic_token_registration` +-- + +LOCK TABLES `logic_token_registration` WRITE; +/*!40000 ALTER TABLE `logic_token_registration` DISABLE KEYS */; +INSERT INTO `logic_token_registration` VALUES (1,2,'2013-05-28 19:03:29',NULL,NULL,'encounterLocation','org.openmrs.logic.datasource.EncounterDataSource','encounterLocation','encounterLocation','4c835b90-5151-4b82-b2cb-8785099129a3'),(2,2,'2013-05-28 19:03:29',NULL,NULL,'encounterProvider','org.openmrs.logic.datasource.EncounterDataSource','encounterProvider','encounterProvider','c5eeaa1e-11ab-41e2-8d76-caff090a2c03'),(3,2,'2013-05-28 19:03:29',NULL,NULL,'encounter','org.openmrs.logic.datasource.EncounterDataSource','encounter','encounter','ed6031a4-66e5-40f5-92be-158d4bcf2d9d'),(4,2,'2013-05-28 19:03:29',NULL,NULL,'identifier','org.openmrs.logic.datasource.PatientDataSource','identifier','identifier','25d632f1-d560-41c4-9562-4b4c1fc8c8fd'),(5,2,'2013-05-28 19:03:29',NULL,NULL,'family name','org.openmrs.logic.datasource.PersonDataSource','family name','family name','8c668c6a-1d0f-46c6-b7b0-979e959d687b'),(6,2,'2013-05-28 19:03:29',NULL,NULL,'middle name','org.openmrs.logic.datasource.PersonDataSource','middle name','middle name','7c26dbd0-371f-4e46-bbcc-624bb222639f'),(7,2,'2013-05-28 19:03:29',NULL,NULL,'death date','org.openmrs.logic.datasource.PersonDataSource','death date','death date','cc689b40-d6a3-45dd-abf1-161038aafe86'),(8,2,'2013-05-28 19:03:29',NULL,NULL,'birthdate','org.openmrs.logic.datasource.PersonDataSource','birthdate','birthdate','85f4be97-5df0-4cec-8c60-e236fe01dcda'),(9,2,'2013-05-28 19:03:29',NULL,NULL,'cause of death','org.openmrs.logic.datasource.PersonDataSource','cause of death','cause of death','1e8299df-e6a2-4945-891f-b3e96968fd62'),(10,2,'2013-05-28 19:03:29',NULL,NULL,'birthdate estimated','org.openmrs.logic.datasource.PersonDataSource','birthdate estimated','birthdate estimated','f4e02141-25bf-42d0-a70e-92236dddeaeb'),(11,2,'2013-05-28 19:03:29',NULL,NULL,'gender','org.openmrs.logic.datasource.PersonDataSource','gender','gender','28711def-78f4-4040-84a8-806f941cf0ab'),(12,2,'2013-05-28 19:03:29',NULL,NULL,'family name2','org.openmrs.logic.datasource.PersonDataSource','family name2','family name2','33093a28-67eb-4b33-a918-b6dbfd1d9dd7'),(13,2,'2013-05-28 19:03:30',NULL,NULL,'dead','org.openmrs.logic.datasource.PersonDataSource','dead','dead','6d532f05-77d1-4084-82e6-aa1f85b81389'),(14,2,'2013-05-28 19:03:30',NULL,NULL,'given name','org.openmrs.logic.datasource.PersonDataSource','given name','given name','0012caba-bb43-49e3-8c9b-393e07b2dc68'),(15,2,'2013-05-28 19:03:30',NULL,NULL,'CURRENT STATE','org.openmrs.logic.datasource.ProgramDataSource','CURRENT STATE','CURRENT STATE','ac80d5af-e3e4-4f0f-a859-d267554c3be5'),(16,2,'2013-05-28 19:03:30',NULL,NULL,'PROGRAM ENROLLMENT','org.openmrs.logic.datasource.ProgramDataSource','PROGRAM ENROLLMENT','PROGRAM ENROLLMENT','66993824-2d70-4046-9f79-d58feb7ff768'),(17,2,'2013-05-28 19:03:30',NULL,NULL,'PROGRAM COMPLETION','org.openmrs.logic.datasource.ProgramDataSource','PROGRAM COMPLETION','PROGRAM COMPLETION','54b09b95-4f44-4527-a142-7b8750f5ea8f'); +/*!40000 ALTER TABLE `logic_token_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `logic_token_registration_tag` +-- + +DROP TABLE IF EXISTS `logic_token_registration_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `logic_token_registration_tag` ( + `token_registration_id` int(11) NOT NULL, + `tag` varchar(512) NOT NULL, + KEY `token_registration_tag` (`token_registration_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `logic_token_registration_tag` +-- + +LOCK TABLES `logic_token_registration_tag` WRITE; +/*!40000 ALTER TABLE `logic_token_registration_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `logic_token_registration_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `markers` +-- + +DROP TABLE IF EXISTS `markers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `markers` ( + `feed_uri` varchar(255) NOT NULL, + `last_read_entry_id` varchar(255) DEFAULT NULL, + `feed_uri_for_last_read_entry` varchar(255) DEFAULT NULL, + PRIMARY KEY (`feed_uri`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `markers` +-- + +LOCK TABLES `markers` WRITE; +/*!40000 ALTER TABLE `markers` DISABLE KEYS */; +/*!40000 ALTER TABLE `markers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatamapping_metadata_set` +-- + +DROP TABLE IF EXISTS `metadatamapping_metadata_set`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatamapping_metadata_set` ( + `metadata_set_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `description` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `date_retired` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`metadata_set_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `metadatamapping_metadata_set_creator` (`creator`), + KEY `metadatamapping_metadata_set_changed_by` (`changed_by`), + KEY `metadatamapping_metadata_set_retired_by` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatamapping_metadata_set` +-- + +LOCK TABLES `metadatamapping_metadata_set` WRITE; +/*!40000 ALTER TABLE `metadatamapping_metadata_set` DISABLE KEYS */; +INSERT INTO `metadatamapping_metadata_set` VALUES (1,NULL,NULL,2,'2017-11-11 23:55:40',NULL,NULL,0,NULL,NULL,NULL,'aec472b2-eaad-4ead-87b1-5f9ad9b085eb'); +/*!40000 ALTER TABLE `metadatamapping_metadata_set` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatamapping_metadata_set_member` +-- + +DROP TABLE IF EXISTS `metadatamapping_metadata_set_member`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatamapping_metadata_set_member` ( + `metadata_set_member_id` int(11) NOT NULL AUTO_INCREMENT, + `metadata_set_id` int(11) NOT NULL, + `metadata_class` varchar(1024) NOT NULL, + `metadata_uuid` varchar(38) NOT NULL, + `sort_weight` double DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `description` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `date_retired` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`metadata_set_member_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `metadatamapping_metadata_set_member_term_unique_within_set` (`metadata_set_id`,`metadata_uuid`), + KEY `metadatamapping_metadata_set_member_creator` (`creator`), + KEY `metadatamapping_metadata_set_member_changed_by` (`changed_by`), + KEY `metadatamapping_metadata_set_member_retired_by` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatamapping_metadata_set_member` +-- + +LOCK TABLES `metadatamapping_metadata_set_member` WRITE; +/*!40000 ALTER TABLE `metadatamapping_metadata_set_member` DISABLE KEYS */; +/*!40000 ALTER TABLE `metadatamapping_metadata_set_member` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatamapping_metadata_source` +-- + +DROP TABLE IF EXISTS `metadatamapping_metadata_source`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatamapping_metadata_source` ( + `metadata_source_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `date_retired` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`metadata_source_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `metadatamapping_metadata_source_name_unique` (`name`), + KEY `metadatamapping_metadata_source_creator` (`creator`), + KEY `metadatamapping_metadata_source_changed_by` (`changed_by`), + KEY `metadatamapping_metadata_source_retired_by` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatamapping_metadata_source` +-- + +LOCK TABLES `metadatamapping_metadata_source` WRITE; +/*!40000 ALTER TABLE `metadatamapping_metadata_source` DISABLE KEYS */; +INSERT INTO `metadatamapping_metadata_source` VALUES (1,'org.openmrs.module.emrapi','Source used to tag metadata used in the EMR API module',2,NULL,'2017-11-11 23:55:40',NULL,0,NULL,NULL,NULL,'e5cae429-291a-4026-a96d-f9e0e4e37646'); +/*!40000 ALTER TABLE `metadatamapping_metadata_source` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatamapping_metadata_term_mapping` +-- + +DROP TABLE IF EXISTS `metadatamapping_metadata_term_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatamapping_metadata_term_mapping` ( + `metadata_term_mapping_id` int(11) NOT NULL AUTO_INCREMENT, + `metadata_source_id` int(11) NOT NULL, + `code` varchar(255) NOT NULL, + `metadata_class` varchar(1024) DEFAULT NULL, + `metadata_uuid` varchar(38) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `description` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `date_retired` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`metadata_term_mapping_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `metadatamapping_metadata_term_code_unique_within_source` (`metadata_source_id`,`code`), + KEY `metadatamapping_metadata_term_mapping_creator` (`creator`), + KEY `metadatamapping_metadata_term_mapping_changed_by` (`changed_by`), + KEY `metadatamapping_metadata_term_mapping_retired_by` (`retired_by`), + KEY `metadatamapping_idx_mdtm_retired` (`retired`), + KEY `metadatamapping_idx_mdtm_mdclass` (`metadata_class`(255)), + KEY `metadatamapping_idx_mdtm_mdsource` (`metadata_source_id`), + KEY `metadatamapping_idx_mdtm_code` (`code`) +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatamapping_metadata_term_mapping` +-- + +LOCK TABLES `metadatamapping_metadata_term_mapping` WRITE; +/*!40000 ALTER TABLE `metadatamapping_metadata_term_mapping` DISABLE KEYS */; +INSERT INTO `metadatamapping_metadata_term_mapping` VALUES (1,1,'emr.extraPatientIdentifierTypes','org.openmrs.module.metadatamapping.MetadataSet','aec472b2-eaad-4ead-87b1-5f9ad9b085eb','emr.extraPatientIdentifierTypes',NULL,2,'2017-11-11 23:55:40',NULL,NULL,0,NULL,NULL,NULL,'a4886e4c-f7cc-46ae-a8f9-174fb6e753db'),(2,1,'emr.unknownLocation','org.openmrs.Location',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'6e538bd2-9961-4305-9922-b20fe53783ae'),(3,1,'emr.primaryIdentifierType','org.openmrs.PatientIdentifierType',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'e9382ba7-c179-447d-bbd6-a1fb7c1811d7'),(4,1,'emr.atFacilityVisitType','org.openmrs.VisitType',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'dfcabde5-fe56-4535-a217-5833c9af2c9e'),(5,1,'emr.orderingProviderEncounterRole','org.openmrs.EncounterRole',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'f3eaebde-338a-4dcb-8a83-0545975e8476'),(6,1,'emr.checkInClerkEncounterRole','org.openmrs.EncounterRole',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'e1083447-18b2-4229-a5a8-a954d49adb33'),(7,1,'emr.clinicianEncounterRole','org.openmrs.EncounterRole',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'1f936e3c-e007-423e-bad8-b4c333f824e5'),(8,1,'emr.checkInEncounterType','org.openmrs.EncounterType',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'0d53c1d2-ee67-41b4-a080-5741fc49a992'),(9,1,'emr.consultEncounterType','org.openmrs.EncounterType',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'9cce847e-cf4d-485f-9498-d81ab9382afd'),(10,1,'emr.visitNoteEncounterType','org.openmrs.EncounterType',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'54c1c84f-a340-4d24-a34d-7d1316b7dfc8'),(11,1,'emr.admissionEncounterType','org.openmrs.EncounterType','81da9590-3f10-11e4-adec-0800271c1b75',NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'6290636b-d78d-4103-b587-dd6937824e07'),(12,1,'emr.exitFromInpatientEncounterType','org.openmrs.EncounterType','81dd3390-3f10-11e4-adec-0800271c1b75',NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'a3b2c50e-a1a5-4ae3-9075-d14722d74955'),(13,1,'emr.transferWithinHospitalEncounterType','org.openmrs.EncounterType',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'fb7c8812-21e9-4483-be70-60fb4cc5e603'),(14,1,'emr.admissionForm','org.openmrs.Form',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'14cc9261-8bca-4084-961c-ece41031f120'),(15,1,'emr.exitFromInpatientForm','org.openmrs.Form',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'4d3d962e-3130-4539-9851-7e0fdb50c4f0'),(16,1,'emr.transferWithinHospitalForm','org.openmrs.Form',NULL,NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'53f63354-aa5a-474d-a8e9-c7a3ac598b53'),(17,1,'emr.unknownProvider','org.openmrs.module.providermanagement.Provider','f9badd80-ab76-11e2-9e96-0800200c9a66',NULL,NULL,2,'2017-11-11 23:55:41',NULL,NULL,0,NULL,NULL,NULL,'2a5a46c2-c440-494c-9d13-bbaaf29a2505'); +/*!40000 ALTER TABLE `metadatamapping_metadata_term_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatasharing_exported_package` +-- + +DROP TABLE IF EXISTS `metadatasharing_exported_package`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatasharing_exported_package` ( + `exported_package_id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `group_uuid` char(38) NOT NULL, + `version` int(11) NOT NULL, + `published` tinyint(1) NOT NULL, + `date_created` datetime NOT NULL, + `name` varchar(64) NOT NULL, + `description` varchar(256) NOT NULL, + `content` longblob, + PRIMARY KEY (`exported_package_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `group_uuid` (`group_uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatasharing_exported_package` +-- + +LOCK TABLES `metadatasharing_exported_package` WRITE; +/*!40000 ALTER TABLE `metadatasharing_exported_package` DISABLE KEYS */; +/*!40000 ALTER TABLE `metadatasharing_exported_package` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatasharing_imported_item` +-- + +DROP TABLE IF EXISTS `metadatasharing_imported_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatasharing_imported_item` ( + `imported_item_id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `classname` varchar(256) NOT NULL, + `existing_uuid` char(38) DEFAULT NULL, + `date_imported` datetime DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `import_type` tinyint(4) DEFAULT '0', + `assessed` tinyint(1) NOT NULL, + PRIMARY KEY (`imported_item_id`), + KEY `uuid` (`uuid`), + KEY `existing_uuid` (`existing_uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatasharing_imported_item` +-- + +LOCK TABLES `metadatasharing_imported_item` WRITE; +/*!40000 ALTER TABLE `metadatasharing_imported_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `metadatasharing_imported_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `metadatasharing_imported_package` +-- + +DROP TABLE IF EXISTS `metadatasharing_imported_package`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `metadatasharing_imported_package` ( + `imported_package_id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `group_uuid` char(38) NOT NULL, + `subscription_url` varchar(512) DEFAULT NULL, + `subscription_status` tinyint(4) DEFAULT '0', + `date_created` datetime NOT NULL, + `date_imported` datetime DEFAULT NULL, + `name` varchar(64) DEFAULT NULL, + `description` varchar(256) DEFAULT NULL, + `import_config` varchar(1024) DEFAULT NULL, + `remote_version` int(11) DEFAULT NULL, + `version` int(11) DEFAULT NULL, + PRIMARY KEY (`imported_package_id`), + KEY `uuid` (`uuid`), + KEY `group_uuid` (`group_uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `metadatasharing_imported_package` +-- + +LOCK TABLES `metadatasharing_imported_package` WRITE; +/*!40000 ALTER TABLE `metadatasharing_imported_package` DISABLE KEYS */; +/*!40000 ALTER TABLE `metadatasharing_imported_package` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `note` +-- + +DROP TABLE IF EXISTS `note`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `note` ( + `note_id` int(11) NOT NULL DEFAULT '0', + `note_type` varchar(50) DEFAULT NULL, + `patient_id` int(11) DEFAULT NULL, + `obs_id` int(11) DEFAULT NULL, + `encounter_id` int(11) DEFAULT NULL, + `text` text NOT NULL, + `priority` int(11) DEFAULT NULL, + `parent` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`note_id`), + UNIQUE KEY `note_uuid_index` (`uuid`), + KEY `user_who_changed_note` (`changed_by`), + KEY `user_who_created_note` (`creator`), + KEY `encounter_note` (`encounter_id`), + KEY `obs_note` (`obs_id`), + KEY `note_hierarchy` (`parent`), + KEY `patient_note` (`patient_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `note` +-- + +LOCK TABLES `note` WRITE; +/*!40000 ALTER TABLE `note` DISABLE KEYS */; +/*!40000 ALTER TABLE `note` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `notification_alert` +-- + +DROP TABLE IF EXISTS `notification_alert`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `notification_alert` ( + `alert_id` int(11) NOT NULL AUTO_INCREMENT, + `text` varchar(512) NOT NULL, + `satisfied_by_any` tinyint(1) NOT NULL DEFAULT '0', + `alert_read` tinyint(1) NOT NULL DEFAULT '0', + `date_to_expire` datetime DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`alert_id`), + UNIQUE KEY `notification_alert_uuid_index` (`uuid`), + KEY `alert_date_to_expire_idx` (`date_to_expire`), + KEY `user_who_changed_alert` (`changed_by`), + KEY `alert_creator` (`creator`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `notification_alert` +-- + +LOCK TABLES `notification_alert` WRITE; +/*!40000 ALTER TABLE `notification_alert` DISABLE KEYS */; +INSERT INTO `notification_alert` VALUES (1,'There was an error starting the module: Reference Data',1,1,NULL,1,'2014-09-29 16:54:36',1,'2014-09-29 17:17:33','5e91b261-07a8-49a8-917d-1166e2ecd7db'),(2,'There was an error starting the module: Reference Data',1,1,NULL,1,'2014-09-29 17:00:34',1,'2014-09-29 17:17:33','189e2b16-1249-4b0c-9239-862eaf36160c'),(3,'There was an error starting the module: EMR API Module',1,1,NULL,1,'2014-09-29 17:00:42',1,'2014-09-29 17:17:33','36392ff2-1bd6-4be3-a1a9-3a827e338da6'),(4,'There was an error starting the module: BahmniEMR Core OMOD',1,1,NULL,1,'2014-09-29 17:00:43',1,'2014-09-29 17:17:34','551787b0-77d5-44e7-9c9d-df60aef96a16'),(5,'There was an error starting the module: Reference Data',1,1,NULL,1,'2014-09-29 17:00:43',1,'2014-09-29 17:17:34','ae456a24-d8be-4e1b-9abd-bfcdab2beae8'),(6,'There was an error starting the module: OpenERP Atom Feed Client',1,1,NULL,1,'2014-09-29 17:00:45',1,'2014-09-29 17:17:34','84804e47-a1b1-4939-97e1-5face1e1b922'),(7,'There was an error starting the module: Open-Elis Atom Feed Client',1,1,NULL,1,'2014-09-29 17:00:45',1,'2014-09-29 17:17:34','0e976cf8-fecb-48fb-9b3e-cc1e782e7b86'),(8,'There was an error starting the module: EMR API Module',1,1,NULL,1,'2014-09-30 17:14:39',4,'2014-10-07 17:03:25','a228847b-9235-4b62-ae03-e48fb4c315d4'),(9,'There was an error starting the module: BahmniEMR Core OMOD',1,1,NULL,1,'2014-09-30 17:14:40',4,'2014-10-07 17:03:26','605e6948-aca0-4b4d-b618-af2fe2e71dbf'),(10,'There was an error starting the module: Reference Data',1,1,NULL,1,'2014-09-30 17:14:40',4,'2014-10-07 17:03:26','a42a019d-b821-475c-b5c2-f25fc3c3b78b'),(11,'There was an error starting the module: OpenERP Atom Feed Client',1,1,NULL,1,'2014-09-30 17:14:43',4,'2014-10-07 17:03:26','f594e56a-be1b-4357-b51e-13a0f7fb072c'),(12,'There was an error starting the module: Open-Elis Atom Feed Client',1,1,NULL,1,'2014-09-30 17:14:43',4,'2014-10-07 17:03:26','17a4ae4f-e0c0-4bd8-87e3-297e874f847c'),(13,'There was an error starting the module: EMR API Module',1,1,NULL,1,'2014-09-30 17:20:09',4,'2014-10-07 17:03:26','bb2f2d58-4bdd-459c-861f-6df50be36375'),(14,'There was an error starting the module: BahmniEMR Core OMOD',1,1,NULL,1,'2014-09-30 17:20:13',4,'2014-10-07 17:03:26','e728bf0f-5e05-43d9-a565-1566fc41f62d'),(15,'There was an error starting the module: Reference Data',1,1,NULL,1,'2014-09-30 17:20:13',4,'2014-10-07 17:03:27','b36672ad-0625-4802-9da2-5ac5ebd5a914'),(16,'There was an error starting the module: OpenERP Atom Feed Client',1,1,NULL,1,'2014-09-30 17:20:16',4,'2014-10-07 17:03:27','3454eaee-45a9-45c0-acb2-0a6135632655'),(17,'There was an error starting the module: Open-Elis Atom Feed Client',1,1,NULL,1,'2014-09-30 17:20:16',4,'2014-10-07 17:03:27','ec0f0aca-e35c-4fc9-a57b-46d7947d18cb'),(18,'There was an error starting the module: BahmniEMR Core OMOD',1,1,NULL,1,'2016-07-29 15:23:20',4,'2016-11-09 16:05:01','df6cd047-b655-444e-a2e3-5732b46109d5'),(19,'There was an error starting the module: Open-Elis Atom Feed Client',1,1,NULL,1,'2016-07-29 15:23:20',4,'2016-11-09 16:05:01','1fcf1493-2612-4220-9969-cfebd58e8607'),(20,'There was an error starting the module: OpenERP Atom Feed Client',1,1,NULL,1,'2016-07-29 15:23:20',4,'2016-11-09 16:05:01','f2dfd140-baf6-4d9a-a7f2-a6a8397e0082'); +/*!40000 ALTER TABLE `notification_alert` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `notification_alert_recipient` +-- + +DROP TABLE IF EXISTS `notification_alert_recipient`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `notification_alert_recipient` ( + `alert_id` int(11) NOT NULL, + `user_id` int(11) NOT NULL, + `alert_read` tinyint(1) NOT NULL DEFAULT '0', + `date_changed` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`alert_id`,`user_id`), + KEY `alert_read_by_user` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `notification_alert_recipient` +-- + +LOCK TABLES `notification_alert_recipient` WRITE; +/*!40000 ALTER TABLE `notification_alert_recipient` DISABLE KEYS */; +INSERT INTO `notification_alert_recipient` VALUES (1,1,1,'2014-09-29 11:47:33','07b27f7f-5d33-411d-b1de-ef1a892882ef'),(1,4,0,'2014-09-29 11:24:35','60ec4ac2-2bfb-419a-a09c-1936d014e017'),(2,1,1,'2014-09-29 11:47:33','5014a632-2faf-41c1-a832-52e707132e53'),(2,4,0,'2014-09-29 11:30:33','73f2a3d4-2aae-451f-9f39-ddfac3332832'),(3,1,1,'2014-09-29 11:47:33','4d00e5da-83ef-4fab-84f1-e5b43e217d94'),(3,4,0,'2014-09-29 11:30:41','529ad66d-6e10-4403-ac75-d4dd34eb6f81'),(4,1,1,'2014-09-29 11:47:34','44ad2bed-8507-4a98-803e-fce22f181807'),(4,4,0,'2014-09-29 11:30:42','1f1bd24d-4860-4540-960a-b8e37a82aaf2'),(5,1,1,'2014-09-29 11:47:34','381133bb-e3d6-43b2-84c8-2790df412183'),(5,4,0,'2014-09-29 11:30:42','374abff6-dc06-4166-82a8-112ecb468439'),(6,1,1,'2014-09-29 11:47:34','9bc72a13-f319-4d02-8170-e6592820032f'),(6,4,0,'2014-09-29 11:30:45','6af57b7a-64d0-448d-aa33-625198b91065'),(7,1,1,'2014-09-29 11:47:34','9b14e32a-8268-402d-b335-6961719057b1'),(7,4,0,'2014-09-29 11:30:45','b506f92a-d026-44c9-b4ac-0075f26c0644'),(8,1,0,'2014-09-30 11:44:39','7d976a53-45c6-4199-9ac0-af0d911254c6'),(8,4,1,'2014-10-07 11:33:25','34d95458-e41f-49b5-bfd1-63937d002783'),(9,1,0,'2014-09-30 11:44:40','ee242769-5f2a-4a3e-a0c2-3b95d6a95223'),(9,4,1,'2014-10-07 11:33:26','cda14ef4-c087-41ea-94a2-230f6db77454'),(10,1,0,'2014-09-30 11:44:40','d9075acf-0891-417a-b4ad-a29821218032'),(10,4,1,'2014-10-07 11:33:26','2b55d54f-45c1-4278-bb82-9d0609454eca'),(11,1,0,'2014-09-30 11:44:42','bd994c05-8029-44eb-a69c-920b14eceec7'),(11,4,1,'2014-10-07 11:33:26','97cb8a8b-60ae-4500-b3f1-bba497d4193b'),(12,1,0,'2014-09-30 11:44:42','63901b03-5c26-410d-a288-c28439d8dde3'),(12,4,1,'2014-10-07 11:33:26','6f3200a5-901f-436a-ab05-1292f6f7848f'),(13,1,0,'2014-09-30 11:50:08','a4dc5363-c777-481e-9f44-c95c14f2d8de'),(13,4,1,'2014-10-07 11:33:26','4fc92bbd-499d-4d17-afc8-6576ac0530b9'),(14,1,0,'2014-09-30 11:50:13','62a1e547-5800-49bb-a378-6b882d1a9862'),(14,4,1,'2014-10-07 11:33:26','056257e4-d59e-4c59-b909-a3440cd48179'),(15,1,0,'2014-09-30 11:50:13','63db66bb-6d99-45da-b530-1d4443f1a05a'),(15,4,1,'2014-10-07 11:33:27','c81dd90d-6ac3-481c-915c-7e741853c553'),(16,1,0,'2014-09-30 11:50:16','9225a4fc-95c8-4571-92a3-7658d29b22dd'),(16,4,1,'2014-10-07 11:33:27','56dc2ce1-2d80-40c7-bbcb-3181b640e9dc'),(17,1,0,'2014-09-30 11:50:16','0a3360ff-d913-47a1-946b-6cdb0df1f261'),(17,4,1,'2014-10-07 11:33:27','cb258ba4-d556-4f9a-afca-f01ac152af29'),(18,1,0,'2016-07-29 09:53:19','a061aaa0-fdf7-40f9-bcf9-913d60ae6e4f'),(18,4,1,'2016-11-09 10:35:01','e5ee28a3-ea8b-4c72-98a3-91179da16933'),(19,1,0,'2016-07-29 09:53:19','14e3908a-8280-4e1e-84cd-abf939e72f17'),(19,4,1,'2016-11-09 10:35:01','bc1d8687-b9ce-4672-9751-e1c95c09e0ac'),(20,1,0,'2016-07-29 09:53:19','f2040fa4-254b-43f8-873f-532a30cc0ba3'),(20,4,1,'2016-11-09 10:35:01','f07b0dd9-adc1-42ea-9e38-026701467d10'); +/*!40000 ALTER TABLE `notification_alert_recipient` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `notification_template` +-- + +DROP TABLE IF EXISTS `notification_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `notification_template` ( + `template_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `template` text, + `subject` varchar(100) DEFAULT NULL, + `sender` varchar(255) DEFAULT NULL, + `recipients` varchar(512) DEFAULT NULL, + `ordinal` int(11) DEFAULT '0', + `uuid` char(38) NOT NULL, + PRIMARY KEY (`template_id`), + UNIQUE KEY `notification_template_uuid_index` (`uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `notification_template` +-- + +LOCK TABLES `notification_template` WRITE; +/*!40000 ALTER TABLE `notification_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `notification_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `obs` +-- + +DROP TABLE IF EXISTS `obs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `obs` ( + `obs_id` int(11) NOT NULL AUTO_INCREMENT, + `person_id` int(11) NOT NULL, + `concept_id` int(11) NOT NULL DEFAULT '0', + `encounter_id` int(11) DEFAULT NULL, + `order_id` int(11) DEFAULT NULL, + `obs_datetime` datetime NOT NULL, + `location_id` int(11) DEFAULT NULL, + `obs_group_id` int(11) DEFAULT NULL, + `accession_number` varchar(255) DEFAULT NULL, + `value_group_id` int(11) DEFAULT NULL, + `value_coded` int(11) DEFAULT NULL, + `value_coded_name_id` int(11) DEFAULT NULL, + `value_drug` int(11) DEFAULT NULL, + `value_datetime` datetime DEFAULT NULL, + `value_numeric` double DEFAULT NULL, + `value_modifier` varchar(2) DEFAULT NULL, + `value_text` text, + `value_complex` varchar(1000) DEFAULT NULL, + `comments` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `previous_version` int(11) DEFAULT NULL, + `form_namespace_and_path` varchar(255) DEFAULT NULL, + `status` varchar(16) NOT NULL DEFAULT 'FINAL', + `interpretation` varchar(32) DEFAULT NULL, + PRIMARY KEY (`obs_id`), + UNIQUE KEY `obs_uuid_index` (`uuid`), + KEY `obs_datetime_idx` (`obs_datetime`), + KEY `obs_concept` (`concept_id`), + KEY `obs_enterer` (`creator`), + KEY `encounter_observations` (`encounter_id`), + KEY `obs_location` (`location_id`), + KEY `obs_grouping_id` (`obs_group_id`), + KEY `obs_order` (`order_id`), + KEY `person_obs` (`person_id`), + KEY `answer_concept` (`value_coded`), + KEY `obs_name_of_coded_value` (`value_coded_name_id`), + KEY `answer_concept_drug` (`value_drug`), + KEY `user_who_voided_obs` (`voided_by`), + KEY `previous_version` (`previous_version`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `obs` +-- + +LOCK TABLES `obs` WRITE; +/*!40000 ALTER TABLE `obs` DISABLE KEYS */; +/*!40000 ALTER TABLE `obs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `obs_relationship` +-- + +DROP TABLE IF EXISTS `obs_relationship`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `obs_relationship` ( + `obs_relationship_id` int(11) NOT NULL AUTO_INCREMENT, + `obs_relationship_type_id` int(11) NOT NULL, + `source_obs_id` int(11) NOT NULL, + `target_obs_id` int(11) NOT NULL, + `uuid` char(38) NOT NULL, + `date_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `creator` int(11) NOT NULL, + PRIMARY KEY (`obs_relationship_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `obs_relationship_type_id` (`obs_relationship_type_id`), + KEY `source_obs_id` (`source_obs_id`), + KEY `target_obs_id` (`target_obs_id`), + KEY `creator` (`creator`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `obs_relationship` +-- + +LOCK TABLES `obs_relationship` WRITE; +/*!40000 ALTER TABLE `obs_relationship` DISABLE KEYS */; +/*!40000 ALTER TABLE `obs_relationship` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `obs_relationship_type` +-- + +DROP TABLE IF EXISTS `obs_relationship_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `obs_relationship_type` ( + `obs_relationship_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `retired` tinyint(4) NOT NULL DEFAULT '0', + `date_retired` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`obs_relationship_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `creator` (`creator`), + KEY `changed_by` (`changed_by`), + KEY `retired_by` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `obs_relationship_type` +-- + +LOCK TABLES `obs_relationship_type` WRITE; +/*!40000 ALTER TABLE `obs_relationship_type` DISABLE KEYS */; +INSERT INTO `obs_relationship_type` VALUES (1,'qualified-by','target is qualified by source','dbde17aa-3d7e-11e4-8782-164230d1df67',1,'2014-09-18 14:19:42',0,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `obs_relationship_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `order_frequency` +-- + +DROP TABLE IF EXISTS `order_frequency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `order_frequency` ( + `order_frequency_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL, + `frequency_per_day` double DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`order_frequency_id`), + UNIQUE KEY `concept_id` (`concept_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `order_frequency_creator_fk` (`creator`), + KEY `order_frequency_retired_by_fk` (`retired_by`), + KEY `order_frequency_changed_by_fk` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `order_frequency` +-- + +LOCK TABLES `order_frequency` WRITE; +/*!40000 ALTER TABLE `order_frequency` DISABLE KEYS */; +INSERT INTO `order_frequency` VALUES (1,77,1,1,'2014-09-18 14:18:52',0,NULL,NULL,NULL,NULL,NULL,'9d7c32a2-3f10-11e4-adec-0800271c1b75'),(2,78,2,1,'2014-09-18 14:18:52',0,NULL,NULL,NULL,NULL,NULL,'9d7d0641-3f10-11e4-adec-0800271c1b75'),(3,79,3,1,'2014-09-18 14:18:52',0,NULL,NULL,NULL,NULL,NULL,'9d838148-3f10-11e4-adec-0800271c1b75'),(4,80,4,1,'2014-09-18 14:18:52',0,NULL,NULL,NULL,NULL,NULL,'9d84890a-3f10-11e4-adec-0800271c1b75'),(5,949,24,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'33443dad-8a92-11e4-977f-0800271c1b75'),(6,950,12,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'3345a0d3-8a92-11e4-977f-0800271c1b75'),(7,951,8,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'334c9330-8a92-11e4-977f-0800271c1b75'),(8,952,6,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'334d6ca5-8a92-11e4-977f-0800271c1b75'),(9,953,4,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'334e5025-8a92-11e4-977f-0800271c1b75'),(10,954,3,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'334f3890-8a92-11e4-977f-0800271c1b75'),(11,955,2,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'33500c00-8a92-11e4-977f-0800271c1b75'),(12,956,0.5,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'335105a1-8a92-11e4-977f-0800271c1b75'),(13,957,0.142857142,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'3351e076-8a92-11e4-977f-0800271c1b75'),(14,958,0.285714285,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'33529dfb-8a92-11e4-977f-0800271c1b75'),(15,959,0.428571428,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'33535f2b-8a92-11e4-977f-0800271c1b75'),(16,960,0.071428571,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'335424c3-8a92-11e4-977f-0800271c1b75'),(17,961,0.047619047,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'3354e673-8a92-11e4-977f-0800271c1b75'),(18,962,0.033333333,1,'2014-12-23 16:25:25',0,NULL,NULL,NULL,NULL,NULL,'3355c1ea-8a92-11e4-977f-0800271c1b75'),(19,972,5,1,'2014-12-23 16:25:26',0,NULL,NULL,NULL,NULL,NULL,'33b4a803-8a92-11e4-977f-0800271c1b75'),(20,973,0.571428571,1,'2014-12-23 16:25:26',0,NULL,NULL,NULL,NULL,NULL,'33b5772a-8a92-11e4-977f-0800271c1b75'),(21,974,0.714285714,1,'2014-12-23 16:25:26',0,NULL,NULL,NULL,NULL,NULL,'33b63132-8a92-11e4-977f-0800271c1b75'),(22,975,0.857142857,1,'2014-12-23 16:25:26',0,NULL,NULL,NULL,NULL,NULL,'33b7031b-8a92-11e4-977f-0800271c1b75'),(23,88,1,1,'2014-12-23 16:25:26',0,NULL,NULL,NULL,NULL,NULL,'0'); +/*!40000 ALTER TABLE `order_frequency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `order_group` +-- + +DROP TABLE IF EXISTS `order_group`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `order_group` ( + `order_group_id` int(11) NOT NULL AUTO_INCREMENT, + `order_set_id` int(11) DEFAULT NULL, + `patient_id` int(11) NOT NULL, + `encounter_id` int(11) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`order_group_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `order_group_patient_id_fk` (`patient_id`), + KEY `order_group_encounter_id_fk` (`encounter_id`), + KEY `order_group_creator_fk` (`creator`), + KEY `order_group_set_id_fk` (`order_set_id`), + KEY `order_group_voided_by_fk` (`voided_by`), + KEY `order_group_changed_by_fk` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `order_group` +-- + +LOCK TABLES `order_group` WRITE; +/*!40000 ALTER TABLE `order_group` DISABLE KEYS */; +/*!40000 ALTER TABLE `order_group` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `order_set` +-- + +DROP TABLE IF EXISTS `order_set`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `order_set` ( + `order_set_id` int(11) NOT NULL AUTO_INCREMENT, + `operator` varchar(3) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) DEFAULT NULL, + PRIMARY KEY (`order_set_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `order_set_creator` (`creator`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `order_set` +-- + +LOCK TABLES `order_set` WRITE; +/*!40000 ALTER TABLE `order_set` DISABLE KEYS */; +/*!40000 ALTER TABLE `order_set` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `order_set_member` +-- + +DROP TABLE IF EXISTS `order_set_member`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `order_set_member` ( + `order_set_member_id` int(11) NOT NULL AUTO_INCREMENT, + `order_type` int(11) NOT NULL, + `order_template` text, + `order_template_type` varchar(1024) DEFAULT NULL, + `order_set_id` int(11) NOT NULL, + `sequence_number` int(11) NOT NULL, + `concept_id` int(11) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`order_set_member_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `order_set_member_creator_fk` (`creator`), + KEY `order_set_member_order_set_id_fk` (`order_set_id`), + KEY `order_set_member_concept_id_fk` (`concept_id`), + KEY `order_set_member_order_type_fk` (`order_type`), + KEY `order_set_member_retired_by_fk` (`retired_by`), + KEY `order_set_member_changed_by_fk` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `order_set_member` +-- + +LOCK TABLES `order_set_member` WRITE; +/*!40000 ALTER TABLE `order_set_member` DISABLE KEYS */; +/*!40000 ALTER TABLE `order_set_member` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `order_type` +-- + +DROP TABLE IF EXISTS `order_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `order_type` ( + `order_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `description` text, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `java_class_name` varchar(255) NOT NULL, + `parent` int(11) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + PRIMARY KEY (`order_type_id`), + UNIQUE KEY `name` (`name`), + UNIQUE KEY `order_type_uuid_index` (`uuid`), + KEY `order_type_retired_status` (`retired`), + KEY `type_created_by` (`creator`), + KEY `user_who_retired_order_type` (`retired_by`), + KEY `order_type_changed_by` (`changed_by`), + KEY `order_type_parent` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `order_type` +-- + +LOCK TABLES `order_type` WRITE; +/*!40000 ALTER TABLE `order_type` DISABLE KEYS */; +INSERT INTO `order_type` VALUES (2,'Drug Order','An order for a medication to be given to the patient',1,'2010-05-12 00:00:00',0,NULL,NULL,NULL,'131168f4-15f5-102d-96e4-000c29c2a5d7','org.openmrs.DrugOrder',NULL,NULL,NULL),(3,'Lab Order','An order for laboratory tests',1,'2014-09-18 14:18:05',0,NULL,NULL,NULL,'8189b409-3f10-11e4-adec-0800271c1b75','org.openmrs.Order',NULL,NULL,NULL),(4,'Radiology Order','An order for radiology tests',1,'2014-09-18 14:18:05',0,NULL,NULL,NULL,'8189dbdd-3f10-11e4-adec-0800271c1b75','org.openmrs.Order',NULL,NULL,NULL); +/*!40000 ALTER TABLE `order_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `order_type_class_map` +-- + +DROP TABLE IF EXISTS `order_type_class_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `order_type_class_map` ( + `order_type_id` int(11) NOT NULL, + `concept_class_id` int(11) NOT NULL, + PRIMARY KEY (`order_type_id`,`concept_class_id`), + UNIQUE KEY `concept_class_id` (`concept_class_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `order_type_class_map` +-- + +LOCK TABLES `order_type_class_map` WRITE; +/*!40000 ALTER TABLE `order_type_class_map` DISABLE KEYS */; +INSERT INTO `order_type_class_map` VALUES (2,3),(3,8),(3,26),(4,27); +/*!40000 ALTER TABLE `order_type_class_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `orders` +-- + +DROP TABLE IF EXISTS `orders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `orders` ( + `order_id` int(11) NOT NULL AUTO_INCREMENT, + `order_type_id` int(11) DEFAULT NULL, + `concept_id` int(11) NOT NULL DEFAULT '0', + `orderer` int(11) NOT NULL, + `encounter_id` int(11) NOT NULL, + `instructions` text, + `date_activated` datetime DEFAULT NULL, + `auto_expire_date` datetime DEFAULT NULL, + `date_stopped` datetime DEFAULT NULL, + `order_reason` int(11) DEFAULT NULL, + `order_reason_non_coded` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `patient_id` int(11) NOT NULL, + `accession_number` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `urgency` varchar(50) NOT NULL DEFAULT 'ROUTINE', + `order_number` varchar(50) NOT NULL, + `previous_order_id` int(11) DEFAULT NULL, + `order_action` varchar(50) NOT NULL, + `comment_to_fulfiller` varchar(1024) DEFAULT NULL, + `care_setting` int(11) NOT NULL, + `scheduled_date` datetime DEFAULT NULL, + `order_group_id` int(11) DEFAULT NULL, + `sort_weight` double DEFAULT NULL, + PRIMARY KEY (`order_id`), + UNIQUE KEY `orders_uuid_index` (`uuid`), + KEY `order_creator` (`creator`), + KEY `orders_in_encounter` (`encounter_id`), + KEY `type_of_order` (`order_type_id`), + KEY `order_for_patient` (`patient_id`), + KEY `user_who_voided_order` (`voided_by`), + KEY `previous_order_id_order_id` (`previous_order_id`), + KEY `orders_care_setting` (`care_setting`), + KEY `discontinued_because` (`order_reason`), + KEY `fk_orderer_provider` (`orderer`), + KEY `bahmni_orders_date_activated` (`date_activated`), + KEY `orders_order_group_id_fk` (`order_group_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `orders` +-- + +LOCK TABLES `orders` WRITE; +/*!40000 ALTER TABLE `orders` DISABLE KEYS */; +/*!40000 ALTER TABLE `orders` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient` +-- + +DROP TABLE IF EXISTS `patient`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient` ( + `patient_id` int(11) NOT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `allergy_status` varchar(50) NOT NULL DEFAULT 'Unknown', + PRIMARY KEY (`patient_id`), + KEY `user_who_changed_pat` (`changed_by`), + KEY `user_who_created_patient` (`creator`), + KEY `user_who_voided_patient` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient` +-- + +LOCK TABLES `patient` WRITE; +/*!40000 ALTER TABLE `patient` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_appointment` +-- + +DROP TABLE IF EXISTS `patient_appointment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_appointment` ( + `patient_appointment_id` int(11) NOT NULL AUTO_INCREMENT, + `provider_id` int(11) DEFAULT NULL, + `appointment_number` varchar(50) NOT NULL, + `patient_id` int(11) NOT NULL, + `start_date_time` datetime NOT NULL, + `end_date_time` datetime NOT NULL, + `appointment_service_id` int(11) DEFAULT NULL, + `appointment_service_type_id` int(11) DEFAULT NULL, + `status` varchar(45) NOT NULL COMMENT 'scheduled, checked in, started, completed, cancelled, missed', + `location_id` int(11) DEFAULT NULL, + `appointment_kind` varchar(45) NOT NULL COMMENT 'scheduled, walk in', + `comments` varchar(255) DEFAULT NULL, + `uuid` varchar(38) NOT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `voided` tinyint(4) DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`patient_appointment_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `fk_patient_appointment_patient` (`patient_id`), + KEY `fk_patient_appointment_location` (`location_id`), + KEY `fk_patient_appointment_provider` (`provider_id`), + KEY `fk_patient_appointment_appointment_service` (`appointment_service_id`), + KEY `fk_patient_appointment_appointment_service_type` (`appointment_service_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_appointment` +-- + +LOCK TABLES `patient_appointment` WRITE; +/*!40000 ALTER TABLE `patient_appointment` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_appointment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_appointment_audit` +-- + +DROP TABLE IF EXISTS `patient_appointment_audit`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_appointment_audit` ( + `patient_appointment_audit_id` int(11) NOT NULL AUTO_INCREMENT, + `appointment_id` int(11) NOT NULL, + `uuid` varchar(38) NOT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `voided` tinyint(4) DEFAULT NULL, + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `status` varchar(45) NOT NULL, + `notes` varchar(1000) DEFAULT NULL, + PRIMARY KEY (`patient_appointment_audit_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `fk_patient_appointment_audit_patient_appointment_idx` (`appointment_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_appointment_audit` +-- + +LOCK TABLES `patient_appointment_audit` WRITE; +/*!40000 ALTER TABLE `patient_appointment_audit` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_appointment_audit` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_identifier` +-- + +DROP TABLE IF EXISTS `patient_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_identifier` ( + `patient_identifier_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_id` int(11) NOT NULL DEFAULT '0', + `identifier` varchar(50) NOT NULL DEFAULT '', + `identifier_type` int(11) NOT NULL DEFAULT '0', + `preferred` tinyint(1) NOT NULL DEFAULT '0', + `location_id` int(11) DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`patient_identifier_id`), + UNIQUE KEY `patient_identifier_uuid_index` (`uuid`), + KEY `identifier_name` (`identifier`), + KEY `idx_patient_identifier_patient` (`patient_id`), + KEY `identifier_creator` (`creator`), + KEY `defines_identifier_type` (`identifier_type`), + KEY `patient_identifier_ibfk_2` (`location_id`), + KEY `identifier_voider` (`voided_by`), + KEY `patient_identifier_changed_by` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_identifier` +-- + +LOCK TABLES `patient_identifier` WRITE; +/*!40000 ALTER TABLE `patient_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_identifier_type` +-- + +DROP TABLE IF EXISTS `patient_identifier_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_identifier_type` ( + `patient_identifier_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL DEFAULT '', + `description` text, + `format` varchar(255) DEFAULT NULL, + `check_digit` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `format_description` varchar(255) DEFAULT NULL, + `validator` varchar(200) DEFAULT NULL, + `location_behavior` varchar(50) DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `uniqueness_behavior` varchar(50) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`patient_identifier_type_id`), + UNIQUE KEY `patient_identifier_type_uuid_index` (`uuid`), + KEY `patient_identifier_type_retired_status` (`retired`), + KEY `type_creator` (`creator`), + KEY `user_who_retired_patient_identifier_type` (`retired_by`), + KEY `patient_identifier_type_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_identifier_type` +-- + +LOCK TABLES `patient_identifier_type` WRITE; +/*!40000 ALTER TABLE `patient_identifier_type` DISABLE KEYS */; +INSERT INTO `patient_identifier_type` VALUES (1,'OpenMRS Identification Number','Unique number used in OpenMRS','',1,1,'2005-09-22 00:00:00',0,NULL,'org.openmrs.patient.impl.LuhnIdentifierValidator',NULL,0,NULL,NULL,NULL,'8d793bee-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL),(2,'Old Identification Number','Number given out prior to the OpenMRS system (No check digit)','',0,1,'2005-09-22 00:00:00',0,NULL,NULL,NULL,0,NULL,NULL,NULL,'8d79403a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL),(3,'Patient Identifier','New patient identifier type created for use by the Bahmni Registration System',NULL,0,1,'2014-09-18 00:00:00',1,NULL,NULL,'NOT_USED',0,NULL,NULL,NULL,'81433852-3f10-11e4-adec-0800271c1b75',NULL,NULL,NULL),(4,'National ID','National ID',NULL,0,4,'2016-11-10 12:03:26',0,NULL,NULL,'NOT_USED',0,NULL,NULL,NULL,'0d2ac572-8de3-46c8-9976-1f78899c599f',NULL,NULL,NULL); +/*!40000 ALTER TABLE `patient_identifier_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_program` +-- + +DROP TABLE IF EXISTS `patient_program`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_program` ( + `patient_program_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_id` int(11) NOT NULL DEFAULT '0', + `program_id` int(11) NOT NULL DEFAULT '0', + `date_enrolled` datetime DEFAULT NULL, + `date_completed` datetime DEFAULT NULL, + `location_id` int(11) DEFAULT NULL, + `outcome_concept_id` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`patient_program_id`), + UNIQUE KEY `patient_program_uuid_index` (`uuid`), + KEY `user_who_changed` (`changed_by`), + KEY `patient_program_creator` (`creator`), + KEY `patient_in_program` (`patient_id`), + KEY `program_for_patient` (`program_id`), + KEY `user_who_voided_patient_program` (`voided_by`), + KEY `patient_program_location_id` (`location_id`), + KEY `patient_program_outcome_concept_id_fk` (`outcome_concept_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_program` +-- + +LOCK TABLES `patient_program` WRITE; +/*!40000 ALTER TABLE `patient_program` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_program` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_program_attribute` +-- + +DROP TABLE IF EXISTS `patient_program_attribute`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_program_attribute` ( + `patient_program_attribute_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_program_id` int(11) NOT NULL, + `attribute_type_id` int(11) NOT NULL, + `value_reference` text NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`patient_program_attribute_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `patient_program_attribute_programid_fk` (`patient_program_id`), + KEY `patient_program_attribute_attributetype_fk` (`attribute_type_id`), + KEY `patient_program_attribute_creator_fk` (`creator`), + KEY `patient_program_attribute_changed_by_fk` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_program_attribute` +-- + +LOCK TABLES `patient_program_attribute` WRITE; +/*!40000 ALTER TABLE `patient_program_attribute` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_program_attribute` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_state` +-- + +DROP TABLE IF EXISTS `patient_state`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `patient_state` ( + `patient_state_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_program_id` int(11) NOT NULL DEFAULT '0', + `state` int(11) NOT NULL DEFAULT '0', + `start_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`patient_state_id`), + UNIQUE KEY `patient_state_uuid_index` (`uuid`), + KEY `patient_state_changer` (`changed_by`), + KEY `patient_state_creator` (`creator`), + KEY `patient_program_for_state` (`patient_program_id`), + KEY `state_for_patient` (`state`), + KEY `patient_state_voider` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `patient_state` +-- + +LOCK TABLES `patient_state` WRITE; +/*!40000 ALTER TABLE `patient_state` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_state` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `person` +-- + +DROP TABLE IF EXISTS `person`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `person` ( + `person_id` int(11) NOT NULL AUTO_INCREMENT, + `gender` varchar(50) DEFAULT '', + `birthdate` date DEFAULT NULL, + `birthdate_estimated` tinyint(1) NOT NULL DEFAULT '0', + `dead` tinyint(1) NOT NULL DEFAULT '0', + `death_date` datetime DEFAULT NULL, + `cause_of_death` int(11) DEFAULT NULL, + `creator` int(11) DEFAULT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `deathdate_estimated` tinyint(1) NOT NULL DEFAULT '0', + `birthtime` time DEFAULT NULL, + PRIMARY KEY (`person_id`), + UNIQUE KEY `person_uuid_index` (`uuid`), + KEY `person_birthdate` (`birthdate`), + KEY `person_death_date` (`death_date`), + KEY `person_died_because` (`cause_of_death`), + KEY `user_who_changed_person` (`changed_by`), + KEY `user_who_created_person` (`creator`), + KEY `user_who_voided_person` (`voided_by`) +) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `person` +-- + +LOCK TABLES `person` WRITE; +/*!40000 ALTER TABLE `person` DISABLE KEYS */; +INSERT INTO `person` VALUES (1,'M',NULL,0,0,NULL,NULL,NULL,'2005-01-01 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'4ec280ac-3f10-11e4-adec-0800271c1b75',0,NULL),(2,'',NULL,0,0,NULL,NULL,1,'2014-09-18 14:18:06',NULL,NULL,0,NULL,NULL,NULL,'823f4754-3f10-11e4-adec-0800271c1b75',0,NULL),(3,'M',NULL,0,0,NULL,NULL,1,'2014-09-18 14:19:53',4,'2015-08-21 12:13:23',0,NULL,NULL,NULL,'c1bc22a5-3f10-11e4-adec-0800271c1b75',0,NULL),(4,'F',NULL,0,0,NULL,NULL,2,'2014-09-18 14:28:26',NULL,NULL,0,NULL,NULL,NULL,'2a1907f2-9583-4ed8-83b9-5cc00c52f507',0,NULL),(5,'',NULL,0,0,NULL,NULL,1,'2014-09-18 14:32:16',NULL,NULL,0,NULL,NULL,NULL,'7d15a327-3f12-11e4-adec-0800271c1b75',0,NULL),(6,'',NULL,0,0,NULL,NULL,1,'2014-09-18 14:32:23',NULL,NULL,0,NULL,NULL,NULL,'81356e21-3f12-11e4-adec-0800271c1b75',0,NULL),(23,'F',NULL,0,0,NULL,NULL,4,'2015-02-20 13:22:11',7,'2015-06-11 17:43:17',0,NULL,NULL,NULL,'a789d44b-27af-48cb-a910-1df5e119663e',0,NULL),(44,'M',NULL,0,0,NULL,NULL,4,'2015-05-21 13:06:32',4,'2015-05-22 15:20:05',0,NULL,NULL,NULL,'74f4731f-4fc6-45c3-8b2f-13c0256dcb88',0,NULL),(45,'M',NULL,0,0,NULL,NULL,1,'2015-05-21 13:22:13',4,'2015-05-22 15:18:37',0,NULL,NULL,NULL,'eed79b23-f0f9-4f17-b2fd-276e9be06abd',0,NULL),(46,'F',NULL,0,0,NULL,NULL,1,'2015-05-21 13:25:03',4,'2015-05-22 15:19:25',0,NULL,NULL,NULL,'5e7009f6-8a99-47ab-996e-75ce7c811230',0,NULL),(47,'M',NULL,0,0,NULL,NULL,4,'2015-05-22 15:24:31',NULL,NULL,0,NULL,NULL,NULL,'a6bf706a-0221-4dce-9e2d-51f85435ceb3',0,NULL),(55,'',NULL,0,0,NULL,NULL,1,'2016-05-05 13:06:52',NULL,NULL,0,NULL,NULL,NULL,'7897cb04-12b1-11e6-827a-080027d2adbd',0,NULL),(58,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:22:27',NULL,NULL,0,NULL,NULL,NULL,'a28d4b93-ffa7-4577-acca-01b71714d6f5',0,NULL),(59,'F',NULL,0,0,NULL,NULL,4,'2016-11-10 12:22:47',NULL,NULL,0,NULL,NULL,NULL,'807e424f-32d1-47cb-93e8-717fcd95bcd8',0,NULL),(60,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:25:33',NULL,NULL,0,NULL,NULL,NULL,'6e27d96c-b5e3-43a7-8f82-df6aa9b48f4e',0,NULL),(61,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:26:05',NULL,NULL,0,NULL,NULL,NULL,'707f2023-b0b1-4720-9460-4b1816f4bb84',0,NULL),(62,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:26:26',NULL,NULL,0,NULL,NULL,NULL,'97040590-1261-46af-9d07-101464e5dc53',0,NULL),(63,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:26:44',NULL,NULL,0,NULL,NULL,NULL,'47bc519b-c43c-4e94-a033-78ff5dd4c3cc',0,NULL),(64,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:27:09',NULL,NULL,0,NULL,NULL,NULL,'2eba8955-1592-4e2c-a223-8b62462ffc32',0,NULL),(65,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:27:42',NULL,NULL,0,NULL,NULL,NULL,'0aaaeff0-5d5c-4c96-9c37-1bb609664441',0,NULL),(66,'F',NULL,0,0,NULL,NULL,4,'2016-11-10 12:28:03',NULL,NULL,0,NULL,NULL,NULL,'a41f9150-39db-47ea-b456-a20eb7cfb4e3',0,NULL),(67,'M',NULL,0,0,NULL,NULL,4,'2016-11-10 12:28:43',NULL,NULL,0,NULL,NULL,NULL,'c357024a-6589-4e88-82c0-2a2652035efa',0,NULL),(68,'F',NULL,0,0,NULL,NULL,4,'2016-11-10 12:29:22',NULL,NULL,0,NULL,NULL,NULL,'39e91c7f-07c6-434e-8ed2-15d89f3f481d',0,NULL),(69,'F',NULL,0,0,NULL,NULL,4,'2016-11-10 12:29:52',NULL,NULL,0,NULL,NULL,NULL,'755c6939-61ee-4e82-89fb-1f714d06e128',0,NULL); +/*!40000 ALTER TABLE `person` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `person_address` +-- + +DROP TABLE IF EXISTS `person_address`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `person_address` ( + `person_address_id` int(11) NOT NULL AUTO_INCREMENT, + `person_id` int(11) DEFAULT NULL, + `preferred` tinyint(1) NOT NULL DEFAULT '0', + `address1` varchar(255) DEFAULT NULL, + `address2` varchar(255) DEFAULT NULL, + `city_village` varchar(255) DEFAULT NULL, + `state_province` varchar(255) DEFAULT NULL, + `postal_code` varchar(50) DEFAULT NULL, + `country` varchar(50) DEFAULT NULL, + `latitude` varchar(50) DEFAULT NULL, + `longitude` varchar(50) DEFAULT NULL, + `start_date` datetime DEFAULT NULL, + `end_date` datetime DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `county_district` varchar(255) DEFAULT NULL, + `address3` varchar(255) DEFAULT NULL, + `address4` varchar(255) DEFAULT NULL, + `address5` varchar(255) DEFAULT NULL, + `address6` varchar(255) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `address7` varchar(255) DEFAULT NULL, + `address8` varchar(255) DEFAULT NULL, + `address9` varchar(255) DEFAULT NULL, + `address10` varchar(255) DEFAULT NULL, + `address11` varchar(255) DEFAULT NULL, + `address12` varchar(255) DEFAULT NULL, + `address13` varchar(255) DEFAULT NULL, + `address14` varchar(255) DEFAULT NULL, + `address15` varchar(255) DEFAULT NULL, + PRIMARY KEY (`person_address_id`), + UNIQUE KEY `person_address_uuid_index` (`uuid`), + KEY `patient_address_creator` (`creator`), + KEY `address_for_person` (`person_id`), + KEY `patient_address_void` (`voided_by`), + KEY `person_address_changed_by` (`changed_by`), + KEY `person_address_city_village` (`city_village`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `person_address` +-- + +LOCK TABLES `person_address` WRITE; +/*!40000 ALTER TABLE `person_address` DISABLE KEYS */; +/*!40000 ALTER TABLE `person_address` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `person_attribute` +-- + +DROP TABLE IF EXISTS `person_attribute`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `person_attribute` ( + `person_attribute_id` int(11) NOT NULL AUTO_INCREMENT, + `person_id` int(11) NOT NULL DEFAULT '0', + `value` varchar(50) NOT NULL DEFAULT '', + `person_attribute_type_id` int(11) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`person_attribute_id`), + UNIQUE KEY `person_attribute_uuid_index` (`uuid`), + KEY `attribute_changer` (`changed_by`), + KEY `attribute_creator` (`creator`), + KEY `defines_attribute_type` (`person_attribute_type_id`), + KEY `identifies_person` (`person_id`), + KEY `attribute_voider` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `person_attribute` +-- + +LOCK TABLES `person_attribute` WRITE; +/*!40000 ALTER TABLE `person_attribute` DISABLE KEYS */; +/*!40000 ALTER TABLE `person_attribute` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `person_attribute_type` +-- + +DROP TABLE IF EXISTS `person_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `person_attribute_type` ( + `person_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(50) NOT NULL DEFAULT '', + `description` text, + `format` varchar(50) DEFAULT NULL, + `foreign_key` int(11) DEFAULT NULL, + `searchable` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `edit_privilege` varchar(255) DEFAULT NULL, + `sort_weight` double DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`person_attribute_type_id`), + UNIQUE KEY `person_attribute_type_uuid_index` (`uuid`), + KEY `attribute_is_searchable` (`searchable`), + KEY `name_of_attribute` (`name`), + KEY `person_attribute_type_retired_status` (`retired`), + KEY `attribute_type_changer` (`changed_by`), + KEY `attribute_type_creator` (`creator`), + KEY `user_who_retired_person_attribute_type` (`retired_by`), + KEY `privilege_which_can_edit` (`edit_privilege`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `person_attribute_type` +-- + +LOCK TABLES `person_attribute_type` WRITE; +/*!40000 ALTER TABLE `person_attribute_type` DISABLE KEYS */; +INSERT INTO `person_attribute_type` VALUES (8,'givenNameLocal','Name in local language','java.lang.String',NULL,0,1,'2014-09-18 14:18:06',4,'2015-04-21 18:11:30',0,NULL,NULL,NULL,NULL,3,'82325788-3f10-11e4-adec-0800271c1b75'),(9,'familyNameLocal','familyNameLocal','java.lang.String',NULL,0,1,'2014-09-18 14:18:06',NULL,NULL,0,NULL,NULL,NULL,NULL,3,'8233a58a-3f10-11e4-adec-0800271c1b75'),(10,'middleNameLocal','middleNameLocal','java.lang.String',NULL,0,1,'2014-09-18 14:18:06',NULL,NULL,0,NULL,NULL,NULL,NULL,3,'8234e7b0-3f10-11e4-adec-0800271c1b75'),(11,'caste','Caste','java.lang.String',NULL,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,4,'c1f4239f-3f10-11e4-adec-0800271c1b75'),(12,'class','Class','org.openmrs.Concept',96,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,5,'c1f455e7-3f10-11e4-adec-0800271c1b75'),(13,'education','Education Details','org.openmrs.Concept',102,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,6,'c1f4a004-3f10-11e4-adec-0800271c1b75'),(14,'occupation','Occupation','org.openmrs.Concept',109,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,7,'c1f7d1f1-3f10-11e4-adec-0800271c1b75'),(15,'primaryContact','Primary Contact','java.lang.String',NULL,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,8,'c1f7fd17-3f10-11e4-adec-0800271c1b75'),(16,'secondaryContact','Secondary Contact','java.lang.String',NULL,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,9,'c1f825c9-3f10-11e4-adec-0800271c1b75'),(17,'primaryRelative','Father\'s/Husband\'s Name','java.lang.String',NULL,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,10,'c1f84df3-3f10-11e4-adec-0800271c1b75'),(18,'secondaryIdentifier','Secondary Identifier','java.lang.String',NULL,1,1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,11,'c1f8880d-3f10-11e4-adec-0800271c1b75'),(19,'landHolding','Land Holding (in acres)','java.lang.Integer',NULL,1,4,'2015-02-25 14:27:11',4,'2015-04-21 18:09:56',0,NULL,NULL,NULL,NULL,12,'3dfdc176-17fd-42b1-b5be-c7e25b78b602'),(20,'debt','debt (in Rs)','java.lang.String',NULL,1,4,'2015-02-25 14:27:32',4,'2015-02-25 14:28:54',0,NULL,NULL,NULL,NULL,13,'fb3c00b1-81c8-40fe-89e8-6b3344688a13'),(21,'distanceFromCenter','Distance From Center (in km)','java.lang.Float',NULL,1,4,'2015-02-25 14:28:09',4,'2015-04-21 18:05:49',0,NULL,NULL,NULL,NULL,14,'d1314f0f-c2d9-4223-88d9-ec4d2827c9da'),(22,'isUrban','Urban','java.lang.Boolean',NULL,1,4,'2015-02-25 14:29:13',4,'2015-04-21 18:05:06',0,NULL,NULL,NULL,NULL,15,'9234695b-0f68-4970-aeb7-3b32d4a2b346'),(23,'cluster','cluster','org.openmrs.Concept',1173,1,4,'2015-02-25 14:30:14',NULL,NULL,0,NULL,NULL,NULL,NULL,16,'35e98d04-3981-4257-a593-fadd81bfc109'),(24,'RationCard','Ration Card Type','org.openmrs.Concept',1174,1,4,'2015-02-25 14:30:50',4,'2015-04-21 18:05:35',0,NULL,NULL,NULL,NULL,17,'6f32179b-c6b9-465e-a278-c15da2637630'),(25,'familyIncome','Family Income (per month in Rs)','org.openmrs.Concept',1175,1,4,'2015-02-25 14:31:57',NULL,NULL,0,NULL,NULL,NULL,NULL,18,'a10fe690-1c44-4ba8-a244-8fe51f9e61f7'); +/*!40000 ALTER TABLE `person_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `person_merge_log` +-- + +DROP TABLE IF EXISTS `person_merge_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `person_merge_log` ( + `person_merge_log_id` int(11) NOT NULL AUTO_INCREMENT, + `winner_person_id` int(11) NOT NULL, + `loser_person_id` int(11) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `merged_data` longtext NOT NULL, + `uuid` char(38) NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`person_merge_log_id`), + UNIQUE KEY `person_merge_log_unique_uuid` (`uuid`), + KEY `person_merge_log_winner` (`winner_person_id`), + KEY `person_merge_log_loser` (`loser_person_id`), + KEY `person_merge_log_creator` (`creator`), + KEY `person_merge_log_changed_by_fk` (`changed_by`), + KEY `person_merge_log_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `person_merge_log` +-- + +LOCK TABLES `person_merge_log` WRITE; +/*!40000 ALTER TABLE `person_merge_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `person_merge_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `person_name` +-- + +DROP TABLE IF EXISTS `person_name`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `person_name` ( + `person_name_id` int(11) NOT NULL AUTO_INCREMENT, + `preferred` tinyint(1) NOT NULL DEFAULT '0', + `person_id` int(11) NOT NULL, + `prefix` varchar(50) DEFAULT NULL, + `given_name` varchar(50) DEFAULT NULL, + `middle_name` varchar(50) DEFAULT NULL, + `family_name_prefix` varchar(50) DEFAULT NULL, + `family_name` varchar(50) DEFAULT NULL, + `family_name2` varchar(50) DEFAULT NULL, + `family_name_suffix` varchar(50) DEFAULT NULL, + `degree` varchar(50) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`person_name_id`), + UNIQUE KEY `person_name_uuid_index` (`uuid`), + KEY `first_name` (`given_name`), + KEY `last_name` (`family_name`), + KEY `middle_name` (`middle_name`), + KEY `family_name2` (`family_name2`), + KEY `user_who_made_name` (`creator`), + KEY `name_for_person` (`person_id`), + KEY `user_who_voided_name` (`voided_by`) +) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `person_name` +-- + +LOCK TABLES `person_name` WRITE; +/*!40000 ALTER TABLE `person_name` DISABLE KEYS */; +INSERT INTO `person_name` VALUES (1,1,1,NULL,'Super','',NULL,'User',NULL,NULL,NULL,1,'2005-01-01 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'4ec7e2a4-3f10-11e4-adec-0800271c1b75'),(2,1,3,NULL,'Super',NULL,NULL,'Man',NULL,NULL,NULL,1,'2014-09-18 14:19:53',0,NULL,NULL,NULL,4,'2017-01-01 22:52:47','c1bc22a5-3f10-11e4-adec-0800271c1b75'),(3,0,4,NULL,'Unknown',NULL,NULL,'Provider',NULL,NULL,NULL,2,'2014-09-18 14:28:26',0,NULL,NULL,NULL,NULL,NULL,'ee77b2b8-3313-49a8-87de-b7ce74b561e3'),(5,1,6,NULL,'Billing',NULL,NULL,'System',NULL,NULL,NULL,1,'2014-09-29 11:44:03',0,NULL,NULL,NULL,NULL,NULL,'e50e9701-47c1-11e4-8125-0800271c1b75'),(21,0,23,NULL,'automation',NULL,NULL,'automation',NULL,NULL,NULL,4,'2015-02-20 13:22:11',0,NULL,NULL,NULL,NULL,NULL,'a84ea713-e212-4908-82dc-4679a21dd7b8'),(27,0,5,NULL,'labsystem',NULL,NULL,'system',NULL,NULL,NULL,1,'2015-04-13 19:25:43',0,NULL,NULL,NULL,NULL,NULL,'e4950af7-d490-11e5-b193-0800270d80ce'),(43,0,44,NULL,'Yogesh',NULL,NULL,'Kumar',NULL,NULL,NULL,4,'2015-05-21 13:06:32',0,NULL,NULL,NULL,4,'2015-05-22 15:20:05','ee9e040b-688b-43c7-b18e-acf6c2e8ef1f'),(44,0,45,NULL,'Suhas',NULL,NULL,'Kumar',NULL,NULL,NULL,1,'2015-05-21 13:22:13',0,NULL,NULL,NULL,4,'2015-05-22 15:18:37','386d0718-cbb8-4a34-a7ec-ec263eb870ac'),(45,0,46,NULL,'Varsha',NULL,NULL,'Kumari',NULL,NULL,NULL,1,'2015-05-21 13:25:03',0,NULL,NULL,NULL,4,'2015-05-22 15:19:25','483318a8-e1a5-4cbb-9b56-9f510f9e298b'),(46,0,47,NULL,'Suresh',NULL,NULL,'Kumar',NULL,NULL,NULL,4,'2015-05-22 15:24:31',0,NULL,NULL,NULL,NULL,NULL,'42c6d9f4-6dca-4c31-9e36-27a57a2bd22a'),(54,1,55,NULL,'Reports',NULL,NULL,'User',NULL,NULL,NULL,1,'2016-05-05 13:06:52',0,NULL,NULL,NULL,NULL,NULL,'7897cb04-12b1-11e6-827a-080027d2adbd'),(57,0,58,NULL,'regone',NULL,NULL,'regone',NULL,NULL,NULL,4,'2016-11-10 12:22:27',0,NULL,NULL,NULL,4,'2017-01-23 12:35:38','7ab0d269-fcb2-47b4-99e6-58524c3da2a8'),(58,0,59,NULL,'regtwo',NULL,NULL,'regtwo',NULL,NULL,NULL,4,'2016-11-10 12:22:47',0,NULL,NULL,NULL,4,'2017-01-23 12:36:04','443ffa52-09a7-4bbc-8d90-6f73a5d55d17'),(59,0,60,NULL,'regthree',NULL,NULL,'regthree',NULL,NULL,NULL,4,'2016-11-10 12:25:33',0,NULL,NULL,NULL,4,'2017-01-23 12:35:52','c77c9aa1-1971-42b5-8136-97770e282d0f'),(60,0,61,NULL,'docone',NULL,NULL,'docone',NULL,NULL,NULL,4,'2016-11-10 12:26:05',0,NULL,NULL,NULL,4,'2017-01-23 12:34:58','54dea26e-2265-404a-85eb-ffd7ef5537c4'),(61,0,62,NULL,'doctwo',NULL,NULL,'doctwo',NULL,NULL,NULL,4,'2016-11-10 12:26:26',0,NULL,NULL,NULL,4,'2017-01-23 12:35:26','cd0a3978-1b13-479a-8fbf-18540945aebb'),(62,0,63,NULL,'docthree',NULL,NULL,'docthree',NULL,NULL,NULL,4,'2016-11-10 12:26:44',0,NULL,NULL,NULL,4,'2017-01-23 12:35:14','aa330abb-a2ff-46f5-971e-b6a3e7a2763b'),(63,0,64,NULL,'nurseone',NULL,NULL,'nurseone',NULL,NULL,NULL,4,'2016-11-10 12:27:09',0,NULL,NULL,NULL,4,'2017-01-23 12:36:19','bc573fc2-b2cc-4c2e-a6ff-44edbf023dd6'),(64,0,65,NULL,'nursetwo',NULL,NULL,'nursetwo',NULL,NULL,NULL,4,'2016-11-10 12:27:42',0,NULL,NULL,NULL,4,'2017-01-23 12:36:30','f22eae53-91e0-4123-a3cb-0e70f1beef57'),(65,0,66,NULL,'nursethree',NULL,NULL,'nursethree',NULL,NULL,NULL,4,'2016-11-10 12:28:03',0,NULL,NULL,NULL,4,'2017-01-23 12:36:43','ffe2f27a-62b9-4aca-aee1-1c4d59d926db'),(66,0,67,NULL,'reportone',NULL,NULL,'reportone',NULL,NULL,NULL,4,'2016-11-10 12:28:43',0,NULL,NULL,NULL,4,'2017-01-23 12:37:04','cd2792c3-c136-4be2-90b3-aace24b5ba62'),(67,0,68,NULL,'reporttwo',NULL,NULL,'reporttwo',NULL,NULL,NULL,4,'2016-11-10 12:29:22',0,NULL,NULL,NULL,4,'2017-01-23 12:37:17','780f8ba2-d8ea-45e8-b8ad-a6b7b0a188fe'),(68,0,69,NULL,'reportthree',NULL,NULL,'reportthree',NULL,NULL,NULL,4,'2016-11-10 12:29:52',0,NULL,NULL,NULL,4,'2017-01-23 12:37:30','cd22b9b8-2c6d-48c8-a1fe-3e44bd200c51'); +/*!40000 ALTER TABLE `person_name` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `privilege` +-- + +DROP TABLE IF EXISTS `privilege`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `privilege` ( + `privilege` varchar(255) NOT NULL, + `description` text, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`privilege`), + UNIQUE KEY `privilege_uuid_index` (`uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `privilege` +-- + +LOCK TABLES `privilege` WRITE; +/*!40000 ALTER TABLE `privilege` DISABLE KEYS */; +INSERT INTO `privilege` VALUES ('Add Allergies','Add allergies','6f4b870f-3f10-11e4-adec-0800271c1b75'),('Add Cohorts','Able to add a cohort to the system','4eca32fd-3f10-11e4-adec-0800271c1b75'),('Add Concept Proposals','Able to add concept proposals to the system','4eca34bc-3f10-11e4-adec-0800271c1b75'),('Add Drug Groups','Ability to create Drug Groups','f961cb74-6c2e-4b60-b49b-7d48a9e88c48'),('Add Drug Info','Ability to create Drug Info','9413cd9b-2a15-42b0-9f18-70a607d4ce20'),('Add Encounters','Able to add patient encounters','4eca3570-3f10-11e4-adec-0800271c1b75'),('Add HL7 Inbound Archive','Able to add an HL7 archive item','6f4bd119-3f10-11e4-adec-0800271c1b75'),('Add HL7 Inbound Exception','Able to add an HL7 error item','6f4cc20f-3f10-11e4-adec-0800271c1b75'),('Add HL7 Inbound Queue','Able to add an HL7 Queue item','6f4cee30-3f10-11e4-adec-0800271c1b75'),('Add HL7 Source','Able to add an HL7 Source','6f4d1de7-3f10-11e4-adec-0800271c1b75'),('Add Observations','Able to add patient observations','4eca3615-3f10-11e4-adec-0800271c1b75'),('Add Orders','Able to add orders','4eca36b0-3f10-11e4-adec-0800271c1b75'),('Add Patient Identifiers','Able to add patient identifiers','4eca3756-3f10-11e4-adec-0800271c1b75'),('Add Patient Lists','Ability to create patient lists','8497584a-1db4-4990-bdee-59c2fab56096'),('Add Patient Programs','Able to add patients to programs','4eca37fb-3f10-11e4-adec-0800271c1b75'),('Add Patients','Able to add patients','4eca389b-3f10-11e4-adec-0800271c1b75'),('Add People','Able to add person objects','4eca3931-3f10-11e4-adec-0800271c1b75'),('Add Problems','Add problems','6f4d5f06-3f10-11e4-adec-0800271c1b75'),('Add Relationships','Able to add relationships','4eca39b8-3f10-11e4-adec-0800271c1b75'),('Add Report Objects','Able to add report objects','4eca3a3e-3f10-11e4-adec-0800271c1b75'),('Add Reports','Able to add reports','4eca3ac1-3f10-11e4-adec-0800271c1b75'),('Add Users','Able to add users to OpenMRS','4eca3c52-3f10-11e4-adec-0800271c1b75'),('Add Visits','Able to add visits','6f4d7fbb-3f10-11e4-adec-0800271c1b75'),('app:admin','Bahmni admin app access privilege','bb5b08be-3f10-11e4-adec-0800271c1b75'),('app:adt','bahmni adt access privilege','820d4a17-3f10-11e4-adec-0800271c1b75'),('app:appointments','Able to view Appointments module','a3ad55e4-c70d-11e7-aa2b-8e7070d6a3d1'),('app:appointments:adminTab','Able to manage services in appointments module','a3af047e-c70d-11e7-aa2b-8e7070d6a3d1'),('app:appointments:manageAppointmentsTab','Able to manage appointments in appointments module','a3ae36a4-c70d-11e7-aa2b-8e7070d6a3d1'),('app:clinical','Bahmni clinical app access privilege','81f78a84-3f10-11e4-adec-0800271c1b75'),('app:clinical:bacteriologyTab','View Bacteriology tab','695f8ffc-a662-11e6-91e9-0800270d80ce'),('app:clinical:consultationTab','View Disposition tab','c1a07d47-3f10-11e4-adec-0800271c1b75'),('app:clinical:deleteDiagnosis','Bahmni delete diagnosis privilege','88a21a25-facd-11e4-b248-005056820298'),('app:clinical:diagnosisTab','View and Edit Diagnosis tab','c1a0029f-3f10-11e4-adec-0800271c1b75'),('app:clinical:dispositionTab','View Disposition tab','c1a02e80-3f10-11e4-adec-0800271c1b75'),('app:clinical:grantProviderAccess','Bahmni clinical app grant access for other Provider','88a62b0a-facd-11e4-b248-005056820298'),('app:clinical:history','JSS observation history view and edit','c19fe914-3f10-11e4-adec-0800271c1b75'),('app:clinical:locationpicker','View Location Picker option','4d6d6a5b-3872-11e6-b6dd-080027ba5baf'),('app:clinical:observationTab','View Disposition tab','c1a0551f-3f10-11e4-adec-0800271c1b75'),('app:clinical:onbehalf','View On behalf of option','4d6f2a4d-3872-11e6-b6dd-080027ba5baf'),('app:clinical:ordersTab','View Orders tab','695f7fe4-a662-11e6-91e9-0800270d80ce'),('app:clinical:retrospective','Bahmni clinical app retrospective access privilege','c2b5e700-b7fb-11e4-9c67-080027b662ec'),('app:clinical:treatmentTab','View Treatment tab','695f6c45-a662-11e6-91e9-0800270d80ce'),('app:common:closeVisit','Adding close visit privilege','b6b9265c-e7e7-11e4-b248-005056820298'),('app:common:registration_consultation_link','Adding Registration to/from Consultation Link','ff219c0a-e276-11e4-900f-080027b662ec'),('app:dhis','DHIS app access privilege','bfdc632f-b7fb-11e4-9c67-080027b662ec'),('app:document-upload','bahmni document upload access privilege','820b0d2a-3f10-11e4-adec-0800271c1b75'),('app:emergency','bahmni emergency app access privilege','8509869a-3f10-11e4-adec-0800271c1b75'),('app:implementer-interface','Will give access to implementer interface app','695fb110-a662-11e6-91e9-0800270d80ce'),('app:orders','Bahmni Orders App Access Privilege','5c7682a8-f478-11e4-b248-005056820298'),('app:patient-documents','Will give access to patient documents app','69613641-a662-11e6-91e9-0800270d80ce'),('app:radiology-upload','Will give access to radiology app','695fc13a-a662-11e6-91e9-0800270d80ce'),('app:radiologyOrders','Bahmni radiology orders access privilege','81f8f42e-3f10-11e4-adec-0800271c1b75'),('app:registration','Bahmni registration app access privilege','85075bb1-3f10-11e4-adec-0800271c1b75'),('app:reports','View Reports','064a48bf-99a5-11e5-bbf3-080027b662ec'),('Assign Beds','Able to assign bed to patient','02b3e36b-99a5-11e5-bbf3-080027b662ec'),('Assign System Developer Role','Able to assign System Developer role','dad8cd31-5c2d-4254-b5ce-65e803fcad79'),('bahmni:clinical:dispense','Bahmni drug order dispensing privilege','ff08a5e8-e276-11e4-900f-080027b662ec'),('Configure Visits','Able to choose encounter visit handler and enable/disable encounter visits','6f4d919f-3f10-11e4-adec-0800271c1b75'),('Delete Cohorts','Able to add a cohort to the system','4eca3cec-3f10-11e4-adec-0800271c1b75'),('Delete Concept Proposals','Able to delete concept proposals from the system','4eca3d69-3f10-11e4-adec-0800271c1b75'),('Delete Drug Groups','Ability to delete Drug Groups','85cbf15a-7cc2-4494-83a5-f084f98afd3d'),('Delete Drug Info','Ability to delete Drug Info','9e5908b4-096a-4f1f-8f68-9ae1f5a229f2'),('Delete Encounters','Able to delete patient encounters','4eca3deb-3f10-11e4-adec-0800271c1b75'),('Delete HL7 Inbound Archive','Able to delete/retire an HL7 archive item','6f4dadc2-3f10-11e4-adec-0800271c1b75'),('Delete HL7 Inbound Exception','Able to delete an HL7 archive item','6f4dd41a-3f10-11e4-adec-0800271c1b75'),('Delete HL7 Inbound Queue','Able to delete an HL7 Queue item','6f4e2310-3f10-11e4-adec-0800271c1b75'),('Delete Notes','Able to delete patient notes','0bb5bf96-a4dc-4dc1-afa1-2c1ee3f35184'),('Delete Observations','Able to delete patient observations','4eca3e69-3f10-11e4-adec-0800271c1b75'),('Delete Orders','Able to delete orders','4eca3ee6-3f10-11e4-adec-0800271c1b75'),('Delete Patient Identifiers','Able to delete patient identifiers','4eca3f62-3f10-11e4-adec-0800271c1b75'),('Delete Patient Lists','Ability to delete patient lists','7d640af5-967b-4165-9075-c7b4006600e3'),('Delete Patient Programs','Able to delete patients from programs','4eca3fe0-3f10-11e4-adec-0800271c1b75'),('Delete Patients','Able to delete patients','4eca4060-3f10-11e4-adec-0800271c1b75'),('Delete People','Able to delete objects','4eca40db-3f10-11e4-adec-0800271c1b75'),('Delete Relationships','Able to delete relationships','4eca4158-3f10-11e4-adec-0800271c1b75'),('Delete Report Objects','Able to delete report objects','4eca41d4-3f10-11e4-adec-0800271c1b75'),('Delete Reports','Able to delete reports','4eca424f-3f10-11e4-adec-0800271c1b75'),('Delete Users','Able to delete users in OpenMRS','4eca42cc-3f10-11e4-adec-0800271c1b75'),('Delete Visits','Able to delete visits','6f4e4854-3f10-11e4-adec-0800271c1b75'),('Discharge Summary','Discharge Summary Privilege','c19fd714-3f10-11e4-adec-0800271c1b75'),('Edit Admission Locations','Able to Edit admission locations','02b6c5e6-99a5-11e5-bbf3-080027b662ec'),('Edit Allergies','Able to edit allergies','6f4e6a22-3f10-11e4-adec-0800271c1b75'),('Edit Cohorts','Able to add a cohort to the system','4eca434a-3f10-11e4-adec-0800271c1b75'),('Edit Concept Proposals','Able to edit concept proposals in the system','4eca43c6-3f10-11e4-adec-0800271c1b75'),('Edit conditions','Privilege to add or edit conditions','a3a6c697-c70d-11e7-aa2b-8e7070d6a3d1'),('Edit Drug Groups','Ability to edit Drug Groups','6c8d55d5-58cc-47cc-8c63-98d467fcb7c8'),('Edit Drug Info','Ability to edit Drug Info','084c150a-be2f-468a-adeb-9163aef74400'),('Edit Encounters','Able to edit patient encounters','4eca4442-3f10-11e4-adec-0800271c1b75'),('Edit Notes','Able to edit patient notes','88e1734f-cfbb-44f5-9337-3fb136fe429f'),('Edit Observations','Able to edit patient observations','4eca44bb-3f10-11e4-adec-0800271c1b75'),('Edit Orders','Able to edit orders','4eca4536-3f10-11e4-adec-0800271c1b75'),('Edit Patient Identifiers','Able to edit patient identifiers','4eca45b3-3f10-11e4-adec-0800271c1b75'),('Edit Patient Lists','Ability to edit patient lists','93dfe108-4605-4752-909c-f414638dc249'),('Edit Patient Programs','Able to edit patients in programs','4eca4631-3f10-11e4-adec-0800271c1b75'),('Edit Patients','Able to edit patients','4eca46ac-3f10-11e4-adec-0800271c1b75'),('Edit People','Able to edit person objects','4eca4725-3f10-11e4-adec-0800271c1b75'),('Edit Problems','Able to edit problems','6f4e99ea-3f10-11e4-adec-0800271c1b75'),('Edit Relationships','Able to edit relationships','4eca47a0-3f10-11e4-adec-0800271c1b75'),('Edit Report Objects','Able to edit report objects','4eca4819-3f10-11e4-adec-0800271c1b75'),('Edit Reports','Able to edit reports','4eca4894-3f10-11e4-adec-0800271c1b75'),('Edit Tags','Able to associate tags to the bed','a0d2f4d0-c70d-11e7-aa2b-8e7070d6a3d1'),('Edit User Passwords','Able to change the passwords of users in OpenMRS','4eca490f-3f10-11e4-adec-0800271c1b75'),('Edit Users','Able to edit users in OpenMRS','4eca498a-3f10-11e4-adec-0800271c1b75'),('Edit Visits','Able to edit visits','6f4ebf25-3f10-11e4-adec-0800271c1b75'),('Form Entry','Allows user to access Form Entry pages/functions','4eca4a06-3f10-11e4-adec-0800271c1b75'),('Generate Batch of Identifiers','Allows user to generate a batch of identifiers to a file for offline use','ccd9e0d2-09c1-4def-b1f4-abe1b1c34d16'),('Get Admission Locations','Able to view admission locations','02b4ae05-99a5-11e5-bbf3-080027b662ec'),('Get Allergies','Able to get allergies','d05118c6-2490-4d78-a41a-390e3596a220'),('Get Beds','Able to view available beds','02b02e78-99a5-11e5-bbf3-080027b662ec'),('Get Care Settings','Able to get Care Settings','980ac4d1-3f10-11e4-adec-0800271c1b75'),('Get Concept Attribute Types','Able to get concept attribute types','09c08376-cd1b-4898-93fb-65f731b18219'),('Get Concept Classes','Able to get concept classes','d05118c6-2490-4d78-a41a-390e3596a238'),('Get Concept Datatypes','Able to get concept datatypes','d05118c6-2490-4d78-a41a-390e3596a237'),('Get Concept Map Types','Able to get concept map types','d05118c6-2490-4d78-a41a-390e3596a230'),('Get Concept Proposals','Able to get concept proposals to the system','d05118c6-2490-4d78-a41a-390e3596a250'),('Get Concept Reference Terms','Able to get concept reference terms','d05118c6-2490-4d78-a41a-390e3596a229'),('Get Concept Sources','Able to get concept sources','d05118c6-2490-4d78-a41a-390e3596a231'),('Get Concepts','Able to get concept entries','d05118c6-2490-4d78-a41a-390e3596a251'),('Get conditions','Privilege to view conditions','a3a799f4-c70d-11e7-aa2b-8e7070d6a3d1'),('Get Database Changes','Able to get database changes from the admin screen','d05118c6-2490-4d78-a41a-390e3596a222'),('Get Encounter Roles','Able to get encounter roles','d05118c6-2490-4d78-a41a-390e3596a210'),('Get Encounter Types','Able to get encounter types','d05118c6-2490-4d78-a41a-390e3596a247'),('Get Encounters','Able to get patient encounters','d05118c6-2490-4d78-a41a-390e3596a248'),('Get Field Types','Able to get field types','d05118c6-2490-4d78-a41a-390e3596a234'),('Get Forms','Able to get forms','d05118c6-2490-4d78-a41a-390e3596a240'),('Get Global Properties','Able to get global properties on the administration screen','d05118c6-2490-4d78-a41a-390e3596a226'),('Get HL7 Inbound Archive','Able to get an HL7 archive item','d05118c6-2490-4d78-a41a-390e3596a217'),('Get HL7 Inbound Exception','Able to get an HL7 error item','d05118c6-2490-4d78-a41a-390e3596a216'),('Get HL7 Inbound Queue','Able to get an HL7 Queue item','d05118c6-2490-4d78-a41a-390e3596a218'),('Get HL7 Source','Able to get an HL7 Source','d05118c6-2490-4d78-a41a-390e3596a219'),('Get Identifier Types','Able to get patient identifier types','d05118c6-2490-4d78-a41a-390e3596a239'),('Get Location Attribute Types','Able to get location attribute types','d05118c6-2490-4d78-a41a-390e3596a212'),('Get Locations','Able to get locations','d05118c6-2490-4d78-a41a-390e3596a246'),('Get Notes','Able to get patient notes','a7594313-00a7-4453-9cdf-ac1fe3912d4f'),('Get Observations','Able to get patient observations','d05118c6-2490-4d78-a41a-390e3596a245'),('Get Order Frequencies','Able to get Order Frequencies','9804a0c9-3f10-11e4-adec-0800271c1b75'),('Get Order Sets','Able to get order sets','def7d698-8be0-417a-b502-6c459109d440'),('Get Order Types','Able to get order types','d05118c6-2490-4d78-a41a-390e3596a233'),('Get Orders','Able to get orders','d05118c6-2490-4d78-a41a-390e3596a241'),('Get Patient Cohorts','Able to get patient cohorts','d05118c6-2490-4d78-a41a-390e3596a242'),('Get Patient Identifiers','Able to get patient identifiers','d05118c6-2490-4d78-a41a-390e3596a243'),('Get Patient Programs','Able to get which programs that patients are in','d05118c6-2490-4d78-a41a-390e3596a227'),('Get Patients','Able to get patients','d05118c6-2490-4d78-a41a-390e3596a244'),('Get People','Able to get person objects','d05118c6-2490-4d78-a41a-390e3596a224'),('Get Person Attribute Types','Able to get person attribute types','d05118c6-2490-4d78-a41a-390e3596a225'),('Get Privileges','Able to get user privileges','d05118c6-2490-4d78-a41a-390e3596a236'),('Get Problems','Able to get problems','d05118c6-2490-4d78-a41a-390e3596a221'),('Get Programs','Able to get patient programs','d05118c6-2490-4d78-a41a-390e3596a228'),('Get Providers','Able to get Providers','d05118c6-2490-4d78-a41a-390e3596a211'),('Get Relationship Types','Able to get relationship types','d05118c6-2490-4d78-a41a-390e3596a232'),('Get Relationships','Able to get relationships','d05118c6-2490-4d78-a41a-390e3596a223'),('Get Roles','Able to get user roles','d05118c6-2490-4d78-a41a-390e3596a235'),('Get Tags','Able to get the tags','a0d1d0b7-c70d-11e7-aa2b-8e7070d6a3d1'),('Get Users','Able to get users in OpenMRS','d05118c6-2490-4d78-a41a-390e3596a249'),('Get Visit Attribute Types','Able to get visit attribute types','d05118c6-2490-4d78-a41a-390e3596a213'),('Get Visit Types','Able to get visit types','d05118c6-2490-4d78-a41a-390e3596a215'),('Get Visits','Able to get visits','d05118c6-2490-4d78-a41a-390e3596a214'),('Manage Address Hierarchy','Able to add/edit/delete address hierarchies','6f4ee4d2-3f10-11e4-adec-0800271c1b75'),('Manage Address Templates','Able to add/edit/delete address templates','6f4f066b-3f10-11e4-adec-0800271c1b75'),('Manage Alerts','Able to add/edit/delete user alerts','4eca4a7e-3f10-11e4-adec-0800271c1b75'),('Manage Appointment Services','Able to manage Services in Appointments module','a4dd544a-c70d-11e7-aa2b-8e7070d6a3d1'),('Manage Appointments','Able to manage Appointments in Appointments module','a4dc2c9e-c70d-11e7-aa2b-8e7070d6a3d1'),('Manage Auto Generation Options','Allows user add, edit, and remove auto-generation options','9a9c99b7-c12f-4bfe-919b-75f29deaffa8'),('Manage Cohort Definitions','Add/Edit/Remove Cohort Definitions','4d5da4a9-7ae4-47e5-92ae-ff08f90ed4cb'),('Manage Concept Attribute Types','Able to add/edit/retire concept attribute types','463b9b01-abc9-4864-a822-04442465ef2d'),('Manage Concept Classes','Able to add/edit/retire concept classes','4eca4af9-3f10-11e4-adec-0800271c1b75'),('Manage Concept Datatypes','Able to add/edit/retire concept datatypes','4eca4b74-3f10-11e4-adec-0800271c1b75'),('Manage Concept Map Types','Able to add/edit/retire concept map types','6f4f3fc5-3f10-11e4-adec-0800271c1b75'),('Manage Concept Name tags','Able to add/edit/delete concept name tags','6f4f5dab-3f10-11e4-adec-0800271c1b75'),('Manage Concept Reference Terms','Able to add/edit/retire reference terms','6f4f805b-3f10-11e4-adec-0800271c1b75'),('Manage Concept Sources','Able to add/edit/delete concept sources','4eca4bf0-3f10-11e4-adec-0800271c1b75'),('Manage Concept Stop Words','Able to view/add/remove the concept stop words','6f4faba7-3f10-11e4-adec-0800271c1b75'),('Manage Concepts','Able to add/edit/delete concept entries','4eca4c6f-3f10-11e4-adec-0800271c1b75'),('Manage Data Set Definitions','Add/Edit/Remove Data Set Definitions','b01e86b1-f7a2-41ca-8d10-873268fbafd0'),('Manage Dimension Definitions','Add/Edit/Remove Dimension Definitions','2d279c86-67d7-4bbc-b967-91bfc6041568'),('Manage Encounter Roles','Able to add/edit/retire encounter roles','6f4fd0d3-3f10-11e4-adec-0800271c1b75'),('Manage Encounter Types','Able to add/edit/delete encounter types','4eca4ceb-3f10-11e4-adec-0800271c1b75'),('Manage Field Types','Able to add/edit/retire field types','4eca4d68-3f10-11e4-adec-0800271c1b75'),('Manage FormEntry XSN','Allows user to upload and edit the xsns stored on the server','4eca4de3-3f10-11e4-adec-0800271c1b75'),('Manage Forms','Able to add/edit/delete forms','4eca4e60-3f10-11e4-adec-0800271c1b75'),('Manage Global Properties','Able to add/edit global properties','4eca4eda-3f10-11e4-adec-0800271c1b75'),('Manage HL7 Messages','Able to add/edit/delete HL7 messages','6f5012a0-3f10-11e4-adec-0800271c1b75'),('Manage Identifier Sequence','Allows user to update Identifier sequence','90e180cc-e15b-465c-877a-4b5577a03ec0'),('Manage Identifier Sources','Allows user add, edit, and remove identifier sources','86c4a539-39bc-4085-bd9a-b46aab508797'),('Manage Identifier Types','Able to add/edit/delete patient identifier types','4eca4f56-3f10-11e4-adec-0800271c1b75'),('Manage Implementation Id','Able to view/add/edit the implementation id for the system','6f507852-3f10-11e4-adec-0800271c1b75'),('Manage Indicator Definitions','Add/Edit/Remove Indicator Definitions','646aa8db-e1d2-47ac-9720-c41f7b756ed4'),('Manage Location Attribute Types','Able to add/edit/retire location attribute types','6f50b6ae-3f10-11e4-adec-0800271c1b75'),('Manage Location Tags','Able to add/edit/delete location tags','6f50edf6-3f10-11e4-adec-0800271c1b75'),('Manage Locations','Able to add/edit/delete locations','4eca4fd4-3f10-11e4-adec-0800271c1b75'),('Manage Metadata Mapping','Able to manage metadata mappings','290635a4-ee59-41f1-82fe-ec292f3e2e43'),('Manage Modules','Able to add/remove modules to the system','4eca504e-3f10-11e4-adec-0800271c1b75'),('Manage Order Frequencies','Able to add/edit/retire Order Frequencies','98085520-3f10-11e4-adec-0800271c1b75'),('Manage Order Sets','Able to manage order sets','d4b4d067-5bce-45fb-b05c-e5434d269b16'),('Manage Order Types','Able to add/edit/retire order types','4eca50c9-3f10-11e4-adec-0800271c1b75'),('Manage Person Attribute Types','Able to add/edit/delete person attribute types','4eca5319-3f10-11e4-adec-0800271c1b75'),('Manage Privileges','Able to add/edit/delete privileges','4eca53aa-3f10-11e4-adec-0800271c1b75'),('Manage Program Attribute Types','Access to enter,edit and view program attributes','6bcf33aa-12b2-11e6-8c00-080027d2adbd'),('Manage Programs','Able to add/view/delete patient programs','4eca5427-3f10-11e4-adec-0800271c1b75'),('Manage Providers','Able to edit Provider','6f52262c-3f10-11e4-adec-0800271c1b75'),('Manage Relationship Types','Able to add/edit/retire relationship types','4eca54a5-3f10-11e4-adec-0800271c1b75'),('Manage Relationships','Able to add/edit/delete relationships','4eca5523-3f10-11e4-adec-0800271c1b75'),('Manage Report Definitions','Add/Edit/Remove Report Definitions','71e20623-2c54-421c-af6f-8314b4c67191'),('Manage Report Designs','Add/Edit/Remove Report Designs','dc757a21-e309-49a2-bb03-527ddad96a09'),('Manage Reports','Base privilege for add/edit/delete reporting definitions. This gives access to the administrative menus, but you need to grant additional privileges to manage each specific type of reporting definition','2edff344-b3ab-4628-8568-6bd1b296908b'),('Manage RESTWS','Allows to configure RESTWS module','cf5ff72f-da71-46fc-9323-660e050fe287'),('Manage Roles','Able to add/edit/delete user roles','4eca559e-3f10-11e4-adec-0800271c1b75'),('Manage Rule Definitions','Allows creation and editing of user-defined rules','6f5251e7-3f10-11e4-adec-0800271c1b75'),('Manage Scheduled Report Tasks','Manage Task Scheduling in Reporting Module','1142130f-e805-47ba-9624-23bd20504fc1'),('Manage Scheduler','Able to add/edit/remove scheduled tasks','4eca5619-3f10-11e4-adec-0800271c1b75'),('Manage Search Index','Able to manage the search index','ec71adfc-c225-4ffe-a716-477dd5fccd61'),('Manage Token Registrations','Allows to create/update/delete token registrations','82da5938-d0b2-4b0c-bcf5-6385ece6ecbd'),('Manage Tokens','Allows registering and removal of tokens','6f527ea0-3f10-11e4-adec-0800271c1b75'),('Manage Visit Attribute Types','Able to add/edit/retire visit attribute types','6f52abdb-3f10-11e4-adec-0800271c1b75'),('Manage Visit Types','Able to add/edit/delete visit types','6f52f0d2-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Demographics Section','Able to view the \'Demographics\' tab on the patient dashboard','4eca5696-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Encounters Section','Able to view the \'Encounters\' tab on the patient dashboard','4eca571f-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Forms Section','Allows user to view the Forms tab on the patient dashboard','4eca57a3-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Graphs Section','Able to view the \'Graphs\' tab on the patient dashboard','4eca5825-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Overview Section','Able to view the \'Overview\' tab on the patient dashboard','4eca58a7-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Patient Summary','Able to view the \'Summary\' tab on the patient dashboard','4eca592a-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Regimen Section','Able to view the \'Regimen\' tab on the patient dashboard','4eca59ab-3f10-11e4-adec-0800271c1b75'),('Patient Dashboard - View Visits Section','Able to view the \'Visits\' tab on the patient dashboard','6f592296-3f10-11e4-adec-0800271c1b75'),('Patient Overview - View Allergies','Able to view the Allergies portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a261'),('Patient Overview - View Patient Actions','Able to view the Patient Actions portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a264'),('Patient Overview - View Patient Flags','Able to view the \'Patient Flags\' portlet on the patient dashboard\'s overview tab','335f1d59-d149-42cd-a26e-0919efe1cfea'),('Patient Overview - View Problem List','Able to view the Problem List portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a260'),('Patient Overview - View Programs','Able to view the Programs portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a263'),('Patient Overview - View Relationships','Able to view the Relationships portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a262'),('Provider Management - Admin','Allows access to admin pages of the provider management module','f2b2e6d0-c659-46b9-846e-108801eeed6f'),('Provider Management API','Allows access to all provider management service and provider suggestion service API method','cc955d19-4a43-4195-a2e1-732cd929ca68'),('Provider Management API - Read-only','Allows access to all provider management service and provider suggestion service API methods that are read-only','6f12d2de-72f8-482a-b243-f9f014d62a36'),('Provider Management Dashboard - Edit Patients','Allows access to editing patient information on the provider management dashboard','1df74687-b74e-437d-9bce-ab979c56329b'),('Provider Management Dashboard - Edit Providers','Allows access to editing provider information on the provider management dashboard','ce988e56-75bc-4bb5-ae5d-c6e47722640d'),('Provider Management Dashboard - View Historical','Allows access to viewing historical patient (if user has view patients right) and supervisee information on the provider management dashboard','b5ef2740-a345-4f9b-a5f4-23f7b3bff3ba'),('Provider Management Dashboard - View Patients','Allows access to viewing patient information on the provider management dashboard','e0a3251f-ea05-414e-bc45-5a4c3e6fdcd9'),('Provider Management Dashboard - View Providers','Allows access to viewing provider information on the provider management dashboard','e37c8a1e-8a5d-42da-bc48-989fedda9d10'),('Purge Field Types','Able to purge field types','4eca5a33-3f10-11e4-adec-0800271c1b75'),('Purge Program Attribute Types','Access to purge program attribute types','6bd13e4b-12b2-11e6-8c00-080027d2adbd'),('Remove Allergies','Remove allergies','6f5956e1-3f10-11e4-adec-0800271c1b75'),('Remove Problems','Remove problems','6f597f90-3f10-11e4-adec-0800271c1b75'),('Run Reports','Schedule the running of a report','6e0bfd32-aa99-4706-b510-69b3f1497098'),('Share Metadata','Allows user to export and import metadata','fec95a20-3897-406b-b714-a6d5568a0c96'),('Task: Modify Allergies','Able to add, edit, delete allergies','600422e8-86d0-4e12-994b-ac7411a95652'),('Update HL7 Inbound Archive','Able to update an HL7 archive item','6f59b83f-3f10-11e4-adec-0800271c1b75'),('Update HL7 Inbound Exception','Able to update an HL7 archive item','6f59f601-3f10-11e4-adec-0800271c1b75'),('Update HL7 Inbound Queue','Able to update an HL7 Queue item','6f5a4bd4-3f10-11e4-adec-0800271c1b75'),('Update HL7 Source','Able to update an HL7 Source','6f5a8512-3f10-11e4-adec-0800271c1b75'),('Upload Batch of Identifiers','Allows user to upload a batch of identifiers','4cc32015-1f0c-4d42-8935-84496be57605'),('Upload XSN','Allows user to upload/overwrite the XSNs defined for forms','4eca5ab2-3f10-11e4-adec-0800271c1b75'),('View Administration Functions','Able to view the \'Administration\' link in the navigation bar','4eca5b2e-3f10-11e4-adec-0800271c1b75'),('View Allergies','Able to view allergies in OpenMRS','4eca5bac-3f10-11e4-adec-0800271c1b75'),('View Appointment Services','Able to view Services in Appointments module','a4dcbd43-c70d-11e7-aa2b-8e7070d6a3d1'),('View Appointments','Able to view Appointments in Appointments module','a4db9915-c70d-11e7-aa2b-8e7070d6a3d1'),('View Calculations','Allows to view Calculations','43636b05-fd2b-408e-ac38-ac685c80afda'),('View Concept Classes','Able to view concept classes','4eca5d38-3f10-11e4-adec-0800271c1b75'),('View Concept Datatypes','Able to view concept datatypes','4eca5db6-3f10-11e4-adec-0800271c1b75'),('View Concept Map Types','Able to view concept map types','6f5abce6-3f10-11e4-adec-0800271c1b75'),('View Concept Proposals','Able to view concept proposals to the system','4eca5e36-3f10-11e4-adec-0800271c1b75'),('View Concept Reference Terms','Able to view concept reference terms','6f5b06bf-3f10-11e4-adec-0800271c1b75'),('View Concept Sources','Able to view concept sources','4eca5eb2-3f10-11e4-adec-0800271c1b75'),('View Concepts','Able to view concept entries','4eca5f2d-3f10-11e4-adec-0800271c1b75'),('View Data Entry Statistics','Able to view data entry statistics from the admin screen','4eca5fa9-3f10-11e4-adec-0800271c1b75'),('View Database Changes','Able to view database changes from the admin screen','6f5b2c2e-3f10-11e4-adec-0800271c1b75'),('View Drug Groups','Ability to view Drug Groups','c4e473a5-a933-4310-8739-5e90138aa3fc'),('View Drug Info','Ability to view Drug Info','15dcac8c-9512-4b0e-94da-b23cdde3b824'),('View Encounter Roles','Able to view encounter roles','6f5caaf6-3f10-11e4-adec-0800271c1b75'),('View Encounter Types','Able to view encounter types','4eca6025-3f10-11e4-adec-0800271c1b75'),('View Encounters','Able to view patient encounters','4eca60a1-3f10-11e4-adec-0800271c1b75'),('View Field Types','Able to view field types','4eca611c-3f10-11e4-adec-0800271c1b75'),('View Forms','Able to view forms','4eca6197-3f10-11e4-adec-0800271c1b75'),('View Global Properties','Able to view global properties on the administration screen','4eca6214-3f10-11e4-adec-0800271c1b75'),('View HL7 Inbound Archive','Able to view an HL7 archive item','6f5cda22-3f10-11e4-adec-0800271c1b75'),('View HL7 Inbound Exception','Able to view an HL7 archive item','6f5d05fd-3f10-11e4-adec-0800271c1b75'),('View HL7 Inbound Queue','Able to view an HL7 Queue item','6f5d37a6-3f10-11e4-adec-0800271c1b75'),('View HL7 Source','Able to view an HL7 Source','6f5ec66c-3f10-11e4-adec-0800271c1b75'),('View Identifier Types','Able to view patient identifier types','4eca6290-3f10-11e4-adec-0800271c1b75'),('View Location Attribute Types','Able to view location attribute types','6f5efd6a-3f10-11e4-adec-0800271c1b75'),('View Locations','Able to view locations','4eca630d-3f10-11e4-adec-0800271c1b75'),('View Metadata Via Mapping','Able to view metadata via a mapping','2c537d25-968e-41b7-87ee-890b1655a887'),('View Navigation Menu','Ability to see the navigation menu','4eca6386-3f10-11e4-adec-0800271c1b75'),('View Observations','Able to view patient observations','4eca6405-3f10-11e4-adec-0800271c1b75'),('View Order Types','Able to view order types','4eca6480-3f10-11e4-adec-0800271c1b75'),('View Orders','Able to view orders','4eca64fa-3f10-11e4-adec-0800271c1b75'),('View Patient Cohorts','Able to view patient cohorts','4eca6577-3f10-11e4-adec-0800271c1b75'),('View Patient Identifiers','Able to view patient identifiers','4eca65f4-3f10-11e4-adec-0800271c1b75'),('View Patient Lists','Ability to view patient lists','22b87223-04a5-4ce2-9445-1f89d6a14db9'),('View Patient Programs','Able to see which programs that patients are in','4eca6675-3f10-11e4-adec-0800271c1b75'),('View Patients','Able to view patients','4eca66f3-3f10-11e4-adec-0800271c1b75'),('View People','Able to view person objects','4eca676e-3f10-11e4-adec-0800271c1b75'),('View Person Attribute Types','Able to view person attribute types','4eca67ec-3f10-11e4-adec-0800271c1b75'),('View Privileges','Able to view user privileges','4eca6869-3f10-11e4-adec-0800271c1b75'),('View Problems','Able to view problems in OpenMRS','4eca68e5-3f10-11e4-adec-0800271c1b75'),('View Program Attribute Types','Access to only view program attributes','6bd04709-12b2-11e6-8c00-080027d2adbd'),('View Programs','Able to view patient programs','4eca695f-3f10-11e4-adec-0800271c1b75'),('View Providers','Able to view Provider','6f5f2a87-3f10-11e4-adec-0800271c1b75'),('View Relationship Types','Able to view relationship types','4eca69dc-3f10-11e4-adec-0800271c1b75'),('View Relationships','Able to view relationships','4eca6a59-3f10-11e4-adec-0800271c1b75'),('View Report Objects','Able to view report objects','4eca6ad4-3f10-11e4-adec-0800271c1b75'),('View Reports','Able to view reports','4eca6b51-3f10-11e4-adec-0800271c1b75'),('View RESTWS','Gives access to RESTWS in administration','f5aa0a05-6608-47c8-ad57-59d601486f13'),('View Roles','Able to view user roles','4eca6bcc-3f10-11e4-adec-0800271c1b75'),('View Rule Definitions','Allows viewing of user-defined rules. (This privilege is not necessary to run rules under normal usage.)','6f5f5119-3f10-11e4-adec-0800271c1b75'),('View Token Registrations','Allows to view token registrations','04991e11-51f8-43f4-840c-98d84775d8cf'),('View Unpublished Forms','Able to view and fill out unpublished forms','4eca6c48-3f10-11e4-adec-0800271c1b75'),('View Users','Able to view users in OpenMRS','4eca6cc8-3f10-11e4-adec-0800271c1b75'),('View Visit Attribute Types','Able to view visit attribute types','6f5f95ad-3f10-11e4-adec-0800271c1b75'),('View Visit Types','Able to view visit types','6f5fbaeb-3f10-11e4-adec-0800271c1b75'),('View Visits','Able to view visits','6f5fde61-3f10-11e4-adec-0800271c1b75'); +/*!40000 ALTER TABLE `privilege` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `program` +-- + +DROP TABLE IF EXISTS `program`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `program` ( + `program_id` int(11) NOT NULL AUTO_INCREMENT, + `concept_id` int(11) NOT NULL DEFAULT '0', + `outcomes_concept_id` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(50) NOT NULL, + `description` text, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`program_id`), + UNIQUE KEY `program_uuid_index` (`uuid`), + KEY `user_who_changed_program` (`changed_by`), + KEY `program_concept` (`concept_id`), + KEY `program_creator` (`creator`), + KEY `program_outcomes_concept_id_fk` (`outcomes_concept_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `program` +-- + +LOCK TABLES `program` WRITE; +/*!40000 ALTER TABLE `program` DISABLE KEYS */; +INSERT INTO `program` VALUES (1,1047,3166,4,'2016-11-09 16:47:43',4,'2016-11-09 16:53:48',0,'HIV Program','HIV Program','5789a170-c020-4879-ae39-06b1de26cb5f'),(2,3136,3168,4,'2016-11-09 16:49:14',4,'2016-11-09 16:56:22',0,'TB Program','TB','b968ecad-8451-4193-af0c-dd0072c911a9'); +/*!40000 ALTER TABLE `program` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `program_attribute_type` +-- + +DROP TABLE IF EXISTS `program_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `program_attribute_type` ( + `program_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `min_occurs` int(11) NOT NULL, + `max_occurs` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` smallint(6) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`program_attribute_type_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `name` (`name`), + KEY `program_attribute_type_creator_fk` (`creator`), + KEY `program_attribute_type_changed_by_fk` (`changed_by`), + KEY `program_attribute_type_retired_by_fk` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `program_attribute_type` +-- + +LOCK TABLES `program_attribute_type` WRITE; +/*!40000 ALTER TABLE `program_attribute_type` DISABLE KEYS */; +INSERT INTO `program_attribute_type` VALUES (1,'ID_Number','ID Number','org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype','[0-9]*',NULL,NULL,0,NULL,1,'2016-11-10 11:07:27',NULL,NULL,0,NULL,NULL,NULL,'c41f844e-a707-11e6-91e9-0800270d80ce'),(2,'Date','Treatment Date','org.openmrs.customdatatype.datatype.DateDatatype',NULL,NULL,NULL,0,NULL,1,'2016-11-10 11:10:25',NULL,NULL,0,NULL,NULL,NULL,'2dc1aafd-a708-11e6-91e9-0800270d80ce'),(3,'Co-morbidites','Co-morbidites','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,0,NULL,1,'2016-11-10 11:11:53',NULL,NULL,0,NULL,NULL,NULL,'62346a80-a708-11e6-91e9-0800270d80ce'),(4,'Doctor','Doctor-In-Charge','org.openmrs.customdatatype.datatype.FreeTextDatatype',NULL,NULL,NULL,0,NULL,1,'2016-11-10 11:16:47',NULL,NULL,0,NULL,NULL,NULL,'1172915f-a709-11e6-91e9-0800270d80ce'),(5,'Stage','Patient Stage','org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype','3195',NULL,NULL,0,NULL,1,'2016-11-10 11:17:53',NULL,NULL,0,NULL,NULL,NULL,'39202f47-a709-11e6-91e9-0800270d80ce'); +/*!40000 ALTER TABLE `program_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `program_workflow` +-- + +DROP TABLE IF EXISTS `program_workflow`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `program_workflow` ( + `program_workflow_id` int(11) NOT NULL AUTO_INCREMENT, + `program_id` int(11) NOT NULL DEFAULT '0', + `concept_id` int(11) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`program_workflow_id`), + UNIQUE KEY `program_workflow_uuid_index` (`uuid`), + KEY `workflow_changed_by` (`changed_by`), + KEY `workflow_concept` (`concept_id`), + KEY `workflow_creator` (`creator`), + KEY `program_for_workflow` (`program_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `program_workflow` +-- + +LOCK TABLES `program_workflow` WRITE; +/*!40000 ALTER TABLE `program_workflow` DISABLE KEYS */; +INSERT INTO `program_workflow` VALUES (1,1,1047,4,'2016-11-09 16:47:43',0,4,'2016-11-09 16:53:48','78610332-0aa2-45e9-91bf-3c39a214b81a'),(2,2,3181,4,'2016-11-09 16:49:14',0,4,'2016-11-09 16:56:22','561b1d3c-b50a-48f7-ad2f-9091a6c29167'); +/*!40000 ALTER TABLE `program_workflow` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `program_workflow_state` +-- + +DROP TABLE IF EXISTS `program_workflow_state`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `program_workflow_state` ( + `program_workflow_state_id` int(11) NOT NULL AUTO_INCREMENT, + `program_workflow_id` int(11) NOT NULL DEFAULT '0', + `concept_id` int(11) NOT NULL DEFAULT '0', + `initial` tinyint(1) NOT NULL DEFAULT '0', + `terminal` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`program_workflow_state_id`), + UNIQUE KEY `program_workflow_state_uuid_index` (`uuid`), + KEY `state_changed_by` (`changed_by`), + KEY `state_concept` (`concept_id`), + KEY `state_creator` (`creator`), + KEY `workflow_for_state` (`program_workflow_id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `program_workflow_state` +-- + +LOCK TABLES `program_workflow_state` WRITE; +/*!40000 ALTER TABLE `program_workflow_state` DISABLE KEYS */; +INSERT INTO `program_workflow_state` VALUES (1,1,3182,0,0,4,'2016-11-09 16:53:48',0,NULL,NULL,'1a390263-6804-4e23-96d8-0bdd813851f1'),(2,1,3183,0,0,4,'2016-11-09 16:53:48',0,NULL,NULL,'8043a2e0-271c-436f-b0fc-7b9498ededf9'),(3,1,3184,0,0,4,'2016-11-09 16:53:48',0,NULL,NULL,'23200c9f-8c87-4dff-a59b-9031b6a63d6e'),(4,1,3185,0,0,4,'2016-11-09 16:53:48',0,NULL,NULL,'8ac2cb2d-606a-4597-8307-7a2a5b8ead5d'),(5,1,3186,0,0,4,'2016-11-09 16:53:48',0,NULL,NULL,'f0596971-50b1-4d45-90f3-318cfaab5085'),(6,2,3187,1,0,4,'2016-11-09 16:56:22',0,NULL,NULL,'9f5fb4d9-76ee-49ed-8739-cd5acb10e600'),(7,2,3188,1,0,4,'2016-11-09 16:56:22',0,NULL,NULL,'53c56005-9bad-47ce-bb02-4cb6f674e7d6'),(8,2,3189,1,0,4,'2016-11-09 16:56:22',0,NULL,NULL,'4a4f2b2a-214f-4e7b-a393-da818398e1de'),(9,2,3190,0,1,4,'2016-11-09 16:56:22',0,NULL,NULL,'e90ca5b8-4b20-4f48-8150-8e7a1f99b0d1'); +/*!40000 ALTER TABLE `program_workflow_state` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `provider` +-- + +DROP TABLE IF EXISTS `provider`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `provider` ( + `provider_id` int(11) NOT NULL AUTO_INCREMENT, + `person_id` int(11) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `identifier` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `provider_role_id` int(11) DEFAULT NULL, + PRIMARY KEY (`provider_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `provider_changed_by_fk` (`changed_by`), + KEY `provider_person_id_fk` (`person_id`), + KEY `provider_retired_by_fk` (`retired_by`), + KEY `provider_creator_fk` (`creator`), + KEY `provider_role_id` (`provider_role_id`) +) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `provider` +-- + +LOCK TABLES `provider` WRITE; +/*!40000 ALTER TABLE `provider` DISABLE KEYS */; +INSERT INTO `provider` VALUES (1,2,'Lab Manager','LABMANAGER',1,'2014-09-18 14:18:06',NULL,NULL,0,NULL,NULL,NULL,'823fdcd7-3f10-11e4-adec-0800271c1b75',NULL),(2,3,'superman','superman',1,'2014-09-18 14:19:53',NULL,NULL,0,NULL,NULL,NULL,'c1c26908-3f10-11e4-adec-0800271c1b75',NULL),(3,4,NULL,'UNKNOWN',2,'2014-09-18 14:28:27',NULL,NULL,0,NULL,NULL,NULL,'f9badd80-ab76-11e2-9e96-0800200c9a66',NULL),(4,5,'Lab System','LABSYSTEM',1,'2014-09-18 14:32:16',NULL,NULL,0,NULL,NULL,NULL,'7d162c29-3f12-11e4-adec-0800271c1b75',NULL),(6,6,'Billing System','BILLINGSYSTEM',1,'2014-09-18 14:32:23',NULL,NULL,0,NULL,NULL,NULL,'8135e93a-3f12-11e4-adec-0800271c1b75',NULL),(7,23,NULL,NULL,4,'2015-02-20 13:22:21',4,'2015-02-20 13:22:33',0,NULL,NULL,NULL,'df17bca9-ff9b-4a73-bac7-f302fc688974',NULL),(8,44,NULL,NULL,4,'2015-05-21 13:09:20',NULL,NULL,0,NULL,NULL,NULL,'5d2f67e6-3032-451a-81a8-d2522a48c0ab',NULL),(9,45,NULL,NULL,1,'2015-05-21 13:22:46',NULL,NULL,0,NULL,NULL,NULL,'7da09a86-352a-4c9d-9745-d9a39c364ebe',NULL),(10,46,NULL,NULL,1,'2015-05-21 13:25:14',NULL,NULL,0,NULL,NULL,NULL,'cb6c708c-3cee-49ef-a685-18a1e1df120e',NULL),(11,58,NULL,NULL,4,'2016-11-10 12:30:12',NULL,NULL,0,NULL,NULL,NULL,'8725bc82-9ce9-48d3-95c7-1397cb716c84',NULL),(12,59,NULL,NULL,4,'2016-11-10 12:30:17',NULL,NULL,0,NULL,NULL,NULL,'454a7bed-3c04-4936-b59d-b8f98d068b3e',NULL),(13,60,NULL,NULL,4,'2016-11-10 12:30:22',NULL,NULL,0,NULL,NULL,NULL,'8c3ccd72-74dd-45a6-84e4-d85992784a52',NULL),(14,61,NULL,NULL,4,'2016-11-10 12:30:28',NULL,NULL,0,NULL,NULL,NULL,'b7a915a4-b142-41ab-ae13-a060003885a1',NULL),(15,62,NULL,NULL,4,'2016-11-10 12:30:33',NULL,NULL,0,NULL,NULL,NULL,'f6ac7675-9d6d-4397-a22f-43c2fabab57e',NULL),(16,63,NULL,NULL,4,'2016-11-10 12:30:38',NULL,NULL,0,NULL,NULL,NULL,'c195a58f-f873-4a2f-b5e0-d7d575e13015',NULL),(17,64,NULL,NULL,4,'2016-11-10 12:30:43',NULL,NULL,0,NULL,NULL,NULL,'c19c914b-a9f0-4f2b-a148-20e72788d314',NULL),(18,65,NULL,NULL,4,'2016-11-10 12:30:50',NULL,NULL,0,NULL,NULL,NULL,'6347f791-4939-4039-b384-4c23621137b5',NULL),(19,66,NULL,NULL,4,'2016-11-10 12:30:55',NULL,NULL,0,NULL,NULL,NULL,'cbb1dc59-4ad5-42b2-902b-d891338407f3',NULL),(20,67,NULL,NULL,4,'2016-11-10 12:31:00',NULL,NULL,0,NULL,NULL,NULL,'1c86834b-db9a-48c1-a412-9c4c8eb0eecb',NULL),(21,68,NULL,NULL,4,'2016-11-10 12:31:05',NULL,NULL,0,NULL,NULL,NULL,'59df9c9b-9b58-4b96-af9e-46a1077c1b60',NULL),(22,69,NULL,NULL,4,'2016-11-10 12:31:09',NULL,NULL,0,NULL,NULL,NULL,'bccb7ee2-35dd-4cf9-94be-544c3011e955',NULL); +/*!40000 ALTER TABLE `provider` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `provider_attribute` +-- + +DROP TABLE IF EXISTS `provider_attribute`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `provider_attribute` ( + `provider_attribute_id` int(11) NOT NULL AUTO_INCREMENT, + `provider_id` int(11) NOT NULL, + `attribute_type_id` int(11) NOT NULL, + `value_reference` text NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`provider_attribute_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `provider_attribute_provider_fk` (`provider_id`), + KEY `provider_attribute_attribute_type_id_fk` (`attribute_type_id`), + KEY `provider_attribute_creator_fk` (`creator`), + KEY `provider_attribute_changed_by_fk` (`changed_by`), + KEY `provider_attribute_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `provider_attribute` +-- + +LOCK TABLES `provider_attribute` WRITE; +/*!40000 ALTER TABLE `provider_attribute` DISABLE KEYS */; +/*!40000 ALTER TABLE `provider_attribute` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `provider_attribute_type` +-- + +DROP TABLE IF EXISTS `provider_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `provider_attribute_type` ( + `provider_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `min_occurs` int(11) NOT NULL, + `max_occurs` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`provider_attribute_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `provider_attribute_type_creator_fk` (`creator`), + KEY `provider_attribute_type_changed_by_fk` (`changed_by`), + KEY `provider_attribute_type_retired_by_fk` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `provider_attribute_type` +-- + +LOCK TABLES `provider_attribute_type` WRITE; +/*!40000 ALTER TABLE `provider_attribute_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `provider_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `providermanagement_provider_role` +-- + +DROP TABLE IF EXISTS `providermanagement_provider_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `providermanagement_provider_role` ( + `provider_role_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`provider_role_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `providermanagement_provider_role` +-- + +LOCK TABLES `providermanagement_provider_role` WRITE; +/*!40000 ALTER TABLE `providermanagement_provider_role` DISABLE KEYS */; +/*!40000 ALTER TABLE `providermanagement_provider_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `providermanagement_provider_role_provider_attribute_type` +-- + +DROP TABLE IF EXISTS `providermanagement_provider_role_provider_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `providermanagement_provider_role_provider_attribute_type` ( + `provider_role_id` int(11) NOT NULL, + `provider_attribute_type_id` int(11) NOT NULL, + KEY `provider_role_id` (`provider_role_id`), + KEY `provider_attribute_type_id` (`provider_attribute_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `providermanagement_provider_role_provider_attribute_type` +-- + +LOCK TABLES `providermanagement_provider_role_provider_attribute_type` WRITE; +/*!40000 ALTER TABLE `providermanagement_provider_role_provider_attribute_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `providermanagement_provider_role_provider_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `providermanagement_provider_role_relationship_type` +-- + +DROP TABLE IF EXISTS `providermanagement_provider_role_relationship_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `providermanagement_provider_role_relationship_type` ( + `provider_role_id` int(11) NOT NULL, + `relationship_type_id` int(11) NOT NULL, + KEY `provider_role_id` (`provider_role_id`), + KEY `relationship_type_id` (`relationship_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `providermanagement_provider_role_relationship_type` +-- + +LOCK TABLES `providermanagement_provider_role_relationship_type` WRITE; +/*!40000 ALTER TABLE `providermanagement_provider_role_relationship_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `providermanagement_provider_role_relationship_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `providermanagement_provider_role_supervisee_provider_role` +-- + +DROP TABLE IF EXISTS `providermanagement_provider_role_supervisee_provider_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `providermanagement_provider_role_supervisee_provider_role` ( + `provider_role_id` int(11) NOT NULL, + `supervisee_provider_role_id` int(11) NOT NULL, + KEY `provider_role_id` (`provider_role_id`), + KEY `supervisee_provider_role_id` (`supervisee_provider_role_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `providermanagement_provider_role_supervisee_provider_role` +-- + +LOCK TABLES `providermanagement_provider_role_supervisee_provider_role` WRITE; +/*!40000 ALTER TABLE `providermanagement_provider_role_supervisee_provider_role` DISABLE KEYS */; +/*!40000 ALTER TABLE `providermanagement_provider_role_supervisee_provider_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `providermanagement_provider_suggestion` +-- + +DROP TABLE IF EXISTS `providermanagement_provider_suggestion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `providermanagement_provider_suggestion` ( + `provider_suggestion_id` int(11) NOT NULL AUTO_INCREMENT, + `criteria` varchar(5000) NOT NULL, + `evaluator` varchar(255) NOT NULL, + `relationship_type_id` int(11) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`provider_suggestion_id`), + KEY `relationship_type_id` (`relationship_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `providermanagement_provider_suggestion` +-- + +LOCK TABLES `providermanagement_provider_suggestion` WRITE; +/*!40000 ALTER TABLE `providermanagement_provider_suggestion` DISABLE KEYS */; +/*!40000 ALTER TABLE `providermanagement_provider_suggestion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `providermanagement_supervision_suggestion` +-- + +DROP TABLE IF EXISTS `providermanagement_supervision_suggestion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `providermanagement_supervision_suggestion` ( + `supervision_suggestion_id` int(11) NOT NULL AUTO_INCREMENT, + `criteria` varchar(5000) NOT NULL, + `evaluator` varchar(255) NOT NULL, + `provider_role_id` int(11) NOT NULL, + `suggestion_type` varchar(50) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`supervision_suggestion_id`), + KEY `provider_role_id` (`provider_role_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `providermanagement_supervision_suggestion` +-- + +LOCK TABLES `providermanagement_supervision_suggestion` WRITE; +/*!40000 ALTER TABLE `providermanagement_supervision_suggestion` DISABLE KEYS */; +/*!40000 ALTER TABLE `providermanagement_supervision_suggestion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `random_names` +-- + +DROP TABLE IF EXISTS `random_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `random_names` ( + `rid` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + PRIMARY KEY (`rid`), + UNIQUE KEY `name` (`name`), + UNIQUE KEY `rid` (`rid`) +) ENGINE=InnoDB AUTO_INCREMENT=35669 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `random_names` +-- + +LOCK TABLES `random_names` WRITE; +/*!40000 ALTER TABLE `random_names` DISABLE KEYS */; +INSERT INTO `random_names` VALUES (32768,''),(32775,'(Bam.S.C)'),(32776,'(Sem.S.C.)'),(32777,'(Siv.S.C.)'),(32778,')'),(1,'.'),(32779,'.baiga'),(32780,'.bareth'),(32781,'.bhanu'),(32782,'.chandravanshi'),(32783,'.Gandharv'),(32784,'.gond'),(32785,'.jagat'),(32786,'.jaiswal'),(32787,'.kaushik'),(32788,'.kevat'),(32789,'.kewat'),(32790,'.kori'),(32791,'.kurmi'),(32792,'.loniya'),(32793,'.maravi'),(32794,'.mehar'),(32795,'.mishra'),(32796,'.nirmalkar'),(32797,'.pandey'),(32798,'.Patel'),(32799,'.porte'),(32800,'.ratre'),(32801,'.sahu'),(32802,'.satnami'),(32803,'.sharma'),(32804,'.suryavanshi'),(32805,'.tiwari'),(32806,'.varma'),(32807,'.vishvakarma'),(32808,'.yadav'),(32809,'.yadaw'),(32810,'.खान'),(32811,'/baby'),(32812,'000'),(32813,'3'),(2,'A'),(3,'A Ganesh'),(32814,'A.'),(4,'A.k.'),(5,'A.r.p.'),(6,'A.s.'),(32815,'aa'),(7,'aaaa'),(8,'Aaaaaaaaa'),(9,'Aabda'),(10,'AAbha'),(11,'Aabha Bai'),(12,'Aachal'),(13,'Aachal kumari'),(14,'Aachal Kumar'),(32816,'Aachary'),(15,'Aad Ram'),(16,'Aadar Singh'),(17,'Aadarsh'),(18,'Aadesh kumar'),(19,'Aadeshwari'),(20,'Aadhar Bai'),(21,'Aadhar Das'),(22,'Aadhin'),(23,'Aadhitya kumar'),(24,'aadi'),(25,'Aadik'),(26,'Aadika'),(32817,'Aadile'),(27,'Aaditay'),(28,'Aaditay kumar'),(29,'Aaditya'),(30,'Aaditya Kumar'),(32818,'Aadiwasi'),(31,'aadiyta'),(32,'Aado Lal'),(33,'Aado Ram'),(34,'Aagan'),(35,'Aaganesh'),(36,'Aagar'),(37,'Aagar bai'),(38,'Aagar Das'),(39,'Aagardas'),(40,'Aahilya Bai'),(32819,'Aahire'),(41,'Aaisa'),(42,'Aaitama'),(43,'Aajad'),(44,'Aajam Ali'),(45,'Aajar'),(46,'Aaji'),(47,'Aaji Kumar'),(48,'Aajra Bai'),(49,'Aaju'),(50,'Aaju Ram'),(51,'Aaju Singh'),(52,'Aajuram'),(32820,'Aajvani'),(53,'Aakanksha'),(54,'Aakansha'),(55,'Aakash'),(56,'Aakash Kumar'),(57,'Aakhil'),(58,'Aakriti'),(59,'Aakshansh panika'),(32821,'Aalam'),(60,'Aalami'),(32822,'Aale'),(32823,'aali'),(61,'Aalim'),(62,'aalima'),(63,'Aalin Bai'),(64,'aaliya'),(65,'aalok'),(66,'Aalti Bai'),(67,'Aaltu Ram'),(68,'Aama Bai'),(69,'Aaman'),(70,'Aamana'),(71,'Aamana Bai'),(72,'Aamar Singh'),(73,'Aamase'),(74,'Aamatarhiya'),(75,'Aambati'),(76,'Aambika'),(77,'Aamin'),(78,'Aamin Bai'),(79,'Aamna'),(80,'Aamna Begam'),(81,'Aamni'),(82,'Aanad'),(83,'Aanadram'),(84,'Aanand'),(85,'Aanand kumar'),(86,'Aanand Ram'),(87,'Aanand kumar'),(88,'Aanand kumari'),(89,'Aanand Ram'),(90,'Aanand Singh'),(91,'Aanandi'),(92,'Aanandi bai'),(93,'Aanandi ram'),(94,'Aanandkunwar'),(32824,'aanant'),(95,'Aanant Singh'),(96,'Aanchal'),(97,'Aanchal kumari'),(98,'aandhi bai'),(99,'Aangan'),(100,'Aangan Mati'),(101,'Aanil das'),(102,'Aannad kumar'),(103,'Aannad Ram'),(104,'Aanshi'),(105,'aansi'),(106,'aanyas'),(107,'Aaphtab'),(108,'Aaram'),(109,'Aarati'),(110,'Aarati sapna'),(111,'Aarav'),(112,'Aarik'),(113,'Aariph'),(114,'Aariyan'),(115,'Aariz'),(116,'Aarju'),(32825,'Aarmo'),(117,'aarohi'),(118,'Aarthansh'),(119,'Aarti'),(120,'Aarti kumari'),(121,'Aarti kumari'),(122,'Aarti Bai'),(123,'Aarti Das'),(124,'Aarti kumari'),(125,'Aarti Lal'),(126,'Aarti Singh'),(127,'Aarushi'),(128,'Aarusi'),(129,'Aary'),(130,'Aarya'),(131,'Aaryaa'),(132,'Aaryan'),(133,'Aaryans'),(134,'Aasamin'),(135,'Aasani singh'),(136,'Aasdi Bai'),(137,'Aash Ram'),(138,'Aasha'),(139,'Aasha Bai'),(140,'Aasha neelam'),(141,'Aasha Ram'),(142,'Aashadh singh'),(143,'Aashalata'),(144,'AASHIK'),(145,'Aashirbati'),(146,'Aashish'),(147,'Aashish Kumar'),(148,'Aashiya'),(149,'Aashiya Ali'),(150,'Aashma bai'),(151,'Aashma bee'),(152,'Aashna'),(153,'Aasho Bai'),(154,'Aashrit'),(155,'Aashrita'),(156,'Aashtha'),(157,'Aashu'),(158,'Aashuk Kumar'),(159,'Aashutosh'),(160,'Aashvin'),(161,'Aashvin Kumar'),(162,'Aasi'),(163,'Aasin'),(164,'Aasin Bai'),(165,'Aasita'),(166,'Aasma'),(167,'Aasman'),(168,'Aasmati'),(169,'aasmi bai'),(170,'Aasni Bai'),(171,'Aasni Devi'),(172,'Aaso bai'),(173,'Aastha'),(174,'Aastha bee'),(175,'Aatan Bai'),(176,'Aatiph'),(177,'Aatma bai'),(178,'Aatma Ram'),(179,'Aatmaram'),(180,'Aatmiti'),(181,'Aatu Ram'),(182,'Aaush'),(183,'Aaush Singh'),(184,'Aaushaman'),(185,'Aaushi'),(186,'Aayatu'),(187,'Aaysha'),(188,'Aayush'),(189,'Aayush kumar'),(190,'Aayush Satnami'),(191,'Aayushi'),(32826,'Aazad'),(192,'Abada'),(193,'Abbadul'),(194,'Abbas'),(195,'Abbdul'),(196,'Abbu'),(197,'Abdul'),(198,'Abdul Gaffar'),(199,'Abdul Gani'),(200,'Abdul Hamid'),(201,'Abdul Hasan'),(202,'Abdul Jabbar Khan'),(203,'Abdul Latif'),(204,'abdul rajjak'),(205,'Abdul Sahjade'),(206,'Abdul Salam'),(207,'Abdulkarim'),(208,'Abdulla'),(209,'Abha'),(210,'Abhai'),(211,'Abhay'),(212,'Abhay Kumar'),(213,'Abhay Lal'),(214,'Abhay Pratap'),(215,'Abhay Raj'),(216,'Abhay Ram'),(217,'Abhay Singh'),(218,'Abhaykant'),(219,'Abhe'),(220,'Abhe Ram'),(221,'Abheraj'),(222,'Abheram'),(223,'Abheshek'),(224,'Abhi Ram'),(225,'Abhi Rma'),(226,'Abhijeet'),(227,'Abhijeet Singh'),(228,'Abhijit'),(229,'Abhijit Kumar'),(230,'Abhilash'),(231,'Abhilash Kumar'),(232,'Abhilasha'),(233,'Abhilekh singh'),(234,'Abhiman'),(235,'Abhimanu'),(236,'Abhimanyu'),(237,'Abhinandan'),(238,'Abhinav'),(239,'Abhinay'),(240,'abhinesh'),(241,'Abhinesh Kumar'),(242,'Abhiraj'),(243,'Abhiram'),(244,'Abhiroop'),(245,'Abhisak'),(246,'Abhisek'),(247,'Abhisek Kumar'),(248,'Abhisekh'),(249,'Abhishek'),(250,'Abhishek Kumar'),(251,'Abhishekek'),(252,'Abhishekh'),(253,'Abhishekha'),(254,'Abhitab'),(255,'Abhiuday'),(256,'Abhra Kumar'),(257,'Abhy'),(258,'Abhyas kumar'),(259,'Abid'),(260,'abida'),(32827,'Abil'),(261,'Abir Singh'),(262,'Abit Ram'),(263,'Abnisa Bi'),(264,'Abraham'),(265,'Abrar'),(266,'Abun Bee'),(267,'Acche Ram'),(268,'Acchu Singh'),(269,'Achaal'),(270,'Achal'),(271,'Achala'),(272,'Achaldas'),(273,'Achani'),(32828,'Achari'),(32829,'Achary'),(32830,'Acharya'),(274,'Achat Kumar'),(275,'Achat Kumar'),(276,'Achay Kumar'),(277,'achchhe lal'),(278,'Achchhe Ram'),(279,'Achchheyati'),(280,'Achhal'),(281,'Achhay Kumar'),(282,'Achhe'),(283,'Achhe Lal'),(284,'Achin kumar'),(32831,'Adae'),(285,'Adalat'),(286,'Adalat Ram'),(287,'Adalat Singh'),(288,'adali das'),(289,'Adam'),(290,'Adar'),(291,'Adarsh'),(292,'Adarsh Kumar'),(293,'adarsha'),(294,'Adesh'),(295,'Adesh Singh'),(296,'Adfer'),(297,'Adha Raj Singh'),(298,'Adhan'),(299,'Adhani Bai'),(300,'Adhaniya'),(301,'Adhaniya bai'),(302,'Adhar'),(303,'Adhar Singh'),(304,'Adhara'),(305,'Adhara Bai'),(306,'Adharaj'),(307,'Adharaj Singh'),(308,'Adhari'),(309,'Adharkali'),(310,'Adharsh kumar'),(311,'Adharvati'),(312,'Adhe Ram'),(32832,'adhikari'),(313,'Adhin'),(314,'Adhir'),(315,'Adhir Singh'),(316,'Adhiram'),(32833,'Adholiya'),(32834,'Adhoriya'),(317,'Adhraj'),(318,'adhru'),(319,'Adhruram'),(320,'Adhyaro'),(321,'Adikul Begam'),(322,'Adil'),(32835,'Adile'),(323,'Adima'),(324,'Adip Kumar'),(325,'Adish'),(326,'Adishwar'),(327,'Aditay'),(328,'Aditi'),(329,'aditiya'),(330,'Adity'),(331,'adity kumar'),(332,'Aditya'),(333,'Aditya Anurag'),(334,'Aditya Kumar'),(335,'Aditya Singh'),(32836,'Adivasi'),(32837,'Adiwasi'),(32838,'Administrator'),(336,'adrash'),(337,'Adrash kumar'),(32839,'Adtiya'),(338,'Advait'),(339,'Aekata kumari'),(340,'Aesh Ram'),(32840,'Afdin'),(341,'Afhjal'),(342,'Afreen'),(343,'Afsari Bee'),(344,'Agaas'),(345,'Agaham'),(346,'Agahan'),(347,'Agahan Bai'),(348,'Agahan Kuwar'),(32841,'Agahariya'),(32842,'Agahriya'),(349,'Agam'),(350,'Agam Bai'),(351,'Agam Das'),(352,'Agamdas'),(353,'Agan'),(354,'Agan Bai'),(355,'Agand'),(356,'Agani'),(357,'Agani Bai'),(358,'Aganiya'),(359,'Aganiya Bai'),(360,'Aganmati'),(361,'Aganu'),(362,'Agar'),(363,'Agar Bai'),(364,'Agar Bai'),(365,'Agar Das'),(366,'Agar Lal'),(367,'Agar Man'),(368,'Agar Ram'),(369,'Agara'),(32843,'Agarawal'),(370,'Agarbati Bai'),(371,'Agardas'),(372,'Agardevi'),(373,'Agariya'),(374,'Agariya Singh'),(375,'Agariya Bai'),(376,'Agariya Prasad'),(377,'Agarman'),(378,'Agarmati'),(379,'Agarmati Bai'),(380,'Agarsay'),(381,'Agarvati'),(382,'Agas Bai'),(383,'Agas Ram'),(384,'Agasa Bai'),(385,'Agash'),(386,'Agasiya'),(387,'Agasiya Bai'),(388,'Agasu'),(389,'agatu'),(32844,'Ageawal'),(390,'Agesar'),(391,'Ageshri'),(392,'Ageshwar'),(393,'Agghariya Bai'),(394,'Aghaghan'),(395,'Aghahan'),(396,'Aghahan Bai'),(397,'Aghan'),(398,'Aghan Bai'),(399,'Aghan Lal'),(400,'Aghan Singh'),(401,'Aghanbai'),(402,'Aghanbati'),(403,'Aghani'),(404,'Aghani Bai'),(405,'Aghania'),(406,'Aghaniya'),(407,'Aghaniya Bai'),(408,'Aghaniya Bai'),(409,'Aghanmati'),(410,'Aghanu'),(411,'Aghanu singh'),(412,'Aghanu das'),(413,'Aghanu Prasad'),(414,'Aghanu Ram'),(415,'Aghanu Singh'),(416,'Aghar Singh'),(32845,'Aghariya'),(417,'Aghghan'),(418,'Aghini Bai'),(419,'Aghiniya'),(420,'Aghni Bai'),(421,'Aghniya'),(422,'Aghniya Bai'),(32846,'Aghnotri'),(423,'Aghnu'),(424,'Aghnu Ram'),(425,'Aghnu Singh'),(426,'Aghnuram'),(427,'Aghnuva'),(428,'Aghori'),(429,'Aghorilal'),(32847,'Aghoriya'),(430,'Aghraj Singh'),(32848,'Aghriya'),(431,'Agin Kuwar'),(432,'Agni Bai'),(433,'Agnu'),(434,'Agostina'),(435,'Agra Bai'),(32849,'Agrahari'),(436,'agrahit'),(437,'Agraj Singh'),(438,'Agranin bai'),(439,'agrautin bai'),(32850,'Agraval'),(32851,'Agrawal'),(440,'Agre'),(32852,'Agriya'),(32853,'Agrvaal'),(441,'Agsiya Bai'),(32854,'Ahad'),(32855,'Ahairvar'),(32856,'Ahairwar'),(442,'Ahamad'),(443,'Ahamadi'),(444,'Ahamdum nisha'),(445,'Ahankar'),(32857,'Ahariya'),(446,'Ahebin'),(447,'Aheelya Bai'),(32858,'Aheer'),(448,'Aheliya'),(449,'Ahelya'),(450,'Ahelya Bai'),(451,'Ahibaran'),(452,'ahibaran singh'),(453,'Ahibran'),(454,'Ahiiya Bai'),(455,'Ahilaya'),(456,'Ahilaya Bai'),(457,'Ahilha bai'),(458,'Ahiliya bai'),(459,'ahiliya devi'),(460,'Ahilya'),(461,'Ahilya Bai'),(462,'Ahilya Bai'),(463,'Ahilya Devi'),(464,'Ahilyabai'),(465,'Ahim Kumar'),(466,'Ahiman Bai'),(32859,'Ahir'),(467,'Ahira'),(468,'Ahiran Bai'),(32860,'Ahiravar'),(469,'Ahirbaran'),(470,'Ahirin Bai'),(471,'Ahiru'),(472,'Ahiru Das'),(473,'Ahiru Lal'),(32861,'ahirvaar'),(474,'Ahirvan'),(32862,'Ahirvar'),(475,'Ahirwa'),(32863,'Ahirwar'),(32864,'Ahiryar'),(476,'Ahisar'),(477,'Ahish Ray'),(478,'Ahivad singh'),(479,'Ahivaran singh'),(32865,'Ahiwar'),(32866,'Ahiyar'),(480,'Ahjlya Bai'),(481,'Ahmad'),(482,'Ahran'),(32867,'Ahrir'),(483,'Ahru Singh'),(32868,'Ahrwar'),(32869,'Ahsaan'),(484,'Ahsok Kumar'),(32870,'Ahuja'),(485,'Ahvani Bai'),(486,'Aiatu Prasad'),(487,'Aio'),(488,'Aiok'),(489,'Aisha'),(490,'Aishwarya'),(491,'Aitu'),(492,'Aitu Singh'),(493,'Ajab'),(494,'Ajab Das'),(495,'Ajab Singh'),(496,'Ajaba Singh'),(497,'Ajad'),(32871,'Ajaglle'),(498,'Ajan'),(499,'Ajanti'),(500,'Ajar Das'),(501,'Ajara'),(502,'Ajara Bai'),(503,'Ajay'),(504,'Ajay Das'),(505,'Ajay Kuamr'),(506,'Ajay Kumar'),(507,'Ajay Lal'),(508,'Ajay Pal'),(509,'Ajay S'),(510,'Ajay Singh'),(511,'ajay suman'),(512,'Ajaya Kumar'),(513,'Ajeej'),(514,'Ajeem'),(515,'Ajeet'),(516,'Ajeet singh'),(517,'Ajeet Jogi'),(518,'Ajeet Kumar'),(519,'Ajeet Ram'),(520,'Ajeeta'),(521,'Ajendra'),(522,'Ajesh Kumar'),(523,'Ajesh Singh'),(32872,'Ajgale'),(32873,'Ajgaley'),(32874,'Ajgalle'),(524,'Ajhar'),(525,'Ajib'),(526,'Ajib Say'),(32875,'Ajij'),(527,'Ajija'),(528,'Ajija Bai'),(529,'Ajija begam'),(530,'Ajijul'),(531,'Ajijun'),(532,'Ajipsay'),(533,'Ajir Lal'),(534,'Ajit'),(535,'Ajit Kumar'),(536,'Ajit kumat'),(537,'Ajit Prasad'),(538,'Ajit Ram'),(539,'Ajit Singh'),(540,'Ajita'),(541,'Ajitram'),(542,'Ajju'),(543,'ajju singh'),(544,'Ajmati'),(545,'Ajmer'),(546,'Ajmer Singh'),(547,'Ajmeri'),(548,'Ajodhya'),(549,'Ajonrva'),(550,'Ajoriya'),(551,'Ajra'),(552,'Ajra Bai'),(553,'Aju'),(554,'Aju Das'),(555,'Aju Ram'),(32876,'Ajuha'),(556,'ajuj'),(557,'Ajun'),(558,'Ajuram'),(559,'ajya kumar'),(560,'Akabar'),(561,'Akadasiya'),(562,'Akal'),(563,'Akalaha'),(564,'Akalha'),(565,'Akali'),(566,'Akaliya'),(567,'Akaliya Bai'),(568,'Akalu'),(569,'Akalu Ram'),(570,'Akalu Singh'),(571,'Akancha'),(572,'Akanchha'),(573,'Akanksha'),(32877,'Akansha'),(574,'Akanshka'),(575,'Akant Ram'),(576,'Akarteen Bai'),(577,'Akartin Bai'),(578,'Akash'),(579,'Akash Deep'),(580,'Akash Kumar'),(581,'Akasha'),(582,'Akasha kumar'),(583,'Akashdip'),(584,'Akashwani'),(585,'akashy'),(586,'Akat'),(587,'Akat Ram'),(588,'Akati'),(589,'Akatram'),(590,'Akbal'),(591,'Akbar'),(592,'Akbar Yasmin'),(593,'akbari'),(594,'Akchay'),(595,'Akchha'),(596,'Akeena Begam'),(597,'Akhaibar'),(598,'Akhaibar Lal'),(599,'Akhaitarr'),(600,'Akhalesh'),(601,'Akhancha'),(602,'Akhanchha'),(603,'Akhash'),(32878,'Akhatar'),(604,'Akhatari Begam'),(605,'Akhatram'),(606,'Akhbari Begam'),(607,'Akhibar'),(608,'Akhil'),(609,'Akhil Kumar'),(610,'Akhilendra'),(611,'Akhilesh'),(612,'Akhilesh Kumar'),(613,'Akhilesha'),(614,'Akhileshvar'),(615,'Akhileshwar'),(616,'Akhileshwari'),(617,'Akhilpuri'),(618,'Akhlesh Kumar'),(619,'Akhsh'),(620,'Akhtar'),(621,'Akhtari'),(622,'Akhtari Begam'),(623,'Akila'),(624,'akita'),(32879,'Akka'),(625,'Akkal'),(626,'akleshvari'),(627,'Aklhin Bai'),(628,'aklima'),(629,'Akliya'),(630,'Akole singh'),(631,'Akram'),(632,'Akriti'),(633,'Akriti Bai'),(634,'Akshat'),(635,'Akshay'),(636,'Akshay Kumar'),(637,'Akshya'),(638,'Akshya Kumar'),(639,'Akta'),(640,'Akta bai'),(641,'Akta Kumari'),(642,'Akta Shigh'),(643,'Aktari begam'),(644,'Akti'),(645,'Akti Lal'),(646,'Akti Bai'),(647,'Akti Kumar'),(648,'aktu ram'),(649,'akul'),(650,'Akvar Ali'),(651,'Ala'),(652,'Alag Ram'),(653,'Alak Jendar'),(654,'Alakh'),(655,'Alakh Ram'),(656,'Alakharam'),(657,'Alakhram'),(658,'Alam'),(659,'Alam Prakesh'),(660,'Alamsay'),(661,'Alankara'),(662,'Alauddin'),(663,'Albeliya'),(664,'Alekh'),(665,'aleksiya'),(666,'Alen Bai'),(667,'Alend'),(668,'Alesh'),(669,'Alesh Kumar'),(670,'Alex'),(671,'Algu'),(672,'Alha Ram'),(673,'Ali'),(674,'Alibakas'),(675,'Alif kumar'),(676,'Alija'),(677,'Alim'),(678,'Alimuddin'),(679,'Alin'),(680,'Aliram'),(681,'Alisa'),(682,'Alisha'),(683,'Alisha Kumari'),(684,'Aliyar'),(685,'Alka'),(686,'Alka Kumari'),(687,'Alka Rani'),(688,'Alkh Ram'),(689,'Alkha Ram'),(690,'Alkharam'),(691,'Alkram'),(32880,'allam'),(32881,'Alli'),(692,'Alli mohammad'),(693,'Alochana'),(694,'Alok'),(695,'Alok kumar'),(696,'Alok Kumar'),(697,'Alok Signh'),(698,'Alpa'),(699,'Alpana'),(700,'Alpha'),(701,'Alphajuddin'),(702,'Alphred'),(703,'Alvant Singh'),(704,'Amal'),(32882,'Amal Singh'),(705,'Amala Bai'),(706,'Amaliya Bai'),(707,'Aman'),(708,'Aman Bai'),(709,'Aman Das'),(710,'Aman Kumar'),(711,'Aman Singh'),(712,'Amana Begam'),(713,'Amanat Husain'),(714,'amanavati'),(715,'Amangiri'),(716,'Amani'),(717,'Amani Bai'),(718,'Amanprit'),(719,'Amanti Bai'),(720,'Amantri'),(721,'Amaoli Ram'),(722,'Amar'),(723,'Amar singh'),(724,'Amar Bai'),(725,'Amar Das'),(726,'Amar jeet'),(727,'Amar Kumar'),(728,'Amar Kumari'),(729,'Amar Kunwar'),(730,'Amar Lal'),(731,'Amar Narayan'),(732,'Amar Nath'),(733,'Amar Prasad'),(734,'Amar Sai'),(735,'Amar Saiban'),(736,'Amar Say'),(737,'Amar Shila'),(738,'Amar Singh'),(739,'Amar Vati'),(740,'Amara'),(32883,'Amarai'),(741,'Amarati bai'),(742,'amaratiya'),(743,'Amaratiya Bai'),(744,'Amarautin'),(745,'Amarautin Bai'),(746,'Amarbati'),(747,'Amarchand'),(748,'Amarchandra'),(749,'Amardas'),(750,'Amardeep'),(751,'Amardin'),(752,'amarfalit'),(753,'Amari Bai'),(754,'Amarika'),(755,'Amarika Bai'),(756,'Amarika Prasad'),(757,'Amarin Bai'),(758,'Amarit'),(759,'Amarita'),(760,'Amarjeet'),(761,'Amarjit'),(762,'Amarmati'),(763,'Amarnath'),(764,'Amarotin'),(765,'Amaroutin'),(766,'Amarpal'),(767,'Amarsay'),(768,'Amarshila'),(769,'Amarsingh'),(770,'Amartin'),(771,'Amartiya'),(772,'Amartiya Bai'),(773,'Amaru'),(774,'Amaru Das'),(775,'Amaru singh'),(776,'Amarud'),(777,'Amarvati'),(778,'Amarvati Bai'),(779,'Amarwati'),(780,'Amarwati bai'),(781,'Amasaiya'),(782,'Amasha Bai'),(783,'Amasiya Bai'),(784,'Amasya Bai'),(785,'Amat'),(786,'amay'),(787,'Amba Bai'),(788,'Amba Devi'),(789,'Ambalika'),(790,'Ambaliya'),(791,'Ambar'),(792,'Ambasiya Bai'),(793,'Ambe'),(794,'Ambe Bai'),(795,'Ambe devi'),(796,'Ambeshvar'),(797,'Ambeshwari'),(798,'Ambey'),(799,'Ambey Lal'),(800,'Ambika'),(801,'Ambika Bai'),(802,'Ambika Prasad'),(803,'Ame Lal'),(804,'Ameen'),(805,'Ameena'),(806,'Ameena Begam'),(807,'Ameer'),(808,'Ameer Khan'),(809,'Ameera Bai'),(810,'Ameesa'),(811,'Ameeta'),(812,'Amel Singh'),(813,'Amer Singh'),(814,'Amerika'),(815,'Ameshwari'),(816,'Amesiya Bai'),(817,'ami lal'),(818,'Amida Begam'),(819,'Amika'),(820,'Amika Bai'),(821,'Amil'),(822,'Amil singh'),(823,'Amil Bai'),(824,'Amila'),(825,'Amila Bai'),(826,'amila bee'),(827,'Amin'),(828,'Amin Bai'),(829,'Amin Singh'),(830,'Amina Bee'),(831,'Amina Bi'),(832,'Aminash'),(833,'Amir'),(834,'amir ali'),(835,'Amir bai'),(836,'Amir chand'),(837,'amir khan'),(838,'Amir Lal'),(839,'Amir Singh'),(840,'Amira'),(841,'Amira Bai'),(842,'Amira Singh'),(843,'Amiran'),(844,'Amiran Bai'),(845,'Amiran bee'),(846,'Amirat'),(847,'Amirata'),(848,'Amirika'),(849,'Amirkhan'),(850,'Amiro Begam'),(851,'Amiruddin'),(852,'Amirun Bi'),(853,'Amirwati'),(854,'Amisha'),(855,'Amisha Bai'),(856,'Amit'),(857,'Amit Das'),(858,'Amit kuamar'),(859,'Amit Kumar'),(860,'Amit Lal'),(861,'Amit Sih'),(862,'Amita'),(863,'Amita Bai'),(864,'Amitabh'),(865,'Amitap'),(866,'Amitesh'),(867,'Amjad'),(868,'Amla'),(869,'Amla Bai'),(32884,'Amlani'),(870,'Amlavati'),(871,'Amlesh'),(872,'Amlesh Kumar'),(873,'Amleshi'),(874,'Amlo Kumari'),(875,'Amma'),(876,'Ammabai'),(877,'Ammabati'),(878,'Ammi'),(879,'Ammi Bai'),(880,'Amna'),(881,'Amna Bai'),(882,'Amna Bee'),(883,'Amna Begam'),(884,'Amod'),(885,'Amokin'),(886,'Amol'),(887,'Amol Bai'),(888,'Amol Das'),(889,'Amol Shigh'),(890,'Amol Singh'),(891,'Amola'),(892,'Amola Abi'),(893,'Amola Bai'),(894,'Amolabai'),(895,'Amoldas'),(896,'Amoli'),(897,'Amoli Ram'),(898,'Amoli singh'),(899,'Amolin'),(900,'Amoliram'),(901,'Amoliya'),(902,'Amoliya Bai'),(903,'Amolsay'),(904,'Amolva'),(905,'Amoran Bi'),(906,'Amosh'),(32885,'Amount'),(907,'Ampat'),(908,'Amra Bai'),(909,'Amrat Bai'),(910,'Amrat Lal'),(911,'Amratiya'),(912,'Amratiya Bai'),(913,'Amrauti Bai'),(914,'Amrautin'),(915,'Amrautin Bai'),(916,'Amren Siya'),(917,'Amrendra Singh'),(918,'Amri'),(919,'Amrica Bai'),(920,'Amrik Singh'),(921,'Amrika'),(922,'Amrika Bai'),(923,'Amrika Devi'),(924,'amrika kumari'),(925,'Amrika Prasad'),(926,'Amrikabai'),(927,'Amril Lal'),(928,'Amrila Prasad'),(929,'Amrish'),(930,'Amrit'),(931,'Amrit das'),(932,'Amrit Anand'),(933,'Amrit Bai'),(934,'Amrit Das'),(935,'Amrit Devi'),(936,'Amrit Kumar'),(937,'Amrit Kumari'),(938,'Amrit Kunvar'),(939,'Amrit Kunwar'),(940,'Amrit Lal'),(941,'Amrit Ram'),(942,'Amrit Singh'),(943,'Amrita'),(944,'Amrita Bai'),(945,'Amrita Singh'),(946,'Amritbai'),(947,'Amritdas'),(948,'Amritiya'),(949,'Amritiya Bai'),(950,'Amritlal'),(951,'Amritya Bai'),(952,'Amriya'),(32886,'Amro'),(953,'Amrotin'),(954,'Amrotin Bai'),(955,'Amrotiya'),(956,'Amroutin Bai'),(957,'Amrtit Bai'),(958,'Amru'),(959,'Amrun Neesha'),(960,'Amsaiya'),(961,'Amsaiya Bai'),(962,'Amsi Bai'),(963,'Amsiya'),(964,'Amsiya Bai'),(965,'Amub'),(966,'Amud'),(967,'Amun Nisha'),(968,'Amund Bai'),(969,'Amunda Bai'),(970,'Amush'),(32887,'An'),(971,'An bhaskar'),(972,'An Kumari'),(973,'Anaamika bai'),(974,'Anada'),(975,'anadkunwar'),(976,'Anagan bai'),(977,'Anajali'),(978,'Anajani'),(979,'Anajani Bai'),(980,'Anaku'),(981,'Anamika'),(982,'Anan Das'),(983,'Ananad'),(984,'Ananad Kunwar'),(985,'Ananad Das'),(986,'Ananad Ram'),(32888,'Ananat'),(987,'Ananat Kunwar'),(988,'Ananat Ram'),(989,'Anand'),(990,'Anand Bai'),(991,'Anand Das'),(992,'Anand Kumar'),(993,'Anand Kumari'),(994,'Anand Kunvar'),(995,'Anand Kunwar'),(996,'Anand Kuwar'),(997,'Anand Lal'),(998,'Anand Mohan'),(999,'Anand Pal'),(1000,'Anand Ram'),(1001,'Anand Singh'),(1002,'Ananda'),(1003,'Ananda Bai'),(1004,'Anandi'),(1005,'Anandi Ram'),(1006,'Anandiya'),(1007,'Anandiya Bai'),(1008,'Anandkali'),(1009,'anandkunwar'),(1010,'Anandkuwar'),(1011,'anandmohan'),(1012,'Anandram'),(1013,'Anandu'),(1014,'Ananiya'),(1015,'Ananpurana Singh'),(1016,'Ananpurna'),(1017,'Anant'),(1018,'Anant Bai'),(1019,'Anant Kumar'),(1020,'Anant Kunwar'),(1021,'Anant Kuwar'),(1022,'Anant Lal'),(1023,'Anant Ram'),(1024,'Anant Singh'),(1025,'Ananta'),(1026,'Ananti Bai'),(1027,'Anantram'),(1028,'Anany'),(1029,'Ananya'),(1030,'Anapurna'),(1031,'Anar'),(1032,'Anar Bai'),(1033,'Anar Kali'),(1034,'Anar Singh'),(1035,'Anarbati'),(1036,'Anari Das'),(1037,'Anarkali'),(1038,'Anarkali Bai'),(32889,'Anasari'),(1039,'Anasbati Bai'),(1040,'Anasram'),(32890,'Anat'),(1041,'Anat kunver'),(1042,'anat prasad'),(1043,'Anat Ram'),(1044,'Anath Ram'),(1045,'Anatkunwar'),(1046,'Anawar'),(1047,'Anay Kumar'),(1048,'Anchal'),(1049,'Anchala'),(1050,'Andeshiya'),(1051,'Andhariya Bai'),(1052,'Andher Singh'),(1053,'Andhiriyana'),(1054,'Andhiyar'),(1055,'Andhiyar Singh'),(1056,'Andhiyari'),(1057,'Andhiyari Bai'),(1058,'Andhiyari ram'),(1059,'Andhiyaro Bai'),(1060,'Andhru'),(1061,'Andhurt'),(1062,'Anedra Kumar'),(1063,'Aneela'),(1064,'Aneesha Begam'),(1065,'Anej'),(1066,'Anej Kumar'),(1067,'Anesh'),(1068,'Aneshwar'),(1069,'Angad'),(1070,'Angad Ram'),(1071,'Angad Singh'),(1072,'Angahin'),(1073,'Angan'),(1074,'Angan Bai'),(1075,'Angan Das'),(1076,'Angand'),(1077,'Anganmati'),(1078,'Angar'),(1079,'Angar Bai'),(32891,'Angare'),(1080,'Angat'),(1081,'Angat Das'),(1082,'Angat Prasad'),(1083,'Angat Ram'),(1084,'Angat Singh'),(1085,'Angavati'),(1086,'Angeeta'),(1087,'Angeshwar'),(1088,'Anghari'),(1089,'Angharu'),(1090,'Anghori Ram'),(1091,'Angish'),(1092,'Angita'),(1093,'Angita Kumari'),(32892,'Angrare'),(1094,'Angrej Lal'),(1095,'Angrita Bai'),(1096,'Angul'),(1097,'Angur bai'),(1098,'Angurbati'),(1099,'anguri devi'),(1100,'anguri sigh'),(1101,'Aniket'),(1102,'Aniket Kumar'),(1103,'Anil'),(1104,'Anil kumar'),(1105,'Anil Bai'),(1106,'Anil Das'),(1107,'Anil Kali'),(1108,'Anil Kuma'),(1109,'Anil Kumar'),(1110,'Anil Singh'),(1111,'Anila Bai'),(1112,'Anilkuwar'),(1113,'Anima'),(1114,'Aniruddh'),(1115,'Aniruddha'),(1116,'Anirudh'),(1117,'Anirudra'),(1118,'Anisa'),(1119,'Anish'),(1120,'Anish Kumar'),(1121,'Anish Kumari'),(1122,'Anisha'),(1123,'Anisha kumar'),(1124,'Anisha begam'),(1125,'Anit'),(1126,'Anit Kumar'),(1127,'Anit Ram'),(1128,'Anita'),(1129,'Anita bai'),(1130,'Anita bai'),(1131,'Anita bai'),(1132,'Anita Baibai'),(1133,'Anita Devi'),(1134,'Anitaraj'),(1135,'Aniwesa'),(1136,'Aniya'),(1137,'Aniya Bai'),(1138,'Anjala Bai'),(1139,'Anjali'),(1140,'Anjali Bai'),(1141,'Anjali kumari'),(1142,'Anjalush'),(1143,'Anjan Bai'),(1144,'Anjana'),(1145,'Anjana Bai'),(1146,'Anjana Devi'),(1147,'Anjana Kumari'),(1148,'Anjana Singh'),(1149,'Anjani'),(1150,'Anjani Bai'),(1151,'Anjani Bai'),(1152,'Anjani Devi'),(1153,'Anjani kumari'),(1154,'Anjani Prasad'),(1155,'Anjanima'),(1156,'Anjaniya Bai'),(1157,'Anjanni'),(1158,'Anjarabai'),(1159,'Anjarani'),(1160,'Anjari Bai'),(1161,'Anjay Kumar'),(1162,'Anjeeta'),(1163,'Anjila'),(1164,'Anjita'),(1165,'Anjitesh'),(1166,'Anjli'),(1167,'Anjna'),(1168,'Anjni'),(1169,'Anjor'),(1170,'Anjor singh'),(1171,'Anjor Bai'),(1172,'Anjor Das'),(1173,'Anjor Prasad'),(1174,'Anjor Ram'),(1175,'Anjor Say'),(1176,'Anjor Singh'),(1177,'Anjora'),(1178,'Anjora Abi'),(1179,'Anjora Bai'),(1180,'Anjora Das'),(1181,'Anjorabai'),(1182,'Anjorbai'),(1183,'Anjordas'),(1184,'Anjori'),(1185,'Anjori Singh'),(1186,'Anjori Kumar'),(1187,'Anjori Lal'),(1188,'Anjori Ram'),(1189,'Anjoriram'),(1190,'Anjoriya'),(1191,'Anjoriya Bai'),(1192,'Anjormati'),(1193,'Anjorsay'),(1194,'Anju'),(1195,'Anju Aman'),(1196,'Anju Bai'),(1197,'Anju Devi'),(1198,'Anju Kumar'),(1199,'Anju Kumari'),(1200,'Anju lata'),(1201,'Anju Ram'),(1202,'Anju singh'),(1203,'Anjula'),(1204,'Anjula Bai'),(1205,'Anjulata'),(1206,'Anjuli'),(1207,'Anjum'),(1208,'Anjumnisha'),(1209,'Anjun Das'),(1210,'Anjuram'),(1211,'Anjusha'),(1212,'Ankaj'),(1213,'Ankala Bai'),(1214,'ankalha'),(1215,'Ankalu'),(1216,'Ankati'),(1217,'Ankesh kumar'),(1218,'Ankit'),(1219,'Ankit das'),(1220,'Ankit Kumar'),(1221,'Ankit Raj'),(1222,'Ankita'),(1223,'Ankita (Dolly)'),(1224,'Ankita Bai'),(1225,'Ankita Kumari'),(1226,'Anksha'),(1227,'Anku'),(1228,'Ankunsh Kumar'),(1229,'Ankush'),(1230,'Ankush Kumar'),(1231,'anmesh'),(1232,'Anmol'),(1233,'Anmol Kumar'),(1234,'Anna'),(1235,'Anna Kunwar'),(1236,'Annad'),(1237,'Annad Ram'),(1238,'Annadgir'),(1239,'Annand Ram'),(1240,'Annapurna'),(1241,'Annapurna Bai'),(1242,'annat ram'),(1243,'Anndeeta'),(1244,'Anne'),(1245,'Anni'),(1246,'Anniya'),(1247,'Annpaurna'),(1248,'Annpunna'),(1249,'Annpurna'),(1250,'Annpurna Bai'),(1251,'Annpurna Singh'),(1252,'Annpurnaa'),(1253,'Annti'),(1254,'Annu'),(1255,'Annu Bai'),(1256,'Annu Das'),(1257,'Annu Kumar'),(1258,'Annu Kumari'),(1259,'Annu Lal'),(1260,'Annu Ram'),(1261,'Annu swain'),(1262,'Annukumar'),(1263,'Anoj'),(1264,'Anoj Kumar'),(1265,'Anokha'),(1266,'Anoopa Bai'),(1267,'Anota bai'),(1268,'Anpi'),(1269,'Anpurna'),(1270,'Anpurna bai'),(1271,'Ansar'),(32893,'Ansari'),(1272,'Anseeta'),(1273,'Ansh'),(1274,'Ansh kumar'),(1275,'Anshbahadur'),(1276,'Anshi'),(1277,'Anshika'),(1278,'Anshman Kumar'),(1279,'Anshu'),(1280,'Anshu Kumar'),(1281,'Anshu kumari'),(1282,'Anshu Ram'),(1283,'Anshueiya'),(1284,'Anshuk'),(1285,'Anshul'),(1286,'Anshuman'),(1287,'Ansi Bai'),(1288,'Ansi Devi'),(1289,'Ansika'),(1290,'Ansu'),(1291,'Ansuiya'),(1292,'Ansuiya Bai'),(1293,'Ansul'),(1294,'Ansuman'),(1295,'Ant'),(1296,'Ant Ram'),(1297,'Anta Kumari'),(1298,'Antahram'),(1299,'Antara Bai'),(1300,'Antaram'),(1301,'Anth Ram'),(32894,'Anthoni'),(1302,'anti'),(1303,'Anti Bai'),(1304,'Antima'),(1305,'Antoshi Bai'),(1306,'Antram'),(1307,'Antriksh'),(1308,'Antu'),(1309,'Antu Lal'),(1310,'Antu Ram'),(1311,'Anturam'),(1312,'Anu'),(1313,'Anu Kumari'),(1314,'Anubala'),(1315,'Anubhav'),(1316,'Anuchampa'),(1317,'anudan'),(1318,'Anudha'),(1319,'Anugrah'),(1320,'Anugrah Pal'),(1321,'Anuj'),(1322,'Anuj Bai'),(1323,'Anuj Kumar'),(1324,'Anuj Ram'),(1325,'Anuj Singh'),(1326,'Anuja'),(1327,'Anujiya Bai'),(1328,'Anujram'),(1329,'Anul'),(1330,'Anup'),(1331,'Anup Bai'),(1332,'Anup Das'),(1333,'Anup Kumar'),(1334,'Anup Kunwar'),(1335,'Anup Lal'),(1336,'Anup Ram'),(1337,'Anup Singh'),(1338,'Anupa'),(1339,'Anupa Bai'),(1340,'Anupa Devi'),(1341,'Anupabai'),(1342,'Anupam'),(1343,'Anupama'),(1344,'Anupama Bai'),(1345,'Anupamma'),(1346,'Anupamnil'),(1347,'Anupi'),(1348,'Anupi Bai'),(1349,'Anupiya Bai'),(1350,'Anuplal'),(1351,'Anupma'),(1352,'Anupmati'),(1353,'Anuradha'),(1354,'Anuradha Bai'),(1355,'Anurag'),(1356,'Anurag Das'),(1357,'Anurag Kumar'),(32895,'Anuragi'),(1358,'Anurah'),(1359,'Anuraj'),(1360,'Anuram'),(1361,'Anurani'),(1362,'anuranjan'),(1363,'Anurat'),(1364,'Anuruddha'),(1365,'anurudh'),(1366,'anusa'),(1367,'anush'),(1368,'Anush prasad'),(1369,'Anushaka'),(1370,'Anushka'),(1371,'Anushkha'),(1372,'Anushri'),(1373,'Anushuiya'),(1374,'Anushuiya Bai'),(1375,'Anusiya'),(1376,'Anusiya Bai'),(1377,'Anusuia'),(1378,'Anusuia Bai'),(1379,'Anusuiya'),(1380,'Anusuiya bai'),(1381,'Anusuiya Bai'),(1382,'Anusurya'),(1383,'Anuta'),(1384,'Anuth'),(1385,'Anuvar'),(1386,'Anvar'),(1387,'Anvari'),(1388,'Anvari begam'),(1389,'Anvesh Kumar'),(1390,'Anwar'),(1391,'Anwari'),(1392,'Anya'),(1393,'Aparajeet'),(1394,'Aparna'),(1395,'Apasana'),(1396,'aphjal'),(1397,'Aphroj'),(1398,'Aphroj Bano'),(1399,'Aphsana'),(1400,'Aphsar Ali'),(1401,'Aphsari'),(1402,'Aphshekh'),(1403,'Aphtaph'),(1404,'Appi'),(1405,'Appu'),(1406,'Aprna'),(1407,'Apsa Aihmad'),(1408,'Apsana Begam'),(1409,'Apurva'),(1410,'Aquinas'),(1411,'Aradhana'),(1412,'Aradhana Bai'),(1413,'Aradhani'),(1414,'aradhika'),(1415,'Aradhna'),(1416,'Aradhya'),(1417,'Araj Bai'),(1418,'Arajun'),(1419,'Arak'),(32896,'Aramo'),(32897,'Aramo.'),(1420,'Arasmati'),(1421,'Arati'),(1422,'Arati bai'),(1423,'Aravind'),(1424,'Arbaz'),(1425,'Archana'),(1426,'Archana Bai'),(1427,'Archi'),(1428,'Archna'),(1429,'ariddam'),(1430,'Arif'),(32898,'Ariharwar'),(1431,'Arin'),(1432,'Ariph'),(1433,'Arishma'),(1434,'Arjan Singh'),(1435,'Arji Bai'),(1436,'Arji Das'),(1437,'Arjit kumar'),(1438,'Arjun'),(1439,'Arjun kumar'),(1440,'Arjun Lal'),(1441,'Arjun Das'),(1442,'Arjun Kumar'),(1443,'Arjun Lal'),(1444,'Arjun Prasad'),(1445,'Arjun Ray'),(1446,'Arjun Singh'),(1447,'Arjuni'),(1448,'Arjunlal'),(1449,'armaan'),(1450,'Arman'),(1451,'Arman Kumar'),(1452,'Armeena'),(32899,'Armo'),(1453,'Arnam'),(1454,'Arniya Bai'),(32900,'Aroda'),(1455,'arohi'),(1456,'Arondhti'),(32901,'Arora'),(1457,'Arpan'),(1458,'Arpit kumar'),(1459,'Arpita'),(1460,'arradhiya'),(1461,'Arsad'),(1462,'Arsi'),(1463,'Arti'),(1464,'Arti Bai'),(1465,'Arti Devi'),(1466,'Arud Bai'),(1467,'Arujun'),(1468,'Arun'),(1469,'Arun kumar'),(1470,'Arun Bai'),(1471,'Arun Bati'),(1472,'Arun Ku'),(1473,'Arun Kumar'),(1474,'Arun Lal'),(1475,'Arun Singh'),(1476,'Aruna'),(1477,'Aruna Bai'),(1478,'Aruna Kumar'),(1479,'Aruna Lata'),(1480,'Arundhati'),(1481,'Arunesh'),(1482,'Arunima'),(1483,'Arunish'),(1484,'Aruniya'),(1485,'Arunnesh'),(1486,'Arushi'),(1487,'Arusi'),(1488,'arvaind'),(1489,'Arvind'),(1490,'Arvind Kumar'),(1491,'Arvind Lal'),(1492,'Arvind Rav'),(1493,'Arwind'),(1494,'Arya'),(1495,'Aryan'),(1496,'Aryan Kumar'),(1497,'Asadu'),(1498,'Asagar'),(1499,'Asagari'),(1500,'Asagari Begam'),(1501,'Asalam'),(1502,'Asali bai'),(1503,'Asalli'),(1504,'Asam Lal'),(1505,'Asama Begam'),(1506,'Asamulhak'),(1507,'Asan'),(1508,'Asan Prasad'),(1509,'Asant Kumar'),(1510,'asar'),(1511,'Asaraf'),(1512,'asari bai'),(1513,'Asay Singh'),(1514,'Asayaf'),(1515,'Asdfadfa'),(1516,'Asdi Bai'),(1517,'Asdu'),(1518,'Asgar'),(1519,'Asgari'),(1520,'Asha'),(1521,'Asha Bai'),(1522,'Asha Bai'),(1523,'Asha Devi'),(1524,'Asha Kiran'),(1525,'asha kumari'),(1526,'Asha Mani'),(1527,'Asha Neelam'),(1528,'Asha Ra'),(1529,'Asha Ram'),(1530,'Ashabai'),(1531,'Ashabati'),(1532,'Ashadevi'),(1533,'Ashadi'),(1534,'ashadin'),(1535,'Ashakali'),(1536,'Ashakumari'),(1537,'Ashalata'),(1538,'Ashama'),(1539,'Ashamani'),(1540,'Ashamati'),(1541,'ashan bai'),(1542,'Ashana'),(1543,'Asharam'),(1544,'Ashawani'),(1545,'Ashawani bai'),(1546,'Ashi'),(1547,'Ashi Bai'),(1548,'Ashi Lal'),(32902,'Ashia'),(1549,'Ashif'),(1550,'Ashik'),(1551,'Ashik Kumar'),(1552,'Ashik Ram'),(1553,'Ashim'),(1554,'Ashim Fatam'),(1555,'Ashin'),(1556,'Ashin Bai'),(1557,'Ashiq Ram'),(1558,'Ashish'),(1559,'Ashish Giri'),(1560,'Ashish Kumar'),(1561,'Ashish Kumari'),(1562,'Ashishata'),(1563,'Ashisk'),(1564,'Ashit bai'),(1565,'Ashiya'),(1566,'Ashlekha'),(1567,'Ashlesh kumar'),(1568,'Ashma'),(1569,'Ashma Begam'),(1570,'Ashman'),(1571,'Ashmani'),(1572,'Ashmat Bai'),(1573,'Ashmati'),(1574,'Ashna'),(1575,'Ashnti bai'),(1576,'Ashok'),(1577,'Ashok kumar'),(1578,'Ashok Bai'),(1579,'Ashok Kumar'),(1580,'Ashok Bai'),(1581,'Ashok Das'),(1582,'Ashok Kuamr'),(1583,'Ashok Kumar'),(1584,'Ashok Kumari'),(1585,'Ashok Lal'),(1586,'Ashok Rav'),(1587,'Ashok Singh'),(1588,'Ashoka'),(1589,'Ashoka Bai'),(1590,'Ashokbati'),(1591,'Ashokhi Bai'),(1592,'Ashoki'),(1593,'Ashoki Bai'),(1594,'Ashokvati'),(1595,'Asholk'),(1596,'Ashraf'),(32903,'Ashray'),(1597,'Ashtha'),(1598,'Ashu'),(1599,'ashu bai'),(1600,'Ashu Kumar'),(1601,'Ashurta'),(1602,'Ashutosh'),(1603,'ashva'),(1604,'Ashvan'),(1605,'Ashvani'),(1606,'Ashvani Bai'),(1607,'Ashvani Devi'),(1608,'Ashvani Kumar'),(1609,'Ashwani'),(1610,'Ashwani Bai'),(1611,'Ashwani Kumar'),(1612,'Ashwani Yadav'),(1613,'Ashwarni'),(1614,'Ashwarya'),(1615,'ashwendra'),(1616,'Asika'),(1617,'asim'),(1618,'Asim Bai'),(1619,'Asin'),(1620,'Asin Bai'),(1621,'Asiph'),(1622,'Asiya'),(1623,'Askok'),(1624,'Aslam'),(1625,'Aslefkunwar'),(1626,'Aslekha'),(1627,'Aslekha Bai'),(1628,'Asman'),(1629,'Asmani'),(1630,'Asmansing'),(1631,'Asmat'),(1632,'Asmat Bai'),(1633,'Asmat Bee'),(1634,'Asmati Bai'),(1635,'Asmer Singh'),(1636,'Asmika'),(1637,'asmita'),(1638,'Asmita Bai'),(1639,'Asonshi'),(32904,'Asrani'),(1640,'Asrat'),(1641,'Asse ram'),(1642,'Assu Bai'),(1643,'Astha'),(1644,'Asthir'),(1645,'Asti'),(1646,'Astitva Kumar'),(1647,'asunta'),(1648,'Asuti Bai'),(1649,'Aswani'),(32905,'At'),(1650,'Ata Ulla'),(1651,'Atama'),(1652,'Atanu'),(1653,'Atar Lal'),(1654,'atasiya bai'),(32906,'Atawal'),(1655,'Atbal'),(1656,'Ateen'),(1657,'Ateshwari bai'),(1658,'Athanas'),(1659,'Athanash'),(1660,'Atharin Bai'),(1661,'Athavan Singh'),(1662,'Athiyarin Bai'),(1663,'Ati'),(1664,'Ati Bai'),(1665,'Atit'),(32907,'Atkuri'),(1666,'Atma'),(1667,'Atma Ram'),(1668,'Atmaram'),(1669,'Atri Bai'),(1670,'atru lal'),(1671,'Atta Ulla'),(1672,'Atu Ram'),(1673,'Atul'),(1674,'Atul Kumar'),(1675,'Atul Singh'),(1676,'Aujar'),(1677,'Aurag'),(1678,'Aurendra'),(1679,'Auseri Lal'),(1680,'Aushadhi'),(1681,'Avadesh'),(1682,'Avadh'),(1683,'Avadh Ram'),(1684,'Avadh Bai'),(1685,'Avadh Bihari'),(1686,'Avadh Ram'),(1687,'Avadh Rashi'),(1688,'avadh singh'),(1689,'Avadharam'),(1690,'Avadhesh'),(1691,'Avadhesh Kumar'),(32908,'Avadhiya'),(32909,'Avadhliya'),(1692,'Avadhram'),(1693,'Avagesh'),(1694,'Avanti'),(1695,'Avantika'),(1696,'Avasar Singh'),(32910,'Avashathi'),(32911,'Avashthi'),(32912,'Avasthi'),(1697,'Avdh'),(1698,'Avdh Ram'),(32913,'Avdheliya'),(1699,'Avdhesh'),(1700,'Avdhesh Kumar'),(1701,'Avdhesh Prasad'),(1702,'Avdhraj'),(1703,'Avesh'),(1704,'Avgal'),(32914,'Avgaliya'),(1705,'Avicharan'),(1706,'Avida Bee'),(1707,'Avilash'),(1708,'Avilash Kumar'),(1709,'Avinash'),(1710,'Avinash kuamar'),(1711,'Avinash Kumar'),(1712,'Avinasha'),(1713,'Avinay'),(1714,'Aviral Kumar'),(1715,'Avivek Kumar'),(1716,'Avnesh'),(1717,'Avon Singh'),(32915,'Avshthi'),(32916,'Avsthi'),(1718,'Avtar'),(1719,'Avtar Singh'),(1720,'Awadesh Ku'),(1721,'Awadh'),(1722,'Awadh Ram'),(1723,'Awadha Singh'),(32917,'Awadheliya'),(1724,'Awadhesh'),(1725,'Awadhi'),(1726,'Awadhram'),(1727,'Awalavati'),(1728,'Awan'),(32918,'Awasiya'),(32919,'Awasthi'),(32920,'Awdheliya'),(1729,'Awdhesh'),(32921,'Awgheliya'),(1730,'Ayam'),(1731,'Ayatu Ram'),(1732,'Ayodhaya'),(1733,'Ayodhiya'),(1734,'Ayodhiya Prasad'),(1735,'Ayodhiya Singh'),(1736,'Ayodhya'),(1737,'Ayodhya Bai'),(1738,'Ayodhya Das'),(1739,'Ayodhya Prasad'),(1740,'Ayub'),(1741,'Ayudhya'),(1742,'Ayush'),(1743,'Ayush Kumar'),(1744,'Ayushi'),(1745,'Ayushi kumari'),(1746,'Ayushman'),(1747,'Ayushmani'),(1748,'Ayyul'),(32922,'Azad'),(32923,'Azhar'),(1749,'Aziz'),(32924,'B'),(1750,'b-o rukhmani'),(1751,'B.'),(1752,'B. Anant'),(1753,'B. Laxmi'),(1754,'B.G.'),(1755,'B.jemis'),(1756,'B.k.'),(1757,'B.l.'),(1758,'B.O Rekha'),(1759,'B.r.'),(1760,'B.s.'),(1761,'B/ Kamala'),(1762,'B/ Neha'),(1763,'B/ O Deep Kumari'),(1764,'B/ O Ghasnin Bai'),(1765,'B/ O Jyoti'),(1766,'B/ O Kumari Bai'),(1767,'B/ O Padmani Bai'),(1768,'B/ O Ram Bai'),(1769,'B/0 Ganga'),(1770,'B/0 Jantri'),(1771,'B/0 Raj kumari'),(1772,'B/0 Santoshi'),(1773,'B/0 Kewara'),(1774,'B/0 Kunti'),(1775,'B/0 Rajkumari'),(1776,'B/0 Roshni'),(1777,'B/0 Roshni priya'),(1778,'B/0 Shivkumari'),(1779,'B/0 shrimati'),(1780,'B/0 Ahilya'),(1781,'B/0 Dileshwari'),(1782,'B/0 Gayatri'),(1783,'B/0 Jagatkuwar'),(1784,'B/0 Jahida'),(1785,'B/0 Kamni'),(1786,'B/0 Maheshiya'),(1787,'B/0 mamta'),(1788,'B/0 Pacho'),(1789,'B/0 phuleshwari'),(1790,'B/0 phulwati'),(1791,'B/0 Rajkumari'),(1792,'B/0 Rajni'),(1793,'B/0 samartiya'),(1794,'B/0 santoshi'),(1795,'B/0 Santoshi 1 beby'),(1796,'B/0 Santoshi 2 beby'),(1797,'B/0 Sarika'),(1798,'B/0 Seema'),(1799,'B/0 seeta'),(1800,'b/0 shakuntla'),(1801,'B/0 Shrimati'),(1802,'B/0 sukruta'),(1803,'B/0 Tileshwari'),(1804,'B/0khir'),(1805,'B/o'),(1806,'B/O Harkuvar bai'),(1807,'B/o Rama'),(1808,'B/o Aarti'),(1809,'B/O Aasha'),(1810,'B/o Aghan Bai'),(1811,'B/o Ahiliya'),(1812,'b/o ahilya bai'),(1813,'b/o ambika bai'),(1814,'B/o Amola Bai'),(1815,'B/o Amrika Bai'),(1816,'b/o anita'),(1817,'B/o Anita Bai'),(1818,'B/o Anjana'),(1819,'B/o Anjani'),(1820,'B/o Anju'),(1821,'B/o Anupa'),(1822,'b/o anupama'),(1823,'B/O Anuradha'),(1824,'B/o Anusuiya'),(1825,'B/o Archana'),(1826,'B/o Aruna'),(1827,'B/o Aruna Bai'),(1828,'B/o Asgari'),(1829,'b/o asha'),(1830,'B/o Babita'),(1831,'B/o Babli'),(1832,'B/O baijanti'),(1833,'B/o Baisakhiya'),(1834,'b/o balkuwar'),(1835,'B/o Bamleshvari'),(1836,'B/o Basant'),(1837,'B/o Basant Bai'),(1838,'B/o Bashanti'),(1839,'B/o Beenu'),(1840,'B/o Bhagvati'),(1841,'B/o Bhanmati'),(1842,'B/O Bharati'),(1843,'B/o Bharti'),(1844,'B/O Bharti bai'),(1845,'B/o Bhuneshwari'),(1846,'B/o Bimla Bai'),(1847,'B/o Bindu'),(1848,'B/o Birjha Bai'),(1849,'B/o Brihaspati'),(1850,'B/o Brij Bai'),(1851,'B/O budheshwari'),(1852,'B/o Chameli'),(1853,'B/o Champa'),(1854,'B/O chanda'),(1855,'B/o Chandramani'),(1856,'B/O Chandravati'),(1857,'B/o Chandrika'),(1858,'B/o Chandrika Bai'),(1859,'B/O chhaya'),(1860,'b/o chhitrekha'),(1861,'B/o deepa'),(1862,'b/o deepika'),(1863,'b/o devkali'),(1864,'B/O Devkumari'),(1865,'b/o devvati'),(1866,'B/o Dharmin Bai'),(1867,'B/o Dileshwari'),(1868,'B/o Dilkumari'),(1869,'B/O Dina Bai'),(1870,'B/o Divya'),(1871,'B/o Draupati'),(1872,'B/o Dropati'),(1873,'B/o Droupati'),(1874,'B/o Durga'),(1875,'B/O Durga 1st'),(1876,'B/O Durga 2nd'),(1877,'b/o durga bai'),(1878,'B/o Ganeshi'),(1879,'B/o Ganeshiya'),(1880,'B/o Ganga'),(1881,'B/o Ganga Bai'),(1882,'B/o Gangotri'),(1883,'B/O gangotri bai'),(1884,'b/o gauri bai'),(1885,'B/o Gayatri'),(1886,'B/o Gayatri Bai'),(1887,'B/o Gaytri'),(1888,'B/o Geeta'),(1889,'B/o Geeta Bai'),(1890,'B/o Geeta Devi'),(1891,'b/o ghasnin'),(1892,'B/o Girja'),(1893,'b/o gomti'),(1894,'B/o Gouri'),(1895,'B/o Guddi'),(1896,'B/o Gulab Bai'),(1897,'B/o Gulaba Bai'),(1898,'B/o habibun nisha'),(1899,'B/o Har Kunwar'),(1900,'b/o hara bai'),(1901,'B/o Hema Bai'),(1902,'b/o hemin bai'),(1903,'b/o hemlata'),(1904,'B/o Hemlata 1'),(1905,'B/o Hemlata 2'),(1906,'B/o Hempushpa'),(1907,'B/o Indrani'),(1908,'B/o Ishwari'),(1909,'B/o Jag Bai'),(1910,'b/o jageshwari'),(1911,'b/o jamotri bai'),(1912,'B/o Jamuna'),(1913,'b/o jamuna bai'),(1914,'B/o Jani Bai'),(1915,'b/o janki'),(1916,'B/o Jasinta Bai'),(1917,'B/o Jayanti'),(1918,'B/o Jethi Bai'),(1919,'B/o Jhamiya Bai'),(1920,'B/o Jhul Bai'),(1921,'B/o Jyoti'),(1922,'B/O jyoti bai'),(1923,'B/o Kala Bai'),(1924,'B/o Kalesh Bai'),(1925,'B/O kalindri'),(1926,'B/o Kamla'),(1927,'b/o kamla bai'),(1928,'B/o Kamlka'),(1929,'B/o Kamni'),(1930,'B/o Kanak Bai'),(1931,'B/o Kanchan'),(1932,'b/o kanti'),(1933,'b/o karishama'),(1934,'B/o Kaushilya'),(1935,'b/o kaushilya bai'),(1936,'B/o Kaveri'),(1937,'B/O kavita bai'),(1938,'B/o Kenwara Bai'),(1939,'B/o Kesh Kali'),(1940,'B/o Khirman'),(1941,'b/o khushi'),(1942,'B/o Kiran'),(1943,'b/o Krishan bai'),(1944,'b/o krishana bai'),(1945,'b/o kriti bai'),(1946,'B/o Kumari'),(1947,'B/o Kunjmati'),(1948,'B/o Kunvariya'),(1949,'B/o Lachhan Bai'),(1950,'B/o Lakshmin'),(1951,'B/o Lalita'),(1952,'B/O lalita bai'),(1953,'B/o Lata'),(1954,'B/o Lata Raj'),(1955,'B/o Laxmi'),(1956,'b/o laxmi bai'),(1957,'B/o Laxmin'),(1958,'B/o Laxmin Bai'),(1959,'B/o Leela Bai'),(1960,'B/o Lekha'),(1961,'B/O maankunver'),(1962,'B/o Madhu'),(1963,'B/o Madhu 1'),(1964,'B/o Madhu 2'),(1965,'b/o madhu bai'),(1966,'b/o Madhuri'),(1967,'B/o Mahetrin Bai'),(1968,'B/o Malti'),(1969,'B/o Malti Bai'),(1970,'B/o Mamta'),(1971,'B/o Manglin Bai'),(1972,'B/o Mani Bai'),(1973,'B/o Manjani'),(1974,'B/o Manju'),(1975,'B/o Manjulata'),(1976,'B/o Meena'),(1977,'b/o meena bai'),(1978,'B/o Meera'),(1979,'b/o menka'),(1980,'B/O minakshi'),(1981,'B/o Mithlesh Bai'),(1982,'B/o Monika'),(1983,'b/o mukeshiya'),(1984,'B/o Munni Bai'),(1985,'b/o naina'),(1986,'B/o Nandani'),(1987,'b/o nandani bai'),(1988,'B/o Nanndani'),(1989,'b/o narbadiya bai'),(1990,'B/o Narvind Kumari'),(1991,'B/o Neelima Bai'),(1992,'B/O Neelkumari'),(1993,'b/o neelu'),(1994,'B/o Neeta'),(1995,'B/o Neetu'),(1996,'B/O NIKHAT'),(32925,'B/o Nilam'),(1997,'B/o Nilkunwar'),(1998,'B/o Nilu'),(1999,'B/o Niraj'),(2000,'B/o Nirmala'),(2001,'B/o Noor Bee'),(2002,'B/o Noorjaha'),(2003,'B/o Panch Bai'),(2004,'B/O Parmeshwari'),(2005,'B/o Parvati'),(2006,'B/o Phagni Bai'),(2007,'b/o phooleshwar'),(2008,'B/o Phoolmani'),(2009,'B/o Phoolmati'),(2010,'B/o Pinki'),(2011,'B/o Poonam'),(2012,'B/o Prabha Bai'),(2013,'B/o prabhashani'),(2014,'B/o Pramila'),(2015,'B/o Pramila Bai'),(2016,'B/o Pratibha'),(2017,'B/o Preeti'),(2018,'B/o Premlata'),(2019,'b/o pritam bai'),(2020,'b/o punita bai'),(2021,'B/o Puraniya Bai'),(2022,'B/o Purnima'),(2023,'B/o Pushpa'),(2024,'b/o radha bai'),(2025,'b/o radhika'),(2026,'B/o raj kumari'),(2027,'b/o rajeshvari'),(2028,'B/o Rajeshwari'),(2029,'B/o Rajin Bai'),(2030,'B/o Rajkumari'),(2031,'B/o Rajkumari 2'),(2032,'B/o Rajni'),(2033,'b/o rajula'),(2034,'B/O rakhi'),(2035,'B/o Rakhi Singh'),(2036,'B/o Rama'),(2037,'B/o Rama Bai'),(2038,'B/o Ramayan'),(2039,'B/o Rameshvari'),(2040,'B/o Rameshwari'),(2041,'B/o Ramkali'),(2042,'B/o Ramkumari 1'),(2043,'B/o Ramkumari 2'),(2044,'B/o Ramshila'),(2045,'B/o ramshila bai'),(2046,'b/o rani'),(2047,'B/o Ranjita'),(2048,'b/o Ranju devi'),(2049,'B/o Ranu'),(2050,'B/o Rashmi'),(2051,'B/o rasida'),(2052,'B/o Rasida Begam'),(2053,'b/o rehana'),(2054,'B/o Rekha'),(2055,'B/O renu'),(2056,'b/o reshma'),(2057,'B/O Revati'),(2058,'B/o Revti Bai'),(2059,'b/o ritu'),(2060,'B/o Roopa Bai'),(2061,'B/o Roshni'),(2062,'B/o Rukhmani'),(2063,'b/o rukhmani bai'),(2064,'B/o Sadhan Bai'),(2065,'B/o Samari Bai'),(2066,'b/o sandhaya'),(2067,'B/o Sandhiya'),(2068,'B/o Sandhya'),(2069,'B/o Sangeeta'),(2070,'B/o Sangita'),(2071,'B/o Santoshi'),(2072,'B/o Santoshi Bai'),(2073,'B/o Sapana'),(2074,'B/o Saraswati'),(2075,'B/o Sarita'),(2076,'B/o Sarmila'),(2077,'B/o Saroj'),(2078,'B/o Saroj Bai'),(2079,'b/o sarsvati'),(2080,'B/o sarsvati bai'),(2081,'B/o Sati'),(2082,'b/o satnami'),(2083,'B/o Satrupa'),(2084,'B/o Satrupa Bai'),(2085,'b/o satya bai'),(2086,'B/o savan bai'),(2087,'b/o saviata bai'),(2088,'B/o Savita'),(2089,'B/o Savita Bai'),(2090,'B/o Savitri'),(2091,'B/o Sawitri'),(2092,'B/o Seema'),(2093,'B/o Seema Bai'),(2094,'B/o Seeta'),(2095,'B/o Seeta Bai'),(2096,'B/o Shail Bai'),(2097,'B/o Shailendri'),(2098,'B/o Shakun'),(2099,'B/o Shakun Bai'),(2100,'B/o Shakuntala'),(2101,'B/o shalini bai'),(2102,'B/o Shanti Bai'),(2103,'B/o Sharda'),(2104,'B/o Shayam'),(2105,'B/o Shila'),(2106,'B/o Shilu'),(2107,'B/o Shiv Kumari'),(2108,'B/o Shivkanta'),(2109,'B/o Shivvati'),(2110,'B/O Shukwara bai'),(2111,'b/o shveta 1'),(2112,'b/o shveta 2'),(2113,'B/o Shyam Bai'),(2114,'B/o Shyam Kumari'),(2115,'B/o Shyama'),(2116,'B/o Shyama Bai'),(2117,'B/o Shyamla'),(2118,'B/o Silochana'),(2119,'b/o silochani'),(2120,'B/o Siya Bai'),(2121,'B/o Sombati'),(2122,'B/O somvati'),(2123,'b/o sona'),(2124,'B/o Sonam'),(2125,'b/o soni'),(2126,'B/o Soni Bai'),(2127,'B/o Sonu'),(2128,'B/o subhadra'),(2129,'B/o Subhaso Bai'),(2130,'B/o Sudha'),(2131,'B/o Sukalhin Bai'),(2132,'B/o Sukh Bai'),(2133,'B/o Sukhmani Bai'),(2134,'B/o Sukhmati'),(2135,'B/o Sukrita'),(2136,'B/o Sukrita Bai'),(2137,'b/o sukriti'),(2138,'B/o Sulekha'),(2139,'B/o Suman'),(2140,'B/o Sumati'),(2141,'B/o Sumitra'),(2142,'B/o Sumitra Bai'),(2143,'B/o Sundariya'),(2144,'B/o Sunita'),(2145,'B/o Sunti Bai'),(2146,'B/o surekha'),(2147,'B/o Suruchi'),(2148,'b/o sushama'),(2149,'B/o Sushil'),(2150,'B/o Sushila'),(2151,'b/o sweta'),(2152,'B/O Tijiya'),(2153,'B/o Tulasi'),(2154,'B/o Uma'),(2155,'B/o Uma Bai'),(2156,'B/o Umenda bai'),(2157,'B/O Upasa'),(2158,'B/o Urmila'),(2159,'b/o urmila bai'),(2160,'B/o Urvashi'),(2161,'B/o Usha Bai'),(2162,'B/O Uttra'),(2163,'B/o Vahida Begam'),(2164,'b/o vedkunwar'),(2165,'B/O Vijaylaxmi'),(2166,'B/o/ Nandani'),(2167,'B/o/nirmala'),(2168,'b/oanitabai'),(2169,'B/oBaishakhiya'),(2170,'B/OBhagwati'),(2171,'b/ochameli'),(2172,'B/ochandravati'),(2173,'b/odharmin'),(2174,'B/ogaytri'),(2175,'b/omaheshvari'),(2176,'B/onilam'),(2177,'b/oritu'),(2178,'b/oruksana'),(2179,'B/oshashikanta'),(32926,'Ba'),(2180,'Baabi'),(2181,'Baabulal'),(2182,'Baal kunvar'),(2183,'Baal singh'),(2184,'Baalistar'),(2185,'Baalkaran'),(2186,'Baalkuvar'),(32927,'Baani'),(2187,'baare lal'),(2188,'Baba'),(2189,'Baba Ram'),(32928,'Babai'),(2190,'Babali'),(2191,'Babaliya'),(2192,'Babalu'),(2193,'Babalu Singh'),(2194,'Baban'),(2195,'Baban Singh'),(32929,'Babanjara'),(32930,'Babanvasi'),(2196,'Babau Lal'),(2197,'Babba'),(2198,'Babban Kumar'),(2199,'Babban Singh'),(2200,'Babbi'),(2201,'Babbi Bai'),(2202,'Babbi Gond'),(2203,'Babbu'),(2204,'Babbu Das'),(2205,'Babbu Ram'),(2206,'Babbu Singh'),(2207,'Babby/geeta'),(2208,'Babeeta'),(2209,'Babi'),(2210,'Babi Bai'),(2211,'Babi Devi'),(2212,'Babita'),(2213,'Babita Bai'),(2214,'Babiya Bai'),(2215,'Babiya Baibai'),(2216,'Babla'),(2217,'Babli'),(2218,'Babli Bai'),(2219,'Bablu'),(2220,'Bablu kumar'),(2221,'Bablu Singh'),(2222,'Baboliya Bai'),(2223,'Babri'),(2224,'Babu'),(2225,'Babu Das'),(2226,'Babu Ji'),(2227,'Babu Lal'),(2228,'Babu Lla'),(2229,'Babu Ram'),(2230,'Babu Singh'),(2231,'Babudas'),(2232,'Babulal'),(2233,'Babuliya singh'),(2234,'Babunna'),(2235,'Baburam'),(2236,'Babuwa'),(2237,'Baby'),(2238,'Baby / Jug Bai'),(2239,'Baby /punam'),(2240,'Baby Bai'),(2241,'Baby Chhedin'),(2242,'Baby Of'),(2243,'Baby Of Heera'),(2244,'Baby Of Jaysingh'),(2245,'Baby Of Laxmi'),(2246,'Baby Of Malti'),(2247,'Baby Of Pacho'),(2248,'Baby Of Pramila'),(2249,'Baby Of Rani'),(2250,'Baby Of Sawaitri'),(2251,'Baby Of Sharda'),(2252,'Baby Of Shila'),(2253,'Baby Or Lalita'),(2254,'Baby Shweta'),(2255,'Baby Singh'),(2256,'Baby/ Chitrarekha'),(2257,'Baby/ Loniya'),(2258,'Baby/ Manjulata'),(2259,'Baby/ Saroj'),(2260,'Baby/ Sarojani'),(2261,'Baby/ Sunita'),(2262,'Baby/aasu'),(2263,'Baby/amrit'),(2264,'Baby/anapurana'),(2265,'Baby/anita'),(2266,'Baby/anju'),(2267,'Baby/anupa'),(2268,'Baby/anuradha'),(2269,'Baby/babita'),(2270,'Baby/bachan'),(2271,'Baby/bachan Bai'),(2272,'Baby/bhagwati'),(2273,'Baby/chanda'),(2274,'Baby/chhaya'),(2275,'Baby/devaki'),(2276,'Baby/durga'),(2277,'Baby/durpati'),(2278,'Baby/gaytri'),(2279,'Baby/ghaneshwari'),(2280,'Baby/godawari'),(2281,'Baby/goutam'),(2282,'Baby/guddi'),(2283,'Baby/hemlata'),(2284,'Baby/itwara'),(2285,'Baby/jagrani'),(2286,'Baby/jal Bai'),(2287,'Baby/jamila'),(2288,'Baby/jankuwar'),(2289,'Baby/kaleshwari'),(2290,'Baby/kalpna'),(2291,'Baby/kaushilya'),(2292,'Baby/krian Lata'),(2293,'Baby/krishna'),(2294,'Baby/kunti'),(2295,'Baby/kuwariya'),(2296,'Baby/lachan'),(2297,'Baby/lalita'),(2298,'Baby/laxami'),(2299,'Baby/laxamin'),(2300,'Baby/laxmi'),(2301,'Baby/malika'),(2302,'Baby/malti'),(2303,'Baby/manju'),(2304,'Baby/mantori'),(2305,'Baby/meena'),(2306,'Baby/mihala'),(2307,'Baby/mongara'),(2308,'Baby/neera'),(2309,'Baby/nirmal'),(2310,'Baby/nirmala'),(2311,'Baby/panch Kumari'),(2312,'Baby/parvati'),(2313,'Baby/phoolmat'),(2314,'Baby/prabha'),(2315,'Baby/pramila'),(2316,'Baby/pratibha'),(2317,'Baby/punam'),(2318,'Baby/puniya'),(2319,'Baby/purnima'),(2320,'Baby/rajkumari'),(2321,'Baby/rajmati'),(2322,'Baby/ramautin Bai'),(2323,'Baby/rameshawari'),(2324,'Baby/ramkumari'),(2325,'Baby/ramla'),(2326,'Baby/rani'),(2327,'Baby/ranjita'),(2328,'Baby/rinki'),(2329,'Baby/ritu'),(2330,'Baby/rukhmani'),(2331,'Baby/sandhaya'),(2332,'Baby/sangeeta'),(2333,'Baby/santoshi'),(2334,'Baby/saraswati'),(2335,'Baby/sarita'),(2336,'Baby/sarswati'),(2337,'Baby/satyvati'),(2338,'Baby/sawan'),(2339,'Baby/sawatri'),(2340,'Baby/sawita'),(2341,'Baby/sawitri'),(2342,'Baby/seema'),(2343,'Baby/shakuntala'),(2344,'Baby/shanti'),(2345,'Baby/shathi'),(2346,'Baby/shobha'),(2347,'Baby/shubh'),(2348,'Baby/shukwara'),(2349,'Baby/soni'),(2350,'Baby/sukhi'),(2351,'Baby/sukhmani'),(2352,'Baby/sukwariya'),(2353,'Baby/sumitra'),(2354,'Baby/sunita'),(2355,'Baby/surekha'),(2356,'Baby/suru'),(2357,'Baby/sushila'),(2358,'Baby/sushma'),(2359,'Baby/tija'),(2360,'Baby/tijan'),(2361,'Baby/uma'),(2362,'Baby/urvashi'),(2363,'Baby/vaishnavi'),(2364,'Baby/vimla'),(2365,'Babyof'),(32931,'bacch'),(2366,'Bacchu lal'),(2367,'Bachan'),(2368,'Bachan bai'),(2369,'Bachan Bai'),(2370,'Bachan Das'),(2371,'Bachan Geer'),(2372,'Bachan kunvar'),(2373,'Bachan Lal'),(2374,'Bachan Singh'),(2375,'Bachana'),(2376,'Bachani'),(2377,'Bachani bai'),(2378,'Bachani Bai'),(2379,'Bachankunwar'),(2380,'Bachanu Ram'),(2381,'Bachar'),(2382,'Bachcha Lal'),(2383,'Bachcha Ram'),(2384,'Bachche'),(2385,'Bachchu'),(2386,'Bachchu Ram'),(32932,'Bachel'),(2387,'Bachha Lal'),(2388,'Bachha Ram'),(32933,'Bachhala'),(2389,'Bachhan'),(2390,'Bachhi Bai'),(2391,'Bachhu'),(2392,'Bachhu Das'),(2393,'Bachhu Lal'),(2394,'Bachhu Ram'),(2395,'Bachhu Singh'),(2396,'Bachi Bai'),(2397,'Bachi Singh'),(2398,'Bachu Ram'),(2399,'Bad Lal'),(32934,'Bada'),(2400,'Badaka bai'),(2401,'Badaku'),(2402,'Badaku ram'),(2403,'Badal'),(2404,'Badaliya'),(2405,'Badama Bai'),(2406,'Badan'),(2407,'Badan Bai'),(2408,'Badan Ram'),(2409,'Badan Singh'),(2410,'Badankuwar'),(2411,'Badara'),(2412,'Badara Bai'),(2413,'Badari'),(2414,'Badari Prasad'),(2415,'Badari Prased'),(2416,'Badaru singh'),(2417,'Badasiya Bai'),(2418,'badau'),(32935,'Badbasiya'),(2419,'Baddin Bai'),(2420,'Baddu'),(2421,'Baddu Ram'),(2422,'Bade Dau'),(2423,'bade lamanu'),(32936,'badera'),(32937,'Baderiya'),(2424,'Badhaini Bai'),(2425,'Badhan Bai'),(2426,'Badhani Bai'),(32938,'Badhekar'),(2427,'Badhwariya'),(2428,'Badi'),(2429,'Badi Bai'),(32939,'Badiya'),(2430,'Badiya Bai'),(2431,'Badka'),(2432,'Badka Bai'),(2433,'Badkaiya'),(2434,'Badkau'),(2435,'Badkauna'),(2436,'Badki Bai'),(2437,'Badku'),(2438,'Badku Ram'),(2439,'Badku Singh'),(2440,'Badkuram'),(2441,'Badoli'),(2442,'Badra'),(2443,'Badra Bai'),(2444,'Badri'),(2445,'Badri Bai'),(2446,'Badri narayan'),(2447,'Badri Parsad'),(2448,'Badri Prasad'),(2449,'Badri Singh'),(2450,'Badri vishal'),(2451,'Badridas'),(2452,'badrik bai'),(2453,'Badrika'),(2454,'Badrika Bai'),(2455,'Badrinath'),(2456,'Badrti pradad'),(2457,'Badruddin Nisha'),(2458,'Badrun Bee'),(2459,'badrun nisha'),(2460,'Badsava Bai'),(2461,'Badsiya Bai'),(2462,'Baduddin'),(2463,'Baduliya'),(32940,'Baga'),(32941,'Bagachi'),(32942,'Bagal'),(2464,'Bagamati'),(2465,'Baganu Singh'),(32943,'Bagari'),(2466,'Bagarmuniya'),(2467,'Bagas'),(2468,'Bagas Ram'),(32944,'Bagel'),(32945,'Bagesh'),(2469,'Bageswar'),(32946,'Bagga'),(2470,'Baggu'),(2471,'baggu bai'),(32947,'Bagh'),(32948,'Baghe'),(32949,'Baghel'),(2472,'Bagirati'),(2473,'bagmma'),(2474,'Bagsu Ram'),(2475,'Baguli bai'),(2476,'Bagvati Bai'),(2477,'Bahab'),(2478,'Bahabal Shigh'),(2479,'Bahadur'),(2480,'Bahadur Singh'),(2481,'Bahagchand Singh'),(2482,'Bahal'),(2483,'Bahal Singh'),(2484,'Bahalo Bai'),(2485,'Bahar ali'),(32950,'Bahara'),(2486,'baharam'),(2487,'Baharan'),(2488,'baharan das'),(2489,'Baharata'),(32951,'Baharin'),(2490,'Baharin Bai'),(2491,'Baharta'),(2492,'Baharteen Bai'),(2493,'Bahartin'),(2494,'Bahartin Bai'),(2495,'Bahaura Bai'),(2496,'Bahbal'),(32952,'Bahena'),(2497,'Baheshwari'),(2498,'Bahgbali'),(2499,'Bahgvat'),(2500,'Bahgvati Bai'),(2501,'Bahgwati bai'),(2502,'Bahi Bai'),(2503,'Bahiran Bai'),(2504,'bahli singh'),(32953,'Bahna'),(2505,'Bahor'),(2506,'Bahor Singh'),(2507,'Bahoraka'),(2508,'Bahoran'),(2509,'Bahoran Das'),(2510,'Bahoran Lal'),(2511,'Bahoran Singh'),(2512,'Bahoranlal'),(2513,'bahore lal'),(2514,'Bahori'),(2515,'Bahori Lal'),(2516,'Bahori Singh'),(2517,'Bahorik'),(2518,'Bahorik Lal'),(2519,'Bahorik Ram'),(2520,'Bahorik Singh'),(2521,'Bahorikraj'),(32954,'Bahra'),(2522,'Bahraj'),(2523,'Bahrata'),(2524,'Bahrin Bai'),(2525,'Bahrut'),(2526,'Bahula bai'),(2527,'Bahuliya Bai'),(2528,'Bahumati'),(2529,'Bahur'),(2530,'Bahur singh'),(2531,'Bahura'),(2532,'Bahura Bai'),(2533,'Bahura prasad'),(2534,'Bahurabai'),(2535,'Bahuram'),(2536,'Bahuran'),(2537,'Bahuri Bai'),(2538,'Bahurlal'),(2539,'Bahurmati'),(2540,'Bai'),(2541,'Bai Ji'),(32955,'Bai Sahu'),(32956,'Bai/baby'),(32957,'Baiaragi'),(2542,'Baichu'),(2543,'Baidnath'),(32958,'Baiga'),(2544,'Baiga Singh'),(2545,'Baigan'),(32959,'Baigha'),(32960,'Baigsa'),(32961,'Baigta'),(2546,'Baigu'),(2547,'Baigu singh'),(2548,'Baigud Singh'),(2549,'Baiharam'),(32962,'Baihga'),(32963,'Baihra'),(2550,'Baij'),(2551,'Baijanti'),(2552,'Baijanti Bai'),(2553,'Baijantimala'),(2554,'Baijantri Bai'),(2555,'Baijhad Singh'),(2556,'Baijnath'),(2557,'Baiju'),(2558,'Baiju Singh'),(2559,'Baikunthi'),(2560,'Baikunthnath'),(2561,'Bailsiya Bai'),(2562,'Bailu Bai'),(32964,'Baima'),(2563,'Baiman'),(32965,'Baina'),(2564,'Bainath'),(2565,'Baini'),(2566,'Baini Bai'),(2567,'Baini Ram'),(2568,'Bainu'),(2569,'Bainu Bai'),(2570,'Bairag singh'),(2571,'Bairagi'),(2572,'Bairam'),(2573,'bairjha bai'),(32966,'Bais'),(2574,'Baisaba'),(2575,'Baisahan'),(2576,'Baisahu'),(2577,'Baisakha'),(2578,'Baisakha bai'),(2579,'Baisakhabai'),(2580,'Baisakhaiya'),(2581,'Baisakhaiya Bai'),(2582,'Baisakhan'),(2583,'Baisakhi'),(2584,'Baisakhi Bai'),(2585,'Baisakhin'),(2586,'Baisakhin Bai'),(2587,'Baisakhiya'),(2588,'Baisakhiya Bai'),(2589,'Baisakhu'),(2590,'Baisakhu das'),(2591,'Baisakhu Lal'),(2592,'Baisakhu Ram'),(2593,'Baisakhu Singh'),(2594,'Baisakhuram'),(2595,'Baisaku'),(2596,'Baish'),(2597,'Baishakha'),(2598,'Baishakha Bai'),(2599,'Baishakhin'),(2600,'Baishakhin Bai'),(2601,'Baishakhiya'),(2602,'Baishakhiya Bai'),(2603,'Baishakhu'),(2604,'Baishakhu Ram'),(2605,'Baishakhuram'),(2606,'Baishaku'),(2607,'Baishkhiya'),(2608,'Baishkhiya Bai'),(2609,'Baishkiya bai'),(2610,'Baisikhiya'),(2611,'Baiskhiya'),(2612,'Baiskhiya Bai'),(2613,'Baisram'),(2614,'Baisukhiya'),(32967,'Baiswade'),(2615,'Baitha'),(2616,'Baithmal'),(2617,'Baithnath'),(2618,'Baitul'),(2619,'Baiu'),(32968,'Baiv'),(2620,'Baiya'),(2621,'Baiya Bai'),(2622,'Baiya lal'),(2623,'Baiyan'),(2624,'Baiyan Bai'),(2625,'Baiyyan bai'),(32969,'Bai`'),(2626,'Bajaar'),(2627,'Bajagiha'),(2628,'Bajaharhin Bai'),(2629,'Bajaharin'),(2630,'Bajaharin Bai'),(2631,'Bajahin'),(32970,'Bajaj'),(2632,'Bajan Bai'),(2633,'Bajanti Bai'),(2634,'Bajantri'),(2635,'Bajantri Bai'),(2636,'Bajantribai'),(2637,'Bajantu bai'),(32971,'Bajara'),(2638,'Bajarahin'),(2639,'bajarahin bai'),(2640,'Bajarahin Bai'),(2641,'Bajarang'),(2642,'Bajarha'),(2643,'Bajarha Ram'),(2644,'Bajarharam'),(2645,'Bajarheen'),(2646,'Bajarhin'),(2647,'Bajarhin bai'),(2648,'Bajarhin Bai'),(2649,'Bajarhinbai'),(2650,'Bajari'),(2651,'Bajari bai'),(2652,'Bajari Lal'),(2653,'Bajari Singh'),(2654,'Bajariha Bai'),(2655,'Bajarin Bai'),(2656,'Bajariya Bai'),(2657,'Bajaru'),(2658,'bajaru singh'),(32972,'Bajgari'),(2659,'Bajharhin Bai'),(2660,'Bajharin'),(2661,'Bajharin Bai'),(2662,'bajhriya bai'),(2663,'Bajita'),(2664,'Bajo Bai'),(32973,'Bajpai'),(32974,'Bajpeai'),(32975,'Bajpei'),(32976,'Bajpeyi'),(2665,'Bajrag'),(2666,'Bajraha'),(2667,'Bajraha Ram'),(2668,'bajraha singh'),(2669,'Bajrahi Bai'),(2670,'Bajrahin'),(2671,'Bajrahin Bai'),(2672,'Bajrang'),(2673,'Bajrang Kumar'),(2674,'Bajrang Lal'),(2675,'Bajrang prasad'),(2676,'Bajrang Sih'),(2677,'Bajrang Singh'),(2678,'Bajrangi'),(2679,'Bajrani'),(2680,'Bajrhin Bai'),(2681,'Bajri Bai'),(2682,'Bajriya Bai'),(2683,'Bajroom Nisha'),(2684,'Bajru'),(2685,'Bajru Singh'),(2686,'Baju Ram'),(2687,'Bajur Singh'),(32977,'bakas'),(2688,'Bakat Singh'),(32978,'Bakchali'),(2689,'Bakebihari'),(2690,'Bakeshwari'),(32979,'Bakhala'),(2691,'Bakhari'),(2692,'Bakharu Patel'),(32980,'Bakhla'),(2693,'Baki Bihari'),(2694,'Bakku singh'),(32981,'Bakre'),(2695,'Bakrid'),(2696,'Bakrida'),(2697,'Baksalam'),(32982,'Bakshi'),(2698,'Baksu'),(2699,'Baksukha'),(2700,'Bakulranidhar'),(2701,'Bal'),(2702,'Bal Kuwar'),(2703,'Bal Bhaddar'),(2704,'Bal Chand'),(2705,'Bal Govind'),(2706,'Bal Kishan'),(2707,'Bal Krishan'),(2708,'bal kumar'),(2709,'Bal Kumari'),(2710,'Bal Kunvar'),(2711,'Bal Kunwar'),(2712,'Bal kuvar'),(2713,'Bal Kuwar'),(2714,'Bal Mukund'),(2715,'Bal Mukut'),(2716,'Bal Ram'),(2717,'Bala'),(2718,'Bala Bai'),(2719,'Bala Das'),(2720,'Bala Prasad'),(2721,'Bala Ram'),(2722,'Balad Bai'),(2723,'Baladau'),(2724,'Baladin'),(2725,'Balaji'),(2726,'Balak'),(2727,'Balak Das'),(2728,'Balak Ram'),(2729,'Balakdas'),(32983,'Balal'),(2730,'Balam'),(2731,'Balam Bai'),(2732,'Balam singh'),(2733,'Balamdas'),(2734,'Balamdeena'),(2735,'balamdina'),(2736,'Balaram'),(2737,'Balbatiya Bai'),(2738,'Balbeer'),(2739,'Balbhadra'),(2740,'Balbhadra Prasad'),(2741,'balbhadra singh'),(32984,'Balbhadre'),(2742,'Balbhadri'),(2743,'Balbir Singh'),(2744,'Balchand'),(2745,'Baldau'),(2746,'Baldau Ram'),(2747,'Baldau Prasad'),(2748,'Baldau Prased'),(2749,'Baldau Ram'),(2750,'Baldau Singh'),(2751,'Baldauva'),(2752,'Baldeo'),(2753,'Baldev'),(2754,'Baldev Kumar'),(2755,'Baldev Prasad'),(2756,'Baldev Ram'),(2757,'Baldev Singh'),(2758,'Baldin'),(2759,'Baldin Bai'),(2760,'Baldu'),(2761,'Balduram'),(2762,'balendra'),(2763,'Balendra Das'),(2764,'Balendra Kumar'),(2765,'Balesh'),(2766,'Baleshvar'),(2767,'Baleshwar'),(2768,'Baleshwar Singh'),(2769,'Baleshwari'),(2770,'Balesin Bai'),(2771,'Balgi Bai'),(2772,'Balgovind'),(2773,'Balhuram'),(2774,'Bali'),(2775,'Bali Das'),(2776,'Bali Kumar'),(2777,'Bali Ram'),(2778,'bali singh'),(2779,'Balidas'),(2780,'Balika'),(2781,'Balika Bai'),(2782,'Baliram'),(2783,'Baljit'),(2784,'Baljot'),(2785,'Balka'),(2786,'Balkaran'),(2787,'Balkaran singh'),(2788,'Balkrishan'),(2789,'BalKumar'),(2790,'Balkumari'),(2791,'Balkunvar'),(2792,'Balkunwar'),(2793,'Balkuvar'),(2794,'Balkuwar'),(2795,'Balla'),(2796,'Balla Ram'),(2797,'Balla Singh'),(32985,'Ballal'),(2798,'Ballam Singh'),(2799,'Balli Bai'),(2800,'Ballo'),(2801,'Ballu'),(2802,'Ballu das'),(2803,'Ballu Prasad'),(2804,'Ballu Ram'),(2805,'Balmati'),(2806,'Balmati Bai'),(2807,'Balmatiya'),(2808,'Balmatiya bai'),(2809,'Balmdina'),(2810,'Balmik'),(2811,'Balmiki'),(2812,'Balmiki singh'),(2813,'Balmti'),(2814,'Balmu singh'),(2815,'Balmukuand'),(2816,'Balmukund'),(2817,'Balo'),(2818,'Baloda'),(2819,'Balpasiya Bai'),(2820,'Balraj'),(2821,'Balram'),(2822,'Balram das'),(2823,'Balram Prasad'),(2824,'Balram Prased'),(2825,'Balram Singh'),(2826,'Balsa Bai'),(2827,'Balsay'),(2828,'Balshwar'),(2829,'Balsiya'),(2830,'Balsumir'),(2831,'Balta Singh'),(2832,'Balu'),(2833,'Baluk'),(2834,'Balvan'),(2835,'Balvan Singh'),(2836,'Balvant'),(2837,'Balvant Singh'),(2838,'Balvant Das'),(2839,'Balvant Singh'),(2840,'Balvati'),(2841,'Balveer'),(2842,'Balvir'),(2843,'Balvir Kumar'),(2844,'Balwa Ram'),(2845,'Balwan'),(2846,'Balwan Singh'),(2847,'Balwant'),(2848,'Balwant baiga'),(2849,'Balwant Singh'),(2850,'Balwanta'),(2851,'Balwantin'),(2852,'Bamastiya'),(2853,'bamba bai'),(2854,'Bambi Bai'),(2855,'Bambleshvari'),(32986,'Bamhan'),(2856,'Bamhani'),(32987,'Bamhbhat'),(2857,'Bamleshvari'),(2858,'Bamleshwari'),(32988,'Bamne'),(2859,'Banafar Singh'),(2860,'Banaphar'),(32989,'Banara'),(2861,'Banarasi'),(32990,'Banargi'),(2862,'banarji'),(2863,'Banarsi'),(2864,'BANAS KUMAR'),(2865,'Banas Ram'),(2866,'Banaspati'),(2867,'banaspati bai'),(2868,'Banaspati Singh'),(2869,'Banaswai'),(2870,'Banau'),(2871,'Banau Ram'),(32991,'Banawal'),(32992,'Banawar'),(2872,'Banbodh'),(32993,'Banch'),(32994,'Banchhor'),(32995,'Banda'),(2873,'Bandana Bai'),(32996,'Bande'),(2874,'bande lal'),(2875,'Bande singh'),(32997,'Bandel'),(2876,'Bandhaini Bai'),(32998,'bandhale'),(2877,'Bandhan'),(2878,'Bandhan Singh'),(2879,'Bandhan Bai'),(2880,'Bandhan Kuwar'),(2881,'Bandhan Ram'),(2882,'Bandhan Singh'),(32999,'Bandhani'),(33000,'Bandhe'),(33001,'Bandhekar'),(2883,'Bandheshwari Singh'),(33002,'Bandhi'),(2884,'Bandhoni Bai'),(2885,'Bandhu'),(2886,'Bandhu Das'),(2887,'bandhu lal'),(2888,'Bandhu Ram'),(2889,'Bandhu Singh'),(33003,'Bandi'),(2890,'Bandu'),(2891,'Banga Das'),(2892,'Bangal'),(2893,'Bangala'),(2894,'Bangala Bai'),(2895,'Bangali'),(33004,'Banghela'),(2896,'Bangla'),(2897,'Bangla Bai'),(2898,'Bango'),(33005,'Bani'),(2899,'Bani Ram'),(2900,'Banihar'),(2901,'Baniharin Bai'),(2902,'Banita'),(2903,'Baniya'),(2904,'Banjait bai'),(2905,'Banjara'),(33006,'Banjarara'),(33007,'Banjare'),(2906,'Banjari'),(33008,'Banjhaur'),(33009,'Banjhikar'),(33010,'Banjra'),(2907,'Banju Lal'),(2908,'Banjuvaram'),(2909,'Banke'),(2910,'Banke Bihari'),(2911,'Banke Lal'),(2912,'Bankhandi'),(2913,'Banku Ram'),(2914,'Bankusi'),(2915,'Banmali'),(2916,'Banmali Ram'),(2917,'Banni Bai'),(2918,'Bannij Bai'),(2919,'Bannu'),(2920,'Bannu Lal'),(2921,'Bannu Ram'),(2922,'Bano'),(2923,'Bano Begum'),(33011,'Banrji'),(2924,'Bansa'),(33012,'Bansakar'),(33013,'Bansal'),(2925,'Bansanti'),(2926,'Bansat Bai'),(2927,'bansauri'),(2928,'Bansh Gopal'),(2929,'Bansh Lal'),(2930,'Bansh Ram'),(33014,'Banshal'),(2931,'Banshanti'),(2932,'Banshdhari'),(2933,'Banshgopal'),(2934,'Banshi'),(2935,'Banshi Kumar'),(2936,'Banshi Lal'),(2937,'Banshi Ram'),(2938,'Banshidhar'),(2939,'Banshilal'),(33015,'Banshkar'),(2940,'Banshpati'),(2941,'Banshram'),(2942,'Banshu'),(2943,'Bansi'),(2944,'Bansi Lal'),(2945,'Bansiya Bai'),(33016,'Banskar'),(2946,'Bansuk Prasad'),(2947,'Banthu Ram'),(2948,'Banti'),(2949,'Banti Kumar'),(2950,'Bantu Bai'),(2951,'Banty'),(33017,'Banvaiya'),(2952,'Banvali'),(2953,'Banvari'),(2954,'Banvari Lal'),(2955,'Banvarri'),(2956,'Banvasa'),(2957,'Banvasa Bai'),(2958,'Banvashi'),(2959,'Banvasi'),(2960,'Banvasiya Bai'),(2961,'Banveer Singh'),(2962,'Banwala'),(2963,'Banwali'),(2964,'Banwali ram'),(2965,'Banwari'),(2966,'Banwari lal'),(2967,'Banwasa'),(2968,'Banwasa Bai'),(33018,'Bao'),(2969,'Baphatan'),(33019,'Bapte'),(33020,'Barabde'),(33021,'Baragi'),(2970,'Barahamanand'),(33022,'Barai'),(2971,'Baramkali'),(2972,'Baran'),(2973,'baran das'),(33023,'Barani'),(2974,'Baraqn Singh'),(2975,'Baras'),(2976,'Barat'),(2977,'Barat Bai'),(2978,'Barat Ram'),(2979,'Barata'),(2980,'Barata Bai'),(33024,'Barath'),(2981,'Barati'),(2982,'Barati Ram'),(2983,'Barati Ram'),(2984,'Baratnin'),(2985,'Baratnin Bai'),(2986,'Baratu'),(2987,'Baratu ram'),(2988,'Baratu Singh'),(2989,'Baraturam'),(2990,'Barau'),(2991,'Barbad Bai'),(2992,'Barbadiya Bai'),(2993,'Bardan Lal'),(2994,'Bardani'),(33025,'Bardaw'),(33026,'Bare'),(2995,'Bare Lal'),(33027,'Baredh'),(2996,'Baredi'),(2997,'Barelal'),(33028,'Bareth'),(2998,'Bareth Singh'),(33029,'Bargah'),(33030,'Bargahi'),(33031,'Bargaon'),(33032,'Barhai'),(33033,'Bari'),(2999,'Bari bai'),(3000,'Bari Lal'),(33034,'Barik'),(3001,'Barik Lal'),(33035,'Barit'),(33036,'Bariya'),(3002,'Bariya Bai'),(3003,'Barjan'),(3004,'Barjiya Ram'),(3005,'Barkat'),(3006,'Barkha'),(3007,'Barkha Rani'),(33037,'Barle'),(33038,'Barma'),(33039,'Barmahan'),(33040,'Barmaiya'),(33041,'Barman'),(3008,'Barmat'),(3009,'Barmha'),(33042,'Barmhan'),(3010,'Barmu Singh'),(3011,'Barnu Singh'),(33043,'barnwal'),(3012,'Baro Bai'),(3013,'Barotin Bai'),(3014,'Barsa'),(3015,'Barsadi'),(3016,'Barsano'),(3017,'Barsati'),(3018,'Bartanin'),(3019,'Bartariya'),(33044,'Barth'),(33045,'Barthval'),(3020,'bartibai'),(3021,'Bartiya'),(3022,'Bartiya singh'),(3023,'bartni bai'),(3024,'Bartnin'),(3025,'Bartnin Bai'),(3026,'Bartu'),(33046,'Barvaiya'),(33047,'Barve'),(3027,'Basa'),(3028,'Basahan Singh'),(3029,'Basahani Bai'),(3030,'Basakhiya'),(3031,'Basan'),(3032,'Basan Bai'),(3033,'Basan Kumari'),(3034,'Basanat'),(33048,'Basani'),(3035,'Basant'),(3036,'Basant singh'),(3037,'Basant Bai'),(3038,'Basant Das'),(3039,'Basant Kaumar'),(3040,'Basant Kumar'),(3041,'Basant Kumari'),(3042,'Basant kunver'),(3043,'Basant Kunwar'),(3044,'Basant kuver'),(3045,'Basant Kuwar'),(3046,'Basant Lal'),(3047,'Basant Pal'),(3048,'Basant Ram'),(3049,'Basant Singh'),(3050,'Basanta'),(3051,'Basanta Aayam'),(3052,'Basanta Bai'),(3053,'Basantbai'),(3054,'Basanti'),(3055,'Basanti Bai'),(3056,'Basantmani'),(3057,'Basantsingh'),(3058,'Basantu'),(3059,'Basantu Bai'),(33049,'Basare'),(33050,'Basaur'),(3060,'Basavan'),(3061,'Basawan'),(3062,'Basdev'),(33051,'Basdeva'),(3063,'Baseera'),(3064,'Basha'),(3065,'Bashanti'),(3066,'Bashi'),(3067,'Bashir'),(3068,'Basin bai'),(3069,'Basir'),(3070,'Basir khan'),(3071,'Basiran'),(3072,'Basiran bee'),(3073,'Basiran Bi'),(3074,'Basit Bai'),(3075,'baskhiya bai'),(3076,'Basmat Bai'),(3077,'Basmati'),(3078,'Basmatiya'),(3079,'Basmatiya Bai'),(3080,'Basna'),(3081,'Basnt Kumar'),(3082,'Basnti'),(3083,'Basnti Bai'),(33052,'Basod'),(33053,'Basodh'),(3084,'Basohrin Bai'),(3085,'Basona bai'),(33054,'Basor'),(3086,'Basor Singh'),(3087,'Basori Bai'),(3088,'Basori Lal'),(3089,'Basorin Bai'),(33055,'Basot'),(3090,'Basu'),(3091,'Basudev'),(3092,'Basundar Bai'),(3093,'Basurin Bai'),(3094,'Batan Bai'),(3095,'Batasa Bai'),(3096,'Batasiya'),(3097,'Batasiya Bai'),(33056,'Baterh'),(33057,'Bati'),(3098,'Bati Ai'),(3099,'Bati Bai'),(3100,'Batii Bai'),(3101,'Batiya Bai'),(33058,'Batle'),(3102,'Batli Bai'),(33059,'Batra'),(3103,'Batsiya'),(3104,'Batsiya Bai'),(3105,'Batta Bai'),(33060,'Battani'),(3106,'Batti Bai'),(3107,'Battu'),(3108,'Battu Bai'),(3109,'Batu'),(3110,'Batul'),(3111,'Batul Begam'),(33061,'Batve'),(3112,'Bauda'),(33062,'Baudha'),(33063,'Baui'),(3113,'Bauni bai'),(3114,'Bauwa'),(3115,'Bauwa Ram'),(3116,'Bava'),(3117,'Bavadin'),(33064,'Bavaji'),(3118,'Bavan Singh'),(3119,'Bavy/basanti'),(33065,'Bawa'),(33066,'Baya'),(3120,'Baya bai'),(33067,'Bayamhara'),(3121,'Bazari Lal'),(3122,'Bazaru'),(33068,'Bb'),(3123,'bbhagwantin'),(33069,'Bdhel'),(3124,'Bdhuram'),(3125,'Bdhuva Ram'),(3126,'Bdri Prasad'),(3127,'Beasiya Bai'),(3128,'Bebi'),(3129,'Bebi Aasha'),(3130,'Bebi Anita'),(3131,'Bebi / Geeta'),(3132,'bebi / Santri bai'),(3133,'Bebi Bai'),(3134,'Bebi Nisha'),(3135,'Bebi Tija'),(3136,'Bebi Usna'),(3137,'Bebi/'),(3138,'Bebi/latabai'),(3139,'Bebi/Savita'),(3140,'Bebi/urmila'),(3141,'bebo'),(3142,'Beboliya Bai'),(3143,'Beby'),(3144,'Beby Ashit 1'),(3145,'Beby /'),(3146,'Beby Ashit 2'),(3147,'Beby bai'),(3148,'Beby Begam'),(3149,'beby binda'),(3150,'beby harkumari'),(3151,'beby kavita'),(3152,'Beby Of Laxmi'),(3153,'beby.savita'),(3154,'beby/amirika'),(3155,'beby/anita'),(3156,'beby/bruhspati'),(3157,'Beby/Budhriya bai'),(3158,'beby/chanda'),(3159,'beby/hemanshi'),(3160,'beby/indra'),(3161,'beby/kiran'),(3162,'beby/kusum'),(3163,'beby/manglin'),(3164,'beby/nirmala'),(3165,'beby/parvati'),(3166,'beby/pramila'),(3167,'beby/pratima'),(3168,'beby/rajni'),(3169,'Beby/rekha'),(3170,'Beby/roopa'),(3171,'Beby/sarojani'),(3172,'beby/satrupa'),(3173,'beby/satvati'),(3174,'beby\\jabin'),(3175,'Bechaan Singh'),(3176,'Bechan'),(3177,'Bechan Bai'),(3178,'Bechan Lal'),(3179,'Bechan Ram'),(3180,'Bechan Singh'),(3181,'bechani'),(3182,'Bechani Bai'),(3183,'Beche Lal'),(3184,'Bechu'),(3185,'Bechu Lal'),(3186,'Bechu Ram'),(3187,'Bed'),(3188,'Bed Bai'),(3189,'Bed Kumar'),(3190,'Bed Kumari'),(3191,'Bed kunvar'),(3192,'Bed Kunwar'),(3193,'Bed Kuwar'),(3194,'Bed Lal'),(3195,'Bed Narayan'),(3196,'Bed Prakash'),(3197,'Bed Prakesh'),(3198,'Bed Prasad'),(3199,'Bed Prased'),(3200,'Bed Ram'),(3201,'Bed Rma'),(3202,'Beda Bai'),(3203,'Bedan'),(3204,'Bedan Bai'),(3205,'Bedanbai'),(3206,'Bedani Bai'),(3207,'Bedbati'),(3208,'Bedeen'),(3209,'Bedha Bai'),(3210,'Bedhan Das'),(3211,'Bedhe'),(3212,'Bedhin'),(3213,'Bedi'),(3214,'Bedi Bai'),(3215,'Bedi Lal'),(3216,'Bedi Prasad'),(3217,'Bedi Ram'),(3218,'Bedilal'),(3219,'Bedin'),(3220,'Bedin Bai'),(3221,'Bedinbai'),(3222,'Bediram'),(3223,'Bediya'),(3224,'Bediya Bai'),(3225,'Bedkumari'),(3226,'Bedkunvar'),(3227,'Bedkunwar'),(3228,'Bedkuwar'),(3229,'Bedlal'),(3230,'Bedmani'),(3231,'Bedmat Bai'),(3232,'Bedmati'),(3233,'Bedmati Bai'),(3234,'Bednath'),(3235,'Bedprasad'),(3236,'Bedram'),(3237,'Bedu'),(3238,'Bedu Bai'),(3239,'Bedu Ram'),(3240,'Bedulal'),(3241,'Beduram'),(3242,'Bedvanti'),(3243,'Bedvati'),(33070,'Bee'),(3244,'Bee Ramesh'),(3245,'Beeba Singh'),(3246,'Beed'),(3247,'Beelchain'),(3248,'Beema Bai'),(3249,'Beena'),(3250,'Beena Bai'),(3251,'Beena Kumari'),(3252,'Beena Singh'),(3253,'Beenavati'),(3254,'Beenda Bai'),(3255,'Beenda Singh'),(3256,'Beenita'),(3257,'Beenu'),(3258,'Beenu Bai'),(3259,'Beenu Ram'),(3260,'Beepin'),(3261,'Beer'),(3262,'Beer Narayan'),(3263,'Beer Say'),(3264,'Beer Sih'),(3265,'Beer Singh'),(3266,'Beera'),(3267,'Beera Bai'),(3268,'Beera Singh'),(3269,'Beeram'),(3270,'Beeram Bai'),(3271,'Beeran'),(3272,'Beeran Singh'),(3273,'Beeras Bai'),(3274,'Beeraspatiya'),(3275,'Beerbal'),(3276,'Beerbal Singh'),(3277,'Beerbhan Singh'),(3278,'Beerendra'),(3279,'Beerj Bai'),(3280,'Beerjhana'),(3281,'beero bai'),(3282,'Beersay'),(3283,'Beersingh'),(3284,'Beersiya'),(3285,'Beeru'),(3286,'Beesa Bai'),(3287,'Beespal'),(33071,'Beg'),(33072,'Bega'),(3288,'Begam'),(3289,'Begam Bai'),(3290,'Begam Be.'),(3291,'Begam Bee'),(3292,'Begani bai'),(3293,'Begari Lal'),(3294,'Begbahadur'),(3295,'Beghan Bai'),(3296,'Begmati'),(3297,'Bego Bai'),(3298,'Begu'),(3299,'Begum'),(33073,'Behana'),(33074,'Beheliya'),(33075,'Behna'),(33076,'Behra'),(33077,'Behum'),(3300,'Beisakhaia'),(3301,'Beju'),(33078,'Bek'),(3302,'Bekenteshwari'),(3303,'Bel'),(3304,'Bel Bai'),(3305,'Bel Singh'),(3306,'Bela'),(3307,'Bela Bai'),(3308,'Bela Abi'),(3309,'Bela Bai'),(3310,'Bela Baii'),(3311,'Bela bati'),(3312,'Bela Ram'),(3313,'Bela Singh'),(3314,'Belabai'),(3315,'Belabati'),(3316,'Belakali'),(3317,'Belan singh'),(3318,'Belana Bai'),(3319,'Belasa Bai'),(3320,'Belasha'),(3321,'Belashi Bai'),(3322,'Belasiya'),(3323,'Belasiya Bai'),(3324,'Belavati'),(3325,'Belbati'),(3326,'Belbati Bai'),(3327,'Belbatiya Bai'),(33079,'Beldar'),(33080,'Belhor'),(3328,'Beli Bai'),(3329,'Belkali Bai'),(3330,'Belkunwar'),(3331,'Belkuwar'),(3332,'Belmatiya Baibai'),(3333,'Belniya bai'),(3334,'Belo'),(3335,'Belpat'),(3336,'Belpat Bai'),(3337,'Belpati'),(3338,'Belpati Bai'),(3339,'Belpatiya'),(3340,'Belpatiya Bai'),(3341,'Belshiya Bai'),(3342,'Belsiya'),(3343,'Belsiya Bai'),(3344,'Belu'),(3345,'Belvati Bai'),(3346,'Ben'),(3347,'Ben bahadur'),(3348,'Ben Bai'),(3349,'Ben Bati'),(3350,'Ben Singh'),(3351,'Bena'),(3352,'Bena Bai'),(3353,'Benbai'),(3354,'Benbati'),(3355,'Benda bai'),(3356,'Bendas'),(3357,'Bendo'),(33081,'Benerjee'),(3358,'Benga'),(3359,'Beni'),(3360,'Beni Bai'),(3361,'Beni Kumari'),(3362,'Beni Lal'),(3363,'Beni Madhav'),(3364,'Beni Prasad'),(3365,'Beni ram'),(3366,'Beni Singh'),(3367,'Beniram'),(3368,'Benu'),(3369,'Benu Singh'),(33082,'Bera'),(33083,'Beragi'),(3370,'Beras'),(3371,'Beronika'),(3372,'Beru'),(3373,'besahan'),(3374,'Besahan prasad'),(3375,'Besahana'),(3376,'Besahani'),(3377,'Besahani Bai'),(3378,'Besahaniya Bai'),(3379,'Besahanlal'),(3380,'Besahni Bai'),(3381,'Besahu'),(3382,'Besakhu'),(3383,'Beshakhu'),(3384,'Beshani'),(3385,'Beshani Bai'),(3386,'Besi Lal'),(3387,'Betu Bai'),(3388,'Betu Kumar'),(3389,'Betu Singh'),(3390,'Bevahar'),(3391,'Bhaba Ramrat Lal'),(3392,'Bhabat Singh'),(3393,'Bhabhuti'),(3394,'Bhabu Mati'),(3395,'bhabwat'),(3396,'Bhabya'),(33084,'Bhad'),(3397,'Bhadaar Singh'),(3398,'Bhadai'),(3399,'Bhadali'),(3400,'Bhadan Singh'),(3401,'Bhadar'),(3402,'Bhadar Singh'),(3403,'Bhadari'),(3404,'Bhadaru Bai'),(3405,'Bhadau Ram'),(3406,'Bhadda'),(3407,'Bhaddar'),(3408,'Bhaddar Singh'),(3409,'Bhadde Lal'),(3410,'Bhadde Ram'),(3411,'Bhadde Singh'),(3412,'Bhaddi Bai'),(3413,'Bhaddi Das'),(3414,'Bhaddi Singh'),(3415,'Bhaddo Ram'),(3416,'Bhaddu'),(3417,'Bhaddu Lal'),(3418,'Bhaddu Ram'),(3419,'Bhaddu Singh'),(3420,'Bhaddunath'),(3421,'Bhadduram'),(3422,'Bhadel Singh'),(3423,'Bhadeli bai'),(3424,'bhadi bai'),(3425,'Bhadiya'),(3426,'Bhadiya Bai'),(3427,'Bhadiyabai'),(3428,'Bhado'),(3429,'Bhadra'),(33085,'Bhadre'),(3430,'Bhadri'),(3431,'Bhadri Singh'),(3432,'Bhadrika'),(3433,'Bhadrika Bai'),(3434,'Bhadru'),(3435,'Bhadu'),(3436,'Bhadu Lal'),(3437,'Bhadu Ram'),(3438,'Bhadu Singh'),(3439,'Bhadur'),(3440,'Bhaduva'),(3441,'Bhaduva Singh'),(3442,'Bhaduwa'),(3443,'Bhaduwa Singh'),(3444,'Bhadwa'),(3445,'Bhag'),(3446,'Bhag Bai'),(3447,'Bhag Lal'),(3448,'Bhag Ram'),(3449,'Bhaga'),(3450,'Bhaga Abi'),(3451,'Bhaga Bai'),(3452,'Bhagabai'),(3453,'Bhagabti'),(33086,'Bhagad'),(3454,'Bhagaibai'),(3455,'Bhagaiya'),(3456,'Bhagaiya Bai'),(3457,'Bhagaiyabai'),(3458,'Bhagalu'),(3459,'Bhagamati'),(3460,'Bhagamti'),(3461,'Bhagan'),(3462,'Bhagan Bai'),(3463,'Bhagan Singh'),(3464,'Bhagasali'),(3465,'Bhagat'),(3466,'Bhagat bai'),(3467,'Bhagat Lal'),(3468,'Bhagat Prasad'),(3469,'Bhagat Raj'),(3470,'Bhagat ram'),(3471,'Bhagat Singh'),(3472,'Bhagatram'),(3473,'Bhagaturam'),(3474,'Bhagau'),(3475,'Bhagau Ram'),(3476,'Bhagauni'),(3477,'Bhagauram'),(3478,'Bhagauta'),(3479,'Bhagautiya'),(3480,'Bhagavan'),(3481,'Bhagavan Das'),(3482,'Bhagavani'),(3483,'Bhagavaniya'),(3484,'Bhagavanti'),(3485,'Bhagavantin'),(3486,'Bhagavantin Bai'),(3487,'Bhagavat'),(3488,'Bhagavat Prasad'),(3489,'Bhagavat Singh'),(3490,'Bhagavati'),(3491,'Bhagavatin'),(3492,'Bhagavniya'),(3493,'Bhagavtin'),(3494,'Bhagawan'),(3495,'Bhagawan Din'),(3496,'Bhagawani'),(3497,'Bhagawani Bai'),(3498,'Bhagawanta'),(3499,'Bhagawanti Bai'),(3500,'Bhagawantin'),(3501,'Bhagawantin Bai'),(3502,'Bhagawar'),(3503,'Bhagawat'),(3504,'Bhagawat Prased'),(3505,'Bhagawati'),(3506,'Bhagawati Bai'),(3507,'Bhagawt'),(3508,'Bhagawti'),(3509,'Bhagbai'),(3510,'Bhagbali'),(3511,'Bhagbali Bai'),(3512,'Bhagbaliya bai'),(3513,'Bhagbati'),(3514,'Bhagbati Bai'),(3515,'Bhagchand'),(3516,'Bhagchand prasad'),(3517,'Bhagela'),(3518,'Bhagela Ram'),(3519,'Bhagelin'),(3520,'Bhagendra'),(3521,'Bhageshvari'),(3522,'Bhaggu'),(3523,'Bhaggu Ram'),(33087,'Bhaghari'),(3524,'Bhagi Bai'),(3525,'Bhagi Lal'),(3526,'Bhagi Ram'),(3527,'Bhagi Rathi'),(3528,'Bhagin'),(3529,'Bhagin Bai'),(3530,'Bhagiram'),(3531,'Bhagirath'),(3532,'Bhagirathi'),(3533,'Bhagirathi Bai'),(3534,'Bhagirati'),(3535,'Bhagiya'),(3536,'Bhagiya Bai'),(3537,'Bhaglu Ram'),(3538,'Bhagmaniiya Bai'),(3539,'Bhagmaniya Bai'),(3540,'Bhagmati'),(3541,'Bhagmati Bai'),(3542,'Bhagmatiya'),(3543,'Bhagmti bai'),(3544,'bhagni bai'),(3545,'Bhago'),(3546,'Bhago Bai'),(3547,'Bhago Lal'),(3548,'Bhagola'),(3549,'Bhagota Bai'),(3550,'Bhagotin Bai'),(3551,'Bhagrat Bai'),(3552,'Bhagrati'),(3553,'Bhagrati Bai'),(3554,'Bhagratiya Bai'),(3555,'Bhagrtiya'),(3556,'Bhagsalik'),(3557,'Bhagtin'),(3558,'Bhagtin Bai'),(3559,'Bhagtu'),(3560,'Bhagtu Bai'),(3561,'Bhagtu Ram'),(3562,'Bhaguta bai'),(3563,'Bhagvan'),(3564,'Bhagvan Bhagat'),(3565,'Bhagvan Das'),(3566,'Bhagvan Din'),(3567,'Bhagvan Singh'),(3568,'Bhagvanashray'),(3569,'Bhagvandin'),(3570,'Bhagvani'),(3571,'bhagvaniy bai'),(3572,'Bhagvaniya'),(3573,'Bhagvaniya Bai'),(3574,'Bhagvant'),(3575,'Bhagvanta'),(3576,'Bhagvanteen Bai'),(3577,'Bhagvanti'),(3578,'Bhagvantin'),(3579,'Bhagvantin Bai'),(3580,'Bhagvantiya Bai'),(3581,'Bhagvat'),(3582,'Bhagvat Das'),(3583,'Bhagvat din'),(3584,'Bhagvat Giri'),(3585,'Bhagvat Kishor'),(3586,'Bhagvat Prasad'),(3587,'Bhagvat Singh'),(3588,'Bhagvati'),(3589,'Bhagvati Bai'),(3590,'Bhagvati Kumari'),(3591,'bhagvati prasad'),(3592,'Bhagvatin'),(3593,'bhagvatin bai'),(3594,'Bhagvatiya Bai'),(3595,'Bhagvti'),(3596,'Bhagwan'),(3597,'Bhagwan Aashray'),(3598,'Bhagwan Bhagat'),(3599,'Bhagwan Das'),(3600,'Bhagwan Din'),(3601,'Bhagwan Prasad'),(3602,'Bhagwan Singh'),(3603,'Bhagwandeen'),(3604,'Bhagwandin'),(3605,'Bhagwandin Das'),(3606,'Bhagwani'),(3607,'bhagwani prasad'),(3608,'Bhagwani Prased'),(3609,'Bhagwani Ram'),(3610,'Bhagwaniya'),(3611,'Bhagwaniya Bai'),(3612,'Bhagwant'),(3613,'Bhagwanta'),(3614,'Bhagwanta ram'),(3615,'Bhagwantin'),(3616,'Bhagwantin Bai'),(3617,'Bhagwanu'),(3618,'Bhagwat'),(3619,'Bhagwat singh'),(3620,'Bhagwat bai'),(3621,'Bhagwat Prasad'),(3622,'Bhagwat Prased'),(3623,'Bhagwat Singh'),(3624,'Bhagwata'),(3625,'Bhagwatdas'),(3626,'Bhagwati'),(3627,'Bhagwati bai'),(3628,'Bhagwati Bai'),(3629,'Bhagwati Prasad'),(3630,'Bhagwatibai'),(3631,'Bhagwatin Bai'),(3632,'Bhagwatiya'),(3633,'Bhagwatiya Bai'),(3634,'Bhagwniya Bai'),(3635,'Bhagya'),(3636,'Bhagya Laxmi'),(3637,'Bhagyalaxmi'),(3638,'Bhagyashree'),(3639,'Bhagyashri'),(3640,'Bhagyavati'),(3641,'Bhai'),(3642,'Bhai Lal'),(3643,'Bhai Ram'),(33088,'Bhaiana'),(33089,'Bhaiga'),(3644,'Bhailal'),(33090,'Bhaina'),(3645,'Bhairam'),(3646,'bhairav singh'),(3647,'Bhaiya'),(3648,'Bhaiya Lal'),(3649,'Bhaiya Das'),(3650,'Bhaiya Lal'),(3651,'Bhaiya Ram'),(3652,'Bhaiya Singh'),(3653,'Bhaiyalal'),(3654,'Bhaja'),(3655,'Bhajab'),(3656,'Bhajan'),(3657,'Bhajan Bai'),(3658,'Bhajan singh'),(3659,'Bhajan Bai'),(3660,'Bhajan Das'),(3661,'Bhajan Lal'),(3662,'Bhajan Ram'),(3663,'Bhajan Singh'),(3664,'Bhajanlal'),(3665,'Bhaje Ram'),(3666,'Bhajharin Bai'),(3667,'Bhajhiyarin'),(3668,'Bhajhiyarin Bai'),(3669,'Bhajiharin'),(3670,'Bhajiharin Bai'),(33091,'Bhajiyana'),(3671,'Bhajiyarin'),(3672,'Bhajiyarin Bai'),(3673,'Bhajnha'),(3674,'Bhajnu Singh'),(3675,'Bhajoram'),(3676,'Bhajyarin'),(3677,'Bhakachand'),(3678,'Bhakadu'),(3679,'Bhakala'),(3680,'Bhakala ram'),(3681,'Bhakalu'),(3682,'Bhakalu Ram'),(3683,'Bhakat'),(3684,'Bhakhlu Ram'),(3685,'Bhakku'),(3686,'Bhakku Lal'),(3687,'bhakku ram'),(3688,'Bhakku Singh'),(3689,'Bhakla'),(3690,'Bhakla Ram'),(3691,'Bhaklu'),(3692,'Bhaklu Ram'),(3693,'Bhakoli'),(3694,'Bhakosa'),(3695,'Bhakrra'),(3696,'Bhaksu'),(3697,'Bhakta Singh'),(3698,'Bhakti Bai'),(3699,'Bhakti Singh'),(3700,'Bhaktin'),(3701,'Bhaktin Bai'),(3702,'Bhaktu'),(3703,'Bhaktu Das'),(3704,'Bhaktu Ram'),(3705,'Bhal Ram'),(3706,'Bhalin Bai'),(3707,'Bhallu'),(3708,'Bhallu Prasad'),(3709,'Bhallu Ram'),(3710,'Bhama'),(3711,'Bhaman'),(3712,'Bhamani Bai'),(3713,'Bhamin bai'),(3714,'Bhamni Bai'),(3715,'Bhan'),(3716,'Bhan Bai'),(3717,'Bhan Kumari'),(3718,'Bhan mati'),(3719,'Bhan Singh'),(3720,'Bhana'),(3721,'Bhana Bai'),(3722,'Bhana Prasad'),(3723,'Bhanaiya'),(3724,'Bhanaram'),(3725,'Bhandari'),(3726,'Bhanesar'),(3727,'Bhaneshar'),(3728,'Bhaneshwar'),(3729,'Bhangi'),(3730,'Bhangi Lal'),(3731,'Bhanglal'),(3732,'Bhangu'),(3733,'Bhangwatin bai'),(33092,'Bhani'),(3734,'Bhaniya Bai'),(3735,'Bhanji'),(3736,'Bhanju Singh'),(3737,'Bhanmati'),(3738,'Bhanmati Bai'),(3739,'Bhanmutin'),(3740,'Bhansaj'),(33093,'Bhansh'),(3741,'Bhansingh'),(3742,'Bhanu'),(3743,'Bhanu Kumar'),(3744,'Bhanu Prakash'),(3745,'Bhanu Prasad'),(3746,'Bhanu Pratap'),(3747,'Bhanu Priya'),(3748,'Bhanu Ram'),(3749,'Bhanu Singh'),(3750,'Bhanumati'),(3751,'Bhanupratap'),(3752,'Bhanupriya'),(3753,'Bhanva'),(3754,'Bhanvar'),(3755,'Bhanvar singh'),(3756,'Bhanvati'),(3757,'Bhanwar'),(3758,'Bhanwar Singh'),(33094,'Bhar'),(33095,'Bharadwaj'),(33096,'Bharagav'),(33097,'Bharar'),(3759,'Bharat'),(3760,'Bharat Singh'),(3761,'Bharat Bhushan'),(3762,'Bharat Das'),(3763,'Bharat Kumar'),(3764,'Bharat Lal'),(3765,'bharat prasad'),(3766,'Bharat Ram'),(3767,'Bharat Singh'),(3768,'Bharatbhushan'),(3769,'Bharatdwaj'),(3770,'Bharati'),(3771,'Bharati Bai'),(3772,'Bharatlal'),(3773,'bharatprasad'),(3774,'Bharatsingh'),(33098,'Bhard'),(33099,'Bhardawaj'),(33100,'Bhardvaj'),(33101,'Bhardwaj'),(33102,'Bhareva'),(33103,'bhargarv'),(3775,'Bhargav'),(33104,'Bhargava'),(33105,'Bhargaw'),(33106,'Bhargva'),(33107,'Bhariya'),(3776,'Bharku'),(3777,'Bharmi'),(3778,'Bharos'),(3779,'Bharosa'),(3780,'Bharosh'),(3781,'Bharosha'),(3782,'Bharoshi'),(3783,'Bhart Lal'),(33108,'Bharte'),(3784,'Bharthi Ram'),(3785,'Bharti'),(3786,'Bharti kumari'),(3787,'Bharti Bai'),(3788,'Bharti Devi'),(3789,'Bharti kumari'),(3790,'Bhartin'),(3791,'Bhartin Bai'),(3792,'bhartiyan'),(3793,'Bhartlal'),(3794,'bhartmati'),(3795,'Bhartu Singh'),(33109,'Bharud'),(33110,'Bharya'),(33111,'Bharyani'),(33112,'Bhasakar'),(33113,'Bhashkar'),(3796,'Bhaskar'),(3797,'bhaskar prasda'),(3798,'Bhaskar Singh'),(33114,'Bhasker'),(33115,'Bhat'),(33116,'Bhatacharya'),(3799,'Bhatalu'),(3800,'Bhatar Kumar'),(33117,'Bhath'),(33118,'bhatiya'),(33119,'Bhatkhandey'),(33120,'Bhatt'),(33121,'Bhatta'),(33122,'Bhatth'),(3801,'Bhattha'),(3802,'Bhau'),(3803,'Bhau Das'),(3804,'Bhau Ram'),(3805,'Bhaulal'),(3806,'Bhaumik Kumar'),(3807,'Bhauna'),(3808,'Bhauram'),(3809,'Bhauva'),(3810,'Bhav Singh'),(3811,'Bhava Bai'),(3812,'Bhavan'),(3813,'Bhavan Bai'),(3814,'Bhavan Das'),(3815,'Bhavan Kumar'),(3816,'Bhavan Singh'),(3817,'Bhavana'),(3818,'Bhavani'),(3819,'Bhavani Lal'),(3820,'bhavani prasad'),(3821,'Bhavani Singh'),(3822,'Bhavanidin'),(3823,'Bhavanti'),(3824,'Bhavar Singh'),(3825,'Bhavari'),(33123,'Bhave'),(3826,'Bhavesh'),(3827,'Bhavesh Kumar'),(3828,'Bhavishy'),(3829,'Bhavishya'),(33124,'Bhavmik'),(3830,'Bhavna'),(3831,'Bhavna Bai'),(3832,'Bhavsingh'),(3833,'Bhaw'),(3834,'Bhaw singh'),(3835,'Bhawa'),(3836,'Bhawa Singh'),(3837,'Bhawan'),(3838,'Bhawan Bai'),(3839,'Bhawan kumar'),(3840,'Bhawan Singh'),(3841,'Bhawana'),(3842,'Bhawana Bai'),(3843,'Bhawani'),(3844,'Bhawani Nandan'),(3845,'Bhawaniya'),(3846,'Bhawar'),(3847,'Bhawar Singh'),(3848,'Bhawar Say'),(3849,'Bhawar Signh'),(3850,'Bhawar Singh'),(3851,'Bhawari Bai'),(3852,'Bhawarmati'),(3853,'Bhawat'),(3854,'Bhawni Bai'),(3855,'Bhawra Bai'),(3856,'Bhay Singh'),(3857,'Bhaya Lal'),(3858,'bhbhutiya bai'),(3859,'Bhdli Bai'),(3860,'Bhduva Singh'),(3861,'Bhedan'),(3862,'Bhedi'),(3863,'Bhedi Lal'),(33125,'Bhedpal'),(3864,'Bhedram'),(33126,'Bhedtal'),(3865,'Bhejam Singh'),(3866,'Bhejaram'),(3867,'Bheju lal'),(3868,'Bhekha ram'),(3869,'Bhekharam'),(3870,'Bheku'),(3871,'Bhelan'),(3872,'Bhelan Singh'),(33127,'Bheliya'),(33128,'Bhena'),(33129,'Bhengra'),(3873,'Bhenubati Bai'),(3874,'Bhesh kumari'),(3875,'Bhgat Singh'),(3876,'Bhgau Ram'),(3877,'bhgavaniya bai'),(3878,'Bhgavantin Bai'),(3879,'Bhgawan'),(3880,'Bhgela'),(3881,'Bhgela Ram'),(3882,'Bhgota Bai'),(3883,'bhgvati bai'),(3884,'Bhgwan Das'),(3885,'Bhgwati'),(3886,'Bhgwati Bai'),(33130,'Bhhat'),(33131,'Bhiana'),(3887,'Bhihari'),(3888,'Bhihari Lal'),(3889,'Bhikari'),(3890,'Bhikari Ram'),(3891,'Bhikh Chand'),(3892,'Bhikha Singh'),(3893,'Bhikham'),(3894,'Bhikham Bai'),(3895,'Bhikham Das'),(3896,'Bhikham Lal'),(3897,'Bhikham Singh'),(3898,'Bhikhan'),(3899,'Bhikhari'),(3900,'Bhikhari Lal'),(3901,'Bhikhu'),(3902,'Bhikhu Das'),(3903,'Bhikhu Ram'),(3904,'Bhikhuram'),(33132,'Bhilala'),(3905,'Bhilokin'),(3906,'Bhim'),(3907,'Bhim bali'),(3908,'Bhim Chand'),(3909,'Bhim Kumar'),(3910,'Bhim Sen'),(3911,'Bhim Seniya Bai'),(3912,'Bhim Singh'),(3913,'Bhima'),(3914,'Bhima Ram'),(3915,'Bhima Shankar'),(33133,'Bhimate'),(3916,'Bhimbati'),(33134,'Bhimha'),(3917,'Bhimha Ram'),(3918,'Bhimlesh'),(3919,'Bhimma'),(3920,'Bhimsa Bai'),(3921,'Bhimsaniya Bai'),(3922,'Bhimsar Bai'),(3923,'Bhimsariya'),(3924,'Bhimsen'),(3925,'Bhimseniya'),(3926,'Bhimseniya Bai'),(33135,'Bhimte'),(3927,'Bhina'),(3928,'Bhina Bai'),(33136,'Bhinale'),(3929,'Bhinasi'),(3930,'Bhinasiya Bai'),(33137,'Bhinjhwar'),(3931,'Bhinsa'),(3932,'Bhinsari'),(3933,'Bhinsariya Bai'),(3934,'Bhinsi Bai'),(3935,'Bhisahin'),(3936,'Bhisam'),(3937,'Bhisam Singh'),(3938,'Bhisariya Bai'),(3939,'Bhisham'),(3940,'Bhisham Bai'),(3941,'Bhisham Dev'),(3942,'Bhisham kumar'),(3943,'Bhisham prasad'),(3944,'Bhisham Singh'),(3945,'Bhishm'),(3946,'Bhishm Prasad'),(3947,'Bhishn'),(33138,'Bhiswar'),(3948,'Bhital'),(3949,'Bhitarhin Bai'),(3950,'Bhiya'),(3951,'Bhiya Lal'),(3952,'Bhiya Ram'),(3953,'Bhiyalal'),(3954,'Bhjan Sih'),(3955,'Bhjan Singh'),(3956,'Bhjiharin Bai'),(3957,'Bhjo Ram'),(3958,'Bhkhaiya Bai'),(3959,'Bhkosa'),(3960,'Bhktin Bai'),(3961,'Bhneshvari'),(3962,'Bhneshwari'),(3963,'Bhobhala'),(3964,'Bhoda'),(3965,'Bhodhani'),(3966,'Bhodhi Ram'),(3967,'Bhog Bai'),(3968,'bhog lal'),(3969,'Bhog Singh'),(3970,'Bhogai Ram'),(3971,'Bhogal'),(3972,'Bhogan Bai'),(3973,'Bhogani Bai'),(3974,'Bhoganmati'),(3975,'Bhogbati'),(3976,'Bhoggal'),(3977,'Bhogi lal'),(3978,'Bhogi singh'),(3979,'Bhogiya Bai'),(3980,'bhoglu ram'),(3981,'Bhogluram'),(3982,'Bhogsingh'),(3983,'Bhogvati'),(3984,'Bhoh Singh'),(33139,'Bhoi'),(3985,'Bhoin bai'),(3986,'Bhoj'),(3987,'Bhoj Bai'),(3988,'Bhoj kumar'),(3989,'Bhoj kunver'),(3990,'Bhoj Prasad'),(3991,'Bhoj Ram'),(3992,'Bhoja'),(3993,'Bhoja Ram'),(3994,'Bhojanand'),(33140,'Bhojawani'),(3995,'Bhojbati'),(3996,'Bhojbati Bai'),(3997,'Bhojeshwar'),(3998,'Bhojgir'),(3999,'Bhojli Bai'),(4000,'Bhojmati'),(4001,'Bhojram'),(4002,'Bhoju'),(4003,'Bhojva'),(4004,'Bhojva Das'),(4005,'Bhojwa'),(33141,'Bhojwani'),(4006,'Bhokal'),(4007,'Bhokalo'),(4008,'Bhoku'),(4009,'Bhola'),(4010,'Bhola Prasad'),(4011,'Bhola Das'),(4012,'Bhola Dau'),(4013,'Bhola Giri'),(4014,'Bhola Kumar'),(4015,'Bhola Prasad'),(4016,'Bhola Ram'),(4017,'Bhola Shingh'),(4018,'Bhola Singh'),(4019,'Bholadas'),(4020,'Bholanath'),(4021,'Bholaram'),(4022,'Bhole'),(4023,'Bhole prasad'),(4024,'Bhole Ram'),(4025,'Bhole Shanker'),(4026,'Bholenath'),(4027,'Bholi'),(4028,'Bholi Bai'),(4029,'Bholi Ram'),(4030,'Bholiya Bai'),(4031,'Bholu'),(4032,'Bholu Kumar'),(4033,'Bholu Prasad'),(4034,'Bholu Singh'),(4035,'Bhoma'),(33142,'Bhona'),(4036,'Bhonda'),(4037,'Bhondal'),(4038,'Bhondal Ram'),(4039,'Bhondi'),(4040,'Bhondu'),(4041,'Bhondu Ram'),(4042,'Bhondu Singh'),(4043,'Bhongluram'),(4044,'Bhoolinbai'),(4045,'Bhoop Lal'),(4046,'Bhop'),(4047,'Bhop Lal'),(4048,'Bhopal'),(4049,'Bhopu'),(4050,'Bhora Singh'),(4051,'Bhoram Bai'),(4052,'Bhoran'),(33143,'Bhorangi'),(4053,'Bhore Lal'),(4054,'Bhorsu'),(33144,'Bhosale'),(33145,'Bhosla'),(33146,'Bhosle'),(33147,'Bhoyar'),(4055,'Bhpendra'),(4056,'Bhpesh'),(33148,'Bhradaj'),(33149,'Bhradwaj'),(4057,'Bhramardev'),(33150,'Bhrangi'),(4058,'Bhrat'),(4059,'Bhrat Lal'),(33151,'Bhrgav'),(33152,'Bhriya'),(4060,'Bhru'),(4061,'Bhu Ram'),(4062,'Bhubhneshwari'),(4063,'Bhubneshwar'),(4064,'Bhudbhud'),(4065,'Bhudendri'),(4066,'Bhudeshawar'),(4067,'Bhudh'),(4068,'Bhudha Ram'),(4069,'Bhudha Singh'),(4070,'Bhudhara'),(4071,'Bhudhari'),(4072,'Bhudhariya'),(4073,'Bhudharu Ram'),(4074,'Bhudhawara'),(4075,'Bhudheshvar'),(4076,'Bhudhiya Bai'),(4077,'Bhudhman'),(4078,'Bhudhram'),(4079,'Bhudhu Ram'),(4080,'Bhudhvantin Bai'),(4081,'Bhudhvariya'),(4082,'Bhudhwar'),(4083,'Bhudhwara'),(4084,'Bhudhwara Bai'),(4085,'Bhudhwariya'),(4086,'Bhudiya'),(4087,'Bhudthu'),(4088,'Bhudwara'),(4089,'Bhuhan'),(33153,'Bhui'),(4090,'Bhui Bai'),(4091,'Bhuiya'),(4092,'Bhujbal'),(4093,'Bhuk Singh'),(4094,'Bhukad'),(4095,'Bhukalu'),(4096,'Bhukau'),(4097,'Bhukda'),(4098,'Bhukha'),(4099,'Bhukha Ram'),(4100,'Bhukhai Bai'),(4101,'Bhukhaiya'),(4102,'Bhukhaiya Bai'),(4103,'Bhukham'),(4104,'Bhukhan'),(4105,'Bhukhan Bai'),(4106,'Bhukhan Lal'),(4107,'Bhukhan Prasad'),(4108,'Bhukhan Ram'),(4109,'Bhukhan Say'),(4110,'Bhukhan Singh'),(4111,'Bhukhani'),(4112,'Bhukhani Bai'),(4113,'Bhukhantin'),(4114,'Bhukhau'),(4115,'Bhukhau Lal'),(4116,'Bhukhau Ram'),(4117,'Bhukhauram'),(4118,'Bhukhe'),(4119,'Bhukhe Lal'),(4120,'Bhukhe Ram'),(4121,'Bhukhelal'),(4122,'Bhukhi'),(4123,'Bhukhi Bai'),(4124,'Bhukhi Ram'),(4125,'Bhukhin'),(4126,'Bhukhin Bai'),(4127,'Bhukhiya'),(4128,'Bhukhiya Bai'),(4129,'Bhukhlu Bai'),(4130,'Bhukhu Ram'),(4131,'Bhukki Bai'),(4132,'Bhukli'),(4133,'Bhuklu'),(4134,'Bhuklu Das'),(4135,'Bhuklu Ram'),(4136,'Bhukumari'),(4137,'Bhul Bai'),(4138,'Bhula Bai'),(4139,'Bhulan'),(4140,'Bhulan Bai'),(4141,'Bhulatin'),(4142,'Bhulatin Bai'),(4143,'Bhulau'),(4144,'Bhulau Ram'),(4145,'Bhulau Singh'),(4146,'Bhulauram'),(4147,'Bhulawan'),(4148,'Bhulesari'),(4149,'Bhuleshwar'),(4150,'Bhuli Bai'),(4151,'Bhulin'),(4152,'Bhulin Bai'),(4153,'Bhuliya Bai'),(4154,'Bhulli'),(4155,'Bhulli Bai'),(4156,'Bhullu'),(4157,'Bhulmati'),(4158,'Bhulmatiya Bai'),(4159,'Bhulsiya Bai'),(4160,'Bhumaseniya'),(4161,'Bhumatiya Bai'),(4162,'Bhumbati Bai'),(4163,'Bhumeshwari'),(4164,'Bhumi'),(33154,'Bhumihar'),(4165,'Bhumika'),(4166,'bhumika bai'),(33155,'bhumiya'),(4167,'Bhumpes'),(4168,'Bhumsaniya'),(4169,'Bhumsen'),(4170,'Bhumseniya'),(4171,'Bhunashwari'),(4172,'Bhundi'),(4173,'Bhunenshari'),(4174,'Bhunesh'),(4175,'bhuneshari'),(4176,'Bhuneshavar'),(4177,'Bhuneshawar'),(4178,'Bhuneshvar'),(4179,'Bhuneshvar Kumar'),(4180,'Bhuneshvar Prasad'),(4181,'Bhuneshvari'),(4182,'Bhuneshvari Bai'),(4183,'Bhuneshwar'),(4184,'Bhuneshwar Das'),(4185,'Bhuneshwar Kumar'),(4186,'Bhuneshwar Prasad'),(4187,'Bhuneshwar Singh'),(4188,'Bhuneshwari'),(4189,'bhuneshwari bai'),(4190,'Bhuneshwari Kala'),(4191,'Bhuneshwri'),(4192,'Bhunesvar'),(4193,'Bhuneswar'),(4194,'Bhuneswari'),(4195,'Bhuniya'),(33156,'Bhunjva'),(4196,'Bhunna Bai'),(4197,'Bhunnu Bai'),(4198,'Bhup'),(4199,'Bhup Kuwar'),(4200,'Bhup Singh'),(4201,'Bhupal'),(4202,'Bhupal Das'),(4203,'Bhupal Singh'),(4204,'Bhupat'),(4205,'Bhupat Lal'),(4206,'Bhupat singh'),(4207,'Bhupdev'),(4208,'bhupedra'),(4209,'Bhupedra Kumar'),(4210,'Bhupendi'),(4211,'Bhupendra'),(4212,'Bhupendra Kumar'),(4213,'Bhupendra Singh'),(4214,'Bhupendra(mayank)'),(4215,'Bhupesh'),(4216,'Bhupesh Kumar'),(4217,'Bhupeshwari'),(4218,'Bhupkunwar'),(4219,'Bhur Shigh'),(4220,'Bhura'),(4221,'Bhura Bai'),(4222,'Bhura Lal'),(4223,'Bhura Prasad'),(4224,'Bhura Singh'),(4225,'Bhuralu'),(4226,'Bhuranath'),(33157,'Bhurangi'),(4227,'Bhurani'),(4228,'Bhurava'),(4229,'Bhuraya'),(4230,'Bhure'),(4231,'Bhure Das'),(4232,'Bhure Lal'),(4233,'Bhure Singh'),(4234,'Bhurekhan'),(4235,'Bhurelal'),(4236,'Bhuri'),(4237,'Bhuri Bai'),(4238,'Bhuribai'),(4239,'Bhuriya Bai'),(4240,'Bhursi'),(4241,'Bhursu'),(4242,'Bhursu Ram'),(4243,'Bhuru'),(4244,'Bhuru Kumar'),(4245,'Bhuru ram'),(4246,'Bhuruvaram'),(4247,'Bhuruwa'),(4248,'Bhuruwa Ram'),(4249,'Bhurva'),(4250,'Bhurva Bai'),(4251,'Bhurva Ram'),(4252,'Bhurva Singh'),(4253,'bhurwa'),(4254,'Bhusan Bai'),(4255,'Bhusdiya Bai'),(4256,'Bhushan'),(4257,'Bhushan bharti'),(4258,'BHUSHAN KUMAR'),(4259,'Bhushan Lal'),(4260,'Bhushan Singh'),(4261,'Bhushn singh'),(4262,'Bhutai Bai'),(4263,'Bhuti'),(4264,'Bhutin Bai'),(4265,'Bhutta'),(4266,'Bhutunga'),(4267,'bhuva'),(4268,'Bhuvan'),(4269,'Bhuvan Das'),(4270,'Bhuvan Lal'),(4271,'Bhuvan Prasad'),(4272,'bhuvan ram'),(4273,'Bhuvan Singh'),(4274,'Bhuvaneshwar'),(4275,'Bhuvaneshwari'),(4276,'Bhuvneshwar'),(4277,'Bhuvneshwari'),(4278,'Bhuwal'),(4279,'Bhuwali'),(4280,'Bhuwan'),(4281,'Bhuwan Kumar'),(4282,'Bhuwan Lal'),(4283,'Bhuwan Pal'),(4284,'Bhuwan Prasad'),(4285,'Bhuwan Singh'),(4286,'Bhuwneshwar'),(4287,'Bhvani Singh'),(4288,'Bhvishan'),(4289,'Bhwana Bai'),(33158,'Bi'),(33159,'Biaga'),(4290,'Biasakha'),(33160,'Bibi'),(4291,'Bibyani'),(4292,'Bichan Lal'),(33161,'Bichhiya'),(4293,'Bichhiya Bai'),(4294,'Bichit Bai'),(4295,'Bichitra'),(4296,'Bichran'),(4297,'Bida Prasad'),(4298,'Bidain'),(4299,'Bidali'),(4300,'Bidan Bai'),(4301,'Bidawan'),(33162,'Bidbaikar'),(4302,'Biddi bai'),(4303,'Bideshi'),(4304,'Bideshi Ram'),(4305,'Bidhan'),(4306,'Bidhani'),(4307,'Bidhawan bai'),(33163,'Bidhor'),(4308,'Bidilal'),(4309,'Bidiya'),(4310,'Bidna'),(4311,'Bifaiya'),(33164,'Biga'),(4312,'Bigar singh'),(4313,'Bigari Bai'),(4314,'Bigariya Bai'),(4315,'Bigaru'),(4316,'Bigesh'),(4317,'Bigriya Bai'),(4318,'Bigro Bai'),(4319,'Bigru'),(4320,'Bihan Lal'),(4321,'Bihana'),(4322,'Bihani Bai'),(4323,'Bihaniya'),(4324,'Bihaniya Bai'),(4325,'Bihanu'),(4326,'Bihanu Ram'),(4327,'Bihar Bai'),(4328,'Bihari'),(4329,'Bihari Lal'),(4330,'Bihari Lal'),(4331,'Bihari Ram'),(4332,'Bihari Singh'),(4333,'Biharilal'),(4334,'Biharu'),(4335,'Bihbati Bai'),(4336,'Bihniya Bai'),(4337,'Bihno Bai'),(33165,'Bihor'),(4338,'Bij Mohan'),(4339,'Bij Nath'),(4340,'Bija Bai'),(4341,'Bijali'),(4342,'Bijali bai'),(4343,'Bijalu Ram'),(4344,'Bijama'),(4345,'Bijama Bai'),(4346,'Bijan Bai'),(4347,'Bijan Kumari'),(4348,'Bijaro'),(4349,'Bijau'),(33166,'Bijaur'),(33167,'Bijaure'),(4350,'Bijay'),(4351,'Bijendar Singh'),(4352,'Bijendra'),(4353,'Bijendra Kumar'),(33168,'Bijhavar'),(33169,'Bijhwar'),(4354,'Bijin'),(4355,'Bijit Bai'),(4356,'Bijiya'),(4357,'Bijiya Bai'),(4358,'Bijju'),(4359,'Bijlesh'),(4360,'Bijlo Bai'),(4361,'Bijma'),(4362,'Bijmabati'),(4363,'Bijmavati'),(4364,'Bijnath'),(4365,'Bijo Bai'),(33170,'Bijore'),(4366,'Bijram'),(4367,'Biju Singh'),(4368,'Bijul'),(4369,'Bijur'),(4370,'bikaai singh'),(4371,'bikai'),(4372,'Bikani Bai'),(4373,'Bikanu'),(4374,'Bikau ram'),(4375,'Bikauram'),(4376,'Bikes'),(4377,'bikesh singh'),(4378,'Bikhan'),(4379,'Bikka singh'),(4380,'Bikku'),(4381,'Bikni Bai'),(4382,'Biknu'),(4383,'Bikram'),(4384,'Bikul'),(4385,'Bikul Singh'),(4386,'Bikun'),(33171,'Bilas'),(4387,'Bilas Bai'),(4388,'Bilasa'),(4389,'Bilasa Bai'),(4390,'Bilasha'),(4391,'Bilasiya'),(4392,'Bilasiya Bai'),(4393,'Bilaso'),(4394,'Bilaspurahin'),(4395,'Bilaspurhin'),(4396,'Bilaspuriha'),(4397,'Bilchandan'),(4398,'Bilesh singh'),(4399,'Bileshar'),(4400,'Bileshiya Bai'),(4401,'Bileshwari'),(4402,'Bilki Bai'),(4403,'Bilkis'),(4404,'Billing'),(4405,'Billu'),(4406,'Bilsa Bai'),(4407,'Bilsi Bai'),(4408,'Bilsiya Bai'),(33172,'Bilthare'),(4409,'Bilu Bai'),(4410,'Bima'),(4411,'Bimala'),(4412,'Bimala Bai'),(33173,'Bimhor'),(4413,'Bimla'),(4414,'Bimla bai'),(4415,'Bimla Bai'),(4416,'Bimlabai'),(4417,'Bimlal Bai'),(4418,'Bimlesh'),(4419,'Bimlesh Kumar'),(4420,'Bimleshvari'),(4421,'Bimleshwari'),(4422,'Bina'),(4423,'Bina Kumari'),(4424,'Bina Bai'),(4425,'Binay'),(33174,'Bind'),(4426,'Bind Kali'),(4427,'Bind Kumari'),(4428,'Bind Lal'),(4429,'Binda'),(4430,'Binda Bai'),(4431,'Binda Devi'),(4432,'Binda Kumari'),(4433,'Binda Lal'),(4434,'Binda Prasad'),(4435,'Binda Ram'),(4436,'Binda Singh'),(4437,'Bindabai'),(4438,'Bindadin'),(4439,'Bindal'),(4440,'Bindara'),(4441,'Bindaram'),(4442,'Bindavan'),(4443,'Bindbati'),(4444,'Bindeshvari'),(4445,'Bindeshwari'),(4446,'Bindi'),(4447,'Bindi Bai'),(4448,'Bindiya'),(4449,'Bindiya Bai'),(4450,'Bindkali'),(4451,'Bindliya'),(4452,'Bindo Bai'),(33175,'Bindra'),(4453,'Bindra Bai'),(4454,'Bindu'),(4455,'Bindu Bai'),(4456,'Bindu Lal'),(4457,'Bindu ram'),(4458,'Bindukiya'),(4459,'Binduvati'),(4460,'Bindvasini'),(4461,'Bindvati'),(4462,'Bindya Bai'),(4463,'Binedra Pal'),(4464,'Binek Lal'),(4465,'Binesh'),(4466,'Binesh Kumar'),(4467,'Binid'),(4468,'Binidiya'),(4469,'Binita'),(4470,'Binita Bai'),(4471,'Binja'),(4472,'Binja Bai'),(33176,'Binjhavar'),(33177,'Binjhawaar'),(33178,'Binjhawar'),(33179,'Binjhiya'),(33180,'Binjhvar'),(33181,'Binjhwar'),(33182,'Binjvar'),(33183,'Binjwar'),(33184,'Binkar'),(4473,'Binna'),(4474,'Binni Bai'),(4475,'Binnu'),(4476,'Binnu Bai'),(4477,'Binod'),(4478,'Binodi'),(4479,'Binsa'),(4480,'binsa bai'),(4481,'Binsariya'),(4482,'Binta'),(4483,'Binu'),(4484,'Binu Bai'),(4485,'Binyamin'),(4486,'Bipat'),(4487,'Bipat ram'),(4488,'Bipat Bai'),(4489,'Bipat Ram'),(4490,'bipat singh'),(4491,'Bipata Bai'),(4492,'Bipati'),(4493,'Bipati Bai'),(4494,'Bipatiya'),(4495,'Bipatkunwar'),(4496,'Bipatti'),(4497,'Biphaiya Bai'),(4498,'biphanioya bai'),(4499,'Bipnesh kumar'),(4500,'Biprat Bai'),(4501,'Bipta Bai'),(4502,'Bipti'),(4503,'Bipti Bai'),(4504,'Bipti Sahu'),(4505,'Biptin Bai'),(4506,'Biptu'),(4507,'Bir'),(4508,'Bir Singh'),(4509,'Bir Singh Ram'),(4510,'Biradiya'),(33185,'Biragi'),(4511,'Biraj'),(4512,'Biraj Bai'),(4513,'Birajha'),(4514,'Birajhu'),(4515,'Birajhu Ram'),(4516,'Birajiya Bai'),(4517,'Birajkor'),(4518,'Birajo bai'),(4519,'Birajo Bai'),(4520,'Biraju bai'),(4521,'Biram'),(4522,'Biram Bai'),(4523,'Biram Sih'),(4524,'Biran'),(4525,'Biran Bai'),(4526,'Biran Singh'),(4527,'Biranchi'),(4528,'Birandiya'),(4529,'Birandiya Bai'),(4530,'Biraniya'),(4531,'Biras'),(4532,'Biras Bai'),(4533,'Biras Ram'),(4534,'Birasa'),(4535,'Birasa Bai'),(4536,'Birasa Ram'),(4537,'Birasan Bai'),(4538,'Birasani'),(4539,'Birash Devi'),(4540,'Birasha'),(4541,'Birasha Bai'),(4542,'Birasi'),(4543,'Birasi Bai'),(4544,'Birasiya'),(4545,'Birasiya Bai'),(4546,'Biraspati'),(4547,'Biraspati Bai'),(4548,'Biraspatiya'),(4549,'Biraspatiya Bai'),(4550,'Birati'),(4551,'Birbal'),(4552,'Birbal kumar'),(4553,'Birbal Prasad'),(4554,'Birbal Singh'),(4555,'Birbhan'),(4556,'Birbindi Bai'),(4557,'Birchand'),(4558,'Birchand Singh'),(4559,'Birendra'),(4560,'Birendra Kumar'),(33186,'Birhar'),(33187,'Birho'),(33188,'Birhol'),(33189,'Birhor'),(4561,'Birhu Bai'),(4562,'Birhul Bai'),(4563,'Birij'),(4564,'Birij Bai'),(4565,'Birij Kuwar'),(4566,'Birijiya'),(4567,'Birith'),(4568,'Biriya'),(4569,'Birja Bai'),(4570,'Birjha'),(4571,'Birjha Bai'),(4572,'Birjhan Bai'),(4573,'Birjhana Bai'),(4574,'Birjhaniya'),(4575,'Birjhaniya Bai'),(4576,'Birjhi Bai'),(4577,'Birjhu'),(4578,'Birjhu Ram'),(4579,'Birjhu Singh'),(4580,'Birjin Bai'),(4581,'Birjiya bai'),(4582,'Birjo Bai'),(4583,'Birjuniya Bai'),(33190,'Birko'),(33191,'Birkol'),(4584,'Birmat'),(4585,'Birmat bai'),(4586,'BIrniya bai'),(4587,'Biro'),(4588,'Birochan'),(33192,'Biroh'),(4589,'Birsa'),(4590,'Birsa Bai'),(4591,'Birsapati'),(4592,'Birsasiya bai'),(4593,'Birsay'),(4594,'Birsha'),(4595,'Birsi'),(4596,'Birsi Bai'),(4597,'Birsiya'),(4598,'Birsiya Bai'),(4599,'birso'),(4600,'Birso Bai'),(4601,'Birspati'),(4602,'BIRSU'),(4603,'Birsu Bai'),(4604,'Birsu Kumar'),(4605,'Biru'),(4606,'Biru bee'),(4607,'Biru Lal'),(4608,'biru singh'),(4609,'Biruk'),(4610,'Biruraj'),(4611,'Bis'),(4612,'Bisahad Bai'),(4613,'Bisahan'),(4614,'Bisahan Bai'),(4615,'Bisahan Singh'),(4616,'Bisahani'),(4617,'Bisahani Bai'),(4618,'Bisahi Bai'),(4619,'bisahim bai'),(4620,'Bisahin'),(4621,'Bisahin Bai'),(4622,'Bisahini Bai'),(4623,'Bisahni Bai'),(4624,'Bisahu'),(4625,'Bisahu Das'),(4626,'Bisahu Lal'),(4627,'Bisahu Ram'),(4628,'Bisahu Singh'),(4629,'Bisahulal'),(4630,'Bisahuram'),(4631,'Bisakha'),(4632,'Bisakha Bai'),(4633,'Bisakhin Bai'),(4634,'Bisakhiya'),(4635,'Bisakhiya Bai'),(4636,'Bisakhu'),(4637,'Bisali'),(4638,'Bisali Ram'),(4639,'Bisalu Lal'),(4640,'Bisam'),(4641,'Bisamat'),(4642,'Bisamatiya'),(4643,'Bisan'),(4644,'Bisan Bai'),(4645,'Bisan Kumar'),(4646,'Bisan Lal'),(4647,'Bisani'),(4648,'Bisani Bai'),(4649,'Bisankuwar'),(4650,'Bisant'),(4651,'Bisanu bai'),(4652,'Bisarati Bai'),(4653,'Bisariya'),(4654,'Bisariya Bai'),(4655,'Bisarti Bai'),(4656,'Bisaru'),(4657,'Bisauha'),(4658,'Bisauha Ram'),(4659,'Bisautin Bai'),(4660,'Bisawan'),(4661,'Bisek'),(33193,'Bisen'),(4662,'Bisen Bai'),(4663,'Bisendra Kumar'),(4664,'Biserva'),(4665,'bisesak'),(4666,'Biseshar'),(4667,'Bishabhar'),(4668,'Bishaheen'),(4669,'Bishahin'),(4670,'Bishahin Bai'),(4671,'Bishahu'),(4672,'Bishahu Lal'),(4673,'Bishakha'),(4674,'Bishakha Bai'),(4675,'Bishakhi Bai'),(4676,'Bishakhiya'),(4677,'Bishakhiya Bai'),(4678,'Bishakhu'),(4679,'Bishakhu Ram'),(4680,'Bishal'),(4681,'Bishal Das'),(4682,'Bishambhar'),(4683,'Bishan'),(4684,'Bishan Bai'),(4685,'Bishau'),(4686,'Bishau Ram'),(4687,'Bishekha Bai'),(4688,'Bishesar'),(4689,'Bisheshar'),(4690,'Bishikhaya Bai'),(4691,'Bishin Bai'),(4692,'Bishkhu Ram'),(4693,'Bishnu'),(4694,'Bishoha'),(4695,'Bishru Pratap'),(4696,'Bishru Ram'),(4697,'Bishun'),(4698,'Bishun Lal'),(4699,'Bishun Sih'),(4700,'Bishuva'),(4701,'bisin kunwar'),(4702,'Biskhin Bai'),(4703,'Biskhiya'),(4704,'Biskhiya Abi'),(4705,'Biskhiya Bai'),(4706,'Bismat'),(4707,'Bismat Bai'),(4708,'Bismati'),(4709,'Bismatiya'),(4710,'Bismatiya Bai'),(4711,'Bisna'),(4712,'Bisna Devi'),(4713,'Bisnath'),(4714,'Bisni'),(4715,'Bisni Bai'),(4716,'Bisnu'),(4717,'Biso'),(4718,'Bisoha'),(4719,'Bisoha Ram'),(4720,'Bisok'),(4721,'Bisouni'),(4722,'Bispat'),(4723,'Bispat Bai'),(4724,'Bispatiya'),(4725,'Bispatiya Bai'),(4726,'Bisrati'),(4727,'Bisrautin Bai'),(4728,'Bisru'),(4729,'Bisto Bai'),(4730,'Bistori'),(4731,'Bisu'),(4732,'Bisudas'),(4733,'Bisuha'),(4734,'Bisun'),(4735,'Bisun Bai'),(4736,'Bisun Das'),(4737,'Bisun Lal'),(4738,'Bisvantin'),(4739,'Biswa'),(4740,'Biswasa'),(4741,'Bitaavan Bai'),(4742,'Bital'),(4743,'Bitan'),(4744,'Bitan Bai'),(4745,'Bitan singh'),(4746,'Bitavan'),(4747,'Bitavan Bai'),(4748,'Bitawan'),(4749,'Bitawan Bai'),(4750,'Bithakin'),(4751,'Bithan Bai'),(4752,'Bithavan'),(4753,'Biti Bai'),(4754,'Bitkuwar'),(4755,'Bitna Lal'),(4756,'Bitrahin'),(4757,'Bitt lal'),(4758,'Bittan'),(4759,'Bitti'),(4760,'Bitti Bai'),(4761,'Bittu'),(4762,'Bittu Bai'),(4763,'Bittu Singh'),(4764,'bitul'),(4765,'Bitulram'),(4766,'Biwaram'),(33194,'Biyaar'),(33195,'Biyar'),(4767,'Biyar Singh'),(4768,'Bjarhin'),(4769,'Bjarhin Bai'),(4770,'Bk'),(4771,'Boby'),(4772,'Boda'),(4773,'Bodar'),(4774,'Bodatarhin'),(4775,'Bodda'),(4776,'Bodh'),(4777,'Bodh ram'),(4778,'Bodhan'),(4779,'Bodhan bai'),(4780,'Bodhan Lal'),(4781,'Bodhan Prased'),(4782,'Bodhan Singh'),(4783,'Bodhani'),(4784,'Bodhani Bai'),(4785,'Bodharam'),(4786,'Bodhe Lal'),(4787,'Bodheen'),(4788,'Bodhi'),(4789,'Bodhi Bai'),(4790,'Bodhi Ram'),(4791,'Bodhin'),(4792,'Bodhin bai'),(4793,'Bodhini Bai'),(4794,'Bodhiram'),(4795,'Bodhkunwar'),(4796,'Bodhraj'),(4797,'Bodhram'),(4798,'Bodhu Ram'),(4799,'Bodi Lal'),(4800,'Bodo Bai'),(4801,'Bodu'),(4802,'Bogai Ram'),(4803,'Bohetar'),(4804,'Bohit'),(4805,'Bohit Ram'),(4806,'Bolan'),(4807,'Boleram'),(4808,'Bolo Ram'),(4809,'Bolta'),(4810,'Bona'),(4811,'Bonu Kumar'),(4812,'Boojbal'),(4813,'Bora Das'),(33196,'Borani'),(4814,'bori singh'),(33197,'Borkar'),(33198,'Borkar.'),(4815,'boro bai'),(33199,'Bose'),(4816,'Boshan Lal'),(33200,'Boskor'),(4817,'boti ram'),(4818,'Brahendra'),(4819,'Brahma Prasad'),(33201,'Brahmachari'),(33202,'Brahman'),(4820,'Brahmanand'),(4821,'Brahmandatt'),(4822,'Braj Lal'),(4823,'Braj Singh'),(4824,'Brajbhan'),(4825,'Brajbhushan'),(4826,'Brajendra'),(4827,'Brajesh'),(4828,'Brajesh Kumar'),(4829,'Brajlal'),(33203,'Bramahan'),(33204,'Brambhatt'),(4830,'Bramha'),(4831,'Bramha Nand'),(33205,'Bramhan'),(33206,'Bramhand'),(33207,'Bramharan'),(4832,'Bramhendra'),(4833,'Bred Sing'),(4834,'Breej'),(4835,'Bren Singh'),(4836,'Briahaspati Bai'),(4837,'Briahspati'),(4838,'Briahspati Bai'),(4839,'Briaspatiya Bai'),(4840,'Brihasapati'),(4841,'Brihasapati Bai'),(4842,'Brihaspati'),(4843,'Brihaspati Bai'),(4844,'Brihaspati Bai'),(4845,'Brihaspatin'),(4846,'Brihaspatiya'),(4847,'brihaspatiya bai'),(4848,'Brihsapati Bai'),(4849,'Brihshpati'),(4850,'Brihshpati Bai'),(4851,'Brihspati'),(4852,'Brij'),(4853,'Brij Bai'),(4854,'Brij Bihari'),(4855,'Brij Kishor'),(4856,'Brij Kumar'),(4857,'Brij Kumari'),(4858,'Brij Kunwar'),(4859,'Brij kuvar'),(4860,'Brij Kuwar'),(4861,'Brij Lal'),(4862,'Brij lal singh'),(4863,'Brij Mohan'),(4864,'Brij Raj'),(4865,'Brij Ram'),(33208,'Brijavashi'),(4866,'Brijbai'),(4867,'Brijbhan'),(4868,'Brijbhan singh'),(4869,'brijbilas'),(4870,'Brijendra'),(4871,'Brijesh'),(4872,'Brijesh bai'),(4873,'Brijesh kumar'),(4874,'Brijeshwari'),(4875,'Brijkishor'),(4876,'Brijkumari'),(4877,'Brijkuwar'),(4878,'Brijlal'),(4879,'Brijman'),(4880,'Brijmohan'),(4881,'Brijmohan Das'),(4882,'Brijmohani'),(4883,'Brijnandan'),(4884,'Brijnarayan Sing'),(4885,'Brijpal Singh'),(4886,'brijraj'),(33209,'Brijvashi'),(33210,'Brijvasi'),(4887,'Brijvati Bai'),(33211,'Brijwasi'),(4888,'Brijwati'),(4889,'Brinda'),(4890,'Brinda Bai'),(4891,'Brindaban'),(4892,'Brindavan'),(4893,'Brishaspati'),(33212,'Brisht'),(4894,'Brispati'),(4895,'Brispati Bai'),(4896,'Brouwni'),(4897,'Browni'),(4898,'Bubdkunwar'),(4899,'Buchadu'),(4900,'Buchanti'),(4901,'Buchari'),(4902,'Buchchad'),(4903,'Bud Kuwar'),(4904,'Budadhan'),(4905,'Budaka Bai'),(4906,'Budala Bai'),(4907,'Budali Bai'),(4908,'Budam'),(4909,'Budan'),(4910,'Budan Bai'),(4911,'Budana Bai'),(4912,'Buddh'),(4913,'Buddh Kunwar'),(4914,'Buddh Man'),(4915,'Buddh Ram'),(4916,'Buddh Sen'),(4917,'Buddh Singh'),(4918,'Buddha Singh'),(4919,'Buddhan Bai'),(4920,'Buddhani'),(4921,'Buddhasen'),(4922,'Buddheshwar'),(4923,'Buddhi'),(4924,'Buddhi Bai'),(4925,'Buddho Bai'),(4926,'Buddhraj'),(4927,'Buddhsen'),(4928,'Buddhu'),(4929,'Buddhu Lal'),(4930,'Buddhu Ram'),(4931,'Buddhu Sing'),(4932,'Buddhu Singh'),(4933,'Buddhulal'),(4934,'Buddhuram'),(4935,'Buddi'),(4936,'Buddu Singh'),(4937,'Budela'),(4938,'Budeshwar'),(33213,'Budey'),(4939,'Budga Ram'),(4940,'Budh'),(4941,'Budh Kunwar'),(4942,'Budh Kuwar'),(4943,'Budh Lal'),(4944,'Budh Ram'),(4945,'Budh Sen'),(4946,'Budh Singh'),(4947,'Budha'),(4948,'Budha Bai'),(4949,'Budha Ram'),(4950,'Budha Singh'),(4951,'Budhai'),(4952,'Budhaiya'),(4953,'Budhaiya Bai'),(4954,'Budhaman'),(4955,'Budhan'),(4956,'Budhan Bai'),(4957,'Budhana'),(4958,'Budhanbai'),(4959,'Budhani'),(4960,'Budhani Bai'),(4961,'Budhaniya Bai'),(4962,'Budhar Singh'),(4963,'Budhara'),(4964,'Budhara Bai'),(4965,'Budharam'),(4966,'Budhari'),(4967,'Budhari bai'),(4968,'Budhari Bai'),(4969,'Budhari Lal'),(4970,'Budhari Ram'),(4971,'Budhariya'),(4972,'Budhariya Bai'),(4973,'Budharo Bai'),(4974,'Budharu'),(4975,'Budharu Ram'),(4976,'Budhasen'),(4977,'Budhau'),(4978,'Budhau Ram'),(4979,'Budhava'),(4980,'Budhavanti'),(4981,'Budhavantin'),(4982,'Budhavara'),(4983,'Budhavara Bai'),(4984,'Budhavarin Bai'),(4985,'Budhavariya'),(4986,'Budhavariya Bai'),(4987,'Budhavriya Bai'),(4988,'Budhawar'),(4989,'Budhawar singh'),(4990,'Budhawar Singh'),(4991,'Budhawara'),(4992,'Budhawara Bai'),(4993,'Budhawaranin'),(4994,'Budhawariya'),(4995,'Budhawariya Bai'),(4996,'Budhbai'),(4997,'Budhdh Sen'),(4998,'Budhdha'),(4999,'Budhdhan'),(5000,'Budhdhi bai'),(5001,'Budhdhu'),(5002,'Budhdhu Singh'),(5003,'Budhe'),(5004,'Budhe Lal'),(5005,'Budhe Ram'),(5006,'Budheshvar Prasad'),(5007,'Budheshvari'),(5008,'Budheshwar'),(5009,'Budheshwar Prasad'),(5010,'Budheswari'),(5011,'Budhha Bai'),(5012,'Budhhe Lal'),(5013,'Budhhi Bai'),(5014,'Budhhu Lal'),(5015,'Budhhu Singh'),(5016,'Budhi Bai'),(5017,'Budhiriya Bai'),(5018,'Budhiya'),(5019,'Budhiya Bai'),(5020,'budhiyar singh'),(5021,'Budhiyari'),(5022,'Budhiyari Bai'),(5023,'Budhiyarin'),(5024,'budhiyarin bai'),(5025,'Budhiyaro'),(5026,'Budhjram'),(5027,'Budhkumar'),(5028,'Budhkuwar'),(5029,'Budhlal'),(5030,'Budhman'),(5031,'Budhman Singh'),(5032,'Budhmaniya'),(5033,'Budhmati'),(5034,'Budhnam'),(5035,'Budhnath'),(5036,'Budhni'),(5037,'Budhraj'),(5038,'Budhraj singh'),(5039,'Budhram'),(5040,'Budhram Singh'),(5041,'Budhriya'),(5042,'Budhriya Bai'),(5043,'Budhru'),(5044,'Budhsay'),(5045,'Budhsen'),(5046,'Budhsingh'),(5047,'Budhu'),(5048,'Budhu Das'),(5049,'Budhu Ram'),(5050,'Budhu Singh'),(5051,'Budhudu Singh'),(5052,'Budhuram'),(5053,'Budhvantin Bai'),(5054,'Budhvar'),(5055,'Budhvar Singh'),(5056,'Budhvara'),(5057,'Budhvara Bai'),(5058,'Budhvari Bai'),(5059,'budhvarin bai'),(5060,'Budhvarira Bai'),(5061,'Budhvariya'),(5062,'Budhvariya Bai'),(5063,'Budhvaro Bai'),(5064,'Budhwa'),(5065,'Budhwa Ram'),(5066,'Budhwaar'),(5067,'Budhwar'),(5068,'Budhwar Bai'),(5069,'Budhwar Singh'),(5070,'Budhwara'),(5071,'Budhwara Bai'),(5072,'Budhwara Birhol'),(5073,'Budhwari'),(5074,'Budhwarin'),(5075,'budhwarin bai'),(5076,'Budhwariya'),(5077,'Budhwariya Bai'),(5078,'Budhwasin bai'),(5079,'Budhyarin'),(5080,'Budhyarin Bai'),(5081,'Budla'),(5082,'Budlu'),(5083,'Budlu Ram'),(5084,'Budu Bai'),(5085,'Budul'),(5086,'Budul Bai'),(5087,'Budun Bai'),(5088,'Budwa Das'),(5089,'Bugal'),(5090,'Bugal Bai'),(5091,'Bugala'),(5092,'Bugali'),(5093,'Bugali bai'),(5094,'Bugalu'),(5095,'Bugasiya Bai'),(5096,'Bugga'),(5097,'Buggi'),(5098,'Buggi Bai'),(5099,'Bugli'),(5100,'Bugli Bai'),(5101,'Buglu'),(33214,'Buhar'),(5102,'Bukani bai'),(5103,'Bukhin Bai'),(5104,'Bula'),(5105,'Bulaki'),(5106,'Bulaki Ram'),(5107,'Bulaku'),(5108,'Bulatin'),(5109,'Bulbul'),(5110,'Bulbul Bai'),(5111,'Buleshar'),(5112,'Bulkan'),(5113,'Bulli Bai'),(5114,'Bullu'),(5115,'Bullu Bai'),(5116,'Bulva'),(5117,'Bulva Ram'),(5118,'Bumhram'),(5119,'Bun Bai'),(5120,'Bund'),(5121,'Bund Bai'),(5122,'Bund Kunvar'),(5123,'Bund Kunwar'),(5124,'Bund Kuwar'),(5125,'Bund Ram'),(5126,'Bund Singh'),(5127,'Bunda'),(5128,'Bunda Bai'),(5129,'Bundakiya'),(5130,'Bundal'),(5131,'Bundali Bai'),(5132,'Bundaram'),(5133,'Bundari'),(5134,'Bundekha'),(5135,'Bundel'),(5136,'Bundela'),(5137,'Bundela Bai'),(5138,'Bundeli'),(5139,'Bundeli Bai'),(5140,'Bundeliya'),(5141,'Bundeliya Bai'),(5142,'Bundeshwar'),(5143,'Bundi'),(5144,'Bundi Bai'),(5145,'Bundiya'),(5146,'Bundiya Bai'),(5147,'Bundkunvar'),(5148,'Bundkunwar'),(5149,'Bundkuver'),(5150,'Bundkuwar'),(5151,'Bundol'),(5152,'Bundu'),(5153,'Bundu Bai'),(5154,'Bundubai'),(5155,'Bunduk Lal'),(5156,'Bunduva Bai'),(5157,'Bunesh'),(5158,'Buneshwar'),(33215,'Bunkar'),(5159,'Bunki'),(5160,'Bunki Bai'),(5161,'Bunty'),(5162,'Bunu Ram'),(33216,'Burman'),(5163,'Busiya Bai'),(5164,'Busra'),(5165,'But Kal'),(5166,'Butaiya Bai'),(5167,'Butan'),(5168,'Butan Bai'),(5169,'Butana'),(5170,'Butana Bai'),(5171,'Butani'),(5172,'Butari'),(5173,'Butela Bai'),(5174,'buththu'),(5175,'Buti Bai'),(5176,'Buti Lal'),(5177,'Butiram'),(5178,'Butni Bai'),(5179,'Butnu Bai'),(5180,'Butra'),(5181,'Butra Singh'),(5182,'Butti Bai'),(5183,'Buttu'),(5184,'Buttu Bai'),(5185,'Butu Bai'),(5186,'Butu Ram'),(5187,'Butul Ram'),(5188,'Butunu'),(5189,'butwa'),(5190,'Byas'),(5191,'Byas Narayan'),(5192,'Byasnarayan'),(5193,'C P'),(33217,'C.'),(5194,'C.b.'),(33218,'Cahdra'),(5195,'Cahndrika'),(5196,'Cait Ram'),(5197,'Calista'),(5198,'Cameli'),(5199,'Campa Bai'),(5200,'Candan'),(5201,'Candravali'),(5202,'Candravali Gond'),(5203,'Caroline'),(5204,'Chaahat'),(5205,'Chabe Lal'),(5206,'Chabi'),(5207,'Chabi Lal'),(5208,'Chabi Ram'),(5209,'Chabi Singh'),(5210,'Chabil'),(5211,'Chabilal'),(5212,'Chabindra'),(5213,'Chabiya'),(5214,'Chabku Lal'),(5215,'Chadaini Bai'),(5216,'Chadan Singh'),(5217,'Chadanmati'),(33219,'Chadel'),(33220,'chadhari'),(33221,'Chadhauri'),(33222,'Chadhouri'),(5218,'Chadilal'),(5219,'Chadra Kumar'),(5220,'Chadradeep'),(5221,'Chadrakala'),(33223,'chadrakar'),(5222,'Chadrash'),(33224,'Chadravanshi'),(33225,'Chadrawansi'),(5223,'Chaggu Bai'),(33226,'chaglani'),(33227,'Chahan'),(5224,'Chahat'),(5225,'Chahti Bai'),(5226,'Chahura'),(5227,'Chai Singh'),(5228,'Chaibar'),(5229,'Chaidu Ram'),(5230,'Chaiko Bai'),(5231,'Chaili Bai'),(5232,'Chailibai'),(5233,'Chain'),(5234,'Chain Bai'),(5235,'Chain Das'),(5236,'Chain Kali'),(5237,'Chain Kumar'),(5238,'Chain Kunwar'),(5239,'Chain Kuwar'),(5240,'Chain Lal'),(5241,'Chain Prakash'),(5242,'Chain Prasad'),(5243,'Chain Ram'),(5244,'Chain Sih'),(5245,'Chain Singh'),(5246,'Chain vati'),(5247,'Chaina'),(5248,'Chainbati bai'),(5249,'Chaindas'),(5250,'Chaini'),(5251,'Chainkali'),(5252,'Chainkunvar'),(5253,'Chainkunwar'),(5254,'Chainprasad'),(5255,'Chainsay'),(5256,'Chainu'),(5257,'Chainu Ram'),(5258,'Chainu Singh'),(5259,'Chainuram'),(5260,'Chainvati'),(5261,'Chait'),(5262,'Chait Bai'),(5263,'Chait kunvar'),(5264,'Chait Kuwar'),(5265,'Chait Lal'),(5266,'Chait ram'),(5267,'Chaita'),(5268,'Chaita Bai'),(5269,'Chaita Ram'),(5270,'Chaitanbai'),(5271,'Chaitany'),(5272,'Chaitanya'),(5273,'Chaitaram'),(5274,'Chaitbhan'),(5275,'Chaiti'),(5276,'Chaiti bai'),(5277,'Chaiti Bai'),(5278,'Chaitibai'),(5279,'Chaitkuver'),(5280,'Chaitmani'),(5281,'Chaitmati'),(5282,'Chaitram'),(5283,'Chaitri Bai'),(5284,'Chaitu'),(5285,'Chaitu Kumar'),(5286,'Chaitu Prasad'),(5287,'Chaitu Ram'),(5288,'Chaitu Singh'),(5289,'Chaituram'),(5290,'Chaity'),(5291,'chaiya bai'),(5292,'Chaiyati'),(5293,'Chaiyatu'),(33228,'Chakarvarti'),(5294,'Chakarvati'),(33229,'Chakdhari'),(5295,'Chakh Ram'),(5296,'Chakke Lal'),(5297,'Chakke Lal Aayam'),(5298,'Chakki'),(5299,'Chakori Bai'),(5300,'Chakrabati Bai'),(5301,'Chakradhar'),(5302,'Chakradhari'),(5303,'Chakram'),(33230,'Chakravarti'),(5304,'Chakravati'),(5305,'Chakravati Bai'),(33231,'Chakravato'),(33232,'Chakrawarti'),(5306,'Chaku'),(5307,'Chalak'),(5308,'Chalan Bai'),(5309,'Chali Ram'),(5310,'Chaliya Bai'),(5311,'Chalvati'),(5312,'Chama'),(5313,'Chamali'),(5314,'Chaman'),(5315,'Chaman Bai'),(5316,'Chaman Bati'),(5317,'Chaman Das'),(5318,'Chaman Kumar'),(5319,'Chaman kumari'),(5320,'Chaman Lal'),(5321,'Chaman Singh'),(5322,'Chamana Bai'),(5323,'Chamanbati'),(5324,'Chamaniya'),(5325,'Chamanmati'),(5326,'Chamar'),(5327,'Chamar Ram'),(5328,'Chamar Singh'),(5329,'Chamara'),(5330,'Chamara prasad'),(5331,'Chamara Ram'),(5332,'Chamarin'),(5333,'Chamarin Bai'),(5334,'Chamarray'),(5335,'Chamaru'),(5336,'Chamaru Ram'),(5337,'Chamaru Singh'),(5338,'Chambai'),(5339,'Chambhu'),(5340,'Chame Lal'),(5341,'Chamela bai'),(5342,'Chamele'),(5343,'Chameli'),(5344,'Chameli Bai'),(5345,'Chameli Devi'),(5346,'Chameli Bai'),(5347,'Chameli Singh'),(5348,'Chamelibai'),(5349,'Chameliya'),(5350,'Chameliya Bai'),(5351,'Chamiya'),(5352,'Chamle'),(5353,'chamleli bai'),(5354,'Chamli'),(5355,'Chammar Lal'),(5356,'chammi bai'),(5357,'Chammu lal'),(5358,'Champa'),(5359,'Champa Bai'),(5360,'Champa Devi'),(5361,'Champa Lal'),(5362,'Champabai'),(5363,'Champakali'),(5364,'Champal'),(5365,'Champi'),(5366,'Champi Bai'),(5367,'Champu Bai'),(5368,'Chamra'),(5369,'Chamra prasad'),(5370,'Chamra Ram'),(5371,'Chamra Singh'),(5372,'Chamri Bai'),(5373,'Chamrin'),(5374,'Chamrin Bai'),(5375,'Chamru'),(5376,'Chamru Das'),(5377,'Chamru Ram'),(5378,'Chamru Singh'),(5379,'Chamru Sinh'),(5380,'Chamsawani'),(5381,'Chamswami'),(5382,'Chamta Bai'),(5383,'Chan Bee'),(5384,'Chana bai'),(5385,'Chana Ram'),(5386,'Chanad Kumar'),(5387,'Chanchal'),(5388,'Chand'),(5389,'Chand Bai'),(5390,'Chand Bee'),(5391,'Chand Kali'),(5392,'Chand Kumar'),(5393,'Chand Kumari'),(5394,'Chand Lekh'),(5395,'Chand Mati'),(5396,'Chand Prakesh'),(5397,'Chand Ram'),(5398,'Chand Vati'),(5399,'Chanda'),(5400,'Chanda Bai'),(5401,'Chanda bair'),(5402,'Chanda Devi'),(5403,'Chanda Kawar'),(5404,'Chanda Kumari'),(5405,'Chanda Singh'),(5406,'Chandabai'),(33233,'Chandak'),(33234,'Chandakar'),(5407,'Chandan'),(5408,'Chandan Bai'),(5409,'Chandan Das'),(5410,'chandan devi'),(5411,'Chandan Kumar'),(5412,'Chandan Kuwar'),(5413,'Chandan Lal'),(5414,'Chandan Mati'),(5415,'Chandan Prasad'),(5416,'Chandan Ram'),(5417,'Chandan Sih'),(5418,'Chandan Singh'),(5419,'Chandani'),(5420,'Chandani bai'),(5421,'Chandani kumari'),(5422,'Chandanmati'),(5423,'Chandanvati'),(5424,'Chandar'),(5425,'Chandar bai'),(5426,'Chandar Bai'),(5427,'Chandar Ram'),(5428,'Chandar Singh'),(33235,'Chandarakar'),(33236,'Chandaravanshi'),(5429,'chandarbati'),(5430,'Chandarbhaga'),(5431,'Chandarbhan'),(5432,'Chandarekha'),(5433,'Chandari bai'),(5434,'Chandarkali'),(33237,'Chandarkar'),(5435,'Chandarman'),(5436,'Chandarmati'),(33238,'Chandarvanshi'),(5437,'Chandarvati'),(5438,'Chandarvati Bai'),(5439,'Chandarwati'),(5440,'Chandbali'),(5441,'Chandbhan'),(5442,'Chandel'),(5443,'chandel singh'),(5444,'Chander'),(5445,'Chandeshwari'),(5446,'Chandi'),(5447,'Chandi Bai'),(5448,'Chandika'),(5449,'Chandika Bai'),(5450,'Chandirka'),(5451,'Chandkala'),(5452,'Chandkala Bai'),(5453,'Chandkali'),(5454,'Chandkali Bai'),(33239,'Chandkar'),(5455,'Chandkunvar'),(5456,'Chandkunwar'),(5457,'Chandkuvar'),(5458,'Chandmatiya'),(5459,'Chandmohan'),(5460,'Chandni'),(5461,'Chandni Bai'),(33240,'Chandoike'),(33241,'Chandole'),(5462,'Chandpal'),(5463,'Chandprabha'),(5464,'Chandpritam'),(5465,'Chandr Kumar'),(5466,'Chandra'),(5467,'Chandra bai'),(5468,'Chandra Bai'),(5469,'Chandra Bhaga'),(5470,'Chandra Bhama Bai'),(5471,'Chandra Bhan'),(5472,'Chandra bharti'),(5473,'Chandra Bhushan'),(5474,'Chandra bhuvan'),(5475,'Chandra Das'),(5476,'Chandra Dev'),(5477,'Chandra Devi'),(5478,'Chandra Has'),(5479,'Chandra Kala'),(5480,'Chandra Kali'),(5481,'Chandra Kant'),(5482,'Chandra Kanta'),(33242,'Chandra Kar'),(5483,'Chandra ketu'),(5484,'Chandra Kiran'),(5485,'Chandra Kuamr'),(5486,'Chandra Kumar'),(5487,'Chandra Kumari'),(5488,'Chandra Mohan'),(5489,'Chandra Pal'),(5490,'Chandra Prabha'),(5491,'Chandra Prakash'),(5492,'Chandra Prakesh'),(5493,'Chandra Prakhash'),(5494,'Chandra Prasad'),(5495,'Chandra Pratap'),(5496,'Chandra Ram'),(5497,'Chandra Saheb'),(5498,'chandra santosh bai'),(5499,'Chandra Shekhar'),(5500,'Chandra Singh'),(33243,'Chandra Vanshi'),(33244,'Chandraa'),(5501,'Chandrabahadur'),(5502,'Chandrabali'),(5503,'Chandrabati'),(5504,'Chandrabati Bai'),(5505,'Chandrabhaga'),(5506,'Chandrabhaga Bai'),(5507,'Chandrabhama'),(5508,'Chandrabhan'),(5509,'Chandrabhan Singh'),(5510,'Chandrabhas'),(5511,'Chandrabhasha'),(5512,'Chandrabhashini'),(5513,'Chandrabhushan'),(5514,'Chandradev'),(33245,'Chandradkar'),(5515,'Chandrahas'),(5516,'Chandrahasini'),(33246,'Chandrahdra'),(5517,'Chandrajeet'),(5518,'Chandraka'),(5519,'Chandrakala'),(5520,'Chandrakalai'),(5521,'Chandrakali'),(5522,'Chandrakali bai'),(5523,'Chandrakali bai'),(5524,'Chandrakali Bai'),(5525,'Chandrakant'),(5526,'Chandrakant singh'),(5527,'Chandrakant Vaman'),(5528,'Chandrakanta'),(5529,'Chandrakanti'),(5530,'Chandrakar'),(33247,'Chandrakar.'),(33248,'Chandrakarr'),(33249,'Chandraker'),(5531,'Chandrakeshar'),(5532,'Chandrakiran'),(5533,'Chandrakishor'),(5534,'Chandrakli'),(5535,'Chandrakumar'),(5536,'Chandrakumari'),(5537,'Chandralal'),(5538,'Chandralata'),(5539,'Chandralekha'),(5540,'Chandram'),(5541,'Chandrama'),(5542,'Chandrama Bai'),(5543,'Chandraman'),(5544,'Chandramani'),(5545,'Chandramani bai'),(5546,'Chandramaoli'),(5547,'Chandramati'),(5548,'Chandramoha'),(5549,'Chandramohan'),(5550,'Chandramukhi'),(5551,'Chandramuni'),(33250,'Chandranadu'),(5552,'Chandranath'),(5553,'Chandrani'),(5554,'Chandranshu'),(5555,'Chandrapal'),(5556,'Chandrapal Singh'),(5557,'Chandraprabha'),(5558,'Chandraprakash'),(5559,'Chandraprakesh'),(5560,'Chandrapratap'),(5561,'Chandrapratibha'),(5562,'chandrapreeti'),(5563,'Chandrapriya'),(33251,'Chandraraj'),(33252,'Chandrarakar'),(5564,'Chandraray'),(5565,'Chandrarekha'),(5566,'Chandraresh'),(5567,'Chandrasekhar'),(5568,'Chandrasen'),(5569,'Chandrasena'),(5570,'Chandrashekahar'),(5571,'Chandrashekar'),(5572,'Chandrashekhar'),(5573,'Chandrashila'),(5574,'chandrasubhash'),(33253,'Chandrav'),(5575,'Chandravali'),(33254,'Chandravanhsi'),(33255,'Chandravanshi'),(5576,'chandravanti'),(33256,'Chandravashi'),(33257,'Chandravasnhi'),(5577,'Chandravati'),(5578,'Chandravati Bai'),(5579,'Chandraveeta'),(5580,'Chandrawali'),(33258,'Chandrawanshi'),(5581,'Chandrawati'),(5582,'Chandrbhan'),(5583,'Chandrekha'),(5584,'Chandresh'),(5585,'Chandresh kumar'),(5586,'Chandreshvari'),(5587,'Chandreshwar'),(5588,'Chandri'),(5589,'Chandri Kali'),(5590,'Chandrika'),(5591,'Chandrika Bai'),(5592,'Chandrika Bai'),(5593,'Chandrika Prakash'),(5594,'Chandrika Prasad'),(5595,'Chandrkala'),(5596,'Chandrkali'),(5597,'Chandrlai'),(5598,'Chandrshekhar'),(5599,'Chandrukabai'),(33259,'Chandrvanshi'),(5600,'Chandrvati'),(33260,'chandrwanshi'),(5601,'Chandshakhar'),(5602,'Chandshekhar'),(5603,'Chandu'),(5604,'Chandu Lal'),(5605,'Chandu Ram'),(5606,'Chandu Singh'),(5607,'chandulal'),(33261,'Chandvanshi'),(5608,'Chandviyas'),(33262,'Chandwanshi'),(33263,'Chandyanshi'),(5609,'Changu'),(5610,'Changu Ram'),(5611,'Chankali'),(5612,'Chankumar'),(5613,'chanmpi bai'),(33264,'Channaho'),(33265,'Channahu'),(5614,'Channdan'),(5615,'Channi Bai'),(5616,'Channu'),(5617,'Chanpa'),(5618,'Chanpakali'),(5619,'Chanrani'),(33266,'Chanravanshi'),(5620,'Chanrika'),(5621,'Chanu'),(5622,'Chanu Lal'),(33267,'Chaoby'),(33268,'Chaodahri'),(33269,'Chaodhari'),(33270,'chaohan'),(5623,'Chapa Bai'),(5624,'Chapati Ram'),(5625,'Char'),(5626,'Char Bai'),(5627,'Charaki Bai'),(5628,'Charaku'),(33271,'Charamkar'),(5629,'Charan'),(5630,'Charan Bai'),(5631,'Charan Das'),(5632,'charan kumar'),(5633,'charan kuvar'),(5634,'Charan Lal'),(5635,'Charan Ram'),(5636,'Charan Singh'),(5637,'Charan Sinhg'),(5638,'Charanbati'),(5639,'Charandas'),(33272,'Charandra'),(33273,'Charandrakar'),(33274,'Charandravanshi'),(5640,'Charankuwar'),(5641,'Charanu'),(5642,'Charanvati'),(33275,'Charaturvedi'),(33276,'Charaudhari'),(33277,'Charauhan'),(33278,'Charaurasiya'),(5643,'Chari Bai'),(5644,'Charin Bai'),(33279,'Charkdhari'),(5645,'Charki'),(5646,'Charki abi'),(5647,'Charki Bai'),(5648,'Charkona'),(5649,'Charku'),(5650,'Charku Prasad'),(5651,'Charku Ram'),(5652,'Charku singh'),(33280,'Charls'),(33281,'Charmakar'),(5653,'Charmati'),(33282,'Charmkar'),(5654,'Charna singh'),(5655,'Charni Kumar'),(5656,'Charniya'),(5657,'Charniya Bai'),(5658,'Charnu'),(5659,'Charnu Ram'),(5660,'Charsuri Raj'),(5661,'Charu'),(5662,'Charu Singh'),(33283,'charva'),(5663,'Charvari'),(5664,'Chat Lal'),(5665,'Chat Ram'),(33284,'Chatargee'),(33285,'Chatarjee'),(5666,'Chathbai'),(5667,'Chati'),(5668,'Chati Bai'),(5669,'Chatibai'),(5670,'Chatra Pal'),(5671,'Chatradhari'),(5672,'Chatrapal'),(5673,'Chatravati'),(33286,'Chatri'),(33287,'Chatriy'),(33288,'Chatriya'),(5674,'Chatrpal'),(33289,'Chatruvedi'),(33290,'Chatrwani'),(5675,'Chattar Sih'),(5676,'Chattar Singh'),(33291,'Chattarjee'),(33292,'Chattergi'),(5677,'Chatti Bai'),(5678,'Chatu Ram'),(5679,'Chatu Singh'),(5680,'Chatur'),(5681,'Chatur Bai'),(5682,'Chatur das'),(5683,'Chatur Kumari'),(5684,'Chatur Singh'),(5685,'Chaturbhuj'),(33293,'Chaturbijani'),(33294,'chaturvandi'),(33295,'Chaturvedani'),(33296,'Chaturvedi'),(33297,'chaturvendi'),(33298,'Chatuvardi'),(33299,'Chatvandi'),(33300,'Chauadhari'),(33301,'Chauadhri'),(33302,'Chaube'),(33303,'Chaubey'),(5686,'Chaubi Bai'),(33304,'Chaudari'),(5687,'Chaudas Bai'),(33305,'Chaudhai'),(33306,'Chaudhan'),(5688,'Chaudhar Singh'),(33307,'Chaudhari'),(33308,'Chaudhary'),(33309,'Chaudhiri'),(33310,'Chaudhri'),(33311,'Chaudri'),(33312,'Chauhan'),(33313,'Chauhana'),(5689,'Chauka Bai'),(5690,'Chauki Bai'),(5691,'Chaukmati'),(33314,'Chaukse'),(33315,'Chauksey'),(5692,'Chaupa'),(5693,'Chaupat Bai'),(5694,'Chaupi'),(5695,'Chaupi Bai'),(5696,'Chaurasi Lal'),(5697,'Chaurasiya'),(5698,'Chaurasiya Bai'),(5699,'Chaurmati'),(33316,'Chaursiya'),(5700,'Chaursiya bai'),(5701,'Chauth Ram'),(5702,'Chauthi Lal'),(5703,'Chauthram'),(5704,'Chauvan'),(5705,'Chauwan'),(33317,'Chawada'),(33318,'Chawla'),(5706,'Chaya'),(5707,'chchabi lal'),(5708,'Chchaya'),(33319,'Chedam'),(5709,'Chedeen Bai'),(5710,'Chedi'),(5711,'Chedi Bai'),(5712,'Chedi Lal'),(5713,'Chedi Ram'),(5714,'Chedi singh'),(5715,'Chedilal'),(5716,'Chedin'),(5717,'Chedin Bai'),(5718,'Chedu'),(5719,'Chedu Lal'),(5720,'Chedu Ram'),(5721,'Cheduva Ram'),(5722,'Cheedi Lal'),(33320,'Chelak'),(33321,'Chelaki'),(5723,'Chele Ram'),(33322,'Chelike'),(33323,'Chelkar'),(5724,'Chen'),(5725,'Chenhu Ram'),(5726,'Cheraku'),(5727,'Cheratu'),(5728,'Cherka Ram'),(5729,'chero bai'),(33324,'Cherva'),(5730,'Chet Ram'),(33325,'Chetam'),(5731,'Chetan'),(5732,'Chetan Bai'),(5733,'Chetan Das'),(5734,'Chetan Kumar'),(5735,'Chetan Ram'),(5736,'Chetan Singh'),(5737,'Chetan Snigh'),(5738,'Chetana'),(5739,'Chetanvati'),(5740,'Chetesh'),(5741,'Chethru Ram'),(5742,'Chetna'),(5743,'Chetra Pal'),(5744,'Chetram'),(5745,'Chhabali'),(33326,'Chhabda'),(5746,'Chhabela Bai'),(5747,'Chhabi'),(5748,'Chhabi Bai'),(5749,'Chhabi Das'),(5750,'Chhabi Lal'),(5751,'Chhabi Ram'),(5752,'Chhabidham'),(5753,'chhabila bai'),(5754,'Chhabilal'),(5755,'Chhabina Bai'),(5756,'Chhabiya'),(5757,'Chhabiya Bai'),(5758,'Chhadi Lal'),(5759,'Chhagan'),(5760,'Chhagan Singh'),(5761,'Chhagiya Bai'),(5762,'Chhahura Bai'),(5763,'Chhahura Prasad'),(5764,'Chhail'),(5765,'Chhaila'),(5766,'Chhaila Bai'),(5767,'Chhaili'),(5768,'Chhaili Bai'),(5769,'Chhakali bai'),(5770,'Chhake Lal'),(5771,'Chhakke'),(5772,'Chhakke Lal'),(5773,'Chhakori Lal'),(5774,'Chhakoudi'),(5775,'Chhal Bai'),(5776,'Chhale Ram'),(5777,'Chhali'),(5778,'Chhali Bai'),(5779,'Chhali Ram'),(5780,'Chhalu Ram'),(5781,'Chhama'),(5782,'Chhama Bai'),(5783,'Chhaman Bai'),(33327,'Chhamar'),(5784,'Chhamavati'),(5785,'Chhamendra'),(5786,'Chhami Bai'),(5787,'Chhamiya'),(5788,'Chhamiya Bai'),(5789,'Chhamta'),(5790,'Chhamu Bai'),(5791,'chhana ram'),(5792,'Chhanak'),(5793,'Chhand Bee'),(5794,'Chhandan Singh'),(5795,'Chhanga'),(5796,'Chhange'),(5797,'Chhangi'),(5798,'Chhangu Prasad'),(5799,'Chhangu Ram'),(5800,'Chhanguram'),(5801,'Chhannu'),(5802,'Chhannu Lal'),(5803,'Chhannu Ram'),(5804,'Chhannuram'),(5805,'Chhanu'),(5806,'Chhanu Bai'),(5807,'Chhanu Lal'),(5808,'Chhanu Singh'),(5809,'Chhapan Singh'),(5810,'chhapru'),(5811,'Chhat'),(5812,'Chhat Bai'),(5813,'Chhat Kunwar'),(5814,'Chhat Lal'),(5815,'Chhat Ram'),(5816,'Chhatakur Singh'),(5817,'Chhatan'),(5818,'Chhatar Singh'),(5819,'chhatarmati'),(5820,'Chhatbai'),(5821,'Chhate Lal'),(5822,'Chhath Bai'),(5823,'Chhathbai'),(5824,'Chhatkunver'),(5825,'Chhatkunwar'),(5826,'Chhatlal'),(5827,'Chhatpal'),(5828,'Chhatra'),(5829,'Chhatra Singh'),(5830,'Chhatra Vilas'),(5831,'Chhatram'),(5832,'Chhatrapal'),(5833,'Chhatrapal Singh'),(5834,'Chhatrapati'),(5835,'Chhatrapati Singh'),(33328,'Chhatrawani'),(5836,'Chhatrawati'),(5837,'chhatri'),(5838,'Chhatrishavar Das'),(33329,'Chhatriy'),(33330,'Chhatriya'),(5839,'Chhattar Singh'),(5840,'Chhattis Ram'),(5841,'Chhatu Lal'),(33331,'Chhatvani'),(33332,'Chhaudhri'),(5842,'Chhauli Bai'),(5843,'Chhavani'),(5844,'Chhavi'),(5845,'Chhavi Lal'),(5846,'Chhavi nandani'),(5847,'Chhavi ram'),(5848,'Chhavibai'),(5849,'Chhay bai'),(5850,'Chhaya'),(5851,'Chhaya Bai'),(5852,'Chhdu Das'),(5853,'Chhed'),(5854,'Chhed muhmmd'),(5855,'Chhed Ram'),(33333,'chhedam'),(5856,'Chhedava'),(5857,'Chheddu'),(5858,'Chhedi'),(5859,'Chhedi Lal'),(5860,'Chhedi Bai'),(5861,'Chhedi Lal'),(5862,'Chhedi Ram'),(5863,'Chhedi Singh'),(5864,'Chhedila'),(5865,'Chhedilal'),(5866,'Chhedin'),(5867,'Chhedin Bai'),(5868,'Chhedin Devi'),(5869,'Chhedram'),(5870,'Chhedu'),(5871,'Chhedu Lal'),(5872,'Chhedu Ram'),(5873,'Chheduram'),(5874,'Chhedurm'),(5875,'Chhedva Ram'),(5876,'Chherki Bai'),(5877,'Chherkin Bai'),(5878,'Chherku'),(5879,'Chherku Ram'),(5880,'Chheta'),(5881,'Chhetrapal'),(5882,'Chhhaya'),(5883,'Chhidi Bai'),(5884,'Chhidin Bai'),(5885,'Chhidiya bai'),(5886,'Chhinda Bai'),(5887,'chhindo bai'),(33334,'Chhipa'),(33335,'Chhipi'),(5888,'Chhit Kunwar'),(5889,'Chhita Bai'),(5890,'Chhiteshwar'),(5891,'Chhitij Anant'),(5892,'Chhitiya'),(5893,'Chhitiya Bai'),(5894,'Chhitki Bai'),(5895,'Chhitra Rekha'),(5896,'Chhitrekha'),(5897,'Chhittu Bai'),(5898,'Chhkke Lal'),(5899,'Chhlla'),(5900,'Chhma'),(5901,'Chhohani'),(5902,'Chhohara'),(5903,'Chhokariya Bai'),(5904,'Chhota'),(5905,'Chhota lal'),(5906,'Chhota Singh'),(5907,'Chhotaiya'),(5908,'Chhotaki'),(5909,'Chhotaku'),(5910,'Chhotal'),(5911,'Chhotan'),(5912,'Chhotan Ali'),(5913,'Chhotani Singh'),(5914,'Chhotbati'),(5915,'Chhote'),(5916,'Chhote Bai'),(5917,'Chhote Guddi'),(5918,'Chhote Lal'),(5919,'Chhote noni'),(5920,'Chhote Ram'),(5921,'Chhote Singh'),(5922,'Chhotel Al'),(5923,'Chhotela Bai'),(5924,'Chhotelal'),(5925,'Chhoti'),(5926,'Chhoti Bai'),(5927,'Chhoti Bai'),(5928,'Chhoti Kumari'),(5929,'Chhoti Ram'),(5930,'Chhotiya'),(5931,'Chhotkai'),(5932,'Chhotki Bai'),(5933,'Chhotku'),(5934,'Chhotu'),(5935,'Chhotu Kumar'),(5936,'Chhotu Lal'),(5937,'Chhotu Ram'),(5938,'Chhotu Singh'),(5939,'chhoturam'),(5940,'chhou kumar'),(5941,'Chhtrapal'),(33336,'Chhtriy'),(5942,'Chhugnu'),(5943,'Chhuhara Bai'),(5944,'Chhune Singh'),(5945,'Chhuni Devi'),(5946,'Chhunni Bai'),(5947,'Chhunni Lal'),(5948,'Chhunnu Lal'),(5949,'Chhunnu singh'),(5950,'Chhunthi Bai'),(5951,'Chhunu Lal'),(5952,'Chhunu singh'),(5953,'Chhutu'),(5954,'Chian'),(5955,'Chiatram'),(5956,'Chibhu Singh'),(5957,'Chiili Bai'),(5958,'Chikaniya Prasad'),(5959,'Chikni Bai'),(5960,'Chila'),(5961,'Chilhari Bai'),(5962,'Chimman'),(5963,'Chimman Das'),(33337,'Chimnani'),(5964,'Chin'),(5965,'Chin Kali'),(5966,'Chin Kuwar'),(5967,'Chin Singh'),(5968,'Chindiya bai'),(5969,'Chindo Bai'),(5970,'Chinit Ram'),(5971,'Chinju bai'),(5972,'Chinki'),(5973,'Chinraujiya'),(5974,'Chinta'),(5975,'Chinta Bai'),(5976,'Chinta Devi'),(5977,'Chinta Ram'),(5978,'Chintamani'),(5979,'Chintamani Bai'),(5980,'Chintaram'),(5981,'Chintawanpuri'),(5982,'Chinto Bai'),(5983,'Chintranjan'),(5984,'Chintu'),(5985,'Chintu Lal'),(5986,'Chinu'),(5987,'Chinu Ram'),(5988,'Chirag'),(5989,'Chirag Kumar'),(5990,'Chiraiya'),(5991,'Chirangi'),(5992,'Chiranja Bai'),(5993,'Chiranjeev'),(5994,'Chiranjiv Lal'),(5995,'Chiranjivi'),(5996,'Chiraunja Bai'),(5997,'Chiraunji'),(5998,'Chiraunjiya'),(5999,'Chiraunjiya Bai'),(6000,'Chirkut'),(6001,'Chirnajeet Singh'),(6002,'Chirnjivi'),(6003,'Chironda Bai'),(6004,'Chironja Bai'),(6005,'Chironji'),(6006,'Chironjiya'),(6007,'Chironjiya Bai'),(6008,'Chirounji'),(6009,'Chirounjiya'),(6010,'Chirounjiya Bai'),(6011,'Chiroya'),(6012,'Chit'),(6013,'Chit Bai'),(6014,'Chit Kumari'),(6015,'Chit Kuwar'),(6016,'Chit Lal'),(6017,'Chit Ram'),(6018,'Chit Rekha'),(6019,'Chita Bai'),(6020,'Chita Ram'),(6021,'Chitan'),(6022,'Chitar Bai'),(6023,'Chitaranjan'),(6024,'Chitarekha'),(6025,'Chithu Singh'),(6026,'Chiti'),(6027,'Chiti Bai'),(6028,'Chitiya'),(6029,'Chitkumari'),(6030,'Chitkunvar'),(6031,'Chitkunwar'),(6032,'Chitkuvar'),(6033,'Chitkuwar'),(6034,'Chitr Lekha'),(6035,'Chitra'),(6036,'Chitra Bai'),(6037,'Chitra Kumar'),(6038,'Chitra Kuwar'),(6039,'Chitra Rekha'),(6040,'Chitrabhan'),(6041,'Chitrakant'),(6042,'Chitram'),(6043,'Chitranjan'),(6044,'Chitrapal'),(6045,'Chitrarekha'),(6046,'Chitrarekha bai'),(6047,'Chitrasen'),(6048,'Chitravati'),(6049,'Chitrdev'),(6050,'Chitrekha'),(6051,'Chitrekha Bai'),(6052,'Chitresh'),(6053,'Chitrrekha'),(6054,'Chitru'),(6055,'Chitu'),(6056,'Chitu Ram'),(6057,'Chkhe Lal'),(6058,'Chmapa'),(6059,'Chmarin Bai'),(6060,'Chmpa'),(6061,'Chmpa Devi'),(6062,'Chnada Bee'),(33338,'chnadravanshi'),(6063,'Chnda Bai'),(6064,'Chndan'),(6065,'Chndani'),(6066,'Chndrabhan'),(6067,'Chndrakala'),(6068,'Chndrakant'),(6069,'Chndrakumar'),(6070,'Chndram'),(6071,'Chndraprakesh'),(33339,'Chndravanshi'),(6072,'Chndravati'),(6073,'Chndrika'),(33340,'Choadhari'),(6074,'Choba Prasad'),(33341,'Chobe'),(33342,'Chobey'),(6075,'Chobhai Lal'),(33343,'Chodhair'),(33344,'Chodhan'),(33345,'Chodhari'),(33346,'Chodhri'),(6076,'Chogriya Bai'),(33347,'Chohan'),(6077,'Chok Bai'),(6078,'Chokha'),(6079,'Chokha Bai'),(6080,'Chokhan'),(6081,'Chokhan Bai'),(6082,'Chokhe Lal'),(6083,'Chokmati'),(6084,'Chola'),(6085,'Chola Bai'),(6086,'Chola Ram'),(6087,'Cholan'),(6088,'Cholaram'),(6089,'Choli Bai'),(6090,'Cholman'),(6091,'Choman lal'),(6092,'Chomesh Kumar'),(6093,'Chonhas'),(6094,'Chopi Bai'),(6095,'Chora'),(6096,'Chorasiya'),(6097,'Chore Lal'),(33348,'Chorsiya'),(6098,'Chota'),(6099,'Chota Bai'),(6100,'Chotaiya'),(6101,'Chotaku'),(6102,'Chotan'),(6103,'Chote'),(6104,'Chote Lal'),(6105,'Chote Singh'),(6106,'Chotelal'),(6107,'Choti'),(6108,'Choti Bai'),(6109,'Chotka'),(6110,'Chotkaiya'),(6111,'Chotku'),(6112,'Chotte Lal'),(6113,'Chotu'),(6114,'Chotu Kumar'),(6115,'Chotu Lal'),(6116,'Chotu Ram'),(6117,'Chotu Singh'),(33349,'Choube'),(33350,'Choubey'),(6118,'Choubi Bai'),(33351,'Choudhari'),(33352,'Choudhri'),(33353,'Chouhan'),(6119,'Chourasiya'),(33354,'Chourdhari'),(33355,'Chouvhan'),(6120,'Chova'),(6121,'Chova Lal'),(6122,'Chova Ram'),(6123,'Chovadas'),(6124,'Chovaram'),(6125,'Chowa'),(6126,'Chowa Ram'),(6127,'Chran'),(33356,'Chrmakar'),(6128,'Chrongi Ram'),(6129,'Chteshwar'),(33357,'Chturvedi'),(33358,'Chuadhari'),(33359,'Chuahan'),(33360,'Chubey'),(6130,'Chuda'),(6131,'Chudamani'),(6132,'Chudavan'),(6133,'Chuddul'),(33361,'Chudhari'),(6134,'Chukeshwar'),(6135,'Chukiya'),(6136,'Chukun'),(6137,'Chulbul'),(6138,'Chuman Bai'),(6139,'Chume Lal'),(6140,'Chumelal'),(33362,'Chumhar'),(6141,'Chumodev'),(6142,'Chumus'),(6143,'Chunagu'),(6144,'Chunaki'),(6145,'Chunamani'),(6146,'Chunan'),(6147,'Chungu'),(6148,'Chungu Ram'),(6149,'Chuniya'),(6150,'Chuniya Bai'),(6151,'Chunma'),(6152,'Chunna'),(6153,'Chunne'),(6154,'Chunne Lal'),(6155,'Chunni'),(6156,'Chunni Bai'),(6157,'Chunni Lal'),(6158,'Chunnu'),(6159,'Chunnu Lal'),(6160,'chunnu das'),(6161,'Chunnu Lal'),(6162,'Chunnu Ram'),(6163,'Chunnu Singh'),(6164,'Chunnuram'),(6165,'Chunthi Bai'),(6166,'Chuntu Bai'),(6167,'Churaman'),(6168,'Churamani'),(6169,'Churan'),(6170,'Churani'),(6171,'Churavan'),(6172,'Churavan Lal'),(6173,'Churgun'),(33363,'Churna'),(6174,'Churnamani'),(6175,'Churru'),(6176,'Chuuni Bai'),(6177,'Cl'),(32769,'Clerk'),(33364,'Coal'),(33365,'Col'),(33366,'Coshik'),(33367,'Coupan'),(6178,'Cp'),(6179,'Cpyadav'),(33368,'Cushik'),(6180,'Cvishwadin'),(6181,'D R'),(33369,'D Souza'),(6182,'D. A.'),(33370,'D. R.'),(6183,'D.a.'),(6184,'D.c. Kumar'),(6185,'D.k.'),(6186,'D.p.'),(6187,'Daalvir'),(6188,'Daamini'),(6189,'Daau ram'),(6190,'Dabaharam'),(6191,'dabel singh'),(6192,'dabesh kumar'),(6193,'dachharaj'),(33371,'Dada'),(6194,'Dadalla'),(6195,'Dadalu'),(6196,'Dadan'),(6197,'Dadan Prasad'),(6198,'Dadan Ram'),(6199,'Dadan Singh'),(6200,'Dadana'),(6201,'Dadanu'),(6202,'Dadaru'),(6203,'Dadbal'),(6204,'Dadda Singh'),(6205,'Daddhi Singh'),(6206,'Daddhu'),(6207,'Daddi'),(6208,'Daddi Ram'),(6209,'Daddin'),(6210,'Daddu'),(6211,'Daddu Lal'),(6212,'Daddu Ram'),(6213,'Daddu singh'),(6214,'Dadheshyam'),(33372,'Dadhewal'),(6215,'Dadhiwal'),(6216,'Dadi'),(6217,'Dadin'),(6218,'Dadla'),(6219,'Dadna'),(6220,'Dadna singh'),(6221,'Dadnu'),(6222,'Dado'),(6223,'Dadole'),(6224,'Dadoli'),(33373,'Dadsena'),(6225,'Dadu'),(6226,'Dadu Bhai'),(6227,'Dadu Lal'),(6228,'Dadu Ram'),(6229,'Dadu Singh'),(6230,'Dadula'),(6231,'Daduni'),(6232,'Daduram'),(6233,'Daduva'),(6234,'Daduva Ram'),(6235,'Dafdf'),(6236,'Dagala'),(6237,'Dagenad'),(6238,'Dageshwari'),(6239,'Daghoram'),(6240,'Dagiya Bai'),(6241,'Dah Lal'),(6242,'Dahak'),(33374,'Dahare'),(33375,'Dahariya'),(6243,'Daharu'),(33376,'Dahate'),(33377,'Dahire'),(33378,'Dahiya'),(6244,'Dahkor'),(6245,'Dahni Ram'),(33379,'Dahriya'),(6246,'Dahsrau Ram'),(6247,'Daijani'),(6248,'Daijaniya Bai'),(6249,'Daimand'),(6250,'Daiya Bai'),(6251,'Dakesh Singh'),(6252,'Dakeshvar'),(6253,'Dakeshwar'),(6254,'Dakhal'),(6255,'Dakhali Bai'),(33380,'Daksena'),(6256,'Daksh'),(6257,'Daktarin Bai'),(6258,'Dal Prasad'),(6259,'Dal Prased'),(6260,'Dal Pratap'),(6261,'Dalabir'),(6262,'Dalam Singh'),(6263,'Dalan'),(6264,'Dalan Singh'),(6265,'Dalanman'),(6266,'Dalbeer'),(6267,'Dalbeer Singh'),(6268,'Dalbhari Singh'),(6269,'Dalbir'),(6270,'Dalbir Singh'),(6271,'Dalchand'),(6272,'Daldeep'),(6273,'Dalesh'),(6274,'Dalganjan'),(6275,'Dalgu'),(6276,'Dali'),(6277,'Dali Ram'),(6278,'Dalkunavr'),(6279,'Dalla'),(6280,'Dalla Ram'),(6281,'Dalla Singh'),(6282,'Dalli Ram'),(6283,'Dallichand'),(6284,'Dallu'),(6285,'Dallu Ram'),(6286,'Dalluram'),(6287,'Dalman'),(6288,'Dalpat'),(6289,'Dalpat singh'),(6290,'Dalsa Bai'),(6291,'Dalsay singh'),(6292,'Dalshu'),(6293,'Dalu Ram'),(6294,'Daluva'),(6295,'Dalveer'),(6296,'Dalveer Singh'),(6297,'Dalvir'),(6298,'Damadi Lal'),(6299,'Daman'),(6300,'Damani'),(6301,'Damara'),(6302,'damayanti bai'),(6303,'Damdi Lal'),(6304,'Dame Singh'),(6305,'Damelal'),(6306,'Dameshvari'),(6307,'Dameshwar'),(6308,'Damin'),(6309,'Damin Bai'),(6310,'Damini'),(6311,'Damla'),(6312,'Damme Lal'),(6313,'Dammelal'),(6314,'Dammu Lal'),(6315,'Damni Bai'),(6316,'Damni kumari'),(6317,'Damodar'),(6318,'Damodar Das'),(6319,'Damodar Prasad'),(6320,'Damodar Prased'),(6321,'Damodar Singh'),(6322,'Dampati'),(6323,'damreen bai'),(6324,'damrin bai'),(6325,'Damru'),(6326,'Damu Lal'),(6327,'Damuda'),(6328,'Damyanti'),(6329,'Damyanti Bai'),(6330,'Damyantin'),(6331,'Damyantin Bai'),(6332,'Damyati'),(33381,'Dan'),(6333,'Dan Bai'),(6334,'Dan Dev'),(6335,'Dan Singh'),(6336,'Danau'),(6337,'Danbahadur'),(33382,'Dandan'),(33383,'Dande'),(33384,'dandekar'),(6338,'Dandi Bai'),(6339,'Dandi Ram'),(6340,'Daneshwar'),(6341,'Daneshwari'),(6342,'Daneshwari Bai'),(33385,'Dangi'),(33386,'Dangre'),(6343,'Dani'),(6344,'Dani Ram'),(6345,'Daniram'),(6346,'Danish'),(6347,'Danish Kumar'),(6348,'Daniya'),(6349,'Danmat Bai'),(6350,'Danmati'),(6351,'Danni Bai'),(6352,'dannu'),(6353,'Dansay'),(6354,'Danta Ram'),(33387,'Danuhar'),(6355,'Danveer'),(6356,'daphhe lal'),(6357,'Dara Singh'),(6358,'Darab'),(6359,'Daran Lal'),(6360,'Darapchand'),(6361,'Daras'),(6362,'Daras Bai'),(6363,'Daras Ram'),(6364,'Darash'),(6365,'Darash Bai'),(6366,'Darash Ram'),(6367,'Darashmati'),(6368,'Darashram'),(6369,'Darasmati'),(6370,'Darasmati bai'),(6371,'Darasram'),(6372,'Darbar'),(6373,'Darbar Singh'),(6374,'Darbari'),(6375,'Darbari Das'),(6376,'Darbari Lal'),(6377,'Darbari singh'),(6378,'Daresh'),(6379,'Daresh Bai'),(6380,'Daresh Ram'),(6381,'Dariyan Singh'),(33388,'Darji'),(33389,'Darkesh'),(6382,'Darmaniya Bai'),(6383,'Darmin'),(6384,'Darmin Bai'),(6385,'Darni Bai'),(6386,'Daroga'),(6387,'Daroga kumar'),(6388,'Daroga Singh'),(6389,'Daropati bai'),(6390,'Darpan'),(6391,'Darpan Bai'),(33390,'Darsamkar'),(6392,'Darsani Bai'),(33391,'Darsena'),(6393,'Darsh Ram'),(6394,'Darshan'),(6395,'Darshan Bai'),(6396,'Darshan Das'),(6397,'Darshan Kumar'),(6398,'Darshan Lal'),(6399,'Darshan Sih'),(6400,'Darshan Singh'),(6401,'Darshana'),(6402,'Darshaniya'),(6403,'Darshaniya Bai'),(6404,'Darshila Bai'),(6405,'Darshmati'),(6406,'Darshu'),(6407,'Darsiya Bai'),(6408,'Darson'),(6409,'Darud Bee'),(6410,'Darudan'),(6411,'Darudiya Begam'),(6412,'Daruva Bai'),(6413,'Daruvan Singh'),(6414,'Daruwan'),(33392,'Darve'),(33393,'Darvej'),(6415,'Darvesh'),(6416,'Darvesh Kumar'),(33394,'Darvi'),(6417,'Darvin Kumar'),(6418,'Daryas'),(32770,'Das'),(6419,'Dasa bai'),(6420,'Dasamat'),(6421,'Dasamath'),(6422,'dasamatiya'),(6423,'dasami bai'),(6424,'Dasan'),(6425,'Dasari'),(6426,'Dasari Bai'),(6427,'Dasaru'),(6428,'Dasbhat'),(6429,'Dase Ram'),(6430,'Daseliya'),(6431,'Daseram'),(6432,'Dasha Ram'),(33395,'Dashahan'),(6433,'Dashamat'),(6434,'Dashamat Bai'),(6435,'Dashan Bai'),(6436,'Dasharat'),(6437,'Dasharath'),(6438,'Dasharath Singh'),(6439,'Dashari'),(6440,'Dasharman'),(6441,'Dasharth'),(6442,'Dasharu'),(6443,'Dasharu Ram'),(6444,'Dashelal'),(6445,'Dashi lal'),(6446,'Dashila Bai'),(6447,'Dashiya Bai'),(6448,'Dashma'),(6449,'Dashma Bai'),(6450,'Dashmaniya Bai'),(6451,'Dashmat'),(6452,'Dashmat Bai'),(6453,'Dashmatiya Bai'),(6454,'Dashmtiya'),(6455,'Dasho Bai'),(6456,'Dashoda'),(6457,'Dashoda Bai'),(6458,'Dashodabai'),(6459,'Dashodi'),(6460,'Dashodi Bai'),(6461,'Dashodia Bai'),(6462,'Dashodiya'),(6463,'Dashodiya Bai'),(6464,'Dasholal'),(6465,'Dashomati'),(6466,'dashomati bai'),(6467,'Dashpal'),(6468,'Dashrari Bai'),(6469,'Dashrat'),(6470,'Dashrat Kumar'),(6471,'Dashrat Lal'),(6472,'Dashrath'),(6473,'Dashrath Kunvar'),(6474,'Dashrath Lal'),(6475,'Dashrath Ram'),(6476,'Dashrath Singh'),(6477,'Dashratiya Bai'),(6478,'Dashri Bai'),(6479,'Dashru'),(6480,'Dashru Ram'),(6481,'Dashru Singh'),(6482,'Dashvani'),(6483,'Dashwant'),(33396,'Dasi'),(6484,'Dasin'),(6485,'Dasin Bai'),(6486,'Dasiya'),(6487,'Dasiya Bai'),(6488,'Dasmant'),(6489,'Dasmat'),(6490,'Dasmat bai'),(6491,'Dasmat Bai'),(6492,'Dasmatiya'),(6493,'Dasmatiya Bai'),(6494,'dasmin'),(6495,'Dasmin Bai'),(6496,'Dasmtiya Bai'),(6497,'Dasnu'),(6498,'Dasoda'),(6499,'Dasoda Bai'),(6500,'Dasodiya'),(6501,'Dasodiya bai'),(6502,'Dasomati'),(6503,'Dasrath'),(6504,'Dasrath Kumar'),(6505,'Dasrath Lal'),(6506,'Dasrath Ram'),(6507,'Dasrava'),(6508,'Dasri'),(6509,'Dasri Bai'),(6510,'Dasri kumari'),(6511,'Dasro Bai'),(6512,'Dasru'),(6513,'Dasru Ram'),(6514,'dasru singh'),(6515,'Dassu'),(6516,'Dasu'),(6517,'Dasu Ram'),(6518,'Dasuram'),(6519,'Dasvati Bai'),(6520,'Data Ram'),(6521,'Dataram'),(33397,'Datta'),(6522,'Dau'),(6523,'Dau Ji'),(6524,'Dau Lal'),(6525,'Dau Ram'),(6526,'daud'),(6527,'Daudu'),(6528,'Daulat'),(6529,'Daulat Prasad'),(6530,'Daulat Ram'),(6531,'Daulat Singh'),(6532,'Dauli singh'),(6533,'Daulu'),(33398,'daundu'),(6534,'Daupati'),(6535,'Dauram'),(6536,'Dauva'),(6537,'Dauva Ram'),(6538,'Dauwa'),(6539,'Dauwa Ram'),(33399,'Davagan'),(6540,'Davali Das'),(6541,'Davan singh'),(6542,'Davel'),(6543,'Daven'),(6544,'davesh kumar'),(6545,'Dawana'),(6546,'Dawarika'),(6547,'Dawarika Prased'),(6548,'Dawarsa Bai'),(6549,'Dawe'),(6550,'Daya'),(6551,'Daya Bai'),(6552,'Daya Das'),(6553,'Daya Lal'),(6554,'Daya Mati'),(6555,'Daya Nidhi'),(6556,'Daya Paal'),(6557,'Daya Prasad'),(6558,'Daya Ram'),(6559,'Daya Shankar'),(6560,'Daya Shanker'),(6561,'Daya Singh'),(6562,'Daya Vati'),(6563,'Dayabati'),(6564,'Dayadin'),(6565,'Dayal'),(6566,'Dayal Das'),(6567,'Dayal Ram'),(6568,'Dayal Singh'),(6569,'Dayali'),(6570,'Dayali Singh'),(33400,'Dayalmashi'),(6571,'Dayalu'),(6572,'Dayalu Singh'),(6573,'Dayamati'),(6574,'Dayanand'),(6575,'Dayar Am'),(6576,'Dayaram'),(6577,'Dayasagar'),(6578,'Dayashankar'),(6579,'Dayashanker'),(6580,'Dayavan'),(6581,'Dayavantin'),(6582,'Dayavati'),(6583,'Dayawati'),(6584,'Daymand Prasad'),(6585,'Dc'),(6586,'Ddafdade'),(6587,'Dddd'),(6588,'Deapak Singh'),(33401,'Debey'),(6589,'Debi'),(6590,'Dedhha'),(6591,'Deeda Bai'),(6592,'deeepika'),(6593,'Deekap'),(6594,'Deeksha'),(6595,'Deelip'),(6596,'Deelip kamar'),(6597,'Deelip Kumar'),(6598,'Deelip Singh'),(6599,'Deen'),(6600,'Deen Bandhu'),(6601,'Deen Dayal'),(6602,'Deena'),(6603,'Deena kumar'),(6604,'Deena Bai'),(6605,'Deena Nath'),(6606,'Deena Ram'),(6607,'Deenagir'),(6608,'Deenanath'),(6609,'Deenaram'),(6610,'Deenbandhu'),(6611,'Deendayal'),(6612,'Deendyal'),(6613,'Deenesh'),(6614,'Deenkar'),(6615,'Deennu'),(6616,'Deenu'),(6617,'Deenu Kumar'),(6618,'Deenu Ram'),(6619,'Deenu singh'),(6620,'Deenuram'),(6621,'Deep'),(6622,'Deep Kumari'),(6623,'Deep Bai'),(6624,'Deep Chand'),(6625,'Deep kala'),(6626,'Deep Kumar'),(6627,'Deep Kumari'),(6628,'Deep Lal'),(6629,'Deep Lata'),(6630,'Deep Narayan'),(6631,'Deep Prakash'),(6632,'Deep Raj'),(6633,'Deep Shikha'),(6634,'Deep Singh'),(6635,'Deepa'),(6636,'Deepa bai'),(6637,'Deepa Bai'),(6638,'Deepa Kumar'),(6639,'Deepa Kumari'),(6640,'Deepa Singh'),(6641,'Deepak'),(6642,'Deepak Bai'),(6643,'Deepak Das'),(6644,'Deepak Kumar'),(6645,'Deepak Prasad'),(6646,'Deepak Singh'),(6647,'Deepakkali'),(6648,'Deepali'),(6649,'Deepali Singh'),(6650,'Deepan'),(6651,'Deepanjali'),(6652,'Deepanshi'),(6653,'Deepanshu'),(6654,'Deepawali'),(6655,'Deepbai'),(6656,'Deepbati'),(6657,'Deepchand'),(6658,'Deependra'),(6659,'Deepesh'),(6660,'Deepesh Kumar'),(6661,'Deepika'),(6662,'Deepika Bai'),(6663,'deepk kumar'),(6664,'Deepkali'),(6665,'Deepkumari'),(6666,'Deepkunwar'),(6667,'Deepkuwar'),(6668,'Deeplaxmi'),(6669,'Deepmala'),(6670,'Deepmani'),(6671,'Deepnarayan'),(6672,'Deepraj'),(6673,'Deepti'),(6674,'Deepti Bai'),(6675,'Deepu'),(6676,'Deepvati'),(6677,'Deevan'),(33402,'Deevar'),(6678,'Deewan'),(33403,'Dehriya'),(6679,'Dehuti'),(6680,'Dehuti Bai'),(6681,'Dekhi'),(6682,'Dekho'),(6683,'Dela Bai'),(6684,'Delauram'),(6685,'Delip Kumar'),(6686,'Delu'),(6687,'Delu Ram'),(6688,'Delwa Ram'),(6689,'Deman Lal'),(6690,'Demin Bai'),(6691,'Den Singh'),(6692,'Denesh'),(6693,'dengri lal'),(33404,'Denwat'),(33405,'Deodatta'),(6694,'Deraha'),(6695,'Derahin'),(6696,'Derha'),(6697,'Derha Ram'),(6698,'Derha Ram'),(6699,'Derharam'),(6700,'Derhin'),(6701,'Derhin Bai'),(6702,'Deriha'),(6703,'Desh Bai'),(6704,'Deshan Singh'),(6705,'Deshanhin'),(6706,'Deshi Ram'),(6707,'Deshiram'),(33406,'Deshmukh'),(33407,'Deshpamdey'),(6708,'Desiya'),(6709,'Despal'),(6710,'Deu Devan'),(6711,'Dev'),(6712,'Dev Lal'),(6713,'Dev Ashish'),(6714,'Dev Bai'),(6715,'Dev Bhuneshwar'),(6716,'Dev Chand'),(6717,'Dev Chandra'),(6718,'Dev Charan'),(6719,'Dev Das'),(6720,'Dev Datt'),(6721,'Dev Dhar'),(6722,'Dev gun'),(6723,'Dev Huti Bai'),(6724,'Dev Kali'),(6725,'Dev Karan'),(6726,'Dev Kuamr'),(6727,'Dev Kumar'),(6728,'Dev Kumari'),(6729,'Dev Kunvar'),(6730,'Dev Kunwar'),(6731,'Dev Kuwar'),(6732,'Dev Lal'),(6733,'Dev Mati'),(6734,'Dev Narayan'),(6735,'Dev Nath'),(6736,'Dev Prakash'),(6737,'Dev Prakesh'),(6738,'Dev Prasad'),(6739,'Dev Prased'),(6740,'Dev Raj'),(6741,'Dev Ram'),(6742,'Dev Rishi'),(6743,'Dev Sharan'),(6744,'Dev Sing'),(6745,'Dev Singh'),(6746,'Dev Vart'),(6747,'Dev Vilas Ram'),(6748,'Deva'),(6749,'Deva Bai'),(6750,'Deva Das'),(6751,'Deva Kumar'),(6752,'Deva Lal'),(6753,'Deva Raj'),(6754,'Deva Ram'),(6755,'Deva Shri'),(6756,'Deva Singh'),(33408,'Devagan'),(6757,'Devagun'),(33409,'Devakar'),(6758,'Devaki'),(6759,'Devaki Bai'),(6760,'Devaki Nandani'),(6761,'Devaki singh'),(6762,'Deval'),(6763,'Deval Bai'),(6764,'Devala'),(6765,'devala bai'),(6766,'Devamati'),(6767,'Devan Singh'),(6768,'Devanand'),(6769,'Devanchand'),(6770,'Devandra'),(6771,'Devangan'),(33410,'Devangan.'),(6772,'Devani'),(33411,'Devanngan'),(6773,'Devansh Kumar'),(6774,'Devanshi'),(6775,'Devansingh'),(6776,'Devanti'),(6777,'Devanti Bai'),(6778,'Devantin'),(6779,'Devantin Bai'),(6780,'Devantu bai'),(33412,'Devar'),(6781,'Devaram'),(6782,'Devarat'),(6783,'Devari'),(6784,'Devari Lal'),(6785,'Devas'),(6786,'Devashish'),(6787,'Devasiya Bai'),(6788,'Devati Bai'),(6789,'Devavati'),(6790,'Devbati'),(6791,'Devbati Bai'),(6792,'Devbti'),(6793,'Devchand'),(6794,'Devcharan'),(6795,'Devcharan das'),(6796,'Devchran'),(6797,'Devdan Singh'),(6798,'Devdas'),(6799,'Devdatt'),(6800,'Devdatta'),(6801,'Devdeen'),(6802,'Devdyal'),(33413,'Devedi'),(6803,'Devendr'),(6804,'Devendra'),(6805,'devendra kuamar'),(6806,'Devendra Kumar'),(6807,'Devendra Nath'),(6808,'devendra prakash'),(6809,'Devendra Singh'),(6810,'Devesh'),(6811,'Devesh Kumar'),(6812,'Devgani'),(33414,'Devghat'),(6813,'Devgund'),(6814,'Devhuti'),(6815,'Devi'),(6816,'Devi Bai'),(6817,'Devi Prasad'),(6818,'Devi Bai'),(6819,'Devi Chand'),(6820,'Devi Charan'),(6821,'Devi Das'),(6822,'Devi Dayal'),(6823,'Devi Deen'),(6824,'Devi Din'),(6825,'Devi Kumar'),(6826,'Devi Kumari'),(6827,'Devi Lal'),(6828,'Devi Lala'),(6829,'Devi Prasad'),(6830,'Devi Prased'),(6831,'Devi Ram'),(6832,'Devi Singh'),(6833,'Devibai'),(6834,'Devichand'),(6835,'Devicharan'),(6836,'Devid'),(6837,'Devid Prasad'),(6838,'Devidayal'),(6839,'Devideen'),(6840,'Devidin'),(6841,'Devika'),(6842,'Devika Bai'),(6843,'Devilal'),(33415,'Devio'),(6844,'Deviprasad'),(6845,'Devisanakar'),(6846,'Devisha'),(6847,'Devisingh'),(6848,'Devjani'),(6849,'Devjani Bai'),(6850,'Devjaniya Bai'),(6851,'Devjit'),(6852,'Devka Ram'),(6853,'Devkali'),(6854,'Devkali Bai'),(6855,'Devkaran'),(6856,'Devki'),(6857,'Devki Bai'),(6858,'Devki Devi'),(6859,'Devki Gudane'),(6860,'Devkinandani'),(6861,'Devkumar'),(6862,'Devkumari'),(6863,'Devkunvar'),(6864,'Devkunwar'),(6865,'Devkuver'),(6866,'Devkuwar'),(6867,'Devla'),(6868,'Devla Bai'),(6869,'Devlal'),(6870,'Devman'),(6871,'Devmani'),(6872,'Devmati'),(6873,'Devmati Bai'),(6874,'Devna Devi'),(6875,'Devnandan'),(6876,'Devnandani'),(6877,'Devnarayan'),(33416,'Devnat'),(6878,'Devnath'),(6879,'Devprasad'),(6880,'Devprased'),(6881,'Devraj'),(6882,'Devram'),(6883,'Devratan'),(6884,'Devratiya'),(6885,'Devsagar'),(6886,'Devsahay'),(6887,'Devsawari'),(6888,'Devsay'),(6889,'Devsharan'),(6890,'Devsharan Kumar'),(6891,'Devsingh'),(6892,'Devsir Bai'),(6893,'Devtadin'),(6894,'devti'),(6895,'Devtiya'),(6896,'Devtram'),(6897,'Devvart'),(6898,'Devvati'),(6899,'Devvati Bai'),(6900,'Devvrat'),(6901,'Devwati'),(6902,'Devyani'),(33417,'Dew'),(6903,'Dew Singh'),(33418,'Dewadi'),(33419,'Dewagan'),(6904,'Dewaki'),(6905,'Dewaki Bai'),(6906,'Dewal'),(6907,'Dewan'),(6908,'Dewan singh'),(33420,'Dewanagan'),(6909,'Dewananad'),(6910,'Dewandra'),(6911,'Dewangan'),(33421,'Dewangen'),(33422,'Dewar'),(6912,'Dewari'),(6913,'Dewari Lal'),(6914,'Dewarilal'),(6915,'Dewcharan'),(6916,'Dewendra'),(6917,'Dewla'),(6918,'Dewprasad'),(6919,'Dfa'),(6920,'Dfad'),(6921,'Dfadf'),(6922,'Dfadfa'),(33423,'Dfadfd'),(6923,'Dfaf'),(6924,'Dfafa'),(33424,'Dfajlj'),(6925,'Dfasd'),(6926,'Dfasdd'),(6927,'Dfasdf'),(33425,'Dfasdfa'),(33426,'Dfer'),(33427,'Dfere'),(33428,'Dfff'),(33429,'Dfga'),(6928,'Dfgadf'),(33430,'Dfljk'),(6929,'Dhaan'),(6930,'Dhaan Bai'),(6931,'Dhaani'),(6932,'Dhabnin'),(6933,'Dhadho Ram'),(33431,'Dhadiya'),(6934,'Dhaga'),(6935,'Dhaga Bai'),(33432,'Dhahire'),(6936,'Dhaina'),(6937,'Dhairya'),(6938,'Dhaiya Bai'),(6939,'Dhaja Ram'),(6940,'Dhajaram'),(6941,'Dhajmati'),(6942,'Dhakel'),(6943,'Dhakeshvar'),(33433,'Dhakur'),(6944,'Dhal'),(6945,'Dhalendra'),(6946,'Dhalendri Bai'),(6947,'Dhalgan'),(6948,'Dhalin Bai'),(6949,'Dhalsingh'),(6950,'Dhalu'),(6951,'Dham Singh'),(6952,'Dhamali Bai'),(6953,'Dhamarin Bai'),(33434,'Dhamde'),(6954,'Dhameera'),(6955,'Dhamini'),(6956,'Dhamu'),(6957,'Dhan'),(6958,'Dhan Singh'),(6959,'Dhan Bai'),(6960,'Dhan Beer'),(6961,'Dhan Das'),(6962,'Dhan Kuawr'),(6963,'Dhan Kumar'),(6964,'Dhan Kumari'),(6965,'Dhan kunvar'),(6966,'Dhan kunver'),(6967,'Dhan Kunwar'),(6968,'Dhan Kuvar'),(6969,'Dhan Kuwar'),(6970,'Dhan Lal'),(6971,'Dhan Laxami'),(6972,'Dhan Mati'),(6973,'Dhan Pal'),(6974,'Dhan Raj'),(6975,'Dhan Say'),(6976,'Dhan Shay'),(6977,'Dhan Shing'),(6978,'Dhan Sih'),(6979,'Dhan Singh'),(6980,'Dhana'),(6981,'Dhana Bai'),(6982,'Dhana Ram'),(6983,'Dhanaauram'),(6984,'Dhanabai'),(6985,'Dhanai'),(6986,'Dhanai Bai'),(6987,'Dhanaiya'),(6988,'Dhanaiya Bai'),(33435,'dhanajay'),(6989,'Dhanan bai'),(6990,'Dhananjay'),(6991,'Dhananjay Kumar'),(6992,'Dhanaram'),(6993,'Dhanas Ram'),(6994,'Dhanatiya Bai'),(6995,'Dhanau'),(6996,'Dhanau Ram'),(6997,'Dhanauram'),(6998,'Dhanaurma'),(6999,'Dhanauta Bai'),(7000,'Dhanbai'),(7001,'Dhanbaiya'),(7002,'Dhandaram'),(7003,'Dhandas'),(7004,'Dhandru'),(7005,'Dhanendra'),(7006,'Dhanendra Gupta'),(7007,'Dhanesari'),(7008,'Dhanesawar'),(7009,'Dhanesh'),(7010,'Dhanesh Kumar'),(7011,'dhanesh lal'),(7012,'Dhanesh Ram'),(7013,'Dhaneshari'),(7014,'Dhaneshavri'),(7015,'Dhaneshi Bai'),(7016,'Dhaneshiya Bai'),(7017,'Dhaneshri Bai'),(7018,'Dhaneshvar'),(7019,'Dhaneshvar Kumar'),(7020,'Dhaneshvari'),(7021,'Dhaneshvari Bai'),(7022,'Dhaneshwar'),(7023,'Dhaneshwar Das'),(7024,'Dhaneshwari'),(7025,'Dhaneshwari Bai'),(7026,'Dhaneshwer'),(7027,'Dhaneswari'),(7028,'Dhanetiya'),(33436,'Dhangar'),(33437,'Dhangarh'),(7029,'Dhangova'),(7030,'Dhangu Ram'),(7031,'Dhani'),(7032,'Dhani Ram'),(7033,'Dhani Ram Gond'),(7034,'Dhani Bai'),(7035,'Dhani Das'),(7036,'Dhani Lal'),(7037,'Dhani ram'),(7038,'Dhani Saheb'),(7039,'Dhani Shankar'),(7040,'Dhani Singh'),(7041,'Dhaniram'),(7042,'Dhaniya'),(7043,'Dhaniya Bai'),(7044,'Dhaniya das'),(7045,'dhaniyya bai'),(7046,'Dhanjay'),(7047,'Dhanjay Das'),(7048,'Dhanju'),(33438,'Dhankar'),(7049,'Dhanki'),(7050,'Dhanki Bai'),(7051,'Dhankumari'),(7052,'Dhankumari Bai'),(7053,'dhankunvar'),(7054,'Dhankunwar'),(7055,'Dhankuwar'),(7056,'Dhanlal'),(7057,'Dhanman Shing'),(7058,'Dhanman Singh'),(7059,'Dhanmani'),(7060,'Dhanmaniya'),(7061,'Dhanmant Bai'),(7062,'Dhanmat'),(7063,'Dhanmat Bai'),(7064,'Dhanmati'),(7065,'Dhanmati Bai'),(7066,'Dhanmatin Bai'),(7067,'Dhanmatiya'),(7068,'Dhanmatiya Bai'),(7069,'Dhanna'),(7070,'Dhanna Bai'),(7071,'Dhanna Singh'),(7072,'Dhannamal'),(7073,'Dhanne Lal'),(7074,'Dhannjay'),(7075,'dhanno devi'),(7076,'Dhannu'),(7077,'Dhannu Bai'),(7078,'Dhannu Das'),(7079,'Dhannu Lal'),(7080,'Dhannu Ram'),(7081,'Dhannu Singh'),(7082,'Dhannulal'),(7083,'Dhannur'),(7084,'Dhannuram'),(7085,'Dhanota'),(7086,'Dhanouta Bai'),(7087,'Dhanpal'),(7088,'Dhanpat'),(7089,'Dhanpat Lal'),(7090,'Dhanpat Singh'),(7091,'Dhanpratap'),(7092,'Dhanraj'),(7093,'Dhanraj Singh'),(7094,'Dhanrajuva'),(7095,'Dhanras'),(7096,'Dhanrasiya Bai'),(7097,'Dhans Ram'),(7098,'Dhansa Singh'),(7099,'Dhansariya Bai'),(7100,'Dhansay'),(7101,'Dhansay Singh'),(7102,'Dhanshu'),(7103,'Dhanshyam'),(7104,'Dhansi bai'),(7105,'Dhansil'),(7106,'Dhansir'),(7107,'Dhansir Bai'),(7108,'Dhansram'),(7109,'Dhansu'),(7110,'Dhansu Das'),(7111,'Dhantala'),(7112,'Dhanti Bai'),(7113,'Dhanu'),(7114,'Dhanu Bhagat'),(7115,'Dhanu Lal'),(7116,'Dhanu Ram'),(7117,'Dhanu Singh'),(7118,'Dhanubhagat'),(33439,'Dhanudhar'),(7119,'Dhanuhar'),(33440,'Dhanuhar.'),(7120,'Dhanuk'),(33441,'Dhanukar'),(7121,'Dhanur Say'),(7122,'Dhanuram'),(7123,'Dhanush'),(7124,'Dhanush Das'),(7125,'Dhanush Dhari'),(7126,'Dhanush Ram'),(7127,'Dhanuva'),(7128,'Dhanuva Ram'),(7129,'Dhanuva Singh'),(33442,'Dhanuvar'),(33443,'Dhanuvhar'),(33444,'Dhanuwahar'),(33445,'Dhanuwar'),(7130,'Dhanva'),(7131,'Dhanvan'),(7132,'Dhanvantari'),(7133,'Dhanvantary'),(7134,'Dhanvanti'),(7135,'Dhanvantin'),(7136,'Dhanvantin Bai'),(7137,'Dhanvantri'),(7138,'Dhanvar'),(7139,'Dhanvati'),(7140,'Dhanwa'),(7141,'Dhanwa Ram'),(7142,'Dhanwaar'),(7143,'dhanwantri'),(7144,'Dhanwar'),(33446,'Dhar'),(7145,'Dharaji'),(7146,'Dharam'),(7147,'Dharam Bai'),(7148,'Dharam Chand'),(7149,'Dharam Das'),(7150,'Dharam Kaur'),(7151,'Dharam Kumari'),(7152,'Dharam kunver'),(7153,'Dharam Lal'),(7154,'Dharam Pal'),(7155,'Dharam Prakash'),(7156,'Dharam Raj'),(7157,'Dharam Say'),(7158,'Dharam Singh'),(7159,'Dharam Veer'),(7160,'Dharambati'),(7161,'Dharamdas'),(7162,'Dharamin'),(7163,'Dharamjeet'),(7164,'Dharamkunwar'),(7165,'Dharamlal'),(7166,'Dharampal'),(7167,'Dharamraj'),(7168,'Dharamsingh'),(7169,'dharamu'),(7170,'Dharamvati'),(7171,'Dharamveer'),(7172,'Dhari'),(33447,'Dhariya'),(7173,'dharkin'),(7174,'Dharm'),(7175,'Dharm Bai'),(7176,'Dharm Das'),(7177,'Dharm Lal'),(7178,'Dharm Singh'),(7179,'Dharmani'),(7180,'Dharmaprakash'),(7181,'Dharmaraj'),(7182,'Dharmatiya'),(7183,'Dharmatiya Bai'),(7184,'dharmautin bai'),(7185,'Dharmautina bai'),(7186,'dharmavati'),(7187,'Dharmedra'),(7188,'Dharmend'),(7189,'Dharmendra'),(7190,'Dharmendra Das'),(7191,'Dharmendra Kumar'),(7192,'Dharmendra Singh'),(7193,'Dharmesh'),(7194,'Dharmesh kumar'),(7195,'Dharmi'),(7196,'Dharmin'),(7197,'Dharmin Bai'),(7198,'dharmini'),(7199,'Dharmjeet'),(7200,'Dharmjit'),(7201,'Dharmlal'),(7202,'Dharmpal singh'),(7203,'Dharmraj'),(7204,'Dharmu'),(7205,'Dharmu Lal'),(7206,'Dharmu Singh'),(7207,'Dharmulal'),(7208,'Dharna Bai'),(7209,'Dharshan Ram'),(7210,'Dharti Bai'),(33448,'Dharvaiha'),(33449,'Dharve'),(7211,'Dhashin Bai'),(7212,'Dhasi Ram'),(7213,'Dhatri'),(7214,'Dhatri Datt'),(33450,'Dhauhar'),(7215,'Dhaunapan'),(33451,'Dhauri'),(33452,'Dhavar'),(7216,'Dhawja Ram'),(7217,'Dhayan das'),(7218,'Dhayan Singh'),(7219,'Dheer'),(7220,'Dheer Pal'),(7221,'Dheer Say'),(7222,'Dheer Singh'),(7223,'Dheeraj'),(7224,'Dheeraja'),(7225,'Dheerendra'),(7226,'Dheerendra Kumar'),(7227,'Dheerij'),(7228,'Dheerja'),(7229,'Dheersay'),(7230,'Dheeru kumar'),(33453,'Dheevar'),(7231,'Dhel'),(7232,'Dhel Shigh'),(7233,'Dhela'),(7234,'Dhela Bai'),(7235,'Dhelaiya'),(7236,'Dhelan'),(7237,'Dhelan Bai'),(7238,'Dhelau'),(7239,'Dhelau Ram'),(7240,'Dhelauram'),(7241,'Dheli'),(7242,'Dheliya Bai'),(7243,'Dhelu'),(7244,'Dhelu Ram'),(7245,'Dheluram'),(7246,'Dherha'),(7247,'Dherhin Bai'),(33454,'Dhewar'),(7248,'Dhigambar'),(33455,'Dhimar'),(7249,'Dhimar singh'),(33456,'Dhimar.'),(33457,'Dhimer'),(33458,'Dhimra'),(7250,'Dhimra Ram'),(7251,'Dhimrin'),(7252,'Dhinendranath'),(7253,'Dhir Say'),(7254,'Dhir Singh'),(7255,'Dhira Bai'),(7256,'Dhiraj'),(7257,'Dhiraj Bai'),(7258,'Dhiraj Kumar'),(7259,'Dhiraj Kunwar'),(7260,'dhiraj prasad'),(7261,'Dhiraj singh'),(7262,'Dhiraja'),(7263,'Dhiraja Bai'),(7264,'Dhirajbati'),(7265,'Dhirajdas'),(7266,'Dhiraji'),(7267,'Dhiraji Ram'),(7268,'Dhirajiya'),(7269,'Dhirajiya Bai'),(7270,'Dhiran'),(7271,'Dhiran Prasad'),(7272,'Dhiran Singh'),(7273,'Dhiranjan'),(7274,'Dhiren Kumar'),(7275,'Dhirendr'),(7276,'Dhirendra'),(7277,'Dhirendra Kumar'),(7278,'Dhirja Bai'),(7279,'Dhirjiya'),(7280,'Dhirjiya Bai'),(7281,'Dhirpal'),(7282,'Dhirpal Singh'),(7283,'Dhirsay'),(7284,'Dhiru Singh'),(33459,'Dhirvar'),(33460,'Dhish'),(7285,'Dhisuram'),(33461,'Dhitlahare'),(33462,'Dhitlahre'),(33463,'Dhivar'),(33464,'Dhiver'),(33465,'Dhiwar'),(33466,'Dhiwer'),(7286,'Dhiya Bai'),(7287,'Dhiyan Singh'),(33467,'Dhiyar'),(7288,'Dhniya Bai'),(33468,'Dhnuhar'),(33469,'Dhoba'),(7289,'Dhobai singh'),(7290,'Dhobe Lal'),(33470,'Dhobhi'),(7291,'Dhobi'),(7292,'Dhobi Singh'),(7293,'Dhobin bai'),(7294,'dhokal'),(7295,'Dhokal Singh'),(33471,'Dhoke'),(7296,'Dhokhiya bai'),(7297,'Dhola Ram'),(7298,'Dhola singh'),(7299,'Dholi Ram'),(7300,'Dholi Singh'),(33472,'Dholiya'),(33473,'Dholiya.'),(7301,'Dholnin Bai'),(7302,'Dhoman singh'),(7303,'Dhomki Bai'),(7304,'Dhoni Ram'),(7305,'Dhoop Singh'),(33474,'Dhoot'),(33475,'Dhori'),(33476,'Dhorri'),(7306,'Dhram'),(7307,'Dhram Bai'),(7308,'Dhram Das'),(7309,'Dhram Lal'),(7310,'Dhram Singh'),(33477,'Dhrav'),(33478,'dhrave'),(7311,'Dhrendra'),(33479,'Dhritesh'),(33480,'Dhritl'),(33481,'Dhritlahare'),(33482,'Dhritlahre'),(7312,'Dhrmendra'),(33483,'Dhruav'),(7313,'Dhruv'),(7314,'Dhruv Das'),(7315,'Dhruv Kumar'),(7316,'Dhruv singh'),(33484,'Dhruv.'),(7317,'Dhruva'),(33485,'Dhruve'),(33486,'Dhruve.'),(33487,'Dhruvwanshi'),(33488,'Dhruw'),(33489,'Dhruwe'),(33490,'dhrve'),(33491,'Dhuarv'),(33492,'Dhubey'),(7318,'Dhudhmat Bai'),(33493,'Dhudhuh'),(33494,'Dhueve'),(7319,'Dhul Kunvar'),(7320,'Dhulaniya'),(7321,'Dhulgan'),(7322,'Dhuli Ram'),(33495,'Dhuliaya'),(7323,'Dhulin bai'),(33496,'Dhulira'),(33497,'Dhuliya'),(7324,'Dhuliya Bai'),(33498,'Dhuliya.'),(7325,'Dhum'),(7326,'Dhumuk Lal'),(7327,'Dhun'),(7328,'Dhuna Ram'),(7329,'Dhunari Ram'),(7330,'Dhundhi'),(7331,'Dhunesar'),(7332,'Dhunha Ram'),(7333,'Dhuni'),(7334,'Dhuni Bai'),(7335,'Dhuni Das'),(7336,'Dhuni Ram'),(7337,'Dhuniram'),(7338,'Dhunni Bai'),(33499,'Dhunuhar'),(7339,'Dhupan'),(7340,'Dhur'),(7341,'Dhur Bai'),(7342,'Dhur Singh'),(7343,'Dhurau'),(33500,'Dhurav'),(7344,'Dhurav Kumar'),(7345,'Dhurava'),(33501,'Dhurave'),(33502,'Dhure'),(33503,'Dhurev'),(33504,'Dhuri'),(33505,'Dhuri.'),(33506,'Dhuriya'),(7346,'Dhuriya Bai'),(7347,'Dhurra Bai'),(7348,'Dhurri'),(7349,'Dhursay'),(7350,'Dhurup'),(33507,'Dhuruv'),(7351,'Dhurv'),(7352,'Dhurv Kumar'),(7353,'Dhurv Prakash'),(7354,'Dhurva'),(33508,'Dhurvanshi'),(33509,'Dhurve'),(33510,'Dhurvey'),(33511,'Dhurvvansh'),(33512,'Dhusar'),(33513,'Dhut'),(33514,'Dhuva'),(7355,'Dhuva Ram'),(33515,'Dhuve'),(33516,'Dhuw'),(7356,'Dhyan'),(7357,'Dhyan Das'),(7358,'Dhyan Singh'),(7359,'Dhyana Bai'),(7360,'Dhyananand'),(7361,'Dhyanmati'),(7362,'Dhyanvati'),(7363,'Dibesh Kumar'),(7364,'Dibhari Bai'),(7365,'Dibya'),(7366,'Dibya Bharati'),(7367,'Dibya Bharti'),(7368,'Dibya Lata'),(7369,'Dibya Raj'),(7370,'Dibya Rani'),(7371,'Dibyani'),(7372,'Dibyansh'),(7373,'Dibyanshu'),(7374,'Dibyendra'),(7375,'Didda Bai'),(33517,'Diddhe'),(7376,'didyal'),(7377,'Dielshwar'),(7378,'Diga Ram'),(7379,'Digambar'),(7380,'Digeshvari'),(7381,'digeshwar'),(7382,'Digeshwari'),(7383,'Digga Ram'),(7384,'diglesh kumar'),(33518,'Digraskar'),(7385,'Digu'),(7386,'Digviijay'),(7387,'Digvijay'),(7388,'Digvijay Singh'),(7389,'dihul ram'),(7390,'Diilip Kumar'),(7391,'Dija Bai'),(7392,'Dijiya Bai'),(7393,'Dikchha'),(7394,'Dikesh Kumar'),(7395,'Dikeshwar'),(33519,'Dikhsit'),(7396,'Dikpal'),(33520,'Diksena'),(7397,'Diksha'),(7398,'Dikshan Mahajan'),(33521,'Dikshena'),(7399,'Dikshinta'),(7400,'Dikshit'),(7401,'Dil'),(7402,'Dil Bai'),(7403,'Dil Baso'),(7404,'Dil Kumar'),(7405,'Dil Kumari'),(7406,'Dil Kunwar'),(7407,'Dil Kuwar'),(7408,'Dil Mohan'),(7409,'Dil mohan das'),(7410,'Dil Mohit'),(7411,'Dil Mohmmad'),(7412,'Dila Bai'),(7413,'Dila Ram'),(7414,'Dilaharan'),(7415,'Dilan'),(7416,'Dilan Singh'),(7417,'Dilang'),(7418,'Dilasa bai'),(7419,'Dilasar'),(7420,'Dilbag'),(7421,'Dilbahal'),(7422,'Dilbai'),(7423,'Dilchand'),(7424,'Dildar'),(7425,'Dile Kumar'),(7426,'Dile Ram'),(7427,'Dileam'),(7428,'Dileep'),(7429,'Dileep kumar'),(7430,'Dileep Kumar'),(7431,'Dileep singh'),(7432,'Dilekh'),(7433,'Dilesh'),(7434,'Dilesh Kumar'),(7435,'Dilesh Singh'),(7436,'Dilesha kumar'),(7437,'Dileshar'),(7438,'dileshari'),(7439,'Dileshari Bai'),(7440,'Dileshawar'),(7441,'Dileshri'),(7442,'Dileshrin Bai'),(7443,'Dileshvar'),(7444,'Dileshvari'),(7445,'Dileshvari Bai'),(7446,'Dileshwar'),(7447,'Dileshwar Pd'),(7448,'Dileshwar Prasad'),(7449,'Dileshwari'),(7450,'Dileshwari Bai'),(7451,'Dilharan'),(7452,'Dilharan das'),(7453,'Dilharan kumar'),(7454,'Dilharan lal'),(7455,'Dilharan ram'),(7456,'Dilharan Singh'),(7457,'Dilhran'),(7458,'Dili Ram'),(7459,'Dilip'),(7460,'Dilip kumar'),(7461,'Dilip Das'),(7462,'Dilip Kumar'),(7463,'Dilip Singh'),(7464,'Dilip Yadaw'),(33522,'Dilipa'),(7465,'Diljale'),(7466,'Diljan'),(7467,'Dilkawar'),(7468,'Dilkeshwar'),(7469,'Dilkhush Kumar'),(7470,'Dilkumar'),(7471,'Dilkunvar'),(7472,'Dilkunwar'),(7473,'Dilkuwar'),(7474,'Dillagi'),(7475,'Dillan'),(7476,'Dillashvar'),(7477,'dilleram'),(7478,'Dillip'),(7479,'Dilmat'),(7480,'Dilmat Bai'),(7481,'Dilmati'),(7482,'Dilmatiya Bai'),(7483,'Dilmohan'),(7484,'Dilochan'),(7485,'Dilraj'),(7486,'Dilraj singh'),(7487,'Dilsay'),(7488,'Dilshan'),(7489,'Dilshan Kumar'),(7490,'Dilvar'),(7491,'Dilvar singh'),(7492,'Diman'),(33523,'Dimar'),(7493,'Dimmati'),(7494,'Dimpal'),(7495,'Dimpal bai'),(7496,'Dimpal Singh'),(7497,'Dimple'),(7498,'Din'),(7499,'Din bandhu'),(7500,'Din Dayal'),(7501,'Dina'),(7502,'Dina Bai'),(7503,'Dina Kumar'),(7504,'Dina Nath'),(7505,'Dina Ram'),(33524,'Dinakar'),(7506,'Dinam'),(7507,'Dinanath'),(33525,'Dinani'),(7508,'Dinbandhhu'),(7509,'Dinbandhu'),(7510,'dinbati'),(7511,'Dinbati Bai'),(7512,'Dindayal'),(7513,'Dindeshvari'),(7514,'dindravati'),(7515,'Dindyal'),(7516,'Dinendra'),(7517,'Dinesh'),(7518,'dinesh das'),(7519,'Dinesh Kuamr'),(7520,'Dinesh kumar'),(7521,'Dinesh Kumari'),(7522,'Dinesh Kumarr'),(7523,'Dinesh Singh'),(7524,'Dinesha'),(7525,'Dineshawari Bai'),(7526,'Dineshiya Bai'),(7527,'dineshvar'),(7528,'Dineshvari'),(7529,'Dineshwar'),(7530,'Dineshwari'),(7531,'Dineshwari bai'),(7532,'Dingambar'),(7533,'dingmbar singh'),(7534,'Diniya Bai'),(7535,'Dinkar'),(7536,'Dinkar Ram'),(7537,'Dinku'),(7538,'Dinkuwar'),(7539,'Dinna'),(7540,'Dinu'),(7541,'Dinu kumar'),(7542,'Dinu Ram'),(7543,'Dinuram'),(7544,'Dinvati'),(7545,'Dip Bai'),(7546,'dip kumar'),(7547,'Dip Kuwar'),(7548,'Dip narayan'),(7549,'Dipa'),(7550,'Dipa Bai'),(7551,'Dipa shyam'),(7552,'Dipak'),(7553,'Dipak das'),(7554,'Dipak Kumar'),(7555,'Dipakdas'),(7556,'Dipali'),(7557,'Dipali Bai'),(7558,'Dipan bai'),(7559,'Dipanjali'),(7560,'Dipanshi'),(7561,'Dipanshu'),(7562,'Dipansu'),(7563,'Dipati'),(7564,'Dipati Bai'),(7565,'Dipchand'),(7566,'Dipchandra'),(7567,'Dipendra'),(7568,'Dipendra Kumar'),(7569,'Dipendra Singh'),(7570,'Dipesh'),(7571,'Dipesh Kuamr'),(7572,'Dipesh Kumar'),(7573,'Dipesha'),(7574,'Dipeshwari'),(7575,'Dipika'),(7576,'Dipkesh Kumar'),(7577,'Dipmala'),(7578,'Dipnarayan'),(7579,'dippiti kumari'),(7580,'Dipti'),(7581,'Dipti kumari'),(7582,'Dipti Bai'),(7583,'Dipti Singh'),(7584,'Dipu'),(7585,'Dirish'),(7586,'Dirpal'),(7587,'Disha'),(7588,'Dishank'),(7589,'dishant kumar patel'),(33526,'Disilla'),(7590,'Disu'),(33527,'Disuja'),(7591,'Divainshu'),(7592,'Divakar'),(7593,'Divan'),(7594,'Divan Kumar'),(7595,'Divan Singh'),(7596,'Divani'),(7597,'Divanshu'),(33528,'Dive'),(33529,'Divedi'),(7598,'Divendra'),(7599,'Divendra Kumar'),(7600,'Divita singh'),(7601,'Diviya kumari'),(7602,'Divji'),(7603,'Divji Bai'),(7604,'Divraj'),(33530,'Divsena'),(7605,'Divya'),(7606,'Divya Bai'),(7607,'Divya Bharti'),(7608,'Divya Karishma'),(33531,'Divyakar'),(7609,'Divyani'),(7610,'Divyani Bai'),(7611,'Divyanka'),(7612,'Divyansh'),(7613,'Divyanshi'),(7614,'Divyanshu'),(7615,'Divyanshu Kumar'),(7616,'divyavaibhav'),(7617,'Diwakar'),(7618,'Diwali Bai'),(7619,'Diwan'),(7620,'Diwan singh'),(7621,'Diwas'),(33532,'Diwedi'),(33533,'Dixena'),(33534,'Dixit'),(33535,'Dixit.'),(33536,'Dixsena'),(7622,'Diya'),(7623,'Diya Kumari'),(7624,'dlsll'),(33537,'doctor'),(33538,'Dodwani'),(7625,'Dogar Singh'),(33539,'Doggy'),(7626,'Dohanlal'),(33540,'Dohar'),(7627,'Dokari Bai'),(7628,'Dol Bai'),(7629,'Dol Kumar'),(7630,'Dolamani'),(7631,'Dolat Ram'),(7632,'dolha prasad'),(7633,'Doli'),(7634,'Doli Bai'),(33541,'Doliya'),(33542,'Doliya.'),(7635,'Dolly'),(7636,'Doluram'),(7637,'Dolva Ram'),(7638,'Doly'),(7639,'Dom Lal'),(7640,'Doman'),(7641,'Doman Bai'),(7642,'Doman Das'),(7643,'Doman Kumar'),(7644,'Doman Lal'),(7645,'Doman Prasad'),(7646,'Doman Siingh'),(7647,'Doman Singh'),(7648,'Doman Vati'),(7649,'Domaniya bai'),(7650,'Domanvati'),(7651,'Domar'),(7652,'Domar Singh'),(7653,'Domara'),(7654,'Domari'),(7655,'Domari Lal'),(7656,'Domari Parsad'),(7657,'Domari Singh'),(7658,'Domarin'),(7659,'Domarin Bai'),(7660,'Domaru Singh'),(7661,'Domeshwar'),(7662,'Domeshwari Bai'),(7663,'Domkesh'),(7664,'Domniya Bai'),(7665,'Domra'),(7666,'Domra Ram'),(7667,'Domra Singh'),(7668,'Domrin Bai'),(7669,'Domsay'),(7670,'Domun'),(7671,'Dona Bai'),(7672,'Dona Ram'),(7673,'Dongar Singh'),(7674,'Dongarahin'),(7675,'Dongarahin bai'),(33543,'Dongare'),(7676,'Dongarhin Bai'),(33544,'Dongari'),(7677,'Dongariha Bai'),(33545,'Dongaro'),(7678,'Dongaru'),(33546,'Dongarvar'),(7679,'Dongau Ram'),(7680,'Dongeshwar Lal'),(33547,'Dongre'),(7681,'Dongre Lal'),(33548,'Dongre.'),(33549,'Dongri'),(7682,'Dooj'),(7683,'Dooj Ram'),(7684,'Doojbai'),(7685,'Doojibai'),(7686,'Doojram'),(7687,'Doona Bai'),(7688,'Doop Chand'),(7689,'Dorapati'),(7690,'Dorapati Bai'),(7691,'Dori Lal'),(7692,'Dorpati'),(7693,'Dorpati Bai'),(7694,'dorsi bai'),(7695,'Dorthitha'),(7696,'Doshan Kumar'),(7697,'Doshi bai'),(7698,'Dosiram'),(7699,'Dota'),(7700,'Doulat'),(7701,'Doulat Ram'),(7702,'Doulat Singh'),(7703,'Douloin'),(7704,'Douna Bai'),(7705,'Douni Bai'),(7706,'Dr'),(7707,'Dr.'),(7708,'Dr. Abhijeet'),(7709,'Dr. Anju'),(7710,'Dr. Anurag'),(7711,'Dr. Ashwani'),(7712,'Dr. Baba Saheb'),(7713,'Dr. Jyoti'),(7714,'Dr. Jyoti shrikar'),(7715,'Dr. Lalita'),(7716,'Dr. Madhavi'),(7717,'Dr. Madhuri'),(7718,'Dr. Nanku'),(7719,'Dr. Nirmala'),(7720,'DR. Pankaj kumar'),(7721,'Dr. Rachana'),(7722,'Dr. Raman'),(7723,'Dr. Ramni'),(7724,'Dr. Ravi'),(7725,'Dr. Surbhi'),(7726,'Dr. Vishwaroop'),(7727,'Dr. Yogendra'),(7728,'dr.amit'),(7729,'Dr.Narendra'),(7730,'Dr.sachin Ramesh'),(7731,'Dr.t.k.'),(7732,'Dr.yogesh'),(33550,'Dram'),(7733,'Draupat Bai'),(7734,'Draupati'),(7735,'Draupati Bai'),(7736,'Draupatibai'),(7737,'Draupti'),(7738,'Dreawr'),(7739,'Dresama'),(7740,'Drikpal Das'),(33551,'Drishtalle'),(33552,'Dritlahare'),(33553,'Drivedi'),(7741,'Dropaatibai'),(7742,'Dropadi'),(7743,'Dropatbai'),(7744,'Dropati'),(7745,'Dropati bai'),(7746,'Dropati Bai'),(7747,'Droupati'),(7748,'Droupati Bai'),(7749,'Druapati'),(7750,'Druapati Bai'),(7751,'Drupati'),(7752,'drupati bai'),(33554,'Druv'),(33555,'Druwe'),(7753,'Dsashrath'),(7754,'Dthela'),(7755,'Duaas Bai'),(7756,'Duaas Ram'),(7757,'Dualoarin Bai'),(7758,'Duarika'),(7759,'Duasa'),(7760,'Duasa Bai'),(7761,'Duasha'),(7762,'Duasiya'),(7763,'Duasiya bai'),(7764,'Duba Bai'),(7765,'Duba Singh'),(33556,'Dubay'),(33557,'Dube'),(33558,'Dubedi'),(7766,'Dubend'),(7767,'Dubendra'),(7768,'Dubern'),(33559,'Dubey'),(33560,'Dubey.'),(7769,'Dubhari Bai'),(7770,'Dubin'),(7771,'Dubita'),(7772,'Dubiya Bai'),(7773,'Dubkali Bai'),(7774,'Dubraj'),(7775,'Dubraj Singh'),(33561,'Duby'),(7776,'Dudarshan'),(7777,'Dudasan'),(33562,'Dudey'),(7778,'Dudha Ram'),(7779,'Dudhai'),(7780,'Dudhan bai'),(7781,'Dudharam'),(7782,'dudhnath'),(7783,'Dudho ram'),(7784,'Dudiya Ram'),(33563,'Dueba'),(33564,'Dueby'),(7785,'Dueja'),(7786,'Duga'),(7787,'Dugani'),(7788,'Duganu'),(7789,'Dugesh'),(7790,'Dugeshin'),(7791,'Dugeshwar'),(7792,'Dugru'),(7793,'Duhan'),(7794,'duhani bai'),(7795,'Duhar'),(33565,'Duhlani'),(7796,'Duij'),(7797,'Duiji'),(7798,'Duiji Bai'),(7799,'Duindi Bai'),(7800,'Duj'),(7801,'Duj Bai'),(7802,'Duj Bai'),(7803,'Duj Ram'),(7804,'Duja'),(7805,'Duja bai'),(7806,'Duja Bai'),(7807,'Duja Ram'),(7808,'Dujai'),(7809,'Dujan'),(7810,'Dujan Bai'),(7811,'Dujaram'),(7812,'Duje Lal'),(7813,'Duje Ram'),(7814,'Dujeram'),(7815,'Dujesh Kumar'),(7816,'Duji'),(7817,'Duji Bai'),(7818,'Dujin'),(7819,'Dujiya'),(7820,'Dujiya Bai'),(7821,'Dujlal'),(7822,'Dujmat'),(7823,'Dujmati'),(7824,'Dujrajm'),(7825,'Dujram'),(7826,'Dujratiya Bai'),(7827,'Dukal'),(7828,'Dukal Bai'),(7829,'Dukal Das'),(7830,'Dukal Hin'),(7831,'Dukal Singh'),(7832,'Dukala'),(7833,'Dukala Bai'),(7834,'Dukalaha'),(7835,'Dukalahin'),(7836,'Dukalahin bai'),(7837,'Dukalarin'),(7838,'Dukalha'),(7839,'Dukalhani'),(7840,'Dukalheen Bai'),(7841,'Dukalhin'),(7842,'Dukalhin Bai'),(7843,'Dukalhin Bai'),(7844,'Dukali'),(7845,'Dukali Bai'),(7846,'Dukalu'),(7847,'Dukalu Bai'),(7848,'Dukalu Prasad'),(7849,'Dukalu Ram'),(7850,'Dukalu Singh'),(7851,'Dukaluram'),(7852,'Dukaud Prasad'),(7853,'Dukh Bhanjan'),(7854,'Dukh Ram'),(7855,'Dukh Singh'),(7856,'Dukha Bai'),(7857,'Dukhalhin'),(7858,'Dukhamat'),(7859,'Dukhan'),(7860,'Dukhan Bai'),(7861,'Dukhan Singh'),(7862,'dukhana bai'),(7863,'Dukhanbai'),(7864,'Dukhani'),(7865,'Dukhani Bai'),(7866,'Dukhanibai'),(7867,'Dukhava'),(7868,'Dukhawa'),(7869,'Dukhdaiya bai'),(7870,'Dukhharan'),(7871,'Dukhharan Lal'),(7872,'Dukhi'),(7873,'Dukhi Bai'),(7874,'dukhi das'),(7875,'Dukhi ram'),(7876,'Dukhidas'),(7877,'Dukhin'),(7878,'Dukhin Bai'),(7879,'Dukhiram'),(7880,'Dukhirma'),(7881,'Dukhit'),(7882,'Dukhit Ram'),(7883,'Dukhiya'),(7884,'Dukhiya Bai'),(7885,'Dukhiyarin Bai'),(7886,'dukhman singh'),(7887,'Dukhmat Bai'),(7888,'Dukhni'),(7889,'Dukhni Bai'),(7890,'Dukhran Bai'),(7891,'Dukhu'),(7892,'Dukhu Das'),(7893,'Dukhu Raj'),(7894,'Dukhu Ram'),(7895,'dukhu singh'),(7896,'Dukhui Ram'),(7897,'Dukhuram'),(7898,'Dukhuva'),(7899,'Dukhuva Ram'),(7900,'Dukhuwa'),(7901,'Dukhuwa Ram'),(7902,'Dukhva'),(7903,'Dukhva Ram'),(7904,'Dukhva Singh'),(7905,'Dukhvati'),(7906,'Dukla Bai'),(7907,'Duklaha'),(7908,'Duklahin'),(7909,'Duklahin Bai'),(7910,'Duklha'),(7911,'Duklha Ram'),(7912,'Duklhin'),(7913,'Duklhin Bai'),(7914,'Dukli'),(7915,'Dukli Bai'),(7916,'Dukulhin'),(7917,'Dul Kuwar'),(7918,'Dula Bai'),(7919,'Dulabh'),(7920,'Dulaichi'),(7921,'Dulaku'),(7922,'Dulam Singh'),(7923,'dulan singh'),(7924,'Dular'),(7925,'Dular Bai'),(7926,'Dular Das'),(7927,'Dular Singh'),(7928,'Dulara'),(7929,'Dulara Bai'),(33566,'Dulare'),(7930,'Dulari'),(7931,'Dulari Bai'),(7932,'Dulari Mati'),(7933,'Dulari Ram'),(7934,'Dulari Singh'),(7935,'Dularibai'),(7936,'Dulariya'),(7937,'Dulariya Bai'),(7938,'Dularmati'),(7939,'Dularu'),(7940,'Dularuva'),(7941,'Dulasar'),(7942,'Dulash Bai'),(7943,'Dulasiya Bai'),(7944,'Dulauri Bai'),(7945,'Dulaurin'),(7946,'Dulaurin Bai'),(7947,'Dulaurin Bai'),(7948,'Dulavarin'),(7949,'Dulavarin bai'),(7950,'Dulavrin'),(7951,'Duleeshwari'),(7952,'Dulendra'),(7953,'Dulendra Kumar'),(7954,'Dulesar'),(7955,'Dulesari'),(7956,'Dulesari Bai'),(7957,'Dulesh Bai'),(7958,'Duleshari'),(7959,'Duleshari Bai'),(7960,'Duleshiya'),(7961,'Duleshvari'),(7962,'duleshvarin bai'),(7963,'Duleshwar'),(7964,'Duleshwari'),(7965,'Duleshwari Bai'),(7966,'Duli Chand'),(7967,'Dulichand'),(7968,'Duliya'),(7969,'Duliya Bai'),(7970,'Dulkunvar'),(7971,'Dulkunwar'),(7972,'Dulla'),(7973,'Dulli'),(7974,'dulli bai'),(7975,'Dulli Chand'),(7976,'Dullichand'),(7977,'Dulliram'),(7978,'Dullu'),(7979,'Dulluram'),(7980,'Dulmat Bai'),(7981,'Dulo Bai'),(7982,'Duloerin'),(7983,'Dulorin'),(7984,'Dulorin Bai'),(7985,'Dulorinbai'),(7986,'Dulouri'),(7987,'Dulourin'),(7988,'Dulourin Bai'),(7989,'Dulraurin Bai'),(7990,'Dulrava'),(7991,'Dulsaiya Bai'),(7992,'Dulvarin'),(7993,'Dulwarin bai'),(7994,'Dulwarin Bai'),(7995,'Duma Lal'),(7996,'Dumaki'),(7997,'Duman'),(7998,'Duman Prasad'),(7999,'Dumaniya Bai'),(8000,'Dumanwati'),(8001,'Dumar'),(8002,'Dumar Singh'),(8003,'Dumarhin'),(8004,'Dumari'),(8005,'Dumari Lal'),(33567,'Dumdum'),(8006,'Dummi bai'),(8007,'Dummmy'),(8008,'Dummy'),(8009,'Dumra Prasad'),(8010,'Dunanadan'),(8011,'Dune'),(8012,'Dunna Bai'),(8013,'Dunni'),(8014,'Dup singh'),(8015,'Duparti'),(8016,'Dupat Bai'),(8017,'Dupchand'),(8018,'Dupesh'),(8019,'Dupeti'),(33568,'Duradhar'),(8020,'Durajan Bai'),(8021,'Durari bai'),(33569,'Durav'),(8022,'Durbari bai'),(8023,'Durbasiya Bai'),(8024,'Durben Singh'),(8025,'Durbin bai'),(8026,'Duresh'),(8027,'duresh kumar'),(33570,'Durev'),(8028,'Durga'),(8029,'Durga bai'),(8030,'Durga bai'),(8031,'Durga kumari'),(8032,'Durga Bai'),(8033,'Durga Das'),(8034,'Durga Devi'),(8035,'Durga Kumari'),(8036,'Durga Parsed'),(8037,'Durga Prasad'),(8038,'Durga Prased'),(8039,'Durga Rani'),(8040,'Durga Singh'),(8041,'Durga Vati'),(8042,'Durgabai'),(8043,'Durgani'),(8044,'Durgaprasad'),(8045,'Durgasi'),(8046,'Durgaswari'),(8047,'Durgautin Bai'),(8048,'Durgavat'),(8049,'Durgavati'),(8050,'Durgavati Bai'),(8051,'Durgawati'),(8052,'Durgesh'),(8053,'Durgesh bai'),(8054,'Durgesh Kumar'),(8055,'Durgesh Nandani'),(8056,'Durgesh Singh'),(8057,'Durgesha'),(8058,'Durgeshnandani'),(8059,'Durgeshvar Kumar'),(8060,'Durgeshvari'),(8061,'Durgeshvari Bai'),(8062,'Durgeshwar'),(8063,'Durgeshwari'),(8064,'Durgeswari'),(8065,'Durghat Bai'),(8066,'Durghati Bai'),(8067,'Durgi'),(8068,'Durgo'),(8069,'Durgo Bai'),(8070,'Durgovati Bai'),(8071,'Durgrsh Kumar'),(8072,'Durguatin Bai'),(8073,'Durichand'),(8074,'Durjan'),(8075,'Durjan Bai'),(8076,'Durjan Prasad'),(8077,'Durjan Singh'),(8078,'Durjani Bai'),(8079,'Durla'),(8080,'Durmat'),(8081,'Durmatiya bai'),(8082,'Durpan Bai'),(8083,'Durpat'),(8084,'Durpat Bai'),(8085,'Durpata Devi'),(8086,'Durpati'),(8087,'Durpati bai'),(8088,'Durpati Bai'),(8089,'Durpati Kumari'),(8090,'Durpatiya Bai'),(8091,'Durtiya'),(8092,'Durug'),(8093,'Durug Das'),(8094,'Duruj'),(8095,'Durup Lal'),(8096,'Durva'),(8097,'Durvas'),(8098,'Durvati'),(33571,'Durve'),(8099,'Durvendra Kumar'),(8100,'durvendra singh'),(33572,'Durwe'),(8101,'Duryodhan'),(8102,'Duryodhan Singh'),(8103,'Dushayant'),(8104,'Dushyant'),(8105,'Dushyant Kumar'),(8106,'Dusiya Bai'),(8107,'Duspina'),(33573,'Dutta'),(8108,'Duva Ram'),(8109,'Duvabati'),(8110,'Duvaj Bai'),(8111,'Duvanvati'),(8112,'Duvas'),(8113,'Duvas Bai'),(8114,'Duvas Mati'),(8115,'Duvas Ram'),(8116,'Duvasa'),(8117,'Duvasa Bai'),(8118,'Duvasabai'),(8119,'Duvash bai'),(8120,'Duvasha bai'),(8121,'Duvashiya Bai'),(8122,'Duvasi'),(8123,'Duvasin bai'),(8124,'Duvasiya'),(8125,'Duvasiya Bai'),(8126,'Duvasiya Baii'),(8127,'Duvasram'),(33574,'duvendi'),(8128,'Duviji Bai'),(8129,'Duvsiya'),(8130,'Duvsiya Bai'),(8131,'Duwas Bai'),(8132,'Duwasa'),(8133,'Duwasa Bai'),(8134,'Duwasa Mati'),(8135,'Duwasabai'),(8136,'DUWASHA'),(8137,'Duwasi'),(8138,'Duwasi Ram'),(8139,'Duwasiya'),(8140,'Duwasiya Bai'),(8141,'Duwasmati'),(8142,'Duwawati'),(8143,'Dvarika'),(8144,'Dvarika Bai'),(8145,'Dvarika Das'),(8146,'Dvarika Prasad'),(33575,'Dvedi'),(33576,'Dvivedi'),(8147,'Dwara bai'),(8148,'Dwarika'),(8149,'Dwarika Bai'),(8150,'Dwarika Prasad'),(8151,'Dwarika Prsad'),(8152,'Dwarika Singh'),(8153,'Dwarkin Bai'),(8154,'Dwarpal'),(8155,'Dwasa'),(8156,'Dwasa Bai'),(33577,'Dwivedi'),(8157,'Dya'),(33578,'Dyal'),(8158,'Dyal singh'),(8159,'Dyali singh'),(8160,'Dyaram'),(8161,'eakadashiay'),(33579,'Eakka'),(8162,'Ealis'),(33580,'Ebraham'),(33581,'Edessary'),(8163,'Eian Singh'),(8164,'Eid'),(8165,'Ejajulhak'),(33582,'Ekka'),(8166,'Ekta'),(8167,'Ekta Bai'),(8168,'Ekti'),(8169,'Elejisu'),(8170,'elliammma'),(8171,'Emergancy'),(8172,'Emergency'),(8173,'Enak Das'),(8174,'Enak Singh'),(8175,'Endar'),(8176,'Endira'),(8177,'Endrabai'),(33583,'Engley'),(8178,'Eniya'),(8179,'Enjal'),(8180,'Enjalsacchi'),(33584,'ensaliga'),(8181,'Ensil'),(33585,'Enthoni'),(8182,'Enthoni Raj'),(8183,'Ephaj Bee'),(8184,'Ere'),(33586,'Erefe'),(8185,'Erf'),(33587,'Erlererer'),(8186,'Eshan'),(8187,'Eshkumari'),(8188,'Eshu Kumar'),(8189,'eshvariya kumar'),(8190,'Eshwari'),(8191,'Eto Bai'),(8192,'Etu'),(8193,'Etwara'),(8194,'Etwariya'),(8195,'eva'),(8196,'Eyarsi'),(8197,'Fad'),(8198,'Faddfa'),(8199,'Fadf'),(8200,'Fadfa'),(33588,'Fadfad'),(8201,'Fadfasd'),(33589,'Fadsfad'),(33590,'Fadsfas'),(8202,'Fag'),(8203,'Fagan'),(8204,'Fagani'),(8205,'Fagani Bai'),(8206,'Faganibai'),(8207,'Fagaun singh'),(8208,'Fagni'),(8209,'Fagni Bai'),(8210,'Fagnibai'),(8211,'Fagu'),(8212,'Fagu Ram'),(8213,'Fagun'),(8214,'Faguna'),(8215,'Faguna singh'),(8216,'Faguni'),(8217,'Faguram'),(8218,'Faguva'),(8219,'Faguvaram'),(8220,'Faguwa'),(8221,'Faijal'),(8222,'Faijan'),(8223,'failan'),(8224,'Faiyaj'),(33591,'Fal'),(8225,'Falesh'),(8226,'Falid'),(8227,'Falitram'),(8228,'fandash'),(8229,'Fanfi'),(8230,'Fanvantin'),(8231,'Fardin kumar'),(8232,'Farida'),(8233,'Farit'),(8234,'Fasdfa'),(33592,'Fasdfas'),(33593,'Fasdfasd'),(8235,'Fatakan'),(8236,'Fatama Bee'),(8237,'Fateh Singh'),(8238,'fatima'),(8239,'Fatkan'),(8240,'Fatkan Bai'),(8241,'Fatma'),(8242,'Fatte'),(8243,'Fatte Singh'),(8244,'Fattelal'),(8245,'Fattu'),(33594,'Fda'),(8246,'Fdaf'),(8247,'Fdas'),(8248,'Fdasf'),(8249,'Fdasfa'),(8250,'Fdasfsa'),(33595,'Fdgsa'),(8251,'Fdsa'),(8252,'Fdsaf'),(8253,'Fekan'),(8254,'Fekan Bai'),(8255,'Fekani'),(8256,'Fekhu'),(8257,'Feknu Lal'),(8258,'Feku'),(8259,'Fekulal'),(8260,'Fekuram'),(8261,'Fer'),(8262,'Feraha ram'),(8263,'Ferahin'),(8264,'Feran'),(33596,'Ferdr'),(8265,'Ferev'),(8266,'Ferf'),(8267,'Ferha'),(8268,'Ferharam'),(8269,'Ferhin'),(33597,'Fernandez'),(8270,'Fghsdfh'),(8271,'Fhulkali'),(8272,'Filesh Kumar'),(8273,'Filomina'),(8274,'Firangi'),(8275,'Firanta'),(8276,'Firanta Lal'),(8277,'Firantibai'),(8278,'Firantin'),(8279,'Firantu'),(8280,'Firat'),(8281,'Firat ram'),(8282,'Firatin'),(8283,'Firatsingh'),(8284,'Firatu'),(8285,'Firoda'),(8286,'Firoj'),(8287,'Firoj Kumar'),(8288,'Firoji'),(8289,'Firtan'),(8290,'Firteen'),(8291,'Firti'),(8292,'Firtiin bai'),(8293,'Firtin'),(8294,'Firtin Bai'),(8295,'Firtu'),(8296,'Firtu Ram'),(8297,'Firturam'),(8298,'Fohara'),(8299,'Fohara Bai'),(8300,'Fool Bai'),(8301,'Footniya Bai'),(8302,'Foto'),(8303,'Fsdf'),(8304,'Fsdfd'),(33598,'Ftrt'),(8305,'Fudu'),(8306,'Ful'),(8307,'Ful Bai'),(8308,'Ful Matiya'),(8309,'Fula'),(8310,'Fulaki'),(8311,'Fulaniya'),(8312,'Fulbai'),(8313,'Fulbasan'),(8314,'Fulchand'),(8315,'Fuleni'),(8316,'Fulesari Bai'),(8317,'Fuleshar'),(8318,'Fuleshari Bai'),(8319,'Fuleshrin Bai'),(8320,'Fuleshvari'),(8321,'Fuleshwar'),(8322,'Fuleshwari'),(8323,'Fuleshwari Bai'),(8324,'Fuli'),(8325,'Fuljahr'),(8326,'Fuljhar'),(8327,'Fuljhariya'),(8328,'Fulkumari'),(8329,'Fulkunvar'),(8330,'Fulkunwer'),(8331,'Fullbai'),(8332,'Fulli Bai'),(8333,'Fulmani'),(8334,'Fulmat'),(8335,'Fulmati'),(8336,'Fulmaya'),(8337,'Fulsari'),(8338,'Fulsher'),(8339,'Fulsing'),(8340,'Fulsingh'),(8341,'Fulu'),(8342,'Fulvati'),(8343,'Fulwa'),(8344,'Fundar Bai'),(8345,'Fundey Lal'),(8346,'Fundu bai'),(8347,'Fupa'),(8348,'Futeniya'),(8349,'Futkun'),(8350,'G'),(8351,'G.p.'),(33599,'G.singh'),(8352,'Gaanga Ram'),(8353,'Gaanu'),(8354,'Gabbar Singh'),(8355,'gabdu'),(33600,'Gabel'),(8356,'Gabga Bai'),(33601,'Gabhel'),(8357,'Gabode'),(8358,'Gabru'),(33602,'Gada'),(33603,'Gadariya'),(33604,'Gadarvarabel'),(8359,'Gadavari'),(33605,'Gadehwal'),(33606,'Gaderia'),(33607,'Gaderiya'),(33608,'Gadeval'),(33609,'Gadevar'),(33610,'Gadewaal'),(33611,'Gadewal'),(33612,'Gadfga'),(33613,'Gadgila'),(33614,'Gadhariya'),(33615,'Gadheriya'),(33616,'Gadheval'),(33617,'Gadhewal'),(33618,'Gadori'),(33619,'Gadriya'),(33620,'Gaduri'),(33621,'Gadva'),(33622,'Gadwa'),(8360,'Gaffar'),(8361,'Gaffur'),(8362,'Gaga Ram'),(8363,'Gagan'),(8364,'Gagan Bihari'),(8365,'Gagan Kumar'),(8366,'Gagan Singh'),(8367,'Gaganmati'),(8368,'Gagotri Bai'),(8369,'Gaharu'),(33623,'Gaharvar'),(33624,'Gahavai'),(33625,'Gahawai'),(8370,'Gahit Ram'),(33626,'Gahlaut'),(8371,'Gahlo Bai'),(8372,'Gahnu'),(8373,'gahru ram'),(33627,'Gahvai'),(33628,'Gahwai'),(8374,'Gai Lal'),(33629,'Gaidia'),(33630,'Gaiga'),(8375,'Gaiju Ram'),(8376,'Gaikin Bai'),(8377,'Gainda Ram'),(8378,'Gaindi'),(8379,'Gaindu'),(8380,'Gais Kuwar'),(8381,'Gait Ram'),(8382,'Gaithu Ram'),(33631,'Gaiti'),(8383,'Gaitram'),(8384,'Gaivinath'),(8385,'Gaj Bai'),(8386,'Gaj Ratan'),(8387,'Gaj Rup'),(8388,'Gajadhar'),(8389,'Gajadhar Prasad'),(8390,'Gajadhar Ram'),(8391,'Gajadhar Singh'),(8392,'Gajan Kumar'),(8393,'Gajana'),(8394,'Gajanan'),(8395,'Gajanana Kumar'),(8396,'Gajanand'),(8397,'gajanand kumar'),(8398,'Gajanand Bai'),(8399,'Gajapati'),(8400,'Gajara'),(8401,'Gajara Bai'),(33632,'Gajbhiye'),(8402,'Gaje Ram'),(8403,'Gajendra'),(8404,'Gajendra Kumar'),(8405,'Gajendra prasad'),(8406,'Gajendra Singh'),(8407,'Gajeshwari'),(8408,'Gajju'),(8409,'Gajmatiya Bai'),(8410,'Gajmotin'),(8411,'Gajnandan singh'),(8412,'Gajni Bai'),(8413,'Gajpal'),(8414,'Gajpati'),(8415,'Gajpati Lal'),(8416,'Gajpati Ram'),(8417,'Gajra'),(8418,'gajra bai'),(8419,'Gajraj'),(8420,'Gajratan'),(8421,'Gajratiya bai'),(8422,'Gajratn Das'),(8423,'Gajroop'),(8424,'Gajroop Singh'),(8425,'Gajru'),(8426,'Gajru Singh'),(8427,'Gajrup'),(8428,'Gajrup Singh'),(8429,'Gajsingh'),(8430,'Gala Ram'),(8431,'Galalo bai'),(8432,'Galara'),(8433,'Galara Bai'),(33633,'Galari'),(8434,'Galasiya Bai'),(8435,'Galav'),(8436,'Galbal'),(33634,'Galdhewal'),(8437,'Galhar Ram'),(8438,'Gali'),(8439,'Gali Ram'),(8440,'galib'),(8441,'Galiya Bai'),(8442,'Galla'),(8443,'Gallo bai'),(8444,'Galo Bai'),(8445,'Galodari'),(8446,'Galori Shushan'),(8447,'galso bai'),(8448,'Gaman'),(8449,'Gambheer'),(8450,'Gambhir'),(8451,'Gambhir Das'),(8452,'Gambhir singh'),(8453,'Gambir Singh'),(8454,'Gamini'),(8455,'Gamla Baby'),(8456,'Gamman'),(8457,'Gana Bai'),(33635,'Ganadharv'),(8458,'Ganaga Bai'),(8459,'Ganai Bai'),(8460,'Ganapat'),(8461,'Ganaram'),(33636,'Gand'),(8462,'Gand Ram'),(33637,'Ganda'),(33638,'Gandarav'),(33639,'Gandarva'),(33640,'Gandarw'),(33641,'Gandarwa'),(33642,'Gande'),(33643,'Gandharav'),(33644,'Gandharav.'),(33645,'Gandharaw'),(33646,'Gandharawa'),(8463,'Gandhari'),(33647,'Gandharv'),(33648,'Gandharva'),(33649,'Gandharve'),(33650,'Gandharw'),(33651,'Gandharwa'),(33652,'Gandhavar'),(33653,'gandhavrav'),(8464,'Gandhi'),(8465,'gandhi bai'),(8466,'Gandhi Ram'),(33654,'Gandhrav'),(33655,'Gandhrava'),(33656,'Gandhraw'),(33657,'Gandhrva'),(33658,'Gandhrwa'),(8467,'Gandhu Lal'),(33659,'Gandraw'),(8468,'Ganendra'),(8469,'Ganer Singh'),(8470,'Ganesh'),(8471,'Ganesh Bai'),(8472,'Ganesh Das'),(8473,'Ganesh Kumar'),(8474,'Ganesh Lal'),(8475,'Ganesh Pd'),(8476,'Ganesh Prasad'),(8477,'Ganesh Ra'),(8478,'Ganesh Ram'),(8479,'Ganesh Singh'),(8480,'Ganesha'),(8481,'Ganesha Bai'),(8482,'Ganesha Ram'),(8483,'Ganeshabahadur'),(8484,'Ganeshari Bai'),(8485,'Ganeshban'),(8486,'Ganeshdin'),(8487,'Ganeshi'),(8488,'Ganeshi Bai'),(8489,'Ganeshi ram'),(8490,'Ganeshi Singh'),(8491,'Ganeshiy Bai'),(8492,'Ganeshiya'),(8493,'Ganeshiya Bai'),(8494,'Ganeshmati'),(8495,'Ganeshram'),(8496,'Ganeshu'),(8497,'Ganeshvari'),(8498,'Ganeshwar'),(8499,'Ganeshwar prasad'),(8500,'Ganeshwari'),(8501,'Ganetri Bai'),(8502,'Gang'),(8503,'Gang Ram'),(8504,'Ganga'),(8505,'Ganga bai'),(8506,'Ganga Bai'),(8507,'Ganga Singh'),(8508,'Ganga Bai'),(8509,'Ganga Das'),(8510,'Ganga Dayal'),(8511,'Ganga Dev'),(8512,'Ganga Devi'),(8513,'Ganga Dhar'),(8514,'Ganga Kumari'),(8515,'Ganga Prasad'),(8516,'Ganga Prased'),(8517,'Ganga Ram'),(8518,'Ganga Sagar'),(8519,'Ganga Singh'),(8520,'Ganga Vati'),(8521,'Gangabai'),(8522,'Gangabati'),(8523,'Gangabia'),(8524,'Gangadar'),(33660,'Gangade'),(8525,'Gangadeen'),(8526,'Gangadev'),(8527,'Gangadhar'),(8528,'Gangadhin'),(8529,'Gangadin'),(8530,'Gangaiya Bai'),(8531,'Gangamati'),(8532,'Gangaram'),(8533,'Gangashri'),(8534,'Gangatri'),(8535,'Gangavati'),(8536,'Gangavati Bai'),(8537,'Gangdev'),(33661,'Gange'),(8538,'Gangi'),(8539,'Gangi Bai'),(8540,'Gangi Bai'),(8541,'Gangi Ram'),(8542,'Gangiya'),(8543,'Gangiya Bai'),(8544,'Ganglesh'),(8545,'Gangoli'),(8546,'Gangorti'),(8547,'Gangotar'),(8548,'Gangotari Bai'),(8549,'Gangoti'),(8550,'Gangotri'),(8551,'Gangotri kumari'),(8552,'Gangotri Bai'),(8553,'Gangotri Bai'),(8554,'Gangotri Kant'),(8555,'Gangu'),(8556,'Gangu Bai'),(8557,'Gangu Ram'),(8558,'Gangu Singh'),(8559,'Gangul Kishor'),(8560,'Ganguram'),(33662,'Gangvani'),(8561,'Gani'),(8562,'Gani Ram'),(8563,'Ganik Lal'),(8564,'Ganika Bai'),(8565,'Ganiram'),(8566,'Ganisa Bai'),(8567,'Ganjiya'),(8568,'Ganjram'),(8569,'Ganmbhir'),(8570,'Ganna Bai'),(8571,'Ganni Bai'),(8572,'Gannu Lal'),(8573,'Gannuram'),(8574,'Ganotri'),(8575,'Ganpat'),(8576,'Ganpat Kumar'),(8577,'Ganpat Lal'),(8578,'Ganpat Ram'),(8579,'Ganpat Singh'),(8580,'Ganpatdas'),(8581,'Ganpati'),(8582,'Ganpati Bai'),(8583,'Ganpatiya'),(8584,'Ganpatiya Bai'),(8585,'ganptiya bai'),(8586,'Ganraj'),(8587,'Ganshi Bai'),(8588,'Gansi'),(8589,'Gansi Bai'),(8590,'Gantu Ram'),(33663,'Ganveer'),(8591,'Ganyotri'),(8592,'Gaokul'),(33664,'Gaon'),(33665,'Gaond'),(33666,'Gaoraha'),(33667,'Gaosvami'),(33668,'Gaotam'),(8593,'Gaphhar'),(8594,'Gappu'),(33669,'Gapta'),(33670,'Garadiya'),(8595,'Garanth Bai'),(8596,'Gardej'),(33671,'Garekar'),(33672,'Garewal'),(33673,'Garg'),(8597,'Garhan'),(33674,'Garhewa'),(8598,'Garib'),(8599,'garib das'),(8600,'Garib Lal'),(8601,'Garib Mo.'),(8602,'Garib Ram'),(8603,'Gariba'),(8604,'Gariba Ram'),(8605,'Gariba Singh'),(8606,'Garibaram'),(8607,'Garibin'),(8608,'Garibin Bai'),(8609,'Garima'),(8610,'Garjan'),(8611,'Garjan bai'),(8612,'Garjan Singh'),(8613,'Garjana'),(8614,'Garju Ram'),(8615,'garli bai'),(33675,'Garme'),(33676,'Garoli'),(8616,'Garun'),(33677,'Garuni'),(8617,'Gasdg'),(33678,'Gasiya'),(8618,'Gaspal'),(8619,'Gataurhin'),(8620,'Gataurhin Bai'),(8621,'Gataurin Bai'),(33679,'Gathewal'),(8622,'Gatoarha'),(8623,'Gatohin'),(8624,'Gaucharan'),(8625,'Gaukaran'),(8626,'Gaukaran Prasad'),(8627,'Gaukaran Singh'),(8628,'Gaukuwar'),(8629,'Gaulbas Bai'),(8630,'Gauma Bai'),(8631,'Gauna Bai'),(33680,'Gaupta'),(33681,'Gaur'),(8632,'Gaura'),(33682,'Gauraha'),(8633,'gaurao'),(8634,'Gaurav'),(8635,'Gaurav Kumar'),(8636,'Gauraw'),(8637,'Gauri'),(8638,'gauri bai'),(8639,'Gauri Baii'),(8640,'Gauri devi'),(8641,'Gauri kumari'),(8642,'Gauri Shankar'),(8643,'Gauri shnkar'),(8644,'Gauribai'),(8645,'Gaurishankar'),(8646,'Gaurmati'),(8647,'Gaushala'),(8648,'Gautal'),(8649,'Gautam'),(8650,'Gautam Bai'),(8651,'Gautam Kumar'),(8652,'gautam prasad'),(8653,'Gautam Shingh'),(8654,'Gautam Singh'),(8655,'Gautamm'),(8656,'Gautar'),(8657,'Gautar Bai'),(8658,'Gautar Das'),(8659,'Gautara'),(8660,'Gautarahin Bai'),(8661,'Gautarhin'),(8662,'Gautarhin bai'),(8663,'Gautarhin Bai'),(8664,'Gautariha'),(8665,'Gautariha Singh'),(8666,'Gautariya'),(8667,'gauthu'),(8668,'gautiya'),(8669,'Gautiya singh'),(8670,'Gautrhin'),(8671,'Gautriha'),(8672,'Gautur'),(8673,'Gavalan'),(33683,'Gavaskar'),(33684,'Gavel'),(8674,'Gavtariha'),(8675,'Gawahin'),(8676,'Gawalin'),(8677,'Gawlin Bai'),(8678,'Gaya'),(8679,'Gaya Bai'),(8680,'Gaya Das'),(8681,'Gaya Ji'),(8682,'Gaya Kumari'),(8683,'Gaya Mati'),(8684,'Gaya Prasad'),(8685,'Gaya Ram'),(8686,'Gaya Singh'),(8687,'Gayadin'),(33685,'Gayakwad'),(8688,'Gayamati'),(8689,'Gayan Bati'),(8690,'Gayaprasad'),(8691,'Gayaram'),(8692,'Gayarti Bai'),(8693,'Gayartri Bai'),(8694,'Gayati'),(8695,'Gayatri'),(8696,'Gayatri Bai'),(8697,'Gayatri Baii'),(8698,'Gayatri Devi'),(8699,'Gayatria Bai'),(8700,'Gayavati'),(8701,'Gaybai'),(8702,'Gaytari'),(8703,'Gaytri'),(8704,'Gaytri Bai'),(8705,'gc gopinath'),(8706,'Gdfg'),(33686,'Gdfsg'),(33687,'Gdnd'),(33688,'Gedam'),(8707,'Gedan Singh'),(8708,'Geddaram'),(8709,'Gedin Bai'),(8710,'Gedwati'),(33689,'Geer'),(33690,'Geeri'),(8711,'Geeriraj'),(8712,'Geerja kumari'),(8713,'Geerja Bai'),(8714,'geerja bati'),(8715,'Geet'),(8716,'Geeta'),(8717,'Geeta Bai'),(8718,'Geeta Bai'),(8719,'Geeta bai gond'),(8720,'Geeta bia'),(8721,'Geeta Charan'),(8722,'Geeta Datt'),(8723,'Geeta Devi'),(8724,'Geeta Dewi'),(8725,'Geeta Kumari'),(8726,'Geeta Lal'),(8727,'Geeta Prasad'),(8728,'Geeta Prased'),(8729,'Geeta ram'),(8730,'Geeta Shriraj'),(8731,'Geeta Singh'),(8732,'Geetabai'),(8733,'Geetam'),(8734,'Geetanjali'),(8735,'Geetanjlio'),(8736,'Geetanshu'),(8737,'Geetaram'),(8738,'Geeteshwar'),(8739,'Geetika'),(8740,'Geetu'),(8741,'Geetu Bai'),(8742,'Gelan'),(8743,'Gen Lal'),(8744,'Gen Singh'),(8745,'Gend'),(8746,'Gend Bai'),(8747,'Gend Kumari'),(8748,'Gend Kuwar'),(8749,'Gend Lal'),(8750,'Gend Ram'),(8751,'Gend Rani'),(8752,'Gend Singh'),(8753,'Genda'),(8754,'Genda bai'),(8755,'Genda Bai'),(8756,'genda das'),(8757,'Genda Ram'),(8758,'Gendabai'),(8759,'Gendaiya Bai'),(33691,'Gendal'),(33692,'Gendale'),(8760,'Gendan'),(8761,'Gendbai'),(8762,'Gendbali'),(8763,'Gendbati'),(8764,'Gende Lal'),(33693,'Gendele'),(8765,'Gendi'),(8766,'Gendi Bai'),(8767,'Gendi Ram'),(8768,'Gendiya'),(8769,'Gendiya Bai'),(8770,'Gendkali'),(8771,'Gendkunwar'),(8772,'Gendlal'),(8773,'Gendlata'),(33694,'Gendle'),(8774,'Gendo Bai'),(8775,'Gendram'),(8776,'Gendu'),(8777,'Gendu Bai'),(8778,'Gendu Ram'),(8779,'Genduram'),(8780,'Gendvati'),(8781,'Geneshiya'),(8782,'geneshiya bai'),(33695,'Gere'),(8783,'Ges'),(8784,'Ges Bai'),(8785,'ghame singh'),(8786,'Ghamer singh'),(8787,'Ghamir Singh'),(8788,'Ghan'),(8789,'Ghan Bai'),(8790,'Ghan Das'),(8791,'Ghan Rakhan'),(8792,'Ghan Shyam'),(8793,'Ghan Singh'),(8794,'Ghana'),(8795,'Ghana Ram'),(8796,'Ghana Bai'),(8797,'Ghana Ram'),(8798,'Ghanaiya Bai'),(8799,'Ghanamati'),(8800,'Ghanaram'),(8801,'Ghanauta Bai'),(8802,'Ghanbai'),(33696,'Ghandarav'),(8803,'Ghandas'),(33697,'Ghandharav'),(33698,'Ghandharv'),(33699,'Ghandhrav'),(8804,'Ghandin'),(8805,'Ghanendra'),(8806,'ghanendra kumar'),(8807,'Ghaneshwar'),(8808,'Ghaneshwari'),(8809,'Ghaneswari'),(8810,'Ghani Bai'),(8811,'GHANI RAM'),(8812,'Ghaniram'),(8813,'Ghanist Singh'),(8814,'Ghaniya Bai'),(8815,'Ghanmati'),(8816,'Ghannu'),(8817,'Ghannu Lal'),(8818,'Ghannu Singh'),(8819,'Ghanpat singh'),(8820,'Ghansahyam'),(8821,'Ghanshayam'),(8822,'ghanshaym'),(8823,'Ghanshyam'),(8824,'Ghanshyam Bai'),(8825,'Ghanshyam Prasad'),(8826,'Ghanshyam Singh'),(8827,'Ghanshyama'),(8828,'Ghanshyambai'),(8829,'Ghansingh'),(33700,'Ghansiya'),(8830,'Ghansu'),(8831,'Ghansyam'),(8832,'Ghanvati'),(8833,'Gharatu'),(8834,'Gharmin'),(8835,'Ghas Bai'),(8836,'Ghasan'),(8837,'Ghasan Bai'),(8838,'Ghasaneen Bai'),(8839,'Ghasani'),(8840,'Ghasanin'),(8841,'Ghasanin Bai'),(8842,'Ghashi'),(8843,'Ghashi Ram'),(8844,'Ghashiram'),(8845,'ghashnin bai'),(8846,'Ghashyam'),(8847,'Ghasi'),(8848,'Ghasi das'),(8849,'Ghasi Ram'),(8850,'Ghasidas'),(8851,'Ghasin'),(8852,'Ghasin Bai'),(8853,'Ghasinbai'),(8854,'Ghasiram'),(8855,'Ghasiya'),(8856,'Ghasiya Ram'),(8857,'Ghasiya Singh'),(8858,'Ghasmin Bai'),(8859,'Ghasni Bai'),(8860,'Ghasnin'),(8861,'Ghasnin Bai'),(8862,'Ghassu'),(33701,'Ghatge'),(8863,'Ghav Fal'),(8864,'Ghaya Bia'),(8865,'Ghayan'),(8866,'Ghayan Das'),(8867,'Ghayanbati'),(8868,'Gheran Singh'),(8869,'Ghfdhg'),(8870,'Ghina'),(8871,'Ghinnu'),(8872,'Ghir Lal Singh'),(33702,'Ghirtlahare'),(8873,'Ghisal'),(8874,'Ghisal Bai'),(8875,'Ghisal Ram'),(8876,'Ghisani Bai'),(33703,'Ghiwar'),(8877,'Ghondul'),(8878,'Ghorbahara'),(33704,'Ghosale'),(8879,'Ghoseram'),(33705,'Ghosh'),(33706,'Ghosle'),(33707,'Ghritlahare'),(33708,'ghritlahre'),(8880,'Ghsiya Ram'),(8881,'Ghuarva Bai'),(8882,'Ghuarva Prasad'),(8883,'Ghudsingh'),(8884,'Ghukhain Bai'),(8885,'Ghumra'),(8886,'Ghundu'),(8887,'Ghundu Pal'),(8888,'Ghundul'),(8889,'Ghur Bai'),(8890,'Ghura'),(8891,'Ghura Bai'),(8892,'Ghurai'),(8893,'Ghurai Bai'),(8894,'Ghuraiya'),(8895,'Ghuraiya Bai'),(8896,'Ghurau'),(8897,'Ghurau Ram'),(8898,'Ghurauram'),(8899,'Ghure'),(8900,'Ghure Lal'),(33709,'Ghuri'),(8901,'Ghurni Bai'),(8902,'Ghursay'),(8903,'Ghuru'),(8904,'Ghuru Ram'),(8905,'Ghuruain'),(8906,'Ghuruva'),(8907,'Ghuruva Bai'),(8908,'Ghuruva Ram'),(8909,'Ghuruwa'),(8910,'Ghuruwa Bai'),(8911,'Ghuruwain'),(8912,'Ghuruwaram'),(8913,'Ghurva'),(8914,'Ghurva Bai'),(8915,'Ghurva Ram'),(8916,'Ghurvantin Bai'),(8917,'Ghurwa'),(8918,'Ghusu Ram'),(33710,'Ghute'),(33711,'Ghuti'),(8919,'Ghutu Bai'),(8920,'ghyam singh'),(8921,'Ghyan'),(8922,'Ghyan Chand'),(8923,'Ghyan Bai'),(8924,'Ghyan bati'),(8925,'Ghyan Cahndra'),(8926,'Ghyan Chand'),(8927,'Ghyan Singh'),(8928,'Ghyani'),(8929,'Ghyani bai'),(8930,'Ghyanmati'),(8931,'Ghyanrati'),(8932,'Ghyanu'),(8933,'Gidiya Bai'),(8934,'Gilasha Bai'),(33712,'Gilhara'),(8935,'Giliya Bai'),(8936,'Gilso Bai'),(8937,'Gin Mati'),(8938,'Ginda Bai'),(8939,'Gindodi Devi'),(8940,'Gini'),(33713,'Gir'),(8941,'Giraja'),(8942,'Giraja Bai'),(8943,'Giran Singh'),(8944,'Girani'),(8945,'Giraniya'),(8946,'Giranu'),(8947,'Girdhar'),(8948,'Girdhar Prasad'),(8949,'Girdhari'),(8950,'Girdhari Lal'),(8951,'Girdhari Ram'),(8952,'Gireshwar'),(8953,'Giri'),(8954,'Giri Bai'),(8955,'Giri Raj'),(8956,'Giridhar'),(8957,'Girij'),(8958,'Girij Kumar'),(8959,'Girija'),(8960,'Girija Bai'),(8961,'Girija Shankar'),(8962,'Girijavati'),(8963,'Giriniya bai'),(8964,'Girish'),(8965,'Girish Kumar'),(8966,'Girishchand'),(8967,'Girivar'),(8968,'Giriya Bai'),(8969,'Girja'),(8970,'Girja Bai'),(8971,'Girja Bia'),(8972,'Girja Devi'),(8973,'Girja Prasad'),(8974,'Girja Shankar'),(8975,'Girjan bai'),(8976,'Girjaniya Bai'),(8977,'Girjiya'),(8978,'Girniya Bai'),(8979,'Girvar'),(8980,'Girvar Bai'),(8981,'Girvar Singh'),(33714,'Girwani'),(8982,'Girwar'),(8983,'Girwar singh'),(8984,'Gita'),(8985,'Gita Bai'),(8986,'Gita Prasad'),(8987,'Gita Ram'),(8988,'Gitabai'),(8989,'Gitadevi'),(8990,'Gitanjali'),(8991,'Gitansh'),(8992,'Gitendra Kumar'),(8993,'Gitesh'),(8994,'Giteshwar'),(8995,'Giteshwari'),(8996,'Gitika'),(8997,'Gitu'),(8998,'Gjgjgjg'),(8999,'Gleriya'),(33715,'Gnadhrav'),(33716,'Gndharv'),(33717,'go'),(33718,'Goad'),(33719,'Goal'),(33720,'Goan'),(33721,'Goand'),(9000,'Gobai Ram'),(9001,'Gobhi Ram'),(9002,'Gobind'),(9003,'Gobrautin'),(33722,'Gobripat'),(33723,'God'),(9004,'Godali'),(33724,'Godane'),(9005,'Godavari'),(9006,'Godavari Bai'),(9007,'Godavari Devi'),(9008,'Godavri'),(9009,'Godavri Bai'),(9010,'Godawari'),(9011,'Godawari Bai'),(9012,'godhan'),(9013,'Godhan Bai'),(9014,'Godhan lal'),(9015,'Godi Ram'),(9016,'Godin Bai'),(9017,'Godiya bai'),(33725,'Godn'),(9018,'godu lal'),(33726,'Goel'),(9019,'Gofe'),(9020,'Gofe Lal'),(9021,'Goga'),(9022,'Gogal'),(9023,'Gohdul'),(9024,'Gohilla'),(9025,'Gohira'),(9026,'Gohru Lal'),(9027,'Goind Kumar'),(9028,'Gojje Singh'),(9029,'Gokal'),(9030,'Gokaran'),(9031,'Gokdin'),(9032,'Gokul'),(9033,'Gokul Bai'),(9034,'Gokul Das'),(9035,'Gokul Kumar'),(9036,'Gokul Prasad'),(9037,'Gokul Ram'),(9038,'Gokul Singh'),(9039,'Gokula'),(9040,'Gol'),(9041,'Gol Say'),(9042,'Gola'),(9043,'Gola Bai'),(9044,'Gola Prasad'),(9045,'Gola Ram'),(9046,'Gola Singh'),(9047,'Golabati'),(9048,'Goladar'),(9049,'Golaindi Bai'),(9050,'Golbati'),(9051,'Golbo Bai'),(9052,'Golchand'),(33727,'Gold'),(9053,'Goldari'),(9054,'Goldi'),(9055,'Goldri bai'),(33728,'Gole'),(9056,'Gole Prasad'),(9057,'Goli'),(33729,'Golnd'),(9058,'Golsay'),(9059,'Golu'),(9060,'Golu Bai'),(9061,'Golu Prasad'),(9062,'Golu Ram'),(9063,'Golu Singh'),(9064,'Goluram'),(9065,'Goma Bai'),(9066,'Gomahi'),(9067,'Gomant Singh'),(9068,'Gomastar'),(9069,'Gomati'),(9070,'Gomati Bai'),(9071,'Gomati Kumari'),(9072,'Gomati Prasad'),(9073,'Gomatibai'),(9074,'Gomti'),(9075,'Gomti Bai'),(9076,'Gomtin Bai'),(33730,'Gond'),(33731,'Gond 1'),(33732,'Gond 2'),(9077,'Gond Bai'),(33733,'Gond.'),(33734,'Gond3'),(9078,'Gonda'),(9079,'Gonda Bai'),(9080,'Gondabai'),(33735,'Gondabel'),(9081,'Gondaiya'),(9082,'Gondal Bai'),(33736,'Gondale'),(9083,'Gondalu'),(9084,'Gondarani'),(33737,'Gondbel'),(9085,'Gondi Bai'),(9086,'Gondiya'),(9087,'Gondiya Bai'),(9088,'Gondu'),(9089,'gondu singh'),(9090,'Gondul'),(33738,'Gond]'),(33739,'Gond`'),(33740,'Gong'),(33741,'Gons'),(33742,'Gop'),(9091,'Gop Kuwar'),(9092,'Gop Singh'),(9093,'Gopal'),(9094,'Gopal Das'),(9095,'Gopal Kuamr'),(9096,'Gopal Prasad'),(9097,'Gopal Ram'),(9098,'Gopal Sih'),(9099,'Gopal Singh'),(33743,'Gopali'),(9100,'Gopalkrishan'),(9101,'Gopat Singh'),(9102,'Gopati bai'),(9103,'gopchand'),(9104,'Gope'),(9105,'Gope Ram'),(9106,'Gopendra'),(9107,'Gopesh'),(9108,'gopesh kumar'),(9109,'Gopeshvar'),(9110,'Gopeshvari'),(9111,'Gophe Das'),(9112,'Gophe Lal'),(9113,'Gophe Ram'),(9114,'Gophnarayan'),(9115,'Gopi'),(9116,'Gopi Chand'),(9117,'Gopi Kishan'),(9118,'Gopi Krishan'),(9119,'Gopi Kumar'),(9120,'Gopi Lal'),(9121,'Gopi Ram'),(9122,'Gopichand'),(9123,'Gopikishan'),(9124,'Gopiram'),(9125,'Gor Kuwar'),(9126,'Gor Singh'),(9127,'Gora Bai'),(9128,'Gora Singh'),(33744,'Goraha'),(9129,'Goraiya'),(9130,'Gorakh'),(9131,'Gorakhnath'),(9132,'Goramati'),(9133,'Gorav'),(9134,'Gore'),(9135,'Gore lal'),(9136,'Gore Das'),(9137,'Gore Lal'),(9138,'Gore Singh'),(9139,'Gorelal'),(33745,'Gorha'),(9140,'Gori'),(9141,'Gori Bai'),(9142,'Gori Shankar'),(9143,'Gori Shanker'),(9144,'Gorishanker'),(33746,'Gorle'),(33747,'Gosai'),(33748,'gosami'),(33749,'Gosawami'),(33750,'Gosawmi'),(33751,'Goshvami'),(33752,'Goshwami'),(33753,'Gosvami'),(33754,'Goswami'),(33755,'Goswani'),(9145,'Gota bai'),(9146,'Gotam'),(9147,'Gotam Ram'),(9148,'Gotar'),(9149,'Gotar Bai'),(9150,'Gotarhin'),(9151,'Gotarhin Bai'),(33756,'Gothi'),(9152,'Gotho Bai'),(9153,'Goti'),(9154,'Goti ram'),(9155,'Gotriha'),(9156,'Goukaram'),(33757,'Goule'),(9157,'Gourav'),(9158,'Gourav Kumar'),(33758,'Gourha'),(9159,'Gouri'),(9160,'Gouri Bai'),(9161,'Gouri Prasad'),(9162,'Gouri Shankar'),(9163,'Gouribai'),(9164,'Gourishankar'),(9165,'Goutam'),(9166,'Goutarha'),(9167,'Goutarhin'),(9168,'Goutariha'),(9169,'Goutriha'),(9170,'Govardan'),(9171,'Govardhan'),(9172,'Govardhan Das'),(9173,'Govardhan Prasad'),(9174,'Govedhan'),(9175,'Goverdhan'),(9176,'Govershan'),(9177,'Govin Singh'),(9178,'Govind'),(9179,'Govind Das'),(9180,'Govind Kumar'),(9181,'Govind Prasad'),(9182,'Govind Raj'),(9183,'Govind Ram'),(9184,'Govind Singh'),(33759,'Govind Yadaw'),(9185,'Govinda'),(9186,'Govinda Das'),(9187,'Govinda Devi'),(9188,'Govinda Kumar'),(33760,'Govindani'),(9189,'Govindiya Bai'),(9190,'Govindnarayan'),(9191,'Goving'),(9192,'Gowardhan'),(9193,'Gowardhan Lal'),(9194,'Gowrdhan'),(9195,'goyal'),(9196,'Gr'),(9197,'Gram Sewak'),(9198,'Granth Bai'),(9199,'Granu'),(9200,'Grijesh Kumar'),(9201,'Grish'),(9202,'Grisni'),(9203,'guakaran'),(9204,'Gudan Bai'),(9205,'Gudda'),(9206,'Gudda Ram'),(9207,'Gudda singh'),(9208,'Guddab Bai'),(9209,'Guddi'),(9210,'Guddi Bai'),(9211,'Guddi Bai'),(9212,'Guddu'),(9213,'Guddu Ram'),(9214,'Guddy'),(9215,'Guddy Bai'),(33761,'Gudi'),(9216,'Gudiya'),(9217,'Gudiya Bai'),(9218,'Gudiya das'),(9219,'Gudiya Singh'),(9220,'Guga Bai'),(9221,'Gugali Bai'),(9222,'Guha'),(9223,'Guha Das'),(9224,'Guha Ram'),(9225,'Guhara'),(9226,'Guhara Ram'),(9227,'Guharam'),(9228,'Guhararam'),(9229,'Guharu singh'),(9230,'Guhira'),(9231,'Guhiraram'),(9232,'Guhra Ram'),(9233,'Guhra Singh'),(33762,'Gujar'),(9234,'Gujaratiya'),(9235,'Gujari Bai'),(9236,'Gujartiya'),(9237,'Gujartiya Bai'),(33763,'Gujja'),(9238,'Gujju'),(9239,'Gujrat'),(9240,'Gujrat Bai'),(33764,'Gujrati'),(9241,'Gujratiya'),(9242,'Gujratiya Bai'),(9243,'Gujrtiya'),(9244,'Guju'),(9245,'Gul Badan'),(9246,'Gula Bai'),(9247,'Gulab'),(9248,'gulab singh'),(9249,'Gulab Avai'),(9250,'Gulab Bai'),(9251,'Gulab Bati'),(9252,'Gulab Chand'),(9253,'Gulab Chandra'),(9254,'Gulab Das'),(9255,'Gulab Kali'),(9256,'Gulab Kumar'),(9257,'Gulab Lal'),(9258,'Gulab Prasad'),(9259,'Gulab ram'),(9260,'Gulab Singh'),(9261,'Gulab Vati'),(9262,'Gulaba'),(9263,'Gulaba Bai'),(9264,'Gulaba Bai'),(9265,'Gulaba Bia'),(9266,'Gulaba Giri'),(9267,'Gulabati'),(9268,'Gulabbati'),(9269,'Gulabchand'),(9270,'Gulabdas'),(9271,'Gulabgiri'),(9272,'Gulabi'),(9273,'Gulabi Bai'),(9274,'Gulabiya'),(9275,'Gulabiya Bai'),(9276,'Gulabkali'),(9277,'Gulabsiya'),(9278,'Gulabsiya bai'),(9279,'Gulabvati'),(9280,'Gulaindi'),(9281,'Gulajar'),(9282,'Gulal'),(9283,'Gulala'),(9284,'Gulali'),(9285,'Gulali Bai'),(9286,'Gulam'),(9287,'Gulam Das'),(9288,'Gulam Gaphhar'),(9289,'Gulam Jilani'),(9290,'Gulam Kadir'),(9291,'Gulam Mustak'),(9292,'Gulam Singh'),(9293,'Gulan Bai'),(9294,'Gulapa'),(9295,'Gulapa Bai'),(9296,'Gulapi Bai'),(9297,'Gulashan'),(9298,'Gulashan Kumar'),(9299,'Gulavasiya'),(9300,'gulavati bai'),(9301,'Gulbadiya Bai'),(9302,'Gulbansa'),(9303,'Gulbansa Bai'),(9304,'Gulbari'),(9305,'Gulbasa'),(9306,'Gulbasiy Bai'),(9307,'Gulbasiya'),(9308,'Gulbasiya Bai'),(9309,'Gulbatiya Bai'),(9310,'Gulbeer'),(9311,'Gulbi Bai'),(9312,'Gulbi das'),(9313,'Gulbiya'),(9314,'Gulbiya Bai'),(9315,'Guldari'),(9316,'Gulekha'),(9317,'Gulendra Singh'),(9318,'Gulesh'),(9319,'Guleshvari'),(9320,'Guleshwari'),(9321,'Gulesvari'),(9322,'Guleswar Singh'),(9323,'Gulgeshvari'),(9324,'Gulharan'),(33765,'Gulhare'),(9325,'Guli ram'),(9326,'Gulia'),(9327,'Gulistaba'),(9328,'Guliya Bai'),(9329,'Guljar'),(9330,'Guljar Singh'),(9331,'Guljari'),(9332,'Guljariya Bai'),(9333,'Guljasiya'),(9334,'Guljeet'),(9335,'Gulli Bai'),(9336,'Gullu Bai'),(9337,'Gullu Singh'),(9338,'Gulmat'),(9339,'Gulmat Bai'),(9340,'Gulmatiya Bai'),(9341,'Gulmeshwari'),(9342,'Gulnaj'),(9343,'Gulnar'),(9344,'Gulniya'),(9345,'Gulnur'),(9346,'Gulpat'),(9347,'Gulpat Singh'),(9348,'gulpati'),(9349,'Gulraj'),(9350,'Gulsan Das'),(9351,'Gulshan'),(9352,'Gulshan Bai'),(9353,'Gulshan Bee'),(9354,'Gulshan Begam'),(9355,'Gulshan Kumar'),(9356,'Gulsiya Bai'),(9357,'Gulu Bai'),(9358,'Gulum Bai'),(9359,'Gulvasa Bai'),(9360,'Gulveer Bai'),(9361,'Gulwasiya'),(9362,'Guman'),(9363,'Guman Das'),(9364,'Guman Singh'),(9365,'Gumasta Ram'),(9366,'Gumat'),(9367,'Gumend'),(9368,'Gumendra'),(9369,'Gumeshwar'),(9370,'Guna'),(9371,'Guna Ram'),(9372,'Gunagar'),(9373,'Gunatiya Bai'),(33766,'Gundani'),(9374,'Guneet'),(9375,'Guneshwari'),(9376,'Gungun'),(9377,'Guni'),(9378,'Guni Bai'),(9379,'Guni Ram'),(9380,'Gunit'),(9381,'Gunit Ram'),(9382,'Gunitram'),(9383,'Gunja'),(9384,'Gunja Bai'),(9385,'Gunja Ram'),(9386,'Gunjan'),(9387,'Gunjar'),(9388,'Gunjeshvar'),(9389,'Gunjeshvar Das'),(9390,'Gunjeshwar'),(9391,'Gunjeshwari'),(9392,'Gunjita'),(9393,'Gunmat'),(9394,'Gunni Das'),(9395,'Gunnu'),(9396,'Gunnu Bai'),(9397,'Gunta'),(33767,'Guorav'),(9398,'Guori Bai'),(9399,'Gupta'),(9400,'Gupta Singh'),(33768,'Guptra'),(9401,'Gurba'),(9402,'Gurbari'),(9403,'Gurbari Bai'),(9404,'Gurdan Singh'),(33769,'Gurjar'),(33770,'Gurnani'),(9405,'Guru'),(9406,'guru charan'),(9407,'Guru Das'),(9408,'Guru Dayal'),(9409,'Guru Prasad'),(9410,'Guru Sharan'),(9411,'Gurubari'),(9412,'Gurubarin'),(9413,'Gurubati'),(9414,'Gurucharan'),(9415,'Gurudayal'),(9416,'Guruddin'),(9417,'Gurudin'),(33771,'Gurudwan'),(33772,'Gurujan'),(9418,'Gurum Singh'),(9419,'Gurumukh'),(9420,'Gurupatbai'),(9421,'Gurupriya'),(9422,'Gurusant'),(9423,'Guruvari'),(9424,'Guruvarin'),(9425,'Guruvasiya Bai'),(9426,'Guruwari Bai'),(33773,'Gurvani'),(9427,'Gurvari'),(9428,'Gurvati'),(9429,'Gurvin Das'),(9430,'Gurvindar'),(9431,'Gusiya Bai'),(9432,'Guthali'),(9433,'Gvalin Bai'),(9434,'Gvind Singh'),(9435,'Gwaal'),(9436,'Gwal Ram'),(9437,'Gwalin'),(9438,'Gwalin Bai'),(9439,'Gyan'),(9440,'Gyan Bai'),(9441,'Gyan Chand'),(9442,'Gyan Das'),(9443,'Gyan Dip'),(9444,'Gyan mati'),(9445,'Gyan Shankar'),(9446,'Gyan Sih'),(9447,'Gyan Singh'),(9448,'Gyan vati'),(9449,'Gyana Bai'),(9450,'Gyanbati'),(9451,'Gyanchand'),(9452,'Gyandas'),(9453,'Gyandeep'),(9454,'Gyandevi'),(9455,'Gyanendra'),(9456,'Gyanendra Singh'),(9457,'Gyaneshvar'),(9458,'Gyaneshwar'),(9459,'Gyaneshwari'),(9460,'Gyani'),(9461,'Gyani Das'),(9462,'Gyani Prasad'),(9463,'Gyani Ram'),(9464,'Gyanik'),(9465,'Gyanmati'),(9466,'Gyannendra'),(9467,'Gyano Bai'),(9468,'Gyanti Bai'),(9469,'Gyanvati'),(9470,'gyanvati bai'),(9471,'Gyarasi Bai'),(9472,'Gyarsi Bai'),(9473,'Gyatri'),(9474,'Gyatri Bai'),(9475,'H.'),(9476,'H. L.'),(9477,'H. P.'),(9478,'H;n; Too'),(9479,'Habeeb'),(9480,'Habib'),(9481,'Habib Baks'),(9482,'Habibunnisha'),(9483,'Habid Husain'),(9484,'Habil'),(9485,'Hadwa'),(9486,'Hafij Mo.'),(9487,'Hagara'),(9488,'Hagaru'),(9489,'Hagaru Ram'),(9490,'Hagaruram'),(9491,'Hageshwar'),(33774,'Hai'),(9492,'Haibron'),(33775,'Haidar'),(9493,'Haidar Ali'),(9494,'Hair'),(9495,'Hair Kumar'),(9496,'Hair Lal'),(9497,'Hair Ram'),(9498,'Hairaunda Bai'),(33776,'Hairjan'),(9499,'Hajami'),(9500,'Hajani Bai'),(9501,'Hajara'),(9502,'Hajara Bee'),(9503,'Hajara bee'),(9504,'Hajarat'),(9505,'Hajari'),(9506,'Hajari Lal'),(9507,'Hajari Prasad'),(9508,'Hajari Ram'),(9509,'Hajari Singh'),(9510,'Hajaru'),(9511,'Haji Usman'),(33777,'Hajiiliyas'),(9512,'Hajiya Bee'),(9513,'Hajiya Begam'),(9514,'Hajju Singh'),(9515,'Hajrat'),(33778,'Hak'),(9516,'Hakali Bai'),(9517,'Hakika'),(33779,'Hakim'),(9518,'Hakim Ali'),(9519,'Hakkul'),(9520,'Hal Kashthi'),(9521,'Haladhar'),(9522,'Halalkhor'),(33780,'Halba'),(33781,'Halbi'),(33782,'Haldar'),(9523,'Haldhar'),(33783,'Halim'),(9524,'Halima'),(9525,'Halima bagam'),(9526,'Halima Bano'),(9527,'Halkashti'),(9528,'Halki Bai'),(9529,'Halku'),(9530,'Halkudas'),(33784,'Halvai'),(33785,'halvi'),(9531,'Hamantri'),(9532,'Hameeda'),(9533,'Hameeda Begum'),(33786,'Hamel'),(9534,'Hamend'),(9535,'Hamendra'),(9536,'Hameshari'),(9537,'hameshri bai'),(9538,'Hameshrin Bai'),(9539,'Hameshvari'),(9540,'Hameshwari'),(9541,'Hameshwari Bai'),(9542,'Hamid'),(9543,'Hamida'),(9544,'Hamida Bano'),(9545,'Hamida Begam'),(9546,'Hamidul'),(9547,'Hamlata'),(9548,'Hamraj'),(9549,'Hanas Lal'),(9550,'Hanchram'),(9551,'Hani'),(9552,'Hanif'),(9553,'Hanifa'),(9554,'Haniph'),(9555,'Hanipha'),(9556,'Hannu Singh'),(9557,'Hans'),(9558,'Hans Bai'),(9559,'Hans Kumari'),(9560,'Hans Lal'),(9561,'Hans Raj'),(9562,'Hans Ram'),(9563,'Hansa'),(9564,'hansa bai'),(9565,'Hansa Ram'),(33787,'Hansh'),(9566,'Hanshi Bai'),(9567,'Hanshika'),(9568,'Hanshu singh'),(9569,'Hansi'),(9570,'Hansi Bai'),(9571,'Hanskali'),(9572,'Hansraj'),(9573,'Hansu'),(33788,'Hanthile'),(9574,'Hanuman'),(9575,'Hanuman Prasad'),(9576,'Hanuman Singh'),(9577,'Hanumanma'),(9578,'Hanumant Prasad'),(9579,'hanumat kumar'),(9580,'Hanumat Rav'),(9581,'Hanumat singh'),(9582,'Hanumati'),(9583,'Hanumatvati'),(9584,'Hany'),(9585,'Haphi Jun'),(9586,'Haphij'),(9587,'Haphija'),(9588,'Haphisan Begam'),(9589,'Har'),(9590,'Har Bai'),(9591,'Har Bans'),(9592,'Har Dayal'),(9593,'Har Dev'),(9594,'Har Govind'),(9595,'Har Kaur'),(9596,'Har Kumari'),(9597,'Har Kunvar'),(9598,'Har Kuwar'),(9599,'Har Lal'),(9600,'Har Nam'),(9601,'Har Narayan'),(9602,'Har Prakash'),(9603,'Har Prasad'),(9604,'Har Prased'),(9605,'Har Ram'),(9606,'Har Singh'),(9607,'Hara'),(9608,'Hara Bai'),(9609,'Hara Bia'),(9610,'Harabai'),(9611,'Haradhan'),(9612,'Harak Lal'),(9613,'Haran'),(9614,'Haran Bai'),(9615,'Harapsiya Bai'),(9616,'Harashuram'),(9617,'Harat Lal'),(9618,'Harbai'),(9619,'Harbandh'),(9620,'Harbansh'),(9621,'Harbati'),(9622,'Harbhajan'),(9623,'Harbhajan Singh'),(9624,'Harchand'),(9625,'Harcharan Das'),(9626,'Harda'),(9627,'Hardaman Singh'),(9628,'Hardas'),(9629,'Hardayal'),(9630,'Hardeep'),(9631,'Hardeep Kumar'),(9632,'Hardev'),(9633,'hardev lal'),(9634,'Hardev Prasad'),(9635,'Hardeva'),(9636,'Hardhar'),(9637,'Hardil'),(9638,'Hardip'),(9639,'Hardip Kumar'),(9640,'Hare'),(9641,'Hare Ram'),(9642,'Hareeshwar'),(9643,'Hareli Bai'),(9644,'Hareliya'),(9645,'Hareliya Bai'),(9646,'Harendra'),(9647,'Harendra Kumar'),(9648,'Harendra Prakash'),(9649,'Harendra Pratap'),(9650,'Harendranath'),(9651,'Haresh'),(9652,'haresh bai'),(9653,'hareva bai'),(9654,'Hargovind'),(9655,'Hari'),(9656,'Hari singh'),(9657,'Hari All'),(9658,'Hari Babu'),(9659,'Hari Bahu'),(9660,'Hari Chand'),(9661,'Hari Charan'),(9662,'Hari Das'),(9663,'Hari Dayal'),(9664,'Hari Krishan'),(9665,'Hari Krishna'),(9666,'Hari Kumar'),(9667,'Hari Kumari'),(9668,'Hari Lal'),(9669,'Hari murari'),(9670,'Hari nam singh'),(9671,'Hari Narayan'),(9672,'Hari Om'),(9673,'Hari Phesh'),(9674,'Hari Prakash'),(9675,'Hari Prasad'),(9676,'Hari Prasada'),(9677,'Hari Priya'),(9678,'Hari Ram'),(9679,'Hari Shankar'),(9680,'Hari Shanker'),(9681,'Hari Sharan'),(9682,'Hari Singh'),(9683,'Hari Yaro'),(9684,'Haribati'),(9685,'Haribhajan'),(9686,'Harichand'),(9687,'Harichandra'),(9688,'Haricharan'),(9689,'Haridas'),(9690,'Haridayal'),(9691,'Haridev'),(9692,'Haridin'),(9693,'Haridwar'),(9694,'Harigovind'),(9695,'Harihar'),(9696,'Harihar Prasad'),(9697,'Harihar Singh'),(9698,'Harihar sinhg'),(9699,'Harihrdev'),(9700,'Harijan'),(9701,'Harijun Nisha'),(9702,'Harikishan'),(9703,'harikrishna'),(9704,'Harikunwar'),(9705,'Harilal'),(9706,'Harimati'),(9707,'Harinam'),(9708,'Harinam Singh'),(9709,'Harinand'),(9710,'Harinandan'),(9711,'Harinarayan'),(9712,'Hariom'),(9713,'Hariprasad'),(9714,'Haripuri'),(9715,'Hariram'),(9716,'Harisankar'),(9717,'Harish'),(9718,'Harish Chand'),(9719,'Harish Chandra'),(9720,'Harish Das'),(9721,'Harish Kumar'),(9722,'harish singh'),(9723,'Harishachand'),(9724,'Harishachandra'),(9725,'Harishankar'),(9726,'Harishanker'),(9727,'Harisharan'),(9728,'Harishchand'),(9729,'Harishchandra'),(9730,'Harishkumar'),(33789,'Harishsingh'),(9731,'Harishyam'),(9732,'Harisingh'),(9733,'Harist Kumar'),(9734,'Harit Lal'),(9735,'Harita'),(9736,'Harita Bai'),(9737,'Harivansh'),(9738,'Harivansh Prasad'),(33790,'Hariyani'),(9739,'Hariyar'),(9740,'Hariyar Prasad'),(9741,'Hariyari'),(9742,'Hariyaro Bai'),(9743,'Harjeet'),(9744,'Harjeet Singh'),(9745,'Harjhaniya Bai'),(9746,'Harjhatiya'),(9747,'Harjhatiya Bai'),(33791,'Harjpal'),(9748,'Harkeshwar'),(9749,'Harkumar'),(9750,'Harkumari'),(9751,'Harkunvar'),(9752,'Harkunwar'),(9753,'Harkunwar Bai'),(9754,'Harkuwar'),(9755,'Harkuwer'),(9756,'Harlal'),(9757,'Harlata'),(9758,'Harmani'),(9759,'Harmani Bai'),(9760,'Harmat'),(9761,'Harmat Bai'),(9762,'Harmati'),(9763,'Harmit Kaur'),(9764,'Harnam'),(9765,'Harnam Singh'),(9766,'Harnarayan'),(9767,'Harottha'),(9768,'Harpal'),(9769,'Harpal singh'),(9770,'Harprakash'),(9771,'Harprasad'),(9772,'Harprased'),(9773,'Harsh'),(9774,'Harsh Datt'),(9775,'Harsh Kumar'),(9776,'Harsh Lal'),(9777,'Harsha'),(9778,'Harshika'),(9779,'Harshit'),(9780,'Harshit Kumar'),(9781,'Harshita'),(9782,'Harshlata'),(9783,'Harshvardhan'),(9784,'Harsi'),(9785,'Harsid kumar'),(9786,'Harsita'),(9787,'Harth'),(9788,'Hartika'),(9789,'Harun'),(9790,'Harun Ali'),(9791,'Harva Bai'),(9792,'Harvan Singh'),(9793,'Harvansh'),(9794,'Harvansh Das'),(9795,'Harvansh Kumar'),(9796,'Harvansh Singh'),(9797,'Harvant'),(9798,'Harvati'),(9799,'Harvind Kumar'),(9800,'Harwati'),(9801,'Hasan'),(9802,'Hasan Bai'),(9803,'Hasan Khan'),(9804,'Hasan Kumar'),(9805,'Hasan kunver'),(33792,'Hasant'),(9806,'Haseena'),(9807,'Hashina'),(9808,'Hasi Bai'),(9809,'Hasim'),(9810,'Hasin'),(9811,'Hasina'),(9812,'Hasina Bai'),(9813,'Hasina Be'),(9814,'Hasina Begam'),(9815,'Hasirun Nisha'),(9816,'Haski'),(9817,'Hasmukh'),(9818,'Hasnain'),(9819,'Hasrath'),(9820,'Hatharin Bai'),(33793,'Hathgili'),(9821,'Hathrin'),(9822,'Hathrin Bai'),(9823,'Hathu Ram'),(9824,'Hatoi Lal'),(9825,'Hatte singh'),(9826,'Haura Ram'),(33794,'Havari'),(9827,'haveli ram'),(9828,'Hawai'),(33795,'Hedar'),(9829,'Heeara Bai'),(9830,'heema bai'),(9831,'Heen Kuwar'),(9832,'Heena'),(9833,'Heena Bai'),(9834,'Heena Begam'),(9835,'Heer'),(9836,'Heer Kuwar'),(9837,'Heera'),(9838,'Heera bai'),(9839,'Heera Bai'),(9840,'Heera Das'),(9841,'Heera Devi'),(9842,'Heera Kali'),(9843,'Heera Kumari'),(9844,'Heera Lal'),(9845,'Heera Mani'),(9846,'Heera Mati'),(9847,'Heera Ram'),(9848,'Heera Singh'),(9849,'Heera vati'),(9850,'Heerabai'),(9851,'Heerabati'),(9852,'Heerabati Bai'),(9853,'Heerachand'),(9854,'Heeradas'),(9855,'Heerakali'),(9856,'Heerakant'),(9857,'Heerala'),(9858,'Heeralal'),(9859,'Heeram'),(9860,'Heeraman'),(9861,'Heeramani'),(9862,'Heeramani Singh'),(9863,'Heeramati'),(9864,'Heeramni'),(9865,'Heerana'),(9866,'heeranbati'),(9867,'Heerasay'),(9868,'Heerau Ram'),(9869,'Heeraval'),(9870,'Heeravan'),(9871,'Heeravani'),(9872,'Heeravat Singh'),(9873,'Heeravati'),(9874,'Heerawan'),(9875,'Heerawati'),(9876,'Heerman Bai'),(9877,'Heermani'),(9878,'Heermat'),(9879,'Heermat Bai'),(9880,'Heermatiya Bai'),(9881,'Heero Bai'),(9882,'Heerpal Singh'),(33796,'Heidhamp'),(9883,'Hem'),(9884,'Hem kumari'),(9885,'Hem Bai'),(9886,'Hem Bati'),(9887,'Hem Chand'),(9888,'Hem Chandra'),(9889,'Hem Das'),(9890,'Hem Kumar'),(9891,'Hem Kumari'),(9892,'Hem Kunwar'),(9893,'Hem Kuwar'),(9894,'Hem Lal'),(9895,'Hem Lata'),(9896,'Hem Nandani'),(9897,'Hem Nath'),(9898,'Hem Prakash'),(9899,'Hem Prasad'),(9900,'Hem Pushpa'),(9901,'Hem Raj'),(9902,'Hem Ram'),(9903,'Hem Singh'),(9904,'Hema'),(9905,'Hema Bai'),(9906,'Hema Kumari'),(9907,'Hema Rani'),(9908,'Hemabai'),(9909,'Hemaki Bai'),(9910,'Hemalata'),(9911,'Hemali Bai'),(9912,'Heman'),(9913,'Heman Bai'),(9914,'Heman Kumar'),(9915,'Hemanshu'),(9916,'Hemant'),(9917,'Hemant Bai'),(9918,'Hemant Devi'),(9919,'Hemant Kumar'),(9920,'Hemant Kumari'),(9921,'Hemant Singh'),(9922,'Hemanti'),(9923,'hemanti bai'),(9924,'Hemantpuri'),(9925,'HEMANTRAJ'),(9926,'Hemat Kumar'),(9927,'Hemat Raj'),(9928,'Hemati'),(9929,'Hemati Bai'),(9930,'Hembati'),(9931,'Hembati Bai'),(9932,'Hemchand'),(9933,'Hemchandra'),(9934,'Hemcharan'),(9935,'Hemchndr'),(9936,'Hemdas'),(9937,'Hemdatta'),(9938,'Hemen'),(9939,'Hemendra'),(9940,'Hemgir'),(9941,'Hemi Bai'),(9942,'Hemin'),(9943,'Hemin Bai'),(9944,'Hemin Bai'),(9945,'Hemiya Bai'),(9946,'Hemkala'),(9947,'Hemkali'),(9948,'Hemkant'),(9949,'Hemkumar'),(9950,'Hemkumari'),(9951,'Hemkumari Bai'),(9952,'Hemkunwar'),(9953,'Hemkuwar'),(9954,'Hemlal'),(9955,'Hemlata'),(9956,'Hemlata Bai'),(9957,'Hemnath'),(9958,'Hemprakash'),(9959,'Hempushpa'),(9960,'Hemra'),(9961,'Hemrai'),(9962,'Hemraj'),(9963,'Hemrav'),(9964,'Hemsay'),(9965,'Hemsha'),(9966,'Hemshila'),(9967,'Hemsingh'),(9968,'Hemti'),(9969,'Hemti Bai'),(9970,'Hemu'),(9971,'Hemu Das'),(9972,'Hemu Singh'),(9973,'Hemukumar'),(9974,'Hemvati'),(9975,'hemvati bai'),(9976,'Hemwati'),(33797,'Hendarsin'),(9977,'Heni'),(9978,'Hera Bai'),(9979,'Heradas'),(9980,'Heralal'),(9981,'Heram'),(9982,'Herau Ram'),(9983,'Herkin Bai'),(9984,'Hermab'),(9985,'Hermat Bai'),(9986,'Herotha'),(9987,'Het'),(9988,'Het Lal'),(9989,'Het Ram'),(9990,'Hetram'),(9991,'Hetuva'),(33798,'Hgd'),(9992,'Hhjffj'),(9993,'Hidayat Mo.'),(9994,'Hifjul'),(9995,'Hijja'),(9996,'Hil Kumari'),(9997,'Hilan singh'),(9998,'Hilar Bai'),(9999,'Hilena'),(10000,'Hilesh Kumar'),(10001,'Hiliya Bai'),(10002,'Hilkunwar'),(10003,'Hilla bai'),(10004,'Hilli'),(10005,'Hilli bai'),(10006,'Hillu Bai'),(10007,'Hilya Bai'),(10008,'Himachal'),(10009,'Himalay'),(33799,'Himale'),(10010,'Himamchal'),(10011,'Himanchal'),(10012,'Himangani'),(10013,'Himani'),(10014,'Himansh Kumar'),(10015,'Himanshi'),(10016,'Himanshu'),(10017,'Himanshu Avdhi'),(10018,'Himanshu Kumar'),(10019,'himansi'),(10020,'Himansu'),(10021,'himashu'),(10022,'Himesh'),(10023,'Himesh Kumar'),(33800,'Himeshwari'),(10024,'Himleshvari'),(10025,'Himmat'),(10026,'Himmat Singh'),(10027,'Himmat singh'),(10028,'Hina'),(10029,'Hincha'),(10030,'Hincha Ram'),(10031,'Hincha Ram'),(10032,'Hinchha'),(10033,'Hinchha Ram'),(10034,'Hind Lal'),(33801,'Hindu'),(10035,'Hindu Singh'),(33802,'Hinduja'),(10036,'Hingal Singh'),(10037,'Hinglaj'),(10038,'Hinglaj giri'),(10039,'Hingmati'),(10040,'Hingulaj'),(10041,'Hingvasini'),(10042,'hinmati'),(10043,'Hinsa Ram'),(10044,'Hinsaram'),(10045,'Hinslaj Devi'),(10046,'hir mati'),(10047,'Hira'),(10048,'Hira Bai'),(10049,'Hira das'),(10050,'Hira Lal'),(10051,'Hira Ram'),(10052,'Hira Shigh'),(10053,'Hira Singh'),(10054,'Hirabai'),(10055,'Hirabati'),(10056,'Hiraiya'),(10057,'Hiraja Bai'),(10058,'Hiraju'),(10059,'Hiralal'),(10060,'Hiramani'),(10061,'Hiramati'),(10062,'Hiramati Bai'),(10063,'Hiramman'),(10064,'Hiramt'),(10065,'Hiran'),(10066,'Hiran Bai'),(10067,'Hiran Singh'),(10068,'Hirana Bai'),(10069,'Hirandi Bai'),(33803,'Hirani'),(10070,'Hiraniya Bai'),(10071,'Hiranmati'),(10072,'Hirant'),(10073,'Hirau'),(10074,'Hirau Ram'),(10075,'Hiraudi'),(10076,'Hiraunda'),(10077,'Hiraunda Bai'),(10078,'Hiraundi'),(10079,'Hiraundi Bai'),(10080,'Hiraundiya'),(10081,'Hiraundiya Bai'),(10082,'Hirauram'),(10083,'Hiravat'),(10084,'Hiravati'),(10085,'Hirawan'),(10086,'Hirday'),(10087,'Hirday Ram'),(10088,'Hirendra'),(10089,'Hirendra Kumar'),(10090,'Hiriya'),(10091,'Hiriya Bai'),(10092,'Hirma Bai'),(10093,'Hirman'),(10094,'Hirmaniya Bai'),(10095,'Hirmat'),(10096,'Hirmat Bai'),(10097,'Hirmat Baii'),(10098,'Hirmati Bai'),(10099,'Hirmatiya'),(10100,'Hirmatiya Bai'),(10101,'Hironda'),(10102,'Hironda Bai'),(10103,'Hirondi'),(10104,'Hirondi Bai'),(10105,'Hirondiya'),(10106,'Hirosani'),(10107,'Hirounda'),(10108,'Hirounda Bai'),(10109,'Hiroundi'),(10110,'Hiroundi Bai'),(10111,'Hiroundiya'),(10112,'Hiroutin'),(10113,'Hirpatiya Bai'),(10114,'Hiru Ram'),(33804,'hirvani'),(10115,'Hitendari'),(10116,'Hitendra'),(10117,'Hitendra Kumar'),(10118,'Hitendri'),(10119,'Hitesh'),(10120,'Hitesh Kumar'),(10121,'Hitesh Singh'),(10122,'Hitesha kumar'),(10123,'Hiteshvari'),(10124,'Hiteshwar'),(10125,'Hiteshwari'),(10126,'Hiteswar Prasad'),(10127,'Hob'),(10128,'Hob Lal'),(10129,'Hobali Ram'),(10130,'Hobhali'),(10131,'Hodalal'),(10132,'Holi'),(10133,'Holi Ram'),(10134,'Holika'),(10135,'holin bai'),(10136,'Holiram'),(10137,'Holiya'),(10138,'Holkar'),(10139,'Holkar Singh'),(10140,'Hom Bai'),(10141,'Hom Lal'),(10142,'Hom Prakash'),(10143,'Homan'),(10144,'Hombati'),(10145,'Home'),(10146,'Homendra'),(10147,'Homesh'),(10148,'Homika'),(10149,'Homvati'),(10150,'Honey'),(10151,'Hoob Lal'),(10152,'Hori'),(10153,'Hori Lal'),(10154,'Hori Ram'),(10155,'Horil'),(10156,'Horil Bai'),(10157,'Horil Lal'),(10158,'Horil Singh'),(10159,'Horilal'),(10160,'Hos Ram'),(10161,'Hoshiyar'),(10162,'Hoshiyar Singh'),(10163,'hoshyar'),(33805,'Hoswani'),(10164,'Hottam Singh'),(10165,'Hous'),(10166,'Hraraau Ram'),(10167,'Hricha'),(10168,'Hridah singh'),(10169,'Hriday'),(10170,'Hriday Bai'),(10171,'Hriday Lal'),(10172,'Hriday Prasad'),(10173,'Hriday Ram'),(10174,'Hridaynarayan'),(10175,'hridaysay'),(10176,'Hrinandan kumar'),(33806,'Hsfh'),(10177,'Hub Lal'),(10178,'Hubal'),(10179,'hubchand'),(10180,'Hug Lal'),(10181,'Hukeshwari'),(10182,'Hukmin'),(10183,'Hukum Das'),(10184,'Hukum Singh'),(10185,'Hukumchand'),(10186,'Hulan'),(10187,'Hulas'),(10188,'Hulas Das'),(10189,'Hulas Ram'),(10190,'hulasa bai'),(10191,'Hulash'),(10192,'Hulashi'),(10193,'Hulasi'),(10194,'Hulasi Bai'),(10195,'Hulasram'),(10196,'Hulesh Kumar'),(10197,'Huleshvar Singh'),(10198,'Huleshwar'),(10199,'Hulkaran'),(10200,'Hulsa Bai'),(10201,'Hulshi'),(10202,'Hulsi Bai'),(10203,'Human'),(10204,'Human Bai'),(10205,'Human Singh'),(10206,'Humbati'),(10207,'Humeshwar'),(10208,'Hunny'),(10209,'Hup Signh'),(10210,'Hura'),(10211,'Husain'),(10212,'Husan'),(33807,'Husen'),(10213,'Husen Shekh'),(10214,'Husna'),(10215,'Husnara Dulha'),(33808,'Hussain'),(10216,'I Prabhakar'),(10217,'I R'),(33809,'Ibrahim'),(10218,'Ibrar'),(10219,'Id baal ali'),(10220,'Id Bee'),(10221,'Idan bee'),(33810,'Idaris Khan'),(33811,'Idarish'),(10222,'Idbar'),(10223,'Idbar Ali'),(10224,'Idrapal'),(33812,'Idrish'),(10225,'Idunnisha'),(10226,'Ieet Ram'),(33813,'II'),(10227,'Ijar Nath'),(10228,'Ijhar Khan'),(10229,'Ijhar Mohammamd'),(10230,'Ikaram'),(33814,'Ikbal'),(33815,'Ikka'),(10231,'Ila Bai'),(10232,'Ilan Bai'),(10233,'Ilaram'),(10234,'Ilbyus'),(10235,'Ilisa'),(10236,'Ilisha'),(10237,'Iliyas'),(10238,'Ilyne'),(10239,'Imaal Singh'),(10240,'Imala'),(10241,'Imala Bai'),(10242,'Imam'),(10243,'Imamu'),(10244,'Iman Das'),(10245,'Imanubel'),(10246,'Imil'),(10247,'Imimiyana'),(10248,'Imla'),(10249,'Imla Bai'),(10250,'Imlesh'),(10251,'Imma BAi'),(10252,'Immam'),(10253,'Immam Bee'),(10254,'Imna'),(10255,'Imogen'),(10256,'Imran'),(10257,'Imrani'),(10258,'Incharan'),(10259,'Inchharam'),(10260,'Ind Ram'),(10261,'Inda'),(10262,'Inda Bai'),(10263,'Indaa'),(10264,'Indal'),(10265,'Indal Lal'),(10266,'Indal Prasad'),(10267,'Indal Rai'),(10268,'Indal Ram'),(10269,'Indal Singh'),(10270,'Indalbati'),(10271,'Indaldas'),(10272,'Indan Singh'),(10273,'Indar'),(10274,'Indar Bai'),(10275,'Indar Kunwar'),(10276,'Indar Lal'),(10277,'Indar Singh'),(10278,'Indara'),(10279,'Indara Bai'),(10280,'Indaraa Bai'),(10281,'Indarani'),(10282,'Indarani Bai'),(10283,'Indaraniya Bai'),(10284,'Indaravati'),(10285,'Indarbati'),(10286,'Indari Bai'),(10287,'Indariya bai'),(10288,'Indarman'),(10289,'Indarmati'),(10290,'Indarni'),(10291,'Indarni Bai'),(10292,'Indarniya'),(10293,'Indarniya Bai'),(10294,'Indaro'),(10295,'Indarpal'),(10296,'indarsad'),(10297,'Indarsay'),(10298,'Indarsiya'),(10299,'Indarvati'),(10300,'Indarwati'),(10301,'Indarwati Bai'),(33816,'Indawa'),(10302,'Inde Lal'),(10303,'Inderjeet'),(10304,'Indesh'),(10305,'Indesh Bai'),(10306,'Indesha bai'),(10307,'Indha'),(10308,'Indi Bai'),(10309,'Indira'),(10310,'Indira bai'),(10311,'Indira Bai'),(10312,'Indiravati'),(10313,'Indiya'),(10314,'Indiya Bai'),(10315,'Indla'),(10316,'Indotin'),(10317,'Indr kumar'),(10318,'Indra'),(10319,'Indra bahadur singh'),(10320,'Indra Bai'),(10321,'Indra Bhushan'),(10322,'Indra Devi'),(10323,'Indra Kali'),(10324,'Indra Kumar'),(10325,'Indra Kumari'),(10326,'Indra kunvar'),(10327,'Indra kunver'),(10328,'Indra kuver'),(10329,'Indra Kuwar'),(10330,'Indra Lal'),(10331,'Indra Pal'),(10332,'Indra Raj'),(10333,'Indra Ram'),(10334,'indra sen'),(10335,'Indra Singh'),(10336,'Indrabati'),(10337,'Indrabhan'),(10338,'Indrabhan Singh'),(10339,'Indradev'),(10340,'Indraj'),(10341,'Indraj Bai'),(10342,'Indrajeet'),(10343,'Indrajit'),(10344,'Indrakali'),(10345,'Indrakali Bai'),(10346,'Indrakumar'),(10347,'Indrakumar bai'),(10348,'Indrakumari'),(10349,'Indrakunver'),(10350,'Indrakunwar'),(10351,'Indrakuwar'),(10352,'Indralal'),(10353,'Indram'),(10354,'Indraman'),(10355,'Indramani'),(10356,'Indramanik'),(10357,'Indramati'),(10358,'Indran'),(10359,'Indran Bai'),(10360,'Indrana Bai'),(10361,'Indrani'),(10362,'Indrani Bai'),(10363,'Indraniya Bai'),(10364,'Indrapal'),(10365,'Indrapal Singh'),(10366,'Indrapati'),(10367,'Indraprakash'),(10368,'Indraraj'),(10369,'Indrarniya'),(10370,'indrarwati'),(10371,'Indrasan'),(10372,'Indrasen'),(10373,'Indrasha'),(10374,'Indrasingh'),(10375,'Indrautin'),(10376,'Indrautin Bai'),(10377,'Indravan'),(10378,'Indravati'),(10379,'Indravati Bai'),(10380,'Indravti'),(10381,'Indrawati'),(10382,'Indresh'),(10383,'Indresh Kumar'),(10384,'Indri'),(10385,'Indri bai'),(10386,'Indri Bai'),(10387,'Indrniya'),(10388,'Indrniya Bai'),(10389,'Indroutin Bai'),(10390,'Indru'),(10391,'Indrvati'),(10392,'Indrwati'),(10393,'Indu'),(10394,'Indu Bai'),(10395,'Indu Devi'),(10396,'Indu Raj'),(10397,'Indu Say'),(10398,'Indu Singh'),(10399,'Indubala'),(33817,'Induja'),(33818,'Indukar'),(10400,'Indulata'),(10401,'Indumati'),(10402,'Induvata'),(10403,'Indwar'),(33819,'Ingle'),(10404,'Injal'),(10405,'Injala'),(10406,'Injoriya'),(10407,'Inka Devi'),(10408,'Inroutin'),(10409,'Inshana'),(10410,'Intaram'),(10411,'Intwara Bai'),(33820,'IPD'),(10412,'IPD ward'),(10413,'Iqbal'),(33821,'Iraki'),(33822,'irani'),(10414,'Ireniyus'),(10415,'Irfan'),(10416,'Irmala'),(10417,'Irphan'),(10418,'Isaf'),(33823,'Isai'),(10419,'Isan'),(10420,'Isar'),(10421,'Isartul'),(10422,'Isawari'),(10423,'Ish Kumari'),(10424,'Isha'),(10425,'Isha kumari'),(10426,'Ishaa'),(10427,'Ishaak'),(10428,'Ishaar'),(10429,'Ishab'),(10430,'Ishad'),(33824,'Ishai'),(10431,'Ishak'),(10432,'Ishan'),(10433,'Ishant'),(10434,'ishant kumar'),(10435,'Isharat'),(10436,'Ishavar'),(10437,'Ishavari'),(10438,'Ishavariya'),(10439,'Ishawar'),(33825,'Ishawar Prasad'),(10440,'Ishawar Singh'),(10441,'Ishawari'),(10442,'Ishawari Bai'),(10443,'ishika'),(10444,'Ishrar'),(10445,'Ishtiaq'),(10446,'Ishtiyak'),(10447,'Ishu'),(10448,'Ishu bai'),(10449,'Ishu Kumar'),(10450,'Ishub Kumar'),(10451,'Ishupal'),(10452,'Ishvar'),(10453,'ishvar bai'),(10454,'Ishvar Das'),(10455,'Ishvar Dayal'),(10456,'Ishvar Lal'),(10457,'Ishvar Prasad'),(10458,'Ishvar Singh'),(10459,'Ishvardin'),(10460,'Ishvari'),(10461,'Ishvari Bai'),(10462,'Ishwar'),(10463,'Ishwar Das'),(10464,'Ishwar Din'),(10465,'Ishwar Kiran'),(10466,'Ishwar Kumar'),(10467,'Ishwar Lal'),(10468,'Ishwar pradad'),(10469,'Ishwar Prasad'),(10470,'Ishwar Prased'),(10471,'Ishwar Singh'),(10472,'Ishwarchand'),(10473,'Ishwardeen'),(10474,'Ishwardin'),(10475,'Ishwari'),(10476,'Ishwari Bai'),(10477,'Ishwari Devi'),(10478,'Ishwari Lal'),(10479,'Ishwari Pal'),(10480,'Ishwari Singh'),(10481,'Ishwariy'),(10482,'Ishwariya'),(10483,'Ishwarpuri'),(10484,'Ishwarya'),(10485,'Islam'),(10486,'Islam Bee'),(10487,'Ismail'),(33826,'Ismyle'),(10488,'Israt Bano'),(10489,'Israyal'),(33827,'Issue'),(10490,'Isteela Bai'),(33828,'Istiyak'),(10491,'Istuti'),(10492,'Istwara'),(10493,'Isvar'),(10494,'Iswar'),(10495,'Iswar Prasad'),(10496,'Iswari'),(10497,'Iswari Bai'),(10498,'Iswari Prasad'),(10499,'Ita Bai'),(10500,'Itaru'),(10501,'Itavara'),(10502,'Itavara Bai'),(10503,'Itavara Singh'),(10504,'Itavari'),(10505,'Itavari R'),(10506,'Itavariram'),(10507,'Itavariya'),(10508,'Itawar'),(10509,'Itawara'),(10510,'Itawara Bai'),(10511,'Itawara Singh'),(10512,'Itawari'),(10513,'Itawariya'),(10514,'Itbara Bai'),(10515,'Itesh'),(10516,'Itharu'),(10517,'Itla Bai'),(33829,'Itpurani'),(10518,'Itravati'),(10519,'Itvar Prasad'),(10520,'Itvara'),(10521,'Itvara Bai'),(10522,'Itvara Bai'),(10523,'Itvari'),(10524,'Itvari bai'),(10525,'itvari lal'),(10526,'Itvariya Bai'),(10527,'Itvaru Ram'),(10528,'itvarya bai'),(10529,'Itwar'),(10530,'Itwar Das'),(10531,'Itwar ram'),(10532,'Itwar Say'),(10533,'Itwar Singh'),(10534,'Itwara'),(10535,'Itwara Bai'),(10536,'Itwara Singh'),(10537,'Itwari'),(10538,'Itwari Bai'),(10539,'Itwari Das'),(10540,'Itwari Kumari'),(10541,'Itwari Lal'),(10542,'Itwari Ram'),(10543,'Itwari Singh'),(10544,'Itwarin'),(10545,'Itwarin Bai'),(10546,'Itwariya'),(10547,'Itwariya Bai'),(10548,'Itwaru'),(10549,'Iyasi Singh'),(10550,'J'),(10551,'J.'),(10552,'J.a.aswani'),(10553,'J.innaciammal'),(10554,'J.l.'),(10555,'J.p.'),(10556,'J.v'),(33830,'Ja'),(10557,'Jaahida begam'),(10558,'Jaahir'),(10559,'Jaam'),(10560,'jaam bai'),(10561,'Jaamun'),(10562,'Jaamwati'),(10563,'Jaan'),(10564,'jaan bai'),(10565,'Jaan Kunwar'),(10566,'jaan singh'),(10567,'jaanam bai'),(10568,'Jaankunwar'),(10569,'Jaannath'),(10570,'Jabar'),(10571,'Jabbar'),(10572,'Jabir'),(10573,'Jabonisha'),(10574,'Jacinta'),(10575,'Jadaw Ray'),(10576,'Jaddu'),(10577,'Jaddu Lal'),(10578,'Jaddu Ram'),(10579,'Jadgish'),(33831,'Jadhav'),(33832,'Jadhaw'),(33833,'Jadiya'),(10580,'Jado Ram'),(10581,'Jadu Ram'),(10582,'Jadulal'),(33834,'Jafar'),(10583,'Jag'),(10584,'Jag Bahadur Singh'),(10585,'Jag bai'),(10586,'Jag Dev'),(10587,'Jag Jeewan'),(10588,'Jag Lal'),(10589,'Jag Mohan'),(10590,'Jag Nandan'),(10591,'Jag Narayan'),(10592,'Jag Pal'),(10593,'Jag Prasad'),(10594,'Jag Ram'),(10595,'Jag Say'),(10596,'Jag singh'),(10597,'Jaga'),(33835,'Jagade'),(10598,'Jagadish'),(10599,'Jagadishwar'),(10600,'Jagaiya Bai'),(10601,'Jagaju'),(10602,'Jagamat'),(10603,'Jagan'),(10604,'Jagan Bai'),(10605,'Jagan Ram'),(10606,'Jagan Singh'),(10607,'Jaganath'),(10608,'Jaganath Prasad'),(10609,'Jagandi Bai'),(10610,'Jagannath'),(10611,'Jagannath Prasad'),(10612,'Jagannath Singh'),(10613,'Jagannathi'),(10614,'Jagano Bai'),(10615,'Jaganpuri'),(10616,'Jaganram'),(10617,'Jagantu'),(10618,'Jaganu'),(10619,'Jaganu Ram'),(10620,'Jagar'),(10621,'Jagar Bai'),(10622,'Jagar Lal'),(10623,'Jagar Sai'),(10624,'Jagar Singh'),(10625,'Jagara bai'),(10626,'Jagaram'),(10627,'Jagarani'),(10628,'Jagarbati'),(10629,'Jagari'),(10630,'Jagari Bai'),(10631,'Jagarmati'),(10632,'Jagarnath'),(10633,'Jagaro bai'),(10634,'Jagat'),(10635,'Jagat Khunte'),(10636,'Jagat Lal'),(10637,'Jagat Narayan'),(10638,'Jagat Prasad'),(10639,'Jagat Ram'),(10640,'Jagat Singh'),(10641,'Jagatdas'),(10642,'Jagatdhari'),(10643,'Jagati Ram'),(10644,'Jagatkunwar'),(10645,'Jagatkuwar'),(10646,'Jagatpal'),(10647,'Jagatpratap'),(10648,'Jagatram'),(10649,'Jagatu'),(10650,'Jagatu Ram'),(10651,'Jagau Ram'),(10652,'Jagauta'),(10653,'Jagauti'),(10654,'jagauti bai'),(10655,'Jagautin'),(10656,'Jagautin Bai'),(10657,'Jagautiya Bai'),(10658,'Jagbahadur'),(10659,'Jagbandhan'),(10660,'Jagbandhu'),(10661,'Jagbantiya Bai'),(10662,'Jagbati Bai'),(10663,'Jagbhan'),(10664,'Jagdamba'),(10665,'Jagdamba Singh'),(10666,'Jagdambey Nath'),(33836,'JAGDE'),(10667,'Jagdeesh'),(10668,'Jagdeesh Prased'),(10669,'Jagdeshrin Bai'),(10670,'Jagdeshwari'),(10671,'Jagdev'),(10672,'Jagdev kumar'),(10673,'Jagdev Puri'),(10674,'Jagdev Singh'),(10675,'Jagdhari'),(10676,'Jagdhu'),(10677,'jagdina singh'),(10678,'Jagdir'),(10679,'Jagdish'),(10680,'Jagdish Kumar'),(10681,'Jagdish Prasad'),(10682,'Jagdish Singh'),(10683,'Jagdishiya Bai'),(10684,'Jagdishwar'),(10685,'Jagdishya Bai'),(10686,'Jagdmba'),(10687,'Jage Lal'),(10688,'Jage Ram'),(10689,'Jageen'),(10690,'Jagela'),(10691,'Jagendra'),(10692,'Jagendra Kumar'),(10693,'Jagendra Prasad'),(10694,'Jageram'),(10695,'Jagesar'),(10696,'Jagesawar'),(10697,'Jagesh Kumar'),(10698,'Jageshar'),(10699,'Jageshari'),(10700,'Jageshawar'),(10701,'Jageshri Bai'),(10702,'Jageshvar'),(10703,'Jageshvar Prasad'),(10704,'Jageshvar Singh'),(10705,'Jageshvari'),(10706,'Jageshvari Bai'),(10707,'Jageshwar'),(10708,'Jageshwar Das'),(10709,'Jageshwar Kumar'),(10710,'Jageshwar Lal'),(10711,'Jageshwar Singh'),(10712,'Jageshwari'),(10713,'Jageshwari Bai'),(10714,'Jageshwri'),(10715,'Jagesvar'),(10716,'Jageswar'),(10717,'Jageswar Singh'),(10718,'Jagetri'),(10719,'Jagganath'),(10720,'Jaggu'),(10721,'Jaggu Ram'),(10722,'Jagguram'),(33837,'Jaghav'),(33838,'Jaghyashi'),(10723,'Jagin'),(10724,'Jagin Bai'),(10725,'Jagir'),(10726,'Jagish'),(10727,'Jagitri Bai'),(10728,'Jagiya'),(10729,'Jagiya Bai'),(10730,'Jagjeewan'),(10731,'Jagjit'),(10732,'Jagjit Singh'),(10733,'Jagjivan'),(10734,'Jaglal'),(10735,'Jagmani'),(10736,'Jagmaniya Bai'),(10737,'Jagmat Bai'),(10738,'Jagmati'),(10739,'Jagmati Bai'),(10740,'Jagmatiya Bai'),(10741,'Jagmniya'),(10742,'Jagmohan'),(10743,'Jagmohan Singh'),(10744,'Jagnandan Lal'),(10745,'Jagnarayan'),(10746,'Jagnatgh'),(10747,'Jagnatu Bai'),(10748,'Jagni'),(10749,'Jagnnath'),(10750,'Jagnnath Mati'),(10751,'Jagnnath prasad'),(10752,'Jagnuram'),(10753,'Jagoti Bai'),(10754,'Jagotin Bai'),(10755,'Jagotiya'),(10756,'Jagotiya Bai'),(10757,'Jagotra Bai'),(10758,'Jagotri'),(10759,'Jagotri Bai'),(10760,'Jagotrin Bai'),(10761,'Jagottar'),(10762,'Jagoutin'),(10763,'Jagpal'),(10764,'Jagpratap Singh'),(10765,'Jagra Bai'),(10766,'Jagram'),(10767,'Jagrani'),(10768,'Jagrani Bai'),(10769,'Jagrat'),(10770,'Jagriti'),(10771,'Jagroti Bai'),(10772,'Jagrotin'),(10773,'Jagru Ram'),(10774,'Jagsay'),(10775,'Jagsidh'),(10776,'Jagsuwa'),(10777,'Jagtaran'),(10778,'Jagti Bai'),(10779,'Jagtin Bai'),(10780,'Jagtirath Singh'),(10781,'Jagtiya'),(10782,'Jagtu Ram'),(10783,'Jagtu Singh'),(10784,'Jagu Ram'),(10785,'Jagun Bai'),(10786,'Jaguna'),(10787,'Jagutiya Bai'),(10788,'Jagva Ram'),(10789,'Jagvaantin'),(10790,'Jagvantin Bai'),(10791,'Jagvati'),(10792,'Jagvatiya Bai'),(33839,'Jagwani'),(33840,'Jagwasi'),(10793,'Jagwat'),(10794,'Jagwati'),(33841,'Jagyasa'),(10795,'Jahan'),(10796,'Jahan Singh'),(10797,'Jahanvi'),(10798,'Jahar Singh'),(10799,'Jahari'),(10800,'Jahari Bai'),(10801,'JAHARI LAL'),(10802,'Jaharun Nisha'),(10803,'Jaheru Nisha'),(10804,'Jahid'),(10805,'Jahida'),(10806,'Jahida Begam'),(10807,'Jahidun'),(10808,'Jahiman'),(10809,'Jahir'),(10810,'Jahirun'),(10811,'Jahnik'),(10812,'Jahoran'),(10813,'Jahorik'),(10814,'Jahur'),(10815,'Jahur Singh'),(10816,'Jahura'),(10817,'Jahura Bai'),(10818,'Jai'),(10819,'Jai Bai'),(10820,'Jai Balik'),(10821,'Jai Beer Singh'),(10822,'Jai Bhan'),(10823,'Jai Jagdeshwar'),(10824,'Jai Jai'),(10825,'Jai Jai Ram'),(10826,'Jai Kishan'),(10827,'Jai Kumar'),(10828,'Jai Kumari'),(10829,'Jai Lal'),(10830,'Jai Lata'),(10831,'Jai Mati'),(10832,'jai prabha'),(10833,'Jai Prakash'),(10834,'Jai Prasad'),(10835,'Jai Ram'),(10836,'Jai Shri'),(10837,'Jai Sih'),(10838,'Jai Singh'),(10839,'Jaibhagvan'),(10840,'Jaibhan'),(10841,'Jaibun'),(10842,'Jaichand'),(10843,'jaichandra'),(10844,'Jaideep'),(10845,'Jaidev'),(10846,'Jaidevi'),(10847,'Jaigir'),(10848,'Jaiharun Nisha'),(10849,'Jaijairam'),(10850,'Jaijram'),(10851,'jaikar'),(10852,'Jaikaran'),(10853,'Jaiki'),(10854,'Jaikishan'),(10855,'Jaikumar'),(10856,'Jaikumari'),(10857,'Jaikuwar'),(10858,'Jaiky'),(10859,'Jail'),(10860,'Jail bai'),(10861,'Jailalita'),(10862,'jailata'),(10863,'Jailu'),(10864,'Jaimai'),(10865,'Jaimangal'),(10866,'jaimani bai'),(10867,'Jaimanti'),(10868,'Jaimantu Bai'),(10869,'Jaimat Bai'),(10870,'Jaimati'),(10871,'Jaimati Bai'),(10872,'Jaimatin Bai'),(10873,'Jaimatiya'),(10874,'Jaimatiya Bai'),(10875,'jaimu'),(10876,'Jaimun'),(10877,'Jaimun Bai'),(10878,'Jaimun Bee'),(10879,'Jain'),(10880,'Jain Kumar'),(10881,'Jain Ram'),(10882,'Jain Singh'),(10883,'Jaina'),(10884,'Jainab'),(10885,'jainab bee'),(10886,'Jainab Begam'),(10887,'Jainabh Bee'),(10888,'Jainabh Begam'),(10889,'Jainarayan'),(10890,'Jainath'),(10891,'Jainendra'),(33842,'Jainswal'),(10892,'Jainul'),(10893,'Jainul Rajak'),(10894,'Jainvati'),(10895,'Jaipaal'),(10896,'Jaipal'),(10897,'Jaipal Singh'),(10898,'Jaipat'),(10899,'Jaipattar'),(10900,'Jaiphool'),(10901,'Jaiprakash'),(10902,'Jaiprakash Singh'),(10903,'Jaipraksh'),(10904,'Jaiprasad'),(10905,'Jairam'),(10906,'Jairam Singh'),(33843,'Jaisa'),(10907,'Jaisam'),(10908,'Jaisan'),(33844,'Jaisaval'),(33845,'Jaisavani'),(33846,'Jaisavwal'),(33847,'Jaisaw'),(33848,'Jaisawa'),(33849,'Jaisawal'),(33850,'Jaishawal'),(10909,'Jaishree'),(10910,'Jaishri'),(33851,'Jaishwal'),(10911,'Jaisingh'),(10912,'Jaisun'),(10913,'Jaisurya'),(33852,'Jaisval'),(10914,'Jaiswal'),(10915,'Jaiswal Singh'),(10916,'Jait'),(10917,'Jait Lal'),(10918,'Jait Ram'),(10919,'Jaitiram'),(10920,'Jaitkunwar'),(10921,'Jaitram'),(10922,'Jaitun'),(10923,'Jaivant'),(33853,'jaiwal'),(10924,'Jaiwant'),(10925,'Jaiya'),(33854,'Jaiyshaval'),(33855,'jajodia'),(10926,'Jajraj'),(10927,'Jakalu Ram'),(10928,'Jakharam'),(10929,'Jakhariya'),(10930,'Jaki Bai'),(10931,'Jakir'),(10932,'Jakshan Bai'),(10933,'Jakti'),(10934,'Jaktin Bai'),(10935,'Jal'),(10936,'Jal bai'),(10937,'Jal Bai'),(10938,'Jal Bharat'),(10939,'Jal Kumari'),(10940,'Jal Kunwar'),(10941,'Jal kuver'),(10942,'Jal Kuwar'),(10943,'Jal Sagar Bai'),(10944,'Jal Singh'),(10945,'Jal Vati'),(10946,'Jala'),(10947,'Jala Bai'),(10948,'Jala Ram'),(10949,'Jalaludin'),(10950,'Jalaram'),(10951,'Jalas'),(10952,'Jalash Ram'),(10953,'Jalaso'),(10954,'Jalata'),(10955,'Jalbai'),(10956,'Jalbati'),(10957,'Jalbharat'),(10958,'Jalbu Bai'),(10959,'Jaleb Bai'),(10960,'Jaleba'),(10961,'Jalebi Bai'),(10962,'Jalebiya'),(10963,'Jalebiya Bai'),(10964,'Jalendra'),(10965,'Jalesh'),(10966,'Jalesh Kumar'),(10967,'Jalesh Prasad'),(10968,'Jalesh Ram'),(10969,'Jalesh Singh'),(10970,'Jaleshari'),(10971,'Jaleshawari Devi'),(10972,'Jaleshiya'),(10973,'Jaleshvar'),(10974,'Jaleshvari'),(10975,'Jaleshvari Bai'),(10976,'Jaleshwar'),(10977,'Jaleshwar Kumar'),(10978,'Jaleshwar Prasad'),(10979,'Jaleshwari'),(10980,'Jaleshwari Bai'),(10981,'Jalesiya Bai'),(10982,'Jalesri'),(10983,'Jaleswar'),(10984,'Jalhar'),(10985,'Jalharan'),(10986,'Jali Ram'),(10987,'Jalil'),(10988,'Jalil Mo.'),(10989,'Jalima'),(10990,'Jalini'),(10991,'Jalkeshari'),(10992,'Jalkumari'),(10993,'Jalkunwar'),(10994,'Jalkuvar'),(10995,'Jalkuwar'),(10996,'Jallo Bee'),(10997,'Jallu'),(10998,'Jalmat Bai'),(10999,'Jalni Bai'),(11000,'Jalsay'),(11001,'Jalsi Bai'),(11002,'Jalsu Ram'),(33856,'Jaltare'),(11003,'Jalvantin'),(11004,'Jalvati'),(11005,'Jalvati Bai'),(11006,'Jalwant'),(11007,'Jalwanti'),(11008,'Jalwantin'),(11009,'Jalwati'),(11010,'Jam'),(11011,'Jam Bai'),(11012,'Jam Kumari'),(11013,'Jama'),(11014,'Jama Bai'),(11015,'Jamadar'),(11016,'Jamadevi'),(11017,'Jamal Beg'),(11018,'Jamaluddin'),(11019,'Jaman Bai'),(11020,'Jamantar Bai'),(11021,'Jamanti'),(11022,'Jamanti Bai'),(11023,'Jamantri'),(11024,'Jamantri Bai'),(11025,'Jamantrin'),(11026,'Jamarud'),(11027,'Jamatri'),(11028,'Jamatrin Bai'),(11029,'Jamautri'),(11030,'Jamautri Bai'),(11031,'Jamba'),(11032,'Jambai'),(11033,'Jambati'),(11034,'Jambati Bai'),(11035,'Jambotri'),(11036,'Jameela'),(11037,'Jameela Bai'),(11038,'Jameena'),(11039,'Jamela Bai'),(11040,'Jamhu'),(11041,'Jamil'),(11042,'Jamil Beg'),(11043,'Jamila'),(11044,'Jamila Bai'),(11045,'Jamila begam'),(11046,'Jamila Begum'),(11047,'Jamima Bai'),(11048,'Jamin'),(11049,'Jamin Das'),(11050,'Jamina'),(11051,'Jamintra Bai'),(11052,'Jamir'),(11053,'Jamitra bai'),(11054,'Jamiya Bai'),(11055,'Jamkali'),(11056,'Jamkuwar'),(11057,'Jamle'),(11058,'Jamlesh Bai'),(11059,'Jamlesh Bai'),(11060,'Jamluddin'),(11061,'Jamman Singh'),(11062,'Jammati'),(11063,'Jammi'),(33857,'Jammotri'),(11064,'Jamni'),(11065,'Jamni Bai'),(11066,'Jamntra'),(11067,'Jamntri Bai'),(11068,'Jamntrin Bai'),(11069,'Jamontri Bai'),(11070,'Jamotki bai'),(11071,'Jamotri'),(11072,'Jamotri Bai'),(11073,'Jamotribai'),(11074,'Jamottar'),(11075,'jampatiya bai'),(33858,'Jamre'),(11076,'Jamrun Nisha'),(11077,'Jamsher'),(11078,'Jamu Lal'),(11079,'Jamule'),(33859,'Jamulkar'),(11080,'Jamun'),(11081,'Jamun Bai'),(11082,'Jamuna'),(11083,'Jamuna Bai'),(11084,'Jamuna Baibai'),(11085,'Jamuna Prasad'),(11086,'Jamuna Bai'),(11087,'Jamuna Das'),(11088,'Jamuna Devi'),(11089,'Jamuna Kumari'),(11090,'Jamuna Prasad'),(11091,'Jamuna Prased'),(11092,'Jamuna Shankar'),(11093,'Jamuna Singh'),(11094,'Jamunapuri'),(11095,'Jamuni'),(11096,'Jamuni Bai'),(11097,'Jamuniya'),(11098,'jamuraad bee'),(11099,'Jamvant'),(11100,'Jamvanti'),(11101,'Jamvati'),(11102,'Jamwantarin'),(11103,'Jamyanti'),(11104,'Jamyantri'),(11105,'Jan'),(11106,'Jan Bai'),(11107,'Jan Kali'),(11108,'Jan Kumar'),(11109,'Jan Kunwar'),(11110,'Jan Kuwar'),(11111,'Jan Mohammad'),(11112,'Jan Mohan'),(11113,'Jan Sih'),(11114,'Jan Singh'),(11115,'Jana'),(11116,'Jana Bai'),(11117,'Jana Ram'),(11118,'Janab'),(11119,'Janab B'),(11120,'Janabai'),(11121,'Janadin'),(11122,'Janai Bai'),(11123,'Janak'),(11124,'Janak Bai'),(11125,'Janak bati'),(11126,'Janak Das'),(11127,'Janak Dulari'),(11128,'janak kali'),(11129,'Janak Kumar'),(11130,'Janak Lal'),(11131,'Janak Lali'),(11132,'Janak Lalit'),(11133,'Janak mati'),(11134,'Janak ram'),(11135,'Janak Shree'),(11136,'Janak Singh'),(11137,'Janakdev'),(11138,'Janakdulari'),(11139,'Janaki'),(11140,'Janaki Bai'),(11141,'Janaki Devi'),(11142,'Janakkali'),(11143,'janaklal'),(11144,'Janaklali'),(11145,'Janaklali Bai'),(11146,'Janakram'),(11147,'Janaku'),(11148,'Janam Bai'),(11149,'Janardan'),(11150,'Janatram'),(11151,'Janau'),(11152,'Janau Ram'),(11153,'Janauram'),(11154,'Janavi Bai'),(11155,'Janbai'),(11156,'Janbati'),(11157,'Jane Lal'),(11158,'Jane Singh'),(11159,'Janesh'),(11160,'Janeshwari'),(11161,'Janev Kumari'),(11162,'Janev Singh'),(11163,'Janeva'),(11164,'Janeva Singh'),(11165,'Janevaha'),(11166,'Jang Bahadur'),(11167,'Jang Bai'),(11168,'Jang Singh'),(33860,'Jangade'),(11169,'Jangal'),(11170,'Jangal Parsed'),(11171,'Jangal Singh'),(11172,'Jangali Singh'),(33861,'Jangde'),(33862,'Jangdey'),(11173,'Jangeer'),(11174,'Janggi'),(33863,'Janghade'),(33864,'Janghde'),(33865,'Janghela'),(33866,'Janghrhe'),(11175,'Jangli'),(11176,'Jangoti Bai'),(11177,'Jangotri'),(33867,'Janha'),(11178,'Janharan'),(11179,'Janhavi'),(11180,'Jani'),(11181,'Jani Bai'),(11182,'Jani Kant'),(11183,'Jani Ram'),(11184,'Janik'),(11185,'Janik Ram'),(33868,'Janikar'),(11186,'Janiram'),(11187,'Janiya'),(11188,'Janiya Bai'),(33869,'Janjgad'),(11189,'Jank Lal'),(11190,'Jank Ram'),(11191,'jank singh'),(11192,'Janka Bai'),(11193,'Janka Ram'),(11194,'Jankali'),(11195,'Jankari'),(11196,'Janki'),(11197,'Janki bai'),(11198,'Janki Bai'),(11199,'Janki Bai'),(11200,'janki bain'),(11201,'Janki bnai'),(11202,'Janki Devi'),(11203,'Janki Prasad'),(11204,'Jankibai'),(11205,'Jankram'),(11206,'Janku'),(11207,'Janku singh'),(11208,'Jankunvar'),(11209,'Jankunver'),(11210,'Jankunwar'),(11211,'Jankuwar'),(11212,'Janmashtami Bai'),(11213,'Janmat bai'),(11214,'Janmati'),(11215,'Janmati Bai'),(11216,'Janmautri'),(11217,'Janmejay'),(11218,'janmjai'),(11219,'Janna Prasad'),(11220,'Jannat Begam'),(11221,'Janni Bai'),(11222,'Jannu'),(11223,'Jannu Lal'),(11224,'Jannu prasad'),(11225,'Jano Bai'),(11226,'Janoha'),(11227,'Janohar'),(11228,'Janohar Singh'),(33870,'Janokar'),(11229,'Janpad Singh'),(11230,'Janpat'),(11231,'Jansay'),(11232,'Jansingh'),(11233,'Jant Ram'),(11234,'Janta Bai'),(11235,'Jantar'),(11236,'Jantar Bai'),(11237,'Janti'),(11238,'Janti Bai'),(11239,'Janti Ram'),(11240,'jantin bai'),(11241,'Jantram'),(11242,'Jantri'),(11243,'Jantri bai'),(11244,'Jantri Bai'),(11245,'Jantri Lal'),(11246,'Jantribai'),(11247,'Jantru'),(11248,'Jantu'),(11249,'Jantu Bai'),(11250,'Janu'),(11251,'Janu Bai'),(11252,'Janu Kumar'),(11253,'Janu Ram'),(11254,'Janu Singh'),(11255,'Januk Bai'),(11256,'Januna'),(11257,'Januna Bai'),(11258,'Januram'),(11259,'Janvati'),(11260,'Janvi'),(11261,'Janwati'),(11262,'Japhar'),(11263,'Japhar Ali'),(11264,'Japhran'),(11265,'Jarahi bai'),(11266,'Jareena'),(11267,'Jareena Bee'),(11268,'Jareena Begam'),(11269,'Jarha'),(11270,'Jarhu'),(11271,'Jarhu Ram'),(11272,'Jarhuram'),(11273,'Jari Ram'),(33871,'Jarijan'),(11274,'Jarina'),(11275,'Jarina Begum'),(11276,'Jariya Bai'),(33872,'Jarj'),(11277,'Jarman'),(11278,'Jarman Lal'),(11279,'Jarmila Bai'),(11280,'Jaroma'),(11281,'Jarra'),(11282,'Jarvan singh'),(11283,'Jas'),(11284,'Jas Bai'),(11285,'Jas Pal'),(11286,'Jasali'),(11287,'Jasan Singh'),(11288,'Jash'),(11289,'Jashavant'),(11290,'Jashinta'),(11291,'jashmin'),(11292,'Jashoda'),(11293,'Jashodhan'),(11294,'Jashvant'),(11295,'Jashvant Singh'),(11296,'Jashwant'),(11297,'Jasim'),(11298,'Jasinta'),(33873,'Jasiwal'),(11299,'Jaskaran'),(11300,'Jasma Bai'),(11301,'Jasmani'),(11302,'Jasmin'),(11303,'Jaspal'),(11304,'Jasse Singh'),(11305,'Jasvant'),(11306,'Jasvant Singh'),(33874,'Jaswani'),(11307,'Jaswant'),(33875,'Jat'),(11308,'Jatan'),(11309,'Jatan Bai'),(11310,'Jatan Das'),(33876,'Jatav'),(33877,'Jataw'),(11311,'jatee ram'),(11312,'Jati'),(11313,'Jati Ram'),(11314,'Jatin'),(11315,'Jatin Bai'),(11316,'Jatin Kumar'),(11317,'Jatiram'),(33878,'Jato'),(11318,'Jatra'),(11319,'Jattu'),(11320,'Jattu lal'),(11321,'Jattu Singh'),(11322,'Jatu'),(11323,'Jatun Bee'),(33879,'Jatvar'),(33880,'Jatwar'),(11324,'Jauhari'),(33881,'Jauhri'),(33882,'jauswal'),(11325,'Java Bai'),(11326,'Javahar'),(11327,'Javahar Giri'),(11328,'Javahar Lal'),(11329,'Javahar Singh'),(11330,'Javahir'),(33883,'Javalkar'),(11331,'Javanti Bai'),(11332,'Javantin Bai'),(11333,'Javantri'),(11334,'Javas Kumar'),(11335,'Javed'),(11336,'Javendra'),(11337,'Javenti'),(11338,'Javitri'),(11339,'Javitri Bai'),(11340,'Jawa Bai'),(11341,'Jawahar'),(11342,'Jawahar Lal'),(11343,'JAWAHAR RAM'),(11344,'Jawahar Singh'),(11345,'Jawaharlal'),(11346,'Jawahir'),(11347,'Jawahir singh'),(11348,'Jawala'),(11349,'Jawala Prasad'),(33884,'Jawalakar'),(11350,'Jay'),(11351,'Jay Bai'),(11352,'Jay Chand'),(11353,'Jay Dev'),(11354,'Jay Jay Ram'),(11355,'Jay Jayram'),(11356,'Jay Je'),(11357,'Jay Karan'),(11358,'Jay Kuamr'),(11359,'Jay Kumar'),(11360,'Jay Kumari'),(11361,'Jay Kunwar'),(11362,'Jay Kuwar'),(11363,'Jay Kuwer'),(11364,'Jay Lal'),(11365,'Jay Lal Singh'),(11366,'Jay Mat'),(11367,'Jay Mati'),(11368,'Jay N'),(11369,'Jay Narayan'),(11370,'Jay Pal'),(11371,'Jay Prakash'),(11372,'Jay Prakesh'),(11373,'Jay Prasad'),(11374,'Jay Prased'),(11375,'Jay Ram'),(11376,'Jay ram singh'),(11377,'Jay San'),(11378,'Jay shankar'),(11379,'Jay Shree'),(11380,'Jay Shri'),(11381,'Jay Shri Ram'),(11382,'Jay Sih'),(11383,'Jay Singh'),(11384,'Jay Vant'),(11385,'Jay Vanti'),(11386,'Jay Vati'),(11387,'Jaya'),(11388,'Jaya Bai'),(11389,'jaya bharti'),(11390,'Jaya Devi'),(11391,'Jaya Nirala'),(11392,'Jaya Ram'),(11393,'Jayant'),(11394,'Jayant Kumar'),(11395,'Jayanta'),(11396,'Jayanti'),(11397,'Jayanti Bai'),(11398,'jayanti kumari'),(11399,'Jayantri'),(11400,'Jayantri bai'),(11401,'Jayantri Lal'),(11402,'Jayashri'),(11403,'Jayata ram'),(11404,'Jayavati'),(11405,'Jaybeer'),(11406,'Jaybharos'),(11407,'Jaygopal'),(11408,'Jaygotri'),(11409,'Jaygunta Bai'),(11410,'Jayhar'),(33885,'Jayiswal'),(11411,'Jayjay Ram'),(11412,'Jaykali'),(11413,'Jaykaran'),(11414,'Jaykishan'),(11415,'Jaykumar'),(11416,'Jaykumari'),(11417,'Jaykunvar'),(11418,'Jaylal'),(11419,'Jayman'),(11420,'Jayman bai'),(11421,'Jaymani'),(11422,'Jaymantar'),(11423,'Jaymanti'),(11424,'Jaymanti bai'),(11425,'Jaymantri'),(11426,'Jaymantri Bai'),(11427,'Jaymat'),(11428,'Jaymat Bai'),(11429,'Jaymati'),(11430,'Jaymati Bai'),(11431,'Jaymtiya Bai'),(11432,'Jayna'),(11433,'Jayna singh'),(11434,'Jaynabh'),(11435,'Jaynarayan'),(11436,'jaynath'),(11437,'Jaynti'),(11438,'Jaynti Bai'),(11439,'Jaynti kala'),(11440,'Jaypaal'),(11441,'Jaypal'),(11442,'jaypal singh'),(11443,'Jayphul'),(11444,'Jayprakash'),(11445,'Jaypriya'),(11446,'Jayprkasha'),(11447,'Jayraj'),(11448,'Jayram'),(33886,'Jaysaiwal'),(11449,'Jaysanti'),(33887,'Jaysaval'),(33888,'Jaysawal'),(11450,'Jayshankar'),(11451,'Jayshawant'),(11452,'Jayshri'),(33889,'Jayshwal'),(11453,'Jayshwant'),(11454,'Jaysingh'),(11455,'Jaysinta'),(11456,'Jaysurya'),(33890,'Jaysval'),(33891,'Jayswal'),(11457,'Jayta'),(11458,'Jayvanti'),(11459,'Jayvir'),(11460,'Jecab'),(11461,'Jed'),(33892,'Jedgavaar'),(11462,'Jedhiya'),(11463,'Jedhiya Bai'),(11464,'Jedhu'),(11465,'Jedhu ram'),(11466,'Jedu'),(11467,'Jeedhan'),(11468,'Jeeghan'),(11469,'Jeeja'),(11470,'Jeelo Bai'),(11471,'Jeen Kumari'),(11472,'Jeena'),(11473,'Jeenat'),(11474,'Jeenathan'),(11475,'Jeera'),(11476,'Jeera Bai'),(11477,'Jeera Devi'),(11478,'Jeerakhan'),(11479,'Jeeru'),(11480,'Jees Ram'),(11481,'Jeesaan'),(11482,'Jeet'),(11483,'Jeet Bai'),(11484,'Jeet Kor'),(11485,'Jeet Kumar'),(11486,'Jeet Lal'),(11487,'Jeet Ram'),(11488,'Jeet Singh'),(11489,'Jeete Lal'),(11490,'Jeetenra Kumar'),(11491,'Jeethiya'),(11492,'Jeetram'),(11493,'Jeetu'),(11494,'Jeetu Singh'),(11495,'Jeev'),(11496,'Jeevan'),(11497,'Jeevan Lal'),(11498,'Jeevan Prakash'),(11499,'Jeevan Ram'),(11500,'Jeevanlal'),(11501,'Jeevansingh'),(11502,'Jeevarakhan'),(11503,'Jeevnath'),(11504,'Jeevrakhan'),(11505,'Jeew Nath'),(11506,'Jeew Rakhan'),(11507,'Jeewan'),(11508,'Jeewan Das'),(11509,'Jeewan Lal'),(11510,'Jeewan Rakhan'),(11511,'Jeewan Singh'),(11512,'Jeewani'),(11513,'Jeewanlal'),(11514,'Jeewanti'),(11515,'Jeewarakhan'),(11516,'Jeewrakhan'),(11517,'Jeeya'),(11518,'Jeeya Lal'),(11519,'Jehar singh'),(11520,'Jejam Bai'),(11521,'Jejan'),(33893,'Jekab'),(11522,'Jekshan'),(11523,'Jel'),(11524,'Jel Kumar'),(11525,'Jel Singh'),(11526,'Jem kunver'),(11527,'Jem Kuwar'),(11528,'Jema'),(11529,'Jema Bai'),(11530,'Jeman Bai'),(11531,'Jemat Kuwar'),(11532,'Jembati'),(11533,'Jeminkunwar'),(11534,'Jemma Bai'),(11535,'jems'),(11536,'Jeni'),(11537,'Jeniha'),(11538,'Jenvara'),(11539,'jenvati bai'),(11540,'Jerem'),(11541,'Jes Ram'),(11542,'Jesa'),(33894,'Jeshika'),(11543,'Jeshiram'),(11544,'Jetendra'),(11545,'Jeth'),(11546,'Jeth Bai'),(11547,'Jeth Kumar'),(11548,'Jethan Bai'),(11549,'Jethi Bai'),(11550,'jethiaya bai'),(11551,'Jethiya'),(11552,'Jethiya bai'),(11553,'Jethiya Baii'),(11554,'Jethkuwar'),(11555,'Jethmati'),(11556,'Jethu'),(11557,'Jethu Das'),(11558,'Jethu Lal'),(11559,'Jethu Ram'),(11560,'Jethu Singh'),(11561,'Jethudas'),(11562,'Jethuram'),(11563,'Jethuva'),(33895,'Jethvani'),(11564,'Jeti'),(11565,'Jetiya'),(11566,'Jeturam'),(11567,'Jevan'),(11568,'Jevan Singh'),(11569,'jevnash singh'),(11570,'Jewa'),(11571,'Jewnath Singh'),(11572,'Jfjdsfa'),(33896,'Jha'),(11573,'Jhadi'),(11574,'Jhadi Ram'),(11575,'Jhadin Bai'),(11576,'Jhadiram'),(33897,'Jhadiya'),(11577,'Jhadu'),(11578,'Jhadu Ram'),(11579,'Jhaduram'),(11580,'Jhaduva Ram'),(11581,'Jhaduwain'),(11582,'Jhadvain Bai'),(11583,'Jhagar'),(11584,'Jhagar Das'),(11585,'Jhagar Ram'),(11586,'Jhagari'),(11587,'Jhagaru'),(11588,'Jhagaru Ram'),(11589,'Jhagaruram'),(11590,'Jhagla Bai'),(11591,'Jhagli Bai'),(11592,'jhaglin bai'),(11593,'Jhagram'),(11594,'Jhagru'),(11595,'Jhagru Ram'),(11596,'Jhagruram'),(11597,'Jhai Bai'),(11598,'Jhaiman Bai'),(11599,'Jhaimun'),(11600,'jhaimun bai'),(11601,'jhaiya bai'),(11602,'Jhakas Lal'),(11603,'Jhalaiya'),(11604,'Jhalak'),(11605,'Jhalaprasad'),(11606,'Jhalar'),(11607,'Jhalar Bai'),(11608,'Jhaliya Bai'),(11609,'Jhalkan'),(11610,'Jhalku singh'),(11611,'Jhall'),(11612,'Jhalla Bai'),(11613,'Jhalla Singh'),(11614,'Jhallaram'),(11615,'Jhallu'),(11616,'Jhallu Lal'),(11617,'jhallu ram'),(11618,'Jhalluram'),(11619,'Jhaloka'),(11620,'Jhalphan Singh'),(11621,'Jham'),(11622,'Jham Bai'),(11623,'Jham Lal'),(11624,'Jham Singh'),(11625,'Jhamak'),(11626,'Jhamak Das'),(11627,'Jhamali'),(11628,'Jhamali Bai'),(11629,'Jhaman'),(11630,'Jhaman Bai'),(11631,'Jhamanlal'),(11632,'Jhamaru'),(11633,'Jhamautin Bai'),(11634,'Jhameshwar'),(11635,'Jhamila'),(11636,'Jhamin bai'),(11637,'Jhamiya'),(11638,'Jhamiya Bai'),(11639,'Jhamli bai'),(11640,'Jhammal Bai'),(11641,'Jhamman'),(11642,'jhamman das'),(11643,'Jhamman Lal'),(11644,'Jhamman Singh'),(11645,'Jhammati'),(11646,'Jhammi Bai'),(11647,'Jhammu'),(11648,'Jhamni bai'),(11649,'Jhamu'),(11650,'Jhamu lal'),(11651,'Jhamu Ram'),(11652,'Jhamul Prasad'),(11653,'Jhamuli Bai'),(11654,'Jhamun Bai'),(11655,'Jhamuni'),(11656,'Jhana Bai'),(11657,'Jhanak Lal'),(11658,'Jhandi Lal'),(11659,'Jhandu Singh'),(11660,'Jhangal'),(11661,'Jhangal das'),(11662,'Jhangal Ram'),(11663,'jhangal singh'),(11664,'Jhangali'),(11665,'Jhangalu'),(11666,'Jhangalu Ram'),(11667,'Jhangatu Ram'),(11668,'Jhangli'),(11669,'Jhangli Bai'),(11670,'Jhanglin'),(11671,'Jhanglu'),(11672,'Jhanglu Ram'),(11673,'Jhangu'),(11674,'Jhanjhi'),(11675,'jhankar'),(11676,'jhanki'),(11677,'Jhanku'),(11678,'Jhankvati'),(11679,'Jhariharin'),(33898,'Jhariya'),(11680,'Jharman'),(11681,'Jharna'),(11682,'Jharna Devi'),(11683,'Jharna Kumari'),(11684,'Jharo bai'),(11685,'Jharokha'),(11686,'Jhauli Bai'),(11687,'Jhedu Ram'),(11688,'Jhel singh'),(11689,'Jhelan'),(11690,'Jhelo Bai'),(11691,'Jhethiya bai'),(11692,'Jhethu'),(11693,'Jhethu Ram'),(11694,'Jhetiya Bai'),(11695,'Jhhaman Prasad'),(11696,'Jhigiya Bai'),(11697,'Jhikali'),(11698,'Jhil Kumar'),(11699,'Jhila Bai'),(11700,'Jhilan'),(11701,'Jhilar Bai'),(11702,'Jhiliya Bai'),(11703,'Jhimun'),(11704,'Jhini Bai'),(11705,'Jhiriya Bai'),(11706,'Jhirku Ram'),(11707,'Jhirthu ram'),(11708,'Jhitku'),(11709,'Jhmma Bai'),(11710,'Jholai'),(11711,'Jholu Ram'),(11712,'Jhool'),(11713,'Jhool Bai'),(11714,'Jhoolan Bai'),(11715,'Jhoole Singh'),(11716,'Jhooleshvari Bai'),(11717,'Jhoolka Bai'),(11718,'Jhoolkuwar'),(11719,'Jhoolmat Bai'),(11720,'jhoomli bai'),(11721,'Jhoona'),(11722,'Jhora Bai'),(11723,'jhubbi bai'),(11724,'Jhugari Bai'),(11725,'Jhujhi Bai'),(11726,'Jhul'),(11727,'Jhul Bai'),(11728,'Jhul Das'),(11729,'Jhul Kuwar'),(11730,'Jhul Shay'),(11731,'Jhula'),(11732,'Jhula Bai'),(11733,'Jhulakiya Bai'),(11734,'Jhulan'),(11735,'Jhulan bai'),(11736,'Jhulan Singh'),(11737,'Jhulani'),(11738,'Jhularam'),(11739,'Jhulau'),(11740,'Jhulbai'),(11741,'Jhulbati Bai'),(11742,'Jhulekha'),(11743,'Jhulenath'),(11744,'Jhuli Bai'),(33899,'Jhuliya'),(11745,'Jhuliya Bai'),(11746,'Jhulli Bai'),(11747,'Jhullu ram'),(11748,'Jhullu Singh'),(11749,'Jhulmati'),(11750,'Jhulmatiya'),(11751,'Jhulri Bai'),(11752,'Jhulu'),(11753,'Jhumaka Bai'),(11754,'Jhumaki Bai'),(11755,'Jhumakiyya bai'),(11756,'Jhumaku'),(11757,'Jhumala bai'),(11758,'Jhumali'),(11759,'Jhumera'),(11760,'Jhumiya bai'),(11761,'Jhumka Bai'),(11762,'Jhumkaiya'),(11763,'Jhumki'),(11764,'Jhumki Bai'),(11765,'Jhumli Bai'),(11766,'Jhumuk'),(11767,'Jhumuk Das'),(11768,'Jhumuk Lal'),(11769,'Jhumuk Ram'),(11770,'Jhumuklal'),(11771,'Jhuna'),(11772,'Jhuna Bai'),(11773,'Jhuna Ram'),(11774,'Jhunakiya Kumari'),(11775,'Jhunau'),(11776,'Jhunau Ram'),(11777,'Jhunga'),(11778,'Jhungal'),(11779,'Jhungeli'),(11780,'Jhuni Bai'),(11781,'Jhunit Ram'),(11782,'Jhuniya'),(11783,'Jhuniya Bai'),(11784,'Jhunjhi'),(11785,'Jhunjhi Bai'),(11786,'Jhunki'),(11787,'Jhunni Bai'),(11788,'Jhunni Lal'),(11789,'Jhunnu'),(11790,'jhunnu singh'),(11791,'Jhunuk'),(11792,'Jhuppi'),(11793,'Jhura'),(11794,'Jhurangi'),(11795,'Jhurari'),(11796,'Jhurhi Bai'),(11797,'Jhuribai'),(11798,'Jhurkali'),(11799,'Jhurmila'),(11800,'Jhurnu'),(11801,'Jhuru Lal'),(11802,'Jhuru Ram'),(11803,'Jhuru Singh'),(11804,'Jhuthel'),(11805,'jhutku'),(33900,'Ji'),(11806,'Ji Singh'),(33901,'Jiaswal'),(11807,'Jidhan'),(11808,'jiendra kumar'),(11809,'Jigyasa'),(11810,'Jiha'),(11811,'Jija'),(11812,'Jikesh Kumar'),(11813,'Jilabati'),(11814,'Jilal'),(11815,'Jileshvari'),(11816,'Jilu Bai'),(11817,'Jimat'),(11818,'Jimati'),(11819,'Jimtiya Bai'),(11820,'Jina'),(11821,'Jinat'),(11822,'jinat parvin'),(11823,'Jinath'),(11824,'Jind Begam'),(11825,'Jinendra'),(11826,'jINENDRA SINGH'),(11827,'Jintu'),(11828,'Jintu Ram'),(11829,'Jira Bai'),(11830,'Jirakhan'),(11831,'Jiran Singh'),(11832,'Jirana Bai'),(11833,'Jiraniya Bai'),(11834,'Jirniya Bai'),(11835,'Jirom'),(11836,'JISA'),(11837,'Jishwani'),(33902,'Jiswal'),(11838,'Jit Kumar'),(11839,'Jit Kuwar'),(11840,'Jit Lal'),(11841,'Jit Rai'),(11842,'Jit Raj'),(11843,'Jit Ram'),(11844,'Jitan'),(11845,'Jitemdra'),(11846,'Jitendara Kumar'),(11847,'Jitendari'),(11848,'Jitendra'),(11849,'jitendra kumar'),(11850,'Jitendra Singh'),(11851,'Jitendra Kumar'),(11852,'Jitendra Sih'),(11853,'Jitendra Singh'),(11854,'Jitendri'),(11855,'Jitesh'),(11856,'Jiteshwari'),(11857,'Jithiya'),(11858,'Jithiya Bai'),(33903,'Jithwani'),(33904,'Jitkure'),(11859,'Jitni Bai'),(11860,'Jitram'),(11861,'Jittu'),(11862,'Jitu'),(11863,'Jitu Kumar'),(11864,'Jitu Ram'),(11865,'Jivan'),(11866,'Jivan Lal'),(11867,'Jivan Bai'),(11868,'Jivan bati'),(11869,'Jivan Das'),(11870,'jivan kumar'),(11871,'Jivan Lal'),(11872,'Jivan Prasad'),(11873,'Jivan Singh'),(11874,'Jivandas'),(11875,'Jivanmati'),(11876,'Jivannath'),(11877,'Jivanpuri'),(11878,'Jivanti'),(11879,'jivanti bai'),(11880,'Jivantika'),(11881,'Jivantin Bai'),(11882,'Jivarakhan'),(11883,'Jivesh'),(11884,'jivesh kumar'),(11885,'Jivesh Singh'),(11886,'Jivika'),(11887,'Jivnath'),(11888,'Jivrakhan'),(11889,'Jivrakhan Lal'),(11890,'Jivrakhan Singh'),(11891,'Jiwala'),(11892,'Jiya'),(11893,'Jiya Bai'),(11894,'Jiya Begam'),(11895,'Jiya kumari'),(11896,'Jiya Lal'),(11897,'Jiya Ram'),(11898,'Jiyabati'),(11899,'Jiyal Das'),(11900,'Jiyalal'),(33905,'Jkkjl'),(33906,'Jmaghi'),(11901,'Joddha Singh'),(11902,'Jodh Bai'),(11903,'Jodha Lal'),(11904,'Jodha Singh'),(11905,'Jodhai'),(11906,'Jodhan'),(11907,'Jodhan Singh'),(11908,'Jodhani Bai'),(11909,'Jodhe'),(11910,'Jodhi Ram'),(11911,'Jodhi singh'),(11912,'Jodhin'),(11913,'Jodhiya'),(11914,'Jodhram'),(11915,'Jodhuram'),(11916,'Jodhyya'),(11917,'Jodkuwar'),(11918,'Jodu Kumar'),(11919,'Jog Singh'),(11920,'Joga'),(11921,'Joga Bai'),(11922,'Jogam'),(11923,'Jogan'),(11924,'Jogan bai'),(11925,'Jogani'),(33907,'Jogas'),(11926,'Jogendar'),(11927,'Jogendra'),(11928,'Jogendra Singh'),(11929,'Jogi'),(11930,'jogi das'),(11931,'Jogi Ram'),(11932,'Jogi Singh'),(33908,'Joginath'),(11933,'Jogiram'),(11934,'Jogjid'),(11935,'Jogman'),(11936,'Jogwati'),(11937,'Johan'),(11938,'Johan Das'),(11939,'Johan Lal'),(11940,'Johan Prasad'),(11941,'Johan Singh'),(11942,'Johani'),(11943,'Johanu'),(11944,'Johar'),(11945,'Johar Bai'),(11946,'Johar Lal'),(11947,'Johar Pasad'),(11948,'Johara'),(11949,'Johara begam'),(11950,'Johara jabi'),(11951,'Joharan'),(33909,'Johari'),(11952,'Johari Bai'),(11953,'Johaya'),(11954,'Johit'),(11955,'Johit Kumar'),(11956,'Johit Ram'),(11957,'Johitram'),(11958,'John'),(11959,'John Kunwar'),(11960,'John say'),(11961,'Johna Singh'),(11962,'Johra'),(11963,'Johran'),(11964,'Joidha'),(11965,'Jojam'),(11966,'Jokhan'),(11967,'Jokhe Lal'),(11968,'Jokhu'),(11969,'Jokhu Lal'),(11970,'Jola bai'),(11971,'Jolaprasad'),(11972,'Joljas'),(11973,'Joljol'),(11974,'Joljona'),(11975,'Jomin'),(11976,'Jon Bai'),(11977,'Jon Kumar'),(11978,'Jona Bai'),(11979,'Jonahu'),(11980,'jondhari bai'),(11981,'Jonha Singh'),(11982,'Jonhi Bai'),(11983,'Jonhu'),(11984,'Jonhu Ram'),(11985,'Jonhu singh'),(11986,'Jora bal'),(11987,'Jore Lal'),(33910,'Jose'),(11988,'Josep Kumar'),(11989,'Joseph'),(11990,'Josha'),(11991,'Josheph'),(33911,'Joshi'),(11992,'Joshi lal'),(11993,'Joshna'),(11994,'Jot'),(11995,'Jot Bai'),(11996,'Jot Kumari'),(11997,'jot kunvar'),(11998,'Jot Kunwar'),(11999,'Jot Kuwar'),(12000,'Jot Ram'),(12001,'Jot Singh'),(12002,'Jothiya'),(12003,'Joti Bai'),(12004,'Jotin'),(12005,'jotin bai'),(12006,'jotish'),(12007,'jotkunwar'),(12008,'Jotram'),(12009,'Joyati'),(12010,'Joyti'),(12011,'Joytin Bai'),(12012,'Joytish'),(12013,'Joytsana'),(33912,'Jr.'),(12014,'JSS'),(33913,'Jubair'),(12015,'Jubeda'),(12016,'Jubeda Bee'),(12017,'Jubeda Begam'),(12018,'jubeen'),(12019,'Judavan'),(12020,'Judavan Das'),(12021,'Judawan'),(12022,'Judha Ram'),(12023,'Judhel'),(12024,'Jug'),(12025,'Jug Bai'),(12026,'Juga'),(12027,'Juga Bai'),(12028,'Jugabai'),(12029,'Jugal'),(12030,'Jugal Bai'),(12031,'Jugal Kishor'),(12032,'Jugal Kumar'),(12033,'Jugal Ram'),(12034,'Jugaliya Bai'),(12035,'Jugamat Bai'),(12036,'Jugan'),(12037,'Jugan Bai'),(12038,'Jugan Lal'),(12039,'Jugan Singh'),(12040,'Jugana'),(12041,'Jugani'),(12042,'Jugani Bai'),(12043,'Juganiya Bai'),(12044,'Juganta'),(12045,'juganta bai'),(12046,'Jugantu Bai'),(12047,'Juganu'),(12048,'Juganu bai'),(12049,'Jugari'),(12050,'Jugari bai'),(12051,'Jugari Bai'),(12052,'Jugarmati'),(12053,'Jugaru'),(12054,'Jugaru Ram'),(12055,'Jugarvati'),(12056,'Jugata Bai'),(12057,'Jugatiya bai'),(12058,'jugauta bai'),(12059,'Jugbati'),(12060,'jugdhi bai'),(12061,'Juge'),(12062,'Jugesh'),(12063,'Jugesh Ram'),(12064,'Jugga Lal'),(12065,'Juggan Bai'),(12066,'Juggi'),(12067,'Juggi Bai'),(12068,'Juggu Ram'),(12069,'Jugiya Bai'),(12070,'Jugla Bai'),(12071,'Jugla Das'),(12072,'Jugmani Bai'),(12073,'Jugmaniya'),(12074,'Jugmat'),(12075,'Jugmat Bai'),(12076,'Jugmati'),(12077,'Jugmati Bai'),(12078,'Jugmatiya'),(12079,'Jugmatiya Bai'),(12080,'Jugna Bai'),(12081,'Jugni Bai'),(12082,'Jugraj'),(12083,'Jugraj Singh'),(12084,'Jugratiya Bai'),(12085,'Jugri'),(12086,'Jugri Bai'),(12087,'Jugri Bi'),(12088,'Jugru'),(12089,'Jugsay'),(12090,'jugti bai'),(12091,'Jugul Kishor'),(12092,'Jugul Ram'),(12093,'Jugum Bai'),(12094,'Jugun'),(12095,'Juguntu Bai'),(12096,'Jugut'),(12097,'Jugut bai'),(12098,'Jugut Ram'),(12099,'Jugvati'),(12100,'Juhi'),(12101,'Juhra Begam'),(12102,'Julab Bai'),(33914,'Julaha'),(12103,'Juleha Bee'),(12104,'Julekha'),(12105,'Juli'),(12106,'Juli Bai'),(12107,'Julus Bai'),(12108,'Jumaka Bai'),(12109,'Jumgi Bai'),(12110,'Jumin'),(12111,'Jumla Bai'),(12112,'Jumman'),(12113,'Jummi Bai'),(12114,'Jumni Bee'),(12115,'Jumratan Bee'),(12116,'Jun Bai'),(12117,'Juna Bai'),(12118,'Jundha'),(12119,'Juned'),(33915,'Juneja'),(12120,'Jungendra'),(12121,'Jungo Bai'),(12122,'Junim'),(33916,'Junior'),(12123,'Junna'),(33917,'Juryani'),(12124,'Jusphina'),(12125,'Jutel'),(12126,'Juthaiya'),(12127,'Juthan'),(12128,'Juthan Singh'),(12129,'Juthel'),(12130,'Juthel Ram'),(12131,'Juthel singh'),(12132,'Juthu'),(12133,'Juthu Ram'),(12134,'Juveda'),(12135,'Jvahir'),(12136,'Jvala'),(12137,'Jvala Prasad'),(12138,'Jwala'),(12139,'Jwala Das'),(12140,'Jwala Kumar'),(12141,'Jwala Pd'),(12142,'Jwala Prasad'),(12143,'Jwala Singh'),(12144,'Jyoti'),(12145,'Jyoti kumari'),(12146,'Jyoti Bai'),(12147,'Jyoti kiran'),(12148,'Jyoti Kuamri'),(12149,'Jyoti Kumairi'),(12150,'Jyoti Kumari'),(12151,'Jyoti Laxami'),(12152,'jyotikamal'),(12153,'Jyotikiran'),(12154,'Jyotin Bai'),(12155,'Jyotirani'),(12156,'Jyotish'),(12157,'Jyotish das'),(12158,'Jyotish Kumar'),(12159,'Jyotishri'),(12160,'jyotki bai'),(12161,'Jyotsana'),(33918,'K'),(12162,'K K'),(12163,'K Kanya'),(12164,'K P'),(12165,'K.'),(12166,'K. Krishna'),(12167,'K. Laxman'),(12168,'K. Reena'),(12169,'K.k.'),(12170,'K.l.'),(12171,'K.r. Chiranjiv'),(12172,'Kabari Lal'),(33919,'Kabdiya'),(12173,'Kabe'),(12174,'Kabeer'),(12175,'Kaberi Bai'),(12176,'Kabilash'),(12177,'Kabir'),(12178,'kabir das'),(12179,'Kabir sharan'),(33920,'kabra'),(12180,'Kabutra Bai'),(12181,'Kabutri Ba'),(12182,'Kabya'),(33921,'Kacchi'),(12183,'Kachairam'),(12184,'Kachan'),(12185,'Kachara'),(12186,'Kachara bai'),(12187,'Kachara Bai'),(12188,'Kachari'),(12189,'Kachari Bai'),(12190,'Kachariya Bai'),(33922,'Kachchhap'),(12191,'Kachchhi Ram'),(33923,'Kacher'),(33924,'Kachhap'),(33925,'Kachhar'),(12192,'Kachhara bai'),(33926,'Kachhi'),(33927,'Kachi'),(12193,'Kachra'),(12194,'Kachra Bai'),(12195,'Kachru Ram'),(33928,'Kachvaha'),(12196,'Kad Kuwar'),(12197,'Kadam'),(12198,'Kadam Bai'),(12199,'Kadam kunver'),(12200,'Kadam Kunwar'),(12201,'Kadam Kuwar'),(12202,'Kadam Singh'),(12203,'kadambai'),(12204,'Kadamiya'),(12205,'Kadamiya bai'),(12206,'Kadamkunwar'),(12207,'Kadamkuwar'),(12208,'Kadampahadi'),(12209,'Kadhi Kumar'),(12210,'Kadir'),(12211,'Kadiya Bai'),(12212,'Kadku'),(12213,'Kadmiya'),(12214,'Kagani'),(12215,'Kaghai'),(33929,'Kaghi'),(33930,'Kahaar'),(12216,'Kahaiya Das'),(12217,'Kahar'),(33931,'Kahara'),(33932,'Kahari'),(12218,'Kahmiya'),(33933,'Kahra'),(12219,'Kahuram'),(33934,'kahushik'),(12220,'Kaikai'),(12221,'Kaikai Bai'),(12222,'Kaila'),(12223,'Kailan'),(12224,'Kailan Bai'),(12225,'Kailas'),(12226,'Kailash'),(12227,'Kailash Bai'),(12228,'Kailash Das'),(12229,'Kailash Gir'),(12230,'Kailash Kumar'),(12231,'Kailash Prasad'),(12232,'Kailash Singh'),(12233,'Kailasha'),(12234,'Kailasha Bai'),(12235,'Kailashchand'),(12236,'Kailashgir'),(12237,'Kailashi'),(12238,'Kailashi Bai'),(12239,'Kailashibai'),(12240,'Kailashin Bai'),(12241,'Kailashiya'),(12242,'Kailashiya Bai'),(12243,'Kailashmati Bai'),(12244,'Kailashu'),(12245,'Kailashvati'),(12246,'Kailasiya Bai'),(12247,'Kailesh'),(12248,'Kaileshiya'),(12249,'Kailishiya'),(12250,'Kailsh Kumar'),(12251,'Kailsha Bai'),(12252,'kailshani bai'),(12253,'Kailsiya Bai'),(12254,'Kaimat'),(12255,'Kaimat bai'),(12256,'Kaina'),(12257,'Kaintu bai'),(12258,'Kaipo'),(12259,'Kairan bai'),(12260,'Kaisha Singh'),(33935,'kaist'),(12261,'Kaitniya Bai'),(12262,'Kaitohara'),(12263,'Kaival'),(33936,'Kaivart'),(33937,'Kaivat'),(33938,'Kaivrt'),(33939,'Kaiwant'),(33940,'Kaiwart'),(33941,'Kaiwarth'),(33942,'Kaiwartya'),(33943,'Kaiwat'),(33944,'Kaiwrth'),(12264,'Kaiyaj'),(12265,'Kajal'),(12266,'Kajal Bai'),(12267,'Kajala'),(12268,'Kajala bai'),(12269,'Kajalbati'),(12270,'Kajju'),(12271,'Kajkumari'),(12272,'Kajla Bai'),(12273,'kajol'),(12274,'Kajri Bai'),(12275,'Kaju Das'),(12276,'Kajul'),(12277,'Kakai'),(12278,'Kakhanu'),(33945,'Kakshi'),(33946,'Kakshipuri'),(12279,'Kala'),(12280,'Kala Bai'),(12281,'Kala Bai'),(12282,'Kala Das'),(12283,'Kala Kumar'),(12284,'Kala Kumari'),(12285,'Kala Ram'),(12286,'Kala Vati'),(12287,'Kala Wati'),(12288,'Kalabai'),(12289,'Kalabati'),(12290,'Kalai Bai'),(12291,'Kalalu'),(12292,'Kalam'),(12293,'Kalam Bai'),(12294,'Kalam das'),(12295,'Kalam Kunwar'),(12296,'Kalam Kuwar'),(12297,'Kalam Singh'),(12298,'Kalamati'),(12299,'Kalamati Bai'),(12300,'kalambati'),(12301,'Kalamtiya'),(12302,'Kalanandani'),(12303,'Kalanath'),(12304,'Kalantri'),(12305,'Kalap'),(33947,'Kalar'),(12306,'Kalaram'),(12307,'Kalareen bai'),(12308,'Kalarin'),(12309,'Kalarin Bai'),(12310,'Kalash'),(12311,'Kalash Bai'),(12312,'Kalasi Bai'),(12313,'Kalasiya'),(12314,'Kalavati'),(12315,'Kalavati Bai'),(12316,'Kalavati Devi'),(12317,'Kalavatiti'),(12318,'kalavatiya bai'),(12319,'Kalawati'),(12320,'Kalawati bai'),(12321,'Kalayan'),(12322,'Kalayani'),(12323,'Kalbatiya Bai'),(12324,'Kalbattu'),(12325,'Kalbhadra'),(12326,'Kalbina'),(33948,'Kale'),(12327,'Kale Ram'),(33949,'Kalelankar'),(12328,'Kalendari'),(12329,'Kalendari Bai'),(12330,'Kalendra Singh'),(12331,'Kalendrai'),(12332,'Kalendri'),(12333,'Kalendri Bai'),(12334,'Kalesahwari'),(12335,'Kalesar Bai'),(12336,'Kalesari'),(12337,'Kalesari Bai'),(12338,'kalesari kumari'),(12339,'Kalesawari'),(12340,'Kalesear Prasad'),(12341,'Kalesh'),(12342,'Kalesh Bai'),(12343,'Kalesh Kumar'),(12344,'Kalesh Kunwar'),(12345,'Kalesh Ram'),(12346,'Kalesh Singh'),(12347,'Kaleshar'),(12348,'Kaleshari'),(12349,'Kaleshari Bai'),(12350,'Kalesharu'),(12351,'Kaleshawar'),(12352,'Kaleshawar bai'),(12353,'Kaleshi Ram'),(12354,'Kaleshiya'),(12355,'Kaleshiya Bai'),(12356,'Kaleshmati'),(12357,'Kaleshri'),(12358,'Kaleshri Bai'),(12359,'Kaleshvar'),(12360,'Kaleshvari'),(12361,'Kaleshvari Bai'),(12362,'kaleshvari sahu'),(12363,'Kaleshwar'),(12364,'Kaleshwar Prasad'),(12365,'Kaleshwari'),(12366,'Kaleshwari Bai'),(12367,'kaleshwarpuri'),(12368,'Kalesi'),(12369,'Kalesiya'),(12370,'Kalesiya Bai'),(12371,'Kalesri Bai'),(12372,'Kaleswar'),(12373,'kaleswari'),(12374,'Kali'),(12375,'Kali Bai'),(12376,'Kali Baii'),(12377,'Kali Charan'),(12378,'Kali Das'),(12379,'kali kumari'),(12380,'Kali Ram'),(12381,'Kali Singh'),(12382,'Kalibai'),(12383,'Kalicharan'),(12384,'Kalidari'),(12385,'Kalika'),(12386,'Kalika Bai'),(12387,'Kalika prasad'),(12388,'Kalim'),(12389,'Kalin Bai'),(12390,'Kalin Das'),(12391,'Kalindari'),(12392,'Kalindari Bai'),(12393,'Kalindaribai'),(12394,'Kalindiya Bai'),(12395,'Kalindri'),(12396,'Kalindri Bai'),(12397,'Kaliram'),(12398,'Kalisari Bai'),(12399,'Kalisata'),(12400,'Kalisiya Bai'),(12401,'Kalita'),(12402,'Kalita Bai'),(12403,'Kaliya'),(12404,'Kalkata'),(12405,'Kalkathiya'),(12406,'Kalkathiya bai'),(12407,'Kalkatiya'),(12408,'Kalkatiya Bai'),(12409,'Kalla Singh'),(12410,'Kalli'),(12411,'Kalli Bai'),(12412,'Kallin'),(12413,'Kallu'),(12414,'Kallu Bai'),(12415,'Kallu Prasad'),(12416,'Kallu Ram'),(12417,'Kallu Singh'),(12418,'Kallu Sungh'),(12419,'Kalmaldip'),(12420,'Kalmat Bai'),(12421,'Kalpana'),(12422,'Kalpana kumari'),(12423,'Kalpana Bai'),(12424,'Kalpana Bai'),(12425,'Kalsa Bai'),(12426,'Kalsh Ram'),(12427,'Kalsha'),(12428,'Kalshiya Bai'),(12429,'Kalsiya'),(12430,'Kalsiya Bai'),(12431,'Kalsum'),(12432,'kalsun bai'),(12433,'Kalta'),(12434,'Kalta Bai'),(12435,'Kalthu Das'),(12436,'Kalthu Ram'),(12437,'Kalu'),(12438,'Kalu Ram'),(12439,'Kaluaa'),(12440,'Kalucharan'),(12441,'Kaluram'),(12442,'Kalvati Bai'),(33950,'Kalwani'),(33951,'kalwar'),(12443,'Kalwatiya'),(12444,'Kalyan'),(12445,'Kalyan Singh'),(12446,'Kalyan kumar'),(12447,'Kalyan Prasad'),(12448,'Kalyan Shigh'),(12449,'Kalyan Singh'),(12450,'Kalyani'),(12451,'Kalyani Bai'),(12452,'Kalyani Kumari'),(12453,'kalyani singh'),(12454,'KALYANNI'),(12455,'Kalyansingh'),(12456,'Kalyanvati'),(12457,'Kam Singh'),(12458,'Kamaksha'),(12459,'Kamal'),(12460,'Kamal kumar'),(12461,'Kamal Bai'),(12462,'Kamal Bati'),(12463,'Kamal Bhan'),(12464,'Kamal Das'),(12465,'Kamal Dev'),(12466,'Kamal Kant'),(12467,'Kamal Kishor'),(12468,'Kamal Kumar'),(12469,'kamal kunvar'),(12470,'Kamal Kuwar'),(12471,'Kamal Narayan'),(12472,'Kamal Prakash'),(12473,'Kamal Prasad'),(12474,'Kamal Prased'),(12475,'Kamal raj singh'),(12476,'Kamal Say'),(12477,'Kamal Sih'),(12478,'Kamal Singh'),(12479,'Kamal vati'),(12480,'Kamala'),(12481,'Kamala bai'),(12482,'Kamala Bai'),(12483,'Kamala devi'),(12484,'Kamala prasad'),(12485,'Kamala Singh'),(12486,'Kamalabai'),(12487,'Kamalakar'),(12488,'Kamalbati'),(12489,'Kamalbhan'),(12490,'Kamalbhan Singh'),(12491,'Kamalchand'),(12492,'Kamaldas'),(12493,'Kamalesh'),(12494,'Kamalesh Kumar'),(12495,'Kamaleshwar'),(12496,'Kamali'),(12497,'Kamali Bai'),(12498,'Kamaliya Bai'),(12499,'Kamaljeet'),(12500,'Kamalkant'),(12501,'Kamalnarayan'),(12502,'Kamalnaryan'),(12503,'Kamalpyari'),(33952,'Kamalsen'),(12504,'Kamalu Ram'),(12505,'Kamalvati'),(12506,'Kaman'),(12507,'Kaman Singh'),(12508,'Kamana'),(12509,'Kamani'),(12510,'Kamarchhat'),(12511,'Kamarchhat Bai'),(12512,'Kamaru Nisha'),(12513,'Kamata'),(12514,'Kamaudni'),(12515,'Kamdar'),(12516,'Kamdari'),(12517,'Kamesari Bai'),(12518,'Kamesh'),(12519,'Kameshri Bai'),(12520,'Kameshwar'),(12521,'Kameshwari'),(12522,'kameshwari bai'),(12523,'Kamila'),(12524,'Kamin'),(12525,'Kamin Bai'),(12526,'Kamini'),(12527,'Kamini Bai'),(12528,'Kamishan'),(12529,'Kamla'),(12530,'Kamla bai'),(12531,'Kamla bai'),(12532,'Kamla Bai'),(12533,'Kamla Bia'),(12534,'Kamla Das'),(12535,'Kamla Dev'),(12536,'Kamla Devi'),(12537,'Kamla Prasad'),(12538,'Kamla Singh'),(12539,'Kamlakant'),(12540,'Kamlamma'),(12541,'Kamlavati'),(33953,'Kamle'),(12542,'Kamlelsh'),(12543,'Kamlesh'),(12544,'Kamlesh Bai'),(12545,'Kamlesh Devi'),(12546,'kamlesh giri'),(12547,'Kamlesh Kumar'),(12548,'Kamlesh Nandani'),(12549,'Kamlesh Prasad'),(12550,'Kamlesh Singh'),(12551,'Kamleshiya Bai'),(12552,'Kamleshvar'),(12553,'Kamleshvari'),(12554,'Kamleshwar'),(12555,'Kamleshwari'),(12556,'Kamleshwari Bai'),(12557,'Kamleshwari Singh'),(12558,'Kamli'),(12559,'Kamli Bai'),(12560,'Kamlin Bai'),(12561,'Kamlit Bai'),(12562,'Kamlita'),(12563,'Kamliya Bai'),(12564,'Kamlla'),(12565,'Kamlu'),(12566,'Kamlu Begam'),(12567,'Kamlu Lal'),(12568,'Kamlu Prasad'),(12569,'Kamlvati'),(12570,'Kamlwati'),(12571,'Kamna'),(12572,'Kamni'),(12573,'Kamni bai'),(12574,'Kamni Bai'),(12575,'Kamod'),(12576,'Kamod bai'),(12577,'Kamod Kumar'),(12578,'Kamod Ram'),(12579,'Kamod Singh'),(12580,'Kamodani'),(12581,'Kamodani Bai'),(12582,'Kamodi'),(12583,'Kamodni Bai'),(12584,'Kamol Singh'),(12585,'Kamoli'),(12586,'Kamond'),(12587,'Kamotin Bai'),(12588,'Kampurnima'),(12589,'Kamru'),(12590,'Kamru Singh'),(12591,'Kamruddin'),(12592,'Kamrudhin'),(12593,'Kamrun'),(12594,'Kamrun Nisha'),(12595,'Kamsurat'),(12596,'Kamta'),(12597,'Kamta Bai'),(12598,'Kamta Devi'),(12599,'Kamta Prasad'),(12600,'Kamta Prased'),(12601,'Kamta Sahu'),(12602,'Kamta Singh'),(12603,'Kamtagiri'),(12604,'Kamtanath'),(12605,'Kamti Bai'),(12606,'Kamtsin'),(12607,'Kamtu Ram'),(12608,'Kamu singh'),(12609,'Kamuda'),(12610,'Kamudiya'),(12611,'Kamudiya Bai'),(12612,'Kamund'),(12613,'Kamunda'),(12614,'Kamunta Bai'),(12615,'Kana Bai'),(12616,'Kanak'),(12617,'Kanak Bai'),(12618,'Kanak Das'),(12619,'Kanak Kuwar'),(12620,'Kanak Lata'),(12621,'Kanak Ram'),(12622,'kanaklata'),(33954,'Kanar'),(12623,'Kanas Ram'),(33955,'Kanauje'),(12624,'kanauji'),(33956,'Kanaujiya'),(33957,'Kanavr'),(12625,'Kanch'),(12626,'Kanch Bai'),(12627,'Kanch kumari'),(12628,'kanch kunvar'),(12629,'Kancha Bai'),(12630,'Kanchan'),(12631,'Kanchan Bai'),(12632,'Kanchan Devi'),(12633,'Kanchan Kumar'),(12634,'Kanchan Kunwar'),(12635,'kanchan kunwer'),(12636,'Kanchan Kuwar'),(12637,'kanchan kuwer'),(12638,'Kanchan Singh'),(12639,'Kanchaniya'),(12640,'Kanchaniya Bai'),(12641,'Kanchanvati'),(12642,'kanchha'),(33958,'Kanchhi'),(33959,'Kanchi'),(12643,'Kanchkumari'),(12644,'Kanchkunwar'),(12645,'Kanchram'),(12646,'Kanchu'),(12647,'Kandhai'),(12648,'Kandhar Prasad'),(12649,'Kandhi Lal'),(12650,'Kandhi Ram'),(12651,'Kandhi Singh'),(12652,'Kandhu Singh'),(12653,'Kandlu Lal'),(12654,'Kandu'),(33960,'Kanejiya'),(12655,'Kanesh Bai'),(12656,'Kaneshwari'),(12657,'Kangalu'),(12658,'Kangalu Ram'),(12659,'Kangeshwar'),(12660,'Kanghai'),(12661,'Kanghi Bai'),(12662,'Kangla'),(12663,'Kangli Bai'),(12664,'Kanglu'),(12665,'Kangu'),(12666,'Kanha'),(12667,'Kanhai'),(12668,'Kanhai Das'),(12669,'Kanhai Lal'),(12670,'Kanhai Singh'),(12671,'Kanhaiamati'),(12672,'Kanhaiiya'),(12673,'Kanhaiya'),(12674,'Kanhaiya bai'),(12675,'Kanhaiya Das'),(12676,'Kanhaiya Lal'),(12677,'Kanhaiya Prasad'),(12678,'Kanhaiya Ram'),(12679,'Kanhaiya Singh'),(12680,'Kanhaiyalal'),(12681,'Kanhiya'),(12682,'Kanhya'),(12683,'Kanihai'),(12684,'Kanihaya'),(12685,'Kanihaya Lal'),(12686,'Kanij'),(12687,'Kanij Begam'),(12688,'Kanij phatma'),(12689,'Kanija'),(12690,'Kanir'),(12691,'Kanis Begam'),(12692,'Kanishaka'),(12693,'kanishka'),(12694,'Kanjhrin Bai'),(12695,'Kanka'),(12696,'Kanka bai'),(12697,'Kanka Devi'),(12698,'Kankabai'),(12699,'Kankai Bai'),(12700,'Kankan'),(12701,'Kanklata'),(33961,'Kankshi'),(12702,'Kanku'),(12703,'Kanna'),(33962,'Kannojiya'),(12704,'Kannu'),(12705,'Kannu Singh'),(33963,'Kanoje'),(33964,'Kanoji'),(33965,'Kanojiya'),(33966,'Kanopiya'),(12706,'Kanpu'),(12707,'Kans Bihari'),(12708,'Kans Lal'),(12709,'Kans Ram'),(12710,'Kansa Bai'),(12711,'Kansali'),(12712,'Kansariya'),(12713,'Kansh'),(12714,'Kansh Bai'),(12715,'Kansh Lal'),(12716,'Kansh Ram'),(12717,'Kanshi'),(12718,'Kanshi Bai'),(12719,'kanshi prasad'),(12720,'Kanshi Ram'),(33967,'Kanshipuri'),(12721,'Kanshiram'),(12722,'Kanshmati'),(12723,'Kanshram'),(12724,'Kansram'),(12725,'Kansu'),(12726,'Kansu Ram'),(12727,'Kansu Singh'),(33968,'Kant'),(12728,'Kant Ram'),(12729,'Kanta'),(12730,'Kanta Bai'),(12731,'Kanta Khelan'),(12732,'Kanta Prasad'),(12733,'Kanthi'),(12734,'Kanti'),(12735,'Kanti bai'),(12736,'Kanti bai'),(12737,'Kanti Kumari'),(12738,'Kanti Bai'),(12739,'Kanti Devi'),(12740,'Kanti Kumar'),(12741,'Kanti Lal'),(12742,'Kantipir'),(12743,'Kantivir'),(12744,'Kantrol Bai'),(12745,'Kanuj Ram'),(33969,'Kanujiya'),(12746,'Kanval'),(12747,'Kanval singh'),(33970,'Kanvar'),(33971,'Kanver'),(12748,'Kanwal'),(12749,'Kanwal Singh'),(33972,'Kanwar'),(33973,'Kanwer'),(33974,'Kanwra'),(12750,'Kanya'),(12751,'Kanya Kumari'),(12752,'Kaoshilya'),(33975,'Kaousik'),(12753,'Kapan Bai'),(12754,'Kapil'),(12755,'Kapil Bai'),(12756,'Kapil Das'),(12757,'kapil dev'),(12758,'Kapil Kumar'),(12759,'Kapil Narayan'),(12760,'Kapil Nath'),(12761,'Kapil Say'),(12762,'Kapilash'),(12763,'kapilnath'),(12764,'Kapiya Bai'),(12765,'Kapoor Das'),(12766,'Kapoorchand'),(12767,'Kapri'),(12768,'Kapsurati bai'),(12769,'Kaptan Singh'),(12770,'Kapur'),(12771,'Kapur Chand'),(12772,'Kapur Singh'),(12773,'Kapura'),(12774,'Kapura Bai'),(12775,'Kapuran Bai'),(12776,'Kapurchand'),(12777,'Kapuri'),(12778,'Kapuri Bai'),(12779,'Kapuriya Bai'),(12780,'Kara Bai'),(12781,'Kara Das'),(12782,'Karabai'),(12783,'Karam'),(12784,'Karam Das'),(12785,'Karam Singh'),(12786,'Karamat Ali'),(12787,'Karamautin Bai'),(12788,'Karambati'),(12789,'Karamchand'),(12790,'Karan'),(12791,'Karan kumar'),(12792,'Karan singh'),(12793,'Karan kumar'),(12794,'Karan Bai'),(12795,'Karan Beer'),(12796,'Karan Das'),(12797,'Karan Kumar'),(12798,'Karan Kuwar'),(12799,'Karan lal'),(12800,'Karan Singh'),(12801,'Karanbati'),(12802,'Karandas'),(12803,'Karannum'),(12804,'Karanvati'),(12805,'Karanwati'),(12806,'Karasmati Bai'),(12807,'Karatik ram'),(12808,'Kare Lal'),(12809,'Kareliya Bai'),(12810,'Kareniya Bai'),(12811,'Karesh Kumar'),(12812,'Kareshani Bai'),(33976,'Kareshiya'),(12813,'Kari'),(12814,'Kari Bai'),(12815,'Kariaam'),(33977,'Karigir'),(33978,'Karihar'),(12816,'Karim'),(12817,'Kariman'),(12818,'Kariman Bee'),(12819,'Karina'),(12820,'Karina kumari'),(33979,'Karish'),(12821,'Karishama'),(12822,'Karishana'),(12823,'Karishma'),(12824,'Karishna'),(12825,'Karishna Bai'),(12826,'Karitik Ram'),(12827,'Kariya'),(12828,'Kariya Nanaka'),(12829,'Kariya Ram'),(12830,'Kariya Singh'),(33980,'Kariyam'),(33981,'Kariyare'),(33982,'Karke'),(33983,'Karle'),(33984,'Karma'),(12831,'Karma bai'),(12832,'Karma Ram'),(12833,'Karmahin'),(12834,'Karman'),(12835,'Karmasiya Bai'),(12836,'Karmat'),(12837,'Karmat Bai'),(12838,'Karmati Bai'),(12839,'Karmatiya'),(12840,'Karmatiya Bai'),(12841,'Karmatsay'),(12842,'Karmauti'),(12843,'Karmautin Bai'),(12844,'Karmesh Bai'),(12845,'Karmhin'),(12846,'Karmin Bai'),(12847,'Karmma'),(12848,'Karmotin'),(12849,'Karmoutin'),(12850,'Karmu'),(12851,'Karna Kumar'),(33985,'Karnakar'),(12852,'Karndeep'),(33986,'Karnik'),(12853,'Karnika'),(12854,'Karnti'),(12855,'Karnti Bai'),(12856,'Karo Bai'),(12857,'Karobai'),(33987,'Karonjiya'),(12858,'Karounda bai'),(33988,'Kars'),(33989,'Karsal'),(33990,'Karsayal'),(33991,'Karsh'),(12859,'Kartap'),(12860,'Karthik S.'),(12861,'Kartik'),(12862,'Kartik ram'),(12863,'Kartik Kumar'),(12864,'Kartik Lal'),(12865,'Kartik Ram'),(12866,'Kartik Singh'),(12867,'Kartika Bai'),(12868,'Kartikey'),(12869,'Kartiknath'),(12870,'Kartikram'),(33992,'Karude'),(12871,'Karuna'),(12872,'Karuna Bai'),(12873,'Karuna Devi'),(12874,'Karuna Kumari'),(33993,'Karunakar'),(33994,'Karune'),(33995,'Karwani'),(33996,'Karwar'),(12875,'Kasak'),(12876,'Kasam Das'),(12877,'kasav'),(33997,'Kasayap'),(33998,'Kasdey'),(33999,'Kased'),(34000,'Kaser'),(12878,'Kaserin Bai'),(34001,'Kash'),(12879,'kashak kumari'),(34002,'Kashap'),(34003,'Kashayap'),(34004,'Kashayp'),(34005,'Kasher'),(12880,'Kasherin Bai'),(12881,'Kashi'),(12882,'Kashi Bai'),(12883,'Kashi Das'),(12884,'Kashi Lal'),(12885,'Kashi Prasad'),(34006,'Kashi Puri'),(12886,'Kashi Ram'),(12887,'Kashi Singh'),(12888,'Kashibai'),(12889,'Kashidas'),(34007,'Kashikpuri'),(12890,'Kashim bai'),(12891,'Kashin bai'),(34008,'Kashipuri'),(34009,'Kashira'),(12892,'Kashiram'),(12893,'Kashish'),(34010,'kashiyap'),(34011,'Kashle'),(12894,'Kashmeera'),(12895,'Kashmir'),(12896,'Kashmira'),(12897,'kashmira prasad'),(34012,'Kashriya'),(34013,'Kashtri'),(12898,'Kashturi Bai'),(12899,'Kashyap'),(34014,'Kashyapa'),(34015,'kashyp'),(12900,'Kasida Begam'),(12901,'Kasim'),(34016,'Kastriya'),(12902,'Kastura'),(12903,'Kastura Bai'),(12904,'Kasturi'),(12905,'Kasturi Bai'),(12906,'Kasturiya Bai'),(34017,'Kasushik'),(34018,'Kasyap'),(12907,'Katak Lal'),(12908,'Kataki bai'),(12909,'Kataku'),(12910,'Katakuram'),(34019,'Katakvar'),(34020,'Katakwar'),(34021,'Kataria'),(34022,'katariya'),(12911,'Katauhara'),(12912,'Katha Bai'),(12913,'Katha Ram'),(34023,'Kathait'),(34024,'Kathale'),(12914,'kathan kuwar'),(12915,'Katheva Singh'),(34025,'Kathi'),(12916,'Kathiya'),(12917,'Kathuori Devi'),(12918,'KATI LAL'),(12919,'Katiba'),(12920,'Katik Ram'),(12921,'Katika'),(12922,'Katika Bai'),(12923,'Katikha'),(12924,'Katir'),(34026,'Katiya'),(34027,'Katiyar'),(12925,'Katki Bai'),(12926,'Katku'),(12927,'Katohara'),(12928,'Katrina'),(12929,'Katru'),(12930,'Kattan Bai'),(12931,'Katu Singh'),(12932,'Katul'),(12933,'Katum Singh'),(34028,'Katvar'),(12934,'Katvara Bai'),(12935,'Katvariya Bai'),(12936,'Katvaru'),(12937,'Katwara Bai'),(12938,'katyani'),(12939,'Katyani Bai'),(12940,'Kaudi Lalshilya Bai'),(12941,'Kaulan'),(12942,'Kauleshwari Bai'),(34029,'Kaunauje'),(12943,'Kaunwar Singh'),(34030,'Kaur'),(34031,'Kaus'),(12944,'Kausal'),(12945,'Kausar Immam'),(34032,'Kaushaik'),(12946,'Kaushal'),(12947,'Kaushal Bai'),(12948,'Kaushal Kishor'),(12949,'Kaushal Kumar'),(12950,'Kaushal Prasad'),(12951,'Kaushal Singh'),(12952,'Kaushalmati'),(12953,'Kaushalya'),(34033,'Kaushar'),(12954,'Kaushar Bibi'),(12955,'Kaushi'),(34034,'Kaushiik'),(12956,'Kaushik'),(12957,'Kaushiki Bai'),(34035,'Kaushikiya'),(12958,'Kaushil'),(12959,'Kaushil Bai'),(12960,'Kaushilaya'),(12961,'Kaushilaya Bai'),(12962,'Kaushiliya'),(12963,'Kaushiliya Bai'),(12964,'Kaushilya'),(12965,'Kaushilya Bai'),(12966,'Kaushiya'),(12967,'Kaushiya Bai'),(34036,'Kaushk'),(12968,'Kaushlaya'),(34037,'Kaushle'),(34038,'Kaushley'),(12969,'Kaushliya'),(12970,'Kaushliya bai'),(12971,'Kaushlya'),(34039,'Kaushuk'),(34040,'Kausik'),(12972,'Kausil'),(12973,'Kausilya'),(12974,'Kauslya'),(12975,'Kautiya Bai'),(12976,'Kaval'),(12977,'Kaval Bai'),(12978,'Kaval Singh'),(34041,'Kavant'),(34042,'Kavar'),(34043,'Kavat'),(12979,'Kaveri'),(12980,'Kaveri Bai'),(12981,'Kavi Las'),(12982,'Kavi Ram'),(12983,'Kavilasha bai'),(12984,'kavina'),(12985,'Kavita'),(12986,'Kavita Bai'),(12987,'Kavita Devi'),(12988,'Kavita kant'),(12989,'Kavitri'),(12990,'Kavitri Bai'),(12991,'Kavla Prasad'),(34044,'Kavtel'),(34045,'Kavvar'),(12992,'Kavya Shruti'),(34046,'Kawairt'),(34047,'Kawaith'),(12993,'Kawal'),(12994,'Kawal singh'),(12995,'Kawal Kumar'),(12996,'Kawal Mati'),(12997,'Kawal Singh'),(34048,'Kawant'),(34049,'Kawar'),(12998,'Kawar Singh'),(34050,'Kawart'),(34051,'Kawat'),(34052,'Kawer'),(12999,'Kaweri'),(13000,'Kaweri Bai'),(34053,'Kawirat'),(13001,'Kawita'),(13002,'Kawita kumari'),(13003,'Kawitri'),(13004,'Kaya Bai'),(13005,'Kaya kumari'),(34054,'Kayaasth'),(34055,'Kayarvar'),(13006,'Kayasho'),(34056,'Kayashth'),(13007,'Kayaso Bai'),(13008,'Kayum'),(34057,'Kchatriy'),(13009,'kduindi'),(34058,'Keawant'),(34059,'Keawnt'),(13010,'Kedar'),(13011,'Kedar Nath'),(13012,'Kedar Prasad'),(13013,'Kedar Singh'),(13014,'Kedarnath'),(13015,'Kedarpuri'),(13016,'Kedawi'),(34060,'Kediya'),(13017,'Kedki Bai'),(13018,'Keekaram'),(13019,'Keela'),(13020,'Keet'),(13021,'Kehar'),(13022,'Kehar Das'),(13023,'Kehar Singh'),(13024,'Keharnath'),(13025,'keharsingh'),(13026,'Kehku Ram'),(34061,'Keiwart'),(13027,'Kej Bai'),(13028,'Kej Ram'),(13029,'Keja'),(13030,'Keja Bai'),(13031,'Keja Kumar'),(13032,'Keja Ram'),(13033,'Kejabai'),(13034,'Kejaha'),(13035,'Kejaha Ram'),(13036,'Kejan Bai'),(13037,'Kejar'),(13038,'Kejaram'),(13039,'Kejau'),(13040,'Kejau Das'),(13041,'Kejau Ram'),(13042,'Kejauram'),(13043,'Kejeen Bai'),(13044,'Kejha'),(13045,'Kejha Ram'),(13046,'Kejharam'),(13047,'Kejhin Bai'),(13048,'Keji bai'),(13049,'Kejibai'),(13050,'Kejin'),(13051,'Kejin Bai'),(13052,'Kejiya'),(13053,'kejiya bai'),(13054,'kejiya ba'),(13055,'Kejiya Bai'),(13056,'Kejmati'),(13057,'Kejram'),(13058,'Keju'),(13059,'Keju Lal'),(13060,'Keju Prasad'),(13061,'Keju Ram'),(13062,'Keju Singh'),(13063,'Kejuram'),(13064,'Kejuva'),(13065,'Kejvarin Bai'),(13066,'Kejwa'),(13067,'Kekai Bai'),(13068,'Kekati'),(13069,'Kekati Bai'),(34062,'Keketta'),(13070,'Kekti'),(13071,'Kekti Bai'),(13072,'Kela Bai'),(13073,'Kelash'),(13074,'Kelasha'),(13075,'Kelawan'),(13076,'Kelawati'),(13077,'Kelbai'),(13078,'Kelendri'),(13079,'Kelesh'),(13080,'Kelha'),(13081,'Kem'),(13082,'Kemal'),(13083,'Kemal singh'),(13084,'Kemala Bai'),(13085,'Kemalbati'),(13086,'Kemali'),(13087,'Kemali Bai'),(13088,'Kemalu'),(13089,'Kemi'),(13090,'Kemin Bai'),(13091,'Kemla'),(13092,'Kemla Bai'),(13093,'Kemla Prasad'),(13094,'Kemli Bai'),(13095,'Kemlu'),(13096,'Ken Singh'),(34063,'Kenar'),(34064,'Kenawt'),(13097,'Kenda'),(13098,'Kenda Bai'),(13099,'Kendaru'),(13100,'Kendiya Bai'),(13101,'Kendva'),(13102,'Kendwa'),(13103,'kenja bai'),(34065,'kenvant'),(13104,'Kenvara'),(13105,'Kenvara Bai'),(34066,'Kenvat'),(13106,'Kenvra'),(13107,'Kenvra Bai'),(34067,'Kenwant'),(34068,'Kenwar'),(13108,'Kenwara'),(13109,'Kenwara Bai'),(13110,'Kenwari'),(34069,'Kenwat'),(13111,'Kepi Singh'),(13112,'Kera'),(13113,'Kera Bai'),(13114,'Kerabai'),(13115,'Kerabati'),(13116,'Kerajo bai'),(13117,'Keratan'),(34070,'Kerdetta'),(34071,'Kerketa'),(34072,'Kerketta'),(13118,'Kerolain'),(13119,'Kes Lal'),(13120,'Kesan'),(13121,'Kesan Singh'),(13122,'Kesani'),(13123,'Kesar'),(13124,'Kesar Bai'),(13125,'Kesar Das'),(13126,'Kesar Kumar'),(13127,'Kesari'),(13128,'Kesari Bai'),(13129,'Kesari Prasad'),(13130,'Kesariya Bai'),(34073,'Kesarvani'),(34074,'Kesarwani'),(13131,'Kesav'),(13132,'Kesav Prasad'),(13133,'Kesaw'),(13134,'Kesh Lal'),(13135,'Kesh Bai'),(13136,'Kesh kali'),(13137,'Kesh Lal'),(13138,'Kesh Mati'),(13139,'Kesh Nand'),(13140,'Kesh ram'),(13141,'Keshan'),(13142,'Keshar'),(13143,'Keshar Bai'),(13144,'Keshar Giri'),(13145,'Keshar Kumar'),(13146,'Keshar Lal'),(13147,'Keshar Prasad'),(13148,'Keshar Singh'),(13149,'Keshari'),(13150,'Keshari Bai'),(13151,'Keshari Prasad'),(13152,'Keshariya'),(13153,'Keshariya Bai'),(34075,'Kesharvahi'),(34076,'Kesharvani'),(34077,'Kesharwani'),(13154,'Keshav'),(13155,'Keshav Bai'),(13156,'Keshav das'),(13157,'Keshav Kumar'),(13158,'Keshav Prasad'),(13159,'Keshav Ram'),(13160,'Keshav Singh'),(34078,'Keshavarwani'),(13161,'Keshaw'),(13162,'Keshaw Kumar'),(13163,'Keshi'),(13164,'Keshi Ram'),(13165,'Keshkali'),(13166,'Keshkalii Bai'),(34079,'keshkar'),(13167,'Keshkuwar'),(13168,'Keshmesh'),(13169,'Keshmti'),(13170,'Keshr'),(34080,'Keshrawani'),(13171,'Keshri'),(13172,'Keshri Bai'),(34081,'keshrvani'),(34082,'Keshrwani'),(13173,'Keshu'),(13174,'Keshu Ram'),(13175,'Keshvari'),(13176,'Keshvari bai'),(13177,'Keshvati bai'),(13178,'Keshw'),(13179,'Keshwa'),(34083,'Keshwani'),(13180,'Keshwari'),(13181,'Keshwati'),(13182,'Keshwer'),(13183,'Kesi Bai'),(13184,'kesika'),(13185,'Keskali'),(13186,'Keskali Bai'),(13187,'Keskalii'),(34084,'Keskar'),(13188,'Kesnu Ram'),(34085,'Kesri'),(13189,'Kesri Prasad'),(13190,'Keta Bai'),(13191,'Ketaki'),(13192,'Ketan'),(13193,'Ketan Kumar'),(13194,'Ketki Bai'),(13195,'Keval'),(13196,'Keval Das'),(13197,'Keval Lal'),(13198,'Keval Ram'),(13199,'Keval Singh'),(13200,'Kevala Bai'),(13201,'Kevalakali'),(34086,'Kevant'),(13202,'Kevara'),(13203,'Kevara Bai'),(13204,'Kevari Bai'),(13205,'Kevarinbai'),(34087,'Kevart'),(34088,'Kevat'),(13206,'Kevat kuamar'),(13207,'Kevla Bai'),(13208,'Kevlapati'),(13209,'Kevra'),(13210,'Kevra Bai'),(13211,'Kevri Bai'),(34089,'Kewairt'),(13212,'Kewal'),(13213,'Kewal singh'),(13214,'Kewal Ram'),(13215,'Kewal Singh'),(13216,'Kewal Wati'),(13217,'Kewaliya'),(13218,'Kewalvati'),(13219,'Kewanli Bai'),(34090,'Kewanr'),(13220,'Kewanra Bai'),(34091,'Kewant'),(34092,'Kewar'),(13221,'Kewara'),(13222,'Kewara Bai'),(13223,'Kewari'),(13224,'Kewari Bai'),(13225,'Kewaribai'),(34093,'Kewart'),(34094,'Kewat'),(34095,'Kewatbdiya'),(34096,'Kewent'),(34097,'Kewnat'),(34098,'Kewnt'),(13226,'Kewra'),(13227,'Kewra bai'),(13228,'Kewra Bai'),(34099,'Kewt'),(34100,'Kewvat'),(34101,'Khaan'),(34102,'Khadait'),(13229,'Khadaru'),(34103,'Khaday'),(13230,'Khaddi Ram'),(13231,'Khadharu'),(13232,'Khadhruram'),(34104,'Khadik'),(34105,'Khadikn'),(13233,'Khadiya'),(13234,'Khadru'),(13235,'Khadru Prasad'),(13236,'Khagendra'),(13237,'Khagesh'),(13238,'khagesh narayan'),(13239,'Khageshar'),(13240,'Khageshvar'),(13241,'Khageshvari'),(13242,'Khageshwar'),(34106,'Khaikhar'),(34107,'Khairali'),(13243,'Khairu Nisha'),(13244,'Khairun'),(13245,'Khairun Nisha'),(34108,'Khairvar'),(34109,'Khairwar'),(34110,'Khaiwar'),(13246,'Khajhi Bai'),(13247,'Khajhu singh'),(13248,'Khajju'),(13249,'Khajju Das'),(13250,'Khajju Singh'),(34111,'Khajur'),(34112,'Khaka'),(34113,'Khakha'),(13251,'Khakhara'),(13252,'Khakhara Bai'),(13253,'Khakhari Bai'),(13254,'Khakhendra Kumar'),(13255,'Khaleshwar'),(34114,'Khalid'),(13256,'Khalida'),(13257,'Khalil'),(13258,'Khalilludin'),(34115,'Khalkho'),(13259,'Khalla'),(13260,'khalmatya bai'),(34116,'Khalse'),(13261,'Khambhan'),(13262,'Khamesh mati'),(13263,'Khamhan'),(13264,'Khamhan Lal'),(13265,'Khamhan Prasad'),(13266,'Khamhan Singh'),(13267,'khamhin bai'),(13268,'Khamotin Bai'),(34117,'Khan'),(34118,'Khanam'),(34119,'Khanb'),(34120,'Khanbdiya'),(34121,'Khand'),(34122,'Khanday'),(34123,'Khande'),(34124,'Khandekar'),(34125,'Khandelwal'),(34126,'Khandey'),(13269,'Khandhu Lal'),(34127,'Khanduja'),(34128,'Khandy'),(34129,'Khanekar'),(13270,'Khanhya'),(34130,'Khaniya'),(13271,'Khanjar'),(13272,'Khanna Bai'),(13273,'Khannu Kumar'),(13274,'Khannu Prasad'),(13275,'khansi ram'),(13276,'Khanu'),(34131,'Khanuja'),(13277,'Khapsurat'),(34132,'Khar'),(34133,'Khara'),(34134,'Kharab'),(13278,'Kharak Bal'),(13279,'Kharan Singh'),(34135,'Khare'),(34136,'Kharik'),(34137,'Khariya'),(34138,'Kharse'),(13280,'Kharsen'),(13281,'Kharu Nisha'),(34139,'Kharun'),(34140,'Kharvar'),(13282,'Kharwara'),(13283,'Khasra'),(34141,'Khastriya'),(34142,'Khatanu'),(34143,'Khatel'),(34144,'Khati'),(34145,'Khatik'),(13284,'Khatina'),(34146,'khatkar'),(34147,'Khatri'),(34148,'Khattri'),(34149,'Khatum'),(13285,'Khatun'),(13286,'Khatun Bee'),(13287,'Khatun Begam'),(13288,'Khatvadan'),(13289,'Khebar'),(13290,'Khed'),(13291,'Khed Bai'),(13292,'Khedan Bai'),(13293,'Khedima Bai'),(13294,'Khediya'),(13295,'Khediya Bai'),(13296,'Khedu'),(13297,'Khedu Ram'),(13298,'Khedu Singh'),(13299,'Kheduram'),(13300,'Kheer'),(13301,'Kheer Nidhi'),(13302,'Khel'),(13303,'Khel singh'),(13304,'Khel Bai'),(13305,'Khel kuamar'),(13306,'Khel Kumari'),(13307,'Khel kunwar'),(13308,'Khel Singh'),(13309,'Khela'),(13310,'khela bai'),(13311,'Khelaiya'),(13312,'Khelan'),(13313,'Khelan Bai'),(13314,'Khelan Das'),(13315,'Khelan Kumar'),(13316,'khelan lal'),(13317,'Khelan Prasad'),(13318,'Khelan Ram'),(13319,'Khelan Singh'),(13320,'Khelanbai'),(13321,'Khelanbati'),(13322,'Khelani Bai'),(13323,'Khelaniya'),(13324,'Khelaniya Bai'),(13325,'khelanmati'),(13326,'Khelanpuri'),(13327,'Khelanti Bai'),(13328,'Khelanvati'),(13329,'Khelau'),(13330,'Khelau Ram'),(13331,'Khelavan'),(13332,'Khelavan Ram'),(13333,'Khelawan'),(13334,'Khelbai'),(13335,'Khelbatiya Bai'),(13336,'khelendra kumar'),(13337,'Khelendra Pratap'),(13338,'Khelin'),(13339,'Khelin Bai'),(13340,'Khelkunwar'),(13341,'khellu bai'),(13342,'Khelmani'),(13343,'Khelmati'),(13344,'Khelmatiya Bai'),(13345,'Khelni Bai'),(13346,'Khelniya bai'),(13347,'Khelo Ram'),(13348,'Kheloni'),(13349,'Kheloram'),(13350,'Khelu'),(13351,'Khelu Kumar'),(13352,'Khelu Ram'),(13353,'Kheluram'),(13354,'Khelvati'),(13355,'Khelwan'),(13356,'Khem'),(13357,'Khem Chand'),(13358,'Khem Chandra'),(13359,'Khem Kumar'),(13360,'Khem Lal'),(13361,'Khem Narayan'),(13362,'Khem Raj'),(13363,'Khem Ram'),(13364,'Khem Singh'),(13365,'Khema'),(13366,'Kheman Lal'),(13367,'Khemaraj'),(13368,'Khembati Bai'),(13369,'Khemchand'),(13370,'Khemdin'),(13371,'Khemeshwari'),(13372,'Khemi Bai'),(13373,'Khemin'),(13374,'Khemiya'),(13375,'Khemiya Bai'),(13376,'Khemkaran'),(13377,'Khemlata'),(13378,'Khemnath'),(13379,'Khemraj'),(13380,'Khemshari'),(13381,'Khemu'),(13382,'Khemu Singh'),(13383,'Khemvati'),(13384,'Khenu'),(34150,'kherde'),(34151,'Khes'),(13385,'Khet singh'),(13386,'Kheta'),(13387,'Khetahen Bai'),(13388,'Khetha'),(13389,'Khetiya Bai'),(13390,'Khetki Prasad'),(13391,'Khetrapal'),(13392,'Khewan'),(13393,'Khiarun'),(13394,'Khib Bai'),(34152,'Khichchi'),(34153,'Khichichi'),(13395,'Khidiya'),(13396,'Khijjhu Ram'),(13397,'Khik'),(13398,'Khik Bai'),(13399,'Khik Ram'),(13400,'Khikh'),(13401,'Khikh Bai'),(13402,'Khikh Ram'),(13403,'Khikhabai'),(13404,'Khikhan'),(34154,'Khikhar'),(13405,'Khikho Bai'),(13406,'Khikram'),(13407,'Khilan'),(13408,'Khilari'),(13409,'Khilavan'),(13410,'khilavan singh'),(13411,'Khilawan'),(13412,'Khiled'),(13413,'Khilendra'),(13414,'Khilendra Kumar'),(13415,'Khilesh'),(13416,'Khilesh Kumar'),(13417,'Khileshvar'),(13418,'Khileshvari'),(13419,'Khileshwar'),(13420,'Khileshwari'),(13421,'Khileshwer'),(13422,'Khileshwri'),(13423,'Khileswari'),(13424,'Khili Lal'),(13425,'Khilmati'),(13426,'Khilya Bai'),(13427,'Khiman'),(13428,'Khimi'),(13429,'Khind Ram'),(13430,'Khiniya Bai'),(13431,'Khinu'),(13432,'Khir'),(13433,'Khir Bai'),(13434,'khir das'),(34155,'Khirakhar'),(34156,'Khirkhar'),(13435,'Khirman'),(13436,'Khiro Bai'),(13437,'Khiru ram'),(34157,'Khirwar'),(13438,'Khishan'),(13439,'Khishu'),(13440,'Khistbeena'),(13441,'Khiya Begam'),(13442,'Khndu Das'),(13443,'Khoaa Ram'),(13444,'Khobahra'),(34158,'Khobaragade'),(13445,'Khobendra kumar'),(13446,'Khogendra Singh'),(13447,'Khoj Kumar'),(13448,'Khojan Lal'),(13449,'Khol'),(13450,'Khol Bahra'),(13451,'Kholbahara'),(13452,'Kholbahari'),(13453,'Kholbaharin'),(13454,'Kholbahra'),(13455,'Kholbahrin'),(13456,'Kholin'),(13457,'Kholtin Bai'),(13458,'Kholu Ram'),(13459,'Khonai Bai'),(13460,'Khoni'),(13461,'Khoniya'),(13462,'Khonjhi'),(13463,'Khonjhi Bai'),(13464,'Khonjo Bai'),(13465,'Khonuram'),(13466,'Khoosbu'),(13467,'Khooshbu'),(13468,'Khor'),(13469,'Khorai Prasad'),(13470,'Khorajaharin'),(13471,'Khoranharin'),(13472,'Khorava Ram'),(13473,'Khorbahara'),(13474,'Khorbaharan'),(13475,'Khorbaharin'),(13476,'Khorbaharin Bai'),(13477,'Khorbahera'),(13478,'Khorbahra'),(13479,'Khorbahra Das'),(13480,'Khorbahrian'),(13481,'Khorbahrin'),(13482,'Khorbahrin Bai'),(13483,'khorbarin bai'),(13484,'Khorbhara'),(13485,'Khorbharin'),(13486,'Khorbharin Bai'),(13487,'Khorbhrin Bai'),(13488,'Khorlbharin Bai'),(13489,'Khorwain'),(13490,'Khosan'),(13491,'Khoshilya'),(13492,'Khoumesh'),(13493,'Khoushilaya'),(13494,'Khtija'),(13495,'Khub'),(13496,'Khub Chand'),(13497,'Khub Chandra'),(13498,'Khub Kunwar'),(13499,'Khub Singh'),(13500,'Khuba'),(13501,'Khubchand'),(34159,'Khubhakar'),(34160,'Khubhkar'),(13502,'Khubi Ram'),(13503,'Khubiram'),(13504,'Khubiya Bai'),(34161,'Khude'),(13505,'Khudi Ram'),(13506,'Khuduram'),(34162,'Khujur'),(13507,'Khukham'),(13508,'Khulaniya'),(13509,'Khulasa Bai'),(13510,'Khulash'),(13511,'Khulasha Bai'),(13512,'Khulasin Bai'),(13513,'Khulasiya'),(13514,'Khulaso'),(13515,'Khulaso Bai'),(13516,'Khulesar'),(13517,'Khulesh'),(13518,'Khullu'),(13519,'Khulniya Bai'),(13520,'Khulsay'),(13521,'Khulsiya'),(13522,'Khulu Lal'),(13523,'Khuman'),(13524,'Khuman Das'),(13525,'Khuman Singh'),(13526,'Khumana'),(13527,'Khumendra'),(13528,'Khumesh Kumar'),(13529,'khunddi bai'),(13530,'Khuni Bai'),(13531,'Khunibai'),(13532,'Khunni Bai'),(13533,'Khunsuram'),(34163,'Khuntale'),(34164,'Khunte'),(13534,'Khunti bai'),(13535,'Khurajiya'),(13536,'Khursal'),(13537,'Khurshal'),(13538,'Khursid'),(13539,'Khusabu'),(34165,'Khusaro'),(13540,'Khusbu'),(13541,'khusbun bee'),(13542,'Khushaboo'),(13543,'Khushabu'),(13544,'Khushal'),(13545,'Khushal Singh'),(13546,'Khushboo'),(13547,'Khushbu'),(13548,'Khushbu Rani'),(13549,'Khushhali'),(13550,'Khushi'),(13551,'Khushi Lal'),(13552,'Khushi Ram'),(34166,'Khushro'),(13553,'Khusman'),(34167,'Khusro'),(34168,'Khuta'),(34169,'Khute'),(13554,'Khyal Bai'),(13555,'Kiishor Singh'),(13556,'Kila Bai'),(13557,'Kilash'),(13558,'Kilash Bai'),(13559,'Kilash Prasad'),(13560,'Kilash Vati'),(13561,'Kilasha'),(13562,'Kilasha Bai'),(13563,'Kilashiya'),(13564,'Kilashiya Bai'),(13565,'Kilesh'),(13566,'Kili'),(13567,'Kili ram'),(13568,'Kiliash Kumar'),(34170,'Killo'),(13569,'Kilshiya Bai'),(13570,'Kinda Bai'),(13571,'Kindarbati'),(13572,'kindi bai'),(34171,'Kindo'),(13573,'Kinhariya Singh'),(13574,'Kinjal'),(13575,'Kinkrita'),(13576,'Kinriha'),(13577,'Kintu'),(13578,'Kiran'),(13579,'Kiran Bai'),(13580,'Kiran bia'),(13581,'Kiran Devi'),(13582,'Kiran Kala'),(13583,'Kiran kuamri'),(13584,'Kiran Kumar'),(13585,'Kiran Kumari'),(13586,'Kiran Lata'),(13587,'Kiran Saheb'),(13588,'Kirandas'),(13589,'Kirankala'),(13590,'Kiranti'),(13591,'Kirasan'),(13592,'Kiratan'),(13593,'Kiratan Bai'),(13594,'Kiraudhi Das'),(13595,'Kirishna'),(13596,'Kirit'),(13597,'Kirit Ram'),(13598,'Kirita'),(13599,'Kiritram'),(13600,'Kirori'),(13601,'Kirpa'),(13602,'Kirshana'),(13603,'Kirtan'),(13604,'Kirtan Bai'),(13605,'Kirtan Das'),(13606,'Kirtan Kumar'),(13607,'Kirtan Lal'),(13608,'Kirtan Prasad'),(13609,'Kirtan Ram'),(13610,'Kirtanbai'),(13611,'Kirtaniya Bai'),(13612,'Kirti'),(13613,'Kirti Bai'),(13614,'Kirti Kumar'),(13615,'Kirti Lal'),(13616,'Kirti Lata'),(13617,'kirti maravi'),(13618,'Kirtigiya'),(13619,'Kirtilata'),(13620,'Kirtin'),(13621,'kirtin bai'),(13622,'Kirtu'),(13623,'Kirty'),(34172,'Kisaan'),(13624,'Kisalbati'),(34173,'Kisan'),(13625,'Kisan Lal'),(34174,'Kisani'),(13626,'Kish Lal'),(13627,'Kishan'),(13628,'Kishan Bai'),(13629,'Kishan Das'),(13630,'Kishan Kumar'),(13631,'Kishan Lal'),(13632,'Kishan Ram'),(13633,'Kishana bai'),(13634,'Kishanchand'),(13635,'Kishann Kumar'),(13636,'Kishanu'),(13637,'Kishno Bai'),(13638,'Kishor'),(13639,'Kishor Kuamr'),(13640,'Kishor Kumar'),(13641,'Kishore'),(13642,'Kishori'),(13643,'Kishorimati'),(13644,'Kishun'),(13645,'kishun bai'),(13646,'Kishun kumar'),(13647,'Kishun Lal'),(13648,'Kishun Prasad'),(13649,'Kishun Ram'),(13650,'Kishun Singh'),(13651,'Kishundas'),(13652,'Kishwar'),(13653,'Kiskindha'),(13654,'Kismat'),(13655,'Kismati'),(13656,'Kisna Bai'),(13657,'Kisno'),(13658,'Kisnomati'),(34175,'Kispotta'),(13659,'Kisun'),(13660,'Kisun Kumar'),(13661,'Kisun Singh'),(13662,'Kitab'),(13663,'Kitab Singh'),(13664,'Kitabon'),(13665,'Kitabun'),(13666,'Kitan'),(13667,'Kiteshwar'),(13668,'Kittu'),(34176,'Kivat'),(34177,'Kiwart'),(34178,'Kiwat'),(34179,'Kiwath'),(13669,'Kjjadfa'),(34180,'Kjkh'),(13670,'Kjlj'),(13671,'Kjlkj'),(13672,'Klairam'),(13673,'Klaram'),(34181,'Koal'),(34182,'Kobra'),(13674,'Kodaili Bai'),(13675,'Kodaiya'),(13676,'Kodaiya Bai'),(13677,'Kodaiya Singh'),(34183,'Kodaku'),(13678,'Kodal Ram'),(13679,'Kodari'),(13680,'Koddu'),(13681,'Kodi'),(13682,'Kodin'),(13683,'Kodiya'),(13684,'Kodiya Bai'),(13685,'Kodu'),(13686,'Kodu Bai'),(13687,'Kodu Lal'),(13688,'Kodu Ram'),(13689,'Kodu Singh'),(13690,'Kodulal'),(13691,'Koduram'),(13692,'Koduwa'),(13693,'koha'),(34184,'Kohi'),(13694,'kohi shri'),(13695,'Kohinur'),(34185,'Kohli'),(34186,'Koi'),(13696,'Koili Bai'),(13697,'Koily'),(13698,'Koina'),(13699,'Koitama'),(13700,'Koitama Bai'),(13701,'Kok Say'),(34187,'Kokadiya'),(34188,'Kokhar'),(34189,'Kol'),(34190,'kola'),(13702,'Kola Ram'),(13703,'Koladas'),(13704,'Kolai'),(13705,'Kolairam'),(34191,'Kolam'),(34192,'Kolan'),(34193,'Kolbdiya'),(13706,'Kolbul'),(13707,'Koldin'),(34194,'Kole'),(13708,'Kole Ram'),(34195,'Kolhane'),(34196,'Kolhare'),(13709,'Kolhu Ram'),(13710,'Koli'),(13711,'Koli Bai'),(13712,'Kolin bai'),(34197,'Koliya'),(13713,'Kolmbas'),(13714,'Koltin'),(13715,'Koltin Bai'),(13716,'Koltu Ram'),(13717,'Komal'),(13718,'Komal Bai'),(13719,'Komal Chand'),(13720,'Komal Das'),(13721,'Komal Kumar'),(13722,'Komal Kumari'),(13723,'Komal Prasad'),(13724,'Komal Prased'),(13725,'Komal Singh'),(13726,'Komali Bai'),(13727,'Komalvati'),(13728,'Komati'),(13729,'Komla'),(13730,'Komti'),(13731,'Konda'),(13732,'Konda bai'),(13733,'Konda Ram'),(13734,'Kondi'),(13735,'Kondi Bai'),(13736,'Kondra Ram'),(13737,'Konen'),(34198,'Konher'),(13738,'Kopa Bai'),(34199,'Kor'),(34200,'Korache'),(34201,'Koram'),(13739,'Koran Singh'),(13740,'Korbahra'),(34202,'Korche'),(34203,'Kori'),(34204,'korja'),(34205,'Korje'),(34206,'Kormi'),(34207,'Koro'),(13741,'Kosa'),(13742,'Kosa Bai'),(13743,'Kosa Singh'),(34208,'Kosale'),(13744,'Kosam'),(13745,'Kosam Bai'),(34209,'Kosariya'),(13746,'Kosendra Kumar'),(13747,'Kosha bai'),(13748,'Koshal'),(13749,'Koshal Kumar'),(13750,'Koshal Prasad'),(13751,'Koshal Prased'),(34210,'Koshale'),(13752,'Koshalendra'),(13753,'Koshalya'),(13754,'Koshalya Bai'),(13755,'Kosham'),(13756,'Kosham Bai'),(34211,'Koshariya'),(13757,'koshi'),(13758,'Koshi Bai'),(34212,'Koshik'),(34213,'Koshika'),(13759,'Koshil'),(13760,'Koshil Bai'),(13761,'Koshilaya'),(13762,'Koshilaya Bai'),(13763,'Koshilya'),(13764,'Koshilya Bai'),(34214,'Koshla'),(34215,'Koshle'),(34216,'Koshriya'),(34217,'Koshta'),(13765,'Kosi'),(13766,'Kosi Bai'),(13767,'Kosi Singh'),(34218,'Kosik'),(13768,'Kosiya Bai'),(13769,'Kosla Bai'),(34219,'Kosle'),(34220,'Kosriya'),(34221,'Kosta'),(13770,'Kosu Lal'),(13771,'Kosu Ram'),(34222,'Koswaha'),(13772,'Kota'),(13773,'Kota Bai'),(13774,'Kotabai'),(34223,'Kothet'),(13775,'Kothraha'),(13776,'koti'),(13777,'koti bai'),(13778,'Koti Bai'),(13779,'Kotin Bai'),(13780,'Kotiya Bai'),(13781,'Kotma'),(13782,'Kotma Bai'),(13783,'Koto'),(34224,'Kotwani'),(34225,'Kouhshik'),(34226,'Kouhsik'),(34227,'Kour'),(13784,'Koushal'),(13785,'Koushal Bai'),(13786,'Koushal Kumar'),(13787,'Koushalya Bai'),(13788,'Koushik'),(13789,'Koushil'),(13790,'Koushila'),(13791,'Koushilaya'),(13792,'Koushilaya Bai'),(13793,'Koushiliya'),(13794,'Koushilya'),(13795,'Koushilya Bai'),(34228,'Kousik'),(13796,'Kousilya'),(13797,'Kousilya Bai'),(34229,'Kovsik'),(13798,'Koyali bai'),(13799,'Koyli Bai'),(13800,'Krant singh'),(13801,'Kranti'),(13802,'Kranti bai'),(13803,'Kranti Bai'),(13804,'Kranti Kumar'),(13805,'Krantiveer'),(13806,'Krian'),(13807,'Kriashana Bai'),(13808,'Kripa'),(13809,'Kripa Ram'),(13810,'Kripa Ram'),(13811,'Kripa Shankar'),(13812,'Kripa Shanker'),(13813,'Kripal'),(13814,'Kripal Das'),(13815,'Kripal Singh'),(13816,'Kriparam'),(13817,'Kripashankar'),(13818,'Krisahn'),(13819,'Krish'),(13820,'Krish Kumar'),(13821,'Krish Lal'),(13822,'Krish Pal'),(13823,'Krisha'),(13824,'Krisha kumar'),(13825,'Krisha Bai'),(13826,'Krisha Parsad'),(13827,'Krishan'),(13828,'Krishan Bai'),(13829,'Krishan Chandra'),(13830,'Krishan Gopal'),(13831,'Krishan Jhul'),(13832,'Krishan Kant'),(13833,'Krishan Kishor'),(13834,'Krishan kuamar'),(13835,'Krishan Kumar'),(13836,'Krishan kumari'),(13837,'Krishan Lal'),(13838,'Krishan pal'),(13839,'Krishan Prasad'),(13840,'Krishana'),(13841,'Krishana Bai'),(13842,'Krishana Baii'),(13843,'Krishana Das'),(13844,'Krishana Dev'),(13845,'Krishana Devi'),(13846,'Krishana Kumar'),(13847,'Krishana Kumari'),(13848,'Krishana Ram'),(13849,'Krishanavati'),(13850,'Krishanchand'),(13851,'Krishani'),(13852,'Krishani bai'),(13853,'Krishankant'),(13854,'Krishanpal Singh'),(13855,'Krishav'),(34230,'Krishchan'),(13856,'Krishdhar'),(13857,'Krishn'),(13858,'Krishn kumar'),(13859,'Krishn Bai'),(13860,'Krishn Kumar'),(13861,'Krishn Singh'),(13862,'Krishna'),(13863,'Krishna Bai'),(13864,'Krishna Kumar'),(13865,'Krishna Bai'),(13866,'Krishna Baii'),(13867,'Krishna Das'),(13868,'Krishna Devi'),(13869,'Krishna Giri'),(13870,'Krishna Kuamr'),(13871,'Krishna Kumar'),(13872,'Krishna Kumari'),(13873,'Krishna Lal'),(13874,'Krishna Murari'),(13875,'Krishna Nanda'),(13876,'Krishna Ram'),(13877,'Krishna Singh'),(13878,'Krishnachand'),(13879,'Krishnacharya'),(13880,'Krishnadhan'),(13881,'Krishnakant'),(13882,'Krishnanand'),(13883,'Krishnapal'),(13884,'Krishnavati'),(13885,'Krishni'),(13886,'Krishni Bai'),(13887,'Krishnkant'),(13888,'Krishnpal'),(13889,'Krishnram'),(13890,'Krishpal'),(13891,'Krishtina'),(13892,'krishu kumar'),(13893,'Krisnaiya Lal'),(13894,'Krispat'),(13895,'Krit Kumar'),(13896,'Krita'),(13897,'Krita Bai'),(13898,'Kritagya'),(13899,'Kritam Das'),(13900,'Kritan'),(13901,'Kritan Bai'),(13902,'Kritan Lal'),(13903,'Kriti'),(13904,'Kriti Bai'),(13905,'Kriti Devi'),(13906,'Kriti Kumar'),(13907,'Kriti Vardhan'),(13908,'Kritika'),(13909,'Kritika Bai'),(13910,'Kritygh'),(13911,'Krupa ram'),(13912,'Krushn kumar'),(13913,'Krushna bai'),(13914,'krutisha'),(34231,'Kshatri'),(34232,'Kshatriy'),(34233,'Kshatriya'),(13915,'Kshitij Kumar'),(13916,'Kshitiya'),(13917,'kshriya'),(34234,'Kshtr'),(34235,'Kshtri'),(34236,'Kshtriya'),(34237,'Kshtriyaiya'),(13918,'Ku'),(13919,'Ku Nilu'),(13920,'Ku akbari'),(13921,'Ku Ambalika'),(13922,'Ku Anjeeta'),(13923,'ku archana'),(13924,'Ku Arti'),(13925,'Ku Aruna'),(13926,'Ku Babli'),(13927,'Ku Brihsapati'),(13928,'Ku Dashodiya'),(13929,'Ku Dibiiya'),(13930,'Ku Divya'),(13931,'ku ishawari'),(13932,'Ku Janki'),(13933,'Ku Jayoti'),(13934,'Ku Khushbu'),(13935,'ku kiran'),(13936,'Ku Lobhana'),(13937,'Ku Mansi'),(13938,'Ku Meri sadumha'),(13939,'Ku Raj'),(13940,'Ku Ram'),(13941,'Ku Rama'),(13942,'Ku Ritu'),(13943,'Ku Sita'),(13944,'Ku Tulika'),(13945,'Ku Vasni'),(13946,'ku, akta'),(13947,'Ku,Nilu'),(13948,'Ku.'),(13949,'Ku. Anjali'),(13950,'Ku. Anjani'),(13951,'Ku. Arti'),(13952,'Ku. Bhagvati'),(13953,'Ku. Bhamati'),(13954,'Ku. Bharati'),(13955,'Ku. Bhawna'),(13956,'Ku. Chandra Rekha'),(13957,'Ku. Chitrekha'),(13958,'Ku. Divya'),(13959,'Ku. Gauri'),(13960,'Ku. Girja'),(13961,'Ku. Gulshan'),(13962,'Ku. Jyoti'),(13963,'Ku. Kalawati'),(13964,'Ku. Kamlesh'),(13965,'Ku. Kamodni'),(13966,'Ku. Kiran'),(13967,'Ku. Lata'),(13968,'Ku. Laxmi'),(13969,'Ku. Madhu'),(13970,'Ku. Maitri'),(13971,'Ku. Mamata'),(13972,'Ku. Mamta'),(13973,'Ku. Manisha'),(13974,'Ku. Mansi'),(13975,'Ku. Maya'),(13976,'Ku. Mila'),(13977,'Ku. Mouli'),(13978,'Ku. Muskan'),(13979,'Ku. Nandani'),(13980,'Ku. Neetu'),(13981,'Ku. Neha'),(13982,'Ku. Nilam'),(13983,'Ku. Nisha'),(13984,'Ku. Nishu'),(13985,'Ku. Parwati'),(13986,'Ku. Pooja'),(13987,'Ku. Pratibha'),(13988,'KU. Pratigya'),(13989,'Ku. Pratima'),(13990,'Ku. Purnima'),(13991,'Ku. Pushapa'),(13992,'Ku. Rajni'),(13993,'Ku. Rameshiya'),(13994,'Ku. Rani Kewant'),(13995,'Ku. Ranu'),(13996,'Ku. Reduka'),(13997,'Ku. Revti'),(13998,'Ku. Roshani'),(13999,'Ku. Samptti'),(14000,'Ku. Sangeeta'),(14001,'Ku. Sapna'),(14002,'Ku. Sarita'),(14003,'Ku. Saviita'),(14004,'Ku. Seema'),(14005,'Ku. Shitala'),(14006,'Ku. Sona'),(14007,'Ku. Sonam'),(14008,'Ku. Sumaran'),(14009,'Ku. Sunita'),(14010,'Ku. Urmila'),(14011,'Ku. Usha'),(14012,'Ku.aarati'),(14013,'Ku.anjani'),(14014,'Ku.anju'),(14015,'Ku.Anupa'),(14016,'Ku.archana'),(14017,'Ku.arti'),(14018,'ku.aruna'),(14019,'ku.asha'),(14020,'Ku.beby Kajal'),(14021,'Ku.deeksha'),(14022,'Ku.duvasa'),(14023,'Ku.hemlata'),(14024,'ku.jyoti'),(14025,'ku.kalpna'),(14026,'Ku.kanchan'),(14027,'Ku.karishma'),(14028,'Ku.Kiran'),(14029,'KU.KITU'),(14030,'Ku.kritika'),(14031,'ku.laxmin'),(14032,'Ku.Malesh'),(14033,'Ku.maya'),(14034,'ku.meena'),(14035,'Ku.mira'),(14036,'Ku.mithala'),(14037,'KU.NAINA'),(14038,'Ku.nilam'),(14039,'ku.nilima'),(14040,'Ku.parvati'),(14041,'ku.priti'),(14042,'ku.puja'),(14043,'Ku.Radha'),(14044,'ku.rajeshvari'),(14045,'ku.ranu'),(14046,'Ku.rohani'),(14047,'Ku.sadhana'),(14048,'Ku.sandhya'),(14049,'KU.SANTOSHI'),(14050,'ku.shardha'),(14051,'ku.shradhdha'),(14052,'ku.somli'),(14053,'Ku.sonam'),(14054,'Ku.Soni'),(14055,'Ku.subhadra'),(14056,'ku.sumantra'),(14057,'ku.sumantri'),(14058,'ku.sveta'),(14059,'Ku.urmila'),(14060,'Ku.ushila'),(14061,'ku.vijya'),(34238,'Kuamr'),(14062,'kuashal'),(34239,'Kuashik'),(14063,'Kuashilya bai'),(34240,'Kuasihik'),(14064,'Kube'),(14065,'Kuber'),(14066,'Kuber Singh'),(34241,'Kubhakar'),(34242,'Kubhar'),(34243,'Kubhkar'),(14067,'Kubu'),(34244,'Kubur'),(14068,'Kudan Lal'),(14069,'Kudari'),(14070,'Kudari Bai'),(14071,'Kudbun'),(14072,'Kudiya Bai'),(14073,'Kudu'),(14074,'Kuduram'),(14075,'Kuhina'),(14076,'Kuhu'),(14077,'Kuhuk'),(14078,'Kuhuk Ram'),(14079,'Kuisi'),(14080,'Kuiya Bai'),(14081,'Kujal'),(14082,'Kujariya Bai'),(14083,'Kuju'),(34245,'Kujur'),(14084,'Kuk Ram'),(34246,'kukerja'),(34247,'Kukreja'),(14085,'Kukund'),(14086,'Kul Chand'),(14087,'Kul Say'),(14088,'Kul Singh'),(14089,'Kulaiya Bai'),(14090,'Kulbhushan'),(14091,'Kuldeep'),(14092,'Kuldeep Kumar'),(14093,'Kuldip'),(14094,'Kuldip Kumar'),(14095,'Kuldip singh'),(14096,'Kulesar'),(14097,'Kulesh'),(14098,'Kulesh Bai'),(14099,'Kuleshvar'),(14100,'Kuleshvari'),(14101,'Kuleshwar'),(14102,'Kuleshwari'),(34248,'Kulguru'),(14103,'Kulkaran'),(14104,'Kulkvitan'),(14105,'Kulli Bai'),(14106,'Kullu Singh'),(14107,'Kulmati'),(34249,'kulmitra'),(14108,'Kulpat'),(14109,'Kulpat Das'),(14110,'Kulpat Kumar'),(14111,'Kulpat Ram'),(14112,'Kulpi Bai'),(14113,'Kulsingh'),(14114,'Kulsum'),(14115,'Kulvant'),(14116,'Kulvantin'),(14117,'Kulvantin Bai'),(34250,'Kuma'),(34251,'Kumaer'),(34252,'Kumahar'),(14118,'Kumair'),(14119,'Kumaitin'),(14120,'Kuman'),(14121,'Kuman Singh'),(14122,'Kumaniya Bai'),(14123,'Kumar'),(14124,'Kumar chand'),(14125,'Kumar Das'),(14126,'Kumar Gorav'),(14127,'kumar sanu'),(14128,'Kumar Shingh'),(14129,'Kumar Singh'),(34253,'Kumar\''),(34254,'Kumard'),(14130,'Kumari'),(14131,'Kumari Bai'),(14132,'Kumari Arti'),(14133,'Kumari Bai'),(14134,'Kumari Bhawana'),(14135,'Kumari Devi'),(14136,'Kumari Devki'),(14137,'Kumari Dipa'),(14138,'Kumari Geeta'),(14139,'Kumari Jyoti'),(14140,'Kumari Kajal'),(14141,'Kumari Madhu'),(14142,'Kumari Santoshi'),(14143,'Kumari Seema'),(14144,'Kumari Suruj'),(14145,'Kumari Triveni'),(14146,'Kumaribai'),(14147,'Kumaridevi'),(14148,'Kumarin'),(14149,'Kumarin Bai'),(14150,'Kumariya Bai'),(14151,'Kumaru'),(34255,'Kumar`'),(14152,'Kumat'),(14153,'Kumat Bai'),(14154,'Kumbh'),(14155,'Kumbhaj'),(34256,'Kumbhakar'),(34257,'Kumbhar'),(14156,'Kumbhi Bai'),(34258,'Kumbhkar'),(14157,'Kumbhkaran'),(14158,'Kumbhlata'),(14159,'Kumbhmati'),(14160,'Kumer Singh'),(14161,'Kumetin'),(34259,'Kumhar'),(14162,'Kumhar Lal'),(14163,'Kumharin Singh'),(14164,'Kumharin Bai'),(34260,'Kumhkar'),(14165,'Kumita'),(34261,'Kumkar'),(14166,'Kumkum'),(14167,'Kummati'),(14168,'Kummi Bai'),(14169,'Kumodani'),(34262,'Kumrai'),(34263,'Kumri'),(14170,'Kumud'),(14171,'Kumud Bai'),(14172,'Kumud Singh'),(14173,'Kumund'),(14174,'Kumund Singh'),(14175,'Kuna Bai'),(14176,'Kunai'),(14177,'Kunai Bai'),(14178,'Kunaiya Bai'),(14179,'Kunal'),(14180,'Kundan'),(14181,'Kundan Bai'),(14182,'Kundan Lal'),(14183,'Kundan Singh'),(14184,'Kundandas'),(14185,'Kundas Satanmi'),(34264,'Kunde'),(14186,'Kunde Singh'),(14187,'Kundi'),(14188,'Kundi Bai'),(14189,'Kundiya'),(14190,'Kundiya Bai'),(34265,'Kungwani'),(14191,'Kuni'),(14192,'Kuni Bai'),(14193,'Kunj'),(14194,'Kunj Bai'),(14195,'Kunj Bihari'),(14196,'Kunj kuvar'),(14197,'Kunj Kuwar'),(14198,'Kunj Lal'),(14199,'Kunj Prasad'),(14200,'Kunj Ram'),(14201,'Kunja'),(14202,'Kunja Bai'),(14203,'Kunjal'),(14204,'Kunjal Singh'),(14205,'Kunjali Bai'),(14206,'Kunjan'),(14207,'Kunjan Bai'),(14208,'Kunjan Lal'),(14209,'Kunjan Ram'),(14210,'Kunjan Singh'),(14211,'Kunjani'),(14212,'Kunjariya'),(14213,'Kunjariya Bai'),(14214,'Kunjbai Bai'),(14215,'Kunjbati'),(14216,'Kunjbihari'),(14217,'Kunjera Bai'),(14218,'Kunji'),(14219,'Kunji Bai'),(14220,'Kunji Lal'),(14221,'Kunjiya'),(14222,'Kunjkunwer'),(14223,'Kunjl'),(14224,'Kunjlal'),(14225,'Kunjlata'),(14226,'Kunjli'),(14227,'Kunjli Bai'),(14228,'Kunjmati'),(14229,'Kunjmati Bai'),(14230,'Kunjram'),(14231,'Kunjrm'),(14232,'Kunjvati'),(14233,'Kunjwati'),(14234,'Kunna Singh'),(14235,'Kunni'),(14236,'Kunni Bai'),(14237,'Kunni Lal'),(14238,'Kunnu'),(14239,'Kunnu Bai'),(34266,'Kunswar'),(14240,'Kunta'),(14241,'Kunta Bai'),(14242,'Kuntali'),(34267,'Kunte'),(14243,'Kunti'),(14244,'Kunti bai'),(14245,'Kunti Bai'),(14246,'Kunti Devi'),(14247,'Kuntibai'),(14248,'Kunupal'),(34268,'Kunur'),(14249,'Kunvar'),(14250,'Kunvar Lal'),(14251,'Kunvar Singh'),(14252,'Kunvara'),(14253,'Kunvara Bai'),(14254,'Kunvarabai'),(14255,'Kunvare lal'),(14256,'Kunvariya'),(14257,'Kunvariya Bai'),(14258,'Kunvarlal'),(14259,'Kunvarsen'),(14260,'Kunvaru'),(34269,'Kunver'),(14261,'Kunver lal'),(14262,'Kunver singh'),(14263,'Kunwar'),(14264,'Kunwar Bai'),(14265,'Kunwar Das'),(14266,'Kunwar Lal'),(14267,'Kunwar say'),(14268,'Kunwar sen'),(14269,'Kunwar Singh'),(14270,'Kunwara'),(14271,'Kunwara Bai'),(14272,'Kunwarbati'),(14273,'Kunware'),(14274,'Kunware Lal'),(14275,'Kunwari'),(14276,'Kunwariya'),(14277,'Kunwariya Bai'),(14278,'Kunwarmati'),(14279,'Kunwaro'),(14280,'Kunwaru'),(14281,'Kunwarvati'),(14282,'Kunwriya'),(34270,'Kuoshik'),(14283,'Kup Singh'),(34271,'Kuraidhi'),(34272,'Kuraishi'),(34273,'Kurami'),(34274,'Kurbade'),(34275,'Kurbude'),(34276,'Kure'),(14284,'Kureliya Bai'),(14285,'Kuresa'),(34277,'Kureshi'),(34278,'Kuresi'),(34279,'kurey'),(14286,'Kuri Bai'),(34280,'Kurmi'),(14287,'Kurmi Singh'),(34281,'Kurmibdiya'),(34282,'Kurmiiya'),(14288,'Kurre'),(34283,'Kurrey'),(14289,'Kursha Bee'),(14290,'Kurun Bai'),(14291,'Kusali Bai'),(14292,'Kusama'),(14293,'Kusamuna'),(14294,'Kusant'),(34284,'Kusare'),(34285,'Kusbah'),(14295,'Kush'),(14296,'Kush Kumar'),(14297,'Kush Prasad'),(14298,'Kush Ram'),(14299,'Kusha'),(14300,'Kushal'),(14301,'Kushal Bai'),(14302,'Kushal Das'),(14303,'Kushal Kumar'),(14304,'Kushal Prasad'),(14305,'Kushal Singh'),(14306,'Kushava'),(34286,'Kushavaha'),(14307,'kushbal'),(14308,'Kushi'),(14309,'Kushi Bai'),(34287,'Kushik'),(14310,'Kushil Bai'),(14311,'Kushil Ram'),(14312,'Kushilaya'),(14313,'Kushipal'),(14314,'Kushiram'),(14315,'Kushiya'),(14316,'Kushiya bai'),(14317,'Kushma Bai'),(14318,'Kushmila'),(34288,'Kushram'),(14319,'Kushum Bai'),(14320,'Kushumlata'),(14321,'Kushuwa'),(14322,'Kushva'),(34289,'Kushvaha'),(14323,'Kushvariya bai'),(34290,'Kushvha'),(14324,'Kushwa Ram'),(14325,'Kushwa Ram'),(34291,'Kushwaha'),(34292,'Kushwahar'),(34293,'Kushwahia'),(14326,'Kusi'),(14327,'Kusi Bai'),(14328,'Kusiya Bai'),(14329,'Kusma Ba'),(14330,'Kusma Bai'),(14331,'Kusmila Bai'),(14332,'Kusmorti'),(14333,'Kusraj'),(34294,'kusram'),(14334,'Kusum'),(14335,'kusum bai gond'),(14336,'Kusum Bai'),(14337,'Kusum Bai'),(14338,'Kusum Devi'),(14339,'Kusum Kali'),(14340,'Kusum Kumari'),(14341,'Kusum Lata'),(14342,'Kusum s.'),(14343,'Kusum Singh'),(14344,'Kusumbai'),(14345,'Kusumbati'),(14346,'Kusumdin'),(14347,'Kusumiya Bai'),(14348,'Kusumkali'),(14349,'Kusumkali Bai'),(14350,'Kusumlata'),(14351,'Kusumvati'),(14352,'Kusva Ram'),(34295,'kusvaha'),(14353,'Kuswa'),(34296,'Kuswaha'),(14354,'Kutel'),(14355,'Kutel Ram'),(14356,'Kutela'),(14357,'Kutela Bai'),(14358,'Kuteliya'),(14359,'Kuteliya Bai'),(14360,'Kuteniya'),(14361,'Kuti'),(14362,'Kutliya'),(14363,'Kutniya Bai'),(14364,'Kutti Bai'),(14365,'kutti ram'),(14366,'Kutty'),(14367,'Kutum Singh'),(14368,'Kutumb Singh'),(34297,'Kuvar'),(14369,'Kuvara'),(14370,'Kuvara bai'),(14371,'Kuvare singh'),(14372,'Kuvari'),(14373,'Kuvariya'),(14374,'Kuvariya Bai'),(14375,'kuvarsingh'),(14376,'Kuver bai'),(14377,'Kuver singh'),(14378,'Kuwanra'),(14379,'Kuwanriya Bai'),(14380,'Kuwar'),(14381,'Kuwar Bai'),(14382,'Kuwar Bati'),(14383,'Kuwar Das'),(14384,'Kuwar Lal'),(14385,'Kuwar Ram'),(14386,'Kuwar Sih'),(14387,'Kuwar Singh'),(34298,'Kuwar/yadaw'),(14388,'Kuwara'),(14389,'Kuwara Bai'),(14390,'Kuwarbati'),(14391,'Kuware'),(14392,'Kuware Lal'),(14393,'Kuware Singh'),(14394,'Kuwari Bai'),(14395,'Kuwaria'),(14396,'Kuwaria Bai'),(14397,'Kuwariya'),(14398,'Kuwariya Bai'),(14399,'Kuwarlal'),(14400,'Kuwarmati'),(14401,'Kuwarsay'),(14402,'Kuwaru'),(14403,'Kuwarvati'),(34299,'Kvant'),(34300,'Kwant'),(14404,'Kwariya Bai'),(34301,'L'),(14405,'L C'),(14406,'L P'),(34302,'L.'),(14407,'L.b.'),(14408,'L.p'),(34303,'L0dhi'),(14409,'L0ve'),(34304,'La'),(14410,'La Xamin'),(14411,'La Xamin Bai'),(14412,'LAALU'),(14413,'Laami'),(14414,'Lab'),(14415,'Labdu'),(14416,'Labha Ram'),(14417,'Labhan'),(14418,'Labhkunwar'),(14419,'Labho'),(14420,'Labho Bai'),(14421,'Labli'),(14422,'Laburam'),(14423,'Lacchan Bai'),(14424,'Lach Kumari'),(14425,'Lachai'),(14426,'Lachan'),(14427,'Lachan bai'),(14428,'Lachan Lal'),(14429,'Lachavantin'),(14430,'Lachay'),(14431,'Lachchan'),(14432,'lachchan devi'),(14433,'Lachchhan'),(14434,'Lachchhan Bai'),(14435,'Lachchhani'),(14436,'Lachchhi Ram'),(14437,'Lachchi Ram'),(14438,'LACHCHO'),(14439,'Lachh Kunwar'),(14440,'Lachhan'),(14441,'Lachhan Bai'),(14442,'Lachhan Bai'),(14443,'Lachhan Das'),(14444,'Lachhan kumari'),(14445,'Lachhan kunver'),(14446,'Lachhan Kuwar'),(14447,'Lachhan Lal'),(14448,'Lachhan Singh'),(14449,'Lachhani'),(14450,'lachhanmin bai'),(14451,'Lachhavantin'),(14452,'Lachhchhanbai'),(14453,'Lachhi'),(14454,'Lachhi Ram'),(14455,'Lachhi Singh'),(34305,'lachhkar'),(14456,'lachhmin bai'),(14457,'Lachhminiya'),(14458,'Lachho'),(14459,'Lachhu'),(14460,'Lachhu Bai'),(14461,'Lachhu Ram'),(14462,'lachhya'),(14463,'Lachi Bai'),(14464,'Lachi Ram'),(14465,'Lachiya Bai'),(14466,'Lachkarin'),(14467,'Lachman Kumar'),(14468,'Lachmaniya'),(14469,'Lachmendra Kumar'),(14470,'lachmin bai'),(14471,'Laddu Bai'),(14472,'Ladhhu'),(14473,'Ladiya Bai'),(14474,'Ladnu Singh'),(14475,'Lagan'),(14476,'Lagan Bai'),(14477,'Lagan Bati'),(14478,'Lagan das'),(14479,'Lagan Mati'),(14480,'Lagan Singh'),(14481,'Lagani'),(14482,'Lagani Bai'),(14483,'Laganu'),(14484,'Lageen'),(14485,'Lagin Singh'),(14486,'Lagiya'),(14487,'Lagni'),(14488,'Lagni Bai'),(14489,'Lagri bai'),(14490,'Lagu Ram'),(14491,'Laguva Singh'),(14492,'Laha Ram'),(34306,'Lahar'),(14493,'Lahar Singh'),(14494,'Lahara'),(14495,'Lahara Bai'),(14496,'Laharam'),(34307,'Lahare'),(14497,'Lahari'),(34308,'Lahari Baba'),(14498,'Lahari Bai'),(14499,'Laharu'),(14500,'Lahorik'),(34309,'Lahra'),(14501,'Lahra Bai'),(34310,'Lahre'),(34311,'Lahri'),(14502,'Lahri Bai'),(14503,'Lahri Ram'),(14504,'Lahuarman'),(14505,'Lahur'),(14506,'Lahura'),(14507,'Lahura Bai'),(14508,'Lahurava'),(14509,'Lahuri Ram'),(14510,'Lahurman'),(14511,'Lahut Ram'),(14512,'Lai Kuwar'),(14513,'Laiiya Bai'),(14514,'Lain'),(14515,'Lain Bai'),(14516,'Lain Das'),(14517,'Lain Kumari'),(14518,'lain singh'),(14519,'Laindas'),(14520,'Laingi Bai'),(14521,'Laini'),(14522,'Laini Bai'),(14523,'Lainkumari'),(14524,'Lainu'),(14525,'Laita'),(14526,'Laj'),(34312,'Lajhaphar'),(14527,'Lajma'),(14528,'Lajo'),(14529,'Lajo Bai'),(14530,'Lajo Sangram'),(14531,'Lajvanti'),(14532,'Lajwab'),(34313,'lakada'),(14533,'Lakai'),(34314,'Lakda'),(34315,'Laker'),(14534,'Lakesh'),(14535,'Lakesh Ram'),(14536,'Lakeshvar'),(14537,'Lakeshvari Bai'),(14538,'Lakeshwar'),(14539,'Lakeshwari'),(14540,'Laketa Bai'),(14541,'Lakhan'),(14542,'Lakhan Singh'),(14543,'Lakhan Das'),(14544,'Lakhan Kumar'),(14545,'Lakhan Lal'),(14546,'Lakhan Prasad'),(14547,'Lakhan Ram'),(14548,'Lakhan Singh'),(14549,'Lakhana'),(14550,'Lakhandas'),(14551,'Lakhaneshwar'),(14552,'Lakhani'),(14553,'Lakhani Bai'),(14554,'Lakhani Devi'),(14555,'Lakhanlal'),(14556,'Lakhanram'),(14557,'Lakhanu'),(14558,'Lakharam'),(34316,'Lakhawat'),(34317,'Lakher'),(34318,'Lakhera'),(14559,'Lakhesar'),(14560,'Lakhesari'),(14561,'Lakheshrin'),(14562,'Lakheshvar'),(14563,'Lakheshvar Prasad'),(14564,'lakheshvari'),(14565,'Lakheshwar'),(14566,'Lakheshwari'),(14567,'Lakheshwari bai'),(14568,'Lakhesrin Bai'),(14569,'Lakheswar'),(14570,'Lakheswari'),(14571,'Lakhi'),(14572,'Lakhi Bai'),(14573,'Lakhi ram'),(14574,'Lakhiram'),(14575,'Lakhkhu'),(14576,'Lakhnu'),(14577,'Lakho Singh'),(34319,'lakhodana'),(14578,'Lakhpatiya Bai'),(14579,'Lakhram'),(14580,'Lakhu'),(14581,'Lakhu Ram'),(14582,'Lakki'),(14583,'Lakki Bai'),(14584,'Lakki Kumar'),(14585,'Lakku'),(14586,'Lakky'),(14587,'Laksh'),(14588,'Lakshami'),(14589,'Lakshan'),(14590,'Lakshan Bai'),(14591,'Lakshi Ram'),(14592,'lakshmeen'),(14593,'Lakshmi'),(14594,'lakshmi prasad'),(14595,'Lakshmi Bai'),(14596,'Lakshmi kant'),(14597,'Lakshmin'),(14598,'Lakshmin Bai'),(14599,'Lakshya'),(14600,'Lal'),(14601,'Lal Bahadur'),(14602,'Lal Bai'),(14603,'Lal Bati'),(14604,'Lal Chand'),(14605,'Lal Chandra'),(14606,'Lal Das'),(14607,'Lal dev bai'),(14608,'Lal Gi'),(14609,'Lal Ji'),(14610,'Lal Man'),(14611,'Lal Mati'),(14612,'Lal Ram'),(14613,'Lal sah'),(14614,'Lal Say'),(14615,'Lal Singh'),(14616,'Lala'),(14617,'Lala Bai'),(14618,'Lala Das'),(14619,'Lala Gir'),(14620,'Lala Kumar'),(14621,'Lala Ram'),(14622,'Lala Singh'),(14623,'Lalahi'),(14624,'Lalairam'),(14625,'Lalaiya Bai'),(14626,'Lalak Ram'),(14627,'lalali bai'),(14628,'Lalamani'),(14629,'Lalan'),(14630,'Lalan Bai'),(14631,'Lalan devi'),(14632,'Lalan Prasad'),(14633,'Lalan ram'),(14634,'Lalan Singh'),(14635,'Lalani Bai'),(14636,'Lalant Singh'),(14637,'Lalaram'),(14638,'Lalata'),(14639,'Lalata bai'),(14640,'Lalata Prasad'),(14641,'Lalati Bai'),(14642,'Lalatin'),(14643,'Lalatin Bai'),(14644,'Lalbahadur'),(14645,'lalbahdur'),(14646,'Lalbati'),(14647,'Lalchand'),(14648,'Lalchandra'),(34320,'Lald'),(14649,'Laldas'),(14650,'Lalde Bai'),(14651,'Laldev Singh'),(14652,'Laleeta'),(14653,'Lalendra Singh'),(14654,'Lalesh Kumar'),(14655,'Lalgi'),(14656,'Lalgir'),(14657,'Lalha'),(14658,'Lalharam'),(14659,'Lali'),(14660,'Lali Bai'),(14661,'Lali Ram'),(14662,'Lalima'),(14663,'lalima bai'),(14664,'Lalit'),(14665,'Lalit Kumar'),(14666,'Lalit Bai'),(14667,'Lalit Kaumar'),(14668,'Lalit Kumar'),(14669,'Lalit Narayan'),(14670,'Lalit Ram'),(14671,'Lalit Singh'),(14672,'Lalita'),(14673,'Lalita bai'),(14674,'Lalita Bai'),(14675,'Lalita Baia'),(14676,'Lalita Devi'),(14677,'Lalita Kumari'),(14678,'lalita pankaj'),(14679,'Lalita Prasad'),(14680,'Lalita Rani'),(14681,'Lalita Singh'),(14682,'Laliya'),(14683,'Laliya Bai'),(14684,'Laljee'),(14685,'Lalji'),(14686,'Lalju'),(14687,'Lalka'),(14688,'Lalkunwar'),(14689,'Lalla'),(14690,'Lalla Bai'),(14691,'Lalla Prasad'),(14692,'Lalla Ram'),(14693,'Lalla Singh'),(14694,'Lallan Kumar'),(14695,'Lallan Prasad'),(14696,'Lallan singh'),(14697,'Lalli'),(14698,'Lalli Bai'),(14699,'Lalli prasad'),(14700,'Lalli Singh'),(14701,'Lalltu'),(14702,'Lallu'),(14703,'Lallu Prasad'),(14704,'Lallu Das'),(14705,'Lallu Prasad'),(14706,'Lallu Ram'),(14707,'Lallu Singh'),(14708,'Lalluram'),(14709,'Lalman'),(14710,'Lalman pradhan'),(14711,'Lalman Prasad'),(14712,'Lalman Singh'),(14713,'Lalmani'),(14714,'Lalmat'),(14715,'Lalmati'),(14716,'Lalmati Bai'),(14717,'Lalmuni'),(14718,'Laln Singh'),(14719,'Lalnu Singh'),(14720,'Lalo'),(14721,'lalo bai'),(14722,'Lalobai'),(14723,'Lalpritap'),(14724,'Lalsay'),(14725,'Lalsi Bai'),(14726,'Lalsingh'),(14727,'Lalta'),(14728,'Lalta Bai'),(14729,'Lalta Prasad'),(14730,'Lalti'),(14731,'Lalti Bai'),(14732,'Lalti Baii'),(14733,'Laltin'),(14734,'Laltin Bai'),(14735,'Laltu'),(14736,'Lalu'),(14737,'Lalu Ram'),(14738,'Lalu Singh'),(14739,'Laluva'),(14740,'Laluwa'),(14741,'Lalva'),(14742,'Lalvaram'),(14743,'Lalvati'),(14744,'Lamaan Singh'),(14745,'Lamal Singh'),(14746,'Lambardar'),(14747,'Lambhu'),(14748,'Lambodar'),(14749,'Lambodar Prasad'),(34321,'Lami'),(14750,'Lami Bai'),(14751,'Lamiya'),(14752,'Lamiya Bai'),(14753,'Lamiya bia'),(14754,'Lamman Singh'),(14755,'Lammu'),(14756,'Lammu singh'),(34322,'Lamna'),(14757,'lamnu singh'),(14758,'Lamtu'),(14759,'Lamu'),(14760,'Lamu Das'),(14761,'Lamu Lal'),(14762,'Lamu Singh'),(14763,'Lamu Sungh'),(14764,'Lamuaa'),(14765,'Lamudas'),(14766,'Lamuva'),(14767,'Langdu'),(14768,'langri bai'),(14769,'Langru'),(14770,'Laniya'),(34323,'Lanjhi'),(14771,'Lanka Ram'),(14772,'Lankesh'),(34324,'Lankhi'),(14773,'Lanlan'),(14774,'Larens'),(34325,'lariya'),(14775,'Laru'),(34326,'Lasahe'),(34327,'Lasar'),(34328,'Lashakar'),(34329,'Lashkar'),(34330,'Laskar'),(34331,'Laskra'),(14776,'Lasni'),(34332,'Lasre'),(14777,'Lata'),(14778,'Lata bai'),(14779,'Lata Bai'),(14780,'Lata Bharti'),(14781,'Lata Devi'),(14782,'Lata Kant'),(14783,'Lata kiran'),(14784,'Lata Kumari'),(14785,'Lata Raj'),(14786,'Lata Singh'),(14787,'Latabai'),(14788,'Latal Ram'),(14789,'Latal Ram.'),(14790,'Lataru Ram'),(14791,'Late'),(14792,'Latein Bai'),(14793,'Latel'),(14794,'Latel Ram'),(14795,'Latel Am'),(14796,'Latel Arm'),(14797,'Latel Das'),(14798,'Latel prasad'),(14799,'Latel Ram'),(14800,'Latela'),(14801,'Latelin'),(14802,'Latelin Bai'),(14803,'Latelram'),(14804,'Latelu'),(14805,'Lateluram'),(14806,'Later Ram'),(14807,'Laterl Ram'),(14808,'Lateshvari'),(14809,'Latet Ram'),(14810,'Lati'),(14811,'Lati Ram'),(14812,'Latika Bai'),(14813,'Latiph'),(14814,'Latiph Beg'),(14815,'Latiph Chand'),(14816,'Latiph kumar'),(14817,'Latkhor'),(14818,'Latkhor Ram'),(14819,'Latoli'),(14820,'Laukesh'),(14821,'Laukesh Kumar'),(14822,'Laund Bai'),(14823,'Laung Mati'),(14824,'Laungi Bai'),(14825,'Lauvresiya'),(14826,'Lav'),(14827,'Lav Kumar'),(14828,'Lav Kumar'),(14829,'Lav kumari'),(14830,'lav kush'),(14831,'Lav singh'),(14832,'Lava'),(14833,'Lavali'),(14834,'Lavan'),(14835,'Lavan Singh'),(14836,'Lavango bai'),(14837,'Lavani'),(14838,'Lavani Bai'),(14839,'Lavanya'),(14840,'Lave'),(14841,'Lavekesh Kumar'),(14842,'Lavekush'),(14843,'Lavesh Kumar'),(14844,'Lavkesh'),(14845,'Lavkesh Kumar'),(14846,'Lavkush'),(14847,'Lavlesh'),(14848,'Lavni'),(14849,'Lawara'),(14850,'Lawkesha'),(14851,'Laxam'),(14852,'Laxaman'),(14853,'Laxami'),(14854,'Laxami Bai'),(14855,'Laxami Devi'),(14856,'Laxami Kant'),(14857,'Laxami Kumar'),(14858,'Laxami Lata'),(14859,'Laxami Narayan'),(14860,'Laxami Nath'),(14861,'Laxami Prasad'),(14862,'Laxami Prased'),(14863,'Laxami Shanker'),(14864,'Laxami/baby'),(14865,'Laxamikant'),(14866,'Laxamin'),(14867,'Laxamin Narayan'),(14868,'Laxamin Bai'),(14869,'Laxaminarayan'),(14870,'Laxamn'),(14871,'Laxamzn'),(14872,'Laxan'),(14873,'Laxan Bai'),(14874,'Laxan raj'),(14875,'Laxi'),(14876,'Laxi Ram'),(14877,'Laxlmi Narayan'),(14878,'Laxman'),(14879,'Laxman kumar'),(14880,'Laxman Bai'),(14881,'Laxman das'),(14882,'Laxman Kumar'),(14883,'Laxman Lal'),(14884,'Laxman Prasad'),(14885,'Laxman Singh'),(14886,'Laxmani'),(14887,'Laxmaniya'),(14888,'Laxmaniya Bai'),(14889,'Laxmanketu'),(14890,'Laxmi'),(14891,'Laxmi bai'),(14892,'Laxmi kumari'),(14893,'laxmi yadav'),(14894,'Laxmi Bai'),(14895,'Laxmi Das'),(14896,'Laxmi Devi'),(14897,'Laxmi Kant'),(14898,'Laxmi Kumar'),(14899,'Laxmi Narayan'),(14900,'Laxmi Nath'),(14901,'Laxmi Prakash'),(14902,'Laxmi Prasad'),(14903,'Laxmi Raj'),(14904,'Laxmi Shankar'),(14905,'Laxmi Singh'),(14906,'Laxmi Singha'),(14907,'Laxmichand'),(14908,'Laxmicharan'),(14909,'Laxmidevi'),(14910,'Laxmikant'),(14911,'Laxmin'),(14912,'Laxmin Bai'),(14913,'Laxmin (pooja)'),(14914,'Laxmin Bai'),(14915,'Laxmin Baii'),(14916,'Laxmin Lal'),(14917,'Laxmina'),(14918,'Laxminarayan'),(14919,'Laxminath'),(14920,'Laxminbai'),(14921,'Laxminiya'),(14922,'Laxmiprasad'),(14923,'Laxmita'),(14924,'Laxmniya Bai'),(14925,'Laxwantin Bai'),(14926,'Laya'),(14927,'Layachi'),(14928,'Ledga Ram'),(14929,'Ledhahin'),(14930,'Ledhi Bai'),(14931,'Ledhwa Ram'),(14932,'Ledva Ram'),(14933,'Ledwa Ram'),(14934,'Leel'),(14935,'Leel Bai'),(14936,'leel das'),(14937,'Leel kunwar'),(14938,'Leel Kuwar'),(14939,'Leel Singh'),(14940,'Leela'),(14941,'Leela Bai'),(14942,'Leela Bai'),(14943,'Leela Bati'),(14944,'Leela Bia'),(14945,'Leela Das'),(14946,'Leela Dhar'),(14947,'Leela Mati'),(14948,'Leela Ram'),(14949,'Leela Vati'),(14950,'Leela Wati'),(14951,'Leelabai'),(14952,'Leelabati'),(14953,'Leeladas'),(14954,'Leeladevi'),(14955,'Leeladhar'),(14956,'Leelakaran'),(14957,'Leelakumari'),(14958,'Leelamati'),(14959,'Leelamatii'),(14960,'Leelamuni'),(14961,'leelaram'),(14962,'Leelavati'),(14963,'Leelavati Bai'),(14964,'Leelavati Singh'),(14965,'Leelawati'),(14966,'Leeleshwar'),(14967,'Leeli'),(14968,'Leeli Bai'),(14969,'leeli devi'),(14970,'Leelkunwar'),(14971,'Leelmati Bai'),(14972,'Leelmuni'),(14973,'Leema'),(14974,'Leena'),(14975,'Leeta Bai'),(14976,'Lekh'),(14977,'Lekh Raj'),(14978,'Lekh Ram'),(14979,'Lekha'),(14980,'Lekha bai'),(14981,'Lekha Ram'),(14982,'Lekha Singh'),(14983,'Lekhak'),(14984,'Lekhan'),(14985,'Lekhan Bai'),(14986,'Lekhan Das'),(14987,'Lekhan prasad'),(14988,'Lekhan Singh'),(14989,'Lekhanchand'),(14990,'Lekhani'),(14991,'Lekhani Bai'),(14992,'Lekhaniya Bai'),(14993,'Lekhapal'),(14994,'Lekharam'),(14995,'Lekhmati'),(14996,'Lekhpal'),(14997,'Lekhraj'),(14998,'Lekhram'),(14999,'Lekhu'),(15000,'Lekhu Ram'),(15001,'Lekhuram'),(15002,'Lekhwati'),(15003,'Lekshram'),(15004,'lella bai'),(15005,'Leman'),(15006,'leman das'),(15007,'Lemat Kumari'),(15008,'Lemesh'),(15009,'Lengharu'),(15010,'Lerhi Bai'),(15011,'Lerhuram'),(15012,'Leshwari Bai'),(15013,'Leuk'),(15014,'Levosh'),(15015,'Lewan Singh'),(15016,'Lhut Ram'),(15017,'Liaykat Ali'),(15018,'Lichi'),(15019,'Likhan'),(15020,'Likhan Das'),(15021,'Likhan Singh'),(15022,'Likhari'),(15023,'Likhimat'),(15024,'Lil Bai'),(15025,'Lil Kali'),(15026,'Lil Kumari'),(15027,'Lil singh'),(15028,'Lila'),(15029,'Lila bai'),(15030,'Lila Bai'),(15031,'Lila Bati'),(15032,'Lila das'),(15033,'Lila prasad'),(15034,'Lila Ram'),(15035,'Lila singh'),(15036,'Lilabai'),(15037,'Liladhar'),(15038,'Lilamati'),(15039,'Lilaram'),(15040,'Lilavati'),(15041,'Lilavati Bai'),(15042,'Lilawati'),(15043,'Lileshwar'),(15044,'Lili'),(15045,'Liliya Bai'),(15046,'Lilka'),(15047,'Lilli Bai'),(15048,'Lilmati Bai'),(15049,'Lilu Bai'),(15050,'Lilu Ram'),(15051,'Lilvati'),(15052,'Limeshwari'),(34333,'Limiy'),(15053,'limiya'),(15054,'Limsay'),(15055,'Limun'),(15056,'Lin Das'),(15057,'Lina'),(15058,'Lina Bai'),(15059,'Lindas'),(15060,'Lini Bai'),(34334,'Liniya'),(15061,'Linus'),(15062,'Lipdi Bai'),(15063,'Lisha'),(15064,'Litesh'),(15065,'Liyachi'),(15066,'Liyavati'),(15067,'Lkf;akd'),(15068,'Lkjlj'),(15069,'llelavati bai'),(15070,'Lobhan'),(15071,'Lobhan Bai'),(15072,'Lobhan Ram'),(15073,'Lobhan Singh'),(15074,'Lochan'),(15075,'Lochan Bai'),(15076,'Lochan Prasad'),(15077,'Lochan Ram'),(15078,'Lochan Singh'),(15079,'Lodaram'),(34335,'Lodha'),(34336,'Lodham'),(34337,'lodhan'),(34338,'Lodhar'),(34339,'Lodhi'),(34340,'Lodhii'),(34341,'Loha'),(34342,'Lohar'),(34343,'Lohari'),(15080,'Loharin Bai'),(15081,'Loharman'),(15082,'Lohi Bai'),(15083,'Lohida Bai'),(15084,'Lok'),(15085,'Lok Din'),(15086,'Lok Narayan'),(15087,'Lok Nath'),(15088,'Lok Pal'),(15089,'Lok Prasad'),(15090,'Lok Ram'),(15091,'Lok Singh'),(15092,'Lok Sinh'),(15093,'Lokai'),(15094,'Lokan'),(15095,'Lokan Bati'),(15096,'Lokan Singh'),(15097,'Lokdin'),(15098,'Lokendra'),(15099,'Lokendra Kumar'),(15100,'Lokesh'),(15101,'Lokesh Kumar'),(15102,'Lokesh Singh'),(15103,'Lokeshvar'),(15104,'lokeshvari'),(15105,'Lokeshwar'),(15106,'Lokeshwari'),(15107,'Lokman'),(15108,'Lokmani'),(15109,'Lokmati'),(15110,'Lokmati Singh'),(15111,'Loknath'),(15112,'Loknath singh'),(15113,'Lokpal'),(15114,'Lokul'),(15115,'Lokvati'),(15116,'Lokvati Bai'),(15117,'Lokwati'),(15118,'Lola Prasad'),(34344,'Loliya'),(15119,'Lolriya bai'),(15120,'Lolvati'),(15121,'Loman'),(15122,'Loman Kumari'),(15123,'Lomas'),(15124,'Lomas Ram'),(15125,'Lomash'),(15126,'Lomash kumar'),(15127,'Lomati Bai'),(15128,'Lomendra'),(15129,'Lomesh'),(15130,'Lomesh Kumar'),(34345,'Loni'),(15131,'Loni Bai'),(34346,'Loniiya'),(34347,'Loniy'),(34348,'Loniya'),(34349,'Loniyar'),(15132,'Loor Singh'),(34350,'lopiya'),(34351,'Lordhi'),(15133,'Lorik'),(15134,'Lorik Ram'),(15135,'Lorikram'),(34352,'Lorniya'),(15136,'Lotan Das'),(15137,'Loungi Bai'),(15138,'Louphik'),(15139,'Lourensiya'),(15140,'Love'),(15141,'Love Kesh'),(15142,'Love Kumar'),(15143,'Love Kush'),(15144,'Love Prased'),(15145,'love singh'),(15146,'Lovekesh'),(15147,'Lovekeshwar'),(15148,'Lovekush'),(15149,'Lovekush Singh'),(15150,'Lovesingh'),(15151,'Lovkesh'),(15152,'Lovkumar'),(15153,'Lp'),(34353,'LSLL'),(15154,'Lubhan Singh'),(15155,'Lucky'),(15156,'Lucky Kumar'),(15157,'Ludarni Bai'),(15158,'Ludu'),(15159,'Luk'),(15160,'Luk Bai'),(15161,'Luk Singh'),(15162,'Lukan Singh'),(15163,'Lukautin Bai'),(15164,'Luke'),(15165,'Lukendra'),(15166,'Lukeshwari'),(15167,'Lukeshweri'),(15168,'Lukman'),(15169,'Luli Bai'),(15170,'Lullu'),(15171,'Lulu Ram'),(15172,'Luman Singh'),(15173,'Lumbini'),(15174,'Lumita'),(15175,'Lusaiya Bai'),(15176,'Lushi'),(15177,'Lushika'),(15178,'Lusi Bai'),(15179,'Lusiya'),(15180,'Luxman'),(15181,'Luxmantin'),(15182,'Luxmi'),(15183,'Luxmi Bai'),(15184,'Luxmi Devi'),(15185,'Luxmi Narayan'),(15186,'Luxmi prasad'),(15187,'Luxmin'),(15188,'Luxmin Bai'),(34354,'M'),(15189,'M L'),(15190,'M.'),(15191,'M.di.'),(15192,'M.k.'),(15193,'M.l.'),(15194,'M.m.'),(15195,'M.p.'),(15196,'maalkumar'),(15197,'Maan'),(15198,'Maan kumari'),(15199,'Maan kunvar'),(15200,'Maan kunveer'),(15201,'Maan kuvar'),(15202,'Maan mati'),(15203,'Maan say'),(15204,'Maan Singh'),(15205,'Maanaki'),(15206,'Maanas'),(15207,'Maankunvar'),(15208,'Maankunver'),(15209,'Maankunwar'),(15210,'Maankuvar'),(15211,'Maankuver'),(15212,'MAANMATI'),(15213,'Maansharan'),(15214,'Maanvati'),(34355,'Mabud'),(15215,'Machala Bai'),(15216,'machaliya'),(15217,'Machendrin'),(15218,'Machhandar'),(15219,'Machkun Das'),(15220,'Madakani'),(34356,'Madame'),(34357,'Madamehra'),(15221,'Madan'),(15222,'Madan Gopal'),(15223,'madan kumar'),(15224,'Madan Lal'),(15225,'Madan Mohan'),(15226,'Madan Singh'),(15227,'Madanlal'),(15228,'Madanmohan'),(15229,'Madannath'),(15230,'Madanpur'),(15231,'Madar Singh'),(34358,'Madari'),(34359,'Madavi'),(34360,'Maddali'),(15232,'Maddi Bai'),(15233,'Madhari'),(15234,'Madhav'),(15235,'Madhav Kumar'),(15236,'Madhav Lal'),(15237,'Madhav Prasad'),(15238,'Madhav Ram'),(15239,'Madhav Singh'),(15240,'Madhavi'),(15241,'Madhaw'),(15242,'Madhaw Das'),(15243,'Madhaw Ram'),(15244,'Madho'),(15245,'Madho Prasad'),(15246,'Madho Prased'),(15247,'Madhodas'),(15248,'Madhoram'),(15249,'Madhu'),(15250,'Madhu Bai'),(15251,'Madhu Bharti'),(15252,'Madhu Das'),(15253,'Madhu Kiran'),(15254,'Madhu Kumar'),(15255,'Madhu Kumari'),(15256,'Madhu Ram'),(15257,'Madhu Singh'),(15258,'Madhu Smita'),(15259,'Madhu Sudan'),(15260,'Madhubala'),(15261,'Madhuima'),(15262,'Madhukar'),(15263,'Madhula'),(15264,'Madhula Bai'),(15265,'Madhulata'),(15266,'Madhulata Bai'),(15267,'Madhumati'),(15268,'Madhur'),(15269,'Madhur Lal'),(15270,'Madhur Singh'),(15271,'Madhura'),(15272,'madhura singh'),(15273,'Madhuram'),(15274,'Madhuri'),(15275,'Madhuri Bai'),(15276,'Madhuri Devi'),(15277,'Madhurika'),(15278,'Madhurima'),(15279,'Madhurita'),(15280,'Madhuriya Bai'),(15281,'Madhushila'),(15282,'Madhusudan'),(15283,'Madhuvi'),(15284,'Madhvi'),(15285,'Madhvi Bai'),(15286,'Madhwariya'),(15287,'Madhyam Das'),(15288,'Madi'),(15289,'Madina'),(15290,'Madina Bee'),(15291,'Madina Begam'),(15292,'Madina Khatun'),(34361,'Madipal'),(34362,'Madrasi'),(34363,'Madriha'),(15293,'Madrina'),(15294,'Madu Ram'),(15295,'Maduri'),(15296,'Maeshwari'),(15297,'Magad'),(15298,'Magal singh'),(15299,'Magalu Ram'),(15300,'Magan'),(15301,'Magan Bai'),(15302,'Magan Das'),(34364,'Magar'),(15303,'Magaru Lal'),(15304,'Magat Ram'),(15305,'Magateen Bai'),(34365,'Mage'),(15306,'Maggul Bee'),(15307,'Magh'),(15308,'Magh Lal'),(15309,'Magham'),(15310,'Maghamati'),(15311,'Maghan Bai'),(15312,'Maghautin'),(15313,'Maghe'),(15314,'Maghi'),(15315,'Maghi Lal'),(15316,'Maghmati'),(15317,'Maghu'),(15318,'Maghu Lal'),(15319,'Magiya'),(15320,'Maglen Bai'),(15321,'Magli'),(15322,'Maglin'),(15323,'Maglin Bai'),(15324,'Maglu Ram'),(15325,'Magret'),(15326,'Magtin Bai'),(15327,'Maha'),(15328,'Maha Dev'),(15329,'Maha Singh'),(15330,'Mahabal'),(15331,'Mahabali'),(15332,'Mahabeer'),(15333,'Mahabir'),(15334,'Mahabli'),(15335,'Mahaboob'),(15336,'Mahadai'),(15337,'Mahadev'),(15338,'Mahadev raav'),(15339,'Mahadeva'),(15340,'Mahadevi'),(15341,'Mahadin'),(15342,'Mahagu'),(15343,'Mahagu Lal'),(15344,'Mahaj Lal'),(15345,'Mahajan'),(15346,'Mahajan Singh'),(34366,'Mahajay'),(15347,'Mahak'),(15348,'Mahaki Bai'),(15349,'mahakunvar'),(15350,'Mahalaxmi'),(15351,'Mahaldev'),(15352,'Mahamati'),(15353,'Mahan Ram'),(15354,'Mahanand'),(15355,'Mahangi'),(15356,'Mahangi Bai'),(15357,'Mahangi Ram'),(34367,'Mahangkunda'),(15358,'Mahangu'),(15359,'Mahangu Ram'),(15360,'Mahant'),(15361,'Mahant Das'),(15362,'Mahant Ram'),(15363,'Mahanta'),(15364,'Mahanti'),(15365,'Mahanti Bai'),(15366,'Mahantin Bai'),(15367,'Mahantu'),(15368,'Mahapal'),(34368,'Mahapata'),(34369,'Mahapatre'),(15369,'Mahar'),(15370,'Mahar Singh'),(34370,'Mahara'),(15371,'Maharaj'),(15372,'Maharaj Singh'),(15373,'Maharaji'),(15374,'Maharani'),(15375,'Maharani Bai'),(15376,'Maharathi'),(15377,'Mahari Bai'),(15378,'Maharik'),(15379,'Mahashir Bai'),(15380,'Mahashiv'),(15381,'Mahasin Bai'),(15382,'Mahasingh'),(34371,'Mahat'),(15383,'Mahatma'),(34372,'Mahato'),(15384,'Mahattam'),(15385,'Mahattam Singh'),(15386,'Mahatu Ram'),(15387,'Mahavati Bai'),(15388,'Mahaveer'),(15389,'Mahaveer Prasad'),(15390,'Mahaveer Raj'),(15391,'Mahaveer Singh'),(15392,'Mahavir'),(15393,'Mahawati bai'),(15394,'Mahbub'),(34373,'Mahdeva'),(15395,'Mahdole'),(15396,'Mahe Bai'),(15397,'Mahek'),(15398,'Mahel'),(15399,'Mahelka Begam'),(15400,'Mahendra'),(15401,'Mahendra Das'),(15402,'Mahendra Kumar'),(15403,'Mahendra Pal'),(15404,'Mahendra Prasad'),(15405,'Mahendra Pratap'),(15406,'Mahendra Singh'),(15407,'Mahendre'),(15408,'Mahendri Bai'),(15409,'Mahendru'),(34374,'Maher'),(34375,'Mahera'),(15410,'Mahertarin'),(15411,'Mahertarin Bai'),(15412,'Mahesghwar'),(15413,'Mahesh'),(15414,'Mahesh Das'),(15415,'Mahesh Gir'),(15416,'Mahesh Kuamr'),(15417,'Mahesh Kumar'),(15418,'Mahesh Lal'),(15419,'mahesh prasad'),(15420,'Mahesh Prased'),(15421,'Mahesh Ram'),(15422,'Mahesh Singh'),(15423,'Mahesha'),(15424,'Maheshawari'),(15425,'Maheshi'),(15426,'Maheshiya'),(15427,'Maheshiya Bai'),(15428,'Maheshiya Bai'),(15429,'Maheshiya Baii'),(15430,'maheshmati'),(15431,'Maheshpuri'),(15432,'Maheshrin'),(15433,'Maheshu'),(15434,'Maheshvar Prasad'),(15435,'Maheshvari'),(15436,'Maheshvari Bai'),(15437,'Maheshwar'),(15438,'Maheshwar Kumar'),(15439,'Maheshwar Prasad'),(15440,'Maheshwari'),(15441,'maheshwari bai'),(15442,'Maheshwri'),(15443,'Mahesiya'),(15444,'Mahesiya Bai'),(15445,'Mahesu'),(15446,'Maheswari'),(15447,'Mahetab'),(15448,'Mahetap'),(15449,'Mahetar'),(15450,'Mahetarin'),(15451,'Mahetarin Bai'),(15452,'Mahetarru'),(15453,'Mahetaru'),(15454,'Mahetaru Ram'),(15455,'Mahetin'),(15456,'Mahetra'),(15457,'Mahetrain Bai'),(15458,'Mahetri bai'),(15459,'Mahetrib Bai'),(15460,'Mahetrin'),(15461,'Mahetrin Bai'),(15462,'Mahetrinbai'),(15463,'Mahetru'),(15464,'Mahetru lal'),(15465,'Mahetru Ram'),(15466,'Mahettar'),(15467,'Mahettar Das'),(15468,'Mahettar Lal'),(15469,'Mahettar Ram'),(15470,'Mahettar Singh'),(15471,'Mahettarin'),(15472,'Mahettarin Bai'),(15473,'Mahettaru'),(15474,'Mahettra'),(15475,'Mahettra Ram'),(15476,'Mahettrin'),(15477,'Mahettru'),(15478,'Mahetu'),(15479,'Mahi'),(15480,'Mahi Bai'),(15481,'Mahi Kumari'),(15482,'Mahi Lal'),(15483,'Mahil'),(34376,'Mahilange'),(15484,'Mahima'),(15485,'Mahima Kumari'),(15486,'Mahipal'),(15487,'Mahipal Raj'),(15488,'Mahipal Singh'),(15489,'Mahipar'),(15490,'Mahipar lal'),(15491,'Mahipat'),(15492,'Mahipat Singh'),(15493,'Mahiya Bai'),(15494,'MAHJABI'),(15495,'Mahki bai'),(34377,'Mahlange'),(15496,'Mahmud'),(15497,'Mahngu'),(15498,'Mahngu Ram'),(15499,'Mahnoor Nisha'),(15500,'Mahntin bai'),(15501,'Mahntu'),(34378,'Mahobiya'),(15502,'Mahodara'),(34379,'Mahodiya'),(34380,'Maholange'),(15503,'Mahpal'),(34381,'Mahra'),(15504,'Mahrab'),(15505,'Mahraj'),(15506,'Mahraj Say'),(15507,'Mahraj singh'),(15508,'Mahrajji'),(15509,'Mahrin bai'),(15510,'Mahrum'),(15511,'Mahrun Nisha'),(15512,'Mahtam Singh'),(34382,'Mahto'),(15513,'Mahtru Ram'),(15514,'Mahu'),(15515,'Mahu Ram'),(15516,'Mahu Singh'),(15517,'Mahug Ram'),(15518,'Mahul'),(15519,'Mahulal'),(34383,'Mahvar'),(15520,'Maigal bai'),(15521,'Maihrum B'),(15522,'Maihul Das'),(15523,'Maika Bai'),(15524,'Maika Kumar'),(15525,'Maikal'),(15526,'Maikeen bai'),(15527,'Maiki'),(15528,'Maiki Bai'),(15529,'Maikin'),(15530,'Maikin Bai'),(15531,'Maikiram'),(15532,'Maiku'),(15533,'Maiku Lal'),(15534,'maiku prasad'),(15535,'Maiku Ram'),(15536,'Maiku Singh'),(15537,'Maikuram'),(15538,'Maiky'),(15539,'Maili Bai'),(15540,'Mailu'),(15541,'Mailu Bai'),(15542,'Mailu Das'),(15543,'Mailu Ram'),(15544,'Maimuna'),(15545,'Main'),(15546,'Main Singh'),(15547,'Maina'),(15548,'Maina Bai'),(15549,'maina devi'),(15550,'Mainak'),(34384,'Mainkpuri'),(15551,'Maino bai'),(15552,'Mairu Devi'),(15553,'Mairun'),(15554,'Maish Kumar'),(15555,'Maisu'),(15556,'Maisu Ram'),(15557,'Mait'),(15558,'Mait Ram'),(15559,'Maithali'),(15560,'Maiti'),(15561,'Maiti Bai'),(15562,'maitin bai'),(15563,'Maitri'),(15564,'Maitri Bai'),(15565,'Maitu'),(15566,'Maitu Ram'),(15567,'Maituram'),(15568,'Maiya Bai'),(15569,'Maiyadin'),(15570,'Maiyara Bai'),(15571,'Maiyati'),(15572,'Majar Bai'),(15573,'Majarabi'),(15574,'Majhali Bai'),(15575,'Majhar'),(34385,'Majhi'),(15576,'Majho'),(15577,'Majholiya Bai'),(34386,'Majhvar'),(34387,'Majhwar'),(15578,'Majid'),(15579,'Majid Khan'),(15580,'Majidunish'),(15581,'Majiyareen'),(15582,'Majnu'),(34388,'Majumdar'),(15583,'Majveer Singh'),(15584,'Makana'),(15585,'Makar Lal'),(15586,'makardhvaj'),(15587,'Makardhwaj'),(15588,'Makaru'),(15589,'Makbul'),(15590,'Makbula Ahmad'),(15591,'Makhaitin Bai'),(34389,'Makhaja'),(15592,'Makhan'),(15593,'Makhan Das'),(15594,'Makhan Lal'),(15595,'Makhan Ram'),(15596,'Makhan Singh'),(15597,'Makhani Bai'),(15598,'Makhanlal'),(15599,'Makharal Dhavaj'),(15600,'Makhhan'),(34390,'Makhija'),(15601,'Makhni'),(15602,'Makhu Lal'),(15603,'Maki Bai'),(34391,'Makkad'),(15604,'Makku'),(15605,'Makrakhan'),(15606,'Makran Singh'),(15607,'Makrand'),(15608,'Makru Ram'),(15609,'Maksud'),(15610,'Maksuda'),(15611,'Maksudan'),(15612,'Maku'),(15613,'Maku Lal'),(15614,'Makund'),(15615,'Makund Singh'),(15616,'Makunda'),(15617,'Makundi'),(15618,'Mala'),(15619,'Mala Bai'),(15620,'Mala Das'),(15621,'Mala devi'),(15622,'Mala Kumari'),(15623,'Mala prasad'),(15624,'Malagari'),(15625,'Malaharu'),(15626,'Malahin bai'),(15627,'Malai'),(15628,'Malai ram'),(15629,'Malakham'),(15630,'Malam'),(15631,'Malan Bai'),(15632,'Malan Singh'),(15633,'Malati'),(15634,'Malati Bai'),(15635,'Malatin'),(15636,'Malau Ram'),(15637,'Malavati'),(15638,'Maldas'),(15639,'Maldin Bai'),(15640,'Malech'),(15641,'Malech Ram'),(15642,'Malechchharam'),(15643,'Malechchhin'),(15644,'Malechh'),(15645,'Malechhein Bai'),(15646,'Malechhin'),(15647,'Malechin'),(15648,'Malechin Bai'),(15649,'Malen'),(15650,'Malesh'),(15651,'Malesh Kumar'),(15652,'Malesh Ram'),(15653,'Maleshi Bai'),(15654,'Maleshiya bai'),(15655,'Maleshwar'),(34392,'Malha'),(15656,'Malhar'),(15657,'Malhar Lav'),(15658,'malhar singh'),(15659,'Malhin Bai'),(15660,'Malho Bai'),(34393,'Malhotra'),(34394,'Mali'),(15661,'Mali Bai'),(15662,'Malik'),(15663,'Malik Das'),(15664,'Malik Ram'),(15665,'Malikram'),(15666,'Malin'),(15667,'Malin Bai'),(15668,'Malita'),(15669,'Maliya'),(15670,'Maliya Bai'),(34395,'Malkani'),(15671,'Malkham'),(15672,'Malkhe'),(15673,'Malki'),(15674,'Malkunwar'),(34396,'Mallah'),(15675,'malle singh'),(15676,'Malli bai'),(15677,'Mallika'),(15678,'Mallika Rani'),(15679,'Mallo Bai'),(15680,'Mallu'),(15681,'Mallu Ram'),(15682,'Malni'),(15683,'Malo Bai'),(15684,'malpuwa'),(15685,'Malsay'),(15686,'Malti'),(15687,'Malti bai'),(15688,'Malti Bai'),(15689,'Malti Singh'),(15690,'Maltin'),(15691,'Maltin Bai'),(15692,'Maltu Ram'),(15693,'Maluka Bai'),(15694,'Malukiya'),(15695,'Malukiya Bai'),(15696,'Maluva'),(15697,'Malya'),(15698,'Mamat Bai'),(15699,'Mamata'),(15700,'Mamata Bai'),(15701,'Mamita'),(15702,'Mamlesh Kumar'),(15703,'Mammu'),(34397,'Mamnikpuri'),(15704,'Mamta'),(15705,'Mamta Bai'),(15706,'Mamta Devi'),(15707,'Mamta Kumari'),(15708,'Mamta Singh'),(15709,'Man'),(15710,'Man Bai'),(15711,'Man Basiya Bai'),(15712,'Man Bee'),(15713,'Man Bodh'),(15714,'Man Bodhi'),(15715,'Man Das'),(15716,'Man Kumari'),(15717,'Man Kunvar'),(15718,'Man Kunwar'),(15719,'Man kuvar'),(15720,'Man Kuwar'),(15721,'Man Mati'),(15722,'Man Mohan'),(15723,'Man Pyari'),(15724,'Man Rakhan'),(15725,'Man Say'),(15726,'Man Shigh'),(15727,'Man Signh'),(15728,'Man Singh'),(15729,'Mana'),(15730,'Mana Bai'),(15731,'Mana Das'),(15732,'Mana Devi'),(15733,'Mana Ram'),(15734,'Mana Singh'),(15735,'Manabai'),(15736,'Manabee'),(15737,'Managal'),(15738,'Managalesh'),(34398,'Manahar'),(15739,'Manaharan'),(15740,'Manaiya bai'),(15741,'Manajo'),(15742,'Manak'),(15743,'Manak Ram'),(15744,'Manaki'),(15745,'Manan'),(15746,'Manani'),(15747,'Manaram'),(34399,'Manarji'),(15748,'Manarjiya'),(15749,'Manarjiya Bai'),(15750,'Manas'),(15751,'Manas Ram'),(15752,'Manash'),(15753,'Manashi'),(15754,'Manasi'),(15755,'Manaso'),(15756,'Manaspati Singh'),(15757,'Manat'),(15758,'Manau'),(15759,'Manau Lal'),(15760,'Manautin Bai'),(15761,'Manav'),(15762,'Manbahor'),(15763,'Manbai'),(15764,'Manbaiya'),(15765,'Manbasiya Bai'),(15766,'Manbasu kunwar'),(15767,'Manbati Bai'),(15768,'Manbha Bai'),(15769,'Manbhavan'),(15770,'Manbhavan singh'),(15771,'Manbhawati'),(15772,'Manbhoda'),(15773,'Manbhodh'),(15774,'Manbodh'),(15775,'Manbodh das'),(15776,'Manbodh Kumar'),(15777,'Manbodhi'),(15778,'Manbodhi Lal'),(15779,'Manchan Bai'),(15780,'Mand Lal'),(15781,'Mand Ram'),(15782,'Manda Bai'),(15783,'Mandakani'),(15784,'Mandakani Bai'),(15785,'Mandakini'),(15786,'Mandakini Bai'),(15787,'Mandakni'),(15788,'Mandakni Bai'),(15789,'Mandal'),(15790,'Mandal Prasad'),(15791,'Mandal Singh'),(34400,'Mandale'),(15792,'mandalha'),(34401,'Mandari'),(15793,'Mandas'),(15794,'Mandavi'),(15795,'Mandavi bai'),(15796,'Mandavi singh'),(34402,'Mandawi'),(34403,'Mande'),(15797,'Mandeep'),(34404,'Mandey'),(15798,'Mandhara'),(15799,'Mandhatri'),(15800,'Mandhira'),(15801,'Mandhiya'),(15802,'Mandhor'),(15803,'Mandi'),(15804,'Mandiharin Bai'),(15805,'Mandir'),(15806,'Mandirika Bai'),(34405,'Mandle'),(15807,'Mandodari'),(15808,'Mandodari Bai'),(15809,'Mandodri Bai'),(15810,'mandvi'),(15811,'Mandvi Bai'),(15812,'Mane Lal'),(15813,'Mane Singh'),(15814,'maneeta'),(15815,'Maneeta Bai'),(15816,'Manendra'),(15817,'Manendra kumar'),(15818,'manesh singh'),(15819,'Maneshi'),(15820,'Maneshwar'),(15821,'Maneshwari'),(34406,'Manevar'),(15822,'Mang Bai'),(15823,'Mangad'),(15824,'Mangak'),(15825,'Mangal'),(15826,'Mangal Singh'),(15827,'Mangal Bai'),(15828,'Mangal Das'),(15829,'Mangal Din'),(15830,'Mangal Mati'),(15831,'Mangal Pradad'),(15832,'Mangal Prasad'),(15833,'Mangal Ram'),(15834,'mangal say'),(15835,'Mangal Shyam'),(15836,'Mangal Singh'),(15837,'Mangala'),(15838,'Mangala Bai'),(15839,'Mangalaitin'),(15840,'mangaldin'),(15841,'mangalgiri'),(15842,'Mangalhin'),(15843,'Mangali'),(15844,'Mangali kumari'),(15845,'Mangali Bai'),(15846,'Mangalin'),(15847,'Mangalin bai'),(15848,'Mangalin Bai'),(15849,'Mangaliya'),(15850,'Mangaliya Bai'),(15851,'Mangalmati'),(15852,'Mangalu'),(15853,'Mangalu Ram'),(15854,'Mangalu Singh'),(15855,'Mangalvati'),(15856,'Mangan'),(15857,'Mangan Bai'),(15858,'Mangan Das'),(15859,'Mangat'),(15860,'Mangat Ram'),(15861,'Mangatin'),(15862,'Mangatram'),(15863,'Mangatu'),(15864,'Mangatu Ram'),(15865,'Mangaturam'),(15866,'Mangdhu'),(15867,'Mangeeta'),(15868,'Mangelesh'),(15869,'Mangesh'),(15870,'Mangesh kumar'),(15871,'Mangeshiya Bai'),(34407,'Mangeshkar'),(15872,'Manghai'),(15873,'Manghi Bai'),(15874,'Manghi lal'),(15875,'Manghiya'),(15876,'Manghu'),(15877,'Mangiram'),(15878,'Mangirita Bai'),(15879,'Mangita'),(15880,'Mangiya Bai'),(15881,'Mangla'),(15882,'Mangla Bai'),(15883,'Mangleen'),(15884,'Mangleen bai'),(15885,'Manglesh'),(15886,'Mangleshwar'),(15887,'Mangleshwari'),(15888,'Mangli'),(15889,'Mangli Bai'),(15890,'Mangli Prasad'),(15891,'Mangli Ram'),(15892,'Manglin'),(15893,'Manglin Bai'),(15894,'Manglin bai'),(15895,'Manglu'),(15896,'Manglu Ram'),(15897,'Manglu Singh'),(15898,'Mangluram'),(15899,'Mangni Bai'),(15900,'Mangoutin'),(15901,'mangri bai'),(15902,'Mangru Lal'),(15903,'Mangta'),(15904,'Mangteen Bai'),(15905,'Mangti Bai'),(15906,'Mangtin'),(15907,'Mangtin Bai'),(15908,'Mangtu'),(15909,'Mangtu Das'),(15910,'Mangu'),(34408,'Mangvani'),(15911,'Manhagu'),(15912,'Manhagu Singh'),(15913,'Manhangu'),(34409,'Manhar'),(15914,'manhara'),(15915,'Manharan'),(15916,'Manharan Das'),(15917,'Manharan Kumar'),(15918,'Manharan Lal'),(15919,'Manharan Singh'),(34410,'Manhare'),(15920,'Manharna'),(15921,'Manhotin'),(15922,'Manhtin'),(15923,'Manhu'),(15924,'Mani'),(15925,'Mani Bai'),(15926,'Mani Das'),(15927,'Mani Kumar'),(15928,'Mani Lal'),(15929,'Mani Ram'),(15930,'Mani Ran'),(15931,'Mani Shankar'),(15932,'Mani Shanker'),(15933,'Mani Singh'),(15934,'Manibai'),(15935,'Manidas'),(15936,'Manihar'),(15937,'Maniharin Bai'),(15938,'Maniishwar'),(15939,'manij'),(15940,'Manijar Singh'),(15941,'Manik'),(15942,'Manik Bai'),(15943,'Manik Das'),(15944,'Manik Lal'),(15945,'Manik Ram'),(15946,'Manik Singh'),(15947,'Manika'),(15948,'Manika Bai'),(15949,'manikant'),(34411,'Manikapuri'),(15950,'Manikchand'),(34412,'Manikchauri'),(15951,'Manikdas'),(34413,'Manikpiuri'),(34414,'Manikpu'),(34415,'Manikpui'),(34416,'Manikpur'),(34417,'Manikpuri'),(34418,'Manikpuriu'),(15952,'Manikram'),(15953,'Manila'),(15954,'Manila Bai'),(15955,'Manilal'),(34419,'Manilpuri'),(15956,'Manin'),(15957,'Maniprakash'),(15958,'Maniram'),(15959,'Manish'),(15960,'manish bai'),(15961,'Manish Kumar'),(15962,'Manisha'),(15963,'Manisha Bai'),(15964,'Manisha Kumari'),(15965,'Manishankar'),(15966,'Manishanker'),(15967,'Manistar'),(15968,'Manit Kumar'),(15969,'Manita'),(15970,'Manita Bai'),(34420,'Maniya'),(15971,'Maniya Bai'),(15972,'Maniyabai'),(15973,'Maniyara'),(15974,'Maniyara Bai'),(15975,'Maniyari'),(15976,'Maniyari Bai'),(15977,'Maniyaro Bai'),(15978,'Manjani'),(15979,'Manjara Bai'),(34421,'Manjare'),(15980,'Manjari'),(15981,'Manjari Bai'),(15982,'Manjari Devi'),(15983,'Manjay'),(15984,'Manjeet'),(15985,'Manjeet Kumar'),(15986,'Manjhali'),(15987,'Manjhalu'),(34422,'Manjhi'),(15988,'Manjhi Lal'),(15989,'Manjhlu'),(34423,'Manjhwar'),(15990,'Manji'),(15991,'Manji Velji'),(15992,'Manjid Mohammad'),(15993,'Manjina'),(15994,'Manjit'),(15995,'manjit singh'),(15996,'Manjita'),(15997,'Manjmati'),(15998,'Manjori'),(15999,'Manju'),(16000,'Manju Bai'),(16001,'Manju Devi'),(16002,'Manju Lata'),(16003,'Manju Ram'),(16004,'Manju Rani'),(16005,'Manju Singh'),(34424,'Manjuba'),(16006,'Manjudevi'),(16007,'Manjukumari'),(16008,'Manjula'),(16009,'manjulalta'),(16010,'Manjulata'),(16011,'Manjunandan'),(16012,'manjur'),(16013,'Manjuri'),(16014,'Manjusa'),(16015,'Manjusha'),(16016,'Manjusha bai'),(16017,'Manka'),(16018,'Manka Bai'),(16019,'Mankali'),(16020,'Mankesh'),(16021,'Mankha Bai'),(16022,'mankhan lal'),(16023,'Manki'),(16024,'Manki Bai'),(16025,'Mankibai'),(16026,'Mankin'),(34425,'mankipuri'),(16027,'Manku Giri'),(16028,'Mankumari'),(16029,'Mankunvar'),(16030,'Mankunver'),(16031,'Mankunwar'),(16032,'Mankuvar'),(16033,'Mankuver'),(16034,'Mankuwar'),(16035,'Manlin Bai'),(16036,'Manmasiya Bai'),(16037,'Manmat'),(16038,'Manmat Bai'),(16039,'Manmati'),(16040,'Manmati Bai'),(16041,'Manmatiya Bai'),(16042,'Manmit'),(16043,'Manmohan'),(16044,'Manmohan Sih'),(16045,'Manmohan singh'),(16046,'Manmtiya Bai'),(16047,'Manna'),(16048,'Manna Lal'),(16049,'Manna Ram'),(16050,'Manna Singh'),(16051,'Mannaram'),(16052,'Mannati Bai'),(16053,'Manne'),(34426,'Mannewad'),(34427,'Mannewar'),(34428,'Mannikpuri'),(16054,'Mannu'),(16055,'Mannu Bai'),(16056,'mannu giri'),(16057,'Mannu Lal'),(16058,'Mannu Ram'),(16059,'Mannu Singh'),(16060,'Mannulal'),(16061,'Mannupuri'),(16062,'Mano'),(16063,'Mano Bai'),(16064,'Mano Devi'),(16065,'Manohar'),(16066,'Manohar Ali'),(16067,'Manohar Das'),(16068,'Manohar Kumar'),(16069,'Manohar Lal'),(16070,'Manohar Singh'),(16071,'Manohat singh'),(16072,'Manoj'),(16073,'Manoj kumar'),(16074,'Manoj Bai'),(16075,'Manoj Kumar'),(16076,'Manoj Ram'),(16077,'Manoj Singh'),(16078,'Manoja'),(16079,'Manorama'),(16080,'Manorama Bai'),(16081,'Manoranjan'),(16082,'Manorath'),(16083,'Manorma'),(16084,'Manpi'),(16085,'Manpyari'),(16086,'Manradhiya Bai'),(16087,'Manraj'),(16088,'Manrajiya Bai'),(16089,'Manrakhan'),(16090,'Manrakhan Lal'),(16091,'Manrakhan Singh'),(16092,'Manraman'),(16093,'Manrup Singh'),(16094,'Mansa'),(16095,'Mansa Ram'),(34429,'Mansagar'),(16096,'Mansaram'),(16097,'Mansay'),(16098,'Mansh'),(16099,'Mansha'),(16100,'mansha ram'),(16101,'Mansha Bai'),(16102,'Mansha Ram'),(16103,'mansha rani'),(16104,'Manshi'),(16105,'Manshi Kumari'),(16106,'Manshigh'),(16107,'manshu kumar'),(16108,'Mansi'),(16109,'Mansi Bai'),(16110,'Mansi Begam'),(16111,'Mansingh'),(16112,'Mansram'),(16113,'Mansu'),(34430,'Mansuri'),(16114,'Mant'),(16115,'Mant Ram'),(16116,'Manta'),(16117,'Manta Bai'),(16118,'Manta Kumar'),(16119,'Manta Ram'),(16120,'Mantahula'),(16121,'Mantaku'),(16122,'Mantan bai'),(16123,'Mantar'),(16124,'Mantaram'),(16125,'Mantesh'),(16126,'Manthan'),(16127,'Manthan Bai'),(16128,'Manthan Kuwar'),(16129,'Manthara'),(16130,'Manthavi'),(16131,'Manthi Lal'),(16132,'Manthir'),(16133,'Manthir Prasad'),(16134,'Manthram'),(16135,'Manti'),(16136,'Manti bai'),(16137,'Manti Bai'),(16138,'Mantkhiya'),(16139,'Mantora'),(16140,'Mantora Bai'),(16141,'Mantorabai'),(16142,'mantori'),(16143,'Mantori Bai'),(16144,'Mantoriya Bai'),(16145,'Mantosh'),(16146,'Mantosh kumar'),(16147,'Mantoshi'),(16148,'Mantra'),(16149,'Mantra Ram'),(16150,'Mantram'),(16151,'Mantram dhrit'),(16152,'Mantran'),(16153,'Mantri'),(16154,'Mantri Bai'),(16155,'Mantri Lal'),(16156,'Mantri Ram'),(16157,'Mantrin Bai'),(16158,'Mantru Singh'),(16159,'Mantu'),(16160,'Mantu Bai'),(16161,'Mantu Ram'),(16162,'Manturam'),(16163,'Mantusha Bai'),(16164,'mantutan bai'),(16165,'Manu'),(16166,'Manu Bai'),(16167,'Manu lal'),(16168,'Manu Raj'),(16169,'Manu Ram'),(16170,'Manukiya bai'),(16171,'Manuraj'),(16172,'Manuram'),(16173,'Manusha'),(16174,'Manuu Bai'),(16175,'Manuva Ram'),(16176,'Manvati'),(16177,'Manvati Bai'),(16178,'Manvel'),(16179,'Manvi'),(16180,'Manvi bee'),(16181,'Maphiruddin'),(16182,'Maqsut'),(16183,'Mar Khande'),(16184,'Maradan'),(34431,'Marai'),(16185,'Marak'),(34432,'Marakam'),(34433,'Marar'),(34434,'Mararar'),(34435,'Maratha'),(34436,'Marathe'),(34437,'Marathi'),(34438,'Maravai'),(34439,'Maravi'),(34440,'Maravime'),(34441,'Marawi'),(16186,'March'),(16187,'Marha'),(16188,'Marhi'),(16189,'Marhi Bai'),(16190,'Marhu Ram'),(16191,'Marhu singh'),(16192,'Mariyam'),(16193,'mariyam begam'),(16194,'Mariyani'),(16195,'Mariyanus'),(16196,'Marjeena'),(34442,'Markam'),(16197,'Markhande'),(16198,'Markhandey'),(34443,'Marko'),(16199,'Markosh'),(16200,'marni'),(34444,'Marothi'),(34445,'Marra'),(34446,'Marsa'),(16201,'Marsel'),(16202,'Martam'),(16203,'Martam Bai'),(16204,'Martam Singh'),(16205,'Martan'),(16206,'Martand'),(16207,'Martand Singh'),(16208,'Martha'),(16209,'martin'),(34447,'Maru'),(34448,'Marud'),(16210,'Maruti'),(34449,'Maruwada'),(34450,'Marvada'),(34451,'Marveeja'),(34452,'Marvi'),(16211,'Maryam'),(16212,'Mas Ram'),(16213,'Masanu'),(16214,'Masat Ram'),(34453,'Mashi'),(34454,'Mashih'),(34455,'Mashram'),(16215,'mashuran bee'),(34456,'Masih'),(34457,'Maske'),(34458,'Maslman'),(34459,'Masram'),(16216,'Mast'),(16217,'Mast Ram'),(16218,'Mastar Tuke'),(16219,'Mastaram'),(16220,'Master Om'),(16221,'Mastram'),(16222,'Masum'),(16223,'Masum Bai'),(16224,'Masum Bee'),(16225,'Masum bee begam'),(16226,'Masum Kumar'),(16227,'Masur Lal'),(16228,'Masuran'),(16229,'Mata Badan'),(16230,'Mata Sewak'),(16231,'Matadin'),(16232,'Matafer'),(16233,'Matang Bai'),(16234,'Matariya'),(16235,'Mataru'),(34460,'Mataru Ram'),(16236,'Mate Singh'),(16237,'Materin'),(16238,'Mateshvari'),(16239,'Mateshwari'),(16240,'Mateshwari bai'),(16241,'Matetarin'),(16242,'Matetrin'),(16243,'Mathari bai'),(16244,'Matharo Bai'),(16245,'Mathathi'),(16246,'Mathew'),(16247,'Mathiya Bai'),(16248,'Mathula Bai'),(34461,'Mathur'),(16249,'Mathura'),(16250,'Mathura Bai'),(16251,'Mathura Devi'),(16252,'Mathura Prasad'),(16253,'Mathura Prased'),(16254,'Mathura Singh'),(16255,'Mathuri'),(16256,'Mathuriya Bai'),(16257,'Mati'),(16258,'Mati Bai'),(16259,'Mati Ram'),(34462,'Matin'),(16260,'Matiya'),(16261,'Matiya Bai'),(16262,'Matiyari'),(34463,'Matri'),(16263,'Matri Bai'),(16264,'Matru'),(34464,'Mattani'),(16265,'Matthe'),(16266,'Matthu Ram'),(16267,'Mattu'),(16268,'Mattu Ram'),(16269,'Matuk'),(16270,'Matukdhari'),(16271,'Matula Bai'),(16272,'Matuliya Bai'),(16273,'Matuu Bai'),(16274,'Matvariya Bai'),(16275,'Matwar'),(16276,'Matwar Singh'),(16277,'Mauhadari'),(34465,'Mauhar'),(16278,'Mauji Ram'),(16279,'Maujiram'),(16280,'Mauju'),(16281,'Maukhi Lal'),(16282,'Mauniya Bai'),(16283,'Maunni Bai'),(34466,'Maur'),(34467,'Maurya'),(16284,'Mausam'),(16285,'Mausam Kumar'),(16286,'Mausam Lal'),(16287,'Mauskan'),(34468,'Mauvar'),(34469,'Mavar'),(34470,'Mavashi'),(34471,'Mavasi'),(16288,'Maya'),(16289,'Maya devi'),(16290,'Maya Bai'),(16291,'maya das'),(16292,'Maya Devi'),(16293,'Maya Kumari'),(16294,'Maya Mati'),(16295,'Maya Ram'),(16296,'Maya Rani'),(16297,'Maya Shankar'),(16298,'Maya Vati'),(16299,'Mayabati'),(16300,'Mayadas'),(16301,'Mayalal'),(16302,'Mayamati'),(16303,'Mayamti'),(16304,'Mayank'),(16305,'Mayank Kumar'),(16306,'Mayank Singh'),(16307,'Mayanti'),(16308,'mayaprasad'),(16309,'Mayaram'),(16310,'Mayarani'),(16311,'Mayashwari'),(16312,'Mayaso bai'),(16313,'Mayasu'),(16314,'Mayavati'),(16315,'Mayavati Bai'),(16316,'Mayawati'),(16317,'Maykal'),(16318,'Mayush'),(34472,'Md'),(16319,'Md.'),(16320,'Md.azad'),(34473,'Mechram'),(16321,'Medan Kumar'),(16322,'Medan Singh'),(16323,'Medhe Lal'),(16324,'Medthva'),(16325,'Meeena'),(16326,'Meeena Bai'),(16327,'Meehi Lal'),(16328,'Meel Bai'),(16329,'Meel Kunwar'),(16330,'Meela Bai'),(16331,'Meelan'),(16332,'Meen Bai'),(16333,'Meena'),(16334,'Meena bai'),(16335,'Meena Bai'),(16336,'Meena Ba'),(16337,'Meena Bai'),(16338,'Meena Devi'),(16339,'Meena Kuamri'),(16340,'Meena Kumari'),(16341,'Meena Ram'),(16342,'Meenabai'),(16343,'meenaccchi'),(16344,'Meenachhi'),(16345,'Meenakshi'),(16346,'Meenu'),(16347,'Meenu Bai'),(16348,'Meera'),(16349,'Meera Bai'),(16350,'Meera Baii'),(16351,'Meera Das'),(16352,'Meera Devi'),(16353,'Meera Kumari'),(16354,'Meera Singh'),(16355,'Meera Soni'),(34474,'Meeri'),(16356,'Meeta'),(16357,'Meetha Ram'),(16358,'Meethi'),(16359,'Megh Lal'),(16360,'Megh Nath'),(16361,'Megh Ram'),(16362,'Megha'),(16363,'Megha Ram'),(16364,'Meghai'),(16365,'Meghai Bai'),(16366,'Meghaiya'),(16367,'Meghaiya Bai'),(16368,'Meghan Bai'),(16369,'Meghanath'),(16370,'Meghani Bai'),(16371,'Meghau'),(16372,'Meghau Ram'),(16373,'Meghawa Ram'),(16374,'Megheshwar'),(16375,'Meghiya'),(16376,'Meghiya Bai'),(16377,'Meghnand'),(16378,'Meghnath'),(16379,'Meghnath Kumar'),(16380,'Meghram'),(16381,'Meghu'),(16382,'Meghu Ram'),(16383,'Meghva'),(16384,'Megin Bai'),(16385,'Mehaniya Bai'),(34475,'Mehar'),(34476,'Mehar .'),(34477,'Mehar0.'),(34478,'Mehara'),(16386,'Meharbati'),(34479,'Mehata'),(16387,'Mehatar'),(16388,'Mehelal'),(16389,'Mehendra Singh'),(16390,'Mehesh'),(16391,'Mehetaru'),(16392,'Mehi Lal'),(16393,'mehnaj'),(34480,'Mehra'),(16394,'Mehrum'),(16395,'Mehrum Nisha'),(16396,'Mehrun'),(16397,'Mehrun Bee'),(16398,'Mehrun Nisha'),(34481,'Mehta'),(16399,'Mehtab'),(16400,'Mehtu'),(16401,'Mehul'),(16402,'Mekhai'),(16403,'Mekra'),(16404,'Mekri Bai'),(16405,'Mekul Bai'),(16406,'Mel Chand'),(16407,'Mel Kumari'),(16408,'Mel Singh'),(16409,'Mela'),(16410,'Mela Bai'),(16411,'Mela Das'),(16412,'Mela Ram'),(16413,'Melabati'),(16414,'Melan'),(16415,'Melan Bai'),(16416,'Melan Bai'),(16417,'Melan Bal'),(16418,'Melan Ram'),(16419,'Melan Singh'),(16420,'Melaram'),(16421,'Melau'),(16422,'Melau Ram'),(16423,'Melauram'),(16424,'Meli Bai'),(16425,'Melin'),(16426,'Melin Bai'),(16427,'Meliya Bai'),(16428,'Melkumar'),(16429,'Melkunwar'),(16430,'Melu'),(16431,'Melu Geer'),(16432,'Melu Ram'),(16433,'Meluram'),(16434,'meluram gond'),(16435,'Melvati bai'),(16436,'Mem'),(16437,'Mem Bai'),(16438,'Mema Bai'),(34482,'Meman'),(16439,'Membati'),(16440,'Memin Bai'),(16441,'Memvati'),(16442,'Men'),(16443,'Men Bai'),(16444,'Men Kunwar'),(16445,'Menaka'),(16446,'Menash'),(16447,'Mendani'),(16448,'Mendani Bai'),(16449,'Menejar'),(16450,'Mengelin'),(16451,'Mengha'),(16452,'Menghanath'),(16453,'Menika'),(16454,'Menika Bai'),(34483,'Menikpuri'),(16455,'Menjas Kumar'),(16456,'Menka'),(16457,'Menka Bai'),(16458,'Menna Bai'),(16459,'Mensingh'),(16460,'menvati'),(16461,'Merajun'),(34484,'Merasa'),(34485,'Meravi'),(16462,'Merina'),(34486,'Mersa'),(34487,'Mersha'),(34488,'Mesheram'),(34489,'Meshram'),(16463,'Meshvari'),(34490,'Mesram'),(16464,'Mess Night'),(16465,'Methasu'),(16466,'Metu'),(16467,'Meva Bai'),(16468,'Meva Lal'),(16469,'Meva Ram'),(16470,'Meva Singh'),(16471,'Mevalal'),(16472,'Mevan'),(16473,'Mevati Bai'),(16474,'Mewa'),(16475,'Mewa Lal'),(16476,'Mewalal'),(16477,'Mhettar'),(34491,'Mhilange'),(16478,'Miap Das'),(16479,'Mihrum Nisha'),(34492,'Miishra'),(16480,'Mijaji'),(16481,'Mikki'),(16482,'Mikku'),(16483,'Mil'),(16484,'Mil Bai'),(16485,'Mil kunver'),(16486,'Mila'),(16487,'Mila Bai'),(16488,'Milajo Bai'),(16489,'Milak Ram'),(16490,'Milan'),(16491,'Milan Bai'),(16492,'Milan Das'),(16493,'Milan Kumar'),(16494,'Milan Ram'),(16495,'Milan Singh'),(16496,'Milap'),(16497,'Milap Bai'),(16498,'Milap Das'),(16499,'Milap Ram'),(16500,'Milap Singh'),(16501,'Milapa'),(16502,'Milapa Bai'),(16503,'Milapiya Bai'),(16504,'Milau'),(16505,'Milau Prasad'),(16506,'Milau Ram'),(16507,'Milauli bai'),(16508,'Milauteen'),(16509,'Milauti bai'),(16510,'Milautin'),(16511,'Milautin Bai'),(16512,'Milava Bai'),(16513,'Milendra'),(16514,'Mileram'),(16515,'Milesh'),(16516,'Mileshar'),(16517,'Mileshwar'),(16518,'Mili'),(16519,'Mili Bai'),(16520,'Milin Bai'),(16521,'Milind'),(16522,'Miliya Bai'),(16523,'Milka bai'),(16524,'Milkumari'),(16525,'Milkunwar'),(16526,'Milkuwar'),(16527,'Milli Bai'),(16528,'Millu'),(16529,'Milo bai'),(16530,'Milotin Bai'),(16531,'Miloukin'),(16532,'Miloutin'),(16533,'Milti Bai'),(16534,'Miltu'),(16535,'Milu Bai'),(16536,'Milvantin'),(16537,'Milwantin'),(16538,'Milwantin Bai'),(16539,'Mimlesh'),(16540,'Mina'),(16541,'Mina Bai'),(16542,'Mina devi'),(16543,'Mina Kumari'),(16544,'Minachhi'),(16545,'Minachi'),(16546,'Minajhi'),(16547,'Minakani'),(16548,'Minakshi'),(16549,'Minakshi Bai'),(16550,'Minashi'),(16551,'Minendra'),(16552,'Minesh Kumar'),(34493,'Ming'),(16553,'Minhaj'),(16554,'Mini'),(16555,'Mini Bai'),(34494,'Minikpuri'),(34495,'Minj'),(34496,'Minjhwar'),(16556,'Minka'),(16557,'Minkale'),(16558,'Minki'),(34497,'Minkpuri'),(16559,'Minnat Bee'),(16560,'Minni bai'),(16561,'Mint Ram'),(16562,'Mintra'),(16563,'mintra bai'),(16564,'Mintu'),(16565,'Mintu Singh'),(16566,'Minu'),(16567,'minu kumar'),(16568,'Minu Ram'),(34498,'Minya'),(16569,'Mipendra'),(16570,'Mira'),(16571,'Mira Bai'),(16572,'Miraja Nur'),(16573,'Miran Bai'),(16574,'Mirchi Bai'),(34499,'Mire'),(16575,'Mirgendra Kumar'),(34500,'Miri'),(16576,'Mirityunjay'),(16577,'Mirja'),(16578,'Mirja Arman'),(16579,'Mirja Lal'),(16580,'Mirja Sahvan'),(34501,'Mirjha'),(34502,'Mirre'),(16581,'Mishan'),(34503,'Mishara'),(16582,'Mishin'),(16583,'Mishla'),(34504,'Mishra'),(16584,'Mishri'),(16585,'Mishri Lal'),(16586,'Misti Kumari'),(34505,'Mistri'),(16587,'Mit Lal'),(34506,'Mita'),(16588,'Mitai'),(16589,'Mitailal'),(16590,'mitanshu'),(16591,'Mitasil'),(16592,'Mitau Ram'),(16593,'Mitesh'),(16594,'Miteshwar'),(16595,'Mithai'),(16596,'Mithai Lal'),(16597,'Mithala'),(16598,'Mithala bai'),(16599,'Mithala Bai'),(16600,'Mithala Das'),(16601,'Mithalesh'),(16602,'Mithan Lal'),(16603,'Mithathuram'),(16604,'Mithhu Lal'),(16605,'Mithhu Ram'),(16606,'Mithhu Singh'),(16607,'mithi lal'),(16608,'Mithila'),(16609,'Mithila Bai'),(16610,'Mithilesh'),(16611,'Mithla'),(16612,'Mithla Bai'),(16613,'Mithla prasad'),(16614,'Mithlehs'),(16615,'Mithlesh'),(16616,'Mithlesh Bai'),(16617,'Mithlesh Kumar'),(16618,'Mithlesh Kumari'),(16619,'Mithleshwar'),(16620,'Miththu singh'),(16621,'Mithu Lal'),(16622,'Mithu Ram'),(16623,'Mithun'),(16624,'Mitin Bai'),(16625,'Mitla Bai'),(16626,'Mitra'),(16627,'Mitra Binda Bai'),(16628,'Mitram'),(16629,'Mitri Bai'),(34507,'Mittal'),(16630,'Mittha Das'),(16631,'Mitthu'),(16632,'Mitthu Lal'),(16633,'Mitthu Ram'),(16634,'Mitthulal'),(16635,'Mitthuram'),(16636,'Mittu'),(16637,'Mittu Lal'),(16638,'Mittulal'),(16639,'mitturam'),(16640,'Mitu Bai'),(16641,'Mitu Ram'),(34508,'Miya'),(16642,'Mkund'),(16643,'mllu'),(16644,'Mo.'),(16645,'Mo. Aslam'),(16646,'Mo. Bashir'),(16647,'Mo. Hanif'),(16648,'Mo. Hashid'),(16649,'Mo. Intaj'),(16650,'Mo. Ishak'),(16651,'Mo. Islam'),(16652,'Mo. Mosin'),(16653,'Mo. Rahim'),(16654,'Mo. Samir'),(16655,'Mo. Sariph'),(16656,'Mo.aalam'),(16657,'Mo.aariph'),(16658,'Mo.abbas'),(16659,'Mo.ajhar'),(16660,'Mo.akbar'),(16661,'Mo.ali'),(16662,'Mo.alifh'),(16663,'Mo.arshad'),(16664,'Mo.aslam'),(16665,'Mo.ayub'),(16666,'Mo.habbi'),(16667,'Mo.harun'),(16668,'mo.hasan'),(16669,'Mo.hasim'),(16670,'Mo.hassan'),(16671,'Mo.husain'),(16672,'Mo.ikbal'),(16673,'Mo.iliyas'),(16674,'Mo.imran'),(16675,'Mo.isad'),(16676,'Mo.ishak'),(16677,'Mo.istyak'),(16678,'mo.jahid'),(16679,'Mo.javed'),(16680,'Mo.kalim'),(16681,'Mo.masaud'),(16682,'Mo.mobin'),(16683,'Mo.mujahidin'),(16684,'Mo.Muktar'),(16685,'Mo.nasim'),(16686,'Mo.nausad'),(16687,'Mo.navaj'),(16688,'Mo.phakira'),(16689,'Mo.pharid'),(16690,'Mo.rajjab'),(16691,'Mo.raphik'),(16692,'mo.sabir'),(16693,'Mo.sahid'),(16694,'Mo.sakil'),(16695,'Mo.sallauddin'),(16696,'Mo.saphik'),(16697,'Mo.shahid'),(16698,'Mo.sher Ali'),(16699,'Mo.shoeb'),(16700,'Mo.talim'),(16701,'mo.yashim'),(16702,'Moahan'),(16703,'Mobin'),(16704,'Mochan Singh'),(34509,'Mochi'),(16705,'Mod.'),(16706,'Mod. Hameed'),(34510,'Modi'),(16707,'Mogara'),(16708,'Mogara Bai'),(34511,'Mogiya'),(16709,'Mogiya Bai'),(16710,'Mogra'),(16711,'Mogra Bai'),(16712,'Mogul Singh'),(16713,'Moh Pal'),(16714,'Moh.'),(16715,'Moh. Alim akhtar'),(16716,'Moh. Kayum'),(16717,'mohabbat'),(16718,'Mohali'),(34512,'Mohamad'),(16719,'Mohamad Islam'),(34513,'Mohamad kharun'),(16720,'Mohamad Sariph'),(16721,'Mohamaddin'),(16722,'Mohamamad'),(16723,'Mohamamd'),(16724,'mohamand alim'),(16725,'mohamma smim'),(16726,'Mohammad'),(16727,'Mohammad Ariph'),(16728,'Mohammad Naim'),(16729,'mohammad saiph'),(16730,'mohammad usman'),(16731,'Mohammd shaid ansari'),(16732,'Mohan'),(16733,'Mohan Singh'),(16734,'Mohan Bai'),(16735,'Mohan Baiga'),(16736,'Mohan Bati'),(16737,'Mohan Das'),(16738,'Mohan Gir'),(16739,'Mohan Kumar'),(16740,'Mohan Kunwar'),(16741,'Mohan Lal'),(16742,'Mohan Mati'),(16743,'Mohan Prasad'),(16744,'Mohan Ray'),(16745,'Mohan Say'),(16746,'Mohan Singh'),(16747,'Mohanbati'),(16748,'Mohani'),(16749,'Mohani Bai'),(16750,'Mohaniya'),(16751,'Mohaniya Bai'),(16752,'Mohanlal'),(16753,'Mohanmati'),(34514,'Mohanti'),(16754,'Mohanvati'),(16755,'Mohar'),(16756,'Mohar Bai'),(16757,'Mohar Bai'),(16758,'Mohar bee'),(16759,'Mohar Bia'),(16760,'Mohar Das'),(16761,'Mohar Sai'),(16762,'Mohar Say'),(16763,'Mohar Singh'),(16764,'Moharbati'),(16765,'Moharmati'),(16766,'Moharsay'),(16767,'Moharvati'),(16768,'Mohat Lal'),(16769,'Mohatram'),(16770,'Mohbati'),(16771,'Mohbati Bai'),(34515,'Mohbiya'),(34516,'Mohd'),(16772,'Mohd.'),(16773,'Mohe Lal'),(16774,'Mohelal'),(34517,'Mohhamad'),(34518,'mohile'),(16775,'Mohimudiddin'),(16776,'Mohini'),(16777,'Mohit'),(16778,'Mohit Bai'),(16779,'Mohit Kumar'),(16780,'Mohit Lal'),(16781,'Mohit Ram'),(16782,'Mohit Singh'),(34519,'Mohite'),(16783,'Mohitram'),(16784,'Mohkiya'),(16785,'Mohla Bai'),(34520,'Mohle'),(34521,'Mohmadd'),(16786,'Mohmati'),(16787,'Mohmmad'),(16788,'Mohmmad Rasid'),(16789,'Mohmmd Shahid ansari'),(16790,'Mohnasa'),(16791,'Mohni'),(16792,'Mohnish'),(16793,'mohnishwari'),(16794,'Mohniya Bai'),(16795,'Mohpal'),(16796,'Mohpal Singh'),(16797,'Mohpat'),(16798,'Mohrutdin'),(16799,'Mohsim'),(16800,'Mohsin'),(16801,'Mohsina Kuraishi'),(16802,'Mohtin Bai'),(16803,'Mohvari bai'),(16804,'Mohvati'),(16805,'Mohwati'),(34522,'Moi'),(16806,'moja'),(34523,'mojesh'),(16807,'Moji Lal'),(16808,'Moji Ram'),(16809,'Mokam Kumar'),(16810,'Mola Bai'),(16811,'Molai'),(16812,'Molai Singh'),(16813,'Molaiya Bai'),(16814,'Mole Lal'),(16815,'Mole Ram'),(16816,'Mole Singh'),(16817,'Molha'),(16818,'Molha Ram'),(16819,'moli'),(16820,'Molina'),(16821,'Moliya'),(16822,'Moliya Bai'),(16823,'Mollchand'),(16824,'Molsira'),(16825,'Molvati'),(16826,'Mom'),(16827,'Mom Bai'),(34524,'Momin'),(16828,'Momina'),(16829,'Mona'),(16830,'Mona Bai'),(16831,'Monesh Kumar'),(16832,'Mongaliya Bai'),(16833,'Mongara'),(16834,'Mongara Bai'),(34525,'Mongare'),(16835,'Mongari Bai'),(16836,'Mongra'),(16837,'Mongra Bai'),(16838,'mongri bai'),(16839,'Moni'),(16840,'Moni Bai'),(16841,'Monika'),(16842,'Monika Bai'),(16843,'Monilya bai'),(16844,'Moniya'),(16845,'Monoj Kumar'),(16846,'Monti'),(16847,'Montu'),(16848,'Monu'),(16849,'monu bai'),(16850,'Monu Kumar'),(16851,'Monu Singh'),(16852,'Monuraj'),(16853,'Monuram'),(16854,'Mool'),(16855,'Mool Chand'),(16856,'Moolbati'),(16857,'Moolchand'),(34526,'Mopar'),(16858,'Mor Jahavaj'),(16859,'Morajdhwaj'),(16860,'Moranmal'),(16861,'Morat Prasad'),(34527,'Moray'),(34528,'More'),(16862,'Morit Ram'),(34529,'Morya'),(34530,'Moryari'),(16863,'Moshim'),(16864,'Mosim'),(16865,'Mosita'),(16866,'Mosna'),(16867,'Mota'),(16868,'Mota Bai'),(16869,'Motan Bai'),(16870,'motan das'),(16871,'Mote Lal'),(16872,'Mote Singh'),(16873,'Moti'),(16874,'Moti Bai'),(16875,'Moti Chand'),(16876,'Moti Das'),(16877,'Moti Lal'),(16878,'Moti Ram'),(16879,'Moti Singh'),(16880,'Motibai'),(16881,'Motikunwar'),(16882,'Motilal'),(16883,'Motillal'),(16884,'Motim'),(16885,'Motim Bai'),(16886,'Motin'),(16887,'Motin Bai'),(16888,'Motina Bai'),(16889,'Motiram'),(16890,'Motis Kumar'),(16891,'Motiya'),(16892,'Motu'),(34531,'Motwani'),(16893,'Moulana Gulam'),(34532,'Mourya'),(16894,'Moushami'),(34533,'Movar'),(34534,'Mrar'),(34535,'Mratha'),(16895,'mridula'),(16896,'Mridulata'),(16897,'Mrig Lal'),(16898,'Mrittika'),(16899,'Mrituanjay Singh'),(34536,'Mrityamvar'),(34537,'Mrityawar'),(34538,'Mrityumawar'),(34539,'Mrityumvar'),(16900,'Mthura Bai'),(16901,'Mubarak'),(16902,'Mubarak Ali'),(34540,'Muddin'),(34541,'Mudiliyar'),(34542,'Mudilykar'),(16903,'Mudrika'),(16904,'Muga Bai'),(16905,'Mugeshiya'),(16906,'Mugli Bai'),(16907,'Mugul Das'),(34543,'Muhauddin'),(16908,'Mujhphphar'),(16909,'Muk Lal'),(16910,'Mukaddar'),(16911,'Mukchand'),(16912,'Mukehs'),(16913,'Mukesh'),(16914,'mukesh das'),(16915,'Mukesh kukmar'),(16916,'Mukesh Kumar'),(16917,'Mukesh ram'),(16918,'Mukesh Singh'),(16919,'Mukesha'),(16920,'Mukeshiya'),(16921,'mukeshiya bai'),(16922,'Mukeshvari'),(16923,'mukeshwar'),(16924,'Mukhan'),(16925,'Mukhan Bai'),(16926,'Mukhani'),(16927,'Mukhani Bai'),(34544,'Mukharji'),(16928,'Mukhi'),(16929,'Mukhi Ram'),(16930,'Mukhin'),(16931,'Mukhin Bai'),(16932,'Mukhiram'),(16933,'Mukhiya Bai'),(16934,'mukhiyai'),(16935,'Mukhni'),(16936,'Mukhni Bai'),(16937,'Mukhtari'),(16938,'Mukhu Ram'),(16939,'Muklal'),(16940,'Mukta'),(16941,'Muktar Mohmmad'),(16942,'Muktawan'),(16943,'Muktawan Das'),(16944,'Mukti'),(16945,'Mukti Nath'),(16946,'Muktur'),(16947,'Mukul'),(16948,'Mukund'),(16949,'Mukund Ram'),(16950,'Mukund Shingh'),(16951,'Mukund Singh'),(16952,'Mukunda'),(16953,'Mukundi Lal'),(16954,'Mukut'),(16955,'Mukut Ram'),(16956,'Mukutdhari'),(16957,'Mukutram'),(16958,'Mul'),(16959,'Mul bai'),(16960,'Mul Chan'),(16961,'Mul Chand'),(16962,'Mul Kuwar'),(16963,'Mula Bai'),(16964,'Mulachand'),(16965,'Mulai'),(16966,'Mulai Ram'),(16967,'Mulaki'),(16968,'Mulaki Bai'),(16969,'Mulan singh'),(16970,'Mulara Bai'),(16971,'Mularg'),(16972,'Mulari Bai'),(16973,'Mulatu'),(16974,'mulbiya bai'),(16975,'Mulchanad'),(16976,'Mulchand'),(16977,'Mulchanda'),(16978,'Mulchandra'),(34545,'Mule'),(16979,'Muleshwar Sih'),(16980,'Muli Bai'),(16981,'Mulidhar'),(16982,'Muliya'),(16983,'Muliya Bai'),(16984,'Mulk Raj'),(16985,'Mulki'),(16986,'Mulki Bai'),(16987,'Mulkunwar'),(16988,'mullu bai'),(16989,'Mulriya'),(16990,'Multa Bai'),(16991,'Mulvati'),(16992,'Mumtaj'),(16993,'Mumtaj Begam'),(16994,'Mumtaz'),(16995,'Munachu'),(16996,'Munashi'),(16997,'Mundul singh'),(16998,'Muneer'),(16999,'Munesh'),(17000,'Munga'),(17001,'Munga Bai'),(17002,'Mungaiya Bai'),(17003,'Mungasiya Bai'),(17004,'Mungel Singh'),(17005,'Mungelhin'),(17006,'Mungeliya Bai'),(17007,'Mungeshiya'),(17008,'Mungeshiya Bai'),(17009,'Mungesiya'),(17010,'Mungi Bai'),(17011,'Mungiya'),(17012,'Mungiya Bai'),(17013,'Mungul'),(17014,'Muni'),(17015,'Muni Lal'),(17016,'Muni Ram'),(17017,'Munii Bai'),(17018,'Munija Begam'),(17019,'Munim'),(17020,'Munim Singh'),(17021,'Munir Ahmad'),(17022,'Munir Ali'),(17023,'Muniram'),(17024,'Muniran'),(17025,'Munishwar'),(17026,'Munita'),(17027,'Muniya'),(17028,'Muniya Bai'),(17029,'Munki bai'),(17030,'Munki Bai'),(17031,'Munkund Singh'),(17032,'Munmun'),(17033,'Munna'),(17034,'Munna Bai'),(17035,'Munna Baks'),(17036,'Munna Das'),(17037,'Munna Kumar'),(17038,'Munna Lal'),(17039,'Munna Prasad'),(17040,'Munna Ram'),(17041,'Munna Singh'),(17042,'Munna Yadaw'),(17043,'Munnabari'),(17044,'Munnaiya Bai'),(17045,'Munnalal'),(17046,'Munne Lal'),(17047,'Munni'),(17048,'Munni Bai'),(17049,'Munni Singh'),(17050,'Munni Ba'),(17051,'Munni Bai'),(17052,'Munni Devi'),(17053,'Munni Kumari'),(17054,'Munni Lal'),(17055,'Munni Singh'),(17056,'Munnibai'),(17057,'Munno Lal'),(17058,'Munnu'),(17059,'Munnu Bai'),(17060,'Munshi'),(17061,'Munshi Lal'),(17062,'Munshi Ram'),(17063,'Munshi singh'),(17064,'Munshiram'),(17065,'Munsi'),(17066,'Munsi Ram'),(17067,'Munti'),(17068,'Munti Bai'),(17069,'Murad'),(17070,'Muradali'),(17071,'Muraisa'),(17072,'Murali'),(17073,'Muralidhar'),(17074,'Murari'),(17075,'Murari Lal'),(17076,'Murari Prasad'),(17077,'Murari Singh'),(34546,'Murarka'),(17078,'Murat'),(17079,'Murat Bai'),(17080,'Murat Singh'),(17081,'Muratiya Bai'),(17082,'Muri Bai'),(17083,'Murit'),(17084,'Murit Kumar'),(17085,'Murit Lal'),(17086,'Murit Ram'),(17087,'Murita'),(17088,'Muritkuwar'),(17089,'Muritram'),(17090,'Murli'),(17091,'Murli Dhar'),(17092,'Murli Lal'),(17093,'Murli Manohar'),(17094,'Murli Ram'),(17095,'Murlichand'),(17096,'Murlidhar'),(17097,'Murlilal'),(17098,'murliya bai'),(17099,'Murnak'),(17100,'Murshiya'),(34547,'Murti'),(17101,'Murti Bai'),(17102,'Musakan'),(34548,'Musalman'),(17103,'Musalram'),(17104,'Musatkima Khatun'),(17105,'mushahid'),(34549,'Mushalman'),(17106,'Mushkan'),(34550,'Mushlmaan'),(17107,'Mushtaq'),(17108,'Muskan'),(17109,'Muskan Ali'),(17110,'Muski'),(17111,'Musku Singh'),(34551,'Muslim'),(34552,'Muslman'),(34553,'Musrif'),(17112,'Mustari'),(34554,'Mustfa'),(34555,'Mustkin'),(17113,'Mustufa'),(17114,'Mutan'),(17115,'Mutaru'),(17116,'Muti'),(17117,'Mutkaiya'),(17118,'Mutki'),(17119,'Mutruja'),(17120,'Mutulal'),(34556,'Mutyamvar'),(17121,'Muuna Lal'),(17122,'Muvamal'),(17123,'N'),(17124,'N bhaskar'),(17125,'N.c.'),(17126,'N.k'),(17127,'N.k.'),(17128,'N.r.'),(34557,'Naai'),(17129,'Naan Bai'),(17130,'Naand Bai'),(17131,'NAARENDRA'),(17132,'Naaz bano'),(17133,'Nabad'),(17134,'Nabard Prasad'),(17135,'Nabardiya Bai'),(17136,'Nabha'),(17137,'nabhi das'),(17138,'Nabhika'),(17139,'Nabi'),(17140,'Nabya'),(17141,'Nachedi'),(17142,'Nad Kumar'),(17143,'Nada Bai'),(17144,'Nadani'),(17145,'Nadauli'),(17146,'Nadauri'),(17147,'Nadauva singh'),(17148,'Naddau'),(17149,'Nadeem'),(17150,'Nadlal'),(17151,'nado bai'),(17152,'Nadrani'),(17153,'Nadsi Bai'),(34558,'Nag'),(17154,'Nagaendra'),(34559,'Nagar'),(17155,'Nagar Mal'),(17156,'Nagarjun'),(17157,'Nagarman'),(17158,'Nagbatiya bai'),(17159,'Nagchand'),(17160,'Nagdev'),(17161,'Nageen'),(17162,'Nageena'),(17163,'Nagendra'),(17164,'Nagendra Kumar'),(17165,'Nagendra Sih'),(17166,'Nagendra Singh'),(17167,'Nagesar'),(17168,'Nagesari'),(17169,'Nagesari Bai'),(17170,'Nagesh'),(17171,'Nagesh Kumar'),(17172,'Nageshar'),(17173,'Nageshar Bai'),(17174,'Nageshari'),(17175,'Nageshin'),(34560,'Nageshiya'),(17176,'Nageshvar'),(17177,'Nageshvar Prasad'),(17178,'Nageshwar'),(17179,'Nageshwar Bai'),(17180,'Nageshwar Bai'),(17181,'Nageshwari'),(17182,'Nageshwari Bai'),(17183,'Nageshwaribai'),(17184,'Nageswari'),(17185,'Nagin'),(17186,'Nagin Bai'),(17187,'Nagina'),(17188,'Nagina Bai'),(17189,'Nagina Begam'),(17190,'Naginbai'),(17191,'Nagju'),(17192,'nagma'),(17193,'nagma bai'),(17194,'Nagmad Bai'),(17195,'Nagmani'),(17196,'Nagmat'),(17197,'Nagmat Bai'),(17198,'Nagmati'),(17199,'Nagmatiya'),(17200,'Nagmatiya Bai'),(34561,'nagpal'),(34562,'Nagpit'),(17201,'Nagraj'),(34563,'nagrale'),(34564,'Nagvanshi'),(17202,'Nagvati'),(34565,'Nagwani'),(17203,'Nahali'),(17204,'Nahar'),(17205,'Nahar Bai'),(17206,'nahar singh'),(17207,'Nahariya Bai'),(17208,'Nahid'),(17209,'Nahida'),(17210,'Nahidjahra'),(34566,'Nai'),(34567,'Naidu'),(17211,'Naihar Kumar'),(17212,'Naiharsay'),(17213,'Naiharsha'),(17214,'Naiharshay'),(34568,'Naik'),(17215,'Naika Das'),(17216,'Naikhi Bai'),(17217,'Naiki Bai'),(17218,'Nailu'),(34569,'Naim'),(17219,'Naimun'),(17220,'Nain'),(17221,'Nain Bai'),(17222,'Nain Das'),(17223,'nain kali'),(17224,'Nain Kumar'),(17225,'nain kunwar'),(17226,'Nain Kuwar'),(17227,'Nain Singh'),(17228,'nain tara'),(17229,'Naina'),(17230,'Naina bai'),(17231,'Nainbati'),(17232,'Naindas'),(17233,'Naini'),(17234,'Nainika'),(17235,'Nainis'),(17236,'Nainkali'),(17237,'Nainkunvar'),(17238,'Naipal'),(34570,'Nair'),(17239,'Naiteek'),(17240,'Naitik'),(17241,'Naitik Kumar'),(17242,'Naiyar'),(17243,'Naj Bai'),(17244,'Najama'),(17245,'Najari Bai'),(17246,'Najarul'),(17247,'Najbun'),(17248,'Najir'),(17249,'Najir Alam'),(17250,'Najir Husain'),(17251,'Najir Mohammad'),(17252,'Najiya'),(17253,'Najma'),(17254,'Najma Begam'),(17255,'Najmi'),(17256,'Najmi Begam'),(17257,'Najmun Nisha'),(17258,'Najni'),(17259,'Najra'),(17260,'Najrana'),(17261,'Najru'),(17262,'Najru Lal'),(17263,'Nak'),(17264,'Nakched'),(17265,'Nakchhed'),(34571,'Nakdaune'),(17266,'Nakeshvar'),(17267,'Nakha Nagesh'),(17268,'Nakhed'),(17269,'Nakhi Ram'),(17270,'Nakisa'),(17271,'Nakul'),(17272,'Nakul singh'),(17273,'Nakul Kumar'),(17274,'Nakul Prasad'),(17275,'Nakul Ram'),(17276,'Nakul Singh'),(17277,'Nakuram'),(17278,'Nalani Bai'),(17279,'Nalf Kewant'),(17280,'Nali Bai'),(17281,'Nalini'),(17282,'Nam Das'),(17283,'Nam Say'),(17284,'Naman'),(17285,'Naman Kumar'),(17286,'Naman raj'),(17287,'Naman Singh'),(17288,'Namash'),(17289,'Namat Kuwar'),(17290,'Namdas'),(34572,'Namdeo'),(17291,'Namdev'),(34573,'Name'),(17292,'Namebai'),(17293,'Nameeta'),(17294,'Namendra'),(17295,'Nameshawari'),(17296,'Namika'),(17297,'Namish'),(34574,'Namit'),(17298,'Namita'),(17299,'Namita Bai'),(17300,'Nammi Bai'),(17301,'Nammu'),(17302,'Nammu lal'),(17303,'Nammu Ram'),(17304,'Namrata'),(17305,'Namvar Singh'),(17306,'Nan'),(17307,'Nan Babu'),(17308,'Nan Bai'),(17309,'Nan Bati'),(17310,'Nan Bia'),(17311,'Nan Dau'),(17312,'Nan Kunvar'),(17313,'Nan Kunwar'),(17314,'Nan Kusiya'),(17315,'Nan Kuwar'),(17316,'Nan mati'),(17317,'Nan Say'),(17318,'Nan Singh'),(17319,'Nana'),(17320,'Nana Bai'),(17321,'Nanabai'),(17322,'Nanadas'),(17323,'Nanadkumar'),(17324,'Nanadu'),(17325,'Nanai'),(17326,'Nanak'),(17327,'Nanak Chand'),(17328,'Nanak Chandra'),(17329,'Nanak Das'),(17330,'Nanaka'),(17331,'Nanakchand'),(17332,'Nanaki'),(17333,'Nanaki Bai'),(17334,'Nanaku Ram'),(17335,'Nanasu singh'),(17336,'nanbabu'),(17337,'Nanbai'),(17338,'Nanbaiya'),(17339,'Nanbaiya Bai'),(17340,'Nanbati'),(17341,'Nanbudhiya Bai'),(17342,'Nanchu Ram'),(17343,'Nanchu Singh'),(17344,'Nanchuni'),(17345,'Nand'),(17346,'Nand kumar'),(17347,'Nand bai'),(17348,'Nand Bai'),(17349,'Nand Das'),(17350,'Nand Gopal'),(17351,'Nand Kishor'),(17352,'Nand Kumar'),(17353,'Nand Kumari'),(17354,'Nand Kunvar'),(17355,'Nand Kunwar'),(17356,'Nand Kusiya'),(17357,'Nand kuver'),(17358,'Nand Kuwar'),(17359,'Nand Lal'),(17360,'Nand Prakash'),(17361,'Nand Pyari'),(17362,'Nand Ram'),(17363,'Nand Rani'),(17364,'Nand Say'),(17365,'Nand Shankar'),(17366,'Nand Singh'),(17367,'Nanda'),(17368,'Nanda Bai'),(17369,'Nanda Bi'),(17370,'Nanda Kumar'),(17371,'Nandada'),(17372,'Nandadi'),(17373,'Nandadol'),(17374,'Nandala'),(17375,'Nandan'),(17376,'Nandani'),(17377,'Nandani Bai'),(17378,'Nandani Baui'),(17379,'Nandani Kumari'),(17380,'Nandani Singh'),(17381,'Nandarani'),(17382,'Nandas'),(17383,'Nandau'),(17384,'Nandbharti'),(34575,'Nande'),(17385,'Nandeha'),(17386,'Nandeshvar'),(17387,'Nandeshvari'),(17388,'Nandeshwari'),(17389,'nandeshwari bai'),(17390,'Nandgopal'),(17391,'Nandha'),(17392,'Nandi'),(17393,'Nandidi'),(17394,'Nandini'),(34576,'Nandita'),(34577,'Nandji'),(17395,'Nandkali'),(17396,'Nandkishor'),(17397,'Nandkishore'),(17398,'Nandkuamri'),(17399,'Nandkumar'),(17400,'Nandkumari'),(17401,'Nandkunwar'),(17402,'Nandlal'),(17403,'Nandnai'),(17404,'Nandni'),(17405,'Nandni bai'),(17406,'Nandni Bai'),(17407,'Nando Bai'),(17408,'Nandoli'),(17409,'Nandram'),(17410,'Nandrani'),(17411,'Nandrani Bai'),(17412,'Nandu'),(17413,'Nandu Bai'),(17414,'Nandu Lal'),(17415,'Nandu Ram'),(17416,'Nandu Sing'),(17417,'Nandu Singh'),(17418,'Nanduva'),(17419,'Nanduva Singh'),(17420,'Nandvati'),(17421,'Nanguiya Bai'),(17422,'Nanha'),(17423,'Nanha Bai'),(17424,'Nanha Singh'),(17425,'Nanhai'),(17426,'Nanhai Ram'),(17427,'Nanhaniya Bai'),(17428,'Nanhe'),(17429,'Nanhe Bai'),(17430,'Nanhe Devi'),(17431,'Nanhe Lal'),(17432,'Nanhe Singh'),(17433,'Nanhi'),(17434,'Nanhi Bai'),(17435,'Nanhu'),(17436,'Nanhu Lal'),(17437,'Nanhu Ram'),(17438,'Nanhu Singh'),(17439,'Nanhuram'),(17440,'Nani Bai'),(17441,'Nani Das'),(17442,'Nanik'),(17443,'Naniya Bai'),(17444,'Nanka'),(17445,'Nanka Bai'),(17446,'Nanka Prasad'),(17447,'Nankaiya'),(17448,'Nankaiya Bai'),(17449,'Nankali'),(17450,'Nankan'),(17451,'Nankeshar'),(17452,'Nanki'),(17453,'Nanki Bai'),(17454,'Nanki daau'),(17455,'Nanki Dau'),(17456,'Nanki Devi'),(17457,'nanki kumar'),(17458,'Nanki Noni'),(17459,'Nanki Ram'),(17460,'Nankiya'),(17461,'Nankiya Bai'),(17462,'Nanku'),(17463,'Nanku Kumar'),(17464,'Nanku Lal'),(17465,'Nanku Ram'),(17466,'Nanku Singh'),(17467,'Nankumar'),(17468,'Nankun'),(17469,'Nankun Bai'),(17470,'Nankuni'),(17471,'Nankuniya'),(17472,'Nankunva'),(17473,'Nankunwar'),(17474,'Nankuram'),(17475,'Nankus Bai'),(17476,'Nankusiya'),(17477,'Nankusiya Bai'),(17478,'Nankuwar'),(17479,'Nanmati'),(17480,'Nanmun'),(17481,'Nanmuni'),(17482,'Nanni Bai'),(17483,'Nannu'),(17484,'Nannu Lal'),(17485,'Nansa'),(17486,'Nansa Singh'),(17487,'Nansay'),(17488,'Nansha Bai'),(17489,'Nanshi'),(17490,'Nanshi Bai'),(17491,'Nansi'),(17492,'Nansi Bai'),(17493,'Nansingh'),(17494,'Nansu'),(17495,'Nansu Ram'),(17496,'Nansu Singh'),(17497,'Nanti Bai'),(17498,'Nantoriya bai'),(17499,'Nanturi'),(17500,'Nanu'),(17501,'Nanu Ram'),(17502,'Nanuha Ram'),(17503,'Nanum Nisha'),(17504,'Nanvati'),(17505,'Nanyak'),(17506,'Naomin Bai'),(34578,'Napait'),(17507,'naphisa'),(34579,'Napit'),(17508,'Nar'),(17509,'Nar Bai'),(17510,'Nar Singh'),(17511,'Narad'),(17512,'Narad Bai'),(17513,'narad das'),(17514,'Narad Kumar'),(17515,'Narad Prasad'),(17516,'Narad Ram'),(17517,'Narad Singh'),(17518,'Naradh'),(34580,'Narag'),(17519,'Naraghu'),(17520,'Naramda'),(17521,'Naranjan'),(17522,'Narantak'),(34581,'Naranyan'),(17523,'Narattam'),(17524,'Narayan'),(17525,'Narayan Prasad'),(17526,'Narayan Das'),(17527,'Narayan Gopal'),(17528,'Narayan Kumar'),(17529,'Narayan Pd.'),(17530,'Narayan Prasad'),(17531,'Narayan Prased'),(17532,'Narayan Sih'),(17533,'Narayan Singh'),(17534,'Narayangir'),(17535,'Narayani'),(17536,'Narayani Bai'),(17537,'Narayani devi'),(34582,'Narayanpuri'),(17538,'Narayanvati'),(34583,'Narayn'),(17539,'Narbad'),(17540,'Narbad Bai'),(17541,'Narbad Prasad'),(17542,'Narbad Sigh'),(17543,'Narbad Singh'),(17544,'Narbada'),(17545,'Narbada Prasad'),(17546,'Narbada Bai'),(17547,'Narbada Devi'),(17548,'Narbada Prasad'),(17549,'Narbada Singh'),(17550,'Narbaddu'),(17551,'Narbadi'),(17552,'Narbadiabai'),(17553,'Narbadiy bai'),(17554,'Narbadiya'),(17555,'Narbadiya Bai'),(17556,'Narbadu'),(17557,'Narbardiya'),(17558,'Narbda'),(17559,'Narbdaya'),(17560,'Narbdiya'),(17561,'Narbdiya Bai'),(17562,'Narbendra Singh'),(17563,'Narbidaya'),(17564,'Naredndra'),(17565,'Naredra'),(17566,'Narendara'),(17567,'Narendra'),(17568,'Narendra jagat'),(17569,'Narendra Kuma'),(17570,'Narendra Kumar'),(17571,'Narendra Kumari'),(17572,'Narendra prasad'),(17573,'Narendra Pratap'),(17574,'Narendra Rav'),(17575,'Narendra Singh'),(17576,'Naresh'),(17577,'naresh singh'),(17578,'Naresh Bai'),(17579,'Naresh Kumar'),(17580,'Naresh Kunwar'),(17581,'Naresh Prasad'),(17582,'Naresh Ram'),(17583,'Naresh Singh'),(17584,'Nareshiya'),(17585,'Nareshvari Bai'),(17586,'Naresiya'),(17587,'Naresiya Bai'),(17588,'Narges'),(17589,'Nargesh Begam'),(17590,'Narhar Prasad'),(17591,'Narhari'),(17592,'Narita'),(17593,'Narita Bai'),(17594,'Narjis'),(17595,'Narkali'),(17596,'Narmad'),(17597,'Narmad Bai'),(17598,'Narmada'),(17599,'Narmada Bai'),(17600,'Narmada Das'),(17601,'Narmada Devi'),(17602,'narmada kumar'),(17603,'Narmada Prasad'),(17604,'Narmadabai'),(17605,'Narmadiya'),(17606,'Narmadiya Bai'),(17607,'Narmda'),(17608,'Narmda Bai'),(17609,'Narmda Prasad'),(17610,'Narmda Prased'),(17611,'Narmdiya'),(17612,'Narmdiya Bai'),(17613,'Naroj Kumar'),(17614,'Naroja'),(17615,'Naroja Bai'),(17616,'Narotam'),(17617,'Narottam'),(17618,'Narottam singh'),(17619,'Narottam Karan'),(17620,'Narottam Kumar'),(17621,'narottam prasad'),(17622,'Narottam Singh'),(17623,'Narpal'),(17624,'Narshing'),(17625,'Narshottam'),(17626,'Narsing'),(17627,'Narsingh'),(17628,'Narsinh'),(17629,'Nartaki'),(17630,'nartan sigh'),(17631,'Narth'),(17632,'Narvind Kumari'),(17633,'Naseem'),(17634,'Nashibun Begam'),(17635,'Nashima'),(17636,'Nashrin'),(17637,'Nashuva'),(17638,'Nasib'),(17639,'Nasib bee'),(17640,'Nasib Chand'),(17641,'Nasibin Bai'),(17642,'Nasim'),(17643,'Nasima'),(17644,'Nasina'),(17645,'Nasir'),(17646,'Nasiran'),(17647,'Nasiran Bee'),(17648,'Nasra'),(34584,'Nat'),(34585,'Natam'),(17649,'Natasha'),(17650,'Nateshvar'),(34586,'Nath'),(17651,'Nath Ram'),(17652,'Nathel'),(17653,'Nathhu Lal'),(17654,'Nathi Bai'),(17655,'Nathiya'),(17656,'Naththu'),(17657,'Naththu Lal'),(17658,'Naththulal'),(17659,'Nathu'),(17660,'Nathu Ram'),(17661,'Nathu Lal'),(17662,'Nathu Ram'),(17663,'Nathuarm'),(17664,'Nathulal'),(17665,'Nathuni'),(17666,'Nathuni Prasad'),(17667,'Nathuram'),(17668,'Nathuva'),(17669,'Natotam'),(34587,'Natraj'),(17670,'Natthu'),(17671,'Natthu Lal'),(17672,'Natthu Ram'),(17673,'Natthu Singh'),(17674,'Natthulal'),(17675,'Nattu'),(17676,'Natwar'),(17677,'Nau Singh'),(17678,'Naubat Lal'),(17679,'Nauman'),(17680,'Nauman Bai'),(17681,'Nauman Singh'),(17682,'naumi bai'),(17683,'Naumik Lal'),(17684,'Naumin'),(17685,'Naumit'),(17686,'Naurtiya'),(17687,'Nausad'),(17688,'Nausuiya Bai'),(17689,'Navabin'),(17690,'Navadhi Bai'),(17691,'Naval'),(17692,'Naval Jagat'),(17693,'Naval Kishor'),(17694,'Naval Kumari'),(17695,'Naval Prasad'),(17696,'Naval Singh'),(17697,'Navalkishor'),(17698,'Navaneeth'),(34588,'Navarang'),(17699,'Navaratan'),(17700,'Navdeep'),(17701,'Navdesh'),(17702,'Navdha Bai'),(17703,'Navdha Ram'),(17704,'Navdurga'),(17705,'Naveen'),(17706,'Naveen Kumar'),(17707,'naveeta'),(17708,'Navibaks'),(17709,'Navin'),(17710,'Navin Kumar'),(17711,'Navina'),(17712,'Navisha'),(17713,'Navli Bai'),(17714,'Navlvati'),(17715,'Navmi Bai'),(17716,'Navneet'),(17717,'Navnit'),(17718,'Navnit Bai'),(17719,'Navnita'),(34589,'Navrang'),(17720,'Navratri'),(17721,'Navsher singh'),(17722,'Navya'),(17723,'Nawal'),(17724,'Nawal singh'),(17725,'Nawal singh'),(17726,'Naya Banana Hai'),(17727,'Naya Karana Hai'),(17728,'Naya Karna Hai'),(34590,'Nayadu'),(34591,'Nayak'),(17729,'Nayan'),(17730,'Nayan Das'),(34592,'Nayani'),(34593,'Nayar'),(34594,'Naydu'),(17731,'Nayika'),(17732,'Nayna'),(17733,'Nazara Begam'),(17734,'Nazma'),(17735,'Neebhu'),(17736,'Needhi'),(17737,'Neeera Bai'),(17738,'Neek Ram'),(17739,'Neekita'),(17740,'Neel'),(17741,'Neel Bai'),(17742,'Neel Kamal'),(17743,'Neel Kumari'),(17744,'Neel Kunwar'),(17745,'Neela'),(17746,'Neelabai'),(17747,'neelabh'),(17748,'Neelam'),(17749,'Neelam Bai'),(17750,'Neelam Kumari'),(17751,'Neelamani'),(17752,'Neelcharan'),(17753,'neeleshwari'),(17754,'Neelima'),(17755,'neelima needhi'),(17756,'Neelkamal'),(17757,'Neelkanth'),(17758,'Neelkusum'),(17759,'Neelmani'),(17760,'Neelu'),(17761,'Neelu Bai'),(17762,'neelvarni'),(17763,'Neema'),(17764,'Neema Bai'),(17765,'Neembati'),(17766,'neeni bai'),(17767,'Neenu'),(17768,'Neer'),(17769,'Neer kumari'),(17770,'Neer Bai'),(17771,'Neera'),(17772,'Neera bai'),(17773,'Neera Bai'),(17774,'Neera Devi'),(17775,'Neera Singh'),(17776,'Neeraj'),(17777,'Neeraj Kumar'),(17778,'Neeraj Kumr'),(17779,'Neeranta Bai'),(17780,'Neerja'),(17781,'Neermala Bai'),(17782,'Neero'),(17783,'Neerpal'),(17784,'Neerpat'),(17785,'Neerpati'),(17786,'Neersiya'),(17787,'Neeru'),(17788,'Neerubai'),(17789,'Neesa Bai'),(17790,'Neesha'),(17791,'Neeshu'),(17792,'Neesu'),(17793,'Neeta'),(17794,'Neeta Bai'),(17795,'Neeti'),(17796,'Neetu'),(17797,'Neetu Bai'),(17798,'Neetu kumari'),(17799,'Neetu Singh'),(17800,'Negi'),(17801,'Negi Lal'),(17802,'Neha'),(17803,'Neha Bai'),(17804,'Neha Kumari'),(17805,'Neha Singh'),(17806,'Nehal'),(34595,'Nehar'),(17807,'Neharu'),(17808,'Neharu Singh'),(17809,'Nehbati'),(17810,'Nehru'),(17811,'Nehru Singh'),(17812,'Nehul'),(17813,'Nein Bai'),(17814,'Neki singh'),(17815,'Nem'),(17816,'Nem Bai'),(17817,'Nem Chand'),(17818,'Nem Chandra'),(17819,'Nem Das'),(17820,'Nem Kumar'),(17821,'Nem Kumari'),(17822,'Nem kunver'),(17823,'Nem Prakash'),(17824,'Nem Singh'),(17825,'Nema'),(17826,'Nema Bai'),(17827,'Neman'),(17828,'Neman Bai'),(17829,'Nembai'),(17830,'Nembati'),(17831,'Nembati bai'),(17832,'Nemchand'),(17833,'Nemekunwar'),(17834,'Nemi'),(17835,'Nemi bai'),(17836,'Nemi Chand'),(17837,'Nemi Lal'),(17838,'Nemi Singh'),(17839,'Nemil'),(17840,'Nemin'),(17841,'Nemin Bai'),(17842,'Nemisharan'),(17843,'Nemita'),(17844,'Nemiya bai'),(17845,'Nemkunver'),(17846,'Nemkunwar'),(17847,'Nemlal'),(17848,'Nemsay'),(17849,'Nemsingh'),(17850,'Nemu'),(17851,'Nemu Das'),(17852,'Nemul'),(17853,'Nemvati'),(17854,'Nen Bai'),(17855,'Nep Prakash'),(17856,'Nepal'),(17857,'Nepal Singh'),(17858,'Nepali Singh'),(17859,'Nera'),(17860,'Nerottam'),(17861,'Nerut Ram'),(17862,'Net'),(17863,'Net Ram'),(34596,'Netam'),(17864,'Netaram'),(34597,'netee'),(34598,'Neti'),(17865,'Netik Kumar'),(17866,'Netra Kumar'),(17867,'Netram'),(17868,'Netu'),(17869,'Netu Ram'),(17870,'Neval Das'),(17871,'Neval Singh'),(17872,'Nevar Singh'),(17873,'Nevla'),(17874,'Nevru Lal'),(17875,'New OPD'),(17876,'Newal singh'),(17877,'Newalal'),(17878,'Newan'),(17879,'Newan singh'),(17880,'Newar'),(17881,'Newar Singh'),(17882,'Ngeshvar'),(17883,'Nibha'),(17884,'Nichachay Kumar'),(17885,'Nidhi'),(17886,'Nidhi Bai'),(17887,'Nidi Bai'),(17888,'Nidiya bai'),(17889,'Nigam'),(17890,'Nigeeta'),(17891,'Nigesh'),(17892,'Nigita'),(17893,'Nihal'),(17894,'Nihal Singh'),(17895,'nihalde'),(17896,'Nihali'),(17897,'Nihaliram'),(17898,'Nihani'),(34599,'Nihare'),(17899,'Niharika'),(17900,'Niharo Bai'),(17901,'Niho Bai'),(34600,'Nihor'),(34601,'Nihora'),(17902,'Nihori'),(17903,'nijaiya bai'),(17904,'Nijam'),(17905,'Nijamuddin'),(17906,'Nijeshvari'),(17907,'Nik Bai'),(17908,'Nik Ram'),(17909,'nikandani'),(17910,'Nikandni bai'),(17911,'Nikeeta'),(17912,'Nikendra'),(17913,'Nikesh'),(17914,'Nikesh Kumar'),(17915,'Niket'),(17916,'Niketan Kumar'),(34602,'Nikhad'),(17917,'Nikhad Bano'),(17918,'Nikhar'),(17919,'Nikhari singh'),(17920,'Nikhat'),(17921,'Nikhat Khan'),(17922,'Nikhi ram'),(17923,'Nikhil'),(17924,'Nikhil Kumar'),(17925,'Nikit'),(17926,'Nikita'),(17927,'Nikki'),(17928,'Nikki Devi'),(17929,'Nikku'),(17930,'Niklesh'),(17931,'Niklesh Kumar'),(17932,'Nikolas'),(17933,'Nikram'),(17934,'Nil'),(17935,'Nil Bai'),(17936,'Nil Kamal'),(17937,'Nil Kiran'),(17938,'Nil Kumar'),(17939,'Nil Kumari'),(17940,'Nil Madhav'),(17941,'Nil Prased'),(17942,'Nil Singh'),(17943,'Nil vati'),(17944,'Nila'),(17945,'Nila Bai'),(17946,'Nilabati'),(17947,'Nilakar'),(17948,'Nilakshi'),(17949,'Nilam'),(17950,'Nilam Bai'),(17951,'Nilambar'),(17952,'Nilbati'),(17953,'Nilchand'),(17954,'Nildas'),(17955,'Nileesh Kumar'),(17956,'Nilesh'),(17957,'Nilesh Kumar'),(17958,'NIlesh singh'),(17959,'Nilesha kumar'),(17960,'Nileshvari'),(17961,'Nileshwar'),(17962,'Nileswari'),(17963,'Nili Bai'),(17964,'Nili Mati'),(17965,'Nilima'),(17966,'Nilima Bai'),(17967,'Nilkamal'),(17968,'Nilkand'),(17969,'Nilkandh'),(17970,'Nilkanth'),(17971,'Nilkumari'),(17972,'nilkunwar'),(17973,'Nilkuwar'),(17974,'Nillu'),(17975,'Nilmani'),(17976,'Nilmati'),(17977,'Nilu'),(17978,'Nilu Bai'),(17979,'Nilu Kumari'),(17980,'Nilumani'),(17981,'Nima'),(17982,'Nima Bai'),(34603,'Nimalakar'),(34604,'Nimalkar'),(17983,'Niman Das'),(17984,'Nimar'),(34605,'Nimarlakar'),(17985,'Nimbati Bai'),(17986,'Nimesh'),(17987,'Nimesh Kumar'),(17988,'nimi bai'),(17989,'Nimit'),(17990,'Nimma Bai'),(17991,'Nimmi'),(17992,'Nimmi Bai'),(17993,'Nin Kuwar'),(17994,'Nin Singh'),(17995,'Nina'),(17996,'Ninam'),(34606,'Ninave'),(17997,'Ninbhushan'),(17998,'Nindiya Bai'),(17999,'Nini'),(18000,'Nini Bai'),(18001,'Ninkali'),(18002,'Ninu'),(18003,'Nipendra'),(18004,'Nipla Bai'),(18005,'Nir'),(18006,'Nir bai'),(18007,'Nira'),(18008,'Nira bai'),(18009,'Nira Bai'),(18010,'Nira Devi'),(18011,'Nirabai'),(18012,'Niraj'),(18013,'Niraj Bai'),(18014,'Niraj Kumar'),(18015,'Niraj nandani'),(18016,'Nirajan'),(18017,'Niral'),(34607,'Nirala'),(18018,'Nirala prasad'),(18019,'niramal'),(34608,'Niramalkar'),(18020,'Niramila'),(34609,'Niramlkar'),(18021,'Niranjan'),(18022,'Niranjan Bai'),(18023,'Niranjan Singh'),(18024,'Niranjani'),(18025,'Niranjna kumari'),(18026,'Niras Bai'),(18027,'Nirasa'),(18028,'Nirasa Bai'),(18029,'Nirash'),(18030,'Nirash Bai'),(18031,'Nirasha'),(18032,'Nirasha Bai'),(18033,'Nirashiya'),(18034,'Nirasiya'),(18035,'Nirasiya Bai'),(18036,'Nirbhay'),(34610,'Nirdenjak'),(18037,'Nirdhan'),(18038,'Nirdhin'),(18039,'Nirdosh'),(18040,'Niresh Kumar'),(18041,'Nireshiya Bai'),(18042,'Nirghin'),(34611,'Nirgmalkar'),(34612,'Nirgun'),(34613,'Nirgund'),(18043,'Nirja'),(18044,'Nirjal'),(18045,'Nirjal kumari'),(18046,'Nirjala'),(18047,'Nirjala Bai'),(18048,'Nirjali Bai'),(18049,'Nirjiya'),(18050,'Nirjlala'),(18051,'Nirkunwar'),(18052,'Nirma'),(34614,'Nirmaklar'),(18053,'Nirmal'),(18054,'Nirmal Bai'),(18055,'Nirmal Das'),(18056,'Nirmal Kumar'),(18057,'Nirmal Prasad'),(18058,'Nirmal Ram'),(18059,'Nirmal Singh'),(18060,'Nirmala'),(18061,'Nirmala Bai'),(18062,'Nirmala Devi'),(18063,'Nirmala Kumari'),(18064,'Nirmala Singh'),(18065,'Nirmalabai'),(18066,'Nirmalad'),(34615,'Nirmalakar'),(34616,'Nirmalkar'),(18067,'Nirmeela'),(18068,'Nirmila'),(34617,'Nirmkalkar'),(18069,'Nirmla'),(18070,'Nirmla Bai'),(18071,'Nirmlabai'),(34618,'Nirmlakar'),(34619,'Nirmlkar'),(18072,'Niro Bai'),(18073,'Niroshani'),(18074,'Nirottam kumar'),(18075,'Nirpal'),(18076,'Nirpat Singh'),(34620,'Nirrmalkar'),(18077,'Nirshiya'),(18078,'Nirsiya'),(18079,'Nirsiya Bai'),(18080,'Nirti Bai'),(18081,'Niru'),(18082,'Niru Bai'),(18083,'Niru Ram'),(18084,'Nirupa'),(18085,'Nirupa Bai'),(18086,'Nirupama'),(18087,'Nirupat Bai'),(34621,'Nisad'),(34622,'Nisadraj'),(34623,'Nisah'),(34624,'Nisahd'),(18088,'Nisar'),(18089,'Nisat'),(18090,'Nisha'),(18091,'Nisha Bai'),(18092,'Nisha Bano'),(18093,'Nisha Singh'),(18094,'Nishad'),(34625,'Nishadh'),(34626,'Nishadraj'),(34627,'nishand'),(18095,'Nishaniya'),(18096,'Nishant'),(34628,'Nishap'),(18097,'nisharun'),(34629,'Nishdraj'),(18098,'Nishi'),(18099,'Nishi kumari'),(18100,'Nishita'),(18101,'Nishu'),(18102,'Nishu bai'),(18103,'Nisi Singh'),(18104,'Nisita'),(18105,'Nissi'),(18106,'Nita'),(18107,'Nita bai'),(18108,'Niten'),(18109,'Nitesh'),(18110,'Nitesh Kumar'),(18111,'Niteshvari'),(18112,'Niteshwari'),(18113,'Nithal'),(18114,'Niti Lata'),(18115,'Nitin'),(18116,'Nitin Kumar'),(18117,'Nitish'),(18118,'Nitish Kumar'),(18119,'Nitu'),(18120,'Nitu Bai'),(18121,'Nitu Nilam'),(18122,'Nitu Sih'),(18123,'Nitu Singh'),(18124,'Nitya'),(18125,'Nitya Rani'),(18126,'Nivar'),(18127,'Nivas'),(18128,'Nived'),(18129,'Nivedita'),(18130,'Nivesh Kumar'),(18131,'Niwas'),(18132,'Niyaj'),(18133,'Niyanshi'),(18134,'Niyaujiddin'),(18135,'nk'),(18136,'Nmitesh'),(18137,'Nodha Lal'),(18138,'Nogorao'),(18139,'Nohar'),(18140,'Nohar Bai'),(18141,'Nohar Kumar'),(18142,'Nohar Lal'),(18143,'Nohar Prasad'),(18144,'Nohar Say'),(18145,'Nohar Shing'),(18146,'Nohar Singh'),(18147,'Nohara'),(18148,'Nohari'),(18149,'Nohari Bai'),(18150,'Nohari Singh'),(18151,'Noharmani'),(18152,'Nohit'),(18153,'Nohri Bai'),(18154,'Nokeshar'),(18155,'Nokh Lal'),(18156,'Nokhe Lal'),(18157,'Noman'),(18158,'Nomin Kumar'),(18159,'Nona'),(18160,'Nona Bai'),(18161,'Noni'),(18162,'Noni Bai'),(18163,'Noopur'),(18164,'Noor'),(18165,'Noor Bee'),(18166,'Noor Jaha'),(18167,'Noor Mohammad'),(18168,'Noorjaha'),(18169,'Noorjahan'),(18170,'Noormo. Momin'),(34630,'Norage'),(34631,'Noranag'),(34632,'Norang'),(18171,'Nosil'),(18172,'Nouri'),(18173,'Noval Singh'),(18174,'Novin Bai'),(18175,'noyal'),(34633,'Nrimalkar'),(18176,'Nuj'),(18177,'Nukul'),(18178,'Numita'),(18179,'Nunjhi Bai'),(18180,'Nur'),(18181,'Nur Mohmmad'),(18182,'Nuraj'),(18183,'Nurbi'),(18184,'Nuri Begam'),(18185,'Nurjaha'),(18186,'Nurjhu'),(34634,'nurse'),(18187,'Nusrat'),(18188,'Nusrat Jahan'),(18189,'Nutan'),(18190,'Nutan das'),(18191,'Nutan Kishor'),(18192,'Nutesh Kumar'),(18193,'Nuzatkhan'),(18194,'nyamul'),(18195,'nyutan'),(18196,'O/b Munni'),(18197,'O/b Ranbha'),(18198,'O/b Ratila'),(18199,'O/b Rukhmani'),(18200,'O/b Shivkumari'),(18201,'Odagi'),(34635,'Odekera'),(34636,'Odheliya'),(18202,'Og Lal'),(18203,'Ogar Singh'),(34637,'Ognd'),(18204,'Ohmanti'),(18205,'Ohmati'),(34638,'Oigi'),(18206,'Ojan Kumar'),(18207,'Ojasavi'),(18208,'Ojasva Kumar'),(18209,'Ojasvi'),(34639,'Ojha'),(18210,'okar'),(34640,'Oknar'),(18211,'Om'),(18212,'Om Bai'),(18213,'Om Bati'),(18214,'om krishan'),(18215,'Om Kumar'),(18216,'Om kumari'),(18217,'Om Lata'),(18218,'Om Narayan'),(18219,'Om Nath'),(18220,'Om Parkash'),(18221,'Om Prakas'),(18222,'Om Prakasah'),(18223,'Om prakash'),(18224,'Om Prakesh'),(18225,'Om Shankar'),(18226,'Om Shree'),(18227,'Om Singh'),(18228,'Ombati'),(18229,'Ombati Bai'),(18230,'Omendra'),(18231,'Omesh Kumar'),(18232,'Omeshvari Bai'),(18233,'Omi'),(18234,'Omika'),(18235,'Omiraj'),(18236,'Omkali'),(18237,'Omkar'),(18238,'Omkar Prasad'),(18239,'Omkar Shyam'),(18240,'Omkar Singh'),(18241,'Omkarbati'),(18242,'Omkarchandr'),(18243,'Omkareshvar'),(18244,'Omkareshwar'),(18245,'Omkareshwari'),(18246,'Omkarni Bai'),(18247,'Omkumari'),(18248,'Omlata'),(18249,'Omnarayan'),(18250,'Omprakash'),(18251,'Omprakasha'),(18252,'Omprakesh'),(18253,'omprasad'),(18254,'Omshankar'),(18255,'Omshri'),(18256,'Omu'),(18257,'Omvati'),(18258,'omvati bai'),(18259,'Omwati'),(34641,'One'),(34642,'Ongare'),(18260,'Onkar'),(18261,'Onkar Prasad'),(18262,'Onkar Singh'),(18263,'Onkareshwar'),(34643,'OPD'),(18264,'OPD 5'),(18265,'OPD 6'),(18266,'Opendra'),(18267,'Orate'),(34644,'Orke'),(18268,'Osiyar Das'),(32771,'OT'),(34645,'Otati'),(34646,'Ottalwar'),(34647,'Otte'),(18269,'P'),(18270,'P R'),(34648,'P.'),(18271,'p. vishwnadham'),(18272,'P.r.'),(18273,'P.v.shosamma'),(34649,'Paal'),(18274,'Paal singh'),(34650,'Paalke'),(34651,'Paall'),(34652,'Paalndey'),(34653,'Paalnika'),(18275,'Paaras'),(34654,'paatre'),(34655,'Paav'),(34656,'Paavel'),(34657,'Pabel'),(18276,'Pabrit Bai'),(18277,'Pach Bai'),(18278,'Pach Kumar'),(18279,'Pach Kuwar'),(18280,'Pach Ram'),(18281,'Pacham Lal'),(18282,'Pacharupa'),(18283,'Pachhiya Bai'),(18284,'Pachkaud'),(18285,'Pachkod'),(18286,'Pachkoud Singh'),(18287,'Pacho Bai'),(18288,'Pacho Devi'),(18289,'Pachoiya Bai'),(18290,'Pachram'),(18291,'Padagu'),(34658,'Padam'),(18292,'Padam Bai'),(18293,'Padam Kumar'),(18294,'Padam Raj'),(18295,'Padam Singh'),(18296,'Padama'),(18297,'Padama bai'),(18298,'padamani'),(34659,'Padamanik'),(18299,'Padamini'),(18300,'Padarat'),(18301,'Padaru Ram'),(34660,'Pade'),(34661,'Padey'),(18302,'padkin bai'),(18303,'Padma'),(18304,'Padma Bai'),(18305,'Padma Rani'),(18306,'Padmani'),(18307,'Padmani Bai'),(18308,'Padmavati'),(18309,'Padmi Bai'),(18310,'Padmini'),(18311,'Padmioni'),(18312,'Padum'),(18313,'Padum Bai'),(18314,'Padum Das'),(18315,'Padum Lal'),(18316,'Padum Ram'),(18317,'Padum Singh'),(18318,'Paduman'),(18319,'Paduman lal'),(18320,'Padumlala'),(18321,'Padunkin'),(18322,'paduva'),(18323,'Padwani'),(34662,'Padwar'),(34663,'Pagel'),(34664,'Pagwani'),(34665,'Pahadi'),(18324,'Pahadiram'),(18325,'Pahalwan'),(18326,'pahalwan singh'),(34666,'Pahanvar'),(18327,'pahar pratap'),(34667,'Pahare'),(18328,'Pahari'),(18329,'Pahari singh'),(18330,'Pahari singh'),(18331,'Pahariya Bai'),(18332,'Paharo'),(18333,'Paharu'),(18334,'Paharu Ram'),(18335,'Paharu Ram Lodhi'),(18336,'Paharu Singh'),(18337,'Pahatte Lal'),(18338,'pahel singh'),(18339,'Pahgu Ram'),(34668,'Pahuda'),(18340,'Pahunin bai'),(34669,'Paika'),(34670,'paikar'),(34671,'Paikara'),(34672,'Paikra'),(18341,'paili bai'),(18342,'Painaku'),(18343,'Painkin'),(18344,'Painkin Bai'),(18345,'Pairagani'),(18346,'Paishani'),(34673,'Paiyasi'),(34674,'Pajapati'),(18347,'Pakali Bai'),(18348,'Pakalu'),(18349,'Pakani'),(34675,'Pakara'),(18350,'Pakasi Bai'),(18351,'Pakasu'),(18352,'Pakiya Lal'),(18353,'Pakku Ram'),(18354,'Pakla'),(18355,'Pakla Ram'),(18356,'Paklu'),(18357,'Paklu Ram'),(18358,'Pakri Bai'),(18359,'Paksi'),(18360,'Paksi Bai'),(18361,'Paksu'),(18362,'Paksu Singh'),(18363,'Pal'),(18364,'Pal Singh'),(18365,'Paladas'),(18366,'Palak'),(34676,'Palake'),(18367,'Palan'),(18368,'Palan Singh'),(18369,'Palash'),(18370,'Palatan'),(18371,'Palatu'),(34677,'Palekar'),(18372,'Palendra'),(18373,'Palesh Kumar'),(18374,'Paleshwar'),(18375,'Paleshwar Kumar'),(18376,'Paleshwari'),(18377,'Paleshwer'),(34678,'Pali'),(34679,'Palke'),(34680,'palkey'),(18378,'palkula'),(18379,'palkula shrinivas'),(18380,'Pallav'),(18381,'Pallavi'),(18382,'pallu'),(18383,'Pallu Singh'),(18384,'Pallvai'),(18385,'Pallvi'),(18386,'Palmans'),(34681,'Palnika'),(18387,'Paltan'),(34682,'Paltel'),(18388,'Paltu'),(18389,'Paltu Ram'),(18390,'Paltu Singh'),(18391,'Palu'),(34683,'Palwar'),(18392,'Paman Das'),(18393,'Pameer'),(18394,'Pamendra'),(18395,'Pameshvar'),(18396,'Pameshwar'),(18397,'Pamita'),(18398,'Pammi'),(18399,'pammi bai'),(34684,'Pamnani'),(18400,'Pampeshwari'),(18401,'Pan Bai'),(18402,'Pana'),(18403,'Pana Bai'),(34685,'Panadiya'),(34686,'Panagar'),(18404,'Panak'),(18405,'Panbudi'),(18406,'Panch'),(18407,'Panch Bai'),(18408,'Panch Bati'),(18409,'panch das'),(18410,'Panch Devi'),(18411,'Panch Kala'),(18412,'Panch Kulla'),(18413,'panch kumar'),(18414,'Panch Kumari'),(18415,'Panch Kunvar'),(18416,'Panch kunver'),(18417,'Panch Kunwar'),(18418,'Panch kuver'),(18419,'Panch Kuwar'),(18420,'Panch Lal'),(18421,'Panch Mati'),(18422,'Panch Ram'),(18423,'Panch Ran'),(18424,'Panch Vati'),(18425,'Pancha'),(18426,'Pancha Bai'),(18427,'Pancha kumari'),(18428,'Pancha Ram'),(18429,'Panchakumari'),(18430,'Panchakunwar'),(18431,'Pancham'),(18432,'Pancham Lal'),(18433,'Pancham Bai'),(18434,'Pancham Das'),(18435,'Pancham Kuwar'),(18436,'Pancham Lal'),(18437,'Pancham Sing'),(18438,'Pancham Singh'),(18439,'Panchamati'),(18440,'Panchan'),(18441,'Panchaniya Bai'),(18442,'Pancharam'),(18443,'Panchbati'),(18444,'panchful bai'),(18445,'Panchhi Bai'),(18446,'Panchhi Ram'),(18447,'Panchi'),(18448,'Panchi Bai'),(18449,'Panchibai'),(18450,'Panchkaul'),(18451,'Panchkunvar'),(18452,'Panchkunver'),(18453,'Panchkunwar'),(18454,'Panchkuwar'),(18455,'Panchmati'),(18456,'Panchmati Bai'),(18457,'Pancho'),(18458,'Pancho Bai'),(18459,'Panchobai'),(18460,'Panchphul'),(18461,'Panchram'),(18462,'Panchu'),(18463,'panchu kol'),(18464,'Panchu Kumar'),(18465,'Panchu Lal'),(18466,'Panchu Ram'),(18467,'Panchu Singh'),(18468,'Panchuiya Bai'),(18469,'Panchuram'),(18470,'Panchvati'),(18471,'panchvati bai'),(18472,'Panchwati'),(18473,'Panda'),(18474,'Pandaram'),(34687,'Panday'),(34688,'Pande'),(34689,'Pandey'),(34690,'Pandeya'),(18475,'Pandit'),(18476,'Pandit Das'),(18477,'Pandit Ram'),(18478,'Pandit singh'),(34691,'Pando'),(34692,'Pandram'),(34693,'Pandro'),(18479,'Pandru'),(18480,'Pandu'),(18481,'Panesh'),(18482,'panga'),(18483,'Pangu'),(34694,'Paniak'),(34695,'paniaka'),(34696,'Paniika'),(34697,'Panik'),(34698,'Panika'),(34699,'Panikra'),(18484,'Paniya Bai'),(34700,'Panjabi'),(18485,'Panjabi Lal'),(18486,'Panjabilal'),(34701,'Panjwani'),(34702,'Panka'),(18487,'Pankaj'),(18488,'Pankaj Bhushan'),(18489,'Pankaj Das'),(18490,'Pankaj Kumar'),(18491,'Pankaj Singh'),(18492,'Pankha'),(34703,'Panki'),(18493,'Panki Bai'),(18494,'Pankin'),(18495,'Pankin Bai'),(18496,'Panko bai'),(18497,'Panku'),(18498,'Panku Singh'),(18499,'Panna'),(18500,'Panna Bai'),(18501,'Panna Lal'),(18502,'Pannalal'),(18503,'Panne'),(18504,'Panne Lal'),(18505,'Panni Bai'),(18506,'Pannu'),(18507,'Pannu Lal'),(18508,'Pannu Singh'),(34704,'Panriya'),(18509,'Pansarin Bai'),(18510,'Pansariya'),(34705,'Pant'),(18511,'Panta Ram'),(34706,'Panth'),(18512,'Pantorin Bai'),(18513,'Panturi'),(34707,'Panuika'),(18514,'Panvara'),(34708,'Panwar'),(18515,'Papita'),(18516,'Papita Bai'),(18517,'Pappi'),(18518,'Pappi Bai'),(18519,'Pappi Kumari'),(18520,'Pappu'),(18521,'Pappu Giri'),(18522,'Pappu Singh'),(18523,'Papsu'),(18524,'Papu'),(18525,'Papu Singh'),(18526,'Papular das'),(18527,'Para'),(18528,'Parabatiya'),(18529,'Parabuli'),(18530,'Paradha Bai'),(18531,'Parag'),(18532,'Parag Bai'),(18533,'Parag Das'),(18534,'Paraga'),(18535,'Paraga Bai'),(18536,'Paragi Ram'),(18537,'Paragiya'),(18538,'Paragiya Bai'),(18539,'Paragu'),(18540,'Paragu singh'),(34709,'Parajapati'),(18541,'Param'),(18542,'Param Lal'),(18543,'Param Singh'),(18544,'Paramanand'),(18545,'Parambati'),(18546,'Parameshwar'),(18547,'Parami bai'),(18548,'Paramjit'),(18549,'Paramjit Singh'),(18550,'Paramnand'),(18551,'Paraniya Bai'),(18552,'Paransu'),(18553,'Paras'),(18554,'Paras Das'),(18555,'Paras Kumar'),(18556,'Paras Mani'),(18557,'Paras Nath'),(18558,'Paras Ra'),(18559,'Paras Ram'),(18560,'Parasa Ram'),(34710,'Parasad'),(18561,'Parasadi'),(34711,'Parasar'),(34712,'Parasate'),(34713,'parasay'),(18562,'Parasbati'),(18563,'Parasdhin Bai'),(18564,'Parasdiya'),(18565,'Parash Prasad'),(18566,'Parash Ram'),(18567,'Paraslal'),(18568,'Parasmani'),(18569,'Parasmati'),(18570,'Parasnath'),(18571,'Parasram'),(34714,'Paraste'),(18572,'Parasuram'),(18573,'Parath'),(18574,'Parath lal'),(18575,'Parath lal'),(18576,'Parath Ram'),(18577,'Parau'),(18578,'Paravati'),(18579,'Paravati Bai'),(18580,'Paravatiya Bai'),(18581,'Parbal'),(18582,'Parbatiya'),(18583,'Parbatiya Bai'),(18584,'parbhi bai'),(18585,'Parbi Bai'),(18586,'Parcham'),(18587,'parchi'),(18588,'Pardedhi'),(18589,'Pardeep'),(18590,'Pardeep Sen'),(18591,'Pardesh'),(18592,'Pardesh Bai'),(18593,'Pardesh Kunwar'),(18594,'Pardesh kuver'),(18595,'Pardesh Singh'),(18596,'Pardeshanin'),(18597,'Pardeshanin Bai'),(18598,'Pardeshi'),(18599,'Pardeshi Ram'),(18600,'Pardeshi Lal'),(18601,'Pardeshi Ram'),(18602,'Pardeshin'),(18603,'Pardeshin Bai'),(18604,'pardeshinin bai'),(18605,'Pardeshiram'),(18606,'pardeshiya bai'),(18607,'Pardeshnin'),(18608,'Pardeshnin Bai'),(18609,'Pardesi Ram'),(18610,'Pardesnin'),(34715,'Pardhan'),(34716,'Pardhi'),(34717,'pareda'),(18611,'Paredeshi Ram'),(18612,'Parem'),(18613,'Parema'),(18614,'Parema Bai'),(18615,'Paremal Das'),(18616,'Paremeshwar'),(18617,'Paremi Bai'),(18618,'Paremin'),(18619,'Paremiya'),(18620,'Paremwati'),(18621,'Paresh'),(18622,'Pareshwari'),(18623,'Paretan'),(18624,'Paretan Bai'),(34718,'paretkar'),(18625,'Pareva Bai'),(18626,'Parewa'),(18627,'Pargiya Bai'),(18628,'Parichay Kumar'),(34719,'Parida'),(18629,'Paridhi'),(18630,'Parigyan'),(34720,'Parihar'),(34721,'Parikha'),(18631,'Pariman Lal'),(18632,'Parinil'),(18633,'parishma'),(18634,'Parivartan'),(18635,'Pariya Bai'),(18636,'Pariyas'),(34722,'Parjapati'),(18637,'Parji'),(34723,'Parkar'),(34724,'Parkash'),(18638,'Parma'),(18639,'Parma Bai'),(18640,'Parma Singh'),(18641,'Parmal'),(18642,'Parmananad'),(18643,'Parmanand'),(18644,'Parmanandkant'),(18645,'Parmaniya Bai'),(18646,'Parmannad'),(34725,'Parmar'),(18647,'Parmat Kumar'),(18648,'parmed'),(18649,'Parmehvari'),(18650,'Parmendra'),(18651,'Parmesh'),(18652,'Parmesh Bai'),(18653,'Parmesh Kumar'),(18654,'Parmesh Lal'),(18655,'Parmesha'),(18656,'Parmesharin'),(18657,'Parmeshrin Bai'),(18658,'Parmeshvar'),(18659,'Parmeshvari'),(18660,'Parmeshvari Bai'),(18661,'Parmeshwa'),(18662,'Parmeshwar'),(18663,'Parmeshwar Das'),(18664,'Parmeshwar Kumar'),(18665,'parmeshwar lal'),(18666,'Parmeshwar Prasad'),(18667,'Parmeshwar Singh'),(18668,'Parmeshwari'),(18669,'Parmeshwari Bai'),(18670,'Parmeshwer'),(18671,'Parmeswar'),(18672,'Parmeswaranand'),(18673,'Parmila'),(18674,'Parmila Bai'),(18675,'parmit'),(18676,'Parmiya Bai'),(18677,'Parmodhi'),(18678,'Parmshila'),(18679,'Parmu'),(18680,'Parmu Singh'),(18681,'Parmukh'),(18682,'Parmuniya Bai'),(18683,'Parniya'),(18684,'Parniya Bai'),(18685,'Paroman'),(18686,'Paromiya'),(18687,'Parrvati'),(18688,'Pars'),(18689,'Parsa'),(34726,'Parsad'),(18690,'Parsadi'),(18691,'Parsadi Ram'),(18692,'Parsadi Singh'),(18693,'Parsadin bai'),(18694,'Parsadiya Bai'),(18695,'Parsadu Singh'),(18696,'Parsan'),(18697,'Parsan Kumar'),(18698,'Parsaniya'),(34727,'Parsate'),(18699,'Parsddhu Singh'),(18700,'parshadi'),(18701,'Parshila'),(18702,'Parshottam'),(18703,'Parshu Ram'),(18704,'Parsotiya Bai'),(18705,'Parsottam'),(18706,'Parsram'),(34728,'parsste'),(34729,'Parste'),(18707,'Parsu'),(18708,'Parsu Ram'),(18709,'Parsu Raqm'),(18710,'Parsu Singh'),(18711,'Parsuram'),(18712,'Parsuti'),(18713,'Parsuti Bai'),(18714,'Parsuttin Bai'),(34730,'parte'),(18715,'Parten'),(18716,'Parth Jogi'),(18717,'Parth Pratim'),(34731,'Parthi'),(18718,'Parthraj'),(18719,'Partibha Bai'),(18720,'Parul'),(18721,'Parvahi'),(18722,'Parvari'),(18723,'Parvasthi'),(18724,'Parvat'),(18725,'Parvat Bai'),(18726,'Parvat kuvar'),(18727,'Parvati'),(18728,'Parvati Bai'),(18729,'Parvatiya'),(18730,'Parvatiya Bai'),(18731,'Parvatiya Baii'),(18732,'Parvatu'),(18733,'Parveen'),(18734,'Parveen nisha'),(34732,'Parveer'),(18735,'Parvin'),(18736,'parvin begam'),(18737,'Parvina Bai'),(18738,'Parvti Bai'),(18739,'Parwain Kumar'),(18740,'Parwari'),(18741,'parwat bai'),(18742,'Parwat bai'),(18743,'Parwati'),(18744,'Parwati Bai'),(18745,'Parwatiya Bai'),(34733,'parween'),(18746,'parwti'),(18747,'Pas Ram'),(18748,'Pasadva'),(18749,'Pasan'),(18750,'Pasariya Bai'),(34734,'Pasi'),(34735,'Pasid'),(18751,'Paskali'),(18752,'Pasora Lal'),(34736,'Pastaliya'),(34737,'Paswan'),(18753,'Pat Lal'),(18754,'Pat Ram'),(18755,'Patai'),(18756,'Patai Bai'),(18757,'Pataitin Bai'),(18758,'Pataiya'),(18759,'Pataiya Bai'),(34738,'Patal'),(34739,'Patale'),(34740,'Patali'),(18760,'Patali Bai'),(18761,'Patalu Singh'),(18762,'Patambar'),(18763,'Patang'),(18764,'Patang Singh'),(18765,'Patanga'),(34741,'Patankar'),(34742,'Patanvar'),(34743,'Patanwar'),(18766,'Patar'),(18767,'Patarkali'),(34744,'Patava'),(34745,'Patekar'),(18768,'Patel'),(18769,'Patel Ram'),(18770,'Patel Singh'),(34746,'Patel.'),(34747,'Patel;'),(34748,'Patele'),(18771,'Pateri Bai'),(18772,'Pathadi'),(34749,'Pathak'),(34750,'Pathan'),(18773,'Pathani'),(18774,'Pathari'),(18775,'Pathari Lal'),(18776,'Pathari Singh'),(18777,'Patharin'),(34751,'Pathe'),(18778,'Pati'),(18779,'Pati Bai'),(18780,'Pati Lal'),(18781,'Pati Ram'),(18782,'Pati Singh'),(34752,'Patikar'),(34753,'Patil'),(18783,'Patin Bai'),(18784,'Patiram'),(18785,'Patit Singh'),(18786,'Patit Singh'),(18787,'Patiya'),(18788,'Patiya Bai'),(34754,'Patkar'),(34755,'Patle'),(18789,'Patola'),(18790,'patoli ram'),(34756,'Patra'),(18791,'Patram'),(18792,'Patram Singh'),(34757,'Patravani'),(34758,'Patre'),(18793,'Patreli Bai'),(18794,'Patreliya'),(18795,'Patrika'),(18796,'Patrika Bai'),(18797,'Patriya'),(18798,'Patruni'),(34759,'Patta'),(18799,'Patti'),(18800,'Patti Bai'),(34760,'Patuva'),(34761,'Patva'),(18801,'Patvari'),(18802,'Patvari Ram'),(18803,'Patvariya Singh'),(34762,'Patwa'),(18804,'Patwari'),(18805,'Patwari Singh'),(18806,'Paug Ram'),(34763,'Paul'),(18807,'Paulus'),(18808,'Paulush'),(34764,'Pav'),(18809,'Pavan'),(18810,'Pavan Bai'),(18811,'Pavan Das'),(18812,'Pavan Kumar'),(18813,'Pavan Kumari'),(18814,'Pavan Singh'),(18815,'Pavanbati'),(18816,'Pavaniya Bai'),(18817,'Pavanrekha'),(34765,'Pavar'),(18818,'Pavara Bai'),(18819,'Pavari'),(18820,'Pavariya'),(18821,'Pavariya Bai'),(34766,'Pavel'),(18822,'Pavit Kumar'),(18823,'Pavita Bai'),(18824,'Pavitra'),(18825,'Pavitra Bai'),(18826,'Pavitra Kumar'),(18827,'Pavitri Bai'),(18828,'Pavriya'),(18829,'pavriya bai'),(34767,'Paw'),(18830,'Pawan'),(18831,'Pawan Das'),(18832,'Pawan Devi'),(18833,'Pawan Kumar'),(18834,'Pawan Singh'),(18835,'Pawanriya'),(34768,'Pawar'),(18836,'Pawara'),(18837,'Pawara Bai'),(18838,'Pawariya'),(18839,'Pawariya Bai'),(18840,'Payal'),(18841,'Payar Lal'),(18842,'Payare Lal'),(18843,'Payari'),(34769,'Pd'),(18844,'peam lal'),(34770,'Peddada'),(18845,'Peel Kunwar'),(18846,'Peela'),(18847,'Peela Bai'),(18848,'Peela Das'),(18849,'Peela Lal'),(18850,'Peela Ram'),(18851,'Peeladas'),(18852,'Peelaram'),(18853,'Peeli Bai'),(18854,'Peelu Das'),(18855,'Peelu Ram'),(18856,'peene lal'),(18857,'Peer'),(18858,'Peer Vee'),(18859,'Peerti'),(18860,'Peetambar'),(18861,'Peetamraj'),(18862,'PEETAR'),(18863,'Pekham'),(18864,'Pekhan'),(18865,'Pekhan Kumar'),(18866,'Pekhan Lal'),(18867,'Pekhan Ram'),(18868,'Pekhan Singh'),(18869,'Pemin bai'),(18870,'Pemlata'),(18871,'Pena'),(18872,'Pena Bai'),(34771,'Pendo'),(34772,'Pendro'),(18873,'Perdeshiram'),(18874,'Perma Bai'),(18875,'Peshar'),(18876,'Pesharam'),(18877,'Peshi'),(18878,'Peshkar'),(18879,'Peshni'),(34773,'Peswani'),(18880,'Petha'),(18881,'Ph0olkunwar'),(18882,'Ph0olo Bai'),(18883,'Phadal'),(18884,'Phadhina'),(18885,'Phadma'),(18886,'Phaduk Ram'),(18887,'Phag'),(18888,'Phag Bai'),(18889,'Phag Lal'),(18890,'Phagan'),(18891,'Phagan Bai'),(18892,'Phagani'),(18893,'Phagani bai'),(18894,'Phagani Abi'),(18895,'Phagani Bai'),(18896,'Phaganu'),(18897,'Phaganu Singh'),(18898,'Phage ram'),(18899,'Phaggan singh'),(18900,'Phaggu Ram'),(18901,'Phagiya'),(18902,'Phagiya Bai'),(18903,'Phagmati'),(18904,'Phagna Singh'),(18905,'Phagni'),(18906,'Phagni bai'),(18907,'Phagni Bai'),(18908,'Phagnu'),(18909,'Phagnu Ram'),(18910,'Phagnu Singh'),(18911,'Phagu'),(18912,'Phagu Lal'),(18913,'Phagu Ram'),(18914,'Phagu Singh'),(18915,'Phagula Bai'),(18916,'Phagulal'),(18917,'Phagun'),(18918,'Phagun das'),(18919,'Phagun Ram'),(18920,'Phagun Singh'),(18921,'Phaguna'),(18922,'Phaguna singh'),(18923,'Phaguni Bai'),(18924,'Phaguram'),(18925,'Phaguva'),(18926,'Phaguva Ram'),(18927,'Phaguwa'),(18928,'Phaguwa Ram'),(18929,'Phaimida Begam'),(34774,'Phain'),(18930,'Phaitkan'),(18931,'Phaiya Bai'),(18932,'Phajal'),(18933,'Phajar B'),(18934,'Phajeshwar'),(18935,'Phajina'),(18936,'Phakakad'),(18937,'Phakan'),(18938,'Phakir singh'),(18939,'Phakira'),(18940,'phakira das'),(18941,'Phakire lal'),(18942,'Phakruddin'),(18943,'Phakrum Nisha'),(18944,'Phakulal'),(34775,'Phal'),(18945,'Phal Bai'),(18946,'Phalesh'),(18947,'Phalesh Kumar'),(18948,'Phaleshvari'),(18949,'Phalgo bai'),(18950,'Phalguni'),(18951,'Phali Ram'),(18952,'Phali Singh'),(18953,'Phalit'),(18954,'Phalit Bai'),(18955,'Phalit Kumar'),(18956,'Phalit Ram'),(18957,'Phaliya Bai'),(18958,'Phalkumar'),(18959,'Phalli Ram'),(18960,'Phallu'),(18961,'Phalmat'),(18962,'Phalwan Singh'),(18963,'Phan Bai'),(18964,'Phandi Ram'),(18965,'Phandi Lal'),(18966,'Phandi Ram'),(18967,'Phaneshwar'),(18968,'Phani Bai'),(18969,'Phanij'),(34776,'Phanse'),(18970,'Phapha Bai'),(18971,'Phaphi'),(18972,'Phaphi Bai'),(18973,'Pharas Ram'),(18974,'Pharhari'),(18975,'Pharida'),(18976,'phariun nisha'),(34777,'Pharookhshek'),(18977,'Pharu'),(18978,'Pharu Ram'),(18979,'Pharuk'),(34778,'Pharuki'),(34779,'Pharvi'),(34780,'phatak'),(18980,'Phate Lal'),(18981,'Phatehchand'),(18982,'Phatelram'),(18983,'Phateshvar'),(18984,'Phatima'),(18985,'Phatima Bee'),(18986,'Phatima Begam'),(18987,'Phatkan'),(18988,'Phatkan Bai'),(18989,'Phatkan Bai'),(18990,'Phatkin'),(18991,'Phatma'),(18992,'Phatma Begam'),(18993,'Phatma Malik'),(18994,'Phatmal'),(18995,'Phatte'),(18996,'Phatte Lal'),(18997,'Phatte Mo.'),(18998,'Phatte Ram'),(18999,'Phatte singh'),(19000,'Phattelal'),(19001,'Phattu'),(19002,'Phattu Lal'),(19003,'Pheer'),(19004,'Phej Mo.'),(19005,'Phek Ram'),(19006,'Phekan'),(19007,'Phekan Bai'),(19008,'Phekan Ram'),(19009,'Phekani'),(19010,'Phekani Bai'),(19011,'Phekat Bai'),(19012,'Pheki Ram'),(19013,'Phekin Bai'),(19014,'Phekni Bai'),(19015,'Pheku'),(19016,'Pheku Lal'),(19017,'Pheku Ram'),(19018,'Phekulal'),(19019,'Phekuram'),(19020,'Phen Bai'),(19021,'Phend Lal'),(19022,'Pherha'),(19023,'Pherhi Bai'),(19024,'Pherhin'),(19025,'Pheru'),(19026,'Pheru Ram'),(19027,'Phetkan'),(19028,'Phetkan Bai'),(19029,'Phgni'),(19030,'Phguwa Ram'),(19031,'Phhol Bai'),(19032,'Phholchand'),(19033,'phholmati'),(19034,'Phidu'),(19035,'Phijan'),(19036,'Phileep'),(19037,'Philimani'),(19038,'Philisiya Bai'),(19039,'Philma'),(19040,'Phiphali bai'),(19041,'Phir Bai'),(19042,'Phiran'),(19043,'Phiran Bai'),(19044,'Phiran Lal'),(19045,'Phiran Singh'),(19046,'Phirangi'),(19047,'Phiranjan'),(19048,'Phiranta'),(19049,'phiranta lal'),(19050,'Phiranta Ram'),(19051,'Phiranta Singh'),(19052,'Phiranti Bai'),(19053,'Phirantin'),(19054,'Phirantin Bai'),(19055,'Phirat'),(19056,'Phirat Lal'),(19057,'Phirat Ram'),(19058,'Phirat Singh'),(19059,'Phiratbati'),(19060,'Phiratin Bai'),(19061,'Phiratu'),(19062,'Phiratu Ram'),(19063,'Phirbai'),(19064,'Phirit Ram'),(19065,'Phiro'),(19066,'Phiro Bai'),(19067,'Phiroj'),(19068,'phiroj bano'),(19069,'phiroj bee'),(19070,'Phiroja'),(19071,'Phirta'),(19072,'Phirtan'),(19073,'Phirtan Bai'),(19074,'Phirtan Say'),(19075,'Phirteen Bai'),(19076,'Phirti'),(19077,'Phirti Bai'),(19078,'Phirtin'),(19079,'Phirtin Bai'),(19080,'Phirtiya Bai'),(19081,'Phirtu'),(19082,'Phirtu Ram'),(19083,'Phirtu Singh'),(19084,'Phit Ram'),(19085,'Phitakan'),(19086,'phlarensh'),(19087,'Phodu Kumar'),(19088,'Phohara'),(19089,'Phohara Bai'),(19090,'Phol'),(19091,'Phol bai'),(19092,'Phol bati'),(19093,'Phol Kunwar'),(19094,'Pholchand'),(19095,'Pholeshwari'),(19096,'pholla singh'),(19097,'Pholli Bai'),(19098,'Pholvati Bai'),(19099,'Phondu ram'),(19100,'Phoojhar'),(19101,'Phool'),(19102,'Phool Bai'),(19103,'Phool Chand'),(19104,'Phool Chandra'),(19105,'Phool Das'),(19106,'Phool Jhar'),(19107,'Phool Jhariya'),(19108,'Phool Kumari'),(19109,'Phool Kunvar'),(19110,'Phool Kunwar'),(19111,'Phool Kuwar'),(19112,'Phool Mani'),(19113,'Phool Mati'),(19114,'Phool Mati Bai'),(19115,'Phool Matiya'),(19116,'Phool Ram'),(19117,'Phool Say'),(19118,'Phool Signh'),(19119,'Phool Sih'),(19120,'Phool Singh'),(19121,'Phool Wati'),(19122,'Phoola'),(19123,'Phoola Bai'),(19124,'Phoola Bai'),(19125,'Phoolan Bai'),(19126,'Phoolan devi'),(19127,'Phoolan Singh'),(19128,'Phoolar'),(19129,'Phoolasa'),(19130,'Phoolaso Bai'),(19131,'Phoolbai'),(19132,'Phoolbashiya'),(19133,'Phoolbasiya Bai'),(19134,'Phoolbati'),(19135,'Phoolbati Bai'),(19136,'Phoolchand'),(19137,'Phooldas'),(19138,'Phoolde Bai'),(19139,'Phoolehara'),(19140,'Phoolehara Bai'),(19141,'phoolesar'),(19142,'Phoolesar Bai'),(19143,'Phooleshar Bai'),(19144,'Phooleshri'),(19145,'Phooleshvari'),(19146,'Phooleshvari Bai'),(19147,'Phooleshwar'),(19148,'Phooleshwar Bai'),(19149,'Phooleshwari'),(19150,'Phooleshwari Bai'),(19151,'Phoolhara Bai'),(19152,'Phooli Bai'),(19153,'Phoolin Bai'),(19154,'Phooliya Bai'),(19155,'Phooljhar'),(19156,'Phooljhar Bai'),(19157,'Phooljhariya'),(19158,'Phooljhariya Bai'),(19159,'Phooljhriya'),(19160,'Phoolkali'),(19161,'Phoolkawari'),(19162,'Phoolki'),(19163,'Phoolkumar'),(19164,'Phoolkumari'),(19165,'Phoolkunwar'),(19166,'phoolkunwari'),(19167,'Phoolkuwar'),(19168,'phoolma'),(19169,'Phoolmadi'),(19170,'phoolman'),(19171,'Phoolmani'),(19172,'Phoolmani Bai'),(19173,'Phoolmaniya Bai'),(19174,'Phoolmat'),(19175,'Phoolmat Bai'),(19176,'Phoolmati'),(19177,'Phoolmati Bai'),(19178,'Phoolmatiya'),(19179,'Phoolmatiya Bai'),(19180,'Phoolo Bai'),(19181,'Phoolsariya'),(19182,'Phoolsay'),(19183,'Phoolseeta'),(19184,'Phoolshankar'),(19185,'Phoolsita'),(19186,'Phooltin Bai'),(19187,'Phoolu'),(19188,'Phoolu Ram'),(19189,'Phoolva'),(19190,'phoolva bai'),(19191,'phoolvantin bai'),(19192,'Phoolvariya Bai'),(19193,'Phoolvasa Bai'),(19194,'Phoolvasan'),(19195,'Phoolvasan Bai'),(19196,'Phoolvasiya Bai'),(19197,'Phoolvat Bai'),(19198,'Phoolvati'),(19199,'Phoolvati Bai'),(19200,'Phoolwantin Bai'),(19201,'Phoolwariya'),(19202,'Phoolwasan'),(19203,'Phoolwasan Bai'),(19204,'Phoolwat Bai'),(19205,'Phoolwati'),(19206,'Phoolwati Bai'),(19207,'Phooshwari'),(34781,'Photani'),(19208,'Photo'),(19209,'Photo Bai'),(19210,'Photo Lal'),(19211,'Photo Ram'),(19212,'Photobai'),(19213,'Photu'),(19214,'Photu Bai'),(19215,'Photu Lal'),(19216,'Phrangi'),(19217,'Phransis'),(19218,'Phudadu ram'),(19219,'Phudaki'),(19220,'Phudari bai'),(19221,'Phudgu'),(19222,'Phudiya Bai'),(19223,'Phudku Ram'),(19224,'Phudu Lal'),(19225,'Phudu Ram'),(19226,'Phugan Bai'),(19227,'Phugun'),(19228,'Phuhup Singh'),(19229,'phuk bai'),(19230,'Phukki Bai'),(19231,'Phuku Ram'),(19232,'Phul'),(19233,'Phul bai'),(19234,'Phul Bai'),(19235,'Phul bati'),(19236,'phul das'),(19237,'Phul Kanwar'),(19238,'Phul Kumari'),(19239,'Phul Kunwar'),(19240,'Phul kuver'),(19241,'Phul Kuwar'),(19242,'Phul mat bai'),(19243,'Phul mati'),(19244,'Phul Say'),(19245,'Phul Singh'),(19246,'Phula Bai'),(19247,'Phulad Bai'),(19248,'Phulan bai'),(19249,'Phulauta bai'),(19250,'phulbai'),(19251,'Phulbasiya'),(19252,'phulbati'),(19253,'Phulbati Bai'),(19254,'Phulchand'),(19255,'Phule Bai'),(19256,'Phulendra'),(19257,'Phulesar'),(19258,'Phulesh Kumar'),(19259,'Phuleshari'),(19260,'Phuleshavari'),(19261,'phuleshiya bai'),(19262,'Phuleshri'),(19263,'phuleshvari'),(19264,'Phuleshwar'),(19265,'Phuleshwari'),(19266,'Phuleshwari Bai'),(19267,'Phulesiya Bai'),(19268,'Phulesiya Bais'),(19269,'phuli bai'),(19270,'Phulit Ram'),(19271,'Phuliya'),(19272,'Phuliya Bai'),(19273,'Phuljhar Bai'),(19274,'Phuljhariya Bai'),(19275,'Phulkali'),(19276,'phulko'),(19277,'Phulkunvar'),(19278,'Phulkunwar'),(19279,'phulkuvar'),(19280,'phulkuver'),(19281,'Phulkuwar'),(19282,'phulkuwar bai'),(19283,'Phulla bai'),(19284,'Phulli'),(19285,'Phulli Bai'),(19286,'Phullu'),(19287,'Phullu Das'),(19288,'Phullu ram'),(19289,'Phullu Singh'),(19290,'Phulman'),(19291,'Phulmani'),(19292,'Phulmaniya'),(19293,'Phulmat bai'),(19294,'Phulmat Bai'),(19295,'Phulmati'),(19296,'Phulmati Bai'),(19297,'Phulmatiya bai'),(19298,'Phulo Bai'),(19299,'Phulsa'),(19300,'Phulsa bai'),(19301,'Phulsari'),(19302,'Phulsay'),(19303,'Phulsingh'),(19304,'Phulsiya bai'),(19305,'phulso bai'),(19306,'Phulsundari'),(19307,'Phultin Bai'),(19308,'Phulu bai'),(19309,'phulva'),(19310,'Phulva Bai'),(19311,'Phulva Ram'),(19312,'Phulvantin'),(19313,'Phulvasan Bai'),(19314,'Phulvasiya Bai'),(19315,'Phulvati'),(19316,'Phulvati Bai'),(19317,'Phulwa Bai'),(19318,'Phulwanti'),(19319,'Phulwati'),(19320,'Phundan Bai'),(19321,'Phundar Bai'),(19322,'Phundariya Bai'),(19323,'Phundaru'),(19324,'Phunde Lal'),(19325,'Phundi Bai'),(19326,'Phundi lal'),(19327,'Phundiya Bai'),(19328,'Phundo'),(19329,'Phuniya Bai'),(19330,'Phunna Bai'),(19331,'Phunni bai'),(19332,'Phur'),(19333,'Phuranta'),(19334,'Phurphandi'),(19335,'phurtiya bai'),(19336,'Phutan Bai'),(19337,'Phutni Bai'),(19338,'Phutti Bai'),(19339,'Pichala'),(19340,'Pigla'),(19341,'Pihariya'),(19342,'Pihu'),(34782,'Pikara'),(34783,'Pikra'),(19343,'Pil'),(19344,'Pil Bai'),(19345,'Pil Kumar'),(19346,'Pil Kuwar'),(19347,'Pila'),(19348,'Pila Bai'),(19349,'Pila Lal'),(19350,'Pila Ram'),(19351,'Piladas'),(19352,'Pilaram'),(19353,'Pilas'),(19354,'Pileshwar'),(19355,'Pili'),(19356,'Pili Bai'),(34784,'Pilkred'),(19357,'Pillo Kumar'),(19358,'Pillu'),(19359,'Pilu'),(19360,'Piluram'),(19361,'Pily'),(19362,'Pimmi'),(19363,'Pin'),(19364,'pina bai'),(19365,'Pinak Kumar'),(19366,'Pingala'),(19367,'Pingala devi'),(19368,'Pingla Bai'),(19369,'Pinkesh'),(19370,'Pinki'),(19371,'Pinki Bai'),(19372,'Pinki Devi'),(19373,'Pinki Kumari'),(19374,'Pinku'),(19375,'Pinky'),(19376,'Pintar'),(19377,'Pintu'),(19378,'Pintu Kumar'),(19379,'Pinu'),(19380,'Piparhin Bai'),(19381,'Pipariya Bai'),(19382,'Pir'),(19383,'Pir Bee'),(19384,'Pirat Ram'),(19385,'Pirath Bai'),(19386,'Pirdahin'),(19387,'Pireetin Bai'),(19388,'Pirit Bai'),(19389,'Pirit Kunvar'),(19390,'Pirit Ram'),(19391,'Pirith'),(19392,'Piriya'),(19393,'Piriya Bai'),(19394,'Pirojan'),(19395,'Pirteen'),(19396,'Pirtha'),(19397,'Pirthi Bai'),(19398,'Piruram'),(19399,'Pisar'),(19400,'Pit Ram'),(19401,'Pita'),(19402,'Pitairam'),(19403,'Pital Singh'),(19404,'Pitam'),(19405,'Pitam Singh'),(19406,'Pitamambar'),(19407,'Pitambar'),(19408,'Pitambar Das'),(19409,'Pitambar Singh'),(19410,'pitambari bai'),(19411,'Pitamber'),(19412,'Pitan Das'),(34785,'Pitaniya'),(19413,'Pitar'),(19414,'Pitar Bai'),(19415,'Pitar Singh'),(19416,'pitarmati'),(19417,'Pitau Ram'),(19418,'Pitha'),(19419,'Pitha Ram'),(19420,'Pithariya'),(19421,'Pitreshwar'),(19422,'Pittu Das'),(19423,'Pitu'),(19424,'pivari bai'),(19425,'Piya Das'),(19426,'Piyan'),(19427,'Piyar'),(19428,'Piyara Bai'),(19429,'Piyare Das'),(19430,'Piyare Lal'),(19431,'Piyare Ram'),(19432,'Piyari'),(19433,'Piyari Bai'),(19434,'Piyariya'),(19435,'Piyariya bai'),(19436,'Piyaro'),(19437,'Piyaro bai'),(34786,'Piyasi'),(19438,'piyaso bai'),(19439,'Piyo Bai'),(19440,'Piyre Lal'),(19441,'Piyriya Bai'),(19442,'Piyus Kumar'),(19443,'Piyush'),(19444,'Piyush Kumar'),(34787,'Pnika'),(34788,'Pobiya'),(19445,'Pojja'),(19446,'Pokal'),(19447,'Pokhan'),(19448,'Pokhan Singh'),(34789,'Pokhar'),(19449,'Pokhara'),(19450,'Pokhara Bai'),(19451,'Pokharaj'),(19452,'Pokhraj'),(19453,'Poku Ram'),(19454,'Polakha singh'),(19455,'Polish Ram'),(19456,'Polkha'),(19457,'Poman'),(19458,'Pooja'),(19459,'Pooja Bai'),(19460,'Pooja Singh'),(19461,'Poojna'),(19462,'Pool'),(19463,'Poona Bai'),(19464,'Poonam'),(19465,'Poonam Bai'),(19466,'poonam saheb'),(19467,'Poonam Singh'),(19468,'Poonamchand'),(19469,'Poornima Bai'),(34790,'Por'),(19470,'Pora'),(19471,'Poro'),(34791,'Porte'),(19472,'Pos Kumar'),(19473,'Pos lal'),(19474,'posagi lal'),(19475,'Posagil'),(19476,'Posagir'),(19477,'Posan Bai'),(19478,'Poshan'),(19479,'Poshan Kumar'),(19480,'Poshan Lal'),(19481,'Poshit'),(19482,'Posit Ram'),(34792,'Potam'),(19483,'Pothi Lal'),(19484,'Pothi Ram'),(34793,'Potre'),(34794,'Pottam'),(34795,'Praaste'),(19485,'Prabal'),(19486,'Prabha'),(19487,'Prabha Bai'),(19488,'Prabha Devi'),(19489,'Prabha Kiran'),(19490,'Prabha Kumari'),(19491,'Prabha Pati'),(19492,'Prabha Singh'),(19493,'Prabhabai'),(19494,'Prabhakar'),(19495,'Prabhanidhi'),(19496,'Prabhanshu'),(19497,'Prabhas'),(19498,'Prabhash'),(19499,'Prabhashani'),(19500,'Prabhat'),(19501,'Prabhat Kumar'),(19502,'Prabhat Shankar'),(19503,'prabhati'),(19504,'Prabhatin'),(19505,'Prabhavati'),(34796,'Prabhawani'),(19506,'Prabhi Bai'),(34797,'Prabhkar'),(19507,'Prabhu'),(19508,'Prabhu Bai'),(19509,'Prabhu Das'),(19510,'Prabhu Dayal'),(19511,'Prabhu kumar'),(19512,'Prabhu Lal'),(19513,'Prabhu Ram'),(19514,'Prabhu Singh'),(19515,'Prabhudayal'),(19516,'Prabhun'),(19517,'Prabhuram'),(19518,'Prabhuva Bai'),(19519,'Prabhuvan'),(34798,'Prabhuwani'),(19520,'Prabhvati'),(19521,'Prabodha'),(19522,'Prachi'),(19523,'Prachi Sidar'),(34799,'Pradahn'),(19524,'Pradeep'),(19525,'Pradeep Kumar'),(19526,'Pradhan'),(34800,'Pradhan.'),(19527,'Pradhu Ram'),(19528,'Pradhuman'),(19529,'Pradip'),(19530,'Pradip kumar'),(19531,'Pradip kumar'),(19532,'pradip lal'),(19533,'Pradipt'),(19534,'Praduman'),(19535,'Pradyumna'),(19536,'Praful'),(19537,'Prafull'),(19538,'Prafull Kumar'),(19539,'Prafulla'),(19540,'Prag'),(19541,'Pragati'),(19542,'Pragha Singh'),(19543,'Pragya'),(19544,'Prahad'),(19545,'Prahalad'),(19546,'Prahalad Kumar'),(19547,'Prahalad Singh'),(19548,'Prahald singh'),(19549,'Prahlad'),(19550,'Prahlad Kumar'),(19551,'Prahlad Singh'),(19552,'prahladi'),(19553,'Prahvan'),(19554,'Praja Ram'),(34801,'Prajabati'),(19555,'Prajanand'),(34802,'prajapari'),(34803,'Prajapati'),(34804,'Prajapriti'),(34805,'Prajapti'),(19556,'Prajaram'),(19557,'Prajesh'),(34806,'Prajpati'),(19558,'Prakash'),(19559,'Prakash Bai'),(19560,'Prakash Das'),(19561,'Prakash Kumar'),(19562,'Prakash Narayan'),(19563,'Prakash Ray'),(19564,'Prakash Singh'),(19565,'Prakasha'),(19566,'Prakashchand'),(19567,'Prakashdas'),(19568,'prakasho'),(19569,'Prakashvati'),(19570,'Prakat Kumar'),(19571,'Prakesh'),(19572,'Prakesh Narayan'),(19573,'Prakhar'),(34807,'Prakjapati'),(19574,'Prakriti'),(19575,'Praksh'),(19576,'Pralata'),(19577,'Pram Lal'),(19578,'Pram Lata'),(19579,'Pram Narayan'),(19580,'Pram Prakash'),(19581,'Pram Singh'),(19582,'Prama Bai'),(19583,'Prambati'),(19584,'Prameela'),(19585,'Prameela Bai'),(19586,'Pramendra'),(19587,'Pramesh'),(19588,'Prameshwar'),(19589,'Prameshwari'),(19590,'Pramil Bai'),(19591,'Pramila'),(19592,'Pramila Bai'),(19593,'Pramila Devi'),(19594,'Pramiliya'),(19595,'Pramit'),(19596,'Pramita'),(19597,'Pramiya Bai'),(19598,'Pramlata'),(19599,'pramlatra'),(19600,'Pramnand'),(19601,'Pramod'),(19602,'Pramod das'),(19603,'Pramod kuamar'),(19604,'Pramod Kumar'),(19605,'Pramod singh'),(19606,'Pramodani'),(19607,'Pramvati'),(19608,'Pran das'),(19609,'Pran nath'),(19610,'Pranam Singh'),(19611,'Pranav'),(19612,'pranav kumar'),(19613,'Pranita'),(19614,'Pranjal'),(19615,'Pranjal Kumar'),(19616,'Pranjali'),(19617,'Prannath'),(19618,'Prans'),(19619,'Pranshu'),(19620,'Praomd'),(19621,'Praphool'),(19622,'Praphool Bai'),(19623,'Praphul'),(19624,'Praphul prasad'),(19625,'Praphula'),(19626,'Prapti'),(19627,'Prarip'),(34808,'Prasaa'),(32772,'Prasad'),(19628,'Prasad Das'),(34809,'Prasada'),(19629,'Prasadi'),(19630,'Prasadi Singh'),(19631,'Prasana Singh'),(19632,'Prasand'),(19633,'Prasannna Singh'),(19634,'Prasant'),(19635,'Prasant Kumar'),(34810,'Prasati'),(34811,'Prasd'),(34812,'Prasda'),(34813,'Prased'),(19636,'Prashanat'),(19637,'Prashansa'),(19638,'Prashant'),(19639,'Prashant Kumar'),(19640,'Prashant Singh'),(19641,'Prashanta'),(19642,'Prashasti'),(19643,'Prashish Kumar'),(19644,'Prasita'),(34814,'Praste'),(34815,'Prastey'),(34816,'Prasti'),(19645,'Prastuti'),(19646,'Prastutin'),(19647,'Prasuti'),(19648,'Prasuti Bai'),(19649,'Prasuti Bai'),(19650,'Pratab Bai'),(19651,'Pratap'),(19652,'Pratap singh'),(19653,'Pratap Kumar'),(19654,'Pratap Kuwar'),(19655,'Pratap Sing'),(19656,'Pratap Singh'),(19657,'Pratapa'),(19658,'Pratapi'),(19659,'Prateek'),(19660,'Prateema devi'),(19661,'Pratham'),(19662,'Pratham Anirudh'),(19663,'Pratibha'),(19664,'Pratibha Bai'),(19665,'PratibhaGond'),(19666,'Pratichha'),(19667,'Pratigya'),(19668,'pratiha'),(19669,'Pratik'),(19670,'Pratik Kumar'),(19671,'Pratiksha'),(19672,'Pratima'),(19673,'Pratima Bai'),(19674,'Pratimadevi'),(19675,'Pratipal'),(19676,'Pratit'),(19677,'pratma bai'),(19678,'Pratpal'),(19679,'Pratyush'),(19680,'Pravati'),(19681,'Pravatri'),(19682,'Praveen'),(19683,'Praveen Kumar'),(19684,'Praveena'),(19685,'Pravesh'),(19686,'Pravin'),(19687,'Pravin Kumar'),(19688,'Pravina'),(19689,'Pravir'),(19690,'Prawin'),(19691,'Prayadarshani'),(19692,'Prayag'),(19693,'Prayag Raj'),(19694,'Prayag Singh'),(19695,'Prayanshu'),(34817,'Prdhan'),(19696,'pream'),(19697,'Pream Kumar'),(19698,'Preamprakash'),(19699,'Preamvati'),(19700,'Preatam'),(19701,'preatap singh'),(19702,'Preaveen Kumar'),(19703,'preens'),(19704,'Preensi'),(19705,'Preetam'),(19706,'Preetam Kumar'),(19707,'Preetesh'),(19708,'Preeti'),(19709,'Preeti Bai'),(19710,'Preeti Kumari'),(19711,'Preeti Rajkumari'),(19712,'Preetpal'),(19713,'Preetram'),(19714,'Preeya'),(19715,'Preiti Bai'),(19716,'Prem'),(19717,'Prem Bai'),(19718,'Prem Bati'),(19719,'Prem Chand'),(19720,'Prem Das'),(19721,'Prem Kala'),(19722,'Prem Kuamr'),(19723,'Prem Kumar'),(19724,'Prem Kumari'),(19725,'Prem Kunwar'),(19726,'Prem Kuwar'),(19727,'Prem Lal'),(19728,'Prem Lata'),(19729,'Prem Narayan'),(19730,'Prem narayn'),(19731,'Prem Nath'),(19732,'Prem Prakash'),(19733,'Prem Pratima'),(19734,'Prem Sagar'),(19735,'Prem Sai'),(19736,'Prem Shankar'),(19737,'Prem sheela'),(19738,'Prem shila'),(19739,'Prem Sihngh'),(19740,'Prem Sila'),(19741,'Prem Singh'),(19742,'Prem Vati'),(19743,'Prema'),(19744,'Prema Bai'),(19745,'Premabai'),(34818,'premabani'),(19746,'Preman'),(19747,'Preman Singh'),(19748,'Premanand'),(19749,'Prembai'),(19750,'Prembati'),(19751,'Prembati Bai'),(19752,'Premchand'),(19753,'Premchandra'),(19754,'Premdas'),(19755,'Premdin'),(19756,'Premesh'),(19757,'Premeshwari'),(19758,'Premgeer'),(19759,'Premgiri'),(19760,'Premi'),(19761,'Premi Bai'),(19762,'Premibai'),(19763,'Premin'),(19764,'Premin Bai'),(19765,'Premiya'),(19766,'Premiya Bai'),(19767,'Premkali'),(19768,'Premkumari'),(19769,'Premkunvar'),(19770,'Premkunwar'),(19771,'Premkuwar'),(19772,'Premkuwari'),(19773,'Premlal'),(19774,'Premlata'),(19775,'Premlata Bai'),(19776,'Premmani'),(19777,'Premmiya'),(19778,'Premnath'),(19779,'Premniya Bai'),(19780,'Premprakash'),(19781,'premsagar'),(19782,'Premshankar'),(19783,'Premshanti'),(19784,'Premshila'),(19785,'Premsila'),(19786,'Premsingh'),(19787,'Premvati'),(19788,'Premvati Bai'),(19789,'Premwati'),(19790,'Prena'),(19791,'Prerna'),(19792,'Pretan Bai'),(19793,'Prikankshi'),(19794,'prikant'),(19795,'Prima'),(19796,'Primila'),(19797,'Primiya Bai'),(19798,'Prinka'),(19799,'Prins'),(19800,'Prins Kumar'),(19801,'Prinsh'),(19802,'Prinsh kumar'),(19803,'prinshi'),(19804,'Prinsi'),(19805,'Prinsika'),(19806,'Prinsu Kumar'),(19807,'Prinsvati'),(19808,'Prisakilla'),(19809,'Prish Kumar'),(19810,'Prisi kumari'),(19811,'Prit'),(19812,'Prit Kumar'),(19813,'Prit Ram'),(19814,'Prit Rowtin'),(19815,'Prit Singh'),(19816,'Pritam'),(19817,'Pritam Bai'),(19818,'Pritam Das'),(19819,'Pritam Kumar'),(19820,'Pritam Lal'),(19821,'Pritam Singh'),(19822,'Pritee'),(19823,'Pritee kumari'),(19824,'Pritee kumari'),(19825,'Pritesh'),(19826,'Pritesh Kumar'),(19827,'Prith'),(19828,'Prithavi'),(19829,'Prithiviraj'),(19830,'Prithram'),(19831,'Prithvi'),(19832,'Prithvi Kumar'),(19833,'Prithvi Singh'),(19834,'prithvinarayan'),(19835,'Prithvipal Singh'),(19836,'Prithviraj'),(19837,'Prithvirajj'),(19838,'Priti'),(19839,'Priti kumari'),(19840,'Priti Bai'),(19841,'Priti Kumari'),(19842,'Priti Singh'),(19843,'Pritma'),(19844,'Pritti'),(19845,'Prity'),(19846,'Priya'),(19847,'Priya Bai'),(19848,'Priya Devi'),(19849,'Priya Kumari'),(19850,'priya lal'),(19851,'Priya Singh'),(19852,'Priyadas'),(19853,'priyakumari'),(19854,'Priyal'),(19855,'Priyamati'),(19856,'priyanjali'),(19857,'Priyank'),(19858,'Priyanka'),(19859,'Priyanka Bai'),(19860,'Priyanka Kumari'),(19861,'Priyanshi'),(19862,'Priyanshu'),(19863,'Priyanshulata'),(19864,'Priyansu'),(19865,'Priyarani'),(19866,'Priyashi'),(19867,'priyashu'),(19868,'Priyata'),(19869,'Priynka'),(19870,'Priyobala'),(19871,'priytama'),(19872,'Prmbati'),(19873,'Prmesh Kumar'),(19874,'Prmila'),(19875,'Prosagil'),(34819,'Provider'),(19876,'Prreti'),(19877,'Prreti Bai'),(19878,'Pryogita'),(34820,'Ptel'),(19879,'Pthari Singh'),(34821,'Ptrawani'),(19880,'Pucha'),(19881,'Pugani'),(19882,'Puggu Singh'),(19883,'Pugiya Bai'),(19884,'Puhup'),(19885,'Puhup Ram'),(19886,'Puhup singh'),(19887,'Puiya Bai'),(19888,'Puja'),(19889,'Puja bai'),(19890,'Pujari'),(19891,'Pujariya Bai'),(19892,'Pujeri Das'),(19893,'Pujeri Lal'),(34822,'Pujir'),(19894,'Puk Bai'),(19895,'Puk Ram'),(19896,'Pukal'),(19897,'Pukeshwar Kumar'),(19898,'Pukh Raj'),(34823,'Pukhate'),(19899,'Pukhraj'),(19900,'Puki Ram'),(19901,'Pukkal Singh'),(19902,'Pukul Singh'),(19903,'Pukun Das'),(19904,'Pulai Bai'),(19905,'Pulau'),(19906,'Pulchi bai'),(19907,'Pulesari Bai'),(19908,'Pulina'),(19909,'Pulit Ram'),(19910,'Puliya Bai'),(19911,'Pulmati bai'),(19912,'Pulvasiya'),(19913,'Pun'),(19914,'Pun Bai'),(19915,'Pun Das'),(19916,'Pun Say'),(19917,'Puna'),(19918,'Puna Bai'),(19919,'Puna Lal'),(19920,'Puna Ram'),(19921,'Punai'),(19922,'Punai Bai'),(19923,'Punaitin Bai'),(19924,'Punaiya'),(19925,'Punaiya Bai'),(19926,'Punam'),(19927,'Punam Bai'),(19928,'Punam Kumari'),(19929,'punam lata'),(19930,'Punamchand'),(19931,'punanand'),(19932,'Punaram'),(19933,'Punau'),(19934,'Punau Ram'),(19935,'Punauram'),(19936,'Punautin Bai'),(19937,'Punava'),(19938,'Punavasiya'),(19939,'Punch Kuwar'),(19940,'Pundas'),(19941,'pune ram'),(19942,'Puneram'),(19943,'Puneshwar'),(19944,'Puneshwari'),(19945,'Puni'),(19946,'Puni Bai'),(19947,'Puni Das'),(19948,'Puni Lal'),(19949,'Puni Ram'),(19950,'Punibai'),(19951,'Punika Bai'),(19952,'Punilal'),(19953,'Punima'),(19954,'Punima Bai'),(19955,'Punimati'),(34824,'Punipa'),(19956,'Puniram'),(19957,'Punishiya'),(19958,'Punit'),(19959,'Punit bai'),(19960,'Punit Kumar'),(19961,'Punit Ram'),(19962,'Punita'),(19963,'Punita kumari'),(19964,'Punita Bai'),(19965,'Punitram'),(19966,'Puniya'),(19967,'Puniya Bai'),(19968,'Puniya Baibai'),(19969,'Punna'),(19970,'Punna Ram'),(19971,'Punne Lal'),(19972,'Punni'),(19973,'Punni Bai'),(19974,'Punni das'),(19975,'Punni Lal'),(19976,'Punni ram'),(19977,'Punnibai'),(19978,'Punnilal'),(19979,'Punnimati'),(19980,'Punniram'),(19981,'Punnu'),(19982,'Punnu Das'),(19983,'Punnu Lal'),(19984,'Punnu Ram'),(19985,'Punnu Singh'),(19986,'Punnulal'),(19987,'Punoo'),(19988,'Punotin Bai'),(19989,'Punoutin'),(19990,'Punsay'),(19991,'Punu'),(19992,'Punu Lal'),(19993,'Punudas'),(19994,'Punuwa Ram'),(19995,'Punva Ram'),(19996,'Punva Singh'),(19997,'Punvantin'),(19998,'Punvara Bai'),(19999,'Punvasiya Bai'),(20000,'Punwa Ram'),(20001,'Pura Ram'),(20002,'Puraiin bai'),(20003,'Purain'),(20004,'Purain Bai'),(20005,'Puran'),(20006,'Puran Bai'),(20007,'Puran Das'),(20008,'Puran Kumar'),(20009,'Puran Lal'),(20010,'Puran Lall'),(20011,'Puran Prasad'),(20012,'Puran Ram'),(20013,'Puran Singh'),(20014,'Purana'),(20015,'Purana Bai'),(20016,'Puranbati Bai'),(20017,'Puranchand'),(20018,'Purandas'),(20019,'Puranik'),(34825,'Puranima'),(20020,'Puraniya'),(20021,'Puraniya Bai'),(20022,'Puranlal'),(20023,'Puranmati'),(20024,'Purarvas'),(20025,'Puratan'),(20026,'Puratan Bai'),(20027,'Purau'),(20028,'Pure'),(20029,'Puren Bai'),(34826,'Purena'),(20030,'Puri'),(20031,'Puri Bai'),(20032,'Puri ram'),(20033,'Purin Bai'),(20034,'Puriya'),(20035,'Purkhu Kumar'),(20036,'Purna'),(20037,'Purnesh Kumar'),(20038,'Purneshvari'),(20039,'Purnima'),(20040,'Purnima bai'),(20041,'Purnima Bai'),(20042,'Purnima Devi'),(20043,'Purnima Kumari'),(20044,'Purnima Singh'),(20045,'Purnita'),(20046,'Purniya'),(20047,'Purniya Bai'),(20048,'Purnshraddha'),(20049,'Purojit Ram'),(20050,'puroshottam'),(20051,'Puroshttam'),(20052,'Purosottam'),(20053,'Purru'),(20054,'Purshootam'),(20055,'Purshotam'),(20056,'Purshotam Das'),(20057,'Purshottam'),(20058,'Purshottam Kumar'),(20059,'Purshottam Lal'),(20060,'Pursotam'),(20061,'Pursottam'),(20062,'puru ram'),(20063,'Puruin'),(20064,'Purushotam'),(20065,'Purushottam'),(20066,'Purushottam Singh'),(20067,'Purusottam'),(20068,'purusottam kumar'),(20069,'Purusottam lal'),(20070,'Purusottm'),(20071,'Purvaj'),(20072,'Purvala devi'),(20073,'Purvi'),(20074,'Purvi Bai'),(20075,'Pusa Bai'),(20076,'Pusai'),(20077,'Pusai Bai'),(20078,'Pusai Kumari'),(20079,'Pusaiya'),(20080,'Pusaiya bai'),(20081,'Pusaiya Bai'),(20082,'Pusaiyabai'),(34827,'Pusam'),(20083,'Pusam singh'),(20084,'Pusamati'),(20085,'Pusan Bai'),(20086,'Pusani'),(20087,'Pusani Bai'),(20088,'Pusaru Ram'),(20089,'Pusau'),(20090,'Pusau Ram'),(20091,'Pusauram'),(20092,'Push Ram'),(20093,'Pusha'),(20094,'Pusha Bai'),(20095,'Pushapa'),(20096,'Pushapa Bai'),(20097,'Pushaplata'),(20098,'Pushau'),(20099,'Pushiya bai'),(20100,'Pushkar'),(20101,'Pushkar Band'),(20102,'Pushkar Singh'),(20103,'Pushmati'),(20104,'Pushotam'),(20105,'Pushp kumar'),(20106,'Pushp Lata'),(20107,'Pushpa'),(20108,'Pushpa bai'),(20109,'Pushpa bai'),(20110,'Pushpa Bai'),(20111,'Pushpa bharti'),(20112,'Pushpa Devi'),(20113,'Pushpa Kumari'),(20114,'Pushpa Pal'),(20115,'Pushpa Singh'),(20116,'Pushpadevi'),(20117,'Pushpajali'),(20118,'Pushpajanli'),(20119,'Pushpalata'),(20120,'Pushpand'),(20121,'Pushpanjali'),(20122,'Pushparaj'),(20123,'Pushparani'),(20124,'Pushpavati'),(20125,'Pushpendra'),(20126,'Pushpendra Kumar'),(20127,'Pushpendra Kumarr'),(20128,'Pushpendra Pratap'),(20129,'Pushpendra Singh'),(20130,'Pushpenra Kumar'),(20131,'Pushpesh'),(20132,'Pushpkal'),(20133,'Pushplata'),(20134,'Pushplata Bai'),(20135,'Pushpraj'),(20136,'Pushprajgarh'),(20137,'Pusiya'),(20138,'Pusiya Bai'),(20139,'Pusmani bai'),(20140,'Pusni Bai'),(20141,'Puspa'),(20142,'Puspa Bai'),(20143,'Puspalata'),(20144,'Puspendra'),(20145,'Pusplata'),(20146,'Pusu kumar'),(20147,'Pusu Ram'),(20148,'Pusuva Singh'),(20149,'Pusva'),(20150,'Pusva Singh'),(20151,'Puswa'),(34828,'Puswahar'),(20152,'Put'),(20153,'Puta'),(20154,'Putakar'),(20155,'Putaki Bai'),(20156,'Putali'),(20157,'Putali Bai'),(20158,'Putar'),(20159,'Putari'),(20160,'Putari Bai'),(20161,'Puthapak'),(34829,'puthran'),(20162,'Putri Bai'),(20163,'Puttri Bai'),(20164,'Puttu'),(20165,'Putul'),(20166,'Pwara'),(20167,'Pyajuddin'),(20168,'Pyar'),(20169,'Pyar Ali'),(20170,'Pyar Bai'),(20171,'Pyara Bai'),(20172,'Pyara Kumar'),(20173,'Pyare'),(20174,'Pyare Gir'),(20175,'Pyare Lal'),(20176,'Pyare Singh'),(20177,'Pyarelal'),(20178,'Pyarelal Harijan'),(20179,'Pyari'),(20180,'Pyari Bai'),(20181,'Pyaribai'),(20182,'Pyariya Bai'),(20183,'Pyaro bai'),(20184,'Pyasmuni'),(20185,'Pyush'),(20186,'R'),(20187,'R.'),(20188,'R. D.'),(20189,'R.c.sahu'),(20190,'R.n.'),(20191,'R.p.'),(34830,'Ra'),(20192,'Raagani'),(34831,'Raain'),(34832,'Raaj'),(34833,'Raathaur'),(20193,'Raatrani'),(34834,'Raav'),(34835,'Rabalani'),(34836,'Rabalaniererf'),(20194,'Rabalmatya bai'),(34837,'Rabari'),(20195,'Rabbani'),(34838,'Rabbari'),(20196,'Rabbi Singh'),(20197,'Rabha'),(20198,'Rabhole'),(20199,'Rabi'),(20200,'Rabi Bai'),(20201,'Rabin'),(20202,'Rabina'),(20203,'Rabindu'),(20204,'Rabita'),(20205,'Rabita Bai'),(20206,'Rabiya'),(20207,'Rabiya Begam'),(20208,'Rabiya Devi'),(20209,'Rabun'),(20210,'Rabun Nisha'),(20211,'Rachan Singh'),(20212,'Rachana'),(20213,'Rachana Bai'),(20214,'Rachani'),(20215,'Rachi Kumari'),(20216,'Rachit kumar'),(20217,'Rachita'),(34839,'Rachna'),(20218,'Rada'),(20219,'Radah Bai'),(34840,'Radaor'),(20220,'Radeep'),(20221,'Radeshyam'),(20222,'Radha'),(20223,'Radha bai'),(20224,'Radha Bai'),(20225,'Radha Anu'),(20226,'Radha Bai'),(20227,'Radha Devi'),(20228,'Radha Govind'),(20229,'Radha Kali'),(20230,'Radha Kumari'),(20231,'Radha Lal'),(20232,'Radha Raman'),(20233,'Radha Ravan'),(20234,'Radhabai'),(20235,'Radhaeshyam'),(20236,'Radhamani'),(20237,'Radhana'),(20238,'radhani'),(20239,'Radhashayam'),(34841,'Radhaur'),(34842,'Radhav'),(20240,'Radhavati'),(20241,'Radhe'),(20242,'Radhe Bai'),(20243,'Radhe Das'),(20244,'Radhe Krishna'),(20245,'Radhe Lal'),(20246,'Radhe Prasad'),(20247,'Radhe Ram'),(20248,'Radhe Shayam'),(20249,'Radhe Shyam'),(20250,'Radhe Singh'),(20251,'Radhegir'),(20252,'Radhekunwar'),(20253,'Radhelal'),(20254,'Radhelala'),(20255,'Radhesham'),(20256,'Radheshayam'),(20257,'Radheshvari'),(20258,'Radheshyam'),(20259,'Radheshyma'),(20260,'Radhesyam'),(20261,'radhi ram'),(20262,'radhiaka'),(20263,'Radhiaya Bai'),(20264,'Radhika'),(20265,'Radhika Bai'),(20266,'Radhika Prasad'),(20267,'Radhin'),(20268,'Radhin Bai'),(20269,'Radhini'),(20270,'Radhiya'),(20271,'Radhiya Bai'),(20272,'Radhna'),(20273,'Radho din'),(34843,'Radhor'),(20274,'Radhshyam'),(20275,'Radhu'),(20276,'Radhu Raj'),(20277,'Radhunandan'),(20278,'radhunandan yadaw'),(20279,'Radhvanshan'),(34844,'Radid'),(20280,'Radoushiya'),(20281,'Rafi'),(20282,'rafiya'),(34845,'Ragade'),(20283,'Ragani'),(20284,'Ragani Bai'),(20285,'Ragani Singh'),(20286,'Ragbar'),(20287,'Ragendra singh'),(20288,'Ragghu kumar'),(20289,'Ragghuraj'),(20290,'Raggu'),(20291,'Raggulal'),(20292,'Raghani'),(20293,'Raghav'),(20294,'raghav lal'),(20295,'Raghav Singh'),(20296,'Raghavendra'),(20297,'Raghaw'),(20298,'Raghban Singh'),(20299,'raghi ram'),(20300,'Raghini'),(20301,'ragho bai'),(20302,'Raghodin'),(20303,'Raghotin Bai'),(20304,'Raghu'),(20305,'Raghu das'),(20306,'Raghu lal'),(20307,'Raghu Nath'),(20308,'Raghubar'),(20309,'Raghubeer'),(20310,'Raghubir'),(20311,'Raghudas'),(20312,'Raghulal'),(20313,'Raghunadan'),(20314,'Raghunanad'),(20315,'Raghunand'),(20316,'Raghunandan'),(20317,'Raghunandan singh'),(20318,'Raghunath'),(20319,'Raghunath Prasad'),(20320,'Raghunath Singh'),(20321,'Raghunatha'),(20322,'Raghuntiya Bai'),(20323,'Raghupati Singh'),(20324,'Raghuraj'),(20325,'Raghuvansh'),(34846,'Raghuvanshi'),(20326,'Raghuvar'),(20327,'Raghuveer'),(20328,'Raghuveer Singh'),(20329,'Raghuvendra'),(20330,'Raghuvir'),(20331,'Raghuvir Prasad'),(20332,'Raghuvir singh'),(20333,'Raghuwar'),(20334,'Raghva'),(20335,'Raghvedra'),(20336,'Raghvendra'),(20337,'Raghvendra Kumar'),(20338,'Raghvendra Prasad'),(20339,'Raghynath'),(20340,'Ragidas'),(20341,'Ragin Bai'),(20342,'Ragini'),(20343,'Ragini Bai'),(20344,'ragiya bai'),(20345,'Ragni'),(20346,'Ragni Bai'),(20347,'ragni kavar'),(20348,'Ragunandan'),(34847,'Raguvansh'),(20349,'Raguvar'),(20350,'Raguveer'),(20351,'Ragvendra'),(20352,'Rahamat'),(20353,'Rahamat Bai'),(20354,'Rahan'),(20355,'Rahanguram'),(20356,'Rahanu'),(20357,'Rahas'),(20358,'Rahas Bai'),(20359,'Rahas Kumar'),(20360,'Rahas Kumari'),(20361,'Rahas Kunwar'),(20362,'Rahas Lal'),(20363,'Rahasbai'),(20364,'Rahaslal'),(34848,'Rahaur'),(20365,'Raheshiya'),(20366,'Rahi'),(20367,'Rahi Bai'),(34849,'Rahidas'),(20368,'rahika'),(20369,'Rahil'),(20370,'Rahil Kumar'),(20371,'Rahim'),(20372,'Rahimal Singh'),(20373,'Rahiman'),(20374,'Rahimat'),(20375,'Rahin'),(20376,'Rahin Bai'),(20377,'Rahini'),(34850,'Rahis'),(20378,'Rahis Kumari'),(20379,'Rahisa'),(20380,'Rahit Lal'),(20381,'Rahman'),(20382,'Rahmat'),(20383,'Rahngu bai'),(20384,'rahnish'),(20385,'Rahoni'),(20386,'Rahoni Bai'),(20387,'Rahul'),(20388,'Rahul Das'),(20389,'Rahul Kumar'),(20390,'Rahul Prasad'),(20391,'Rahul Raj'),(20392,'Rahul Siingh'),(20393,'Rai'),(20394,'Rai Singh'),(20395,'Raibati'),(20396,'Raichi bai'),(34851,'Raidas'),(34852,'Raidaslani'),(20397,'raihbar'),(34853,'Raihdas'),(20398,'Raildas'),(20399,'Raimat'),(20400,'Raimat Bai'),(20401,'Raimati'),(20402,'Raimatiya Bai'),(20403,'Raimin'),(20404,'Raimtiya'),(20405,'Raimu'),(20406,'Raimu Bai'),(20407,'Raimun'),(20408,'Raimun Bai'),(20409,'Raimuniya Bai'),(20410,'Rain'),(20411,'Rain Kunvar'),(20412,'Rain Kunwar'),(20413,'rain kuvar'),(20414,'Rain Kuwar'),(20415,'Rain Singh'),(20416,'Raina'),(20417,'Raina Bai'),(20418,'Raini Bai'),(20419,'Rainkunwar'),(20420,'Rainkuwar'),(20421,'Rainmati'),(20422,'Rainshi'),(20423,'Raintiya Bai'),(20424,'Rainu'),(20425,'Raipal'),(20426,'Raisingh'),(20427,'Raitu'),(20428,'Raitu ram'),(20429,'Raiw Bai'),(34854,'Raiwdas'),(20430,'Raiyan'),(20431,'Raj'),(20432,'Raj Bahadur'),(20433,'Raj Bahor'),(20434,'Raj Bai'),(20435,'Raj Beliya'),(20436,'raj bhan'),(20437,'Raj Dev'),(20438,'Raj Kamal'),(20439,'Raj Kapoor'),(20440,'Raj Kiran'),(20441,'Raj Kishor'),(20442,'Raj Kuamari'),(20443,'Raj Kuamr'),(20444,'Raj Kumar'),(20445,'Raj Kumari'),(20446,'raj kunvar'),(20447,'Raj Kuwar'),(20448,'Raj Laxami'),(20449,'Raj Mati'),(20450,'Raj Muniya'),(20451,'Raj Nandani'),(20452,'Raj narayan'),(20453,'Raj pratap'),(20454,'Raj Shri'),(20455,'Raj Singh'),(20456,'Raj Tilak'),(20457,'Raja'),(20458,'Raja Babu'),(20459,'Raja Bhaiya'),(20460,'Raja Kumar'),(20461,'Raja Ram'),(20462,'Raja Roshan'),(34855,'Rajab'),(20463,'Rajababu'),(20464,'Rajabali'),(20465,'Rajadhar'),(20466,'Rajaiti bai'),(34856,'Rajak'),(20467,'Rajala'),(20468,'Rajalal'),(20469,'Rajamati'),(20470,'Rajan'),(20471,'Rajan Bai'),(20472,'Rajan Kumar'),(20473,'Rajan Kunwar'),(20474,'Rajan Singh'),(20475,'rajanai bai'),(20476,'Rajanath'),(20477,'Rajand'),(20478,'Rajani'),(20479,'Rajani Bai'),(20480,'Rajani Bai'),(20481,'Rajani Baii'),(20482,'Rajani devi'),(20483,'Rajani Kant'),(20484,'Rajani Singh'),(20485,'Rajaniya'),(20486,'Rajaniya Bai'),(20487,'Rajanti'),(20488,'Rajap Singh'),(20489,'Rajaram'),(20490,'rajarati'),(20491,'Rajat'),(20492,'Rajau'),(20493,'Rajau ram'),(20494,'Rajbahadur'),(20495,'Rajbahor'),(20496,'Rajbahoran'),(20497,'Rajbai'),(20498,'rajbalam'),(20499,'Rajbali'),(20500,'Rajbati'),(20501,'Rajbati Bai'),(20502,'Rajbhan'),(20503,'Rajbhan Singh'),(34857,'Rajbhar'),(20504,'Rajbhogal'),(20505,'Rajbhuvan'),(20506,'Rajdeep'),(20507,'Rajdevi'),(20508,'Rajdhani'),(20509,'Raje'),(20510,'Rajeem'),(20511,'Rajeem Bai'),(20512,'Rajeen'),(20513,'Rajeena begam'),(20514,'Rajeet Kumar'),(20515,'Rajeev'),(20516,'Rajen'),(20517,'Rajend'),(20518,'Rajenda'),(20519,'Rajendr Kumar'),(20520,'Rajendra'),(20521,'Rajendra Das'),(20522,'Rajendra Kumar'),(20523,'Rajendra Pal'),(20524,'Rajendra Prasad'),(20525,'Rajendra Sen'),(20526,'Rajendra Singh'),(20527,'rajendri bai'),(20528,'Rajes'),(20529,'Rajesh'),(20530,'Rajesh Kumar'),(20531,'Rajesh Kali'),(20532,'Rajesh kuamar'),(20533,'Rajesh Kumar'),(20534,'Rajesh Kumari'),(20535,'Rajesh lal'),(20536,'Rajesh Prasad'),(20537,'Rajesh Shri'),(20538,'Rajesh Singh'),(20539,'Rajesha prsad'),(20540,'Rajeshvar'),(20541,'Rajeshvar Kumar'),(20542,'Rajeshvari'),(20543,'Rajeshvari Bai'),(20544,'Rajeshwar'),(20545,'Rajeshwar Prasad'),(20546,'Rajeshwar Singh'),(20547,'Rajeshwari'),(20548,'Rajeshwari Bai'),(20549,'Rajesvari'),(34858,'Rajgir'),(34859,'Rajgor'),(20550,'Rajgotiya'),(20551,'Raji Ram'),(20552,'Rajib'),(20553,'Rajika'),(20554,'Rajim'),(20555,'Rajim Bai'),(20556,'Rajin'),(20557,'Rajin Bai'),(20558,'Rajindar'),(20559,'Rajiram'),(20560,'Rajita'),(20561,'Rajiv'),(20562,'Rajiv Kumar'),(20563,'Rajiv Nayan'),(20564,'Rajiya'),(20565,'Rajiya Bai'),(20566,'Rajiya Begam'),(20567,'Rajiya Khanam'),(20568,'Rajj'),(20569,'Rajja Ali'),(20570,'Rajjab'),(20571,'Rajjabali'),(20572,'Rajjak'),(20573,'Rajjak Ali'),(20574,'Rajjakali'),(20575,'Rajjan'),(20576,'Rajjan Singh'),(20577,'Rajjk'),(20578,'Rajju'),(20579,'Rajju Ram'),(20580,'Rajju Singh'),(34860,'Rajk'),(20581,'Rajkali'),(20582,'Rajkaliya bai'),(20583,'Rajkamal'),(20584,'Rajkapur'),(20585,'Rajkaran'),(20586,'Rajkishor'),(20587,'Rajkishori'),(20588,'Rajkran'),(20589,'Rajkuamr'),(20590,'Rajkuamri'),(20591,'Rajkumaar'),(20592,'Rajkumair'),(20593,'Rajkumar'),(20594,'Rajkumari'),(20595,'Rajkumari Bai'),(34861,'Rajkumari)'),(20596,'Rajkunvar'),(20597,'Rajkunver'),(20598,'Rajkunwar'),(34862,'Rajkunwer'),(20599,'Rajkuwar'),(20600,'Rajlaxmi'),(20601,'Rajman'),(20602,'Rajmani'),(20603,'Rajmaniya'),(20604,'Rajmaniya Bai'),(20605,'Rajmat'),(20606,'Rajmat Bai'),(20607,'Rajmati'),(20608,'Rajmati Bai'),(20609,'Rajmatiya'),(20610,'Rajmatiya Bai'),(20611,'Rajmuni'),(20612,'Rajmuniya'),(20613,'Rajnadani'),(20614,'Rajnanadani'),(20615,'Rajnandani'),(20616,'Rajnarayan'),(20617,'Rajni'),(20618,'Rajni bai'),(20619,'Rajni Bai'),(20620,'Rajni Devi'),(20621,'Rajni Kant'),(20622,'Rajni singh'),(20623,'Rajnish'),(20624,'Rajnu'),(20625,'Rajnu Ram'),(20626,'Rajo'),(20627,'Rajo Bai'),(20628,'Rajo Bia'),(20629,'Rajobai'),(20630,'Rajpal'),(20631,'Rajpati Devi'),(34863,'Rajpoot'),(20632,'Rajpratap'),(34864,'Rajpur'),(34865,'Rajpura'),(34866,'Rajpuri'),(34867,'Rajput'),(20633,'Rajpyari'),(20634,'Rajrani'),(20635,'Rajrekha'),(20636,'Raju'),(20637,'Raju kumar'),(20638,'Raju Ali'),(20639,'Raju Bai'),(20640,'Raju Das'),(20641,'Raju Giri'),(20642,'Raju Kumar'),(20643,'Raju Lal'),(20644,'Raju Prasad'),(20645,'Raju Ram'),(20646,'Raju Singh'),(20647,'Rajudas'),(20648,'Rajula'),(20649,'Rajuliya Bai'),(20650,'Rajusingh'),(20651,'rajutiya bai'),(20652,'Rajuva'),(34868,'Rajvade'),(20653,'Rajvande'),(34869,'Rajvanshi'),(20654,'Rajvantin'),(20655,'Rajvantin Bai'),(20656,'Rajvati'),(20657,'Rajveer'),(20658,'Rajvi'),(20659,'rajvindar'),(20660,'Rajvir'),(34870,'Rajwad'),(34871,'Rajwade'),(20661,'Rajwantin'),(34872,'Rajwar'),(20662,'Rajwati'),(20663,'Rajya'),(20664,'Rajyalaxmi'),(20665,'Rakaiya'),(20666,'Rakbar'),(20667,'Rakesh'),(20668,'Rakesh Kumar'),(20669,'Rakesh Prasad'),(20670,'Rakesh Singh'),(20671,'Rakesha'),(20672,'Rakeshvari'),(20673,'Rakeshwar'),(20674,'Rakeshwari'),(34873,'Rakha'),(34874,'Rakhan'),(20675,'Rakhi'),(20676,'Rakhi Bai'),(20677,'Rakhi Kumari'),(20678,'Rakhi Ram'),(20679,'Rakhiram'),(20680,'Rakhu'),(20681,'Rakhvantin'),(20682,'Raklamal'),(20683,'Raksha'),(20684,'Raliya Bee'),(20685,'Ram'),(20686,'Ram bai'),(20687,'Ram Bai'),(20688,'Ram Kumar'),(20689,'Ram singh'),(20690,'Ram Amul'),(20691,'Ram Anuj'),(20692,'Ram Apl'),(20693,'Ram Ashram'),(20694,'Ram Babu'),(20695,'Ram Bachan'),(20696,'Ram Badan'),(20697,'Ram Bagas'),(20698,'Ram Bahadur'),(20699,'Ram Bahoran'),(20700,'Ram bahorik'),(20701,'Ram Bai'),(20702,'Ram Bali'),(20703,'Ram Bati'),(20704,'Ram Bhagat'),(20705,'Ram Bhajan'),(20706,'Ram Bharo'),(20707,'Ram Bharos'),(20708,'Ram Bharosa'),(20709,'Ram Bharose'),(20710,'Ram Bharosh'),(20711,'Ram Bhau'),(20712,'Ram Bhorik'),(20713,'Ram Bhuvan'),(20714,'Ram Bhuwan'),(20715,'Ram Bia'),(20716,'Ram Bihar'),(20717,'Ram Bihari'),(20718,'Ram Bilas'),(20719,'Ram Cahran'),(20720,'Ram Chand'),(20721,'Ram chandar'),(20722,'Ram Chandra'),(20723,'Ram Charan'),(20724,'Ram Charit'),(20725,'Ram Das'),(20726,'Ram Dayal'),(20727,'Ram Dev'),(20728,'Ram Dhanush'),(20729,'Ram Dhun'),(20730,'Ram Dil'),(20731,'Ram Din'),(20732,'Ram Dular'),(20733,'Ram Dulare'),(20734,'Ram Dulari'),(20735,'Ram Ganesh'),(20736,'Ram Garib'),(20737,'Ram Gopal'),(20738,'Ram Gulab'),(20739,'Ram Gulal'),(20740,'Ram Gulam'),(20741,'Ram Gyan'),(20742,'Ram Haran'),(20743,'Ram Hare'),(20744,'Ram Jahorik'),(20745,'Ram Janak'),(20746,'Ram Jeewan'),(20747,'Ram Jhool'),(20748,'Ram Jhorik'),(20749,'Ram Jhul'),(20750,'Ram Jhulan'),(20751,'Ram Ji'),(20752,'Ram Jivan'),(20753,'Ram jiyavan'),(20754,'Ram Kailash'),(20755,'Ram Kalesh'),(20756,'Ram Kali'),(20757,'Ram Kamlesh'),(20758,'Ram Kamod'),(20759,'Ram Kanhai'),(20760,'Ram Kanhaiya'),(20761,'Ram Karan'),(20762,'Ram Khelavan'),(20763,'Ram Khelawan'),(20764,'Ram khilavan'),(20765,'Ram Khilawan'),(20766,'Ram Kishan'),(20767,'Ram Kishor'),(20768,'Ram Kishun'),(20769,'Ram Kripal'),(20770,'Ram Krishan'),(20771,'Ram Krishana'),(20772,'Ram Krishna'),(20773,'Ram Kuamr'),(20774,'Ram Kuma'),(20775,'Ram Kumair'),(20776,'Ram Kumar'),(20777,'Ram kumari'),(20778,'Ram Kumari Bai'),(20779,'Ram Kunvar'),(20780,'Ram Kunwar'),(20781,'Ram Kushal'),(20782,'Ram Kuvar'),(20783,'Ram Kuwar'),(20784,'Ram Lakhan'),(20785,'Ram Lal'),(20786,'Ram Lala'),(20787,'Ram Lalan'),(20788,'Ram lalli'),(20789,'Ram lochan'),(20790,'Ram Manohar'),(20791,'Ram Manoj'),(20792,'Ram Maohar'),(20793,'Ram Mati'),(20794,'Ram Milan'),(20795,'Ram Nadan'),(34875,'Ram Nani'),(20796,'Ram Narayan'),(20797,'Ram Naresh'),(20798,'Ram Nath'),(20799,'Ram Nihor'),(20800,'Ram Nihora'),(20801,'Ram Niranjan'),(20802,'Ram Nivas'),(20803,'Ram Nivash'),(20804,'Ram Niwas'),(20805,'Ram paal'),(20806,'Ram Pal'),(20807,'Ram Parased'),(20808,'Ram Pati'),(20809,'Ram Payari'),(20810,'Ram Phal'),(20811,'Ram phali'),(20812,'Ram Phool'),(20813,'Ram Piyare'),(20814,'Ram Piyari'),(20815,'Ram Pradhan'),(20816,'Ram Prakash'),(20817,'Ram Prakesh'),(20818,'Ram Pramod'),(20819,'Ram Prasad'),(20820,'Ram Prasda'),(20821,'Ram Prased'),(20822,'Ram Pratap'),(20823,'Ram Pravesh'),(20824,'Ram Pyare'),(20825,'Ram Pyari'),(20826,'Ram Raj'),(20827,'Ram Raju'),(20828,'Ram Rakshit'),(20829,'Ram Ratan'),(20830,'Ram Rati'),(20831,'Ram rati bai'),(20832,'Ram Sahay'),(20833,'Ram Sahodar'),(20834,'Ram Sajeewan'),(20835,'Ram Sajivan'),(20836,'Ram Sajiwan'),(20837,'Ram Sakhi'),(20838,'Ram Sanehi'),(20839,'Ram Sarovar'),(20840,'Ram Sawaroop'),(20841,'Ram Say'),(20842,'Ram Sevak'),(20843,'Ram Sewak'),(20844,'Ram Shankar'),(20845,'Ram Shanker'),(20846,'Ram sharan'),(20847,'Ram Shay'),(20848,'Ram Shenh'),(20849,'Ram Shenhi'),(20850,'Ram Shila'),(20851,'Ram Shiv Jeewan'),(20852,'Ram Shnehi'),(20853,'Ram Shraran'),(20854,'Ram Signh'),(20855,'Ram Sih'),(20856,'Ram Singh'),(20857,'Ram Siya'),(20858,'Ram Snahi'),(20859,'Ram Snehi'),(20860,'Ram Sudarshan'),(20861,'Ram Sudhar'),(20862,'Ram Suhavan'),(20863,'Ram Sujan'),(20864,'Ram Sumer'),(20865,'Ram Sundar'),(20866,'Ram Suraj'),(20867,'Ram Suresh'),(20868,'Ram svaroop'),(20869,'Ram Swaroop'),(20870,'Ram Swroop'),(20871,'Ram Vatan'),(20872,'Ram Vati'),(20873,'Ram Vijay'),(20874,'Ram Vilas'),(20875,'Ram Vilash'),(20876,'Ram vilesh'),(20877,'Ram vinod'),(20878,'Ram Vishal'),(20879,'Ram Vishanu'),(20880,'Ram Vishram'),(20881,'Rama'),(20882,'Rama Bai'),(20883,'Rama Das'),(20884,'Rama Devi'),(20885,'Rama Kumar'),(20886,'Rama Kumari'),(20887,'Rama Prasad'),(20888,'Rama Shankar'),(20889,'Rama Shanker'),(20890,'Rama Singh'),(20891,'Ramaashray'),(20892,'Ramaavtar'),(20893,'Ramabai'),(20894,'Ramachand'),(20895,'Ramadahr'),(20896,'Ramadevi'),(20897,'Ramadhan'),(20898,'Ramadhar'),(20899,'Ramadhar singh'),(20900,'Ramadhin'),(20901,'Ramai'),(20902,'Ramai Singh'),(20903,'Ramaiya'),(20904,'Ramaiya Bai'),(20905,'Ramaiya Lal'),(20906,'Ramaiya Bai'),(20907,'Ramaiyya bai'),(20908,'Ramakanat'),(20909,'Ramakant'),(20910,'Ramakanti'),(20911,'Ramakshabar'),(20912,'Ramakumari'),(20913,'Ramala'),(20914,'Ramala Bai'),(20915,'Ramali'),(20916,'Ramali Bai'),(20917,'Raman'),(20918,'Raman Bai'),(20919,'Raman Kumar .'),(20920,'Raman lal'),(20921,'Raman Singh'),(20922,'Ramananad'),(20923,'Ramanand'),(20924,'Ramani Bai'),(20925,'Ramanu Singh'),(20926,'Ramanuaj'),(20927,'Ramanuj'),(20928,'Ramaotin'),(20929,'ramaotin bai'),(20930,'Ramarav'),(20931,'ramasankar'),(20932,'Ramashankar'),(20933,'Ramashray'),(20934,'Ramashre'),(20935,'Ramasingh'),(20936,'Ramat Bai'),(20937,'Ramatan'),(20938,'Ramatiya Bai'),(20939,'Ramau Ram'),(20940,'Ramauta'),(20941,'Ramauta Bai'),(20942,'Ramautin'),(20943,'Ramautin Bai'),(20944,'Ramautina bai'),(20945,'Ramautiy Bai'),(20946,'Ramautiya Bai'),(20947,'Ramavan'),(20948,'Ramavatar'),(20949,'Ramavatara'),(20950,'Ramavati'),(20951,'Ramavtar'),(20952,'Ramawatar'),(20953,'Ramawtar'),(20954,'Ramayan'),(20955,'Ramayan Singh'),(20956,'Ramayan Bai'),(20957,'Ramayan Das'),(20958,'Ramayan Giri'),(20959,'Ramayan Kumar'),(20960,'Ramayan Kunwar'),(20961,'Ramayan Kuwar'),(20962,'Ramayan Lal'),(20963,'Ramayan Prasad'),(20964,'Ramayan Singh'),(20965,'Ramayankunwar'),(20966,'Ramayna'),(20967,'Rambabati'),(20968,'Rambadan'),(20969,'Rambagas'),(20970,'Rambahadur'),(20971,'Rambahor'),(20972,'Rambahoran'),(20973,'Rambahorik'),(20974,'Rambahudar'),(20975,'Rambai'),(20976,'Rambali'),(20977,'Ramban'),(20978,'Rambanvas'),(20979,'Rambaran'),(20980,'Rambarti'),(20981,'Rambasiya Bai'),(20982,'Rambati'),(20983,'Rambati Bai'),(20984,'Rambatiya Bai'),(20985,'Rambatta'),(20986,'Rambattu Bai'),(20987,'Rambeer'),(20988,'Rambha'),(20989,'Rambha Bai'),(20990,'Rambhadra'),(20991,'Rambhadur'),(20992,'Rambhagat'),(20993,'Rambhagole'),(20994,'Rambhaiya'),(20995,'Rambhajan'),(20996,'Rambhala'),(20997,'Rambhala bai'),(20998,'Rambharos'),(20999,'Rambharosa'),(21000,'Rambharose'),(21001,'Rambharosh'),(21002,'Rambhau'),(21003,'Rambhawan'),(21004,'Rambhoj'),(21005,'Rambhor'),(21006,'Rambhrosh'),(21007,'Rambhu'),(21008,'Rambhu Singh'),(21009,'Rambhushan'),(21010,'Rambhuvan'),(21011,'Rambihari'),(21012,'Rambilas'),(21013,'Rambisun'),(21014,'Rambodh'),(21015,'Rambrij'),(21016,'Rambti'),(21017,'Ramcgarn'),(21018,'Ramchan'),(21019,'Ramchand'),(21020,'Ramchandra'),(21021,'Ramcharan'),(21022,'Ramcharan Singh'),(21023,'Ramcharit'),(21024,'Ramcharn'),(21025,'Ramchndr'),(21026,'Ramchran'),(21027,'ramdali'),(21028,'Ramdaman'),(21029,'Ramdas'),(21030,'Ramdashiya Bai'),(21031,'Ramdasiya'),(21032,'Ramdasiya Bai'),(21033,'Ramdatta'),(21034,'Ramdau'),(21035,'Ramdawan singh'),(21036,'Ramdayal'),(21037,'Ramdayal Singh'),(21038,'Ramdeen'),(21039,'Ramdeo'),(21040,'Ramdev'),(21041,'Ramdhan'),(21042,'Ramdhani'),(21043,'Ramdhani singh'),(21044,'Ramdhaniya'),(21045,'Ramdhar'),(21046,'Ramdhari Singh'),(21047,'Ramdhin'),(21048,'Ramdhir Singh'),(21049,'Ramdhiraj'),(21050,'Ramdhun'),(34876,'Ramdhuri'),(21051,'Ramdil'),(21052,'Ramdin'),(21053,'Ramdin Bai'),(21054,'Ramdin Singh'),(21055,'Ramdiyal'),(21056,'Ramdo'),(21057,'Ramdular'),(21058,'Ramdulare'),(21059,'Ramdulari'),(21060,'Ramdyal'),(21061,'Rame'),(21062,'Rame Chandra'),(21063,'Rame Lal'),(21064,'Ramedra'),(21065,'Rameen'),(21066,'Rameen Bai'),(21067,'Rameena'),(21068,'Rameh'),(21069,'Ramehi Bai'),(21070,'Ramehswar'),(21071,'Ramehswari'),(21072,'Ramehswari Bai'),(21073,'Ramei'),(21074,'Rameli'),(21075,'Rameli Bai'),(21076,'Rameli Devi'),(21077,'Ramendra'),(21078,'Ramendra Kumar'),(21079,'Ramesari'),(21080,'Ramesh'),(21081,'Ramesh Bai'),(21082,'Ramesh Chand'),(21083,'Ramesh Das'),(21084,'Ramesh gir'),(21085,'Ramesh kuamar'),(21086,'Ramesh Kuamr'),(21087,'Ramesh Kumar'),(21088,'Ramesh Kuwar'),(21089,'Ramesh Lal'),(21090,'Ramesh Prakash'),(21091,'Ramesh Prasad'),(21092,'Ramesh Rin'),(21093,'Ramesh Sagar'),(21094,'Ramesh Sigh'),(21095,'Ramesh Singh'),(21096,'Ramesha bai'),(21097,'Rameshaari'),(21098,'Rameshar'),(21099,'Rameshar Prasad'),(21100,'Rameshara'),(21101,'Rameshari'),(21102,'Rameshari Bai'),(21103,'Ramesharin'),(21104,'Rameshawar'),(21105,'Rameshden'),(21106,'Rameshdhar'),(21107,'Rameshgiri'),(21108,'Rameshin Bai'),(21109,'Rameshiya'),(21110,'Rameshiya Bai'),(21111,'Rameshkuwar'),(21112,'Rameshri'),(21113,'Rameshrin'),(21114,'Rameshrin Bai'),(21115,'Rameshru'),(21116,'Rameshvar'),(21117,'Rameshvar Das'),(21118,'Rameshvar Prasad'),(21119,'Rameshvari'),(21120,'Rameshvari Bai'),(21121,'Rameshwar'),(21122,'rameshwar das'),(21123,'Rameshwar kumar'),(21124,'Rameshwar Prasad'),(21125,'Rameshwar Sahu'),(21126,'Rameshwar Singh'),(21127,'Rameshwari'),(21128,'Rameshwari Bai'),(21129,'Rameshwari devi'),(21130,'Rameshwari Kumari'),(21131,'Rameshwarni'),(21132,'Ramesiya'),(21133,'Ramesiya Bai'),(21134,'Ramesri Bai'),(21135,'Ramesrin Bai'),(21136,'Ramesun'),(21137,'Ramesvar'),(21138,'Rameswar'),(21139,'Rameswari'),(21140,'Ramfal'),(21141,'Ramful'),(21142,'Ramfuliya'),(21143,'Ramgarib'),(21144,'Ramgir'),(21145,'Ramgopal'),(21146,'Ramgovind'),(21147,'Ramgulal'),(21148,'Ramgulam'),(21149,'Ramgyan'),(21150,'Ramha'),(21151,'Ramha Bai'),(21152,'Ramhabai'),(21153,'Ramhai'),(21154,'Ramhala'),(21155,'Ramhare'),(21156,'Ramhari'),(21157,'Ramhe singh'),(21158,'Ramhi'),(21159,'Ramhin'),(21160,'Ramhin Bai'),(21161,'Ramhit'),(21162,'Ramhiya Bai'),(21163,'Ramho'),(21164,'Ramhula'),(21165,'Rami Bai'),(21166,'Ramiha'),(21167,'Ramiha Bai'),(21168,'Ramila'),(21169,'Ramila Bai'),(21170,'Ramin'),(21171,'Ramin Bai'),(21172,'Ramina'),(21173,'Ramind'),(21174,'Ramind Bai'),(21175,'Ramira Bai'),(21176,'Ramit Kumar'),(21177,'Ramita'),(21178,'Ramita Bai'),(21179,'Ramiya'),(21180,'Ramiya Bai'),(21181,'Ramiya Kumari'),(21182,'Ramjaan'),(21183,'Ramjagat'),(21184,'Ramjan'),(21185,'Ramjan Ali'),(21186,'Ramjan Bai'),(21187,'Ramjan Bee'),(21188,'Ramjaniya'),(21189,'Ramjaniya Bai'),(21190,'Ramjas'),(21191,'Ramjee'),(21192,'Ramjeevan'),(21193,'Ramjharokha'),(21194,'Ramjhool'),(21195,'Ramjhul'),(21196,'Ramjhuool'),(21197,'Ramji'),(21198,'Ramji Bek'),(21199,'Ramjivan'),(21200,'Ramjiyavan'),(21201,'Ramka'),(21202,'Ramkalesh'),(21203,'Ramkali'),(21204,'Ramkali bai'),(21205,'Ramkali Bai'),(21206,'Ramkalil'),(21207,'Ramkalli'),(21208,'Ramkamal'),(21209,'Ramkanhai'),(21210,'Ramkant'),(21211,'Ramkara'),(21212,'Ramkaran'),(21213,'Ramkeliya'),(21214,'Ramkesh'),(21215,'Ramkeshwar'),(21216,'ramkhelan'),(21217,'Ramkhelavan'),(21218,'Ramkhelawan'),(21219,'Ramkhilavan'),(21220,'Ramkhilawan'),(21221,'Ramkhilwan'),(21222,'Ramki'),(21223,'Ramkinar'),(21224,'Ramkinkar'),(21225,'Ramkiratan'),(21226,'Ramkishan'),(21227,'Ramkishor'),(21228,'Ramkishun'),(21229,'Ramkisor'),(21230,'Ramkisun'),(21231,'Ramkli'),(21232,'Ramkripal'),(21233,'Ramkrishan'),(21234,'ramkrishana'),(21235,'Ramkrishn'),(21236,'Ramkrishna'),(21237,'Ramkuamr'),(21238,'Ramkuber'),(21239,'Ramkumair'),(21240,'Ramkumar'),(21241,'Ramkumar Singh'),(21242,'Ramkumari'),(21243,'Ramkumari Bai'),(21244,'Ramkunvar'),(21245,'Ramkunver'),(21246,'Ramkunwar'),(21247,'Ramkunwar Bai'),(21248,'Ramkusha Bai'),(21249,'Ramkushal'),(21250,'Ramkuvar'),(21251,'Ramkuvar Bai'),(21252,'Ramkuver'),(21253,'Ramkuwar'),(21254,'Ramkuwar Bai'),(21255,'Ramla'),(21256,'Ramla Bai'),(21257,'Ramla Devi'),(21258,'Ramlakhan'),(21259,'Ramlal'),(21260,'Ramlali'),(21261,'ramlali bai'),(21262,'Ramlali singh'),(21263,'Ramlalit'),(21264,'Ramlalli'),(21265,'Ramlalli Bai'),(21266,'Ramlesh Kumari'),(21267,'Ramli'),(21268,'Ramli Bai'),(21269,'ramlilaj'),(21270,'Ramlochan'),(21271,'Ramma Lal'),(21272,'Rammaiya lal'),(21273,'Rammal Singh'),(21274,'Rammani'),(21275,'Rammani Singh'),(21276,'Rammanohar'),(21277,'Rammanoj'),(21278,'Rammat'),(21279,'Rammat Bai'),(21280,'Rammati'),(21281,'Rammati Bai'),(21282,'Rammatiya Bai'),(21283,'Rammi bai'),(21284,'Rammi Devi'),(21285,'Rammiha bai'),(21286,'Rammilan'),(21287,'Rammni'),(21288,'Rammnohar'),(21289,'Rammohan'),(21290,'Rammu'),(21291,'Rammu Das'),(21292,'Rammu Lal'),(21293,'Rammu Shigh'),(21294,'rammu singh'),(21295,'Rammunni Bai'),(21296,'Rammurti'),(34877,'Ramn'),(21297,'Ramnaht'),(34878,'Ramnami'),(21298,'Ramnand'),(21299,'Ramnandan'),(21300,'Ramnandani'),(21301,'Ramnani'),(21302,'Ramnarayan'),(21303,'Ramnaresh'),(21304,'Ramnat Singh'),(21305,'Ramnath'),(21306,'Ramnath Singh'),(21307,'Ramni Bai'),(21308,'Ramnihor'),(21309,'Ramnihora'),(21310,'Ramnilan'),(21311,'Ramniranjan'),(21312,'Ramnivas'),(21313,'Ramnu Singh'),(21314,'Ramodin'),(21315,'Ramota Bai'),(21316,'Ramotari'),(21317,'Ramotin'),(21318,'Ramotin Bai'),(21319,'Ramotinbai'),(21320,'Ramotiya'),(21321,'Ramoutin'),(21322,'Ramoutin Bai'),(21323,'Rampadarth'),(21324,'Rampal'),(21325,'Rampat'),(21326,'Rampati'),(21327,'Rampati Bai'),(21328,'Rampatiya'),(21329,'Rampatiya Bai'),(21330,'rampattu bai'),(21331,'Rampayari'),(21332,'Ramphal'),(21333,'Ramphali'),(21334,'Ramphalli'),(21335,'Ramphool'),(21336,'Ramphool Bai'),(21337,'Ramphul'),(21338,'Ramphul bai'),(21339,'Rampiayre'),(21340,'Rampiyar'),(21341,'Rampiyare'),(21342,'Rampiyari'),(21343,'Rampiyari Bai'),(21344,'Ramprabhu'),(21345,'Rampradhan'),(21346,'Ramprakash'),(21347,'Rampramod'),(21348,'Ramprasad'),(21349,'ramprasad prasad'),(21350,'ramprasann'),(21351,'Rampratap'),(21352,'Rampratap singh'),(21353,'Rampravesh'),(21354,'Ramprem'),(21355,'Ramprit'),(21356,'Rampul'),(21357,'Rampuri'),(21358,'Rampushpendra'),(21359,'Rampyarai'),(21360,'Rampyare'),(21361,'Rampyari'),(21362,'Rampyari Bai'),(21363,'Ramrahis'),(21364,'Ramraj'),(21365,'Ramrakhan'),(21366,'Ramrasiya'),(21367,'Ramratan'),(21368,'ramratan singh'),(21369,'Ramrathan'),(21370,'Ramrati'),(21371,'Ramrati Bai'),(21372,'Ramratin'),(21373,'Ramratiya'),(21374,'Ramrika'),(21375,'Ramroop'),(21376,'Ramroshan'),(21377,'Ramrsh'),(21378,'Ramrupa'),(21379,'Ramsagar'),(21380,'Ramsahay'),(21381,'Ramsahis'),(21382,'Ramsajivan'),(21383,'Ramsajiwan'),(21384,'Ramsakha'),(21385,'Ramsakhi'),(21386,'Ramsakhi Bai'),(21387,'Ramsakhiya Bai'),(21388,'Ramsakun'),(21389,'Ramsalone'),(21390,'Ramsanehi'),(21391,'Ramsaran'),(21392,'Ramsarojni Bai'),(21393,'Ramsarovar'),(21394,'Ramsata'),(21395,'Ramsati'),(21396,'Ramsatta'),(21397,'Ramsauk'),(21398,'Ramsavroop'),(21399,'Ramsay'),(21400,'Ramseela'),(21401,'Ramsevak'),(21402,'Ramsewak'),(21403,'Ramshani'),(21404,'Ramshankar'),(21405,'Ramshanker'),(21406,'Ramsharan'),(21407,'ramshi'),(21408,'Ramshil'),(21409,'Ramshila'),(21410,'Ramshila Bai'),(21411,'Ramshilla'),(21412,'ramshilli'),(21413,'Ramshillla'),(21414,'Ramshilya'),(21415,'Ramshilya Bai'),(21416,'Ramshing'),(21417,'Ramshingh'),(21418,'Ramshiromani'),(21419,'Ramshobhit'),(21420,'Ramshran'),(21421,'Ramshushil'),(21422,'Ramshwar'),(21423,'Ramshwarup'),(21424,'Ramsi Bai'),(21425,'Ramsil'),(21426,'Ramsila'),(21427,'Ramsila Bai'),(21428,'Ramsila Bai'),(21429,'Ramsilla'),(21430,'Ramsingh'),(21431,'Ramsir Bai'),(21432,'Ramsiya'),(21433,'Ramsnehi'),(21434,'Ramsoharat'),(21435,'Ramsroop'),(21436,'Ramsubhash'),(21437,'Ramsudarshan'),(21438,'Ramsuhavan'),(21439,'Ramsuhawan'),(21440,'Ramsujan'),(21441,'Ramsukh'),(21442,'Ramsuliya Bai'),(21443,'Ramsuman'),(21444,'Ramsumiran'),(21445,'Ramsundar'),(21446,'Ramsuphal'),(21447,'Ramsuphool'),(21448,'Ramsurat'),(21449,'Ramsushil'),(21450,'Ramsvaroop'),(21451,'Ramsvrup'),(21452,'Ramswaoop'),(21453,'Ramswarat'),(21454,'Ramswarath'),(21455,'Ramswaroop'),(21456,'Ramswarth'),(21457,'Ramswarup'),(21458,'Ramswayamber'),(21459,'Ramswoop'),(21460,'Ramswroop'),(21461,'Ramta Bai'),(21462,'Ramtahal'),(21463,'Ramtala'),(21464,'Ramtala Bai'),(21465,'Ramtaliya'),(21466,'Ramtapasya'),(21467,'Ramtati'),(34879,'Ramteke'),(21468,'Ramti'),(21469,'Ramti Bai'),(21470,'Ramtila Bai'),(21471,'Ramtilla'),(21472,'Ramtin bai'),(21473,'Ramtiya'),(21474,'Ramtiya Bai'),(21475,'Ramtu Bai'),(21476,'Ramtula'),(21477,'Ramtula Bai'),(21478,'Ramu'),(21479,'Ramu Das'),(21480,'Ramu Lal'),(21481,'Ramu Ram'),(21482,'Ramu Singh'),(21483,'Ramuaa'),(21484,'Ramudas'),(21485,'Ramujagar'),(21486,'Ramula'),(21487,'Ramula Bai'),(21488,'Ramulal'),(21489,'Ramuliya Bai'),(21490,'Ramumari'),(21491,'Ramun'),(21492,'Ramvatar'),(21493,'Ramvati'),(21494,'Ramvati Bai'),(21495,'Ramvihar'),(21496,'Ramvikas'),(21497,'Ramvilas'),(21498,'Ramvilash'),(21499,'Ramvishal'),(21500,'Ramvishnu'),(21501,'Ramvishvas'),(21502,'Ramvtar'),(21503,'Ramwati'),(21504,'Ramyan'),(21505,'ramyan prasad'),(21506,'Ramyash'),(21507,'Ran'),(21508,'Ran Bharosh'),(21509,'Ran Singh'),(21510,'Ran Vijay'),(34880,'Rana'),(21511,'Ranajit'),(21512,'Ranbeer'),(21513,'Ranbha Bai'),(21514,'Randayal'),(21515,'Randhir'),(21516,'Randhir Kumar'),(21517,'Randhun'),(34881,'Randiya'),(21518,'Rang'),(21519,'Rang Bajiya'),(21520,'Rang Lal'),(21521,'Rang Say'),(21522,'rang singh'),(21523,'Rangbas Bai'),(21524,'Rangbati'),(21525,'Rangeela'),(21526,'Rangeena'),(21527,'Rangeet Kumar'),(21528,'Rangeeta'),(21529,'Rangi Lal'),(21530,'Rangita'),(21531,'Rangiya bai'),(21532,'Ranglal'),(21533,'Rangnath'),(21534,'Rangsay'),(21535,'Rangsu Ram'),(21536,'Rangu'),(21537,'Rangu Bai'),(21538,'Rangu Lal'),(21539,'Rangu Singh'),(21540,'Ranguram'),(21541,'Ranguva'),(21542,'Ranguwa'),(21543,'ranhu bai'),(21544,'Rani'),(21545,'Rani Bai'),(21546,'Rani Begam'),(21547,'Rani Devi'),(21548,'Rani Laxami'),(21549,'Rani Manhar'),(21550,'Rani Manjulata'),(21551,'Rania bai'),(21552,'Ranibai'),(21553,'ranichand'),(34882,'Ranidas'),(21554,'Ranidevi'),(21555,'Raniya'),(21556,'Raniya Bai'),(21557,'Ranja'),(34883,'Ranjak'),(21558,'Ranjan'),(21559,'Ranjan Kumari'),(21560,'Ranjan Singh'),(21561,'Ranjana'),(21562,'Ranjanabati'),(21563,'Ranjani'),(21564,'Ranjat'),(21565,'Ranjay'),(21566,'Ranjay Kumar'),(21567,'Ranjeet'),(21568,'Ranjeet Kumar'),(21569,'Ranjeet Singh'),(21570,'Ranjeeta'),(21571,'Ranjeeta Bai'),(21572,'Ranjit'),(21573,'Ranjit kumar'),(21574,'Ranjit Kumar'),(21575,'Ranjit Lal'),(21576,'Ranjit Singh'),(21577,'Ranjita'),(21578,'Ranjita kumari'),(21579,'Ranjita Bai'),(21580,'Ranjkuwar'),(21581,'Ranjna'),(21582,'Ranjnish'),(21583,'Ranju'),(21584,'Ranju bai'),(21585,'Rankunwar'),(21586,'Ranmat'),(21587,'Ranmat Bai'),(21588,'Ranmat Singh'),(21589,'Ranmet bai'),(21590,'Ranno'),(21591,'Ranno Bai'),(21592,'Rannu'),(21593,'Rannu Bai'),(21594,'Rano bai'),(21595,'Ransay'),(34884,'Ranthaur'),(34885,'Ranthur'),(21596,'Ranti Bai'),(21597,'Ranu'),(21598,'Ranu Bai'),(21599,'Ranu singh'),(34886,'Ranutel'),(21600,'Ranveer'),(21601,'Ranveer Singh'),(21602,'Ranvir singh'),(34887,'Rao'),(34888,'Raolami'),(34889,'Raotel'),(34890,'Raoutel'),(21603,'Raphel'),(21604,'Raphi'),(21605,'Raphik'),(21606,'Raphik Mohamamad'),(21607,'Raphina'),(21608,'raphiya parvin'),(21609,'Rariha Bai'),(21610,'Rarmeshwer'),(21611,'Rarthu Ram'),(21612,'Raruha'),(21613,'Ras Pal'),(21614,'Rasali Bai'),(21615,'Rasalu'),(21616,'Rash'),(21617,'Rasham'),(21618,'Rashami'),(21619,'Rashan'),(21620,'Rashe'),(21621,'Rashi'),(21622,'Rashi Ram'),(21623,'Rashid'),(21624,'Rashida'),(21625,'Rashim'),(21626,'Rashmi'),(21627,'Rashmi Bai'),(21628,'rashmita'),(21629,'Rashtradhwaj'),(21630,'Rasi'),(21631,'Rasid'),(21632,'Rasid Bai'),(21633,'Rasid Mo.'),(21634,'Rasida'),(21635,'Rasida Begam'),(21636,'Rasidan Bee'),(21637,'Rasila'),(21638,'Rasiliya Bai'),(21639,'Rasim Bai'),(21640,'Rasis'),(21641,'Rasiya'),(21642,'Rasiya Bai'),(21643,'Rasli Bai'),(21644,'Rasmi'),(21645,'Rasmi Bai'),(21646,'Rasna'),(21647,'Raspal'),(21648,'Rasul'),(21649,'Rasula'),(21650,'Rat'),(21651,'Rat Kuwar'),(21652,'Rata'),(21653,'Rata Bai'),(34891,'Ratahuar'),(34892,'Ratahur'),(21654,'Ratan'),(21655,'Ratan Lal'),(21656,'Ratan Bai'),(21657,'Ratan Bharti'),(21658,'Ratan Das'),(21659,'Ratan Dev'),(21660,'Ratan Devi'),(21661,'Ratan Kali'),(21662,'Ratan Kor'),(21663,'Ratan Kumar'),(21664,'Ratan Kumari'),(21665,'ratan kunvar'),(21666,'Ratan kunwar'),(21667,'Ratan Kuwar'),(21668,'Ratan Lal'),(21669,'Ratan pyari'),(21670,'Ratan Singh'),(21671,'Ratana'),(21672,'Ratanchand'),(21673,'Ratani'),(21674,'Ratani Bai'),(21675,'Ratankala'),(21676,'Ratankumari'),(21677,'Ratanmani'),(21678,'Ratanmati'),(21679,'Ratanpurhin'),(21680,'Ratanvati'),(34893,'rataul'),(34894,'Rataur'),(34895,'Ratel'),(21681,'Rath'),(21682,'Rath Bai'),(21683,'Rath Bai'),(21684,'Rath Kuwar'),(21685,'Rath Lal'),(21686,'Rath Ram'),(34896,'Rathaor'),(34897,'Rathaora'),(34898,'Rathar'),(34899,'Rathau'),(34900,'Rathaur'),(34901,'Rathaur.'),(34902,'Rathdas'),(21687,'Ratheshvari'),(34903,'Rathi'),(21688,'Rathiya'),(21689,'Rathmati'),(34904,'Ratho'),(34905,'Rathod'),(34906,'Rathor'),(34907,'Rathore'),(34908,'Rathour'),(21690,'Rathu'),(34909,'Rathuar'),(34910,'Rathuor'),(34911,'Rathur'),(21691,'Rati'),(21692,'Rati Bai'),(21693,'Rati Das'),(21694,'Rati Kumar'),(21695,'Rati Lal'),(21696,'Rati Ram'),(21697,'Ratiala Bai'),(21698,'Ratin bai'),(21699,'Ratini'),(21700,'Ratiram'),(21701,'Ratiya'),(21702,'Ratiya Bai'),(21703,'Ratiyavan'),(21704,'Ratiyavan Bai'),(21705,'ratiyo'),(34912,'Ratjore'),(21706,'ratkhanti'),(21707,'Ratna'),(21708,'Ratna kumari'),(21709,'Ratna Bai'),(21710,'Ratna Devi'),(21711,'Ratnakali'),(34913,'Ratnakar'),(34914,'Ratnam'),(34915,'Ratne'),(21712,'Ratnesh'),(21713,'Ratni'),(21714,'Ratni Bai'),(21715,'Ratni Baii'),(21716,'Ratno bai'),(21717,'Ratnu'),(21718,'Ratnu Singh'),(34916,'Ratour'),(21719,'Ratrani Bai'),(34917,'Ratre'),(21720,'Ratri Bai'),(21721,'Ratrika'),(21722,'Rattu'),(21723,'Rattu Bai'),(21724,'Rattu Singh'),(21725,'Ratu Lal'),(21726,'Ratula'),(21727,'Ratula Bai'),(21728,'Ratvara Bai'),(34918,'Raudas'),(34919,'Raulani'),(21729,'Raunak'),(21730,'Rauni Bai'),(34920,'Raut'),(34921,'Rautel'),(34922,'Rautiya'),(21731,'Rautla'),(34923,'Rautram'),(34924,'Rav'),(34925,'Ravanchandani'),(34926,'Ravat'),(21732,'Raveena'),(21733,'Ravel'),(21734,'Ravena'),(21735,'Ravendra'),(21736,'Ravendra Kumar'),(21737,'Ravi'),(21738,'Ravi kumar'),(21739,'Ravi Bai'),(21740,'Ravi Chand'),(21741,'Ravi Das'),(21742,'Ravi Induwa'),(21743,'Ravi Kant'),(21744,'Ravi kuamar'),(21745,'Ravi Kumar'),(21746,'Ravi Kumari'),(21747,'Ravi Lal'),(21748,'Ravi Manohar'),(21749,'Ravi Prakash'),(21750,'Ravi Prasad'),(21751,'Ravi raj'),(21752,'Ravi Shankar'),(21753,'Ravi Shanker'),(21754,'Ravi Singh'),(21755,'Ravi(b/o'),(21756,'Ravianand'),(21757,'Ravichand'),(21758,'Ravidas'),(21759,'Ravidevi'),(21760,'Raviend'),(21761,'Ravikant'),(21762,'Ravikumar'),(21763,'Ravina'),(21764,'ravina bai'),(21765,'Ravinandan'),(21766,'Ravindra'),(21767,'Ravindra Kumar'),(21768,'Ravindra Prasad'),(21769,'Ravindra Singh'),(21770,'Ravindraa'),(21771,'Ravindranath'),(21772,'Ravinna'),(21773,'Ravipal'),(21774,'Raviprakash'),(21775,'Raviraj'),(21776,'Ravishaker'),(21777,'Ravishankar'),(21778,'Ravit Kant'),(21779,'Ravit Kumar'),(21780,'Ravita'),(21781,'Ravita bai'),(34927,'Ravte'),(34928,'Ravtel'),(21782,'Ravti'),(34929,'Raw'),(21783,'Rawa'),(34930,'Rawal'),(34931,'Rawat'),(21784,'Ray'),(21785,'Ray singh'),(21786,'Ray Kumar'),(21787,'Ray Moti'),(21788,'Ray Signh'),(21789,'Ray Singh'),(21790,'Raymatiya'),(21791,'Rayo'),(21792,'Raypal'),(21793,'Razim'),(21794,'Reaam'),(21795,'Reba'),(34932,'Redas'),(34933,'reddy'),(21796,'Redha Bai'),(21797,'Reegva'),(21798,'Reekhi Das'),(21799,'Reeki'),(21800,'Reeli Bai'),(21801,'Reema'),(21802,'Reema Bai'),(21803,'Reena'),(21804,'Reena Bai'),(21805,'Reena Kumar'),(21806,'Reena Kumari'),(21807,'Reena Singh'),(21808,'Reenarani'),(21809,'Reenki'),(21810,'Reenku'),(21811,'Reenu'),(21812,'Reeru'),(21813,'Reeta'),(21814,'Reeta Bai'),(21815,'Reeta Devi'),(21816,'Reeta Singh'),(21817,'Reeti Bai'),(21818,'Reetima'),(21819,'Reetu'),(21820,'Reetu Kumari'),(21821,'Reewan'),(21822,'reeya'),(34934,'Regar'),(21823,'reghali bai'),(21824,'Registration'),(21825,'Rehan'),(21826,'Rehana'),(21827,'Rehana Begam'),(21828,'Rehana Begum'),(21829,'Rehanuddin'),(21830,'Rej'),(21831,'Reja'),(21832,'Reja Bai'),(21833,'Rejabai'),(21834,'Rejina'),(21835,'Rekchand'),(21836,'Rekh Chand'),(21837,'Rekh Lal'),(21838,'Rekh Ram'),(21839,'Rekh Singh'),(21840,'Rekha'),(21841,'Rekha Bai'),(21842,'Rekha Bai'),(21843,'Rekha Devi'),(21844,'Rekha Gudani'),(21845,'Rekha Kumari'),(21846,'Rekha Ram'),(21847,'Rekha Singh'),(21848,'Rekhabai'),(21849,'Rekharam'),(21850,'Rekhchand'),(21851,'Rekheshvar'),(21852,'Rekhram'),(21853,'Rekhu'),(34935,'Rel2'),(34936,'relvani'),(34937,'Relwani'),(21854,'Rem Bai'),(21855,'Rem Kunvar'),(21856,'Rem kunver'),(21857,'Rem Kuwar'),(21858,'Rema'),(21859,'reman singh'),(21860,'Remash'),(21861,'Remesh Prasad'),(21862,'Remkuwar'),(21863,'Remun Bai'),(21864,'Rendaka'),(21865,'Reniya Bai'),(21866,'Renja Bai'),(21867,'Renu'),(21868,'Renu Bai'),(21869,'Renu Kumar'),(21870,'Renu Nesram'),(21871,'Renuka'),(21872,'Renuka Devi'),(34938,'Rer'),(21873,'Rerr'),(21874,'Res Kumar'),(21875,'Resami'),(21876,'Resh'),(21877,'Resham'),(21878,'Resham Bai'),(21879,'Resham Das'),(21880,'Resham Lal'),(21881,'resham singh'),(21882,'Reshama'),(21883,'Reshambai'),(21884,'Reshami'),(21885,'Reshami Bai'),(21886,'Reshim'),(21887,'Reshm'),(21888,'Reshm Bai'),(21889,'Reshm Lal'),(21890,'Reshma'),(21891,'Reshma Bai'),(21892,'Reshmi'),(21893,'Reshmi Bai'),(21894,'Reshu'),(21895,'RETU'),(21896,'Reva'),(21897,'Reva Bai'),(21898,'Reva Prasad'),(21899,'Reva Ram'),(21900,'Reva Singh'),(21901,'Revagir'),(21902,'Revan'),(21903,'Revan Bai'),(21904,'Revapuri'),(21905,'Revaram'),(21906,'Revat Lal'),(21907,'Revati'),(21908,'Revati Bai'),(21909,'Revavati'),(21910,'Revti'),(21911,'Revti Bai'),(21912,'Revti Prasad'),(21913,'Revti Ram'),(21914,'Revti Raman'),(21915,'Revti Raman Singh'),(21916,'Rewa'),(21917,'Rewa Bai'),(21918,'Rewa Das'),(21919,'Rewa Lal'),(21920,'Rewa Ram'),(34939,'Rewant'),(21921,'Rewati'),(21922,'Rewati Bai'),(21923,'Rewati Raman'),(21924,'Rewatibai'),(21925,'Rewti'),(21926,'Rewti bai'),(21927,'Rewti Bai'),(21928,'Richa'),(21929,'richard'),(34940,'Ridas'),(21930,'Riddhi Giri'),(21931,'Riddhu'),(21932,'Ridhi Ram'),(21933,'Ridhu Ram'),(21934,'Rietu'),(21935,'Righu Ram'),(21936,'Rigun Bai'),(21937,'Rihan'),(21938,'Rihana'),(34941,'Rihidas'),(34942,'Rijabi'),(21939,'Rijbana'),(21940,'Rijesh'),(21941,'Rijho Bai'),(21942,'Rijjho'),(21943,'Rijju'),(21944,'Rijvan'),(21945,'Rijvana begam'),(21946,'Rijwan'),(21947,'Rijwana'),(21948,'Rijwana begam'),(21949,'Rik Chand'),(21950,'Rika Bai'),(21951,'Rikash Kumar'),(21952,'Rikesh'),(21953,'Rikesh Kumar'),(21954,'Rikham'),(21955,'Rikhchand'),(21956,'Rikhi'),(21957,'Rikhi Ram'),(21958,'Rikhin'),(21959,'Rikhin Bai'),(21960,'Rikhiram'),(21961,'Rikhiya'),(21962,'Rikhmani'),(21963,'Rikita'),(34943,'Rikki'),(21964,'Rilis'),(21965,'Rima'),(21966,'Rimi'),(21967,'Rimjhim'),(21968,'Rimjhim Kumari'),(21969,'Rimmi'),(21970,'Rimni'),(21971,'Rimso Bai'),(21972,'Rimun Bai'),(21973,'Rin Kuwar'),(21974,'Rin Singh'),(21975,'Rina'),(21976,'Rina Kumari'),(21977,'Rina Singh'),(21978,'Rinche'),(21979,'Ringa'),(21980,'Rinita'),(21981,'Rinki'),(21982,'Rinki Bai'),(21983,'rinki rajak'),(21984,'Rinku'),(21985,'Rinku Bai'),(21986,'Rinku Kumar'),(21987,'Rinky'),(21988,'Rinky Kumari'),(21989,'Rinshi'),(21990,'Rinti Bai'),(21991,'Rinu'),(21992,'Riphil Bai'),(21993,'Ripu Singh'),(21994,'Ris Pal'),(21995,'Risal'),(21996,'Risala bai'),(21997,'Risavan Singh'),(21998,'Rishaba'),(21999,'Rishabh'),(22000,'Rishabh Kumar'),(22001,'Rishabha'),(22002,'Rishi'),(22003,'Rishi Bai'),(22004,'Rishi Kumar'),(22005,'rishi kumari'),(22006,'Rishi Lal'),(22007,'Rishi Prasad'),(22008,'Rishi Raj'),(22009,'Rishi raj singh'),(22010,'Rishi Ram'),(22011,'Rishika'),(22012,'Rishikant'),(22013,'Rishikesh'),(22014,'Rishim Kumar'),(22015,'Rishimuni'),(22016,'Rishiraj'),(22017,'Rishita'),(22018,'rishkesh'),(22019,'Rishu'),(22020,'Rishvati'),(22021,'Rispal'),(22022,'Rispat'),(22023,'Rita'),(22024,'Rita Bai'),(22025,'Rita Devi'),(22026,'Rita Ram'),(22027,'Rita Singh'),(22028,'Ritambara'),(22029,'Ritesh'),(22030,'Ritesh Kumar'),(22031,'Riti Kumari'),(22032,'Ritik'),(22033,'Ritik Kumar'),(22034,'Ritik Roshan'),(22035,'Ritika'),(22036,'Ritikesh'),(22037,'Ritisha'),(22038,'Ritka'),(22039,'Ritu'),(22040,'Ritu ( Devki'),(22041,'Ritu Bai'),(22042,'Ritu Kumar'),(22043,'Ritu Raj'),(22044,'Ritu Singh'),(22045,'Ritu(devki)'),(22046,'rituraj'),(22047,'Rityavan'),(22048,'Rivan Das'),(22049,'Rivan Lal'),(22050,'Riya'),(22051,'Riya kumari'),(22052,'Riya Singh'),(22053,'Riyaj'),(22054,'Riyamat Bai'),(34944,'Riydas'),(22055,'Riyona Chandrika'),(22056,'Rma Bai'),(22057,'Rmakant'),(22058,'Rochan'),(22059,'Rochi Bai'),(22060,'Rodali'),(34945,'rodhidas'),(34946,'Rodhor'),(34947,'Rodidas'),(22061,'Rohadhi'),(22062,'Rohal Prasad'),(22063,'Rohan'),(22064,'Rohan Kumar'),(22065,'Rohan Kumari'),(22066,'Rohan Singh'),(22067,'Rohani'),(22068,'Rohani Bai'),(22069,'Rohani Kumar'),(22070,'Rohani prasad'),(34948,'Rohara'),(22071,'Rohavan Bai'),(22072,'Rohdi'),(34949,'Rohedas'),(34950,'Roheni'),(34951,'Rohi Das'),(34952,'Rohias'),(34953,'Rohidas'),(22073,'Rohina'),(22074,'Rohindi'),(22075,'Rohini'),(22076,'Rohini Bai'),(22077,'Rohit'),(22078,'Rohit Kumar'),(22079,'Rohit Kumar'),(22080,'Rohit Ram'),(22081,'rohit ranjan'),(22082,'Rohit Singh'),(22083,'Rohita Kumari'),(22084,'Rohitkumar'),(22085,'Rohitpuri'),(22086,'Rohni'),(22087,'Rohni Bai'),(22088,'Rohni Devi'),(22089,'Rohni Kumar'),(22090,'Rohni Prasad'),(34954,'Rohodas'),(22091,'Rohra'),(22092,'Roja'),(22093,'Rojal'),(22094,'Rojan'),(22095,'Rojan Bi'),(22096,'Rojan Vee'),(22097,'Rojani'),(22098,'Roji Bai'),(22099,'Roji Mohammad'),(22100,'Rojleen'),(22101,'Rokhamani'),(22102,'Roma'),(22103,'Roman Kumar'),(22104,'Romi'),(22105,'Romtiya Bai'),(22106,'Rona Singh'),(22107,'Ronak'),(34955,'Roniya'),(22108,'Roniya Bai'),(22109,'Rood Man'),(22110,'Rood Pratap'),(22111,'Roodra Pratap'),(22112,'Rookhmani'),(22113,'Rookhmin'),(22114,'Roop'),(22115,'Roop Bai'),(22116,'Roop Chand'),(22117,'Roop Chandra'),(22118,'Roop Charan'),(22119,'Roop Das'),(22120,'Roop Kali'),(22121,'Roop Kumar'),(22122,'Roop Kumari'),(22123,'Roop Kunvar'),(22124,'Roop Kunwar'),(22125,'Roop Kuwar'),(22126,'Roop Lal'),(22127,'Roop Narayan'),(22128,'Roop Nath'),(22129,'Roop Pauwa'),(22130,'Roop Ram'),(22131,'Roop Ray'),(22132,'Roop Sagar'),(22133,'Roop Say'),(22134,'Roop Singh'),(22135,'Roop Vati'),(22136,'Roopa'),(22137,'Roopa Bai'),(22138,'Roopan Bai'),(22139,'Roopbati'),(22140,'Roopchand'),(22141,'Roopdas'),(22142,'Roopesh'),(22143,'Roopeshvari'),(22144,'Roopi'),(22145,'Roopi Bai'),(22146,'Roopkali'),(22147,'Roopkunvar'),(22148,'Roopkunwar'),(22149,'Roopkuwar'),(22150,'Rooplal'),(22151,'Roopmani'),(22152,'Roopna Bai'),(22153,'Roopnarayan'),(22154,'Roopnath'),(22155,'Roopo'),(22156,'Roopram'),(22157,'Roopsay'),(22158,'Roopsen'),(22159,'Roopta'),(22160,'Rooptiya'),(22161,'Roopvati'),(22162,'Roopvati Bai'),(22163,'Roopvatiya'),(22164,'Roopvilas'),(22165,'Roopwan'),(22166,'Ropa Bai'),(22167,'Ropan'),(22168,'Rosham Lal'),(22169,'Roshan'),(22170,'Roshan Ali'),(22171,'Roshan Kumar'),(22172,'Roshan Kunj'),(22173,'Roshan Lal'),(22174,'Roshan mohamamd'),(22175,'Roshan Singh'),(22176,'Roshani'),(22177,'Roshani Bai'),(22178,'Roshani Devi'),(22179,'roshani gond'),(22180,'Roshani Kumari'),(22181,'Roshni'),(22182,'Roshni Bai'),(22183,'Roshni Kumari'),(22184,'Roshrina'),(22185,'Rosni'),(22186,'Rosudas'),(22187,'rosy jyotsan'),(34956,'Rotel'),(22188,'Rothi Bai'),(34957,'Rothour'),(34958,'Rotiya'),(22189,'Roukhamani'),(34959,'Rout'),(34960,'Routel'),(22190,'Rovan Lal'),(34961,'Roy'),(22191,'Rr'),(34962,'Rtathaur'),(22192,'Rterf'),(22193,'Rubee'),(22194,'Ruben'),(22195,'Rubi'),(22196,'Rubi Devi'),(22197,'Rubina'),(22198,'Rubti Bai'),(22199,'Ruchan Bai'),(22200,'Ruchi'),(22201,'Rudali Bai'),(22202,'Rudasiya bai'),(22203,'rudendra'),(22204,'Rudmani'),(22205,'Rudra'),(22206,'Rudra Kumar'),(22207,'Rudra Kumari'),(22208,'Rudra Prasad'),(22209,'Rudra Pratap'),(22210,'Rudrachh'),(22211,'Rudradev'),(22212,'Rudraksh'),(22213,'Rudrani'),(22214,'Rudrani Bai'),(22215,'Rudraparap'),(22216,'Rudrapratap'),(22217,'Rudrarati'),(22218,'Rudri Bai'),(22219,'Rudrika Bai'),(22220,'Rugana bai'),(22221,'Rugavaram'),(22222,'Ruggi Bai'),(22223,'Ruggibati'),(22224,'Rugi'),(22225,'Ruguram'),(22226,'Ruhi'),(22227,'Ruja Bai'),(22228,'Rujaki Bai'),(22229,'Rujhni Bai'),(22230,'Rukamani'),(22231,'Rukan Bai'),(22232,'Rukesh Kumar'),(22233,'Rukham'),(22234,'Rukham Bai'),(22235,'Rukhamani'),(22236,'Rukhamani Bai'),(22237,'Rukhamanibai'),(22238,'Rukhamaniya Bai'),(22239,'Rukhami'),(22240,'Rukhamin'),(22241,'Rukhamin Bai'),(22242,'Rukhamni'),(22243,'Rukhamni bai'),(22244,'Rukhamun'),(22245,'Rukhamun Bai'),(22246,'Rukhani'),(22247,'Rukhati Bai'),(22248,'Rukhmadi'),(22249,'Rukhman'),(22250,'Rukhman Bai'),(22251,'Rukhmani'),(22252,'Rukhmani bai'),(22253,'Rukhmani Bai'),(22254,'Rukhmani Devi'),(22255,'Rukhmani Kumari'),(22256,'Rukhmanibai'),(22257,'Rukhmaniya'),(22258,'Rukhmaniya Bai'),(22259,'Rukhmin'),(22260,'Rukhmin Bai'),(22261,'Rukhminbai'),(22262,'Rukhmni'),(22263,'Rukhmun'),(22264,'Rukhmun Bai'),(22265,'Rukhsana'),(22266,'Rukhsana Begam'),(22267,'Ruki bai'),(22268,'rukjamani bai'),(22269,'Rukmani'),(22270,'rukmesh'),(22271,'Rukmin'),(22272,'Ruksana'),(22273,'Ruksana Bee'),(22274,'Ruksana Begam'),(22275,'Ruksar'),(22276,'Ruksar Begam'),(22277,'Rukshana'),(22278,'Rukta'),(22279,'Rukum das'),(22280,'Rukum lal'),(22281,'Rukumlal'),(22282,'Ruma'),(22283,'Ruma bai'),(22284,'Ruma Chandara'),(22285,'Rumanchal'),(22286,'Rumaniya Bai'),(22287,'Rumesh'),(22288,'Rumita'),(22289,'Rumki Bai'),(22290,'Rumpatia Bai'),(22291,'Rumuk'),(22292,'Rumuk Lal'),(22293,'Runa'),(22294,'Rungan Lal'),(22295,'rungi bai'),(34963,'Rungsa'),(22296,'Rungsu'),(22297,'Rungsu Das'),(22298,'Runi Bai'),(22299,'Runiya'),(22300,'Runiya Bai'),(22301,'Runjalata'),(22302,'runju'),(22303,'Runsi Bai'),(22304,'Runu'),(22305,'Rup'),(22306,'Rup Bai'),(22307,'Rup Chand'),(34964,'Rup Das'),(22308,'Rup Kumari'),(22309,'Rup kunver'),(22310,'Rup Lal'),(22311,'Rup Ram'),(22312,'Rup Singh'),(22313,'Rupa'),(22314,'Rupa Bai'),(22315,'Rupa das'),(22316,'Rupa Kumari'),(22317,'Rupak'),(22318,'Rupak Das'),(22319,'Rupali'),(22320,'rupani bai'),(22321,'Rupansh'),(22322,'Rupanshu'),(22323,'Rupat'),(22324,'Rupat Singh'),(22325,'Rupau'),(22326,'Rupautin'),(22327,'Rupautin Bai'),(22328,'Rupavtin Bai'),(22329,'Rupbati bai'),(22330,'Rupchand'),(22331,'Rupchandra'),(22332,'Rupdas'),(22333,'Rupendra'),(22334,'Rupendra Kumar'),(22335,'rupendra singh'),(22336,'Rupesh'),(22337,'Rupesh Kumar'),(22338,'Rupesh Singh'),(22339,'Rupeshwar'),(22340,'Rupeshwari'),(22341,'Rupi bai'),(22342,'Rupkali'),(22343,'Rupkunvar'),(22344,'Rupkunver'),(22345,'Rupkuwar'),(22346,'Ruplata'),(22347,'Rupli Bai'),(22348,'Rupmati'),(22349,'Rupmeeta'),(22350,'Rupna'),(22351,'Rupnarayan singh'),(22352,'Rupnaryan'),(22353,'Rupni Bai'),(22354,'Rupotin Bai'),(22355,'Rupram'),(22356,'Rupsay'),(22357,'Rupsen'),(22358,'Rupsingh'),(22359,'Rupta Bai'),(22360,'Rupu'),(22361,'Rupvantin'),(22362,'Rupvati'),(22363,'Rupvati bai'),(22364,'Rupvatin'),(22365,'Rupwati'),(22366,'Rurahi'),(22367,'Rurhi Bai'),(22368,'Rusa'),(22369,'Rushan'),(22370,'Rushtam'),(22371,'Rusi'),(22372,'Rusi Bai'),(22373,'Rustam'),(22374,'Ruthameri'),(22375,'Ruti Bai'),(22376,'S'),(22377,'S Juliyas'),(22378,'S Kumar'),(22379,'S P'),(22380,'S,k,'),(22381,'S.'),(22382,'S.bhartiyan'),(22383,'S.h.'),(22384,'S.jhanasi'),(22385,'S.k.'),(22386,'S.krishnakant'),(22387,'S.p.mathur'),(22388,'Saadham'),(34965,'Saah'),(22389,'Saakhi Ram'),(22390,'Saam Bai'),(22391,'saam kunvar'),(34966,'saariwan'),(22392,'Saatin bai'),(34967,'Saav'),(22393,'saba rahmani'),(22394,'Sabaiya'),(22395,'Sabal Singh'),(22396,'Sabana'),(22397,'Sabani'),(22398,'Sabaparvin'),(22399,'Sabbal Singh'),(22400,'Sabbir'),(22401,'Sabbu Lal'),(22402,'Sabeena'),(22403,'Sabha'),(22404,'Sabha Bai'),(22405,'Sabha Ram'),(22406,'Sabhaitin'),(22407,'Sabham'),(22408,'Sabhapati'),(22409,'Sabhayta'),(22410,'Sabhi Singh'),(22411,'Sabhoutin'),(34968,'Sabhya'),(22412,'Sabi'),(22413,'Sabi Bai'),(22414,'Sabi Kumar'),(22415,'Sabiha'),(22416,'Sabila Bai'),(22417,'Sabina'),(22418,'Sabina Bai'),(22419,'Sabina Bano'),(22420,'Sabina Bee'),(22421,'Sabir'),(22422,'Sabira Begam'),(22423,'Sabiran bee'),(22424,'Sabit'),(22425,'Sabita'),(22426,'Sabita Bai'),(22427,'Sabita bai Patel'),(22428,'Sabiya'),(22429,'Sabiya Bai'),(22430,'Sabiyal'),(22431,'Sabnam'),(22432,'Sabnam Bai'),(22433,'Sabnti'),(22434,'Sabo Bai'),(22435,'Sabra Begam'),(22436,'Sabu Lal'),(22437,'Sabuna Bai'),(22438,'Sabunath'),(22439,'Sabundiya Bai'),(22440,'Sabutar'),(22441,'Sachchidanand'),(34969,'sachdeva'),(22442,'Sachham'),(22443,'Sachhi'),(22444,'Sachin'),(22445,'Sachin Das'),(22446,'Sachin Kumar'),(22447,'Sachin Nand'),(22448,'Sachita'),(22449,'Sachitanand'),(22450,'Sachiv'),(22451,'Sada'),(22452,'Sada Ram'),(22453,'Sada Singh'),(22454,'Sadakumari'),(22455,'Sadan'),(22456,'Sadan Bai'),(22457,'Sadan Das'),(22458,'Sadan Kumari'),(22459,'Sadan Kunwar'),(22460,'Sadan Ram'),(22461,'Sadan Singh'),(34970,'Sadani'),(22462,'Sadankunwar'),(22463,'Sadar Bai'),(22464,'Sadaram'),(22465,'Sadashi'),(22466,'Sadashiv'),(22467,'Sadau Ram'),(22468,'Sadauram'),(22469,'Saddam'),(22470,'Saddhana'),(22471,'Saddhu'),(22472,'Sade Aalam'),(22473,'Sadh'),(22474,'Sadh Bai'),(22475,'Sadh Mati'),(22476,'Sadh Ram'),(22477,'Sadha'),(22478,'Sadha Ram'),(22479,'Sadhakunvar'),(22480,'Sadhamati'),(22481,'Sadhan'),(22482,'Sadhan Bai'),(22483,'Sadhana'),(22484,'Sadhana Bai'),(22485,'sadhana kumari'),(22486,'Sadhana Singh'),(22487,'Sadhani Bai'),(22488,'Sadharam'),(22489,'Sadhari Bai'),(22490,'Sadhauram'),(22491,'Sadhava Ram'),(22492,'Sadhavan'),(22493,'Sadhbai'),(22494,'Sadhe'),(22495,'Sadhe Bai'),(22496,'Sadhe Lal'),(22497,'Sadhelal'),(22498,'Sadheram'),(22499,'Sadheshyam'),(22500,'Sadhi Bai'),(22501,'Sadhin'),(22502,'Sadhin Bai'),(22503,'Sadhini Bai'),(22504,'Sadhiyo'),(22505,'Sadhmati'),(22506,'Sadhna'),(22507,'Sadhna bai'),(22508,'Sadhna Bai'),(22509,'Sadhna Kumari'),(22510,'Sadhram'),(22511,'Sadhu'),(22512,'Sadhu Ram'),(22513,'Sadhu Das'),(22514,'Sadhu Lal'),(22515,'Sadhu Nath'),(22516,'Sadhu Ram'),(22517,'Sadhucharan'),(22518,'Sadhuram'),(22519,'Sadhuva'),(22520,'Sadhuva Ram'),(22521,'Sadhuva Singh'),(22522,'Sadhva'),(22523,'Sadhvi Faliya Devi'),(22524,'Sadi Bai'),(22525,'Sadik'),(22526,'Sadika Begam'),(22527,'Sadikun'),(34971,'Sadilya'),(22528,'Sadiya'),(22529,'Sadiya Bai'),(22530,'Sadma Jahra'),(22531,'Sadmati'),(22532,'Sadori bai'),(22533,'Sadri Prasad'),(22534,'Sadru'),(22535,'Sadru Ram'),(22536,'Sadun Singh'),(22537,'Sadvaram'),(22538,'Saeed'),(34972,'Saf'),(22539,'Safar'),(22540,'Safari'),(22541,'Safi'),(22542,'Safi mo.'),(22543,'Safina'),(22544,'Safina begam'),(22545,'Safiroon'),(22546,'Safrabai'),(22547,'Safur'),(22548,'Safura'),(22549,'Safura Bai'),(22550,'Safuran'),(22551,'Sag Ram'),(22552,'Saga Bai'),(22553,'Sagal'),(22554,'Sagam Bai'),(22555,'Sagan'),(22556,'Sagan Bai'),(22557,'Sagani'),(22558,'Sagani Bai'),(22559,'Saganiya'),(22560,'Saganiya Bai'),(22561,'Saganu'),(22562,'Sagar'),(22563,'Sagar Bai'),(22564,'Sagar Das'),(22565,'Sagar Kumar'),(22566,'Sagar Lal'),(22567,'Sagar Prakesh'),(22568,'Sagar Prasad'),(22569,'Sagar Singh'),(22570,'Sagau'),(22571,'sageeta'),(22572,'Saggan Kumar'),(22573,'Saggu'),(22574,'Saghan Bai'),(22575,'Saghari'),(22576,'Sagneeta'),(22577,'Sagni'),(22578,'Sagni Bai'),(22579,'Sagnibai'),(22580,'Sagnu'),(22581,'Sagogiya bai'),(22582,'Sagram'),(22583,'Sagun'),(22584,'Sagun Bai'),(22585,'Sagun Das'),(22586,'Sagun ram'),(22587,'Sagun Signh'),(22588,'Sagun Singh'),(22589,'Saguna'),(22590,'Saguna Bai'),(22591,'Saguna Kumari'),(22592,'Saguni'),(22593,'Saguni Bai'),(22594,'Saguniya Bai'),(22595,'Sagunti'),(22596,'Saguwa'),(22597,'Sagvantin Bai'),(22598,'Sagwantin'),(22599,'sah'),(34973,'Saha'),(22600,'Saha Ram'),(22601,'Sahab'),(22602,'Sahab Bai'),(22603,'Sahab Das'),(22604,'Sahab Lal'),(22605,'Sahab Singh'),(22606,'Sahaba singh'),(22607,'Sahabeen'),(22608,'Sahabeer'),(22609,'Sahachram'),(22610,'Sahadat'),(22611,'Sahadev'),(22612,'Sahadri Bai'),(22613,'Sahaj'),(22614,'Sahajadi'),(34974,'Sahaju'),(34975,'Sahajwani'),(22615,'Sahalmati'),(22616,'Sahama'),(22617,'Sahamat'),(22618,'Sahamat bai'),(22619,'Sahan Say'),(22620,'Sahan Singh'),(22621,'Sahangu'),(22622,'Sahangu Singh'),(22623,'Sahaniya'),(22624,'Sahans Ram'),(22625,'Sahantu'),(22626,'Sahara'),(22627,'Sahara Bai'),(34976,'Sahare'),(22628,'Sahartin'),(22629,'Sahartin Bai'),(22630,'Saharu'),(22631,'Sahas'),(22632,'Sahas Bai'),(22633,'Sahas Ram'),(22634,'Sahasram'),(22635,'Sahata Bai'),(34977,'Sahay'),(22636,'Sahay singh'),(22637,'Sahay Singh'),(22638,'Sahayak Singh'),(22639,'Sahbain'),(22640,'Sahbaniya'),(22641,'Sahbin Bai'),(22642,'Sahdana'),(22643,'Sahdaph'),(22644,'Sahdatta'),(22645,'Sahdev'),(22646,'Sahdev Kumar'),(22647,'Sahdev Prasad'),(22648,'Sahdev Sih'),(22649,'Sahdev Singh'),(22650,'Sahdeva'),(22651,'Sahdina'),(22652,'Sahdri bai'),(22653,'Sahdun'),(22654,'Saheb'),(22655,'Saheb Das'),(22656,'Saheb Lal'),(22657,'saheb singh'),(22658,'Saheba'),(22659,'Sahebeen Bai'),(22660,'Sahebi Bai'),(22661,'Sahebin'),(22662,'Sahebin Bai'),(22663,'Sahebu singh'),(22664,'Saheda'),(22665,'sahel'),(22666,'Sahela Bai'),(22667,'Saheli Bai'),(22668,'Saheliya'),(22669,'Saheliya Bai'),(22670,'Sahemat Bai'),(22671,'Sahendra'),(22672,'Saheniya'),(34978,'Sahera'),(22673,'Sahes Ram'),(22674,'Sahesh'),(22675,'Sahesh Ram'),(22676,'Saheshvari'),(22677,'Sahesiya'),(22678,'Sahet'),(22679,'Sahetara'),(22680,'Sahetari'),(22681,'Sahetarin'),(22682,'Sahetarin Bai'),(22683,'Sahetaru'),(22684,'Sahetin'),(22685,'Sahetiya Bai'),(22686,'Sahetra'),(22687,'Sahetri Bai'),(22688,'Sahetrin'),(22689,'Sahetrin Bai'),(22690,'Sahetru'),(22691,'Sahettar'),(22692,'Sahettar Lal'),(22693,'Sahettar singh'),(22694,'Sahettarin Bai'),(22695,'Sahettarram'),(22696,'Sahetter'),(22697,'Sahettrin Bai'),(22698,'Sahgi Bai'),(34979,'Sahi'),(22699,'Sahi Lal'),(22700,'Sahiasta Begam'),(22701,'Sahiba'),(22702,'Sahibin Bai'),(22703,'Sahid'),(22704,'sahida'),(22705,'Sahida Begam'),(22706,'Sahidabai'),(22707,'Sahidan'),(22708,'sahidan bee'),(22709,'Sahijan'),(22710,'Sahil'),(22711,'Sahil Kumar'),(22712,'Sahil Singh'),(22713,'sahila'),(22714,'Sahin'),(22715,'Sahin Bai'),(22716,'Sahina'),(22717,'Sahina Begam'),(22718,'Sahinsa'),(22719,'Sahira'),(22720,'Sahiru Lal'),(34980,'Sahis'),(22721,'Sahisa Begam'),(22722,'Sahish'),(22723,'Sahista'),(22724,'Sahista Parvin'),(22725,'Sahit Ram'),(22726,'Sahita'),(22727,'Sahjadi'),(22728,'Sahjadi Begam'),(22729,'Sahkhina'),(22730,'Sahkuntala'),(22731,'Sahmat'),(22732,'Sahmat Bai'),(22733,'Sahmati'),(22734,'Sahmatiya Bai'),(22735,'Sahna Bee'),(22736,'Sahnaj'),(22737,'Sahnaj Begam'),(22738,'Sahnaj Parvin'),(22739,'Sahni'),(22740,'Sahni Bai'),(22741,'Sahnin Bai'),(22742,'Sahnti'),(22743,'Sahnti Bai'),(22744,'Sahntu'),(22745,'Sahoan'),(22746,'Sahoda Bai'),(22747,'Sahodara'),(22748,'Sahodara Bai'),(22749,'Sahodari'),(22750,'Sahodari Bai'),(22751,'Sahodiya'),(22752,'Sahodiya Bai'),(22753,'Sahodra'),(22754,'Sahodra Bai'),(22755,'Sahodrabai'),(22756,'Sahodri'),(22757,'Sahodri Bai'),(22758,'Sahogiya'),(22759,'Sahor singh'),(22760,'Sahoran'),(22761,'Sahoran Singh'),(22762,'Sahoran Das'),(22763,'Sahori'),(22764,'Sahori Bai'),(22765,'Sahorik'),(22766,'Sahorik Kumar'),(22767,'Sahorik Lal'),(22768,'Sahorik Ram'),(22769,'Sahota Bai'),(34981,'Sahrma'),(22770,'Sahshtra'),(22771,'Sahsu Ram'),(34982,'Sahu'),(34983,'Sahu (Garib)'),(22772,'Sahu Lal'),(22773,'Sahu Ram'),(22774,'Sahugani'),(22775,'Sahukar'),(22776,'Sahura Bai'),(34984,'Sahus'),(34985,'Sahu]'),(22777,'Sahyama'),(22778,'Sai'),(22779,'Saiad Irfan'),(22780,'Saibeen'),(22781,'saibi'),(22782,'Saibin'),(22783,'Saibin Bai'),(22784,'Said Phatima'),(22785,'Saida'),(22786,'Saida B.'),(34986,'Saidi'),(22787,'Saidul'),(22788,'Saidun Nisha'),(22789,'Saif'),(22790,'Saigan bai'),(22791,'Saikhe Lal'),(22792,'Saikiliya Bai'),(22793,'Saiku Lal'),(22794,'Sail Devi'),(22795,'Sailab'),(22796,'Sailan Singh'),(22797,'Sailendri Bai'),(22798,'Sailesh'),(22799,'saima'),(22800,'Saimat'),(22801,'Sain Parveen'),(22802,'Saina'),(22803,'Sainaj'),(22804,'Sainath'),(34987,'Saini'),(22805,'saini bai'),(22806,'Sainik'),(22807,'Sainik Ram'),(34988,'Saipa'),(22808,'Saipal'),(22809,'Sairun'),(22810,'Sairun Begam'),(22811,'Sairun Nisha'),(22812,'Saita Bai'),(22813,'Saitelin Bai'),(22814,'Saitram'),(34989,'Saiwata'),(22815,'Saiyad'),(22816,'Saiyad Anisha'),(22817,'Saiyad Ariph'),(22818,'Saiyada'),(34990,'saiyyad'),(22819,'Saiyyad Abdul'),(22820,'Saiyyad Ayan'),(22821,'Sajan'),(22822,'Sajan Bai'),(22823,'Sajan Kumar'),(22824,'Sajan Kunwar'),(22825,'Sajan Kuwar'),(22826,'Sajan Lal'),(22827,'Sajan Singh'),(22828,'Sajana Bee'),(22829,'Sajani'),(22830,'Sajani Bai'),(22831,'Sajaniya'),(22832,'Sajaniya Bai'),(34991,'Sajapali'),(22833,'Sajda'),(22834,'Sajendra'),(22835,'Sajid'),(22836,'Sajid Ali'),(22837,'Sajida'),(22838,'Sajidali'),(22839,'Sajivan'),(22840,'sajivan ram'),(22841,'Sajja Singh'),(22842,'Sajjan'),(22843,'Sajjan Singh'),(22844,'Sajjo Bai'),(22845,'Sajju'),(22846,'Sajna'),(22847,'sajnanniya bai'),(22848,'Sajni'),(22849,'Sajni Bai'),(22850,'Sajo Bai'),(22851,'Sajojani'),(22852,'Saju'),(22853,'Sakal'),(22854,'Sakal Singh'),(22855,'Sakala prasad'),(22856,'Sakaldeep Singh'),(22857,'Sakali Bai'),(22858,'Sakani'),(34992,'Sakar'),(22859,'Sakari Prasad'),(22860,'Sakaru'),(34993,'Sakat'),(22861,'Sakat Ram'),(22862,'Sakat Singh'),(22863,'Sakeena'),(22864,'Saket'),(22865,'Sakh Ram'),(22866,'Sakha'),(22867,'Sakha Ram'),(22868,'Sakha Lal'),(22869,'Sakha Ram'),(22870,'sakhalsay'),(22871,'Sakhan'),(22872,'sakhan bai'),(22873,'Sakhan Lal'),(22874,'Sakhanath'),(22875,'Sakhani'),(22876,'Sakhani Bai'),(22877,'Sakharam'),(34994,'Sakhari'),(22878,'Sakhawa Ram'),(22879,'Sakhi'),(22880,'Sakhi Bai'),(22881,'Sakhi Lal'),(22882,'Sakhi Ram'),(22883,'Sakhichand'),(22884,'Sakhin Bai'),(22885,'Sakhina'),(22886,'Sakhina Begam'),(22887,'Sakhiya'),(22888,'Sakhiya Bai'),(22889,'Sakhkhu ram'),(22890,'Sakho Bai'),(22891,'Sakhsi'),(22892,'Sakhu ram'),(22893,'Sakhuram'),(22894,'Sakhuwa'),(22895,'Saki'),(22896,'Sakil'),(22897,'Sakil Kumar'),(22898,'Sakila'),(22899,'Sakila Bai'),(22900,'Sakila Bano'),(22901,'Sakila Begam'),(22902,'Sakin'),(22903,'Sakina'),(22904,'Sakina bano'),(22905,'Sakina Bee'),(22906,'Sakina Begam'),(22907,'Sakira'),(34995,'Sakit'),(22908,'Sakita Bai'),(22909,'Saklen'),(22910,'sakoliya bai'),(22911,'Sakram'),(22912,'sakranti'),(34996,'Sakre'),(22913,'Sakri Bai'),(22914,'Sakriy Bai'),(22915,'Sakruta'),(34997,'Saksena'),(22916,'Sakshi'),(22917,'Sakul'),(22918,'Sakula'),(22919,'Sakuliya'),(22920,'Sakun'),(22921,'Sakun Bai'),(22922,'Sakun Kumari'),(22923,'Sakun Tala'),(22924,'Sakunatala'),(22925,'Sakunbai'),(22926,'Sakund'),(22927,'Sakunta Bai'),(22928,'Sakuntala'),(22929,'Sakuntala Bai'),(22930,'Sakunti'),(22931,'Sakunti Bai'),(22932,'Sakur'),(22933,'Sakur Ali'),(22934,'Sakura'),(22935,'Sakura Bai'),(22936,'Sakuran'),(22937,'sakvantin bai'),(22938,'Salabh'),(22939,'Salaku ram'),(34998,'Salamtani'),(22940,'Saldeen'),(22941,'Saleem'),(22942,'Saleha'),(22943,'Salendra'),(22944,'Salendra Kumar'),(22945,'Salendri Bai'),(22946,'Salesh Kumar'),(22947,'saleshma'),(22948,'Salgu'),(22949,'Salik'),(22950,'Salik ram'),(22951,'Salik Ram'),(22952,'Salikram'),(22953,'Salil'),(22954,'Salim'),(22955,'Salimo Bee'),(22956,'Salin'),(22957,'Salina'),(22958,'Salini'),(22959,'Salini Bai'),(22960,'Salip'),(22961,'Saliram'),(22962,'Salita'),(22963,'Salita Bai'),(22964,'Sallahi'),(22965,'Sallu'),(22966,'Salma'),(22967,'Salma Bagam'),(22968,'Salma Bai'),(22969,'Salma Bee'),(22970,'Salma Begam'),(22971,'Salma Shekh'),(22972,'Salman'),(22973,'Salman Kumar'),(22974,'Salmaniya'),(22975,'Salmon'),(22976,'Salni'),(22977,'Saloni'),(22978,'Saltan'),(22979,'Salti Bai'),(22980,'Saltin Bai'),(22981,'Saltu'),(22982,'Salu'),(22983,'Saluddin'),(34999,'Saluja'),(22984,'Salwan Singh'),(22985,'Sam'),(22986,'Sam Bai'),(22987,'Sam Bati'),(22988,'Sam Kali'),(22989,'Sam Kuwar'),(22990,'Sam Lal'),(22991,'Samaanjum'),(22992,'Samaari'),(22993,'Samahar'),(22994,'Samai Ram'),(22995,'Samaiya Singh'),(35000,'Samal'),(22996,'Samal Bai'),(22997,'Samal Singh'),(22998,'Samala Bai'),(22999,'Samali Bai'),(23000,'Samaliya'),(23001,'Samaliya Bai'),(23002,'Samalram'),(23003,'Samalu'),(23004,'Samalvati'),(23005,'Samamt'),(23006,'Saman Kumar'),(23007,'Samana'),(23008,'Samani Bai'),(23009,'Samaniya Bai'),(23010,'Samantri Bai'),(23011,'Samanu'),(23012,'Samapat Singh'),(23013,'Samar'),(23014,'Samar Bhadur'),(23015,'Samar Das'),(23016,'Samar Kumar'),(23017,'Samar Kunwar'),(23018,'Samar Lal'),(23019,'Samar Singh'),(23020,'samar tin'),(23021,'Samara'),(23022,'Samaran'),(23023,'Samaran Singh'),(23024,'Samarat'),(23025,'Samaratiya'),(23026,'Samarbati'),(23027,'Samari'),(23028,'Samari bai'),(23029,'Samarin'),(23030,'Samarin bai'),(23031,'Samarin Bai'),(23032,'Samariya Bai'),(23033,'Samarjit'),(23034,'Samarjiya bai'),(23035,'Samarmti'),(23036,'Samaro'),(23037,'Samaro Bai'),(23038,'Samarsay'),(23039,'Samarteen Bai'),(23040,'Samarth Singh'),(23041,'Samartin'),(23042,'Samartin Bai'),(23043,'samartinbai'),(23044,'Samartiya'),(23045,'Samartiya Bai'),(23046,'Samaru'),(23047,'Samaru Lal'),(23048,'Samaru Ram'),(23049,'Samaru Singh'),(23050,'Samaru Sinh'),(23051,'Samaruram'),(23052,'Samarvati'),(23053,'Samat Kuwar'),(23054,'Samat Singh'),(23055,'Samata'),(23056,'Samati'),(23057,'Samatiya Bai'),(23058,'Samauta Bai'),(23059,'Samautin'),(23060,'Samay Lal'),(23061,'Samay Singh'),(23062,'Samayan singh'),(23063,'Sambaiya'),(23064,'Sambati'),(23065,'Sambati Bai'),(23066,'Sambatiya Bai'),(23067,'Sambhar'),(23068,'Sambhar Sih'),(23069,'Sambhar Singh'),(23070,'Sambhhar Singh'),(23071,'Sambhu'),(23072,'Sambhu Das'),(23073,'Sambhu Giri'),(23074,'Sambhu Singh'),(23075,'Sambodhan'),(23076,'Sambodhit'),(23077,'Sambual'),(35001,'Samdriya'),(23078,'Same'),(23079,'Same Bai'),(23080,'Same Das'),(23081,'Same Lal'),(23082,'Same Lall'),(23083,'Same Singh'),(23084,'Samedas'),(23085,'Sameem'),(23086,'Sameena'),(23087,'Sameer'),(23088,'Sameer Kumar'),(23089,'Sameera'),(23090,'Sameeru Begam'),(23091,'Samela Bai'),(23092,'Samelal'),(23093,'Samemti Bai'),(23094,'Samen'),(23095,'Samendra'),(23096,'Samer Kumar'),(23097,'Samer Singh'),(23098,'Samerun Nisha'),(23099,'Sames Lal'),(23100,'Samesh'),(23101,'Samhar'),(23102,'Samhar Singh'),(23103,'Samichha'),(23104,'Samiksha'),(23105,'Samilal'),(23106,'Samim'),(23107,'Samim Nasrin'),(23108,'Samima Bee'),(23109,'Samin Bai'),(23110,'Samina'),(23111,'Samina bee'),(23112,'Samir'),(23113,'Samir kumar'),(23114,'Samir das'),(23115,'Samir Kumar'),(23116,'Samis'),(23117,'Samish Devi'),(23118,'Samit'),(23119,'Samit Kumar'),(23120,'Samita'),(23121,'Samiti ram'),(23122,'Samiulla'),(23123,'Samiya Bai'),(23124,'Samjit'),(23125,'Samkali Bai'),(23126,'Samkunvar'),(23127,'Samkunwar'),(23128,'Samla'),(23129,'Samla Das'),(23130,'samla prasad'),(23131,'Samlal'),(23132,'Samle Singh'),(23133,'Samlesh'),(23134,'Samlesh Kumar'),(23135,'Samleshwar'),(23136,'Samli Bai'),(23137,'Samliya'),(23138,'Samliya Bai'),(23139,'Samlu'),(23140,'Sammal'),(23141,'Sammal Singh'),(23142,'Samman'),(23143,'Samman lal'),(23144,'Samman Singh'),(23145,'Sammar'),(23146,'sammar lal'),(23147,'Sammar Singh'),(23148,'Sammarin bai'),(23149,'Sammarkuwar'),(23150,'Sammartin Bai'),(23151,'Sammat'),(23152,'Sammat Bai'),(23153,'Sammat Das'),(23154,'Sammat Lal'),(23155,'Sammat Ram'),(23156,'Sammat Singh'),(23157,'Sammati'),(23158,'Sammati Bai'),(23159,'Sammbhar'),(23160,'Samme'),(23161,'Samme Kuwar'),(23162,'Sammi'),(23163,'Sammi Bai'),(23164,'Sammpat'),(23165,'Sammunisha'),(23166,'Samna Bai'),(23167,'Samnath'),(23168,'Samni Bai'),(23169,'Samnu'),(23170,'Samodha Bai'),(23171,'Samodhi'),(23172,'Samokhan Bai'),(23173,'Samola Bai'),(23174,'Samolata'),(23175,'Samoliya'),(23176,'Sampa Rai'),(23177,'Sampariya Bai'),(23178,'Sampat'),(23179,'Sampat Bai'),(23180,'Sampat das'),(23181,'Sampat Lal'),(23182,'Sampat Ram'),(23183,'Sampat Singh'),(23184,'Sampata Singh'),(23185,'Sampati'),(23186,'Sampati Bai'),(23187,'Sampati Kumari'),(23188,'Sampatiya'),(23189,'Sampatiya bai'),(23190,'Sampatiya Bai'),(23191,'Sampatti'),(23192,'Sampatti Bai'),(23193,'Sampita bai'),(23194,'Sampti'),(23195,'Samptiya'),(23196,'Samptiya Bai'),(23197,'Sampuran'),(23198,'Sampuran Lal'),(23199,'sampurana prasad'),(23200,'Samra'),(23201,'Samrat'),(23202,'Samrat Bai'),(23203,'Samrat Kumar'),(23204,'Samrat Lal'),(23205,'Samrat Singh'),(23206,'Samratan'),(23207,'samrath'),(23208,'Samrath das'),(23209,'Samrath singh'),(23210,'Samrati'),(23211,'Samrati bai'),(23212,'Samratiya'),(23213,'Samratiya Bai'),(23214,'Samrautin'),(23215,'samrautin bai'),(23216,'Samri Bai'),(23217,'Samridhi'),(23218,'Samrin Bai'),(23219,'Samrit Bai'),(23220,'Samriya Bai'),(23221,'Samrjit'),(23222,'Samro'),(23223,'Samro Bai'),(23224,'Samrtin'),(23225,'Samrtin Bai'),(23226,'SAMRTIYA BAI'),(23227,'Samrtiya Bai'),(23228,'Samru'),(23229,'Samru Singh'),(23230,'Samruddh'),(23231,'Samsa'),(23232,'samsaad'),(23233,'Samsariya Bai'),(23234,'Samshad'),(23235,'Samshad Ali'),(23236,'Samsher'),(23237,'Samshun Nisha'),(23238,'Samsira Begam'),(23239,'Samsuddin'),(23240,'Samsun'),(23241,'Samsun Nisha'),(23242,'Samta'),(23243,'Samtaiya'),(23244,'Samtala'),(23245,'Samtiya'),(23246,'Samtiya bai'),(23247,'Samud Bai'),(23248,'Samuda Bai'),(35002,'Samudare'),(23249,'Samudari Bai'),(23250,'Samudha'),(23251,'Samudiya'),(23252,'Samudri Bai'),(23253,'Samula'),(23254,'Samumd Kuwar'),(23255,'Samun'),(23256,'Samuna Bai'),(23257,'Samund'),(23258,'Samund Bai'),(23259,'Samund Kunvar'),(23260,'Samund Kunvr'),(23261,'Samund Kunwar'),(23262,'Samund kuvar'),(23263,'Samund Kuwar'),(23264,'Samund Ram'),(23265,'Samunda'),(23266,'Samunda Bai'),(23267,'Samundaiya Bai'),(23268,'Samundava'),(23269,'Samundi Bai'),(23270,'Samundiya'),(23271,'Samundiya Bai'),(23272,'Samundiya Bia'),(23273,'Samundkunwar'),(23274,'Samundkuwar'),(23275,'Samundra'),(23276,'Samusan'),(23277,'Samuyal'),(23278,'Samvati'),(23279,'Samvel'),(23280,'Samwati'),(23281,'Samyak'),(23282,'San'),(23283,'San Bai'),(35003,'Sana'),(23284,'Sanaad'),(23285,'sanam'),(35004,'Sanami'),(35005,'Sanan'),(23286,'Sanaparvin'),(23287,'Sanarin Bai'),(23288,'Sanat'),(23289,'Sanat Kuamr'),(23290,'Sanat Kumar'),(23291,'Sanat Singh'),(23292,'Sanatan'),(23293,'Sanatan Singh'),(23294,'Sanauta Bai'),(23295,'Sanbodh Ram'),(23296,'Sanch Kumari'),(23297,'Sanchariya Bai'),(23298,'Sanchhu'),(23299,'Sanchi'),(23300,'Sanchu'),(23301,'Sanchuram'),(35006,'Sanda'),(23302,'Sandan'),(35007,'Sande'),(23303,'Sandeep'),(23304,'Sandeep Kuamr'),(23305,'Sandeep Kumar'),(23306,'Sandeep Singh'),(23307,'Sandeepa'),(23308,'Sandesh'),(23309,'Sandesh Kumar'),(23310,'Sandev Singh'),(35008,'Sandey'),(35009,'Sandgi'),(23311,'Sandha'),(23312,'Sandhaya'),(23313,'Sandhiya'),(23314,'Sandhiya Bai'),(23315,'Sandhiyakiran'),(23316,'Sandhu'),(23317,'Sandhu Ram'),(23318,'Sandhuram'),(23319,'Sandhya'),(23320,'Sandhya Bai'),(23321,'Sandhya Devi'),(23322,'Sandhya Singh'),(35010,'Sandil'),(23323,'Sandip'),(23324,'Sandip Kuamr'),(23325,'Sandip Kum'),(23326,'Sandip Kumar'),(23327,'Sandip singh'),(23328,'Sandipa'),(23329,'Sandipa Bai'),(23330,'Sandya'),(23331,'sandya bai'),(35011,'Sanehi'),(23332,'Sanesh Ram'),(23333,'Saneshvar'),(23334,'Sanet'),(23335,'Sangam'),(23336,'Sangam Bai'),(23337,'Sangam das'),(23338,'Sangam Prasad'),(23339,'Sangambai'),(23340,'Sangaram'),(23341,'sangeera'),(23342,'Sangeet'),(23343,'Sangeet Kumar'),(23344,'Sangeeta'),(23345,'Sangeeta Bai'),(23346,'Sangeeta Devi'),(23347,'Sangeta Bai'),(23348,'Sanggeta Bai'),(23349,'Sangh Payari'),(23350,'Sangharsh'),(35012,'Sanghavi'),(23351,'Sangit'),(23352,'Sangita'),(23353,'Sangita Bai'),(23354,'Sangita singh'),(23355,'Sangiya'),(23356,'Sangnath'),(23357,'Sangram'),(23358,'Sangram Sih'),(23359,'Sangram sing'),(23360,'Sangram Singh'),(23361,'Sangrat Bai'),(23362,'Sangu'),(23363,'Sangya'),(23364,'Sani'),(23365,'Sani Bai'),(23366,'Sani Kumar'),(23367,'sanidhaya'),(23368,'Saniram'),(23369,'Sanit'),(23370,'Sanit kumar'),(23371,'Sanit lal'),(23372,'Sanita'),(23373,'Saniya'),(23374,'Saniya bai'),(23375,'Saniya Bai'),(23376,'Saniya kumari'),(23377,'Sanj Kumari'),(23378,'Sanjana'),(23379,'Sanjana Kumari'),(23380,'Sanjani'),(23381,'sanjat'),(23382,'Sanjay'),(23383,'Sanjay kumar'),(23384,'Sanjay Das'),(23385,'Sanjay kuamar'),(23386,'Sanjay Kumar'),(23387,'Sanjay Kumari'),(23388,'Sanjay Prasad'),(23389,'Sanjay Singh'),(23390,'Sanjaya'),(23391,'Sanjayvati'),(23392,'Sanjeet'),(23393,'Sanjeet Kumar'),(23394,'Sanjeeta'),(23395,'Sanjeev'),(23396,'Sanjeev Kumar'),(23397,'Sanjeew'),(23398,'Sanjeewani'),(23399,'Sanjit'),(23400,'Sanjit Kumar'),(23401,'Sanjita'),(23402,'Sanjiv'),(23403,'Sanjiv Kumar'),(23404,'Sanjivan'),(23405,'Sanjivan Kumar'),(23406,'Sanjivni Singh'),(23407,'Sanjiwan'),(23408,'Sanjiwani'),(23409,'Sanjna'),(23410,'Sanjo'),(23411,'Sanjo Bai'),(23412,'Sanjog'),(23413,'Sanjokti'),(23414,'Sanjora'),(23415,'Sanju'),(23416,'Sanju Bai'),(23417,'Sanju devi'),(23418,'Sanju Kumar'),(23419,'Sanju Lata'),(23420,'Sanju Prasad'),(23421,'Sanju singh'),(23422,'sanjula kumari'),(23423,'Sanjuli'),(23424,'Sanjy Kumar'),(23425,'Sankaliya bai'),(23426,'sankalp'),(23427,'Sankar'),(23428,'Sankar Lal'),(35013,'Sankare'),(23429,'Sankari bai'),(23430,'Sankhi Bai'),(23431,'Sanki Bai'),(23432,'Sankri bai'),(23433,'Sankru'),(23434,'Sankul'),(23435,'Sankuntala'),(23436,'Sankuvar Bai'),(35014,'Sanmal'),(23437,'Sanman'),(23438,'Sanman Singh'),(23439,'Sanmat'),(23440,'Sanmat Bai'),(23441,'Sanmata bai'),(23442,'sanmati'),(23443,'Sanmati bai'),(23444,'Sanmatiya'),(23445,'Sanna Lal'),(23446,'Sannata Bai'),(23447,'Sanni'),(23448,'sanni deval'),(23449,'Sannideval'),(23450,'Sanno Begam'),(23451,'Sannu'),(23452,'Sanny'),(23453,'Sano Bai'),(23454,'Sanohar'),(23455,'Sanoj Kumar'),(23456,'Sanotsh'),(23457,'Sanotshi'),(23458,'Sanpat'),(23459,'Sansakar'),(23460,'Sanskar'),(23461,'Sanskriti'),(23462,'Sant'),(23463,'Sant Ram'),(23464,'Sant Bai'),(23465,'Sant Das'),(23466,'Sant Ghaneshwar'),(23467,'Sant Kumar'),(23468,'Sant Kumari'),(23469,'Sant Kunwar'),(23470,'Sant kuver'),(23471,'Sant Kuwar'),(23472,'Sant Lal'),(23473,'Sant Pal'),(23474,'Sant Ram'),(23475,'Sant singh'),(23476,'Santa'),(23477,'Santa Bai'),(23478,'Santa Devi'),(23479,'Santam'),(35015,'Santami'),(23480,'Santan'),(23481,'Santan Bai'),(35016,'Santanami'),(23482,'Santani'),(23483,'Santanu'),(23484,'Santanu Kumar'),(23485,'Santar singh'),(23486,'Santara'),(23487,'Santara Bai'),(23488,'Santari Bai'),(23489,'Santarin'),(23490,'Santarin Bai'),(23491,'Santariya'),(23492,'Santariya Bai'),(23493,'Santdin'),(23494,'Sante'),(23495,'Sante Kumar'),(23496,'Santeela Bai'),(23497,'Santh'),(23498,'Santhan'),(23499,'Santi'),(23500,'Santi Bai'),(23501,'Santi kumar'),(23502,'Santkali'),(23503,'Santkumar'),(23504,'Santkumari'),(23505,'Santkunwar'),(23506,'Santlal'),(35017,'Santnami'),(23507,'Santndas'),(23508,'Santniya'),(23509,'Santnu'),(23510,'Santo'),(23511,'Santo Bai'),(23512,'Santoki'),(23513,'Santora'),(23514,'Santora Bai'),(23515,'Santoriya'),(23516,'Santosh'),(23517,'Santosh Bai'),(23518,'Santosh Das'),(23519,'Santosh Kumar'),(23520,'Santosh Raj'),(23521,'Santosh Rani'),(23522,'Santosh Sih'),(23523,'Santosh Singh'),(23524,'Santosha'),(23525,'Santosha Nand'),(23526,'Santoshi'),(23527,'Santoshi Bai'),(23528,'Santoshi Bai'),(23529,'Santoshi Bia'),(23530,'Santoshi Devi'),(23531,'Santoshi kumar'),(23532,'Santoshi Singh'),(23533,'Santoshiya'),(23534,'Santosi'),(23535,'Santossh'),(23536,'Santosshi'),(23537,'Santr Bai'),(23538,'Santra'),(23539,'Santra bai'),(23540,'Santra Bai'),(23541,'Santra Kali'),(23542,'Santraj'),(23543,'Santram'),(23544,'Santran'),(23545,'Santri'),(23546,'Santri bai'),(23547,'Santrin Bai'),(23548,'Santriya Bai'),(23549,'Santrma'),(23550,'Santsh kumar'),(23551,'Santsoh'),(23552,'Santu'),(23553,'Santu Bai'),(23554,'Santu Das'),(23555,'Santu Kumar'),(23556,'Santu Lal'),(23557,'Santu Ram'),(23558,'Santuka'),(23559,'Santula'),(23560,'Santula Bai'),(23561,'Santulas'),(23562,'Santuram'),(23563,'Santvan'),(23564,'Santvana'),(23565,'Santvantin Bai'),(23566,'Santvati'),(23567,'Santwantin Bai'),(23568,'Sanu'),(23569,'Sanu Prasad'),(23570,'Sanu Ram'),(23571,'Sanupa Bai'),(23572,'Sanuwar'),(23573,'Sanva Das'),(35018,'Sanvara'),(23574,'Sanvari'),(23575,'Sanvariya'),(23576,'Sanvariya Bai'),(23577,'Sanvat'),(23578,'Sanvat Ram'),(35019,'Sanwar'),(35020,'Sanyashi'),(35021,'Sanyasi'),(23579,'Sanyasi Ram'),(23580,'Sanyogita'),(23581,'Sanyogita Bai'),(35022,'Sao'),(23582,'saoni bai'),(23583,'Saonu'),(35023,'Saora'),(35024,'Saota'),(35025,'Saouta'),(35026,'Saovara'),(23584,'Sapan'),(23585,'Sapana'),(23586,'Sapana Singh'),(23587,'Sapant Singh'),(23588,'Sapanu Singh'),(35027,'Saparvar'),(23589,'Sapat'),(35028,'Sapera'),(23590,'Saphar Ali'),(23591,'Saphara Bai'),(35029,'Saphare'),(23592,'saphari bai'),(23593,'Sapharu'),(23594,'Saphed Bai'),(23595,'Saphi'),(23596,'Saphik'),(23597,'Saphika'),(23598,'Saphikum'),(23599,'Saphikun'),(23600,'Saphila'),(23601,'Saphina'),(23602,'Saphina Bee'),(23603,'Saphina Begam'),(23604,'Saphir'),(23605,'Saphir Singh'),(23606,'Saphiya bai'),(23607,'Saphkun Nisha'),(23608,'Saphoor Singh'),(23609,'Saphraj'),(23610,'Saphri Bai'),(23611,'Saphura'),(23612,'Saphura Bai'),(23613,'Saphuran'),(23614,'Sapitun'),(23615,'Sapna'),(23616,'Sapna Bai'),(23617,'Sapni'),(23618,'Sapnu Singh'),(35030,'Sapre'),(23619,'Saptam'),(23620,'Sapura'),(23621,'Sapuran'),(23622,'Saput'),(23623,'Sara'),(23624,'Sara Rahmani'),(35031,'Sarab'),(23625,'Sarabjeet'),(35032,'Sarad'),(23626,'Saradar'),(23627,'Saradhu'),(35033,'Saraf'),(23628,'Sarafat'),(23629,'Sarahi'),(23630,'Sarahi Bai'),(23631,'Saraiya'),(23632,'Saraiyha Singh'),(23633,'Sarajmati'),(23634,'Saraju'),(23635,'Saraju Ram'),(23636,'Sarala'),(35034,'Saran'),(23637,'Saran Singh'),(23638,'Sarans'),(35035,'Saraph'),(23639,'Saraphat'),(23640,'Saras'),(23641,'Sarashwati'),(23642,'Sarasvati'),(23643,'Sarasvati Bai'),(23644,'Saraswat'),(23645,'Saraswati'),(23646,'Saraswati Bai'),(23647,'Saraswati Devi'),(23648,'Sarat Kumari'),(35036,'Sarathi'),(23649,'Saratin'),(35037,'Saratiya'),(23650,'Saratu'),(23651,'Saratu ram'),(23652,'Sarawati'),(23653,'Sarbal'),(23654,'Sarbar'),(23655,'Sarbati'),(23656,'Sarbati Bai'),(23657,'Sarda'),(23658,'Sardar'),(23659,'Sardar Singh'),(23660,'Sardaru Ram'),(23661,'Sardha'),(23662,'Sardha Bai'),(35038,'Sardhi'),(23663,'Sardul singh'),(23664,'Sareef'),(23665,'Sareeta'),(23666,'sarel'),(23667,'Saresa Bai'),(23668,'Sareta'),(23669,'Sarf'),(23670,'Sargam'),(23671,'Sarha'),(23672,'Sarha Ram'),(23673,'Sarharam'),(23674,'Sarhi'),(23675,'Sarhibai'),(35039,'Sarhiya'),(23676,'Sarhu Ram'),(23677,'Sari Bai'),(23678,'Sarichand'),(23679,'Sarif'),(23680,'Sarifa'),(23681,'Sarifan'),(23682,'Sarifun'),(23683,'Sarika'),(23684,'Sarikha'),(23685,'Sariph'),(23686,'Saripha'),(23687,'Saripha Begam'),(23688,'Sariphan'),(23689,'Sariphan Bee'),(23690,'Sariphna'),(23691,'Sariphoon'),(23692,'Sariphun'),(23693,'Sariphun begam'),(23694,'Sarista'),(23695,'Sarit Kumar'),(23696,'Sarit Ram'),(23697,'Sarita'),(23698,'Sarita bai'),(23699,'Sarita bai'),(23700,'Sarita Bai'),(23701,'Sarita Devi'),(23702,'Sarita Kumari'),(23703,'Saritabai'),(35040,'Sarivan'),(35041,'Sarivas'),(23704,'Sariya'),(23705,'Sariya Bai'),(23706,'Sarju'),(23707,'Sarju Das'),(23708,'Sarju Kumar'),(23709,'Sarju Prasad'),(23710,'Sarju Ram'),(23711,'Sarju Singh'),(23712,'Sarjukant'),(23713,'Sarjuram'),(35042,'Sarkar'),(23714,'Sarkar Singh'),(23715,'Sarkhesh'),(23716,'Sarla'),(23717,'Sarla Bai'),(35043,'Sarma'),(23718,'Sarman'),(23719,'Sarmaniya'),(23720,'Sarmila'),(35044,'Sarnami'),(35045,'Sarnamii'),(23721,'Saro'),(23722,'Sarodan'),(23723,'Sarodhan'),(23724,'Sarodhan Singh'),(23725,'Saroj'),(23726,'Saroj Bai'),(23727,'Saroj Kumar'),(23728,'Saroj Bai'),(23729,'Saroj Bia'),(23730,'Saroj Das'),(23731,'Saroj Devi'),(23732,'Saroj Kiran'),(23733,'Saroj Kumar'),(23734,'Saroj Kuwar'),(23735,'Saroj minj'),(23736,'Saroj Singh'),(23737,'Saroja'),(23738,'Saroja Bai'),(23739,'Sarojaki'),(23740,'Sarojan'),(23741,'Sarojan bai'),(23742,'Sarojana'),(23743,'Sarojani'),(23744,'Sarojani Bai'),(23745,'Sarojani kumari'),(23746,'Sarojbati'),(23747,'Sarojni'),(23748,'Sarojni Bai'),(23749,'Sarojnibai'),(23750,'Saroni'),(23751,'Saroop Singh'),(23752,'Saroopa'),(23753,'Sarota'),(35046,'Sarote'),(23754,'Saroti'),(23755,'Saroti Bai'),(35047,'Sarovar'),(23756,'Sarowar'),(23757,'Sarsati'),(23758,'Sarsatiya'),(23759,'Sarsavati'),(23760,'Sarsavati Bai'),(23761,'Sarsawati'),(23762,'Sarsawati Bai'),(23763,'Sarsawti'),(23764,'Sarsawti Bai'),(23765,'Sarshwati'),(35048,'Sarstula'),(23766,'Sarsvati'),(23767,'Sarsvati Bai'),(23768,'Sarswari bai'),(23769,'Sarswari bai'),(23770,'Sarswati'),(23771,'Sarswati Bai'),(23772,'Sarswati Bai'),(23773,'Sarswatibai'),(23774,'Sarswatri'),(23775,'Sarswatri Bai'),(23776,'Sartaj'),(23777,'Sartaj kumar'),(23778,'sarthak kumar'),(35049,'Sarthi'),(35050,'Sarthii'),(35051,'Sartnami'),(23779,'Sartu Lal'),(23780,'Sarupa Bai'),(23781,'Sarupiya Bai'),(23782,'Sarvan'),(23783,'Sarvan Singh'),(23784,'Sarvani Bai'),(23785,'Sarvaniya Bai'),(23786,'Sarvatara'),(23787,'Sarvde'),(35052,'Sarve'),(23788,'sarvesh'),(23789,'Sarvesh Kumar'),(23790,'Sarvind'),(23791,'Sarwan'),(23792,'Sarwani Bai'),(23793,'Sarwati Bai'),(35053,'Saryavanshi'),(23794,'Saryu Prasad'),(23795,'Sasantram'),(23796,'Sashelal'),(23797,'Sashi'),(23798,'Sashi Bai'),(23799,'Sashikant'),(23800,'Sashikiran'),(23801,'Sashiprabha'),(35054,'Sashis'),(23802,'Sashita'),(35055,'Sashyap'),(23803,'Sasita'),(35056,'Sastiya'),(23804,'Sat'),(23805,'Sat bai'),(23806,'Sat Kumar'),(23807,'Sat Loukhi'),(35057,'Sat Nami'),(23808,'Sat Prasad'),(23809,'Sat Rupa Bai'),(23810,'sat star'),(35058,'Sat.'),(23811,'Sata'),(23812,'Sata Bai'),(23813,'Satabai'),(23814,'Satait singh'),(23815,'Satakhoji'),(35059,'Satami'),(23816,'Satan'),(23817,'Satan Bai'),(23818,'Satan Devi'),(23819,'satan singh'),(35060,'Satanami'),(23820,'Satanand'),(35061,'Satanmi'),(23821,'Satanu'),(35062,'Satar'),(23822,'Satarvati'),(23823,'Satat'),(23824,'Satay kunver'),(23825,'Satay prakash'),(23826,'Satayawati'),(23827,'Sataybhama'),(23828,'Sataywati'),(23829,'Satbhama'),(23830,'Sateesh'),(23831,'Sateesh Kumar'),(23832,'Satel'),(23833,'Satel Ram'),(23834,'Sateli Bai'),(23835,'Satelin Bai'),(23836,'Satendra'),(23837,'Satendra Kumar'),(23838,'Satendra singh'),(23839,'Sateram'),(23840,'Sath'),(35063,'Sathi'),(23841,'Sati'),(23842,'Sati Anushuiya'),(23843,'Sati Bai'),(23844,'Sati Bai.'),(23845,'Sati Kumari'),(23846,'Sati Ram'),(23847,'Satibai'),(23848,'Satika'),(23849,'Satin'),(23850,'Satin Bai'),(23851,'satir bai'),(23852,'Satish'),(23853,'Satish Das'),(23854,'Satish Kumar'),(23855,'Satish singh'),(23856,'satishankar'),(35064,'Satkapa'),(23857,'Satkhojan'),(23858,'Satku Ram'),(23859,'Satkumar'),(23860,'Satkumari'),(23861,'satkunwar'),(23862,'Satli'),(35065,'Satmani'),(23863,'Satmaniya'),(23864,'Satmat'),(23865,'Satmati'),(23866,'Satmer Kumar'),(35066,'Satnai'),(35067,'Satnaimi'),(23867,'Satnam'),(35068,'satnamai'),(35069,'Satnami'),(35070,'Satnami - 1'),(35071,'Satnami - 2'),(35072,'Satnami.'),(35073,'Satnamik'),(35074,'Satnamj'),(35075,'Satnammi'),(35076,'Satnanmi'),(23868,'Satnarayan'),(23869,'Satniya'),(23870,'Satniya Bai'),(35077,'Satnmai'),(35078,'Satnmi'),(23871,'Satntosh'),(23872,'Sato'),(23873,'Sato Bai'),(23874,'Sato Kumari'),(23875,'Satosh'),(23876,'Satosiya'),(23877,'Satpal'),(35079,'Satphute'),(23878,'satram'),(23879,'Satre Bai'),(23880,'Satri Bai'),(23881,'Satrika'),(35080,'Satrnami'),(23882,'Satroopa'),(23883,'Satroopa Bai'),(23884,'Satru Ram'),(23885,'Satrughan'),(23886,'Satruhan'),(23887,'Satruhan Lal'),(23888,'Satrupa'),(23889,'Satrupa Bai'),(23890,'Satrupa Devi'),(23891,'Satrupa Kumari'),(23892,'satrupi'),(23893,'Satrupi Kumari'),(23894,'Satta Bai'),(23895,'Sattam singh'),(23896,'Sattar'),(23897,'Sattar Ali'),(23898,'Sattayam'),(23899,'Satte Lal'),(23900,'Satti bai'),(23901,'Satti Devi'),(23902,'Satti Ram'),(23903,'Sattu'),(23904,'Sattu Bai'),(23905,'Sattu Lal'),(23906,'Sattu Ram'),(23907,'Sattu Singh'),(23908,'satula bai'),(23909,'Satuliya Bai'),(23910,'Satulla Bai'),(23911,'Satuna'),(35081,'Satur'),(23912,'Satva Bai'),(23913,'Satvan'),(23914,'Satvan Kumar'),(23915,'satvan singh'),(23916,'Satvant'),(23917,'Satvantin'),(23918,'Satvantin Bai'),(23919,'Satvantin Devi'),(23920,'Satvariya Bai'),(23921,'Satvati'),(23922,'Satvati Bai'),(23923,'Satvatin'),(23924,'Satveer'),(23925,'Satvik'),(23926,'satwant singh'),(23927,'Satwantin'),(23928,'Satwantin Bai'),(23929,'Satwati'),(23930,'Satwati Bai'),(23931,'Saty'),(23932,'Saty Dev Singh'),(23933,'saty kumari'),(23934,'Saty vati'),(23935,'Satya'),(23936,'Satya Bai'),(23937,'Satya Bhama'),(23938,'Satya Bhava'),(23939,'Satya Dev'),(23940,'Satya Kam'),(23941,'Satya Krishan'),(23942,'Satya Kumar'),(23943,'Satya Kumari'),(23944,'Satya Narayan'),(23945,'Satya Prakash'),(23946,'Satya Singh'),(23947,'Satya Vilash'),(23948,'Satyabhama'),(23949,'Satyabhan'),(23950,'Satyabhava'),(23951,'Satyadeep'),(23952,'Satyadev'),(23953,'Satyadhar'),(23954,'Satyajeet'),(23955,'Satyajit'),(23956,'Satyam'),(23957,'Satyam Bai'),(23958,'Satyam Kumar'),(23959,'Satyanand'),(23960,'Satyanaran'),(23961,'Satyanarayan'),(23962,'Satyanayan'),(23963,'Satyapal'),(23964,'Satyaprakash'),(23965,'Satyaprakesh'),(23966,'Satyapratap'),(23967,'Satyaprkasha'),(23968,'Satyati'),(23969,'Satyavan'),(23970,'Satyavati'),(23971,'Satyavati Bai'),(23972,'Satyavati Bai'),(23973,'Satyawan'),(23974,'Satyawati'),(23975,'Satybhama'),(23976,'Satybhawna'),(23977,'satydeep'),(23978,'Satydev singh'),(23979,'Satyendra'),(23980,'Satyendra Kumar'),(23981,'Satyendra Pal'),(23982,'Satyesh'),(23983,'Satyeshvari'),(23984,'Satyjit'),(23985,'Satynarayan'),(23986,'Satypal'),(23987,'Satyprakash'),(23988,'Satyprakesh'),(23989,'Satysagar'),(23990,'Satyvati'),(23991,'Satywati'),(23992,'Sau Ram'),(35082,'Sauata'),(23993,'Saubhagya Laxmi'),(23994,'Saubhindra Ram'),(23995,'saukat'),(23996,'Saukat Ali'),(23997,'Saukat Singh'),(23998,'Saukh Das'),(23999,'Saukhi'),(24000,'Saukhi Bai'),(24001,'Saukhi Kumar'),(24002,'Saukhi Lal'),(24003,'Saukhi Ram'),(24004,'Saukhilal'),(24005,'Saukhin bai'),(24006,'Saukhmati'),(24007,'Saumya'),(24008,'Sauni'),(24009,'Sauni Bai'),(35083,'Saunra'),(35084,'Saunta'),(24010,'Saupat'),(24011,'Saupnil singh'),(35085,'Saura'),(35086,'Sauraa'),(24012,'Saurabh'),(24013,'Saurabh Kumar'),(24014,'Saurabh singh'),(24015,'Saurabhchand'),(24016,'Sauram'),(24017,'Sauri bai'),(24018,'Sauri Bai'),(24019,'saurin bai'),(24020,'Saurya'),(24021,'sauryaman'),(35087,'Sauryavanshi'),(24022,'Sausariya Bai'),(24023,'Saushal Bai'),(35088,'Sauta'),(24024,'Sautan singh'),(24025,'Sautar'),(35089,'Sauvta'),(24026,'Savadhar'),(24027,'Savahi'),(24028,'Savan'),(24029,'Savan Bai'),(24030,'Savan Das'),(24031,'Savan Kumar'),(24032,'Savan lal'),(24033,'Savan Singh'),(24034,'Savana'),(24035,'Savana Begam'),(24036,'Savana Bai'),(24037,'Savanabai'),(24038,'Savani'),(24039,'Savani Bai'),(24040,'Savanmati'),(24041,'Savant'),(24042,'Savant ram'),(24043,'Savara'),(24044,'Savari'),(24045,'Savat'),(24046,'Savat Ram'),(24047,'Savatantra'),(24048,'Savati'),(24049,'Savatri'),(24050,'Savidas'),(24051,'Savil Ahmad'),(24052,'Savina'),(24053,'Saviri bai'),(24054,'Savit Kumar'),(24055,'Savita'),(24056,'Savita bai'),(24057,'Savita Bai'),(24058,'Savita Devi'),(24059,'Savita Kumari'),(24060,'Savitaa'),(24061,'Savitari'),(24062,'Savitari Bai'),(24063,'Savite Bai'),(24064,'Saviti bai'),(24065,'Savitri'),(24066,'Savitri Bai'),(24067,'Savitri Devi'),(35090,'Savitrii'),(24068,'Savn'),(24069,'Savna Bai'),(24070,'Savni'),(24071,'Savni Bai'),(35091,'Savra'),(24072,'Savri Bai'),(24073,'Savrik'),(24074,'Savrin Bai'),(24075,'Savtri'),(35092,'Saw'),(24076,'Sawaita'),(24077,'Sawaitri'),(24078,'Sawal'),(24079,'Sawala Bai'),(24080,'Sawali'),(24081,'Sawali Bai'),(24082,'Sawan'),(24083,'Sawan Bai'),(24084,'Sawan Kali'),(24085,'Sawan Kumar'),(24086,'Sawan Singh'),(24087,'Sawana'),(24088,'Sawana Bai'),(24089,'Sawandevi'),(24090,'Sawani'),(24091,'Sawani Bai'),(24092,'Sawanmati'),(24093,'Sawant Ram'),(35093,'Sawanta'),(24094,'Sawantram'),(24095,'Sawanu'),(35094,'Sawara'),(24096,'Sawarath Lal'),(24097,'Sawari Bai'),(24098,'Sawarin Bai'),(24099,'Sawariya'),(24100,'Sawaroop'),(24101,'Sawarta'),(35095,'Sawarthi'),(24102,'Sawasth'),(24103,'Sawat'),(24104,'Sawat Ram'),(24105,'Sawati'),(24106,'Sawatri'),(24107,'Sawatri Bai'),(35096,'Saway'),(24108,'Saweeta'),(24109,'Sawi'),(24110,'Sawina'),(24111,'Sawita'),(24112,'Sawita Bai'),(24113,'Sawitari'),(24114,'Sawitri'),(24115,'Sawitri Abi'),(24116,'Sawitri Bai'),(24117,'Sawla Prasad'),(24118,'Sawli'),(24119,'Sawni'),(24120,'Sawni Bai'),(24121,'Sawnu ram'),(24122,'Sawtri Bai'),(24123,'Saxchhi'),(35097,'Saxena'),(24124,'Say'),(24125,'Say Yug'),(24126,'Sayada Begam'),(24127,'Sayam'),(24128,'Sayam Bai'),(24129,'Sayama Bai'),(24130,'Sayara'),(24131,'sayara begam'),(24132,'Saybati'),(24133,'Saybin'),(24134,'Sayed'),(35098,'Sayeni'),(24135,'Sayfa'),(24136,'Saymal'),(24137,'Sayna'),(24138,'Sayra'),(24139,'Sayra Bano'),(24140,'Sayra Begam'),(35099,'Saytonde'),(24141,'Sbhubham'),(35100,'Sdrg'),(24142,'Sebahor'),(24143,'Sed Prasad'),(24144,'Sedam bee'),(35101,'Sedar'),(24145,'Sedh Ram'),(24146,'Sedheram'),(24147,'Sedu'),(24148,'Seduram'),(24149,'Seeba'),(24150,'Seeda'),(24151,'Seedhram'),(24152,'Seedhvaram'),(24153,'Seeeta Bai'),(24154,'Seeeta Ram'),(24155,'Seela Bai'),(24156,'Seelakvati'),(24157,'Seem Bai'),(24158,'Seema'),(24159,'Seema bai'),(24160,'Seema Bai'),(24161,'Seema Kumari'),(24162,'Seema Lata'),(24163,'Seema Nath'),(24164,'Seema Ram'),(24165,'Seemat'),(24166,'Seemi'),(24167,'Seena'),(24168,'Seena Bai'),(24169,'Seenu'),(35102,'Seepar'),(24170,'Seera Bai'),(24171,'Seeta'),(24172,'Seeta bai'),(24173,'Seeta bai'),(24174,'Seeta Bai'),(24175,'Seeta Devi'),(24176,'Seeta Kumari'),(24177,'Seeta Prasad'),(24178,'Seeta Ram'),(24179,'Seeta Singh'),(24180,'Seetaba'),(24181,'Seetal Kunwar'),(24182,'Seetalbati'),(24183,'Seetapi'),(24184,'Seetaram'),(24185,'Seetasharan'),(24186,'Seetavati'),(24187,'Seeti'),(24188,'Seetu'),(24189,'Seeya'),(24190,'Seeya Bai'),(24191,'Seeya Bati'),(24192,'Seeya Devi'),(24193,'Seeya Ram'),(24194,'Sefali'),(24195,'Segan Bai'),(24196,'Seja Bai'),(24197,'Sejal'),(24198,'Sejan Bai'),(24199,'Sejavati'),(24200,'Sejiya Bai'),(24201,'Sekha'),(24202,'Sekha Ikbal'),(24203,'Sekhan'),(24204,'sekhar'),(24205,'Sekharu'),(24206,'Sekhi Bai'),(24207,'Sekhu Ram'),(24208,'Sekunvar'),(35103,'Sel'),(24209,'Sel Singh'),(35104,'Selar'),(24210,'Selau Ram'),(24211,'Sem'),(24212,'Sem Bai'),(24213,'Sem Bati'),(24214,'Sem Kumari'),(24215,'sem kunvar'),(24216,'Sem Kunwar'),(24217,'Sem Kuwar'),(24218,'Sem Lal'),(24219,'Sem Moti'),(24220,'Sem Sharan'),(24221,'Sem Singh'),(24222,'Sema Singh'),(24223,'Semabati'),(24224,'Semakali'),(24225,'Semaliya'),(24226,'Semariya'),(24227,'Semariya bai'),(24228,'Sematiya'),(24229,'Semavati'),(24230,'sembai'),(24231,'Sembati'),(24232,'Sembati Bai'),(24233,'Sembati Baiga'),(24234,'Semdas'),(24235,'Semdin'),(24236,'Semgeeta'),(24237,'Semiya'),(24238,'Semiya Bai'),(24239,'Semkali'),(24240,'Semkumari'),(24241,'Semkumari Bai'),(24242,'Semkunwar'),(24243,'Semkuwar'),(24244,'Semlal'),(24245,'Semma'),(24246,'Semmati'),(24247,'Semriha'),(24248,'Semvati'),(24249,'Semvati Bai'),(24250,'Semwati'),(35105,'Sen'),(24251,'Sen Bai'),(24252,'Senapati'),(24253,'Senbati'),(24254,'Senbati Bai'),(35106,'sendam'),(35107,'Sendariya'),(35108,'Sendhi'),(35109,'Sendram'),(35110,'Sendre'),(35111,'Sengar'),(24255,'Senkuda'),(24256,'septarbar'),(24257,'Serekha'),(24258,'Sesan'),(24259,'Seshiya'),(24260,'Sesiya Bai'),(24261,'Sesvant Kumar'),(24262,'Set'),(24263,'Set Bai'),(24264,'Set kumar'),(24265,'Set Kuwar'),(24266,'Set Ram'),(24267,'Seta bai'),(24268,'Setbandh'),(35112,'Seth'),(24269,'Sethani Bai'),(24270,'Sethin Bai'),(24271,'Sethsingh'),(24272,'Sethu Lal'),(24273,'Setkumari'),(24274,'Setlal'),(24275,'Setram'),(24276,'Setthi'),(24277,'Setu ram'),(24278,'Setu singh'),(24279,'Seuk Ram'),(24280,'Sev Lal'),(24281,'Seva'),(24282,'Seva Ram'),(24283,'Seva Bati'),(24284,'Seva Das'),(24285,'Seva Lal'),(24286,'Seva Ram'),(24287,'Seva Singh'),(24288,'Sevak'),(24289,'Sevak Das'),(24290,'Sevak Lal'),(24291,'Sevak Ram'),(24292,'Sevak Singh'),(24293,'Sevakgir'),(24294,'Sevakram'),(24295,'Sevamati'),(24296,'Sevanta bai'),(24297,'Sevanti'),(24298,'Sevantin Bai'),(24299,'Sevaram'),(24300,'Sevari'),(24301,'Sevati'),(24302,'Sevati Bai'),(24303,'Sevati Kumari'),(24304,'sevchand'),(24305,'Sevkali'),(24306,'Sevkunwar'),(24307,'Sevti'),(24308,'Sevti Bai'),(24309,'Sevtu'),(24310,'Sewa'),(24311,'Sewa Bai'),(24312,'Sewa Lal'),(24313,'Sewa Ram'),(24314,'Sewa Singh'),(24315,'Sewak'),(24316,'Sewak Das'),(24317,'Sewak Ram'),(24318,'Sewan Bai'),(35113,'Sewar'),(24319,'Sewati'),(24320,'Sewati Bai'),(24321,'Sewika'),(24322,'Sewkin Bai'),(35114,'Sha'),(24323,'Shaam'),(24324,'Shaambati Bai'),(24325,'Shaatin'),(24326,'Shabad'),(24327,'Shabana'),(24328,'Shabana Bai'),(24329,'Shabbeer'),(24330,'shabbeerun'),(24331,'Shabdu Prasad'),(24332,'Shabeena'),(24333,'Shabhadhar'),(24334,'Shabhu'),(24335,'Shabhu Lal'),(24336,'Shabir'),(24337,'Shabiran'),(24338,'Shabnam'),(24339,'Shabnam Kumari'),(24340,'Shabra Begam'),(24341,'Shachin'),(24342,'Shadan Ram'),(24343,'Shadha'),(24344,'Shadha Mati'),(24345,'Shadha Ram'),(24346,'Shadhalal'),(24347,'Shadhana'),(24348,'Shadharam'),(24349,'shadolhin bai'),(24350,'Shafina'),(24351,'Shaghi'),(24352,'Shagufta'),(24353,'Shagun'),(24354,'Shagun Bai'),(24355,'Shagun Sinh'),(24356,'Shaguna Bai'),(35115,'Shah'),(24357,'Shahabuddin'),(24358,'Shahadatt'),(24359,'Shahanaj'),(24360,'Shahanaz'),(35116,'Shahani'),(24361,'Shahban'),(24362,'Shahid'),(24363,'Shahid kumar'),(24364,'Shahida'),(24365,'Shahidun'),(24366,'Shahil'),(24367,'Shahil Kumar'),(24368,'Shahinbai'),(24369,'Shahjad'),(24370,'Shahjadi'),(24371,'shahjaha'),(24372,'Shahnaj'),(24373,'Shahnaz'),(24374,'Shahoda'),(24375,'Shahodara'),(24376,'Shahodara Bai'),(24377,'Shahodra'),(24378,'Shahodra Bai'),(24379,'Shahodri Bai'),(24380,'Shahrun'),(24381,'shahshikala'),(35117,'Shahu'),(24382,'Shaihwank'),(24383,'Shail'),(24384,'Shail bai'),(24385,'Shail Bai'),(24386,'Shail Bai'),(24387,'Shail Devi'),(24388,'Shail kumar'),(24389,'Shail Kumari'),(24390,'Shaila'),(24391,'Shaila Bai'),(24392,'Shaila Bee'),(24393,'Shaila Kumari'),(24394,'Shailedra'),(24395,'Shailedri'),(24396,'Shailendari'),(24397,'Shailendra'),(24398,'Shailendra Kumar'),(24399,'Shailendrari'),(24400,'Shailendri'),(24401,'Shailendri bai'),(24402,'Shailesh'),(24403,'Shailesh Kumar'),(24404,'Shaili'),(24405,'Shaili Bai'),(24406,'Shailkumari'),(24407,'Shailla'),(24408,'shailndra'),(24409,'Shailo Bai'),(24410,'Shailu'),(24411,'Shailu Singh'),(24412,'Shaimat'),(24413,'Shairu'),(24414,'Shairun Nisha'),(35118,'Shaiyar'),(24415,'Shajada'),(24416,'Shajadi'),(24417,'Shajara'),(24418,'Shajeena'),(24419,'Shajho'),(24420,'Shajho Bai'),(35119,'Shajid'),(24421,'shakar'),(24422,'Shakati'),(24423,'shakchi'),(24424,'Shakhu'),(24425,'Shakil'),(24426,'Shakila'),(24427,'Shakima'),(24428,'Shakin'),(24429,'Shakina'),(24430,'Shakir'),(24431,'Shakliya'),(24432,'Shakshi'),(24433,'Shaktha'),(24434,'Shakti'),(24435,'Shakti kumari'),(24436,'Shakti Singh'),(24437,'Shaktidhar'),(24438,'Shaktin Bai'),(24439,'Shakun'),(24440,'Shakun Bai'),(24441,'Shakun Bee'),(24442,'Shakun Devi'),(24443,'Shakun kali'),(24444,'Shakun Kumari'),(24445,'Shakun Singh'),(24446,'shakunbai'),(24447,'Shakuntala'),(24448,'Shakuntala Bai'),(24449,'Shakuntala Singh'),(24450,'Shakuntara'),(24451,'Shakuntla'),(24452,'shakuntla bai'),(35120,'Shakur'),(24453,'Shalani'),(24454,'Shalani Kumari'),(24455,'Shaleindra Kumar'),(24456,'Shalendari'),(24457,'Shalendra'),(24458,'Shalendri'),(24459,'Shalina'),(24460,'Shalindari Bai'),(24461,'Shaline'),(24462,'Shalini'),(24463,'Shalma'),(24464,'Shalni'),(24465,'Shalni Bai'),(24466,'Shalu'),(24467,'Shalu Bai'),(24468,'Sham'),(24469,'Sham Bai'),(24470,'Sham Bati'),(24471,'Sham Kunwar'),(24472,'sham kuvar'),(24473,'Sham kuver'),(24474,'Sham Kuwar'),(24475,'Sham Ratan'),(24476,'Sham Singh'),(35121,'Shamad'),(24477,'Shambati'),(24478,'Shambhadur'),(24479,'Shambhu'),(24480,'Shambhu Kumar'),(24481,'Shambhu Lal'),(24482,'Shambhu Ram'),(24483,'Shambhu Singh'),(24484,'Shambhudayal'),(24485,'Shambu Lal'),(24486,'Shami'),(24487,'Shamim'),(24488,'Shamin'),(24489,'Shamjad'),(24490,'Shamkunvar'),(24491,'Shamkunwar'),(24492,'Shamkuvar'),(24493,'Shamkuwar'),(24494,'Shammati'),(24495,'Shammi'),(24496,'Shamsira'),(24497,'Shamsud'),(24498,'Shamual'),(24499,'Shan'),(24500,'Shanat'),(24501,'Shanbhu'),(24502,'Shandhya'),(35122,'Shandily'),(24503,'Shane Lal'),(24504,'Shani'),(24505,'Shani Bai'),(24506,'Shani Bai'),(24507,'Shani Kumar'),(24508,'Shani Lal'),(24509,'Shani Ram'),(24510,'Shanibai'),(24511,'Shanich Ram'),(24512,'Shanidev'),(24513,'Shaniram'),(24514,'Shanit'),(24515,'shanit kumar'),(24516,'Shankar'),(24517,'Shankar Das'),(24518,'Shankar Datt'),(24519,'Shankar Dayal'),(24520,'Shankar Kumar'),(24521,'Shankar lal'),(24522,'Shankar Prasad'),(24523,'Shankar Ram'),(24524,'Shankar Singh'),(24525,'Shankardin'),(24526,'Shankari bai'),(24527,'Shankarin'),(24528,'Shankariya'),(24529,'shankarlal'),(24530,'Shankarvati'),(24531,'Shanker'),(24532,'Shanker Lal'),(24533,'Shanker Mati'),(24534,'Shanker Ram'),(24535,'Shankh'),(24536,'Shankh Ram'),(24537,'Shankhi'),(24538,'Shankhi Bai'),(24539,'Shankhrati'),(24540,'Shankhu Bai'),(24541,'Shankuntala'),(24542,'Shankuntala Bai'),(24543,'Shankuntla'),(24544,'Shankutala'),(24545,'Shanmati'),(24546,'Shannu'),(24547,'shanshak kumar'),(24548,'Shanshu Singh'),(24549,'Shant Kumar'),(24550,'Shant Kumari'),(24551,'Shanta'),(24552,'Shanta Bai'),(24553,'shanta sahu'),(24554,'shantan'),(24555,'Shantanu'),(24556,'Shanti'),(24557,'Shanti bai'),(24558,'Shanti Bai'),(24559,'shanti bai manjhi'),(24560,'Shanti Das'),(24561,'Shanti Devi'),(24562,'Shanti Kumar'),(24563,'Shanti Lal'),(24564,'Shantibai'),(24565,'Shantidevi'),(24566,'Shantnu'),(24567,'Shantra'),(24568,'Shantun'),(24569,'Shanu'),(24570,'Shanu Kumar'),(24571,'Shanuj kumar'),(24572,'Shaodara Bai'),(24573,'Shaphila'),(24574,'Shar Singh'),(24575,'Sharad'),(24576,'Sharad Bai'),(24577,'Sharad Kumar'),(24578,'sharad pratap'),(24579,'Sharada'),(24580,'Sharada Devi'),(24581,'Sharaddh Bai'),(24582,'Sharaddha'),(24583,'Sharadha'),(35123,'Sharan'),(24584,'Sharan Jeet'),(24585,'Sharan Singh'),(24586,'sharat'),(24587,'Sharavan'),(24588,'Sharavan Kuamr'),(24589,'Sharavan Kumar'),(24590,'Sharayu'),(24591,'Shard'),(24592,'Shard Kumar'),(24593,'Sharda'),(24594,'Sharda Bai'),(24595,'Sharda Charan'),(24596,'Sharda Devi'),(24597,'Sharda Prasad'),(24598,'Sharda Singh'),(24599,'Sharda/baby'),(24600,'Sharddha'),(24601,'Shardha'),(24602,'Shardha Bai'),(24603,'Shardha Devi'),(24604,'Shardha Singh'),(24605,'shardhdha'),(24606,'Shardhha'),(24607,'Sharif ali'),(35124,'Sharma'),(24608,'Sharma Singh'),(24609,'Sharman'),(24610,'Sharmila'),(24611,'Sharuhan lal'),(24612,'Sharvan'),(24613,'sharvan singh'),(24614,'sharvan kumar'),(24615,'Sharvand'),(24616,'Shashank'),(24617,'Shashank kumar'),(24618,'Shashi'),(24619,'Shashi Bai'),(24620,'Shashi Bai'),(24621,'Shashi Bia'),(24622,'Shashi Devi'),(24623,'Shashi Kala'),(24624,'Shashi Kant'),(24625,'Shashi Kiran'),(24626,'Shashi Kumar'),(24627,'Shashi Kumari'),(24628,'Shashi Prabha'),(24629,'Shashi Prakesh'),(24630,'Shashi Shekhar'),(24631,'Shashibai'),(24632,'Shashibhushan'),(24633,'Shashikal'),(24634,'Shashikala'),(24635,'Shashikant'),(24636,'Shashikanta'),(24637,'Shashikla'),(24638,'Shashilata'),(24639,'Shashiprabha'),(24640,'Shashiprakash'),(24641,'Shashvat'),(24642,'shashwat'),(24643,'Shasita'),(24644,'Shastri'),(24645,'Shatalika'),(24646,'Shath'),(24647,'Shati Bai'),(24648,'Shatish'),(24649,'Shatroghan'),(24650,'Shatrohan'),(24651,'Shatru Lal'),(24652,'Shatrughan'),(24653,'shatruha'),(24654,'Shatruhan'),(24655,'Shatruhan Bai'),(24656,'Shatruhan Das'),(24657,'Shatruhan kumar'),(24658,'Shatruhan Lal'),(24659,'Shatruhan Prasad'),(24660,'Shatruhan Singh'),(24661,'Shatrulal'),(24662,'Shatrupa'),(24663,'Shatrupa Bai'),(24664,'Shattu Ram'),(24665,'Shatul'),(24666,'Shatula'),(35125,'Shau'),(24667,'Shaukat'),(24668,'Shaurya'),(24669,'Shav Bin'),(24670,'Shavadhar'),(24671,'Shavan'),(24672,'Shavani Bai'),(24673,'Shawan'),(24674,'Shawanmati'),(24675,'Shaward'),(24676,'Shawitari'),(24677,'Shayam'),(24678,'Shayam Bai'),(24679,'Shayam Das'),(24680,'Shayam Ji'),(24681,'Shayam Lal'),(24682,'Shayam Ratan'),(24683,'Shayam Singh'),(24684,'Shayam Sunderar'),(24685,'Shayama'),(24686,'Shayama Bai'),(24687,'Shayamata bai'),(24688,'Shayambati'),(24689,'Shayamkali'),(24690,'Shayamlal'),(24691,'Shayammati'),(24692,'Shayamnath'),(24693,'Shayamsundar'),(24694,'Shayamta Bai'),(24695,'Shayara'),(24696,'Shaym'),(24697,'Shaym Bai'),(24698,'Shaym ji'),(24699,'Shaym Lal'),(24700,'Shaym singh'),(24701,'Shayma Bai'),(24702,'Shaymbati'),(24703,'shaymkartik'),(24704,'Shaymkunwer'),(24705,'shaymmati'),(24706,'Shaymta bai'),(24707,'Shbanam Begam'),(24708,'Sheela'),(24709,'Sheela Bai'),(24710,'Sheelabai'),(24711,'Sheelarani'),(24712,'Sheelau'),(24713,'sheelu'),(24714,'Sheelu Bai'),(24715,'Sheet Bai'),(24716,'Sheetal'),(24717,'Sheetal Prasad'),(24718,'Sheetala'),(24719,'Sheetla'),(24720,'Sheetla Bai'),(24721,'Shekh'),(24722,'Shekh Amir'),(24723,'shekh basarat'),(24724,'Shekh Ilahi'),(24725,'Shekh Ishraphil'),(24726,'Shekh ismail'),(24727,'Shekh Kalamuddin'),(24728,'Shekh Mahmud'),(24729,'Shekh Nasir'),(24730,'shekh navaj'),(24731,'Shekh Rahmat'),(24732,'Shekh Ramjan'),(24733,'Shekh Sahbaj'),(24734,'shekh sahban'),(24735,'Shekh Sharif'),(24736,'Shekh Wajid'),(24737,'Shekha'),(24738,'Shekhaiya'),(24739,'Shekhanoor'),(24740,'Shekhanur'),(24741,'Shekhar'),(24742,'Shekhar Das'),(24743,'Shekhar kant'),(24744,'Shekhar kumar'),(24745,'Shekhar Yadaw'),(24746,'Shekhlatiph'),(35126,'Shekhmansuri'),(24747,'Shekhu Ram'),(24748,'Shekhuuram'),(24749,'Shel Bai'),(24750,'Sher'),(24751,'Sher Ali'),(24752,'Sher Mohammad'),(24753,'Sher Sih'),(24754,'Sher Singh'),(24755,'Sherank'),(24756,'Sherpaal'),(24757,'Shersingh'),(24758,'Sheru'),(24759,'Sheru Singh'),(24760,'sherya'),(24761,'Shesh'),(24762,'Shesh Bai'),(24763,'Shesh Kumar'),(24764,'Shesh Lal'),(24765,'Shesh Narayan'),(24766,'Sheshan Bai'),(24767,'Sheshnarayan'),(24768,'Shetala'),(24769,'Shewata'),(24770,'Shewta'),(35127,'Shhu'),(24771,'Shib'),(24772,'Shiba'),(24773,'Shibai'),(35128,'Shibani'),(24774,'Shidiya'),(35129,'Shigh'),(24775,'Shiivratan'),(24776,'Shijara'),(24777,'Shikari'),(24778,'Shikha'),(24779,'Shikhar'),(35130,'Shiklwal'),(24780,'Shikumar'),(24781,'Shil'),(24782,'Shil Bai'),(24783,'Shil Chand'),(24784,'Shil kumar'),(24785,'Shil Kumari'),(24786,'Shila'),(24787,'Shila Bai'),(24788,'Shila Bharti'),(24789,'Shila Devi'),(24790,'Shila Kumari'),(24791,'Shila Ram'),(24792,'Shila singh'),(24793,'Shila/panch Bai'),(24794,'Shilab'),(24795,'Shilandra'),(24796,'Shilata'),(24797,'Shilendari'),(24798,'Shilendari Bai'),(24799,'Shilendra'),(24800,'Shilendra Kumar'),(24801,'Shili Bai'),(24802,'Shilkumari'),(24803,'Shilkunwar'),(24804,'Shilla'),(24805,'Shillendra'),(24806,'shillu'),(24807,'Shilochana'),(24808,'Shilochani'),(24809,'Shilpa'),(24810,'Shilpa Bai'),(24811,'Shilpi'),(24812,'Shilu'),(24813,'Shilvantin'),(24814,'Shima'),(24815,'Shimal Bai'),(24816,'Shimala'),(24817,'Shimla'),(24818,'Shimla Bai'),(24819,'Shimmi'),(35131,'Shinde'),(35132,'Shing'),(35133,'Shingh'),(24820,'Shinku Kumar'),(24821,'Shinu'),(24822,'Shir Ram'),(24823,'Shira'),(35134,'Shiravas'),(35135,'Shiravash'),(24824,'Shirimati Bai'),(24825,'Shirin'),(24826,'Shirish'),(35136,'Shirivas'),(35137,'Shiriwas'),(24827,'Shirma Singh'),(24828,'Shirmat Bai'),(24829,'Shirmata Bai'),(24830,'Shiromani'),(24831,'Shirtin'),(35138,'Shirvas'),(35139,'Shirvash'),(35140,'Shirvashtav'),(35141,'Shirvastav'),(24832,'Shirvatin Bai'),(35142,'Shirwas'),(35143,'shis'),(24833,'Shish Kamal'),(24834,'shish kumar'),(24835,'Shish lal'),(24836,'Shishamani'),(24837,'Shishank'),(24838,'Shishikala'),(24839,'Shishilaya'),(24840,'Shishir kanhai'),(24841,'Shishmala'),(24842,'Shishman'),(24843,'Shishpal Singh'),(24844,'Shishti'),(24845,'Shishu'),(24846,'Shishu Pal'),(24847,'Shishupal'),(24848,'Shit'),(24849,'Shit Bai'),(24850,'Shit Kumar'),(24851,'Shital'),(24852,'Shital Bai'),(24853,'Shital Das'),(24854,'shital kumar'),(24855,'Shital Prasad'),(24856,'Shital Singh'),(24857,'Shitala'),(24858,'Shitala Bai'),(24859,'Shitala Prasad'),(24860,'Shitaliya Prasad'),(24861,'Shitaram'),(35144,'Shitel'),(24862,'Shitla'),(24863,'Shitla bai'),(24864,'Shitla Bai'),(24865,'Shitlesh'),(24866,'Shitula'),(24867,'Shiv'),(24868,'Shiv Bagas'),(24869,'Shiv Bai'),(24870,'Shiv Balak'),(24871,'Shiv Bhagat'),(24872,'Shiv Bhajan'),(24873,'Shiv Bhavan Singh'),(24874,'Shiv Bhusan'),(24875,'Shiv Chand'),(24876,'Shiv Chandra'),(24877,'Shiv Charan'),(24878,'Shiv Das'),(24879,'Shiv Dayal'),(24880,'Shiv dulari'),(24881,'Shiv Gopal'),(24882,'Shiv Gulab'),(24883,'Shiv Gulam'),(24884,'Shiv Hare'),(24885,'Shiv Kali'),(24886,'Shiv Kamta'),(24887,'Shiv kant'),(24888,'Shiv Kanti'),(24889,'Shiv Kuamar'),(24890,'Shiv Kuamri'),(24891,'Shiv Kumar'),(24892,'Shiv Kumari'),(24893,'Shiv Kunwar'),(24894,'Shiv Kuwar'),(24895,'Shiv Lal'),(24896,'Shiv Lochan'),(24897,'Shiv Mangal'),(24898,'Shiv Mati'),(24899,'Shiv Nandan'),(24900,'Shiv Narayan'),(24901,'Shiv Nath'),(24902,'Shiv Pal'),(24903,'Shiv Piyari'),(24904,'Shiv Prakash'),(24905,'Shiv Prasa'),(24906,'Shiv Prasad'),(24907,'Shiv Prasada'),(24908,'Shiv Prased'),(24909,'Shiv Prashad'),(24910,'Shiv Pratap'),(24911,'Shiv Puran'),(24912,'Shiv Pyari'),(24913,'Shiv Raj'),(24914,'Shiv Ram'),(24915,'Shiv Rani'),(24916,'Shiv Ratan'),(24917,'Shiv Ratri'),(24918,'Shiv Sagar'),(24919,'Shiv Sahay'),(24920,'Shiv Shankar'),(24921,'Shiv Shanker'),(24922,'Shiv Sharan'),(24923,'Shiv Shyam'),(24924,'Shiv Sih'),(24925,'Shiv Sing'),(24926,'Shiv Singh'),(24927,'Shiv Vati'),(24928,'Shiva'),(24929,'Shiva Bai'),(24930,'Shiva Ji'),(24931,'Shiva Kumar'),(24932,'Shiva Kumari'),(24933,'Shiva Ram'),(24934,'Shiva Singh'),(24935,'Shivabati'),(24936,'Shivadhar'),(24937,'Shivagi'),(24938,'Shivahin'),(24939,'Shival'),(24940,'Shivali'),(24941,'Shivam'),(24942,'Shivam Kumar'),(24943,'shivam singh'),(24944,'Shivan'),(24945,'Shivan Bai'),(24946,'Shivang'),(24947,'Shivang Kumar'),(24948,'Shivangi'),(24949,'Shivani'),(24950,'Shivani Bai'),(24951,'Shivansh'),(24952,'Shivanshu'),(24953,'Shivapal'),(24954,'Shivaraj'),(24955,'Shivaram'),(24956,'Shivari Bai'),(35145,'Shivas'),(35146,'Shivash'),(35147,'Shivasha'),(24957,'Shivavati'),(24958,'Shivbachan'),(24959,'Shivbagas'),(24960,'shivbahor singh'),(24961,'Shivbala'),(24962,'Shivbalak'),(24963,'Shivbali'),(24964,'Shivbaran'),(24965,'Shivbati'),(24966,'Shivbati Bai'),(24967,'Shivbhajan'),(24968,'Shivbhajan singh'),(24969,'Shivbhan'),(24970,'Shivbhanu'),(24971,'Shivchand'),(24972,'Shivchandra'),(24973,'Shivcharan'),(24974,'Shivchran'),(24975,'Shivdas'),(35148,'shivdasani'),(24976,'Shivdatt'),(24977,'Shivdayal'),(24978,'Shivdhar'),(24979,'Shivdyal'),(24980,'Shivendra Giri'),(24981,'shivendra kumar'),(24982,'Shivesh'),(24983,'Shivhare'),(24984,'Shivi'),(24985,'Shivika'),(24986,'Shivkali'),(24987,'Shivkali Bai'),(24988,'Shivkalii'),(24989,'Shivkant'),(24990,'Shivkanta'),(24991,'Shivkanti'),(24992,'Shivkaran'),(24993,'Shivkoti'),(24994,'Shivkuamri'),(24995,'Shivkumar'),(24996,'Shivkumari'),(24997,'Shivkunwar'),(24998,'Shivkuwar'),(35149,'Shivlahare'),(24999,'Shivlal'),(25000,'Shivlochan'),(25001,'Shivlochan Bai'),(25002,'Shivlochana'),(25003,'Shivlochani'),(25004,'Shivmahay'),(25005,'Shivmangal'),(25006,'Shivmangal Singh'),(25007,'shivmani'),(25008,'Shivmantri Bai'),(25009,'Shivmati'),(25010,'Shivmatiya Bai'),(25011,'Shivmurat'),(25012,'Shivnadan'),(25013,'Shivnandan'),(25014,'Shivnarayan'),(25015,'Shivnath'),(25016,'Shivnathan bai'),(25017,'Shivni bai'),(25018,'Shivnti'),(25019,'Shivpal'),(25020,'Shivpan'),(25021,'Shivparshad'),(25022,'Shivpooja'),(25023,'Shivprakash'),(25024,'Shivprasad'),(25025,'Shivprased'),(25026,'Shivprsad'),(25027,'Shivpuri'),(25028,'Shivra Singhj'),(25029,'Shivradha'),(25030,'Shivraj'),(25031,'Shivraj Singh'),(25032,'Shivraji'),(25033,'Shivrajmati'),(25034,'Shivram'),(25035,'Shivrani'),(25036,'Shivrat'),(25037,'Shivratan'),(25038,'Shivrati'),(25039,'Shivrati Bai'),(25040,'Shivratiya'),(25041,'Shivratiya Bai'),(25042,'Shivratmati'),(25043,'Shivratri'),(25044,'Shivratri Bai'),(25045,'Shivsahay'),(25046,'Shivsahre'),(25047,'Shivsankar'),(25048,'Shivsay'),(25049,'Shivsevak'),(25050,'Shivshankar'),(25051,'Shivshanker'),(25052,'Shivsharan'),(25053,'Shivsheela'),(25054,'Shivshila'),(25055,'Shivsingh'),(25056,'Shivstar'),(25057,'Shivtarai'),(25058,'Shivvati'),(25059,'Shivvati Bai'),(25060,'shivwati'),(25061,'Shiwani'),(25062,'Shiya'),(25063,'Shkuntala'),(25064,'Shkuntala Bai'),(25065,'Shkuntala Devi'),(25066,'Shkutla bai'),(25067,'Shlok'),(25068,'Shmbhu Lal'),(25069,'Shmbhu singh'),(25070,'Shnati Bai'),(25071,'Shnti Devi'),(25072,'Shntoshi'),(25073,'Shoab'),(25074,'Shob kumar'),(25075,'Shob Lal'),(25076,'Shoba Bai'),(25077,'Shoba Singh'),(25078,'Shobh Lal'),(25079,'Shobh Nath'),(25080,'shobh ram'),(25081,'Shobha'),(25082,'Shobha Bai'),(25083,'Shobha Devi'),(25084,'shobha lal'),(25085,'Shobha Nath'),(25086,'Shobha Ram'),(25087,'Shobha Rani'),(25088,'Shobha Singh'),(25089,'Shobhabati'),(25090,'Shobhai'),(25091,'Shobhamati'),(25092,'Shobhan'),(25093,'Shobhan Lal'),(25094,'Shobhan Singh'),(25095,'Shobhana'),(25096,'Shobhanath'),(25097,'Shobhanath Singh'),(25098,'Shobharam'),(25099,'Shobharani'),(25100,'Shobhat Das'),(25101,'Shobhi singh'),(25102,'Shobhit'),(25103,'Shobhit Das'),(25104,'Shobhit Kumar'),(25105,'Shobhit Lal'),(25106,'Shobhit prasad'),(25107,'Shobhit Ram'),(25108,'Shobhit Singh'),(25109,'Shobhita'),(25110,'Shobhiya'),(25111,'shobhna bai'),(25112,'Shobhnath'),(25113,'shobhniya bai'),(25114,'Shobhnu'),(25115,'Shobhu Ram'),(25116,'Shobhwa Ram'),(25117,'Shobit'),(25118,'Shobit Ram'),(25119,'Shobit singh'),(25120,'Shobnath'),(25121,'Shodhram'),(25122,'Shodra Bai'),(25123,'Shohaga Bai'),(25124,'Shokhi Lal'),(25125,'Sholani'),(35150,'Sholanki'),(25126,'Shom'),(25127,'Shomeshwar'),(25128,'Shoukhin Bai'),(25129,'Shourya'),(25130,'Shrad'),(25131,'Shraddha'),(25132,'Shradha'),(25133,'Shradha Bai'),(25134,'Shradhdha'),(35151,'Shrama'),(25135,'Shravan'),(25136,'Shravan Bai'),(25137,'Shravan Das'),(25138,'Shravan Kumar'),(25139,'Shravan Kumar Satnam'),(25140,'Shravan Kuram'),(25141,'Shravan Singh'),(25142,'Shrawan'),(25143,'Shrawan kumar'),(25144,'Shrddha'),(25145,'Shrdha'),(25146,'Shree'),(25147,'shree kumari'),(25148,'Shreebai'),(25149,'Shreemati'),(25150,'Shreemati Bai'),(35152,'Shreevas'),(35153,'Shreewastav'),(25151,'Shreya'),(25152,'Shrhu'),(25153,'Shri'),(25154,'Shri kumari'),(25155,'Shri Bai'),(25156,'Shri Balak'),(25157,'Shri bati'),(25158,'Shri Devi'),(25159,'Shri Kant'),(25160,'Shri kishan'),(25161,'Shri Kumar'),(25162,'Shri Kumari'),(25163,'Shri Lal'),(25164,'Shri Mati'),(25165,'Shri mati bai'),(25166,'shri mati beby'),(25167,'Shri Nivas'),(25168,'Shri Ram'),(25169,'Shri Ram Das'),(25170,'Shri Ram Krishana'),(25171,'Shri Singh'),(25172,'Shribati'),(25173,'Shribati Bai'),(25174,'Shrichand'),(25175,'Shricharan'),(25176,'Shridayal'),(25177,'Shridhar'),(35154,'Shriivas'),(25178,'Shrij Bai'),(25179,'Shrijan'),(25180,'Shrikant'),(25181,'Shrikat'),(25182,'Shrilal'),(25183,'Shrimal Singh'),(25184,'Shrimati'),(25185,'Shrimati Bai'),(25186,'Shrimatiya'),(25187,'Shrimokha'),(35155,'Shrimor'),(25188,'Shrinand'),(25189,'Shrinath'),(35156,'shriniwas'),(25190,'Shrinu'),(25191,'Shripal'),(25192,'shripat singh'),(35157,'Shriraj'),(25193,'Shriram'),(25194,'Shrishti'),(25195,'Shristi'),(25196,'Shriti'),(35158,'Shriva'),(35159,'shrivaas'),(25197,'Shrivan'),(35160,'Shrivas'),(35161,'Shrivasan'),(35162,'Shrivash'),(35163,'Shrivashtav'),(35164,'Shrivashte'),(35165,'Shrivastav'),(25198,'Shrivati'),(35166,'Shriwas'),(35167,'Shriwash'),(35168,'Shriwastav'),(25199,'Shriya'),(25200,'Shriyam'),(25201,'Shriyansh'),(25202,'Shriyansi'),(25203,'Shriyas'),(35169,'Shrma'),(25204,'Shronit'),(25205,'Shruti'),(25206,'Shrvan'),(25207,'Shtrughan'),(25208,'Shtruhan'),(25209,'Shtrupa Bai'),(35170,'Shu'),(25210,'Shubam'),(25211,'Shubh'),(25212,'Shubh karan'),(25213,'Shubha'),(25214,'Shubha Bai'),(25215,'Shubhadra'),(25216,'Shubhadra Bai'),(25217,'Shubham'),(25218,'Shubham das'),(25219,'Shubham Kumar'),(25220,'shubham kumari'),(25221,'Shubham Prasad'),(25222,'Shubham Singh'),(25223,'Shubhamdas'),(25224,'Shubhan'),(25225,'Shubhangi'),(25226,'Shubhanshu'),(25227,'Shubhansu'),(25228,'Shubhash'),(25229,'Shubhashini'),(25230,'Shubhchand'),(25231,'Shubhdra'),(25232,'Shubhi'),(25233,'Shubhiya Bai'),(25234,'Shubhkaran'),(25235,'Shubhra'),(25236,'Shubhram'),(25237,'Shubhram Bai'),(25238,'Shubhraniya'),(25239,'Shubhrat'),(25240,'Shubhrati khan'),(25241,'Shubhvart'),(25242,'Shubkaran'),(25243,'Shuddhava'),(25244,'Shudha'),(25245,'Shudhakar'),(25246,'Shudhanshu'),(25247,'Shudhir'),(25248,'Shudhu Ram'),(25249,'Shudhu Singh'),(25250,'Shuhel kumar'),(25251,'Shuk Bai'),(25252,'shuk kunvar bai'),(25253,'Shuk Lal'),(25254,'Shukala Bai'),(25255,'Shukalu Ram'),(25256,'Shukar bai'),(25257,'Shukarajiya'),(25258,'Shukariya'),(25259,'Shukaro Bai'),(25260,'Shukavara'),(25261,'Shukavariya'),(25262,'Shukavariya Bai'),(25263,'Shukavariyaya Bai'),(25264,'Shukawara'),(25265,'Shukawara Bai'),(25266,'Shukawari'),(25267,'Shukawariya'),(25268,'Shukawariya bai'),(25269,'Shukdev'),(25270,'Shukdev Prasad'),(25271,'Shukh Bai'),(25272,'Shukh Mani'),(25273,'Shukhamani'),(25274,'Shukhamat'),(25275,'Shukhanath'),(25276,'Shukhasagar'),(25277,'Shukhi'),(25278,'Shukin bai'),(25279,'Shukkar'),(25280,'Shukku Bai'),(25281,'Shukla'),(25282,'Shukla Bai'),(25283,'Shukla Prasad'),(25284,'Shukla Singh'),(25285,'Shuklal'),(25286,'Shukpariya'),(25287,'Shukratiya'),(25288,'Shukratiya Bai'),(25289,'Shukravara bai'),(25290,'Shukrawar'),(25291,'Shukriya'),(25292,'Shukriya Bai'),(25293,'Shukrotin Bai'),(25294,'Shukrwar Singh'),(25295,'Shukul'),(25296,'Shukurbati'),(25297,'Shukvar Singh'),(25298,'Shukvara'),(25299,'Shukvara Bai'),(25300,'Shukvari'),(25301,'Shukvariya'),(25302,'Shukvariya Bai'),(25303,'Shukvaro Bai'),(25304,'Shukvriya'),(25305,'Shukvriya Bai'),(25306,'Shukwar Bai'),(25307,'Shukwar singh'),(25308,'Shukwara'),(25309,'Shukwara Bai'),(25310,'Shukwari'),(25311,'Shukwariya'),(25312,'Shukwariya Bai'),(25313,'Shukwaru'),(25314,'Shumala'),(25315,'Shumend'),(25316,'Shun'),(25317,'Shun Bai'),(25318,'Shunbai'),(25319,'Shuni Bai'),(25320,'Shunti'),(25321,'Shunti Bai'),(25322,'Shur Singh'),(25323,'Shurti'),(25324,'Shuruwara'),(35171,'Shuryawanshi'),(25325,'Shushant'),(25326,'Shushanti'),(25327,'Shushil'),(25328,'Shushil Kumar'),(25329,'Shushila'),(25330,'Shushila Bai'),(25331,'Shushma'),(25332,'Shushmita'),(25333,'Shusma'),(25334,'Shveta'),(25335,'Shvi Kumari'),(25336,'Shwana Bai'),(25337,'Shwarati'),(35172,'Shwarnkar'),(25338,'Shweta'),(25339,'Shweta Bai'),(25340,'Shyaam Bai'),(25341,'Shyaam Lal'),(25342,'Shyam'),(25343,'Shyam bai'),(25344,'Shyam giri'),(25345,'Shyam Abi'),(25346,'Shyam Ba'),(25347,'Shyam bai'),(25348,'Shyam Bali'),(25349,'Shyam Bati'),(25350,'Shyam Bhajan'),(25351,'Shyam Bhau'),(25352,'Shyam bhuvan'),(25353,'Shyam Bia'),(25354,'Shyam Chand'),(25355,'Shyam Charan'),(25356,'Shyam Das'),(25357,'Shyam Ji'),(25358,'Shyam kala'),(25359,'Shyam Kali'),(25360,'Shyam Kartik'),(25361,'Shyam Kumar'),(25362,'Shyam Kumari'),(25363,'Shyam Kunvar'),(25364,'Shyam kunver'),(25365,'Shyam Kunwar'),(25366,'Shyam Kushal'),(25367,'Shyam Kuvar'),(25368,'Shyam Kuver'),(25369,'Shyam Kuwar'),(25370,'Shyam Lal'),(25371,'Shyam Lata'),(25372,'Shyam Lochan'),(25373,'Shyam Mati'),(25374,'Shyam Narayan'),(25375,'Shyam Pati'),(25376,'Shyam Phal'),(25377,'Shyam Phool'),(25378,'Shyam prakash'),(25379,'Shyam Ratan'),(25380,'Shyam Rav'),(25381,'Shyam Singh'),(25382,'shyam snigh'),(25383,'Shyam Sundaar'),(25384,'Shyam Sundar'),(25385,'Shyam Sunder'),(25386,'Shyam Sundra'),(25387,'Shyam Sundre'),(25388,'Shyam Vati'),(25389,'Shyama'),(25390,'Shyama Bai'),(25391,'Shyama Devi'),(25392,'Shyama Kumari'),(25393,'Shyama Singh'),(25394,'Shyamadhin'),(25395,'Shyamal Das'),(25396,'shyamalata'),(35173,'Shyamale'),(25397,'Shyamali'),(25398,'Shyamata'),(25399,'Shyamata Bai'),(25400,'Shyamati'),(25401,'Shyamavati'),(25402,'Shyambai'),(25403,'Shyambati'),(25404,'Shyambati Bai'),(25405,'Shyambharosh'),(25406,'Shyambhavi'),(25407,'Shyambihari'),(25408,'Shyamcharan'),(25409,'Shyamdas'),(25410,'Shyamdin'),(25411,'shyamgiri'),(25412,'Shyamji'),(25413,'Shyamkal Bai'),(25414,'Shyamkala'),(25415,'Shyamkali'),(25416,'Shyamkali Bai'),(25417,'Shyamkaran'),(25418,'Shyamkartik'),(25419,'Shyamkishor'),(25420,'Shyamkul'),(25421,'Shyamkumar'),(25422,'Shyamkumari'),(25423,'Shyamkunwar'),(25424,'Shyamkuwar'),(25425,'Shyamla'),(25426,'Shyamla Devi'),(25427,'Shyamlal'),(35174,'Shyamlala'),(25428,'Shyamlata'),(25429,'Shyamlata Bai'),(25430,'Shyamli'),(25431,'Shyammati'),(25432,'Shyamnarayan'),(25433,'shyamnath'),(25434,'Shyampati'),(25435,'Shyamprabha'),(25436,'Shyampyari`'),(25437,'Shyamram'),(25438,'Shyamratan'),(25439,'Shyamrati'),(25440,'Shyamsaroj'),(25441,'Shyamsundar'),(25442,'Shyamta'),(25443,'Shyamta Bai'),(25444,'Shyamti Bai'),(25445,'Shyamu'),(25446,'Shyamu Kumar'),(25447,'Shyamuvel'),(25448,'Shyamvati'),(25449,'Shyamwati'),(25450,'Shyana'),(25451,'Shyana Bai'),(25452,'Shym Lal'),(25453,'Shyma'),(25454,'Shyma Bai'),(25455,'Shyma Sundar'),(25456,'Shymata'),(25457,'Sibbi'),(25458,'Sibbu'),(25459,'Sibbu Kumar'),(25460,'Sibhu'),(25461,'Sibin Bai'),(25462,'Sidaniya Bai'),(35175,'Sidar'),(25463,'Siddh Ram'),(25464,'Siddha'),(35176,'Siddhaki'),(25465,'Siddhant'),(25466,'Siddhantr'),(35177,'Siddhaqui'),(25467,'Siddharam'),(25468,'Siddhart'),(25469,'Siddharth'),(25470,'Siddhas'),(25471,'Siddhesh'),(25472,'Siddheshvar'),(25473,'Siddheshwar'),(25474,'Siddheshwatr'),(25475,'Siddhi'),(25476,'Siddhi Bai'),(25477,'Siddhik'),(25478,'Siddhiq'),(25479,'Siddhu'),(25480,'Siddhu Singh'),(25481,'Siddik'),(25482,'sideshi'),(25483,'Sideshi Ram'),(25484,'Sideshwar'),(25485,'Sidh'),(25486,'Sidh Ram'),(25487,'Sidha Bai'),(25488,'Sidhant'),(25489,'Sidharat'),(25490,'Sidhardh'),(25491,'Sidhari'),(25492,'Sidharth Singh'),(25493,'Sidhhi'),(25494,'Sidhhi Singh'),(25495,'Sidhi'),(25496,'Sidhi Ram'),(35178,'Sidhiki'),(25497,'Sidhram'),(25498,'Sidhrdh'),(25499,'Sidhu Ram'),(25500,'Sidhu Singh'),(25501,'Sidhun'),(25502,'Sidhva'),(25503,'Sidhva Ram'),(25504,'SIDRA'),(25505,'Sigh Ram'),(25506,'Sighan Bai'),(25507,'Sighaniya'),(35179,'Sigharaul'),(35180,'Sigharol'),(35181,'Sighaur'),(35182,'Sighrol'),(35183,'Siglikar'),(35184,'Signh'),(35185,'Sigraul'),(25508,'Sigriya Bai'),(35186,'Sih'),(35187,'Sihani'),(35188,'Siharaul'),(35189,'sihare'),(25509,'Siharo'),(25510,'Sihasan'),(25511,'Sihva'),(25512,'Siimmi'),(35190,'Sijwali'),(35191,'Sikalikar'),(25513,'Sikandar'),(25514,'Sikandar singh'),(25515,'Sikandarsingh'),(25516,'Sikarchand'),(25517,'Sikari'),(35192,'Sikarwar'),(35193,'Sikh'),(25518,'Sikha'),(25519,'Sikhan Bai'),(25520,'Sikharchand'),(35194,'Sikhat'),(25521,'Sikhatiya'),(25522,'Sikhmati'),(25523,'Sikho Bai'),(25524,'Sikhtin'),(35195,'Sikkh'),(35196,'Sikligar'),(35197,'Siklikar'),(25525,'Sila Ram'),(25526,'Silas'),(25527,'Silautin Bai'),(25528,'Silbati'),(25529,'Sildar Singh'),(25530,'Silesh'),(25531,'Silish'),(25532,'Siliya bai'),(25533,'Silkunwar'),(25534,'Silli Bai'),(25535,'Sillu'),(25536,'Siloch Bai'),(25537,'Silochan'),(25538,'Silochan Bai'),(25539,'Silochana'),(25540,'Silochana Bai'),(25541,'Silochani'),(25542,'Silochani Bai'),(25543,'Silochna'),(25544,'Silochni'),(25545,'Silosa bai'),(25546,'Silpa'),(25547,'Silpat Singh'),(25548,'Silpi'),(25549,'Silprabha'),(25550,'Silvantin'),(25551,'Silvati'),(25552,'Silya Bai'),(25553,'Sima'),(25554,'Sima bai'),(25555,'Simanchal'),(25556,'Simaran'),(25557,'Simardan'),(25558,'Simat Bai'),(25559,'Simendra'),(35198,'Simhachalam'),(25560,'Simiya'),(25561,'Simla'),(25562,'Simla Bai'),(25563,'Simlesh'),(25564,'Simmi'),(25565,'Simpee'),(25566,'Simran'),(25567,'Sinad'),(35199,'Sindar'),(25568,'Sindas'),(35200,'Sinde'),(35201,'Sindh'),(25569,'Sindhat'),(35202,'Sindhi'),(35203,'Sindhiki'),(25570,'Sindhiya'),(25571,'sindhiya bai'),(25572,'Sindhu'),(25573,'Sindhu Lata'),(25574,'Sindhubala'),(25575,'Sindhvati'),(35204,'sindram'),(35205,'Sing'),(25576,'Singal'),(25577,'Singar'),(25578,'Singar Bai'),(35206,'Singaraul'),(25579,'Singariya Bai'),(25580,'Singaro Bai'),(35207,'Singaur'),(35208,'Singh'),(25581,'Singh Bai'),(35209,'Singh Ikka'),(35210,'Singhai'),(25582,'Singhai Lal'),(25583,'Singham'),(25584,'singhar bai'),(35211,'Singharaul'),(25585,'Singhari Bai'),(25586,'Singhariya Bai'),(35212,'Singhaur'),(35213,'Singhgaul'),(35214,'Singhi'),(35215,'Singhor'),(35216,'Singhore'),(35217,'Singhraul'),(25587,'Singhro Bai'),(35218,'Singhrod'),(35219,'Singhrol'),(35220,'Singhroul'),(35221,'Singlikar'),(35222,'Singor'),(35223,'Singraul'),(35224,'Singrol'),(35225,'Singroul'),(35226,'Sinha'),(35227,'Sinhg'),(25588,'Sinhwa'),(25589,'Siniti Bai'),(25590,'Siniya'),(25591,'Sinku'),(25592,'Sionsay'),(25593,'Sipahi'),(25594,'Sipahi Lal'),(35228,'Sipar'),(25595,'Sipat Kuwar'),(25596,'Sipora'),(25597,'Siptiya Bai'),(35229,'Sir'),(25598,'Sir Bai'),(25599,'Sira'),(25600,'Sira Bai'),(25601,'Siraati'),(25602,'Siraj'),(25603,'Siraj Bai'),(25604,'Sirajhiya Lal'),(25605,'Sirajuddin'),(25606,'Sirat'),(25607,'Sirati'),(25608,'Sirati Ram'),(25609,'Siratmati'),(25610,'Siraya'),(25611,'Sirbatiya'),(35230,'Sirdar'),(25612,'Sirdari'),(25613,'Sirhitti'),(25614,'Sirij'),(25615,'Sirij Bai'),(25616,'Sirish'),(25617,'Sirish Bai'),(25618,'Sirish Ram'),(25619,'Siriya'),(25620,'Sirjan Bai'),(25621,'Sirjhaniya'),(25622,'Sirjhu'),(25623,'Sirjiya Bai'),(25624,'Sirju'),(25625,'Sirmal'),(25626,'Sirmanti Bai'),(25627,'Sirmat'),(25628,'Sirmat Bai'),(25629,'Sirmati'),(25630,'Siro Bai'),(25631,'Siromani'),(25632,'Siromani Bai'),(25633,'Sirpal'),(35231,'Sirso'),(35232,'Sirsvar'),(25634,'Sirtan Bai'),(25635,'Sirtin Bai'),(25636,'Sirtu Ram'),(25637,'Sirvanti'),(25638,'Sirvantin'),(25639,'Sirvantin bai'),(25640,'Sirwantin'),(25641,'Sisha bai'),(35233,'Sishvakarma'),(35234,'Sisodiya'),(35235,'Sister'),(25642,'Sister Sushila'),(25643,'Sita'),(25644,'Sita Bai'),(25645,'Sita Devi'),(25646,'Sita Ram'),(25647,'Sitabai'),(25648,'Sitabar'),(25649,'Sitaliya'),(25650,'Sitambar'),(25651,'Sitanshu'),(25652,'Sitapi'),(25653,'Sitar singh'),(25654,'Sitara'),(25655,'Sitara Baigam'),(25656,'Sitaram'),(25657,'Sitarun'),(25658,'sitavi'),(25659,'Sitendra'),(25660,'Sitesh'),(25661,'Sithaiha'),(25662,'Siti'),(25663,'Sitiya bai'),(25664,'Sitki bai'),(25665,'Sitlesh'),(25666,'Sitthu'),(25667,'Situ'),(25668,'Sitya'),(25669,'Sitya bai'),(25670,'Siv Bai'),(25671,'Siv Kumar'),(25672,'Siv Kumari'),(25673,'Siv Singh'),(25674,'Sivakumar'),(35236,'Sivan'),(25675,'Sivani'),(35237,'sivhare'),(25676,'Sivkumari'),(25677,'sivlochan'),(25678,'Sivmati'),(25679,'Sivmati Bai'),(25680,'Sivnarayan'),(25681,'Sivprasad'),(25682,'Sivvati'),(25683,'Siwari Bai'),(25684,'Siya'),(25685,'Siya Bai'),(25686,'siya arm'),(25687,'Siya Bai'),(25688,'Siya Bati'),(25689,'Siya Devi'),(25690,'Siya Dulari'),(25691,'Siya kali'),(25692,'Siya Kumari'),(25693,'Siya Ram'),(25694,'Siya Sharan'),(25695,'Siya vati'),(25696,'Siyabai'),(25697,'Siyabati'),(25698,'Siyabati Bai'),(25699,'Siyad'),(25700,'Siyamati'),(25701,'Siyan Bai'),(25702,'Siyaram'),(25703,'Siyari'),(25704,'Siyasay'),(25705,'Siyasharan'),(25706,'Siyavati'),(25707,'Siyavati Bai'),(25708,'Siyawati'),(25709,'Siyyan'),(25710,'Sk'),(35238,'Skad'),(35239,'Sksena'),(25711,'Slekha'),(25712,'Slestina'),(35240,'Smail'),(25713,'Smana'),(25714,'Smartin Bai'),(25715,'Smile'),(25716,'Smiriti'),(25717,'Smita'),(35241,'Smitha'),(25718,'Smiti'),(25719,'Smrit'),(25720,'Smrita'),(25721,'Smriti'),(25722,'Smriya Bai'),(25723,'smrtiya'),(25724,'Smsrin'),(25725,'Smt'),(25726,'Smt Riba'),(25727,'Snatoshi'),(35242,'Sneh'),(25728,'Sneh Lata'),(25729,'Sneha'),(25730,'Snehal'),(25731,'Snehalata'),(25732,'Snehi'),(25733,'Snehlata'),(25734,'Snehlata Bai'),(35243,'Snghrol'),(25735,'Sno Bai'),(25736,'Sobh Lal'),(25737,'Sobhai'),(25738,'Sobhai Ram'),(25739,'Sobhan'),(25740,'Sobhan Bai'),(25741,'Sobharam'),(25742,'Sobhat Bai'),(25743,'Sobhind Ram'),(25744,'sobhit ram'),(25745,'Sobhlal'),(25746,'Sobhnath'),(25747,'Sobin'),(25748,'Sobin Bai'),(25749,'Sobind Bai'),(25750,'Sobu'),(25751,'Sodhin'),(35244,'Sodhiya'),(25752,'Sogi Bai'),(25753,'Sohabbdin'),(25754,'Sohadiya Bai'),(25755,'Sohag Lal'),(25756,'Sohaga'),(25757,'Sohaga Bai'),(25758,'Sohagbati'),(25759,'Sohagi'),(25760,'Sohagi Bai'),(25761,'Sohagi Bi'),(25762,'Sohagin'),(25763,'Sohagiya Bai'),(25764,'Sohaliya Bai'),(25765,'Soham Singh'),(25766,'Sohan'),(25767,'Sohan Bai'),(25768,'Sohan Das'),(25769,'Sohan Giri'),(25770,'Sohan Kumar'),(25771,'Sohan Lal'),(25772,'Sohan Singh'),(25773,'sohana bai'),(25774,'Sohaniya Bai'),(25775,'Sohanlal'),(25776,'Sohanmati'),(25777,'Sohar'),(25778,'Sohar Say'),(25779,'Sohata Bai'),(25780,'Sohatiya'),(25781,'Sohatiya Bai'),(25782,'Sohel Kumar'),(25783,'Sohgi Bai'),(25784,'Sohil Kumar'),(25785,'Sohit'),(25786,'Sohit Ram'),(25787,'Sohni Bai'),(25788,'Sohrab'),(25789,'Sohtiya'),(35245,'Sojar'),(25790,'Sokhi'),(25791,'Sokhi Lal'),(25792,'Sokhi Ram'),(25793,'Sokhin Bai'),(25794,'Sokhno'),(25795,'sokun'),(25796,'Sola Singh'),(25797,'Solan'),(35246,'Solanaki'),(35247,'Solanki'),(25798,'Soli Ram'),(25799,'Solu'),(25800,'Som'),(25801,'Som kumar'),(25802,'Som Bai'),(25803,'Som Chandra'),(25804,'Som Dev'),(25805,'Som Kumar'),(25806,'Som Lal'),(25807,'Som nath'),(25808,'som singh'),(25809,'Som vati'),(25810,'Soma'),(25811,'Soma Bai'),(25812,'Somaga Bai'),(25813,'Somal'),(25814,'Somal prasad'),(25815,'Somali'),(25816,'Soman'),(25817,'Soman Bai'),(25818,'Somanti'),(25819,'Somari'),(25820,'Somari Bai'),(25821,'Somati'),(25822,'Somati Bai'),(25823,'Somavati'),(35248,'Somayal'),(25824,'Sombati'),(25825,'Somdas'),(25826,'Somdev'),(25827,'Somedin'),(25828,'Somesh'),(25829,'somesh kumar'),(25830,'Someshvari'),(25831,'Someshwar'),(25832,'Somi'),(25833,'Somiya'),(25834,'Somiya Bai'),(25835,'Somkali'),(25836,'Somlata'),(25837,'Somnath'),(25838,'somni'),(25839,'somo bai'),(25840,'Somprabha'),(25841,'Somraj'),(25842,'Somti Bai'),(25843,'Somtin Bai'),(25844,'Somu'),(25845,'Somvar'),(25846,'Somvara Bai'),(25847,'Somvarin Bai'),(25848,'Somvati'),(25849,'Somwar'),(25850,'Somwar Singh'),(25851,'Somwara'),(25852,'Somwati'),(25853,'Son'),(25854,'Son Bai'),(25855,'Son Barsa'),(25856,'Son bati'),(25857,'Son Das'),(25858,'Son Kali'),(25859,'Son Kaliya'),(25860,'Son Kumar'),(25861,'Son Kumari'),(25862,'Son Kunvar'),(25863,'Son Kunwar'),(25864,'Son Kuver'),(25865,'Son Kuwar'),(25866,'Son Lal'),(25867,'Son Mati'),(25868,'Son Prasad'),(25869,'Son Prased'),(25870,'Son Pratap'),(25871,'Son Ram'),(25872,'Son Say'),(25873,'Son Singh'),(25874,'Sona'),(25875,'Sona Bai'),(25876,'Sona Das'),(25877,'Sona Kumar'),(25878,'Sona Kumari'),(25879,'Sona Kuwar'),(25880,'Sona Parasad'),(25881,'Sona Ram'),(25882,'sonachhi'),(25883,'Sonai'),(25884,'Sonai Bai'),(25885,'Sonai Ram'),(25886,'Sonaiya'),(25887,'Sonaiya Singh'),(25888,'sonak bai'),(25889,'Sonakali'),(25890,'Sonaki Bai'),(25891,'Sonakshi'),(25892,'Sonal'),(25893,'Sonal Kumar'),(25894,'Sonali'),(25895,'Sonam'),(25896,'Sonam Singh'),(25897,'Sonamani'),(25898,'Sonamat'),(25899,'Sonamati'),(25900,'Sonapati'),(35249,'Sonar'),(25901,'Sonar Singh'),(35250,'Sonari'),(25902,'Sonari Bai'),(25903,'Sonarin'),(25904,'Sonarin Bai'),(25905,'Sonarinbai'),(25906,'Sonau'),(25907,'Sonau Ram'),(25908,'Sonau Singh'),(25909,'Sonauaa'),(25910,'Sonauram'),(25911,'Sonbai'),(25912,'Sonbarsha Bai'),(25913,'Sonbati'),(25914,'Sonbati Bai'),(25915,'Sonbattu'),(25916,'Soncharan'),(35251,'Sonche'),(25917,'Sondas'),(25918,'Sondhan'),(35252,'Sondhari'),(35253,'Sondhiya'),(35254,'Sondiya'),(35255,'Sondle'),(25919,'Sone Lal'),(25920,'Sonesh Prasad'),(35256,'Songh'),(35257,'Songi'),(25921,'Sonhan'),(25922,'Sonhanti Bai'),(25923,'Sonhar'),(25924,'Sonhiya'),(25925,'Soni'),(25926,'Soni kumari'),(25927,'Soni Bai'),(25928,'Soni Devi'),(25929,'Soni lal'),(25930,'Soni Singh'),(25931,'Sonika'),(25932,'Soniya'),(25933,'Soniya bai'),(25934,'Soniya Bai'),(25935,'Soniya Kumari'),(25936,'Soniya Singh'),(25937,'Sonkali'),(25938,'Sonkali Bai'),(25939,'Sonkaliiya Bai'),(25940,'Sonkaliya'),(25941,'Sonkaliya Bai'),(25942,'Sonkaliya Baii'),(35258,'Sonkar'),(25943,'Sonkar Bai'),(25944,'Sonkayna'),(25945,'Sonki'),(25946,'Sonki Bai'),(25947,'Sonkumari'),(25948,'Sonkunvar'),(25949,'Sonkunver'),(25950,'Sonkunwar'),(25951,'Sonkunwar Bai'),(25952,'Sonkuver'),(25953,'Sonkuwar'),(25954,'Sonkuwar Bai'),(25955,'Sonkuwari'),(35259,'Sonle'),(25956,'sonmani'),(25957,'Sonmaniya'),(25958,'Sonmat'),(25959,'Sonmat Bai'),(25960,'Sonmati'),(25961,'Sonmati Bai'),(25962,'Sonmatiya Bai'),(25963,'sono bai'),(25964,'sonpati'),(25965,'Sonpati Bai'),(25966,'Sonpatti'),(25967,'Sonpratap'),(25968,'Sonpyari'),(35260,'Sonra'),(25969,'Sonsari'),(25970,'Sonsay'),(25971,'Sonsingh'),(25972,'Sonsir'),(35261,'Sonta'),(35262,'Sonthaliya'),(25973,'Sonti'),(25974,'Sonti Bai'),(25975,'Sontu Bai'),(25976,'Sonu'),(25977,'Sonu kumar'),(25978,'Sonu Bai'),(25979,'Sonu Das'),(25980,'Sonu Kumar'),(25981,'Sonu Lal'),(25982,'Sonu Prasad'),(25983,'Sonu Ram'),(25984,'sonu sing'),(25985,'Sonu Singh'),(25986,'Sonuram'),(25987,'Sonva'),(25988,'Sonva Bai'),(25989,'Sonva Das'),(35263,'Sonvani'),(25990,'sonvarsha'),(25991,'Sonvati'),(25992,'Sonvati Bai'),(35264,'Sonwan'),(35265,'Sonwani'),(25993,'Sonwati'),(25994,'Sony'),(25995,'Sop'),(25996,'Sopat'),(25997,'Sophiya Begam'),(25998,'sor singh'),(35266,'Sora'),(25999,'Sorabh'),(35267,'Soren'),(26000,'Sorin'),(26001,'Sorphina'),(26002,'Sory'),(26003,'Sosan Bai'),(26004,'Soshan Bai'),(26005,'Sotan'),(26006,'Sottam Singh'),(26007,'Soukh Lal'),(26008,'Soukhi'),(26009,'Soukhi Lal'),(26010,'Soukhi Ram'),(26011,'Souli Kumar'),(26012,'Soullan'),(26013,'Soumya'),(26014,'Soumyel'),(26015,'Souni'),(26016,'Souni Bai'),(35268,'Sounta'),(35269,'Sounvara'),(26017,'Soupat'),(35270,'Soura'),(26018,'Souraj'),(35271,'Sourat'),(26019,'Soushilaya'),(35272,'Souta'),(26020,'Souvani'),(35273,'Souwra'),(26021,'Soyab'),(26022,'soyam'),(26023,'Soyidin'),(26024,'Sp'),(26025,'Sparsh'),(26026,'sparsh kumar'),(26027,'Sphura'),(26028,'Sphura Bai'),(35274,'Spre'),(26029,'Sravan'),(26030,'Sravan Kumar'),(26031,'Sreeranjani'),(26032,'Sri Lal'),(26033,'Srijan'),(26034,'Srijan Kumar'),(26035,'Srimati'),(26036,'Srirati'),(26037,'Srishti'),(26038,'Sristi'),(35275,'Srivas'),(35276,'Sriwas'),(35277,'Sriwash'),(35278,'Sruyavanshi'),(26039,'Sss'),(35279,'Stanami'),(35280,'Stnami'),(26040,'Stuti'),(26041,'Stya'),(26042,'Suaj'),(26043,'Suani Bai'),(26044,'Suasin Bai'),(26045,'Subab Bee'),(26046,'Subachan'),(26047,'Subah'),(26048,'Subaran singh'),(26049,'Subarat'),(26050,'Subasan'),(26051,'Subasini'),(26052,'Sube'),(26053,'Sube Bai'),(26054,'Sube Das'),(26055,'Sube Lal'),(26056,'Subedar'),(26057,'Subelal'),(26058,'Subena'),(26059,'Suber Singh'),(26060,'Suberiya Bai'),(26061,'Subh'),(26062,'subha'),(26063,'Subha Bai'),(26064,'Subhada Bai'),(26065,'Subhadara Bai'),(26066,'Subhadra'),(26067,'Subhadra Bai'),(26068,'Subhadra Devi'),(26069,'Subhadra Kumari'),(26070,'Subhadri'),(26071,'Subhadri Bai'),(26072,'Subhagiya Bai'),(26073,'Subhai'),(26074,'Subhaitin'),(26075,'Subhaiya'),(26076,'Subham'),(26077,'Subham Das'),(26078,'Subhan'),(26079,'Subhan Singh'),(26080,'Subhangi'),(26081,'Subhani'),(26082,'Subhaotin'),(26083,'subhara bai'),(26084,'Subharan Bai'),(26085,'Subharat Bai'),(26086,'Subhart'),(26087,'Subhas'),(26088,'Subhas Chand'),(26089,'Subhas Kumar'),(26090,'Subhasani'),(26091,'Subhaschandra'),(26092,'Subhash'),(26093,'Subhash Bai'),(26094,'Subhash Chand'),(26095,'subhash chandra'),(26096,'Subhash Kumar'),(26097,'Subhash Lal'),(26098,'Subhash Singh'),(26099,'Subhasha Bai'),(26100,'Subhashani'),(26101,'Subhashini'),(26102,'Subhashni'),(26103,'Subhashni Bai'),(26104,'Subhasin bai'),(26105,'Subhasini'),(26106,'Subhasni'),(26107,'Subhaso Bai'),(26108,'Subhau'),(26109,'Subhautin'),(26110,'Subhauva Bai'),(26111,'Subhavan Singh'),(26112,'Subhawan'),(26113,'Subhdea'),(26114,'Subhdra'),(26115,'Subhdra Bai'),(26116,'Subhdra Gai'),(26117,'Subhe Lal'),(26118,'Subhe Ram'),(26119,'subhecha'),(26120,'Subhendra'),(26121,'Subhgiya bai'),(26122,'Subhi'),(26123,'Subhidra'),(26124,'Subhir'),(26125,'Subhita'),(26126,'Subhita Bai'),(26127,'Subhiya'),(26128,'Subhiya Bai'),(26129,'Subhni'),(26130,'Subhodh Chandra'),(26131,'Subhotin Bai'),(26132,'Subhoutin Bai'),(26133,'Subhowin Bai'),(26134,'Subhra'),(26135,'Subhra Das'),(26136,'Subhrai'),(26137,'Subhraji'),(26138,'Subhram'),(26139,'Subhran'),(26140,'Subhran Bai'),(26141,'Subhrant'),(26142,'Subhrat'),(26143,'Subhrat Bai'),(26144,'Subhrat Khan'),(26145,'Subhratan'),(26146,'Subhrati'),(26147,'Subhratidin'),(26148,'Subhratin'),(26149,'Subhratiya'),(26150,'Subhu bai'),(26151,'Subhudra'),(26152,'Subi'),(26153,'Subir Kumar'),(26154,'Subir Prasad'),(26155,'Subita'),(26156,'Subita Bai'),(26157,'Subitri'),(26158,'Subiya Begam'),(26159,'Subodh'),(26160,'subodh kumar'),(26161,'Subran Bai'),(26162,'Suchcha'),(26163,'Suchi Bai'),(26164,'Suchil Bai'),(26165,'Suchin'),(26166,'Suchita'),(26167,'Suchitra'),(26168,'Suchitra Bai'),(26169,'Sudaila'),(26170,'Sudama'),(26171,'Sudama Singh'),(26172,'Sudama Bai'),(26173,'Sudama Prasad'),(26174,'Sudama Singh'),(26175,'Sudamabai'),(26176,'Sudan'),(26177,'Sudan Singh'),(26178,'Sudar'),(26179,'Sudar Lal'),(26180,'Sudar Singh'),(26181,'Sudara'),(26182,'Sudara Bai'),(26183,'Sudaram'),(26184,'Sudarshan'),(26185,'Sudaru'),(26186,'Sudaru Bai'),(26187,'Sudashani'),(26188,'Sudashiya'),(26189,'Sudasiya'),(26190,'Sudasiya Bai'),(26191,'Suddh ram'),(26192,'Suddhi Bai'),(26193,'Suddhu'),(26194,'Suddhu Lal'),(26195,'Suddhu Ram'),(26196,'Suddhu Singh'),(26197,'Sude'),(26198,'Sudesh'),(26199,'Sudesh Kumar'),(26200,'Sudesh Prasad'),(26201,'Sudeshi'),(26202,'Sudeshwari'),(26203,'Sudh'),(26204,'Sudh Ram'),(26205,'Sudha'),(26206,'Sudha Bai'),(26207,'Sudha Devi'),(26208,'Sudha Ram'),(26209,'Sudha Singh'),(26210,'Sudhaiya Bai'),(26211,'Sudhakar'),(26212,'Sudhan Bai'),(26213,'Sudhan Singh'),(26214,'Sudhani bai'),(26215,'Sudhani Bai'),(26216,'Sudhanshu'),(26217,'Sudhar'),(26218,'Sudhar Bai'),(26219,'Sudhar Singh'),(26220,'Sudhara'),(26221,'Sudhara Bai'),(26222,'Sudharam'),(26223,'Sudharan Bai'),(26224,'Sudharan Singh'),(26225,'Sudharatiya'),(26226,'Sudhari'),(26227,'Sudhari Bai'),(26228,'Sudhari Ram'),(26229,'Sudhariya'),(26230,'Sudhariya Bai'),(26231,'Sudharshan'),(26232,'Sudhartiya'),(26233,'Sudharu'),(26234,'Sudharvati'),(26235,'Sudhavara'),(26236,'Sudhavara bai'),(26237,'Sudhawar'),(26238,'Sudhayan'),(26239,'Sudhdhu'),(26240,'Sudhe'),(26241,'Sudhe Lal'),(26242,'Sudhe Ram'),(26243,'Sudhe singh'),(26244,'Sudheer'),(26245,'Sudhesh Pal'),(26246,'Sudhhu singh'),(26247,'Sudhi Bai'),(26248,'sudhil kumar'),(26249,'Sudhin Bai'),(26250,'Sudhir'),(26251,'Sudhir Kumar'),(26252,'Sudhiya'),(26253,'Sudhiya Bai'),(26254,'Sudhman'),(26255,'Sudhram'),(26256,'Sudhraniya'),(26257,'Sudhri'),(26258,'Sudhrili'),(26259,'Sudhru ram'),(26260,'Sudhu Ram'),(26261,'Sudhu Singh'),(26262,'Sudhuram'),(26263,'sudhvar'),(26264,'Sudhvar Singh'),(26265,'Sudhvara Bai'),(26266,'sudhvara god'),(26267,'Sudhvariya'),(26268,'Sudhvariya Bai'),(26269,'Sudhwar'),(26270,'Sudhwara'),(26271,'Sudin Singh'),(26272,'Sudip'),(26273,'Sudip Kumar'),(26274,'Sudiya Bai'),(26275,'Sudota'),(26276,'Sudrashan'),(26277,'Sudrika'),(26278,'sudsiya bai'),(26279,'Sufal'),(26280,'Sufal Das'),(26281,'Suflata'),(26282,'Sugali Bai'),(26283,'Sugam'),(26284,'Sugam Lata'),(26285,'Sugan'),(26286,'Sugan Bai'),(26287,'Sugandh'),(26288,'Sugandhi Bai'),(26289,'Sugari Bai'),(26290,'Sugarni Bai'),(26291,'sugati bai'),(26292,'Suggi'),(26293,'Sughan'),(26294,'Sughar bai'),(26295,'Sughar Singh'),(26296,'Sughara bai'),(26297,'Sugharat bai'),(26298,'Sugharati bai'),(26299,'Sugharatiya Bai'),(26300,'Sugharbati'),(26301,'Sughari'),(26302,'Sughari Bai'),(26303,'sughariya bai'),(26304,'Sugharra Das'),(26305,'Sugharti'),(26306,'Sughartiya Bai'),(26307,'Sugharu Singh'),(26308,'Sugharvati'),(26309,'Sugharwati'),(26310,'Sughiya'),(26311,'Sughni Bai'),(26312,'Sughrat Bai'),(26313,'Sughrata Bai'),(26314,'Sughrati Bai'),(26315,'Sughri Bai'),(26316,'Sughrtiya Bai'),(26317,'Sugi Bai'),(26318,'Sugmat Bai'),(26319,'Sugmati'),(26320,'Sugna Ram'),(26321,'Sugni Bai'),(26322,'Sugreev'),(26323,'Sugri bai'),(26324,'Sugri Ram'),(26325,'Sugrim'),(26326,'Sugrima Bai'),(26327,'Sugrita'),(26328,'Sugrita Bai'),(26329,'Sugriv'),(26330,'Sugriv Bai'),(26331,'Suhag Bati'),(26332,'Suhag lal'),(26333,'Suhag Mati'),(26334,'Suhaga'),(26335,'Suhaga Bai'),(26336,'Suhaga Devi'),(26337,'Suhagabai'),(26338,'Suhagbati'),(26339,'Suhagiya bai'),(26340,'Suhagmati'),(26341,'Suhail'),(26342,'Suhami'),(26343,'Suhana'),(26344,'Suhana bai'),(26345,'Suhana bai'),(26346,'Suhana Bai'),(26347,'Suhani'),(26348,'Suhani bai'),(26349,'Suhani Bai'),(26350,'Suhaniya'),(26351,'Suhaniya Bai'),(26352,'Suhari'),(26353,'Suharin Bai'),(26354,'suhas'),(26355,'Suhasini'),(26356,'Suhata'),(26357,'Suhata Bai'),(26358,'Suhatiya'),(26359,'Suhatiya Bai'),(26360,'Suhavan'),(26361,'Suhavan Bai'),(26362,'Suhawan'),(26363,'Suhawan Bai'),(26364,'Suhit'),(26365,'Sujal'),(26366,'Sujal kumar'),(26367,'Sujal Kumar'),(26368,'Sujan Bai'),(26369,'Sujan Kumar'),(26370,'Sujan Singh'),(26371,'Sujaniya bai'),(26372,'Sujanjan'),(26373,'Sujata'),(26374,'Sujata Bai'),(26375,'Sujautin Bai'),(26376,'Sujee Ram'),(26377,'Sujeet'),(26378,'Suji'),(26379,'sujina'),(26380,'Sujit'),(26381,'Sujit Kumar'),(26382,'Sujit Pal'),(26383,'Sujita'),(26384,'Sujoutin Bai'),(26385,'Suk'),(26386,'Suk Bai'),(26387,'Suk Lal'),(26388,'Suk Nath'),(26389,'Suka'),(26390,'Sukabai'),(26391,'Sukadev'),(26392,'Sukaj'),(26393,'Sukal'),(26394,'Sukal Singh'),(26395,'Sukal Singh'),(26396,'Sukala'),(26397,'Sukala Bai'),(26398,'Sukala Singh'),(26399,'Sukalahin'),(26400,'Sukalal'),(26401,'Sukalha'),(26402,'Sukalhin'),(26403,'Sukalhin Bai'),(26404,'Sukali Bai'),(26405,'Sukalu'),(26406,'Sukalu Das'),(26407,'Sukalu Prasad'),(26408,'Sukalu Ram'),(26409,'Sukan Bai'),(26410,'Sukana'),(26411,'Sukaniya'),(26412,'Sukanta'),(26413,'Sukanta Bai'),(26414,'Sukar Bai'),(26415,'Sukarati Bai'),(26416,'Sukarbati'),(26417,'Sukarita'),(26418,'Sukarite'),(26419,'Sukariya'),(26420,'Sukariya bai'),(26421,'Sukarmati'),(26422,'Sukarniya'),(26423,'Sukarti Bai'),(26424,'Sukartin'),(26425,'Sukaru'),(26426,'Sukarvati'),(26427,'Sukasagar'),(26428,'Sukavara'),(26429,'Sukavara Bai'),(26430,'Sukavariya'),(26431,'Sukavariya bai'),(26432,'Sukavaro Bai'),(26433,'Sukawara Bai'),(26434,'Sukawariya'),(26435,'Sukawariya Bai'),(26436,'Sukchana'),(26437,'Sukchand'),(26438,'Sukdaniya'),(26439,'Sukdas'),(26440,'Sukdev'),(26441,'Sukdev Singh'),(26442,'Sukel'),(26443,'Sukeshari'),(26444,'Sukeshi'),(26445,'Sukeshwar'),(26446,'Suket Kumar'),(26447,'Sukh'),(26448,'Sukh Bai'),(26449,'Sukh Chain'),(26450,'Sukh Chand'),(26451,'Sukh Chandra'),(26452,'Sukh Das'),(26453,'Sukh Dayal'),(26454,'Sukh Dev'),(26455,'Sukh Isngh'),(26456,'Sukh Kumar'),(26457,'Sukh Kuwar'),(26458,'Sukh Lal'),(26459,'Sukh mat bai'),(26460,'Sukh Nandan'),(26461,'Sukh Nath'),(26462,'Sukh Natu'),(26463,'Sukh Pal'),(26464,'sukh prasad'),(26465,'Sukh Raj'),(26466,'Sukh Ram'),(26467,'Sukh Sagar'),(26468,'Sukh Say'),(26469,'Sukh Sen'),(26470,'Sukh Singh'),(26471,'Sukha bai'),(26472,'Sukha Bai'),(26473,'Sukha Chan'),(26474,'Sukha Das'),(26475,'Sukha Dev'),(26476,'Sukha Lal'),(26477,'Sukha Mani'),(26478,'Sukha Mati'),(26479,'Sukha singh'),(26480,'Sukhabai'),(26481,'Sukhachain'),(26482,'Sukhachan'),(26483,'Sukhachand'),(26484,'Sukhachandan'),(26485,'Sukhadas'),(26486,'Sukhadas singh'),(26487,'Sukhadev'),(26488,'Sukhaiya'),(26489,'Sukhaiya Bai'),(26490,'Sukham'),(26491,'Sukham Bai'),(26492,'Sukham Chandra'),(26493,'Sukhamala'),(26494,'Sukhamani'),(26495,'Sukhamaniya'),(26496,'Sukhamanti'),(26497,'Sukhamanti Bai'),(26498,'Sukhamat'),(26499,'Sukhamat Bai'),(26500,'Sukhamati'),(26501,'Sukhamatin Bai'),(26502,'Sukhamatiya'),(26503,'sukhamatiya bai'),(26504,'Sukhamila'),(26505,'Sukhamin'),(26506,'Sukhamt Bai'),(26507,'Sukhamti'),(26508,'Sukhamtiya bai'),(26509,'Sukhan'),(26510,'Sukhan Bai'),(26511,'Sukhan Lal'),(26512,'Sukhan Singh'),(26513,'Sukhana Singh'),(26514,'Sukhanand'),(26515,'Sukhanandan'),(26516,'Sukhanandan singh'),(26517,'Sukhani'),(26518,'Sukhani Bai'),(26519,'Sukhaniya'),(26520,'Sukhanti'),(26521,'Sukhanti Bai'),(26522,'Sukhantin Bai'),(26523,'Sukhantu Bai'),(26524,'Sukhanu'),(26525,'Sukharaji'),(26526,'Sukharam'),(26527,'Sukharani'),(26528,'Sukharaniya'),(26529,'Sukharariya'),(26530,'Sukhari'),(26531,'Sukhari bai'),(26532,'Sukharu'),(26533,'Sukhasen'),(26534,'Sukhau'),(26535,'Sukhau Ram'),(26536,'Sukhau Ram'),(26537,'Sukhavati'),(26538,'Sukhbai'),(26539,'Sukhbariya'),(26540,'sukhbir singh'),(26541,'Sukhchain'),(26542,'Sukhchain Singh'),(26543,'Sukhchand'),(26544,'Sukhchandan'),(26545,'Sukhdaiya'),(26546,'Sukhdaiya bai'),(26547,'Sukhdaniya'),(26548,'Sukhdas'),(26549,'Sukhdayal'),(26550,'Sukhden'),(26551,'Sukhdev'),(26552,'Sukhdev Prasad'),(26553,'Sukhdev Singh'),(26554,'Sukhdin'),(26555,'Sukhen'),(26556,'sukhendra'),(26557,'Sukhendra Kumar'),(26558,'Sukhharan'),(26559,'Sukhi'),(26560,'Sukhi Bai'),(26561,'Sukhi Das'),(26562,'Sukhi Lal'),(26563,'Sukhi Ram'),(26564,'Sukhin'),(26565,'Sukhin Bai'),(26566,'Sukhiram'),(26567,'Sukhit'),(26568,'Sukhiya'),(26569,'Sukhiya Bai'),(26570,'Sukhiya Devi'),(26571,'Sukhjeewan'),(26572,'Sukhlal'),(26573,'Sukhmala Bai'),(26574,'Sukhman'),(26575,'Sukhman Bai'),(26576,'Sukhman Singh'),(26577,'Sukhmani'),(26578,'sukhmani bai'),(26579,'Sukhmani Bai'),(26580,'Sukhmaniya'),(26581,'Sukhmaniya Bai'),(26582,'Sukhmant'),(26583,'Sukhmanti Bai'),(26584,'Sukhmantin'),(26585,'Sukhmantin Bai'),(26586,'Sukhmantri'),(26587,'sukhmantu'),(26588,'Sukhmar Singh'),(26589,'Sukhmat'),(26590,'Sukhmat Bai'),(26591,'Sukhmati'),(26592,'Sukhmati Bai'),(26593,'Sukhmatin'),(26594,'Sukhmatiya'),(26595,'Sukhmatiya Bai'),(26596,'Sukhmila'),(26597,'Sukhmila Bai'),(26598,'sukhmin'),(26599,'Sukhmin Bai'),(26600,'Sukhnadan Singh'),(26601,'Sukhnam'),(26602,'Sukhnanadan'),(26603,'Sukhnand'),(26604,'Sukhnandan'),(26605,'Sukhnandan Prasad'),(26606,'Sukhnandan Singh'),(26607,'Sukhnandi'),(26608,'Sukhnath'),(26609,'Sukhnath ram'),(26610,'Sukhnatu bai'),(26611,'Sukhni'),(26612,'sukhni bai'),(26613,'Sukhni Bai'),(26614,'Sukhnin Bai'),(26615,'Sukhpal'),(26616,'Sukhpal Singh'),(26617,'sukhprasad'),(26618,'Sukhraj'),(26619,'Sukhraji'),(26620,'Sukhrajiya'),(26621,'Sukhrajiya bai'),(26622,'Sukhram'),(26623,'Sukhram singh'),(26624,'Sukhraniya'),(26625,'Sukhraniya Bai'),(26626,'Sukhranni'),(26627,'sukhrat'),(26628,'Sukhratiya'),(26629,'Sukhratiya Bai'),(26630,'Sukhrautin'),(26631,'sukhreeta'),(26632,'Sukhrita'),(26633,'Sukhru'),(26634,'Sukhru Singh'),(26635,'Sukhru Ram'),(26636,'Sukhsagar'),(26637,'sukhsagar das'),(26638,'Sukhsagar Singh'),(26639,'Sukhsay'),(26640,'Sukhsen'),(26641,'Sukhsingh'),(26642,'Sukhu'),(26643,'Sukhu Lal'),(26644,'Sukhu Ram'),(26645,'Sukhu Singh'),(26646,'Sukhun Bai'),(26647,'Sukhuram'),(26648,'Sukhvantin'),(26649,'Sukhvantin Bai'),(26650,'Sukhvariya Bai'),(26651,'Sukhvati'),(26652,'Sukhvati Bai'),(26653,'Sukhvinder'),(26654,'Sukhwantin Bai'),(26655,'Sukhwara'),(26656,'Sukhwati'),(26657,'Sukiya'),(26658,'Sukkal singh'),(26659,'Sukkal singh'),(26660,'Sukki'),(26661,'Sukki kumari'),(26662,'Sukki Bai'),(26663,'Sukko Bai'),(26664,'Sukku'),(26665,'Sukku Bai'),(26666,'Sukku Lal'),(26667,'Sukla'),(26668,'Sukla Singh'),(26669,'Suklabai'),(26670,'Suklal'),(26671,'Sukli'),(26672,'Suklin Bai'),(26673,'Sukliya Bai'),(26674,'Suklu'),(26675,'Suklu Prased'),(26676,'Suklu Singh'),(26677,'sukma'),(26678,'Sukman'),(26679,'Sukman Singh'),(26680,'Sukmani'),(26681,'Sukmat'),(26682,'Sukmat Bai'),(26683,'Sukmati'),(26684,'sukmatiya bai'),(26685,'Suknanadan'),(26686,'Suko Bai'),(26687,'Sukradiya'),(26688,'Sukrajan Singh'),(26689,'Sukraniya'),(26690,'Sukrapal'),(26691,'Sukrati'),(26692,'Sukrati Bai'),(26693,'Sukratin Bai'),(26694,'Sukratiya'),(26695,'Sukratiya Bai'),(26696,'Sukratri bai'),(26697,'Sukrautin Bai'),(26698,'Sukreeta'),(26699,'Sukri Bai'),(26700,'Sukrit'),(26701,'Sukrit Bai'),(26702,'Sukrit Das'),(26703,'Sukrit Kumar'),(26704,'Sukrit Lal'),(26705,'Sukrit prasad'),(26706,'Sukrit Ram'),(26707,'Sukrita'),(26708,'Sukrita Bai'),(26709,'Sukrita Kumari'),(26710,'Sukriti'),(26711,'Sukriti Bai'),(26712,'Sukriti Devi'),(26713,'sukritin bai'),(26714,'Sukriya'),(26715,'Sukriya Bai'),(26716,'Sukru'),(26717,'Sukruta'),(26718,'Sukruti'),(26719,'Sukruti bai'),(26720,'Suksagar'),(26721,'Sukta'),(26722,'sukti bai'),(26723,'Suku'),(26724,'Suku Bai'),(26725,'Sukul'),(26726,'Sukul Bai'),(26727,'Sukul Prasad'),(26728,'Sukul Ram'),(26729,'Sukul Singh'),(26730,'Sukulal'),(26731,'Sukulbati'),(26732,'Sukuliya'),(26733,'Sukun Bai'),(26734,'Sukunti'),(26735,'Sukur Bai'),(26736,'Sukur Muni'),(26737,'Sukurchand'),(26738,'Sukurdin'),(26739,'Sukurmuni'),(26740,'Sukurti'),(26741,'Sukut Ram'),(26742,'Sukuwatibai'),(26743,'Sukvanta Bai'),(26744,'Sukvara'),(26745,'Sukvara Bai'),(26746,'Sukvariya'),(26747,'Sukvariya Bai'),(26748,'Sukvaro Bai'),(26749,'Sukvati'),(26750,'Sukwara'),(26751,'Sukwara Bai'),(26752,'Sukwariya'),(26753,'Sukwariya Bai'),(26754,'Sukwaro'),(26755,'Sul Bai'),(26756,'Sul Singh'),(26757,'Sula'),(26758,'Sula Bai'),(26759,'Sulachana'),(26760,'Sulakshana'),(26761,'Sulamani'),(26762,'Sulapha'),(26763,'Sulau'),(26764,'Sulaxmi'),(26765,'Sulbha Kumari'),(26766,'Sulchana'),(26767,'Suldip'),(26768,'Sulekh Ram'),(26769,'Sulekha'),(26770,'Sulekha kumari'),(26771,'Sulekha Bai'),(26772,'Suleman'),(26773,'Sulesh'),(26774,'Suleshan'),(26775,'Sulkshana'),(26776,'Sulla'),(26777,'Sullu'),(26778,'Sulochan'),(26779,'Sulochana'),(26780,'Sulochana Bai'),(26781,'Sulochana Bai'),(26782,'Sulochani'),(26783,'Sulochna'),(26784,'Sulochna Devi'),(26785,'Sulta'),(26786,'Sultan'),(26787,'Sultan Singh'),(26788,'Sultana'),(26789,'Sultana Bai'),(26790,'Sultana Begam'),(26791,'Sultana Parvin'),(26792,'Sultani'),(35281,'Sultaniya'),(26793,'Sultaniya bai'),(26794,'Sumaan'),(26795,'Suman'),(26796,'Suman Bai'),(26797,'Suman Kumar'),(26798,'Suman Kumari'),(26799,'Suman Singh'),(26800,'Sumandiya Bai'),(26801,'Sumangali'),(26802,'sumanlata'),(26803,'Sumant'),(26804,'Sumant Singh'),(26805,'Sumant Bai'),(26806,'Sumant Giri'),(26807,'Sumant Kumar'),(26808,'Sumant singh'),(26809,'Sumanta'),(26810,'Sumantin Bai'),(26811,'Sumantra'),(26812,'Sumantra Bai'),(26813,'Sumantri'),(26814,'Sumantri Bai'),(26815,'Sumar Singh'),(26816,'Sumaran'),(26817,'Sumaran Das'),(26818,'Sumari'),(26819,'Sumari Bai'),(26820,'Sumarit'),(26821,'Sumariya Bai'),(26822,'Sumarn Das'),(26823,'Sumaru Ram'),(26824,'Sumat'),(26825,'Sumat Bai'),(26826,'Sumat Das'),(26827,'Sumat Kumar'),(26828,'Sumati'),(26829,'Sumati Bai'),(26830,'Sumatiya Bai'),(26831,'Sumda Bai'),(26832,'Sumedha'),(26833,'Sumediya Bai'),(26834,'Sumeet'),(26835,'Sumeet bai'),(26836,'Sumeet Kumar'),(26837,'Sumel'),(26838,'Sumen'),(26839,'Sumen kumar'),(26840,'Sumena'),(26841,'Sumend'),(26842,'sumend bai'),(26843,'Sumenda'),(26844,'Sumenda Bai'),(26845,'Sumendi Bai'),(26846,'Sumendiya Bai'),(26847,'Sumendra Kumar'),(26848,'Sumer'),(26849,'Sumer Singh'),(26850,'Sumergiri'),(26851,'Sumeri'),(26852,'Sumeri Lal'),(26853,'Sumesh'),(26854,'Sumesh Kumar'),(26855,'Sumeti Bai'),(26856,'Sumetra'),(26857,'Sumida'),(26858,'Sumil Kumar'),(26859,'Sumila'),(26860,'Sumina'),(26861,'Suminda'),(26862,'Sumindar Pal'),(26863,'Sumintra'),(26864,'Sumintra Bai'),(26865,'Sumira Bai'),(26866,'Sumiran'),(26867,'sumiran das'),(26868,'Sumirit Bai'),(26869,'Sumit'),(26870,'Sumit Das'),(26871,'Sumit Kumar'),(26872,'Sumit Prasad'),(26873,'sumita'),(26874,'Sumita Bai'),(26875,'Sumitara'),(26876,'Sumiti'),(26877,'Sumiti Bai'),(26878,'Sumitin'),(26879,'Sumitra'),(26880,'Sumitra Bai'),(26881,'Sumitra Devi'),(26882,'Sumitra Kumari'),(26883,'Sumitra Singh'),(26884,'Sumitraf'),(26885,'Sumitri'),(26886,'Sumitri Bai'),(26887,'Sumitri Bai'),(26888,'Sumiya'),(26889,'Summat Bai'),(26890,'Summi'),(26891,'Sumran'),(26892,'Sumran Bai'),(26893,'Sumran Das'),(26894,'Sumran Lal'),(26895,'Sumraniya'),(26896,'Sumrat'),(26897,'Sumratiya Bai'),(26898,'Sumrautin Bai'),(26899,'Sumrika'),(26900,'Sumrin Das'),(26901,'Sumrir Bai'),(26902,'Sumrit'),(26903,'Sumrit bai'),(26904,'Sumrit Bai'),(26905,'Sumrita bai'),(26906,'Sumritra'),(26907,'Sumrotin Bai'),(26908,'Sumta Bai'),(26909,'Sumti Bai'),(26910,'Sumtira'),(26911,'Sun'),(26912,'Sun Bai'),(26913,'Suna'),(26914,'Suna Bai'),(26915,'Suna Ram'),(26916,'suna singh'),(26917,'Sunaina'),(26918,'Sunaina Bai'),(26919,'Sunaina Singh'),(26920,'Sunaiya'),(26921,'Sunaiya Bai'),(26922,'Sunam'),(26923,'Sunanda'),(26924,'Sunandan'),(26925,'Sunaoti Bai'),(26926,'Sunaram'),(26927,'Sunati'),(26928,'Sunati bai'),(26929,'Sunau'),(26930,'Sunau Ram'),(26931,'Sunayana'),(26932,'Sunayana bai'),(26933,'Sunbai'),(26934,'Sunda Bai'),(26935,'Sundar'),(26936,'Sundar Bai'),(26937,'Sundar Das'),(26938,'Sundar Giri'),(26939,'Sundar Lal'),(26940,'Sundar Ram'),(26941,'Sundar Singh'),(26942,'Sundar Vati'),(26943,'Sundara'),(26944,'Sundara Bai'),(26945,'Sundaram'),(26946,'Sundarbati'),(26947,'Sundari'),(26948,'Sundari Bai'),(26949,'Sundariya'),(26950,'Sundariya Bai'),(26951,'Sundarm'),(26952,'Sundarmati'),(26953,'Sundarsingh'),(26954,'Sundaru'),(26955,'Sundaru Bai'),(26956,'Sundarvati'),(26957,'Sundas'),(26958,'Sunder'),(26959,'Sunder Bai'),(26960,'Sunder Lal'),(26961,'Sunder Mati'),(26962,'Sunder Singh'),(26963,'Sundermati'),(26964,'Sundi Bai'),(26965,'sundo bai'),(26966,'Sundra'),(26967,'Sundra Lal'),(26968,'Sundra Singh'),(26969,'Sundrashan'),(26970,'Sundre'),(26971,'Sundre Bai'),(26972,'Sundre Lal'),(26973,'Sundri'),(26974,'Sundri Bai'),(26975,'Sundrika'),(26976,'Sundriya'),(26977,'Sundriya Bai'),(26978,'Sundru Singh'),(26979,'Sundu Bai'),(26980,'Suneeta'),(26981,'suNeeta bai'),(26982,'Sunema'),(26983,'Sungandh'),(26984,'Sungandhi Bai'),(26985,'Sungandhiya'),(26986,'Sungandhvati'),(26987,'Sungati'),(26988,'Sungati Bai'),(26989,'Sunhar'),(26990,'Sunhar Singh'),(26991,'Sunhara'),(26992,'Suni'),(26993,'Suni Bai'),(26994,'Suni kunvar'),(26995,'Sunida'),(26996,'Sunidhi'),(26997,'Sunil'),(26998,'Sunil kumar'),(26999,'Sunil Das'),(27000,'sunil kimar'),(27001,'Sunil Kumar'),(27002,'Sunil Kumari'),(27003,'Sunil Singh'),(27004,'Sunil Tiwari'),(27005,'Sunila'),(27006,'Sunila Bai'),(27007,'Sunima'),(27008,'Sunina'),(27009,'Sunira'),(27010,'Sunit'),(27011,'Sunit Kumar'),(27012,'Sunita'),(27013,'Sunita bai'),(27014,'Sunita bai'),(27015,'Sunita Bai'),(27016,'Sunita devi'),(27017,'sunita kumar'),(27018,'Sunita Kumari'),(27019,'Sunita Raj'),(27020,'Suniti'),(27021,'Suniti Bai'),(27022,'Suniti Sultan'),(27023,'Sunitin Bai'),(27024,'Suniya'),(35282,'Sunkar'),(27025,'Sunko Bai'),(27026,'Sunna Bai'),(27027,'Sunni Bai'),(27028,'sunni lal'),(27029,'Sunni ram'),(27030,'Sunnu singh'),(27031,'Sunta Bai'),(27032,'Sunti'),(27033,'Sunti Bai'),(27034,'Suntiya Bai'),(27035,'Sunu'),(27036,'Sunva'),(27037,'sunva bai'),(27038,'Sunva Ram'),(27039,'Sunva Singh'),(27040,'Sunvasi'),(27041,'Sunwa Ram'),(27042,'Sunwari Bai'),(27043,'Sunwaro bai'),(27044,'Sunyna bai'),(27045,'Supadi'),(27046,'Supadi Lal'),(27047,'Supahiya'),(27048,'Supal Singh'),(27049,'Supari'),(27050,'Supatiya Bai'),(27051,'Supel Singh'),(27052,'Super'),(27053,'Supet'),(27054,'Supet bai'),(27055,'Supet kunvar'),(27056,'Supet Kunwar'),(27057,'Supet Ram'),(27058,'Supet Singh'),(27059,'Supeta'),(27060,'Supeta Bai'),(27061,'Supetiya'),(27062,'Supetiya Bai'),(27063,'Suphal'),(27064,'Suphal Bai'),(27065,'Suphal Das'),(27066,'Suphal Lal'),(27067,'Suphaldas'),(27068,'Supit Kuwar'),(27069,'Supit Ram'),(27070,'Supli Bai'),(27071,'suprabha'),(27072,'Suprit'),(27073,'Suprita'),(27074,'Suprita Bai'),(27075,'Supriya'),(27076,'Supriya Kumari'),(27077,'Suptu Bai'),(35283,'Sur.'),(27078,'Surabhi'),(27079,'Suraj'),(27080,'Suraj Bai'),(27081,'Suraj Bati'),(27082,'Suraj Bhan'),(27083,'Suraj Din'),(27084,'Suraj Gani'),(27085,'Suraj Kawar'),(27086,'Suraj Kumar'),(27087,'Suraj Kumare'),(27088,'Suraj Kunawr'),(27089,'Suraj kunvar'),(27090,'Suraj Kunwar'),(27091,'Suraj Lal'),(27092,'Suraj Mani'),(27093,'Suraj pal'),(27094,'Suraj Prakash'),(27095,'Suraj Prasad'),(27096,'Suraj Prased'),(27097,'Suraj Ram'),(27098,'Suraj Singh'),(27099,'Suraja'),(27100,'Suraja Bai'),(27101,'Surajan'),(27102,'Surajan Bai'),(27103,'Surajbai'),(27104,'Surajbali'),(27105,'Surajbati'),(27106,'Surajbhan'),(27107,'Surajbhan Singh'),(27108,'Surajdeen'),(27109,'Surajdin'),(27110,'Suraji'),(27111,'Surajiya Bai'),(27112,'Surajiya Bai'),(27113,'Surajkali'),(27114,'Surajkumar'),(27115,'Surajkunwar'),(27116,'Surajmal'),(27117,'Surajmani Bai'),(27118,'Suraju'),(27119,'Suraju Bai'),(27120,'Surajvati'),(27121,'Surajvati Bai'),(27122,'Surakha'),(27123,'Suran'),(27124,'Suran Singh'),(27125,'Suranjana'),(27126,'Suranjana Bai'),(27127,'Suranti Bai'),(27128,'surantin bai'),(27129,'Surat'),(27130,'Surat Singh'),(27131,'Surata Bai'),(27132,'Surati bai'),(27133,'Suratiya'),(27134,'Suratiya Bai'),(35284,'Suravanshi'),(35285,'Surawanshi'),(27135,'Suray kumar'),(35286,'Surayavanshi'),(35287,'Surayawanshi'),(35288,'Surayawnshi'),(35289,'Surayvanshi'),(27136,'Surbatiya Bai'),(27137,'Surbhan'),(27138,'Surbhawan'),(27139,'Surbhi'),(27140,'Surbhit'),(27141,'surbhuvan'),(27142,'Surdarshan'),(27143,'Surdas'),(27144,'Surdashan'),(27145,'Surdharshan Prased'),(27146,'Surdin Singh'),(27147,'Sureba'),(27148,'Surechi'),(27149,'Surehs'),(27150,'Surekh'),(27151,'Surekh Bai'),(27152,'Surekha'),(27153,'Surekha Bai'),(27154,'Surendara'),(27155,'Surendra'),(27156,'Surendra Das'),(27157,'Surendra Gir'),(27158,'Surendra Kumar'),(27159,'Surendra Prasad'),(27160,'Surendra Singh'),(27161,'Surendranath'),(27162,'Suresh'),(27163,'Suresh Das'),(27164,'Suresh Gond'),(27165,'Suresh Kumar'),(27166,'Suresh Kumarr'),(27167,'Suresh Lal'),(27168,'Suresh Prasad'),(27169,'Suresh Prased'),(27170,'suresh ram'),(27171,'Suresh Singh'),(27172,'Suresha'),(27173,'Sureshmati'),(27174,'Sureshpal'),(27175,'Sureshvati Bai'),(27176,'Sureshwari'),(27177,'Surharam'),(27178,'Surhuti'),(27179,'Surhuti Bai'),(27180,'Surhutti'),(27181,'Surhuttin'),(27182,'suri ram'),(27183,'Surit'),(27184,'Surit bai'),(27185,'Surit Lal'),(27186,'Surit Ram'),(27187,'Surita Bai'),(27188,'Suritiya Bai'),(27189,'Surja'),(27190,'Surja Bai'),(27191,'Surjabai'),(27192,'Surjaitin Bai'),(27193,'Surjaj'),(27194,'Surjamani'),(27195,'Surjan'),(27196,'Surjan bai'),(27197,'Surjan Prasad'),(27198,'Surjan Singh'),(27199,'Surjautin Bai'),(27200,'Surjeet Kumar'),(27201,'Surji'),(27202,'Surji Bai'),(27203,'Surjit'),(27204,'Surjit Singh'),(27205,'Surjiya'),(27206,'Surmani Bai'),(27207,'Surmat'),(27208,'Surmati'),(27209,'surndra'),(27210,'Surniya Bai'),(27211,'Surooj Bai'),(27212,'Surpa'),(27213,'Surpat'),(27214,'Surpat Bai'),(27215,'Surpati'),(27216,'Sursari'),(27217,'Sursh'),(27218,'Sursh Singh'),(27219,'Surtan'),(27220,'Surtan bai'),(27221,'Surtana Bai'),(35290,'Surtavanshi'),(27222,'Surti'),(27223,'Surti Bai'),(27224,'Surti Ram'),(27225,'Surtiya'),(27226,'Surtiya Bai'),(27227,'Surttabai'),(35291,'Surtyavanshi'),(27228,'Suruchi'),(27229,'Suruchi Bai'),(27230,'suruchi singh'),(27231,'Suruj'),(27232,'Suruj Bai'),(27233,'Suruj Kunwar'),(27234,'Suruj Kuwar'),(27235,'Suruj Singh'),(27236,'Surujautin'),(27237,'Surujbai'),(27238,'Surujbati'),(27239,'Suruju'),(27240,'Surupiya Bai'),(27241,'Surut Singh'),(27242,'Suruti Bai'),(35292,'Survanshi'),(35293,'Survayanshi'),(35294,'Surwanshi'),(27243,'sury'),(27244,'Sury Prasad'),(27245,'Surya'),(27246,'Surya Kant'),(27247,'Surya Kumar'),(27248,'Surya Prakash'),(27249,'Surya Prakesh'),(27250,'Surya Pratap'),(35295,'Surya.'),(35296,'Suryaanshi'),(27251,'Suryabhan Singh'),(27252,'Suryabhavan'),(27253,'Suryakant'),(27254,'Suryamani'),(27255,'Suryanarayan'),(35297,'Suryanashi'),(35298,'Suryanshi'),(35299,'Suryanshi.'),(35300,'Suryanvanshi'),(35301,'Suryanwanshi'),(35302,'Suryanwashi'),(27256,'Suryapal'),(27257,'Suryaparakash'),(27258,'Suryaprakash'),(27259,'Suryash'),(27260,'Suryavan'),(35303,'Suryavanashi'),(35304,'Suryavanashinshi'),(35305,'Suryavanashishi'),(35306,'Suryavandhi'),(35307,'Suryavandi'),(35308,'Suryavanhi'),(35309,'Suryavanhsi'),(35310,'Suryavansh'),(35311,'Suryavansham'),(35312,'Suryavanshami'),(27261,'suryavanshi'),(35313,'Suryavanshio'),(35314,'Suryavansi'),(35315,'Suryavashi'),(35316,'Suryavasnhi'),(35317,'Suryavavshi'),(35318,'Suryavnanshi'),(35319,'Suryavnashi'),(35320,'Suryavnshi'),(35321,'Suryaw'),(35322,'Suryawa'),(35323,'Suryawan'),(35324,'Suryawans'),(35325,'Suryawansh'),(35326,'Suryawanshi'),(35327,'Suryawansi'),(35328,'Suryawnshi'),(27262,'Surykant'),(27263,'Surymati'),(35329,'Surynshi'),(27264,'Surypal'),(27265,'Suryprakash'),(27266,'Suryprakesh'),(27267,'Suryprasad'),(27268,'Surypratap singh'),(27269,'Surysen'),(35330,'Surysvanshi'),(35331,'Suryvanshi'),(35332,'Suryvashi'),(35333,'Suryvasnshi'),(35334,'Surywa'),(35335,'Surywanashi'),(35336,'Surywanhsi'),(35337,'Surywanshi'),(35338,'Surywashi'),(27270,'Susanna'),(27271,'Susanna Bai'),(27272,'Susela'),(27273,'Susendra'),(27274,'Susham'),(27275,'Sushama'),(27276,'Sushama Bai'),(27277,'sushama kumari'),(27278,'Sushamita'),(27279,'Sushan'),(27280,'Sushank'),(27281,'Sushant'),(27282,'Sushant kumar'),(27283,'Susheela'),(27284,'Sushela'),(27285,'Sushil'),(27286,'Sushil kumar'),(27287,'Sushil Bai'),(27288,'Sushil Kumar'),(27289,'Sushila'),(27290,'Sushila bai'),(27291,'Sushila bai'),(27292,'Sushila Bai'),(27293,'Sushila Devi'),(27294,'Sushila Kumar'),(27295,'Sushila Kumari'),(27296,'Sushila Singh'),(27297,'Sushilchand'),(27298,'Sushilya Bai'),(27299,'Sushma'),(27300,'Sushma Bai'),(27301,'Sushma Devi'),(27302,'Sushma Singh'),(27303,'Sushmabai'),(27304,'Sushmati'),(27305,'Sushmita'),(27306,'Susila Bai'),(35339,'Susima'),(27307,'Susimta'),(27308,'Susita'),(27309,'Susmita'),(27310,'Susram'),(27311,'Sut'),(27312,'Sut Kunwar'),(27313,'Sut Kuwar'),(27314,'Sutan Singh'),(27315,'sutaniya bai'),(27316,'Suteshi'),(27317,'Suti Bai'),(27318,'Sutita'),(27319,'Sutkuwar'),(27320,'Sutrekha'),(27321,'Sutrika'),(27322,'Sutrikha Bai'),(35340,'Sutsarthi'),(35341,'Sutta'),(27323,'Suttam'),(27324,'Sutur'),(27325,'Suvachan'),(27326,'Suvan'),(27327,'Suvasani'),(27328,'Suvashin'),(27329,'Suvasin'),(27330,'Suvasin Bai'),(27331,'Suvavati'),(27332,'Suvit'),(27333,'Suwa Bai'),(27334,'Suwanin'),(27335,'Suwasin'),(27336,'Suwasin Bai'),(35342,'Suyaavanshi'),(27337,'Suyank'),(27338,'Suyash'),(35343,'Suyavanshi'),(35344,'suyravanshi'),(27339,'Svahalya'),(27340,'Svamidin'),(27341,'Svamisharan'),(27342,'Svapana'),(27343,'svati'),(27344,'Svejal'),(27345,'Sveta'),(27346,'Swabhaw'),(27347,'Swaliha'),(27348,'Swami'),(27349,'Swami Bai'),(27350,'Swami deen'),(27351,'Swami Din'),(27352,'Swami Sharan'),(27353,'Swamidas'),(27354,'Swamidin'),(27355,'Swaminath'),(27356,'Swamisharan'),(27357,'Swapnil'),(35345,'Swara'),(27358,'Swaraj'),(27359,'Swaranlata'),(27360,'Swarath'),(27361,'Swarath Lal'),(27362,'Swarn Singh'),(27363,'Swarnalata'),(27364,'Swarnlata'),(27365,'Swaroop'),(27366,'swaroop das'),(27367,'Swaroop Singh'),(27368,'Swaroopa'),(27369,'Swarth'),(27370,'Swarti'),(27371,'Swarti bai'),(27372,'Swarup'),(27373,'Swarup Singh'),(27374,'swastik'),(27375,'Swatantra'),(27376,'Swathi Ram'),(27377,'Swati'),(27378,'Swati Bai'),(27379,'Swati Devi'),(27380,'Swati Kumari'),(27381,'Swati Lal'),(27382,'Swati Ram'),(27383,'Swatri'),(27384,'Swatri Bai'),(35346,'Sway'),(27385,'Swayam'),(27386,'Sweta'),(27387,'Swetram'),(35347,'Swipar'),(27388,'Switi'),(35348,'Swroop'),(27389,'Syam'),(27390,'Syam Bai'),(27391,'syam lal'),(27392,'Syam Sundar'),(27393,'Syambati'),(27394,'syamji'),(27395,'Syamkali'),(27396,'syamlal'),(27397,'Syhaga'),(27398,'System'),(27399,'T S'),(27400,'T.'),(27401,'T. Kumar'),(27402,'T. Parvati'),(27403,'T.c.'),(27404,'T.r.'),(35349,'Taak'),(35350,'Taank'),(27405,'Taaran'),(27406,'Tabassum'),(27407,'Tabijan bee'),(35351,'Tabssum'),(35352,'Tadan'),(35353,'Tadav'),(35354,'Tadiya'),(35355,'Tadya'),(27408,'Tagun Kumar'),(27409,'Tahal'),(27410,'Tahar'),(27411,'Tahar singh'),(27412,'Tahasil'),(27413,'Tahera'),(27414,'Tahir'),(27415,'Tahira'),(35356,'Tahkur'),(27416,'Tahmin'),(27417,'Tahneshwar'),(27418,'Tahrun'),(27419,'tahsil mohammad'),(27420,'Taiba'),(27421,'Taibun bee'),(27422,'Taibun Nisha'),(35357,'Taitus'),(27423,'taiyaba'),(27424,'Taj'),(27425,'Taj bee'),(35358,'Tajan'),(27426,'Tajeram'),(27427,'Tajo'),(27428,'tajparvin'),(27429,'Tajuddin'),(27430,'Tajveer'),(35359,'Tak'),(27431,'Takbeer'),(27432,'Takeem'),(27433,'Takeshawar'),(27434,'Takeshvar'),(27435,'Takeshvari'),(27436,'Takeshwar'),(27437,'Takhan'),(27438,'Takhan Singh'),(27439,'Takhat'),(27440,'Takhat Ram'),(27441,'Takhat singh'),(27442,'Takhataram'),(27443,'Takhur'),(35360,'Takndiya'),(27444,'Takseen'),(27445,'Takur'),(27446,'Talbatiya Bai'),(27447,'Taleshwar'),(27448,'Talhan'),(35361,'Talika'),(27449,'Taliph'),(27450,'Tallin Bai'),(27451,'Talsu Ram'),(27452,'taluk'),(27453,'Tam Das'),(27454,'Tama Bai'),(35362,'Tamaknan'),(35363,'Tamaknand'),(27455,'Tamanna'),(35364,'Tamboli'),(35365,'Tamer'),(27456,'Tameshwar'),(27457,'Tameshwari'),(27458,'Tameswari'),(27459,'Tamil Bai'),(27460,'tammana'),(27461,'Tammi Bai'),(27462,'Tamnna'),(27463,'tamp pal'),(27464,'Tampal Singh'),(27465,'Tamradhwaj'),(27466,'Tamraj Dhwaj'),(35366,'Tamrakar'),(35367,'Tamrkar'),(27467,'Tamsa'),(27468,'Tan Sen'),(27469,'tan singh'),(27470,'Tanagu'),(27471,'Tanagu Ram'),(27472,'Tanaguram'),(35368,'Tandan'),(35369,'Tandandan'),(27473,'Tandaram'),(35370,'Tanddan'),(35371,'Tande'),(35372,'Tandi'),(35373,'Tandiya'),(27474,'Tanga Ram'),(27475,'Tangu'),(27476,'Tangu Lal'),(27477,'Tangu Ram'),(27478,'Tangu Singh'),(27479,'Tani Bai'),(27480,'Tanish'),(27481,'Tanish Khan'),(27482,'Tanisha'),(27483,'Tanishka'),(27484,'Taniya'),(35374,'Tank'),(27485,'Tank Ram'),(27486,'Tankeshwar'),(27487,'Tankeshwari'),(27488,'Tanku'),(27489,'Tanmay'),(35375,'tanndi'),(27490,'Tannu'),(27491,'Tannu Singh'),(35376,'Tanti'),(27492,'Tanu'),(27493,'Tanu Kumari'),(27494,'Tanu Singh'),(27495,'Tanuja'),(27496,'Tanuja Bai'),(27497,'tanukumari'),(35377,'Tanvar'),(27498,'Tanveer Sahiba'),(27499,'tanvi'),(35378,'Tanvir'),(35379,'Tanwar'),(27500,'Tanya'),(27501,'Tap Singh'),(27502,'Tapasiya Singh'),(27503,'Tapasya'),(27504,'Tapesh'),(27505,'Tapeshvari'),(27506,'Tapeshwar'),(27507,'Tapeshwar Kumar'),(27508,'Tapeshwar Singh'),(27509,'Tapeshwari bai'),(27510,'Tapoti'),(27511,'Tapsi'),(27512,'Tapsiya Singh'),(27513,'Tapsya singh'),(27514,'Tapti Bai'),(27515,'Tar Keshwari'),(27516,'Tara'),(27517,'Tara Bai'),(27518,'Tara Bati'),(27519,'Tara Chand'),(27520,'Tara Das'),(27521,'Tara Devi'),(27522,'Tara Prasad'),(27523,'Tara Singh'),(27524,'Tara vati'),(27525,'Tarabai'),(27526,'Tarabati'),(27527,'Tarachand'),(27528,'taradevi'),(27529,'Tarak Singh'),(27530,'Tarakeshwar'),(27531,'Taraki'),(35380,'Taram'),(27532,'Taramati'),(27533,'Taran'),(27534,'Taran Bai'),(27535,'Taran Das'),(27536,'Taran Kumar'),(27537,'Taran Prakash'),(27538,'Taran Singh'),(27539,'Tarana'),(27540,'Tarani'),(27541,'Tarani Bai'),(27542,'Tarani Kumari'),(27543,'Tarans'),(27544,'Taras'),(27545,'Tarasiya Bai'),(27546,'Taravati'),(27547,'Taravati Bai'),(27548,'Tarawati'),(27549,'Taresh'),(27550,'Taresha'),(27551,'Tarini'),(27552,'Tarini Kumari'),(27553,'Tarjan'),(27554,'Tarkesh'),(27555,'Tarkeshwar'),(27556,'Tarm Dhwaj'),(27557,'Tarmdhwaj'),(27558,'Tarni'),(27559,'Tarni Bai'),(27560,'Tarsa Ram'),(27561,'Tarshila'),(27562,'Tarsila'),(27563,'Tarsiya'),(27564,'Tarsiya Bai'),(27565,'Taru Singh'),(27566,'Tarun'),(27567,'Tarun Kumar'),(27568,'Tarun Patva'),(27569,'Tarun Singh'),(27570,'Taruna'),(27571,'Taruna Bai'),(27572,'Tarunam'),(27573,'Tasak Ram'),(27574,'Taseel'),(27575,'Taslim'),(27576,'Taso Begam'),(27577,'Tasu'),(27578,'Tatavdarshani'),(35381,'Tathor'),(27579,'Tatin Bai'),(27580,'Tatku Ram'),(27581,'Tatu'),(27582,'Tatu Ram'),(27583,'Taturam'),(27584,'Tatuva'),(27585,'Tatya'),(27586,'Tatyana'),(27587,'Taukir'),(27588,'Tauphik'),(27589,'Taurej'),(27590,'Tausiph'),(35382,'Tavar'),(35383,'Tawar'),(35384,'tee ajay'),(27591,'Teej'),(27592,'Teej Bai'),(27593,'Teej kuvar'),(27594,'Teej lal'),(27595,'Teej Ram'),(27596,'Teeja'),(27597,'Teeja Bai'),(27598,'Teejamat'),(27599,'Teejan'),(27600,'Teejan bai'),(27601,'Teejau'),(27602,'Teejkunwar'),(27603,'Teejmati'),(27604,'Teejram'),(27605,'Teeka'),(27606,'Teeka Ram'),(27607,'Teekaram'),(27608,'Teel'),(27609,'Teel Bai'),(27610,'Teelbai'),(27611,'Teelmat'),(27612,'Teelmat Bai'),(27613,'Teenu Singh'),(27614,'Teerumati'),(27615,'Teesa'),(27616,'Teg Bahadur'),(27617,'Tegsiya bai'),(27618,'Tehriya'),(27619,'Tehu'),(27620,'Tej'),(27621,'Tej Bai'),(27622,'Tej Kuewar'),(27623,'Tej Kunwar'),(27624,'Tej Kuwar'),(27625,'Tej Lal'),(27626,'Tej Nath'),(27627,'Tej Prakash'),(27628,'Tej Pratap'),(27629,'Tej Ram'),(27630,'Tej Ram Singh'),(27631,'Tej Singh'),(27632,'Teja'),(27633,'Teja Bai'),(27634,'Teja Singh'),(27635,'Tejam Bai'),(27636,'Tejan'),(27637,'Tejan Singh'),(27638,'Tejarat'),(27639,'Tejashvi'),(27640,'Tejasvi'),(27641,'Tejaswi'),(27642,'Tejbali'),(27643,'tejbali singh'),(27644,'Tejbati'),(27645,'Tejbhan'),(27646,'Tejes'),(27647,'Tejeshwar'),(27648,'tejgiri'),(27649,'Teji Lal'),(27650,'Tejkunvar'),(27651,'Tejkunwar'),(27652,'Tejkuwar'),(27653,'Tejmani'),(27654,'Tejpal'),(27655,'Tejpratap'),(27656,'Tejram'),(27657,'Tejswani'),(27658,'Teju'),(27659,'Teju Lal'),(27660,'Teju ram'),(27661,'Tejva'),(27662,'Tejvati'),(27663,'Tek'),(27664,'Tek Bai'),(27665,'Tek Lal'),(27666,'Tek Ram'),(27667,'Tek Singh'),(35385,'Tekam'),(27668,'Tekan'),(27669,'Tekan Bai'),(27670,'Tekan Ram'),(27671,'Tekan singh'),(27672,'Tekbati'),(27673,'Tekchand'),(27674,'Tekeshwar'),(27675,'Tekhu Ram'),(27676,'Tekram'),(27677,'Teku Ram'),(27678,'Tel'),(27679,'Tel Das'),(35386,'telag'),(35387,'Telan'),(35388,'Telang'),(27680,'Telasiya'),(35389,'Telgu'),(35390,'Teli'),(27681,'Teli Ram'),(27682,'Telin Bai'),(35391,'Tellgu'),(35392,'Telli'),(27683,'Tem Bai'),(27684,'Tembati Bai'),(27685,'Tengan'),(27686,'Tenganu'),(35393,'Tengwar'),(27687,'Teraasiya'),(27688,'Teras'),(27689,'Teras Bai'),(27690,'Teras Kumar'),(27691,'Teras Prasad'),(27692,'Teras Ram'),(27693,'Terasa'),(27694,'Terasa Bai'),(27695,'Terash ram'),(27696,'terasha bai'),(27697,'Terashi bai'),(27698,'Terasi'),(27699,'Terasiya'),(27700,'Terasiya Bai'),(27701,'Terasu'),(27702,'Terasu Ram'),(27703,'Tere lal'),(27704,'Tersa'),(27705,'Tersa Bai'),(27706,'Tershi Bai'),(27707,'Tersi Bai'),(27708,'Tersiya'),(27709,'Tersiya Bai'),(27710,'Tersu'),(27711,'Tersu Prasad'),(27712,'Teru Singh'),(27713,'Tesanhin Bai'),(27714,'Teshu'),(27715,'Test'),(27716,'Tesu Lal'),(27717,'Tetaki Bai'),(27718,'Tetaku'),(27719,'Tetari Bai'),(27720,'Tetki'),(27721,'Tetki Bai'),(27722,'Tetku'),(27723,'Tetkuram'),(27724,'Tetra'),(27725,'Tetri Bai'),(35394,'Thadani'),(27726,'Thagani'),(27727,'Thageshvari'),(27728,'Thaggu'),(27729,'Thagia'),(27730,'Thagiya'),(27731,'Thagiya Bai'),(27732,'Thaguva ram'),(35395,'Thahriya'),(35396,'Thak'),(35397,'Thakare'),(35398,'Thakaur'),(27733,'Thakelu Ram'),(35399,'Thakkar'),(35400,'Thakkur'),(35401,'Thakre'),(35402,'Thaku'),(27734,'Thakuar'),(27735,'Thakur'),(27736,'Thakur Din'),(27737,'Thakur Paduman'),(27738,'Thakur Prasad'),(27739,'Thakur Pratap'),(27740,'Thakur Ram'),(27741,'Thakur Sih'),(27742,'Thakur Singh'),(27743,'Thakurain'),(27744,'Thakurain Bai'),(35403,'Thakurank'),(27745,'Thakurdeen'),(27746,'Thakurdin'),(27747,'Thaleshwar'),(27748,'Thalku Ram'),(35404,'Thamas'),(27749,'Thameshvar'),(27750,'Than Singh'),(27751,'Thana Ram'),(27752,'Thanda Bai'),(27753,'Thanda Ram'),(27754,'Thandeshwar'),(27755,'Thanduram'),(27756,'Thane Ram'),(27757,'Thane Singh'),(35405,'Thanekar'),(27758,'Thanesh'),(27759,'Thaneshwar'),(27760,'Thani Lal'),(27761,'Thaniseh'),(27762,'Thanshing'),(27763,'Thansingh'),(27764,'Thantha Ram'),(27765,'Thanu'),(27766,'Thanu Ram'),(27767,'Thanuram'),(27768,'Thanuvarin'),(27769,'Thanuvas'),(27770,'Thanvar'),(27771,'Thanvarin'),(27772,'Thanvarin Bai'),(27773,'Thanwar'),(27774,'Thanwarin'),(27775,'Thanwarin Bai'),(35406,'Tharsena'),(35407,'Tharvani'),(35408,'Thavaait'),(35409,'Thavait'),(35410,'Thavrani'),(35411,'Thawai'),(35412,'Thawait'),(35413,'Thawrani'),(27776,'Thela'),(27777,'Thelaiya'),(27778,'Thelau Ram'),(27779,'Theliya Bai'),(27780,'Thelu Ram'),(27781,'Themaki Bai'),(27782,'Theodor'),(35414,'Thethwar'),(35415,'Thiga'),(27783,'Thik Bai'),(27784,'Thila'),(35416,'Thimar'),(27785,'Thirath'),(27786,'thirath ram'),(35417,'Thiya'),(35418,'thkaur'),(27787,'Thkurdin'),(35419,'Thomas'),(35420,'Thongire'),(27788,'Thotha Ram'),(35421,'threethree'),(27789,'Thrithram'),(27790,'THugali bai'),(27791,'Thugan'),(27792,'Thugur'),(27793,'Thulli bai'),(27794,'Thumaki'),(27795,'Thumari'),(27796,'Thumari Bai'),(27797,'Thumla Bai'),(27798,'Thuna singh'),(27799,'Thungru'),(27800,'Thunni Bai'),(27801,'Thunnu singh'),(27802,'Thunu'),(35422,'Thwais'),(35423,'Thwait'),(27803,'Tiajan Bai'),(27804,'Tiarthiya Bai'),(27805,'Tibali Das'),(27806,'Tibul'),(27807,'Tidi Bai'),(27808,'Tidli Bai'),(35424,'Tieari'),(27809,'Tigalu'),(27810,'Tigeshvar'),(35425,'Tigga'),(27811,'Tiggi bai'),(35426,'Tigya'),(27812,'Tiha Lal'),(27813,'Tihar'),(27814,'Tihar Bai'),(27815,'Tihar Singh'),(27816,'Tihara Bai'),(27817,'Tihari'),(27818,'Tihari Das'),(27819,'Tihari Ram'),(27820,'Tiharilal'),(27821,'Tiharin'),(27822,'Tiharin Bai'),(27823,'Tiharinanda'),(27824,'Tihariya'),(27825,'Tihariya Bai'),(27826,'Tiharo'),(27827,'Tiharo Bai'),(27828,'Tiharoo'),(27829,'Tiharu'),(27830,'Tiharu Bai'),(27831,'Tiharu Kumar'),(27832,'Tiharu Lal'),(27833,'Tiharu Ram'),(27834,'Tiharu Singh'),(27835,'Tihau'),(27836,'Tihriya'),(27837,'Tij'),(27838,'Tij Bai'),(27839,'Tij Kumari'),(27840,'Tij Kuwar'),(27841,'Tij Lal'),(27842,'Tij Mat'),(27843,'Tij Ram'),(27844,'Tija'),(27845,'Tija bai'),(27846,'Tijaiya'),(27847,'Tijamat'),(27848,'Tijan'),(27849,'Tijan bai'),(27850,'Tijan Bai'),(27851,'Tijau'),(27852,'Tijau Ram'),(27853,'Tijau Das'),(27854,'Tijau Ram'),(27855,'Tijauram'),(27856,'Tijauwa'),(27857,'Tije Ram'),(27858,'Tijesh Kumar'),(27859,'Tiji Bai'),(27860,'Tijilya Bai'),(27861,'Tijiy'),(27862,'Tijiya'),(27863,'Tijiya Bai'),(27864,'Tijju'),(27865,'Tijjuram'),(27866,'Tijkumari'),(27867,'Tijkunwar'),(27868,'Tijkuver'),(27869,'Tijkuwar'),(27870,'Tijlal'),(27871,'Tijmat'),(27872,'Tijmat Bai'),(27873,'Tijmati'),(27874,'Tijmati Bai'),(27875,'Tijram'),(27876,'Tiju Bai'),(27877,'tijuram'),(27878,'Tijva Ram'),(27879,'Tijya Bai'),(27880,'Tik Bai'),(27881,'Tika'),(27882,'Tika prasad'),(27883,'Tika Ram'),(27884,'Tikabati'),(27885,'Tikait'),(27886,'Tikait Singh'),(27887,'Tikaiti Bai'),(27888,'Tikaitin'),(27889,'Tikaitin Bai'),(27890,'Tikal'),(27891,'Tikam'),(27892,'Tikam Das'),(27893,'Tikam Devi'),(27894,'Tikam ram'),(27895,'Tikam Singh'),(27896,'Tikaram'),(27897,'Tikavati'),(27898,'Tikehwar'),(27899,'Tikendra Kumar'),(27900,'Tikesh'),(27901,'Tikesh Kumar'),(27902,'TIKESHVAR'),(27903,'Tikeshwar'),(27904,'Tikeshwar Kumar'),(27905,'Tikeshwari'),(27906,'Tikeshwari Bai'),(27907,'Tikeshwer kumar'),(27908,'Tiketi Bai'),(27909,'Tiketin'),(27910,'Tiketin Bai'),(27911,'Tikit Singh'),(27912,'Tikiya Bai'),(27913,'Tikmuni Bai'),(27914,'Tikori'),(27915,'Tikot'),(27916,'Tiku'),(27917,'Til'),(27918,'Til Bai'),(27919,'til kunvar'),(27920,'Til Kunwar'),(27921,'Til Kuwar'),(27922,'Tila'),(27923,'Tila Bai'),(27924,'Tila Ram'),(27925,'Tilak'),(27926,'Tilak Bai'),(27927,'Tilak Das'),(27928,'Tilak Dhari'),(27929,'Tilak Kumar'),(27930,'Tilak Raj'),(27931,'Tilak Ram'),(27932,'Tilak Singh'),(27933,'Tilakadhari'),(27934,'Tilakchand'),(27935,'Tilakesh'),(27936,'Tilaki Bai'),(27937,'Tilakmati'),(27938,'Tilakmati Bai'),(27939,'Tilakram'),(27940,'Tilaksay'),(35427,'Tilakvar'),(27941,'Tilakvati'),(35428,'Tilakwar'),(27942,'Tilakwati'),(27943,'Tilam Singh'),(27944,'Tilan'),(27945,'Tilan Bai'),(27946,'Tilashan'),(27947,'Tilauja'),(27948,'Tilauram'),(27949,'Tilbai'),(27950,'Tileshri'),(27951,'Tileshvar'),(27952,'Tileshvari'),(27953,'Tileshwar'),(27954,'Tileshwari'),(27955,'Tilibati Bai'),(27956,'Tiliya Bai'),(27957,'Tilka bai'),(27958,'Tilkesh'),(27959,'Tilkeshwar'),(27960,'Tilki Bai'),(27961,'Tilko Bai'),(27962,'Tilkuwar'),(27963,'Tilli Bai'),(27964,'Tillu'),(27965,'Tilmat'),(27966,'Tilmat bai'),(27967,'Tilmat Bai'),(27968,'Tilmat Kuwar'),(27969,'Tilmati'),(27970,'Tilmati Bai'),(27971,'Tilmatt Bai'),(27972,'Tilmotin Bai'),(27973,'Tilmtiya Bai'),(27974,'Tilobai'),(27975,'Tilochan'),(27976,'Tilochani'),(27977,'Tilok'),(27978,'Tilok Kumar'),(27979,'Tilok singh'),(35429,'Tiloki'),(27980,'Tilsi Bai'),(35430,'Tilvani'),(27981,'Tilvantin'),(27982,'Timan Lal'),(35431,'Timar'),(27983,'Timlesh'),(27984,'timpal'),(27985,'Tinaiy'),(27986,'Tineshwari'),(35432,'Tinga'),(27987,'Tingu'),(27988,'Tinka bai'),(27989,'Tinkal'),(27990,'Tinku'),(27991,'Tinul'),(27992,'Tipharin'),(27993,'Tipi'),(27994,'Tiraku Singh'),(27995,'Tiras singh'),(27996,'Tirasha'),(27997,'Tirasu Ram'),(27998,'Tirata Bai'),(27999,'Tirath'),(28000,'Tirath Bai'),(28001,'Tirath Das'),(28002,'Tirath Kumar'),(28003,'Tirath Lal'),(28004,'Tirath Prasad'),(28005,'Tirath Ram'),(28006,'Tirath Singh'),(28007,'Tirathbati'),(28008,'Tirathi'),(28009,'Tirathi Bai'),(28010,'Tirathram'),(28011,'Tirathvati'),(28012,'Tirbeni'),(28013,'Tirbitiya Bai'),(28014,'Tireeth Bai'),(28015,'Tirhari'),(35433,'Tiripathi'),(28016,'Tirit Bai'),(28017,'Tirith'),(28018,'Tirith bai'),(28019,'Tirith Bai'),(28020,'Tirith Kumar'),(28021,'Tirith kuvar'),(28022,'Tirith Lal'),(28023,'Tirith Prasad'),(28024,'Tirith Ram'),(28025,'Tirith Singh'),(28026,'Tirithbai'),(28027,'Tirithram'),(28028,'Tirjan Bai'),(28029,'Tirjhanbati'),(35434,'Tirki'),(28030,'Tirmak'),(28031,'Tiroja Bai'),(28032,'Tirpan'),(35435,'Tirpathi'),(28033,'Tirpati'),(28034,'Tirpati Bai'),(28035,'Tirsiya'),(28036,'Tirsiya bai'),(28037,'Tirsu Das'),(28038,'Tirth Bai'),(28039,'Tirth Ram'),(28040,'Tirtha'),(28041,'Tirtha Ram'),(28042,'Tirthan Bai'),(28043,'Tirthi Bai'),(28044,'Tirthin'),(28045,'Tirtiya Bai'),(28046,'Tiru Bai'),(28047,'Tirvendi'),(28048,'Titali'),(28049,'Titar Bai'),(28050,'Titara'),(28051,'Titara Ram'),(28052,'Titara Singh'),(28053,'Titari'),(28054,'Titari Bai'),(28055,'Titaru'),(28056,'Titaru Sigh'),(28057,'Titaru Singh'),(28058,'Titra'),(28059,'Titra Ram'),(28060,'Titra Singh'),(28061,'Titraram'),(28062,'Titri'),(28063,'Titri Bai'),(28064,'Titru'),(28065,'Titru Das'),(28066,'Titthi Bai'),(35436,'Tivari'),(35437,'Tivarkar'),(28067,'Tivnkal'),(28068,'Tiwari'),(28069,'tiwari ram'),(28070,'Tiya Bai'),(28071,'Toahin'),(28072,'Tobarin'),(28073,'Tobha Ram'),(35438,'Todar'),(28074,'Todar Singh'),(28075,'tohit'),(28076,'Tok Singh'),(28077,'Tokan'),(28078,'Tokhan'),(28079,'Tokir'),(35439,'Toko'),(28080,'Tol Singh'),(28081,'Tola Ram'),(28082,'Tola Singh'),(28083,'Tolan Bai'),(35440,'Tolani'),(28084,'Tolaram'),(28085,'Toli Das'),(28086,'Toli Ram'),(28087,'Tomal Prasad'),(28088,'Tomar'),(28089,'Tomar Prasad'),(28090,'Tomarin Bai'),(28091,'tome kumar'),(28092,'Tomeshwar'),(35441,'Tompo'),(35442,'Tonde'),(28093,'Top Singh'),(28094,'Topeshwar'),(28095,'Topi'),(28096,'Topi Singh'),(35443,'Topo'),(35444,'Toppo'),(28097,'Topu'),(28098,'Toran'),(28099,'Toran Bai'),(28100,'Toran Jeewan'),(28101,'Toran lal'),(28102,'Toran Prasad'),(28103,'Toran Ram'),(28104,'Torvan'),(28105,'Tosal'),(28106,'Tosan Bai'),(28107,'Tosh'),(28108,'toshan lal'),(28109,'Toshanbati'),(28110,'Toshik Ram'),(28111,'Tosi'),(28112,'Tosram'),(28113,'Tota'),(28114,'Tota Bai'),(28115,'Totaram'),(28116,'Totoram'),(28117,'Tramin Kumar'),(28118,'Tribeni'),(28119,'Tribhuvan'),(28120,'Tribhuvan Das'),(28121,'Tribhuvan Singh'),(28122,'Tribhuwan'),(28123,'Tribhvan'),(28124,'Tridev'),(28125,'Trijan Bai'),(28126,'Trijogi'),(28127,'Trijugi'),(28128,'Trijugi Bai'),(28129,'Trikesh'),(28130,'Trilocha Prasad'),(28131,'Trilochan'),(28132,'Trilochan Kumar'),(28133,'Trilochan Prasad'),(28134,'Trilochan Singh'),(28135,'trilochana'),(28136,'Trilochani'),(28137,'Trilok'),(28138,'Trilok Chand'),(28139,'Trilok Singh'),(28140,'Triloka'),(28141,'Triloka Bai'),(28142,'Triloki'),(28143,'Trilokinath'),(28144,'Trinath'),(28145,'Trineshwar'),(35445,'Tripathi'),(28146,'Tripati'),(28147,'Tripati Bai'),(28148,'Tripati Devi'),(28149,'Tripti'),(28150,'Tripurari'),(28151,'Trirendra'),(28152,'Trismati'),(28153,'Trita'),(28154,'Trith'),(28155,'Trith Ram'),(28156,'Trithram'),(28157,'Trivedi'),(28158,'Trivedi Bai'),(28159,'Trivendi'),(28160,'Trivendi Bai'),(28161,'Trivendi Ram'),(28162,'Triveni'),(28163,'Triveni Bai'),(28164,'Triveni Prasad'),(28165,'Triweni'),(28166,'Triyugi'),(28167,'Ttribhuvan'),(28168,'Tubla'),(28169,'Tugan Ram'),(28170,'Tuhin'),(28171,'Tujau Ram'),(28172,'Tuka'),(28173,'Tuka Ram'),(28174,'Tukan'),(28175,'Tukaram'),(28176,'Tukdu'),(28177,'Tukeshwar'),(28178,'Tukeshwari'),(28179,'Tuknath'),(28180,'Tukru'),(28181,'Tul'),(28182,'Tul Bai'),(28183,'Tul Kuwar'),(28184,'Tul Singh'),(28185,'Tula'),(28186,'Tula ram'),(28187,'Tula Bai'),(28188,'Tula Ram'),(28189,'Tula Singh'),(28190,'Tulaguram'),(28191,'Tulai Das'),(28192,'Tulai Ram'),(28193,'Tulan Prasad'),(28194,'Tularaj'),(28195,'Tularam'),(28196,'Tularam Singh'),(28197,'Tulas'),(28198,'Tulas Ram'),(28199,'Tulasa Bai'),(28200,'Tulashi'),(28201,'Tulashi bai'),(28202,'Tulashi ram'),(28203,'Tulasi'),(28204,'Tulasi Bai'),(28205,'Tulasi Ram'),(28206,'Tulasiya'),(28207,'tulasiya bai'),(28208,'Tulesh'),(28209,'Tulesh kumar'),(28210,'Tuleshari Bai'),(28211,'Tuleshiya Bai'),(28212,'Tuleshvar'),(28213,'Tuleshvari'),(28214,'Tuleshwar'),(28215,'Tuleshwari'),(28216,'Tuleshwari Bai'),(28217,'Tuli Bai'),(28218,'Tulika'),(28219,'Tuliya Bai'),(28220,'Tulkumari'),(28221,'Tulkunar'),(28222,'Tulkunwar'),(28223,'Tulkuwar'),(28224,'Tull'),(35446,'Tulla'),(28225,'Tulmati'),(28226,'Tulmul'),(28227,'Tulsa'),(28228,'Tulsa Bai'),(28229,'Tulsa Devi'),(28230,'Tulsa singh'),(28231,'Tulsaya'),(28232,'Tulsha bai'),(28233,'Tulshi'),(28234,'Tulshi Bai'),(28235,'tulshi das'),(28236,'Tulshi ram'),(28237,'Tulshiram'),(28238,'Tulsi'),(28239,'Tulsi Ram'),(28240,'Tulsi Bai'),(28241,'Tulsi Das'),(28242,'Tulsi Kumar'),(28243,'Tulsi Prasad'),(28244,'Tulsi Ram'),(28245,'Tulsidas'),(28246,'Tulsikrit'),(28247,'tulsing'),(28248,'Tulsiram'),(28249,'Tulsiram,'),(28250,'Tulsiya Bai'),(28251,'Tulwa Ram'),(28252,'Tuman Singh'),(28253,'Tumleshwer'),(28254,'Tumnath'),(28255,'Tunaki bai'),(28256,'Tuneshvari'),(28257,'Tunga Ram'),(28258,'Tungan'),(28259,'Tungnath'),(28260,'Tunita'),(28261,'Tuphan'),(28262,'Turani'),(28263,'Turau'),(28264,'Turendra'),(35447,'Turkane'),(35448,'turkani'),(35449,'Turki'),(28265,'Tus Ram'),(28266,'Tusar'),(28267,'tushal'),(28268,'Tushar'),(28269,'Tushar Das'),(28270,'Tushar Kumar'),(28271,'Tusharkant'),(28272,'Tuvesh Kumar'),(35450,'Tyagi'),(28273,'Tyunspes'),(35451,'U'),(28274,'Uaday'),(35452,'Uaike'),(28275,'Uama Bai'),(35453,'Uarav'),(28276,'Uattara kumari'),(28277,'Ubaran'),(28278,'Ubaran Das'),(28279,'Ube Lal'),(28280,'Ubh Lal'),(28281,'Ublal'),(28282,'Uchera'),(28283,'Uchit Bai'),(28284,'Uchit Ram'),(28285,'Uda'),(28286,'Udal'),(28287,'Udal Kumar'),(28288,'Udal Singh'),(28289,'Udan Bai'),(28290,'Udan Singh'),(28291,'Udar Singh'),(28292,'Udaraj'),(28293,'Udasa'),(28294,'Udasa Bai'),(28295,'Udasi'),(28296,'Udasi Ram'),(28297,'Udasiya'),(28298,'Udasiya Bai'),(28299,'Udat Ram'),(28300,'Uday'),(28301,'Uday Bhan'),(28302,'Uday Chand'),(28303,'Uday Das'),(28304,'Uday Kumar'),(28305,'Uday Kumari'),(28306,'Uday Lal'),(28307,'Uday Prakash'),(28308,'Uday pratap'),(28309,'Uday raj'),(28310,'Uday Ram'),(28311,'Uday Shanker'),(28312,'Uday Singh'),(28313,'Udayanjali'),(28314,'Udaybati'),(28315,'Udaybhan'),(28316,'Udaymani'),(28317,'Udayraj'),(35454,'Uddeshya'),(35455,'Uddey'),(28318,'Uddhav'),(28319,'Uddho'),(28320,'Uddho Ram'),(28321,'Uddho Singh'),(28322,'uddip kumar'),(28323,'Ude'),(28324,'Ude Ram'),(28325,'Udebhan'),(28326,'Uderam'),(28327,'udesh'),(28328,'Udesh kumar'),(28329,'Udeshi Ram'),(28330,'Udeshiya'),(28331,'Udeshiya Bai'),(28332,'Udey'),(28333,'Udham Das'),(28334,'Udhan Das'),(35456,'Udhedesh'),(28335,'Udhho Das'),(28336,'Udhishthir'),(28337,'Udho'),(28338,'Udho Bai'),(28339,'Udho Prasad'),(28340,'Udho Ram'),(28341,'Udho Singh'),(28342,'Udhvo Ram'),(28343,'udipat,Adam kerketta'),(28344,'Udit Kumar'),(28345,'Udit Narayan'),(28346,'Udita'),(35457,'Udiya'),(35458,'Udke'),(28347,'Udlish'),(28348,'Udraj'),(28349,'Udraj Singh'),(28350,'Udrani'),(28351,'Udsiya'),(28352,'Udsiya Bai'),(35459,'Ueke'),(28353,'Ugendra'),(35460,'Ugihriya'),(28354,'Ugiya Bai'),(28355,'Ugra Das'),(28356,'Ugrasen'),(28357,'Ugren'),(35461,'Uiike'),(35462,'Uike'),(35463,'Uikey'),(28358,'Ujagar'),(28359,'Ujala'),(28360,'Ujar Signh'),(28361,'Ujariya bai'),(28362,'Ujaval Kumar'),(28363,'Ujay'),(28364,'Ujayanti'),(28365,'Ujena Bai'),(28366,'Ujenda Bai'),(28367,'Uji Bai'),(35464,'Ujir'),(28368,'ujit'),(28369,'Ujita'),(28370,'Ujiya'),(28371,'Ujiyar'),(28372,'Ujiyar Singh'),(28373,'Ujiyara Bai'),(28374,'Ujiyaro'),(28375,'Ujiyaro Bai'),(28376,'Ujjain'),(28377,'Ujjain Prasad'),(28378,'Ujjaval'),(28379,'Ujjval'),(28380,'Ujma'),(28381,'Ujyaro Bai'),(28382,'ukesh kumar'),(35465,'Ukey'),(28383,'Ukha Bai'),(28384,'Ukham Bai'),(28385,'Ukhamati'),(28386,'Ukhami'),(28387,'Ulapi'),(28388,'Ulfatun'),(35466,'Ulla'),(28389,'Uma'),(28390,'Uma Bai'),(28391,'Uma Singh'),(28392,'Uma Bai'),(28393,'Uma bia'),(28394,'Uma Devi'),(28395,'Uma Gauri'),(28396,'Uma Kumari'),(28397,'Uma Prasad'),(28398,'Uma Shankar'),(28399,'Uma Shanker'),(28400,'Uma Sharan'),(28401,'Uma Singh'),(28402,'Umabai'),(28403,'Umabati'),(28404,'Umad'),(28405,'Umadatt'),(28406,'Umadevi'),(28407,'umag'),(28408,'Umakala'),(28409,'Umakant'),(28410,'Umakshi'),(28411,'Umali bai'),(28412,'Uman bai'),(28413,'UMANG'),(28414,'Umar'),(28415,'Umar Pharid'),(28416,'Umar Prasad'),(28417,'Umar Singh'),(28418,'Umara'),(28419,'Umariya'),(28420,'Umaru'),(28421,'Umarvati'),(28422,'Umasankar'),(28423,'Umashankar'),(28424,'UMASHANKER'),(28425,'Umashiya'),(28426,'Umathi Bai'),(28427,'Umavati'),(28428,'Umawati'),(28429,'Ume Lal'),(28430,'Ume Ram'),(28431,'Umed'),(28432,'Umeda Singh'),(28433,'umen das'),(28434,'Umend'),(28435,'Umend Bai'),(28436,'Umend Bee'),(28437,'Umend Das'),(28438,'Umend Kumar'),(28439,'Umend kunver'),(28440,'Umend Kunwar'),(28441,'Umend kuvar'),(28442,'Umend Lal'),(28443,'Umend Ram'),(28444,'Umend Singh'),(28445,'Umenda'),(28446,'Umenda Bai'),(28447,'Umendi'),(28448,'Umendi Lal'),(28449,'Umendi Ram'),(28450,'Umendiya'),(28451,'Umendkuwar'),(28452,'Umendra'),(28453,'Umendra Ram'),(28454,'Umendra Singh'),(28455,'Umendram'),(28456,'Umer Chand'),(35467,'Umeram'),(28457,'Umersh'),(28458,'Umesh'),(28459,'Umesh Das'),(28460,'Umesh Kumar'),(28461,'Umesh Singh'),(28462,'Umeshvari'),(28463,'Umeshvari Bai'),(28464,'Umeshwari'),(28465,'Umitra'),(28466,'Umlesh'),(28467,'Ummi'),(28468,'Ummi Bai'),(28469,'Umotin Bai'),(28470,'Umrin bai'),(28471,'Undabasa'),(28472,'Undan Singh'),(28473,'Unjal'),(28474,'Unjariya Bai'),(28475,'Unknown'),(28476,'Unnati'),(35468,'Unnisa'),(35469,'unrav'),(35470,'Unraw'),(28477,'Upadesh'),(35471,'Upadhay'),(35472,'Upadhaya'),(35473,'Upadhayay'),(35474,'Upadhiyay'),(35475,'Upadhyay'),(28478,'Upasa'),(28479,'Upasa Bai'),(28480,'Upasana'),(28481,'Upasha'),(28482,'Upashi Ram'),(28483,'Upasi'),(28484,'Upasi Bai'),(28485,'Upasi Ram'),(28486,'Upasin Bai'),(28487,'Upasiya Bai'),(28488,'Upasna'),(28489,'Updesh'),(35476,'Updhayay'),(28490,'Upendra'),(28491,'Upendra Kumar'),(28492,'Upendra Singh'),(28493,'Upeshiya'),(28494,'Upkar Kumar'),(28495,'Upkunwar'),(28496,'upma'),(28497,'Upmantri Bai'),(28498,'Uprekha Bai'),(28499,'upsi bai'),(28500,'Upsiya Bai'),(35477,'Uraav'),(28501,'Uramila'),(35478,'Uramliya'),(28502,'Urani'),(35479,'Uranv'),(35480,'Uranw'),(35481,'Urao'),(35482,'Uraon'),(35483,'Uraow'),(35484,'Urav'),(35485,'Uravar'),(28503,'Uravashi'),(35486,'Uraw'),(35487,'Urawa'),(35488,'Uray'),(28504,'Urbeni Bai'),(35489,'Ureti'),(35490,'Urmaliya'),(35491,'Urmalliya'),(28505,'Urmil'),(28506,'Urmila'),(28507,'Urmila Bai'),(28508,'Urmila Baii'),(28509,'Urmila Devi'),(28510,'Urmila Singh'),(28511,'Urmilabai'),(28512,'Urmilaraj'),(35492,'Urrav'),(28513,'Urtiya'),(28514,'urvanshi'),(28515,'Urvarshi'),(28516,'urvarshi bai'),(28517,'Urvashi'),(28518,'Urvashi Bai'),(28519,'Urvashi raj'),(35493,'Urvati'),(35494,'Urveti'),(35495,'Urvhel'),(28520,'Urvi'),(28521,'Urwa'),(28522,'Urwashi'),(28523,'Urwasi'),(28524,'usa bai'),(28525,'Usatram'),(35496,'User'),(28526,'Usha'),(28527,'Usha Bai'),(28528,'Usha Bai'),(28529,'Usha Devi'),(28530,'Usha Kumari'),(28531,'USha rani'),(28532,'Ushabai'),(28533,'Ushat'),(28534,'Ushat ram'),(28535,'Usher ani'),(28536,'Ushma'),(28537,'Ushmi'),(28538,'Usmaan'),(28539,'Usmaan gani'),(28540,'Usman'),(28541,'Usmangani'),(35497,'Usrathe'),(35498,'Usrathur'),(28542,'Utara'),(28543,'Utara bai'),(28544,'Utara Bai'),(28545,'Utara Devi'),(28546,'Utari Bai'),(28547,'Utarra'),(28548,'Utarra Bai'),(28549,'Utarra Kumar'),(28550,'Utkarsh'),(28551,'Utra'),(28552,'Utra Bai'),(28553,'Utri'),(28554,'Utrika bai'),(28555,'Utrra'),(28556,'Utrra Bai'),(28557,'Utrra devi'),(28558,'Utsav Kumar'),(28559,'Utsiya'),(28560,'Uttam'),(28561,'Uttam Bai'),(28562,'Uttam Das'),(28563,'Uttam Kumar'),(28564,'Uttam Prasad'),(28565,'Uttam Puri'),(28566,'Uttam Singh'),(28567,'Uttar'),(28568,'Uttar Bai'),(28569,'Uttara'),(28570,'Uttara Bai'),(28571,'Uttara Devi'),(28572,'Uttara Kumar'),(28573,'Uttara Kumari'),(28574,'Uttaranai'),(28575,'Uttari'),(28576,'Uttari Bai'),(28577,'Uttim Ram'),(28578,'Uttra'),(28579,'Uttra Bai'),(28580,'Uttra Kumar'),(28581,'Uttra Kumari'),(28582,'Uttrakumari'),(28583,'Uttri Bai'),(28584,'Uvaraj'),(28585,'Uvasa Bai'),(28586,'V'),(35499,'V.'),(28587,'V.n Prasad'),(28588,'V.n.'),(28589,'Vaanjalni'),(28590,'Vaasu'),(28591,'Vachan'),(28592,'Vachan Ram'),(28593,'Vachan Singh'),(35500,'Vadehra'),(35501,'Vadhvani'),(28594,'Vadir'),(28595,'Vafiya'),(28596,'Vagendra'),(28597,'vagesh'),(28598,'Vageshvari'),(35502,'Vagh'),(35503,'Vahab'),(28599,'Vahdat Ali'),(28600,'Vahid'),(28601,'Vahida'),(28602,'Vahida bano'),(28603,'Vahida Begam'),(28604,'Vahili Bai'),(28605,'Vahit'),(28606,'Vaibhav'),(28607,'Vaibhavi'),(28608,'Vaidik'),(28609,'Vaijanti'),(28610,'Vaipari Lal'),(28611,'Vais Bai'),(35504,'vaisadaw'),(28612,'vaishali'),(35505,'Vaishanav'),(35506,'Vaishanv'),(35507,'Vaishna'),(28613,'Vaishnarayan'),(28614,'Vaishnav'),(35508,'Vaishnav.'),(28615,'Vaishnavi'),(35509,'Vaishnaw'),(35510,'Vaishvanv'),(35511,'Vaishya'),(35512,'Vaisi'),(28616,'Vaiskali'),(28617,'Vaisnarayan'),(35513,'Vaisnav'),(28618,'Vaisnavi'),(28619,'Vajeer Khan'),(35514,'Vakade'),(28620,'Vakil'),(28621,'Vakil Ahamad'),(28622,'Vakil Kumar'),(28623,'Vakil Singh'),(35515,'Vakre'),(35516,'Vaks'),(28624,'Valmiki'),(35517,'valre'),(35518,'Vanak'),(28625,'Vandan'),(28626,'Vandana'),(28627,'Vandana Bai'),(28628,'Vandana Singh'),(28629,'vandika'),(28630,'Vandna'),(28631,'Vandna Bai'),(35519,'Vandve'),(35520,'Vani'),(28632,'Vaniki'),(28633,'Vanraj'),(28634,'vansh kumar'),(28635,'Vansha kumar'),(28636,'Vanshdhari'),(28637,'Vanshika'),(35521,'Vanshkar'),(35522,'Vanshraj'),(35523,'Vant'),(35524,'Vanti'),(28638,'Vanu'),(35525,'Varama'),(28639,'Varan Lal'),(35526,'varma'),(35527,'Varma.'),(35528,'Varman'),(35529,'Varme'),(28640,'Varnika'),(28641,'Varsh'),(28642,'Varsh Kumar'),(28643,'Varsha'),(28644,'Varsha bai'),(28645,'Varsha Devi'),(28646,'Varsha Ritu'),(28647,'Varsha singh'),(35530,'Varshan'),(28648,'varsharani rani'),(35531,'varsi'),(28649,'Vartika'),(28650,'Varun'),(28651,'Vasanin'),(28652,'Vasdev'),(28653,'Vaseer'),(35532,'Vashano'),(35533,'Vashatkar'),(35534,'Vashatrkar'),(28654,'Vashika'),(35535,'Vashing'),(28655,'Vashnarayan'),(28656,'Vashnav'),(35536,'Vashno'),(28657,'Vashra'),(35537,'Vashtakar'),(35538,'Vashtkar'),(35539,'Vashtrakar'),(28658,'Vashu'),(28659,'Vashu kumari'),(28660,'Vashu Kumar'),(28661,'Vashudev'),(35540,'Vashudeva'),(28662,'vasim akram'),(28663,'Vaski Bai'),(28664,'vasna'),(35541,'Vasrta Kar'),(35542,'Vastarkar'),(35543,'Vastkar'),(35544,'Vastra Kar'),(35545,'Vastrakar'),(35546,'Vastrakar.'),(35547,'Vastrakar..'),(35548,'Vastrkar'),(35549,'Vastrrakar'),(28665,'Vasu'),(28666,'Vasu Dev'),(28667,'Vasudeo'),(28668,'Vasudev'),(35550,'Vasudeva'),(28669,'Vasudha'),(28670,'Vasundhara'),(28671,'vasundhra'),(35551,'Vasvani'),(28672,'Vatan'),(28673,'Vatan Kumar'),(28674,'Vati'),(35552,'Vatiya'),(35553,'Vatrakar'),(35554,'Vatte'),(28675,'Vazeer'),(28676,'Ved'),(28677,'Ved Bai'),(28678,'Ved byas'),(28679,'Ved Prakash'),(28680,'Ved Prakesh'),(28681,'Ved Prasad'),(28682,'Ved Ram'),(28683,'Vedan Bai'),(28684,'Vedansh'),(28685,'Vedanshi'),(28686,'Vedanta'),(28687,'Vedhiram'),(28688,'Vedika'),(28689,'Vedin Bai'),(28690,'Vedkunvar'),(28691,'Vedkunwar'),(28692,'Vedmati'),(28693,'Vedmati Bai'),(28694,'Vedprad'),(28695,'vedprakash'),(28696,'Vedram'),(28697,'Vedvati'),(28698,'Veena'),(28699,'Veena Jagat'),(28700,'Veena Singh'),(28701,'veenit'),(28702,'veenita'),(28703,'Veenita Bai'),(28704,'Veer'),(28705,'Veer Narayan'),(28706,'Veer Singh'),(28707,'Veerbhadra'),(28708,'Veerbhan'),(28709,'Veerbhdra'),(28710,'Veerchand'),(28711,'Veernarayan'),(28712,'Veersay'),(28713,'Veersingh'),(28714,'Veeru'),(28715,'Venktesh'),(28716,'Venkumar'),(28717,'Venu'),(35555,'Veram'),(35556,'Verma'),(35557,'Verma.'),(35558,'Verma3'),(35559,'Vermaa'),(28718,'Versha'),(35560,'Veshanav'),(35561,'Veshnav'),(28719,'Vhida'),(28720,'Viajy'),(28721,'Viajy Kumar'),(35562,'Viashnav'),(28722,'Viasnarayan'),(28723,'Vibha'),(28724,'Vibha bai'),(28725,'vibha maravi'),(28726,'Vibhav'),(28727,'Vibhishan'),(28728,'Vibhuti'),(28729,'Vichit Bai'),(28730,'Vichitra'),(28731,'Vichitra Bai'),(28732,'Vicky'),(28733,'Vidacharan'),(28734,'Vidaya'),(28735,'Vidaya bai'),(28736,'Vide singh'),(28737,'Videhi'),(28738,'Videsh'),(28739,'Videsh Kumar'),(28740,'Videsha'),(28741,'Videshari bai'),(28742,'Videshavari'),(28743,'Videshi'),(28744,'Videshi Ram'),(28745,'Videshiram'),(28746,'Vidha Sagar'),(28747,'Vidharthi singh'),(28748,'Vidhavashini'),(35563,'Vidhawkarma'),(28749,'Vidhaya'),(28750,'Vidhaya Bai'),(28751,'Vidhaya Charan'),(28752,'Vidhaya vasini'),(28753,'Vidhayavati'),(28754,'vidheshari'),(28755,'Vidheshi'),(28756,'Vidhya'),(28757,'Vidhya Bai'),(28758,'Vidhya Pati'),(28759,'Vidhya Prasad'),(28760,'Vidhya sagar'),(28761,'Vidhyanand'),(28762,'Vidhyanchal'),(28763,'Vidhyasagar'),(28764,'Vidiya Bai'),(28765,'Vidya'),(28766,'Vidya Bai'),(28767,'Vidya Charan'),(28768,'Vidya Das'),(28769,'Vidya Devi'),(28770,'Vidya Kumari'),(28771,'Vidya Lata'),(28772,'Vidya Prasad'),(28773,'Vidya Sagar'),(28774,'Vidyabhushan'),(28775,'Vidyadhar'),(28776,'Vidyanand'),(28777,'Vidyasagar'),(28778,'Vidyavati'),(28779,'Vidyavati Bai'),(28780,'Viedeshi'),(28781,'Vighneshvar'),(28782,'Vihan'),(35564,'Vihvakarma'),(28783,'Vij'),(28784,'Vija'),(28785,'Vijandri Devi'),(28786,'Vijay'),(28787,'Vijay Kumar'),(28788,'Vijay Anand'),(28789,'Vijay Bahadur'),(28790,'Vijay Bai'),(28791,'Vijay Bhan'),(28792,'Vijay Bharti'),(28793,'Vijay Das'),(28794,'Vijay Kant'),(28795,'Vijay Kuamar'),(28796,'Vijay Kuamr'),(28797,'Vijay Kumar'),(28798,'Vijay Kumari'),(28799,'Vijay Kunwar'),(28800,'Vijay Lal'),(28801,'Vijay Laxami'),(28802,'Vijay Laxmi'),(28803,'Vijay Mohan'),(28804,'Vijay paal'),(28805,'Vijay Pal'),(28806,'vijay prasad'),(28807,'Vijay Pratap'),(28808,'Vijay Ram'),(28809,'Vijay Rav'),(28810,'Vijay Shankar'),(28811,'Vijay Shanti'),(28812,'Vijay Singh'),(28813,'Vijaya'),(28814,'Vijaya Bai'),(28815,'Vijayanti'),(28816,'Vijayendra'),(28817,'Vijaygiri'),(28818,'Vijaylaxmi'),(28819,'Vijaynaresh'),(28820,'Vijayshankar'),(28821,'Vijendra'),(28822,'Vijendra Kumar'),(28823,'Vijendra Kumarr'),(28824,'Vijendra Singh'),(28825,'Vijeshvari'),(28826,'Vijeta'),(28827,'Vijiya'),(28828,'Vijiyalaxmi'),(28829,'Vijma Bai'),(28830,'Vijyesh'),(28831,'Vikal Chand'),(28832,'Vikalp'),(28833,'Vikanksha'),(28834,'Vikar'),(28835,'Vikaram'),(28836,'Vikarm'),(28837,'Vikas'),(28838,'Vikas Kumar'),(28839,'Vikash'),(28840,'Vikash Anand'),(28841,'Vikash Kumar'),(28842,'Vikash singh'),(28843,'Vikesh'),(28844,'Vikesh Kumar'),(28845,'Vikki'),(28846,'Vikki Bai'),(28847,'Vikki Kumar'),(28848,'Vikki Yadaw'),(28849,'Vikky'),(28850,'Viklesh Kumar'),(28851,'Vikram'),(28852,'Vikram Kumar'),(28853,'Vikram Lal'),(28854,'Vikram Singh'),(28855,'Vikrant'),(28856,'viktoriya bai'),(28857,'Vilapa Bai'),(35565,'Vilas'),(28858,'Vilasa'),(35566,'Vilash'),(35567,'Viliyam'),(28859,'Vimal'),(28860,'Vimal Das'),(28861,'Vimal Kumar'),(28862,'vimal prakash'),(28863,'vimal singh'),(28864,'Vimala'),(28865,'Vimala Bai'),(28866,'Vimala Devi'),(28867,'Vimla'),(28868,'Vimla Bai'),(28869,'Vimla Devi'),(28870,'Vimla Singh'),(28871,'Vimlesh'),(28872,'Vimlesh Bai'),(28873,'Vimlesh Kumar'),(28874,'Vimleshwari'),(28875,'Vina'),(28876,'Vina Devi'),(28877,'Vinadani'),(28878,'Vinati'),(28879,'Vinati bai'),(28880,'Vinay'),(28881,'Vinay Kuamr'),(28882,'Vinay Kumar'),(28883,'Vinay Kumari'),(28884,'Vinay Pratap'),(28885,'Vinay Sigh'),(28886,'Vinay Singh'),(28887,'Vinayak'),(28888,'Vinayakdhar'),(28889,'Vind prasad'),(28890,'Vinda'),(28891,'Vindavan'),(28892,'Vindhya'),(35568,'Vindhyaraj'),(28893,'Vindhyavati'),(28894,'Vindhyvashini'),(28895,'Vindu'),(28896,'Vinedshwari'),(28897,'Vineet Kumar'),(28898,'Vinesh'),(28899,'Vinesh Kumar'),(28900,'Vineshwari'),(35569,'ving'),(28901,'Vinit'),(28902,'Vinit Kumar'),(28903,'Vinit Kumari'),(28904,'Vinit Pal'),(28905,'Vinita'),(28906,'Vinita Bai'),(28907,'Vinnu'),(28908,'Vino Kumar'),(28909,'Vinod'),(28910,'Vinod Bai'),(28911,'Vinod Kuimar'),(28912,'Vinod Kumar'),(28913,'vinod raj'),(28914,'Vinod Singh'),(28915,'Vinod Yadav'),(28916,'Vinodani'),(28917,'Vinodani Bai'),(28918,'Vinodpuri'),(28919,'Vinti Bai'),(28920,'Vipat'),(28921,'Vipat Bai'),(28922,'Vipat Ram'),(28923,'Vipendra'),(28924,'Vipin'),(28925,'Vipin Kumar'),(28926,'Vipin Singh'),(28927,'Vipinkant'),(28928,'Viprit bai'),(28929,'Vipti'),(28930,'Viptin Bai'),(28931,'Vipul'),(28932,'Vir Sih'),(28933,'Vir Singh'),(28934,'Virajo'),(35570,'Virako'),(28935,'Viram Bai'),(28936,'Virandra'),(28937,'Virasa'),(28938,'virasani'),(28939,'virat'),(28940,'virat kumar'),(28941,'Viredra'),(28942,'Virendar'),(28943,'Virenddra'),(28944,'Virendr'),(28945,'Virendra'),(28946,'Virendra Kishor'),(28947,'Virendra Kumar'),(28948,'Virendra Pal'),(28949,'Virendra Pankaj'),(28950,'Virendra Singh'),(28951,'virendradas'),(28952,'Virhaspati'),(28953,'Viru'),(28954,'Visal'),(28955,'Visambhar'),(35571,'Visanav'),(28956,'Viseshar'),(28957,'Vish Lal'),(28958,'Vish Nath'),(28959,'Vish pal'),(28960,'vishaal'),(28961,'Vishabhar'),(28962,'Vishakha'),(28963,'Vishakha Devi'),(28964,'Vishal'),(28965,'Vishal Kumar'),(28966,'Vishal Singh'),(28967,'Vishali'),(28968,'Vishalmati'),(28969,'visham'),(28970,'Visham Das'),(28971,'Vishamabhar'),(28972,'Vishambahar'),(28973,'Vishambhar'),(28974,'Vishambhar Singh'),(28975,'Vishan'),(35572,'Vishanav'),(35573,'Vishannav'),(35574,'Vishano'),(28976,'Vishanu'),(28977,'Vishanu Das'),(28978,'Vishanu Prasad'),(28979,'Vishanu Prased'),(28980,'Vishanu Singh'),(35575,'Vishanv'),(35576,'Vishanva'),(28981,'Visharam'),(28982,'Vishat'),(28983,'Vishav'),(28984,'Vishav kumar'),(28985,'Vishav Nath'),(35577,'Vishavkarama'),(35578,'Vishavkarma'),(35579,'Vishawakarma'),(35580,'Vishawkarma'),(28986,'Vishbhar'),(28987,'vishel'),(28988,'Vishesar'),(28989,'Vishesh'),(28990,'Visheshar'),(28991,'Vishesher'),(28992,'Visheshvar'),(35581,'Vishikarma'),(35582,'Vishkarma'),(28993,'Vishketu'),(28994,'Vishmat'),(28995,'Vishmati'),(28996,'Vishmbhar'),(28997,'vishmohani'),(28998,'Vishnath'),(35583,'Vishnav'),(28999,'Vishnavi'),(35584,'Vishno'),(35585,'Vishnov'),(29000,'Vishnu'),(29001,'Vishnu Bai'),(29002,'Vishnu Das'),(29003,'Vishnu Kumar'),(29004,'Vishnu Lal'),(29005,'Vishnu Prakash'),(29006,'Vishnu prasad'),(29007,'Vishnu Prased'),(29008,'Vishnu Ram'),(29009,'Vishnu Singh'),(29010,'Vishnuchran'),(29011,'Vishpal'),(29012,'Vishpat Bai'),(29013,'Vishpatiya'),(29014,'Vishram'),(29015,'Vishram Das'),(29016,'VIshram kumar'),(29017,'Vishram Prasad'),(29018,'Vishram Singh'),(29019,'Vishu'),(29020,'Vishv'),(29021,'Vishva Kumar'),(35586,'Vishvaha'),(29022,'vishvajit'),(35587,'Vishvakaram'),(35588,'Vishvakarama'),(35589,'Vishvakarm'),(35590,'Vishvakarma'),(35591,'Vishvakrma'),(29023,'Vishvambhar'),(29024,'Vishvamitra'),(29025,'Vishvanath'),(29026,'Vishvanath Singh'),(29027,'Vishvapal'),(29028,'Vishvaram Singh'),(35592,'Vishvarkarma'),(35593,'Vishvarma'),(29029,'Vishvas'),(35594,'Vishvas Namosudra'),(29030,'Vishvasa'),(35595,'Vishvay'),(29031,'Vishveshwar'),(29032,'Vishvjeet'),(35596,'Vishvkamra'),(29033,'Vishvkanta'),(35597,'Vishvkaram'),(35598,'Vishvkarama'),(29034,'Vishvkarma'),(35599,'Vishvkram'),(35600,'Vishvkrama'),(35601,'Vishvkrma'),(29035,'Vishvmitra'),(29036,'Vishvnath'),(29037,'Vishvpal'),(29038,'Vishwa'),(29039,'Vishwajeet'),(29040,'Vishwak'),(35602,'Vishwaka'),(35603,'Vishwakar'),(35604,'Vishwakaram'),(35605,'Vishwakarama'),(35606,'Vishwakarma'),(35607,'Vishwakarma.'),(35608,'vishwakrma'),(29041,'Vishwambhar'),(29042,'Vishwanath'),(29043,'Vishwanath Singh'),(29044,'Vishwas'),(29045,'Vishwasa'),(29046,'Vishwash'),(29047,'Vishwaspratap'),(29048,'Vishwjeet'),(35609,'Vishwkarma'),(29049,'Vishwnath'),(29050,'Vishwpratap'),(35610,'Vishy'),(35611,'Vishykarma'),(35612,'Visit'),(29051,'Visnu'),(29052,'Visnu singh'),(29053,'Visvanath'),(29054,'Visvasa Bai'),(35613,'Visvkarma'),(35614,'Viswakarama'),(35615,'Viswakarma'),(29055,'Viswanath'),(29056,'Viswasa'),(29057,'Viswjeet'),(35616,'Viswkarma'),(29058,'Vitra'),(29059,'Vivek'),(29060,'Vivek Das'),(29061,'Vivek Kumar'),(29062,'Vivek Shankar'),(29063,'Viveka Nand'),(29064,'Vivekanand'),(29065,'Vivod'),(35617,'Vivshvkarama'),(35618,'Vrat'),(29066,'vriandan'),(29067,'Vrihaspati'),(29068,'Vrihaspati Bai'),(29069,'Vrihaspatin'),(29070,'Vrihaspatiya Bai'),(29071,'Vrihspati'),(29072,'Vrinda'),(29073,'Vrinda Bai'),(29074,'Vrindavan'),(35619,'vrishmongre'),(29075,'Vshnu'),(29076,'Vyanktesh'),(29077,'Vyapari Singh'),(29078,'Vyas'),(29079,'Vyas Narayan'),(29080,'Vyash'),(29081,'Vyash Bai'),(29082,'Vyash Narayan'),(29083,'Vyasmati'),(29084,'Vyasnarayan'),(29085,'Wahabkhan'),(29086,'Wahid'),(29087,'Walter'),(29088,'Waseema'),(35620,'Washdew'),(35621,'Washtrakar'),(29089,'Wasi Bai'),(35622,'Wastrakar'),(35623,'Wati'),(35624,'Xaxa'),(29090,'Y'),(29091,'Y V Rashmi'),(29092,'Yad'),(29093,'Yad Ben'),(29094,'Yad Ram'),(35625,'Yada'),(35626,'Yadad'),(35627,'Yadadav'),(35628,'Yadav'),(29095,'Yadav Ram'),(29096,'Yadavti'),(29097,'Yadaw'),(35629,'Yadaw I'),(35630,'Yadaw Ii'),(35631,'Yadawa'),(35632,'Yaday'),(29098,'Yadeep Kumar'),(35633,'Yadqaw'),(35634,'Yadu'),(29099,'Yadubaran'),(29100,'Yadunanad'),(29101,'Yadunandan'),(29102,'Yadunath'),(29103,'Yaduvansh'),(29104,'Yaduvanti'),(29105,'Yaduvendra'),(29106,'Yadvendra'),(29107,'Yadvendra Giri'),(35635,'Yadw'),(35636,'Yaeav'),(29108,'Yagendra'),(29109,'Yageshvar'),(29110,'Yagya'),(29111,'Yagya Kumar'),(29112,'Yagya Kumari'),(29113,'Yagyadatta'),(29114,'yagyanarayan'),(29115,'yagyavati'),(29116,'Yagynarayan'),(29117,'Yaju'),(29118,'Yakub'),(29119,'Yaman'),(29120,'Yaman Kumar'),(29121,'Yamani'),(29122,'Yamati bai'),(29123,'Yamini'),(29124,'Yamini Bai'),(29125,'Yamleshwar'),(29126,'Yamni'),(29127,'Yamuna'),(29128,'Yamuna Bai'),(29129,'Yandra'),(29130,'Yanshu'),(29131,'Yaqub'),(29132,'Yaruni'),(29133,'Yasani'),(35637,'Yasav'),(29134,'Yash'),(29135,'Yash Bai'),(29136,'Yash Kumar'),(29137,'Yash Kumari'),(29138,'Yash Pal'),(29139,'Yashapal'),(29140,'Yashavant'),(29141,'Yashi'),(29142,'Yashkali'),(29143,'Yashmat'),(29144,'Yashmati'),(29145,'Yashmi'),(29146,'Yashmin'),(29147,'Yashmin Begam'),(29148,'Yasho'),(29149,'Yashoda'),(29150,'Yashoda Bai'),(29151,'Yashodabai'),(29152,'Yashodha Bai'),(29153,'Yashodhara'),(29154,'Yashomati'),(29155,'Yashpal'),(29156,'Yashu'),(29157,'Yashvant'),(29158,'Yashvant Kumar'),(29159,'Yashvant Singh'),(29160,'Yashvanta Bai'),(29161,'Yashvardhan Singh'),(29162,'Yashwant'),(29163,'Yashwant Kumar'),(29164,'Yashyant'),(29165,'Yasika'),(29166,'Yasin'),(35638,'Yasini'),(29167,'Yasmeen'),(29168,'Yasmin'),(29169,'Yasmin Bano'),(35639,'yasni'),(29170,'Yasoda'),(29171,'Yasoda Bai'),(29172,'Yasodha Bai'),(29173,'Yasvant'),(29174,'yaswant kumar'),(29175,'Yatendra'),(29176,'Yati'),(29177,'Yatre'),(29178,'Yavankatesh'),(35640,'Yayak'),(35641,'Ydav'),(35642,'Ydaw'),(29179,'Yesh pal'),(29180,'Yeshpal'),(29181,'Yeshwant kumar'),(29182,'Yesvant kumar'),(29183,'Yogendra'),(29184,'Yogendra Bharti'),(29185,'Yogendra Kumar'),(29186,'Yogendra pal'),(29187,'Yogesh'),(29188,'Yogesh Das'),(29189,'Yogesh Kumar'),(29190,'Yogesh Nandani'),(29191,'YOGESH PRATAP'),(29192,'Yogesh Raj'),(29193,'Yogeshvar'),(29194,'Yogeshvari'),(29195,'Yogeshvarr'),(29196,'Yogeshwar'),(29197,'Yogeshwari'),(29198,'Yogesvar'),(35643,'Yogi'),(29199,'Yogita'),(29200,'Yogita Bai'),(29201,'Yograj'),(29202,'yogya'),(29203,'Yogyata'),(29204,'Yoj Kumar'),(29205,'Yoman'),(29206,'yomini'),(29207,'Yonika'),(29208,'Youraj'),(29209,'Youvraj'),(29210,'Youvraj kumar'),(29211,'Yovraj'),(29212,'ysha'),(29213,'Yshoda bai'),(29214,'Ysoda'),(29215,'Ysoda bai'),(29216,'Yudhisthir'),(29217,'Yudika'),(29218,'Yug singh'),(29219,'Yugal'),(29220,'Yugal Kishor'),(29221,'Yugal Kumar'),(29222,'Yugal Prased'),(29223,'Yugalkishor'),(29224,'Yugan Kumar'),(29225,'Yugesh Kumar'),(29226,'Yugeshwar'),(29227,'Yugeshwari'),(29228,'Yuglata'),(29229,'Yujin'),(29230,'Yukta'),(29231,'yukti'),(29232,'Yulehs'),(29233,'Yunish'),(29234,'Yunus'),(29235,'yupendra'),(29236,'Yuraj'),(29237,'Yushi Devi'),(29238,'Yusuf'),(29239,'Yusuf Khan'),(29240,'Yusuph'),(29241,'Yuvan Kumar'),(29242,'Yuvjaj'),(29243,'Yuvraj'),(29244,'Yuvraj Singh'),(29245,'Yuwat Ram'),(35644,'`'),(29246,'`b/o sonam'),(35645,'अहिरवार'),(29247,'आ'),(29248,'इंद्रा बाई'),(29249,'इन्द्रराज'),(29250,'उषा बाई'),(35646,'कंवर'),(35647,'कहरा'),(35648,'केवट'),(35649,'गोंड'),(35650,'गोश्वामी'),(35651,'गोस्वामी'),(35652,'जगत'),(29251,'दिनेश'),(29252,'दुबराज'),(29253,'देव लाल'),(29254,'दौडू'),(35653,'धुरी'),(29255,'नागेन्द्र'),(29256,'पंकज कुमार'),(35654,'पटेल'),(35655,'पनिका'),(35656,'पात्रे'),(29257,'प्रमोद'),(29258,'प्रिया'),(35657,'बानो'),(35658,'बी'),(29259,'बृहस्पति बाई'),(35659,'बैगा'),(29260,'मनीष'),(35660,'मरकाम'),(35661,'मरार'),(35662,'महरा'),(35663,'यादव'),(29261,'राम प्रसाद'),(29262,'रामकली'),(35664,'राय'),(35665,'रोहिदास'),(29263,'ललिता'),(29264,'लाला'),(35666,'लोधी'),(29265,'विश्पल'),(29266,'विश्पाल'),(29267,'शिमला'),(29268,'शुक्ला प्रसाद'),(29269,'श्यामभाऊ'),(35667,'स'),(35668,'सतनामी'),(29270,'सुखमान सिंह'),(29271,'हर्ष'); +/*!40000 ALTER TABLE `random_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `relationship` +-- + +DROP TABLE IF EXISTS `relationship`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `relationship` ( + `relationship_id` int(11) NOT NULL AUTO_INCREMENT, + `person_a` int(11) NOT NULL, + `relationship` int(11) NOT NULL DEFAULT '0', + `person_b` int(11) NOT NULL, + `start_date` datetime DEFAULT NULL, + `end_date` datetime DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`relationship_id`), + UNIQUE KEY `relationship_uuid_index` (`uuid`), + KEY `relation_creator` (`creator`), + KEY `person_a_is_person` (`person_a`), + KEY `person_b_is_person` (`person_b`), + KEY `relationship_type_id` (`relationship`), + KEY `relation_voider` (`voided_by`), + KEY `relationship_changed_by` (`changed_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `relationship` +-- + +LOCK TABLES `relationship` WRITE; +/*!40000 ALTER TABLE `relationship` DISABLE KEYS */; +/*!40000 ALTER TABLE `relationship` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `relationship_type` +-- + +DROP TABLE IF EXISTS `relationship_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `relationship_type` ( + `relationship_type_id` int(11) NOT NULL AUTO_INCREMENT, + `a_is_to_b` varchar(50) NOT NULL, + `b_is_to_a` varchar(50) NOT NULL, + `preferred` tinyint(1) NOT NULL DEFAULT '0', + `weight` int(11) NOT NULL DEFAULT '0', + `description` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + PRIMARY KEY (`relationship_type_id`), + UNIQUE KEY `relationship_type_uuid_index` (`uuid`), + KEY `user_who_created_rel` (`creator`), + KEY `user_who_retired_relationship_type` (`retired_by`), + KEY `relationship_type_changed_by` (`changed_by`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `relationship_type` +-- + +LOCK TABLES `relationship_type` WRITE; +/*!40000 ALTER TABLE `relationship_type` DISABLE KEYS */; +INSERT INTO `relationship_type` VALUES (1,'Doctor','Patient',0,0,'Relationship from a primary care provider to the patient',1,'2015-08-27 10:41:04',0,NULL,NULL,NULL,'03ecf59a-4c7a-11e5-9192-080027b662ec',NULL,NULL),(2,'Sibling','Sibling',0,0,'Relationship between brother/sister, brother/brother, and sister/sister',1,'2015-08-27 10:41:04',0,NULL,NULL,NULL,'03ed3084-4c7a-11e5-9192-080027b662ec',NULL,NULL),(3,'Parent','Child',0,0,'Relationship from a mother/father to the child',1,'2015-08-27 10:41:04',0,NULL,NULL,NULL,'03ed79c5-4c7a-11e5-9192-080027b662ec',NULL,NULL),(4,'Supervisor','Supervisee',0,0,'Provider supervisor to provider supervisee relationship',1,'2017-01-01 22:27:37',0,NULL,NULL,NULL,'2a5f4ff4-a179-4b8a-aa4c-40f71956ebbc',NULL,NULL); +/*!40000 ALTER TABLE `relationship_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_object` +-- + +DROP TABLE IF EXISTS `report_object`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `report_object` ( + `report_object_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `report_object_type` varchar(255) NOT NULL, + `report_object_sub_type` varchar(255) NOT NULL, + `xml_data` text, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`report_object_id`), + UNIQUE KEY `report_object_uuid_index` (`uuid`), + KEY `user_who_changed_report_object` (`changed_by`), + KEY `report_object_creator` (`creator`), + KEY `user_who_voided_report_object` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `report_object` +-- + +LOCK TABLES `report_object` WRITE; +/*!40000 ALTER TABLE `report_object` DISABLE KEYS */; +/*!40000 ALTER TABLE `report_object` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_schema_xml` +-- + +DROP TABLE IF EXISTS `report_schema_xml`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `report_schema_xml` ( + `report_schema_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` text NOT NULL, + `xml_data` text NOT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`report_schema_id`), + UNIQUE KEY `report_schema_xml_uuid_index` (`uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `report_schema_xml` +-- + +LOCK TABLES `report_schema_xml` WRITE; +/*!40000 ALTER TABLE `report_schema_xml` DISABLE KEYS */; +/*!40000 ALTER TABLE `report_schema_xml` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reporting_age_group` +-- + +DROP TABLE IF EXISTS `reporting_age_group`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `reporting_age_group` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `report_group_name` varchar(255) NOT NULL, + `min_years` int(11) NOT NULL DEFAULT '0', + `min_days` int(11) NOT NULL DEFAULT '0', + `max_years` int(11) NOT NULL DEFAULT '0', + `max_days` int(11) NOT NULL DEFAULT '0', + `sort_order` int(11) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `reporting_age_group` +-- + +LOCK TABLES `reporting_age_group` WRITE; +/*!40000 ALTER TABLE `reporting_age_group` DISABLE KEYS */; +INSERT INTO `reporting_age_group` VALUES (1,'All','All Ages',0,0,200,0,0); +/*!40000 ALTER TABLE `reporting_age_group` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reporting_concept_range` +-- + +DROP TABLE IF EXISTS `reporting_concept_range`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `reporting_concept_range` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `concept_name` varchar(255) NOT NULL, + `low_value` double NOT NULL DEFAULT '0', + `high_value` double NOT NULL DEFAULT '0', + `sort_order` int(11) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `reporting_concept_range` +-- + +LOCK TABLES `reporting_concept_range` WRITE; +/*!40000 ALTER TABLE `reporting_concept_range` DISABLE KEYS */; +/*!40000 ALTER TABLE `reporting_concept_range` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reporting_report_design` +-- + +DROP TABLE IF EXISTS `reporting_report_design`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `reporting_report_design` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `renderer_type` varchar(255) NOT NULL, + `properties` text, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `report_definition_uuid` char(38) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `creator for reporting_report_design` (`creator`), + KEY `changed_by for reporting_report_design` (`changed_by`), + KEY `retired_by for reporting_report_design` (`retired_by`), + KEY `report_definition_uuid_for_reporting_report_design` (`report_definition_uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `reporting_report_design` +-- + +LOCK TABLES `reporting_report_design` WRITE; +/*!40000 ALTER TABLE `reporting_report_design` DISABLE KEYS */; +/*!40000 ALTER TABLE `reporting_report_design` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reporting_report_design_resource` +-- + +DROP TABLE IF EXISTS `reporting_report_design_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `reporting_report_design_resource` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `report_design_id` int(11) NOT NULL DEFAULT '0', + `content_type` varchar(50) DEFAULT NULL, + `extension` varchar(20) DEFAULT NULL, + `contents` longblob, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `report_design_id for reporting_report_design_resource` (`report_design_id`), + KEY `creator for reporting_report_design_resource` (`creator`), + KEY `changed_by for reporting_report_design_resource` (`changed_by`), + KEY `retired_by for reporting_report_design_resource` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `reporting_report_design_resource` +-- + +LOCK TABLES `reporting_report_design_resource` WRITE; +/*!40000 ALTER TABLE `reporting_report_design_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `reporting_report_design_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reporting_report_processor` +-- + +DROP TABLE IF EXISTS `reporting_report_processor`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `reporting_report_processor` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `name` varchar(255) NOT NULL, + `description` varchar(1000) DEFAULT NULL, + `processor_type` varchar(255) NOT NULL, + `configuration` mediumtext, + `run_on_success` tinyint(1) NOT NULL DEFAULT '1', + `run_on_error` tinyint(1) NOT NULL DEFAULT '0', + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `report_design_id` int(11) DEFAULT NULL, + `processor_mode` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `creator for reporting_report_processor` (`creator`), + KEY `changed_by for reporting_report_processor` (`changed_by`), + KEY `retired_by for reporting_report_processor` (`retired_by`), + KEY `reporting_report_processor_report_design` (`report_design_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `reporting_report_processor` +-- + +LOCK TABLES `reporting_report_processor` WRITE; +/*!40000 ALTER TABLE `reporting_report_processor` DISABLE KEYS */; +/*!40000 ALTER TABLE `reporting_report_processor` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reporting_report_request` +-- + +DROP TABLE IF EXISTS `reporting_report_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `reporting_report_request` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `uuid` char(38) NOT NULL, + `base_cohort_uuid` char(38) DEFAULT NULL, + `base_cohort_parameters` text, + `report_definition_uuid` char(38) NOT NULL, + `report_definition_parameters` text, + `renderer_type` varchar(255) NOT NULL, + `renderer_argument` varchar(255) DEFAULT NULL, + `requested_by` int(11) NOT NULL DEFAULT '0', + `request_datetime` datetime NOT NULL, + `priority` varchar(255) NOT NULL, + `status` varchar(255) NOT NULL, + `evaluation_start_datetime` datetime DEFAULT NULL, + `evaluation_complete_datetime` datetime DEFAULT NULL, + `render_complete_datetime` datetime DEFAULT NULL, + `description` varchar(1000) DEFAULT NULL, + `schedule` varchar(100) DEFAULT NULL, + `process_automatically` tinyint(1) NOT NULL DEFAULT '0', + `minimum_days_to_preserve` int(11) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `requested_by for reporting_report_request` (`requested_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `reporting_report_request` +-- + +LOCK TABLES `reporting_report_request` WRITE; +/*!40000 ALTER TABLE `reporting_report_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `reporting_report_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `role` +-- + +DROP TABLE IF EXISTS `role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `role` ( + `role` varchar(50) NOT NULL DEFAULT '', + `description` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`role`), + UNIQUE KEY `role_uuid_index` (`uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `role` +-- + +LOCK TABLES `role` WRITE; +/*!40000 ALTER TABLE `role` DISABLE KEYS */; +INSERT INTO `role` VALUES ('Admin-App','Will have full access for Admin app','696e2399-a662-11e6-91e9-0800270d80ce'),('Anonymous','Privileges for non-authenticated users.','774b2af3-6437-4e5a-a310-547554c7c65c'),('Appointments:FullAccess','Ability to manage appointments and services in appointments module','a3b15bc6-c70d-11e7-aa2b-8e7070d6a3d1'),('Appointments:ManageAppointments','Ability to manage appointments in appointments module','a3b09675-c70d-11e7-aa2b-8e7070d6a3d1'),('Appointments:ReadOnly','Ability to view appointments in appointments module','a3afcdb3-c70d-11e7-aa2b-8e7070d6a3d1'),('Authenticated','Privileges gained once authentication has been established.','f7fd42ef-880e-40c5-972d-e4ae7c990de2'),('Bahmni-App','Will have full access to Bahmni','69779992-a662-11e6-91e9-0800270d80ce'),('Bahmni-App-User-Login','Will give ability to login to the application and used internally, should not be assigned to user directly.','69614cba-a662-11e6-91e9-0800270d80ce'),('bypass2FA','Role if assigned disables two factor authentication for that user and used internally, should not be assigned to user directly.','8001c171-e42f-e1ec-8d3e-08002715d521'),('Clinical-App','Will have full access to Clinical app','69772e75-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Bacteriology','Will have full access for Bacteriology tab in Clinical app','6976e4dd-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Common','Will have common privileges used by other Clinical roles and used internally, should not be assigned to user directly.','69714cb9-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Diagnosis','Will have full access for Diagnosis tab in Clinical app','69752af3-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Disposition','Will have full access for Disposition tab in Clinical app','6975792d-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Observations','Will have full access for Observations tab in Clinical app','6975d9d1-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Orders','Will have full access for Orders tab in Clinical app','69769bec-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Read-Only','Will have read only access to Clinical app','6973a984-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Save','Will have save privileges used by other Clinical roles and used internally, should not be assigned to user directly.','69745da0-a662-11e6-91e9-0800270d80ce'),('Clinical-App-Treatment','Will have full access for Treatment tab in Clinical app','69764e5f-a662-11e6-91e9-0800270d80ce'),('HubConnect','Will have privileges required to sync resources from parent Bahmni server to child Bahmni server','a321b9ff-c70d-11e7-aa2b-8e7070d6a3d1'),('Implementer-Interface-App','Will have full access to Implementer Interface app','69776231-a662-11e6-91e9-0800270d80ce'),('InPatient-App','Will have full access for InPatient app','697047a4-a662-11e6-91e9-0800270d80ce'),('InPatient-App-Read-Only','Will have read only access for InPatient app','696d655c-a662-11e6-91e9-0800270d80ce'),('OrderFulfillment-App','Will have full access for OrdersFulfillment app','696ac7b8-a662-11e6-91e9-0800270d80ce'),('PatientDocuments-App','Will have full access for Patient Documents app','696bc88b-a662-11e6-91e9-0800270d80ce'),('Privilege Level: Full','A role that has all API privileges','ab2160f6-0941-430c-9752-6714353fbd3c'),('Programs-App','Will have full access for Programs app','69691c63-a662-11e6-91e9-0800270d80ce'),('Provider','All users with the \'Provider\' role will appear as options in the default Infopath','8d94f280-c2cc-11de-8d13-0010c6dffd0f'),('Radiology-App','Will have full access for Radiology app','696c9555-a662-11e6-91e9-0800270d80ce'),('Registration-App','Will have full access for Registration app','6966137f-a662-11e6-91e9-0800270d80ce'),('Registration-App-Read-Only','Will have read only access for Registration app','6961a4e9-a662-11e6-91e9-0800270d80ce'),('Reports-App','Will have full access for Reports app','696a7030-a662-11e6-91e9-0800270d80ce'),('SuperAdmin','Will give full acess to Bahmni and OpenMRS','697875ea-a662-11e6-91e9-0800270d80ce'),('System Developer','Developers of the OpenMRS .. have additional access to change fundamental structure of the database model.','8d94f852-c2cc-11de-8d13-0010c6dffd0f'); +/*!40000 ALTER TABLE `role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `role_privilege` +-- + +DROP TABLE IF EXISTS `role_privilege`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `role_privilege` ( + `role` varchar(50) NOT NULL DEFAULT '', + `privilege` varchar(255) NOT NULL, + PRIMARY KEY (`privilege`,`role`), + KEY `role_privilege_to_role` (`role`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `role_privilege` +-- + +LOCK TABLES `role_privilege` WRITE; +/*!40000 ALTER TABLE `role_privilege` DISABLE KEYS */; +INSERT INTO `role_privilege` VALUES ('Admin-App','Add Encounters'),('Admin-App','Add Observations'),('Admin-App','Add Orders'),('Admin-App','Add Patient Programs'),('Admin-App','Add Patients'),('Admin-App','Add Relationships'),('Admin-App','Add Visits'),('Admin-App','app:admin'),('Admin-App','Edit Encounters'),('Admin-App','Edit Observations'),('Admin-App','Edit Orders'),('Admin-App','Edit Patient Programs'),('Admin-App','Edit Patients'),('Admin-App','Edit Relationships'),('Admin-App','Edit Visits'),('Admin-App','Get Care Settings'),('Admin-App','Get Concept Reference Terms'),('Admin-App','Get Concept Sources'),('Admin-App','Get Concepts'),('Admin-App','Get Encounter Roles'),('Admin-App','Get Encounters'),('Admin-App','Get Observations'),('Admin-App','Get Order Frequencies'),('Admin-App','Get Order Sets'),('Admin-App','Get Patient Programs'),('Admin-App','Get Patients'),('Admin-App','Get Programs'),('Admin-App','Get Providers'),('Admin-App','Get Visit Attribute Types'),('Admin-App','Get Visit Types'),('Admin-App','Get Visits'),('Admin-App','Manage Concept Reference Terms'),('Admin-App','Manage Concepts'),('Admin-App','Manage Order Sets'),('Anonymous','Get Locations'),('Appointments:FullAccess','app:appointments:adminTab'),('Appointments:FullAccess','Manage Appointment Services'),('Appointments:ManageAppointments','app:appointments:manageAppointmentsTab'),('Appointments:ManageAppointments','Manage Appointments'),('Appointments:ReadOnly','app:appointments'),('Appointments:ReadOnly','Get Locations'),('Appointments:ReadOnly','Get Patient Identifiers'),('Appointments:ReadOnly','Get Patients'),('Appointments:ReadOnly','Get Providers'),('Appointments:ReadOnly','View Appointment Services'),('Appointments:ReadOnly','View Appointments'),('Authenticated','Get Concept Classes'),('Authenticated','Get Concept Datatypes'),('Authenticated','Get Encounter Types'),('Authenticated','Get Field Types'),('Authenticated','Get Global Properties'),('Authenticated','Get Identifier Types'),('Authenticated','Get Locations'),('Authenticated','Get Order Types'),('Authenticated','Get Person Attribute Types'),('Authenticated','Get Privileges'),('Authenticated','Get Relationship Types'),('Authenticated','Get Relationships'),('Authenticated','Get Roles'),('Authenticated','Patient Overview - View Relationships'),('Authenticated','View Concept Classes'),('Authenticated','View Concept Datatypes'),('Authenticated','View Encounter Types'),('Authenticated','View Field Types'),('Authenticated','View Global Properties'),('Authenticated','View Identifier Types'),('Authenticated','View Locations'),('Authenticated','View Order Types'),('Authenticated','View Person Attribute Types'),('Authenticated','View Privileges'),('Authenticated','View Relationship Types'),('Authenticated','View Relationships'),('Authenticated','View Roles'),('Bahmni-App-User-Login','Edit Users'),('Bahmni-App-User-Login','Get Providers'),('Bahmni-App-User-Login','Get Users'),('Clinical-App','app:clinical:deleteDiagnosis'),('Clinical-App-Bacteriology','app:clinical:bacteriologyTab'),('Clinical-App-Common','app:clinical'),('Clinical-App-Common','app:clinical:history'),('Clinical-App-Common','app:clinical:locationpicker'),('Clinical-App-Common','app:clinical:onbehalf'),('Clinical-App-Common','app:clinical:retrospective'),('Clinical-App-Common','Get Admission Locations'),('Clinical-App-Common','Get Beds'),('Clinical-App-Common','Get Care Settings'),('Clinical-App-Common','Get Concept Sources'),('Clinical-App-Common','Get Concepts'),('Clinical-App-Common','Get Encounters'),('Clinical-App-Common','Get Observations'),('Clinical-App-Common','Get Order Frequencies'),('Clinical-App-Common','Get Order Sets'),('Clinical-App-Common','Get Order Types'),('Clinical-App-Common','Get Orders'),('Clinical-App-Common','Get Patient Programs'),('Clinical-App-Common','Get Patients'),('Clinical-App-Common','Get People'),('Clinical-App-Common','Get Privileges'),('Clinical-App-Common','Get Providers'),('Clinical-App-Common','Get Visit Types'),('Clinical-App-Common','Get Visits'),('Clinical-App-Common','View Concepts'),('Clinical-App-Common','View Encounters'),('Clinical-App-Common','View Observations'),('Clinical-App-Common','View Order Types'),('Clinical-App-Common','View Orders'),('Clinical-App-Common','View Patient Programs'),('Clinical-App-Common','View Patients'),('Clinical-App-Common','View Program Attribute Types'),('Clinical-App-Common','View Providers'),('Clinical-App-Common','View Users'),('Clinical-App-Common','View Visit Types'),('Clinical-App-Common','View Visits'),('Clinical-App-Diagnosis','app:clinical:diagnosisTab'),('Clinical-App-Disposition','app:clinical:dispositionTab'),('Clinical-App-Observations','app:clinical:observationTab'),('Clinical-App-Orders','app:clinical:ordersTab'),('Clinical-App-Read-Only','app:clinical:bacteriologyTab'),('Clinical-App-Read-Only','app:clinical:consultationTab'),('Clinical-App-Read-Only','app:clinical:diagnosisTab'),('Clinical-App-Read-Only','app:clinical:dispositionTab'),('Clinical-App-Read-Only','app:clinical:history'),('Clinical-App-Read-Only','app:clinical:observationTab'),('Clinical-App-Read-Only','app:clinical:ordersTab'),('Clinical-App-Read-Only','app:clinical:treatmentTab'),('Clinical-App-Read-Only','Get conditions'),('Clinical-App-Read-Only','Get Forms'),('Clinical-App-Save','Add Encounters'),('Clinical-App-Save','Add Observations'),('Clinical-App-Save','Add Orders'),('Clinical-App-Save','Add Visits'),('Clinical-App-Save','Edit conditions'),('Clinical-App-Save','Edit Encounters'),('Clinical-App-Save','Edit Observations'),('Clinical-App-Save','Edit Orders'),('Clinical-App-Save','Edit Visits'),('Clinical-App-Save','Get Encounter Roles'),('Clinical-App-Save','Get Observations'),('Clinical-App-Save','Get Visit Attribute Types'),('Clinical-App-Treatment','app:clinical:treatmentTab'),('HubConnect','Get Location Attribute Types'),('HubConnect','Get Locations'),('Implementer-Interface-App','app:implementer-interface'),('InPatient-App','Add Encounters'),('InPatient-App','Add Observations'),('InPatient-App','Add Visits'),('InPatient-App','Assign Beds'),('InPatient-App','Edit Admission Locations'),('InPatient-App','Edit Encounters'),('InPatient-App','Edit Observations'),('InPatient-App','Edit Visits'),('InPatient-App','Get Encounter Roles'),('InPatient-App','Get Encounters'),('InPatient-App','Get Observations'),('InPatient-App','Get Patients'),('InPatient-App','Get People'),('InPatient-App','Get Providers'),('InPatient-App','Get Visit Attribute Types'),('InPatient-App','Get Visits'),('InPatient-App-Read-Only','app:adt'),('InPatient-App-Read-Only','Get Admission Locations'),('InPatient-App-Read-Only','Get Beds'),('InPatient-App-Read-Only','Get Concept Sources'),('InPatient-App-Read-Only','Get Concepts'),('InPatient-App-Read-Only','Get Observations'),('InPatient-App-Read-Only','Get Patients'),('InPatient-App-Read-Only','Get People'),('InPatient-App-Read-Only','Get Visit Types'),('InPatient-App-Read-Only','Get Visits'),('OrderFulfillment-App','Add Encounters'),('OrderFulfillment-App','Add Observations'),('OrderFulfillment-App','Add Visits'),('OrderFulfillment-App','app:orders'),('OrderFulfillment-App','Edit Encounters'),('OrderFulfillment-App','Edit Observations'),('OrderFulfillment-App','Edit Visits'),('OrderFulfillment-App','Get Concept Sources'),('OrderFulfillment-App','Get Concepts'),('OrderFulfillment-App','Get Encounter Roles'),('OrderFulfillment-App','Get Encounters'),('OrderFulfillment-App','Get Observations'),('OrderFulfillment-App','Get Orders'),('OrderFulfillment-App','Get Patients'),('OrderFulfillment-App','Get Providers'),('OrderFulfillment-App','Get Visit Attribute Types'),('OrderFulfillment-App','Get Visit Types'),('OrderFulfillment-App','Get Visits'),('PatientDocuments-App','Add Encounters'),('PatientDocuments-App','Add Observations'),('PatientDocuments-App','Add Visits'),('PatientDocuments-App','app:patient-documents'),('PatientDocuments-App','Edit Encounters'),('PatientDocuments-App','Edit Observations'),('PatientDocuments-App','Edit Visits'),('PatientDocuments-App','Get Concept Sources'),('PatientDocuments-App','Get Concepts'),('PatientDocuments-App','Get Encounter Roles'),('PatientDocuments-App','Get Encounters'),('PatientDocuments-App','Get Observations'),('PatientDocuments-App','Get Patients'),('PatientDocuments-App','Get Providers'),('PatientDocuments-App','Get Visit Attribute Types'),('PatientDocuments-App','Get Visit Types'),('PatientDocuments-App','Get Visits'),('Privilege Level: Full','Add Allergies'),('Privilege Level: Full','Add Cohorts'),('Privilege Level: Full','Add Concept Proposals'),('Privilege Level: Full','Add Drug Groups'),('Privilege Level: Full','Add Drug Info'),('Privilege Level: Full','Add Encounters'),('Privilege Level: Full','Add HL7 Inbound Archive'),('Privilege Level: Full','Add HL7 Inbound Exception'),('Privilege Level: Full','Add HL7 Inbound Queue'),('Privilege Level: Full','Add HL7 Source'),('Privilege Level: Full','Add Observations'),('Privilege Level: Full','Add Orders'),('Privilege Level: Full','Add Patient Identifiers'),('Privilege Level: Full','Add Patient Lists'),('Privilege Level: Full','Add Patient Programs'),('Privilege Level: Full','Add Patients'),('Privilege Level: Full','Add People'),('Privilege Level: Full','Add Problems'),('Privilege Level: Full','Add Relationships'),('Privilege Level: Full','Add Report Objects'),('Privilege Level: Full','Add Reports'),('Privilege Level: Full','Add Users'),('Privilege Level: Full','Add Visits'),('Privilege Level: Full','app:admin'),('Privilege Level: Full','app:adt'),('Privilege Level: Full','app:appointments'),('Privilege Level: Full','app:appointments:adminTab'),('Privilege Level: Full','app:appointments:manageAppointmentsTab'),('Privilege Level: Full','app:clinical'),('Privilege Level: Full','app:clinical:bacteriologyTab'),('Privilege Level: Full','app:clinical:consultationTab'),('Privilege Level: Full','app:clinical:deleteDiagnosis'),('Privilege Level: Full','app:clinical:diagnosisTab'),('Privilege Level: Full','app:clinical:dispositionTab'),('Privilege Level: Full','app:clinical:grantProviderAccess'),('Privilege Level: Full','app:clinical:history'),('Privilege Level: Full','app:clinical:locationpicker'),('Privilege Level: Full','app:clinical:observationTab'),('Privilege Level: Full','app:clinical:onbehalf'),('Privilege Level: Full','app:clinical:ordersTab'),('Privilege Level: Full','app:clinical:retrospective'),('Privilege Level: Full','app:clinical:treatmentTab'),('Privilege Level: Full','app:common:closeVisit'),('Privilege Level: Full','app:common:registration_consultation_link'),('Privilege Level: Full','app:dhis'),('Privilege Level: Full','app:document-upload'),('Privilege Level: Full','app:emergency'),('Privilege Level: Full','app:implementer-interface'),('Privilege Level: Full','app:orders'),('Privilege Level: Full','app:patient-documents'),('Privilege Level: Full','app:radiology-upload'),('Privilege Level: Full','app:radiologyOrders'),('Privilege Level: Full','app:registration'),('Privilege Level: Full','app:reports'),('Privilege Level: Full','Assign Beds'),('Privilege Level: Full','Assign System Developer Role'),('Privilege Level: Full','bahmni:clinical:dispense'),('Privilege Level: Full','Configure Visits'),('Privilege Level: Full','Delete Cohorts'),('Privilege Level: Full','Delete Concept Proposals'),('Privilege Level: Full','Delete Drug Groups'),('Privilege Level: Full','Delete Drug Info'),('Privilege Level: Full','Delete Encounters'),('Privilege Level: Full','Delete HL7 Inbound Archive'),('Privilege Level: Full','Delete HL7 Inbound Exception'),('Privilege Level: Full','Delete HL7 Inbound Queue'),('Privilege Level: Full','Delete Notes'),('Privilege Level: Full','Delete Observations'),('Privilege Level: Full','Delete Orders'),('Privilege Level: Full','Delete Patient Identifiers'),('Privilege Level: Full','Delete Patient Lists'),('Privilege Level: Full','Delete Patient Programs'),('Privilege Level: Full','Delete Patients'),('Privilege Level: Full','Delete People'),('Privilege Level: Full','Delete Relationships'),('Privilege Level: Full','Delete Report Objects'),('Privilege Level: Full','Delete Reports'),('Privilege Level: Full','Delete Users'),('Privilege Level: Full','Delete Visits'),('Privilege Level: Full','Discharge Summary'),('Privilege Level: Full','Edit Admission Locations'),('Privilege Level: Full','Edit Allergies'),('Privilege Level: Full','Edit Cohorts'),('Privilege Level: Full','Edit Concept Proposals'),('Privilege Level: Full','Edit conditions'),('Privilege Level: Full','Edit Drug Groups'),('Privilege Level: Full','Edit Drug Info'),('Privilege Level: Full','Edit Encounters'),('Privilege Level: Full','Edit Notes'),('Privilege Level: Full','Edit Observations'),('Privilege Level: Full','Edit Orders'),('Privilege Level: Full','Edit Patient Identifiers'),('Privilege Level: Full','Edit Patient Lists'),('Privilege Level: Full','Edit Patient Programs'),('Privilege Level: Full','Edit Patients'),('Privilege Level: Full','Edit People'),('Privilege Level: Full','Edit Problems'),('Privilege Level: Full','Edit Relationships'),('Privilege Level: Full','Edit Report Objects'),('Privilege Level: Full','Edit Reports'),('Privilege Level: Full','Edit Tags'),('Privilege Level: Full','Edit User Passwords'),('Privilege Level: Full','Edit Users'),('Privilege Level: Full','Edit Visits'),('Privilege Level: Full','Form Entry'),('Privilege Level: Full','Generate Batch of Identifiers'),('Privilege Level: Full','Get Admission Locations'),('Privilege Level: Full','Get Allergies'),('Privilege Level: Full','Get Beds'),('Privilege Level: Full','Get Care Settings'),('Privilege Level: Full','Get Concept Attribute Types'),('Privilege Level: Full','Get Concept Classes'),('Privilege Level: Full','Get Concept Datatypes'),('Privilege Level: Full','Get Concept Map Types'),('Privilege Level: Full','Get Concept Proposals'),('Privilege Level: Full','Get Concept Reference Terms'),('Privilege Level: Full','Get Concept Sources'),('Privilege Level: Full','Get Concepts'),('Privilege Level: Full','Get conditions'),('Privilege Level: Full','Get Database Changes'),('Privilege Level: Full','Get Encounter Roles'),('Privilege Level: Full','Get Encounter Types'),('Privilege Level: Full','Get Encounters'),('Privilege Level: Full','Get Field Types'),('Privilege Level: Full','Get Forms'),('Privilege Level: Full','Get Global Properties'),('Privilege Level: Full','Get HL7 Inbound Archive'),('Privilege Level: Full','Get HL7 Inbound Exception'),('Privilege Level: Full','Get HL7 Inbound Queue'),('Privilege Level: Full','Get HL7 Source'),('Privilege Level: Full','Get Identifier Types'),('Privilege Level: Full','Get Location Attribute Types'),('Privilege Level: Full','Get Locations'),('Privilege Level: Full','Get Notes'),('Privilege Level: Full','Get Observations'),('Privilege Level: Full','Get Order Frequencies'),('Privilege Level: Full','Get Order Sets'),('Privilege Level: Full','Get Order Types'),('Privilege Level: Full','Get Orders'),('Privilege Level: Full','Get Patient Cohorts'),('Privilege Level: Full','Get Patient Identifiers'),('Privilege Level: Full','Get Patient Programs'),('Privilege Level: Full','Get Patients'),('Privilege Level: Full','Get People'),('Privilege Level: Full','Get Person Attribute Types'),('Privilege Level: Full','Get Privileges'),('Privilege Level: Full','Get Problems'),('Privilege Level: Full','Get Programs'),('Privilege Level: Full','Get Providers'),('Privilege Level: Full','Get Relationship Types'),('Privilege Level: Full','Get Relationships'),('Privilege Level: Full','Get Roles'),('Privilege Level: Full','Get Tags'),('Privilege Level: Full','Get Users'),('Privilege Level: Full','Get Visit Attribute Types'),('Privilege Level: Full','Get Visit Types'),('Privilege Level: Full','Get Visits'),('Privilege Level: Full','Manage Address Hierarchy'),('Privilege Level: Full','Manage Address Templates'),('Privilege Level: Full','Manage Alerts'),('Privilege Level: Full','Manage Appointment Services'),('Privilege Level: Full','Manage Appointments'),('Privilege Level: Full','Manage Auto Generation Options'),('Privilege Level: Full','Manage Cohort Definitions'),('Privilege Level: Full','Manage Concept Attribute Types'),('Privilege Level: Full','Manage Concept Classes'),('Privilege Level: Full','Manage Concept Datatypes'),('Privilege Level: Full','Manage Concept Map Types'),('Privilege Level: Full','Manage Concept Name tags'),('Privilege Level: Full','Manage Concept Reference Terms'),('Privilege Level: Full','Manage Concept Sources'),('Privilege Level: Full','Manage Concept Stop Words'),('Privilege Level: Full','Manage Concepts'),('Privilege Level: Full','Manage Data Set Definitions'),('Privilege Level: Full','Manage Dimension Definitions'),('Privilege Level: Full','Manage Encounter Roles'),('Privilege Level: Full','Manage Encounter Types'),('Privilege Level: Full','Manage Field Types'),('Privilege Level: Full','Manage FormEntry XSN'),('Privilege Level: Full','Manage Forms'),('Privilege Level: Full','Manage Global Properties'),('Privilege Level: Full','Manage HL7 Messages'),('Privilege Level: Full','Manage Identifier Sequence'),('Privilege Level: Full','Manage Identifier Sources'),('Privilege Level: Full','Manage Identifier Types'),('Privilege Level: Full','Manage Implementation Id'),('Privilege Level: Full','Manage Indicator Definitions'),('Privilege Level: Full','Manage Location Attribute Types'),('Privilege Level: Full','Manage Location Tags'),('Privilege Level: Full','Manage Locations'),('Privilege Level: Full','Manage Metadata Mapping'),('Privilege Level: Full','Manage Modules'),('Privilege Level: Full','Manage Order Frequencies'),('Privilege Level: Full','Manage Order Sets'),('Privilege Level: Full','Manage Order Types'),('Privilege Level: Full','Manage Person Attribute Types'),('Privilege Level: Full','Manage Privileges'),('Privilege Level: Full','Manage Program Attribute Types'),('Privilege Level: Full','Manage Programs'),('Privilege Level: Full','Manage Providers'),('Privilege Level: Full','Manage Relationship Types'),('Privilege Level: Full','Manage Relationships'),('Privilege Level: Full','Manage Report Definitions'),('Privilege Level: Full','Manage Report Designs'),('Privilege Level: Full','Manage Reports'),('Privilege Level: Full','Manage RESTWS'),('Privilege Level: Full','Manage Roles'),('Privilege Level: Full','Manage Rule Definitions'),('Privilege Level: Full','Manage Scheduled Report Tasks'),('Privilege Level: Full','Manage Scheduler'),('Privilege Level: Full','Manage Search Index'),('Privilege Level: Full','Manage Token Registrations'),('Privilege Level: Full','Manage Tokens'),('Privilege Level: Full','Manage Visit Attribute Types'),('Privilege Level: Full','Manage Visit Types'),('Privilege Level: Full','Patient Dashboard - View Demographics Section'),('Privilege Level: Full','Patient Dashboard - View Encounters Section'),('Privilege Level: Full','Patient Dashboard - View Forms Section'),('Privilege Level: Full','Patient Dashboard - View Graphs Section'),('Privilege Level: Full','Patient Dashboard - View Overview Section'),('Privilege Level: Full','Patient Dashboard - View Patient Summary'),('Privilege Level: Full','Patient Dashboard - View Regimen Section'),('Privilege Level: Full','Patient Dashboard - View Visits Section'),('Privilege Level: Full','Patient Overview - View Allergies'),('Privilege Level: Full','Patient Overview - View Patient Actions'),('Privilege Level: Full','Patient Overview - View Patient Flags'),('Privilege Level: Full','Patient Overview - View Problem List'),('Privilege Level: Full','Patient Overview - View Programs'),('Privilege Level: Full','Patient Overview - View Relationships'),('Privilege Level: Full','Provider Management - Admin'),('Privilege Level: Full','Provider Management API'),('Privilege Level: Full','Provider Management API - Read-only'),('Privilege Level: Full','Provider Management Dashboard - Edit Patients'),('Privilege Level: Full','Provider Management Dashboard - Edit Providers'),('Privilege Level: Full','Provider Management Dashboard - View Historical'),('Privilege Level: Full','Provider Management Dashboard - View Patients'),('Privilege Level: Full','Provider Management Dashboard - View Providers'),('Privilege Level: Full','Purge Field Types'),('Privilege Level: Full','Purge Program Attribute Types'),('Privilege Level: Full','Remove Allergies'),('Privilege Level: Full','Remove Problems'),('Privilege Level: Full','Run Reports'),('Privilege Level: Full','Share Metadata'),('Privilege Level: Full','Update HL7 Inbound Archive'),('Privilege Level: Full','Update HL7 Inbound Exception'),('Privilege Level: Full','Update HL7 Inbound Queue'),('Privilege Level: Full','Update HL7 Source'),('Privilege Level: Full','Upload Batch of Identifiers'),('Privilege Level: Full','Upload XSN'),('Privilege Level: Full','View Administration Functions'),('Privilege Level: Full','View Allergies'),('Privilege Level: Full','View Appointment Services'),('Privilege Level: Full','View Appointments'),('Privilege Level: Full','View Calculations'),('Privilege Level: Full','View Concept Classes'),('Privilege Level: Full','View Concept Datatypes'),('Privilege Level: Full','View Concept Map Types'),('Privilege Level: Full','View Concept Proposals'),('Privilege Level: Full','View Concept Reference Terms'),('Privilege Level: Full','View Concept Sources'),('Privilege Level: Full','View Concepts'),('Privilege Level: Full','View Data Entry Statistics'),('Privilege Level: Full','View Database Changes'),('Privilege Level: Full','View Drug Groups'),('Privilege Level: Full','View Drug Info'),('Privilege Level: Full','View Encounter Roles'),('Privilege Level: Full','View Encounter Types'),('Privilege Level: Full','View Encounters'),('Privilege Level: Full','View Field Types'),('Privilege Level: Full','View Forms'),('Privilege Level: Full','View Global Properties'),('Privilege Level: Full','View HL7 Inbound Archive'),('Privilege Level: Full','View HL7 Inbound Exception'),('Privilege Level: Full','View HL7 Inbound Queue'),('Privilege Level: Full','View HL7 Source'),('Privilege Level: Full','View Identifier Types'),('Privilege Level: Full','View Location Attribute Types'),('Privilege Level: Full','View Locations'),('Privilege Level: Full','View Metadata Via Mapping'),('Privilege Level: Full','View Navigation Menu'),('Privilege Level: Full','View Observations'),('Privilege Level: Full','View Order Types'),('Privilege Level: Full','View Orders'),('Privilege Level: Full','View Patient Cohorts'),('Privilege Level: Full','View Patient Identifiers'),('Privilege Level: Full','View Patient Lists'),('Privilege Level: Full','View Patient Programs'),('Privilege Level: Full','View Patients'),('Privilege Level: Full','View People'),('Privilege Level: Full','View Person Attribute Types'),('Privilege Level: Full','View Privileges'),('Privilege Level: Full','View Problems'),('Privilege Level: Full','View Program Attribute Types'),('Privilege Level: Full','View Programs'),('Privilege Level: Full','View Providers'),('Privilege Level: Full','View Relationship Types'),('Privilege Level: Full','View Relationships'),('Privilege Level: Full','View Report Objects'),('Privilege Level: Full','View Reports'),('Privilege Level: Full','View RESTWS'),('Privilege Level: Full','View Roles'),('Privilege Level: Full','View Rule Definitions'),('Privilege Level: Full','View Token Registrations'),('Privilege Level: Full','View Unpublished Forms'),('Privilege Level: Full','View Users'),('Privilege Level: Full','View Visit Attribute Types'),('Privilege Level: Full','View Visit Types'),('Privilege Level: Full','View Visits'),('Programs-App','Add Patient Programs'),('Programs-App','app:clinical'),('Programs-App','app:clinical:locationpicker'),('Programs-App','app:clinical:onbehalf'),('Programs-App','app:clinical:retrospective'),('Programs-App','Edit Patient Programs'),('Programs-App','Get Concept Sources'),('Programs-App','Get Concepts'),('Programs-App','Get Patient Programs'),('Programs-App','Get Patients'),('Programs-App','Get People'),('Programs-App','Get Programs'),('Programs-App','Get Visit Types'),('Programs-App','Get Visits'),('Programs-App','Manage Program Attribute Types'),('Programs-App','Purge Program Attribute Types'),('Programs-App','View Patient Programs'),('Programs-App','View Program Attribute Types'),('Radiology-App','Add Encounters'),('Radiology-App','Add Observations'),('Radiology-App','Add Visits'),('Radiology-App','app:radiology-upload'),('Radiology-App','Edit Encounters'),('Radiology-App','Edit Observations'),('Radiology-App','Edit Visits'),('Radiology-App','Get Concept Sources'),('Radiology-App','Get Concepts'),('Radiology-App','Get Encounter Roles'),('Radiology-App','Get Encounters'),('Radiology-App','Get Observations'),('Radiology-App','Get Patients'),('Radiology-App','Get Providers'),('Radiology-App','Get Visit Attribute Types'),('Radiology-App','Get Visit Types'),('Radiology-App','Get Visits'),('Registration-App','Add Encounters'),('Registration-App','Add Observations'),('Registration-App','Add Patients'),('Registration-App','Add Relationships'),('Registration-App','Add Visits'),('Registration-App','Delete Visits'),('Registration-App','Edit Encounters'),('Registration-App','Edit Observations'),('Registration-App','Edit Patient Identifiers'),('Registration-App','Edit Patients'),('Registration-App','Edit Relationships'),('Registration-App','Edit Visits'),('Registration-App','Get Encounter Roles'),('Registration-App','Get Observations'),('Registration-App','Get Patient Identifiers'),('Registration-App','Get Visit Attribute Types'),('Registration-App-Read-Only','app:registration'),('Registration-App-Read-Only','Get Concept Sources'),('Registration-App-Read-Only','Get Concepts'),('Registration-App-Read-Only','Get Encounters'),('Registration-App-Read-Only','Get Observations'),('Registration-App-Read-Only','Get Patients'),('Registration-App-Read-Only','Get People'),('Registration-App-Read-Only','Get Person Attribute Types'),('Registration-App-Read-Only','Get Providers'),('Registration-App-Read-Only','Get Visit Types'),('Registration-App-Read-Only','Get Visits'),('Registration-App-Read-Only','View Patients'),('Reports-App','app:reports'),('Reports-App','Get Concept Sources'),('Reports-App','Get Concepts'),('Reports-App','Get Visit Types'),('SuperAdmin','Add Allergies'),('SuperAdmin','Add Cohorts'),('SuperAdmin','Add Concept Proposals'),('SuperAdmin','Add Drug Groups'),('SuperAdmin','Add Drug Info'),('SuperAdmin','Add Encounters'),('SuperAdmin','Add HL7 Inbound Archive'),('SuperAdmin','Add HL7 Inbound Exception'),('SuperAdmin','Add HL7 Inbound Queue'),('SuperAdmin','Add HL7 Source'),('SuperAdmin','Add Observations'),('SuperAdmin','Add Orders'),('SuperAdmin','Add Patient Identifiers'),('SuperAdmin','Add Patient Lists'),('SuperAdmin','Add Patient Programs'),('SuperAdmin','Add Patients'),('SuperAdmin','Add People'),('SuperAdmin','Add Problems'),('SuperAdmin','Add Relationships'),('SuperAdmin','Add Report Objects'),('SuperAdmin','Add Reports'),('SuperAdmin','Add Users'),('SuperAdmin','Add Visits'),('SuperAdmin','app:admin'),('SuperAdmin','app:adt'),('SuperAdmin','app:clinical'),('SuperAdmin','app:clinical:bacteriologyTab'),('SuperAdmin','app:clinical:consultationTab'),('SuperAdmin','app:clinical:deleteDiagnosis'),('SuperAdmin','app:clinical:diagnosisTab'),('SuperAdmin','app:clinical:dispositionTab'),('SuperAdmin','app:clinical:grantProviderAccess'),('SuperAdmin','app:clinical:history'),('SuperAdmin','app:clinical:locationpicker'),('SuperAdmin','app:clinical:observationTab'),('SuperAdmin','app:clinical:onbehalf'),('SuperAdmin','app:clinical:ordersTab'),('SuperAdmin','app:clinical:retrospective'),('SuperAdmin','app:clinical:treatmentTab'),('SuperAdmin','app:common:closeVisit'),('SuperAdmin','app:common:registration_consultation_link'),('SuperAdmin','app:dhis'),('SuperAdmin','app:document-upload'),('SuperAdmin','app:emergency'),('SuperAdmin','app:implementer-interface'),('SuperAdmin','app:orders'),('SuperAdmin','app:patient-documents'),('SuperAdmin','app:radiology-upload'),('SuperAdmin','app:radiologyOrders'),('SuperAdmin','app:registration'),('SuperAdmin','app:reports'),('SuperAdmin','Assign Beds'),('SuperAdmin','Assign System Developer Role'),('SuperAdmin','bahmni:clinical:dispense'),('SuperAdmin','Configure Visits'),('SuperAdmin','Delete Cohorts'),('SuperAdmin','Delete Concept Proposals'),('SuperAdmin','Delete Drug Groups'),('SuperAdmin','Delete Drug Info'),('SuperAdmin','Delete Encounters'),('SuperAdmin','Delete HL7 Inbound Archive'),('SuperAdmin','Delete HL7 Inbound Exception'),('SuperAdmin','Delete HL7 Inbound Queue'),('SuperAdmin','Delete Notes'),('SuperAdmin','Delete Observations'),('SuperAdmin','Delete Orders'),('SuperAdmin','Delete Patient Identifiers'),('SuperAdmin','Delete Patient Lists'),('SuperAdmin','Delete Patient Programs'),('SuperAdmin','Delete Patients'),('SuperAdmin','Delete People'),('SuperAdmin','Delete Relationships'),('SuperAdmin','Delete Report Objects'),('SuperAdmin','Delete Reports'),('SuperAdmin','Delete Users'),('SuperAdmin','Delete Visits'),('SuperAdmin','Discharge Summary'),('SuperAdmin','Edit Admission Locations'),('SuperAdmin','Edit Allergies'),('SuperAdmin','Edit Cohorts'),('SuperAdmin','Edit Concept Proposals'),('SuperAdmin','Edit Drug Groups'),('SuperAdmin','Edit Drug Info'),('SuperAdmin','Edit Encounters'),('SuperAdmin','Edit Notes'),('SuperAdmin','Edit Observations'),('SuperAdmin','Edit Orders'),('SuperAdmin','Edit Patient Identifiers'),('SuperAdmin','Edit Patient Lists'),('SuperAdmin','Edit Patient Programs'),('SuperAdmin','Edit Patients'),('SuperAdmin','Edit People'),('SuperAdmin','Edit Problems'),('SuperAdmin','Edit Relationships'),('SuperAdmin','Edit Report Objects'),('SuperAdmin','Edit Reports'),('SuperAdmin','Edit User Passwords'),('SuperAdmin','Edit Users'),('SuperAdmin','Edit Visits'),('SuperAdmin','Form Entry'),('SuperAdmin','Generate Batch of Identifiers'),('SuperAdmin','Get Admission Locations'),('SuperAdmin','Get Allergies'),('SuperAdmin','Get Beds'),('SuperAdmin','Get Care Settings'),('SuperAdmin','Get Concept Classes'),('SuperAdmin','Get Concept Datatypes'),('SuperAdmin','Get Concept Map Types'),('SuperAdmin','Get Concept Proposals'),('SuperAdmin','Get Concept Reference Terms'),('SuperAdmin','Get Concept Sources'),('SuperAdmin','Get Concepts'),('SuperAdmin','Get Database Changes'),('SuperAdmin','Get Encounter Roles'),('SuperAdmin','Get Encounter Types'),('SuperAdmin','Get Encounters'),('SuperAdmin','Get Field Types'),('SuperAdmin','Get Forms'),('SuperAdmin','Get Global Properties'),('SuperAdmin','Get HL7 Inbound Archive'),('SuperAdmin','Get HL7 Inbound Exception'),('SuperAdmin','Get HL7 Inbound Queue'),('SuperAdmin','Get HL7 Source'),('SuperAdmin','Get Identifier Types'),('SuperAdmin','Get Location Attribute Types'),('SuperAdmin','Get Locations'),('SuperAdmin','Get Notes'),('SuperAdmin','Get Observations'),('SuperAdmin','Get Order Frequencies'),('SuperAdmin','Get Order Sets'),('SuperAdmin','Get Order Types'),('SuperAdmin','Get Orders'),('SuperAdmin','Get Patient Cohorts'),('SuperAdmin','Get Patient Identifiers'),('SuperAdmin','Get Patient Programs'),('SuperAdmin','Get Patients'),('SuperAdmin','Get People'),('SuperAdmin','Get Person Attribute Types'),('SuperAdmin','Get Privileges'),('SuperAdmin','Get Problems'),('SuperAdmin','Get Programs'),('SuperAdmin','Get Providers'),('SuperAdmin','Get Relationship Types'),('SuperAdmin','Get Relationships'),('SuperAdmin','Get Roles'),('SuperAdmin','Get Users'),('SuperAdmin','Get Visit Attribute Types'),('SuperAdmin','Get Visit Types'),('SuperAdmin','Get Visits'),('SuperAdmin','Manage Address Hierarchy'),('SuperAdmin','Manage Address Templates'),('SuperAdmin','Manage Alerts'),('SuperAdmin','Manage Auto Generation Options'),('SuperAdmin','Manage Cohort Definitions'),('SuperAdmin','Manage Concept Classes'),('SuperAdmin','Manage Concept Datatypes'),('SuperAdmin','Manage Concept Map Types'),('SuperAdmin','Manage Concept Name tags'),('SuperAdmin','Manage Concept Reference Terms'),('SuperAdmin','Manage Concept Sources'),('SuperAdmin','Manage Concept Stop Words'),('SuperAdmin','Manage Concepts'),('SuperAdmin','Manage Data Set Definitions'),('SuperAdmin','Manage Dimension Definitions'),('SuperAdmin','Manage Encounter Roles'),('SuperAdmin','Manage Encounter Types'),('SuperAdmin','Manage Field Types'),('SuperAdmin','Manage FormEntry XSN'),('SuperAdmin','Manage Forms'),('SuperAdmin','Manage Global Properties'),('SuperAdmin','Manage HL7 Messages'),('SuperAdmin','Manage Identifier Sequence'),('SuperAdmin','Manage Identifier Sources'),('SuperAdmin','Manage Identifier Types'),('SuperAdmin','Manage Implementation Id'),('SuperAdmin','Manage Indicator Definitions'),('SuperAdmin','Manage Location Attribute Types'),('SuperAdmin','Manage Location Tags'),('SuperAdmin','Manage Locations'),('SuperAdmin','Manage Modules'),('SuperAdmin','Manage Order Frequencies'),('SuperAdmin','Manage Order Sets'),('SuperAdmin','Manage Order Types'),('SuperAdmin','Manage Person Attribute Types'),('SuperAdmin','Manage Privileges'),('SuperAdmin','Manage Program Attribute Types'),('SuperAdmin','Manage Programs'),('SuperAdmin','Manage Providers'),('SuperAdmin','Manage Relationship Types'),('SuperAdmin','Manage Relationships'),('SuperAdmin','Manage Report Definitions'),('SuperAdmin','Manage Report Designs'),('SuperAdmin','Manage Reports'),('SuperAdmin','Manage RESTWS'),('SuperAdmin','Manage Roles'),('SuperAdmin','Manage Rule Definitions'),('SuperAdmin','Manage Scheduled Report Tasks'),('SuperAdmin','Manage Scheduler'),('SuperAdmin','Manage Search Index'),('SuperAdmin','Manage Token Registrations'),('SuperAdmin','Manage Tokens'),('SuperAdmin','Manage Visit Attribute Types'),('SuperAdmin','Manage Visit Types'),('SuperAdmin','Patient Dashboard - View Demographics Section'),('SuperAdmin','Patient Dashboard - View Encounters Section'),('SuperAdmin','Patient Dashboard - View Forms Section'),('SuperAdmin','Patient Dashboard - View Graphs Section'),('SuperAdmin','Patient Dashboard - View Overview Section'),('SuperAdmin','Patient Dashboard - View Patient Summary'),('SuperAdmin','Patient Dashboard - View Regimen Section'),('SuperAdmin','Patient Dashboard - View Visits Section'),('SuperAdmin','Patient Overview - View Allergies'),('SuperAdmin','Patient Overview - View Patient Actions'),('SuperAdmin','Patient Overview - View Patient Flags'),('SuperAdmin','Patient Overview - View Problem List'),('SuperAdmin','Patient Overview - View Programs'),('SuperAdmin','Patient Overview - View Relationships'),('SuperAdmin','Provider Management - Admin'),('SuperAdmin','Provider Management API'),('SuperAdmin','Provider Management API - Read-only'),('SuperAdmin','Provider Management Dashboard - Edit Patients'),('SuperAdmin','Provider Management Dashboard - Edit Providers'),('SuperAdmin','Provider Management Dashboard - View Historical'),('SuperAdmin','Provider Management Dashboard - View Patients'),('SuperAdmin','Provider Management Dashboard - View Providers'),('SuperAdmin','Purge Field Types'),('SuperAdmin','Purge Program Attribute Types'),('SuperAdmin','Remove Allergies'),('SuperAdmin','Remove Problems'),('SuperAdmin','Run Reports'),('SuperAdmin','Share Metadata'),('SuperAdmin','Update HL7 Inbound Archive'),('SuperAdmin','Update HL7 Inbound Exception'),('SuperAdmin','Update HL7 Inbound Queue'),('SuperAdmin','Update HL7 Source'),('SuperAdmin','Upload Batch of Identifiers'),('SuperAdmin','Upload XSN'),('SuperAdmin','View Administration Functions'),('SuperAdmin','View Allergies'),('SuperAdmin','View Calculations'),('SuperAdmin','View Concept Classes'),('SuperAdmin','View Concept Datatypes'),('SuperAdmin','View Concept Map Types'),('SuperAdmin','View Concept Proposals'),('SuperAdmin','View Concept Reference Terms'),('SuperAdmin','View Concept Sources'),('SuperAdmin','View Concepts'),('SuperAdmin','View Data Entry Statistics'),('SuperAdmin','View Database Changes'),('SuperAdmin','View Drug Groups'),('SuperAdmin','View Drug Info'),('SuperAdmin','View Encounter Roles'),('SuperAdmin','View Encounter Types'),('SuperAdmin','View Encounters'),('SuperAdmin','View Field Types'),('SuperAdmin','View Forms'),('SuperAdmin','View Global Properties'),('SuperAdmin','View HL7 Inbound Archive'),('SuperAdmin','View HL7 Inbound Exception'),('SuperAdmin','View HL7 Inbound Queue'),('SuperAdmin','View HL7 Source'),('SuperAdmin','View Identifier Types'),('SuperAdmin','View Location Attribute Types'),('SuperAdmin','View Locations'),('SuperAdmin','View Navigation Menu'),('SuperAdmin','View Observations'),('SuperAdmin','View Order Types'),('SuperAdmin','View Orders'),('SuperAdmin','View Patient Cohorts'),('SuperAdmin','View Patient Identifiers'),('SuperAdmin','View Patient Lists'),('SuperAdmin','View Patient Programs'),('SuperAdmin','View Patients'),('SuperAdmin','View People'),('SuperAdmin','View Person Attribute Types'),('SuperAdmin','View Privileges'),('SuperAdmin','View Problems'),('SuperAdmin','View Program Attribute Types'),('SuperAdmin','View Programs'),('SuperAdmin','View Providers'),('SuperAdmin','View Relationship Types'),('SuperAdmin','View Relationships'),('SuperAdmin','View Report Objects'),('SuperAdmin','View Reports'),('SuperAdmin','View RESTWS'),('SuperAdmin','View Roles'),('SuperAdmin','View Rule Definitions'),('SuperAdmin','View Token Registrations'),('SuperAdmin','View Unpublished Forms'),('SuperAdmin','View Users'),('SuperAdmin','View Visit Attribute Types'),('SuperAdmin','View Visit Types'),('SuperAdmin','View Visits'); +/*!40000 ALTER TABLE `role_privilege` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `role_role` +-- + +DROP TABLE IF EXISTS `role_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `role_role` ( + `parent_role` varchar(50) NOT NULL DEFAULT '', + `child_role` varchar(50) NOT NULL DEFAULT '', + PRIMARY KEY (`parent_role`,`child_role`), + KEY `inherited_role` (`child_role`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `role_role` +-- + +LOCK TABLES `role_role` WRITE; +/*!40000 ALTER TABLE `role_role` DISABLE KEYS */; +INSERT INTO `role_role` VALUES ('Bahmni-App-User-Login','Admin-App'),('Appointments:ManageAppointments','Appointments:FullAccess'),('Appointments:ReadOnly','Appointments:ManageAppointments'),('Admin-App','Bahmni-App'),('Clinical-App','Bahmni-App'),('Implementer-Interface-App','Bahmni-App'),('InPatient-App','Bahmni-App'),('OrderFulfillment-App','Bahmni-App'),('PatientDocuments-App','Bahmni-App'),('Programs-App','Bahmni-App'),('Radiology-App','Bahmni-App'),('Registration-App','Bahmni-App'),('Reports-App','Bahmni-App'),('Clinical-App-Read-Only','Clinical-App'),('Clinical-App-Save','Clinical-App'),('Clinical-App-Common','Clinical-App-Bacteriology'),('Clinical-App-Save','Clinical-App-Bacteriology'),('Bahmni-App-User-Login','Clinical-App-Common'),('Clinical-App-Common','Clinical-App-Diagnosis'),('Clinical-App-Save','Clinical-App-Diagnosis'),('Clinical-App-Common','Clinical-App-Disposition'),('Clinical-App-Save','Clinical-App-Disposition'),('Clinical-App-Common','Clinical-App-Observations'),('Clinical-App-Save','Clinical-App-Observations'),('Clinical-App-Common','Clinical-App-Orders'),('Clinical-App-Save','Clinical-App-Orders'),('Clinical-App-Common','Clinical-App-Read-Only'),('Clinical-App-Common','Clinical-App-Treatment'),('Clinical-App-Save','Clinical-App-Treatment'),('Bahmni-App-User-Login','Implementer-Interface-App'),('InPatient-App-Read-Only','InPatient-App'),('Bahmni-App-User-Login','InPatient-App-Read-Only'),('Bahmni-App-User-Login','OrderFulfillment-App'),('Bahmni-App-User-Login','PatientDocuments-App'),('Bahmni-App-User-Login','Programs-App'),('Clinical-App','Programs-App'),('Bahmni-App-User-Login','Radiology-App'),('Registration-App-Read-Only','Registration-App'),('Bahmni-App-User-Login','Registration-App-Read-Only'),('Bahmni-App-User-Login','Reports-App'); +/*!40000 ALTER TABLE `role_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `scheduler_task_config` +-- + +DROP TABLE IF EXISTS `scheduler_task_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `scheduler_task_config` ( + `task_config_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `schedulable_class` text, + `start_time` datetime DEFAULT NULL, + `start_time_pattern` varchar(50) DEFAULT NULL, + `repeat_interval` int(11) NOT NULL DEFAULT '0', + `start_on_startup` tinyint(1) NOT NULL DEFAULT '0', + `started` tinyint(1) NOT NULL DEFAULT '0', + `created_by` int(11) DEFAULT '0', + `date_created` datetime DEFAULT '2005-01-01 00:00:00', + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `last_execution_time` datetime DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`task_config_id`), + UNIQUE KEY `scheduler_task_config_uuid_index` (`uuid`), + KEY `scheduler_changer` (`changed_by`), + KEY `scheduler_creator` (`created_by`) +) ENGINE=InnoDB AUTO_INCREMENT=284 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `scheduler_task_config` +-- + +LOCK TABLES `scheduler_task_config` WRITE; +/*!40000 ALTER TABLE `scheduler_task_config` DISABLE KEYS */; +INSERT INTO `scheduler_task_config` VALUES (5,'Close Stale Visits Task','Auto close visit task after number of hours specified by emrapi.visitExpireHours','org.openmrs.module.emrapi.adt.CloseStaleVisitsTask','2014-04-30 23:59:59','MM/dd/yyyy HH:mm:ss',86400,1,1,1,'2014-09-18 14:19:53',2,'2017-01-02 00:00:00','2017-01-02 00:00:00','c239c327-3f10-11e4-adec-0800271c1b75'),(9,'OpenElis Patient Atom Feed Failed Event Task',NULL,'org.bahmni.module.elisatomfeedclient.api.task.OpenElisPatientFeedFailedEventsTask','2014-09-18 14:32:16','MM/dd/yyyy HH:mm:ss',15,1,1,1,'2014-09-18 00:00:00',2,'2017-04-12 11:32:01','2017-04-12 11:32:01','7d10a751-3f12-11e4-adec-0800271c1b75'),(11,'OpenMRS event publisher task',NULL,'org.openmrs.module.atomfeed.scheduler.tasks.EventPublisherTask','2015-10-27 13:05:58','MM/dd/yyyy HH:mm:ss',2,1,1,1,'2015-10-27 13:05:58',2,'2018-07-19 05:09:00','2018-07-19 05:09:00','5d65a604-7c7d-11e5-bdd2-080027b662ec'),(205,'OpenElis Patient Atom Feed Task',NULL,'org.bahmni.module.elisatomfeedclient.api.task.OpenElisPatientFeedTask','2015-10-28 15:29:24','MM/dd/yyyy HH:mm:ss',15,1,1,1,'2015-10-28 00:00:00',2,'2018-07-19 05:08:54','2018-07-19 05:08:54','914b5dc5-7d5a-11e5-b218-0050568236ae'),(281,'OpenMRS event offset marker task',NULL,'org.openmrs.module.atomfeed.scheduler.tasks.EventRecordsNumberOffsetMarkerTask','2014-01-14 00:00:00','MM/dd/yyyy HH:mm:ss',86400,1,1,1,'2016-05-05 13:06:37',2,'2017-01-02 00:00:00','2017-01-02 00:00:00','6fd0c63d-12b1-11e6-827a-080027d2adbd'),(282,'Mark Appointment As Missed Task','Mark appointments as missed task','org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask','2017-11-11 00:00:00','MM/dd/yyyy HH:mm:ss',86400,1,1,1,'2017-11-11 23:55:07',2,'2017-11-11 23:55:32',NULL,'a4dad1d2-c70d-11e7-aa2b-8e7070d6a3d1'),(283,'Mark Appointment As Complete Task','Mark appointments as complete task','org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask','2017-11-11 00:00:00','MM/dd/yyyy HH:mm:ss',86400,1,1,1,'2017-11-11 23:55:07',2,'2017-11-11 23:55:32',NULL,'a4dae3a2-c70d-11e7-aa2b-8e7070d6a3d1'); +/*!40000 ALTER TABLE `scheduler_task_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `scheduler_task_config_property` +-- + +DROP TABLE IF EXISTS `scheduler_task_config_property`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `scheduler_task_config_property` ( + `task_config_property_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `value` text, + `task_config_id` int(11) DEFAULT NULL, + PRIMARY KEY (`task_config_property_id`), + KEY `task_config_for_property` (`task_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `scheduler_task_config_property` +-- + +LOCK TABLES `scheduler_task_config_property` WRITE; +/*!40000 ALTER TABLE `scheduler_task_config_property` DISABLE KEYS */; +/*!40000 ALTER TABLE `scheduler_task_config_property` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `schema_version` +-- + +DROP TABLE IF EXISTS `schema_version`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `schema_version` ( + `version_rank` int(11) NOT NULL, + `installed_rank` int(11) NOT NULL, + `version` varchar(50) NOT NULL, + `description` varchar(200) NOT NULL, + `type` varchar(20) NOT NULL, + `script` varchar(1000) NOT NULL, + `checksum` int(11) DEFAULT NULL, + `installed_by` varchar(100) NOT NULL, + `installed_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `execution_time` int(11) NOT NULL, + `success` tinyint(1) NOT NULL, + PRIMARY KEY (`version`), + KEY `schema_version_vr_idx` (`version_rank`), + KEY `schema_version_ir_idx` (`installed_rank`), + KEY `schema_version_s_idx` (`success`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `schema_version` +-- + +LOCK TABLES `schema_version` WRITE; +/*!40000 ALTER TABLE `schema_version` DISABLE KEYS */; +INSERT INTO `schema_version` VALUES (1,1,'1','<< Flyway Init >>','INIT','<< Flyway Init >>',NULL,'openmrs-user','2013-05-28 13:29:57',0,1),(2,2,'1.08','AddressHierarchy','SQL','V1_08__AddressHierarchy.sql',254385467,'openmrs-user','2013-05-28 13:30:02',3681,1),(3,3,'1.09','Idgen','SQL','V1_09__Idgen.sql',694049841,'openmrs-user','2013-05-28 13:30:03',933,1),(4,4,'1.10','Registration','SQL','V1_10__Registration.sql',1843911746,'openmrs-user','2013-05-28 13:30:04',470,1),(5,5,'1.11','Registration','SQL','V1_11__Registration.sql',-20828343,'openmrs-user','2013-05-28 13:30:04',282,1),(6,6,'1.12','Registration','SQL','V1_12__Registration.sql',1404297223,'openmrs-user','2013-05-28 13:30:04',23,1),(7,7,'1.13','Registration','SQL','V1_13__Registration.sql',-2126075650,'openmrs-user','2013-05-28 13:30:04',25,1),(8,8,'1.14','Registration','SQL','V1_14__Registration.sql',1107539447,'openmrs-user','2013-05-28 13:30:05',29,1),(9,9,'1.15','Registration','SQL','V1_15__Registration.sql',961751339,'openmrs-user','2013-05-28 13:30:05',16,1),(10,10,'1.16','Registration','SQL','V1_16__Registration.sql',-1961221638,'openmrs-user','2013-05-28 13:30:05',33,1),(11,11,'1.17','JSSAddressHierarchy','SQL','V1_17__JSSAddressHierarchy.sql',2110941990,'openmrs-user','2013-05-28 13:30:05',47,1),(12,12,'1.18','ConfigureScheduledTasks','JDBC','db.migration.V1_18__ConfigureScheduledTasks',NULL,'openmrs-user','2013-05-28 13:30:05',46,1),(13,13,'1.19','RegistrationRole','SQL','V1_19__RegistrationRole.sql',-1518467273,'openmrs-user','2013-05-28 13:30:06',402,1),(14,14,'1.20','Registration','SQL','V1_20__Registration.sql',219139270,'openmrs-user','2013-05-28 13:30:06',25,1),(15,15,'1.21','Registration','SQL','V1_21__Registration.sql',719585596,'openmrs-user','2013-05-28 13:30:06',23,1),(16,16,'1.22','AddConceptWordsForRegistration','SQL','V1_22__AddConceptWordsForRegistration.sql',1930142158,'openmrs-user','2013-05-30 13:10:25',172,1),(17,17,'1.23','DeleteOpenMRSCorePersonAttributes','SQL','V1_23__DeleteOpenMRSCorePersonAttributes.sql',645159885,'openmrs-user','2013-06-18 17:08:01',27,1),(18,18,'1.24','AddUniqueConsraintToPatientidentifier','SQL','V1_24__AddUniqueConsraintToPatientidentifier.sql',1313465810,'openmrs-user','2013-06-18 17:08:04',3153,1),(19,19,'1.25','RegistrationConceptSetFix','SQL','V1_25__RegistrationConceptSetFix.sql',-569156130,'openmrs-user','2013-08-21 14:05:46',94,1),(20,20,'1.26','CreateAtomFeedEventsForPatients','SQL','V1_26__CreateAtomFeedEventsForPatients.sql',-135824560,'openmrs-user','2013-08-21 14:06:01',14658,1),(21,21,'1.27','SetAtomFeedChunking','SQL','V1_27__SetAtomFeedChunking.sql',-1374452898,'openmrs-user','2013-08-21 14:06:01',146,1),(22,22,'1.28','RegistrationAttributesNameAndDescriptionFix','SQL','V1_28__RegistrationAttributesNameAndDescriptionFix.sql',-485830344,'openmrs-user','2013-08-21 14:06:02',111,1),(23,23,'1.29','AddConceptProc','SQL','V1_29__AddConceptProc.sql',787116910,'openmrs-user','2013-08-21 14:06:02',85,1),(24,24,'1.30','AddConceptAnswerProc','SQL','V1_30__AddConceptAnswerProc.sql',759021465,'openmrs-user','2013-08-21 14:06:02',94,1),(25,25,'1.31','AddConceptWordProc','SQL','V1_31__AddConceptWordProc.sql',-1816256735,'openmrs-user','2013-08-21 14:06:02',124,1),(26,26,'1.32','MakeClassAttributeAConcept','SQL','V1_32__MakeClassAttributeAConcept.sql',-771853561,'openmrs-user','2013-08-21 14:06:03',134,1),(27,27,'1.33','MakeEducationDetailsAttributeAConcept','SQL','V1_33__MakeEducationDetailsAttributeAConcept.sql',-531951009,'openmrs-user','2013-08-21 14:06:03',128,1),(28,28,'1.34','MakeOccupationAttributeAConcept','SQL','V1_34__MakeOccupationAttributeAConcept.sql',-364209589,'openmrs-user','2013-08-21 14:06:03',196,1),(29,29,'1.35','RegistrationAttributesNameAndDescriptionFix','SQL','V1_35__RegistrationAttributesNameAndDescriptionFix.sql',-1269920929,'openmrs-user','2013-08-21 14:06:04',139,1),(30,30,'1.36','AddAgricultureConcept','SQL','V1_36__AddAgricultureConcept.sql',-2088410545,'openmrs-user','2013-08-21 14:06:04',101,1),(31,31,'1.37','SetValueAsConceptIdProc','SQL','V1_37__SetValueAsConceptIdProc.sql',1457957491,'openmrs-user','2013-08-21 14:06:04',103,1),(32,32,'1.38','SetValueAsConceptForPersonAttributes','SQL','V1_38__SetValueAsConceptForPersonAttributes.sql',1899454711,'openmrs-user','2013-08-21 14:06:10',6109,1),(33,33,'1.39','CreateLaboratoryPanelConcept','SQL','V1_39__CreateLaboratoryPanelConcept.sql',2103700208,'openmrs-user','2013-08-21 14:06:11',99,1),(34,34,'1.40','AddingConceptWordForLaboratoryConcept','SQL','V1_40__AddingConceptWordForLaboratoryConcept.sql',-325542961,'openmrs-user','2013-08-21 14:06:11',101,1),(35,35,'1.41','AddingIndexToCityVillage-JssSpecific','SQL','V1_41__AddingIndexToCityVillage-JssSpecific.sql',-1438049460,'openmrs-user','2013-08-21 14:06:15',4289,1),(36,36,'1.42','RemovingNotNullContraintOnOrderTypeId','SQL','V1_42__RemovingNotNullContraintOnOrderTypeId.sql',-1474907670,'openmrs-user','2013-08-21 14:06:19',3893,1),(37,37,'1.43','AddOPDConsultationEncounterType','SQL','V1_43__AddOPDConsultationEncounterType.sql',2082786701,'openmrs-user','2013-08-21 14:06:20',160,1),(38,38,'1.44','AddingSchedulerTaskToProcessOpenElisPatientFeed','SQL','V1_44__AddingSchedulerTaskToProcessOpenElisPatientFeed.sql',-1848989782,'openmrs-user','2013-08-21 14:06:20',105,1),(39,39,'1.45','UpdatingOpenElisAtomFeedSchedulerTaskToNotStartUpAutomatically','SQL','V1_45__UpdatingOpenElisAtomFeedSchedulerTaskToNotStartUpAutomatically.sql',-1038491854,'openmrs-user','2013-08-21 14:06:20',100,1),(40,40,'1.46','AddSecondaryIdentifierToPersonAttributeType','SQL','V1_46__AddSecondaryIdentifierToPersonAttributeType.sql',735603979,'openmrs-user','2013-08-21 14:06:20',158,1),(41,41,'1.47','RegistrationPersonAttributeSortOrderUpdate','SQL','V1_47__RegistrationPersonAttributeSortOrderUpdate.sql',-1300644674,'openmrs-user','2013-09-23 16:51:35',330,1),(42,42,'1.48','RegistrationPersonAttributeTypeUpdateDescriptionForStaticFields','SQL','V1_48__RegistrationPersonAttributeTypeUpdateDescriptionForStaticFields.sql',-1273730545,'openmrs-user','2013-09-23 16:51:35',91,1),(43,43,'1.49','UndoRegistrationAttributeDescriptionForStaticFields','SQL','V1_49__UndoRegistrationAttributeDescriptionForStaticFields.sql',173949213,'openmrs-user','2013-09-23 16:51:36',97,1),(44,44,'1.50','UpdatingOpenElisAtomFeedSchedulerTaskToRunEvery15Seconds','SQL','V1_50__UpdatingOpenElisAtomFeedSchedulerTaskToRunEvery15Seconds.sql',-1069238827,'openmrs-user','2013-09-23 16:51:36',109,1),(45,45,'1.51','AddDeleteObsPrivilegeToRegistrationClerkRole','SQL','V1_51__AddDeleteObsPrivilegeToRegistrationClerkRole.sql',-1371254049,'openmrs-user','2013-09-23 16:51:36',52,1),(46,46,'1.52','StartOpenElisAtomFeedSchedulerTaskToStartAutomatically','SQL','V1_52__StartOpenElisAtomFeedSchedulerTaskToStartAutomatically.sql',-2062931511,'openmrs-user','2013-09-23 16:51:36',84,1),(47,47,'1.53','addAutoCloseVisitsTaskToScheduler','SQL','V1_53__addAutoCloseVisitsTaskToScheduler.sql',-257768735,'openmrs-user','2013-09-23 16:51:37',188,1),(48,48,'1.54','addVisitTypesToGlobalProperties','SQL','V1_54__addVisitTypesToGlobalProperties.sql',-2135887686,'openmrs-user','2013-09-23 16:51:38',1587,1),(49,49,'1.54.1','EmrAPI','SQL','V1_54_1__EmrAPI.sql',575986196,'openmrs-user','2014-02-22 13:36:22',332,1),(50,50,'1.55','addLabAndRadiologyOrderTypes','SQL','V1_55__addLabAndRadiologyOrderTypes.sql',-807854303,'openmrs-user','2014-02-22 13:36:22',82,1),(51,51,'1.56','AddConceptDescriptionProc','SQL','V1_56__AddConceptDescriptionProc.sql',-1982473040,'openmrs-user','2014-02-22 13:36:23',168,1),(52,52,'1.57','addDrugDosageInstructionsAndDosageFrequecies','SQL','V1_57__addDrugDosageInstructionsAndDosageFrequecies.sql',2071387746,'openmrs-user','2014-02-22 13:36:29',6247,1),(53,53,'1.58','AddConceptReferenceMapProc','SQL','V1_58__AddConceptReferenceMapProc.sql',-296060257,'openmrs-user','2014-02-22 13:36:29',101,1),(54,54,'1.59','AddConceptSetMembersProc','SQL','V1_59__AddConceptSetMembersProc.sql',790000152,'openmrs-user','2014-02-22 13:36:29',48,1),(55,55,'1.60','AddDiagnosisConcepts','SQL','V1_60__AddDiagnosisConcepts.sql',-824480149,'openmrs-user','2014-02-22 13:36:31',971,1),(56,56,'1.61','CreatingGlobalPropertyForPatientIdentifierType','SQL','V1_61__CreatingGlobalPropertyForPatientIdentifierType.sql',968903400,'openmrs-user','2014-02-22 13:36:31',0,1),(57,57,'1.62','AddDispositionConcepts','SQL','V1_62__AddDispositionConcepts.sql',578829801,'openmrs-user','2014-02-22 13:36:32',131,1),(58,58,'1.64','AddLabResultFeedScheduler','SQL','V1_64__AddLabResultFeedScheduler.sql',-979450196,'openmrs-user','2014-02-22 13:36:32',96,1),(59,59,'1.65','ConceptSetForVitals','SQL','V1_65__ConceptSetForVitals.sql',-1380082815,'openmrs-user','2014-02-22 13:36:32',95,1),(60,60,'1.66','addConceptConsultationNote','SQL','V1_66__addConceptConsultationNote.sql',2076747326,'openmrs-user','2014-02-22 13:36:32',97,1),(61,61,'1.67','AddConceptSetForAdt','SQL','V1_67__AddConceptSetForAdt.sql',-287210937,'openmrs-user','2014-02-22 13:36:33',212,1),(62,62,'1.68','EncounterTypeForAdmission','SQL','V1_68__EncounterTypeForAdmission.sql',1046312758,'openmrs-user','2014-02-22 13:36:33',111,1),(63,63,'1.69','AddConceptSetForDischarge','SQL','V1_69__AddConceptSetForDischarge.sql',-1740754751,'openmrs-user','2014-02-22 13:36:34',997,1),(64,64,'1.70','EncounterTypeForDischarge','SQL','V1_70__EncounterTypeForDischarge.sql',-852733885,'openmrs-user','2014-02-22 13:36:34',93,1),(65,65,'1.71','PatientSearchSql','SQL','V1_71__PatientSearchSql.sql',-2146284683,'openmrs-user','2014-02-22 13:36:35',148,1),(66,66,'1.72','AddProcToInsertNewAddressLevel','SQL','V1_72__AddProcToInsertNewAddressLevel.sql',422741422,'openmrs-user','2014-02-22 13:36:35',81,1),(67,67,'1.73','RemoveNotNullConstraintOnAddressEntryName','SQL','V1_73__RemoveNotNullConstraintOnAddressEntryName.sql',-1622050379,'openmrs-user','2014-02-22 13:36:40',4713,1),(68,68,'1.74','AddGramPanchayatAndHouseNumberStreetAsNewAddressHierarchyLevels','SQL','V1_74__AddGramPanchayatAndHouseNumberStreetAsNewAddressHierarchyLevels.sql',-1879383011,'openmrs-user','2014-02-22 13:36:44',4268,1),(69,69,'1.75','MarkVilageAsMandatoryField','SQL','V1_75__MarkVilageAsMandatoryField.sql',-1198888832,'openmrs-user','2014-02-22 13:36:44',80,1),(70,70,'1.76','RemoveHealthCenter','SQL','V1_76__RemoveHealthCenter.sql',984945390,'openmrs-user','2014-02-22 13:37:11',27114,1),(71,71,'1.77','PatientSearchSqlAllAdmittedPatients','SQL','V1_77__PatientSearchSqlAllAdmittedPatients.sql',-245233009,'openmrs-user','2014-02-22 13:37:12',217,1),(72,72,'1.78','EncounterTypeForTransfer','SQL','V1_78__EncounterTypeForTransfer.sql',-678385225,'openmrs-user','2014-02-22 13:37:12',320,1),(73,73,'1.79','AddressTemplateWithAllFields','SQL','V1_79__AddressTemplateWithAllFields.sql',-1619103407,'openmrs-user','2014-02-22 13:37:13',153,1),(74,74,'1.80','LiquibaseMigrationsForAllFlywayMigrations','SQL','V1_80__LiquibaseMigrationsForAllFlywayMigrations.sql',1336501438,'openmrs-user','2014-02-22 13:37:14',423,1); +/*!40000 ALTER TABLE `schema_version` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `serialized_object` +-- + +DROP TABLE IF EXISTS `serialized_object`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `serialized_object` ( + `serialized_object_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(5000) DEFAULT NULL, + `type` varchar(255) NOT NULL, + `subtype` varchar(255) NOT NULL, + `serialization_class` varchar(255) NOT NULL, + `serialized_data` mediumtext NOT NULL, + `date_created` datetime NOT NULL, + `creator` int(11) NOT NULL, + `date_changed` datetime DEFAULT NULL, + `changed_by` int(11) DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `date_retired` datetime DEFAULT NULL, + `retired_by` int(11) DEFAULT NULL, + `retire_reason` varchar(1000) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`serialized_object_id`), + UNIQUE KEY `serialized_object_uuid_index` (`uuid`), + KEY `serialized_object_creator` (`creator`), + KEY `serialized_object_changed_by` (`changed_by`), + KEY `serialized_object_retired_by` (`retired_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `serialized_object` +-- + +LOCK TABLES `serialized_object` WRITE; +/*!40000 ALTER TABLE `serialized_object` DISABLE KEYS */; +/*!40000 ALTER TABLE `serialized_object` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_order` +-- + +DROP TABLE IF EXISTS `test_order`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `test_order` ( + `order_id` int(11) NOT NULL DEFAULT '0', + `specimen_source` int(11) DEFAULT NULL, + `laterality` varchar(20) DEFAULT NULL, + `clinical_history` text, + `frequency` int(11) DEFAULT NULL, + `number_of_repeats` int(11) DEFAULT NULL, + PRIMARY KEY (`order_id`), + KEY `test_order_specimen_source_fk` (`specimen_source`), + KEY `test_order_frequency_fk` (`frequency`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `test_order` +-- + +LOCK TABLES `test_order` WRITE; +/*!40000 ALTER TABLE `test_order` DISABLE KEYS */; +/*!40000 ALTER TABLE `test_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `uiframework_user_defined_page_view` +-- + +DROP TABLE IF EXISTS `uiframework_user_defined_page_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `uiframework_user_defined_page_view` ( + `page_view_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(100) NOT NULL, + `template_type` varchar(50) NOT NULL, + `template_text` mediumtext NOT NULL, + `uuid` varchar(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`page_view_id`), + UNIQUE KEY `uuid` (`uuid`), + UNIQUE KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `uiframework_user_defined_page_view` +-- + +LOCK TABLES `uiframework_user_defined_page_view` WRITE; +/*!40000 ALTER TABLE `uiframework_user_defined_page_view` DISABLE KEYS */; +/*!40000 ALTER TABLE `uiframework_user_defined_page_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_property` +-- + +DROP TABLE IF EXISTS `user_property`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `user_property` ( + `user_id` int(11) NOT NULL DEFAULT '0', + `property` varchar(100) NOT NULL DEFAULT '', + `property_value` text, + PRIMARY KEY (`user_id`,`property`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `user_property` +-- + +LOCK TABLES `user_property` WRITE; +/*!40000 ALTER TABLE `user_property` DISABLE KEYS */; +INSERT INTO `user_property` VALUES (1,'loginAttempts','0'),(4,'defaultLocale','en'),(4,'favouriteObsTemplates',''),(4,'favouriteWards','General Ward###Labour Ward'),(4,'loginAttempts','0'),(4,'recentlyViewedPatients','[{\"uuid\":\"9a133946-e529-4d2d-a376-ce0045f0a685\",\"name\":\"Sample Two\",\"identifier\":\"GAN203005\"},{\"uuid\":\"4177d31e-b495-423d-b4ef-a454cc95c0d1\",\"name\":\"SAmple one\",\"identifier\":\"GAN203004\"},{\"uuid\":\"0c5a49d1-b5c2-4456-aacc-fe08d4a6ea09\",\"name\":\"Test Hyperthyroidism\",\"identifier\":\"GAN200031\"},{\"uuid\":\"7e8b881a-e2b9-4e61-9ae6-859c13212c58\",\"name\":\"Test Patient\",\"identifier\":\"GAN200062\"},{\"uuid\":\"30da682b-6344-4fd8-a90f-862dd57189d0\",\"name\":\"Test Diabetes\",\"identifier\":\"GAN200025\"},{\"uuid\":\"373fd186-bbc3-4bfc-88db-f323d7c0405d\",\"name\":\"Test AdtFlow\",\"identifier\":\"GAN200014\"},{\"uuid\":\"5da6f388-12f6-406a-9f6a-30e051df788e\",\"name\":\"Test RefillDrugScenario\",\"identifier\":\"GAN200012\"},{\"uuid\":\"e863260b-3ebb-4b95-b8c7-74c171573612\",\"name\":\"Test AdtDashboard\",\"identifier\":\"GAN200016\"},{\"uuid\":\"272d63b6-4cb1-4bda-ae80-b462c2f22d38\",\"name\":\"Test ANC\",\"identifier\":\"GAN200035\"},{\"uuid\":\"8ed7c06d-5c67-4b69-a846-80f4f94e4ecf\",\"name\":\"Test SyncOne\",\"identifier\":\"GAN203003\"}]'),(7,'favouriteObsTemplates',''),(7,'favouriteWards',''),(7,'lockoutTimestamp',''),(7,'loginAttempts','0'),(7,'recentlyViewedPatients','[{\"uuid\":\"373fd186-bbc3-4bfc-88db-f323d7c0405d\",\"name\":\"Test AdtFlow\",\"identifier\":\"GAN200014\"}]'),(8,'lockoutTimestamp',''),(8,'loginAttempts','0'),(9,'lockoutTimestamp',''),(9,'loginAttempts','0'),(10,'lockoutTimestamp',''),(10,'loginAttempts','0'),(11,'lockoutTimestamp',''),(11,'loginAttempts','0'),(13,'defaultLocale','en'),(13,'favouriteObsTemplates',''),(13,'favouriteWards',''),(13,'lockoutTimestamp',''),(13,'loginAttempts','0'),(13,'recentlyViewedPatients','[]'),(14,'defaultLocale','en'),(14,'favouriteObsTemplates',''),(14,'favouriteWards',''),(14,'lockoutTimestamp',''),(14,'loginAttempts','0'),(14,'recentlyViewedPatients','[]'),(15,'defaultLocale','en'),(15,'favouriteObsTemplates',''),(15,'favouriteWards',''),(15,'lockoutTimestamp',''),(15,'loginAttempts','0'),(15,'recentlyViewedPatients','[]'),(16,'defaultLocale','en'),(16,'favouriteObsTemplates',''),(16,'favouriteWards',''),(16,'lockoutTimestamp',''),(16,'loginAttempts','0'),(16,'recentlyViewedPatients','[]'),(17,'defaultLocale','en'),(17,'favouriteObsTemplates',''),(17,'favouriteWards',''),(17,'lockoutTimestamp',''),(17,'loginAttempts','0'),(17,'recentlyViewedPatients','[]'),(18,'defaultLocale','en'),(18,'favouriteObsTemplates',''),(18,'favouriteWards',''),(18,'lockoutTimestamp',''),(18,'loginAttempts','0'),(18,'recentlyViewedPatients','[]'),(19,'defaultLocale','en'),(19,'favouriteObsTemplates',''),(19,'favouriteWards',''),(19,'lockoutTimestamp',''),(19,'loginAttempts','0'),(19,'recentlyViewedPatients','[]'),(20,'defaultLocale','en'),(20,'favouriteObsTemplates',''),(20,'favouriteWards',''),(20,'lockoutTimestamp',''),(20,'loginAttempts','0'),(20,'recentlyViewedPatients','[]'),(21,'defaultLocale','en'),(21,'favouriteObsTemplates',''),(21,'favouriteWards',''),(21,'lockoutTimestamp',''),(21,'loginAttempts','0'),(21,'recentlyViewedPatients','[]'),(22,'defaultLocale','en'),(22,'favouriteObsTemplates',''),(22,'favouriteWards',''),(22,'lockoutTimestamp',''),(22,'loginAttempts','0'),(22,'recentlyViewedPatients','[]'),(23,'defaultLocale','en'),(23,'favouriteObsTemplates',''),(23,'favouriteWards',''),(23,'loginAttempts','0'),(23,'recentlyViewedPatients','[]'),(24,'defaultLocale','en'),(24,'favouriteObsTemplates',''),(24,'favouriteWards',''),(24,'lockoutTimestamp',''),(24,'loginAttempts','0'),(24,'recentlyViewedPatients','[]'); +/*!40000 ALTER TABLE `user_property` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_role` +-- + +DROP TABLE IF EXISTS `user_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `user_role` ( + `user_id` int(11) NOT NULL DEFAULT '0', + `role` varchar(50) NOT NULL DEFAULT '', + PRIMARY KEY (`role`,`user_id`), + KEY `user_role_to_users` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `user_role` +-- + +LOCK TABLES `user_role` WRITE; +/*!40000 ALTER TABLE `user_role` DISABLE KEYS */; +INSERT INTO `user_role` VALUES (1,'bypass2FA'),(1,'Provider'),(1,'System Developer'),(4,'Provider'),(4,'SuperAdmin'),(4,'System Developer'),(7,'SuperAdmin'),(12,'Reports-App'),(13,'bypass2FA'),(13,'Registration-App'),(14,'bypass2FA'),(14,'Registration-App'),(15,'bypass2FA'),(15,'Registration-App'),(16,'bypass2FA'),(16,'Clinical-App'),(16,'Programs-App'),(17,'bypass2FA'),(17,'Clinical-App'),(17,'Programs-App'),(18,'bypass2FA'),(18,'Clinical-App'),(18,'Programs-App'),(19,'bypass2FA'),(19,'Clinical-App-Observations'),(19,'InPatient-App'),(20,'bypass2FA'),(20,'Clinical-App-Observations'),(20,'InPatient-App'),(21,'bypass2FA'),(21,'Clinical-App-Observations'),(21,'InPatient-App'),(22,'Admin-App'),(22,'bypass2FA'),(22,'Reports-App'),(23,'Admin-App'),(23,'bypass2FA'),(23,'Reports-App'),(24,'Admin-App'),(24,'bypass2FA'),(24,'Reports-App'); +/*!40000 ALTER TABLE `user_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `users` +-- + +DROP TABLE IF EXISTS `users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `users` ( + `user_id` int(11) NOT NULL AUTO_INCREMENT, + `system_id` varchar(50) NOT NULL DEFAULT '', + `username` varchar(50) DEFAULT NULL, + `password` varchar(128) DEFAULT NULL, + `salt` varchar(128) DEFAULT NULL, + `secret_question` varchar(255) DEFAULT NULL, + `secret_answer` varchar(255) DEFAULT NULL, + `creator` int(11) NOT NULL DEFAULT '0', + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `person_id` int(11) NOT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`user_id`), + KEY `user_who_changed_user` (`changed_by`), + KEY `user_creator` (`creator`), + KEY `user_who_retired_this_user` (`retired_by`), + KEY `person_id_for_user` (`person_id`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `users` +-- + +LOCK TABLES `users` WRITE; +/*!40000 ALTER TABLE `users` DISABLE KEYS */; +INSERT INTO `users` VALUES (1,'admin','admin','f1feccee0f5b7fa1ff89628d020618677606906ee67c398d285b7b4fcf913989d71ccdeb4e542c70d1474bfb45a2440f2dba543a70dcade5123098b3b94142c5','c788c6ad82a157b712392ca695dfcf2eed193d7f',NULL,NULL,1,'2005-01-01 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'62a3b753-3f10-11e4-adec-0800271c1b75'),(2,'daemon','daemon',NULL,NULL,NULL,NULL,1,'2010-04-26 13:25:00',NULL,NULL,1,0,NULL,NULL,NULL,'A4F30A1B-5EB9-11DF-A648-37A07F9C90FB'),(3,'Lab Manager','Lab Manager',NULL,NULL,NULL,NULL,1,'2014-09-18 14:18:06',NULL,NULL,2,0,NULL,NULL,NULL,'823f9765-3f10-11e4-adec-0800271c1b75'),(4,'superman','superman','e28e3ae84c66bfba6b2c50a406567f3e34fea1d76b17c006931571fe5d940f6c6b81e49cf8ea5e0adfca19fe3beb68d8ad79f7c3812e92b8d502a9afcf2029b2','1c9d7e94aeeb7a2459ef45ed200b2944582e0e7088d75f9b57a3644861ea766c20a269b3fe2eadaff1bc445ecfbd9bd3c0c550dfd813de48d39423cd3d1a8b10','',NULL,1,'2014-09-18 14:19:53',4,'2015-02-19 12:04:18',3,0,NULL,NULL,NULL,'c1c21e11-3f10-11e4-adec-0800271c1b75'),(5,'Lab System','Lab System',NULL,NULL,NULL,NULL,1,'2014-09-18 14:32:16',NULL,NULL,5,0,NULL,NULL,NULL,'7d1605a5-3f12-11e4-adec-0800271c1b75'),(6,'Billing System','Billing System',NULL,NULL,NULL,NULL,1,'2014-09-18 14:32:23',NULL,NULL,6,0,NULL,NULL,NULL,'8135ac1e-3f12-11e4-adec-0800271c1b75'),(7,'7-5','automation','857b00e3a293ad337e81900e11f5152595ba56658465c88b4e09210c1a8b8ed6f74dec17406654335e1aafbf9adc7588ffff13c5472ef1361e3dfc15ff78fd74','2860cd53cb724261559b5703f42f179bd197588ddccedbd1ca79e7703078b1bb5c253ac6d4c08132080fdef2bc6cce28414a1b76a7394122c961ad36ca97ac96','',NULL,4,'2015-02-20 13:22:11',4,'2015-02-20 13:22:11',23,0,NULL,NULL,NULL,'5441fffa-7480-40c3-931c-5f75b8044dd3'),(8,'8-3','yogesh','8c0e9902702b6327ebd919da985d0a554fef85fb02f1d81f41ca46978db1ec96eb52bdd10001a8ced1da1cae95172bd5f8cb41d52a788cd549d7f8216b030f92','6b5a342ac63348fd62951793ff0e6541257c59c5640f6e3d44ff479a1db748f269a46ea1ed2b6c3113447225a25d8e2729c2e2fe7f8bc47b84d791001b85cfb5','',NULL,4,'2015-05-21 13:06:32',1,'2015-05-21 13:29:19',44,0,NULL,NULL,NULL,'854f9e2f-c9dd-4df9-a7a0-698f0d325806'),(9,'9-1','suhas','d0538d15de319e70187c849d28082c6ba75891df0d2fa41a1f2298b5faa6ff76b079eb46c14a28a371be890a7b6ea521f40b9e9819e21703c6f6baef37c8b0ef','8a02a804e1b6f0738b71822f4885eb8468b9cb19a8c2d25fdcb426c351e741b570183ae7f2bfcb79dadb04437b0af718ebf28f590bd89531a308a69908cb2e71','',NULL,1,'2015-05-21 13:22:13',1,'2015-05-21 13:22:13',45,0,NULL,NULL,NULL,'66441c9a-a89f-4055-ae2d-ee5a02f773cf'),(10,'10-9','varsha','4f4d5a519a1dff34f89b1327ab82939d4bdb27f7085a5fd6378ae6b473fb719e7cc2c0e1b131d2dc038568492a8e1483d237839b8374c7abfa9ae0860dc5fa31','802a1bba127976cf888f5c82eb06e0ddac218a084af2db69b2bd15be69e9e25b2b1d2476cd27a6a2a762b5925052fe82320142b0b735082d0d4fae62f36e36a0','',NULL,1,'2015-05-21 13:25:03',1,'2015-05-21 13:25:03',46,0,NULL,NULL,NULL,'2263910d-9e4f-4d0c-b244-55ef08e1cf21'),(11,'11-7','suresh','35d909b525981c859bc191c6ed1569f5b1835cc70cac8d6a101fed7e37b9ccc66c4ed912199ca88c9567168d441d402f715b78ebeb4199678fba49c977b9f856','0ec333d65e9119d10694a0c4858487665f21073f4c258aa48ab48b94ff3daccdf97c87e48c8d7678f623e1526d380920a2f51cd110af29ce83b283ca736063f7','',NULL,4,'2015-05-22 15:24:31',4,'2015-05-22 15:24:31',47,0,NULL,NULL,NULL,'c2364e2e-3c69-4dc5-8ea6-ff11d246f6f5'),(12,'Reports User','reports-user','29171af2d2cc6b48ab011c6387daa8516960edd0a7fa4e8bc6eaf1aab1d3d15443a82213fb0d11b3071ca73d45f719d885b2fdabcfef03b54b3102af450cd771','6bc56cf15a664f951134af3451ac806e746215fa3e482b72f08a911e848962bee8b124e672f3cbe8dc7040dc6d8e35960e24a1ffa6150af63d12ba1ce8c07fad',NULL,NULL,1,'2016-05-05 13:06:52',NULL,NULL,55,0,NULL,NULL,NULL,'78999fca-12b1-11e6-827a-080027d2adbd'),(13,'13-3','regone','4dc6bfaaa7ac34b85781d715776ec6f5a2915a16564761b1f33960ef49d8bc0e23b18e31820fc5f85e6347961224fda78d39b2cc70c501ec21f43ea49d85c904','9a6aed9cb716f6ed46f9c1b46e2d9007474d12a0ad67ad7ce6041cab05ba406dd713575daf73e0ceee4484e10bafff2070a4064c67ab8b828f37285a467c8757','',NULL,4,'2016-11-10 12:22:27',4,'2017-01-23 12:35:38',58,0,NULL,NULL,NULL,'ab73926d-df83-44e7-90e9-9bae8609c9c6'),(14,'14-1','regtwo','0088c851089af6b917b2efa99bbf1c70d54d577a72158cddcc7186afdc2d7a875341a1446b51ae554216d4779db8f62c8e001b416fd315be2bde025598788322','9fc208fb7ebeb1a78f0a5637a00afe8202ddb771c17cc8a7c9bd06c0230d84434b40d6f5caa37398084b406c204f5c88511fd8acb403392de2186b0b0362b80d','',NULL,4,'2016-11-10 12:22:47',4,'2017-01-23 12:36:04',59,0,NULL,NULL,NULL,'83175011-3da3-4b99-accc-dcef657f6083'),(15,'15-8','regthree','5fe8f07088288b752a69f977d94abe501a977d168ef61f6aa1c5ba2fa44cdac4cf97d0d3e970a38efbbfbfad9aedfd0a16b9f05901332115deec6b6edb238310','d36021eb78d0177a86acc882abcf40b182692f33cfd988d82dda7781a6da2a7b0a42126dec013cf4cf44d3a8d0fc65a49694d0d851708fa16e196840c19394e7','',NULL,4,'2016-11-10 12:25:33',4,'2017-01-23 12:35:52',60,0,NULL,NULL,NULL,'338242d3-20be-447b-b61b-597205183572'),(16,'16-6','docone','4e2609ccf2d599252f954e0eb55fa82dc9eb8e8b3c058498478efe1fbf57db502b29ffab0834af296f4053f6bbb014b89e4bfcb3cc162b04bbb0563292eb5bae','4445889075a77e678f1c8f66d003d8346f7b4dc9c98edeb96155f13dc92355a75ba1dfee3b0d94064da28f7f5981736ba0701d33c0ed81b3ccb62ab316152114','',NULL,4,'2016-11-10 12:26:05',4,'2017-01-23 12:34:58',61,0,NULL,NULL,NULL,'2a04e1cd-739b-4013-834e-6d131a418b6d'),(17,'17-4','doctwo','eac6381123fceb29a78c0531b0beddad46deb4326e2124f6d83e27c223ee799ff244598434d132224b668644ce1c08fe2c92efde176d548e7bae9fbfb5496541','f6a8568147faffe402c879601e7751659c32c248c57622d56a4697ed47e2af979e962cf4d8926b76e15b5afcc14ae7d362176494909104d7905485c876a69d64','',NULL,4,'2016-11-10 12:26:26',4,'2017-01-23 12:35:26',62,0,NULL,NULL,NULL,'d8e9dbe9-dbaf-48d2-a872-b167adef6d23'),(18,'18-2','docthree','e8bbe7caf43fe18994b84d2186938076091ee553318b4249b3871bc2c5f111cb39b8ed004545d9cde9a846244c305f74df329d2403e9fcaae1b954c215f1c1e0','ad00bba180c0b66211da8ad612bef248265ec6b09e2f54b18a82bf6fc064c35af43021817c73ca5221050853247df0a44bbb5a86eee24eb0f862f1795e825dbd','',NULL,4,'2016-11-10 12:26:44',4,'2017-01-23 12:35:14',63,0,NULL,NULL,NULL,'1c564e74-60c2-46f1-a60d-97d1d99a0c75'),(19,'19-0','nurseone','df37a4814d98702bdf5b108fb0cadd22ec686f5e2c38b7471f7f228c303857da9dab1b1c18602618faafc954e1d2b8adb3a8c7148c145d9fe093f6717c800462','e2b67f5181e720ea5a2ba167ae23b9b1efdabe1331fa539e9cda4e8a389f3f5f6559ca40cff9dfd711a7b856622641e36a51ebccf76e2a6963592e7c8390762b','',NULL,4,'2016-11-10 12:27:09',4,'2017-01-23 12:36:19',64,0,NULL,NULL,NULL,'bb3fbd7d-6dad-4fb1-8070-61591fa06eba'),(20,'20-8','nursetwo','76b3d5b64f374855fca7be5e7ebe642147b4fcf7300376cc4ddf68f389e4fec013a10218155cda610738b4630a6a5d52033fd0316a7e9c7983b3fc3535452ee0','91281ca40a61a563b35c2cc13a8f2331426ef28f7da6831cbb9185199607ca70382d43dc3f358332a30b8897fc37c3aa3f556c125b16772151c8f500ed6d33b5','',NULL,4,'2016-11-10 12:27:42',4,'2017-01-23 12:36:30',65,0,NULL,NULL,NULL,'ba45d08b-44e4-4b1c-9ebc-c6cda5c37800'),(21,'21-6','nursethree','7f45392a900c56c56cd05b2933602c58f4ae8e730d099016a806ac53cc76fc583d06ac85400219f394cdac871dda514c58b57be6b376bf9314b85ffba51d6e9a','57dc18b154dfcd028f8a537543d0db323c7f6231c0d265d493c54b12f928977a3ff89486007cccb88c5ec1def7a522ee6d61a4fdc9dedb88e868e673d302a5e0','',NULL,4,'2016-11-10 12:28:03',4,'2017-01-23 12:36:43',66,0,NULL,NULL,NULL,'246d9eeb-c651-45c7-864d-0d2fc81d6fce'),(22,'22-4','reportone','6515e6bae0274b845146eb176836f3f6a3bfa863d48b2a35e73962e43024d43f3e0ebfb384e7dc47f970d800b5c72a1deb451b48a33c78cfb304fb96e9686fe3','f6955c2002ad2dcf1169e3027494424e7ea59a8d7e0ae2f1f5cbbd63219f9c8f589e8f007a17ddd5e45dca97802691ed540b0acb81044c7f8cf00860785dd062','',NULL,4,'2016-11-10 12:28:43',4,'2017-01-23 12:37:04',67,0,NULL,NULL,NULL,'14bddf92-5dbb-4580-b6b7-2ad877df74e6'),(23,'23-2','reporttwo','8dc53dd53445ab092d77b91029e1eda51ee37a01e48c025a1cd4eec4a078273ebb6ce1a485d82749e649b1b658fdfa1cb0e703fd5c88c1e51ef783c95f978873','61fe5c1164d5bb61226a6777acdaae232b9c87f7724a1d012b2659b6c2bc701b4dc35e8c3a8998188dde2179fcddad4dc8106afe9199cd92ac2eec60d0c7c5b9','',NULL,4,'2016-11-10 12:29:22',4,'2017-01-23 12:37:17',68,0,NULL,NULL,NULL,'450bbc2c-dbc0-4bd1-b638-9253b093edb7'),(24,'24-0','reportthree','656cc132bafee21a9532ab64ce5409b619e38b5b77be99b7f02a621b931417cd62142f1a7aaa5843a381b932d4de21474ab8c2a835b2f063c89f382859f8eb03','7fbe94152229fab05392290796f57ef4fcc4a3acc51c57fa8fe36d84830fe4a8b3b15dd64446af78f5a0fb9774267747be459f27447a825a01025e40ea029aea','',NULL,4,'2016-11-10 12:29:52',4,'2017-01-23 12:37:30',69,0,NULL,NULL,NULL,'3b79c5ea-ec45-44ef-99c0-03708206ab74'); +/*!40000 ALTER TABLE `users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `visit` +-- + +DROP TABLE IF EXISTS `visit`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `visit` ( + `visit_id` int(11) NOT NULL AUTO_INCREMENT, + `patient_id` int(11) NOT NULL, + `visit_type_id` int(11) NOT NULL, + `date_started` datetime NOT NULL, + `date_stopped` datetime DEFAULT NULL, + `indication_concept_id` int(11) DEFAULT NULL, + `location_id` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`visit_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `visit_patient_index` (`patient_id`), + KEY `visit_type_fk` (`visit_type_id`), + KEY `visit_location_fk` (`location_id`), + KEY `visit_creator_fk` (`creator`), + KEY `visit_voided_by_fk` (`voided_by`), + KEY `visit_changed_by_fk` (`changed_by`), + KEY `visit_indication_concept_fk` (`indication_concept_id`), + KEY `visit_date_stopped` (`date_stopped`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `visit` +-- + +LOCK TABLES `visit` WRITE; +/*!40000 ALTER TABLE `visit` DISABLE KEYS */; +/*!40000 ALTER TABLE `visit` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `visit_attribute` +-- + +DROP TABLE IF EXISTS `visit_attribute`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `visit_attribute` ( + `visit_attribute_id` int(11) NOT NULL AUTO_INCREMENT, + `visit_id` int(11) NOT NULL, + `attribute_type_id` int(11) NOT NULL, + `value_reference` text NOT NULL, + `uuid` char(38) NOT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `voided` tinyint(1) NOT NULL DEFAULT '0', + `voided_by` int(11) DEFAULT NULL, + `date_voided` datetime DEFAULT NULL, + `void_reason` varchar(255) DEFAULT NULL, + PRIMARY KEY (`visit_attribute_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `visit_attribute_visit_fk` (`visit_id`), + KEY `visit_attribute_attribute_type_id_fk` (`attribute_type_id`), + KEY `visit_attribute_creator_fk` (`creator`), + KEY `visit_attribute_changed_by_fk` (`changed_by`), + KEY `visit_attribute_voided_by_fk` (`voided_by`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `visit_attribute` +-- + +LOCK TABLES `visit_attribute` WRITE; +/*!40000 ALTER TABLE `visit_attribute` DISABLE KEYS */; +/*!40000 ALTER TABLE `visit_attribute` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `visit_attribute_type` +-- + +DROP TABLE IF EXISTS `visit_attribute_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `visit_attribute_type` ( + `visit_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `datatype` varchar(255) DEFAULT NULL, + `datatype_config` text, + `preferred_handler` varchar(255) DEFAULT NULL, + `handler_config` text, + `min_occurs` int(11) NOT NULL, + `max_occurs` int(11) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`visit_attribute_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `visit_attribute_type_creator_fk` (`creator`), + KEY `visit_attribute_type_changed_by_fk` (`changed_by`), + KEY `visit_attribute_type_retired_by_fk` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `visit_attribute_type` +-- + +LOCK TABLES `visit_attribute_type` WRITE; +/*!40000 ALTER TABLE `visit_attribute_type` DISABLE KEYS */; +INSERT INTO `visit_attribute_type` VALUES (1,'Visit Status',NULL,'org.openmrs.customdatatype.datatype.FreeTextDatatype',NULL,NULL,NULL,0,NULL,1,'2015-04-14 12:52:24',NULL,NULL,0,NULL,NULL,NULL,'ff25b0f3-e276-11e4-900f-080027b662ec'),(2,'Admission Status',NULL,'org.openmrs.customdatatype.datatype.FreeTextDatatype',NULL,NULL,NULL,0,NULL,1,'2015-05-15 12:12:19',NULL,NULL,0,NULL,NULL,NULL,'88a377b7-facd-11e4-b248-005056820298'); +/*!40000 ALTER TABLE `visit_attribute_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `visit_type` +-- + +DROP TABLE IF EXISTS `visit_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `visit_type` ( + `visit_type_id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` varchar(1024) DEFAULT NULL, + `creator` int(11) NOT NULL, + `date_created` datetime NOT NULL, + `changed_by` int(11) DEFAULT NULL, + `date_changed` datetime DEFAULT NULL, + `retired` tinyint(1) NOT NULL DEFAULT '0', + `retired_by` int(11) DEFAULT NULL, + `date_retired` datetime DEFAULT NULL, + `retire_reason` varchar(255) DEFAULT NULL, + `uuid` char(38) NOT NULL, + PRIMARY KEY (`visit_type_id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `visit_type_creator` (`creator`), + KEY `visit_type_changed_by` (`changed_by`), + KEY `visit_type_retired_by` (`retired_by`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `visit_type` +-- + +LOCK TABLES `visit_type` WRITE; +/*!40000 ALTER TABLE `visit_type` DISABLE KEYS */; +INSERT INTO `visit_type` VALUES (3,'IPD','Visit for patients being admitted',1,'2014-09-18 14:19:53',NULL,NULL,0,NULL,NULL,NULL,'c228eab1-3f10-11e4-adec-0800271c1b75'),(4,'OPD','Visit for patients coming for OPD',1,'2014-09-18 14:19:53',NULL,NULL,0,NULL,NULL,NULL,'c22a5000-3f10-11e4-adec-0800271c1b75'),(5,'Special OPD','Visit for patients coming for Dental, Spine, Skin etc',1,'2014-09-18 14:19:53',NULL,NULL,0,NULL,NULL,NULL,'c23d6c9d-3f10-11e4-adec-0800271c1b75'),(6,'EMERGENCY','Emergency patient visit',1,'2014-09-18 14:19:53',NULL,NULL,0,NULL,NULL,NULL,'c2402997-3f10-11e4-adec-0800271c1b75'),(7,'PHARMACY VISIT','Visit for syncing sale orders from pharmacy',1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'b9cb32c9-3f12-11e4-adec-0800271c1b75'),(8,'LAB VISIT','Visits for lab visit by patient when the tests are not ordered through OpenMRS',1,'2014-09-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'bef32e14-3f12-11e4-adec-0800271c1b75'); +/*!40000 ALTER TABLE `visit_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Final view structure for view `concept_reference_term_map_view` +-- + +/*!50001 DROP VIEW IF EXISTS `concept_reference_term_map_view`*/; +/*!50001 SET @saved_cs_client = @@character_set_client */; +/*!50001 SET @saved_cs_results = @@character_set_results */; +/*!50001 SET @saved_col_connection = @@collation_connection */; +/*!50001 SET character_set_client = utf8 */; +/*!50001 SET character_set_results = utf8 */; +/*!50001 SET collation_connection = utf8_general_ci */; +/*!50001 CREATE ALGORITHM=UNDEFINED */ +/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ +/*!50001 VIEW `concept_reference_term_map_view` AS select `concept_reference_map`.`concept_id` AS `concept_id`,`concept_map_type`.`name` AS `concept_map_type_name`,`concept_reference_term`.`code` AS `code`,`concept_reference_term`.`name` AS `concept_reference_term_name`,`concept_reference_source`.`name` AS `concept_reference_source_name` from (((`concept_reference_term` join `concept_reference_map` on((`concept_reference_map`.`concept_reference_term_id` = `concept_reference_term`.`concept_reference_term_id`))) join `concept_map_type` on((`concept_reference_map`.`concept_map_type_id` = `concept_map_type`.`concept_map_type_id`))) join `concept_reference_source` on((`concept_reference_source`.`concept_source_id` = `concept_reference_term`.`concept_source_id`))) */; +/*!50001 SET character_set_client = @saved_cs_client */; +/*!50001 SET character_set_results = @saved_cs_results */; +/*!50001 SET collation_connection = @saved_col_connection */; + +-- +-- Final view structure for view `concept_view` +-- + +/*!50001 DROP VIEW IF EXISTS `concept_view`*/; +/*!50001 SET @saved_cs_client = @@character_set_client */; +/*!50001 SET @saved_cs_results = @@character_set_results */; +/*!50001 SET @saved_col_connection = @@collation_connection */; +/*!50001 SET character_set_client = utf8 */; +/*!50001 SET character_set_results = utf8 */; +/*!50001 SET collation_connection = utf8_general_ci */; +/*!50001 CREATE ALGORITHM=UNDEFINED */ +/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ +/*!50001 VIEW `concept_view` AS select `concept`.`concept_id` AS `concept_id`,`concept_full_name`.`name` AS `concept_full_name`,`concept_short_name`.`name` AS `concept_short_name`,`concept_class`.`name` AS `concept_class_name`,`concept_datatype`.`name` AS `concept_datatype_name`,`concept`.`retired` AS `retired`,`concept_description`.`description` AS `description`,`concept`.`date_created` AS `date_created` from (((((`concept` left join `concept_name` `concept_full_name` on(((`concept_full_name`.`concept_id` = `concept`.`concept_id`) and (`concept_full_name`.`concept_name_type` = 'FULLY_SPECIFIED') and (`concept_full_name`.`locale` = 'en') and (`concept_full_name`.`voided` = 0)))) left join `concept_name` `concept_short_name` on(((`concept_short_name`.`concept_id` = `concept`.`concept_id`) and (`concept_short_name`.`concept_name_type` = 'SHORT') and (`concept_short_name`.`locale` = 'en') and (`concept_short_name`.`voided` = 0)))) left join `concept_class` on((`concept_class`.`concept_class_id` = `concept`.`class_id`))) left join `concept_datatype` on((`concept_datatype`.`concept_datatype_id` = `concept`.`datatype_id`))) left join `concept_description` on((`concept_description`.`concept_id` = `concept`.`concept_id`))) */; +/*!50001 SET character_set_client = @saved_cs_client */; +/*!50001 SET character_set_results = @saved_cs_results */; +/*!50001 SET collation_connection = @saved_col_connection */; + +-- +-- Final view structure for view `diagnosis_concept_view` +-- + +/*!50001 DROP VIEW IF EXISTS `diagnosis_concept_view`*/; +/*!50001 SET @saved_cs_client = @@character_set_client */; +/*!50001 SET @saved_cs_results = @@character_set_results */; +/*!50001 SET @saved_col_connection = @@collation_connection */; +/*!50001 SET character_set_client = utf8 */; +/*!50001 SET character_set_results = utf8 */; +/*!50001 SET collation_connection = utf8_general_ci */; +/*!50001 CREATE ALGORITHM=UNDEFINED */ +/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */ +/*!50001 VIEW `diagnosis_concept_view` AS select `concept_view`.`concept_id` AS `concept_id`,`concept_view`.`concept_full_name` AS `concept_full_name`,`concept_view`.`concept_short_name` AS `concept_short_name`,`concept_view`.`concept_class_name` AS `concept_class_name`,`concept_view`.`concept_datatype_name` AS `concept_datatype_name`,`concept_view`.`retired` AS `retired`,`concept_view`.`description` AS `description`,`concept_view`.`date_created` AS `date_created`,`concept_reference_term_map_view`.`code` AS `icd10_code` from (`concept_view` left join `concept_reference_term_map_view` on(((`concept_reference_term_map_view`.`concept_id` = `concept_view`.`concept_id`) and (`concept_reference_term_map_view`.`concept_reference_source_name` = 'ICD-10-WHO') and (`concept_reference_term_map_view`.`concept_map_type_name` = 'SAME-AS')))) where (`concept_view`.`concept_class_name` = 'Diagnosis') */; +/*!50001 SET character_set_client = @saved_cs_client */; +/*!50001 SET character_set_results = @saved_cs_results */; +/*!50001 SET collation_connection = @saved_col_connection */; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2018-07-19 5:12:47 diff --git a/openmrs/resources/placeholder b/bahmni-emr/resources/placeholder similarity index 100% rename from openmrs/resources/placeholder rename to bahmni-emr/resources/placeholder diff --git a/openmrs/resources/web.xml b/bahmni-emr/resources/web.xml old mode 100755 new mode 100644 similarity index 100% rename from openmrs/resources/web.xml rename to bahmni-emr/resources/web.xml diff --git a/bahmni-emr/scripts/postinstall.sh b/bahmni-emr/scripts/postinstall.sh index 91e37cfd..28a8c09f 100644 --- a/bahmni-emr/scripts/postinstall.sh +++ b/bahmni-emr/scripts/postinstall.sh @@ -1,21 +1,48 @@ #!/bin/bash +if [ -f /etc/bahmni-installer/bahmni.conf ]; then +. /etc/bahmni-installer/bahmni.conf +fi + +#create links +sudo ln -s /opt/openmrs/etc /etc/openmrs +sudo ln -s /opt/openmrs/bin/openmrs /etc/init.d/openmrs +sudo ln -s /opt/openmrs/run /var/run/openmrs +sudo ln -s /opt/openmrs/openmrs /var/run/openmrs/openmrs +sudo ln -s /opt/openmrs/log /var/log/openmrs + . /etc/openmrs/openmrs.conf . /etc/openmrs/bahmni-emr.conf -if [ -f /etc/bahmni-installer/bahmni.conf ]; then -. /etc/bahmni-installer/bahmni.conf +(cd /opt/openmrs/openmrs && unzip ../openmrs.war) +# restore mrs db dump if database doesn't exists + +if [ "${IS_PASSIVE:-0}" -ne "1" ]; then + (cd /opt/openmrs/openmrs && scripts/initDB.sh) fi +chkconfig --add openmrs + +#copy configs +sudo mkdir -p /opt/openmrs/openmrs/WEB-INF/classes/ && cp /opt/openmrs/etc/log4j.xml /opt/openmrs/openmrs/WEB-INF/classes/ +sudo cp -f /opt/openmrs/etc/web.xml /opt/openmrs/openmrs/WEB-INF/ -link_dirs(){ +# permissions +sudo chown -R bahmni:bahmni /opt/openmrs +sudo chown -R bahmni:bahmni /var/log/openmrs +sudo chown -R bahmni:bahmni /var/run/openmrs +sudo chown -R bahmni:bahmni /etc/init.d/openmrs +sudo chown -R bahmni:bahmni /etc/openmrs + +link_dirs() { rm -rf /home/$OPENMRS_SERVER_USER/.OpenMRS/modules ln -s $MODULE_REPO /home/$OPENMRS_SERVER_USER/.OpenMRS/modules - chown -R bahmni:bahmni /opt/openmrs/modules + chown -R bahmni:bahmni $MODULE_REPO + chown -R bahmni:bahmni /home/$OPENMRS_SERVER_USER/.OpenMRS/modules } -run_migrations(){ +run_migrations() { echo "Running openmrs liquibase-core-data.xml and liquibase-update-to-latest.xml" /opt/openmrs/etc/run-liquibase.sh liquibase-core-data.xml /opt/openmrs/etc/run-liquibase.sh liquibase-update-to-latest.xml @@ -27,7 +54,10 @@ run_migrations(){ # cp -f /opt/openmrs/modules/mail-appender-*.jar /opt/openmrs/openmrs/WEB-INF/lib/ #} -create_configuration_dirs(){ +create_configuration_dirs() { + [ -d /home/$OPENMRS_SERVER_USER/.OpenMRS ] || mkdir /home/$OPENMRS_SERVER_USER/.OpenMRS + chown -R bahmni:bahmni /home/$OPENMRS_SERVER_USER/.OpenMRS + ln -s /opt/openmrs/bahmnicore.properties /home/$OPENMRS_SERVER_USER/.OpenMRS/bahmnicore.properties mkdir -p $PATIENT_IMAGES_DIR mkdir -p $DOCUMENT_IMAGES_DIR @@ -37,6 +67,7 @@ create_configuration_dirs(){ cp -f /opt/openmrs/etc/blank-user.png $PATIENT_IMAGES_DIR/blank-user.png chown -R bahmni:bahmni /opt/openmrs + chmod -R 755 /opt/openmrs chown -R bahmni:bahmni $UPLOADS_DIR chmod 755 $UPLOADS_DIR; chmod -R 755 $PATIENT_IMAGES_DIR @@ -50,12 +81,11 @@ setupConfFiles() { cp -f /opt/openmrs/etc/emr_ssl.conf /etc/httpd/conf.d/emr_ssl.conf } +create_configuration_dirs link_dirs + + if [ "${IS_PASSIVE:-0}" -ne "1" ]; then run_migrations fi -create_configuration_dirs setupConfFiles - - - diff --git a/bahmni-emr/scripts/preinstall.sh b/bahmni-emr/scripts/preinstall.sh index 4ae3c3ba..bc06d644 100644 --- a/bahmni-emr/scripts/preinstall.sh +++ b/bahmni-emr/scripts/preinstall.sh @@ -1,4 +1,29 @@ #!/bin/bash + +rm -rf /opt/openmrs +rm -rf /etc/openmrs + +rm -rf /etc/init.d/openmrs +rm -rf /var/run/openmrs +rm -rf /var/log/openmrs + rm -f /home/bahmni/.OpenMRS/bahmnicore.properties rm -f /etc/httpd/conf.d/emr_ssl.conf + + +#create bahmni user and group if doesn't exist +USERID=bahmni +GROUPID=bahmni +/bin/id -g $GROUPID 2>/dev/null +[ $? -eq 1 ] +groupadd bahmni + +/bin/id $USERID 2>/dev/null +[ $? -eq 1 ] +useradd -g bahmni bahmni + +mkdir -p /bahmni_temp/logs +chown -R bahmni:bahmni /bahmni_temp +chmod -R 766 /bahmni_temp + diff --git a/bahmni-emr/scripts/preuninstall.sh b/bahmni-emr/scripts/preuninstall.sh index df2e84bc..1e622ef3 100644 --- a/bahmni-emr/scripts/preuninstall.sh +++ b/bahmni-emr/scripts/preuninstall.sh @@ -1,4 +1,4 @@ #!/bin/bash #stop the server -service openmrs stop || true +systemctl stop openmrs || true diff --git a/openmrs/scripts/rpm/debug.sh b/bahmni-emr/scripts/rpm/debug.sh similarity index 100% rename from openmrs/scripts/rpm/debug.sh rename to bahmni-emr/scripts/rpm/debug.sh diff --git a/openmrs/scripts/rpm/openmrs b/bahmni-emr/scripts/rpm/openmrs similarity index 90% rename from openmrs/scripts/rpm/openmrs rename to bahmni-emr/scripts/rpm/openmrs index 7a4077d2..21208078 100644 --- a/openmrs/scripts/rpm/openmrs +++ b/bahmni-emr/scripts/rpm/openmrs @@ -45,11 +45,18 @@ link_modules() { if [[ ! -e /home/$OPENMRS_SERVER_USER/.OpenMRS ]]; then mkdir /home/$OPENMRS_SERVER_USER/.OpenMRS chown bahmni:bahmni /home/$OPENMRS_SERVER_USER/.OpenMRS - ln -s /opt/openmrs/etc/openmrs-runtime.properties /home/$OPENMRS_SERVER_USER/.OpenMRS/openmrs-runtime.properties fi - if [[ ! -e/home/$OPENMRS_SERVER_USER/.OpenMRS/modules ]]; then + + if [ ! -f /home/$OPENMRS_SERVER_USER/.OpenMRS/openmrs-runtime.properties ]; then + ln -sf /opt/openmrs/etc/openmrs-runtime.properties /home/$OPENMRS_SERVER_USER/.OpenMRS/openmrs-runtime.properties + fi + + + if [[ ! -e /home/$OPENMRS_SERVER_USER/.OpenMRS/modules ]]; then ln -s $MODULE_REPO /home/$OPENMRS_SERVER_USER/.OpenMRS/modules fi + + chown -R bahmni:bahmni /home/$OPENMRS_SERVER_USER/.OpenMRS } cleanup_cache(){ diff --git a/openmrs/scripts/rpm/start.sh b/bahmni-emr/scripts/rpm/start.sh similarity index 100% rename from openmrs/scripts/rpm/start.sh rename to bahmni-emr/scripts/rpm/start.sh diff --git a/bahmni-erp-connect/resources/run-liquibase.sh b/bahmni-erp-connect/resources/run-liquibase.sh index c80bb78e..fbfcc361 100644 --- a/bahmni-erp-connect/resources/run-liquibase.sh +++ b/bahmni-erp-connect/resources/run-liquibase.sh @@ -10,7 +10,7 @@ fi CHANGE_LOG_TABLE="-Dliquibase.databaseChangeLogTableName=liquibasechangelog -Dliquibase.databaseChangeLogLockTableName=liquibasechangeloglock" LIQUIBASE_JAR="/opt/bahmni-erp-connect/bahmni-erp-connect/WEB-INF/lib/liquibase-core-2.0.3.jar" DRIVER="org.postgresql.Driver" -CREDS="--url=jdbc:postgresql://$OPENERP_DB_SERVER:5432/openerp --username=$OPENERP_DB_USERNAME --password=$OPENERP_DB_PASSWORD" +CREDS="--url=jdbc:postgresql://$OPENERP_DB_SERVER:5432/odoo --username=$OPENERP_DB_USERNAME --password=$OPENERP_DB_PASSWORD" CLASSPATH="/opt/openmrs/openmrs.war" CHANGE_LOG_FILE="/opt/bahmni-erp-connect/bahmni-erp-connect/WEB-INF/classes/sql/db_migrations.xml" diff --git a/bahmni-erp-connect/scripts/preuninstall.sh b/bahmni-erp-connect/scripts/preuninstall.sh index 0158e5c5..d7b4be14 100644 --- a/bahmni-erp-connect/scripts/preuninstall.sh +++ b/bahmni-erp-connect/scripts/preuninstall.sh @@ -1,6 +1,6 @@ #!/bin/bash #stop the server -service bahmni-erp-connect stop || true +systemctl stop bahmni-erp-connect || true diff --git a/bahmni-erp/build.gradle b/bahmni-erp/build.gradle index ff23eb5b..fd93359a 100644 --- a/bahmni-erp/build.gradle +++ b/bahmni-erp/build.gradle @@ -10,8 +10,8 @@ version project.bahmniRelease //The openerp-modules.zip file will be copied by the CI server after the artifacts are built. task extractAddons(type: Copy) { - from zipTree(file("${projectDir}/resources/openerp-modules.zip")) - into file("${buildDir}/addons/openerp-modules/") + from zipTree(file("${projectDir}/resources/odoo-modules.zip")) + into file("${buildDir}/bahmni-addons/odoo-modules/") } ospackage { @@ -19,22 +19,16 @@ ospackage { release = System.getenv('GO_PIPELINE_COUNTER') ?: "1" arch = NOARCH os = LINUX - user = 'openerp' + user = 'odoo' into '/opt/bahmni-erp' - from("${buildDir}/addons/openerp-modules/") { + from("${buildDir}/bahmni-addons/odoo-modules/") { fileMode = 0755 createDirectoryEntry = true into 'bahmni-addons' } - from("${projectDir}/resources/") { - createDirectoryEntry = true - into 'etc' - include('placeholder') - } - from("${projectDir}/scripts/rpm/") { fileMode = 0744 createDirectoryEntry = true @@ -45,11 +39,11 @@ ospackage { fileMode = 0644 createDirectoryEntry = true into 'db-dump' - include('openerp_clean_dump.sql') - include('openerp_demo_dump.sql') + include('odoo_clean_dump.sql') + include('odoo_demo_dump.sql') } - from("${buildDir}/openerp-7.0-20130301-002301.tar.gz") { + from("${buildDir}/odoo_10.0.20190619.zip") { fileMode = 0644 createDirectoryEntry = true into "." @@ -57,11 +51,11 @@ ospackage { } buildRpm { - dependsOn 'downloadOpenERP', 'extractAddons' + dependsOn 'downloadOpenERP', extractAddons requires('python-psycopg2') requires('python-lxml') - requires('PyXML') + requires('python-xmltramp') requires('python-setuptools') requires('libxslt-python') requires('python-matplotlib') @@ -70,12 +64,11 @@ buildRpm { requires('python-dateutil') requires('python-psycopg2') requires('pychart') - requires('pydot') + requires('python2-pydot') requires('python-reportlab') requires('python-devel') requires('python-imaging') requires('python-vobject') - requires('mx') requires('python-ldap') requires('python-openid') requires('python-werkzeug') @@ -83,11 +76,10 @@ buildRpm { requires('python-dateutil') requires('pygtk2') requires('glade3') - requires('pydot') + requires('python2-pydot') requires('python-matplotlib') requires('python') requires('python-psutil') - requires('python-gdata') requires('python-docutils') requires('make') requires('automake') @@ -96,24 +88,25 @@ buildRpm { requires('kernel-devel') requires('byacc') requires('poppler-utils') - requires('pywebdav') - requires('postgresql92-libs') - requires('postgresql92') + requires('postgresql96-libs') + requires('postgresql96') requires('python-unittest2') requires('python-simplejson') requires('PyYAML') requires('python-mock') requires('python-pip') requires('python-feedparser') + requires('python-gevent') postInstall file("${projectDir}/scripts/postinstall.sh") preInstall file("${projectDir}/scripts/preinstall.sh") preUninstall file("${projectDir}/scripts/preuninstall.sh") } + task downloadOpenERP(type: Download) { - onlyIf { !(new File("${buildDir}/openerp-7.0-20130301-002301.tar.gz").exists()) } + onlyIf { !(new File("${buildDir}/odoo_10.0.20190619.zip").exists()) } - src 'http://repo.mybahmni.org.s3.amazonaws.com/packages/servers/openerp-7.0-20130301-002301.tar.gz' + src 'http://repo.mybahmni.org.s3.amazonaws.com/packages/servers/odoo_10.0.20190619.zip' dest buildDir } diff --git a/bahmni-erp/resources/odoo_clean_dump.sql b/bahmni-erp/resources/odoo_clean_dump.sql new file mode 100644 index 00000000..714c1901 --- /dev/null +++ b/bahmni-erp/resources/odoo_clean_dump.sql @@ -0,0 +1,80538 @@ +-- +-- PostgreSQL database dump +-- + +-- Dumped from database version 9.6.12 +-- Dumped by pg_dump version 9.6.12 + +SET statement_timeout = 0; +SET lock_timeout = 0; +SET idle_in_transaction_session_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SELECT pg_catalog.set_config('search_path', '', false); +SET check_function_bodies = false; +SET client_min_messages = warning; +SET row_security = off; + +-- +-- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: +-- + +CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; + + +-- +-- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: +-- + +COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; + + +SET default_tablespace = ''; + +SET default_with_oids = false; + +-- +-- Name: account_account; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account ( + id integer NOT NULL, + note text, + internal_type character varying, + name character varying NOT NULL, + create_uid integer, + deprecated boolean, + company_id integer NOT NULL, + write_uid integer, + currency_id integer, + code character varying(64) NOT NULL, + write_date timestamp without time zone, + user_type_id integer NOT NULL, + create_date timestamp without time zone, + last_time_entries_checked timestamp without time zone, + reconcile boolean +); + + +ALTER TABLE public.account_account OWNER TO odoo; + +-- +-- Name: TABLE account_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account IS 'Account'; + + +-- +-- Name: COLUMN account_account.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.note IS 'Internal Notes'; + + +-- +-- Name: COLUMN account_account.internal_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.internal_type IS 'Internal Type'; + + +-- +-- Name: COLUMN account_account.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.name IS 'Name'; + + +-- +-- Name: COLUMN account_account.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_account.deprecated; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.deprecated IS 'Deprecated'; + + +-- +-- Name: COLUMN account_account.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_account.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_account.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.currency_id IS 'Account Currency'; + + +-- +-- Name: COLUMN account_account.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.code IS 'Code'; + + +-- +-- Name: COLUMN account_account.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_account.user_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.user_type_id IS 'Type'; + + +-- +-- Name: COLUMN account_account.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_account.last_time_entries_checked; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.last_time_entries_checked IS 'Latest Invoices & Payments Matching Date'; + + +-- +-- Name: COLUMN account_account.reconcile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account.reconcile IS 'Allow Reconciliation'; + + +-- +-- Name: account_account_account_tag; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_account_tag ( + account_account_id integer NOT NULL, + account_account_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_account_account_tag OWNER TO odoo; + +-- +-- Name: TABLE account_account_account_tag; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_account_tag IS 'RELATION BETWEEN account_account AND account_account_tag'; + + +-- +-- Name: account_account_financial_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_financial_report ( + report_line_id integer NOT NULL, + account_id integer NOT NULL +); + + +ALTER TABLE public.account_account_financial_report OWNER TO odoo; + +-- +-- Name: TABLE account_account_financial_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_financial_report IS 'RELATION BETWEEN account_financial_report AND account_account'; + + +-- +-- Name: account_account_financial_report_type; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_financial_report_type ( + report_id integer NOT NULL, + account_type_id integer NOT NULL +); + + +ALTER TABLE public.account_account_financial_report_type OWNER TO odoo; + +-- +-- Name: TABLE account_account_financial_report_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_financial_report_type IS 'RELATION BETWEEN account_financial_report AND account_account_type'; + + +-- +-- Name: account_account_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_account_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_account_id_seq OWNER TO odoo; + +-- +-- Name: account_account_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_account_id_seq OWNED BY public.account_account.id; + + +-- +-- Name: account_account_tag; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_tag ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + color integer, + write_uid integer, + applicability character varying NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_account_tag OWNER TO odoo; + +-- +-- Name: TABLE account_account_tag; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_tag IS 'Account Tag'; + + +-- +-- Name: COLUMN account_account_tag.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_account_tag.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.name IS 'Name'; + + +-- +-- Name: COLUMN account_account_tag.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.color IS 'Color Index'; + + +-- +-- Name: COLUMN account_account_tag.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_account_tag.applicability; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.applicability IS 'Applicability'; + + +-- +-- Name: COLUMN account_account_tag.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_account_tag.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_tag.create_date IS 'Created on'; + + +-- +-- Name: account_account_tag_account_tax_template_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_tag_account_tax_template_rel ( + account_tax_template_id integer NOT NULL, + account_account_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_account_tag_account_tax_template_rel OWNER TO odoo; + +-- +-- Name: TABLE account_account_tag_account_tax_template_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_tag_account_tax_template_rel IS 'RELATION BETWEEN account_tax_template AND account_account_tag'; + + +-- +-- Name: account_account_tag_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_account_tag_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_account_tag_id_seq OWNER TO odoo; + +-- +-- Name: account_account_tag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_account_tag_id_seq OWNED BY public.account_account_tag.id; + + +-- +-- Name: account_account_tax_default_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_tax_default_rel ( + account_id integer NOT NULL, + tax_id integer NOT NULL +); + + +ALTER TABLE public.account_account_tax_default_rel OWNER TO odoo; + +-- +-- Name: TABLE account_account_tax_default_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_tax_default_rel IS 'RELATION BETWEEN account_account AND account_tax'; + + +-- +-- Name: account_account_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_template ( + id integer NOT NULL, + note text, + code character varying(64) NOT NULL, + name character varying NOT NULL, + create_uid integer, + chart_template_id integer, + write_uid integer, + currency_id integer, + nocreate boolean, + write_date timestamp without time zone, + user_type_id integer NOT NULL, + create_date timestamp without time zone, + reconcile boolean +); + + +ALTER TABLE public.account_account_template OWNER TO odoo; + +-- +-- Name: TABLE account_account_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_template IS 'Templates for Accounts'; + + +-- +-- Name: COLUMN account_account_template.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.note IS 'Note'; + + +-- +-- Name: COLUMN account_account_template.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.code IS 'Code'; + + +-- +-- Name: COLUMN account_account_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.name IS 'Name'; + + +-- +-- Name: COLUMN account_account_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_account_template.chart_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.chart_template_id IS 'Chart Template'; + + +-- +-- Name: COLUMN account_account_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_account_template.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.currency_id IS 'Account Currency'; + + +-- +-- Name: COLUMN account_account_template.nocreate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.nocreate IS 'Optional Create'; + + +-- +-- Name: COLUMN account_account_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_account_template.user_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.user_type_id IS 'Type'; + + +-- +-- Name: COLUMN account_account_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_account_template.reconcile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_template.reconcile IS 'Allow Invoices & payments Matching'; + + +-- +-- Name: account_account_template_account_tag; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_template_account_tag ( + account_account_template_id integer NOT NULL, + account_account_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_account_template_account_tag OWNER TO odoo; + +-- +-- Name: TABLE account_account_template_account_tag; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_template_account_tag IS 'RELATION BETWEEN account_account_template AND account_account_tag'; + + +-- +-- Name: account_account_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_account_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_account_template_id_seq OWNER TO odoo; + +-- +-- Name: account_account_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_account_template_id_seq OWNED BY public.account_account_template.id; + + +-- +-- Name: account_account_template_tax_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_template_tax_rel ( + account_id integer NOT NULL, + tax_id integer NOT NULL +); + + +ALTER TABLE public.account_account_template_tax_rel OWNER TO odoo; + +-- +-- Name: TABLE account_account_template_tax_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_template_tax_rel IS 'RELATION BETWEEN account_account_template AND account_tax_template'; + + +-- +-- Name: account_account_type; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_type ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + write_uid integer, + note text, + write_date timestamp without time zone, + create_date timestamp without time zone, + include_initial_balance boolean, + type character varying NOT NULL +); + + +ALTER TABLE public.account_account_type OWNER TO odoo; + +-- +-- Name: TABLE account_account_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_type IS 'Account Type'; + + +-- +-- Name: COLUMN account_account_type.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_account_type.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.name IS 'Account Type'; + + +-- +-- Name: COLUMN account_account_type.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_account_type.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.note IS 'Description'; + + +-- +-- Name: COLUMN account_account_type.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_account_type.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_account_type.include_initial_balance; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.include_initial_balance IS 'Bring Accounts Balance Forward'; + + +-- +-- Name: COLUMN account_account_type.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_account_type.type IS 'Type'; + + +-- +-- Name: account_account_type_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_account_type_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_account_type_id_seq OWNER TO odoo; + +-- +-- Name: account_account_type_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_account_type_id_seq OWNED BY public.account_account_type.id; + + +-- +-- Name: account_account_type_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_account_type_rel ( + journal_id integer NOT NULL, + account_id integer NOT NULL +); + + +ALTER TABLE public.account_account_type_rel OWNER TO odoo; + +-- +-- Name: TABLE account_account_type_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_account_type_rel IS 'RELATION BETWEEN account_journal AND account_account'; + + +-- +-- Name: account_aged_trial_balance; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_aged_trial_balance ( + id integer NOT NULL, + create_uid integer, + period_length integer NOT NULL, + date_from date, + result_selection character varying NOT NULL, + company_id integer, + write_date timestamp without time zone, + date_to date, + create_date timestamp without time zone, + write_uid integer, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_aged_trial_balance OWNER TO odoo; + +-- +-- Name: TABLE account_aged_trial_balance; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_aged_trial_balance IS 'Account Aged Trial balance Report'; + + +-- +-- Name: COLUMN account_aged_trial_balance.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_aged_trial_balance.period_length; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.period_length IS 'Period Length (days)'; + + +-- +-- Name: COLUMN account_aged_trial_balance.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_aged_trial_balance.result_selection; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.result_selection IS 'Partner''s'; + + +-- +-- Name: COLUMN account_aged_trial_balance.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_aged_trial_balance.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_aged_trial_balance.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_aged_trial_balance.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_aged_trial_balance.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_aged_trial_balance.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_aged_trial_balance.target_move IS 'Target Moves'; + + +-- +-- Name: account_aged_trial_balance_account_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_aged_trial_balance_account_journal_rel ( + account_aged_trial_balance_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_aged_trial_balance_account_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_aged_trial_balance_account_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_aged_trial_balance_account_journal_rel IS 'RELATION BETWEEN account_aged_trial_balance AND account_journal'; + + +-- +-- Name: account_aged_trial_balance_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_aged_trial_balance_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_aged_trial_balance_id_seq OWNER TO odoo; + +-- +-- Name: account_aged_trial_balance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_aged_trial_balance_id_seq OWNED BY public.account_aged_trial_balance.id; + + +-- +-- Name: account_analytic_account; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_account ( + id integer NOT NULL, + code character varying, + create_date timestamp without time zone, + write_uid integer, + partner_id integer, + create_uid integer, + message_last_post timestamp without time zone, + company_id integer NOT NULL, + write_date timestamp without time zone, + active boolean, + name character varying NOT NULL +); + + +ALTER TABLE public.account_analytic_account OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_account IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_analytic_account.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.code IS 'Reference'; + + +-- +-- Name: COLUMN account_analytic_account.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_analytic_account.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_analytic_account.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.partner_id IS 'Customer'; + + +-- +-- Name: COLUMN account_analytic_account.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_analytic_account.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN account_analytic_account.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_analytic_account.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_analytic_account.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.active IS 'Active'; + + +-- +-- Name: COLUMN account_analytic_account.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_account.name IS 'Analytic Account'; + + +-- +-- Name: account_analytic_account_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_analytic_account_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_analytic_account_id_seq OWNER TO odoo; + +-- +-- Name: account_analytic_account_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_analytic_account_id_seq OWNED BY public.account_analytic_account.id; + + +-- +-- Name: account_analytic_account_tag_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_account_tag_rel ( + account_id integer NOT NULL, + tag_id integer NOT NULL +); + + +ALTER TABLE public.account_analytic_account_tag_rel OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_account_tag_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_account_tag_rel IS 'RELATION BETWEEN account_analytic_account AND account_analytic_tag'; + + +-- +-- Name: account_analytic_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_line ( + id integer NOT NULL, + create_uid integer, + user_id integer, + account_id integer NOT NULL, + company_id integer, + write_uid integer, + amount numeric NOT NULL, + unit_amount double precision, + date date NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + partner_id integer, + name character varying NOT NULL, + code character varying(8), + currency_id integer, + ref character varying, + general_account_id integer, + move_id integer, + product_id integer, + product_uom_id integer, + amount_currency numeric, + so_line integer +); + + +ALTER TABLE public.account_analytic_line OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_line IS 'Analytic Line'; + + +-- +-- Name: COLUMN account_analytic_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_analytic_line.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.user_id IS 'User'; + + +-- +-- Name: COLUMN account_analytic_line.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.account_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_analytic_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_analytic_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_analytic_line.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_analytic_line.unit_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.unit_amount IS 'Quantity'; + + +-- +-- Name: COLUMN account_analytic_line.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.date IS 'Date'; + + +-- +-- Name: COLUMN account_analytic_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_analytic_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_analytic_line.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_analytic_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.name IS 'Description'; + + +-- +-- Name: COLUMN account_analytic_line.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.code IS 'Code'; + + +-- +-- Name: COLUMN account_analytic_line.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.currency_id IS 'Account Currency'; + + +-- +-- Name: COLUMN account_analytic_line.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.ref IS 'Ref.'; + + +-- +-- Name: COLUMN account_analytic_line.general_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.general_account_id IS 'Financial Account'; + + +-- +-- Name: COLUMN account_analytic_line.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.move_id IS 'Move Line'; + + +-- +-- Name: COLUMN account_analytic_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN account_analytic_line.product_uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.product_uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN account_analytic_line.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.amount_currency IS 'Amount currency'; + + +-- +-- Name: COLUMN account_analytic_line.so_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_line.so_line IS 'Sale Order Line'; + + +-- +-- Name: account_analytic_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_analytic_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_analytic_line_id_seq OWNER TO odoo; + +-- +-- Name: account_analytic_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_analytic_line_id_seq OWNED BY public.account_analytic_line.id; + + +-- +-- Name: account_analytic_line_tag_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_line_tag_rel ( + line_id integer NOT NULL, + tag_id integer NOT NULL +); + + +ALTER TABLE public.account_analytic_line_tag_rel OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_line_tag_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_line_tag_rel IS 'RELATION BETWEEN account_analytic_line AND account_analytic_tag'; + + +-- +-- Name: account_analytic_tag; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_tag ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + color integer, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.account_analytic_tag OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_tag; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_tag IS 'Analytic Tags'; + + +-- +-- Name: COLUMN account_analytic_tag.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_tag.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_analytic_tag.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_tag.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_analytic_tag.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_tag.name IS 'Analytic Tag'; + + +-- +-- Name: COLUMN account_analytic_tag.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_tag.color IS 'Color Index'; + + +-- +-- Name: COLUMN account_analytic_tag.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_tag.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_analytic_tag.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_analytic_tag.write_date IS 'Last Updated on'; + + +-- +-- Name: account_analytic_tag_account_invoice_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_tag_account_invoice_line_rel ( + account_invoice_line_id integer NOT NULL, + account_analytic_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_analytic_tag_account_invoice_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_tag_account_invoice_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_tag_account_invoice_line_rel IS 'RELATION BETWEEN account_invoice_line AND account_analytic_tag'; + + +-- +-- Name: account_analytic_tag_account_move_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_tag_account_move_line_rel ( + account_move_line_id integer NOT NULL, + account_analytic_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_analytic_tag_account_move_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_tag_account_move_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_tag_account_move_line_rel IS 'RELATION BETWEEN account_move_line AND account_analytic_tag'; + + +-- +-- Name: account_analytic_tag_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_analytic_tag_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_analytic_tag_id_seq OWNER TO odoo; + +-- +-- Name: account_analytic_tag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_analytic_tag_id_seq OWNED BY public.account_analytic_tag.id; + + +-- +-- Name: account_analytic_tag_purchase_order_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_tag_purchase_order_line_rel ( + purchase_order_line_id integer NOT NULL, + account_analytic_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_analytic_tag_purchase_order_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_tag_purchase_order_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_tag_purchase_order_line_rel IS 'RELATION BETWEEN purchase_order_line AND account_analytic_tag'; + + +-- +-- Name: account_analytic_tag_sale_order_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_analytic_tag_sale_order_line_rel ( + sale_order_line_id integer NOT NULL, + account_analytic_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_analytic_tag_sale_order_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_analytic_tag_sale_order_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_analytic_tag_sale_order_line_rel IS 'RELATION BETWEEN sale_order_line AND account_analytic_tag'; + + +-- +-- Name: account_balance_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_balance_report ( + id integer NOT NULL, + create_uid integer, + date_from date, + company_id integer, + write_date timestamp without time zone, + date_to date, + create_date timestamp without time zone, + write_uid integer, + display_account character varying NOT NULL, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_balance_report OWNER TO odoo; + +-- +-- Name: TABLE account_balance_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_balance_report IS 'Trial Balance Report'; + + +-- +-- Name: COLUMN account_balance_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_balance_report.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_balance_report.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_balance_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_balance_report.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_balance_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_balance_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_balance_report.display_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.display_account IS 'Display Accounts'; + + +-- +-- Name: COLUMN account_balance_report.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_balance_report.target_move IS 'Target Moves'; + + +-- +-- Name: account_balance_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_balance_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_balance_report_id_seq OWNER TO odoo; + +-- +-- Name: account_balance_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_balance_report_id_seq OWNED BY public.account_balance_report.id; + + +-- +-- Name: account_balance_report_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_balance_report_journal_rel ( + account_id integer NOT NULL, + journal_id integer NOT NULL +); + + +ALTER TABLE public.account_balance_report_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_balance_report_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_balance_report_journal_rel IS 'RELATION BETWEEN account_balance_report AND account_journal'; + + +-- +-- Name: account_bank_accounts_wizard; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_accounts_wizard ( + id integer NOT NULL, + create_uid integer, + acc_name character varying NOT NULL, + currency_id integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + account_type character varying, + write_uid integer, + bank_account_id integer NOT NULL +); + + +ALTER TABLE public.account_bank_accounts_wizard OWNER TO odoo; + +-- +-- Name: TABLE account_bank_accounts_wizard; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_accounts_wizard IS 'account.bank.accounts.wizard'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.acc_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.acc_name IS 'Account Name.'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.currency_id IS 'Account Currency'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.account_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.account_type IS 'Account type'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_bank_accounts_wizard.bank_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_accounts_wizard.bank_account_id IS 'Bank Account'; + + +-- +-- Name: account_bank_accounts_wizard_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_accounts_wizard_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_accounts_wizard_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_accounts_wizard_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_accounts_wizard_id_seq OWNED BY public.account_bank_accounts_wizard.id; + + +-- +-- Name: account_bank_statement; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_statement ( + id integer NOT NULL, + create_date timestamp without time zone, + date_done timestamp without time zone, + balance_start numeric, + journal_id integer NOT NULL, + create_uid integer, + user_id integer, + reference character varying, + message_last_post timestamp without time zone, + company_id integer, + state character varying NOT NULL, + cashbox_start_id integer, + cashbox_end_id integer, + write_uid integer, + total_entry_encoding numeric, + write_date timestamp without time zone, + date date NOT NULL, + difference numeric, + name character varying, + balance_end numeric, + balance_end_real numeric +); + + +ALTER TABLE public.account_bank_statement OWNER TO odoo; + +-- +-- Name: TABLE account_bank_statement; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_statement IS 'Bank Statement'; + + +-- +-- Name: COLUMN account_bank_statement.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_bank_statement.date_done; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.date_done IS 'Closed On'; + + +-- +-- Name: COLUMN account_bank_statement.balance_start; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.balance_start IS 'Starting Balance'; + + +-- +-- Name: COLUMN account_bank_statement.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_bank_statement.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_statement.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.user_id IS 'Responsible'; + + +-- +-- Name: COLUMN account_bank_statement.reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.reference IS 'External Reference'; + + +-- +-- Name: COLUMN account_bank_statement.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN account_bank_statement.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_bank_statement.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.state IS 'Status'; + + +-- +-- Name: COLUMN account_bank_statement.cashbox_start_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.cashbox_start_id IS 'Starting Cashbox'; + + +-- +-- Name: COLUMN account_bank_statement.cashbox_end_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.cashbox_end_id IS 'Ending Cashbox'; + + +-- +-- Name: COLUMN account_bank_statement.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_bank_statement.total_entry_encoding; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.total_entry_encoding IS 'Transactions Subtotal'; + + +-- +-- Name: COLUMN account_bank_statement.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_bank_statement.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.date IS 'Date'; + + +-- +-- Name: COLUMN account_bank_statement.difference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.difference IS 'Difference'; + + +-- +-- Name: COLUMN account_bank_statement.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.name IS 'Reference'; + + +-- +-- Name: COLUMN account_bank_statement.balance_end; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.balance_end IS 'Computed Balance'; + + +-- +-- Name: COLUMN account_bank_statement.balance_end_real; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement.balance_end_real IS 'Ending Balance'; + + +-- +-- Name: account_bank_statement_cashbox; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_statement_cashbox ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_bank_statement_cashbox OWNER TO odoo; + +-- +-- Name: TABLE account_bank_statement_cashbox; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_statement_cashbox IS 'Account Bank Statement Cashbox Details'; + + +-- +-- Name: COLUMN account_bank_statement_cashbox.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_cashbox.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_statement_cashbox.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_cashbox.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_bank_statement_cashbox.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_cashbox.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_bank_statement_cashbox.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_cashbox.create_date IS 'Created on'; + + +-- +-- Name: account_bank_statement_cashbox_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_statement_cashbox_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_statement_cashbox_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_statement_cashbox_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_statement_cashbox_id_seq OWNED BY public.account_bank_statement_cashbox.id; + + +-- +-- Name: account_bank_statement_closebalance; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_statement_closebalance ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.account_bank_statement_closebalance OWNER TO odoo; + +-- +-- Name: TABLE account_bank_statement_closebalance; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_statement_closebalance IS 'Account Bank Statement closing balance'; + + +-- +-- Name: COLUMN account_bank_statement_closebalance.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_closebalance.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_statement_closebalance.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_closebalance.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_bank_statement_closebalance.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_closebalance.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_bank_statement_closebalance.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_closebalance.write_date IS 'Last Updated on'; + + +-- +-- Name: account_bank_statement_closebalance_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_statement_closebalance_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_statement_closebalance_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_statement_closebalance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_statement_closebalance_id_seq OWNED BY public.account_bank_statement_closebalance.id; + + +-- +-- Name: account_bank_statement_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_statement_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_statement_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_statement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_statement_id_seq OWNED BY public.account_bank_statement.id; + + +-- +-- Name: account_bank_statement_import; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_statement_import ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + data_file bytea NOT NULL, + filename character varying, + write_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.account_bank_statement_import OWNER TO odoo; + +-- +-- Name: TABLE account_bank_statement_import; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_statement_import IS 'Import Bank Statement'; + + +-- +-- Name: COLUMN account_bank_statement_import.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_statement_import.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_bank_statement_import.data_file; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import.data_file IS 'Bank Statement File'; + + +-- +-- Name: COLUMN account_bank_statement_import.filename; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import.filename IS 'Filename'; + + +-- +-- Name: COLUMN account_bank_statement_import.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_bank_statement_import.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import.write_uid IS 'Last Updated by'; + + +-- +-- Name: account_bank_statement_import_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_statement_import_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_statement_import_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_statement_import_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_statement_import_id_seq OWNED BY public.account_bank_statement_import.id; + + +-- +-- Name: account_bank_statement_import_journal_creation; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_statement_import_journal_creation ( + id integer NOT NULL, + create_date timestamp without time zone, + journal_id integer NOT NULL, + create_uid integer, + write_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.account_bank_statement_import_journal_creation OWNER TO odoo; + +-- +-- Name: TABLE account_bank_statement_import_journal_creation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_statement_import_journal_creation IS 'Import Bank Statement Journal Creation Wizard'; + + +-- +-- Name: COLUMN account_bank_statement_import_journal_creation.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import_journal_creation.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_bank_statement_import_journal_creation.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import_journal_creation.journal_id IS 'Journal id'; + + +-- +-- Name: COLUMN account_bank_statement_import_journal_creation.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import_journal_creation.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_statement_import_journal_creation.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import_journal_creation.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_bank_statement_import_journal_creation.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_import_journal_creation.write_uid IS 'Last Updated by'; + + +-- +-- Name: account_bank_statement_import_journal_creation_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_statement_import_journal_creation_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_statement_import_journal_creation_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_statement_import_journal_creation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_statement_import_journal_creation_id_seq OWNED BY public.account_bank_statement_import_journal_creation.id; + + +-- +-- Name: account_bank_statement_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_bank_statement_line ( + id integer NOT NULL, + create_date timestamp without time zone, + statement_id integer NOT NULL, + sequence integer, + journal_id integer, + partner_id integer, + create_uid integer, + partner_name character varying, + company_id integer, + bank_account_id integer, + note text, + ref character varying, + account_id integer, + move_name character varying, + write_date timestamp without time zone, + date date NOT NULL, + write_uid integer, + currency_id integer, + name character varying NOT NULL, + amount numeric, + amount_currency numeric, + unique_import_id character varying +); + + +ALTER TABLE public.account_bank_statement_line OWNER TO odoo; + +-- +-- Name: TABLE account_bank_statement_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_bank_statement_line IS 'Bank Statement Line'; + + +-- +-- Name: COLUMN account_bank_statement_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_bank_statement_line.statement_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.statement_id IS 'Statement'; + + +-- +-- Name: COLUMN account_bank_statement_line.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_bank_statement_line.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_bank_statement_line.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_bank_statement_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_bank_statement_line.partner_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.partner_name IS 'Partner name'; + + +-- +-- Name: COLUMN account_bank_statement_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_bank_statement_line.bank_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.bank_account_id IS 'Bank Account'; + + +-- +-- Name: COLUMN account_bank_statement_line.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.note IS 'Notes'; + + +-- +-- Name: COLUMN account_bank_statement_line.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.ref IS 'Reference'; + + +-- +-- Name: COLUMN account_bank_statement_line.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.account_id IS 'Counterpart Account'; + + +-- +-- Name: COLUMN account_bank_statement_line.move_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.move_name IS 'Journal Entry Name'; + + +-- +-- Name: COLUMN account_bank_statement_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_bank_statement_line.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.date IS 'Date'; + + +-- +-- Name: COLUMN account_bank_statement_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_bank_statement_line.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_bank_statement_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.name IS 'Label'; + + +-- +-- Name: COLUMN account_bank_statement_line.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_bank_statement_line.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.amount_currency IS 'Amount currency'; + + +-- +-- Name: COLUMN account_bank_statement_line.unique_import_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_bank_statement_line.unique_import_id IS 'Import ID'; + + +-- +-- Name: account_bank_statement_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_bank_statement_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_bank_statement_line_id_seq OWNER TO odoo; + +-- +-- Name: account_bank_statement_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_bank_statement_line_id_seq OWNED BY public.account_bank_statement_line.id; + + +-- +-- Name: account_cashbox_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_cashbox_line ( + id integer NOT NULL, + create_uid integer, + number integer, + cashbox_id integer, + write_uid integer, + write_date timestamp without time zone, + coin_value numeric NOT NULL, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_cashbox_line OWNER TO odoo; + +-- +-- Name: TABLE account_cashbox_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_cashbox_line IS 'CashBox Line'; + + +-- +-- Name: COLUMN account_cashbox_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_cashbox_line.number; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.number IS 'Number of Coins/Bills'; + + +-- +-- Name: COLUMN account_cashbox_line.cashbox_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.cashbox_id IS 'Cashbox'; + + +-- +-- Name: COLUMN account_cashbox_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_cashbox_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_cashbox_line.coin_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.coin_value IS 'Coin/Bill Value'; + + +-- +-- Name: COLUMN account_cashbox_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_cashbox_line.create_date IS 'Created on'; + + +-- +-- Name: account_cashbox_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_cashbox_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_cashbox_line_id_seq OWNER TO odoo; + +-- +-- Name: account_cashbox_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_cashbox_line_id_seq OWNED BY public.account_cashbox_line.id; + + +-- +-- Name: account_chart_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_chart_template ( + id integer NOT NULL, + bank_account_code_prefix character varying, + cash_account_code_prefix character varying, + create_date timestamp without time zone, + write_uid integer, + currency_id integer NOT NULL, + visible boolean, + property_account_receivable_id integer, + property_stock_valuation_account_id integer, + create_uid integer, + complete_tax_set boolean, + parent_id integer, + transfer_account_id integer NOT NULL, + company_id integer, + expense_currency_exchange_account_id integer, + property_stock_account_output_categ_id integer, + property_account_income_categ_id integer, + property_stock_account_input_categ_id integer, + property_account_income_id integer, + property_account_expense_categ_id integer, + write_date timestamp without time zone, + use_anglo_saxon boolean, + code_digits integer NOT NULL, + name character varying NOT NULL, + property_account_expense_id integer, + property_account_payable_id integer, + income_currency_exchange_account_id integer +); + + +ALTER TABLE public.account_chart_template OWNER TO odoo; + +-- +-- Name: TABLE account_chart_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_chart_template IS 'Templates for Account Chart'; + + +-- +-- Name: COLUMN account_chart_template.bank_account_code_prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.bank_account_code_prefix IS 'Prefix of the bank accounts'; + + +-- +-- Name: COLUMN account_chart_template.cash_account_code_prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.cash_account_code_prefix IS 'Prefix of the main cash accounts'; + + +-- +-- Name: COLUMN account_chart_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_chart_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_chart_template.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_chart_template.visible; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.visible IS 'Can be Visible?'; + + +-- +-- Name: COLUMN account_chart_template.property_account_receivable_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_account_receivable_id IS 'Receivable Account'; + + +-- +-- Name: COLUMN account_chart_template.property_stock_valuation_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_stock_valuation_account_id IS 'Account Template for Stock Valuation'; + + +-- +-- Name: COLUMN account_chart_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_chart_template.complete_tax_set; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.complete_tax_set IS 'Complete Set of Taxes'; + + +-- +-- Name: COLUMN account_chart_template.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.parent_id IS 'Parent Chart Template'; + + +-- +-- Name: COLUMN account_chart_template.transfer_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.transfer_account_id IS 'Transfer Account'; + + +-- +-- Name: COLUMN account_chart_template.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_chart_template.expense_currency_exchange_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.expense_currency_exchange_account_id IS 'Loss Exchange Rate Account'; + + +-- +-- Name: COLUMN account_chart_template.property_stock_account_output_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_stock_account_output_categ_id IS 'Output Account for Stock Valuation'; + + +-- +-- Name: COLUMN account_chart_template.property_account_income_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_account_income_categ_id IS 'Category of Income Account'; + + +-- +-- Name: COLUMN account_chart_template.property_stock_account_input_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_stock_account_input_categ_id IS 'Input Account for Stock Valuation'; + + +-- +-- Name: COLUMN account_chart_template.property_account_income_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_account_income_id IS 'Income Account on Product Template'; + + +-- +-- Name: COLUMN account_chart_template.property_account_expense_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_account_expense_categ_id IS 'Category of Expense Account'; + + +-- +-- Name: COLUMN account_chart_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_chart_template.use_anglo_saxon; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.use_anglo_saxon IS 'Use Anglo-Saxon accounting'; + + +-- +-- Name: COLUMN account_chart_template.code_digits; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.code_digits IS '# of Digits'; + + +-- +-- Name: COLUMN account_chart_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.name IS 'Name'; + + +-- +-- Name: COLUMN account_chart_template.property_account_expense_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_account_expense_id IS 'Expense Account on Product Template'; + + +-- +-- Name: COLUMN account_chart_template.property_account_payable_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.property_account_payable_id IS 'Payable Account'; + + +-- +-- Name: COLUMN account_chart_template.income_currency_exchange_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_chart_template.income_currency_exchange_account_id IS 'Gain Exchange Rate Account'; + + +-- +-- Name: account_chart_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_chart_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_chart_template_id_seq OWNER TO odoo; + +-- +-- Name: account_chart_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_chart_template_id_seq OWNED BY public.account_chart_template.id; + + +-- +-- Name: account_common_account_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_account_report ( + id integer NOT NULL, + create_uid integer, + date_from date, + company_id integer, + write_date timestamp without time zone, + date_to date, + create_date timestamp without time zone, + write_uid integer, + display_account character varying NOT NULL, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_common_account_report OWNER TO odoo; + +-- +-- Name: TABLE account_common_account_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_account_report IS 'Account Common Account Report'; + + +-- +-- Name: COLUMN account_common_account_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_common_account_report.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_common_account_report.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_common_account_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_common_account_report.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_common_account_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_common_account_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_common_account_report.display_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.display_account IS 'Display Accounts'; + + +-- +-- Name: COLUMN account_common_account_report.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_account_report.target_move IS 'Target Moves'; + + +-- +-- Name: account_common_account_report_account_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_account_report_account_journal_rel ( + account_common_account_report_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_common_account_report_account_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_common_account_report_account_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_account_report_account_journal_rel IS 'RELATION BETWEEN account_common_account_report AND account_journal'; + + +-- +-- Name: account_common_account_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_common_account_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_common_account_report_id_seq OWNER TO odoo; + +-- +-- Name: account_common_account_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_common_account_report_id_seq OWNED BY public.account_common_account_report.id; + + +-- +-- Name: account_common_journal_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_journal_report ( + id integer NOT NULL, + create_uid integer, + date_from date, + company_id integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + date_to date, + amount_currency boolean, + write_uid integer, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_common_journal_report OWNER TO odoo; + +-- +-- Name: TABLE account_common_journal_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_journal_report IS 'Account Common Journal Report'; + + +-- +-- Name: COLUMN account_common_journal_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_common_journal_report.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_common_journal_report.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_common_journal_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_common_journal_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_common_journal_report.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_common_journal_report.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.amount_currency IS 'With Currency'; + + +-- +-- Name: COLUMN account_common_journal_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_common_journal_report.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_journal_report.target_move IS 'Target Moves'; + + +-- +-- Name: account_common_journal_report_account_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_journal_report_account_journal_rel ( + account_common_journal_report_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_common_journal_report_account_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_common_journal_report_account_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_journal_report_account_journal_rel IS 'RELATION BETWEEN account_common_journal_report AND account_journal'; + + +-- +-- Name: account_common_journal_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_common_journal_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_common_journal_report_id_seq OWNER TO odoo; + +-- +-- Name: account_common_journal_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_common_journal_report_id_seq OWNED BY public.account_common_journal_report.id; + + +-- +-- Name: account_common_partner_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_partner_report ( + id integer NOT NULL, + create_uid integer, + date_from date, + result_selection character varying NOT NULL, + company_id integer, + write_date timestamp without time zone, + date_to date, + create_date timestamp without time zone, + write_uid integer, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_common_partner_report OWNER TO odoo; + +-- +-- Name: TABLE account_common_partner_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_partner_report IS 'Account Common Partner Report'; + + +-- +-- Name: COLUMN account_common_partner_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_common_partner_report.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_common_partner_report.result_selection; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.result_selection IS 'Partner''s'; + + +-- +-- Name: COLUMN account_common_partner_report.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_common_partner_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_common_partner_report.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_common_partner_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_common_partner_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_common_partner_report.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_partner_report.target_move IS 'Target Moves'; + + +-- +-- Name: account_common_partner_report_account_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_partner_report_account_journal_rel ( + account_common_partner_report_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_common_partner_report_account_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_common_partner_report_account_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_partner_report_account_journal_rel IS 'RELATION BETWEEN account_common_partner_report AND account_journal'; + + +-- +-- Name: account_common_partner_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_common_partner_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_common_partner_report_id_seq OWNER TO odoo; + +-- +-- Name: account_common_partner_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_common_partner_report_id_seq OWNED BY public.account_common_partner_report.id; + + +-- +-- Name: account_common_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_report ( + id integer NOT NULL, + create_uid integer, + date_from date, + company_id integer, + write_date timestamp without time zone, + date_to date, + create_date timestamp without time zone, + write_uid integer, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_common_report OWNER TO odoo; + +-- +-- Name: TABLE account_common_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_report IS 'Account Common Report'; + + +-- +-- Name: COLUMN account_common_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_common_report.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_common_report.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_common_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_common_report.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_common_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_common_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_common_report.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_common_report.target_move IS 'Target Moves'; + + +-- +-- Name: account_common_report_account_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_common_report_account_journal_rel ( + account_common_report_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_common_report_account_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_common_report_account_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_common_report_account_journal_rel IS 'RELATION BETWEEN account_common_report AND account_journal'; + + +-- +-- Name: account_common_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_common_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_common_report_id_seq OWNER TO odoo; + +-- +-- Name: account_common_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_common_report_id_seq OWNED BY public.account_common_report.id; + + +-- +-- Name: account_config_settings; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_config_settings ( + id integer NOT NULL, + create_date timestamp without time zone, + module_account_asset boolean, + write_uid integer, + module_account_accountant boolean, + has_chart_of_accounts boolean, + create_uid integer, + complete_tax_set boolean, + template_transfer_account_id integer, + module_account_sepa boolean, + module_account_bank_statement_import_csv boolean, + module_account_budget boolean, + company_id integer NOT NULL, + group_warning_account integer, + group_multi_currency boolean, + group_proforma_invoices boolean, + module_account_reports boolean, + module_account_plaid boolean, + has_default_company boolean, + purchase_tax_rate double precision, + module_account_bank_statement_import_ofx boolean, + module_l10n_us_check_printing boolean, + default_purchase_tax_id integer, + write_date timestamp without time zone, + sale_tax_rate double precision, + module_account_batch_deposit boolean, + module_account_yodlee boolean, + module_account_tax_cash_basis boolean, + chart_template_id integer, + default_sale_tax_id integer, + sale_tax_id integer, + module_account_bank_statement_import_qif boolean, + group_analytic_accounting boolean, + module_account_deferred_revenue boolean, + module_account_reports_followup boolean, + purchase_tax_id integer, + group_analytic_account_for_sales boolean, + group_analytic_account_for_purchases boolean +); + + +ALTER TABLE public.account_config_settings OWNER TO odoo; + +-- +-- Name: TABLE account_config_settings; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_config_settings IS 'account.config.settings'; + + +-- +-- Name: COLUMN account_config_settings.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_config_settings.module_account_asset; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_asset IS 'Assets management'; + + +-- +-- Name: COLUMN account_config_settings.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_config_settings.module_account_accountant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_accountant IS 'Full accounting features: journals, legal statements, chart of accounts, etc.'; + + +-- +-- Name: COLUMN account_config_settings.has_chart_of_accounts; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.has_chart_of_accounts IS 'Company has a chart of accounts'; + + +-- +-- Name: COLUMN account_config_settings.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_config_settings.complete_tax_set; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.complete_tax_set IS 'Complete set of taxes'; + + +-- +-- Name: COLUMN account_config_settings.template_transfer_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.template_transfer_account_id IS 'Template transfer account id'; + + +-- +-- Name: COLUMN account_config_settings.module_account_sepa; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_sepa IS 'Use SEPA payments'; + + +-- +-- Name: COLUMN account_config_settings.module_account_bank_statement_import_csv; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_bank_statement_import_csv IS 'Import in .csv format'; + + +-- +-- Name: COLUMN account_config_settings.module_account_budget; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_budget IS 'Budget management'; + + +-- +-- Name: COLUMN account_config_settings.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_config_settings.group_warning_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.group_warning_account IS 'Warning'; + + +-- +-- Name: COLUMN account_config_settings.group_multi_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.group_multi_currency IS 'Allow multi currencies'; + + +-- +-- Name: COLUMN account_config_settings.group_proforma_invoices; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.group_proforma_invoices IS 'Allow pro-forma invoices'; + + +-- +-- Name: COLUMN account_config_settings.module_account_reports; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_reports IS 'Get dynamic accounting reports'; + + +-- +-- Name: COLUMN account_config_settings.module_account_plaid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_plaid IS 'Plaid Connector'; + + +-- +-- Name: COLUMN account_config_settings.has_default_company; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.has_default_company IS 'Has default company'; + + +-- +-- Name: COLUMN account_config_settings.purchase_tax_rate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.purchase_tax_rate IS 'Purchase tax (%)'; + + +-- +-- Name: COLUMN account_config_settings.module_account_bank_statement_import_ofx; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_bank_statement_import_ofx IS 'Import in .ofx format'; + + +-- +-- Name: COLUMN account_config_settings.module_l10n_us_check_printing; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_l10n_us_check_printing IS 'Allow check printing and deposits'; + + +-- +-- Name: COLUMN account_config_settings.default_purchase_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.default_purchase_tax_id IS 'Default Purchase Tax'; + + +-- +-- Name: COLUMN account_config_settings.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_config_settings.sale_tax_rate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.sale_tax_rate IS 'Sales tax (%)'; + + +-- +-- Name: COLUMN account_config_settings.module_account_batch_deposit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_batch_deposit IS 'Use batch deposit'; + + +-- +-- Name: COLUMN account_config_settings.module_account_yodlee; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_yodlee IS 'Bank Interface - Sync your bank feeds automatically'; + + +-- +-- Name: COLUMN account_config_settings.module_account_tax_cash_basis; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_tax_cash_basis IS 'Allow Tax Cash Basis'; + + +-- +-- Name: COLUMN account_config_settings.chart_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.chart_template_id IS 'Template'; + + +-- +-- Name: COLUMN account_config_settings.default_sale_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.default_sale_tax_id IS 'Default Sale Tax'; + + +-- +-- Name: COLUMN account_config_settings.sale_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.sale_tax_id IS 'Default sale tax'; + + +-- +-- Name: COLUMN account_config_settings.module_account_bank_statement_import_qif; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_bank_statement_import_qif IS 'Import .qif files'; + + +-- +-- Name: COLUMN account_config_settings.group_analytic_accounting; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.group_analytic_accounting IS 'Analytic accounting'; + + +-- +-- Name: COLUMN account_config_settings.module_account_deferred_revenue; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_deferred_revenue IS 'Revenue Recognition'; + + +-- +-- Name: COLUMN account_config_settings.module_account_reports_followup; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.module_account_reports_followup IS 'Enable payment followup management'; + + +-- +-- Name: COLUMN account_config_settings.purchase_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.purchase_tax_id IS 'Default purchase tax'; + + +-- +-- Name: COLUMN account_config_settings.group_analytic_account_for_sales; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.group_analytic_account_for_sales IS 'Analytic accounting for sales'; + + +-- +-- Name: COLUMN account_config_settings.group_analytic_account_for_purchases; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_config_settings.group_analytic_account_for_purchases IS 'Analytic accounting for purchases'; + + +-- +-- Name: account_config_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_config_settings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_config_settings_id_seq OWNER TO odoo; + +-- +-- Name: account_config_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_config_settings_id_seq OWNED BY public.account_config_settings.id; + + +-- +-- Name: account_invoice; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice ( + id integer NOT NULL, + comment text, + date_due date, + create_date timestamp without time zone, + partner_bank_id integer, + number character varying, + journal_id integer NOT NULL, + amount_total_company_signed numeric, + residual numeric, + partner_id integer NOT NULL, + create_uid integer, + amount_untaxed numeric, + reference character varying, + residual_company_signed numeric, + amount_total_signed numeric, + message_last_post timestamp without time zone, + company_id integer NOT NULL, + amount_tax numeric, + state character varying, + move_id integer, + type character varying, + sent boolean, + account_id integer NOT NULL, + reconciled boolean, + origin character varying, + move_name character varying, + reference_type character varying NOT NULL, + date_invoice date, + payment_term_id integer, + write_date timestamp without time zone, + residual_signed numeric, + date date, + user_id integer, + write_uid integer, + fiscal_position_id integer, + amount_total numeric, + amount_untaxed_signed numeric, + currency_id integer NOT NULL, + refund_invoice_id integer, + name character varying, + commercial_partner_id integer, + discount_percentage double precision, + disc_acc_id integer, + discount numeric, + discount_type character varying, + partner_shipping_id integer, + team_id integer, + incoterms_id integer, + purchase_id integer +); + + +ALTER TABLE public.account_invoice OWNER TO odoo; + +-- +-- Name: TABLE account_invoice; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice IS 'Invoice'; + + +-- +-- Name: COLUMN account_invoice.comment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.comment IS 'Additional Information'; + + +-- +-- Name: COLUMN account_invoice.date_due; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.date_due IS 'Due Date'; + + +-- +-- Name: COLUMN account_invoice.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_invoice.partner_bank_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.partner_bank_id IS 'Bank Account'; + + +-- +-- Name: COLUMN account_invoice.number; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.number IS 'Number'; + + +-- +-- Name: COLUMN account_invoice.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_invoice.amount_total_company_signed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.amount_total_company_signed IS 'Total in Company Currency'; + + +-- +-- Name: COLUMN account_invoice.residual; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.residual IS 'Amount Due'; + + +-- +-- Name: COLUMN account_invoice.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_invoice.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_invoice.amount_untaxed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.amount_untaxed IS 'Untaxed Amount'; + + +-- +-- Name: COLUMN account_invoice.reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.reference IS 'Vendor Reference'; + + +-- +-- Name: COLUMN account_invoice.residual_company_signed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.residual_company_signed IS 'Amount Due in Company Currency'; + + +-- +-- Name: COLUMN account_invoice.amount_total_signed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.amount_total_signed IS 'Total in Invoice Currency'; + + +-- +-- Name: COLUMN account_invoice.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN account_invoice.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_invoice.amount_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.amount_tax IS 'Tax'; + + +-- +-- Name: COLUMN account_invoice.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.state IS 'Status'; + + +-- +-- Name: COLUMN account_invoice.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.move_id IS 'Journal Entry'; + + +-- +-- Name: COLUMN account_invoice.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.type IS 'Type'; + + +-- +-- Name: COLUMN account_invoice.sent; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.sent IS 'Sent'; + + +-- +-- Name: COLUMN account_invoice.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_invoice.reconciled; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.reconciled IS 'Paid/Reconciled'; + + +-- +-- Name: COLUMN account_invoice.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.origin IS 'Source Document'; + + +-- +-- Name: COLUMN account_invoice.move_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.move_name IS 'Journal Entry Name'; + + +-- +-- Name: COLUMN account_invoice.reference_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.reference_type IS 'Payment Reference'; + + +-- +-- Name: COLUMN account_invoice.date_invoice; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.date_invoice IS 'Invoice Date'; + + +-- +-- Name: COLUMN account_invoice.payment_term_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.payment_term_id IS 'Payment Terms'; + + +-- +-- Name: COLUMN account_invoice.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_invoice.residual_signed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.residual_signed IS 'Amount Due in Invoice Currency'; + + +-- +-- Name: COLUMN account_invoice.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.date IS 'Accounting Date'; + + +-- +-- Name: COLUMN account_invoice.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.user_id IS 'Salesperson'; + + +-- +-- Name: COLUMN account_invoice.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_invoice.fiscal_position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.fiscal_position_id IS 'Fiscal Position'; + + +-- +-- Name: COLUMN account_invoice.amount_total; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.amount_total IS 'Total'; + + +-- +-- Name: COLUMN account_invoice.amount_untaxed_signed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.amount_untaxed_signed IS 'Untaxed Amount in Company Currency'; + + +-- +-- Name: COLUMN account_invoice.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_invoice.refund_invoice_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.refund_invoice_id IS 'Invoice for which this invoice is the refund'; + + +-- +-- Name: COLUMN account_invoice.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.name IS 'Reference/Description'; + + +-- +-- Name: COLUMN account_invoice.commercial_partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.commercial_partner_id IS 'Commercial Entity'; + + +-- +-- Name: COLUMN account_invoice.discount_percentage; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.discount_percentage IS 'Discount Percentage'; + + +-- +-- Name: COLUMN account_invoice.disc_acc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.disc_acc_id IS 'Discount Account Head'; + + +-- +-- Name: COLUMN account_invoice.discount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.discount IS 'Discount'; + + +-- +-- Name: COLUMN account_invoice.discount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.discount_type IS 'Discount Method'; + + +-- +-- Name: COLUMN account_invoice.partner_shipping_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.partner_shipping_id IS 'Delivery Address'; + + +-- +-- Name: COLUMN account_invoice.team_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.team_id IS 'Sales Team'; + + +-- +-- Name: COLUMN account_invoice.incoterms_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.incoterms_id IS 'Incoterms'; + + +-- +-- Name: COLUMN account_invoice.purchase_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice.purchase_id IS 'Add Purchase Order'; + + +-- +-- Name: account_invoice_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_line ( + id integer NOT NULL, + origin character varying, + create_date timestamp without time zone, + price_unit numeric NOT NULL, + price_subtotal numeric, + write_uid integer, + currency_id integer, + uom_id integer, + partner_id integer, + create_uid integer, + sequence integer, + company_id integer, + account_analytic_id integer, + account_id integer NOT NULL, + discount numeric, + write_date timestamp without time zone, + price_subtotal_signed numeric, + name text NOT NULL, + product_id integer, + invoice_id integer, + quantity numeric NOT NULL, + layout_category_sequence integer, + layout_category_id integer, + purchase_line_id integer, + lot_id integer, + expiry_date timestamp without time zone +); + + +ALTER TABLE public.account_invoice_line OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_line IS 'Invoice Line'; + + +-- +-- Name: COLUMN account_invoice_line.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.origin IS 'Source Document'; + + +-- +-- Name: COLUMN account_invoice_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_invoice_line.price_unit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.price_unit IS 'Unit Price'; + + +-- +-- Name: COLUMN account_invoice_line.price_subtotal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.price_subtotal IS 'Amount'; + + +-- +-- Name: COLUMN account_invoice_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_invoice_line.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_invoice_line.uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN account_invoice_line.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_invoice_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_invoice_line.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_invoice_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_invoice_line.account_analytic_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.account_analytic_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_invoice_line.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_invoice_line.discount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.discount IS 'Discount (%)'; + + +-- +-- Name: COLUMN account_invoice_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_invoice_line.price_subtotal_signed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.price_subtotal_signed IS 'Amount Signed'; + + +-- +-- Name: COLUMN account_invoice_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.name IS 'Description'; + + +-- +-- Name: COLUMN account_invoice_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN account_invoice_line.invoice_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.invoice_id IS 'Invoice Reference'; + + +-- +-- Name: COLUMN account_invoice_line.quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.quantity IS 'Quantity'; + + +-- +-- Name: COLUMN account_invoice_line.layout_category_sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.layout_category_sequence IS 'Layout Sequence'; + + +-- +-- Name: COLUMN account_invoice_line.layout_category_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.layout_category_id IS 'Section'; + + +-- +-- Name: COLUMN account_invoice_line.purchase_line_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.purchase_line_id IS 'Purchase Order Line'; + + +-- +-- Name: COLUMN account_invoice_line.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.lot_id IS 'Batch Name'; + + +-- +-- Name: COLUMN account_invoice_line.expiry_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_line.expiry_date IS 'Expiry Date'; + + +-- +-- Name: account_count_report; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.account_count_report AS + SELECT concat(ail.account_id, '_', ai.date_invoice) AS id, + ai.date_invoice AS date, + ail.account_id, + count(*) AS count + FROM public.account_invoice ai, + public.account_invoice_line ail + WHERE ((ail.invoice_id = ai.id) AND ((ai.type)::text <> 'out_refund'::text)) + GROUP BY ail.account_id, ai.date_invoice; + + +ALTER TABLE public.account_count_report OWNER TO odoo; + +-- +-- Name: account_financial_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_financial_report ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + level integer, + sequence integer, + style_overwrite integer, + sign integer NOT NULL, + parent_id integer, + write_date timestamp without time zone, + account_report_id integer, + display_detail character varying, + create_date timestamp without time zone, + write_uid integer, + type character varying +); + + +ALTER TABLE public.account_financial_report OWNER TO odoo; + +-- +-- Name: TABLE account_financial_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_financial_report IS 'Account Report'; + + +-- +-- Name: COLUMN account_financial_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_financial_report.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.name IS 'Report Name'; + + +-- +-- Name: COLUMN account_financial_report.level; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.level IS 'Level'; + + +-- +-- Name: COLUMN account_financial_report.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_financial_report.style_overwrite; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.style_overwrite IS 'Financial Report Style'; + + +-- +-- Name: COLUMN account_financial_report.sign; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.sign IS 'Sign on Reports'; + + +-- +-- Name: COLUMN account_financial_report.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.parent_id IS 'Parent'; + + +-- +-- Name: COLUMN account_financial_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_financial_report.account_report_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.account_report_id IS 'Report Value'; + + +-- +-- Name: COLUMN account_financial_report.display_detail; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.display_detail IS 'Display details'; + + +-- +-- Name: COLUMN account_financial_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_financial_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_financial_report.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_financial_report.type IS 'Type'; + + +-- +-- Name: account_financial_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_financial_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_financial_report_id_seq OWNER TO odoo; + +-- +-- Name: account_financial_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_financial_report_id_seq OWNED BY public.account_financial_report.id; + + +-- +-- Name: account_fiscal_position; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position ( + id integer NOT NULL, + create_date timestamp without time zone, + zip_to integer, + sequence integer, + auto_apply boolean, + write_uid integer, + vat_required boolean, + create_uid integer, + country_id integer, + company_id integer, + note text, + country_group_id integer, + write_date timestamp without time zone, + active boolean, + name character varying NOT NULL, + zip_from integer +); + + +ALTER TABLE public.account_fiscal_position OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position IS 'Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_fiscal_position.zip_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.zip_to IS 'Zip Range To'; + + +-- +-- Name: COLUMN account_fiscal_position.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_fiscal_position.auto_apply; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.auto_apply IS 'Detect Automatically'; + + +-- +-- Name: COLUMN account_fiscal_position.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_fiscal_position.vat_required; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.vat_required IS 'VAT required'; + + +-- +-- Name: COLUMN account_fiscal_position.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_fiscal_position.country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.country_id IS 'Country'; + + +-- +-- Name: COLUMN account_fiscal_position.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_fiscal_position.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.note IS 'Notes'; + + +-- +-- Name: COLUMN account_fiscal_position.country_group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.country_group_id IS 'Country Group'; + + +-- +-- Name: COLUMN account_fiscal_position.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_fiscal_position.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.active IS 'Active'; + + +-- +-- Name: COLUMN account_fiscal_position.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.name IS 'Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position.zip_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position.zip_from IS 'Zip Range From'; + + +-- +-- Name: account_fiscal_position_account; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position_account ( + id integer NOT NULL, + create_uid integer, + position_id integer NOT NULL, + write_uid integer, + account_dest_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + account_src_id integer NOT NULL +); + + +ALTER TABLE public.account_fiscal_position_account OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position_account IS 'Accounts Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_account.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_fiscal_position_account.position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.position_id IS 'Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_account.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_fiscal_position_account.account_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.account_dest_id IS 'Account to Use Instead'; + + +-- +-- Name: COLUMN account_fiscal_position_account.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_fiscal_position_account.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_fiscal_position_account.account_src_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account.account_src_id IS 'Account on Product'; + + +-- +-- Name: account_fiscal_position_account_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_fiscal_position_account_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_fiscal_position_account_id_seq OWNER TO odoo; + +-- +-- Name: account_fiscal_position_account_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_fiscal_position_account_id_seq OWNED BY public.account_fiscal_position_account.id; + + +-- +-- Name: account_fiscal_position_account_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position_account_template ( + id integer NOT NULL, + create_uid integer, + position_id integer NOT NULL, + write_uid integer, + account_dest_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + account_src_id integer NOT NULL +); + + +ALTER TABLE public.account_fiscal_position_account_template OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position_account_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position_account_template IS 'Template Account Fiscal Mapping'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.position_id IS 'Fiscal Mapping'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.account_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.account_dest_id IS 'Account Destination'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_fiscal_position_account_template.account_src_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_account_template.account_src_id IS 'Account Source'; + + +-- +-- Name: account_fiscal_position_account_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_fiscal_position_account_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_fiscal_position_account_template_id_seq OWNER TO odoo; + +-- +-- Name: account_fiscal_position_account_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_fiscal_position_account_template_id_seq OWNED BY public.account_fiscal_position_account_template.id; + + +-- +-- Name: account_fiscal_position_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_fiscal_position_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_fiscal_position_id_seq OWNER TO odoo; + +-- +-- Name: account_fiscal_position_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_fiscal_position_id_seq OWNED BY public.account_fiscal_position.id; + + +-- +-- Name: account_fiscal_position_res_country_state_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position_res_country_state_rel ( + account_fiscal_position_id integer NOT NULL, + res_country_state_id integer NOT NULL +); + + +ALTER TABLE public.account_fiscal_position_res_country_state_rel OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position_res_country_state_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position_res_country_state_rel IS 'RELATION BETWEEN account_fiscal_position AND res_country_state'; + + +-- +-- Name: account_fiscal_position_tax; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position_tax ( + id integer NOT NULL, + create_uid integer, + position_id integer NOT NULL, + tax_src_id integer NOT NULL, + write_uid integer, + tax_dest_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_fiscal_position_tax OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position_tax IS 'Taxes Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.position_id IS 'Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.tax_src_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.tax_src_id IS 'Tax on Product'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.tax_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.tax_dest_id IS 'Tax to Apply'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_fiscal_position_tax.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax.create_date IS 'Created on'; + + +-- +-- Name: account_fiscal_position_tax_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_fiscal_position_tax_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_fiscal_position_tax_id_seq OWNER TO odoo; + +-- +-- Name: account_fiscal_position_tax_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_fiscal_position_tax_id_seq OWNED BY public.account_fiscal_position_tax.id; + + +-- +-- Name: account_fiscal_position_tax_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position_tax_template ( + id integer NOT NULL, + create_uid integer, + position_id integer NOT NULL, + tax_src_id integer NOT NULL, + write_uid integer, + tax_dest_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_fiscal_position_tax_template OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position_tax_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position_tax_template IS 'Template Tax Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.position_id IS 'Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.tax_src_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.tax_src_id IS 'Tax Source'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.tax_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.tax_dest_id IS 'Replacement Tax'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_fiscal_position_tax_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_tax_template.create_date IS 'Created on'; + + +-- +-- Name: account_fiscal_position_tax_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_fiscal_position_tax_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_fiscal_position_tax_template_id_seq OWNER TO odoo; + +-- +-- Name: account_fiscal_position_tax_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_fiscal_position_tax_template_id_seq OWNED BY public.account_fiscal_position_tax_template.id; + + +-- +-- Name: account_fiscal_position_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_fiscal_position_template ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + chart_template_id integer NOT NULL, + write_uid integer, + note text, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_fiscal_position_template OWNER TO odoo; + +-- +-- Name: TABLE account_fiscal_position_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_fiscal_position_template IS 'Template for Fiscal Position'; + + +-- +-- Name: COLUMN account_fiscal_position_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_fiscal_position_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.name IS 'Fiscal Position Template'; + + +-- +-- Name: COLUMN account_fiscal_position_template.chart_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.chart_template_id IS 'Chart Template'; + + +-- +-- Name: COLUMN account_fiscal_position_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_fiscal_position_template.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.note IS 'Notes'; + + +-- +-- Name: COLUMN account_fiscal_position_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_fiscal_position_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_fiscal_position_template.create_date IS 'Created on'; + + +-- +-- Name: account_fiscal_position_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_fiscal_position_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_fiscal_position_template_id_seq OWNER TO odoo; + +-- +-- Name: account_fiscal_position_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_fiscal_position_template_id_seq OWNED BY public.account_fiscal_position_template.id; + + +-- +-- Name: account_full_reconcile; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_full_reconcile ( + id integer NOT NULL, + create_uid integer, + exchange_move_id integer, + name character varying NOT NULL, + exchange_partial_rec_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.account_full_reconcile OWNER TO odoo; + +-- +-- Name: TABLE account_full_reconcile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_full_reconcile IS 'Full Reconcile'; + + +-- +-- Name: COLUMN account_full_reconcile.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_full_reconcile.exchange_move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.exchange_move_id IS 'Exchange move id'; + + +-- +-- Name: COLUMN account_full_reconcile.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.name IS 'Number'; + + +-- +-- Name: COLUMN account_full_reconcile.exchange_partial_rec_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.exchange_partial_rec_id IS 'Exchange partial rec id'; + + +-- +-- Name: COLUMN account_full_reconcile.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_full_reconcile.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_full_reconcile.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_full_reconcile.write_uid IS 'Last Updated by'; + + +-- +-- Name: account_full_reconcile_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_full_reconcile_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_full_reconcile_id_seq OWNER TO odoo; + +-- +-- Name: account_full_reconcile_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_full_reconcile_id_seq OWNED BY public.account_full_reconcile.id; + + +-- +-- Name: account_invoice_account_move_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_account_move_line_rel ( + account_invoice_id integer NOT NULL, + account_move_line_id integer NOT NULL +); + + +ALTER TABLE public.account_invoice_account_move_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_account_move_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_account_move_line_rel IS 'RELATION BETWEEN account_invoice AND account_move_line'; + + +-- +-- Name: account_invoice_cancel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_cancel ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.account_invoice_cancel OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_cancel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_cancel IS 'Cancel the Selected Invoices'; + + +-- +-- Name: COLUMN account_invoice_cancel.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_cancel.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_invoice_cancel.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_cancel.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_invoice_cancel.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_cancel.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_invoice_cancel.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_cancel.write_date IS 'Last Updated on'; + + +-- +-- Name: account_invoice_cancel_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_invoice_cancel_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_invoice_cancel_id_seq OWNER TO odoo; + +-- +-- Name: account_invoice_cancel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_invoice_cancel_id_seq OWNED BY public.account_invoice_cancel.id; + + +-- +-- Name: account_invoice_confirm; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_confirm ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.account_invoice_confirm OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_confirm; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_confirm IS 'Confirm the selected invoices'; + + +-- +-- Name: COLUMN account_invoice_confirm.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_confirm.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_invoice_confirm.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_confirm.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_invoice_confirm.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_confirm.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_invoice_confirm.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_confirm.write_date IS 'Last Updated on'; + + +-- +-- Name: account_invoice_confirm_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_invoice_confirm_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_invoice_confirm_id_seq OWNER TO odoo; + +-- +-- Name: account_invoice_confirm_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_invoice_confirm_id_seq OWNED BY public.account_invoice_confirm.id; + + +-- +-- Name: account_invoice_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_invoice_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_invoice_id_seq OWNER TO odoo; + +-- +-- Name: account_invoice_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_invoice_id_seq OWNED BY public.account_invoice.id; + + +-- +-- Name: account_invoice_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_invoice_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_invoice_line_id_seq OWNER TO odoo; + +-- +-- Name: account_invoice_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_invoice_line_id_seq OWNED BY public.account_invoice_line.id; + + +-- +-- Name: account_invoice_line_tax; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_line_tax ( + invoice_line_id integer NOT NULL, + tax_id integer NOT NULL +); + + +ALTER TABLE public.account_invoice_line_tax OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_line_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_line_tax IS 'RELATION BETWEEN account_invoice_line AND account_tax'; + + +-- +-- Name: account_invoice_payment_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_payment_rel ( + payment_id integer NOT NULL, + invoice_id integer NOT NULL +); + + +ALTER TABLE public.account_invoice_payment_rel OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_payment_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_payment_rel IS 'RELATION BETWEEN account_payment AND account_invoice'; + + +-- +-- Name: account_invoice_refund; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_refund ( + id integer NOT NULL, + create_uid integer, + filter_refund character varying NOT NULL, + description character varying NOT NULL, + write_uid integer, + date_invoice date NOT NULL, + write_date timestamp without time zone, + date date, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_invoice_refund OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_refund; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_refund IS 'Invoice Refund'; + + +-- +-- Name: COLUMN account_invoice_refund.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_invoice_refund.filter_refund; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.filter_refund IS 'Refund Method'; + + +-- +-- Name: COLUMN account_invoice_refund.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.description IS 'Reason'; + + +-- +-- Name: COLUMN account_invoice_refund.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_invoice_refund.date_invoice; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.date_invoice IS 'Refund Date'; + + +-- +-- Name: COLUMN account_invoice_refund.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_invoice_refund.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.date IS 'Accounting Date'; + + +-- +-- Name: COLUMN account_invoice_refund.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_refund.create_date IS 'Created on'; + + +-- +-- Name: account_invoice_refund_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_invoice_refund_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_invoice_refund_id_seq OWNER TO odoo; + +-- +-- Name: account_invoice_refund_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_invoice_refund_id_seq OWNED BY public.account_invoice_refund.id; + + +-- +-- Name: product_product; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_product ( + id integer NOT NULL, + create_date timestamp without time zone, + weight numeric, + default_code character varying, + product_tmpl_id integer NOT NULL, + message_last_post timestamp without time zone, + create_uid integer, + write_uid integer, + barcode character varying, + volume double precision, + write_date timestamp without time zone, + active boolean, + uuid character varying, + mrp double precision +); + + +ALTER TABLE public.product_product OWNER TO odoo; + +-- +-- Name: TABLE product_product; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_product IS 'Product'; + + +-- +-- Name: COLUMN product_product.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_product.weight; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.weight IS 'Weight'; + + +-- +-- Name: COLUMN product_product.default_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.default_code IS 'Internal Reference'; + + +-- +-- Name: COLUMN product_product.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.product_tmpl_id IS 'Product Template'; + + +-- +-- Name: COLUMN product_product.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN product_product.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_product.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_product.barcode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.barcode IS 'Barcode'; + + +-- +-- Name: COLUMN product_product.volume; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.volume IS 'Volume'; + + +-- +-- Name: COLUMN product_product.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_product.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.active IS 'Active'; + + +-- +-- Name: COLUMN product_product.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.uuid IS 'UUID'; + + +-- +-- Name: COLUMN product_product.mrp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_product.mrp IS 'MRP'; + + +-- +-- Name: product_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_template ( + id integer NOT NULL, + warranty double precision, + list_price numeric, + weight numeric, + sequence integer, + color integer, + write_uid integer, + uom_id integer NOT NULL, + description_purchase text, + default_code character varying, + create_date timestamp without time zone, + create_uid integer, + sale_ok boolean, + purchase_ok boolean, + message_last_post timestamp without time zone, + company_id integer, + uom_po_id integer NOT NULL, + description_sale text, + description text, + volume double precision, + write_date timestamp without time zone, + active boolean, + categ_id integer NOT NULL, + name character varying NOT NULL, + rental boolean, + type character varying NOT NULL, + sale_line_warn character varying NOT NULL, + sale_line_warn_msg text, + track_service character varying, + invoice_policy character varying, + expense_policy character varying, + tracking character varying NOT NULL, + location_id integer, + description_picking text, + warehouse_id integer, + sale_delay double precision, + use_time integer, + life_time integer, + removal_time integer, + alert_time integer, + uuid character varying, + dhis2_code character varying, + manufacturer integer, + drug character varying, + mrp double precision, + purchase_line_warn_msg text, + purchase_method character varying, + purchase_line_warn character varying NOT NULL +); + + +ALTER TABLE public.product_template OWNER TO odoo; + +-- +-- Name: TABLE product_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_template IS 'Product Template'; + + +-- +-- Name: COLUMN product_template.warranty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.warranty IS 'Warranty'; + + +-- +-- Name: COLUMN product_template.list_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.list_price IS 'Sale Price'; + + +-- +-- Name: COLUMN product_template.weight; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.weight IS 'Weight'; + + +-- +-- Name: COLUMN product_template.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_template.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.color IS 'Color Index'; + + +-- +-- Name: COLUMN product_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_template.uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN product_template.description_purchase; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.description_purchase IS 'Purchase Description'; + + +-- +-- Name: COLUMN product_template.default_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.default_code IS 'Internal Reference'; + + +-- +-- Name: COLUMN product_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_template.sale_ok; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.sale_ok IS 'Can be Sold'; + + +-- +-- Name: COLUMN product_template.purchase_ok; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.purchase_ok IS 'Can be Purchased'; + + +-- +-- Name: COLUMN product_template.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN product_template.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.company_id IS 'Company'; + + +-- +-- Name: COLUMN product_template.uom_po_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.uom_po_id IS 'Purchase Unit of Measure'; + + +-- +-- Name: COLUMN product_template.description_sale; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.description_sale IS 'Sale Description'; + + +-- +-- Name: COLUMN product_template.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.description IS 'Description'; + + +-- +-- Name: COLUMN product_template.volume; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.volume IS 'Volume'; + + +-- +-- Name: COLUMN product_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_template.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.active IS 'Active'; + + +-- +-- Name: COLUMN product_template.categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.categ_id IS 'Internal Category'; + + +-- +-- Name: COLUMN product_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.name IS 'Name'; + + +-- +-- Name: COLUMN product_template.rental; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.rental IS 'Can be Rent'; + + +-- +-- Name: COLUMN product_template.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.type IS 'Product Type'; + + +-- +-- Name: COLUMN product_template.sale_line_warn; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.sale_line_warn IS 'Sales Order Line'; + + +-- +-- Name: COLUMN product_template.sale_line_warn_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.sale_line_warn_msg IS 'Message for Sales Order Line'; + + +-- +-- Name: COLUMN product_template.track_service; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.track_service IS 'Track Service'; + + +-- +-- Name: COLUMN product_template.invoice_policy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.invoice_policy IS 'Invoicing Policy'; + + +-- +-- Name: COLUMN product_template.expense_policy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.expense_policy IS 'Re-Invoice Expenses'; + + +-- +-- Name: COLUMN product_template.tracking; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.tracking IS 'Tracking'; + + +-- +-- Name: COLUMN product_template.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.location_id IS 'Location'; + + +-- +-- Name: COLUMN product_template.description_picking; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.description_picking IS 'Description on Picking'; + + +-- +-- Name: COLUMN product_template.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN product_template.sale_delay; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.sale_delay IS 'Customer Lead Time'; + + +-- +-- Name: COLUMN product_template.use_time; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.use_time IS 'Product Use Time'; + + +-- +-- Name: COLUMN product_template.life_time; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.life_time IS 'Product Life Time'; + + +-- +-- Name: COLUMN product_template.removal_time; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.removal_time IS 'Product Removal Time'; + + +-- +-- Name: COLUMN product_template.alert_time; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.alert_time IS 'Product Alert Time'; + + +-- +-- Name: COLUMN product_template.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.uuid IS 'UUID'; + + +-- +-- Name: COLUMN product_template.dhis2_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.dhis2_code IS 'DHIS2 Code'; + + +-- +-- Name: COLUMN product_template.manufacturer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.manufacturer IS 'Manufacturer'; + + +-- +-- Name: COLUMN product_template.drug; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.drug IS 'Drug Name'; + + +-- +-- Name: COLUMN product_template.mrp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.mrp IS 'MRP'; + + +-- +-- Name: COLUMN product_template.purchase_line_warn_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.purchase_line_warn_msg IS 'Message for Purchase Order Line'; + + +-- +-- Name: COLUMN product_template.purchase_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.purchase_method IS 'Control Purchase Bills'; + + +-- +-- Name: COLUMN product_template.purchase_line_warn; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_template.purchase_line_warn IS 'Purchase Order Line'; + + +-- +-- Name: product_uom; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_uom ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + rounding numeric NOT NULL, + write_uid integer, + uom_type character varying NOT NULL, + write_date timestamp without time zone, + factor numeric NOT NULL, + active boolean, + create_date timestamp without time zone, + category_id integer NOT NULL, + uuid character varying, + CONSTRAINT product_uom_factor_gt_zero CHECK ((factor <> (0)::numeric)), + CONSTRAINT product_uom_rounding_gt_zero CHECK ((rounding > (0)::numeric)) +); + + +ALTER TABLE public.product_uom OWNER TO odoo; + +-- +-- Name: TABLE product_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_uom IS 'Product Unit of Measure'; + + +-- +-- Name: COLUMN product_uom.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_uom.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.name IS 'Unit of Measure'; + + +-- +-- Name: COLUMN product_uom.rounding; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.rounding IS 'Rounding Precision'; + + +-- +-- Name: COLUMN product_uom.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_uom.uom_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.uom_type IS 'Type'; + + +-- +-- Name: COLUMN product_uom.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_uom.factor; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.factor IS 'Ratio'; + + +-- +-- Name: COLUMN product_uom.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.active IS 'Active'; + + +-- +-- Name: COLUMN product_uom.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_uom.category_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.category_id IS 'Category'; + + +-- +-- Name: COLUMN product_uom.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom.uuid IS 'UUID'; + + +-- +-- Name: res_company; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_company ( + id integer NOT NULL, + name character varying NOT NULL, + partner_id integer NOT NULL, + currency_id integer NOT NULL, + sequence integer, + rml_footer text, + create_date timestamp without time zone, + rml_header text NOT NULL, + rml_paper_format character varying NOT NULL, + write_uid integer, + logo_web bytea, + font integer, + account_no character varying, + parent_id integer, + email character varying, + create_uid integer, + custom_footer boolean, + phone character varying, + rml_header2 text NOT NULL, + rml_header3 text NOT NULL, + write_date timestamp without time zone, + rml_header1 character varying, + company_registry character varying, + paperformat_id integer, + fiscalyear_lock_date date, + bank_account_code_prefix character varying, + cash_account_code_prefix character varying, + anglo_saxon_accounting boolean, + fiscalyear_last_day integer NOT NULL, + expects_chart_of_accounts boolean, + property_stock_valuation_account_id integer, + property_stock_account_output_categ_id integer, + transfer_account_id integer, + currency_exchange_journal_id integer, + period_lock_date date, + tax_calculation_rounding_method character varying, + accounts_code_digits integer, + chart_template_id integer, + overdue_msg text, + fiscalyear_last_month integer NOT NULL, + property_stock_account_input_categ_id integer, + round_off_by double precision, + sale_note text, + propagation_minimum_delta integer, + internal_transit_location_id integer, + security_lead double precision NOT NULL, + dhis2_code character varying, + po_lead double precision NOT NULL, + po_double_validation_amount numeric, + po_lock character varying, + po_double_validation character varying +); + + +ALTER TABLE public.res_company OWNER TO odoo; + +-- +-- Name: COLUMN res_company.rml_footer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.rml_footer IS 'Custom Report Footer'; + + +-- +-- Name: COLUMN res_company.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_company.rml_header; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.rml_header IS 'Rml header'; + + +-- +-- Name: COLUMN res_company.rml_paper_format; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.rml_paper_format IS 'Paper Format'; + + +-- +-- Name: COLUMN res_company.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_company.logo_web; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.logo_web IS 'Logo web'; + + +-- +-- Name: COLUMN res_company.font; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.font IS 'Font'; + + +-- +-- Name: COLUMN res_company.account_no; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.account_no IS 'Account No.'; + + +-- +-- Name: COLUMN res_company.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.parent_id IS 'Parent Company'; + + +-- +-- Name: COLUMN res_company.email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.email IS 'Email'; + + +-- +-- Name: COLUMN res_company.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_company.custom_footer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.custom_footer IS 'Custom footer'; + + +-- +-- Name: COLUMN res_company.phone; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.phone IS 'Phone'; + + +-- +-- Name: COLUMN res_company.rml_header2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.rml_header2 IS 'RML Internal Header'; + + +-- +-- Name: COLUMN res_company.rml_header3; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.rml_header3 IS 'RML Internal Header for Landscape Reports'; + + +-- +-- Name: COLUMN res_company.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_company.rml_header1; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.rml_header1 IS 'Company Tagline'; + + +-- +-- Name: COLUMN res_company.company_registry; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.company_registry IS 'Company registry'; + + +-- +-- Name: COLUMN res_company.paperformat_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.paperformat_id IS 'Paper format'; + + +-- +-- Name: COLUMN res_company.fiscalyear_lock_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.fiscalyear_lock_date IS 'Lock Date'; + + +-- +-- Name: COLUMN res_company.bank_account_code_prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.bank_account_code_prefix IS 'Prefix of the bank accounts'; + + +-- +-- Name: COLUMN res_company.cash_account_code_prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.cash_account_code_prefix IS 'Prefix of the cash accounts'; + + +-- +-- Name: COLUMN res_company.anglo_saxon_accounting; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.anglo_saxon_accounting IS 'Use anglo-saxon accounting'; + + +-- +-- Name: COLUMN res_company.fiscalyear_last_day; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.fiscalyear_last_day IS 'Fiscalyear last day'; + + +-- +-- Name: COLUMN res_company.expects_chart_of_accounts; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.expects_chart_of_accounts IS 'Expects a Chart of Accounts'; + + +-- +-- Name: COLUMN res_company.property_stock_valuation_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.property_stock_valuation_account_id IS 'Account Template for Stock Valuation'; + + +-- +-- Name: COLUMN res_company.property_stock_account_output_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.property_stock_account_output_categ_id IS 'Output Account for Stock Valuation'; + + +-- +-- Name: COLUMN res_company.transfer_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.transfer_account_id IS 'Inter-Banks Transfer Account'; + + +-- +-- Name: COLUMN res_company.currency_exchange_journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.currency_exchange_journal_id IS 'Exchange Gain or Loss Journal'; + + +-- +-- Name: COLUMN res_company.period_lock_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.period_lock_date IS 'Lock Date for Non-Advisers'; + + +-- +-- Name: COLUMN res_company.tax_calculation_rounding_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.tax_calculation_rounding_method IS 'Tax Calculation Rounding Method'; + + +-- +-- Name: COLUMN res_company.accounts_code_digits; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.accounts_code_digits IS 'Number of digits in an account code'; + + +-- +-- Name: COLUMN res_company.chart_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.chart_template_id IS 'Chart template id'; + + +-- +-- Name: COLUMN res_company.overdue_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.overdue_msg IS 'Overdue Payments Message'; + + +-- +-- Name: COLUMN res_company.fiscalyear_last_month; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.fiscalyear_last_month IS 'Fiscalyear last month'; + + +-- +-- Name: COLUMN res_company.property_stock_account_input_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.property_stock_account_input_categ_id IS 'Input Account for Stock Valuation'; + + +-- +-- Name: COLUMN res_company.round_off_by; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.round_off_by IS 'Round off by'; + + +-- +-- Name: COLUMN res_company.sale_note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.sale_note IS 'Default Terms and Conditions'; + + +-- +-- Name: COLUMN res_company.propagation_minimum_delta; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.propagation_minimum_delta IS 'Minimum Delta for Propagation of a Date Change on moves linked together'; + + +-- +-- Name: COLUMN res_company.internal_transit_location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.internal_transit_location_id IS 'Internal Transit Location'; + + +-- +-- Name: COLUMN res_company.security_lead; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.security_lead IS 'Sales Safety Days'; + + +-- +-- Name: COLUMN res_company.dhis2_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.dhis2_code IS 'DHIS Code'; + + +-- +-- Name: COLUMN res_company.po_lead; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.po_lead IS 'Purchase Lead Time'; + + +-- +-- Name: COLUMN res_company.po_double_validation_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.po_double_validation_amount IS 'Double validation amount'; + + +-- +-- Name: COLUMN res_company.po_lock; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.po_lock IS 'Purchase Order Modification'; + + +-- +-- Name: COLUMN res_company.po_double_validation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_company.po_double_validation IS 'Levels of Approvals'; + + +-- +-- Name: res_currency_rate; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_currency_rate ( + id integer NOT NULL, + create_uid integer, + name timestamp without time zone NOT NULL, + company_id integer, + write_uid integer, + currency_id integer, + rate numeric, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.res_currency_rate OWNER TO odoo; + +-- +-- Name: TABLE res_currency_rate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_currency_rate IS 'Currency Rate'; + + +-- +-- Name: COLUMN res_currency_rate.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_currency_rate.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.name IS 'Date'; + + +-- +-- Name: COLUMN res_currency_rate.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.company_id IS 'Company'; + + +-- +-- Name: COLUMN res_currency_rate.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_currency_rate.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN res_currency_rate.rate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.rate IS 'Rate'; + + +-- +-- Name: COLUMN res_currency_rate.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_currency_rate.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency_rate.create_date IS 'Created on'; + + +-- +-- Name: res_partner; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_partner ( + id integer NOT NULL, + name character varying, + company_id integer, + comment text, + website character varying, + create_date timestamp without time zone, + color integer, + active boolean, + street character varying, + supplier boolean, + city character varying, + display_name character varying, + zip character varying, + title integer, + country_id integer, + commercial_company_name character varying, + parent_id integer, + company_name character varying, + employee boolean, + ref character varying, + email character varying, + is_company boolean, + function character varying, + lang character varying, + fax character varying, + street2 character varying, + barcode character varying, + phone character varying, + write_date timestamp without time zone, + date date, + tz character varying, + write_uid integer, + customer boolean, + create_uid integer, + credit_limit double precision, + user_id integer, + mobile character varying, + type character varying, + partner_share boolean, + vat character varying, + state_id integer, + commercial_partner_id integer, + notify_email character varying NOT NULL, + message_last_post timestamp without time zone, + opt_out boolean, + message_bounce integer, + signup_type character varying, + signup_expiration timestamp without time zone, + signup_token character varying, + debit_limit numeric, + last_time_entries_checked timestamp without time zone, + invoice_warn_msg text, + invoice_warn character varying NOT NULL, + team_id integer, + sale_warn character varying NOT NULL, + sale_warn_msg text, + picking_warn character varying NOT NULL, + picking_warn_msg text, + manufacturer boolean, + local_name character varying, + village_id integer, + tehsil_id integer, + district_id integer, + purchase_warn character varying NOT NULL, + purchase_warn_msg text, + CONSTRAINT res_partner_check_name CHECK (((((type)::text = 'contact'::text) AND (name IS NOT NULL)) OR ((type)::text <> 'contact'::text))) +); + + +ALTER TABLE public.res_partner OWNER TO odoo; + +-- +-- Name: COLUMN res_partner.comment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.comment IS 'Notes'; + + +-- +-- Name: COLUMN res_partner.website; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.website IS 'Website'; + + +-- +-- Name: COLUMN res_partner.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_partner.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.color IS 'Color Index'; + + +-- +-- Name: COLUMN res_partner.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.active IS 'Active'; + + +-- +-- Name: COLUMN res_partner.street; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.street IS 'Street'; + + +-- +-- Name: COLUMN res_partner.supplier; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.supplier IS 'Is a Vendor'; + + +-- +-- Name: COLUMN res_partner.city; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.city IS 'City'; + + +-- +-- Name: COLUMN res_partner.display_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.display_name IS 'Display Name'; + + +-- +-- Name: COLUMN res_partner.zip; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.zip IS 'Zip'; + + +-- +-- Name: COLUMN res_partner.title; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.title IS 'Title'; + + +-- +-- Name: COLUMN res_partner.country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.country_id IS 'Country'; + + +-- +-- Name: COLUMN res_partner.commercial_company_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.commercial_company_name IS 'Company Name Entity'; + + +-- +-- Name: COLUMN res_partner.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.parent_id IS 'Related Company'; + + +-- +-- Name: COLUMN res_partner.company_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.company_name IS 'Company Name'; + + +-- +-- Name: COLUMN res_partner.employee; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.employee IS 'Employee'; + + +-- +-- Name: COLUMN res_partner.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.ref IS 'Internal Reference'; + + +-- +-- Name: COLUMN res_partner.email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.email IS 'Email'; + + +-- +-- Name: COLUMN res_partner.is_company; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.is_company IS 'Is a Company'; + + +-- +-- Name: COLUMN res_partner.function; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.function IS 'Job Position'; + + +-- +-- Name: COLUMN res_partner.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.lang IS 'Language'; + + +-- +-- Name: COLUMN res_partner.fax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.fax IS 'Fax'; + + +-- +-- Name: COLUMN res_partner.street2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.street2 IS 'Street2'; + + +-- +-- Name: COLUMN res_partner.barcode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.barcode IS 'Barcode'; + + +-- +-- Name: COLUMN res_partner.phone; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.phone IS 'Phone'; + + +-- +-- Name: COLUMN res_partner.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_partner.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.date IS 'Date'; + + +-- +-- Name: COLUMN res_partner.tz; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.tz IS 'Timezone'; + + +-- +-- Name: COLUMN res_partner.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_partner.customer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.customer IS 'Is a Customer'; + + +-- +-- Name: COLUMN res_partner.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_partner.credit_limit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.credit_limit IS 'Credit Limit'; + + +-- +-- Name: COLUMN res_partner.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.user_id IS 'Salesperson'; + + +-- +-- Name: COLUMN res_partner.mobile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.mobile IS 'Mobile'; + + +-- +-- Name: COLUMN res_partner.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.type IS 'Address Type'; + + +-- +-- Name: COLUMN res_partner.partner_share; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.partner_share IS 'Share Partner'; + + +-- +-- Name: COLUMN res_partner.vat; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.vat IS 'TIN'; + + +-- +-- Name: COLUMN res_partner.state_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.state_id IS 'State'; + + +-- +-- Name: COLUMN res_partner.commercial_partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.commercial_partner_id IS 'Commercial Entity'; + + +-- +-- Name: COLUMN res_partner.notify_email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.notify_email IS 'Email Messages and Notifications'; + + +-- +-- Name: COLUMN res_partner.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN res_partner.opt_out; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.opt_out IS 'Opt-Out'; + + +-- +-- Name: COLUMN res_partner.message_bounce; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.message_bounce IS 'Bounce'; + + +-- +-- Name: COLUMN res_partner.signup_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.signup_type IS 'Signup Token Type'; + + +-- +-- Name: COLUMN res_partner.signup_expiration; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.signup_expiration IS 'Signup expiration'; + + +-- +-- Name: COLUMN res_partner.signup_token; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.signup_token IS 'Signup token'; + + +-- +-- Name: COLUMN res_partner.debit_limit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.debit_limit IS 'Payable Limit'; + + +-- +-- Name: COLUMN res_partner.last_time_entries_checked; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.last_time_entries_checked IS 'Latest Invoices & Payments Matching Date'; + + +-- +-- Name: COLUMN res_partner.invoice_warn_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.invoice_warn_msg IS 'Message for Invoice'; + + +-- +-- Name: COLUMN res_partner.invoice_warn; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.invoice_warn IS 'Invoice'; + + +-- +-- Name: COLUMN res_partner.team_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.team_id IS 'Sales Team'; + + +-- +-- Name: COLUMN res_partner.sale_warn; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.sale_warn IS 'Sales Order'; + + +-- +-- Name: COLUMN res_partner.sale_warn_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.sale_warn_msg IS 'Message for Sales Order'; + + +-- +-- Name: COLUMN res_partner.picking_warn; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.picking_warn IS 'Stock Picking'; + + +-- +-- Name: COLUMN res_partner.picking_warn_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.picking_warn_msg IS 'Message for Stock Picking'; + + +-- +-- Name: COLUMN res_partner.manufacturer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.manufacturer IS 'Manufacturer'; + + +-- +-- Name: COLUMN res_partner.local_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.local_name IS 'Local Name'; + + +-- +-- Name: COLUMN res_partner.village_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.village_id IS 'Village'; + + +-- +-- Name: COLUMN res_partner.tehsil_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.tehsil_id IS 'Tehsil'; + + +-- +-- Name: COLUMN res_partner.district_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.district_id IS 'District'; + + +-- +-- Name: COLUMN res_partner.purchase_warn; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.purchase_warn IS 'Purchase Order'; + + +-- +-- Name: COLUMN res_partner.purchase_warn_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner.purchase_warn_msg IS 'Message for Purchase Order'; + + +-- +-- Name: account_invoice_report; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.account_invoice_report AS + WITH currency_rate AS ( + SELECT r.currency_id, + COALESCE(r.company_id, c.id) AS company_id, + r.rate, + r.name AS date_start, + ( SELECT r2.name + FROM public.res_currency_rate r2 + WHERE ((r2.name > r.name) AND (r2.currency_id = r.currency_id) AND ((r2.company_id IS NULL) OR (r2.company_id = c.id))) + ORDER BY r2.name + LIMIT 1) AS date_end + FROM (public.res_currency_rate r + JOIN public.res_company c ON (((r.company_id IS NULL) OR (r.company_id = c.id)))) + ) + SELECT sub.id, + sub.date, + sub.product_id, + sub.partner_id, + sub.country_id, + sub.account_analytic_id, + sub.payment_term_id, + sub.uom_name, + sub.currency_id, + sub.journal_id, + sub.fiscal_position_id, + sub.user_id, + sub.company_id, + sub.nbr, + sub.type, + sub.state, + sub.weight, + sub.volume, + sub.categ_id, + sub.date_due, + sub.account_id, + sub.account_line_id, + sub.partner_bank_id, + sub.product_qty, + sub.price_total, + sub.price_average, + COALESCE(cr.rate, (1)::numeric) AS currency_rate, + sub.residual, + sub.commercial_partner_id, + sub.team_id + FROM (( SELECT ail.id, + ai.date_invoice AS date, + ail.product_id, + ai.partner_id, + ai.payment_term_id, + ail.account_analytic_id, + u2.name AS uom_name, + ai.currency_id, + ai.journal_id, + ai.fiscal_position_id, + ai.user_id, + ai.company_id, + 1 AS nbr, + ai.type, + ai.state, + pt.categ_id, + ai.date_due, + ai.account_id, + ail.account_id AS account_line_id, + ai.partner_bank_id, + sum(((((invoice_type.sign_qty)::numeric * ail.quantity) / u.factor) * u2.factor)) AS product_qty, + sum((ail.price_subtotal_signed * (invoice_type.sign)::numeric)) AS price_total, + (sum(abs(ail.price_subtotal_signed)) / + CASE + WHEN (sum(((ail.quantity / u.factor) * u2.factor)) <> (0)::numeric) THEN sum(((ail.quantity / u.factor) * u2.factor)) + ELSE (1)::numeric + END) AS price_average, + (((ai.residual_company_signed / (( SELECT count(*) AS count + FROM public.account_invoice_line l + WHERE (l.invoice_id = ai.id)))::numeric) * (count(*))::numeric) * (invoice_type.sign)::numeric) AS residual, + ai.commercial_partner_id, + partner.country_id, + sum((((pr.weight * ((invoice_type.sign)::numeric * ail.quantity)) / u.factor) * u2.factor)) AS weight, + sum((((pr.volume * (((invoice_type.sign)::numeric * ail.quantity))::double precision) / (u.factor)::double precision) * (u2.factor)::double precision)) AS volume, + ai.team_id + FROM (((((((public.account_invoice_line ail + JOIN public.account_invoice ai ON ((ai.id = ail.invoice_id))) + JOIN public.res_partner partner ON ((ai.commercial_partner_id = partner.id))) + LEFT JOIN public.product_product pr ON ((pr.id = ail.product_id))) + LEFT JOIN public.product_template pt ON ((pt.id = pr.product_tmpl_id))) + LEFT JOIN public.product_uom u ON ((u.id = ail.uom_id))) + LEFT JOIN public.product_uom u2 ON ((u2.id = pt.uom_id))) + JOIN ( SELECT ai_1.id, + CASE + WHEN ((ai_1.type)::text = ANY (ARRAY[('in_refund'::character varying)::text, ('in_invoice'::character varying)::text])) THEN '-1'::integer + ELSE 1 + END AS sign, + CASE + WHEN ((ai_1.type)::text = ANY (ARRAY[('out_refund'::character varying)::text, ('in_invoice'::character varying)::text])) THEN '-1'::integer + ELSE 1 + END AS sign_qty + FROM public.account_invoice ai_1) invoice_type ON ((invoice_type.id = ai.id))) + GROUP BY ail.id, ail.product_id, ail.account_analytic_id, ai.date_invoice, ai.id, ai.partner_id, ai.payment_term_id, u2.name, u2.id, ai.currency_id, ai.journal_id, ai.fiscal_position_id, ai.user_id, ai.company_id, ai.type, invoice_type.sign, ai.state, pt.categ_id, ai.date_due, ai.account_id, ail.account_id, ai.partner_bank_id, ai.residual_company_signed, ai.amount_total_company_signed, ai.commercial_partner_id, partner.country_id, ai.team_id) sub + LEFT JOIN currency_rate cr ON (((cr.currency_id = sub.currency_id) AND (cr.company_id = sub.company_id) AND (cr.date_start <= COALESCE((sub.date)::timestamp with time zone, now())) AND ((cr.date_end IS NULL) OR (cr.date_end > COALESCE((sub.date)::timestamp with time zone, now())))))); + + +ALTER TABLE public.account_invoice_report OWNER TO odoo; + +-- +-- Name: account_invoice_tax; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_invoice_tax ( + id integer NOT NULL, + create_uid integer, + account_id integer NOT NULL, + sequence integer, + invoice_id integer, + manual boolean, + company_id integer, + write_uid integer, + currency_id integer, + amount numeric, + write_date timestamp without time zone, + account_analytic_id integer, + create_date timestamp without time zone, + tax_id integer, + name character varying NOT NULL +); + + +ALTER TABLE public.account_invoice_tax OWNER TO odoo; + +-- +-- Name: TABLE account_invoice_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_invoice_tax IS 'Invoice Tax'; + + +-- +-- Name: COLUMN account_invoice_tax.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_invoice_tax.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.account_id IS 'Tax Account'; + + +-- +-- Name: COLUMN account_invoice_tax.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_invoice_tax.invoice_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.invoice_id IS 'Invoice'; + + +-- +-- Name: COLUMN account_invoice_tax.manual; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.manual IS 'Manual'; + + +-- +-- Name: COLUMN account_invoice_tax.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_invoice_tax.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_invoice_tax.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_invoice_tax.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_invoice_tax.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_invoice_tax.account_analytic_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.account_analytic_id IS 'Analytic account'; + + +-- +-- Name: COLUMN account_invoice_tax.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_invoice_tax.tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.tax_id IS 'Tax'; + + +-- +-- Name: COLUMN account_invoice_tax.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_invoice_tax.name IS 'Tax Description'; + + +-- +-- Name: account_invoice_tax_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_invoice_tax_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_invoice_tax_id_seq OWNER TO odoo; + +-- +-- Name: account_invoice_tax_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_invoice_tax_id_seq OWNED BY public.account_invoice_tax.id; + + +-- +-- Name: account_journal; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal ( + id integer NOT NULL, + code character varying(5) NOT NULL, + create_date timestamp without time zone, + sequence integer, + write_uid integer, + currency_id integer, + at_least_one_inbound boolean, + bank_statements_source character varying, + bank_account_id integer, + create_uid integer, + group_invoice_lines boolean, + company_id integer NOT NULL, + profit_account_id integer, + display_on_footer boolean, + default_debit_account_id integer, + show_on_dashboard boolean, + default_credit_account_id integer, + sequence_id integer NOT NULL, + write_date timestamp without time zone, + refund_sequence_id integer, + loss_account_id integer, + update_posted boolean, + name character varying NOT NULL, + type character varying NOT NULL, + at_least_one_outbound boolean, + refund_sequence boolean +); + + +ALTER TABLE public.account_journal OWNER TO odoo; + +-- +-- Name: TABLE account_journal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal IS 'Journal'; + + +-- +-- Name: COLUMN account_journal.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.code IS 'Short Code'; + + +-- +-- Name: COLUMN account_journal.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_journal.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_journal.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_journal.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_journal.at_least_one_inbound; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.at_least_one_inbound IS 'At least one inbound'; + + +-- +-- Name: COLUMN account_journal.bank_statements_source; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.bank_statements_source IS 'Bank Feeds'; + + +-- +-- Name: COLUMN account_journal.bank_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.bank_account_id IS 'Bank Account'; + + +-- +-- Name: COLUMN account_journal.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_journal.group_invoice_lines; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.group_invoice_lines IS 'Group Invoice Lines'; + + +-- +-- Name: COLUMN account_journal.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_journal.profit_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.profit_account_id IS 'Profit Account'; + + +-- +-- Name: COLUMN account_journal.display_on_footer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.display_on_footer IS 'Show in Invoices Footer'; + + +-- +-- Name: COLUMN account_journal.default_debit_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.default_debit_account_id IS 'Default Debit Account'; + + +-- +-- Name: COLUMN account_journal.show_on_dashboard; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.show_on_dashboard IS 'Show journal on dashboard'; + + +-- +-- Name: COLUMN account_journal.default_credit_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.default_credit_account_id IS 'Default Credit Account'; + + +-- +-- Name: COLUMN account_journal.sequence_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.sequence_id IS 'Entry Sequence'; + + +-- +-- Name: COLUMN account_journal.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_journal.refund_sequence_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.refund_sequence_id IS 'Refund Entry Sequence'; + + +-- +-- Name: COLUMN account_journal.loss_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.loss_account_id IS 'Loss Account'; + + +-- +-- Name: COLUMN account_journal.update_posted; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.update_posted IS 'Allow Cancelling Entries'; + + +-- +-- Name: COLUMN account_journal.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.name IS 'Journal Name'; + + +-- +-- Name: COLUMN account_journal.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.type IS 'Type'; + + +-- +-- Name: COLUMN account_journal.at_least_one_outbound; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.at_least_one_outbound IS 'At least one outbound'; + + +-- +-- Name: COLUMN account_journal.refund_sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_journal.refund_sequence IS 'Dedicated Refund Sequence'; + + +-- +-- Name: account_journal_account_print_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal_account_print_journal_rel ( + account_print_journal_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_journal_account_print_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_journal_account_print_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal_account_print_journal_rel IS 'RELATION BETWEEN account_print_journal AND account_journal'; + + +-- +-- Name: account_journal_account_report_partner_ledger_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal_account_report_partner_ledger_rel ( + account_report_partner_ledger_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_journal_account_report_partner_ledger_rel OWNER TO odoo; + +-- +-- Name: TABLE account_journal_account_report_partner_ledger_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal_account_report_partner_ledger_rel IS 'RELATION BETWEEN account_report_partner_ledger AND account_journal'; + + +-- +-- Name: account_journal_accounting_report_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal_accounting_report_rel ( + accounting_report_id integer NOT NULL, + account_journal_id integer NOT NULL +); + + +ALTER TABLE public.account_journal_accounting_report_rel OWNER TO odoo; + +-- +-- Name: TABLE account_journal_accounting_report_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal_accounting_report_rel IS 'RELATION BETWEEN accounting_report AND account_journal'; + + +-- +-- Name: account_journal_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_journal_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_journal_id_seq OWNER TO odoo; + +-- +-- Name: account_journal_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_journal_id_seq OWNED BY public.account_journal.id; + + +-- +-- Name: account_journal_inbound_payment_method_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal_inbound_payment_method_rel ( + journal_id integer NOT NULL, + inbound_payment_method integer NOT NULL +); + + +ALTER TABLE public.account_journal_inbound_payment_method_rel OWNER TO odoo; + +-- +-- Name: TABLE account_journal_inbound_payment_method_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal_inbound_payment_method_rel IS 'RELATION BETWEEN account_journal AND account_payment_method'; + + +-- +-- Name: account_journal_outbound_payment_method_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal_outbound_payment_method_rel ( + journal_id integer NOT NULL, + outbound_payment_method integer NOT NULL +); + + +ALTER TABLE public.account_journal_outbound_payment_method_rel OWNER TO odoo; + +-- +-- Name: TABLE account_journal_outbound_payment_method_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal_outbound_payment_method_rel IS 'RELATION BETWEEN account_journal AND account_payment_method'; + + +-- +-- Name: account_journal_type_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_journal_type_rel ( + journal_id integer NOT NULL, + type_id integer NOT NULL +); + + +ALTER TABLE public.account_journal_type_rel OWNER TO odoo; + +-- +-- Name: TABLE account_journal_type_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_journal_type_rel IS 'RELATION BETWEEN account_journal AND account_account_type'; + + +-- +-- Name: account_move; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_move ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + state character varying NOT NULL, + ref character varying, + company_id integer, + journal_id integer NOT NULL, + currency_id integer, + amount numeric, + matched_percentage numeric, + write_date timestamp without time zone, + narration text, + date date NOT NULL, + create_date timestamp without time zone, + write_uid integer, + partner_id integer, + statement_line_id integer +); + + +ALTER TABLE public.account_move OWNER TO odoo; + +-- +-- Name: TABLE account_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_move IS 'Account Entry'; + + +-- +-- Name: COLUMN account_move.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_move.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.name IS 'Number'; + + +-- +-- Name: COLUMN account_move.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.state IS 'Status'; + + +-- +-- Name: COLUMN account_move.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.ref IS 'Reference'; + + +-- +-- Name: COLUMN account_move.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_move.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_move.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_move.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_move.matched_percentage; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.matched_percentage IS 'Percentage Matched'; + + +-- +-- Name: COLUMN account_move.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_move.narration; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.narration IS 'Internal Note'; + + +-- +-- Name: COLUMN account_move.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.date IS 'Date'; + + +-- +-- Name: COLUMN account_move.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_move.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_move.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_move.statement_line_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move.statement_line_id IS 'Bank statement line reconciled with this entry'; + + +-- +-- Name: account_move_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_move_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_move_id_seq OWNER TO odoo; + +-- +-- Name: account_move_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_move_id_seq OWNED BY public.account_move.id; + + +-- +-- Name: account_move_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_move_line ( + id integer NOT NULL, + create_date timestamp without time zone, + statement_id integer, + journal_id integer, + currency_id integer, + date_maturity date NOT NULL, + user_type_id integer, + partner_id integer, + blocked boolean, + analytic_account_id integer, + create_uid integer, + amount_residual numeric, + company_id integer, + credit_cash_basis numeric, + amount_residual_currency numeric, + debit numeric, + ref character varying, + account_id integer NOT NULL, + debit_cash_basis numeric, + reconciled boolean, + tax_exigible boolean, + balance_cash_basis numeric, + write_date timestamp without time zone, + date date, + write_uid integer, + move_id integer NOT NULL, + product_id integer, + payment_id integer, + company_currency_id integer, + name character varying NOT NULL, + invoice_id integer, + full_reconcile_id integer, + tax_line_id integer, + credit numeric, + product_uom_id integer, + amount_currency numeric, + balance numeric, + quantity numeric, + CONSTRAINT account_move_line_credit_debit1 CHECK (((credit * debit) = (0)::numeric)), + CONSTRAINT account_move_line_credit_debit2 CHECK (((credit + debit) >= (0)::numeric)) +); + + +ALTER TABLE public.account_move_line OWNER TO odoo; + +-- +-- Name: TABLE account_move_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_move_line IS 'Journal Item'; + + +-- +-- Name: COLUMN account_move_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_move_line.statement_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.statement_id IS 'Statement'; + + +-- +-- Name: COLUMN account_move_line.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_move_line.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_move_line.date_maturity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.date_maturity IS 'Due date'; + + +-- +-- Name: COLUMN account_move_line.user_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.user_type_id IS 'Type'; + + +-- +-- Name: COLUMN account_move_line.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_move_line.blocked; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.blocked IS 'No Follow-up'; + + +-- +-- Name: COLUMN account_move_line.analytic_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.analytic_account_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_move_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_move_line.amount_residual; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.amount_residual IS 'Residual Amount'; + + +-- +-- Name: COLUMN account_move_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_move_line.credit_cash_basis; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.credit_cash_basis IS 'Credit cash basis'; + + +-- +-- Name: COLUMN account_move_line.amount_residual_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.amount_residual_currency IS 'Residual Amount in Currency'; + + +-- +-- Name: COLUMN account_move_line.debit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.debit IS 'Debit'; + + +-- +-- Name: COLUMN account_move_line.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.ref IS 'Reference'; + + +-- +-- Name: COLUMN account_move_line.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_move_line.debit_cash_basis; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.debit_cash_basis IS 'Debit cash basis'; + + +-- +-- Name: COLUMN account_move_line.reconciled; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.reconciled IS 'Reconciled'; + + +-- +-- Name: COLUMN account_move_line.tax_exigible; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.tax_exigible IS 'Appears in VAT report'; + + +-- +-- Name: COLUMN account_move_line.balance_cash_basis; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.balance_cash_basis IS 'Balance cash basis'; + + +-- +-- Name: COLUMN account_move_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_move_line.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.date IS 'Date'; + + +-- +-- Name: COLUMN account_move_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_move_line.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.move_id IS 'Journal Entry'; + + +-- +-- Name: COLUMN account_move_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN account_move_line.payment_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.payment_id IS 'Originator Payment'; + + +-- +-- Name: COLUMN account_move_line.company_currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.company_currency_id IS 'Company Currency'; + + +-- +-- Name: COLUMN account_move_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.name IS 'Label'; + + +-- +-- Name: COLUMN account_move_line.invoice_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.invoice_id IS 'Invoice id'; + + +-- +-- Name: COLUMN account_move_line.full_reconcile_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.full_reconcile_id IS 'Matching Number'; + + +-- +-- Name: COLUMN account_move_line.tax_line_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.tax_line_id IS 'Originator tax'; + + +-- +-- Name: COLUMN account_move_line.credit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.credit IS 'Credit'; + + +-- +-- Name: COLUMN account_move_line.product_uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.product_uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN account_move_line.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.amount_currency IS 'Amount currency'; + + +-- +-- Name: COLUMN account_move_line.balance; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.balance IS 'Balance'; + + +-- +-- Name: COLUMN account_move_line.quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line.quantity IS 'Quantity'; + + +-- +-- Name: account_move_line_account_tax_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_move_line_account_tax_rel ( + account_move_line_id integer NOT NULL, + account_tax_id integer NOT NULL +); + + +ALTER TABLE public.account_move_line_account_tax_rel OWNER TO odoo; + +-- +-- Name: TABLE account_move_line_account_tax_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_move_line_account_tax_rel IS 'RELATION BETWEEN account_move_line AND account_tax'; + + +-- +-- Name: account_move_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_move_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_move_line_id_seq OWNER TO odoo; + +-- +-- Name: account_move_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_move_line_id_seq OWNED BY public.account_move_line.id; + + +-- +-- Name: account_move_line_reconcile; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_move_line_reconcile ( + id integer NOT NULL, + create_uid integer, + writeoff numeric, + company_id integer NOT NULL, + write_uid integer, + credit numeric, + write_date timestamp without time zone, + debit numeric, + trans_nbr integer, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_move_line_reconcile OWNER TO odoo; + +-- +-- Name: TABLE account_move_line_reconcile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_move_line_reconcile IS 'Account move line reconcile'; + + +-- +-- Name: COLUMN account_move_line_reconcile.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_move_line_reconcile.writeoff; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.writeoff IS 'Write-Off amount'; + + +-- +-- Name: COLUMN account_move_line_reconcile.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_move_line_reconcile.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_move_line_reconcile.credit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.credit IS 'Credit amount'; + + +-- +-- Name: COLUMN account_move_line_reconcile.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_move_line_reconcile.debit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.debit IS 'Debit amount'; + + +-- +-- Name: COLUMN account_move_line_reconcile.trans_nbr; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.trans_nbr IS '# of Transaction'; + + +-- +-- Name: COLUMN account_move_line_reconcile.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile.create_date IS 'Created on'; + + +-- +-- Name: account_move_line_reconcile_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_move_line_reconcile_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_move_line_reconcile_id_seq OWNER TO odoo; + +-- +-- Name: account_move_line_reconcile_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_move_line_reconcile_id_seq OWNED BY public.account_move_line_reconcile.id; + + +-- +-- Name: account_move_line_reconcile_writeoff; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_move_line_reconcile_writeoff ( + id integer NOT NULL, + comment character varying NOT NULL, + create_uid integer, + writeoff_acc_id integer NOT NULL, + journal_id integer NOT NULL, + analytic_id integer, + write_date timestamp without time zone, + date_p date, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.account_move_line_reconcile_writeoff OWNER TO odoo; + +-- +-- Name: TABLE account_move_line_reconcile_writeoff; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_move_line_reconcile_writeoff IS 'Account move line reconcile (writeoff)'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.comment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.comment IS 'Comment'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.writeoff_acc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.writeoff_acc_id IS 'Write-Off account'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.journal_id IS 'Write-Off Journal'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.analytic_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.analytic_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.date_p; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.date_p IS 'Date'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_move_line_reconcile_writeoff.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_line_reconcile_writeoff.write_uid IS 'Last Updated by'; + + +-- +-- Name: account_move_line_reconcile_writeoff_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_move_line_reconcile_writeoff_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_move_line_reconcile_writeoff_id_seq OWNER TO odoo; + +-- +-- Name: account_move_line_reconcile_writeoff_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_move_line_reconcile_writeoff_id_seq OWNED BY public.account_move_line_reconcile_writeoff.id; + + +-- +-- Name: account_move_reversal; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_move_reversal ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + journal_id integer, + write_uid integer, + write_date timestamp without time zone, + date date NOT NULL +); + + +ALTER TABLE public.account_move_reversal OWNER TO odoo; + +-- +-- Name: TABLE account_move_reversal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_move_reversal IS 'Account move reversal'; + + +-- +-- Name: COLUMN account_move_reversal.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_reversal.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_move_reversal.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_reversal.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_move_reversal.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_reversal.journal_id IS 'Use Specific Journal'; + + +-- +-- Name: COLUMN account_move_reversal.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_reversal.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_move_reversal.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_reversal.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_move_reversal.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_move_reversal.date IS 'Reversal date'; + + +-- +-- Name: account_move_reversal_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_move_reversal_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_move_reversal_id_seq OWNER TO odoo; + +-- +-- Name: account_move_reversal_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_move_reversal_id_seq OWNED BY public.account_move_reversal.id; + + +-- +-- Name: account_partial_reconcile; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_partial_reconcile ( + id integer NOT NULL, + create_uid integer, + currency_id integer, + credit_move_id integer NOT NULL, + full_reconcile_id integer, + company_id integer, + write_uid integer, + amount numeric, + debit_move_id integer NOT NULL, + write_date timestamp without time zone, + amount_currency numeric, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_partial_reconcile OWNER TO odoo; + +-- +-- Name: TABLE account_partial_reconcile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_partial_reconcile IS 'Partial Reconcile'; + + +-- +-- Name: COLUMN account_partial_reconcile.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_partial_reconcile.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_partial_reconcile.credit_move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.credit_move_id IS 'Credit move id'; + + +-- +-- Name: COLUMN account_partial_reconcile.full_reconcile_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.full_reconcile_id IS 'Full Reconcile'; + + +-- +-- Name: COLUMN account_partial_reconcile.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.company_id IS 'Currency'; + + +-- +-- Name: COLUMN account_partial_reconcile.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_partial_reconcile.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_partial_reconcile.debit_move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.debit_move_id IS 'Debit move id'; + + +-- +-- Name: COLUMN account_partial_reconcile.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_partial_reconcile.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.amount_currency IS 'Amount in Currency'; + + +-- +-- Name: COLUMN account_partial_reconcile.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_partial_reconcile.create_date IS 'Created on'; + + +-- +-- Name: account_partial_reconcile_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_partial_reconcile_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_partial_reconcile_id_seq OWNER TO odoo; + +-- +-- Name: account_partial_reconcile_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_partial_reconcile_id_seq OWNED BY public.account_partial_reconcile.id; + + +-- +-- Name: account_payment; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_payment ( + id integer NOT NULL, + create_date timestamp without time zone, + communication character varying, + journal_id integer NOT NULL, + currency_id integer NOT NULL, + partner_id integer, + payment_method_id integer NOT NULL, + payment_date date NOT NULL, + payment_difference_handling character varying, + company_id integer, + state character varying, + writeoff_account_id integer, + create_uid integer, + move_name character varying, + partner_type character varying, + write_date timestamp without time zone, + write_uid integer, + name character varying, + destination_journal_id integer, + amount numeric NOT NULL, + payment_type character varying NOT NULL, + payment_reference character varying, + payment_transaction_id integer, + payment_token_id integer, + bill_amount double precision, + invoice_id integer +); + + +ALTER TABLE public.account_payment OWNER TO odoo; + +-- +-- Name: TABLE account_payment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_payment IS 'Payments'; + + +-- +-- Name: COLUMN account_payment.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_payment.communication; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.communication IS 'Memo'; + + +-- +-- Name: COLUMN account_payment.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.journal_id IS 'Payment Journal'; + + +-- +-- Name: COLUMN account_payment.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_payment.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_payment.payment_method_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_method_id IS 'Payment Method Type'; + + +-- +-- Name: COLUMN account_payment.payment_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_date IS 'Payment Date'; + + +-- +-- Name: COLUMN account_payment.payment_difference_handling; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_difference_handling IS 'Payment Difference'; + + +-- +-- Name: COLUMN account_payment.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_payment.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.state IS 'Status'; + + +-- +-- Name: COLUMN account_payment.writeoff_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.writeoff_account_id IS 'Difference Account'; + + +-- +-- Name: COLUMN account_payment.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_payment.move_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.move_name IS 'Journal Entry Name'; + + +-- +-- Name: COLUMN account_payment.partner_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.partner_type IS 'Partner type'; + + +-- +-- Name: COLUMN account_payment.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_payment.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_payment.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.name IS 'Name'; + + +-- +-- Name: COLUMN account_payment.destination_journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.destination_journal_id IS 'Transfer To'; + + +-- +-- Name: COLUMN account_payment.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.amount IS 'Payment Amount'; + + +-- +-- Name: COLUMN account_payment.payment_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_type IS 'Payment Type'; + + +-- +-- Name: COLUMN account_payment.payment_reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_reference IS 'Payment reference'; + + +-- +-- Name: COLUMN account_payment.payment_transaction_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_transaction_id IS 'Payment Transaction'; + + +-- +-- Name: COLUMN account_payment.payment_token_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.payment_token_id IS 'Saved payment token'; + + +-- +-- Name: COLUMN account_payment.bill_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.bill_amount IS 'Bill Amount'; + + +-- +-- Name: COLUMN account_payment.invoice_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment.invoice_id IS 'Invoice'; + + +-- +-- Name: account_payment_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_payment_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_payment_id_seq OWNER TO odoo; + +-- +-- Name: account_payment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_payment_id_seq OWNED BY public.account_payment.id; + + +-- +-- Name: account_payment_method; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_payment_method ( + id integer NOT NULL, + create_uid integer, + code character varying NOT NULL, + name character varying NOT NULL, + write_uid integer, + payment_type character varying NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.account_payment_method OWNER TO odoo; + +-- +-- Name: TABLE account_payment_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_payment_method IS 'Payment Methods'; + + +-- +-- Name: COLUMN account_payment_method.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_payment_method.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.code IS 'Code'; + + +-- +-- Name: COLUMN account_payment_method.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.name IS 'Name'; + + +-- +-- Name: COLUMN account_payment_method.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_payment_method.payment_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.payment_type IS 'Payment type'; + + +-- +-- Name: COLUMN account_payment_method.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_payment_method.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_method.create_date IS 'Created on'; + + +-- +-- Name: account_payment_method_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_payment_method_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_payment_method_id_seq OWNER TO odoo; + +-- +-- Name: account_payment_method_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_payment_method_id_seq OWNED BY public.account_payment_method.id; + + +-- +-- Name: account_payment_term; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_payment_term ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + company_id integer NOT NULL, + write_uid integer, + note text, + create_date timestamp without time zone, + write_date timestamp without time zone, + active boolean +); + + +ALTER TABLE public.account_payment_term OWNER TO odoo; + +-- +-- Name: TABLE account_payment_term; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_payment_term IS 'Payment Term'; + + +-- +-- Name: COLUMN account_payment_term.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_payment_term.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.name IS 'Payment Terms'; + + +-- +-- Name: COLUMN account_payment_term.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_payment_term.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_payment_term.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.note IS 'Description on the Invoice'; + + +-- +-- Name: COLUMN account_payment_term.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_payment_term.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_payment_term.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term.active IS 'Active'; + + +-- +-- Name: account_payment_term_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_payment_term_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_payment_term_id_seq OWNER TO odoo; + +-- +-- Name: account_payment_term_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_payment_term_id_seq OWNED BY public.account_payment_term.id; + + +-- +-- Name: account_payment_term_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_payment_term_line ( + id integer NOT NULL, + payment_id integer NOT NULL, + create_uid integer, + option character varying NOT NULL, + sequence integer, + days integer NOT NULL, + value character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + value_amount numeric +); + + +ALTER TABLE public.account_payment_term_line OWNER TO odoo; + +-- +-- Name: TABLE account_payment_term_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_payment_term_line IS 'Payment Term Line'; + + +-- +-- Name: COLUMN account_payment_term_line.payment_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.payment_id IS 'Payment Terms'; + + +-- +-- Name: COLUMN account_payment_term_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_payment_term_line.option; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.option IS 'Options'; + + +-- +-- Name: COLUMN account_payment_term_line.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_payment_term_line.days; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.days IS 'Number of Days'; + + +-- +-- Name: COLUMN account_payment_term_line.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.value IS 'Type'; + + +-- +-- Name: COLUMN account_payment_term_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_payment_term_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_payment_term_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_payment_term_line.value_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_payment_term_line.value_amount IS 'Value'; + + +-- +-- Name: account_payment_term_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_payment_term_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_payment_term_line_id_seq OWNER TO odoo; + +-- +-- Name: account_payment_term_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_payment_term_line_id_seq OWNED BY public.account_payment_term_line.id; + + +-- +-- Name: account_print_journal; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_print_journal ( + id integer NOT NULL, + create_uid integer, + sort_selection character varying NOT NULL, + date_from date, + company_id integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + date_to date, + amount_currency boolean, + write_uid integer, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_print_journal OWNER TO odoo; + +-- +-- Name: TABLE account_print_journal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_print_journal IS 'Account Print Journal'; + + +-- +-- Name: COLUMN account_print_journal.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_print_journal.sort_selection; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.sort_selection IS 'Entries Sorted by'; + + +-- +-- Name: COLUMN account_print_journal.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_print_journal.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_print_journal.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_print_journal.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_print_journal.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_print_journal.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.amount_currency IS 'With Currency'; + + +-- +-- Name: COLUMN account_print_journal.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_print_journal.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_print_journal.target_move IS 'Target Moves'; + + +-- +-- Name: account_print_journal_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_print_journal_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_print_journal_id_seq OWNER TO odoo; + +-- +-- Name: account_print_journal_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_print_journal_id_seq OWNED BY public.account_print_journal.id; + + +-- +-- Name: account_reconcile_model; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_reconcile_model ( + id integer NOT NULL, + second_analytic_account_id integer, + create_date timestamp without time zone, + sequence integer NOT NULL, + second_amount_type character varying NOT NULL, + second_journal_id integer, + journal_id integer, + analytic_account_id integer, + create_uid integer, + second_tax_id integer, + has_second_line boolean, + company_id integer NOT NULL, + label character varying, + second_label character varying, + second_account_id integer, + account_id integer, + write_date timestamp without time zone, + write_uid integer, + tax_id integer, + amount_type character varying NOT NULL, + name character varying NOT NULL, + amount numeric NOT NULL, + second_amount numeric NOT NULL +); + + +ALTER TABLE public.account_reconcile_model OWNER TO odoo; + +-- +-- Name: TABLE account_reconcile_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_reconcile_model IS 'Preset to create journal entries during a invoices and payments matching'; + + +-- +-- Name: COLUMN account_reconcile_model.second_analytic_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_analytic_account_id IS 'Second Analytic Account'; + + +-- +-- Name: COLUMN account_reconcile_model.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_reconcile_model.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_reconcile_model.second_amount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_amount_type IS 'Second Amount type'; + + +-- +-- Name: COLUMN account_reconcile_model.second_journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_journal_id IS 'Second Journal'; + + +-- +-- Name: COLUMN account_reconcile_model.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_reconcile_model.analytic_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.analytic_account_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_reconcile_model.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_reconcile_model.second_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_tax_id IS 'Second Tax'; + + +-- +-- Name: COLUMN account_reconcile_model.has_second_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.has_second_line IS 'Add a second line'; + + +-- +-- Name: COLUMN account_reconcile_model.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_reconcile_model.label; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.label IS 'Journal Item Label'; + + +-- +-- Name: COLUMN account_reconcile_model.second_label; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_label IS 'Second Journal Item Label'; + + +-- +-- Name: COLUMN account_reconcile_model.second_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_account_id IS 'Second Account'; + + +-- +-- Name: COLUMN account_reconcile_model.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_reconcile_model.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_reconcile_model.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_reconcile_model.tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.tax_id IS 'Tax'; + + +-- +-- Name: COLUMN account_reconcile_model.amount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.amount_type IS 'Amount type'; + + +-- +-- Name: COLUMN account_reconcile_model.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.name IS 'Button Label'; + + +-- +-- Name: COLUMN account_reconcile_model.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_reconcile_model.second_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model.second_amount IS 'Second Amount'; + + +-- +-- Name: account_reconcile_model_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_reconcile_model_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_reconcile_model_id_seq OWNER TO odoo; + +-- +-- Name: account_reconcile_model_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_reconcile_model_id_seq OWNED BY public.account_reconcile_model.id; + + +-- +-- Name: account_reconcile_model_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_reconcile_model_template ( + id integer NOT NULL, + amount_type character varying NOT NULL, + second_account_id integer, + create_uid integer, + account_id integer, + second_tax_id integer, + second_amount_type character varying NOT NULL, + has_second_line boolean, + sequence integer NOT NULL, + label character varying, + write_uid integer, + amount numeric NOT NULL, + write_date timestamp without time zone, + second_label character varying, + create_date timestamp without time zone, + second_amount numeric NOT NULL, + tax_id integer, + name character varying NOT NULL +); + + +ALTER TABLE public.account_reconcile_model_template OWNER TO odoo; + +-- +-- Name: TABLE account_reconcile_model_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_reconcile_model_template IS 'account.reconcile.model.template'; + + +-- +-- Name: COLUMN account_reconcile_model_template.amount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.amount_type IS 'Amount type'; + + +-- +-- Name: COLUMN account_reconcile_model_template.second_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.second_account_id IS 'Second Account'; + + +-- +-- Name: COLUMN account_reconcile_model_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_reconcile_model_template.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_reconcile_model_template.second_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.second_tax_id IS 'Second Tax'; + + +-- +-- Name: COLUMN account_reconcile_model_template.second_amount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.second_amount_type IS 'Second Amount type'; + + +-- +-- Name: COLUMN account_reconcile_model_template.has_second_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.has_second_line IS 'Add a second line'; + + +-- +-- Name: COLUMN account_reconcile_model_template.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_reconcile_model_template.label; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.label IS 'Journal Item Label'; + + +-- +-- Name: COLUMN account_reconcile_model_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_reconcile_model_template.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_reconcile_model_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_reconcile_model_template.second_label; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.second_label IS 'Second Journal Item Label'; + + +-- +-- Name: COLUMN account_reconcile_model_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_reconcile_model_template.second_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.second_amount IS 'Second Amount'; + + +-- +-- Name: COLUMN account_reconcile_model_template.tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.tax_id IS 'Tax'; + + +-- +-- Name: COLUMN account_reconcile_model_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_reconcile_model_template.name IS 'Button Label'; + + +-- +-- Name: account_reconcile_model_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_reconcile_model_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_reconcile_model_template_id_seq OWNER TO odoo; + +-- +-- Name: account_reconcile_model_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_reconcile_model_template_id_seq OWNED BY public.account_reconcile_model_template.id; + + +-- +-- Name: account_register_payments; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_register_payments ( + id integer NOT NULL, + create_uid integer, + payment_date date NOT NULL, + communication character varying, + journal_id integer NOT NULL, + currency_id integer NOT NULL, + partner_type character varying, + amount numeric NOT NULL, + payment_type character varying NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer, + partner_id integer, + payment_method_id integer NOT NULL +); + + +ALTER TABLE public.account_register_payments OWNER TO odoo; + +-- +-- Name: TABLE account_register_payments; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_register_payments IS 'Register payments on multiple invoices'; + + +-- +-- Name: COLUMN account_register_payments.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_register_payments.payment_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.payment_date IS 'Payment Date'; + + +-- +-- Name: COLUMN account_register_payments.communication; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.communication IS 'Memo'; + + +-- +-- Name: COLUMN account_register_payments.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.journal_id IS 'Payment Journal'; + + +-- +-- Name: COLUMN account_register_payments.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN account_register_payments.partner_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.partner_type IS 'Partner type'; + + +-- +-- Name: COLUMN account_register_payments.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.amount IS 'Payment Amount'; + + +-- +-- Name: COLUMN account_register_payments.payment_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.payment_type IS 'Payment Type'; + + +-- +-- Name: COLUMN account_register_payments.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_register_payments.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_register_payments.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_register_payments.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_register_payments.payment_method_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_register_payments.payment_method_id IS 'Payment Method Type'; + + +-- +-- Name: account_register_payments_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_register_payments_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_register_payments_id_seq OWNER TO odoo; + +-- +-- Name: account_register_payments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_register_payments_id_seq OWNED BY public.account_register_payments.id; + + +-- +-- Name: account_report; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.account_report AS + SELECT r.id, + r.date, + r.account_id, + sum(r.actual_amount) AS actual_amount, + sum(r.amount_received) AS amount_received + FROM ( SELECT concat(ail.account_id, '_', ai.date_invoice, '_', ai.type) AS id, + ai.id AS invoice_id, + ai.date_invoice AS date, + ail.account_id, + CASE + WHEN ((ai.type)::text = 'out_refund'::text) THEN (0)::numeric + ELSE sum(ail.price_subtotal) + END AS actual_amount, + CASE + WHEN ((ai.type)::text = 'out_refund'::text) THEN sum(((- ail.price_subtotal) * (ai.amount_total / (ai.amount_tax + ai.amount_untaxed)))) + ELSE sum((ail.price_subtotal * (ai.amount_total / (ai.amount_tax + ai.amount_untaxed)))) + END AS amount_received + FROM public.account_invoice ai, + public.account_invoice_line ail + WHERE ((ail.invoice_id = ai.id) AND ((ai.amount_tax + ai.amount_untaxed) <> (0)::numeric) AND ((ai.state)::text = 'paid'::text)) + GROUP BY ail.account_id, ai.date_invoice, ai.type, ai.id + UNION + SELECT concat(ail.account_id, '_', ai.date_invoice, '_', ai.type) AS id, + ai.id AS invoice_id, + ai.date_invoice AS date, + ail.account_id, + CASE + WHEN ((ai.type)::text = 'out_refund'::text) THEN (0)::numeric + ELSE max(ai.amount_total) + END AS actual_amount, + CASE + WHEN ((ai.type)::text = 'out_refund'::text) THEN (max(ai.amount_total) * ('-1'::integer)::numeric) + ELSE max(ai.amount_total) + END AS amount_received + FROM public.account_invoice ai, + public.account_invoice_line ail + WHERE ((ail.invoice_id = ai.id) AND ((ai.amount_tax + ai.amount_untaxed) = (0)::numeric) AND ((ai.state)::text = 'paid'::text) AND (NOT (ail.account_id IN ( SELECT account_account.id + FROM public.account_account + WHERE ((account_account.name)::text = ANY ((ARRAY['FINE'::character varying, 'Discount'::character varying, 'Overcharge'::character varying])::text[])))))) + GROUP BY ail.account_id, ai.date_invoice, ai.type, ai.id + UNION + SELECT concat(ail.account_id, '_', ai.date_invoice, '_', ai.type) AS id, + ai.id AS invoice_id, + ai.date_invoice AS date, + ail.account_id, + CASE + WHEN ((ai.type)::text = 'out_refund'::text) THEN (0)::numeric + ELSE sum(ai.amount_total) + END AS actual_amount, + CASE + WHEN ((ai.type)::text = 'out_refund'::text) THEN sum((- ai.amount_total)) + ELSE sum(ai.amount_total) + END AS amount_received + FROM public.account_invoice ai, + public.account_invoice_line ail + WHERE ((ail.invoice_id = ai.id) AND ((ai.amount_tax + ai.amount_untaxed) = (0)::numeric) AND ((ai.state)::text = 'paid'::text) AND (ail.account_id IN ( SELECT account_account.id + FROM public.account_account + WHERE ((account_account.name)::text = ANY ((ARRAY['FINE'::character varying, 'Discount'::character varying, 'Overcharge'::character varying])::text[]))))) + GROUP BY ail.account_id, ai.date_invoice, ai.type, ai.id) r + GROUP BY r.id, r.date, r.account_id; + + +ALTER TABLE public.account_report OWNER TO odoo; + +-- +-- Name: account_report_general_ledger; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_report_general_ledger ( + id integer NOT NULL, + create_uid integer, + initial_balance boolean, + date_from date, + company_id integer, + sortby character varying NOT NULL, + write_date timestamp without time zone, + date_to date, + create_date timestamp without time zone, + write_uid integer, + display_account character varying NOT NULL, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_report_general_ledger OWNER TO odoo; + +-- +-- Name: TABLE account_report_general_ledger; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_report_general_ledger IS 'General Ledger Report'; + + +-- +-- Name: COLUMN account_report_general_ledger.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_report_general_ledger.initial_balance; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.initial_balance IS 'Include Initial Balances'; + + +-- +-- Name: COLUMN account_report_general_ledger.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_report_general_ledger.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_report_general_ledger.sortby; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.sortby IS 'Sort by'; + + +-- +-- Name: COLUMN account_report_general_ledger.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_report_general_ledger.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_report_general_ledger.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_report_general_ledger.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_report_general_ledger.display_account; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.display_account IS 'Display Accounts'; + + +-- +-- Name: COLUMN account_report_general_ledger.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_general_ledger.target_move IS 'Target Moves'; + + +-- +-- Name: account_report_general_ledger_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_report_general_ledger_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_report_general_ledger_id_seq OWNER TO odoo; + +-- +-- Name: account_report_general_ledger_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_report_general_ledger_id_seq OWNED BY public.account_report_general_ledger.id; + + +-- +-- Name: account_report_general_ledger_journal_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_report_general_ledger_journal_rel ( + account_id integer NOT NULL, + journal_id integer NOT NULL +); + + +ALTER TABLE public.account_report_general_ledger_journal_rel OWNER TO odoo; + +-- +-- Name: TABLE account_report_general_ledger_journal_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_report_general_ledger_journal_rel IS 'RELATION BETWEEN account_report_general_ledger AND account_journal'; + + +-- +-- Name: account_report_partner_ledger; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_report_partner_ledger ( + id integer NOT NULL, + create_uid integer, + reconciled boolean, + result_selection character varying NOT NULL, + company_id integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + date_to date, + amount_currency boolean, + write_uid integer, + date_from date, + target_move character varying NOT NULL +); + + +ALTER TABLE public.account_report_partner_ledger OWNER TO odoo; + +-- +-- Name: TABLE account_report_partner_ledger; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_report_partner_ledger IS 'Account Partner Ledger'; + + +-- +-- Name: COLUMN account_report_partner_ledger.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_report_partner_ledger.reconciled; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.reconciled IS 'Reconciled Entries'; + + +-- +-- Name: COLUMN account_report_partner_ledger.result_selection; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.result_selection IS 'Partner''s'; + + +-- +-- Name: COLUMN account_report_partner_ledger.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_report_partner_ledger.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_report_partner_ledger.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_report_partner_ledger.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.date_to IS 'End Date'; + + +-- +-- Name: COLUMN account_report_partner_ledger.amount_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.amount_currency IS 'With Currency'; + + +-- +-- Name: COLUMN account_report_partner_ledger.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_report_partner_ledger.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN account_report_partner_ledger.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_report_partner_ledger.target_move IS 'Target Moves'; + + +-- +-- Name: account_report_partner_ledger_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_report_partner_ledger_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_report_partner_ledger_id_seq OWNER TO odoo; + +-- +-- Name: account_report_partner_ledger_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_report_partner_ledger_id_seq OWNED BY public.account_report_partner_ledger.id; + + +-- +-- Name: account_tax; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax ( + id integer NOT NULL, + create_date timestamp without time zone, + sequence integer NOT NULL, + write_uid integer, + include_base_amount boolean, + description character varying, + create_uid integer, + company_id integer NOT NULL, + analytic boolean, + account_id integer, + tax_adjustment boolean, + type_tax_use character varying NOT NULL, + refund_account_id integer, + write_date timestamp without time zone, + active boolean, + amount_type character varying NOT NULL, + name character varying NOT NULL, + tax_group_id integer NOT NULL, + amount numeric NOT NULL, + price_include boolean +); + + +ALTER TABLE public.account_tax OWNER TO odoo; + +-- +-- Name: TABLE account_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax IS 'Tax'; + + +-- +-- Name: COLUMN account_tax.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_tax.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_tax.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_tax.include_base_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.include_base_amount IS 'Affect Base of Subsequent Taxes'; + + +-- +-- Name: COLUMN account_tax.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.description IS 'Label on Invoices'; + + +-- +-- Name: COLUMN account_tax.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_tax.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_tax.analytic; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.analytic IS 'Include in Analytic Cost'; + + +-- +-- Name: COLUMN account_tax.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.account_id IS 'Tax Account'; + + +-- +-- Name: COLUMN account_tax.tax_adjustment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.tax_adjustment IS 'Tax adjustment'; + + +-- +-- Name: COLUMN account_tax.type_tax_use; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.type_tax_use IS 'Tax Scope'; + + +-- +-- Name: COLUMN account_tax.refund_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.refund_account_id IS 'Tax Account on Refunds'; + + +-- +-- Name: COLUMN account_tax.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_tax.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.active IS 'Active'; + + +-- +-- Name: COLUMN account_tax.amount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.amount_type IS 'Tax Computation'; + + +-- +-- Name: COLUMN account_tax.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.name IS 'Tax Name'; + + +-- +-- Name: COLUMN account_tax.tax_group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.tax_group_id IS 'Tax Group'; + + +-- +-- Name: COLUMN account_tax.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_tax.price_include; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax.price_include IS 'Included in Price'; + + +-- +-- Name: account_tax_account_tag; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_account_tag ( + account_tax_id integer NOT NULL, + account_account_tag_id integer NOT NULL +); + + +ALTER TABLE public.account_tax_account_tag OWNER TO odoo; + +-- +-- Name: TABLE account_tax_account_tag; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_account_tag IS 'RELATION BETWEEN account_tax AND account_account_tag'; + + +-- +-- Name: account_tax_account_voucher_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_account_voucher_line_rel ( + account_voucher_line_id integer NOT NULL, + account_tax_id integer NOT NULL +); + + +ALTER TABLE public.account_tax_account_voucher_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_tax_account_voucher_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_account_voucher_line_rel IS 'RELATION BETWEEN account_voucher_line AND account_tax'; + + +-- +-- Name: account_tax_filiation_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_filiation_rel ( + parent_tax integer NOT NULL, + child_tax integer NOT NULL +); + + +ALTER TABLE public.account_tax_filiation_rel OWNER TO odoo; + +-- +-- Name: TABLE account_tax_filiation_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_filiation_rel IS 'RELATION BETWEEN account_tax AND account_tax'; + + +-- +-- Name: account_tax_group; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_group ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + sequence integer, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.account_tax_group OWNER TO odoo; + +-- +-- Name: TABLE account_tax_group; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_group IS 'account.tax.group'; + + +-- +-- Name: COLUMN account_tax_group.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_group.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_tax_group.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_group.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_tax_group.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_group.name IS 'Name'; + + +-- +-- Name: COLUMN account_tax_group.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_group.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_tax_group.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_group.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_tax_group.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_group.write_date IS 'Last Updated on'; + + +-- +-- Name: account_tax_group_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_tax_group_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_tax_group_id_seq OWNER TO odoo; + +-- +-- Name: account_tax_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_tax_group_id_seq OWNED BY public.account_tax_group.id; + + +-- +-- Name: account_tax_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_tax_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_tax_id_seq OWNER TO odoo; + +-- +-- Name: account_tax_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_tax_id_seq OWNED BY public.account_tax.id; + + +-- +-- Name: account_tax_purchase_order_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_purchase_order_line_rel ( + purchase_order_line_id integer NOT NULL, + account_tax_id integer NOT NULL +); + + +ALTER TABLE public.account_tax_purchase_order_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_tax_purchase_order_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_purchase_order_line_rel IS 'RELATION BETWEEN purchase_order_line AND account_tax'; + + +-- +-- Name: account_tax_sale_advance_payment_inv_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_sale_advance_payment_inv_rel ( + sale_advance_payment_inv_id integer NOT NULL, + account_tax_id integer NOT NULL +); + + +ALTER TABLE public.account_tax_sale_advance_payment_inv_rel OWNER TO odoo; + +-- +-- Name: TABLE account_tax_sale_advance_payment_inv_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_sale_advance_payment_inv_rel IS 'RELATION BETWEEN sale_advance_payment_inv AND account_tax'; + + +-- +-- Name: account_tax_sale_order_line_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_sale_order_line_rel ( + sale_order_line_id integer NOT NULL, + account_tax_id integer NOT NULL +); + + +ALTER TABLE public.account_tax_sale_order_line_rel OWNER TO odoo; + +-- +-- Name: TABLE account_tax_sale_order_line_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_sale_order_line_rel IS 'RELATION BETWEEN sale_order_line AND account_tax'; + + +-- +-- Name: account_tax_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_template ( + id integer NOT NULL, + create_date timestamp without time zone, + sequence integer NOT NULL, + write_uid integer, + include_base_amount boolean, + description character varying, + create_uid integer, + company_id integer NOT NULL, + analytic boolean, + account_id integer, + tax_adjustment boolean, + type_tax_use character varying NOT NULL, + refund_account_id integer, + write_date timestamp without time zone, + active boolean, + amount_type character varying NOT NULL, + name character varying NOT NULL, + tax_group_id integer, + chart_template_id integer NOT NULL, + amount numeric NOT NULL, + price_include boolean +); + + +ALTER TABLE public.account_tax_template OWNER TO odoo; + +-- +-- Name: TABLE account_tax_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_template IS 'Templates for Taxes'; + + +-- +-- Name: COLUMN account_tax_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_tax_template.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_tax_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_tax_template.include_base_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.include_base_amount IS 'Affect Subsequent Taxes'; + + +-- +-- Name: COLUMN account_tax_template.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.description IS 'Display on Invoices'; + + +-- +-- Name: COLUMN account_tax_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_tax_template.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_tax_template.analytic; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.analytic IS 'Analytic Cost'; + + +-- +-- Name: COLUMN account_tax_template.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.account_id IS 'Tax Account'; + + +-- +-- Name: COLUMN account_tax_template.tax_adjustment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.tax_adjustment IS 'Tax adjustment'; + + +-- +-- Name: COLUMN account_tax_template.type_tax_use; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.type_tax_use IS 'Tax Scope'; + + +-- +-- Name: COLUMN account_tax_template.refund_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.refund_account_id IS 'Tax Account on Refunds'; + + +-- +-- Name: COLUMN account_tax_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_tax_template.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.active IS 'Active'; + + +-- +-- Name: COLUMN account_tax_template.amount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.amount_type IS 'Tax Computation'; + + +-- +-- Name: COLUMN account_tax_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.name IS 'Tax Name'; + + +-- +-- Name: COLUMN account_tax_template.tax_group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.tax_group_id IS 'Tax Group'; + + +-- +-- Name: COLUMN account_tax_template.chart_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.chart_template_id IS 'Chart Template'; + + +-- +-- Name: COLUMN account_tax_template.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.amount IS 'Amount'; + + +-- +-- Name: COLUMN account_tax_template.price_include; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_tax_template.price_include IS 'Included in Price'; + + +-- +-- Name: account_tax_template_filiation_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_tax_template_filiation_rel ( + parent_tax integer NOT NULL, + child_tax integer NOT NULL +); + + +ALTER TABLE public.account_tax_template_filiation_rel OWNER TO odoo; + +-- +-- Name: TABLE account_tax_template_filiation_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_tax_template_filiation_rel IS 'RELATION BETWEEN account_tax_template AND account_tax_template'; + + +-- +-- Name: account_tax_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_tax_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_tax_template_id_seq OWNER TO odoo; + +-- +-- Name: account_tax_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_tax_template_id_seq OWNED BY public.account_tax_template.id; + + +-- +-- Name: account_unreconcile; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_unreconcile ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.account_unreconcile OWNER TO odoo; + +-- +-- Name: TABLE account_unreconcile; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_unreconcile IS 'Account Unreconcile'; + + +-- +-- Name: COLUMN account_unreconcile.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_unreconcile.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_unreconcile.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_unreconcile.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_unreconcile.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_unreconcile.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_unreconcile.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_unreconcile.write_date IS 'Last Updated on'; + + +-- +-- Name: account_unreconcile_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_unreconcile_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_unreconcile_id_seq OWNER TO odoo; + +-- +-- Name: account_unreconcile_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_unreconcile_id_seq OWNED BY public.account_unreconcile.id; + + +-- +-- Name: account_voucher; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_voucher ( + id integer NOT NULL, + date_due date, + create_date timestamp without time zone, + reference character varying, + number character varying, + journal_id integer NOT NULL, + narration text, + partner_id integer, + account_date date, + create_uid integer, + pay_now character varying, + message_last_post timestamp without time zone, + state character varying, + tax_correction numeric, + account_id integer NOT NULL, + voucher_type character varying, + write_date timestamp without time zone, + date date, + write_uid integer, + move_id integer, + tax_amount numeric, + name character varying, + amount numeric +); + + +ALTER TABLE public.account_voucher OWNER TO odoo; + +-- +-- Name: TABLE account_voucher; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_voucher IS 'Accounting Voucher'; + + +-- +-- Name: COLUMN account_voucher.date_due; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.date_due IS 'Due Date'; + + +-- +-- Name: COLUMN account_voucher.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_voucher.reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.reference IS 'Bill Reference'; + + +-- +-- Name: COLUMN account_voucher.number; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.number IS 'Number'; + + +-- +-- Name: COLUMN account_voucher.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN account_voucher.narration; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.narration IS 'Notes'; + + +-- +-- Name: COLUMN account_voucher.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN account_voucher.account_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.account_date IS 'Accounting Date'; + + +-- +-- Name: COLUMN account_voucher.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_voucher.pay_now; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.pay_now IS 'Payment'; + + +-- +-- Name: COLUMN account_voucher.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN account_voucher.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.state IS 'Status'; + + +-- +-- Name: COLUMN account_voucher.tax_correction; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.tax_correction IS 'Tax correction'; + + +-- +-- Name: COLUMN account_voucher.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_voucher.voucher_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.voucher_type IS 'Type'; + + +-- +-- Name: COLUMN account_voucher.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_voucher.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.date IS 'Bill Date'; + + +-- +-- Name: COLUMN account_voucher.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_voucher.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.move_id IS 'Journal Entry'; + + +-- +-- Name: COLUMN account_voucher.tax_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.tax_amount IS 'Tax amount'; + + +-- +-- Name: COLUMN account_voucher.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.name IS 'Payment Reference'; + + +-- +-- Name: COLUMN account_voucher.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher.amount IS 'Total'; + + +-- +-- Name: account_voucher_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_voucher_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_voucher_id_seq OWNER TO odoo; + +-- +-- Name: account_voucher_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_voucher_id_seq OWNED BY public.account_voucher.id; + + +-- +-- Name: account_voucher_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.account_voucher_line ( + id integer NOT NULL, + create_uid integer, + voucher_id integer NOT NULL, + account_id integer NOT NULL, + sequence integer, + price_unit numeric NOT NULL, + price_subtotal numeric, + company_id integer, + write_uid integer, + create_date timestamp without time zone, + product_id integer, + write_date timestamp without time zone, + account_analytic_id integer, + quantity numeric NOT NULL, + name text NOT NULL +); + + +ALTER TABLE public.account_voucher_line OWNER TO odoo; + +-- +-- Name: TABLE account_voucher_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.account_voucher_line IS 'Voucher Lines'; + + +-- +-- Name: COLUMN account_voucher_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN account_voucher_line.voucher_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.voucher_id IS 'Voucher'; + + +-- +-- Name: COLUMN account_voucher_line.account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.account_id IS 'Account'; + + +-- +-- Name: COLUMN account_voucher_line.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN account_voucher_line.price_unit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.price_unit IS 'Unit Price'; + + +-- +-- Name: COLUMN account_voucher_line.price_subtotal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.price_subtotal IS 'Amount'; + + +-- +-- Name: COLUMN account_voucher_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN account_voucher_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN account_voucher_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN account_voucher_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN account_voucher_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN account_voucher_line.account_analytic_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.account_analytic_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN account_voucher_line.quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.quantity IS 'Quantity'; + + +-- +-- Name: COLUMN account_voucher_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.account_voucher_line.name IS 'Description'; + + +-- +-- Name: account_voucher_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.account_voucher_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.account_voucher_line_id_seq OWNER TO odoo; + +-- +-- Name: account_voucher_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.account_voucher_line_id_seq OWNED BY public.account_voucher_line.id; + + +-- +-- Name: accounting_report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.accounting_report ( + id integer NOT NULL, + create_uid integer, + enable_filter boolean, + filter_cmp character varying NOT NULL, + date_from date, + date_to date, + company_id integer, + date_to_cmp date, + label_filter character varying, + write_date timestamp without time zone, + date_from_cmp date, + create_date timestamp without time zone, + account_report_id integer NOT NULL, + write_uid integer, + debit_credit boolean, + target_move character varying NOT NULL +); + + +ALTER TABLE public.accounting_report OWNER TO odoo; + +-- +-- Name: TABLE accounting_report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.accounting_report IS 'Accounting Report'; + + +-- +-- Name: COLUMN accounting_report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN accounting_report.enable_filter; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.enable_filter IS 'Enable Comparison'; + + +-- +-- Name: COLUMN accounting_report.filter_cmp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.filter_cmp IS 'Filter by'; + + +-- +-- Name: COLUMN accounting_report.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.date_from IS 'Start Date'; + + +-- +-- Name: COLUMN accounting_report.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.date_to IS 'End Date'; + + +-- +-- Name: COLUMN accounting_report.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.company_id IS 'Company'; + + +-- +-- Name: COLUMN accounting_report.date_to_cmp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.date_to_cmp IS 'End Date'; + + +-- +-- Name: COLUMN accounting_report.label_filter; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.label_filter IS 'Column Label'; + + +-- +-- Name: COLUMN accounting_report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN accounting_report.date_from_cmp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.date_from_cmp IS 'Start Date'; + + +-- +-- Name: COLUMN accounting_report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN accounting_report.account_report_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.account_report_id IS 'Account Reports'; + + +-- +-- Name: COLUMN accounting_report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN accounting_report.debit_credit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.debit_credit IS 'Display Debit/Credit Columns'; + + +-- +-- Name: COLUMN accounting_report.target_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.accounting_report.target_move IS 'Target Moves'; + + +-- +-- Name: accounting_report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.accounting_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.accounting_report_id_seq OWNER TO odoo; + +-- +-- Name: accounting_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.accounting_report_id_seq OWNED BY public.accounting_report.id; + + +-- +-- Name: barcode_nomenclature; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.barcode_nomenclature ( + id integer NOT NULL, + create_uid integer, + name character varying(32) NOT NULL, + write_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + upc_ean_conv character varying NOT NULL +); + + +ALTER TABLE public.barcode_nomenclature OWNER TO odoo; + +-- +-- Name: TABLE barcode_nomenclature; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.barcode_nomenclature IS 'barcode.nomenclature'; + + +-- +-- Name: COLUMN barcode_nomenclature.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_nomenclature.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN barcode_nomenclature.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_nomenclature.name IS 'Nomenclature Name'; + + +-- +-- Name: COLUMN barcode_nomenclature.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_nomenclature.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN barcode_nomenclature.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_nomenclature.create_date IS 'Created on'; + + +-- +-- Name: COLUMN barcode_nomenclature.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_nomenclature.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN barcode_nomenclature.upc_ean_conv; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_nomenclature.upc_ean_conv IS 'UPC/EAN Conversion'; + + +-- +-- Name: barcode_nomenclature_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.barcode_nomenclature_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.barcode_nomenclature_id_seq OWNER TO odoo; + +-- +-- Name: barcode_nomenclature_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.barcode_nomenclature_id_seq OWNED BY public.barcode_nomenclature.id; + + +-- +-- Name: barcode_rule; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.barcode_rule ( + id integer NOT NULL, + create_uid integer, + name character varying(32) NOT NULL, + encoding character varying NOT NULL, + pattern character varying(32) NOT NULL, + sequence integer, + write_uid integer, + alias character varying(32) NOT NULL, + write_date timestamp without time zone, + barcode_nomenclature_id integer, + create_date timestamp without time zone, + type character varying NOT NULL +); + + +ALTER TABLE public.barcode_rule OWNER TO odoo; + +-- +-- Name: TABLE barcode_rule; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.barcode_rule IS 'barcode.rule'; + + +-- +-- Name: COLUMN barcode_rule.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN barcode_rule.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.name IS 'Rule Name'; + + +-- +-- Name: COLUMN barcode_rule.encoding; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.encoding IS 'Encoding'; + + +-- +-- Name: COLUMN barcode_rule.pattern; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.pattern IS 'Barcode Pattern'; + + +-- +-- Name: COLUMN barcode_rule.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN barcode_rule.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN barcode_rule.alias; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.alias IS 'Alias'; + + +-- +-- Name: COLUMN barcode_rule.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN barcode_rule.barcode_nomenclature_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.barcode_nomenclature_id IS 'Barcode Nomenclature'; + + +-- +-- Name: COLUMN barcode_rule.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.create_date IS 'Created on'; + + +-- +-- Name: COLUMN barcode_rule.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.barcode_rule.type IS 'Type'; + + +-- +-- Name: barcode_rule_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.barcode_rule_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.barcode_rule_id_seq OWNER TO odoo; + +-- +-- Name: barcode_rule_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.barcode_rule_id_seq OWNED BY public.barcode_rule.id; + + +-- +-- Name: base_cache_signaling; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_cache_signaling + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_cache_signaling OWNER TO odoo; + +-- +-- Name: base_config_settings; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_config_settings ( + id integer NOT NULL, + create_date timestamp without time zone, + write_uid integer, + module_google_calendar boolean, + module_auth_oauth boolean, + company_share_partner boolean, + create_uid integer, + company_id integer NOT NULL, + module_base_import boolean, + module_portal boolean, + group_multi_currency boolean, + module_google_drive boolean, + write_date timestamp without time zone, + module_inter_company_rules boolean, + group_multi_company boolean, + module_share boolean, + alias_domain character varying, + fail_counter integer, + auth_signup_uninvited boolean, + auth_signup_template_user_id integer, + auth_signup_reset_password boolean, + company_share_product boolean, + group_product_variant integer +); + + +ALTER TABLE public.base_config_settings OWNER TO odoo; + +-- +-- Name: TABLE base_config_settings; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_config_settings IS 'base.config.settings'; + + +-- +-- Name: COLUMN base_config_settings.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_config_settings.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_config_settings.module_google_calendar; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_google_calendar IS 'Allow the users to synchronize their calendar with Google Calendar'; + + +-- +-- Name: COLUMN base_config_settings.module_auth_oauth; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_auth_oauth IS 'Use external authentication providers (OAuth)'; + + +-- +-- Name: COLUMN base_config_settings.company_share_partner; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.company_share_partner IS 'Share partners to all companies'; + + +-- +-- Name: COLUMN base_config_settings.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_config_settings.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.company_id IS 'Company'; + + +-- +-- Name: COLUMN base_config_settings.module_base_import; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_base_import IS 'Allow users to import data from CSV/XLS/XLSX/ODS files'; + + +-- +-- Name: COLUMN base_config_settings.module_portal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_portal IS 'Activate the customer portal'; + + +-- +-- Name: COLUMN base_config_settings.group_multi_currency; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.group_multi_currency IS 'Allow multi currencies'; + + +-- +-- Name: COLUMN base_config_settings.module_google_drive; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_google_drive IS 'Attach Google documents to any record'; + + +-- +-- Name: COLUMN base_config_settings.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_config_settings.module_inter_company_rules; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_inter_company_rules IS 'Manage Inter Company'; + + +-- +-- Name: COLUMN base_config_settings.group_multi_company; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.group_multi_company IS 'Manage multiple companies'; + + +-- +-- Name: COLUMN base_config_settings.module_share; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.module_share IS 'Allow documents sharing'; + + +-- +-- Name: COLUMN base_config_settings.alias_domain; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.alias_domain IS 'Alias Domain'; + + +-- +-- Name: COLUMN base_config_settings.fail_counter; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.fail_counter IS 'Fail Mail'; + + +-- +-- Name: COLUMN base_config_settings.auth_signup_uninvited; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.auth_signup_uninvited IS 'Allow external users to sign up'; + + +-- +-- Name: COLUMN base_config_settings.auth_signup_template_user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.auth_signup_template_user_id IS 'Template user for new users created through signup'; + + +-- +-- Name: COLUMN base_config_settings.auth_signup_reset_password; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.auth_signup_reset_password IS 'Enable password reset from Login page'; + + +-- +-- Name: COLUMN base_config_settings.company_share_product; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.company_share_product IS 'Share product to all companies'; + + +-- +-- Name: COLUMN base_config_settings.group_product_variant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_config_settings.group_product_variant IS 'Product Variants'; + + +-- +-- Name: base_config_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_config_settings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_config_settings_id_seq OWNER TO odoo; + +-- +-- Name: base_config_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_config_settings_id_seq OWNED BY public.base_config_settings.id; + + +-- +-- Name: base_import_import; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_import ( + id integer NOT NULL, + create_uid integer, + write_date timestamp without time zone, + file_type character varying, + file_name character varying, + write_uid integer, + file bytea, + res_model character varying, + create_date timestamp without time zone +); + + +ALTER TABLE public.base_import_import OWNER TO odoo; + +-- +-- Name: TABLE base_import_import; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_import IS 'base_import.import'; + + +-- +-- Name: COLUMN base_import_import.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_import.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_import_import.file_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.file_type IS 'File Type'; + + +-- +-- Name: COLUMN base_import_import.file_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.file_name IS 'File Name'; + + +-- +-- Name: COLUMN base_import_import.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_import.file; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.file IS 'File'; + + +-- +-- Name: COLUMN base_import_import.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.res_model IS 'Model'; + + +-- +-- Name: COLUMN base_import_import.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_import.create_date IS 'Created on'; + + +-- +-- Name: base_import_import_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_import_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_import_id_seq OWNER TO odoo; + +-- +-- Name: base_import_import_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_import_id_seq OWNED BY public.base_import_import.id; + + +-- +-- Name: base_import_tests_models_char; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_char ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_char OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_char; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_char IS 'base_import.tests.models.char'; + + +-- +-- Name: COLUMN base_import_tests_models_char.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_char.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_char.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_char.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_char.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_char_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_char_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_char_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_char_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_char_id_seq OWNED BY public.base_import_tests_models_char.id; + + +-- +-- Name: base_import_tests_models_char_noreadonly; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_char_noreadonly ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_char_noreadonly OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_char_noreadonly; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_char_noreadonly IS 'base_import.tests.models.char.noreadonly'; + + +-- +-- Name: COLUMN base_import_tests_models_char_noreadonly.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_noreadonly.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_noreadonly.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_noreadonly.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_char_noreadonly.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_noreadonly.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_char_noreadonly.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_noreadonly.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_noreadonly.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_noreadonly.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_char_noreadonly_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_char_noreadonly_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_char_noreadonly_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_char_noreadonly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_char_noreadonly_id_seq OWNED BY public.base_import_tests_models_char_noreadonly.id; + + +-- +-- Name: base_import_tests_models_char_readonly; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_char_readonly ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_char_readonly OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_char_readonly; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_char_readonly IS 'base_import.tests.models.char.readonly'; + + +-- +-- Name: COLUMN base_import_tests_models_char_readonly.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_readonly.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_readonly.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_readonly.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_char_readonly.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_readonly.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_char_readonly.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_readonly.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_readonly.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_readonly.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_char_readonly_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_char_readonly_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_char_readonly_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_char_readonly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_char_readonly_id_seq OWNED BY public.base_import_tests_models_char_readonly.id; + + +-- +-- Name: base_import_tests_models_char_required; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_char_required ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_char_required OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_char_required; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_char_required IS 'base_import.tests.models.char.required'; + + +-- +-- Name: COLUMN base_import_tests_models_char_required.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_required.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_required.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_required.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_char_required.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_required.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_char_required.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_required.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_required.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_required.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_char_required_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_char_required_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_char_required_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_char_required_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_char_required_id_seq OWNED BY public.base_import_tests_models_char_required.id; + + +-- +-- Name: base_import_tests_models_char_states; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_char_states ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_char_states OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_char_states; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_char_states IS 'base_import.tests.models.char.states'; + + +-- +-- Name: COLUMN base_import_tests_models_char_states.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_states.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_states.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_states.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_char_states.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_states.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_char_states.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_states.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_states.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_states.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_char_states_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_char_states_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_char_states_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_char_states_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_char_states_id_seq OWNED BY public.base_import_tests_models_char_states.id; + + +-- +-- Name: base_import_tests_models_char_stillreadonly; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_char_stillreadonly ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_char_stillreadonly OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_char_stillreadonly; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_char_stillreadonly IS 'base_import.tests.models.char.stillreadonly'; + + +-- +-- Name: COLUMN base_import_tests_models_char_stillreadonly.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_stillreadonly.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_stillreadonly.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_stillreadonly.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_char_stillreadonly.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_stillreadonly.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_char_stillreadonly.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_stillreadonly.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_char_stillreadonly.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_char_stillreadonly.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_char_stillreadonly_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_char_stillreadonly_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_char_stillreadonly_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_char_stillreadonly_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_char_stillreadonly_id_seq OWNED BY public.base_import_tests_models_char_stillreadonly.id; + + +-- +-- Name: base_import_tests_models_m2o; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_m2o ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value integer, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_m2o OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_m2o; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_m2o IS 'base_import.tests.models.m2o'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_m2o_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_m2o_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_m2o_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_m2o_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_m2o_id_seq OWNED BY public.base_import_tests_models_m2o.id; + + +-- +-- Name: base_import_tests_models_m2o_related; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_m2o_related ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value integer, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_m2o_related OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_m2o_related; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_m2o_related IS 'base_import.tests.models.m2o.related'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_related.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_related.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_related.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_related.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_related.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_related.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_related.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_related.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_related.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_related.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_m2o_related_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_m2o_related_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_m2o_related_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_m2o_related_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_m2o_related_id_seq OWNED BY public.base_import_tests_models_m2o_related.id; + + +-- +-- Name: base_import_tests_models_m2o_required; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_m2o_required ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value integer NOT NULL, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_m2o_required OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_m2o_required; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_m2o_required IS 'base_import.tests.models.m2o.required'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_m2o_required_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_m2o_required_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_m2o_required_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_m2o_required_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_m2o_required_id_seq OWNED BY public.base_import_tests_models_m2o_required.id; + + +-- +-- Name: base_import_tests_models_m2o_required_related; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_m2o_required_related ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value integer, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_m2o_required_related OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_m2o_required_related; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_m2o_required_related IS 'base_import.tests.models.m2o.required.related'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required_related.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required_related.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required_related.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required_related.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required_related.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required_related.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required_related.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required_related.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_m2o_required_related.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_m2o_required_related.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_m2o_required_related_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_m2o_required_related_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_m2o_required_related_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_m2o_required_related_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_m2o_required_related_id_seq OWNED BY public.base_import_tests_models_m2o_required_related.id; + + +-- +-- Name: base_import_tests_models_o2m; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_o2m ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_o2m OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_o2m; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_o2m IS 'base_import.tests.models.o2m'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_o2m_child; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_o2m_child ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + value integer, + write_uid integer, + parent_id integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_import_tests_models_o2m_child OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_o2m_child; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_o2m_child IS 'base_import.tests.models.o2m.child'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m_child.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m_child.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m_child.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m_child.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m_child.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m_child.value IS 'Value'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m_child.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m_child.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m_child.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m_child.parent_id IS 'Parent id'; + + +-- +-- Name: COLUMN base_import_tests_models_o2m_child.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_o2m_child.write_date IS 'Last Updated on'; + + +-- +-- Name: base_import_tests_models_o2m_child_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_o2m_child_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_o2m_child_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_o2m_child_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_o2m_child_id_seq OWNED BY public.base_import_tests_models_o2m_child.id; + + +-- +-- Name: base_import_tests_models_o2m_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_o2m_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_o2m_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_o2m_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_o2m_id_seq OWNED BY public.base_import_tests_models_o2m.id; + + +-- +-- Name: base_import_tests_models_preview; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_import_tests_models_preview ( + id integer NOT NULL, + create_uid integer, + othervalue integer, + name character varying, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + somevalue integer NOT NULL +); + + +ALTER TABLE public.base_import_tests_models_preview OWNER TO odoo; + +-- +-- Name: TABLE base_import_tests_models_preview; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_import_tests_models_preview IS 'base_import.tests.models.preview'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.othervalue; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.othervalue IS 'Other Variable'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.name IS 'Name'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_import_tests_models_preview.somevalue; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_import_tests_models_preview.somevalue IS 'Some Value'; + + +-- +-- Name: base_import_tests_models_preview_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_import_tests_models_preview_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_import_tests_models_preview_id_seq OWNER TO odoo; + +-- +-- Name: base_import_tests_models_preview_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_import_tests_models_preview_id_seq OWNED BY public.base_import_tests_models_preview.id; + + +-- +-- Name: base_language_export; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_language_export ( + id integer NOT NULL, + lang character varying NOT NULL, + create_uid integer, + name character varying, + format character varying NOT NULL, + write_uid integer, + state character varying, + write_date timestamp without time zone, + create_date timestamp without time zone, + data bytea +); + + +ALTER TABLE public.base_language_export OWNER TO odoo; + +-- +-- Name: TABLE base_language_export; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_language_export IS 'base.language.export'; + + +-- +-- Name: COLUMN base_language_export.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.lang IS 'Language'; + + +-- +-- Name: COLUMN base_language_export.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_language_export.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.name IS 'File Name'; + + +-- +-- Name: COLUMN base_language_export.format; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.format IS 'File Format'; + + +-- +-- Name: COLUMN base_language_export.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_language_export.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.state IS 'State'; + + +-- +-- Name: COLUMN base_language_export.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_language_export.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_language_export.data; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_export.data IS 'File'; + + +-- +-- Name: base_language_export_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_language_export_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_language_export_id_seq OWNER TO odoo; + +-- +-- Name: base_language_export_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_language_export_id_seq OWNED BY public.base_language_export.id; + + +-- +-- Name: base_language_import; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_language_import ( + id integer NOT NULL, + create_uid integer, + code character varying(5) NOT NULL, + name character varying NOT NULL, + filename character varying NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer, + data bytea NOT NULL, + overwrite boolean +); + + +ALTER TABLE public.base_language_import OWNER TO odoo; + +-- +-- Name: TABLE base_language_import; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_language_import IS 'Language Import'; + + +-- +-- Name: COLUMN base_language_import.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_language_import.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.code IS 'ISO Code'; + + +-- +-- Name: COLUMN base_language_import.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.name IS 'Language Name'; + + +-- +-- Name: COLUMN base_language_import.filename; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.filename IS 'File Name'; + + +-- +-- Name: COLUMN base_language_import.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_language_import.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_language_import.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_language_import.data; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.data IS 'File'; + + +-- +-- Name: COLUMN base_language_import.overwrite; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_import.overwrite IS 'Overwrite Existing Terms'; + + +-- +-- Name: base_language_import_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_language_import_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_language_import_id_seq OWNER TO odoo; + +-- +-- Name: base_language_import_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_language_import_id_seq OWNED BY public.base_language_import.id; + + +-- +-- Name: base_language_install; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_language_install ( + id integer NOT NULL, + lang character varying NOT NULL, + create_uid integer, + write_uid integer, + state character varying, + write_date timestamp without time zone, + create_date timestamp without time zone, + overwrite boolean +); + + +ALTER TABLE public.base_language_install OWNER TO odoo; + +-- +-- Name: TABLE base_language_install; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_language_install IS 'Install Language'; + + +-- +-- Name: COLUMN base_language_install.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.lang IS 'Language'; + + +-- +-- Name: COLUMN base_language_install.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_language_install.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_language_install.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.state IS 'Status'; + + +-- +-- Name: COLUMN base_language_install.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_language_install.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_language_install.overwrite; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_language_install.overwrite IS 'Overwrite Existing Terms'; + + +-- +-- Name: base_language_install_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_language_install_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_language_install_id_seq OWNER TO odoo; + +-- +-- Name: base_language_install_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_language_install_id_seq OWNED BY public.base_language_install.id; + + +-- +-- Name: base_module_configuration; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_module_configuration ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_module_configuration OWNER TO odoo; + +-- +-- Name: TABLE base_module_configuration; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_module_configuration IS 'base.module.configuration'; + + +-- +-- Name: COLUMN base_module_configuration.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_configuration.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_module_configuration.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_configuration.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_module_configuration.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_configuration.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_module_configuration.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_configuration.write_date IS 'Last Updated on'; + + +-- +-- Name: base_module_configuration_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_module_configuration_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_module_configuration_id_seq OWNER TO odoo; + +-- +-- Name: base_module_configuration_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_module_configuration_id_seq OWNED BY public.base_module_configuration.id; + + +-- +-- Name: base_module_update; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_module_update ( + id integer NOT NULL, + create_uid integer, + updated integer, + added integer, + write_uid integer, + state character varying, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.base_module_update OWNER TO odoo; + +-- +-- Name: TABLE base_module_update; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_module_update IS 'Update Module'; + + +-- +-- Name: COLUMN base_module_update.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_module_update.updated; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.updated IS 'Number of modules updated'; + + +-- +-- Name: COLUMN base_module_update.added; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.added IS 'Number of modules added'; + + +-- +-- Name: COLUMN base_module_update.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_module_update.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.state IS 'Status'; + + +-- +-- Name: COLUMN base_module_update.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_module_update.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_update.create_date IS 'Created on'; + + +-- +-- Name: base_module_update_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_module_update_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_module_update_id_seq OWNER TO odoo; + +-- +-- Name: base_module_update_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_module_update_id_seq OWNED BY public.base_module_update.id; + + +-- +-- Name: base_module_upgrade; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_module_upgrade ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + module_info text +); + + +ALTER TABLE public.base_module_upgrade OWNER TO odoo; + +-- +-- Name: TABLE base_module_upgrade; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_module_upgrade IS 'Module Upgrade'; + + +-- +-- Name: COLUMN base_module_upgrade.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_upgrade.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_module_upgrade.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_upgrade.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_module_upgrade.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_upgrade.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN base_module_upgrade.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_upgrade.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_module_upgrade.module_info; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_module_upgrade.module_info IS 'Apps to Update'; + + +-- +-- Name: base_module_upgrade_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_module_upgrade_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_module_upgrade_id_seq OWNER TO odoo; + +-- +-- Name: base_module_upgrade_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_module_upgrade_id_seq OWNED BY public.base_module_upgrade.id; + + +-- +-- Name: base_registry_signaling; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_registry_signaling + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_registry_signaling OWNER TO odoo; + +-- +-- Name: base_update_translations; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.base_update_translations ( + id integer NOT NULL, + lang character varying NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.base_update_translations OWNER TO odoo; + +-- +-- Name: TABLE base_update_translations; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.base_update_translations IS 'base.update.translations'; + + +-- +-- Name: COLUMN base_update_translations.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_update_translations.lang IS 'Language'; + + +-- +-- Name: COLUMN base_update_translations.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_update_translations.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN base_update_translations.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_update_translations.create_date IS 'Created on'; + + +-- +-- Name: COLUMN base_update_translations.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_update_translations.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN base_update_translations.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.base_update_translations.write_date IS 'Last Updated on'; + + +-- +-- Name: base_update_translations_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.base_update_translations_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.base_update_translations_id_seq OWNER TO odoo; + +-- +-- Name: base_update_translations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.base_update_translations_id_seq OWNED BY public.base_update_translations.id; + + +-- +-- Name: stock_location; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location ( + id integer NOT NULL, + parent_left integer, + parent_right integer, + comment text, + putaway_strategy_id integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + partner_id integer, + removal_strategy_id integer, + scrap_location boolean, + location_id integer, + company_id integer, + complete_name character varying, + usage character varying NOT NULL, + create_uid integer, + barcode character varying, + posz integer, + posx integer, + posy integer, + active boolean, + name character varying NOT NULL, + return_location boolean, + valuation_in_account_id integer, + valuation_out_account_id integer +); + + +ALTER TABLE public.stock_location OWNER TO odoo; + +-- +-- Name: TABLE stock_location; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location IS 'Inventory Locations'; + + +-- +-- Name: COLUMN stock_location.comment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.comment IS 'Additional Information'; + + +-- +-- Name: COLUMN stock_location.putaway_strategy_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.putaway_strategy_id IS 'Put Away Strategy'; + + +-- +-- Name: COLUMN stock_location.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_location.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_location.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_location.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.partner_id IS 'Owner'; + + +-- +-- Name: COLUMN stock_location.removal_strategy_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.removal_strategy_id IS 'Removal Strategy'; + + +-- +-- Name: COLUMN stock_location.scrap_location; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.scrap_location IS 'Is a Scrap Location?'; + + +-- +-- Name: COLUMN stock_location.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.location_id IS 'Parent Location'; + + +-- +-- Name: COLUMN stock_location.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_location.complete_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.complete_name IS 'Full Location Name'; + + +-- +-- Name: COLUMN stock_location.usage; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.usage IS 'Location Type'; + + +-- +-- Name: COLUMN stock_location.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_location.barcode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.barcode IS 'Barcode'; + + +-- +-- Name: COLUMN stock_location.posz; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.posz IS 'Height (Z)'; + + +-- +-- Name: COLUMN stock_location.posx; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.posx IS 'Corridor (X)'; + + +-- +-- Name: COLUMN stock_location.posy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.posy IS 'Shelves (Y)'; + + +-- +-- Name: COLUMN stock_location.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.active IS 'Active'; + + +-- +-- Name: COLUMN stock_location.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.name IS 'Location Name'; + + +-- +-- Name: COLUMN stock_location.return_location; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.return_location IS 'Is a Return Location?'; + + +-- +-- Name: COLUMN stock_location.valuation_in_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.valuation_in_account_id IS 'Stock Valuation Account (Incoming)'; + + +-- +-- Name: COLUMN stock_location.valuation_out_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location.valuation_out_account_id IS 'Stock Valuation Account (Outgoing)'; + + +-- +-- Name: stock_move; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_move ( + id integer NOT NULL, + origin character varying, + create_date timestamp without time zone, + restrict_partner_id integer, + product_uom integer NOT NULL, + price_unit double precision, + product_uom_qty numeric NOT NULL, + procure_method character varying NOT NULL, + product_qty numeric, + partner_id integer, + priority character varying, + picking_type_id integer, + location_id integer NOT NULL, + sequence integer, + company_id integer NOT NULL, + note text, + state character varying, + ordered_qty numeric, + origin_returned_move_id integer, + product_packaging integer, + restrict_lot_id integer, + date_expected timestamp without time zone NOT NULL, + procurement_id integer, + create_uid integer, + warehouse_id integer, + inventory_id integer, + partially_available boolean, + propagate boolean, + move_dest_id integer, + date timestamp without time zone NOT NULL, + scrapped boolean, + write_uid integer, + product_id integer NOT NULL, + push_rule_id integer, + name character varying NOT NULL, + split_from integer, + rule_id integer, + location_dest_id integer NOT NULL, + write_date timestamp without time zone, + group_id integer, + picking_id integer, + to_refund_so boolean, + purchase_line_id integer, + stock_picking_time timestamp without time zone +); + + +ALTER TABLE public.stock_move OWNER TO odoo; + +-- +-- Name: TABLE stock_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_move IS 'Stock Move'; + + +-- +-- Name: COLUMN stock_move.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.origin IS 'Source Document'; + + +-- +-- Name: COLUMN stock_move.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.create_date IS 'Creation Date'; + + +-- +-- Name: COLUMN stock_move.restrict_partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.restrict_partner_id IS 'Owner '; + + +-- +-- Name: COLUMN stock_move.product_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.product_uom IS 'Unit of Measure'; + + +-- +-- Name: COLUMN stock_move.price_unit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.price_unit IS 'Unit Price'; + + +-- +-- Name: COLUMN stock_move.product_uom_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.product_uom_qty IS 'Quantity'; + + +-- +-- Name: COLUMN stock_move.procure_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.procure_method IS 'Supply Method'; + + +-- +-- Name: COLUMN stock_move.product_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.product_qty IS 'Real Quantity'; + + +-- +-- Name: COLUMN stock_move.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.partner_id IS 'Destination Address '; + + +-- +-- Name: COLUMN stock_move.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.priority IS 'Priority'; + + +-- +-- Name: COLUMN stock_move.picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.picking_type_id IS 'Picking Type'; + + +-- +-- Name: COLUMN stock_move.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.location_id IS 'Source Location'; + + +-- +-- Name: COLUMN stock_move.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN stock_move.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_move.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.note IS 'Notes'; + + +-- +-- Name: COLUMN stock_move.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.state IS 'Status'; + + +-- +-- Name: COLUMN stock_move.ordered_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.ordered_qty IS 'Ordered Quantity'; + + +-- +-- Name: COLUMN stock_move.origin_returned_move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.origin_returned_move_id IS 'Origin return move'; + + +-- +-- Name: COLUMN stock_move.product_packaging; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.product_packaging IS 'Preferred Packaging'; + + +-- +-- Name: COLUMN stock_move.restrict_lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.restrict_lot_id IS 'Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_move.date_expected; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.date_expected IS 'Expected Date'; + + +-- +-- Name: COLUMN stock_move.procurement_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.procurement_id IS 'Procurement'; + + +-- +-- Name: COLUMN stock_move.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_move.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN stock_move.inventory_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.inventory_id IS 'Inventory'; + + +-- +-- Name: COLUMN stock_move.partially_available; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.partially_available IS 'Partially Available'; + + +-- +-- Name: COLUMN stock_move.propagate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.propagate IS 'Propagate cancel and split'; + + +-- +-- Name: COLUMN stock_move.move_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.move_dest_id IS 'Destination Move'; + + +-- +-- Name: COLUMN stock_move.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.date IS 'Date'; + + +-- +-- Name: COLUMN stock_move.scrapped; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.scrapped IS 'Scrapped'; + + +-- +-- Name: COLUMN stock_move.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_move.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_move.push_rule_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.push_rule_id IS 'Push Rule'; + + +-- +-- Name: COLUMN stock_move.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.name IS 'Description'; + + +-- +-- Name: COLUMN stock_move.split_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.split_from IS 'Move Split From'; + + +-- +-- Name: COLUMN stock_move.rule_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.rule_id IS 'Procurement Rule'; + + +-- +-- Name: COLUMN stock_move.location_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.location_dest_id IS 'Destination Location'; + + +-- +-- Name: COLUMN stock_move.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_move.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.group_id IS 'Procurement Group'; + + +-- +-- Name: COLUMN stock_move.picking_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.picking_id IS 'Transfer Reference'; + + +-- +-- Name: COLUMN stock_move.to_refund_so; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.to_refund_so IS 'To Refund in SO'; + + +-- +-- Name: COLUMN stock_move.purchase_line_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.purchase_line_id IS 'Purchase Order Line'; + + +-- +-- Name: COLUMN stock_move.stock_picking_time; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move.stock_picking_time IS 'Stock Picking_time'; + + +-- +-- Name: stock_quant; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_quant ( + id integer NOT NULL, + create_date timestamp without time zone, + qty double precision NOT NULL, + propagated_from_id integer, + package_id integer, + cost double precision, + lot_id integer, + location_id integer NOT NULL, + create_uid integer, + reservation_id integer, + company_id integer NOT NULL, + owner_id integer, + write_date timestamp without time zone, + write_uid integer, + product_id integer NOT NULL, + packaging_type_id integer, + negative_move_id integer, + in_date timestamp without time zone, + removal_date timestamp without time zone +); + + +ALTER TABLE public.stock_quant OWNER TO odoo; + +-- +-- Name: TABLE stock_quant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_quant IS 'Quants'; + + +-- +-- Name: COLUMN stock_quant.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.create_date IS 'Creation Date'; + + +-- +-- Name: COLUMN stock_quant.qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.qty IS 'Quantity'; + + +-- +-- Name: COLUMN stock_quant.propagated_from_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.propagated_from_id IS 'Linked Quant'; + + +-- +-- Name: COLUMN stock_quant.package_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.package_id IS 'Package'; + + +-- +-- Name: COLUMN stock_quant.cost; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.cost IS 'Unit Cost'; + + +-- +-- Name: COLUMN stock_quant.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.lot_id IS 'Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_quant.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.location_id IS 'Location'; + + +-- +-- Name: COLUMN stock_quant.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_quant.reservation_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.reservation_id IS 'Reserved for Move'; + + +-- +-- Name: COLUMN stock_quant.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_quant.owner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.owner_id IS 'Owner'; + + +-- +-- Name: COLUMN stock_quant.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_quant.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_quant.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_quant.packaging_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.packaging_type_id IS 'Type of packaging'; + + +-- +-- Name: COLUMN stock_quant.negative_move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.negative_move_id IS 'Move Negative Quant'; + + +-- +-- Name: COLUMN stock_quant.in_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.in_date IS 'Incoming Date'; + + +-- +-- Name: COLUMN stock_quant.removal_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant.removal_date IS 'Removal Date'; + + +-- +-- Name: stock_quant_move_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_quant_move_rel ( + move_id integer NOT NULL, + quant_id integer NOT NULL +); + + +ALTER TABLE public.stock_quant_move_rel OWNER TO odoo; + +-- +-- Name: TABLE stock_quant_move_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_quant_move_rel IS 'RELATION BETWEEN stock_move AND stock_quant'; + + +-- +-- Name: batch_stock_future_forecast; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.batch_stock_future_forecast AS + SELECT max(final.id) AS id, + final.product_id, + final.location_id, + final.lot_id, + sum(final.qty) AS qty + FROM ( SELECT max(out_product.id) AS id, + out_product.product_id, + out_product.location_id, + out_product.lot_id, + sum(out_product.qty) AS qty + FROM ( SELECT max(sm.id) AS id, + sm.location_id, + sm.product_id, + sq.lot_id, + (- sum((sm.product_qty / uo.factor))) AS qty + FROM (((((public.stock_move sm + LEFT JOIN public.stock_quant_move_rel sqmr ON ((sqmr.move_id = sm.id))) + LEFT JOIN public.stock_quant sq ON ((sqmr.quant_id = sq.id))) + LEFT JOIN public.stock_location source_location ON ((source_location.id = sm.location_id))) + LEFT JOIN public.stock_location destination_location ON ((destination_location.id = sm.location_dest_id))) + LEFT JOIN public.product_uom uo ON ((uo.id = sm.product_uom))) + WHERE (((sm.state)::text = ANY ((ARRAY['waiting'::character varying, 'assigned'::character varying, 'confirmed'::character varying])::text[])) AND ((destination_location.usage)::text = 'customer'::text)) + GROUP BY sm.location_id, sm.product_id, sm.product_uom, sq.lot_id) out_product + GROUP BY out_product.product_id, out_product.lot_id, out_product.location_id + UNION ALL + SELECT max(in_product.id) AS id, + in_product.product_id, + in_product.location_id, + in_product.lot_id, + sum(in_product.qty) AS qty + FROM ( SELECT min(sm.id) AS id, + sm.location_dest_id AS location_id, + sm.product_id, + sq.lot_id, + sum((sm.product_qty / uo.factor)) AS qty + FROM (((((public.stock_move sm + LEFT JOIN public.stock_quant_move_rel sqmr ON ((sqmr.move_id = sm.id))) + LEFT JOIN public.stock_quant sq ON ((sqmr.quant_id = sq.id))) + LEFT JOIN public.stock_location source_location ON ((source_location.id = sm.location_id))) + LEFT JOIN public.stock_location destination_location ON ((destination_location.id = sm.location_dest_id))) + LEFT JOIN public.product_uom uo ON ((uo.id = sm.product_uom))) + WHERE (((sm.state)::text = ANY ((ARRAY['waiting'::character varying, 'assigned'::character varying, 'confirmed'::character varying])::text[])) AND ((destination_location.usage)::text <> 'customer'::text) AND ((source_location.usage)::text = 'supplier'::text)) + GROUP BY sm.location_dest_id, sm.product_id, sm.product_uom, sq.lot_id) in_product + GROUP BY in_product.product_id, in_product.lot_id, in_product.location_id) final + GROUP BY final.product_id, final.location_id, final.lot_id; + + +ALTER TABLE public.batch_stock_future_forecast OWNER TO odoo; + +-- +-- Name: bus_bus; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.bus_bus ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + message character varying, + channel character varying +); + + +ALTER TABLE public.bus_bus OWNER TO odoo; + +-- +-- Name: TABLE bus_bus; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.bus_bus IS 'bus.bus'; + + +-- +-- Name: COLUMN bus_bus.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_bus.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN bus_bus.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_bus.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN bus_bus.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_bus.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN bus_bus.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_bus.create_date IS 'Create date'; + + +-- +-- Name: COLUMN bus_bus.message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_bus.message IS 'Message'; + + +-- +-- Name: COLUMN bus_bus.channel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_bus.channel IS 'Channel'; + + +-- +-- Name: bus_bus_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.bus_bus_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.bus_bus_id_seq OWNER TO odoo; + +-- +-- Name: bus_bus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.bus_bus_id_seq OWNED BY public.bus_bus.id; + + +-- +-- Name: bus_presence; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.bus_presence ( + id integer NOT NULL, + status character varying, + user_id integer NOT NULL, + last_presence timestamp without time zone, + last_poll timestamp without time zone +); + + +ALTER TABLE public.bus_presence OWNER TO odoo; + +-- +-- Name: TABLE bus_presence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.bus_presence IS 'User Presence'; + + +-- +-- Name: COLUMN bus_presence.status; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_presence.status IS 'IM Status'; + + +-- +-- Name: COLUMN bus_presence.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_presence.user_id IS 'Users'; + + +-- +-- Name: COLUMN bus_presence.last_presence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_presence.last_presence IS 'Last Presence'; + + +-- +-- Name: COLUMN bus_presence.last_poll; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.bus_presence.last_poll IS 'Last Poll'; + + +-- +-- Name: bus_presence_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.bus_presence_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.bus_presence_id_seq OWNER TO odoo; + +-- +-- Name: bus_presence_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.bus_presence_id_seq OWNED BY public.bus_presence.id; + + +-- +-- Name: cash_box_in; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.cash_box_in ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + write_uid integer, + amount numeric NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + ref character varying +); + + +ALTER TABLE public.cash_box_in OWNER TO odoo; + +-- +-- Name: TABLE cash_box_in; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.cash_box_in IS 'cash.box.in'; + + +-- +-- Name: COLUMN cash_box_in.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN cash_box_in.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.name IS 'Reason'; + + +-- +-- Name: COLUMN cash_box_in.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN cash_box_in.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.amount IS 'Amount'; + + +-- +-- Name: COLUMN cash_box_in.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN cash_box_in.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.create_date IS 'Created on'; + + +-- +-- Name: COLUMN cash_box_in.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_in.ref IS 'Reference'; + + +-- +-- Name: cash_box_in_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.cash_box_in_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.cash_box_in_id_seq OWNER TO odoo; + +-- +-- Name: cash_box_in_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.cash_box_in_id_seq OWNED BY public.cash_box_in.id; + + +-- +-- Name: cash_box_out; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.cash_box_out ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + write_uid integer, + amount numeric NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.cash_box_out OWNER TO odoo; + +-- +-- Name: TABLE cash_box_out; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.cash_box_out IS 'cash.box.out'; + + +-- +-- Name: COLUMN cash_box_out.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_out.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN cash_box_out.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_out.name IS 'Reason'; + + +-- +-- Name: COLUMN cash_box_out.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_out.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN cash_box_out.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_out.amount IS 'Amount'; + + +-- +-- Name: COLUMN cash_box_out.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_out.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN cash_box_out.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.cash_box_out.create_date IS 'Created on'; + + +-- +-- Name: cash_box_out_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.cash_box_out_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.cash_box_out_id_seq OWNER TO odoo; + +-- +-- Name: cash_box_out_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.cash_box_out_id_seq OWNED BY public.cash_box_out.id; + + +-- +-- Name: change_password_user; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.change_password_user ( + id integer NOT NULL, + create_uid integer, + user_login character varying, + new_passwd character varying, + wizard_id integer NOT NULL, + write_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + user_id integer NOT NULL +); + + +ALTER TABLE public.change_password_user OWNER TO odoo; + +-- +-- Name: TABLE change_password_user; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.change_password_user IS 'Change Password Wizard User'; + + +-- +-- Name: COLUMN change_password_user.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN change_password_user.user_login; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.user_login IS 'User Login'; + + +-- +-- Name: COLUMN change_password_user.new_passwd; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.new_passwd IS 'New Password'; + + +-- +-- Name: COLUMN change_password_user.wizard_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.wizard_id IS 'Wizard'; + + +-- +-- Name: COLUMN change_password_user.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN change_password_user.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.create_date IS 'Created on'; + + +-- +-- Name: COLUMN change_password_user.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN change_password_user.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_user.user_id IS 'User'; + + +-- +-- Name: change_password_user_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.change_password_user_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.change_password_user_id_seq OWNER TO odoo; + +-- +-- Name: change_password_user_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.change_password_user_id_seq OWNED BY public.change_password_user.id; + + +-- +-- Name: change_password_wizard; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.change_password_wizard ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.change_password_wizard OWNER TO odoo; + +-- +-- Name: TABLE change_password_wizard; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.change_password_wizard IS 'Change Password Wizard'; + + +-- +-- Name: COLUMN change_password_wizard.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_wizard.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN change_password_wizard.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_wizard.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN change_password_wizard.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_wizard.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN change_password_wizard.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.change_password_wizard.create_date IS 'Created on'; + + +-- +-- Name: change_password_wizard_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.change_password_wizard_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.change_password_wizard_id_seq OWNER TO odoo; + +-- +-- Name: change_password_wizard_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.change_password_wizard_id_seq OWNED BY public.change_password_wizard.id; + + +-- +-- Name: crm_team; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.crm_team ( + id integer NOT NULL, + create_date timestamp without time zone, + color integer, + write_uid integer, + create_uid integer, + user_id integer, + message_last_post timestamp without time zone, + company_id integer, + write_date timestamp without time zone, + active boolean, + name character varying NOT NULL, + reply_to character varying, + use_quotations boolean, + invoiced_target integer, + use_invoices boolean +); + + +ALTER TABLE public.crm_team OWNER TO odoo; + +-- +-- Name: TABLE crm_team; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.crm_team IS 'Sales Team'; + + +-- +-- Name: COLUMN crm_team.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.create_date IS 'Created on'; + + +-- +-- Name: COLUMN crm_team.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.color IS 'Color Index'; + + +-- +-- Name: COLUMN crm_team.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN crm_team.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN crm_team.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.user_id IS 'Team Leader'; + + +-- +-- Name: COLUMN crm_team.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN crm_team.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.company_id IS 'Company'; + + +-- +-- Name: COLUMN crm_team.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN crm_team.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.active IS 'Active'; + + +-- +-- Name: COLUMN crm_team.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.name IS 'Sales Team'; + + +-- +-- Name: COLUMN crm_team.reply_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.reply_to IS 'Reply-To'; + + +-- +-- Name: COLUMN crm_team.use_quotations; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.use_quotations IS 'Quotations'; + + +-- +-- Name: COLUMN crm_team.invoiced_target; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.invoiced_target IS 'Invoice Target'; + + +-- +-- Name: COLUMN crm_team.use_invoices; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.crm_team.use_invoices IS 'Invoices'; + + +-- +-- Name: crm_team_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.crm_team_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.crm_team_id_seq OWNER TO odoo; + +-- +-- Name: crm_team_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.crm_team_id_seq OWNED BY public.crm_team.id; + + +-- +-- Name: decimal_precision; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.decimal_precision ( + id integer NOT NULL, + digits integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.decimal_precision OWNER TO odoo; + +-- +-- Name: TABLE decimal_precision; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.decimal_precision IS 'decimal.precision'; + + +-- +-- Name: COLUMN decimal_precision.digits; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision.digits IS 'Digits'; + + +-- +-- Name: COLUMN decimal_precision.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN decimal_precision.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision.create_date IS 'Created on'; + + +-- +-- Name: COLUMN decimal_precision.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision.name IS 'Usage'; + + +-- +-- Name: COLUMN decimal_precision.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN decimal_precision.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision.write_date IS 'Last Updated on'; + + +-- +-- Name: decimal_precision_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.decimal_precision_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.decimal_precision_id_seq OWNER TO odoo; + +-- +-- Name: decimal_precision_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.decimal_precision_id_seq OWNED BY public.decimal_precision.id; + + +-- +-- Name: decimal_precision_test; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.decimal_precision_test ( + id integer NOT NULL, + create_uid integer, + float_2 numeric, + "float" double precision, + float_4 numeric, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.decimal_precision_test OWNER TO odoo; + +-- +-- Name: TABLE decimal_precision_test; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.decimal_precision_test IS 'decimal.precision.test'; + + +-- +-- Name: COLUMN decimal_precision_test.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN decimal_precision_test.float_2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test.float_2 IS 'Float 2'; + + +-- +-- Name: COLUMN decimal_precision_test."float"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test."float" IS 'Float'; + + +-- +-- Name: COLUMN decimal_precision_test.float_4; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test.float_4 IS 'Float 4'; + + +-- +-- Name: COLUMN decimal_precision_test.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN decimal_precision_test.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN decimal_precision_test.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.decimal_precision_test.create_date IS 'Created on'; + + +-- +-- Name: decimal_precision_test_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.decimal_precision_test_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.decimal_precision_test_id_seq OWNER TO odoo; + +-- +-- Name: decimal_precision_test_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.decimal_precision_test_id_seq OWNED BY public.decimal_precision_test.id; + + +-- +-- Name: district_tehsil; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.district_tehsil ( + id integer NOT NULL, + create_uid integer, + name character varying, + country_id integer, + district_id integer, + write_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + state_id integer +); + + +ALTER TABLE public.district_tehsil OWNER TO odoo; + +-- +-- Name: TABLE district_tehsil; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.district_tehsil IS 'district.tehsil'; + + +-- +-- Name: COLUMN district_tehsil.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN district_tehsil.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.name IS 'Name'; + + +-- +-- Name: COLUMN district_tehsil.country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.country_id IS 'Country'; + + +-- +-- Name: COLUMN district_tehsil.district_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.district_id IS 'District'; + + +-- +-- Name: COLUMN district_tehsil.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN district_tehsil.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.create_date IS 'Created on'; + + +-- +-- Name: COLUMN district_tehsil.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN district_tehsil.state_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.district_tehsil.state_id IS 'State'; + + +-- +-- Name: district_tehsil_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.district_tehsil_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.district_tehsil_id_seq OWNER TO odoo; + +-- +-- Name: district_tehsil_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.district_tehsil_id_seq OWNED BY public.district_tehsil.id; + + +-- +-- Name: email_template_attachment_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.email_template_attachment_rel ( + email_template_id integer NOT NULL, + attachment_id integer NOT NULL +); + + +ALTER TABLE public.email_template_attachment_rel OWNER TO odoo; + +-- +-- Name: TABLE email_template_attachment_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.email_template_attachment_rel IS 'RELATION BETWEEN mail_template AND ir_attachment'; + + +-- +-- Name: email_template_preview; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.email_template_preview ( + id integer NOT NULL, + create_date timestamp without time zone, + sub_object integer, + auto_delete boolean, + mail_server_id integer, + write_uid integer, + partner_to character varying, + ref_ir_act_window integer, + subject character varying, + create_uid integer, + report_template integer, + ref_ir_value integer, + user_signature boolean, + null_value character varying, + email_cc character varying, + res_id character varying, + model_id integer, + sub_model_object_field integer, + body_html text, + email_to character varying, + scheduled_date character varying, + write_date timestamp without time zone, + copyvalue character varying, + lang character varying, + name character varying, + model_object_field integer, + report_name character varying, + use_default_to boolean, + reply_to character varying, + model character varying, + email_from character varying +); + + +ALTER TABLE public.email_template_preview OWNER TO odoo; + +-- +-- Name: TABLE email_template_preview; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.email_template_preview IS 'Email Template Preview'; + + +-- +-- Name: COLUMN email_template_preview.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.create_date IS 'Created on'; + + +-- +-- Name: COLUMN email_template_preview.sub_object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.sub_object IS 'Sub-model'; + + +-- +-- Name: COLUMN email_template_preview.auto_delete; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.auto_delete IS 'Auto Delete'; + + +-- +-- Name: COLUMN email_template_preview.mail_server_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.mail_server_id IS 'Outgoing Mail Server'; + + +-- +-- Name: COLUMN email_template_preview.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN email_template_preview.partner_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.partner_to IS 'To (Partners)'; + + +-- +-- Name: COLUMN email_template_preview.ref_ir_act_window; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.ref_ir_act_window IS 'Sidebar action'; + + +-- +-- Name: COLUMN email_template_preview.subject; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.subject IS 'Subject'; + + +-- +-- Name: COLUMN email_template_preview.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN email_template_preview.report_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.report_template IS 'Optional report to print and attach'; + + +-- +-- Name: COLUMN email_template_preview.ref_ir_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.ref_ir_value IS 'Sidebar Button'; + + +-- +-- Name: COLUMN email_template_preview.user_signature; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.user_signature IS 'Add Signature'; + + +-- +-- Name: COLUMN email_template_preview.null_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.null_value IS 'Default Value'; + + +-- +-- Name: COLUMN email_template_preview.email_cc; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.email_cc IS 'Cc'; + + +-- +-- Name: COLUMN email_template_preview.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.res_id IS 'Sample Document'; + + +-- +-- Name: COLUMN email_template_preview.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.model_id IS 'Applies to'; + + +-- +-- Name: COLUMN email_template_preview.sub_model_object_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.sub_model_object_field IS 'Sub-field'; + + +-- +-- Name: COLUMN email_template_preview.body_html; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.body_html IS 'Body'; + + +-- +-- Name: COLUMN email_template_preview.email_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.email_to IS 'To (Emails)'; + + +-- +-- Name: COLUMN email_template_preview.scheduled_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.scheduled_date IS 'Scheduled Date'; + + +-- +-- Name: COLUMN email_template_preview.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN email_template_preview.copyvalue; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.copyvalue IS 'Placeholder Expression'; + + +-- +-- Name: COLUMN email_template_preview.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.lang IS 'Language'; + + +-- +-- Name: COLUMN email_template_preview.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.name IS 'Name'; + + +-- +-- Name: COLUMN email_template_preview.model_object_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.model_object_field IS 'Field'; + + +-- +-- Name: COLUMN email_template_preview.report_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.report_name IS 'Report Filename'; + + +-- +-- Name: COLUMN email_template_preview.use_default_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.use_default_to IS 'Default recipients'; + + +-- +-- Name: COLUMN email_template_preview.reply_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.reply_to IS 'Reply-To'; + + +-- +-- Name: COLUMN email_template_preview.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.model IS 'Related Document Model'; + + +-- +-- Name: COLUMN email_template_preview.email_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.email_template_preview.email_from IS 'From'; + + +-- +-- Name: email_template_preview_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.email_template_preview_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.email_template_preview_id_seq OWNER TO odoo; + +-- +-- Name: email_template_preview_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.email_template_preview_id_seq OWNED BY public.email_template_preview.id; + + +-- +-- Name: email_template_preview_res_partner_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.email_template_preview_res_partner_rel ( + email_template_preview_id integer NOT NULL, + res_partner_id integer NOT NULL +); + + +ALTER TABLE public.email_template_preview_res_partner_rel OWNER TO odoo; + +-- +-- Name: TABLE email_template_preview_res_partner_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.email_template_preview_res_partner_rel IS 'RELATION BETWEEN email_template_preview AND res_partner'; + + +-- +-- Name: event_records; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.event_records ( + id integer NOT NULL, + category character varying NOT NULL, + create_uid integer, + uuid character varying NOT NULL, + title character varying NOT NULL, + "timestamp" timestamp without time zone NOT NULL, + object text NOT NULL, + uri character varying, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.event_records OWNER TO odoo; + +-- +-- Name: TABLE event_records; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.event_records IS 'Class for publishing events for changes done in odoo and needs to be synced with bahmni'; + + +-- +-- Name: COLUMN event_records.category; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.category IS 'Category'; + + +-- +-- Name: COLUMN event_records.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN event_records.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.uuid IS 'UUID'; + + +-- +-- Name: COLUMN event_records.title; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.title IS 'Title'; + + +-- +-- Name: COLUMN event_records."timestamp"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records."timestamp" IS 'Timestamp'; + + +-- +-- Name: COLUMN event_records.object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.object IS 'SerializedContents'; + + +-- +-- Name: COLUMN event_records.uri; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.uri IS 'URI'; + + +-- +-- Name: COLUMN event_records.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN event_records.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN event_records.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.event_records.create_date IS 'Created on'; + + +-- +-- Name: event_records_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.event_records_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.event_records_id_seq OWNER TO odoo; + +-- +-- Name: event_records_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.event_records_id_seq OWNED BY public.event_records.id; + + +-- +-- Name: fetchmail_server; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.fetchmail_server ( + id integer NOT NULL, + create_date timestamp without time zone, + write_uid integer, + active boolean, + create_uid integer, + configuration text, + script character varying, + object_id integer, + port integer, + priority integer, + attach boolean, + state character varying, + type character varying NOT NULL, + action_id integer, + "user" character varying, + write_date timestamp without time zone, + date timestamp without time zone, + password character varying, + name character varying NOT NULL, + is_ssl boolean, + server character varying, + original boolean +); + + +ALTER TABLE public.fetchmail_server OWNER TO odoo; + +-- +-- Name: TABLE fetchmail_server; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.fetchmail_server IS 'POP/IMAP Server'; + + +-- +-- Name: COLUMN fetchmail_server.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.create_date IS 'Created on'; + + +-- +-- Name: COLUMN fetchmail_server.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN fetchmail_server.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.active IS 'Active'; + + +-- +-- Name: COLUMN fetchmail_server.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN fetchmail_server.configuration; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.configuration IS 'Configuration'; + + +-- +-- Name: COLUMN fetchmail_server.script; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.script IS 'Script'; + + +-- +-- Name: COLUMN fetchmail_server.object_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.object_id IS 'Create a New Record'; + + +-- +-- Name: COLUMN fetchmail_server.port; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.port IS 'Port'; + + +-- +-- Name: COLUMN fetchmail_server.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.priority IS 'Server Priority'; + + +-- +-- Name: COLUMN fetchmail_server.attach; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.attach IS 'Keep Attachments'; + + +-- +-- Name: COLUMN fetchmail_server.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.state IS 'Status'; + + +-- +-- Name: COLUMN fetchmail_server.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.type IS 'Server Type'; + + +-- +-- Name: COLUMN fetchmail_server.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.action_id IS 'Server Action'; + + +-- +-- Name: COLUMN fetchmail_server."user"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server."user" IS 'Username'; + + +-- +-- Name: COLUMN fetchmail_server.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN fetchmail_server.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.date IS 'Last Fetch Date'; + + +-- +-- Name: COLUMN fetchmail_server.password; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.password IS 'Password'; + + +-- +-- Name: COLUMN fetchmail_server.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.name IS 'Name'; + + +-- +-- Name: COLUMN fetchmail_server.is_ssl; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.is_ssl IS 'SSL/TLS'; + + +-- +-- Name: COLUMN fetchmail_server.server; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.server IS 'Server Name'; + + +-- +-- Name: COLUMN fetchmail_server.original; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.fetchmail_server.original IS 'Keep Original'; + + +-- +-- Name: fetchmail_server_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.fetchmail_server_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.fetchmail_server_id_seq OWNER TO odoo; + +-- +-- Name: fetchmail_server_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.fetchmail_server_id_seq OWNED BY public.fetchmail_server.id; + + +-- +-- Name: ir_actions; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_actions ( + id integer NOT NULL, + create_uid integer, + help text, + write_uid integer, + write_date timestamp without time zone, + usage character varying, + create_date timestamp without time zone, + type character varying NOT NULL, + name character varying NOT NULL +); + + +ALTER TABLE public.ir_actions OWNER TO odoo; + +-- +-- Name: COLUMN ir_actions.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_actions.help; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.help IS 'Action Description'; + + +-- +-- Name: COLUMN ir_actions.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_actions.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_actions.usage; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.usage IS 'Action Usage'; + + +-- +-- Name: COLUMN ir_actions.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_actions.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.type IS 'Action Type'; + + +-- +-- Name: COLUMN ir_actions.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions.name IS 'Name'; + + +-- +-- Name: ir_act_client; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_client ( + res_model character varying, + params_store bytea, + tag character varying NOT NULL, + context character varying NOT NULL, + target character varying +) +INHERITS (public.ir_actions); + + +ALTER TABLE public.ir_act_client OWNER TO odoo; + +-- +-- Name: COLUMN ir_act_client.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_client.res_model IS 'Destination Model'; + + +-- +-- Name: COLUMN ir_act_client.params_store; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_client.params_store IS 'Params storage'; + + +-- +-- Name: COLUMN ir_act_client.tag; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_client.tag IS 'Client action tag'; + + +-- +-- Name: COLUMN ir_act_client.context; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_client.context IS 'Context Value'; + + +-- +-- Name: COLUMN ir_act_client.target; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_client.target IS 'Target Window'; + + +-- +-- Name: ir_act_report_xml; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_report_xml ( + parser character varying, + header boolean, + report_type character varying NOT NULL, + ir_values_id integer, + attachment character varying, + report_sxw_content_data bytea, + report_xml character varying, + report_rml_content_data bytea, + auto boolean, + report_file character varying, + multi boolean, + report_xsl character varying, + report_rml character varying, + report_name character varying NOT NULL, + attachment_use boolean, + model character varying NOT NULL, + paperformat_id integer, + print_report_name character varying +) +INHERITS (public.ir_actions); + + +ALTER TABLE public.ir_act_report_xml OWNER TO odoo; + +-- +-- Name: COLUMN ir_act_report_xml.parser; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.parser IS 'Parser Class'; + + +-- +-- Name: COLUMN ir_act_report_xml.header; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.header IS 'Add RML Header'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_type IS 'Report type'; + + +-- +-- Name: COLUMN ir_act_report_xml.ir_values_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.ir_values_id IS 'More Menu entry'; + + +-- +-- Name: COLUMN ir_act_report_xml.attachment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.attachment IS 'Save as Attachment Prefix'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_sxw_content_data; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_sxw_content_data IS 'SXW Content'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_xml; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_xml IS 'XML Path'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_rml_content_data; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_rml_content_data IS 'RML Content'; + + +-- +-- Name: COLUMN ir_act_report_xml.auto; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.auto IS 'Custom Python Parser'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_file; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_file IS 'Report File'; + + +-- +-- Name: COLUMN ir_act_report_xml.multi; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.multi IS 'On Multiple Doc.'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_xsl; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_xsl IS 'XSL Path'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_rml; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_rml IS 'Main Report File Path/controller'; + + +-- +-- Name: COLUMN ir_act_report_xml.report_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.report_name IS 'Template Name'; + + +-- +-- Name: COLUMN ir_act_report_xml.attachment_use; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.attachment_use IS 'Reload from Attachment'; + + +-- +-- Name: COLUMN ir_act_report_xml.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.model IS 'Model'; + + +-- +-- Name: COLUMN ir_act_report_xml.paperformat_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.paperformat_id IS 'Paper format'; + + +-- +-- Name: COLUMN ir_act_report_xml.print_report_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_report_xml.print_report_name IS 'Printed Report Name'; + + +-- +-- Name: ir_act_server; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_server ( + code text, + sequence integer, + crud_model_id integer, + ref_object character varying, + wkf_model_id integer, + crud_model_name character varying, + use_relational_model character varying NOT NULL, + use_create character varying NOT NULL, + wkf_field_id integer, + id_object character varying, + state character varying NOT NULL, + id_value character varying, + action_id integer, + model_id integer NOT NULL, + wkf_model_name character varying, + sub_model_object_field integer, + link_new_record boolean, + wkf_transition_id integer, + sub_object integer, + use_write character varying NOT NULL, + condition character varying, + copyvalue character varying, + write_expression character varying, + menu_ir_values_id integer, + model_object_field integer, + link_field_id integer, + template_id integer +) +INHERITS (public.ir_actions); + + +ALTER TABLE public.ir_act_server OWNER TO odoo; + +-- +-- Name: COLUMN ir_act_server.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.code IS 'Python Code'; + + +-- +-- Name: COLUMN ir_act_server.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN ir_act_server.crud_model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.crud_model_id IS 'Create/Write Target Model'; + + +-- +-- Name: COLUMN ir_act_server.ref_object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.ref_object IS 'Reference record'; + + +-- +-- Name: COLUMN ir_act_server.wkf_model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.wkf_model_id IS 'Target Model'; + + +-- +-- Name: COLUMN ir_act_server.crud_model_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.crud_model_name IS 'Create/Write Target Model Name'; + + +-- +-- Name: COLUMN ir_act_server.use_relational_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.use_relational_model IS 'Relational Target Model'; + + +-- +-- Name: COLUMN ir_act_server.use_create; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.use_create IS 'Creation Policy'; + + +-- +-- Name: COLUMN ir_act_server.wkf_field_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.wkf_field_id IS 'Relation Field'; + + +-- +-- Name: COLUMN ir_act_server.id_object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.id_object IS 'Record'; + + +-- +-- Name: COLUMN ir_act_server.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.state IS 'Action To Do'; + + +-- +-- Name: COLUMN ir_act_server.id_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.id_value IS 'Record ID'; + + +-- +-- Name: COLUMN ir_act_server.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.action_id IS 'Client Action'; + + +-- +-- Name: COLUMN ir_act_server.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.model_id IS 'Base Model'; + + +-- +-- Name: COLUMN ir_act_server.wkf_model_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.wkf_model_name IS 'Target Model Name'; + + +-- +-- Name: COLUMN ir_act_server.sub_model_object_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.sub_model_object_field IS 'Sub-field'; + + +-- +-- Name: COLUMN ir_act_server.link_new_record; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.link_new_record IS 'Attach the new record'; + + +-- +-- Name: COLUMN ir_act_server.wkf_transition_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.wkf_transition_id IS 'Signal to Trigger'; + + +-- +-- Name: COLUMN ir_act_server.sub_object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.sub_object IS 'Sub-model'; + + +-- +-- Name: COLUMN ir_act_server.use_write; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.use_write IS 'Update Policy'; + + +-- +-- Name: COLUMN ir_act_server.condition; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.condition IS 'Condition'; + + +-- +-- Name: COLUMN ir_act_server.copyvalue; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.copyvalue IS 'Placeholder Expression'; + + +-- +-- Name: COLUMN ir_act_server.write_expression; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.write_expression IS 'Expression'; + + +-- +-- Name: COLUMN ir_act_server.menu_ir_values_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.menu_ir_values_id IS 'More Menu entry'; + + +-- +-- Name: COLUMN ir_act_server.model_object_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.model_object_field IS 'Field'; + + +-- +-- Name: COLUMN ir_act_server.link_field_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.link_field_id IS 'Link using field'; + + +-- +-- Name: COLUMN ir_act_server.template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_server.template_id IS 'Email Template'; + + +-- +-- Name: ir_act_url; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_url ( + target character varying NOT NULL, + url text NOT NULL +) +INHERITS (public.ir_actions); + + +ALTER TABLE public.ir_act_url OWNER TO odoo; + +-- +-- Name: COLUMN ir_act_url.target; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_url.target IS 'Action Target'; + + +-- +-- Name: COLUMN ir_act_url.url; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_url.url IS 'Action URL'; + + +-- +-- Name: ir_act_window; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_window ( + domain character varying, + res_model character varying NOT NULL, + search_view_id integer, + src_model character varying, + view_type character varying NOT NULL, + view_id integer, + view_mode character varying NOT NULL, + multi boolean, + target character varying, + auto_search boolean, + res_id integer, + filter boolean, + "limit" integer, + context character varying NOT NULL +) +INHERITS (public.ir_actions); + + +ALTER TABLE public.ir_act_window OWNER TO odoo; + +-- +-- Name: COLUMN ir_act_window.domain; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.domain IS 'Domain Value'; + + +-- +-- Name: COLUMN ir_act_window.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.res_model IS 'Destination Model'; + + +-- +-- Name: COLUMN ir_act_window.search_view_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.search_view_id IS 'Search View Ref.'; + + +-- +-- Name: COLUMN ir_act_window.src_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.src_model IS 'Source Model'; + + +-- +-- Name: COLUMN ir_act_window.view_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.view_type IS 'View Type'; + + +-- +-- Name: COLUMN ir_act_window.view_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.view_id IS 'View Ref.'; + + +-- +-- Name: COLUMN ir_act_window.view_mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.view_mode IS 'View mode'; + + +-- +-- Name: COLUMN ir_act_window.multi; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.multi IS 'Restrict to lists'; + + +-- +-- Name: COLUMN ir_act_window.target; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.target IS 'Target Window'; + + +-- +-- Name: COLUMN ir_act_window.auto_search; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.auto_search IS 'Auto search'; + + +-- +-- Name: COLUMN ir_act_window.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.res_id IS 'Record ID'; + + +-- +-- Name: COLUMN ir_act_window.filter; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.filter IS 'Filter'; + + +-- +-- Name: COLUMN ir_act_window."limit"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window."limit" IS 'Limit'; + + +-- +-- Name: COLUMN ir_act_window.context; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window.context IS 'Context Value'; + + +-- +-- Name: ir_act_window_group_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_window_group_rel ( + act_id integer NOT NULL, + gid integer NOT NULL +); + + +ALTER TABLE public.ir_act_window_group_rel OWNER TO odoo; + +-- +-- Name: TABLE ir_act_window_group_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_act_window_group_rel IS 'RELATION BETWEEN ir_act_window AND res_groups'; + + +-- +-- Name: ir_act_window_view; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_act_window_view ( + id integer NOT NULL, + create_uid integer, + multi boolean, + sequence integer, + view_id integer, + write_uid integer, + view_mode character varying NOT NULL, + write_date timestamp without time zone, + act_window_id integer, + create_date timestamp without time zone +); + + +ALTER TABLE public.ir_act_window_view OWNER TO odoo; + +-- +-- Name: TABLE ir_act_window_view; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_act_window_view IS 'ir.actions.act_window.view'; + + +-- +-- Name: COLUMN ir_act_window_view.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_act_window_view.multi; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.multi IS 'On Multiple Doc.'; + + +-- +-- Name: COLUMN ir_act_window_view.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN ir_act_window_view.view_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.view_id IS 'View'; + + +-- +-- Name: COLUMN ir_act_window_view.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_act_window_view.view_mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.view_mode IS 'View Type'; + + +-- +-- Name: COLUMN ir_act_window_view.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_act_window_view.act_window_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.act_window_id IS 'Action'; + + +-- +-- Name: COLUMN ir_act_window_view.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_act_window_view.create_date IS 'Created on'; + + +-- +-- Name: ir_act_window_view_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_act_window_view_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_act_window_view_id_seq OWNER TO odoo; + +-- +-- Name: ir_act_window_view_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_act_window_view_id_seq OWNED BY public.ir_act_window_view.id; + + +-- +-- Name: ir_actions_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_actions_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_actions_id_seq OWNER TO odoo; + +-- +-- Name: ir_actions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_actions_id_seq OWNED BY public.ir_actions.id; + + +-- +-- Name: ir_actions_todo; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_actions_todo ( + id integer NOT NULL, + create_uid integer, + name character varying, + sequence integer, + write_uid integer, + note text, + state character varying NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + type character varying NOT NULL, + action_id integer NOT NULL +); + + +ALTER TABLE public.ir_actions_todo OWNER TO odoo; + +-- +-- Name: TABLE ir_actions_todo; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_actions_todo IS 'Configuration Wizards'; + + +-- +-- Name: COLUMN ir_actions_todo.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_actions_todo.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.name IS 'Name'; + + +-- +-- Name: COLUMN ir_actions_todo.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN ir_actions_todo.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_actions_todo.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.note IS 'Text'; + + +-- +-- Name: COLUMN ir_actions_todo.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.state IS 'Status'; + + +-- +-- Name: COLUMN ir_actions_todo.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_actions_todo.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_actions_todo.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.type IS 'Type'; + + +-- +-- Name: COLUMN ir_actions_todo.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_actions_todo.action_id IS 'Action'; + + +-- +-- Name: ir_actions_todo_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_actions_todo_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_actions_todo_id_seq OWNER TO odoo; + +-- +-- Name: ir_actions_todo_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_actions_todo_id_seq OWNED BY public.ir_actions_todo.id; + + +-- +-- Name: ir_attachment; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_attachment ( + id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + res_model character varying, + write_uid integer, + res_name character varying, + db_datas bytea, + file_size integer, + create_uid integer, + company_id integer, + res_id integer, + index_content text, + type character varying NOT NULL, + public boolean, + store_fname character varying, + description text, + res_field character varying, + mimetype character varying, + name character varying NOT NULL, + url character varying(1024), + checksum character varying(40), + datas_fname character varying +); + + +ALTER TABLE public.ir_attachment OWNER TO odoo; + +-- +-- Name: TABLE ir_attachment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_attachment IS 'ir.attachment'; + + +-- +-- Name: COLUMN ir_attachment.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.create_date IS 'Date Created'; + + +-- +-- Name: COLUMN ir_attachment.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_attachment.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.res_model IS 'Resource Model'; + + +-- +-- Name: COLUMN ir_attachment.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_attachment.res_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.res_name IS 'Resource Name'; + + +-- +-- Name: COLUMN ir_attachment.db_datas; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.db_datas IS 'Database Data'; + + +-- +-- Name: COLUMN ir_attachment.file_size; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.file_size IS 'File Size'; + + +-- +-- Name: COLUMN ir_attachment.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.create_uid IS 'Owner'; + + +-- +-- Name: COLUMN ir_attachment.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.company_id IS 'Company'; + + +-- +-- Name: COLUMN ir_attachment.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.res_id IS 'Resource ID'; + + +-- +-- Name: COLUMN ir_attachment.index_content; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.index_content IS 'Indexed Content'; + + +-- +-- Name: COLUMN ir_attachment.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.type IS 'Type'; + + +-- +-- Name: COLUMN ir_attachment.public; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.public IS 'Is public document'; + + +-- +-- Name: COLUMN ir_attachment.store_fname; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.store_fname IS 'Stored Filename'; + + +-- +-- Name: COLUMN ir_attachment.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.description IS 'Description'; + + +-- +-- Name: COLUMN ir_attachment.res_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.res_field IS 'Resource Field'; + + +-- +-- Name: COLUMN ir_attachment.mimetype; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.mimetype IS 'Mime Type'; + + +-- +-- Name: COLUMN ir_attachment.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.name IS 'Attachment Name'; + + +-- +-- Name: COLUMN ir_attachment.url; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.url IS 'Url'; + + +-- +-- Name: COLUMN ir_attachment.checksum; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.checksum IS 'Checksum/SHA1'; + + +-- +-- Name: COLUMN ir_attachment.datas_fname; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_attachment.datas_fname IS 'File Name'; + + +-- +-- Name: ir_attachment_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_attachment_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_attachment_id_seq OWNER TO odoo; + +-- +-- Name: ir_attachment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_attachment_id_seq OWNED BY public.ir_attachment.id; + + +-- +-- Name: ir_config_parameter; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_config_parameter ( + id integer NOT NULL, + create_uid integer, + write_date timestamp without time zone, + value text NOT NULL, + write_uid integer, + key character varying NOT NULL, + create_date timestamp without time zone +); + + +ALTER TABLE public.ir_config_parameter OWNER TO odoo; + +-- +-- Name: TABLE ir_config_parameter; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_config_parameter IS 'ir.config_parameter'; + + +-- +-- Name: COLUMN ir_config_parameter.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_config_parameter.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_config_parameter.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_config_parameter.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_config_parameter.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_config_parameter.value IS 'Value'; + + +-- +-- Name: COLUMN ir_config_parameter.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_config_parameter.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_config_parameter.key; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_config_parameter.key IS 'Key'; + + +-- +-- Name: COLUMN ir_config_parameter.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_config_parameter.create_date IS 'Created on'; + + +-- +-- Name: ir_config_parameter_groups_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_config_parameter_groups_rel ( + icp_id integer NOT NULL, + group_id integer NOT NULL +); + + +ALTER TABLE public.ir_config_parameter_groups_rel OWNER TO odoo; + +-- +-- Name: TABLE ir_config_parameter_groups_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_config_parameter_groups_rel IS 'RELATION BETWEEN ir_config_parameter AND res_groups'; + + +-- +-- Name: ir_config_parameter_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_config_parameter_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_config_parameter_id_seq OWNER TO odoo; + +-- +-- Name: ir_config_parameter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_config_parameter_id_seq OWNED BY public.ir_config_parameter.id; + + +-- +-- Name: ir_cron; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_cron ( + id integer NOT NULL, + function character varying, + create_uid integer, + interval_type character varying, + user_id integer NOT NULL, + name character varying NOT NULL, + args text, + numbercall integer, + nextcall timestamp without time zone NOT NULL, + priority integer, + create_date timestamp without time zone, + doall boolean, + write_date timestamp without time zone, + active boolean, + interval_number integer, + write_uid integer, + model character varying +); + + +ALTER TABLE public.ir_cron OWNER TO odoo; + +-- +-- Name: TABLE ir_cron; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_cron IS 'ir.cron'; + + +-- +-- Name: COLUMN ir_cron.function; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.function IS 'Method'; + + +-- +-- Name: COLUMN ir_cron.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_cron.interval_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.interval_type IS 'Interval Unit'; + + +-- +-- Name: COLUMN ir_cron.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.user_id IS 'User'; + + +-- +-- Name: COLUMN ir_cron.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.name IS 'Name'; + + +-- +-- Name: COLUMN ir_cron.args; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.args IS 'Arguments'; + + +-- +-- Name: COLUMN ir_cron.numbercall; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.numbercall IS 'Number of Calls'; + + +-- +-- Name: COLUMN ir_cron.nextcall; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.nextcall IS 'Next Execution Date'; + + +-- +-- Name: COLUMN ir_cron.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.priority IS 'Priority'; + + +-- +-- Name: COLUMN ir_cron.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_cron.doall; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.doall IS 'Repeat Missed'; + + +-- +-- Name: COLUMN ir_cron.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_cron.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.active IS 'Active'; + + +-- +-- Name: COLUMN ir_cron.interval_number; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.interval_number IS 'Interval number'; + + +-- +-- Name: COLUMN ir_cron.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_cron.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_cron.model IS 'Object'; + + +-- +-- Name: ir_cron_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_cron_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_cron_id_seq OWNER TO odoo; + +-- +-- Name: ir_cron_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_cron_id_seq OWNED BY public.ir_cron.id; + + +-- +-- Name: ir_exports; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_exports ( + id integer NOT NULL, + create_uid integer, + name character varying, + write_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + resource character varying +); + + +ALTER TABLE public.ir_exports OWNER TO odoo; + +-- +-- Name: TABLE ir_exports; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_exports IS 'ir.exports'; + + +-- +-- Name: COLUMN ir_exports.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_exports.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports.name IS 'Export Name'; + + +-- +-- Name: COLUMN ir_exports.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_exports.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_exports.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_exports.resource; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports.resource IS 'Resource'; + + +-- +-- Name: ir_exports_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_exports_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_exports_id_seq OWNER TO odoo; + +-- +-- Name: ir_exports_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_exports_id_seq OWNED BY public.ir_exports.id; + + +-- +-- Name: ir_exports_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_exports_line ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying, + write_uid integer, + write_date timestamp without time zone, + export_id integer +); + + +ALTER TABLE public.ir_exports_line OWNER TO odoo; + +-- +-- Name: TABLE ir_exports_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_exports_line IS 'ir.exports.line'; + + +-- +-- Name: COLUMN ir_exports_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_exports_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_exports_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports_line.name IS 'Field Name'; + + +-- +-- Name: COLUMN ir_exports_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_exports_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_exports_line.export_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_exports_line.export_id IS 'Export'; + + +-- +-- Name: ir_exports_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_exports_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_exports_line_id_seq OWNER TO odoo; + +-- +-- Name: ir_exports_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_exports_line_id_seq OWNED BY public.ir_exports_line.id; + + +-- +-- Name: ir_filters; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_filters ( + id integer NOT NULL, + sort text NOT NULL, + model_id character varying NOT NULL, + domain text NOT NULL, + user_id integer, + name character varying NOT NULL, + create_uid integer, + write_uid integer, + is_default boolean, + create_date timestamp without time zone, + context text NOT NULL, + active boolean, + write_date timestamp without time zone, + action_id integer +); + + +ALTER TABLE public.ir_filters OWNER TO odoo; + +-- +-- Name: TABLE ir_filters; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_filters IS 'Filters'; + + +-- +-- Name: COLUMN ir_filters.sort; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.sort IS 'Sort'; + + +-- +-- Name: COLUMN ir_filters.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.model_id IS 'Model'; + + +-- +-- Name: COLUMN ir_filters.domain; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.domain IS 'Domain'; + + +-- +-- Name: COLUMN ir_filters.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.user_id IS 'User'; + + +-- +-- Name: COLUMN ir_filters.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.name IS 'Filter Name'; + + +-- +-- Name: COLUMN ir_filters.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_filters.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_filters.is_default; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.is_default IS 'Default filter'; + + +-- +-- Name: COLUMN ir_filters.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_filters.context; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.context IS 'Context'; + + +-- +-- Name: COLUMN ir_filters.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.active IS 'Active'; + + +-- +-- Name: COLUMN ir_filters.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_filters.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_filters.action_id IS 'Action'; + + +-- +-- Name: ir_filters_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_filters_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_filters_id_seq OWNER TO odoo; + +-- +-- Name: ir_filters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_filters_id_seq OWNED BY public.ir_filters.id; + + +-- +-- Name: ir_logging; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_logging ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + level character varying, + message text NOT NULL, + func character varying NOT NULL, + write_date timestamp without time zone, + path character varying NOT NULL, + line character varying NOT NULL, + write_uid integer, + type character varying NOT NULL, + dbname character varying +); + + +ALTER TABLE public.ir_logging OWNER TO odoo; + +-- +-- Name: TABLE ir_logging; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_logging IS 'ir.logging'; + + +-- +-- Name: COLUMN ir_logging.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.create_uid IS 'Uid'; + + +-- +-- Name: COLUMN ir_logging.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.create_date IS 'Create date'; + + +-- +-- Name: COLUMN ir_logging.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.name IS 'Name'; + + +-- +-- Name: COLUMN ir_logging.level; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.level IS 'Level'; + + +-- +-- Name: COLUMN ir_logging.message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.message IS 'Message'; + + +-- +-- Name: COLUMN ir_logging.func; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.func IS 'Function'; + + +-- +-- Name: COLUMN ir_logging.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_logging.path; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.path IS 'Path'; + + +-- +-- Name: COLUMN ir_logging.line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.line IS 'Line'; + + +-- +-- Name: COLUMN ir_logging.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_logging.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.type IS 'Type'; + + +-- +-- Name: COLUMN ir_logging.dbname; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_logging.dbname IS 'Database Name'; + + +-- +-- Name: ir_logging_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_logging_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_logging_id_seq OWNER TO odoo; + +-- +-- Name: ir_logging_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_logging_id_seq OWNED BY public.ir_logging.id; + + +-- +-- Name: ir_mail_server; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_mail_server ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer, + write_uid integer, + smtp_port integer NOT NULL, + smtp_host character varying NOT NULL, + smtp_user character varying(64), + smtp_pass character varying(64), + smtp_debug boolean, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone, + smtp_encryption character varying NOT NULL +); + + +ALTER TABLE public.ir_mail_server OWNER TO odoo; + +-- +-- Name: TABLE ir_mail_server; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_mail_server IS 'ir.mail_server'; + + +-- +-- Name: COLUMN ir_mail_server.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_mail_server.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.name IS 'Description'; + + +-- +-- Name: COLUMN ir_mail_server.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.sequence IS 'Priority'; + + +-- +-- Name: COLUMN ir_mail_server.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_mail_server.smtp_port; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.smtp_port IS 'SMTP Port'; + + +-- +-- Name: COLUMN ir_mail_server.smtp_host; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.smtp_host IS 'SMTP Server'; + + +-- +-- Name: COLUMN ir_mail_server.smtp_user; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.smtp_user IS 'Username'; + + +-- +-- Name: COLUMN ir_mail_server.smtp_pass; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.smtp_pass IS 'Password'; + + +-- +-- Name: COLUMN ir_mail_server.smtp_debug; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.smtp_debug IS 'Debugging'; + + +-- +-- Name: COLUMN ir_mail_server.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_mail_server.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.active IS 'Active'; + + +-- +-- Name: COLUMN ir_mail_server.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_mail_server.smtp_encryption; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_mail_server.smtp_encryption IS 'Connection Security'; + + +-- +-- Name: ir_mail_server_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_mail_server_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_mail_server_id_seq OWNER TO odoo; + +-- +-- Name: ir_mail_server_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_mail_server_id_seq OWNED BY public.ir_mail_server.id; + + +-- +-- Name: ir_model; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model ( + id integer NOT NULL, + model character varying NOT NULL, + name character varying NOT NULL, + state character varying, + info text, + transient boolean, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.ir_model OWNER TO odoo; + +-- +-- Name: COLUMN ir_model.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_model.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_model.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_model.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model.create_date IS 'Created on'; + + +-- +-- Name: ir_model_access; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model_access ( + id integer NOT NULL, + model_id integer NOT NULL, + perm_read boolean, + name character varying NOT NULL, + create_uid integer, + write_uid integer, + perm_write boolean, + create_date timestamp without time zone, + write_date timestamp without time zone, + perm_unlink boolean, + active boolean, + perm_create boolean, + group_id integer +); + + +ALTER TABLE public.ir_model_access OWNER TO odoo; + +-- +-- Name: TABLE ir_model_access; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_model_access IS 'ir.model.access'; + + +-- +-- Name: COLUMN ir_model_access.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.model_id IS 'Object'; + + +-- +-- Name: COLUMN ir_model_access.perm_read; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.perm_read IS 'Read Access'; + + +-- +-- Name: COLUMN ir_model_access.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.name IS 'Name'; + + +-- +-- Name: COLUMN ir_model_access.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_model_access.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_model_access.perm_write; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.perm_write IS 'Write Access'; + + +-- +-- Name: COLUMN ir_model_access.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_model_access.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_model_access.perm_unlink; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.perm_unlink IS 'Delete Access'; + + +-- +-- Name: COLUMN ir_model_access.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.active IS 'Active'; + + +-- +-- Name: COLUMN ir_model_access.perm_create; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.perm_create IS 'Create Access'; + + +-- +-- Name: COLUMN ir_model_access.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_access.group_id IS 'Group'; + + +-- +-- Name: ir_model_access_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_model_access_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_model_access_id_seq OWNER TO odoo; + +-- +-- Name: ir_model_access_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_model_access_id_seq OWNED BY public.ir_model_access.id; + + +-- +-- Name: ir_model_constraint; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model_constraint ( + id integer NOT NULL, + date_init timestamp without time zone, + date_update timestamp without time zone, + module integer NOT NULL, + model integer NOT NULL, + type character varying(1) NOT NULL, + definition character varying, + name character varying NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.ir_model_constraint OWNER TO odoo; + +-- +-- Name: COLUMN ir_model_constraint.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_constraint.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_model_constraint.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_constraint.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_model_constraint.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_constraint.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_model_constraint.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_constraint.create_date IS 'Created on'; + + +-- +-- Name: ir_model_constraint_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_model_constraint_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_model_constraint_id_seq OWNER TO odoo; + +-- +-- Name: ir_model_constraint_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_model_constraint_id_seq OWNED BY public.ir_model_constraint.id; + + +-- +-- Name: ir_model_data; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model_data ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + noupdate boolean, + name character varying NOT NULL, + date_init timestamp without time zone, + date_update timestamp without time zone, + module character varying NOT NULL, + model character varying NOT NULL, + res_id integer +); + + +ALTER TABLE public.ir_model_data OWNER TO odoo; + +-- +-- Name: ir_model_data_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_model_data_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_model_data_id_seq OWNER TO odoo; + +-- +-- Name: ir_model_data_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_model_data_id_seq OWNED BY public.ir_model_data.id; + + +-- +-- Name: ir_model_fields; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model_fields ( + id integer NOT NULL, + model character varying NOT NULL, + model_id integer NOT NULL, + name character varying NOT NULL, + state character varying DEFAULT 'base'::character varying NOT NULL, + field_description character varying NOT NULL, + help text, + ttype character varying NOT NULL, + relation character varying, + relation_field character varying, + index boolean, + copy boolean, + related character varying, + readonly boolean DEFAULT false, + required boolean DEFAULT false, + selectable boolean DEFAULT false, + translate boolean DEFAULT false, + serialization_field_id integer, + relation_table character varying, + column1 character varying, + column2 character varying, + store boolean, + domain character varying, + selection character varying, + create_date timestamp without time zone, + on_delete character varying, + write_uid integer, + depends character varying, + size integer, + complete_name character varying, + create_uid integer, + compute text, + write_date timestamp without time zone, + CONSTRAINT ir_model_fields_size_gt_zero CHECK ((size >= 0)) +); + + +ALTER TABLE public.ir_model_fields OWNER TO odoo; + +-- +-- Name: COLUMN ir_model_fields.domain; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.domain IS 'Domain'; + + +-- +-- Name: COLUMN ir_model_fields.selection; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.selection IS 'Selection Options'; + + +-- +-- Name: COLUMN ir_model_fields.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_model_fields.on_delete; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.on_delete IS 'On Delete'; + + +-- +-- Name: COLUMN ir_model_fields.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_model_fields.depends; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.depends IS 'Dependencies'; + + +-- +-- Name: COLUMN ir_model_fields.size; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.size IS 'Size'; + + +-- +-- Name: COLUMN ir_model_fields.complete_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.complete_name IS 'Complete name'; + + +-- +-- Name: COLUMN ir_model_fields.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_model_fields.compute; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.compute IS 'Compute'; + + +-- +-- Name: COLUMN ir_model_fields.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_fields.write_date IS 'Last Updated on'; + + +-- +-- Name: ir_model_fields_group_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model_fields_group_rel ( + field_id integer NOT NULL, + group_id integer NOT NULL +); + + +ALTER TABLE public.ir_model_fields_group_rel OWNER TO odoo; + +-- +-- Name: TABLE ir_model_fields_group_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_model_fields_group_rel IS 'RELATION BETWEEN ir_model_fields AND res_groups'; + + +-- +-- Name: ir_model_fields_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_model_fields_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_model_fields_id_seq OWNER TO odoo; + +-- +-- Name: ir_model_fields_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_model_fields_id_seq OWNED BY public.ir_model_fields.id; + + +-- +-- Name: ir_model_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_model_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_model_id_seq OWNER TO odoo; + +-- +-- Name: ir_model_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_model_id_seq OWNED BY public.ir_model.id; + + +-- +-- Name: ir_model_relation; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_model_relation ( + id integer NOT NULL, + date_init timestamp without time zone, + date_update timestamp without time zone, + module integer NOT NULL, + model integer NOT NULL, + name character varying NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.ir_model_relation OWNER TO odoo; + +-- +-- Name: COLUMN ir_model_relation.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_relation.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_model_relation.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_relation.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_model_relation.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_relation.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_model_relation.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_model_relation.create_date IS 'Created on'; + + +-- +-- Name: ir_model_relation_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_model_relation_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_model_relation_id_seq OWNER TO odoo; + +-- +-- Name: ir_model_relation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_model_relation_id_seq OWNED BY public.ir_model_relation.id; + + +-- +-- Name: ir_module_category; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_module_category ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + parent_id integer, + name character varying NOT NULL, + description text, + sequence integer, + visible boolean +); + + +ALTER TABLE public.ir_module_category OWNER TO odoo; + +-- +-- Name: COLUMN ir_module_category.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_category.description IS 'Description'; + + +-- +-- Name: COLUMN ir_module_category.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_category.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN ir_module_category.visible; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_category.visible IS 'Visible'; + + +-- +-- Name: ir_module_category_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_module_category_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_module_category_id_seq OWNER TO odoo; + +-- +-- Name: ir_module_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_module_category_id_seq OWNED BY public.ir_module_category.id; + + +-- +-- Name: ir_module_module; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_module_module ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + website character varying, + summary character varying, + name character varying NOT NULL, + author character varying, + icon character varying, + state character varying(16), + latest_version character varying, + shortdesc character varying, + category_id integer, + description text, + application boolean DEFAULT false, + demo boolean DEFAULT false, + web boolean DEFAULT false, + license character varying(32), + sequence integer DEFAULT 100, + auto_install boolean DEFAULT false, + maintainer character varying, + contributors text, + views_by_module text, + published_version character varying, + menus_by_module text, + url character varying, + reports_by_module text +); + + +ALTER TABLE public.ir_module_module OWNER TO odoo; + +-- +-- Name: COLUMN ir_module_module.maintainer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.maintainer IS 'Maintainer'; + + +-- +-- Name: COLUMN ir_module_module.contributors; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.contributors IS 'Contributors'; + + +-- +-- Name: COLUMN ir_module_module.views_by_module; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.views_by_module IS 'Views'; + + +-- +-- Name: COLUMN ir_module_module.published_version; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.published_version IS 'Published Version'; + + +-- +-- Name: COLUMN ir_module_module.menus_by_module; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.menus_by_module IS 'Menus'; + + +-- +-- Name: COLUMN ir_module_module.url; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.url IS 'URL'; + + +-- +-- Name: COLUMN ir_module_module.reports_by_module; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_module_module.reports_by_module IS 'Reports'; + + +-- +-- Name: ir_module_module_dependency; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_module_module_dependency ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + name character varying, + module_id integer +); + + +ALTER TABLE public.ir_module_module_dependency OWNER TO odoo; + +-- +-- Name: ir_module_module_dependency_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_module_module_dependency_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_module_module_dependency_id_seq OWNER TO odoo; + +-- +-- Name: ir_module_module_dependency_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_module_module_dependency_id_seq OWNED BY public.ir_module_module_dependency.id; + + +-- +-- Name: ir_module_module_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_module_module_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_module_module_id_seq OWNER TO odoo; + +-- +-- Name: ir_module_module_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_module_module_id_seq OWNED BY public.ir_module_module.id; + + +-- +-- Name: ir_property; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_property ( + id integer NOT NULL, + create_uid integer, + value_integer integer, + value_float double precision, + name character varying, + value_text text, + res_id character varying, + company_id integer, + write_uid integer, + fields_id integer NOT NULL, + value_datetime timestamp without time zone, + value_binary bytea, + write_date timestamp without time zone, + create_date timestamp without time zone, + value_reference character varying, + type character varying NOT NULL +); + + +ALTER TABLE public.ir_property OWNER TO odoo; + +-- +-- Name: TABLE ir_property; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_property IS 'ir.property'; + + +-- +-- Name: COLUMN ir_property.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_property.value_integer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.value_integer IS 'Value integer'; + + +-- +-- Name: COLUMN ir_property.value_float; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.value_float IS 'Value float'; + + +-- +-- Name: COLUMN ir_property.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.name IS 'Name'; + + +-- +-- Name: COLUMN ir_property.value_text; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.value_text IS 'Value text'; + + +-- +-- Name: COLUMN ir_property.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.res_id IS 'Resource'; + + +-- +-- Name: COLUMN ir_property.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.company_id IS 'Company'; + + +-- +-- Name: COLUMN ir_property.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_property.fields_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.fields_id IS 'Field'; + + +-- +-- Name: COLUMN ir_property.value_datetime; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.value_datetime IS 'Value datetime'; + + +-- +-- Name: COLUMN ir_property.value_binary; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.value_binary IS 'Value binary'; + + +-- +-- Name: COLUMN ir_property.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_property.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_property.value_reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.value_reference IS 'Value reference'; + + +-- +-- Name: COLUMN ir_property.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_property.type IS 'Type'; + + +-- +-- Name: ir_property_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_property_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_property_id_seq OWNER TO odoo; + +-- +-- Name: ir_property_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_property_id_seq OWNED BY public.ir_property.id; + + +-- +-- Name: ir_rule; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_rule ( + id integer NOT NULL, + model_id integer NOT NULL, + domain_force text, + name character varying, + create_uid integer, + global boolean, + write_uid integer, + perm_write boolean, + create_date timestamp without time zone, + perm_unlink boolean, + active boolean, + perm_read boolean, + perm_create boolean, + write_date timestamp without time zone, + CONSTRAINT ir_rule_no_access_rights CHECK (((perm_read <> false) OR (perm_write <> false) OR (perm_create <> false) OR (perm_unlink <> false))) +); + + +ALTER TABLE public.ir_rule OWNER TO odoo; + +-- +-- Name: TABLE ir_rule; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_rule IS 'ir.rule'; + + +-- +-- Name: COLUMN ir_rule.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.model_id IS 'Object'; + + +-- +-- Name: COLUMN ir_rule.domain_force; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.domain_force IS 'Domain'; + + +-- +-- Name: COLUMN ir_rule.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.name IS 'Name'; + + +-- +-- Name: COLUMN ir_rule.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_rule.global; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.global IS 'Global'; + + +-- +-- Name: COLUMN ir_rule.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_rule.perm_write; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.perm_write IS 'Apply for Write'; + + +-- +-- Name: COLUMN ir_rule.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_rule.perm_unlink; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.perm_unlink IS 'Apply for Delete'; + + +-- +-- Name: COLUMN ir_rule.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.active IS 'Active'; + + +-- +-- Name: COLUMN ir_rule.perm_read; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.perm_read IS 'Apply for Read'; + + +-- +-- Name: COLUMN ir_rule.perm_create; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.perm_create IS 'Apply for Create'; + + +-- +-- Name: COLUMN ir_rule.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_rule.write_date IS 'Last Updated on'; + + +-- +-- Name: ir_rule_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_rule_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_rule_id_seq OWNER TO odoo; + +-- +-- Name: ir_rule_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_rule_id_seq OWNED BY public.ir_rule.id; + + +-- +-- Name: ir_sequence; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_sequence ( + id integer NOT NULL, + use_date_range boolean, + code character varying, + name character varying NOT NULL, + number_next integer NOT NULL, + create_uid integer, + implementation character varying NOT NULL, + company_id integer, + write_uid integer, + padding integer NOT NULL, + number_increment integer NOT NULL, + prefix character varying, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone, + suffix character varying +); + + +ALTER TABLE public.ir_sequence OWNER TO odoo; + +-- +-- Name: TABLE ir_sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_sequence IS 'ir.sequence'; + + +-- +-- Name: COLUMN ir_sequence.use_date_range; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.use_date_range IS 'Use subsequences per date_range'; + + +-- +-- Name: COLUMN ir_sequence.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.code IS 'Sequence Code'; + + +-- +-- Name: COLUMN ir_sequence.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.name IS 'Name'; + + +-- +-- Name: COLUMN ir_sequence.number_next; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.number_next IS 'Next Number'; + + +-- +-- Name: COLUMN ir_sequence.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_sequence.implementation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.implementation IS 'Implementation'; + + +-- +-- Name: COLUMN ir_sequence.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.company_id IS 'Company'; + + +-- +-- Name: COLUMN ir_sequence.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_sequence.padding; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.padding IS 'Sequence Size'; + + +-- +-- Name: COLUMN ir_sequence.number_increment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.number_increment IS 'Step'; + + +-- +-- Name: COLUMN ir_sequence.prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.prefix IS 'Prefix'; + + +-- +-- Name: COLUMN ir_sequence.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_sequence.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.active IS 'Active'; + + +-- +-- Name: COLUMN ir_sequence.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_sequence.suffix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence.suffix IS 'Suffix'; + + +-- +-- Name: ir_sequence_001; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_001 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_001 OWNER TO odoo; + +-- +-- Name: ir_sequence_002; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_002 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_002 OWNER TO odoo; + +-- +-- Name: ir_sequence_003; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_003 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_003 OWNER TO odoo; + +-- +-- Name: ir_sequence_004; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_004 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_004 OWNER TO odoo; + +-- +-- Name: ir_sequence_005; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_005 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_005 OWNER TO odoo; + +-- +-- Name: ir_sequence_006; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_006 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_006 OWNER TO odoo; + +-- +-- Name: ir_sequence_007; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_007 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_007 OWNER TO odoo; + +-- +-- Name: ir_sequence_008; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_008 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_008 OWNER TO odoo; + +-- +-- Name: ir_sequence_009; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_009 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_009 OWNER TO odoo; + +-- +-- Name: ir_sequence_010; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_010 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_010 OWNER TO odoo; + +-- +-- Name: ir_sequence_011; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_011 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_011 OWNER TO odoo; + +-- +-- Name: ir_sequence_012; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_012 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_012 OWNER TO odoo; + +-- +-- Name: ir_sequence_013; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_013 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_013 OWNER TO odoo; + +-- +-- Name: ir_sequence_014; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_014 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_014 OWNER TO odoo; + +-- +-- Name: ir_sequence_015; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_015 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_015 OWNER TO odoo; + +-- +-- Name: ir_sequence_016; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_016 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_016 OWNER TO odoo; + +-- +-- Name: ir_sequence_017; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_017 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_017 OWNER TO odoo; + +-- +-- Name: ir_sequence_018; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_018 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_018 OWNER TO odoo; + +-- +-- Name: ir_sequence_019; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_019 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_019 OWNER TO odoo; + +-- +-- Name: ir_sequence_020; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_020 + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_020 OWNER TO odoo; + +-- +-- Name: ir_sequence_date_range; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_sequence_date_range ( + id integer NOT NULL, + create_uid integer, + number_next integer NOT NULL, + date_from date NOT NULL, + write_uid integer, + sequence_id integer NOT NULL, + write_date timestamp without time zone, + date_to date NOT NULL, + create_date timestamp without time zone +); + + +ALTER TABLE public.ir_sequence_date_range OWNER TO odoo; + +-- +-- Name: TABLE ir_sequence_date_range; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_sequence_date_range IS 'ir.sequence.date_range'; + + +-- +-- Name: COLUMN ir_sequence_date_range.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_sequence_date_range.number_next; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.number_next IS 'Next Number'; + + +-- +-- Name: COLUMN ir_sequence_date_range.date_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.date_from IS 'From'; + + +-- +-- Name: COLUMN ir_sequence_date_range.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_sequence_date_range.sequence_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.sequence_id IS 'Main Sequence'; + + +-- +-- Name: COLUMN ir_sequence_date_range.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_sequence_date_range.date_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.date_to IS 'To'; + + +-- +-- Name: COLUMN ir_sequence_date_range.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_sequence_date_range.create_date IS 'Created on'; + + +-- +-- Name: ir_sequence_date_range_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_date_range_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_date_range_id_seq OWNER TO odoo; + +-- +-- Name: ir_sequence_date_range_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_sequence_date_range_id_seq OWNED BY public.ir_sequence_date_range.id; + + +-- +-- Name: ir_sequence_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_sequence_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_sequence_id_seq OWNER TO odoo; + +-- +-- Name: ir_sequence_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_sequence_id_seq OWNED BY public.ir_sequence.id; + + +-- +-- Name: ir_server_object_lines; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_server_object_lines ( + id integer NOT NULL, + create_uid integer, + server_id integer, + value text NOT NULL, + col1 integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer, + type character varying NOT NULL +); + + +ALTER TABLE public.ir_server_object_lines OWNER TO odoo; + +-- +-- Name: TABLE ir_server_object_lines; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_server_object_lines IS 'Server Action value mapping'; + + +-- +-- Name: COLUMN ir_server_object_lines.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_server_object_lines.server_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.server_id IS 'Related Server Action'; + + +-- +-- Name: COLUMN ir_server_object_lines.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.value IS 'Value'; + + +-- +-- Name: COLUMN ir_server_object_lines.col1; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.col1 IS 'Field'; + + +-- +-- Name: COLUMN ir_server_object_lines.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_server_object_lines.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_server_object_lines.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_server_object_lines.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_server_object_lines.type IS 'Evaluation Type'; + + +-- +-- Name: ir_server_object_lines_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_server_object_lines_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_server_object_lines_id_seq OWNER TO odoo; + +-- +-- Name: ir_server_object_lines_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_server_object_lines_id_seq OWNED BY public.ir_server_object_lines.id; + + +-- +-- Name: ir_translation; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_translation ( + id integer NOT NULL, + lang character varying, + src text, + name character varying NOT NULL, + type character varying, + module character varying, + state character varying, + comments text, + value text, + res_id integer +); + + +ALTER TABLE public.ir_translation OWNER TO odoo; + +-- +-- Name: TABLE ir_translation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_translation IS 'ir.translation'; + + +-- +-- Name: COLUMN ir_translation.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.lang IS 'Language'; + + +-- +-- Name: COLUMN ir_translation.src; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.src IS 'Internal Source'; + + +-- +-- Name: COLUMN ir_translation.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.name IS 'Translated field'; + + +-- +-- Name: COLUMN ir_translation.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.type IS 'Type'; + + +-- +-- Name: COLUMN ir_translation.module; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.module IS 'Module'; + + +-- +-- Name: COLUMN ir_translation.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.state IS 'Status'; + + +-- +-- Name: COLUMN ir_translation.comments; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.comments IS 'Translation comments'; + + +-- +-- Name: COLUMN ir_translation.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.value IS 'Translation Value'; + + +-- +-- Name: COLUMN ir_translation.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_translation.res_id IS 'Record ID'; + + +-- +-- Name: ir_translation_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_translation_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_translation_id_seq OWNER TO odoo; + +-- +-- Name: ir_translation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_translation_id_seq OWNED BY public.ir_translation.id; + + +-- +-- Name: ir_ui_menu; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_ui_menu ( + id integer NOT NULL, + parent_left integer, + parent_right integer, + name character varying NOT NULL, + web_icon character varying, + parent_id integer, + sequence integer, + write_uid integer, + active boolean, + write_date timestamp without time zone, + create_uid integer, + action character varying, + create_date timestamp without time zone, + load_xmlid boolean +); + + +ALTER TABLE public.ir_ui_menu OWNER TO odoo; + +-- +-- Name: TABLE ir_ui_menu; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_ui_menu IS 'ir.ui.menu'; + + +-- +-- Name: COLUMN ir_ui_menu.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.name IS 'Menu'; + + +-- +-- Name: COLUMN ir_ui_menu.web_icon; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.web_icon IS 'Web Icon File'; + + +-- +-- Name: COLUMN ir_ui_menu.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.parent_id IS 'Parent Menu'; + + +-- +-- Name: COLUMN ir_ui_menu.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN ir_ui_menu.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_ui_menu.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.active IS 'Active'; + + +-- +-- Name: COLUMN ir_ui_menu.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_ui_menu.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_ui_menu.action; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.action IS 'Action'; + + +-- +-- Name: COLUMN ir_ui_menu.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_ui_menu.load_xmlid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_menu.load_xmlid IS 'Load xmlid'; + + +-- +-- Name: ir_ui_menu_group_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_ui_menu_group_rel ( + menu_id integer NOT NULL, + gid integer NOT NULL +); + + +ALTER TABLE public.ir_ui_menu_group_rel OWNER TO odoo; + +-- +-- Name: TABLE ir_ui_menu_group_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_ui_menu_group_rel IS 'RELATION BETWEEN ir_ui_menu AND res_groups'; + + +-- +-- Name: ir_ui_menu_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_ui_menu_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_ui_menu_id_seq OWNER TO odoo; + +-- +-- Name: ir_ui_menu_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_ui_menu_id_seq OWNED BY public.ir_ui_menu.id; + + +-- +-- Name: ir_ui_view; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_ui_view ( + id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + field_parent character varying, + inherit_id integer, + model_data_id integer, + priority integer NOT NULL, + type character varying, + arch_db text, + create_uid integer, + key character varying, + active boolean, + arch_fs character varying, + name character varying NOT NULL, + mode character varying NOT NULL, + model character varying, + CONSTRAINT ir_ui_view_inheritance_mode CHECK ((((mode)::text <> 'extension'::text) OR (inherit_id IS NOT NULL))) +); + + +ALTER TABLE public.ir_ui_view OWNER TO odoo; + +-- +-- Name: TABLE ir_ui_view; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_ui_view IS 'ir.ui.view'; + + +-- +-- Name: COLUMN ir_ui_view.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.create_date IS 'Create date'; + + +-- +-- Name: COLUMN ir_ui_view.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.write_date IS 'Last Modification Date'; + + +-- +-- Name: COLUMN ir_ui_view.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_ui_view.field_parent; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.field_parent IS 'Child Field'; + + +-- +-- Name: COLUMN ir_ui_view.inherit_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.inherit_id IS 'Inherited View'; + + +-- +-- Name: COLUMN ir_ui_view.model_data_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.model_data_id IS 'Model Data'; + + +-- +-- Name: COLUMN ir_ui_view.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.priority IS 'Sequence'; + + +-- +-- Name: COLUMN ir_ui_view.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.type IS 'View Type'; + + +-- +-- Name: COLUMN ir_ui_view.arch_db; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.arch_db IS 'Arch Blob'; + + +-- +-- Name: COLUMN ir_ui_view.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_ui_view.key; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.key IS 'Key'; + + +-- +-- Name: COLUMN ir_ui_view.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.active IS 'Active'; + + +-- +-- Name: COLUMN ir_ui_view.arch_fs; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.arch_fs IS 'Arch Filename'; + + +-- +-- Name: COLUMN ir_ui_view.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.name IS 'View Name'; + + +-- +-- Name: COLUMN ir_ui_view.mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.mode IS 'View inheritance mode'; + + +-- +-- Name: COLUMN ir_ui_view.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view.model IS 'Model'; + + +-- +-- Name: ir_ui_view_custom; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_ui_view_custom ( + id integer NOT NULL, + create_uid integer, + user_id integer NOT NULL, + ref_id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + write_uid integer, + arch text NOT NULL +); + + +ALTER TABLE public.ir_ui_view_custom OWNER TO odoo; + +-- +-- Name: TABLE ir_ui_view_custom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_ui_view_custom IS 'ir.ui.view.custom'; + + +-- +-- Name: COLUMN ir_ui_view_custom.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_ui_view_custom.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.user_id IS 'User'; + + +-- +-- Name: COLUMN ir_ui_view_custom.ref_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.ref_id IS 'Original View'; + + +-- +-- Name: COLUMN ir_ui_view_custom.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_ui_view_custom.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_ui_view_custom.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_ui_view_custom.arch; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_ui_view_custom.arch IS 'View Architecture'; + + +-- +-- Name: ir_ui_view_custom_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_ui_view_custom_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_ui_view_custom_id_seq OWNER TO odoo; + +-- +-- Name: ir_ui_view_custom_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_ui_view_custom_id_seq OWNED BY public.ir_ui_view_custom.id; + + +-- +-- Name: ir_ui_view_group_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_ui_view_group_rel ( + view_id integer NOT NULL, + group_id integer NOT NULL +); + + +ALTER TABLE public.ir_ui_view_group_rel OWNER TO odoo; + +-- +-- Name: TABLE ir_ui_view_group_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_ui_view_group_rel IS 'RELATION BETWEEN ir_ui_view AND res_groups'; + + +-- +-- Name: ir_ui_view_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_ui_view_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_ui_view_id_seq OWNER TO odoo; + +-- +-- Name: ir_ui_view_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_ui_view_id_seq OWNED BY public.ir_ui_view.id; + + +-- +-- Name: ir_values; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.ir_values ( + id integer NOT NULL, + model_id integer, + user_id integer, + name character varying NOT NULL, + create_uid integer, + key2 character varying, + company_id integer, + value text, + write_uid integer, + create_date timestamp without time zone, + key character varying NOT NULL, + write_date timestamp without time zone, + model character varying NOT NULL, + res_id integer, + action_id integer +); + + +ALTER TABLE public.ir_values OWNER TO odoo; + +-- +-- Name: TABLE ir_values; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.ir_values IS 'ir.values'; + + +-- +-- Name: COLUMN ir_values.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.model_id IS 'Model (change only)'; + + +-- +-- Name: COLUMN ir_values.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.user_id IS 'User'; + + +-- +-- Name: COLUMN ir_values.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.name IS 'Name'; + + +-- +-- Name: COLUMN ir_values.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN ir_values.key2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.key2 IS 'Qualifier'; + + +-- +-- Name: COLUMN ir_values.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.company_id IS 'Company'; + + +-- +-- Name: COLUMN ir_values.value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.value IS 'Value'; + + +-- +-- Name: COLUMN ir_values.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN ir_values.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.create_date IS 'Created on'; + + +-- +-- Name: COLUMN ir_values.key; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.key IS 'Type'; + + +-- +-- Name: COLUMN ir_values.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN ir_values.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.model IS 'Model Name'; + + +-- +-- Name: COLUMN ir_values.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.res_id IS 'Record ID'; + + +-- +-- Name: COLUMN ir_values.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.ir_values.action_id IS 'Action (change only)'; + + +-- +-- Name: ir_values_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.ir_values_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.ir_values_id_seq OWNER TO odoo; + +-- +-- Name: ir_values_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.ir_values_id_seq OWNED BY public.ir_values.id; + + +-- +-- Name: mail_alias; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_alias ( + id integer NOT NULL, + create_uid integer, + alias_parent_thread_id integer, + write_uid integer, + alias_defaults text NOT NULL, + alias_contact character varying NOT NULL, + alias_parent_model_id integer, + alias_user_id integer, + alias_force_thread_id integer, + create_date timestamp without time zone, + alias_model_id integer NOT NULL, + write_date timestamp without time zone, + alias_name character varying +); + + +ALTER TABLE public.mail_alias OWNER TO odoo; + +-- +-- Name: TABLE mail_alias; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_alias IS 'Email Aliases'; + + +-- +-- Name: COLUMN mail_alias.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_alias.alias_parent_thread_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_parent_thread_id IS 'Parent Record Thread ID'; + + +-- +-- Name: COLUMN mail_alias.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_alias.alias_defaults; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_defaults IS 'Default Values'; + + +-- +-- Name: COLUMN mail_alias.alias_contact; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_contact IS 'Alias Contact Security'; + + +-- +-- Name: COLUMN mail_alias.alias_parent_model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_parent_model_id IS 'Parent Model'; + + +-- +-- Name: COLUMN mail_alias.alias_user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_user_id IS 'Owner'; + + +-- +-- Name: COLUMN mail_alias.alias_force_thread_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_force_thread_id IS 'Record Thread ID'; + + +-- +-- Name: COLUMN mail_alias.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_alias.alias_model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_model_id IS 'Aliased Model'; + + +-- +-- Name: COLUMN mail_alias.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_alias.alias_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_alias.alias_name IS 'Alias Name'; + + +-- +-- Name: mail_alias_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_alias_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_alias_id_seq OWNER TO odoo; + +-- +-- Name: mail_alias_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_alias_id_seq OWNED BY public.mail_alias.id; + + +-- +-- Name: mail_channel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_channel ( + id integer NOT NULL, + create_date timestamp without time zone, + alias_id integer NOT NULL, + write_uid integer, + uuid character varying(50), + message_last_post timestamp without time zone, + description text, + create_uid integer, + group_public_id integer, + write_date timestamp without time zone, + name character varying NOT NULL, + public character varying NOT NULL, + channel_type character varying, + email_send boolean +); + + +ALTER TABLE public.mail_channel OWNER TO odoo; + +-- +-- Name: TABLE mail_channel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_channel IS 'Discussion channel'; + + +-- +-- Name: COLUMN mail_channel.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_channel.alias_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.alias_id IS 'Alias'; + + +-- +-- Name: COLUMN mail_channel.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_channel.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.uuid IS 'UUID'; + + +-- +-- Name: COLUMN mail_channel.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN mail_channel.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.description IS 'Description'; + + +-- +-- Name: COLUMN mail_channel.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_channel.group_public_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.group_public_id IS 'Authorized Group'; + + +-- +-- Name: COLUMN mail_channel.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_channel.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.name IS 'Name'; + + +-- +-- Name: COLUMN mail_channel.public; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.public IS 'Privacy'; + + +-- +-- Name: COLUMN mail_channel.channel_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.channel_type IS 'Channel Type'; + + +-- +-- Name: COLUMN mail_channel.email_send; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel.email_send IS 'Send messages by email'; + + +-- +-- Name: mail_channel_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_channel_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_channel_id_seq OWNER TO odoo; + +-- +-- Name: mail_channel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_channel_id_seq OWNED BY public.mail_channel.id; + + +-- +-- Name: mail_channel_mail_wizard_invite_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_channel_mail_wizard_invite_rel ( + mail_wizard_invite_id integer NOT NULL, + mail_channel_id integer NOT NULL +); + + +ALTER TABLE public.mail_channel_mail_wizard_invite_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_channel_mail_wizard_invite_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_channel_mail_wizard_invite_rel IS 'RELATION BETWEEN mail_wizard_invite AND mail_channel'; + + +-- +-- Name: mail_channel_partner; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_channel_partner ( + id integer NOT NULL, + seen_message_id integer, + create_uid integer, + is_minimized boolean, + is_pinned boolean, + channel_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer, + partner_id integer, + fold_state character varying +); + + +ALTER TABLE public.mail_channel_partner OWNER TO odoo; + +-- +-- Name: TABLE mail_channel_partner; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_channel_partner IS 'Last Seen Many2many'; + + +-- +-- Name: COLUMN mail_channel_partner.seen_message_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.seen_message_id IS 'Last Seen'; + + +-- +-- Name: COLUMN mail_channel_partner.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_channel_partner.is_minimized; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.is_minimized IS 'Conversation is minimized'; + + +-- +-- Name: COLUMN mail_channel_partner.is_pinned; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.is_pinned IS 'Is pinned on the interface'; + + +-- +-- Name: COLUMN mail_channel_partner.channel_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.channel_id IS 'Channel'; + + +-- +-- Name: COLUMN mail_channel_partner.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_channel_partner.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_channel_partner.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_channel_partner.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.partner_id IS 'Recipient'; + + +-- +-- Name: COLUMN mail_channel_partner.fold_state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_channel_partner.fold_state IS 'Conversation Fold State'; + + +-- +-- Name: mail_channel_partner_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_channel_partner_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_channel_partner_id_seq OWNER TO odoo; + +-- +-- Name: mail_channel_partner_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_channel_partner_id_seq OWNED BY public.mail_channel_partner.id; + + +-- +-- Name: mail_channel_res_groups_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_channel_res_groups_rel ( + mail_channel_id integer NOT NULL, + res_groups_id integer NOT NULL +); + + +ALTER TABLE public.mail_channel_res_groups_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_channel_res_groups_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_channel_res_groups_rel IS 'RELATION BETWEEN mail_channel AND res_groups'; + + +-- +-- Name: mail_compose_message; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_compose_message ( + id integer NOT NULL, + auto_delete_message boolean, + create_date timestamp without time zone, + write_date timestamp without time zone, + auto_delete boolean, + mail_server_id integer, + write_uid integer, + notify boolean, + active_domain text, + subject character varying, + composition_mode character varying, + create_uid integer, + is_log boolean, + parent_id integer, + subtype_id integer, + res_id integer, + message_id character varying, + body text, + record_name character varying, + no_auto_thread boolean, + date timestamp without time zone, + author_id integer, + use_active_domain boolean, + template_id integer, + reply_to character varying, + model character varying, + message_type character varying NOT NULL, + email_from character varying +); + + +ALTER TABLE public.mail_compose_message OWNER TO odoo; + +-- +-- Name: TABLE mail_compose_message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_compose_message IS 'Email composition wizard'; + + +-- +-- Name: COLUMN mail_compose_message.auto_delete_message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.auto_delete_message IS 'Delete Message Copy'; + + +-- +-- Name: COLUMN mail_compose_message.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_compose_message.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_compose_message.auto_delete; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.auto_delete IS 'Delete Emails'; + + +-- +-- Name: COLUMN mail_compose_message.mail_server_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.mail_server_id IS 'Outgoing mail server'; + + +-- +-- Name: COLUMN mail_compose_message.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_compose_message.notify; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.notify IS 'Notify followers'; + + +-- +-- Name: COLUMN mail_compose_message.active_domain; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.active_domain IS 'Active domain'; + + +-- +-- Name: COLUMN mail_compose_message.subject; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.subject IS 'Subject'; + + +-- +-- Name: COLUMN mail_compose_message.composition_mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.composition_mode IS 'Composition mode'; + + +-- +-- Name: COLUMN mail_compose_message.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_compose_message.is_log; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.is_log IS 'Log an Internal Note'; + + +-- +-- Name: COLUMN mail_compose_message.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.parent_id IS 'Parent Message'; + + +-- +-- Name: COLUMN mail_compose_message.subtype_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.subtype_id IS 'Subtype'; + + +-- +-- Name: COLUMN mail_compose_message.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.res_id IS 'Related Document ID'; + + +-- +-- Name: COLUMN mail_compose_message.message_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.message_id IS 'Message-Id'; + + +-- +-- Name: COLUMN mail_compose_message.body; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.body IS 'Contents'; + + +-- +-- Name: COLUMN mail_compose_message.record_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.record_name IS 'Message Record Name'; + + +-- +-- Name: COLUMN mail_compose_message.no_auto_thread; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.no_auto_thread IS 'No threading for answers'; + + +-- +-- Name: COLUMN mail_compose_message.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.date IS 'Date'; + + +-- +-- Name: COLUMN mail_compose_message.author_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.author_id IS 'Author'; + + +-- +-- Name: COLUMN mail_compose_message.use_active_domain; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.use_active_domain IS 'Use active domain'; + + +-- +-- Name: COLUMN mail_compose_message.template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.template_id IS 'Use template'; + + +-- +-- Name: COLUMN mail_compose_message.reply_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.reply_to IS 'Reply-To'; + + +-- +-- Name: COLUMN mail_compose_message.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.model IS 'Related Document Model'; + + +-- +-- Name: COLUMN mail_compose_message.message_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.message_type IS 'Type'; + + +-- +-- Name: COLUMN mail_compose_message.email_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_compose_message.email_from IS 'From'; + + +-- +-- Name: mail_compose_message_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_compose_message_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_compose_message_id_seq OWNER TO odoo; + +-- +-- Name: mail_compose_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_compose_message_id_seq OWNED BY public.mail_compose_message.id; + + +-- +-- Name: mail_compose_message_ir_attachments_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_compose_message_ir_attachments_rel ( + wizard_id integer NOT NULL, + attachment_id integer NOT NULL +); + + +ALTER TABLE public.mail_compose_message_ir_attachments_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_compose_message_ir_attachments_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_compose_message_ir_attachments_rel IS 'RELATION BETWEEN mail_compose_message AND ir_attachment'; + + +-- +-- Name: mail_compose_message_res_partner_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_compose_message_res_partner_rel ( + wizard_id integer NOT NULL, + partner_id integer NOT NULL +); + + +ALTER TABLE public.mail_compose_message_res_partner_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_compose_message_res_partner_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_compose_message_res_partner_rel IS 'RELATION BETWEEN mail_compose_message AND res_partner'; + + +-- +-- Name: mail_followers; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_followers ( + id integer NOT NULL, + partner_id integer, + channel_id integer, + res_model character varying NOT NULL, + res_id integer, + CONSTRAINT mail_followers_partner_xor_channel CHECK (((partner_id IS NULL) <> (channel_id IS NULL))) +); + + +ALTER TABLE public.mail_followers OWNER TO odoo; + +-- +-- Name: TABLE mail_followers; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_followers IS 'Document Followers'; + + +-- +-- Name: COLUMN mail_followers.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_followers.partner_id IS 'Related Partner'; + + +-- +-- Name: COLUMN mail_followers.channel_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_followers.channel_id IS 'Listener'; + + +-- +-- Name: COLUMN mail_followers.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_followers.res_model IS 'Related Document Model'; + + +-- +-- Name: COLUMN mail_followers.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_followers.res_id IS 'Related Document ID'; + + +-- +-- Name: mail_followers_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_followers_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_followers_id_seq OWNER TO odoo; + +-- +-- Name: mail_followers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_followers_id_seq OWNED BY public.mail_followers.id; + + +-- +-- Name: mail_followers_mail_message_subtype_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_followers_mail_message_subtype_rel ( + mail_followers_id integer NOT NULL, + mail_message_subtype_id integer NOT NULL +); + + +ALTER TABLE public.mail_followers_mail_message_subtype_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_followers_mail_message_subtype_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_followers_mail_message_subtype_rel IS 'RELATION BETWEEN mail_followers AND mail_message_subtype'; + + +-- +-- Name: mail_mail; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_mail ( + id integer NOT NULL, + create_date timestamp without time zone, + auto_delete boolean, + write_uid integer, + "references" text, + create_uid integer, + notification boolean, + state character varying, + email_cc character varying, + body_html text, + email_to text, + scheduled_date character varying, + mail_message_id integer NOT NULL, + failure_reason text, + headers text, + write_date timestamp without time zone, + fetchmail_server_id integer +); + + +ALTER TABLE public.mail_mail OWNER TO odoo; + +-- +-- Name: TABLE mail_mail; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_mail IS 'Outgoing Mails'; + + +-- +-- Name: COLUMN mail_mail.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_mail.auto_delete; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.auto_delete IS 'Auto Delete'; + + +-- +-- Name: COLUMN mail_mail.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_mail."references"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail."references" IS 'References'; + + +-- +-- Name: COLUMN mail_mail.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_mail.notification; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.notification IS 'Is Notification'; + + +-- +-- Name: COLUMN mail_mail.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.state IS 'Status'; + + +-- +-- Name: COLUMN mail_mail.email_cc; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.email_cc IS 'Cc'; + + +-- +-- Name: COLUMN mail_mail.body_html; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.body_html IS 'Rich-text Contents'; + + +-- +-- Name: COLUMN mail_mail.email_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.email_to IS 'To'; + + +-- +-- Name: COLUMN mail_mail.scheduled_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.scheduled_date IS 'Scheduled Send Date'; + + +-- +-- Name: COLUMN mail_mail.mail_message_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.mail_message_id IS 'Message'; + + +-- +-- Name: COLUMN mail_mail.failure_reason; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.failure_reason IS 'Failure Reason'; + + +-- +-- Name: COLUMN mail_mail.headers; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.headers IS 'Headers'; + + +-- +-- Name: COLUMN mail_mail.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_mail.fetchmail_server_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_mail.fetchmail_server_id IS 'Inbound Mail Server'; + + +-- +-- Name: mail_mail_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_mail_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_mail_id_seq OWNER TO odoo; + +-- +-- Name: mail_mail_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_mail_id_seq OWNED BY public.mail_mail.id; + + +-- +-- Name: mail_mail_res_partner_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_mail_res_partner_rel ( + mail_mail_id integer NOT NULL, + res_partner_id integer NOT NULL +); + + +ALTER TABLE public.mail_mail_res_partner_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_mail_res_partner_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_mail_res_partner_rel IS 'RELATION BETWEEN mail_mail AND res_partner'; + + +-- +-- Name: mail_message; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_message ( + id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + mail_server_id integer, + write_uid integer, + subject character varying, + create_uid integer, + parent_id integer, + subtype_id integer, + res_id integer, + message_id character varying, + body text, + record_name character varying, + no_auto_thread boolean, + date timestamp without time zone, + reply_to character varying, + author_id integer, + model character varying, + message_type character varying NOT NULL, + email_from character varying +); + + +ALTER TABLE public.mail_message OWNER TO odoo; + +-- +-- Name: TABLE mail_message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_message IS 'Message'; + + +-- +-- Name: COLUMN mail_message.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_message.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_message.mail_server_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.mail_server_id IS 'Outgoing mail server'; + + +-- +-- Name: COLUMN mail_message.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_message.subject; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.subject IS 'Subject'; + + +-- +-- Name: COLUMN mail_message.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_message.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.parent_id IS 'Parent Message'; + + +-- +-- Name: COLUMN mail_message.subtype_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.subtype_id IS 'Subtype'; + + +-- +-- Name: COLUMN mail_message.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.res_id IS 'Related Document ID'; + + +-- +-- Name: COLUMN mail_message.message_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.message_id IS 'Message-Id'; + + +-- +-- Name: COLUMN mail_message.body; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.body IS 'Contents'; + + +-- +-- Name: COLUMN mail_message.record_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.record_name IS 'Message Record Name'; + + +-- +-- Name: COLUMN mail_message.no_auto_thread; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.no_auto_thread IS 'No threading for answers'; + + +-- +-- Name: COLUMN mail_message.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.date IS 'Date'; + + +-- +-- Name: COLUMN mail_message.reply_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.reply_to IS 'Reply-To'; + + +-- +-- Name: COLUMN mail_message.author_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.author_id IS 'Author'; + + +-- +-- Name: COLUMN mail_message.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.model IS 'Related Document Model'; + + +-- +-- Name: COLUMN mail_message.message_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.message_type IS 'Type'; + + +-- +-- Name: COLUMN mail_message.email_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message.email_from IS 'From'; + + +-- +-- Name: mail_message_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_message_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_message_id_seq OWNER TO odoo; + +-- +-- Name: mail_message_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_message_id_seq OWNED BY public.mail_message.id; + + +-- +-- Name: mail_message_mail_channel_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_message_mail_channel_rel ( + mail_message_id integer NOT NULL, + mail_channel_id integer NOT NULL +); + + +ALTER TABLE public.mail_message_mail_channel_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_message_mail_channel_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_message_mail_channel_rel IS 'RELATION BETWEEN mail_message AND mail_channel'; + + +-- +-- Name: mail_message_res_partner_needaction_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_message_res_partner_needaction_rel ( + id integer NOT NULL, + mail_message_id integer NOT NULL, + is_email boolean, + is_read boolean, + res_partner_id integer NOT NULL, + email_status character varying +); + + +ALTER TABLE public.mail_message_res_partner_needaction_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_message_res_partner_needaction_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_message_res_partner_needaction_rel IS 'Message Notifications'; + + +-- +-- Name: COLUMN mail_message_res_partner_needaction_rel.mail_message_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_res_partner_needaction_rel.mail_message_id IS 'Message'; + + +-- +-- Name: COLUMN mail_message_res_partner_needaction_rel.is_email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_res_partner_needaction_rel.is_email IS 'Sent by Email'; + + +-- +-- Name: COLUMN mail_message_res_partner_needaction_rel.is_read; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_res_partner_needaction_rel.is_read IS 'Is Read'; + + +-- +-- Name: COLUMN mail_message_res_partner_needaction_rel.res_partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_res_partner_needaction_rel.res_partner_id IS 'Needaction Recipient'; + + +-- +-- Name: COLUMN mail_message_res_partner_needaction_rel.email_status; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_res_partner_needaction_rel.email_status IS 'Email Status'; + + +-- +-- Name: mail_message_res_partner_needaction_rel_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_message_res_partner_needaction_rel_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_message_res_partner_needaction_rel_id_seq OWNER TO odoo; + +-- +-- Name: mail_message_res_partner_needaction_rel_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_message_res_partner_needaction_rel_id_seq OWNED BY public.mail_message_res_partner_needaction_rel.id; + + +-- +-- Name: mail_message_res_partner_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_message_res_partner_rel ( + mail_message_id integer NOT NULL, + res_partner_id integer NOT NULL +); + + +ALTER TABLE public.mail_message_res_partner_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_message_res_partner_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_message_res_partner_rel IS 'RELATION BETWEEN mail_message AND res_partner'; + + +-- +-- Name: mail_message_res_partner_starred_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_message_res_partner_starred_rel ( + mail_message_id integer NOT NULL, + res_partner_id integer NOT NULL +); + + +ALTER TABLE public.mail_message_res_partner_starred_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_message_res_partner_starred_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_message_res_partner_starred_rel IS 'RELATION BETWEEN mail_message AND res_partner'; + + +-- +-- Name: mail_message_subtype; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_message_subtype ( + id integer NOT NULL, + create_uid integer, + description text, + sequence integer, + "default" boolean, + res_model character varying, + write_uid integer, + parent_id integer, + internal boolean, + write_date timestamp without time zone, + relation_field character varying, + create_date timestamp without time zone, + hidden boolean, + name character varying NOT NULL +); + + +ALTER TABLE public.mail_message_subtype OWNER TO odoo; + +-- +-- Name: TABLE mail_message_subtype; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_message_subtype IS 'Message subtypes'; + + +-- +-- Name: COLUMN mail_message_subtype.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_message_subtype.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.description IS 'Description'; + + +-- +-- Name: COLUMN mail_message_subtype.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN mail_message_subtype."default"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype."default" IS 'Default'; + + +-- +-- Name: COLUMN mail_message_subtype.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.res_model IS 'Model'; + + +-- +-- Name: COLUMN mail_message_subtype.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_message_subtype.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.parent_id IS 'Parent'; + + +-- +-- Name: COLUMN mail_message_subtype.internal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.internal IS 'Internal Only'; + + +-- +-- Name: COLUMN mail_message_subtype.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_message_subtype.relation_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.relation_field IS 'Relation field'; + + +-- +-- Name: COLUMN mail_message_subtype.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_message_subtype.hidden; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.hidden IS 'Hidden'; + + +-- +-- Name: COLUMN mail_message_subtype.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_message_subtype.name IS 'Message Type'; + + +-- +-- Name: mail_message_subtype_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_message_subtype_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_message_subtype_id_seq OWNER TO odoo; + +-- +-- Name: mail_message_subtype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_message_subtype_id_seq OWNED BY public.mail_message_subtype.id; + + +-- +-- Name: mail_shortcode; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_shortcode ( + id integer NOT NULL, + create_uid integer, + description character varying, + write_uid integer, + source character varying NOT NULL, + shortcode_type character varying NOT NULL, + substitution text NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.mail_shortcode OWNER TO odoo; + +-- +-- Name: TABLE mail_shortcode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_shortcode IS 'Canned Response / Shortcode'; + + +-- +-- Name: COLUMN mail_shortcode.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_shortcode.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.description IS 'Description'; + + +-- +-- Name: COLUMN mail_shortcode.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_shortcode.source; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.source IS 'Shortcut'; + + +-- +-- Name: COLUMN mail_shortcode.shortcode_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.shortcode_type IS 'Shortcode type'; + + +-- +-- Name: COLUMN mail_shortcode.substitution; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.substitution IS 'Substitution'; + + +-- +-- Name: COLUMN mail_shortcode.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_shortcode.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_shortcode.create_date IS 'Created on'; + + +-- +-- Name: mail_shortcode_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_shortcode_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_shortcode_id_seq OWNER TO odoo; + +-- +-- Name: mail_shortcode_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_shortcode_id_seq OWNED BY public.mail_shortcode.id; + + +-- +-- Name: mail_template; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_template ( + id integer NOT NULL, + create_date timestamp without time zone, + sub_object integer, + auto_delete boolean, + mail_server_id integer, + write_uid integer, + partner_to character varying, + ref_ir_act_window integer, + subject character varying, + create_uid integer, + report_template integer, + ref_ir_value integer, + user_signature boolean, + null_value character varying, + email_cc character varying, + model_id integer, + sub_model_object_field integer, + body_html text, + email_to character varying, + scheduled_date character varying, + write_date timestamp without time zone, + copyvalue character varying, + lang character varying, + name character varying, + model_object_field integer, + report_name character varying, + use_default_to boolean, + reply_to character varying, + model character varying, + email_from character varying +); + + +ALTER TABLE public.mail_template OWNER TO odoo; + +-- +-- Name: TABLE mail_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_template IS 'Email Templates'; + + +-- +-- Name: COLUMN mail_template.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_template.sub_object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.sub_object IS 'Sub-model'; + + +-- +-- Name: COLUMN mail_template.auto_delete; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.auto_delete IS 'Auto Delete'; + + +-- +-- Name: COLUMN mail_template.mail_server_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.mail_server_id IS 'Outgoing Mail Server'; + + +-- +-- Name: COLUMN mail_template.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_template.partner_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.partner_to IS 'To (Partners)'; + + +-- +-- Name: COLUMN mail_template.ref_ir_act_window; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.ref_ir_act_window IS 'Sidebar action'; + + +-- +-- Name: COLUMN mail_template.subject; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.subject IS 'Subject'; + + +-- +-- Name: COLUMN mail_template.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_template.report_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.report_template IS 'Optional report to print and attach'; + + +-- +-- Name: COLUMN mail_template.ref_ir_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.ref_ir_value IS 'Sidebar Button'; + + +-- +-- Name: COLUMN mail_template.user_signature; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.user_signature IS 'Add Signature'; + + +-- +-- Name: COLUMN mail_template.null_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.null_value IS 'Default Value'; + + +-- +-- Name: COLUMN mail_template.email_cc; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.email_cc IS 'Cc'; + + +-- +-- Name: COLUMN mail_template.model_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.model_id IS 'Applies to'; + + +-- +-- Name: COLUMN mail_template.sub_model_object_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.sub_model_object_field IS 'Sub-field'; + + +-- +-- Name: COLUMN mail_template.body_html; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.body_html IS 'Body'; + + +-- +-- Name: COLUMN mail_template.email_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.email_to IS 'To (Emails)'; + + +-- +-- Name: COLUMN mail_template.scheduled_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.scheduled_date IS 'Scheduled Date'; + + +-- +-- Name: COLUMN mail_template.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_template.copyvalue; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.copyvalue IS 'Placeholder Expression'; + + +-- +-- Name: COLUMN mail_template.lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.lang IS 'Language'; + + +-- +-- Name: COLUMN mail_template.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.name IS 'Name'; + + +-- +-- Name: COLUMN mail_template.model_object_field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.model_object_field IS 'Field'; + + +-- +-- Name: COLUMN mail_template.report_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.report_name IS 'Report Filename'; + + +-- +-- Name: COLUMN mail_template.use_default_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.use_default_to IS 'Default recipients'; + + +-- +-- Name: COLUMN mail_template.reply_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.reply_to IS 'Reply-To'; + + +-- +-- Name: COLUMN mail_template.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.model IS 'Related Document Model'; + + +-- +-- Name: COLUMN mail_template.email_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_template.email_from IS 'From'; + + +-- +-- Name: mail_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_template_id_seq OWNER TO odoo; + +-- +-- Name: mail_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_template_id_seq OWNED BY public.mail_template.id; + + +-- +-- Name: mail_test; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_test ( + id integer NOT NULL, + name character varying, + create_uid integer, + message_last_post timestamp without time zone, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + alias_id integer +); + + +ALTER TABLE public.mail_test OWNER TO odoo; + +-- +-- Name: TABLE mail_test; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_test IS 'Test Mail Model'; + + +-- +-- Name: COLUMN mail_test.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.name IS 'Name'; + + +-- +-- Name: COLUMN mail_test.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_test.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN mail_test.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_test.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_test.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_test.alias_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_test.alias_id IS 'Alias'; + + +-- +-- Name: mail_test_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_test_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_test_id_seq OWNER TO odoo; + +-- +-- Name: mail_test_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_test_id_seq OWNED BY public.mail_test.id; + + +-- +-- Name: mail_tracking_value; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_tracking_value ( + id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + old_value_monetary double precision, + new_value_text text, + write_uid integer, + field_type character varying, + old_value_datetime timestamp without time zone, + field character varying NOT NULL, + new_value_datetime timestamp without time zone, + new_value_integer integer, + create_uid integer, + new_value_monetary double precision, + old_value_text text, + field_desc character varying NOT NULL, + mail_message_id integer NOT NULL, + new_value_char character varying, + old_value_char character varying, + new_value_float double precision, + old_value_float double precision, + old_value_integer integer +); + + +ALTER TABLE public.mail_tracking_value OWNER TO odoo; + +-- +-- Name: TABLE mail_tracking_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_tracking_value IS 'Mail Tracking Value'; + + +-- +-- Name: COLUMN mail_tracking_value.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_tracking_value.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_tracking_value.old_value_monetary; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.old_value_monetary IS 'Old Value Monetary'; + + +-- +-- Name: COLUMN mail_tracking_value.new_value_text; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.new_value_text IS 'New Value Text'; + + +-- +-- Name: COLUMN mail_tracking_value.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_tracking_value.field_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.field_type IS 'Field Type'; + + +-- +-- Name: COLUMN mail_tracking_value.old_value_datetime; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.old_value_datetime IS 'Old Value DateTime'; + + +-- +-- Name: COLUMN mail_tracking_value.field; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.field IS 'Changed Field'; + + +-- +-- Name: COLUMN mail_tracking_value.new_value_datetime; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.new_value_datetime IS 'New Value Datetime'; + + +-- +-- Name: COLUMN mail_tracking_value.new_value_integer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.new_value_integer IS 'New Value Integer'; + + +-- +-- Name: COLUMN mail_tracking_value.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_tracking_value.new_value_monetary; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.new_value_monetary IS 'New Value Monetary'; + + +-- +-- Name: COLUMN mail_tracking_value.old_value_text; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.old_value_text IS 'Old Value Text'; + + +-- +-- Name: COLUMN mail_tracking_value.field_desc; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.field_desc IS 'Field Description'; + + +-- +-- Name: COLUMN mail_tracking_value.mail_message_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.mail_message_id IS 'Message ID'; + + +-- +-- Name: COLUMN mail_tracking_value.new_value_char; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.new_value_char IS 'New Value Char'; + + +-- +-- Name: COLUMN mail_tracking_value.old_value_char; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.old_value_char IS 'Old Value Char'; + + +-- +-- Name: COLUMN mail_tracking_value.new_value_float; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.new_value_float IS 'New Value Float'; + + +-- +-- Name: COLUMN mail_tracking_value.old_value_float; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.old_value_float IS 'Old Value Float'; + + +-- +-- Name: COLUMN mail_tracking_value.old_value_integer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_tracking_value.old_value_integer IS 'Old Value Integer'; + + +-- +-- Name: mail_tracking_value_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_tracking_value_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_tracking_value_id_seq OWNER TO odoo; + +-- +-- Name: mail_tracking_value_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_tracking_value_id_seq OWNED BY public.mail_tracking_value.id; + + +-- +-- Name: mail_wizard_invite; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_wizard_invite ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + res_model character varying NOT NULL, + create_date timestamp without time zone, + message text, + res_id integer, + send_mail boolean +); + + +ALTER TABLE public.mail_wizard_invite OWNER TO odoo; + +-- +-- Name: TABLE mail_wizard_invite; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_wizard_invite IS 'Invite wizard'; + + +-- +-- Name: COLUMN mail_wizard_invite.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN mail_wizard_invite.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN mail_wizard_invite.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN mail_wizard_invite.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.res_model IS 'Related Document Model'; + + +-- +-- Name: COLUMN mail_wizard_invite.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.create_date IS 'Created on'; + + +-- +-- Name: COLUMN mail_wizard_invite.message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.message IS 'Message'; + + +-- +-- Name: COLUMN mail_wizard_invite.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.res_id IS 'Related Document ID'; + + +-- +-- Name: COLUMN mail_wizard_invite.send_mail; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.mail_wizard_invite.send_mail IS 'Send Email'; + + +-- +-- Name: mail_wizard_invite_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.mail_wizard_invite_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mail_wizard_invite_id_seq OWNER TO odoo; + +-- +-- Name: mail_wizard_invite_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.mail_wizard_invite_id_seq OWNED BY public.mail_wizard_invite.id; + + +-- +-- Name: mail_wizard_invite_res_partner_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.mail_wizard_invite_res_partner_rel ( + mail_wizard_invite_id integer NOT NULL, + res_partner_id integer NOT NULL +); + + +ALTER TABLE public.mail_wizard_invite_res_partner_rel OWNER TO odoo; + +-- +-- Name: TABLE mail_wizard_invite_res_partner_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.mail_wizard_invite_res_partner_rel IS 'RELATION BETWEEN mail_wizard_invite AND res_partner'; + + +-- +-- Name: make_procurement; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.make_procurement ( + id integer NOT NULL, + uom_id integer NOT NULL, + create_uid integer, + product_id integer NOT NULL, + date_planned date NOT NULL, + write_uid integer, + res_model character varying, + qty numeric NOT NULL, + product_tmpl_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + warehouse_id integer NOT NULL +); + + +ALTER TABLE public.make_procurement OWNER TO odoo; + +-- +-- Name: TABLE make_procurement; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.make_procurement IS 'Make Procurements'; + + +-- +-- Name: COLUMN make_procurement.uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN make_procurement.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN make_procurement.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.product_id IS 'Product'; + + +-- +-- Name: COLUMN make_procurement.date_planned; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.date_planned IS 'Planned Date'; + + +-- +-- Name: COLUMN make_procurement.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN make_procurement.res_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.res_model IS 'Res Model'; + + +-- +-- Name: COLUMN make_procurement.qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.qty IS 'Quantity'; + + +-- +-- Name: COLUMN make_procurement.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.product_tmpl_id IS 'Template'; + + +-- +-- Name: COLUMN make_procurement.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN make_procurement.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.create_date IS 'Created on'; + + +-- +-- Name: COLUMN make_procurement.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.make_procurement.warehouse_id IS 'Warehouse'; + + +-- +-- Name: make_procurement_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.make_procurement_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.make_procurement_id_seq OWNER TO odoo; + +-- +-- Name: make_procurement_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.make_procurement_id_seq OWNED BY public.make_procurement.id; + + +-- +-- Name: make_procurement_stock_location_route_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.make_procurement_stock_location_route_rel ( + make_procurement_id integer NOT NULL, + stock_location_route_id integer NOT NULL +); + + +ALTER TABLE public.make_procurement_stock_location_route_rel OWNER TO odoo; + +-- +-- Name: TABLE make_procurement_stock_location_route_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.make_procurement_stock_location_route_rel IS 'RELATION BETWEEN make_procurement AND stock_location_route'; + + +-- +-- Name: markers; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.markers ( + id integer NOT NULL, + create_uid integer, + feed_uri character varying(250) NOT NULL, + write_uid integer, + feed_uri_for_last_read_entry character varying(100) NOT NULL, + write_date timestamp without time zone, + last_read_entry_id character varying(250) NOT NULL, + create_date timestamp without time zone +); + + +ALTER TABLE public.markers OWNER TO odoo; + +-- +-- Name: TABLE markers; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.markers IS 'atom.feed.marker'; + + +-- +-- Name: COLUMN markers.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN markers.feed_uri; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.feed_uri IS 'uuid'; + + +-- +-- Name: COLUMN markers.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN markers.feed_uri_for_last_read_entry; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.feed_uri_for_last_read_entry IS 'Category'; + + +-- +-- Name: COLUMN markers.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN markers.last_read_entry_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.last_read_entry_id IS 'Title'; + + +-- +-- Name: COLUMN markers.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.markers.create_date IS 'Created on'; + + +-- +-- Name: markers_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.markers_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.markers_id_seq OWNER TO odoo; + +-- +-- Name: markers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.markers_id_seq OWNED BY public.markers.id; + + +-- +-- Name: message_attachment_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.message_attachment_rel ( + message_id integer NOT NULL, + attachment_id integer NOT NULL +); + + +ALTER TABLE public.message_attachment_rel OWNER TO odoo; + +-- +-- Name: TABLE message_attachment_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.message_attachment_rel IS 'RELATION BETWEEN mail_message AND ir_attachment'; + + +-- +-- Name: order_picking_type_mapping; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.order_picking_type_mapping ( + id integer NOT NULL, + create_uid integer, + picking_type_id integer, + write_uid integer, + order_type_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.order_picking_type_mapping OWNER TO odoo; + +-- +-- Name: TABLE order_picking_type_mapping; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.order_picking_type_mapping IS 'order.picking.type.mapping'; + + +-- +-- Name: COLUMN order_picking_type_mapping.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_picking_type_mapping.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN order_picking_type_mapping.picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_picking_type_mapping.picking_type_id IS 'Picking Type'; + + +-- +-- Name: COLUMN order_picking_type_mapping.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_picking_type_mapping.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN order_picking_type_mapping.order_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_picking_type_mapping.order_type_id IS 'Order Type'; + + +-- +-- Name: COLUMN order_picking_type_mapping.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_picking_type_mapping.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN order_picking_type_mapping.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_picking_type_mapping.create_date IS 'Created on'; + + +-- +-- Name: order_picking_type_mapping_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.order_picking_type_mapping_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.order_picking_type_mapping_id_seq OWNER TO odoo; + +-- +-- Name: order_picking_type_mapping_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.order_picking_type_mapping_id_seq OWNED BY public.order_picking_type_mapping.id; + + +-- +-- Name: order_type; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.order_type ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.order_type OWNER TO odoo; + +-- +-- Name: TABLE order_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.order_type IS 'order.type'; + + +-- +-- Name: COLUMN order_type.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_type.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN order_type.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_type.create_date IS 'Created on'; + + +-- +-- Name: COLUMN order_type.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_type.name IS 'Name'; + + +-- +-- Name: COLUMN order_type.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_type.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN order_type.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.order_type.write_date IS 'Last Updated on'; + + +-- +-- Name: order_type_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.order_type_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.order_type_id_seq OWNER TO odoo; + +-- +-- Name: order_type_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.order_type_id_seq OWNED BY public.order_type.id; + + +-- +-- Name: payment_acquirer; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.payment_acquirer ( + id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + fees_active boolean, + journal_id integer, + cancel_msg text, + registration_view_template_id integer, + module_id integer, + fees_dom_fixed double precision, + fees_int_fixed double precision, + create_uid integer, + save_token character varying, + company_id integer NOT NULL, + environment character varying NOT NULL, + provider character varying NOT NULL, + website_published boolean, + auto_confirm character varying NOT NULL, + description text, + pending_msg text, + post_msg text, + fees_int_var double precision, + done_msg text, + pre_msg text, + write_uid integer, + error_msg text, + fees_dom_var double precision, + name character varying NOT NULL, + view_template_id integer NOT NULL, + sequence integer +); + + +ALTER TABLE public.payment_acquirer OWNER TO odoo; + +-- +-- Name: TABLE payment_acquirer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.payment_acquirer IS 'Payment Acquirer'; + + +-- +-- Name: COLUMN payment_acquirer.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.create_date IS 'Created on'; + + +-- +-- Name: COLUMN payment_acquirer.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN payment_acquirer.fees_active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.fees_active IS 'Add Extra Fees'; + + +-- +-- Name: COLUMN payment_acquirer.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.journal_id IS 'Payment Journal'; + + +-- +-- Name: COLUMN payment_acquirer.cancel_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.cancel_msg IS 'Cancel Message'; + + +-- +-- Name: COLUMN payment_acquirer.registration_view_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.registration_view_template_id IS 'S2S Form Template'; + + +-- +-- Name: COLUMN payment_acquirer.module_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.module_id IS 'Corresponding Module'; + + +-- +-- Name: COLUMN payment_acquirer.fees_dom_fixed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.fees_dom_fixed IS 'Fixed domestic fees'; + + +-- +-- Name: COLUMN payment_acquirer.fees_int_fixed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.fees_int_fixed IS 'Fixed international fees'; + + +-- +-- Name: COLUMN payment_acquirer.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN payment_acquirer.save_token; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.save_token IS 'Store Card Data'; + + +-- +-- Name: COLUMN payment_acquirer.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.company_id IS 'Company'; + + +-- +-- Name: COLUMN payment_acquirer.environment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.environment IS 'Environment'; + + +-- +-- Name: COLUMN payment_acquirer.provider; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.provider IS 'Provider'; + + +-- +-- Name: COLUMN payment_acquirer.website_published; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.website_published IS 'Visible in Portal / Website'; + + +-- +-- Name: COLUMN payment_acquirer.auto_confirm; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.auto_confirm IS 'Order Confirmation'; + + +-- +-- Name: COLUMN payment_acquirer.description; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.description IS 'Description'; + + +-- +-- Name: COLUMN payment_acquirer.pending_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.pending_msg IS 'Pending Message'; + + +-- +-- Name: COLUMN payment_acquirer.post_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.post_msg IS 'Thanks Message'; + + +-- +-- Name: COLUMN payment_acquirer.fees_int_var; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.fees_int_var IS 'Variable international fees (in percents)'; + + +-- +-- Name: COLUMN payment_acquirer.done_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.done_msg IS 'Done Message'; + + +-- +-- Name: COLUMN payment_acquirer.pre_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.pre_msg IS 'Help Message'; + + +-- +-- Name: COLUMN payment_acquirer.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN payment_acquirer.error_msg; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.error_msg IS 'Error Message'; + + +-- +-- Name: COLUMN payment_acquirer.fees_dom_var; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.fees_dom_var IS 'Variable domestic fees (in percents)'; + + +-- +-- Name: COLUMN payment_acquirer.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.name IS 'Name'; + + +-- +-- Name: COLUMN payment_acquirer.view_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.view_template_id IS 'Form Button Template'; + + +-- +-- Name: COLUMN payment_acquirer.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_acquirer.sequence IS 'Sequence'; + + +-- +-- Name: payment_acquirer_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.payment_acquirer_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.payment_acquirer_id_seq OWNER TO odoo; + +-- +-- Name: payment_acquirer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.payment_acquirer_id_seq OWNED BY public.payment_acquirer.id; + + +-- +-- Name: payment_token; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.payment_token ( + id integer NOT NULL, + create_uid integer, + name character varying, + write_uid integer, + acquirer_ref character varying NOT NULL, + acquirer_id integer NOT NULL, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone, + partner_id integer NOT NULL +); + + +ALTER TABLE public.payment_token OWNER TO odoo; + +-- +-- Name: TABLE payment_token; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.payment_token IS 'payment.token'; + + +-- +-- Name: COLUMN payment_token.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN payment_token.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.name IS 'Name'; + + +-- +-- Name: COLUMN payment_token.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN payment_token.acquirer_ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.acquirer_ref IS 'Acquirer Ref.'; + + +-- +-- Name: COLUMN payment_token.acquirer_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.acquirer_id IS 'Acquirer Account'; + + +-- +-- Name: COLUMN payment_token.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN payment_token.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.active IS 'Active'; + + +-- +-- Name: COLUMN payment_token.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.create_date IS 'Created on'; + + +-- +-- Name: COLUMN payment_token.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_token.partner_id IS 'Partner'; + + +-- +-- Name: payment_token_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.payment_token_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.payment_token_id_seq OWNER TO odoo; + +-- +-- Name: payment_token_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.payment_token_id_seq OWNED BY public.payment_token.id; + + +-- +-- Name: payment_transaction; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.payment_transaction ( + id integer NOT NULL, + state_message text, + callback_eval character varying, + create_date timestamp without time zone, + reference character varying NOT NULL, + write_uid integer, + currency_id integer NOT NULL, + acquirer_id integer NOT NULL, + fees numeric, + partner_id integer, + create_uid integer, + partner_name character varying, + amount numeric NOT NULL, + state character varying NOT NULL, + type character varying NOT NULL, + partner_country_id integer NOT NULL, + acquirer_reference character varying, + partner_address character varying, + partner_email character varying, + partner_lang character varying, + write_date timestamp without time zone, + payment_token_id integer, + partner_zip character varying, + html_3ds character varying, + date_validate timestamp without time zone, + partner_city character varying, + partner_phone character varying +); + + +ALTER TABLE public.payment_transaction OWNER TO odoo; + +-- +-- Name: TABLE payment_transaction; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.payment_transaction IS 'Payment Transaction'; + + +-- +-- Name: COLUMN payment_transaction.state_message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.state_message IS 'Message'; + + +-- +-- Name: COLUMN payment_transaction.callback_eval; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.callback_eval IS 'S2S Callback'; + + +-- +-- Name: COLUMN payment_transaction.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.create_date IS 'Creation Date'; + + +-- +-- Name: COLUMN payment_transaction.reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.reference IS 'Reference'; + + +-- +-- Name: COLUMN payment_transaction.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN payment_transaction.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN payment_transaction.acquirer_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.acquirer_id IS 'Acquirer'; + + +-- +-- Name: COLUMN payment_transaction.fees; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.fees IS 'Fees'; + + +-- +-- Name: COLUMN payment_transaction.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN payment_transaction.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN payment_transaction.partner_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_name IS 'Partner Name'; + + +-- +-- Name: COLUMN payment_transaction.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.amount IS 'Amount'; + + +-- +-- Name: COLUMN payment_transaction.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.state IS 'Status'; + + +-- +-- Name: COLUMN payment_transaction.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.type IS 'Type'; + + +-- +-- Name: COLUMN payment_transaction.partner_country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_country_id IS 'Country'; + + +-- +-- Name: COLUMN payment_transaction.acquirer_reference; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.acquirer_reference IS 'Acquirer Reference'; + + +-- +-- Name: COLUMN payment_transaction.partner_address; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_address IS 'Address'; + + +-- +-- Name: COLUMN payment_transaction.partner_email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_email IS 'Email'; + + +-- +-- Name: COLUMN payment_transaction.partner_lang; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_lang IS 'Language'; + + +-- +-- Name: COLUMN payment_transaction.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN payment_transaction.payment_token_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.payment_token_id IS 'Payment Token'; + + +-- +-- Name: COLUMN payment_transaction.partner_zip; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_zip IS 'Zip'; + + +-- +-- Name: COLUMN payment_transaction.html_3ds; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.html_3ds IS '3D Secure HTML'; + + +-- +-- Name: COLUMN payment_transaction.date_validate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.date_validate IS 'Validation Date'; + + +-- +-- Name: COLUMN payment_transaction.partner_city; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_city IS 'City'; + + +-- +-- Name: COLUMN payment_transaction.partner_phone; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.payment_transaction.partner_phone IS 'Phone'; + + +-- +-- Name: payment_transaction_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.payment_transaction_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.payment_transaction_id_seq OWNER TO odoo; + +-- +-- Name: payment_transaction_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.payment_transaction_id_seq OWNED BY public.payment_transaction.id; + + +-- +-- Name: portal_wizard; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.portal_wizard ( + id integer NOT NULL, + create_uid integer, + welcome_message text, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + portal_id integer NOT NULL +); + + +ALTER TABLE public.portal_wizard OWNER TO odoo; + +-- +-- Name: TABLE portal_wizard; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.portal_wizard IS 'Portal Access Management'; + + +-- +-- Name: COLUMN portal_wizard.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN portal_wizard.welcome_message; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard.welcome_message IS 'Invitation Message'; + + +-- +-- Name: COLUMN portal_wizard.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN portal_wizard.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN portal_wizard.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard.create_date IS 'Created on'; + + +-- +-- Name: COLUMN portal_wizard.portal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard.portal_id IS 'Portal'; + + +-- +-- Name: portal_wizard_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.portal_wizard_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.portal_wizard_id_seq OWNER TO odoo; + +-- +-- Name: portal_wizard_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.portal_wizard_id_seq OWNED BY public.portal_wizard.id; + + +-- +-- Name: portal_wizard_user; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.portal_wizard_user ( + id integer NOT NULL, + create_uid integer, + user_id integer, + write_uid integer, + wizard_id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + in_portal boolean, + partner_id integer NOT NULL, + email character varying +); + + +ALTER TABLE public.portal_wizard_user OWNER TO odoo; + +-- +-- Name: TABLE portal_wizard_user; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.portal_wizard_user IS 'Portal User Config'; + + +-- +-- Name: COLUMN portal_wizard_user.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN portal_wizard_user.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.user_id IS 'Login User'; + + +-- +-- Name: COLUMN portal_wizard_user.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN portal_wizard_user.wizard_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.wizard_id IS 'Wizard'; + + +-- +-- Name: COLUMN portal_wizard_user.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.create_date IS 'Created on'; + + +-- +-- Name: COLUMN portal_wizard_user.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN portal_wizard_user.in_portal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.in_portal IS 'In Portal'; + + +-- +-- Name: COLUMN portal_wizard_user.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.partner_id IS 'Contact'; + + +-- +-- Name: COLUMN portal_wizard_user.email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.portal_wizard_user.email IS 'Email'; + + +-- +-- Name: portal_wizard_user_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.portal_wizard_user_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.portal_wizard_user_id_seq OWNER TO odoo; + +-- +-- Name: portal_wizard_user_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.portal_wizard_user_id_seq OWNED BY public.portal_wizard_user.id; + + +-- +-- Name: price_markup_table; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.price_markup_table ( + id integer NOT NULL, + create_uid integer, + lower_price double precision, + higher_price double precision, + write_date timestamp without time zone, + create_date timestamp without time zone, + markup_percentage double precision, + write_uid integer +); + + +ALTER TABLE public.price_markup_table OWNER TO odoo; + +-- +-- Name: TABLE price_markup_table; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.price_markup_table IS 'price.markup.table'; + + +-- +-- Name: COLUMN price_markup_table.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN price_markup_table.lower_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.lower_price IS 'Lower Price'; + + +-- +-- Name: COLUMN price_markup_table.higher_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.higher_price IS 'Higher Price'; + + +-- +-- Name: COLUMN price_markup_table.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN price_markup_table.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.create_date IS 'Created on'; + + +-- +-- Name: COLUMN price_markup_table.markup_percentage; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.markup_percentage IS 'Markup Percentage'; + + +-- +-- Name: COLUMN price_markup_table.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.price_markup_table.write_uid IS 'Last Updated by'; + + +-- +-- Name: price_markup_table_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.price_markup_table_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.price_markup_table_id_seq OWNER TO odoo; + +-- +-- Name: price_markup_table_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.price_markup_table_id_seq OWNED BY public.price_markup_table.id; + + +-- +-- Name: procurement_group; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.procurement_group ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + move_type character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + partner_id integer +); + + +ALTER TABLE public.procurement_group OWNER TO odoo; + +-- +-- Name: TABLE procurement_group; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.procurement_group IS 'Procurement Requisition'; + + +-- +-- Name: COLUMN procurement_group.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN procurement_group.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.name IS 'Reference'; + + +-- +-- Name: COLUMN procurement_group.move_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.move_type IS 'Delivery Type'; + + +-- +-- Name: COLUMN procurement_group.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN procurement_group.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN procurement_group.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.create_date IS 'Created on'; + + +-- +-- Name: COLUMN procurement_group.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_group.partner_id IS 'Partner'; + + +-- +-- Name: procurement_group_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.procurement_group_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.procurement_group_id_seq OWNER TO odoo; + +-- +-- Name: procurement_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.procurement_group_id_seq OWNED BY public.procurement_group.id; + + +-- +-- Name: procurement_order; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.procurement_order ( + id integer NOT NULL, + origin character varying, + create_date timestamp without time zone, + product_uom integer NOT NULL, + write_uid integer, + product_qty numeric NOT NULL, + create_uid integer, + message_last_post timestamp without time zone, + company_id integer NOT NULL, + priority character varying NOT NULL, + state character varying NOT NULL, + write_date timestamp without time zone, + product_id integer NOT NULL, + group_id integer, + name text NOT NULL, + date_planned timestamp without time zone NOT NULL, + rule_id integer, + sale_line_id integer, + location_id integer, + partner_dest_id integer, + orderpoint_id integer, + warehouse_id integer, + move_dest_id integer, + purchase_line_id integer +); + + +ALTER TABLE public.procurement_order OWNER TO odoo; + +-- +-- Name: TABLE procurement_order; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.procurement_order IS 'Procurement'; + + +-- +-- Name: COLUMN procurement_order.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.origin IS 'Source Document'; + + +-- +-- Name: COLUMN procurement_order.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.create_date IS 'Created on'; + + +-- +-- Name: COLUMN procurement_order.product_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.product_uom IS 'Product Unit of Measure'; + + +-- +-- Name: COLUMN procurement_order.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN procurement_order.product_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.product_qty IS 'Quantity'; + + +-- +-- Name: COLUMN procurement_order.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN procurement_order.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN procurement_order.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.company_id IS 'Company'; + + +-- +-- Name: COLUMN procurement_order.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.priority IS 'Priority'; + + +-- +-- Name: COLUMN procurement_order.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.state IS 'Status'; + + +-- +-- Name: COLUMN procurement_order.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN procurement_order.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.product_id IS 'Product'; + + +-- +-- Name: COLUMN procurement_order.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.group_id IS 'Procurement Group'; + + +-- +-- Name: COLUMN procurement_order.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.name IS 'Description'; + + +-- +-- Name: COLUMN procurement_order.date_planned; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.date_planned IS 'Scheduled Date'; + + +-- +-- Name: COLUMN procurement_order.rule_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.rule_id IS 'Rule'; + + +-- +-- Name: COLUMN procurement_order.sale_line_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.sale_line_id IS 'Sale Order Line'; + + +-- +-- Name: COLUMN procurement_order.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.location_id IS 'Procurement Location'; + + +-- +-- Name: COLUMN procurement_order.partner_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.partner_dest_id IS 'Customer Address'; + + +-- +-- Name: COLUMN procurement_order.orderpoint_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.orderpoint_id IS 'Minimum Stock Rule'; + + +-- +-- Name: COLUMN procurement_order.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN procurement_order.move_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.move_dest_id IS 'Destination Move'; + + +-- +-- Name: COLUMN procurement_order.purchase_line_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order.purchase_line_id IS 'Purchase Order Line'; + + +-- +-- Name: procurement_order_compute_all; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.procurement_order_compute_all ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.procurement_order_compute_all OWNER TO odoo; + +-- +-- Name: TABLE procurement_order_compute_all; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.procurement_order_compute_all IS 'Compute all schedulers'; + + +-- +-- Name: COLUMN procurement_order_compute_all.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order_compute_all.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN procurement_order_compute_all.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order_compute_all.create_date IS 'Created on'; + + +-- +-- Name: COLUMN procurement_order_compute_all.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order_compute_all.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN procurement_order_compute_all.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_order_compute_all.write_date IS 'Last Updated on'; + + +-- +-- Name: procurement_order_compute_all_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.procurement_order_compute_all_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.procurement_order_compute_all_id_seq OWNER TO odoo; + +-- +-- Name: procurement_order_compute_all_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.procurement_order_compute_all_id_seq OWNED BY public.procurement_order_compute_all.id; + + +-- +-- Name: procurement_order_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.procurement_order_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.procurement_order_id_seq OWNER TO odoo; + +-- +-- Name: procurement_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.procurement_order_id_seq OWNED BY public.procurement_order.id; + + +-- +-- Name: procurement_orderpoint_compute; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.procurement_orderpoint_compute ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.procurement_orderpoint_compute OWNER TO odoo; + +-- +-- Name: TABLE procurement_orderpoint_compute; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.procurement_orderpoint_compute IS 'Compute Minimum Stock Rules'; + + +-- +-- Name: COLUMN procurement_orderpoint_compute.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_orderpoint_compute.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN procurement_orderpoint_compute.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_orderpoint_compute.create_date IS 'Created on'; + + +-- +-- Name: COLUMN procurement_orderpoint_compute.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_orderpoint_compute.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN procurement_orderpoint_compute.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_orderpoint_compute.write_date IS 'Last Updated on'; + + +-- +-- Name: procurement_orderpoint_compute_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.procurement_orderpoint_compute_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.procurement_orderpoint_compute_id_seq OWNER TO odoo; + +-- +-- Name: procurement_orderpoint_compute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.procurement_orderpoint_compute_id_seq OWNED BY public.procurement_orderpoint_compute.id; + + +-- +-- Name: procurement_rule; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.procurement_rule ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer, + company_id integer, + write_uid integer, + active boolean, + write_date timestamp without time zone, + action character varying NOT NULL, + create_date timestamp without time zone, + group_id integer, + group_propagation_option character varying, + partner_address_id integer, + location_id integer, + location_src_id integer, + picking_type_id integer NOT NULL, + delay integer, + warehouse_id integer, + propagate boolean, + procure_method character varying NOT NULL, + route_sequence integer, + route_id integer, + propagate_warehouse_id integer +); + + +ALTER TABLE public.procurement_rule OWNER TO odoo; + +-- +-- Name: TABLE procurement_rule; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.procurement_rule IS 'Procurement Rule'; + + +-- +-- Name: COLUMN procurement_rule.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN procurement_rule.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.name IS 'Name'; + + +-- +-- Name: COLUMN procurement_rule.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN procurement_rule.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.company_id IS 'Company'; + + +-- +-- Name: COLUMN procurement_rule.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN procurement_rule.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.active IS 'Active'; + + +-- +-- Name: COLUMN procurement_rule.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN procurement_rule.action; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.action IS 'Action'; + + +-- +-- Name: COLUMN procurement_rule.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.create_date IS 'Created on'; + + +-- +-- Name: COLUMN procurement_rule.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.group_id IS 'Fixed Procurement Group'; + + +-- +-- Name: COLUMN procurement_rule.group_propagation_option; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.group_propagation_option IS 'Propagation of Procurement Group'; + + +-- +-- Name: COLUMN procurement_rule.partner_address_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.partner_address_id IS 'Partner Address'; + + +-- +-- Name: COLUMN procurement_rule.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.location_id IS 'Procurement Location'; + + +-- +-- Name: COLUMN procurement_rule.location_src_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.location_src_id IS 'Source Location'; + + +-- +-- Name: COLUMN procurement_rule.picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.picking_type_id IS 'Picking Type'; + + +-- +-- Name: COLUMN procurement_rule.delay; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.delay IS 'Number of Days'; + + +-- +-- Name: COLUMN procurement_rule.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.warehouse_id IS 'Served Warehouse'; + + +-- +-- Name: COLUMN procurement_rule.propagate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.propagate IS 'Propagate cancel and split'; + + +-- +-- Name: COLUMN procurement_rule.procure_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.procure_method IS 'Move Supply Method'; + + +-- +-- Name: COLUMN procurement_rule.route_sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.route_sequence IS 'Route Sequence'; + + +-- +-- Name: COLUMN procurement_rule.route_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.route_id IS 'Route'; + + +-- +-- Name: COLUMN procurement_rule.propagate_warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.procurement_rule.propagate_warehouse_id IS 'Warehouse to Propagate'; + + +-- +-- Name: procurement_rule_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.procurement_rule_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.procurement_rule_id_seq OWNER TO odoo; + +-- +-- Name: procurement_rule_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.procurement_rule_id_seq OWNED BY public.procurement_rule.id; + + +-- +-- Name: prod_last_moved_report; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.prod_last_moved_report AS + SELECT sm.id, + sm.name AS "desc", + sm.origin, + sm.location_id, + sm.location_dest_id, + sm.product_id, + sm.stock_picking_time AS last_moved_date + FROM (public.stock_move sm + JOIN ( SELECT max(osm.id) AS id + FROM public.stock_move osm + WHERE ((osm.product_id, osm.stock_picking_time) IN ( SELECT sm_1.product_id, + max(sm_1.stock_picking_time) AS max + FROM public.stock_move sm_1 + GROUP BY sm_1.product_id)) + GROUP BY osm.product_id) csm ON ((sm.id = csm.id))); + + +ALTER TABLE public.prod_last_moved_report OWNER TO odoo; + +-- +-- Name: product_attribute; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_attribute ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer, + write_uid integer, + write_date timestamp without time zone, + create_variant boolean, + create_date timestamp without time zone +); + + +ALTER TABLE public.product_attribute OWNER TO odoo; + +-- +-- Name: TABLE product_attribute; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_attribute IS 'Product Attribute'; + + +-- +-- Name: COLUMN product_attribute.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_attribute.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.name IS 'Name'; + + +-- +-- Name: COLUMN product_attribute.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_attribute.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_attribute.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_attribute.create_variant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.create_variant IS 'Create variant'; + + +-- +-- Name: COLUMN product_attribute.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute.create_date IS 'Created on'; + + +-- +-- Name: product_attribute_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_attribute_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_attribute_id_seq OWNER TO odoo; + +-- +-- Name: product_attribute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_attribute_id_seq OWNED BY public.product_attribute.id; + + +-- +-- Name: product_attribute_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_attribute_line ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + product_tmpl_id integer NOT NULL, + attribute_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.product_attribute_line OWNER TO odoo; + +-- +-- Name: TABLE product_attribute_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_attribute_line IS 'product.attribute.line'; + + +-- +-- Name: COLUMN product_attribute_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_attribute_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_attribute_line.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_line.product_tmpl_id IS 'Product Template'; + + +-- +-- Name: COLUMN product_attribute_line.attribute_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_line.attribute_id IS 'Attribute'; + + +-- +-- Name: COLUMN product_attribute_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_attribute_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_line.create_date IS 'Created on'; + + +-- +-- Name: product_attribute_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_attribute_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_attribute_line_id_seq OWNER TO odoo; + +-- +-- Name: product_attribute_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_attribute_line_id_seq OWNED BY public.product_attribute_line.id; + + +-- +-- Name: product_attribute_line_product_attribute_value_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_attribute_line_product_attribute_value_rel ( + product_attribute_line_id integer NOT NULL, + product_attribute_value_id integer NOT NULL +); + + +ALTER TABLE public.product_attribute_line_product_attribute_value_rel OWNER TO odoo; + +-- +-- Name: TABLE product_attribute_line_product_attribute_value_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_attribute_line_product_attribute_value_rel IS 'RELATION BETWEEN product_attribute_line AND product_attribute_value'; + + +-- +-- Name: product_attribute_price; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_attribute_price ( + id integer NOT NULL, + create_uid integer, + price_extra numeric, + product_tmpl_id integer NOT NULL, + value_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.product_attribute_price OWNER TO odoo; + +-- +-- Name: TABLE product_attribute_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_attribute_price IS 'product.attribute.price'; + + +-- +-- Name: COLUMN product_attribute_price.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_attribute_price.price_extra; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.price_extra IS 'Price Extra'; + + +-- +-- Name: COLUMN product_attribute_price.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.product_tmpl_id IS 'Product Template'; + + +-- +-- Name: COLUMN product_attribute_price.value_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.value_id IS 'Product Attribute Value'; + + +-- +-- Name: COLUMN product_attribute_price.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_attribute_price.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_attribute_price.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_price.write_uid IS 'Last Updated by'; + + +-- +-- Name: product_attribute_price_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_attribute_price_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_attribute_price_id_seq OWNER TO odoo; + +-- +-- Name: product_attribute_price_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_attribute_price_id_seq OWNED BY public.product_attribute_price.id; + + +-- +-- Name: product_attribute_value; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_attribute_value ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer, + attribute_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.product_attribute_value OWNER TO odoo; + +-- +-- Name: TABLE product_attribute_value; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_attribute_value IS 'product.attribute.value'; + + +-- +-- Name: COLUMN product_attribute_value.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_attribute_value.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.name IS 'Value'; + + +-- +-- Name: COLUMN product_attribute_value.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_attribute_value.attribute_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.attribute_id IS 'Attribute'; + + +-- +-- Name: COLUMN product_attribute_value.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_attribute_value.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_attribute_value.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_attribute_value.write_uid IS 'Last Updated by'; + + +-- +-- Name: product_attribute_value_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_attribute_value_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_attribute_value_id_seq OWNER TO odoo; + +-- +-- Name: product_attribute_value_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_attribute_value_id_seq OWNED BY public.product_attribute_value.id; + + +-- +-- Name: product_attribute_value_product_product_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_attribute_value_product_product_rel ( + product_product_id integer NOT NULL, + product_attribute_value_id integer NOT NULL +); + + +ALTER TABLE public.product_attribute_value_product_product_rel OWNER TO odoo; + +-- +-- Name: TABLE product_attribute_value_product_product_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_attribute_value_product_product_rel IS 'RELATION BETWEEN product_product AND product_attribute_value'; + + +-- +-- Name: product_category; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_category ( + id integer NOT NULL, + parent_left integer, + parent_right integer, + create_uid integer, + name character varying NOT NULL, + write_uid integer, + parent_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + type character varying, + removal_strategy_id integer, + uuid character varying +); + + +ALTER TABLE public.product_category OWNER TO odoo; + +-- +-- Name: TABLE product_category; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_category IS 'Product Category'; + + +-- +-- Name: COLUMN product_category.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_category.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.name IS 'Name'; + + +-- +-- Name: COLUMN product_category.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_category.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.parent_id IS 'Parent Category'; + + +-- +-- Name: COLUMN product_category.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_category.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_category.type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.type IS 'Category Type'; + + +-- +-- Name: COLUMN product_category.removal_strategy_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.removal_strategy_id IS 'Force Removal Strategy'; + + +-- +-- Name: COLUMN product_category.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_category.uuid IS 'UUID'; + + +-- +-- Name: product_category_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_category_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_category_id_seq OWNER TO odoo; + +-- +-- Name: product_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_category_id_seq OWNED BY public.product_category.id; + + +-- +-- Name: product_packaging; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_packaging ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer, + qty double precision, + product_tmpl_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.product_packaging OWNER TO odoo; + +-- +-- Name: TABLE product_packaging; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_packaging IS 'Packaging'; + + +-- +-- Name: COLUMN product_packaging.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_packaging.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.name IS 'Packaging Type'; + + +-- +-- Name: COLUMN product_packaging.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_packaging.qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.qty IS 'Quantity per Package'; + + +-- +-- Name: COLUMN product_packaging.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.product_tmpl_id IS 'Product'; + + +-- +-- Name: COLUMN product_packaging.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_packaging.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_packaging.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_packaging.write_uid IS 'Last Updated by'; + + +-- +-- Name: product_packaging_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_packaging_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_packaging_id_seq OWNER TO odoo; + +-- +-- Name: product_packaging_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_packaging_id_seq OWNED BY public.product_packaging.id; + + +-- +-- Name: product_price_history; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_price_history ( + id integer NOT NULL, + create_uid integer, + product_id integer NOT NULL, + company_id integer NOT NULL, + datetime timestamp without time zone, + cost numeric, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.product_price_history OWNER TO odoo; + +-- +-- Name: TABLE product_price_history; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_price_history IS 'product.price.history'; + + +-- +-- Name: COLUMN product_price_history.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_price_history.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.product_id IS 'Product'; + + +-- +-- Name: COLUMN product_price_history.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.company_id IS 'Company'; + + +-- +-- Name: COLUMN product_price_history.datetime; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.datetime IS 'Date'; + + +-- +-- Name: COLUMN product_price_history.cost; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.cost IS 'Cost'; + + +-- +-- Name: COLUMN product_price_history.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_price_history.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_price_history.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_history.write_uid IS 'Last Updated by'; + + +-- +-- Name: product_price_history_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_price_history_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_price_history_id_seq OWNER TO odoo; + +-- +-- Name: product_price_history_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_price_history_id_seq OWNED BY public.product_price_history.id; + + +-- +-- Name: product_price_list; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_price_list ( + id integer NOT NULL, + create_uid integer, + price_list integer NOT NULL, + write_uid integer, + qty1 integer, + qty2 integer, + qty3 integer, + qty4 integer, + qty5 integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.product_price_list OWNER TO odoo; + +-- +-- Name: TABLE product_price_list; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_price_list IS 'Price List'; + + +-- +-- Name: COLUMN product_price_list.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_price_list.price_list; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.price_list IS 'PriceList'; + + +-- +-- Name: COLUMN product_price_list.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_price_list.qty1; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.qty1 IS 'Quantity-1'; + + +-- +-- Name: COLUMN product_price_list.qty2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.qty2 IS 'Quantity-2'; + + +-- +-- Name: COLUMN product_price_list.qty3; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.qty3 IS 'Quantity-3'; + + +-- +-- Name: COLUMN product_price_list.qty4; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.qty4 IS 'Quantity-4'; + + +-- +-- Name: COLUMN product_price_list.qty5; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.qty5 IS 'Quantity-5'; + + +-- +-- Name: COLUMN product_price_list.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_price_list.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_price_list.create_date IS 'Created on'; + + +-- +-- Name: product_price_list_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_price_list_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_price_list_id_seq OWNER TO odoo; + +-- +-- Name: product_price_list_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_price_list_id_seq OWNED BY public.product_price_list.id; + + +-- +-- Name: product_pricelist; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_pricelist ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer, + company_id integer, + write_uid integer, + currency_id integer NOT NULL, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone, + discount_policy character varying +); + + +ALTER TABLE public.product_pricelist OWNER TO odoo; + +-- +-- Name: TABLE product_pricelist; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_pricelist IS 'Pricelist'; + + +-- +-- Name: COLUMN product_pricelist.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_pricelist.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.name IS 'Pricelist Name'; + + +-- +-- Name: COLUMN product_pricelist.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_pricelist.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.company_id IS 'Company'; + + +-- +-- Name: COLUMN product_pricelist.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_pricelist.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN product_pricelist.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_pricelist.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.active IS 'Active'; + + +-- +-- Name: COLUMN product_pricelist.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_pricelist.discount_policy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist.discount_policy IS 'Discount policy'; + + +-- +-- Name: product_pricelist_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_pricelist_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_pricelist_id_seq OWNER TO odoo; + +-- +-- Name: product_pricelist_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_pricelist_id_seq OWNED BY public.product_pricelist.id; + + +-- +-- Name: product_pricelist_item; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_pricelist_item ( + id integer NOT NULL, + fixed_price numeric, + create_date timestamp without time zone, + price_discount numeric, + sequence integer NOT NULL, + price_max_margin numeric, + date_end date, + write_uid integer, + currency_id integer, + applied_on character varying NOT NULL, + min_quantity integer, + create_uid integer, + percent_price double precision, + date_start date, + company_id integer, + product_tmpl_id integer, + pricelist_id integer, + price_surcharge numeric, + compute_price character varying, + base character varying NOT NULL, + write_date timestamp without time zone, + categ_id integer, + product_id integer, + price_round numeric, + price_min_margin numeric, + base_pricelist_id integer +); + + +ALTER TABLE public.product_pricelist_item OWNER TO odoo; + +-- +-- Name: TABLE product_pricelist_item; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_pricelist_item IS 'Pricelist item'; + + +-- +-- Name: COLUMN product_pricelist_item.fixed_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.fixed_price IS 'Fixed Price'; + + +-- +-- Name: COLUMN product_pricelist_item.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_pricelist_item.price_discount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.price_discount IS 'Price Discount'; + + +-- +-- Name: COLUMN product_pricelist_item.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_pricelist_item.price_max_margin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.price_max_margin IS 'Max. Price Margin'; + + +-- +-- Name: COLUMN product_pricelist_item.date_end; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.date_end IS 'End Date'; + + +-- +-- Name: COLUMN product_pricelist_item.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_pricelist_item.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN product_pricelist_item.applied_on; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.applied_on IS 'Apply On'; + + +-- +-- Name: COLUMN product_pricelist_item.min_quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.min_quantity IS 'Min. Quantity'; + + +-- +-- Name: COLUMN product_pricelist_item.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_pricelist_item.percent_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.percent_price IS 'Percentage Price'; + + +-- +-- Name: COLUMN product_pricelist_item.date_start; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.date_start IS 'Start Date'; + + +-- +-- Name: COLUMN product_pricelist_item.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.company_id IS 'Company'; + + +-- +-- Name: COLUMN product_pricelist_item.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.product_tmpl_id IS 'Product Template'; + + +-- +-- Name: COLUMN product_pricelist_item.pricelist_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.pricelist_id IS 'Pricelist'; + + +-- +-- Name: COLUMN product_pricelist_item.price_surcharge; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.price_surcharge IS 'Price Surcharge'; + + +-- +-- Name: COLUMN product_pricelist_item.compute_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.compute_price IS 'Compute price'; + + +-- +-- Name: COLUMN product_pricelist_item.base; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.base IS 'Based on'; + + +-- +-- Name: COLUMN product_pricelist_item.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_pricelist_item.categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.categ_id IS 'Product Category'; + + +-- +-- Name: COLUMN product_pricelist_item.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.product_id IS 'Product'; + + +-- +-- Name: COLUMN product_pricelist_item.price_round; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.price_round IS 'Price Rounding'; + + +-- +-- Name: COLUMN product_pricelist_item.price_min_margin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.price_min_margin IS 'Min. Price Margin'; + + +-- +-- Name: COLUMN product_pricelist_item.base_pricelist_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_pricelist_item.base_pricelist_id IS 'Other Pricelist'; + + +-- +-- Name: product_pricelist_item_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_pricelist_item_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_pricelist_item_id_seq OWNER TO odoo; + +-- +-- Name: product_pricelist_item_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_pricelist_item_id_seq OWNED BY public.product_pricelist_item.id; + + +-- +-- Name: product_product_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_product_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_product_id_seq OWNER TO odoo; + +-- +-- Name: product_product_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_product_id_seq OWNED BY public.product_product.id; + + +-- +-- Name: product_putaway; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_putaway ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + method character varying NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.product_putaway OWNER TO odoo; + +-- +-- Name: TABLE product_putaway; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_putaway IS 'Put Away Strategy'; + + +-- +-- Name: COLUMN product_putaway.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_putaway.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_putaway.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_putaway.name IS 'Name'; + + +-- +-- Name: COLUMN product_putaway.method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_putaway.method IS 'Method'; + + +-- +-- Name: COLUMN product_putaway.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_putaway.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_putaway.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_putaway.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_putaway.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_putaway.write_uid IS 'Last Updated by'; + + +-- +-- Name: product_putaway_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_putaway_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_putaway_id_seq OWNER TO odoo; + +-- +-- Name: product_putaway_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_putaway_id_seq OWNED BY public.product_putaway.id; + + +-- +-- Name: product_removal; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_removal ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + method character varying NOT NULL, + write_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.product_removal OWNER TO odoo; + +-- +-- Name: TABLE product_removal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_removal IS 'Removal Strategy'; + + +-- +-- Name: COLUMN product_removal.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_removal.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_removal.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_removal.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_removal.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_removal.name IS 'Name'; + + +-- +-- Name: COLUMN product_removal.method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_removal.method IS 'Method'; + + +-- +-- Name: COLUMN product_removal.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_removal.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_removal.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_removal.write_uid IS 'Last Updated by'; + + +-- +-- Name: product_removal_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_removal_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_removal_id_seq OWNER TO odoo; + +-- +-- Name: product_removal_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_removal_id_seq OWNED BY public.product_removal.id; + + +-- +-- Name: product_supplier_taxes_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_supplier_taxes_rel ( + prod_id integer NOT NULL, + tax_id integer NOT NULL +); + + +ALTER TABLE public.product_supplier_taxes_rel OWNER TO odoo; + +-- +-- Name: TABLE product_supplier_taxes_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_supplier_taxes_rel IS 'RELATION BETWEEN product_template AND account_tax'; + + +-- +-- Name: product_supplierinfo; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_supplierinfo ( + id integer NOT NULL, + create_uid integer, + delay integer NOT NULL, + name integer NOT NULL, + sequence integer, + write_uid integer, + date_end date, + date_start date, + company_id integer, + product_name character varying, + currency_id integer NOT NULL, + write_date timestamp without time zone, + create_date timestamp without time zone, + min_qty double precision NOT NULL, + product_code character varying, + product_tmpl_id integer, + price numeric NOT NULL, + product_id integer, + manufacturer integer, + mrp double precision +); + + +ALTER TABLE public.product_supplierinfo OWNER TO odoo; + +-- +-- Name: TABLE product_supplierinfo; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_supplierinfo IS 'Information about a product vendor'; + + +-- +-- Name: COLUMN product_supplierinfo.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_supplierinfo.delay; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.delay IS 'Delivery Lead Time'; + + +-- +-- Name: COLUMN product_supplierinfo.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.name IS 'Vendor'; + + +-- +-- Name: COLUMN product_supplierinfo.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN product_supplierinfo.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_supplierinfo.date_end; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.date_end IS 'End Date'; + + +-- +-- Name: COLUMN product_supplierinfo.date_start; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.date_start IS 'Start Date'; + + +-- +-- Name: COLUMN product_supplierinfo.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.company_id IS 'Company'; + + +-- +-- Name: COLUMN product_supplierinfo.product_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.product_name IS 'Vendor Product Name'; + + +-- +-- Name: COLUMN product_supplierinfo.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN product_supplierinfo.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_supplierinfo.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_supplierinfo.min_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.min_qty IS 'Minimal Quantity'; + + +-- +-- Name: COLUMN product_supplierinfo.product_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.product_code IS 'Vendor Product Code'; + + +-- +-- Name: COLUMN product_supplierinfo.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.product_tmpl_id IS 'Product Template'; + + +-- +-- Name: COLUMN product_supplierinfo.price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.price IS 'Price'; + + +-- +-- Name: COLUMN product_supplierinfo.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.product_id IS 'Product Variant'; + + +-- +-- Name: COLUMN product_supplierinfo.manufacturer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.manufacturer IS 'Maufacturer'; + + +-- +-- Name: COLUMN product_supplierinfo.mrp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_supplierinfo.mrp IS 'MRP'; + + +-- +-- Name: product_supplierinfo_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_supplierinfo_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_supplierinfo_id_seq OWNER TO odoo; + +-- +-- Name: product_supplierinfo_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_supplierinfo_id_seq OWNED BY public.product_supplierinfo.id; + + +-- +-- Name: product_taxes_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_taxes_rel ( + prod_id integer NOT NULL, + tax_id integer NOT NULL +); + + +ALTER TABLE public.product_taxes_rel OWNER TO odoo; + +-- +-- Name: TABLE product_taxes_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_taxes_rel IS 'RELATION BETWEEN product_template AND account_tax'; + + +-- +-- Name: product_template_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_template_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_template_id_seq OWNER TO odoo; + +-- +-- Name: product_template_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_template_id_seq OWNED BY public.product_template.id; + + +-- +-- Name: product_uom_categ; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.product_uom_categ ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone, + uuid character varying +); + + +ALTER TABLE public.product_uom_categ OWNER TO odoo; + +-- +-- Name: TABLE product_uom_categ; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.product_uom_categ IS 'Product UoM Categories'; + + +-- +-- Name: COLUMN product_uom_categ.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom_categ.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN product_uom_categ.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom_categ.create_date IS 'Created on'; + + +-- +-- Name: COLUMN product_uom_categ.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom_categ.name IS 'Name'; + + +-- +-- Name: COLUMN product_uom_categ.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom_categ.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN product_uom_categ.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom_categ.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN product_uom_categ.uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.product_uom_categ.uuid IS 'UUID'; + + +-- +-- Name: product_uom_categ_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_uom_categ_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_uom_categ_id_seq OWNER TO odoo; + +-- +-- Name: product_uom_categ_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_uom_categ_id_seq OWNED BY public.product_uom_categ.id; + + +-- +-- Name: product_uom_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.product_uom_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.product_uom_id_seq OWNER TO odoo; + +-- +-- Name: product_uom_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.product_uom_id_seq OWNED BY public.product_uom.id; + + +-- +-- Name: purchase_config_settings; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.purchase_config_settings ( + id integer NOT NULL, + group_uom integer, + group_warning_purchase integer, + module_stock_dropshipping integer, + group_costing_method integer, + company_id integer NOT NULL, + write_uid integer, + group_manage_vendor_price integer, + write_date timestamp without time zone, + create_uid integer, + create_date timestamp without time zone, + group_product_variant integer, + module_purchase_requisition integer +); + + +ALTER TABLE public.purchase_config_settings OWNER TO odoo; + +-- +-- Name: TABLE purchase_config_settings; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.purchase_config_settings IS 'purchase.config.settings'; + + +-- +-- Name: COLUMN purchase_config_settings.group_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.group_uom IS 'Units of Measure'; + + +-- +-- Name: COLUMN purchase_config_settings.group_warning_purchase; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.group_warning_purchase IS 'Warning'; + + +-- +-- Name: COLUMN purchase_config_settings.module_stock_dropshipping; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.module_stock_dropshipping IS 'Dropshipping'; + + +-- +-- Name: COLUMN purchase_config_settings.group_costing_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.group_costing_method IS 'Costing Methods'; + + +-- +-- Name: COLUMN purchase_config_settings.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.company_id IS 'Company'; + + +-- +-- Name: COLUMN purchase_config_settings.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN purchase_config_settings.group_manage_vendor_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.group_manage_vendor_price IS 'Vendor Price'; + + +-- +-- Name: COLUMN purchase_config_settings.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN purchase_config_settings.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN purchase_config_settings.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.create_date IS 'Created on'; + + +-- +-- Name: COLUMN purchase_config_settings.group_product_variant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.group_product_variant IS 'Product Variants'; + + +-- +-- Name: COLUMN purchase_config_settings.module_purchase_requisition; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_config_settings.module_purchase_requisition IS 'Calls for Tenders'; + + +-- +-- Name: purchase_config_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.purchase_config_settings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.purchase_config_settings_id_seq OWNER TO odoo; + +-- +-- Name: purchase_config_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.purchase_config_settings_id_seq OWNED BY public.purchase_config_settings.id; + + +-- +-- Name: purchase_order; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.purchase_order ( + id integer NOT NULL, + origin character varying, + create_date timestamp without time zone, + write_uid integer, + currency_id integer NOT NULL, + date_order timestamp without time zone NOT NULL, + partner_id integer NOT NULL, + dest_address_id integer, + create_uid integer, + amount_untaxed numeric, + picking_type_id integer NOT NULL, + message_last_post timestamp without time zone, + company_id integer NOT NULL, + name character varying NOT NULL, + amount_tax numeric, + state character varying, + date_approve date, + incoterm_id integer, + payment_term_id integer, + write_date timestamp without time zone, + partner_ref character varying, + fiscal_position_id integer, + amount_total numeric, + invoice_status character varying, + date_planned timestamp without time zone, + notes text, + group_id integer +); + + +ALTER TABLE public.purchase_order OWNER TO odoo; + +-- +-- Name: TABLE purchase_order; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.purchase_order IS 'Purchase Order'; + + +-- +-- Name: COLUMN purchase_order.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.origin IS 'Source Document'; + + +-- +-- Name: COLUMN purchase_order.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.create_date IS 'Created on'; + + +-- +-- Name: COLUMN purchase_order.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN purchase_order.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN purchase_order.date_order; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.date_order IS 'Order Date'; + + +-- +-- Name: COLUMN purchase_order.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.partner_id IS 'Vendor'; + + +-- +-- Name: COLUMN purchase_order.dest_address_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.dest_address_id IS 'Drop Ship Address'; + + +-- +-- Name: COLUMN purchase_order.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.create_uid IS 'Responsible'; + + +-- +-- Name: COLUMN purchase_order.amount_untaxed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.amount_untaxed IS 'Untaxed Amount'; + + +-- +-- Name: COLUMN purchase_order.picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.picking_type_id IS 'Deliver To'; + + +-- +-- Name: COLUMN purchase_order.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN purchase_order.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.company_id IS 'Company'; + + +-- +-- Name: COLUMN purchase_order.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.name IS 'Order Reference'; + + +-- +-- Name: COLUMN purchase_order.amount_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.amount_tax IS 'Taxes'; + + +-- +-- Name: COLUMN purchase_order.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.state IS 'Status'; + + +-- +-- Name: COLUMN purchase_order.date_approve; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.date_approve IS 'Approval Date'; + + +-- +-- Name: COLUMN purchase_order.incoterm_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.incoterm_id IS 'Incoterm'; + + +-- +-- Name: COLUMN purchase_order.payment_term_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.payment_term_id IS 'Payment Terms'; + + +-- +-- Name: COLUMN purchase_order.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN purchase_order.partner_ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.partner_ref IS 'Vendor Reference'; + + +-- +-- Name: COLUMN purchase_order.fiscal_position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.fiscal_position_id IS 'Fiscal Position'; + + +-- +-- Name: COLUMN purchase_order.amount_total; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.amount_total IS 'Total'; + + +-- +-- Name: COLUMN purchase_order.invoice_status; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.invoice_status IS 'Billing Status'; + + +-- +-- Name: COLUMN purchase_order.date_planned; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.date_planned IS 'Scheduled Date'; + + +-- +-- Name: COLUMN purchase_order.notes; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.notes IS 'Terms and Conditions'; + + +-- +-- Name: COLUMN purchase_order.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order.group_id IS 'Procurement Group'; + + +-- +-- Name: purchase_order_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.purchase_order_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.purchase_order_id_seq OWNER TO odoo; + +-- +-- Name: purchase_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.purchase_order_id_seq OWNED BY public.purchase_order.id; + + +-- +-- Name: purchase_order_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.purchase_order_line ( + id integer NOT NULL, + create_date timestamp without time zone, + product_uom integer NOT NULL, + price_unit numeric NOT NULL, + qty_invoiced numeric, + write_uid integer, + currency_id integer, + product_qty numeric NOT NULL, + partner_id integer, + qty_received numeric, + create_uid integer, + price_tax numeric, + sequence integer, + company_id integer, + state character varying, + account_analytic_id integer, + order_id integer NOT NULL, + price_subtotal numeric, + write_date timestamp without time zone, + product_id integer NOT NULL, + price_total numeric, + name text NOT NULL, + date_planned timestamp without time zone NOT NULL, + manufacturer integer, + prod_categ_id integer, + mrp double precision +); + + +ALTER TABLE public.purchase_order_line OWNER TO odoo; + +-- +-- Name: TABLE purchase_order_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.purchase_order_line IS 'Purchase Order Line'; + + +-- +-- Name: COLUMN purchase_order_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN purchase_order_line.product_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.product_uom IS 'Product Unit of Measure'; + + +-- +-- Name: COLUMN purchase_order_line.price_unit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.price_unit IS 'Unit Price'; + + +-- +-- Name: COLUMN purchase_order_line.qty_invoiced; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.qty_invoiced IS 'Billed Qty'; + + +-- +-- Name: COLUMN purchase_order_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN purchase_order_line.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN purchase_order_line.product_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.product_qty IS 'Quantity'; + + +-- +-- Name: COLUMN purchase_order_line.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN purchase_order_line.qty_received; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.qty_received IS 'Received Qty'; + + +-- +-- Name: COLUMN purchase_order_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN purchase_order_line.price_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.price_tax IS 'Tax'; + + +-- +-- Name: COLUMN purchase_order_line.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN purchase_order_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN purchase_order_line.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.state IS 'Status'; + + +-- +-- Name: COLUMN purchase_order_line.account_analytic_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.account_analytic_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN purchase_order_line.order_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.order_id IS 'Order Reference'; + + +-- +-- Name: COLUMN purchase_order_line.price_subtotal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.price_subtotal IS 'Subtotal'; + + +-- +-- Name: COLUMN purchase_order_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN purchase_order_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN purchase_order_line.price_total; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.price_total IS 'Total'; + + +-- +-- Name: COLUMN purchase_order_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.name IS 'Description'; + + +-- +-- Name: COLUMN purchase_order_line.date_planned; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.date_planned IS 'Scheduled Date'; + + +-- +-- Name: COLUMN purchase_order_line.manufacturer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.manufacturer IS 'Manufacturer'; + + +-- +-- Name: COLUMN purchase_order_line.prod_categ_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.prod_categ_id IS 'Product Category'; + + +-- +-- Name: COLUMN purchase_order_line.mrp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.purchase_order_line.mrp IS 'MRP'; + + +-- +-- Name: purchase_order_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.purchase_order_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.purchase_order_line_id_seq OWNER TO odoo; + +-- +-- Name: purchase_order_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.purchase_order_line_id_seq OWNED BY public.purchase_order_line.id; + + +-- +-- Name: stock_picking_type; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_picking_type ( + id integer NOT NULL, + code character varying NOT NULL, + create_date timestamp without time zone, + sequence integer, + color integer, + write_uid integer, + use_create_lots boolean, + create_uid integer, + default_location_dest_id integer, + show_entire_packs boolean, + barcode_nomenclature_id integer, + use_existing_lots boolean, + warehouse_id integer, + sequence_id integer NOT NULL, + write_date timestamp without time zone, + active boolean, + name character varying NOT NULL, + return_picking_type_id integer, + default_location_src_id integer +); + + +ALTER TABLE public.stock_picking_type OWNER TO odoo; + +-- +-- Name: TABLE stock_picking_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_picking_type IS 'The picking type determines the picking view'; + + +-- +-- Name: COLUMN stock_picking_type.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.code IS 'Type of Operation'; + + +-- +-- Name: COLUMN stock_picking_type.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_picking_type.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN stock_picking_type.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.color IS 'Color'; + + +-- +-- Name: COLUMN stock_picking_type.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_picking_type.use_create_lots; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.use_create_lots IS 'Create New Lots/Serial Numbers'; + + +-- +-- Name: COLUMN stock_picking_type.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_picking_type.default_location_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.default_location_dest_id IS 'Default Destination Location'; + + +-- +-- Name: COLUMN stock_picking_type.show_entire_packs; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.show_entire_packs IS 'Allow moving packs'; + + +-- +-- Name: COLUMN stock_picking_type.barcode_nomenclature_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.barcode_nomenclature_id IS 'Barcode Nomenclature'; + + +-- +-- Name: COLUMN stock_picking_type.use_existing_lots; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.use_existing_lots IS 'Use Existing Lots/Serial Numbers'; + + +-- +-- Name: COLUMN stock_picking_type.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN stock_picking_type.sequence_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.sequence_id IS 'Reference Sequence'; + + +-- +-- Name: COLUMN stock_picking_type.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_picking_type.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.active IS 'Active'; + + +-- +-- Name: COLUMN stock_picking_type.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.name IS 'Picking Type Name'; + + +-- +-- Name: COLUMN stock_picking_type.return_picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.return_picking_type_id IS 'Picking Type for Returns'; + + +-- +-- Name: COLUMN stock_picking_type.default_location_src_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking_type.default_location_src_id IS 'Default Source Location'; + + +-- +-- Name: purchase_report; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.purchase_report AS + WITH currency_rate AS ( + SELECT r.currency_id, + COALESCE(r.company_id, c.id) AS company_id, + r.rate, + r.name AS date_start, + ( SELECT r2.name + FROM public.res_currency_rate r2 + WHERE ((r2.name > r.name) AND (r2.currency_id = r.currency_id) AND ((r2.company_id IS NULL) OR (r2.company_id = c.id))) + ORDER BY r2.name + LIMIT 1) AS date_end + FROM (public.res_currency_rate r + JOIN public.res_company c ON (((r.company_id IS NULL) OR (r.company_id = c.id)))) + ) + SELECT min(l.id) AS id, + s.date_order, + s.state, + s.date_approve, + s.dest_address_id, + spt.warehouse_id AS picking_type_id, + s.partner_id, + s.create_uid AS user_id, + s.company_id, + s.fiscal_position_id, + l.product_id, + p.product_tmpl_id, + t.categ_id AS category_id, + s.currency_id, + t.uom_id AS product_uom, + sum(((l.product_qty / u.factor) * u2.factor)) AS unit_quantity, + (date_part('epoch'::text, age((s.date_approve)::timestamp without time zone, s.date_order)) / ((((24 * 60) * 60))::numeric(16,2))::double precision) AS delay, + (date_part('epoch'::text, age(l.date_planned, s.date_order)) / ((((24 * 60) * 60))::numeric(16,2))::double precision) AS delay_pass, + count(*) AS nbr_lines, + (sum(((l.price_unit / COALESCE(cr.rate, 1.0)) * l.product_qty)))::numeric(16,2) AS price_total, + (avg((((100.0 * ((l.price_unit / COALESCE(cr.rate, 1.0)) * l.product_qty)))::double precision / NULLIF((((ip.value_float * (l.product_qty)::double precision) / (u.factor)::double precision) * (u2.factor)::double precision), (0.0)::double precision))))::numeric(16,2) AS negociation, + (sum((((ip.value_float * (l.product_qty)::double precision) / (u.factor)::double precision) * (u2.factor)::double precision)))::numeric(16,2) AS price_standard, + ((sum(((l.product_qty * l.price_unit) / COALESCE(cr.rate, 1.0))) / NULLIF(sum(((l.product_qty / u.factor) * u2.factor)), 0.0)))::numeric(16,2) AS price_average, + partner.country_id, + partner.commercial_partner_id, + analytic_account.id AS account_analytic_id, + sum((((p.weight * l.product_qty) / u.factor) * u2.factor)) AS weight, + sum((((p.volume * (l.product_qty)::double precision) / (u.factor)::double precision) * (u2.factor)::double precision)) AS volume + FROM ((((((((((public.purchase_order_line l + JOIN public.purchase_order s ON ((l.order_id = s.id))) + JOIN public.res_partner partner ON ((s.partner_id = partner.id))) + LEFT JOIN public.product_product p ON ((l.product_id = p.id))) + LEFT JOIN public.product_template t ON ((p.product_tmpl_id = t.id))) + LEFT JOIN public.ir_property ip ON ((((ip.name)::text = 'standard_price'::text) AND ((ip.res_id)::text = concat('product.product,', p.id)) AND (ip.company_id = s.company_id)))) + LEFT JOIN public.product_uom u ON ((u.id = l.product_uom))) + LEFT JOIN public.product_uom u2 ON ((u2.id = t.uom_id))) + LEFT JOIN public.stock_picking_type spt ON ((spt.id = s.picking_type_id))) + LEFT JOIN public.account_analytic_account analytic_account ON ((l.account_analytic_id = analytic_account.id))) + LEFT JOIN currency_rate cr ON (((cr.currency_id = s.currency_id) AND (cr.company_id = s.company_id) AND (cr.date_start <= COALESCE((s.date_order)::timestamp with time zone, now())) AND ((cr.date_end IS NULL) OR (cr.date_end > COALESCE((s.date_order)::timestamp with time zone, now())))))) + GROUP BY s.company_id, s.create_uid, s.partner_id, u.factor, s.currency_id, l.price_unit, s.date_approve, l.date_planned, l.product_uom, s.dest_address_id, s.fiscal_position_id, l.product_id, p.product_tmpl_id, t.categ_id, s.date_order, s.state, spt.warehouse_id, u.uom_type, u.category_id, t.uom_id, u.id, u2.factor, partner.country_id, partner.commercial_partner_id, analytic_account.id; + + +ALTER TABLE public.purchase_report OWNER TO odoo; + +-- +-- Name: rel_modules_langexport; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.rel_modules_langexport ( + wiz_id integer NOT NULL, + module_id integer NOT NULL +); + + +ALTER TABLE public.rel_modules_langexport OWNER TO odoo; + +-- +-- Name: TABLE rel_modules_langexport; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.rel_modules_langexport IS 'RELATION BETWEEN base_language_export AND ir_module_module'; + + +-- +-- Name: rel_server_actions; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.rel_server_actions ( + server_id integer NOT NULL, + action_id integer NOT NULL +); + + +ALTER TABLE public.rel_server_actions OWNER TO odoo; + +-- +-- Name: TABLE rel_server_actions; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.rel_server_actions IS 'RELATION BETWEEN ir_act_server AND ir_act_server'; + + +-- +-- Name: report; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.report ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.report OWNER TO odoo; + +-- +-- Name: TABLE report; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.report IS 'Report'; + + +-- +-- Name: COLUMN report.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN report.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report.create_date IS 'Created on'; + + +-- +-- Name: COLUMN report.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN report.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report.write_date IS 'Last Updated on'; + + +-- +-- Name: report_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.report_id_seq OWNER TO odoo; + +-- +-- Name: report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.report_id_seq OWNED BY public.report.id; + + +-- +-- Name: report_paperformat; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.report_paperformat ( + id integer NOT NULL, + create_uid integer, + page_width integer, + name character varying NOT NULL, + header_line boolean, + "default" boolean, + format character varying, + write_uid integer, + margin_right double precision, + create_date timestamp without time zone, + orientation character varying, + margin_top double precision, + margin_left double precision, + write_date timestamp without time zone, + page_height integer, + margin_bottom double precision, + dpi integer NOT NULL, + header_spacing integer +); + + +ALTER TABLE public.report_paperformat OWNER TO odoo; + +-- +-- Name: TABLE report_paperformat; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.report_paperformat IS 'Allows customization of a report.'; + + +-- +-- Name: COLUMN report_paperformat.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN report_paperformat.page_width; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.page_width IS 'Page width (mm)'; + + +-- +-- Name: COLUMN report_paperformat.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.name IS 'Name'; + + +-- +-- Name: COLUMN report_paperformat.header_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.header_line IS 'Display a header line'; + + +-- +-- Name: COLUMN report_paperformat."default"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat."default" IS 'Default paper format ?'; + + +-- +-- Name: COLUMN report_paperformat.format; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.format IS 'Paper size'; + + +-- +-- Name: COLUMN report_paperformat.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN report_paperformat.margin_right; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.margin_right IS 'Right Margin (mm)'; + + +-- +-- Name: COLUMN report_paperformat.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.create_date IS 'Created on'; + + +-- +-- Name: COLUMN report_paperformat.orientation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.orientation IS 'Orientation'; + + +-- +-- Name: COLUMN report_paperformat.margin_top; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.margin_top IS 'Top Margin (mm)'; + + +-- +-- Name: COLUMN report_paperformat.margin_left; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.margin_left IS 'Left Margin (mm)'; + + +-- +-- Name: COLUMN report_paperformat.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN report_paperformat.page_height; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.page_height IS 'Page height (mm)'; + + +-- +-- Name: COLUMN report_paperformat.margin_bottom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.margin_bottom IS 'Bottom Margin (mm)'; + + +-- +-- Name: COLUMN report_paperformat.dpi; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.dpi IS 'Output DPI'; + + +-- +-- Name: COLUMN report_paperformat.header_spacing; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.report_paperformat.header_spacing IS 'Header spacing'; + + +-- +-- Name: report_paperformat_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.report_paperformat_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.report_paperformat_id_seq OWNER TO odoo; + +-- +-- Name: report_paperformat_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.report_paperformat_id_seq OWNED BY public.report_paperformat.id; + + +-- +-- Name: report_stock_forecast; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.report_stock_forecast AS + SELECT min(final.id) AS id, + final.product_id, + final.date, + sum(final.product_qty) AS quantity, + sum(sum(final.product_qty)) OVER (PARTITION BY final.product_id ORDER BY final.date) AS cumulative_quantity + FROM ( SELECT min(main.id) AS id, + main.product_id, + sub.date, + CASE + WHEN (main.date = sub.date) THEN sum(main.product_qty) + ELSE (0)::double precision + END AS product_qty + FROM (( SELECT min(sq.id) AS id, + sq.product_id, + date_trunc('week'::text, (to_date(to_char((('now'::text)::date)::timestamp with time zone, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone) AS date, + sum(sq.qty) AS product_qty + FROM ((public.stock_quant sq + LEFT JOIN public.product_product ON ((product_product.id = sq.product_id))) + LEFT JOIN public.stock_location location_id ON ((sq.location_id = location_id.id))) + WHERE ((location_id.usage)::text = 'internal'::text) + GROUP BY (date_trunc('week'::text, (to_date(to_char((('now'::text)::date)::timestamp with time zone, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone)), sq.product_id + UNION ALL + SELECT min((- sm.id)) AS id, + sm.product_id, + CASE + WHEN (sm.date_expected > ('now'::text)::date) THEN date_trunc('week'::text, (to_date(to_char(sm.date_expected, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone) + ELSE date_trunc('week'::text, (to_date(to_char((('now'::text)::date)::timestamp with time zone, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone) + END AS date, + sum(sm.product_qty) AS product_qty + FROM (((public.stock_move sm + LEFT JOIN public.product_product ON ((product_product.id = sm.product_id))) + LEFT JOIN public.stock_location dest_location ON ((sm.location_dest_id = dest_location.id))) + LEFT JOIN public.stock_location source_location ON ((sm.location_id = source_location.id))) + WHERE (((sm.state)::text = ANY ((ARRAY['confirmed'::character varying, 'assigned'::character varying, 'waiting'::character varying])::text[])) AND ((source_location.usage)::text <> 'internal'::text) AND ((dest_location.usage)::text = 'internal'::text)) + GROUP BY sm.date_expected, sm.product_id + UNION ALL + SELECT min((- sm.id)) AS id, + sm.product_id, + CASE + WHEN (sm.date_expected > ('now'::text)::date) THEN date_trunc('week'::text, (to_date(to_char(sm.date_expected, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone) + ELSE date_trunc('week'::text, (to_date(to_char((('now'::text)::date)::timestamp with time zone, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone) + END AS date, + sum((- sm.product_qty)) AS product_qty + FROM (((public.stock_move sm + LEFT JOIN public.product_product ON ((product_product.id = sm.product_id))) + LEFT JOIN public.stock_location source_location ON ((sm.location_id = source_location.id))) + LEFT JOIN public.stock_location dest_location ON ((sm.location_dest_id = dest_location.id))) + WHERE (((sm.state)::text = ANY ((ARRAY['confirmed'::character varying, 'assigned'::character varying, 'waiting'::character varying])::text[])) AND ((source_location.usage)::text = 'internal'::text) AND ((dest_location.usage)::text <> 'internal'::text)) + GROUP BY sm.date_expected, sm.product_id) main + LEFT JOIN ( SELECT DISTINCT date_search.date + FROM ( SELECT date_trunc('week'::text, (('now'::text)::date)::timestamp with time zone) AS date + UNION ALL + SELECT date_trunc('week'::text, (to_date(to_char(sm.date_expected, 'YYYY/MM/DD'::text), 'YYYY/MM/DD'::text))::timestamp with time zone) AS date + FROM ((public.stock_move sm + LEFT JOIN public.stock_location source_location ON ((sm.location_id = source_location.id))) + LEFT JOIN public.stock_location dest_location ON ((sm.location_dest_id = dest_location.id))) + WHERE (((sm.state)::text = ANY ((ARRAY['confirmed'::character varying, 'assigned'::character varying, 'waiting'::character varying])::text[])) AND (sm.date_expected > ('now'::text)::date) AND ((((dest_location.usage)::text = 'internal'::text) AND ((source_location.usage)::text <> 'internal'::text)) OR (((source_location.usage)::text = 'internal'::text) AND ((dest_location.usage)::text <> 'internal'::text))))) date_search) sub ON ((sub.date IS NOT NULL))) + GROUP BY main.product_id, sub.date, main.date) final + GROUP BY final.product_id, final.date; + + +ALTER TABLE public.report_stock_forecast OWNER TO odoo; + +-- +-- Name: report_stock_lines_date; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.report_stock_lines_date ( + id integer, + product_id integer, + date timestamp without time zone, + move_date timestamp without time zone, + active boolean +); + +ALTER TABLE ONLY public.report_stock_lines_date REPLICA IDENTITY NOTHING; + + +ALTER TABLE public.report_stock_lines_date OWNER TO odoo; + +-- +-- Name: res_bank; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_bank ( + id integer NOT NULL, + city character varying, + fax character varying, + name character varying NOT NULL, + zip character varying, + create_uid integer, + country integer, + street2 character varying, + bic character varying, + phone character varying, + state integer, + street character varying, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone, + write_uid integer, + email character varying +); + + +ALTER TABLE public.res_bank OWNER TO odoo; + +-- +-- Name: TABLE res_bank; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_bank IS 'Bank'; + + +-- +-- Name: COLUMN res_bank.city; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.city IS 'City'; + + +-- +-- Name: COLUMN res_bank.fax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.fax IS 'Fax'; + + +-- +-- Name: COLUMN res_bank.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.name IS 'Name'; + + +-- +-- Name: COLUMN res_bank.zip; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.zip IS 'Zip'; + + +-- +-- Name: COLUMN res_bank.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_bank.country; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.country IS 'Country'; + + +-- +-- Name: COLUMN res_bank.street2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.street2 IS 'Street2'; + + +-- +-- Name: COLUMN res_bank.bic; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.bic IS 'Bank Identifier Code'; + + +-- +-- Name: COLUMN res_bank.phone; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.phone IS 'Phone'; + + +-- +-- Name: COLUMN res_bank.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.state IS 'Fed. State'; + + +-- +-- Name: COLUMN res_bank.street; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.street IS 'Street'; + + +-- +-- Name: COLUMN res_bank.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_bank.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.active IS 'Active'; + + +-- +-- Name: COLUMN res_bank.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_bank.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_bank.email; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_bank.email IS 'Email'; + + +-- +-- Name: res_bank_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_bank_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_bank_id_seq OWNER TO odoo; + +-- +-- Name: res_bank_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_bank_id_seq OWNED BY public.res_bank.id; + + +-- +-- Name: res_company_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_company_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_company_id_seq OWNER TO odoo; + +-- +-- Name: res_company_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_company_id_seq OWNED BY public.res_company.id; + + +-- +-- Name: res_company_users_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_company_users_rel ( + cid integer NOT NULL, + user_id integer NOT NULL +); + + +ALTER TABLE public.res_company_users_rel OWNER TO odoo; + +-- +-- Name: TABLE res_company_users_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_company_users_rel IS 'RELATION BETWEEN res_company AND res_users'; + + +-- +-- Name: res_config; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_config ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.res_config OWNER TO odoo; + +-- +-- Name: TABLE res_config; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_config IS 'res.config'; + + +-- +-- Name: COLUMN res_config.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_config.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_config.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_config.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config.write_date IS 'Last Updated on'; + + +-- +-- Name: res_config_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_config_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_config_id_seq OWNER TO odoo; + +-- +-- Name: res_config_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_config_id_seq OWNED BY public.res_config.id; + + +-- +-- Name: res_config_installer; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_config_installer ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.res_config_installer OWNER TO odoo; + +-- +-- Name: TABLE res_config_installer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_config_installer IS 'res.config.installer'; + + +-- +-- Name: COLUMN res_config_installer.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_installer.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_config_installer.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_installer.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_config_installer.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_installer.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_config_installer.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_installer.write_date IS 'Last Updated on'; + + +-- +-- Name: res_config_installer_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_config_installer_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_config_installer_id_seq OWNER TO odoo; + +-- +-- Name: res_config_installer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_config_installer_id_seq OWNED BY public.res_config_installer.id; + + +-- +-- Name: res_config_settings; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_config_settings ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.res_config_settings OWNER TO odoo; + +-- +-- Name: TABLE res_config_settings; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_config_settings IS 'res.config.settings'; + + +-- +-- Name: COLUMN res_config_settings.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_settings.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_config_settings.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_settings.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_config_settings.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_settings.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_config_settings.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_config_settings.write_date IS 'Last Updated on'; + + +-- +-- Name: res_config_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_config_settings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_config_settings_id_seq OWNER TO odoo; + +-- +-- Name: res_config_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_config_settings_id_seq OWNED BY public.res_config_settings.id; + + +-- +-- Name: res_country; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_country ( + id integer NOT NULL, + currency_id integer, + code character varying(2), + name character varying NOT NULL, + create_uid integer, + address_format text, + write_date timestamp without time zone, + create_date timestamp without time zone, + write_uid integer, + phone_code integer +); + + +ALTER TABLE public.res_country OWNER TO odoo; + +-- +-- Name: TABLE res_country; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_country IS 'Country'; + + +-- +-- Name: COLUMN res_country.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN res_country.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.code IS 'Country Code'; + + +-- +-- Name: COLUMN res_country.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.name IS 'Country Name'; + + +-- +-- Name: COLUMN res_country.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_country.address_format; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.address_format IS 'Address format'; + + +-- +-- Name: COLUMN res_country.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_country.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_country.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_country.phone_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country.phone_code IS 'Country Calling Code'; + + +-- +-- Name: res_country_group; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_country_group ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.res_country_group OWNER TO odoo; + +-- +-- Name: TABLE res_country_group; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_country_group IS 'Country Group'; + + +-- +-- Name: COLUMN res_country_group.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_group.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_country_group.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_group.name IS 'Name'; + + +-- +-- Name: COLUMN res_country_group.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_group.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_country_group.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_group.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_country_group.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_group.create_date IS 'Created on'; + + +-- +-- Name: res_country_group_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_country_group_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_country_group_id_seq OWNER TO odoo; + +-- +-- Name: res_country_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_country_group_id_seq OWNED BY public.res_country_group.id; + + +-- +-- Name: res_country_group_pricelist_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_country_group_pricelist_rel ( + pricelist_id integer NOT NULL, + res_country_group_id integer NOT NULL +); + + +ALTER TABLE public.res_country_group_pricelist_rel OWNER TO odoo; + +-- +-- Name: TABLE res_country_group_pricelist_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_country_group_pricelist_rel IS 'RELATION BETWEEN product_pricelist AND res_country_group'; + + +-- +-- Name: res_country_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_country_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_country_id_seq OWNER TO odoo; + +-- +-- Name: res_country_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_country_id_seq OWNED BY public.res_country.id; + + +-- +-- Name: res_country_res_country_group_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_country_res_country_group_rel ( + res_country_id integer NOT NULL, + res_country_group_id integer NOT NULL +); + + +ALTER TABLE public.res_country_res_country_group_rel OWNER TO odoo; + +-- +-- Name: TABLE res_country_res_country_group_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_country_res_country_group_rel IS 'RELATION BETWEEN res_country AND res_country_group'; + + +-- +-- Name: res_country_state; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_country_state ( + id integer NOT NULL, + create_uid integer, + code character varying NOT NULL, + name character varying NOT NULL, + country_id integer NOT NULL, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.res_country_state OWNER TO odoo; + +-- +-- Name: TABLE res_country_state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_country_state IS 'Country state'; + + +-- +-- Name: COLUMN res_country_state.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_country_state.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.code IS 'State Code'; + + +-- +-- Name: COLUMN res_country_state.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.name IS 'State Name'; + + +-- +-- Name: COLUMN res_country_state.country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.country_id IS 'Country'; + + +-- +-- Name: COLUMN res_country_state.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_country_state.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_country_state.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_country_state.create_date IS 'Created on'; + + +-- +-- Name: res_country_state_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_country_state_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_country_state_id_seq OWNER TO odoo; + +-- +-- Name: res_country_state_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_country_state_id_seq OWNED BY public.res_country_state.id; + + +-- +-- Name: res_currency; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_currency ( + id integer NOT NULL, + name character varying NOT NULL, + symbol character varying NOT NULL, + create_uid integer, + rounding numeric, + write_uid integer, + write_date timestamp without time zone, + active boolean, + "position" character varying, + create_date timestamp without time zone +); + + +ALTER TABLE public.res_currency OWNER TO odoo; + +-- +-- Name: COLUMN res_currency.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_currency.rounding; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency.rounding IS 'Rounding Factor'; + + +-- +-- Name: COLUMN res_currency.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_currency.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_currency.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency.active IS 'Active'; + + +-- +-- Name: COLUMN res_currency."position"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency."position" IS 'Symbol Position'; + + +-- +-- Name: COLUMN res_currency.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_currency.create_date IS 'Created on'; + + +-- +-- Name: res_currency_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_currency_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_currency_id_seq OWNER TO odoo; + +-- +-- Name: res_currency_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_currency_id_seq OWNED BY public.res_currency.id; + + +-- +-- Name: res_currency_rate_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_currency_rate_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_currency_rate_id_seq OWNER TO odoo; + +-- +-- Name: res_currency_rate_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_currency_rate_id_seq OWNED BY public.res_currency_rate.id; + + +-- +-- Name: res_font; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_font ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + family character varying NOT NULL, + write_uid integer, + create_date timestamp without time zone, + mode character varying NOT NULL, + write_date timestamp without time zone, + path character varying NOT NULL +); + + +ALTER TABLE public.res_font OWNER TO odoo; + +-- +-- Name: TABLE res_font; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_font IS 'Fonts available'; + + +-- +-- Name: COLUMN res_font.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_font.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.name IS 'Font Name'; + + +-- +-- Name: COLUMN res_font.family; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.family IS 'Font family'; + + +-- +-- Name: COLUMN res_font.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_font.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_font.mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.mode IS 'Mode'; + + +-- +-- Name: COLUMN res_font.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_font.path; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_font.path IS 'Path'; + + +-- +-- Name: res_font_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_font_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_font_id_seq OWNER TO odoo; + +-- +-- Name: res_font_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_font_id_seq OWNED BY public.res_font.id; + + +-- +-- Name: res_groups; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_groups ( + id integer NOT NULL, + name character varying NOT NULL, + comment text, + create_uid integer, + color integer, + share boolean, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + category_id integer, + is_portal boolean +); + + +ALTER TABLE public.res_groups OWNER TO odoo; + +-- +-- Name: COLUMN res_groups.comment; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.comment IS 'Comment'; + + +-- +-- Name: COLUMN res_groups.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_groups.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.color IS 'Color Index'; + + +-- +-- Name: COLUMN res_groups.share; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.share IS 'Share Group'; + + +-- +-- Name: COLUMN res_groups.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_groups.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_groups.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_groups.category_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.category_id IS 'Application'; + + +-- +-- Name: COLUMN res_groups.is_portal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_groups.is_portal IS 'Portal'; + + +-- +-- Name: res_groups_action_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_groups_action_rel ( + uid integer NOT NULL, + gid integer NOT NULL +); + + +ALTER TABLE public.res_groups_action_rel OWNER TO odoo; + +-- +-- Name: TABLE res_groups_action_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_groups_action_rel IS 'RELATION BETWEEN ir_actions_todo AND res_groups'; + + +-- +-- Name: res_groups_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_groups_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_groups_id_seq OWNER TO odoo; + +-- +-- Name: res_groups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_groups_id_seq OWNED BY public.res_groups.id; + + +-- +-- Name: res_groups_implied_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_groups_implied_rel ( + gid integer NOT NULL, + hid integer NOT NULL +); + + +ALTER TABLE public.res_groups_implied_rel OWNER TO odoo; + +-- +-- Name: TABLE res_groups_implied_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_groups_implied_rel IS 'RELATION BETWEEN res_groups AND res_groups'; + + +-- +-- Name: res_groups_report_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_groups_report_rel ( + uid integer NOT NULL, + gid integer NOT NULL +); + + +ALTER TABLE public.res_groups_report_rel OWNER TO odoo; + +-- +-- Name: TABLE res_groups_report_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_groups_report_rel IS 'RELATION BETWEEN ir_act_report_xml AND res_groups'; + + +-- +-- Name: res_groups_users_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_groups_users_rel ( + gid integer NOT NULL, + uid integer NOT NULL +); + + +ALTER TABLE public.res_groups_users_rel OWNER TO odoo; + +-- +-- Name: TABLE res_groups_users_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_groups_users_rel IS 'RELATION BETWEEN res_groups AND res_users'; + + +-- +-- Name: res_lang; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_lang ( + id integer NOT NULL, + name character varying NOT NULL, + code character varying NOT NULL, + date_format character varying NOT NULL, + direction character varying NOT NULL, + create_uid integer, + thousands_sep character varying, + translatable boolean, + write_uid integer, + time_format character varying NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + decimal_point character varying NOT NULL, + active boolean, + iso_code character varying, + "grouping" character varying NOT NULL +); + + +ALTER TABLE public.res_lang OWNER TO odoo; + +-- +-- Name: COLUMN res_lang.date_format; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.date_format IS 'Date Format'; + + +-- +-- Name: COLUMN res_lang.direction; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.direction IS 'Direction'; + + +-- +-- Name: COLUMN res_lang.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_lang.thousands_sep; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.thousands_sep IS 'Thousands Separator'; + + +-- +-- Name: COLUMN res_lang.translatable; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.translatable IS 'Translatable'; + + +-- +-- Name: COLUMN res_lang.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_lang.time_format; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.time_format IS 'Time Format'; + + +-- +-- Name: COLUMN res_lang.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_lang.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_lang.decimal_point; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.decimal_point IS 'Decimal Separator'; + + +-- +-- Name: COLUMN res_lang.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.active IS 'Active'; + + +-- +-- Name: COLUMN res_lang.iso_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang.iso_code IS 'ISO code'; + + +-- +-- Name: COLUMN res_lang."grouping"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_lang."grouping" IS 'Separator Format'; + + +-- +-- Name: res_lang_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_lang_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_lang_id_seq OWNER TO odoo; + +-- +-- Name: res_lang_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_lang_id_seq OWNED BY public.res_lang.id; + + +-- +-- Name: res_partner_bank; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_partner_bank ( + id integer NOT NULL, + create_uid integer, + sequence integer, + company_id integer, + bank_id integer, + currency_id integer, + write_date timestamp without time zone, + sanitized_acc_number character varying, + create_date timestamp without time zone, + write_uid integer, + partner_id integer, + acc_number character varying NOT NULL +); + + +ALTER TABLE public.res_partner_bank OWNER TO odoo; + +-- +-- Name: TABLE res_partner_bank; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_partner_bank IS 'Bank Accounts'; + + +-- +-- Name: COLUMN res_partner_bank.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_partner_bank.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN res_partner_bank.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.company_id IS 'Company'; + + +-- +-- Name: COLUMN res_partner_bank.bank_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.bank_id IS 'Bank'; + + +-- +-- Name: COLUMN res_partner_bank.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN res_partner_bank.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_partner_bank.sanitized_acc_number; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.sanitized_acc_number IS 'Sanitized Account Number'; + + +-- +-- Name: COLUMN res_partner_bank.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_partner_bank.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_partner_bank.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.partner_id IS 'Account Holder'; + + +-- +-- Name: COLUMN res_partner_bank.acc_number; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_bank.acc_number IS 'Account Number'; + + +-- +-- Name: res_partner_bank_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_partner_bank_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_partner_bank_id_seq OWNER TO odoo; + +-- +-- Name: res_partner_bank_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_partner_bank_id_seq OWNED BY public.res_partner_bank.id; + + +-- +-- Name: res_partner_category; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_partner_category ( + id integer NOT NULL, + parent_left integer, + parent_right integer, + create_uid integer, + name character varying NOT NULL, + color integer, + write_uid integer, + parent_id integer, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone +); + + +ALTER TABLE public.res_partner_category OWNER TO odoo; + +-- +-- Name: TABLE res_partner_category; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_partner_category IS 'Partner Tags'; + + +-- +-- Name: COLUMN res_partner_category.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_partner_category.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.name IS 'Tag Name'; + + +-- +-- Name: COLUMN res_partner_category.color; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.color IS 'Color Index'; + + +-- +-- Name: COLUMN res_partner_category.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_partner_category.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.parent_id IS 'Parent Category'; + + +-- +-- Name: COLUMN res_partner_category.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_partner_category.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.active IS 'Active'; + + +-- +-- Name: COLUMN res_partner_category.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_category.create_date IS 'Created on'; + + +-- +-- Name: res_partner_category_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_partner_category_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_partner_category_id_seq OWNER TO odoo; + +-- +-- Name: res_partner_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_partner_category_id_seq OWNED BY public.res_partner_category.id; + + +-- +-- Name: res_partner_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_partner_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_partner_id_seq OWNER TO odoo; + +-- +-- Name: res_partner_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_partner_id_seq OWNED BY public.res_partner.id; + + +-- +-- Name: res_partner_res_partner_category_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_partner_res_partner_category_rel ( + category_id integer NOT NULL, + partner_id integer NOT NULL +); + + +ALTER TABLE public.res_partner_res_partner_category_rel OWNER TO odoo; + +-- +-- Name: TABLE res_partner_res_partner_category_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_partner_res_partner_category_rel IS 'RELATION BETWEEN res_partner_category AND res_partner'; + + +-- +-- Name: res_partner_title; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_partner_title ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + shortcut character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.res_partner_title OWNER TO odoo; + +-- +-- Name: TABLE res_partner_title; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_partner_title IS 'res.partner.title'; + + +-- +-- Name: COLUMN res_partner_title.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_title.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_partner_title.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_title.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_partner_title.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_title.name IS 'Title'; + + +-- +-- Name: COLUMN res_partner_title.shortcut; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_title.shortcut IS 'Abbreviation'; + + +-- +-- Name: COLUMN res_partner_title.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_title.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_partner_title.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_partner_title.write_date IS 'Last Updated on'; + + +-- +-- Name: res_partner_title_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_partner_title_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_partner_title_id_seq OWNER TO odoo; + +-- +-- Name: res_partner_title_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_partner_title_id_seq OWNED BY public.res_partner_title.id; + + +-- +-- Name: res_request_link; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_request_link ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + object character varying NOT NULL, + write_uid integer, + priority integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.res_request_link OWNER TO odoo; + +-- +-- Name: TABLE res_request_link; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_request_link IS 'res.request.link'; + + +-- +-- Name: COLUMN res_request_link.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_request_link.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.name IS 'Name'; + + +-- +-- Name: COLUMN res_request_link.object; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.object IS 'Object'; + + +-- +-- Name: COLUMN res_request_link.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_request_link.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.priority IS 'Priority'; + + +-- +-- Name: COLUMN res_request_link.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_request_link.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_request_link.create_date IS 'Created on'; + + +-- +-- Name: res_request_link_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_request_link_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_request_link_id_seq OWNER TO odoo; + +-- +-- Name: res_request_link_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_request_link_id_seq OWNED BY public.res_request_link.id; + + +-- +-- Name: res_users; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_users ( + id integer NOT NULL, + active boolean DEFAULT true, + login character varying NOT NULL, + password character varying DEFAULT NULL::character varying, + company_id integer NOT NULL, + partner_id integer NOT NULL, + create_date timestamp without time zone, + share boolean, + write_uid integer, + create_uid integer, + action_id integer, + write_date timestamp without time zone, + signature text, + password_crypt character varying, + alias_id integer, + sale_team_id integer +); + + +ALTER TABLE public.res_users OWNER TO odoo; + +-- +-- Name: COLUMN res_users.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_users.share; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.share IS 'Share User'; + + +-- +-- Name: COLUMN res_users.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_users.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_users.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.action_id IS 'Home Action'; + + +-- +-- Name: COLUMN res_users.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN res_users.signature; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.signature IS 'Signature'; + + +-- +-- Name: COLUMN res_users.password_crypt; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.password_crypt IS 'Encrypted Password'; + + +-- +-- Name: COLUMN res_users.alias_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.alias_id IS 'Alias'; + + +-- +-- Name: COLUMN res_users.sale_team_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users.sale_team_id IS 'Sales Team'; + + +-- +-- Name: res_users_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_users_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_users_id_seq OWNER TO odoo; + +-- +-- Name: res_users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_users_id_seq OWNED BY public.res_users.id; + + +-- +-- Name: res_users_log; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.res_users_log ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.res_users_log OWNER TO odoo; + +-- +-- Name: TABLE res_users_log; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.res_users_log IS 'res.users.log'; + + +-- +-- Name: COLUMN res_users_log.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users_log.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN res_users_log.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users_log.create_date IS 'Created on'; + + +-- +-- Name: COLUMN res_users_log.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users_log.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN res_users_log.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.res_users_log.write_date IS 'Last Updated on'; + + +-- +-- Name: res_users_log_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.res_users_log_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.res_users_log_id_seq OWNER TO odoo; + +-- +-- Name: res_users_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.res_users_log_id_seq OWNED BY public.res_users_log.id; + + +-- +-- Name: rule_group_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.rule_group_rel ( + rule_group_id integer NOT NULL, + group_id integer NOT NULL +); + + +ALTER TABLE public.rule_group_rel OWNER TO odoo; + +-- +-- Name: TABLE rule_group_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.rule_group_rel IS 'RELATION BETWEEN ir_rule AND res_groups'; + + +-- +-- Name: sale_advance_payment_inv; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.sale_advance_payment_inv ( + id integer NOT NULL, + count integer, + create_uid integer, + product_id integer, + advance_payment_method character varying NOT NULL, + write_uid integer, + amount numeric, + write_date timestamp without time zone, + deposit_account_id integer, + create_date timestamp without time zone +); + + +ALTER TABLE public.sale_advance_payment_inv OWNER TO odoo; + +-- +-- Name: TABLE sale_advance_payment_inv; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.sale_advance_payment_inv IS 'Sales Advance Payment Invoice'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.count; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.count IS '# of Orders'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.product_id IS 'Down Payment Product'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.advance_payment_method; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.advance_payment_method IS 'What do you want to invoice?'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.amount IS 'Down Payment Amount'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.deposit_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.deposit_account_id IS 'Income Account'; + + +-- +-- Name: COLUMN sale_advance_payment_inv.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_advance_payment_inv.create_date IS 'Created on'; + + +-- +-- Name: sale_advance_payment_inv_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.sale_advance_payment_inv_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.sale_advance_payment_inv_id_seq OWNER TO odoo; + +-- +-- Name: sale_advance_payment_inv_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.sale_advance_payment_inv_id_seq OWNED BY public.sale_advance_payment_inv.id; + + +-- +-- Name: sale_config_settings; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.sale_config_settings ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone, + sale_show_tax character varying NOT NULL, + deposit_product_id_setting integer, + auto_done_setting integer, + group_display_incoterm integer, + group_pricelist_item boolean, + group_product_variant integer, + group_warning_sale integer, + module_website_quote integer, + company_id integer NOT NULL, + default_invoice_policy character varying, + group_sale_layout integer, + group_product_pricelist boolean, + group_uom integer, + group_sale_pricelist boolean, + group_discount_per_so_line integer, + module_sale_margin integer, + sale_pricelist_setting character varying NOT NULL, + module_website_sale_digital boolean, + group_show_price_total boolean, + group_show_price_subtotal boolean, + group_sale_delivery_address integer, + module_sale_contract boolean, + module_sale_order_dates integer, + module_delivery integer, + group_mrp_properties integer, + group_route_so_lines integer, + default_picking_policy integer, + convert_dispensed boolean, + group_final_so_charge boolean, + group_default_quantity boolean +); + + +ALTER TABLE public.sale_config_settings OWNER TO odoo; + +-- +-- Name: TABLE sale_config_settings; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.sale_config_settings IS 'sale.config.settings'; + + +-- +-- Name: COLUMN sale_config_settings.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN sale_config_settings.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.create_date IS 'Created on'; + + +-- +-- Name: COLUMN sale_config_settings.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN sale_config_settings.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN sale_config_settings.sale_show_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.sale_show_tax IS 'Tax Display'; + + +-- +-- Name: COLUMN sale_config_settings.deposit_product_id_setting; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.deposit_product_id_setting IS 'Deposit Product'; + + +-- +-- Name: COLUMN sale_config_settings.auto_done_setting; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.auto_done_setting IS 'Sale Order Modification'; + + +-- +-- Name: COLUMN sale_config_settings.group_display_incoterm; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_display_incoterm IS 'Incoterms'; + + +-- +-- Name: COLUMN sale_config_settings.group_pricelist_item; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_pricelist_item IS 'Show pricelists to customers'; + + +-- +-- Name: COLUMN sale_config_settings.group_product_variant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_product_variant IS 'Product Variants'; + + +-- +-- Name: COLUMN sale_config_settings.group_warning_sale; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_warning_sale IS 'Warning'; + + +-- +-- Name: COLUMN sale_config_settings.module_website_quote; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.module_website_quote IS 'Online Quotations'; + + +-- +-- Name: COLUMN sale_config_settings.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.company_id IS 'Company'; + + +-- +-- Name: COLUMN sale_config_settings.default_invoice_policy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.default_invoice_policy IS 'Default Invoicing'; + + +-- +-- Name: COLUMN sale_config_settings.group_sale_layout; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_sale_layout IS 'Sales Reports Layout'; + + +-- +-- Name: COLUMN sale_config_settings.group_product_pricelist; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_product_pricelist IS 'Show pricelists On Products'; + + +-- +-- Name: COLUMN sale_config_settings.group_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_uom IS 'Units of Measure'; + + +-- +-- Name: COLUMN sale_config_settings.group_sale_pricelist; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_sale_pricelist IS 'Use pricelists to adapt your price per customers'; + + +-- +-- Name: COLUMN sale_config_settings.group_discount_per_so_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_discount_per_so_line IS 'Discount'; + + +-- +-- Name: COLUMN sale_config_settings.module_sale_margin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.module_sale_margin IS 'Margins'; + + +-- +-- Name: COLUMN sale_config_settings.sale_pricelist_setting; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.sale_pricelist_setting IS 'Sale pricelist setting'; + + +-- +-- Name: COLUMN sale_config_settings.module_website_sale_digital; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.module_website_sale_digital IS 'Sell digital products - provide downloadable content on your customer portal'; + + +-- +-- Name: COLUMN sale_config_settings.group_show_price_total; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_show_price_total IS 'Show total'; + + +-- +-- Name: COLUMN sale_config_settings.group_show_price_subtotal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_show_price_subtotal IS 'Show subtotal'; + + +-- +-- Name: COLUMN sale_config_settings.group_sale_delivery_address; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_sale_delivery_address IS 'Addresses'; + + +-- +-- Name: COLUMN sale_config_settings.module_sale_contract; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.module_sale_contract IS 'Manage subscriptions and recurring invoicing'; + + +-- +-- Name: COLUMN sale_config_settings.module_sale_order_dates; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.module_sale_order_dates IS 'Date'; + + +-- +-- Name: COLUMN sale_config_settings.module_delivery; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.module_delivery IS 'Shipping'; + + +-- +-- Name: COLUMN sale_config_settings.group_mrp_properties; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_mrp_properties IS 'Properties on SO Lines'; + + +-- +-- Name: COLUMN sale_config_settings.group_route_so_lines; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_route_so_lines IS 'Order Routing'; + + +-- +-- Name: COLUMN sale_config_settings.default_picking_policy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.default_picking_policy IS 'Default Shipping Policy'; + + +-- +-- Name: COLUMN sale_config_settings.convert_dispensed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.convert_dispensed IS 'Allow to automatically convert quotation to sale order if drug is dispensed from local shop'; + + +-- +-- Name: COLUMN sale_config_settings.group_final_so_charge; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_final_so_charge IS 'Allow to enter final Sale Order charge'; + + +-- +-- Name: COLUMN sale_config_settings.group_default_quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_config_settings.group_default_quantity IS 'Allow to enter default quantity as -1'; + + +-- +-- Name: sale_config_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.sale_config_settings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.sale_config_settings_id_seq OWNER TO odoo; + +-- +-- Name: sale_config_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.sale_config_settings_id_seq OWNED BY public.sale_config_settings.id; + + +-- +-- Name: sale_layout_category; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.sale_layout_category ( + id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + sequence integer NOT NULL, + write_uid integer, + pagebreak boolean, + write_date timestamp without time zone, + create_date timestamp without time zone, + subtotal boolean +); + + +ALTER TABLE public.sale_layout_category OWNER TO odoo; + +-- +-- Name: TABLE sale_layout_category; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.sale_layout_category IS 'sale.layout_category'; + + +-- +-- Name: COLUMN sale_layout_category.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN sale_layout_category.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.name IS 'Name'; + + +-- +-- Name: COLUMN sale_layout_category.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN sale_layout_category.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN sale_layout_category.pagebreak; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.pagebreak IS 'Add pagebreak'; + + +-- +-- Name: COLUMN sale_layout_category.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN sale_layout_category.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.create_date IS 'Created on'; + + +-- +-- Name: COLUMN sale_layout_category.subtotal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_layout_category.subtotal IS 'Add subtotal'; + + +-- +-- Name: sale_layout_category_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.sale_layout_category_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.sale_layout_category_id_seq OWNER TO odoo; + +-- +-- Name: sale_layout_category_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.sale_layout_category_id_seq OWNED BY public.sale_layout_category.id; + + +-- +-- Name: sale_order; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.sale_order ( + id integer NOT NULL, + origin character varying, + create_date timestamp without time zone, + write_uid integer, + team_id integer, + client_order_ref character varying, + date_order timestamp without time zone NOT NULL, + partner_id integer NOT NULL, + note text, + procurement_group_id integer, + amount_untaxed numeric, + message_last_post timestamp without time zone, + company_id integer, + amount_tax numeric, + state character varying, + pricelist_id integer NOT NULL, + project_id integer, + create_uid integer, + confirmation_date timestamp without time zone, + validity_date date, + payment_term_id integer, + write_date timestamp without time zone, + partner_invoice_id integer NOT NULL, + fiscal_position_id integer, + amount_total numeric, + invoice_status character varying, + name character varying NOT NULL, + partner_shipping_id integer NOT NULL, + user_id integer, + picking_policy character varying NOT NULL, + incoterm integer, + warehouse_id integer NOT NULL, + provider_name character varying, + location_id integer, + care_setting character varying, + discount_percentage double precision, + amount_round_off double precision, + chargeable_amount double precision, + default_quantity integer, + partner_village integer, + discount_type character varying, + disc_acc_id integer, + discount numeric, + dispensed boolean, + external_id character varying +); + + +ALTER TABLE public.sale_order OWNER TO odoo; + +-- +-- Name: TABLE sale_order; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.sale_order IS 'Sales Order'; + + +-- +-- Name: COLUMN sale_order.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.origin IS 'Source Document'; + + +-- +-- Name: COLUMN sale_order.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.create_date IS 'Creation Date'; + + +-- +-- Name: COLUMN sale_order.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN sale_order.team_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.team_id IS 'Sales Team'; + + +-- +-- Name: COLUMN sale_order.client_order_ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.client_order_ref IS 'Customer Reference'; + + +-- +-- Name: COLUMN sale_order.date_order; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.date_order IS 'Order Date'; + + +-- +-- Name: COLUMN sale_order.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.partner_id IS 'Customer'; + + +-- +-- Name: COLUMN sale_order.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.note IS 'Terms and conditions'; + + +-- +-- Name: COLUMN sale_order.procurement_group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.procurement_group_id IS 'Procurement Group'; + + +-- +-- Name: COLUMN sale_order.amount_untaxed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.amount_untaxed IS 'Untaxed Amount'; + + +-- +-- Name: COLUMN sale_order.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN sale_order.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.company_id IS 'Company'; + + +-- +-- Name: COLUMN sale_order.amount_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.amount_tax IS 'Taxes'; + + +-- +-- Name: COLUMN sale_order.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.state IS 'Status'; + + +-- +-- Name: COLUMN sale_order.pricelist_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.pricelist_id IS 'Pricelist'; + + +-- +-- Name: COLUMN sale_order.project_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.project_id IS 'Analytic Account'; + + +-- +-- Name: COLUMN sale_order.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN sale_order.confirmation_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.confirmation_date IS 'Confirmation Date'; + + +-- +-- Name: COLUMN sale_order.validity_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.validity_date IS 'Expiration Date'; + + +-- +-- Name: COLUMN sale_order.payment_term_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.payment_term_id IS 'Payment Terms'; + + +-- +-- Name: COLUMN sale_order.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN sale_order.partner_invoice_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.partner_invoice_id IS 'Invoice Address'; + + +-- +-- Name: COLUMN sale_order.fiscal_position_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.fiscal_position_id IS 'Fiscal Position'; + + +-- +-- Name: COLUMN sale_order.amount_total; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.amount_total IS 'Total'; + + +-- +-- Name: COLUMN sale_order.invoice_status; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.invoice_status IS 'Invoice Status'; + + +-- +-- Name: COLUMN sale_order.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.name IS 'Order Reference'; + + +-- +-- Name: COLUMN sale_order.partner_shipping_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.partner_shipping_id IS 'Delivery Address'; + + +-- +-- Name: COLUMN sale_order.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.user_id IS 'Salesperson'; + + +-- +-- Name: COLUMN sale_order.picking_policy; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.picking_policy IS 'Shipping Policy'; + + +-- +-- Name: COLUMN sale_order.incoterm; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.incoterm IS 'Incoterms'; + + +-- +-- Name: COLUMN sale_order.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN sale_order.provider_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.provider_name IS 'Provider Name'; + + +-- +-- Name: COLUMN sale_order.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.location_id IS 'Location'; + + +-- +-- Name: COLUMN sale_order.care_setting; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.care_setting IS 'Care Setting'; + + +-- +-- Name: COLUMN sale_order.discount_percentage; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.discount_percentage IS 'Discount Percentage'; + + +-- +-- Name: COLUMN sale_order.amount_round_off; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.amount_round_off IS 'Round Off Amount'; + + +-- +-- Name: COLUMN sale_order.chargeable_amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.chargeable_amount IS 'Chargeable Amount'; + + +-- +-- Name: COLUMN sale_order.default_quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.default_quantity IS 'Default Quantity'; + + +-- +-- Name: COLUMN sale_order.partner_village; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.partner_village IS 'Partner Village'; + + +-- +-- Name: COLUMN sale_order.discount_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.discount_type IS 'Discount Type'; + + +-- +-- Name: COLUMN sale_order.disc_acc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.disc_acc_id IS 'Discount Account Head'; + + +-- +-- Name: COLUMN sale_order.discount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.discount IS 'Discount'; + + +-- +-- Name: COLUMN sale_order.dispensed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.dispensed IS 'Dispensed'; + + +-- +-- Name: COLUMN sale_order.external_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order.external_id IS 'External Id'; + + +-- +-- Name: sale_order_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.sale_order_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.sale_order_id_seq OWNER TO odoo; + +-- +-- Name: sale_order_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.sale_order_id_seq OWNED BY public.sale_order.id; + + +-- +-- Name: sale_order_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.sale_order_line ( + id integer NOT NULL, + create_date timestamp without time zone, + product_uom integer NOT NULL, + price_unit numeric NOT NULL, + product_uom_qty numeric NOT NULL, + price_subtotal numeric, + write_uid integer, + currency_id integer, + price_reduce_taxexcl numeric, + create_uid integer, + price_tax numeric, + qty_to_invoice numeric, + customer_lead double precision NOT NULL, + layout_category_sequence integer, + company_id integer, + state character varying, + order_partner_id integer, + order_id integer NOT NULL, + qty_invoiced numeric, + sequence integer, + discount numeric, + write_date timestamp without time zone, + price_reduce numeric, + qty_delivered numeric, + layout_category_id integer, + product_id integer NOT NULL, + price_reduce_taxinc numeric, + price_total numeric, + invoice_status character varying, + name text NOT NULL, + salesman_id integer, + product_packaging integer, + route_id integer, + lot_id integer, + external_order_id character varying, + expiry_date timestamp without time zone, + order_uuid character varying, + dispensed boolean, + external_id character varying +); + + +ALTER TABLE public.sale_order_line OWNER TO odoo; + +-- +-- Name: TABLE sale_order_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.sale_order_line IS 'Sales Order Line'; + + +-- +-- Name: COLUMN sale_order_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN sale_order_line.product_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.product_uom IS 'Unit of Measure'; + + +-- +-- Name: COLUMN sale_order_line.price_unit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_unit IS 'Unit Price'; + + +-- +-- Name: COLUMN sale_order_line.product_uom_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.product_uom_qty IS 'Quantity'; + + +-- +-- Name: COLUMN sale_order_line.price_subtotal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_subtotal IS 'Subtotal'; + + +-- +-- Name: COLUMN sale_order_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN sale_order_line.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN sale_order_line.price_reduce_taxexcl; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_reduce_taxexcl IS 'Price Reduce Tax excl'; + + +-- +-- Name: COLUMN sale_order_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN sale_order_line.price_tax; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_tax IS 'Taxes'; + + +-- +-- Name: COLUMN sale_order_line.qty_to_invoice; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.qty_to_invoice IS 'To Invoice'; + + +-- +-- Name: COLUMN sale_order_line.customer_lead; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.customer_lead IS 'Delivery Lead Time'; + + +-- +-- Name: COLUMN sale_order_line.layout_category_sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.layout_category_sequence IS 'Layout Sequence'; + + +-- +-- Name: COLUMN sale_order_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN sale_order_line.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.state IS 'Order Status'; + + +-- +-- Name: COLUMN sale_order_line.order_partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.order_partner_id IS 'Customer'; + + +-- +-- Name: COLUMN sale_order_line.order_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.order_id IS 'Order Reference'; + + +-- +-- Name: COLUMN sale_order_line.qty_invoiced; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.qty_invoiced IS 'Invoiced'; + + +-- +-- Name: COLUMN sale_order_line.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN sale_order_line.discount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.discount IS 'Discount (%)'; + + +-- +-- Name: COLUMN sale_order_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN sale_order_line.price_reduce; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_reduce IS 'Price Reduce'; + + +-- +-- Name: COLUMN sale_order_line.qty_delivered; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.qty_delivered IS 'Delivered'; + + +-- +-- Name: COLUMN sale_order_line.layout_category_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.layout_category_id IS 'Section'; + + +-- +-- Name: COLUMN sale_order_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN sale_order_line.price_reduce_taxinc; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_reduce_taxinc IS 'Price Reduce Tax inc'; + + +-- +-- Name: COLUMN sale_order_line.price_total; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.price_total IS 'Total'; + + +-- +-- Name: COLUMN sale_order_line.invoice_status; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.invoice_status IS 'Invoice Status'; + + +-- +-- Name: COLUMN sale_order_line.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.name IS 'Description'; + + +-- +-- Name: COLUMN sale_order_line.salesman_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.salesman_id IS 'Salesperson'; + + +-- +-- Name: COLUMN sale_order_line.product_packaging; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.product_packaging IS 'Packaging'; + + +-- +-- Name: COLUMN sale_order_line.route_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.route_id IS 'Route'; + + +-- +-- Name: COLUMN sale_order_line.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.lot_id IS 'Batch No'; + + +-- +-- Name: COLUMN sale_order_line.external_order_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.external_order_id IS 'External Order ID'; + + +-- +-- Name: COLUMN sale_order_line.expiry_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.expiry_date IS 'Expiry date'; + + +-- +-- Name: COLUMN sale_order_line.order_uuid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.order_uuid IS 'Order UUID'; + + +-- +-- Name: COLUMN sale_order_line.dispensed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.dispensed IS 'Dispensed'; + + +-- +-- Name: COLUMN sale_order_line.external_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.sale_order_line.external_id IS 'External ID'; + + +-- +-- Name: sale_order_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.sale_order_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.sale_order_line_id_seq OWNER TO odoo; + +-- +-- Name: sale_order_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.sale_order_line_id_seq OWNED BY public.sale_order_line.id; + + +-- +-- Name: sale_order_line_invoice_rel; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.sale_order_line_invoice_rel ( + invoice_line_id integer NOT NULL, + order_line_id integer NOT NULL +); + + +ALTER TABLE public.sale_order_line_invoice_rel OWNER TO odoo; + +-- +-- Name: TABLE sale_order_line_invoice_rel; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.sale_order_line_invoice_rel IS 'RELATION BETWEEN account_invoice_line AND sale_order_line'; + + +-- +-- Name: sale_report; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.sale_report AS + WITH currency_rate AS ( + SELECT r.currency_id, + COALESCE(r.company_id, c.id) AS company_id, + r.rate, + r.name AS date_start, + ( SELECT r2.name + FROM public.res_currency_rate r2 + WHERE ((r2.name > r.name) AND (r2.currency_id = r.currency_id) AND ((r2.company_id IS NULL) OR (r2.company_id = c.id))) + ORDER BY r2.name + LIMIT 1) AS date_end + FROM (public.res_currency_rate r + JOIN public.res_company c ON (((r.company_id IS NULL) OR (r.company_id = c.id)))) + ) + SELECT min(l.id) AS id, + l.product_id, + t.uom_id AS product_uom, + sum(((l.product_uom_qty / u.factor) * u2.factor)) AS product_uom_qty, + sum(((l.qty_delivered / u.factor) * u2.factor)) AS qty_delivered, + sum(((l.qty_invoiced / u.factor) * u2.factor)) AS qty_invoiced, + sum(((l.qty_to_invoice / u.factor) * u2.factor)) AS qty_to_invoice, + sum((l.price_total / COALESCE(cr.rate, 1.0))) AS price_total, + sum((l.price_subtotal / COALESCE(cr.rate, 1.0))) AS price_subtotal, + count(*) AS nbr, + s.name, + s.date_order AS date, + s.state, + s.partner_id, + s.user_id, + s.company_id, + (date_part('epoch'::text, avg((date_trunc('day'::text, s.date_order) - date_trunc('day'::text, s.create_date)))) / ((((24 * 60) * 60))::numeric(16,2))::double precision) AS delay, + t.categ_id, + s.pricelist_id, + s.project_id AS analytic_account_id, + s.team_id, + p.product_tmpl_id, + partner.country_id, + partner.commercial_partner_id, + sum((((p.weight * l.product_uom_qty) / u.factor) * u2.factor)) AS weight, + sum((((p.volume * (l.product_uom_qty)::double precision) / (u.factor)::double precision) * (u2.factor)::double precision)) AS volume, + s.warehouse_id + FROM ((((((((public.sale_order_line l + JOIN public.sale_order s ON ((l.order_id = s.id))) + JOIN public.res_partner partner ON ((s.partner_id = partner.id))) + LEFT JOIN public.product_product p ON ((l.product_id = p.id))) + LEFT JOIN public.product_template t ON ((p.product_tmpl_id = t.id))) + LEFT JOIN public.product_uom u ON ((u.id = l.product_uom))) + LEFT JOIN public.product_uom u2 ON ((u2.id = t.uom_id))) + LEFT JOIN public.product_pricelist pp ON ((s.pricelist_id = pp.id))) + LEFT JOIN currency_rate cr ON (((cr.currency_id = pp.currency_id) AND (cr.company_id = s.company_id) AND (cr.date_start <= COALESCE((s.date_order)::timestamp with time zone, now())) AND ((cr.date_end IS NULL) OR (cr.date_end > COALESCE((s.date_order)::timestamp with time zone, now())))))) + GROUP BY l.product_id, l.order_id, t.uom_id, t.categ_id, s.name, s.date_order, s.partner_id, s.user_id, s.state, s.company_id, s.pricelist_id, s.project_id, s.team_id, p.product_tmpl_id, partner.country_id, partner.commercial_partner_id, s.warehouse_id; + + +ALTER TABLE public.sale_report OWNER TO odoo; + +-- +-- Name: state_district; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.state_district ( + id integer NOT NULL, + create_uid integer, + name character varying, + country_id integer, + write_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + state_id integer +); + + +ALTER TABLE public.state_district OWNER TO odoo; + +-- +-- Name: TABLE state_district; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.state_district IS 'state.district'; + + +-- +-- Name: COLUMN state_district.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN state_district.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.name IS 'Name'; + + +-- +-- Name: COLUMN state_district.country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.country_id IS 'Country'; + + +-- +-- Name: COLUMN state_district.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN state_district.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.create_date IS 'Created on'; + + +-- +-- Name: COLUMN state_district.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN state_district.state_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.state_district.state_id IS 'State'; + + +-- +-- Name: state_district_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.state_district_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.state_district_id_seq OWNER TO odoo; + +-- +-- Name: state_district_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.state_district_id_seq OWNED BY public.state_district.id; + + +-- +-- Name: stock_backorder_confirmation; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_backorder_confirmation ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + pick_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.stock_backorder_confirmation OWNER TO odoo; + +-- +-- Name: TABLE stock_backorder_confirmation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_backorder_confirmation IS 'Backorder Confirmation'; + + +-- +-- Name: COLUMN stock_backorder_confirmation.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_backorder_confirmation.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_backorder_confirmation.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_backorder_confirmation.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_backorder_confirmation.pick_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_backorder_confirmation.pick_id IS 'Pick id'; + + +-- +-- Name: COLUMN stock_backorder_confirmation.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_backorder_confirmation.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_backorder_confirmation.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_backorder_confirmation.create_date IS 'Created on'; + + +-- +-- Name: stock_backorder_confirmation_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_backorder_confirmation_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_backorder_confirmation_id_seq OWNER TO odoo; + +-- +-- Name: stock_backorder_confirmation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_backorder_confirmation_id_seq OWNED BY public.stock_backorder_confirmation.id; + + +-- +-- Name: stock_change_product_qty; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_change_product_qty ( + id integer NOT NULL, + create_uid integer, + product_id integer NOT NULL, + write_uid integer, + product_tmpl_id integer NOT NULL, + create_date timestamp without time zone, + write_date timestamp without time zone, + lot_id integer, + new_quantity numeric NOT NULL, + location_id integer NOT NULL +); + + +ALTER TABLE public.stock_change_product_qty OWNER TO odoo; + +-- +-- Name: TABLE stock_change_product_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_change_product_qty IS 'Change Product Quantity'; + + +-- +-- Name: COLUMN stock_change_product_qty.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_change_product_qty.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_change_product_qty.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_change_product_qty.product_tmpl_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.product_tmpl_id IS 'Template'; + + +-- +-- Name: COLUMN stock_change_product_qty.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_change_product_qty.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_change_product_qty.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.lot_id IS 'Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_change_product_qty.new_quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.new_quantity IS 'New Quantity on Hand'; + + +-- +-- Name: COLUMN stock_change_product_qty.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_product_qty.location_id IS 'Location'; + + +-- +-- Name: stock_change_product_qty_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_change_product_qty_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_change_product_qty_id_seq OWNER TO odoo; + +-- +-- Name: stock_change_product_qty_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_change_product_qty_id_seq OWNED BY public.stock_change_product_qty.id; + + +-- +-- Name: stock_change_standard_price; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_change_standard_price ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + new_price numeric NOT NULL, + write_uid integer, + write_date timestamp without time zone, + counterpart_account_id integer NOT NULL +); + + +ALTER TABLE public.stock_change_standard_price OWNER TO odoo; + +-- +-- Name: TABLE stock_change_standard_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_change_standard_price IS 'Change Standard Price'; + + +-- +-- Name: COLUMN stock_change_standard_price.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_standard_price.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_change_standard_price.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_standard_price.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_change_standard_price.new_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_standard_price.new_price IS 'Price'; + + +-- +-- Name: COLUMN stock_change_standard_price.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_standard_price.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_change_standard_price.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_standard_price.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_change_standard_price.counterpart_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_change_standard_price.counterpart_account_id IS 'Counter-Part Account'; + + +-- +-- Name: stock_change_standard_price_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_change_standard_price_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_change_standard_price_id_seq OWNER TO odoo; + +-- +-- Name: stock_change_standard_price_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_change_standard_price_id_seq OWNED BY public.stock_change_standard_price.id; + + +-- +-- Name: stock_config_settings; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_config_settings ( + id integer NOT NULL, + create_date timestamp without time zone, + module_stock_calendar integer, + module_stock_barcode boolean, + module_stock_picking_wave integer, + company_id integer NOT NULL, + group_stock_tracking_lot integer, + group_product_variant integer, + create_uid integer, + group_warning_stock integer, + module_delivery_temando boolean, + group_stock_production_lot integer, + group_stock_multi_warehouses boolean, + group_stock_tracking_owner integer, + module_delivery_usps boolean, + module_stock_dropshipping integer, + module_quality boolean, + module_procurement_jit integer, + group_stock_packaging integer, + write_date timestamp without time zone, + module_delivery_fedex boolean, + write_uid integer, + decimal_precision integer, + group_uom integer, + warehouse_and_location_usage_level integer, + module_delivery_ups boolean, + module_product_expiry integer, + group_stock_multi_locations boolean, + group_stock_adv_location integer, + module_delivery_dhl boolean, + module_stock_landed_costs integer, + group_stock_inventory_valuation integer +); + + +ALTER TABLE public.stock_config_settings OWNER TO odoo; + +-- +-- Name: TABLE stock_config_settings; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_config_settings IS 'stock.config.settings'; + + +-- +-- Name: COLUMN stock_config_settings.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_config_settings.module_stock_calendar; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_stock_calendar IS 'Minimum Stock Rules'; + + +-- +-- Name: COLUMN stock_config_settings.module_stock_barcode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_stock_barcode IS 'Barcode scanner support'; + + +-- +-- Name: COLUMN stock_config_settings.module_stock_picking_wave; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_stock_picking_wave IS 'Picking Waves'; + + +-- +-- Name: COLUMN stock_config_settings.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_tracking_lot; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_tracking_lot IS 'Packages'; + + +-- +-- Name: COLUMN stock_config_settings.group_product_variant; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_product_variant IS 'Product Variants'; + + +-- +-- Name: COLUMN stock_config_settings.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_config_settings.group_warning_stock; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_warning_stock IS 'Warning'; + + +-- +-- Name: COLUMN stock_config_settings.module_delivery_temando; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_delivery_temando IS 'Temando integration'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_production_lot; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_production_lot IS 'Lots and Serial Numbers'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_multi_warehouses; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_multi_warehouses IS 'Manage several warehouses'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_tracking_owner; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_tracking_owner IS 'Product Owners'; + + +-- +-- Name: COLUMN stock_config_settings.module_delivery_usps; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_delivery_usps IS 'USPS integration'; + + +-- +-- Name: COLUMN stock_config_settings.module_stock_dropshipping; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_stock_dropshipping IS 'Dropshipping'; + + +-- +-- Name: COLUMN stock_config_settings.module_quality; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_quality IS 'Quality'; + + +-- +-- Name: COLUMN stock_config_settings.module_procurement_jit; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_procurement_jit IS 'Procurements'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_packaging; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_packaging IS 'Packaging Methods'; + + +-- +-- Name: COLUMN stock_config_settings.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_config_settings.module_delivery_fedex; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_delivery_fedex IS 'Fedex integration'; + + +-- +-- Name: COLUMN stock_config_settings.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_config_settings.decimal_precision; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.decimal_precision IS 'Decimal precision on weight'; + + +-- +-- Name: COLUMN stock_config_settings.group_uom; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_uom IS 'Units of Measure'; + + +-- +-- Name: COLUMN stock_config_settings.warehouse_and_location_usage_level; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.warehouse_and_location_usage_level IS 'Warehouses and Locations usage level'; + + +-- +-- Name: COLUMN stock_config_settings.module_delivery_ups; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_delivery_ups IS 'UPS integration'; + + +-- +-- Name: COLUMN stock_config_settings.module_product_expiry; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_product_expiry IS 'Expiration Dates'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_multi_locations; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_multi_locations IS 'Manage several stock locations'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_adv_location; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_adv_location IS 'Routes'; + + +-- +-- Name: COLUMN stock_config_settings.module_delivery_dhl; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_delivery_dhl IS 'DHL integration'; + + +-- +-- Name: COLUMN stock_config_settings.module_stock_landed_costs; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.module_stock_landed_costs IS 'Landed Costs'; + + +-- +-- Name: COLUMN stock_config_settings.group_stock_inventory_valuation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_config_settings.group_stock_inventory_valuation IS 'Inventory Valuation'; + + +-- +-- Name: stock_config_settings_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_config_settings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_config_settings_id_seq OWNER TO odoo; + +-- +-- Name: stock_config_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_config_settings_id_seq OWNED BY public.stock_config_settings.id; + + +-- +-- Name: stock_fixed_putaway_strat; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_fixed_putaway_strat ( + id integer NOT NULL, + create_uid integer, + fixed_location_id integer NOT NULL, + putaway_id integer NOT NULL, + sequence integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + category_id integer NOT NULL +); + + +ALTER TABLE public.stock_fixed_putaway_strat OWNER TO odoo; + +-- +-- Name: TABLE stock_fixed_putaway_strat; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_fixed_putaway_strat IS 'stock.fixed.putaway.strat'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.fixed_location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.fixed_location_id IS 'Location'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.putaway_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.putaway_id IS 'Put Away Method'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.sequence IS 'Priority'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_fixed_putaway_strat.category_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_fixed_putaway_strat.category_id IS 'Product Category'; + + +-- +-- Name: stock_fixed_putaway_strat_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_fixed_putaway_strat_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_fixed_putaway_strat_id_seq OWNER TO odoo; + +-- +-- Name: stock_fixed_putaway_strat_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_fixed_putaway_strat_id_seq OWNED BY public.stock_fixed_putaway_strat.id; + + +-- +-- Name: stock_production_lot; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_production_lot ( + id integer NOT NULL, + create_date timestamp without time zone, + write_uid integer, + create_uid integer, + message_last_post timestamp without time zone, + ref character varying, + write_date timestamp without time zone, + product_id integer NOT NULL, + name character varying NOT NULL, + product_uom_id integer, + life_date timestamp without time zone, + removal_date timestamp without time zone, + alert_date timestamp without time zone, + use_date timestamp without time zone, + sale_price double precision, + cost_price double precision, + mrp double precision +); + + +ALTER TABLE public.stock_production_lot OWNER TO odoo; + +-- +-- Name: TABLE stock_production_lot; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_production_lot IS 'Lot/Serial'; + + +-- +-- Name: COLUMN stock_production_lot.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.create_date IS 'Creation Date'; + + +-- +-- Name: COLUMN stock_production_lot.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_production_lot.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_production_lot.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN stock_production_lot.ref; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.ref IS 'Internal Reference'; + + +-- +-- Name: COLUMN stock_production_lot.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_production_lot.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_production_lot.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.name IS 'Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_production_lot.product_uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.product_uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN stock_production_lot.life_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.life_date IS 'End of Life Date'; + + +-- +-- Name: COLUMN stock_production_lot.removal_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.removal_date IS 'Removal Date'; + + +-- +-- Name: COLUMN stock_production_lot.alert_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.alert_date IS 'Alert Date'; + + +-- +-- Name: COLUMN stock_production_lot.use_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.use_date IS 'Best before Date'; + + +-- +-- Name: COLUMN stock_production_lot.sale_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.sale_price IS 'Sale Price'; + + +-- +-- Name: COLUMN stock_production_lot.cost_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.cost_price IS 'Cost Price'; + + +-- +-- Name: COLUMN stock_production_lot.mrp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_production_lot.mrp IS 'MRP'; + + +-- +-- Name: stock_history; Type: VIEW; Schema: public; Owner: odoo +-- + +CREATE VIEW public.stock_history AS + SELECT min(foo.id) AS id, + foo.move_id, + foo.location_id, + foo.company_id, + foo.product_id, + foo.product_categ_id, + foo.product_template_id, + sum(foo.quantity) AS quantity, + foo.date, + COALESCE((sum((foo.price_unit_on_quant * foo.quantity)) / NULLIF(sum(foo.quantity), (0)::double precision)), (0)::double precision) AS price_unit_on_quant, + foo.source, + string_agg(DISTINCT (foo.serial_number)::text, ', '::text ORDER BY (foo.serial_number)::text) AS serial_number + FROM ( SELECT stock_move.id, + stock_move.id AS move_id, + dest_location.id AS location_id, + dest_location.company_id, + stock_move.product_id, + product_template.id AS product_template_id, + product_template.categ_id AS product_categ_id, + quant.qty AS quantity, + stock_move.date, + quant.cost AS price_unit_on_quant, + stock_move.origin AS source, + stock_production_lot.name AS serial_number + FROM (((((((public.stock_quant quant + JOIN public.stock_quant_move_rel ON ((stock_quant_move_rel.quant_id = quant.id))) + JOIN public.stock_move ON ((stock_move.id = stock_quant_move_rel.move_id))) + LEFT JOIN public.stock_production_lot ON ((stock_production_lot.id = quant.lot_id))) + JOIN public.stock_location dest_location ON ((stock_move.location_dest_id = dest_location.id))) + JOIN public.stock_location source_location ON ((stock_move.location_id = source_location.id))) + JOIN public.product_product ON ((product_product.id = stock_move.product_id))) + JOIN public.product_template ON ((product_template.id = product_product.product_tmpl_id))) + WHERE ((quant.qty > (0)::double precision) AND ((stock_move.state)::text = 'done'::text) AND ((dest_location.usage)::text = ANY ((ARRAY['internal'::character varying, 'transit'::character varying])::text[])) AND ((NOT ((source_location.company_id IS NULL) AND (dest_location.company_id IS NULL))) OR (source_location.company_id <> dest_location.company_id) OR ((source_location.usage)::text <> ALL ((ARRAY['internal'::character varying, 'transit'::character varying])::text[])))) + UNION ALL + SELECT ('-1'::integer * stock_move.id) AS id, + stock_move.id AS move_id, + source_location.id AS location_id, + source_location.company_id, + stock_move.product_id, + product_template.id AS product_template_id, + product_template.categ_id AS product_categ_id, + (- quant.qty) AS quantity, + stock_move.date, + quant.cost AS price_unit_on_quant, + stock_move.origin AS source, + stock_production_lot.name AS serial_number + FROM (((((((public.stock_quant quant + JOIN public.stock_quant_move_rel ON ((stock_quant_move_rel.quant_id = quant.id))) + JOIN public.stock_move ON ((stock_move.id = stock_quant_move_rel.move_id))) + LEFT JOIN public.stock_production_lot ON ((stock_production_lot.id = quant.lot_id))) + JOIN public.stock_location source_location ON ((stock_move.location_id = source_location.id))) + JOIN public.stock_location dest_location ON ((stock_move.location_dest_id = dest_location.id))) + JOIN public.product_product ON ((product_product.id = stock_move.product_id))) + JOIN public.product_template ON ((product_template.id = product_product.product_tmpl_id))) + WHERE ((quant.qty > (0)::double precision) AND ((stock_move.state)::text = 'done'::text) AND ((source_location.usage)::text = ANY ((ARRAY['internal'::character varying, 'transit'::character varying])::text[])) AND ((NOT ((dest_location.company_id IS NULL) AND (source_location.company_id IS NULL))) OR (dest_location.company_id <> source_location.company_id) OR ((dest_location.usage)::text <> ALL ((ARRAY['internal'::character varying, 'transit'::character varying])::text[]))))) foo + GROUP BY foo.move_id, foo.location_id, foo.company_id, foo.product_id, foo.product_categ_id, foo.date, foo.source, foo.product_template_id; + + +ALTER TABLE public.stock_history OWNER TO odoo; + +-- +-- Name: stock_immediate_transfer; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_immediate_transfer ( + id integer NOT NULL, + create_uid integer, + write_uid integer, + pick_id integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.stock_immediate_transfer OWNER TO odoo; + +-- +-- Name: TABLE stock_immediate_transfer; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_immediate_transfer IS 'Immediate Transfer'; + + +-- +-- Name: COLUMN stock_immediate_transfer.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_immediate_transfer.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_immediate_transfer.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_immediate_transfer.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_immediate_transfer.pick_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_immediate_transfer.pick_id IS 'Pick id'; + + +-- +-- Name: COLUMN stock_immediate_transfer.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_immediate_transfer.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_immediate_transfer.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_immediate_transfer.create_date IS 'Created on'; + + +-- +-- Name: stock_immediate_transfer_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_immediate_transfer_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_immediate_transfer_id_seq OWNER TO odoo; + +-- +-- Name: stock_immediate_transfer_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_immediate_transfer_id_seq OWNED BY public.stock_immediate_transfer.id; + + +-- +-- Name: stock_incoterms; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_incoterms ( + id integer NOT NULL, + create_uid integer, + code character varying(3) NOT NULL, + name character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone +); + + +ALTER TABLE public.stock_incoterms OWNER TO odoo; + +-- +-- Name: TABLE stock_incoterms; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_incoterms IS 'Incoterms'; + + +-- +-- Name: COLUMN stock_incoterms.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_incoterms.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.code IS 'Code'; + + +-- +-- Name: COLUMN stock_incoterms.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.name IS 'Name'; + + +-- +-- Name: COLUMN stock_incoterms.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_incoterms.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_incoterms.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.active IS 'Active'; + + +-- +-- Name: COLUMN stock_incoterms.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_incoterms.create_date IS 'Created on'; + + +-- +-- Name: stock_incoterms_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_incoterms_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_incoterms_id_seq OWNER TO odoo; + +-- +-- Name: stock_incoterms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_incoterms_id_seq OWNED BY public.stock_incoterms.id; + + +-- +-- Name: stock_inventory; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_inventory ( + id integer NOT NULL, + create_date timestamp without time zone, + exhausted boolean, + write_uid integer, + package_id integer, + lot_id integer, + partner_id integer, + create_uid integer, + location_id integer NOT NULL, + company_id integer NOT NULL, + state character varying, + write_date timestamp without time zone, + date timestamp without time zone NOT NULL, + product_id integer, + name character varying NOT NULL, + filter character varying NOT NULL, + category_id integer, + accounting_date date +); + + +ALTER TABLE public.stock_inventory OWNER TO odoo; + +-- +-- Name: TABLE stock_inventory; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_inventory IS 'Inventory'; + + +-- +-- Name: COLUMN stock_inventory.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_inventory.exhausted; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.exhausted IS 'Include Exhausted Products'; + + +-- +-- Name: COLUMN stock_inventory.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_inventory.package_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.package_id IS 'Inventoried Pack'; + + +-- +-- Name: COLUMN stock_inventory.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.lot_id IS 'Inventoried Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_inventory.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.partner_id IS 'Inventoried Owner'; + + +-- +-- Name: COLUMN stock_inventory.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_inventory.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.location_id IS 'Inventoried Location'; + + +-- +-- Name: COLUMN stock_inventory.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_inventory.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.state IS 'Status'; + + +-- +-- Name: COLUMN stock_inventory.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_inventory.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.date IS 'Inventory Date'; + + +-- +-- Name: COLUMN stock_inventory.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.product_id IS 'Inventoried Product'; + + +-- +-- Name: COLUMN stock_inventory.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.name IS 'Inventory Reference'; + + +-- +-- Name: COLUMN stock_inventory.filter; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.filter IS 'Inventory of'; + + +-- +-- Name: COLUMN stock_inventory.category_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.category_id IS 'Inventoried Category'; + + +-- +-- Name: COLUMN stock_inventory.accounting_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory.accounting_date IS 'Force Accounting Date'; + + +-- +-- Name: stock_inventory_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_inventory_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_inventory_id_seq OWNER TO odoo; + +-- +-- Name: stock_inventory_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_inventory_id_seq OWNED BY public.stock_inventory.id; + + +-- +-- Name: stock_inventory_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_inventory_line ( + id integer NOT NULL, + theoretical_qty numeric, + write_uid integer, + package_id integer, + product_qty numeric, + create_date timestamp without time zone, + product_code character varying, + partner_id integer, + create_uid integer, + location_name character varying, + location_id integer NOT NULL, + company_id integer, + product_name character varying, + prodlot_name character varying, + inventory_id integer, + write_date timestamp without time zone, + product_id integer NOT NULL, + product_uom_id integer NOT NULL, + prod_lot_id integer +); + + +ALTER TABLE public.stock_inventory_line OWNER TO odoo; + +-- +-- Name: TABLE stock_inventory_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_inventory_line IS 'Inventory Line'; + + +-- +-- Name: COLUMN stock_inventory_line.theoretical_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.theoretical_qty IS 'Theoretical Quantity'; + + +-- +-- Name: COLUMN stock_inventory_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_inventory_line.package_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.package_id IS 'Pack'; + + +-- +-- Name: COLUMN stock_inventory_line.product_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.product_qty IS 'Checked Quantity'; + + +-- +-- Name: COLUMN stock_inventory_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_inventory_line.product_code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.product_code IS 'Product Code'; + + +-- +-- Name: COLUMN stock_inventory_line.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.partner_id IS 'Owner'; + + +-- +-- Name: COLUMN stock_inventory_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_inventory_line.location_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.location_name IS 'Location Name'; + + +-- +-- Name: COLUMN stock_inventory_line.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.location_id IS 'Location'; + + +-- +-- Name: COLUMN stock_inventory_line.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_inventory_line.product_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.product_name IS 'Product Name'; + + +-- +-- Name: COLUMN stock_inventory_line.prodlot_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.prodlot_name IS 'Serial Number Name'; + + +-- +-- Name: COLUMN stock_inventory_line.inventory_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.inventory_id IS 'Inventory'; + + +-- +-- Name: COLUMN stock_inventory_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_inventory_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_inventory_line.product_uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.product_uom_id IS 'Product Unit of Measure'; + + +-- +-- Name: COLUMN stock_inventory_line.prod_lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_inventory_line.prod_lot_id IS 'Lot/Serial Number'; + + +-- +-- Name: stock_inventory_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_inventory_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_inventory_line_id_seq OWNER TO odoo; + +-- +-- Name: stock_inventory_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_inventory_line_id_seq OWNED BY public.stock_inventory_line.id; + + +-- +-- Name: stock_location_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_location_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_location_id_seq OWNER TO odoo; + +-- +-- Name: stock_location_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_location_id_seq OWNED BY public.stock_location.id; + + +-- +-- Name: stock_location_path; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location_path ( + id integer NOT NULL, + location_from_id integer NOT NULL, + create_uid integer, + route_sequence integer, + name character varying NOT NULL, + picking_type_id integer NOT NULL, + auto character varying NOT NULL, + sequence integer, + company_id integer, + warehouse_id integer, + delay integer, + route_id integer, + create_date timestamp without time zone, + location_dest_id integer NOT NULL, + write_date timestamp without time zone, + active boolean, + propagate boolean, + write_uid integer +); + + +ALTER TABLE public.stock_location_path OWNER TO odoo; + +-- +-- Name: TABLE stock_location_path; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location_path IS 'Pushed Flow'; + + +-- +-- Name: COLUMN stock_location_path.location_from_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.location_from_id IS 'Source Location'; + + +-- +-- Name: COLUMN stock_location_path.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_location_path.route_sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.route_sequence IS 'Route Sequence'; + + +-- +-- Name: COLUMN stock_location_path.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.name IS 'Operation Name'; + + +-- +-- Name: COLUMN stock_location_path.picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.picking_type_id IS 'Picking Type'; + + +-- +-- Name: COLUMN stock_location_path.auto; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.auto IS 'Automatic Move'; + + +-- +-- Name: COLUMN stock_location_path.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN stock_location_path.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_location_path.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN stock_location_path.delay; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.delay IS 'Delay (days)'; + + +-- +-- Name: COLUMN stock_location_path.route_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.route_id IS 'Route'; + + +-- +-- Name: COLUMN stock_location_path.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_location_path.location_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.location_dest_id IS 'Destination Location'; + + +-- +-- Name: COLUMN stock_location_path.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_location_path.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.active IS 'Active'; + + +-- +-- Name: COLUMN stock_location_path.propagate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.propagate IS 'Propagate cancel and split'; + + +-- +-- Name: COLUMN stock_location_path.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_path.write_uid IS 'Last Updated by'; + + +-- +-- Name: stock_location_path_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_location_path_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_location_path_id_seq OWNER TO odoo; + +-- +-- Name: stock_location_path_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_location_path_id_seq OWNED BY public.stock_location_path.id; + + +-- +-- Name: stock_location_product_dhis2; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location_product_dhis2 ( + id integer NOT NULL, + create_uid integer, + data bytea, + state character varying, + month integer, + from_date timestamp without time zone, + to_date timestamp without time zone, + write_date timestamp without time zone, + year character varying, + create_date timestamp without time zone, + write_uid integer, + data_fname character varying +); + + +ALTER TABLE public.stock_location_product_dhis2 OWNER TO odoo; + +-- +-- Name: TABLE stock_location_product_dhis2; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location_product_dhis2 IS 'DHIS2 Export product stock at location'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.data; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.data IS 'CSV file'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.state IS 'State'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.month; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.month IS 'Month'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.from_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.from_date IS 'From Date'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.to_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.to_date IS 'To Date'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.year; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.year IS 'Year'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_location_product_dhis2.data_fname; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_product_dhis2.data_fname IS 'File Name'; + + +-- +-- Name: stock_location_product_dhis2_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_location_product_dhis2_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_location_product_dhis2_id_seq OWNER TO odoo; + +-- +-- Name: stock_location_product_dhis2_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_location_product_dhis2_id_seq OWNED BY public.stock_location_product_dhis2.id; + + +-- +-- Name: stock_location_route; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location_route ( + id integer NOT NULL, + supplier_wh_id integer, + create_uid integer, + name character varying NOT NULL, + sequence integer, + warehouse_selectable boolean, + write_date timestamp without time zone, + company_id integer, + supplied_wh_id integer, + product_selectable boolean, + product_categ_selectable boolean, + active boolean, + create_date timestamp without time zone, + write_uid integer, + sale_selectable boolean +); + + +ALTER TABLE public.stock_location_route OWNER TO odoo; + +-- +-- Name: TABLE stock_location_route; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location_route IS 'Inventory Routes'; + + +-- +-- Name: COLUMN stock_location_route.supplier_wh_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.supplier_wh_id IS 'Supplying Warehouse'; + + +-- +-- Name: COLUMN stock_location_route.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_location_route.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.name IS 'Route Name'; + + +-- +-- Name: COLUMN stock_location_route.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN stock_location_route.warehouse_selectable; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.warehouse_selectable IS 'Applicable on Warehouse'; + + +-- +-- Name: COLUMN stock_location_route.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_location_route.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_location_route.supplied_wh_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.supplied_wh_id IS 'Supplied Warehouse'; + + +-- +-- Name: COLUMN stock_location_route.product_selectable; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.product_selectable IS 'Applicable on Product'; + + +-- +-- Name: COLUMN stock_location_route.product_categ_selectable; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.product_categ_selectable IS 'Applicable on Product Category'; + + +-- +-- Name: COLUMN stock_location_route.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.active IS 'Active'; + + +-- +-- Name: COLUMN stock_location_route.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_location_route.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_location_route.sale_selectable; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_location_route.sale_selectable IS 'Selectable on Sales Order Line'; + + +-- +-- Name: stock_location_route_categ; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location_route_categ ( + categ_id integer NOT NULL, + route_id integer NOT NULL +); + + +ALTER TABLE public.stock_location_route_categ OWNER TO odoo; + +-- +-- Name: TABLE stock_location_route_categ; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location_route_categ IS 'RELATION BETWEEN product_category AND stock_location_route'; + + +-- +-- Name: stock_location_route_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_location_route_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_location_route_id_seq OWNER TO odoo; + +-- +-- Name: stock_location_route_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_location_route_id_seq OWNED BY public.stock_location_route.id; + + +-- +-- Name: stock_location_route_move; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location_route_move ( + move_id integer NOT NULL, + route_id integer NOT NULL +); + + +ALTER TABLE public.stock_location_route_move OWNER TO odoo; + +-- +-- Name: TABLE stock_location_route_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location_route_move IS 'RELATION BETWEEN stock_move AND stock_location_route'; + + +-- +-- Name: stock_location_route_procurement; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_location_route_procurement ( + procurement_id integer NOT NULL, + route_id integer NOT NULL +); + + +ALTER TABLE public.stock_location_route_procurement OWNER TO odoo; + +-- +-- Name: TABLE stock_location_route_procurement; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_location_route_procurement IS 'RELATION BETWEEN procurement_order AND stock_location_route'; + + +-- +-- Name: stock_move_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_move_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_move_id_seq OWNER TO odoo; + +-- +-- Name: stock_move_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_move_id_seq OWNED BY public.stock_move.id; + + +-- +-- Name: stock_move_operation_link; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_move_operation_link ( + id integer NOT NULL, + reserved_quant_id integer, + create_uid integer, + qty double precision, + create_date timestamp without time zone, + write_date timestamp without time zone, + operation_id integer NOT NULL, + write_uid integer, + move_id integer NOT NULL +); + + +ALTER TABLE public.stock_move_operation_link OWNER TO odoo; + +-- +-- Name: TABLE stock_move_operation_link; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_move_operation_link IS 'Pack Operation / Moves Link'; + + +-- +-- Name: COLUMN stock_move_operation_link.reserved_quant_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.reserved_quant_id IS 'Reserved Quant'; + + +-- +-- Name: COLUMN stock_move_operation_link.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_move_operation_link.qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.qty IS 'Quantity'; + + +-- +-- Name: COLUMN stock_move_operation_link.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_move_operation_link.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_move_operation_link.operation_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.operation_id IS 'Operation'; + + +-- +-- Name: COLUMN stock_move_operation_link.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_move_operation_link.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_move_operation_link.move_id IS 'Move'; + + +-- +-- Name: stock_move_operation_link_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_move_operation_link_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_move_operation_link_id_seq OWNER TO odoo; + +-- +-- Name: stock_move_operation_link_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_move_operation_link_id_seq OWNED BY public.stock_move_operation_link.id; + + +-- +-- Name: stock_pack_operation; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_pack_operation ( + id integer NOT NULL, + create_date timestamp without time zone, + result_package_id integer, + write_uid integer, + package_id integer, + product_qty numeric NOT NULL, + location_id integer NOT NULL, + ordered_qty numeric, + qty_done numeric, + owner_id integer, + create_uid integer, + fresh_record boolean, + write_date timestamp without time zone, + date timestamp without time zone NOT NULL, + product_id integer, + product_uom_id integer, + location_dest_id integer NOT NULL, + picking_id integer NOT NULL, + picking_type character varying, + available_qty integer +); + + +ALTER TABLE public.stock_pack_operation OWNER TO odoo; + +-- +-- Name: TABLE stock_pack_operation; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_pack_operation IS 'Packing Operation'; + + +-- +-- Name: COLUMN stock_pack_operation.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_pack_operation.result_package_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.result_package_id IS 'Destination Package'; + + +-- +-- Name: COLUMN stock_pack_operation.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_pack_operation.package_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.package_id IS 'Source Package'; + + +-- +-- Name: COLUMN stock_pack_operation.product_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.product_qty IS 'To Do'; + + +-- +-- Name: COLUMN stock_pack_operation.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.location_id IS 'Source Location'; + + +-- +-- Name: COLUMN stock_pack_operation.ordered_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.ordered_qty IS 'Ordered Quantity'; + + +-- +-- Name: COLUMN stock_pack_operation.qty_done; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.qty_done IS 'Done'; + + +-- +-- Name: COLUMN stock_pack_operation.owner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.owner_id IS 'Owner'; + + +-- +-- Name: COLUMN stock_pack_operation.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_pack_operation.fresh_record; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.fresh_record IS 'Newly created pack operation'; + + +-- +-- Name: COLUMN stock_pack_operation.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_pack_operation.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.date IS 'Date'; + + +-- +-- Name: COLUMN stock_pack_operation.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_pack_operation.product_uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.product_uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN stock_pack_operation.location_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.location_dest_id IS 'Destination Location'; + + +-- +-- Name: COLUMN stock_pack_operation.picking_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.picking_id IS 'Stock Picking'; + + +-- +-- Name: COLUMN stock_pack_operation.picking_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.picking_type IS 'Operation Type'; + + +-- +-- Name: COLUMN stock_pack_operation.available_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation.available_qty IS 'Available Qty'; + + +-- +-- Name: stock_pack_operation_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_pack_operation_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_pack_operation_id_seq OWNER TO odoo; + +-- +-- Name: stock_pack_operation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_pack_operation_id_seq OWNED BY public.stock_pack_operation.id; + + +-- +-- Name: stock_pack_operation_lot; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_pack_operation_lot ( + id integer NOT NULL, + create_uid integer, + lot_name character varying, + qty_todo numeric, + qty numeric, + create_date timestamp without time zone, + write_date timestamp without time zone, + operation_id integer, + lot_id integer, + write_uid integer, + available_qty integer, + sale_price numeric, + mrp numeric, + expiry_date date, + move_id integer, + cost_price numeric, + CONSTRAINT stock_pack_operation_lot_qty CHECK ((qty >= 0.0)) +); + + +ALTER TABLE public.stock_pack_operation_lot OWNER TO odoo; + +-- +-- Name: TABLE stock_pack_operation_lot; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_pack_operation_lot IS 'Lot/Serial number for pack ops'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.lot_name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.lot_name IS 'Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.qty_todo; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.qty_todo IS 'To Do'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.qty IS 'Done'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.operation_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.operation_id IS 'Operation id'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.lot_id IS 'Lot/Serial Number'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.available_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.available_qty IS 'Available Qty'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.sale_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.sale_price IS 'Sale Price'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.mrp; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.mrp IS 'MRP'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.expiry_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.expiry_date IS 'Expiry Date'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.move_id IS 'Stock Move'; + + +-- +-- Name: COLUMN stock_pack_operation_lot.cost_price; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_pack_operation_lot.cost_price IS 'Cost Price'; + + +-- +-- Name: stock_pack_operation_lot_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_pack_operation_lot_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_pack_operation_lot_id_seq OWNER TO odoo; + +-- +-- Name: stock_pack_operation_lot_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_pack_operation_lot_id_seq OWNED BY public.stock_pack_operation_lot.id; + + +-- +-- Name: stock_picking; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_picking ( + id integer NOT NULL, + origin character varying, + date_done timestamp without time zone, + write_uid integer, + recompute_pack_op boolean, + launch_pack_operations boolean, + location_id integer NOT NULL, + priority character varying, + picking_type_id integer NOT NULL, + partner_id integer, + move_type character varying NOT NULL, + message_last_post timestamp without time zone, + company_id integer NOT NULL, + note text, + state character varying, + owner_id integer, + backorder_id integer, + create_uid integer, + min_date timestamp without time zone, + printed boolean, + write_date timestamp without time zone, + date timestamp without time zone, + group_id integer, + name character varying, + create_date timestamp without time zone, + location_dest_id integer NOT NULL, + max_date timestamp without time zone +); + + +ALTER TABLE public.stock_picking OWNER TO odoo; + +-- +-- Name: TABLE stock_picking; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_picking IS 'Transfer'; + + +-- +-- Name: COLUMN stock_picking.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.origin IS 'Source Document'; + + +-- +-- Name: COLUMN stock_picking.date_done; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.date_done IS 'Date of Transfer'; + + +-- +-- Name: COLUMN stock_picking.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_picking.recompute_pack_op; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.recompute_pack_op IS 'Recompute pack operation?'; + + +-- +-- Name: COLUMN stock_picking.launch_pack_operations; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.launch_pack_operations IS 'Launch Pack Operations'; + + +-- +-- Name: COLUMN stock_picking.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.location_id IS 'Source Location Zone'; + + +-- +-- Name: COLUMN stock_picking.priority; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.priority IS 'Priority'; + + +-- +-- Name: COLUMN stock_picking.picking_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.picking_type_id IS 'Picking Type'; + + +-- +-- Name: COLUMN stock_picking.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.partner_id IS 'Partner'; + + +-- +-- Name: COLUMN stock_picking.move_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.move_type IS 'Delivery Type'; + + +-- +-- Name: COLUMN stock_picking.message_last_post; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.message_last_post IS 'Last Message Date'; + + +-- +-- Name: COLUMN stock_picking.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_picking.note; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.note IS 'Notes'; + + +-- +-- Name: COLUMN stock_picking.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.state IS 'Status'; + + +-- +-- Name: COLUMN stock_picking.owner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.owner_id IS 'Owner'; + + +-- +-- Name: COLUMN stock_picking.backorder_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.backorder_id IS 'Back Order of'; + + +-- +-- Name: COLUMN stock_picking.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_picking.min_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.min_date IS 'Scheduled Date'; + + +-- +-- Name: COLUMN stock_picking.printed; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.printed IS 'Printed'; + + +-- +-- Name: COLUMN stock_picking.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_picking.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.date IS 'Creation Date'; + + +-- +-- Name: COLUMN stock_picking.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.group_id IS 'Procurement Group'; + + +-- +-- Name: COLUMN stock_picking.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.name IS 'Reference'; + + +-- +-- Name: COLUMN stock_picking.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_picking.location_dest_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.location_dest_id IS 'Destination Location Zone'; + + +-- +-- Name: COLUMN stock_picking.max_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_picking.max_date IS 'Max. Expected Date'; + + +-- +-- Name: stock_picking_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_picking_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_picking_id_seq OWNER TO odoo; + +-- +-- Name: stock_picking_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_picking_id_seq OWNED BY public.stock_picking.id; + + +-- +-- Name: stock_picking_type_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_picking_type_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_picking_type_id_seq OWNER TO odoo; + +-- +-- Name: stock_picking_type_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_picking_type_id_seq OWNED BY public.stock_picking_type.id; + + +-- +-- Name: stock_production_lot_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_production_lot_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_production_lot_id_seq OWNER TO odoo; + +-- +-- Name: stock_production_lot_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_production_lot_id_seq OWNED BY public.stock_production_lot.id; + + +-- +-- Name: stock_quant_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_quant_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_quant_id_seq OWNER TO odoo; + +-- +-- Name: stock_quant_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_quant_id_seq OWNED BY public.stock_quant.id; + + +-- +-- Name: stock_quant_package; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_quant_package ( + id integer NOT NULL, + parent_left integer, + parent_right integer, + create_uid integer, + name character varying, + parent_id integer, + write_date timestamp without time zone, + packaging_id integer, + create_date timestamp without time zone, + write_uid integer +); + + +ALTER TABLE public.stock_quant_package OWNER TO odoo; + +-- +-- Name: TABLE stock_quant_package; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_quant_package IS 'Physical Packages'; + + +-- +-- Name: COLUMN stock_quant_package.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_quant_package.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.name IS 'Package Reference'; + + +-- +-- Name: COLUMN stock_quant_package.parent_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.parent_id IS 'Parent Package'; + + +-- +-- Name: COLUMN stock_quant_package.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_quant_package.packaging_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.packaging_id IS 'Package Type'; + + +-- +-- Name: COLUMN stock_quant_package.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_quant_package.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_quant_package.write_uid IS 'Last Updated by'; + + +-- +-- Name: stock_quant_package_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_quant_package_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_quant_package_id_seq OWNER TO odoo; + +-- +-- Name: stock_quant_package_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_quant_package_id_seq OWNED BY public.stock_quant_package.id; + + +-- +-- Name: stock_return_picking; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_return_picking ( + id integer NOT NULL, + move_dest_exists boolean, + original_location_id integer, + create_uid integer, + parent_location_id integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + location_id integer +); + + +ALTER TABLE public.stock_return_picking OWNER TO odoo; + +-- +-- Name: TABLE stock_return_picking; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_return_picking IS 'Return Picking'; + + +-- +-- Name: COLUMN stock_return_picking.move_dest_exists; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.move_dest_exists IS 'Chained Move Exists'; + + +-- +-- Name: COLUMN stock_return_picking.original_location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.original_location_id IS 'Original location id'; + + +-- +-- Name: COLUMN stock_return_picking.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_return_picking.parent_location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.parent_location_id IS 'Parent location id'; + + +-- +-- Name: COLUMN stock_return_picking.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_return_picking.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_return_picking.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_return_picking.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking.location_id IS 'Return Location'; + + +-- +-- Name: stock_return_picking_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_return_picking_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_return_picking_id_seq OWNER TO odoo; + +-- +-- Name: stock_return_picking_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_return_picking_id_seq OWNED BY public.stock_return_picking.id; + + +-- +-- Name: stock_return_picking_line; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_return_picking_line ( + id integer NOT NULL, + create_uid integer, + product_id integer NOT NULL, + wizard_id integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone, + move_id integer, + quantity numeric NOT NULL, + to_refund_so boolean +); + + +ALTER TABLE public.stock_return_picking_line OWNER TO odoo; + +-- +-- Name: TABLE stock_return_picking_line; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_return_picking_line IS 'stock.return.picking.line'; + + +-- +-- Name: COLUMN stock_return_picking_line.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_return_picking_line.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_return_picking_line.wizard_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.wizard_id IS 'Wizard'; + + +-- +-- Name: COLUMN stock_return_picking_line.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_return_picking_line.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_return_picking_line.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_return_picking_line.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.move_id IS 'Move'; + + +-- +-- Name: COLUMN stock_return_picking_line.quantity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.quantity IS 'Quantity'; + + +-- +-- Name: COLUMN stock_return_picking_line.to_refund_so; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_return_picking_line.to_refund_so IS 'To Refund'; + + +-- +-- Name: stock_return_picking_line_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_return_picking_line_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_return_picking_line_id_seq OWNER TO odoo; + +-- +-- Name: stock_return_picking_line_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_return_picking_line_id_seq OWNED BY public.stock_return_picking_line.id; + + +-- +-- Name: stock_route_product; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_route_product ( + product_id integer NOT NULL, + route_id integer NOT NULL +); + + +ALTER TABLE public.stock_route_product OWNER TO odoo; + +-- +-- Name: TABLE stock_route_product; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_route_product IS 'RELATION BETWEEN product_template AND stock_location_route'; + + +-- +-- Name: stock_route_warehouse; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_route_warehouse ( + route_id integer NOT NULL, + warehouse_id integer NOT NULL +); + + +ALTER TABLE public.stock_route_warehouse OWNER TO odoo; + +-- +-- Name: TABLE stock_route_warehouse; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_route_warehouse IS 'RELATION BETWEEN stock_location_route AND stock_warehouse'; + + +-- +-- Name: stock_scrap; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_scrap ( + id integer NOT NULL, + origin character varying, + create_date timestamp without time zone, + write_uid integer, + package_id integer, + scrap_qty double precision NOT NULL, + lot_id integer, + location_id integer NOT NULL, + create_uid integer, + scrap_location_id integer, + state character varying, + owner_id integer, + date_expected timestamp without time zone, + write_date timestamp without time zone, + move_id integer, + product_id integer NOT NULL, + name character varying NOT NULL, + product_uom_id integer NOT NULL, + picking_id integer +); + + +ALTER TABLE public.stock_scrap OWNER TO odoo; + +-- +-- Name: TABLE stock_scrap; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_scrap IS 'stock.scrap'; + + +-- +-- Name: COLUMN stock_scrap.origin; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.origin IS 'Source Document'; + + +-- +-- Name: COLUMN stock_scrap.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_scrap.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_scrap.package_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.package_id IS 'Package'; + + +-- +-- Name: COLUMN stock_scrap.scrap_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.scrap_qty IS 'Quantity'; + + +-- +-- Name: COLUMN stock_scrap.lot_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.lot_id IS 'Lot'; + + +-- +-- Name: COLUMN stock_scrap.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.location_id IS 'Location'; + + +-- +-- Name: COLUMN stock_scrap.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_scrap.scrap_location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.scrap_location_id IS 'Scrap Location'; + + +-- +-- Name: COLUMN stock_scrap.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.state IS 'Status'; + + +-- +-- Name: COLUMN stock_scrap.owner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.owner_id IS 'Owner'; + + +-- +-- Name: COLUMN stock_scrap.date_expected; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.date_expected IS 'Expected Date'; + + +-- +-- Name: COLUMN stock_scrap.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_scrap.move_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.move_id IS 'Scrap Move'; + + +-- +-- Name: COLUMN stock_scrap.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.product_id IS 'Product'; + + +-- +-- Name: COLUMN stock_scrap.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.name IS 'Reference'; + + +-- +-- Name: COLUMN stock_scrap.product_uom_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.product_uom_id IS 'Unit of Measure'; + + +-- +-- Name: COLUMN stock_scrap.picking_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_scrap.picking_id IS 'Picking'; + + +-- +-- Name: stock_scrap_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_scrap_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_scrap_id_seq OWNER TO odoo; + +-- +-- Name: stock_scrap_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_scrap_id_seq OWNED BY public.stock_scrap.id; + + +-- +-- Name: stock_warehouse; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_warehouse ( + id integer NOT NULL, + code character varying(5) NOT NULL, + create_date timestamp without time zone, + lot_stock_id integer NOT NULL, + wh_pack_stock_loc_id integer, + reception_route_id integer, + pick_type_id integer, + crossdock_route_id integer, + partner_id integer, + create_uid integer, + delivery_route_id integer, + wh_input_stock_loc_id integer, + company_id integer NOT NULL, + reception_steps character varying NOT NULL, + delivery_steps character varying NOT NULL, + view_location_id integer NOT NULL, + wh_qc_stock_loc_id integer, + default_resupply_wh_id integer, + pack_type_id integer, + wh_output_stock_loc_id integer, + write_uid integer, + write_date timestamp without time zone, + active boolean, + mto_pull_id integer, + name character varying NOT NULL, + in_type_id integer, + out_type_id integer, + int_type_id integer, + buy_pull_id integer, + buy_to_resupply boolean +); + + +ALTER TABLE public.stock_warehouse OWNER TO odoo; + +-- +-- Name: TABLE stock_warehouse; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_warehouse IS 'Warehouse'; + + +-- +-- Name: COLUMN stock_warehouse.code; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.code IS 'Short Name'; + + +-- +-- Name: COLUMN stock_warehouse.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_warehouse.lot_stock_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.lot_stock_id IS 'Location Stock'; + + +-- +-- Name: COLUMN stock_warehouse.wh_pack_stock_loc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.wh_pack_stock_loc_id IS 'Packing Location'; + + +-- +-- Name: COLUMN stock_warehouse.reception_route_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.reception_route_id IS 'Receipt Route'; + + +-- +-- Name: COLUMN stock_warehouse.pick_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.pick_type_id IS 'Pick Type'; + + +-- +-- Name: COLUMN stock_warehouse.crossdock_route_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.crossdock_route_id IS 'Crossdock Route'; + + +-- +-- Name: COLUMN stock_warehouse.partner_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.partner_id IS 'Address'; + + +-- +-- Name: COLUMN stock_warehouse.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_warehouse.delivery_route_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.delivery_route_id IS 'Delivery Route'; + + +-- +-- Name: COLUMN stock_warehouse.wh_input_stock_loc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.wh_input_stock_loc_id IS 'Input Location'; + + +-- +-- Name: COLUMN stock_warehouse.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_warehouse.reception_steps; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.reception_steps IS 'Incoming Shipments'; + + +-- +-- Name: COLUMN stock_warehouse.delivery_steps; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.delivery_steps IS 'Outgoing Shippings'; + + +-- +-- Name: COLUMN stock_warehouse.view_location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.view_location_id IS 'View Location'; + + +-- +-- Name: COLUMN stock_warehouse.wh_qc_stock_loc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.wh_qc_stock_loc_id IS 'Quality Control Location'; + + +-- +-- Name: COLUMN stock_warehouse.default_resupply_wh_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.default_resupply_wh_id IS 'Default Resupply Warehouse'; + + +-- +-- Name: COLUMN stock_warehouse.pack_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.pack_type_id IS 'Pack Type'; + + +-- +-- Name: COLUMN stock_warehouse.wh_output_stock_loc_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.wh_output_stock_loc_id IS 'Output Location'; + + +-- +-- Name: COLUMN stock_warehouse.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_warehouse.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_warehouse.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.active IS 'Active'; + + +-- +-- Name: COLUMN stock_warehouse.mto_pull_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.mto_pull_id IS 'MTO rule'; + + +-- +-- Name: COLUMN stock_warehouse.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.name IS 'Warehouse Name'; + + +-- +-- Name: COLUMN stock_warehouse.in_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.in_type_id IS 'In Type'; + + +-- +-- Name: COLUMN stock_warehouse.out_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.out_type_id IS 'Out Type'; + + +-- +-- Name: COLUMN stock_warehouse.int_type_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.int_type_id IS 'Internal Type'; + + +-- +-- Name: COLUMN stock_warehouse.buy_pull_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.buy_pull_id IS 'Buy rule'; + + +-- +-- Name: COLUMN stock_warehouse.buy_to_resupply; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse.buy_to_resupply IS 'Purchase to resupply this warehouse'; + + +-- +-- Name: stock_warehouse_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_warehouse_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_warehouse_id_seq OWNER TO odoo; + +-- +-- Name: stock_warehouse_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_warehouse_id_seq OWNED BY public.stock_warehouse.id; + + +-- +-- Name: stock_warehouse_orderpoint; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_warehouse_orderpoint ( + id integer NOT NULL, + product_max_qty numeric NOT NULL, + create_uid integer, + qty_multiple numeric NOT NULL, + name character varying NOT NULL, + write_uid integer, + warehouse_id integer NOT NULL, + company_id integer NOT NULL, + lead_days integer, + lead_type character varying NOT NULL, + product_min_qty numeric NOT NULL, + write_date timestamp without time zone, + active boolean, + create_date timestamp without time zone, + group_id integer, + location_id integer NOT NULL, + product_id integer NOT NULL, + CONSTRAINT stock_warehouse_orderpoint_qty_multiple_check CHECK ((qty_multiple >= (0)::numeric)) +); + + +ALTER TABLE public.stock_warehouse_orderpoint OWNER TO odoo; + +-- +-- Name: TABLE stock_warehouse_orderpoint; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_warehouse_orderpoint IS 'Minimum Inventory Rule'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.product_max_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.product_max_qty IS 'Maximum Quantity'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.qty_multiple; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.qty_multiple IS 'Qty Multiple'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.name IS 'Name'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.warehouse_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.warehouse_id IS 'Warehouse'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.company_id IS 'Company'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.lead_days; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.lead_days IS 'Lead Time'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.lead_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.lead_type IS 'Lead Type'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.product_min_qty; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.product_min_qty IS 'Minimum Quantity'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.active IS 'Active'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.create_date IS 'Created on'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.group_id IS 'Procurement Group'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.location_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.location_id IS 'Location'; + + +-- +-- Name: COLUMN stock_warehouse_orderpoint.product_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.stock_warehouse_orderpoint.product_id IS 'Product'; + + +-- +-- Name: stock_warehouse_orderpoint_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.stock_warehouse_orderpoint_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.stock_warehouse_orderpoint_id_seq OWNER TO odoo; + +-- +-- Name: stock_warehouse_orderpoint_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.stock_warehouse_orderpoint_id_seq OWNED BY public.stock_warehouse_orderpoint.id; + + +-- +-- Name: stock_wh_resupply_table; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.stock_wh_resupply_table ( + supplied_wh_id integer NOT NULL, + supplier_wh_id integer NOT NULL +); + + +ALTER TABLE public.stock_wh_resupply_table OWNER TO odoo; + +-- +-- Name: TABLE stock_wh_resupply_table; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.stock_wh_resupply_table IS 'RELATION BETWEEN stock_warehouse AND stock_warehouse'; + + +-- +-- Name: syncable_units; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.syncable_units ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.syncable_units OWNER TO odoo; + +-- +-- Name: TABLE syncable_units; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.syncable_units IS 'Units allowed to Sync as it is'; + + +-- +-- Name: COLUMN syncable_units.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.syncable_units.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN syncable_units.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.syncable_units.create_date IS 'Created on'; + + +-- +-- Name: COLUMN syncable_units.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.syncable_units.name IS 'Unit Name'; + + +-- +-- Name: COLUMN syncable_units.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.syncable_units.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN syncable_units.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.syncable_units.write_date IS 'Last Updated on'; + + +-- +-- Name: syncable_units_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.syncable_units_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.syncable_units_id_seq OWNER TO odoo; + +-- +-- Name: syncable_units_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.syncable_units_id_seq OWNED BY public.syncable_units.id; + + +-- +-- Name: tax_adjustments_wizard; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.tax_adjustments_wizard ( + id integer NOT NULL, + create_uid integer, + reason character varying NOT NULL, + credit_account_id integer NOT NULL, + journal_id integer NOT NULL, + write_uid integer, + company_currency_id integer, + amount numeric NOT NULL, + write_date timestamp without time zone, + date date NOT NULL, + create_date timestamp without time zone, + debit_account_id integer NOT NULL, + tax_id integer NOT NULL +); + + +ALTER TABLE public.tax_adjustments_wizard OWNER TO odoo; + +-- +-- Name: TABLE tax_adjustments_wizard; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.tax_adjustments_wizard IS 'Wizard for Tax Adjustments'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.reason; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.reason IS 'Justification'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.credit_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.credit_account_id IS 'Credit account'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.journal_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.journal_id IS 'Journal'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.company_currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.company_currency_id IS 'Company currency id'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.amount; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.amount IS 'Amount'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.date IS 'Date'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.create_date IS 'Created on'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.debit_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.debit_account_id IS 'Debit account'; + + +-- +-- Name: COLUMN tax_adjustments_wizard.tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.tax_adjustments_wizard.tax_id IS 'Adjustment Tax'; + + +-- +-- Name: tax_adjustments_wizard_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.tax_adjustments_wizard_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.tax_adjustments_wizard_id_seq OWNER TO odoo; + +-- +-- Name: tax_adjustments_wizard_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.tax_adjustments_wizard_id_seq OWNED BY public.tax_adjustments_wizard.id; + + +-- +-- Name: validate_account_move; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.validate_account_move ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.validate_account_move OWNER TO odoo; + +-- +-- Name: TABLE validate_account_move; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.validate_account_move IS 'Validate Account Move'; + + +-- +-- Name: COLUMN validate_account_move.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.validate_account_move.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN validate_account_move.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.validate_account_move.create_date IS 'Created on'; + + +-- +-- Name: COLUMN validate_account_move.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.validate_account_move.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN validate_account_move.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.validate_account_move.write_date IS 'Last Updated on'; + + +-- +-- Name: validate_account_move_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.validate_account_move_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.validate_account_move_id_seq OWNER TO odoo; + +-- +-- Name: validate_account_move_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.validate_account_move_id_seq OWNED BY public.validate_account_move.id; + + +-- +-- Name: village_village; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.village_village ( + id integer NOT NULL, + create_uid integer, + name character varying, + country_id integer, + district_id integer, + write_uid integer, + tehsil_id integer, + write_date timestamp without time zone, + state_id integer, + create_date timestamp without time zone +); + + +ALTER TABLE public.village_village OWNER TO odoo; + +-- +-- Name: TABLE village_village; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.village_village IS 'village.village'; + + +-- +-- Name: COLUMN village_village.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN village_village.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.name IS 'Name'; + + +-- +-- Name: COLUMN village_village.country_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.country_id IS 'Country'; + + +-- +-- Name: COLUMN village_village.district_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.district_id IS 'District'; + + +-- +-- Name: COLUMN village_village.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN village_village.tehsil_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.tehsil_id IS 'Tehsil'; + + +-- +-- Name: COLUMN village_village.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN village_village.state_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.state_id IS 'State'; + + +-- +-- Name: COLUMN village_village.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.village_village.create_date IS 'Created on'; + + +-- +-- Name: village_village_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.village_village_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.village_village_id_seq OWNER TO odoo; + +-- +-- Name: village_village_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.village_village_id_seq OWNED BY public.village_village.id; + + +-- +-- Name: web_editor_converter_test; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.web_editor_converter_test ( + id integer NOT NULL, + "binary" bytea, + selection integer, + create_uid integer, + text text, + "float" double precision, + "numeric" numeric, + datetime timestamp without time zone, + "char" character varying, + create_date timestamp without time zone, + html text, + selection_str character varying, + write_date timestamp without time zone, + many2one integer, + date date, + "integer" integer, + write_uid integer +); + + +ALTER TABLE public.web_editor_converter_test OWNER TO odoo; + +-- +-- Name: TABLE web_editor_converter_test; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.web_editor_converter_test IS 'web_editor.converter.test'; + + +-- +-- Name: COLUMN web_editor_converter_test."binary"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test."binary" IS 'Binary'; + + +-- +-- Name: COLUMN web_editor_converter_test.selection; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.selection IS 'Selection'; + + +-- +-- Name: COLUMN web_editor_converter_test.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN web_editor_converter_test.text; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.text IS 'Text'; + + +-- +-- Name: COLUMN web_editor_converter_test."float"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test."float" IS 'Float'; + + +-- +-- Name: COLUMN web_editor_converter_test."numeric"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test."numeric" IS 'Numeric'; + + +-- +-- Name: COLUMN web_editor_converter_test.datetime; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.datetime IS 'Datetime'; + + +-- +-- Name: COLUMN web_editor_converter_test."char"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test."char" IS 'Char'; + + +-- +-- Name: COLUMN web_editor_converter_test.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.create_date IS 'Created on'; + + +-- +-- Name: COLUMN web_editor_converter_test.html; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.html IS 'Html'; + + +-- +-- Name: COLUMN web_editor_converter_test.selection_str; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.selection_str IS 'Lorsqu''un pancake prend l''avion à destination de Toronto et qu''il fait une escale technique à St Claude, on dit:'; + + +-- +-- Name: COLUMN web_editor_converter_test.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN web_editor_converter_test.many2one; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.many2one IS 'Many2one'; + + +-- +-- Name: COLUMN web_editor_converter_test.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.date IS 'Date'; + + +-- +-- Name: COLUMN web_editor_converter_test."integer"; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test."integer" IS 'Integer'; + + +-- +-- Name: COLUMN web_editor_converter_test.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test.write_uid IS 'Last Updated by'; + + +-- +-- Name: web_editor_converter_test_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.web_editor_converter_test_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.web_editor_converter_test_id_seq OWNER TO odoo; + +-- +-- Name: web_editor_converter_test_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.web_editor_converter_test_id_seq OWNED BY public.web_editor_converter_test.id; + + +-- +-- Name: web_editor_converter_test_sub; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.web_editor_converter_test_sub ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.web_editor_converter_test_sub OWNER TO odoo; + +-- +-- Name: TABLE web_editor_converter_test_sub; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.web_editor_converter_test_sub IS 'web_editor.converter.test.sub'; + + +-- +-- Name: COLUMN web_editor_converter_test_sub.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test_sub.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN web_editor_converter_test_sub.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test_sub.create_date IS 'Created on'; + + +-- +-- Name: COLUMN web_editor_converter_test_sub.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test_sub.name IS 'Name'; + + +-- +-- Name: COLUMN web_editor_converter_test_sub.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test_sub.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN web_editor_converter_test_sub.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_editor_converter_test_sub.write_date IS 'Last Updated on'; + + +-- +-- Name: web_editor_converter_test_sub_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.web_editor_converter_test_sub_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.web_editor_converter_test_sub_id_seq OWNER TO odoo; + +-- +-- Name: web_editor_converter_test_sub_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.web_editor_converter_test_sub_id_seq OWNED BY public.web_editor_converter_test_sub.id; + + +-- +-- Name: web_planner; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.web_planner ( + id integer NOT NULL, + menu_id integer NOT NULL, + create_uid integer, + name character varying NOT NULL, + planner_application character varying NOT NULL, + view_id integer NOT NULL, + write_uid integer, + create_date timestamp without time zone, + write_date timestamp without time zone, + active boolean, + tooltip_planner text +); + + +ALTER TABLE public.web_planner OWNER TO odoo; + +-- +-- Name: TABLE web_planner; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.web_planner IS 'Planner'; + + +-- +-- Name: COLUMN web_planner.menu_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.menu_id IS 'Menu'; + + +-- +-- Name: COLUMN web_planner.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN web_planner.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.name IS 'Name'; + + +-- +-- Name: COLUMN web_planner.planner_application; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.planner_application IS 'Planner Application'; + + +-- +-- Name: COLUMN web_planner.view_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.view_id IS 'Template'; + + +-- +-- Name: COLUMN web_planner.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN web_planner.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.create_date IS 'Created on'; + + +-- +-- Name: COLUMN web_planner.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN web_planner.active; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.active IS 'Active'; + + +-- +-- Name: COLUMN web_planner.tooltip_planner; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_planner.tooltip_planner IS 'Planner Tooltips'; + + +-- +-- Name: web_planner_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.web_planner_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.web_planner_id_seq OWNER TO odoo; + +-- +-- Name: web_planner_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.web_planner_id_seq OWNED BY public.web_planner.id; + + +-- +-- Name: web_tour_tour; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.web_tour_tour ( + id integer NOT NULL, + user_id integer, + name character varying NOT NULL +); + + +ALTER TABLE public.web_tour_tour OWNER TO odoo; + +-- +-- Name: TABLE web_tour_tour; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.web_tour_tour IS 'Tours'; + + +-- +-- Name: COLUMN web_tour_tour.user_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_tour_tour.user_id IS 'Consumed by'; + + +-- +-- Name: COLUMN web_tour_tour.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.web_tour_tour.name IS 'Tour name'; + + +-- +-- Name: web_tour_tour_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.web_tour_tour_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.web_tour_tour_id_seq OWNER TO odoo; + +-- +-- Name: web_tour_tour_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.web_tour_tour_id_seq OWNED BY public.web_tour_tour.id; + + +-- +-- Name: wizard_ir_model_menu_create; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wizard_ir_model_menu_create ( + id integer NOT NULL, + menu_id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + name character varying NOT NULL, + write_uid integer, + write_date timestamp without time zone +); + + +ALTER TABLE public.wizard_ir_model_menu_create OWNER TO odoo; + +-- +-- Name: TABLE wizard_ir_model_menu_create; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wizard_ir_model_menu_create IS 'wizard.ir.model.menu.create'; + + +-- +-- Name: COLUMN wizard_ir_model_menu_create.menu_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_ir_model_menu_create.menu_id IS 'Parent Menu'; + + +-- +-- Name: COLUMN wizard_ir_model_menu_create.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_ir_model_menu_create.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN wizard_ir_model_menu_create.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_ir_model_menu_create.create_date IS 'Created on'; + + +-- +-- Name: COLUMN wizard_ir_model_menu_create.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_ir_model_menu_create.name IS 'Menu Name'; + + +-- +-- Name: COLUMN wizard_ir_model_menu_create.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_ir_model_menu_create.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN wizard_ir_model_menu_create.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_ir_model_menu_create.write_date IS 'Last Updated on'; + + +-- +-- Name: wizard_ir_model_menu_create_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wizard_ir_model_menu_create_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wizard_ir_model_menu_create_id_seq OWNER TO odoo; + +-- +-- Name: wizard_ir_model_menu_create_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wizard_ir_model_menu_create_id_seq OWNED BY public.wizard_ir_model_menu_create.id; + + +-- +-- Name: wizard_multi_charts_accounts; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wizard_multi_charts_accounts ( + id integer NOT NULL, + bank_account_code_prefix character varying, + cash_account_code_prefix character varying, + create_date timestamp without time zone, + write_uid integer, + currency_id integer NOT NULL, + only_one_chart_template boolean, + create_uid integer, + complete_tax_set boolean, + transfer_account_id integer NOT NULL, + company_id integer NOT NULL, + purchase_tax_rate double precision, + write_date timestamp without time zone, + sale_tax_rate double precision, + code_digits integer NOT NULL, + chart_template_id integer NOT NULL, + sale_tax_id integer, + purchase_tax_id integer +); + + +ALTER TABLE public.wizard_multi_charts_accounts OWNER TO odoo; + +-- +-- Name: TABLE wizard_multi_charts_accounts; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wizard_multi_charts_accounts IS 'wizard.multi.charts.accounts'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.bank_account_code_prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.bank_account_code_prefix IS 'Bank Accounts Prefix'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.cash_account_code_prefix; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.cash_account_code_prefix IS 'Cash Accounts Prefix'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.create_date IS 'Created on'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.currency_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.currency_id IS 'Currency'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.only_one_chart_template; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.only_one_chart_template IS 'Only One Chart Template Available'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.complete_tax_set; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.complete_tax_set IS 'Complete Set of Taxes'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.transfer_account_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.transfer_account_id IS 'Transfer Account'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.company_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.company_id IS 'Company'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.purchase_tax_rate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.purchase_tax_rate IS 'Purchase Tax(%)'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.sale_tax_rate; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.sale_tax_rate IS 'Sales Tax(%)'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.code_digits; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.code_digits IS '# of Digits'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.chart_template_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.chart_template_id IS 'Chart Template'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.sale_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.sale_tax_id IS 'Default Sales Tax'; + + +-- +-- Name: COLUMN wizard_multi_charts_accounts.purchase_tax_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_multi_charts_accounts.purchase_tax_id IS 'Default Purchase Tax'; + + +-- +-- Name: wizard_multi_charts_accounts_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wizard_multi_charts_accounts_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wizard_multi_charts_accounts_id_seq OWNER TO odoo; + +-- +-- Name: wizard_multi_charts_accounts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wizard_multi_charts_accounts_id_seq OWNED BY public.wizard_multi_charts_accounts.id; + + +-- +-- Name: wizard_valuation_history; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wizard_valuation_history ( + id integer NOT NULL, + create_uid integer, + create_date timestamp without time zone, + write_uid integer, + write_date timestamp without time zone, + date timestamp without time zone NOT NULL, + choose_date boolean +); + + +ALTER TABLE public.wizard_valuation_history OWNER TO odoo; + +-- +-- Name: TABLE wizard_valuation_history; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wizard_valuation_history IS 'Wizard that opens the stock valuation history table'; + + +-- +-- Name: COLUMN wizard_valuation_history.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_valuation_history.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN wizard_valuation_history.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_valuation_history.create_date IS 'Created on'; + + +-- +-- Name: COLUMN wizard_valuation_history.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_valuation_history.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN wizard_valuation_history.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_valuation_history.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN wizard_valuation_history.date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_valuation_history.date IS 'Date'; + + +-- +-- Name: COLUMN wizard_valuation_history.choose_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wizard_valuation_history.choose_date IS 'Inventory at Date'; + + +-- +-- Name: wizard_valuation_history_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wizard_valuation_history_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wizard_valuation_history_id_seq OWNER TO odoo; + +-- +-- Name: wizard_valuation_history_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wizard_valuation_history_id_seq OWNED BY public.wizard_valuation_history.id; + + +-- +-- Name: wkf; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf ( + id integer NOT NULL, + name character varying NOT NULL, + osv character varying NOT NULL, + on_create boolean DEFAULT false, + create_uid integer, + write_uid integer, + write_date timestamp without time zone, + create_date timestamp without time zone +); + + +ALTER TABLE public.wkf OWNER TO odoo; + +-- +-- Name: COLUMN wkf.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN wkf.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN wkf.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN wkf.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf.create_date IS 'Created on'; + + +-- +-- Name: wkf_activity; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf_activity ( + id integer NOT NULL, + create_uid integer, + kind character varying NOT NULL, + name character varying NOT NULL, + join_mode character varying NOT NULL, + write_uid integer, + flow_stop boolean, + subflow_id integer, + split_mode character varying NOT NULL, + write_date timestamp without time zone, + action text, + create_date timestamp without time zone, + signal_send character varying, + action_id integer, + wkf_id integer NOT NULL, + flow_start boolean +); + + +ALTER TABLE public.wkf_activity OWNER TO odoo; + +-- +-- Name: TABLE wkf_activity; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wkf_activity IS 'workflow.activity'; + + +-- +-- Name: COLUMN wkf_activity.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN wkf_activity.kind; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.kind IS 'Kind'; + + +-- +-- Name: COLUMN wkf_activity.name; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.name IS 'Name'; + + +-- +-- Name: COLUMN wkf_activity.join_mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.join_mode IS 'Join Mode'; + + +-- +-- Name: COLUMN wkf_activity.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN wkf_activity.flow_stop; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.flow_stop IS 'Flow Stop'; + + +-- +-- Name: COLUMN wkf_activity.subflow_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.subflow_id IS 'Subflow'; + + +-- +-- Name: COLUMN wkf_activity.split_mode; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.split_mode IS 'Split Mode'; + + +-- +-- Name: COLUMN wkf_activity.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN wkf_activity.action; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.action IS 'Python Action'; + + +-- +-- Name: COLUMN wkf_activity.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.create_date IS 'Created on'; + + +-- +-- Name: COLUMN wkf_activity.signal_send; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.signal_send IS 'Signal (subflow.*)'; + + +-- +-- Name: COLUMN wkf_activity.action_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.action_id IS 'Server Action'; + + +-- +-- Name: COLUMN wkf_activity.wkf_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.wkf_id IS 'Workflow'; + + +-- +-- Name: COLUMN wkf_activity.flow_start; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_activity.flow_start IS 'Flow Start'; + + +-- +-- Name: wkf_activity_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wkf_activity_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wkf_activity_id_seq OWNER TO odoo; + +-- +-- Name: wkf_activity_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wkf_activity_id_seq OWNED BY public.wkf_activity.id; + + +-- +-- Name: wkf_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wkf_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wkf_id_seq OWNER TO odoo; + +-- +-- Name: wkf_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wkf_id_seq OWNED BY public.wkf.id; + + +-- +-- Name: wkf_instance; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf_instance ( + id integer NOT NULL, + res_type character varying, + uid integer, + wkf_id integer, + state character varying, + res_id integer +); + + +ALTER TABLE public.wkf_instance OWNER TO odoo; + +-- +-- Name: TABLE wkf_instance; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wkf_instance IS 'workflow.instance'; + + +-- +-- Name: COLUMN wkf_instance.res_type; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_instance.res_type IS 'Resource Object'; + + +-- +-- Name: COLUMN wkf_instance.uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_instance.uid IS 'User'; + + +-- +-- Name: COLUMN wkf_instance.wkf_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_instance.wkf_id IS 'Workflow'; + + +-- +-- Name: COLUMN wkf_instance.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_instance.state IS 'Status'; + + +-- +-- Name: COLUMN wkf_instance.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_instance.res_id IS 'Resource ID'; + + +-- +-- Name: wkf_instance_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wkf_instance_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wkf_instance_id_seq OWNER TO odoo; + +-- +-- Name: wkf_instance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wkf_instance_id_seq OWNED BY public.wkf_instance.id; + + +-- +-- Name: wkf_transition; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf_transition ( + id integer NOT NULL, + create_uid integer, + sequence integer, + write_uid integer, + signal character varying, + trigger_model character varying, + create_date timestamp without time zone, + act_from integer NOT NULL, + act_to integer NOT NULL, + write_date timestamp without time zone, + trigger_expr_id character varying, + group_id integer, + condition character varying NOT NULL +); + + +ALTER TABLE public.wkf_transition OWNER TO odoo; + +-- +-- Name: TABLE wkf_transition; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wkf_transition IS 'workflow.transition'; + + +-- +-- Name: COLUMN wkf_transition.create_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.create_uid IS 'Created by'; + + +-- +-- Name: COLUMN wkf_transition.sequence; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.sequence IS 'Sequence'; + + +-- +-- Name: COLUMN wkf_transition.write_uid; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.write_uid IS 'Last Updated by'; + + +-- +-- Name: COLUMN wkf_transition.signal; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.signal IS 'Signal (Button Name)'; + + +-- +-- Name: COLUMN wkf_transition.trigger_model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.trigger_model IS 'Trigger Object'; + + +-- +-- Name: COLUMN wkf_transition.create_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.create_date IS 'Created on'; + + +-- +-- Name: COLUMN wkf_transition.act_from; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.act_from IS 'Source Activity'; + + +-- +-- Name: COLUMN wkf_transition.act_to; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.act_to IS 'Destination Activity'; + + +-- +-- Name: COLUMN wkf_transition.write_date; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.write_date IS 'Last Updated on'; + + +-- +-- Name: COLUMN wkf_transition.trigger_expr_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.trigger_expr_id IS 'Trigger Expression'; + + +-- +-- Name: COLUMN wkf_transition.group_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.group_id IS 'Group Required'; + + +-- +-- Name: COLUMN wkf_transition.condition; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_transition.condition IS 'Condition'; + + +-- +-- Name: wkf_transition_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wkf_transition_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wkf_transition_id_seq OWNER TO odoo; + +-- +-- Name: wkf_transition_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wkf_transition_id_seq OWNED BY public.wkf_transition.id; + + +-- +-- Name: wkf_triggers; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf_triggers ( + id integer NOT NULL, + instance_id integer, + workitem_id integer NOT NULL, + model character varying, + res_id integer +); + + +ALTER TABLE public.wkf_triggers OWNER TO odoo; + +-- +-- Name: TABLE wkf_triggers; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wkf_triggers IS 'workflow.triggers'; + + +-- +-- Name: COLUMN wkf_triggers.instance_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_triggers.instance_id IS 'Destination Instance'; + + +-- +-- Name: COLUMN wkf_triggers.workitem_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_triggers.workitem_id IS 'Workitem'; + + +-- +-- Name: COLUMN wkf_triggers.model; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_triggers.model IS 'Object'; + + +-- +-- Name: COLUMN wkf_triggers.res_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_triggers.res_id IS 'Resource ID'; + + +-- +-- Name: wkf_triggers_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wkf_triggers_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wkf_triggers_id_seq OWNER TO odoo; + +-- +-- Name: wkf_triggers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wkf_triggers_id_seq OWNED BY public.wkf_triggers.id; + + +-- +-- Name: wkf_witm_trans; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf_witm_trans ( + inst_id integer NOT NULL, + trans_id integer NOT NULL +); + + +ALTER TABLE public.wkf_witm_trans OWNER TO odoo; + +-- +-- Name: TABLE wkf_witm_trans; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wkf_witm_trans IS 'RELATION BETWEEN wkf_instance AND wkf_transition'; + + +-- +-- Name: wkf_workitem; Type: TABLE; Schema: public; Owner: odoo +-- + +CREATE TABLE public.wkf_workitem ( + id integer NOT NULL, + act_id integer NOT NULL, + inst_id integer NOT NULL, + subflow_id integer, + state character varying +); + + +ALTER TABLE public.wkf_workitem OWNER TO odoo; + +-- +-- Name: TABLE wkf_workitem; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON TABLE public.wkf_workitem IS 'workflow.workitem'; + + +-- +-- Name: COLUMN wkf_workitem.act_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_workitem.act_id IS 'Activity'; + + +-- +-- Name: COLUMN wkf_workitem.inst_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_workitem.inst_id IS 'Instance'; + + +-- +-- Name: COLUMN wkf_workitem.subflow_id; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_workitem.subflow_id IS 'Subflow'; + + +-- +-- Name: COLUMN wkf_workitem.state; Type: COMMENT; Schema: public; Owner: odoo +-- + +COMMENT ON COLUMN public.wkf_workitem.state IS 'Status'; + + +-- +-- Name: wkf_workitem_id_seq; Type: SEQUENCE; Schema: public; Owner: odoo +-- + +CREATE SEQUENCE public.wkf_workitem_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.wkf_workitem_id_seq OWNER TO odoo; + +-- +-- Name: wkf_workitem_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: odoo +-- + +ALTER SEQUENCE public.wkf_workitem_id_seq OWNED BY public.wkf_workitem.id; + + +-- +-- Name: account_account id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_account ALTER COLUMN id SET DEFAULT nextval('public.account_account_id_seq'::regclass); + + +-- +-- Name: account_account_tag id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_account_tag ALTER COLUMN id SET DEFAULT nextval('public.account_account_tag_id_seq'::regclass); + + +-- +-- Name: account_account_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_account_template ALTER COLUMN id SET DEFAULT nextval('public.account_account_template_id_seq'::regclass); + + +-- +-- Name: account_account_type id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_account_type ALTER COLUMN id SET DEFAULT nextval('public.account_account_type_id_seq'::regclass); + + +-- +-- Name: account_aged_trial_balance id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_aged_trial_balance ALTER COLUMN id SET DEFAULT nextval('public.account_aged_trial_balance_id_seq'::regclass); + + +-- +-- Name: account_analytic_account id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_analytic_account ALTER COLUMN id SET DEFAULT nextval('public.account_analytic_account_id_seq'::regclass); + + +-- +-- Name: account_analytic_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_analytic_line ALTER COLUMN id SET DEFAULT nextval('public.account_analytic_line_id_seq'::regclass); + + +-- +-- Name: account_analytic_tag id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_analytic_tag ALTER COLUMN id SET DEFAULT nextval('public.account_analytic_tag_id_seq'::regclass); + + +-- +-- Name: account_balance_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_balance_report ALTER COLUMN id SET DEFAULT nextval('public.account_balance_report_id_seq'::regclass); + + +-- +-- Name: account_bank_accounts_wizard id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_accounts_wizard ALTER COLUMN id SET DEFAULT nextval('public.account_bank_accounts_wizard_id_seq'::regclass); + + +-- +-- Name: account_bank_statement id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_statement ALTER COLUMN id SET DEFAULT nextval('public.account_bank_statement_id_seq'::regclass); + + +-- +-- Name: account_bank_statement_cashbox id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_statement_cashbox ALTER COLUMN id SET DEFAULT nextval('public.account_bank_statement_cashbox_id_seq'::regclass); + + +-- +-- Name: account_bank_statement_closebalance id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_statement_closebalance ALTER COLUMN id SET DEFAULT nextval('public.account_bank_statement_closebalance_id_seq'::regclass); + + +-- +-- Name: account_bank_statement_import id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_statement_import ALTER COLUMN id SET DEFAULT nextval('public.account_bank_statement_import_id_seq'::regclass); + + +-- +-- Name: account_bank_statement_import_journal_creation id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_statement_import_journal_creation ALTER COLUMN id SET DEFAULT nextval('public.account_bank_statement_import_journal_creation_id_seq'::regclass); + + +-- +-- Name: account_bank_statement_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_bank_statement_line ALTER COLUMN id SET DEFAULT nextval('public.account_bank_statement_line_id_seq'::regclass); + + +-- +-- Name: account_cashbox_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_cashbox_line ALTER COLUMN id SET DEFAULT nextval('public.account_cashbox_line_id_seq'::regclass); + + +-- +-- Name: account_chart_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_chart_template ALTER COLUMN id SET DEFAULT nextval('public.account_chart_template_id_seq'::regclass); + + +-- +-- Name: account_common_account_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_common_account_report ALTER COLUMN id SET DEFAULT nextval('public.account_common_account_report_id_seq'::regclass); + + +-- +-- Name: account_common_journal_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_common_journal_report ALTER COLUMN id SET DEFAULT nextval('public.account_common_journal_report_id_seq'::regclass); + + +-- +-- Name: account_common_partner_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_common_partner_report ALTER COLUMN id SET DEFAULT nextval('public.account_common_partner_report_id_seq'::regclass); + + +-- +-- Name: account_common_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_common_report ALTER COLUMN id SET DEFAULT nextval('public.account_common_report_id_seq'::regclass); + + +-- +-- Name: account_config_settings id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_config_settings ALTER COLUMN id SET DEFAULT nextval('public.account_config_settings_id_seq'::regclass); + + +-- +-- Name: account_financial_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_financial_report ALTER COLUMN id SET DEFAULT nextval('public.account_financial_report_id_seq'::regclass); + + +-- +-- Name: account_fiscal_position id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_fiscal_position ALTER COLUMN id SET DEFAULT nextval('public.account_fiscal_position_id_seq'::regclass); + + +-- +-- Name: account_fiscal_position_account id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_fiscal_position_account ALTER COLUMN id SET DEFAULT nextval('public.account_fiscal_position_account_id_seq'::regclass); + + +-- +-- Name: account_fiscal_position_account_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_fiscal_position_account_template ALTER COLUMN id SET DEFAULT nextval('public.account_fiscal_position_account_template_id_seq'::regclass); + + +-- +-- Name: account_fiscal_position_tax id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_fiscal_position_tax ALTER COLUMN id SET DEFAULT nextval('public.account_fiscal_position_tax_id_seq'::regclass); + + +-- +-- Name: account_fiscal_position_tax_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_fiscal_position_tax_template ALTER COLUMN id SET DEFAULT nextval('public.account_fiscal_position_tax_template_id_seq'::regclass); + + +-- +-- Name: account_fiscal_position_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_fiscal_position_template ALTER COLUMN id SET DEFAULT nextval('public.account_fiscal_position_template_id_seq'::regclass); + + +-- +-- Name: account_full_reconcile id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_full_reconcile ALTER COLUMN id SET DEFAULT nextval('public.account_full_reconcile_id_seq'::regclass); + + +-- +-- Name: account_invoice id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_invoice ALTER COLUMN id SET DEFAULT nextval('public.account_invoice_id_seq'::regclass); + + +-- +-- Name: account_invoice_cancel id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_invoice_cancel ALTER COLUMN id SET DEFAULT nextval('public.account_invoice_cancel_id_seq'::regclass); + + +-- +-- Name: account_invoice_confirm id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_invoice_confirm ALTER COLUMN id SET DEFAULT nextval('public.account_invoice_confirm_id_seq'::regclass); + + +-- +-- Name: account_invoice_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_invoice_line ALTER COLUMN id SET DEFAULT nextval('public.account_invoice_line_id_seq'::regclass); + + +-- +-- Name: account_invoice_refund id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_invoice_refund ALTER COLUMN id SET DEFAULT nextval('public.account_invoice_refund_id_seq'::regclass); + + +-- +-- Name: account_invoice_tax id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_invoice_tax ALTER COLUMN id SET DEFAULT nextval('public.account_invoice_tax_id_seq'::regclass); + + +-- +-- Name: account_journal id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_journal ALTER COLUMN id SET DEFAULT nextval('public.account_journal_id_seq'::regclass); + + +-- +-- Name: account_move id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_move ALTER COLUMN id SET DEFAULT nextval('public.account_move_id_seq'::regclass); + + +-- +-- Name: account_move_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_move_line ALTER COLUMN id SET DEFAULT nextval('public.account_move_line_id_seq'::regclass); + + +-- +-- Name: account_move_line_reconcile id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_move_line_reconcile ALTER COLUMN id SET DEFAULT nextval('public.account_move_line_reconcile_id_seq'::regclass); + + +-- +-- Name: account_move_line_reconcile_writeoff id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_move_line_reconcile_writeoff ALTER COLUMN id SET DEFAULT nextval('public.account_move_line_reconcile_writeoff_id_seq'::regclass); + + +-- +-- Name: account_move_reversal id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_move_reversal ALTER COLUMN id SET DEFAULT nextval('public.account_move_reversal_id_seq'::regclass); + + +-- +-- Name: account_partial_reconcile id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_partial_reconcile ALTER COLUMN id SET DEFAULT nextval('public.account_partial_reconcile_id_seq'::regclass); + + +-- +-- Name: account_payment id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_payment ALTER COLUMN id SET DEFAULT nextval('public.account_payment_id_seq'::regclass); + + +-- +-- Name: account_payment_method id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_payment_method ALTER COLUMN id SET DEFAULT nextval('public.account_payment_method_id_seq'::regclass); + + +-- +-- Name: account_payment_term id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_payment_term ALTER COLUMN id SET DEFAULT nextval('public.account_payment_term_id_seq'::regclass); + + +-- +-- Name: account_payment_term_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_payment_term_line ALTER COLUMN id SET DEFAULT nextval('public.account_payment_term_line_id_seq'::regclass); + + +-- +-- Name: account_print_journal id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_print_journal ALTER COLUMN id SET DEFAULT nextval('public.account_print_journal_id_seq'::regclass); + + +-- +-- Name: account_reconcile_model id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_reconcile_model ALTER COLUMN id SET DEFAULT nextval('public.account_reconcile_model_id_seq'::regclass); + + +-- +-- Name: account_reconcile_model_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_reconcile_model_template ALTER COLUMN id SET DEFAULT nextval('public.account_reconcile_model_template_id_seq'::regclass); + + +-- +-- Name: account_register_payments id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_register_payments ALTER COLUMN id SET DEFAULT nextval('public.account_register_payments_id_seq'::regclass); + + +-- +-- Name: account_report_general_ledger id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_report_general_ledger ALTER COLUMN id SET DEFAULT nextval('public.account_report_general_ledger_id_seq'::regclass); + + +-- +-- Name: account_report_partner_ledger id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_report_partner_ledger ALTER COLUMN id SET DEFAULT nextval('public.account_report_partner_ledger_id_seq'::regclass); + + +-- +-- Name: account_tax id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_tax ALTER COLUMN id SET DEFAULT nextval('public.account_tax_id_seq'::regclass); + + +-- +-- Name: account_tax_group id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_tax_group ALTER COLUMN id SET DEFAULT nextval('public.account_tax_group_id_seq'::regclass); + + +-- +-- Name: account_tax_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_tax_template ALTER COLUMN id SET DEFAULT nextval('public.account_tax_template_id_seq'::regclass); + + +-- +-- Name: account_unreconcile id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_unreconcile ALTER COLUMN id SET DEFAULT nextval('public.account_unreconcile_id_seq'::regclass); + + +-- +-- Name: account_voucher id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_voucher ALTER COLUMN id SET DEFAULT nextval('public.account_voucher_id_seq'::regclass); + + +-- +-- Name: account_voucher_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.account_voucher_line ALTER COLUMN id SET DEFAULT nextval('public.account_voucher_line_id_seq'::regclass); + + +-- +-- Name: accounting_report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.accounting_report ALTER COLUMN id SET DEFAULT nextval('public.accounting_report_id_seq'::regclass); + + +-- +-- Name: barcode_nomenclature id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.barcode_nomenclature ALTER COLUMN id SET DEFAULT nextval('public.barcode_nomenclature_id_seq'::regclass); + + +-- +-- Name: barcode_rule id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.barcode_rule ALTER COLUMN id SET DEFAULT nextval('public.barcode_rule_id_seq'::regclass); + + +-- +-- Name: base_config_settings id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_config_settings ALTER COLUMN id SET DEFAULT nextval('public.base_config_settings_id_seq'::regclass); + + +-- +-- Name: base_import_import id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_import ALTER COLUMN id SET DEFAULT nextval('public.base_import_import_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_char id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_char ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_char_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_char_noreadonly id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_char_noreadonly ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_char_noreadonly_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_char_readonly id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_char_readonly ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_char_readonly_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_char_required id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_char_required ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_char_required_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_char_states id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_char_states ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_char_states_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_char_stillreadonly id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_char_stillreadonly ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_char_stillreadonly_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_m2o id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_m2o ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_m2o_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_m2o_related id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_m2o_related ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_m2o_related_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_m2o_required id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_m2o_required ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_m2o_required_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_m2o_required_related id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_m2o_required_related ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_m2o_required_related_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_o2m id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_o2m ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_o2m_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_o2m_child id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_o2m_child ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_o2m_child_id_seq'::regclass); + + +-- +-- Name: base_import_tests_models_preview id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_import_tests_models_preview ALTER COLUMN id SET DEFAULT nextval('public.base_import_tests_models_preview_id_seq'::regclass); + + +-- +-- Name: base_language_export id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_language_export ALTER COLUMN id SET DEFAULT nextval('public.base_language_export_id_seq'::regclass); + + +-- +-- Name: base_language_import id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_language_import ALTER COLUMN id SET DEFAULT nextval('public.base_language_import_id_seq'::regclass); + + +-- +-- Name: base_language_install id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_language_install ALTER COLUMN id SET DEFAULT nextval('public.base_language_install_id_seq'::regclass); + + +-- +-- Name: base_module_configuration id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_module_configuration ALTER COLUMN id SET DEFAULT nextval('public.base_module_configuration_id_seq'::regclass); + + +-- +-- Name: base_module_update id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_module_update ALTER COLUMN id SET DEFAULT nextval('public.base_module_update_id_seq'::regclass); + + +-- +-- Name: base_module_upgrade id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_module_upgrade ALTER COLUMN id SET DEFAULT nextval('public.base_module_upgrade_id_seq'::regclass); + + +-- +-- Name: base_update_translations id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.base_update_translations ALTER COLUMN id SET DEFAULT nextval('public.base_update_translations_id_seq'::regclass); + + +-- +-- Name: bus_bus id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.bus_bus ALTER COLUMN id SET DEFAULT nextval('public.bus_bus_id_seq'::regclass); + + +-- +-- Name: bus_presence id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.bus_presence ALTER COLUMN id SET DEFAULT nextval('public.bus_presence_id_seq'::regclass); + + +-- +-- Name: cash_box_in id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.cash_box_in ALTER COLUMN id SET DEFAULT nextval('public.cash_box_in_id_seq'::regclass); + + +-- +-- Name: cash_box_out id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.cash_box_out ALTER COLUMN id SET DEFAULT nextval('public.cash_box_out_id_seq'::regclass); + + +-- +-- Name: change_password_user id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.change_password_user ALTER COLUMN id SET DEFAULT nextval('public.change_password_user_id_seq'::regclass); + + +-- +-- Name: change_password_wizard id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.change_password_wizard ALTER COLUMN id SET DEFAULT nextval('public.change_password_wizard_id_seq'::regclass); + + +-- +-- Name: crm_team id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.crm_team ALTER COLUMN id SET DEFAULT nextval('public.crm_team_id_seq'::regclass); + + +-- +-- Name: decimal_precision id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.decimal_precision ALTER COLUMN id SET DEFAULT nextval('public.decimal_precision_id_seq'::regclass); + + +-- +-- Name: decimal_precision_test id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.decimal_precision_test ALTER COLUMN id SET DEFAULT nextval('public.decimal_precision_test_id_seq'::regclass); + + +-- +-- Name: district_tehsil id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.district_tehsil ALTER COLUMN id SET DEFAULT nextval('public.district_tehsil_id_seq'::regclass); + + +-- +-- Name: email_template_preview id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.email_template_preview ALTER COLUMN id SET DEFAULT nextval('public.email_template_preview_id_seq'::regclass); + + +-- +-- Name: event_records id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.event_records ALTER COLUMN id SET DEFAULT nextval('public.event_records_id_seq'::regclass); + + +-- +-- Name: fetchmail_server id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.fetchmail_server ALTER COLUMN id SET DEFAULT nextval('public.fetchmail_server_id_seq'::regclass); + + +-- +-- Name: ir_act_client id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_act_client ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_id_seq'::regclass); + + +-- +-- Name: ir_act_report_xml id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_act_report_xml ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_id_seq'::regclass); + + +-- +-- Name: ir_act_server id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_act_server ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_id_seq'::regclass); + + +-- +-- Name: ir_act_url id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_act_url ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_id_seq'::regclass); + + +-- +-- Name: ir_act_window id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_act_window ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_id_seq'::regclass); + + +-- +-- Name: ir_act_window_view id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_act_window_view ALTER COLUMN id SET DEFAULT nextval('public.ir_act_window_view_id_seq'::regclass); + + +-- +-- Name: ir_actions id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_actions ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_id_seq'::regclass); + + +-- +-- Name: ir_actions_todo id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_actions_todo ALTER COLUMN id SET DEFAULT nextval('public.ir_actions_todo_id_seq'::regclass); + + +-- +-- Name: ir_attachment id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_attachment ALTER COLUMN id SET DEFAULT nextval('public.ir_attachment_id_seq'::regclass); + + +-- +-- Name: ir_config_parameter id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_config_parameter ALTER COLUMN id SET DEFAULT nextval('public.ir_config_parameter_id_seq'::regclass); + + +-- +-- Name: ir_cron id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_cron ALTER COLUMN id SET DEFAULT nextval('public.ir_cron_id_seq'::regclass); + + +-- +-- Name: ir_exports id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_exports ALTER COLUMN id SET DEFAULT nextval('public.ir_exports_id_seq'::regclass); + + +-- +-- Name: ir_exports_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_exports_line ALTER COLUMN id SET DEFAULT nextval('public.ir_exports_line_id_seq'::regclass); + + +-- +-- Name: ir_filters id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_filters ALTER COLUMN id SET DEFAULT nextval('public.ir_filters_id_seq'::regclass); + + +-- +-- Name: ir_logging id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_logging ALTER COLUMN id SET DEFAULT nextval('public.ir_logging_id_seq'::regclass); + + +-- +-- Name: ir_mail_server id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_mail_server ALTER COLUMN id SET DEFAULT nextval('public.ir_mail_server_id_seq'::regclass); + + +-- +-- Name: ir_model id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_model ALTER COLUMN id SET DEFAULT nextval('public.ir_model_id_seq'::regclass); + + +-- +-- Name: ir_model_access id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_model_access ALTER COLUMN id SET DEFAULT nextval('public.ir_model_access_id_seq'::regclass); + + +-- +-- Name: ir_model_constraint id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_model_constraint ALTER COLUMN id SET DEFAULT nextval('public.ir_model_constraint_id_seq'::regclass); + + +-- +-- Name: ir_model_data id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_model_data ALTER COLUMN id SET DEFAULT nextval('public.ir_model_data_id_seq'::regclass); + + +-- +-- Name: ir_model_fields id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_model_fields ALTER COLUMN id SET DEFAULT nextval('public.ir_model_fields_id_seq'::regclass); + + +-- +-- Name: ir_model_relation id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_model_relation ALTER COLUMN id SET DEFAULT nextval('public.ir_model_relation_id_seq'::regclass); + + +-- +-- Name: ir_module_category id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_module_category ALTER COLUMN id SET DEFAULT nextval('public.ir_module_category_id_seq'::regclass); + + +-- +-- Name: ir_module_module id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_module_module ALTER COLUMN id SET DEFAULT nextval('public.ir_module_module_id_seq'::regclass); + + +-- +-- Name: ir_module_module_dependency id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_module_module_dependency ALTER COLUMN id SET DEFAULT nextval('public.ir_module_module_dependency_id_seq'::regclass); + + +-- +-- Name: ir_property id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_property ALTER COLUMN id SET DEFAULT nextval('public.ir_property_id_seq'::regclass); + + +-- +-- Name: ir_rule id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_rule ALTER COLUMN id SET DEFAULT nextval('public.ir_rule_id_seq'::regclass); + + +-- +-- Name: ir_sequence id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_sequence ALTER COLUMN id SET DEFAULT nextval('public.ir_sequence_id_seq'::regclass); + + +-- +-- Name: ir_sequence_date_range id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_sequence_date_range ALTER COLUMN id SET DEFAULT nextval('public.ir_sequence_date_range_id_seq'::regclass); + + +-- +-- Name: ir_server_object_lines id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_server_object_lines ALTER COLUMN id SET DEFAULT nextval('public.ir_server_object_lines_id_seq'::regclass); + + +-- +-- Name: ir_translation id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_translation ALTER COLUMN id SET DEFAULT nextval('public.ir_translation_id_seq'::regclass); + + +-- +-- Name: ir_ui_menu id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_ui_menu ALTER COLUMN id SET DEFAULT nextval('public.ir_ui_menu_id_seq'::regclass); + + +-- +-- Name: ir_ui_view id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_ui_view ALTER COLUMN id SET DEFAULT nextval('public.ir_ui_view_id_seq'::regclass); + + +-- +-- Name: ir_ui_view_custom id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_ui_view_custom ALTER COLUMN id SET DEFAULT nextval('public.ir_ui_view_custom_id_seq'::regclass); + + +-- +-- Name: ir_values id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.ir_values ALTER COLUMN id SET DEFAULT nextval('public.ir_values_id_seq'::regclass); + + +-- +-- Name: mail_alias id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_alias ALTER COLUMN id SET DEFAULT nextval('public.mail_alias_id_seq'::regclass); + + +-- +-- Name: mail_channel id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_channel ALTER COLUMN id SET DEFAULT nextval('public.mail_channel_id_seq'::regclass); + + +-- +-- Name: mail_channel_partner id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_channel_partner ALTER COLUMN id SET DEFAULT nextval('public.mail_channel_partner_id_seq'::regclass); + + +-- +-- Name: mail_compose_message id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_compose_message ALTER COLUMN id SET DEFAULT nextval('public.mail_compose_message_id_seq'::regclass); + + +-- +-- Name: mail_followers id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_followers ALTER COLUMN id SET DEFAULT nextval('public.mail_followers_id_seq'::regclass); + + +-- +-- Name: mail_mail id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_mail ALTER COLUMN id SET DEFAULT nextval('public.mail_mail_id_seq'::regclass); + + +-- +-- Name: mail_message id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_message ALTER COLUMN id SET DEFAULT nextval('public.mail_message_id_seq'::regclass); + + +-- +-- Name: mail_message_res_partner_needaction_rel id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_message_res_partner_needaction_rel ALTER COLUMN id SET DEFAULT nextval('public.mail_message_res_partner_needaction_rel_id_seq'::regclass); + + +-- +-- Name: mail_message_subtype id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_message_subtype ALTER COLUMN id SET DEFAULT nextval('public.mail_message_subtype_id_seq'::regclass); + + +-- +-- Name: mail_shortcode id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_shortcode ALTER COLUMN id SET DEFAULT nextval('public.mail_shortcode_id_seq'::regclass); + + +-- +-- Name: mail_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_template ALTER COLUMN id SET DEFAULT nextval('public.mail_template_id_seq'::regclass); + + +-- +-- Name: mail_test id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_test ALTER COLUMN id SET DEFAULT nextval('public.mail_test_id_seq'::regclass); + + +-- +-- Name: mail_tracking_value id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_tracking_value ALTER COLUMN id SET DEFAULT nextval('public.mail_tracking_value_id_seq'::regclass); + + +-- +-- Name: mail_wizard_invite id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.mail_wizard_invite ALTER COLUMN id SET DEFAULT nextval('public.mail_wizard_invite_id_seq'::regclass); + + +-- +-- Name: make_procurement id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.make_procurement ALTER COLUMN id SET DEFAULT nextval('public.make_procurement_id_seq'::regclass); + + +-- +-- Name: markers id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.markers ALTER COLUMN id SET DEFAULT nextval('public.markers_id_seq'::regclass); + + +-- +-- Name: order_picking_type_mapping id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.order_picking_type_mapping ALTER COLUMN id SET DEFAULT nextval('public.order_picking_type_mapping_id_seq'::regclass); + + +-- +-- Name: order_type id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.order_type ALTER COLUMN id SET DEFAULT nextval('public.order_type_id_seq'::regclass); + + +-- +-- Name: payment_acquirer id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.payment_acquirer ALTER COLUMN id SET DEFAULT nextval('public.payment_acquirer_id_seq'::regclass); + + +-- +-- Name: payment_token id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.payment_token ALTER COLUMN id SET DEFAULT nextval('public.payment_token_id_seq'::regclass); + + +-- +-- Name: payment_transaction id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.payment_transaction ALTER COLUMN id SET DEFAULT nextval('public.payment_transaction_id_seq'::regclass); + + +-- +-- Name: portal_wizard id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.portal_wizard ALTER COLUMN id SET DEFAULT nextval('public.portal_wizard_id_seq'::regclass); + + +-- +-- Name: portal_wizard_user id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.portal_wizard_user ALTER COLUMN id SET DEFAULT nextval('public.portal_wizard_user_id_seq'::regclass); + + +-- +-- Name: price_markup_table id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.price_markup_table ALTER COLUMN id SET DEFAULT nextval('public.price_markup_table_id_seq'::regclass); + + +-- +-- Name: procurement_group id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.procurement_group ALTER COLUMN id SET DEFAULT nextval('public.procurement_group_id_seq'::regclass); + + +-- +-- Name: procurement_order id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.procurement_order ALTER COLUMN id SET DEFAULT nextval('public.procurement_order_id_seq'::regclass); + + +-- +-- Name: procurement_order_compute_all id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.procurement_order_compute_all ALTER COLUMN id SET DEFAULT nextval('public.procurement_order_compute_all_id_seq'::regclass); + + +-- +-- Name: procurement_orderpoint_compute id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.procurement_orderpoint_compute ALTER COLUMN id SET DEFAULT nextval('public.procurement_orderpoint_compute_id_seq'::regclass); + + +-- +-- Name: procurement_rule id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.procurement_rule ALTER COLUMN id SET DEFAULT nextval('public.procurement_rule_id_seq'::regclass); + + +-- +-- Name: product_attribute id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_attribute ALTER COLUMN id SET DEFAULT nextval('public.product_attribute_id_seq'::regclass); + + +-- +-- Name: product_attribute_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_attribute_line ALTER COLUMN id SET DEFAULT nextval('public.product_attribute_line_id_seq'::regclass); + + +-- +-- Name: product_attribute_price id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_attribute_price ALTER COLUMN id SET DEFAULT nextval('public.product_attribute_price_id_seq'::regclass); + + +-- +-- Name: product_attribute_value id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_attribute_value ALTER COLUMN id SET DEFAULT nextval('public.product_attribute_value_id_seq'::regclass); + + +-- +-- Name: product_category id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_category ALTER COLUMN id SET DEFAULT nextval('public.product_category_id_seq'::regclass); + + +-- +-- Name: product_packaging id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_packaging ALTER COLUMN id SET DEFAULT nextval('public.product_packaging_id_seq'::regclass); + + +-- +-- Name: product_price_history id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_price_history ALTER COLUMN id SET DEFAULT nextval('public.product_price_history_id_seq'::regclass); + + +-- +-- Name: product_price_list id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_price_list ALTER COLUMN id SET DEFAULT nextval('public.product_price_list_id_seq'::regclass); + + +-- +-- Name: product_pricelist id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_pricelist ALTER COLUMN id SET DEFAULT nextval('public.product_pricelist_id_seq'::regclass); + + +-- +-- Name: product_pricelist_item id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_pricelist_item ALTER COLUMN id SET DEFAULT nextval('public.product_pricelist_item_id_seq'::regclass); + + +-- +-- Name: product_product id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_product ALTER COLUMN id SET DEFAULT nextval('public.product_product_id_seq'::regclass); + + +-- +-- Name: product_putaway id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_putaway ALTER COLUMN id SET DEFAULT nextval('public.product_putaway_id_seq'::regclass); + + +-- +-- Name: product_removal id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_removal ALTER COLUMN id SET DEFAULT nextval('public.product_removal_id_seq'::regclass); + + +-- +-- Name: product_supplierinfo id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_supplierinfo ALTER COLUMN id SET DEFAULT nextval('public.product_supplierinfo_id_seq'::regclass); + + +-- +-- Name: product_template id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_template ALTER COLUMN id SET DEFAULT nextval('public.product_template_id_seq'::regclass); + + +-- +-- Name: product_uom id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_uom ALTER COLUMN id SET DEFAULT nextval('public.product_uom_id_seq'::regclass); + + +-- +-- Name: product_uom_categ id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.product_uom_categ ALTER COLUMN id SET DEFAULT nextval('public.product_uom_categ_id_seq'::regclass); + + +-- +-- Name: purchase_config_settings id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.purchase_config_settings ALTER COLUMN id SET DEFAULT nextval('public.purchase_config_settings_id_seq'::regclass); + + +-- +-- Name: purchase_order id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.purchase_order ALTER COLUMN id SET DEFAULT nextval('public.purchase_order_id_seq'::regclass); + + +-- +-- Name: purchase_order_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.purchase_order_line ALTER COLUMN id SET DEFAULT nextval('public.purchase_order_line_id_seq'::regclass); + + +-- +-- Name: report id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.report ALTER COLUMN id SET DEFAULT nextval('public.report_id_seq'::regclass); + + +-- +-- Name: report_paperformat id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.report_paperformat ALTER COLUMN id SET DEFAULT nextval('public.report_paperformat_id_seq'::regclass); + + +-- +-- Name: res_bank id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_bank ALTER COLUMN id SET DEFAULT nextval('public.res_bank_id_seq'::regclass); + + +-- +-- Name: res_company id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_company ALTER COLUMN id SET DEFAULT nextval('public.res_company_id_seq'::regclass); + + +-- +-- Name: res_config id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_config ALTER COLUMN id SET DEFAULT nextval('public.res_config_id_seq'::regclass); + + +-- +-- Name: res_config_installer id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_config_installer ALTER COLUMN id SET DEFAULT nextval('public.res_config_installer_id_seq'::regclass); + + +-- +-- Name: res_config_settings id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_config_settings ALTER COLUMN id SET DEFAULT nextval('public.res_config_settings_id_seq'::regclass); + + +-- +-- Name: res_country id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_country ALTER COLUMN id SET DEFAULT nextval('public.res_country_id_seq'::regclass); + + +-- +-- Name: res_country_group id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_country_group ALTER COLUMN id SET DEFAULT nextval('public.res_country_group_id_seq'::regclass); + + +-- +-- Name: res_country_state id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_country_state ALTER COLUMN id SET DEFAULT nextval('public.res_country_state_id_seq'::regclass); + + +-- +-- Name: res_currency id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_currency ALTER COLUMN id SET DEFAULT nextval('public.res_currency_id_seq'::regclass); + + +-- +-- Name: res_currency_rate id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_currency_rate ALTER COLUMN id SET DEFAULT nextval('public.res_currency_rate_id_seq'::regclass); + + +-- +-- Name: res_font id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_font ALTER COLUMN id SET DEFAULT nextval('public.res_font_id_seq'::regclass); + + +-- +-- Name: res_groups id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_groups ALTER COLUMN id SET DEFAULT nextval('public.res_groups_id_seq'::regclass); + + +-- +-- Name: res_lang id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_lang ALTER COLUMN id SET DEFAULT nextval('public.res_lang_id_seq'::regclass); + + +-- +-- Name: res_partner id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_partner ALTER COLUMN id SET DEFAULT nextval('public.res_partner_id_seq'::regclass); + + +-- +-- Name: res_partner_bank id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_partner_bank ALTER COLUMN id SET DEFAULT nextval('public.res_partner_bank_id_seq'::regclass); + + +-- +-- Name: res_partner_category id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_partner_category ALTER COLUMN id SET DEFAULT nextval('public.res_partner_category_id_seq'::regclass); + + +-- +-- Name: res_partner_title id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_partner_title ALTER COLUMN id SET DEFAULT nextval('public.res_partner_title_id_seq'::regclass); + + +-- +-- Name: res_request_link id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_request_link ALTER COLUMN id SET DEFAULT nextval('public.res_request_link_id_seq'::regclass); + + +-- +-- Name: res_users id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_users ALTER COLUMN id SET DEFAULT nextval('public.res_users_id_seq'::regclass); + + +-- +-- Name: res_users_log id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.res_users_log ALTER COLUMN id SET DEFAULT nextval('public.res_users_log_id_seq'::regclass); + + +-- +-- Name: sale_advance_payment_inv id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.sale_advance_payment_inv ALTER COLUMN id SET DEFAULT nextval('public.sale_advance_payment_inv_id_seq'::regclass); + + +-- +-- Name: sale_config_settings id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.sale_config_settings ALTER COLUMN id SET DEFAULT nextval('public.sale_config_settings_id_seq'::regclass); + + +-- +-- Name: sale_layout_category id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.sale_layout_category ALTER COLUMN id SET DEFAULT nextval('public.sale_layout_category_id_seq'::regclass); + + +-- +-- Name: sale_order id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.sale_order ALTER COLUMN id SET DEFAULT nextval('public.sale_order_id_seq'::regclass); + + +-- +-- Name: sale_order_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.sale_order_line ALTER COLUMN id SET DEFAULT nextval('public.sale_order_line_id_seq'::regclass); + + +-- +-- Name: state_district id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.state_district ALTER COLUMN id SET DEFAULT nextval('public.state_district_id_seq'::regclass); + + +-- +-- Name: stock_backorder_confirmation id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_backorder_confirmation ALTER COLUMN id SET DEFAULT nextval('public.stock_backorder_confirmation_id_seq'::regclass); + + +-- +-- Name: stock_change_product_qty id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_change_product_qty ALTER COLUMN id SET DEFAULT nextval('public.stock_change_product_qty_id_seq'::regclass); + + +-- +-- Name: stock_change_standard_price id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_change_standard_price ALTER COLUMN id SET DEFAULT nextval('public.stock_change_standard_price_id_seq'::regclass); + + +-- +-- Name: stock_config_settings id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_config_settings ALTER COLUMN id SET DEFAULT nextval('public.stock_config_settings_id_seq'::regclass); + + +-- +-- Name: stock_fixed_putaway_strat id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_fixed_putaway_strat ALTER COLUMN id SET DEFAULT nextval('public.stock_fixed_putaway_strat_id_seq'::regclass); + + +-- +-- Name: stock_immediate_transfer id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_immediate_transfer ALTER COLUMN id SET DEFAULT nextval('public.stock_immediate_transfer_id_seq'::regclass); + + +-- +-- Name: stock_incoterms id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_incoterms ALTER COLUMN id SET DEFAULT nextval('public.stock_incoterms_id_seq'::regclass); + + +-- +-- Name: stock_inventory id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_inventory ALTER COLUMN id SET DEFAULT nextval('public.stock_inventory_id_seq'::regclass); + + +-- +-- Name: stock_inventory_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_inventory_line ALTER COLUMN id SET DEFAULT nextval('public.stock_inventory_line_id_seq'::regclass); + + +-- +-- Name: stock_location id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_location ALTER COLUMN id SET DEFAULT nextval('public.stock_location_id_seq'::regclass); + + +-- +-- Name: stock_location_path id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_location_path ALTER COLUMN id SET DEFAULT nextval('public.stock_location_path_id_seq'::regclass); + + +-- +-- Name: stock_location_product_dhis2 id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_location_product_dhis2 ALTER COLUMN id SET DEFAULT nextval('public.stock_location_product_dhis2_id_seq'::regclass); + + +-- +-- Name: stock_location_route id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_location_route ALTER COLUMN id SET DEFAULT nextval('public.stock_location_route_id_seq'::regclass); + + +-- +-- Name: stock_move id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_move ALTER COLUMN id SET DEFAULT nextval('public.stock_move_id_seq'::regclass); + + +-- +-- Name: stock_move_operation_link id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_move_operation_link ALTER COLUMN id SET DEFAULT nextval('public.stock_move_operation_link_id_seq'::regclass); + + +-- +-- Name: stock_pack_operation id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_pack_operation ALTER COLUMN id SET DEFAULT nextval('public.stock_pack_operation_id_seq'::regclass); + + +-- +-- Name: stock_pack_operation_lot id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_pack_operation_lot ALTER COLUMN id SET DEFAULT nextval('public.stock_pack_operation_lot_id_seq'::regclass); + + +-- +-- Name: stock_picking id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_picking ALTER COLUMN id SET DEFAULT nextval('public.stock_picking_id_seq'::regclass); + + +-- +-- Name: stock_picking_type id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_picking_type ALTER COLUMN id SET DEFAULT nextval('public.stock_picking_type_id_seq'::regclass); + + +-- +-- Name: stock_production_lot id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_production_lot ALTER COLUMN id SET DEFAULT nextval('public.stock_production_lot_id_seq'::regclass); + + +-- +-- Name: stock_quant id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_quant ALTER COLUMN id SET DEFAULT nextval('public.stock_quant_id_seq'::regclass); + + +-- +-- Name: stock_quant_package id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_quant_package ALTER COLUMN id SET DEFAULT nextval('public.stock_quant_package_id_seq'::regclass); + + +-- +-- Name: stock_return_picking id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_return_picking ALTER COLUMN id SET DEFAULT nextval('public.stock_return_picking_id_seq'::regclass); + + +-- +-- Name: stock_return_picking_line id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_return_picking_line ALTER COLUMN id SET DEFAULT nextval('public.stock_return_picking_line_id_seq'::regclass); + + +-- +-- Name: stock_scrap id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_scrap ALTER COLUMN id SET DEFAULT nextval('public.stock_scrap_id_seq'::regclass); + + +-- +-- Name: stock_warehouse id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_warehouse ALTER COLUMN id SET DEFAULT nextval('public.stock_warehouse_id_seq'::regclass); + + +-- +-- Name: stock_warehouse_orderpoint id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.stock_warehouse_orderpoint ALTER COLUMN id SET DEFAULT nextval('public.stock_warehouse_orderpoint_id_seq'::regclass); + + +-- +-- Name: syncable_units id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.syncable_units ALTER COLUMN id SET DEFAULT nextval('public.syncable_units_id_seq'::regclass); + + +-- +-- Name: tax_adjustments_wizard id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.tax_adjustments_wizard ALTER COLUMN id SET DEFAULT nextval('public.tax_adjustments_wizard_id_seq'::regclass); + + +-- +-- Name: validate_account_move id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.validate_account_move ALTER COLUMN id SET DEFAULT nextval('public.validate_account_move_id_seq'::regclass); + + +-- +-- Name: village_village id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.village_village ALTER COLUMN id SET DEFAULT nextval('public.village_village_id_seq'::regclass); + + +-- +-- Name: web_editor_converter_test id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.web_editor_converter_test ALTER COLUMN id SET DEFAULT nextval('public.web_editor_converter_test_id_seq'::regclass); + + +-- +-- Name: web_editor_converter_test_sub id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.web_editor_converter_test_sub ALTER COLUMN id SET DEFAULT nextval('public.web_editor_converter_test_sub_id_seq'::regclass); + + +-- +-- Name: web_planner id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.web_planner ALTER COLUMN id SET DEFAULT nextval('public.web_planner_id_seq'::regclass); + + +-- +-- Name: web_tour_tour id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.web_tour_tour ALTER COLUMN id SET DEFAULT nextval('public.web_tour_tour_id_seq'::regclass); + + +-- +-- Name: wizard_ir_model_menu_create id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wizard_ir_model_menu_create ALTER COLUMN id SET DEFAULT nextval('public.wizard_ir_model_menu_create_id_seq'::regclass); + + +-- +-- Name: wizard_multi_charts_accounts id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wizard_multi_charts_accounts ALTER COLUMN id SET DEFAULT nextval('public.wizard_multi_charts_accounts_id_seq'::regclass); + + +-- +-- Name: wizard_valuation_history id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wizard_valuation_history ALTER COLUMN id SET DEFAULT nextval('public.wizard_valuation_history_id_seq'::regclass); + + +-- +-- Name: wkf id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wkf ALTER COLUMN id SET DEFAULT nextval('public.wkf_id_seq'::regclass); + + +-- +-- Name: wkf_activity id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wkf_activity ALTER COLUMN id SET DEFAULT nextval('public.wkf_activity_id_seq'::regclass); + + +-- +-- Name: wkf_instance id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wkf_instance ALTER COLUMN id SET DEFAULT nextval('public.wkf_instance_id_seq'::regclass); + + +-- +-- Name: wkf_transition id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wkf_transition ALTER COLUMN id SET DEFAULT nextval('public.wkf_transition_id_seq'::regclass); + + +-- +-- Name: wkf_triggers id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wkf_triggers ALTER COLUMN id SET DEFAULT nextval('public.wkf_triggers_id_seq'::regclass); + + +-- +-- Name: wkf_workitem id; Type: DEFAULT; Schema: public; Owner: odoo +-- + +ALTER TABLE ONLY public.wkf_workitem ALTER COLUMN id SET DEFAULT nextval('public.wkf_workitem_id_seq'::regclass); + + +-- +-- Data for Name: account_account; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account (id, note, internal_type, name, create_uid, deprecated, company_id, write_uid, currency_id, code, write_date, user_type_id, create_date, last_time_entries_checked, reconcile) FROM stdin; +\. + + +-- +-- Data for Name: account_account_account_tag; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_account_tag (account_account_id, account_account_tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_account_financial_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_financial_report (report_line_id, account_id) FROM stdin; +\. + + +-- +-- Data for Name: account_account_financial_report_type; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_financial_report_type (report_id, account_type_id) FROM stdin; +2 13 +2 14 +3 16 +3 17 +3 15 +5 1 +5 3 +5 5 +5 6 +5 8 +7 2 +7 11 +7 9 +7 10 +\. + + +-- +-- Name: account_account_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_account_id_seq', 1, false); + + +-- +-- Data for Name: account_account_tag; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_tag (id, create_uid, name, color, write_uid, applicability, write_date, create_date) FROM stdin; +1 1 Operating Activities \N 1 accounts 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 +2 1 Financing Activities \N 1 accounts 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 +3 1 Investing & Extraordinary Activities \N 1 accounts 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 +\. + + +-- +-- Data for Name: account_account_tag_account_tax_template_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_tag_account_tax_template_rel (account_tax_template_id, account_account_tag_id) FROM stdin; +\. + + +-- +-- Name: account_account_tag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_account_tag_id_seq', 3, true); + + +-- +-- Data for Name: account_account_tax_default_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_tax_default_rel (account_id, tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_account_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_template (id, note, code, name, create_uid, chart_template_id, write_uid, currency_id, nocreate, write_date, user_type_id, create_date, reconcile) FROM stdin; +\. + + +-- +-- Data for Name: account_account_template_account_tag; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_template_account_tag (account_account_template_id, account_account_tag_id) FROM stdin; +\. + + +-- +-- Name: account_account_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_account_template_id_seq', 1, false); + + +-- +-- Data for Name: account_account_template_tax_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_template_tax_rel (account_id, tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_account_type; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_type (id, create_uid, name, write_uid, note, write_date, create_date, include_initial_balance, type) FROM stdin; +1 1 Receivable 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t receivable +2 1 Payable 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t payable +3 1 Bank and Cash 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t liquidity +4 1 Credit Card 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t liquidity +5 1 Current Assets 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +6 1 Non-current Assets 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +7 1 Prepayments 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +8 1 Fixed Assets 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +9 1 Current Liabilities 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +10 1 Non-current Liabilities 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +11 1 Equity 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +12 1 Current Year Earnings 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t other +13 1 Other Income 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 f other +14 1 Income 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 f other +15 1 Depreciation 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 f other +16 1 Expenses 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 f other +17 1 Cost of Revenue 1 \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 f other +\. + + +-- +-- Name: account_account_type_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_account_type_id_seq', 17, true); + + +-- +-- Data for Name: account_account_type_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_account_type_rel (journal_id, account_id) FROM stdin; +\. + + +-- +-- Data for Name: account_aged_trial_balance; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_aged_trial_balance (id, create_uid, period_length, date_from, result_selection, company_id, write_date, date_to, create_date, write_uid, target_move) FROM stdin; +\. + + +-- +-- Data for Name: account_aged_trial_balance_account_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_aged_trial_balance_account_journal_rel (account_aged_trial_balance_id, account_journal_id) FROM stdin; +\. + + +-- +-- Name: account_aged_trial_balance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_aged_trial_balance_id_seq', 1, false); + + +-- +-- Data for Name: account_analytic_account; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_account (id, code, create_date, write_uid, partner_id, create_uid, message_last_post, company_id, write_date, active, name) FROM stdin; +\. + + +-- +-- Name: account_analytic_account_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_analytic_account_id_seq', 1, false); + + +-- +-- Data for Name: account_analytic_account_tag_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_account_tag_rel (account_id, tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_analytic_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_line (id, create_uid, user_id, account_id, company_id, write_uid, amount, unit_amount, date, create_date, write_date, partner_id, name, code, currency_id, ref, general_account_id, move_id, product_id, product_uom_id, amount_currency, so_line) FROM stdin; +\. + + +-- +-- Name: account_analytic_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_analytic_line_id_seq', 1, false); + + +-- +-- Data for Name: account_analytic_line_tag_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_line_tag_rel (line_id, tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_analytic_tag; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_tag (id, create_uid, create_date, name, color, write_uid, write_date) FROM stdin; +\. + + +-- +-- Data for Name: account_analytic_tag_account_invoice_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_tag_account_invoice_line_rel (account_invoice_line_id, account_analytic_tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_analytic_tag_account_move_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_tag_account_move_line_rel (account_move_line_id, account_analytic_tag_id) FROM stdin; +\. + + +-- +-- Name: account_analytic_tag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_analytic_tag_id_seq', 1, false); + + +-- +-- Data for Name: account_analytic_tag_purchase_order_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_tag_purchase_order_line_rel (purchase_order_line_id, account_analytic_tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_analytic_tag_sale_order_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_analytic_tag_sale_order_line_rel (sale_order_line_id, account_analytic_tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_balance_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_balance_report (id, create_uid, date_from, company_id, write_date, date_to, create_date, write_uid, display_account, target_move) FROM stdin; +\. + + +-- +-- Name: account_balance_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_balance_report_id_seq', 1, false); + + +-- +-- Data for Name: account_balance_report_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_balance_report_journal_rel (account_id, journal_id) FROM stdin; +\. + + +-- +-- Data for Name: account_bank_accounts_wizard; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_accounts_wizard (id, create_uid, acc_name, currency_id, create_date, write_date, account_type, write_uid, bank_account_id) FROM stdin; +\. + + +-- +-- Name: account_bank_accounts_wizard_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_accounts_wizard_id_seq', 1, false); + + +-- +-- Data for Name: account_bank_statement; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_statement (id, create_date, date_done, balance_start, journal_id, create_uid, user_id, reference, message_last_post, company_id, state, cashbox_start_id, cashbox_end_id, write_uid, total_entry_encoding, write_date, date, difference, name, balance_end, balance_end_real) FROM stdin; +\. + + +-- +-- Data for Name: account_bank_statement_cashbox; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_statement_cashbox (id, create_uid, write_uid, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: account_bank_statement_cashbox_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_statement_cashbox_id_seq', 1, false); + + +-- +-- Data for Name: account_bank_statement_closebalance; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_statement_closebalance (id, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: account_bank_statement_closebalance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_statement_closebalance_id_seq', 1, false); + + +-- +-- Name: account_bank_statement_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_statement_id_seq', 1, false); + + +-- +-- Data for Name: account_bank_statement_import; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_statement_import (id, create_uid, create_date, data_file, filename, write_date, write_uid) FROM stdin; +\. + + +-- +-- Name: account_bank_statement_import_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_statement_import_id_seq', 1, false); + + +-- +-- Data for Name: account_bank_statement_import_journal_creation; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_statement_import_journal_creation (id, create_date, journal_id, create_uid, write_date, write_uid) FROM stdin; +\. + + +-- +-- Name: account_bank_statement_import_journal_creation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_statement_import_journal_creation_id_seq', 1, false); + + +-- +-- Data for Name: account_bank_statement_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_bank_statement_line (id, create_date, statement_id, sequence, journal_id, partner_id, create_uid, partner_name, company_id, bank_account_id, note, ref, account_id, move_name, write_date, date, write_uid, currency_id, name, amount, amount_currency, unique_import_id) FROM stdin; +\. + + +-- +-- Name: account_bank_statement_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_bank_statement_line_id_seq', 1, false); + + +-- +-- Data for Name: account_cashbox_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_cashbox_line (id, create_uid, number, cashbox_id, write_uid, write_date, coin_value, create_date) FROM stdin; +\. + + +-- +-- Name: account_cashbox_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_cashbox_line_id_seq', 1, false); + + +-- +-- Data for Name: account_chart_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_chart_template (id, bank_account_code_prefix, cash_account_code_prefix, create_date, write_uid, currency_id, visible, property_account_receivable_id, property_stock_valuation_account_id, create_uid, complete_tax_set, parent_id, transfer_account_id, company_id, expense_currency_exchange_account_id, property_stock_account_output_categ_id, property_account_income_categ_id, property_stock_account_input_categ_id, property_account_income_id, property_account_expense_categ_id, write_date, use_anglo_saxon, code_digits, name, property_account_expense_id, property_account_payable_id, income_currency_exchange_account_id) FROM stdin; +\. + + +-- +-- Name: account_chart_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_chart_template_id_seq', 1, false); + + +-- +-- Data for Name: account_common_account_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_account_report (id, create_uid, date_from, company_id, write_date, date_to, create_date, write_uid, display_account, target_move) FROM stdin; +\. + + +-- +-- Data for Name: account_common_account_report_account_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_account_report_account_journal_rel (account_common_account_report_id, account_journal_id) FROM stdin; +\. + + +-- +-- Name: account_common_account_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_common_account_report_id_seq', 1, false); + + +-- +-- Data for Name: account_common_journal_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_journal_report (id, create_uid, date_from, company_id, create_date, write_date, date_to, amount_currency, write_uid, target_move) FROM stdin; +\. + + +-- +-- Data for Name: account_common_journal_report_account_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_journal_report_account_journal_rel (account_common_journal_report_id, account_journal_id) FROM stdin; +\. + + +-- +-- Name: account_common_journal_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_common_journal_report_id_seq', 1, false); + + +-- +-- Data for Name: account_common_partner_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_partner_report (id, create_uid, date_from, result_selection, company_id, write_date, date_to, create_date, write_uid, target_move) FROM stdin; +\. + + +-- +-- Data for Name: account_common_partner_report_account_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_partner_report_account_journal_rel (account_common_partner_report_id, account_journal_id) FROM stdin; +\. + + +-- +-- Name: account_common_partner_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_common_partner_report_id_seq', 1, false); + + +-- +-- Data for Name: account_common_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_report (id, create_uid, date_from, company_id, write_date, date_to, create_date, write_uid, target_move) FROM stdin; +\. + + +-- +-- Data for Name: account_common_report_account_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_common_report_account_journal_rel (account_common_report_id, account_journal_id) FROM stdin; +\. + + +-- +-- Name: account_common_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_common_report_id_seq', 1, false); + + +-- +-- Data for Name: account_config_settings; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_config_settings (id, create_date, module_account_asset, write_uid, module_account_accountant, has_chart_of_accounts, create_uid, complete_tax_set, template_transfer_account_id, module_account_sepa, module_account_bank_statement_import_csv, module_account_budget, company_id, group_warning_account, group_multi_currency, group_proforma_invoices, module_account_reports, module_account_plaid, has_default_company, purchase_tax_rate, module_account_bank_statement_import_ofx, module_l10n_us_check_printing, default_purchase_tax_id, write_date, sale_tax_rate, module_account_batch_deposit, module_account_yodlee, module_account_tax_cash_basis, chart_template_id, default_sale_tax_id, sale_tax_id, module_account_bank_statement_import_qif, group_analytic_accounting, module_account_deferred_revenue, module_account_reports_followup, purchase_tax_id, group_analytic_account_for_sales, group_analytic_account_for_purchases) FROM stdin; +\. + + +-- +-- Name: account_config_settings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_config_settings_id_seq', 1, false); + + +-- +-- Data for Name: account_financial_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_financial_report (id, create_uid, name, level, sequence, style_overwrite, sign, parent_id, write_date, account_report_id, display_detail, create_date, write_uid, type) FROM stdin; +1 1 Profit and Loss 0 \N \N -1 \N 2019-03-20 06:39:13.995111 \N detail_flat 2019-03-20 06:39:13.995111 1 sum +2 1 Income 1 \N \N -1 1 2019-03-20 06:39:13.995111 \N detail_with_hierarchy 2019-03-20 06:39:13.995111 1 account_type +3 1 Expense 1 \N \N -1 1 2019-03-20 06:39:13.995111 \N detail_with_hierarchy 2019-03-20 06:39:13.995111 1 account_type +4 1 Balance Sheet 0 \N \N 1 \N 2019-03-20 06:39:13.995111 \N detail_flat 2019-03-20 06:39:13.995111 1 sum +5 1 Assets 1 \N \N 1 4 2019-03-20 06:39:13.995111 \N detail_with_hierarchy 2019-03-20 06:39:13.995111 1 account_type +6 1 Liability 1 \N \N 1 4 2019-03-20 06:39:13.995111 \N no_detail 2019-03-20 06:39:13.995111 1 sum +7 1 Liability 2 \N \N 1 6 2019-03-20 06:39:13.995111 \N detail_with_hierarchy 2019-03-20 06:39:13.995111 1 account_type +8 1 Profit (Loss) to report 2 \N \N 1 6 2019-03-20 06:39:13.995111 1 no_detail 2019-03-20 06:39:13.995111 1 account_report +\. + + +-- +-- Name: account_financial_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_financial_report_id_seq', 8, true); + + +-- +-- Data for Name: account_fiscal_position; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position (id, create_date, zip_to, sequence, auto_apply, write_uid, vat_required, create_uid, country_id, company_id, note, country_group_id, write_date, active, name, zip_from) FROM stdin; +\. + + +-- +-- Data for Name: account_fiscal_position_account; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position_account (id, create_uid, position_id, write_uid, account_dest_id, write_date, create_date, account_src_id) FROM stdin; +\. + + +-- +-- Name: account_fiscal_position_account_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_fiscal_position_account_id_seq', 1, false); + + +-- +-- Data for Name: account_fiscal_position_account_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position_account_template (id, create_uid, position_id, write_uid, account_dest_id, write_date, create_date, account_src_id) FROM stdin; +\. + + +-- +-- Name: account_fiscal_position_account_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_fiscal_position_account_template_id_seq', 1, false); + + +-- +-- Name: account_fiscal_position_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_fiscal_position_id_seq', 1, false); + + +-- +-- Data for Name: account_fiscal_position_res_country_state_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position_res_country_state_rel (account_fiscal_position_id, res_country_state_id) FROM stdin; +\. + + +-- +-- Data for Name: account_fiscal_position_tax; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position_tax (id, create_uid, position_id, tax_src_id, write_uid, tax_dest_id, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: account_fiscal_position_tax_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_fiscal_position_tax_id_seq', 1, false); + + +-- +-- Data for Name: account_fiscal_position_tax_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position_tax_template (id, create_uid, position_id, tax_src_id, write_uid, tax_dest_id, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: account_fiscal_position_tax_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_fiscal_position_tax_template_id_seq', 1, false); + + +-- +-- Data for Name: account_fiscal_position_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_fiscal_position_template (id, create_uid, name, chart_template_id, write_uid, note, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: account_fiscal_position_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_fiscal_position_template_id_seq', 1, false); + + +-- +-- Data for Name: account_full_reconcile; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_full_reconcile (id, create_uid, exchange_move_id, name, exchange_partial_rec_id, write_date, create_date, write_uid) FROM stdin; +\. + + +-- +-- Name: account_full_reconcile_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_full_reconcile_id_seq', 1, false); + + +-- +-- Data for Name: account_invoice; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice (id, comment, date_due, create_date, partner_bank_id, number, journal_id, amount_total_company_signed, residual, partner_id, create_uid, amount_untaxed, reference, residual_company_signed, amount_total_signed, message_last_post, company_id, amount_tax, state, move_id, type, sent, account_id, reconciled, origin, move_name, reference_type, date_invoice, payment_term_id, write_date, residual_signed, date, user_id, write_uid, fiscal_position_id, amount_total, amount_untaxed_signed, currency_id, refund_invoice_id, name, commercial_partner_id, discount_percentage, disc_acc_id, discount, discount_type, partner_shipping_id, team_id, incoterms_id, purchase_id) FROM stdin; +\. + + +-- +-- Data for Name: account_invoice_account_move_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_account_move_line_rel (account_invoice_id, account_move_line_id) FROM stdin; +\. + + +-- +-- Data for Name: account_invoice_cancel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_cancel (id, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: account_invoice_cancel_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_invoice_cancel_id_seq', 1, false); + + +-- +-- Data for Name: account_invoice_confirm; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_confirm (id, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: account_invoice_confirm_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_invoice_confirm_id_seq', 1, false); + + +-- +-- Name: account_invoice_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_invoice_id_seq', 1, false); + + +-- +-- Data for Name: account_invoice_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_line (id, origin, create_date, price_unit, price_subtotal, write_uid, currency_id, uom_id, partner_id, create_uid, sequence, company_id, account_analytic_id, account_id, discount, write_date, price_subtotal_signed, name, product_id, invoice_id, quantity, layout_category_sequence, layout_category_id, purchase_line_id, lot_id, expiry_date) FROM stdin; +\. + + +-- +-- Name: account_invoice_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_invoice_line_id_seq', 1, false); + + +-- +-- Data for Name: account_invoice_line_tax; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_line_tax (invoice_line_id, tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_invoice_payment_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_payment_rel (payment_id, invoice_id) FROM stdin; +\. + + +-- +-- Data for Name: account_invoice_refund; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_refund (id, create_uid, filter_refund, description, write_uid, date_invoice, write_date, date, create_date) FROM stdin; +\. + + +-- +-- Name: account_invoice_refund_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_invoice_refund_id_seq', 1, false); + + +-- +-- Data for Name: account_invoice_tax; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_invoice_tax (id, create_uid, account_id, sequence, invoice_id, manual, company_id, write_uid, currency_id, amount, write_date, account_analytic_id, create_date, tax_id, name) FROM stdin; +\. + + +-- +-- Name: account_invoice_tax_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_invoice_tax_id_seq', 1, false); + + +-- +-- Data for Name: account_journal; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal (id, code, create_date, sequence, write_uid, currency_id, at_least_one_inbound, bank_statements_source, bank_account_id, create_uid, group_invoice_lines, company_id, profit_account_id, display_on_footer, default_debit_account_id, show_on_dashboard, default_credit_account_id, sequence_id, write_date, refund_sequence_id, loss_account_id, update_posted, name, type, at_least_one_outbound, refund_sequence) FROM stdin; +\. + + +-- +-- Data for Name: account_journal_account_print_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal_account_print_journal_rel (account_print_journal_id, account_journal_id) FROM stdin; +\. + + +-- +-- Data for Name: account_journal_account_report_partner_ledger_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal_account_report_partner_ledger_rel (account_report_partner_ledger_id, account_journal_id) FROM stdin; +\. + + +-- +-- Data for Name: account_journal_accounting_report_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal_accounting_report_rel (accounting_report_id, account_journal_id) FROM stdin; +\. + + +-- +-- Name: account_journal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_journal_id_seq', 1, false); + + +-- +-- Data for Name: account_journal_inbound_payment_method_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal_inbound_payment_method_rel (journal_id, inbound_payment_method) FROM stdin; +\. + + +-- +-- Data for Name: account_journal_outbound_payment_method_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal_outbound_payment_method_rel (journal_id, outbound_payment_method) FROM stdin; +\. + + +-- +-- Data for Name: account_journal_type_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_journal_type_rel (journal_id, type_id) FROM stdin; +\. + + +-- +-- Data for Name: account_move; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_move (id, create_uid, name, state, ref, company_id, journal_id, currency_id, amount, matched_percentage, write_date, narration, date, create_date, write_uid, partner_id, statement_line_id) FROM stdin; +\. + + +-- +-- Name: account_move_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_move_id_seq', 1, false); + + +-- +-- Data for Name: account_move_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_move_line (id, create_date, statement_id, journal_id, currency_id, date_maturity, user_type_id, partner_id, blocked, analytic_account_id, create_uid, amount_residual, company_id, credit_cash_basis, amount_residual_currency, debit, ref, account_id, debit_cash_basis, reconciled, tax_exigible, balance_cash_basis, write_date, date, write_uid, move_id, product_id, payment_id, company_currency_id, name, invoice_id, full_reconcile_id, tax_line_id, credit, product_uom_id, amount_currency, balance, quantity) FROM stdin; +\. + + +-- +-- Data for Name: account_move_line_account_tax_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_move_line_account_tax_rel (account_move_line_id, account_tax_id) FROM stdin; +\. + + +-- +-- Name: account_move_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_move_line_id_seq', 1, false); + + +-- +-- Data for Name: account_move_line_reconcile; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_move_line_reconcile (id, create_uid, writeoff, company_id, write_uid, credit, write_date, debit, trans_nbr, create_date) FROM stdin; +\. + + +-- +-- Name: account_move_line_reconcile_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_move_line_reconcile_id_seq', 1, false); + + +-- +-- Data for Name: account_move_line_reconcile_writeoff; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_move_line_reconcile_writeoff (id, comment, create_uid, writeoff_acc_id, journal_id, analytic_id, write_date, date_p, create_date, write_uid) FROM stdin; +\. + + +-- +-- Name: account_move_line_reconcile_writeoff_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_move_line_reconcile_writeoff_id_seq', 1, false); + + +-- +-- Data for Name: account_move_reversal; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_move_reversal (id, create_uid, create_date, journal_id, write_uid, write_date, date) FROM stdin; +\. + + +-- +-- Name: account_move_reversal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_move_reversal_id_seq', 1, false); + + +-- +-- Data for Name: account_partial_reconcile; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_partial_reconcile (id, create_uid, currency_id, credit_move_id, full_reconcile_id, company_id, write_uid, amount, debit_move_id, write_date, amount_currency, create_date) FROM stdin; +\. + + +-- +-- Name: account_partial_reconcile_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_partial_reconcile_id_seq', 1, false); + + +-- +-- Data for Name: account_payment; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_payment (id, create_date, communication, journal_id, currency_id, partner_id, payment_method_id, payment_date, payment_difference_handling, company_id, state, writeoff_account_id, create_uid, move_name, partner_type, write_date, write_uid, name, destination_journal_id, amount, payment_type, payment_reference, payment_transaction_id, payment_token_id, bill_amount, invoice_id) FROM stdin; +\. + + +-- +-- Name: account_payment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_payment_id_seq', 1, false); + + +-- +-- Data for Name: account_payment_method; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_payment_method (id, create_uid, code, name, write_uid, payment_type, write_date, create_date) FROM stdin; +1 1 manual Manual 1 inbound 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 +2 1 manual Manual 1 outbound 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 +3 1 electronic Electronic 1 inbound 2019-03-20 07:11:11.81237 2019-03-20 06:39:49.357792 +\. + + +-- +-- Name: account_payment_method_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_payment_method_id_seq', 3, true); + + +-- +-- Data for Name: account_payment_term; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_payment_term (id, create_uid, name, company_id, write_uid, note, create_date, write_date, active) FROM stdin; +1 1 Immediate Payment 1 1 Payment term: Immediate Payment 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t +2 1 15 Days 1 1 Payment term: 15 Days 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t +3 1 30 Net Days 1 1 Payment term: 30 Net Days 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 t +\. + + +-- +-- Name: account_payment_term_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_payment_term_id_seq', 3, true); + + +-- +-- Data for Name: account_payment_term_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_payment_term_line (id, payment_id, create_uid, option, sequence, days, value, write_uid, write_date, create_date, value_amount) FROM stdin; +1 1 1 day_after_invoice_date 9 0 balance 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 0.00 +2 2 1 day_after_invoice_date 500 15 balance 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 0.00 +3 3 1 day_after_invoice_date 500 30 balance 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 0.00 +\. + + +-- +-- Name: account_payment_term_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_payment_term_line_id_seq', 3, true); + + +-- +-- Data for Name: account_print_journal; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_print_journal (id, create_uid, sort_selection, date_from, company_id, create_date, write_date, date_to, amount_currency, write_uid, target_move) FROM stdin; +\. + + +-- +-- Name: account_print_journal_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_print_journal_id_seq', 1, false); + + +-- +-- Data for Name: account_reconcile_model; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_reconcile_model (id, second_analytic_account_id, create_date, sequence, second_amount_type, second_journal_id, journal_id, analytic_account_id, create_uid, second_tax_id, has_second_line, company_id, label, second_label, second_account_id, account_id, write_date, write_uid, tax_id, amount_type, name, amount, second_amount) FROM stdin; +\. + + +-- +-- Name: account_reconcile_model_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_reconcile_model_id_seq', 1, false); + + +-- +-- Data for Name: account_reconcile_model_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_reconcile_model_template (id, amount_type, second_account_id, create_uid, account_id, second_tax_id, second_amount_type, has_second_line, sequence, label, write_uid, amount, write_date, second_label, create_date, second_amount, tax_id, name) FROM stdin; +\. + + +-- +-- Name: account_reconcile_model_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_reconcile_model_template_id_seq', 1, false); + + +-- +-- Data for Name: account_register_payments; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_register_payments (id, create_uid, payment_date, communication, journal_id, currency_id, partner_type, amount, payment_type, write_date, create_date, write_uid, partner_id, payment_method_id) FROM stdin; +\. + + +-- +-- Name: account_register_payments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_register_payments_id_seq', 1, false); + + +-- +-- Data for Name: account_report_general_ledger; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_report_general_ledger (id, create_uid, initial_balance, date_from, company_id, sortby, write_date, date_to, create_date, write_uid, display_account, target_move) FROM stdin; +\. + + +-- +-- Name: account_report_general_ledger_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_report_general_ledger_id_seq', 1, false); + + +-- +-- Data for Name: account_report_general_ledger_journal_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_report_general_ledger_journal_rel (account_id, journal_id) FROM stdin; +\. + + +-- +-- Data for Name: account_report_partner_ledger; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_report_partner_ledger (id, create_uid, reconciled, result_selection, company_id, create_date, write_date, date_to, amount_currency, write_uid, date_from, target_move) FROM stdin; +\. + + +-- +-- Name: account_report_partner_ledger_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_report_partner_ledger_id_seq', 1, false); + + +-- +-- Data for Name: account_tax; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax (id, create_date, sequence, write_uid, include_base_amount, description, create_uid, company_id, analytic, account_id, tax_adjustment, type_tax_use, refund_account_id, write_date, active, amount_type, name, tax_group_id, amount, price_include) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_account_tag; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_account_tag (account_tax_id, account_account_tag_id) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_account_voucher_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_account_voucher_line_rel (account_voucher_line_id, account_tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_filiation_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_filiation_rel (parent_tax, child_tax) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_group; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_group (id, create_uid, create_date, name, sequence, write_uid, write_date) FROM stdin; +1 1 2019-03-20 06:39:13.995111 Taxes 0 1 2019-03-20 06:39:13.995111 +\. + + +-- +-- Name: account_tax_group_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_tax_group_id_seq', 1, true); + + +-- +-- Name: account_tax_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_tax_id_seq', 1, false); + + +-- +-- Data for Name: account_tax_purchase_order_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_purchase_order_line_rel (purchase_order_line_id, account_tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_sale_advance_payment_inv_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_sale_advance_payment_inv_rel (sale_advance_payment_inv_id, account_tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_sale_order_line_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_sale_order_line_rel (sale_order_line_id, account_tax_id) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_template; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_template (id, create_date, sequence, write_uid, include_base_amount, description, create_uid, company_id, analytic, account_id, tax_adjustment, type_tax_use, refund_account_id, write_date, active, amount_type, name, tax_group_id, chart_template_id, amount, price_include) FROM stdin; +\. + + +-- +-- Data for Name: account_tax_template_filiation_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_tax_template_filiation_rel (parent_tax, child_tax) FROM stdin; +\. + + +-- +-- Name: account_tax_template_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_tax_template_id_seq', 1, false); + + +-- +-- Data for Name: account_unreconcile; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_unreconcile (id, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: account_unreconcile_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_unreconcile_id_seq', 1, false); + + +-- +-- Data for Name: account_voucher; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_voucher (id, date_due, create_date, reference, number, journal_id, narration, partner_id, account_date, create_uid, pay_now, message_last_post, state, tax_correction, account_id, voucher_type, write_date, date, write_uid, move_id, tax_amount, name, amount) FROM stdin; +\. + + +-- +-- Name: account_voucher_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_voucher_id_seq', 1, false); + + +-- +-- Data for Name: account_voucher_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.account_voucher_line (id, create_uid, voucher_id, account_id, sequence, price_unit, price_subtotal, company_id, write_uid, create_date, product_id, write_date, account_analytic_id, quantity, name) FROM stdin; +\. + + +-- +-- Name: account_voucher_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.account_voucher_line_id_seq', 1, false); + + +-- +-- Data for Name: accounting_report; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.accounting_report (id, create_uid, enable_filter, filter_cmp, date_from, date_to, company_id, date_to_cmp, label_filter, write_date, date_from_cmp, create_date, account_report_id, write_uid, debit_credit, target_move) FROM stdin; +\. + + +-- +-- Name: accounting_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.accounting_report_id_seq', 1, false); + + +-- +-- Data for Name: barcode_nomenclature; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.barcode_nomenclature (id, create_uid, name, write_uid, create_date, write_date, upc_ean_conv) FROM stdin; +1 1 Default Nomenclature 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 always +\. + + +-- +-- Name: barcode_nomenclature_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.barcode_nomenclature_id_seq', 1, true); + + +-- +-- Data for Name: barcode_rule; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.barcode_rule (id, create_uid, name, encoding, pattern, sequence, write_uid, alias, write_date, barcode_nomenclature_id, create_date, type) FROM stdin; +1 1 Product Barcodes any .* 90 1 0 2019-03-20 07:09:20.789122 1 2019-03-20 06:48:08.001898 product +2 1 Weight Barcodes 3 Decimals ean13 21.....{NNDDD} 36 1 0 2019-03-20 07:11:46.316296 1 2019-03-20 06:48:43.692344 weight +3 1 Package barcodes any PACK 70 1 0 2019-03-20 07:11:46.316296 1 2019-03-20 06:48:43.692344 package +4 1 Lot barcodes any 10 80 1 0 2019-03-20 07:11:46.316296 1 2019-03-20 06:48:43.692344 lot +5 1 Location barcodes any 414 60 1 0 2019-03-20 07:11:46.316296 1 2019-03-20 06:48:43.692344 location +\. + + +-- +-- Name: barcode_rule_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.barcode_rule_id_seq', 5, true); + + +-- +-- Name: base_cache_signaling; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_cache_signaling', 20, true); + + +-- +-- Data for Name: base_config_settings; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_config_settings (id, create_date, write_uid, module_google_calendar, module_auth_oauth, company_share_partner, create_uid, company_id, module_base_import, module_portal, group_multi_currency, module_google_drive, write_date, module_inter_company_rules, group_multi_company, module_share, alias_domain, fail_counter, auth_signup_uninvited, auth_signup_template_user_id, auth_signup_reset_password, company_share_product, group_product_variant) FROM stdin; +\. + + +-- +-- Name: base_config_settings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_config_settings_id_seq', 1, false); + + +-- +-- Data for Name: base_import_import; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_import (id, create_uid, write_date, file_type, file_name, write_uid, file, res_model, create_date) FROM stdin; +\. + + +-- +-- Name: base_import_import_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_import_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_char; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_char (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_char_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_char_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_char_noreadonly; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_char_noreadonly (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_char_noreadonly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_char_noreadonly_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_char_readonly; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_char_readonly (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_char_readonly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_char_readonly_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_char_required; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_char_required (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_char_required_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_char_required_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_char_states; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_char_states (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_char_states_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_char_states_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_char_stillreadonly; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_char_stillreadonly (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_char_stillreadonly_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_char_stillreadonly_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_m2o; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_m2o (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_m2o_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_m2o_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_m2o_related; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_m2o_related (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_m2o_related_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_m2o_related_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_m2o_required; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_m2o_required (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_m2o_required_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_m2o_required_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_m2o_required_related; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_m2o_required_related (id, create_uid, create_date, value, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_m2o_required_related_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_m2o_required_related_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_o2m; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_o2m (id, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Data for Name: base_import_tests_models_o2m_child; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_o2m_child (id, create_uid, create_date, value, write_uid, parent_id, write_date) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_o2m_child_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_o2m_child_id_seq', 1, false); + + +-- +-- Name: base_import_tests_models_o2m_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_o2m_id_seq', 1, false); + + +-- +-- Data for Name: base_import_tests_models_preview; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_import_tests_models_preview (id, create_uid, othervalue, name, write_uid, write_date, create_date, somevalue) FROM stdin; +\. + + +-- +-- Name: base_import_tests_models_preview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_import_tests_models_preview_id_seq', 1, false); + + +-- +-- Data for Name: base_language_export; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_language_export (id, lang, create_uid, name, format, write_uid, state, write_date, create_date, data) FROM stdin; +\. + + +-- +-- Name: base_language_export_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_language_export_id_seq', 1, false); + + +-- +-- Data for Name: base_language_import; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_language_import (id, create_uid, code, name, filename, write_date, create_date, write_uid, data, overwrite) FROM stdin; +\. + + +-- +-- Name: base_language_import_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_language_import_id_seq', 1, false); + + +-- +-- Data for Name: base_language_install; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_language_install (id, lang, create_uid, write_uid, state, write_date, create_date, overwrite) FROM stdin; +\. + + +-- +-- Name: base_language_install_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_language_install_id_seq', 1, false); + + +-- +-- Data for Name: base_module_configuration; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_module_configuration (id, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_module_configuration_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_module_configuration_id_seq', 1, false); + + +-- +-- Data for Name: base_module_update; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_module_update (id, create_uid, updated, added, write_uid, state, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: base_module_update_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_module_update_id_seq', 1, false); + + +-- +-- Data for Name: base_module_upgrade; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_module_upgrade (id, create_uid, write_uid, write_date, create_date, module_info) FROM stdin; +\. + + +-- +-- Name: base_module_upgrade_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_module_upgrade_id_seq', 1, false); + + +-- +-- Name: base_registry_signaling; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_registry_signaling', 9, true); + + +-- +-- Data for Name: base_update_translations; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.base_update_translations (id, lang, create_uid, create_date, write_uid, write_date) FROM stdin; +\. + + +-- +-- Name: base_update_translations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.base_update_translations_id_seq', 1, false); + + +-- +-- Data for Name: bus_bus; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.bus_bus (id, create_uid, write_uid, write_date, create_date, message, channel) FROM stdin; +1 1 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 {"body":"

    Welcome to the #general channel.

    \\n

    This channel is accessible to all users to easily share company information.

    ","customer_email_data":[],"record_name":"general","tracking_value_ids":[],"channel_ids":[1],"subtype_description":false,"date":"2019-03-20 06:38:35","partner_ids":[],"author_id":[3,"Administrator"],"subject":"Welcome to Odoo!","attachment_ids":[],"needaction_partner_ids":[],"message_type":"email","starred_partner_ids":[],"customer_email_status":"sent","id":1,"is_note":false,"subtype_id":[1,"Discussions"],"model":"mail.channel","res_id":1,"email_from":"Administrator "} ["odoo","mail.channel",1] +2 1 1 2019-03-20 06:39:45.927256 2019-03-20 06:39:45.927256 {"body":"

    Odoo's electronic invoicing accelerates the creation of invoices and collection of customer payments. Invoices are created in a few clicks and your customers receive them by email. They can pay online and/or import them in their own system.

    \\n

    You can track customer payments easily and automate follow-ups. You get an overview of the discussion with your customers on each invoice for easier traceability. For advanced accounting features, you should install the \\"Accounting and Finance\\" module.

    ","customer_email_data":[],"record_name":"general","tracking_value_ids":[],"channel_ids":[1],"subtype_description":false,"date":"2019-03-20 06:39:47","partner_ids":[],"author_id":[3,"Administrator"],"subject":"eInvoicing & Payments application installed!","attachment_ids":[],"needaction_partner_ids":[],"message_type":"notification","starred_partner_ids":[],"customer_email_status":"sent","id":3,"is_note":false,"subtype_id":[1,"Discussions"],"model":"mail.channel","res_id":1,"email_from":"Administrator "} ["odoo","mail.channel",1] +3 1 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 {"body":"

    This application lets you create and send quotations and process your sales orders; from delivery to invoicing.

    \\n

    If you need to manage your sales pipeline (leads, opportunities, phonecalls), the CRM application may be useful.

    ","customer_email_data":[],"record_name":"general","tracking_value_ids":[],"channel_ids":[1],"subtype_description":false,"date":"2019-03-20 06:48:18","partner_ids":[],"author_id":[3,"Administrator"],"subject":"Sales Management application installed!","attachment_ids":[],"needaction_partner_ids":[],"message_type":"notification","starred_partner_ids":[],"customer_email_status":"sent","id":6,"is_note":false,"subtype_id":[1,"Discussions"],"model":"mail.channel","res_id":1,"email_from":"Administrator "} ["odoo","mail.channel",1] +4 1 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 {"body":"

    Manage your product inventory and stock locations: you can control stock moves history and planning,\\nwatch your stock valuation, and track production lots (based on serial numbers).

    ","customer_email_data":[],"record_name":"general","tracking_value_ids":[],"channel_ids":[1],"subtype_description":false,"date":"2019-03-20 06:49:02","partner_ids":[],"author_id":[3,"Administrator"],"subject":"Inventory Management application installed!","attachment_ids":[],"needaction_partner_ids":[],"message_type":"notification","starred_partner_ids":[],"customer_email_status":"sent","id":7,"is_note":false,"subtype_id":[1,"Discussions"],"model":"mail.channel","res_id":1,"email_from":"Administrator "} ["odoo","mail.channel",1] +5 1 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 {"body":"

    Create purchase orders to buy products from your vendors, control supplier bills and manage payments.

    \\n

    If you need to manage blanket orders, purchase requisitions, or purchase tenders, activate them through the Configuration menu.

    ","customer_email_data":[],"record_name":"general","tracking_value_ids":[],"channel_ids":[1],"subtype_description":false,"date":"2019-03-20 06:51:56","partner_ids":[],"author_id":[3,"Administrator"],"subject":"Purchase Management application installed!","attachment_ids":[],"needaction_partner_ids":[],"message_type":"notification","starred_partner_ids":[],"customer_email_status":"sent","id":8,"is_note":false,"subtype_id":[1,"Discussions"],"model":"mail.channel","res_id":1,"email_from":"Administrator "} ["odoo","mail.channel",1] +6 1 1 2019-03-20 07:03:50.25931 2019-03-20 07:03:50.25931 {"body":"

    With Odoo's accounting, you get instant access to your financial data, and can setup analytic accounting, forecast taxes, control budgets, easily create and send invoices, record bank statements, etc.

    \\n

    The accounting features are fully integrated with other Odoo applications to automate all your processes: creation of customer invoices, control of supplier bills, point-of-sale integration, automated follow-ups, etc.

    ","customer_email_data":[],"record_name":"general","tracking_value_ids":[],"channel_ids":[1],"subtype_description":false,"date":"2019-03-20 07:03:50","partner_ids":[],"author_id":[3,"Administrator"],"subject":"Accounting and Finance application installed!","attachment_ids":[],"needaction_partner_ids":[],"message_type":"notification","starred_partner_ids":[],"customer_email_status":"sent","id":9,"is_note":false,"subtype_id":[1,"Discussions"],"model":"mail.channel","res_id":1,"email_from":"Administrator "} ["odoo","mail.channel",1] +\. + + +-- +-- Name: bus_bus_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.bus_bus_id_seq', 6, true); + + +-- +-- Data for Name: bus_presence; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.bus_presence (id, status, user_id, last_presence, last_poll) FROM stdin; +1 offline 1 2019-03-20 07:14:16 2019-03-20 07:17:16 +\. + + +-- +-- Name: bus_presence_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.bus_presence_id_seq', 1, true); + + +-- +-- Data for Name: cash_box_in; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.cash_box_in (id, create_uid, name, write_uid, amount, write_date, create_date, ref) FROM stdin; +\. + + +-- +-- Name: cash_box_in_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.cash_box_in_id_seq', 1, false); + + +-- +-- Data for Name: cash_box_out; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.cash_box_out (id, create_uid, name, write_uid, amount, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: cash_box_out_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.cash_box_out_id_seq', 1, false); + + +-- +-- Data for Name: change_password_user; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.change_password_user (id, create_uid, user_login, new_passwd, wizard_id, write_uid, create_date, write_date, user_id) FROM stdin; +\. + + +-- +-- Name: change_password_user_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.change_password_user_id_seq', 1, false); + + +-- +-- Data for Name: change_password_wizard; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.change_password_wizard (id, create_uid, write_uid, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: change_password_wizard_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.change_password_wizard_id_seq', 1, false); + + +-- +-- Data for Name: crm_team; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.crm_team (id, create_date, color, write_uid, create_uid, user_id, message_last_post, company_id, write_date, active, name, reply_to, use_quotations, invoiced_target, use_invoices) FROM stdin; +1 2019-03-20 06:48:10.08327 \N 1 1 \N \N \N 2019-03-20 06:48:10.08327 t Direct Sales \N t \N \N +2 2019-03-20 06:48:10.08327 \N 1 1 \N \N \N 2019-03-20 06:48:10.08327 t Website Sales \N t \N \N +\. + + +-- +-- Name: crm_team_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.crm_team_id_seq', 2, true); + + +-- +-- Data for Name: decimal_precision; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.decimal_precision (id, digits, create_uid, create_date, name, write_uid, write_date) FROM stdin; +1 2 1 2019-03-20 06:38:52.19915 Product Price 1 2019-03-20 06:38:52.19915 +2 2 1 2019-03-20 06:38:52.19915 Discount 1 2019-03-20 06:38:52.19915 +3 2 1 2019-03-20 06:38:52.19915 Stock Weight 1 2019-03-20 06:38:52.19915 +4 3 1 2019-03-20 06:38:52.19915 Product Unit of Measure 1 2019-03-20 06:38:52.19915 +5 6 1 2019-03-20 06:39:13.995111 Payment Terms 1 2019-03-20 06:39:13.995111 +\. + + +-- +-- Name: decimal_precision_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.decimal_precision_id_seq', 5, true); + + +-- +-- Data for Name: decimal_precision_test; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.decimal_precision_test (id, create_uid, float_2, "float", float_4, write_uid, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: decimal_precision_test_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.decimal_precision_test_id_seq', 1, false); + + +-- +-- Data for Name: district_tehsil; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.district_tehsil (id, create_uid, name, country_id, district_id, write_uid, create_date, write_date, state_id) FROM stdin; +\. + + +-- +-- Name: district_tehsil_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.district_tehsil_id_seq', 1, false); + + +-- +-- Data for Name: email_template_attachment_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.email_template_attachment_rel (email_template_id, attachment_id) FROM stdin; +\. + + +-- +-- Data for Name: email_template_preview; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.email_template_preview (id, create_date, sub_object, auto_delete, mail_server_id, write_uid, partner_to, ref_ir_act_window, subject, create_uid, report_template, ref_ir_value, user_signature, null_value, email_cc, res_id, model_id, sub_model_object_field, body_html, email_to, scheduled_date, write_date, copyvalue, lang, name, model_object_field, report_name, use_default_to, reply_to, model, email_from) FROM stdin; +\. + + +-- +-- Name: email_template_preview_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.email_template_preview_id_seq', 1, false); + + +-- +-- Data for Name: email_template_preview_res_partner_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.email_template_preview_res_partner_rel (email_template_preview_id, res_partner_id) FROM stdin; +\. + + +-- +-- Data for Name: event_records; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.event_records (id, category, create_uid, uuid, title, "timestamp", object, uri, write_uid, write_date, create_date) FROM stdin; +\. + + +-- +-- Name: event_records_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.event_records_id_seq', 1, false); + + +-- +-- Data for Name: fetchmail_server; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.fetchmail_server (id, create_date, write_uid, active, create_uid, configuration, script, object_id, port, priority, attach, state, type, action_id, "user", write_date, date, password, name, is_ssl, server, original) FROM stdin; +\. + + +-- +-- Name: fetchmail_server_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.fetchmail_server_id_seq', 1, false); + + +-- +-- Data for Name: ir_act_client; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_client (id, create_uid, help, write_uid, write_date, usage, create_date, type, name, res_model, params_store, tag, context, target) FROM stdin; +1 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.client Open Settings Menu \N \\x7b276d656e755f6964273a20347d reload {} current +38 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.client App Store \N \N apps {} current +39 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.client Updates \N \\x7b7d apps.updates {} current +76 1 \N 1 2019-03-20 07:09:34.193992 \N 2019-03-20 06:36:28.824916 ir.actions.client Dashboard \N \N web_settings_dashboard.main {} current +88 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.client Chat mail.channel \\x7b20202020202020202020202020202020202764656661756c745f6163746976655f6964273a20276368616e6e656c5f696e626f7827202020202020202020202020207d mail.chat.instant_messaging {} current +150 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.client Reconciliation on Bank Statements \N \N bank_statement_reconciliation_view {'statement_ids': [active_id]} current +154 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.client Reconciliation on Bank Statements account.bank.statement.line \N bank_statement_reconciliation_view {} current +155 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.client Journal Items to Reconcile account.move.line \N manual_reconciliation_view {} current +177 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.client Manual Reconciliation \N \N manual_reconciliation_view {} current +\. + + +-- +-- Data for Name: ir_act_report_xml; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_report_xml (id, create_uid, help, write_uid, write_date, usage, create_date, type, name, parser, header, report_type, ir_values_id, attachment, report_sxw_content_data, report_xml, report_rml_content_data, auto, report_file, multi, report_xsl, report_rml, report_name, attachment_use, model, paperformat_id, print_report_name) FROM stdin; +267 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Package BarCode with Contents \N t qweb-pdf 116 \N \N \N \N t stock.report_package_barcode f \N stock.report_package_barcode stock.report_package_barcode f stock.quant.package \N \N +244 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.report.xml Quotation / Order \N t qweb-pdf 112 \N \N \N \N t sale.report_saleorder f \N sale.report_saleorder sale.report_saleorder f sale.order \N \N +119 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.report.xml Products Labels \N t qweb-pdf 79 \N \N \N \N t product.report_productlabel f \N product.report_productlabel product.report_productlabel f product.product \N \N +178 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Invoices \N t qweb-pdf 97 (object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf') \N \N \N t account.report_invoice f \N account.report_invoice account.report_invoice t account.invoice \N \N +95 1 \N 1 2019-03-20 07:09:47.514696 \N 2019-03-20 06:38:40.560218 ir.actions.report.xml Preview Internal Report \N t qweb-pdf 75 \N \N \N \N t report.preview_internalreport f \N report.preview_internalreport report.preview_internalreport f res.company \N \N +264 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Picking Operations \N t qweb-pdf 113 \N \N \N \N t stock.report_picking_operations f \N stock.report_picking_operations stock.report_picking f stock.picking \N \N +179 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Duplicates \N t qweb-pdf 98 \N \N \N \N t account.report_invoice_duplicate f \N account.report_invoice_duplicate account.account_invoice_report_duplicate_main t account.invoice \N \N +265 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Delivery Slip \N t qweb-pdf 114 \N \N \N \N t stock.report_deliveryslip f \N stock.report_deliveryslip stock.report_deliveryslip f stock.picking \N \N +266 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Inventory \N t qweb-pdf 115 \N \N \N \N t stock.report_inventory f \N stock.report_inventory stock.report_inventory f stock.inventory \N \N +29 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.report.xml Model Overview \N t qweb-pdf 70 \N \N \N \N t base.report_irmodeloverview f \N base.report_irmodeloverview base.report_irmodeloverview f ir.model \N \N +120 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.report.xml Products Labels \N t qweb-pdf 80 \N \N \N \N t product.report_producttemplatelabel f \N product.report_producttemplatelabel product.report_producttemplatelabel f product.template \N \N +96 1 \N 1 2019-03-20 07:09:47.514696 \N 2019-03-20 06:38:40.560218 ir.actions.report.xml Preview External Report \N t qweb-pdf 76 \N \N \N \N t report.preview_externalreport f \N report.preview_externalreport report.preview_externalreport f res.company \N \N +40 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.report.xml Technical guide \N t qweb-pdf 71 \N \N \N \N f base.report_irmodulereference f \N base.report_irmodulereference base.report_irmodulereference f ir.module.module \N \N +121 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.report.xml Pricelist \N t qweb-pdf \N \N \N \N \N t product.report_pricelist f \N product.report_pricelist product.report_pricelist f product.product \N \N +49 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.report.xml Preview RML Report \N t pdf \N \N \N \N \N t base/report/preview_report.rml f \N base/report/preview_report.rml preview.report f res.config.settings \N \N +346 1 \N 1 2019-03-20 07:13:29.407179 \N 2019-03-20 06:52:11.137174 ir.actions.report.xml Account Payment \N t qweb-pdf 124 \N \N \N \N t bahmni_stock.report_account_payment_template f \N bahmni_stock.report_account_payment_template bahmni_stock.report_account_payment_template f account.payment \N \N +185 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Sale/Purchase Journal \N t qweb-pdf 103 \N \N \N \N t account.report_journal f \N account.report_journal account.report_journal f report.account.report_journal \N \N +180 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Due Payments \N t qweb-pdf 99 \N \N \N \N t account.report_overdue f \N account.report_overdue account.report_overdue f res.partner \N \N +269 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Location BarCode \N t qweb-pdf 118 \N \N \N \N t stock.report_location_barcode f \N stock.report_location_barcode stock.report_location_barcode f stock.location \N \N +181 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml General Ledger \N t qweb-pdf 100 \N \N \N \N t account.report_generalledger f \N account.report_generalledger account.report_generalledger f account.report.general.ledger \N \N +182 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Trial Balance \N t qweb-pdf 101 \N \N \N \N t account.report_trialbalance f \N account.report_trialbalance account.report_trialbalance f account.balance.report \N \N +270 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Lot BarCode \N t qweb-pdf 119 \N \N \N \N t stock.report_lot_barcode f \N stock.report_lot_barcode stock.report_lot_barcode f stock.production.lot \N \N +183 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Financial report \N t qweb-pdf 102 \N \N \N \N t account.report_financial f \N account.report_financial account.report_financial f account.financial.report \N \N +184 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Aged Partner Balance \N t qweb-pdf \N \N \N \N \N t account.report_agedpartnerbalance f \N account.report_agedpartnerbalance account.report_agedpartnerbalance f res.partner \N \N +186 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.report.xml Partner Ledger \N t qweb-pdf 104 \N \N \N \N t account.report_partnerledger f \N account.report_partnerledger account.report_partnerledger f report.account.report_partnerledger \N \N +268 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.report.xml Package BarCode \N t qweb-pdf 117 \N \N \N \N t stock.report_package_barcode f \N stock.report_package_barcode stock.report_package_barcode_small f stock.quant.package \N \N +331 1 \N 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.report.xml Purchase Order \N t qweb-pdf 122 \N \N \N \N t purchase.report_purchaseorder f \N purchase.report_purchaseorder purchase.report_purchaseorder f purchase.order \N \N +332 1 \N 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.report.xml Request for Quotation \N t qweb-pdf 123 \N \N \N \N t purchase.report_purchasequotation f \N purchase.report_purchasequotation purchase.report_purchasequotation f purchase.order \N \N +\. + + +-- +-- Data for Name: ir_act_server; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_server (id, create_uid, help, write_uid, write_date, usage, create_date, type, name, code, sequence, crud_model_id, ref_object, wkf_model_id, crud_model_name, use_relational_model, use_create, wkf_field_id, id_object, state, id_value, action_id, model_id, wkf_model_name, sub_model_object_field, link_new_record, wkf_transition_id, sub_object, use_write, condition, copyvalue, write_expression, menu_ir_values_id, model_object_field, link_field_id, template_id) FROM stdin; +8 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.server Run Remaining Action Todo \nconfig = model.next() or {}\nif config.get('type') not in ('ir.actions.act_window_close',):\n action = config\n 5 \N \N \N \N base new \N \N code \N \N 82 \N \N f \N \N current True \N \N \N \N \N \N +48 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.server Module Immediate Install records.button_immediate_install() 5 \N \N \N \N base new \N \N code \N \N 63 \N \N f \N \N current True \N \N \N \N \N \N +226 1 \N 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.server Run Procurements \nif records:\n records.run()\n 5 \N \N \N \N base new \N \N code \N \N 233 \N \N f \N \N current True \N \N \N \N \N \N +\. + + +-- +-- Data for Name: ir_act_url; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_url (id, create_uid, help, write_uid, write_date, usage, create_date, type, name, target, url) FROM stdin; +2 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_url App Switcher self /web +\. + + +-- +-- Data for Name: ir_act_window; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_window (id, create_uid, help, write_uid, write_date, usage, create_date, type, name, domain, res_model, search_view_id, src_model, view_type, view_id, view_mode, multi, target, auto_search, res_id, filter, "limit", context) FROM stdin; +251 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sale Order Lines [('state', 'in', ['sale', 'done'])] sale.order.line \N \N form \N tree,form f current t \N f 80 {'search_default_product_id': [active_id], 'default_product_id': active_id} +252 1

    \n Create a Quotation, the first step of a new sale.\n

    \n Your next actions should flow efficiently: confirm the Quotation to a Sale Order, then create the Invoice and collect the Payment.\n

    \n Note that once a Quotation becomes a Sale Order, it will be moved from the Quotations list to the Sales Order list.\n

    \n 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sales Orders [('state','not in',('draft','sent','cancel'))] sale.order 542 \N form \N tree,form,calendar,graph f current t \N f 80 {\n 'search_default_team_id': [active_id],\n 'default_team_id': active_id,\n }\n +253 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sales Orders [('state', '=', 'sale'),('invoice_status','=','to invoice')] sale.order 542 \N form \N tree,form,calendar,graph f current t \N f 80 {\n 'search_default_team_id': [active_id],\n 'default_team_id': active_id,\n }\n +254 1

    \n Create a Quotation, the first step of a new sale.\n

    \n Your next actions should flow efficiently: confirm the Quotation\n to a Sale Order, then create the Invoice and collect the Payment.\n

    \n Note that once a Quotation becomes a Sale Order, it will be moved\n from the Quotations list to the Sales Order list.\n

    \n 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Quotations [] sale.order 541 \N form 537 tree,form,calendar,graph f current t \N f 80 {\n 'hide_sale': True,\n 'search_default_team_id': [active_id],\n 'default_team_id': active_id,\n 'show_address': 1,\n }\n +255 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Invoices [\n ('state', 'not in', ['draft', 'cancel']),\n ('type', '=', 'out_invoice')] account.invoice 419 \N form 414 tree,form,calendar,graph f current t \N f 80 {\n 'search_default_team_id': [active_id],\n 'default_team_id': active_id,\n 'default_type':'out_invoice',\n 'type':'out_invoice',\n 'journal_type': 'sale',\n }\n +256 1

    This report performs analysis on your quotations. Analysis check your sales revenues and sort it by different group criteria (salesman, partner, product, etc.) Use this report to perform analysis on sales not having invoiced yet. If you want to analyse your turnover, you should use the Invoice Analysis report in the Accounting application.

    1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Quotations Analysis [('state','=','draft'),('team_id', '=', active_id)] sale.report \N \N form \N graph f current t \N f 80 {'search_default_order_month':1} +257 1

    This report performs analysis on your sales orders. Analysis check your sales revenues and sort it by different group criteria (salesman, partner, product, etc.) Use this report to perform analysis on sales not having invoiced yet. If you want to analyse your turnover, you should use the Invoice Analysis report in the Accounting application.

    1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sales Analysis [('state','not in',('draft','cancel')),('team_id', '=', active_id)] sale.report \N \N form \N graph f current t \N f 80 {'search_default_order_month':1} +258 1

    From this report, you can have an overview of the amount invoiced to your customer. The search tool can also be used to personalise your Invoices reports and so, match this analysis to your needs.

    1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Invoices Analysis [('team_id', '=', active_id),('state', 'not in', ['draft', 'cancel'])] account.invoice.report \N \N form \N graph f current t \N f 80 {'search_default_month':1} +259 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window New Quotation \N sale.order 541 \N form \N form f current t \N f 80 {\n 'search_default_team_id': [active_id],\n 'default_team_id': active_id,\n 'default_user_id': uid,\n }\n +260 1

    \n Create a Quotation, the first step of a new sale.\n

    \n Your next actions should flow efficiently: confirm the Quotation to a Sale Order, then create the Invoice and collect the Payment.\n

    \n Note that once a Quotation becomes a Sale Order, it will be moved from the Quotations list to the Sales Order list.\n

    \n 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Quotations and Sales \N sale.order \N \N form \N tree,form,graph f current t \N f 80 {'search_default_partner_id': active_id} +3 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Actions \N ir.actions.actions 6 \N form 5 tree,form f current t \N f 80 {} +4 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Reports \N ir.actions.report.xml 9 \N form 8 tree,form f current t \N f 80 {} +5 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Window Actions \N ir.actions.act_window 12 \N form \N tree,form f current t \N f 80 {} +271 1

    Display the latest Inventories and Moves done on your products and easily sort them with specific filtering criteria. If you do frequent and partial inventories, you need this report in order to ensure that the stock of each product is controlled at least once a year. This also lets you find out which products have seen little move lately and may deserve special measures (discounted sale, quality control...)

    1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Latest Inventories & Moves \N report.stock.lines.date \N \N form \N tree,form f current t \N f 80 {'search_default_stockable':1} +272 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Update Product Quantity \N stock.change.product.qty \N \N form 582 form f new t \N f 80 {} +273 1 \N 1 2019-03-20 07:11:46.316296 2019-03-20 06:48:43.692344 ir.actions.act_window Reverse Transfer [] stock.return.picking \N form \N form f new t \N f 0 {} +274 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Procurement Request \N make.procurement \N product.product form \N form f new t \N f 80 {} +275 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Run Reordering Rules \N procurement.orderpoint.compute \N \N form \N form f new t \N f 80 {} +276 1

    \n Click to scrap products.\n

    \n Products you scrap will be removed from the stock and moved to a specific scrap location, for reporting purposes.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Scrap \N stock.scrap \N \N form \N tree,form f current t \N f 80 {} +277 1

    \n Click to start an inventory.\n

    \n Periodical Inventories are used to count the number of products\n available per location. You can use it once a year when you do\n the general inventory or whenever you need it, to adapt the\n current inventory level of a product.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Inventory Adjustments \N stock.inventory 599 \N form 600 tree,form f current t \N f 80 {} +278 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Inventory Lines [('inventory_id', '=', active_id)] stock.inventory.line \N \N form 597 tree f current t \N f 80 {} +279 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Incoterms \N stock.incoterms \N \N form \N tree,form f current t \N f 80 {} +280 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Quants \N stock.quant \N \N form \N tree,form f current t \N f 80 {'search_default_lot_id': active_id} +281 1

    \n Click to add a lot/serial number.\n

    \n This is the list of all the production lots you recorded. When\n you select a lot, you can get the traceability of the products contained in lot.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Lots/Serial Numbers \N stock.production.lot 607 \N form 606 tree,form f current t \N f 80 {} +282 1

    \n Click to create a new picking type.\n

    \n The picking type system allows you to assign each stock\n operation a specific type which will alter its views accordingly.\n On the picking type you could e.g. specify if packing is needed by default,\n if it should show the customer.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Inventory \N stock.picking.type \N \N form \N kanban,form f current t \N f 80 {} +283 1

    \n Click to define a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window All Operations \N stock.picking.type \N \N form \N list,form f current t \N f 80 {} +284 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Stock Operations \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'contact_display': 'partner_address',\n }\n +285 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window All Transfers \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n }\n +286 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Done Transfers \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n 'search_default_done': 1,\n }\n +287 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window To Do \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n 'search_default_available': 1,\n }\n +74 1 \N 1 2019-03-20 07:09:27.281163 \N 2019-03-20 06:36:23.704503 ir.actions.act_window Planners \N web.planner 198 \N form 197 tree f current t \N f 80 {'search_default_active': True} +75 1 \N 1 2019-03-20 07:09:29.78541 \N 2019-03-20 06:36:25.02442 ir.actions.act_window Tours \N web_tour.tour 202 \N form 201 tree,form f current t \N f 80 {} +288 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Done Transfers by Date \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n 'search_default_done': 1,\n 'group_by': ['date'],\n }\n +289 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Waiting Transfers \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n 'search_default_waiting': 1,\n }\n +290 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Late Transfers \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n 'search_default_late': 1,\n 'search_default_confirmed': 1,\n }\n +291 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Backorders \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n 'search_default_backorder': 1,\n 'search_default_confirmed': 1,\n }\n +93 1 \N 1 2019-03-20 07:09:47.514696 \N 2019-03-20 06:38:40.560218 ir.actions.act_window Paper Format General Configuration \N report.paperformat \N \N form \N tree,form f current t \N f 80 {} +77 1 \N 1 2019-03-20 07:09:17.829883 \N 2019-03-20 06:38:25.435823 ir.actions.act_window Decimal Accuracy \N decimal.precision \N \N form \N tree,form f current t \N f 80 {} +78 1 \N 1 2019-03-20 07:09:32.613036 \N 2019-03-20 06:38:28.102318 ir.actions.act_window General Settings \N base.config.settings \N \N form \N form f inline t \N f 80 {} +79 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Compose Email \N mail.compose.message \N mail.compose.message form \N form f new t \N f 80 {} +81 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Subtypes \N mail.message.subtype \N \N form \N tree,form f current t \N f 80 {} +94 1 \N 1 2019-03-20 07:09:47.514696 \N 2019-03-20 06:38:40.560218 ir.actions.act_window Reports \N ir.actions.report.xml \N \N form \N tree,form f current t \N f 80 {} +97 1

    \n Click to add a new tag.\n

    \n 1 2019-03-20 07:09:50.782644 \N 2019-03-20 06:38:43.686983 ir.actions.act_window Analytic Accounts Tags \N account.analytic.tag \N \N form \N tree,form f current t \N f 80 {} +98 1

    \n No activity yet on this account.\n

    \n In Odoo, sale orders and projects are implemented using\n analytic accounts. You can track costs and revenues to analyse\n your margins easily.\n

    \n Costs will be created automatically when you register supplier\n invoices, expenses or timesheets.\n

    \n Revenues will be created automatically when you create customer\n invoices. Customer invoices can be created based on sale orders\n (fixed price invoices), on timesheets (based on the work done) or\n on expenses (e.g. reinvoicing of travel costs).\n

    \n 1 2019-03-20 07:09:50.782644 \N 2019-03-20 06:38:43.686983 ir.actions.act_window Costs & Revenues [('account_id','=', active_id)] account.analytic.line \N \N form 272 tree,form,graph,pivot f current t \N f 80 {'search_default_group_date': 1, 'default_account_id': active_id} +99 1

    \n Click to add an analytic account.\n

    \n 1 2019-03-20 07:09:50.782644 \N 2019-03-20 06:38:43.686983 ir.actions.act_window Chart of Analytic Accounts \N account.analytic.account 275 \N form 274 tree,form f current t \N f 80 {'search_default_active':1} +100 1 \N 1 2019-03-20 07:09:50.782644 \N 2019-03-20 06:38:43.686983 ir.actions.act_window Analytic Accounts \N account.analytic.account 275 \N form \N tree,form f current t \N f 80 {'search_default_active':1} +102 1 \N 1 2019-03-20 07:09:56.100574 \N 2019-03-20 06:38:47.430172 ir.actions.act_window Incoming Mail Servers \N fetchmail.server 288 \N form 286 tree,form f current t \N f 80 {} +103 1 \N 1 2019-03-20 07:09:56.100574 2019-03-20 06:38:47.430172 ir.actions.act_window Messages [('email_from', '!=', False), ('fetchmail_server_id', '=', active_id)] mail.mail \N fetchmail.server form \N tree,form f current t \N f 0 {'default_fetchmail_server_id': active_id, 'search_default_server_id': active_id} +104 1 \N 1 2019-03-20 07:09:58.889473 2019-03-20 06:38:52.19915 ir.actions.act_window Price List [] product.price_list \N product.product form \N form f new t \N f 0 {} +105 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Variant Values [('product_ids.product_tmpl_id', '=', active_id)] product.attribute.value \N \N form 293 tree f current t \N f 80 {'default_product_tmpl_id': active_id} +106 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Attributes \N product.attribute \N \N form \N tree f current t \N f 80 {} +107 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Attribute Values \N product.attribute.value \N \N form \N tree f current t \N f 80 {} +108 1

    \n Click to add a new unit of measure.\n

    \n You must define a conversion rate between several Units of\n Measure within the same category.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Units of Measure \N product.uom \N \N form 298 tree,form f current t \N f 80 {} +292 1

    \n Click to create a stock operation.\n

    \n Most operations are prepared automatically by Odoo according\n to your preconfigured logistics rules, but you can also record\n manual stock movements.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Transfers \N stock.picking 616 \N form \N tree,kanban,form,calendar f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n }\n +293 1

    \n Click here to create a new transfer.\n

    \n You can either do it immediately or mark it as Todo for future processing. Use your scanner to validate the transferred quantity quicker.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window New Transfer \N stock.picking 616 \N form \N form f current t \N f 80 {\n 'search_default_picking_type_id': [active_id],\n 'default_picking_type_id': active_id,\n 'contact_display': 'partner_address',\n }\n +294 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Pickings for Groups [('group_id','=',active_id)] stock.picking \N \N form \N tree,form f current t \N f 80 {} +295 1

    This analysis gives you a fast overview on the current stock level of your products and their current inventory value.

    1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Inventory Valuation \N stock.quant \N \N form \N tree,form,pivot f current t \N f 80 {'search_default_internal_loc': 1, 'search_default_stockable': 1, 'group_by': ['product_id', 'location_id']} +296 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Stock On Hand [('product_id.product_tmpl_id', '=', active_id)] stock.quant \N \N form \N tree,form f current t \N f 80 {'search_default_internal_loc': 1, 'search_default_productgroup':1, 'search_default_locationgroup':1} +297 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Stock On Hand [('product_id', '=', active_id)] stock.quant \N \N form \N tree,form f current t \N f 80 {'search_default_internal_loc': 1, 'search_default_locationgroup':1} +298 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Current Stock [('location_id', 'child_of', active_ids)] stock.quant \N \N form \N tree,form f current t \N f 80 {'search_default_productgroup': 1} +299 1

    Packages are usually created by pack operations made on transfers and can contains several different products. You can then reuse a package to move its whole content somewhere else, or to pack it into another bigger package. A package can also be unpacked, allowing the disposal of its former content as single units again.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Packages \N stock.quant.package \N \N form \N tree,form f current t \N f 80 {} +300 1 \N 1 2019-03-20 07:11:46.316296 2019-03-20 06:48:43.692344 ir.actions.act_window Products [] product.product \N stock.location form \N tree,form f current t \N f 0 {'search_default_real_stock_available': 1, 'search_default_real_stock_negative': 1, 'search_default_virtual_stock_available': 1, 'search_default_virtual_stock_negative': 1, 'location': active_id} +301 1

    \n Click to add a location.\n

    \n Define your locations to reflect your warehouse structure and\n organization. Odoo is able to manage physical locations\n (warehouses, shelves, bin, etc), partner locations (customers,\n vendors) and virtual locations which are the counterpart of\n the stock operations like the manufacturing orders\n consumptions, inventories, etc.\n

    \n Every stock operation in Odoo moves the products from one\n location to another one. For instance, if you receive products\n from a vendor, Odoo will move products from the Vendor\n location to the Stock location. Each report can be performed on\n physical, partner or virtual locations.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Locations \N stock.location 627 \N form 628 tree,form f current t \N f 80 {'search_default_in_location':1} +122 1

    \n Click to register a payment\n

    \n Payments are used to register liquidity movements (send, collect or transfer money).\n You can then process those payments by your own means or by using installed facilities.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Payments [('partner_type', '=', 'customer')] account.payment \N \N form 330 tree,form,graph f current t \N f 80 {'default_payment_type': 'inbound', 'default_partner_type': 'customer'} +123 1

    \n Click to register a payment\n

    \n Payments are used to register liquidity movements (send, collect or transfer money).\n You can then process those payments by your own means or by using installed facilities.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Payments [('partner_type', '=', 'supplier')] account.payment \N \N form 331 tree,form,graph f current t \N f 80 {'default_payment_type': 'outbound', 'default_partner_type': 'supplier'} +124 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Register Payment \N account.payment \N \N form 335 form f new t \N f 80 {'default_invoice_ids': [(4, active_id, None)]} +125 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Register Payment [] account.register.payments \N account.invoice form \N form t new t \N f 0 {} +126 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Reconcile Entries \N account.move.line.reconcile \N \N form 337 form f new t \N f 80 {} +127 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Unreconcile Entries \N account.unreconcile \N \N form 339 form f new t \N f 80 {} +128 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Reverse Moves \N account.move.reversal \N \N form 340 tree,form f new t \N f 80 {} +129 1

    \n Click to add an account.\n

    \n An account is part of a ledger allowing your company\n to register all kinds of debit and credit transactions.\n Companies present their annual accounts in two main parts: the\n balance sheet and the income statement (profit and loss\n account). The annual accounts of a company are required by law\n to disclose a certain amount of information.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Chart of Accounts \N account.account 343 \N form 342 tree,form f current t \N f 80 {} +130 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Partner Ledger: Payable [] account.move.line \N res.partner form \N tree,form f current t \N f 0 {'search_default_partner_id': [active_id], 'search_default_unreconciled': 1, 'search_default_payable': 1} +302 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Push Rules \N stock.location.path \N \N form \N tree,form f current t \N f 80 {'search_default_route_false':1} +303 1

    \n Click to add a route.\n

    \n

    You can define here the main routes that run through\n your warehouses and that define the flows of your products. These\n routes can be assigned to a product, a product category or be fixed\n on procurement or sales order.

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Routes \N stock.location.route \N \N form 632 tree,form f current t \N f 80 {} +304 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Procurement Rules \N procurement.rule \N \N form \N tree,form f current t \N f 80 {'search_default_route_false':1} +310 1

    \n Click to create a stock movement.\n

    \n This menu gives you the full traceability of inventory\n operations on a specific product. You can filter on the product\n to see all the past or future movements for the product.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Stock Moves \N stock.move 653 \N form 649 tree,form f current t \N f 80 {} +311 1

    \n Click to register a product receipt.\n

    \n Here you can receive individual products, no matter what\n purchase order or picking order they come from. You will find\n the list of all products you are waiting for. Once you receive\n an order, you can filter based on the name of the vendor or\n the purchase order reference. Then you can confirm all products\n received using the buttons on the right of each line.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Incoming Products [('picking_id.picking_type_id.code', '=', 'incoming'), ('location_id.usage', '!=', 'internal'), ('location_dest_id.usage', '=', 'internal')] stock.move \N \N form 654 tree,form f current t \N f 80 {'product_receive': True, 'search_default_future': True} +313 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Reordering Rules \N stock.warehouse.orderpoint \N \N form \N tree,form f current t \N f 80 {'default_product_id': active_id, 'search_default_product_id': active_id} +314 1

    \n Click to register a receipt for this product.\n

    \n Here you will find the history of all receipts related to\n this product, as well as all future receipts you are waiting\n from your suppliers.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Receipts [('picking_id.picking_type_id.code', '=', 'incoming'), ('location_id.usage', '!=', 'internal'), ('location_dest_id.usage', '=', 'internal')] stock.move \N \N form 654 tree,form f current t \N f 80 {'search_default_product_id': [active_id]} +315 1

    \n Click to add a delivery order for this product.\n

    \n Here you will find the history of all past deliveries related to\n this product, as well as all the products you must deliver to\n customers.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Deliveries [('picking_type_id.code', '=', 'outgoing'), ('location_id.usage', '=', 'internal'), ('location_dest_id.usage', '!=', 'internal')] stock.move \N \N form 654 tree,form f current t \N f 80 {'search_default_product_id': [active_id]} +316 1

    \n Click to define a new product.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Products \N product.template \N \N form \N kanban,tree,form f current t \N f 80 {"search_default_consumable": 1, 'default_type': 'product'} +317 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Configure Warehouse \N stock.config.settings \N \N form \N form f inline t \N f 80 {} +329 1

    \n Click to create a vendor bill.\n

    \n Use this menu to control the invoices to be received from your\n vendors. When registering a new bill, set the purchase order\n and Odoo will fill the bill automatically according to ordered\n or received quantities.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Vendor Bills [('type','=','in_invoice')] account.invoice 419 \N form \N tree,kanban,form,calendar,pivot,graph f current t \N f 80 {'default_type':'in_invoice', 'type':'in_invoice', 'journal_type': 'purchase'} +330 1

    \n Click to record a vendor bill related to this purchase.\n

    \n

    \n You can control the invoice from your vendor according to\n what you purchased (services) or received (products).\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Vendor Bills [('type','in',('in_invoice', 'in_refund')),('purchase_id','=',active_id)] account.invoice 419 \N form \N tree,kanban,form,calendar,pivot,graph f current t \N f 80 {'default_type': 'in_invoice', 'type': 'in_invoice', 'journal_type': 'purchase', 'default_purchase_id': active_id} +333 1

    \n Click to define a new product.\n

    \n You must define a product for everything you purchase, whether\n it's a physical product, a consumable or services you buy to\n subcontractors.\n

    \n The product form contains detailed information to improve the\n purchase process: prices, procurement logistics, accounting data,\n available vendors, etc.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Products \N product.template \N \N form \N kanban,tree,form f current t \N f 80 {"search_default_filter_to_purchase":1} +334 1

    \n Click to define a new product.\n

    \n You must define a product for everything you purchase, whether\n it's a physical product, a consumable or services you buy to\n subcontractors.\n

    \n The product form contains detailed information to improve the\n purchase process: prices, procurement logistics, accounting data,\n available vendors, etc.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Product Variants \N product.product \N \N form \N tree,kanban,form f current t \N f 80 {"search_default_filter_to_purchase": 1} +335 1 \N 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Receptions [('purchase_id', '=', active_id)] stock.picking \N \N form \N tree,form f current t \N f 80 {} +336 1 \N 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Purchase Orders [] purchase.order \N \N form 735 tree,form f current t \N f 80 {} +261 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Report Configuration \N sale.layout_category \N \N form \N tree,form f current t \N f 80 {} +262 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Stock Level Forecast \N report.stock.forecast 567 \N form 565 pivot,graph f current t \N f 80 {'search_default_product_tmpl_id': active_id} +263 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Stock Level Forecast \N report.stock.forecast 567 \N form 565 pivot,graph f current t \N f 80 {'search_default_product_id': active_id} +305 1

    \n Click to define a new warehouse.\n

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Warehouses \N stock.warehouse \N \N form 641 tree,form f current t \N f 80 {} +337 1

    \n Click to create a request for quotation.\n

    \n The quotation contains the history of the discussion/negotiation\n you had with your vendor. Once confirmed, a request for\n quotation is converted into a purchase order.\n

    \n Most propositions of purchase orders are created automatically\n by Odoo based on inventory needs.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Requests for Quotation [('state','in',('draft','sent','cancel', 'confirmed'))] purchase.order 736 \N form \N tree,kanban,form,pivot,graph,calendar f current t \N f 80 {'search_default_todo':1} +338 1

    \n Click to create a quotation that will be converted into a purchase order. \n

    \n Use this menu to search within your purchase orders by\n references, vendor, products, etc. For each purchase order,\n you can track the related discussion with the vendor, control\n the products received and control the vendor bills.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Purchase Orders [('state','not in',('draft','sent', 'confirmed'))] purchase.order 736 \N form \N tree,kanban,form,pivot,graph,calendar f current t \N f 80 {'search_default_todo':1, 'show_purchase': True} +339 1 \N 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Purchases [('product_id.product_tmpl_id','in',active_ids), ('state', 'in', ['purchase', 'done'])] purchase.order.line \N \N form 739 tree,form f current t \N f 80 {} +340 1

    \n This vendor has no purchase order. Click to create a new RfQ.\n

    \n The request for quotation is the first step of the purchases flow. Once\n converted into a purchase order, you will be able to control the receipt\n of the products and the vendor bill.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window RFQs and Purchases \N purchase.order \N \N form \N tree,form,graph f current t \N f 80 {'search_default_partner_id': active_id} +341 1

    \n Click here to record a vendor bill.\n

    \n Vendors bills can be pre-generated based on purchase\n orders or receipts. This allows you to control bills\n you receive from your vendor according to the draft\n document in Odoo.\n

    \n 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Vendor Bills [('type','=','in_invoice')] account.invoice \N \N form \N tree,form,graph f current t \N f 80 {'search_default_partner_id': active_id, 'default_type': 'in_invoice', 'type': 'in_invoice', 'journal_type': 'purchase'} +342 1

    Purchase Analysis allows you to easily check and analyse your company purchase history and performance. From this menu you can track your negotiation performance, the delivery performance of your vendors, etc.

    1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Purchase Analysis \N purchase.report \N \N form \N pivot,graph f current t \N f 80 {'search_default_orders': 1} +343 1 \N 1 2019-03-20 07:12:52.487574 \N 2019-03-20 06:51:48.756782 ir.actions.act_window Configure Purchases \N purchase.config.settings \N \N form \N form f inline t \N f 80 {} +85 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Followers \N mail.followers \N \N form \N tree,form f current t \N f 80 {} +306 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Procurements [('orderpoint_id','=',active_id)] procurement.order \N \N form \N tree,form f current t \N f 80 {} +247 1

    \n\t\t\t\tCreate a Quotation, the first step of a new sale.\n\t\t\t

    \n\t\t\t

    \n\t\t\t\tOnce the quotation is confirmed, it becomes a sales order.\n\t\t\t\tYou'll be able to invoice it and collect payments.\n\t\t\t\tFrom the Sales Orders menu, you can track delivery\n\t\t\t\torders or services.\n\t\t\t

    \n\t\t 1 2019-03-20 07:13:22.695216 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sales Orders [('state', 'not in', ('draft', 'sent'))] sale.order 542 \N form \N tree,kanban,form,calendar,pivot,graph f current t \N f 80 {'readonly_by_pass': True} +250 1

    \n Create a Quotation, the first step of a new sale.\n

    \n Your next actions should flow efficiently: confirm the Quotation\n to a Sale Order, then create the Invoice and collect the Payment.\n

    \n Note that once a Quotation becomes a Sale Order, it will be moved\n from the Quotations list to the Sales Order list.\n

    \n 1 2019-03-20 07:13:22.695216 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Quotations [('state', 'in', ('draft', 'sent'))] sale.order 541 \N form 537 tree,kanban,form,calendar,pivot,graph f current t \N f 80 {'hide_sale': True,'readonly_by_pass': True} +218 1 \N 1 2019-03-20 07:10:58.321994 2019-03-20 06:39:38.314768 ir.actions.act_window Portal Access Management [] portal.wizard \N res.partner form \N form f new t \N f 0 {} +219 1 \N 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Run Schedulers \N procurement.order.compute.all \N \N form \N form f new t \N f 80 {} +220 1 \N 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Group's Procurements [('group_id','=',active_id)] procurement.order \N \N form \N tree,form f current t \N f 80 {} +221 1

    \n A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention (those are identified by a specific error message in the chatter).\n

    \n Most common exceptions are products to purchase without\n having a vendor defined on the product, and products to\n manufacture without having a bill of materials.\n

    \n 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Procurement Exceptions \N procurement.order 466 \N form \N tree,form f current t \N f 80 {'search_default_exceptions':1} +222 1

    \n Click to create a procurement order.\n

    \n

    \n A procurement order is used to record a need for a specific\n product at a specific location. Procurement orders are usually\n created automatically from sales orders, pull logistic rules or\n minimum stock rules.\n

    \n

    \n When the procurement order is confirmed, it automatically\n creates the necessary operations to fulfill the need: purchase\n order proposition, manufacturing order, etc.\n

    \n 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Procurement Orders \N procurement.order 466 \N form \N tree,form f current t \N f 80 {'search_default_current':1} +223 1

    \n Click to create a procurement order. \n

    \n

    \n A procurement order is used to record a need for a specific\n product at a specific location. Procurement orders are usually\n created automatically from sales orders, pull logistic rules or\n minimum stock rules.\n

    \n

    \n When the procurement order is confirmed, it automatically\n creates the necessary operations to fulfill the need: purchase\n order proposition, manufacturing order, etc.\n

    \n 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Procurement Orders [('product_id.product_tmpl_id.id', '=', active_id)] procurement.order 466 \N form \N tree,form f current t \N f 80 {'search_default_current':1} +246 1 \N 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Invoice Order \N sale.advance.payment.inv \N \N form \N form f new t \N f 80 {} +196 1

    \n\t\t\t\tClick to create a customer invoice.\n\t\t\t

    \n\t\t\t

    \n\t\t\t\tOdoo's electronic invoicing allows to ease and fasten the\n\t\t\t\tcollection of customer payments. Your customer receives the\n\t\t\t\tinvoice by email and he can pay online and/or import it\n\t\t\t\tin his own system.\n\t\t\t

    \n\t\t\t

    \n\t\t\t\tThe discussions with your customer are automatically displayed at\n\t\t\t\tthe bottom of each invoice.\n\t\t\t

    \n\t\t 1 2019-03-20 07:12:25.853647 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Customer Invoices [('type','in',('out_invoice', 'out_refund'))] account.invoice 419 \N form \N tree,kanban,form,calendar,pivot,graph f current t \N f 80 {'type':'out_invoice', 'journal_type': 'sale', \n\t\t\t\t\t\t\t\t'readonly_by_pass': True}\n\t\t +237 1 \N 1 2019-03-20 07:12:25.853647 \N 2019-03-20 06:39:56.546546 ir.actions.act_window Accounts Count Report \N account.count.report 507 \N form 506 tree f current t \N f 80 {} +238 1 \N 1 2019-03-20 07:12:25.853647 \N 2019-03-20 06:39:56.546546 ir.actions.act_window Account Report \N account.report 509 \N form 508 tree f current t \N f 80 {} +240 1 \N 1 2019-03-20 07:10:11.686735 \N 2019-03-20 06:48:10.08327 ir.actions.act_window Configure Sales \N sale.config.settings \N \N form 517 form f inline t \N f 80 {} +224 1

    \n Click to create a procurement order. \n

    \n

    \n A procurement order is used to record a need for a specific\n product at a specific location. Procurement orders are usually\n created automatically from sales orders, pull logistic rules or\n minimum stock rules.\n

    \n

    \n When the procurement order is confirmed, it automatically\n creates the necessary operations to fulfill the need: purchase\n order proposition, manufacturing order, etc.\n

    \n 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Procurement Orders [('product_id.id', '=', active_id)] procurement.order 466 \N form \N tree,form f current t \N f 80 {'search_default_current':1, 'default_product_id': active_id} +225 1 \N 1 2019-03-20 07:11:00.149082 \N 2019-03-20 06:39:40.68873 ir.actions.act_window Procurement Exceptions [('state','=','exception')] procurement.order \N \N form \N tree,form f current t \N f 80 {} +227 1 \N 1 2019-03-20 07:11:05.587061 \N 2019-03-20 06:39:43.969409 ir.actions.act_window Import \N account.bank.statement.import \N \N form 472 form f new t \N f 80 {} +228 1 \N 1 2019-03-20 07:11:07.597957 2019-03-20 06:39:45.927256 ir.actions.act_window Voucher Entries [] account.voucher \N account.journal form \N tree,form f current t \N f 0 {'search_default_journal_id': active_id, 'default_journal_id': active_id} +229 1 \N 1 2019-03-20 07:11:07.597957 \N 2019-03-20 06:39:45.927256 ir.actions.act_window Vouchers Entries [('state','=','posted')] account.voucher 480 \N form 475 tree,form f current t \N f 80 {'state':'posted', 'voucher_type': voucher_type} +230 1

    \n Click to create a sale receipt.\n

    \n When the sale receipt is confirmed, you can record the customer\n payment related to this sales receipt.\n

    \n 1 2019-03-20 07:11:07.597957 \N 2019-03-20 06:39:45.927256 ir.actions.act_window Sales Receipts [('journal_id.type','=','sale'), ('voucher_type','=','sale')] account.voucher 483 \N form 475 tree,kanban f current t \N f 80 {'default_voucher_type': 'sale', 'voucher_type': 'sale'} +231 1

    \n Click to register a purchase receipt.\n

    \n When the purchase receipt is confirmed, you can record the\n vendor payment related to this purchase receipt.\n

    \n 1 2019-03-20 07:11:07.597957 \N 2019-03-20 06:39:45.927256 ir.actions.act_window Purchase Receipts [('journal_id.type','=','purchase'), ('voucher_type','=','purchase')] account.voucher 482 \N form 476 tree,kanban f current t \N f 80 {'default_voucher_type': 'purchase', 'voucher_type': 'purchase'} +232 1 \N 1 2019-03-20 07:11:11.81237 \N 2019-03-20 06:39:49.357792 ir.actions.act_window Payment Transactions [('acquirer_id','=',active_id)] payment.transaction \N \N form \N tree,form f current t \N f 80 {'default_acquirer_id': active_id} +233 1

    \n Click to create a payment acquirer.\n

    \n 1 2019-03-20 07:11:11.81237 \N 2019-03-20 06:39:49.357792 ir.actions.act_window Payment Acquirers \N payment.acquirer \N \N form \N kanban,tree,form f current t \N f 80 {} +234 1 \N 1 2019-03-20 07:11:11.81237 \N 2019-03-20 06:39:49.357792 ir.actions.act_window Payment Transactions \N payment.transaction \N \N form \N tree,form f current t \N f 80 {} +235 1 \N 1 2019-03-20 07:11:11.81237 \N 2019-03-20 06:39:49.357792 ir.actions.act_window Payment Transactions [('payment_token_id','=', active_id)] payment.transaction \N \N form \N tree,form f current t \N f 80 {'create': False} +236 1 \N 1 2019-03-20 07:11:11.81237 \N 2019-03-20 06:39:49.357792 ir.actions.act_window Saved Payment Data \N payment.token \N \N form \N tree,form f current t \N f 80 {} +245 1

    This report performs analysis on your quotations and sales orders. Analysis check your sales revenues and sort it by different group criteria (salesman, partner, product, etc.) Use this report to perform analysis on sales not having invoiced yet. If you want to analyse your turnover, you should use the Invoice Analysis report in the Accounting application.

    1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sales Analysis \N sale.report 525 \N form \N pivot,graph f current t \N f 80 {'search_default_Sales':1, 'group_by_no_leaf':1,'group_by':[]} +248 1

    \n You will find here all orders that are ready to be invoiced.\n

    \n You can select all orders and invoice them in batch, or check\n every order and invoice them one by one.\n

    \n 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Sales to Invoice [('invoice_status','=','to invoice')] sale.order 540 \N form \N tree,form,calendar,graph,pivot f current t \N f 80 {} +249 1

    \n Orders to upsell are orders having products with an invoicing\n policy based on ordered quantities for which you have\n delivered more than what have been ordered.\n

    \n Example: pre-paid service offers for which the customer have\n to buy an extra pack of hours, because he used all his support\n hours.\n

    \n 1 2019-03-20 07:11:19.263357 \N 2019-03-20 06:48:18.928036 ir.actions.act_window Orders to Upsell [('invoice_status','=','upselling')] sale.order 540 \N form \N tree,form,calendar,graph,pivot f current t \N f 80 {} +9 1 \N 1 2019-03-20 07:08:09.887202 2019-03-20 06:35:24.381189 ir.actions.act_window System Parameters [] ir.config_parameter \N form \N tree,form f current t \N f 0 {} +307 1

    \n Click to add a reordering rule.\n

    You can define your minimum stock rules, so that Odoo will automatically create draft manufacturing orders or request for quotations according to the stock level. Once the virtual stock of a product (= stock on hand minus all confirmed orders and reservations) is below the minimum quantity, Odoo will generate a procurement request to increase the stock up to the maximum quantity.

    \n 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Reordering Rules \N stock.warehouse.orderpoint 644 \N form 643 tree,form f current t \N f 80 {} +308 1 \N 1 2019-03-20 07:11:46.316296 2019-03-20 06:48:43.692344 ir.actions.act_window Reordering Rules [] stock.warehouse.orderpoint \N stock.warehouse form \N tree,form f current t \N f 0 {'search_default_warehouse_id': active_id, 'default_warehouse_id': active_id} +309 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Moves \N stock.move \N \N form 649 tree,form f current t \N f 80 {'search_default_product_id': active_id, 'default_product_id': active_id} +312 1 \N 1 2019-03-20 07:11:46.316296 \N 2019-03-20 06:48:43.692344 ir.actions.act_window Pack Details \N stock.pack.operation \N \N form 657 form f new t \N f 80 {} +318 1 \N 1 2019-03-20 07:12:37.020962 \N 2019-03-20 06:49:15.138308 ir.actions.act_window Change Standard Price \N stock.change.standard.price \N \N form 680 form f new t \N f 80 {} +319 1 \N 1 2019-03-20 07:12:37.020962 \N 2019-03-20 06:49:15.138308 ir.actions.act_window Inventory at Date \N wizard.valuation.history \N \N form 681 form f new t \N f 80 {} +320 1 \N 1 2019-03-20 07:12:37.020962 \N 2019-03-20 06:49:15.138308 ir.actions.act_window Stock History \N stock.history \N \N form \N tree,graph,pivot f current t \N f 80 {} +321 1 \N 1 2019-03-20 07:13:22.695216 \N 2019-03-20 06:49:29.333428 ir.actions.act_window Villages \N village.village \N \N form \N tree,form f current t \N f 80 {} +322 1 \N 1 2019-03-20 07:13:22.695216 \N 2019-03-20 06:49:29.333428 ir.actions.act_window Districts \N state.district \N \N form \N tree,form f current t \N f 80 {} +323 1 \N 1 2019-03-20 07:13:22.695216 \N 2019-03-20 06:49:29.333428 ir.actions.act_window Tehsils \N district.tehsil \N \N form \N tree,form f current t \N f 80 {} +324 1 \N 1 2019-03-20 07:13:37.524815 \N 2019-03-20 06:49:38.976295 ir.actions.act_window Event Records \N event.records \N \N form \N tree f current t \N f 80 {} +325 1 \N 1 2019-03-20 07:13:37.524815 2019-03-20 06:49:38.976295 ir.actions.act_window Export To DHIS2 [] stock.location.product.dhis2 \N res.company form \N form f new t \N f 0 {} +326 1 \N 1 2019-03-20 07:13:37.524815 \N 2019-03-20 06:49:38.976295 ir.actions.act_window Order Types \N order.type \N \N form \N tree,form f current t \N f 80 {} +327 1 \N 1 2019-03-20 07:13:37.524815 \N 2019-03-20 06:49:38.976295 ir.actions.act_window Order Type - Picking Type Mapping \N order.picking.type.mapping \N \N form \N tree,form f current t \N f 80 {} +328 1 \N 1 2019-03-20 07:13:37.524815 \N 2019-03-20 06:49:38.976295 ir.actions.act_window Syncable Units \N syncable.units \N \N form \N tree,form f current t \N f 80 {} +6 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Server Actions \N ir.actions.server 15 \N form 14 tree,form f current t \N f 80 {'key':'server_action'} +7 1

    The configuration wizards are used to help you configure a new instance of Odoo. They are launched during the installation of new modules, but you can choose to restart some wizards manually from this menu.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Configuration Wizards \N ir.actions.todo \N \N form 16 tree,form f current t \N f 80 {} +344 1 \N 1 2019-03-20 07:13:29.407179 \N 2019-03-20 06:52:11.137174 ir.actions.act_window Stock Batch Forecast \N batch.stock.future.forecast 771 \N form \N tree f current t \N f 80 {'search_default_group_by_product_id': 1} +345 1 \N 1 2019-03-20 07:13:29.407179 \N 2019-03-20 06:52:11.137174 ir.actions.act_window Stock Report Products by Last Moved \N prod_last_moved.report \N \N form \N tree f current t \N f 80 {} +347 1 \N 1 2019-03-20 07:13:42.090769 \N 2019-03-20 06:52:15.503071 ir.actions.act_window Price Markup Table \N price.markup.table \N \N form \N tree f current t \N f 80 {} +10 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Scheduled Actions \N ir.cron \N \N form 23 tree,form,calendar f current t \N f 80 {'search_default_all': 1} +11 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Filters \N ir.filters \N \N form \N tree,form f current t \N f 80 {} +12 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Outgoing Mail Servers \N ir.mail_server 31 \N form 30 tree,form f current t \N f 80 {} +13 1 \N 1 2019-03-20 07:08:09.887202 2019-03-20 06:35:24.381189 ir.actions.act_window Create Menu [] wizard.ir.model.menu.create \N form \N form f new t \N f 0 {'model_id': active_id} +14 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Models \N ir.model \N \N form 34 tree,form f current t \N f 80 {} +15 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Fields \N ir.model.fields \N \N form 37 tree,form f current t \N f 80 {} +16 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window External Identifiers \N ir.model.data \N \N form 40 tree,form f current t \N f 80 {} +17 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Model Constraints \N ir.model.constraint \N \N form 43 tree,form f current t \N f 80 {} +18 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window ManyToMany Relations \N ir.model.relation \N \N form 45 tree,form f current t \N f 80 {} +19 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Access Controls List \N ir.model.access 48 \N form 46 tree,form f current t \N f 80 {} +21 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Record Rules \N ir.rule 54 \N form 53 tree,form f current t \N f 80 {} +22 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Sequences \N ir.sequence \N \N form 56 tree,form f current t \N f 80 {'active_test': False} +23 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Translated Terms \N ir.translation \N \N form 60 tree,form f current t \N f 80 {} +24 1

    Manage and customize the items available and displayed in your Odoo system menu. You can delete an item by clicking on the box at the beginning of each line and then delete it through the button that appeared. Items can be assigned to specific groups in order to make them accessible to some users within the system.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Menu Items \N ir.ui.menu 64 \N form 63 tree,form f current t \N f 80 {'ir.ui.menu.full_list':True} +25 1

    Views allows you to personalize each view of Odoo. You can add new fields, move fields, rename them or delete the ones that you do not need.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Views \N ir.ui.view \N \N form 66 tree,form f current t \N f 80 {'search_default_active': 1} +26 1

    Click here to create a customized view

    Customized views are used when users reorganize the content of their dashboard views (via web client)

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Customized Views \N ir.ui.view.custom \N \N form \N tree,form f current t \N f 80 {} +27 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Action Bindings [('key','=','action')] ir.values 74 \N form \N tree,form f current t \N f 80 {'default_key':'action'} +28 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window User-defined Defaults [('key','=','default')] ir.values 74 \N form \N tree,form f current t \N f 80 {'default_key':'default','default_key2':''} +30 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Logging \N ir.logging 78 \N form \N tree,form f current t \N f 80 {} +31 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Workflows \N workflow \N \N form 83 tree,form,diagram f current t \N f 80 {} +32 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Activities \N workflow.activity 86 \N form 85 tree,form f current t \N f 80 {} +33 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Transitions \N workflow.transition 89 \N form 88 tree,form f current t \N f 80 {} +34 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Instances \N workflow.instance 92 \N form 91 tree,form f current t \N f 80 {'search_default_active':1} +35 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Workitems \N workflow.workitem 95 \N form 94 tree,form f current t \N f 80 {'search_default_active':1} +36 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Apps [('category_id','=',active_id)] ir.module.module \N \N form \N tree,form,kanban f current t \N f 80 {} +37 1

    No module found!

    \n

    You should try other search criteria.

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Apps \N ir.module.module 98 \N form \N kanban,tree,form f current t \N f 80 {'search_default_app':1} +41 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Module Update \N base.module.update \N \N form \N form f new t \N f 80 {} +42 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Load a Translation \N base.language.install \N \N form \N form f new t \N f 80 {} +43 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Import Translation \N base.language.import \N \N form \N form f new t \N f 80 {} +44 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Apply Schedule Upgrade \N base.module.upgrade \N \N form \N form f new t \N f 80 {} +45 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Module Upgrade Install \N base.module.upgrade \N \N form 107 form f new t \N f 80 {} +46 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Export Translation \N base.language.export \N \N form \N form f new t \N f 80 {} +47 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Synchronize Terms \N base.update.translations \N \N form \N form f new t \N f 80 {} +50 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Companies [('id','=',active_id)] res.company \N \N form \N tree,form f current t \N f 80 {} +51 1

    Create and manage the companies that will be managed by Odoo from here. Shops or subsidiaries can be created and maintained from here.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Companies \N res.company \N \N form \N tree,form f current t \N f 80 {} +52 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Referenceable Models \N res.request.link 115 \N form \N tree,form f current t \N f 80 {} +53 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Languages \N res.lang 118 \N form \N tree,form f current t \N f 80 {'active_test': False} +54 1

    Manage the contact titles you want to have available in your system and the way you want to print them in letters and other documents. Some example: Mr., Mrs.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Contact Titles [] res.partner.title \N \N form \N tree,form f current t \N f 80 {} +55 1

    \n Click to add a contact in your address book.\n

    \n Odoo helps you easily track all activities related to\n a customer: discussions, history of business opportunities,\n documents, etc.\n

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Customers \N res.partner 126 \N form \N kanban,tree,form f current t \N f 80 {"search_default_customer":1} +56 1

    \n Click to add a contact in your address book.\n

    \n Odoo helps you easily track all activities related to\n a customer: discussions, history of business opportunities,\n documents, etc.\n

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Customers [] res.partner \N \N form \N kanban,tree,form f current t \N t 80 {'default_customer':1, 'search_default_customer':1} +57 1

    \n Click to add a contact in your address book.\n

    \n Odoo helps you easily track all activities related to\n a supplier: discussions, history of purchases,\n documents, etc.\n

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Vendors [] res.partner \N \N form \N kanban,tree,form f current t \N t 80 {'search_default_supplier': 1,'default_customer': 0,'default_supplier': 1} +58 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Employees [('employee','=',1)] res.partner \N \N form \N tree,form f current t \N t 80 {'default_customer':0, 'default_supplier':0 , 'default_employee':1} +59 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Other Partners [('supplier','<>',1),('customer','<>',1)] res.partner \N \N form \N tree,form f current t \N t 80 {} +60 1

    \n Click to create a new partner tag.\n

    \n

    \n Manage partner tags to better classify them for tracking and analysis purposes.\n A partner may have several categories and categories have a hierarchical structure: a partner with a category has also the parent category.\n

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Contact Tags \N res.partner.category \N \N form \N tree,form f current t \N f 80 {} +61 1

    \n Click to create a new bank.\n

    \n Manage bank records you want to be used in the system.\n

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Banks \N res.bank \N \N form \N tree,form f current t \N f 80 {} +62 1

    \n Click to create a bank account.\n

    \n 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Bank Accounts \N res.partner.bank \N \N form \N tree,form f current t \N f 80 {} +63 1

    Display and manage the list of all countries that can be assigned to your partner records. You can create or delete countries to make sure the ones you are working on will be maintained.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Countries \N res.country \N \N form \N tree,form f current t \N f 80 {} +64 1

    Display and manage the list of all countries group. You can create or delete country group to make sure the ones you are working on will be maintained.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Country Group \N res.country.group \N \N form \N tree,form f current t \N f 80 {} +65 1

    If you are working on the American market, you can manage the different federal states you are working on from here. Each state is attached to one country.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Fed. States \N res.country.state \N \N form 139 tree,form f current t \N f 80 {} +66 1 \N 1 2019-03-20 07:08:09.887202 2019-03-20 06:35:24.381189 ir.actions.act_window Currency Rates [('currency_id', '=', active_id)] res.currency.rate \N form 143 tree,form f current t \N f 0 {'default_currency_id': active_id} +67 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Currencies \N res.currency 144 \N form \N tree,form f current t \N f 80 {'active_test': False} +68 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Currencies \N res.currency 144 \N form \N tree,form f current t \N f 80 {'active_test': False} +69 1 \N 1 2019-03-20 07:08:09.887202 2019-03-20 06:35:24.381189 ir.actions.act_window Change Password [] change.password.wizard \N res.users form \N form f new t \N f 0 {} +70 1

    A group is a set of functional areas that will be assigned to the user in order to give them access and rights to specific applications and tasks in the system. You can create custom groups or edit the ones existing by default in order to customize the view of the menu that users will be able to see. Whether they can have a read, write, create and delete access right can be managed from here.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Groups \N res.groups \N \N form \N tree,form f current t \N f 80 {'search_default_no_share': 1} +71 1

    Create and manage users that will connect to the system. Users can be deactivated should there be a period of time during which they will/should not connect to the system. You can assign them groups in order to give them specific access to the applications they need to use in the system.

    1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Users \N res.users 155 \N form 154 tree,form f current t \N f 80 {'search_default_no_share': 1} +72 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Change My Preferences \N res.users \N \N form \N form f new t \N f 80 {} +73 1 \N 1 2019-03-20 07:08:09.887202 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Company Properties \N ir.property \N \N form 160 tree,form f current t \N f 80 {} +239 1

    \n Click to add a Barcode Nomenclature .\n

    \n A barcode nomenclature defines how the point of sale identify and interprets barcodes\n

    \n 1 2019-03-20 07:09:20.789122 \N 2019-03-20 06:48:08.001898 ir.actions.act_window Barcode Nomenclatures \N barcode.nomenclature \N \N form \N tree,form f current t \N f 80 {} +82 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Tracking Values \N mail.tracking.value \N \N form \N tree,form f current t \N f 80 {} +83 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Messages \N mail.message 221 \N form \N tree,form f current t \N f 80 {} +20 1

    \n Click here to attach a new document.\n

    \n 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:35:24.381189 ir.actions.act_window Attachments \N ir.attachment 51 \N form \N kanban,tree,form f current t \N f 80 {} +84 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Emails \N mail.mail 225 \N form \N tree,form f current t \N f 80 {} +86 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Channels/Partner \N mail.channel.partner \N \N form \N tree,form f current t \N f 80 {} +87 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Join a group \N mail.channel 233 \N form \N kanban,tree,form f current t \N f 80 {} +89 1

    \n Click to define a new chat shortcode.\n

    \n A shortcode is a keyboard shortcut. For instance, you type #gm and it will be transformed into "Good Morning".\n

    \n 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Chat Shortcode \N mail.shortcode \N \N form \N tree,form f current t \N f 80 {} +90 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Aliases \N mail.alias \N \N form \N tree,form f current t \N f 80 {\n 'search_default_active': True,\n }\n +91 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Template Preview \N email_template.preview \N mail.template form 245 form f new t \N f 80 {'template_id':active_id} +92 1 \N 1 2019-03-20 07:09:37.802443 \N 2019-03-20 06:38:32.951597 ir.actions.act_window Templates \N mail.template 248 \N form 247 form,tree f current t \N f 80 {} +80 1 \N 1 2019-03-20 07:09:37.802443 2019-03-20 06:38:32.951597 ir.actions.act_window Partner Mass Mailing [] mail.compose.message \N res.partner form \N form t new t \N f 0 {'default_use_template': True, 'default_composition_mode': 'mass_mail', 'default_template_id': 2, 'default_partner_to': "${object.id or ''}"} +101 1

    \n No activity yet.\n

    \n In Odoo, sale orders and projects are implemented using\n analytic accounts. You can track costs and revenues to analyse\n your margins easily.\n

    \n Costs will be created automatically when you register supplier\n invoices, expenses or timesheets.\n

    \n Revenues will be created automatically when you create customer\n invoices. Customer invoices can be created based on sale orders\n (fixed price invoices), on timesheets (based on the work done) or\n on expenses (e.g. reinvoicing of travel costs).\n

    \n 1 2019-03-20 07:09:50.782644 \N 2019-03-20 06:38:43.686983 ir.actions.act_window Analytic Entries \N account.analytic.line 277 \N form 272 tree,form,graph,pivot f current t \N f 80 {} +109 1

    \n Click to add a new unit of measure category.\n

    \n Units of measure belonging to the same category can be\n converted between each others. For example, in the category\n 'Time', you will have the following units of measure:\n Hours, Days.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Unit of Measure Categories \N product.uom.categ \N \N form \N tree,form f current t \N f 80 {} +110 1

    \n Click to define a new product.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Products \N product.template \N \N form \N kanban,tree,form f current t \N f 80 {} +111 1

    \n Click to define a new product.\n

    \n You must define a product for everything you sell, whether it's\n a physical product, a consumable or a service you offer to\n customers.\n

    \n The product form contains information to simplify the sale\n process: price, notes in the quotation, accounting data,\n procurement methods, etc.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Product Variants \N product.product 303 \N form \N tree,form,kanban f current t \N f 80 {} +112 1

    \n Click to define a new product.\n

    \n You must define a product for everything you sell, whether it's\n a physical product, a consumable or a service you offer to\n customers.\n

    \n The product form contains information to simplify the sale\n process: price, notes in the quotation, accounting data,\n procurement methods, etc.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Product Variants \N product.product 303 \N form \N tree,form f current t \N f 80 {'search_default_product_tmpl_id': [active_id], 'default_product_tmpl_id': active_id} +113 1

    \n Click to define a new product.\n

    \n You must define a product for everything you sell, whether it's\n a physical product, a consumable or a service you offer to\n customers.\n

    \n The product form contains information to simplify the sale\n process: price, notes in the quotation, accounting data,\n procurement methods, etc.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Product Variants \N product.product 303 \N form 305 kanban,tree,form f current t \N f 80 {"search_default_filter_to_sell":1} +114 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Product Categories \N product.category 308 \N form 310 tree,form f current t \N f 80 {} +115 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Packagings \N product.packaging \N \N form \N tree,form f current t \N f 80 {} +116 1 \N 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Vendor Pricelists \N product.supplierinfo \N \N form \N tree,form f current t \N f 80 {'visible_product_tmpl_id':False} +117 1

    \n Click to define a new product.\n

    \n You must define a product for everything you sell, whether it's a physical product, a consumable or a service you offer to customers.\n

    \n The product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, etc.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Products \N product.template \N \N form 318 kanban,tree,form f current t \N f 80 {"search_default_filter_to_sell":1} +118 1

    \n Click to create a pricelist.\n

    \n A price list contains rules to be evaluated in order to compute\n the sales price of the products.\n

    \n Each rule include a set of applicability criteria (date range,\n product category...) and a computation that easily helps to achieve\n any kind of pricing.\n

    \n 1 2019-03-20 07:09:58.889473 \N 2019-03-20 06:38:52.19915 ir.actions.act_window Pricelists \N product.pricelist 321 \N form \N tree,form f current t \N f 80 {"default_base":'list_price'} +241 1

    \n Click here to define a new sales team.\n

    \n Use sales team to organize your different salespersons or\n departments into separate teams. Each team will work in\n its own list of opportunities.\n

    \n 1 2019-03-20 07:10:11.686735 \N 2019-03-20 06:48:10.08327 ir.actions.act_window Dashboard \N crm.team \N \N form 518 kanban,form f current t \N f 80 {} +242 1

    \n Click here to define a new sales team.\n

    \n Use sales team to organize your different salespersons or\n departments into separate teams. Each team will work in\n its own list of opportunities.\n

    \n 1 2019-03-20 07:10:11.686735 \N 2019-03-20 06:48:10.08327 ir.actions.act_window Sales Teams \N crm.team \N \N form 520 tree,form f current t \N f 80 {} +243 1

    \n Click here to define a new sales team.\n

    \n Use sales team to organize your different salespersons or\n departments into separate teams. Each team will work in\n its own list of opportunities.\n

    \n 1 2019-03-20 07:10:11.686735 \N 2019-03-20 06:48:10.08327 ir.actions.act_window Sales Teams \N crm.team \N \N form 518 tree,form f current t \N f 80 {} +131 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Unknown Partner Ledger [('partner_id', '=', False)] account.move.line \N res.partner form \N tree,form f current t \N f 0 {'search_default_unreconciled': 1, 'search_default_payable': 1} +132 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Partner Ledger: Receivable [] account.move.line \N res.partner form \N tree,form f current t \N f 0 {'search_default_partner_id': [active_id], 'search_default_unreconciled': 1, 'search_default_receivable': 1} +133 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Unknown Partner Ledger [('partner_id', '=', False)] account.move.line \N res.partner form \N tree,form f current t \N f 0 {'search_default_receivable': 1, 'search_default_unreconciled': 1} +134 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Unreconciled Entries [] account.move.line \N account.account form \N tree,form f current t \N f 0 {'search_default_account_id': [active_id], 'search_default_unreconciled': 1, 'default_account_id': active_id} +135 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items [] account.move.line \N account.account form \N tree,form f current t \N f 0 {'search_default_account_id': [active_id]} +136 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Entries [] account.move \N form \N tree,form f current t \N f 0 {'search_default_dummy_account_id': [active_id]} +137 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items [] account.move.line \N account.account.type form \N tree,form f current t \N f 0 {'search_default_user_type_id': [active_id]} +138 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items [] account.move.line \N res.partner form \N tree,form f current t \N f 0 {'search_default_partner_id': [active_id]} +139 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Net Tax Lines [] account.move.line \N account.tax form \N tree,form f current t \N f 0 {'search_default_tax_ids': [active_id]} +140 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Tax Lines [] account.move.line \N account.tax form \N tree,form f current t \N f 0 {'search_default_tax_line_id': [active_id]} +141 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Net Tax Lines [] account.move.line \N account.tax form \N tree,form f current t \N f 0 {'search_default_tax_ids': [active_id], 'search_default_posted': 1} +142 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Tax Lines [] account.move.line \N account.tax form \N tree,form f current t \N f 0 {'search_default_tax_line_id': [active_id], 'search_default_posted': 1} +143 1

    \n Click to add a bank account.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Bank Accounts [('type', '=', 'bank')] account.journal \N \N form \N tree,form f current t \N f 80 {'default_type': 'bank', 'default_display_on_footer': True} +144 1

    \n Click to add a journal.\n

    \n A journal is used to record transactions of all accounting data\n related to the day-to-day business.\n

    \n A typical company may use one journal per payment method (cash,\n bank accounts, checks), one purchase journal, one sale journal\n and one for miscellaneous information.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journals \N account.journal \N \N form \N tree,form f current t \N f 80 {} +145 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Bank statements [] account.bank.statement \N account.journal form \N tree,form f current t \N f 0 {'search_default_journal_id': active_id, 'default_journal_id': active_id} +146 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items [] account.move.line \N account.journal form \N tree,form f current t \N f 0 {'search_default_journal_id': active_id, 'default_journal_id': active_id} +147 1

    \n Click to add a new tag.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Accounts Tags \N account.account.tag \N \N form \N tree,form f current t \N f 80 {} +148 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Cash Control \N account.bank.statement.cashbox \N \N form 350 tree,form f new t \N f 80 {} +149 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Check Closing Balance \N account.bank.statement.closebalance \N \N form 351 tree,form f new t \N f 80 {} +151 1

    \n Click to register a bank statement.\n

    \n A bank statement is a summary of all financial transactions\n occurring over a given period of time on a bank account. You\n should receive this periodicaly from your bank.\n

    \n Odoo allows you to reconcile a statement line directly with\n the related sale or puchase invoices.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Bank Statements [('journal_id.type', '=', 'bank')] account.bank.statement 353 \N form \N tree,form,pivot,graph f current t \N f 80 {'journal_type':'bank'} +152 1

    \n A bank statement line is a financial transaction on a bank account.\n

    \n Odoo allows you to reconcile a statement line directly with\n the related sale or puchase invoice(s).\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Bank Statement Lines [] account.bank.statement.line 355 \N form \N tree,form f current t \N f 80 {} +153 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Draft statements [('state','=','draft')] account.bank.statement \N \N form \N tree,form f current t \N t 80 {} +156 1

    \n Click to create a reconciliation model.\n

    \n Those can be used to quickly create a journal items when reconciling\n a bank statement or an account.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Reconciliation Models \N account.reconcile.model 360 \N form \N tree,form f current t \N f 80 {} +157 1

    \n Click to define a new account type.\n

    \n An account type is used to determine how an account is used in\n each journal. The deferral method of an account type determines\n the process for the annual closing. Reports such as the Balance\n Sheet and the Profit and Loss report use the category\n (profit/loss or balance sheet).\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Account Types \N account.account.type 361 \N form \N tree,form f current t \N f 80 {} +158 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Taxes \N account.tax \N \N form 364 tree,form f current t \N f 80 {'search_default_sale': True, 'search_default_purchase': True} +159 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items \N account.move.line \N \N form 370 tree,form,pivot f current t \N f 80 {'journal_type':'general'} +160 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items \N account.move.line \N \N form 370 tree,form f current t \N f 80 {'search_default_partner_id': [active_id], 'default_partner_id': active_id} +161 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items \N account.move.line \N \N form 371 graph,pivot f current t \N f 80 {'search_default_account_id': [active_id]} +162 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items \N account.move.line \N \N form 371 graph,pivot f current t \N f 80 {'search_default_account_id': [active_id], 'search_default_posted': 1} +163 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items \N account.move.line \N \N form 372 graph,pivot f current t \N f 80 {'search_default_account_id': [active_id]} +164 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items \N account.move.line \N \N form 372 graph,pivot f current t \N f 80 {'search_default_account_id': [active_id], 'search_default_posted': 1} +165 1

    \n Click to create a journal entry.\n

    \n A journal entry consists of several journal items, each of\n which is either a debit or a credit transaction.\n

    \n Odoo automatically creates one journal entry per accounting\n document: invoice, refund, vendor payment, bank statements,\n etc. So, you should record journal entries manually only/mainly\n for miscellaneous operations.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Entries \N account.move 376 \N form 374 tree,form f current t \N f 80 {'search_default_misc_filter':1} +166 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Entries \N account.move 376 \N form 374 tree,form f current t \N f 80 {} +167 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Journal Items [] account.move.line \N account.move form \N tree,form f current t \N f 0 {'search_default_move_id': active_id, 'default_move_id': active_id} +168 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Payment Terms \N account.payment.term 380 \N form \N tree,form f current t \N f 80 {} +169 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Account Templates \N account.account.template 384 \N form \N tree,form f current t \N f 80 {} +170 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Chart of Accounts Templates \N account.chart.template \N \N form \N tree,form f current t \N f 80 {} +171 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Tax Templates \N account.tax.template 390 \N form \N tree,form f current t \N f 80 {} +172 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Choose Accounting Template \N wizard.multi.charts.accounts \N \N form 391 form f new t \N f 80 {} +173 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Fiscal Position \N account.fiscal.position.template 392 \N form \N tree,form f current t \N f 80 {} +174 1

    \n Click to create a new cash log.\n

    \n A Cash Register allows you to manage cash entries in your cash\n journals. This feature provides an easy way to follow up cash\n payments on a daily basis. You can enter the coins that are in\n your cash box, and then post entries when money comes in or\n goes out of the cash box.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Cash Registers [('journal_id.type', '=', 'cash')] account.bank.statement 353 \N form 352 tree,form,pivot,graph f current t \N f 80 {'journal_type':'cash'} +175 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Financial Reports \N account.financial.report 399 \N form 398 tree,form f current t \N f 80 {} +176 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Financial Reports Hierarchy [('parent_id','=',False)] account.financial.report \N \N tree 400 tree,form f current t \N f 80 {} +187 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Refund Invoice \N account.invoice.refund \N \N form 401 tree,form f new t \N f 80 {} +188 1

    This wizard will validate all journal entries selected. Once journal entries are validated, you can not update them anymore.

    1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Post Journal Entries \N validate.account.move \N \N form 402 form f new t \N f 80 {} +189 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Confirm Draft Invoices [] account.invoice.confirm \N account.invoice form \N form t new t \N f 0 {} +190 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Cancel Selected Invoices \N account.invoice.cancel \N \N form 404 form f new t \N f 80 {} +191 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Put Money In [] cash.box.in \N account.bank.statement form \N form f new t \N f 0 {} +192 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Take Money Out [] cash.box.out \N account.bank.statement form \N form f new t \N f 0 {} +193 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Invoices \N account.invoice 419 \N form 414 tree,form,calendar,graph f current t \N f 80 {'type':'out_invoice'} +194 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Invoices [('type','in', ['out_invoice', 'out_refund']), ('state', 'not in', ['draft', 'cancel'])] account.invoice 419 \N form 414 tree,form,kanban,calendar,graph,pivot f current t \N f 80 {'default_type':'out_invoice', 'type':'out_invoice', 'journal_type': 'sale'} +195 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Pending Invoice [('state','=','draft')] account.invoice \N \N form 414 tree,form,calendar,graph f current t \N f 80 {'type':'out_invoice'} +197 1

    \n Click to record a new vendor bill.\n

    \n You can control the invoice from your vendor according to\n what you purchased or received.\n

    \n 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Vendor Bills [('type','in',('in_invoice', 'in_refund'))] account.invoice 419 \N form \N tree,kanban,form,calendar,pivot,graph f current t \N f 80 {'default_type': 'in_invoice', 'type': 'in_invoice', 'journal_type': 'purchase'} +198 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Unpaid Invoices [('journal_id', '=', active_id)] account.invoice \N account.journal form \N tree,form f current t \N f 0 {'search_default_unpaid': 1, 'search_default_journal_id': [active_id], 'default_journal_id': active_id} +199 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Analytic Accounts \N account.analytic.account \N \N form \N tree,form f current t \N f 80 {'search_default_partner_id': [active_id], 'default_partner_id': active_id} +200 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Fiscal Positions \N account.fiscal.position \N \N form \N tree,form f current t \N f 80 {} +201 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Analytic Entries \N account.analytic.line 277 \N form 279 pivot f current t \N f 80 {} +202 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Chart Templates \N ir.module.module 98 \N form \N kanban,tree,form f current t \N f 80 {'search_default_category_id': 8} +203 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Configure Accounting \N account.config.settings \N \N form \N form f inline t \N f 80 {} +204 1

    From this report, you can have an overview of the amount invoiced from your vendors. The search tool can also be used to personalise your Invoices reports and so, match this analysis to your needs.

    1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Invoices Analysis \N account.invoice.report 439 \N form \N pivot,graph f current t \N f 80 {'search_default_current':1, 'search_default_supplier':1, 'group_by':[], 'group_by_no_leaf':1, 'search_default_year': 1} +205 1

    From this report, you can have an overview of the amount invoiced to your customers. The search tool can also be used to personalise your Invoices reports and so, match this analysis to your needs.

    1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Invoices Analysis \N account.invoice.report 439 \N form \N pivot,graph f current t \N f 80 {'search_default_current':1, 'search_default_customer':1, 'group_by':[], 'group_by_no_leaf':1, 'search_default_year': 1} +206 1 \N 1 2019-03-20 07:10:25.544664 2019-03-20 06:39:13.995111 ir.actions.act_window Monthly Turnover [] account.invoice.report \N res.partner form \N graph f current t \N f 0 {'search_default_user': 1, 'group_by_no_leaf': 1, 'group_by': [], 'search_default_partner_id': [active_id], 'search_default_month': 1} +207 1

    \n This is the accounting dashboard. If you have not yet\n installed a chart of account, please install one first.\n Browse available countries.\n

    \n 1 2019-03-20 07:10:25.544664 menu 2019-03-20 06:39:13.995111 ir.actions.act_window Accounting Dashboard [('belongs_to_company', '=', True)] account.journal \N \N form \N kanban,form f current t \N f 80 {'search_default_dashboard':1} +208 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Common Report \N account.common.report \N \N form 445 form f new t \N f 80 {} +209 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Sale/Purchase Journal \N account.print.journal \N \N form 446 form f new t \N f 80 {} +210 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Partner Ledger \N account.report.partner.ledger \N \N form 448 form f new t \N f 80 {} +211 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window General Ledger \N account.report.general.ledger \N \N form 450 form f new t \N f 80 {} +212 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Trial Balance \N account.balance.report \N \N form 452 form f new t \N f 80 {} +213 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Balance Sheet \N accounting.report \N \N form 454 form f new t \N f 80 {'default_account_report_id': 4} +214 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Profit and Loss \N accounting.report \N \N form 454 form f new t \N f 80 {'default_account_report_id': 1} +215 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Financial Reports \N accounting.report \N \N form 454 form f new t \N f 80 {} +216 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Aged Partner Balance \N account.aged.trial.balance \N \N form 456 tree,form f new t \N f 80 {} +217 1 \N 1 2019-03-20 07:10:25.544664 \N 2019-03-20 06:39:13.995111 ir.actions.act_window Make Manual Tax Adjustments \N tax.adjustments.wizard \N \N form \N form f new t \N f 80 {} +\. + + +-- +-- Data for Name: ir_act_window_group_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_window_group_rel (act_id, gid) FROM stdin; +69 3 +104 13 +206 22 +218 8 +246 25 +260 25 +308 39 +340 51 +\. + + +-- +-- Data for Name: ir_act_window_view; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_act_window_view (id, create_uid, multi, sequence, view_id, write_uid, view_mode, write_date, act_window_id, create_date) FROM stdin; +1 1 f 1 10 1 tree 2019-03-20 07:08:09.887202 5 2019-03-20 06:35:24.381189 +2 1 f 2 11 1 form 2019-03-20 07:08:09.887202 5 2019-03-20 06:35:24.381189 +3 1 f 1 73 1 tree 2019-03-20 07:08:09.887202 27 2019-03-20 06:35:24.381189 +4 1 f 2 71 1 form 2019-03-20 07:08:09.887202 27 2019-03-20 06:35:24.381189 +5 1 f 1 73 1 tree 2019-03-20 07:08:09.887202 28 2019-03-20 06:35:24.381189 +6 1 f 2 72 1 form 2019-03-20 07:08:09.887202 28 2019-03-20 06:35:24.381189 +7 1 f 0 127 1 kanban 2019-03-20 07:08:09.887202 55 2019-03-20 06:35:24.381189 +8 1 f 2 124 1 form 2019-03-20 07:08:09.887202 55 2019-03-20 06:35:24.381189 +9 1 f 1 121 1 tree 2019-03-20 07:08:09.887202 55 2019-03-20 06:35:24.381189 +10 1 f 10 154 1 tree 2019-03-20 07:08:09.887202 71 2019-03-20 06:35:24.381189 +11 1 f 20 153 1 form 2019-03-20 07:08:09.887202 71 2019-03-20 06:35:24.381189 +12 1 f 10 157 1 form 2019-03-20 07:08:09.887202 72 2019-03-20 06:35:24.381189 +40 1 f \N \N 1 tree 2019-03-20 07:09:58.889473 112 2019-03-20 07:09:58.889473 +41 1 f \N 304 1 form 2019-03-20 07:09:58.889473 112 2019-03-20 07:09:58.889473 +42 1 f \N \N 1 kanban 2019-03-20 07:09:58.889473 112 2019-03-20 07:09:58.889473 +43 1 f \N 347 1 tree 2019-03-20 07:10:25.544664 143 2019-03-20 07:10:25.544664 +44 1 f \N 348 1 form 2019-03-20 07:10:25.544664 143 2019-03-20 07:10:25.544664 +18 1 f 1 352 1 tree 2019-03-20 07:10:25.544664 151 2019-03-20 06:39:13.995111 +19 1 f 2 354 1 form 2019-03-20 07:10:25.544664 151 2019-03-20 06:39:13.995111 +20 1 f 1 414 1 tree 2019-03-20 07:10:25.544664 194 2019-03-20 06:39:13.995111 +21 1 f 2 418 1 form 2019-03-20 07:10:25.544664 194 2019-03-20 06:39:13.995111 +22 1 f 1 \N 1 tree 2019-03-20 07:10:25.544664 193 2019-03-20 06:39:13.995111 +23 1 f 2 418 1 form 2019-03-20 07:10:25.544664 193 2019-03-20 06:39:13.995111 +24 1 f 1 414 1 tree 2019-03-20 07:10:25.544664 196 2019-03-20 06:39:13.995111 +25 1 f 2 418 1 form 2019-03-20 07:10:25.544664 196 2019-03-20 06:39:13.995111 +26 1 f 1 416 1 tree 2019-03-20 07:10:25.544664 197 2019-03-20 06:39:13.995111 +27 1 f 2 417 1 form 2019-03-20 07:10:25.544664 197 2019-03-20 06:39:13.995111 +28 1 f 1 \N 1 tree 2019-03-20 07:11:07.597957 230 2019-03-20 06:39:45.927256 +29 1 f 2 484 1 form 2019-03-20 07:11:07.597957 230 2019-03-20 06:39:45.927256 +30 1 f 1 \N 1 tree 2019-03-20 07:11:07.597957 231 2019-03-20 06:39:45.927256 +31 1 f 2 485 1 form 2019-03-20 07:11:07.597957 231 2019-03-20 06:39:45.927256 +32 1 f 1 \N 1 tree 2019-03-20 07:11:19.263357 255 2019-03-20 06:48:18.928036 +33 1 f 2 418 1 form 2019-03-20 07:11:19.263357 255 2019-03-20 06:48:18.928036 +34 1 f 1 649 1 tree 2019-03-20 07:11:46.316296 310 2019-03-20 06:48:43.692344 +35 1 f 3 651 1 form 2019-03-20 07:11:46.316296 310 2019-03-20 06:48:43.692344 +36 1 f 3 647 1 pivot 2019-03-20 07:11:46.316296 310 2019-03-20 06:48:43.692344 +37 1 f 3 648 1 graph 2019-03-20 07:11:46.316296 310 2019-03-20 06:48:43.692344 +38 1 f 1 416 1 tree 2019-03-20 07:12:52.487574 330 2019-03-20 06:51:48.756782 +39 1 f 2 417 1 form 2019-03-20 07:12:52.487574 330 2019-03-20 06:51:48.756782 +\. + + +-- +-- Name: ir_act_window_view_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_act_window_view_id_seq', 44, true); + + +-- +-- Data for Name: ir_actions; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_actions (id, create_uid, help, write_uid, write_date, usage, create_date, type, name) FROM stdin; +\. + + +-- +-- Name: ir_actions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_actions_id_seq', 347, true); + + +-- +-- Data for Name: ir_actions_todo; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_actions_todo (id, create_uid, name, sequence, write_uid, note, state, write_date, create_date, type, action_id) FROM stdin; +1 1 \N 100 1 \N done 2019-03-20 07:08:09.887202 2019-03-20 06:35:24.381189 automatic 1 +\. + + +-- +-- Name: ir_actions_todo_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_actions_todo_id_seq', 1, true); + + +-- +-- Data for Name: ir_attachment; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_attachment (id, create_date, write_date, res_model, write_uid, res_name, db_datas, file_size, create_uid, company_id, res_id, index_content, type, public, store_fname, description, res_field, mimetype, name, url, checksum, datas_fname) FROM stdin; +1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.partner 1 My Company \N 8950 1 1 1 image binary f 93/930317388fbaeda6502bf74750f6360ba49e7ef5 \N image_medium image/png image_medium \N 930317388fbaeda6502bf74750f6360ba49e7ef5 \N +2 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.partner 1 My Company \N 7924 1 1 1 image binary f d6/d6c84c13589b2232842fdbb26d2c476c52075227 \N image image/png image \N d6c84c13589b2232842fdbb26d2c476c52075227 \N +3 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.partner 1 My Company \N 3333 1 1 1 image binary f 17/173cbcfcd73f7a7cb805f963b03ccce8c758be77 \N image_small image/png image_small \N 173cbcfcd73f7a7cb805f963b03ccce8c758be77 \N +247 2019-03-20 06:36:29.940692 2019-03-20 06:36:29.940692 ir.ui.view 1 \N \N 120016 1 1 0 /* /web/static/lib/bootstrap/less/variables.less defined in bundle 'web.assets_common' */\n/* /web/static/lib/bootstrap/less/mixins/vendor-prefixes.less defined in bundle 'web.assets_common' */\n/* /web/static/lib/bootstrap/less/mixins/buttons.less defined in bundle 'web.assets_common' */\n/* /web/static/src/less/variables.less defined in bundle 'web.assets_common' */\n/* /web/static/src/less/utils.less defined in bundle 'web.assets_common' */\n/* /web_editor/static/src/less/web_editor.variables.less defined in bundle 'web.assets_common' */\n @-webkit-keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @-webkit-keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @-webkit-keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} @keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} \n/* /web/static/lib/jquery.ui/jquery-ui.css defined in bundle 'web.assets_common' */\n .ui-helper-hidden{display: none;} .ui-helper-hidden-accessible{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;} .ui-helper-reset{margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;} .ui-helper-clearfix:before, .ui-helper-clearfix:after{content: ""; display: table; border-collapse: collapse;} .ui-helper-clearfix:after{clear: both;} .ui-helper-clearfix{min-height: 0;} .ui-helper-zfix{width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0);} .ui-front{z-index: 100;} .ui-state-disabled{cursor: default !important;} .ui-icon{display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;} .ui-widget-overlay{position: fixed; top: 0; left: 0; width: 100%; height: 100%;} .ui-draggable-handle{-ms-touch-action: none; touch-action: none;} .ui-resizable{position: relative;} .ui-resizable-handle{position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none;} .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle{display: none;} .ui-resizable-n{cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0;} .ui-resizable-s{cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0;} .ui-resizable-e{cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%;} .ui-resizable-w{cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%;} .ui-resizable-se{cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px;} .ui-resizable-sw{cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px;} .ui-resizable-nw{cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px;} .ui-resizable-ne{cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} .ui-selectable{-ms-touch-action: none; touch-action: none;} .ui-selectable-helper{position: absolute; z-index: 100; border: 1px dotted black;} .ui-sortable-handle{-ms-touch-action: none; touch-action: none;} .ui-autocomplete{position: absolute; top: 0; left: 0; cursor: default;} .ui-datepicker{width: 17em; padding: .2em .2em 0; display: none;} .ui-datepicker .ui-datepicker-header{position: relative; padding: .2em 0;} .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position: absolute; top: 2px; width: 1.8em; height: 1.8em;} .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{top: 1px;} .ui-datepicker .ui-datepicker-prev{left: 2px;} .ui-datepicker .ui-datepicker-next{right: 2px;} .ui-datepicker .ui-datepicker-prev-hover{left: 1px;} .ui-datepicker .ui-datepicker-next-hover{right: 1px;} .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;} .ui-datepicker .ui-datepicker-title{margin: 0 2.3em; line-height: 1.8em; text-align: center;} .ui-datepicker .ui-datepicker-title select{font-size: 1em; margin: 1px 0;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;} .ui-datepicker table{width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em;} .ui-datepicker th{padding: .7em .3em; text-align: center; font-weight: bold; border: 0;} .ui-datepicker td{border: 0; padding: 1px;} .ui-datepicker td span, .ui-datepicker td a{display: block; padding: .2em; text-align: right; text-decoration: none;} .ui-datepicker .ui-datepicker-buttonpane{background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0;} .ui-datepicker .ui-datepicker-buttonpane button{float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible;} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float: left;} .ui-datepicker.ui-datepicker-multi{width: auto;} .ui-datepicker-multi .ui-datepicker-group{float: left;} .ui-datepicker-multi .ui-datepicker-group table{width: 95%; margin: 0 auto .4em;} .ui-datepicker-multi-2 .ui-datepicker-group{width: 50%;} .ui-datepicker-multi-3 .ui-datepicker-group{width: 33.3%;} .ui-datepicker-multi-4 .ui-datepicker-group{width: 25%;} .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width: 0;} .ui-datepicker-multi .ui-datepicker-buttonpane{clear: left;} .ui-datepicker-row-break{clear: both; width: 100%; font-size: 0;} .ui-datepicker-rtl{direction: rtl;} .ui-datepicker-rtl .ui-datepicker-prev{right: 2px; left: auto;} .ui-datepicker-rtl .ui-datepicker-next{left: 2px; right: auto;} .ui-datepicker-rtl .ui-datepicker-prev:hover{right: 1px; left: auto;} .ui-datepicker-rtl .ui-datepicker-next:hover{left: 1px; right: auto;} .ui-datepicker-rtl .ui-datepicker-buttonpane{clear: right;} .ui-datepicker-rtl .ui-datepicker-buttonpane button{float: left;} .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group{float: right;} .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width: 0; border-left-width: 1px;} .ui-menu{list-style: none; padding: 0; margin: 0; display: block; outline: none;} .ui-menu .ui-menu{position: absolute;} .ui-menu .ui-menu-item{position: relative; margin: 0; padding: 3px 1em 3px .4em; cursor: pointer; min-height: 0; list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");} .ui-menu .ui-menu-divider{margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0;} .ui-menu .ui-state-focus, .ui-menu .ui-state-active{margin: -1px;} .ui-menu-icons{position: relative;} .ui-menu-icons .ui-menu-item{padding-left: 2em;} .ui-menu .ui-icon{position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0;} .ui-menu .ui-menu-icon{left: auto; right: 0;} .ui-tooltip{padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa;} body .ui-tooltip{border-width: 2px;} .ui-widget{font-family: Arial,Helvetica,sans-serif; font-size: 1em;} .ui-widget .ui-widget{font-size: 1em;} .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-family: Arial,Helvetica,sans-serif; font-size: 1em;} .ui-widget-content{border: 1px solid #dddddd; background: #ffffff; color: #333333;} .ui-widget-content a{color: #333333;} .ui-widget-header{border: 1px solid #dddddd; background: #e9e9e9; color: #333333; font-weight: bold;} .ui-widget-header a{color: #333333;} .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545;} .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color: #454545; text-decoration: none;} .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b;} .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited{color: #2b2b2b; text-decoration: none;} .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{border: 1px solid #003eff; background: #007fff; font-weight: normal; color: #ffffff;} .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color: #ffffff; text-decoration: none;} .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border: 1px solid #dad55e; background: #fffa90; color: #777620;} .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a{color: #777620;} .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error{border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f;} .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a{color: #5f3f3f;} .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text{color: #5f3f3f;} .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary{font-weight: bold;} .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary{opacity: .7; filter:Alpha(Opacity=70); font-weight: normal;} .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{opacity: .35; filter:Alpha(Opacity=35); background-image: none;} .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35);} .ui-icon{width: 16px; height: 16px;} .ui-icon, .ui-widget-content .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_444444_256x240.png");} .ui-widget-header .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_444444_256x240.png");} .ui-state-default .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_777777_256x240.png");} .ui-state-hover .ui-icon, .ui-state-focus .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_555555_256x240.png");} .ui-state-active .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_ffffff_256x240.png");} .ui-state-highlight .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_777620_256x240.png");} .ui-state-error .ui-icon, .ui-state-error-text .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_cc0000_256x240.png");} .ui-icon-blank{background-position: 16px 16px;} .ui-icon-carat-1-n{background-position: 0 0;} .ui-icon-carat-1-ne{background-position: -16px 0;} .ui-icon-carat-1-e{background-position: -32px 0;} .ui-icon-carat-1-se{background-position: -48px 0;} .ui-icon-carat-1-s{background-position: -64px 0;} .ui-icon-carat-1-sw{background-position: -80px 0;} .ui-icon-carat-1-w{background-position: -96px 0;} .ui-icon-carat-1-nw{background-position: -112px 0;} .ui-icon-carat-2-n-s{background-position: -128px 0;} .ui-icon-carat-2-e-w{background-position: -144px 0;} .ui-icon-triangle-1-n{background-position: 0 -16px;} .ui-icon-triangle-1-ne{background-position: -16px -16px;} .ui-icon-triangle-1-e{background-position: -32px -16px;} .ui-icon-triangle-1-se{background-position: -48px -16px;} .ui-icon-triangle-1-s{background-position: -64px -16px;} .ui-icon-triangle-1-sw{background-position: -80px -16px;} .ui-icon-triangle-1-w{background-position: -96px -16px;} .ui-icon-triangle-1-nw{background-position: -112px -16px;} .ui-icon-triangle-2-n-s{background-position: -128px -16px;} .ui-icon-triangle-2-e-w{background-position: -144px -16px;} .ui-icon-arrow-1-n{background-position: 0 -32px;} .ui-icon-arrow-1-ne{background-position: -16px -32px;} .ui-icon-arrow-1-e{background-position: -32px -32px;} .ui-icon-arrow-1-se{background-position: -48px -32px;} .ui-icon-arrow-1-s{background-position: -64px -32px;} .ui-icon-arrow-1-sw{background-position: -80px -32px;} .ui-icon-arrow-1-w{background-position: -96px -32px;} .ui-icon-arrow-1-nw{background-position: -112px -32px;} .ui-icon-arrow-2-n-s{background-position: -128px -32px;} .ui-icon-arrow-2-ne-sw{background-position: -144px -32px;} .ui-icon-arrow-2-e-w{background-position: -160px -32px;} .ui-icon-arrow-2-se-nw{background-position: -176px -32px;} .ui-icon-arrowstop-1-n{background-position: -192px -32px;} .ui-icon-arrowstop-1-e{background-position: -208px -32px;} .ui-icon-arrowstop-1-s{background-position: -224px -32px;} .ui-icon-arrowstop-1-w{background-position: -240px -32px;} .ui-icon-arrowthick-1-n{background-position: 0 -48px;} .ui-icon-arrowthick-1-ne{background-position: -16px -48px;} .ui-icon-arrowthick-1-e{background-position: -32px -48px;} .ui-icon-arrowthick-1-se{background-position: -48px -48px;} .ui-icon-arrowthick-1-s{background-position: -64px -48px;} .ui-icon-arrowthick-1-sw{background-position: -80px -48px;} .ui-icon-arrowthick-1-w{background-position: -96px -48px;} .ui-icon-arrowthick-1-nw{background-position: -112px -48px;} .ui-icon-arrowthick-2-n-s{background-position: -128px -48px;} .ui-icon-arrowthick-2-ne-sw{background-position: -144px -48px;} .ui-icon-arrowthick-2-e-w{background-position: -160px -48px;} .ui-icon-arrowthick-2-se-nw{background-position: -176px -48px;} .ui-icon-arrowthickstop-1-n{background-position: -192px -48px;} .ui-icon-arrowthickstop-1-e{background-position: -208px -48px;} .ui-icon-arrowthickstop-1-s{background-position: -224px -48px;} .ui-icon-arrowthickstop-1-w{background-position: -240px -48px;} .ui-icon-arrowreturnthick-1-w{background-position: 0 -64px;} .ui-icon-arrowreturnthick-1-n{background-position: -16px -64px;} .ui-icon-arrowreturnthick-1-e{background-position: -32px -64px;} .ui-icon-arrowreturnthick-1-s{background-position: -48px -64px;} .ui-icon-arrowreturn-1-w{background-position: -64px -64px;} .ui-icon-arrowreturn-1-n{background-position: -80px -64px;} .ui-icon-arrowreturn-1-e{background-position: -96px -64px;} .ui-icon-arrowreturn-1-s{background-position: -112px -64px;} .ui-icon-arrowrefresh-1-w{background-position: -128px -64px;} .ui-icon-arrowrefresh-1-n{background-position: -144px -64px;} .ui-icon-arrowrefresh-1-e{background-position: -160px -64px;} .ui-icon-arrowrefresh-1-s{background-position: -176px -64px;} .ui-icon-arrow-4{background-position: 0 -80px;} .ui-icon-arrow-4-diag{background-position: -16px -80px;} .ui-icon-extlink{background-position: -32px -80px;} .ui-icon-newwin{background-position: -48px -80px;} .ui-icon-refresh{background-position: -64px -80px;} .ui-icon-shuffle{background-position: -80px -80px;} .ui-icon-transfer-e-w{background-position: -96px -80px;} .ui-icon-transferthick-e-w{background-position: -112px -80px;} .ui-icon-folder-collapsed{background-position: 0 -96px;} .ui-icon-folder-open{background-position: -16px -96px;} .ui-icon-document{background-position: -32px -96px;} .ui-icon-document-b{background-position: -48px -96px;} .ui-icon-note{background-position: -64px -96px;} .ui-icon-mail-closed{background-position: -80px -96px;} .ui-icon-mail-open{background-position: -96px -96px;} .ui-icon-suitcase{background-position: -112px -96px;} .ui-icon-comment{background-position: -128px -96px;} .ui-icon-person{background-position: -144px -96px;} .ui-icon-print{background-position: -160px -96px;} .ui-icon-trash{background-position: -176px -96px;} .ui-icon-locked{background-position: -192px -96px;} .ui-icon-unlocked{background-position: -208px -96px;} .ui-icon-bookmark{background-position: -224px -96px;} .ui-icon-tag{background-position: -240px -96px;} .ui-icon-home{background-position: 0 -112px;} .ui-icon-flag{background-position: -16px -112px;} .ui-icon-calendar{background-position: -32px -112px;} .ui-icon-cart{background-position: -48px -112px;} .ui-icon-pencil{background-position: -64px -112px;} .ui-icon-clock{background-position: -80px -112px;} .ui-icon-disk{background-position: -96px -112px;} .ui-icon-calculator{background-position: -112px -112px;} .ui-icon-zoomin{background-position: -128px -112px;} .ui-icon-zoomout{background-position: -144px -112px;} .ui-icon-search{background-position: -160px -112px;} .ui-icon-wrench{background-position: -176px -112px;} .ui-icon-gear{background-position: -192px -112px;} .ui-icon-heart{background-position: -208px -112px;} .ui-icon-star{background-position: -224px -112px;} .ui-icon-link{background-position: -240px -112px;} .ui-icon-cancel{background-position: 0 -128px;} .ui-icon-plus{background-position: -16px -128px;} .ui-icon-plusthick{background-position: -32px -128px;} .ui-icon-minus{background-position: -48px -128px;} .ui-icon-minusthick{background-position: -64px -128px;} .ui-icon-close{background-position: -80px -128px;} .ui-icon-closethick{background-position: -96px -128px;} .ui-icon-key{background-position: -112px -128px;} .ui-icon-lightbulb{background-position: -128px -128px;} .ui-icon-scissors{background-position: -144px -128px;} .ui-icon-clipboard{background-position: -160px -128px;} .ui-icon-copy{background-position: -176px -128px;} .ui-icon-contact{background-position: -192px -128px;} .ui-icon-image{background-position: -208px -128px;} .ui-icon-video{background-position: -224px -128px;} .ui-icon-script{background-position: -240px -128px;} .ui-icon-alert{background-position: 0 -144px;} .ui-icon-info{background-position: -16px -144px;} .ui-icon-notice{background-position: -32px -144px;} .ui-icon-help{background-position: -48px -144px;} .ui-icon-check{background-position: -64px -144px;} .ui-icon-bullet{background-position: -80px -144px;} .ui-icon-radio-on{background-position: -96px -144px;} .ui-icon-radio-off{background-position: -112px -144px;} .ui-icon-pin-w{background-position: -128px -144px;} .ui-icon-pin-s{background-position: -144px -144px;} .ui-icon-play{background-position: 0 -160px;} .ui-icon-pause{background-position: -16px -160px;} .ui-icon-seek-next{background-position: -32px -160px;} .ui-icon-seek-prev{background-position: -48px -160px;} .ui-icon-seek-end{background-position: -64px -160px;} .ui-icon-seek-start{background-position: -80px -160px;} .ui-icon-seek-first{background-position: -80px -160px;} .ui-icon-stop{background-position: -96px -160px;} .ui-icon-eject{background-position: -112px -160px;} .ui-icon-volume-off{background-position: -128px -160px;} .ui-icon-volume-on{background-position: -144px -160px;} .ui-icon-power{background-position: 0 -176px;} .ui-icon-signal-diag{background-position: -16px -176px;} .ui-icon-signal{background-position: -32px -176px;} .ui-icon-battery-0{background-position: -48px -176px;} .ui-icon-battery-1{background-position: -64px -176px;} .ui-icon-battery-2{background-position: -80px -176px;} .ui-icon-battery-3{background-position: -96px -176px;} .ui-icon-circle-plus{background-position: 0 -192px;} .ui-icon-circle-minus{background-position: -16px -192px;} .ui-icon-circle-close{background-position: -32px -192px;} .ui-icon-circle-triangle-e{background-position: -48px -192px;} .ui-icon-circle-triangle-s{background-position: -64px -192px;} .ui-icon-circle-triangle-w{background-position: -80px -192px;} .ui-icon-circle-triangle-n{background-position: -96px -192px;} .ui-icon-circle-arrow-e{background-position: -112px -192px;} .ui-icon-circle-arrow-s{background-position: -128px -192px;} .ui-icon-circle-arrow-w{background-position: -144px -192px;} .ui-icon-circle-arrow-n{background-position: -160px -192px;} .ui-icon-circle-zoomin{background-position: -176px -192px;} .ui-icon-circle-zoomout{background-position: -192px -192px;} .ui-icon-circle-check{background-position: -208px -192px;} .ui-icon-circlesmall-plus{background-position: 0 -208px;} .ui-icon-circlesmall-minus{background-position: -16px -208px;} .ui-icon-circlesmall-close{background-position: -32px -208px;} .ui-icon-squaresmall-plus{background-position: -48px -208px;} .ui-icon-squaresmall-minus{background-position: -64px -208px;} .ui-icon-squaresmall-close{background-position: -80px -208px;} .ui-icon-grip-dotted-vertical{background-position: 0 -224px;} .ui-icon-grip-dotted-horizontal{background-position: -16px -224px;} .ui-icon-grip-solid-vertical{background-position: -32px -224px;} .ui-icon-grip-solid-horizontal{background-position: -48px -224px;} .ui-icon-gripsmall-diagonal-se{background-position: -64px -224px;} .ui-icon-grip-diagonal-se{background-position: -80px -224px;} .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{border-top-left-radius: 3px;} .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border-top-right-radius: 3px;} .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius: 3px;} .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius: 3px;} .ui-widget-overlay{background: #aaaaaa; opacity: .3; filter: Alpha(Opacity=30);} .ui-widget-shadow{margin: 0px 0 0 0px; padding: 5px; background: #666666; opacity: .3; filter: Alpha(Opacity=30); border-radius: 8px;} \n/* /web/static/lib/fontawesome/css/font-awesome.css defined in bundle 'web.assets_common' */\n @font-face{font-family: 'FontAwesome'; src: url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.5.0'); src: url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal;} .fa{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .fa-lg{font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%;} .fa-2x{font-size: 2em;} .fa-3x{font-size: 3em;} .fa-4x{font-size: 4em;} .fa-5x{font-size: 5em;} .fa-fw{width: 1.28571429em; text-align: center;} .fa-ul{padding-left: 0; margin-left: 2.14285714em; list-style-type: none;} .fa-ul > li{position: relative;} .fa-li{position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center;} .fa-li.fa-lg{left: -1.85714286em;} .fa-border{padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em;} .fa-pull-left{float: left;} .fa-pull-right{float: right;} .fa.fa-pull-left{margin-right: .3em;} .fa.fa-pull-right{margin-left: .3em;} .pull-right{float: right;} .pull-left{float: left;} .fa.pull-left{margin-right: .3em;} .fa.pull-right{margin-left: .3em;} .fa-spin{-webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear;} .fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8);} @-webkit-keyframes fa-spin{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}100%{-webkit-transform: rotate(359deg); transform: rotate(359deg);}} @keyframes fa-spin{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}100%{-webkit-transform: rotate(359deg); transform: rotate(359deg);}} .fa-rotate-90{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);} .fa-rotate-180{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);} .fa-rotate-270{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg);} .fa-flip-horizontal{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1);} .fa-flip-vertical{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1);} :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical{filter: none;} .fa-stack{position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle;} .fa-stack-1x, .fa-stack-2x{position: absolute; left: 0; width: 100%; text-align: center;} .fa-stack-1x{line-height: inherit;} .fa-stack-2x{font-size: 2em;} .fa-inverse{color: #ffffff;} .fa-glass:before{content: "\\f000";} .fa-music:before{content: "\\f001";} .fa-search:before{content: "\\f002";} .fa-envelope-o:before{content: "\\f003";} .fa-heart:before{content: "\\f004";} .fa-star:before{content: "\\f005";} .fa-star-o:before{content: "\\f006";} .fa-user:before{content: "\\f007";} .fa-film:before{content: "\\f008";} .fa-th-large:before{content: "\\f009";} .fa-th:before{content: "\\f00a";} .fa-th-list:before{content: "\\f00b";} .fa-check:before{content: "\\f00c";} .fa-remove:before, .fa-close:before, .fa-times:before{content: "\\f00d";} .fa-search-plus:before{content: "\\f00e";} .fa-search-minus:before{content: "\\f010";} .fa-power-off:before{content: "\\f011";} .fa-signal:before{content: "\\f012";} .fa-gear:before, .fa-cog:before{content: "\\f013";} .fa-trash-o:before{content: "\\f014";} .fa-home:before{content: "\\f015";} .fa-file-o:before{content: "\\f016";} .fa-clock-o:before{content: "\\f017";} .fa-road:before{content: "\\f018";} .fa-download:before{content: "\\f019";} .fa-arrow-circle-o-down:before{content: "\\f01a";} .fa-arrow-circle-o-up:before{content: "\\f01b";} .fa-inbox:before{content: "\\f01c";} .fa-play-circle-o:before{content: "\\f01d";} .fa-rotate-right:before, .fa-repeat:before{content: "\\f01e";} .fa-refresh:before{content: "\\f021";} .fa-list-alt:before{content: "\\f022";} .fa-lock:before{content: "\\f023";} .fa-flag:before{content: "\\f024";} .fa-headphones:before{content: "\\f025";} .fa-volume-off:before{content: "\\f026";} .fa-volume-down:before{content: "\\f027";} .fa-volume-up:before{content: "\\f028";} .fa-qrcode:before{content: "\\f029";} .fa-barcode:before{content: "\\f02a";} .fa-tag:before{content: "\\f02b";} .fa-tags:before{content: "\\f02c";} .fa-book:before{content: "\\f02d";} .fa-bookmark:before{content: "\\f02e";} .fa-print:before{content: "\\f02f";} .fa-camera:before{content: "\\f030";} .fa-font:before{content: "\\f031";} .fa-bold:before{content: "\\f032";} .fa-italic:before{content: "\\f033";} .fa-text-height:before{content: "\\f034";} .fa-text-width:before{content: "\\f035";} .fa-align-left:before{content: "\\f036";} .fa-align-center:before{content: "\\f037";} .fa-align-right:before{content: "\\f038";} .fa-align-justify:before{content: "\\f039";} .fa-list:before{content: "\\f03a";} .fa-dedent:before, .fa-outdent:before{content: "\\f03b";} .fa-indent:before{content: "\\f03c";} .fa-video-camera:before{content: "\\f03d";} .fa-photo:before, .fa-image:before, .fa-picture-o:before{content: "\\f03e";} .fa-pencil:before{content: "\\f040";} .fa-map-marker:before{content: "\\f041";} .fa-adjust:before{content: "\\f042";} .fa-tint:before{content: "\\f043";} .fa-edit:before, .fa-pencil-square-o:before{content: "\\f044";} .fa-share-square-o:before{content: "\\f045";} .fa-check-square-o:before{content: "\\f046";} .fa-arrows:before{content: "\\f047";} .fa-step-backward:before{content: "\\f048";} .fa-fast-backward:before{content: "\\f049";} .fa-backward:before{content: "\\f04a";} .fa-play:before{content: "\\f04b";} .fa-pause:before{content: "\\f04c";} .fa-stop:before{content: "\\f04d";} .fa-forward:before{content: "\\f04e";} .fa-fast-forward:before{content: "\\f050";} .fa-step-forward:before{content: "\\f051";} .fa-eject:before{content: "\\f052";} .fa-chevron-left:before{content: "\\f053";} .fa-chevron-right:before{content: "\\f054";} .fa-plus-circle:before{content: "\\f055";} .fa-minus-circle:before{content: "\\f056";} .fa-times-circle:before{content: "\\f057";} .fa-check-circle:before{content: "\\f058";} .fa-question-circle:before{content: "\\f059";} .fa-info-circle:before{content: "\\f05a";} .fa-crosshairs:before{content: "\\f05b";} .fa-times-circle-o:before{content: "\\f05c";} .fa-check-circle-o:before{content: "\\f05d";} .fa-ban:before{content: "\\f05e";} .fa-arrow-left:before{content: "\\f060";} .fa-arrow-right:before{content: "\\f061";} .fa-arrow-up:before{content: "\\f062";} .fa-arrow-down:before{content: "\\f063";} .fa-mail-forward:before, .fa-share:before{content: "\\f064";} .fa-expand:before{content: "\\f065";} .fa-compress:before{content: "\\f066";} .fa-plus:before{content: "\\f067";} .fa-minus:before{content: "\\f068";} .fa-asterisk:before{content: "\\f069";} .fa-exclamation-circle:before{content: "\\f06a";} .fa-gift:before{content: "\\f06b";} .fa-leaf:before{content: "\\f06c";} .fa-fire:before{content: "\\f06d";} .fa-eye:before{content: "\\f06e";} .fa-eye-slash:before{content: "\\f070";} .fa-warning:before, .fa-exclamation-triangle:before{content: "\\f071";} .fa-plane:before{content: "\\f072";} .fa-calendar:before{content: "\\f073";} .fa-random:before{content: "\\f074";} .fa-comment:before{content: "\\f075";} .fa-magnet:before{content: "\\f076";} .fa-chevron-up:before{content: "\\f077";} .fa-chevron-down:before{content: "\\f078";} .fa-retweet:before{content: "\\f079";} .fa-shopping-cart:before{content: "\\f07a";} .fa-folder:before{content: "\\f07b";} .fa-folder-open:before{content: "\\f07c";} .fa-arrows-v:before{content: "\\f07d";} .fa-arrows-h:before{content: "\\f07e";} .fa-bar-chart-o:before, .fa-bar-chart:before{content: "\\f080";} .fa-twitter-square:before{content: "\\f081";} .fa-facebook-square:before{content: "\\f082";} .fa-camera-retro:before{content: "\\f083";} .fa-key:before{content: "\\f084";} .fa-gears:before, .fa-cogs:before{content: "\\f085";} .fa-comments:before{content: "\\f086";} .fa-thumbs-o-up:before{content: "\\f087";} .fa-thumbs-o-down:before{content: "\\f088";} .fa-star-half:before{content: "\\f089";} .fa-heart-o:before{content: "\\f08a";} .fa-sign-out:before{content: "\\f08b";} .fa-linkedin-square:before{content: "\\f08c";} .fa-thumb-tack:before{content: "\\f08d";} .fa-external-link:before{content: "\\f08e";} .fa-sign-in:before{content: "\\f090";} .fa-trophy:before{content: "\\f091";} .fa-github-square:before{content: "\\f092";} .fa-upload:before{content: "\\f093";} .fa-lemon-o:before{content: "\\f094";} .fa-phone:before{content: "\\f095";} .fa-square-o:before{content: "\\f096";} .fa-bookmark-o:before{content: "\\f097";} .fa-phone-square:before{content: "\\f098";} .fa-twitter:before{content: "\\f099";} .fa-facebook-f:before, .fa-facebook:before{content: "\\f09a";} .fa-github:before{content: "\\f09b";} .fa-unlock:before{content: "\\f09c";} .fa-credit-card:before{content: "\\f09d";} .fa-feed:before, .fa-rss:before{content: "\\f09e";} .fa-hdd-o:before{content: "\\f0a0";} .fa-bullhorn:before{content: "\\f0a1";} .fa-bell:before{content: "\\f0f3";} .fa-certificate:before{content: "\\f0a3";} .fa-hand-o-right:before{content: "\\f0a4";} .fa-hand-o-left:before{content: "\\f0a5";} .fa-hand-o-up:before{content: "\\f0a6";} .fa-hand-o-down:before{content: "\\f0a7";} .fa-arrow-circle-left:before{content: "\\f0a8";} .fa-arrow-circle-right:before{content: "\\f0a9";} .fa-arrow-circle-up:before{content: "\\f0aa";} .fa-arrow-circle-down:before{content: "\\f0ab";} .fa-globe:before{content: "\\f0ac";} .fa-wrench:before{content: "\\f0ad";} .fa-tasks:before{content: "\\f0ae";} .fa-filter:before{content: "\\f0b0";} .fa-briefcase:before{content: "\\f0b1";} .fa-arrows-alt:before{content: "\\f0b2";} .fa-group:before, .fa-users:before{content: "\\f0c0";} .fa-chain:before, .fa-link:before{content: "\\f0c1";} .fa-cloud:before{content: "\\f0c2";} .fa-flask:before{content: "\\f0c3";} .fa-cut:before, .fa-scissors:before{content: "\\f0c4";} .fa-copy:before, .fa-files-o:before{content: "\\f0c5";} .fa-paperclip:before{content: "\\f0c6";} .fa-save:before, .fa-floppy-o:before{content: "\\f0c7";} .fa-square:before{content: "\\f0c8";} .fa-navicon:before, .fa-reorder:before, .fa-bars:before{content: "\\f0c9";} .fa-list-ul:before{content: "\\f0ca";} .fa-list-ol:before{content: "\\f0cb";} .fa-strikethrough:before{content: "\\f0cc";} .fa-underline:before{content: "\\f0cd";} .fa-table:before{content: "\\f0ce";} .fa-magic:before{content: "\\f0d0";} .fa-truck:before{content: "\\f0d1";} .fa-pinterest:before{content: "\\f0d2";} .fa-pinterest-square:before{content: "\\f0d3";} .fa-google-plus-square:before{content: "\\f0d4";} .fa-google-plus:before{content: "\\f0d5";} .fa-money:before{content: "\\f0d6";} .fa-caret-down:before{content: "\\f0d7";} .fa-caret-up:before{content: "\\f0d8";} .fa-caret-left:before{content: "\\f0d9";} .fa-caret-right:before{content: "\\f0da";} .fa-columns:before{content: "\\f0db";} .fa-unsorted:before, .fa-sort:before{content: "\\f0dc";} .fa-sort-down:before, .fa-sort-desc:before{content: "\\f0dd";} .fa-sort-up:before, .fa-sort-asc:before{content: "\\f0de";} .fa-envelope:before{content: "\\f0e0";} .fa-linkedin:before{content: "\\f0e1";} .fa-rotate-left:before, .fa-undo:before{content: "\\f0e2";} .fa-legal:before, .fa-gavel:before{content: "\\f0e3";} .fa-dashboard:before, .fa-tachometer:before{content: "\\f0e4";} .fa-comment-o:before{content: "\\f0e5";} .fa-comments-o:before{content: "\\f0e6";} .fa-flash:before, .fa-bolt:before{content: "\\f0e7";} .fa-sitemap:before{content: "\\f0e8";} .fa-umbrella:before{content: "\\f0e9";} .fa-paste:before, .fa-clipboard:before{content: "\\f0ea";} .fa-lightbulb-o:before{content: "\\f0eb";} .fa-exchange:before{content: "\\f0ec";} .fa-cloud-download:before{content: "\\f0ed";} .fa-cloud-upload:before{content: "\\f0ee";} .fa-user-md:before{content: "\\f0f0";} .fa-stethoscope:before{content: "\\f0f1";} .fa-suitcase:before{content: "\\f0f2";} .fa-bell-o:before{content: "\\f0a2";} .fa-coffee:before{content: "\\f0f4";} .fa-cutlery:before{content: "\\f0f5";} .fa-file-text-o:before{content: "\\f0f6";} .fa-building-o:before{content: "\\f0f7";} .fa-hospital-o:before{content: "\\f0f8";} .fa-ambulance:before{content: "\\f0f9";} .fa-medkit:before{content: "\\f0fa";} .fa-fighter-jet:before{content: "\\f0fb";} .fa-beer:before{content: "\\f0fc";} .fa-h-square:before{content: "\\f0fd";} .fa-plus-square:before{content: "\\f0fe";} .fa-angle-double-left:before{content: "\\f100";} .fa-angle-double-right:before{content: "\\f101";} .fa-angle-double-up:before{content: "\\f102";} .fa-angle-double-down:before{content: "\\f103";} .fa-angle-left:before{content: "\\f104";} .fa-angle-right:before{content: "\\f105";} .fa-angle-up:before{content: "\\f106";} .fa-angle-down:before{content: "\\f107";} .fa-desktop:before{content: "\\f108";} .fa-laptop:before{content: "\\f109";} .fa-tablet:before{content: "\\f10a";} .fa-mobile-phone:before, .fa-mobile:before{content: "\\f10b";} .fa-circle-o:before{content: "\\f10c";} .fa-quote-left:before{content: "\\f10d";} .fa-quote-right:before{content: "\\f10e";} .fa-spinner:before{content: "\\f110";} .fa-circle:before{content: "\\f111";} .fa-mail-reply:before, .fa-reply:before{content: "\\f112";} .fa-github-alt:before{content: "\\f113";} .fa-folder-o:before{content: "\\f114";} .fa-folder-open-o:before{content: "\\f115";} .fa-smile-o:before{content: "\\f118";} .fa-frown-o:before{content: "\\f119";} .fa-meh-o:before{content: "\\f11a";} .fa-gamepad:before{content: "\\f11b";} .fa-keyboard-o:before{content: "\\f11c";} .fa-flag-o:before{content: "\\f11d";} .fa-flag-checkered:before{content: "\\f11e";} .fa-terminal:before{content: "\\f120";} .fa-code:before{content: "\\f121";} .fa-mail-reply-all:before, .fa-reply-all:before{content: "\\f122";} .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{content: "\\f123";} .fa-location-arrow:before{content: "\\f124";} .fa-crop:before{content: "\\f125";} .fa-code-fork:before{content: "\\f126";} .fa-unlink:before, .fa-chain-broken:before{content: "\\f127";} .fa-question:before{content: "\\f128";} .fa-info:before{content: "\\f129";} .fa-exclamation:before{content: "\\f12a";} .fa-superscript:before{content: "\\f12b";} .fa-subscript:before{content: "\\f12c";} .fa-eraser:before{content: "\\f12d";} .fa-puzzle-piece:before{content: "\\f12e";} .fa-microphone:before{content: "\\f130";} .fa-microphone-slash:before{content: "\\f131";} .fa-shield:before{content: "\\f132";} .fa-calendar-o:before{content: "\\f133";} .fa-fire-extinguisher:before{content: "\\f134";} .fa-rocket:before{content: "\\f135";} .fa-maxcdn:before{content: "\\f136";} .fa-chevron-circle-left:before{content: "\\f137";} .fa-chevron-circle-right:before{content: "\\f138";} .fa-chevron-circle-up:before{content: "\\f139";} .fa-chevron-circle-down:before{content: "\\f13a";} .fa-html5:before{content: "\\f13b";} .fa-css3:before{content: "\\f13c";} .fa-anchor:before{content: "\\f13d";} .fa-unlock-alt:before{content: "\\f13e";} .fa-bullseye:before{content: "\\f140";} .fa-ellipsis-h:before{content: "\\f141";} .fa-ellipsis-v:before{content: "\\f142";} .fa-rss-square:before{content: "\\f143";} .fa-play-circle:before{content: "\\f144";} .fa-ticket:before{content: "\\f145";} .fa-minus-square:before{content: "\\f146";} .fa-minus-square-o:before{content: "\\f147";} .fa-level-up:before{content: "\\f148";} .fa-level-down:before{content: "\\f149";} .fa-check-square:before{content: "\\f14a";} .fa-pencil-square:before{content: "\\f14b";} .fa-external-link-square:before{content: "\\f14c";} .fa-share-square:before{content: "\\f14d";} .fa-compass:before{content: "\\f14e";} .fa-toggle-down:before, .fa-caret-square-o-down:before{content: "\\f150";} .fa-toggle-up:before, .fa-caret-square-o-up:before{content: "\\f151";} .fa-toggle-right:before, .fa-caret-square-o-right:before{content: "\\f152";} .fa-euro:before, .fa-eur:before{content: "\\f153";} .fa-gbp:before{content: "\\f154";} .fa-dollar:before, .fa-usd:before{content: "\\f155";} .fa-rupee:before, .fa-inr:before{content: "\\f156";} .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before{content: "\\f157";} .fa-ruble:before, .fa-rouble:before, .fa-rub:before{content: "\\f158";} .fa-won:before, .fa-krw:before{content: "\\f159";} .fa-bitcoin:before, .fa-btc:before{content: "\\f15a";} .fa-file:before{content: "\\f15b";} .fa-file-text:before{content: "\\f15c";} .fa-sort-alpha-asc:before{content: "\\f15d";} .fa-sort-alpha-desc:before{content: "\\f15e";} .fa-sort-amount-asc:before{content: "\\f160";} .fa-sort-amount-desc:before{content: "\\f161";} .fa-sort-numeric-asc:before{content: "\\f162";} .fa-sort-numeric-desc:before{content: "\\f163";} .fa-thumbs-up:before{content: "\\f164";} .fa-thumbs-down:before{content: "\\f165";} .fa-youtube-square:before{content: "\\f166";} .fa-youtube:before{content: "\\f167";} .fa-xing:before{content: "\\f168";} .fa-xing-square:before{content: "\\f169";} .fa-youtube-play:before{content: "\\f16a";} .fa-dropbox:before{content: "\\f16b";} .fa-stack-overflow:before{content: "\\f16c";} .fa-instagram:before{content: "\\f16d";} .fa-flickr:before{content: "\\f16e";} .fa-adn:before{content: "\\f170";} .fa-bitbucket:before{content: "\\f171";} .fa-bitbucket-square:before{content: "\\f172";} .fa-tumblr:before{content: "\\f173";} .fa-tumblr-square:before{content: "\\f174";} .fa-long-arrow-down:before{content: "\\f175";} .fa-long-arrow-up:before{content: "\\f176";} .fa-long-arrow-left:before{content: "\\f177";} .fa-long-arrow-right:before{content: "\\f178";} .fa-apple:before{content: "\\f179";} .fa-windows:before{content: "\\f17a";} .fa-android:before{content: "\\f17b";} .fa-linux:before{content: "\\f17c";} .fa-dribbble:before{content: "\\f17d";} .fa-skype:before{content: "\\f17e";} .fa-foursquare:before{content: "\\f180";} .fa-trello:before{content: "\\f181";} .fa-female:before{content: "\\f182";} .fa-male:before{content: "\\f183";} .fa-gittip:before, .fa-gratipay:before{content: "\\f184";} .fa-sun-o:before{content: "\\f185";} .fa-moon-o:before{content: "\\f186";} .fa-archive:before{content: "\\f187";} .fa-bug:before{content: "\\f188";} .fa-vk:before{content: "\\f189";} .fa-weibo:before{content: "\\f18a";} .fa-renren:before{content: "\\f18b";} .fa-pagelines:before{content: "\\f18c";} .fa-stack-exchange:before{content: "\\f18d";} .fa-arrow-circle-o-right:before{content: "\\f18e";} .fa-arrow-circle-o-left:before{content: "\\f190";} .fa-toggle-left:before, .fa-caret-square-o-left:before{content: "\\f191";} .fa-dot-circle-o:before{content: "\\f192";} .fa-wheelchair:before{content: "\\f193";} .fa-vimeo-square:before{content: "\\f194";} .fa-turkish-lira:before, .fa-try:before{content: "\\f195";} .fa-plus-square-o:before{content: "\\f196";} .fa-space-shuttle:before{content: "\\f197";} .fa-slack:before{content: "\\f198";} .fa-envelope-square:before{content: "\\f199";} .fa-wordpress:before{content: "\\f19a";} .fa-openid:before{content: "\\f19b";} .fa-institution:before, .fa-bank:before, .fa-university:before{content: "\\f19c";} .fa-mortar-board:before, .fa-graduation-cap:before{content: "\\f19d";} .fa-yahoo:before{content: "\\f19e";} .fa-google:before{content: "\\f1a0";} .fa-reddit:before{content: "\\f1a1";} .fa-reddit-square:before{content: "\\f1a2";} .fa-stumbleupon-circle:before{content: "\\f1a3";} .fa-stumbleupon:before{content: "\\f1a4";} .fa-delicious:before{content: "\\f1a5";} .fa-digg:before{content: "\\f1a6";} .fa-pied-piper:before{content: "\\f1a7";} .fa-pied-piper-alt:before{content: "\\f1a8";} .fa-drupal:before{content: "\\f1a9";} .fa-joomla:before{content: "\\f1aa";} .fa-language:before{content: "\\f1ab";} .fa-fax:before{content: "\\f1ac";} .fa-building:before{content: "\\f1ad";} .fa-child:before{content: "\\f1ae";} .fa-paw:before{content: "\\f1b0";} .fa-spoon:before{content: "\\f1b1";} .fa-cube:before{content: "\\f1b2";} .fa-cubes:before{content: "\\f1b3";} .fa-behance:before{content: "\\f1b4";} .fa-behance-square:before{content: "\\f1b5";} .fa-steam:before{content: "\\f1b6";} .fa-steam-square:before{content: "\\f1b7";} .fa-recycle:before{content: "\\f1b8";} .fa-automobile:before, .fa-car:before{content: "\\f1b9";} .fa-cab:before, .fa-taxi:before{content: "\\f1ba";} .fa-tree:before{content: "\\f1bb";} .fa-spotify:before{content: "\\f1bc";} .fa-deviantart:before{content: "\\f1bd";} .fa-soundcloud:before{content: "\\f1be";} .fa-database:before{content: "\\f1c0";} .fa-file-pdf-o:before{content: "\\f1c1";} .fa-file-word-o:before{content: "\\f1c2";} .fa-file-excel-o:before{content: "\\f1c3";} .fa-file-powerpoint-o:before{content: "\\f1c4";} .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before{content: "\\f1c5";} .fa-file-zip-o:before, .fa-file-archive-o:before{content: "\\f1c6";} .fa-file-sound-o:before, .fa-file-audio-o:before{content: "\\f1c7";} .fa-file-movie-o:before, .fa-file-video-o:before{content: "\\f1c8";} .fa-file-code-o:before{content: "\\f1c9";} .fa-vine:before{content: "\\f1ca";} .fa-codepen:before{content: "\\f1cb";} .fa-jsfiddle:before{content: "\\f1cc";} .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before{content: "\\f1cd";} .fa-circle-o-notch:before{content: "\\f1ce";} .fa-ra:before, .fa-rebel:before{content: "\\f1d0";} .fa-ge:before, .fa-empire:before{content: "\\f1d1";} .fa-git-square:before{content: "\\f1d2";} .fa-git:before{content: "\\f1d3";} .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before{content: "\\f1d4";} .fa-tencent-weibo:before{content: "\\f1d5";} .fa-qq:before{content: "\\f1d6";} .fa-wechat:before, .fa-weixin:before{content: "\\f1d7";} .fa-send:before, .fa-paper-plane:before{content: "\\f1d8";} .fa-send-o:before, .fa-paper-plane-o:before{content: "\\f1d9";} .fa-history:before{content: "\\f1da";} .fa-circle-thin:before{content: "\\f1db";} .fa-header:before{content: "\\f1dc";} .fa-paragraph:before{content: "\\f1dd";} .fa-sliders:before{content: "\\f1de";} .fa-share-alt:before{content: "\\f1e0";} .fa-share-alt-square:before{content: "\\f1e1";} .fa-bomb:before{content: "\\f1e2";} .fa-soccer-ball-o:before, .fa-futbol-o:before{content: "\\f1e3";} .fa-tty:before{content: "\\f1e4";} .fa-binoculars:before{content: "\\f1e5";} .fa-plug:before{content: "\\f1e6";} .fa-slideshare:before{content: "\\f1e7";} .fa-twitch:before{content: "\\f1e8";} .fa-yelp:before{content: "\\f1e9";} .fa-newspaper-o:before{content: "\\f1ea";} .fa-wifi:before{content: "\\f1eb";} .fa-calculator:before{content: "\\f1ec";} .fa-paypal:before{content: "\\f1ed";} .fa-google-wallet:before{content: "\\f1ee";} .fa-cc-visa:before{content: "\\f1f0";} .fa-cc-mastercard:before{content: "\\f1f1";} .fa-cc-discover:before{content: "\\f1f2";} .fa-cc-amex:before{content: "\\f1f3";} .fa-cc-paypal:before{content: "\\f1f4";} .fa-cc-stripe:before{content: "\\f1f5";} .fa-bell-slash:before{content: "\\f1f6";} .fa-bell-slash-o:before{content: "\\f1f7";} .fa-trash:before{content: "\\f1f8";} .fa-copyright:before{content: "\\f1f9";} .fa-at:before{content: "\\f1fa";} .fa-eyedropper:before{content: "\\f1fb";} .fa-paint-brush:before{content: "\\f1fc";} .fa-birthday-cake:before{content: "\\f1fd";} .fa-area-chart:before{content: "\\f1fe";} .fa-pie-chart:before{content: "\\f200";} .fa-line-chart:before{content: "\\f201";} .fa-lastfm:before{content: "\\f202";} .fa-lastfm-square:before{content: "\\f203";} .fa-toggle-off:before{content: "\\f204";} .fa-toggle-on:before{content: "\\f205";} .fa-bicycle:before{content: "\\f206";} .fa-bus:before{content: "\\f207";} .fa-ioxhost:before{content: "\\f208";} .fa-angellist:before{content: "\\f209";} .fa-cc:before{content: "\\f20a";} .fa-shekel:before, .fa-sheqel:before, .fa-ils:before{content: "\\f20b";} .fa-meanpath:before{content: "\\f20c";} .fa-buysellads:before{content: "\\f20d";} .fa-connectdevelop:before{content: "\\f20e";} .fa-dashcube:before{content: "\\f210";} .fa-forumbee:before{content: "\\f211";} .fa-leanpub:before{content: "\\f212";} .fa-sellsy:before{content: "\\f213";} .fa-shirtsinbulk:before{content: "\\f214";} .fa-simplybuilt:before{content: "\\f215";} .fa-skyatlas:before{content: "\\f216";} .fa-cart-plus:before{content: "\\f217";} .fa-cart-arrow-down:before{content: "\\f218";} .fa-diamond:before{content: "\\f219";} .fa-ship:before{content: "\\f21a";} .fa-user-secret:before{content: "\\f21b";} .fa-motorcycle:before{content: "\\f21c";} .fa-street-view:before{content: "\\f21d";} .fa-heartbeat:before{content: "\\f21e";} .fa-venus:before{content: "\\f221";} .fa-mars:before{content: "\\f222";} .fa-mercury:before{content: "\\f223";} .fa-intersex:before, .fa-transgender:before{content: "\\f224";} .fa-transgender-alt:before{content: "\\f225";} .fa-venus-double:before{content: "\\f226";} .fa-mars-double:before{content: "\\f227";} .fa-venus-mars:before{content: "\\f228";} .fa-mars-stroke:before{content: "\\f229";} .fa-mars-stroke-v:before{content: "\\f22a";} .fa-mars-stroke-h:before{content: "\\f22b";} .fa-neuter:before{content: "\\f22c";} .fa-genderless:before{content: "\\f22d";} .fa-facebook-official:before{content: "\\f230";} .fa-pinterest-p:before{content: "\\f231";} .fa-whatsapp:before{content: "\\f232";} .fa-server:before{content: "\\f233";} .fa-user-plus:before{content: "\\f234";} .fa-user-times:before{content: "\\f235";} .fa-hotel:before, .fa-bed:before{content: "\\f236";} .fa-viacoin:before{content: "\\f237";} .fa-train:before{content: "\\f238";} .fa-subway:before{content: "\\f239";} .fa-medium:before{content: "\\f23a";} .fa-yc:before, .fa-y-combinator:before{content: "\\f23b";} .fa-optin-monster:before{content: "\\f23c";} .fa-opencart:before{content: "\\f23d";} .fa-expeditedssl:before{content: "\\f23e";} .fa-battery-4:before, .fa-battery-full:before{content: "\\f240";} .fa-battery-3:before, .fa-battery-three-quarters:before{content: "\\f241";} .fa-battery-2:before, .fa-battery-half:before{content: "\\f242";} .fa-battery-1:before, .fa-battery-quarter:before{content: "\\f243";} .fa-battery-0:before, .fa-battery-empty:before{content: "\\f244";} .fa-mouse-pointer:before{content: "\\f245";} .fa-i-cursor:before{content: "\\f246";} .fa-object-group:before{content: "\\f247";} .fa-object-ungroup:before{content: "\\f248";} .fa-sticky-note:before{content: "\\f249";} .fa-sticky-note-o:before{content: "\\f24a";} .fa-cc-jcb:before{content: "\\f24b";} .fa-cc-diners-club:before{content: "\\f24c";} .fa-clone:before{content: "\\f24d";} .fa-balance-scale:before{content: "\\f24e";} .fa-hourglass-o:before{content: "\\f250";} .fa-hourglass-1:before, .fa-hourglass-start:before{content: "\\f251";} .fa-hourglass-2:before, .fa-hourglass-half:before{content: "\\f252";} .fa-hourglass-3:before, .fa-hourglass-end:before{content: "\\f253";} .fa-hourglass:before{content: "\\f254";} .fa-hand-grab-o:before, .fa-hand-rock-o:before{content: "\\f255";} .fa-hand-stop-o:before, .fa-hand-paper-o:before{content: "\\f256";} .fa-hand-scissors-o:before{content: "\\f257";} .fa-hand-lizard-o:before{content: "\\f258";} .fa-hand-spock-o:before{content: "\\f259";} .fa-hand-pointer-o:before{content: "\\f25a";} .fa-hand-peace-o:before{content: "\\f25b";} .fa-trademark:before{content: "\\f25c";} .fa-registered:before{content: "\\f25d";} .fa-creative-commons:before{content: "\\f25e";} .fa-gg:before{content: "\\f260";} .fa-gg-circle:before{content: "\\f261";} .fa-tripadvisor:before{content: "\\f262";} .fa-odnoklassniki:before{content: "\\f263";} .fa-odnoklassniki-square:before{content: "\\f264";} .fa-get-pocket:before{content: "\\f265";} .fa-wikipedia-w:before{content: "\\f266";} .fa-safari:before{content: "\\f267";} .fa-chrome:before{content: "\\f268";} .fa-firefox:before{content: "\\f269";} .fa-opera:before{content: "\\f26a";} .fa-internet-explorer:before{content: "\\f26b";} .fa-tv:before, .fa-television:before{content: "\\f26c";} .fa-contao:before{content: "\\f26d";} .fa-500px:before{content: "\\f26e";} .fa-amazon:before{content: "\\f270";} .fa-calendar-plus-o:before{content: "\\f271";} .fa-calendar-minus-o:before{content: "\\f272";} .fa-calendar-times-o:before{content: "\\f273";} .fa-calendar-check-o:before{content: "\\f274";} .fa-industry:before{content: "\\f275";} .fa-map-pin:before{content: "\\f276";} .fa-map-signs:before{content: "\\f277";} .fa-map-o:before{content: "\\f278";} .fa-map:before{content: "\\f279";} .fa-commenting:before{content: "\\f27a";} .fa-commenting-o:before{content: "\\f27b";} .fa-houzz:before{content: "\\f27c";} .fa-vimeo:before{content: "\\f27d";} .fa-black-tie:before{content: "\\f27e";} .fa-fonticons:before{content: "\\f280";} .fa-reddit-alien:before{content: "\\f281";} .fa-edge:before{content: "\\f282";} .fa-credit-card-alt:before{content: "\\f283";} .fa-codiepie:before{content: "\\f284";} .fa-modx:before{content: "\\f285";} .fa-fort-awesome:before{content: "\\f286";} .fa-usb:before{content: "\\f287";} .fa-product-hunt:before{content: "\\f288";} .fa-mixcloud:before{content: "\\f289";} .fa-scribd:before{content: "\\f28a";} .fa-pause-circle:before{content: "\\f28b";} .fa-pause-circle-o:before{content: "\\f28c";} .fa-stop-circle:before{content: "\\f28d";} .fa-stop-circle-o:before{content: "\\f28e";} .fa-shopping-bag:before{content: "\\f290";} .fa-shopping-basket:before{content: "\\f291";} .fa-hashtag:before{content: "\\f292";} .fa-bluetooth:before{content: "\\f293";} .fa-bluetooth-b:before{content: "\\f294";} .fa-percent:before{content: "\\f295";} \n/* /web/static/src/less/fonts.less defined in bundle 'web.assets_common' */\n @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-Hai-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Hai-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Hai-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Hai-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Hai-webfont.svg#Lato') format('svg'); font-weight: 100; font-style: normal;} @font-face{font-family: 'Lato-Hai'; src: url('/web/static/src/fonts/lato/Lato-Hai-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Hai-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Hai-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Hai-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Hai-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.svg#Lato') format('svg'); font-weight: 100; font-style: italic;} @font-face{font-family: 'Lato-HaiIta'; src: url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-HaiIta-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-Lig-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Lig-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Lig-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Lig-webfont.svg#Lato') format('svg'); font-weight: 300; font-style: normal;} @font-face{font-family: 'Lato-Lig'; src: url('/web/static/src/fonts/lato/Lato-Lig-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Lig-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Lig-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Lig-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-LigIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-LigIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-LigIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-LigIta-webfont.svg#Lato') format('svg'); font-weight: 300; font-style: italic;} @font-face{font-family: 'Lato-LigIta'; src: url('/web/static/src/fonts/lato/Lato-LigIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-LigIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-LigIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-LigIta-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-Reg-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Reg-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Reg-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Reg-webfont.svg#Lato') format('svg'); font-weight: 400; font-style: normal;} @font-face{font-family: 'Lato-Reg'; src: url('/web/static/src/fonts/lato/Lato-Reg-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Reg-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Reg-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Reg-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-RegIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-RegIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-RegIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-RegIta-webfont.svg#Lato') format('svg'); font-weight: 400; font-style: italic;} @font-face{font-family: 'Lato-RegIta'; src: url('/web/static/src/fonts/lato/Lato-RegIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-RegIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-RegIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-RegIta-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-Bol-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Bol-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Bol-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Bol-webfont.svg#Lato') format('svg'); font-weight: 700; font-style: normal;} @font-face{font-family: 'Lato-Bol'; src: url('/web/static/src/fonts/lato/Lato-Bol-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Bol-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Bol-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Bol-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-BolIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-BolIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-BolIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-BolIta-webfont.svg#Lato') format('svg'); font-weight: 700; font-style: italic;} @font-face{font-family: 'Lato-BolIta'; src: url('/web/static/src/fonts/lato/Lato-BolIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-BolIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-BolIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-BolIta-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-Bla-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Bla-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Bla-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Bla-webfont.svg#Lato') format('svg'); font-weight: 900; font-style: normal;} @font-face{font-family: 'Lato-Bla'; src: url('/web/static/src/fonts/lato/Lato-Bla-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-Bla-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-Bla-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-Bla-webfont.svg#Roboto') format('svg');} @font-face{font-family: 'Lato'; src: url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.svg#Lato') format('svg'); font-weight: 900; font-style: italic;} @font-face{font-family: 'Lato-BlaIta'; src: url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.eot'); src: url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.eot?#iefix') format('embedded-opentype'), url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.woff') format('woff'), url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.ttf') format('truetype'), url('/web/static/src/fonts/lato/Lato-BlaIta-webfont.svg#Roboto') format('svg');} \n/* /web/static/src/less/navbar.less defined in bundle 'web.assets_common' */\n .o_main_navbar{height: 34px; border: 1px solid #5f5e97; background-color: #7c7bad; color: white; -webkit-box-shadow: 0px 0px 8px #4c4c4c; box-shadow: 0px 0px 8px #4c4c4c;} .o_main_navbar > a, .o_main_navbar > button{float: left; width: 32px; height: 32px; border: none; padding: 0; line-height: 32px; background-color: transparent; text-align: center; color: inherit; font-size: 18px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_main_navbar > a:hover, .o_main_navbar > button:hover, .o_main_navbar > a:focus, .o_main_navbar > button:focus{background-color: #5f5e97; color: inherit;} .o_main_navbar > a:focus, .o_main_navbar > button:focus, .o_main_navbar > a:active, .o_main_navbar > button:active, .o_main_navbar > a:focus:active, .o_main_navbar > button:focus:active{outline: none;} .o_main_navbar > .o_menu_toggle{margin-right: 5px;} .o_main_navbar > ul{display: block; float: left; margin: 0; padding: 0; list-style: none;} .o_main_navbar > ul > li{position: relative; display: block; float: left;} .o_main_navbar > ul > li > a{display: block; height: 32px; padding: 0 10px; color: white; line-height: 32px;} .o_main_navbar > ul > li > a:hover{background-color: #5f5e97;} .o_main_navbar > ul > li > a:focus, .o_main_navbar > ul > li > a:active, .o_main_navbar > ul > li > a:focus:active{outline: none;} .o_main_navbar > ul.o_menu_systray{float: right;} .o_main_navbar > ul.o_menu_systray .open .dropdown-menu{left: auto; right: 0;} .o_main_navbar .o_menu_brand{display: none;} .o_main_navbar .open .dropdown-menu{max-height: 90vh; overflow: auto; margin-top: 0;} .o_main_navbar .open .dropdown-menu > li.o_menu_header_lvl_3, .o_main_navbar .open .dropdown-menu > li .o_menu_entry_lvl_3{padding-left: 37px;} .o_main_navbar .open .dropdown-menu > li.o_menu_header_lvl_4, .o_main_navbar .open .dropdown-menu > li .o_menu_entry_lvl_4{padding-left: 49px;} .o_main_navbar .open .dropdown-menu > li.o_menu_header_lvl_5, .o_main_navbar .open .dropdown-menu > li .o_menu_entry_lvl_5{padding-left: 61px;} @media (max-width: 767px){.o_main_navbar{-webkit-transition: height 200ms linear 0s; -moz-transition: height 200ms linear 0s; -o-transition: height 200ms linear 0s; transition: height 200ms linear 0s; position: relative; height: 34px;}.o_main_navbar > ul > li{float: none;}.o_main_navbar > ul > li .dropdown-backdrop{display: none;}.o_main_navbar > ul > li.open .dropdown-menu{max-height: none;}.o_main_navbar > ul.o_menu_sections{width: 100%; display: none;}.o_main_navbar > ul.o_menu_sections > li.open .dropdown-menu{position: static; float: none; background-color: transparent; box-shadow: none; border: none; overflow: visible;}.o_main_navbar > ul.o_menu_sections > li.open .dropdown-menu > li > a{background-color: transparent; color: inherit;}.o_main_navbar > ul.o_menu_systray{position: absolute; top: 0px; left: 32px; bottom: auto; right: 32px; height: 32px; text-align: right;}.o_main_navbar > ul.o_menu_systray > li{display: inline-block;}.o_main_navbar > ul.o_menu_systray > li.open .dropdown-menu{position: absolute; top: 34px; left: 0; bottom: 0; right: 0; position: fixed; width: auto;}.o_main_navbar > ul.o_menu_systray .o_user_menu .oe_topbar_name{display: none;}} @media (max-width: 767px){body.o_mobile_menu_opened{overflow: hidden; height: 100%; height: 100vh;}body.o_mobile_menu_opened .o_main_navbar{height: 100%; overflow: auto;}body.o_mobile_menu_opened .o_main_navbar .o_menu_sections{display: block;}} \n/* /web/static/src/less/mimetypes.less defined in bundle 'web.assets_common' */\n .o_image{background-image: url('/web/static/src/img/mimetypes/unknown.png'); background-size: contain; width: 100px; height: 80px; display: inline-block; background-position: center; background-repeat: no-repeat;} .o_image[data-mimetype^='image']{background-image: url('/web/static/src/img/mimetypes/image.png');} .o_image[data-mimetype^='audio']{background-image: url('/web/static/src/img/mimetypes/audio.png');} .o_image[data-mimetype*='octet-stream'], .o_image[data-mimetype*='download']{background-image: url('/web/static/src/img/mimetypes/binary.png');} .o_image[data-mimetype^='video'], .o_image[title$='.mp4'], .o_image[title$='.avi']{background-image: url('/web/static/src/img/mimetypes/video.png');} .o_image[data-mimetype$='archive'], .o_image[data-mimetype$='compressed'], .o_image[data-mimetype*='zip'], .o_image[data-mimetype$='tar'], .o_image[data-mimetype*='package']{background-image: url('/web/static/src/img/mimetypes/archive.png');} .o_image[data-mimetype='application/pdf']{background-image: url('/web/static/src/img/mimetypes/pdf.png');} .o_image[data-mimetype^='text'], .o_image[data-mimetype$='rtf']{background-image: url('/web/static/src/img/mimetypes/text.png');} .o_image[data-mimetype^='text-master'], .o_image[data-mimetype*='document'], .o_image[data-mimetype*='msword']{background-image: url('/web/static/src/img/mimetypes/document.png');} .o_image[data-mimetype$='postscript'], .o_image[data-mimetype$='cdr'], .o_image[data-mimetype$='xara'], .o_image[data-mimetype$='cgm'], .o_image[data-mimetype$='graphics'], .o_image[data-mimetype$='draw'], .o_image[data-mimetype*='svg']{background-image: url('/web/static/src/img/mimetypes/vector.png');} .o_image[data-mimetype*='xml'], .o_image[data-mimetype$='css'], .o_image[data-mimetype$='html']{background-image: url('/web/static/src/img/mimetypes/html.png');} .o_image[data-mimetype*='-image'], .o_image[data-mimetype*='diskimage']{background-image: url('/web/static/src/img/mimetypes/disk.png');} .o_image[data-mimetype$='csv'], .o_image[data-mimetype*='vc'], .o_image[data-mimetype*='excel'], .o_image[data-mimetype$='numbers'], .o_image[data-mimetype$='calc'], .o_image[data-mimetype*='mods'], .o_image[data-mimetype*='spreadsheet']{background-image: url('/web/static/src/img/mimetypes/spreadsheet.png');} .o_image[data-mimetype^='key']{background-image: url('/web/static/src/img/mimetypes/certificate.png');} .o_image[data-mimetype*='presentation'], .o_image[data-mimetype*='keynote'], .o_image[data-mimetype*='teacher'], .o_image[data-mimetype*='slideshow'], .o_image[data-mimetype*='powerpoint']{background-image: url('/web/static/src/img/mimetypes/presentation.png');} .o_image[data-mimetype*='cert'], .o_image[data-mimetype*='rules'], .o_image[data-mimetype*='pkcs'], .o_image[data-mimetype$='stl'], .o_image[data-mimetype$='crl']{background-image: url('/web/static/src/img/mimetypes/certificate.png');} .o_image[data-mimetype*='-font']{background-image: url('/web/static/src/img/mimetypes/font.png');} .o_image[data-mimetype*='-dvi']{background-image: url('/web/static/src/img/mimetypes/print.png');} .o_image[data-mimetype*='script'], .o_image[data-mimetype$='bat'], .o_image[data-mimetype$='cgi'], .o_image[data-mimetype$='-c'], .o_image[data-mimetype*='java'], .o_image[data-mimetype*='ruby']{background-image: url('/web/static/src/img/mimetypes/script.png');} .o_image[data-mimetype*='calendar'], .o_image[data-mimetype$='ldif']{background-image: url('/web/static/src/img/mimetypes/calendar.png');} \n/* /web/static/src/less/animation.less defined in bundle 'web.assets_common' */\n @keyframes markAnim{0%{opacity: 0; transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; transform: scaleX(1) scaleY(1);}100%{opacity: 0; transform: scaleX(1) scaleY(1);}} @-moz-keyframes markAnim{0%{opacity: 0; -moz-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -moz-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -moz-transform: scaleX(1) scaleY(1);}} @-webkit-keyframes markAnim{0%{opacity: 0; -webkit-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -webkit-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -webkit-transform: scaleX(1) scaleY(1);}} @-o-keyframes markAnim{0%{opacity: 0; -o-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -o-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -o-transform: scaleX(1) scaleY(1);}} @-ms-keyframes markAnim{0%{opacity: 0; -ms-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -ms-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -ms-transform: scaleX(1) scaleY(1);}} @-webkit-keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0%{opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3);}20%{-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}40%{-webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9);}60%{opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}80%{-webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97);}100%{opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}} @keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0%{opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3);}20%{-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}40%{-webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9);}60%{opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}80%{-webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97);}100%{opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}} .o_wow_thumbs:after{position: absolute; top: 20%; left: 40%; font-size: 300px; font-family: "FontAwesome"; content: "\\f164"; color: #21b799; animation: markAnim ease-in-out 1s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; -webkit-animation: markAnim ease-in-out 1s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; -moz-animation: markAnim ease-in-out 1s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; -o-animation: markAnim ease-in-out 1s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; -ms-animation: markAnim ease-in-out 1s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards;} @media (max-width: 992px){.o_wow_thumbs:after{left: 40%; font-size: 30vw;}} .o_wow_peace:after{position: absolute; top: 20%; left: 40%; font-size: 300px; font-family: "FontAwesome"; content: "\\f118"; color: #21b799; animation: markAnim ease-in-out 1s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; -webkit-animation: markAnim ease-in-out 1s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; -moz-animation: markAnim ease-in-out 1s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; -o-animation: markAnim ease-in-out 1s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; -ms-animation: markAnim ease-in-out 1s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards;} @media (max-width: 992px){.o_wow_peace:after{left: 40%; font-size: 30vw;}} .o_wow_heart:after{position: absolute; top: 20%; left: 40%; font-size: 300px; font-family: "FontAwesome"; content: "\\f004"; color: #21b799; animation: markAnim ease-in-out 1s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; -webkit-animation: markAnim ease-in-out 1s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; -moz-animation: markAnim ease-in-out 1s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; -o-animation: markAnim ease-in-out 1s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; -ms-animation: markAnim ease-in-out 1s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards;} @media (max-width: 992px){.o_wow_heart:after{left: 40%; font-size: 30vw;}} \n/* /web/static/lib/bootstrap-datetimepicker/src/less/bootstrap-datetimepicker.less defined in bundle 'web.assets_common' */\n .bootstrap-datetimepicker-widget{top: 0; left: 0; width: 250px; padding: 4px; margin-top: 1px; z-index: 99999 !important; border-radius: 3px;} .bootstrap-datetimepicker-widget.timepicker-sbs{width: 600px;} .bootstrap-datetimepicker-widget.bottom:before{content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 7px;} .bootstrap-datetimepicker-widget.bottom:after{content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; position: absolute; top: -6px; left: 8px;} .bootstrap-datetimepicker-widget.top:before{content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: -7px; left: 6px;} .bootstrap-datetimepicker-widget.top:after{content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; position: absolute; bottom: -6px; left: 7px;} .bootstrap-datetimepicker-widget .dow{width: 14.2857%;} .bootstrap-datetimepicker-widget.pull-right:before{left: auto; right: 6px;} .bootstrap-datetimepicker-widget.pull-right:after{left: auto; right: 7px;} .bootstrap-datetimepicker-widget > ul{list-style-type: none; margin: 0;} .bootstrap-datetimepicker-widget a[data-action]{padding: 6px 0;} .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{width: 54px; font-weight: bold; font-size: 1.2em; margin: 0;} .bootstrap-datetimepicker-widget button[data-action]{padding: 6px;} .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width: 4px; padding: 0; margin: 0;} .bootstrap-datetimepicker-widget .datepicker > div{display: none;} .bootstrap-datetimepicker-widget .picker-switch{text-align: center;} .bootstrap-datetimepicker-widget table{width: 100%; margin: 0;} .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th{text-align: center; border-radius: 3px;} .bootstrap-datetimepicker-widget td{height: 54px; line-height: 54px; width: 54px;} .bootstrap-datetimepicker-widget td.cw{font-size: 10px; height: 20px; line-height: 20px; color: #777777;} .bootstrap-datetimepicker-widget td.day{height: 20px; line-height: 20px; width: 20px;} .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover{background: #eeeeee; cursor: pointer;} .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new{color: #777777;} .bootstrap-datetimepicker-widget td.today{position: relative;} .bootstrap-datetimepicker-widget td.today:before{content: ''; display: inline-block; border-left: 7px solid transparent; border-bottom: 7px solid #337ab7; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px;} .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{background-color: #337ab7; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);} .bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color: #fff;} .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover{background: none; color: #777777; cursor: not-allowed;} .bootstrap-datetimepicker-widget td span{display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 3px;} .bootstrap-datetimepicker-widget td span:hover{background: #eeeeee;} .bootstrap-datetimepicker-widget td span.active{background-color: #337ab7; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);} .bootstrap-datetimepicker-widget td span.old{color: #777777;} .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover{background: none; color: #777777; cursor: not-allowed;} .bootstrap-datetimepicker-widget th{height: 20px; line-height: 20px; width: 20px;} .bootstrap-datetimepicker-widget th.picker-switch{width: 145px;} .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev{font-size: 21px;} .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover{background: none; color: #777777; cursor: not-allowed;} .bootstrap-datetimepicker-widget thead tr:first-child th{cursor: pointer;} .bootstrap-datetimepicker-widget thead tr:first-child th:hover{background: #eeeeee;} .input-group.date .input-group-addon span{display: block; cursor: pointer; width: 16px; height: 16px;} .bootstrap-datetimepicker-widget.left-oriented:before{left: auto; right: 6px;} .bootstrap-datetimepicker-widget.left-oriented:after{left: auto; right: 7px;} .bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td{padding: 0px !important;} @media screen and (max-width: 767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width: 283px;}} \n/* /web/static/lib/select2/select2.css defined in bundle 'web.assets_common' */\n .select2-container{margin: 0; position: relative; display: inline-block; zoom: 1; *display: inline; vertical-align: middle;} .select2-container, .select2-drop, .select2-search, .select2-search input{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} .select2-container .select2-choice{display: block; height: 26px; padding: 0 0 0 8px; overflow: hidden; position: relative; border: 1px solid #aaa; white-space: nowrap; line-height: 26px; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); background-image: linear-gradient(to top, #eee 0%, #fff 50%);} html[dir="rtl"] .select2-container .select2-choice{padding: 0 8px 0 0;} .select2-container.select2-drop-above .select2-choice{border-bottom-color: #aaa; border-radius: 0 0 4px 4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);} .select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right: 42px;} .select2-container .select2-choice > .select2-chosen{margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: none; width: auto;} html[dir="rtl"] .select2-container .select2-choice > .select2-chosen{margin-left: 26px; margin-right: 0;} .select2-container .select2-choice abbr{display: none; width: 12px; height: 12px; position: absolute; right: 24px; top: 8px; font-size: 1px; text-decoration: none; border: 0; background: url('/web/static/lib/select2/select2.png') right top no-repeat; cursor: pointer; outline: 0;} .select2-container.select2-allowclear .select2-choice abbr{display: inline-block;} .select2-container .select2-choice abbr:hover{background-position: right -11px; cursor: pointer;} .select2-drop-mask{border: 0; margin: 0; padding: 0; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 9998; background-color: #fff; filter: alpha(opacity=0);} .select2-drop{width: 100%; margin-top: -1px; position: absolute; z-index: 9999; top: 100%; background: #fff; color: #000; border: 1px solid #aaa; border-top: 0; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15);} .select2-drop.select2-drop-above{margin-top: 1px; border-top: 1px solid #aaa; border-bottom: 0; border-radius: 4px 4px 0 0; -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);} .select2-drop-active{border: 1px solid #5897fb; border-top: none;} .select2-drop.select2-drop-above.select2-drop-active{border-top: 1px solid #5897fb;} .select2-drop-auto-width{border-top: 1px solid #aaa; width: auto;} .select2-drop-auto-width .select2-search{padding-top: 4px;} .select2-container .select2-choice .select2-arrow{display: inline-block; width: 18px; height: 100%; position: absolute; right: 0; top: 0; border-left: 1px solid #aaa; border-radius: 0 4px 4px 0; background-clip: padding-box; background: #ccc; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee)); background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0); background-image: linear-gradient(to top, #ccc 0%, #eee 60%);} html[dir="rtl"] .select2-container .select2-choice .select2-arrow{left: 0; right: auto; border-left: none; border-right: 1px solid #aaa; border-radius: 4px 0 0 4px;} .select2-container .select2-choice .select2-arrow b{display: block; width: 100%; height: 100%; background: url('/web/static/lib/select2/select2.png') no-repeat 0 1px;} html[dir="rtl"] .select2-container .select2-choice .select2-arrow b{background-position: 2px 1px;} .select2-search{display: inline-block; width: 100%; min-height: 26px; margin: 0; padding-left: 4px; padding-right: 4px; position: relative; z-index: 10000; white-space: nowrap;} .select2-search input{width: 100%; height: auto !important; min-height: 26px; padding: 4px 20px 4px 5px; margin: 0; outline: 0; font-family: sans-serif; font-size: 1em; border: 1px solid #aaa; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; background: #fff url('/web/static/lib/select2/select2.png') no-repeat 100% -22px; background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;} html[dir="rtl"] .select2-search input{padding: 4px 5px 4px 20px; background: #fff url('/web/static/lib/select2/select2.png') no-repeat -37px -22px; background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;} .select2-drop.select2-drop-above .select2-search input{margin-top: 4px;} .select2-search input.select2-active{background: #fff url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%; background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;} .select2-container-active .select2-choice, .select2-container-active .select2-choices{border: 1px solid #5897fb; outline: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3);} .select2-dropdown-open .select2-choice{border-bottom-color: transparent; -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #eee; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee)); background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%); background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); background-image: linear-gradient(to top, #fff 0%, #eee 50%);} .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{border: 1px solid #5897fb; border-top-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee)); background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%); background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);} .select2-dropdown-open .select2-choice .select2-arrow{background: transparent; border-left: none; filter: none;} html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow{border-right: none;} .select2-dropdown-open .select2-choice .select2-arrow b{background-position: -18px 1px;} html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b{background-position: -16px 1px;} .select2-hidden-accessible{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;} .select2-results{max-height: 200px; padding: 0 0 0 4px; margin: 4px 4px 4px 0; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} html[dir="rtl"] .select2-results{padding: 0 4px 0 0; margin: 4px 0 4px 4px;} .select2-results ul.select2-result-sub{margin: 0; padding-left: 0;} .select2-results li{list-style: none; display: list-item; background-image: none;} .select2-results li.select2-result-with-children > .select2-result-label{font-weight: bold;} .select2-results .select2-result-label{padding: 3px 7px 4px; margin: 0; cursor: pointer; min-height: 1em; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .select2-results-dept-1 .select2-result-label{padding-left: 20px} .select2-results-dept-2 .select2-result-label{padding-left: 40px} .select2-results-dept-3 .select2-result-label{padding-left: 60px} .select2-results-dept-4 .select2-result-label{padding-left: 80px} .select2-results-dept-5 .select2-result-label{padding-left: 100px} .select2-results-dept-6 .select2-result-label{padding-left: 110px} .select2-results-dept-7 .select2-result-label{padding-left: 120px} .select2-results .select2-highlighted{background: #3875d7; color: #fff;} .select2-results li em{background: #feffde; font-style: normal;} .select2-results .select2-highlighted em{background: transparent;} .select2-results .select2-highlighted ul{background: #fff; color: #000;} .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit{background: #f4f4f4; display: list-item; padding-left: 5px;} .select2-results .select2-disabled.select2-highlighted{color: #666; background: #f4f4f4; display: list-item; cursor: default;} .select2-results .select2-disabled{background: #f4f4f4; display: list-item; cursor: default;} .select2-results .select2-selected{display: none;} .select2-more-results.select2-active{background: #f4f4f4 url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%;} .select2-results .select2-ajax-error{background: rgba(255, 50, 50, .2);} .select2-more-results{background: #f4f4f4; display: list-item;} .select2-container.select2-container-disabled .select2-choice{background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default;} .select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color: #f4f4f4; background-image: none; border-left: 0;} .select2-container.select2-container-disabled .select2-choice abbr{display: none;} .select2-container-multi .select2-choices{height: auto !important; height: 1%; margin: 0; padding: 0 5px 0 0; position: relative; border: 1px solid #aaa; cursor: text; overflow: hidden; background-color: #fff; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff)); background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%); background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%); background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);} html[dir="rtl"] .select2-container-multi .select2-choices{padding: 0 0 0 5px;} .select2-locked{padding: 3px 5px 3px 5px !important;} .select2-container-multi .select2-choices{min-height: 26px;} .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #5897fb; outline: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3);} .select2-container-multi .select2-choices li{float: left; list-style: none;} html[dir="rtl"] .select2-container-multi .select2-choices li{float: right;} .select2-container-multi .select2-choices .select2-search-field{margin: 0; padding: 0; white-space: nowrap;} .select2-container-multi .select2-choices .select2-search-field input{padding: 5px; margin: 1px 0; font-family: sans-serif; font-size: 100%; color: #666; outline: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; background: transparent !important;} .select2-container-multi .select2-choices .select2-search-field input.select2-active{background: #fff url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100% !important;} .select2-default{color: #999 !important;} .select2-container-multi .select2-choices .select2-search-choice{padding: 3px 5px 3px 18px; margin: 3px 0 3px 5px; position: relative; line-height: 13px; color: #333; cursor: default; border: 1px solid #aaaaaa; border-radius: 3px; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);} html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice{margin: 3px 5px 3px 0; padding: 3px 18px 3px 5px;} .select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor: default;} .select2-container-multi .select2-choices .select2-search-choice-focus{background: #d4d4d4;} .select2-search-choice-close{display: block; width: 12px; height: 13px; position: absolute; right: 3px; top: 4px; font-size: 1px; outline: none; background: url('/web/static/lib/select2/select2.png') right top no-repeat;} html[dir="rtl"] .select2-search-choice-close{right: auto; left: 3px;} .select2-container-multi .select2-search-choice-close{left: 3px;} html[dir="rtl"] .select2-container-multi .select2-search-choice-close{left: auto; right: 2px;} .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position: right -11px;} .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position: right -11px;} .select2-container-multi.select2-container-disabled .select2-choices{background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default;} .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding: 3px 5px 3px 5px; border: 1px solid #ddd; background-image: none; background-color: #f4f4f4;} .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display: none; background: none;} .select2-result-selectable .select2-match, .select2-result-unselectable .select2-match{text-decoration: underline;} .select2-offscreen, .select2-offscreen:focus{clip: rect(0 0 0 0) !important; width: 1px !important; height: 1px !important; border: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; position: absolute !important; outline: 0 !important; left: 0px !important; top: 0px !important;} .select2-display-none{display: none;} .select2-measure-scrollbar{position: absolute; top: -10000px; left: -10000px; width: 100px; height: 100px; overflow: scroll;} @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx){.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b{background-image: url('/web/static/lib/select2/select2x2.png') !important; background-repeat: no-repeat !important; background-size: 60px 40px !important;}.select2-search input{background-position: 100% -21px !important;}} \n/* /web/static/lib/select2-bootstrap-css/select2-bootstrap.css defined in bundle 'web.assets_common' */\n .form-control .select2-choice{border: 0; border-radius: 2px;} .form-control .select2-choice .select2-arrow{border-radius: 0 2px 2px 0;} .form-control.select2-container{height: auto !important; padding: 0;} .form-control.select2-container.select2-dropdown-open{border-color: #5897FB; border-radius: 3px 3px 0 0;} .form-control .select2-container.select2-dropdown-open .select2-choices{border-radius: 3px 3px 0 0;} .form-control.select2-container .select2-choices{border: 0 !important; border-radius: 3px;} .control-group.warning .select2-container .select2-choice, .control-group.warning .select2-container .select2-choices, .control-group.warning .select2-container-active .select2-choice, .control-group.warning .select2-container-active .select2-choices, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.warning .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #C09853 !important;} .control-group.warning .select2-container .select2-choice div{border-left: 1px solid #C09853 !important; background: #FCF8E3 !important;} .control-group.error .select2-container .select2-choice, .control-group.error .select2-container .select2-choices, .control-group.error .select2-container-active .select2-choice, .control-group.error .select2-container-active .select2-choices, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.error .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #B94A48 !important;} .control-group.error .select2-container .select2-choice div{border-left: 1px solid #B94A48 !important; background: #F2DEDE !important;} .control-group.info .select2-container .select2-choice, .control-group.info .select2-container .select2-choices, .control-group.info .select2-container-active .select2-choice, .control-group.info .select2-container-active .select2-choices, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.info .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #3A87AD !important;} .control-group.info .select2-container .select2-choice div{border-left: 1px solid #3A87AD !important; background: #D9EDF7 !important;} .control-group.success .select2-container .select2-choice, .control-group.success .select2-container .select2-choices, .control-group.success .select2-container-active .select2-choice, .control-group.success .select2-container-active .select2-choices, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.success .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #468847 !important;} .control-group.success .select2-container .select2-choice div{border-left: 1px solid #468847 !important; background: #DFF0D8 !important;} \n/* /web_planner/static/src/less/web_planner_common.less defined in bundle 'web.assets_common' */\n @font-face{font-family: 'Simple-Line-Icons'; src: url('/web_planner/static/src/fonts/Simple-Line-Icons.eot'); src: url('/web_planner/static/src/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('/web_planner/static/src/fonts/Simple-Line-Icons.woff') format('woff'), url('/web_planner/static/src/fonts/Simple-Line-Icons.ttf') format('truetype'), url('/web_planner/static/src/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg'); font-weight: normal; font-style: normal;} [data-icon]:before{font-family: 'Simple-Line-Icons'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .o_planner_systray > .progress{display: none; width: 70px; height: 13px; cursor: pointer; margin-top: 9px; margin-bottom: -9px; margin-right: 10px; margin-left: 10px;} .o_planner_systray > .progress > .progress-bar{background-color: #21b799;} #PlannerDialog{font-family: "Lato", serif; z-index: 1051; -webkit-box-shadow: 0 3px 9px #666666; box-shadow: 0 3px 9px #666666; outline: none;} #PlannerDialog .modal-dialog{height: 100%; padding: 30px 0; margin: 0 auto;} #PlannerDialog .modal-dialog .modal-content{height: 100%; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;} #PlannerDialog .modal-dialog .modal-content .modal-header{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-flex: 0 0 auto; flex: 0 0 auto; background-color: #875A7B; color: white; padding: 15px;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_title_block{display: inline-block; vertical-align: top; width: 25%; padding-left: 15px;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_title_block > h4{font-size: 22px;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_progress_block{display: inline-block; vertical-align: top; margin-top: 10px; width: 65%; font-size: 15px; font-weight: 900;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_progress_block > .progress{display: inline-block; margin-bottom: -5px; margin-left: 15px; width: 120px;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_progress_block > .progress > .progress-bar{background-color: #20b698; box-shadow: none;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_progress_block .o_progress_text{display: inline-block; padding-left: 10px;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_close_block{display: inline-block; vertical-align: top; margin-top: 10px; width: 10%; text-align: right;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_close_block > span{cursor: pointer;} #PlannerDialog .modal-dialog .modal-content .modal-header .o_planner_close_block > button{color: white; opacity: 1; text-shadow: none;} #PlannerDialog .modal-dialog .modal-content .modal-footer{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-flex: 0 0 auto; flex: 0 0 auto; text-align: left; padding: 5px;} #PlannerDialog .modal-dialog .modal-content .modal-footer .o_planner_header_left{display: inline-block; margin-left: 25%; padding-left: 23px; width: 25%;} #PlannerDialog .modal-dialog .modal-content .modal-footer .o_planner_header_right{display: inline-block; width: 50%; padding-right: 20px;} #PlannerDialog .modal-dialog .modal-content .modal-body{padding-bottom: 30px; overflow: auto; -ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-flex: 1 1 auto; flex: 1 1 auto;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper{position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu{-ms-flex: 0 0 25%; -moz-flex: 0 0 25%; -webkit-flex: 0 0 25%; flex: 0 0 25%; -webkit-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.3); box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.3); height: 100%; overflow: auto; line-height: 1.6;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul{padding-top: 10px; padding-left: 18px; padding-right: 18px; list-style-type: none;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > li{text-indent: -18px; padding-left: 18px; position: relative;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > li > a{color: #666666; padding-left: 18px; font-weight: 600; font-size: 14px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > li > a:hover{color: #1fb597;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > li > a > .fa{position: absolute; left: 1px; top: 4px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > li.active > a{color: #1fb597;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > h4{padding-left: 27px; font-size: 12px; color: #a8a8a8; border-top: 1px solid #e6e6e6; margin-left: -15px; margin-bottom: 15px; padding-top: 20px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_menu > ul > h4 > i.fa{margin-right: 10px; font-size: 14px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page{-ms-flex: 0 0 75%; -moz-flex: 0 0 75%; -webkit-flex: 0 0 75%; flex: 0 0 75%; display: none; padding-left: 25px; padding-right: 25px; height: 100%; overflow: auto;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page > h1{font-size: 2.5em; font-weight: 300;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_intro{font-size: 120%;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .label > a{color: inherit;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .well, #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .panel, #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .alert{box-shadow: none; border-radius: 0;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .well{padding: 30px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .well .label{font-size: 12px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .alert{padding: 30px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .fa-lightbulb-o{padding-top: 5px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .fa-lightbulb-o:before{float: left; font-size: 20px; padding-right: 10px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page.marked:after{position: absolute; top: 0; left: 360px; font-size: 300px; font-family: "FontAwesome"; content: "\\f00c"; color: #21b799; animation: markAnim ease-in-out 1s; animation-iteration-count: 1; transform-origin: 50% 50%; animation-fill-mode: forwards; -webkit-animation: markAnim ease-in-out 1s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -webkit-animation-fill-mode: forwards; -moz-animation: markAnim ease-in-out 1s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -moz-animation-fill-mode: forwards; -o-animation: markAnim ease-in-out 1s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -o-animation-fill-mode: forwards; -ms-animation: markAnim ease-in-out 1s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; -ms-animation-fill-mode: forwards;} @media (max-width: 992px){#PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page.marked:after{left: 40%; font-size: 30vw;}} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container{margin: 20px 0;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook{color: #555; padding: 0 !important; font-family: courier, monospace; border: 1px solid #faebcc; color: #8a6d3b; position: relative; background-color: #fcf8e3;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook textarea, #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook input[type="text"]{background: #fcf8e3; border: none; width: 100%; max-width: 100%;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook input[type="radio"], #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook input[type="checkbox"]{margin-right: 5px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook > li{list-style: none; border-bottom: 1px dashed #C1D6DA; padding: 10px 10px 5px 55px; text-transform: capitalize; margin: 0;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook > li .indented{padding-left: 32px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook > li span{position: absolute; left: 9px; color: #c7b492; font-size: 20px; font-weight: bold;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook > li.row span{left: -50px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook > li:last-child{border-bottom: 0;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook .o_planner_notebook_header div.dropdown{display: inline; float: right;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook .o_planner_notebook_header a{color: #C4A87A; position: absolute; top: 13px; right: 13px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook .o_planner_notebook_header a:hover{text-decoration: none; color: #9C855D;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook .o_planner_notebook_header select{margin-bottom: 10px; font-family: sans-serif; font-size: 16px; border: none; background: #F5E7CF; padding: 3px; width: auto;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook > li:not(.o_planner_notebook_header):hover{background-color: #F5EFD0;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_notebook_container .o_planner_notebook .o_planner_notebook_line_separator{border-left: 1px solid #ffaa9f; border-right: 1px solid #ffaa9f; background: transparent; position: absolute; width: 3px; height: 100%; top: 0; left: 42px; border-bottom: 0; border-top: 0;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_white_box .panel{height: 200px; width: 100%; font-size: 1.1em; padding-top: 40px;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_white_box .panel a:hover{text-decoration: none;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_trophy{font-size: 11em; color: #875A7B; margin-top: 0.5em; -webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: 1.75s; animation-duration: 1.75s; -webkit-animation-fill-mode: both; animation-fill-mode: both;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .info_icon{position: relative; padding-left: 5em; min-height: 6em;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .info_icon .fa{position: absolute; font-size: 5em; left: 0.2em; opacity: 0.6;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .odoo_purple, #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page a.btn.odoo_purple, #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .btn.odoo_purple:hover{background-color: #875A7B; color: white;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_paragraphs .icon{text-align: center; font-size: 2em; color: #21b799;} #PlannerDialog .modal-dialog .modal-content .modal-body .o_planner_content_wrapper .o_planner_page .o_planner_row_apps .col-md-4{margin-top: 20px;} \n/* /web_tour/static/src/less/tip.less defined in bundle 'web.assets_common' */\n .o_tooltip_parent{position: relative!important; opacity: 0.999;} .o_tooltip{box-sizing: content-box; position: absolute; top: 50%; left: 50%; bottom: auto; right: auto; opacity: 0; width: 24px; height: 24px; border: 2px solid #7c7bad; border-radius: 50%; padding: 0; z-index: 1051; background-color: #7c7bad; box-shadow: 0 2px 2px 1px rgba(150, 150, 150, 0.3); transition: width 133ms ease 0ms, height 133ms ease 0ms, margin 133ms ease 0ms, border-radius 133ms ease 66ms;} .o_tooltip.o_animated{-webkit-animation: move-bottom-top 500ms ease-in 0ms infinite alternate none running; -moz-animation: move-bottom-top 500ms ease-in 0ms infinite alternate none running; -o-animation: move-bottom-top 500ms ease-in 0ms infinite alternate none running; animation: move-bottom-top 500ms ease-in 0ms infinite alternate none running;} .o_tooltip.o_animated.right, .o_tooltip.o_animated.left{-webkit-animation-name: move-left-right; animation-name: move-left-right;} .o_tooltip::before{content: ""; border: 0 solid rgba(0, 0, 0, 0); transition: all 100ms ease 100ms;} .o_tooltip.right::before{position: absolute; top: 2px; left: -8px; bottom: auto; right: auto; border-width: 10px 10px 10px 0; border-right-color: #7c7bad;} .o_tooltip.top::before{position: absolute; top: auto; left: 2px; bottom: -8px; right: auto; border-width: 10px 10px 0 10px; border-top-color: #7c7bad;} .o_tooltip.left::before{position: absolute; top: 2px; left: auto; bottom: auto; right: -8px; border-width: 10px 0 10px 10px; border-left-color: #7c7bad;} .o_tooltip.bottom::before{position: absolute; top: -8px; left: 2px; bottom: auto; right: auto; border-width: 0 10px 10px 10px; border-bottom-color: #7c7bad;} .o_tooltip::after{content: ""; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-color: #7c7bad; border-radius: 50%; transition: margin 133ms ease 0ms, border-radius 200ms linear 0s; background: radial-gradient(#9291bb, #7c7bad);} .o_tooltip > .o_tooltip_overlay{display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: -2px; z-index: -1;} .o_tooltip > .o_tooltip_content{overflow: hidden; padding: 6px 12px; visibility: hidden; transition: visibility 0s ease 0s; color: black; line-height: 1.42857143; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal;} .o_tooltip > .o_tooltip_content .o_skip_tour{display: inline-block; margin-top: 4px; cursor: pointer; color: gray;} .o_tooltip > .o_tooltip_content .o_skip_tour:hover{color: #4d4d4d;} .o_tooltip > .o_tooltip_content > p:last-child{margin-bottom: 0;} .o_tooltip.active{border-radius: 0; background-color: white; transition: width 225ms ease 75ms, height 225ms ease 75ms, margin 225ms ease 75ms, border-radius 150ms ease 0ms, background-color 300ms ease 0ms;} .o_tooltip.active::before{transition: all 150ms ease 0ms;} .o_tooltip.active::after{border: 0 solid rgba(0, 0, 0, 0); border-radius: 0;} .o_tooltip.active > .o_tooltip_overlay{display: block;} .o_tooltip.active > .o_tooltip_content{visibility: visible; transition: visibility 0s ease 300ms;} .o_tooltip.active.right::before{left: -10px; border-right-color: #7c7bad;} .o_tooltip.active.right::after{position: absolute; top: 2px; left: -6px; bottom: auto; right: auto; border-width: 10px 10px 10px 0; border-right-color: white; transition: border-right-color 300ms ease 0ms;} .o_tooltip.active.top::before{bottom: -10px; border-top-color: #7c7bad;} .o_tooltip.active.top::after{position: absolute; top: auto; left: 2px; bottom: -6px; right: auto; border-width: 10px 10px 0 10px; border-top-color: white; transition: border-top-color 300ms ease 0ms;} .o_tooltip.active.left::before{right: -10px; border-left-color: #7c7bad;} .o_tooltip.active.left::after{position: absolute; top: 2px; left: auto; bottom: auto; right: -6px; border-width: 10px 0 10px 10px; border-left-color: white; transition: border-left-color 300ms ease 0ms;} .o_tooltip.active.bottom::before{top: -10px; border-bottom-color: #7c7bad;} .o_tooltip.active.bottom::after{position: absolute; top: -6px; left: 2px; bottom: auto; right: auto; border-width: 0 10px 10px 10px; border-bottom-color: white; transition: border-bottom-color 300ms ease 0ms;} .o_tooltip.inverse.left::before, .o_tooltip.inverse.right::before, .o_tooltip.inverse.left.active::after, .o_tooltip.inverse.right.active::after{top: auto; bottom: 2px;} .o_tooltip.inverse.top::before, .o_tooltip.inverse.bottom::before, .o_tooltip.inverse.top.active::after, .o_tooltip.inverse.bottom.active::after{left: auto; right: 2px;} @media print{.o_tooltip{display: none;}} \n/* /web_tour/static/src/less/keyframes.less defined in bundle 'web.assets_common' */\n @-webkit-keyframes move-left-right{0%{-webkit-transform: translate(-3px, 0); -ms-transform: translate(-3px, 0); -o-transform: translate(-3px, 0); transform: translate(-3px, 0);}100%{-webkit-transform: translate(3px, 0); -ms-transform: translate(3px, 0); -o-transform: translate(3px, 0); transform: translate(3px, 0);}} @-moz-keyframes move-left-right{0%{-webkit-transform: translate(-3px, 0); -ms-transform: translate(-3px, 0); -o-transform: translate(-3px, 0); transform: translate(-3px, 0);}100%{-webkit-transform: translate(3px, 0); -ms-transform: translate(3px, 0); -o-transform: translate(3px, 0); transform: translate(3px, 0);}} @keyframes move-left-right{0%{-webkit-transform: translate(-3px, 0); -ms-transform: translate(-3px, 0); -o-transform: translate(-3px, 0); transform: translate(-3px, 0);}100%{-webkit-transform: translate(3px, 0); -ms-transform: translate(3px, 0); -o-transform: translate(3px, 0); transform: translate(3px, 0);}} @-webkit-keyframes move-bottom-top{0%{-webkit-transform: translate(0, -3px); -ms-transform: translate(0, -3px); -o-transform: translate(0, -3px); transform: translate(0, -3px);}100%{-webkit-transform: translate(0, 3px); -ms-transform: translate(0, 3px); -o-transform: translate(0, 3px); transform: translate(0, 3px);}} @-moz-keyframes move-bottom-top{0%{-webkit-transform: translate(0px, -3px); -ms-transform: translate(0px, -3px); -o-transform: translate(0px, -3px); transform: translate(0px, -3px);}100%{-webkit-transform: translate(0, 3px); -ms-transform: translate(0, 3px); -o-transform: translate(0, 3px); transform: translate(0, 3px);}} @keyframes move-bottom-top{0%{-webkit-transform: translate(0px, -3px); -ms-transform: translate(0px, -3px); -o-transform: translate(0px, -3px); transform: translate(0px, -3px);}100%{-webkit-transform: translate(0, 3px); -ms-transform: translate(0, 3px); -o-transform: translate(0, 3px); transform: translate(0, 3px);}} binary t 47/4754b6f47468d3db83c698d3607854a93afed62f \N \N text/css /web/content/247-1b4321e/web.assets_common.0.css /web/content/247-1b4321e/web.assets_common.0.css 4754b6f47468d3db83c698d3607854a93afed62f web.assets_common.0.css +4 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.partner 1 Public user \N 3193 1 1 5 image binary f 57/57e92b95099cc0b28160dbab8d9927b6a60a637a \N image image/png image \N 57e92b95099cc0b28160dbab8d9927b6a60a637a \N +5 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.partner 1 Public user \N 2604 1 1 5 image binary f 18/18daff739c0b920bb5203b4ba06accf91aad1cd0 \N image_medium image/png image_medium \N 18daff739c0b920bb5203b4ba06accf91aad1cd0 \N +6 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.partner 1 Public user \N 1095 1 1 5 image binary f 03/038cd9624b9546a1bc536d31c54e349a1b1fc96c \N image_small image/png image_small \N 038cd9624b9546a1bc536d31c54e349a1b1fc96c \N +7 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Andorra, Principality of \N 10684 1 1 1 image binary f fc/fc78476ab1658bfedda7dde9b515d1c705472c1f \N image image/png image \N fc78476ab1658bfedda7dde9b515d1c705472c1f \N +248 2019-03-20 06:36:29.940692 2019-03-20 06:36:29.940692 ir.ui.view 1 \N \N 151824 1 1 0 /* /web/static/lib/bootstrap/less/variables.less defined in bundle 'web.assets_frontend' */\n/* /web/static/lib/bootstrap/less/mixins/vendor-prefixes.less defined in bundle 'web.assets_frontend' */\n/* /web/static/lib/bootstrap/less/mixins/buttons.less defined in bundle 'web.assets_frontend' */\n/* /web/static/src/less/variables.less defined in bundle 'web.assets_frontend' */\n/* /web/static/src/less/utils.less defined in bundle 'web.assets_frontend' */\n/* /web_editor/static/src/less/web_editor.variables.less defined in bundle 'web.assets_frontend' */\n @-webkit-keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @-webkit-keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @-webkit-keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} @keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} \n/* /web/static/src/less/import_bootstrap.less defined in bundle 'web.assets_frontend' */\n html{font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;} body{margin: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;} audio, canvas, progress, video{display: inline-block; vertical-align: baseline;} audio:not([controls]){display: none; height: 0;} [hidden], template{display: none;} a{background-color: transparent;} a:active, a:hover{outline: 0;} abbr[title]{border-bottom: 1px dotted;} b, strong{font-weight: bold;} dfn{font-style: italic;} h1{font-size: 2em; margin: 0.67em 0;} mark{background: #ff0; color: #000;} small{font-size: 80%;} sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;} sup{top: -0.5em;} sub{bottom: -0.25em;} img{border: 0;} svg:not(:root){overflow: hidden;} figure{margin: 1em 40px;} hr{box-sizing: content-box; height: 0;} pre{overflow: auto;} code, kbd, pre, samp{font-family: monospace, monospace; font-size: 1em;} button, input, optgroup, select, textarea{color: inherit; font: inherit; margin: 0;} button{overflow: visible;} button, select{text-transform: none;} button, html input[type="button"], input[type="reset"], input[type="submit"]{-webkit-appearance: button; cursor: pointer;} button[disabled], html input[disabled]{cursor: default;} button::-moz-focus-inner, input::-moz-focus-inner{border: 0; padding: 0;} input{line-height: normal;} input[type="checkbox"], input[type="radio"]{box-sizing: border-box; padding: 0;} input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{height: auto;} input[type="search"]{-webkit-appearance: textfield; box-sizing: content-box;} input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;} fieldset{border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;} legend{border: 0; padding: 0;} textarea{overflow: auto;} optgroup{font-weight: bold;} table{border-collapse: collapse; border-spacing: 0;} td, th{padding: 0;} @media print{*, *:before, *:after{background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}a, a:visited{text-decoration: underline;}a[href]:after{content: " (" attr(href) ")";}abbr[title]:after{content: " (" attr(title) ")";}a[href^="#"]:after, a[href^="javascript:"]:after{content: "";}pre, blockquote{border: 1px solid #999; page-break-inside: avoid;}thead{display: table-header-group;}tr, img{page-break-inside: avoid;}img{max-width: 100% !important;}p, h2, h3{orphans: 3; widows: 3;}h2, h3{page-break-after: avoid;}.navbar{display: none;}.btn > .caret, .dropup > .btn > .caret{border-top-color: #000 !important;}.label{border: 1px solid #000;}.table{border-collapse: collapse !important;}.table td, .table th{background-color: #fff !important;}.table-bordered th, .table-bordered td{border: 1px solid #ddd !important;}} @font-face{font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');} .glyphicon{position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .glyphicon-asterisk:before{content: "\\2a";} .glyphicon-plus:before{content: "\\2b";} .glyphicon-euro:before, .glyphicon-eur:before{content: "\\20ac";} .glyphicon-minus:before{content: "\\2212";} .glyphicon-cloud:before{content: "\\2601";} .glyphicon-envelope:before{content: "\\2709";} .glyphicon-pencil:before{content: "\\270f";} .glyphicon-glass:before{content: "\\e001";} .glyphicon-music:before{content: "\\e002";} .glyphicon-search:before{content: "\\e003";} .glyphicon-heart:before{content: "\\e005";} .glyphicon-star:before{content: "\\e006";} .glyphicon-star-empty:before{content: "\\e007";} .glyphicon-user:before{content: "\\e008";} .glyphicon-film:before{content: "\\e009";} .glyphicon-th-large:before{content: "\\e010";} .glyphicon-th:before{content: "\\e011";} .glyphicon-th-list:before{content: "\\e012";} .glyphicon-ok:before{content: "\\e013";} .glyphicon-remove:before{content: "\\e014";} .glyphicon-zoom-in:before{content: "\\e015";} .glyphicon-zoom-out:before{content: "\\e016";} .glyphicon-off:before{content: "\\e017";} .glyphicon-signal:before{content: "\\e018";} .glyphicon-cog:before{content: "\\e019";} .glyphicon-trash:before{content: "\\e020";} .glyphicon-home:before{content: "\\e021";} .glyphicon-file:before{content: "\\e022";} .glyphicon-time:before{content: "\\e023";} .glyphicon-road:before{content: "\\e024";} .glyphicon-download-alt:before{content: "\\e025";} .glyphicon-download:before{content: "\\e026";} .glyphicon-upload:before{content: "\\e027";} .glyphicon-inbox:before{content: "\\e028";} .glyphicon-play-circle:before{content: "\\e029";} .glyphicon-repeat:before{content: "\\e030";} .glyphicon-refresh:before{content: "\\e031";} .glyphicon-list-alt:before{content: "\\e032";} .glyphicon-lock:before{content: "\\e033";} .glyphicon-flag:before{content: "\\e034";} .glyphicon-headphones:before{content: "\\e035";} .glyphicon-volume-off:before{content: "\\e036";} .glyphicon-volume-down:before{content: "\\e037";} .glyphicon-volume-up:before{content: "\\e038";} .glyphicon-qrcode:before{content: "\\e039";} .glyphicon-barcode:before{content: "\\e040";} .glyphicon-tag:before{content: "\\e041";} .glyphicon-tags:before{content: "\\e042";} .glyphicon-book:before{content: "\\e043";} .glyphicon-bookmark:before{content: "\\e044";} .glyphicon-print:before{content: "\\e045";} .glyphicon-camera:before{content: "\\e046";} .glyphicon-font:before{content: "\\e047";} .glyphicon-bold:before{content: "\\e048";} .glyphicon-italic:before{content: "\\e049";} .glyphicon-text-height:before{content: "\\e050";} .glyphicon-text-width:before{content: "\\e051";} .glyphicon-align-left:before{content: "\\e052";} .glyphicon-align-center:before{content: "\\e053";} .glyphicon-align-right:before{content: "\\e054";} .glyphicon-align-justify:before{content: "\\e055";} .glyphicon-list:before{content: "\\e056";} .glyphicon-indent-left:before{content: "\\e057";} .glyphicon-indent-right:before{content: "\\e058";} .glyphicon-facetime-video:before{content: "\\e059";} .glyphicon-picture:before{content: "\\e060";} .glyphicon-map-marker:before{content: "\\e062";} .glyphicon-adjust:before{content: "\\e063";} .glyphicon-tint:before{content: "\\e064";} .glyphicon-edit:before{content: "\\e065";} .glyphicon-share:before{content: "\\e066";} .glyphicon-check:before{content: "\\e067";} .glyphicon-move:before{content: "\\e068";} .glyphicon-step-backward:before{content: "\\e069";} .glyphicon-fast-backward:before{content: "\\e070";} .glyphicon-backward:before{content: "\\e071";} .glyphicon-play:before{content: "\\e072";} .glyphicon-pause:before{content: "\\e073";} .glyphicon-stop:before{content: "\\e074";} .glyphicon-forward:before{content: "\\e075";} .glyphicon-fast-forward:before{content: "\\e076";} .glyphicon-step-forward:before{content: "\\e077";} .glyphicon-eject:before{content: "\\e078";} .glyphicon-chevron-left:before{content: "\\e079";} .glyphicon-chevron-right:before{content: "\\e080";} .glyphicon-plus-sign:before{content: "\\e081";} .glyphicon-minus-sign:before{content: "\\e082";} .glyphicon-remove-sign:before{content: "\\e083";} .glyphicon-ok-sign:before{content: "\\e084";} .glyphicon-question-sign:before{content: "\\e085";} .glyphicon-info-sign:before{content: "\\e086";} .glyphicon-screenshot:before{content: "\\e087";} .glyphicon-remove-circle:before{content: "\\e088";} .glyphicon-ok-circle:before{content: "\\e089";} .glyphicon-ban-circle:before{content: "\\e090";} .glyphicon-arrow-left:before{content: "\\e091";} .glyphicon-arrow-right:before{content: "\\e092";} .glyphicon-arrow-up:before{content: "\\e093";} .glyphicon-arrow-down:before{content: "\\e094";} .glyphicon-share-alt:before{content: "\\e095";} .glyphicon-resize-full:before{content: "\\e096";} .glyphicon-resize-small:before{content: "\\e097";} .glyphicon-exclamation-sign:before{content: "\\e101";} .glyphicon-gift:before{content: "\\e102";} .glyphicon-leaf:before{content: "\\e103";} .glyphicon-fire:before{content: "\\e104";} .glyphicon-eye-open:before{content: "\\e105";} .glyphicon-eye-close:before{content: "\\e106";} .glyphicon-warning-sign:before{content: "\\e107";} .glyphicon-plane:before{content: "\\e108";} .glyphicon-calendar:before{content: "\\e109";} .glyphicon-random:before{content: "\\e110";} .glyphicon-comment:before{content: "\\e111";} .glyphicon-magnet:before{content: "\\e112";} .glyphicon-chevron-up:before{content: "\\e113";} .glyphicon-chevron-down:before{content: "\\e114";} .glyphicon-retweet:before{content: "\\e115";} .glyphicon-shopping-cart:before{content: "\\e116";} .glyphicon-folder-close:before{content: "\\e117";} .glyphicon-folder-open:before{content: "\\e118";} .glyphicon-resize-vertical:before{content: "\\e119";} .glyphicon-resize-horizontal:before{content: "\\e120";} .glyphicon-hdd:before{content: "\\e121";} .glyphicon-bullhorn:before{content: "\\e122";} .glyphicon-bell:before{content: "\\e123";} .glyphicon-certificate:before{content: "\\e124";} .glyphicon-thumbs-up:before{content: "\\e125";} .glyphicon-thumbs-down:before{content: "\\e126";} .glyphicon-hand-right:before{content: "\\e127";} .glyphicon-hand-left:before{content: "\\e128";} .glyphicon-hand-up:before{content: "\\e129";} .glyphicon-hand-down:before{content: "\\e130";} .glyphicon-circle-arrow-right:before{content: "\\e131";} .glyphicon-circle-arrow-left:before{content: "\\e132";} .glyphicon-circle-arrow-up:before{content: "\\e133";} .glyphicon-circle-arrow-down:before{content: "\\e134";} .glyphicon-globe:before{content: "\\e135";} .glyphicon-wrench:before{content: "\\e136";} .glyphicon-tasks:before{content: "\\e137";} .glyphicon-filter:before{content: "\\e138";} .glyphicon-briefcase:before{content: "\\e139";} .glyphicon-fullscreen:before{content: "\\e140";} .glyphicon-dashboard:before{content: "\\e141";} .glyphicon-paperclip:before{content: "\\e142";} .glyphicon-heart-empty:before{content: "\\e143";} .glyphicon-link:before{content: "\\e144";} .glyphicon-phone:before{content: "\\e145";} .glyphicon-pushpin:before{content: "\\e146";} .glyphicon-usd:before{content: "\\e148";} .glyphicon-gbp:before{content: "\\e149";} .glyphicon-sort:before{content: "\\e150";} .glyphicon-sort-by-alphabet:before{content: "\\e151";} .glyphicon-sort-by-alphabet-alt:before{content: "\\e152";} .glyphicon-sort-by-order:before{content: "\\e153";} .glyphicon-sort-by-order-alt:before{content: "\\e154";} .glyphicon-sort-by-attributes:before{content: "\\e155";} .glyphicon-sort-by-attributes-alt:before{content: "\\e156";} .glyphicon-unchecked:before{content: "\\e157";} .glyphicon-expand:before{content: "\\e158";} .glyphicon-collapse-down:before{content: "\\e159";} .glyphicon-collapse-up:before{content: "\\e160";} .glyphicon-log-in:before{content: "\\e161";} .glyphicon-flash:before{content: "\\e162";} .glyphicon-log-out:before{content: "\\e163";} .glyphicon-new-window:before{content: "\\e164";} .glyphicon-record:before{content: "\\e165";} .glyphicon-save:before{content: "\\e166";} .glyphicon-open:before{content: "\\e167";} .glyphicon-saved:before{content: "\\e168";} .glyphicon-import:before{content: "\\e169";} .glyphicon-export:before{content: "\\e170";} .glyphicon-send:before{content: "\\e171";} .glyphicon-floppy-disk:before{content: "\\e172";} .glyphicon-floppy-saved:before{content: "\\e173";} .glyphicon-floppy-remove:before{content: "\\e174";} .glyphicon-floppy-save:before{content: "\\e175";} .glyphicon-floppy-open:before{content: "\\e176";} .glyphicon-credit-card:before{content: "\\e177";} .glyphicon-transfer:before{content: "\\e178";} .glyphicon-cutlery:before{content: "\\e179";} .glyphicon-header:before{content: "\\e180";} .glyphicon-compressed:before{content: "\\e181";} .glyphicon-earphone:before{content: "\\e182";} .glyphicon-phone-alt:before{content: "\\e183";} .glyphicon-tower:before{content: "\\e184";} .glyphicon-stats:before{content: "\\e185";} .glyphicon-sd-video:before{content: "\\e186";} .glyphicon-hd-video:before{content: "\\e187";} .glyphicon-subtitles:before{content: "\\e188";} .glyphicon-sound-stereo:before{content: "\\e189";} .glyphicon-sound-dolby:before{content: "\\e190";} .glyphicon-sound-5-1:before{content: "\\e191";} .glyphicon-sound-6-1:before{content: "\\e192";} .glyphicon-sound-7-1:before{content: "\\e193";} .glyphicon-copyright-mark:before{content: "\\e194";} .glyphicon-registration-mark:before{content: "\\e195";} .glyphicon-cloud-download:before{content: "\\e197";} .glyphicon-cloud-upload:before{content: "\\e198";} .glyphicon-tree-conifer:before{content: "\\e199";} .glyphicon-tree-deciduous:before{content: "\\e200";} .glyphicon-cd:before{content: "\\e201";} .glyphicon-save-file:before{content: "\\e202";} .glyphicon-open-file:before{content: "\\e203";} .glyphicon-level-up:before{content: "\\e204";} .glyphicon-copy:before{content: "\\e205";} .glyphicon-paste:before{content: "\\e206";} .glyphicon-alert:before{content: "\\e209";} .glyphicon-equalizer:before{content: "\\e210";} .glyphicon-king:before{content: "\\e211";} .glyphicon-queen:before{content: "\\e212";} .glyphicon-pawn:before{content: "\\e213";} .glyphicon-bishop:before{content: "\\e214";} .glyphicon-knight:before{content: "\\e215";} .glyphicon-baby-formula:before{content: "\\e216";} .glyphicon-tent:before{content: "\\26fa";} .glyphicon-blackboard:before{content: "\\e218";} .glyphicon-bed:before{content: "\\e219";} .glyphicon-apple:before{content: "\\f8ff";} .glyphicon-erase:before{content: "\\e221";} .glyphicon-hourglass:before{content: "\\231b";} .glyphicon-lamp:before{content: "\\e223";} .glyphicon-duplicate:before{content: "\\e224";} .glyphicon-piggy-bank:before{content: "\\e225";} .glyphicon-scissors:before{content: "\\e226";} .glyphicon-bitcoin:before{content: "\\e227";} .glyphicon-btc:before{content: "\\e227";} .glyphicon-xbt:before{content: "\\e227";} .glyphicon-yen:before{content: "\\00a5";} .glyphicon-jpy:before{content: "\\00a5";} .glyphicon-ruble:before{content: "\\20bd";} .glyphicon-rub:before{content: "\\20bd";} .glyphicon-scale:before{content: "\\e230";} .glyphicon-ice-lolly:before{content: "\\e231";} .glyphicon-ice-lolly-tasted:before{content: "\\e232";} .glyphicon-education:before{content: "\\e233";} .glyphicon-option-horizontal:before{content: "\\e234";} .glyphicon-option-vertical:before{content: "\\e235";} .glyphicon-menu-hamburger:before{content: "\\e236";} .glyphicon-modal-window:before{content: "\\e237";} .glyphicon-oil:before{content: "\\e238";} .glyphicon-grain:before{content: "\\e239";} .glyphicon-sunglasses:before{content: "\\e240";} .glyphicon-text-size:before{content: "\\e241";} .glyphicon-text-color:before{content: "\\e242";} .glyphicon-text-background:before{content: "\\e243";} .glyphicon-object-align-top:before{content: "\\e244";} .glyphicon-object-align-bottom:before{content: "\\e245";} .glyphicon-object-align-horizontal:before{content: "\\e246";} .glyphicon-object-align-left:before{content: "\\e247";} .glyphicon-object-align-vertical:before{content: "\\e248";} .glyphicon-object-align-right:before{content: "\\e249";} .glyphicon-triangle-right:before{content: "\\e250";} .glyphicon-triangle-left:before{content: "\\e251";} .glyphicon-triangle-bottom:before{content: "\\e252";} .glyphicon-triangle-top:before{content: "\\e253";} .glyphicon-console:before{content: "\\e254";} .glyphicon-superscript:before{content: "\\e255";} .glyphicon-subscript:before{content: "\\e256";} .glyphicon-menu-left:before{content: "\\e257";} .glyphicon-menu-right:before{content: "\\e258";} .glyphicon-menu-down:before{content: "\\e259";} .glyphicon-menu-up:before{content: "\\e260";} *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} *:before, *:after{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} html{font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #fff;} input, button, select, textarea{font-family: inherit; font-size: inherit; line-height: inherit;} a{color: #337ab7; text-decoration: none;} a:hover, a:focus{color: #23527c; text-decoration: underline;} a:focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;} figure{margin: 0;} img{vertical-align: middle;} .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{display: block; max-width: 100%; height: auto;} .img-rounded{border-radius: 6px;} .img-thumbnail{padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto;} .img-circle{border-radius: 50%;} hr{margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee;} .sr-only{position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;} .sr-only-focusable:active, .sr-only-focusable:focus{position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;} [role="button"]{cursor: pointer;} [role="button"]{cursor: pointer;} h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;} h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{font-weight: normal; line-height: 1; color: #777777;} h1, .h1, h2, .h2, h3, .h3{margin-top: 20px; margin-bottom: 10px;} h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small{font-size: 65%;} h4, .h4, h5, .h5, h6, .h6{margin-top: 10px; margin-bottom: 10px;} h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small{font-size: 75%;} h1, .h1{font-size: 36px;} h2, .h2{font-size: 30px;} h3, .h3{font-size: 24px;} h4, .h4{font-size: 18px;} h5, .h5{font-size: 14px;} h6, .h6{font-size: 12px;} p{margin: 0 0 10px;} .lead{margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4;} @media (min-width: 768px){.lead{font-size: 21px;}} small, .small{font-size: 85%;} mark, .mark{background-color: #fcf8e3; padding: 0.2em;} .text-left{text-align: left;} .text-right{text-align: right;} .text-center{text-align: center;} .text-justify{text-align: justify;} .text-nowrap{white-space: nowrap;} .text-lowercase{text-transform: lowercase;} .text-uppercase{text-transform: uppercase;} .text-capitalize{text-transform: capitalize;} .text-muted{color: #777777;} .text-primary{color: #337ab7;} a.text-primary:hover, a.text-primary:focus{color: #286090;} .text-success{color: #3c763d;} a.text-success:hover, a.text-success:focus{color: #2b542c;} .text-info{color: #31708f;} a.text-info:hover, a.text-info:focus{color: #245269;} .text-warning{color: #8a6d3b;} a.text-warning:hover, a.text-warning:focus{color: #66512c;} .text-danger{color: #a94442;} a.text-danger:hover, a.text-danger:focus{color: #843534;} .bg-primary{color: #fff; background-color: #337ab7;} a.bg-primary:hover, a.bg-primary:focus{background-color: #286090;} .bg-success{background-color: #dff0d8;} a.bg-success:hover, a.bg-success:focus{background-color: #c1e2b3;} .bg-info{background-color: #d9edf7;} a.bg-info:hover, a.bg-info:focus{background-color: #afd9ee;} .bg-warning{background-color: #fcf8e3;} a.bg-warning:hover, a.bg-warning:focus{background-color: #f7ecb5;} .bg-danger{background-color: #f2dede;} a.bg-danger:hover, a.bg-danger:focus{background-color: #e4b9b9;} .page-header{padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee;} ul, ol{margin-top: 0; margin-bottom: 10px;} ul ul, ol ul, ul ol, ol ol{margin-bottom: 0;} .list-unstyled{padding-left: 0; list-style: none;} .list-inline{padding-left: 0; list-style: none; margin-left: -5px;} .list-inline > li{display: inline-block; padding-left: 5px; padding-right: 5px;} dl{margin-top: 0; margin-bottom: 20px;} dt, dd{line-height: 1.42857143;} dt{font-weight: bold;} dd{margin-left: 0;} @media (min-width: 768px){.dl-horizontal dt{float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.dl-horizontal dd{margin-left: 180px;}} abbr[title], abbr[data-original-title]{cursor: help; border-bottom: 1px dotted #777777;} .initialism{font-size: 90%; text-transform: uppercase;} blockquote{padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee;} blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child{margin-bottom: 0;} blockquote footer, blockquote small, blockquote .small{display: block; font-size: 80%; line-height: 1.42857143; color: #777777;} blockquote footer:before, blockquote small:before, blockquote .small:before{content: '\\2014 \\00A0';} .blockquote-reverse, blockquote.pull-right{padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right;} .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before{content: '';} .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after{content: '\\00A0 \\2014';} address{margin-bottom: 20px; font-style: normal; line-height: 1.42857143;} code, kbd, pre, samp{font-family: Menlo, Monaco, Consolas, "Courier New", monospace;} code{padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px;} kbd{padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);} kbd kbd{padding: 0; font-size: 100%; font-weight: bold; box-shadow: none;} pre{display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px;} pre code{padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0;} .pre-scrollable{max-height: 340px; overflow-y: scroll;} .container{margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px;} @media (min-width: 768px){.container{width: 750px;}} @media (min-width: 992px){.container{width: 970px;}} @media (min-width: 1200px){.container{width: 1170px;}} .container-fluid{margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px;} .row{margin-left: -15px; margin-right: -15px;} .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;} .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float: left;} .col-xs-12{width: 100%;} .col-xs-11{width: 91.66666667%;} .col-xs-10{width: 83.33333333%;} .col-xs-9{width: 75%;} .col-xs-8{width: 66.66666667%;} .col-xs-7{width: 58.33333333%;} .col-xs-6{width: 50%;} .col-xs-5{width: 41.66666667%;} .col-xs-4{width: 33.33333333%;} .col-xs-3{width: 25%;} .col-xs-2{width: 16.66666667%;} .col-xs-1{width: 8.33333333%;} .col-xs-pull-12{right: 100%;} .col-xs-pull-11{right: 91.66666667%;} .col-xs-pull-10{right: 83.33333333%;} .col-xs-pull-9{right: 75%;} .col-xs-pull-8{right: 66.66666667%;} .col-xs-pull-7{right: 58.33333333%;} .col-xs-pull-6{right: 50%;} .col-xs-pull-5{right: 41.66666667%;} .col-xs-pull-4{right: 33.33333333%;} .col-xs-pull-3{right: 25%;} .col-xs-pull-2{right: 16.66666667%;} .col-xs-pull-1{right: 8.33333333%;} .col-xs-pull-0{right: auto;} .col-xs-push-12{left: 100%;} .col-xs-push-11{left: 91.66666667%;} .col-xs-push-10{left: 83.33333333%;} .col-xs-push-9{left: 75%;} .col-xs-push-8{left: 66.66666667%;} .col-xs-push-7{left: 58.33333333%;} .col-xs-push-6{left: 50%;} .col-xs-push-5{left: 41.66666667%;} .col-xs-push-4{left: 33.33333333%;} .col-xs-push-3{left: 25%;} .col-xs-push-2{left: 16.66666667%;} .col-xs-push-1{left: 8.33333333%;} .col-xs-push-0{left: auto;} .col-xs-offset-12{margin-left: 100%;} .col-xs-offset-11{margin-left: 91.66666667%;} .col-xs-offset-10{margin-left: 83.33333333%;} .col-xs-offset-9{margin-left: 75%;} .col-xs-offset-8{margin-left: 66.66666667%;} .col-xs-offset-7{margin-left: 58.33333333%;} .col-xs-offset-6{margin-left: 50%;} .col-xs-offset-5{margin-left: 41.66666667%;} .col-xs-offset-4{margin-left: 33.33333333%;} .col-xs-offset-3{margin-left: 25%;} .col-xs-offset-2{margin-left: 16.66666667%;} .col-xs-offset-1{margin-left: 8.33333333%;} .col-xs-offset-0{margin-left: 0%;} @media (min-width: 768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float: left;}.col-sm-12{width: 100%;}.col-sm-11{width: 91.66666667%;}.col-sm-10{width: 83.33333333%;}.col-sm-9{width: 75%;}.col-sm-8{width: 66.66666667%;}.col-sm-7{width: 58.33333333%;}.col-sm-6{width: 50%;}.col-sm-5{width: 41.66666667%;}.col-sm-4{width: 33.33333333%;}.col-sm-3{width: 25%;}.col-sm-2{width: 16.66666667%;}.col-sm-1{width: 8.33333333%;}.col-sm-pull-12{right: 100%;}.col-sm-pull-11{right: 91.66666667%;}.col-sm-pull-10{right: 83.33333333%;}.col-sm-pull-9{right: 75%;}.col-sm-pull-8{right: 66.66666667%;}.col-sm-pull-7{right: 58.33333333%;}.col-sm-pull-6{right: 50%;}.col-sm-pull-5{right: 41.66666667%;}.col-sm-pull-4{right: 33.33333333%;}.col-sm-pull-3{right: 25%;}.col-sm-pull-2{right: 16.66666667%;}.col-sm-pull-1{right: 8.33333333%;}.col-sm-pull-0{right: auto;}.col-sm-push-12{left: 100%;}.col-sm-push-11{left: 91.66666667%;}.col-sm-push-10{left: 83.33333333%;}.col-sm-push-9{left: 75%;}.col-sm-push-8{left: 66.66666667%;}.col-sm-push-7{left: 58.33333333%;}.col-sm-push-6{left: 50%;}.col-sm-push-5{left: 41.66666667%;}.col-sm-push-4{left: 33.33333333%;}.col-sm-push-3{left: 25%;}.col-sm-push-2{left: 16.66666667%;}.col-sm-push-1{left: 8.33333333%;}.col-sm-push-0{left: auto;}.col-sm-offset-12{margin-left: 100%;}.col-sm-offset-11{margin-left: 91.66666667%;}.col-sm-offset-10{margin-left: 83.33333333%;}.col-sm-offset-9{margin-left: 75%;}.col-sm-offset-8{margin-left: 66.66666667%;}.col-sm-offset-7{margin-left: 58.33333333%;}.col-sm-offset-6{margin-left: 50%;}.col-sm-offset-5{margin-left: 41.66666667%;}.col-sm-offset-4{margin-left: 33.33333333%;}.col-sm-offset-3{margin-left: 25%;}.col-sm-offset-2{margin-left: 16.66666667%;}.col-sm-offset-1{margin-left: 8.33333333%;}.col-sm-offset-0{margin-left: 0%;}} @media (min-width: 992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float: left;}.col-md-12{width: 100%;}.col-md-11{width: 91.66666667%;}.col-md-10{width: 83.33333333%;}.col-md-9{width: 75%;}.col-md-8{width: 66.66666667%;}.col-md-7{width: 58.33333333%;}.col-md-6{width: 50%;}.col-md-5{width: 41.66666667%;}.col-md-4{width: 33.33333333%;}.col-md-3{width: 25%;}.col-md-2{width: 16.66666667%;}.col-md-1{width: 8.33333333%;}.col-md-pull-12{right: 100%;}.col-md-pull-11{right: 91.66666667%;}.col-md-pull-10{right: 83.33333333%;}.col-md-pull-9{right: 75%;}.col-md-pull-8{right: 66.66666667%;}.col-md-pull-7{right: 58.33333333%;}.col-md-pull-6{right: 50%;}.col-md-pull-5{right: 41.66666667%;}.col-md-pull-4{right: 33.33333333%;}.col-md-pull-3{right: 25%;}.col-md-pull-2{right: 16.66666667%;}.col-md-pull-1{right: 8.33333333%;}.col-md-pull-0{right: auto;}.col-md-push-12{left: 100%;}.col-md-push-11{left: 91.66666667%;}.col-md-push-10{left: 83.33333333%;}.col-md-push-9{left: 75%;}.col-md-push-8{left: 66.66666667%;}.col-md-push-7{left: 58.33333333%;}.col-md-push-6{left: 50%;}.col-md-push-5{left: 41.66666667%;}.col-md-push-4{left: 33.33333333%;}.col-md-push-3{left: 25%;}.col-md-push-2{left: 16.66666667%;}.col-md-push-1{left: 8.33333333%;}.col-md-push-0{left: auto;}.col-md-offset-12{margin-left: 100%;}.col-md-offset-11{margin-left: 91.66666667%;}.col-md-offset-10{margin-left: 83.33333333%;}.col-md-offset-9{margin-left: 75%;}.col-md-offset-8{margin-left: 66.66666667%;}.col-md-offset-7{margin-left: 58.33333333%;}.col-md-offset-6{margin-left: 50%;}.col-md-offset-5{margin-left: 41.66666667%;}.col-md-offset-4{margin-left: 33.33333333%;}.col-md-offset-3{margin-left: 25%;}.col-md-offset-2{margin-left: 16.66666667%;}.col-md-offset-1{margin-left: 8.33333333%;}.col-md-offset-0{margin-left: 0%;}} @media (min-width: 1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float: left;}.col-lg-12{width: 100%;}.col-lg-11{width: 91.66666667%;}.col-lg-10{width: 83.33333333%;}.col-lg-9{width: 75%;}.col-lg-8{width: 66.66666667%;}.col-lg-7{width: 58.33333333%;}.col-lg-6{width: 50%;}.col-lg-5{width: 41.66666667%;}.col-lg-4{width: 33.33333333%;}.col-lg-3{width: 25%;}.col-lg-2{width: 16.66666667%;}.col-lg-1{width: 8.33333333%;}.col-lg-pull-12{right: 100%;}.col-lg-pull-11{right: 91.66666667%;}.col-lg-pull-10{right: 83.33333333%;}.col-lg-pull-9{right: 75%;}.col-lg-pull-8{right: 66.66666667%;}.col-lg-pull-7{right: 58.33333333%;}.col-lg-pull-6{right: 50%;}.col-lg-pull-5{right: 41.66666667%;}.col-lg-pull-4{right: 33.33333333%;}.col-lg-pull-3{right: 25%;}.col-lg-pull-2{right: 16.66666667%;}.col-lg-pull-1{right: 8.33333333%;}.col-lg-pull-0{right: auto;}.col-lg-push-12{left: 100%;}.col-lg-push-11{left: 91.66666667%;}.col-lg-push-10{left: 83.33333333%;}.col-lg-push-9{left: 75%;}.col-lg-push-8{left: 66.66666667%;}.col-lg-push-7{left: 58.33333333%;}.col-lg-push-6{left: 50%;}.col-lg-push-5{left: 41.66666667%;}.col-lg-push-4{left: 33.33333333%;}.col-lg-push-3{left: 25%;}.col-lg-push-2{left: 16.66666667%;}.col-lg-push-1{left: 8.33333333%;}.col-lg-push-0{left: auto;}.col-lg-offset-12{margin-left: 100%;}.col-lg-offset-11{margin-left: 91.66666667%;}.col-lg-offset-10{margin-left: 83.33333333%;}.col-lg-offset-9{margin-left: 75%;}.col-lg-offset-8{margin-left: 66.66666667%;}.col-lg-offset-7{margin-left: 58.33333333%;}.col-lg-offset-6{margin-left: 50%;}.col-lg-offset-5{margin-left: 41.66666667%;}.col-lg-offset-4{margin-left: 33.33333333%;}.col-lg-offset-3{margin-left: 25%;}.col-lg-offset-2{margin-left: 16.66666667%;}.col-lg-offset-1{margin-left: 8.33333333%;}.col-lg-offset-0{margin-left: 0%;}} table{background-color: transparent;} caption{padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left;} th{text-align: left;} .table{width: 100%; max-width: 100%; margin-bottom: 20px;} .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd;} .table > thead > tr > th{vertical-align: bottom; border-bottom: 2px solid #ddd;} .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{border-top: 0;} .table > tbody + tbody{border-top: 2px solid #ddd;} .table .table{background-color: #fff;} .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{padding: 5px;} .table-bordered{border: 1px solid #ddd;} .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{border: 1px solid #ddd;} .table-bordered > thead > tr > th, .table-bordered > thead > tr > td{border-bottom-width: 2px;} .table-striped > tbody > tr:nth-of-type(odd){background-color: #f9f9f9;} .table-hover > tbody > tr:hover{background-color: #f5f5f5;} table col[class*="col-"]{position: static; float: none; display: table-column;} table td[class*="col-"], table th[class*="col-"]{position: static; float: none; display: table-cell;} .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th{background-color: #f5f5f5;} .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th{background-color: #e8e8e8;} .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th{background-color: #dff0d8;} .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th{background-color: #d0e9c6;} .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th{background-color: #d9edf7;} .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th{background-color: #c4e3f3;} .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th{background-color: #fcf8e3;} .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th{background-color: #faf2cc;} .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th{background-color: #f2dede;} .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th{background-color: #ebcccc;} .table-responsive{overflow-x: auto; min-height: 0.01%;} @media screen and (max-width: 767px){.table-responsive{width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd;}.table-responsive > .table{margin-bottom: 0;}.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td{white-space: nowrap;}.table-responsive > .table-bordered{border: 0;}.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0;}.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0;}.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom: 0;}} fieldset{padding: 0; margin: 0; border: 0; min-width: 0;} legend{display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5;} label{display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold;} input[type="search"]{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} input[type="radio"], input[type="checkbox"]{margin: 4px 0 0; margin-top: 1px \\9; line-height: normal;} input[type="file"]{display: block;} input[type="range"]{display: block; width: 100%;} select[multiple], select[size]{height: auto;} input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;} output{display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555;} .form-control{display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;} .form-control:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);} .form-control::-moz-placeholder{color: #999; opacity: 1;} .form-control:-ms-input-placeholder{color: #999;} .form-control::-webkit-input-placeholder{color: #999;} .form-control::-moz-placeholder{color: #999; opacity: 1;} .form-control:-ms-input-placeholder{color: #999;} .form-control::-webkit-input-placeholder{color: #999;} .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color: #eeeeee; opacity: 1;} .form-control[disabled], fieldset[disabled] .form-control{cursor: not-allowed;} textarea.form-control{height: auto;} input[type="search"]{-webkit-appearance: none;} @media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control{line-height: 34px;}input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"]{line-height: 30px;}input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"]{line-height: 46px;}} .form-group{margin-bottom: 15px;} .radio, .checkbox{position: relative; display: block; margin-top: 10px; margin-bottom: 10px;} .radio label, .checkbox label{min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;} .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{position: absolute; margin-left: -20px; margin-top: 4px \\9;} .radio + .radio, .checkbox + .checkbox{margin-top: -5px;} .radio-inline, .checkbox-inline{position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer;} .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{margin-top: 0; margin-left: 10px;} input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"]{cursor: not-allowed;} .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline{cursor: not-allowed;} .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label{cursor: not-allowed;} .form-control-static{padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px;} .form-control-static.input-lg, .form-control-static.input-sm{padding-left: 0; padding-right: 0;} .input-sm{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} select.input-sm{height: 30px; line-height: 30px;} textarea.input-sm, select[multiple].input-sm{height: auto;} .form-group-sm .form-control{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} .form-group-sm select.form-control{height: 30px; line-height: 30px;} .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control{height: auto;} .form-group-sm .form-control-static{height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5;} .input-lg{height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;} select.input-lg{height: 46px; line-height: 46px;} textarea.input-lg, select[multiple].input-lg{height: auto;} .form-group-lg .form-control{height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;} .form-group-lg select.form-control{height: 46px; line-height: 46px;} .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control{height: auto;} .form-group-lg .form-control-static{height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333;} .has-feedback{position: relative;} .has-feedback .form-control{padding-right: 42.5px;} .form-control-feedback{position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none;} .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback{width: 46px; height: 46px; line-height: 46px;} .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback{width: 30px; height: 30px; line-height: 30px;} .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label{color: #3c763d;} .has-success .form-control{border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);} .has-success .form-control:focus{border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;} .has-success .input-group-addon{color: #3c763d; border-color: #3c763d; background-color: #dff0d8;} .has-success .form-control-feedback{color: #3c763d;} .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label{color: #8a6d3b;} .has-warning .form-control{border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);} .has-warning .form-control:focus{border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;} .has-warning .input-group-addon{color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3;} .has-warning .form-control-feedback{color: #8a6d3b;} .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{color: #a94442;} .has-error .form-control{border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);} .has-error .form-control:focus{border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;} .has-error .input-group-addon{color: #a94442; border-color: #a94442; background-color: #f2dede;} .has-error .form-control-feedback{color: #a94442;} .has-feedback label ~ .form-control-feedback{top: 25px;} .has-feedback label.sr-only ~ .form-control-feedback{top: 0;} .help-block{display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;} @media (min-width: 768px){.form-inline .form-group{display: inline-block; margin-bottom: 0; vertical-align: middle;}.form-inline .form-control{display: inline-block; width: auto; vertical-align: middle;}.form-inline .form-control-static{display: inline-block;}.form-inline .input-group{display: inline-table; vertical-align: middle;}.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control{width: auto;}.form-inline .input-group > .form-control{width: 100%;}.form-inline .control-label{margin-bottom: 0; vertical-align: middle;}.form-inline .radio, .form-inline .checkbox{display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle;}.form-inline .radio label, .form-inline .checkbox label{padding-left: 0;}.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]{position: relative; margin-left: 0;}.form-inline .has-feedback .form-control-feedback{top: 0;}} .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{margin-top: 0; margin-bottom: 0; padding-top: 7px;} .form-horizontal .radio, .form-horizontal .checkbox{min-height: 27px;} .form-horizontal .form-group{margin-left: -15px; margin-right: -15px;} @media (min-width: 768px){.form-horizontal .control-label{text-align: right; margin-bottom: 0; padding-top: 7px;}} .form-horizontal .has-feedback .form-control-feedback{right: 15px;} @media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top: 14.333333px; font-size: 18px;}} @media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top: 6px; font-size: 12px;}} .btn{display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;} .btn:hover, .btn:focus, .btn.focus{color: #333; text-decoration: none;} .btn:active, .btn.active{outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);} .btn.disabled, .btn[disabled], fieldset[disabled] .btn{cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none;} a.btn.disabled, fieldset[disabled] a.btn{pointer-events: none;} .btn-default{color: #333; background-color: #fff; border-color: #ccc;} .btn-default:focus, .btn-default.focus{color: #333; background-color: #e6e6e6; border-color: #8c8c8c;} .btn-default:hover{color: #333; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{color: #333; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{color: #333; background-color: #d4d4d4; border-color: #8c8c8c;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{background-image: none;} .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active{background-color: #fff; border-color: #ccc;} .btn-default .badge{color: #fff; background-color: #333;} .btn-default:focus, .btn-default.focus{color: #333; background-color: #e6e6e6; border-color: #8c8c8c;} .btn-default:hover{color: #333; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{color: #333; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{color: #333; background-color: #d4d4d4; border-color: #8c8c8c;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{background-image: none;} .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active{background-color: #fff; border-color: #ccc;} .btn-default .badge{color: #fff; background-color: #333;} .btn-primary{color: #fff; background-color: #337ab7; border-color: #2e6da4;} .btn-primary:focus, .btn-primary.focus{color: #fff; background-color: #286090; border-color: #122b40;} .btn-primary:hover{color: #fff; background-color: #286090; border-color: #204d74;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{color: #fff; background-color: #286090; border-color: #204d74;} .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{color: #fff; background-color: #204d74; border-color: #122b40;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{background-image: none;} .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{background-color: #337ab7; border-color: #2e6da4;} .btn-primary .badge{color: #337ab7; background-color: #fff;} .btn-primary:focus, .btn-primary.focus{color: #fff; background-color: #286090; border-color: #122b40;} .btn-primary:hover{color: #fff; background-color: #286090; border-color: #204d74;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{color: #fff; background-color: #286090; border-color: #204d74;} .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{color: #fff; background-color: #204d74; border-color: #122b40;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{background-image: none;} .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{background-color: #337ab7; border-color: #2e6da4;} .btn-primary .badge{color: #337ab7; background-color: #fff;} .btn-success{color: #fff; background-color: #5cb85c; border-color: #4cae4c;} .btn-success:focus, .btn-success.focus{color: #fff; background-color: #449d44; border-color: #255625;} .btn-success:hover{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus{color: #fff; background-color: #398439; border-color: #255625;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{background-image: none;} .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active{background-color: #5cb85c; border-color: #4cae4c;} .btn-success .badge{color: #5cb85c; background-color: #fff;} .btn-success:focus, .btn-success.focus{color: #fff; background-color: #449d44; border-color: #255625;} .btn-success:hover{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus{color: #fff; background-color: #398439; border-color: #255625;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{background-image: none;} .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active{background-color: #5cb85c; border-color: #4cae4c;} .btn-success .badge{color: #5cb85c; background-color: #fff;} .btn-info{color: #fff; background-color: #5bc0de; border-color: #46b8da;} .btn-info:focus, .btn-info.focus{color: #fff; background-color: #31b0d5; border-color: #1b6d85;} .btn-info:hover{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus{color: #fff; background-color: #269abc; border-color: #1b6d85;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{background-image: none;} .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{background-color: #5bc0de; border-color: #46b8da;} .btn-info .badge{color: #5bc0de; background-color: #fff;} .btn-info:focus, .btn-info.focus{color: #fff; background-color: #31b0d5; border-color: #1b6d85;} .btn-info:hover{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus{color: #fff; background-color: #269abc; border-color: #1b6d85;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{background-image: none;} .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{background-color: #5bc0de; border-color: #46b8da;} .btn-info .badge{color: #5bc0de; background-color: #fff;} .btn-warning{color: #fff; background-color: #f0ad4e; border-color: #eea236;} .btn-warning:focus, .btn-warning.focus{color: #fff; background-color: #ec971f; border-color: #985f0d;} .btn-warning:hover{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus{color: #fff; background-color: #d58512; border-color: #985f0d;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{background-image: none;} .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active{background-color: #f0ad4e; border-color: #eea236;} .btn-warning .badge{color: #f0ad4e; background-color: #fff;} .btn-warning:focus, .btn-warning.focus{color: #fff; background-color: #ec971f; border-color: #985f0d;} .btn-warning:hover{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus{color: #fff; background-color: #d58512; border-color: #985f0d;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{background-image: none;} .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active{background-color: #f0ad4e; border-color: #eea236;} .btn-warning .badge{color: #f0ad4e; background-color: #fff;} .btn-danger{color: #fff; background-color: #d9534f; border-color: #d43f3a;} .btn-danger:focus, .btn-danger.focus{color: #fff; background-color: #c9302c; border-color: #761c19;} .btn-danger:hover{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus{color: #fff; background-color: #ac2925; border-color: #761c19;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{background-image: none;} .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active{background-color: #d9534f; border-color: #d43f3a;} .btn-danger .badge{color: #d9534f; background-color: #fff;} .btn-danger:focus, .btn-danger.focus{color: #fff; background-color: #c9302c; border-color: #761c19;} .btn-danger:hover{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus{color: #fff; background-color: #ac2925; border-color: #761c19;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{background-image: none;} .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active{background-color: #d9534f; border-color: #d43f3a;} .btn-danger .badge{color: #d9534f; background-color: #fff;} .btn-link{color: #337ab7; font-weight: normal; border-radius: 0;} .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link{background-color: transparent; -webkit-box-shadow: none; box-shadow: none;} .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{border-color: transparent;} .btn-link:hover, .btn-link:focus{color: #23527c; text-decoration: underline; background-color: transparent;} .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus{color: #777777; text-decoration: none;} .btn-lg, .btn-group-lg > .btn{padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;} .btn-sm, .btn-group-sm > .btn{padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} .btn-xs, .btn-group-xs > .btn{padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px;} .btn-block{display: block; width: 100%;} .btn-block + .btn-block{margin-top: 5px;} input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block{width: 100%;} .fade{opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear;} .fade.in{opacity: 1;} .collapse{display: none;} .collapse.in{display: block;} tr.collapse.in{display: table-row;} tbody.collapse.in{display: table-row-group;} .collapsing{position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease;} .caret{display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \\9; border-right: 4px solid transparent; border-left: 4px solid transparent;} .dropup, .dropdown{position: relative;} .dropdown-toggle:focus{outline: 0;} .dropdown-menu{position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box;} .dropdown-menu.pull-right{right: 0; left: auto;} .dropdown-menu .divider{height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;} .dropdown-menu > li > a{display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap;} .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{text-decoration: none; color: #262626; background-color: #f5f5f5;} .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{color: #fff; text-decoration: none; outline: 0; background-color: #337ab7;} .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{color: #777777;} .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed;} .open > .dropdown-menu{display: block;} .open > a{outline: 0;} .dropdown-menu-right{left: auto; right: 0;} .dropdown-menu-left{left: 0; right: auto;} .dropdown-header{display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap;} .dropdown-backdrop{position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990;} .pull-right > .dropdown-menu{right: 0; left: auto;} .dropup .caret, .navbar-fixed-bottom .dropdown .caret{border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \\9; content: "";} .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{top: auto; bottom: 100%; margin-bottom: 2px;} @media (min-width: 768px){.navbar-right .dropdown-menu{left: auto; right: 0;}.navbar-right .dropdown-menu-left{left: 0; right: auto;}} .btn-group, .btn-group-vertical{position: relative; display: inline-block; vertical-align: middle;} .btn-group > .btn, .btn-group-vertical > .btn{position: relative; float: left;} .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active{z-index: 2;} .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group{margin-left: -1px;} .btn-toolbar{margin-left: -5px;} .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group{float: left;} .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group{margin-left: 5px;} .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius: 0;} .btn-group > .btn:first-child{margin-left: 0;} .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius: 0; border-top-right-radius: 0;} .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius: 0; border-top-left-radius: 0;} .btn-group > .btn-group{float: left;} .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius: 0;} .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0; border-top-right-radius: 0;} .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius: 0; border-top-left-radius: 0;} .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle{outline: 0;} .btn-group > .btn + .dropdown-toggle{padding-left: 8px; padding-right: 8px;} .btn-group > .btn-lg + .dropdown-toggle{padding-left: 12px; padding-right: 12px;} .btn-group.open .dropdown-toggle{-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);} .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow: none; box-shadow: none;} .btn .caret{margin-left: 0;} .btn-lg .caret{border-width: 5px 5px 0; border-bottom-width: 0;} .dropup .btn-lg .caret{border-width: 0 5px 5px;} .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn{display: block; float: none; width: 100%; max-width: 100%;} .btn-group-vertical > .btn-group > .btn{float: none;} .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group{margin-top: -1px; margin-left: 0;} .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius: 0;} .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0;} .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius: 0;} .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius: 0; border-top-left-radius: 0;} .btn-group-justified{display: table; width: 100%; table-layout: fixed; border-collapse: separate;} .btn-group-justified > .btn, .btn-group-justified > .btn-group{float: none; display: table-cell; width: 1%;} .btn-group-justified > .btn-group .btn{width: 100%;} .btn-group-justified > .btn-group .dropdown-menu{left: auto;} [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none;} .input-group{position: relative; display: table; border-collapse: separate;} .input-group[class*="col-"]{float: none; padding-left: 0; padding-right: 0;} .input-group .form-control{position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0;} .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;} select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn{height: 46px; line-height: 46px;} textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn{height: auto;} .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn{height: 30px; line-height: 30px;} textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn{height: auto;} .input-group-addon, .input-group-btn, .input-group .form-control{display: table-cell;} .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child){border-radius: 0;} .input-group-addon, .input-group-btn{width: 1%; white-space: nowrap; vertical-align: middle;} .input-group-addon{padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 4px;} .input-group-addon.input-sm{padding: 5px 10px; font-size: 12px; border-radius: 3px;} .input-group-addon.input-lg{padding: 10px 16px; font-size: 18px; border-radius: 6px;} .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"]{margin-top: 0;} .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius: 0; border-top-right-radius: 0;} .input-group-addon:first-child{border-right: 0;} .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius: 0; border-top-left-radius: 0;} .input-group-addon:last-child{border-left: 0;} .input-group-btn{position: relative; font-size: 0; white-space: nowrap;} .input-group-btn > .btn{position: relative;} .input-group-btn > .btn + .btn{margin-left: -1px;} .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active{z-index: 2;} .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group{margin-right: -1px;} .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{z-index: 2; margin-left: -1px;} .nav{margin-bottom: 0; padding-left: 0; list-style: none;} .nav > li{position: relative; display: block;} .nav > li > a{position: relative; display: block; padding: 10px 15px;} .nav > li > a:hover, .nav > li > a:focus{text-decoration: none; background-color: #eeeeee;} .nav > li.disabled > a{color: #777777;} .nav > li.disabled > a:hover, .nav > li.disabled > a:focus{color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed;} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color: #eeeeee; border-color: #337ab7;} .nav .nav-divider{height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;} .nav > li > a > img{max-width: none;} .nav-tabs{border-bottom: 1px solid #ddd;} .nav-tabs > li{float: left; margin-bottom: -1px;} .nav-tabs > li > a{margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0;} .nav-tabs > li > a:hover{border-color: #eeeeee #eeeeee #ddd;} .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default;} .nav-tabs.nav-justified{width: 100%; border-bottom: 0;} .nav-tabs.nav-justified > li{float: none;} .nav-tabs.nav-justified > li > a{text-align: center; margin-bottom: 5px;} .nav-tabs.nav-justified > .dropdown .dropdown-menu{top: auto; left: auto;} @media (min-width: 768px){.nav-tabs.nav-justified > li{display: table-cell; width: 1%;}.nav-tabs.nav-justified > li > a{margin-bottom: 0;}} .nav-tabs.nav-justified > li > a{margin-right: 0; border-radius: 4px;} .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{border: 1px solid #ddd;} @media (min-width: 768px){.nav-tabs.nav-justified > li > a{border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0;}.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{border-bottom-color: #fff;}} .nav-pills > li{float: left;} .nav-pills > li > a{border-radius: 4px;} .nav-pills > li + li{margin-left: 2px;} .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{color: #fff; background-color: #337ab7;} .nav-stacked > li{float: none;} .nav-stacked > li + li{margin-top: 2px; margin-left: 0;} .nav-justified{width: 100%;} .nav-justified > li{float: none;} .nav-justified > li > a{text-align: center; margin-bottom: 5px;} .nav-justified > .dropdown .dropdown-menu{top: auto; left: auto;} @media (min-width: 768px){.nav-justified > li{display: table-cell; width: 1%;}.nav-justified > li > a{margin-bottom: 0;}} .nav-tabs-justified{border-bottom: 0;} .nav-tabs-justified > li > a{margin-right: 0; border-radius: 4px;} .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus{border: 1px solid #ddd;} @media (min-width: 768px){.nav-tabs-justified > li > a{border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0;}.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus{border-bottom-color: #fff;}} .tab-content > .tab-pane{display: none;} .tab-content > .active{display: block;} .nav-tabs .dropdown-menu{margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0;} .navbar{position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent;} @media (min-width: 768px){.navbar{border-radius: 4px;}} @media (min-width: 768px){.navbar-header{float: left;}} .navbar-collapse{overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch;} .navbar-collapse.in{overflow-y: auto;} @media (min-width: 768px){.navbar-collapse{width: auto; border-top: 0; box-shadow: none;}.navbar-collapse.collapse{display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important;}.navbar-collapse.in{overflow-y: visible;}.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{padding-left: 0; padding-right: 0;}} .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height: 340px;} @media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height: 200px;}} .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin-right: -15px; margin-left: -15px;} @media (min-width: 768px){.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin-right: 0; margin-left: 0;}} .navbar-static-top{z-index: 1000; border-width: 0 0 1px;} @media (min-width: 768px){.navbar-static-top{border-radius: 0;}} .navbar-fixed-top, .navbar-fixed-bottom{position: fixed; right: 0; left: 0; z-index: 1030;} @media (min-width: 768px){.navbar-fixed-top, .navbar-fixed-bottom{border-radius: 0;}} .navbar-fixed-top{top: 0; border-width: 0 0 1px;} .navbar-fixed-bottom{bottom: 0; margin-bottom: 0; border-width: 1px 0 0;} .navbar-brand{float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px;} .navbar-brand:hover, .navbar-brand:focus{text-decoration: none;} .navbar-brand > img{display: block;} @media (min-width: 768px){.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left: -15px;}} .navbar-toggle{position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px;} .navbar-toggle:focus{outline: 0;} .navbar-toggle .icon-bar{display: block; width: 22px; height: 2px; border-radius: 1px;} .navbar-toggle .icon-bar + .icon-bar{margin-top: 4px;} @media (min-width: 768px){.navbar-toggle{display: none;}} .navbar-nav{margin: 7.5px -15px;} .navbar-nav > li > a{padding-top: 10px; padding-bottom: 10px; line-height: 20px;} @media (max-width: 767px){.navbar-nav .open .dropdown-menu{position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none;}.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu > li > a{line-height: 20px;}.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus{background-image: none;}} @media (min-width: 768px){.navbar-nav{float: left; margin: 0;}.navbar-nav > li{float: left;}.navbar-nav > li > a{padding-top: 15px; padding-bottom: 15px;}} .navbar-form{margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px;} @media (min-width: 768px){.navbar-form .form-group{display: inline-block; margin-bottom: 0; vertical-align: middle;}.navbar-form .form-control{display: inline-block; width: auto; vertical-align: middle;}.navbar-form .form-control-static{display: inline-block;}.navbar-form .input-group{display: inline-table; vertical-align: middle;}.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control{width: auto;}.navbar-form .input-group > .form-control{width: 100%;}.navbar-form .control-label{margin-bottom: 0; vertical-align: middle;}.navbar-form .radio, .navbar-form .checkbox{display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle;}.navbar-form .radio label, .navbar-form .checkbox label{padding-left: 0;}.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"]{position: relative; margin-left: 0;}.navbar-form .has-feedback .form-control-feedback{top: 0;}} @media (max-width: 767px){.navbar-form .form-group{margin-bottom: 5px;}.navbar-form .form-group:last-child{margin-bottom: 0;}} @media (min-width: 768px){.navbar-form{width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none;}} .navbar-nav > li > .dropdown-menu{margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0;} .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .navbar-btn{margin-top: 8px; margin-bottom: 8px;} .navbar-btn.btn-sm{margin-top: 10px; margin-bottom: 10px;} .navbar-btn.btn-xs{margin-top: 14px; margin-bottom: 14px;} .navbar-text{margin-top: 15px; margin-bottom: 15px;} @media (min-width: 768px){.navbar-text{float: left; margin-left: 15px; margin-right: 15px;}} @media (min-width: 768px){.navbar-left{float: left !important;}.navbar-right{float: right !important; margin-right: -15px;}.navbar-right ~ .navbar-right{margin-right: 0;}} .navbar-default{background-color: #f8f8f8; border-color: #e7e7e7;} .navbar-default .navbar-brand{color: #777;} .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{color: #5e5e5e; background-color: transparent;} .navbar-default .navbar-text{color: #777;} .navbar-default .navbar-nav > li > a{color: #777;} .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{color: #333; background-color: transparent;} .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{color: #555; background-color: #e7e7e7;} .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus{color: #ccc; background-color: transparent;} .navbar-default .navbar-toggle{border-color: #ddd;} .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color: #ddd;} .navbar-default .navbar-toggle .icon-bar{background-color: #888;} .navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color: #e7e7e7;} .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{background-color: #e7e7e7; color: #555;} @media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333; background-color: transparent;}.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color: #555; background-color: #e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #ccc; background-color: transparent;}} .navbar-default .navbar-link{color: #777;} .navbar-default .navbar-link:hover{color: #333;} .navbar-default .btn-link{color: #777;} .navbar-default .btn-link:hover, .navbar-default .btn-link:focus{color: #333;} .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus{color: #ccc;} .navbar-inverse{background-color: #222; border-color: #080808;} .navbar-inverse .navbar-brand{color: #9d9d9d;} .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #fff; background-color: transparent;} .navbar-inverse .navbar-text{color: #9d9d9d;} .navbar-inverse .navbar-nav > li > a{color: #9d9d9d;} .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{color: #fff; background-color: transparent;} .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{color: #fff; background-color: #080808;} .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus{color: #444; background-color: transparent;} .navbar-inverse .navbar-toggle{border-color: #333;} .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color: #333;} .navbar-inverse .navbar-toggle .icon-bar{background-color: #fff;} .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color: #101010;} .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{background-color: #080808; color: #fff;} @media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color: #080808;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color: #080808;}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color: #9d9d9d;}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #fff; background-color: transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color: #fff; background-color: #080808;}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #444; background-color: transparent;}} .navbar-inverse .navbar-link{color: #9d9d9d;} .navbar-inverse .navbar-link:hover{color: #fff;} .navbar-inverse .btn-link{color: #9d9d9d;} .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus{color: #fff;} .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus{color: #444;} .breadcrumb{padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px;} .breadcrumb > li{display: inline-block;} .breadcrumb > li + li:before{content: "/\\00a0"; padding: 0 5px; color: #ccc;} .breadcrumb > .active{color: #777777;} .pagination{display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px;} .pagination > li{display: inline;} .pagination > li > a, .pagination > li > span{position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px;} .pagination > li:first-child > a, .pagination > li:first-child > span{margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px;} .pagination > li:last-child > a, .pagination > li:last-child > span{border-bottom-right-radius: 4px; border-top-right-radius: 4px;} .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{z-index: 3; color: #23527c; background-color: #eeeeee; border-color: #ddd;} .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default;} .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed;} .pagination-lg > li > a, .pagination-lg > li > span{padding: 10px 16px; font-size: 18px; line-height: 1.3333333;} .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span{border-bottom-left-radius: 6px; border-top-left-radius: 6px;} .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span{border-bottom-right-radius: 6px; border-top-right-radius: 6px;} .pagination-sm > li > a, .pagination-sm > li > span{padding: 5px 10px; font-size: 12px; line-height: 1.5;} .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span{border-bottom-left-radius: 3px; border-top-left-radius: 3px;} .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span{border-bottom-right-radius: 3px; border-top-right-radius: 3px;} .pager{padding-left: 0; margin: 20px 0; list-style: none; text-align: center;} .pager li{display: inline;} .pager li > a, .pager li > span{display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px;} .pager li > a:hover, .pager li > a:focus{text-decoration: none; background-color: #eeeeee;} .pager .next > a, .pager .next > span{float: right;} .pager .previous > a, .pager .previous > span{float: left;} .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span{color: #777777; background-color: #fff; cursor: not-allowed;} .label{display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em;} a.label:hover, a.label:focus{color: #fff; text-decoration: none; cursor: pointer;} .label:empty{display: none;} .btn .label{position: relative; top: -1px;} .label-default{background-color: #777777;} .label-default[href]:hover, .label-default[href]:focus{background-color: #5e5e5e;} .label-primary{background-color: #337ab7;} .label-primary[href]:hover, .label-primary[href]:focus{background-color: #286090;} .label-success{background-color: #5cb85c;} .label-success[href]:hover, .label-success[href]:focus{background-color: #449d44;} .label-info{background-color: #5bc0de;} .label-info[href]:hover, .label-info[href]:focus{background-color: #31b0d5;} .label-warning{background-color: #f0ad4e;} .label-warning[href]:hover, .label-warning[href]:focus{background-color: #ec971f;} .label-danger{background-color: #d9534f;} .label-danger[href]:hover, .label-danger[href]:focus{background-color: #c9302c;} .badge{display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px;} .badge:empty{display: none;} .btn .badge{position: relative; top: -1px;} .btn-xs .badge, .btn-group-xs > .btn .badge{top: 0; padding: 1px 5px;} a.badge:hover, a.badge:focus{color: #fff; text-decoration: none; cursor: pointer;} .list-group-item.active > .badge, .nav-pills > .active > a > .badge{color: #337ab7; background-color: #fff;} .list-group-item > .badge{float: right;} .list-group-item > .badge + .badge{margin-right: 5px;} .nav-pills > li > a > .badge{margin-left: 3px;} .jumbotron{padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee;} .jumbotron h1, .jumbotron .h1{color: inherit;} .jumbotron p{margin-bottom: 15px; font-size: 21px; font-weight: 200;} .jumbotron > hr{border-top-color: #d5d5d5;} .container .jumbotron, .container-fluid .jumbotron{border-radius: 6px;} .jumbotron .container{max-width: 100%;} @media screen and (min-width: 768px){.jumbotron{padding: 48px 0;}.container .jumbotron, .container-fluid .jumbotron{padding-left: 60px; padding-right: 60px;}.jumbotron h1, .jumbotron .h1{font-size: 63px;}} .thumbnail{display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out;} .thumbnail > img, .thumbnail a > img{margin-left: auto; margin-right: auto;} a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{border-color: #337ab7;} .thumbnail .caption{padding: 9px; color: #333333;} .alert{padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px;} .alert h4{margin-top: 0; color: inherit;} .alert .alert-link{font-weight: bold;} .alert > p, .alert > ul{margin-bottom: 0;} .alert > p + p{margin-top: 5px;} .alert-dismissable, .alert-dismissible{padding-right: 35px;} .alert-dismissable .close, .alert-dismissible .close{position: relative; top: -2px; right: -21px; color: inherit;} .alert-success{background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d;} .alert-success hr{border-top-color: #c9e2b3;} .alert-success .alert-link{color: #2b542c;} .alert-info{background-color: #d9edf7; border-color: #bce8f1; color: #31708f;} .alert-info hr{border-top-color: #a6e1ec;} .alert-info .alert-link{color: #245269;} .alert-warning{background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b;} .alert-warning hr{border-top-color: #f7e1b5;} .alert-warning .alert-link{color: #66512c;} .alert-danger{background-color: #f2dede; border-color: #ebccd1; color: #a94442;} .alert-danger hr{border-top-color: #e4b9c0;} .alert-danger .alert-link{color: #843534;} @-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0;}to{background-position: 0 0;}} @keyframes progress-bar-stripes{from{background-position: 40px 0;}to{background-position: 0 0;}} .progress{overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);} .progress-bar{float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease;} .progress-striped .progress-bar, .progress-bar-striped{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px;} .progress.active .progress-bar, .progress-bar.active{-webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;} .progress-bar-success{background-color: #5cb85c;} .progress-striped .progress-bar-success{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .progress-bar-info{background-color: #5bc0de;} .progress-striped .progress-bar-info{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .progress-bar-warning{background-color: #f0ad4e;} .progress-striped .progress-bar-warning{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .progress-bar-danger{background-color: #d9534f;} .progress-striped .progress-bar-danger{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .media{margin-top: 15px;} .media:first-child{margin-top: 0;} .media, .media-body{zoom: 1; overflow: hidden;} .media-body{width: 10000px;} .media-object{display: block;} .media-object.img-thumbnail{max-width: none;} .media-right, .media > .pull-right{padding-left: 10px;} .media-left, .media > .pull-left{padding-right: 10px;} .media-left, .media-right, .media-body{display: table-cell; vertical-align: top;} .media-middle{vertical-align: middle;} .media-bottom{vertical-align: bottom;} .media-heading{margin-top: 0; margin-bottom: 5px;} .media-list{padding-left: 0; list-style: none;} .list-group{margin-bottom: 20px; padding-left: 0;} .list-group-item{position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd;} .list-group-item:first-child{border-top-right-radius: 4px; border-top-left-radius: 4px;} .list-group-item:last-child{margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;} a.list-group-item, button.list-group-item{color: #555;} a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading{color: #333;} a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus{text-decoration: none; color: #555; background-color: #f5f5f5;} button.list-group-item{width: 100%; text-align: left;} .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus{background-color: #eeeeee; color: #777777; cursor: not-allowed;} .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading{color: inherit;} .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text{color: #777777;} .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7;} .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small{color: inherit;} .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text{color: #c7ddef;} .list-group-item-success{color: #3c763d; background-color: #dff0d8;} a.list-group-item-success, button.list-group-item-success{color: #3c763d;} a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading{color: inherit;} a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus{color: #3c763d; background-color: #d0e9c6;} a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus{color: #fff; background-color: #3c763d; border-color: #3c763d;} .list-group-item-info{color: #31708f; background-color: #d9edf7;} a.list-group-item-info, button.list-group-item-info{color: #31708f;} a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading{color: inherit;} a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus{color: #31708f; background-color: #c4e3f3;} a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus{color: #fff; background-color: #31708f; border-color: #31708f;} .list-group-item-warning{color: #8a6d3b; background-color: #fcf8e3;} a.list-group-item-warning, button.list-group-item-warning{color: #8a6d3b;} a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading{color: inherit;} a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus{color: #8a6d3b; background-color: #faf2cc;} a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus{color: #fff; background-color: #8a6d3b; border-color: #8a6d3b;} .list-group-item-danger{color: #a94442; background-color: #f2dede;} a.list-group-item-danger, button.list-group-item-danger{color: #a94442;} a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading{color: inherit;} a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus{color: #a94442; background-color: #ebcccc;} a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus{color: #fff; background-color: #a94442; border-color: #a94442;} .list-group-item-heading{margin-top: 0; margin-bottom: 5px;} .list-group-item-text{margin-bottom: 0; line-height: 1.3;} .panel{margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);} .panel-body{padding: 15px;} .panel-heading{padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px;} .panel-heading > .dropdown .dropdown-toggle{color: inherit;} .panel-title{margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit;} .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{color: inherit;} .panel-footer{padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;} .panel > .list-group, .panel > .panel-collapse > .list-group{margin-bottom: 0;} .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item{border-width: 1px 0; border-radius: 0;} .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px;} .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;} .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-right-radius: 0; border-top-left-radius: 0;} .panel-heading + .list-group .list-group-item:first-child{border-top-width: 0;} .list-group + .panel-footer{border-top-width: 0;} .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table{margin-bottom: 0;} .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption{padding-left: 15px; padding-right: 15px;} .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius: 3px; border-top-left-radius: 3px;} .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius: 3px; border-top-right-radius: 3px;} .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius: 3px;} .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius: 3px;} .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;} .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;} .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius: 3px;} .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius: 3px;} .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body{border-top: 1px solid #ddd;} .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td{border-top: 0;} .panel > .table-bordered, .panel > .table-responsive > .table-bordered{border: 0;} .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0;} .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0;} .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom: 0;} .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom: 0;} .panel > .table-responsive{border: 0; margin-bottom: 0;} .panel-group{margin-bottom: 20px;} .panel-group .panel{margin-bottom: 0; border-radius: 4px;} .panel-group .panel + .panel{margin-top: 5px;} .panel-group .panel-heading{border-bottom: 0;} .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{border-top: 1px solid #ddd;} .panel-group .panel-footer{border-top: 0;} .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom: 1px solid #ddd;} .panel-default{border-color: #ddd;} .panel-default > .panel-heading{color: #333333; background-color: #f5f5f5; border-color: #ddd;} .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ddd;} .panel-default > .panel-heading .badge{color: #f5f5f5; background-color: #333333;} .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ddd;} .panel-primary{border-color: #337ab7;} .panel-primary > .panel-heading{color: #fff; background-color: #337ab7; border-color: #337ab7;} .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color: #337ab7;} .panel-primary > .panel-heading .badge{color: #337ab7; background-color: #fff;} .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #337ab7;} .panel-success{border-color: #d6e9c6;} .panel-success > .panel-heading{color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;} .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color: #d6e9c6;} .panel-success > .panel-heading .badge{color: #dff0d8; background-color: #3c763d;} .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #d6e9c6;} .panel-info{border-color: #bce8f1;} .panel-info > .panel-heading{color: #31708f; background-color: #d9edf7; border-color: #bce8f1;} .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color: #bce8f1;} .panel-info > .panel-heading .badge{color: #d9edf7; background-color: #31708f;} .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #bce8f1;} .panel-warning{border-color: #faebcc;} .panel-warning > .panel-heading{color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;} .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color: #faebcc;} .panel-warning > .panel-heading .badge{color: #fcf8e3; background-color: #8a6d3b;} .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #faebcc;} .panel-danger{border-color: #ebccd1;} .panel-danger > .panel-heading{color: #a94442; background-color: #f2dede; border-color: #ebccd1;} .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ebccd1;} .panel-danger > .panel-heading .badge{color: #f2dede; background-color: #a94442;} .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ebccd1;} .embed-responsive{position: relative; display: block; height: 0; padding: 0; overflow: hidden;} .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0;} .embed-responsive-16by9{padding-bottom: 56.25%;} .embed-responsive-4by3{padding-bottom: 75%;} .well{min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);} .well blockquote{border-color: #ddd; border-color: rgba(0, 0, 0, 0.15);} .well-lg{padding: 24px; border-radius: 6px;} .well-sm{padding: 9px; border-radius: 3px;} .close{float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20);} .close:hover, .close:focus{color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50);} button.close{padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none;} .modal-open{overflow: hidden;} .modal{display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0;} .modal.fade .modal-dialog{-webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out;} .modal.in .modal-dialog{-webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);} .modal-open .modal{overflow-x: hidden; overflow-y: auto;} .modal-dialog{position: relative; width: auto; margin: 10px;} .modal-content{position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0;} .modal-backdrop{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000;} .modal-backdrop.fade{opacity: 0; filter: alpha(opacity=0);} .modal-backdrop.in{opacity: 0.5; filter: alpha(opacity=50);} .modal-header{padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857143px;} .modal-header .close{margin-top: -2px;} .modal-title{margin: 0; line-height: 1.42857143;} .modal-body{position: relative; padding: 15px;} .modal-footer{padding: 15px; text-align: right; border-top: 1px solid #e5e5e5;} .modal-footer .btn + .btn{margin-left: 5px; margin-bottom: 0;} .modal-footer .btn-group .btn + .btn{margin-left: -1px;} .modal-footer .btn-block + .btn-block{margin-left: 0;} .modal-scrollbar-measure{position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll;} @media (min-width: 768px){.modal-dialog{width: 600px; margin: 30px auto;}.modal-content{-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}.modal-sm{width: 300px;}} @media (min-width: 992px){.modal-lg{width: 900px;}} .tooltip{position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0);} .tooltip.in{opacity: 0.9; filter: alpha(opacity=90);} .tooltip.top{margin-top: -3px; padding: 5px 0;} .tooltip.right{margin-left: 3px; padding: 0 5px;} .tooltip.bottom{margin-top: 3px; padding: 5px 0;} .tooltip.left{margin-left: -3px; padding: 0 5px;} .tooltip-inner{max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px;} .tooltip-arrow{position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;} .tooltip.top .tooltip-arrow{bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000;} .tooltip.top-left .tooltip-arrow{bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;} .tooltip.top-right .tooltip-arrow{bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;} .tooltip.right .tooltip-arrow{top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000;} .tooltip.left .tooltip-arrow{top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000;} .tooltip.bottom .tooltip-arrow{top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000;} .tooltip.bottom-left .tooltip-arrow{top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;} .tooltip.bottom-right .tooltip-arrow{top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;} .popover{position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);} .popover.top{margin-top: -10px;} .popover.right{margin-left: 10px;} .popover.bottom{margin-top: 10px;} .popover.left{margin-left: -10px;} .popover-title{margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0;} .popover-content{padding: 9px 14px;} .popover > .arrow, .popover > .arrow:after{position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid;} .popover > .arrow{border-width: 11px;} .popover > .arrow:after{border-width: 10px; content: "";} .popover.top > .arrow{left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px;} .popover.top > .arrow:after{content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff;} .popover.right > .arrow{top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25);} .popover.right > .arrow:after{content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff;} .popover.bottom > .arrow{left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px;} .popover.bottom > .arrow:after{content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff;} .popover.left > .arrow{top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25);} .popover.left > .arrow:after{content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px;} .carousel{position: relative;} .carousel-inner{position: relative; overflow: hidden; width: 100%;} .carousel-inner > .item{display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;} .carousel-inner > .item > img, .carousel-inner > .item > a > img{line-height: 1;} @media all and (transform-3d), (-webkit-transform-3d){.carousel-inner > .item{-webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px;}.carousel-inner > .item.next, .carousel-inner > .item.active.right{-webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0;}.carousel-inner > .item.prev, .carousel-inner > .item.active.left{-webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0;}.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0;}} .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev{display: block;} .carousel-inner > .active{left: 0;} .carousel-inner > .next, .carousel-inner > .prev{position: absolute; top: 0; width: 100%;} .carousel-inner > .next{left: 100%;} .carousel-inner > .prev{left: -100%;} .carousel-inner > .next.left, .carousel-inner > .prev.right{left: 0;} .carousel-inner > .active.left{left: -100%;} .carousel-inner > .active.right{left: 100%;} .carousel-control{position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);} .carousel-control.left{background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);} .carousel-control.right{left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);} .carousel-control:hover, .carousel-control:focus{outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90);} .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block;} .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{left: 50%; margin-left: -10px;} .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{right: 50%; margin-right: -10px;} .carousel-control .icon-prev, .carousel-control .icon-next{width: 20px; height: 20px; line-height: 1; font-family: serif;} .carousel-control .icon-prev:before{content: '\\2039';} .carousel-control .icon-next:before{content: '\\203a';} .carousel-indicators{position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center;} .carousel-indicators li{display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \\9; background-color: rgba(0, 0, 0, 0);} .carousel-indicators .active{margin: 0; width: 12px; height: 12px; background-color: #fff;} .carousel-caption{position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);} .carousel-caption .btn{text-shadow: none;} @media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{width: 30px; height: 30px; margin-top: -15px; font-size: 30px;}.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -15px;}.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{margin-right: -15px;}.carousel-caption{left: 20%; right: 20%; padding-bottom: 30px;}.carousel-indicators{bottom: 20px;}} .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{content: " "; display: table;} .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after{clear: both;} .center-block{display: block; margin-left: auto; margin-right: auto;} .pull-right{float: right !important;} .pull-left{float: left !important;} .hide{display: none !important;} .show{display: block !important;} .invisible{visibility: hidden;} .text-hide{font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;} .hidden{display: none !important;} .affix{position: fixed;} @-ms-viewport{width: device-width;} .visible-xs, .visible-sm, .visible-md, .visible-lg{display: none !important;} .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block{display: none !important;} @media (max-width: 767px){.visible-xs{display: block !important;}table.visible-xs{display: table !important;}tr.visible-xs{display: table-row !important;}th.visible-xs, td.visible-xs{display: table-cell !important;}} @media (max-width: 767px){.visible-xs-block{display: block !important;}} @media (max-width: 767px){.visible-xs-inline{display: inline !important;}} @media (max-width: 767px){.visible-xs-inline-block{display: inline-block !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm{display: block !important;}table.visible-sm{display: table !important;}tr.visible-sm{display: table-row !important;}th.visible-sm, td.visible-sm{display: table-cell !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display: block !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display: inline !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display: inline-block !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md{display: block !important;}table.visible-md{display: table !important;}tr.visible-md{display: table-row !important;}th.visible-md, td.visible-md{display: table-cell !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display: block !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display: inline !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display: inline-block !important;}} @media (min-width: 1200px){.visible-lg{display: block !important;}table.visible-lg{display: table !important;}tr.visible-lg{display: table-row !important;}th.visible-lg, td.visible-lg{display: table-cell !important;}} @media (min-width: 1200px){.visible-lg-block{display: block !important;}} @media (min-width: 1200px){.visible-lg-inline{display: inline !important;}} @media (min-width: 1200px){.visible-lg-inline-block{display: inline-block !important;}} @media (max-width: 767px){.hidden-xs{display: none !important;}} @media (min-width: 768px) and (max-width: 991px){.hidden-sm{display: none !important;}} @media (min-width: 992px) and (max-width: 1199px){.hidden-md{display: none !important;}} @media (min-width: 1200px){.hidden-lg{display: none !important;}} .visible-print{display: none !important;} @media print{.visible-print{display: block !important;}table.visible-print{display: table !important;}tr.visible-print{display: table-row !important;}th.visible-print, td.visible-print{display: table-cell !important;}} .visible-print-block{display: none !important;} @media print{.visible-print-block{display: block !important;}} .visible-print-inline{display: none !important;} @media print{.visible-print-inline{display: inline !important;}} .visible-print-inline-block{display: none !important;} @media print{.visible-print-inline-block{display: inline-block !important;}} @media print{.hidden-print{display: none !important;}} \n/* /web_editor/static/src/less/web_editor.common.less defined in bundle 'web.assets_frontend' */\n html, body{width: 100%; height: 100%;} .css_non_editable_mode_hidden{display: none !important;} .editor_enable .css_editable_mode_hidden{display: none !important;} .note-toolbar{margin-left: 0 !important;} .note-popover .popover > .arrow{display: none;} #wrapwrap table.table.table-bordered, .o_editable table.table.table-bordered{table-layout: fixed;} #wrapwrap table.table.table-bordered td, .o_editable table.table.table-bordered td{min-width: 20px;} img.shadow{box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);} img.padding-small, .img.padding-small, span.fa.padding-small, iframe.padding-small{padding: 4px;} img.padding-medium, .img.padding-medium, span.fa.padding-medium, iframe.padding-medium{padding: 8px;} img.padding-large, .img.padding-large, span.fa.padding-large, iframe.padding-large{padding: 16px;} img.padding-xl, .img.padding-xl, span.fa.padding-xl, iframe.padding-xl{padding: 32px;} div.media_iframe_video.padding-small iframe{padding: 4px;} div.media_iframe_video.padding-medium iframe{padding: 8px;} div.media_iframe_video.padding-large iframe{padding: 16px;} div.media_iframe_video.padding-xl iframe{padding: 32px;} .fa-6x{font-size: 6em;} .fa-7x{font-size: 7em;} .fa-8x{font-size: 8em;} .fa-9x{font-size: 9em;} .fa-10x{font-size: 10em;} .fa.center-block{text-align: center;} div.media_iframe_video{margin: 0 auto; text-align: center; position: relative; overflow: hidden;} div.media_iframe_video iframe{width: 100%; height: 100%; position: absolute; top: 0; left: auto; bottom: auto; right: auto; margin: 0 auto; margin-left: -50%;} div.media_iframe_video .media_iframe_video_size{padding-bottom: 66.5%; position: relative; width: 100%; height: 0;} div.media_iframe_video .css_editable_mode_display{position: absolute; top: auto; left: auto; bottom: auto; right: auto; width: 100%; height: 100%; display: none; z-index: 2;} html[data-browser^="msie"] div.media_iframe_video iframe{margin-left: 0;} @media (max-width: 767px){img:not(.cke_iframe), .media_iframe_video, span.fa, i.fa{-webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important;}} address .fa.fa-mobile-phone{margin: 0 3px 0 2px;} address .fa.fa-file-text-o{margin-right: 1px;} span[data-oe-type="monetary"]{white-space: nowrap;} div.oe_menu_buttons{top: -8px; right: -8px;} ul.oe_menu_editor .fa-home{display: none;} ul.oe_menu_editor > li:first-child > div > span > .fa-home{display: block;} ul.oe_menu_editor .oe_menu_placeholder{outline: 1px dashed #4183C4;} ul.oe_menu_editor ul{list-style: none;} ul.oe_menu_editor li div{cursor: move;} ul.oe_menu_editor .disclose{cursor: pointer; width: 10px; display: none;} .mt128{margin-top: 128px !important;} .mb128{margin-bottom: 128px !important;} .ml128{margin-left: 128px !important;} .mr128{margin-right: 128px !important;} .mt96{margin-top: 96px !important;} .mb96{margin-bottom: 96px !important;} .ml96{margin-left: 96px !important;} .mr96{margin-right: 96px !important;} .mt92{margin-top: 92px !important;} .mb92{margin-bottom: 92px !important;} .ml92{margin-left: 92px !important;} .mr92{margin-right: 92px !important;} .mt64{margin-top: 64px !important;} .mb64{margin-bottom: 64px !important;} .ml64{margin-left: 64px !important;} .mr64{margin-right: 64px !important;} .mt48{margin-top: 48px !important;} .mb48{margin-bottom: 48px !important;} .ml48{margin-left: 48px !important;} .mr48{margin-right: 48px !important;} .mt32{margin-top: 32px !important;} .mb32{margin-bottom: 32px !important;} .ml32{margin-left: 32px !important;} .mr32{margin-right: 32px !important;} .mt24{margin-top: 24px !important;} .mb24{margin-bottom: 24px !important;} .ml24{margin-left: 24px !important;} .mr24{margin-right: 24px !important;} .mt16{margin-top: 16px !important;} .mb16{margin-bottom: 16px !important;} .ml16{margin-left: 16px !important;} .mr16{margin-right: 16px !important;} .mt8{margin-top: 8px !important;} .mb8{margin-bottom: 8px !important;} .ml8{margin-left: 8px !important;} .mr8{margin-right: 8px !important;} .mt4{margin-top: 4px !important;} .mb4{margin-bottom: 4px !important;} .ml4{margin-left: 4px !important;} .mr4{margin-right: 4px !important;} .mt0{margin-top: 0px !important;} .mb0{margin-bottom: 0px !important;} .ml0{margin-left: 0px !important;} .mr0{margin-right: 0px !important;} a.o_underline{text-decoration: underline;} a.o_underline:hover{text-decoration: underline;} .bg-alpha{background-color: #1cc1a9; color: #FFF;} .bg-alpha .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-alpha{color: #1cc1a9;} .bg-beta{background-color: #875A7B; color: #FFF;} .bg-beta .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-beta{color: #875A7B;} .bg-gamma{background-color: #BA3C3D; color: #FFF;} .bg-gamma .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gamma{color: #BA3C3D;} .bg-delta{background-color: #0D6759; color: #FFF;} .bg-delta .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-delta{color: #0D6759;} .bg-epsilon{background-color: #0B2E59; color: #FFF;} .bg-epsilon .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-epsilon{color: #0B2E59;} .bg-primary{background-color: #337ab7; color: #FFF;} .bg-primary .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-primary{color: #337ab7;} .bg-success{background-color: #dff0d8; color: #333333;} .bg-success .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-success{color: #3c763d;} .bg-info{background-color: #d9edf7; color: #333333;} .bg-info .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-info{color: #31708f;} .bg-warning{background-color: #fcf8e3; color: #333333;} .bg-warning .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-warning{color: #8a6d3b;} .bg-danger{background-color: #f2dede; color: #333333;} .bg-danger .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-danger{color: #a94442;} .bg-black{background-color: #000; color: #FFF;} .bg-black .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black{color: #000;} .bg-gray-darker{background-color: #222222; color: #FFF;} .bg-gray-darker .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray-darker{color: #222222;} .bg-gray-dark{background-color: #333333; color: #FFF;} .bg-gray-dark .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray-dark{color: #333333;} .bg-gray{background-color: #555555; color: #FFF;} .bg-gray .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray{color: #555555;} .bg-gray-light{background-color: #777777; color: #FFF;} .bg-gray-light .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray-light{color: #777777;} .bg-gray-lighter{background-color: #eeeeee; color: #333333;} .bg-gray-lighter .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-gray-lighter{color: #eeeeee;} .bg-white{background-color: #fff; color: #333333;} .bg-white .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-white{color: #fff;} .bg-black-25{background-color: rgba(0, 0, 0, 0.25); color: #FFF;} .bg-black-25 .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black-25{color: rgba(0, 0, 0, 0.25);} .bg-black-50{background-color: rgba(0, 0, 0, 0.5); color: #FFF;} .bg-black-50 .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black-50{color: rgba(0, 0, 0, 0.5);} .bg-black-75{background-color: rgba(0, 0, 0, 0.75); color: #FFF;} .bg-black-75 .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black-75{color: rgba(0, 0, 0, 0.75);} .bg-white-25{background-color: rgba(255, 255, 255, 0.25); color: #333333;} .bg-white-25 .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-white-25{color: rgba(255, 255, 255, 0.25);} .bg-white-50{background-color: rgba(255, 255, 255, 0.5); color: #333333;} .bg-white-50 .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-white-50{color: rgba(255, 255, 255, 0.5);} .bg-white-75{background-color: rgba(255, 255, 255, 0.75); color: #333333;} .bg-white-75 .text-muted{color: rgba(51, 51, 51, 0.4);} body .text-white-75{color: rgba(255, 255, 255, 0.75);} binary t c1/c1f559111fe3ced2d9d74d71f6c2ba9a00ec7916 \N \N text/css /web/content/248-be87e0a/web.assets_frontend.0.css /web/content/248-be87e0a/web.assets_frontend.0.css c1f559111fe3ced2d9d74d71f6c2ba9a00ec7916 web.assets_frontend.0.css +8 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 United Arab Emirates \N 565 1 1 2 image binary f 97/97d5689a6bd71e33f9439f8235d54855a69134f3 \N image image/png image \N 97d5689a6bd71e33f9439f8235d54855a69134f3 \N +9 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Afghanistan, Islamic State of \N 12999 1 1 3 image binary f c5/c5fd52fe3cf431f70c6d778c555f027c97a0ac09 \N image image/png image \N c5fd52fe3cf431f70c6d778c555f027c97a0ac09 \N +10 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Antigua and Barbuda \N 6076 1 1 4 image binary f d9/d94ae9131ef7206051953f57417bedce760cc7a8 \N image image/png image \N d94ae9131ef7206051953f57417bedce760cc7a8 \N +11 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Anguilla \N 5016 1 1 5 image binary f 37/37d7215fdebf94cfa0e5cf50f777a30137d96862 \N image image/png image \N 37d7215fdebf94cfa0e5cf50f777a30137d96862 \N +249 2019-03-20 06:36:29.940692 2019-03-20 06:36:29.940692 ir.ui.view 1 \N \N 811776 1 1 0 application binary t 34/34c0ebeab9785dda2bf3f6d01806ac271dc99252 \N \N application/javascript /web/content/249-1b4321e/web.assets_common.js /web/content/249-1b4321e/web.assets_common.js 34c0ebeab9785dda2bf3f6d01806ac271dc99252 web.assets_common.js +12 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Albania \N 10091 1 1 6 image binary f 53/5371c9f9ad9f70bbc8872e72891cd8139bf5a221 \N image image/png image \N 5371c9f9ad9f70bbc8872e72891cd8139bf5a221 \N +304 2019-03-20 07:03:53.991426 2019-03-20 07:03:53.991426 ir.ui.view 1 \N \N 261611 1 1 0 /* /web/static/lib/bootstrap/less/variables.less defined in bundle 'web.assets_backend' */\n/* /web/static/lib/bootstrap/less/mixins/vendor-prefixes.less defined in bundle 'web.assets_backend' */\n/* /web/static/lib/bootstrap/less/mixins/buttons.less defined in bundle 'web.assets_backend' */\n/* /web/static/src/less/variables.less defined in bundle 'web.assets_backend' */\n/* /web/static/src/less/utils.less defined in bundle 'web.assets_backend' */\n/* /web_editor/static/src/less/web_editor.variables.less defined in bundle 'web.assets_backend' */\n @-webkit-keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @-webkit-keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @-webkit-keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} @keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} \n/* /web/static/src/less/import_bootstrap.less defined in bundle 'web.assets_backend' */\n html{font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;} body{margin: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;} audio, canvas, progress, video{display: inline-block; vertical-align: baseline;} audio:not([controls]){display: none; height: 0;} [hidden], template{display: none;} a{background-color: transparent;} a:active, a:hover{outline: 0;} abbr[title]{border-bottom: 1px dotted;} b, strong{font-weight: bold;} dfn{font-style: italic;} h1{font-size: 2em; margin: 0.67em 0;} mark{background: #ff0; color: #000;} small{font-size: 80%;} sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;} sup{top: -0.5em;} sub{bottom: -0.25em;} img{border: 0;} svg:not(:root){overflow: hidden;} figure{margin: 1em 40px;} hr{box-sizing: content-box; height: 0;} pre{overflow: auto;} code, kbd, pre, samp{font-family: monospace, monospace; font-size: 1em;} button, input, optgroup, select, textarea{color: inherit; font: inherit; margin: 0;} button{overflow: visible;} button, select{text-transform: none;} button, html input[type="button"], input[type="reset"], input[type="submit"]{-webkit-appearance: button; cursor: pointer;} button[disabled], html input[disabled]{cursor: default;} button::-moz-focus-inner, input::-moz-focus-inner{border: 0; padding: 0;} input{line-height: normal;} input[type="checkbox"], input[type="radio"]{box-sizing: border-box; padding: 0;} input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{height: auto;} input[type="search"]{-webkit-appearance: textfield; box-sizing: content-box;} input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;} fieldset{border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;} legend{border: 0; padding: 0;} textarea{overflow: auto;} optgroup{font-weight: bold;} table{border-collapse: collapse; border-spacing: 0;} td, th{padding: 0;} @media print{*, *:before, *:after{background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}a, a:visited{text-decoration: underline;}a[href]:after{content: " (" attr(href) ")";}abbr[title]:after{content: " (" attr(title) ")";}a[href^="#"]:after, a[href^="javascript:"]:after{content: "";}pre, blockquote{border: 1px solid #999; page-break-inside: avoid;}thead{display: table-header-group;}tr, img{page-break-inside: avoid;}img{max-width: 100% !important;}p, h2, h3{orphans: 3; widows: 3;}h2, h3{page-break-after: avoid;}.navbar{display: none;}.btn > .caret, .dropup > .btn > .caret{border-top-color: #000 !important;}.label{border: 1px solid #000;}.table{border-collapse: collapse !important;}.table td, .table th{background-color: #fff !important;}.table-bordered th, .table-bordered td{border: 1px solid #ddd !important;}} @font-face{font-family: 'Glyphicons Halflings'; src: url('/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/web/static/lib/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');} .glyphicon{position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .glyphicon-asterisk:before{content: "\\2a";} .glyphicon-plus:before{content: "\\2b";} .glyphicon-euro:before, .glyphicon-eur:before{content: "\\20ac";} .glyphicon-minus:before{content: "\\2212";} .glyphicon-cloud:before{content: "\\2601";} .glyphicon-envelope:before{content: "\\2709";} .glyphicon-pencil:before{content: "\\270f";} .glyphicon-glass:before{content: "\\e001";} .glyphicon-music:before{content: "\\e002";} .glyphicon-search:before{content: "\\e003";} .glyphicon-heart:before{content: "\\e005";} .glyphicon-star:before{content: "\\e006";} .glyphicon-star-empty:before{content: "\\e007";} .glyphicon-user:before{content: "\\e008";} .glyphicon-film:before{content: "\\e009";} .glyphicon-th-large:before{content: "\\e010";} .glyphicon-th:before{content: "\\e011";} .glyphicon-th-list:before{content: "\\e012";} .glyphicon-ok:before{content: "\\e013";} .glyphicon-remove:before{content: "\\e014";} .glyphicon-zoom-in:before{content: "\\e015";} .glyphicon-zoom-out:before{content: "\\e016";} .glyphicon-off:before{content: "\\e017";} .glyphicon-signal:before{content: "\\e018";} .glyphicon-cog:before{content: "\\e019";} .glyphicon-trash:before{content: "\\e020";} .glyphicon-home:before{content: "\\e021";} .glyphicon-file:before{content: "\\e022";} .glyphicon-time:before{content: "\\e023";} .glyphicon-road:before{content: "\\e024";} .glyphicon-download-alt:before{content: "\\e025";} .glyphicon-download:before{content: "\\e026";} .glyphicon-upload:before{content: "\\e027";} .glyphicon-inbox:before{content: "\\e028";} .glyphicon-play-circle:before{content: "\\e029";} .glyphicon-repeat:before{content: "\\e030";} .glyphicon-refresh:before{content: "\\e031";} .glyphicon-list-alt:before{content: "\\e032";} .glyphicon-lock:before{content: "\\e033";} .glyphicon-flag:before{content: "\\e034";} .glyphicon-headphones:before{content: "\\e035";} .glyphicon-volume-off:before{content: "\\e036";} .glyphicon-volume-down:before{content: "\\e037";} .glyphicon-volume-up:before{content: "\\e038";} .glyphicon-qrcode:before{content: "\\e039";} .glyphicon-barcode:before{content: "\\e040";} .glyphicon-tag:before{content: "\\e041";} .glyphicon-tags:before{content: "\\e042";} .glyphicon-book:before{content: "\\e043";} .glyphicon-bookmark:before{content: "\\e044";} .glyphicon-print:before{content: "\\e045";} .glyphicon-camera:before{content: "\\e046";} .glyphicon-font:before{content: "\\e047";} .glyphicon-bold:before{content: "\\e048";} .glyphicon-italic:before{content: "\\e049";} .glyphicon-text-height:before{content: "\\e050";} .glyphicon-text-width:before{content: "\\e051";} .glyphicon-align-left:before{content: "\\e052";} .glyphicon-align-center:before{content: "\\e053";} .glyphicon-align-right:before{content: "\\e054";} .glyphicon-align-justify:before{content: "\\e055";} .glyphicon-list:before{content: "\\e056";} .glyphicon-indent-left:before{content: "\\e057";} .glyphicon-indent-right:before{content: "\\e058";} .glyphicon-facetime-video:before{content: "\\e059";} .glyphicon-picture:before{content: "\\e060";} .glyphicon-map-marker:before{content: "\\e062";} .glyphicon-adjust:before{content: "\\e063";} .glyphicon-tint:before{content: "\\e064";} .glyphicon-edit:before{content: "\\e065";} .glyphicon-share:before{content: "\\e066";} .glyphicon-check:before{content: "\\e067";} .glyphicon-move:before{content: "\\e068";} .glyphicon-step-backward:before{content: "\\e069";} .glyphicon-fast-backward:before{content: "\\e070";} .glyphicon-backward:before{content: "\\e071";} .glyphicon-play:before{content: "\\e072";} .glyphicon-pause:before{content: "\\e073";} .glyphicon-stop:before{content: "\\e074";} .glyphicon-forward:before{content: "\\e075";} .glyphicon-fast-forward:before{content: "\\e076";} .glyphicon-step-forward:before{content: "\\e077";} .glyphicon-eject:before{content: "\\e078";} .glyphicon-chevron-left:before{content: "\\e079";} .glyphicon-chevron-right:before{content: "\\e080";} .glyphicon-plus-sign:before{content: "\\e081";} .glyphicon-minus-sign:before{content: "\\e082";} .glyphicon-remove-sign:before{content: "\\e083";} .glyphicon-ok-sign:before{content: "\\e084";} .glyphicon-question-sign:before{content: "\\e085";} .glyphicon-info-sign:before{content: "\\e086";} .glyphicon-screenshot:before{content: "\\e087";} .glyphicon-remove-circle:before{content: "\\e088";} .glyphicon-ok-circle:before{content: "\\e089";} .glyphicon-ban-circle:before{content: "\\e090";} .glyphicon-arrow-left:before{content: "\\e091";} .glyphicon-arrow-right:before{content: "\\e092";} .glyphicon-arrow-up:before{content: "\\e093";} .glyphicon-arrow-down:before{content: "\\e094";} .glyphicon-share-alt:before{content: "\\e095";} .glyphicon-resize-full:before{content: "\\e096";} .glyphicon-resize-small:before{content: "\\e097";} .glyphicon-exclamation-sign:before{content: "\\e101";} .glyphicon-gift:before{content: "\\e102";} .glyphicon-leaf:before{content: "\\e103";} .glyphicon-fire:before{content: "\\e104";} .glyphicon-eye-open:before{content: "\\e105";} .glyphicon-eye-close:before{content: "\\e106";} .glyphicon-warning-sign:before{content: "\\e107";} .glyphicon-plane:before{content: "\\e108";} .glyphicon-calendar:before{content: "\\e109";} .glyphicon-random:before{content: "\\e110";} .glyphicon-comment:before{content: "\\e111";} .glyphicon-magnet:before{content: "\\e112";} .glyphicon-chevron-up:before{content: "\\e113";} .glyphicon-chevron-down:before{content: "\\e114";} .glyphicon-retweet:before{content: "\\e115";} .glyphicon-shopping-cart:before{content: "\\e116";} .glyphicon-folder-close:before{content: "\\e117";} .glyphicon-folder-open:before{content: "\\e118";} .glyphicon-resize-vertical:before{content: "\\e119";} .glyphicon-resize-horizontal:before{content: "\\e120";} .glyphicon-hdd:before{content: "\\e121";} .glyphicon-bullhorn:before{content: "\\e122";} .glyphicon-bell:before{content: "\\e123";} .glyphicon-certificate:before{content: "\\e124";} .glyphicon-thumbs-up:before{content: "\\e125";} .glyphicon-thumbs-down:before{content: "\\e126";} .glyphicon-hand-right:before{content: "\\e127";} .glyphicon-hand-left:before{content: "\\e128";} .glyphicon-hand-up:before{content: "\\e129";} .glyphicon-hand-down:before{content: "\\e130";} .glyphicon-circle-arrow-right:before{content: "\\e131";} .glyphicon-circle-arrow-left:before{content: "\\e132";} .glyphicon-circle-arrow-up:before{content: "\\e133";} .glyphicon-circle-arrow-down:before{content: "\\e134";} .glyphicon-globe:before{content: "\\e135";} .glyphicon-wrench:before{content: "\\e136";} .glyphicon-tasks:before{content: "\\e137";} .glyphicon-filter:before{content: "\\e138";} .glyphicon-briefcase:before{content: "\\e139";} .glyphicon-fullscreen:before{content: "\\e140";} .glyphicon-dashboard:before{content: "\\e141";} .glyphicon-paperclip:before{content: "\\e142";} .glyphicon-heart-empty:before{content: "\\e143";} .glyphicon-link:before{content: "\\e144";} .glyphicon-phone:before{content: "\\e145";} .glyphicon-pushpin:before{content: "\\e146";} .glyphicon-usd:before{content: "\\e148";} .glyphicon-gbp:before{content: "\\e149";} .glyphicon-sort:before{content: "\\e150";} .glyphicon-sort-by-alphabet:before{content: "\\e151";} .glyphicon-sort-by-alphabet-alt:before{content: "\\e152";} .glyphicon-sort-by-order:before{content: "\\e153";} .glyphicon-sort-by-order-alt:before{content: "\\e154";} .glyphicon-sort-by-attributes:before{content: "\\e155";} .glyphicon-sort-by-attributes-alt:before{content: "\\e156";} .glyphicon-unchecked:before{content: "\\e157";} .glyphicon-expand:before{content: "\\e158";} .glyphicon-collapse-down:before{content: "\\e159";} .glyphicon-collapse-up:before{content: "\\e160";} .glyphicon-log-in:before{content: "\\e161";} .glyphicon-flash:before{content: "\\e162";} .glyphicon-log-out:before{content: "\\e163";} .glyphicon-new-window:before{content: "\\e164";} .glyphicon-record:before{content: "\\e165";} .glyphicon-save:before{content: "\\e166";} .glyphicon-open:before{content: "\\e167";} .glyphicon-saved:before{content: "\\e168";} .glyphicon-import:before{content: "\\e169";} .glyphicon-export:before{content: "\\e170";} .glyphicon-send:before{content: "\\e171";} .glyphicon-floppy-disk:before{content: "\\e172";} .glyphicon-floppy-saved:before{content: "\\e173";} .glyphicon-floppy-remove:before{content: "\\e174";} .glyphicon-floppy-save:before{content: "\\e175";} .glyphicon-floppy-open:before{content: "\\e176";} .glyphicon-credit-card:before{content: "\\e177";} .glyphicon-transfer:before{content: "\\e178";} .glyphicon-cutlery:before{content: "\\e179";} .glyphicon-header:before{content: "\\e180";} .glyphicon-compressed:before{content: "\\e181";} .glyphicon-earphone:before{content: "\\e182";} .glyphicon-phone-alt:before{content: "\\e183";} .glyphicon-tower:before{content: "\\e184";} .glyphicon-stats:before{content: "\\e185";} .glyphicon-sd-video:before{content: "\\e186";} .glyphicon-hd-video:before{content: "\\e187";} .glyphicon-subtitles:before{content: "\\e188";} .glyphicon-sound-stereo:before{content: "\\e189";} .glyphicon-sound-dolby:before{content: "\\e190";} .glyphicon-sound-5-1:before{content: "\\e191";} .glyphicon-sound-6-1:before{content: "\\e192";} .glyphicon-sound-7-1:before{content: "\\e193";} .glyphicon-copyright-mark:before{content: "\\e194";} .glyphicon-registration-mark:before{content: "\\e195";} .glyphicon-cloud-download:before{content: "\\e197";} .glyphicon-cloud-upload:before{content: "\\e198";} .glyphicon-tree-conifer:before{content: "\\e199";} .glyphicon-tree-deciduous:before{content: "\\e200";} .glyphicon-cd:before{content: "\\e201";} .glyphicon-save-file:before{content: "\\e202";} .glyphicon-open-file:before{content: "\\e203";} .glyphicon-level-up:before{content: "\\e204";} .glyphicon-copy:before{content: "\\e205";} .glyphicon-paste:before{content: "\\e206";} .glyphicon-alert:before{content: "\\e209";} .glyphicon-equalizer:before{content: "\\e210";} .glyphicon-king:before{content: "\\e211";} .glyphicon-queen:before{content: "\\e212";} .glyphicon-pawn:before{content: "\\e213";} .glyphicon-bishop:before{content: "\\e214";} .glyphicon-knight:before{content: "\\e215";} .glyphicon-baby-formula:before{content: "\\e216";} .glyphicon-tent:before{content: "\\26fa";} .glyphicon-blackboard:before{content: "\\e218";} .glyphicon-bed:before{content: "\\e219";} .glyphicon-apple:before{content: "\\f8ff";} .glyphicon-erase:before{content: "\\e221";} .glyphicon-hourglass:before{content: "\\231b";} .glyphicon-lamp:before{content: "\\e223";} .glyphicon-duplicate:before{content: "\\e224";} .glyphicon-piggy-bank:before{content: "\\e225";} .glyphicon-scissors:before{content: "\\e226";} .glyphicon-bitcoin:before{content: "\\e227";} .glyphicon-btc:before{content: "\\e227";} .glyphicon-xbt:before{content: "\\e227";} .glyphicon-yen:before{content: "\\00a5";} .glyphicon-jpy:before{content: "\\00a5";} .glyphicon-ruble:before{content: "\\20bd";} .glyphicon-rub:before{content: "\\20bd";} .glyphicon-scale:before{content: "\\e230";} .glyphicon-ice-lolly:before{content: "\\e231";} .glyphicon-ice-lolly-tasted:before{content: "\\e232";} .glyphicon-education:before{content: "\\e233";} .glyphicon-option-horizontal:before{content: "\\e234";} .glyphicon-option-vertical:before{content: "\\e235";} .glyphicon-menu-hamburger:before{content: "\\e236";} .glyphicon-modal-window:before{content: "\\e237";} .glyphicon-oil:before{content: "\\e238";} .glyphicon-grain:before{content: "\\e239";} .glyphicon-sunglasses:before{content: "\\e240";} .glyphicon-text-size:before{content: "\\e241";} .glyphicon-text-color:before{content: "\\e242";} .glyphicon-text-background:before{content: "\\e243";} .glyphicon-object-align-top:before{content: "\\e244";} .glyphicon-object-align-bottom:before{content: "\\e245";} .glyphicon-object-align-horizontal:before{content: "\\e246";} .glyphicon-object-align-left:before{content: "\\e247";} .glyphicon-object-align-vertical:before{content: "\\e248";} .glyphicon-object-align-right:before{content: "\\e249";} .glyphicon-triangle-right:before{content: "\\e250";} .glyphicon-triangle-left:before{content: "\\e251";} .glyphicon-triangle-bottom:before{content: "\\e252";} .glyphicon-triangle-top:before{content: "\\e253";} .glyphicon-console:before{content: "\\e254";} .glyphicon-superscript:before{content: "\\e255";} .glyphicon-subscript:before{content: "\\e256";} .glyphicon-menu-left:before{content: "\\e257";} .glyphicon-menu-right:before{content: "\\e258";} .glyphicon-menu-down:before{content: "\\e259";} .glyphicon-menu-up:before{content: "\\e260";} *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} *:before, *:after{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} html{font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} body{font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #4c4c4c; background-color: #f0eeee;} input, button, select, textarea{font-family: inherit; font-size: inherit; line-height: inherit;} a{color: #7c7bad; text-decoration: none;} a:hover, a:focus{color: #555487; text-decoration: none;} a:focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;} figure{margin: 0;} img{vertical-align: middle;} .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{display: block; max-width: 100%; height: auto;} .img-rounded{border-radius: 6px;} .img-thumbnail{padding: 4px; line-height: 1.42857143; background-color: #f0eeee; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto;} .img-circle{border-radius: 50%;} hr{margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee;} .sr-only{position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;} .sr-only-focusable:active, .sr-only-focusable:focus{position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;} [role="button"]{cursor: pointer;} [role="button"]{cursor: pointer;} h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: inherit; font-weight: bold; line-height: 1.1; color: inherit;} h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{font-weight: normal; line-height: 1; color: #777777;} h1, .h1, h2, .h2, h3, .h3{margin-top: 18px; margin-bottom: 9px;} h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small{font-size: 65%;} h4, .h4, h5, .h5, h6, .h6{margin-top: 9px; margin-bottom: 9px;} h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small{font-size: 75%;} h1, .h1{font-size: 26px;} h2, .h2{font-size: 20px;} h3, .h3{font-size: 16px;} h4, .h4{font-size: 15px;} h5, .h5{font-size: 14px;} h6, .h6{font-size: 13px;} p{margin: 0 0 9px;} .lead{margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4;} @media (min-width: 768px){.lead{font-size: 19.5px;}} small, .small{font-size: 92%;} mark, .mark{background-color: #fcf8e3; padding: 0.2em;} .text-left{text-align: left;} .text-right{text-align: right;} .text-center{text-align: center;} .text-justify{text-align: justify;} .text-nowrap{white-space: nowrap;} .text-lowercase{text-transform: lowercase;} .text-uppercase{text-transform: uppercase;} .text-capitalize{text-transform: capitalize;} .text-muted{color: #777777;} .text-primary{color: #7c7bad;} a.text-primary:hover, a.text-primary:focus{color: #5f5e97;} .text-success{color: #3c763d;} a.text-success:hover, a.text-success:focus{color: #2b542c;} .text-info{color: #31708f;} a.text-info:hover, a.text-info:focus{color: #245269;} .text-warning{color: #8a6d3b;} a.text-warning:hover, a.text-warning:focus{color: #66512c;} .text-danger{color: #a94442;} a.text-danger:hover, a.text-danger:focus{color: #843534;} .bg-primary{color: #fff; background-color: #7c7bad;} a.bg-primary:hover, a.bg-primary:focus{background-color: #5f5e97;} .bg-success{background-color: #dff0d8;} a.bg-success:hover, a.bg-success:focus{background-color: #c1e2b3;} .bg-info{background-color: #d9edf7;} a.bg-info:hover, a.bg-info:focus{background-color: #afd9ee;} .bg-warning{background-color: #fcf8e3;} a.bg-warning:hover, a.bg-warning:focus{background-color: #f7ecb5;} .bg-danger{background-color: #f2dede;} a.bg-danger:hover, a.bg-danger:focus{background-color: #e4b9b9;} .page-header{padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee;} ul, ol{margin-top: 0; margin-bottom: 9px;} ul ul, ol ul, ul ol, ol ol{margin-bottom: 0;} .list-unstyled{padding-left: 0; list-style: none;} .list-inline{padding-left: 0; list-style: none; margin-left: -5px;} .list-inline > li{display: inline-block; padding-left: 5px; padding-right: 5px;} dl{margin-top: 0; margin-bottom: 18px;} dt, dd{line-height: 1.42857143;} dt{font-weight: bold;} dd{margin-left: 0;} @media (min-width: 768px){.dl-horizontal dt{float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.dl-horizontal dd{margin-left: 180px;}} abbr[title], abbr[data-original-title]{cursor: help; border-bottom: 1px dotted #777777;} .initialism{font-size: 90%; text-transform: uppercase;} blockquote{padding: 9px 18px; margin: 0 0 18px; font-size: 16.25px; border-left: 5px solid #eeeeee;} blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child{margin-bottom: 0;} blockquote footer, blockquote small, blockquote .small{display: block; font-size: 80%; line-height: 1.42857143; color: #777777;} blockquote footer:before, blockquote small:before, blockquote .small:before{content: '\\2014 \\00A0';} .blockquote-reverse, blockquote.pull-right{padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right;} .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before{content: '';} .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after{content: '\\00A0 \\2014';} address{margin-bottom: 18px; font-style: normal; line-height: 1.42857143;} code, kbd, pre, samp{font-family: Menlo, Monaco, Consolas, "Courier New", monospace;} code{padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px;} kbd{padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);} kbd kbd{padding: 0; font-size: 100%; font-weight: bold; box-shadow: none;} pre{display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px;} pre code{padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0;} .pre-scrollable{max-height: 340px; overflow-y: scroll;} .container{margin-right: auto; margin-left: auto; padding-left: 16px; padding-right: 16px;} @media (min-width: 768px){.container{width: 752px;}} @media (min-width: 992px){.container{width: 972px;}} @media (min-width: 1200px){.container{width: 1172px;}} .container-fluid{margin-right: auto; margin-left: auto; padding-left: 16px; padding-right: 16px;} .row{margin-left: -16px; margin-right: -16px;} .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position: relative; min-height: 1px; padding-left: 16px; padding-right: 16px;} .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float: left;} .col-xs-12{width: 100%;} .col-xs-11{width: 91.66666667%;} .col-xs-10{width: 83.33333333%;} .col-xs-9{width: 75%;} .col-xs-8{width: 66.66666667%;} .col-xs-7{width: 58.33333333%;} .col-xs-6{width: 50%;} .col-xs-5{width: 41.66666667%;} .col-xs-4{width: 33.33333333%;} .col-xs-3{width: 25%;} .col-xs-2{width: 16.66666667%;} .col-xs-1{width: 8.33333333%;} .col-xs-pull-12{right: 100%;} .col-xs-pull-11{right: 91.66666667%;} .col-xs-pull-10{right: 83.33333333%;} .col-xs-pull-9{right: 75%;} .col-xs-pull-8{right: 66.66666667%;} .col-xs-pull-7{right: 58.33333333%;} .col-xs-pull-6{right: 50%;} .col-xs-pull-5{right: 41.66666667%;} .col-xs-pull-4{right: 33.33333333%;} .col-xs-pull-3{right: 25%;} .col-xs-pull-2{right: 16.66666667%;} .col-xs-pull-1{right: 8.33333333%;} .col-xs-pull-0{right: auto;} .col-xs-push-12{left: 100%;} .col-xs-push-11{left: 91.66666667%;} .col-xs-push-10{left: 83.33333333%;} .col-xs-push-9{left: 75%;} .col-xs-push-8{left: 66.66666667%;} .col-xs-push-7{left: 58.33333333%;} .col-xs-push-6{left: 50%;} .col-xs-push-5{left: 41.66666667%;} .col-xs-push-4{left: 33.33333333%;} .col-xs-push-3{left: 25%;} .col-xs-push-2{left: 16.66666667%;} .col-xs-push-1{left: 8.33333333%;} .col-xs-push-0{left: auto;} .col-xs-offset-12{margin-left: 100%;} .col-xs-offset-11{margin-left: 91.66666667%;} .col-xs-offset-10{margin-left: 83.33333333%;} .col-xs-offset-9{margin-left: 75%;} .col-xs-offset-8{margin-left: 66.66666667%;} .col-xs-offset-7{margin-left: 58.33333333%;} .col-xs-offset-6{margin-left: 50%;} .col-xs-offset-5{margin-left: 41.66666667%;} .col-xs-offset-4{margin-left: 33.33333333%;} .col-xs-offset-3{margin-left: 25%;} .col-xs-offset-2{margin-left: 16.66666667%;} .col-xs-offset-1{margin-left: 8.33333333%;} .col-xs-offset-0{margin-left: 0%;} @media (min-width: 768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float: left;}.col-sm-12{width: 100%;}.col-sm-11{width: 91.66666667%;}.col-sm-10{width: 83.33333333%;}.col-sm-9{width: 75%;}.col-sm-8{width: 66.66666667%;}.col-sm-7{width: 58.33333333%;}.col-sm-6{width: 50%;}.col-sm-5{width: 41.66666667%;}.col-sm-4{width: 33.33333333%;}.col-sm-3{width: 25%;}.col-sm-2{width: 16.66666667%;}.col-sm-1{width: 8.33333333%;}.col-sm-pull-12{right: 100%;}.col-sm-pull-11{right: 91.66666667%;}.col-sm-pull-10{right: 83.33333333%;}.col-sm-pull-9{right: 75%;}.col-sm-pull-8{right: 66.66666667%;}.col-sm-pull-7{right: 58.33333333%;}.col-sm-pull-6{right: 50%;}.col-sm-pull-5{right: 41.66666667%;}.col-sm-pull-4{right: 33.33333333%;}.col-sm-pull-3{right: 25%;}.col-sm-pull-2{right: 16.66666667%;}.col-sm-pull-1{right: 8.33333333%;}.col-sm-pull-0{right: auto;}.col-sm-push-12{left: 100%;}.col-sm-push-11{left: 91.66666667%;}.col-sm-push-10{left: 83.33333333%;}.col-sm-push-9{left: 75%;}.col-sm-push-8{left: 66.66666667%;}.col-sm-push-7{left: 58.33333333%;}.col-sm-push-6{left: 50%;}.col-sm-push-5{left: 41.66666667%;}.col-sm-push-4{left: 33.33333333%;}.col-sm-push-3{left: 25%;}.col-sm-push-2{left: 16.66666667%;}.col-sm-push-1{left: 8.33333333%;}.col-sm-push-0{left: auto;}.col-sm-offset-12{margin-left: 100%;}.col-sm-offset-11{margin-left: 91.66666667%;}.col-sm-offset-10{margin-left: 83.33333333%;}.col-sm-offset-9{margin-left: 75%;}.col-sm-offset-8{margin-left: 66.66666667%;}.col-sm-offset-7{margin-left: 58.33333333%;}.col-sm-offset-6{margin-left: 50%;}.col-sm-offset-5{margin-left: 41.66666667%;}.col-sm-offset-4{margin-left: 33.33333333%;}.col-sm-offset-3{margin-left: 25%;}.col-sm-offset-2{margin-left: 16.66666667%;}.col-sm-offset-1{margin-left: 8.33333333%;}.col-sm-offset-0{margin-left: 0%;}} @media (min-width: 992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float: left;}.col-md-12{width: 100%;}.col-md-11{width: 91.66666667%;}.col-md-10{width: 83.33333333%;}.col-md-9{width: 75%;}.col-md-8{width: 66.66666667%;}.col-md-7{width: 58.33333333%;}.col-md-6{width: 50%;}.col-md-5{width: 41.66666667%;}.col-md-4{width: 33.33333333%;}.col-md-3{width: 25%;}.col-md-2{width: 16.66666667%;}.col-md-1{width: 8.33333333%;}.col-md-pull-12{right: 100%;}.col-md-pull-11{right: 91.66666667%;}.col-md-pull-10{right: 83.33333333%;}.col-md-pull-9{right: 75%;}.col-md-pull-8{right: 66.66666667%;}.col-md-pull-7{right: 58.33333333%;}.col-md-pull-6{right: 50%;}.col-md-pull-5{right: 41.66666667%;}.col-md-pull-4{right: 33.33333333%;}.col-md-pull-3{right: 25%;}.col-md-pull-2{right: 16.66666667%;}.col-md-pull-1{right: 8.33333333%;}.col-md-pull-0{right: auto;}.col-md-push-12{left: 100%;}.col-md-push-11{left: 91.66666667%;}.col-md-push-10{left: 83.33333333%;}.col-md-push-9{left: 75%;}.col-md-push-8{left: 66.66666667%;}.col-md-push-7{left: 58.33333333%;}.col-md-push-6{left: 50%;}.col-md-push-5{left: 41.66666667%;}.col-md-push-4{left: 33.33333333%;}.col-md-push-3{left: 25%;}.col-md-push-2{left: 16.66666667%;}.col-md-push-1{left: 8.33333333%;}.col-md-push-0{left: auto;}.col-md-offset-12{margin-left: 100%;}.col-md-offset-11{margin-left: 91.66666667%;}.col-md-offset-10{margin-left: 83.33333333%;}.col-md-offset-9{margin-left: 75%;}.col-md-offset-8{margin-left: 66.66666667%;}.col-md-offset-7{margin-left: 58.33333333%;}.col-md-offset-6{margin-left: 50%;}.col-md-offset-5{margin-left: 41.66666667%;}.col-md-offset-4{margin-left: 33.33333333%;}.col-md-offset-3{margin-left: 25%;}.col-md-offset-2{margin-left: 16.66666667%;}.col-md-offset-1{margin-left: 8.33333333%;}.col-md-offset-0{margin-left: 0%;}} @media (min-width: 1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float: left;}.col-lg-12{width: 100%;}.col-lg-11{width: 91.66666667%;}.col-lg-10{width: 83.33333333%;}.col-lg-9{width: 75%;}.col-lg-8{width: 66.66666667%;}.col-lg-7{width: 58.33333333%;}.col-lg-6{width: 50%;}.col-lg-5{width: 41.66666667%;}.col-lg-4{width: 33.33333333%;}.col-lg-3{width: 25%;}.col-lg-2{width: 16.66666667%;}.col-lg-1{width: 8.33333333%;}.col-lg-pull-12{right: 100%;}.col-lg-pull-11{right: 91.66666667%;}.col-lg-pull-10{right: 83.33333333%;}.col-lg-pull-9{right: 75%;}.col-lg-pull-8{right: 66.66666667%;}.col-lg-pull-7{right: 58.33333333%;}.col-lg-pull-6{right: 50%;}.col-lg-pull-5{right: 41.66666667%;}.col-lg-pull-4{right: 33.33333333%;}.col-lg-pull-3{right: 25%;}.col-lg-pull-2{right: 16.66666667%;}.col-lg-pull-1{right: 8.33333333%;}.col-lg-pull-0{right: auto;}.col-lg-push-12{left: 100%;}.col-lg-push-11{left: 91.66666667%;}.col-lg-push-10{left: 83.33333333%;}.col-lg-push-9{left: 75%;}.col-lg-push-8{left: 66.66666667%;}.col-lg-push-7{left: 58.33333333%;}.col-lg-push-6{left: 50%;}.col-lg-push-5{left: 41.66666667%;}.col-lg-push-4{left: 33.33333333%;}.col-lg-push-3{left: 25%;}.col-lg-push-2{left: 16.66666667%;}.col-lg-push-1{left: 8.33333333%;}.col-lg-push-0{left: auto;}.col-lg-offset-12{margin-left: 100%;}.col-lg-offset-11{margin-left: 91.66666667%;}.col-lg-offset-10{margin-left: 83.33333333%;}.col-lg-offset-9{margin-left: 75%;}.col-lg-offset-8{margin-left: 66.66666667%;}.col-lg-offset-7{margin-left: 58.33333333%;}.col-lg-offset-6{margin-left: 50%;}.col-lg-offset-5{margin-left: 41.66666667%;}.col-lg-offset-4{margin-left: 33.33333333%;}.col-lg-offset-3{margin-left: 25%;}.col-lg-offset-2{margin-left: 16.66666667%;}.col-lg-offset-1{margin-left: 8.33333333%;}.col-lg-offset-0{margin-left: 0%;}} table{background-color: transparent;} caption{padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left;} th{text-align: left;} .table{width: 100%; max-width: 100%; margin-bottom: 18px;} .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd;} .table > thead > tr > th{vertical-align: bottom; border-bottom: 2px solid #ddd;} .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{border-top: 0;} .table > tbody + tbody{border-top: 2px solid #ddd;} .table .table{background-color: #f0eeee;} .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{padding: 5px;} .table-bordered{border: 1px solid #ddd;} .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{border: 1px solid #ddd;} .table-bordered > thead > tr > th, .table-bordered > thead > tr > td{border-bottom-width: 2px;} .table-striped > tbody > tr:nth-of-type(odd){background-color: #efeff8;} .table-hover > tbody > tr:hover{background-color: #f5f5f5;} table col[class*="col-"]{position: static; float: none; display: table-column;} table td[class*="col-"], table th[class*="col-"]{position: static; float: none; display: table-cell;} .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th{background-color: #f5f5f5;} .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th{background-color: #e8e8e8;} .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th{background-color: #dff0d8;} .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th{background-color: #d0e9c6;} .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th{background-color: #d9edf7;} .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th{background-color: #c4e3f3;} .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th{background-color: #fcf8e3;} .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th{background-color: #faf2cc;} .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th{background-color: #f2dede;} .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th{background-color: #ebcccc;} .table-responsive{overflow-x: auto; min-height: 0.01%;} @media screen and (max-width: 767px){.table-responsive{width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd;}.table-responsive > .table{margin-bottom: 0;}.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td{white-space: nowrap;}.table-responsive > .table-bordered{border: 0;}.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0;}.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0;}.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom: 0;}} fieldset{padding: 0; margin: 0; border: 0; min-width: 0;} legend{display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5;} label{display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold;} input[type="search"]{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} input[type="radio"], input[type="checkbox"]{margin: 4px 0 0; margin-top: 1px \\9; line-height: normal;} input[type="file"]{display: block;} input[type="range"]{display: block; width: 100%;} select[multiple], select[size]{height: auto;} input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;} output{display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555;} .form-control{display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;} .form-control:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);} .form-control::-moz-placeholder{color: #999; opacity: 1;} .form-control:-ms-input-placeholder{color: #999;} .form-control::-webkit-input-placeholder{color: #999;} .form-control::-moz-placeholder{color: #999; opacity: 1;} .form-control:-ms-input-placeholder{color: #999;} .form-control::-webkit-input-placeholder{color: #999;} .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color: #eeeeee; opacity: 1;} .form-control[disabled], fieldset[disabled] .form-control{cursor: not-allowed;} textarea.form-control{height: auto;} input[type="search"]{-webkit-appearance: none;} @media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control{line-height: 32px;}input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"]{line-height: 30px;}input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"]{line-height: 45px;}} .form-group{margin-bottom: 15px;} .radio, .checkbox{position: relative; display: block; margin-top: 10px; margin-bottom: 10px;} .radio label, .checkbox label{min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;} .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{position: absolute; margin-left: -20px; margin-top: 4px \\9;} .radio + .radio, .checkbox + .checkbox{margin-top: -5px;} .radio-inline, .checkbox-inline{position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer;} .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{margin-top: 0; margin-left: 10px;} input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"]{cursor: not-allowed;} .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline{cursor: not-allowed;} .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label{cursor: not-allowed;} .form-control-static{padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px;} .form-control-static.input-lg, .form-control-static.input-sm{padding-left: 0; padding-right: 0;} .input-sm{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} select.input-sm{height: 30px; line-height: 30px;} textarea.input-sm, select[multiple].input-sm{height: auto;} .form-group-sm .form-control{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} .form-group-sm select.form-control{height: 30px; line-height: 30px;} .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control{height: auto;} .form-group-sm .form-control-static{height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5;} .input-lg{height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 6px;} select.input-lg{height: 45px; line-height: 45px;} textarea.input-lg, select[multiple].input-lg{height: auto;} .form-group-lg .form-control{height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 6px;} .form-group-lg select.form-control{height: 45px; line-height: 45px;} .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control{height: auto;} .form-group-lg .form-control-static{height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333;} .has-feedback{position: relative;} .has-feedback .form-control{padding-right: 40px;} .form-control-feedback{position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none;} .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback{width: 45px; height: 45px; line-height: 45px;} .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback{width: 30px; height: 30px; line-height: 30px;} .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label{color: #3c763d;} .has-success .form-control{border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);} .has-success .form-control:focus{border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;} .has-success .input-group-addon{color: #3c763d; border-color: #3c763d; background-color: #dff0d8;} .has-success .form-control-feedback{color: #3c763d;} .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label{color: #8a6d3b;} .has-warning .form-control{border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);} .has-warning .form-control:focus{border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;} .has-warning .input-group-addon{color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3;} .has-warning .form-control-feedback{color: #8a6d3b;} .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{color: #a94442;} .has-error .form-control{border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);} .has-error .form-control:focus{border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;} .has-error .input-group-addon{color: #a94442; border-color: #a94442; background-color: #f2dede;} .has-error .form-control-feedback{color: #a94442;} .has-feedback label ~ .form-control-feedback{top: 23px;} .has-feedback label.sr-only ~ .form-control-feedback{top: 0;} .help-block{display: block; margin-top: 5px; margin-bottom: 10px; color: #8c8c8c;} @media (min-width: 768px){.form-inline .form-group{display: inline-block; margin-bottom: 0; vertical-align: middle;}.form-inline .form-control{display: inline-block; width: auto; vertical-align: middle;}.form-inline .form-control-static{display: inline-block;}.form-inline .input-group{display: inline-table; vertical-align: middle;}.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control{width: auto;}.form-inline .input-group > .form-control{width: 100%;}.form-inline .control-label{margin-bottom: 0; vertical-align: middle;}.form-inline .radio, .form-inline .checkbox{display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle;}.form-inline .radio label, .form-inline .checkbox label{padding-left: 0;}.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]{position: relative; margin-left: 0;}.form-inline .has-feedback .form-control-feedback{top: 0;}} .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{margin-top: 0; margin-bottom: 0; padding-top: 7px;} .form-horizontal .radio, .form-horizontal .checkbox{min-height: 25px;} .form-horizontal .form-group{margin-left: -16px; margin-right: -16px;} @media (min-width: 768px){.form-horizontal .control-label{text-align: right; margin-bottom: 0; padding-top: 7px;}} .form-horizontal .has-feedback .form-control-feedback{right: 16px;} @media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top: 14.333333px; font-size: 17px;}} @media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top: 6px; font-size: 12px;}} .btn{display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;} .btn:hover, .btn:focus, .btn.focus{color: #4c4c4c; text-decoration: none;} .btn:active, .btn.active{outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);} .btn.disabled, .btn[disabled], fieldset[disabled] .btn{cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none;} a.btn.disabled, fieldset[disabled] a.btn{pointer-events: none;} .btn-default{color: #4c4c4c; background-color: white; border-color: #cccccc;} .btn-default:focus, .btn-default.focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .btn-default:hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{background-image: none;} .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active{background-color: white; border-color: #cccccc;} .btn-default .badge{color: white; background-color: #4c4c4c;} .btn-default:focus, .btn-default.focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .btn-default:hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{background-image: none;} .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active{background-color: white; border-color: #cccccc;} .btn-default .badge{color: white; background-color: #4c4c4c;} .btn-primary{color: white; background-color: #7c7bad; border-color: #7c7bad;} .btn-primary:focus, .btn-primary.focus{color: white; background-color: #5f5e97; border-color: #414168;} .btn-primary:hover{color: white; background-color: #5f5e97; border-color: #5b5a91;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{color: white; background-color: #5f5e97; border-color: #5b5a91;} .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{color: white; background-color: #515081; border-color: #414168;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{background-image: none;} .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{background-color: #7c7bad; border-color: #7c7bad;} .btn-primary .badge{color: #7c7bad; background-color: white;} .btn-primary:focus, .btn-primary.focus{color: white; background-color: #5f5e97; border-color: #414168;} .btn-primary:hover{color: white; background-color: #5f5e97; border-color: #5b5a91;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{color: white; background-color: #5f5e97; border-color: #5b5a91;} .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{color: white; background-color: #515081; border-color: #414168;} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{background-image: none;} .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{background-color: #7c7bad; border-color: #7c7bad;} .btn-primary .badge{color: #7c7bad; background-color: white;} .btn-success{color: #fff; background-color: #5cb85c; border-color: #4cae4c;} .btn-success:focus, .btn-success.focus{color: #fff; background-color: #449d44; border-color: #255625;} .btn-success:hover{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus{color: #fff; background-color: #398439; border-color: #255625;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{background-image: none;} .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active{background-color: #5cb85c; border-color: #4cae4c;} .btn-success .badge{color: #5cb85c; background-color: #fff;} .btn-success:focus, .btn-success.focus{color: #fff; background-color: #449d44; border-color: #255625;} .btn-success:hover{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{color: #fff; background-color: #449d44; border-color: #398439;} .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus{color: #fff; background-color: #398439; border-color: #255625;} .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{background-image: none;} .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active{background-color: #5cb85c; border-color: #4cae4c;} .btn-success .badge{color: #5cb85c; background-color: #fff;} .btn-info{color: #fff; background-color: #5bc0de; border-color: #46b8da;} .btn-info:focus, .btn-info.focus{color: #fff; background-color: #31b0d5; border-color: #1b6d85;} .btn-info:hover{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus{color: #fff; background-color: #269abc; border-color: #1b6d85;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{background-image: none;} .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{background-color: #5bc0de; border-color: #46b8da;} .btn-info .badge{color: #5bc0de; background-color: #fff;} .btn-info:focus, .btn-info.focus{color: #fff; background-color: #31b0d5; border-color: #1b6d85;} .btn-info:hover{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{color: #fff; background-color: #31b0d5; border-color: #269abc;} .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus{color: #fff; background-color: #269abc; border-color: #1b6d85;} .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{background-image: none;} .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{background-color: #5bc0de; border-color: #46b8da;} .btn-info .badge{color: #5bc0de; background-color: #fff;} .btn-warning{color: #fff; background-color: #f0ad4e; border-color: #eea236;} .btn-warning:focus, .btn-warning.focus{color: #fff; background-color: #ec971f; border-color: #985f0d;} .btn-warning:hover{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus{color: #fff; background-color: #d58512; border-color: #985f0d;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{background-image: none;} .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active{background-color: #f0ad4e; border-color: #eea236;} .btn-warning .badge{color: #f0ad4e; background-color: #fff;} .btn-warning:focus, .btn-warning.focus{color: #fff; background-color: #ec971f; border-color: #985f0d;} .btn-warning:hover{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{color: #fff; background-color: #ec971f; border-color: #d58512;} .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus{color: #fff; background-color: #d58512; border-color: #985f0d;} .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{background-image: none;} .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active{background-color: #f0ad4e; border-color: #eea236;} .btn-warning .badge{color: #f0ad4e; background-color: #fff;} .btn-danger{color: #fff; background-color: #d9534f; border-color: #d43f3a;} .btn-danger:focus, .btn-danger.focus{color: #fff; background-color: #c9302c; border-color: #761c19;} .btn-danger:hover{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus{color: #fff; background-color: #ac2925; border-color: #761c19;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{background-image: none;} .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active{background-color: #d9534f; border-color: #d43f3a;} .btn-danger .badge{color: #d9534f; background-color: #fff;} .btn-danger:focus, .btn-danger.focus{color: #fff; background-color: #c9302c; border-color: #761c19;} .btn-danger:hover{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{color: #fff; background-color: #c9302c; border-color: #ac2925;} .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus{color: #fff; background-color: #ac2925; border-color: #761c19;} .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{background-image: none;} .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active{background-color: #d9534f; border-color: #d43f3a;} .btn-danger .badge{color: #d9534f; background-color: #fff;} .btn-link{color: #7c7bad; font-weight: normal; border-radius: 0;} .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link{background-color: transparent; -webkit-box-shadow: none; box-shadow: none;} .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{border-color: transparent;} .btn-link:hover, .btn-link:focus{color: #555487; text-decoration: none; background-color: transparent;} .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus{color: #777777; text-decoration: none;} .btn-lg, .btn-group-lg > .btn{padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 6px;} .btn-sm, .btn-group-sm > .btn{padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} .btn-xs, .btn-group-xs > .btn{padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px;} .btn-block{display: block; width: 100%;} .btn-block + .btn-block{margin-top: 5px;} input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block{width: 100%;} .fade{opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear;} .fade.in{opacity: 1;} .collapse{display: none;} .collapse.in{display: block;} tr.collapse.in{display: table-row;} tbody.collapse.in{display: table-row-group;} .collapsing{position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease;} .caret{display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \\9; border-right: 4px solid transparent; border-left: 4px solid transparent;} .dropup, .dropdown{position: relative;} .dropdown-toggle:focus{outline: 0;} .dropdown-menu{position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box;} .dropdown-menu.pull-right{right: 0; left: auto;} .dropdown-menu .divider{height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5;} .dropdown-menu > li > a{display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap;} .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{text-decoration: none; color: #262626; background-color: #f5f5f5;} .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{color: #7c7bad; text-decoration: none; outline: 0; background-color: #eeeeee;} .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{color: #777777;} .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed;} .open > .dropdown-menu{display: block;} .open > a{outline: 0;} .dropdown-menu-right{left: auto; right: 0;} .dropdown-menu-left{left: 0; right: auto;} .dropdown-header{display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap;} .dropdown-backdrop{position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990;} .pull-right > .dropdown-menu{right: 0; left: auto;} .dropup .caret, .navbar-fixed-bottom .dropdown .caret{border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \\9; content: "";} .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{top: auto; bottom: 100%; margin-bottom: 2px;} @media (min-width: 768px){.navbar-right .dropdown-menu{left: auto; right: 0;}.navbar-right .dropdown-menu-left{left: 0; right: auto;}} .btn-group, .btn-group-vertical{position: relative; display: inline-block; vertical-align: middle;} .btn-group > .btn, .btn-group-vertical > .btn{position: relative; float: left;} .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active{z-index: 2;} .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group{margin-left: -1px;} .btn-toolbar{margin-left: -5px;} .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group{float: left;} .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group{margin-left: 5px;} .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius: 0;} .btn-group > .btn:first-child{margin-left: 0;} .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius: 0; border-top-right-radius: 0;} .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius: 0; border-top-left-radius: 0;} .btn-group > .btn-group{float: left;} .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius: 0;} .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0; border-top-right-radius: 0;} .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius: 0; border-top-left-radius: 0;} .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle{outline: 0;} .btn-group > .btn + .dropdown-toggle{padding-left: 8px; padding-right: 8px;} .btn-group > .btn-lg + .dropdown-toggle{padding-left: 12px; padding-right: 12px;} .btn-group.open .dropdown-toggle{-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);} .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow: none; box-shadow: none;} .btn .caret{margin-left: 0;} .btn-lg .caret{border-width: 5px 5px 0; border-bottom-width: 0;} .dropup .btn-lg .caret{border-width: 0 5px 5px;} .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn{display: block; float: none; width: 100%; max-width: 100%;} .btn-group-vertical > .btn-group > .btn{float: none;} .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group{margin-top: -1px; margin-left: 0;} .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius: 0;} .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0;} .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius: 0;} .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius: 0; border-top-left-radius: 0;} .btn-group-justified{display: table; width: 100%; table-layout: fixed; border-collapse: separate;} .btn-group-justified > .btn, .btn-group-justified > .btn-group{float: none; display: table-cell; width: 1%;} .btn-group-justified > .btn-group .btn{width: 100%;} .btn-group-justified > .btn-group .dropdown-menu{left: auto;} [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none;} .input-group{position: relative; display: table; border-collapse: separate;} .input-group[class*="col-"]{float: none; padding-left: 0; padding-right: 0;} .input-group .form-control{position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0;} .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 6px;} select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn{height: 45px; line-height: 45px;} textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn{height: auto;} .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;} select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn{height: 30px; line-height: 30px;} textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn{height: auto;} .input-group-addon, .input-group-btn, .input-group .form-control{display: table-cell;} .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child){border-radius: 0;} .input-group-addon, .input-group-btn{width: 1%; white-space: nowrap; vertical-align: middle;} .input-group-addon{padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 4px;} .input-group-addon.input-sm{padding: 5px 10px; font-size: 12px; border-radius: 3px;} .input-group-addon.input-lg{padding: 10px 16px; font-size: 17px; border-radius: 6px;} .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"]{margin-top: 0;} .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius: 0; border-top-right-radius: 0;} .input-group-addon:first-child{border-right: 0;} .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius: 0; border-top-left-radius: 0;} .input-group-addon:last-child{border-left: 0;} .input-group-btn{position: relative; font-size: 0; white-space: nowrap;} .input-group-btn > .btn{position: relative;} .input-group-btn > .btn + .btn{margin-left: -1px;} .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active{z-index: 2;} .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group{margin-right: -1px;} .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{z-index: 2; margin-left: -1px;} .nav{margin-bottom: 0; padding-left: 0; list-style: none;} .nav > li{position: relative; display: block;} .nav > li > a{position: relative; display: block; padding: 10px 15px;} .nav > li > a:hover, .nav > li > a:focus{text-decoration: none; background-color: #eeeeee;} .nav > li.disabled > a{color: #777777;} .nav > li.disabled > a:hover, .nav > li.disabled > a:focus{color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed;} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color: #eeeeee; border-color: #7c7bad;} .nav .nav-divider{height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5;} .nav > li > a > img{max-width: none;} .nav-tabs{border-bottom: 1px solid #ddd;} .nav-tabs > li{float: left; margin-bottom: -1px;} .nav-tabs > li > a{margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0;} .nav-tabs > li > a:hover{border-color: #eeeeee #eeeeee #ddd;} .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color: #555555; background-color: white; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default;} .nav-tabs.nav-justified{width: 100%; border-bottom: 0;} .nav-tabs.nav-justified > li{float: none;} .nav-tabs.nav-justified > li > a{text-align: center; margin-bottom: 5px;} .nav-tabs.nav-justified > .dropdown .dropdown-menu{top: auto; left: auto;} @media (min-width: 768px){.nav-tabs.nav-justified > li{display: table-cell; width: 1%;}.nav-tabs.nav-justified > li > a{margin-bottom: 0;}} .nav-tabs.nav-justified > li > a{margin-right: 0; border-radius: 4px;} .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{border: 1px solid #ddd;} @media (min-width: 768px){.nav-tabs.nav-justified > li > a{border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0;}.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{border-bottom-color: #f0eeee;}} .nav-pills > li{float: left;} .nav-pills > li > a{border-radius: 0;} .nav-pills > li + li{margin-left: 2px;} .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{color: white; background-color: #7c7bad;} .nav-stacked > li{float: none;} .nav-stacked > li + li{margin-top: 2px; margin-left: 0;} .nav-justified{width: 100%;} .nav-justified > li{float: none;} .nav-justified > li > a{text-align: center; margin-bottom: 5px;} .nav-justified > .dropdown .dropdown-menu{top: auto; left: auto;} @media (min-width: 768px){.nav-justified > li{display: table-cell; width: 1%;}.nav-justified > li > a{margin-bottom: 0;}} .nav-tabs-justified{border-bottom: 0;} .nav-tabs-justified > li > a{margin-right: 0; border-radius: 4px;} .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus{border: 1px solid #ddd;} @media (min-width: 768px){.nav-tabs-justified > li > a{border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0;}.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus{border-bottom-color: #f0eeee;}} .tab-content > .tab-pane{display: none;} .tab-content > .active{display: block;} .nav-tabs .dropdown-menu{margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0;} .navbar{position: relative; min-height: 32px; margin-bottom: 0; border: 1px solid transparent;} @media (min-width: 768px){.navbar{border-radius: 0;}} @media (min-width: 768px){.navbar-header{float: left;}} .navbar-collapse{overflow-x: visible; padding-right: 16px; padding-left: 16px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch;} .navbar-collapse.in{overflow-y: auto;} @media (min-width: 768px){.navbar-collapse{width: auto; border-top: 0; box-shadow: none;}.navbar-collapse.collapse{display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important;}.navbar-collapse.in{overflow-y: visible;}.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{padding-left: 0; padding-right: 0;}} .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height: 340px;} @media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height: 200px;}} .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin-right: -16px; margin-left: -16px;} @media (min-width: 768px){.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin-right: 0; margin-left: 0;}} .navbar-static-top{z-index: 1000; border-width: 0 0 1px;} @media (min-width: 768px){.navbar-static-top{border-radius: 0;}} .navbar-fixed-top, .navbar-fixed-bottom{position: fixed; right: 0; left: 0; z-index: 1030;} @media (min-width: 768px){.navbar-fixed-top, .navbar-fixed-bottom{border-radius: 0;}} .navbar-fixed-top{top: 0; border-width: 0 0 1px;} .navbar-fixed-bottom{bottom: 0; margin-bottom: 0; border-width: 1px 0 0;} .navbar-brand{float: left; padding: 7px 16px; font-size: 17px; line-height: 18px; height: 32px;} .navbar-brand:hover, .navbar-brand:focus{text-decoration: none;} .navbar-brand > img{display: block;} @media (min-width: 768px){.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left: -16px;}} .navbar-toggle{position: relative; float: right; margin-right: 16px; padding: 9px 10px; margin-top: -1px; margin-bottom: -1px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px;} .navbar-toggle:focus{outline: 0;} .navbar-toggle .icon-bar{display: block; width: 22px; height: 2px; border-radius: 1px;} .navbar-toggle .icon-bar + .icon-bar{margin-top: 4px;} @media (min-width: 768px){.navbar-toggle{display: none;}} .navbar-nav{margin: 3.5px -16px;} .navbar-nav > li > a{padding-top: 10px; padding-bottom: 10px; line-height: 18px;} @media (max-width: 767px){.navbar-nav .open .dropdown-menu{position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none;}.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu > li > a{line-height: 18px;}.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus{background-image: none;}} @media (min-width: 768px){.navbar-nav{float: left; margin: 0;}.navbar-nav > li{float: left;}.navbar-nav > li > a{padding-top: 7px; padding-bottom: 7px;}} .navbar-form{margin-left: -16px; margin-right: -16px; padding: 10px 16px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 0px; margin-bottom: 0px;} @media (min-width: 768px){.navbar-form .form-group{display: inline-block; margin-bottom: 0; vertical-align: middle;}.navbar-form .form-control{display: inline-block; width: auto; vertical-align: middle;}.navbar-form .form-control-static{display: inline-block;}.navbar-form .input-group{display: inline-table; vertical-align: middle;}.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control{width: auto;}.navbar-form .input-group > .form-control{width: 100%;}.navbar-form .control-label{margin-bottom: 0; vertical-align: middle;}.navbar-form .radio, .navbar-form .checkbox{display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle;}.navbar-form .radio label, .navbar-form .checkbox label{padding-left: 0;}.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"]{position: relative; margin-left: 0;}.navbar-form .has-feedback .form-control-feedback{top: 0;}} @media (max-width: 767px){.navbar-form .form-group{margin-bottom: 5px;}.navbar-form .form-group:last-child{margin-bottom: 0;}} @media (min-width: 768px){.navbar-form{width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none;}} .navbar-nav > li > .dropdown-menu{margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0;} .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0; border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .navbar-btn{margin-top: 0px; margin-bottom: 0px;} .navbar-btn.btn-sm{margin-top: 1px; margin-bottom: 1px;} .navbar-btn.btn-xs{margin-top: 5px; margin-bottom: 5px;} .navbar-text{margin-top: 7px; margin-bottom: 7px;} @media (min-width: 768px){.navbar-text{float: left; margin-left: 16px; margin-right: 16px;}} @media (min-width: 768px){.navbar-left{float: left !important;}.navbar-right{float: right !important; margin-right: -16px;}.navbar-right ~ .navbar-right{margin-right: 0;}} .navbar-default{background-color: #f8f8f8; border-color: #e7e7e7;} .navbar-default .navbar-brand{color: #777;} .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{color: #5e5e5e; background-color: transparent;} .navbar-default .navbar-text{color: #777;} .navbar-default .navbar-nav > li > a{color: #777;} .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{color: #333; background-color: transparent;} .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{color: #555; background-color: #e7e7e7;} .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus{color: #ccc; background-color: transparent;} .navbar-default .navbar-toggle{border-color: #ddd;} .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color: #ddd;} .navbar-default .navbar-toggle .icon-bar{background-color: #888;} .navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color: #e7e7e7;} .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{background-color: #e7e7e7; color: #555;} @media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333; background-color: transparent;}.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color: #555; background-color: #e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #ccc; background-color: transparent;}} .navbar-default .navbar-link{color: #777;} .navbar-default .navbar-link:hover{color: #333;} .navbar-default .btn-link{color: #777;} .navbar-default .btn-link:hover, .navbar-default .btn-link:focus{color: #333;} .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus{color: #ccc;} .navbar-inverse{background-color: #222222; border-color: #080808;} .navbar-inverse .navbar-brand{color: #9d9d9d;} .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #fff; background-color: transparent;} .navbar-inverse .navbar-text{color: #9d9d9d;} .navbar-inverse .navbar-nav > li > a{color: #9d9d9d;} .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{color: #fff; background-color: #222222;} .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{color: #fff; background-color: #080808;} .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus{color: #444; background-color: transparent;} .navbar-inverse .navbar-toggle{border-color: #333;} .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color: #222222;} .navbar-inverse .navbar-toggle .icon-bar{background-color: #fff;} .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color: #101010;} .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{background-color: #080808; color: #fff;} @media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color: #080808;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color: #080808;}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color: #9d9d9d;}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #fff; background-color: #222222;}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color: #fff; background-color: #080808;}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #444; background-color: transparent;}} .navbar-inverse .navbar-link{color: #9d9d9d;} .navbar-inverse .navbar-link:hover{color: #fff;} .navbar-inverse .btn-link{color: #9d9d9d;} .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus{color: #fff;} .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus{color: #444;} .breadcrumb{padding: 0 0; margin-bottom: 18px; list-style: none; background-color: #f0eeee; border-radius: 4px;} .breadcrumb > li{display: inline-block;} .breadcrumb > li + li:before{content: "/\\00a0"; padding: 0 5px; color: #777777;} .breadcrumb > .active{color: #777777;} .pagination{display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 4px;} .pagination > li{display: inline;} .pagination > li > a, .pagination > li > span{position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #7c7bad; background-color: #fff; border: 1px solid #ddd; margin-left: -1px;} .pagination > li:first-child > a, .pagination > li:first-child > span{margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px;} .pagination > li:last-child > a, .pagination > li:last-child > span{border-bottom-right-radius: 4px; border-top-right-radius: 4px;} .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{z-index: 3; color: #555487; background-color: #eeeeee; border-color: #ddd;} .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{z-index: 2; color: #fff; background-color: #7c7bad; border-color: #7c7bad; cursor: default;} .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed;} .pagination-lg > li > a, .pagination-lg > li > span{padding: 10px 16px; font-size: 17px; line-height: 1.3333333;} .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span{border-bottom-left-radius: 6px; border-top-left-radius: 6px;} .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span{border-bottom-right-radius: 6px; border-top-right-radius: 6px;} .pagination-sm > li > a, .pagination-sm > li > span{padding: 5px 10px; font-size: 12px; line-height: 1.5;} .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span{border-bottom-left-radius: 3px; border-top-left-radius: 3px;} .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span{border-bottom-right-radius: 3px; border-top-right-radius: 3px;} .pager{padding-left: 0; margin: 18px 0; list-style: none; text-align: center;} .pager li{display: inline;} .pager li > a, .pager li > span{display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px;} .pager li > a:hover, .pager li > a:focus{text-decoration: none; background-color: #eeeeee;} .pager .next > a, .pager .next > span{float: right;} .pager .previous > a, .pager .previous > span{float: left;} .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span{color: #777777; background-color: #fff; cursor: not-allowed;} .label{display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em;} a.label:hover, a.label:focus{color: #fff; text-decoration: none; cursor: pointer;} .label:empty{display: none;} .btn .label{position: relative; top: -1px;} .label-default{background-color: #777777;} .label-default[href]:hover, .label-default[href]:focus{background-color: #5e5e5e;} .label-primary{background-color: #7c7bad;} .label-primary[href]:hover, .label-primary[href]:focus{background-color: #5f5e97;} .label-success{background-color: #5cb85c;} .label-success[href]:hover, .label-success[href]:focus{background-color: #449d44;} .label-info{background-color: #5bc0de;} .label-info[href]:hover, .label-info[href]:focus{background-color: #31b0d5;} .label-warning{background-color: #f0ad4e;} .label-warning[href]:hover, .label-warning[href]:focus{background-color: #ec971f;} .label-danger{background-color: #d9534f;} .label-danger[href]:hover, .label-danger[href]:focus{background-color: #c9302c;} .badge{display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: normal; color: white; line-height: 1.42857143; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #7c7bad; border-radius: 10px;} .badge:empty{display: none;} .btn .badge{position: relative; top: -1px;} .btn-xs .badge, .btn-group-xs > .btn .badge{top: 0; padding: 1px 5px;} a.badge:hover, a.badge:focus{color: #fff; text-decoration: none; cursor: pointer;} .list-group-item.active > .badge, .nav-pills > .active > a > .badge{color: #7c7bad; background-color: #fff;} .list-group-item > .badge{float: right;} .list-group-item > .badge + .badge{margin-right: 5px;} .nav-pills > li > a > .badge{margin-left: 3px;} .jumbotron{padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee;} .jumbotron h1, .jumbotron .h1{color: inherit;} .jumbotron p{margin-bottom: 15px; font-size: 20px; font-weight: 200;} .jumbotron > hr{border-top-color: #d5d5d5;} .container .jumbotron, .container-fluid .jumbotron{border-radius: 6px;} .jumbotron .container{max-width: 100%;} @media screen and (min-width: 768px){.jumbotron{padding: 48px 0;}.container .jumbotron, .container-fluid .jumbotron{padding-left: 60px; padding-right: 60px;}.jumbotron h1, .jumbotron .h1{font-size: 59px;}} .thumbnail{display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #f0eeee; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out;} .thumbnail > img, .thumbnail a > img{margin-left: auto; margin-right: auto;} a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{border-color: #7c7bad;} .thumbnail .caption{padding: 9px; color: #4c4c4c;} .alert{padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 4px;} .alert h4{margin-top: 0; color: inherit;} .alert .alert-link{font-weight: bold;} .alert > p, .alert > ul{margin-bottom: 0;} .alert > p + p{margin-top: 5px;} .alert-dismissable, .alert-dismissible{padding-right: 35px;} .alert-dismissable .close, .alert-dismissible .close{position: relative; top: -2px; right: -21px; color: inherit;} .alert-success{background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d;} .alert-success hr{border-top-color: #c9e2b3;} .alert-success .alert-link{color: #2b542c;} .alert-info{background-color: #d9edf7; border-color: #bce8f1; color: #31708f;} .alert-info hr{border-top-color: #a6e1ec;} .alert-info .alert-link{color: #245269;} .alert-warning{background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b;} .alert-warning hr{border-top-color: #f7e1b5;} .alert-warning .alert-link{color: #66512c;} .alert-danger{background-color: #f2dede; border-color: #ebccd1; color: #a94442;} .alert-danger hr{border-top-color: #e4b9c0;} .alert-danger .alert-link{color: #843534;} @-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0;}to{background-position: 0 0;}} @keyframes progress-bar-stripes{from{background-position: 40px 0;}to{background-position: 0 0;}} .progress{overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);} .progress-bar{float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #7c7bad; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease;} .progress-striped .progress-bar, .progress-bar-striped{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px;} .progress.active .progress-bar, .progress-bar.active{-webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;} .progress-bar-success{background-color: #5cb85c;} .progress-striped .progress-bar-success{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .progress-bar-info{background-color: #5bc0de;} .progress-striped .progress-bar-info{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .progress-bar-warning{background-color: #f0ad4e;} .progress-striped .progress-bar-warning{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .progress-bar-danger{background-color: #d9534f;} .progress-striped .progress-bar-danger{background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} .media{margin-top: 15px;} .media:first-child{margin-top: 0;} .media, .media-body{zoom: 1; overflow: hidden;} .media-body{width: 10000px;} .media-object{display: block;} .media-object.img-thumbnail{max-width: none;} .media-right, .media > .pull-right{padding-left: 10px;} .media-left, .media > .pull-left{padding-right: 10px;} .media-left, .media-right, .media-body{display: table-cell; vertical-align: top;} .media-middle{vertical-align: middle;} .media-bottom{vertical-align: bottom;} .media-heading{margin-top: 0; margin-bottom: 5px;} .media-list{padding-left: 0; list-style: none;} .list-group{margin-bottom: 20px; padding-left: 0;} .list-group-item{position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd;} .list-group-item:first-child{border-top-right-radius: 4px; border-top-left-radius: 4px;} .list-group-item:last-child{margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;} a.list-group-item, button.list-group-item{color: #555;} a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading{color: #333;} a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus{text-decoration: none; color: #555; background-color: #f5f5f5;} button.list-group-item{width: 100%; text-align: left;} .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus{background-color: #eeeeee; color: #777777; cursor: not-allowed;} .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading{color: inherit;} .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text{color: #777777;} .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{z-index: 2; color: #7c7bad; background-color: #eeeeee; border-color: #eeeeee;} .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small{color: inherit;} .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text{color: #ffffff;} .list-group-item-success{color: #3c763d; background-color: #dff0d8;} a.list-group-item-success, button.list-group-item-success{color: #3c763d;} a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading{color: inherit;} a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus{color: #3c763d; background-color: #d0e9c6;} a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus{color: #fff; background-color: #3c763d; border-color: #3c763d;} .list-group-item-info{color: #31708f; background-color: #d9edf7;} a.list-group-item-info, button.list-group-item-info{color: #31708f;} a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading{color: inherit;} a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus{color: #31708f; background-color: #c4e3f3;} a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus{color: #fff; background-color: #31708f; border-color: #31708f;} .list-group-item-warning{color: #8a6d3b; background-color: #fcf8e3;} a.list-group-item-warning, button.list-group-item-warning{color: #8a6d3b;} a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading{color: inherit;} a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus{color: #8a6d3b; background-color: #faf2cc;} a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus{color: #fff; background-color: #8a6d3b; border-color: #8a6d3b;} .list-group-item-danger{color: #a94442; background-color: #f2dede;} a.list-group-item-danger, button.list-group-item-danger{color: #a94442;} a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading{color: inherit;} a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus{color: #a94442; background-color: #ebcccc;} a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus{color: #fff; background-color: #a94442; border-color: #a94442;} .list-group-item-heading{margin-top: 0; margin-bottom: 5px;} .list-group-item-text{margin-bottom: 0; line-height: 1.3;} .panel{margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);} .panel-body{padding: 15px;} .panel-heading{padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px;} .panel-heading > .dropdown .dropdown-toggle{color: inherit;} .panel-title{margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit;} .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{color: inherit;} .panel-footer{padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;} .panel > .list-group, .panel > .panel-collapse > .list-group{margin-bottom: 0;} .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item{border-width: 1px 0; border-radius: 0;} .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px;} .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;} .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-right-radius: 0; border-top-left-radius: 0;} .panel-heading + .list-group .list-group-item:first-child{border-top-width: 0;} .list-group + .panel-footer{border-top-width: 0;} .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table{margin-bottom: 0;} .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption{padding-left: 15px; padding-right: 15px;} .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius: 3px; border-top-left-radius: 3px;} .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius: 3px; border-top-right-radius: 3px;} .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius: 3px;} .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius: 3px;} .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;} .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;} .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius: 3px;} .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius: 3px;} .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body{border-top: 1px solid #ddd;} .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td{border-top: 0;} .panel > .table-bordered, .panel > .table-responsive > .table-bordered{border: 0;} .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0;} .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0;} .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom: 0;} .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom: 0;} .panel > .table-responsive{border: 0; margin-bottom: 0;} .panel-group{margin-bottom: 18px;} .panel-group .panel{margin-bottom: 0; border-radius: 4px;} .panel-group .panel + .panel{margin-top: 5px;} .panel-group .panel-heading{border-bottom: 0;} .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{border-top: 1px solid #ddd;} .panel-group .panel-footer{border-top: 0;} .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom: 1px solid #ddd;} .panel-default{border-color: #ddd;} .panel-default > .panel-heading{color: #333333; background-color: #f5f5f5; border-color: #ddd;} .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ddd;} .panel-default > .panel-heading .badge{color: #f5f5f5; background-color: #333333;} .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ddd;} .panel-primary{border-color: #7c7bad;} .panel-primary > .panel-heading{color: #fff; background-color: #7c7bad; border-color: #7c7bad;} .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color: #7c7bad;} .panel-primary > .panel-heading .badge{color: #7c7bad; background-color: #fff;} .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #7c7bad;} .panel-success{border-color: #d6e9c6;} .panel-success > .panel-heading{color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;} .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color: #d6e9c6;} .panel-success > .panel-heading .badge{color: #dff0d8; background-color: #3c763d;} .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #d6e9c6;} .panel-info{border-color: #bce8f1;} .panel-info > .panel-heading{color: #31708f; background-color: #d9edf7; border-color: #bce8f1;} .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color: #bce8f1;} .panel-info > .panel-heading .badge{color: #d9edf7; background-color: #31708f;} .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #bce8f1;} .panel-warning{border-color: #faebcc;} .panel-warning > .panel-heading{color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;} .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color: #faebcc;} .panel-warning > .panel-heading .badge{color: #fcf8e3; background-color: #8a6d3b;} .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #faebcc;} .panel-danger{border-color: #ebccd1;} .panel-danger > .panel-heading{color: #a94442; background-color: #f2dede; border-color: #ebccd1;} .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ebccd1;} .panel-danger > .panel-heading .badge{color: #f2dede; background-color: #a94442;} .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ebccd1;} .embed-responsive{position: relative; display: block; height: 0; padding: 0; overflow: hidden;} .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0;} .embed-responsive-16by9{padding-bottom: 56.25%;} .embed-responsive-4by3{padding-bottom: 75%;} .well{min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);} .well blockquote{border-color: #ddd; border-color: rgba(0, 0, 0, 0.15);} .well-lg{padding: 24px; border-radius: 6px;} .well-sm{padding: 9px; border-radius: 3px;} .close{float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20);} .close:hover, .close:focus{color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50);} button.close{padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none;} .modal-open{overflow: hidden;} .modal{display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0;} .modal.fade .modal-dialog{-webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out;} .modal.in .modal-dialog{-webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);} .modal-open .modal{overflow-x: hidden; overflow-y: auto;} .modal-dialog{position: relative; width: auto; margin: 10px;} .modal-content{position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0;} .modal-backdrop{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000;} .modal-backdrop.fade{opacity: 0; filter: alpha(opacity=0);} .modal-backdrop.in{opacity: 0.5; filter: alpha(opacity=50);} .modal-header{padding: 16px; border-bottom: 1px solid #e5e5e5; min-height: 17.42857143px;} .modal-header .close{margin-top: -2px;} .modal-title{margin: 0; line-height: 1.42857143;} .modal-body{position: relative; padding: 16px;} .modal-footer{padding: 16px; text-align: right; border-top: 1px solid #e5e5e5;} .modal-footer .btn + .btn{margin-left: 5px; margin-bottom: 0;} .modal-footer .btn-group .btn + .btn{margin-left: -1px;} .modal-footer .btn-block + .btn-block{margin-left: 0;} .modal-scrollbar-measure{position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll;} @media (min-width: 768px){.modal-dialog{width: 650px; margin: 30px auto;}.modal-content{-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}.modal-sm{width: 300px;}} @media (min-width: 992px){.modal-lg{width: 980px;}} .tooltip{position: absolute; z-index: 1070; display: block; font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0);} .tooltip.in{opacity: 0.9; filter: alpha(opacity=90);} .tooltip.top{margin-top: -3px; padding: 5px 0;} .tooltip.right{margin-left: 3px; padding: 0 5px;} .tooltip.bottom{margin-top: 3px; padding: 5px 0;} .tooltip.left{margin-left: -3px; padding: 0 5px;} .tooltip-inner{max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px;} .tooltip-arrow{position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;} .tooltip.top .tooltip-arrow{bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000;} .tooltip.top-left .tooltip-arrow{bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;} .tooltip.top-right .tooltip-arrow{bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;} .tooltip.right .tooltip-arrow{top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000;} .tooltip.left .tooltip-arrow{top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000;} .tooltip.bottom .tooltip-arrow{top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000;} .tooltip.bottom-left .tooltip-arrow{top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;} .tooltip.bottom-right .tooltip-arrow{top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;} .popover{position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);} .popover.top{margin-top: -10px;} .popover.right{margin-left: 10px;} .popover.bottom{margin-top: 10px;} .popover.left{margin-left: -10px;} .popover-title{margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0;} .popover-content{padding: 9px 14px;} .popover > .arrow, .popover > .arrow:after{position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid;} .popover > .arrow{border-width: 11px;} .popover > .arrow:after{border-width: 10px; content: "";} .popover.top > .arrow{left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px;} .popover.top > .arrow:after{content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff;} .popover.right > .arrow{top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25);} .popover.right > .arrow:after{content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff;} .popover.bottom > .arrow{left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px;} .popover.bottom > .arrow:after{content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff;} .popover.left > .arrow{top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25);} .popover.left > .arrow:after{content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px;} .carousel{position: relative;} .carousel-inner{position: relative; overflow: hidden; width: 100%;} .carousel-inner > .item{display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;} .carousel-inner > .item > img, .carousel-inner > .item > a > img{line-height: 1;} @media all and (transform-3d), (-webkit-transform-3d){.carousel-inner > .item{-webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px;}.carousel-inner > .item.next, .carousel-inner > .item.active.right{-webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0;}.carousel-inner > .item.prev, .carousel-inner > .item.active.left{-webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0;}.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0;}} .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev{display: block;} .carousel-inner > .active{left: 0;} .carousel-inner > .next, .carousel-inner > .prev{position: absolute; top: 0; width: 100%;} .carousel-inner > .next{left: 100%;} .carousel-inner > .prev{left: -100%;} .carousel-inner > .next.left, .carousel-inner > .prev.right{left: 0;} .carousel-inner > .active.left{left: -100%;} .carousel-inner > .active.right{left: 100%;} .carousel-control{position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);} .carousel-control.left{background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);} .carousel-control.right{left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);} .carousel-control:hover, .carousel-control:focus{outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90);} .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block;} .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{left: 50%; margin-left: -10px;} .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{right: 50%; margin-right: -10px;} .carousel-control .icon-prev, .carousel-control .icon-next{width: 20px; height: 20px; line-height: 1; font-family: serif;} .carousel-control .icon-prev:before{content: '\\2039';} .carousel-control .icon-next:before{content: '\\203a';} .carousel-indicators{position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center;} .carousel-indicators li{display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \\9; background-color: rgba(0, 0, 0, 0);} .carousel-indicators .active{margin: 0; width: 12px; height: 12px; background-color: #fff;} .carousel-caption{position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);} .carousel-caption .btn{text-shadow: none;} @media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{width: 30px; height: 30px; margin-top: -15px; font-size: 30px;}.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -15px;}.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{margin-right: -15px;}.carousel-caption{left: 20%; right: 20%; padding-bottom: 30px;}.carousel-indicators{bottom: 20px;}} .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{content: " "; display: table;} .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after{clear: both;} .center-block{display: block; margin-left: auto; margin-right: auto;} .pull-right{float: right !important;} .pull-left{float: left !important;} .hide{display: none !important;} .show{display: block !important;} .invisible{visibility: hidden;} .text-hide{font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;} .hidden{display: none !important;} .affix{position: fixed;} @-ms-viewport{width: device-width;} .visible-xs, .visible-sm, .visible-md, .visible-lg{display: none !important;} .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block{display: none !important;} @media (max-width: 767px){.visible-xs{display: block !important;}table.visible-xs{display: table !important;}tr.visible-xs{display: table-row !important;}th.visible-xs, td.visible-xs{display: table-cell !important;}} @media (max-width: 767px){.visible-xs-block{display: block !important;}} @media (max-width: 767px){.visible-xs-inline{display: inline !important;}} @media (max-width: 767px){.visible-xs-inline-block{display: inline-block !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm{display: block !important;}table.visible-sm{display: table !important;}tr.visible-sm{display: table-row !important;}th.visible-sm, td.visible-sm{display: table-cell !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display: block !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display: inline !important;}} @media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display: inline-block !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md{display: block !important;}table.visible-md{display: table !important;}tr.visible-md{display: table-row !important;}th.visible-md, td.visible-md{display: table-cell !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display: block !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display: inline !important;}} @media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display: inline-block !important;}} @media (min-width: 1200px){.visible-lg{display: block !important;}table.visible-lg{display: table !important;}tr.visible-lg{display: table-row !important;}th.visible-lg, td.visible-lg{display: table-cell !important;}} @media (min-width: 1200px){.visible-lg-block{display: block !important;}} @media (min-width: 1200px){.visible-lg-inline{display: inline !important;}} @media (min-width: 1200px){.visible-lg-inline-block{display: inline-block !important;}} @media (max-width: 767px){.hidden-xs{display: none !important;}} @media (min-width: 768px) and (max-width: 991px){.hidden-sm{display: none !important;}} @media (min-width: 992px) and (max-width: 1199px){.hidden-md{display: none !important;}} @media (min-width: 1200px){.hidden-lg{display: none !important;}} .visible-print{display: none !important;} @media print{.visible-print{display: block !important;}table.visible-print{display: table !important;}tr.visible-print{display: table-row !important;}th.visible-print, td.visible-print{display: table-cell !important;}} .visible-print-block{display: none !important;} @media print{.visible-print-block{display: block !important;}} .visible-print-inline{display: none !important;} @media print{.visible-print-inline{display: inline !important;}} .visible-print-inline-block{display: none !important;} @media print{.visible-print-inline-block{display: inline-block !important;}} @media print{.hidden-print{display: none !important;}} \n/* /web/static/lib/nvd3/nv.d3.css defined in bundle 'web.assets_backend' */\n .nvd3 .nv-axis{pointer-events:none; opacity: 1;} .nvd3 .nv-axis path{fill: none; stroke: #000; stroke-opacity: .75; shape-rendering: crispEdges;} .nvd3 .nv-axis path.domain{stroke-opacity: .75;} .nvd3 .nv-axis.nv-x path.domain{stroke-opacity: 0;} .nvd3 .nv-axis line{fill: none; stroke: #e5e5e5; shape-rendering: crispEdges;} .nvd3 .nv-axis .zero line, .nvd3 .nv-axis line.zero{stroke-opacity: .75;} .nvd3 .nv-axis .nv-axisMaxMin text{font-weight: bold;} .nvd3 .x .nv-axis .nv-axisMaxMin text, .nvd3 .x2 .nv-axis .nv-axisMaxMin text, .nvd3 .x3 .nv-axis .nv-axisMaxMin text{text-anchor: middle} .nvd3 .nv-axis.nv-disabled{opacity: 0;} .nvd3 .nv-groups .nv-point.hover{stroke-width: 20px; stroke-opacity: .5;} .nvd3 .nv-scatter .nv-point.hover{fill-opacity: 1;} .nv-noninteractive{pointer-events: none;} .nv-distx, .nv-disty{pointer-events: none;} .nvtooltip{position: absolute; background-color: rgba(255,255,255,1.0); color: rgba(0,0,0,1.0); padding: 1px; border: 1px solid rgba(0,0,0,.2); z-index: 10000; display: block; font-family: Arial; font-size: 13px; text-align: left; pointer-events: none; white-space: nowrap; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .nvtooltip{background: rgba(255,255,255, 0.8); border: 1px solid rgba(0,0,0,0.5); border-radius: 4px;} .nvtooltip.with-transitions, .with-transitions .nvtooltip{transition: opacity 50ms linear; -moz-transition: opacity 50ms linear; -webkit-transition: opacity 50ms linear; transition-delay: 200ms; -moz-transition-delay: 200ms; -webkit-transition-delay: 200ms;} .nvtooltip.x-nvtooltip, .nvtooltip.y-nvtooltip{padding: 8px;} .nvtooltip h3{margin: 0; padding: 4px 14px; line-height: 18px; font-weight: normal; background-color: rgba(247,247,247,0.75); color: rgba(0,0,0,1.0); text-align: center; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;} .nvtooltip p{margin: 0; padding: 5px 14px; text-align: center;} .nvtooltip span{display: inline-block; margin: 2px 0;} .nvtooltip table{margin: 6px; border-spacing:0;} .nvtooltip table td{padding: 2px 9px 2px 0; vertical-align: middle;} .nvtooltip table td.key{font-weight: normal;} .nvtooltip table td.key.total{font-weight: bold;} .nvtooltip table td.value{text-align: right; font-weight: bold;} .nvtooltip table tr.highlight td{padding: 1px 9px 1px 0; border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 1px;} .nvtooltip table td.legend-color-guide div{width: 8px; height: 8px; vertical-align: middle;} .nvtooltip table td.legend-color-guide div{width: 12px; height: 12px; border: 1px solid #999;} .nvtooltip .footer{padding: 3px; text-align: center;} .nvtooltip-pending-removal{pointer-events: none; display: none;} .nvd3 .nv-interactiveGuideLine{pointer-events:none;} .nvd3 line.nv-guideline{stroke: #ccc;} .nvd3 .nv-bars rect{fill-opacity: .75; transition: fill-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear;} .nvd3 .nv-bars rect.hover{fill-opacity: 1;} .nvd3 .nv-bars .hover rect{fill: lightblue;} .nvd3 .nv-bars text{fill: rgba(0,0,0,0);} .nvd3 .nv-bars .hover text{fill: rgba(0,0,0,1);} .nvd3 .nv-multibar .nv-groups rect, .nvd3 .nv-multibarHorizontal .nv-groups rect, .nvd3 .nv-discretebar .nv-groups rect{stroke-opacity: 0; transition: fill-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear;} .nvd3 .nv-multibar .nv-groups rect:hover, .nvd3 .nv-multibarHorizontal .nv-groups rect:hover, .nvd3 .nv-candlestickBar .nv-ticks rect:hover, .nvd3 .nv-discretebar .nv-groups rect:hover{fill-opacity: 1;} .nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text{font-weight: bold; fill: rgba(0,0,0,1); stroke: rgba(0,0,0,0);} .nvd3 .nv-groups path.nv-line{fill: none;} .nvd3 .nv-groups path.nv-area{stroke: none;} .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point{fill-opacity: 0; stroke-opacity: 0;} .nvd3.nv-scatter.nv-single-point .nv-groups .nv-point{fill-opacity: .5 !important; stroke-opacity: .5 !important;} .with-transitions .nvd3 .nv-groups .nv-point{transition: stroke-width 250ms linear, stroke-opacity 250ms linear; -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;} .nvd3.nv-scatter .nv-groups .nv-point.hover, .nvd3 .nv-groups .nv-point.hover{stroke-width: 7px; fill-opacity: .95 !important; stroke-opacity: .95 !important;} .nvd3 .nv-point-paths path{stroke: #aaa; stroke-opacity: 0; fill: #eee; fill-opacity: 0;} .nvd3 .nv-indexLine{cursor: ew-resize;} svg.nvd3-svg{-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; display: block; width:100%; height:100%;} .nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip{-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} .nvd3 text{font: normal 12px Arial;} .nvd3 .title{font: bold 14px Arial;} .nvd3 .nv-background{fill: white; fill-opacity: 0;} .nvd3.nv-noData{font-size: 18px; font-weight: bold;} .nv-brush .extent{fill-opacity: .125; shape-rendering: crispEdges;} .nv-brush .resize path{fill: #eee; stroke: #666;} .nvd3 .nv-legend .nv-series{cursor: pointer;} .nvd3 .nv-legend .nv-disabled circle{fill-opacity: 0;} .nvd3 .nv-brush .extent{fill-opacity: 0 !important;} .nvd3 .nv-brushBackground rect{stroke: #000; stroke-width: .4; fill: #fff; fill-opacity: .7;} .nvd3.nv-pie path{stroke-opacity: 0; transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;} .nvd3.nv-pie .nv-pie-title{font-size: 24px; fill: rgba(19, 196, 249, 0.59);} .nvd3.nv-pie .nv-slice text{stroke: #000; stroke-width: 0;} .nvd3.nv-pie path{stroke: #fff; stroke-width: 1px; stroke-opacity: 1;} .nvd3.nv-pie path{fill-opacity: .7;} .nvd3.nv-pie .hover path{fill-opacity: 1;} .nvd3.nv-pie .nv-label{pointer-events: none;} .nvd3.nv-pie .nv-label rect{fill-opacity: 0; stroke-opacity: 0;} \n/* /base/static/src/css/modules.css defined in bundle 'web.assets_backend' */\n .oe_module_icon{width: 80px; height: 80px; float: left;} .oe_module_desc{font-size: 13px;} .oe_module_icon + .oe_module_desc{padding-left: 85px;} .oe_module_desc > button{position: absolute; bottom: 8px; right: 8px;} .oe_module_desc h4{margin: 0; font-size: 13px;} .oe_module_desc h4 a{color: #4c4c4c;} .oe_module_name{color: #999999;} .oe_module_desc p{margin: 3px 0 5px;} \n/* /web/static/src/less/bootstrap_overridden.less defined in bundle 'web.assets_backend' */\n .badge{margin: 1px 2px 1px 0; padding-top: 0; padding-bottom: 0;} .btn-icon{color: #4c4c4c; background-color: white; border-color: #cccccc;} .btn-icon:focus, .btn-icon.focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .btn-icon:hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-icon:active, .btn-icon.active, .open > .dropdown-toggle.btn-icon{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-icon:active:hover, .btn-icon.active:hover, .open > .dropdown-toggle.btn-icon:hover, .btn-icon:active:focus, .btn-icon.active:focus, .open > .dropdown-toggle.btn-icon:focus, .btn-icon:active.focus, .btn-icon.active.focus, .open > .dropdown-toggle.btn-icon.focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .btn-icon:active, .btn-icon.active, .open > .dropdown-toggle.btn-icon{background-image: none;} .btn-icon.disabled, .btn-icon[disabled], fieldset[disabled] .btn-icon, .btn-icon.disabled:hover, .btn-icon[disabled]:hover, fieldset[disabled] .btn-icon:hover, .btn-icon.disabled:focus, .btn-icon[disabled]:focus, fieldset[disabled] .btn-icon:focus, .btn-icon.disabled.focus, .btn-icon[disabled].focus, fieldset[disabled] .btn-icon.focus, .btn-icon.disabled:active, .btn-icon[disabled]:active, fieldset[disabled] .btn-icon:active, .btn-icon.disabled.active, .btn-icon[disabled].active, fieldset[disabled] .btn-icon.active{background-color: white; border-color: #cccccc;} .btn-icon .badge{color: white; background-color: #4c4c4c;} .btn-icon:focus, .btn-icon.focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .btn-icon:hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-icon:active, .btn-icon.active, .open > .dropdown-toggle.btn-icon{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .btn-icon:active:hover, .btn-icon.active:hover, .open > .dropdown-toggle.btn-icon:hover, .btn-icon:active:focus, .btn-icon.active:focus, .open > .dropdown-toggle.btn-icon:focus, .btn-icon:active.focus, .btn-icon.active.focus, .open > .dropdown-toggle.btn-icon.focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .btn-icon:active, .btn-icon.active, .open > .dropdown-toggle.btn-icon{background-image: none;} .btn-icon.disabled, .btn-icon[disabled], fieldset[disabled] .btn-icon, .btn-icon.disabled:hover, .btn-icon[disabled]:hover, fieldset[disabled] .btn-icon:hover, .btn-icon.disabled:focus, .btn-icon[disabled]:focus, fieldset[disabled] .btn-icon:focus, .btn-icon.disabled.focus, .btn-icon[disabled].focus, fieldset[disabled] .btn-icon.focus, .btn-icon.disabled:active, .btn-icon[disabled]:active, fieldset[disabled] .btn-icon:active, .btn-icon.disabled.active, .btn-icon[disabled].active, fieldset[disabled] .btn-icon.active{background-color: white; border-color: #cccccc;} .btn-icon .badge{color: white; background-color: #4c4c4c;} @media print{.table-responsive{overflow-x: initial;}} \n/* /web/static/src/less/webclient_extra.less defined in bundle 'web.assets_backend' */\n div.o_checkbox{display: inline-block; vertical-align: sub;} div.o_checkbox > input + span{display: none;} input[type="text"], input[type="password"], input[type="number"], textarea, select{border: 1px solid #ccc; border-radius: 4px; padding: 2px 4px; color: #1f1f1f; width: 100%; outline: none; display: block;} select{background: white;} .o_loading{position: fixed; top: 0; right: 50%; padding: 4px 12px; background-color: #875A7B; color: white; text-align: center; border-top: none; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;} #PlannerDialog{top: 35px; box-shadow: 0 3px 9px #666666; padding-bottom: 44px;} #oe_main_menu_navbar .oe_user_menu_placeholder .o_user_menu .oe_topbar_name{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; max-width: 150px;} \n/* /web/static/src/less/webclient_layout.less defined in bundle 'web.assets_backend' */\n .o_web_client{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; overflow: hidden;} .o_web_client.o_fullscreen #oe_main_menu_navbar{display: none;} .o_web_client.o_fullscreen .o_main .o_sub_menu{display: none;} .o_web_client .navbar{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_web_client .navbar li > a{padding: 4px 8px; margin-top: 2px; font-size: 13px;} .o_web_client .navbar .oe_topbar_avatar{max-height: 18px; width: 18px;} .o_web_client > .o_main{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; min-height: 0; height: 100%;} .o_web_client > .o_main .o_sub_menu{-ms-flex: 0 0 220px; -moz-flex: 0 0 220px; -webkit-box-flex: 0; -webkit-flex: 0 0 220px; flex: 0 0 220px; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; border-right: 1px solid #afafb6;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_logo{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; text-align: center; position: relative;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_logo > img{margin: 14px 0;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_logo .oe_logo_edit{position: absolute; top: 1px; width: 100%; padding: 4px; margin: 14px 0; display: none; color: #eee; background: rgba(37, 37, 37, 0.9);} .o_web_client > .o_main .o_sub_menu .o_sub_menu_logo:hover .oe_logo_edit_admin{display: block;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; height: 100%; overflow-y: auto;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_menu_section{font-weight: bold; margin-left: 8px; color: #7c7bad;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu{margin: 3px 0px 10px; line-height: 1.1em;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu > li:not(.active) > a{color: #4c4c4c;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu > li > a{padding: 4px 4px 4px 18px;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu > li > a > .badge{margin-top: -1px;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu .oe_secondary_submenu > li > a{padding-left: 30px;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu .oe_secondary_submenu .oe_secondary_submenu > li > a{padding-left: 42px;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu .oe_menu_text{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; max-width: 85%; margin-top: 1px;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu .oe_menu_toggler:before{display: inline-block; width: 0; height: 0; content: "&darr"; opacity: 0.5; text-indent: -99999px; vertical-align: top; margin-left: -12px; margin-top: 4px; margin-right: 4px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #4c4c4c;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_content .oe_secondary_submenu .oe_menu_opened:before{margin-top: 6px; margin-left: -16px; margin-right: 4px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #4c4c4c;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_footer{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; text-align: center;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_footer > a{font-weight: bold;} .o_web_client > .o_main .o_sub_menu .o_sub_menu_footer > a > span{color: #875A7B;} .o_web_client > .o_main .o_main_content{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;} .o_web_client > .o_main .o_main_content .o_control_panel{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_web_client > .o_main .o_main_content .o_content{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; height: 100%; overflow: auto; position: relative;} .o_web_client > .o_main .o_main_content .o_content .o_view_manager_content{position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%;} .o_web_client > .o_main .o_main_content .o_content .o_view_manager_content .o_view_manager_content{position: static; height: auto;} \n/* /web/static/src/less/webclient.less defined in bundle 'web.assets_backend' */\n a{color: #7c7bad;} a:hover{color: #5f5e97;} .o_web_client{background-color: #f0eeee;} .o_text_overflow{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;} .o_hidden{display: none!important;} .o_notification_manager{width: 300px; max-width: 100%; position: absolute; top: 32px; left: auto; bottom: auto; right: 0px; z-index: 1100;} .o_notification_manager .o_notification{padding: 0; margin: 5px 0 0 0; opacity: 0; background-color: #FCFBEA; box-shadow: 0px 0px 5px 1px #4c4c4c; position: relative;} .o_notification_manager .o_notification .o_close{position: absolute; top: 5px; left: auto; bottom: auto; right: 5px; color: rgba(0, 0, 0, 0.3); text-decoration: none;} .o_notification_manager .o_notification .o_notification_title{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 10px 10px 10px 20px; font-weight: bold;} .o_notification_manager .o_notification .o_notification_title .o_icon{display: inline-block; margin-right: 20px; color: rgba(0, 0, 0, 0.3);} .o_notification_manager .o_notification .o_notification_content{padding: 10px;} .o_notification_manager .o_notification.o_error{color: white; background-color: #F16567;} .o_icon_button{background-color: transparent; border: 0; padding: 0; outline: none;} .oe_highlight{color: white; background-color: #7c7bad; border-color: #7c7bad;} .oe_highlight:focus, .oe_highlight.focus{color: white; background-color: #5f5e97; border-color: #414168;} .oe_highlight:hover{color: white; background-color: #5f5e97; border-color: #5b5a91;} .oe_highlight:active, .oe_highlight.active, .open > .dropdown-toggle.oe_highlight{color: white; background-color: #5f5e97; border-color: #5b5a91;} .oe_highlight:active:hover, .oe_highlight.active:hover, .open > .dropdown-toggle.oe_highlight:hover, .oe_highlight:active:focus, .oe_highlight.active:focus, .open > .dropdown-toggle.oe_highlight:focus, .oe_highlight:active.focus, .oe_highlight.active.focus, .open > .dropdown-toggle.oe_highlight.focus{color: white; background-color: #515081; border-color: #414168;} .oe_highlight:active, .oe_highlight.active, .open > .dropdown-toggle.oe_highlight{background-image: none;} .oe_highlight.disabled, .oe_highlight[disabled], fieldset[disabled] .oe_highlight, .oe_highlight.disabled:hover, .oe_highlight[disabled]:hover, fieldset[disabled] .oe_highlight:hover, .oe_highlight.disabled:focus, .oe_highlight[disabled]:focus, fieldset[disabled] .oe_highlight:focus, .oe_highlight.disabled.focus, .oe_highlight[disabled].focus, fieldset[disabled] .oe_highlight.focus, .oe_highlight.disabled:active, .oe_highlight[disabled]:active, fieldset[disabled] .oe_highlight:active, .oe_highlight.disabled.active, .oe_highlight[disabled].active, fieldset[disabled] .oe_highlight.active{background-color: #7c7bad; border-color: #7c7bad;} .oe_highlight .badge{color: #7c7bad; background-color: white;} .oe_highlight:focus, .oe_highlight.focus{color: white; background-color: #5f5e97; border-color: #414168;} .oe_highlight:hover{color: white; background-color: #5f5e97; border-color: #5b5a91;} .oe_highlight:active, .oe_highlight.active, .open > .dropdown-toggle.oe_highlight{color: white; background-color: #5f5e97; border-color: #5b5a91;} .oe_highlight:active:hover, .oe_highlight.active:hover, .open > .dropdown-toggle.oe_highlight:hover, .oe_highlight:active:focus, .oe_highlight.active:focus, .open > .dropdown-toggle.oe_highlight:focus, .oe_highlight:active.focus, .oe_highlight.active.focus, .open > .dropdown-toggle.oe_highlight.focus{color: white; background-color: #515081; border-color: #414168;} .oe_highlight:active, .oe_highlight.active, .open > .dropdown-toggle.oe_highlight{background-image: none;} .oe_highlight.disabled, .oe_highlight[disabled], fieldset[disabled] .oe_highlight, .oe_highlight.disabled:hover, .oe_highlight[disabled]:hover, fieldset[disabled] .oe_highlight:hover, .oe_highlight.disabled:focus, .oe_highlight[disabled]:focus, fieldset[disabled] .oe_highlight:focus, .oe_highlight.disabled.focus, .oe_highlight[disabled].focus, fieldset[disabled] .oe_highlight.focus, .oe_highlight.disabled:active, .oe_highlight[disabled]:active, fieldset[disabled] .oe_highlight:active, .oe_highlight.disabled.active, .oe_highlight[disabled].active, fieldset[disabled] .oe_highlight.active{background-color: #7c7bad; border-color: #7c7bad;} .oe_highlight .badge{color: #7c7bad; background-color: white;} \n/* /web/static/src/less/datepicker.less defined in bundle 'web.assets_backend' */\n .o_datepicker{position: relative;} .o_datepicker .o_datepicker_input{width: 100%;} .o_datepicker .o_datepicker_button{position: absolute; top: 2px; left: auto; bottom: auto; right: 4px; cursor: pointer;} .o_datepicker .o_datepicker_button:after{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; -moz-transform: scale(0.9999);} .datepicker .table-condensed > thead{color: white; background-color: #7c7bad;} .datepicker .table-condensed > thead > tr:first-child th:hover{color: white; background-color: #5f5e97;} .datepicker .table-condensed > thead > tr:last-child{color: #8f8f8f; background-color: #dcdcdc;} .datepicker .table-condensed > thead > tr > th{border-radius: 0;} .datepicker .table-condensed > tbody > tr > td.active, .datepicker .table-condensed > tbody > tr > td .active{background-color: #7c7bad; border-radius: 100px;} .datepicker .table-condensed > tbody > tr > td.today:before{border-bottom-color: #7c7bad;} \n/* /web/static/src/less/progress_bar.less defined in bundle 'web.assets_backend' */\n .o_progressbar > div{display: inline-block;} .o_progressbar .o_progressbar_title{white-space: nowrap; padding-right: 10px;} .o_progressbar .o_progress{width: 100px; height: 15px; vertical-align: middle; border: 1px solid #ffffff; overflow: hidden; background-color: white;} .o_progressbar .o_progress.o_progress_overflow{background-color: #f0eeee;} .o_progressbar .o_progress .o_progressbar_complete{background-color: #7c7bad; height: 100%;} .o_progressbar .o_progressbar_value{width: 100px; white-space: nowrap; padding-left: 10px;} \n/* /web/static/src/less/dropdown.less defined in bundle 'web.assets_backend' */\n .li-a-padding{padding: 3px 25px;} .ui-autocomplete{background-image: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; padding: 5px 0px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);} .ui-autocomplete .ui-menu-item{padding: 0;} .ui-autocomplete .ui-menu-item > a{display: block; color: #333333; padding: 3px 25px;} .ui-autocomplete .ui-menu-item.ui-state-focus{background-image: none; background-color: #7c7bad; border: none; font-weight: normal; margin: 0;} .ui-autocomplete .ui-menu-item.o_m2o_dropdown_option{padding-left: 20px;} .ui-autocomplete .ui-menu-item.o_m2o_dropdown_option > a{color: #7c7bad;} .dropdown-menu .o_inline_dropdown{position: relative;} .dropdown-menu .o_inline_dropdown > .dropdown-menu{top: 0; left: 100%;} .dropdown-menu .o_inline_dropdown:hover > .dropdown-menu{display: block;} .dropdown-menu-mixin .open .dropdown-menu > li{position: relative;} .dropdown-menu-mixin .open .dropdown-menu > li > a{padding: 3px 25px;} .dropdown-menu-mixin .open .dropdown-menu > li > a:focus, .dropdown-menu-mixin .open .dropdown-menu > li > a:active, .dropdown-menu-mixin .open .dropdown-menu > li > a:focus:active{outline: none;} .dropdown-menu-mixin .open .dropdown-menu > li.dropdown-header{padding: 3px 25px; color: #4c4c4c;} @media (max-width: 767px){.dropdown-menu-mixin .open .dropdown-menu > li.dropdown-header{color: white; text-decoration: underline;}} .open .dropdown-menu > li{position: relative;} .open .dropdown-menu > li > a{padding: 3px 25px;} .open .dropdown-menu > li > a:focus, .open .dropdown-menu > li > a:active, .open .dropdown-menu > li > a:focus:active{outline: none;} .open .dropdown-menu > li.dropdown-header{padding: 3px 25px; color: #4c4c4c;} @media (max-width: 767px){.open .dropdown-menu > li.dropdown-header{color: white; text-decoration: underline;}} .navbar-nav .open .dropdown-menu > li{position: relative;} .navbar-nav .open .dropdown-menu > li > a{padding: 3px 25px;} .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:active, .navbar-nav .open .dropdown-menu > li > a:focus:active{outline: none;} .navbar-nav .open .dropdown-menu > li.dropdown-header{padding: 3px 25px; color: #4c4c4c;} @media (max-width: 767px){.navbar-nav .open .dropdown-menu > li.dropdown-header{color: white; text-decoration: underline;}} \n/* /web/static/src/less/tooltip.less defined in bundle 'web.assets_backend' */\n .tooltip{padding: 0; margin: 0; opacity: 1;} .tooltip .tooltip-inner{max-width: 300px; max-width: 100vw; background-color: black; color: white; border-radius: 4px; box-shadow: 0px 0px 1px 1px #f0eeee; padding: 5px; text-align: left;} .tooltip .tooltip-inner .oe_tooltip_string{background-color: #7c7bad; color: white; font-weight: bold; padding: 5px;} .tooltip .tooltip-inner .oe_tooltip_help{white-space: pre-line; padding: 5px 5px 0;} .tooltip .tooltip-inner .oe_tooltip_technical{padding: 0; margin: 5px 0 5px 20px; list-style-type: circle;} .tooltip .tooltip-inner .oe_tooltip_technical .oe_tooltip_technical_title{font-weight: bold;} .tooltip .tooltip-arrow{-moz-transform: scale(0.9999);} .tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow{border-top-color: black !important;} .tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow{border-bottom-color: black !important;} .tooltip.left .tooltip-arrow{border-left-color: black !important;} .tooltip.right .tooltip-arrow{border-right-color: black !important;} \n/* /web/static/src/less/debug_manager.less defined in bundle 'web.assets_backend' */\n .modal .o_debug_manager{position: relative; list-style: none; margin: 2px 10px 2px 0; float: left;} \n/* /web/static/src/less/control_panel.less defined in bundle 'web.assets_backend' */\n .o_control_panel{padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; background-color: #f0eeee; border-bottom: 1px solid #a8a8a8;} .o_control_panel .breadcrumb{font-size: 18px; margin: 0px;} .o_control_panel .breadcrumb > li > a{color: #7c7bad; cursor: pointer;} .o_control_panel .breadcrumb > li > a:hover{color: #5f5e97; text-decoration: none;} .o_control_panel .o_cp_sidebar{padding-right: 10px;} .o_control_panel .o_cp_sidebar .o_hidden_input_file{position: relative;} .o_control_panel .o_cp_sidebar .o_hidden_input_file input.o_form_input_file{position: absolute; top: 1px; opacity: 0; width: 100%; height: 26px;} .o_control_panel .o_cp_sidebar .o_hidden_input_file .o_form_binary_form span{padding: 3px 25px; color: #4c4c4c;} .o_control_panel .o_cp_sidebar .o_hidden_input_file .o_form_binary_form:hover{background-color: #f5f5f5;} .o_control_panel .o_cp_sidebar .o_sidebar_delete_attachment{padding: 0px; position: absolute; top: 5px; right: 10px;} .o_control_panel .o_cp_pager{text-align: center; padding-left: 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_control_panel .o_cp_switch_buttons{padding-left: 5px;} .o_x2m_control_panel .o_cp_buttons > div{margin-top: 5px;} .o_pager_value > input{display: inline-block; width: 60px; text-align: right;} .o_pager_value > input:focus{outline: none;} \n/* /web/static/src/less/control_panel_layout.less defined in bundle 'web.assets_backend' */\n .o_control_panel{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap;} .o_control_panel .breadcrumb{width: 50%;} .o_control_panel .breadcrumb > li{max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; max-width: 90%; display: inline-block;} .o_control_panel.o_breadcrumb_full .breadcrumb{width: 100%;} .o_control_panel .o_cp_searchview{width: 50%; min-height: 30px;} .o_control_panel .btn.o_enable_searchview{width: 10%; margin-left: 2%; padding: 0px;} .o_control_panel .o_cp_left{width: 50%; margin-top: 5px; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between;} .o_control_panel .o_cp_right{width: 50%; margin-top: 5px; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} .o_control_panel .o_cp_right .o_cp_pager{margin: auto 0 auto auto;} .o_x2m_control_panel{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap;} .o_x2m_control_panel .o_cp_buttons{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; margin-right: auto;} .o_x2m_control_panel .o_cp_pager{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; margin-left: auto;} @media print{.o_control_panel{display: none;}} \n/* /web/static/src/less/views.less defined in bundle 'web.assets_backend' */\n .o_form_field_many2manytags .o_tag_color_0{background-color: #4D4D4D;} .o_form_field_many2manytags .o_tag_color_1{background-color: #61BD4F;} .o_form_field_many2manytags .o_tag_color_2{background-color: #F2D600;} .o_form_field_many2manytags .o_tag_color_3{background-color: #FFAB4A;} .o_form_field_many2manytags .o_tag_color_4{background-color: #EB5A46;} .o_form_field_many2manytags .o_tag_color_5{background-color: #875A7B;} .o_form_field_many2manytags .o_tag_color_6{background-color: #0079BF;} .o_form_field_many2manytags .o_tag_color_7{background-color: #00C2E0;} .o_form_field_many2manytags .o_tag_color_8{background-color: #4CD98E;} .o_form_field_many2manytags .o_tag_color_9{background-color: #FF80CE;} .o_form_field_many2manytags .o_tag_color_10{background-color: #B6BBBF;} .o_priority{display: inline-block; padding: 0; margin: 0; vertical-align: middle;} .o_priority > .o_priority_star{display: inline-block; font-size: 1.35em;} .o_priority > .o_priority_star:hover, .o_priority > .o_priority_star:focus{text-decoration: none; outline: none;} .o_priority > .o_priority_star + .o_priority_star{padding-left: 5px;} .o_priority > .o_priority_star.fa-star-o{color: #a8a8a8;} .o_priority > .o_priority_star.fa-star{color: gold;} .oe_view_nocontent a{cursor: pointer;} .oe_view_nocontent span, .oe_view_nocontent a{display: inline!important;} .o_form_field .oe_view_nocontent{display: none;} .o_cannot_create .oe_view_nocontent_create{display: none;} .fa.o_toggle_button_success{color: #5cb85c;} \n/* /web/static/src/less/pivot_view.less defined in bundle 'web.assets_backend' */\n .o_pivot{height: 100%; overflow: auto;} .o_pivot.o_enable_linking .o_pivot_cell_value:hover{color: #7c7bad; cursor: pointer;} .o_pivot table{background-color: white; width: auto;} .o_pivot table th{font-weight: normal; background-color: #ffffff;} .o_pivot table .o_pivot_measure_row{background-color: #ffffff; cursor: pointer; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_pivot table .o_pivot_measure_row:hover{background-color: #ffffff;} .o_pivot table .o_pivot_header_cell_closed{background-color: #ffffff; cursor: pointer; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_pivot table .o_pivot_header_cell_closed:hover{background-color: #ffffff;} .o_pivot table .o_pivot_header_cell_closed::before{font-family: FontAwesome; content: "\n"; margin-right: 8px;} .o_pivot table .o_pivot_header_cell_opened{background-color: #ffffff; cursor: pointer; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_pivot table .o_pivot_header_cell_opened:hover{background-color: #ffffff;} .o_pivot table .o_pivot_header_cell_opened::before{font-family: FontAwesome; content: "\n"; margin-right: 8px;} .o_pivot table .o_pivot_measure_row_sorted_asc::after{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; -moz-transform: scale(0.9999); margin-left: 5px;} .o_pivot table .o_pivot_measure_row_sorted_desc::after{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 4px solid; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 0; -moz-transform: scale(0.9999); margin-left: 5px;} .o_pivot .o_pivot_field_selection::after{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 4px solid transparent; border-left: 4px solid; border-right: 0; border-top: 4px solid transparent; -moz-transform: scale(0.9999); position: absolute; right: 6px; top: 9px;} .o_pivot_measures_list li{position: relative;} .o_pivot_measures_list li > a{color: #4c4c4c;} .o_pivot_measures_list li > a:hover{color: #333333;} .o_pivot_measures_list li.selected > a{color: #333333; font-weight: bold;} .o_pivot_measures_list li.selected > a:before{font-family: FontAwesome; position: absolute; left: 6px; content: "\\f00c";} \n/* /web/static/src/less/graph_view.less defined in bundle 'web.assets_backend' */\n .o_graph{height: 100%;} .o_graph .o_graph_svg_container{height: 100%; overflow: auto;} .o_graph .o_graph_svg_container svg{background-color: white;} .nvtooltip thead{background-color: transparent;} .o_graph_measures_list li{position: relative;} .o_graph_measures_list li > a{color: #4c4c4c;} .o_graph_measures_list li > a:hover{color: #333333;} .o_graph_measures_list li.selected > a{color: #333333; font-weight: bold;} .o_graph_measures_list li.selected > a:before{font-family: FontAwesome; position: absolute; left: 6px; content: "\\f00c";} \n/* /web/static/src/less/tree_view.less defined in bundle 'web.assets_backend' */\n .o_treeview_table{width: 100%; background-color: white; border-collapse: collapse;} .o_treeview_table thead{color: #4c4c4c; background-color: #e2e2e0;} .o_treeview_table thead > tr > th{padding: 10px;} .o_treeview_table tbody > tr{border: 1px solid #e2e2e0;} .o_treeview_table tbody > tr:hover{background-color: #ffffff;} .o_treeview_table tbody > tr > td{border: 1px solid #e2e2e0; cursor: pointer; height: 40px; padding: 0 4px;} .o_treeview_table tbody > tr > td.oe_number{text-align: right;} .o_treeview_table tbody .treeview-tr.o_treeview_first > span, .o_treeview_table tbody .treeview-td.o_treeview_first > span{padding-left: 16px;} .o_treeview_table tbody .treeview-tr.o_treeview_first{position: relative;} .o_treeview_table tbody .treeview-tr.o_treeview_first:before{position: absolute; top: 13px; content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 6px solid transparent; border-left: 6px solid; border-right: 0; border-top: 6px solid transparent; -moz-transform: scale(0.9999);} .o_treeview_table tbody .o_open .treeview-tr.o_treeview_first:before{top: 16px; content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid; -moz-transform: scale(0.9999);} \n/* /web/static/src/less/form_view_layout.less defined in bundle 'web.assets_backend' */\n .o_form_view .oe_inline{width: auto!important;} @media (min-width: 480px){.o_form_view .oe_inline.o_inner_group{width: 1px!important;}} .o_form_view .oe_left{width: auto!important; float: left!important;} @media (min-width: 480px){.o_form_view .oe_left.o_inner_group{width: 1px!important;}} .o_form_view .oe_right{width: auto!important; float: right!important;} @media (min-width: 480px){.o_form_view .oe_right.o_inner_group{width: 1px!important;}} @media (min-width: 480px){.o_form_view .o_row{-webkit-align-items: baseline; align-items: baseline; min-width: 50px; margin: 0 -2.5px;}.o_form_view .o_row, .o_form_view .o_row.o_form_field{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; width: auto!important;}.o_form_view .o_row > div, .o_form_view .o_row > span, .o_form_view .o_row > button, .o_form_view .o_row > label, .o_form_view .o_row > a, .o_form_view .o_row > input{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto!important; margin-right: 2.5px; margin-left: 2.5px;}.o_form_view .o_row > .o_row{margin: 0;}.o_form_view .o_row > .btn{padding-top: 0; padding-bottom: 0;}.o_form_view .o_row > .o_form_field_boolean{-webkit-align-self: center; align-self: center;}.o_form_view .o_row .o_form_field_many2one.o_with_button:not(:last-child), .o_form_view .o_form_field_many2one.oe_inline.o_with_button:not(:last-child){margin-right: 37.5px;}} .o_form_view .o_row > div > .o_form_field{width: 100%;} .o_form_view.o_form_readonly .o_row{display: inline-block;} .o_form_view.o_form_readonly .o_row > div{display: inline-block;} @media (min-width: 480px){.o_form_view.o_form_editable .o_row > .o_form_field, .o_form_view.o_form_editable .o_row > div{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; width: 0!important;}.o_form_view.o_form_editable .o_row > .o_form_field.o_form_field_boolean, .o_form_view.o_form_editable .o_row > div.o_form_field_boolean, .o_form_view.o_form_editable .o_row > .o_form_field.o_priority, .o_form_view.o_form_editable .o_row > div.o_priority{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto!important;}} .o_form_view.o_form_editable .oe_title{max-width: 720px;} .o_form_view .oe_title > h1, .o_form_view .oe_title > h2, .o_form_view .oe_title > h3{width: 100%; margin-top: 0; margin-bottom: 0; line-height: inherit;} .o_form_view .o_group{display: inline-block; width: 100%; margin: 10px 0;} .o_form_view .o_group .o_group_col_1{display: inline-block; width: 8%; vertical-align: top;} .o_form_view .o_group .o_group_col_2{display: inline-block; width: 16%; vertical-align: top;} .o_form_view .o_group .o_group_col_3{display: inline-block; width: 25%; vertical-align: top;} .o_form_view .o_group .o_group_col_4{display: inline-block; width: 33%; vertical-align: top;} .o_form_view .o_group .o_group_col_5{display: inline-block; width: 41%; vertical-align: top;} .o_form_view .o_group .o_group_col_6{display: inline-block; width: 50%; vertical-align: top;} .o_form_view .o_group .o_group_col_7{display: inline-block; width: 58%; vertical-align: top;} .o_form_view .o_group .o_group_col_8{display: inline-block; width: 66%; vertical-align: top;} .o_form_view .o_group .o_group_col_9{display: inline-block; width: 75%; vertical-align: top;} .o_form_view .o_group .o_group_col_10{display: inline-block; width: 83%; vertical-align: top;} .o_form_view .o_group .o_group_col_11{display: inline-block; width: 91%; vertical-align: top;} .o_form_view .o_group .o_group_col_12{display: inline-block; width: 100%; vertical-align: top;} .o_form_view .o_group.o_inner_group{display: inline-table;} .o_form_view .o_group.o_inner_group > tbody > tr > td{vertical-align: top;} .o_form_view .o_group.o_inner_group > tbody > tr > td.o_td_label{width: 0%; padding: 0 15px 0 0; min-width: 150px;} .o_form_view .o_group.o_inner_group > tbody > tr > td span.o_form_field, .o_form_view .o_group.o_inner_group > tbody > tr > td .o_form_field_boolean.o_form_field, .o_form_view .o_group.o_inner_group > tbody > tr > td .oe_avatar.o_form_field, .o_form_view .o_group.o_inner_group > tbody > tr > td .o_form_uri.o_form_field{width: auto;} .o_form_view .o_group .o_form_field{width: 100%;} .o_form_view .o_group .o_form_field > .btn{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; padding: 0 10px;} .o_form_view .o_notebook{clear: both; margin-top: 10px;} .o_form_view .o_form_label{margin: 0;} .o_form_view .o_form_field{display: inline-block; margin-bottom: 5px;} .o_form_view .note-editor, .o_form_view .oe_form_field_html, .o_form_view .oe_form_field_html_text, .o_form_view .oe_form_field_text, .o_form_view .o_view_manager_content{display: block;} .o_form_view .o_form_field_many2one, .o_form_view .o_form_field_radio, .o_form_view .o_form_field_many2manytags, .o_form_view .o_form_field_percent_pie, .o_form_view .o_form_field_monetary, .o_form_view .o_form_field_binary_file{display: -ms-inline-flexbox; display: -moz-inline-box; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex;} .o_form_view .o_form_field_many2one > span, .o_form_view .o_form_field_radio > span, .o_form_view .o_form_field_many2manytags > span, .o_form_view .o_form_field_percent_pie > span, .o_form_view .o_form_field_monetary > span, .o_form_view .o_form_field_binary_file > span, .o_form_view .o_form_field_many2one > button, .o_form_view .o_form_field_radio > button, .o_form_view .o_form_field_many2manytags > button, .o_form_view .o_form_field_percent_pie > button, .o_form_view .o_form_field_monetary > button, .o_form_view .o_form_field_binary_file > button{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_form_view .o_form_field .o_form_field, .o_form_view .btn .o_form_field{margin-bottom: 0px;} .o_form_view .o_form_field .o_form_input_dropdown{width: 100%;} .o_form_view .o_form_field .o_form_input{display: inline-block;} .o_form_view .o_form_textarea{white-space: pre-wrap; width: 100%;} .o_form_view .o_form_textarea.oe_inline{width: 100%!important;} @media (min-width: 480px){.o_form_view .o_form_textarea.oe_inline{width: 45%!important;}} @media (max-width: 767px){.o_form_view .o_form_field_radio{display: inline-block;}} .o_form_view .o_form_field_radio .o_radio_item{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center;} .o_form_view .o_form_field_radio .o_radio_item > input{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; margin: 0 5px 0 0;} .o_form_view .o_form_field_radio .o_radio_item > label{margin: 0;} .o_form_view .o_form_field_radio.o_horizontal .o_radio_item{margin-right: 10px;} .o_form_view .o_form_field_radio.o_vertical{-ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;} .o_form_view .o_form_field_radio.o_vertical .o_radio_item{margin-bottom: 5px;} .o_form_view .o_form_field.o_view_manager_content, .o_form_view .o_form_field.o_form_field_one2many, .o_form_view .o_form_field.o_form_field_many2many{width: 100%;} .o_form_view .o_form_field.o_view_manager_content > div, .o_form_view .o_form_field.o_form_field_one2many > div, .o_form_view .o_form_field.o_form_field_many2many > div{width: 100%;} .o_form_view .o_form_field_many2manytags{-ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: baseline; align-items: baseline;} .o_form_view .o_form_field_many2manytags .badge{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_form_view .o_form_field_many2manytags .badge > .o_badge_text{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; max-width: 200px;} .o_form_view .o_form_field_percent_pie{-webkit-align-items: center; align-items: center;} .o_form_view .o_form_field_percent_pie > .o_pie{margin-right: 10px;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer{width: auto!important; float: right!important;} @media (min-width: 480px){.o_form_view .o_group.o_inner_group.oe_subtotal_footer.o_inner_group{width: 1px!important;}} .o_form_view .o_ace_view_editor{width: 100%;} .o_form_view .o_ace_view_editor .ace-view-editor{height: 300px; padding: 0 1em;} .modal .modal-dialog .o_form_view .o_form_sheet_bg{padding: 0;} .modal .modal-dialog .o_form_view .oe_chatter{display: none;} .modal .modal-dialog:not(.modal-lg) .o_form_view .o_group{width: 100%;} @media print{.oe_button_box{display: none !important;}} \n/* /web/static/src/less/form_view.less defined in bundle 'web.assets_backend' */\n .o_form_view{background-color: white;} .o_form_view .o_form_invisible, .o_form_view .o_form_field_empty{display: none!important;} .o_form_view .oe_form_box_info{background-color: #d9edf7; color: #4c4c4c; padding-top: 5px; padding-right: 16px; padding-bottom: 5px; padding-left: 16px;} a.o_form_view .oe_form_box_info:hover, a.o_form_view .oe_form_box_info:focus{background-color: #afd9ee;} .o_form_view .oe_form_box_info .text-muted{color: rgba(76, 76, 76, 0.4);} .o_form_view .oe_form_box_info > p{margin: auto;} .o_form_view .oe_text_center{text-align: center;} .o_form_view .oe_link{color: #7c7bad; font-weight: normal; border-radius: 0;} .o_form_view .oe_link, .o_form_view .oe_link:active, .o_form_view .oe_link.active, .o_form_view .oe_link[disabled], fieldset[disabled] .o_form_view .oe_link{background-color: transparent; -webkit-box-shadow: none; box-shadow: none;} .o_form_view .oe_link, .o_form_view .oe_link:hover, .o_form_view .oe_link:focus, .o_form_view .oe_link:active{border-color: transparent;} .o_form_view .oe_link:hover, .o_form_view .oe_link:focus{color: #555487; text-decoration: none; background-color: transparent;} .o_form_view .oe_link[disabled]:hover, fieldset[disabled] .o_form_view .oe_link:hover, .o_form_view .oe_link[disabled]:focus, fieldset[disabled] .o_form_view .oe_link:focus{color: #777777; text-decoration: none;} .o_form_view .oe_grey{opacity: 0.5;} .o_form_view.o_form_readonly .oe_edit_only{display: none!important;} .o_form_view.o_form_readonly .o_form_uri{display: inline-block; color: #4c4c4c;} .o_form_view.o_form_readonly .o_form_uri:first-line{color: #7c7bad;} .o_form_view.o_form_readonly .o_form_uri:hover{color: #494949;} .o_form_view.o_form_readonly .o_form_uri:hover:first-line{color: #555487;} .o_form_view.o_form_editable .oe_read_only{display: none!important;} .o_form_view.o_form_editable .o_form_field_many2manytags{border: 1px solid #ccc; border-radius: 4px; padding: 2px 4px; color: #1f1f1f;} .o_form_view.o_form_editable .o_form_field_many2manytags > .o_form_field{-ms-flex: 1 0 100px; -moz-flex: 1 0 100px; -webkit-box-flex: 1; -webkit-flex: 1 0 100px; flex: 1 0 100px; position: initial; max-width: 100%;} .o_form_view.o_form_editable .o_form_field_many2manytags > .o_form_field > .o_form_input_dropdown > .o_form_input{border-style: none!important;} .o_form_view.o_form_editable .o_form_field_monetary{border: 1px solid #ccc; border-radius: 4px; padding: 2px 4px; color: #1f1f1f; -webkit-align-items: baseline; align-items: baseline;} .o_form_view.o_form_editable .o_form_field_monetary > .o_form_input{border-style: none!important; width: 100px; -ms-flex: 1 0 auto; -moz-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto;} .o_form_view .oe_button_box .oe_stat_button:not(:hover) .o_stat_info > .o_hover{display: none !important;} .o_form_view .oe_button_box .oe_stat_button:hover .o_stat_info > .o_not_hover{display: none !important;} .o_form_view .oe_title .o_priority > .o_priority_star{font-size: inherit;} .o_form_view .o_group.o_label_nowrap .o_form_label{white-space: nowrap;} .o_form_view .o_group .o_form_label{font-weight: normal;} .o_form_view .o_group .o_td_label .o_form_label{font-weight: bold; margin-right: 0px;} .o_form_view.oe_form_configuration .o_group .o_form_label{white-space: nowrap;} .o_form_view .o_horizontal_separator{font-size: 20px; margin: 5px 0;} .o_form_view .o_horizontal_separator:empty{height: 10px;} .o_form_view .o_form_label{font-size: 13px; line-height: 1.42857143; margin-right: 5px;} .o_form_view .o_form_label.o_form_invalid{color: #d9534f;} .o_form_view .oe_form_field_text .oe_form_text_content{white-space: pre-wrap;} .o_form_view .o_form_field_many2manytags .badge{cursor: pointer; color: white; font-size: 12px; border: 0;} .o_form_view .o_form_field_many2manytags .badge > ul{width: 228px;} .o_form_view .o_form_field_many2manytags .badge > ul > li{float: left; color: black;} .o_form_view .o_form_field_many2manytags .badge > ul > li > span{border-radius: 6px; width: 45px; height: 30px; display: inline-block; border: 2px solid white; cursor: pointer; padding: 0;} .o_form_view .o_form_field_many2manytags .badge > ul > li > span:hover{opacity: 0.8;} .o_form_view .o_form_field_many2manytags .badge > ul > li:last-child{margin-top: 7px; cursor: auto;} .o_form_view .o_form_invalid.o_form_input, .o_form_view .o_form_invalid .o_form_input, .o_form_view .o_form_invalid.o_form_textarea, .o_form_view .o_form_invalid .o_form_textarea{border-color: #d9534f !important;} .o_form_view .o_form_field_boolean{margin: 0 5px 0 0;} .o_form_view .o_form_field_number{white-space: nowrap;} .o_form_view .o_form_field_radio .o_form_radio{outline: none;} .o_form_view .o_field_translate{padding: 0; display: none; cursor: pointer; width: 12px; vertical-align: top;} .o_form_view .o_field_translate::before{position: relative;} .o_form_view .o_field_translate.o_translate_active{display: inline-block;} .o_form_view .o_form_field.o_form_invisible + .o_field_translate{display: none;} .o_form_view .o_form_input_dropdown{-ms-flex: 1 0 auto; -moz-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto; position: relative;} .o_form_view .o_form_input_dropdown > input{padding-right: 15px; cursor: pointer;} .o_form_view .o_form_input_dropdown .o_dropdown_button{pointer-events: none;} .o_form_view .o_form_input_dropdown .o_dropdown_button:after{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; -moz-transform: scale(0.9999);} .o_form_view .badge .o_delete{cursor: pointer;} .o_form_view .o_form_field_image{position: relative;} .o_form_view .o_form_field_image .o_form_image_controls{position: absolute; top: 0; left: auto; bottom: auto; right: 0; width: 100%; color: white; background-color: #7c7bad; opacity: 0; transition: opacity ease 400ms;} .o_form_view .o_form_field_image .o_form_image_controls > .fa{margin: 5px; cursor: pointer;} @media (max-width: 480px){.o_form_view .o_form_field_image .o_form_image_controls{position: initial; opacity: 1;}.o_form_view .o_form_field_image .o_form_image_controls > .fa{width: 50%; padding: 6px; margin: 0px; text-align: center;}.o_form_view .o_form_field_image .o_form_image_controls > .fa.o_select_file_button{background: #7c7bad;}.o_form_view .o_form_field_image .o_form_image_controls > .fa.o_clear_file_button{background: #d9534f;}} .o_form_view .o_form_field_image:hover .o_form_image_controls{opacity: 0.8;} .o_form_view .o_form_binary_progress, .o_form_view .o_hidden_input_file .o_form_input_file{display: none;} .o_form_view .o_tz_warning{color: #d9534f; cursor: pointer;} .o_form_view .o_form_field .o_kanban_view.o_kanban_ungrouped{padding: 0;} .o_form_view .o_form_field .o_kanban_view.o_kanban_ungrouped .o_kanban_record{box-shadow: none;} .o_form_view .o_form_field .o_list_view{margin-bottom: 10px;} .o_form_view .o_form_field .o_list_view > tfoot > tr > td{padding: 3px; color: #4c4c4c;} .o_form_view.o_form_readonly .o_form_field .o_list_view .o_row_handle{display: none;} .o_form_view .o_form_field_percent_pie .o_pie{position: relative; border-radius: 100%; overflow: hidden; background-color: #7c7bad;} .o_form_view .o_form_field_percent_pie .o_pie:after{content: " "; position: absolute; top: 0; left: auto; bottom: auto; right: 0; width: 100%; height: 100%; border-radius: 100%;} .o_form_view .o_form_field_percent_pie .o_pie .o_mask{position: absolute; top: 0; left: auto; bottom: auto; right: 0; -ms-transform-origin: 0 50% 0; -webkit-transform-origin: 0 50% 0; -moz-transform-origin: 0 50% 0; transform-origin: 0 50% 0; width: 50%; height: 100%; background-color: white;} .o_form_view .o_form_field_percent_pie .o_pie .o_mask.o_full{background-color: inherit;} .o_form_view .o_form_field_percent_pie .o_pie .o_pie_value{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 100%; font-weight: 700; color: #7c7bad;} .o_form_view .oe_attachment{display: inline-block; border: 1px solid #e2e2e0; margin: 0 5px 5px 0; padding: 5px;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer > tbody > tr > td{padding: 0;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer > tbody > tr > td.o_td_label{text-align: right;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer > tbody > tr > td .o_form_label{padding-right: 20px; min-width: 0; white-space: nowrap;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer > tbody > tr > td .o_form_label:after{content: ":";} .o_form_view .o_group.o_inner_group.oe_subtotal_footer > tbody > tr > td .o_form_field{text-align: right; width: 100%;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer .oe_subtotal_footer_separator{width: 100%; text-align: right; border-top: 1px solid #f0eeee; font-weight: bold; font-size: 1.3em;} .o_form_view .o_address_format{width: 100%;} .o_form_view .o_address_format .o_address_street, .o_form_view .o_address_format .o_address_country{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} .o_form_view .o_address_format .o_address_city{margin-right: 2%;} .o_form_view .o_address_format .o_address_state{margin-right: 2%;} .o_form_view .o_address_format.o_zip_city .o_address_zip{margin-right: 2%;} .o_form_view .o_address_format.o_zip_city .o_address_city{margin-right: 0;} .o_form_view .o_address_format.o_zip_city .o_address_state{display: block; margin-right: 0;} .o_form_view .o_address_format.o_city_state .o_address_state{margin-right: 0;} .o_form_view .o_address_format.o_city_state .o_address_zip{display: block; margin-right: 0;} .o_form_view .o_address_format > span.o_form_field{width: auto;} .o_form_view.o_form_editable .o_address_format input.o_address_city{width: 38%;} .o_form_view.o_form_editable .o_address_format div.o_address_state{width: 33%;} .o_form_view.o_form_editable .o_address_format input.o_address_zip{width: 25%;} .o_form_view.o_form_editable .o_address_format.o_zip_city .o_address_zip{width: 38%;} .o_form_view.o_form_editable .o_address_format.o_zip_city .o_address_city{width: 60%;} .o_form_view.o_form_editable .o_address_format.o_zip_city .o_address_state{width: 100%;} .o_form_view.o_form_editable .o_address_format.o_city_state .o_address_city{width: 50%;} .o_form_view.o_form_editable .o_address_format.o_city_state .o_address_state{width: 48%;} .o_form_view.o_form_editable .o_address_format.o_city_state .o_address_zip{width: 100%;} .o_form_view .o_notebook .nav-tabs > .tab-pane{min-height: 100px;} .modal .modal-dialog .o_form_view .o_form_sheet{box-shadow: none; width: 100%; margin: 0 auto; max-width: none;} .modal .modal-dialog .o_form_invisible{display: none!important;} .ui-autocomplete{z-index: 1051;} .o_control_panel .o_form_buttons_view > button:first-child{float: left; margin-right: 4px;} \n/* /web/static/src/less/list_view.less defined in bundle 'web.assets_backend' */\n .o_list_view{cursor: pointer; background-color: white; margin-bottom: 0px;} .o_list_view.table td, .o_list_view.table th{vertical-align: middle;} .o_list_view thead{color: #4c4c4c; background-color: #eee; border-bottom: 1px solid #cacaca;} .o_list_view thead > tr > th{border-left: 1px solid #dfdfdf;} .o_list_view thead > tr > th:not(.o_column_sortable):hover{cursor: default;} .o_list_view tfoot{cursor: default; color: #4c4c4c; background-color: #eee; font-weight: bold; border-top: 2px solid #cacaca; border-bottom: 1px solid #cacaca;} .o_list_view .o_column_sortable{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_list_view .o_column_sortable.o-sort-up:after{font-family: FontAwesome; margin-left: 5px; content: "\\f0d7";} .o_list_view .o_column_sortable.o-sort-down:after{font-family: FontAwesome; margin-left: 5px; content: "\\f0d8";} .o_list_view .o_list_record_selector{width: 1px;} .o_list_view .o_list_record_selector > input{margin-left: 3px;} @media (max-width: 767px){.o_list_view .o_list_record_selector > input{display: none !important;}} .o_list_view .o_list_record_delete{width: 13px;} .o_list_view .o_handle_cell{width: 1px;} .o_list_view .o_handle_cell .o_row_handle{cursor: ns-resize;} .o_list_view .text-bf{font-weight: bold;} .o_list_view .text-it{font-style: italic;} .o_list_view .text-muted{color: #919191;} .o_list_view tbody > tr.o_group_header{background-color: #ededed; background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede)); background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede); background-image: -moz-linear-gradient(top, #fcfcfc, #dedede); background-image: -ms-linear-gradient(top, #fcfcfc, #dedede); background-image: -o-linear-gradient(top, #fcfcfc, #dedede); background-image: linear-gradient(to bottom, #fcfcfc, #dedede);} .o_list_view tbody > tr.o_group_header .o_group_name{white-space: nowrap;} .o_list_view tbody > tr.o_group_header .o_group_pager{cursor: text; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: right;} .o_list_view tbody > tr.o_group_header .o_group_pager .o_pager_previous, .o_list_view tbody > tr.o_group_header .o_group_pager .o_pager_next{background-color: #fbfbfa;} .o_list_view tbody > tr.o_group_header .o_group_pager .o_pager_previous:hover, .o_list_view tbody > tr.o_group_header .o_group_pager .o_pager_next:hover{background-color: #e2e2e0;} .o_list_view tbody + tbody{border-top: none;} .o_list_view .o_list_number{text-align: right; white-space: nowrap;} .o_list_view .o_list_text{white-space: pre-wrap;} .o_list_editable{position: relative;} .o_list_editable .o_temp_visible{opacity: 0; display: block!important;} .o_list_editable .o_temp_visible.o_form_invisible{display: block!important;} .o_list_editable .o_list_view .o_row_edition > td{visibility: hidden;} .o_list_editable .o_list_view .o_row_edition > td.o_list_record_selector, .o_list_editable .o_list_view .o_row_edition > td.o_list_record_delete, .o_list_editable .o_list_view .o_row_edition > td.o_list_button{visibility: visible;} .o_list_editable .o_list_view .o_row_edition > td.o_list_record_delete{opacity: 0.5; pointer-events: none;} .o_list_editable .o_list_view .o_row_edition > td.o_readonly{visibility: visible; color: transparent;} .o_list_editable .o_list_view .o_row_edition > td.o_readonly > .o_checkbox{visibility: hidden;} .o_list_editable .o_form_view.o_list_editable_form{padding: 0;} .o_list_editable .o_form_view.o_list_editable_form > .o_form_field{padding: 0; position: absolute; white-space: nowrap;} .o_list_editable .o_form_view.o_list_editable_form > .o_form_field.o_form_textarea{white-space: pre-wrap;} .o_list_editable .o_form_view.o_list_editable_form > .o_form_field .o_form_field, .o_list_editable .o_form_view.o_list_editable_form > .o_form_field .badge{display: block; float: left; white-space: normal; max-width: 100%;} .o_list_editable .o_form_view.o_list_editable_form > .o_form_field.o_readonly:not(.o_checkbox){background-color: transparent; padding: 5px;} .o_list_editable .o_form_view.o_list_editable_form > .o_field_translate{position: absolute; width: 16px;} .o_list_editable .o_form_view.o_list_editable_form .o_form_input_dropdown{height: 100%;} .o_list_editable .o_form_view.o_list_editable_form .o_form_input{height: 100%; padding-left: 5px; padding-right: 5px;} .o_list_editable .o_form_view.o_list_editable_form .o_form_input, .o_list_editable .o_form_view.o_list_editable_form .o_form_textarea, .o_list_editable .o_form_view.o_list_editable_form .o_form_field_many2manytags, .o_list_editable .o_form_view.o_list_editable_form .o_form_field_monetary{border-style: solid;} .o_list_editable .o_form_view.o_list_editable_form .o_form_field_monetary .o_form_input{width: 0;} .o_list_editable .o_form_view.o_list_editable_form .o_checkbox{padding: 7px 0 0 5px; background: transparent;} .o_list_editable .o_form_view.o_list_editable_form .o_form_textarea{min-width: 0;} .o_list_editable .o_form_view.o_list_editable_form .o_with_button .o_form_input_dropdown{width: 1%;} .o_list_editable .o_form_view.o_list_editable_form .o_form_input_dropdown > .o_form_input, .o_list_editable .o_form_view.o_list_editable_form .o_datepicker > .o_form_input{padding-right: 15px;} .o_list_editable .o_form_view.o_list_editable_form .o_form_input_dropdown > .o_dropdown_button, .o_list_editable .o_form_view.o_list_editable_form .o_datepicker > .o_dropdown_button, .o_list_editable .o_form_view.o_list_editable_form .o_form_input_dropdown .o_datepicker_button, .o_list_editable .o_form_view.o_list_editable_form .o_datepicker .o_datepicker_button{position: absolute; top: 20%; left: auto; bottom: auto; right: 5px;} .o_list_editable .o_form_view.o_list_editable_form .o_form_field > .o_external_button{padding: 0; background-color: inherit; margin-left: 3px;} .o_list_editable .o_form_view.o_list_editable_form .o_row_handle{visibility: hidden;} .o_list_editable .o_form_view.o_list_editable_form .o_form_field_boolean{width: auto!important;} .o_list_editable .o_form_view.o_list_editable_form .o_form_field_number{text-align: right;} .modal .o_list_editable .o_form_view.o_list_editable_form{-webkit-overflow-scrolling: auto;} .o_list_buttons .o_list_button_save, .o_list_buttons .o_list_button_discard{display: none;} .o_list_buttons.o-editing .o_list_button_add{display: none;} .o_list_buttons.o-editing .o_list_button_save, .o_list_buttons.o-editing .o_list_button_discard{display: inline-block;} \n/* /web/static/src/less/search_view.less defined in bundle 'web.assets_backend' */\n .o_searchview{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: flex-end; align-items: flex-end; position: relative; padding: 0 20px 1px 0;} .o_searchview .o_searchview_facet{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; position: relative; margin: 1px 3px 0 0;} .o_searchview .o_searchview_facet .o_searchview_facet_label{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; padding: 0 3px; color: white; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center;} .o_searchview .o_searchview_facet .o_facet_values{padding: 0 18px 0 5px;} .o_searchview .o_searchview_facet .o_facet_values .o_facet_values_sep{font-style: italic;} .o_searchview .o_searchview_facet .o_facet_remove{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; top: 0; left: auto; bottom: 0; right: 0; width: 18px; cursor: pointer;} .o_searchview .o_searchview_input{width: 100px; -ms-flex: 1 0 auto; -moz-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto;} .o_searchview .o_searchview_more{font-size: 16px; cursor: pointer;} .o_searchview .o_searchview_autocomplete{position: absolute; top: 100%; left: auto; bottom: auto; right: auto; width: 100%;} .o_searchview .o_searchview_autocomplete li{padding-left: 25px; position: relative;} .o_searchview .o_searchview_autocomplete li.o-indent{padding-left: 50px;} .o_searchview .o_searchview_autocomplete li a{display: inline-block; padding-left: 0px; padding-right: 0px;} .o_searchview .o_searchview_autocomplete li a:hover{background-color: inherit;} .o_searchview .o_searchview_autocomplete li a.o-expand, .o_searchview .o_searchview_autocomplete li a.o-expanded{position: absolute; top: auto; left: 6px; bottom: auto; right: auto; padding: 3px;} .o_searchview .o_searchview_autocomplete li a.o-expand:before{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 4px solid transparent; border-left: 4px solid; border-right: 0; border-top: 4px solid transparent; -moz-transform: scale(0.9999);} .o_searchview .o_searchview_autocomplete li a.o-expanded:before{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; -moz-transform: scale(0.9999);} .o_dropdown{white-space: nowrap; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_dropdown .dropdown-toggle:first-child{padding-right: 10px;} .o_dropdown > a{color: #4c4c4c;} .o_dropdown > a:hover{text-decoration: none; font-weight: bold; color: #333333;} .o_dropdown.open > a{font-weight: bold; color: #333333;} .o_search_options .o_closed_menu{position: relative;} .o_search_options .o_closed_menu a:before{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 4px solid transparent; border-left: 4px solid; border-right: 0; border-top: 4px solid transparent; -moz-transform: scale(0.9999); position: absolute; top: 50%; left: 10px; bottom: auto; right: auto; margin-top: -4px;} .o_search_options .o_open_menu{position: relative;} .o_search_options .o_open_menu a:before{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; -moz-transform: scale(0.9999); position: absolute; top: 50%; left: 10px; bottom: auto; right: auto; margin-top: -4px;} .o_search_options .o_filters_menu{max-height: calc(100vh - 125px); overflow: auto;} .o_search_options .o_filters_menu li{position: relative;} .o_search_options .o_filters_menu li > a{color: #4c4c4c;} .o_search_options .o_filters_menu li > a:hover{color: #333333;} .o_search_options .o_filters_menu li.selected > a{color: #333333; font-weight: bold;} .o_search_options .o_filters_menu li.selected > a:before{font-family: FontAwesome; position: absolute; left: 6px; content: "\\f00c";} .o_search_options .o_filters_menu .o_filter_condition{margin: 3px 25px; width: auto; max-width: 250px; margin-bottom: 8px;} .o_search_options .o_filters_menu .o_filter_condition .o_or_filter{display: none; position: absolute; top: 7px; left: -18px; bottom: auto; right: auto;} .o_search_options .o_filters_menu .o_filter_condition + .o_filter_condition .o_or_filter{display: block;} .o_search_options .o_filters_menu .o_searchview_extended_prop_op{margin: 3px 0px;} .o_search_options .o_filters_menu .o_searchview_extended_prop_value .datepickerbutton{position: absolute; top: 3px; left: auto; bottom: auto; right: -20px; cursor: pointer;} .o_search_options .o_filters_menu .o_searchview_extended_delete_prop{position: absolute; top: 3px; left: auto; bottom: auto; right: -18px; cursor: pointer;} .o_search_options .o_filters_menu .o_add_filter_menu{display: none; margin: 3px 25px; width: auto; max-width: 250px;} .o_search_options .o_group_by_menu{max-height: calc(100vh - 125px); overflow: auto;} .o_search_options .o_group_by_menu li{position: relative;} .o_search_options .o_group_by_menu li > a{color: #4c4c4c;} .o_search_options .o_group_by_menu li > a:hover{color: #333333;} .o_search_options .o_group_by_menu li.selected > a{color: #333333; font-weight: bold;} .o_search_options .o_group_by_menu li.selected > a:before{font-family: FontAwesome; position: absolute; left: 6px; content: "\\f00c";} .o_search_options .o_group_by_menu .divider{display: none;} .o_search_options .o_group_by_menu .o_add_group{display: none; margin: 3px 25px; width: auto; max-width: 250px;} .o_search_options .o_favorites_menu{max-height: calc(100vh - 125px); overflow: auto;} .o_search_options .o_favorites_menu li{position: relative;} .o_search_options .o_favorites_menu li > a{color: #4c4c4c;} .o_search_options .o_favorites_menu li > a:hover{color: #333333;} .o_search_options .o_favorites_menu li.selected > a{color: #333333; font-weight: bold;} .o_search_options .o_favorites_menu li.selected > a:before{font-family: FontAwesome; position: absolute; left: 6px; content: "\\f00c";} .o_search_options .o_favorites_menu .divider{display: none;} .o_search_options .o_favorites_menu .o-searchview-custom-private .o-remove-filter, .o_search_options .o_favorites_menu .o-searchview-custom-public .o-remove-filter{position: absolute; top: 50%; left: auto; bottom: auto; right: 12px; margin-top: -6px; cursor: pointer;} .o_search_options .o_favorites_menu .o-searchview-custom-public a:after{font-family: FontAwesome; content: "\\f0c0"; margin-left: 5px; font-weight: normal;} .o_search_options .o_favorites_menu .o_save_name{display: none; margin: 3px 25px; width: auto; max-width: 250px;} \n/* /web/static/src/less/modal.less defined in bundle 'web.assets_backend' */\n .modal .modal-content{border-radius: 0;} .modal .modal-content .modal-header .o_subtitle{margin-left: 10px;} .modal .modal-content .modal-body.o_act_window{padding: 0;} .modal .modal-content .modal-body .o_modal_header{padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px;} .modal .modal-content .modal-body .o_modal_header:before, .modal .modal-content .modal-body .o_modal_header:after{content: " "; display: table;} .modal .modal-content .modal-body .o_modal_header:after{clear: both;} .modal .modal-content .modal-body .o_modal_header:before, .modal .modal-content .modal-body .o_modal_header:after{content: " "; display: table;} .modal .modal-content .modal-body .o_modal_header:after{clear: both;} .modal .modal-content .modal-body .o_modal_header .o_search_options{display: inline-block;} .modal .modal-content .modal-body .o_modal_header .o_pager{float: right;} .modal .modal-content .modal-body .o_view_manager_content{position: static;} .modal .modal-content .modal-footer{text-align: left;} @media (min-width: 768px){.modal .modal-dialog{height: 100%; padding: 30px 0; margin: 0 auto;}.modal .modal-dialog .modal-content{max-height: 100%; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;}.modal .modal-dialog .modal-content .modal-header, .modal .modal-dialog .modal-content .modal-footer{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;}.modal .modal-dialog .modal-content .modal-body{overflow: auto; -webkit-transform: translate3d(0, 0, 0);}} \n/* /web/static/src/less/data_export.less defined in bundle 'web.assets_backend' */\n .o_web_client .o_export{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; min-height: 0;} .o_web_client .o_export > p, .o_web_client .o_export > .row{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_web_client .o_export label{vertical-align: top; font-weight: normal;} .o_web_client .o_export .o_import_compat, .o_web_client .o_export .o_export_format{display: inline-block;} .o_web_client .o_export .o_import_compat > div, .o_web_client .o_export .o_export_format > div{margin-left: 5px; display: -ms-inline-flexbox; display: -moz-inline-box; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center;} .o_web_client .o_export .o_import_compat > div > label, .o_web_client .o_export .o_export_format > div > label, .o_web_client .o_export .o_import_compat > div > input, .o_web_client .o_export .o_export_format > div > input{margin: 0 0 0 5px;} .o_web_client .o_export .o_export_panel{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; position: relative; min-height: 0;} .o_web_client .o_export .o_export_panel > div{height: 100%; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center;} .o_web_client .o_export .o_export_panel > div.o_left_panel{position: absolute; top: 0; left: 0; bottom: 0; right: 57%;} .o_web_client .o_export .o_export_panel > div.o_center_panel{position: absolute; top: 0; left: 43%; bottom: 0; right: 43%;} .o_web_client .o_export .o_export_panel > div.o_right_panel{position: absolute; top: 0; left: 57%; bottom: 0; right: 0;} .o_web_client .o_export .o_export_panel > div > h4, .o_web_client .o_export .o_export_panel > div > div{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_web_client .o_export .o_export_panel > div > button{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; margin-top: 10px;} .o_web_client .o_export .o_export_panel > div .o_left_field_panel, .o_web_client .o_export .o_export_panel > div .o_fields_list{border: 1px solid #e2e2e0; overflow: auto; -ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; min-height: 0;} .o_web_client .o_export .o_export_panel > div .o_export_tree_item{cursor: pointer; position: relative; padding-left: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} .o_web_client .o_export .o_export_panel > div .o_export_tree_item.o_selected > .o_tree_column{background-color: #7c7bad; color: white;} .o_web_client .o_export .o_export_panel > div .o_export_tree_item .o_expand_parent{position: absolute; top: 4px; left: 5px; bottom: auto; right: auto;} .o_web_client .o_export .o_export_panel > div .o_export_tree_item .o_tree_column{display: block;} .o_web_client .o_export .o_export_panel > div .o_export_tree_item .o_tree_column.o_required{border-bottom: 2px solid #4c4c4c;} .o_web_client .o_export .o_export_panel > div .o_export_tree_item:focus{outline: none;} .o_web_client .o_export .o_export_panel > div .o_save_list, .o_web_client .o_export .o_export_panel > div .o_exported_lists{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: baseline; align-items: baseline;} .o_web_client .o_export .o_export_panel > div .o_save_list > label, .o_web_client .o_export .o_export_panel > div .o_exported_lists > label, .o_web_client .o_export .o_export_panel > div .o_save_list > button, .o_web_client .o_export .o_export_panel > div .o_exported_lists > button{margin: 0 0 5px; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_web_client .o_export .o_export_panel > div .o_save_list > input, .o_web_client .o_export .o_export_panel > div .o_exported_lists > input, .o_web_client .o_export .o_export_panel > div .o_save_list > select, .o_web_client .o_export .o_export_panel > div .o_exported_lists > select{width: 0; -ms-flex: 1 0 auto; -moz-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto;} \n/* /web/static/src/less/switch_company_menu.less defined in bundle 'web.assets_backend' */\n .o_company{margin-right: 23px;} .o_current_company{margin-right: 10px;} \n/* /web/static/src/less/dropdown_extra.less defined in bundle 'web.assets_backend' */\n .ui-autocomplete .ui-menu-item.ui-state-focus{background-color: #7c7bad;} .ui-autocomplete .ui-menu-item.o_m2o_dropdown_option > a{color: #7c7bad;} .ui-autocomplete .ui-menu-item.ui-state-focus > a, .ui-autocomplete .ui-menu-item.ui-state-focus.o_m2o_dropdown_option > a{color: white;} .oe_dropdown, .oe_dropdown_toggle{position: relative; cursor: pointer;} .oe_dropdown_toggle{color: #2B2B2B; font-weight: normal;} .oe_dropdown_menu{display: none; position: absolute; z-index: 3; margin: 0; border: 1px solid #afafb6; background: white; padding: 4px 0; min-width: 140px; text-align: left; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);} .oe_dropdown_menu.oe_opened{display: block;} .oe_dropdown_menu > li{list-style-type: none; float: none; display: block; position: relative; margin: 0; padding: 2px 8px;} .oe_dropdown_menu > li:hover{background-color: #efeff8; background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6)); background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6); background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6); background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6); background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6); background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6); box-shadow: none;} .oe_dropdown_menu > li > a{white-space: nowrap; display: block; color: #4c4c4c; text-decoration: none;} .oe_dropdown_menu > li > a:hover{text-decoration: none;} .o_dropdown_toggler_btn{color: #4c4c4c; background-color: white; border-color: #cccccc;} .o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn.focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .o_dropdown_toggler_btn:hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_dropdown_toggler_btn:active, .o_dropdown_toggler_btn.active, .open > .dropdown-toggle.o_dropdown_toggler_btn{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_dropdown_toggler_btn:active:hover, .o_dropdown_toggler_btn.active:hover, .open > .dropdown-toggle.o_dropdown_toggler_btn:hover, .o_dropdown_toggler_btn:active:focus, .o_dropdown_toggler_btn.active:focus, .open > .dropdown-toggle.o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn:active.focus, .o_dropdown_toggler_btn.active.focus, .open > .dropdown-toggle.o_dropdown_toggler_btn.focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .o_dropdown_toggler_btn:active, .o_dropdown_toggler_btn.active, .open > .dropdown-toggle.o_dropdown_toggler_btn{background-image: none;} .o_dropdown_toggler_btn.disabled, .o_dropdown_toggler_btn[disabled], fieldset[disabled] .o_dropdown_toggler_btn, .o_dropdown_toggler_btn.disabled:hover, .o_dropdown_toggler_btn[disabled]:hover, fieldset[disabled] .o_dropdown_toggler_btn:hover, .o_dropdown_toggler_btn.disabled:focus, .o_dropdown_toggler_btn[disabled]:focus, fieldset[disabled] .o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn.disabled.focus, .o_dropdown_toggler_btn[disabled].focus, fieldset[disabled] .o_dropdown_toggler_btn.focus, .o_dropdown_toggler_btn.disabled:active, .o_dropdown_toggler_btn[disabled]:active, fieldset[disabled] .o_dropdown_toggler_btn:active, .o_dropdown_toggler_btn.disabled.active, .o_dropdown_toggler_btn[disabled].active, fieldset[disabled] .o_dropdown_toggler_btn.active{background-color: white; border-color: #cccccc;} .o_dropdown_toggler_btn .badge{color: white; background-color: #4c4c4c;} .o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn.focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .o_dropdown_toggler_btn:hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_dropdown_toggler_btn:active, .o_dropdown_toggler_btn.active, .open > .dropdown-toggle.o_dropdown_toggler_btn{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_dropdown_toggler_btn:active:hover, .o_dropdown_toggler_btn.active:hover, .open > .dropdown-toggle.o_dropdown_toggler_btn:hover, .o_dropdown_toggler_btn:active:focus, .o_dropdown_toggler_btn.active:focus, .open > .dropdown-toggle.o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn:active.focus, .o_dropdown_toggler_btn.active.focus, .open > .dropdown-toggle.o_dropdown_toggler_btn.focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .o_dropdown_toggler_btn:active, .o_dropdown_toggler_btn.active, .open > .dropdown-toggle.o_dropdown_toggler_btn{background-image: none;} .o_dropdown_toggler_btn.disabled, .o_dropdown_toggler_btn[disabled], fieldset[disabled] .o_dropdown_toggler_btn, .o_dropdown_toggler_btn.disabled:hover, .o_dropdown_toggler_btn[disabled]:hover, fieldset[disabled] .o_dropdown_toggler_btn:hover, .o_dropdown_toggler_btn.disabled:focus, .o_dropdown_toggler_btn[disabled]:focus, fieldset[disabled] .o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn.disabled.focus, .o_dropdown_toggler_btn[disabled].focus, fieldset[disabled] .o_dropdown_toggler_btn.focus, .o_dropdown_toggler_btn.disabled:active, .o_dropdown_toggler_btn[disabled]:active, fieldset[disabled] .o_dropdown_toggler_btn:active, .o_dropdown_toggler_btn.disabled.active, .o_dropdown_toggler_btn[disabled].active, fieldset[disabled] .o_dropdown_toggler_btn.active{background-color: white; border-color: #cccccc;} .o_dropdown_toggler_btn .badge{color: white; background-color: #4c4c4c;} \n/* /web/static/src/less/views_extra.less defined in bundle 'web.assets_backend' */\n .oe_view_nocontent{padding: 15px; margin-top: 0; color: #777777; font-size: 125%; max-width: 700px;} .oe_view_nocontent .oe_view_nocontent_create{margin-top: 0; padding-top: 35px; color: #4c4c4c;} .oe_view_nocontent .oe_view_nocontent_create:before{content: ""; display: inline-block; position: absolute; width: 70px; height: 80px; margin-left: -70px; margin-top: -50px; background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;} .oe_view_nocontent > p{padding-left: 78px;} .oe_view_nocontent .oe_empty_custom_dashboard{background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0; margin-top: -15px; padding: 100px 0 0 137px; min-height: 327px; margin-left: -15px;} \n/* /web/static/src/less/form_view_extra.less defined in bundle 'web.assets_backend' */\n .o_form_view .o_form_sheet_bg{background: url(/web/static/src/img/form_sheetbg.png); border-bottom: 1px solid #ddd;} .o_form_view .o_form_sheet_bg .o_form_sheet{border: 1px solid #c8c8d3; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);} .o_form_view > header{border-bottom: 1px solid #cacaca; background-color: #ededed; background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede)); background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede); background-image: -moz-linear-gradient(top, #fcfcfc, #dedede); background-image: -ms-linear-gradient(top, #fcfcfc, #dedede); background-image: -o-linear-gradient(top, #fcfcfc, #dedede); background-image: linear-gradient(to bottom, #fcfcfc, #dedede);} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight){color: #4c4c4c; background-color: white; border-color: #cccccc;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight){color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active:hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active:hover, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active:focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active:focus, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active.focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active.focus, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight){background-image: none;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled], fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight), .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled:hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled]:hover, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled:focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled]:focus, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled.focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled].focus, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled:active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled]:active, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled.active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled].active, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active{background-color: white; border-color: #cccccc;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight) .badge{color: white; background-color: #4c4c4c;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).focus{color: #4c4c4c; background-color: #e6e6e6; border-color: #8c8c8c;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):hover{color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight){color: #4c4c4c; background-color: #e6e6e6; border-color: #adadad;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active:hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active:hover, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active:focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active:focus, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active.focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active.focus, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).focus{color: #4c4c4c; background-color: #d4d4d4; border-color: #8c8c8c;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active, .open > .dropdown-toggle.o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight){background-image: none;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled], fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight), .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled:hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled]:hover, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):hover, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled:focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled]:focus, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled.focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled].focus, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).focus, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled:active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled]:active, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight):active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).disabled.active, .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight)[disabled].active, fieldset[disabled] .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight).active{background-color: white; border-color: #cccccc;} .o_form_view > header > button:not(.btn-primary):not(.btn-link):not(.oe_highlight) .badge{color: white; background-color: #4c4c4c;} .o_form_view.o_form_nosheet > header{margin: -16px -16px 0 -16px;} .o_form_view ul.oe_form_status, .o_form_view ul.oe_form_status_clickable{display: inline-block; margin: 0; padding: 0 18px 0 0;} .o_form_view ul.oe_form_status li, .o_form_view ul.oe_form_status_clickable li{display: inline-block; list-style-type: none; margin: 0 -18px 0 0; padding: 0; height: 30px; background-color: #ededed; background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede)); background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede); background-image: -moz-linear-gradient(top, #fcfcfc, #dedede); background-image: -ms-linear-gradient(top, #fcfcfc, #dedede); background-image: -o-linear-gradient(top, #fcfcfc, #dedede); background-image: linear-gradient(to bottom, #fcfcfc, #dedede);} .o_form_view ul.oe_form_status li:first-child > .label, .o_form_view ul.oe_form_status_clickable li:first-child > .label{border-left: 1px solid #cacaca; padding-left: 14px;} .o_form_view ul.oe_form_status li:last-child, .o_form_view ul.oe_form_status_clickable li:last-child{border-right: 1px solid #cacaca;} .o_form_view ul.oe_form_status li:last-child > .label, .o_form_view ul.oe_form_status_clickable li:last-child > .label{padding-right: 14px;} .o_form_view ul.oe_form_status li:last-child > .arrow, .o_form_view ul.oe_form_status_clickable li:last-child > .arrow{display: none;} .o_form_view ul.oe_form_status li > .label, .o_form_view ul.oe_form_status_clickable li > .label{color: #4c4c4c; text-shadow: 0 1px 1px #fcfcfc, 0 -1px 1px #dedede; padding: 7px; display: inline-block; padding-left: 24px; margin: 0; position: relative; line-height: normal; font-size: 100%; font-weight: normal;} .o_form_view ul.oe_form_status li > .arrow, .o_form_view ul.oe_form_status_clickable li > .arrow{width: 17px; height: 30px; display: inline-block; vertical-align: top; overflow: hidden; margin-left: -5px;} .o_form_view ul.oe_form_status li > .arrow span, .o_form_view ul.oe_form_status_clickable li > .arrow span{position: relative; width: 24px; height: 24px; display: inline-block; margin-left: -12px; margin-top: 3px; border-radius: 3px; box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2); background-color: #dedede; background: -moz-linear-gradient(135deg, #dedede, #fcfcfc); background: -o-linear-gradient(135deg, #fcfcfc, #dedede); background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#dedede)); background: -ms-linear-gradient(top, #fcfcfc, #dedede); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);} .o_form_view ul.oe_form_status ul.oe_dropdown_menu, .o_form_view ul.oe_form_status_clickable ul.oe_dropdown_menu{display: none; padding: 0; min-width: 0;} .o_form_view ul.oe_form_status ul.oe_dropdown_menu.oe_opened, .o_form_view ul.oe_form_status_clickable ul.oe_dropdown_menu.oe_opened{display: block;} .o_form_view ul.oe_form_status ul.oe_dropdown_menu li, .o_form_view ul.oe_form_status_clickable ul.oe_dropdown_menu li{margin: 0; width: 100%;} .o_form_view ul.oe_form_status ul.oe_dropdown_menu li span.label, .o_form_view ul.oe_form_status_clickable ul.oe_dropdown_menu li span.label{padding-left: 14px;} .o_form_view ul.oe_form_status li.oe_active, .o_form_view ul.oe_form_status_clickable li.oe_active{background-color: #807fa9; background-image: -webkit-gradient(linear, left top, left bottom, from(#abaaca), to(#555487)); background-image: -webkit-linear-gradient(top, #abaaca, #555487); background-image: -moz-linear-gradient(top, #abaaca, #555487); background-image: -ms-linear-gradient(top, #abaaca, #555487); background-image: -o-linear-gradient(top, #abaaca, #555487); background-image: linear-gradient(to bottom, #abaaca, #555487);} .o_form_view ul.oe_form_status li.oe_active > .arrow span, .o_form_view ul.oe_form_status_clickable li.oe_active > .arrow span{background-color: #555487; background: -moz-linear-gradient(135deg, #555487, #abaaca); background: -o-linear-gradient(135deg, #abaaca, #555487); background: -webkit-gradient(linear, left top, right bottom, from(#abaaca), to(#555487)); background: -ms-linear-gradient(top, #abaaca, #555487);} .o_form_view ul.oe_form_status li.oe_active > .label, .o_form_view ul.oe_form_status_clickable li.oe_active > .label{color: white; text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;} .o_form_view ul.oe_form_status_clickable li{cursor: pointer;} .o_form_view ul.oe_form_status_clickable li:hover{background-color: #d9d9d9; background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca)); background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca); background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca); background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca); background-image: -o-linear-gradient(top, #e8e8e8, #cacaca); background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);} .o_form_view ul.oe_form_status_clickable li:hover > .label{text-shadow: 0 -1px 1px #fcfcfc, 0 1px 1px #dedede;} .o_form_view ul.oe_form_status_clickable li:hover > .arrow span{background-color: #d9d9d9; background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca)); background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca); background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca); background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca); background-image: -o-linear-gradient(top, #e8e8e8, #cacaca); background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);} .o_form_view ul.oe_form_status_clickable li > .label{color: #7c7bad;} .o_form_view ul.oe_form_status_clickable li.oe_active:hover{background-color: #5a5983; background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7bad), to(#373758)); background-image: -webkit-linear-gradient(top, #7c7bad, #373758); background-image: -moz-linear-gradient(top, #7c7bad, #373758); background-image: -ms-linear-gradient(top, #7c7bad, #373758); background-image: -o-linear-gradient(top, #7c7bad, #373758); background-image: linear-gradient(to bottom, #7c7bad, #373758);} .o_form_view ul.oe_form_status_clickable li.oe_active:hover > .label{text-shadow: 0 -1px 1px #729fcf, 0 1px 1px #3465a4;} .o_form_view ul.oe_form_status_clickable li.oe_active:hover > .arrow span{background-color: #373758; background: -moz-linear-gradient(135deg, #373758, #7c7bad); background: -o-linear-gradient(135deg, #7c7bad, #373758); background: -webkit-gradient(linear, left top, right bottom, from(#7c7bad), to(#373758)); background: -ms-linear-gradient(top, #7c7bad, #373758);} .o_form_view .oe_button_box .oe_stat_button{border-radius: 0; border-color: #ccc; background: white; outline: none;} .o_form_view .oe_button_box .oe_stat_button:hover{background-color: #e6e6e6;} .o_form_view .oe_button_box .oe_stat_button .o_button_icon{color: #7C7BAD; font-size: 24px;} .o_form_view .oe_button_box .oe_stat_button .o_stat_info .o_stat_value{display: block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; font-weight: 700; color: #7c7bad;} .o_form_view .oe_button_box .oe_stat_button .o_stat_info .o_stat_text{display: block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; font-size: small;} .o_form_view .oe_button_box .oe_stat_button .o_stat_info .o_stat_text .o_stat_value{display: inline;} .o_form_view .oe_button_box .oe_stat_button > span{font-size: small; white-space: normal;} .o_form_view .oe_avatar > img{box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); border: none;} .o_form_view .o_group .o_td_label{border-right: 1px solid #ddd;} .o_form_view .o_form_required.o_form_input, .o_form_view .o_form_required .o_form_input, .o_form_view .o_form_required textarea.o_form_textarea{background-color: #D2D2FF;} .o_form_view textarea.o_form_textarea.o_form_required{background-color: #D2D2FF;} .o_form_view .o_form_field.o_form_field_many2one .o_external_button{padding: 0; margin-left: 2px; font-size: 19px; color: #7C7BAD; border: none;} .o_form_view .o_form_field.o_form_field_many2one .o_external_button:hover{background-color: transparent;} .o_form_view .o_form_input_dropdown .o_dropdown_button{position: absolute; top: 2px; left: auto; bottom: auto; right: 4px;} .o_form_view .o_horizontal_separator{color: #7c7bad; font-weight: bold;} .o_form_view .o_field_translate{margin-left: -15px;} .o_form_view .o_form_field_percent_pie .o_pie{width: 34px; height: 34px; margin-left: 5px;} .o_form_view .o_form_field_percent_pie .o_pie:after{border: 1px solid #7c7bad;} .o_form_view .o_form_field_percent_pie .o_pie .o_pie_value{position: absolute; top: 4px; left: auto; bottom: auto; right: 4px; width: 26px; height: 26px; border: 1px solid white; background-color: white;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer .oe_subtotal_footer_separator{border-top: 1px solid #cacaca;} .o_form_view .o_group.o_inner_group.oe_subtotal_footer .o_td_label{border-right: none;} .modal .modal-dialog .o_form_view .o_form_sheet_bg, .modal .modal-dialog .o_form_view .o_form_sheet{border: none;} \n/* /web/static/src/less/form_view_layout_extra.less defined in bundle 'web.assets_backend' */\n .o_form_view.o_form_nosheet{padding: 16px;} .o_form_view.o_form_nosheet.oe_form_nomargin{margin: 0;} .o_form_view .o_form_sheet_bg{position: relative; padding: 16px 0;} .o_form_view .o_form_sheet_bg .o_form_sheet{min-width: 650px; max-width: 860px; min-height: 330px; background: white; padding: 16px; margin: 0 auto;} .o_form_view .o_form_sheet_bg .o_form_sheet .ui-tabs{margin: 0 -16px;} .o_form_view .o_form_sheet_bg .o_form_sheet .oe_notebook_page{padding: 0 16px;} .o_form_view > header{padding-left: 14px;} .o_form_view > header:before, .o_form_view > header:after{content: " "; display: table;} .o_form_view > header:after{clear: both;} .o_form_view > header:before, .o_form_view > header:after{content: " "; display: table;} .o_form_view > header:after{clear: both;} .o_form_view > header ul:not(.oe_tooltip_technical):not(.oe_dropdown_menu){display: inline-block; float: right;} .o_form_view > header > button{margin: 0 2px;} .o_form_view > header > span{margin-left: 4px;} .o_form_view .oe_button_box{width: 400px; text-align: right; float: right;} .o_form_view .oe_button_box .oe_stat_button{text-align: left; width: 132px !important; height: 40px; margin: 0px -1px -1px 0px; padding: 0;} .o_form_view .oe_button_box .oe_stat_button > div{text-align: left; padding: 0; line-height: 120%; vertical-align: middle;} .o_form_view .oe_button_box .oe_stat_button .o_button_icon{display: inline-block; width: 30%; padding: 0px 3px; width: 37px; text-align: center; vertical-align: middle;} .o_form_view .oe_button_box .oe_stat_button .o_stat_info{display: inline-block; max-width: 70%; line-height: 1.2;} .o_form_view .oe_button_box .oe_stat_button > span{display: inline-block; max-width: 70%; line-height: 1.2;} .o_form_view .oe_button_box + .oe_title, .o_form_view .oe_button_box + .oe_avatar + .oe_title{width: 400px;} .o_form_view .o_group .o_td_label + td{padding: 2px 36px 2px 8px;} .o_form_view .o_group .o_form_field.o_text_overflow{width: 1px!important; min-width: 100%;} .o_form_view .oe_avatar{float: left;} .o_form_view .oe_avatar > img{max-height: 90px; max-width: 90px; margin-bottom: 10px;} .o_form_view .oe_avatar + .oe_title{padding-left: 95px; margin-left: 5px;} .o_form_view .oe_chatter{display: block; min-width: 682px; max-width: 892px; margin: 0 auto; padding: 16px 16px 48px;} \n/* /web/static/src/less/search_view_extra.less defined in bundle 'web.assets_backend' */\n .o_searchview{background-color: white; border: 1px solid #ccc; border-radius: 4px; padding: 1px 25px 3px 5px;} .o_searchview .o_searchview_facet{border: 1px solid #777777; background: #e9e9f1;} .o_searchview .o_searchview_facet .o_searchview_facet_label{background-color: #777777;} .o_searchview .o_searchview_facet .o_facet_remove{color: #777777;} .o_searchview .o_searchview_facet .o_facet_remove:hover{color: #555555;} .o_searchview .o_searchview_input{border: none; padding: 4px 0 0 0;} .o_searchview .o_searchview_more{position: absolute; top: 6px; left: auto; bottom: auto; right: 5px;} .o_searchview .o_searchview_autocomplete li.o-selection-focus{background-color: #7c7bad;} .o_searchview .o_searchview_autocomplete li.o-selection-focus > a{color: white;} .o_search_options input[type="text"], .o_search_options select{display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;} .o_search_options input[type="text"]:focus, .o_search_options select:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);} .o_search_options input[type="text"]::-moz-placeholder, .o_search_options select::-moz-placeholder{color: #999; opacity: 1;} .o_search_options input[type="text"]:-ms-input-placeholder, .o_search_options select:-ms-input-placeholder{color: #999;} .o_search_options input[type="text"]::-webkit-input-placeholder, .o_search_options select::-webkit-input-placeholder{color: #999;} .o_search_options input[type="text"]::-moz-placeholder, .o_search_options select::-moz-placeholder{color: #999; opacity: 1;} .o_search_options input[type="text"]:-ms-input-placeholder, .o_search_options select:-ms-input-placeholder{color: #999;} .o_search_options input[type="text"]::-webkit-input-placeholder, .o_search_options select::-webkit-input-placeholder{color: #999;} .o_search_options input[type="text"][disabled], .o_search_options select[disabled], .o_search_options input[type="text"][readonly], .o_search_options select[readonly], fieldset[disabled] .o_search_options input[type="text"], fieldset[disabled] .o_search_options select{background-color: #eeeeee; opacity: 1;} .o_search_options input[type="text"][disabled], .o_search_options select[disabled], fieldset[disabled] .o_search_options input[type="text"], fieldset[disabled] .o_search_options select{cursor: not-allowed;} textarea.o_search_options input[type="text"], textarea.o_search_options select{height: auto;} \n/* /account/static/src/css/account_bank_and_cash.css defined in bundle 'web.assets_backend' */\n.openerp .oe_force_bold{font-weight: bold !important;} .openerp label.oe_open_balance{margin-right: -18px;} .openerp label.oe_subtotal_footer_separator{float:right; width: 184px !important;} .openerp label.oe_mini_subtotal_footer_separator{margin-right: -14px;} .openerp .oe_account_total, .openerp .oe_pos_total{margin-left: -2px;} .openerp label.oe_real_closing_balance{min-width: 184px !important;} .openerp label.oe_difference, .openerp label.oe_pos_difference{margin-right: -10px; padding-left: 10px !important; min-width: 195px !important;} .openerp .oe_opening_total{margin-right: 4px;} .oe_payment_label{padding-right: 20px;} \n/* /account/static/src/css/account.css defined in bundle 'web.assets_backend' */\n.openerp div.oe_account_help{background : #D6EBFF; width: 100%; padding: 10px; border: 3px solid #C1D4E6;} .openerp p.oe_account_font_help{text-align: left; font-weight: bold; margin: 0px; font-size: 14px;} .openerp p.oe_account_font_content{margin-left: 30px; font-size: 14px;} .openerp p.oe_account_font_title{margin-top: 7px; font-size: 15px; font-style: italic; color: grey;} \n/* /account/static/src/less/account_reconciliation.less defined in bundle 'web.assets_backend' */\n .o_reconciliation{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: default; font-size: 12px;} .o_reconciliation .popover{font-size: 12px;} .o_reconciliation .oe_form_sheetbg{padding-top: 0;} .o_reconciliation .oe_form_sheetbg .oe_form_sheet{position: relative; padding: 20px 15px 20px 15px; border-top: 0; height: 100%;} .o_reconciliation .clearer{clear: both;} .o_reconciliation .oe_view_nocontent{max-width: none;} .o_reconciliation .oe_view_nocontent > p{padding: 0 10%;} .o_reconciliation h1 input, .o_reconciliation h2 input{height: auto !important;} .o_reconciliation h1{width: 48%; padding: 0 0 0 15px; margin: 0 0 25px 0; float: left; font-size: 2em; height: 1.5em;} .o_reconciliation .statement_name span{line-height: 1.5em; cursor: pointer;} .o_reconciliation .change_statement_name_container{display: none; width: 95%;} .o_reconciliation .change_statement_name_container td:first-child, .o_reconciliation .change_statement_name_container td:first-child > input{width: 99%;} .o_reconciliation .change_statement_name_container td:last-child{width: 1%; padding-left: 3px;} .o_reconciliation .change_statement_name_container td:last-child button{height: 100%; box-sizing: content-box;} .o_reconciliation h2{font-size: 1.8em;} .o_reconciliation .progress{width: 49%; margin: 10px 15px 0 0; float: right; position: relative; display: inline-block;} .o_reconciliation .progress .progress-text{text-align: center; position: absolute; width: 100%; left: 0; top: 1px; z-index: 10; text-shadow: -1px -1px 0 #f5f5f5, 1px -1px 0 #f5f5f5, -1px 1px 0 #f5f5f5, 1px 1px 0 #f5f5f5;} .o_reconciliation .progress .progress-bar{background-color: #7c7bad;} .o_reconciliation .show_more_container{text-align: center; margin-bottom: 15px;} .o_reconciliation .show_more_container .show_more{display: none; margin: auto;} .o_reconciliation .notification_area{margin: 0 15px;} .o_reconciliation .notification_area .fa{font-size: 20px; margin-left: 7px; line-height: 14px; position: relative; top: 3px;} .o_reconciliation .interface_options{margin-bottom: 25px; padding-left: 15px;} .o_reconciliation .interface_options .oe_radio_input, .o_reconciliation .interface_options .o_radio_input{border: none; display: inline;} .o_reconciliation .done_message{width: 100%; padding: 0 20%; margin-top: 50px; margin-bottom: 50px;} .o_reconciliation .done_message h2{margin-bottom: 30px;} .o_reconciliation .done_message h2 .congrats_icon{float: right; font-size: 2em; position: relative; top: -0.25em;} .o_reconciliation .done_message .achievements{margin-top: 30px; text-align: center; position: relative;} .o_reconciliation .done_message .achievements .achievement{font-size: 4em; margin: 0 0.3em; position: relative; vertical-align: middle; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);} .o_reconciliation .done_message .achievements .achievement i{font-size: 0.5em; color: white; position: absolute; top: 50%; margin-top: -0.55em; left: 0; width: 100%; text-align: center;} .o_reconciliation .done_message .action_buttons{text-align: center;} .o_reconciliation .fa.line_info_button{color: #ccc !important;} .o_reconciliation .accounting_view .fa-add-remove:before{content: "\\f068";} .o_reconciliation .match .fa-add-remove:before{content: "\\f067";} .o_reconciliation .o_reconciliation_line{margin-bottom: 30px;} .o_reconciliation .o_reconciliation_line table{width: 100%;} .o_reconciliation .o_reconciliation_line .toggle_match, .o_reconciliation .o_reconciliation_line .toggle_create{-webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -ms-transition-property: -ms-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;} .o_reconciliation .o_reconciliation_line .visible_toggle{visibility: visible !important; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);} .o_reconciliation .o_reconciliation_line .partner_name{color: #444;} .o_reconciliation .o_reconciliation_line .partner_name .change_partner{color: #7c7bad; display: none; cursor: pointer; margin: 0 10px 0 5px;} .o_reconciliation .o_reconciliation_line .partner_name:hover .change_partner{display: inline;} .o_reconciliation .o_reconciliation_line .change_partner_container{width: 200px; display: none; position: relative !important;} .o_reconciliation .o_reconciliation_line[data-mode="match"] .toggle_match{visibility: visible !important; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);} .o_reconciliation .o_reconciliation_line[data-mode="create"] .toggle_create{visibility: visible !important; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);} .o_reconciliation .o_reconciliation_line[data-mode="create"].no_partner .toggle_match{visibility: visible !important; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);} .o_reconciliation .o_reconciliation_line[data-mode="inactive"] .initial_line > td{background-color: #f8f8f8 !important;} .o_reconciliation .o_reconciliation_line.no_match:not(.no_partner) .initial_line{cursor: default !important;} .o_reconciliation .o_reconciliation_line.no_match:not(.no_partner) .initial_line .line_info_button{cursor: pointer;} .o_reconciliation .o_reconciliation_line.no_match:not(.no_partner) .toggle_match{visibility: hidden !important;} .o_reconciliation .o_reconciliation_line > table > tbody > tr:nth-child(1) > td table{margin-bottom: 10px;} .o_reconciliation .o_reconciliation_line table.details td:first-child{padding-right: 10px; font-weight: bold;} .o_reconciliation .o_reconciliation_line table.details tr.one_line_info td{padding-top: 10px; text-align: center; color: #44c;} .o_reconciliation .o_reconciliation_line .accounting_view, .o_reconciliation .o_reconciliation_line .match table{width: 100%;} .o_reconciliation .o_reconciliation_line .accounting_view tbody tr, .o_reconciliation .o_reconciliation_line .match table tbody tr{cursor: pointer;} .o_reconciliation .o_reconciliation_line .accounting_view tr.already_reconciled, .o_reconciliation .o_reconciliation_line .match table tr.already_reconciled{color: #44c;} .o_reconciliation .o_reconciliation_line .accounting_view td, .o_reconciliation .o_reconciliation_line .match table td{padding: 1px 8px; vertical-align: middle;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_action, .o_reconciliation .o_reconciliation_line .match table td.cell_action, .o_reconciliation .o_reconciliation_line .accounting_view td.cell_info_popover, .o_reconciliation .o_reconciliation_line .match table td.cell_info_popover{width: 15px; padding: 0;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_action, .o_reconciliation .o_reconciliation_line .match table td.cell_action{text-align: left;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_account_code, .o_reconciliation .o_reconciliation_line .match table td.cell_account_code{width: 80px; padding-left: 3px;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_due_date, .o_reconciliation .o_reconciliation_line .match table td.cell_due_date{width: 100px;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_debit, .o_reconciliation .o_reconciliation_line .match table td.cell_debit{text-align: right; width: 15%;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_credit, .o_reconciliation .o_reconciliation_line .match table td.cell_credit{width: 15%; text-align: right; padding-right: 3px;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_info_popover, .o_reconciliation .o_reconciliation_line .match table td.cell_info_popover{text-align: right;} .o_reconciliation .o_reconciliation_line .accounting_view tr.line_open_balance, .o_reconciliation .o_reconciliation_line .match table tr.line_open_balance{color: #bbb;} .o_reconciliation .o_reconciliation_line .accounting_view tr .toggle_create, .o_reconciliation .o_reconciliation_line .match table tr .toggle_create, .o_reconciliation .o_reconciliation_line .accounting_view tr .toggle_match, .o_reconciliation .o_reconciliation_line .match table tr .toggle_match, .o_reconciliation .o_reconciliation_line .accounting_view tr .fa-add-remove, .o_reconciliation .o_reconciliation_line .match table tr .fa-add-remove{visibility: hidden; color: #555;} binary t c0/c0ca264090425152bfa52aeea3bc180b3c02f9b9 \N \N text/css /web/content/304-94cb759/web.assets_backend.0.css /web/content/304-94cb759/web.assets_backend.0.css c0ca264090425152bfa52aeea3bc180b3c02f9b9 web.assets_backend.0.css +13 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Armenia \N 516 1 1 7 image binary f 06/06b5dcd0c33344d3f8531e2f5b74c83a787b6dc1 \N image image/png image \N 06b5dcd0c33344d3f8531e2f5b74c83a787b6dc1 \N +250 2019-03-20 06:36:29.940692 2019-03-20 06:36:29.940692 ir.ui.view 1 \N \N 340 1 1 0 application binary t ce/ce9196643a4654bde5ffe67982820e0bcadfa5ea \N \N application/javascript /web/content/250-be87e0a/web.assets_frontend.js /web/content/250-be87e0a/web.assets_frontend.js ce9196643a4654bde5ffe67982820e0bcadfa5ea web.assets_frontend.js +305 2019-03-20 07:03:53.991426 2019-03-20 07:03:53.991426 ir.ui.view 1 \N \N 108822 1 1 0 .o_reconciliation .o_reconciliation_line .accounting_view tr:hover .toggle_create, .o_reconciliation .o_reconciliation_line .match table tr:hover .toggle_create, .o_reconciliation .o_reconciliation_line .accounting_view tr:active .toggle_create, .o_reconciliation .o_reconciliation_line .match table tr:active .toggle_create, .o_reconciliation .o_reconciliation_line .accounting_view tr:focus .toggle_create, .o_reconciliation .o_reconciliation_line .match table tr:focus .toggle_create, .o_reconciliation .o_reconciliation_line .accounting_view tr:hover .toggle_match, .o_reconciliation .o_reconciliation_line .match table tr:hover .toggle_match, .o_reconciliation .o_reconciliation_line .accounting_view tr:active .toggle_match, .o_reconciliation .o_reconciliation_line .match table tr:active .toggle_match, .o_reconciliation .o_reconciliation_line .accounting_view tr:focus .toggle_match, .o_reconciliation .o_reconciliation_line .match table tr:focus .toggle_match, .o_reconciliation .o_reconciliation_line .accounting_view tr:hover .fa-add-remove, .o_reconciliation .o_reconciliation_line .match table tr:hover .fa-add-remove, .o_reconciliation .o_reconciliation_line .accounting_view tr:active .fa-add-remove, .o_reconciliation .o_reconciliation_line .match table tr:active .fa-add-remove, .o_reconciliation .o_reconciliation_line .accounting_view tr:focus .fa-add-remove, .o_reconciliation .o_reconciliation_line .match table tr:focus .fa-add-remove{visibility: visible;} .o_reconciliation .o_reconciliation_line .accounting_view tr .do_partial_reconcile_button, .o_reconciliation .o_reconciliation_line .match table tr .do_partial_reconcile_button{color: #7c7bad; padding-right: 5px;} .o_reconciliation .o_reconciliation_line .accounting_view tr .undo_partial_reconcile_button, .o_reconciliation .o_reconciliation_line .match table tr .undo_partial_reconcile_button{color: #f0eeee; padding-right: 5px;} .o_reconciliation .o_reconciliation_line .accounting_view{border-collapse: separate;} .o_reconciliation .o_reconciliation_line .accounting_view .initial_line > td{border-top: 1px solid #bbb; padding-top: 4px; padding-bottom: 5px; background-color: #f0f0f0; -webkit-transition-property: background-color; -moz-transition-property: background-color; -ms-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms;} .o_reconciliation .o_reconciliation_line .accounting_view .initial_line > td.cell_action, .o_reconciliation .o_reconciliation_line .accounting_view .initial_line > td.cell_info_popover{border-top: none; background: white !important; padding-top: 6px; padding-bottom: 3px;} .o_reconciliation .o_reconciliation_line .accounting_view caption{text-align: left; height: 26px; margin: 0 15px 4px 15px; padding: 0;} .o_reconciliation .o_reconciliation_line .accounting_view caption .partner_name{font-size: 1.1em; font-weight: bold;} .o_reconciliation .o_reconciliation_line .accounting_view caption .tip_reconciliation_not_balanced{color: red; float: right; padding-right: 7px;} .o_reconciliation .o_reconciliation_line .accounting_view caption button{float: right; position: relative; top: -4px;} .o_reconciliation .o_reconciliation_line .accounting_view caption button:disabled{opacity: 0.5;} .o_reconciliation .o_reconciliation_line .accounting_view caption > span, .o_reconciliation .o_reconciliation_line .accounting_view caption > input{position: relative; top: 7px;} .o_reconciliation .o_reconciliation_line .accounting_view td.cell_credit{border-left: 1px solid #000;} .o_reconciliation .o_reconciliation_line .match{display: none; padding: 1px;} .o_reconciliation .o_reconciliation_line .match .match_controls{padding: 0 0 5px 18px;} .o_reconciliation .o_reconciliation_line .match .match_controls .filter{width: 240px; display: inline-block;} .o_reconciliation .o_reconciliation_line .match .match_controls .pager_control_left, .o_reconciliation .o_reconciliation_line .match .match_controls .pager_control_right{display: inline-block; cursor: pointer;} .o_reconciliation .o_reconciliation_line .match .match_controls .pager_control_left{margin-right: 10px;} .o_reconciliation .o_reconciliation_line .match .match_controls .pager_control_left.disabled, .o_reconciliation .o_reconciliation_line .match .match_controls .pager_control_right.disabled{color: #ddd; cursor: default;} .o_reconciliation .o_reconciliation_line .match .show_more{display: inline-block; margin-left: 18px; margin-top: 5px;} .o_reconciliation .o_reconciliation_line .create{display: none; margin: 0 15px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 10px; overflow: auto;} .o_reconciliation .o_reconciliation_line .create .quick_add{position: relative; margin-bottom: 10px; clear: both;} .o_reconciliation .o_reconciliation_line .create .quick_add:empty{display: none;} .o_reconciliation .o_reconciliation_line .create .quick_add .presets_config{display: none; position: absolute; top: 0; right: 0; z-index: 100;} .o_reconciliation .o_reconciliation_line .create .quick_add .presets_config .dropdown-menu{font-size: 1em;} .o_reconciliation .o_reconciliation_line .create .quick_add:hover .presets_config, .o_reconciliation .o_reconciliation_line .create .quick_add .presets_config.open{display: inline;} .o_reconciliation .o_reconciliation_line .create .o_form > table{width: 49%; margin: 0; vertical-align: top;} .o_reconciliation .o_reconciliation_line .create .o_form > table.create_group_left{float: left;} .o_reconciliation .o_reconciliation_line .create .o_form > table.create_group_right{float: right;} .o_reconciliation .o_reconciliation_line .create .o_form > table td{width: 99%; padding-left: 8px;} .o_reconciliation .o_reconciliation_line .create .o_form > table td .oe_m2o_cm_button{line-height: 22px;} .o_reconciliation .o_reconciliation_line .create .o_form > table td.o_td_label{line-height: 26px; font-weight: bold; padding-right: 8px; min-width: 100px; border-right: 1px solid #ddd; white-space: nowrap; width: 1%;} .o_reconciliation .o_reconciliation_line .create .o_form > table input, .o_reconciliation .o_reconciliation_line .create .o_form > table select{width: 100%;} .o_reconciliation .o_reconciliation_line .create .add_line_container{clear: both; line-height: 26px; text-align: center; margin: 0; padding-top: 7px;} .o_manual_reconciliation .o_manual_reconciliation_line .button_reconcile{float: right; position: relative; top: 1.1em;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead{background: none;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead td{vertical-align: bottom !important;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead td:nth-child(2){padding-left: 0;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead .cell_item_name{display: inline-block; min-width: 135px;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead .cell_last_time_entries_checked{font-weight: normal; display: inline-block;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead .cell_item_name + .cell_last_time_entries_checked{padding-left: 20px;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead .cell_title_account_code{text-align: center;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead tr:first-child td{border-bottom: 1px solid #bbb;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead tr:first-child td.cell_action, .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead tr:first-child td.cell_info_popover{border-bottom: none;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view thead tr:first-child td.cell_title_account_code{border-bottom: 1px solid #000 !important;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view .filler_line td{height: 22px; cursor: default !important;} .o_manual_reconciliation .o_manual_reconciliation_line .accounting_view tbody.tbody_matched_lines tr:first-child td{padding-top: 4px;} .o_manual_reconciliation .o_manual_reconciliation_line td.cell_due_date{padding-left: 3px !important;} \n/* /account/static/src/less/account_journal_dashboard.less defined in bundle 'web.assets_backend' */\n @media (min-width: 768px){.o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record{min-width: 450px;}} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .oe_kanban_action_button{margin-bottom: 5px;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_card_settings{padding-top: 8px; padding-bottom: 8px; border-top: 1px solid; border-color: #e2e2e0;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_dashboard_star{font-size: 12px;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_dashboard_star.fa-star-o{color: #a8a8a8;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_dashboard_star.fa-star-o:hover{color: gold;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_dashboard_star.fa-star{color: gold;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_card_content{margin-bottom: 75px; min-height: 120px;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section{position: absolute; top: auto; left: 0; bottom: 0; right: 0;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg{height: 75px;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg g.nv-x.nv-axis{transform: translateY(50px);} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg g.nv-x.nv-axis g.nv-axisMaxMin{display: none;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg g.nv-x.nv-axis g.tick.major line{display: none;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg g.nv-linesWrap g.nv-group.nv-series-0{fill-opacity: 0.3 !important; fill: #7c7bad !important; stroke: #7c7bad !important;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg g.nv-linesWrap g.nv-group.nv-series-0 .nv-point{visibility: hidden; r: 3; stroke: #7c7bad !important; fill: white; stroke-width: 2;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_linechart > svg g.nv-linesWrap g.nv-group.nv-series-0 .nv-point:nth-child(5n+1){visibility: visible; fill-opacity: 0.95 !important; stroke-opacity: 0.95 !important;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_barchart > svg{height: 75px; overflow: visible;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_barchart > svg g.nv-barsWrap g.nv-group.nv-series-0 g.past{opacity: 0.5; fill: #7c7bad !important;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_kanban_graph_section .o_graph_barchart > svg g.nv-barsWrap g.nv-group.nv-series-0 g.future{opacity: 0.5; fill: #7c7bad !important;} .o_kanban_view.o_kanban_dashboard.o_account_kanban .o_kanban_record .o_invisible .o_kanban_graph_section{display: none;} .o_kanban_view.o_kanban_dashboard.o_account_kanban.o_kanban_grouped .o_kanban_record{min-width: inherit;} \n/* /bahmni_account/static/src/css/account_invoice_footer.css defined in bundle 'web.assets_backend' */\n .footer_label{padding-right:0px; white-space: nowrap;} .footer_label > label:after{content: ": "} .footer_field{padding-right:0px; float: right !important;} .footer_text_bold{font-size: 1.3em; padding-right: 80px;} \n/* /bahmni_sale/static/src/css/sale_order_footer.css defined in bundle 'web.assets_backend' */\n .footer_label{padding-right:0px; white-space: nowrap;} .footer_label > label:after{content: ": "} .footer_field{padding-right:0px; float: right !important;} .footer_text_bold{font-size: 1.3em; font-weight: bold;} .footer_field_percent{padding-right:0px; float: right !important;} \n/* /base_import/static/src/less/base_import.less defined in bundle 'web.assets_backend' */\n .oe_import{padding-top: 8px; padding-right: 16px; padding-bottom: 0px; padding-left: 16px; background-color: white; overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;} @media (max-width: 767px){.oe_import{position: static;}} .oe_import > p{text-align: justify;} .oe_import h2{margin-top: 0; font-size: large;} .oe_import .oe_padding{padding: 13px 0;} .oe_import .oe_import_advanced_mode{margin-left: 20px;} .oe_import .oe_import_box{padding: 16px; background: #F0EEEE; border-radius: 4px; border: solid 1px #dddddd;} .oe_import .oe_import_box label{font-weight: normal;} .oe_import .oe_import_box .oe_import_file{display: inline-block;} .oe_import .oe_import_toggle{margin-top: 8px;} .oe_import a.oe_import_toggle{display: block;} .oe_import a.oe_import_toggle:before{content: '+';} .oe_import .oe_import_options{margin-top: 8px;} .oe_import .oe_import_options p{margin: 0;} .oe_import .oe_import_options label{width: 150px; line-height: 32px; text-align: right;} .oe_import dd, .oe_import .oe_import_toggled, .oe_import .oe_import_grid, .oe_import .oe_import_error_report, .oe_import .oe_import_with_file, .oe_import .oe_import_noheaders, .oe_import .oe_import_report_more{display: none;} .oe_import .oe_import_with_file label{font-weight: normal;} .oe_import.oe_import_preview .oe_import_grid{display: table;} .oe_import.oe_import_error .oe_import_error_report, .oe_import.oe_import_with_file .oe_import_with_file, .oe_import.oe_import_noheaders .oe_import_noheaders, .oe_import .oe_import_report_showmore .oe_import_report_more{display: block;} .oe_import .oe_import_noheaders{color: #777777;} .oe_import .oe_import_error_report > ul{padding: 0;} .oe_import .oe_import_error_report .oe_import_report{padding: 4px; margin: 2px 0; list-style: none; border-radius: 4px;} .oe_import .oe_import_error_report .oe_import_report_error{background-color: #f2dede; color: #4c4c4c; color: #a94442;} a.oe_import .oe_import_error_report .oe_import_report_error:hover, a.oe_import .oe_import_error_report .oe_import_report_error:focus{background-color: #e4b9b9;} .oe_import .oe_import_error_report .oe_import_report_error .text-muted{color: rgba(76, 76, 76, 0.4);} a.oe_import .oe_import_error_report .oe_import_report_error:hover, a.oe_import .oe_import_error_report .oe_import_report_error:focus{color: #843534;} .oe_import .oe_import_error_report .oe_import_report_warning{background-color: #fcf8e3; color: #4c4c4c; color: #8a6d3b;} a.oe_import .oe_import_error_report .oe_import_report_warning:hover, a.oe_import .oe_import_error_report .oe_import_report_warning:focus{background-color: #f7ecb5;} .oe_import .oe_import_error_report .oe_import_report_warning .text-muted{color: rgba(76, 76, 76, 0.4);} a.oe_import .oe_import_error_report .oe_import_report_warning:hover, a.oe_import .oe_import_error_report .oe_import_report_warning:focus{color: #66512c;} .oe_import .oe_import_error_report .oe_import_report_info{background-color: #d9edf7; color: #4c4c4c; color: #31708f;} a.oe_import .oe_import_error_report .oe_import_report_info:hover, a.oe_import .oe_import_error_report .oe_import_report_info:focus{background-color: #afd9ee;} .oe_import .oe_import_error_report .oe_import_report_info .text-muted{color: rgba(76, 76, 76, 0.4);} a.oe_import .oe_import_error_report .oe_import_report_info:hover, a.oe_import .oe_import_error_report .oe_import_report_info:focus{color: #245269;} .oe_import .oe_import_grid tr.oe_import_grid-header:first-child{line-height: 24px; font-weight: normal;} .oe_import .oe_import_grid tr td{padding: 4px;} .oe_import_selector{font-size: 12px; width: 250px !important;} .oe_import_selector ul, .oe_import_selector li{margin: 0; padding: 0;} .o-list-buttons.o-editing .o_button_import{display: none;} \n/* /mail/static/src/less/announcement.less defined in bundle 'web.assets_backend' */\n .openerp .announcement_bar{display: none;} #announcement_bar_table > table{width: 100%;} \n/* /mail/static/src/less/client_action.less defined in bundle 'web.assets_backend' */\n .o_mail_chat{position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%;} @media (max-width: 767px){.o_mail_chat{height: auto;}} .o_mail_chat .o_mail_annoying_notification_bar{height: 40px; background-color: #DFA941; color: white; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; border-bottom: 1px solid #a8a8a8;} .o_mail_chat .o_mail_annoying_notification_bar .o_mail_request_permission{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; -ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;} .o_mail_chat .o_mail_annoying_notification_bar > span{font-size: 16px; line-height: 40px;} .o_mail_chat .o_mail_annoying_notification_bar > span > a{color: white; margin-left: 5px; text-decoration: underline;} .o_mail_chat .o_mail_annoying_notification_bar > span.fa-close{margin-right: 10px; cursor: pointer;} .o_mail_chat .o_mail_chat_sidebar{width: 250px; height: 100%; float: left; overflow: auto; padding: 8px 0; font-weight: 300;} @media (max-width: 767px){.o_mail_chat .o_mail_chat_sidebar{width: 100%; float: none; display: none;}} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; padding: 12px 8px 5px 16px; align-items: center; justify-content: space-between;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title h4{text-transform: uppercase; margin-bottom: 5px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title .o_add{padding: 6px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title .o_mail_open_channels{cursor: pointer;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; width: 100%; padding: 2px 8px 2px 24px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_channel_name{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_sidebar_needaction, .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_partner_unpin{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_sidebar_needaction{margin: 0 0 0 5px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_partner_unpin{padding: 2px 6px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item i.fa-envelope-o{margin-left: 3px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_add_channel{width: 100%; padding: 5px 24px; position: relative;} .o_mail_chat .o_mail_chat_sidebar .o_mail_add_channel > input{width: 100%; padding: 2px 5px; padding-left: 12px;} .o_mail_chat .o_mail_chat_sidebar .o_mail_add_channel > span{position: absolute; top: 7px; left: 27px;} .o_mail_chat .o_mail_chat_content{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; height: 100%; margin-left: 250px; position: relative;} @media (min-width: 768px){.o_mail_chat .o_mail_chat_content{overflow: auto;}} @media (max-width: 767px){.o_mail_chat .o_mail_chat_content{margin-left: 0;}} .o_mail_chat .o_mail_chat_content .o_mail_thread{-ms-flex: 1 0 0; -moz-flex: 1 0 0; -webkit-box-flex: 1; -webkit-flex: 1 0 0; flex: 1 0 0; overflow: auto; padding: 0 0 15px 0;} .o_mail_chat .o_mail_chat_content .o_mail_thread .o_chat_help_message{padding: 25px 0; text-align: justify;} .o_mail_chat .o_mail_chat_content .o_chat_composer{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; padding-top: 2px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_composer{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_composer .o_composer_input{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; margin-right: 5px;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_composer .o_composer_input > textarea{padding: 5px; border: none;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_composer.o_extended_composer .o_composer_input{margin-right: 0;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_composer_buttons{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_composer_buttons .o_composer_button_send{float: right;} .o_mail_chat .o_mail_chat_content .o_mail_snackbar{position: absolute; top: 15px; left: auto; bottom: auto; right: 15px; padding-top: 10px; padding-bottom: 10px; cursor: pointer; background-color: #414141; color: white;} .o_mail_chat .o_mail_chat_content .o_mail_snackbar .o_snackbar_undo{margin-left: 8px; padding: 8px;} .o_mail_chat .o_mail_chat_sidebar{background-color: #414141; color: #eeeeee; opacity: 0.9;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item{cursor: pointer;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item:hover{background-color: #373737;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item:hover .o_mail_partner_unpin{opacity: 0.6;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item.o_active{background-color: #2f2f2f;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_hash{opacity: 0.6;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_partner_unpin{opacity: 0;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item .o_mail_partner_unpin:hover{opacity: 1;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item.o_unread_message{color: white; font-weight: bold;} .o_mail_chat .o_mail_chat_sidebar .o_mail_chat_channel_item > .badge{color: white; background-color: #7c7bad;} .o_mail_chat .o_mail_chat_sidebar .o_mail_add_channel{display: none;} .o_mail_chat .o_mail_chat_sidebar .o_mail_add_channel > input{color: black;} .o_mail_chat .o_mail_chat_sidebar .o_mail_add_channel > span{color: gray;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title h4{font-size: 13px; text-transform: uppercase;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title h4.o_mail_open_channels:hover{color: white;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title .o_add{cursor: pointer; opacity: 0.6;} .o_mail_chat .o_mail_chat_sidebar .o_mail_sidebar_title .o_add:hover{opacity: 1;} .o_mail_chat .o_mail_chat_content{background-color: white;} .o_mail_chat .o_mail_chat_content .o_chat_composer{border-top: 1px solid #7c7bad; background-color: #7c7bad;} .o_mail_chat .o_mail_chat_content .o_chat_composer .o_attachment .o_attachment_name, .o_mail_chat .o_mail_chat_content .o_chat_composer .o_attachment .o_attachment_delete{color: white;} .o_mail_chat.o_mail_selection_mode .o_thread_message{opacity: 0.5;} .o_mail_chat.o_mail_selection_mode .o_thread_message.o_thread_selected_message{padding: 4px 16px; opacity: 1; background-color: lightgray;} .o_mail_user_status{font-size: 10px; position: relative; bottom: 1px;} .o_mail_user_status.o_user_online{color: #7c7bad;} .o_mail_user_status.o_user_idle{color: orange;} \n/* /mail/static/src/less/chat_window.less defined in bundle 'web.assets_backend' */\n .o_chat_window{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; position: fixed; width: 300px; max-width: 100%; height: 400px; max-height: 100%; font-size: 12px; background-color: white; border: 1px solid gray; border-radius: 3px; z-index: 3;} @media (max-width: 767px){.o_chat_window{width: 100%; height: 100%!important;}.o_chat_window.o_folded{display: none;}} @media print{.o_chat_window{display: none;}} .o_chat_window .o_chat_header{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; color: white; background-color: #7c7bad; padding: 5px;} @media (max-width: 767px){.o_chat_window .o_chat_header{height: 32px;}.o_chat_window .o_chat_header .o_chat_title, .o_chat_window .o_chat_header .o_chat_window_close{font-size: 22px;}} .o_chat_window .o_chat_header .o_chat_title{cursor: pointer; -ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;} .o_chat_window .o_chat_header .o_chat_window_close{color: white; padding: 3px; margin-left: 5px;} .o_chat_window .o_chat_header .o_chat_window_close:hover{background-color: #5f5e97;} .o_chat_window .o_mail_thread{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; overflow: auto;} .o_chat_window .o_mail_thread .o_thread_date_separator{margin-top: 0px; margin-bottom: 15px; border-color: lightgray;} .o_chat_window .o_mail_thread .o_thread_date_separator .o_thread_date{background-color: white;} .o_chat_window .o_mail_thread .o_thread_message{padding: 4px 5px;} .o_chat_window .o_mail_thread .o_thread_message .o_thread_message_sidebar{margin-right: 5px;} .o_chat_window .o_chat_composer{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_chat_window .o_chat_composer > input{padding: 5px; width: 100%;} .o_chat_window_dropdown{width: auto; height: 28px; color: white; background-color: #7c7bad; cursor: pointer;} @media (max-width: 767px){.o_chat_window_dropdown{display: none;}} .o_chat_window_dropdown .o_chat_window_dropdown_toggler{padding: 5px;} .o_chat_window_dropdown .o_chat_window_dropdown_toggler .o_total_unread_counter{position: absolute; top: -10px; left: auto; bottom: auto; right: 0; background-color: #7c7bad; padding: 0 2px; font-size: smaller;} .o_chat_window_dropdown.open .o_chat_window_dropdown_toggler .o_total_unread_counter{display: none;} .o_chat_window_dropdown > ul{max-width: 300px; padding: 0;} .o_chat_window_dropdown > ul > li.o_chat_header{font-size: 12px; padding: 3px 5px;} .o_chat_window_dropdown > ul > li.o_chat_header ~ li.o_chat_header{border-top: 1px solid white;} .o_chat_window_dropdown > ul > li.o_chat_header:hover{background-color: #5f5e97; color: white;} .o_ui_blocked .o_chat_window{z-index: 1101;} .o_no_chat_window .o_chat_window{display: none;} \n/* /mail/static/src/less/extended_chat_window.less defined in bundle 'web.assets_backend' */\n .o_chat_window.o_thread_less .o_chat_search_input{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; padding: 5px;} .o_chat_window.o_thread_less .o_chat_search_input > span{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_chat_window.o_thread_less .o_chat_search_input > input{margin-left: 5px; -ms-flex: 1 1 100%; -moz-flex: 1 1 100%; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; flex: 1 1 100%;} .o_chat_window.o_thread_less .o_mail_thread{background-color: lightgray;} .o_chat_window.o_thread_less .o_chat_composer{display: none;} .o_chat_window .o_chat_composer .o_composer{border-top: 1px solid lightgray;} .o_chat_window .o_chat_composer .o_composer .o_composer_input textarea{display: block; padding: 5px;} .o_chat_window .o_chat_composer .o_composer_attachments_list, .o_chat_window .o_chat_composer .o_composer_buttons{display: none;} \n/* /mail/static/src/less/composer.less defined in bundle 'web.assets_backend' */\n .o_composer_subject{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; padding-bottom: 5px;} .o_composer_subject > input{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; padding: 5px; margin-right: 30px;} .o_composer .o_composer_input > textarea{width: 100%; resize: none;} .o_composer .o_composer_mention_dropdown .o_mention_proposition > a{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; width: 100%; padding: 3px 15px;} .o_composer .o_composer_mention_dropdown .o_mention_proposition > a .o_mention_name{font-weight: 500;} .o_composer .o_composer_mention_dropdown .o_mention_proposition > a .o_mention_info{font-style: italic; color: gray;} .o_composer_attachments_list{margin-bottom: 5px; text-align: justify;} .o_mail_emoji{display: inline-block; height: 24px; width: 24px;} .o_mail_emoji > img{width: 100%;} .o_composer_emoji .o_mail_emoji{cursor: pointer;} @-webkit-keyframes oe_mail_attach_loading_anim{0%{background: #7c7bad;}50%{background: #5f5e97;}100%{background: #7c7bad;}} @-moz-keyframes oe_mail_attach_loading_anim{0%{background: #7c7bad;}50%{background: #5f5e97;}100%{background: #7c7bad;}} @-o-keyframes oe_mail_attach_loading_anim{0%{background: #7c7bad;}50%{background: #5f5e97;}100%{background: #7c7bad;}} @keyframes oe_mail_attach_loading_anim{0%{background: #7c7bad;}50%{background: #5f5e97;}100%{background: #7c7bad;}} .o_attachment{position: relative; width: 120px; display: inline-block; height: 60px; text-align: center; margin-bottom: 15px;} .o_attachment .o_image{position: absolute; top: 0; left: 30px; bottom: auto; right: auto; width: 60px; height: 60px;} .o_attachment .o_attachment_name{display: inline-block; max-width: 100%; margin-top: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4c4c4c;} .o_attachment .o_attachment_progress_bar{display: none;} .o_attachment .o_attachment_delete{position: absolute; top: 0; left: auto; bottom: auto; right: 0; color: #4c4c4c; cursor: pointer; opacity: 0; -webkit-transition: opacity 0.2s linear 0s; -moz-transition: opacity 0.2s linear 0s; -o-transition: opacity 0.2s linear 0s; transition: opacity 0.2s linear 0s;} .o_attachment.o_attachment_uploading .o_attachment_progress_bar{display: block; position: absolute; top: 18px; left: 16px; bottom: auto; right: 16px; height: 17px; line-height: 13px; color: white; border-radius: 4px; border: solid 1px grey; box-shadow: 0px 1px 10px #303030; -webkit-animation: oe_mail_attach_loading_anim 1s linear 0s infinite normal none running; -moz-animation: oe_mail_attach_loading_anim 1s linear 0s infinite normal none running; -o-animation: oe_mail_attach_loading_anim 1s linear 0s infinite normal none running; animation: oe_mail_attach_loading_anim 1s linear 0s infinite normal none running;} .o_attachment.o_attachment_uploading .o_attachment_delete{display: none;} .o_attachment:hover .o_attachment_delete{opacity: 1; -webkit-transition: opacity 0.2s linear 0s; -moz-transition: opacity 0.2s linear 0s; -o-transition: opacity 0.2s linear 0s; transition: opacity 0.2s linear 0s;} \n/* /mail/static/src/less/chatter.less defined in bundle 'web.assets_backend' */\n .o_chatter{width: 100%;} .o_chatter .o_chat_composer{margin-top: 10px;} .o_chatter .o_chat_composer .o_chatter_composer_info{display: inline-block; margin-bottom: 5px; color: #a8a8a8; font-style: italic;} .o_chatter .o_chat_composer .o_composer{margin-top: 10px;} .o_chatter .o_chat_composer .o_composer .o_composer_input{width: 100%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; resize: vertical; margin-bottom: 5px;} .o_chatter .o_mail_thread{margin-top: 10px;} .o_chatter .o_mail_thread .o_spinner{text-align: center; font-size: large;} \n/* /mail/static/src/less/followers.less defined in bundle 'web.assets_backend' */\n .o_followers{float: right;} @media (max-width: 767px){.o_followers{display: none !important;}} .o_followers .dropdown-menu{right: 0; left: auto;} .o_followers .o_followers_actions{position: relative; float: right;} .o_followers .o_followers_actions .dropdown-toggle{opacity: 0.3; border: none; display: none;} .o_followers .o_followers_actions .dropdown-toggle:hover, .o_followers .o_followers_actions .dropdown-toggle:focus, .o_followers .o_followers_actions .dropdown-toggle[aria-expanded="true"]{opacity: 1;} .o_followers .o_followers_actions .dropdown-toggle > .fa{font-size: inherit;} .o_followers .o_followers_actions .dropdown-toggle.o_followers_following{display: block;} .o_followers .o_followers_actions:hover .dropdown-toggle{opacity: 1;} .o_followers .o_followers_actions .o_followers_follow_button{width: 85px; padding-right: 0; color: #4c4c4c; font-weight: bold;} .o_followers .o_followers_actions .o_followers_follow_button .o_follow, .o_followers .o_followers_actions .o_followers_follow_button .o_followers_unfollow, .o_followers .o_followers_actions .o_followers_follow_button .o_followers_following{display: none;} .o_followers .o_followers_actions .o_followers_follow_button.o_followers_following .o_followers_following{display: inline;} .o_followers .o_followers_actions .o_followers_follow_button.o_followers_following:hover .o_followers_following{display: none;} .o_followers .o_followers_actions .o_followers_follow_button.o_followers_following:hover .o_followers_unfollow{display: inline;} .o_followers .o_followers_actions .o_followers_follow_button.o_followers_notfollow .o_follow{display: inline;} .o_followers .o_followers_actions .o_followers_follow_button .fa.fa-times{color: #f0ad4e;} .o_followers .o_followers_actions .o_followers_follow_button .fa.fa-check{color: #5cb85c;} .o_followers .o_followers_actions .o_subtype{padding-left: 10px;} .o_followers .o_followers_title_box{position: relative; float: right; margin-left: 25px;} .o_followers .o_followers_title_box .dropdown-toggle .o_followers_count{padding-right: 5px; font-weight: bold;} .o_followers .o_followers_title_box .o_followers_list{font-size: small;} .o_followers .o_followers_title_box .o_followers_list .o_partner{position: relative;} .o_followers .o_followers_title_box .o_followers_list .o_partner > a{max-width: 160px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 24px; padding: 3px 32px;} .o_followers .o_followers_title_box .o_followers_list .o_partner > img{position: absolute; top: auto; left: auto; bottom: auto; right: auto; width: 24px;} .o_followers .o_followers_title_box .o_followers_list .o_partner .o_remove_follower{position: absolute; top: 6px; left: auto; bottom: auto; right: 5px; cursor: pointer;} .o_followers .o_followers_title_box .o_followers_list .o_partner .o_edit_subtype{position: absolute; top: 6px; left: auto; bottom: auto; right: 18px; cursor: pointer;} .modal .modal-body > ul{padding-left: 0;} .modal .modal-body > ul > li.o_subtype{list-style: none;} \n/* /mail/static/src/less/thread.less defined in bundle 'web.assets_backend' */\n .o_mail_thread .o_thread_show_more{text-align: center;} .o_mail_thread .o_thread_date_separator{margin-top: 15px; margin-bottom: 30px; border-bottom: solid #eeeeee 2px; text-align: center;} .o_mail_thread .o_thread_date_separator .o_thread_date{position: relative; top: 10px; margin: 0 auto; padding: 0 10px; font-weight: bold; background: white;} .o_mail_thread .o_thread_new_messages_separator{margin-bottom: 15px; border-bottom: solid #abaaca 1px; text-align: right;} .o_mail_thread .o_thread_new_messages_separator .o_thread_separator_label{position: relative; top: 8px; padding: 0 10px; background: white; color: #abaaca; font-size: smaller;} .o_mail_thread .o_thread_message{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; padding: 4px 16px; margin-bottom: 0px;} .o_mail_thread .o_thread_message .o_thread_message_sidebar{-ms-flex: 0 0 36px; -moz-flex: 0 0 36px; -webkit-box-flex: 0; -webkit-flex: 0 0 36px; flex: 0 0 36px; margin-right: 10px; margin-top: 2px; text-align: center; font-size: smaller;} @media (max-width: 767px){.o_mail_thread .o_thread_message .o_thread_message_sidebar{margin-top: 4px; font-size: x-small;}} .o_mail_thread .o_thread_message .o_thread_message_sidebar .o_thread_message_avatar{max-width: 36px;} .o_mail_thread .o_thread_message .o_thread_message_sidebar .o_thread_message_side_date{margin-left: -5px;} .o_mail_thread .o_thread_message .o_thread_message_sidebar .o_thread_message_star{margin-right: -5px;} .o_mail_thread .o_thread_message .o_thread_message_sidebar .o_thread_message_side_date{opacity: 0;} .o_mail_thread .o_thread_message i.o_thread_message_star, .o_mail_thread .o_thread_message i.o_thread_message_needaction, .o_mail_thread .o_thread_message i.o_thread_message_reply, .o_mail_thread .o_thread_message i.o_thread_message_email{cursor: pointer; opacity: 0;} .o_mail_thread .o_thread_message i.o_thread_message_star.fa-star, .o_mail_thread .o_thread_message i.o_thread_message_needaction.fa-star, .o_mail_thread .o_thread_message i.o_thread_message_reply.fa-star, .o_mail_thread .o_thread_message i.o_thread_message_email.fa-star{opacity: 0.6; color: gold;} .o_mail_thread .o_thread_message:hover .o_thread_message_side_date, .o_mail_thread .o_thread_message.o_thread_selected_message .o_thread_message_side_date{opacity: 0.6;} .o_mail_thread .o_thread_message:hover i.o_thread_message_star, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_star, .o_mail_thread .o_thread_message:hover i.o_thread_message_needaction, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_needaction, .o_mail_thread .o_thread_message:hover i.o_thread_message_reply, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_reply, .o_mail_thread .o_thread_message:hover i.o_thread_message_email, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_email{opacity: 0.6;} .o_mail_thread .o_thread_message:hover i.o_thread_message_star:hover, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_star:hover, .o_mail_thread .o_thread_message:hover i.o_thread_message_needaction:hover, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_needaction:hover, .o_mail_thread .o_thread_message:hover i.o_thread_message_reply:hover, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_reply:hover, .o_mail_thread .o_thread_message:hover i.o_thread_message_email:hover, .o_mail_thread .o_thread_message.o_thread_selected_message i.o_thread_message_email:hover{opacity: 1;} .o_mail_thread .o_thread_message .o_mail_redirect{cursor: pointer;} .o_mail_thread .o_thread_message .o_thread_message_core{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; min-width: 0; max-width: 100%; word-wrap: break-word;} .o_mail_thread .o_thread_message .o_thread_message_core.o_mail_note{background-color: #eeeeee;} .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_subject{font-style: italic;} .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_notification{font-style: italic; color: gray;} .o_mail_thread .o_thread_message .o_thread_message_core [summary~=o_mail_notification]{display: none;} .o_mail_thread .o_thread_message .o_thread_message_core p{margin: 0 0 9px;} .o_mail_thread .o_thread_message .o_thread_message_core p:last-child{margin-bottom: 0;} .o_mail_thread .o_thread_message .o_thread_message_core a{display: inline-block; word-break: break-all;} .o_mail_thread .o_thread_message .o_thread_message_core img{max-width: 100%; height: auto;} .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_body_long{display: none;} .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_info{margin-bottom: 2px; color: #777777;} .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_info .o_mail_mailto, .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_info .o_mail_mailto:hover{color: #777777;} .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_message_star, .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_message_needaction, .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_message_reply, .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_message_email{padding: 4px;} .o_mail_thread .o_thread_message .o_thread_message_core i.o_thread_message_email.o_thread_message_email_ready{color: grey;} .o_mail_thread .o_thread_message .o_thread_message_core i.o_thread_message_email.o_thread_message_email_exception{color: red; opacity: 1;} .o_mail_thread .o_thread_message .o_thread_message_core i.o_thread_message_email.o_thread_message_email_bounce{color: red; opacity: 1;} .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_tooltip_container{display: inline; position: relative;} .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_tooltip_container .o_thread_tooltip_content{top: 10px; background: #eeeeee; padding: 4px; border: solid #eeeeee 1px; border-radius: 5px; color: gray; width: 300px; display: none; opacity: 0; position: absolute; transition: opacity 0.5s;} .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_tooltip_container .o_thread_tooltip_content i.fa-exclamation{color: red;} .o_mail_thread .o_thread_message .o_thread_message_core .o_thread_tooltip_container .o_thread_tooltip:hover + .o_thread_tooltip_content{display: inline; opacity: 1;} .o_mail_thread .o_thread_title{margin-top: 20px; margin-bottom: 20px; font-size: 20px;} .o_mail_thread .o_mail_no_content{padding-top: 0px; padding-right: 16px; padding-bottom: 0px; padding-left: 16px;} .o_mail_thread .o_thread_message .o_thread_message_core .o_mail_read_more{display: block;} \n/* /mail/static/src/less/systray.less defined in bundle 'web.assets_backend' */\n .o_mail_navbar_item > a{opacity: 1;} .o_mail_navbar_item > a > i{font-size: larger;} .o_mail_navbar_item.o_no_notification > a{opacity: 0.5;} .o_mail_navbar_item.o_no_notification > a .o_notification_counter{display: none;} .o_mail_navbar_item.o_unread_chat > a > i{color: #7c7bad;} .o_mail_navbar_item.open .o_mail_navbar_dropdown{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;} .o_mail_navbar_item .o_mail_navbar_dropdown{width: 350px; padding: 0;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_spinner{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; color: #4c4c4c; height: 50px;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; justify-content: space-between; border-bottom: 1px solid lightgray;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message{color: #7c7bad; font-weight: normal; border-radius: 0; padding: 5px;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:active, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:active, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button.active, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message.active, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button[disabled], .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message[disabled], fieldset[disabled] .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button, fieldset[disabled] .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message{background-color: transparent; -webkit-box-shadow: none; box-shadow: none;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:focus, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:focus, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:active, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:active{border-color: transparent;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:focus, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:focus{color: #555487; text-decoration: none; background-color: transparent;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button[disabled]:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message[disabled]:hover, fieldset[disabled] .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:hover, fieldset[disabled] .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button[disabled]:focus, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message[disabled]:focus, fieldset[disabled] .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:focus, fieldset[disabled] .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_new_message:focus{color: #777777; text-decoration: none;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button{color: #a8a8a8;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button:hover, .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button.o_selected{color: #7c7bad;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_top .o_filter_button.o_selected{cursor: default; font-weight: bold;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels{-ms-flex: 0 1 auto; -moz-flex: 0 1 auto; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; flex: 0 1 auto; max-height: 400px; min-height: 50px; overflow-y: auto;} @media (max-width: 767px){.o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels{max-height: none;}} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; height: 50px; align-items: center; padding: 5px; cursor: pointer; font-size: 12px; overflow: hidden;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview ~ .o_mail_channel_preview{border-top: 1px solid lightgray;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview.o_channel_unread{background-color: #ececec;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview:hover{background-color: #e0e0e0;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview .o_channel_image{-ms-flex: 0 0 36px; -moz-flex: 0 0 36px; -webkit-box-flex: 0; -webkit-flex: 0 0 36px; flex: 0 0 36px; max-height: 36px;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview .o_channel_info{-ms-flex: 1 1 100%; -moz-flex: 1 1 100%; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; flex: 1 1 100%; margin-left: 5px; overflow: hidden;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview .o_channel_info .o_channel_title{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview .o_channel_info .o_channel_title .o_channel_name{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; color: #4c4c4c;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview .o_channel_info .o_channel_title .o_last_message_date{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; padding-top: 3px; font-size: xx-small; color: #a8a8a8;} .o_mail_navbar_item .o_mail_navbar_dropdown .o_mail_navbar_dropdown_channels .o_mail_channel_preview .o_channel_info .o_last_message_preview{width: 100%; color: #a8a8a8; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;} .o_no_chat_window .o_mail_navbar_dropdown .o_new_message{display: none;} \n/* /payment/static/src/less/payment_acquirer.less defined in bundle 'web.assets_backend' */\n @media (min-width: 768px){.o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record{min-width: 500px;}} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_kanban_image{float: right;} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_kanban_image + div{padding-left: 0; padding-right: 72px;} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_payment_acquirer_desc{margin-bottom: 28px;} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_payment_acquirer_desc i.fa{margin-right: 5px;} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_payment_acquirer_desc i.fa.fa-check{color: green;} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_payment_acquirer_bottom > button{position: absolute; bottom: 8px; right: 8px;} .o_kanban_view.o_kanban_payment_acquirer.o_kanban_ungrouped .o_kanban_record .o_payment_acquirer_bottom > .label{position: absolute; bottom: 8px; left: 8px;} .o_form_view .o_payment_acquirer_desc ul{list-style-type: none; padding: 0;} .o_form_view .o_payment_acquirer_desc ul i.fa{margin-right: 5px;} .o_form_view .o_payment_acquirer_desc ul i.fa.fa-check{color: green;} .o_form_view .o_warning_text{color: #f0ad4e;} \n/* /sale/static/src/css/sale.css defined in bundle 'web.assets_backend' */\n .openerp .oe_margin_top_4{margin-top: 4px;} \n/* /report/static/src/less/report_backend.less defined in bundle 'web.assets_backend' */\n .o_report_iframe{position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: none;} .o_report_no_edit_mode, .o_edit_mode_available, .o_report_edit_mode{display: inline-block;} \n/* /sales_team/static/src/css/sales_team.css defined in bundle 'web.assets_backend' */\n .openerp .oe_kanban_view .oe_kanban_crm_salesteams{width: 357px; min-height: 80px !important;} .openerp .oe_kanban_view .oe_kanban_crm_salesteams .oe_kanban_content div:first-child{margin-right: 0px;} .openerp .oe_kanban_view .oe_deadline{padding-left: 0.5em;} .openerp .oe_salesteam_kanban_view{margin-left: 0px; margin-right: -2px;} .openerp .oe_margin_top_16{margin-top: 16px;} \n/* /sales_team/static/src/less/sales_team_dashboard.less defined in bundle 'web.assets_backend' */\n .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_kanban_record{min-height: 250px;} @media (min-width: 768px){.o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_kanban_record{min-width: 420px;}} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard{margin: -4px -12px 4px; -ms-flex: 1 0 100%; -moz-flex: 1 0 100%; -webkit-box-flex: 1; -webkit-flex: 1 0 100%; flex: 1 0 100%; padding: 10px 6px; background-color: white; position: relative;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard .o_welcome_message{width: 100%; position: absolute; top: 0; left: 0; bottom: auto; right: auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard .o_welcome_message .o_welcome_image{padding: 20px;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard .o_welcome_message .o_welcome_content > a{color: white; display: inline-block;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > .o_demo{opacity: 0.07;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div{display: inline-block; vertical-align: top;} @media (min-width: 768px){.o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div{width: 50%;}} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table{margin-bottom: 0; table-layout: fixed; border-spacing: 10px 0px; border-collapse: separate;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td{vertical-align: middle; text-align: center; border-top: 1px solid white; width: 25%; height: 33px;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td span{display: inline;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td a:hover{text-decoration: none;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_main{background-color: #7c7bad;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_main:hover{background-color: #5f5e97;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_main a{color: white;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_warning{background-color: orange;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_warning:hover{background-color: #cc8400;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_warning a{color: white;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_secondary{background-color: #e2e2e0;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_secondary:hover{background-color: #c9c9c6;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_secondary a{color: black;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_highlight, .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td .o_highlight{font-size: 20px;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban .o_sales_dashboard > div > table > tbody > tr > td.o_text{text-align: left;} .o_kanban_view.o_kanban_dashboard.o_salesteam_kanban.o_kanban_nocontent .o_sales_dashboard{margin: 0;} \n/* /web_calendar/static/src/less/web_calendar.less defined in bundle 'web.assets_backend' */\n .o_calendar_container{height: 100%; padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} .o_calendar_container .o_calendar_color_1{color: #0D0D0D; background-color: #ffcfc0; border-color: #ffcfc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_2{color: #0D0D0D; background-color: #ffdec0; border-color: #ffdec0; opacity: 0.7;} .o_calendar_container .o_calendar_color_3{color: #0D0D0D; background-color: #ffedc0; border-color: #ffedc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_4{color: #0D0D0D; background-color: #fffcc0; border-color: #fffcc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_5{color: #0D0D0D; background-color: #f2ffc0; border-color: #f2ffc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_6{color: #0D0D0D; background-color: #e3ffc0; border-color: #e3ffc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_7{color: #0D0D0D; background-color: #d4ffc0; border-color: #d4ffc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_8{color: #0D0D0D; background-color: #c5ffc0; border-color: #c5ffc0; opacity: 0.7;} .o_calendar_container .o_calendar_color_9{color: #0D0D0D; background-color: #c0ffca; border-color: #c0ffca; opacity: 0.7;} .o_calendar_container .o_calendar_color_10{color: #0D0D0D; background-color: #c0ffd9; border-color: #c0ffd9; opacity: 0.7;} .o_calendar_container .o_calendar_color_11{color: #0D0D0D; background-color: #c0ffe8; border-color: #c0ffe8; opacity: 0.7;} .o_calendar_container .o_calendar_color_12{color: #0D0D0D; background-color: #c0fff7; border-color: #c0fff7; opacity: 0.7;} .o_calendar_container .o_calendar_color_13{color: #0D0D0D; background-color: #c0f7ff; border-color: #c0f7ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_14{color: #0D0D0D; background-color: #c0e8ff; border-color: #c0e8ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_15{color: #0D0D0D; background-color: #c0d9ff; border-color: #c0d9ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_16{color: #0D0D0D; background-color: #c0caff; border-color: #c0caff; opacity: 0.7;} .o_calendar_container .o_calendar_color_17{color: #0D0D0D; background-color: #c5c0ff; border-color: #c5c0ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_18{color: #0D0D0D; background-color: #d4c0ff; border-color: #d4c0ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_19{color: #0D0D0D; background-color: #e3c0ff; border-color: #e3c0ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_20{color: #0D0D0D; background-color: #f2c0ff; border-color: #f2c0ff; opacity: 0.7;} .o_calendar_container .o_calendar_color_21{color: #0D0D0D; background-color: #ffc0fc; border-color: #ffc0fc; opacity: 0.7;} .o_calendar_container .o_calendar_color_22{color: #0D0D0D; background-color: #ffc0ed; border-color: #ffc0ed; opacity: 0.7;} .o_calendar_container .o_calendar_color_23{color: #0D0D0D; background-color: #ffc0de; border-color: #ffc0de; opacity: 0.7;} .o_calendar_container .o_calendar_color_24{color: #0D0D0D; background-color: #ffc0cf; border-color: #ffc0cf; opacity: 0.7;} .o_calendar_container .o_underline_color_1{border-bottom: 4px solid rgba(255, 207, 192, 0.7);} .o_calendar_container .o_underline_color_2{border-bottom: 4px solid rgba(255, 222, 192, 0.7);} .o_calendar_container .o_underline_color_3{border-bottom: 4px solid rgba(255, 237, 192, 0.7);} .o_calendar_container .o_underline_color_4{border-bottom: 4px solid rgba(255, 252, 192, 0.7);} .o_calendar_container .o_underline_color_5{border-bottom: 4px solid rgba(242, 255, 192, 0.7);} .o_calendar_container .o_underline_color_6{border-bottom: 4px solid rgba(227, 255, 192, 0.7);} .o_calendar_container .o_underline_color_7{border-bottom: 4px solid rgba(212, 255, 192, 0.7);} .o_calendar_container .o_underline_color_8{border-bottom: 4px solid rgba(197, 255, 192, 0.7);} .o_calendar_container .o_underline_color_9{border-bottom: 4px solid rgba(192, 255, 202, 0.7);} .o_calendar_container .o_underline_color_10{border-bottom: 4px solid rgba(192, 255, 217, 0.7);} .o_calendar_container .o_underline_color_11{border-bottom: 4px solid rgba(192, 255, 232, 0.7);} .o_calendar_container .o_underline_color_12{border-bottom: 4px solid rgba(192, 255, 247, 0.7);} .o_calendar_container .o_underline_color_13{border-bottom: 4px solid rgba(192, 247, 255, 0.7);} .o_calendar_container .o_underline_color_14{border-bottom: 4px solid rgba(192, 232, 255, 0.7);} .o_calendar_container .o_underline_color_15{border-bottom: 4px solid rgba(192, 217, 255, 0.7);} .o_calendar_container .o_underline_color_16{border-bottom: 4px solid rgba(192, 202, 255, 0.7);} .o_calendar_container .o_underline_color_17{border-bottom: 4px solid rgba(197, 192, 255, 0.7);} .o_calendar_container .o_underline_color_18{border-bottom: 4px solid rgba(212, 192, 255, 0.7);} .o_calendar_container .o_underline_color_19{border-bottom: 4px solid rgba(227, 192, 255, 0.7);} .o_calendar_container .o_underline_color_20{border-bottom: 4px solid rgba(242, 192, 255, 0.7);} .o_calendar_container .o_underline_color_21{border-bottom: 4px solid rgba(255, 192, 252, 0.7);} .o_calendar_container .o_underline_color_22{border-bottom: 4px solid rgba(255, 192, 237, 0.7);} .o_calendar_container .o_underline_color_23{border-bottom: 4px solid rgba(255, 192, 222, 0.7);} .o_calendar_container .o_underline_color_24{border-bottom: 4px solid rgba(255, 192, 207, 0.7);} .o_calendar_container .o_calendar_view{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; min-width: 0; height: 100%;} .o_calendar_container .o_calendar_view .o_calendar_widget{background-color: white;} .o_calendar_container .o_calendar_view .o_calendar_widget *{z-index: 0;} .o_calendar_container .o_calendar_view .o_calendar_widget .fc-week-number, .o_calendar_container .o_calendar_view .o_calendar_widget .fc-widget-header{background-color: #ffffff;} .o_calendar_container .o_calendar_view .o_calendar_widget .o_attendee_head{float: right; margin-left: 1px; width: 18px; height: 18px;} .o_calendar_container .o_calendar_view .o_calendar_widget .fc-view{overflow-x: auto;} .o_calendar_container .o_calendar_sidebar_container{-ms-flex: 0 0 16px; -moz-flex: 0 0 16px; -webkit-box-flex: 0; -webkit-flex: 0 0 16px; flex: 0 0 16px; position: relative;} .o_calendar_container .o_calendar_sidebar_container.o_sidebar_hidden{margin-right: -16px;} .o_calendar_container .o_calendar_sidebar_container.o_sidebar_hidden .o_calendar_sidebar_toggler{padding: 4px; color: #a89d9d;} .o_calendar_container .o_calendar_sidebar_container .o_calendar_sidebar_toggler{position: absolute; top: 0; left: auto; bottom: auto; right: 0; cursor: pointer; padding: 6px;} .o_calendar_container .o_calendar_sidebar_container .o_calendar_sidebar_toggler:hover{color: black;} .o_calendar_container .o_calendar_sidebar_container .o_calendar_sidebar{width: 250px; padding-left: 8px;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker{width: 100%; font-size: 8pt; border-radius: 0; border: none; padding: 0;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; background: none; background-color: #ffffff; border-radius: 0;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-prev, .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-next{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; position: static; cursor: pointer; padding: 2px; text-align: center; color: #4c4c4c;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover, .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover{background: none; border: none; color: black;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon, .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon{display: none;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-prev{order: 1;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-prev:after{font-family: FontAwesome; content: "\n";} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-next{order: 3;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-next:before{font-family: FontAwesome; content: "\n";} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker .ui-widget-header .ui-datepicker-title{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; order: 2; display: inline-block; margin: 0 10px;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker table td{padding: 0 2px 2px 0; background-color: white;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker table td a{border: none; background: none; background-color: #ffffff; text-align: center;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker table .ui-state-default{color: #7c7bad;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker table .ui-state-default:hover{background: none; background-color: rgba(124, 123, 173, 0.5); border-color: #7c7bad; color: white;} .o_calendar_container .o_calendar_sidebar_container .ui-datepicker table .ui-state-active{background: none; background-color: #7c7bad; color: white;} .o_calendar_container .o_calendar_sidebar_container .o_calendar_filter{padding: 8px; background: white; border-top: 1px solid lightgray;} .modal .o_attendee_head{width: 32px; margin-right: 5px;} .o_dashboard .o_calendar_container .o_calendar_sidebar_container{display: none;} \n/* /web_calendar/static/lib/fullcalendar/css/fullcalendar.css defined in bundle 'web.assets_backend' */\n .fc{direction: ltr; text-align: left;} .fc table{border-collapse: collapse; border-spacing: 0;} html .fc, .fc table{font-size: 1em;} .fc td, .fc th{padding: 0; vertical-align: top;} .fc-header td{white-space: nowrap;} .fc-header-left{width: 25%; text-align: left;} .fc-header-center{text-align: center;} .fc-header-right{width: 25%; text-align: right;} .fc-header-title{display: inline-block; vertical-align: top;} .fc-header-title h2{margin-top: 0; white-space: nowrap;} .fc .fc-header-space{padding-left: 10px;} .fc-header .fc-button{margin-bottom: 1em; vertical-align: top;} .fc-header .fc-button{margin-right: -1px;} .fc-header .fc-corner-right, .fc-header .ui-corner-right{margin-right: 0;} .fc-header .fc-state-hover, .fc-header .ui-state-hover{z-index: 2;} .fc-header .fc-state-down{z-index: 3;} .fc-header .fc-state-active, .fc-header .ui-state-active{z-index: 4;} .fc-content{clear: both; zoom: 1;} .fc-view{width: 100%; overflow: hidden;} .fc-widget-header, .fc-widget-content{border: 1px solid #ddd;} .fc-state-highlight{background: #fcf8e3;} .fc-cell-overlay{background: #bce8f1; opacity: .3; filter: alpha(opacity=30);} .fc-button{position: relative; display: inline-block; padding: 0 .6em; overflow: hidden; height: 1.9em; line-height: 1.9em; white-space: nowrap; cursor: pointer;} .fc-state-default{border: 1px solid;} .fc-state-default.fc-corner-left{border-top-left-radius: 4px; border-bottom-left-radius: 4px;} .fc-state-default.fc-corner-right{border-top-right-radius: 4px; border-bottom-right-radius: 4px;} .fc-text-arrow{margin: 0 .1em; font-size: 2em; font-family: "Courier New", Courier, monospace; vertical-align: baseline;} .fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow{font-weight: bold;} .fc-button .fc-icon-wrap{position: relative; float: left; top: 50%;} .fc-button .ui-icon{position: relative; float: left; margin-top: -50%; *margin-top: 0; *top: -50%;} .fc-state-default{background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);} .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled{color: #333333; background-color: #e6e6e6;} .fc-state-hover{color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear;} .fc-state-down, .fc-state-active{background-color: #cccccc; background-image: none; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);} .fc-state-disabled{cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none;} .fc-event-container > *{z-index: 8;} .fc-event-container > .ui-draggable-dragging, .fc-event-container > .ui-resizable-resizing{z-index: 9;} .fc-event{border: 1px solid #3a87ad; background-color: #3a87ad; color: #fff; font-size: .85em; cursor: default;} a.fc-event{text-decoration: none;} a.fc-event, .fc-event-draggable{cursor: pointer;} .fc-rtl .fc-event{text-align: right;} .fc-event-inner{width: 100%; height: 100%; overflow: hidden;} .fc-event-time, .fc-event-title{padding: 0 1px;} .fc .ui-resizable-handle{display: block; position: absolute; z-index: 99999; overflow: hidden; font-size: 300%; line-height: 50%;} .fc-event-hori{border-width: 1px 0; margin-bottom: 1px;} .fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end{border-left-width: 1px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;} .fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start{border-right-width: 1px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;} .fc-event-hori .ui-resizable-e{top: 0 !important; right: -3px !important; width: 7px !important; height: 100% !important; cursor: e-resize;} .fc-event-hori .ui-resizable-w{top: 0 !important; left: -3px !important; width: 7px !important; height: 100% !important; cursor: w-resize;} .fc-event-hori .ui-resizable-handle{_padding-bottom: 14px;} table.fc-border-separate{border-collapse: separate;} .fc-border-separate th, .fc-border-separate td{border-width: 1px 0 0 1px;} .fc-border-separate th.fc-last, .fc-border-separate td.fc-last{border-right-width: 1px;} .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td{border-bottom-width: 1px;} .fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th{border-top-width: 0;} .fc-grid th{text-align: center;} .fc .fc-week-number{width: 22px; text-align: center;} .fc .fc-week-number div{padding: 0 2px;} .fc-grid .fc-day-number{float: right; padding: 0 2px;} .fc-grid .fc-other-month .fc-day-number{opacity: 0.3; filter: alpha(opacity=30);} .fc-grid .fc-day-content{clear: both; padding: 2px 2px 1px;} .fc-grid .fc-event-time{font-weight: bold;} .fc-rtl .fc-grid .fc-day-number{float: left;} .fc-rtl .fc-grid .fc-event-time{float: right;} .fc-agenda table{border-collapse: separate;} .fc-agenda-days th{text-align: center;} .fc-agenda .fc-agenda-axis{width: 50px; padding: 0 4px; vertical-align: middle; text-align: right; white-space: nowrap; font-weight: normal;} .fc-agenda .fc-week-number{font-weight: bold;} .fc-agenda .fc-day-content{padding: 2px 2px 1px;} .fc-agenda-days .fc-agenda-axis{border-right-width: 1px;} .fc-agenda-days .fc-col0{border-left-width: 0;} .fc-agenda-allday th{border-width: 0 1px;} .fc-agenda-allday .fc-day-content{min-height: 34px; _height: 34px;} .fc-agenda-divider-inner{height: 2px; overflow: hidden;} .fc-widget-header .fc-agenda-divider-inner{background: #eee;} .fc-agenda-slots th{border-width: 1px 1px 0;} .fc-agenda-slots td{border-width: 1px 0 0; background: none;} .fc-agenda-slots td div{height: 20px;} .fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td{border-top-width: 0;} .fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td{border-top-style: dotted;} .fc-agenda-slots tr.fc-minor th.ui-widget-header{*border-top-style: solid;} .fc-event-vert{border-width: 0 1px;} .fc-event-vert.fc-event-start{border-top-width: 1px; border-top-left-radius: 3px; border-top-right-radius: 3px;} .fc-event-vert.fc-event-end{border-bottom-width: 1px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;} .fc-event-vert .fc-event-time{white-space: nowrap; font-size: 10px;} .fc-event-vert .fc-event-inner{position: relative; z-index: 2;} .fc-event-vert .fc-event-bg{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .25; filter: alpha(opacity=25);} .fc-event-vert .ui-resizable-s{bottom: 0 !important; width: 100% !important; height: 8px !important; overflow: hidden !important; line-height: 8px !important; font-size: 11px !important; font-family: monospace; text-align: center; cursor: s-resize;} .fc-agenda .ui-resizable-resizing{_overflow: hidden;} @media print{.fc-event{background: #fff !important; color: #000 !important;}.fc-event-bg{display: none !important;}.fc-event .ui-resizable-handle{display: none !important;}} \n/* /web_diagram/static/src/less/diagram_view.less defined in bundle 'web.assets_backend' */\n .o_diagram_view, .o_diagram{height: 100%; background-color: white;} .o_diagram_view .o_diagram_header, .o_diagram .o_diagram_header{padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px;} .o_diagram_view .o_diagram_header > span, .o_diagram .o_diagram_header > span{display: block; text-align: justify;} \n/* /web_editor/static/src/less/web_editor.common.less defined in bundle 'web.assets_backend' */\n html, body{width: 100%; height: 100%;} .css_non_editable_mode_hidden{display: none !important;} .editor_enable .css_editable_mode_hidden{display: none !important;} .note-toolbar{margin-left: 0 !important;} .note-popover .popover > .arrow{display: none;} #wrapwrap table.table.table-bordered, .o_editable table.table.table-bordered{table-layout: fixed;} #wrapwrap table.table.table-bordered td, .o_editable table.table.table-bordered td{min-width: 20px;} img.shadow{box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);} img.padding-small, .img.padding-small, span.fa.padding-small, iframe.padding-small{padding: 4px;} img.padding-medium, .img.padding-medium, span.fa.padding-medium, iframe.padding-medium{padding: 8px;} img.padding-large, .img.padding-large, span.fa.padding-large, iframe.padding-large{padding: 16px;} img.padding-xl, .img.padding-xl, span.fa.padding-xl, iframe.padding-xl{padding: 32px;} div.media_iframe_video.padding-small iframe{padding: 4px;} div.media_iframe_video.padding-medium iframe{padding: 8px;} div.media_iframe_video.padding-large iframe{padding: 16px;} div.media_iframe_video.padding-xl iframe{padding: 32px;} .fa-6x{font-size: 6em;} .fa-7x{font-size: 7em;} .fa-8x{font-size: 8em;} .fa-9x{font-size: 9em;} .fa-10x{font-size: 10em;} .fa.center-block{text-align: center;} div.media_iframe_video{margin: 0 auto; text-align: center; position: relative; overflow: hidden;} div.media_iframe_video iframe{width: 100%; height: 100%; position: absolute; top: 0; left: auto; bottom: auto; right: auto; margin: 0 auto; margin-left: -50%;} div.media_iframe_video .media_iframe_video_size{padding-bottom: 66.5%; position: relative; width: 100%; height: 0;} div.media_iframe_video .css_editable_mode_display{position: absolute; top: auto; left: auto; bottom: auto; right: auto; width: 100%; height: 100%; display: none; z-index: 2;} html[data-browser^="msie"] div.media_iframe_video iframe{margin-left: 0;} @media (max-width: 767px){img:not(.cke_iframe), .media_iframe_video, span.fa, i.fa{-webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important;}} address .fa.fa-mobile-phone{margin: 0 3px 0 2px;} address .fa.fa-file-text-o{margin-right: 1px;} span[data-oe-type="monetary"]{white-space: nowrap;} div.oe_menu_buttons{top: -8px; right: -8px;} ul.oe_menu_editor .fa-home{display: none;} ul.oe_menu_editor > li:first-child > div > span > .fa-home{display: block;} ul.oe_menu_editor .oe_menu_placeholder{outline: 1px dashed #4183C4;} ul.oe_menu_editor ul{list-style: none;} ul.oe_menu_editor li div{cursor: move;} ul.oe_menu_editor .disclose{cursor: pointer; width: 10px; display: none;} .mt128{margin-top: 128px !important;} .mb128{margin-bottom: 128px !important;} .ml128{margin-left: 128px !important;} .mr128{margin-right: 128px !important;} .mt96{margin-top: 96px !important;} .mb96{margin-bottom: 96px !important;} .ml96{margin-left: 96px !important;} .mr96{margin-right: 96px !important;} .mt92{margin-top: 92px !important;} .mb92{margin-bottom: 92px !important;} .ml92{margin-left: 92px !important;} .mr92{margin-right: 92px !important;} .mt64{margin-top: 64px !important;} .mb64{margin-bottom: 64px !important;} .ml64{margin-left: 64px !important;} .mr64{margin-right: 64px !important;} .mt48{margin-top: 48px !important;} .mb48{margin-bottom: 48px !important;} .ml48{margin-left: 48px !important;} .mr48{margin-right: 48px !important;} .mt32{margin-top: 32px !important;} .mb32{margin-bottom: 32px !important;} .ml32{margin-left: 32px !important;} .mr32{margin-right: 32px !important;} .mt24{margin-top: 24px !important;} .mb24{margin-bottom: 24px !important;} .ml24{margin-left: 24px !important;} .mr24{margin-right: 24px !important;} .mt16{margin-top: 16px !important;} .mb16{margin-bottom: 16px !important;} .ml16{margin-left: 16px !important;} .mr16{margin-right: 16px !important;} .mt8{margin-top: 8px !important;} .mb8{margin-bottom: 8px !important;} .ml8{margin-left: 8px !important;} .mr8{margin-right: 8px !important;} .mt4{margin-top: 4px !important;} .mb4{margin-bottom: 4px !important;} .ml4{margin-left: 4px !important;} .mr4{margin-right: 4px !important;} .mt0{margin-top: 0px !important;} .mb0{margin-bottom: 0px !important;} .ml0{margin-left: 0px !important;} .mr0{margin-right: 0px !important;} a.o_underline{text-decoration: underline;} a.o_underline:hover{text-decoration: underline;} .bg-alpha{background-color: #1cc1a9; color: #FFF;} .bg-alpha .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-alpha{color: #1cc1a9;} .bg-beta{background-color: #875A7B; color: #FFF;} .bg-beta .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-beta{color: #875A7B;} .bg-gamma{background-color: #BA3C3D; color: #FFF;} .bg-gamma .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gamma{color: #BA3C3D;} .bg-delta{background-color: #0D6759; color: #FFF;} .bg-delta .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-delta{color: #0D6759;} .bg-epsilon{background-color: #0B2E59; color: #FFF;} .bg-epsilon .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-epsilon{color: #0B2E59;} .bg-primary{background-color: #7c7bad; color: #FFF;} .bg-primary .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-primary{color: #7c7bad;} .bg-success{background-color: #dff0d8; color: #4c4c4c;} .bg-success .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-success{color: #3c763d;} .bg-info{background-color: #d9edf7; color: #4c4c4c;} .bg-info .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-info{color: #31708f;} .bg-warning{background-color: #fcf8e3; color: #4c4c4c;} .bg-warning .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-warning{color: #8a6d3b;} .bg-danger{background-color: #f2dede; color: #4c4c4c;} .bg-danger .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-danger{color: #a94442;} .bg-black{background-color: #000; color: #FFF;} .bg-black .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black{color: #000;} .bg-gray-darker{background-color: #222222; color: #FFF;} .bg-gray-darker .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray-darker{color: #222222;} .bg-gray-dark{background-color: #333333; color: #FFF;} .bg-gray-dark .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray-dark{color: #333333;} .bg-gray{background-color: #555555; color: #FFF;} .bg-gray .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray{color: #555555;} .bg-gray-light{background-color: #777777; color: #FFF;} .bg-gray-light .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-gray-light{color: #777777;} .bg-gray-lighter{background-color: #eeeeee; color: #4c4c4c;} .bg-gray-lighter .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-gray-lighter{color: #eeeeee;} .bg-white{background-color: #fff; color: #4c4c4c;} .bg-white .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-white{color: #fff;} .bg-black-25{background-color: rgba(0, 0, 0, 0.25); color: #FFF;} .bg-black-25 .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black-25{color: rgba(0, 0, 0, 0.25);} .bg-black-50{background-color: rgba(0, 0, 0, 0.5); color: #FFF;} .bg-black-50 .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black-50{color: rgba(0, 0, 0, 0.5);} .bg-black-75{background-color: rgba(0, 0, 0, 0.75); color: #FFF;} .bg-black-75 .text-muted{color: rgba(255, 255, 255, 0.4);} body .text-black-75{color: rgba(0, 0, 0, 0.75);} .bg-white-25{background-color: rgba(255, 255, 255, 0.25); color: #4c4c4c;} .bg-white-25 .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-white-25{color: rgba(255, 255, 255, 0.25);} .bg-white-50{background-color: rgba(255, 255, 255, 0.5); color: #4c4c4c;} .bg-white-50 .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-white-50{color: rgba(255, 255, 255, 0.5);} .bg-white-75{background-color: rgba(255, 255, 255, 0.75); color: #4c4c4c;} .bg-white-75 .text-muted{color: rgba(76, 76, 76, 0.4);} body .text-white-75{color: rgba(255, 255, 255, 0.75);} \n/* /web_editor/static/src/less/web_editor.backend.less defined in bundle 'web.assets_backend' */\n .oe_form_field_html_text .note-editable{min-height: 180px; font: initial !important; font-family: inherit !important; line-height: initial !important; color: initial !important;} .oe_form_field_html_text .note-editable p{font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif; font-size: 13px;} .oe_form_field_html_text .note-editable a, .oe_form_field_html_text .note-editable a:hover{color: initial;} .oe_form_field_html_text .o_readonly{min-height: 1em; width: 100%; margin: 0; padding: 0; border: 0;} .oe_form_field_html iframe{display: block; width: 100%; border: 0; padding: 0; margin: 0; min-height: 300px; min-height: -webkit-calc(-70vh); min-height: calc(100vh - 170px);} .o_form_FieldTextHtml_fullscreen .oe_form_field_html.o_form_fullscreen_ancestor iframe{position: absolute !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; width: 100% !important; min-height: 100% !important; z-index: 1001 !important; border: 0;} .o_form_FieldTextHtml_fullscreen *{display: none;} .o_form_FieldTextHtml_fullscreen .o_form_fullscreen_ancestor{display: block !important; position: static !important; top: 0 !important; left: 0 !important; overflow: visible !important; width: auto !important; overflow: hidden !important;} .openerp .oe_form .oe_form_field_html_translate textarea{min-width: 60px; width: 100%; color: #4c4c4c; font: normal 13px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;} .openerp .oe_form_readonly .oe_form .oe_form_field_html_translate textarea{border: 0; background: #fff;} .openerp .oe_form_editable .oe_form .oe_form_field_html_translate > button{float: right; margin: -6px -3px 0 0;} .openerp .oe_form_editable .oe_form .oe_form_field_html_translate > .note-editable{border: 1px solid #ccc; min-height: 22px; border-radius: 3px;} .openerp .oe_form_editable .oe_form .oe_form_field_html_translate .note-editable [contentEditable='true']:hover{box-shadow: #DDCC33 0 0 5px 2px inset;} .note-editor .colorpicker .o_colorpicker_section > button{display: none;} .note-editor .colorpicker .o_colorpicker_section > button[data-color="alpha"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="beta"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="gamma"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="delta"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="epsilon"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="white"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-lighter"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-light"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="gray"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-dark"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-darker"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="black"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="primary"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="success"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="info"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="warning"], .note-editor .colorpicker .o_colorpicker_section > button[data-color="danger"]{display: block;} \n/* /web_kanban/static/src/less/kanban_dashboard.less defined in bundle 'web.assets_backend' */\n .o_kanban_view{} .o_kanban_view .o_visible{width: 100%; overflow: hidden;} .o_kanban_view .o_invisible{width: 0; visibility: hidden; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; margin-right: 0px !important; overflow: hidden;} .o_kanban_view .o_invisible *{padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; margin-right: 0px !important;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped a, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped a, .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped span, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped span{display: block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; position: relative;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped a, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped a{color: #7c7bad;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped a.o_inline_link, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped a.o_inline_link{display: inline;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped a:focus, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped a:focus, .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped a:active, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped a:active, .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped a:focus:active, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped a:focus:active{outline: none;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_record, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_record{padding: 0; position: relative;} @media (max-width: 767px){.o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_record, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_record{margin-bottom: 10px;}} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_record .row .row, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_record .row .row{margin-left: 0px; margin-right: 0px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_record .row .row > div, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_record .row .row > div{padding-left: 0px; padding-right: 0px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_header, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_header{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; background-color: #e2e2e0; position: relative;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_header .o_kanban_card_header_title, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_header .o_kanban_card_header_title{-ms-flex: 3 0 0; -moz-flex: 3 0 0; -webkit-box-flex: 3; -webkit-flex: 3 0 0; flex: 3 0 0; padding: 8px 16px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_header .o_kanban_card_header_title .o_primary, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_header .o_kanban_card_header_title .o_primary{color: #7c7bad; font-weight: 700;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_header .o_kanban_manage_button_section, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_header .o_kanban_manage_button_section{-ms-flex: 1 0 0; -moz-flex: 1 0 0; -webkit-box-flex: 1; -webkit-flex: 1 0 0; flex: 1 0 0; padding: 16px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_header .o_kanban_manage_button_section .o_kanban_manage_toggle_button, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_header .o_kanban_manage_button_section .o_kanban_manage_toggle_button{text-align: right;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_content, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_content{display: inline-block; vertical-align: top;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_content > .row > div, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_content > .row > div{padding-top: 16px; padding-bottom: 16px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_content .o_kanban_primary_bottom, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_content .o_kanban_primary_bottom{background-color: #e2e2e0; position: absolute; top: auto; left: auto; bottom: 0; right: auto;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_manage_pane, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_manage_pane{display: inline-block; vertical-align: top;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_manage_section, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_manage_section{padding-top: 8px; padding-bottom: 8px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_manage_title, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_manage_title{font-weight: bold; border-bottom: 1px solid; border-color: #e2e2e0; margin-bottom: 8px; padding-bottom: 8px;} .o_kanban_view.o_kanban_dashboard.o_kanban_ungrouped .o_kanban_card_manage_settings, .o_kanban_view.o_kanban_dashboard.o_kanban_grouped .o_kanban_card_manage_settings{padding-top: 8px; padding-bottom: 8px; border-top: 1px solid; border-color: #e2e2e0;} \n/* /web_kanban/static/src/less/kanban_view.less defined in bundle 'web.assets_backend' */\n .o_kanban_view{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-content: stretch; align-content: stretch; overflow-x: visible;} @media (max-width: 767px){.o_kanban_view{overflow-x: auto; padding: 0px;}} .o_kanban_view .o_kanban_record{position: relative; min-width: 150px; margin: 4px;} .o_kanban_view .o_kanban_record:before, .o_kanban_view .o_kanban_record:after{content: " "; display: table;} .o_kanban_view .o_kanban_record:after{clear: both;} .o_kanban_view .o_kanban_record:before, .o_kanban_view .o_kanban_record:after{content: " "; display: table;} .o_kanban_view .o_kanban_record:after{clear: both;} .o_kanban_view .o_kanban_record:after, .o_kanban_view .o_kanban_record:before{width: 0; height: 0;} .o_kanban_view .o_kanban_record .o_kanban_image{float: left; width: 64px;} .o_kanban_view .o_kanban_record .o_kanban_image + div{padding-left: 72px;} @media (max-width: 767px){.o_kanban_view .o_kanban_record .o_kanban_image + div{padding-left: 80px;}} .o_kanban_view .o_kanban_record .oe_kanban_details{width: 100%;} .o_kanban_view .o_kanban_record .oe_kanban_details > ul{margin-bottom: 0;} .o_kanban_view .o_kanban_record .o_dropdown_kanban{float: right;} @media (max-width: 767px){.o_kanban_view .o_kanban_record .o_dropdown_kanban{visibility: visible;}} .o_kanban_view .o_kanban_record .o_dropdown_kanban > .dropdown-menu{left: auto; right: 0; padding: 3px;} .o_kanban_view .o_kanban_record .o_kanban_footer{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;} .o_kanban_view .o_kanban_record .o_kanban_footer > *{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_kanban_view .o_kanban_record .oe_kanban_footer_left{float: left;} .o_kanban_view .o_kanban_record .oe_kanban_bottom_right{float: right;} .o_kanban_view .o_kanban_record .oe_kanban_bottom_left{float: left;} .o_kanban_view .o_kanban_record .oe_kanban_bottom_left .oe_kanban_align{display: inline-block; vertical-align: middle;} .o_kanban_view .o_kanban_record .o_kanban_tags{margin: 0 0 8px -8px; max-height: 9px;} @media (max-width: 767px){.o_kanban_view .o_kanban_record .o_kanban_tags{margin-left: -16px;}} .o_kanban_view .o_kanban_record .o_kanban_tags .o_tag{width: 40px; height: 9px; display: inline-block; vertical-align: top; opacity: 0.7;} .o_kanban_view .o_kanban_record .o_kanban_tags .o_tag:hover{opacity: 1;} .o_kanban_view .o_kanban_record .o_form_field_many2manytags{display: block;} .o_kanban_view .o_kanban_record .oe_kanban_text_red{color: #A61300; font-weight: bold;} .o_kanban_view .o_kanban_quick_create{margin: 0 4px 4px 4px; padding: 3px;} .o_kanban_view .o_kanban_quick_create input{width: 100%; margin: 4px 0;} .o_kanban_view .o_kanban_group{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; padding: 0 4px;} .o_kanban_view .o_kanban_group:not(.o_column_folded){width: 316px;} .o_kanban_view .o_kanban_group .o_kanban_header + .o_kanban_record{margin-top: 0;} .o_kanban_view.o_kanban_ungrouped{-ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -moz-justify-content: flex-start; -webkit-justify-content: flex-start; justify-content: flex-start; padding: 4px 12px;} @media (max-width: 767px){.o_kanban_view.o_kanban_ungrouped{padding: 0;}} .o_kanban_view.o_kanban_ungrouped .o_kanban_record{-ms-flex: 1 1 300px; -moz-flex: 1 1 300px; -webkit-box-flex: 1; -webkit-flex: 1 1 300px; flex: 1 1 300px;} @media (max-width: 767px){.o_kanban_view.o_kanban_ungrouped .o_kanban_record{margin: 0 0 1px 0; -ms-flex: 1 0 100%; -moz-flex: 1 0 100%; -webkit-box-flex: 1; -webkit-flex: 1 0 100%; flex: 1 0 100%; box-shadow: none;}} .o_kanban_view.o_kanban_ungrouped .o_kanban_record.o_kanban_ghost{height: 0; min-height: 0!important; visibility: hidden; margin-top: 0; margin-bottom: 0; padding: 0;} .o_kanban_view.o_kanban_grouped{min-height: 100%; padding: 0 8px;} .o_kanban_view.o_kanban_grouped .o_kanban_record{width: 300px;} .o_kanban_view.o_kanban_grouped.o_kanban_small_column .o_kanban_group:not(.o_column_folded){width: 256px;} .o_kanban_view.o_kanban_grouped.o_kanban_small_column .o_kanban_group:not(.o_column_folded) .o_kanban_record{width: 240px;} .o_kanban_view.o_kanban_nocontent{min-height: 0; padding: 0;} .o_kanban_view.o_kanban_mobile .o_kanban_record span, .o_kanban_view.o_kanban_mobile .o_kanban_record div.label{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;} .o_kanban_view .o_column_quick_create{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; margin: 0; padding: 8px; position: relative;} .o_kanban_view .o_column_quick_create .o_kanban_quick_create{display: none; width: 180px;} .o_kanban_view .o_kanban_record{background-color: white; box-shadow: 0px 0px 1px 1px #666666; padding: 8px 8px;} @media (max-width: 767px){.o_kanban_view .o_kanban_record{padding: 8px 16px;}} .o_kanban_view .o_kanban_record:hover .o_dropdown_kanban{visibility: visible;} .o_kanban_view .o_kanban_record.oe_kanban_global_click, .o_kanban_view .o_kanban_record.oe_kanban_global_click_edit{cursor: pointer;} .o_kanban_view .o_kanban_record.ui-sortable-helper{transform: rotate(3deg); opacity: 0.9;} .o_kanban_view .o_kanban_record.o_kanban_two_column_tags .o_kanban_image > img{box-shadow: none;} .o_kanban_view .o_kanban_record ul{list-style-type: none; padding: 0;} .o_kanban_view .o_kanban_record .o_kanban_title{font-weight: bold; margin-bottom: 3px;} .o_kanban_view .o_kanban_record .o_kanban_image{text-align: center;} .o_kanban_view .o_kanban_record .o_kanban_image img{max-width: 100%; box-shadow: none;} .o_kanban_view .o_kanban_record .o_kanban_button{margin-top: 15px;} .o_kanban_view .o_kanban_record .o_kanban_button > button, .o_kanban_view .o_kanban_record .o_kanban_button > a{position: absolute; top: auto; left: auto; bottom: 8px; right: 8px;} @media (max-width: 767px){.o_kanban_view .o_kanban_record .o_kanban_button > button, .o_kanban_view .o_kanban_record .o_kanban_button > a{right: 16px;}} .o_kanban_view .o_kanban_record .o_dropdown_kanban > a{padding: 3px; color: #4c4c4c;} .o_kanban_view .o_kanban_record .o_dropdown_kanban.open{visibility: visible;} .o_kanban_view .o_kanban_record .oe_kanban_avatar{border-radius: 6px; margin-left: 2px;} .o_kanban_view .o_kanban_record .oe_kanban_avatar_smallbox{height: 40px; width: 40px; box-shadow: 0 1px 4px #777777; float: left; margin-right: 5px;} .o_kanban_view .o_kanban_record .o_kanban_attachment_image{margin: 0 -8px -8px;} .o_kanban_view .o_kanban_record .o_kanban_attachment_image > img{width: 100%;} .o_kanban_view .o_kanban_record .o_progressbar{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; height: 20px;} .o_kanban_view .o_kanban_record .o_progressbar .o_progressbar_title{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;} .o_kanban_view .o_kanban_record .o_progressbar .o_progress{-ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; margin-top: 3px;} .o_kanban_view .o_kanban_record .o_progressbar .o_progressbar_value{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; text-align: right; width: auto; height: 100%;} .o_kanban_view .o_kanban_record .o_progressbar input.o_progressbar_value{width: 15%; margin-left: 8px;} .o_kanban_view .o_kanban_record .oe_kanban_colorpicker{margin: 0; white-space: nowrap;} .o_kanban_view .o_kanban_record .oe_kanban_colorpicker > li{display: inline-block; margin-right: 1px;} .o_kanban_view .o_kanban_record .oe_kanban_colorpicker > li > a{width: 15px; height: 15px; display: block;} .o_kanban_view .o_kanban_record .oe_kanban_colorpicker > li:first-child > a{border: 1px solid #ccc;} .o_kanban_view .o_kanban_record .o_dropdown_kanban{visibility: hidden;} .o_kanban_view .o_kanban_group{background-color: #f0eeee;} .o_kanban_view .o_kanban_group:nth-child(odd){background-color: #e9e6e6;} .o_kanban_view .o_kanban_group.ui-sortable-helper ~ .o_kanban_group, .o_kanban_view .o_kanban_group.ui-sortable-placeholder ~ .o_kanban_group.ui-sortable-helper{background-color: #f0eeee;} .o_kanban_view .o_kanban_group.ui-sortable-helper ~ .o_kanban_group:nth-child(even), .o_kanban_view .o_kanban_group.ui-sortable-placeholder ~ .o_kanban_group.ui-sortable-helper:nth-child(even){background-color: #e9e6e6;} .o_kanban_view .o_kanban_group.o_kanban_dragged{background-color: #4c4c4c;} .o_kanban_view .o_kanban_group.o_kanban_dragged .o_kanban_record{visibility: hidden;} .o_kanban_view .o_kanban_group .o_kanban_header{color: #4c4c4c; margin: 0 4px; height: 50px; line-height: 2.2; cursor: move; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex;} .o_kanban_view .o_kanban_group .o_kanban_header .o_column_unfold{display: none;} .o_kanban_view .o_kanban_group .o_kanban_header .o_column_title{font-size: 18px; font-weight: 300; -ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; padding-top: 5px;} .o_kanban_view .o_kanban_group .o_kanban_header .o_kanban_quick_add i{height: 50px; width: 50px; line-height: 1.8; text-align: center; color: #4c4c4c; padding: 8px; font-size: 22px; cursor: pointer;} .o_kanban_view .o_kanban_group .o_kanban_header .o_kanban_quick_add i:hover{background-color: #d8d3d3; color: white !important;} .o_kanban_view .o_kanban_group .o_kanban_header:hover .o_kanban_config, .o_kanban_view .o_kanban_group .o_kanban_header .o_kanban_config.open{display: inline-block; margin-left: 4px;} .o_kanban_view .o_kanban_group .o_kanban_header .o_kanban_config{display: none;} .o_kanban_view .o_kanban_group .o_kanban_header .o_kanban_config i{height: 50px; width: 50px; line-height: 1.8; text-align: center; color: #4c4c4c; padding: 8px; font-size: 22px; cursor: pointer;} .o_kanban_view .o_kanban_group .o_kanban_header .o_kanban_config i:hover{background-color: #d8d3d3;} .o_kanban_view .o_kanban_group.o_column_folded{position: relative; border-right: 1px solid #d8d3d3; margin: 0; background-color: #e4e0e0;} .o_kanban_view .o_kanban_group.o_column_folded .o_column_title{line-height: 1.3; text-transform: uppercase; transform-origin: left bottom; transform: rotate(90deg); top: 40px; left: 15px; position: absolute; overflow: visible;} .o_kanban_view .o_kanban_group.o_column_folded > .o_kanban_record, .o_kanban_view .o_kanban_group.o_column_folded .o_kanban_quick_add, .o_kanban_view .o_kanban_group.o_column_folded .o_kanban_config, .o_kanban_view .o_kanban_group.o_column_folded .o_kanban_load_more{display: none!important;} .o_kanban_view .o_kanban_group.o_column_folded:hover{cursor: pointer;} .o_kanban_view .o_kanban_group.o_column_folded.o_kanban_hover{background-color: #5e5e5e;} .o_kanban_view .o_kanban_group.o_column_folded .o_column_unfold{display: block; padding: 0 10px;} .o_kanban_view .o_kanban_group.o_column_folded .o_column_unfold > i{font-size: 22px; padding-top: 15px;} .o_kanban_view .o_kanban_group .o_kanban_quick_create{background-color: white; box-shadow: 0px 0px 1px 1px #666666;} .o_kanban_view .o_kanban_group .o_kanban_load_more{text-align: center;} .o_kanban_view .o_kanban_group .o_kanban_load_more a{color: white; font-weight: 300;} .o_kanban_view .o_column_quick_create{background-color: #d8d3d3; cursor: pointer;} .o_kanban_view .o_column_quick_create .o_column_header .o_kanban_add_column{padding: 0 10px; color: #4c4c4c;} .o_kanban_view .o_column_quick_create .o_column_header .o_kanban_add_column > i{font-size: 22px; padding-top: 7px;} .o_kanban_view .o_column_quick_create .o_column_header .o_kanban_title{font-size: 18px; font-weight: 300; white-space: nowrap; text-transform: uppercase; transform-origin: left bottom; transform: rotate(90deg); top: 40px; left: 15px; position: absolute;} .o_kanban_view .o_column_quick_create .o_kanban_quick_create{background-color: white; box-shadow: 0px 0px 1px 1px #666666;} .o_kanban_view .oe_kanban_color_0{background-color: #FFFFFF; color: #5a5a5a;} .o_kanban_view .oe_kanban_color_1{background-color: #d8d8d8; color: #5e5e5e;} .o_kanban_view .oe_kanban_color_2{background-color: #e5d8e3; color: #7a3737;} .o_kanban_view .oe_kanban_color_3{background-color: #ece9c2; color: #756832;} .o_kanban_view .oe_kanban_color_4{background-color: #dee180; color: #5d6937;} .o_kanban_view .oe_kanban_color_5{background-color: #abd4cc; color: #1a7759;} .o_kanban_view .oe_kanban_color_6{background-color: #b8e3e8; color: #1a5d83;} .o_kanban_view .oe_kanban_color_7{background-color: #f4ddab; color: #5e5e5e;} .o_kanban_view .oe_kanban_color_8{background-color: #7f637d; color: #a5a5a5;} .o_kanban_view .oe_kanban_color_9{background-color: #d8c5d5; color: #5e5e5e;} .o_kanban_view .oe_kanban_color_10{background-color: #46C265; color: #639B89;} .oe_kanban_status{display: inline-block; height: 12px; width: 12px; border-radius: 6px; background-color: #f0eeee;} .oe_kanban_status.oe_kanban_status_green{background-color: #5cb85c;} .oe_kanban_status.oe_kanban_status_red{background-color: #d9534f;} \n/* /web_settings_dashboard/static/src/less/dashboard.less defined in bundle 'web.assets_backend' */\n .o_web_settings_dashboard{background: #F7F7F7; height: 100%;} .o_web_settings_dashboard .o_web_settings_dashboard_col{padding: 10px 8px;} .o_web_settings_dashboard .o_web_settings_dashboard_col > div > hr{margin: 12px -18px 15px -18px; border-color: #CBCBCB;} .o_web_settings_dashboard .o_web_settings_dashboard_col > div{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14); background: #FFF; border-radius: 2px; padding: 25px 18px 18px 18px;} .o_web_settings_dashboard .o_web_settings_dashboard_col > div .o_web_settings_dashboard_header{font-size: 22px; margin-bottom: 8px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_pills{margin-top: 10px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_pills > a{padding: 10px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_pills > a > i.fa{vertical-align: middle; font-size: 1.5em;} @media (max-width: 1200px){.o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_pills > li{width: 100%; margin-bottom: 5px;}} .o_web_settings_dashboard .o_web_settings_dashboard_col .btn.o_browse_apps, .o_web_settings_dashboard .o_web_settings_dashboard_col .btn.o_web_settings_dashboard_invitations{margin-top: 12px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_compact_subtitle{line-height: 12px; display: block;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_invitations .o_web_settings_dashboard_invitation_form{text-align: left;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_invitations .o_web_settings_dashboard_invitation_form > textarea{resize: vertical; width: 100%;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_invitations a.o_web_settings_dashboard_user{line-height: 24px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_planner .progress{height: 10px; background-color: #d9d9d9; cursor: pointer; margin-bottom: 30px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_planner .o_web_settings_dashboard_planner_progress_text{font-size: 18px; padding-right: 0px; padding-top: 3px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_planner .o_web_settings_dashboard_planner_progress_bar{padding-left: 10px;} .o_web_settings_dashboard .o_web_settings_dashboard_col .o_web_settings_dashboard_planner .o_web_settings_dashboard_progress_title{font-weight: bold; cursor: pointer; color: #7c7bad;} binary t 32/320ca5a6a9db129f7345cf09cfeb3cc76634fd18 \N \N text/css /web/content/305-94cb759/web.assets_backend.1.css /web/content/305-94cb759/web.assets_backend.1.css 320ca5a6a9db129f7345cf09cfeb3cc76634fd18 web.assets_backend.1.css +14 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Netherlands Antilles \N 3827 1 1 8 image binary f 64/645b63259324bfb5f8d315366ec5c04e5e22e582 \N image image/png image \N 645b63259324bfb5f8d315366ec5c04e5e22e582 \N +15 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Angola \N 5651 1 1 9 image binary f 53/5308a31e4c724b36f36a29e4194aa2e2ef4ac278 \N image image/png image \N 5308a31e4c724b36f36a29e4194aa2e2ef4ac278 \N +16 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Argentina \N 5200 1 1 11 image binary f 8b/8bd3b3e26feb00ddc41a8f4be58ad5d4eef43998 \N image image/png image \N 8bd3b3e26feb00ddc41a8f4be58ad5d4eef43998 \N +17 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 American Samoa \N 9621 1 1 12 image binary f 79/79a882269e95c0202d58446b81517a379ba90377 \N image image/png image \N 79a882269e95c0202d58446b81517a379ba90377 \N +18 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Austria \N 621 1 1 13 image binary f 18/185739a111942c62dd42e81d936faa13747db58e \N image image/png image \N 185739a111942c62dd42e81d936faa13747db58e \N +19 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Australia \N 4913 1 1 14 image binary f 55/5545b377758adf1b9328a9ec0bc679315fabc7a3 \N image image/png image \N 5545b377758adf1b9328a9ec0bc679315fabc7a3 \N +20 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Aruba \N 2623 1 1 15 image binary f 28/28ef9c3165eec3cebd618ffea4aa043cf9dbf967 \N image image/png image \N 28ef9c3165eec3cebd618ffea4aa043cf9dbf967 \N +21 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Åland Islands \N 805 1 1 16 image binary f 1e/1e770e318133d35b28df1ef1a9c60b6b6979e38c \N image image/png image \N 1e770e318133d35b28df1ef1a9c60b6b6979e38c \N +22 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Azerbaijan \N 2410 1 1 17 image binary f 88/88dcdce6e8caea2a56b10c43f3ac3009bcf7a82f \N image image/png image \N 88dcdce6e8caea2a56b10c43f3ac3009bcf7a82f \N +23 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bosnia-Herzegovina \N 5032 1 1 18 image binary f 3d/3d000adf2fdd1db1b895bd60311d1551cbff03ee \N image image/png image \N 3d000adf2fdd1db1b895bd60311d1551cbff03ee \N +24 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Barbados \N 3045 1 1 19 image binary f 7c/7cae029bb9538fe9c41b20cdcd00d93c52ab0501 \N image image/png image \N 7cae029bb9538fe9c41b20cdcd00d93c52ab0501 \N +25 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bangladesh \N 2675 1 1 20 image binary f be/be725aede51f12136f17b2a60e8418edbae57846 \N image image/png image \N be725aede51f12136f17b2a60e8418edbae57846 \N +253 2019-03-20 06:37:06.538003 2019-03-20 06:37:06.538003 ir.ui.view 1 \N \N 11453 1 1 0 /* /web_editor/static/lib/summernote/src/less/summernote.less defined in bundle 'web_editor.summernote' */\n .note-editor{border: 1px solid #a9a9a9; position: relative;} .note-editor .note-dropzone{position: absolute; display: none; z-index: 100; color: lightskyblue; background-color: white; opacity: 0.95; pointer-event: none;} .note-editor .note-dropzone .note-dropzone-message{display: table-cell; vertical-align: middle; text-align: center; font-size: 28px; font-weight: bold;} .note-editor .note-dropzone.hover{color: #098ddf;} .note-editor.dragover .note-dropzone{display: table;} .note-editor.codeview .note-editing-area .note-editable{display: none;} .note-editor.codeview .note-editing-area .note-codable{display: block;} .note-editor.fullscreen{position: fixed; top: 0; left: 0; width: 100%; z-index: 1050;} .note-editor.fullscreen .note-editable{background-color: white;} .note-editor.fullscreen .note-resizebar{display: none;} .note-editor .note-editing-area{position: relative; overflow: hidden;} .note-editor .note-editing-area .note-editable{background-color: #fff; color: #000; padding: 10px; overflow: auto; outline: none;} .note-editor .note-editing-area .note-editable[contenteditable=true]:empty:not(:focus):before{content: attr(data-placeholder);} .note-editor .note-editing-area .note-editable[contenteditable="false"]{background-color: #e5e5e5;} .note-editor .note-editing-area .note-codable{display: none; width: 100%; padding: 10px; border: none; box-shadow: none; font-family: Menlo, Monaco, monospace, sans-serif; font-size: 14px; color: #ccc; background-color: #222; resize: none; box-sizing: border-box; border-radius: 0; margin-bottom: 0;} .note-editor .note-statusbar{background-color: #f5f5f5;} .note-editor .note-statusbar .note-resizebar{padding-top: 1px; height: 8px; width: 100%; cursor: ns-resize;} .note-editor .note-statusbar .note-resizebar .note-icon-bar{width: 20px; margin: 1px auto; border-top: 1px solid #a9a9a9;} .note-air-editor{outline: none;} .note-popover .popover{max-width: none;} .note-popover .popover .popover-content a{display: inline-block; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;} .note-popover .popover .arrow{left: 20px;} .note-popover .popover .popover-content, .panel-heading.note-toolbar{margin: 0; padding: 0 0 5px 5px;} .note-popover .popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group{margin-top: 5px; margin-left: 0; margin-right: 5px;} .note-popover .popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table{min-width: 0; padding: 5px;} .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size: 18px;} .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position: absolute !important; z-index: 3; width: 10em; height: 10em; cursor: pointer;} .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position: relative !important; z-index: 1; width: 5em; height: 5em; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;} .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position: absolute !important; z-index: 2; width: 1em; height: 1em; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;} .note-popover .popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote{margin: 0;} .note-popover .popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle{width: 20px; padding-left: 5px;} .note-popover .popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu{min-width: 340px;} .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group{margin: 0;} .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child{margin: 0 5px;} .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title{font-size: 12px; margin: 2px 7px; text-align: center; border-bottom: 1px solid #eee;} .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset{font-size: 11px; margin: 3px; padding: 0 3px; cursor: pointer; border-radius: 5px;} .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row{height: 20px;} .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover{background: #eee;} .note-popover .popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu{min-width: 216px; padding: 5px;} .note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child{margin-right: 5px;} .note-popover .popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu{min-width: 90px;} .note-popover .popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right{right: 0; left: auto;} .note-popover .popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before{right: 9px; left: auto !important;} .note-popover .popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after{right: 10px; left: auto !important;} .note-popover .popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i{color: deepskyblue; visibility: hidden;} .note-popover .popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility: visible;} .note-popover .popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10{font-size: 10px;} .note-popover .popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette{line-height: 1;} .note-popover .popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn{width: 20px; height: 20px; padding: 0; margin: 0; border: 1px solid #fff;} .note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border: 1px solid #000;} .note-dialog > div{display: none;} .note-dialog .form-group{margin-left: 0; margin-right: 0;} .note-dialog .note-modal-form{margin: 0;} .note-dialog .note-image-dialog .note-dropzone{min-height: 100px; font-size: 30px; line-height: 4; color: lightgray; text-align: center; border: 4px dashed lightgray; margin-bottom: 10px;} .note-dialog .note-help-dialog{font-size: 12px; color: #ccc; background-color: #222 !important; opacity: 0.9; background: transparent; border: none;} .note-dialog .note-help-dialog .modal-content{background: transparent; border: 1px solid white; box-shadow: none; border-radius: 5px;} .note-dialog .note-help-dialog a{font-size: 12px; color: white;} .note-dialog .note-help-dialog .title{color: white; font-size: 14px; font-weight: bold; padding-bottom: 5px; margin-bottom: 10px; border-bottom: white 1px solid;} .note-dialog .note-help-dialog .modal-close{font-size: 14px; color: #dd0; cursor: pointer;} .note-dialog .note-help-dialog .text-center{margin: 10px 0 0;} .note-dialog .note-help-dialog .note-shortcut{padding-top: 8px; padding-bottom: 8px;} .note-dialog .note-help-dialog .note-shortcut-row{margin-right: -5px; margin-left: -5px;} .note-dialog .note-help-dialog .note-shortcut-col{padding-right: 5px; padding-left: 5px;} .note-dialog .note-help-dialog .note-shortcut-title{font-size: 13px; font-weight: bold; color: #dd0;} .note-dialog .note-help-dialog .note-shortcut-key{font-family: "Courier New"; color: #dd0; text-align: right;} .note-handle{} .note-handle .note-control-selection{position: absolute; display: none; border: 1px solid black;} .note-handle .note-control-selection > div{position: absolute;} .note-handle .note-control-selection .note-control-selection-bg{width: 100%; height: 100%; background-color: black; opacity: 0.3;} .note-handle .note-control-selection .note-control-handle{width: 7px; height: 7px; border: 1px solid black;} .note-handle .note-control-selection .note-control-holder{width: 7px; height: 7px; border: 1px solid black;} .note-handle .note-control-selection .note-control-sizing{width: 7px; height: 7px; border: 1px solid black; background-color: white;} .note-handle .note-control-selection .note-control-nw{top: -5px; left: -5px; border-right: none; border-bottom: none;} .note-handle .note-control-selection .note-control-ne{top: -5px; right: -5px; border-bottom: none; border-left: none;} .note-handle .note-control-selection .note-control-sw{bottom: -5px; left: -5px; border-top: none; border-right: none;} .note-handle .note-control-selection .note-control-se{right: -5px; bottom: -5px; cursor: se-resize;} .note-handle .note-control-selection .note-control-se.note-control-holder{cursor: default; border-top: none; border-left: none;} .note-handle .note-control-selection .note-control-selection-info{right: 0; bottom: 0; padding: 5px; margin: 5px; color: white; background-color: black; font-size: 12px; border-radius: 5px; opacity: 0.7;} binary t 37/37e8b0675e0d2722861b1bbbf31d1ca8f0816605 \N \N text/css /web/content/253-816285d/web_editor.summernote.0.css /web/content/253-816285d/web_editor.summernote.0.css 37e8b0675e0d2722861b1bbbf31d1ca8f0816605 web_editor.summernote.0.css +26 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Belgium \N 620 1 1 21 image binary f f3/f3a5ec7808a0c096ed4991a55f2d250ad9109120 \N image image/png image \N f3a5ec7808a0c096ed4991a55f2d250ad9109120 \N +27 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Burkina Faso \N 1816 1 1 22 image binary f c4/c48a8efc9dc2ede0ce0c1fc08eed6d1ad9e37122 \N image image/png image \N c48a8efc9dc2ede0ce0c1fc08eed6d1ad9e37122 \N +254 2019-03-20 06:37:06.538003 2019-03-20 06:37:06.538003 ir.ui.view 1 \N \N 52314 1 1 0 /* /web/static/lib/bootstrap/less/variables.less defined in bundle 'web_editor.assets_editor' */\n/* /web/static/lib/bootstrap/less/mixins/vendor-prefixes.less defined in bundle 'web_editor.assets_editor' */\n/* /web/static/lib/bootstrap/less/mixins/buttons.less defined in bundle 'web_editor.assets_editor' */\n/* /web/static/src/less/variables.less defined in bundle 'web_editor.assets_editor' */\n/* /web/static/src/less/utils.less defined in bundle 'web_editor.assets_editor' */\n/* /web_editor/static/src/less/web_editor.variables.less defined in bundle 'web_editor.assets_editor' */\n @-webkit-keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @keyframes fadeInDownSmall{0%{opacity: 0; -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px);}100%{opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}} @-webkit-keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @keyframes fadeInOut{0%{opacity: 0;}25%{opacity: 1;}75%{opacity: 1;}100%{opacity: 0;}} @-webkit-keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} @keyframes inputHighlighter{from{background: #7c7bad;}to{width: 0; background: transparent;}} \n/* /web_editor/static/src/less/web_editor.ui.less defined in bundle 'web_editor.assets_editor' */\n #web_editor-top-edit{position: absolute; top: 0; left: 0; bottom: auto; right: 0; position: fixed; height: 34px; z-index: 1003; background-color: rgba(0, 0, 0, 0); -webkit-transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; font-family: Roboto, 'Montserrat', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;} #web_editor-top-edit form.navbar-form{height: 100%; z-index: 1060; margin: 0; padding: 0; position: absolute; top: auto; left: auto; bottom: auto; right: -210px; -webkit-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; border-left: 1px solid #33363e; background-color: inherit;} #web_editor-top-edit form.navbar-form .btn-group{height: 100%;} #web_editor-top-edit form.navbar-form .btn{height: 100%; margin: 0; padding: 10px; line-height: 1.2; font-size: 13px; font-family: Roboto, 'Montserrat', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border: none; border-radius: 0;} #web_editor-top-edit form.navbar-form .btn .fa{margin-right: 7.5px;} #web_editor-top-edit form.navbar-form .btn .fa.fa-times{color: #e6586c;} #web_editor-top-edit form.navbar-form .btn.btn-primary{color: white; background-color: #7c7bad; border-color: #7c7bad;} #web_editor-top-edit form.navbar-form .btn.btn-primary:focus, #web_editor-top-edit form.navbar-form .btn.btn-primary.focus{color: white; background-color: #5f5e97; border-color: #414168;} #web_editor-top-edit form.navbar-form .btn.btn-primary:hover{color: white; background-color: #5f5e97; border-color: #5b5a91;} #web_editor-top-edit form.navbar-form .btn.btn-primary:active, #web_editor-top-edit form.navbar-form .btn.btn-primary.active, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-primary{color: white; background-color: #5f5e97; border-color: #5b5a91;} #web_editor-top-edit form.navbar-form .btn.btn-primary:active:hover, #web_editor-top-edit form.navbar-form .btn.btn-primary.active:hover, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-primary:hover, #web_editor-top-edit form.navbar-form .btn.btn-primary:active:focus, #web_editor-top-edit form.navbar-form .btn.btn-primary.active:focus, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-primary:focus, #web_editor-top-edit form.navbar-form .btn.btn-primary:active.focus, #web_editor-top-edit form.navbar-form .btn.btn-primary.active.focus, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-primary.focus{color: white; background-color: #515081; border-color: #414168;} #web_editor-top-edit form.navbar-form .btn.btn-primary:active, #web_editor-top-edit form.navbar-form .btn.btn-primary.active, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-primary{background-image: none;} #web_editor-top-edit form.navbar-form .btn.btn-primary.disabled, #web_editor-top-edit form.navbar-form .btn.btn-primary[disabled], fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-primary, #web_editor-top-edit form.navbar-form .btn.btn-primary.disabled:hover, #web_editor-top-edit form.navbar-form .btn.btn-primary[disabled]:hover, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-primary:hover, #web_editor-top-edit form.navbar-form .btn.btn-primary.disabled:focus, #web_editor-top-edit form.navbar-form .btn.btn-primary[disabled]:focus, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-primary:focus, #web_editor-top-edit form.navbar-form .btn.btn-primary.disabled.focus, #web_editor-top-edit form.navbar-form .btn.btn-primary[disabled].focus, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-primary.focus, #web_editor-top-edit form.navbar-form .btn.btn-primary.disabled:active, #web_editor-top-edit form.navbar-form .btn.btn-primary[disabled]:active, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-primary:active, #web_editor-top-edit form.navbar-form .btn.btn-primary.disabled.active, #web_editor-top-edit form.navbar-form .btn.btn-primary[disabled].active, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-primary.active{background-color: #7c7bad; border-color: #7c7bad;} #web_editor-top-edit form.navbar-form .btn.btn-primary .badge{color: #7c7bad; background-color: white;} #web_editor-top-edit form.navbar-form .btn.btn-default{color: white; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0);} #web_editor-top-edit form.navbar-form .btn.btn-default:focus, #web_editor-top-edit form.navbar-form .btn.btn-default.focus{color: white; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0);} #web_editor-top-edit form.navbar-form .btn.btn-default:hover{color: white; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0);} #web_editor-top-edit form.navbar-form .btn.btn-default:active, #web_editor-top-edit form.navbar-form .btn.btn-default.active, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-default{color: white; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0);} #web_editor-top-edit form.navbar-form .btn.btn-default:active:hover, #web_editor-top-edit form.navbar-form .btn.btn-default.active:hover, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-default:hover, #web_editor-top-edit form.navbar-form .btn.btn-default:active:focus, #web_editor-top-edit form.navbar-form .btn.btn-default.active:focus, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-default:focus, #web_editor-top-edit form.navbar-form .btn.btn-default:active.focus, #web_editor-top-edit form.navbar-form .btn.btn-default.active.focus, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-default.focus{color: white; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0);} #web_editor-top-edit form.navbar-form .btn.btn-default:active, #web_editor-top-edit form.navbar-form .btn.btn-default.active, .open > .dropdown-toggle#web_editor-top-edit form.navbar-form .btn.btn-default{background-image: none;} #web_editor-top-edit form.navbar-form .btn.btn-default.disabled, #web_editor-top-edit form.navbar-form .btn.btn-default[disabled], fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-default, #web_editor-top-edit form.navbar-form .btn.btn-default.disabled:hover, #web_editor-top-edit form.navbar-form .btn.btn-default[disabled]:hover, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-default:hover, #web_editor-top-edit form.navbar-form .btn.btn-default.disabled:focus, #web_editor-top-edit form.navbar-form .btn.btn-default[disabled]:focus, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-default:focus, #web_editor-top-edit form.navbar-form .btn.btn-default.disabled.focus, #web_editor-top-edit form.navbar-form .btn.btn-default[disabled].focus, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-default.focus, #web_editor-top-edit form.navbar-form .btn.btn-default.disabled:active, #web_editor-top-edit form.navbar-form .btn.btn-default[disabled]:active, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-default:active, #web_editor-top-edit form.navbar-form .btn.btn-default.disabled.active, #web_editor-top-edit form.navbar-form .btn.btn-default[disabled].active, fieldset[disabled] #web_editor-top-edit form.navbar-form .btn.btn-default.active{background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0);} #web_editor-top-edit form.navbar-form .btn.btn-default .badge{color: rgba(0, 0, 0, 0); background-color: white;} #web_editor-top-edit form.navbar-form .btn.btn-default:hover{background: rgba(0, 0, 0, 0.5);} #web_editor-top-edit form.navbar-form .btn:focus, #web_editor-top-edit form.navbar-form .btn:active, #web_editor-top-edit form.navbar-form .btn:focus:active{outline: none;} #web_editor-top-edit form.navbar-form .dropdown-menu{left: auto; right: 0;} .oe_translate_examples li{margin: 10px; padding: 4px;} html[lang] > body.editor_enable [data-oe-translation-state]{background: rgba(255, 255, 90, 0.5) !important;} html[lang] > body.editor_enable [data-oe-translation-state][data-oe-translation-state="translated"]{background: rgba(120, 215, 110, 0.5) !important;} html[lang] > body.editor_enable [data-oe-translation-state].o_dirty{background: rgba(120, 215, 110, 0.25) !important;} #oe_snippets{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap; position: absolute; top: 0; left: -210px; bottom: 0; right: auto; position: fixed; width: 210px; z-index: 1003; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; border-right: 1px solid #33363e; -webkit-transition: left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; background-repeat: repeat-x; background-image: -webkit-linear-gradient(45deg, #50545d, #383b42); background-image: -o-linear-gradient(45deg, #50545d, #383b42); background-image: linear-gradient(45deg, #50545d, #383b42); box-shadow: 0px 10px 10px -10px black inset;} #oe_snippets #snippets_menu{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; height: 34px; line-height: 34px; margin: 0; padding: 0; background: #2c2c36; text-align: center; font-weight: normal; font-size: 17px; color: white; font-family: Roboto, 'Montserrat', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;} #oe_snippets #o_scroll{height: 100%; overflow: auto;} #oe_snippets #o_scroll .o_panel_header{color: #999999; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; padding: 3%; color: white; margin-bottom: 3%;} #oe_snippets #o_scroll .o_panel_header i{margin-right: 5px;} #oe_snippets #o_scroll .o_panel_body:after{content: " "; display: table; clear: both;} #oe_snippets #o_scroll .o_panel_body .oe_snippet{float: left; width: 45.5%; margin: 0 0 6% 3%; box-shadow: none; background-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; cursor: copy; cursor: grab;} #oe_snippets #o_scroll .o_panel_body .oe_snippet .oe_snippet_thumbnail .oe_snippet_thumbnail_img{border: none;} #oe_snippets #o_scroll .o_panel_body .oe_snippet .oe_snippet_thumbnail .oe_snippet_thumbnail_title{border: none; padding: 0px;} #oe_snippets #o_scroll .o_panel_body .oe_snippet .oe_snippet_thumbnail:hover .oe_snippet_thumbnail_img{-webkit-transition: transform 200ms ease 0s; -moz-transition: transform 200ms ease 0s; -o-transition: transform 200ms ease 0s; transition: transform 200ms ease 0s; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);} #oe_snippets #o_scroll .o_panel_body .oe_snippet.disable .oe_snippet_thumbnail{background-color: rgba(255, 0, 0, 0.75);} #oe_snippets #o_scroll .o_panel_body .oe_snippet.disable .oe_snippet_thumbnail_img{opacity: 0.8;} #oe_snippets #o_scroll .o_panel_body .oe_snippet:nth-child(2n+1){clear: left;} .oe_snippet{position: relative; width: 100px; background-color: #50545d;} .oe_snippet > :not(.oe_snippet_thumbnail){display: none!important;} .oe_snippet .oe_snippet_thumbnail{width: 100%;} .oe_snippet .oe_snippet_thumbnail .oe_snippet_thumbnail_img{width: 100%; height: 0; border: 1px solid #50545d; padding-bottom: 75%; background-size: cover; background-position: center center; text-align: center; overflow: hidden;} .oe_snippet .oe_snippet_thumbnail img.oe_snippet_thumbnail_img{height: auto; padding-bottom: 0;} .oe_snippet .oe_snippet_thumbnail .oe_snippet_thumbnail_title{display: block; border: 1px solid #2c2c36; padding: 5px; font-size: 12px; font-weight: 300; text-shadow: none; color: #d4d5d7;} .oe_snippet .oe_snippet_thumbnail:hover .oe_snippet_thumbnail_title{color: white;} @-webkit-keyframes dropZoneInsert{to{background-color: rgba(124, 123, 173, 0.2);}} @keyframes dropZoneInsert{to{background-color: rgba(124, 123, 173, 0.2);}} #wrapwrap .oe_drop_zone{background-color: rgba(124, 123, 173, 0.05); -webkit-animation: dropZoneInsert 1s linear 0s infinite alternate none running; -moz-animation: dropZoneInsert 1s linear 0s infinite alternate none running; -o-animation: dropZoneInsert 1s linear 0s infinite alternate none running; animation: dropZoneInsert 1s linear 0s infinite alternate none running;} #wrapwrap .oe_drop_zone.oe_insert{z-index: 999; border: 2px dashed #7c7bad; border-top: none; border-bottom: none; position: relative; width: 100%; height: 40px; margin: -20px 0; -webkit-transition: margin 400ms linear 0s; -moz-transition: margin 400ms linear 0s; -o-transition: margin 400ms linear 0s; transition: margin 400ms linear 0s;} #wrapwrap .oe_drop_zone.oe_insert:after{content: ""; display: block; width: 100%; height: 50%; border-bottom: 2px dashed #7c7bad; box-sizing: content-box;} #wrapwrap .oe_drop_zone.oe_insert.oe_vertical{border: 2px dashed #7c7bad; border-left: none; border-right: none; width: 40px; height: 100%; margin: 0 -20px;} #wrapwrap .oe_drop_zone.oe_insert.oe_vertical:after{width: 50%; height: 100%; border-bottom: none; border-right: 2px dashed #7c7bad;} #oe_manipulators .oe_overlay{position: absolute; top: auto; left: auto; bottom: auto; right: auto; z-index: 1002; display: none; height: 0; background: transparent; text-align: center; -webkit-transition: opacity 400ms linear 0s; -moz-transition: opacity 400ms linear 0s; -o-transition: opacity 400ms linear 0s; transition: opacity 400ms linear 0s;} #oe_manipulators .oe_overlay.o_keypress{opacity: 0;} #oe_manipulators .oe_overlay.oe_active{display: block;} #oe_manipulators .oe_overlay > .oe_overlay_options{font-family: Roboto, 'Montserrat', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; top: auto; left: 0; bottom: 0; right: auto; width: 250px; text-align: left;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group{white-space: nowrap;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn{display: inline-block; width: 25px; height: 25px; padding: 0; border: 1px solid #2c2c36; line-height: 25px; font-size: 11px; border-radius: 0; font-weight: normal; -webkit-transition: all 400ms ease 0s; -moz-transition: all 400ms ease 0s; -o-transition: all 400ms ease 0s; transition: all 400ms ease 0s; color: #d4d5d7; background-color: #4e525b;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn:hover{color: white; background-color: #434352;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn:hover > .fa{color: white;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn.oe_snippet_remove{color: white; background-color: #e6586c; border-color: #bc1c33;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn.oe_snippet_remove > .fa{color: white;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn.oe_snippet_remove:hover{background-color: #bc1c33;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn.oe_snippet_parent > i{-webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); font-size: 12px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group .btn > .fa{color: #d4d5d7;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn{width: auto; padding: 0 25px 0 5px; background-color: #2c2c36; text-transform: uppercase;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:hover, #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:active, #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:focus{background-color: #373744; border-color: #434352; color: white;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:active, #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:focus, #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:active:focus{outline: none;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:before, #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:after{content: ""; width: 7px; height: 2px; background-color: #d4d5d7; position: absolute; top: 46%; left: auto; bottom: auto; right: auto; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:before{right: 9px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .btn:after{right: 5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options.open .btn{background-color: #4e525b;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options.open .btn:before, #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options.open .btn:after{width: 9px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options.open .btn:before{right: 10px; transform: translateX(5px) rotate(-45deg);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options.open .btn:after{-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu{margin: -1px 0 0 0; padding: 0; border: 1px solid #2c2c36; border-radius: 0; background-color: #4e525b;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu a{color: #d4d5d7; font-weight: normal; font-size: 12px; padding: 5px 35px 5px 20px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li{position: relative;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li:hover{background-color: rgba(44, 44, 54, 0.5);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li:hover > a{color: white; background: transparent; cursor: pointer;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li:hover > .dropdown-menu{display: block; left: 100%; top: 0;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-submenu:before{position: absolute; top: 10px; left: auto; bottom: auto; right: 10px; content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 3px solid transparent; border-left: 3px solid; border-right: 0; border-top: 3px solid transparent; -moz-transform: scale(0.9999); border-left-color: #d4d5d7;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.divider{background-color: #33363e; margin: 0 8px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.active > a{color: white; background-color: rgba(44, 44, 54, 0.5);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.active > a:before{position: absolute; top: 5px; left: 5px; bottom: auto; right: auto; content: "\\f00c"; font-family: "FontAwesome"; color: #7c7bad;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header{color: white; font-weight: bold; font-size: 12px; margin-top: 2px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header:hover{background-color: initial;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header.o_main_header{padding-left: 8px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header.o_parent_editor_header{color: wheat; font-weight: 400; font-size: 10px; margin: 7px 0 4px 4px;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header.o_parent_editor_header::before{content: "\\f148"; position: absolute; top: 2px; left: 8px; bottom: auto; right: auto; font-family: FontAwesome; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header.o_parent_editor_header ~ li:not(.dropdown-header) a{font-size: 11px; padding: 4px 35px 4px 20px; opacity: 0.8;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.dropdown-header.o_parent_editor_header ~ li:not(.dropdown-header) a:hover{opacity: 1;} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li.separator{display: block; margin: 4px 35px 4px 20px; height: 1px; background: rgba(212, 213, 215, 0.1);} #oe_manipulators .oe_overlay > .oe_overlay_options > .btn-group > .oe_options .dropdown-menu > li > a > i{width: 16px; margin-right: 8px;} #oe_manipulators .oe_overlay.o_top_cover > .oe_overlay_options{bottom: auto; top: 1px; right: 1px;} #oe_manipulators .oe_overlay > .oe_handles{position: absolute; top: -10000px; left: 0; bottom: auto; right: 0;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle{opacity: 0.5; -webkit-transition: opacity 400ms ease 0s; -moz-transition: opacity 400ms ease 0s; -o-transition: opacity 400ms ease 0s; transition: opacity 400ms ease 0s; border: 0 dashed black;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle:hover{opacity: 0.9;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle:after{display: block; width: 18px; height: 18px; border: solid 1px rgba(0, 0, 0, 0.2); line-height: 16px; font-size: 14px; font-family: FontAwesome; background-color: #4e525b; color: #d4d5d7;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle:hover:after{background-color: #2c2c36; color: white; box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.7);} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.w:after, #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.e:after{content: "\\f07e";} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.s:after, #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.n:after{content: "\\f07d";} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.w{border-left-width: 1px; cursor: e-resize; width: 8px; position: absolute; top: 10000px; left: 0; bottom: -10000px; right: auto;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.w:after{position: absolute; top: 50%; left: -1px; bottom: auto; right: auto; margin-top: -9px;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.e{border-right-width: 1px; cursor: w-resize; width: 8px; position: absolute; top: 10000px; left: auto; bottom: -10000px; right: 0;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.e:after{position: absolute; top: 50%; left: auto; bottom: auto; right: -1px; margin-top: -9px;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.n{border-top-width: 1px; cursor: s-resize; height: 8px; position: absolute; top: 10000px; left: 0; bottom: auto; right: 0;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.n:after{position: absolute; top: -1px; left: 50%; bottom: auto; right: auto; margin-left: -9px;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.s{border-bottom-width: 1px; cursor: n-resize; height: 8px; position: absolute; top: auto; left: 0; bottom: -10000px; right: 0;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.s:after{position: absolute; top: auto; left: 50%; bottom: -1px; right: auto; margin-left: -9px;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.size{height: 0; background: transparent; position: absolute; top: auto; left: 50%; bottom: -9985px; right: auto; width: 250px; margin-left: -125px;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.size > .oe_handle_button{position: relative; display: block; width: 100px; height: 15px; padding-top: 2px; font-weight: 600; font-size: 9px; text-transform: uppercase; background-color: #4e525b; color: #d4d5d7;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.size > .oe_handle_button:hover{background-color: #2c2c36; color: white;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.size > .oe_handle_button.auto_size{cursor: pointer; float: left;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.size > .oe_handle_button.size{cursor: row-resize; float: right;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.size > .oe_handle_button.active:before{content: "\\f00c"; font-family: "FontAwesome"; color: #7c7bad; position: absolute; top: 0; left: 3px; bottom: auto; right: auto; font-size: 11px;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.readonly{cursor: auto !important;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.readonly:after, #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.readonly.size{display: none !important;} #oe_manipulators .oe_overlay > .oe_handles > .oe_handle.readonly:hover{opacity: 0.5;} #oe_manipulators .oe_overlay.block-w-left .w:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-w-right .w:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-w-left.block-w-right .w:after{display: none !important;} #oe_manipulators .oe_overlay.block-e-left .e:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-e-right .e:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-e-left.block-e-right .e:after{display: none !important;} #oe_manipulators .oe_overlay.block-s-top .s:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-s-bottom .s:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-n-top .n:after{content: "\n" !important;} #oe_manipulators .oe_overlay.block-n-bottom .n:after{content: "\n" !important;} .s-resize-important *{cursor: s-resize !important;} .n-resize-important *{cursor: n-resize !important;} .e-resize-important *{cursor: e-resize !important;} .w-resize-important *{cursor: w-resize !important;} .move-important *{cursor: move !important;} .block-s-top .s:before, .block-s-bottom .s:before, .block-n-top .n:before, .block-n-bottom .n:before, .block-w-left .w:before, .block-e-right .e:before{font-size: 10px;} .note-popover .popover{height: 34px; top: 0 !important; left: 0 !important; padding: 0; margin: 0 0 0 210px; background-color: #2c2c36; border-radius: 0; border-width: 0 1px; width: auto; text-align: center; box-shadow: none;} .note-popover .popover .popover-content{height: 34px; white-space: nowrap; font-family: Roboto, 'Montserrat', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;} .note-popover .popover .popover-content h1, .note-popover .popover .popover-content h2, .note-popover .popover .popover-content h3, .note-popover .popover .popover-content h4, .note-popover .popover .popover-content h5, .note-popover .popover .popover-content h6, .note-popover .popover .popover-content .h1, .note-popover .popover .popover-content .h2, .note-popover .popover .popover-content .h3, .note-popover .popover .popover-content .h4, .note-popover .popover .popover-content .h5, .note-popover .popover .popover-content .h6{font-family: Roboto, 'Montserrat', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;} .note-popover .popover .popover-content .btn{height: 34px; border: none; border-radius: 0; padding: 6px 12px; background-color: #2c2c36; color: #999999; border-top: 2px solid transparent; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;} .note-popover .popover .popover-content .btn > .fa{color: #999999;} .note-popover .popover .popover-content .btn:hover{border-top: 2px solid #999999; color: #d4d5d7;} .note-popover .popover .popover-content .btn:hover > .fa{color: #d4d5d7;} .note-popover .popover .popover-content .btn .o_image_alt{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; max-width: 100px;} .note-popover .popover .popover-content .btn.active{border-top: 2px solid white; background-color: #2c2c36; color: #d4d5d7; box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.5);} .note-popover .popover .popover-content .btn.active > .fa{color: #d4d5d7;} .note-popover .popover .popover-content > .btn-group{margin-top: -2px;} .note-popover .popover .popover-content > .btn-group.open .dropdown-toggle, .note-popover .popover .popover-content > .btn-group .btn-group.open .dropdown-toggle{border-top: 2px solid white; background-color: #272730; color: white; box-shadow: none;} .note-popover .popover .popover-content > .btn-group.open .dropdown-toggle > .fa, .note-popover .popover .popover-content > .btn-group .btn-group.open .dropdown-toggle > .fa, .note-popover .popover .popover-content > .btn-group.open .dropdown-toggle > span, .note-popover .popover .popover-content > .btn-group .btn-group.open .dropdown-toggle > span{color: white;} .note-popover .popover .popover-content .dropdown-menu{margin: 0; border-radius: 0; background-color: #272730; color: #999999;} .note-popover .popover .popover-content .dropdown-menu > li > a{width: 100%; color: #d4d5d7;} .note-popover .popover .popover-content .dropdown-menu > li > a > .fa{color: #d4d5d7;} .note-popover .popover .popover-content .dropdown-menu > li > a:hover{background-color: #3D4048; color: white;} .note-popover .popover .popover-content .dropdown-menu > li > a:hover > .fa{color: white;} .note-popover .popover .popover-content .note-para .dropdown-menu{min-width: 228px;} .note-popover .popover .popover-content #colors_preview{padding: 4px; border-radius: 2px; border: 1px solid #989898; border-color: rgba(153, 153, 153, 0.995);} .note-popover .popover .popover-content .note-color-palette .note-color-row{height: auto!important;} .note-popover .popover .popover-content .note-color-palette .note-color-row::after{content: ""; display: table; clear: both;} .note-popover .popover .popover-content .note-color-palette .note-color-row .note-color-btn{float: left; margin: 1px 1px 0 0; border-color: black; position: relative; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpivHnzJgMSUFNTQ+YyMeAFNJVm/P//PzL/1q1bg8VpAAEGAMiICJs4Ce8uAAAAAElFTkSuQmCC'); background-size: 10px auto; z-index: 1;} .note-popover .popover .popover-content .note-color-palette .note-color-row .note-color-btn::before{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-color: inherit;} .note-popover .popover .popover-content .note-color-palette .note-color-row .note-color-btn.o_small{width: 16px; height: 16px; margin: 3px 3px 2px 2px; border-radius: 50%;} .note-popover .popover .popover-content .note-color-palette .note-color-row .note-color-btn.o_clear{clear: both;} .note-popover .popover .popover-content .note-color-palette .note-color-row .note-color-btn.o_btn_transparent{display: none;} .note-popover .popover .dropdown-menu > li > a > i, .note-editor .dropdown-menu > li > a > i{visibility: hidden;} .note-popover .popover .dropdown-menu > li > a.checked > i, .note-editor .dropdown-menu > li > a.checked > i{visibility: visible;} .note-popover .popover .note-color .dropdown-toggle, .note-editor .note-color .dropdown-toggle{width: auto;} .note-popover .popover .note-color .o_foreground_toggle > button:before, .note-editor .note-color .o_foreground_toggle > button:before{font-family: FontAwesome; content: '\\f1fc';} .note-popover .popover .note-color .o_background_toggle > button:before, .note-editor .note-color .o_background_toggle > button:before{font-family: FontAwesome; content: '\\f0c3';} .note-popover .popover .note-color .dropdown-menu, .note-editor .note-color .dropdown-menu{min-width: 353px!important;} table.colorpicker{width: 100%;} table.colorpicker td{padding: 0 2px 2px 0;} table.colorpicker td > button{width: 100%; border: 1px solid black; padding: 0;} table.colorpicker td > button::after{content: "A"; font-weight: bold; vertical-align: sub;} .colorpicker{background-color: #2c2c36 !important;} .colorpicker .o_colorpicker_sections{border: 1px solid #111114; border-width: 1px 0 0; font-size: 14px;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu{width: 50px; height: 100%; float: left; margin: 0; padding: 0; list-style: none; text-align: center;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li{display: block; float: none; margin: 0; background-color: transparent;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li > a{display: block; padding: 5px 10px!important; border-radius: 0; background-color: transparent; color: #babbbe;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li > a > i.fa{font-size: 20px;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li > a:focus, .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li > a:active, .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li > a:focus:active{outline: none;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li:hover > a, .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li.active > a{color: white;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_menu > li.active > a{background-color: #3D4048 !important;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_tabs{width: 200px; height: 100%; margin-left: 50px;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_tabs .tab-pane{padding: 5px 10px; background-color: #3D4048;} .colorpicker .o_colorpicker_sections .o_colorpicker_section_tabs.o_unique_palette{margin-left: 0;} .colorpicker .o_colorpicker_section:after{content: ""; display: table; clear: both;} .colorpicker .o_colorpicker_section > button{display: block; width: 100%; height: 30px; border: 1px solid #2c2c36; border-radius: 3px; margin: 0 0 5px; padding: 0 20px; line-height: 28px; font-size: 12px; font-weight: bold; text-align: left; position: relative; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpivHnzJgMSUFNTQ+YyMeAFNJVm/P//PzL/1q1bg8VpAAEGAMiICJs4Ce8uAAAAAElFTkSuQmCC'); background-size: 10px auto; z-index: 1;} .colorpicker .o_colorpicker_section > button::before{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-color: inherit;} .colorpicker .o_colorpicker_section > button:hover, .colorpicker .o_colorpicker_section > button.selected{box-shadow: 0px 0px 2px 2px #4e525b;} .colorpicker .o_colorpicker_section > button:after{content: "A"; position: absolute; top: 0; left: auto; bottom: auto; right: 0; width: 25px; text-align: center; font-size: 13px; line-height: 28px; font-weight: normal;} .colorpicker .o_colorpicker_section > button.selected:after{content: "\\f00c"; font-family: "FontAwesome"; color: #5cb85c;} .colorpicker .o_colorpicker_section > button[data-event="foreColor"]{background-color: #50545d;} .colorpicker .o_colorpicker_section > button[data-event="foreColor"]:after{background-color: rgba(255, 255, 255, 0.3);} .colorpicker .o_colorpicker_section > button.o_small{float: left; width: auto; min-width: 27px; padding: 0; margin-right: 5px;} .colorpicker .o_colorpicker_section > button.o_btn_transparent::before{background-color: transparent;} .colorpicker .note-palette-title{padding: 10px 0px 10px 10px; color: #d4d5d7; font-weight: bold;} .colorpicker .palette-reset{position: absolute; top: 0; left: auto; bottom: auto; right: 0; margin: 0; padding: 5px 10px 0;} .colorpicker .palette-reset .note-color-reset{font-size: 20px!important; color: rgba(192, 126, 136, 0.6); margin: 1px 0 0; padding: 0; cursor: pointer;} .colorpicker .palette-reset .note-color-reset:hover{background: transparent!important; color: #e6586c;} body.editor_enable{padding-top: 34px !important;} body.editor_enable #web_editor-top-edit{background-color: #2c2c36;} body.editor_enable #web_editor-top-edit form.navbar-form{right: 0;} body.editor_enable.editor_has_snippets{-webkit-transition: padding-left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: padding-left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: padding-left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: padding-left 400ms cubic-bezier(0.19, 1, 0.22, 1) 0s; padding-left: 210px !important;} body.editor_enable.editor_has_snippets #oe_snippets{left: 0;} body.editor_enable .btn{-webkit-user-select: initial;} #web_editor_inside_iframe{background-color: #f0eeee;} #web_editor_inside_iframe #wrapwrap{position: relative; display: table; table-layout: fixed; width: 100%; height: 100%;} #web_editor_inside_iframe #wrapwrap > *{display: table-row;} #web_editor_inside_iframe #wrapwrap > main{height: 100%;} #web_editor_inside_iframe #wrapwrap > main #editable_area{position: relative; width: 100%; height: 100%; background-color: white;} \n/* /web_editor/static/src/less/web_editor.ui.components.less defined in bundle 'web_editor.assets_editor' */\n .o_switch{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; font-weight: normal; height: 1.5em; cursor: pointer;} .o_switch > input{display: none;} .o_switch > input + span{background: #bababa; border-radius: 0.4em; height: 1em; width: 2.5em; margin-right: 0.5em; display: inline-block; -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);} .o_switch > input + span:after{content: ""; background: #fafafa; display: block; width: 1.5em; height: 1.5em; border-radius: 100em; margin-top: -0.3em; margin-left: -0.1em; -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);} .o_switch > input:checked + span{background-color: #8ee0d4; background-color: transparentize(#7c7bad, 0.5);} .o_switch > input:checked + span:after{background-color: #7c7bad; margin-left: 1.1em;} .o_switch:hover > input + span:after{background-color: #bbbbd4;} .text-input-group{position: relative; margin-bottom: 45px;} .text-input-group input{font-size: 18px; padding: 10px 10px 10px 5px; display: block; width: 300px; border: none; border-bottom: 1px solid #757575;} .text-input-group input:focus{outline: none;} .text-input-group label{color: #999; font-size: 18px; font-weight: normal; position: absolute; top: 10px; left: 5px; bottom: auto; right: auto; pointer-events: none; -webkit-transition: 0.2s ease all; -o-transition: 0.2s ease all; transition: 0.2s ease all;} .text-input-group input:focus ~ label, .text-input-group input:valid ~ label{top: -20px; font-size: 14px; color: #5264AE;} .text-input-group .bar{position: relative; display: block; width: 300px;} .text-input-group .bar:before, .text-input-group .bar:after{content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; top: auto; left: auto; bottom: auto; right: auto; background: #5264AE; -webkit-transition: 0.2s ease all; -o-transition: 0.2s ease all; transition: 0.2s ease all;} .text-input-group .bar:before{left: 50%;} .text-input-group .bar:after{right: 50%;} .text-input-group input:focus ~ .bar:before, .text-input-group input:focus ~ .bar:after{width: 50%;} .text-input-group .highlight{position: absolute; top: 25%; left: 0; bottom: auto; right: auto; height: 60%; width: 100px; pointer-events: none; opacity: 0.5;} .text-input-group input:focus ~ .highlight{-webkit-animation: inputHighlighter 0.3s ease; -o-animation: inputHighlighter 0.3s ease; animation: inputHighlighter 0.3s ease;} .oe_snippet_body{opacity: 0; -webkit-animation: fadeInDownSmall 700ms ease 0s 1 normal forwards running; -moz-animation: fadeInDownSmall 700ms ease 0s 1 normal forwards running; -o-animation: fadeInDownSmall 700ms ease 0s 1 normal forwards running; animation: fadeInDownSmall 700ms ease 0s 1 normal forwards running;} .o_ace_view_editor{background: #2F3129; color: white; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column nowrap; -moz-flex-flow: column nowrap; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;} .o_ace_view_editor .o_ace_view_editor_title{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; padding: 7.5px;} .o_ace_view_editor .o_ace_view_editor_title > *{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; margin: 0 7.5px;} .o_ace_view_editor .o_ace_view_editor_title > *.oe_include_bundles{display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; font-size: 11px;} .o_ace_view_editor .o_ace_view_editor_title > *.oe_include_bundles > .o_checkbox{margin-right: 7.5px;} .o_ace_view_editor .o_ace_view_editor_title > select{-ms-flex: 0 1 auto; -moz-flex: 0 1 auto; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; flex: 0 1 auto; min-width: 60px;} .o_ace_view_editor #ace-view-id{-ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; padding: 7.5px 15px; background-color: #4a4d40;} .o_ace_view_editor #ace-view-editor{height: 70%; -ms-flex: 1 1 auto; -moz-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;} .o_ace_view_editor #ace-view-editor .ace_gutter{cursor: ew-resize;} .o_ace_view_editor.oe_ace_open{opacity: 0.97;} .o_ace_view_editor.oe_ace_closed{z-index: -1000; opacity: 0;} body .modal .o_select_media_dialog{width: 80%;} body .modal .o_select_media_dialog .modal-body li.search{float: right;} body .modal .o_select_media_dialog .modal-body li.search ul.pager{margin: 0;} body .modal .o_select_media_dialog .modal-body li.search ul.pager > li > a{border-radius: 0px; margin-left: 2px; padding: 6px 14px;} body .modal .o_select_media_dialog .modal-body li.search .form-group{position: relative; margin: 0 10px 0 0;} body .modal .o_select_media_dialog .modal-body li.search .form-group > input{padding-right: 30px;} body .modal .o_select_media_dialog .modal-body li.search .form-group > span{position: absolute; top: 7px; left: auto; bottom: auto; right: 7px; font-size: 1.3em;} body .modal .o_select_media_dialog .modal-body .well{border-top-width: 0;} body .modal .o_select_media_dialog .modal-body .well label{margin: auto 10px;} body .modal .o_select_media_dialog .modal-body .well .btn-group{margin-right: 10px;} body .modal .o_select_media_dialog .modal-body .o_existing_attachment_cell .o_existing_attachment_remove{position: absolute; top: 1px; left: auto; bottom: auto; right: 16px; padding: 3px 5px 5px 5px; background-color: rgba(255, 255, 255, 0.8); text-shadow: 0 0 1px white; border-radius: 0 0 0 2px; opacity: 0; cursor: pointer;} body .modal .o_select_media_dialog .modal-body .o_existing_attachment_cell .o_existing_attachment_remove:hover{background-color: white; color: #e6586c;} body .modal .o_select_media_dialog .modal-body .o_existing_attachment_cell .o_image{border: 1px solid transparent; cursor: pointer;} body .modal .o_select_media_dialog .modal-body .o_existing_attachment_cell .o_image.o_webimage{width: 100%; height: auto; background-image: none!important;} body .modal .o_select_media_dialog .modal-body .o_existing_attachment_cell.o_selected .o_image{border-color: #7c7bad; box-shadow: 0px 0px 2px 2px #f0eeee;} body .modal .o_select_media_dialog .modal-body .o_existing_attachment_cell:hover .o_existing_attachment_remove{opacity: 1;} body .modal .o_select_media_dialog .modal-body .font-icons-icons{padding: 20px 0;} body .modal .o_select_media_dialog .modal-body .font-icons-icons > span{text-align: center; font-size: 22px; margin: 5px; width: 50px; height: 50px; padding: 15px; cursor: pointer;} body .modal .o_select_media_dialog .modal-body .font-icons-icons > span.o_selected{cursor: auto; background-color: #fbfbfd; box-shadow: 0px 0px 0px 1px #40ad67;} body .modal .o_bg_img_opt_modal .o_bg_img_opt{margin: 15px 0;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help-control{position: absolute; top: 15px; left: auto; bottom: auto; right: 15px;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help{margin: 15px 0;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help .simulator{position: relative; float: left; margin-right: 15px; width: 120px; height: 100px;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help .simulator .bg{position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: 1px dotted #888787; background-image: url(/web/image); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help .simulator .el{position: absolute; top: 10px; left: 0; bottom: 10px; right: 0; border: 1px solid #222;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help .simulator.contain_bg .bg{position: absolute; top: 0; left: 12px; bottom: 20px; right: 12px;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help .simulator.contain_bg .el{position: absolute; top: 0; left: 0; bottom: 20px; right: 0;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .help + *{clear: left;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition{border-top: 1px solid black; border-bottom: 1px solid white; padding: 0px 25px 25px 25px; background-repeat: repeat-x; background-image: -webkit-linear-gradient(-150deg, #373744, #15151a); background-image: -o-linear-gradient(-150deg, #373744, #15151a); background-image: linear-gradient(-150deg, #373744, #15151a);} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition h6{color: white; font-weight: bold;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_bg_img_opt_object{display: inline-block; max-width: 100%; background: white; min-height: 10px; position: relative; overflow: hidden; box-shadow: 0 0 10px #000;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_bg_img_opt_object > img{cursor: crosshair; border-top: 1px solid #5A5A5A; border-bottom: 1px solid #111;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_bg_img_opt_object:hover .o_focus_point:before{opacity: 0.5;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_bg_img_opt_ui_info{-webkit-animation: fadeInOut 2s ease forwards; -o-animation: fadeInOut 2s ease forwards; animation: fadeInOut 2s ease forwards; position: absolute; top: auto; left: auto; bottom: 1px; right: 0; display: block; padding: 3px 13px; background-color: rgba(255, 255, 255, 0.8); color: #333; text-align: center; font-weight: bold; pointer-events: none;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_bg_img_opt_ui_info span{font-weight: normal;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_bg_img_opt_ui_info .o_x{margin-right: 10px;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .grid{position: absolute; top: 33.33%; left: 0; bottom: auto; right: auto; display: block; width: 100%; height: 1px; background: rgba(218, 217, 232, 0.5); pointer-events: none;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .grid.grid-2{top: 66.66%;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .grid.grid-3{top: 0; left: 33.33%; width: 1px; height: 100%;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .grid.grid-4{top: 0; left: 66.66%; width: 1px; height: 100%;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_focus_point{position: absolute; top: 0; left: 0; bottom: auto; right: auto; width: 30px; height: 30px; border: 2px solid white; border-radius: 100%; margin-top: -15px; margin-left: -15px; box-shadow: 0 0 1px #333; pointer-events: none;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_focus_point.o_with_transition{-webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;} body .modal .o_bg_img_opt_modal .o_bg_img_opt .o_bg_img_opt_cover_edition .o_focus_point:before{pointer-events: none; content: ""; display: block; width: 100px; height: 100px; margin-top: -37px; margin-left: -37px; border: 1px solid #EAEAEA; background: rgba(247, 76, 76, 0); border-radius: 100em; opacity: 1; box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.33); -webkit-transition: opacity 0.2s ease 0s; -moz-transition: opacity 0.2s ease 0s; -o-transition: opacity 0.2s ease 0s; transition: opacity 0.2s ease 0s;} binary t dd/dd37374cd095491205d905be199873154cba8f36 \N \N text/css /web/content/254-32aebf3/web_editor.assets_editor.0.css /web/content/254-32aebf3/web_editor.assets_editor.0.css dd37374cd095491205d905be199873154cba8f36 web_editor.assets_editor.0.css +28 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bulgaria \N 577 1 1 23 image binary f 07/076efb9d4a7c915f3ec9007a1119d8ada7f12e69 \N image image/png image \N 076efb9d4a7c915f3ec9007a1119d8ada7f12e69 \N +306 2019-03-20 07:03:53.991426 2019-03-20 07:03:53.991426 ir.ui.view 1 \N \N 1414984 1 1 0 application binary t 7f/7fc509b1c64acc68324bb004001ccda2cba255ff \N \N application/javascript /web/content/306-94cb759/web.assets_backend.js /web/content/306-94cb759/web.assets_backend.js 7fc509b1c64acc68324bb004001ccda2cba255ff web.assets_backend.js +29 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bahrain \N 1265 1 1 24 image binary f 18/18c264e1d9b97ec932d4e09c010f399c84c13e5a \N image image/png image \N 18c264e1d9b97ec932d4e09c010f399c84c13e5a \N +30 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Burundi \N 4827 1 1 25 image binary f 56/56f2be7abab47f6f993093fa73605aae2fb17231 \N image image/png image \N 56f2be7abab47f6f993093fa73605aae2fb17231 \N +256 2019-03-20 06:37:06.538003 2019-03-20 06:37:06.538003 ir.ui.view 1 \N \N 185996 1 1 0 application binary t f6/f65da016b289849f415499ac026b3d5ecb38ee11 \N \N application/javascript /web/content/256-816285d/web_editor.summernote.js /web/content/256-816285d/web_editor.summernote.js f65da016b289849f415499ac026b3d5ecb38ee11 web_editor.summernote.js +31 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Benin \N 643 1 1 26 image binary f ce/cecdd3a35a268684ba238905be59bf731a518554 \N image image/png image \N cecdd3a35a268684ba238905be59bf731a518554 \N +32 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Barthélémy \N 624 1 1 27 image binary f d5/d56e0f0a283058611f04c911c2c2b0fcb6380f2a \N image image/png image \N d56e0f0a283058611f04c911c2c2b0fcb6380f2a \N +33 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bermuda \N 8987 1 1 28 image binary f a4/a489254755f42531df0373248de069177ead595e \N image image/png image \N a489254755f42531df0373248de069177ead595e \N +34 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Brunei Darussalam \N 8668 1 1 29 image binary f d0/d0c1881d66a0d08edb324fa7e4705af62a8eaae6 \N image image/png image \N d0c1881d66a0d08edb324fa7e4705af62a8eaae6 \N +257 2019-03-20 06:37:06.538003 2019-03-20 06:37:06.538003 ir.ui.view 1 \N \N 154856 1 1 0 application binary t ed/edfa3b23224eaf4c67baff88499410b722b0ce8b \N \N application/javascript /web/content/257-32aebf3/web_editor.assets_editor.js /web/content/257-32aebf3/web_editor.assets_editor.js edfa3b23224eaf4c67baff88499410b722b0ce8b web_editor.assets_editor.js +35 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bolivia \N 658 1 1 30 image binary f 27/2706743e8d036813fdeafd01c6fcde35bf352a87 \N image image/png image \N 2706743e8d036813fdeafd01c6fcde35bf352a87 \N +36 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Brazil \N 10118 1 1 32 image binary f 54/54562e6079551e987daf395a5037836985d980c4 \N image image/png image \N 54562e6079551e987daf395a5037836985d980c4 \N +37 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bahamas \N 1091 1 1 33 image binary f 12/12d55e298ea8a606f3fe01d5df0f22c2b7863652 \N image image/png image \N 12d55e298ea8a606f3fe01d5df0f22c2b7863652 \N +38 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Bhutan \N 22551 1 1 34 image binary f 90/907ea4ff880a2b8ad3073eab1b7a3ffefa0213a0 \N image image/png image \N 907ea4ff880a2b8ad3073eab1b7a3ffefa0213a0 \N +39 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Botswana \N 670 1 1 36 image binary f b9/b9305d0b59e46ddd6b3e00c55816934de39fd49f \N image image/png image \N b9305d0b59e46ddd6b3e00c55816934de39fd49f \N +40 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Belarus \N 7583 1 1 37 image binary f e0/e0cf658fedf609fcf9da26f0d69335247c9fbed0 \N image image/png image \N e0cf658fedf609fcf9da26f0d69335247c9fbed0 \N +41 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Belize \N 27280 1 1 38 image binary f 7d/7d8e53f5c8a10b937d1798211d31c256863b1a95 \N image image/png image \N 7d8e53f5c8a10b937d1798211d31c256863b1a95 \N +42 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Canada \N 2819 1 1 39 image binary f 6b/6be00cab4372c2c66eb2ed1f3afc00995cdcbcc2 \N image image/png image \N 6be00cab4372c2c66eb2ed1f3afc00995cdcbcc2 \N +43 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cocos (Keeling) Islands \N 5689 1 1 40 image binary f fa/face1d1e2647e7416f3fca12cc9690dd90ce77de \N image image/png image \N face1d1e2647e7416f3fca12cc9690dd90ce77de \N +44 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Central African Republic \N 1871 1 1 41 image binary f 6e/6ecc2c20bcc94c389f2e135bfcbf8051d78ad617 \N image image/png image \N 6ecc2c20bcc94c389f2e135bfcbf8051d78ad617 \N +45 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Congo, Democratic Republic of the \N 9807 1 1 42 image binary f f7/f74ae1b0193da2e8b8ef8f8a71ef439d1b002ac9 \N image image/png image \N f74ae1b0193da2e8b8ef8f8a71ef439d1b002ac9 \N +46 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Congo \N 2972 1 1 43 image binary f 84/8468aeff52f5e338dcaf9000cae16013f6ee793b \N image image/png image \N 8468aeff52f5e338dcaf9000cae16013f6ee793b \N +47 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Switzerland \N 1041 1 1 44 image binary f 14/146a10869ddf61178fbfbf89abf631e69abba989 \N image image/png image \N 146a10869ddf61178fbfbf89abf631e69abba989 \N +259 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 mail.channel 1 general \N 3092 1 1 1 image binary f c4/c4a166cdd0eeec2bbc16cdbf9bc4b5b52249062d \N image image/png image \N c4a166cdd0eeec2bbc16cdbf9bc4b5b52249062d \N +48 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Ivory Coast (Cote D'Ivoire) \N 640 1 1 45 image binary f 67/6700d7cdf41b750e7c787bf7cbeb36ce168cc05a \N image image/png image \N 6700d7cdf41b750e7c787bf7cbeb36ce168cc05a \N +49 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cook Islands \N 8201 1 1 46 image binary f 82/822b5bf9dbba254cec7c97111b427db7d76c0850 \N image image/png image \N 822b5bf9dbba254cec7c97111b427db7d76c0850 \N +50 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Chile \N 1801 1 1 47 image binary f a4/a4f748f591431f9e4a70406399418d5178c79142 \N image image/png image \N a4f748f591431f9e4a70406399418d5178c79142 \N +51 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cameroon \N 1666 1 1 48 image binary f 79/7920afcfe2d9f3fd1a5559078c3b1b39c7737ffa \N image image/png image \N 7920afcfe2d9f3fd1a5559078c3b1b39c7737ffa \N +258 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 ir.ui.menu 1 Discuss \N 2038 1 1 79 image binary f 54/549f82ae56b7397db7fcd8ca1a179494b0cfda03 \N web_icon_data image/png web_icon_data \N 549f82ae56b7397db7fcd8ca1a179494b0cfda03 \N +52 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 China \N 3130 1 1 49 image binary f 57/57387079baaca44f97a9a05ea72e49c22b0210fb \N image image/png image \N 57387079baaca44f97a9a05ea72e49c22b0210fb \N +53 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Colombia \N 635 1 1 50 image binary f ae/aed01a9aea8da445c05073e091c079bdb1083dc8 \N image image/png image \N aed01a9aea8da445c05073e091c079bdb1083dc8 \N +54 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Costa Rica \N 585 1 1 51 image binary f d3/d3978c7b1a1eac3d552864831330b48eb24bb1f5 \N image image/png image \N d3978c7b1a1eac3d552864831330b48eb24bb1f5 \N +55 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cuba \N 3339 1 1 52 image binary f 2b/2b6c39cc1dfa6144daa9d33ae760f570a5400c6a \N image image/png image \N 2b6c39cc1dfa6144daa9d33ae760f570a5400c6a \N +261 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Buckaroo \N 15261 1 1 1 image binary f 45/45f807515a630ca4120262af51e1216969604cb6 \N image_medium image/png image_medium \N 45f807515a630ca4120262af51e1216969604cb6 \N +262 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Buckaroo \N 15242 1 1 1 image binary f 71/71a8c3738e5f4c1d6e843b796ad183abede18131 \N image image/png image \N 71a8c3738e5f4c1d6e843b796ad183abede18131 \N +263 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Buckaroo \N 7996 1 1 1 image binary f 0b/0bbd73a6fcfe0b89edc7f739ab1bb8b27ca784b2 \N image_small image/png image_small \N 0bbd73a6fcfe0b89edc7f739ab1bb8b27ca784b2 \N +260 2019-03-20 06:39:13.995111 2019-03-20 07:11:03.306177 ir.ui.menu 1 Invoicing \N 1723 1 1 86 image binary f f3/f3f11e52a3ead336749157f46e1c8d8a07de8b61 \N web_icon_data image/png web_icon_data \N f3f11e52a3ead336749157f46e1c8d8a07de8b61 \N +264 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Ingenico \N 2042 1 1 2 image binary f a3/a37756265af6db9e1cb619e07be7a78ca7d2b0ba \N image_medium image/png image_medium \N a37756265af6db9e1cb619e07be7a78ca7d2b0ba \N +265 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Ingenico \N 1765 1 1 2 image binary f d3/d3e8cdd8dc7bf6bdab2c5fecab309081e7b1b17d \N image image/png image \N d3e8cdd8dc7bf6bdab2c5fecab309081e7b1b17d \N +266 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Ingenico \N 1272 1 1 2 image binary f 18/180593ad35537a224b7781b67707ffc0bdecacfe \N image_small image/png image_small \N 180593ad35537a224b7781b67707ffc0bdecacfe \N +56 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cape Verde \N 3844 1 1 53 image binary f d4/d45d3804fff9b59e7f0d80738bf751d0d8deacc0 \N image image/png image \N d45d3804fff9b59e7f0d80738bf751d0d8deacc0 \N +57 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Curaçao \N 2300 1 1 54 image binary f 1b/1bfd3bdf679dc07d30e8800acdd200a80853ed9e \N image image/png image \N 1bfd3bdf679dc07d30e8800acdd200a80853ed9e \N +58 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Christmas Island \N 6690 1 1 55 image binary f b5/b570dbe4d96f79e01d3dc24a6c99e028c8e43673 \N image image/png image \N b570dbe4d96f79e01d3dc24a6c99e028c8e43673 \N +59 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cyprus \N 5491 1 1 56 image binary f 91/91bc282e43a444af0994c27129812a2c602d5b38 \N image image/png image \N 91bc282e43a444af0994c27129812a2c602d5b38 \N +60 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Czech Republic \N 3034 1 1 57 image binary f cb/cbbf23db3fb9ff947bdf1a2fddaa7b8f98c8848b \N image image/png image \N cbbf23db3fb9ff947bdf1a2fddaa7b8f98c8848b \N +267 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Adyen \N 7707 1 1 3 image binary f f8/f8ab1f726b99636e5ac5ab65bafacea29b2f9cca \N image_medium image/png image_medium \N f8ab1f726b99636e5ac5ab65bafacea29b2f9cca \N +61 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Germany \N 552 1 1 58 image binary f 8b/8bfb3c95d75ff98f039260f960e8dcf518aa27a9 \N image image/png image \N 8bfb3c95d75ff98f039260f960e8dcf518aa27a9 \N +268 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Adyen \N 6831 1 1 3 image binary f d6/d6ee7105e7cfa4108c36d67389728b8de1cb52fc \N image image/png image \N d6ee7105e7cfa4108c36d67389728b8de1cb52fc \N +62 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Djibouti \N 3929 1 1 59 image binary f 35/359b257ee0452651276a8a5293f862070e3c5be8 \N image image/png image \N 359b257ee0452651276a8a5293f862070e3c5be8 \N +269 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Adyen \N 2966 1 1 3 image binary f 47/477a9c80872b184cc936a3a4e4274159f9861d8f \N image_small image/png image_small \N 477a9c80872b184cc936a3a4e4274159f9861d8f \N +63 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Denmark \N 717 1 1 60 image binary f ef/eff4b087e57aad9eb29c05120003b9432bab1043 \N image image/png image \N eff4b087e57aad9eb29c05120003b9432bab1043 \N +64 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Dominica \N 5442 1 1 61 image binary f 04/0454645c85e773618f7ce75079b2db66264de6a7 \N image image/png image \N 0454645c85e773618f7ce75079b2db66264de6a7 \N +65 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Dominican Republic \N 4924 1 1 62 image binary f fd/fd912c23b77a2075c405b35ae932365f10a0d002 \N image image/png image \N fd912c23b77a2075c405b35ae932365f10a0d002 \N +66 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Algeria \N 4153 1 1 63 image binary f 8c/8c88c3e5b91042ae12f0494c6b3145072d47f2b1 \N image image/png image \N 8c88c3e5b91042ae12f0494c6b3145072d47f2b1 \N +67 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Ecuador \N 11466 1 1 64 image binary f 6d/6df23a59ad8df12faad8725de41f787f19083252 \N image image/png image \N 6df23a59ad8df12faad8725de41f787f19083252 \N +68 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Estonia \N 599 1 1 65 image binary f b0/b053775659b11e2ca971b473cf3482ec854ca4de \N image image/png image \N b053775659b11e2ca971b473cf3482ec854ca4de \N +69 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Egypt \N 4982 1 1 66 image binary f 5f/5fa45152c057c3c8973a7fd3f784f8e26140794d \N image image/png image \N 5fa45152c057c3c8973a7fd3f784f8e26140794d \N +270 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Authorize.net \N 1724 1 1 4 image binary f 7a/7abc4ea4e62392c1dfa06549e0871a12a60521cd \N image_medium image/png image_medium \N 7abc4ea4e62392c1dfa06549e0871a12a60521cd \N +271 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Authorize.net \N 2966 1 1 4 image binary f b0/b02d5a95752d69306f8c3409f813ce9c7661fbf7 \N image image/png image \N b02d5a95752d69306f8c3409f813ce9c7661fbf7 \N +272 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Authorize.net \N 1141 1 1 4 image binary f f6/f6181f01768c93ba52cab3f01795c99a235f91f6 \N image_small image/png image_small \N f6181f01768c93ba52cab3f01795c99a235f91f6 \N +273 2019-03-20 06:39:49.357792 2019-03-20 06:40:00.172584 payment.acquirer 1 Wire Transfer \N 16126 1 1 5 image binary f f4/f490b8c6593aeacfa453df9be4b493a897217a93 \N image_medium image/png image_medium \N f490b8c6593aeacfa453df9be4b493a897217a93 \N +70 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Eritrea \N 6905 1 1 68 image binary f 17/17cf89651afa19f87be184d6c8426acb9cc6ab17 \N image image/png image \N 17cf89651afa19f87be184d6c8426acb9cc6ab17 \N +71 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Spain \N 7593 1 1 69 image binary f 3e/3e9258f2145fd1b26ae520a58f2c0faaf6cf48b7 \N image image/png image \N 3e9258f2145fd1b26ae520a58f2c0faaf6cf48b7 \N +72 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Ethiopia \N 6440 1 1 70 image binary f 99/99a91c169f34f4ca29810b62592f8b020c4a1acf \N image image/png image \N 99a91c169f34f4ca29810b62592f8b020c4a1acf \N +73 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Finland \N 714 1 1 71 image binary f be/be0317f0951238afd32d1d02a9e6501fb3292b3c \N image image/png image \N be0317f0951238afd32d1d02a9e6501fb3292b3c \N +74 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Fiji \N 7890 1 1 72 image binary f 46/464b0caa074bdb67470c0b879b937e62b97ca8fa \N image image/png image \N 464b0caa074bdb67470c0b879b937e62b97ca8fa \N +75 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Falkland Islands \N 10970 1 1 73 image binary f a5/a5a2d5c6d63b61a47fcda3cfdcff99b2cf5a0f25 \N image image/png image \N a5a2d5c6d63b61a47fcda3cfdcff99b2cf5a0f25 \N +76 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Micronesia \N 2875 1 1 74 image binary f 08/086dd5b409d2753d894ac5acdff9023a91e3b35e \N image image/png image \N 086dd5b409d2753d894ac5acdff9023a91e3b35e \N +77 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Faroe Islands \N 929 1 1 75 image binary f 27/27b5bae71e8d863bc741a1604b810fce2c7112cb \N image image/png image \N 27b5bae71e8d863bc741a1604b810fce2c7112cb \N +78 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 France \N 624 1 1 76 image binary f d5/d56e0f0a283058611f04c911c2c2b0fcb6380f2a \N image image/png image \N d56e0f0a283058611f04c911c2c2b0fcb6380f2a \N +276 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Sips \N 7536 1 1 6 image binary f d2/d2cdaa90095d1dbc7844b36c91b17592110a4685 \N image_medium image/png image_medium \N d2cdaa90095d1dbc7844b36c91b17592110a4685 \N +79 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Gabon \N 709 1 1 77 image binary f 24/2430e9028e67a9defa8f4dd113918d81e6c0ca93 \N image image/png image \N 2430e9028e67a9defa8f4dd113918d81e6c0ca93 \N +277 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Sips \N 24209 1 1 6 image binary f d1/d176744207c8330fce6f4c4722f8b8144d3f67bc \N image image/png image \N d176744207c8330fce6f4c4722f8b8144d3f67bc \N +80 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Grenada \N 6094 1 1 78 image binary f 4e/4e045328e56934c778b1cba31cab5fc88c4ff5a6 \N image image/png image \N 4e045328e56934c778b1cba31cab5fc88c4ff5a6 \N +278 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Sips \N 2212 1 1 6 image binary f 26/2674e92b4472c51e8930a838a800f2c168c6a0ee \N image_small image/png image_small \N 2674e92b4472c51e8930a838a800f2c168c6a0ee \N +81 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Georgia \N 2977 1 1 79 image binary f 08/083cb8a43fc57e84ff0b881c05df61d20b4fed78 \N image image/png image \N 083cb8a43fc57e84ff0b881c05df61d20b4fed78 \N +82 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Ghana \N 1974 1 1 81 image binary f ba/ba01653d5ddd8f4ab9d959624da1f67cbb079c00 \N image image/png image \N ba01653d5ddd8f4ab9d959624da1f67cbb079c00 \N +83 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Gibraltar \N 4575 1 1 82 image binary f be/beec00f2b555f547d0f3237bc8f5c340b0d5aed0 \N image image/png image \N beec00f2b555f547d0f3237bc8f5c340b0d5aed0 \N +279 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Paypal \N 7281 1 1 7 image binary f 5c/5c48e9785a3e54380182e818da2ca938fcd17e5b \N image_medium image/png image_medium \N 5c48e9785a3e54380182e818da2ca938fcd17e5b \N +280 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Paypal \N 7234 1 1 7 image binary f ed/ed5052cdad10750977a6cd65401f7456d82dbb35 \N image image/png image \N ed5052cdad10750977a6cd65401f7456d82dbb35 \N +281 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Paypal \N 2656 1 1 7 image binary f 92/924c399c33ead5db6eaf175f3afa79ad298bfa22 \N image_small image/png image_small \N 924c399c33ead5db6eaf175f3afa79ad298bfa22 \N +275 2019-03-20 06:39:49.357792 2019-03-20 06:40:00.172584 payment.acquirer 1 Wire Transfer \N 14605 1 1 5 image binary f 68/68f25b7e431f29de6f4ed103ddeda8847575010e \N image image/png image \N 68f25b7e431f29de6f4ed103ddeda8847575010e \N +274 2019-03-20 06:39:49.357792 2019-03-20 06:40:00.172584 payment.acquirer 1 Wire Transfer \N 5372 1 1 5 image binary f 81/818f79bcb69df357040a830fae5db886676d184f \N image_small image/png image_small \N 818f79bcb69df357040a830fae5db886676d184f \N +84 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Guernsey \N 1475 1 1 83 image binary f 31/3107d94f904e39dd4ba18dbda25e0bd18667e967 \N image image/png image \N 3107d94f904e39dd4ba18dbda25e0bd18667e967 \N +85 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Greenland \N 3200 1 1 84 image binary f 1d/1da162c5005f8f7c9a583a512ac303bf657a9344 \N image image/png image \N 1da162c5005f8f7c9a583a512ac303bf657a9344 \N +86 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Gambia \N 659 1 1 85 image binary f 03/03da9332a5cf3a9d34ca06f871566c002d5cd5af \N image image/png image \N 03da9332a5cf3a9d34ca06f871566c002d5cd5af \N +282 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Stripe \N 4384 1 1 8 image binary f a3/a38ad6e0a6ba9558617c1d9508c785ef32495dce \N image_medium image/png image_medium \N a38ad6e0a6ba9558617c1d9508c785ef32495dce \N +87 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Guinea \N 646 1 1 86 image binary f 3e/3e0f0b8aaace4cd88cde651e302a271c67edddf1 \N image image/png image \N 3e0f0b8aaace4cd88cde651e302a271c67edddf1 \N +283 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Stripe \N 3237 1 1 8 image binary f f8/f8dfe43e176a18222214700ef1e03d626e3cd0c7 \N image image/png image \N f8dfe43e176a18222214700ef1e03d626e3cd0c7 \N +88 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Equatorial Guinea \N 5765 1 1 88 image binary f ec/ec9c1058351c3415ed991b8728969581621dde42 \N image image/png image \N ec9c1058351c3415ed991b8728969581621dde42 \N +284 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 Stripe \N 2005 1 1 8 image binary f af/afd29740d1b9bed9f2cde11ce5a3b24a2fc789a9 \N image_small image/png image_small \N afd29740d1b9bed9f2cde11ce5a3b24a2fc789a9 \N +89 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Greece \N 924 1 1 89 image binary f 2f/2f8d90ac092595d6a464ab3c23aa6e7d4221a50f \N image image/png image \N 2f8d90ac092595d6a464ab3c23aa6e7d4221a50f \N +90 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 South Georgia and the South Sandwich Islands \N 13470 1 1 90 image binary f 77/7732804f48dfe4c45bde319a6a71234a3381ccdf \N image image/png image \N 7732804f48dfe4c45bde319a6a71234a3381ccdf \N +91 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Guatemala \N 6494 1 1 91 image binary f 04/04d355853cc5298d2c99ce88dbc70131f4cceab6 \N image image/png image \N 04d355853cc5298d2c99ce88dbc70131f4cceab6 \N +92 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Guam (USA) \N 6044 1 1 92 image binary f e5/e570e74e4f3ff70b30099d760bd6ae21d6d505b9 \N image image/png image \N e570e74e4f3ff70b30099d760bd6ae21d6d505b9 \N +93 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Guinea Bissau \N 1564 1 1 93 image binary f 31/31e01ef67e1b776ee706f026f0cbcd0d0c0bc269 \N image image/png image \N 31e01ef67e1b776ee706f026f0cbcd0d0c0bc269 \N +94 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Guyana \N 3201 1 1 94 image binary f 58/58243c56026fc3ace55f88e5c569b7300a82657f \N image image/png image \N 58243c56026fc3ace55f88e5c569b7300a82657f \N +95 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Hong Kong \N 7104 1 1 95 image binary f c6/c6670c8f46ca7c3c7b102eb2993671a83248713b \N image image/png image \N c6670c8f46ca7c3c7b102eb2993671a83248713b \N +285 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 PayUmoney \N 6630 1 1 10 image binary f 8e/8e165a782b56a01a4f669afd30aa5890365fd643 \N image_medium image/png image_medium \N 8e165a782b56a01a4f669afd30aa5890365fd643 \N +96 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Honduras \N 2119 1 1 97 image binary f a1/a1bc0abcf559d1df24a123f65bd5513187184a0c \N image image/png image \N a1bc0abcf559d1df24a123f65bd5513187184a0c \N +286 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 PayUmoney \N 5538 1 1 10 image binary f 67/671788d55a07fccddc814e07cb0062a55181d137 \N image image/png image \N 671788d55a07fccddc814e07cb0062a55181d137 \N +97 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Croatia \N 4483 1 1 98 image binary f 3b/3b07d638f16a1db8bfee461ede9d721c10ae0265 \N image image/png image \N 3b07d638f16a1db8bfee461ede9d721c10ae0265 \N +287 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 payment.acquirer 1 PayUmoney \N 2551 1 1 10 image binary f 83/83cb154d811172022bf738cb67879754472fe10c \N image_small image/png image_small \N 83cb154d811172022bf738cb67879754472fe10c \N +98 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Haiti \N 4889 1 1 99 image binary f ed/ed8a8b1dbcbe5f2ac1a194ba5c7f0914e22156e9 \N image image/png image \N ed8a8b1dbcbe5f2ac1a194ba5c7f0914e22156e9 \N +99 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Hungary \N 530 1 1 100 image binary f 1e/1e5ace31dd39e50a1c4023bfb569ffb2c4dcda6a \N image image/png image \N 1e5ace31dd39e50a1c4023bfb569ffb2c4dcda6a \N +100 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Indonesia \N 627 1 1 101 image binary f 9a/9a73cebc6da0b72858928daa02525081c6455bae \N image image/png image \N 9a73cebc6da0b72858928daa02525081c6455bae \N +101 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Ireland \N 524 1 1 102 image binary f 2e/2ea4c74950fd8de83170eb9f8658fa9366b1eae0 \N image image/png image \N 2ea4c74950fd8de83170eb9f8658fa9366b1eae0 \N +102 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Israel \N 3622 1 1 103 image binary f e5/e55133192c625967353f8489796fe47eb78bcebc \N image image/png image \N e55133192c625967353f8489796fe47eb78bcebc \N +103 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Isle of Man \N 5583 1 1 104 image binary f 74/74444c21db0ccc88fd8ba274637e0ebd7557d7fc \N image image/png image \N 74444c21db0ccc88fd8ba274637e0ebd7557d7fc \N +104 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 India \N 4993 1 1 105 image binary f ba/ba2751d70beca5b1e32033b79bdb1f9ec23ba6a8 \N image image/png image \N ba2751d70beca5b1e32033b79bdb1f9ec23ba6a8 \N +105 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 British Indian Ocean Territory \N 22981 1 1 106 image binary f 91/911fe2d78473c94078b0083ba558e7989ded10f1 \N image image/png image \N 911fe2d78473c94078b0083ba558e7989ded10f1 \N +106 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Iraq \N 3262 1 1 107 image binary f bb/bb3dcf61b537f53e8d93eca3e137c95568e98edd \N image image/png image \N bb3dcf61b537f53e8d93eca3e137c95568e98edd \N +107 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Iran \N 9740 1 1 108 image binary f ed/ed9e3a95a587b273f1759c8796af4b47a9bcf9f6 \N image image/png image \N ed9e3a95a587b273f1759c8796af4b47a9bcf9f6 \N +108 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Iceland \N 710 1 1 109 image binary f f5/f59ac1d6f8f461425c71f6e49dcbfab67ecf76e2 \N image image/png image \N f59ac1d6f8f461425c71f6e49dcbfab67ecf76e2 \N +109 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Italy \N 628 1 1 110 image binary f 51/510ed2c3fb716e1f2a94925b176b6f8924e34989 \N image image/png image \N 510ed2c3fb716e1f2a94925b176b6f8924e34989 \N +110 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Jersey \N 9668 1 1 111 image binary f e1/e1e4e841f50e803ab8c1d6a002b8840ed728f76b \N image image/png image \N e1e4e841f50e803ab8c1d6a002b8840ed728f76b \N +111 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Jamaica \N 1361 1 1 112 image binary f aa/aa2893ebf94dbbf8aa585e1e6ffccc1673f05cdf \N image image/png image \N aa2893ebf94dbbf8aa585e1e6ffccc1673f05cdf \N +112 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Jordan \N 1544 1 1 113 image binary f d0/d009c56624cd5d853c5c7b7dacdad2c3b48428d2 \N image image/png image \N d009c56624cd5d853c5c7b7dacdad2c3b48428d2 \N +113 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Japan \N 3017 1 1 114 image binary f b8/b8aea1499825b793c93efc0b92885ed6475ee437 \N image image/png image \N b8aea1499825b793c93efc0b92885ed6475ee437 \N +114 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Kenya \N 5372 1 1 115 image binary f da/daff81bcaa7c21ad4716a9545286e8f7a6321b64 \N image image/png image \N daff81bcaa7c21ad4716a9545286e8f7a6321b64 \N +115 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Kyrgyz Republic (Kyrgyzstan) \N 11240 1 1 116 image binary f 1e/1e7200bf95bd92b3f3a2024df771130214b403fe \N image image/png image \N 1e7200bf95bd92b3f3a2024df771130214b403fe \N +291 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 ir.ui.menu 1 Sales \N 2036 1 1 148 image binary f e7/e74dd9dc2afc6d8b8e96d0215bb32ee9befacae7 \N web_icon_data image/png web_icon_data \N e74dd9dc2afc6d8b8e96d0215bb32ee9befacae7 \N +116 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cambodia, Kingdom of \N 8625 1 1 117 image binary f 58/58ee2224b4e0d42d1ed0c318c816c6ff11eb8877 \N image image/png image \N 58ee2224b4e0d42d1ed0c318c816c6ff11eb8877 \N +117 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Kiribati \N 7003 1 1 118 image binary f 1a/1a11b609123ed1438a3464e90c15413bb824147e \N image image/png image \N 1a11b609123ed1438a3464e90c15413bb824147e \N +118 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Comoros \N 4185 1 1 119 image binary f 60/60def83dde11f6610856306fc9428cc64e8fe749 \N image image/png image \N 60def83dde11f6610856306fc9428cc64e8fe749 \N +119 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Kitts & Nevis Anguilla \N 8605 1 1 120 image binary f c3/c3c4315f8a53cf55c4aca88db8e398017d3f8f7c \N image image/png image \N c3c4315f8a53cf55c4aca88db8e398017d3f8f7c \N +292 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 ir.ui.menu 1 Inventory \N 2619 1 1 185 image binary f cf/cf96d1aae2c821025a85d0affa1400838305fecc \N web_icon_data image/png web_icon_data \N cf96d1aae2c821025a85d0affa1400838305fecc \N +120 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 North Korea \N 2936 1 1 121 image binary f e0/e042585e95472df6fff84a6466874f4017d1d0e8 \N image image/png image \N e042585e95472df6fff84a6466874f4017d1d0e8 \N +121 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 South Korea \N 10230 1 1 122 image binary f ec/ec395e5157f557438f6a4d217b6f0cbdece9ff2c \N image image/png image \N ec395e5157f557438f6a4d217b6f0cbdece9ff2c \N +122 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Kuwait \N 917 1 1 123 image binary f 16/16420f452d92de98c3f67445a9a5b1e507477821 \N image image/png image \N 16420f452d92de98c3f67445a9a5b1e507477821 \N +123 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Cayman Islands \N 10270 1 1 124 image binary f 2e/2e0bb9e7cf41c87f4a1b856dba26e53b0a767a0f \N image image/png image \N 2e0bb9e7cf41c87f4a1b856dba26e53b0a767a0f \N +124 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Kazakhstan \N 12241 1 1 125 image binary f ab/abcf7ebefc75fdbabee97d5a40af8638fbabe368 \N image image/png image \N abcf7ebefc75fdbabee97d5a40af8638fbabe368 \N +125 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Laos \N 2312 1 1 126 image binary f 4b/4be573aada92d0d2b06fd3abbffcbc7bcbd52008 \N image image/png image \N 4be573aada92d0d2b06fd3abbffcbc7bcbd52008 \N +126 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Lebanon \N 5871 1 1 127 image binary f 32/32202c837503c2baa52d98774b6dc0491fe5a7b1 \N image image/png image \N 32202c837503c2baa52d98774b6dc0491fe5a7b1 \N +127 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Lucia \N 3366 1 1 128 image binary f 2c/2c8014f11fee5e470e396361f3cfaf81d1d0caeb \N image image/png image \N 2c8014f11fee5e470e396361f3cfaf81d1d0caeb \N +128 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Liechtenstein \N 4894 1 1 129 image binary f 75/75f89e69ba1ec7cd5f377b3bbb3dd987253930d1 \N image image/png image \N 75f89e69ba1ec7cd5f377b3bbb3dd987253930d1 \N +129 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Sri Lanka \N 10643 1 1 130 image binary f c4/c4a824618c6ad23d4180cab2e1a637e70c5bb0c8 \N image image/png image \N c4a824618c6ad23d4180cab2e1a637e70c5bb0c8 \N +130 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Liberia \N 1605 1 1 131 image binary f 54/544abec5df4b8cf1fb4961cd7fcae70296b33e72 \N image image/png image \N 544abec5df4b8cf1fb4961cd7fcae70296b33e72 \N +131 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Lesotho \N 3716 1 1 132 image binary f 43/43a49ec6a9befb84c4d5f116b1b92e98c5b50107 \N image image/png image \N 43a49ec6a9befb84c4d5f116b1b92e98c5b50107 \N +132 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Lithuania \N 580 1 1 133 image binary f 42/424b2bcaddc89a0f81aa9e1c16028a0e1f8d954a \N image image/png image \N 424b2bcaddc89a0f81aa9e1c16028a0e1f8d954a \N +133 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Luxembourg \N 577 1 1 134 image binary f 0d/0da07c4691b12e821585c5ef634a7543bd7d2017 \N image image/png image \N 0da07c4691b12e821585c5ef634a7543bd7d2017 \N +134 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Latvia \N 501 1 1 135 image binary f 93/933b15b530906480292bfb46a3c3cc8d9f6a6bf9 \N image image/png image \N 933b15b530906480292bfb46a3c3cc8d9f6a6bf9 \N +135 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Libya \N 1818 1 1 136 image binary f 1f/1f6fb1a6420857cab8e60dbbfec08466651ca674 \N image image/png image \N 1f6fb1a6420857cab8e60dbbfec08466651ca674 \N +136 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Morocco \N 2410 1 1 137 image binary f 7e/7ef3bc524639d842fe30b0ff2bb13d7633491ec1 \N image image/png image \N 7ef3bc524639d842fe30b0ff2bb13d7633491ec1 \N +137 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Monaco \N 344 1 1 138 image binary f 0b/0b9c3fc792c7328877e485ed1f4df2c6ab954952 \N image image/png image \N 0b9c3fc792c7328877e485ed1f4df2c6ab954952 \N +138 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Moldavia \N 7071 1 1 139 image binary f 0e/0e16f3e3e2bf0d08e22ee4133b3ea88c7d32f0d1 \N image image/png image \N 0e16f3e3e2bf0d08e22ee4133b3ea88c7d32f0d1 \N +139 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Montenegro \N 10461 1 1 140 image binary f 6f/6fe1fc481fc5030fa404189495f11748a0016db5 \N image image/png image \N 6fe1fc481fc5030fa404189495f11748a0016db5 \N +140 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Madagascar \N 653 1 1 142 image binary f cb/cb6b5296ee0bef67ff3e3ab9df5313c6b89135d3 \N image image/png image \N cb6b5296ee0bef67ff3e3ab9df5313c6b89135d3 \N +141 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Marshall Islands \N 9616 1 1 143 image binary f a0/a030e071ffedfc77feaa1d3d80ec24b3d2f8a9d1 \N image image/png image \N a030e071ffedfc77feaa1d3d80ec24b3d2f8a9d1 \N +142 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Macedonia, the former Yugoslav Republic of \N 5122 1 1 144 image binary f b0/b01174bb537694110820cfe3dae41573a15957e3 \N image image/png image \N b01174bb537694110820cfe3dae41573a15957e3 \N +143 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Mali \N 646 1 1 145 image binary f b9/b969553815815db2f68abb9a33bbf02698939310 \N image image/png image \N b969553815815db2f68abb9a33bbf02698939310 \N +296 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 ir.ui.menu 1 Purchases \N 1640 1 1 237 image binary f c8/c8c10dbb88a65b2768cc87c9ded378fae6a0f375 \N web_icon_data image/png web_icon_data \N c8c10dbb88a65b2768cc87c9ded378fae6a0f375 \N +144 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Myanmar \N 3437 1 1 146 image binary f 84/844ebf4ec389573d0963533315feeebbffbb6d1a \N image image/png image \N 844ebf4ec389573d0963533315feeebbffbb6d1a \N +145 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Mongolia \N 3307 1 1 147 image binary f 15/15224db1908c41699946c4af05f0464f0d2779f4 \N image image/png image \N 15224db1908c41699946c4af05f0464f0d2779f4 \N +146 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Macau \N 6937 1 1 148 image binary f 8e/8eaf31b575ed498c745503ef8d0d8a17228a5b15 \N image image/png image \N 8eaf31b575ed498c745503ef8d0d8a17228a5b15 \N +147 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Northern Mariana Islands \N 18512 1 1 149 image binary f 58/586282639d2eabf41e447782f14cea16635114aa \N image image/png image \N 586282639d2eabf41e447782f14cea16635114aa \N +148 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Martinique (French) \N 15014 1 1 150 image binary f 11/111f19eb7ba97806bb82e9706b89261b842c753c \N image image/png image \N 111f19eb7ba97806bb82e9706b89261b842c753c \N +149 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Mauritania \N 3990 1 1 151 image binary f c7/c765b797d230cb2de702d5d8f52453670bff7913 \N image image/png image \N c765b797d230cb2de702d5d8f52453670bff7913 \N +150 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Montserrat \N 5368 1 1 152 image binary f fd/fdf73470f4810f290cb283fbb20068a4ffb19bc9 \N image image/png image \N fdf73470f4810f290cb283fbb20068a4ffb19bc9 \N +151 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Malta \N 2428 1 1 153 image binary f 60/6054ef01d1c7183a7d5c34d7ebbfad2b5f4ab0d4 \N image image/png image \N 6054ef01d1c7183a7d5c34d7ebbfad2b5f4ab0d4 \N +152 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Mauritius \N 651 1 1 154 image binary f a2/a2dab6f59952486425a48073fc083fb05abaf0be \N image image/png image \N a2dab6f59952486425a48073fc083fb05abaf0be \N +153 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Maldives \N 2211 1 1 155 image binary f e8/e8f20385766ddbefe6925800ccaafd3fd38c021a \N image image/png image \N e8f20385766ddbefe6925800ccaafd3fd38c021a \N +154 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Malawi \N 6473 1 1 156 image binary f 43/436bbe1eced6a4b83f12eaac35137a3a10e83356 \N image image/png image \N 436bbe1eced6a4b83f12eaac35137a3a10e83356 \N +155 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Mexico \N 8638 1 1 157 image binary f 17/1750c2d289fa99c6b414ebad8974991e1e8059f0 \N image image/png image \N 1750c2d289fa99c6b414ebad8974991e1e8059f0 \N +156 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Malaysia \N 4669 1 1 158 image binary f 2b/2be4779f543ae2b444dd8a8247657d94f6d64fbd \N image image/png image \N 2be4779f543ae2b444dd8a8247657d94f6d64fbd \N +157 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Mozambique \N 7438 1 1 159 image binary f cf/cf037a6492f74d14e8280f7fd4d6c23a3d48da29 \N image image/png image \N cf037a6492f74d14e8280f7fd4d6c23a3d48da29 \N +158 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Namibia \N 10245 1 1 160 image binary f d6/d6bc92d1655cc98ee4f6a4061bd3883ca89e0162 \N image image/png image \N d6bc92d1655cc98ee4f6a4061bd3883ca89e0162 \N +159 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 New Caledonia (French) \N 5162 1 1 161 image binary f 1b/1bb5a4c6c56a790b1ea1e2f8a5438008336ef2d1 \N image image/png image \N 1bb5a4c6c56a790b1ea1e2f8a5438008336ef2d1 \N +160 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Niger \N 2301 1 1 162 image binary f 7e/7ee30b6c56dadf735150a3e08e9a3997c293d89d \N image image/png image \N 7ee30b6c56dadf735150a3e08e9a3997c293d89d \N +161 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Norfolk Island \N 8480 1 1 163 image binary f 6f/6fb2d43162f16ad151039fdb643b60006b0d84a4 \N image image/png image \N 6fb2d43162f16ad151039fdb643b60006b0d84a4 \N +162 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Nigeria \N 521 1 1 164 image binary f 1d/1db763ae5a9d80910ad17995fa671ae50ff47961 \N image image/png image \N 1db763ae5a9d80910ad17995fa671ae50ff47961 \N +163 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Nicaragua \N 3935 1 1 165 image binary f 16/16200cdad8125792b7c6ebd100ab46bdc04bd5c0 \N image image/png image \N 16200cdad8125792b7c6ebd100ab46bdc04bd5c0 \N +164 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Netherlands \N 644 1 1 166 image binary f e5/e5c77c8c25b8a35a014d78ac3d7fb6b19c7c2a49 \N image image/png image \N e5c77c8c25b8a35a014d78ac3d7fb6b19c7c2a49 \N +165 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Norway \N 923 1 1 167 image binary f e9/e9bc6591940e8b4a6424390ceab5d262c816f626 \N image image/png image \N e9bc6591940e8b4a6424390ceab5d262c816f626 \N +166 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Nepal \N 9477 1 1 168 image binary f 01/016db1ae999d0b5a3f22f864a95131403cd71023 \N image image/png image \N 016db1ae999d0b5a3f22f864a95131403cd71023 \N +167 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Nauru \N 2301 1 1 169 image binary f 06/0612121a0580366261ca94edc44b31f1541e231c \N image image/png image \N 0612121a0580366261ca94edc44b31f1541e231c \N +168 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Niue \N 3661 1 1 171 image binary f 82/8250e24fa706a302025a5ad743efd12cf1385c45 \N image image/png image \N 8250e24fa706a302025a5ad743efd12cf1385c45 \N +169 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 New Zealand \N 4179 1 1 172 image binary f cf/cf143ab416cd0cfeb7c0d02e5c4070cd93a50e16 \N image image/png image \N cf143ab416cd0cfeb7c0d02e5c4070cd93a50e16 \N +170 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Oman \N 3018 1 1 173 image binary f cc/cc73e17d857d175c363382aee62eeafc9e78462c \N image image/png image \N cc73e17d857d175c363382aee62eeafc9e78462c \N +171 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Panama \N 2695 1 1 174 image binary f 00/00fb4c413200cd65df61b6f2ad614d47b49451d5 \N image image/png image \N 00fb4c413200cd65df61b6f2ad614d47b49451d5 \N +172 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Peru \N 626 1 1 175 image binary f ce/ce97f437d5853a887e6ba433b28e93178618f98d \N image image/png image \N ce97f437d5853a887e6ba433b28e93178618f98d \N +173 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Polynesia (French) \N 8044 1 1 176 image binary f 9d/9d10153df45f5e2ee49e65bbef89bce2fe8326c0 \N image image/png image \N 9d10153df45f5e2ee49e65bbef89bce2fe8326c0 \N +174 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Papua New Guinea \N 9189 1 1 177 image binary f 8e/8e4431d6666ae1e8d23ec164d7995dd3167f9947 \N image image/png image \N 8e4431d6666ae1e8d23ec164d7995dd3167f9947 \N +175 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Philippines \N 5714 1 1 178 image binary f 23/23f977ac11c242143843e8607cc8a6a3507b3a6b \N image image/png image \N 23f977ac11c242143843e8607cc8a6a3507b3a6b \N +176 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Pakistan \N 4347 1 1 179 image binary f e0/e0cf9673128ae1e3719572aae808d96a5f363660 \N image image/png image \N e0cf9673128ae1e3719572aae808d96a5f363660 \N +177 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Poland \N 566 1 1 180 image binary f 62/621ae7b7e181a27049be09db7d6f266948539fee \N image image/png image \N 621ae7b7e181a27049be09db7d6f266948539fee \N +178 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Pierre and Miquelon \N 47044 1 1 181 image binary f a1/a1aed485902ee329e77b3d8f63bda76b509f2a3f \N image image/png image \N a1aed485902ee329e77b3d8f63bda76b509f2a3f \N +179 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Pitcairn Island \N 12876 1 1 182 image binary f f1/f16e21cc329e644dcdc300304a0d91447e794649 \N image image/png image \N f16e21cc329e644dcdc300304a0d91447e794649 \N +180 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Puerto Rico \N 4263 1 1 183 image binary f 1a/1a9c358ef4aaa3b820b209035e48ce34a18789bb \N image image/png image \N 1a9c358ef4aaa3b820b209035e48ce34a18789bb \N +181 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Portugal \N 10133 1 1 185 image binary f 2d/2ddc1e58903f60bdda8870a951b7496b9d5f79a2 \N image image/png image \N 2ddc1e58903f60bdda8870a951b7496b9d5f79a2 \N +182 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Palau \N 2797 1 1 186 image binary f 2d/2d6c0cf52f8afb439ca7acbf0bb214ab24d6f937 \N image image/png image \N 2d6c0cf52f8afb439ca7acbf0bb214ab24d6f937 \N +183 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Paraguay \N 4690 1 1 187 image binary f a6/a6d364b94120ffd485b4396e65eb91df15f22141 \N image image/png image \N a6d364b94120ffd485b4396e65eb91df15f22141 \N +184 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Qatar \N 1864 1 1 188 image binary f 31/310d239932db60985e96fa36aefa2e7e528a8bf2 \N image image/png image \N 310d239932db60985e96fa36aefa2e7e528a8bf2 \N +185 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Romania \N 646 1 1 190 image binary f bd/bdd3aec91863bb70dbfc051823b475f302ded810 \N image image/png image \N bdd3aec91863bb70dbfc051823b475f302ded810 \N +186 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Serbia \N 15497 1 1 191 image binary f 62/627090759f9a66678c28c1bc3c3039b37f40f66e \N image image/png image \N 627090759f9a66678c28c1bc3c3039b37f40f66e \N +187 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Russian Federation \N 609 1 1 192 image binary f fb/fb0553aeebdb495401cc29a42c950c49f7b05982 \N image image/png image \N fb0553aeebdb495401cc29a42c950c49f7b05982 \N +188 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Rwanda \N 5152 1 1 193 image binary f fa/fa088da91a4e669fe1ca15c756546a83405c1ef6 \N image image/png image \N fa088da91a4e669fe1ca15c756546a83405c1ef6 \N +189 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saudi Arabia \N 11354 1 1 194 image binary f ef/ef6b627769cd44672fce24139789069404bf926a \N image image/png image \N ef6b627769cd44672fce24139789069404bf926a \N +190 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Solomon Islands \N 3935 1 1 195 image binary f 26/26121def9dd485db5e4b5ef13a75bca9345b7ee6 \N image image/png image \N 26121def9dd485db5e4b5ef13a75bca9345b7ee6 \N +191 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Seychelles \N 1738 1 1 196 image binary f b8/b842933a7b10cbf1ac9291c3aa20312e72632455 \N image image/png image \N b842933a7b10cbf1ac9291c3aa20312e72632455 \N +192 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Sudan \N 1268 1 1 197 image binary f 3d/3d1afd48d60a3c487b38a19aa543c02aadf871cb \N image image/png image \N 3d1afd48d60a3c487b38a19aa543c02aadf871cb \N +193 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Sweden \N 701 1 1 198 image binary f a6/a63f65dd20dd82c78932048f66b08c24842b6fd3 \N image image/png image \N a63f65dd20dd82c78932048f66b08c24842b6fd3 \N +194 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Singapore \N 3652 1 1 199 image binary f b9/b972de309340176ca5c17e9c401ca80d43446665 \N image image/png image \N b972de309340176ca5c17e9c401ca80d43446665 \N +195 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Helena \N 9050 1 1 200 image binary f b3/b3b548eaf97ff614cb8a0ef07b30ce095c1aed48 \N image image/png image \N b3b548eaf97ff614cb8a0ef07b30ce095c1aed48 \N +196 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Slovenia \N 2735 1 1 201 image binary f d0/d09dc6ca12d3c3faa07800e0bfdee621a7cbd33d \N image image/png image \N d09dc6ca12d3c3faa07800e0bfdee621a7cbd33d \N +197 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Slovakia \N 4718 1 1 203 image binary f c7/c7e62f2d137604baf9cae56bd99ca821b267199a \N image image/png image \N c7e62f2d137604baf9cae56bd99ca821b267199a \N +198 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Sierra Leone \N 650 1 1 204 image binary f 9e/9e57797b8794080c35d8de7738589a02d27fffa4 \N image image/png image \N 9e57797b8794080c35d8de7738589a02d27fffa4 \N +199 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 San Marino \N 20023 1 1 205 image binary f 76/76b52df765f3624b46cdf32d6cfe856401d43759 \N image image/png image \N 76b52df765f3624b46cdf32d6cfe856401d43759 \N +200 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Senegal \N 1816 1 1 206 image binary f 5c/5c7b3ba37f987555c48586e16df3b8325d37a782 \N image image/png image \N 5c7b3ba37f987555c48586e16df3b8325d37a782 \N +201 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Somalia \N 2424 1 1 207 image binary f b3/b316956646396995ddc29e3e2c0342a321015c28 \N image image/png image \N b316956646396995ddc29e3e2c0342a321015c28 \N +202 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Suriname \N 2262 1 1 208 image binary f 23/235858ad94322b474db15ba150702ac0a41c3da5 \N image image/png image \N 235858ad94322b474db15ba150702ac0a41c3da5 \N +203 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 South Sudan \N 3272 1 1 209 image binary f 43/432535665a0dc982192de82fb6784782f85ed36c \N image image/png image \N 432535665a0dc982192de82fb6784782f85ed36c \N +204 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Tome (Sao Tome) and Principe \N 2226 1 1 210 image binary f 46/46f3fa179e7bc2085d237081c1dc219f62994880 \N image image/png image \N 46f3fa179e7bc2085d237081c1dc219f62994880 \N +205 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 El Salvador \N 4898 1 1 211 image binary f cd/cd6c42b651367bcf37a493ec3bd67caf631df663 \N image image/png image \N cd6c42b651367bcf37a493ec3bd67caf631df663 \N +206 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Sint Maarten (Dutch part) \N 9464 1 1 212 image binary f 4d/4da9e3121e607449b17117992a948f58faeb5ef5 \N image image/png image \N 4da9e3121e607449b17117992a948f58faeb5ef5 \N +207 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Syria \N 1693 1 1 213 image binary f 39/3965ec4bc7d992d9d8eae700e89289545ea3204c \N image image/png image \N 3965ec4bc7d992d9d8eae700e89289545ea3204c \N +208 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Swaziland \N 8428 1 1 214 image binary f c1/c1ea7b18f6a235e71a98280aabb6bba4d24cb275 \N image image/png image \N c1ea7b18f6a235e71a98280aabb6bba4d24cb275 \N +209 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Turks and Caicos Islands \N 5539 1 1 215 image binary f 2b/2b41ffe15ab73a9c87cc69ec8b26b1e9ca08c1b8 \N image image/png image \N 2b41ffe15ab73a9c87cc69ec8b26b1e9ca08c1b8 \N +210 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Chad \N 643 1 1 216 image binary f ef/efb7f18627b8000b1cf28b4fa4944b766a2ad113 \N image image/png image \N efb7f18627b8000b1cf28b4fa4944b766a2ad113 \N +211 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 French Southern Territories \N 4766 1 1 217 image binary f 3f/3f12e344154afa2fb588cb7e8dcb28606e3a63b1 \N image image/png image \N 3f12e344154afa2fb588cb7e8dcb28606e3a63b1 \N +212 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Togo \N 2216 1 1 218 image binary f ff/ff4fe2a9ad4a0a960dae7a6e895b00c34f61e25a \N image image/png image \N ff4fe2a9ad4a0a960dae7a6e895b00c34f61e25a \N +213 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Thailand \N 645 1 1 219 image binary f 36/363886d106b5380aaf6f0723b4cc6f04a425deb7 \N image image/png image \N 363886d106b5380aaf6f0723b4cc6f04a425deb7 \N +214 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Tajikistan \N 2872 1 1 220 image binary f 3a/3a592f02d0aea64519a63241e56bd3cba19ad28d \N image image/png image \N 3a592f02d0aea64519a63241e56bd3cba19ad28d \N +215 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Tokelau \N 4943 1 1 221 image binary f 65/659bc7ded3378bdf6ff0a5fa17c85e0930092694 \N image image/png image \N 659bc7ded3378bdf6ff0a5fa17c85e0930092694 \N +216 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Turkmenistan \N 19625 1 1 222 image binary f 7b/7b4ca1215d91c733c61a49eb3b42b3183213a312 \N image image/png image \N 7b4ca1215d91c733c61a49eb3b42b3183213a312 \N +217 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Tunisia \N 5062 1 1 223 image binary f f0/f011ddadc02810cea77f1f0318b143b05ebbba31 \N image image/png image \N f011ddadc02810cea77f1f0318b143b05ebbba31 \N +218 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Tonga \N 757 1 1 224 image binary f b4/b4119b8e8a6fe400c6771db501e3cb608f7956ac \N image image/png image \N b4119b8e8a6fe400c6771db501e3cb608f7956ac \N +219 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 East Timor \N 5186 1 1 225 image binary f 0d/0d013197f8de862c54339b73acf796ba9b702e36 \N image image/png image \N 0d013197f8de862c54339b73acf796ba9b702e36 \N +220 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Turkey \N 4157 1 1 226 image binary f a1/a179f5df75bce1da4af1ab9263ee8e2806d1f972 \N image image/png image \N a179f5df75bce1da4af1ab9263ee8e2806d1f972 \N +221 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Trinidad and Tobago \N 9007 1 1 227 image binary f 4a/4aea7b5061c1e128f4a9c7b7789ed057fee53e8c \N image image/png image \N 4aea7b5061c1e128f4a9c7b7789ed057fee53e8c \N +222 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Tuvalu \N 5977 1 1 228 image binary f f2/f2e4e3751789f309644a147c53e3aa51a6291458 \N image image/png image \N f2e4e3751789f309644a147c53e3aa51a6291458 \N +223 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Tanzania \N 6370 1 1 230 image binary f de/debaadcf8602a25e44206d899a52db159caf469e \N image image/png image \N debaadcf8602a25e44206d899a52db159caf469e \N +224 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Ukraine \N 628 1 1 231 image binary f bf/bf9e3c14da881d8d662b50aff76a98f951d019f5 \N image image/png image \N bf9e3c14da881d8d662b50aff76a98f951d019f5 \N +225 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Uganda \N 4199 1 1 232 image binary f 65/65daa4e9862f2dc67da7594c8d457279f83e0e12 \N image image/png image \N 65daa4e9862f2dc67da7594c8d457279f83e0e12 \N +226 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 United Kingdom \N 1830 1 1 233 image binary f fb/fb1a2b7cf287adc73b164079389502d10bb8be46 \N image image/png image \N fb1a2b7cf287adc73b164079389502d10bb8be46 \N +227 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 United States \N 8477 1 1 235 image binary f b5/b5272aa96f9c0efc486129306f52eae1a6ae23e7 \N image image/png image \N b5272aa96f9c0efc486129306f52eae1a6ae23e7 \N +228 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Uruguay \N 8347 1 1 236 image binary f 5e/5ecaba56ca51cc853eefeac66320eb0eb2a339b2 \N image image/png image \N 5ecaba56ca51cc853eefeac66320eb0eb2a339b2 \N +229 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Uzbekistan \N 1552 1 1 237 image binary f 06/064d41df037975327e38ac78ce0adfd6c988cfde \N image image/png image \N 064d41df037975327e38ac78ce0adfd6c988cfde \N +230 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Holy See (Vatican City State) \N 14564 1 1 238 image binary f 2e/2ea84e686d0b1e7a304e516d412d19f72e005650 \N image image/png image \N 2ea84e686d0b1e7a304e516d412d19f72e005650 \N +231 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Saint Vincent & Grenadines \N 2681 1 1 239 image binary f 27/27f00ac0b0aa70ff444609cc914ef43bc9b1f1ba \N image image/png image \N 27f00ac0b0aa70ff444609cc914ef43bc9b1f1ba \N +232 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Venezuela \N 3851 1 1 240 image binary f 30/308470b29452e6caa802d2baa6154b782d4e5337 \N image image/png image \N 308470b29452e6caa802d2baa6154b782d4e5337 \N +233 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Virgin Islands (British) \N 10430 1 1 241 image binary f 76/766eb78ec60d2577675a1cb6cf577fda07e6b0fc \N image image/png image \N 766eb78ec60d2577675a1cb6cf577fda07e6b0fc \N +234 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Virgin Islands (USA) \N 22969 1 1 242 image binary f 5f/5f143ee08138c756a5db88099100b8959f7de1a7 \N image image/png image \N 5f143ee08138c756a5db88099100b8959f7de1a7 \N +235 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Vietnam \N 2734 1 1 243 image binary f b6/b61e8bd9e2859d66cac2161066ae25e47d454a7b \N image image/png image \N b61e8bd9e2859d66cac2161066ae25e47d454a7b \N +236 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Vanuatu \N 7570 1 1 244 image binary f 5f/5fce0d5064a9e755c00ddab5e0a2446dac65cf67 \N image image/png image \N 5fce0d5064a9e755c00ddab5e0a2446dac65cf67 \N +237 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Samoa \N 2261 1 1 246 image binary f 17/1723a6d1199242cda82c657fa517f3e066267d7b \N image image/png image \N 1723a6d1199242cda82c657fa517f3e066267d7b \N +238 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Yemen \N 617 1 1 247 image binary f 0c/0c45faf5b09ce9b7c9fbb6bd1a7787f24d24ab86 \N image image/png image \N 0c45faf5b09ce9b7c9fbb6bd1a7787f24d24ab86 \N +239 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 South Africa \N 5823 1 1 250 image binary f ff/ff98b7370bc86126f47410cb904eed6f1905f348 \N image image/png image \N ff98b7370bc86126f47410cb904eed6f1905f348 \N +243 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 ir.ui.menu 1 Dashboards \N 13196 1 1 1 image binary f 21/21cdf7b6948b5e79d8ffb9977dea2dae5d1ae8fa \N web_icon_data image/png web_icon_data \N 21cdf7b6948b5e79d8ffb9977dea2dae5d1ae8fa \N +240 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Zambia \N 3924 1 1 251 image binary f a1/a14c1deedef19394c69d5b706dfb3fef638f143e \N image image/png image \N a14c1deedef19394c69d5b706dfb3fef638f143e \N +241 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Zimbabwe \N 4570 1 1 253 image binary f 70/70f1563175ceebf5671eccbcab49b4d38d30345c \N image image/png image \N 70f1563175ceebf5671eccbcab49b4d38d30345c \N +244 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 ir.ui.menu 1 Settings \N 11476 1 1 4 image binary f 29/293431f94d2b6e6d13325e9444ddc06a8ac254a0 \N web_icon_data image/png web_icon_data \N 293431f94d2b6e6d13325e9444ddc06a8ac254a0 \N +242 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 res.country 1 Kosovo \N 2581 1 1 254 image binary f 6c/6cf0e8002c646e1fbd42bc75d4c82de01b4c8290 \N image image/png image \N 6cf0e8002c646e1fbd42bc75d4c82de01b4c8290 \N +245 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 ir.ui.menu 1 Apps \N 12377 1 1 5 image binary f 08/08ebc81e57db863437270b64ef2043154d5bb1b2 \N web_icon_data image/png web_icon_data \N 08ebc81e57db863437270b64ef2043154d5bb1b2 \N +246 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 ir.ui.menu 1 Tests \N 7636 1 1 18 image binary f b8/b859f7412e47ac25d7bdc270d6ae08156fc61e77 \N web_icon_data image/png web_icon_data \N b859f7412e47ac25d7bdc270d6ae08156fc61e77 \N +\. + + +-- +-- Name: ir_attachment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_attachment_id_seq', 306, true); + + +-- +-- Data for Name: ir_config_parameter; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_config_parameter (id, create_uid, write_date, value, write_uid, key, create_date) FROM stdin; +1 1 2019-03-20 06:35:24.381189 8c804654-c8b1-4d1c-8607-5fe19830aad9 1 database.secret 2019-03-20 06:35:14.34655 +3 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:14 1 database.create_date 2019-03-20 06:35:14.34655 +4 1 2019-03-20 06:35:24.381189 519bae5e-4ada-11e9-8ef6-5254008481d5 1 database.uuid 2019-03-20 06:35:14.34655 +2 1 2019-03-20 06:37:06.342634 http://192.168.44.10:8069 1 web.base.url 2019-03-20 06:35:14.34655 +5 1 2019-03-20 06:38:32.951597 catchall 1 mail.catchall.alias 2019-03-20 06:38:32.951597 +6 1 2019-03-20 06:38:32.951597 bounce 1 mail.bounce.alias 2019-03-20 06:38:32.951597 +7 1 2019-03-20 06:38:45.797199 5 1 auth_signup.template_user_id 2019-03-20 06:38:45.797199 +\. + + +-- +-- Data for Name: ir_config_parameter_groups_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_config_parameter_groups_rel (icp_id, group_id) FROM stdin; +3 1 +1 3 +\. + + +-- +-- Name: ir_config_parameter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_config_parameter_id_seq', 7, true); + + +-- +-- Data for Name: ir_cron; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_cron (id, function, create_uid, interval_type, user_id, name, args, numbercall, nextcall, priority, create_date, doall, write_date, active, interval_number, write_uid, model) FROM stdin; +3 update_notification 1 weeks 1 Update Notification (None,) -1 2019-03-27 06:38:35 1000 2019-03-20 06:38:32.951597 f 2019-03-20 06:38:32.951597 t 1 1 publisher_warranty.contract +4 _fetch_mails 1 minutes 1 Fetchmail Service () -1 2019-03-20 06:38:47 5 2019-03-20 06:38:47.430172 f 2019-03-20 06:38:47.430172 f 5 1 fetchmail.server +5 run_scheduler 1 days 1 Run mrp scheduler (True,) -1 2019-03-20 06:39:40 5 2019-03-20 06:39:40.68873 f 2019-03-20 06:39:40.68873 f 1 1 procurement.order +2 process_email_queue 1 hours 1 Email Queue Manager () -1 2019-03-20 07:38:35 5 2019-03-20 06:38:32.951597 f 2019-03-20 06:38:32.951597 t 1 1 mail.mail +1 power_on 1 days 1 Auto-vacuum internal data () -1 2019-03-21 06:35:53 5 2019-03-20 06:35:24.381189 f 2019-03-20 07:08:09.887202 t 1 1 ir.autovacuum +\. + + +-- +-- Name: ir_cron_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_cron_id_seq', 5, true); + + +-- +-- Data for Name: ir_exports; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_exports (id, create_uid, name, write_uid, create_date, write_date, resource) FROM stdin; +\. + + +-- +-- Name: ir_exports_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_exports_id_seq', 1, false); + + +-- +-- Data for Name: ir_exports_line; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_exports_line (id, create_uid, create_date, name, write_uid, write_date, export_id) FROM stdin; +\. + + +-- +-- Name: ir_exports_line_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_exports_line_id_seq', 1, false); + + +-- +-- Data for Name: ir_filters; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_filters (id, sort, model_id, domain, user_id, name, create_uid, write_uid, is_default, create_date, context, active, write_date, action_id) FROM stdin; +1 [] account.invoice.report [] \N By Salespersons 1 1 f 2019-03-20 06:39:13.995111 {'group_by': ['date:month', 'user_id']} t 2019-03-20 07:10:25.544664 \N +2 [] account.invoice.report [] \N By Product 1 1 f 2019-03-20 06:39:13.995111 {'group_by': ['date:month', 'product_id'], 'set_visible':True, 'residual_invisible':True} t 2019-03-20 07:10:25.544664 \N +3 [] account.invoice.report [] \N By Product Category 1 1 f 2019-03-20 06:39:13.995111 {'group_by': ['date:month', 'categ_id'], 'residual_invisible':True} t 2019-03-20 07:10:25.544664 \N +4 [] account.invoice.report [('type', '=', 'out_refund')] \N By Refund 1 1 f 2019-03-20 06:39:13.995111 {'group_by': ['date:month', 'user_id']} t 2019-03-20 07:10:25.544664 \N +5 [] account.invoice.report [] \N By Country 1 1 f 2019-03-20 06:39:13.995111 {'group_by': ['date:month', 'country_id']} t 2019-03-20 07:10:25.544664 \N +6 [] sale.report ['&', ('date','<=', time.strftime('%%Y-12-31')), '&', ('date','>=',time.strftime('%%Y-01-01')), ('state','not in',('cancel',))] \N Sales Funnel 1 1 f 2019-03-20 06:48:18.928036 {'group_by': ['state'], 'measures': ['price_subtotal']} t 2019-03-20 07:11:19.263357 \N +7 [] sale.report [] \N By Salespersons 1 1 f 2019-03-20 06:48:18.928036 {'group_by': ['date:month', 'user_id']} t 2019-03-20 07:11:19.263357 \N +8 [] sale.report [] \N By Salesteam 1 1 f 2019-03-20 06:48:18.928036 {'group_by': ['date:month', 'team_id']} t 2019-03-20 07:11:19.263357 \N +9 [] sale.report [] \N By Product 1 1 f 2019-03-20 06:48:18.928036 {'group_by': ['date:month', 'product_id']} t 2019-03-20 07:11:19.263357 \N +10 [] purchase.report [('state','<>','cancel')] \N Monthly Purchases 1 1 f 2019-03-20 06:51:48.756782 {'group_by': ['category_id'], 'col_group_by': ['date_order:month'], 'measures': ['unit_quantity']} t 2019-03-20 07:12:52.487574 \N +11 [] purchase.report [('state','<>','draft'),('state','<>','cancel')] \N Price Per Vendor 1 1 f 2019-03-20 06:51:48.756782 {'group_by': ['partner_id'], 'col_group_by': ['product_id'], 'measures': ['price_average']} t 2019-03-20 07:12:52.487574 \N +12 [] purchase.report [('state','<>','draft'),('state','<>','cancel')] \N Average Delivery Time 1 1 f 2019-03-20 06:51:48.756782 {'group_by': ['partner_id'], 'measures': ['delay_pass']} t 2019-03-20 07:12:52.487574 \N +\. + + +-- +-- Name: ir_filters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_filters_id_seq', 12, true); + + +-- +-- Data for Name: ir_logging; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_logging (id, create_uid, create_date, name, level, message, func, write_date, path, line, write_uid, type, dbname) FROM stdin; +\. + + +-- +-- Name: ir_logging_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_logging_id_seq', 1, false); + + +-- +-- Data for Name: ir_mail_server; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_mail_server (id, create_uid, name, sequence, write_uid, smtp_port, smtp_host, smtp_user, smtp_pass, smtp_debug, write_date, active, create_date, smtp_encryption) FROM stdin; +1 1 localhost 10 1 25 localhost \N \N f 2019-03-20 06:35:24.381189 t 2019-03-20 06:35:24.381189 none +\. + + +-- +-- Name: ir_mail_server_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_mail_server_id_seq', 1, true); + + +-- +-- Data for Name: ir_model; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model (id, model, name, state, info, transient, create_uid, write_uid, write_date, create_date) FROM stdin; +16 ir.actions.actions ir.actions.actions base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +14 ir.ui.view.custom ir.ui.view.custom base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +4 ir.model.fields Fields base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +18 ir.actions.act_window ir.actions.act_window base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +1 base base base The base model, which is implicitly inherited by all models. f \N \N \N \N +2 _unknown _unknown base \n Abstract model used as a substitute for relational fields with an unknown\n comodel.\n f \N \N \N \N +17 ir.actions.report.xml ir.actions.report.xml base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +5 ir.model.constraint ir.model.constraint base \n This model tracks PostgreSQL foreign keys and constraints used by Odoo\n models.\n f \N \N \N \N +6 ir.model.relation ir.model.relation base \n This model tracks PostgreSQL tables used to implement Odoo many2many\n relations.\n f \N \N \N \N +7 ir.model.access ir.model.access base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +9 wizard.ir.model.menu.create wizard.ir.model.menu.create base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +10 ir.sequence ir.sequence base Sequence model.\n\n The sequence model allows to define and use so-called sequence objects.\n Such objects are used to generate unique identifiers in a transaction-safe\n way.\n\n f \N \N \N \N +11 ir.sequence.date_range ir.sequence.date_range base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +12 ir.needaction_mixin ir.needaction_mixin base Mixin class for objects using the need action feature.\n\n Need action feature can be used by models that have to be able to\n signal that an action is required on a particular record. If in\n the business logic an action must be performed by somebody, for\n instance validation by a manager, this mechanism allows to set a\n list of users asked to perform an action.\n\n Models using the 'need_action' feature should override the\n ``_needaction_domain_get`` method. This method returns a\n domain to filter records requiring an action for a specific user.\n\n This class also offers several global services:\n - ``_needaction_count``: returns the number of actions uid has to perform\n f \N \N \N \N +3 ir.model Models base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +13 ir.ui.menu ir.ui.menu base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +19 ir.actions.act_window.view ir.actions.act_window.view base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +20 ir.actions.act_window_close ir.actions.act_window_close base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +21 ir.actions.act_url ir.actions.act_url base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +15 ir.ui.view ir.ui.view base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +30 ir.translation ir.translation base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +22 ir.actions.server ir.actions.server base Add email option in server actions. f \N \N \N \N +37 ir.fields.converter ir.fields.converter base The base model, which is implicitly inherited by all models. f \N \N \N \N +23 ir.server.object.lines Server Action value mapping base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +35 ir.autovacuum ir.autovacuum base Expose the vacuum method to the cron jobs mechanism. f \N \N \N \N +24 ir.actions.todo Configuration Wizards base \n Configuration Wizards\n f \N \N \N \N +25 ir.actions.client ir.actions.client base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +27 ir.cron ir.cron base Model describing cron jobs (also called actions or tasks).\n f \N \N \N \N +28 ir.filters Filters base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +31 ir.exports ir.exports base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +32 ir.exports.line ir.exports.line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +33 ir.rule ir.rule base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +34 ir.config_parameter ir.config_parameter base Per-database storage of configuration key-value pairs. f \N \N \N \N +36 ir.mail_server ir.mail_server base Represents an SMTP server, able to send outgoing emails, with SSL and TLS capabilities. f \N \N \N \N +38 ir.qweb.field ir.qweb.field base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +39 ir.qweb.field.integer ir.qweb.field.integer base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +56 workflow workflow base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +57 workflow.activity workflow.activity base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +47 ir.qweb.field.image ir.qweb.field.image base \n Widget options:\n\n ``class``\n set as attribute on the generated tag\n f \N \N \N \N +51 ir.qweb.field.contact ir.qweb.field.contact base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +44 ir.qweb.field.selection ir.qweb.field.selection base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +46 ir.qweb.field.html ir.qweb.field.html base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +49 ir.qweb.field.duration ir.qweb.field.duration base ``duration`` converter, to display integral or fractional values as\n human-readable time spans (e.g. 1.5 as "1 hour 30 minutes").\n\n Can be used on any numerical field.\n\n Has a mandatory option ``unit`` which can be one of ``second``, ``minute``,\n ``hour``, ``day``, ``week`` or ``year``, used to interpret the numerical\n field value before converting it.\n\n Sub-second values will be ignored.\n f \N \N \N \N +41 ir.qweb.field.date ir.qweb.field.date base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +50 ir.qweb.field.relative ir.qweb.field.relative base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +52 ir.qweb.field.qweb ir.qweb.field.qweb base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +42 ir.qweb.field.datetime ir.qweb.field.datetime base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +53 ir.qweb ir.qweb base QWeb object for rendering editor stuff\n f \N \N \N \N +43 ir.qweb.field.text ir.qweb.field.text base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +55 ir.logging ir.logging base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +45 ir.qweb.field.many2one ir.qweb.field.many2one base Used to convert a t-field specification into an output HTML field.\n\n :meth:`~.to_html` is the entry point of this conversion from QWeb, it:\n\n * converts the record value to html using :meth:`~.record_to_html`\n * generates the metadata attributes (``data-oe-``) to set on the root\n result node\n * generates the root result node itself through :meth:`~.render_element`\n f \N \N \N \N +54 ir.http HTTP routing base The base model, which is implicitly inherited by all models. f \N \N \N \N +58 workflow.transition workflow.transition base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +59 workflow.instance workflow.instance base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +60 workflow.workitem workflow.workitem base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +61 workflow.triggers workflow.triggers base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +62 ir.module.category Application base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +63 ir.module.module Module base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +64 ir.module.module.dependency Module dependency base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +66 base.language.install Install Language base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +67 base.language.import Language Import base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +68 base.module.upgrade Module Upgrade base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +69 base.module.configuration base.module.configuration base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +70 base.language.export base.language.export base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +71 base.update.translations base.update.translations base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +72 report.base.report_irmodulereference report.base.report_irmodulereference base The base model, which is implicitly inherited by all models. f \N \N \N \N +73 res.country Country base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +75 res.country.state Country state base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +76 res.lang Languages base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +77 res.partner.category Partner Tags base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +78 res.partner.title res.partner.title base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +79 res.partner Partner base Update partner to add a field about notification preferences. Add a generic opt-out field that can be used\n to restrict usage of automatic email templates. f \N \N \N \N +82 res.config res.config base Base classes for new-style configuration items\n\n Configuration items should inherit from this class, implement\n the execute method (and optionally the cancel one) and have\n their view inherit from the related res_config_view_base view.\n t \N \N \N \N +80 res.bank Bank base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +88 res.company Companies base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +84 res.config.settings res.config.settings base Base configuration wizard for application settings. It provides support for setting\n default values, assigning groups to employee users, and installing modules.\n To make such a 'settings' wizard, define a model like::\n\n class MyConfigWizard(models.TransientModel):\n _name = 'my.settings'\n _inherit = 'res.config.settings'\n\n default_foo = fields.type(..., default_model='my.model'),\n group_bar = fields.Boolean(..., group='base.group_user', implied_group='my.group'),\n module_baz = fields.Boolean(...),\n other_field = fields.type(...),\n\n The method ``execute`` provides some support based on a naming convention:\n\n * For a field like 'default_XXX', ``execute`` sets the (global) default value of\n the field 'XXX' in the model named by ``default_model`` to the field's value.\n\n * For a boolean field like 'group_XXX', ``execute`` adds/removes 'implied_group'\n to/from the implied groups of 'group', depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a selection field like 'group_XXX' composed of 2 integers values ('0' and '1'),\n ``execute`` adds/removes 'implied_group' to/from the implied groups of 'group', \n depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a boolean field like 'module_XXX', ``execute`` triggers the immediate\n installation of the module named 'XXX' if the field has value ``True``.\n\n * For a selection field like 'module_XXX' composed of 2 integers values ('0' and '1'), \n ``execute`` triggers the immediate installation of the module named 'XXX' \n if the field has the integer value ``1``.\n\n * For the other fields, the method ``execute`` invokes all methods with a name\n that starts with 'set_'; such methods can be defined to implement the effect\n of those fields.\n\n The method ``default_get`` retrieves values that reflect the current status of the\n fields like 'default_XXX', 'group_XXX' and 'module_XXX'. It also invokes all methods\n with a name that starts with 'get_default_'; such methods can be defined to provide\n current values for other fields.\n t \N \N \N \N +85 res.currency Currency base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +86 res.currency.rate Currency Rate base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +87 res.font Fonts available base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +81 res.partner.bank Bank Accounts base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +90 res.users.log res.users.log base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +92 change.password.wizard Change Password Wizard base A wizard to manage the change of users' passwords. t \N \N \N \N +93 change.password.user Change Password Wizard User base A model to configure users in the change password wizard. t \N \N \N \N +94 res.request.link res.request.link base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +89 res.groups Access Groups base A portal is simply a group of users with the flag 'is_portal' set to True.\n The flag 'is_portal' makes a user group usable as a portal.\n f \N \N \N \N +95 ir.property ir.property base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +40 ir.qweb.field.float ir.qweb.field.float base Override qweb.field.float to add a `decimal_precision` domain option\n and use that instead of the column's own value if it is specified\n f \N \N \N \N +99 web_tour.tour Tours base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +26 ir.attachment ir.attachment base Attachments are used to link binary files or url to any openerp document.\n\n External attachment storage\n ---------------------------\n\n The computed field ``datas`` is implemented using ``_file_read``,\n ``_file_write`` and ``_file_delete``, which can be overridden to implement\n other storage engines. Such methods should check for other location pseudo\n uri (example: hdfs://hadoopserver).\n\n The default implementation is the file:dirname location that stores files\n on the local filesystem using name based on their sha1 hash\n f \N \N \N \N +96 web_editor.converter.test web_editor.converter.test base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +97 web_editor.converter.test.sub web_editor.converter.test.sub base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +98 web.planner Planner base Planner Model.\n Each Planner has link to an ir.ui.view record that is a template used\n to display the planner pages.\n Each Planner has link to ir.ui.menu record that is a top menu used to display the\n planner launcher(progressbar)\n\n Method _prepare__data(self) (model method) that\n generates the values used to display in specific planner pages\n f \N \N \N \N +100 base_import.import base_import.import base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +101 base_import.tests.models.char base_import.tests.models.char base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +102 base_import.tests.models.char.required base_import.tests.models.char.required base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +103 base_import.tests.models.char.readonly base_import.tests.models.char.readonly base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +104 base_import.tests.models.char.states base_import.tests.models.char.states base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +105 base_import.tests.models.char.noreadonly base_import.tests.models.char.noreadonly base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +106 base_import.tests.models.char.stillreadonly base_import.tests.models.char.stillreadonly base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +107 base_import.tests.models.m2o base_import.tests.models.m2o base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +108 base_import.tests.models.m2o.related base_import.tests.models.m2o.related base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +109 base_import.tests.models.m2o.required base_import.tests.models.m2o.required base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +110 base_import.tests.models.m2o.required.related base_import.tests.models.m2o.required.related base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +119 mail.message.subtype Message subtypes base Class holding subtype definition for messages. Subtypes allow to tune\n the follower subscription, allowing only some subtypes to be pushed\n on the Wall. f \N \N \N \N +115 decimal.precision.test decimal.precision.test base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +151 product.attribute Product Attribute base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +152 product.attribute.value product.attribute.value base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +116 bus.bus bus.bus base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +117 bus.presence User Presence base User Presence\n Its status is 'online', 'away' or 'offline'. This model should be a one2one, but is not\n attached to res_users to avoid database concurrence errors. Since the 'update' method is executed\n at each poll, if the user have multiple opened tabs, concurrence errors can happend, but are 'muted-logged'.\n f \N \N \N \N +111 base_import.tests.models.o2m base_import.tests.models.o2m base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +112 base_import.tests.models.o2m.child base_import.tests.models.o2m.child base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +113 base_import.tests.models.preview base_import.tests.models.preview base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +120 mail.tracking.value Mail Tracking Value base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +122 mail.alias.mixin mail.alias.mixin base A mixin for models that inherits mail.alias. This mixin initializes the\n alias_id column in database, and manages the expected one-to-one\n relation between your model and mail aliases.\n f \N \N \N \N +123 mail.followers Document Followers base mail_followers holds the data related to the follow mechanism inside\n Odoo. Partners can choose to follow documents (records) of any kind\n that inherits from mail.thread. Following documents allow to receive\n notifications for new messages. A subscription is characterized by:\n\n :param: res_model: model of the followed objects\n :param: res_id: ID of resource (may be 0 for every objects)\n f \N \N \N \N +124 mail.notification Message Notifications base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +125 mail.message Message base Messages model: system notification (replacing res.log notifications),\n comments (OpenChatter discussion) and incoming emails. f \N \N \N \N +153 product.attribute.price product.attribute.price base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +114 decimal.precision decimal.precision base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +126 mail.mail Outgoing Mails base Model holding RFC2822 email messages to send. This model also provides\n facilities to queue and send new email messages. f \N \N \N \N +150 product.supplierinfo Information about a product vendor base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +149 product.packaging Packaging base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +128 mail.channel.partner Last Seen Many2many base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +129 mail.channel Discussion channel base A mail.channel is a discussion group that may behave like a listener\n on documents. f \N \N \N \N +130 mail.template Email Templates base Templates for sending email f \N \N \N \N +131 mail.shortcode Canned Response / Shortcode base Shortcode\n Canned Responses, allowing the user to defined shortcuts in its message. Should be applied before storing message in database.\n Emoji allowing replacing text with image for visual effect. Should be applied when the message is displayed (only for final rendering).\n These shortcodes are global and are available for every user.\n f \N \N \N \N +132 publisher_warranty.contract publisher_warranty.contract base The base model, which is implicitly inherited by all models. f \N \N \N \N +133 mail.wizard.invite Invite wizard base Wizard to invite partners (or channels) and make them followers. t \N \N \N \N +135 email_template.preview Email Template Preview base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +136 mail.test Test Mail Model base A mail.channel is a discussion group that may behave like a listener\n on documents. f \N \N \N \N +137 report.abstract_report report.abstract_report base Model used to embed old style reports f \N \N \N \N +138 ir.qweb.field.barcode ir.qweb.field.barcode base ``barcode`` widget rendering, inserts a data:uri-using image tag in the\n document. May be overridden by e.g. the website module to generate links\n instead.\n f \N \N \N \N +139 report Report base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +140 report.paperformat Allows customization of a report. base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +141 account.analytic.tag Analytic Tags base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +142 account.analytic.account Analytic Account base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +143 account.analytic.line Analytic Line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +144 fetchmail.server POP/IMAP Server base Incoming POP/IMAP mail server account f \N \N \N \N +148 product.product Product base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +147 product.price.history product.price.history base Keep track of the ``product.template`` standard prices as they are changed. f \N \N \N \N +146 product.category Product Category base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +168 account.tax.group account.tax.group base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +167 account.journal Journal base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +74 res.country.group Country Group base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +159 report.product.report_pricelist report.product.report_pricelist base The base model, which is implicitly inherited by all models. f \N \N \N \N +157 product.uom.categ Product UoM Categories base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +156 product.pricelist.item Pricelist item base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +154 product.attribute.line product.attribute.line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +172 account.abstract.payment Contains the logic shared between models which allows to register payments base The base model, which is implicitly inherited by all models. f \N \N \N \N +160 product.price_list Price List base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +161 account.fiscal.position Fiscal Position base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +162 account.fiscal.position.tax Taxes Fiscal Position base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +163 account.fiscal.position.account Accounts Fiscal Position base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +164 account.account.type Account Type base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +165 account.account.tag Account Tag base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +166 account.account Account base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +155 product.pricelist Pricelist base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +169 account.tax Tax base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +170 account.reconcile.model Preset to create journal entries during a invoices and payments matching base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +171 account.payment.method Payment Methods base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +158 product.uom Product Unit of Measure base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +191 account.tax.template Templates for Taxes base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +190 account.chart.template Templates for Account Chart base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +177 account.invoice.tax Invoice Tax base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +178 account.payment.term Payment Term base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +179 account.payment.term.line Payment Term Line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +180 account.cashbox.line CashBox Line base Cash Box Details f \N \N \N \N +181 account.bank.statement.cashbox Account Bank Statement Cashbox Details base \n Account Bank Statement popup that allows entering cash details.\n f \N \N \N \N +182 account.bank.statement.closebalance Account Bank Statement closing balance base \n Account Bank Statement wizard that check that closing balance is correct.\n t \N \N \N \N +183 account.bank.statement Bank Statement base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +185 account.move Account Entry base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +186 account.move.line Journal Item base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +187 account.partial.reconcile Partial Reconcile base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +188 account.full.reconcile Full Reconcile base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +189 account.account.template Templates for Accounts base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +192 account.fiscal.position.template Template for Fiscal Position base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +193 account.fiscal.position.tax.template Template Tax Fiscal Position base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +194 account.fiscal.position.account.template Template Account Fiscal Mapping base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +176 account.invoice.line Invoice Line base Override AccountInvoice_line to add the link to the purchase order line it is related to f \N \N \N \N +175 account.invoice Invoice base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +174 account.payment Payments base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +195 wizard.multi.charts.accounts wizard.multi.charts.accounts base \n Create a new account chart for a company.\n Wizards ask for:\n * a company\n * an account chart template\n * a number of digits for formatting code of non-view accounts\n * a list of bank accounts owned by the company\n Then, the wizard:\n * generates all accounts from the template and assigns them to the right company\n * generates all taxes and tax codes, changing account assignations\n * generates all accounting properties and assigns them correctly\n t \N \N \N \N +196 account.bank.accounts.wizard account.bank.accounts.wizard base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +197 account.reconcile.model.template account.reconcile.model.template base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +199 account.move.line.reconcile Account move line reconcile base \n Account move line reconcile wizard, it checks for the write off the reconcile entry or directly reconcile.\n t \N \N \N \N +200 account.move.line.reconcile.writeoff Account move line reconcile (writeoff) base \n It opens the write off wizard form, in that user can define the journal, account, analytic account for reconcile\n t \N \N \N \N +201 account.unreconcile Account Unreconcile base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +202 account.invoice.refund Invoice Refund base Refunds invoice t \N \N \N \N +203 account.invoice.confirm Confirm the selected invoices base \n This wizard will confirm the all the selected draft invoices\n t \N \N \N \N +204 account.invoice.cancel Cancel the Selected Invoices base \n This wizard will cancel the all the selected invoices.\n If in the journal, the option allow cancelling entry is not selected then it will give warning message.\n t \N \N \N \N +205 validate.account.move Validate Account Move base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +206 cash.box.in cash.box.in base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +207 cash.box.out cash.box.out base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +208 account.move.reversal Account move reversal base \n Account move reversal wizard, it cancel an account move by reversing it.\n t \N \N \N \N +209 account.common.report Account Common Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +210 account.common.account.report Account Common Account Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +211 account.common.partner.report Account Common Partner Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +212 account.common.journal.report Account Common Journal Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +213 account.print.journal Account Print Journal base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +214 account.report.general.ledger General Ledger Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +223 report.account.report_generalledger report.account.report_generalledger base The base model, which is implicitly inherited by all models. f \N \N \N \N +215 account.report.partner.ledger Account Partner Ledger base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +216 account.balance.report Trial Balance Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +217 accounting.report Accounting Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +184 account.bank.statement.line Bank Statement Line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +235 account.bank.statement.import Import Bank Statement base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +218 account.aged.trial.balance Account Aged Trial balance Report base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +219 tax.adjustments.wizard Wizard for Tax Adjustments base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +220 account.financial.report Account Report base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +233 procurement.order Procurement base Procurement Orders f \N \N \N \N +222 report.account.report_overdue report.account.report_overdue base The base model, which is implicitly inherited by all models. f \N \N \N \N +224 report.account.report_trialbalance report.account.report_trialbalance base The base model, which is implicitly inherited by all models. f \N \N \N \N +225 report.account.report_financial report.account.report_financial base The base model, which is implicitly inherited by all models. f \N \N \N \N +226 report.account.report_agedpartnerbalance report.account.report_agedpartnerbalance base The base model, which is implicitly inherited by all models. f \N \N \N \N +227 report.account.report_partnerledger report.account.report_partnerledger base The base model, which is implicitly inherited by all models. f \N \N \N \N +228 report.account.report_journal report.account.report_journal base The base model, which is implicitly inherited by all models. f \N \N \N \N +229 portal.wizard Portal Access Management base \n A wizard to manage the creation/removal of portal users.\n t \N \N \N \N +230 portal.wizard.user Portal User Config base \n A model to configure users in the portal wizard.\n t \N \N \N \N +234 procurement.order.compute.all Compute all schedulers base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +221 account.invoice.report Invoices Statistics base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +232 procurement.rule Procurement Rule base Pull rules f \N \N \N \N +241 payment.token payment.token base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +236 account.bank.statement.import.journal.creation Import Bank Statement Journal Creation Wizard base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +275 stock.warehouse.orderpoint Minimum Inventory Rule base Defines Minimum stock rules. f \N \N \N \N +276 stock.scrap stock.scrap base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +277 report.stock.lines.date Dates of Inventories and latest Moves base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +237 account.voucher Accounting Voucher base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +238 account.voucher.line Voucher Lines base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +272 stock.quant Quants base Quants are the smallest unit of stock physical instances f \N \N \N \N +271 stock.picking Transfer base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +273 stock.quant.package Physical Packages base Packages containing quants and/or other packages f \N \N \N \N +278 report.stock.forecast report.stock.forecast base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +242 rounding.off rounding.off base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +243 account.count.report Count of account heads in sale orders over a period base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +244 account.report Account reports for actual & received amount base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +173 account.register.payments Register payments on multiple invoices base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +240 payment.transaction Payment Transaction base Transaction Model. Each specific acquirer can extend the model by adding\n its own fields.\n\n Methods that can be added in an acquirer-specific implementation:\n\n - ``_create``: method receiving values used when creating a new\n transaction and that returns a dictionary that will update those values.\n This method can be used to tweak some transaction values.\n\n Methods defined for convention, depending on your controllers:\n\n - ``_form_feedback(self, data)``: method that handles the data coming\n from the acquirer after the transaction. It will generally receives data\n posted by the acquirer after the transaction.\n f \N \N \N \N +274 stock.warehouse Warehouse base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +134 mail.compose.message Email composition wizard base Generic message composition wizard. You may inherit from this wizard\n at model and view levels to provide specific features.\n\n The behavior of the wizard depends on the composition_mode field:\n - 'comment': post on a record. The wizard is pre-populated via ``get_record_data``\n - 'mass_mail': wizard in mass mailing mode where the mail details can\n contain template placeholders that will be merged with actual data\n before being sent to each recipient.\n t \N \N \N \N +247 barcodes.barcode_events_mixin barcodes.barcode_events_mixin base Mixin class for objects reacting when a barcode is scanned in their form views\n which contains ``.\n Models using this mixin must implement the method on_barcode_scanned. It works\n like an onchange and receives the scanned barcode in parameter.\n f \N \N \N \N +253 sale.report Sales Orders Statistics base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +246 barcode.rule barcode.rule base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +291 village.village village.village base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +250 sale.order Sales Order base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +245 barcode.nomenclature barcode.nomenclature base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +280 stock.return.picking Return Picking base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +254 sale.advance.payment.inv Sales Advance Payment Invoice base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +279 stock.return.picking.line stock.return.picking.line base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +252 sale.layout_category sale.layout_category base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +248 crm.team Sales Team base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +251 sale.order.line Sales Order Line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +263 stock.location.route Inventory Routes base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +266 stock.pack.operation Packing Operation base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +268 stock.move.operation.link Pack Operation / Moves Link base Make link between stock.move and stock.pack.operation in order to compute\n the remaining quantities on each of those objects. f \N \N \N \N +231 procurement.group Procurement Requisition base \n The procurement group class is used to group products together\n when computing procurements. (tasks, physical products, ...)\n\n The goal is that when you have one sale order of several products\n and the products are pulled from the same or several location(s), to keep\n having the moves grouped into pickings that represent the sale order.\n\n Used in: sales order (to group delivery order lines like the so), pull/push\n rules (to pack like the delivery order), on orderpoints (e.g. for wave picking\n all the similar products together).\n\n Grouping is made only if the source and the destination is the same.\n Suppose you have 4 lines on a picking from Output where 2 lines will need\n to come from Input (crossdock) and 2 lines coming from Stock -> Output As\n the four procurement orders will have the same group ids from the SO, the\n move from input will have a stock.picking with 2 grouped lines and the move\n from stock will have 2 grouped lines also.\n\n The name is usually the name of the original document (sale order) or a\n sequence computed if created manually.\n f \N \N \N \N +270 stock.picking.type The picking type determines the picking view base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +260 stock.inventory Inventory base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +255 product.removal Removal Strategy base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +256 product.putaway Put Away Strategy base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +257 stock.fixed.putaway.strat stock.fixed.putaway.strat base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +259 stock.incoterms Incoterms base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +262 stock.location Inventory Locations base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +261 stock.inventory.line Inventory Line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +264 stock.location.path Pushed Flow base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +265 stock.move Stock Move base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +267 stock.pack.operation.lot Lot/Serial number for pack ops base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +286 stock.history stock.history base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +287 stock.change.standard.price Change Standard Price base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +288 wizard.valuation.history Wizard that opens the stock valuation history table base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +285 stock.backorder.confirmation Backorder Confirmation base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +281 stock.change.product.qty Change Product Quantity base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +282 make.procurement Make Procurements base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +283 procurement.orderpoint.compute Compute Minimum Stock Rules base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +284 stock.immediate.transfer Immediate Transfer base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +145 product.template Product Template base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +91 res.users Users base Update of res.users class\n - add a preference about sending emails about notifications\n - make a new user follow itself\n - add a welcome message\n - add suggestion preference\n - if adding groups to an user, check mail.channels linked to this user\n group, and the user. This is done by overriding the write method.\n f \N \N \N \N +289 state.district state.district base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +290 district.tehsil district.tehsil base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +269 stock.production.lot Lot/Serial base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +304 purchase.config.settings purchase.config.settings base Base configuration wizard for application settings. It provides support for setting\n default values, assigning groups to employee users, and installing modules.\n To make such a 'settings' wizard, define a model like::\n\n class MyConfigWizard(models.TransientModel):\n _name = 'my.settings'\n _inherit = 'res.config.settings'\n\n default_foo = fields.type(..., default_model='my.model'),\n group_bar = fields.Boolean(..., group='base.group_user', implied_group='my.group'),\n module_baz = fields.Boolean(...),\n other_field = fields.type(...),\n\n The method ``execute`` provides some support based on a naming convention:\n\n * For a field like 'default_XXX', ``execute`` sets the (global) default value of\n the field 'XXX' in the model named by ``default_model`` to the field's value.\n\n * For a boolean field like 'group_XXX', ``execute`` adds/removes 'implied_group'\n to/from the implied groups of 'group', depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a selection field like 'group_XXX' composed of 2 integers values ('0' and '1'),\n ``execute`` adds/removes 'implied_group' to/from the implied groups of 'group', \n depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a boolean field like 'module_XXX', ``execute`` triggers the immediate\n installation of the module named 'XXX' if the field has value ``True``.\n\n * For a selection field like 'module_XXX' composed of 2 integers values ('0' and '1'), \n ``execute`` triggers the immediate installation of the module named 'XXX' \n if the field has the integer value ``1``.\n\n * For the other fields, the method ``execute`` invokes all methods with a name\n that starts with 'set_'; such methods can be defined to implement the effect\n of those fields.\n\n The method ``default_get`` retrieves values that reflect the current status of the\n fields like 'default_XXX', 'group_XXX' and 'module_XXX'. It also invokes all methods\n with a name that starts with 'get_default_'; such methods can be defined to provide\n current values for other fields.\n t \N \N \N \N +48 ir.qweb.field.monetary ir.qweb.field.monetary base ``monetary`` converter, has a mandatory option\n ``display_currency`` only if field is not of type Monetary.\n Otherwise, if we are in presence of a monetary field, the field definition must\n have a currency_field attribute set.\n\n The currency is used for formatting *and rounding* of the float value. It\n is assumed that the linked res_currency has a non-empty rounding value and\n res.currency's ``round`` method is used to perform rounding.\n\n .. note:: the monetary converter internally adds the qweb context to its\n options mapping, so that the context is available to callees.\n It's set under the ``_values`` key.\n f \N \N \N \N +302 purchase.order Purchase Order base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +292 atom.event.worker atom.event.worker base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +293 event.records Class for publishing events for changes done in odoo and needs to be synced with bahmni base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +294 drug.service.create Intermediate Class for creating products, through api call base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +295 product.uom.service product.uom.service base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +296 order.type order.type base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +297 order.picking.type.mapping order.picking.type.mapping base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +298 syncable.units Units allowed to Sync as it is base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +299 atom.feed.marker atom.feed.marker base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +300 order.save.service order.save.service base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +301 stock.location.product.dhis2 DHIS2 Export product stock at location base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +303 purchase.order.line Purchase Order Line base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +8 ir.model.data ir.model.data base Holds external identifier keys for records in the database.\n This has two main uses:\n\n * allows easy data integration with third-party systems,\n making import/export/sync of data possible, as records\n can be uniquely identified across multiple systems\n * allows tracking the origin of data installed by Odoo\n modules themselves, thus making it possible to later\n update them seamlessly.\n f \N \N \N \N +29 ir.values ir.values base Holds internal model-specific action bindings and user-defined default\n field values. definitions. This is a legacy internal model, mixing\n two different concepts, and will likely be updated or replaced in a\n future version by cleaner, separate models. You should not depend\n explicitly on it.\n\n The purpose of each ``ir.values`` entry depends on its type, defined\n by the ``key`` column:\n\n * 'default': user-defined default values, used when creating new\n records of this model:\n * 'action': binding of an action to a particular *action slot* of\n this model, making the action easily available in the user\n interface for this model.\n\n The ``key2`` column acts as a qualifier, further refining the type\n of the entry. The possible values are:\n\n * for 'default' entries: an optional condition restricting the\n cases where this particular default value will be applicable,\n or ``False`` for no condition\n * for 'action' entries: the ``key2`` qualifier is one of the available\n action slots, defining how this action can be invoked:\n\n * ``'client_print_multi'`` for report printing actions that will\n be available on views displaying items from this model\n * ``'client_action_multi'`` for assistants (wizards) actions\n that will be available in views displaying objects of this model\n * ``'client_action_relate'`` for links towards related documents\n that should be available in views displaying objects of this model\n * ``'tree_but_open'`` for actions that will be triggered when\n double-clicking an item from this model in a hierarchical tree view\n\n Each entry is specific to a model (``model`` column), and for ``'actions'``\n type, may even be made specific to a given record of that model when the\n ``res_id`` column contains a record ID (``False`` means it's global for\n all records).\n\n The content of the entry is defined by the ``value`` column, which may either\n contain an arbitrary value, or a reference string defining the action that\n should be executed.\n\n .. rubric:: Usage: default values\n \n The ``'default'`` entries are usually defined manually by the\n users, and set by their UI clients calling :meth:`~.set_default`.\n These default values are then automatically used by the\n ORM every time a new record is about to be created, i.e. when\n :meth:`~odoo.models.Model.default_get`\n or :meth:`~odoo.models.Model.create` are called.\n\n .. rubric:: Usage: action bindings\n\n Business applications will usually bind their actions during\n installation, and Odoo UI clients will apply them as defined,\n based on the list of actions included in the result of\n :meth:`~odoo.models.Model.fields_view_get`,\n or directly returned by explicit calls to :meth:`~.get_actions`.\n f \N \N \N \N +65 base.module.update Update Module base Model super-class for transient records, meant to be temporarily\n persisted, and regularly vacuum-cleaned.\n\n A TransientModel has a simplified access rights management, all users can\n create new records, and may only access the records they created. The super-\n user has unrestricted access to all TransientModel records.\n t \N \N \N \N +83 res.config.installer res.config.installer base New-style configuration base specialized for addons selection\n and installation.\n\n Basic usage\n -----------\n\n Subclasses can simply define a number of boolean fields. The field names\n should be the names of the addons to install (when selected). Upon action\n execution, selected boolean fields (and those only) will be interpreted as\n addons to install, and batch-installed.\n\n Additional addons\n -----------------\n\n It is also possible to require the installation of an additional\n addon set when a specific preset of addons has been marked for\n installation (in the basic usage only, additionals can't depend on\n one another).\n\n These additionals are defined through the ``_install_if``\n property. This property is a mapping of a collection of addons (by\n name) to a collection of addons (by name) [#]_, and if all the *key*\n addons are selected for installation, then the *value* ones will\n be selected as well. For example::\n\n _install_if = {\n ('sale','crm'): ['sale_crm'],\n }\n\n This will install the ``sale_crm`` addon if and only if both the\n ``sale`` and ``crm`` addons are selected for installation.\n\n You can define as many additionals as you wish, and additionals\n can overlap in key and value. For instance::\n\n _install_if = {\n ('sale','crm'): ['sale_crm'],\n ('sale','project'): ['sale_service'],\n }\n\n will install both ``sale_crm`` and ``sale_service`` if all of\n ``sale``, ``crm`` and ``project`` are selected for installation.\n\n Hook methods\n ------------\n\n Subclasses might also need to express dependencies more complex\n than that provided by additionals. In this case, it's possible to\n define methods of the form ``_if_%(name)s`` where ``name`` is the\n name of a boolean field. If the field is selected, then the\n corresponding module will be marked for installation *and* the\n hook method will be executed.\n\n Hook methods take the usual set of parameters (cr, uid, ids,\n context) and can return a collection of additional addons to\n install (if they return anything, otherwise they should not return\n anything, though returning any "falsy" value such as None or an\n empty collection will have the same effect).\n\n Complete control\n ----------------\n\n The last hook is to simply overload the ``modules_to_install``\n method, which implements all the mechanisms above. This method\n takes the usual set of parameters (cr, uid, ids, context) and\n returns a ``set`` of addons to install (addons selected by the\n above methods minus addons from the *basic* set which are already\n installed) [#]_ so an overloader can simply manipulate the ``set``\n returned by ``ResConfigInstaller.modules_to_install`` to add or\n remove addons.\n\n Skipping the installer\n ----------------------\n\n Unless it is removed from the view, installers have a *skip*\n button which invokes ``action_skip`` (and the ``cancel`` hook from\n ``res.config``). Hooks and additionals *are not run* when skipping\n installation, even for already installed addons.\n\n Again, setup your hooks accordingly.\n\n .. [#] note that since a mapping key needs to be hashable, it's\n possible to use a tuple or a frozenset, but not a list or a\n regular set\n\n .. [#] because the already-installed modules are only pruned at\n the very end of ``modules_to_install``, additionals and\n hooks depending on them *are guaranteed to execute*. Setup\n your hooks accordingly.\n t \N \N \N \N +305 purchase.report Purchases Orders base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +306 batch.stock.future.forecast Stock report by batch number considering future availabilty base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +307 prod_last_moved.report Products report by last moved base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +308 price.markup.table price.markup.table base Main super-class for regular database-persisted Odoo models.\n\n Odoo models are created by inheriting from this class::\n\n class user(Model):\n ...\n\n The system will later instantiate the class once per database (on\n which the class' module is installed).\n f \N \N \N \N +121 mail.alias Email Aliases base A Mail Alias is a mapping of an email address with a given OpenERP Document\n model. It is used by OpenERP's mail gateway when processing incoming emails\n sent to the system. If the recipient address (To) of the message matches\n a Mail Alias, the message will be either processed following the rules\n of that alias. If the message is a reply it will be attached to the\n existing discussion on the corresponding record, otherwise a new\n record of the corresponding model will be created.\n\n This is meant to be used in combination with a catch-all email configuration\n on the company's mail server, so that as soon as a new mail.alias is\n created, it becomes immediately usable and OpenERP will accept email for it.\n f \N \N \N \N +127 mail.thread Email Thread base mail_thread model is meant to be inherited by any model that needs to\n act as a discussion topic on which messages can be attached. Public\n methods are prefixed with ``message_`` in order to avoid name\n collisions with methods of the models that will inherit from this class.\n\n ``mail.thread`` defines fields used to handle and display the\n communication history. ``mail.thread`` also manages followers of\n inheriting classes. All features and expected behavior are managed\n by mail.thread. Widgets has been designed for the 7.0 and following\n versions of OpenERP.\n\n Inheriting classes are not required to implement any method, as the\n default implementation will work for any model. However it is common\n to override at least the ``message_new`` and ``message_update``\n methods (calling ``super``) to add model-specific behavior at\n creation and update of a thread when processing incoming emails.\n\n Options:\n - _mail_flat_thread: if set to True, all messages without parent_id\n are automatically attached to the first message posted on the\n ressource. If set to False, the display of Chatter is done using\n threads, and no parent_id is automatically set.\n\n MailThread features can be somewhat controlled through context keys :\n\n - ``mail_create_nosubscribe``: at create or message_post, do not subscribe\n uid to the record thread\n - ``mail_create_nolog``: at create, do not log the automatic '\n created' message\n - ``mail_notrack``: at create and write, do not perform the value tracking\n creating messages\n - ``tracking_disable``: at create and write, perform no MailThread features\n (auto subscription, tracking, post, ...)\n - ``mail_save_message_last_post``: at message_post, update message_last_post\n datetime field\n - ``mail_auto_delete``: auto delete mail notifications; True by default\n (technical hack for templates)\n - ``mail_notify_force_send``: if less than 50 email notifications to send,\n send them directly instead of using the queue; True by default\n - ``mail_notify_user_signature``: add the current user signature in\n email notifications; True by default\n f \N \N \N \N +249 sale.config.settings sale.config.settings base Base configuration wizard for application settings. It provides support for setting\n default values, assigning groups to employee users, and installing modules.\n To make such a 'settings' wizard, define a model like::\n\n class MyConfigWizard(models.TransientModel):\n _name = 'my.settings'\n _inherit = 'res.config.settings'\n\n default_foo = fields.type(..., default_model='my.model'),\n group_bar = fields.Boolean(..., group='base.group_user', implied_group='my.group'),\n module_baz = fields.Boolean(...),\n other_field = fields.type(...),\n\n The method ``execute`` provides some support based on a naming convention:\n\n * For a field like 'default_XXX', ``execute`` sets the (global) default value of\n the field 'XXX' in the model named by ``default_model`` to the field's value.\n\n * For a boolean field like 'group_XXX', ``execute`` adds/removes 'implied_group'\n to/from the implied groups of 'group', depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a selection field like 'group_XXX' composed of 2 integers values ('0' and '1'),\n ``execute`` adds/removes 'implied_group' to/from the implied groups of 'group', \n depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a boolean field like 'module_XXX', ``execute`` triggers the immediate\n installation of the module named 'XXX' if the field has value ``True``.\n\n * For a selection field like 'module_XXX' composed of 2 integers values ('0' and '1'), \n ``execute`` triggers the immediate installation of the module named 'XXX' \n if the field has the integer value ``1``.\n\n * For the other fields, the method ``execute`` invokes all methods with a name\n that starts with 'set_'; such methods can be defined to implement the effect\n of those fields.\n\n The method ``default_get`` retrieves values that reflect the current status of the\n fields like 'default_XXX', 'group_XXX' and 'module_XXX'. It also invokes all methods\n with a name that starts with 'get_default_'; such methods can be defined to provide\n current values for other fields.\n t \N \N \N \N +198 account.config.settings account.config.settings base Base configuration wizard for application settings. It provides support for setting\n default values, assigning groups to employee users, and installing modules.\n To make such a 'settings' wizard, define a model like::\n\n class MyConfigWizard(models.TransientModel):\n _name = 'my.settings'\n _inherit = 'res.config.settings'\n\n default_foo = fields.type(..., default_model='my.model'),\n group_bar = fields.Boolean(..., group='base.group_user', implied_group='my.group'),\n module_baz = fields.Boolean(...),\n other_field = fields.type(...),\n\n The method ``execute`` provides some support based on a naming convention:\n\n * For a field like 'default_XXX', ``execute`` sets the (global) default value of\n the field 'XXX' in the model named by ``default_model`` to the field's value.\n\n * For a boolean field like 'group_XXX', ``execute`` adds/removes 'implied_group'\n to/from the implied groups of 'group', depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a selection field like 'group_XXX' composed of 2 integers values ('0' and '1'),\n ``execute`` adds/removes 'implied_group' to/from the implied groups of 'group', \n depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a boolean field like 'module_XXX', ``execute`` triggers the immediate\n installation of the module named 'XXX' if the field has value ``True``.\n\n * For a selection field like 'module_XXX' composed of 2 integers values ('0' and '1'), \n ``execute`` triggers the immediate installation of the module named 'XXX' \n if the field has the integer value ``1``.\n\n * For the other fields, the method ``execute`` invokes all methods with a name\n that starts with 'set_'; such methods can be defined to implement the effect\n of those fields.\n\n The method ``default_get`` retrieves values that reflect the current status of the\n fields like 'default_XXX', 'group_XXX' and 'module_XXX'. It also invokes all methods\n with a name that starts with 'get_default_'; such methods can be defined to provide\n current values for other fields.\n t \N \N \N \N +118 base.config.settings base.config.settings base Inherit the base settings to add a counter of failed email + configure\n the alias domain. t \N \N \N \N +239 payment.acquirer Payment Acquirer base Acquirer Model. Each specific acquirer can extend the model by adding\n its own fields, using the acquirer_name as a prefix for the new fields.\n Using the required_if_provider='' attribute on fields it is possible\n to have required fields that depend on a specific acquirer.\n\n Each acquirer has a link to an ir.ui.view record that is a template of\n a button used to display the payment form. See examples in ``payment_ogone``\n and ``payment_paypal`` modules.\n\n Methods that should be added in an acquirer-specific implementation:\n\n - ``_form_generate_values(self, reference, amount, currency,\n partner_id=False, partner_values=None, tx_custom_values=None)``:\n method that generates the values used to render the form button template.\n - ``_get_form_action_url(self):``: method that returns the url of\n the button form. It is used for example in ecommerce application if you\n want to post some data to the acquirer.\n - ``_compute_fees(self, amount, currency_id, country_id)``: computes\n the fees of the acquirer, using generic fields defined on the acquirer\n model (see fields definition).\n\n Each acquirer should also define controllers to handle communication between\n OpenERP and the acquirer. It generally consists in return urls given to the\n button form and that the acquirer uses to send the customer back after the\n transaction, with transaction details given as a POST request.\n f \N \N \N \N +258 stock.config.settings stock.config.settings base Base configuration wizard for application settings. It provides support for setting\n default values, assigning groups to employee users, and installing modules.\n To make such a 'settings' wizard, define a model like::\n\n class MyConfigWizard(models.TransientModel):\n _name = 'my.settings'\n _inherit = 'res.config.settings'\n\n default_foo = fields.type(..., default_model='my.model'),\n group_bar = fields.Boolean(..., group='base.group_user', implied_group='my.group'),\n module_baz = fields.Boolean(...),\n other_field = fields.type(...),\n\n The method ``execute`` provides some support based on a naming convention:\n\n * For a field like 'default_XXX', ``execute`` sets the (global) default value of\n the field 'XXX' in the model named by ``default_model`` to the field's value.\n\n * For a boolean field like 'group_XXX', ``execute`` adds/removes 'implied_group'\n to/from the implied groups of 'group', depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a selection field like 'group_XXX' composed of 2 integers values ('0' and '1'),\n ``execute`` adds/removes 'implied_group' to/from the implied groups of 'group', \n depending on the field's value.\n By default 'group' is the group Employee. Groups are given by their xml id.\n The attribute 'group' may contain several xml ids, separated by commas.\n\n * For a boolean field like 'module_XXX', ``execute`` triggers the immediate\n installation of the module named 'XXX' if the field has value ``True``.\n\n * For a selection field like 'module_XXX' composed of 2 integers values ('0' and '1'), \n ``execute`` triggers the immediate installation of the module named 'XXX' \n if the field has the integer value ``1``.\n\n * For the other fields, the method ``execute`` invokes all methods with a name\n that starts with 'set_'; such methods can be defined to implement the effect\n of those fields.\n\n The method ``default_get`` retrieves values that reflect the current status of the\n fields like 'default_XXX', 'group_XXX' and 'module_XXX'. It also invokes all methods\n with a name that starts with 'get_default_'; such methods can be defined to provide\n current values for other fields.\n t \N \N \N \N +\. + + +-- +-- Data for Name: ir_model_access; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model_access (id, model_id, perm_read, name, create_uid, write_uid, perm_write, create_date, write_date, perm_unlink, active, perm_create, group_id) FROM stdin; +205 190 t account.chart.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +206 191 t account.tax.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +207 183 t account.bank.statement.group.invoice 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +208 184 t account.bank.statement.line.group.invoice 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +209 183 t account.bank.statement 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +210 184 t account.bank.statement.line 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +211 143 t account.analytic.line manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 22 +212 142 t account.analytic.account 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +213 175 t account.invoice 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +214 176 t account.invoice.line 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +215 177 t account.invoice.tax 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +216 185 t account.move 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +217 186 t account.move.line invoice 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +218 178 t account.payment.term 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +219 179 t account.payment.term.line 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +220 169 t account.tax 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +221 167 t account.journal 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +222 167 t account.journal 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +223 167 t account.journal invoice 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +224 175 t account.invoice group invoice 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +225 85 t res.currency account manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +226 86 t res.currency.rate account manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +227 178 t account.payment.term partner manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +228 179 t account.payment.term.line partner manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +229 161 t account.fiscal.position account.manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +230 162 t account.fiscal.position.tax account.manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +231 163 t account.fiscal.position account.manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +232 161 t account.fiscal.position all 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +233 162 t account.fiscal.position.tax all 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +237 194 t account.fiscal.position.account.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +238 221 t account.invoice.report_user 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +240 221 t account.invoice.report_billing 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +241 79 t res_partner group_account_manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 22 +242 175 t account.invoice accountant 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +243 186 t account.move.line manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 22 +244 185 t account.move manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 22 +245 177 t account.invoice.tax accountant 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +246 143 t account.analytic.line invoice 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +247 176 t account.invoice.line accountant 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +248 166 t account.account invoice 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +249 142 t account.analytic.account accountant 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +250 164 t account.account.type invoice 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +251 220 t account.financial.report 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +252 220 t account.financial.report invoice 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +253 165 t account.account.tag 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +254 165 t account.account.tag 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +255 170 t account.reconcile.model 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +256 197 t account.reconcile.model.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +257 187 t account.partial.reconcile.group.invoice 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t t 20 +258 187 t account.partial.reconcile 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +259 188 t account.full.reconcile.group.invoice 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t t 20 +260 188 t account.full.reconcile 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +261 171 t account.payment.method 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +262 174 t account.payment 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 20 +263 181 t account.bank.statement.cashbox 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +264 180 t account.bank.statement.cashbox.line 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 21 +265 168 t account.tax.group internal user 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +266 168 t account.tax.group 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +267 168 t account.tax.group 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +314 148 t product.product sale use 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +498 157 t product.uom.categ purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +499 158 t product.uom purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +500 146 t product.category purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +484 145 t product.template purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +501 149 t product.packaging purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +502 150 t product.supplierinfo purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +503 79 t res_partner group_purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t t 52 +504 156 t product.pricelist.item purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +505 166 t account.account purchase manager 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +506 167 t account.journal purchase manager 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +507 262 t stock.location purchase manager 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +508 275 t stock.warehouse.orderpoint 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +509 147 t prices.history purchase user 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +510 147 t prices.history purchase manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +511 302 t purchase.order 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 20 +512 303 t purchase.order.line 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 20 +315 169 t account.tax.user 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +316 26 t ir.attachment.sales 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +317 26 t ir.attachment.manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +318 158 t product.uom.user 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +319 155 t product.pricelist.sale.user 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +320 166 t account_account salesman 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +321 157 t product.uom.categ salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +322 158 t product.uom salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +323 146 t product.category salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +324 150 t product.supplierinfo.user 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +325 150 t product.supplierinfo salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +326 155 t product.pricelist salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +327 79 t res_partner group_sale_manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 27 +328 186 t account.move.line invoice 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +329 250 t sale.order 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 20 +330 251 t sale.order.line 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 20 +331 252 t report_layout_category_1 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +332 252 t report_layout_category_2 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 22 +333 252 t report_layout_category_3 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +334 252 t report_layout_category_4 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 26 +335 252 t report_layout_category_5 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 20 +336 156 t product.pricelist.item salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +337 147 t prices.history sale manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +338 145 t product.template salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +339 148 t product.product salemanager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +340 151 t product.attribute manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +341 152 t product.attribute manager value 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +342 153 t product.attribute manager price 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +343 154 t product.attribute manager line 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +344 169 t account.tax sale manager 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +127 114 t decimal.precision configuration 1 1 t 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 t t t 4 +128 114 t decimal.precision 1 1 f 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 f t f \N +129 115 t decimal.precision.test 1 1 t 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 t t t \N +130 116 f bus.bus public 1 1 f 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 f t f \N +131 117 t bus.presence 1 1 t 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 t t t 1 +132 117 t bus.presence 1 1 t 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 t t t 10 +108 96 t access_web_editor_converter_test 1 1 t 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 t t t \N +109 97 t access_web_editor_converter_test_sub 1 1 t 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 t t t \N +110 98 t planner.planner.emp 1 1 t 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 f t f 1 +111 98 t planner.planner.manager 1 1 t 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 t t t 3 +112 98 t planner.planner.portal 1 1 f 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 f t f 10 +113 99 t access_web_tour_tour 1 1 f 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 f t f \N +114 101 t base.import.tests.models.char 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +115 102 t base.import.tests.models.char.required 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +116 103 t base.import.tests.models.char.readonly 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +117 104 t base.import.tests.models.char.states 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +118 105 t base.import.tests.models.char.noreadonly 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +119 106 t base.import.tests.models.char.stillreadonly 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +120 107 t base.import.tests.models.m2o 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +121 108 t base.import.tests.models.m2o.related 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +122 109 t base.import.tests.models.m2o.required 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +123 110 t base.import.tests.models.m2o.required.related 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +124 111 t base.import.tests.models.o2m 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +125 112 t base.import.tests.models.o2m.child 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +126 113 t base.import.tests.models.preview 1 1 t 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 t t t 1 +133 125 t mail.message.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +134 125 t mail.message.portal 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 10 +135 125 t mail.message.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +136 126 t mail.mail.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +137 126 t mail.mail.portal 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t t 10 +138 126 t mail.mail.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t t 1 +139 126 t mail.mail.system 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 4 +140 123 t mail.followers.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +141 123 t mail.followers.portal 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t t 10 +142 123 t mail.followers.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t t 1 +143 123 t mail.followers.system 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 4 +144 124 t mail.notification.portal 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f 10 +145 124 t mail.notification.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t t 1 +146 124 t mail.notification.system 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 4 +147 129 t mail.group.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +148 129 t mail.group.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +149 128 t mail.channel.partner.public 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f 11 +150 128 t mail.channel.partner.portal 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 10 +151 128 t mail.channel.partner.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +152 121 t mail.alias.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +153 121 t mail.alias.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +154 121 t mail.alias.system 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 4 +190 148 t product.product.account.user 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +191 148 t product.product.account.manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +192 145 t product.template.account.manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +193 147 t prices.history.account.manager 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +194 178 t account.payment.term 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +195 179 t account.payment.term.line 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +196 164 t account.account.type 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +197 164 t account.account.type 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +198 169 t account.tax internal user 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +199 166 t account.account 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +200 166 t account.account 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 21 +201 166 t account.account user 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +202 166 t account.account partner manager 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 8 +203 169 t account.tax 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 20 +204 189 t account.account.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +168 140 t ir_actions_report_paperformat group_portal 1 1 f 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 f t f \N +169 140 t ir_actions_report_paperformat group_hr_user 1 1 f 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 f t t \N +170 139 t access_report 1 1 t 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 t t t \N +171 142 t access_account_analytic_account 1 1 t 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 t t t 12 +172 143 t access_account_analytic_line 1 1 t 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 t t t 12 +173 141 t access_account_analytic_tag 1 1 t 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 t t t 12 +174 144 t fetchmail.server 1 1 t 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 t t t 4 +175 157 t product.uom.categ.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +176 158 t product.uom.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +177 146 t product.category.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +178 145 t product.template.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +179 149 t product.packaging.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +180 150 t product.supplierinfo.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +181 155 t product.pricelist.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +182 156 t product.pricelist.item.user 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +183 155 t product.pricelist partner manager 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 8 +184 148 t product.product employee 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +185 147 t prices.history employee 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +186 151 t product.attribute 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +234 163 t account.fiscal.position all 1 1 f 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 f t f 1 +235 192 t account.fiscal.position.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +236 193 t account.fiscal.position.tax.template 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +239 221 t account.invoice.report 1 1 t 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 t t t 22 +292 248 t crm.team 1 1 f 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 f t f 1 +293 248 t crm.team.user 1 1 f 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 f t f 25 +294 248 t crm.team.manager 1 1 t 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 t t t 27 +268 26 t ir.attachment.portal 1 1 f 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 f t t 10 +269 13 t ir.ui.menu.portal 1 1 f 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 f t f 10 +270 233 t procurement.order 1 1 t 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 f t t 1 +271 231 t procurement.group 1 1 t 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 f t t 1 +272 232 t procurement.rule 1 1 t 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 f t t 1 +273 237 t account.voucher 1 1 f 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 f t f 22 +274 238 t account.voucher.line 1 1 f 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 f t f 22 +275 237 t account.voucher invoice 1 1 t 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 t t t 20 +276 238 t account.voucher.line invoice 1 1 t 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 t t t 20 +277 239 t payment.acquirer.all 1 1 f 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 f t f \N +278 239 t payment.acquirer.user 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 f t t 1 +279 239 t payment.acquirer.system 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 t t t 4 +280 240 t payment.transaction.all 1 1 f 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 f t f \N +281 240 t payment.transaction.user 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 f t t 1 +282 240 t payment.transaction.system 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 t t t 4 +283 241 t payment.token.all 1 1 f 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 f t f \N +284 241 t payment.token.user 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 t t t 1 +285 241 t payment.token.portal 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 t t t 10 +286 241 t payment.token.system 1 1 t 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 t t t 4 +295 250 t sale.order 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +296 251 t sale.order.line 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 25 +297 251 t sale.order.line accountant 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 21 +298 177 t account_invoice_tax salesman 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +299 175 t account_invoice salesman 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +300 175 t account_invoice manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +301 176 t account_invoice.line salesman 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +302 178 t account_payment_term salesman 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +303 141 t account.analytic.tag.sale.salesman 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +304 142 t account_analytic_account salesman 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +305 250 t sale.order.manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +306 250 t sale.order.accountant 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 21 +307 253 t sale.report 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 25 +308 253 t sale.report 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 27 +309 95 t ir.property.sales 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 t t t 25 +310 167 t account.journal sale order.user 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +311 79 t res.partner.sale.user 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +312 79 t res.partner.sale.manager 1 1 t 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t t 27 +313 145 t product.template sale use 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +345 167 t account.journal sale manager 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +346 177 t account.invoice.tax sale manager 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +347 168 t account.tax.group sale manager 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 25 +348 166 t account.account sale manager 1 1 f 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 f t f 27 +381 155 t product.pricelist stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +382 95 t ir_property group_stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +383 79 t res_partner group_stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 40 +384 156 t product.pricelist.item stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +385 275 t stock.warehouse.orderpoint 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +386 275 t stock.warehouse.orderpoint system 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +387 272 t stock.quant manager 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 40 +388 272 t stock.quant user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +389 272 t stock.quant all users 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +287 243 t Account Count Report Account User 1 1 t 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 f t t 21 +349 259 t stock.incoterms all 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f \N +350 259 t stock.incoterms manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +351 274 t stock.warehouse.manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +352 274 t stock.warehouse.user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +353 262 t stock.location.partner.manager 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 8 +354 262 t stock.location.manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +355 262 t stock.location.user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +356 271 t stock.picking user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +357 271 t stock.picking manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +358 270 t stock.picking.type all users 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +359 270 t stock.picking.type user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +360 270 t stock.picking.type manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +361 269 t stock.production.lot manager 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 40 +362 269 t stock.production.lot user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +363 265 t stock.move manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +364 265 t stock.move user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +365 260 t stock.inventory user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +366 260 t stock.inventory manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +367 261 t stock.inventory.line user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +368 261 t stock.inventory.line manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +369 262 t stock.location stock manager 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 40 +370 277 t report.stock.lines.date user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +371 277 t report.stock.lines.date manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +372 148 t product_product_stock_user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +373 145 t product.template stock user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +374 157 t product.uom.categ stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +375 158 t product.uom stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +376 146 t product.category stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +377 145 t product.template stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +378 148 t product.product stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +379 149 t product.packaging stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +380 150 t product.supplierinfo stock_manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +458 271 t stock.picking 1 1 f 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 f t f 10 +459 270 t stock.picking.type portal 1 1 f 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 f t f 10 +460 266 t stock.pack.operation portal 1 1 f 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 f t f 10 +461 265 t stock.move 1 1 f 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 f t f 10 +462 275 t stock.warehouse.orderpoint 1 1 f 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 f t f 10 +390 273 t stock.quant.package all users 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +429 175 t account.invoice stock user 1 1 t 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t t 39 +430 176 t account.invoice.line stock user 1 1 t 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t t 39 +431 177 t account.invoice.tax stock user 1 1 t 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t t 39 +432 167 t account.journal stock user 1 1 f 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t f 39 +433 166 t account.account stock manager 1 1 f 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t f 40 +434 286 t stock.history stock manager 1 1 f 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t f 40 +435 271 t stock.picking 1 1 t 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t t 20 +436 265 t stock.move 1 1 t 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 f t t 20 +463 302 t purchase.order 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 51 +464 302 t purchase.order 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +465 303 t purchase.order.line user 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 51 +467 262 t stock.location 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +468 274 t stock.warehouse 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +469 271 t stock.picking 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 51 +470 265 t stock.move 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t t 51 +471 302 t purchase.order 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 39 +472 303 t purchase.order.line 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 39 +473 169 t account.tax 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +437 271 t stock_picking salesman 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t t 25 +438 265 t stock_move salesman 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t t 25 +439 265 t stock_move manager 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 27 +440 233 t procurement.order salesman 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t t 25 +441 233 t procurement.order manager 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 27 +442 250 t sale.order stock worker 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 39 +443 251 t sale.order.line stock worker 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 39 +444 271 t stock.picking.sales 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 27 +445 149 t product.packaging.user 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t t 25 +446 149 t product.packaging.manager 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 27 +447 274 t stock.warehouse.user 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 25 +448 262 t stock.location.user 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 25 +449 149 t product.packaging salemanager 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 27 +450 275 t stock.warehouse.orderpoint 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 25 +451 187 t account.partial.reconcile 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 40 +452 167 t account.journal 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 40 +453 262 t stock.location sale manager 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 27 +454 232 t procurement_rule salemanager 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 27 +455 264 t stock.location.path partner salemanager 1 1 t 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 t t t 27 +456 264 t stock.location.path 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 25 +457 232 t procurement.rule.flow 1 1 f 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 f t f 25 +513 306 t Stock Batch Future Forecast Stock User 1 1 t 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 f t t 39 +514 307 t Stock Report Products by Last Moved Stock User 1 1 t 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 f t t 39 +1 26 t ir_attachment all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +2 26 t ir_attachment group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 1 +3 27 t ir_cron group_cron 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +4 31 t ir_exports group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 1 +5 32 t ir_exports_line group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 1 +6 3 t ir_model group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +7 5 t ir_model_constraint group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +8 6 t ir_model_relation group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +9 7 t ir_model_access_group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +10 8 t ir_model_data group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +11 4 t ir_model_fields group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +12 3 t ir_model_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +13 5 t ir_model_constraint 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +14 6 t ir_model_relation 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +15 7 t ir_model_access_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +16 8 t ir_model_data all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +17 8 t ir_model_data user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t t 1 +18 4 t ir_model_fields all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +19 62 t ir_module_category group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 3 +20 63 t ir_module_module group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +21 64 t ir_module_module_dependency group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +22 95 t ir_property group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +23 95 t ir_property group_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t t 8 +24 33 t ir_rule group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +25 33 t ir_rule group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +26 10 t ir_sequence group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +27 10 t ir_sequence group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +28 11 t ir_sequence_date_range group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +29 11 t ir_sequence_date_range group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +30 30 t ir_translation all 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 1 +31 30 t ir_translation group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +32 13 t ir_ui_menu group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +33 13 t ir_ui_menu group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +34 15 t ir_ui_view group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +35 15 t ir_ui_view group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +36 14 t ir_ui_view_custom_group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t \N +37 29 t ir_values group_all 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t \N +38 88 t res_company group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +39 88 t res_company group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +40 73 t res_country group_user_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +41 75 t res_country_state group_user_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +42 74 t res_country_group group_user_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +43 73 t res_country group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +44 75 t res_country_state group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +45 74 t res_country_group group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +46 85 t res_currency group_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +47 86 t res_currency_rate group_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +48 85 t res_currency group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +49 86 t res_currency_rate group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +50 89 t res_groups group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +51 89 t res_groups group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +52 76 t res_lang group_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +53 76 t res_lang group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +54 79 t res_partner group_public 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 11 +55 79 t res_partner group_portal 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 10 +56 79 t res_partner group_partner_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +57 79 t res_partner group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +58 81 t res_partner_bank group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +59 81 t res_partner_bank group_partner_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +60 77 t res_partner_category group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +61 77 t res_partner_category group_partner_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +62 78 t res_partner_title group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +63 78 t res_partner_title group_partner_manager 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +64 94 t res_request_link group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +65 94 t res_request_link group_user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +66 91 t res_users all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +67 91 t res_users group_erp_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +68 90 t res_users_log_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t t \N +69 16 t ir_actions_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +70 16 t ir_actions_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +71 18 t ir_actions_act_window_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +72 18 t ir_actions_act_window_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +73 20 t ir_actions_act_window_close_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +74 20 t ir_actions_act_window_close_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +75 17 t ir_actions_report_xml 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +76 17 t ir_actions_report_xml_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +77 24 t ir_actions_todo group system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +78 56 t workflow_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +79 56 t workflow_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +80 57 t workflow_activity_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +81 57 t workflow_activity_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +82 59 t workflow_instance_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +83 58 t workflow_transition_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +84 58 t workflow_transition_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +85 61 t workflow_triggers_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +86 61 t workflow_triggers_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +87 60 t workflow_workitem_all 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t \N +88 19 t ir_actions_act_window_view_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +89 19 t ir_actions_act_window_view_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +90 21 t ir_actions_act_url_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +91 21 t ir_actions_act_url_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +92 23 t ir_server_object_lines_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +93 23 t ir_server_object_lines_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +94 22 t ir_actions_server_all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +95 22 t ir_actions_server_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +96 80 t res_bank_group_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +97 80 t res_bank_group_partner_manager 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 8 +98 80 t res_bank user 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f 1 +99 28 t ir_filters all 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t \N +100 34 t ir_config_parameter 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +101 34 t ir_config_parameter_system 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +102 36 t ir_mail_server 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 4 +103 25 t ir_actions_client all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +104 12 t ir_needaction_mixin 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t \N +105 87 t res_res_font all 1 1 f 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 f t f \N +106 87 t res_res_font group_user 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 1 +107 55 t ir_logging admin 1 1 t 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 t t t 3 +288 245 t barcode.nomenclature.user 1 1 f 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 f t f 1 +289 245 t barcode.nomenclature.manager 1 1 t 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 t t t 3 +290 246 t barcode.rule.user 1 1 f 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 f t f 1 +291 246 t barcode.rule.manager 1 1 t 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 t t t 3 +155 119 t mail.message.subtype.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +156 119 t mail.message.subtype.user 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +157 120 f mail.tracking.value.all 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f \N +158 120 f mail.tracking.value.portal 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f 10 +159 120 f mail.tracking.value.user 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f 1 +160 120 t mail.tracking.value.system 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 4 +161 127 t mail.thread.all 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t \N +162 132 t publisher.warranty.contract.all 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t \N +163 130 t mail.template 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t t 1 +164 130 t mail.template_system 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 4 +165 131 t mail.shortcode 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +166 131 t mail.shortcode.portal 1 1 f 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 f t f 10 +167 136 t mail.test.all 1 1 t 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 t t t 1 +187 152 t product.attribute value 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +188 153 t product.attribute price 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +189 154 t product.attribute line 1 1 f 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 f t f 1 +391 273 t stock.quant.package stock manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +392 273 t stock.quant.package stock user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +393 232 t procurement_rule user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +394 232 t procurement_rule manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +395 232 t procurement_rule stock manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +396 264 t stock location path user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +397 264 t stock location path internal user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +398 264 t stock.location.path stock user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +399 263 t stock.location.route 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +400 263 t stock.location.route 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +401 232 t procurement.rule.flow internal 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +402 266 t stock.pack.operation manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +403 266 t stock.pack.operation user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +404 266 t stock.pack.operation all users 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 1 +405 256 t product.putaway all users 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +406 256 t product.putaway all managers 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +407 255 t product.removal all users 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 1 +408 257 t stock_fixed_putaway_strat managers 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +409 257 t stock_fixed_putaway_strat user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +410 268 t stock.move.operation.link manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +411 268 t stock.move.operation.link user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +412 268 t stock.move.operation.link all users 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 1 +413 267 t stock.pack.operation.lot manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +414 267 t stock.pack.operation.lot user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 39 +415 267 t stock.pack.operation.lot all users 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 1 +416 147 t prices.history stock user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +417 147 t prices.history stock manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +418 245 t barcode.nomenclature.stock.user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +419 245 t barcode.nomenclature.stock.manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +420 246 t barcode.rule.stock.user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +421 246 t barcode.rule.stock.manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +422 278 t report.stock.forecast.user 1 1 f 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t f 39 +423 278 t report.stock.forecast.manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +424 276 t stock.scrap.user 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 f t t 39 +425 151 t product.attribute manager 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +426 152 t product.attribute manager value 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +427 153 t product.attribute manager price 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +428 154 t product.attribute manager line 1 1 t 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 t t t 40 +474 305 t purchase.report 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +475 305 t purchase.report user 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +466 303 t purchase.order.line 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +476 262 t stock.location 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +477 274 t stock.warehouse 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +478 271 t stock.picking 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +479 265 t stock.move 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +480 169 t account.tax 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +481 148 t product.product.purchase.user 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +482 148 t product.product purchase_manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 52 +483 145 t product.template purchase_user 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +485 175 t account_invoice purchase 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 51 +486 176 t account_invoice.line purchase 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 51 +487 175 t account_invoice purchase manager 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +488 176 t account_invoice.line purchase manager 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +489 177 t account_invoice.tax purchase 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 t t t 51 +490 161 t account.fiscal.position purchase 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +491 79 t res.partner purchase 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +492 167 t account.journal 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +493 167 t account.journal 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 52 +494 185 t account.move 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +495 186 t account.move.line 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +496 143 t account.analytic.line 1 1 f 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t f 51 +497 79 t res.partner.purchase.manager 1 1 t 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 f t t 52 +\. + + +-- +-- Name: ir_model_access_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_model_access_id_seq', 514, true); + + +-- +-- Data for Name: ir_model_constraint; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model_constraint (id, date_init, date_update, module, model, type, definition, name, create_uid, write_uid, write_date, create_date) FROM stdin; +1 2019-03-20 06:35:11.217519 2019-03-20 06:35:11.217519 111 3 u unique(model) ir_model_obj_name_uniq \N \N \N \N +2 2019-03-20 06:35:11.362007 2019-03-20 06:35:11.362007 111 4 u check(size>=0) ir_model_fields_size_gt_zero \N \N \N \N +3 2019-03-20 06:35:11.4533 2019-03-20 06:35:11.4533 111 5 u unique(name,module) ir_model_constraint_module_name_uniq \N \N \N \N +4 2019-03-20 06:35:12.087513 2019-03-20 06:35:12.087513 111 15 u check(mode != 'extension' or inherit_id is not null) ir_ui_view_inheritance_mode \N \N \N \N +5 2019-03-20 06:35:13.502293 2019-03-20 06:35:13.502293 111 28 u unique(name,model_id,user_id,action_id) ir_filters_name_model_uid_unique \N \N \N \N +6 2019-03-20 06:35:13.955276 2019-03-20 06:35:13.955276 111 30 u foreign key(lang) references res_lang(code) ir_translation_lang_fkey_res_lang \N \N \N \N +7 2019-03-20 06:35:14.238903 2019-03-20 06:35:14.238903 111 33 u check(perm_read!=false or perm_write!=false or perm_create!=false or perm_unlink!=false) ir_rule_no_access_rights \N \N \N \N +8 2019-03-20 06:35:14.34655 2019-03-20 06:35:14.34655 111 34 u unique(key) ir_config_parameter_key_uniq \N \N \N \N +9 2019-03-20 06:35:15.85067 2019-03-20 06:35:15.85067 111 63 u unique(name) ir_module_module_name_uniq \N \N \N \N +10 2019-03-20 06:35:18.358702 2019-03-20 06:35:18.358702 111 73 u unique(name) res_country_name_uniq \N \N \N \N +11 2019-03-20 06:35:18.400754 2019-03-20 06:35:18.400754 111 73 u unique(code) res_country_code_uniq \N \N \N \N +12 2019-03-20 06:35:19.401954 2019-03-20 06:35:19.401954 111 75 u unique(country_id,code) res_country_state_name_code_uniq \N \N \N \N +13 2019-03-20 06:35:20.168936 2019-03-20 06:35:20.168936 111 76 u unique(name) res_lang_name_uniq \N \N \N \N +14 2019-03-20 06:35:20.175209 2019-03-20 06:35:20.175209 111 76 u unique(code) res_lang_code_uniq \N \N \N \N +15 2019-03-20 06:35:20.327178 2019-03-20 06:35:20.327178 111 78 u unique(name) res_partner_title_name_uniq \N \N \N \N +16 2019-03-20 06:35:20.554929 2019-03-20 06:35:20.554929 111 79 u check((type='contact' and name is not null) or(type!='contact') ) res_partner_check_name \N \N \N \N +17 2019-03-20 06:35:20.744183 2019-03-20 06:35:20.744183 111 81 u unique(sanitized_acc_number,company_id) res_partner_bank_unique_number \N \N \N \N +18 2019-03-20 06:35:20.936713 2019-03-20 06:35:20.936713 111 85 u unique(name) res_currency_unique_name \N \N \N \N +19 2019-03-20 06:35:21.072363 2019-03-20 06:35:21.072363 111 87 u unique(family,name) res_font_name_font_uniq \N \N \N \N +20 2019-03-20 06:35:21.297536 2019-03-20 06:35:21.297536 111 88 u unique(name) res_company_name_uniq \N \N \N \N +21 2019-03-20 06:35:21.541706 2019-03-20 06:35:21.541706 111 89 u unique(category_id,name) res_groups_name_uniq \N \N \N \N +22 2019-03-20 06:35:21.898463 2019-03-20 06:35:21.898463 111 91 u unique(login) res_users_login_key \N \N \N \N +23 2019-03-20 06:35:22.278965 2019-03-20 06:35:22.278965 111 4 f false ir_model_fields_group_rel_field_id_fkey \N \N \N \N +24 2019-03-20 06:35:22.278965 2019-03-20 06:35:22.278965 111 4 f false ir_model_fields_group_rel_group_id_fkey \N \N \N \N +25 2019-03-20 06:35:22.291867 2019-03-20 06:35:22.291867 111 5 f false ir_model_constraint_model_fkey \N \N \N \N +26 2019-03-20 06:35:22.291867 2019-03-20 06:35:22.291867 111 5 f false ir_model_constraint_module_fkey \N \N \N \N +27 2019-03-20 06:35:22.305845 2019-03-20 06:35:22.305845 111 6 f false ir_model_relation_module_fkey \N \N \N \N +28 2019-03-20 06:35:22.305845 2019-03-20 06:35:22.305845 111 6 f false ir_model_relation_model_fkey \N \N \N \N +29 2019-03-20 06:35:22.320143 2019-03-20 06:35:22.320143 111 7 f false ir_model_access_group_id_fkey \N \N \N \N +30 2019-03-20 06:35:22.320143 2019-03-20 06:35:22.320143 111 7 f false ir_model_access_model_id_fkey \N \N \N \N +31 2019-03-20 06:35:22.358094 2019-03-20 06:35:22.358094 111 9 f false wizard_ir_model_menu_create_menu_id_fkey \N \N \N \N +32 2019-03-20 06:35:22.371799 2019-03-20 06:35:22.371799 111 10 f false ir_sequence_company_id_fkey \N \N \N \N +33 2019-03-20 06:35:22.380651 2019-03-20 06:35:22.380651 111 11 f false ir_sequence_date_range_sequence_id_fkey \N \N \N \N +34 2019-03-20 06:35:22.395233 2019-03-20 06:35:22.395233 111 13 f false ir_ui_menu_parent_id_fkey \N \N \N \N +35 2019-03-20 06:35:22.395233 2019-03-20 06:35:22.395233 111 13 f false ir_ui_menu_group_rel_menu_id_fkey \N \N \N \N +36 2019-03-20 06:35:22.395233 2019-03-20 06:35:22.395233 111 13 f false ir_ui_menu_group_rel_gid_fkey \N \N \N \N +37 2019-03-20 06:35:22.421159 2019-03-20 06:35:22.421159 111 14 f false ir_ui_view_custom_ref_id_fkey \N \N \N \N +38 2019-03-20 06:35:22.421159 2019-03-20 06:35:22.421159 111 14 f false ir_ui_view_custom_user_id_fkey \N \N \N \N +39 2019-03-20 06:35:22.436866 2019-03-20 06:35:22.436866 111 15 f false ir_ui_view_group_rel_group_id_fkey \N \N \N \N +40 2019-03-20 06:35:22.436866 2019-03-20 06:35:22.436866 111 15 f false ir_ui_view_inherit_id_fkey \N \N \N \N +41 2019-03-20 06:35:22.436866 2019-03-20 06:35:22.436866 111 15 f false ir_ui_view_model_data_id_fkey \N \N \N \N +42 2019-03-20 06:35:22.436866 2019-03-20 06:35:22.436866 111 15 f false ir_ui_view_group_rel_view_id_fkey \N \N \N \N +43 2019-03-20 06:35:22.462553 2019-03-20 06:35:22.462553 111 17 f false ir_act_report_xml_ir_values_id_fkey \N \N \N \N +44 2019-03-20 06:35:22.462553 2019-03-20 06:35:22.462553 111 17 f false res_groups_report_rel_gid_fkey \N \N \N \N +45 2019-03-20 06:35:22.462553 2019-03-20 06:35:22.462553 111 17 f false res_groups_report_rel_uid_fkey \N \N \N \N +46 2019-03-20 06:35:22.487674 2019-03-20 06:35:22.487674 111 18 f false ir_act_window_group_rel_gid_fkey \N \N \N \N +47 2019-03-20 06:35:22.487674 2019-03-20 06:35:22.487674 111 18 f false ir_act_window_group_rel_act_id_fkey \N \N \N \N +48 2019-03-20 06:35:22.487674 2019-03-20 06:35:22.487674 111 18 f false ir_act_window_view_id_fkey \N \N \N \N +49 2019-03-20 06:35:22.487674 2019-03-20 06:35:22.487674 111 18 f false ir_act_window_search_view_id_fkey \N \N \N \N +50 2019-03-20 06:35:22.521297 2019-03-20 06:35:22.521297 111 19 f false ir_act_window_view_act_window_id_fkey \N \N \N \N +51 2019-03-20 06:35:22.521297 2019-03-20 06:35:22.521297 111 19 f false ir_act_window_view_view_id_fkey \N \N \N \N +52 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_model_id_fkey \N \N \N \N +53 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_model_object_field_fkey \N \N \N \N +54 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false rel_server_actions_action_id_fkey \N \N \N \N +55 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_sub_model_object_field_fkey \N \N \N \N +56 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_crud_model_id_fkey \N \N \N \N +57 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_wkf_field_id_fkey \N \N \N \N +58 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_wkf_model_id_fkey \N \N \N \N +59 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_wkf_transition_id_fkey \N \N \N \N +60 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_menu_ir_values_id_fkey \N \N \N \N +61 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false rel_server_actions_server_id_fkey \N \N \N \N +62 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_link_field_id_fkey \N \N \N \N +63 2019-03-20 06:35:22.578039 2019-03-20 06:35:22.578039 111 22 f false ir_act_server_sub_object_fkey \N \N \N \N +64 2019-03-20 06:35:22.652211 2019-03-20 06:35:22.652211 111 23 f false ir_server_object_lines_server_id_fkey \N \N \N \N +65 2019-03-20 06:35:22.652211 2019-03-20 06:35:22.652211 111 23 f false ir_server_object_lines_col1_fkey \N \N \N \N +66 2019-03-20 06:35:22.668669 2019-03-20 06:35:22.668669 111 24 f false res_groups_action_rel_gid_fkey \N \N \N \N +67 2019-03-20 06:35:22.668669 2019-03-20 06:35:22.668669 111 24 f false res_groups_action_rel_uid_fkey \N \N \N \N +68 2019-03-20 06:35:22.689881 2019-03-20 06:35:22.689881 111 26 f false ir_attachment_company_id_fkey \N \N \N \N +69 2019-03-20 06:35:22.689881 2019-03-20 06:35:22.689881 111 26 f false ir_attachment_create_uid_fkey \N \N \N \N +70 2019-03-20 06:35:22.704323 2019-03-20 06:35:22.704323 111 27 f false ir_cron_user_id_fkey \N \N \N \N +71 2019-03-20 06:35:22.715766 2019-03-20 06:35:22.715766 111 28 f false ir_filters_user_id_fkey \N \N \N \N +72 2019-03-20 06:35:22.728139 2019-03-20 06:35:22.728139 111 29 f false ir_values_model_id_fkey \N \N \N \N +73 2019-03-20 06:35:22.728139 2019-03-20 06:35:22.728139 111 29 f false ir_values_user_id_fkey \N \N \N \N +74 2019-03-20 06:35:22.728139 2019-03-20 06:35:22.728139 111 29 f false ir_values_company_id_fkey \N \N \N \N +75 2019-03-20 06:35:22.76156 2019-03-20 06:35:22.76156 111 32 f false ir_exports_line_export_id_fkey \N \N \N \N +76 2019-03-20 06:35:22.775879 2019-03-20 06:35:22.775879 111 33 f false rule_group_rel_rule_group_id_fkey \N \N \N \N +77 2019-03-20 06:35:22.775879 2019-03-20 06:35:22.775879 111 33 f false rule_group_rel_group_id_fkey \N \N \N \N +78 2019-03-20 06:35:22.775879 2019-03-20 06:35:22.775879 111 33 f false ir_rule_model_id_fkey \N \N \N \N +79 2019-03-20 06:35:22.803207 2019-03-20 06:35:22.803207 111 34 f false ir_config_parameter_groups_rel_group_id_fkey \N \N \N \N +80 2019-03-20 06:35:22.803207 2019-03-20 06:35:22.803207 111 34 f false ir_config_parameter_groups_rel_icp_id_fkey \N \N \N \N +81 2019-03-20 06:35:22.846717 2019-03-20 06:35:22.846717 111 57 f false wkf_activity_action_id_fkey \N \N \N \N +82 2019-03-20 06:35:22.846717 2019-03-20 06:35:22.846717 111 57 f false wkf_activity_subflow_id_fkey \N \N \N \N +83 2019-03-20 06:35:22.846717 2019-03-20 06:35:22.846717 111 57 f false wkf_activity_wkf_id_fkey \N \N \N \N +84 2019-03-20 06:35:22.874265 2019-03-20 06:35:22.874265 111 58 f false wkf_transition_act_from_fkey \N \N \N \N +85 2019-03-20 06:35:22.874265 2019-03-20 06:35:22.874265 111 58 f false wkf_transition_group_id_fkey \N \N \N \N +86 2019-03-20 06:35:22.874265 2019-03-20 06:35:22.874265 111 58 f false wkf_transition_act_to_fkey \N \N \N \N +87 2019-03-20 06:35:22.894612 2019-03-20 06:35:22.894612 111 59 f false wkf_witm_trans_trans_id_fkey \N \N \N \N +88 2019-03-20 06:35:22.894612 2019-03-20 06:35:22.894612 111 59 f false wkf_witm_trans_inst_id_fkey \N \N \N \N +89 2019-03-20 06:35:22.894612 2019-03-20 06:35:22.894612 111 59 f false wkf_instance_wkf_id_fkey \N \N \N \N +90 2019-03-20 06:35:22.909983 2019-03-20 06:35:22.909983 111 60 f false wkf_workitem_act_id_fkey \N \N \N \N +91 2019-03-20 06:35:22.909983 2019-03-20 06:35:22.909983 111 60 f false wkf_workitem_inst_id_fkey \N \N \N \N +92 2019-03-20 06:35:22.909983 2019-03-20 06:35:22.909983 111 60 f false wkf_workitem_subflow_id_fkey \N \N \N \N +93 2019-03-20 06:35:22.925919 2019-03-20 06:35:22.925919 111 61 f false wkf_triggers_workitem_id_fkey \N \N \N \N +94 2019-03-20 06:35:22.925919 2019-03-20 06:35:22.925919 111 61 f false wkf_triggers_instance_id_fkey \N \N \N \N +95 2019-03-20 06:35:23.02305 2019-03-20 06:35:23.02305 111 70 f false rel_modules_langexport_wiz_id_fkey \N \N \N \N +96 2019-03-20 06:35:23.02305 2019-03-20 06:35:23.02305 111 70 f false rel_modules_langexport_module_id_fkey \N \N \N \N +97 2019-03-20 06:35:23.073259 2019-03-20 06:35:23.073259 111 73 f false res_country_res_country_group_rel_res_country_id_fkey \N \N \N \N +98 2019-03-20 06:35:23.073259 2019-03-20 06:35:23.073259 111 73 f false res_country_res_country_group_rel_res_country_group_id_fkey \N \N \N \N +99 2019-03-20 06:35:23.073259 2019-03-20 06:35:23.073259 111 73 f false res_country_currency_id_fkey \N \N \N \N +100 2019-03-20 06:35:23.160669 2019-03-20 06:35:23.160669 111 75 f false res_country_state_country_id_fkey \N \N \N \N +101 2019-03-20 06:35:23.188657 2019-03-20 06:35:23.188657 111 77 f false res_partner_category_parent_id_fkey \N \N \N \N +102 2019-03-20 06:35:23.188657 2019-03-20 06:35:23.188657 111 77 f false res_partner_res_partner_category_rel_category_id_fkey \N \N \N \N +103 2019-03-20 06:35:23.188657 2019-03-20 06:35:23.188657 111 77 f false res_partner_res_partner_category_rel_partner_id_fkey \N \N \N \N +104 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_country_id_fkey \N \N \N \N +105 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_parent_id_fkey \N \N \N \N +106 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_company_id_fkey \N \N \N \N +107 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_commercial_partner_id_fkey \N \N \N \N +108 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_user_id_fkey \N \N \N \N +109 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_state_id_fkey \N \N \N \N +110 2019-03-20 06:35:23.221507 2019-03-20 06:35:23.221507 111 79 f false res_partner_title_fkey \N \N \N \N +111 2019-03-20 06:35:23.279634 2019-03-20 06:35:23.279634 111 80 f false res_bank_country_fkey \N \N \N \N +112 2019-03-20 06:35:23.279634 2019-03-20 06:35:23.279634 111 80 f false res_bank_state_fkey \N \N \N \N +113 2019-03-20 06:35:23.301509 2019-03-20 06:35:23.301509 111 81 f false res_partner_bank_company_id_fkey \N \N \N \N +114 2019-03-20 06:35:23.301509 2019-03-20 06:35:23.301509 111 81 f false res_partner_bank_partner_id_fkey \N \N \N \N +115 2019-03-20 06:35:23.301509 2019-03-20 06:35:23.301509 111 81 f false res_partner_bank_bank_id_fkey \N \N \N \N +116 2019-03-20 06:35:23.301509 2019-03-20 06:35:23.301509 111 81 f false res_partner_bank_currency_id_fkey \N \N \N \N +117 2019-03-20 06:35:23.397066 2019-03-20 06:35:23.397066 111 86 f false res_currency_rate_currency_id_fkey \N \N \N \N +118 2019-03-20 06:35:23.397066 2019-03-20 06:35:23.397066 111 86 f false res_currency_rate_company_id_fkey \N \N \N \N +119 2019-03-20 06:35:23.427309 2019-03-20 06:35:23.427309 111 88 f false res_company_parent_id_fkey \N \N \N \N +120 2019-03-20 06:35:23.427309 2019-03-20 06:35:23.427309 111 88 f false res_company_font_fkey \N \N \N \N +121 2019-03-20 06:35:23.427309 2019-03-20 06:35:23.427309 111 88 f false res_company_partner_id_fkey \N \N \N \N +122 2019-03-20 06:35:23.427309 2019-03-20 06:35:23.427309 111 88 f false res_company_users_rel_user_id_fkey \N \N \N \N +123 2019-03-20 06:35:23.427309 2019-03-20 06:35:23.427309 111 88 f false res_company_users_rel_cid_fkey \N \N \N \N +124 2019-03-20 06:35:23.427309 2019-03-20 06:35:23.427309 111 88 f false res_company_currency_id_fkey \N \N \N \N +125 2019-03-20 06:35:23.461817 2019-03-20 06:35:23.461817 111 89 f false res_groups_users_rel_uid_fkey \N \N \N \N +126 2019-03-20 06:35:23.461817 2019-03-20 06:35:23.461817 111 89 f false res_groups_implied_rel_hid_fkey \N \N \N \N +127 2019-03-20 06:35:23.461817 2019-03-20 06:35:23.461817 111 89 f false res_groups_implied_rel_gid_fkey \N \N \N \N +128 2019-03-20 06:35:23.461817 2019-03-20 06:35:23.461817 111 89 f false res_groups_category_id_fkey \N \N \N \N +129 2019-03-20 06:35:23.461817 2019-03-20 06:35:23.461817 111 89 f false res_groups_users_rel_gid_fkey \N \N \N \N +130 2019-03-20 06:35:23.508289 2019-03-20 06:35:23.508289 111 91 f false res_users_partner_id_fkey \N \N \N \N +131 2019-03-20 06:35:23.508289 2019-03-20 06:35:23.508289 111 91 f false res_users_company_id_fkey \N \N \N \N +132 2019-03-20 06:35:23.545905 2019-03-20 06:35:23.545905 111 93 f false change_password_user_wizard_id_fkey \N \N \N \N +133 2019-03-20 06:35:23.545905 2019-03-20 06:35:23.545905 111 93 f false change_password_user_user_id_fkey \N \N \N \N +134 2019-03-20 06:35:23.597607 2019-03-20 06:35:23.597607 111 95 f false ir_property_fields_id_fkey \N \N \N \N +135 2019-03-20 06:35:23.597607 2019-03-20 06:35:23.597607 111 95 f false ir_property_company_id_fkey \N \N \N \N +136 2019-03-20 06:36:21.433455 2019-03-20 06:36:21.433455 97 96 f false web_editor_converter_test_many2one_fkey \N \N \N \N +137 2019-03-20 06:36:23.627316 2019-03-20 06:36:23.627316 280 98 f false web_planner_view_id_fkey \N \N \N \N +138 2019-03-20 06:36:23.627316 2019-03-20 06:36:23.627316 280 98 f false web_planner_menu_id_fkey \N \N \N \N +139 2019-03-20 06:36:24.991146 2019-03-20 06:36:24.991146 271 99 f false web_tour_tour_user_id_fkey \N \N \N \N +140 2019-03-20 06:36:26.821143 2019-03-20 06:36:26.821143 41 107 f false base_import_tests_models_m2o_value_fkey \N \N \N \N +141 2019-03-20 06:36:26.839442 2019-03-20 06:36:26.839442 41 109 f false base_import_tests_models_m2o_required_value_fkey \N \N \N \N +142 2019-03-20 06:36:26.860257 2019-03-20 06:36:26.860257 41 112 f false base_import_tests_models_o2m_child_parent_id_fkey \N \N \N \N +143 2019-03-20 06:38:25.316195 2019-03-20 06:38:25.316195 115 114 u unique(name) decimal_precision_name_uniq \N \N \N \N +144 2019-03-20 06:38:26.299273 2019-03-20 06:38:26.299273 178 117 u unique(user_id) bus_presence_bus_user_presence_unique \N \N \N \N +145 2019-03-20 06:38:26.554179 2019-03-20 06:38:26.554179 178 117 f false bus_presence_user_id_fkey \N \N \N \N +146 2019-03-20 06:38:28.032771 2019-03-20 06:38:28.032771 234 118 f false base_config_settings_company_id_fkey \N \N \N \N +147 2019-03-20 06:38:29.131387 2019-03-20 06:38:29.131387 32 121 u unique(alias_name) mail_alias_alias_unique \N \N \N \N +148 2019-03-20 06:38:29.267727 2019-03-20 06:38:29.267727 32 123 u unique(res_model,res_id,partner_id) mail_followers_mail_followers_res_partner_res_model_id_uniq \N \N \N \N +149 2019-03-20 06:38:29.27624 2019-03-20 06:38:29.27624 32 123 u unique(res_model,res_id,channel_id) mail_followers_mail_followers_res_channel_res_model_id_uniq \N \N \N \N +150 2019-03-20 06:38:29.281211 2019-03-20 06:38:29.281211 32 123 u check((partner_id is null) !=(channel_id is null)) mail_followers_partner_xor_channel \N \N \N \N +151 2019-03-20 06:38:32.037722 2019-03-20 06:38:32.037722 32 119 f false mail_message_subtype_parent_id_fkey \N \N \N \N +152 2019-03-20 06:38:32.051534 2019-03-20 06:38:32.051534 32 120 f false mail_tracking_value_mail_message_id_fkey \N \N \N \N +153 2019-03-20 06:38:32.073951 2019-03-20 06:38:32.073951 32 121 f false mail_alias_alias_user_id_fkey \N \N \N \N +154 2019-03-20 06:38:32.073951 2019-03-20 06:38:32.073951 32 121 f false mail_alias_alias_model_id_fkey \N \N \N \N +155 2019-03-20 06:38:32.073951 2019-03-20 06:38:32.073951 32 121 f false mail_alias_alias_parent_model_id_fkey \N \N \N \N +156 2019-03-20 06:38:32.104599 2019-03-20 06:38:32.104599 32 123 f false mail_followers_partner_id_fkey \N \N \N \N +157 2019-03-20 06:38:32.104599 2019-03-20 06:38:32.104599 32 123 f false mail_followers_mail_message_subtype_rel_mail_followers_id_fkey \N \N \N \N +158 2019-03-20 06:38:32.104599 2019-03-20 06:38:32.104599 32 123 f false mail_followers_channel_id_fkey \N \N \N \N +159 2019-03-20 06:38:32.104599 2019-03-20 06:38:32.104599 32 123 f false mail_followers_mail_message_subtype_rel_mail_message_subtype_id_fkey \N \N \N \N +160 2019-03-20 06:38:32.134775 2019-03-20 06:38:32.134775 32 124 f false mail_message_res_partner_needaction_rel_res_partner_id_fkey \N \N \N \N +161 2019-03-20 06:38:32.134775 2019-03-20 06:38:32.134775 32 124 f false mail_message_res_partner_needaction_rel_mail_message_id_fkey \N \N \N \N +162 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_mail_channel_rel_mail_message_id_fkey \N \N \N \N +163 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_res_partner_starred_rel_res_partner_id_fkey \N \N \N \N +164 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_subtype_id_fkey \N \N \N \N +165 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_res_partner_starred_rel_mail_message_id_fkey \N \N \N \N +166 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false message_attachment_rel_message_id_fkey \N \N \N \N +167 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_author_id_fkey \N \N \N \N +168 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_parent_id_fkey \N \N \N \N +169 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_mail_server_id_fkey \N \N \N \N +170 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_mail_channel_rel_mail_channel_id_fkey \N \N \N \N +171 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_res_partner_rel_res_partner_id_fkey \N \N \N \N +172 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false message_attachment_rel_attachment_id_fkey \N \N \N \N +173 2019-03-20 06:38:32.151993 2019-03-20 06:38:32.151993 32 125 f false mail_message_res_partner_rel_mail_message_id_fkey \N \N \N \N +174 2019-03-20 06:38:32.23367 2019-03-20 06:38:32.23367 32 126 f false mail_mail_res_partner_rel_res_partner_id_fkey \N \N \N \N +175 2019-03-20 06:38:32.23367 2019-03-20 06:38:32.23367 32 126 f false mail_mail_mail_message_id_fkey \N \N \N \N +176 2019-03-20 06:38:32.23367 2019-03-20 06:38:32.23367 32 126 f false mail_mail_res_partner_rel_mail_mail_id_fkey \N \N \N \N +177 2019-03-20 06:38:32.394192 2019-03-20 06:38:32.394192 32 128 f false mail_channel_partner_partner_id_fkey \N \N \N \N +178 2019-03-20 06:38:32.394192 2019-03-20 06:38:32.394192 32 128 f false mail_channel_partner_seen_message_id_fkey \N \N \N \N +179 2019-03-20 06:38:32.394192 2019-03-20 06:38:32.394192 32 128 f false mail_channel_partner_channel_id_fkey \N \N \N \N +180 2019-03-20 06:38:32.428997 2019-03-20 06:38:32.428997 32 129 f false mail_channel_res_groups_rel_mail_channel_id_fkey \N \N \N \N +181 2019-03-20 06:38:32.428997 2019-03-20 06:38:32.428997 32 129 f false mail_channel_res_groups_rel_res_groups_id_fkey \N \N \N \N +182 2019-03-20 06:38:32.428997 2019-03-20 06:38:32.428997 32 129 f false mail_channel_alias_id_fkey \N \N \N \N +183 2019-03-20 06:38:32.428997 2019-03-20 06:38:32.428997 32 129 f false mail_channel_group_public_id_fkey \N \N \N \N +184 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_model_object_field_fkey \N \N \N \N +185 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_report_template_fkey \N \N \N \N +186 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_mail_server_id_fkey \N \N \N \N +187 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_sub_model_object_field_fkey \N \N \N \N +188 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_model_id_fkey \N \N \N \N +189 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_sub_object_fkey \N \N \N \N +190 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_ref_ir_act_window_fkey \N \N \N \N +191 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false email_template_attachment_rel_email_template_id_fkey \N \N \N \N +192 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false mail_template_ref_ir_value_fkey \N \N \N \N +193 2019-03-20 06:38:32.483871 2019-03-20 06:38:32.483871 32 130 f false email_template_attachment_rel_attachment_id_fkey \N \N \N \N +194 2019-03-20 06:38:32.609457 2019-03-20 06:38:32.609457 32 91 f false res_users_alias_id_fkey \N \N \N \N +195 2019-03-20 06:38:32.618522 2019-03-20 06:38:32.618522 32 22 f false ir_act_server_template_id_fkey \N \N \N \N +196 2019-03-20 06:38:32.623857 2019-03-20 06:38:32.623857 32 133 f false mail_wizard_invite_res_partner_rel_res_partner_id_fkey \N \N \N \N +197 2019-03-20 06:38:32.623857 2019-03-20 06:38:32.623857 32 133 f false mail_channel_mail_wizard_invite_rel_mail_channel_id_fkey \N \N \N \N +198 2019-03-20 06:38:32.623857 2019-03-20 06:38:32.623857 32 133 f false mail_channel_mail_wizard_invite_rel_mail_wizard_invite_id_fkey \N \N \N \N +199 2019-03-20 06:38:32.623857 2019-03-20 06:38:32.623857 32 133 f false mail_wizard_invite_res_partner_rel_mail_wizard_invite_id_fkey \N \N \N \N +200 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_template_id_fkey \N \N \N \N +201 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_subtype_id_fkey \N \N \N \N +202 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_mail_server_id_fkey \N \N \N \N +203 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_author_id_fkey \N \N \N \N +204 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_ir_attachments_rel_wizard_id_fkey \N \N \N \N +205 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_res_partner_rel_wizard_id_fkey \N \N \N \N +206 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_res_partner_rel_partner_id_fkey \N \N \N \N +207 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_ir_attachments_rel_attachment_id_fkey \N \N \N \N +208 2019-03-20 06:38:32.649157 2019-03-20 06:38:32.649157 32 134 f false mail_compose_message_parent_id_fkey \N \N \N \N +209 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_report_template_fkey \N \N \N \N +210 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_ref_ir_act_window_fkey \N \N \N \N +211 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_sub_object_fkey \N \N \N \N +212 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_ref_ir_value_fkey \N \N \N \N +213 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_sub_model_object_field_fkey \N \N \N \N +214 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_res_partner_rel_res_partner_id_fkey \N \N \N \N +215 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_model_id_fkey \N \N \N \N +216 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_model_object_field_fkey \N \N \N \N +217 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_res_partner_rel_email_template_preview_id_fkey \N \N \N \N +218 2019-03-20 06:38:32.695999 2019-03-20 06:38:32.695999 32 135 f false email_template_preview_mail_server_id_fkey \N \N \N \N +219 2019-03-20 06:38:32.75306 2019-03-20 06:38:32.75306 32 136 f false mail_test_alias_id_fkey \N \N \N \N +220 2019-03-20 06:38:40.427404 2019-03-20 06:38:40.427404 50 17 f false ir_act_report_xml_paperformat_id_fkey \N \N \N \N +221 2019-03-20 06:38:40.453719 2019-03-20 06:38:40.453719 50 88 f false res_company_paperformat_id_fkey \N \N \N \N +222 2019-03-20 06:38:43.483569 2019-03-20 06:38:43.483569 26 142 f false account_analytic_account_partner_id_fkey \N \N \N \N +223 2019-03-20 06:38:43.483569 2019-03-20 06:38:43.483569 26 142 f false account_analytic_account_tag_rel_account_id_fkey \N \N \N \N +224 2019-03-20 06:38:43.483569 2019-03-20 06:38:43.483569 26 142 f false account_analytic_account_tag_rel_tag_id_fkey \N \N \N \N +225 2019-03-20 06:38:43.483569 2019-03-20 06:38:43.483569 26 142 f false account_analytic_account_company_id_fkey \N \N \N \N +226 2019-03-20 06:38:43.517115 2019-03-20 06:38:43.517115 26 143 f false account_analytic_line_partner_id_fkey \N \N \N \N +227 2019-03-20 06:38:43.517115 2019-03-20 06:38:43.517115 26 143 f false account_analytic_line_tag_rel_line_id_fkey \N \N \N \N +228 2019-03-20 06:38:43.517115 2019-03-20 06:38:43.517115 26 143 f false account_analytic_line_tag_rel_tag_id_fkey \N \N \N \N +229 2019-03-20 06:38:43.517115 2019-03-20 06:38:43.517115 26 143 f false account_analytic_line_user_id_fkey \N \N \N \N +230 2019-03-20 06:38:43.517115 2019-03-20 06:38:43.517115 26 143 f false account_analytic_line_company_id_fkey \N \N \N \N +231 2019-03-20 06:38:43.517115 2019-03-20 06:38:43.517115 26 143 f false account_analytic_line_account_id_fkey \N \N \N \N +232 2019-03-20 06:38:45.736738 2019-03-20 06:38:45.736738 211 118 f false base_config_settings_auth_signup_template_user_id_fkey \N \N \N \N +233 2019-03-20 06:38:47.36848 2019-03-20 06:38:47.36848 75 144 f false fetchmail_server_object_id_fkey \N \N \N \N +234 2019-03-20 06:38:47.36848 2019-03-20 06:38:47.36848 75 144 f false fetchmail_server_action_id_fkey \N \N \N \N +235 2019-03-20 06:38:47.380614 2019-03-20 06:38:47.380614 75 126 f false mail_mail_fetchmail_server_id_fkey \N \N \N \N +236 2019-03-20 06:38:50.022292 2019-03-20 06:38:50.022292 256 148 u unique(barcode) product_product_barcode_uniq \N \N \N \N +237 2019-03-20 06:38:50.596678 2019-03-20 06:38:50.596678 256 152 u unique(name,attribute_id) product_attribute_value_value_company_uniq \N \N \N \N +238 2019-03-20 06:38:51.443542 2019-03-20 06:38:51.443542 256 158 u check(factor!=0) product_uom_factor_gt_zero \N \N \N \N +239 2019-03-20 06:38:51.449673 2019-03-20 06:38:51.449673 256 158 u check(rounding>0) product_uom_rounding_gt_zero \N \N \N \N +240 2019-03-20 06:38:51.775295 2019-03-20 06:38:51.775295 256 145 f false product_template_categ_id_fkey \N \N \N \N +241 2019-03-20 06:38:51.775295 2019-03-20 06:38:51.775295 256 145 f false product_template_company_id_fkey \N \N \N \N +242 2019-03-20 06:38:51.775295 2019-03-20 06:38:51.775295 256 145 f false product_template_uom_po_id_fkey \N \N \N \N +243 2019-03-20 06:38:51.775295 2019-03-20 06:38:51.775295 256 145 f false product_template_uom_id_fkey \N \N \N \N +244 2019-03-20 06:38:51.806748 2019-03-20 06:38:51.806748 256 146 f false product_category_parent_id_fkey \N \N \N \N +245 2019-03-20 06:38:51.817081 2019-03-20 06:38:51.817081 256 147 f false product_price_history_company_id_fkey \N \N \N \N +246 2019-03-20 06:38:51.817081 2019-03-20 06:38:51.817081 256 147 f false product_price_history_product_id_fkey \N \N \N \N +247 2019-03-20 06:38:51.839525 2019-03-20 06:38:51.839525 256 148 f false product_product_product_tmpl_id_fkey \N \N \N \N +248 2019-03-20 06:38:51.839525 2019-03-20 06:38:51.839525 256 148 f false product_attribute_value_product_product_rel_product_attribute_value_id_fkey \N \N \N \N +249 2019-03-20 06:38:51.839525 2019-03-20 06:38:51.839525 256 148 f false product_attribute_value_product_product_rel_product_product_id_fkey \N \N \N \N +250 2019-03-20 06:38:51.860706 2019-03-20 06:38:51.860706 256 149 f false product_packaging_product_tmpl_id_fkey \N \N \N \N +251 2019-03-20 06:38:51.872841 2019-03-20 06:38:51.872841 256 150 f false product_supplierinfo_company_id_fkey \N \N \N \N +252 2019-03-20 06:38:51.872841 2019-03-20 06:38:51.872841 256 150 f false product_supplierinfo_product_id_fkey \N \N \N \N +253 2019-03-20 06:38:51.872841 2019-03-20 06:38:51.872841 256 150 f false product_supplierinfo_currency_id_fkey \N \N \N \N +254 2019-03-20 06:38:51.872841 2019-03-20 06:38:51.872841 256 150 f false product_supplierinfo_name_fkey \N \N \N \N +255 2019-03-20 06:38:51.872841 2019-03-20 06:38:51.872841 256 150 f false product_supplierinfo_product_tmpl_id_fkey \N \N \N \N +256 2019-03-20 06:38:51.912281 2019-03-20 06:38:51.912281 256 152 f false product_attribute_value_attribute_id_fkey \N \N \N \N +257 2019-03-20 06:38:51.927499 2019-03-20 06:38:51.927499 256 153 f false product_attribute_price_value_id_fkey \N \N \N \N +258 2019-03-20 06:38:51.927499 2019-03-20 06:38:51.927499 256 153 f false product_attribute_price_product_tmpl_id_fkey \N \N \N \N +259 2019-03-20 06:38:51.945549 2019-03-20 06:38:51.945549 256 154 f false product_attribute_line_product_attribute_value_rel_product_attribute_line_id_fkey \N \N \N \N +260 2019-03-20 06:38:51.945549 2019-03-20 06:38:51.945549 256 154 f false product_attribute_line_product_tmpl_id_fkey \N \N \N \N +261 2019-03-20 06:38:51.945549 2019-03-20 06:38:51.945549 256 154 f false product_attribute_line_product_attribute_value_rel_product_attribute_value_id_fkey \N \N \N \N +262 2019-03-20 06:38:51.945549 2019-03-20 06:38:51.945549 256 154 f false product_attribute_line_attribute_id_fkey \N \N \N \N +263 2019-03-20 06:38:51.973919 2019-03-20 06:38:51.973919 256 155 f false product_pricelist_currency_id_fkey \N \N \N \N +264 2019-03-20 06:38:51.973919 2019-03-20 06:38:51.973919 256 155 f false res_country_group_pricelist_rel_pricelist_id_fkey \N \N \N \N +265 2019-03-20 06:38:51.973919 2019-03-20 06:38:51.973919 256 155 f false product_pricelist_company_id_fkey \N \N \N \N +266 2019-03-20 06:38:51.973919 2019-03-20 06:38:51.973919 256 155 f false res_country_group_pricelist_rel_res_country_group_id_fkey \N \N \N \N +267 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_categ_id_fkey \N \N \N \N +268 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_currency_id_fkey \N \N \N \N +269 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_product_id_fkey \N \N \N \N +270 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_pricelist_id_fkey \N \N \N \N +271 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_company_id_fkey \N \N \N \N +272 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_base_pricelist_id_fkey \N \N \N \N +273 2019-03-20 06:38:52.000613 2019-03-20 06:38:52.000613 256 156 f false product_pricelist_item_product_tmpl_id_fkey \N \N \N \N +274 2019-03-20 06:38:52.050514 2019-03-20 06:38:52.050514 256 158 f false product_uom_category_id_fkey \N \N \N \N +275 2019-03-20 06:38:52.06111 2019-03-20 06:38:52.06111 256 160 f false product_price_list_price_list_fkey \N \N \N \N +276 2019-03-20 06:38:59.992256 2019-03-20 06:38:59.992256 193 162 u unique(position_id,tax_src_id,tax_dest_id) account_fiscal_position_tax_tax_src_dest_uniq \N \N \N \N +277 2019-03-20 06:39:00.063599 2019-03-20 06:39:00.063599 193 163 u unique(position_id,account_src_id,account_dest_id) account_fiscal_position_account_account_src_dest_uniq \N \N \N \N +278 2019-03-20 06:39:00.790778 2019-03-20 06:39:00.790778 193 166 u unique(code,company_id) account_account_code_company_uniq \N \N \N \N +279 2019-03-20 06:39:01.392912 2019-03-20 06:39:01.392912 193 167 u unique(code,name,company_id) account_journal_code_company_uniq \N \N \N \N +280 2019-03-20 06:39:01.951096 2019-03-20 06:39:01.951096 193 169 u unique(name,company_id,type_tax_use) account_tax_name_company_uniq \N \N \N \N +281 2019-03-20 06:39:03.298674 2019-03-20 06:39:03.298674 193 175 u unique(number,company_id,journal_id,type) account_invoice_number_uniq \N \N \N \N +282 2019-03-20 06:39:05.559385 2019-03-20 06:39:05.559385 193 186 u check(credit*debit=0) account_move_line_credit_debit1 \N \N \N \N +283 2019-03-20 06:39:05.576293 2019-03-20 06:39:05.576293 193 186 u check(credit+debit>=0) account_move_line_credit_debit2 \N \N \N \N +284 2019-03-20 06:39:06.435731 2019-03-20 06:39:06.435731 193 191 u unique(name,company_id,type_tax_use) account_tax_template_name_company_uniq \N \N \N \N +285 2019-03-20 06:39:11.341112 2019-03-20 06:39:11.341112 193 161 f false account_fiscal_position_res_country_state_rel_account_fiscal_position_id_fkey \N \N \N \N +286 2019-03-20 06:39:11.341112 2019-03-20 06:39:11.341112 193 161 f false account_fiscal_position_company_id_fkey \N \N \N \N +287 2019-03-20 06:39:11.341112 2019-03-20 06:39:11.341112 193 161 f false account_fiscal_position_country_id_fkey \N \N \N \N +288 2019-03-20 06:39:11.341112 2019-03-20 06:39:11.341112 193 161 f false account_fiscal_position_country_group_id_fkey \N \N \N \N +289 2019-03-20 06:39:11.341112 2019-03-20 06:39:11.341112 193 161 f false account_fiscal_position_res_country_state_rel_res_country_state_id_fkey \N \N \N \N +290 2019-03-20 06:39:11.372422 2019-03-20 06:39:11.372422 193 162 f false account_fiscal_position_tax_tax_dest_id_fkey \N \N \N \N +291 2019-03-20 06:39:11.372422 2019-03-20 06:39:11.372422 193 162 f false account_fiscal_position_tax_tax_src_id_fkey \N \N \N \N +292 2019-03-20 06:39:11.372422 2019-03-20 06:39:11.372422 193 162 f false account_fiscal_position_tax_position_id_fkey \N \N \N \N +293 2019-03-20 06:39:11.396556 2019-03-20 06:39:11.396556 193 163 f false account_fiscal_position_account_position_id_fkey \N \N \N \N +294 2019-03-20 06:39:11.396556 2019-03-20 06:39:11.396556 193 163 f false account_fiscal_position_account_account_dest_id_fkey \N \N \N \N +295 2019-03-20 06:39:11.396556 2019-03-20 06:39:11.396556 193 163 f false account_fiscal_position_account_account_src_id_fkey \N \N \N \N +296 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_tax_default_rel_tax_id_fkey \N \N \N \N +297 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_user_type_id_fkey \N \N \N \N +298 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_account_tag_account_account_id_fkey \N \N \N \N +299 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_tax_default_rel_account_id_fkey \N \N \N \N +300 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_company_id_fkey \N \N \N \N +301 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_account_tag_account_account_tag_id_fkey \N \N \N \N +302 2019-03-20 06:39:11.455662 2019-03-20 06:39:11.455662 193 166 f false account_account_currency_id_fkey \N \N \N \N +303 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_outbound_payment_method_rel_journal_id_fkey \N \N \N \N +304 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_currency_id_fkey \N \N \N \N +305 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_company_id_fkey \N \N \N \N +306 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_account_type_rel_account_id_fkey \N \N \N \N +307 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_type_rel_journal_id_fkey \N \N \N \N +308 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_refund_sequence_id_fkey \N \N \N \N +309 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_sequence_id_fkey \N \N \N \N +310 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_inbound_payment_method_rel_inbound_payment_method_fkey \N \N \N \N +311 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_account_type_rel_journal_id_fkey \N \N \N \N +312 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_inbound_payment_method_rel_journal_id_fkey \N \N \N \N +313 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_default_credit_account_id_fkey \N \N \N \N +314 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_bank_account_id_fkey \N \N \N \N +315 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_loss_account_id_fkey \N \N \N \N +316 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_outbound_payment_method_rel_outbound_payment_method_fkey \N \N \N \N +317 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_default_debit_account_id_fkey \N \N \N \N +318 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_profit_account_id_fkey \N \N \N \N +319 2019-03-20 06:39:11.502593 2019-03-20 06:39:11.502593 193 167 f false account_journal_type_rel_type_id_fkey \N \N \N \N +320 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_company_id_fkey \N \N \N \N +321 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_account_tag_account_account_tag_id_fkey \N \N \N \N +322 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_tax_group_id_fkey \N \N \N \N +323 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_filiation_rel_child_tax_fkey \N \N \N \N +324 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_refund_account_id_fkey \N \N \N \N +325 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_account_id_fkey \N \N \N \N +326 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_account_tag_account_tax_id_fkey \N \N \N \N +327 2019-03-20 06:39:11.625459 2019-03-20 06:39:11.625459 193 169 f false account_tax_filiation_rel_parent_tax_fkey \N \N \N \N +328 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_second_analytic_account_id_fkey \N \N \N \N +329 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_analytic_account_id_fkey \N \N \N \N +330 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_second_journal_id_fkey \N \N \N \N +331 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_tax_id_fkey \N \N \N \N +332 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_journal_id_fkey \N \N \N \N +333 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_account_id_fkey \N \N \N \N +334 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_second_account_id_fkey \N \N \N \N +335 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_company_id_fkey \N \N \N \N +336 2019-03-20 06:39:11.677831 2019-03-20 06:39:11.677831 193 170 f false account_reconcile_model_second_tax_id_fkey \N \N \N \N +337 2019-03-20 06:39:11.745243 2019-03-20 06:39:11.745243 193 173 f false account_register_payments_currency_id_fkey \N \N \N \N +338 2019-03-20 06:39:11.745243 2019-03-20 06:39:11.745243 193 173 f false account_register_payments_payment_method_id_fkey \N \N \N \N +339 2019-03-20 06:39:11.745243 2019-03-20 06:39:11.745243 193 173 f false account_register_payments_partner_id_fkey \N \N \N \N +340 2019-03-20 06:39:11.745243 2019-03-20 06:39:11.745243 193 173 f false account_register_payments_journal_id_fkey \N \N \N \N +341 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_invoice_payment_rel_payment_id_fkey \N \N \N \N +342 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_payment_method_id_fkey \N \N \N \N +343 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_writeoff_account_id_fkey \N \N \N \N +344 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_destination_journal_id_fkey \N \N \N \N +345 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_partner_id_fkey \N \N \N \N +346 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_invoice_payment_rel_invoice_id_fkey \N \N \N \N +347 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_journal_id_fkey \N \N \N \N +348 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_currency_id_fkey \N \N \N \N +349 2019-03-20 06:39:11.769895 2019-03-20 06:39:11.769895 193 174 f false account_payment_company_id_fkey \N \N \N \N +350 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_commercial_partner_id_fkey \N \N \N \N +351 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_journal_id_fkey \N \N \N \N +352 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_user_id_fkey \N \N \N \N +353 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_account_move_line_rel_account_invoice_id_fkey \N \N \N \N +354 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_partner_id_fkey \N \N \N \N +355 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_payment_term_id_fkey \N \N \N \N +356 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_refund_invoice_id_fkey \N \N \N \N +357 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_fiscal_position_id_fkey \N \N \N \N +358 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_account_move_line_rel_account_move_line_id_fkey \N \N \N \N +359 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_account_id_fkey \N \N \N \N +360 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_company_id_fkey \N \N \N \N +361 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_currency_id_fkey \N \N \N \N +362 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_move_id_fkey \N \N \N \N +363 2019-03-20 06:39:11.819284 2019-03-20 06:39:11.819284 193 175 f false account_invoice_partner_bank_id_fkey \N \N \N \N +364 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_account_analytic_id_fkey \N \N \N \N +365 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_tax_tax_id_fkey \N \N \N \N +366 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_analytic_tag_account_invoice_line_rel_account_analytic_tag_id_fkey \N \N \N \N +367 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_analytic_tag_account_invoice_line_rel_account_invoice_line_id_fkey \N \N \N \N +368 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_account_id_fkey \N \N \N \N +369 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_tax_invoice_line_id_fkey \N \N \N \N +370 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_currency_id_fkey \N \N \N \N +371 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_uom_id_fkey \N \N \N \N +372 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_product_id_fkey \N \N \N \N +373 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_company_id_fkey \N \N \N \N +374 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_partner_id_fkey \N \N \N \N +375 2019-03-20 06:39:11.928374 2019-03-20 06:39:11.928374 193 176 f false account_invoice_line_invoice_id_fkey \N \N \N \N +376 2019-03-20 06:39:12.014803 2019-03-20 06:39:12.014803 193 177 f false account_invoice_tax_invoice_id_fkey \N \N \N \N +377 2019-03-20 06:39:12.014803 2019-03-20 06:39:12.014803 193 177 f false account_invoice_tax_account_analytic_id_fkey \N \N \N \N +378 2019-03-20 06:39:12.014803 2019-03-20 06:39:12.014803 193 177 f false account_invoice_tax_company_id_fkey \N \N \N \N +379 2019-03-20 06:39:12.014803 2019-03-20 06:39:12.014803 193 177 f false account_invoice_tax_account_id_fkey \N \N \N \N +380 2019-03-20 06:39:12.014803 2019-03-20 06:39:12.014803 193 177 f false account_invoice_tax_currency_id_fkey \N \N \N \N +381 2019-03-20 06:39:12.014803 2019-03-20 06:39:12.014803 193 177 f false account_invoice_tax_tax_id_fkey \N \N \N \N +382 2019-03-20 06:39:12.071447 2019-03-20 06:39:12.071447 193 178 f false account_payment_term_company_id_fkey \N \N \N \N +383 2019-03-20 06:39:12.085111 2019-03-20 06:39:12.085111 193 179 f false account_payment_term_line_payment_id_fkey \N \N \N \N +384 2019-03-20 06:39:12.099326 2019-03-20 06:39:12.099326 193 180 f false account_cashbox_line_cashbox_id_fkey \N \N \N \N +385 2019-03-20 06:39:12.125295 2019-03-20 06:39:12.125295 193 183 f false account_bank_statement_journal_id_fkey \N \N \N \N +386 2019-03-20 06:39:12.125295 2019-03-20 06:39:12.125295 193 183 f false account_bank_statement_user_id_fkey \N \N \N \N +387 2019-03-20 06:39:12.125295 2019-03-20 06:39:12.125295 193 183 f false account_bank_statement_cashbox_end_id_fkey \N \N \N \N +388 2019-03-20 06:39:12.125295 2019-03-20 06:39:12.125295 193 183 f false account_bank_statement_company_id_fkey \N \N \N \N +389 2019-03-20 06:39:12.125295 2019-03-20 06:39:12.125295 193 183 f false account_bank_statement_cashbox_start_id_fkey \N \N \N \N +390 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_bank_account_id_fkey \N \N \N \N +391 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_company_id_fkey \N \N \N \N +392 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_currency_id_fkey \N \N \N \N +393 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_statement_id_fkey \N \N \N \N +394 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_account_id_fkey \N \N \N \N +395 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_journal_id_fkey \N \N \N \N +396 2019-03-20 06:39:12.155307 2019-03-20 06:39:12.155307 193 184 f false account_bank_statement_line_partner_id_fkey \N \N \N \N +397 2019-03-20 06:39:12.193805 2019-03-20 06:39:12.193805 193 185 f false account_move_journal_id_fkey \N \N \N \N +398 2019-03-20 06:39:12.193805 2019-03-20 06:39:12.193805 193 185 f false account_move_statement_line_id_fkey \N \N \N \N +399 2019-03-20 06:39:12.193805 2019-03-20 06:39:12.193805 193 185 f false account_move_currency_id_fkey \N \N \N \N +400 2019-03-20 06:39:12.193805 2019-03-20 06:39:12.193805 193 185 f false account_move_company_id_fkey \N \N \N \N +401 2019-03-20 06:39:12.193805 2019-03-20 06:39:12.193805 193 185 f false account_move_partner_id_fkey \N \N \N \N +402 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_company_currency_id_fkey \N \N \N \N +403 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_payment_id_fkey \N \N \N \N +404 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_full_reconcile_id_fkey \N \N \N \N +405 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_user_type_id_fkey \N \N \N \N +406 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_partner_id_fkey \N \N \N \N +407 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_analytic_tag_account_move_line_rel_account_analytic_tag_id_fkey \N \N \N \N +408 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_currency_id_fkey \N \N \N \N +409 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_account_tax_rel_account_tax_id_fkey \N \N \N \N +410 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_analytic_tag_account_move_line_rel_account_move_line_id_fkey \N \N \N \N +411 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_account_tax_rel_account_move_line_id_fkey \N \N \N \N +412 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_journal_id_fkey \N \N \N \N +413 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_company_id_fkey \N \N \N \N +414 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_invoice_id_fkey \N \N \N \N +415 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_analytic_account_id_fkey \N \N \N \N +416 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_product_uom_id_fkey \N \N \N \N +417 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_account_id_fkey \N \N \N \N +418 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_statement_id_fkey \N \N \N \N +419 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_product_id_fkey \N \N \N \N +420 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_move_id_fkey \N \N \N \N +421 2019-03-20 06:39:12.220096 2019-03-20 06:39:12.220096 193 186 f false account_move_line_tax_line_id_fkey \N \N \N \N +422 2019-03-20 06:39:12.37103 2019-03-20 06:39:12.37103 193 187 f false account_partial_reconcile_debit_move_id_fkey \N \N \N \N +423 2019-03-20 06:39:12.37103 2019-03-20 06:39:12.37103 193 187 f false account_partial_reconcile_credit_move_id_fkey \N \N \N \N +424 2019-03-20 06:39:12.37103 2019-03-20 06:39:12.37103 193 187 f false account_partial_reconcile_currency_id_fkey \N \N \N \N +425 2019-03-20 06:39:12.37103 2019-03-20 06:39:12.37103 193 187 f false account_partial_reconcile_full_reconcile_id_fkey \N \N \N \N +426 2019-03-20 06:39:12.37103 2019-03-20 06:39:12.37103 193 187 f false account_partial_reconcile_company_id_fkey \N \N \N \N +427 2019-03-20 06:39:12.412944 2019-03-20 06:39:12.412944 193 188 f false account_full_reconcile_exchange_move_id_fkey \N \N \N \N +428 2019-03-20 06:39:12.412944 2019-03-20 06:39:12.412944 193 188 f false account_full_reconcile_exchange_partial_rec_id_fkey \N \N \N \N +429 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_currency_id_fkey \N \N \N \N +430 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_account_tag_account_account_tag_id_fkey \N \N \N \N +431 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_tax_rel_account_id_fkey \N \N \N \N +432 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_account_tag_account_account_template_id_fkey \N \N \N \N +433 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_chart_template_id_fkey \N \N \N \N +434 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_tax_rel_tax_id_fkey \N \N \N \N +435 2019-03-20 06:39:12.434473 2019-03-20 06:39:12.434473 193 189 f false account_account_template_user_type_id_fkey \N \N \N \N +436 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_stock_valuation_account_id_fkey \N \N \N \N +437 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_expense_currency_exchange_account_id_fkey \N \N \N \N +438 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_company_id_fkey \N \N \N \N +439 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_account_income_categ_id_fkey \N \N \N \N +440 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_account_income_id_fkey \N \N \N \N +441 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_transfer_account_id_fkey \N \N \N \N +442 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_account_expense_id_fkey \N \N \N \N +443 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_parent_id_fkey \N \N \N \N +444 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_account_payable_id_fkey \N \N \N \N +445 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_stock_account_output_categ_id_fkey \N \N \N \N +446 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_income_currency_exchange_account_id_fkey \N \N \N \N +447 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_account_expense_categ_id_fkey \N \N \N \N +448 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_stock_account_input_categ_id_fkey \N \N \N \N +449 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_property_account_receivable_id_fkey \N \N \N \N +450 2019-03-20 06:39:12.479469 2019-03-20 06:39:12.479469 193 190 f false account_chart_template_currency_id_fkey \N \N \N \N +451 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_refund_account_id_fkey \N \N \N \N +452 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_chart_template_id_fkey \N \N \N \N +453 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_company_id_fkey \N \N \N \N +454 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_filiation_rel_parent_tax_fkey \N \N \N \N +455 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_account_tag_account_tax_template_rel_account_tax_template_id_fkey \N \N \N \N +456 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_account_tag_account_tax_template_rel_account_account_tag_id_fkey \N \N \N \N +457 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_account_id_fkey \N \N \N \N +458 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_tax_group_id_fkey \N \N \N \N +459 2019-03-20 06:39:12.562588 2019-03-20 06:39:12.562588 193 191 f false account_tax_template_filiation_rel_child_tax_fkey \N \N \N \N +460 2019-03-20 06:39:12.648807 2019-03-20 06:39:12.648807 193 192 f false account_fiscal_position_template_chart_template_id_fkey \N \N \N \N +461 2019-03-20 06:39:12.678092 2019-03-20 06:39:12.678092 193 193 f false account_fiscal_position_tax_template_tax_src_id_fkey \N \N \N \N +462 2019-03-20 06:39:12.678092 2019-03-20 06:39:12.678092 193 193 f false account_fiscal_position_tax_template_tax_dest_id_fkey \N \N \N \N +463 2019-03-20 06:39:12.678092 2019-03-20 06:39:12.678092 193 193 f false account_fiscal_position_tax_template_position_id_fkey \N \N \N \N +464 2019-03-20 06:39:12.713428 2019-03-20 06:39:12.713428 193 194 f false account_fiscal_position_account_template_position_id_fkey \N \N \N \N +465 2019-03-20 06:39:12.713428 2019-03-20 06:39:12.713428 193 194 f false account_fiscal_position_account_template_account_dest_id_fkey \N \N \N \N +466 2019-03-20 06:39:12.713428 2019-03-20 06:39:12.713428 193 194 f false account_fiscal_position_account_template_account_src_id_fkey \N \N \N \N +467 2019-03-20 06:39:12.747011 2019-03-20 06:39:12.747011 193 195 f false wizard_multi_charts_accounts_chart_template_id_fkey \N \N \N \N +468 2019-03-20 06:39:12.747011 2019-03-20 06:39:12.747011 193 195 f false wizard_multi_charts_accounts_sale_tax_id_fkey \N \N \N \N +469 2019-03-20 06:39:12.747011 2019-03-20 06:39:12.747011 193 195 f false wizard_multi_charts_accounts_currency_id_fkey \N \N \N \N +470 2019-03-20 06:39:12.747011 2019-03-20 06:39:12.747011 193 195 f false wizard_multi_charts_accounts_company_id_fkey \N \N \N \N +471 2019-03-20 06:39:12.747011 2019-03-20 06:39:12.747011 193 195 f false wizard_multi_charts_accounts_transfer_account_id_fkey \N \N \N \N +472 2019-03-20 06:39:12.747011 2019-03-20 06:39:12.747011 193 195 f false wizard_multi_charts_accounts_purchase_tax_id_fkey \N \N \N \N +473 2019-03-20 06:39:12.797066 2019-03-20 06:39:12.797066 193 196 f false account_bank_accounts_wizard_currency_id_fkey \N \N \N \N +474 2019-03-20 06:39:12.797066 2019-03-20 06:39:12.797066 193 196 f false account_bank_accounts_wizard_bank_account_id_fkey \N \N \N \N +475 2019-03-20 06:39:12.823059 2019-03-20 06:39:12.823059 193 197 f false account_reconcile_model_template_account_id_fkey \N \N \N \N +476 2019-03-20 06:39:12.823059 2019-03-20 06:39:12.823059 193 197 f false account_reconcile_model_template_second_tax_id_fkey \N \N \N \N +477 2019-03-20 06:39:12.823059 2019-03-20 06:39:12.823059 193 197 f false account_reconcile_model_template_tax_id_fkey \N \N \N \N +478 2019-03-20 06:39:12.823059 2019-03-20 06:39:12.823059 193 197 f false account_reconcile_model_template_second_account_id_fkey \N \N \N \N +479 2019-03-20 06:39:12.848333 2019-03-20 06:39:12.848333 193 143 f false account_analytic_line_move_id_fkey \N \N \N \N +480 2019-03-20 06:39:12.848333 2019-03-20 06:39:12.848333 193 143 f false account_analytic_line_product_id_fkey \N \N \N \N +481 2019-03-20 06:39:12.848333 2019-03-20 06:39:12.848333 193 143 f false account_analytic_line_currency_id_fkey \N \N \N \N +482 2019-03-20 06:39:12.848333 2019-03-20 06:39:12.848333 193 143 f false account_analytic_line_general_account_id_fkey \N \N \N \N +483 2019-03-20 06:39:12.848333 2019-03-20 06:39:12.848333 193 143 f false account_analytic_line_product_uom_id_fkey \N \N \N \N +484 2019-03-20 06:39:12.870804 2019-03-20 06:39:12.870804 193 145 f false product_supplier_taxes_rel_prod_id_fkey \N \N \N \N +485 2019-03-20 06:39:12.870804 2019-03-20 06:39:12.870804 193 145 f false product_supplier_taxes_rel_tax_id_fkey \N \N \N \N +486 2019-03-20 06:39:12.870804 2019-03-20 06:39:12.870804 193 145 f false product_taxes_rel_prod_id_fkey \N \N \N \N +487 2019-03-20 06:39:12.870804 2019-03-20 06:39:12.870804 193 145 f false product_taxes_rel_tax_id_fkey \N \N \N \N +488 2019-03-20 06:39:12.887044 2019-03-20 06:39:12.887044 193 88 f false res_company_currency_exchange_journal_id_fkey \N \N \N \N +489 2019-03-20 06:39:12.887044 2019-03-20 06:39:12.887044 193 88 f false res_company_chart_template_id_fkey \N \N \N \N +490 2019-03-20 06:39:12.887044 2019-03-20 06:39:12.887044 193 88 f false res_company_property_stock_account_input_categ_id_fkey \N \N \N \N +491 2019-03-20 06:39:12.887044 2019-03-20 06:39:12.887044 193 88 f false res_company_property_stock_account_output_categ_id_fkey \N \N \N \N +492 2019-03-20 06:39:12.887044 2019-03-20 06:39:12.887044 193 88 f false res_company_transfer_account_id_fkey \N \N \N \N +493 2019-03-20 06:39:12.887044 2019-03-20 06:39:12.887044 193 88 f false res_company_property_stock_valuation_account_id_fkey \N \N \N \N +494 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_sale_tax_id_fkey \N \N \N \N +495 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_default_purchase_tax_id_fkey \N \N \N \N +496 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_template_transfer_account_id_fkey \N \N \N \N +497 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_default_sale_tax_id_fkey \N \N \N \N +498 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_company_id_fkey \N \N \N \N +499 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_chart_template_id_fkey \N \N \N \N +500 2019-03-20 06:39:12.917134 2019-03-20 06:39:12.917134 193 198 f false account_config_settings_purchase_tax_id_fkey \N \N \N \N +501 2019-03-20 06:39:12.956875 2019-03-20 06:39:12.956875 193 199 f false account_move_line_reconcile_company_id_fkey \N \N \N \N +502 2019-03-20 06:39:12.969199 2019-03-20 06:39:12.969199 193 200 f false account_move_line_reconcile_writeoff_journal_id_fkey \N \N \N \N +503 2019-03-20 06:39:12.969199 2019-03-20 06:39:12.969199 193 200 f false account_move_line_reconcile_writeoff_analytic_id_fkey \N \N \N \N +504 2019-03-20 06:39:12.969199 2019-03-20 06:39:12.969199 193 200 f false account_move_line_reconcile_writeoff_writeoff_acc_id_fkey \N \N \N \N +505 2019-03-20 06:39:13.050842 2019-03-20 06:39:13.050842 193 208 f false account_move_reversal_journal_id_fkey \N \N \N \N +506 2019-03-20 06:39:13.063601 2019-03-20 06:39:13.063601 193 209 f false account_common_report_account_journal_rel_account_common_report_id_fkey \N \N \N \N +507 2019-03-20 06:39:13.063601 2019-03-20 06:39:13.063601 193 209 f false account_common_report_account_journal_rel_account_journal_id_fkey \N \N \N \N +508 2019-03-20 06:39:13.063601 2019-03-20 06:39:13.063601 193 209 f false account_common_report_company_id_fkey \N \N \N \N +509 2019-03-20 06:39:13.102885 2019-03-20 06:39:13.102885 193 210 f false account_common_account_report_account_journal_rel_account_journal_id_fkey \N \N \N \N +510 2019-03-20 06:39:13.102885 2019-03-20 06:39:13.102885 193 210 f false account_common_account_report_account_journal_rel_account_common_account_report_id_fkey \N \N \N \N +511 2019-03-20 06:39:13.102885 2019-03-20 06:39:13.102885 193 210 f false account_common_account_report_company_id_fkey \N \N \N \N +512 2019-03-20 06:39:13.131382 2019-03-20 06:39:13.131382 193 211 f false account_common_partner_report_company_id_fkey \N \N \N \N +513 2019-03-20 06:39:13.131382 2019-03-20 06:39:13.131382 193 211 f false account_common_partner_report_account_journal_rel_account_common_partner_report_id_fkey \N \N \N \N +514 2019-03-20 06:39:13.131382 2019-03-20 06:39:13.131382 193 211 f false account_common_partner_report_account_journal_rel_account_journal_id_fkey \N \N \N \N +515 2019-03-20 06:39:13.166781 2019-03-20 06:39:13.166781 193 212 f false account_common_journal_report_account_journal_rel_account_journal_id_fkey \N \N \N \N +516 2019-03-20 06:39:13.166781 2019-03-20 06:39:13.166781 193 212 f false account_common_journal_report_account_journal_rel_account_common_journal_report_id_fkey \N \N \N \N +517 2019-03-20 06:39:13.166781 2019-03-20 06:39:13.166781 193 212 f false account_common_journal_report_company_id_fkey \N \N \N \N +518 2019-03-20 06:39:13.194256 2019-03-20 06:39:13.194256 193 213 f false account_print_journal_company_id_fkey \N \N \N \N +519 2019-03-20 06:39:13.194256 2019-03-20 06:39:13.194256 193 213 f false account_journal_account_print_journal_rel_account_print_journal_id_fkey \N \N \N \N +520 2019-03-20 06:39:13.194256 2019-03-20 06:39:13.194256 193 213 f false account_journal_account_print_journal_rel_account_journal_id_fkey \N \N \N \N +521 2019-03-20 06:39:13.227131 2019-03-20 06:39:13.227131 193 214 f false account_report_general_ledger_company_id_fkey \N \N \N \N +522 2019-03-20 06:39:13.227131 2019-03-20 06:39:13.227131 193 214 f false account_report_general_ledger_journal_rel_account_id_fkey \N \N \N \N +523 2019-03-20 06:39:13.227131 2019-03-20 06:39:13.227131 193 214 f false account_report_general_ledger_journal_rel_journal_id_fkey \N \N \N \N +524 2019-03-20 06:39:13.258692 2019-03-20 06:39:13.258692 193 215 f false account_journal_account_report_partner_ledger_rel_account_journal_id_fkey \N \N \N \N +525 2019-03-20 06:39:13.258692 2019-03-20 06:39:13.258692 193 215 f false account_journal_account_report_partner_ledger_rel_account_report_partner_ledger_id_fkey \N \N \N \N +526 2019-03-20 06:39:13.258692 2019-03-20 06:39:13.258692 193 215 f false account_report_partner_ledger_company_id_fkey \N \N \N \N +527 2019-03-20 06:39:13.287547 2019-03-20 06:39:13.287547 193 216 f false account_balance_report_journal_rel_account_id_fkey \N \N \N \N +528 2019-03-20 06:39:13.287547 2019-03-20 06:39:13.287547 193 216 f false account_balance_report_journal_rel_journal_id_fkey \N \N \N \N +529 2019-03-20 06:39:13.287547 2019-03-20 06:39:13.287547 193 216 f false account_balance_report_company_id_fkey \N \N \N \N +530 2019-03-20 06:39:13.31575 2019-03-20 06:39:13.31575 193 217 f false accounting_report_company_id_fkey \N \N \N \N +531 2019-03-20 06:39:13.31575 2019-03-20 06:39:13.31575 193 217 f false account_journal_accounting_report_rel_accounting_report_id_fkey \N \N \N \N +532 2019-03-20 06:39:13.31575 2019-03-20 06:39:13.31575 193 217 f false account_journal_accounting_report_rel_account_journal_id_fkey \N \N \N \N +533 2019-03-20 06:39:13.31575 2019-03-20 06:39:13.31575 193 217 f false accounting_report_account_report_id_fkey \N \N \N \N +534 2019-03-20 06:39:13.352284 2019-03-20 06:39:13.352284 193 218 f false account_aged_trial_balance_account_journal_rel_account_journal_id_fkey \N \N \N \N +535 2019-03-20 06:39:13.352284 2019-03-20 06:39:13.352284 193 218 f false account_aged_trial_balance_account_journal_rel_account_aged_trial_balance_id_fkey \N \N \N \N +536 2019-03-20 06:39:13.352284 2019-03-20 06:39:13.352284 193 218 f false account_aged_trial_balance_company_id_fkey \N \N \N \N +537 2019-03-20 06:39:13.394526 2019-03-20 06:39:13.394526 193 219 f false tax_adjustments_wizard_debit_account_id_fkey \N \N \N \N +538 2019-03-20 06:39:13.394526 2019-03-20 06:39:13.394526 193 219 f false tax_adjustments_wizard_company_currency_id_fkey \N \N \N \N +539 2019-03-20 06:39:13.394526 2019-03-20 06:39:13.394526 193 219 f false tax_adjustments_wizard_journal_id_fkey \N \N \N \N +540 2019-03-20 06:39:13.394526 2019-03-20 06:39:13.394526 193 219 f false tax_adjustments_wizard_credit_account_id_fkey \N \N \N \N +541 2019-03-20 06:39:13.394526 2019-03-20 06:39:13.394526 193 219 f false tax_adjustments_wizard_tax_id_fkey \N \N \N \N +542 2019-03-20 06:39:13.451764 2019-03-20 06:39:13.451764 193 220 f false account_account_financial_report_type_account_type_id_fkey \N \N \N \N +543 2019-03-20 06:39:13.451764 2019-03-20 06:39:13.451764 193 220 f false account_financial_report_parent_id_fkey \N \N \N \N +544 2019-03-20 06:39:13.451764 2019-03-20 06:39:13.451764 193 220 f false account_financial_report_account_report_id_fkey \N \N \N \N +545 2019-03-20 06:39:13.451764 2019-03-20 06:39:13.451764 193 220 f false account_account_financial_report_report_line_id_fkey \N \N \N \N +546 2019-03-20 06:39:13.451764 2019-03-20 06:39:13.451764 193 220 f false account_account_financial_report_type_report_id_fkey \N \N \N \N +547 2019-03-20 06:39:13.451764 2019-03-20 06:39:13.451764 193 220 f false account_account_financial_report_account_id_fkey \N \N \N \N +548 2019-03-20 06:39:38.158378 2019-03-20 06:39:38.158378 272 229 f false portal_wizard_portal_id_fkey \N \N \N \N +549 2019-03-20 06:39:38.178329 2019-03-20 06:39:38.178329 272 230 f false portal_wizard_user_partner_id_fkey \N \N \N \N +550 2019-03-20 06:39:38.178329 2019-03-20 06:39:38.178329 272 230 f false portal_wizard_user_user_id_fkey \N \N \N \N +551 2019-03-20 06:39:38.178329 2019-03-20 06:39:38.178329 272 230 f false portal_wizard_user_wizard_id_fkey \N \N \N \N +552 2019-03-20 06:39:40.335434 2019-03-20 06:39:40.335434 286 232 f false procurement_rule_company_id_fkey \N \N \N \N +553 2019-03-20 06:39:40.335434 2019-03-20 06:39:40.335434 286 232 f false procurement_rule_group_id_fkey \N \N \N \N +554 2019-03-20 06:39:40.358424 2019-03-20 06:39:40.358424 286 233 f false procurement_order_product_id_fkey \N \N \N \N +555 2019-03-20 06:39:40.358424 2019-03-20 06:39:40.358424 286 233 f false procurement_order_product_uom_fkey \N \N \N \N +556 2019-03-20 06:39:40.358424 2019-03-20 06:39:40.358424 286 233 f false procurement_order_company_id_fkey \N \N \N \N +557 2019-03-20 06:39:40.358424 2019-03-20 06:39:40.358424 286 233 f false procurement_order_rule_id_fkey \N \N \N \N +558 2019-03-20 06:39:40.358424 2019-03-20 06:39:40.358424 286 233 f false procurement_order_group_id_fkey \N \N \N \N +559 2019-03-20 06:39:43.330438 2019-03-20 06:39:43.330438 138 184 u unique(unique_import_id) account_bank_statement_line_unique_import_id \N \N \N \N +560 2019-03-20 06:39:43.804852 2019-03-20 06:39:43.804852 138 236 f false account_bank_statement_import_journal_creation_journal_id_fkey \N \N \N \N +561 2019-03-20 06:39:45.677558 2019-03-20 06:39:45.677558 7 237 f false account_voucher_journal_id_fkey \N \N \N \N +562 2019-03-20 06:39:45.677558 2019-03-20 06:39:45.677558 7 237 f false account_voucher_move_id_fkey \N \N \N \N +563 2019-03-20 06:39:45.677558 2019-03-20 06:39:45.677558 7 237 f false account_voucher_account_id_fkey \N \N \N \N +564 2019-03-20 06:39:45.677558 2019-03-20 06:39:45.677558 7 237 f false account_voucher_partner_id_fkey \N \N \N \N +565 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_voucher_line_account_analytic_id_fkey \N \N \N \N +566 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_voucher_line_company_id_fkey \N \N \N \N +567 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_tax_account_voucher_line_rel_account_tax_id_fkey \N \N \N \N +568 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_voucher_line_voucher_id_fkey \N \N \N \N +569 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_voucher_line_product_id_fkey \N \N \N \N +570 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_voucher_line_account_id_fkey \N \N \N \N +571 2019-03-20 06:39:45.724693 2019-03-20 06:39:45.724693 7 238 f false account_tax_account_voucher_line_rel_account_voucher_line_id_fkey \N \N \N \N +572 2019-03-20 06:39:49.054168 2019-03-20 06:39:49.054168 163 239 f false payment_acquirer_company_id_fkey \N \N \N \N +573 2019-03-20 06:39:49.054168 2019-03-20 06:39:49.054168 163 239 f false payment_acquirer_module_id_fkey \N \N \N \N +574 2019-03-20 06:39:49.054168 2019-03-20 06:39:49.054168 163 239 f false payment_acquirer_journal_id_fkey \N \N \N \N +575 2019-03-20 06:39:49.054168 2019-03-20 06:39:49.054168 163 239 f false payment_acquirer_view_template_id_fkey \N \N \N \N +576 2019-03-20 06:39:49.054168 2019-03-20 06:39:49.054168 163 239 f false payment_acquirer_registration_view_template_id_fkey \N \N \N \N +577 2019-03-20 06:39:49.086589 2019-03-20 06:39:49.086589 163 240 f false payment_transaction_partner_id_fkey \N \N \N \N +578 2019-03-20 06:39:49.086589 2019-03-20 06:39:49.086589 163 240 f false payment_transaction_currency_id_fkey \N \N \N \N +579 2019-03-20 06:39:49.086589 2019-03-20 06:39:49.086589 163 240 f false payment_transaction_payment_token_id_fkey \N \N \N \N +580 2019-03-20 06:39:49.086589 2019-03-20 06:39:49.086589 163 240 f false payment_transaction_acquirer_id_fkey \N \N \N \N +581 2019-03-20 06:39:49.086589 2019-03-20 06:39:49.086589 163 240 f false payment_transaction_partner_country_id_fkey \N \N \N \N +582 2019-03-20 06:39:49.13406 2019-03-20 06:39:49.13406 163 241 f false payment_token_acquirer_id_fkey \N \N \N \N +583 2019-03-20 06:39:49.13406 2019-03-20 06:39:49.13406 163 241 f false payment_token_partner_id_fkey \N \N \N \N +584 2019-03-20 06:39:49.160362 2019-03-20 06:39:49.160362 163 174 f false account_payment_payment_transaction_id_fkey \N \N \N \N +585 2019-03-20 06:39:49.160362 2019-03-20 06:39:49.160362 163 174 f false account_payment_payment_token_id_fkey \N \N \N \N +586 2019-03-20 06:39:56.253455 2019-03-20 06:39:56.253455 54 175 f false account_invoice_disc_acc_id_fkey \N \N \N \N +587 2019-03-20 06:39:56.260185 2019-03-20 06:39:56.260185 54 174 f false account_payment_invoice_id_fkey \N \N \N \N +588 2019-03-20 06:48:07.854546 2019-03-20 06:48:07.854546 155 246 f false barcode_rule_barcode_nomenclature_id_fkey \N \N \N \N +589 2019-03-20 06:48:09.807371 2019-03-20 06:48:09.807371 287 248 f false crm_team_user_id_fkey \N \N \N \N +590 2019-03-20 06:48:09.807371 2019-03-20 06:48:09.807371 287 248 f false crm_team_company_id_fkey \N \N \N \N +591 2019-03-20 06:48:09.831538 2019-03-20 06:48:09.831538 287 79 f false res_partner_team_id_fkey \N \N \N \N +592 2019-03-20 06:48:09.84103 2019-03-20 06:48:09.84103 287 91 f false res_users_sale_team_id_fkey \N \N \N \N +593 2019-03-20 06:48:18.207801 2019-03-20 06:48:18.207801 283 175 f false account_invoice_team_id_fkey \N \N \N \N +594 2019-03-20 06:48:18.207801 2019-03-20 06:48:18.207801 283 175 f false account_invoice_partner_shipping_id_fkey \N \N \N \N +595 2019-03-20 06:48:18.227657 2019-03-20 06:48:18.227657 283 176 f false sale_order_line_invoice_rel_invoice_line_id_fkey \N \N \N \N +596 2019-03-20 06:48:18.227657 2019-03-20 06:48:18.227657 283 176 f false sale_order_line_invoice_rel_order_line_id_fkey \N \N \N \N +597 2019-03-20 06:48:18.227657 2019-03-20 06:48:18.227657 283 176 f false account_invoice_line_layout_category_id_fkey \N \N \N \N +598 2019-03-20 06:48:18.248634 2019-03-20 06:48:18.248634 283 233 f false procurement_order_sale_line_id_fkey \N \N \N \N +599 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_company_id_fkey \N \N \N \N +600 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_procurement_group_id_fkey \N \N \N \N +601 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_project_id_fkey \N \N \N \N +602 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_partner_id_fkey \N \N \N \N +603 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_pricelist_id_fkey \N \N \N \N +604 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_payment_term_id_fkey \N \N \N \N +605 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_partner_invoice_id_fkey \N \N \N \N +606 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_partner_shipping_id_fkey \N \N \N \N +607 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_fiscal_position_id_fkey \N \N \N \N +608 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_user_id_fkey \N \N \N \N +609 2019-03-20 06:48:18.258696 2019-03-20 06:48:18.258696 283 250 f false sale_order_team_id_fkey \N \N \N \N +610 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_order_partner_id_fkey \N \N \N \N +611 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_order_id_fkey \N \N \N \N +612 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false account_analytic_tag_sale_order_line_rel_sale_order_line_id_fkey \N \N \N \N +613 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_salesman_id_fkey \N \N \N \N +614 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false account_analytic_tag_sale_order_line_rel_account_analytic_tag_id_fkey \N \N \N \N +615 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_product_id_fkey \N \N \N \N +616 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_layout_category_id_fkey \N \N \N \N +617 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_currency_id_fkey \N \N \N \N +618 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false account_tax_sale_order_line_rel_account_tax_id_fkey \N \N \N \N +619 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_company_id_fkey \N \N \N \N +620 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false account_tax_sale_order_line_rel_sale_order_line_id_fkey \N \N \N \N +621 2019-03-20 06:48:18.352461 2019-03-20 06:48:18.352461 283 251 f false sale_order_line_product_uom_fkey \N \N \N \N +622 2019-03-20 06:48:18.456099 2019-03-20 06:48:18.456099 283 143 f false account_analytic_line_so_line_fkey \N \N \N \N +623 2019-03-20 06:48:18.467447 2019-03-20 06:48:18.467447 283 249 f false sale_config_settings_company_id_fkey \N \N \N \N +624 2019-03-20 06:48:18.467447 2019-03-20 06:48:18.467447 283 249 f false sale_config_settings_deposit_product_id_setting_fkey \N \N \N \N +625 2019-03-20 06:48:18.498567 2019-03-20 06:48:18.498567 283 254 f false sale_advance_payment_inv_product_id_fkey \N \N \N \N +626 2019-03-20 06:48:18.498567 2019-03-20 06:48:18.498567 283 254 f false sale_advance_payment_inv_deposit_account_id_fkey \N \N \N \N +627 2019-03-20 06:48:18.498567 2019-03-20 06:48:18.498567 283 254 f false account_tax_sale_advance_payment_inv_rel_sale_advance_payment_inv_id_fkey \N \N \N \N +628 2019-03-20 06:48:18.498567 2019-03-20 06:48:18.498567 283 254 f false account_tax_sale_advance_payment_inv_rel_account_tax_id_fkey \N \N \N \N +629 2019-03-20 06:48:37.730411 2019-03-20 06:48:37.730411 253 262 u unique(barcode,company_id) stock_location_barcode_company_uniq \N \N \N \N +630 2019-03-20 06:48:39.115795 2019-03-20 06:48:39.115795 253 267 u check(qty >= 0.0) stock_pack_operation_lot_qty \N \N \N \N +631 2019-03-20 06:48:39.123484 2019-03-20 06:48:39.123484 253 267 u unique(operation_id,lot_id) stock_pack_operation_lot_uniq_lot_id \N \N \N \N +632 2019-03-20 06:48:39.130479 2019-03-20 06:48:39.130479 253 267 u unique(operation_id,lot_name) stock_pack_operation_lot_uniq_lot_name \N \N \N \N +633 2019-03-20 06:48:39.336393 2019-03-20 06:48:39.336393 253 269 u unique(name,product_id) stock_production_lot_name_ref_uniq \N \N \N \N +634 2019-03-20 06:48:39.89935 2019-03-20 06:48:39.89935 253 271 u unique(name,company_id) stock_picking_name_uniq \N \N \N \N +635 2019-03-20 06:48:40.492663 2019-03-20 06:48:40.492663 253 274 u unique(name,company_id) stock_warehouse_warehouse_name_uniq \N \N \N \N +636 2019-03-20 06:48:40.502907 2019-03-20 06:48:40.502907 253 274 u unique(code,company_id) stock_warehouse_warehouse_code_uniq \N \N \N \N +637 2019-03-20 06:48:40.639086 2019-03-20 06:48:40.639086 253 275 u check( qty_multiple >= 0 ) stock_warehouse_orderpoint_qty_multiple_check \N \N \N \N +638 2019-03-20 06:48:41.744033 2019-03-20 06:48:41.744033 253 145 f false stock_route_product_route_id_fkey \N \N \N \N +639 2019-03-20 06:48:41.744033 2019-03-20 06:48:41.744033 253 145 f false product_template_warehouse_id_fkey \N \N \N \N +640 2019-03-20 06:48:41.744033 2019-03-20 06:48:41.744033 253 145 f false stock_route_product_product_id_fkey \N \N \N \N +641 2019-03-20 06:48:41.744033 2019-03-20 06:48:41.744033 253 145 f false product_template_location_id_fkey \N \N \N \N +642 2019-03-20 06:48:41.766885 2019-03-20 06:48:41.766885 253 146 f false stock_location_route_categ_categ_id_fkey \N \N \N \N +643 2019-03-20 06:48:41.766885 2019-03-20 06:48:41.766885 253 146 f false stock_location_route_categ_route_id_fkey \N \N \N \N +644 2019-03-20 06:48:41.766885 2019-03-20 06:48:41.766885 253 146 f false product_category_removal_strategy_id_fkey \N \N \N \N +645 2019-03-20 06:48:41.784268 2019-03-20 06:48:41.784268 253 231 f false procurement_group_partner_id_fkey \N \N \N \N +646 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_warehouse_id_fkey \N \N \N \N +647 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_route_id_fkey \N \N \N \N +648 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_propagate_warehouse_id_fkey \N \N \N \N +649 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_partner_address_id_fkey \N \N \N \N +650 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_location_src_id_fkey \N \N \N \N +651 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_location_id_fkey \N \N \N \N +652 2019-03-20 06:48:41.792966 2019-03-20 06:48:41.792966 253 232 f false procurement_rule_picking_type_id_fkey \N \N \N \N +653 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false procurement_order_warehouse_id_fkey \N \N \N \N +654 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false procurement_order_location_id_fkey \N \N \N \N +655 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false procurement_order_orderpoint_id_fkey \N \N \N \N +656 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false procurement_order_move_dest_id_fkey \N \N \N \N +657 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false stock_location_route_procurement_route_id_fkey \N \N \N \N +658 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false stock_location_route_procurement_procurement_id_fkey \N \N \N \N +659 2019-03-20 06:48:41.829883 2019-03-20 06:48:41.829883 253 233 f false procurement_order_partner_dest_id_fkey \N \N \N \N +660 2019-03-20 06:48:41.886556 2019-03-20 06:48:41.886556 253 257 f false stock_fixed_putaway_strat_fixed_location_id_fkey \N \N \N \N +661 2019-03-20 06:48:41.886556 2019-03-20 06:48:41.886556 253 257 f false stock_fixed_putaway_strat_putaway_id_fkey \N \N \N \N +662 2019-03-20 06:48:41.886556 2019-03-20 06:48:41.886556 253 257 f false stock_fixed_putaway_strat_category_id_fkey \N \N \N \N +663 2019-03-20 06:48:41.924498 2019-03-20 06:48:41.924498 253 88 f false res_company_internal_transit_location_id_fkey \N \N \N \N +664 2019-03-20 06:48:41.940959 2019-03-20 06:48:41.940959 253 258 f false stock_config_settings_company_id_fkey \N \N \N \N +665 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_lot_id_fkey \N \N \N \N +666 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_location_id_fkey \N \N \N \N +667 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_category_id_fkey \N \N \N \N +668 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_package_id_fkey \N \N \N \N +669 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_partner_id_fkey \N \N \N \N +670 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_product_id_fkey \N \N \N \N +671 2019-03-20 06:48:41.968213 2019-03-20 06:48:41.968213 253 260 f false stock_inventory_company_id_fkey \N \N \N \N +672 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_location_id_fkey \N \N \N \N +673 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_package_id_fkey \N \N \N \N +674 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_inventory_id_fkey \N \N \N \N +675 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_company_id_fkey \N \N \N \N +676 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_product_id_fkey \N \N \N \N +677 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_prod_lot_id_fkey \N \N \N \N +678 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_product_uom_id_fkey \N \N \N \N +679 2019-03-20 06:48:42.011958 2019-03-20 06:48:42.011958 253 261 f false stock_inventory_line_partner_id_fkey \N \N \N \N +680 2019-03-20 06:48:42.066898 2019-03-20 06:48:42.066898 253 262 f false stock_location_putaway_strategy_id_fkey \N \N \N \N +681 2019-03-20 06:48:42.066898 2019-03-20 06:48:42.066898 253 262 f false stock_location_partner_id_fkey \N \N \N \N +682 2019-03-20 06:48:42.066898 2019-03-20 06:48:42.066898 253 262 f false stock_location_removal_strategy_id_fkey \N \N \N \N +683 2019-03-20 06:48:42.066898 2019-03-20 06:48:42.066898 253 262 f false stock_location_company_id_fkey \N \N \N \N +684 2019-03-20 06:48:42.066898 2019-03-20 06:48:42.066898 253 262 f false stock_location_location_id_fkey \N \N \N \N +685 2019-03-20 06:48:42.109232 2019-03-20 06:48:42.109232 253 263 f false stock_location_route_supplier_wh_id_fkey \N \N \N \N +686 2019-03-20 06:48:42.109232 2019-03-20 06:48:42.109232 253 263 f false stock_location_route_company_id_fkey \N \N \N \N +687 2019-03-20 06:48:42.109232 2019-03-20 06:48:42.109232 253 263 f false stock_route_warehouse_warehouse_id_fkey \N \N \N \N +688 2019-03-20 06:48:42.109232 2019-03-20 06:48:42.109232 253 263 f false stock_location_route_supplied_wh_id_fkey \N \N \N \N +689 2019-03-20 06:48:42.109232 2019-03-20 06:48:42.109232 253 263 f false stock_route_warehouse_route_id_fkey \N \N \N \N +690 2019-03-20 06:48:42.158008 2019-03-20 06:48:42.158008 253 264 f false stock_location_path_company_id_fkey \N \N \N \N +691 2019-03-20 06:48:42.158008 2019-03-20 06:48:42.158008 253 264 f false stock_location_path_location_from_id_fkey \N \N \N \N +692 2019-03-20 06:48:42.158008 2019-03-20 06:48:42.158008 253 264 f false stock_location_path_warehouse_id_fkey \N \N \N \N +693 2019-03-20 06:48:42.158008 2019-03-20 06:48:42.158008 253 264 f false stock_location_path_route_id_fkey \N \N \N \N +694 2019-03-20 06:48:42.158008 2019-03-20 06:48:42.158008 253 264 f false stock_location_path_picking_type_id_fkey \N \N \N \N +695 2019-03-20 06:48:42.158008 2019-03-20 06:48:42.158008 253 264 f false stock_location_path_location_dest_id_fkey \N \N \N \N +696 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_product_packaging_fkey \N \N \N \N +697 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_location_route_move_move_id_fkey \N \N \N \N +698 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_company_id_fkey \N \N \N \N +699 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_inventory_id_fkey \N \N \N \N +700 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_split_from_fkey \N \N \N \N +701 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_picking_type_id_fkey \N \N \N \N +702 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_product_uom_fkey \N \N \N \N +703 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_move_dest_id_fkey \N \N \N \N +704 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_push_rule_id_fkey \N \N \N \N +705 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_picking_id_fkey \N \N \N \N +706 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_origin_returned_move_id_fkey \N \N \N \N +707 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_restrict_lot_id_fkey \N \N \N \N +708 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_restrict_partner_id_fkey \N \N \N \N +709 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_location_dest_id_fkey \N \N \N \N +710 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_warehouse_id_fkey \N \N \N \N +711 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_quant_move_rel_move_id_fkey \N \N \N \N +712 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_location_route_move_route_id_fkey \N \N \N \N +713 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_location_id_fkey \N \N \N \N +714 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_partner_id_fkey \N \N \N \N +715 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_product_id_fkey \N \N \N \N +716 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_rule_id_fkey \N \N \N \N +717 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_procurement_id_fkey \N \N \N \N +718 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_quant_move_rel_quant_id_fkey \N \N \N \N +719 2019-03-20 06:48:42.205695 2019-03-20 06:48:42.205695 253 265 f false stock_move_group_id_fkey \N \N \N \N +720 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_package_id_fkey \N \N \N \N +721 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_location_id_fkey \N \N \N \N +722 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_result_package_id_fkey \N \N \N \N +723 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_product_id_fkey \N \N \N \N +724 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_location_dest_id_fkey \N \N \N \N +725 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_product_uom_id_fkey \N \N \N \N +726 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_owner_id_fkey \N \N \N \N +727 2019-03-20 06:48:42.392085 2019-03-20 06:48:42.392085 253 266 f false stock_pack_operation_picking_id_fkey \N \N \N \N +728 2019-03-20 06:48:42.473145 2019-03-20 06:48:42.473145 253 267 f false stock_pack_operation_lot_lot_id_fkey \N \N \N \N +729 2019-03-20 06:48:42.473145 2019-03-20 06:48:42.473145 253 267 f false stock_pack_operation_lot_operation_id_fkey \N \N \N \N +730 2019-03-20 06:48:42.503397 2019-03-20 06:48:42.503397 253 268 f false stock_move_operation_link_operation_id_fkey \N \N \N \N +731 2019-03-20 06:48:42.503397 2019-03-20 06:48:42.503397 253 268 f false stock_move_operation_link_reserved_quant_id_fkey \N \N \N \N +732 2019-03-20 06:48:42.503397 2019-03-20 06:48:42.503397 253 268 f false stock_move_operation_link_move_id_fkey \N \N \N \N +733 2019-03-20 06:48:42.534315 2019-03-20 06:48:42.534315 253 269 f false stock_production_lot_product_uom_id_fkey \N \N \N \N +734 2019-03-20 06:48:42.534315 2019-03-20 06:48:42.534315 253 269 f false stock_production_lot_product_id_fkey \N \N \N \N +735 2019-03-20 06:48:42.553156 2019-03-20 06:48:42.553156 253 270 f false stock_picking_type_default_location_dest_id_fkey \N \N \N \N +736 2019-03-20 06:48:42.553156 2019-03-20 06:48:42.553156 253 270 f false stock_picking_type_barcode_nomenclature_id_fkey \N \N \N \N +737 2019-03-20 06:48:42.553156 2019-03-20 06:48:42.553156 253 270 f false stock_picking_type_sequence_id_fkey \N \N \N \N +738 2019-03-20 06:48:42.553156 2019-03-20 06:48:42.553156 253 270 f false stock_picking_type_return_picking_type_id_fkey \N \N \N \N +739 2019-03-20 06:48:42.553156 2019-03-20 06:48:42.553156 253 270 f false stock_picking_type_warehouse_id_fkey \N \N \N \N +740 2019-03-20 06:48:42.553156 2019-03-20 06:48:42.553156 253 270 f false stock_picking_type_default_location_src_id_fkey \N \N \N \N +741 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_company_id_fkey \N \N \N \N +742 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_location_dest_id_fkey \N \N \N \N +743 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_backorder_id_fkey \N \N \N \N +744 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_partner_id_fkey \N \N \N \N +745 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_location_id_fkey \N \N \N \N +746 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_group_id_fkey \N \N \N \N +747 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_picking_type_id_fkey \N \N \N \N +748 2019-03-20 06:48:42.604005 2019-03-20 06:48:42.604005 253 271 f false stock_picking_owner_id_fkey \N \N \N \N +749 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_packaging_type_id_fkey \N \N \N \N +750 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_lot_id_fkey \N \N \N \N +751 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_owner_id_fkey \N \N \N \N +752 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_package_id_fkey \N \N \N \N +753 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_product_id_fkey \N \N \N \N +754 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_reservation_id_fkey \N \N \N \N +755 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_propagated_from_id_fkey \N \N \N \N +756 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_company_id_fkey \N \N \N \N +757 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_negative_move_id_fkey \N \N \N \N +758 2019-03-20 06:48:42.660643 2019-03-20 06:48:42.660643 253 272 f false stock_quant_location_id_fkey \N \N \N \N +759 2019-03-20 06:48:42.741333 2019-03-20 06:48:42.741333 253 273 f false stock_quant_package_packaging_id_fkey \N \N \N \N +760 2019-03-20 06:48:42.741333 2019-03-20 06:48:42.741333 253 273 f false stock_quant_package_parent_id_fkey \N \N \N \N +761 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_crossdock_route_id_fkey \N \N \N \N +762 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_lot_stock_id_fkey \N \N \N \N +763 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_delivery_route_id_fkey \N \N \N \N +764 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_mto_pull_id_fkey \N \N \N \N +765 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_wh_output_stock_loc_id_fkey \N \N \N \N +766 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_default_resupply_wh_id_fkey \N \N \N \N +767 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_out_type_id_fkey \N \N \N \N +768 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_in_type_id_fkey \N \N \N \N +769 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_pick_type_id_fkey \N \N \N \N +770 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_wh_resupply_table_supplied_wh_id_fkey \N \N \N \N +771 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_int_type_id_fkey \N \N \N \N +772 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_wh_input_stock_loc_id_fkey \N \N \N \N +773 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_pack_type_id_fkey \N \N \N \N +774 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_reception_route_id_fkey \N \N \N \N +775 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_wh_resupply_table_supplier_wh_id_fkey \N \N \N \N +776 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_company_id_fkey \N \N \N \N +777 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_view_location_id_fkey \N \N \N \N +778 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_wh_qc_stock_loc_id_fkey \N \N \N \N +779 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_wh_pack_stock_loc_id_fkey \N \N \N \N +780 2019-03-20 06:48:42.766713 2019-03-20 06:48:42.766713 253 274 f false stock_warehouse_partner_id_fkey \N \N \N \N +781 2019-03-20 06:48:42.887099 2019-03-20 06:48:42.887099 253 275 f false stock_warehouse_orderpoint_warehouse_id_fkey \N \N \N \N +782 2019-03-20 06:48:42.887099 2019-03-20 06:48:42.887099 253 275 f false stock_warehouse_orderpoint_location_id_fkey \N \N \N \N +783 2019-03-20 06:48:42.887099 2019-03-20 06:48:42.887099 253 275 f false stock_warehouse_orderpoint_company_id_fkey \N \N \N \N +784 2019-03-20 06:48:42.887099 2019-03-20 06:48:42.887099 253 275 f false stock_warehouse_orderpoint_product_id_fkey \N \N \N \N +785 2019-03-20 06:48:42.887099 2019-03-20 06:48:42.887099 253 275 f false stock_warehouse_orderpoint_group_id_fkey \N \N \N \N +786 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_product_id_fkey \N \N \N \N +787 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_owner_id_fkey \N \N \N \N +788 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_location_id_fkey \N \N \N \N +789 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_package_id_fkey \N \N \N \N +790 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_product_uom_id_fkey \N \N \N \N +791 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_move_id_fkey \N \N \N \N +792 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_scrap_location_id_fkey \N \N \N \N +793 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_picking_id_fkey \N \N \N \N +794 2019-03-20 06:48:42.920671 2019-03-20 06:48:42.920671 253 276 f false stock_scrap_lot_id_fkey \N \N \N \N +795 2019-03-20 06:48:42.976748 2019-03-20 06:48:42.976748 253 279 f false stock_return_picking_line_move_id_fkey \N \N \N \N +796 2019-03-20 06:48:42.976748 2019-03-20 06:48:42.976748 253 279 f false stock_return_picking_line_product_id_fkey \N \N \N \N +797 2019-03-20 06:48:42.976748 2019-03-20 06:48:42.976748 253 279 f false stock_return_picking_line_wizard_id_fkey \N \N \N \N +798 2019-03-20 06:48:43.001374 2019-03-20 06:48:43.001374 253 280 f false stock_return_picking_parent_location_id_fkey \N \N \N \N +799 2019-03-20 06:48:43.001374 2019-03-20 06:48:43.001374 253 280 f false stock_return_picking_original_location_id_fkey \N \N \N \N +800 2019-03-20 06:48:43.001374 2019-03-20 06:48:43.001374 253 280 f false stock_return_picking_location_id_fkey \N \N \N \N +801 2019-03-20 06:48:43.026658 2019-03-20 06:48:43.026658 253 281 f false stock_change_product_qty_product_id_fkey \N \N \N \N +802 2019-03-20 06:48:43.026658 2019-03-20 06:48:43.026658 253 281 f false stock_change_product_qty_product_tmpl_id_fkey \N \N \N \N +803 2019-03-20 06:48:43.026658 2019-03-20 06:48:43.026658 253 281 f false stock_change_product_qty_lot_id_fkey \N \N \N \N +804 2019-03-20 06:48:43.026658 2019-03-20 06:48:43.026658 253 281 f false stock_change_product_qty_location_id_fkey \N \N \N \N +805 2019-03-20 06:48:43.054547 2019-03-20 06:48:43.054547 253 282 f false make_procurement_stock_location_route_rel_make_procurement_id_fkey \N \N \N \N +806 2019-03-20 06:48:43.054547 2019-03-20 06:48:43.054547 253 282 f false make_procurement_uom_id_fkey \N \N \N \N +807 2019-03-20 06:48:43.054547 2019-03-20 06:48:43.054547 253 282 f false make_procurement_product_id_fkey \N \N \N \N +808 2019-03-20 06:48:43.054547 2019-03-20 06:48:43.054547 253 282 f false make_procurement_product_tmpl_id_fkey \N \N \N \N +809 2019-03-20 06:48:43.054547 2019-03-20 06:48:43.054547 253 282 f false make_procurement_stock_location_route_rel_stock_location_route_id_fkey \N \N \N \N +810 2019-03-20 06:48:43.054547 2019-03-20 06:48:43.054547 253 282 f false make_procurement_warehouse_id_fkey \N \N \N \N +811 2019-03-20 06:48:43.100965 2019-03-20 06:48:43.100965 253 284 f false stock_immediate_transfer_pick_id_fkey \N \N \N \N +812 2019-03-20 06:48:43.112975 2019-03-20 06:48:43.112975 253 285 f false stock_backorder_confirmation_pick_id_fkey \N \N \N \N +813 2019-03-20 06:49:14.843159 2019-03-20 06:49:14.843159 293 262 f false stock_location_valuation_out_account_id_fkey \N \N \N \N +814 2019-03-20 06:49:14.843159 2019-03-20 06:49:14.843159 293 262 f false stock_location_valuation_in_account_id_fkey \N \N \N \N +815 2019-03-20 06:49:14.85712 2019-03-20 06:49:14.85712 293 287 f false stock_change_standard_price_counterpart_account_id_fkey \N \N \N \N +816 2019-03-20 06:49:19.973161 2019-03-20 06:49:19.973161 285 150 f false product_supplierinfo_manufacturer_fkey \N \N \N \N +817 2019-03-20 06:49:19.978988 2019-03-20 06:49:19.978988 285 145 f false product_template_manufacturer_fkey \N \N \N \N +818 2019-03-20 06:49:24.317492 2019-03-20 06:49:24.317492 207 175 f false account_invoice_incoterms_id_fkey \N \N \N \N +819 2019-03-20 06:49:24.326571 2019-03-20 06:49:24.326571 207 250 f false sale_order_incoterm_fkey \N \N \N \N +820 2019-03-20 06:49:24.326571 2019-03-20 06:49:24.326571 207 250 f false sale_order_warehouse_id_fkey \N \N \N \N +821 2019-03-20 06:49:24.337915 2019-03-20 06:49:24.337915 207 251 f false sale_order_line_product_packaging_fkey \N \N \N \N +822 2019-03-20 06:49:24.337915 2019-03-20 06:49:24.337915 207 251 f false sale_order_line_route_id_fkey \N \N \N \N +823 2019-03-20 06:49:29.086975 2019-03-20 06:49:29.086975 175 289 f false state_district_country_id_fkey \N \N \N \N +824 2019-03-20 06:49:29.086975 2019-03-20 06:49:29.086975 175 289 f false state_district_state_id_fkey \N \N \N \N +825 2019-03-20 06:49:29.10265 2019-03-20 06:49:29.10265 175 290 f false district_tehsil_state_id_fkey \N \N \N \N +826 2019-03-20 06:49:29.10265 2019-03-20 06:49:29.10265 175 290 f false district_tehsil_country_id_fkey \N \N \N \N +827 2019-03-20 06:49:29.10265 2019-03-20 06:49:29.10265 175 290 f false district_tehsil_district_id_fkey \N \N \N \N +828 2019-03-20 06:49:29.121823 2019-03-20 06:49:29.121823 175 291 f false village_village_country_id_fkey \N \N \N \N +829 2019-03-20 06:49:29.121823 2019-03-20 06:49:29.121823 175 291 f false village_village_state_id_fkey \N \N \N \N +830 2019-03-20 06:49:29.121823 2019-03-20 06:49:29.121823 175 291 f false village_village_tehsil_id_fkey \N \N \N \N +831 2019-03-20 06:49:29.121823 2019-03-20 06:49:29.121823 175 291 f false village_village_district_id_fkey \N \N \N \N +832 2019-03-20 06:49:29.144355 2019-03-20 06:49:29.144355 175 250 f false sale_order_partner_village_fkey \N \N \N \N +833 2019-03-20 06:49:29.144355 2019-03-20 06:49:29.144355 175 250 f false sale_order_disc_acc_id_fkey \N \N \N \N +834 2019-03-20 06:49:29.144355 2019-03-20 06:49:29.144355 175 250 f false sale_order_location_id_fkey \N \N \N \N +835 2019-03-20 06:49:29.158124 2019-03-20 06:49:29.158124 175 251 f false sale_order_line_lot_id_fkey \N \N \N \N +836 2019-03-20 06:49:37.1358 2019-03-20 06:49:37.1358 230 79 u unique(ref) res_partner_unique_ref \N \N \N \N +837 2019-03-20 06:49:37.605897 2019-03-20 06:49:37.605897 230 296 u unique(name) order_type_unique_name \N \N \N \N +838 2019-03-20 06:49:37.704841 2019-03-20 06:49:37.704841 230 297 u unique(order_type_id,picking_type_id) order_picking_type_mapping_uniq_order_picking_type \N \N \N \N +839 2019-03-20 06:49:38.353908 2019-03-20 06:49:38.353908 230 79 f false res_partner_tehsil_id_fkey \N \N \N \N +840 2019-03-20 06:49:38.353908 2019-03-20 06:49:38.353908 230 79 f false res_partner_village_id_fkey \N \N \N \N +841 2019-03-20 06:49:38.353908 2019-03-20 06:49:38.353908 230 79 f false res_partner_district_id_fkey \N \N \N \N +842 2019-03-20 06:49:38.486014 2019-03-20 06:49:38.486014 230 297 f false order_picking_type_mapping_order_type_id_fkey \N \N \N \N +843 2019-03-20 06:49:38.486014 2019-03-20 06:49:38.486014 230 297 f false order_picking_type_mapping_picking_type_id_fkey \N \N \N \N +844 2019-03-20 06:51:48.017303 2019-03-20 06:51:48.017303 278 175 f false account_invoice_purchase_id_fkey \N \N \N \N +845 2019-03-20 06:51:48.026986 2019-03-20 06:51:48.026986 278 176 f false account_invoice_line_purchase_line_id_fkey \N \N \N \N +846 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_fiscal_position_id_fkey \N \N \N \N +847 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_payment_term_id_fkey \N \N \N \N +848 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_partner_id_fkey \N \N \N \N +849 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_company_id_fkey \N \N \N \N +850 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_group_id_fkey \N \N \N \N +851 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_create_uid_fkey \N \N \N \N +852 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_picking_type_id_fkey \N \N \N \N +853 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_incoterm_id_fkey \N \N \N \N +854 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_dest_address_id_fkey \N \N \N \N +855 2019-03-20 06:51:48.038498 2019-03-20 06:51:48.038498 278 302 f false purchase_order_currency_id_fkey \N \N \N \N +856 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_company_id_fkey \N \N \N \N +857 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false account_tax_purchase_order_line_rel_account_tax_id_fkey \N \N \N \N +858 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_currency_id_fkey \N \N \N \N +859 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false account_analytic_tag_purchase_order_line_rel_account_analytic_tag_id_fkey \N \N \N \N +860 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_product_uom_fkey \N \N \N \N +861 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false account_analytic_tag_purchase_order_line_rel_purchase_order_line_id_fkey \N \N \N \N +862 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_order_id_fkey \N \N \N \N +863 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_product_id_fkey \N \N \N \N +864 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_partner_id_fkey \N \N \N \N +865 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false account_tax_purchase_order_line_rel_purchase_order_line_id_fkey \N \N \N \N +866 2019-03-20 06:51:48.121318 2019-03-20 06:51:48.121318 278 303 f false purchase_order_line_account_analytic_id_fkey \N \N \N \N +867 2019-03-20 06:51:48.205278 2019-03-20 06:51:48.205278 278 233 f false procurement_order_purchase_line_id_fkey \N \N \N \N +868 2019-03-20 06:51:48.225086 2019-03-20 06:51:48.225086 278 304 f false purchase_config_settings_company_id_fkey \N \N \N \N +869 2019-03-20 06:51:48.266929 2019-03-20 06:51:48.266929 278 265 f false stock_move_purchase_line_id_fkey \N \N \N \N +870 2019-03-20 06:51:48.286847 2019-03-20 06:51:48.286847 278 274 f false stock_warehouse_buy_pull_id_fkey \N \N \N \N +871 2019-03-20 06:52:10.879834 2019-03-20 06:52:10.879834 52 176 f false account_invoice_line_lot_id_fkey \N \N \N \N +872 2019-03-20 06:52:15.229573 2019-03-20 06:52:15.229573 183 303 f false purchase_order_line_manufacturer_fkey \N \N \N \N +873 2019-03-20 06:52:15.229573 2019-03-20 06:52:15.229573 183 303 f false purchase_order_line_prod_categ_id_fkey \N \N \N \N +874 2019-03-20 06:52:15.258255 2019-03-20 06:52:15.258255 183 267 f false stock_pack_operation_lot_move_id_fkey \N \N \N \N +\. + + +-- +-- Name: ir_model_constraint_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_model_constraint_id_seq', 874, true); + + +-- +-- Data for Name: ir_model_data; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model_data (id, create_uid, create_date, write_date, write_uid, noupdate, name, date_init, date_update, module, model, res_id) FROM stdin; +7456 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_sale_layout 2019-03-20 06:48:20 2019-03-20 07:11:21 sale res.groups 28 +7457 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_delivery_invoice_address 2019-03-20 06:48:20 2019-03-20 07:11:22 sale res.groups 29 +7458 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_show_price_subtotal 2019-03-20 06:48:20 2019-03-20 07:11:22 sale res.groups 30 +7459 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_show_price_total 2019-03-20 06:48:21 2019-03-20 07:11:23 sale res.groups 31 +2194 1 2019-03-20 06:35:24.381189 2019-03-20 07:11:19.263357 1 f group_portal 2019-03-20 06:35:39 2019-03-20 07:11:24 base res.groups 10 +6 \N \N \N \N \N module_category_accounting \N \N base ir.module.category 1 +7 \N \N \N \N t module_account_cancel \N \N base ir.module.module 1 +8 \N \N \N \N \N module_category_productivity \N \N base ir.module.category 2 +9 \N \N \N \N t module_rating \N \N base ir.module.module 2 +7460 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_mrp_properties 2019-03-20 06:48:22 2019-03-20 07:11:25 sale res.groups 32 +11 \N \N \N \N t module_hw_posbox_upgrade \N \N base ir.module.module 3 +12 \N \N \N \N \N module_category_tests \N \N base ir.module.category 4 +13 \N \N \N \N t module_test_read_group \N \N base ir.module.module 4 +14 \N \N \N \N \N module_category_uncategorized \N \N base ir.module.category 5 +15 \N \N \N \N t module_test_convert \N \N base ir.module.module 5 +7461 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_discount_per_so_line 2019-03-20 06:48:23 2019-03-20 07:11:25 sale res.groups 33 +17 \N \N \N \N t module_product_extended \N \N base ir.module.module 6 +18 \N \N \N \N t module_account_voucher \N \N base ir.module.module 7 +7462 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_display_incoterm 2019-03-20 06:48:23 2019-03-20 07:11:26 sale res.groups 34 +20 \N \N \N \N t module_theme_bootswatch \N \N base ir.module.module 8 +22 \N \N \N \N t module_l10n_cn_small_business \N \N base ir.module.module 9 +23 \N \N \N \N t module_mrp_repair \N \N base ir.module.module 10 +24 \N \N \N \N t module_pos_restaurant \N \N base ir.module.module 11 +25 \N \N \N \N \N module_category_hardware_drivers \N \N base ir.module.category 9 +26 \N \N \N \N t module_hw_screen \N \N base ir.module.module 12 +27 \N \N \N \N \N module_category_marketing \N \N base ir.module.category 10 +28 \N \N \N \N t module_website_mass_mailing \N \N base ir.module.module 13 +29 \N \N \N \N \N module_category_project \N \N base ir.module.category 11 +30 \N \N \N \N t module_website_issue \N \N base ir.module.module 14 +31 \N \N \N \N t module_crm_project_issue \N \N base ir.module.module 15 +33 \N \N \N \N t module_hr_payroll_account \N \N base ir.module.module 16 +35 \N \N \N \N t module_web \N \N base ir.module.module 17 +37 \N \N \N \N t module_website_gengo \N \N base ir.module.module 18 +38 \N \N \N \N t module_l10n_ec \N \N base ir.module.module 19 +39 \N \N \N \N \N module_category_purchases \N \N base ir.module.category 15 +40 \N \N \N \N t module_purchase_requisition \N \N base ir.module.module 20 +41 \N \N \N \N t module_website_portal \N \N base ir.module.module 21 +42 \N \N \N \N t module_sale_mrp \N \N base ir.module.module 22 +43 \N \N \N \N t module_pos_data_drinks \N \N base ir.module.module 23 +44 \N \N \N \N t module_purchase_mrp \N \N base ir.module.module 24 +45 \N \N \N \N t module_pos_reprint \N \N base ir.module.module 25 +46 \N \N \N \N \N module_category_hidden_dependency \N \N base ir.module.category 16 +47 \N \N \N \N t module_analytic \N \N base ir.module.module 26 +48 \N \N \N \N t module_website_sale \N \N base ir.module.module 27 +49 \N \N \N \N t module_hw_escpos \N \N base ir.module.module 28 +50 \N \N \N \N \N module_category_sales \N \N base ir.module.category 17 +51 \N \N \N \N t module_sale_order_dates \N \N base ir.module.module 29 +52 \N \N \N \N t module_website_sale_delivery \N \N base ir.module.module 30 +53 \N \N \N \N t module_hw_blackbox_be \N \N base ir.module.module 31 +54 \N \N \N \N \N module_category_discuss \N \N base ir.module.category 18 +55 \N \N \N \N t module_mail \N \N base ir.module.module 32 +56 \N \N \N \N t module_l10n_gr \N \N base ir.module.module 33 +57 \N \N \N \N t module_marketing_campaign \N \N base ir.module.module 34 +58 \N \N \N \N t module_l10n_gt \N \N base ir.module.module 35 +59 \N \N \N \N \N module_category_payment_acquirer \N \N base ir.module.category 19 +60 \N \N \N \N t module_payment_payumoney \N \N base ir.module.module 36 +61 \N \N \N \N \N module_category_extra_tools \N \N base ir.module.category 20 +62 \N \N \N \N t module_base_iban \N \N base ir.module.module 37 +63 \N \N \N \N \N module_category_warehouse \N \N base ir.module.category 21 +64 \N \N \N \N t module_stock_landed_costs \N \N base ir.module.module 38 +65 \N \N \N \N t module_portal_sale \N \N base ir.module.module 39 +66 \N \N \N \N t module_payment_transfer \N \N base ir.module.module 40 +67 \N \N \N \N t module_base_import \N \N base ir.module.module 41 +68 \N \N \N \N t module_l10n_tr \N \N base ir.module.module 42 +69 \N \N \N \N \N module_category_theme_hidden \N \N base ir.module.category 22 +70 \N \N \N \N t module_theme_default \N \N base ir.module.module 43 +71 \N \N \N \N t module_l10n_be \N \N base ir.module.module 44 +72 \N \N \N \N t module_l10n_nl \N \N base ir.module.module 45 +73 \N \N \N \N t module_lunch \N \N base ir.module.module 46 +74 \N \N \N \N t module_account_budget \N \N base ir.module.module 47 +75 \N \N \N \N t module_sale_timesheet \N \N base ir.module.module 48 +76 \N \N \N \N t module_l10n_generic_coa \N \N base ir.module.module 49 +77 \N \N \N \N \N module_category_base \N \N base ir.module.category 23 +78 \N \N \N \N t module_report \N \N base ir.module.module 50 +79 \N \N \N \N t module_l10n_nz \N \N base ir.module.module 51 +80 \N \N \N \N \N module_category_stock \N \N base ir.module.category 24 +81 \N \N \N \N t module_bahmni_stock \N \N base ir.module.module 52 +82 \N \N \N \N t module_l10n_ve \N \N base ir.module.module 53 +83 \N \N \N \N \N module_category_account \N \N base ir.module.category 25 +84 \N \N \N \N t module_bahmni_account \N \N base ir.module.module 54 +85 \N \N \N \N t module_website_mail \N \N base ir.module.module 55 +86 \N \N \N \N t module_resource \N \N base ir.module.module 56 +87 \N \N \N \N t module_l10n_pl \N \N base ir.module.module 57 +88 \N \N \N \N t module_survey_crm \N \N base ir.module.module 58 +89 \N \N \N \N t module_stock_dropshipping \N \N base ir.module.module 59 +90 \N \N \N \N t module_test_impex \N \N base ir.module.module 60 +91 \N \N \N \N t module_l10n_fr_certification \N \N base ir.module.module 61 +92 \N \N \N \N t module_hw_proxy \N \N base ir.module.module 62 +93 \N \N \N \N t module_hr_recruitment \N \N base ir.module.module 63 +94 \N \N \N \N t module_project_issue_sheet \N \N base ir.module.module 64 +95 \N \N \N \N t module_test_new_api \N \N base ir.module.module 65 +96 \N \N \N \N t module_pos_mercury \N \N base ir.module.module 66 +97 \N \N \N \N t module_auth_ldap \N \N base ir.module.module 67 +98 \N \N \N \N t module_website_google_map \N \N base ir.module.module 68 +99 \N \N \N \N t module_l10n_fr \N \N base ir.module.module 69 +100 \N \N \N \N t module_crm \N \N base ir.module.module 70 +101 \N \N \N \N t module_stock_picking_wave \N \N base ir.module.module 71 +102 \N \N \N \N t module_hr_maintenance \N \N base ir.module.module 72 +103 \N \N \N \N t module_hr_attendance \N \N base ir.module.module 73 +104 \N \N \N \N t module_l10n_ma \N \N base ir.module.module 74 +105 \N \N \N \N t module_fetchmail \N \N base ir.module.module 75 +106 \N \N \N \N t module_product_email_template \N \N base ir.module.module 76 +107 \N \N \N \N t module_test_documentation_examples \N \N base ir.module.module 77 +108 \N \N \N \N t module_l10n_fr_fec \N \N base ir.module.module 78 +109 \N \N \N \N t module_gamification \N \N base ir.module.module 79 +110 \N \N \N \N t module_point_of_sale \N \N base ir.module.module 80 +111 \N \N \N \N t module_base_import_module \N \N base ir.module.module 81 +112 \N \N \N \N t module_l10n_in_schedule6 \N \N base ir.module.module 82 +113 \N \N \N \N t module_calendar \N \N base ir.module.module 83 +114 \N \N \N \N t module_google_account \N \N base ir.module.module 84 +115 \N \N \N \N t module_event \N \N base ir.module.module 85 +116 \N \N \N \N t module_payment_stripe \N \N base ir.module.module 86 +117 \N \N \N \N t module_l10n_es \N \N base ir.module.module 87 +118 \N \N \N \N t module_l10n_be_hr_payroll_account \N \N base ir.module.module 88 +119 \N \N \N \N \N module_category_human_resources_survey \N \N base ir.module.category 26 +120 \N \N \N \N t module_hr_recruitment_survey \N \N base ir.module.module 89 +121 \N \N \N \N t module_website_quote \N \N base ir.module.module 90 +122 \N \N \N \N t module_l10n_et \N \N base ir.module.module 91 +123 \N \N \N \N t module_hr_holidays \N \N base ir.module.module 92 +124 \N \N \N \N t module_website_theme_install \N \N base ir.module.module 93 +125 \N \N \N \N t module_l10n_th \N \N base ir.module.module 94 +126 \N \N \N \N t module_website_slides \N \N base ir.module.module 95 +127 \N \N \N \N t module_l10n_si \N \N base ir.module.module 96 +128 \N \N \N \N t module_web_editor \N \N base ir.module.module 97 +129 \N \N \N \N t module_web_settings_dashboard \N \N base ir.module.module 98 +130 \N \N \N \N t module_l10n_be_intrastat_2019 \N \N base ir.module.module 99 +131 \N \N \N \N t module_gamification_sale_crm \N \N base ir.module.module 100 +132 \N \N \N \N t module_im_livechat \N \N base ir.module.module 101 +133 \N \N \N \N t module_payment_adyen \N \N base ir.module.module 102 +134 \N \N \N \N t module_l10n_au \N \N base ir.module.module 103 +135 \N \N \N \N t module_hw_scanner \N \N base ir.module.module 104 +136 \N \N \N \N t module_account_test \N \N base ir.module.module 105 +137 \N \N \N \N t module_utm \N \N base ir.module.module 106 +138 \N \N \N \N t module_sale_service_rating \N \N base ir.module.module 107 +139 \N \N \N \N t module_l10n_mx \N \N base ir.module.module 108 +140 \N \N \N \N t module_link_tracker \N \N base ir.module.module 109 +141 \N \N \N \N t module_sale_crm \N \N base ir.module.module 110 +142 \N \N \N \N t module_base \N \N base ir.module.module 111 +143 \N \N \N \N t module_fleet \N \N base ir.module.module 112 +144 \N \N \N \N t module_l10n_de_skr03 \N \N base ir.module.module 113 +145 \N \N \N \N t module_website_hr \N \N base ir.module.module 114 +146 \N \N \N \N t module_decimal_precision \N \N base ir.module.module 115 +147 \N \N \N \N t module_payment_sips \N \N base ir.module.module 116 +148 \N \N \N \N t module_l10n_de_skr04 \N \N base ir.module.module 117 +149 \N \N \N \N t module_product_margin \N \N base ir.module.module 118 +150 \N \N \N \N t module_test_inherits \N \N base ir.module.module 119 +151 \N \N \N \N t module_l10n_uy \N \N base ir.module.module 120 +152 \N \N \N \N t module_google_spreadsheet \N \N base ir.module.module 121 +153 \N \N \N \N t module_rating_project_issue \N \N base ir.module.module 122 +154 \N \N \N \N t module_portal_gamification \N \N base ir.module.module 123 +155 \N \N \N \N t module_l10n_fr_sale_closing \N \N base ir.module.module 124 +156 \N \N \N \N t module_account_tax_python \N \N base ir.module.module 125 +157 \N \N \N \N t module_website_sale_digital \N \N base ir.module.module 126 +158 \N \N \N \N t module_l10n_de \N \N base ir.module.module 127 +159 \N \N \N \N t module_base_geolocalize \N \N base ir.module.module 128 +160 \N \N \N \N t module_survey \N \N base ir.module.module 129 +161 \N \N \N \N t module_website_portal_sale \N \N base ir.module.module 130 +162 \N \N \N \N t module_l10n_be_hr_payroll \N \N base ir.module.module 131 +163 \N \N \N \N t module_website_crm \N \N base ir.module.module 132 +164 \N \N \N \N t module_l10n_pe \N \N base ir.module.module 133 +165 \N \N \N \N t module_l10n_do \N \N base ir.module.module 134 +166 \N \N \N \N t module_rating_project \N \N base ir.module.module 135 +167 \N \N \N \N t module_procurement_jit \N \N base ir.module.module 136 +168 \N \N \N \N t module_l10n_be_intrastat \N \N base ir.module.module 137 +169 \N \N \N \N t module_account_bank_statement_import \N \N base ir.module.module 138 +170 \N \N \N \N t module_payment_authorize \N \N base ir.module.module 139 +171 \N \N \N \N t module_website_twitter \N \N base ir.module.module 140 +172 \N \N \N \N t module_test_limits \N \N base ir.module.module 141 +173 \N \N \N \N t module_website_links \N \N base ir.module.module 142 +174 \N \N \N \N t module_test_uninstall \N \N base ir.module.module 143 +175 \N \N \N \N t module_google_calendar \N \N base ir.module.module 144 +176 \N \N \N \N t module_website_livechat \N \N base ir.module.module 145 +177 \N \N \N \N t module_marketing_campaign_crm_demo \N \N base ir.module.module 146 +178 \N \N \N \N t module_l10n_lu \N \N base ir.module.module 147 +179 \N \N \N \N t module_website_customer \N \N base ir.module.module 148 +180 \N \N \N \N t module_l10n_sg \N \N base ir.module.module 149 +181 \N \N \N \N t module_website_form \N \N base ir.module.module 150 +182 \N \N \N \N t module_l10n_sa \N \N base ir.module.module 151 +183 \N \N \N \N t module_product_expiry \N \N base ir.module.module 152 +184 \N \N \N \N t module_website_rating_project_issue \N \N base ir.module.module 153 +185 \N \N \N \N t module_base_action_rule \N \N base ir.module.module 154 +186 \N \N \N \N t module_barcodes \N \N base ir.module.module 155 +187 \N \N \N \N \N module_category_tools \N \N base ir.module.category 27 +188 \N \N \N \N t module_auth_oauth \N \N base ir.module.module 156 +189 \N \N \N \N t module_l10n_ca \N \N base ir.module.module 157 +190 \N \N \N \N t module_l10n_cl \N \N base ir.module.module 158 +191 \N \N \N \N t module_auth_crypt \N \N base ir.module.module 159 +192 \N \N \N \N t module_l10n_cn \N \N base ir.module.module 160 +193 \N \N \N \N t module_l10n_co \N \N base ir.module.module 161 +194 \N \N \N \N t module_l10n_ch \N \N base ir.module.module 162 +195 \N \N \N \N t module_payment \N \N base ir.module.module 163 +196 \N \N \N \N t module_account_lock \N \N base ir.module.module 164 +197 \N \N \N \N t module_note_pad \N \N base ir.module.module 165 +198 \N \N \N \N t module_l10n_fr_hr_payroll \N \N base ir.module.module 166 +199 \N \N \N \N t module_l10n_cr \N \N base ir.module.module 167 +200 \N \N \N \N t module_test_inherit \N \N base ir.module.module 168 +201 \N \N \N \N t module_sale_expense \N \N base ir.module.module 169 +202 \N \N \N \N t module_board \N \N base ir.module.module 170 +203 \N \N \N \N t module_website \N \N base ir.module.module 171 +204 \N \N \N \N t module_payment_buckaroo \N \N base ir.module.module 172 +205 \N \N \N \N t module_pos_discount \N \N base ir.module.module 173 +206 \N \N \N \N t module_maintenance \N \N base ir.module.module 174 +207 \N \N \N \N t module_bahmni_sale \N \N base ir.module.module 175 +208 \N \N \N \N t module_test_workflow \N \N base ir.module.module 176 +209 \N \N \N \N t module_hr \N \N base ir.module.module 177 +210 \N \N \N \N t module_bus \N \N base ir.module.module 178 +211 \N \N \N \N t module_hr_timesheet \N \N base ir.module.module 179 +212 \N \N \N \N \N module_category_web \N \N base ir.module.category 28 +213 \N \N \N \N t module_bahmni_web_extension \N \N base ir.module.module 180 +214 \N \N \N \N t module_report_intrastat \N \N base ir.module.module 181 +215 \N \N \N \N t module_delivery \N \N base ir.module.module 182 +216 \N \N \N \N \N module_category_product \N \N base ir.module.category 29 +217 \N \N \N \N t module_bahmni_purchase \N \N base ir.module.module 183 +218 \N \N \N \N t module_web_kanban_gauge \N \N base ir.module.module 184 +219 \N \N \N \N t module_anonymization \N \N base ir.module.module 185 +220 \N \N \N \N t module_l10n_ro \N \N base ir.module.module 186 +221 \N \N \N \N t module_test_mimetypes \N \N base ir.module.module 187 +222 \N \N \N \N t module_website_project \N \N base ir.module.module 188 +223 \N \N \N \N t module_website_project_issue_sheet \N \N base ir.module.module 189 +224 \N \N \N \N t module_subscription \N \N base ir.module.module 190 +225 \N \N \N \N t module_website_forum \N \N base ir.module.module 191 +226 \N \N \N \N t module_hr_expense \N \N base ir.module.module 192 +227 \N \N \N \N t module_account \N \N base ir.module.module 193 +228 \N \N \N \N t module_web_diagram \N \N base ir.module.module 194 +229 \N \N \N \N t module_hw_posbox_homepage \N \N base ir.module.module 195 +230 \N \N \N \N t module_account_check_printing \N \N base ir.module.module 196 +231 \N \N \N \N t module_base_vat \N \N base ir.module.module 197 +232 \N \N \N \N t module_l10n_bo \N \N base ir.module.module 198 +233 \N \N \N \N t module_l10n_uk \N \N base ir.module.module 199 +234 \N \N \N \N t module_l10n_in_hr_payroll \N \N base ir.module.module 200 +235 \N \N \N \N t module_mass_mailing \N \N base ir.module.module 201 +236 \N \N \N \N t module_web_kanban \N \N base ir.module.module 202 +237 \N \N \N \N t module_l10n_jp \N \N base ir.module.module 203 +238 \N \N \N \N t module_project \N \N base ir.module.module 204 +239 \N \N \N \N t module_l10n_us \N \N base ir.module.module 205 +240 \N \N \N \N t module_l10n_syscohada \N \N base ir.module.module 206 +241 \N \N \N \N t module_sale_stock \N \N base ir.module.module 207 +242 \N \N \N \N t module_l10n_br \N \N base ir.module.module 208 +243 \N \N \N \N t module_contacts \N \N base ir.module.module 209 +244 \N \N \N \N t module_hr_gamification \N \N base ir.module.module 210 +245 \N \N \N \N t module_auth_signup \N \N base ir.module.module 211 +246 \N \N \N \N t module_l10n_eu_service \N \N base ir.module.module 212 +247 \N \N \N \N t module_website_sale_options \N \N base ir.module.module 213 +248 \N \N \N \N t module_website_event_sale \N \N base ir.module.module 214 +249 \N \N \N \N t module_l10n_cn_standard \N \N base ir.module.module 215 +250 \N \N \N \N t module_event_sale \N \N base ir.module.module 216 +251 \N \N \N \N t module_hr_contract \N \N base ir.module.module 217 +252 \N \N \N \N t module_l10n_in \N \N base ir.module.module 218 +253 \N \N \N \N t module_mrp \N \N base ir.module.module 219 +254 \N \N \N \N t module_payment_paypal \N \N base ir.module.module 220 +255 \N \N \N \N t module_account_asset \N \N base ir.module.module 221 +256 \N \N \N \N t module_l10n_it \N \N base ir.module.module 222 +257 \N \N \N \N t module_test_access_rights \N \N base ir.module.module 223 +258 \N \N \N \N t module_base_gengo \N \N base ir.module.module 224 +259 \N \N \N \N t module_account_accountant \N \N base ir.module.module 225 +260 \N \N \N \N t module_website_event_track \N \N base ir.module.module 226 +261 \N \N \N \N t module_hw_scale \N \N base ir.module.module 227 +262 \N \N \N \N t module_website_mail_channel \N \N base ir.module.module 228 +263 \N \N \N \N t module_association \N \N base ir.module.module 229 +264 \N \N \N \N t module_bahmni_atom_feed \N \N base ir.module.module 230 +265 \N \N \N \N t module_website_blog \N \N base ir.module.module 231 +266 \N \N \N \N t module_website_membership \N \N base ir.module.module 232 +1993 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t do 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 62 +267 \N \N \N \N \N module_category_technical_settings \N \N base ir.module.category 30 +268 \N \N \N \N t module_web_readonly_bypass \N \N base ir.module.module 233 +269 \N \N \N \N t module_base_setup \N \N base ir.module.module 234 +270 \N \N \N \N t module_website_event \N \N base ir.module.module 235 +271 \N \N \N \N t module_test_pylint \N \N base ir.module.module 236 +272 \N \N \N \N t module_hr_timesheet_sheet \N \N base ir.module.module 237 +273 \N \N \N \N t module_account_cash_basis_base_account \N \N base ir.module.module 238 +274 \N \N \N \N t module_l10n_ae \N \N base ir.module.module 239 +275 \N \N \N \N t module_website_project_issue \N \N base ir.module.module 240 +276 \N \N \N \N t module_website_hr_recruitment \N \N base ir.module.module 241 +277 \N \N \N \N t module_account_tax_cash_basis \N \N base ir.module.module 242 +278 \N \N \N \N t module_test_assetsbundle \N \N base ir.module.module 243 +279 \N \N \N \N t module_note \N \N base ir.module.module 244 +280 \N \N \N \N t module_l10n_be_invoice_bba \N \N base ir.module.module 245 +281 \N \N \N \N t module_pad \N \N base ir.module.module 246 +282 \N \N \N \N t module_hr_payroll \N \N base ir.module.module 247 +283 \N \N \N \N t module_mrp_byproduct \N \N base ir.module.module 248 +284 \N \N \N \N t module_l10n_at \N \N base ir.module.module 249 +285 \N \N \N \N \N module_category_document_management \N \N base ir.module.category 31 +286 \N \N \N \N t module_document \N \N base ir.module.module 250 +287 \N \N \N \N t module_l10n_ar \N \N base ir.module.module 251 +288 \N \N \N \N t module_sale_margin \N \N base ir.module.module 252 +289 \N \N \N \N t module_stock \N \N base ir.module.module 253 +290 \N \N \N \N t module_hr_timesheet_attendance \N \N base ir.module.module 254 +291 \N \N \N \N t module_portal_stock \N \N base ir.module.module 255 +292 \N \N \N \N t module_product \N \N base ir.module.module 256 +293 \N \N \N \N t module_website_payment \N \N base ir.module.module 257 +294 \N \N \N \N t module_l10n_pt \N \N base ir.module.module 258 +295 \N \N \N \N t module_account_analytic_default \N \N base ir.module.module 259 +296 \N \N \N \N t module_website_crm_partner_assign \N \N base ir.module.module 260 +297 \N \N \N \N t module_l10n_no \N \N base ir.module.module 261 +298 \N \N \N \N t module_project_issue \N \N base ir.module.module 262 +299 \N \N \N \N t module_l10n_hn \N \N base ir.module.module 263 +300 \N \N \N \N t module_payment_ogone \N \N base ir.module.module 264 +301 \N \N \N \N t module_website_forum_doc \N \N base ir.module.module 265 +302 \N \N \N \N t module_hr_expense_check \N \N base ir.module.module 266 +303 \N \N \N \N t module_web_calendar \N \N base ir.module.module 267 +304 \N \N \N \N t module_l10n_pa \N \N base ir.module.module 268 +305 \N \N \N \N t module_test_exceptions \N \N base ir.module.module 269 +306 \N \N \N \N t module_membership \N \N base ir.module.module 270 +307 \N \N \N \N t module_web_tour \N \N base ir.module.module 271 +308 \N \N \N \N t module_portal \N \N base ir.module.module 272 +309 \N \N \N \N t module_stock_calendar \N \N base ir.module.module 273 +310 \N \N \N \N t module_pos_cache \N \N base ir.module.module 274 +311 \N \N \N \N t module_website_event_questions \N \N base ir.module.module 275 +312 \N \N \N \N t module_website_project_timesheet \N \N base ir.module.module 276 +313 \N \N \N \N t module_website_partner \N \N base ir.module.module 277 +314 \N \N \N \N t module_purchase \N \N base ir.module.module 278 +315 \N \N \N \N t module_website_sale_stock \N \N base ir.module.module 279 +316 \N \N \N \N t module_web_planner \N \N base ir.module.module 280 +317 \N \N \N \N t module_l10n_hr \N \N base ir.module.module 281 +318 \N \N \N \N t module_l10n_hu \N \N base ir.module.module 282 +319 \N \N \N \N t module_sale \N \N base ir.module.module 283 +320 \N \N \N \N t module_pad_project \N \N base ir.module.module 284 +321 \N \N \N \N t module_bahmni_product \N \N base ir.module.module 285 +322 \N \N \N \N t module_procurement \N \N base ir.module.module 286 +323 \N \N \N \N t module_sales_team \N \N base ir.module.module 287 +324 \N \N \N \N t module_l10n_fr_pos_cert \N \N base ir.module.module 288 +325 \N \N \N \N t module_l10n_multilang \N \N base ir.module.module 289 +326 \N \N \N \N t module_google_drive \N \N base ir.module.module 290 +327 \N \N \N \N t module_test_converter \N \N base ir.module.module 291 +328 \N \N \N \N t module_l10n_vn \N \N base ir.module.module 292 +329 \N \N \N \N t module_stock_account \N \N base ir.module.module 293 +330 \N \N \N \N \N model_base 2019-03-20 06:35:10.633191 2019-03-20 06:35:10.633191 base ir.model 1 +331 \N \N \N \N \N field_base_display_name 2019-03-20 06:35:10.633191 2019-03-20 06:35:10.633191 base ir.model.fields 1 +332 \N \N \N \N \N field_base_id 2019-03-20 06:35:10.633191 2019-03-20 06:35:10.633191 base ir.model.fields 2 +333 \N \N \N \N \N field_base___last_update 2019-03-20 06:35:10.633191 2019-03-20 06:35:10.633191 base ir.model.fields 3 +334 \N \N \N \N \N model__unknown 2019-03-20 06:35:11.154535 2019-03-20 06:35:11.154535 base ir.model 2 +335 \N \N \N \N \N field__unknown_display_name 2019-03-20 06:35:11.154535 2019-03-20 06:35:11.154535 base ir.model.fields 4 +336 \N \N \N \N \N field__unknown_id 2019-03-20 06:35:11.154535 2019-03-20 06:35:11.154535 base ir.model.fields 5 +337 \N \N \N \N \N field__unknown___last_update 2019-03-20 06:35:11.154535 2019-03-20 06:35:11.154535 base ir.model.fields 6 +338 \N \N \N \N \N model_ir_model 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model 3 +339 \N \N \N \N \N field_ir_model_info 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 7 +340 \N \N \N \N \N field_ir_model_create_uid 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 8 +341 \N \N \N \N \N field_ir_model_access_ids 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 9 +342 \N \N \N \N \N field_ir_model_display_name 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 10 +343 \N \N \N \N \N field_ir_model_name 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 11 +344 \N \N \N \N \N field_ir_model___last_update 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 12 +345 \N \N \N \N \N field_ir_model_modules 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 13 +346 \N \N \N \N \N field_ir_model_field_id 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 14 +347 \N \N \N \N \N field_ir_model_write_uid 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 15 +348 \N \N \N \N \N field_ir_model_state 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 16 +349 \N \N \N \N \N field_ir_model_transient 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 17 +350 \N \N \N \N \N field_ir_model_view_ids 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 18 +351 \N \N \N \N \N field_ir_model_write_date 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 19 +352 \N \N \N \N \N field_ir_model_create_date 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 20 +353 \N \N \N \N \N field_ir_model_model 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 21 +354 \N \N \N \N \N field_ir_model_inherited_model_ids 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 22 +355 \N \N \N \N \N field_ir_model_id 2019-03-20 06:35:11.164203 2019-03-20 06:35:11.164203 base ir.model.fields 23 +356 \N \N \N \N \N model_ir_model_fields 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model 4 +357 \N \N \N \N \N field_ir_model_fields_domain 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 24 +358 \N \N \N \N \N field_ir_model_fields_selection 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 25 +359 \N \N \N \N \N field_ir_model_fields_create_date 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 26 +360 \N \N \N \N \N field_ir_model_fields_help 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 27 +361 \N \N \N \N \N field_ir_model_fields_on_delete 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 28 +362 \N \N \N \N \N field_ir_model_fields___last_update 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 29 +363 \N \N \N \N \N field_ir_model_fields_related 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 30 +364 \N \N \N \N \N field_ir_model_fields_write_uid 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 31 +365 \N \N \N \N \N field_ir_model_fields_depends 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 32 +366 \N \N \N \N \N field_ir_model_fields_relation 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 33 +367 \N \N \N \N \N field_ir_model_fields_id 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 34 +368 \N \N \N \N \N field_ir_model_fields_size 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 35 +369 \N \N \N \N \N field_ir_model_fields_index 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 36 +370 \N \N \N \N \N field_ir_model_fields_display_name 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 37 +371 \N \N \N \N \N field_ir_model_fields_relation_table 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 38 +372 \N \N \N \N \N field_ir_model_fields_state 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 39 +373 \N \N \N \N \N field_ir_model_fields_readonly 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 40 +374 \N \N \N \N \N field_ir_model_fields_complete_name 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 41 +375 \N \N \N \N \N field_ir_model_fields_relation_field 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 42 +376 \N \N \N \N \N field_ir_model_fields_ttype 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 43 +377 \N \N \N \N \N field_ir_model_fields_translate 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 44 +378 \N \N \N \N \N field_ir_model_fields_store 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 45 +379 \N \N \N \N \N field_ir_model_fields_model_id 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 46 +380 \N \N \N \N \N field_ir_model_fields_create_uid 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 47 +381 \N \N \N \N \N field_ir_model_fields_groups 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 48 +382 \N \N \N \N \N field_ir_model_fields_selectable 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 49 +383 \N \N \N \N \N field_ir_model_fields_copy 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 50 +384 \N \N \N \N \N field_ir_model_fields_serialization_field_id 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 51 +385 \N \N \N \N \N field_ir_model_fields_compute 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 52 +386 \N \N \N \N \N field_ir_model_fields_name 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 53 +387 \N \N \N \N \N field_ir_model_fields_required 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 54 +388 \N \N \N \N \N field_ir_model_fields_modules 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 55 +389 \N \N \N \N \N field_ir_model_fields_write_date 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 56 +390 \N \N \N \N \N field_ir_model_fields_model 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 57 +391 \N \N \N \N \N field_ir_model_fields_column1 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 58 +392 \N \N \N \N \N field_ir_model_fields_field_description 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 59 +393 \N \N \N \N \N field_ir_model_fields_column2 2019-03-20 06:35:11.219639 2019-03-20 06:35:11.219639 base ir.model.fields 60 +394 \N \N \N \N \N model_ir_model_constraint 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model 5 +395 \N \N \N \N \N field_ir_model_constraint_definition 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 61 +396 \N \N \N \N \N field_ir_model_constraint___last_update 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 62 +397 \N \N \N \N \N field_ir_model_constraint_display_name 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 63 +398 \N \N \N \N \N field_ir_model_constraint_name 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 64 +399 \N \N \N \N \N field_ir_model_constraint_create_uid 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 65 +400 \N \N \N \N \N field_ir_model_constraint_type 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 66 +401 \N \N \N \N \N field_ir_model_constraint_date_update 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 67 +402 \N \N \N \N \N field_ir_model_constraint_module 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 68 +403 \N \N \N \N \N field_ir_model_constraint_write_uid 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 69 +404 \N \N \N \N \N field_ir_model_constraint_write_date 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 70 +405 \N \N \N \N \N field_ir_model_constraint_create_date 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 71 +406 \N \N \N \N \N field_ir_model_constraint_model 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 72 +407 \N \N \N \N \N field_ir_model_constraint_date_init 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 73 +408 \N \N \N \N \N field_ir_model_constraint_id 2019-03-20 06:35:11.364727 2019-03-20 06:35:11.364727 base ir.model.fields 74 +409 \N \N \N \N \N model_ir_model_relation 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model 6 +410 \N \N \N \N \N field_ir_model_relation_create_uid 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 75 +411 \N \N \N \N \N field_ir_model_relation_display_name 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 76 +412 \N \N \N \N \N field_ir_model_relation_name 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 77 +413 \N \N \N \N \N field_ir_model_relation___last_update 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 78 +414 \N \N \N \N \N field_ir_model_relation_date_update 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 79 +415 \N \N \N \N \N field_ir_model_relation_module 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 80 +416 \N \N \N \N \N field_ir_model_relation_write_uid 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 81 +417 \N \N \N \N \N field_ir_model_relation_write_date 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 82 +418 \N \N \N \N \N field_ir_model_relation_create_date 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 83 +419 \N \N \N \N \N field_ir_model_relation_model 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 84 +420 \N \N \N \N \N field_ir_model_relation_date_init 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 85 +421 \N \N \N \N \N field_ir_model_relation_id 2019-03-20 06:35:11.455922 2019-03-20 06:35:11.455922 base ir.model.fields 86 +422 \N \N \N \N \N model_ir_model_access 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model 7 +423 \N \N \N \N \N field_ir_model_access_model_id 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 87 +424 \N \N \N \N \N field_ir_model_access_perm_read 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 88 +425 \N \N \N \N \N field_ir_model_access_name 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 89 +426 \N \N \N \N \N field_ir_model_access_create_uid 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 90 +427 \N \N \N \N \N field_ir_model_access___last_update 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 91 +428 \N \N \N \N \N field_ir_model_access_write_uid 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 92 +429 \N \N \N \N \N field_ir_model_access_perm_write 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 93 +430 \N \N \N \N \N field_ir_model_access_create_date 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 94 +431 \N \N \N \N \N field_ir_model_access_write_date 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 95 +432 \N \N \N \N \N field_ir_model_access_perm_unlink 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 96 +433 \N \N \N \N \N field_ir_model_access_active 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 97 +434 \N \N \N \N \N field_ir_model_access_display_name 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 98 +435 \N \N \N \N \N field_ir_model_access_perm_create 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 99 +436 \N \N \N \N \N field_ir_model_access_group_id 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 100 +437 \N \N \N \N \N field_ir_model_access_id 2019-03-20 06:35:11.515876 2019-03-20 06:35:11.515876 base ir.model.fields 101 +438 \N \N \N \N \N model_ir_model_data 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model 8 +439 \N \N \N \N \N field_ir_model_data_create_uid 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 102 +440 \N \N \N \N \N field_ir_model_data_noupdate 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 103 +441 \N \N \N \N \N field_ir_model_data_display_name 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 104 +442 \N \N \N \N \N field_ir_model_data_name 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 105 +443 \N \N \N \N \N field_ir_model_data_reference 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 106 +444 \N \N \N \N \N field_ir_model_data___last_update 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 107 +445 \N \N \N \N \N field_ir_model_data_res_id 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 108 +446 \N \N \N \N \N field_ir_model_data_date_update 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 109 +447 \N \N \N \N \N field_ir_model_data_module 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 110 +448 \N \N \N \N \N field_ir_model_data_write_uid 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 111 +449 \N \N \N \N \N field_ir_model_data_complete_name 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 112 +450 \N \N \N \N \N field_ir_model_data_write_date 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 113 +451 \N \N \N \N \N field_ir_model_data_create_date 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 114 +452 \N \N \N \N \N field_ir_model_data_model 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 115 +453 \N \N \N \N \N field_ir_model_data_date_init 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 116 +454 \N \N \N \N \N field_ir_model_data_id 2019-03-20 06:35:11.587632 2019-03-20 06:35:11.587632 base ir.model.fields 117 +455 \N \N \N \N \N model_wizard_ir_model_menu_create 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model 9 +456 \N \N \N \N \N field_wizard_ir_model_menu_create_menu_id 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 118 +457 \N \N \N \N \N field_wizard_ir_model_menu_create_create_uid 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 119 +458 \N \N \N \N \N field_wizard_ir_model_menu_create_create_date 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 120 +459 \N \N \N \N \N field_wizard_ir_model_menu_create_name 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 121 +460 \N \N \N \N \N field_wizard_ir_model_menu_create___last_update 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 122 +461 \N \N \N \N \N field_wizard_ir_model_menu_create_write_uid 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 123 +462 \N \N \N \N \N field_wizard_ir_model_menu_create_write_date 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 124 +463 \N \N \N \N \N field_wizard_ir_model_menu_create_display_name 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 125 +464 \N \N \N \N \N field_wizard_ir_model_menu_create_id 2019-03-20 06:35:11.646694 2019-03-20 06:35:11.646694 base ir.model.fields 126 +465 \N \N \N \N \N model_ir_sequence 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model 10 +466 \N \N \N \N \N field_ir_sequence_use_date_range 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 127 +467 \N \N \N \N \N field_ir_sequence_code 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 128 +468 \N \N \N \N \N field_ir_sequence_display_name 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 129 +469 \N \N \N \N \N field_ir_sequence_name 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 130 +470 \N \N \N \N \N field_ir_sequence_number_next 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 131 +471 \N \N \N \N \N field_ir_sequence_create_uid 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 132 +472 \N \N \N \N \N field_ir_sequence_implementation 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 133 +473 \N \N \N \N \N field_ir_sequence___last_update 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 134 +474 \N \N \N \N \N field_ir_sequence_company_id 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 135 +475 \N \N \N \N \N field_ir_sequence_write_uid 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 136 +476 \N \N \N \N \N field_ir_sequence_padding 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 137 +477 \N \N \N \N \N field_ir_sequence_number_increment 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 138 +478 \N \N \N \N \N field_ir_sequence_prefix 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 139 +479 \N \N \N \N \N field_ir_sequence_date_range_ids 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 140 +480 \N \N \N \N \N field_ir_sequence_number_next_actual 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 141 +481 \N \N \N \N \N field_ir_sequence_write_date 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 142 +482 \N \N \N \N \N field_ir_sequence_active 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 143 +483 \N \N \N \N \N field_ir_sequence_create_date 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 144 +484 \N \N \N \N \N field_ir_sequence_id 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 145 +485 \N \N \N \N \N field_ir_sequence_suffix 2019-03-20 06:35:11.685309 2019-03-20 06:35:11.685309 base ir.model.fields 146 +486 \N \N \N \N \N model_ir_sequence_date_range 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model 11 +487 \N \N \N \N \N field_ir_sequence_date_range_create_uid 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 147 +488 \N \N \N \N \N field_ir_sequence_date_range_display_name 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 148 +489 \N \N \N \N \N field_ir_sequence_date_range_number_next 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 149 +490 \N \N \N \N \N field_ir_sequence_date_range___last_update 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 150 +491 \N \N \N \N \N field_ir_sequence_date_range_date_from 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 151 +492 \N \N \N \N \N field_ir_sequence_date_range_write_uid 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 152 +493 \N \N \N \N \N field_ir_sequence_date_range_sequence_id 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 153 +494 \N \N \N \N \N field_ir_sequence_date_range_write_date 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 154 +495 \N \N \N \N \N field_ir_sequence_date_range_date_to 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 155 +496 \N \N \N \N \N field_ir_sequence_date_range_number_next_actual 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 156 +497 \N \N \N \N \N field_ir_sequence_date_range_create_date 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 157 +498 \N \N \N \N \N field_ir_sequence_date_range_id 2019-03-20 06:35:11.752231 2019-03-20 06:35:11.752231 base ir.model.fields 158 +499 \N \N \N \N \N model_ir_needaction_mixin 2019-03-20 06:35:11.806278 2019-03-20 06:35:11.806278 base ir.model 12 +500 \N \N \N \N \N field_ir_needaction_mixin_display_name 2019-03-20 06:35:11.806278 2019-03-20 06:35:11.806278 base ir.model.fields 159 +501 \N \N \N \N \N field_ir_needaction_mixin_id 2019-03-20 06:35:11.806278 2019-03-20 06:35:11.806278 base ir.model.fields 160 +502 \N \N \N \N \N field_ir_needaction_mixin___last_update 2019-03-20 06:35:11.806278 2019-03-20 06:35:11.806278 base ir.model.fields 161 +503 \N \N \N \N \N model_ir_ui_menu 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model 13 +504 \N \N \N \N \N field_ir_ui_menu_web_icon_data 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 162 +505 \N \N \N \N \N field_ir_ui_menu_groups_id 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 163 +506 \N \N \N \N \N field_ir_ui_menu___last_update 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 164 +507 \N \N \N \N \N field_ir_ui_menu_parent_right 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 165 +508 \N \N \N \N \N field_ir_ui_menu_display_name 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 166 +509 \N \N \N \N \N field_ir_ui_menu_name 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 167 +510 \N \N \N \N \N field_ir_ui_menu_web_icon 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 168 +511 \N \N \N \N \N field_ir_ui_menu_parent_id 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 169 +512 \N \N \N \N \N field_ir_ui_menu_sequence 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 170 +513 \N \N \N \N \N field_ir_ui_menu_write_uid 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 171 +514 \N \N \N \N \N field_ir_ui_menu_active 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 172 +515 \N \N \N \N \N field_ir_ui_menu_parent_left 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 173 +516 \N \N \N \N \N field_ir_ui_menu_complete_name 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 174 +517 \N \N \N \N \N field_ir_ui_menu_write_date 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 175 +518 \N \N \N \N \N field_ir_ui_menu_create_uid 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 176 +519 \N \N \N \N \N field_ir_ui_menu_action 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 177 +520 \N \N \N \N \N field_ir_ui_menu_create_date 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 178 +521 \N \N \N \N \N field_ir_ui_menu_child_id 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 179 +522 \N \N \N \N \N field_ir_ui_menu_id 2019-03-20 06:35:11.81717 2019-03-20 06:35:11.81717 base ir.model.fields 180 +523 \N \N \N \N \N model_ir_ui_view_custom 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model 14 +524 \N \N \N \N \N field_ir_ui_view_custom_create_uid 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 181 +525 \N \N \N \N \N field_ir_ui_view_custom_user_id 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 182 +526 \N \N \N \N \N field_ir_ui_view_custom___last_update 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 183 +527 \N \N \N \N \N field_ir_ui_view_custom_ref_id 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 184 +528 \N \N \N \N \N field_ir_ui_view_custom_create_date 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 185 +529 \N \N \N \N \N field_ir_ui_view_custom_write_date 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 186 +530 \N \N \N \N \N field_ir_ui_view_custom_display_name 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 187 +531 \N \N \N \N \N field_ir_ui_view_custom_write_uid 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 188 +532 \N \N \N \N \N field_ir_ui_view_custom_arch 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 189 +533 \N \N \N \N \N field_ir_ui_view_custom_id 2019-03-20 06:35:11.902508 2019-03-20 06:35:11.902508 base ir.model.fields 190 +534 \N \N \N \N \N model_ir_ui_view 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model 15 +535 \N \N \N \N \N field_ir_ui_view_arch_base 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 191 +536 \N \N \N \N \N field_ir_ui_view_xml_id 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 192 +537 \N \N \N \N \N field_ir_ui_view_create_date 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 193 +538 \N \N \N \N \N field_ir_ui_view_write_date 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 194 +539 \N \N \N \N \N field_ir_ui_view_groups_id 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 195 +540 \N \N \N \N \N field_ir_ui_view_write_uid 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 196 +541 \N \N \N \N \N field_ir_ui_view_id 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 197 +542 \N \N \N \N \N field_ir_ui_view_field_parent 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 198 +543 \N \N \N \N \N field_ir_ui_view_inherit_id 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 199 +544 \N \N \N \N \N field_ir_ui_view_display_name 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 200 +545 \N \N \N \N \N field_ir_ui_view___last_update 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 201 +546 \N \N \N \N \N field_ir_ui_view_model_data_id 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 202 +547 \N \N \N \N \N field_ir_ui_view_priority 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 203 +548 \N \N \N \N \N field_ir_ui_view_type 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 204 +549 \N \N \N \N \N field_ir_ui_view_arch_db 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 205 +550 \N \N \N \N \N field_ir_ui_view_create_uid 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 206 +551 \N \N \N \N \N field_ir_ui_view_key 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 207 +552 \N \N \N \N \N field_ir_ui_view_active 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 208 +553 \N \N \N \N \N field_ir_ui_view_arch 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 209 +554 \N \N \N \N \N field_ir_ui_view_arch_fs 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 210 +555 \N \N \N \N \N field_ir_ui_view_model_ids 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 211 +556 \N \N \N \N \N field_ir_ui_view_name 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 212 +557 \N \N \N \N \N field_ir_ui_view_mode 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 213 +558 \N \N \N \N \N field_ir_ui_view_inherit_children_ids 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 214 +559 \N \N \N \N \N field_ir_ui_view_model 2019-03-20 06:35:11.9583 2019-03-20 06:35:11.9583 base ir.model.fields 215 +560 \N \N \N \N \N model_ir_actions_actions 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model 16 +561 \N \N \N \N \N field_ir_actions_create_uid 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 216 +562 \N \N \N \N \N field_ir_actions_xml_id 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 217 +563 \N \N \N \N \N field_ir_actions_display_name 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 218 +564 \N \N \N \N \N field_ir_actions_help 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 219 +565 \N \N \N \N \N field_ir_actions___last_update 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 220 +566 \N \N \N \N \N field_ir_actions_write_uid 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 221 +567 \N \N \N \N \N field_ir_actions_write_date 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 222 +568 \N \N \N \N \N field_ir_actions_usage 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 223 +569 \N \N \N \N \N field_ir_actions_create_date 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 224 +570 \N \N \N \N \N field_ir_actions_type 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 225 +571 \N \N \N \N \N field_ir_actions_id 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 226 +572 \N \N \N \N \N field_ir_actions_name 2019-03-20 06:35:12.093572 2019-03-20 06:35:12.093572 base ir.model.fields 227 +573 \N \N \N \N \N model_ir_actions_report_xml 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model 17 +574 \N \N \N \N \N field_ir_act_report_xml_groups_id 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 228 +575 \N \N \N \N \N field_ir_act_report_xml_xml_id 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 229 +576 \N \N \N \N \N field_ir_act_report_xml_create_date 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 230 +577 \N \N \N \N \N field_ir_act_report_xml_help 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 231 +578 \N \N \N \N \N field_ir_act_report_xml_report_rml_content 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 232 +579 \N \N \N \N \N field_ir_act_report_xml_parser 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 233 +580 \N \N \N \N \N field_ir_act_report_xml_write_uid 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 234 +581 \N \N \N \N \N field_ir_act_report_xml_header 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 235 +582 \N \N \N \N \N field_ir_act_report_xml_report_type 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 236 +583 \N \N \N \N \N field_ir_act_report_xml_id 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 237 +584 \N \N \N \N \N field_ir_act_report_xml_create_uid 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 238 +585 \N \N \N \N \N field_ir_act_report_xml_ir_values_id 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 239 +586 \N \N \N \N \N field_ir_act_report_xml_display_name 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 240 +587 \N \N \N \N \N field_ir_act_report_xml___last_update 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 241 +588 \N \N \N \N \N field_ir_act_report_xml_report_sxw_content 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 242 +589 \N \N \N \N \N field_ir_act_report_xml_attachment 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 243 +590 \N \N \N \N \N field_ir_act_report_xml_usage 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 244 +591 \N \N \N \N \N field_ir_act_report_xml_report_sxw_content_data 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 245 +592 \N \N \N \N \N field_ir_act_report_xml_type 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 246 +593 \N \N \N \N \N field_ir_act_report_xml_report_xml 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 247 +594 \N \N \N \N \N field_ir_act_report_xml_report_rml_content_data 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 248 +595 \N \N \N \N \N field_ir_act_report_xml_auto 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 249 +596 \N \N \N \N \N field_ir_act_report_xml_write_date 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 250 +597 \N \N \N \N \N field_ir_act_report_xml_report_sxw 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 251 +598 \N \N \N \N \N field_ir_act_report_xml_report_file 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 252 +599 \N \N \N \N \N field_ir_act_report_xml_multi 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 253 +600 \N \N \N \N \N field_ir_act_report_xml_report_xsl 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 254 +601 \N \N \N \N \N field_ir_act_report_xml_name 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 255 +602 \N \N \N \N \N field_ir_act_report_xml_report_rml 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 256 +603 \N \N \N \N \N field_ir_act_report_xml_report_name 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 257 +604 \N \N \N \N \N field_ir_act_report_xml_attachment_use 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 258 +605 \N \N \N \N \N field_ir_act_report_xml_model 2019-03-20 06:35:12.180732 2019-03-20 06:35:12.180732 base ir.model.fields 259 +606 \N \N \N \N \N model_ir_actions_act_window 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model 18 +607 \N \N \N \N \N field_ir_act_window_groups_id 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 260 +608 \N \N \N \N \N field_ir_act_window_domain 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 261 +609 \N \N \N \N \N field_ir_act_window_xml_id 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 262 +610 \N \N \N \N \N field_ir_act_window_create_date 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 263 +611 \N \N \N \N \N field_ir_act_window_help 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 264 +612 \N \N \N \N \N field_ir_act_window_res_model 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 265 +613 \N \N \N \N \N field_ir_act_window_search_view_id 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 266 +614 \N \N \N \N \N field_ir_act_window_write_uid 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 267 +615 \N \N \N \N \N field_ir_act_window_id 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 268 +616 \N \N \N \N \N field_ir_act_window_create_uid 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 269 +617 \N \N \N \N \N field_ir_act_window_display_name 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 270 +618 \N \N \N \N \N field_ir_act_window___last_update 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 271 +619 \N \N \N \N \N field_ir_act_window_views 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 272 +620 \N \N \N \N \N field_ir_act_window_src_model 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 273 +621 \N \N \N \N \N field_ir_act_window_usage 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 274 +622 \N \N \N \N \N field_ir_act_window_type 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 275 +623 \N \N \N \N \N field_ir_act_window_view_type 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 276 +624 \N \N \N \N \N field_ir_act_window_view_id 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 277 +625 \N \N \N \N \N field_ir_act_window_view_mode 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 278 +626 \N \N \N \N \N field_ir_act_window_write_date 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 279 +627 \N \N \N \N \N field_ir_act_window_view_ids 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 280 +628 \N \N \N \N \N field_ir_act_window_name 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 281 +629 \N \N \N \N \N field_ir_act_window_multi 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 282 +630 \N \N \N \N \N field_ir_act_window_target 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 283 +631 \N \N \N \N \N field_ir_act_window_auto_search 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 284 +632 \N \N \N \N \N field_ir_act_window_res_id 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 285 +633 \N \N \N \N \N field_ir_act_window_search_view 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 286 +634 \N \N \N \N \N field_ir_act_window_filter 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 287 +635 \N \N \N \N \N field_ir_act_window_limit 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 288 +636 \N \N \N \N \N field_ir_act_window_context 2019-03-20 06:35:12.298044 2019-03-20 06:35:12.298044 base ir.model.fields 289 +637 \N \N \N \N \N model_ir_actions_act_window_view 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model 19 +638 \N \N \N \N \N field_ir_act_window_view_create_uid 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 290 +639 \N \N \N \N \N field_ir_act_window_view_multi 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 291 +640 \N \N \N \N \N field_ir_act_window_view_display_name 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 292 +641 \N \N \N \N \N field_ir_act_window_view_sequence 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 293 +642 \N \N \N \N \N field_ir_act_window_view_view_id 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 294 +643 \N \N \N \N \N field_ir_act_window_view___last_update 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 295 +644 \N \N \N \N \N field_ir_act_window_view_write_uid 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 296 +645 \N \N \N \N \N field_ir_act_window_view_view_mode 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 297 +646 \N \N \N \N \N field_ir_act_window_view_write_date 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 298 +647 \N \N \N \N \N field_ir_act_window_view_act_window_id 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 299 +648 \N \N \N \N \N field_ir_act_window_view_create_date 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 300 +649 \N \N \N \N \N field_ir_act_window_view_id_301 2019-03-20 06:35:12.437209 2019-03-20 06:35:12.437209 base ir.model.fields 301 +650 \N \N \N \N \N model_ir_actions_act_window_close 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model 20 +651 \N \N \N \N \N field_ir_actions_create_uid_302 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 302 +652 \N \N \N \N \N field_ir_actions_xml_id_303 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 303 +653 \N \N \N \N \N field_ir_actions_display_name_304 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 304 +654 \N \N \N \N \N field_ir_actions_help_305 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 305 +655 \N \N \N \N \N field_ir_actions___last_update_306 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 306 +656 \N \N \N \N \N field_ir_actions_write_uid_307 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 307 +657 \N \N \N \N \N field_ir_actions_write_date_308 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 308 +658 \N \N \N \N \N field_ir_actions_usage_309 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 309 +659 \N \N \N \N \N field_ir_actions_create_date_310 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 310 +660 \N \N \N \N \N field_ir_actions_type_311 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 311 +661 \N \N \N \N \N field_ir_actions_id_312 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 312 +662 \N \N \N \N \N field_ir_actions_name_313 2019-03-20 06:35:12.51794 2019-03-20 06:35:12.51794 base ir.model.fields 313 +663 \N \N \N \N \N model_ir_actions_act_url 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model 21 +664 \N \N \N \N \N field_ir_act_url_create_uid 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 314 +665 \N \N \N \N \N field_ir_act_url_xml_id 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 315 +666 \N \N \N \N \N field_ir_act_url_display_name 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 316 +667 \N \N \N \N \N field_ir_act_url_target 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 317 +668 \N \N \N \N \N field_ir_act_url___last_update 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 318 +669 \N \N \N \N \N field_ir_act_url_url 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 319 +670 \N \N \N \N \N field_ir_act_url_name 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 320 +671 \N \N \N \N \N field_ir_act_url_write_date 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 321 +672 \N \N \N \N \N field_ir_act_url_usage 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 322 +673 \N \N \N \N \N field_ir_act_url_create_date 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 323 +674 \N \N \N \N \N field_ir_act_url_write_uid 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 324 +675 \N \N \N \N \N field_ir_act_url_type 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 325 +676 \N \N \N \N \N field_ir_act_url_id 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 326 +677 \N \N \N \N \N field_ir_act_url_help 2019-03-20 06:35:12.583108 2019-03-20 06:35:12.583108 base ir.model.fields 327 +678 \N \N \N \N \N model_ir_actions_server 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model 22 +679 \N \N \N \N \N field_ir_act_server_code 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 328 +680 \N \N \N \N \N field_ir_act_server_create_date 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 329 +681 \N \N \N \N \N field_ir_act_server_help 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 330 +682 \N \N \N \N \N field_ir_act_server_sequence 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 331 +683 \N \N \N \N \N field_ir_act_server_crud_model_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 332 +684 \N \N \N \N \N field_ir_act_server_ref_object 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 333 +685 \N \N \N \N \N field_ir_act_server_write_uid 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 334 +686 \N \N \N \N \N field_ir_act_server_xml_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 335 +687 \N \N \N \N \N field_ir_act_server_wkf_model_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 336 +688 \N \N \N \N \N field_ir_act_server_crud_model_name 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 337 +689 \N \N \N \N \N field_ir_act_server_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 338 +690 \N \N \N \N \N field_ir_act_server_use_relational_model 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 339 +691 \N \N \N \N \N field_ir_act_server_create_uid 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 340 +692 \N \N \N \N \N field_ir_act_server_display_name 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 341 +693 \N \N \N \N \N field_ir_act_server___last_update 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 342 +694 \N \N \N \N \N field_ir_act_server_use_create 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 343 +695 \N \N \N \N \N field_ir_act_server_wkf_field_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 344 +696 \N \N \N \N \N field_ir_act_server_id_object 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 345 +697 \N \N \N \N \N field_ir_act_server_state 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 346 +698 \N \N \N \N \N field_ir_act_server_id_value 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 347 +699 \N \N \N \N \N field_ir_act_server_usage 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 348 +700 \N \N \N \N \N field_ir_act_server_type 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 349 +701 \N \N \N \N \N field_ir_act_server_action_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 350 +702 \N \N \N \N \N field_ir_act_server_model_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 351 +703 \N \N \N \N \N field_ir_act_server_wkf_model_name 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 352 +704 \N \N \N \N \N field_ir_act_server_sub_model_object_field 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 353 +705 \N \N \N \N \N field_ir_act_server_child_ids 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 354 +706 \N \N \N \N \N field_ir_act_server_link_new_record 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 355 +707 \N \N \N \N \N field_ir_act_server_wkf_transition_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 356 +708 \N \N \N \N \N field_ir_act_server_sub_object 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 357 +709 \N \N \N \N \N field_ir_act_server_use_write 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 358 +710 \N \N \N \N \N field_ir_act_server_condition 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 359 +711 \N \N \N \N \N field_ir_act_server_copyvalue 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 360 +712 \N \N \N \N \N field_ir_act_server_fields_lines 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 361 +713 \N \N \N \N \N field_ir_act_server_name 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 362 +714 \N \N \N \N \N field_ir_act_server_write_expression 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 363 +715 \N \N \N \N \N field_ir_act_server_menu_ir_values_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 364 +716 \N \N \N \N \N field_ir_act_server_model_object_field 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 365 +717 \N \N \N \N \N field_ir_act_server_link_field_id 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 366 +718 \N \N \N \N \N field_ir_act_server_write_date 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 367 +719 \N \N \N \N \N field_ir_act_server_model_name 2019-03-20 06:35:12.649329 2019-03-20 06:35:12.649329 base ir.model.fields 368 +720 \N \N \N \N \N model_ir_server_object_lines 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model 23 +721 \N \N \N \N \N field_ir_server_object_lines_create_uid 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 369 +722 \N \N \N \N \N field_ir_server_object_lines_server_id 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 370 +723 \N \N \N \N \N field_ir_server_object_lines_display_name 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 371 +724 \N \N \N \N \N field_ir_server_object_lines___last_update 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 372 +725 \N \N \N \N \N field_ir_server_object_lines_value 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 373 +726 \N \N \N \N \N field_ir_server_object_lines_col1 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 374 +727 \N \N \N \N \N field_ir_server_object_lines_write_date 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 375 +728 \N \N \N \N \N field_ir_server_object_lines_create_date 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 376 +729 \N \N \N \N \N field_ir_server_object_lines_write_uid 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 377 +730 \N \N \N \N \N field_ir_server_object_lines_type 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 378 +731 \N \N \N \N \N field_ir_server_object_lines_id 2019-03-20 06:35:12.857316 2019-03-20 06:35:12.857316 base ir.model.fields 379 +732 \N \N \N \N \N model_ir_actions_todo 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model 24 +733 \N \N \N \N \N field_ir_actions_todo_create_uid 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 380 +734 \N \N \N \N \N field_ir_actions_todo_groups_id 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 381 +735 \N \N \N \N \N field_ir_actions_todo_display_name 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 382 +736 \N \N \N \N \N field_ir_actions_todo_name 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 383 +737 \N \N \N \N \N field_ir_actions_todo_sequence 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 384 +738 \N \N \N \N \N field_ir_actions_todo___last_update 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 385 +739 \N \N \N \N \N field_ir_actions_todo_write_uid 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 386 +740 \N \N \N \N \N field_ir_actions_todo_note 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 387 +741 \N \N \N \N \N field_ir_actions_todo_state 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 388 +742 \N \N \N \N \N field_ir_actions_todo_write_date 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 389 +743 \N \N \N \N \N field_ir_actions_todo_create_date 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 390 +744 \N \N \N \N \N field_ir_actions_todo_type 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 391 +745 \N \N \N \N \N field_ir_actions_todo_id 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 392 +746 \N \N \N \N \N field_ir_actions_todo_action_id 2019-03-20 06:35:12.9291 2019-03-20 06:35:12.9291 base ir.model.fields 393 +747 \N \N \N \N \N model_ir_actions_client 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model 25 +748 \N \N \N \N \N field_ir_act_client_create_uid 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 394 +749 \N \N \N \N \N field_ir_act_client_xml_id 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 395 +750 \N \N \N \N \N field_ir_act_client_display_name 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 396 +751 \N \N \N \N \N field_ir_act_client_help 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 397 +752 \N \N \N \N \N field_ir_act_client___last_update 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 398 +753 \N \N \N \N \N field_ir_act_client_res_model 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 399 +754 \N \N \N \N \N field_ir_act_client_write_uid 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 400 +755 \N \N \N \N \N field_ir_act_client_params_store 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 401 +756 \N \N \N \N \N field_ir_act_client_tag 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 402 +757 \N \N \N \N \N field_ir_act_client_params 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 403 +758 \N \N \N \N \N field_ir_act_client_context 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 404 +759 \N \N \N \N \N field_ir_act_client_target 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 405 +760 \N \N \N \N \N field_ir_act_client_usage 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 406 +761 \N \N \N \N \N field_ir_act_client_create_date 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 407 +762 \N \N \N \N \N field_ir_act_client_write_date 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 408 +763 \N \N \N \N \N field_ir_act_client_type 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 409 +764 \N \N \N \N \N field_ir_act_client_id 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 410 +765 \N \N \N \N \N field_ir_act_client_name 2019-03-20 06:35:13.021186 2019-03-20 06:35:13.021186 base ir.model.fields 411 +766 \N \N \N \N \N model_ir_attachment 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model 26 +767 \N \N \N \N \N field_ir_attachment_create_date 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 412 +768 \N \N \N \N \N field_ir_attachment_write_date 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 413 +769 \N \N \N \N \N field_ir_attachment_res_model 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 414 +770 \N \N \N \N \N field_ir_attachment_write_uid 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 415 +771 \N \N \N \N \N field_ir_attachment_res_name 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 416 +772 \N \N \N \N \N field_ir_attachment_db_datas 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 417 +773 \N \N \N \N \N field_ir_attachment_file_size 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 418 +774 \N \N \N \N \N field_ir_attachment_id 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 419 +775 \N \N \N \N \N field_ir_attachment_create_uid 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 420 +776 \N \N \N \N \N field_ir_attachment_display_name 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 421 +777 \N \N \N \N \N field_ir_attachment___last_update 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 422 +778 \N \N \N \N \N field_ir_attachment_company_id 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 423 +779 \N \N \N \N \N field_ir_attachment_res_id 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 424 +780 \N \N \N \N \N field_ir_attachment_index_content 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 425 +781 \N \N \N \N \N field_ir_attachment_type 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 426 +782 \N \N \N \N \N field_ir_attachment_public 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 427 +783 \N \N \N \N \N field_ir_attachment_store_fname 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 428 +784 \N \N \N \N \N field_ir_attachment_description 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 429 +785 \N \N \N \N \N field_ir_attachment_res_field 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 430 +786 \N \N \N \N \N field_ir_attachment_mimetype 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 431 +787 \N \N \N \N \N field_ir_attachment_name 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 432 +788 \N \N \N \N \N field_ir_attachment_url 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 433 +789 \N \N \N \N \N field_ir_attachment_checksum 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 434 +790 \N \N \N \N \N field_ir_attachment_datas_fname 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 435 +791 \N \N \N \N \N field_ir_attachment_datas 2019-03-20 06:35:13.107135 2019-03-20 06:35:13.107135 base ir.model.fields 436 +792 \N \N \N \N \N model_ir_cron 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model 27 +793 \N \N \N \N \N field_ir_cron_function 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 437 +794 \N \N \N \N \N field_ir_cron_create_uid 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 438 +795 \N \N \N \N \N field_ir_cron_interval_type 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 439 +796 \N \N \N \N \N field_ir_cron_user_id 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 440 +797 \N \N \N \N \N field_ir_cron_name 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 441 +798 \N \N \N \N \N field_ir_cron___last_update 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 442 +799 \N \N \N \N \N field_ir_cron_id 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 443 +800 \N \N \N \N \N field_ir_cron_args 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 444 +801 \N \N \N \N \N field_ir_cron_numbercall 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 445 +802 \N \N \N \N \N field_ir_cron_nextcall 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 446 +803 \N \N \N \N \N field_ir_cron_priority 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 447 +804 \N \N \N \N \N field_ir_cron_create_date 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 448 +805 \N \N \N \N \N field_ir_cron_doall 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 449 +806 \N \N \N \N \N field_ir_cron_write_date 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 450 +807 \N \N \N \N \N field_ir_cron_active 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 451 +808 \N \N \N \N \N field_ir_cron_display_name 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 452 +809 \N \N \N \N \N field_ir_cron_interval_number 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 453 +810 \N \N \N \N \N field_ir_cron_write_uid 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 454 +811 \N \N \N \N \N field_ir_cron_model 2019-03-20 06:35:13.261412 2019-03-20 06:35:13.261412 base ir.model.fields 455 +812 \N \N \N \N \N model_ir_filters 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model 28 +813 \N \N \N \N \N field_ir_filters_sort 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 456 +814 \N \N \N \N \N field_ir_filters_model_id 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 457 +815 \N \N \N \N \N field_ir_filters_domain 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 458 +816 \N \N \N \N \N field_ir_filters_user_id 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 459 +817 \N \N \N \N \N field_ir_filters_name 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 460 +818 \N \N \N \N \N field_ir_filters_create_uid 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 461 +819 \N \N \N \N \N field_ir_filters___last_update 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 462 +820 \N \N \N \N \N field_ir_filters_write_uid 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 463 +821 \N \N \N \N \N field_ir_filters_is_default 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 464 +822 \N \N \N \N \N field_ir_filters_create_date 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 465 +823 \N \N \N \N \N field_ir_filters_context 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 466 +824 \N \N \N \N \N field_ir_filters_active 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 467 +825 \N \N \N \N \N field_ir_filters_display_name 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 468 +826 \N \N \N \N \N field_ir_filters_write_date 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 469 +827 \N \N \N \N \N field_ir_filters_id 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 470 +828 \N \N \N \N \N field_ir_filters_action_id 2019-03-20 06:35:13.371505 2019-03-20 06:35:13.371505 base ir.model.fields 471 +829 \N \N \N \N \N model_ir_values 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model 29 +830 \N \N \N \N \N field_ir_values_model_id 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 472 +831 \N \N \N \N \N field_ir_values___last_update 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 473 +832 \N \N \N \N \N field_ir_values_user_id 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 474 +833 \N \N \N \N \N field_ir_values_name 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 475 +834 \N \N \N \N \N field_ir_values_create_uid 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 476 +835 \N \N \N \N \N field_ir_values_key2 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 477 +836 \N \N \N \N \N field_ir_values_value_unpickle 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 478 +837 \N \N \N \N \N field_ir_values_company_id 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 479 +838 \N \N \N \N \N field_ir_values_value 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 480 +839 \N \N \N \N \N field_ir_values_write_uid 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 481 +840 \N \N \N \N \N field_ir_values_create_date 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 482 +841 \N \N \N \N \N field_ir_values_key 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 483 +842 \N \N \N \N \N field_ir_values_write_date 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 484 +843 \N \N \N \N \N field_ir_values_display_name 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 485 +844 \N \N \N \N \N field_ir_values_model 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 486 +845 \N \N \N \N \N field_ir_values_res_id 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 487 +846 \N \N \N \N \N field_ir_values_id 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 488 +847 \N \N \N \N \N field_ir_values_action_id 2019-03-20 06:35:13.516571 2019-03-20 06:35:13.516571 base ir.model.fields 489 +848 \N \N \N \N \N model_ir_translation 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model 30 +849 \N \N \N \N \N field_ir_translation_lang 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 490 +850 \N \N \N \N \N field_ir_translation_src 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 491 +851 \N \N \N \N \N field_ir_translation_display_name 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 492 +852 \N \N \N \N \N field_ir_translation_name 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 493 +853 \N \N \N \N \N field_ir_translation___last_update 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 494 +854 \N \N \N \N \N field_ir_translation_type 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 495 +855 \N \N \N \N \N field_ir_translation_module 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 496 +856 \N \N \N \N \N field_ir_translation_source 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 497 +857 \N \N \N \N \N field_ir_translation_state 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 498 +858 \N \N \N \N \N field_ir_translation_comments 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 499 +859 \N \N \N \N \N field_ir_translation_value 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 500 +860 \N \N \N \N \N field_ir_translation_res_id 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 501 +861 \N \N \N \N \N field_ir_translation_id 2019-03-20 06:35:13.831887 2019-03-20 06:35:13.831887 base ir.model.fields 502 +862 \N \N \N \N \N model_ir_exports 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model 31 +863 \N \N \N \N \N field_ir_exports_create_uid 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 503 +864 \N \N \N \N \N field_ir_exports_display_name 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 504 +865 \N \N \N \N \N field_ir_exports_name 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 505 +866 \N \N \N \N \N field_ir_exports___last_update 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 506 +867 \N \N \N \N \N field_ir_exports_write_uid 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 507 +868 \N \N \N \N \N field_ir_exports_create_date 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 508 +869 \N \N \N \N \N field_ir_exports_write_date 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 509 +870 \N \N \N \N \N field_ir_exports_resource 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 510 +871 \N \N \N \N \N field_ir_exports_export_fields 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 511 +872 \N \N \N \N \N field_ir_exports_id 2019-03-20 06:35:13.969401 2019-03-20 06:35:13.969401 base ir.model.fields 512 +873 \N \N \N \N \N model_ir_exports_line 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model 32 +874 \N \N \N \N \N field_ir_exports_line_create_uid 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 513 +875 \N \N \N \N \N field_ir_exports_line_create_date 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 514 +876 \N \N \N \N \N field_ir_exports_line_name 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 515 +877 \N \N \N \N \N field_ir_exports_line___last_update 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 516 +878 \N \N \N \N \N field_ir_exports_line_write_uid 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 517 +879 \N \N \N \N \N field_ir_exports_line_write_date 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 518 +880 \N \N \N \N \N field_ir_exports_line_display_name 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 519 +881 \N \N \N \N \N field_ir_exports_line_export_id 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 520 +882 \N \N \N \N \N field_ir_exports_line_id 2019-03-20 06:35:14.03331 2019-03-20 06:35:14.03331 base ir.model.fields 521 +883 \N \N \N \N \N model_ir_rule 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model 33 +884 \N \N \N \N \N field_ir_rule_model_id 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 522 +885 \N \N \N \N \N field_ir_rule_domain 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 523 +886 \N \N \N \N \N field_ir_rule_domain_force 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 524 +887 \N \N \N \N \N field_ir_rule_name 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 525 +888 \N \N \N \N \N field_ir_rule_create_uid 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 526 +889 \N \N \N \N \N field_ir_rule___last_update 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 527 +890 \N \N \N \N \N field_ir_rule_global 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 528 +891 \N \N \N \N \N field_ir_rule_write_uid 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 529 +892 \N \N \N \N \N field_ir_rule_perm_write 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 530 +893 \N \N \N \N \N field_ir_rule_create_date 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 531 +894 \N \N \N \N \N field_ir_rule_groups 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 532 +895 \N \N \N \N \N field_ir_rule_perm_unlink 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 533 +896 \N \N \N \N \N field_ir_rule_active 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 534 +897 \N \N \N \N \N field_ir_rule_perm_read 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 535 +898 \N \N \N \N \N field_ir_rule_perm_create 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 536 +899 \N \N \N \N \N field_ir_rule_write_date 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 537 +900 \N \N \N \N \N field_ir_rule_id 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 538 +901 \N \N \N \N \N field_ir_rule_display_name 2019-03-20 06:35:14.109394 2019-03-20 06:35:14.109394 base ir.model.fields 539 +902 \N \N \N \N \N model_ir_config_parameter 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model 34 +903 \N \N \N \N \N field_ir_config_parameter_create_uid 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 540 +904 \N \N \N \N \N field_ir_config_parameter_group_ids 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 541 +905 \N \N \N \N \N field_ir_config_parameter_display_name 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 542 +906 \N \N \N \N \N field_ir_config_parameter_write_date 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 543 +907 \N \N \N \N \N field_ir_config_parameter___last_update 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 544 +908 \N \N \N \N \N field_ir_config_parameter_value 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 545 +909 \N \N \N \N \N field_ir_config_parameter_write_uid 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 546 +910 \N \N \N \N \N field_ir_config_parameter_key 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 547 +911 \N \N \N \N \N field_ir_config_parameter_create_date 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 548 +912 \N \N \N \N \N field_ir_config_parameter_id 2019-03-20 06:35:14.242253 2019-03-20 06:35:14.242253 base ir.model.fields 549 +913 \N \N \N \N \N model_ir_autovacuum 2019-03-20 06:35:14.405678 2019-03-20 06:35:14.405678 base ir.model 35 +914 \N \N \N \N \N field_ir_autovacuum_display_name 2019-03-20 06:35:14.405678 2019-03-20 06:35:14.405678 base ir.model.fields 550 +915 \N \N \N \N \N field_ir_autovacuum_id 2019-03-20 06:35:14.405678 2019-03-20 06:35:14.405678 base ir.model.fields 551 +916 \N \N \N \N \N field_ir_autovacuum___last_update 2019-03-20 06:35:14.405678 2019-03-20 06:35:14.405678 base ir.model.fields 552 +917 \N \N \N \N \N model_ir_mail_server 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model 36 +918 \N \N \N \N \N field_ir_mail_server_create_uid 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 553 +919 \N \N \N \N \N field_ir_mail_server___last_update 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 554 +920 \N \N \N \N \N field_ir_mail_server_display_name 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 555 +921 \N \N \N \N \N field_ir_mail_server_name 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 556 +922 \N \N \N \N \N field_ir_mail_server_sequence 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 557 +923 \N \N \N \N \N field_ir_mail_server_write_uid 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 558 +924 \N \N \N \N \N field_ir_mail_server_smtp_port 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 559 +925 \N \N \N \N \N field_ir_mail_server_smtp_host 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 560 +926 \N \N \N \N \N field_ir_mail_server_smtp_user 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 561 +927 \N \N \N \N \N field_ir_mail_server_smtp_pass 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 562 +928 \N \N \N \N \N field_ir_mail_server_smtp_debug 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 563 +929 \N \N \N \N \N field_ir_mail_server_write_date 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 564 +930 \N \N \N \N \N field_ir_mail_server_active 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 565 +931 \N \N \N \N \N field_ir_mail_server_create_date 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 566 +932 \N \N \N \N \N field_ir_mail_server_smtp_encryption 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 567 +933 \N \N \N \N \N field_ir_mail_server_id 2019-03-20 06:35:14.423063 2019-03-20 06:35:14.423063 base ir.model.fields 568 +934 \N \N \N \N \N model_ir_fields_converter 2019-03-20 06:35:14.582085 2019-03-20 06:35:14.582085 base ir.model 37 +935 \N \N \N \N \N field_ir_fields_converter_display_name 2019-03-20 06:35:14.582085 2019-03-20 06:35:14.582085 base ir.model.fields 569 +936 \N \N \N \N \N field_ir_fields_converter_id 2019-03-20 06:35:14.582085 2019-03-20 06:35:14.582085 base ir.model.fields 570 +937 \N \N \N \N \N field_ir_fields_converter___last_update 2019-03-20 06:35:14.582085 2019-03-20 06:35:14.582085 base ir.model.fields 571 +938 \N \N \N \N \N model_ir_qweb_field 2019-03-20 06:35:14.596881 2019-03-20 06:35:14.596881 base ir.model 38 +939 \N \N \N \N \N field_ir_qweb_field_display_name 2019-03-20 06:35:14.596881 2019-03-20 06:35:14.596881 base ir.model.fields 572 +940 \N \N \N \N \N field_ir_qweb_field_id 2019-03-20 06:35:14.596881 2019-03-20 06:35:14.596881 base ir.model.fields 573 +941 \N \N \N \N \N field_ir_qweb_field___last_update 2019-03-20 06:35:14.596881 2019-03-20 06:35:14.596881 base ir.model.fields 574 +942 \N \N \N \N \N model_ir_qweb_field_integer 2019-03-20 06:35:14.607413 2019-03-20 06:35:14.607413 base ir.model 39 +943 \N \N \N \N \N field_ir_qweb_field_integer_display_name 2019-03-20 06:35:14.607413 2019-03-20 06:35:14.607413 base ir.model.fields 575 +944 \N \N \N \N \N field_ir_qweb_field_integer_id 2019-03-20 06:35:14.607413 2019-03-20 06:35:14.607413 base ir.model.fields 576 +945 \N \N \N \N \N field_ir_qweb_field_integer___last_update 2019-03-20 06:35:14.607413 2019-03-20 06:35:14.607413 base ir.model.fields 577 +946 \N \N \N \N \N model_ir_qweb_field_float 2019-03-20 06:35:14.623005 2019-03-20 06:35:14.623005 base ir.model 40 +947 \N \N \N \N \N field_ir_qweb_field_float_display_name 2019-03-20 06:35:14.623005 2019-03-20 06:35:14.623005 base ir.model.fields 578 +948 \N \N \N \N \N field_ir_qweb_field_float_id 2019-03-20 06:35:14.623005 2019-03-20 06:35:14.623005 base ir.model.fields 579 +949 \N \N \N \N \N field_ir_qweb_field_float___last_update 2019-03-20 06:35:14.623005 2019-03-20 06:35:14.623005 base ir.model.fields 580 +950 \N \N \N \N \N model_ir_qweb_field_date 2019-03-20 06:35:14.638512 2019-03-20 06:35:14.638512 base ir.model 41 +951 \N \N \N \N \N field_ir_qweb_field_date_display_name 2019-03-20 06:35:14.638512 2019-03-20 06:35:14.638512 base ir.model.fields 581 +952 \N \N \N \N \N field_ir_qweb_field_date_id 2019-03-20 06:35:14.638512 2019-03-20 06:35:14.638512 base ir.model.fields 582 +953 \N \N \N \N \N field_ir_qweb_field_date___last_update 2019-03-20 06:35:14.638512 2019-03-20 06:35:14.638512 base ir.model.fields 583 +954 \N \N \N \N \N model_ir_qweb_field_datetime 2019-03-20 06:35:14.652987 2019-03-20 06:35:14.652987 base ir.model 42 +955 \N \N \N \N \N field_ir_qweb_field_datetime_display_name 2019-03-20 06:35:14.652987 2019-03-20 06:35:14.652987 base ir.model.fields 584 +956 \N \N \N \N \N field_ir_qweb_field_datetime_id 2019-03-20 06:35:14.652987 2019-03-20 06:35:14.652987 base ir.model.fields 585 +957 \N \N \N \N \N field_ir_qweb_field_datetime___last_update 2019-03-20 06:35:14.652987 2019-03-20 06:35:14.652987 base ir.model.fields 586 +958 \N \N \N \N \N model_ir_qweb_field_text 2019-03-20 06:35:14.668096 2019-03-20 06:35:14.668096 base ir.model 43 +959 \N \N \N \N \N field_ir_qweb_field_text_display_name 2019-03-20 06:35:14.668096 2019-03-20 06:35:14.668096 base ir.model.fields 587 +960 \N \N \N \N \N field_ir_qweb_field_text_id 2019-03-20 06:35:14.668096 2019-03-20 06:35:14.668096 base ir.model.fields 588 +961 \N \N \N \N \N field_ir_qweb_field_text___last_update 2019-03-20 06:35:14.668096 2019-03-20 06:35:14.668096 base ir.model.fields 589 +962 \N \N \N \N \N model_ir_qweb_field_selection 2019-03-20 06:35:14.684289 2019-03-20 06:35:14.684289 base ir.model 44 +963 \N \N \N \N \N field_ir_qweb_field_selection_display_name 2019-03-20 06:35:14.684289 2019-03-20 06:35:14.684289 base ir.model.fields 590 +964 \N \N \N \N \N field_ir_qweb_field_selection_id 2019-03-20 06:35:14.684289 2019-03-20 06:35:14.684289 base ir.model.fields 591 +965 \N \N \N \N \N field_ir_qweb_field_selection___last_update 2019-03-20 06:35:14.684289 2019-03-20 06:35:14.684289 base ir.model.fields 592 +966 \N \N \N \N \N model_ir_qweb_field_many2one 2019-03-20 06:35:14.700991 2019-03-20 06:35:14.700991 base ir.model 45 +967 \N \N \N \N \N field_ir_qweb_field_many2one_display_name 2019-03-20 06:35:14.700991 2019-03-20 06:35:14.700991 base ir.model.fields 593 +968 \N \N \N \N \N field_ir_qweb_field_many2one_id 2019-03-20 06:35:14.700991 2019-03-20 06:35:14.700991 base ir.model.fields 594 +969 \N \N \N \N \N field_ir_qweb_field_many2one___last_update 2019-03-20 06:35:14.700991 2019-03-20 06:35:14.700991 base ir.model.fields 595 +970 \N \N \N \N \N model_ir_qweb_field_html 2019-03-20 06:35:14.718534 2019-03-20 06:35:14.718534 base ir.model 46 +971 \N \N \N \N \N field_ir_qweb_field_html_display_name 2019-03-20 06:35:14.718534 2019-03-20 06:35:14.718534 base ir.model.fields 596 +972 \N \N \N \N \N field_ir_qweb_field_html_id 2019-03-20 06:35:14.718534 2019-03-20 06:35:14.718534 base ir.model.fields 597 +973 \N \N \N \N \N field_ir_qweb_field_html___last_update 2019-03-20 06:35:14.718534 2019-03-20 06:35:14.718534 base ir.model.fields 598 +974 \N \N \N \N \N model_ir_qweb_field_image 2019-03-20 06:35:14.733225 2019-03-20 06:35:14.733225 base ir.model 47 +975 \N \N \N \N \N field_ir_qweb_field_image_display_name 2019-03-20 06:35:14.733225 2019-03-20 06:35:14.733225 base ir.model.fields 599 +976 \N \N \N \N \N field_ir_qweb_field_image_id 2019-03-20 06:35:14.733225 2019-03-20 06:35:14.733225 base ir.model.fields 600 +977 \N \N \N \N \N field_ir_qweb_field_image___last_update 2019-03-20 06:35:14.733225 2019-03-20 06:35:14.733225 base ir.model.fields 601 +978 \N \N \N \N \N model_ir_qweb_field_monetary 2019-03-20 06:35:14.742656 2019-03-20 06:35:14.742656 base ir.model 48 +979 \N \N \N \N \N field_ir_qweb_field_monetary_display_name 2019-03-20 06:35:14.742656 2019-03-20 06:35:14.742656 base ir.model.fields 602 +980 \N \N \N \N \N field_ir_qweb_field_monetary_id 2019-03-20 06:35:14.742656 2019-03-20 06:35:14.742656 base ir.model.fields 603 +981 \N \N \N \N \N field_ir_qweb_field_monetary___last_update 2019-03-20 06:35:14.742656 2019-03-20 06:35:14.742656 base ir.model.fields 604 +982 \N \N \N \N \N model_ir_qweb_field_duration 2019-03-20 06:35:14.754956 2019-03-20 06:35:14.754956 base ir.model 49 +983 \N \N \N \N \N field_ir_qweb_field_duration_display_name 2019-03-20 06:35:14.754956 2019-03-20 06:35:14.754956 base ir.model.fields 605 +984 \N \N \N \N \N field_ir_qweb_field_duration_id 2019-03-20 06:35:14.754956 2019-03-20 06:35:14.754956 base ir.model.fields 606 +985 \N \N \N \N \N field_ir_qweb_field_duration___last_update 2019-03-20 06:35:14.754956 2019-03-20 06:35:14.754956 base ir.model.fields 607 +986 \N \N \N \N \N model_ir_qweb_field_relative 2019-03-20 06:35:14.768624 2019-03-20 06:35:14.768624 base ir.model 50 +987 \N \N \N \N \N field_ir_qweb_field_relative_display_name 2019-03-20 06:35:14.768624 2019-03-20 06:35:14.768624 base ir.model.fields 608 +988 \N \N \N \N \N field_ir_qweb_field_relative_id 2019-03-20 06:35:14.768624 2019-03-20 06:35:14.768624 base ir.model.fields 609 +989 \N \N \N \N \N field_ir_qweb_field_relative___last_update 2019-03-20 06:35:14.768624 2019-03-20 06:35:14.768624 base ir.model.fields 610 +990 \N \N \N \N \N model_ir_qweb_field_contact 2019-03-20 06:35:14.782476 2019-03-20 06:35:14.782476 base ir.model 51 +991 \N \N \N \N \N field_ir_qweb_field_contact_display_name 2019-03-20 06:35:14.782476 2019-03-20 06:35:14.782476 base ir.model.fields 611 +992 \N \N \N \N \N field_ir_qweb_field_contact_id 2019-03-20 06:35:14.782476 2019-03-20 06:35:14.782476 base ir.model.fields 612 +993 \N \N \N \N \N field_ir_qweb_field_contact___last_update 2019-03-20 06:35:14.782476 2019-03-20 06:35:14.782476 base ir.model.fields 613 +994 \N \N \N \N \N model_ir_qweb_field_qweb 2019-03-20 06:35:14.798234 2019-03-20 06:35:14.798234 base ir.model 52 +995 \N \N \N \N \N field_ir_qweb_field_qweb_display_name 2019-03-20 06:35:14.798234 2019-03-20 06:35:14.798234 base ir.model.fields 614 +996 \N \N \N \N \N field_ir_qweb_field_qweb_id 2019-03-20 06:35:14.798234 2019-03-20 06:35:14.798234 base ir.model.fields 615 +997 \N \N \N \N \N field_ir_qweb_field_qweb___last_update 2019-03-20 06:35:14.798234 2019-03-20 06:35:14.798234 base ir.model.fields 616 +998 \N \N \N \N \N model_ir_qweb 2019-03-20 06:35:14.808705 2019-03-20 06:35:14.808705 base ir.model 53 +999 \N \N \N \N \N field_ir_qweb_display_name 2019-03-20 06:35:14.808705 2019-03-20 06:35:14.808705 base ir.model.fields 617 +1000 \N \N \N \N \N field_ir_qweb_id 2019-03-20 06:35:14.808705 2019-03-20 06:35:14.808705 base ir.model.fields 618 +1001 \N \N \N \N \N field_ir_qweb___last_update 2019-03-20 06:35:14.808705 2019-03-20 06:35:14.808705 base ir.model.fields 619 +1002 \N \N \N \N \N model_ir_http 2019-03-20 06:35:14.822682 2019-03-20 06:35:14.822682 base ir.model 54 +1003 \N \N \N \N \N field_ir_http_display_name 2019-03-20 06:35:14.822682 2019-03-20 06:35:14.822682 base ir.model.fields 620 +1004 \N \N \N \N \N field_ir_http_id 2019-03-20 06:35:14.822682 2019-03-20 06:35:14.822682 base ir.model.fields 621 +1005 \N \N \N \N \N field_ir_http___last_update 2019-03-20 06:35:14.822682 2019-03-20 06:35:14.822682 base ir.model.fields 622 +1006 \N \N \N \N \N model_ir_logging 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model 55 +1007 \N \N \N \N \N field_ir_logging_create_uid 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 623 +1008 \N \N \N \N \N field_ir_logging_create_date 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 624 +1009 \N \N \N \N \N field_ir_logging_name 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 625 +1010 \N \N \N \N \N field_ir_logging_level 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 626 +1011 \N \N \N \N \N field_ir_logging_message 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 627 +1012 \N \N \N \N \N field_ir_logging___last_update 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 628 +1013 \N \N \N \N \N field_ir_logging_id 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 629 +1014 \N \N \N \N \N field_ir_logging_func 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 630 +1015 \N \N \N \N \N field_ir_logging_write_date 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 631 +1016 \N \N \N \N \N field_ir_logging_path 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 632 +1017 \N \N \N \N \N field_ir_logging_line 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 633 +1018 \N \N \N \N \N field_ir_logging_write_uid 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 634 +1019 \N \N \N \N \N field_ir_logging_type 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 635 +1020 \N \N \N \N \N field_ir_logging_dbname 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 636 +1021 \N \N \N \N \N field_ir_logging_display_name 2019-03-20 06:35:14.838477 2019-03-20 06:35:14.838477 base ir.model.fields 637 +1022 \N \N \N \N \N model_workflow 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model 56 +1023 \N \N \N \N \N field_wkf_activities 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 638 +1994 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t dz 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 63 +1024 \N \N \N \N \N field_wkf_display_name 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 639 +1025 \N \N \N \N \N field_wkf_name 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 640 +1026 \N \N \N \N \N field_wkf_create_uid 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 641 +1027 \N \N \N \N \N field_wkf_write_uid 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 642 +1028 \N \N \N \N \N field_wkf___last_update 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 643 +1029 \N \N \N \N \N field_wkf_osv 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 644 +1030 \N \N \N \N \N field_wkf_write_date 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 645 +1031 \N \N \N \N \N field_wkf_create_date 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 646 +1032 \N \N \N \N \N field_wkf_on_create 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 647 +1033 \N \N \N \N \N field_wkf_id 2019-03-20 06:35:14.947836 2019-03-20 06:35:14.947836 base ir.model.fields 648 +1034 \N \N \N \N \N model_workflow_activity 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model 57 +1035 \N \N \N \N \N field_wkf_activity_create_uid 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 649 +1036 \N \N \N \N \N field_wkf_activity_kind 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 650 +1037 \N \N \N \N \N field_wkf_activity_display_name 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 651 +1038 \N \N \N \N \N field_wkf_activity_name 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 652 +1039 \N \N \N \N \N field_wkf_activity_join_mode 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 653 +1040 \N \N \N \N \N field_wkf_activity_write_uid 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 654 +1041 \N \N \N \N \N field_wkf_activity_out_transitions 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 655 +1042 \N \N \N \N \N field_wkf_activity___last_update 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 656 +1043 \N \N \N \N \N field_wkf_activity_flow_stop 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 657 +1044 \N \N \N \N \N field_wkf_activity_id 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 658 +1045 \N \N \N \N \N field_wkf_activity_subflow_id 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 659 +1046 \N \N \N \N \N field_wkf_activity_split_mode 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 660 +1047 \N \N \N \N \N field_wkf_activity_write_date 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 661 +1048 \N \N \N \N \N field_wkf_activity_action 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 662 +1049 \N \N \N \N \N field_wkf_activity_create_date 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 663 +1050 \N \N \N \N \N field_wkf_activity_signal_send 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 664 +1051 \N \N \N \N \N field_wkf_activity_action_id 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 665 +1052 \N \N \N \N \N field_wkf_activity_wkf_id 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 666 +1053 \N \N \N \N \N field_wkf_activity_in_transitions 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 667 +1054 \N \N \N \N \N field_wkf_activity_flow_start 2019-03-20 06:35:15.015498 2019-03-20 06:35:15.015498 base ir.model.fields 668 +1055 \N \N \N \N \N model_workflow_transition 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model 58 +1056 \N \N \N \N \N field_wkf_transition_create_uid 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 669 +1057 \N \N \N \N \N field_wkf_transition___last_update 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 670 +1058 \N \N \N \N \N field_wkf_transition_display_name 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 671 +1059 \N \N \N \N \N field_wkf_transition_sequence 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 672 +1060 \N \N \N \N \N field_wkf_transition_write_uid 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 673 +1061 \N \N \N \N \N field_wkf_transition_signal 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 674 +1062 \N \N \N \N \N field_wkf_transition_trigger_model 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 675 +1063 \N \N \N \N \N field_wkf_transition_id 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 676 +1064 \N \N \N \N \N field_wkf_transition_create_date 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 677 +1065 \N \N \N \N \N field_wkf_transition_act_from 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 678 +1066 \N \N \N \N \N field_wkf_transition_act_to 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 679 +1067 \N \N \N \N \N field_wkf_transition_write_date 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 680 +1068 \N \N \N \N \N field_wkf_transition_trigger_expr_id 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 681 +1069 \N \N \N \N \N field_wkf_transition_group_id 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 682 +1070 \N \N \N \N \N field_wkf_transition_wkf_id 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 683 +1071 \N \N \N \N \N field_wkf_transition_condition 2019-03-20 06:35:15.185004 2019-03-20 06:35:15.185004 base ir.model.fields 684 +1072 \N \N \N \N \N model_workflow_instance 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model 59 +1073 \N \N \N \N \N field_wkf_instance_res_type 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 685 +1074 \N \N \N \N \N field_wkf_instance_transition_ids 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 686 +1075 \N \N \N \N \N field_wkf_instance_uid 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 687 +1076 \N \N \N \N \N field_wkf_instance___last_update 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 688 +1077 \N \N \N \N \N field_wkf_instance_wkf_id 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 689 +1078 \N \N \N \N \N field_wkf_instance_state 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 690 +1079 \N \N \N \N \N field_wkf_instance_display_name 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 691 +1080 \N \N \N \N \N field_wkf_instance_res_id 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 692 +1081 \N \N \N \N \N field_wkf_instance_id 2019-03-20 06:35:15.290801 2019-03-20 06:35:15.290801 base ir.model.fields 693 +1082 \N \N \N \N \N model_workflow_workitem 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model 60 +1083 \N \N \N \N \N field_wkf_workitem_act_id 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 694 +1084 \N \N \N \N \N field_wkf_workitem_display_name 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 695 +1085 \N \N \N \N \N field_wkf_workitem___last_update 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 696 +1086 \N \N \N \N \N field_wkf_workitem_wkf_id 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 697 +1087 \N \N \N \N \N field_wkf_workitem_inst_id 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 698 +1088 \N \N \N \N \N field_wkf_workitem_subflow_id 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 699 +1089 \N \N \N \N \N field_wkf_workitem_state 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 700 +1090 \N \N \N \N \N field_wkf_workitem_id 2019-03-20 06:35:15.400679 2019-03-20 06:35:15.400679 base ir.model.fields 701 +1091 \N \N \N \N \N model_workflow_triggers 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model 61 +1092 \N \N \N \N \N field_wkf_triggers_display_name 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 702 +1093 \N \N \N \N \N field_wkf_triggers___last_update 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 703 +1094 \N \N \N \N \N field_wkf_triggers_instance_id 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 704 +1095 \N \N \N \N \N field_wkf_triggers_workitem_id 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 705 +1096 \N \N \N \N \N field_wkf_triggers_model 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 706 +1097 \N \N \N \N \N field_wkf_triggers_res_id 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 707 +1098 \N \N \N \N \N field_wkf_triggers_id 2019-03-20 06:35:15.489838 2019-03-20 06:35:15.489838 base ir.model.fields 708 +1099 \N \N \N \N \N model_ir_module_category 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model 62 +1100 \N \N \N \N \N field_ir_module_category_create_uid 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 709 +1101 \N \N \N \N \N field_ir_module_category_xml_id 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 710 +1102 \N \N \N \N \N field_ir_module_category_display_name 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 711 +1103 \N \N \N \N \N field_ir_module_category_description 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 712 +1104 \N \N \N \N \N field_ir_module_category_sequence 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 713 +1105 \N \N \N \N \N field_ir_module_category_module_ids 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 714 +1106 \N \N \N \N \N field_ir_module_category_module_nr 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 715 +1107 \N \N \N \N \N field_ir_module_category___last_update 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 716 +1108 \N \N \N \N \N field_ir_module_category_child_ids 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 717 +1109 \N \N \N \N \N field_ir_module_category_write_uid 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 718 +1110 \N \N \N \N \N field_ir_module_category_parent_id 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 719 +1111 \N \N \N \N \N field_ir_module_category_visible 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 720 +1112 \N \N \N \N \N field_ir_module_category_write_date 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 721 +1113 \N \N \N \N \N field_ir_module_category_create_date 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 722 +1114 \N \N \N \N \N field_ir_module_category_id 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 723 +1115 \N \N \N \N \N field_ir_module_category_name 2019-03-20 06:35:15.581865 2019-03-20 06:35:15.581865 base ir.model.fields 724 +1116 \N \N \N \N \N model_ir_module_module 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model 63 +1117 \N \N \N \N \N field_ir_module_module_website 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 725 +1118 \N \N \N \N \N field_ir_module_module_maintainer 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 726 +1119 \N \N \N \N \N field_ir_module_module_contributors 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 727 +1120 \N \N \N \N \N field_ir_module_module_sequence 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 728 +1121 \N \N \N \N \N field_ir_module_module_demo 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 729 +1122 \N \N \N \N \N field_ir_module_module_write_uid 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 730 +1123 \N \N \N \N \N field_ir_module_module_views_by_module 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 731 +1124 \N \N \N \N \N field_ir_module_module_create_date 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 732 +1125 \N \N \N \N \N field_ir_module_module_id 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 733 +1126 \N \N \N \N \N field_ir_module_module_create_uid 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 734 +1127 \N \N \N \N \N field_ir_module_module_display_name 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 735 +1128 \N \N \N \N \N field_ir_module_module_description_html 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 736 +1129 \N \N \N \N \N field_ir_module_module_author 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 737 +1130 \N \N \N \N \N field_ir_module_module_published_version 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 738 +1131 \N \N \N \N \N field_ir_module_module_state 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 739 +1132 \N \N \N \N \N field_ir_module_module_icon_image 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 740 +1133 \N \N \N \N \N field_ir_module_module_application 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 741 +1134 \N \N \N \N \N field_ir_module_module_installed_version 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 742 +1135 \N \N \N \N \N field_ir_module_module_menus_by_module 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 743 +1136 \N \N \N \N \N field_ir_module_module_description 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 744 +1137 \N \N \N \N \N field_ir_module_module_name 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 745 +1138 \N \N \N \N \N field_ir_module_module_auto_install 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 746 +1139 \N \N \N \N \N field_ir_module_module_write_date 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 747 +1140 \N \N \N \N \N field_ir_module_module_icon 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 748 +1141 \N \N \N \N \N field_ir_module_module_category_id 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 749 +1142 \N \N \N \N \N field_ir_module_module_dependencies_id 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 750 +1143 \N \N \N \N \N field_ir_module_module_license 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 751 +1144 \N \N \N \N \N field_ir_module_module_url 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 752 +1145 \N \N \N \N \N field_ir_module_module___last_update 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 753 +1146 \N \N \N \N \N field_ir_module_module_latest_version 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 754 +1147 \N \N \N \N \N field_ir_module_module_summary 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 755 +1148 \N \N \N \N \N field_ir_module_module_shortdesc 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 756 +1149 \N \N \N \N \N field_ir_module_module_reports_by_module 2019-03-20 06:35:15.674433 2019-03-20 06:35:15.674433 base ir.model.fields 757 +1150 \N \N \N \N \N model_ir_module_module_dependency 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model 64 +1151 \N \N \N \N \N field_ir_module_module_dependency_create_uid 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 758 +1152 \N \N \N \N \N field_ir_module_module_dependency_display_name 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 759 +1153 \N \N \N \N \N field_ir_module_module_dependency_name 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 760 +1154 \N \N \N \N \N field_ir_module_module_dependency___last_update 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 761 +1155 \N \N \N \N \N field_ir_module_module_dependency_depend_id 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 762 +1156 \N \N \N \N \N field_ir_module_module_dependency_write_uid 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 763 +1157 \N \N \N \N \N field_ir_module_module_dependency_state 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 764 +1158 \N \N \N \N \N field_ir_module_module_dependency_write_date 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 765 +1159 \N \N \N \N \N field_ir_module_module_dependency_module_id 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 766 +1160 \N \N \N \N \N field_ir_module_module_dependency_create_date 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 767 +1161 \N \N \N \N \N field_ir_module_module_dependency_id 2019-03-20 06:35:15.853836 2019-03-20 06:35:15.853836 base ir.model.fields 768 +1162 \N \N \N \N \N model_base_module_update 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model 65 +1163 \N \N \N \N \N field_base_module_update_create_uid 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 769 +1164 \N \N \N \N \N field_base_module_update_updated 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 770 +1165 \N \N \N \N \N field_base_module_update_added 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 771 +1166 \N \N \N \N \N field_base_module_update_display_name 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 772 +1167 \N \N \N \N \N field_base_module_update___last_update 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 773 +1168 \N \N \N \N \N field_base_module_update_write_uid 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 774 +1169 \N \N \N \N \N field_base_module_update_state 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 775 +1170 \N \N \N \N \N field_base_module_update_write_date 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 776 +1171 \N \N \N \N \N field_base_module_update_create_date 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 777 +1172 \N \N \N \N \N field_base_module_update_id 2019-03-20 06:35:15.921233 2019-03-20 06:35:15.921233 base ir.model.fields 778 +1173 \N \N \N \N \N model_base_language_install 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model 66 +1174 \N \N \N \N \N field_base_language_install_lang 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 779 +1175 \N \N \N \N \N field_base_language_install_create_uid 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 780 +1176 \N \N \N \N \N field_base_language_install_display_name 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 781 +1177 \N \N \N \N \N field_base_language_install___last_update 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 782 +1178 \N \N \N \N \N field_base_language_install_write_uid 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 783 +1179 \N \N \N \N \N field_base_language_install_state 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 784 +1180 \N \N \N \N \N field_base_language_install_write_date 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 785 +1181 \N \N \N \N \N field_base_language_install_create_date 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 786 +1182 \N \N \N \N \N field_base_language_install_id 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 787 +1183 \N \N \N \N \N field_base_language_install_overwrite 2019-03-20 06:35:15.984234 2019-03-20 06:35:15.984234 base ir.model.fields 788 +1184 \N \N \N \N \N model_base_language_import 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model 67 +1185 \N \N \N \N \N field_base_language_import_create_uid 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 789 +1186 \N \N \N \N \N field_base_language_import_code 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 790 +1187 \N \N \N \N \N field_base_language_import_display_name 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 791 +1188 \N \N \N \N \N field_base_language_import_name 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 792 +1189 \N \N \N \N \N field_base_language_import___last_update 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 793 +1190 \N \N \N \N \N field_base_language_import_filename 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 794 +1191 \N \N \N \N \N field_base_language_import_write_date 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 795 +1192 \N \N \N \N \N field_base_language_import_create_date 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 796 +1193 \N \N \N \N \N field_base_language_import_write_uid 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 797 +1194 \N \N \N \N \N field_base_language_import_data 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 798 +1195 \N \N \N \N \N field_base_language_import_id 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 799 +1196 \N \N \N \N \N field_base_language_import_overwrite 2019-03-20 06:35:16.048952 2019-03-20 06:35:16.048952 base ir.model.fields 800 +1197 \N \N \N \N \N model_base_module_upgrade 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model 68 +1198 \N \N \N \N \N field_base_module_upgrade_create_uid 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 801 +1199 \N \N \N \N \N field_base_module_upgrade_display_name 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 802 +1200 \N \N \N \N \N field_base_module_upgrade___last_update 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 803 +1201 \N \N \N \N \N field_base_module_upgrade_write_uid 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 804 +1202 \N \N \N \N \N field_base_module_upgrade_write_date 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 805 +1203 \N \N \N \N \N field_base_module_upgrade_create_date 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 806 +1204 \N \N \N \N \N field_base_module_upgrade_module_info 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 807 +1205 \N \N \N \N \N field_base_module_upgrade_id 2019-03-20 06:35:16.136015 2019-03-20 06:35:16.136015 base ir.model.fields 808 +1206 \N \N \N \N \N model_base_module_configuration 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model 69 +1207 \N \N \N \N \N field_base_module_configuration_create_uid 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 809 +1208 \N \N \N \N \N field_base_module_configuration_create_date 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 810 +1209 \N \N \N \N \N field_base_module_configuration___last_update 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 811 +1210 \N \N \N \N \N field_base_module_configuration_write_uid 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 812 +1211 \N \N \N \N \N field_base_module_configuration_write_date 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 813 +1212 \N \N \N \N \N field_base_module_configuration_display_name 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 814 +1213 \N \N \N \N \N field_base_module_configuration_id 2019-03-20 06:35:16.200299 2019-03-20 06:35:16.200299 base ir.model.fields 815 +1214 \N \N \N \N \N model_base_language_export 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model 70 +1215 \N \N \N \N \N field_base_language_export_lang 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 816 +1216 \N \N \N \N \N field_base_language_export_create_uid 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 817 +1217 \N \N \N \N \N field_base_language_export_display_name 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 818 +1218 \N \N \N \N \N field_base_language_export_name 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 819 +1219 \N \N \N \N \N field_base_language_export_format 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 820 +1220 \N \N \N \N \N field_base_language_export___last_update 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 821 +1221 \N \N \N \N \N field_base_language_export_modules 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 822 +1222 \N \N \N \N \N field_base_language_export_write_uid 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 823 +1223 \N \N \N \N \N field_base_language_export_state 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 824 +1224 \N \N \N \N \N field_base_language_export_write_date 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 825 +1225 \N \N \N \N \N field_base_language_export_create_date 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 826 +1226 \N \N \N \N \N field_base_language_export_data 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 827 +1227 \N \N \N \N \N field_base_language_export_id 2019-03-20 06:35:16.434185 2019-03-20 06:35:16.434185 base ir.model.fields 828 +1228 \N \N \N \N \N model_base_update_translations 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model 71 +1229 \N \N \N \N \N field_base_update_translations_lang 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 829 +1230 \N \N \N \N \N field_base_update_translations_create_uid 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 830 +1231 \N \N \N \N \N field_base_update_translations_create_date 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 831 +1232 \N \N \N \N \N field_base_update_translations___last_update 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 832 +1233 \N \N \N \N \N field_base_update_translations_write_uid 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 833 +1234 \N \N \N \N \N field_base_update_translations_write_date 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 834 +1235 \N \N \N \N \N field_base_update_translations_display_name 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 835 +1236 \N \N \N \N \N field_base_update_translations_id 2019-03-20 06:35:17.238077 2019-03-20 06:35:17.238077 base ir.model.fields 836 +1237 \N \N \N \N \N model_report_base_report_irmodulereference 2019-03-20 06:35:17.623077 2019-03-20 06:35:17.623077 base ir.model 72 +1238 \N \N \N \N \N field_report_base_report_irmodulereference_display_name 2019-03-20 06:35:17.623077 2019-03-20 06:35:17.623077 base ir.model.fields 837 +1239 \N \N \N \N \N field_report_base_report_irmodulereference_id 2019-03-20 06:35:17.623077 2019-03-20 06:35:17.623077 base ir.model.fields 838 +1240 \N \N \N \N \N field_report_base_report_irmodulereference___last_update 2019-03-20 06:35:17.623077 2019-03-20 06:35:17.623077 base ir.model.fields 839 +1241 \N \N \N \N \N model_res_country 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model 73 +1242 \N \N \N \N \N field_res_country_currency_id 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 840 +1243 \N \N \N \N \N field_res_country_code 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 841 +1244 \N \N \N \N \N field_res_country_display_name 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 842 +1245 \N \N \N \N \N field_res_country_name 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 843 +1246 \N \N \N \N \N field_res_country_create_uid 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 844 +1247 \N \N \N \N \N field_res_country_state_ids 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 845 +1248 \N \N \N \N \N field_res_country_image 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 846 +1249 \N \N \N \N \N field_res_country___last_update 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 847 +1250 \N \N \N \N \N field_res_country_id 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 848 +1251 \N \N \N \N \N field_res_country_address_format 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 849 +1252 \N \N \N \N \N field_res_country_country_group_ids 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 850 +1253 \N \N \N \N \N field_res_country_write_date 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 851 +1254 \N \N \N \N \N field_res_country_create_date 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 852 +1255 \N \N \N \N \N field_res_country_write_uid 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 853 +1256 \N \N \N \N \N field_res_country_phone_code 2019-03-20 06:35:17.728224 2019-03-20 06:35:17.728224 base ir.model.fields 854 +1257 \N \N \N \N \N model_res_country_group 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model 74 +1258 \N \N \N \N \N field_res_country_group_create_uid 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 855 +1259 \N \N \N \N \N field_res_country_group_display_name 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 856 +1260 \N \N \N \N \N field_res_country_group_name 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 857 +1261 \N \N \N \N \N field_res_country_group___last_update 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 858 +1262 \N \N \N \N \N field_res_country_group_country_ids 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 859 +1263 \N \N \N \N \N field_res_country_group_write_uid 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 860 +1264 \N \N \N \N \N field_res_country_group_write_date 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 861 +1265 \N \N \N \N \N field_res_country_group_create_date 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 862 +1266 \N \N \N \N \N field_res_country_group_id 2019-03-20 06:35:18.43621 2019-03-20 06:35:18.43621 base ir.model.fields 863 +1267 \N \N \N \N \N model_res_country_state 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model 75 +1268 \N \N \N \N \N field_res_country_state_create_uid 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 864 +1269 \N \N \N \N \N field_res_country_state_code 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 865 +1270 \N \N \N \N \N field_res_country_state_display_name 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 866 +1271 \N \N \N \N \N field_res_country_state_name 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 867 +1272 \N \N \N \N \N field_res_country_state___last_update 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 868 +1273 \N \N \N \N \N field_res_country_state_country_id 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 869 +1274 \N \N \N \N \N field_res_country_state_write_uid 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 870 +1275 \N \N \N \N \N field_res_country_state_write_date 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 871 +1276 \N \N \N \N \N field_res_country_state_create_date 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 872 +1277 \N \N \N \N \N field_res_country_state_id 2019-03-20 06:35:18.86534 2019-03-20 06:35:18.86534 base ir.model.fields 873 +1278 \N \N \N \N \N model_res_lang 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model 76 +1279 \N \N \N \N \N field_res_lang_date_format 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 874 +1280 \N \N \N \N \N field_res_lang_direction 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 875 +1281 \N \N \N \N \N field_res_lang_code 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 876 +1282 \N \N \N \N \N field_res_lang_display_name 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 877 +1283 \N \N \N \N \N field_res_lang_name 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 878 +1284 \N \N \N \N \N field_res_lang_create_uid 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 879 +1285 \N \N \N \N \N field_res_lang_thousands_sep 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 880 +1286 \N \N \N \N \N field_res_lang___last_update 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 881 +1287 \N \N \N \N \N field_res_lang_translatable 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 882 +1288 \N \N \N \N \N field_res_lang_write_uid 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 883 +1289 \N \N \N \N \N field_res_lang_time_format 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 884 +1290 \N \N \N \N \N field_res_lang_create_date 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 885 +1291 \N \N \N \N \N field_res_lang_write_date 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 886 +1292 \N \N \N \N \N field_res_lang_decimal_point 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 887 +1293 \N \N \N \N \N field_res_lang_active 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 888 +1294 \N \N \N \N \N field_res_lang_iso_code 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 889 +1295 \N \N \N \N \N field_res_lang_id 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 890 +1296 \N \N \N \N \N field_res_lang_grouping 2019-03-20 06:35:19.425909 2019-03-20 06:35:19.425909 base ir.model.fields 891 +1297 \N \N \N \N \N model_res_partner_category 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model 77 +1298 \N \N \N \N \N field_res_partner_category_create_uid 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 892 +1299 \N \N \N \N \N field_res_partner_category_parent_right 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 893 +1300 \N \N \N \N \N field_res_partner_category_display_name 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 894 +1301 \N \N \N \N \N field_res_partner_category_name 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 895 +1302 \N \N \N \N \N field_res_partner_category___last_update 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 896 +1303 \N \N \N \N \N field_res_partner_category_color 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 897 +1304 \N \N \N \N \N field_res_partner_category_child_ids 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 898 +1305 \N \N \N \N \N field_res_partner_category_write_uid 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 899 +1306 \N \N \N \N \N field_res_partner_category_parent_id 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 900 +1307 \N \N \N \N \N field_res_partner_category_parent_left 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 901 +1308 \N \N \N \N \N field_res_partner_category_write_date 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 902 +1309 \N \N \N \N \N field_res_partner_category_active 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 903 +1310 \N \N \N \N \N field_res_partner_category_create_date 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 904 +1311 \N \N \N \N \N field_res_partner_category_partner_ids 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 905 +1312 \N \N \N \N \N field_res_partner_category_id 2019-03-20 06:35:20.178117 2019-03-20 06:35:20.178117 base ir.model.fields 906 +1313 \N \N \N \N \N model_res_partner_title 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model 78 +1314 \N \N \N \N \N field_res_partner_title_create_uid 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 907 +1315 \N \N \N \N \N field_res_partner_title_create_date 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 908 +1316 \N \N \N \N \N field_res_partner_title_name 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 909 +1317 \N \N \N \N \N field_res_partner_title___last_update 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 910 +1318 \N \N \N \N \N field_res_partner_title_shortcut 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 911 +1319 \N \N \N \N \N field_res_partner_title_write_uid 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 912 +1320 \N \N \N \N \N field_res_partner_title_write_date 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 913 +1321 \N \N \N \N \N field_res_partner_title_display_name 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 914 +1322 \N \N \N \N \N field_res_partner_title_id 2019-03-20 06:35:20.285148 2019-03-20 06:35:20.285148 base ir.model.fields 915 +1323 \N \N \N \N \N model_res_partner 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model 79 +1324 \N \N \N \N \N field_res_partner_comment 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 916 +1325 \N \N \N \N \N field_res_partner_website 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 917 +1326 \N \N \N \N \N field_res_partner_create_date 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 918 +1327 \N \N \N \N \N field_res_partner_color 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 919 +1328 \N \N \N \N \N field_res_partner_image 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 920 +1329 \N \N \N \N \N field_res_partner_company_type 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 921 +1330 \N \N \N \N \N field_res_partner_tz_offset 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 922 +1331 \N \N \N \N \N field_res_partner_active 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 923 +1332 \N \N \N \N \N field_res_partner_contact_address 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 924 +1333 \N \N \N \N \N field_res_partner_street 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 925 +1334 \N \N \N \N \N field_res_partner_supplier 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 926 +1335 \N \N \N \N \N field_res_partner_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 927 +1336 \N \N \N \N \N field_res_partner_city 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 928 +1337 \N \N \N \N \N field_res_partner_display_name 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 929 +1338 \N \N \N \N \N field_res_partner_zip 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 930 +1339 \N \N \N \N \N field_res_partner_title 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 931 +1340 \N \N \N \N \N field_res_partner_self 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 932 +1341 \N \N \N \N \N field_res_partner_country_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 933 +1342 \N \N \N \N \N field_res_partner_company_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 934 +1343 \N \N \N \N \N field_res_partner_email_formatted 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 935 +1344 \N \N \N \N \N field_res_partner_commercial_company_name 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 936 +1345 \N \N \N \N \N field_res_partner_parent_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 937 +1346 \N \N \N \N \N field_res_partner_company_name 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 938 +1347 \N \N \N \N \N field_res_partner_employee 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 939 +1348 \N \N \N \N \N field_res_partner_ref 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 940 +1349 \N \N \N \N \N field_res_partner_email 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 941 +1350 \N \N \N \N \N field_res_partner_is_company 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 942 +1351 \N \N \N \N \N field_res_partner_function 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 943 +1352 \N \N \N \N \N field_res_partner_lang 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 944 +1353 \N \N \N \N \N field_res_partner_fax 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 945 +1354 \N \N \N \N \N field_res_partner_bank_ids 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 946 +1355 \N \N \N \N \N field_res_partner_parent_name 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 947 +1356 \N \N \N \N \N field_res_partner_street2 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 948 +1357 \N \N \N \N \N field_res_partner_barcode 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 949 +1358 \N \N \N \N \N field_res_partner_child_ids 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 950 +1359 \N \N \N \N \N field_res_partner_phone 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 951 +1360 \N \N \N \N \N field_res_partner_user_ids 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 952 +1361 \N \N \N \N \N field_res_partner_image_medium 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 953 +1362 \N \N \N \N \N field_res_partner_write_date 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 954 +1363 \N \N \N \N \N field_res_partner_date 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 955 +1364 \N \N \N \N \N field_res_partner_tz 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 956 +1365 \N \N \N \N \N field_res_partner_write_uid 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 957 +1366 \N \N \N \N \N field_res_partner_customer 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 958 +1367 \N \N \N \N \N field_res_partner_create_uid 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 959 +1368 \N \N \N \N \N field_res_partner_credit_limit 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 960 +1369 \N \N \N \N \N field_res_partner_name 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 961 +1370 \N \N \N \N \N field_res_partner_user_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 962 +1371 \N \N \N \N \N field_res_partner_mobile 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 963 +1372 \N \N \N \N \N field_res_partner_type 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 964 +1373 \N \N \N \N \N field_res_partner___last_update 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 965 +1374 \N \N \N \N \N field_res_partner_image_small 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 966 +1375 \N \N \N \N \N field_res_partner_partner_share 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 967 +1376 \N \N \N \N \N field_res_partner_vat 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 968 +1377 \N \N \N \N \N field_res_partner_state_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 969 +1378 \N \N \N \N \N field_res_partner_category_id_970 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 970 +1379 \N \N \N \N \N field_res_partner_commercial_partner_id 2019-03-20 06:35:20.330424 2019-03-20 06:35:20.330424 base ir.model.fields 971 +1380 \N \N \N \N \N model_res_bank 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model 80 +1381 \N \N \N \N \N field_res_bank_city 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 972 +1382 \N \N \N \N \N field_res_bank_fax 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 973 +1383 \N \N \N \N \N field_res_bank_display_name 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 974 +1384 \N \N \N \N \N field_res_bank_name 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 975 +1385 \N \N \N \N \N field_res_bank_zip 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 976 +1386 \N \N \N \N \N field_res_bank_create_uid 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 977 +1387 \N \N \N \N \N field_res_bank_country 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 978 +1388 \N \N \N \N \N field_res_bank_street2 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 979 +1389 \N \N \N \N \N field_res_bank___last_update 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 980 +1390 \N \N \N \N \N field_res_bank_bic 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 981 +1391 \N \N \N \N \N field_res_bank_id 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 982 +1392 \N \N \N \N \N field_res_bank_phone 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 983 +1393 \N \N \N \N \N field_res_bank_state 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 984 +1394 \N \N \N \N \N field_res_bank_street 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 985 +1395 \N \N \N \N \N field_res_bank_write_date 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 986 +1396 \N \N \N \N \N field_res_bank_active 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 987 +1397 \N \N \N \N \N field_res_bank_create_date 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 988 +1398 \N \N \N \N \N field_res_bank_write_uid 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 989 +1399 \N \N \N \N \N field_res_bank_email 2019-03-20 06:35:20.556872 2019-03-20 06:35:20.556872 base ir.model.fields 990 +1400 \N \N \N \N \N model_res_partner_bank 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model 81 +1401 \N \N \N \N \N field_res_partner_bank_create_uid 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 991 +1402 \N \N \N \N \N field_res_partner_bank_bank_name 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 992 +1403 \N \N \N \N \N field_res_partner_bank_display_name 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 993 +1404 \N \N \N \N \N field_res_partner_bank_bank_bic 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 994 +1405 \N \N \N \N \N field_res_partner_bank_sequence 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 995 +1406 \N \N \N \N \N field_res_partner_bank___last_update 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 996 +1407 \N \N \N \N \N field_res_partner_bank_company_id 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 997 +1408 \N \N \N \N \N field_res_partner_bank_acc_type 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 998 +1409 \N \N \N \N \N field_res_partner_bank_bank_id 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 999 +1410 \N \N \N \N \N field_res_partner_bank_currency_id 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1000 +1411 \N \N \N \N \N field_res_partner_bank_write_date 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1001 +1412 \N \N \N \N \N field_res_partner_bank_sanitized_acc_number 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1002 +1413 \N \N \N \N \N field_res_partner_bank_create_date 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1003 +1414 \N \N \N \N \N field_res_partner_bank_write_uid 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1004 +1415 \N \N \N \N \N field_res_partner_bank_partner_id 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1005 +1416 \N \N \N \N \N field_res_partner_bank_id 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1006 +1417 \N \N \N \N \N field_res_partner_bank_acc_number 2019-03-20 06:35:20.658089 2019-03-20 06:35:20.658089 base ir.model.fields 1007 +1418 \N \N \N \N \N model_res_config 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model 82 +1419 \N \N \N \N \N field_res_config_create_uid 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1008 +1420 \N \N \N \N \N field_res_config_create_date 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1009 +1421 \N \N \N \N \N field_res_config___last_update 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1010 +1995 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ec 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 64 +1422 \N \N \N \N \N field_res_config_write_uid 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1011 +1423 \N \N \N \N \N field_res_config_write_date 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1012 +1424 \N \N \N \N \N field_res_config_display_name 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1013 +1425 \N \N \N \N \N field_res_config_id 2019-03-20 06:35:20.746366 2019-03-20 06:35:20.746366 base ir.model.fields 1014 +1426 \N \N \N \N \N model_res_config_installer 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model 83 +1427 \N \N \N \N \N field_res_config_installer_create_uid 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1015 +1428 \N \N \N \N \N field_res_config_installer_create_date 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1016 +1429 \N \N \N \N \N field_res_config_installer___last_update 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1017 +1430 \N \N \N \N \N field_res_config_installer_write_uid 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1018 +1431 \N \N \N \N \N field_res_config_installer_write_date 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1019 +1432 \N \N \N \N \N field_res_config_installer_display_name 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1020 +1433 \N \N \N \N \N field_res_config_installer_id 2019-03-20 06:35:20.775145 2019-03-20 06:35:20.775145 base ir.model.fields 1021 +1434 \N \N \N \N \N model_res_config_settings 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model 84 +1435 \N \N \N \N \N field_res_config_settings_create_uid 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1022 +1436 \N \N \N \N \N field_res_config_settings_create_date 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1023 +1437 \N \N \N \N \N field_res_config_settings___last_update 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1024 +1438 \N \N \N \N \N field_res_config_settings_write_uid 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1025 +1439 \N \N \N \N \N field_res_config_settings_write_date 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1026 +1440 \N \N \N \N \N field_res_config_settings_display_name 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1027 +1441 \N \N \N \N \N field_res_config_settings_id 2019-03-20 06:35:20.806844 2019-03-20 06:35:20.806844 base ir.model.fields 1028 +1442 \N \N \N \N \N model_res_currency 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model 85 +1443 \N \N \N \N \N field_res_currency_rate_ids 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1029 +1444 \N \N \N \N \N field_res_currency_display_name 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1030 +1445 \N \N \N \N \N field_res_currency_name 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1031 +1446 \N \N \N \N \N field_res_currency_decimal_places 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1032 +1447 \N \N \N \N \N field_res_currency_create_uid 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1033 +1448 \N \N \N \N \N field_res_currency_rounding 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1034 +1449 \N \N \N \N \N field_res_currency_symbol 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1035 +1450 \N \N \N \N \N field_res_currency___last_update 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1036 +1451 \N \N \N \N \N field_res_currency_write_uid 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1037 +1452 \N \N \N \N \N field_res_currency_date 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1038 +1453 \N \N \N \N \N field_res_currency_rate 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1039 +1454 \N \N \N \N \N field_res_currency_write_date 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1040 +1455 \N \N \N \N \N field_res_currency_active 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1041 +1456 \N \N \N \N \N field_res_currency_position 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1042 +1457 \N \N \N \N \N field_res_currency_create_date 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1043 +1458 \N \N \N \N \N field_res_currency_id 2019-03-20 06:35:20.844792 2019-03-20 06:35:20.844792 base ir.model.fields 1044 +1459 \N \N \N \N \N model_res_currency_rate 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model 86 +1460 \N \N \N \N \N field_res_currency_rate_create_uid 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1045 +1461 \N \N \N \N \N field_res_currency_rate_display_name 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1046 +1462 \N \N \N \N \N field_res_currency_rate_name 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1047 +1463 \N \N \N \N \N field_res_currency_rate___last_update 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1048 +1464 \N \N \N \N \N field_res_currency_rate_company_id 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1049 +1465 \N \N \N \N \N field_res_currency_rate_write_uid 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1050 +1466 \N \N \N \N \N field_res_currency_rate_currency_id 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1051 +1467 \N \N \N \N \N field_res_currency_rate_rate 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1052 +1468 \N \N \N \N \N field_res_currency_rate_write_date 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1053 +1469 \N \N \N \N \N field_res_currency_rate_create_date 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1054 +1470 \N \N \N \N \N field_res_currency_rate_id 2019-03-20 06:35:20.939322 2019-03-20 06:35:20.939322 base ir.model.fields 1055 +1471 \N \N \N \N \N model_res_font 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model 87 +1472 \N \N \N \N \N field_res_font_create_uid 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1056 +1473 \N \N \N \N \N field_res_font_display_name 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1057 +1474 \N \N \N \N \N field_res_font_name 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1058 +1475 \N \N \N \N \N field_res_font_family 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1059 +1476 \N \N \N \N \N field_res_font___last_update 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1060 +1477 \N \N \N \N \N field_res_font_write_uid 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1061 +1478 \N \N \N \N \N field_res_font_create_date 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1062 +1479 \N \N \N \N \N field_res_font_mode 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1063 +1480 \N \N \N \N \N field_res_font_write_date 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1064 +1481 \N \N \N \N \N field_res_font_path 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1065 +1482 \N \N \N \N \N field_res_font_id 2019-03-20 06:35:21.005605 2019-03-20 06:35:21.005605 base ir.model.fields 1066 +1483 \N \N \N \N \N model_res_company 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model 88 +1484 \N \N \N \N \N field_res_company_rml_footer 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1067 +1485 \N \N \N \N \N field_res_company_create_date 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1068 +1486 \N \N \N \N \N field_res_company_rml_header 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1069 +1487 \N \N \N \N \N field_res_company_sequence 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1070 +1488 \N \N \N \N \N field_res_company_rml_paper_format 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1071 +1996 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ee 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 65 +1489 \N \N \N \N \N field_res_company_write_uid 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1072 +1490 \N \N \N \N \N field_res_company_currency_id 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1073 +1491 \N \N \N \N \N field_res_company_logo_web 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1074 +1492 \N \N \N \N \N field_res_company_street 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1075 +1493 \N \N \N \N \N field_res_company_logo 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1076 +1494 \N \N \N \N \N field_res_company_font 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1077 +1495 \N \N \N \N \N field_res_company_partner_id 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1078 +1496 \N \N \N \N \N field_res_company_id 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1079 +1497 \N \N \N \N \N field_res_company_account_no 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1080 +1498 \N \N \N \N \N field_res_company_city 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1081 +1499 \N \N \N \N \N field_res_company_display_name 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1082 +1500 \N \N \N \N \N field_res_company_zip 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1083 +1501 \N \N \N \N \N field_res_company___last_update 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1084 +1502 \N \N \N \N \N field_res_company_country_id 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1085 +1503 \N \N \N \N \N field_res_company_parent_id 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1086 +1504 \N \N \N \N \N field_res_company_rml_footer_readonly 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1087 +1505 \N \N \N \N \N field_res_company_email 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1088 +1506 \N \N \N \N \N field_res_company_vat 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1089 +1507 \N \N \N \N \N field_res_company_website 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1090 +1508 \N \N \N \N \N field_res_company_fax 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1091 +1509 \N \N \N \N \N field_res_company_bank_ids 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1092 +1510 \N \N \N \N \N field_res_company_create_uid 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1093 +1511 \N \N \N \N \N field_res_company_street2 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1094 +1512 \N \N \N \N \N field_res_company_child_ids 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1095 +1513 \N \N \N \N \N field_res_company_custom_footer 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1096 +1514 \N \N \N \N \N field_res_company_phone 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1097 +1515 \N \N \N \N \N field_res_company_user_ids 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1098 +1516 \N \N \N \N \N field_res_company_rml_header2 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1099 +1517 \N \N \N \N \N field_res_company_rml_header3 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1100 +1518 \N \N \N \N \N field_res_company_write_date 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1101 +1519 \N \N \N \N \N field_res_company_rml_header1 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1102 +1520 \N \N \N \N \N field_res_company_name 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1103 +1521 \N \N \N \N \N field_res_company_company_registry 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1104 +1522 \N \N \N \N \N field_res_company_state_id 2019-03-20 06:35:21.074266 2019-03-20 06:35:21.074266 base ir.model.fields 1105 +1523 \N \N \N \N \N model_res_groups 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model 89 +1524 \N \N \N \N \N field_res_groups_comment 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1106 +1525 \N \N \N \N \N field_res_groups_create_uid 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1107 +1526 \N \N \N \N \N field_res_groups_display_name 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1108 +1527 \N \N \N \N \N field_res_groups_menu_access 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1109 +1528 \N \N \N \N \N field_res_groups___last_update 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1110 +1529 \N \N \N \N \N field_res_groups_color 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1111 +1530 \N \N \N \N \N field_res_groups_share 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1112 +1531 \N \N \N \N \N field_res_groups_id 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1113 +1532 \N \N \N \N \N field_res_groups_write_uid 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1114 +1533 \N \N \N \N \N field_res_groups_rule_groups 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1115 +1534 \N \N \N \N \N field_res_groups_implied_ids 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1116 +1535 \N \N \N \N \N field_res_groups_full_name 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1117 +1536 \N \N \N \N \N field_res_groups_view_access 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1118 +1537 \N \N \N \N \N field_res_groups_write_date 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1119 +1538 \N \N \N \N \N field_res_groups_create_date 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1120 +1539 \N \N \N \N \N field_res_groups_users 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1121 +1540 \N \N \N \N \N field_res_groups_category_id 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1122 +1541 \N \N \N \N \N field_res_groups_model_access 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1123 +1542 \N \N \N \N \N field_res_groups_trans_implied_ids 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1124 +1543 \N \N \N \N \N field_res_groups_name 2019-03-20 06:35:21.306731 2019-03-20 06:35:21.306731 base ir.model.fields 1125 +1544 \N \N \N \N \N model_res_users_log 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model 90 +1545 \N \N \N \N \N field_res_users_log_create_uid 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1126 +1546 \N \N \N \N \N field_res_users_log_create_date 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1127 +1547 \N \N \N \N \N field_res_users_log___last_update 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1128 +1548 \N \N \N \N \N field_res_users_log_write_uid 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1129 +1549 \N \N \N \N \N field_res_users_log_write_date 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1130 +1550 \N \N \N \N \N field_res_users_log_display_name 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1131 +1551 \N \N \N \N \N field_res_users_log_id 2019-03-20 06:35:21.545122 2019-03-20 06:35:21.545122 base ir.model.fields 1132 +1552 \N \N \N \N \N model_res_users 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model 91 +1553 \N \N \N \N \N field_res_users_comment 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1133 +1554 \N \N \N \N \N field_res_users_groups_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1134 +1555 \N \N \N \N \N field_res_users_user_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1135 +1556 \N \N \N \N \N field_res_users_create_date 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1136 +1557 \N \N \N \N \N field_res_users_parent_name 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1137 +1558 \N \N \N \N \N field_res_users_color 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1138 +1559 \N \N \N \N \N field_res_users_image_small 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1139 +1560 \N \N \N \N \N field_res_users_image 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1140 +1561 \N \N \N \N \N field_res_users_share 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1141 +1562 \N \N \N \N \N field_res_users_write_uid 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1142 +1563 \N \N \N \N \N field_res_users_date 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1143 +1564 \N \N \N \N \N field_res_users_contact_address 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1144 +1565 \N \N \N \N \N field_res_users_street 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1145 +1566 \N \N \N \N \N field_res_users_partner_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1146 +1567 \N \N \N \N \N field_res_users_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1147 +1568 \N \N \N \N \N field_res_users_create_uid 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1148 +1569 \N \N \N \N \N field_res_users_display_name 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1149 +1570 \N \N \N \N \N field_res_users_zip 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1150 +1571 \N \N \N \N \N field_res_users___last_update 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1151 +1572 \N \N \N \N \N field_res_users_new_password 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1152 +1573 \N \N \N \N \N field_res_users_country_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1153 +1574 \N \N \N \N \N field_res_users_company_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1154 +1575 \N \N \N \N \N field_res_users_email_formatted 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1155 +1576 \N \N \N \N \N field_res_users_commercial_company_name 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1156 +1577 \N \N \N \N \N field_res_users_website 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1157 +1578 \N \N \N \N \N field_res_users_tz_offset 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1158 +1579 \N \N \N \N \N field_res_users_parent_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1159 +1580 \N \N \N \N \N field_res_users_supplier 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1160 +1581 \N \N \N \N \N field_res_users_ref 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1161 +1582 \N \N \N \N \N field_res_users_email 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1162 +1583 \N \N \N \N \N field_res_users_log_ids 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1163 +1584 \N \N \N \N \N field_res_users_action_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1164 +1585 \N \N \N \N \N field_res_users_function 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1165 +1586 \N \N \N \N \N field_res_users_lang 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1166 +1587 \N \N \N \N \N field_res_users_fax 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1167 +1588 \N \N \N \N \N field_res_users_vat 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1168 +1589 \N \N \N \N \N field_res_users_bank_ids 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1169 +1590 \N \N \N \N \N field_res_users_city 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1170 +1591 \N \N \N \N \N field_res_users_company_type 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1171 +1592 \N \N \N \N \N field_res_users_street2 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1172 +1593 \N \N \N \N \N field_res_users_barcode 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1173 +1594 \N \N \N \N \N field_res_users_child_ids 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1174 +1595 \N \N \N \N \N field_res_users_company_ids 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1175 +1596 \N \N \N \N \N field_res_users_employee 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1176 +1597 \N \N \N \N \N field_res_users_user_ids 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1177 +1598 \N \N \N \N \N field_res_users_image_medium 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1178 +1599 \N \N \N \N \N field_res_users_write_date 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1179 +1600 \N \N \N \N \N field_res_users_active 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1180 +1601 \N \N \N \N \N field_res_users_tz 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1181 +1602 \N \N \N \N \N field_res_users_password 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1182 +1603 \N \N \N \N \N field_res_users_login 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1183 +1604 \N \N \N \N \N field_res_users_customer 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1184 +1605 \N \N \N \N \N field_res_users_credit_limit 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1185 +1606 \N \N \N \N \N field_res_users_name 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1186 +1607 \N \N \N \N \N field_res_users_phone 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1187 +1608 \N \N \N \N \N field_res_users_mobile 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1188 +1609 \N \N \N \N \N field_res_users_type 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1189 +1610 \N \N \N \N \N field_res_users_title 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1190 +1611 \N \N \N \N \N field_res_users_login_date 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1191 +1612 \N \N \N \N \N field_res_users_partner_share 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1192 +1613 \N \N \N \N \N field_res_users_company_name 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1193 +1614 \N \N \N \N \N field_res_users_is_company 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1194 +1615 \N \N \N \N \N field_res_users_signature 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1195 +1616 \N \N \N \N \N field_res_users_state_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1196 +1617 \N \N \N \N \N field_res_users_companies_count 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1197 +1618 \N \N \N \N \N field_res_users_category_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1198 +1619 \N \N \N \N \N field_res_users_self 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1199 +1620 \N \N \N \N \N field_res_users_commercial_partner_id 2019-03-20 06:35:21.594487 2019-03-20 06:35:21.594487 base ir.model.fields 1200 +1621 \N \N \N \N \N model_change_password_wizard 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model 92 +1622 \N \N \N \N \N field_change_password_wizard_create_uid 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1201 +1623 \N \N \N \N \N field_change_password_wizard_display_name 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1202 +1624 \N \N \N \N \N field_change_password_wizard___last_update 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1203 +1625 \N \N \N \N \N field_change_password_wizard_write_uid 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1204 +1626 \N \N \N \N \N field_change_password_wizard_user_ids 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1205 +1627 \N \N \N \N \N field_change_password_wizard_write_date 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1206 +1628 \N \N \N \N \N field_change_password_wizard_create_date 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1207 +1629 \N \N \N \N \N field_change_password_wizard_id 2019-03-20 06:35:21.905337 2019-03-20 06:35:21.905337 base ir.model.fields 1208 +1630 \N \N \N \N \N model_change_password_user 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model 93 +1631 \N \N \N \N \N field_change_password_user_create_uid 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1209 +1632 \N \N \N \N \N field_change_password_user_display_name 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1210 +1633 \N \N \N \N \N field_change_password_user___last_update 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1211 +1634 \N \N \N \N \N field_change_password_user_user_login 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1212 +1635 \N \N \N \N \N field_change_password_user_new_passwd 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1213 +1636 \N \N \N \N \N field_change_password_user_wizard_id 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1214 +1637 \N \N \N \N \N field_change_password_user_write_uid 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1215 +1638 \N \N \N \N \N field_change_password_user_create_date 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1216 +1639 \N \N \N \N \N field_change_password_user_write_date 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1217 +1640 \N \N \N \N \N field_change_password_user_user_id 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1218 +1641 \N \N \N \N \N field_change_password_user_id 2019-03-20 06:35:21.951742 2019-03-20 06:35:21.951742 base ir.model.fields 1219 +1642 \N \N \N \N \N model_res_request_link 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model 94 +1643 \N \N \N \N \N field_res_request_link_create_uid 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1220 +1644 \N \N \N \N \N field_res_request_link_display_name 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1221 +1645 \N \N \N \N \N field_res_request_link_name 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1222 +1646 \N \N \N \N \N field_res_request_link___last_update 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1223 +1647 \N \N \N \N \N field_res_request_link_object 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1224 +1648 \N \N \N \N \N field_res_request_link_write_uid 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1225 +1649 \N \N \N \N \N field_res_request_link_priority 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1226 +1650 \N \N \N \N \N field_res_request_link_write_date 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1227 +1651 \N \N \N \N \N field_res_request_link_create_date 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1228 +1652 \N \N \N \N \N field_res_request_link_id 2019-03-20 06:35:22.050464 2019-03-20 06:35:22.050464 base ir.model.fields 1229 +1653 \N \N \N \N \N model_ir_property 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model 95 +1654 \N \N \N \N \N field_ir_property_create_uid 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1230 +1655 \N \N \N \N \N field_ir_property_value_integer 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1231 +1656 \N \N \N \N \N field_ir_property_value_float 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1232 +1657 \N \N \N \N \N field_ir_property_display_name 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1233 +1658 \N \N \N \N \N field_ir_property_name 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1234 +1659 \N \N \N \N \N field_ir_property_value_text 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1235 +1660 \N \N \N \N \N field_ir_property_res_id 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1236 +1661 \N \N \N \N \N field_ir_property___last_update 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1237 +1662 \N \N \N \N \N field_ir_property_company_id 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1238 +1663 \N \N \N \N \N field_ir_property_write_uid 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1239 +1664 \N \N \N \N \N field_ir_property_fields_id 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1240 +1665 \N \N \N \N \N field_ir_property_value_datetime 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1241 +1666 \N \N \N \N \N field_ir_property_value_binary 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1242 +1667 \N \N \N \N \N field_ir_property_write_date 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1243 +1668 \N \N \N \N \N field_ir_property_create_date 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1244 +1669 \N \N \N \N \N field_ir_property_value_reference 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1245 +1670 \N \N \N \N \N field_ir_property_type 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1246 +1671 \N \N \N \N \N field_ir_property_id 2019-03-20 06:35:22.14535 2019-03-20 06:35:22.14535 base ir.model.fields 1247 +7463 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_warning_sale 2019-03-20 06:48:24 2019-03-20 07:11:27 sale res.groups 35 +7464 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f group_analytic_accounting 2019-03-20 06:48:24 2019-03-20 07:11:28 sale res.groups 36 +7181 1 2019-03-20 06:48:10.08327 2019-03-20 07:11:19.263357 1 f menu_sale_config 2019-03-20 06:48:11 2019-03-20 07:11:28 sales_team ir.ui.menu 146 +7474 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order 2019-03-20 06:48:24 2019-03-20 07:11:28 sale ir.model.access 295 +7475 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order_line 2019-03-20 06:48:25 2019-03-20 07:11:28 sale ir.model.access 296 +7476 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order_line_accountant 2019-03-20 06:48:25 2019-03-20 07:11:28 sale ir.model.access 297 +7477 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_invoice_tax_salesman 2019-03-20 06:48:25 2019-03-20 07:11:28 sale ir.model.access 298 +7478 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_invoice_salesman 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 299 +7479 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_invoice_manager 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 300 +7480 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_invoice_line_salesman 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 301 +7481 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_payment_term_salesman 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 302 +7482 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_analytic_tag_sale_salesman 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 303 +7483 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_analytic_account_salesman 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 304 +7484 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order_manager 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 305 +7485 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order_accountant 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 306 +7486 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_report_salesman 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 307 +7487 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_report_manager 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 308 +1997 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t eg 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 66 +7488 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_ir_property_sales 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 309 +7489 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_account_journal 2019-03-20 06:48:25 2019-03-20 07:11:29 sale ir.model.access 310 +7490 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_res_partner_sale_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 311 +7491 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_res_partner_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 312 +7492 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_template_sale_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 313 +7493 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_product_sale_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 314 +7494 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_tax_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 315 +7495 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_ir_attachment_sales 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 316 +7496 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_ir_attachment_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 317 +7497 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_uom_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 318 +7498 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_pricelist_sale_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 319 +7499 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_account_salesman 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 320 +7500 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_uom_categ_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 321 +7501 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_uom_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 322 +7502 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_category_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 323 +7503 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_supplierinfo_user 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 324 +7504 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_supplierinfo_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 325 +7505 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_pricelist_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:30 sale ir.model.access 326 +7506 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_group_res_partner_sale_manager 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 327 +7507 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_move_line_salesman 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 328 +7508 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order_invoicing_payments 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 329 +7510 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_layout_category_1 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 331 +7511 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_layout_category_2 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 332 +7512 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_layout_category_3 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 333 +7513 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_layout_category_4 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 334 +7514 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_layout_category_5 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 335 +7515 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_pricelist_item_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:31 sale ir.model.access 336 +7516 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_price_history_salemanager 2019-03-20 06:48:26 2019-03-20 07:11:31 sale ir.model.access 337 +7517 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_template_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:31 sale ir.model.access 338 +7518 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_product_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:31 sale ir.model.access 339 +7519 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_attribute_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 340 +7520 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_attribute_value_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 341 +7521 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_attribute_price_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 342 +7522 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_product_attribute_line_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 343 +7523 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_tax_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 344 +7524 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_journal_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 345 +7525 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_invoice_tax_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 346 +7526 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_tax_group_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 347 +7527 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_account_account_sale_manager 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.model.access 348 +7528 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sale_advance_payment_inv 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.ui.view 530 +7529 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_view_sale_advance_payment_inv 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.actions.act_window 246 +7530 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f sale_order_line_make_invoice 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.values 56 +1750 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t view_menu 2019-03-20 06:35:25 2019-03-20 06:35:25 base ir.ui.view 1 +2 \N \N 2019-03-20 06:35:24.381189 1 t main_company \N 2019-03-20 06:35:26 base res.company 1 +1752 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t default_user_res_partner 2019-03-20 06:35:26 2019-03-20 06:35:26 base res.partner 4 +3 \N \N 2019-03-20 06:35:24.381189 1 t main_partner \N 2019-03-20 06:35:26 base res.partner 1 +1754 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_mail_server_localhost0 2019-03-20 06:35:26 2019-03-20 06:35:26 base ir.mail_server 1 +1755 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t font_helvetica 2019-03-20 06:35:26 2019-03-20 06:35:26 base res.font 1 +1756 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t font_times 2019-03-20 06:35:26 2019-03-20 06:35:26 base res.font 2 +1757 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t font_courier 2019-03-20 06:35:26 2019-03-20 06:35:26 base res.font 3 +1758 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t public_partner 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.partner 5 +1759 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t public_user_res_partner 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.partner 5 +1761 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t USD 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 3 +1762 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t VEF 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 4 +1763 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CAD 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 5 +1751 1 2019-03-20 06:35:24.381189 2019-03-20 06:38:32.951597 1 t partner_root 2019-03-20 06:35:26 2019-03-20 06:38:35 base res.partner 3 +1694 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_fr 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 23 +4 \N \N 2019-03-20 07:03:50.25931 1 t user_root \N 2019-03-20 07:03:50 base res.users 1 +1695 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_gl_ES 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 24 +1696 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ka_GE 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 25 +1764 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CHF 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 6 +1765 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BRL 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 7 +1766 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CNY 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 8 +1767 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t COP 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 9 +1768 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CZK 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 10 +1769 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t DKK 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 11 +1770 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t HUF 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 12 +1771 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t IDR 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 13 +1772 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LVL 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 14 +1773 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t NOK 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 15 +1774 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t XPF 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 16 +1775 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PAB 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 17 +1776 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PLN 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 18 +1777 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SEK 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 19 +1778 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ARS 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 20 +1779 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t INR 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 21 +1780 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AUD 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 22 +1781 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t UAH 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 23 +1782 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t VND 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 24 +1783 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t HKD 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 25 +1784 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t JPY 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 26 +1785 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BGN 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 27 +1786 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LTL 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 28 +1787 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t RON 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 29 +1788 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t HRK 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 30 +1789 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t RUB 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 31 +1790 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TRY 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 32 +1791 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KRW 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 33 +1792 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MXN 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 34 +1793 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MYR 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 35 +1794 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t NZD 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 36 +1795 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PHP 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 37 +1796 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SGD 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 38 +1797 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ZAR 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 39 +1798 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_bank_1 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.bank 1 +1799 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CRC 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 40 +1800 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MUR 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 41 +1801 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t XOF 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 42 +1802 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t XAF 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 43 +1803 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t UGX 2019-03-20 06:35:27 2019-03-20 06:35:27 base res.currency 44 +1804 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t HNL 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 45 +1805 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CLP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 46 +1806 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t UYU 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 47 +1807 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AFN 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 48 +1808 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AOA 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 49 +1809 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t XCD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 50 +1810 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AMD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 51 +1811 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AWG 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 52 +1812 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AZN 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 53 +1813 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BSD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 54 +1814 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BHD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 55 +1815 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BDT 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 56 +1816 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BBD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 57 +1817 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BYR 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 58 +1818 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BYN 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 59 +1819 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BZD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 60 +1820 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BMD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 61 +1821 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BTN 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 62 +1822 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BOB 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 63 +1823 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BAM 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 64 +1824 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BWP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 65 +1825 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BIF 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 66 +1826 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KHR 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 67 +1827 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KYD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 68 +1828 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KMF 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 69 +1829 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CDF 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 70 +1830 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CUP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 71 +1831 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ANG 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 72 +1832 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CYP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 73 +1833 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t DJF 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 74 +1834 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t DOP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 75 +1835 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ECS 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 76 +1836 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t EGP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 77 +1837 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SVC 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 78 +1838 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ERN 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 79 +1839 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ETB 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 80 +1840 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t FKP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 81 +1841 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t FJD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 82 +1842 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GEL 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 83 +1843 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GIP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 84 +1844 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t QTQ 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 85 +1845 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GNF 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 86 +1846 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GYD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 87 +1847 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t HTG 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 88 +1848 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ISK 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 89 +1849 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t IRR 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 90 +1850 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t IQD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 91 +1851 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ILS 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 92 +1852 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t JMD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 93 +1853 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t JOD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 94 +1854 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KZT 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 95 +1855 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KES 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 96 +1856 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KWD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 97 +1857 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KGS 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 98 +1858 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LAK 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 99 +1859 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LBP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 100 +1860 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LSL 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 101 +1861 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LRD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 102 +1862 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LYD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 103 +1863 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MOP 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 104 +1864 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MKD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 105 +1865 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MGA 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 106 +1866 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MWK 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 107 +1867 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MVR 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 108 +1868 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MRO 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 109 +1869 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MDL 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 110 +1870 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MNT 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 111 +1871 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MAD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 112 +1872 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t BND 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 113 +1873 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t DZD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 114 +1874 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GHS 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 115 +1875 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GMD 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 116 +1876 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ZRZ 2019-03-20 06:35:28 2019-03-20 06:35:28 base res.currency 117 +1877 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MZN 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 118 +1878 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t MMK 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 119 +1879 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t NAD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 120 +1880 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t NPR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 121 +1881 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ALL 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 122 +1882 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t NIO 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 123 +1883 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t NGN 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 124 +1884 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t KPW 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 125 +1885 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ZWD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 126 +1886 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ZMK 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 127 +1887 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t YER 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 128 +1888 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t VUB 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 129 +1 \N \N 2019-03-20 06:35:24.381189 1 t EUR \N 2019-03-20 06:35:29 base res.currency 1 +1889 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t VUV 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 130 +1890 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t UZS 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 131 +1891 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t AED 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 132 +1892 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t UAG 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 133 +1893 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TMM 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 134 +1894 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TND 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 135 +1895 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TTD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 136 +1896 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TOP 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 137 +1897 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t THB 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 138 +1898 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TZS 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 139 +1899 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TJS 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 140 +1900 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t TWD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 141 +1901 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SYP 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 142 +1902 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SZL 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 143 +1903 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SRG 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 144 +1904 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SDD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 145 +1905 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SDG 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 146 +1906 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t LKR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 147 +1907 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SSP 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 148 +1908 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GBP 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 149 +1909 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SOD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 150 +1910 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SBD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 151 +1911 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SLL 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 152 +1912 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SCR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 153 +1913 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t RSD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 154 +1914 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SAR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 155 +1915 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t STD 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 156 +1916 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ITL 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 157 +1917 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t WST 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 158 +1918 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SHP 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 159 +1919 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t RWF 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 160 +1920 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t RUR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 161 +1921 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t QAR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 162 +1922 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PLZ 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 163 +1923 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PEN 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 164 +1924 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PYG 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 165 +1925 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PGK 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 166 +1926 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t PKR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 167 +1927 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t OMR 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 168 +1928 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t CVE 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 169 +1929 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t SKK 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 170 +1930 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t YUM 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 171 +1931 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t GTQ 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.currency 172 +1932 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ad 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.country 1 +1933 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ae 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.country 2 +1934 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t af 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.country 3 +1935 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ag 2019-03-20 06:35:29 2019-03-20 06:35:29 base res.country 4 +1936 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ai 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 5 +1937 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t al 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 6 +1938 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t am 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 7 +1939 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t an 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 8 +1940 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ao 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 9 +1941 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t aq 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 10 +1942 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ar 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 11 +1943 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t as 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 12 +1944 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t at 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 13 +1945 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t au 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 14 +1946 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t aw 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 15 +1947 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ax 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 16 +1948 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t az 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 17 +1949 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ba 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 18 +1950 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bb 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 19 +1951 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bd 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 20 +1952 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t be 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 21 +1953 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bf 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 22 +1954 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bg 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 23 +1955 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bh 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 24 +1956 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bi 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 25 +1957 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bj 2019-03-20 06:35:30 2019-03-20 06:35:30 base res.country 26 +1958 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bl 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 27 +1959 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bm 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 28 +1960 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bn 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 29 +1961 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bo 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 30 +1962 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bq 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 31 +1963 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t br 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 32 +1964 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bs 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 33 +1965 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bt 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 34 +1966 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bv 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 35 +1967 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bw 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 36 +1968 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t by 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 37 +1969 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t bz 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 38 +1970 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ca 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 39 +1971 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cc 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 40 +1972 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cf 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 41 +1973 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cd 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 42 +1974 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cg 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 43 +1975 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ch 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 44 +1976 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ci 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 45 +1977 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ck 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 46 +1978 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cl 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 47 +1979 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cm 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 48 +1980 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cn 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 49 +1981 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t co 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 50 +1982 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cr 2019-03-20 06:35:31 2019-03-20 06:35:31 base res.country 51 +1983 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cu 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 52 +1984 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cv 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 53 +1985 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cw 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 54 +1986 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cx 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 55 +1987 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cy 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 56 +1988 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t cz 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 57 +1989 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t de 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 58 +1990 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t dj 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 59 +1991 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t dk 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 60 +1992 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t dm 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 61 +1998 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t eh 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 67 +1999 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t er 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 68 +2000 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t es 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 69 +2001 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t et 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 70 +2002 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t fi 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 71 +2003 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t fj 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 72 +2004 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t fk 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 73 +2005 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t fm 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 74 +2006 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t fo 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 75 +2007 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t fr 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 76 +2008 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ga 2019-03-20 06:35:32 2019-03-20 06:35:32 base res.country 77 +2009 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gd 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 78 +2010 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ge 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 79 +2011 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gf 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 80 +2012 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gh 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 81 +2013 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gi 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 82 +2014 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gg 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 83 +2015 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gl 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 84 +2016 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gm 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 85 +2017 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gn 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 86 +2018 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gp 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 87 +2019 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gq 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 88 +2020 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gr 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 89 +2021 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gs 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 90 +2022 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gt 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 91 +2023 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gu 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 92 +2024 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gw 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 93 +2025 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t gy 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 94 +2026 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t hk 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 95 +2027 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t hm 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 96 +2028 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t hn 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 97 +2029 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t hr 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 98 +2030 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ht 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 99 +2031 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t hu 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 100 +2032 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t id 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 101 +2033 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ie 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 102 +2034 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t il 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 103 +2035 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t im 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 104 +2036 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t in 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 105 +2037 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t io 2019-03-20 06:35:33 2019-03-20 06:35:33 base res.country 106 +2038 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t iq 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 107 +2039 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 108 +2040 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t is 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 109 +2041 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t it 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 110 +2042 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t je 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 111 +2043 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t jm 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 112 +2044 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t jo 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 113 +2045 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t jp 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 114 +2046 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ke 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 115 +2047 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kg 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 116 +2048 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kh 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 117 +2049 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ki 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 118 +2050 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t km 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 119 +2051 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kn 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 120 +2052 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kp 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 121 +2053 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kr 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 122 +2054 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kw 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 123 +2055 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ky 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 124 +2056 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t kz 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 125 +2057 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t la 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 126 +2058 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lb 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 127 +2059 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lc 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 128 +2060 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t li 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 129 +2061 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lk 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 130 +2062 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lr 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 131 +2063 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ls 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 132 +2064 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lt 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 133 +2065 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lu 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 134 +2066 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t lv 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 135 +2067 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ly 2019-03-20 06:35:34 2019-03-20 06:35:34 base res.country 136 +2068 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ma 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 137 +2069 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mc 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 138 +2070 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t md 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 139 +2071 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t me 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 140 +2072 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mf 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 141 +2073 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mg 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 142 +2074 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mh 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 143 +2075 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mk 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 144 +2076 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ml 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 145 +2077 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mm 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 146 +2078 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mn 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 147 +2079 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mo 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 148 +2080 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mp 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 149 +2081 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mq 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 150 +2082 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mr 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 151 +2083 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ms 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 152 +2084 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mt 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 153 +2085 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mu 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 154 +2086 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mv 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 155 +2087 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mw 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 156 +2088 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mx 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 157 +2089 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t my 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 158 +2090 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t mz 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 159 +2091 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t na 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 160 +2092 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nc 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 161 +2093 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ne 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 162 +2094 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nf 2019-03-20 06:35:35 2019-03-20 06:35:35 base res.country 163 +2095 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ng 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 164 +2096 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ni 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 165 +2097 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nl 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 166 +2098 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t no 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 167 +2099 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t np 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 168 +2100 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nr 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 169 +2101 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nt 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 170 +2102 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nu 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 171 +2103 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t nz 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 172 +2104 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t om 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 173 +2105 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pa 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 174 +2106 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pe 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 175 +2107 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pf 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 176 +2108 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pg 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 177 +2109 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ph 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 178 +2110 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pk 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 179 +2111 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pl 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 180 +2112 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pm 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 181 +2113 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pn 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 182 +2114 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pr 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 183 +2115 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ps 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 184 +2116 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pt 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 185 +2117 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t pw 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 186 +2118 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t py 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 187 +2119 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t qa 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 188 +2120 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t re 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 189 +2121 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ro 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 190 +2122 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t rs 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 191 +2123 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ru 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 192 +2124 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t rw 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 193 +2125 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sa 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 194 +2126 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sb 2019-03-20 06:35:36 2019-03-20 06:35:36 base res.country 195 +2127 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sc 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 196 +2128 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sd 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 197 +2129 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t se 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 198 +2130 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sg 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 199 +2131 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sh 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 200 +2132 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t si 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 201 +2133 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sj 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 202 +2134 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sk 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 203 +2135 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sl 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 204 +2136 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sm 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 205 +2137 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sn 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 206 +2138 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t so 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 207 +2139 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sr 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 208 +2140 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ss 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 209 +2141 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t st 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 210 +2142 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sv 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 211 +2143 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sx 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 212 +2144 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sy 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 213 +2145 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t sz 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 214 +2146 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tc 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 215 +2147 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t td 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 216 +2148 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tf 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 217 +2149 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tg 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 218 +2150 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t th 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 219 +2151 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tj 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 220 +2152 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tk 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 221 +2153 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tm 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 222 +2154 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tn 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 223 +2155 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t to 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 224 +2156 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tp 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 225 +2157 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tr 2019-03-20 06:35:37 2019-03-20 06:35:37 base res.country 226 +2158 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tt 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 227 +2159 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tv 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 228 +2160 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tw 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 229 +2161 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t tz 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 230 +2162 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ua 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 231 +2163 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ug 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 232 +2164 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t uk 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 233 +2165 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t um 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 234 +2166 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t us 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 235 +2167 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t uy 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 236 +2168 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t uz 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 237 +2169 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t va 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 238 +2170 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t vc 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 239 +2171 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ve 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 240 +2172 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t vg 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 241 +2173 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t vi 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 242 +2174 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t vn 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 243 +2175 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t vu 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 244 +2176 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t wf 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 245 +2177 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ws 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 246 +2178 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ye 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 247 +2179 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t yt 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 248 +2180 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t yu 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 249 +2181 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t za 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 250 +2182 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t zm 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 251 +2183 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t zr 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 252 +2184 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t zw 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 253 +2185 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t xk 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country 254 +2186 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t europe 2019-03-20 06:35:38 2019-03-20 06:35:38 base res.country.group 1 +7531 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_account_config 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.ui.view 531 +7532 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_sales_config 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.ui.menu 166 +7533 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.ui.menu 167 +7191 1 2019-03-20 06:48:10.08327 2019-03-20 07:11:19.263357 1 f menu_sales 2019-03-20 06:48:12 2019-03-20 07:11:32 sales_team ir.ui.menu 149 +7534 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product_template_action 2019-03-20 06:48:26 2019-03-20 07:11:32 sale ir.ui.menu 168 +7535 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f prod_config_main 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 169 +8883 \N \N \N \N \N model_stock_move 2019-03-20 06:49:24.04105 2019-03-20 06:49:24.04105 sale_stock ir.model 265 +7536 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_attribute_action 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 170 +8884 \N \N \N \N \N field_stock_move_to_refund_so 2019-03-20 06:49:24.04105 2019-03-20 06:49:24.04105 sale_stock ir.model.fields 4866 +7537 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_variants_action 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 171 +7538 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_products 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 172 +1760 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t public_user 2019-03-20 06:35:27 2019-03-20 06:35:39 base res.users 4 +2196 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_users_log_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 1 +2197 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 2 +2198 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_portal_public_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 3 +2199 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_values_default_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 4 +2200 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_ui_view_custom_personal 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 5 +2201 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_bank_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 6 +2202 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_config_parameter_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 7 +2203 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_currency_rate_rule 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 8 +2204 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_rule_private_employee 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 9 +2205 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_rule_private_group 2019-03-20 06:35:39 2019-03-20 06:35:39 base ir.rule 10 +7539 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product_category_action_form 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 173 +7540 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f next_id_16 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 174 +7541 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product_uom_form_action 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 175 +7542 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product_uom_categ_form_action 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 176 +7543 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product_pricelist_main 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 177 +7544 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_product_pricelist_action2 2019-03-20 06:48:26 2019-03-20 07:11:33 sale ir.ui.menu 178 +7545 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sale_order_calendar 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 532 +7546 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sale_order_graph 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 533 +7547 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sale_order_pivot 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 534 +7548 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sale_order_kanban 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 535 +7549 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_tree 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 536 +8885 \N \N \N \N \N model_stock_picking 2019-03-20 06:49:24.160007 2019-03-20 06:49:24.160007 sale_stock ir.model 271 +8886 \N \N \N \N \N field_stock_picking_sale_id 2019-03-20 06:49:24.160007 2019-03-20 06:49:24.160007 sale_stock ir.model.fields 4867 +8889 \N \N \N \N \N field_stock_return_picking_line_to_refund_so 2019-03-20 06:49:24.242771 2019-03-20 06:49:24.242771 sale_stock ir.model.fields 4868 +5 \N \N 2019-03-20 06:48:18.928036 1 t group_user \N 2019-03-20 06:48:22 base res.groups 1 +2193 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_private_addresses 2019-03-20 06:35:39 2019-03-20 07:08:17 base res.groups 9 +8887 \N \N \N \N \N model_stock_return_picking 2019-03-20 06:49:24.219633 2019-03-20 06:49:24.219633 sale_stock ir.model 280 +8888 \N \N \N \N \N model_stock_return_picking_line 2019-03-20 06:49:24.242771 2019-03-20 06:49:24.242771 sale_stock ir.model 279 +8890 \N \N \N \N \N model_sale_report 2019-03-20 06:49:24.281566 2019-03-20 06:49:24.281566 sale_stock ir.model 253 +8891 \N \N \N \N \N field_sale_report_warehouse_id 2019-03-20 06:49:24.281566 2019-03-20 06:49:24.281566 sale_stock ir.model.fields 4869 +7550 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_quotation_tree 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 537 +7551 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_form 2019-03-20 06:48:27 2019-03-20 07:11:33 sale ir.ui.view 538 +7552 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_form_editable_list 2019-03-20 06:48:27 2019-03-20 07:11:34 sale ir.ui.view 539 +7553 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sales_order_filter 2019-03-20 06:48:27 2019-03-20 07:11:34 sale ir.ui.view 540 +7554 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f sale_order_view_search_inherit_quotation 2019-03-20 06:48:27 2019-03-20 07:11:34 sale ir.ui.view 541 +7555 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f sale_order_view_search_inherit_sale 2019-03-20 06:48:27 2019-03-20 07:11:34 sale ir.ui.view 542 +7557 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_sale_order 2019-03-20 06:48:27 2019-03-20 07:11:34 sale ir.ui.menu 179 +7558 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_orders_to_invoice 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.actions.act_window 248 +7559 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_sale_invoicing 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.ui.menu 180 +7560 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_sale_order_invoice 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.ui.menu 181 +7561 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_orders_upselling 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.actions.act_window 249 +7562 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_sale_order_upselling 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.ui.menu 182 +7565 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_line_tree 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.ui.view 543 +7566 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sales_order_line_filter 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.ui.view 544 +7567 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_product_sale_list 2019-03-20 06:48:28 2019-03-20 07:11:34 sale ir.actions.act_window 251 +7568 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f product_form_view_sale_order_button 2019-03-20 06:48:28 2019-03-20 07:11:35 sale ir.ui.view 545 +7569 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f product_template_form_view_sale_order_button 2019-03-20 06:48:28 2019-03-20 07:11:35 sale ir.ui.view 546 +7570 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f product_template_form_view_invoice_policy 2019-03-20 06:48:28 2019-03-20 07:11:35 sale ir.ui.view 547 +7571 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f account_invoice_groupby_inherit 2019-03-20 06:48:29 2019-03-20 07:11:35 sale ir.ui.view 548 +7572 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f account_invoice_form 2019-03-20 06:48:29 2019-03-20 07:11:35 sale ir.ui.view 549 +7573 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f account_invoice_line_tree 2019-03-20 06:48:29 2019-03-20 07:11:35 sale ir.ui.view 550 +7574 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f account_invoice_line_form 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.ui.view 551 +7575 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f account_invoice_supplier_form 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.ui.view 552 +7576 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f product_pricelist_view_tree 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.ui.view 553 +7577 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f product_pricelist_view_form 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.ui.view 554 +7578 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_orders_salesteams 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 252 +7579 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_orders_to_invoice_salesteams 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 253 +7580 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_quotations_salesteams 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 254 +7581 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_invoice_salesteams 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 255 +7582 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_invoice_salesteams_view_tree 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window.view 32 +7583 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_invoice_salesteams_view_form 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window.view 33 +7584 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_order_report_quotation_salesteam 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 256 +7585 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_order_report_so_salesteam 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 257 +7586 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_account_invoice_report_salesteam 2019-03-20 06:48:29 2019-03-20 07:11:36 sale ir.actions.act_window 258 +7587 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f crm_team_salesteams_view_form 2019-03-20 06:48:30 2019-03-20 07:11:37 sale ir.ui.view 555 +7588 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_account_invoice_report_search_inherit 2019-03-20 06:48:30 2019-03-20 07:11:37 sale ir.ui.view 556 +7589 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_quotation_form 2019-03-20 06:48:30 2019-03-20 07:11:37 sale ir.actions.act_window 259 +7590 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f crm_team_salesteams_view_kanban 2019-03-20 06:48:30 2019-03-20 07:11:37 sale ir.ui.view 557 +7591 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f act_res_partner_2_sale_order 2019-03-20 06:48:30 2019-03-20 07:11:37 sale ir.actions.act_window 260 +7592 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f crm_lead_partner_kanban_view 2019-03-20 06:48:30 2019-03-20 07:11:37 sale ir.ui.view 558 +7593 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f res_partner_view_buttons 2019-03-20 06:48:30 2019-03-20 07:11:38 sale ir.ui.view 559 +7594 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_sales_config 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.ui.view 560 +7595 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f assets_backend 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.ui.view 561 +7596 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_configuration_form_view 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.ui.view 562 +7597 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_configuration_tree_view 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.ui.view 563 +7598 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_configuration_search_view 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.ui.view 564 +7599 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_configuration_action 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.actions.act_window 261 +7600 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f Report_configuration 2019-03-20 06:48:31 2019-03-20 07:11:38 sale ir.ui.menu 184 +8322 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_stock_multi_warehouses 2019-03-20 06:48:44 2019-03-20 07:11:47 stock res.groups 38 +8323 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_stock_user 2019-03-20 06:48:44 2019-03-20 07:11:48 stock res.groups 39 +8325 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_production_lot 2019-03-20 06:48:45 2019-03-20 07:11:49 stock res.groups 41 +8326 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_tracking_lot 2019-03-20 06:48:46 2019-03-20 07:11:50 stock res.groups 42 +8327 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_adv_location 2019-03-20 06:48:46 2019-03-20 07:11:51 stock res.groups 43 +8328 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_tracking_owner 2019-03-20 06:48:47 2019-03-20 07:11:51 stock res.groups 44 +8329 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_warning_stock 2019-03-20 06:48:47 2019-03-20 07:11:52 stock res.groups 45 +8342 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_incoterms_all 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 349 +8343 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_incoterms_manager 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 350 +8344 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_warehouse_manager 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 351 +7556 1 2019-03-20 06:48:18.928036 2019-03-20 07:13:22.695216 1 f action_orders 2019-03-20 06:48:27 2019-03-20 07:13:25 sale ir.actions.act_window 247 +8345 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_warehouse_user 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 352 +8346 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location__partner_manager 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 353 +8347 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_manager 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 354 +8348 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_user 2019-03-20 06:48:47 2019-03-20 07:11:52 stock ir.model.access 355 +8349 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_picking_user 2019-03-20 06:48:48 2019-03-20 07:11:52 stock ir.model.access 356 +8350 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_picking_manager 2019-03-20 06:48:48 2019-03-20 07:11:52 stock ir.model.access 357 +8351 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_picking_type_all 2019-03-20 06:48:48 2019-03-20 07:11:52 stock ir.model.access 358 +8352 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_picking_type_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 359 +8353 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_picking_type_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 360 +8354 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_production_lot_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 361 +8355 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_production_lot_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 362 +8356 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_move_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 363 +8357 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_move_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 364 +8358 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_inventory_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 365 +8359 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_inventory_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 366 +8360 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_inventory_line_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 367 +8361 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_inventory_line_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 368 +8362 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 369 +8363 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_lines_date_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 370 +8364 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_lines_date_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 371 +8365 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_product_stock_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 372 +8366 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_template_stock_user 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 373 +8367 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_uom_categ_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 374 +8368 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_uom_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:53 stock ir.model.access 375 +8369 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_category_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 376 +8370 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_template_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 377 +8371 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_product_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 378 +8372 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_packaging_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 379 +8373 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_supplierinfo_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 380 +8374 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_pricelist_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 381 +8375 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_ir_property_group_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 382 +8376 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_group_res_partner_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 383 +8377 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_pricelist_item_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 384 +8378 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_warehouse_orderpoint 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 385 +8379 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_warehouse_orderpoint_system 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 386 +8380 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_quant_manager 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 387 +8381 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_quant_user 2019-03-20 06:48:48 2019-03-20 07:11:54 stock ir.model.access 388 +8382 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_quant_all 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 389 +8383 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_quant_package_all 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 390 +8384 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_quant_package_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 391 +8385 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_quant_package_stock_user 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 392 +8386 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_procurement_rule_user 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 393 +8387 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_procurement_rule_manager 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 394 +8389 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_path_user 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 396 +8390 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_path_internal_user 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 397 +8391 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_path_stock_user 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 398 +8392 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_route_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 399 +8393 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_location_route 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 400 +8394 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_procurement_rule_internal 2019-03-20 06:48:48 2019-03-20 07:11:56 stock ir.model.access 401 +8395 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_pack_operation_manager 2019-03-20 06:48:48 2019-03-20 07:11:56 stock ir.model.access 402 +8396 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_pack_operation_user 2019-03-20 06:48:48 2019-03-20 07:11:56 stock ir.model.access 403 +8397 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_pack_operation_all 2019-03-20 06:48:48 2019-03-20 07:11:56 stock ir.model.access 404 +8398 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_putaway_all 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 405 +8399 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_putaway_manager 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 406 +8400 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_removal_all 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 407 +8401 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_fixed_putaway_strat 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 408 +8402 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_fixed_putaway_user 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 409 +8403 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_move_operation_link_manager 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 410 +8404 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_move_operation_link_user 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 411 +8405 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_move_operation_link_all 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 412 +8406 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_pack_operation_lot_manager 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 413 +8407 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_pack_operation_lot_user 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 414 +8408 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_pack_operation_lot_all 2019-03-20 06:48:49 2019-03-20 07:11:56 stock ir.model.access 415 +8409 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_price_history_stock_user 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 416 +8410 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_price_history_stock_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 417 +8411 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_barcode_nomenclature_stock_user 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 418 +8412 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_barcode_nomenclature_stock_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 419 +8413 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_barcode_rule_stock_user 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 420 +8414 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_barcode_rule_stock_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 421 +8415 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_forecast_user 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 422 +8416 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_forecast_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 423 +8417 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_stock_scrap_user 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 424 +8418 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_attribute_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 425 +8419 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_attribute_value_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 426 +8420 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_attribute_price_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 427 +8421 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_product_attribute_line_manager 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.model.access 428 +8422 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_root 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.ui.menu 185 +8423 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_warehouse_mgmt 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.ui.menu 186 +8425 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_warehouse_config 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.ui.menu 188 +8426 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_routes_config 2019-03-20 06:48:49 2019-03-20 07:11:57 stock ir.ui.menu 189 +8427 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_packages_config 2019-03-20 06:48:50 2019-03-20 07:11:57 stock ir.ui.menu 190 +8428 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_wms_barcode_nomenclature_all 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 191 +8429 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_product_in_config_stock 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 192 +8430 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_product_category_config_stock 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 193 +8431 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_attribute_action 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 194 +8432 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_variants_action 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 195 +8433 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_uom_categ_form_action 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 196 +8434 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_unit_measure_stock 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 197 +8435 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_uom_form_action 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 198 +8436 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_inventory_control 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 199 +8437 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_warehouse_report 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.menu 200 +8438 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_level_forecast_pivot 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.view 565 +8439 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_level_forecast_graph 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.view 566 +8440 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_level_forecast_filter 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.ui.view 567 +8441 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_level_forecast_report_template 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.act_window 262 +8442 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_level_forecast_report_product 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.act_window 263 +8443 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_picking 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.report.xml 264 +8444 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_delivery 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.report.xml 265 +8445 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_inventory 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.report.xml 266 +8446 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_quant_package_barcode 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.report.xml 267 +8447 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_quant_package_barcode_small 2019-03-20 06:48:50 2019-03-20 07:11:58 stock ir.actions.report.xml 268 +8448 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_location_barcode 2019-03-20 06:48:50 2019-03-20 07:11:59 stock ir.actions.report.xml 269 +8449 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_report_lot_barcode 2019-03-20 06:48:50 2019-03-20 07:11:59 stock ir.actions.report.xml 270 +8450 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_stock_lines_date_tree 2019-03-20 06:48:50 2019-03-20 07:11:59 stock ir.ui.view 568 +8451 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_stock_lines_date_search 2019-03-20 06:48:50 2019-03-20 07:11:59 stock ir.ui.view 569 +8452 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_stock_lines_date_form 2019-03-20 06:48:50 2019-03-20 07:11:59 stock ir.ui.view 570 +8453 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_line_date 2019-03-20 06:48:50 2019-03-20 07:11:59 stock ir.actions.act_window 271 +8454 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_report_stock_line_date 2019-03-20 06:48:51 2019-03-20 07:11:59 stock ir.ui.menu 201 +8455 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_package_barcode 2019-03-20 06:48:51 2019-03-20 07:11:59 stock ir.ui.view 571 +8456 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_package_barcode_small 2019-03-20 06:48:51 2019-03-20 07:11:59 stock ir.ui.view 572 +8457 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_lot_barcode 2019-03-20 06:48:51 2019-03-20 07:11:59 stock ir.ui.view 573 +8458 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f assets_common 2019-03-20 06:48:51 2019-03-20 07:11:59 stock ir.ui.view 574 +8459 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_location_barcode 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 575 +8460 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f external_layout_barcode_right 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 576 +8461 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f external_layout_header_barcode_right 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 577 +8462 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_picking 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 578 +8463 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_delivery_document 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 579 +8464 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_deliveryslip 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 580 +8465 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f report_inventory 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 581 +8466 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_change_product_quantity 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.ui.view 582 +8467 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_view_change_product_quantity 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.actions.act_window 272 +8468 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f act_stock_return_picking 2019-03-20 06:48:51 2019-03-20 07:12:00 stock ir.actions.act_window 273 +8469 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_return_picking_form 2019-03-20 06:48:51 2019-03-20 07:12:01 stock ir.ui.view 583 +8470 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_make_procurment_wizard 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 584 +8471 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f act_make_procurement 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.actions.act_window 274 +8472 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_procurement_compute_wizard 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 585 +8473 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_procurement_compute 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.actions.act_window 275 +8474 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_immediate_transfer 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 586 +8475 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_backorder_confirmation 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 587 +8476 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_scrap_search_view 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 588 +8477 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_scrap_form_view 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 589 +8478 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_scrap_tree_view 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 590 +8479 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_scrap 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.actions.act_window 276 +8480 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_scrap_form_view2 2019-03-20 06:48:52 2019-03-20 07:12:01 stock ir.ui.view 591 +8481 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_scrap 2019-03-20 06:48:52 2019-03-20 07:12:02 stock ir.ui.menu 202 +8482 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_partner_stock_form 2019-03-20 06:48:52 2019-03-20 07:12:02 stock ir.ui.view 592 +8483 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_partner_stock_warnings_form 2019-03-20 06:48:53 2019-03-20 07:12:02 stock ir.ui.view 593 +8484 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_putaway 2019-03-20 06:48:53 2019-03-20 07:12:02 stock ir.ui.view 594 +8485 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_removal 2019-03-20 06:48:53 2019-03-20 07:12:02 stock ir.ui.view 595 +8486 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_inventory_line_tree 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 596 +8487 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_inventory_line_tree2 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 597 +8488 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_inventory_line_search 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 598 +8489 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_inventory_filter 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 599 +8490 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_inventory_tree 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 600 +8491 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_inventory_form 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 601 +8492 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_inventory_form 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.actions.act_window 277 +8493 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_inventory_line_tree 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.actions.act_window 278 +8494 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_action_inventory_form 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.menu 203 +8495 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_incoterms_tree 2019-03-20 06:48:53 2019-03-20 07:12:03 stock ir.ui.view 602 +8496 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_incoterms_form 2019-03-20 06:48:53 2019-03-20 07:12:04 stock ir.ui.view 603 +8497 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_incoterms_view_search 2019-03-20 06:48:53 2019-03-20 07:12:04 stock ir.ui.view 604 +8498 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_incoterms_tree 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.actions.act_window 279 +8499 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_action_incoterm_open 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.menu 204 +8500 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f lot_open_quants 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.actions.act_window 280 +8501 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_production_lot_form 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.view 605 +8502 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_production_lot_tree 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.view 606 +8503 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f search_product_lot_filter 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.view 607 +8504 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_production_lot_form 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.actions.act_window 281 +8505 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_action_production_lot_form 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.menu 205 +8506 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_pickingtype_filter 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.view 608 +8507 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_picking_type_tree 2019-03-20 06:48:54 2019-03-20 07:12:04 stock ir.ui.view 609 +8508 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_picking_type_form 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.view 610 +8509 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_picking_type_action 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.actions.act_window 282 +8510 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_picking_type_list 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.view 611 +8511 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_type_list 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.actions.act_window 283 +8512 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_picking_type_menu 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.menu 206 +8513 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_pickingtype 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.menu 207 +8514 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_picking_calendar 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.view 612 +8515 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_picking_kanban 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.view 613 +8516 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f vpicktree 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.view 614 +8517 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_picking_form 2019-03-20 06:48:54 2019-03-20 07:12:05 stock ir.ui.view 615 +8518 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_picking_internal_search 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.ui.view 616 +8519 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_all 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.actions.act_window 284 +8520 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f all_picking 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.ui.menu 208 +8521 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_picking_action_picking_type 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.actions.act_window 285 +8522 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_done 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.actions.act_window 286 +8523 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_ready 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.actions.act_window 287 +8524 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_done_grouped 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.actions.act_window 288 +8525 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_waiting 2019-03-20 06:48:55 2019-03-20 07:12:05 stock ir.actions.act_window 289 +8526 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_late 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 290 +8527 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree_backorder 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 291 +8528 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_tree 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 292 +8529 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_picking_form 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 293 +8530 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f do_view_pickings 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 294 +8531 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_picking_type_kanban 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.view 617 +8532 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f quant_search_view 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.view 618 +8533 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_quant_form 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.view 619 +8534 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_quant_tree 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.view 620 +8535 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_quant_graph_value 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.view 621 +8536 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_quant_pivot 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.view 622 +8537 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f quantsact 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 295 +8538 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_template_open_quants 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 296 +8539 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_open_quants 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 297 +8540 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f location_open_quants 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.actions.act_window 298 +8541 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_quants 2019-03-20 06:48:55 2019-03-20 07:12:06 stock ir.ui.menu 209 +8542 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f quant_package_search_view 2019-03-20 06:48:55 2019-03-20 07:12:07 stock ir.ui.view 623 +8543 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_quant_package_form 2019-03-20 06:48:55 2019-03-20 07:12:07 stock ir.ui.view 624 +8544 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_quant_package_tree 2019-03-20 06:48:55 2019-03-20 07:12:07 stock ir.ui.view 625 +8545 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_package_view 2019-03-20 06:48:55 2019-03-20 07:12:07 stock ir.actions.act_window 299 +8546 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_package 2019-03-20 06:48:56 2019-03-20 07:12:07 stock ir.ui.menu 210 +8547 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_packagings 2019-03-20 06:48:56 2019-03-20 07:12:07 stock ir.ui.menu 211 +8548 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f act_product_location_open 2019-03-20 06:48:56 2019-03-20 07:12:07 stock ir.actions.act_window 300 +8549 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_location_form 2019-03-20 06:48:56 2019-03-20 07:12:07 stock ir.ui.view 626 +8550 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_location_search 2019-03-20 06:48:56 2019-03-20 07:12:07 stock ir.ui.view 627 +8551 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_location_tree2 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 628 +8552 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_location_form 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.actions.act_window 301 +8553 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_action_location_form 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.menu 212 +8554 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_path_filter 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 629 +8555 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_path_tree 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 630 +8556 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_path_form 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 631 +8557 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stolocpath 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.actions.act_window 302 +8558 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_location_path 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.menu 213 +8559 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_route_tree 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 632 +8560 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_route_form_view 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 633 +8561 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_route_view_search 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.ui.view 634 +8562 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_routes_form 2019-03-20 06:48:56 2019-03-20 07:12:08 stock ir.actions.act_window 303 +8563 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_routes 2019-03-20 06:48:56 2019-03-20 07:12:09 stock ir.ui.menu 214 +8564 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f procurement_group_form_view_herited 2019-03-20 06:48:56 2019-03-20 07:12:09 stock ir.ui.view 635 +8565 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_procurement_form_stock_inherit 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.view 636 +8566 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_procurement_tree_stock_inherit 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.view 637 +8567 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_procurement_rule_tree_stock_inherit 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.view 638 +8568 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_procurement_rule_form_stock_inherit 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.view 639 +8569 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f procrules 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.actions.act_window 304 +8570 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_sched 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.menu 215 +8571 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_procurement_compute 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.menu 216 +8572 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_proc_schedulers 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.menu 217 +8573 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_procurement 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.menu 218 +8574 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_procurement_action 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.menu 219 +8575 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_procurement_rules 2019-03-20 06:48:57 2019-03-20 07:12:09 stock ir.ui.menu 220 +8576 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_warehouse 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.ui.view 640 +8577 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_warehouse_tree 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.ui.view 641 +8578 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_warehouse_view_search 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.ui.view 642 +8579 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_warehouse_form 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.actions.act_window 305 +8580 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_action_warehouse_form 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.ui.menu 221 +8581 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f do_view_procurement_op 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.actions.act_window 306 +8582 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_warehouse_orderpoint_tree 2019-03-20 06:48:57 2019-03-20 07:12:10 stock ir.ui.view 643 +8583 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f warehouse_orderpoint_search 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.ui.view 644 +8584 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_warehouse_orderpoint_form 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.ui.view 645 +8585 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_orderpoint_form 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.actions.act_window 307 +8586 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_reordering_rules_config 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.ui.menu 222 +8587 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f act_stock_warehouse_2_stock_warehouse_orderpoint 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.actions.act_window 308 +8588 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_move_tree 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.ui.view 646 +8589 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_pivot 2019-03-20 06:48:58 2019-03-20 07:12:10 stock ir.ui.view 647 +2506 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_c 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 278 +8590 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_graph 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 648 +8591 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_tree 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 649 +8592 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_picking_tree 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 650 +8593 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_form 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 651 +8594 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_picking_form 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 652 +8595 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_search 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 653 +8596 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f act_product_stock_move_open 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.actions.act_window 309 +8597 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_move_action 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.actions.act_window 310 +8598 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_move_tree_all 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.actions.act_window.view 34 +8599 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_move_form_all 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.actions.act_window.view 35 +8600 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_move_pivot_all 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.actions.act_window.view 36 +8601 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_move_graph_all 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.actions.act_window.view 37 +8602 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_tree_receipt_picking 2019-03-20 06:48:58 2019-03-20 07:12:11 stock ir.ui.view 654 +8603 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_move_tree_receipt_picking_board 2019-03-20 06:48:59 2019-03-20 07:12:11 stock ir.ui.view 655 +8604 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_receipt_picking_move 2019-03-20 06:48:59 2019-03-20 07:12:11 stock ir.actions.act_window 311 +8605 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_move_menu 2019-03-20 06:48:59 2019-03-20 07:12:11 stock ir.ui.menu 223 +8606 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_pack_operation_details_form 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.ui.view 656 +8607 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_pack_operation_details_form_save 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.ui.view 657 +8608 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f pack_details 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.actions.act_window 312 +8609 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_pack_operation_lot_form 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.ui.view 658 +8610 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_pack_operation_lot_lot_form 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.ui.view 659 +8611 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_category_form_view_inherit 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.ui.view 660 +8612 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_open_orderpoint 2019-03-20 06:48:59 2019-03-20 07:12:12 stock ir.actions.act_window 313 +8613 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_product_tree 2019-03-20 06:48:59 2019-03-20 07:12:13 stock ir.ui.view 661 +8614 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_product_template_tree 2019-03-20 06:48:59 2019-03-20 07:12:13 stock ir.ui.view 662 +8615 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_receive_move 2019-03-20 06:48:59 2019-03-20 07:12:13 stock ir.actions.act_window 314 +8616 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_deliver_move 2019-03-20 06:48:59 2019-03-20 07:12:13 stock ir.actions.act_window 315 +8617 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_template_search_form_view_stock 2019-03-20 06:49:00 2019-03-20 07:12:13 stock ir.ui.view 663 +8618 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_template_property_form 2019-03-20 06:49:00 2019-03-20 07:12:13 stock ir.ui.view 664 +8619 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_template_view_form_procurement_button 2019-03-20 06:49:00 2019-03-20 07:12:14 stock ir.ui.view 665 +8620 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_product_view_form_procurement_button 2019-03-20 06:49:00 2019-03-20 07:12:14 stock ir.ui.view 666 +8621 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_template_kanban_stock_view 2019-03-20 06:49:00 2019-03-20 07:12:14 stock ir.ui.view 667 +8622 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_search_form_view_stock 2019-03-20 06:49:00 2019-03-20 07:12:14 stock ir.ui.view 668 +8623 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_kanban_stock_view 2019-03-20 06:49:01 2019-03-20 07:12:14 stock ir.ui.view 669 +8624 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_product_view_form_easy_inherit_stock 2019-03-20 06:49:01 2019-03-20 07:12:14 stock ir.ui.view 670 +8625 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_form_view_procurement_button 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.ui.view 671 +8626 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_template_form_view_procurement_button 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.ui.view 672 +8627 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_template_action_product 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.actions.act_window 316 +8628 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_product_variant_config_stock 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.ui.menu 224 +8629 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f product_product_menu 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.ui.menu 225 +8630 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f view_stock_config_settings 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.ui.view 673 +8631 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f action_stock_config_settings 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.actions.act_window 317 +8424 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_config_settings 2019-03-20 06:48:49 2019-03-20 07:12:15 stock ir.ui.menu 187 +8632 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f menu_stock_general_settings 2019-03-20 06:49:01 2019-03-20 07:12:15 stock ir.ui.menu 226 +8633 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f barcode_rule_weight_three_dec 2019-03-20 06:49:01 2019-03-20 07:12:15 stock barcode.rule 2 +8634 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f barcode_rule_package 2019-03-20 06:49:01 2019-03-20 07:12:16 stock barcode.rule 3 +8635 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f barcode_rule_lot 2019-03-20 06:49:01 2019-03-20 07:12:16 stock barcode.rule 4 +8636 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f barcode_rule_location 2019-03-20 06:49:01 2019-03-20 07:12:16 stock barcode.rule 5 +8637 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f removal_fifo 2019-03-20 06:49:01 2019-03-20 07:12:16 stock product.removal 1 +8638 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f removal_lifo 2019-03-20 06:49:01 2019-03-20 07:12:16 stock product.removal 2 +8639 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_locations 2019-03-20 06:49:01 2019-03-20 07:12:16 stock stock.location 1 +8640 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_locations_partner 2019-03-20 06:49:01 2019-03-20 07:12:16 stock stock.location 2 +8641 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_locations_virtual 2019-03-20 06:49:01 2019-03-20 07:12:16 stock stock.location 3 +8642 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_scrapped 2019-03-20 06:49:01 2019-03-20 07:12:16 stock stock.location 4 +8643 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f location_inventory 2019-03-20 06:49:02 2019-03-20 07:12:16 stock stock.location 5 +8644 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f location_procurement 2019-03-20 06:49:02 2019-03-20 07:12:16 stock stock.location 6 +8645 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f location_production 2019-03-20 06:49:02 2019-03-20 07:12:16 stock stock.location 7 +8646 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_suppliers 2019-03-20 06:49:02 2019-03-20 07:12:16 stock stock.location 8 +8647 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_customers 2019-03-20 06:49:02 2019-03-20 07:12:16 stock stock.location 9 +8648 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f stock_location_inter_wh 2019-03-20 06:49:02 2019-03-20 07:12:16 stock stock.location 10 +8667 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_EXW 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 1 +8668 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_FCA 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 2 +8669 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_FAS 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 3 +8670 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_FOB 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 4 +8671 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_CFR 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 5 +8672 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_CIF 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 6 +8673 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_CPT 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 7 +8674 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_CIP 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 8 +8675 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DAF 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 9 +8676 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DES 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 10 +8677 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DEQ 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 11 +8678 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DDU 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 12 +8679 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DAT 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 13 +8680 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DAP 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 14 +8681 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f incoterm_DDP 2019-03-20 06:49:03 2019-03-20 07:12:17 stock stock.incoterms 15 +8686 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f inventory_planner 2019-03-20 06:49:04 2019-03-20 07:12:17 stock ir.ui.view 674 +8687 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f planner_inventory 2019-03-20 06:49:04 2019-03-20 07:12:17 stock web.planner 2 +7082 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f view_account_count_report_tree 2019-03-20 06:39:57 2019-03-20 07:12:26 bahmni_account ir.ui.view 506 +7083 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f view_account_count_report_filter 2019-03-20 06:39:57 2019-03-20 07:12:26 bahmni_account ir.ui.view 507 +7084 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f action_search_account_count_reports 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.actions.act_window 237 +7085 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f menu_action_search_account_count_reports 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.ui.menu 144 +7086 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f view_account_report_tree 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.ui.view 508 +7087 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f view_account_report_filter 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.ui.view 509 +7088 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f action_search_account_reports 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.actions.act_window 238 +7089 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f menu_action_search_account_reports 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.ui.menu 145 +7090 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f access_account_count_report_account_user 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.model.access 287 +7091 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f view_account_payment_form_inherit 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.ui.view 510 +7092 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f view_register_payment_inherit 2019-03-20 06:39:57 2019-03-20 07:12:27 bahmni_account ir.ui.view 511 +6569 1 2019-03-20 06:39:13.995111 2019-03-20 07:12:25.853647 1 f report_invoice_document 2019-03-20 06:39:30 2019-03-20 07:12:27 account ir.ui.view 433 +8713 1 2019-03-20 06:49:12.244409 2019-03-20 07:12:33.39407 1 f view_move_form_expiry 2019-03-20 06:49:12 2019-03-20 07:12:33 product_expiry ir.ui.view 676 +8714 1 2019-03-20 06:49:12.244409 2019-03-20 07:12:33.39407 1 f view_product_form_expiry 2019-03-20 06:49:12 2019-03-20 07:12:33 product_expiry ir.ui.view 677 +8715 1 2019-03-20 06:49:12.244409 2019-03-20 07:12:33.39407 1 f view_quant_form_expiry 2019-03-20 06:49:12 2019-03-20 07:12:33 product_expiry ir.ui.view 678 +8716 1 2019-03-20 06:49:12.244409 2019-03-20 07:12:33.39407 1 f report_delivery_document_inherit_product_expiry 2019-03-20 06:49:12 2019-03-20 07:12:33 product_expiry ir.ui.view 679 +8717 1 2019-03-20 06:49:12.244409 2019-03-20 07:12:33.39407 1 f removal_fefo 2019-03-20 06:49:12 2019-03-20 07:12:33 product_expiry product.removal 3 +8324 1 2019-03-20 06:48:43.692344 2019-03-20 07:12:37.020962 1 f group_stock_manager 2019-03-20 06:48:45 2019-03-20 07:12:37 stock res.groups 40 +8788 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f group_inventory_valuation 2019-03-20 06:49:16 2019-03-20 07:12:38 stock_account res.groups 46 +8790 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_account_invoice_user 2019-03-20 06:49:16 2019-03-20 07:12:38 stock_account ir.model.access 429 +8791 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_account_invoice_line_user 2019-03-20 06:49:16 2019-03-20 07:12:38 stock_account ir.model.access 430 +8792 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_account_invoice_tax_user 2019-03-20 06:49:16 2019-03-20 07:12:38 stock_account ir.model.access 431 +8793 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_account_journal_user 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.model.access 432 +8794 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_account_account_stock_manager 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.model.access 433 +8795 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_stock_history_stock_manager 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.model.access 434 +8796 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_stock_picking_invoicing_payments 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.model.access 435 +8797 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f access_stock_move_invoicing_payments 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.model.access 436 +8798 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_change_standard_price 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.ui.view 680 +8799 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f action_view_change_standard_price 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.actions.act_window 318 +8800 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_wizard_valuation_history 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.ui.view 681 +8801 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f action_wizard_stock_valuation_history 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.actions.act_window 319 +8802 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f menu_action_wizard_valuation_history 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.ui.menu 227 +8803 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_category_property_form 2019-03-20 06:49:16 2019-03-20 07:12:39 stock_account ir.ui.view 682 +8804 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_template_property_form 2019-03-20 06:49:16 2019-03-20 07:12:40 stock_account ir.ui.view 683 +8805 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f product_variant_easy_edit_view_inherit 2019-03-20 06:49:16 2019-03-20 07:12:40 stock_account ir.ui.view 684 +8806 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_inventory_form_inherit 2019-03-20 06:49:17 2019-03-20 07:12:40 stock_account ir.ui.view 685 +8807 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_location_form_inherit 2019-03-20 06:49:17 2019-03-20 07:12:40 stock_account ir.ui.view 686 +8808 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_picking_inherit_form2 2019-03-20 06:49:17 2019-03-20 07:12:40 stock_account ir.ui.view 687 +8809 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_stock_config_settings_inherit 2019-03-20 06:49:17 2019-03-20 07:12:41 stock_account ir.ui.view 688 +8810 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_stock_history_report_tree 2019-03-20 06:49:17 2019-03-20 07:12:41 stock_account ir.ui.view 689 +8811 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_stock_history_report_pivot 2019-03-20 06:49:17 2019-03-20 07:12:41 stock_account ir.ui.view 690 +8812 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_stock_history_report_graph 2019-03-20 06:49:17 2019-03-20 07:12:41 stock_account ir.ui.view 691 +8813 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f view_stock_history_report_search 2019-03-20 06:49:17 2019-03-20 07:12:41 stock_account ir.ui.view 692 +8814 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f action_stock_history 2019-03-20 06:49:17 2019-03-20 07:12:41 stock_account ir.actions.act_window 320 +8849 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f manufacturer_partner_view 2019-03-20 06:49:20 2019-03-20 07:12:45 bahmni_product ir.ui.view 693 +8850 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f manufacturer_product_suppliernfo 2019-03-20 06:49:20 2019-03-20 07:12:45 bahmni_product ir.ui.view 694 +8851 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f inherit_product_template_form_view_procurement_button 2019-03-20 06:49:20 2019-03-20 07:12:46 bahmni_product ir.ui.view 695 +8852 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f inherit_view_stock_product_template_tree 2019-03-20 06:49:20 2019-03-20 07:12:46 bahmni_product ir.ui.view 696 +8853 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f inherit_view_stock_product_tree 2019-03-20 06:49:20 2019-03-20 07:12:46 bahmni_product ir.ui.view 697 +8854 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f inherit_product_form_view_procurement_button 2019-03-20 06:49:21 2019-03-20 07:12:47 bahmni_product ir.ui.view 698 +8855 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f mrp_product_template_form_view 2019-03-20 06:49:21 2019-03-20 07:12:47 bahmni_product ir.ui.view 699 +8856 1 2019-03-20 06:49:20.167638 2019-03-20 07:12:45.348269 1 f inherit_product_template_search_view 2019-03-20 06:49:21 2019-03-20 07:12:47 bahmni_product ir.ui.view 700 +9312 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f group_purchase_manager 2019-03-20 06:51:50 2019-03-20 07:12:54 purchase res.groups 52 +9313 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f group_analytic_accounting 2019-03-20 06:51:51 2019-03-20 07:12:54 purchase res.groups 53 +9314 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f group_manage_vendor_price 2019-03-20 06:51:51 2019-03-20 07:12:55 purchase res.groups 54 +9315 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f group_warning_purchase 2019-03-20 06:51:52 2019-03-20 07:12:55 purchase res.groups 55 +9319 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order 2019-03-20 06:51:52 2019-03-20 07:12:56 purchase ir.model.access 463 +9320 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_manager 2019-03-20 06:51:52 2019-03-20 07:12:56 purchase ir.model.access 464 +9321 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_line 2019-03-20 06:51:52 2019-03-20 07:12:56 purchase ir.model.access 465 +9323 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_location_purchase_user 2019-03-20 06:51:52 2019-03-20 07:12:56 purchase ir.model.access 467 +9324 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_warehouse_purchase_user 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 468 +9325 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_picking_purchase_user 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 469 +9326 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_move_purchase_user 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 470 +9327 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_stock_worker 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 471 +9328 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_line_stock_worker 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 472 +9329 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_tax_purchase_user 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 473 +9331 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_report_purchase_order_user 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 475 +9322 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_line_manager 2019-03-20 06:51:52 2019-03-20 07:12:56 purchase ir.model.access 466 +9332 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_location_purchase_user_manager 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 476 +9333 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_warehouse_purchase_user_manager 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 477 +9334 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_picking_purchase_user_manager 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 478 +9335 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_move_purchase_user_manager 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 479 +9336 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_tax_purchase_user_manager 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 480 +9337 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_product_purchase_user 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 481 +9338 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_product_purchase_manager 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 482 +9339 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_template_purchase_user 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 483 +9341 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_invoice_purchase 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 485 +9342 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_invoice_line_purchase 2019-03-20 06:51:53 2019-03-20 07:12:57 purchase ir.model.access 486 +9343 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_invoice_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 487 +9344 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_invoice_line_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 488 +9345 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_invoice_tax_purchase 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 489 +9346 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_fiscal_position_purchase_user 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 490 +9347 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_res_partner_purchase_user 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 491 +9348 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_journal 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 492 +9349 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_journal_manager 2019-03-20 06:51:54 2019-03-20 07:12:57 purchase ir.model.access 493 +9350 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_move 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 494 +9351 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_move_line 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 495 +9352 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_analytic_line 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 496 +9353 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_res_partner_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 497 +9354 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_uom_categ_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 498 +9355 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_uom_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 499 +9356 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_category_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 500 +9340 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_template_purchase_manager 2019-03-20 06:51:53 2019-03-20 07:12:58 purchase ir.model.access 484 +9357 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_packaging_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 501 +9358 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_supplierinfo_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 502 +9359 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_group_res_partner_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 503 +9360 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_pricelist_item_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 504 +9361 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_account_purchase_manager 2019-03-20 06:51:54 2019-03-20 07:12:58 purchase ir.model.access 505 +9362 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_account_journal_purchase_manager 2019-03-20 06:51:55 2019-03-20 07:12:58 purchase ir.model.access 506 +9363 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_location_purchase_manager 2019-03-20 06:51:55 2019-03-20 07:12:58 purchase ir.model.access 507 +9364 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_stock_warehouse_orderpoint_manager 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.model.access 508 +9365 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_price_history_purchase_user 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.model.access 509 +9366 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_product_price_history_purchase_manager 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.model.access 510 +9367 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_invoicing_payments 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.model.access 511 +9368 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_purchase_order_line_invoicing_payments 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.model.access 512 +9369 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_invoice_pending 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.actions.act_window 329 +9370 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_open_invoice 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.actions.act_window 330 +9371 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_invoice_supplier_tree1_view1 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.actions.act_window.view 38 +9372 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_invoice__supplier_tree1_view2 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.actions.act_window.view 39 +9373 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_invoice_supplier_purchase_form 2019-03-20 06:51:55 2019-03-20 07:12:59 purchase ir.ui.view 730 +9374 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_invoice_line_form_inherit_purchase 2019-03-20 06:51:56 2019-03-20 07:12:59 purchase ir.ui.view 731 +9382 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_report_purchase_order 2019-03-20 06:51:56 2019-03-20 07:13:00 purchase ir.actions.report.xml 331 +9383 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f report_purchase_quotation 2019-03-20 06:51:56 2019-03-20 07:13:00 purchase ir.actions.report.xml 332 +9384 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_root 2019-03-20 06:51:56 2019-03-20 07:13:00 purchase ir.ui.menu 237 +9385 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_procurement_management 2019-03-20 06:51:56 2019-03-20 07:13:00 purchase ir.ui.menu 238 +9386 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_procurement_management_supplier_name 2019-03-20 06:51:56 2019-03-20 07:13:00 purchase ir.ui.menu 239 +9387 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_config 2019-03-20 06:51:56 2019-03-20 07:13:00 purchase ir.ui.menu 240 +9388 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_product_pricelist_action2_purchase 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 241 +9389 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_product_in_config_purchase 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 242 +9390 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_product_category_config_purchase 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 243 +9391 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_uom_categ_form_action 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 244 +9392 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_uom_form_action 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 245 +9393 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_control 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 246 +9394 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_action_picking_tree_in_move 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 247 +9395 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_procurement_management_pending_invoice 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 248 +9396 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f product_normal_action_puchased 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.actions.act_window 333 +9397 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_procurement_partner_contact_form 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 249 +9398 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_product_normal_action_puchased 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.ui.menu 250 +9399 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f product_product_action 2019-03-20 06:51:57 2019-03-20 07:13:00 purchase ir.actions.act_window 334 +9400 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f product_product_menu 2019-03-20 06:51:58 2019-03-20 07:13:00 purchase ir.ui.menu 251 +9401 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_calendar 2019-03-20 06:51:58 2019-03-20 07:13:00 purchase ir.ui.view 732 +9402 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_pivot 2019-03-20 06:51:58 2019-03-20 07:13:00 purchase ir.ui.view 733 +9403 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_graph 2019-03-20 06:51:58 2019-03-20 07:13:01 purchase ir.ui.view 734 +9404 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_open_picking 2019-03-20 06:51:58 2019-03-20 07:13:01 purchase ir.actions.act_window 335 +9405 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_form 2019-03-20 06:51:58 2019-03-20 07:13:01 purchase ir.ui.view 735 +9406 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_purchase_order_filter 2019-03-20 06:51:58 2019-03-20 07:13:01 purchase ir.ui.view 736 +9407 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_purchase_order_kanban 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.ui.view 737 +9408 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_tree 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.ui.view 738 +9409 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_action_generic 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.actions.act_window 336 +9410 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_rfq 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.actions.act_window 337 +9411 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_rfq 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.ui.menu 252 +9412 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_form_action 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.actions.act_window 338 +9413 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_form_action 2019-03-20 06:51:59 2019-03-20 07:13:01 purchase ir.ui.menu 253 +9414 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_line_tree 2019-03-20 06:52:00 2019-03-20 07:13:01 purchase ir.ui.view 739 +9415 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_line_form2 2019-03-20 06:52:00 2019-03-20 07:13:02 purchase ir.ui.view 740 +9416 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_order_line_search 2019-03-20 06:52:00 2019-03-20 07:13:02 purchase ir.ui.view 741 +9417 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_procurement_form_inherit 2019-03-20 06:52:00 2019-03-20 07:13:02 purchase ir.ui.view 742 +9418 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_product_supplier_inherit 2019-03-20 06:52:00 2019-03-20 07:13:02 purchase ir.ui.view 743 +9419 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_category_property_form 2019-03-20 06:52:01 2019-03-20 07:13:03 purchase ir.ui.view 744 +9420 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_purchase_line_product_tree 2019-03-20 06:52:01 2019-03-20 07:13:03 purchase ir.actions.act_window 339 +9421 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_product_account_purchase_ok_form 2019-03-20 06:52:01 2019-03-20 07:13:03 purchase ir.ui.view 745 +9422 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_product_template_purchase_buttons_from 2019-03-20 06:52:02 2019-03-20 07:13:04 purchase ir.ui.view 746 +9423 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f product_template_form_view 2019-03-20 06:52:02 2019-03-20 07:13:04 purchase ir.ui.view 747 +9424 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f procurement_order_view_form_inherit_purchase 2019-03-20 06:52:02 2019-03-20 07:13:04 purchase ir.ui.view 748 +9425 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f stock_move_purchase 2019-03-20 06:52:02 2019-03-20 07:13:04 purchase ir.ui.view 749 +9426 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_warehouse_inherited 2019-03-20 06:52:03 2019-03-20 07:13:05 purchase ir.ui.view 750 +9427 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_partner_property_form 2019-03-20 06:52:03 2019-03-20 07:13:05 purchase ir.ui.view 751 +9428 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f act_res_partner_2_purchase_order 2019-03-20 06:52:03 2019-03-20 07:13:05 purchase ir.actions.act_window 340 +9429 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_partner_kanban_view 2019-03-20 06:52:03 2019-03-20 07:13:05 purchase ir.ui.view 752 +9430 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f act_res_partner_2_supplier_invoices 2019-03-20 06:52:03 2019-03-20 07:13:05 purchase ir.actions.act_window 341 +9431 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f res_partner_view_purchase_buttons 2019-03-20 06:52:04 2019-03-20 07:13:06 purchase ir.ui.view 753 +9432 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f res_partner_view_purchase_account_buttons 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.ui.view 754 +9433 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_purchase_order_pivot 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.ui.view 755 +9434 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_purchase_order_graph 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.ui.view 756 +9435 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f filter_purchase_order_monthly_purchases 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.filters 10 +9436 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f filter_purchase_order_price_per_supplier 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.filters 11 +9437 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f filter_purchase_order_average_delivery_time 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.filters 12 +9438 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_purchase_order_search 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.ui.view 757 +9439 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_purchase_order_report_all 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.actions.act_window 342 +9440 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f purchase_report 2019-03-20 06:52:05 2019-03-20 07:13:06 purchase ir.ui.menu 254 +9443 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_purchase_configuration 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.ui.view 758 +9444 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f action_purchase_configuration 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.actions.act_window 343 +9445 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f menu_purchase_general_settings 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.ui.menu 255 +9446 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f view_account_config 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.ui.view 759 +9447 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f report_purchaseorder_document 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.ui.view 760 +9448 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f report_purchaseorder 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.ui.view 761 +9449 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f report_purchasequotation_document 2019-03-20 06:52:06 2019-03-20 07:13:07 purchase ir.ui.view 762 +9450 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f report_purchasequotation 2019-03-20 06:52:06 2019-03-20 07:13:08 purchase ir.ui.view 763 +8892 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f group_route_so_lines 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock res.groups 47 +8893 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_picking_salesman 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 437 +8894 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_move_salesman 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 438 +8895 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_move_manager 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 439 +8896 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_procurement_salesman 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 440 +8897 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_procurement_manager 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 441 +8898 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_sale_order_stock_worker 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 442 +8899 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_sale_order_line_stock_worker 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 443 +8900 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_picking_sales 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 444 +8901 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_product_packaging_user 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 445 +8902 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_product_packaging_manager 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 446 +8903 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_warehouse_user 2019-03-20 06:49:25 2019-03-20 07:13:16 sale_stock ir.model.access 447 +8904 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_location_user 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 448 +8905 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_product_packaging_sale_manager 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 449 +8906 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_warehouse_orderpoint_sale_salesman 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 450 +8907 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_account_partial_reconcile 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 451 +8908 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_account_journal 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 452 +8909 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_location_sale_manager 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 453 +8910 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_procurement_rule_salemanager 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 454 +8911 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_location_path_sale_manager 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 455 +8912 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_stock_location_path 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 456 +8913 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f access_procurement_rule 2019-03-20 06:49:25 2019-03-20 07:13:17 sale_stock ir.model.access 457 +8914 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f view_order_form_inherit_sale_stock 2019-03-20 06:49:26 2019-03-20 07:13:17 sale_stock ir.ui.view 701 +8915 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f view_order_line_tree_inherit_sale_stock 2019-03-20 06:49:26 2019-03-20 07:13:17 sale_stock ir.ui.view 702 +8916 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f assets_backend 2019-03-20 06:49:26 2019-03-20 07:13:18 sale_stock ir.ui.view 703 +2914 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_filters_admin_all_rights_rule 2019-03-20 06:35:48 2019-03-20 06:35:48 base ir.rule 11 +2915 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_filters_employee_rule 2019-03-20 06:35:48 2019-03-20 06:35:48 base ir.rule 12 +2916 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_filters_delete_own_rule 2019-03-20 06:35:48 2019-03-20 06:35:48 base ir.rule 13 +2917 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t ir_filters_portal_public_rule 2019-03-20 06:35:48 2019-03-20 06:35:48 base ir.rule 14 +8917 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f menu_aftersale 2019-03-20 06:49:26 2019-03-20 07:13:18 sale_stock ir.ui.menu 228 +8918 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f menu_invoiced 2019-03-20 06:49:26 2019-03-20 07:13:18 sale_stock ir.ui.menu 229 +8919 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f stock_location_route_form_view_inherit_sale_stock 2019-03-20 06:49:26 2019-03-20 07:13:18 sale_stock ir.ui.view 704 +8920 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f view_stock_return_picking_form_inherit_sale_stock 2019-03-20 06:49:26 2019-03-20 07:13:18 sale_stock ir.ui.view 705 +8921 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f view_sales_config_inherit_sale_stock 2019-03-20 06:49:26 2019-03-20 07:13:18 sale_stock ir.ui.view 706 +8922 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f invoice_form_inherit_sale_stock 2019-03-20 06:49:26 2019-03-20 07:13:19 sale_stock ir.ui.view 707 +8923 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f report_invoice_document_inherit_sale_stock 2019-03-20 06:49:27 2019-03-20 07:13:19 sale_stock ir.ui.view 708 +8924 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f report_saleorder_document_inherit_sale_stock 2019-03-20 06:49:27 2019-03-20 07:13:19 sale_stock ir.ui.view 709 +8925 1 2019-03-20 06:49:24.649881 2019-03-20 07:13:15.020171 1 f report_delivery_document_inherit_sale_stock 2019-03-20 06:49:27 2019-03-20 07:13:19 sale_stock ir.ui.view 710 +8993 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f group_allow_change_so_charge 2019-03-20 06:49:30 2019-03-20 07:13:23 bahmni_sale res.groups 49 +8995 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f assets_backend 2019-03-20 06:49:31 2019-03-20 07:13:24 bahmni_sale ir.ui.view 711 +8996 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f tree_village_village 2019-03-20 06:49:31 2019-03-20 07:13:24 bahmni_sale ir.ui.view 712 +8997 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f form_village_village 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 713 +8998 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f action_village_village 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.actions.act_window 321 +8999 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f menu_village_village 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.menu 230 +9000 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f tree_state_district 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 714 +9001 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f form_state_district 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 715 +9002 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f action_state_district 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.actions.act_window 322 +9003 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f menu_state_district 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.menu 231 +9004 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f tree_district_tehsil 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 716 +9005 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f form_district_tehsil 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 717 +9006 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f action_district_tehsil 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.actions.act_window 323 +9007 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f menu_district_tehsil 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.menu 232 +9008 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f inherit_sale_order_form 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 718 +7563 1 2019-03-20 06:48:18.928036 2019-03-20 07:13:22.695216 1 f action_quotations 2019-03-20 06:48:28 2019-03-20 07:13:25 sale ir.actions.act_window 250 +7564 1 2019-03-20 06:48:18.928036 2019-03-20 07:13:22.695216 1 f menu_sale_quotations 2019-03-20 06:48:28 2019-03-20 07:13:25 sale ir.ui.menu 183 +9009 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f inherit_view_sales_config 2019-03-20 06:49:31 2019-03-20 07:13:25 bahmni_sale ir.ui.view 719 +9492 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f tree_batch_future_forecast 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.view 770 +9493 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f search_stock_batch_future_forecast 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.view 771 +9494 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f action_batch_stock_future_forecast 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.actions.act_window 344 +9495 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f menu_stock_batch_future_forecast 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.menu 256 +9496 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f tree_stock_report_prod_by_last_moved 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.view 772 +9497 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f action_stock_report_prod_by_last_moved 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.actions.act_window 345 +9498 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f menu_stock_report_prod_by_last_moved 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.menu 257 +9499 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f report_payment_document 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.view 773 +9500 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f report_account_payment_template 2019-03-20 06:52:12 2019-03-20 07:13:31 bahmni_stock ir.ui.view 774 +9501 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f report_account_payment 2019-03-20 06:52:12 2019-03-20 07:13:31 bahmni_stock ir.actions.report.xml 346 +9502 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f stock_batch_future_forecast_user 2019-03-20 06:52:12 2019-03-20 07:13:31 bahmni_stock ir.model.access 513 +9113 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f tree_event_records 2019-03-20 06:49:39 2019-03-20 07:13:37 bahmni_atom_feed ir.ui.view 720 +9114 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f action_event_records 2019-03-20 06:49:39 2019-03-20 07:13:37 bahmni_atom_feed ir.actions.act_window 324 +9115 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f menu_event_records 2019-03-20 06:49:39 2019-03-20 07:13:37 bahmni_atom_feed ir.ui.menu 233 +9116 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f inherit_partner_view_locate_village 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 721 +9117 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f res_company_country_required 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 722 +9118 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f form_stock_location_product_dhis2 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 723 +9119 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f action_bahmni_dhis2_code_export 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.actions.act_window 325 +9120 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f tree_order_type 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 724 +9121 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f form_order_type 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 725 +9122 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f action_order_type 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.actions.act_window 326 +9123 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f menu_order_type 2019-03-20 06:49:39 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.menu 234 +9124 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f tree_order_picking_type_mapping 2019-03-20 06:49:40 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 726 +9125 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f form_order_picking_type_mapping 2019-03-20 06:49:40 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.view 727 +9126 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f action_order_picking_type_mapping 2019-03-20 06:49:40 2019-03-20 07:13:38 bahmni_atom_feed ir.actions.act_window 327 +9127 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f menu_order_picking_type_mapping 2019-03-20 06:49:40 2019-03-20 07:13:38 bahmni_atom_feed ir.ui.menu 235 +9128 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f form_syncable_units 2019-03-20 06:49:40 2019-03-20 07:13:39 bahmni_atom_feed ir.ui.view 728 +9129 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f tree_syncable_units 2019-03-20 06:49:40 2019-03-20 07:13:39 bahmni_atom_feed ir.ui.view 729 +9130 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f action_syncable_units 2019-03-20 06:49:40 2019-03-20 07:13:39 bahmni_atom_feed ir.actions.act_window 328 +9131 1 2019-03-20 06:49:38.976295 2019-03-20 07:13:37.524815 1 f menu_syncable_units 2019-03-20 06:49:40 2019-03-20 07:13:39 bahmni_atom_feed ir.ui.menu 236 +9529 1 2019-03-20 06:52:15.503071 2019-03-20 07:13:42.090769 1 f tree_price_markup_table 2019-03-20 06:52:15 2019-03-20 07:13:42 bahmni_purchase ir.ui.view 777 +9530 1 2019-03-20 06:52:15.503071 2019-03-20 07:13:42.090769 1 f action_price_markup_table 2019-03-20 06:52:15 2019-03-20 07:13:42 bahmni_purchase ir.actions.act_window 347 +9531 1 2019-03-20 06:52:15.503071 2019-03-20 07:13:42.090769 1 f menu_price_markup_table 2019-03-20 06:52:15 2019-03-20 07:13:42 bahmni_purchase ir.ui.menu 258 +2947 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_constraint_list 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.view 43 +3189 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_title_madam 2019-03-20 06:36:02 2019-03-20 06:36:02 base res.partner.title 1 +3190 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_title_miss 2019-03-20 06:36:02 2019-03-20 06:36:02 base res.partner.title 2 +3191 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_title_mister 2019-03-20 06:36:02 2019-03-20 06:36:02 base res.partner.title 3 +3192 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_title_doctor 2019-03-20 06:36:03 2019-03-20 06:36:03 base res.partner.title 4 +3193 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_partner_title_prof 2019-03-20 06:36:03 2019-03-20 06:36:03 base res.partner.title 5 +3194 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t req_link_partner 2019-03-20 06:36:03 2019-03-20 06:36:03 base res.request.link 1 +3200 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_company_rule_portal 2019-03-20 06:36:03 2019-03-20 06:36:03 base ir.rule 16 +3201 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_company_rule_employee 2019-03-20 06:36:03 2019-03-20 06:36:03 base ir.rule 17 +3202 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_company_rule_public 2019-03-20 06:36:03 2019-03-20 06:36:03 base ir.rule 18 +3203 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_company_rule_erp_manager 2019-03-20 06:36:03 2019-03-20 06:36:03 base ir.rule 19 +3204 1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 t res_users_rule 2019-03-20 06:36:03 2019-03-20 06:36:03 base ir.rule 20 +3312 \N \N \N \N \N model_res_users 2019-03-20 06:36:13.63166 2019-03-20 06:36:13.63166 auth_crypt ir.model 91 +3313 \N \N \N \N \N field_res_users_password_crypt 2019-03-20 06:36:13.63166 2019-03-20 06:36:13.63166 auth_crypt ir.model.fields 1248 +3314 \N \N \N \N \N model_ir_http 2019-03-20 06:36:18.486837 2019-03-20 06:36:18.486837 web ir.model 54 +3332 \N \N \N \N \N model_ir_attachment 2019-03-20 06:36:20.793298 2019-03-20 06:36:20.793298 web_editor ir.model 26 +3333 \N \N \N \N \N field_ir_attachment_local_url 2019-03-20 06:36:20.793298 2019-03-20 06:36:20.793298 web_editor ir.model.fields 1249 +3334 \N \N \N \N \N model_ir_qweb 2019-03-20 06:36:21.035616 2019-03-20 06:36:21.035616 web_editor ir.model 53 +3335 \N \N \N \N \N model_ir_qweb_field 2019-03-20 06:36:21.040191 2019-03-20 06:36:21.040191 web_editor ir.model 38 +3336 \N \N \N \N \N model_ir_qweb_field_integer 2019-03-20 06:36:21.045943 2019-03-20 06:36:21.045943 web_editor ir.model 39 +3337 \N \N \N \N \N model_ir_qweb_field_float 2019-03-20 06:36:21.051221 2019-03-20 06:36:21.051221 web_editor ir.model 40 +3338 \N \N \N \N \N model_ir_qweb_field_many2one 2019-03-20 06:36:21.054356 2019-03-20 06:36:21.054356 web_editor ir.model 45 +3339 \N \N \N \N \N model_ir_qweb_field_contact 2019-03-20 06:36:21.059421 2019-03-20 06:36:21.059421 web_editor ir.model 51 +3340 \N \N \N \N \N model_ir_qweb_field_date 2019-03-20 06:36:21.069545 2019-03-20 06:36:21.069545 web_editor ir.model 41 +3341 \N \N \N \N \N model_ir_qweb_field_datetime 2019-03-20 06:36:21.075 2019-03-20 06:36:21.075 web_editor ir.model 42 +3342 \N \N \N \N \N model_ir_qweb_field_text 2019-03-20 06:36:21.083602 2019-03-20 06:36:21.083602 web_editor ir.model 43 +3343 \N \N \N \N \N model_ir_qweb_field_selection 2019-03-20 06:36:21.086693 2019-03-20 06:36:21.086693 web_editor ir.model 44 +3344 \N \N \N \N \N model_ir_qweb_field_html 2019-03-20 06:36:21.09073 2019-03-20 06:36:21.09073 web_editor ir.model 46 +3345 \N \N \N \N \N model_ir_qweb_field_image 2019-03-20 06:36:21.09957 2019-03-20 06:36:21.09957 web_editor ir.model 47 +3346 \N \N \N \N \N model_ir_qweb_field_monetary 2019-03-20 06:36:21.10308 2019-03-20 06:36:21.10308 web_editor ir.model 48 +3347 \N \N \N \N \N model_ir_qweb_field_duration 2019-03-20 06:36:21.108677 2019-03-20 06:36:21.108677 web_editor ir.model 49 +3348 \N \N \N \N \N model_ir_qweb_field_relative 2019-03-20 06:36:21.118173 2019-03-20 06:36:21.118173 web_editor ir.model 50 +3349 \N \N \N \N \N model_ir_qweb_field_qweb 2019-03-20 06:36:21.121907 2019-03-20 06:36:21.121907 web_editor ir.model 52 +3350 \N \N \N \N \N model_ir_ui_view 2019-03-20 06:36:21.12795 2019-03-20 06:36:21.12795 web_editor ir.model 15 +3351 \N \N \N \N \N model_ir_http 2019-03-20 06:36:21.189182 2019-03-20 06:36:21.189182 web_editor ir.model 54 +3352 \N \N \N \N \N model_ir_translation 2019-03-20 06:36:21.194941 2019-03-20 06:36:21.194941 web_editor ir.model 30 +3353 \N \N \N \N \N model_web_editor_converter_test 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model 96 +3354 \N \N \N \N \N field_web_editor_converter_test_binary 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1250 +3355 \N \N \N \N \N field_web_editor_converter_test___last_update 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1251 +3356 \N \N \N \N \N field_web_editor_converter_test_selection 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1252 +3357 \N \N \N \N \N field_web_editor_converter_test_display_name 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1253 +3358 \N \N \N \N \N field_web_editor_converter_test_create_uid 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1254 +3359 \N \N \N \N \N field_web_editor_converter_test_text 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1255 +3360 \N \N \N \N \N field_web_editor_converter_test_float 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1256 +3361 \N \N \N \N \N field_web_editor_converter_test_numeric 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1257 +3362 \N \N \N \N \N field_web_editor_converter_test_datetime 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1258 +3363 \N \N \N \N \N field_web_editor_converter_test_char 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1259 +3364 \N \N \N \N \N field_web_editor_converter_test_create_date 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1260 +3365 \N \N \N \N \N field_web_editor_converter_test_html 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1261 +3366 \N \N \N \N \N field_web_editor_converter_test_selection_str 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1262 +3367 \N \N \N \N \N field_web_editor_converter_test_write_date 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1263 +3368 \N \N \N \N \N field_web_editor_converter_test_many2one 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1264 +3369 \N \N \N \N \N field_web_editor_converter_test_date 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1265 +3315 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f less_helpers 2019-03-20 06:36:18 2019-03-20 07:09:18 web ir.ui.view 161 +3316 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f assets_common 2019-03-20 06:36:18 2019-03-20 07:09:18 web ir.ui.view 162 +3317 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f assets_backend 2019-03-20 06:36:18 2019-03-20 07:09:18 web ir.ui.view 163 +3318 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f assets_frontend 2019-03-20 06:36:18 2019-03-20 07:09:18 web ir.ui.view 164 +3319 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f layout 2019-03-20 06:36:18 2019-03-20 07:09:18 web ir.ui.view 165 +3320 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f login_layout 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 166 +3321 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f login 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 167 +3322 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f menu 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 168 +3323 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f menu_secondary 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 169 +3324 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f menu_secondary_submenu 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 170 +3325 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f menu_link 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 171 +3330 1 2019-03-20 06:36:20.238048 2019-03-20 07:09:22.870427 1 f assets_backend 2019-03-20 06:36:20 2019-03-20 07:09:23 web_calendar ir.ui.view 176 +3331 1 2019-03-20 06:36:20.58574 2019-03-20 07:09:23.526788 1 f assets_backend 2019-03-20 06:36:20 2019-03-20 07:09:23 web_diagram ir.ui.view 177 +3370 \N \N \N \N \N field_web_editor_converter_test_integer 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1266 +3371 \N \N \N \N \N field_web_editor_converter_test_write_uid 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1267 +3372 \N \N \N \N \N field_web_editor_converter_test_id 2019-03-20 06:36:21.233423 2019-03-20 06:36:21.233423 web_editor ir.model.fields 1268 +3373 \N \N \N \N \N model_web_editor_converter_test_sub 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model 97 +3374 \N \N \N \N \N field_web_editor_converter_test_sub_create_uid 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1269 +3375 \N \N \N \N \N field_web_editor_converter_test_sub_create_date 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1270 +3376 \N \N \N \N \N field_web_editor_converter_test_sub_name 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1271 +3377 \N \N \N \N \N field_web_editor_converter_test_sub___last_update 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1272 +3378 \N \N \N \N \N field_web_editor_converter_test_sub_write_uid 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1273 +3379 \N \N \N \N \N field_web_editor_converter_test_sub_write_date 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1274 +3380 \N \N \N \N \N field_web_editor_converter_test_sub_display_name 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1275 +3381 \N \N \N \N \N field_web_editor_converter_test_sub_id 2019-03-20 06:36:21.359706 2019-03-20 06:36:21.359706 web_editor ir.model.fields 1276 +3398 \N \N \N \N \N model_web_planner 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model 98 +3399 \N \N \N \N \N field_web_planner_menu_id 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1277 +3400 \N \N \N \N \N field_web_planner_create_uid 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1278 +3401 \N \N \N \N \N field_web_planner_display_name 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1279 +3402 \N \N \N \N \N field_web_planner_name 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1280 +3403 \N \N \N \N \N field_web_planner___last_update 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1281 +3404 \N \N \N \N \N field_web_planner_planner_application 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1282 +3405 \N \N \N \N \N field_web_planner_view_id 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1283 +3406 \N \N \N \N \N field_web_planner_write_uid 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1284 +3407 \N \N \N \N \N field_web_planner_create_date 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1285 +3408 \N \N \N \N \N field_web_planner_write_date 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1286 +3409 \N \N \N \N \N field_web_planner_active 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1287 +3410 \N \N \N \N \N field_web_planner_progress 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1288 +3411 \N \N \N \N \N field_web_planner_data 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1289 +3412 \N \N \N \N \N field_web_planner_id 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1290 +3413 \N \N \N \N \N field_web_planner_tooltip_planner 2019-03-20 06:36:23.301317 2019-03-20 06:36:23.301317 web_planner ir.model.fields 1291 +3428 \N \N \N \N \N model_ir_http 2019-03-20 06:36:24.790939 2019-03-20 06:36:24.790939 web_tour ir.model 54 +3429 \N \N \N \N \N model_ir_ui_menu 2019-03-20 06:36:24.922696 2019-03-20 06:36:24.922696 web_tour ir.model 13 +3430 \N \N \N \N \N field_ir_ui_menu_load_xmlid 2019-03-20 06:36:24.922696 2019-03-20 06:36:24.922696 web_tour ir.model.fields 1292 +3431 \N \N \N \N \N model_web_tour_tour 2019-03-20 06:36:24.956941 2019-03-20 06:36:24.956941 web_tour ir.model 99 +3432 \N \N \N \N \N field_web_tour_tour_display_name 2019-03-20 06:36:24.956941 2019-03-20 06:36:24.956941 web_tour ir.model.fields 1293 +3433 \N \N \N \N \N field_web_tour_tour___last_update 2019-03-20 06:36:24.956941 2019-03-20 06:36:24.956941 web_tour ir.model.fields 1294 +3434 \N \N \N \N \N field_web_tour_tour_user_id 2019-03-20 06:36:24.956941 2019-03-20 06:36:24.956941 web_tour ir.model.fields 1295 +3435 \N \N \N \N \N field_web_tour_tour_name 2019-03-20 06:36:24.956941 2019-03-20 06:36:24.956941 web_tour ir.model.fields 1296 +3397 1 2019-03-20 06:36:23.072907 2019-03-20 07:09:26.790437 1 f assets_backend 2019-03-20 06:36:23 2019-03-20 07:09:26 web_kanban ir.ui.view 191 +3414 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f access_planner_emp 2019-03-20 06:36:23 2019-03-20 07:09:27 web_planner ir.model.access 110 +3415 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f access_planner_manager 2019-03-20 06:36:23 2019-03-20 07:09:27 web_planner ir.model.access 111 +3416 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f access_planner_portal 2019-03-20 06:36:23 2019-03-20 07:09:27 web_planner ir.model.access 112 +3417 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f web_planner_rule_portal 2019-03-20 06:36:23 2019-03-20 07:09:27 web_planner ir.rule 21 +3418 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f planner_rule_all 2019-03-20 06:36:23 2019-03-20 07:09:27 web_planner ir.rule 22 +3419 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f assets_backend 2019-03-20 06:36:24 2019-03-20 07:09:27 web_planner ir.ui.view 192 +3420 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f assets_common 2019-03-20 06:36:24 2019-03-20 07:09:27 web_planner ir.ui.view 193 +3421 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f pages 2019-03-20 06:36:24 2019-03-20 07:09:27 web_planner ir.ui.view 194 +3422 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f category 2019-03-20 06:36:24 2019-03-20 07:09:27 web_planner ir.ui.view 195 +3423 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f page 2019-03-20 06:36:24 2019-03-20 07:09:27 web_planner ir.ui.view 196 +3424 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f web_planner_view_tree 2019-03-20 06:36:24 2019-03-20 07:09:28 web_planner ir.ui.view 197 +3425 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f web_planner_view_search 2019-03-20 06:36:24 2019-03-20 07:09:28 web_planner ir.ui.view 198 +3426 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f web_planner_action 2019-03-20 06:36:24 2019-03-20 07:09:28 web_planner ir.actions.act_window 74 +3427 1 2019-03-20 06:36:23.704503 2019-03-20 07:09:27.281163 1 f web_planner_menu 2019-03-20 06:36:24 2019-03-20 07:09:28 web_planner ir.ui.menu 67 +3436 \N \N \N \N \N field_web_tour_tour_id 2019-03-20 06:36:24.956941 2019-03-20 06:36:24.956941 web_tour ir.model.fields 1297 +3444 \N \N \N \N \N model_base_import_import 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model 100 +3445 \N \N \N \N \N field_base_import_import_create_uid 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1298 +3446 \N \N \N \N \N field_base_import_import_display_name 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1299 +3447 \N \N \N \N \N field_base_import_import_write_date 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1300 +3448 \N \N \N \N \N field_base_import_import___last_update 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1301 +3449 \N \N \N \N \N field_base_import_import_file_type 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1302 +3450 \N \N \N \N \N field_base_import_import_file_name 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1303 +3451 \N \N \N \N \N field_base_import_import_write_uid 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1304 +3452 \N \N \N \N \N field_base_import_import_file 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1305 +3453 \N \N \N \N \N field_base_import_import_res_model 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1306 +3454 \N \N \N \N \N field_base_import_import_create_date 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1307 +3455 \N \N \N \N \N field_base_import_import_id 2019-03-20 06:36:25.761462 2019-03-20 06:36:25.761462 base_import ir.model.fields 1308 +3456 \N \N \N \N \N model_base_import_tests_models_char 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model 101 +3457 \N \N \N \N \N field_base_import_tests_models_char_create_uid 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1309 +3458 \N \N \N \N \N field_base_import_tests_models_char_create_date 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1310 +3459 \N \N \N \N \N field_base_import_tests_models_char___last_update 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1311 +3460 \N \N \N \N \N field_base_import_tests_models_char_value 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1312 +3461 \N \N \N \N \N field_base_import_tests_models_char_write_uid 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1313 +3462 \N \N \N \N \N field_base_import_tests_models_char_write_date 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1314 +3463 \N \N \N \N \N field_base_import_tests_models_char_display_name 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1315 +3464 \N \N \N \N \N field_base_import_tests_models_char_id 2019-03-20 06:36:25.981745 2019-03-20 06:36:25.981745 base_import ir.model.fields 1316 +3465 \N \N \N \N \N model_base_import_tests_models_char_required 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model 102 +3466 \N \N \N \N \N field_base_import_tests_models_char_required_create_uid 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1317 +3467 \N \N \N \N \N field_base_import_tests_models_char_required_create_date 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1318 +3468 \N \N \N \N \N field_base_import_tests_models_char_required___last_update 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1319 +3469 \N \N \N \N \N field_base_import_tests_models_char_required_value 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1320 +3470 \N \N \N \N \N field_base_import_tests_models_char_required_write_uid 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1321 +3471 \N \N \N \N \N field_base_import_tests_models_char_required_write_date 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1322 +3472 \N \N \N \N \N field_base_import_tests_models_char_required_display_name 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1323 +3473 \N \N \N \N \N field_base_import_tests_models_char_required_id 2019-03-20 06:36:26.022346 2019-03-20 06:36:26.022346 base_import ir.model.fields 1324 +3474 \N \N \N \N \N model_base_import_tests_models_char_readonly 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model 103 +3475 \N \N \N \N \N field_base_import_tests_models_char_readonly_create_uid 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1325 +3476 \N \N \N \N \N field_base_import_tests_models_char_readonly_create_date 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1326 +3477 \N \N \N \N \N field_base_import_tests_models_char_readonly___last_update 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1327 +3478 \N \N \N \N \N field_base_import_tests_models_char_readonly_value 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1328 +3479 \N \N \N \N \N field_base_import_tests_models_char_readonly_write_uid 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1329 +3480 \N \N \N \N \N field_base_import_tests_models_char_readonly_write_date 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1330 +3481 \N \N \N \N \N field_base_import_tests_models_char_readonly_display_name 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1331 +3482 \N \N \N \N \N field_base_import_tests_models_char_readonly_id 2019-03-20 06:36:26.074644 2019-03-20 06:36:26.074644 base_import ir.model.fields 1332 +3483 \N \N \N \N \N model_base_import_tests_models_char_states 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model 104 +3484 \N \N \N \N \N field_base_import_tests_models_char_states_create_uid 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1333 +3485 \N \N \N \N \N field_base_import_tests_models_char_states_create_date 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1334 +3486 \N \N \N \N \N field_base_import_tests_models_char_states___last_update 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1335 +3487 \N \N \N \N \N field_base_import_tests_models_char_states_value 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1336 +3488 \N \N \N \N \N field_base_import_tests_models_char_states_write_uid 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1337 +3489 \N \N \N \N \N field_base_import_tests_models_char_states_write_date 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1338 +3490 \N \N \N \N \N field_base_import_tests_models_char_states_display_name 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1339 +3491 \N \N \N \N \N field_base_import_tests_models_char_states_id 2019-03-20 06:36:26.148743 2019-03-20 06:36:26.148743 base_import ir.model.fields 1340 +3492 \N \N \N \N \N model_base_import_tests_models_char_noreadonly 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model 105 +3493 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_create_uid 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1341 +3494 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_create_date 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1342 +3673 \N \N \N \N \N field_base_config_settings_rml_header2 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1473 +3495 \N \N \N \N \N field_base_import_tests_models_char_noreadonly___last_update 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1343 +3496 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_value 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1344 +3497 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_write_uid 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1345 +3498 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_write_date 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1346 +3499 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_display_name 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1347 +3500 \N \N \N \N \N field_base_import_tests_models_char_noreadonly_id 2019-03-20 06:36:26.238042 2019-03-20 06:36:26.238042 base_import ir.model.fields 1348 +3501 \N \N \N \N \N model_base_import_tests_models_char_stillreadonly 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model 106 +3502 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_create_uid 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1349 +3503 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_create_date 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1350 +3504 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly___last_update 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1351 +3505 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_value 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1352 +3506 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_write_uid 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1353 +3507 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_write_date 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1354 +3508 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_display_name 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1355 +3509 \N \N \N \N \N field_base_import_tests_models_char_stillreadonly_id 2019-03-20 06:36:26.318124 2019-03-20 06:36:26.318124 base_import ir.model.fields 1356 +3510 \N \N \N \N \N model_base_import_tests_models_m2o 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model 107 +3511 \N \N \N \N \N field_base_import_tests_models_m2o_create_uid 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1357 +3512 \N \N \N \N \N field_base_import_tests_models_m2o_create_date 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1358 +3513 \N \N \N \N \N field_base_import_tests_models_m2o___last_update 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1359 +3514 \N \N \N \N \N field_base_import_tests_models_m2o_value 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1360 +3515 \N \N \N \N \N field_base_import_tests_models_m2o_write_uid 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1361 +3516 \N \N \N \N \N field_base_import_tests_models_m2o_write_date 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1362 +3517 \N \N \N \N \N field_base_import_tests_models_m2o_display_name 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1363 +3518 \N \N \N \N \N field_base_import_tests_models_m2o_id 2019-03-20 06:36:26.420727 2019-03-20 06:36:26.420727 base_import ir.model.fields 1364 +3519 \N \N \N \N \N model_base_import_tests_models_m2o_related 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model 108 +3520 \N \N \N \N \N field_base_import_tests_models_m2o_related_create_uid 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1365 +3521 \N \N \N \N \N field_base_import_tests_models_m2o_related_create_date 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1366 +3522 \N \N \N \N \N field_base_import_tests_models_m2o_related___last_update 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1367 +3523 \N \N \N \N \N field_base_import_tests_models_m2o_related_value 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1368 +3524 \N \N \N \N \N field_base_import_tests_models_m2o_related_write_uid 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1369 +3525 \N \N \N \N \N field_base_import_tests_models_m2o_related_write_date 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1370 +3526 \N \N \N \N \N field_base_import_tests_models_m2o_related_display_name 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1371 +3527 \N \N \N \N \N field_base_import_tests_models_m2o_related_id 2019-03-20 06:36:26.474932 2019-03-20 06:36:26.474932 base_import ir.model.fields 1372 +3528 \N \N \N \N \N model_base_import_tests_models_m2o_required 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model 109 +3529 \N \N \N \N \N field_base_import_tests_models_m2o_required_create_uid 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1373 +3530 \N \N \N \N \N field_base_import_tests_models_m2o_required_create_date 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1374 +3531 \N \N \N \N \N field_base_import_tests_models_m2o_required___last_update 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1375 +3532 \N \N \N \N \N field_base_import_tests_models_m2o_required_value 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1376 +3533 \N \N \N \N \N field_base_import_tests_models_m2o_required_write_uid 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1377 +3534 \N \N \N \N \N field_base_import_tests_models_m2o_required_write_date 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1378 +3535 \N \N \N \N \N field_base_import_tests_models_m2o_required_display_name 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1379 +3536 \N \N \N \N \N field_base_import_tests_models_m2o_required_id 2019-03-20 06:36:26.526746 2019-03-20 06:36:26.526746 base_import ir.model.fields 1380 +3537 \N \N \N \N \N model_base_import_tests_models_m2o_required_related 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model 110 +3538 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_create_uid 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1381 +3539 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_create_date 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1382 +3540 \N \N \N \N \N field_base_import_tests_models_m2o_required_related___last_update 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1383 +3541 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_value 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1384 +3542 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_write_uid 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1385 +3543 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_write_date 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1386 +3544 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_display_name 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1387 +3545 \N \N \N \N \N field_base_import_tests_models_m2o_required_related_id 2019-03-20 06:36:26.577487 2019-03-20 06:36:26.577487 base_import ir.model.fields 1388 +3546 \N \N \N \N \N model_base_import_tests_models_o2m 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model 111 +3547 \N \N \N \N \N field_base_import_tests_models_o2m_create_uid 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1389 +3548 \N \N \N \N \N field_base_import_tests_models_o2m_create_date 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1390 +3549 \N \N \N \N \N field_base_import_tests_models_o2m___last_update 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1391 +3550 \N \N \N \N \N field_base_import_tests_models_o2m_value 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1392 +3551 \N \N \N \N \N field_base_import_tests_models_o2m_write_uid 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1393 +3552 \N \N \N \N \N field_base_import_tests_models_o2m_write_date 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1394 +3553 \N \N \N \N \N field_base_import_tests_models_o2m_display_name 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1395 +3554 \N \N \N \N \N field_base_import_tests_models_o2m_id 2019-03-20 06:36:26.626037 2019-03-20 06:36:26.626037 base_import ir.model.fields 1396 +3555 \N \N \N \N \N model_base_import_tests_models_o2m_child 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model 112 +3556 \N \N \N \N \N field_base_import_tests_models_o2m_child_create_uid 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1397 +3557 \N \N \N \N \N field_base_import_tests_models_o2m_child_create_date 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1398 +3558 \N \N \N \N \N field_base_import_tests_models_o2m_child___last_update 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1399 +3559 \N \N \N \N \N field_base_import_tests_models_o2m_child_value 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1400 +3560 \N \N \N \N \N field_base_import_tests_models_o2m_child_write_uid 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1401 +3561 \N \N \N \N \N field_base_import_tests_models_o2m_child_parent_id 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1402 +3562 \N \N \N \N \N field_base_import_tests_models_o2m_child_write_date 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1403 +3563 \N \N \N \N \N field_base_import_tests_models_o2m_child_display_name 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1404 +3564 \N \N \N \N \N field_base_import_tests_models_o2m_child_id 2019-03-20 06:36:26.675022 2019-03-20 06:36:26.675022 base_import ir.model.fields 1405 +3565 \N \N \N \N \N model_base_import_tests_models_preview 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model 113 +3566 \N \N \N \N \N field_base_import_tests_models_preview_create_uid 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1406 +3567 \N \N \N \N \N field_base_import_tests_models_preview_othervalue 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1407 +3568 \N \N \N \N \N field_base_import_tests_models_preview_display_name 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1408 +3569 \N \N \N \N \N field_base_import_tests_models_preview_name 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1409 +3570 \N \N \N \N \N field_base_import_tests_models_preview___last_update 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1410 +3571 \N \N \N \N \N field_base_import_tests_models_preview_write_uid 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1411 +3572 \N \N \N \N \N field_base_import_tests_models_preview_write_date 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1412 +3573 \N \N \N \N \N field_base_import_tests_models_preview_create_date 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1413 +3574 \N \N \N \N \N field_base_import_tests_models_preview_somevalue 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1414 +3575 \N \N \N \N \N field_base_import_tests_models_preview_id 2019-03-20 06:36:26.719276 2019-03-20 06:36:26.719276 base_import ir.model.fields 1415 +3591 \N \N \N \N \N model_res_users 2019-03-20 06:36:28.608062 2019-03-20 06:36:28.608062 web_settings_dashboard ir.model 91 +3595 \N \N \N \N \N model_decimal_precision 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model 114 +3596 \N \N \N \N \N field_decimal_precision_digits 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1416 +3597 \N \N \N \N \N field_decimal_precision_create_uid 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1417 +3598 \N \N \N \N \N field_decimal_precision_create_date 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1418 +3599 \N \N \N \N \N field_decimal_precision_name 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1419 +3600 \N \N \N \N \N field_decimal_precision___last_update 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1420 +3601 \N \N \N \N \N field_decimal_precision_write_uid 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1421 +3602 \N \N \N \N \N field_decimal_precision_write_date 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1422 +3603 \N \N \N \N \N field_decimal_precision_display_name 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1423 +3604 \N \N \N \N \N field_decimal_precision_id 2019-03-20 06:38:25.070501 2019-03-20 06:38:25.070501 decimal_precision ir.model.fields 1424 +3605 \N \N \N \N \N model_ir_qweb_field_float 2019-03-20 06:38:25.321397 2019-03-20 06:38:25.321397 decimal_precision ir.model 40 +3606 \N \N \N \N \N model_decimal_precision_test 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model 115 +3607 \N \N \N \N \N field_decimal_precision_test_create_uid 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1425 +3608 \N \N \N \N \N field_decimal_precision_test_display_name 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1426 +3590 1 2019-03-20 06:36:28.218163 2019-03-20 07:09:33.345042 1 f assets_backend 2019-03-20 06:36:28 2019-03-20 07:09:33 web_kanban_gauge ir.ui.view 204 +3592 1 2019-03-20 06:36:28.824916 2019-03-20 07:09:34.193992 1 f web_settings_dashboard_action 2019-03-20 06:36:28 2019-03-20 07:09:34 web_settings_dashboard ir.actions.client 76 +3593 1 2019-03-20 06:36:28.824916 2019-03-20 07:09:34.193992 1 f web_dashboard_menu 2019-03-20 06:36:28 2019-03-20 07:09:34 web_settings_dashboard ir.ui.menu 69 +3594 1 2019-03-20 06:36:28.824916 2019-03-20 07:09:34.193992 1 f assets_backend 2019-03-20 06:36:29 2019-03-20 07:09:34 web_settings_dashboard ir.ui.view 205 +3609 \N \N \N \N \N field_decimal_precision_test___last_update 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1427 +3610 \N \N \N \N \N field_decimal_precision_test_float_2 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1428 +3611 \N \N \N \N \N field_decimal_precision_test_float 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1429 +3612 \N \N \N \N \N field_decimal_precision_test_float_4 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1430 +3613 \N \N \N \N \N field_decimal_precision_test_write_uid 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1431 +3614 \N \N \N \N \N field_decimal_precision_test_write_date 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1432 +3615 \N \N \N \N \N field_decimal_precision_test_create_date 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1433 +3616 \N \N \N \N \N field_decimal_precision_test_id 2019-03-20 06:38:25.329083 2019-03-20 06:38:25.329083 decimal_precision ir.model.fields 1434 +3624 \N \N \N \N \N model_bus_bus 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model 116 +3625 \N \N \N \N \N field_bus_bus_create_uid 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1435 +3626 \N \N \N \N \N field_bus_bus_display_name 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1436 +3627 \N \N \N \N \N field_bus_bus___last_update 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1437 +3628 \N \N \N \N \N field_bus_bus_write_uid 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1438 +3629 \N \N \N \N \N field_bus_bus_write_date 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1439 +3630 \N \N \N \N \N field_bus_bus_create_date 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1440 +3631 \N \N \N \N \N field_bus_bus_message 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1441 +3632 \N \N \N \N \N field_bus_bus_id 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1442 +3633 \N \N \N \N \N field_bus_bus_channel 2019-03-20 06:38:25.897527 2019-03-20 06:38:25.897527 bus ir.model.fields 1443 +3634 \N \N \N \N \N model_bus_presence 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model 117 +3635 \N \N \N \N \N field_bus_presence_status 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1444 +3636 \N \N \N \N \N field_bus_presence_user_id 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1445 +3637 \N \N \N \N \N field_bus_presence___last_update 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1446 +3638 \N \N \N \N \N field_bus_presence_last_presence 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1447 +3639 \N \N \N \N \N field_bus_presence_last_poll 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1448 +3640 \N \N \N \N \N field_bus_presence_id 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1449 +3641 \N \N \N \N \N field_bus_presence_display_name 2019-03-20 06:38:26.218868 2019-03-20 06:38:26.218868 bus ir.model.fields 1450 +3642 \N \N \N \N \N model_res_users 2019-03-20 06:38:26.306958 2019-03-20 06:38:26.306958 bus ir.model 91 +3643 \N \N \N \N \N field_res_users_im_status 2019-03-20 06:38:26.306958 2019-03-20 06:38:26.306958 bus ir.model.fields 1451 +3644 \N \N \N \N \N model_res_partner 2019-03-20 06:38:26.400749 2019-03-20 06:38:26.400749 bus ir.model 79 +3645 \N \N \N \N \N field_res_partner_im_status 2019-03-20 06:38:26.400749 2019-03-20 06:38:26.400749 bus ir.model.fields 1452 +3652 \N \N \N \N \N model_base_config_settings 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model 118 +3653 \N \N \N \N \N field_base_config_settings_rml_footer 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1453 +3654 \N \N \N \N \N field_base_config_settings_create_date 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1454 +3655 \N \N \N \N \N field_base_config_settings_rml_header 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1455 +3656 \N \N \N \N \N field_base_config_settings_rml_paper_format 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1456 +3657 \N \N \N \N \N field_base_config_settings_write_uid 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1457 +3658 \N \N \N \N \N field_base_config_settings_module_google_calendar 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1458 +3659 \N \N \N \N \N field_base_config_settings_font 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1459 +3660 \N \N \N \N \N field_base_config_settings_module_auth_oauth 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1460 +3661 \N \N \N \N \N field_base_config_settings_id 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1461 +3662 \N \N \N \N \N field_base_config_settings_company_share_partner 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1462 +3663 \N \N \N \N \N field_base_config_settings_create_uid 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1463 +3664 \N \N \N \N \N field_base_config_settings_display_name 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1464 +3665 \N \N \N \N \N field_base_config_settings___last_update 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1465 +3666 \N \N \N \N \N field_base_config_settings_company_id 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1466 +3667 \N \N \N \N \N field_base_config_settings_module_base_import 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1467 +3668 \N \N \N \N \N field_base_config_settings_module_portal 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1468 +3669 \N \N \N \N \N field_base_config_settings_rml_footer_readonly 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1469 +3670 \N \N \N \N \N field_base_config_settings_group_multi_currency 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1470 +3671 \N \N \N \N \N field_base_config_settings_module_google_drive 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1471 +3672 \N \N \N \N \N field_base_config_settings_custom_footer 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1472 +3646 1 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 1 f assets_backend 2019-03-20 06:38:26 2019-03-20 07:09:22 bus ir.ui.view 208 +3647 1 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 1 f access_bus_bus 2019-03-20 06:38:26 2019-03-20 07:09:22 bus ir.model.access 130 +3648 1 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 1 f access_bus_presence 2019-03-20 06:38:26 2019-03-20 07:09:22 bus ir.model.access 131 +3649 1 2019-03-20 06:38:26.60995 2019-03-20 07:09:22.209212 1 f access_bus_presence_portal 2019-03-20 06:38:26 2019-03-20 07:09:22 bus ir.model.access 132 +3650 1 2019-03-20 06:38:27.250198 2019-03-20 07:09:28.797797 1 f assets_backend 2019-03-20 06:38:27 2019-03-20 07:09:29 web_readonly_bypass ir.ui.view 209 +3651 1 2019-03-20 06:38:27.250198 2019-03-20 07:09:28.797797 1 f qunit_suite 2019-03-20 06:38:27 2019-03-20 07:09:29 web_readonly_bypass ir.ui.view 210 +3674 \N \N \N \N \N field_base_config_settings_rml_header3 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1474 +3675 \N \N \N \N \N field_base_config_settings_write_date 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1475 +3676 \N \N \N \N \N field_base_config_settings_module_inter_company_rules 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1476 +3677 \N \N \N \N \N field_base_config_settings_group_multi_company 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1477 +3678 \N \N \N \N \N field_base_config_settings_module_share 2019-03-20 06:38:27.776925 2019-03-20 06:38:27.776925 base_setup ir.model.fields 1478 +3683 \N \N \N \N \N model_mail_message_subtype 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model 119 +3684 \N \N \N \N \N field_mail_message_subtype_create_uid 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1479 +3685 \N \N \N \N \N field_mail_message_subtype_display_name 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1480 +3686 \N \N \N \N \N field_mail_message_subtype_description 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1481 +3687 \N \N \N \N \N field_mail_message_subtype_sequence 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1482 +3688 \N \N \N \N \N field_mail_message_subtype_default 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1483 +3689 \N \N \N \N \N field_mail_message_subtype_res_model 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1484 +3690 \N \N \N \N \N field_mail_message_subtype___last_update 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1485 +3691 \N \N \N \N \N field_mail_message_subtype_write_uid 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1486 +3692 \N \N \N \N \N field_mail_message_subtype_parent_id 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1487 +3693 \N \N \N \N \N field_mail_message_subtype_internal 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1488 +3694 \N \N \N \N \N field_mail_message_subtype_write_date 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1489 +3695 \N \N \N \N \N field_mail_message_subtype_relation_field 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1490 +3696 \N \N \N \N \N field_mail_message_subtype_create_date 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1491 +3697 \N \N \N \N \N field_mail_message_subtype_hidden 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1492 +3698 \N \N \N \N \N field_mail_message_subtype_id 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1493 +3699 \N \N \N \N \N field_mail_message_subtype_name 2019-03-20 06:38:28.510632 2019-03-20 06:38:28.510632 mail ir.model.fields 1494 +3700 \N \N \N \N \N model_mail_tracking_value 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model 120 +3701 \N \N \N \N \N field_mail_tracking_value_create_date 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1495 +3702 \N \N \N \N \N field_mail_tracking_value_write_date 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1496 +3703 \N \N \N \N \N field_mail_tracking_value_old_value_monetary 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1497 +3704 \N \N \N \N \N field_mail_tracking_value_new_value_text 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1498 +3705 \N \N \N \N \N field_mail_tracking_value_write_uid 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1499 +3706 \N \N \N \N \N field_mail_tracking_value_id 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1500 +3707 \N \N \N \N \N field_mail_tracking_value_field_type 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1501 +3708 \N \N \N \N \N field_mail_tracking_value_display_name 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1502 +3709 \N \N \N \N \N field_mail_tracking_value_old_value_datetime 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1503 +3710 \N \N \N \N \N field_mail_tracking_value___last_update 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1504 +3711 \N \N \N \N \N field_mail_tracking_value_field 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1505 +3712 \N \N \N \N \N field_mail_tracking_value_new_value_datetime 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1506 +3713 \N \N \N \N \N field_mail_tracking_value_new_value_integer 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1507 +3714 \N \N \N \N \N field_mail_tracking_value_create_uid 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1508 +3715 \N \N \N \N \N field_mail_tracking_value_new_value_monetary 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1509 +3716 \N \N \N \N \N field_mail_tracking_value_old_value_text 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1510 +3717 \N \N \N \N \N field_mail_tracking_value_field_desc 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1511 +3718 \N \N \N \N \N field_mail_tracking_value_mail_message_id 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1512 +3719 \N \N \N \N \N field_mail_tracking_value_new_value_char 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1513 +3720 \N \N \N \N \N field_mail_tracking_value_old_value_char 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1514 +3721 \N \N \N \N \N field_mail_tracking_value_new_value_float 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1515 +3722 \N \N \N \N \N field_mail_tracking_value_old_value_float 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1516 +3723 \N \N \N \N \N field_mail_tracking_value_old_value_integer 2019-03-20 06:38:28.876271 2019-03-20 06:38:28.876271 mail ir.model.fields 1517 +3724 \N \N \N \N \N model_mail_alias 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model 121 +3725 \N \N \N \N \N field_mail_alias_create_uid 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1518 +3726 \N \N \N \N \N field_mail_alias_alias_parent_thread_id 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1519 +3727 \N \N \N \N \N field_mail_alias_write_uid 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1520 +3728 \N \N \N \N \N field_mail_alias_alias_defaults 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1521 +3729 \N \N \N \N \N field_mail_alias_alias_contact 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1522 +3730 \N \N \N \N \N field_mail_alias_alias_parent_model_id 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1523 +3731 \N \N \N \N \N field_mail_alias___last_update 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1524 +3732 \N \N \N \N \N field_mail_alias_alias_user_id 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1525 +3733 \N \N \N \N \N field_mail_alias_alias_force_thread_id 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1526 +3734 \N \N \N \N \N field_mail_alias_create_date 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1527 +3735 \N \N \N \N \N field_mail_alias_alias_model_id 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1528 +3736 \N \N \N \N \N field_mail_alias_write_date 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1529 +3737 \N \N \N \N \N field_mail_alias_display_name 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1530 +3738 \N \N \N \N \N field_mail_alias_alias_domain 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1531 +3739 \N \N \N \N \N field_mail_alias_alias_name 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1532 +3740 \N \N \N \N \N field_mail_alias_id 2019-03-20 06:38:28.976385 2019-03-20 06:38:28.976385 mail ir.model.fields 1533 +3741 \N \N \N \N \N model_mail_alias_mixin 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model 122 +3742 \N \N \N \N \N field_mail_alias_mixin_create_uid 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1534 +3743 \N \N \N \N \N field_mail_alias_mixin_display_name 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1535 +3744 \N \N \N \N \N field_mail_alias_mixin___last_update 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1536 +3745 \N \N \N \N \N field_mail_alias_mixin_alias_contact 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1537 +3746 \N \N \N \N \N field_mail_alias_mixin_alias_parent_model_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1538 +3747 \N \N \N \N \N field_mail_alias_mixin_alias_defaults 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1539 +3748 \N \N \N \N \N field_mail_alias_mixin_alias_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1540 +3749 \N \N \N \N \N field_mail_alias_mixin_write_uid 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1541 +3750 \N \N \N \N \N field_mail_alias_mixin_alias_force_thread_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1542 +3751 \N \N \N \N \N field_mail_alias_mixin_create_date 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1543 +3752 \N \N \N \N \N field_mail_alias_mixin_alias_model_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1544 +3753 \N \N \N \N \N field_mail_alias_mixin_write_date 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1545 +3754 \N \N \N \N \N field_mail_alias_mixin_alias_parent_thread_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1546 +3755 \N \N \N \N \N field_mail_alias_mixin_alias_domain 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1547 +3756 \N \N \N \N \N field_mail_alias_mixin_alias_name 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1548 +3757 \N \N \N \N \N field_mail_alias_mixin_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1549 +3758 \N \N \N \N \N field_mail_alias_mixin_alias_user_id 2019-03-20 06:38:29.135274 2019-03-20 06:38:29.135274 mail ir.model.fields 1550 +3759 \N \N \N \N \N model_mail_followers 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model 123 +3760 \N \N \N \N \N field_mail_followers_subtype_ids 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1551 +3761 \N \N \N \N \N field_mail_followers_display_name 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1552 +3762 \N \N \N \N \N field_mail_followers___last_update 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1553 +3763 \N \N \N \N \N field_mail_followers_partner_id 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1554 +3764 \N \N \N \N \N field_mail_followers_channel_id 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1555 +3765 \N \N \N \N \N field_mail_followers_res_model 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1556 +3766 \N \N \N \N \N field_mail_followers_res_id 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1557 +3767 \N \N \N \N \N field_mail_followers_id 2019-03-20 06:38:29.192844 2019-03-20 06:38:29.192844 mail ir.model.fields 1558 +3768 \N \N \N \N \N model_mail_notification 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model 124 +3769 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_mail_message_id 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1559 +3770 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_display_name 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1560 +3771 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_is_email 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1561 +3772 \N \N \N \N \N field_mail_message_res_partner_needaction_rel___last_update 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1562 +3773 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_is_read 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1563 +3774 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_res_partner_id 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1564 +3775 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_email_status 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1565 +3776 \N \N \N \N \N field_mail_message_res_partner_needaction_rel_id 2019-03-20 06:38:29.284197 2019-03-20 06:38:29.284197 mail ir.model.fields 1566 +3777 \N \N \N \N \N model_mail_message 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model 125 +3778 \N \N \N \N \N field_mail_message_create_date 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1567 +3779 \N \N \N \N \N field_mail_message_write_date 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1568 +3780 \N \N \N \N \N field_mail_message_tracking_value_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1569 +3781 \N \N \N \N \N field_mail_message_mail_server_id 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1570 +3782 \N \N \N \N \N field_mail_message_notification_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1571 +3783 \N \N \N \N \N field_mail_message_write_uid 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1572 +3784 \N \N \N \N \N field_mail_message_needaction 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1573 +3785 \N \N \N \N \N field_mail_message_id 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1574 +3786 \N \N \N \N \N field_mail_message_subject 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1575 +3787 \N \N \N \N \N field_mail_message_create_uid 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1576 +3788 \N \N \N \N \N field_mail_message_display_name 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1577 +3789 \N \N \N \N \N field_mail_message_attachment_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1578 +3790 \N \N \N \N \N field_mail_message___last_update 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1579 +3791 \N \N \N \N \N field_mail_message_parent_id 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1580 +3792 \N \N \N \N \N field_mail_message_subtype_id_1581 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1581 +3793 \N \N \N \N \N field_mail_message_partner_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1582 +3794 \N \N \N \N \N field_mail_message_res_id 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1583 +3795 \N \N \N \N \N field_mail_message_message_id 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1584 +3796 \N \N \N \N \N field_mail_message_body 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1585 +3797 \N \N \N \N \N field_mail_message_record_name 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1586 +3798 \N \N \N \N \N field_mail_message_channel_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1587 +3799 \N \N \N \N \N field_mail_message_child_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1588 +3800 \N \N \N \N \N field_mail_message_no_auto_thread 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1589 +3801 \N \N \N \N \N field_mail_message_date 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1590 +3802 \N \N \N \N \N field_mail_message_starred 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1591 +3803 \N \N \N \N \N field_mail_message_needaction_partner_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1592 +3804 \N \N \N \N \N field_mail_message_starred_partner_ids 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1593 +3805 \N \N \N \N \N field_mail_message_author_avatar 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1594 +3806 \N \N \N \N \N field_mail_message_reply_to 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1595 +3807 \N \N \N \N \N field_mail_message_author_id 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1596 +3808 \N \N \N \N \N field_mail_message_model 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1597 +3809 \N \N \N \N \N field_mail_message_message_type 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1598 +3810 \N \N \N \N \N field_mail_message_email_from 2019-03-20 06:38:29.368975 2019-03-20 06:38:29.368975 mail ir.model.fields 1599 +3811 \N \N \N \N \N model_mail_mail 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model 126 +3812 \N \N \N \N \N field_mail_mail_create_date 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1600 +3813 \N \N \N \N \N field_mail_mail_no_auto_thread 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1601 +3814 \N \N \N \N \N field_mail_mail_tracking_value_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1602 +3815 \N \N \N \N \N field_mail_mail_auto_delete 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1603 +3816 \N \N \N \N \N field_mail_mail_mail_server_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1604 +3817 \N \N \N \N \N field_mail_mail_notification_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1605 +3818 \N \N \N \N \N field_mail_mail_write_uid 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1606 +3819 \N \N \N \N \N field_mail_mail_references 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1607 +3820 \N \N \N \N \N field_mail_mail_needaction 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1608 +3821 \N \N \N \N \N field_mail_mail_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1609 +3822 \N \N \N \N \N field_mail_mail_subject 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1610 +3823 \N \N \N \N \N field_mail_mail_create_uid 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1611 +3824 \N \N \N \N \N field_mail_mail_display_name 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1612 +3825 \N \N \N \N \N field_mail_mail_attachment_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1613 +3826 \N \N \N \N \N field_mail_mail___last_update 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1614 +3827 \N \N \N \N \N field_mail_mail_notification 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1615 +3828 \N \N \N \N \N field_mail_mail_parent_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1616 +3829 \N \N \N \N \N field_mail_mail_state 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1617 +3830 \N \N \N \N \N field_mail_mail_subtype_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1618 +3831 \N \N \N \N \N field_mail_mail_email_cc 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1619 +3832 \N \N \N \N \N field_mail_mail_partner_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1620 +3833 \N \N \N \N \N field_mail_mail_res_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1621 +3834 \N \N \N \N \N field_mail_mail_message_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1622 +3835 \N \N \N \N \N field_mail_mail_body 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1623 +3836 \N \N \N \N \N field_mail_mail_recipient_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1624 +3837 \N \N \N \N \N field_mail_mail_record_name 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1625 +3838 \N \N \N \N \N field_mail_mail_starred 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1626 +3839 \N \N \N \N \N field_mail_mail_channel_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1627 +3840 \N \N \N \N \N field_mail_mail_child_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1628 +3841 \N \N \N \N \N field_mail_mail_body_html 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1629 +3842 \N \N \N \N \N field_mail_mail_reply_to 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1630 +3843 \N \N \N \N \N field_mail_mail_email_to 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1631 +3844 \N \N \N \N \N field_mail_mail_scheduled_date 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1632 +3845 \N \N \N \N \N field_mail_mail_date 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1633 +3846 \N \N \N \N \N field_mail_mail_author_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1634 +3847 \N \N \N \N \N field_mail_mail_mail_message_id 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1635 +3848 \N \N \N \N \N field_mail_mail_needaction_partner_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1636 +3849 \N \N \N \N \N field_mail_mail_starred_partner_ids 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1637 +3850 \N \N \N \N \N field_mail_mail_failure_reason 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1638 +3851 \N \N \N \N \N field_mail_mail_headers 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1639 +3852 \N \N \N \N \N field_mail_mail_author_avatar 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1640 +3853 \N \N \N \N \N field_mail_mail_write_date 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1641 +3854 \N \N \N \N \N field_mail_mail_model 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1642 +3855 \N \N \N \N \N field_mail_mail_message_type 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1643 +3856 \N \N \N \N \N field_mail_mail_email_from 2019-03-20 06:38:29.683127 2019-03-20 06:38:29.683127 mail ir.model.fields 1644 +3857 \N \N \N \N \N model_mail_thread 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model 127 +3858 \N \N \N \N \N field_mail_thread_message_follower_ids 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1645 +3859 \N \N \N \N \N field_mail_thread_display_name 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1646 +3860 \N \N \N \N \N field_mail_thread_message_is_follower 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1647 +3861 \N \N \N \N \N field_mail_thread___last_update 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1648 +3862 \N \N \N \N \N field_mail_thread_message_needaction 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1649 +3863 \N \N \N \N \N field_mail_thread_message_channel_ids 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1650 +3864 \N \N \N \N \N field_mail_thread_message_partner_ids 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1651 +3865 \N \N \N \N \N field_mail_thread_message_last_post 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1652 +3866 \N \N \N \N \N field_mail_thread_message_needaction_counter 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1653 +3867 \N \N \N \N \N field_mail_thread_id 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1654 +3868 \N \N \N \N \N field_mail_thread_message_unread_counter 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1655 +3869 \N \N \N \N \N field_mail_thread_message_unread 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1656 +3870 \N \N \N \N \N field_mail_thread_message_ids 2019-03-20 06:38:29.848583 2019-03-20 06:38:29.848583 mail ir.model.fields 1657 +3871 \N \N \N \N \N model_mail_channel_partner 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model 128 +3872 \N \N \N \N \N field_mail_channel_partner_seen_message_id 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1658 +3873 \N \N \N \N \N field_mail_channel_partner_create_uid 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1659 +3874 \N \N \N \N \N field_mail_channel_partner_display_name 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1660 +3875 \N \N \N \N \N field_mail_channel_partner_is_minimized 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1661 +3876 \N \N \N \N \N field_mail_channel_partner___last_update 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1662 +3877 \N \N \N \N \N field_mail_channel_partner_is_pinned 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1663 +3878 \N \N \N \N \N field_mail_channel_partner_id 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1664 +3879 \N \N \N \N \N field_mail_channel_partner_channel_id 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1665 +3880 \N \N \N \N \N field_mail_channel_partner_write_date 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1666 +3881 \N \N \N \N \N field_mail_channel_partner_create_date 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1667 +3882 \N \N \N \N \N field_mail_channel_partner_write_uid 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1668 +3883 \N \N \N \N \N field_mail_channel_partner_partner_id 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1669 +3884 \N \N \N \N \N field_mail_channel_partner_fold_state 2019-03-20 06:38:29.909774 2019-03-20 06:38:29.909774 mail ir.model.fields 1670 +3885 \N \N \N \N \N model_mail_channel 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model 129 +3886 \N \N \N \N \N field_mail_channel_message_follower_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1671 +3887 \N \N \N \N \N field_mail_channel_create_date 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1672 +3888 \N \N \N \N \N field_mail_channel_alias_defaults 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1673 +3889 \N \N \N \N \N field_mail_channel_is_member 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1674 +3890 \N \N \N \N \N field_mail_channel_message_channel_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1675 +3891 \N \N \N \N \N field_mail_channel_image 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1676 +3892 \N \N \N \N \N field_mail_channel_alias_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1677 +3893 \N \N \N \N \N field_mail_channel_write_uid 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1678 +3894 \N \N \N \N \N field_mail_channel_channel_last_seen_partner_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1679 +3895 \N \N \N \N \N field_mail_channel_alias_user_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1680 +3896 \N \N \N \N \N field_mail_channel_alias_name 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1681 +3897 \N \N \N \N \N field_mail_channel_message_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1682 +3898 \N \N \N \N \N field_mail_channel_channel_message_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1683 +3899 \N \N \N \N \N field_mail_channel_display_name 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1684 +3900 \N \N \N \N \N field_mail_channel_uuid 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1685 +3901 \N \N \N \N \N field_mail_channel_message_is_follower 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1686 +3902 \N \N \N \N \N field_mail_channel___last_update 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1687 +3903 \N \N \N \N \N field_mail_channel_alias_force_thread_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1688 +3904 \N \N \N \N \N field_mail_channel_message_last_post 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1689 +3905 \N \N \N \N \N field_mail_channel_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1690 +3906 \N \N \N \N \N field_mail_channel_message_needaction 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1691 +3907 \N \N \N \N \N field_mail_channel_message_unread_counter 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1692 +3908 \N \N \N \N \N field_mail_channel_alias_domain 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1693 +3909 \N \N \N \N \N field_mail_channel_is_subscribed 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1694 +3910 \N \N \N \N \N field_mail_channel_description 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1695 +3911 \N \N \N \N \N field_mail_channel_channel_partner_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1696 +3912 \N \N \N \N \N field_mail_channel_create_uid 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1697 +3913 \N \N \N \N \N field_mail_channel_alias_contact 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1698 +3914 \N \N \N \N \N field_mail_channel_group_public_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1699 +3915 \N \N \N \N \N field_mail_channel_image_medium 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1700 +3916 \N \N \N \N \N field_mail_channel_alias_model_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1701 +3917 \N \N \N \N \N field_mail_channel_write_date 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1702 +3918 \N \N \N \N \N field_mail_channel_alias_parent_thread_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1703 +3919 \N \N \N \N \N field_mail_channel_alias_parent_model_id 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1704 +3920 \N \N \N \N \N field_mail_channel_group_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1705 +3921 \N \N \N \N \N field_mail_channel_name 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1706 +3922 \N \N \N \N \N field_mail_channel_image_small 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1707 +3923 \N \N \N \N \N field_mail_channel_public 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1708 +3924 \N \N \N \N \N field_mail_channel_channel_type 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1709 +3925 \N \N \N \N \N field_mail_channel_message_unread 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1710 +3926 \N \N \N \N \N field_mail_channel_message_needaction_counter 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1711 +3927 \N \N \N \N \N field_mail_channel_message_partner_ids 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1712 +3928 \N \N \N \N \N field_mail_channel_email_send 2019-03-20 06:38:30.017851 2019-03-20 06:38:30.017851 mail ir.model.fields 1713 +3929 \N \N \N \N \N model_mail_template 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model 130 +3930 \N \N \N \N \N field_mail_template_create_date 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1714 +3931 \N \N \N \N \N field_mail_template_sub_object 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1715 +3932 \N \N \N \N \N field_mail_template_auto_delete 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1716 +3933 \N \N \N \N \N field_mail_template_mail_server_id 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1717 +3934 \N \N \N \N \N field_mail_template_write_uid 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1718 +3935 \N \N \N \N \N field_mail_template_partner_to 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1719 +3936 \N \N \N \N \N field_mail_template_ref_ir_act_window 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1720 +3937 \N \N \N \N \N field_mail_template_id 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1721 +3938 \N \N \N \N \N field_mail_template_subject 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1722 +3939 \N \N \N \N \N field_mail_template_create_uid 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1723 +3940 \N \N \N \N \N field_mail_template_display_name 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1724 +3941 \N \N \N \N \N field_mail_template_attachment_ids 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1725 +3942 \N \N \N \N \N field_mail_template___last_update 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1726 +3943 \N \N \N \N \N field_mail_template_report_template 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1727 +3944 \N \N \N \N \N field_mail_template_ref_ir_value 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1728 +3945 \N \N \N \N \N field_mail_template_user_signature 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1729 +3946 \N \N \N \N \N field_mail_template_null_value 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1730 +3947 \N \N \N \N \N field_mail_template_email_cc 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1731 +3948 \N \N \N \N \N field_mail_template_model_id 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1732 +3949 \N \N \N \N \N field_mail_template_sub_model_object_field 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1733 +3950 \N \N \N \N \N field_mail_template_body_html 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1734 +3951 \N \N \N \N \N field_mail_template_email_to 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1735 +3952 \N \N \N \N \N field_mail_template_scheduled_date 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1736 +3953 \N \N \N \N \N field_mail_template_write_date 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1737 +3954 \N \N \N \N \N field_mail_template_copyvalue 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1738 +3955 \N \N \N \N \N field_mail_template_lang 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1739 +3956 \N \N \N \N \N field_mail_template_name 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1740 +3957 \N \N \N \N \N field_mail_template_model_object_field 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1741 +3958 \N \N \N \N \N field_mail_template_report_name 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1742 +3959 \N \N \N \N \N field_mail_template_use_default_to 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1743 +3960 \N \N \N \N \N field_mail_template_reply_to 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1744 +3961 \N \N \N \N \N field_mail_template_model 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1745 +3962 \N \N \N \N \N field_mail_template_email_from 2019-03-20 06:38:30.284606 2019-03-20 06:38:30.284606 mail ir.model.fields 1746 +3963 \N \N \N \N \N model_mail_shortcode 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model 131 +3964 \N \N \N \N \N field_mail_shortcode_create_uid 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1747 +3965 \N \N \N \N \N field_mail_shortcode_display_name 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1748 +3966 \N \N \N \N \N field_mail_shortcode_description 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1749 +3967 \N \N \N \N \N field_mail_shortcode___last_update 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1750 +3968 \N \N \N \N \N field_mail_shortcode_write_uid 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1751 +3969 \N \N \N \N \N field_mail_shortcode_source 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1752 +3970 \N \N \N \N \N field_mail_shortcode_shortcode_type 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1753 +3971 \N \N \N \N \N field_mail_shortcode_substitution 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1754 +3972 \N \N \N \N \N field_mail_shortcode_write_date 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1755 +3973 \N \N \N \N \N field_mail_shortcode_create_date 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1756 +3974 \N \N \N \N \N field_mail_shortcode_id 2019-03-20 06:38:30.51958 2019-03-20 06:38:30.51958 mail ir.model.fields 1757 +3975 \N \N \N \N \N model_res_partner 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model 79 +3976 \N \N \N \N \N field_res_partner_message_follower_ids 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1758 +3977 \N \N \N \N \N field_res_partner_notify_email 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1759 +3978 \N \N \N \N \N field_res_partner_message_last_post 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1760 +3979 \N \N \N \N \N field_res_partner_message_channel_ids 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1761 +3980 \N \N \N \N \N field_res_partner_message_partner_ids 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1762 +3981 \N \N \N \N \N field_res_partner_message_ids 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1763 +3982 \N \N \N \N \N field_res_partner_opt_out 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1764 +3983 \N \N \N \N \N field_res_partner_message_is_follower 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1765 +3984 \N \N \N \N \N field_res_partner_message_needaction 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1766 +3985 \N \N \N \N \N field_res_partner_message_unread_counter 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1767 +3986 \N \N \N \N \N field_res_partner_channel_ids 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1768 +3987 \N \N \N \N \N field_res_partner_message_unread 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1769 +3988 \N \N \N \N \N field_res_partner_message_bounce 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1770 +3989 \N \N \N \N \N field_res_partner_message_needaction_counter 2019-03-20 06:38:30.65034 2019-03-20 06:38:30.65034 mail ir.model.fields 1771 +3990 \N \N \N \N \N model_res_users 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model 91 +3991 \N \N \N \N \N field_res_users_alias_id 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1772 +3992 \N \N \N \N \N field_res_users_opt_out 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1773 +3993 \N \N \N \N \N field_res_users_channel_ids 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1774 +3994 \N \N \N \N \N field_res_users_message_bounce 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1775 +3995 \N \N \N \N \N field_res_users_message_follower_ids 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1776 +3996 \N \N \N \N \N field_res_users_notify_email 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1777 +3997 \N \N \N \N \N field_res_users_message_needaction 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1778 +3998 \N \N \N \N \N field_res_users_message_unread_counter 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1779 +3999 \N \N \N \N \N field_res_users_message_unread 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1780 +4000 \N \N \N \N \N field_res_users_message_needaction_counter 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1781 +4001 \N \N \N \N \N field_res_users_message_is_follower 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1782 +4002 \N \N \N \N \N field_res_users_message_last_post 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1783 +4003 \N \N \N \N \N field_res_users_message_channel_ids 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1784 +4004 \N \N \N \N \N field_res_users_message_partner_ids 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1785 +4005 \N \N \N \N \N field_res_users_message_ids 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1786 +4006 \N \N \N \N \N field_res_users_alias_contact 2019-03-20 06:38:30.884225 2019-03-20 06:38:30.884225 mail ir.model.fields 1787 +4007 \N \N \N \N \N model_res_groups 2019-03-20 06:38:31.02086 2019-03-20 06:38:31.02086 mail ir.model 89 +4008 \N \N \N \N \N model_base_config_settings 2019-03-20 06:38:31.059821 2019-03-20 06:38:31.059821 mail ir.model 118 +4009 \N \N \N \N \N field_base_config_settings_alias_domain 2019-03-20 06:38:31.059821 2019-03-20 06:38:31.059821 mail ir.model.fields 1788 +4010 \N \N \N \N \N field_base_config_settings_fail_counter 2019-03-20 06:38:31.059821 2019-03-20 06:38:31.059821 mail ir.model.fields 1789 +4011 \N \N \N \N \N model_publisher_warranty_contract 2019-03-20 06:38:31.132532 2019-03-20 06:38:31.132532 mail ir.model 132 +4012 \N \N \N \N \N field_publisher_warranty_contract_display_name 2019-03-20 06:38:31.132532 2019-03-20 06:38:31.132532 mail ir.model.fields 1790 +4013 \N \N \N \N \N field_publisher_warranty_contract_id 2019-03-20 06:38:31.132532 2019-03-20 06:38:31.132532 mail ir.model.fields 1791 +4014 \N \N \N \N \N field_publisher_warranty_contract___last_update 2019-03-20 06:38:31.132532 2019-03-20 06:38:31.132532 mail ir.model.fields 1792 +4015 \N \N \N \N \N model_ir_actions_server 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model 22 +4016 \N \N \N \N \N field_ir_act_server_partner_to 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model.fields 1793 +4017 \N \N \N \N \N field_ir_act_server_template_id 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model.fields 1794 +4018 \N \N \N \N \N field_ir_act_server_subject 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model.fields 1795 +4019 \N \N \N \N \N field_ir_act_server_body_html 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model.fields 1796 +4020 \N \N \N \N \N field_ir_act_server_email_to 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model.fields 1797 +4021 \N \N \N \N \N field_ir_act_server_email_from 2019-03-20 06:38:31.149832 2019-03-20 06:38:31.149832 mail ir.model.fields 1798 +4022 \N \N \N \N \N model_ir_autovacuum 2019-03-20 06:38:31.243756 2019-03-20 06:38:31.243756 mail ir.model 35 +4023 \N \N \N \N \N model_ir_model 2019-03-20 06:38:31.249113 2019-03-20 06:38:31.249113 mail ir.model 3 +4024 \N \N \N \N \N model_mail_wizard_invite 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model 133 +4025 \N \N \N \N \N field_mail_wizard_invite_create_uid 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1799 +4026 \N \N \N \N \N field_mail_wizard_invite_display_name 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1800 +4027 \N \N \N \N \N field_mail_wizard_invite___last_update 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1801 +4028 \N \N \N \N \N field_mail_wizard_invite_write_uid 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1802 +4029 \N \N \N \N \N field_mail_wizard_invite_channel_ids 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1803 +4030 \N \N \N \N \N field_mail_wizard_invite_id 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1804 +4031 \N \N \N \N \N field_mail_wizard_invite_write_date 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1805 +4032 \N \N \N \N \N field_mail_wizard_invite_res_model 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1806 +4033 \N \N \N \N \N field_mail_wizard_invite_create_date 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1807 +4034 \N \N \N \N \N field_mail_wizard_invite_message 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1808 +4035 \N \N \N \N \N field_mail_wizard_invite_partner_ids 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1809 +4036 \N \N \N \N \N field_mail_wizard_invite_res_id 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1810 +4037 \N \N \N \N \N field_mail_wizard_invite_send_mail 2019-03-20 06:38:31.276005 2019-03-20 06:38:31.276005 mail ir.model.fields 1811 +4038 \N \N \N \N \N model_mail_compose_message 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model 134 +4039 \N \N \N \N \N field_mail_compose_message_auto_delete_message 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1812 +4040 \N \N \N \N \N field_mail_compose_message_create_date 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1813 +4041 \N \N \N \N \N field_mail_compose_message_write_date 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1814 +4042 \N \N \N \N \N field_mail_compose_message_tracking_value_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1815 +4043 \N \N \N \N \N field_mail_compose_message_auto_delete 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1816 +4044 \N \N \N \N \N field_mail_compose_message_mail_server_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1817 +4045 \N \N \N \N \N field_mail_compose_message_notification_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1818 +4046 \N \N \N \N \N field_mail_compose_message_write_uid 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1819 +4047 \N \N \N \N \N field_mail_compose_message_notify 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1820 +4048 \N \N \N \N \N field_mail_compose_message_needaction 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1821 +4049 \N \N \N \N \N field_mail_compose_message_active_domain 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1822 +4050 \N \N \N \N \N field_mail_compose_message_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1823 +4051 \N \N \N \N \N field_mail_compose_message_subject 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1824 +4052 \N \N \N \N \N field_mail_compose_message_composition_mode 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1825 +4053 \N \N \N \N \N field_mail_compose_message_create_uid 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1826 +4054 \N \N \N \N \N field_mail_compose_message_display_name 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1827 +4055 \N \N \N \N \N field_mail_compose_message_attachment_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1828 +4056 \N \N \N \N \N field_mail_compose_message___last_update 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1829 +4057 \N \N \N \N \N field_mail_compose_message_is_log 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1830 +4058 \N \N \N \N \N field_mail_compose_message_parent_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1831 +4059 \N \N \N \N \N field_mail_compose_message_subtype_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1832 +4060 \N \N \N \N \N field_mail_compose_message_partner_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1833 +4061 \N \N \N \N \N field_mail_compose_message_res_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1834 +4062 \N \N \N \N \N field_mail_compose_message_message_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1835 +4063 \N \N \N \N \N field_mail_compose_message_body 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1836 +4064 \N \N \N \N \N field_mail_compose_message_record_name 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1837 +4065 \N \N \N \N \N field_mail_compose_message_starred 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1838 +4066 \N \N \N \N \N field_mail_compose_message_channel_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1839 +4067 \N \N \N \N \N field_mail_compose_message_child_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1840 +4068 \N \N \N \N \N field_mail_compose_message_no_auto_thread 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1841 +4069 \N \N \N \N \N field_mail_compose_message_date 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1842 +4070 \N \N \N \N \N field_mail_compose_message_author_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1843 +4071 \N \N \N \N \N field_mail_compose_message_use_active_domain 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1844 +4072 \N \N \N \N \N field_mail_compose_message_needaction_partner_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1845 +4073 \N \N \N \N \N field_mail_compose_message_starred_partner_ids 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1846 +4074 \N \N \N \N \N field_mail_compose_message_template_id 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1847 +4075 \N \N \N \N \N field_mail_compose_message_author_avatar 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1848 +4076 \N \N \N \N \N field_mail_compose_message_reply_to 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1849 +4077 \N \N \N \N \N field_mail_compose_message_model 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1850 +4078 \N \N \N \N \N field_mail_compose_message_message_type 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1851 +4079 \N \N \N \N \N field_mail_compose_message_email_from 2019-03-20 06:38:31.37722 2019-03-20 06:38:31.37722 mail ir.model.fields 1852 +4080 \N \N \N \N \N model_email_template_preview 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model 135 +4081 \N \N \N \N \N field_email_template_preview_create_date 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1853 +4082 \N \N \N \N \N field_email_template_preview_sub_object 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1854 +4083 \N \N \N \N \N field_email_template_preview_auto_delete 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1855 +4084 \N \N \N \N \N field_email_template_preview_mail_server_id 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1856 +4085 \N \N \N \N \N field_email_template_preview_write_uid 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1857 +4086 \N \N \N \N \N field_email_template_preview_partner_to 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1858 +4087 \N \N \N \N \N field_email_template_preview_ref_ir_act_window 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1859 +4088 \N \N \N \N \N field_email_template_preview_id 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1860 +4089 \N \N \N \N \N field_email_template_preview_subject 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1861 +4090 \N \N \N \N \N field_email_template_preview_create_uid 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1862 +4091 \N \N \N \N \N field_email_template_preview_display_name 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1863 +4092 \N \N \N \N \N field_email_template_preview_attachment_ids 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1864 +4093 \N \N \N \N \N field_email_template_preview___last_update 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1865 +4094 \N \N \N \N \N field_email_template_preview_report_template 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1866 +4095 \N \N \N \N \N field_email_template_preview_ref_ir_value 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1867 +4096 \N \N \N \N \N field_email_template_preview_user_signature 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1868 +4097 \N \N \N \N \N field_email_template_preview_null_value 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1869 +4098 \N \N \N \N \N field_email_template_preview_email_cc 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1870 +4099 \N \N \N \N \N field_email_template_preview_partner_ids 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1871 +4100 \N \N \N \N \N field_email_template_preview_res_id 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1872 +4101 \N \N \N \N \N field_email_template_preview_model_id 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1873 +4102 \N \N \N \N \N field_email_template_preview_sub_model_object_field 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1874 +4103 \N \N \N \N \N field_email_template_preview_body_html 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1875 +4104 \N \N \N \N \N field_email_template_preview_email_to 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1876 +4105 \N \N \N \N \N field_email_template_preview_scheduled_date 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1877 +4106 \N \N \N \N \N field_email_template_preview_write_date 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1878 +4107 \N \N \N \N \N field_email_template_preview_copyvalue 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1879 +4108 \N \N \N \N \N field_email_template_preview_lang 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1880 +4109 \N \N \N \N \N field_email_template_preview_name 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1881 +4110 \N \N \N \N \N field_email_template_preview_model_object_field 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1882 +4111 \N \N \N \N \N field_email_template_preview_report_name 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1883 +4112 \N \N \N \N \N field_email_template_preview_use_default_to 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1884 +4113 \N \N \N \N \N field_email_template_preview_reply_to 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1885 +4114 \N \N \N \N \N field_email_template_preview_model 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1886 +4115 \N \N \N \N \N field_email_template_preview_email_from 2019-03-20 06:38:31.655251 2019-03-20 06:38:31.655251 mail ir.model.fields 1887 +4116 \N \N \N \N \N model_mail_test 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model 136 +4117 \N \N \N \N \N field_mail_test_message_follower_ids 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1888 +4118 \N \N \N \N \N field_mail_test_display_name 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1889 +4119 \N \N \N \N \N field_mail_test_name 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1890 +4120 \N \N \N \N \N field_mail_test_message_is_follower 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1891 +4121 \N \N \N \N \N field_mail_test_create_uid 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1892 +4122 \N \N \N \N \N field_mail_test_message_needaction 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1893 +4123 \N \N \N \N \N field_mail_test_message_channel_ids 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1894 +4124 \N \N \N \N \N field_mail_test_message_partner_ids 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1895 +4125 \N \N \N \N \N field_mail_test___last_update 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1896 +4126 \N \N \N \N \N field_mail_test_message_last_post 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1897 +4127 \N \N \N \N \N field_mail_test_message_needaction_counter 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1898 +4128 \N \N \N \N \N field_mail_test_write_uid 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1899 +4129 \N \N \N \N \N field_mail_test_write_date 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1900 +4130 \N \N \N \N \N field_mail_test_id 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1901 +4131 \N \N \N \N \N field_mail_test_create_date 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1902 +4132 \N \N \N \N \N field_mail_test_message_unread_counter 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1903 +4133 \N \N \N \N \N field_mail_test_message_unread 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1904 +4134 \N \N \N \N \N field_mail_test_message_ids 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1905 +4135 \N \N \N \N \N field_mail_test_alias_id 2019-03-20 06:38:31.905288 2019-03-20 06:38:31.905288 mail ir.model.fields 1906 +4179 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t ir_cron_mail_scheduler_action 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.cron 2 +4180 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t ir_cron_module_update_notification 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.cron 3 +4181 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t icp_mail_catchall_alias 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.config_parameter 5 +4182 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t icp_mail_bounce_alias 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.config_parameter 6 +4183 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t mt_comment 2019-03-20 06:38:35 2019-03-20 06:38:35 mail mail.message.subtype 1 +4184 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t mt_note 2019-03-20 06:38:35 2019-03-20 06:38:35 mail mail.message.subtype 2 +4186 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t channel_all_employees_mail_alias 2019-03-20 06:38:35 2019-03-20 06:38:35 mail mail.alias 1 +4136 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_wizard_invite_form 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.view 213 +4187 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t channel_all_employees 2019-03-20 06:38:35 2019-03-20 06:38:35 mail mail.channel 1 +4188 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t module_install_notification 2019-03-20 06:38:35 2019-03-20 06:38:35 mail mail.message 1 +4214 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t mail_channel_rule 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.rule 23 +4215 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t mail_followers_read_write_own 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.rule 24 +4216 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t ir_rule_mail_notifications_group_user 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.rule 25 +4217 1 2019-03-20 06:38:32.951597 2019-03-20 06:38:32.951597 1 t mail_message_subtype_rule_public 2019-03-20 06:38:35 2019-03-20 06:38:35 mail ir.rule 26 +4274 \N \N \N \N \N model_report_abstract_report 2019-03-20 06:38:39.675458 2019-03-20 06:38:39.675458 report ir.model 137 +4275 \N \N \N \N \N field_report_abstract_report_display_name 2019-03-20 06:38:39.675458 2019-03-20 06:38:39.675458 report ir.model.fields 1907 +4276 \N \N \N \N \N field_report_abstract_report_id 2019-03-20 06:38:39.675458 2019-03-20 06:38:39.675458 report ir.model.fields 1908 +4277 \N \N \N \N \N field_report_abstract_report___last_update 2019-03-20 06:38:39.675458 2019-03-20 06:38:39.675458 report ir.model.fields 1909 +4278 \N \N \N \N \N model_base_config_settings 2019-03-20 06:38:40.058314 2019-03-20 06:38:40.058314 report ir.model 118 +4279 \N \N \N \N \N field_base_config_settings_paperformat_id 2019-03-20 06:38:40.058314 2019-03-20 06:38:40.058314 report ir.model.fields 1910 +4280 \N \N \N \N \N model_ir_actions_report_xml 2019-03-20 06:38:40.128592 2019-03-20 06:38:40.128592 report ir.model 17 +4281 \N \N \N \N \N field_ir_act_report_xml_paperformat_id 2019-03-20 06:38:40.128592 2019-03-20 06:38:40.128592 report ir.model.fields 1911 +4282 \N \N \N \N \N field_ir_act_report_xml_print_report_name 2019-03-20 06:38:40.128592 2019-03-20 06:38:40.128592 report ir.model.fields 1912 +4283 \N \N \N \N \N model_ir_http 2019-03-20 06:38:40.181174 2019-03-20 06:38:40.181174 report ir.model 54 +4284 \N \N \N \N \N model_ir_qweb_field_barcode 2019-03-20 06:38:40.18464 2019-03-20 06:38:40.18464 report ir.model 138 +4285 \N \N \N \N \N field_ir_qweb_field_barcode_display_name 2019-03-20 06:38:40.18464 2019-03-20 06:38:40.18464 report ir.model.fields 1913 +4286 \N \N \N \N \N field_ir_qweb_field_barcode_id 2019-03-20 06:38:40.18464 2019-03-20 06:38:40.18464 report ir.model.fields 1914 +4287 \N \N \N \N \N field_ir_qweb_field_barcode___last_update 2019-03-20 06:38:40.18464 2019-03-20 06:38:40.18464 report ir.model.fields 1915 +4288 \N \N \N \N \N model_report 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model 139 +4289 \N \N \N \N \N field_report_create_uid 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1916 +4290 \N \N \N \N \N field_report_create_date 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1917 +4291 \N \N \N \N \N field_report___last_update 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1918 +4292 \N \N \N \N \N field_report_write_uid 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1919 +4293 \N \N \N \N \N field_report_write_date 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1920 +4294 \N \N \N \N \N field_report_display_name 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1921 +4295 \N \N \N \N \N field_report_id 2019-03-20 06:38:40.197638 2019-03-20 06:38:40.197638 report ir.model.fields 1922 +4296 \N \N \N \N \N model_report_paperformat 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model 140 +4297 \N \N \N \N \N field_report_paperformat_create_uid 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1923 +4298 \N \N \N \N \N field_report_paperformat_page_width 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1924 +4299 \N \N \N \N \N field_report_paperformat_display_name 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1925 +4300 \N \N \N \N \N field_report_paperformat_name 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1926 +4301 \N \N \N \N \N field_report_paperformat_header_line 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1927 +4302 \N \N \N \N \N field_report_paperformat_default 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1928 +4303 \N \N \N \N \N field_report_paperformat___last_update 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1929 +4304 \N \N \N \N \N field_report_paperformat_format 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1930 +4305 \N \N \N \N \N field_report_paperformat_write_uid 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1931 +4306 \N \N \N \N \N field_report_paperformat_margin_right 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1932 +4307 \N \N \N \N \N field_report_paperformat_create_date 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1933 +4308 \N \N \N \N \N field_report_paperformat_orientation 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1934 +4309 \N \N \N \N \N field_report_paperformat_margin_top 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1935 +4310 \N \N \N \N \N field_report_paperformat_margin_left 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1936 +4311 \N \N \N \N \N field_report_paperformat_write_date 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1937 +4312 \N \N \N \N \N field_report_paperformat_page_height 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1938 +4313 \N \N \N \N \N field_report_paperformat_margin_bottom 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1939 +4314 \N \N \N \N \N field_report_paperformat_report_ids 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1940 +4315 \N \N \N \N \N field_report_paperformat_id 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1941 +4316 \N \N \N \N \N field_report_paperformat_dpi 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1942 +4317 \N \N \N \N \N field_report_paperformat_header_spacing 2019-03-20 06:38:40.234879 2019-03-20 06:38:40.234879 report ir.model.fields 1943 +4318 \N \N \N \N \N model_res_company 2019-03-20 06:38:40.348083 2019-03-20 06:38:40.348083 report ir.model 88 +4319 \N \N \N \N \N field_res_company_paperformat_id 2019-03-20 06:38:40.348083 2019-03-20 06:38:40.348083 report ir.model.fields 1944 +4350 \N \N \N \N \N model_account_analytic_tag 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model 141 +4351 \N \N \N \N \N field_account_analytic_tag_create_uid 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1945 +4352 \N \N \N \N \N field_account_analytic_tag_create_date 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1946 +4353 \N \N \N \N \N field_account_analytic_tag_name 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1947 +4354 \N \N \N \N \N field_account_analytic_tag___last_update 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1948 +4355 \N \N \N \N \N field_account_analytic_tag_color 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1949 +4356 \N \N \N \N \N field_account_analytic_tag_write_uid 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1950 +4357 \N \N \N \N \N field_account_analytic_tag_write_date 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1951 +4358 \N \N \N \N \N field_account_analytic_tag_display_name 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1952 +4359 \N \N \N \N \N field_account_analytic_tag_id 2019-03-20 06:38:42.878451 2019-03-20 06:38:42.878451 analytic ir.model.fields 1953 +4360 \N \N \N \N \N model_account_analytic_account 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model 142 +4361 \N \N \N \N \N field_account_analytic_account_message_follower_ids 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1954 +4362 \N \N \N \N \N field_account_analytic_account_code 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1955 +4363 \N \N \N \N \N field_account_analytic_account_create_date 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1956 +4364 \N \N \N \N \N field_account_analytic_account_message_needaction 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1957 +4365 \N \N \N \N \N field_account_analytic_account_message_channel_ids 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1958 +4366 \N \N \N \N \N field_account_analytic_account_message_partner_ids 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1959 +4367 \N \N \N \N \N field_account_analytic_account_write_uid 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1960 +4368 \N \N \N \N \N field_account_analytic_account_currency_id 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1961 +4369 \N \N \N \N \N field_account_analytic_account_partner_id 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1962 +4370 \N \N \N \N \N field_account_analytic_account_id 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1963 +4371 \N \N \N \N \N field_account_analytic_account_create_uid 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1964 +4372 \N \N \N \N \N field_account_analytic_account_display_name 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1965 +4373 \N \N \N \N \N field_account_analytic_account_message_is_follower 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1966 +4374 \N \N \N \N \N field_account_analytic_account___last_update 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1967 +4375 \N \N \N \N \N field_account_analytic_account_message_last_post 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1968 +4376 \N \N \N \N \N field_account_analytic_account_company_id 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1969 +4377 \N \N \N \N \N field_account_analytic_account_message_ids 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1970 +4378 \N \N \N \N \N field_account_analytic_account_debit 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1971 +4379 \N \N \N \N \N field_account_analytic_account_message_unread_counter 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1972 +4380 \N \N \N \N \N field_account_analytic_account_write_date 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1973 +4381 \N \N \N \N \N field_account_analytic_account_active 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1974 +4382 \N \N \N \N \N field_account_analytic_account_balance 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1975 +4383 \N \N \N \N \N field_account_analytic_account_name 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1976 +4384 \N \N \N \N \N field_account_analytic_account_credit 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1977 +4385 \N \N \N \N \N field_account_analytic_account_tag_ids 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1978 +4386 \N \N \N \N \N field_account_analytic_account_line_ids 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 analytic ir.model.fields 1979 +4387 \N \N \N \N \N field_account_analytic_account_message_unread 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1980 +4388 \N \N \N \N \N field_account_analytic_account_message_needaction_counter 2019-03-20 06:38:43.1745 2019-03-20 06:38:43.1745 mail ir.model.fields 1981 +4389 \N \N \N \N \N model_account_analytic_line 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model 143 +4390 \N \N \N \N \N field_account_analytic_line_create_uid 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1982 +4391 \N \N \N \N \N field_account_analytic_line_user_id 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1983 +4392 \N \N \N \N \N field_account_analytic_line_account_id 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1984 +4393 \N \N \N \N \N field_account_analytic_line___last_update 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1985 +4394 \N \N \N \N \N field_account_analytic_line_tag_ids 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1986 +4395 \N \N \N \N \N field_account_analytic_line_company_id 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1987 +4396 \N \N \N \N \N field_account_analytic_line_write_uid 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1988 +4397 \N \N \N \N \N field_account_analytic_line_currency_id 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1989 +4398 \N \N \N \N \N field_account_analytic_line_amount 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1990 +4399 \N \N \N \N \N field_account_analytic_line_unit_amount 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1991 +4400 \N \N \N \N \N field_account_analytic_line_date 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1992 +4401 \N \N \N \N \N field_account_analytic_line_display_name 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1993 +4402 \N \N \N \N \N field_account_analytic_line_create_date 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1994 +4403 \N \N \N \N \N field_account_analytic_line_write_date 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1995 +4404 \N \N \N \N \N field_account_analytic_line_partner_id 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1996 +4405 \N \N \N \N \N field_account_analytic_line_id 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1997 +4406 \N \N \N \N \N field_account_analytic_line_name 2019-03-20 06:38:43.335127 2019-03-20 06:38:43.335127 analytic ir.model.fields 1998 +4407 1 2019-03-20 06:38:43.686983 2019-03-20 06:38:43.686983 1 t analytic_comp_rule 2019-03-20 06:38:43 2019-03-20 06:38:43 analytic ir.rule 27 +4408 1 2019-03-20 06:38:43.686983 2019-03-20 06:38:43.686983 1 t analytic_line_comp_rule 2019-03-20 06:38:43 2019-03-20 06:38:43 analytic ir.rule 28 +4428 \N \N \N \N \N model_base_config_settings 2019-03-20 06:38:45.189607 2019-03-20 06:38:45.189607 auth_signup ir.model 118 +4429 \N \N \N \N \N field_base_config_settings_auth_signup_uninvited 2019-03-20 06:38:45.189607 2019-03-20 06:38:45.189607 auth_signup ir.model.fields 1999 +4430 \N \N \N \N \N field_base_config_settings_auth_signup_template_user_id 2019-03-20 06:38:45.189607 2019-03-20 06:38:45.189607 auth_signup ir.model.fields 2000 +4431 \N \N \N \N \N field_base_config_settings_auth_signup_reset_password 2019-03-20 06:38:45.189607 2019-03-20 06:38:45.189607 auth_signup ir.model.fields 2001 +4432 \N \N \N \N \N model_res_partner 2019-03-20 06:38:45.527678 2019-03-20 06:38:45.527678 auth_signup ir.model 79 +4433 \N \N \N \N \N field_res_partner_signup_valid 2019-03-20 06:38:45.527678 2019-03-20 06:38:45.527678 auth_signup ir.model.fields 2002 +4434 \N \N \N \N \N field_res_partner_signup_url 2019-03-20 06:38:45.527678 2019-03-20 06:38:45.527678 auth_signup ir.model.fields 2003 +4435 \N \N \N \N \N field_res_partner_signup_type 2019-03-20 06:38:45.527678 2019-03-20 06:38:45.527678 auth_signup ir.model.fields 2004 +4436 \N \N \N \N \N field_res_partner_signup_expiration 2019-03-20 06:38:45.527678 2019-03-20 06:38:45.527678 auth_signup ir.model.fields 2005 +4437 \N \N \N \N \N field_res_partner_signup_token 2019-03-20 06:38:45.527678 2019-03-20 06:38:45.527678 auth_signup ir.model.fields 2006 +4438 \N \N \N \N \N model_res_users 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model 91 +4439 \N \N \N \N \N field_res_users_signup_valid 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model.fields 2007 +4440 \N \N \N \N \N field_res_users_signup_url 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model.fields 2008 +4441 \N \N \N \N \N field_res_users_signup_token 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model.fields 2009 +4442 \N \N \N \N \N field_res_users_state 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model.fields 2010 +4443 \N \N \N \N \N field_res_users_signup_expiration 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model.fields 2011 +4444 \N \N \N \N \N field_res_users_signup_type 2019-03-20 06:38:45.655757 2019-03-20 06:38:45.655757 auth_signup ir.model.fields 2012 +4445 1 2019-03-20 06:38:45.797199 2019-03-20 06:38:45.797199 1 t default_template_user_res_partner 2019-03-20 06:38:46 2019-03-20 06:38:46 auth_signup res.partner 6 +4446 1 2019-03-20 06:38:45.797199 2019-03-20 06:38:45.797199 1 t default_template_user 2019-03-20 06:38:46 2019-03-20 06:38:46 auth_signup res.users 5 +4447 1 2019-03-20 06:38:45.797199 2019-03-20 06:38:45.797199 1 t default_template_user_config 2019-03-20 06:38:46 2019-03-20 06:38:46 auth_signup ir.config_parameter 7 +4448 1 2019-03-20 06:38:45.797199 2019-03-20 06:38:45.797199 1 t reset_password_email 2019-03-20 06:38:46 2019-03-20 06:38:46 auth_signup mail.template 3 +4449 1 2019-03-20 06:38:45.797199 2019-03-20 06:38:45.797199 1 t set_password_email 2019-03-20 06:38:46 2019-03-20 06:38:46 auth_signup mail.template 4 +4456 \N \N \N \N \N model_fetchmail_server 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model 144 +4457 \N \N \N \N \N field_fetchmail_server_create_date 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2013 +4458 \N \N \N \N \N field_fetchmail_server_write_uid 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2014 +4459 \N \N \N \N \N field_fetchmail_server_active 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2015 +4460 \N \N \N \N \N field_fetchmail_server_id 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2016 +4461 \N \N \N \N \N field_fetchmail_server_create_uid 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2017 +4462 \N \N \N \N \N field_fetchmail_server_configuration 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2018 +4463 \N \N \N \N \N field_fetchmail_server_display_name 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2019 +4464 \N \N \N \N \N field_fetchmail_server_script 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2020 +4465 \N \N \N \N \N field_fetchmail_server_object_id 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2021 +4466 \N \N \N \N \N field_fetchmail_server_port 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2022 +4467 \N \N \N \N \N field_fetchmail_server_priority 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2023 +4468 \N \N \N \N \N field_fetchmail_server_attach 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2024 +4469 \N \N \N \N \N field_fetchmail_server_state 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2025 +4470 \N \N \N \N \N field_fetchmail_server_type 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2026 +4471 \N \N \N \N \N field_fetchmail_server_action_id 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2027 +4472 \N \N \N \N \N field_fetchmail_server_user 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2028 +4473 \N \N \N \N \N field_fetchmail_server_write_date 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2029 +4474 \N \N \N \N \N field_fetchmail_server_date 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2030 +4475 \N \N \N \N \N field_fetchmail_server_password 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2031 +4476 \N \N \N \N \N field_fetchmail_server_name 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2032 +4477 \N \N \N \N \N field_fetchmail_server_is_ssl 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2033 +4478 \N \N \N \N \N field_fetchmail_server___last_update 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2034 +4479 \N \N \N \N \N field_fetchmail_server_server 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2035 +4480 \N \N \N \N \N field_fetchmail_server_message_ids 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2036 +4481 \N \N \N \N \N field_fetchmail_server_original 2019-03-20 06:38:46.947416 2019-03-20 06:38:46.947416 fetchmail ir.model.fields 2037 +4482 \N \N \N \N \N model_mail_mail 2019-03-20 06:38:47.333627 2019-03-20 06:38:47.333627 fetchmail ir.model 126 +4483 \N \N \N \N \N field_mail_mail_fetchmail_server_id 2019-03-20 06:38:47.333627 2019-03-20 06:38:47.333627 fetchmail ir.model.fields 2038 +4484 1 2019-03-20 06:38:47.430172 2019-03-20 06:38:47.430172 1 t ir_cron_mail_gateway_action 2019-03-20 06:38:47 2019-03-20 06:38:47 fetchmail ir.cron 4 +4494 \N \N \N \N \N model_base_config_settings 2019-03-20 06:38:48.535458 2019-03-20 06:38:48.535458 product ir.model 118 +4495 \N \N \N \N \N field_base_config_settings_company_share_product 2019-03-20 06:38:48.535458 2019-03-20 06:38:48.535458 product ir.model.fields 2039 +4496 \N \N \N \N \N field_base_config_settings_group_product_variant 2019-03-20 06:38:48.535458 2019-03-20 06:38:48.535458 product ir.model.fields 2040 +4497 \N \N \N \N \N model_decimal_precision 2019-03-20 06:38:49.132807 2019-03-20 06:38:49.132807 product ir.model 114 +4498 \N \N \N \N \N model_product_template 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model 145 +4499 \N \N \N \N \N field_product_template_warranty 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2041 +4500 \N \N \N \N \N field_product_template_message_follower_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2042 +4501 \N \N \N \N \N field_product_template_list_price 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2043 +4502 \N \N \N \N \N field_product_template_weight 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2044 +4503 \N \N \N \N \N field_product_template_sequence 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2045 +4504 \N \N \N \N \N field_product_template_color 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2046 +4485 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f access_fetchmail_server 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.model.access 174 +4486 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f view_email_server_tree 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.ui.view 286 +4487 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f view_email_server_form 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.ui.view 287 +4488 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f view_email_server_search 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.ui.view 288 +4489 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f action_email_server_tree 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.actions.act_window 102 +4505 \N \N \N \N \N field_product_template_message_channel_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2047 +4506 \N \N \N \N \N field_product_template_image 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2048 +4507 \N \N \N \N \N field_product_template_standard_price 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2049 +4508 \N \N \N \N \N field_product_template_attribute_line_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2050 +4509 \N \N \N \N \N field_product_template_write_uid 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2051 +4510 \N \N \N \N \N field_product_template_currency_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2052 +4511 \N \N \N \N \N field_product_template_uom_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2053 +4512 \N \N \N \N \N field_product_template_description_purchase 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2054 +4513 \N \N \N \N \N field_product_template_default_code 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2055 +4514 \N \N \N \N \N field_product_template_create_date 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2056 +4515 \N \N \N \N \N field_product_template_message_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2057 +4516 \N \N \N \N \N field_product_template_create_uid 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2058 +4517 \N \N \N \N \N field_product_template_display_name 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2059 +4518 \N \N \N \N \N field_product_template_sale_ok 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2060 +4519 \N \N \N \N \N field_product_template_item_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2061 +4520 \N \N \N \N \N field_product_template___last_update 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2062 +4521 \N \N \N \N \N field_product_template_purchase_ok 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2063 +4522 \N \N \N \N \N field_product_template_message_last_post 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2064 +4523 \N \N \N \N \N field_product_template_company_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2065 +4524 \N \N \N \N \N field_product_template_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2066 +4525 \N \N \N \N \N field_product_template_message_needaction 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2067 +4526 \N \N \N \N \N field_product_template_uom_po_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2068 +4527 \N \N \N \N \N field_product_template_pricelist_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2069 +4528 \N \N \N \N \N field_product_template_message_unread_counter 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2070 +4529 \N \N \N \N \N field_product_template_description_sale 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2071 +4530 \N \N \N \N \N field_product_template_message_partner_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2072 +4531 \N \N \N \N \N field_product_template_description 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2073 +4532 \N \N \N \N \N field_product_template_price 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2074 +4533 \N \N \N \N \N field_product_template_barcode 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2075 +4534 \N \N \N \N \N field_product_template_volume 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2076 +4535 \N \N \N \N \N field_product_template_write_date 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2077 +4536 \N \N \N \N \N field_product_template_active 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2078 +4537 \N \N \N \N \N field_product_template_categ_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2079 +4538 \N \N \N \N \N field_product_template_product_variant_count 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2080 +4539 \N \N \N \N \N field_product_template_name 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2081 +4540 \N \N \N \N \N field_product_template_rental 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2082 +4541 \N \N \N \N \N field_product_template_image_medium 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2083 +4542 \N \N \N \N \N field_product_template_message_is_follower 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2084 +4543 \N \N \N \N \N field_product_template_product_variant_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2085 +4544 \N \N \N \N \N field_product_template_type 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2086 +4545 \N \N \N \N \N field_product_template_image_small 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2087 +4546 \N \N \N \N \N field_product_template_packaging_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2088 +4547 \N \N \N \N \N field_product_template_lst_price 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2089 +4548 \N \N \N \N \N field_product_template_seller_ids 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2090 +4549 \N \N \N \N \N field_product_template_message_unread 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2091 +4550 \N \N \N \N \N field_product_template_message_needaction_counter 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 mail ir.model.fields 2092 +4551 \N \N \N \N \N field_product_template_product_variant_id 2019-03-20 06:38:49.1579 2019-03-20 06:38:49.1579 product ir.model.fields 2093 +4552 \N \N \N \N \N model_product_category 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model 146 +4553 \N \N \N \N \N field_product_category_create_uid 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2094 +4554 \N \N \N \N \N field_product_category_parent_right 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2095 +4555 \N \N \N \N \N field_product_category_display_name 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2096 +4556 \N \N \N \N \N field_product_category_name 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2097 +4557 \N \N \N \N \N field_product_category___last_update 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2098 +4558 \N \N \N \N \N field_product_category_write_uid 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2099 +4559 \N \N \N \N \N field_product_category_parent_id 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2100 +4560 \N \N \N \N \N field_product_category_parent_left 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2101 +4561 \N \N \N \N \N field_product_category_write_date 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2102 +4562 \N \N \N \N \N field_product_category_product_count 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2103 +4563 \N \N \N \N \N field_product_category_create_date 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2104 +4564 \N \N \N \N \N field_product_category_child_id 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2105 +4565 \N \N \N \N \N field_product_category_type 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2106 +4566 \N \N \N \N \N field_product_category_id 2019-03-20 06:38:49.471174 2019-03-20 06:38:49.471174 product ir.model.fields 2107 +4567 \N \N \N \N \N model_product_price_history 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model 147 +4568 \N \N \N \N \N field_product_price_history_create_uid 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2108 +4569 \N \N \N \N \N field_product_price_history_display_name 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2109 +4570 \N \N \N \N \N field_product_price_history_product_id 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2110 +4571 \N \N \N \N \N field_product_price_history___last_update 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2111 +4572 \N \N \N \N \N field_product_price_history_company_id 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2112 +4573 \N \N \N \N \N field_product_price_history_datetime 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2113 +4574 \N \N \N \N \N field_product_price_history_cost 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2114 +4575 \N \N \N \N \N field_product_price_history_write_date 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2115 +4576 \N \N \N \N \N field_product_price_history_create_date 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2116 +4577 \N \N \N \N \N field_product_price_history_write_uid 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2117 +4578 \N \N \N \N \N field_product_price_history_id 2019-03-20 06:38:49.5661 2019-03-20 06:38:49.5661 product ir.model.fields 2118 +4579 \N \N \N \N \N model_product_product 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model 148 +4580 \N \N \N \N \N field_product_product_warranty 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2119 +4581 \N \N \N \N \N field_product_product_message_follower_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2120 +4582 \N \N \N \N \N field_product_product_code 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2121 +4583 \N \N \N \N \N field_product_product_create_date 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2122 +4584 \N \N \N \N \N field_product_product_weight 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2123 +4585 \N \N \N \N \N field_product_product_sequence 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2124 +4586 \N \N \N \N \N field_product_product_message_needaction 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2125 +4587 \N \N \N \N \N field_product_product_message_channel_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2126 +4588 \N \N \N \N \N field_product_product_image 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2127 +4589 \N \N \N \N \N field_product_product_standard_price 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2128 +4590 \N \N \N \N \N field_product_product_attribute_line_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2129 +4591 \N \N \N \N \N field_product_product_price_extra 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2130 +4592 \N \N \N \N \N field_product_product_currency_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2131 +4593 \N \N \N \N \N field_product_product_uom_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2132 +4594 \N \N \N \N \N field_product_product_description_purchase 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2133 +4595 \N \N \N \N \N field_product_product_default_code 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2134 +4596 \N \N \N \N \N field_product_product_list_price 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2135 +4597 \N \N \N \N \N field_product_product_message_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2136 +4598 \N \N \N \N \N field_product_product_product_tmpl_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2137 +4599 \N \N \N \N \N field_product_product_display_name 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2138 +4600 \N \N \N \N \N field_product_product_sale_ok 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2139 +4601 \N \N \N \N \N field_product_product_message_is_follower 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2140 +4602 \N \N \N \N \N field_product_product___last_update 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2141 +4603 \N \N \N \N \N field_product_product_purchase_ok 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2142 +4604 \N \N \N \N \N field_product_product_message_last_post 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2143 +4605 \N \N \N \N \N field_product_product_company_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2144 +4606 \N \N \N \N \N field_product_product_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2145 +4607 \N \N \N \N \N field_product_product_image_variant 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2146 +4608 \N \N \N \N \N field_product_product_color 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2147 +4609 \N \N \N \N \N field_product_product_product_variant_count 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2148 +4610 \N \N \N \N \N field_product_product_uom_po_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2149 +4611 \N \N \N \N \N field_product_product_pricelist_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2150 +4612 \N \N \N \N \N field_product_product_message_unread_counter 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2151 +4613 \N \N \N \N \N field_product_product_description_sale 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2152 +4614 \N \N \N \N \N field_product_product_message_partner_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2153 +4615 \N \N \N \N \N field_product_product_description 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2154 +4616 \N \N \N \N \N field_product_product_create_uid 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2155 +4617 \N \N \N \N \N field_product_product_write_uid 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2156 +4618 \N \N \N \N \N field_product_product_price 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2157 +4619 \N \N \N \N \N field_product_product_barcode 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2158 +4620 \N \N \N \N \N field_product_product_volume 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2159 +4621 \N \N \N \N \N field_product_product_write_date 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2160 +4622 \N \N \N \N \N field_product_product_active 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2161 +4623 \N \N \N \N \N field_product_product_partner_ref 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2162 +4624 \N \N \N \N \N field_product_product_categ_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2163 +4625 \N \N \N \N \N field_product_product_pricelist_item_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2164 +4626 \N \N \N \N \N field_product_product_name 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2165 +4627 \N \N \N \N \N field_product_product_rental 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2166 +4628 \N \N \N \N \N field_product_product_image_medium 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2167 +4629 \N \N \N \N \N field_product_product_item_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2168 +4630 \N \N \N \N \N field_product_product_product_variant_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2169 +4631 \N \N \N \N \N field_product_product_type 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2170 +4632 \N \N \N \N \N field_product_product_image_small 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2171 +4633 \N \N \N \N \N field_product_product_packaging_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2172 +4634 \N \N \N \N \N field_product_product_lst_price 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2173 +4635 \N \N \N \N \N field_product_product_seller_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2174 +4636 \N \N \N \N \N field_product_product_attribute_value_ids 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2175 +4637 \N \N \N \N \N field_product_product_message_unread 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2176 +4638 \N \N \N \N \N field_product_product_message_needaction_counter 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 mail ir.model.fields 2177 +4639 \N \N \N \N \N field_product_product_product_variant_id 2019-03-20 06:38:49.633172 2019-03-20 06:38:49.633172 product ir.model.fields 2178 +4640 \N \N \N \N \N model_product_packaging 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model 149 +4641 \N \N \N \N \N field_product_packaging_create_uid 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2179 +4642 \N \N \N \N \N field_product_packaging_display_name 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2180 +4643 \N \N \N \N \N field_product_packaging_name 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2181 +4644 \N \N \N \N \N field_product_packaging_sequence 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2182 +4645 \N \N \N \N \N field_product_packaging___last_update 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2183 +4646 \N \N \N \N \N field_product_packaging_qty 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2184 +4647 \N \N \N \N \N field_product_packaging_product_tmpl_id 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2185 +4648 \N \N \N \N \N field_product_packaging_write_date 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2186 +4649 \N \N \N \N \N field_product_packaging_create_date 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2187 +4650 \N \N \N \N \N field_product_packaging_write_uid 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2188 +4651 \N \N \N \N \N field_product_packaging_id 2019-03-20 06:38:50.02899 2019-03-20 06:38:50.02899 product ir.model.fields 2189 +4652 \N \N \N \N \N model_product_supplierinfo 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model 150 +4653 \N \N \N \N \N field_product_supplierinfo_create_uid 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2190 +4654 \N \N \N \N \N field_product_supplierinfo_delay 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2191 +4655 \N \N \N \N \N field_product_supplierinfo___last_update 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2192 +4656 \N \N \N \N \N field_product_supplierinfo_display_name 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2193 +4657 \N \N \N \N \N field_product_supplierinfo_name 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2194 +4658 \N \N \N \N \N field_product_supplierinfo_product_uom 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2195 +4659 \N \N \N \N \N field_product_supplierinfo_sequence 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2196 +4660 \N \N \N \N \N field_product_supplierinfo_write_uid 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2197 +4661 \N \N \N \N \N field_product_supplierinfo_date_end 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2198 +4662 \N \N \N \N \N field_product_supplierinfo_date_start 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2199 +4663 \N \N \N \N \N field_product_supplierinfo_company_id 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2200 +4664 \N \N \N \N \N field_product_supplierinfo_product_name 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2201 +4665 \N \N \N \N \N field_product_supplierinfo_currency_id 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2202 +4666 \N \N \N \N \N field_product_supplierinfo_write_date 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2203 +4667 \N \N \N \N \N field_product_supplierinfo_id 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2204 +4668 \N \N \N \N \N field_product_supplierinfo_create_date 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2205 +4669 \N \N \N \N \N field_product_supplierinfo_min_qty 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2206 +4670 \N \N \N \N \N field_product_supplierinfo_product_code 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2207 +4671 \N \N \N \N \N field_product_supplierinfo_product_tmpl_id 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2208 +4672 \N \N \N \N \N field_product_supplierinfo_price 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2209 +4673 \N \N \N \N \N field_product_supplierinfo_product_id 2019-03-20 06:38:50.180564 2019-03-20 06:38:50.180564 product ir.model.fields 2210 +4674 \N \N \N \N \N model_product_attribute 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model 151 +4675 \N \N \N \N \N field_product_attribute_create_uid 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2211 +4676 \N \N \N \N \N field_product_attribute_display_name 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2212 +4677 \N \N \N \N \N field_product_attribute_name 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2213 +4678 \N \N \N \N \N field_product_attribute_sequence 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2214 +4679 \N \N \N \N \N field_product_attribute___last_update 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2215 +4680 \N \N \N \N \N field_product_attribute_attribute_line_ids 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2216 +4681 \N \N \N \N \N field_product_attribute_value_ids 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2217 +4682 \N \N \N \N \N field_product_attribute_write_uid 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2218 +4683 \N \N \N \N \N field_product_attribute_write_date 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2219 +4684 \N \N \N \N \N field_product_attribute_create_variant 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2220 +4685 \N \N \N \N \N field_product_attribute_create_date 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2221 +4686 \N \N \N \N \N field_product_attribute_id 2019-03-20 06:38:50.410451 2019-03-20 06:38:50.410451 product ir.model.fields 2222 +4687 \N \N \N \N \N model_product_attribute_value 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model 152 +4688 \N \N \N \N \N field_product_attribute_value_create_uid 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2223 +4689 \N \N \N \N \N field_product_attribute_value_display_name 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2224 +4690 \N \N \N \N \N field_product_attribute_value_name 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2225 +4691 \N \N \N \N \N field_product_attribute_value_sequence 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2226 +4692 \N \N \N \N \N field_product_attribute_value___last_update 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2227 +4693 \N \N \N \N \N field_product_attribute_value_price_extra 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2228 +4694 \N \N \N \N \N field_product_attribute_value_price_ids 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2229 +4695 \N \N \N \N \N field_product_attribute_value_attribute_id 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2230 +4696 \N \N \N \N \N field_product_attribute_value_product_ids 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2231 +4697 \N \N \N \N \N field_product_attribute_value_write_date 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2232 +4698 \N \N \N \N \N field_product_attribute_value_create_date 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2233 +4699 \N \N \N \N \N field_product_attribute_value_write_uid 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2234 +4700 \N \N \N \N \N field_product_attribute_value_id 2019-03-20 06:38:50.493314 2019-03-20 06:38:50.493314 product ir.model.fields 2235 +4701 \N \N \N \N \N model_product_attribute_price 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model 153 +4702 \N \N \N \N \N field_product_attribute_price_create_uid 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2236 +4703 \N \N \N \N \N field_product_attribute_price_display_name 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2237 +4704 \N \N \N \N \N field_product_attribute_price___last_update 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2238 +4705 \N \N \N \N \N field_product_attribute_price_price_extra 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2239 +4706 \N \N \N \N \N field_product_attribute_price_product_tmpl_id 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2240 +4707 \N \N \N \N \N field_product_attribute_price_value_id 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2241 +4708 \N \N \N \N \N field_product_attribute_price_write_date 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2242 +4709 \N \N \N \N \N field_product_attribute_price_create_date 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2243 +4710 \N \N \N \N \N field_product_attribute_price_write_uid 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2244 +4711 \N \N \N \N \N field_product_attribute_price_id 2019-03-20 06:38:50.599752 2019-03-20 06:38:50.599752 product ir.model.fields 2245 +4712 \N \N \N \N \N model_product_attribute_line 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model 154 +4713 \N \N \N \N \N field_product_attribute_line_create_uid 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2246 +4714 \N \N \N \N \N field_product_attribute_line_display_name 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2247 +4715 \N \N \N \N \N field_product_attribute_line___last_update 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2248 +4716 \N \N \N \N \N field_product_attribute_line_value_ids 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2249 +4717 \N \N \N \N \N field_product_attribute_line_write_uid 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2250 +4718 \N \N \N \N \N field_product_attribute_line_product_tmpl_id 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2251 +4719 \N \N \N \N \N field_product_attribute_line_attribute_id 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2252 +4720 \N \N \N \N \N field_product_attribute_line_write_date 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2253 +4721 \N \N \N \N \N field_product_attribute_line_create_date 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2254 +4722 \N \N \N \N \N field_product_attribute_line_id 2019-03-20 06:38:50.67737 2019-03-20 06:38:50.67737 product ir.model.fields 2255 +4723 \N \N \N \N \N model_product_pricelist 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model 155 +4724 \N \N \N \N \N field_product_pricelist_create_uid 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2256 +4725 \N \N \N \N \N field_product_pricelist_display_name 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2257 +4726 \N \N \N \N \N field_product_pricelist_name 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2258 +4727 \N \N \N \N \N field_product_pricelist_item_ids 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2259 +4728 \N \N \N \N \N field_product_pricelist_sequence 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2260 +4729 \N \N \N \N \N field_product_pricelist___last_update 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2261 +4730 \N \N \N \N \N field_product_pricelist_company_id 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2262 +4731 \N \N \N \N \N field_product_pricelist_write_uid 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2263 +4732 \N \N \N \N \N field_product_pricelist_currency_id 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2264 +4733 \N \N \N \N \N field_product_pricelist_country_group_ids 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2265 +4734 \N \N \N \N \N field_product_pricelist_write_date 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2266 +4735 \N \N \N \N \N field_product_pricelist_active 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2267 +4736 \N \N \N \N \N field_product_pricelist_create_date 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2268 +4737 \N \N \N \N \N field_product_pricelist_id 2019-03-20 06:38:50.781687 2019-03-20 06:38:50.781687 product ir.model.fields 2269 +4738 \N \N \N \N \N model_res_country_group 2019-03-20 06:38:50.990408 2019-03-20 06:38:50.990408 product ir.model 74 +4739 \N \N \N \N \N field_res_country_group_pricelist_ids 2019-03-20 06:38:50.990408 2019-03-20 06:38:50.990408 product ir.model.fields 2270 +4740 \N \N \N \N \N model_product_pricelist_item 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model 156 +4741 \N \N \N \N \N field_product_pricelist_item_fixed_price 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2271 +4742 \N \N \N \N \N field_product_pricelist_item_create_date 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2272 +4743 \N \N \N \N \N field_product_pricelist_item_price_discount 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2273 +4744 \N \N \N \N \N field_product_pricelist_item_sequence 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2274 +4745 \N \N \N \N \N field_product_pricelist_item_price_max_margin 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2275 +4746 \N \N \N \N \N field_product_pricelist_item_date_end 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2276 +4747 \N \N \N \N \N field_product_pricelist_item_write_uid 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2277 +4748 \N \N \N \N \N field_product_pricelist_item_currency_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2278 +4749 \N \N \N \N \N field_product_pricelist_item_applied_on 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2279 +4750 \N \N \N \N \N field_product_pricelist_item_min_quantity 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2280 +4751 \N \N \N \N \N field_product_pricelist_item_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2281 +4752 \N \N \N \N \N field_product_pricelist_item_create_uid 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2282 +4753 \N \N \N \N \N field_product_pricelist_item_percent_price 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2283 +4754 \N \N \N \N \N field_product_pricelist_item___last_update 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2284 +4755 \N \N \N \N \N field_product_pricelist_item_date_start 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2285 +4756 \N \N \N \N \N field_product_pricelist_item_company_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2286 +4757 \N \N \N \N \N field_product_pricelist_item_product_tmpl_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2287 +4758 \N \N \N \N \N field_product_pricelist_item_pricelist_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2288 +4759 \N \N \N \N \N field_product_pricelist_item_price_surcharge 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2289 +4760 \N \N \N \N \N field_product_pricelist_item_price 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2290 +4761 \N \N \N \N \N field_product_pricelist_item_compute_price 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2291 +4762 \N \N \N \N \N field_product_pricelist_item_base 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2292 +4763 \N \N \N \N \N field_product_pricelist_item_write_date 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2293 +4764 \N \N \N \N \N field_product_pricelist_item_display_name 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2294 +4765 \N \N \N \N \N field_product_pricelist_item_categ_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2295 +4766 \N \N \N \N \N field_product_pricelist_item_product_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2296 +4767 \N \N \N \N \N field_product_pricelist_item_price_round 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2297 +4768 \N \N \N \N \N field_product_pricelist_item_price_min_margin 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2298 +4769 \N \N \N \N \N field_product_pricelist_item_name 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2299 +4770 \N \N \N \N \N field_product_pricelist_item_base_pricelist_id 2019-03-20 06:38:51.029274 2019-03-20 06:38:51.029274 product ir.model.fields 2300 +4771 \N \N \N \N \N model_product_uom_categ 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model 157 +4772 \N \N \N \N \N field_product_uom_categ_create_uid 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2301 +4773 \N \N \N \N \N field_product_uom_categ_create_date 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2302 +4774 \N \N \N \N \N field_product_uom_categ_name 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2303 +4775 \N \N \N \N \N field_product_uom_categ___last_update 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2304 +4776 \N \N \N \N \N field_product_uom_categ_write_uid 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2305 +4777 \N \N \N \N \N field_product_uom_categ_write_date 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2306 +4778 \N \N \N \N \N field_product_uom_categ_display_name 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2307 +4779 \N \N \N \N \N field_product_uom_categ_id 2019-03-20 06:38:51.247011 2019-03-20 06:38:51.247011 product ir.model.fields 2308 +4780 \N \N \N \N \N model_product_uom 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model 158 +4781 \N \N \N \N \N field_product_uom_create_uid 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2309 +4782 \N \N \N \N \N field_product_uom_display_name 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2310 +4783 \N \N \N \N \N field_product_uom_name 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2311 +4784 \N \N \N \N \N field_product_uom_factor_inv 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2312 +4785 \N \N \N \N \N field_product_uom_rounding 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2313 +4786 \N \N \N \N \N field_product_uom___last_update 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2314 +4787 \N \N \N \N \N field_product_uom_write_uid 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2315 +4788 \N \N \N \N \N field_product_uom_uom_type 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2316 +4789 \N \N \N \N \N field_product_uom_write_date 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2317 +4790 \N \N \N \N \N field_product_uom_factor 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2318 +4791 \N \N \N \N \N field_product_uom_active 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2319 +4792 \N \N \N \N \N field_product_uom_create_date 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2320 +4793 \N \N \N \N \N field_product_uom_category_id 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2321 +4794 \N \N \N \N \N field_product_uom_id 2019-03-20 06:38:51.334735 2019-03-20 06:38:51.334735 product ir.model.fields 2322 +4795 \N \N \N \N \N model_res_company 2019-03-20 06:38:51.455441 2019-03-20 06:38:51.455441 product ir.model 88 +4796 \N \N \N \N \N model_res_partner 2019-03-20 06:38:51.539655 2019-03-20 06:38:51.539655 product ir.model 79 +4797 \N \N \N \N \N field_res_partner_property_product_pricelist 2019-03-20 06:38:51.539655 2019-03-20 06:38:51.539655 product ir.model.fields 2323 +4798 \N \N \N \N \N model_report_product_report_pricelist 2019-03-20 06:38:51.62427 2019-03-20 06:38:51.62427 product ir.model 159 +4799 \N \N \N \N \N field_report_product_report_pricelist_display_name 2019-03-20 06:38:51.62427 2019-03-20 06:38:51.62427 product ir.model.fields 2324 +4800 \N \N \N \N \N field_report_product_report_pricelist_id 2019-03-20 06:38:51.62427 2019-03-20 06:38:51.62427 product ir.model.fields 2325 +4801 \N \N \N \N \N field_report_product_report_pricelist___last_update 2019-03-20 06:38:51.62427 2019-03-20 06:38:51.62427 product ir.model.fields 2326 +4802 \N \N \N \N \N model_product_price_list 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model 160 +4803 \N \N \N \N \N field_product_price_list_create_uid 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2327 +4804 \N \N \N \N \N field_product_price_list_display_name 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2328 +4805 \N \N \N \N \N field_product_price_list___last_update 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2329 +4806 \N \N \N \N \N field_product_price_list_price_list 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2330 +4807 \N \N \N \N \N field_product_price_list_write_uid 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2331 +4808 \N \N \N \N \N field_product_price_list_qty1 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2332 +4809 \N \N \N \N \N field_product_price_list_qty2 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2333 +4810 \N \N \N \N \N field_product_price_list_qty3 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2334 +4811 \N \N \N \N \N field_product_price_list_qty4 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2335 +4812 \N \N \N \N \N field_product_price_list_qty5 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2336 +4813 \N \N \N \N \N field_product_price_list_write_date 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2337 +4814 \N \N \N \N \N field_product_price_list_create_date 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2338 +4815 \N \N \N \N \N field_product_price_list_id 2019-03-20 06:38:51.635913 2019-03-20 06:38:51.635913 product ir.model.fields 2339 +4816 \N \N \N \N \N field_res_users_property_product_pricelist 2019-03-20 06:38:51.708478 2019-03-20 06:38:51.708478 product ir.model.fields 2340 +4817 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_category_all 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.category 1 +4818 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_category_1 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.category 2 +4819 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_categ_unit 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom.categ 1 +4820 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_categ_kgm 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom.categ 2 +4821 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t uom_categ_wtime 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom.categ 3 +4822 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t uom_categ_length 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom.categ 4 +4823 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_categ_vol 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom.categ 5 +4824 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t decimal_price 2019-03-20 06:38:52 2019-03-20 06:38:52 product decimal.precision 1 +4825 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t decimal_discount 2019-03-20 06:38:52 2019-03-20 06:38:52 product decimal.precision 2 +4826 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t decimal_stock_weight 2019-03-20 06:38:52 2019-03-20 06:38:52 product decimal.precision 3 +4827 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t decimal_product_uom 2019-03-20 06:38:52 2019-03-20 06:38:52 product decimal.precision 4 +4828 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_unit 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 1 +4829 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_dozen 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 2 +4830 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_kgm 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 3 +4831 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_gram 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 4 +4832 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_hour 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 5 +4833 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_day 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 6 +4834 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_ton 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 7 +4835 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_meter 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 8 +4836 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_km 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 9 +4837 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_cm 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 10 +4838 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_litre 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 11 +4839 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_lb 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 12 +4840 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_oz 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 13 +4841 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_inch 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 14 +4842 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_foot 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 15 +4843 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_mile 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 16 +4844 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_floz 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 17 +4845 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_qt 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 18 +4846 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_uom_gal 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.uom 19 +4847 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t req_link_product 2019-03-20 06:38:52 2019-03-20 06:38:52 product res.request.link 2 +4848 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t list0 2019-03-20 06:38:52 2019-03-20 06:38:52 product product.pricelist 1 +4856 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_comp_rule 2019-03-20 06:38:54 2019-03-20 06:38:54 product ir.rule 29 +4857 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_pricelist_comp_rule 2019-03-20 06:38:54 2019-03-20 06:38:54 product ir.rule 30 +4858 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_pricelist_item_comp_rule 2019-03-20 06:38:54 2019-03-20 06:38:54 product ir.rule 31 +4859 1 2019-03-20 06:38:52.19915 2019-03-20 06:38:52.19915 1 t product_supplierinfo_comp_rule 2019-03-20 06:38:54 2019-03-20 06:38:54 product ir.rule 32 +4932 \N \N \N \N \N model_account_fiscal_position 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model 161 +4933 \N \N \N \N \N field_account_fiscal_position_create_date 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2341 +4934 \N \N \N \N \N field_account_fiscal_position_zip_to 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2342 +4935 \N \N \N \N \N field_account_fiscal_position_sequence 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2343 +4936 \N \N \N \N \N field_account_fiscal_position_auto_apply 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2344 +4937 \N \N \N \N \N field_account_fiscal_position_write_uid 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2345 +4938 \N \N \N \N \N field_account_fiscal_position_vat_required 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2346 +4939 \N \N \N \N \N field_account_fiscal_position_id 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2347 +4940 \N \N \N \N \N field_account_fiscal_position_create_uid 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2348 +4941 \N \N \N \N \N field_account_fiscal_position_display_name 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2349 +4942 \N \N \N \N \N field_account_fiscal_position___last_update 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2350 +4943 \N \N \N \N \N field_account_fiscal_position_country_id 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2351 +4944 \N \N \N \N \N field_account_fiscal_position_company_id 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2352 +4945 \N \N \N \N \N field_account_fiscal_position_note 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2353 +4946 \N \N \N \N \N field_account_fiscal_position_tax_ids 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2354 +4947 \N \N \N \N \N field_account_fiscal_position_country_group_id 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2355 +4948 \N \N \N \N \N field_account_fiscal_position_states_count 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2356 +4949 \N \N \N \N \N field_account_fiscal_position_account_ids 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2357 +4950 \N \N \N \N \N field_account_fiscal_position_write_date 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2358 +4951 \N \N \N \N \N field_account_fiscal_position_active 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2359 +4952 \N \N \N \N \N field_account_fiscal_position_name 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2360 +4953 \N \N \N \N \N field_account_fiscal_position_state_ids 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2361 +4954 \N \N \N \N \N field_account_fiscal_position_zip_from 2019-03-20 06:38:59.125 2019-03-20 06:38:59.125 account ir.model.fields 2362 +4955 \N \N \N \N \N model_account_fiscal_position_tax 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model 162 +4956 \N \N \N \N \N field_account_fiscal_position_tax_create_uid 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2363 +4957 \N \N \N \N \N field_account_fiscal_position_tax_display_name 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2364 +4958 \N \N \N \N \N field_account_fiscal_position_tax___last_update 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2365 +4959 \N \N \N \N \N field_account_fiscal_position_tax_position_id 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2366 +4960 \N \N \N \N \N field_account_fiscal_position_tax_tax_src_id 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2367 +4961 \N \N \N \N \N field_account_fiscal_position_tax_write_uid 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2368 +4962 \N \N \N \N \N field_account_fiscal_position_tax_tax_dest_id 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2369 +4963 \N \N \N \N \N field_account_fiscal_position_tax_write_date 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2370 +4964 \N \N \N \N \N field_account_fiscal_position_tax_create_date 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2371 +4965 \N \N \N \N \N field_account_fiscal_position_tax_id 2019-03-20 06:38:59.922192 2019-03-20 06:38:59.922192 account ir.model.fields 2372 +4966 \N \N \N \N \N model_account_fiscal_position_account 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model 163 +4967 \N \N \N \N \N field_account_fiscal_position_account_create_uid 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2373 +4968 \N \N \N \N \N field_account_fiscal_position_account_display_name 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2374 +4969 \N \N \N \N \N field_account_fiscal_position_account___last_update 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2375 +4970 \N \N \N \N \N field_account_fiscal_position_account_position_id 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2376 +4971 \N \N \N \N \N field_account_fiscal_position_account_write_uid 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2377 +4972 \N \N \N \N \N field_account_fiscal_position_account_account_dest_id 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2378 +4973 \N \N \N \N \N field_account_fiscal_position_account_write_date 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2379 +4974 \N \N \N \N \N field_account_fiscal_position_account_create_date 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2380 +4975 \N \N \N \N \N field_account_fiscal_position_account_account_src_id 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2381 +4976 \N \N \N \N \N field_account_fiscal_position_account_id 2019-03-20 06:38:59.995205 2019-03-20 06:38:59.995205 account ir.model.fields 2382 +4977 \N \N \N \N \N model_res_partner 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model 79 +4978 \N \N \N \N \N field_res_partner_bank_account_count 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2383 +4979 \N \N \N \N \N field_res_partner_journal_item_count 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2384 +4980 \N \N \N \N \N field_res_partner_contracts_count 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2385 +4981 \N \N \N \N \N field_res_partner_property_supplier_payment_term_id 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2386 +4982 \N \N \N \N \N field_res_partner_debit_limit 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2387 +4983 \N \N \N \N \N field_res_partner_contract_ids 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2388 +4984 \N \N \N \N \N field_res_partner_total_invoiced 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2389 +4985 \N \N \N \N \N field_res_partner_has_unreconciled_entries 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2390 +4986 \N \N \N \N \N field_res_partner_currency_id 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2391 +4987 \N \N \N \N \N field_res_partner_debit 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2392 +4988 \N \N \N \N \N field_res_partner_issued_total 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2393 +4989 \N \N \N \N \N field_res_partner_property_account_payable_id 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2394 +4990 \N \N \N \N \N field_res_partner_credit 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2395 +4991 \N \N \N \N \N field_res_partner_invoice_ids 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2396 +4992 \N \N \N \N \N field_res_partner_trust 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2397 +4993 \N \N \N \N \N field_res_partner_property_payment_term_id 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2398 +4994 \N \N \N \N \N field_res_partner_ref_company_ids 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2399 +4995 \N \N \N \N \N field_res_partner_last_time_entries_checked 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2400 +4996 \N \N \N \N \N field_res_partner_invoice_warn_msg 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2401 +4997 \N \N \N \N \N field_res_partner_property_account_receivable_id 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2402 +4998 \N \N \N \N \N field_res_partner_invoice_warn 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2403 +4999 \N \N \N \N \N field_res_partner_property_account_position_id 2019-03-20 06:39:00.066956 2019-03-20 06:39:00.066956 account ir.model.fields 2404 +5000 \N \N \N \N \N model_account_account_type 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model 164 +5001 \N \N \N \N \N field_account_account_type_create_uid 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2405 +5002 \N \N \N \N \N field_account_account_type_display_name 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2406 +5003 \N \N \N \N \N field_account_account_type_name 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2407 +5004 \N \N \N \N \N field_account_account_type___last_update 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2408 +5005 \N \N \N \N \N field_account_account_type_write_uid 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2409 +5006 \N \N \N \N \N field_account_account_type_note 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2410 +5007 \N \N \N \N \N field_account_account_type_write_date 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2411 +5008 \N \N \N \N \N field_account_account_type_create_date 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2412 +5009 \N \N \N \N \N field_account_account_type_include_initial_balance 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2413 +5010 \N \N \N \N \N field_account_account_type_type 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2414 +5011 \N \N \N \N \N field_account_account_type_id 2019-03-20 06:39:00.244583 2019-03-20 06:39:00.244583 account ir.model.fields 2415 +5012 \N \N \N \N \N model_account_account_tag 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model 165 +5013 \N \N \N \N \N field_account_account_tag_create_uid 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2416 +5014 \N \N \N \N \N field_account_account_tag_display_name 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2417 +5015 \N \N \N \N \N field_account_account_tag_name 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2418 +5016 \N \N \N \N \N field_account_account_tag___last_update 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2419 +5017 \N \N \N \N \N field_account_account_tag_color 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2420 +5018 \N \N \N \N \N field_account_account_tag_write_uid 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2421 +5019 \N \N \N \N \N field_account_account_tag_applicability 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2422 +5020 \N \N \N \N \N field_account_account_tag_write_date 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2423 +5021 \N \N \N \N \N field_account_account_tag_create_date 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2424 +5022 \N \N \N \N \N field_account_account_tag_id 2019-03-20 06:39:00.342791 2019-03-20 06:39:00.342791 account ir.model.fields 2425 +5023 \N \N \N \N \N model_account_account 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model 166 +5024 \N \N \N \N \N field_account_account_note 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2426 +5025 \N \N \N \N \N field_account_account_internal_type 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2427 +5026 \N \N \N \N \N field_account_account_display_name 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2428 +5027 \N \N \N \N \N field_account_account_name 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2429 +5028 \N \N \N \N \N field_account_account_create_uid 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2430 +5029 \N \N \N \N \N field_account_account_deprecated 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2431 +5030 \N \N \N \N \N field_account_account___last_update 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2432 +5031 \N \N \N \N \N field_account_account_tag_ids 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2433 +5032 \N \N \N \N \N field_account_account_company_id 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2434 +5033 \N \N \N \N \N field_account_account_write_uid 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2435 +5034 \N \N \N \N \N field_account_account_currency_id 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2436 +5035 \N \N \N \N \N field_account_account_code 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2437 +5036 \N \N \N \N \N field_account_account_write_date 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2438 +5037 \N \N \N \N \N field_account_account_user_type_id 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2439 +5038 \N \N \N \N \N field_account_account_create_date 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2440 +5039 \N \N \N \N \N field_account_account_last_time_entries_checked 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2441 +5040 \N \N \N \N \N field_account_account_tax_ids 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2442 +5041 \N \N \N \N \N field_account_account_id 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2443 +5042 \N \N \N \N \N field_account_account_reconcile 2019-03-20 06:39:00.426175 2019-03-20 06:39:00.426175 account ir.model.fields 2444 +5043 \N \N \N \N \N model_account_journal 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model 167 +5044 \N \N \N \N \N field_account_journal_code 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2445 +5045 \N \N \N \N \N field_account_journal_create_date 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2446 +5046 \N \N \N \N \N field_account_journal_sequence 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2447 +5047 \N \N \N \N \N field_account_journal_write_uid 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2448 +5048 \N \N \N \N \N field_account_journal_currency_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2449 +5049 \N \N \N \N \N field_account_journal_at_least_one_inbound 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2450 +5050 \N \N \N \N \N field_account_journal_account_control_ids 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2451 +5051 \N \N \N \N \N field_account_journal_bank_statements_source 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2452 +5052 \N \N \N \N \N field_account_journal_bank_account_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2453 +5053 \N \N \N \N \N field_account_journal_create_uid 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2454 +5054 \N \N \N \N \N field_account_journal_display_name 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2455 +5055 \N \N \N \N \N field_account_journal___last_update 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2456 +5056 \N \N \N \N \N field_account_journal_group_invoice_lines 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2457 +5057 \N \N \N \N \N field_account_journal_company_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2458 +5058 \N \N \N \N \N field_account_journal_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2459 +5059 \N \N \N \N \N field_account_journal_outbound_payment_method_ids 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2460 +5060 \N \N \N \N \N field_account_journal_profit_account_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2461 +5061 \N \N \N \N \N field_account_journal_display_on_footer 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2462 +5062 \N \N \N \N \N field_account_journal_bank_acc_number 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2463 +5063 \N \N \N \N \N field_account_journal_kanban_dashboard 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2464 +5064 \N \N \N \N \N field_account_journal_default_debit_account_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2465 +5065 \N \N \N \N \N field_account_journal_show_on_dashboard 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2466 +5066 \N \N \N \N \N field_account_journal_default_credit_account_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2467 +5067 \N \N \N \N \N field_account_journal_kanban_dashboard_graph 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2468 +5068 \N \N \N \N \N field_account_journal_inbound_payment_method_ids 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2469 +5069 \N \N \N \N \N field_account_journal_type_control_ids 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2470 +5070 \N \N \N \N \N field_account_journal_sequence_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2471 +5071 \N \N \N \N \N field_account_journal_write_date 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2472 +5072 \N \N \N \N \N field_account_journal_refund_sequence_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2473 +5073 \N \N \N \N \N field_account_journal_loss_account_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2474 +5074 \N \N \N \N \N field_account_journal_update_posted 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2475 +5075 \N \N \N \N \N field_account_journal_name 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2476 +5076 \N \N \N \N \N field_account_journal_type 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2477 +5077 \N \N \N \N \N field_account_journal_bank_id 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2478 +5078 \N \N \N \N \N field_account_journal_at_least_one_outbound 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2479 +5079 \N \N \N \N \N field_account_journal_refund_sequence 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2480 +5080 \N \N \N \N \N field_account_journal_belongs_to_company 2019-03-20 06:39:00.801123 2019-03-20 06:39:00.801123 account ir.model.fields 2481 +5081 \N \N \N \N \N model_res_partner_bank 2019-03-20 06:39:01.395267 2019-03-20 06:39:01.395267 account ir.model 81 +5082 \N \N \N \N \N field_res_partner_bank_journal_id 2019-03-20 06:39:01.395267 2019-03-20 06:39:01.395267 account ir.model.fields 2482 +5083 \N \N \N \N \N model_account_tax_group 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model 168 +5084 \N \N \N \N \N field_account_tax_group_create_uid 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2483 +5085 \N \N \N \N \N field_account_tax_group_create_date 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2484 +5086 \N \N \N \N \N field_account_tax_group_name 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2485 +5087 \N \N \N \N \N field_account_tax_group_sequence 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2486 +5088 \N \N \N \N \N field_account_tax_group___last_update 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2487 +5089 \N \N \N \N \N field_account_tax_group_write_uid 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2488 +5090 \N \N \N \N \N field_account_tax_group_write_date 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2489 +5091 \N \N \N \N \N field_account_tax_group_display_name 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2490 +5092 \N \N \N \N \N field_account_tax_group_id 2019-03-20 06:39:01.458707 2019-03-20 06:39:01.458707 account ir.model.fields 2491 +5093 \N \N \N \N \N model_account_tax 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model 169 +5094 \N \N \N \N \N field_account_tax_create_date 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2492 +5095 \N \N \N \N \N field_account_tax_sequence 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2493 +5096 \N \N \N \N \N field_account_tax_children_tax_ids 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2494 +5097 \N \N \N \N \N field_account_tax_write_uid 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2495 +5098 \N \N \N \N \N field_account_tax_include_base_amount 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2496 +5099 \N \N \N \N \N field_account_tax_id 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2497 +5100 \N \N \N \N \N field_account_tax_description 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2498 +5101 \N \N \N \N \N field_account_tax_create_uid 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2499 +5102 \N \N \N \N \N field_account_tax_display_name 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2500 +5103 \N \N \N \N \N field_account_tax___last_update 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2501 +5104 \N \N \N \N \N field_account_tax_tag_ids 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2502 +5105 \N \N \N \N \N field_account_tax_company_id 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2503 +5106 \N \N \N \N \N field_account_tax_analytic 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2504 +5107 \N \N \N \N \N field_account_tax_account_id 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2505 +5108 \N \N \N \N \N field_account_tax_tax_adjustment 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2506 +5109 \N \N \N \N \N field_account_tax_type_tax_use 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2507 +5110 \N \N \N \N \N field_account_tax_refund_account_id 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2508 +5111 \N \N \N \N \N field_account_tax_write_date 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2509 +5112 \N \N \N \N \N field_account_tax_active 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2510 +5113 \N \N \N \N \N field_account_tax_amount_type 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2511 +5114 \N \N \N \N \N field_account_tax_name 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2512 +5115 \N \N \N \N \N field_account_tax_tax_group_id 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2513 +5116 \N \N \N \N \N field_account_tax_amount 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2514 +5117 \N \N \N \N \N field_account_tax_price_include 2019-03-20 06:39:01.623155 2019-03-20 06:39:01.623155 account ir.model.fields 2515 +5118 \N \N \N \N \N model_account_reconcile_model 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model 170 +5119 \N \N \N \N \N field_account_reconcile_model_second_analytic_account_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2516 +5120 \N \N \N \N \N field_account_reconcile_model_create_date 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2517 +5121 \N \N \N \N \N field_account_reconcile_model_sequence 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2518 +5122 \N \N \N \N \N field_account_reconcile_model_second_amount_type 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2519 +5123 \N \N \N \N \N field_account_reconcile_model_second_journal_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2520 +5124 \N \N \N \N \N field_account_reconcile_model_journal_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2521 +5125 \N \N \N \N \N field_account_reconcile_model_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2522 +5126 \N \N \N \N \N field_account_reconcile_model_analytic_account_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2523 +5127 \N \N \N \N \N field_account_reconcile_model_create_uid 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2524 +5128 \N \N \N \N \N field_account_reconcile_model_display_name 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2525 +5129 \N \N \N \N \N field_account_reconcile_model_second_tax_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2526 +5130 \N \N \N \N \N field_account_reconcile_model_has_second_line 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2527 +5131 \N \N \N \N \N field_account_reconcile_model_company_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2528 +5132 \N \N \N \N \N field_account_reconcile_model_label 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2529 +5133 \N \N \N \N \N field_account_reconcile_model_second_label 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2530 +5134 \N \N \N \N \N field_account_reconcile_model_second_account_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2531 +5135 \N \N \N \N \N field_account_reconcile_model_account_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2532 +5136 \N \N \N \N \N field_account_reconcile_model_write_date 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2533 +5137 \N \N \N \N \N field_account_reconcile_model_write_uid 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2534 +5138 \N \N \N \N \N field_account_reconcile_model_tax_id 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2535 +5139 \N \N \N \N \N field_account_reconcile_model_amount_type 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2536 +5140 \N \N \N \N \N field_account_reconcile_model_name 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2537 +5141 \N \N \N \N \N field_account_reconcile_model___last_update 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2538 +5142 \N \N \N \N \N field_account_reconcile_model_amount 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2539 +5143 \N \N \N \N \N field_account_reconcile_model_second_amount 2019-03-20 06:39:01.955815 2019-03-20 06:39:01.955815 account ir.model.fields 2540 +5144 \N \N \N \N \N model_account_payment_method 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model 171 +5145 \N \N \N \N \N field_account_payment_method_create_uid 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2541 +5146 \N \N \N \N \N field_account_payment_method_code 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2542 +5147 \N \N \N \N \N field_account_payment_method_display_name 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2543 +5148 \N \N \N \N \N field_account_payment_method_name 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2544 +5149 \N \N \N \N \N field_account_payment_method___last_update 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2545 +5150 \N \N \N \N \N field_account_payment_method_write_uid 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2546 +5151 \N \N \N \N \N field_account_payment_method_payment_type 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2547 +5152 \N \N \N \N \N field_account_payment_method_write_date 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2548 +5153 \N \N \N \N \N field_account_payment_method_create_date 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2549 +5154 \N \N \N \N \N field_account_payment_method_id 2019-03-20 06:39:02.174061 2019-03-20 06:39:02.174061 account ir.model.fields 2550 +5155 \N \N \N \N \N model_account_abstract_payment 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model 172 +5156 \N \N \N \N \N field_account_abstract_payment_payment_date 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2551 +5157 \N \N \N \N \N field_account_abstract_payment_display_name 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2552 +5158 \N \N \N \N \N field_account_abstract_payment_hide_payment_method 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2553 +5159 \N \N \N \N \N field_account_abstract_payment_payment_method_code 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2554 +5160 \N \N \N \N \N field_account_abstract_payment_communication 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2555 +5161 \N \N \N \N \N field_account_abstract_payment___last_update 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2556 +5162 \N \N \N \N \N field_account_abstract_payment_company_id 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2557 +5163 \N \N \N \N \N field_account_abstract_payment_journal_id 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2558 +5164 \N \N \N \N \N field_account_abstract_payment_currency_id 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2559 +5165 \N \N \N \N \N field_account_abstract_payment_partner_type 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2560 +5166 \N \N \N \N \N field_account_abstract_payment_amount 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2561 +5167 \N \N \N \N \N field_account_abstract_payment_payment_type 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2562 +5168 \N \N \N \N \N field_account_abstract_payment_partner_id 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2563 +5169 \N \N \N \N \N field_account_abstract_payment_id 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2564 +5170 \N \N \N \N \N field_account_abstract_payment_payment_method_id 2019-03-20 06:39:02.237436 2019-03-20 06:39:02.237436 account ir.model.fields 2565 +5171 \N \N \N \N \N model_account_register_payments 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model 173 +5172 \N \N \N \N \N field_account_register_payments_create_uid 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2566 +5173 \N \N \N \N \N field_account_register_payments_payment_date 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2567 +5174 \N \N \N \N \N field_account_register_payments_display_name 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2568 +5175 \N \N \N \N \N field_account_register_payments_hide_payment_method 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2569 +5176 \N \N \N \N \N field_account_register_payments_payment_method_code 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2570 +5177 \N \N \N \N \N field_account_register_payments_communication 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2571 +5178 \N \N \N \N \N field_account_register_payments___last_update 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2572 +5179 \N \N \N \N \N field_account_register_payments_company_id 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2573 +5180 \N \N \N \N \N field_account_register_payments_journal_id 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2574 +5181 \N \N \N \N \N field_account_register_payments_currency_id 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2575 +5182 \N \N \N \N \N field_account_register_payments_partner_type 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2576 +5183 \N \N \N \N \N field_account_register_payments_amount 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2577 +5184 \N \N \N \N \N field_account_register_payments_payment_type 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2578 +5185 \N \N \N \N \N field_account_register_payments_write_date 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2579 +5186 \N \N \N \N \N field_account_register_payments_create_date 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2580 +5187 \N \N \N \N \N field_account_register_payments_write_uid 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2581 +5188 \N \N \N \N \N field_account_register_payments_partner_id 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2582 +5189 \N \N \N \N \N field_account_register_payments_id 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2583 +5190 \N \N \N \N \N field_account_register_payments_payment_method_id 2019-03-20 06:39:02.296938 2019-03-20 06:39:02.296938 account ir.model.fields 2584 +5191 \N \N \N \N \N model_account_payment 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model 174 +5192 \N \N \N \N \N field_account_payment_create_date 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2585 +5193 \N \N \N \N \N field_account_payment_communication 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2586 +5194 \N \N \N \N \N field_account_payment_journal_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2587 +5195 \N \N \N \N \N field_account_payment_currency_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2588 +5196 \N \N \N \N \N field_account_payment_invoice_ids 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2589 +5197 \N \N \N \N \N field_account_payment_payment_difference 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2590 +5198 \N \N \N \N \N field_account_payment_partner_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2591 +5199 \N \N \N \N \N field_account_payment_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2592 +5200 \N \N \N \N \N field_account_payment_payment_method_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2593 +5201 \N \N \N \N \N field_account_payment_payment_date 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2594 +5202 \N \N \N \N \N field_account_payment_display_name 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2595 +5203 \N \N \N \N \N field_account_payment___last_update 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2596 +5204 \N \N \N \N \N field_account_payment_payment_difference_handling 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2597 +5205 \N \N \N \N \N field_account_payment_company_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2598 +5206 \N \N \N \N \N field_account_payment_state 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2599 +5207 \N \N \N \N \N field_account_payment_writeoff_account_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2600 +5208 \N \N \N \N \N field_account_payment_create_uid 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2601 +5209 \N \N \N \N \N field_account_payment_move_name 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2602 +5210 \N \N \N \N \N field_account_payment_has_invoices 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2603 +5211 \N \N \N \N \N field_account_payment_partner_type 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2604 +5212 \N \N \N \N \N field_account_payment_move_line_ids 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2605 +5213 \N \N \N \N \N field_account_payment_write_date 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2606 +5214 \N \N \N \N \N field_account_payment_write_uid 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2607 +5215 \N \N \N \N \N field_account_payment_name 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2608 +5216 \N \N \N \N \N field_account_payment_hide_payment_method 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2609 +5217 \N \N \N \N \N field_account_payment_payment_method_code 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2610 +5218 \N \N \N \N \N field_account_payment_destination_journal_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2611 +5219 \N \N \N \N \N field_account_payment_amount 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2612 +5220 \N \N \N \N \N field_account_payment_payment_type 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2613 +5221 \N \N \N \N \N field_account_payment_payment_reference 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2614 +5222 \N \N \N \N \N field_account_payment_destination_account_id 2019-03-20 06:39:02.466011 2019-03-20 06:39:02.466011 account ir.model.fields 2615 +5223 \N \N \N \N \N model_account_invoice 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model 175 +5224 \N \N \N \N \N field_account_invoice_comment 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2616 +5225 \N \N \N \N \N field_account_invoice_message_follower_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2617 +5226 \N \N \N \N \N field_account_invoice_date_due 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2618 +5227 \N \N \N \N \N field_account_invoice_create_date 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2619 +5228 \N \N \N \N \N field_account_invoice_partner_bank_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2620 +5229 \N \N \N \N \N field_account_invoice_message_needaction 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2621 +5230 \N \N \N \N \N field_account_invoice_message_channel_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2622 +5231 \N \N \N \N \N field_account_invoice_message_partner_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2623 +5232 \N \N \N \N \N field_account_invoice_number 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2624 +5233 \N \N \N \N \N field_account_invoice_journal_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2625 +5234 \N \N \N \N \N field_account_invoice_company_currency_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2626 +5235 \N \N \N \N \N field_account_invoice_amount_total_company_signed 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2627 +5236 \N \N \N \N \N field_account_invoice_residual 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2628 +5237 \N \N \N \N \N field_account_invoice_payments_widget 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2629 +5238 \N \N \N \N \N field_account_invoice_display_name 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2630 +5239 \N \N \N \N \N field_account_invoice_partner_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2631 +5240 \N \N \N \N \N field_account_invoice_message_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2632 +5241 \N \N \N \N \N field_account_invoice_create_uid 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2633 +5242 \N \N \N \N \N field_account_invoice_amount_untaxed 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2634 +5243 \N \N \N \N \N field_account_invoice_reference 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2635 +5244 \N \N \N \N \N field_account_invoice_message_is_follower 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2636 +5245 \N \N \N \N \N field_account_invoice_residual_company_signed 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2637 +5246 \N \N \N \N \N field_account_invoice_amount_total_signed 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2638 +5247 \N \N \N \N \N field_account_invoice_message_last_post 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2639 +5248 \N \N \N \N \N field_account_invoice_company_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2640 +5249 \N \N \N \N \N field_account_invoice_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2641 +5250 \N \N \N \N \N field_account_invoice_amount_tax 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2642 +5251 \N \N \N \N \N field_account_invoice_state 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2643 +5252 \N \N \N \N \N field_account_invoice_move_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2644 +5253 \N \N \N \N \N field_account_invoice_message_unread_counter 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2645 +5254 \N \N \N \N \N field_account_invoice_type 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2646 +5255 \N \N \N \N \N field_account_invoice_sent 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2647 +5256 \N \N \N \N \N field_account_invoice_account_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2648 +5257 \N \N \N \N \N field_account_invoice_payment_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2649 +5258 \N \N \N \N \N field_account_invoice_reconciled 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2650 +5259 \N \N \N \N \N field_account_invoice_origin 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2651 +5260 \N \N \N \N \N field_account_invoice_payment_move_line_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2652 +5261 \N \N \N \N \N field_account_invoice_move_name 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2653 +5262 \N \N \N \N \N field_account_invoice_reference_type 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2654 +5263 \N \N \N \N \N field_account_invoice_date_invoice 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2655 +5264 \N \N \N \N \N field_account_invoice_payment_term_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2656 +5265 \N \N \N \N \N field_account_invoice_outstanding_credits_debits_widget 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2657 +5266 \N \N \N \N \N field_account_invoice_write_date 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2658 +5267 \N \N \N \N \N field_account_invoice_residual_signed 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2659 +5268 \N \N \N \N \N field_account_invoice_date 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2660 +5269 \N \N \N \N \N field_account_invoice_user_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2661 +5270 \N \N \N \N \N field_account_invoice_write_uid 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2662 +5271 \N \N \N \N \N field_account_invoice_fiscal_position_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2663 +5272 \N \N \N \N \N field_account_invoice_amount_total 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2664 +5273 \N \N \N \N \N field_account_invoice_amount_untaxed_signed 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2665 +5274 \N \N \N \N \N field_account_invoice_currency_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2666 +5275 \N \N \N \N \N field_account_invoice_refund_invoice_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2667 +5276 \N \N \N \N \N field_account_invoice_name 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2668 +5277 \N \N \N \N \N field_account_invoice___last_update 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2669 +5278 \N \N \N \N \N field_account_invoice_has_outstanding 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2670 +5279 \N \N \N \N \N field_account_invoice_tax_line_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2671 +5280 \N \N \N \N \N field_account_invoice_invoice_line_ids 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2672 +5281 \N \N \N \N \N field_account_invoice_message_unread 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2673 +5282 \N \N \N \N \N field_account_invoice_message_needaction_counter 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 mail ir.model.fields 2674 +5283 \N \N \N \N \N field_account_invoice_commercial_partner_id 2019-03-20 06:39:02.778056 2019-03-20 06:39:02.778056 account ir.model.fields 2675 +5284 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model 176 +5285 \N \N \N \N \N field_account_invoice_line_origin 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2676 +5286 \N \N \N \N \N field_account_invoice_line_create_date 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2677 +5287 \N \N \N \N \N field_account_invoice_line_analytic_tag_ids 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2678 +5288 \N \N \N \N \N field_account_invoice_line_price_unit 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2679 +5289 \N \N \N \N \N field_account_invoice_line_price_subtotal 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2680 +5290 \N \N \N \N \N field_account_invoice_line_write_uid 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2681 +5291 \N \N \N \N \N field_account_invoice_line_currency_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2682 +5292 \N \N \N \N \N field_account_invoice_line_uom_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2683 +5293 \N \N \N \N \N field_account_invoice_line_partner_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2684 +5294 \N \N \N \N \N field_account_invoice_line_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2685 +5295 \N \N \N \N \N field_account_invoice_line_create_uid 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2686 +5296 \N \N \N \N \N field_account_invoice_line_display_name 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2687 +5297 \N \N \N \N \N field_account_invoice_line___last_update 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2688 +5298 \N \N \N \N \N field_account_invoice_line_sequence 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2689 +5299 \N \N \N \N \N field_account_invoice_line_company_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2690 +5300 \N \N \N \N \N field_account_invoice_line_account_analytic_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2691 +5301 \N \N \N \N \N field_account_invoice_line_account_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2692 +5302 \N \N \N \N \N field_account_invoice_line_discount 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2693 +5303 \N \N \N \N \N field_account_invoice_line_write_date 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2694 +5304 \N \N \N \N \N field_account_invoice_line_price_subtotal_signed 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2695 +5305 \N \N \N \N \N field_account_invoice_line_name 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2696 +5306 \N \N \N \N \N field_account_invoice_line_company_currency_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2697 +5307 \N \N \N \N \N field_account_invoice_line_product_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2698 +5308 \N \N \N \N \N field_account_invoice_line_invoice_id 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2699 +5309 \N \N \N \N \N field_account_invoice_line_invoice_line_tax_ids 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2700 +5310 \N \N \N \N \N field_account_invoice_line_quantity 2019-03-20 06:39:03.302334 2019-03-20 06:39:03.302334 account ir.model.fields 2701 +5311 \N \N \N \N \N model_account_invoice_tax 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model 177 +5312 \N \N \N \N \N field_account_invoice_tax_create_uid 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2702 +5313 \N \N \N \N \N field_account_invoice_tax_display_name 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2703 +5314 \N \N \N \N \N field_account_invoice_tax_account_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2704 +5315 \N \N \N \N \N field_account_invoice_tax_sequence 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2705 +5316 \N \N \N \N \N field_account_invoice_tax_invoice_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2706 +5317 \N \N \N \N \N field_account_invoice_tax___last_update 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2707 +5318 \N \N \N \N \N field_account_invoice_tax_manual 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2708 +5319 \N \N \N \N \N field_account_invoice_tax_company_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2709 +5320 \N \N \N \N \N field_account_invoice_tax_write_uid 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2710 +5321 \N \N \N \N \N field_account_invoice_tax_currency_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2711 +5322 \N \N \N \N \N field_account_invoice_tax_amount 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2712 +5323 \N \N \N \N \N field_account_invoice_tax_base 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2713 +5324 \N \N \N \N \N field_account_invoice_tax_write_date 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2714 +5325 \N \N \N \N \N field_account_invoice_tax_account_analytic_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2715 +5326 \N \N \N \N \N field_account_invoice_tax_create_date 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2716 +5327 \N \N \N \N \N field_account_invoice_tax_tax_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2717 +5328 \N \N \N \N \N field_account_invoice_tax_id 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2718 +5329 \N \N \N \N \N field_account_invoice_tax_name 2019-03-20 06:39:03.569419 2019-03-20 06:39:03.569419 account ir.model.fields 2719 +5330 \N \N \N \N \N model_account_payment_term 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model 178 +5331 \N \N \N \N \N field_account_payment_term_create_uid 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2720 +5332 \N \N \N \N \N field_account_payment_term_display_name 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2721 +5333 \N \N \N \N \N field_account_payment_term_name 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2722 +5334 \N \N \N \N \N field_account_payment_term___last_update 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2723 +5335 \N \N \N \N \N field_account_payment_term_company_id 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2724 +5336 \N \N \N \N \N field_account_payment_term_write_uid 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2725 +5337 \N \N \N \N \N field_account_payment_term_note 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2726 +5338 \N \N \N \N \N field_account_payment_term_create_date 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2727 +5339 \N \N \N \N \N field_account_payment_term_write_date 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2728 +5340 \N \N \N \N \N field_account_payment_term_active 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2729 +5341 \N \N \N \N \N field_account_payment_term_line_ids 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2730 +5342 \N \N \N \N \N field_account_payment_term_id 2019-03-20 06:39:03.70599 2019-03-20 06:39:03.70599 account ir.model.fields 2731 +5343 \N \N \N \N \N model_account_payment_term_line 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model 179 +5344 \N \N \N \N \N field_account_payment_term_line_payment_id 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2732 +5345 \N \N \N \N \N field_account_payment_term_line_create_uid 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2733 +5346 \N \N \N \N \N field_account_payment_term_line_display_name 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2734 +5347 \N \N \N \N \N field_account_payment_term_line_option 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2735 +5348 \N \N \N \N \N field_account_payment_term_line_sequence 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2736 +5349 \N \N \N \N \N field_account_payment_term_line___last_update 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2737 +5350 \N \N \N \N \N field_account_payment_term_line_days 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2738 +5351 \N \N \N \N \N field_account_payment_term_line_value 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2739 +5352 \N \N \N \N \N field_account_payment_term_line_write_uid 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2740 +5353 \N \N \N \N \N field_account_payment_term_line_write_date 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2741 +5354 \N \N \N \N \N field_account_payment_term_line_create_date 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2742 +5355 \N \N \N \N \N field_account_payment_term_line_id 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2743 +5356 \N \N \N \N \N field_account_payment_term_line_value_amount 2019-03-20 06:39:03.826534 2019-03-20 06:39:03.826534 account ir.model.fields 2744 +5357 \N \N \N \N \N model_mail_compose_message 2019-03-20 06:39:04.03402 2019-03-20 06:39:04.03402 account ir.model 134 +5358 \N \N \N \N \N model_account_cashbox_line 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model 180 +5359 \N \N \N \N \N field_account_cashbox_line_create_uid 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2745 +5360 \N \N \N \N \N field_account_cashbox_line_display_name 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2746 +5361 \N \N \N \N \N field_account_cashbox_line___last_update 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2747 +5362 \N \N \N \N \N field_account_cashbox_line_number 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2748 +5363 \N \N \N \N \N field_account_cashbox_line_cashbox_id 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2749 +5364 \N \N \N \N \N field_account_cashbox_line_write_uid 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2750 +5365 \N \N \N \N \N field_account_cashbox_line_write_date 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2751 +5366 \N \N \N \N \N field_account_cashbox_line_coin_value 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2752 +5367 \N \N \N \N \N field_account_cashbox_line_create_date 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2753 +5368 \N \N \N \N \N field_account_cashbox_line_subtotal 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2754 +5369 \N \N \N \N \N field_account_cashbox_line_id 2019-03-20 06:39:04.123031 2019-03-20 06:39:04.123031 account ir.model.fields 2755 +5370 \N \N \N \N \N model_account_bank_statement_cashbox 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model 181 +5371 \N \N \N \N \N field_account_bank_statement_cashbox_create_uid 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2756 +5372 \N \N \N \N \N field_account_bank_statement_cashbox_display_name 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2757 +5373 \N \N \N \N \N field_account_bank_statement_cashbox___last_update 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2758 +5374 \N \N \N \N \N field_account_bank_statement_cashbox_cashbox_lines_ids 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2759 +5375 \N \N \N \N \N field_account_bank_statement_cashbox_write_uid 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2760 +5376 \N \N \N \N \N field_account_bank_statement_cashbox_write_date 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2761 +5377 \N \N \N \N \N field_account_bank_statement_cashbox_create_date 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2762 +5378 \N \N \N \N \N field_account_bank_statement_cashbox_id 2019-03-20 06:39:04.247085 2019-03-20 06:39:04.247085 account ir.model.fields 2763 +5379 \N \N \N \N \N model_account_bank_statement_closebalance 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model 182 +5380 \N \N \N \N \N field_account_bank_statement_closebalance_create_uid 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2764 +5381 \N \N \N \N \N field_account_bank_statement_closebalance_create_date 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2765 +5382 \N \N \N \N \N field_account_bank_statement_closebalance___last_update 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2766 +5383 \N \N \N \N \N field_account_bank_statement_closebalance_write_uid 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2767 +5384 \N \N \N \N \N field_account_bank_statement_closebalance_write_date 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2768 +5385 \N \N \N \N \N field_account_bank_statement_closebalance_display_name 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2769 +5386 \N \N \N \N \N field_account_bank_statement_closebalance_id 2019-03-20 06:39:04.380591 2019-03-20 06:39:04.380591 account ir.model.fields 2770 +5387 \N \N \N \N \N model_account_bank_statement 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model 183 +5388 \N \N \N \N \N field_account_bank_statement_message_follower_ids 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2771 +5389 \N \N \N \N \N field_account_bank_statement_create_date 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2772 +5390 \N \N \N \N \N field_account_bank_statement_date_done 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2773 +5391 \N \N \N \N \N field_account_bank_statement_message_needaction 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2774 +5392 \N \N \N \N \N field_account_bank_statement_message_channel_ids 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2775 +5393 \N \N \N \N \N field_account_bank_statement_message_partner_ids 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2776 +5394 \N \N \N \N \N field_account_bank_statement_balance_start 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2777 +5395 \N \N \N \N \N field_account_bank_statement_journal_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2778 +5396 \N \N \N \N \N field_account_bank_statement_currency_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2779 +5397 \N \N \N \N \N field_account_bank_statement_message_ids 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2780 +5398 \N \N \N \N \N field_account_bank_statement_create_uid 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2781 +5399 \N \N \N \N \N field_account_bank_statement_user_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2782 +5400 \N \N \N \N \N field_account_bank_statement_reference 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2783 +5401 \N \N \N \N \N field_account_bank_statement_message_is_follower 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2784 +5402 \N \N \N \N \N field_account_bank_statement___last_update 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2785 +5403 \N \N \N \N \N field_account_bank_statement_message_last_post 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2786 +5404 \N \N \N \N \N field_account_bank_statement_company_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2787 +5405 \N \N \N \N \N field_account_bank_statement_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2788 +5406 \N \N \N \N \N field_account_bank_statement_state 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2789 +5407 \N \N \N \N \N field_account_bank_statement_all_lines_reconciled 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2790 +5408 \N \N \N \N \N field_account_bank_statement_message_unread_counter 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2791 +5409 \N \N \N \N \N field_account_bank_statement_cashbox_start_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2792 +5410 \N \N \N \N \N field_account_bank_statement_cashbox_end_id 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2793 +5411 \N \N \N \N \N field_account_bank_statement_write_uid 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2794 +5412 \N \N \N \N \N field_account_bank_statement_journal_type 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2795 +5413 \N \N \N \N \N field_account_bank_statement_is_difference_zero 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2796 +5414 \N \N \N \N \N field_account_bank_statement_move_line_ids 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2797 +5415 \N \N \N \N \N field_account_bank_statement_total_entry_encoding 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2798 +5416 \N \N \N \N \N field_account_bank_statement_write_date 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2799 +5417 \N \N \N \N \N field_account_bank_statement_date 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2800 +5418 \N \N \N \N \N field_account_bank_statement_display_name 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2801 +5419 \N \N \N \N \N field_account_bank_statement_difference 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2802 +5420 \N \N \N \N \N field_account_bank_statement_name 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2803 +5421 \N \N \N \N \N field_account_bank_statement_balance_end 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2804 +5422 \N \N \N \N \N field_account_bank_statement_balance_end_real 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2805 +5423 \N \N \N \N \N field_account_bank_statement_line_ids 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 account ir.model.fields 2806 +5424 \N \N \N \N \N field_account_bank_statement_message_unread 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2807 +5425 \N \N \N \N \N field_account_bank_statement_message_needaction_counter 2019-03-20 06:39:04.494995 2019-03-20 06:39:04.494995 mail ir.model.fields 2808 +5426 \N \N \N \N \N model_account_bank_statement_line 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model 184 +5427 \N \N \N \N \N field_account_bank_statement_line_create_date 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2809 +5428 \N \N \N \N \N field_account_bank_statement_line_statement_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2810 +5429 \N \N \N \N \N field_account_bank_statement_line_sequence 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2811 +5430 \N \N \N \N \N field_account_bank_statement_line_journal_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2812 +5431 \N \N \N \N \N field_account_bank_statement_line_journal_currency_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2813 +5432 \N \N \N \N \N field_account_bank_statement_line_partner_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2814 +5433 \N \N \N \N \N field_account_bank_statement_line_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2815 +5434 \N \N \N \N \N field_account_bank_statement_line_create_uid 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2816 +5435 \N \N \N \N \N field_account_bank_statement_line_display_name 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2817 +5436 \N \N \N \N \N field_account_bank_statement_line___last_update 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2818 +5437 \N \N \N \N \N field_account_bank_statement_line_partner_name 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2819 +5438 \N \N \N \N \N field_account_bank_statement_line_company_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2820 +5439 \N \N \N \N \N field_account_bank_statement_line_bank_account_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2821 +5440 \N \N \N \N \N field_account_bank_statement_line_note 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2822 +5441 \N \N \N \N \N field_account_bank_statement_line_state 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2823 +5442 \N \N \N \N \N field_account_bank_statement_line_ref 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2824 +5443 \N \N \N \N \N field_account_bank_statement_line_account_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2825 +5444 \N \N \N \N \N field_account_bank_statement_line_move_name 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2826 +5445 \N \N \N \N \N field_account_bank_statement_line_write_date 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2827 +5446 \N \N \N \N \N field_account_bank_statement_line_date 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2828 +5447 \N \N \N \N \N field_account_bank_statement_line_write_uid 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2829 +5448 \N \N \N \N \N field_account_bank_statement_line_journal_entry_ids 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2830 +5449 \N \N \N \N \N field_account_bank_statement_line_currency_id 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2831 +5450 \N \N \N \N \N field_account_bank_statement_line_name 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2832 +5451 \N \N \N \N \N field_account_bank_statement_line_amount 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2833 +5452 \N \N \N \N \N field_account_bank_statement_line_amount_currency 2019-03-20 06:39:04.702633 2019-03-20 06:39:04.702633 account ir.model.fields 2834 +5453 \N \N \N \N \N model_account_move 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model 185 +5454 \N \N \N \N \N field_account_move_create_uid 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2835 +5455 \N \N \N \N \N field_account_move_dummy_account_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2836 +5456 \N \N \N \N \N field_account_move_display_name 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2837 +5457 \N \N \N \N \N field_account_move_name 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2838 +5458 \N \N \N \N \N field_account_move_state 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2839 +5459 \N \N \N \N \N field_account_move_ref 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2840 +5460 \N \N \N \N \N field_account_move___last_update 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2841 +5461 \N \N \N \N \N field_account_move_company_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2842 +5462 \N \N \N \N \N field_account_move_journal_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2843 +5463 \N \N \N \N \N field_account_move_currency_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2844 +5464 \N \N \N \N \N field_account_move_amount 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2845 +5465 \N \N \N \N \N field_account_move_matched_percentage 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2846 +5466 \N \N \N \N \N field_account_move_write_date 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2847 +5467 \N \N \N \N \N field_account_move_narration 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2848 +5468 \N \N \N \N \N field_account_move_date 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2849 +5469 \N \N \N \N \N field_account_move_line_ids 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2850 +5470 \N \N \N \N \N field_account_move_create_date 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2851 +5471 \N \N \N \N \N field_account_move_write_uid 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2852 +5472 \N \N \N \N \N field_account_move_partner_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2853 +5473 \N \N \N \N \N field_account_move_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2854 +5474 \N \N \N \N \N field_account_move_statement_line_id 2019-03-20 06:39:04.876984 2019-03-20 06:39:04.876984 account ir.model.fields 2855 +5475 \N \N \N \N \N model_account_move_line 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model 186 +5476 \N \N \N \N \N field_account_move_line_create_date 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2856 +5477 \N \N \N \N \N field_account_move_line_statement_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2857 +5478 \N \N \N \N \N field_account_move_line_analytic_tag_ids 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2858 +5479 \N \N \N \N \N field_account_move_line_journal_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2859 +5480 \N \N \N \N \N field_account_move_line_currency_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2860 +5481 \N \N \N \N \N field_account_move_line_date_maturity 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2861 +5482 \N \N \N \N \N field_account_move_line_narration 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2862 +5483 \N \N \N \N \N field_account_move_line_user_type_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2863 +5484 \N \N \N \N \N field_account_move_line_matched_debit_ids 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2864 +5485 \N \N \N \N \N field_account_move_line_partner_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2865 +5486 \N \N \N \N \N field_account_move_line_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2866 +5487 \N \N \N \N \N field_account_move_line_blocked 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2867 +5488 \N \N \N \N \N field_account_move_line_analytic_account_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2868 +5489 \N \N \N \N \N field_account_move_line_create_uid 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2869 +5490 \N \N \N \N \N field_account_move_line_matched_credit_ids 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2870 +5491 \N \N \N \N \N field_account_move_line_display_name 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2871 +5492 \N \N \N \N \N field_account_move_line_amount_residual 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2872 +5493 \N \N \N \N \N field_account_move_line_company_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2873 +5494 \N \N \N \N \N field_account_move_line_credit_cash_basis 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2874 +5495 \N \N \N \N \N field_account_move_line_amount_residual_currency 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2875 +5496 \N \N \N \N \N field_account_move_line_debit 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2876 +5497 \N \N \N \N \N field_account_move_line_ref 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2877 +5498 \N \N \N \N \N field_account_move_line_tax_ids 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2878 +5499 \N \N \N \N \N field_account_move_line___last_update 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2879 +5500 \N \N \N \N \N field_account_move_line_account_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2880 +5501 \N \N \N \N \N field_account_move_line_debit_cash_basis 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2881 +5502 \N \N \N \N \N field_account_move_line_reconciled 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2882 +5503 \N \N \N \N \N field_account_move_line_analytic_line_ids 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2883 +5504 \N \N \N \N \N field_account_move_line_tax_exigible 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2884 +5505 \N \N \N \N \N field_account_move_line_balance_cash_basis 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2885 +5506 \N \N \N \N \N field_account_move_line_write_date 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2886 +5507 \N \N \N \N \N field_account_move_line_date 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2887 +5508 \N \N \N \N \N field_account_move_line_write_uid 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2888 +5509 \N \N \N \N \N field_account_move_line_move_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2889 +5510 \N \N \N \N \N field_account_move_line_product_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2890 +5511 \N \N \N \N \N field_account_move_line_payment_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2891 +5512 \N \N \N \N \N field_account_move_line_company_currency_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2892 +5513 \N \N \N \N \N field_account_move_line_name 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2893 +5514 \N \N \N \N \N field_account_move_line_invoice_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2894 +5515 \N \N \N \N \N field_account_move_line_full_reconcile_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2895 +5516 \N \N \N \N \N field_account_move_line_tax_line_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2896 +5517 \N \N \N \N \N field_account_move_line_counterpart 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2897 +5518 \N \N \N \N \N field_account_move_line_credit 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2898 +5519 \N \N \N \N \N field_account_move_line_product_uom_id 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2899 +5520 \N \N \N \N \N field_account_move_line_amount_currency 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2900 +5521 \N \N \N \N \N field_account_move_line_balance 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2901 +5522 \N \N \N \N \N field_account_move_line_quantity 2019-03-20 06:39:05.100266 2019-03-20 06:39:05.100266 account ir.model.fields 2902 +5523 \N \N \N \N \N model_account_partial_reconcile 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model 187 +5524 \N \N \N \N \N field_account_partial_reconcile_create_uid 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2903 +5525 \N \N \N \N \N field_account_partial_reconcile_currency_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2904 +5526 \N \N \N \N \N field_account_partial_reconcile_display_name 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2905 +5527 \N \N \N \N \N field_account_partial_reconcile_credit_move_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2906 +5528 \N \N \N \N \N field_account_partial_reconcile_full_reconcile_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2907 +5529 \N \N \N \N \N field_account_partial_reconcile___last_update 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2908 +5530 \N \N \N \N \N field_account_partial_reconcile_company_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2909 +5531 \N \N \N \N \N field_account_partial_reconcile_write_uid 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2910 +5532 \N \N \N \N \N field_account_partial_reconcile_company_currency_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2911 +5533 \N \N \N \N \N field_account_partial_reconcile_amount 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2912 +5534 \N \N \N \N \N field_account_partial_reconcile_debit_move_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2913 +5535 \N \N \N \N \N field_account_partial_reconcile_write_date 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2914 +5536 \N \N \N \N \N field_account_partial_reconcile_amount_currency 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2915 +5537 \N \N \N \N \N field_account_partial_reconcile_create_date 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2916 +5538 \N \N \N \N \N field_account_partial_reconcile_id 2019-03-20 06:39:05.601248 2019-03-20 06:39:05.601248 account ir.model.fields 2917 +5539 \N \N \N \N \N model_account_full_reconcile 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model 188 +5540 \N \N \N \N \N field_account_full_reconcile_create_uid 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2918 +5541 \N \N \N \N \N field_account_full_reconcile_exchange_move_id 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2919 +5542 \N \N \N \N \N field_account_full_reconcile_display_name 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2920 +5543 \N \N \N \N \N field_account_full_reconcile_name 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2921 +5544 \N \N \N \N \N field_account_full_reconcile___last_update 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2922 +5545 \N \N \N \N \N field_account_full_reconcile_reconciled_line_ids 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2923 +5546 \N \N \N \N \N field_account_full_reconcile_exchange_partial_rec_id 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2924 +5547 \N \N \N \N \N field_account_full_reconcile_write_date 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2925 +5548 \N \N \N \N \N field_account_full_reconcile_partial_reconcile_ids 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2926 +5549 \N \N \N \N \N field_account_full_reconcile_create_date 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2927 +5550 \N \N \N \N \N field_account_full_reconcile_write_uid 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2928 +5551 \N \N \N \N \N field_account_full_reconcile_id 2019-03-20 06:39:05.712785 2019-03-20 06:39:05.712785 account ir.model.fields 2929 +5552 \N \N \N \N \N model_account_account_template 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model 189 +5553 \N \N \N \N \N field_account_account_template_note 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2930 +5554 \N \N \N \N \N field_account_account_template_code 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2931 +5555 \N \N \N \N \N field_account_account_template_display_name 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2932 +5556 \N \N \N \N \N field_account_account_template_name 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2933 +5557 \N \N \N \N \N field_account_account_template_create_uid 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2934 +5558 \N \N \N \N \N field_account_account_template_chart_template_id 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2935 +5559 \N \N \N \N \N field_account_account_template___last_update 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2936 +5560 \N \N \N \N \N field_account_account_template_tag_ids 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2937 +5561 \N \N \N \N \N field_account_account_template_write_uid 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2938 +5562 \N \N \N \N \N field_account_account_template_currency_id 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2939 +5563 \N \N \N \N \N field_account_account_template_nocreate 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2940 +5564 \N \N \N \N \N field_account_account_template_write_date 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2941 +5565 \N \N \N \N \N field_account_account_template_user_type_id 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2942 +5566 \N \N \N \N \N field_account_account_template_create_date 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2943 +5567 \N \N \N \N \N field_account_account_template_tax_ids 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2944 +5568 \N \N \N \N \N field_account_account_template_id 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2945 +5569 \N \N \N \N \N field_account_account_template_reconcile 2019-03-20 06:39:05.791811 2019-03-20 06:39:05.791811 account ir.model.fields 2946 +5570 \N \N \N \N \N model_account_chart_template 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model 190 +5571 \N \N \N \N \N field_account_chart_template_bank_account_code_prefix 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2947 +5572 \N \N \N \N \N field_account_chart_template_cash_account_code_prefix 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2948 +5573 \N \N \N \N \N field_account_chart_template_create_date 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2949 +5574 \N \N \N \N \N field_account_chart_template_write_uid 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2950 +5575 \N \N \N \N \N field_account_chart_template_currency_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2951 +5576 \N \N \N \N \N field_account_chart_template_visible 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2952 +5577 \N \N \N \N \N field_account_chart_template_property_account_receivable_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2953 +5578 \N \N \N \N \N field_account_chart_template_property_stock_valuation_account_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2954 +5579 \N \N \N \N \N field_account_chart_template_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2955 +5580 \N \N \N \N \N field_account_chart_template_create_uid 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2956 +5581 \N \N \N \N \N field_account_chart_template_complete_tax_set 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2957 +5582 \N \N \N \N \N field_account_chart_template_display_name 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2958 +5583 \N \N \N \N \N field_account_chart_template_parent_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2959 +5584 \N \N \N \N \N field_account_chart_template_transfer_account_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2960 +5585 \N \N \N \N \N field_account_chart_template_company_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2961 +5586 \N \N \N \N \N field_account_chart_template_expense_currency_exchange_account_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2962 +5587 \N \N \N \N \N field_account_chart_template_property_stock_account_output_categ_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2963 +5588 \N \N \N \N \N field_account_chart_template_tax_template_ids 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2964 +5589 \N \N \N \N \N field_account_chart_template_property_account_income_categ_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2965 +5590 \N \N \N \N \N field_account_chart_template_property_stock_account_input_categ_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2966 +5591 \N \N \N \N \N field_account_chart_template___last_update 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2967 +5592 \N \N \N \N \N field_account_chart_template_property_account_income_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2968 +5593 \N \N \N \N \N field_account_chart_template_property_account_expense_categ_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2969 +5594 \N \N \N \N \N field_account_chart_template_account_ids 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2970 +5595 \N \N \N \N \N field_account_chart_template_write_date 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2971 +5596 \N \N \N \N \N field_account_chart_template_use_anglo_saxon 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2972 +5597 \N \N \N \N \N field_account_chart_template_code_digits 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2973 +5598 \N \N \N \N \N field_account_chart_template_name 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2974 +5599 \N \N \N \N \N field_account_chart_template_property_account_expense_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2975 +5600 \N \N \N \N \N field_account_chart_template_property_account_payable_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2976 +5601 \N \N \N \N \N field_account_chart_template_income_currency_exchange_account_id 2019-03-20 06:39:06.002491 2019-03-20 06:39:06.002491 account ir.model.fields 2977 +5602 \N \N \N \N \N model_account_tax_template 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model 191 +5603 \N \N \N \N \N field_account_tax_template_create_date 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2978 +5604 \N \N \N \N \N field_account_tax_template_sequence 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2979 +5605 \N \N \N \N \N field_account_tax_template_children_tax_ids 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2980 +5606 \N \N \N \N \N field_account_tax_template_write_uid 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2981 +5607 \N \N \N \N \N field_account_tax_template_include_base_amount 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2982 +5608 \N \N \N \N \N field_account_tax_template_id 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2983 +5609 \N \N \N \N \N field_account_tax_template_description 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2984 +5610 \N \N \N \N \N field_account_tax_template_create_uid 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2985 +5611 \N \N \N \N \N field_account_tax_template_display_name 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2986 +5612 \N \N \N \N \N field_account_tax_template___last_update 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2987 +5613 \N \N \N \N \N field_account_tax_template_tag_ids 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2988 +5614 \N \N \N \N \N field_account_tax_template_company_id 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2989 +5615 \N \N \N \N \N field_account_tax_template_analytic 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2990 +5616 \N \N \N \N \N field_account_tax_template_account_id 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2991 +5617 \N \N \N \N \N field_account_tax_template_tax_adjustment 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2992 +5618 \N \N \N \N \N field_account_tax_template_type_tax_use 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2993 +5619 \N \N \N \N \N field_account_tax_template_refund_account_id 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2994 +5620 \N \N \N \N \N field_account_tax_template_write_date 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2995 +5621 \N \N \N \N \N field_account_tax_template_active 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2996 +5622 \N \N \N \N \N field_account_tax_template_amount_type 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2997 +5623 \N \N \N \N \N field_account_tax_template_name 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2998 +5624 \N \N \N \N \N field_account_tax_template_tax_group_id 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 2999 +5625 \N \N \N \N \N field_account_tax_template_chart_template_id 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 3000 +5626 \N \N \N \N \N field_account_tax_template_amount 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 3001 +5627 \N \N \N \N \N field_account_tax_template_price_include 2019-03-20 06:39:06.272951 2019-03-20 06:39:06.272951 account ir.model.fields 3002 +5628 \N \N \N \N \N model_account_fiscal_position_template 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model 192 +5629 \N \N \N \N \N field_account_fiscal_position_template_create_uid 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3003 +5630 \N \N \N \N \N field_account_fiscal_position_template_display_name 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3004 +5631 \N \N \N \N \N field_account_fiscal_position_template_name 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3005 +5632 \N \N \N \N \N field_account_fiscal_position_template___last_update 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3006 +5633 \N \N \N \N \N field_account_fiscal_position_template_chart_template_id 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3007 +5634 \N \N \N \N \N field_account_fiscal_position_template_write_uid 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3008 +5635 \N \N \N \N \N field_account_fiscal_position_template_note 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3009 +5636 \N \N \N \N \N field_account_fiscal_position_template_account_ids 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3010 +5637 \N \N \N \N \N field_account_fiscal_position_template_write_date 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3011 +5638 \N \N \N \N \N field_account_fiscal_position_template_create_date 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3012 +5639 \N \N \N \N \N field_account_fiscal_position_template_id 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3013 +5640 \N \N \N \N \N field_account_fiscal_position_template_tax_ids 2019-03-20 06:39:06.438043 2019-03-20 06:39:06.438043 account ir.model.fields 3014 +5641 \N \N \N \N \N model_account_fiscal_position_tax_template 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model 193 +5642 \N \N \N \N \N field_account_fiscal_position_tax_template_create_uid 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3015 +5643 \N \N \N \N \N field_account_fiscal_position_tax_template_display_name 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3016 +5644 \N \N \N \N \N field_account_fiscal_position_tax_template___last_update 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3017 +5645 \N \N \N \N \N field_account_fiscal_position_tax_template_position_id 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3018 +5646 \N \N \N \N \N field_account_fiscal_position_tax_template_tax_src_id 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3019 +5647 \N \N \N \N \N field_account_fiscal_position_tax_template_write_uid 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3020 +5648 \N \N \N \N \N field_account_fiscal_position_tax_template_tax_dest_id 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3021 +5649 \N \N \N \N \N field_account_fiscal_position_tax_template_write_date 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3022 +5650 \N \N \N \N \N field_account_fiscal_position_tax_template_create_date 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3023 +5651 \N \N \N \N \N field_account_fiscal_position_tax_template_id 2019-03-20 06:39:06.529806 2019-03-20 06:39:06.529806 account ir.model.fields 3024 +5652 \N \N \N \N \N model_account_fiscal_position_account_template 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model 194 +5653 \N \N \N \N \N field_account_fiscal_position_account_template_create_uid 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3025 +5654 \N \N \N \N \N field_account_fiscal_position_account_template_display_name 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3026 +5655 \N \N \N \N \N field_account_fiscal_position_account_template___last_update 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3027 +5656 \N \N \N \N \N field_account_fiscal_position_account_template_position_id 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3028 +5657 \N \N \N \N \N field_account_fiscal_position_account_template_write_uid 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3029 +5658 \N \N \N \N \N field_account_fiscal_position_account_template_account_dest_id 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3030 +5659 \N \N \N \N \N field_account_fiscal_position_account_template_write_date 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3031 +5660 \N \N \N \N \N field_account_fiscal_position_account_template_create_date 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3032 +5661 \N \N \N \N \N field_account_fiscal_position_account_template_account_src_id 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3033 +5662 \N \N \N \N \N field_account_fiscal_position_account_template_id 2019-03-20 06:39:06.6006 2019-03-20 06:39:06.6006 account ir.model.fields 3034 +5663 \N \N \N \N \N model_wizard_multi_charts_accounts 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model 195 +5664 \N \N \N \N \N field_wizard_multi_charts_accounts_bank_account_code_prefix 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3035 +5665 \N \N \N \N \N field_wizard_multi_charts_accounts_cash_account_code_prefix 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3036 +5666 \N \N \N \N \N field_wizard_multi_charts_accounts_create_date 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3037 +5667 \N \N \N \N \N field_wizard_multi_charts_accounts_write_uid 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3038 +5668 \N \N \N \N \N field_wizard_multi_charts_accounts_currency_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3039 +5669 \N \N \N \N \N field_wizard_multi_charts_accounts_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3040 +5670 \N \N \N \N \N field_wizard_multi_charts_accounts_only_one_chart_template 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3041 +5671 \N \N \N \N \N field_wizard_multi_charts_accounts_create_uid 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3042 +5672 \N \N \N \N \N field_wizard_multi_charts_accounts_complete_tax_set 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3043 +5673 \N \N \N \N \N field_wizard_multi_charts_accounts_display_name 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3044 +5674 \N \N \N \N \N field_wizard_multi_charts_accounts___last_update 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3045 +5675 \N \N \N \N \N field_wizard_multi_charts_accounts_transfer_account_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3046 +5676 \N \N \N \N \N field_wizard_multi_charts_accounts_company_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3047 +5677 \N \N \N \N \N field_wizard_multi_charts_accounts_purchase_tax_rate 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3048 +5678 \N \N \N \N \N field_wizard_multi_charts_accounts_bank_account_ids 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3049 +5679 \N \N \N \N \N field_wizard_multi_charts_accounts_write_date 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3050 +5680 \N \N \N \N \N field_wizard_multi_charts_accounts_use_anglo_saxon 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3051 +5681 \N \N \N \N \N field_wizard_multi_charts_accounts_sale_tax_rate 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3052 +5682 \N \N \N \N \N field_wizard_multi_charts_accounts_code_digits 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3053 +5683 \N \N \N \N \N field_wizard_multi_charts_accounts_chart_template_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3054 +5684 \N \N \N \N \N field_wizard_multi_charts_accounts_sale_tax_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3055 +5685 \N \N \N \N \N field_wizard_multi_charts_accounts_purchase_tax_id 2019-03-20 06:39:06.693016 2019-03-20 06:39:06.693016 account ir.model.fields 3056 +5686 \N \N \N \N \N model_account_bank_accounts_wizard 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model 196 +5687 \N \N \N \N \N field_account_bank_accounts_wizard_create_uid 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3057 +5688 \N \N \N \N \N field_account_bank_accounts_wizard_display_name 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3058 +5689 \N \N \N \N \N field_account_bank_accounts_wizard___last_update 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3059 +5690 \N \N \N \N \N field_account_bank_accounts_wizard_acc_name 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3060 +5691 \N \N \N \N \N field_account_bank_accounts_wizard_id 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3061 +5692 \N \N \N \N \N field_account_bank_accounts_wizard_currency_id 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3062 +5693 \N \N \N \N \N field_account_bank_accounts_wizard_create_date 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3063 +5694 \N \N \N \N \N field_account_bank_accounts_wizard_write_date 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3064 +5695 \N \N \N \N \N field_account_bank_accounts_wizard_account_type 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3065 +5696 \N \N \N \N \N field_account_bank_accounts_wizard_write_uid 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3066 +5697 \N \N \N \N \N field_account_bank_accounts_wizard_bank_account_id 2019-03-20 06:39:06.916049 2019-03-20 06:39:06.916049 account ir.model.fields 3067 +5698 \N \N \N \N \N model_account_reconcile_model_template 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model 197 +5699 \N \N \N \N \N field_account_reconcile_model_template_amount_type 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3068 +5700 \N \N \N \N \N field_account_reconcile_model_template_second_account_id 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3069 +5701 \N \N \N \N \N field_account_reconcile_model_template_create_uid 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3070 +5702 \N \N \N \N \N field_account_reconcile_model_template_display_name 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3071 +5703 \N \N \N \N \N field_account_reconcile_model_template_account_id 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3072 +5704 \N \N \N \N \N field_account_reconcile_model_template_second_tax_id 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3073 +5705 \N \N \N \N \N field_account_reconcile_model_template_second_amount_type 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3074 +5706 \N \N \N \N \N field_account_reconcile_model_template___last_update 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3075 +5707 \N \N \N \N \N field_account_reconcile_model_template_has_second_line 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3076 +5708 \N \N \N \N \N field_account_reconcile_model_template_sequence 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3077 +5709 \N \N \N \N \N field_account_reconcile_model_template_label 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3078 +5710 \N \N \N \N \N field_account_reconcile_model_template_write_uid 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3079 +5711 \N \N \N \N \N field_account_reconcile_model_template_amount 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3080 +5712 \N \N \N \N \N field_account_reconcile_model_template_write_date 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3081 +5713 \N \N \N \N \N field_account_reconcile_model_template_second_label 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3082 +5714 \N \N \N \N \N field_account_reconcile_model_template_create_date 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3083 +5715 \N \N \N \N \N field_account_reconcile_model_template_second_amount 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3084 +5716 \N \N \N \N \N field_account_reconcile_model_template_tax_id 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3085 +5717 \N \N \N \N \N field_account_reconcile_model_template_id 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3086 +5718 \N \N \N \N \N field_account_reconcile_model_template_name 2019-03-20 06:39:07.03283 2019-03-20 06:39:07.03283 account ir.model.fields 3087 +5719 \N \N \N \N \N model_account_analytic_line 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model 143 +5720 \N \N \N \N \N field_account_analytic_line_code 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3088 +5721 \N \N \N \N \N field_account_analytic_line_analytic_amount_currency 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3089 +5722 \N \N \N \N \N field_account_analytic_line_ref 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3090 +5723 \N \N \N \N \N field_account_analytic_line_general_account_id 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3091 +5724 \N \N \N \N \N field_account_analytic_line_move_id 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3092 +5725 \N \N \N \N \N field_account_analytic_line_company_currency_id 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3093 +5726 \N \N \N \N \N field_account_analytic_line_product_id 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3094 +5727 \N \N \N \N \N field_account_analytic_line_product_uom_id 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3095 +5728 \N \N \N \N \N field_account_analytic_line_amount_currency 2019-03-20 06:39:07.2564 2019-03-20 06:39:07.2564 account ir.model.fields 3096 +5729 \N \N \N \N \N model_product_category 2019-03-20 06:39:07.458825 2019-03-20 06:39:07.458825 account ir.model 146 +5730 \N \N \N \N \N field_product_category_property_account_expense_categ_id 2019-03-20 06:39:07.458825 2019-03-20 06:39:07.458825 account ir.model.fields 3097 +5731 \N \N \N \N \N field_product_category_property_account_income_categ_id 2019-03-20 06:39:07.458825 2019-03-20 06:39:07.458825 account ir.model.fields 3098 +5732 \N \N \N \N \N model_product_template 2019-03-20 06:39:07.493735 2019-03-20 06:39:07.493735 account ir.model 145 +5733 \N \N \N \N \N field_product_template_property_account_income_id 2019-03-20 06:39:07.493735 2019-03-20 06:39:07.493735 account ir.model.fields 3099 +5734 \N \N \N \N \N field_product_template_supplier_taxes_id 2019-03-20 06:39:07.493735 2019-03-20 06:39:07.493735 account ir.model.fields 3100 +5735 \N \N \N \N \N field_product_template_property_account_expense_id 2019-03-20 06:39:07.493735 2019-03-20 06:39:07.493735 account ir.model.fields 3101 +5736 \N \N \N \N \N field_product_template_taxes_id 2019-03-20 06:39:07.493735 2019-03-20 06:39:07.493735 account ir.model.fields 3102 +5737 \N \N \N \N \N model_product_product 2019-03-20 06:39:07.596179 2019-03-20 06:39:07.596179 account ir.model 148 +5738 \N \N \N \N \N field_product_product_property_account_income_id 2019-03-20 06:39:07.596179 2019-03-20 06:39:07.596179 account ir.model.fields 3103 +5739 \N \N \N \N \N field_product_product_supplier_taxes_id 2019-03-20 06:39:07.596179 2019-03-20 06:39:07.596179 account ir.model.fields 3104 +5740 \N \N \N \N \N field_product_product_taxes_id 2019-03-20 06:39:07.596179 2019-03-20 06:39:07.596179 account ir.model.fields 3105 +5741 \N \N \N \N \N field_product_product_property_account_expense_id 2019-03-20 06:39:07.596179 2019-03-20 06:39:07.596179 account ir.model.fields 3106 +5742 \N \N \N \N \N model_res_company 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model 88 +5743 \N \N \N \N \N field_res_company_fiscalyear_lock_date 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3107 +5744 \N \N \N \N \N field_res_company_bank_account_code_prefix 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3108 +5745 \N \N \N \N \N field_res_company_cash_account_code_prefix 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3109 +5746 \N \N \N \N \N field_res_company_anglo_saxon_accounting 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3110 +5747 \N \N \N \N \N field_res_company_fiscalyear_last_day 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3111 +5748 \N \N \N \N \N field_res_company_expects_chart_of_accounts 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3112 +5749 \N \N \N \N \N field_res_company_property_stock_valuation_account_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3113 +5750 \N \N \N \N \N field_res_company_property_stock_account_output_categ_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3114 +5751 \N \N \N \N \N field_res_company_transfer_account_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3115 +5752 \N \N \N \N \N field_res_company_bank_journal_ids 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3116 +5753 \N \N \N \N \N field_res_company_expense_currency_exchange_account_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3117 +5754 \N \N \N \N \N field_res_company_currency_exchange_journal_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3118 +5755 \N \N \N \N \N field_res_company_period_lock_date 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3119 +5756 \N \N \N \N \N field_res_company_tax_calculation_rounding_method 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3120 +5757 \N \N \N \N \N field_res_company_accounts_code_digits 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3121 +5758 \N \N \N \N \N field_res_company_chart_template_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3122 +5759 \N \N \N \N \N field_res_company_overdue_msg 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3123 +5760 \N \N \N \N \N field_res_company_fiscalyear_last_month 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3124 +5761 \N \N \N \N \N field_res_company_property_stock_account_input_categ_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3125 +5762 \N \N \N \N \N field_res_company_income_currency_exchange_account_id 2019-03-20 06:39:07.648102 2019-03-20 06:39:07.648102 account ir.model.fields 3126 +5763 \N \N \N \N \N model_account_config_settings 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model 198 +5764 \N \N \N \N \N field_account_config_settings_fiscalyear_lock_date 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3127 +5765 \N \N \N \N \N field_account_config_settings_bank_account_code_prefix 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3128 +5766 \N \N \N \N \N field_account_config_settings_cash_account_code_prefix 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3129 +5767 \N \N \N \N \N field_account_config_settings_create_date 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3130 +5768 \N \N \N \N \N field_account_config_settings_module_account_asset 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3131 +5769 \N \N \N \N \N field_account_config_settings_write_uid 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3132 +5770 \N \N \N \N \N field_account_config_settings_currency_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3133 +5771 \N \N \N \N \N field_account_config_settings_module_account_accountant 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3134 +5772 \N \N \N \N \N field_account_config_settings_fiscalyear_last_day 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3135 +5773 \N \N \N \N \N field_account_config_settings_expects_chart_of_accounts 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3136 +5774 \N \N \N \N \N field_account_config_settings_has_chart_of_accounts 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3137 +5775 \N \N \N \N \N field_account_config_settings_create_uid 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3138 +5776 \N \N \N \N \N field_account_config_settings_complete_tax_set 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3139 +5777 \N \N \N \N \N field_account_config_settings_template_transfer_account_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3140 +5778 \N \N \N \N \N field_account_config_settings_module_account_sepa 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3141 +5779 \N \N \N \N \N field_account_config_settings_module_account_bank_statement_import_csv 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3142 +5780 \N \N \N \N \N field_account_config_settings_module_account_budget 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3143 +5781 \N \N \N \N \N field_account_config_settings_company_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3144 +5782 \N \N \N \N \N field_account_config_settings_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3145 +5783 \N \N \N \N \N field_account_config_settings_group_warning_account 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3146 +5784 \N \N \N \N \N field_account_config_settings_group_multi_currency 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3147 +5785 \N \N \N \N \N field_account_config_settings_group_proforma_invoices 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3148 +5786 \N \N \N \N \N field_account_config_settings_module_account_reports 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3149 +5787 \N \N \N \N \N field_account_config_settings_module_account_plaid 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3150 +5788 \N \N \N \N \N field_account_config_settings_has_default_company 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3151 +5789 \N \N \N \N \N field_account_config_settings_period_lock_date 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3152 +5790 \N \N \N \N \N field_account_config_settings_purchase_tax_rate 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3153 +5791 \N \N \N \N \N field_account_config_settings_module_account_bank_statement_import_ofx 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3154 +5792 \N \N \N \N \N field_account_config_settings_module_l10n_us_check_printing 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3155 +5793 \N \N \N \N \N field_account_config_settings_default_purchase_tax_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3156 +5794 \N \N \N \N \N field_account_config_settings_write_date 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3157 +5795 \N \N \N \N \N field_account_config_settings_display_name 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3158 +5796 \N \N \N \N \N field_account_config_settings_use_anglo_saxon 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3159 +5797 \N \N \N \N \N field_account_config_settings_sale_tax_rate 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3160 +5798 \N \N \N \N \N field_account_config_settings_module_account_batch_deposit 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3161 +5799 \N \N \N \N \N field_account_config_settings_module_account_yodlee 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3162 +5800 \N \N \N \N \N field_account_config_settings_module_account_tax_cash_basis 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3163 +5801 \N \N \N \N \N field_account_config_settings_code_digits 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3164 +5802 \N \N \N \N \N field_account_config_settings_chart_template_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3165 +5803 \N \N \N \N \N field_account_config_settings___last_update 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3166 +5804 \N \N \N \N \N field_account_config_settings_default_sale_tax_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3167 +5805 \N \N \N \N \N field_account_config_settings_overdue_msg 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3168 +5806 \N \N \N \N \N field_account_config_settings_sale_tax_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3169 +5807 \N \N \N \N \N field_account_config_settings_currency_exchange_journal_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3170 +5808 \N \N \N \N \N field_account_config_settings_module_account_bank_statement_import_qif 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3171 +5809 \N \N \N \N \N field_account_config_settings_group_analytic_accounting 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3172 +5810 \N \N \N \N \N field_account_config_settings_module_account_deferred_revenue 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3173 +5811 \N \N \N \N \N field_account_config_settings_company_footer 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3174 +5812 \N \N \N \N \N field_account_config_settings_fiscalyear_last_month 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3175 +5813 \N \N \N \N \N field_account_config_settings_tax_calculation_rounding_method 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3176 +5814 \N \N \N \N \N field_account_config_settings_module_account_reports_followup 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3177 +5815 \N \N \N \N \N field_account_config_settings_purchase_tax_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3178 +5816 \N \N \N \N \N field_account_config_settings_transfer_account_id 2019-03-20 06:39:07.896142 2019-03-20 06:39:07.896142 account ir.model.fields 3179 +5817 \N \N \N \N \N model_web_planner 2019-03-20 06:39:08.226851 2019-03-20 06:39:08.226851 account ir.model 98 +5818 \N \N \N \N \N model_account_move_line_reconcile 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model 199 +5819 \N \N \N \N \N field_account_move_line_reconcile_create_uid 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3180 +5820 \N \N \N \N \N field_account_move_line_reconcile_display_name 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3181 +5821 \N \N \N \N \N field_account_move_line_reconcile___last_update 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3182 +5822 \N \N \N \N \N field_account_move_line_reconcile_writeoff 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3183 +5823 \N \N \N \N \N field_account_move_line_reconcile_company_id 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3184 +5824 \N \N \N \N \N field_account_move_line_reconcile_write_uid 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3185 +5825 \N \N \N \N \N field_account_move_line_reconcile_credit 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3186 +5826 \N \N \N \N \N field_account_move_line_reconcile_write_date 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3187 +5827 \N \N \N \N \N field_account_move_line_reconcile_debit 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3188 +5828 \N \N \N \N \N field_account_move_line_reconcile_trans_nbr 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3189 +5829 \N \N \N \N \N field_account_move_line_reconcile_create_date 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3190 +5830 \N \N \N \N \N field_account_move_line_reconcile_id 2019-03-20 06:39:08.275972 2019-03-20 06:39:08.275972 account ir.model.fields 3191 +5831 \N \N \N \N \N model_account_move_line_reconcile_writeoff 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model 200 +5832 \N \N \N \N \N field_account_move_line_reconcile_writeoff_comment 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3192 +5833 \N \N \N \N \N field_account_move_line_reconcile_writeoff_create_uid 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3193 +5834 \N \N \N \N \N field_account_move_line_reconcile_writeoff_display_name 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3194 +5835 \N \N \N \N \N field_account_move_line_reconcile_writeoff___last_update 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3195 +5836 \N \N \N \N \N field_account_move_line_reconcile_writeoff_writeoff_acc_id 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3196 +5837 \N \N \N \N \N field_account_move_line_reconcile_writeoff_journal_id 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3197 +5838 \N \N \N \N \N field_account_move_line_reconcile_writeoff_analytic_id 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3198 +5839 \N \N \N \N \N field_account_move_line_reconcile_writeoff_write_date 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3199 +5840 \N \N \N \N \N field_account_move_line_reconcile_writeoff_date_p 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3200 +5841 \N \N \N \N \N field_account_move_line_reconcile_writeoff_create_date 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3201 +5842 \N \N \N \N \N field_account_move_line_reconcile_writeoff_write_uid 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3202 +5843 \N \N \N \N \N field_account_move_line_reconcile_writeoff_id 2019-03-20 06:39:08.38828 2019-03-20 06:39:08.38828 account ir.model.fields 3203 +5844 \N \N \N \N \N model_account_unreconcile 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model 201 +5845 \N \N \N \N \N field_account_unreconcile_create_uid 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3204 +5846 \N \N \N \N \N field_account_unreconcile_create_date 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3205 +5847 \N \N \N \N \N field_account_unreconcile___last_update 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3206 +5848 \N \N \N \N \N field_account_unreconcile_write_uid 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3207 +5849 \N \N \N \N \N field_account_unreconcile_write_date 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3208 +5850 \N \N \N \N \N field_account_unreconcile_display_name 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3209 +5851 \N \N \N \N \N field_account_unreconcile_id 2019-03-20 06:39:08.496305 2019-03-20 06:39:08.496305 account ir.model.fields 3210 +5852 \N \N \N \N \N model_account_invoice_refund 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model 202 +5853 \N \N \N \N \N field_account_invoice_refund_create_uid 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3211 +5854 \N \N \N \N \N field_account_invoice_refund_filter_refund 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3212 +5855 \N \N \N \N \N field_account_invoice_refund_display_name 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3213 +5856 \N \N \N \N \N field_account_invoice_refund_description 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3214 +5857 \N \N \N \N \N field_account_invoice_refund___last_update 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3215 +5858 \N \N \N \N \N field_account_invoice_refund_write_uid 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3216 +5859 \N \N \N \N \N field_account_invoice_refund_date_invoice 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3217 +5860 \N \N \N \N \N field_account_invoice_refund_refund_only 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3218 +5861 \N \N \N \N \N field_account_invoice_refund_write_date 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3219 +5862 \N \N \N \N \N field_account_invoice_refund_date 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3220 +5863 \N \N \N \N \N field_account_invoice_refund_create_date 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3221 +5864 \N \N \N \N \N field_account_invoice_refund_id 2019-03-20 06:39:08.55533 2019-03-20 06:39:08.55533 account ir.model.fields 3222 +5865 \N \N \N \N \N model_account_invoice_confirm 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model 203 +5866 \N \N \N \N \N field_account_invoice_confirm_create_uid 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3223 +5867 \N \N \N \N \N field_account_invoice_confirm_create_date 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3224 +5868 \N \N \N \N \N field_account_invoice_confirm___last_update 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3225 +5869 \N \N \N \N \N field_account_invoice_confirm_write_uid 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3226 +5870 \N \N \N \N \N field_account_invoice_confirm_write_date 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3227 +5871 \N \N \N \N \N field_account_invoice_confirm_display_name 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3228 +5872 \N \N \N \N \N field_account_invoice_confirm_id 2019-03-20 06:39:08.730575 2019-03-20 06:39:08.730575 account ir.model.fields 3229 +5873 \N \N \N \N \N model_account_invoice_cancel 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model 204 +5874 \N \N \N \N \N field_account_invoice_cancel_create_uid 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3230 +5875 \N \N \N \N \N field_account_invoice_cancel_create_date 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3231 +5876 \N \N \N \N \N field_account_invoice_cancel___last_update 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3232 +5877 \N \N \N \N \N field_account_invoice_cancel_write_uid 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3233 +5878 \N \N \N \N \N field_account_invoice_cancel_write_date 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3234 +5879 \N \N \N \N \N field_account_invoice_cancel_display_name 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3235 +5880 \N \N \N \N \N field_account_invoice_cancel_id 2019-03-20 06:39:08.797767 2019-03-20 06:39:08.797767 account ir.model.fields 3236 +5881 \N \N \N \N \N model_validate_account_move 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model 205 +5882 \N \N \N \N \N field_validate_account_move_create_uid 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3237 +5883 \N \N \N \N \N field_validate_account_move_create_date 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3238 +5884 \N \N \N \N \N field_validate_account_move___last_update 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3239 +5885 \N \N \N \N \N field_validate_account_move_write_uid 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3240 +5886 \N \N \N \N \N field_validate_account_move_write_date 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3241 +5887 \N \N \N \N \N field_validate_account_move_display_name 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3242 +5888 \N \N \N \N \N field_validate_account_move_id 2019-03-20 06:39:08.858736 2019-03-20 06:39:08.858736 account ir.model.fields 3243 +5889 \N \N \N \N \N model_cash_box_in 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model 206 +5890 \N \N \N \N \N field_cash_box_in_create_uid 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3244 +5891 \N \N \N \N \N field_cash_box_in_display_name 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3245 +5892 \N \N \N \N \N field_cash_box_in_name 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3246 +5893 \N \N \N \N \N field_cash_box_in___last_update 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3247 +5894 \N \N \N \N \N field_cash_box_in_write_uid 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3248 +5895 \N \N \N \N \N field_cash_box_in_amount 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3249 +5896 \N \N \N \N \N field_cash_box_in_write_date 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3250 +5897 \N \N \N \N \N field_cash_box_in_create_date 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3251 +5898 \N \N \N \N \N field_cash_box_in_ref 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3252 +5899 \N \N \N \N \N field_cash_box_in_id 2019-03-20 06:39:08.91347 2019-03-20 06:39:08.91347 account ir.model.fields 3253 +5900 \N \N \N \N \N model_cash_box_out 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model 207 +5901 \N \N \N \N \N field_cash_box_out_create_uid 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3254 +5902 \N \N \N \N \N field_cash_box_out_display_name 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3255 +5903 \N \N \N \N \N field_cash_box_out_name 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3256 +5904 \N \N \N \N \N field_cash_box_out___last_update 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3257 +5905 \N \N \N \N \N field_cash_box_out_write_uid 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3258 +5906 \N \N \N \N \N field_cash_box_out_amount 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3259 +5907 \N \N \N \N \N field_cash_box_out_write_date 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3260 +5908 \N \N \N \N \N field_cash_box_out_create_date 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3261 +5909 \N \N \N \N \N field_cash_box_out_id 2019-03-20 06:39:08.987958 2019-03-20 06:39:08.987958 account ir.model.fields 3262 +5910 \N \N \N \N \N model_account_move_reversal 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model 208 +5911 \N \N \N \N \N field_account_move_reversal_create_uid 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3263 +5912 \N \N \N \N \N field_account_move_reversal_create_date 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3264 +5913 \N \N \N \N \N field_account_move_reversal___last_update 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3265 +5914 \N \N \N \N \N field_account_move_reversal_journal_id 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3266 +5915 \N \N \N \N \N field_account_move_reversal_write_uid 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3267 +5916 \N \N \N \N \N field_account_move_reversal_write_date 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3268 +5917 \N \N \N \N \N field_account_move_reversal_date 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3269 +5918 \N \N \N \N \N field_account_move_reversal_display_name 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3270 +5919 \N \N \N \N \N field_account_move_reversal_id 2019-03-20 06:39:09.087247 2019-03-20 06:39:09.087247 account ir.model.fields 3271 +5920 \N \N \N \N \N model_account_common_report 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model 209 +5921 \N \N \N \N \N field_account_common_report_create_uid 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3272 +5922 \N \N \N \N \N field_account_common_report_display_name 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3273 +5923 \N \N \N \N \N field_account_common_report___last_update 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3274 +5924 \N \N \N \N \N field_account_common_report_date_from 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3275 +5925 \N \N \N \N \N field_account_common_report_journal_ids 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3276 +5926 \N \N \N \N \N field_account_common_report_company_id 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3277 +5927 \N \N \N \N \N field_account_common_report_write_date 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3278 +5928 \N \N \N \N \N field_account_common_report_date_to 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3279 +5929 \N \N \N \N \N field_account_common_report_create_date 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3280 +5930 \N \N \N \N \N field_account_common_report_write_uid 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3281 +5931 \N \N \N \N \N field_account_common_report_id 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3282 +5932 \N \N \N \N \N field_account_common_report_target_move 2019-03-20 06:39:09.200108 2019-03-20 06:39:09.200108 account ir.model.fields 3283 +5933 \N \N \N \N \N model_account_common_account_report 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model 210 +5934 \N \N \N \N \N field_account_common_account_report_create_uid 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3284 +5935 \N \N \N \N \N field_account_common_account_report_display_name 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3285 +5936 \N \N \N \N \N field_account_common_account_report___last_update 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3286 +5937 \N \N \N \N \N field_account_common_account_report_date_from 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3287 +5938 \N \N \N \N \N field_account_common_account_report_journal_ids 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3288 +5939 \N \N \N \N \N field_account_common_account_report_company_id 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3289 +5940 \N \N \N \N \N field_account_common_account_report_write_date 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3290 +5941 \N \N \N \N \N field_account_common_account_report_date_to 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3291 +5942 \N \N \N \N \N field_account_common_account_report_id 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3292 +5943 \N \N \N \N \N field_account_common_account_report_create_date 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3293 +5944 \N \N \N \N \N field_account_common_account_report_write_uid 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3294 +5945 \N \N \N \N \N field_account_common_account_report_display_account 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3295 +5946 \N \N \N \N \N field_account_common_account_report_target_move 2019-03-20 06:39:09.35283 2019-03-20 06:39:09.35283 account ir.model.fields 3296 +5947 \N \N \N \N \N model_account_common_partner_report 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model 211 +5948 \N \N \N \N \N field_account_common_partner_report_create_uid 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3297 +5949 \N \N \N \N \N field_account_common_partner_report_display_name 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3298 +5950 \N \N \N \N \N field_account_common_partner_report___last_update 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3299 +5951 \N \N \N \N \N field_account_common_partner_report_date_from 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3300 +5952 \N \N \N \N \N field_account_common_partner_report_result_selection 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3301 +5953 \N \N \N \N \N field_account_common_partner_report_journal_ids 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3302 +5954 \N \N \N \N \N field_account_common_partner_report_company_id 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3303 +5955 \N \N \N \N \N field_account_common_partner_report_write_date 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3304 +5956 \N \N \N \N \N field_account_common_partner_report_date_to 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3305 +5957 \N \N \N \N \N field_account_common_partner_report_create_date 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3306 +5958 \N \N \N \N \N field_account_common_partner_report_write_uid 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3307 +5959 \N \N \N \N \N field_account_common_partner_report_id 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3308 +5960 \N \N \N \N \N field_account_common_partner_report_target_move 2019-03-20 06:39:09.52432 2019-03-20 06:39:09.52432 account ir.model.fields 3309 +5961 \N \N \N \N \N model_account_common_journal_report 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model 212 +5962 \N \N \N \N \N field_account_common_journal_report_create_uid 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3310 +5963 \N \N \N \N \N field_account_common_journal_report_display_name 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3311 +5964 \N \N \N \N \N field_account_common_journal_report___last_update 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3312 +5965 \N \N \N \N \N field_account_common_journal_report_date_from 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3313 +5966 \N \N \N \N \N field_account_common_journal_report_journal_ids 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3314 +5967 \N \N \N \N \N field_account_common_journal_report_company_id 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3315 +5968 \N \N \N \N \N field_account_common_journal_report_create_date 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3316 +5969 \N \N \N \N \N field_account_common_journal_report_write_date 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3317 +5970 \N \N \N \N \N field_account_common_journal_report_date_to 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3318 +5971 \N \N \N \N \N field_account_common_journal_report_amount_currency 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3319 +5972 \N \N \N \N \N field_account_common_journal_report_write_uid 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3320 +5973 \N \N \N \N \N field_account_common_journal_report_id 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3321 +5974 \N \N \N \N \N field_account_common_journal_report_target_move 2019-03-20 06:39:09.661945 2019-03-20 06:39:09.661945 account ir.model.fields 3322 +5975 \N \N \N \N \N model_account_print_journal 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model 213 +5976 \N \N \N \N \N field_account_print_journal_create_uid 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3323 +5977 \N \N \N \N \N field_account_print_journal_display_name 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3324 +5978 \N \N \N \N \N field_account_print_journal_sort_selection 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3325 +5979 \N \N \N \N \N field_account_print_journal___last_update 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3326 +5980 \N \N \N \N \N field_account_print_journal_date_from 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3327 +5981 \N \N \N \N \N field_account_print_journal_journal_ids 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3328 +5982 \N \N \N \N \N field_account_print_journal_company_id 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3329 +5983 \N \N \N \N \N field_account_print_journal_create_date 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3330 +5984 \N \N \N \N \N field_account_print_journal_write_date 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3331 +5985 \N \N \N \N \N field_account_print_journal_date_to 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3332 +5986 \N \N \N \N \N field_account_print_journal_amount_currency 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3333 +5987 \N \N \N \N \N field_account_print_journal_write_uid 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3334 +5988 \N \N \N \N \N field_account_print_journal_id 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3335 +5989 \N \N \N \N \N field_account_print_journal_target_move 2019-03-20 06:39:09.766384 2019-03-20 06:39:09.766384 account ir.model.fields 3336 +5990 \N \N \N \N \N model_account_report_general_ledger 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model 214 +5991 \N \N \N \N \N field_account_report_general_ledger_create_uid 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3337 +5992 \N \N \N \N \N field_account_report_general_ledger_initial_balance 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3338 +5993 \N \N \N \N \N field_account_report_general_ledger_display_name 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3339 +5994 \N \N \N \N \N field_account_report_general_ledger___last_update 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3340 +5995 \N \N \N \N \N field_account_report_general_ledger_date_from 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3341 +5996 \N \N \N \N \N field_account_report_general_ledger_journal_ids 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3342 +5997 \N \N \N \N \N field_account_report_general_ledger_company_id 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3343 +5998 \N \N \N \N \N field_account_report_general_ledger_sortby 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3344 +5999 \N \N \N \N \N field_account_report_general_ledger_write_date 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3345 +6000 \N \N \N \N \N field_account_report_general_ledger_date_to 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3346 +6001 \N \N \N \N \N field_account_report_general_ledger_id 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3347 +6002 \N \N \N \N \N field_account_report_general_ledger_create_date 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3348 +6003 \N \N \N \N \N field_account_report_general_ledger_write_uid 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3349 +6004 \N \N \N \N \N field_account_report_general_ledger_display_account 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3350 +6005 \N \N \N \N \N field_account_report_general_ledger_target_move 2019-03-20 06:39:09.893988 2019-03-20 06:39:09.893988 account ir.model.fields 3351 +6006 \N \N \N \N \N model_account_report_partner_ledger 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model 215 +6007 \N \N \N \N \N field_account_report_partner_ledger_create_uid 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3352 +6008 \N \N \N \N \N field_account_report_partner_ledger_display_name 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3353 +6009 \N \N \N \N \N field_account_report_partner_ledger___last_update 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3354 +6010 \N \N \N \N \N field_account_report_partner_ledger_reconciled 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3355 +6011 \N \N \N \N \N field_account_report_partner_ledger_result_selection 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3356 +6012 \N \N \N \N \N field_account_report_partner_ledger_journal_ids 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3357 +6013 \N \N \N \N \N field_account_report_partner_ledger_company_id 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3358 +6014 \N \N \N \N \N field_account_report_partner_ledger_create_date 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3359 +6015 \N \N \N \N \N field_account_report_partner_ledger_write_date 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3360 +6016 \N \N \N \N \N field_account_report_partner_ledger_date_to 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3361 +6017 \N \N \N \N \N field_account_report_partner_ledger_id 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3362 +6018 \N \N \N \N \N field_account_report_partner_ledger_amount_currency 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3363 +6019 \N \N \N \N \N field_account_report_partner_ledger_write_uid 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3364 +6020 \N \N \N \N \N field_account_report_partner_ledger_date_from 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3365 +6021 \N \N \N \N \N field_account_report_partner_ledger_target_move 2019-03-20 06:39:10.018849 2019-03-20 06:39:10.018849 account ir.model.fields 3366 +6022 \N \N \N \N \N model_account_balance_report 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model 216 +6023 \N \N \N \N \N field_account_balance_report_create_uid 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3367 +6024 \N \N \N \N \N field_account_balance_report_display_name 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3368 +6025 \N \N \N \N \N field_account_balance_report___last_update 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3369 +6026 \N \N \N \N \N field_account_balance_report_date_from 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3370 +6027 \N \N \N \N \N field_account_balance_report_journal_ids 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3371 +6028 \N \N \N \N \N field_account_balance_report_company_id 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3372 +6029 \N \N \N \N \N field_account_balance_report_write_date 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3373 +6030 \N \N \N \N \N field_account_balance_report_date_to 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3374 +6031 \N \N \N \N \N field_account_balance_report_id 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3375 +6032 \N \N \N \N \N field_account_balance_report_create_date 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3376 +6033 \N \N \N \N \N field_account_balance_report_write_uid 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3377 +6034 \N \N \N \N \N field_account_balance_report_display_account 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3378 +6035 \N \N \N \N \N field_account_balance_report_target_move 2019-03-20 06:39:10.145935 2019-03-20 06:39:10.145935 account ir.model.fields 3379 +6036 \N \N \N \N \N model_accounting_report 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model 217 +6037 \N \N \N \N \N field_accounting_report_create_uid 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3380 +6038 \N \N \N \N \N field_accounting_report_enable_filter 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3381 +6039 \N \N \N \N \N field_accounting_report_display_name 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3382 +6040 \N \N \N \N \N field_accounting_report___last_update 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3383 +6041 \N \N \N \N \N field_accounting_report_filter_cmp 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3384 +6042 \N \N \N \N \N field_accounting_report_date_from 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3385 +6043 \N \N \N \N \N field_accounting_report_date_to 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3386 +6044 \N \N \N \N \N field_accounting_report_company_id 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3387 +6045 \N \N \N \N \N field_accounting_report_date_to_cmp 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3388 +6046 \N \N \N \N \N field_accounting_report_journal_ids 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3389 +6047 \N \N \N \N \N field_accounting_report_label_filter 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3390 +6048 \N \N \N \N \N field_accounting_report_write_date 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3391 +6049 \N \N \N \N \N field_accounting_report_date_from_cmp 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3392 +6050 \N \N \N \N \N field_accounting_report_id 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3393 +6051 \N \N \N \N \N field_accounting_report_create_date 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3394 +6052 \N \N \N \N \N field_accounting_report_account_report_id 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3395 +6053 \N \N \N \N \N field_accounting_report_write_uid 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3396 +6054 \N \N \N \N \N field_accounting_report_debit_credit 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3397 +6055 \N \N \N \N \N field_accounting_report_target_move 2019-03-20 06:39:10.251096 2019-03-20 06:39:10.251096 account ir.model.fields 3398 +6056 \N \N \N \N \N model_account_aged_trial_balance 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model 218 +6057 \N \N \N \N \N field_account_aged_trial_balance_create_uid 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3399 +6120 \N \N \N \N \N field_account_invoice_report___last_update 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3459 +6058 \N \N \N \N \N field_account_aged_trial_balance_display_name 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3400 +6059 \N \N \N \N \N field_account_aged_trial_balance_period_length 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3401 +6060 \N \N \N \N \N field_account_aged_trial_balance_date_from 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3402 +6061 \N \N \N \N \N field_account_aged_trial_balance___last_update 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3403 +6062 \N \N \N \N \N field_account_aged_trial_balance_result_selection 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3404 +6063 \N \N \N \N \N field_account_aged_trial_balance_journal_ids 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3405 +6064 \N \N \N \N \N field_account_aged_trial_balance_company_id 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3406 +6065 \N \N \N \N \N field_account_aged_trial_balance_write_date 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3407 +6066 \N \N \N \N \N field_account_aged_trial_balance_date_to 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3408 +6067 \N \N \N \N \N field_account_aged_trial_balance_create_date 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3409 +6068 \N \N \N \N \N field_account_aged_trial_balance_write_uid 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3410 +6069 \N \N \N \N \N field_account_aged_trial_balance_id 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3411 +6070 \N \N \N \N \N field_account_aged_trial_balance_target_move 2019-03-20 06:39:10.377195 2019-03-20 06:39:10.377195 account ir.model.fields 3412 +6071 \N \N \N \N \N model_tax_adjustments_wizard 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model 219 +6072 \N \N \N \N \N field_tax_adjustments_wizard_create_uid 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3413 +6073 \N \N \N \N \N field_tax_adjustments_wizard_display_name 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3414 +6074 \N \N \N \N \N field_tax_adjustments_wizard_reason 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3415 +6075 \N \N \N \N \N field_tax_adjustments_wizard___last_update 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3416 +6076 \N \N \N \N \N field_tax_adjustments_wizard_adjustment_type 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3417 +6077 \N \N \N \N \N field_tax_adjustments_wizard_credit_account_id 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3418 +6078 \N \N \N \N \N field_tax_adjustments_wizard_journal_id 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3419 +6079 \N \N \N \N \N field_tax_adjustments_wizard_write_uid 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3420 +6080 \N \N \N \N \N field_tax_adjustments_wizard_company_currency_id 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3421 +6081 \N \N \N \N \N field_tax_adjustments_wizard_amount 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3422 +6082 \N \N \N \N \N field_tax_adjustments_wizard_write_date 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3423 +6083 \N \N \N \N \N field_tax_adjustments_wizard_date 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3424 +6084 \N \N \N \N \N field_tax_adjustments_wizard_create_date 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3425 +6085 \N \N \N \N \N field_tax_adjustments_wizard_debit_account_id 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3426 +6086 \N \N \N \N \N field_tax_adjustments_wizard_id 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3427 +6087 \N \N \N \N \N field_tax_adjustments_wizard_tax_id 2019-03-20 06:39:10.589751 2019-03-20 06:39:10.589751 account ir.model.fields 3428 +6088 \N \N \N \N \N model_account_financial_report 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model 220 +6089 \N \N \N \N \N field_account_financial_report_create_uid 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3429 +6090 \N \N \N \N \N field_account_financial_report_children_ids 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3430 +6091 \N \N \N \N \N field_account_financial_report_display_name 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3431 +6092 \N \N \N \N \N field_account_financial_report_name 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3432 +6093 \N \N \N \N \N field_account_financial_report_level 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3433 +6094 \N \N \N \N \N field_account_financial_report___last_update 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3434 +6095 \N \N \N \N \N field_account_financial_report_sequence 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3435 +6096 \N \N \N \N \N field_account_financial_report_style_overwrite 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3436 +6097 \N \N \N \N \N field_account_financial_report_sign 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3437 +6098 \N \N \N \N \N field_account_financial_report_parent_id 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3438 +6099 \N \N \N \N \N field_account_financial_report_account_type_ids 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3439 +6100 \N \N \N \N \N field_account_financial_report_account_ids 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3440 +6101 \N \N \N \N \N field_account_financial_report_write_date 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3441 +6102 \N \N \N \N \N field_account_financial_report_account_report_id 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3442 +6103 \N \N \N \N \N field_account_financial_report_display_detail 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3443 +6104 \N \N \N \N \N field_account_financial_report_create_date 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3444 +6105 \N \N \N \N \N field_account_financial_report_write_uid 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3445 +6106 \N \N \N \N \N field_account_financial_report_type 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3446 +6107 \N \N \N \N \N field_account_financial_report_id 2019-03-20 06:39:10.735244 2019-03-20 06:39:10.735244 account ir.model.fields 3447 +6108 \N \N \N \N \N model_account_invoice_report 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model 221 +6109 \N \N \N \N \N field_account_invoice_report_date_due 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3448 +6110 \N \N \N \N \N field_account_invoice_report_partner_bank_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3449 +6111 \N \N \N \N \N field_account_invoice_report_nbr 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3450 +6112 \N \N \N \N \N field_account_invoice_report_journal_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3451 +6113 \N \N \N \N \N field_account_invoice_report_currency_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3452 +6114 \N \N \N \N \N field_account_invoice_report_product_qty 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3453 +6115 \N \N \N \N \N field_account_invoice_report_partner_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3454 +6116 \N \N \N \N \N field_account_invoice_report_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3455 +6117 \N \N \N \N \N field_account_invoice_report_uom_name 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3456 +6118 \N \N \N \N \N field_account_invoice_report_user_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3457 +6119 \N \N \N \N \N field_account_invoice_report_weight 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3458 +6121 \N \N \N \N \N field_account_invoice_report_user_currency_price_average 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3460 +6122 \N \N \N \N \N field_account_invoice_report_country_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3461 +6123 \N \N \N \N \N field_account_invoice_report_company_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3462 +6124 \N \N \N \N \N field_account_invoice_report_state 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3463 +6125 \N \N \N \N \N field_account_invoice_report_type 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3464 +6126 \N \N \N \N \N field_account_invoice_report_account_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3465 +6127 \N \N \N \N \N field_account_invoice_report_price_average 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3466 +6128 \N \N \N \N \N field_account_invoice_report_account_line_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3467 +6129 \N \N \N \N \N field_account_invoice_report_residual 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3468 +6130 \N \N \N \N \N field_account_invoice_report_volume 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3469 +6131 \N \N \N \N \N field_account_invoice_report_payment_term_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3470 +6132 \N \N \N \N \N field_account_invoice_report_currency_rate 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3471 +6133 \N \N \N \N \N field_account_invoice_report_date 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3472 +6134 \N \N \N \N \N field_account_invoice_report_display_name 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3473 +6135 \N \N \N \N \N field_account_invoice_report_categ_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3474 +6136 \N \N \N \N \N field_account_invoice_report_fiscal_position_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3475 +6137 \N \N \N \N \N field_account_invoice_report_price_total 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3476 +6138 \N \N \N \N \N field_account_invoice_report_product_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3477 +6139 \N \N \N \N \N field_account_invoice_report_user_currency_price_total 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3478 +6140 \N \N \N \N \N field_account_invoice_report_user_currency_residual 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3479 +6141 \N \N \N \N \N field_account_invoice_report_commercial_partner_id 2019-03-20 06:39:10.896788 2019-03-20 06:39:10.896788 account ir.model.fields 3480 +6142 \N \N \N \N \N model_report_account_report_overdue 2019-03-20 06:39:11.05939 2019-03-20 06:39:11.05939 account ir.model 222 +6143 \N \N \N \N \N field_report_account_report_overdue_display_name 2019-03-20 06:39:11.05939 2019-03-20 06:39:11.05939 account ir.model.fields 3481 +6144 \N \N \N \N \N field_report_account_report_overdue_id 2019-03-20 06:39:11.05939 2019-03-20 06:39:11.05939 account ir.model.fields 3482 +6145 \N \N \N \N \N field_report_account_report_overdue___last_update 2019-03-20 06:39:11.05939 2019-03-20 06:39:11.05939 account ir.model.fields 3483 +6146 \N \N \N \N \N model_report_account_report_generalledger 2019-03-20 06:39:11.079147 2019-03-20 06:39:11.079147 account ir.model 223 +6147 \N \N \N \N \N field_report_account_report_generalledger_display_name 2019-03-20 06:39:11.079147 2019-03-20 06:39:11.079147 account ir.model.fields 3484 +6148 \N \N \N \N \N field_report_account_report_generalledger_id 2019-03-20 06:39:11.079147 2019-03-20 06:39:11.079147 account ir.model.fields 3485 +6149 \N \N \N \N \N field_report_account_report_generalledger___last_update 2019-03-20 06:39:11.079147 2019-03-20 06:39:11.079147 account ir.model.fields 3486 +6150 \N \N \N \N \N model_report_account_report_trialbalance 2019-03-20 06:39:11.099699 2019-03-20 06:39:11.099699 account ir.model 224 +6151 \N \N \N \N \N field_report_account_report_trialbalance_display_name 2019-03-20 06:39:11.099699 2019-03-20 06:39:11.099699 account ir.model.fields 3487 +6152 \N \N \N \N \N field_report_account_report_trialbalance_id 2019-03-20 06:39:11.099699 2019-03-20 06:39:11.099699 account ir.model.fields 3488 +6153 \N \N \N \N \N field_report_account_report_trialbalance___last_update 2019-03-20 06:39:11.099699 2019-03-20 06:39:11.099699 account ir.model.fields 3489 +6154 \N \N \N \N \N model_report_account_report_financial 2019-03-20 06:39:11.119874 2019-03-20 06:39:11.119874 account ir.model 225 +6155 \N \N \N \N \N field_report_account_report_financial_display_name 2019-03-20 06:39:11.119874 2019-03-20 06:39:11.119874 account ir.model.fields 3490 +6156 \N \N \N \N \N field_report_account_report_financial_id 2019-03-20 06:39:11.119874 2019-03-20 06:39:11.119874 account ir.model.fields 3491 +6157 \N \N \N \N \N field_report_account_report_financial___last_update 2019-03-20 06:39:11.119874 2019-03-20 06:39:11.119874 account ir.model.fields 3492 +6158 \N \N \N \N \N model_report_account_report_agedpartnerbalance 2019-03-20 06:39:11.137386 2019-03-20 06:39:11.137386 account ir.model 226 +6159 \N \N \N \N \N field_report_account_report_agedpartnerbalance_display_name 2019-03-20 06:39:11.137386 2019-03-20 06:39:11.137386 account ir.model.fields 3493 +6160 \N \N \N \N \N field_report_account_report_agedpartnerbalance_id 2019-03-20 06:39:11.137386 2019-03-20 06:39:11.137386 account ir.model.fields 3494 +6161 \N \N \N \N \N field_report_account_report_agedpartnerbalance___last_update 2019-03-20 06:39:11.137386 2019-03-20 06:39:11.137386 account ir.model.fields 3495 +6162 \N \N \N \N \N model_report_account_report_partnerledger 2019-03-20 06:39:11.15534 2019-03-20 06:39:11.15534 account ir.model 227 +6163 \N \N \N \N \N field_report_account_report_partnerledger_display_name 2019-03-20 06:39:11.15534 2019-03-20 06:39:11.15534 account ir.model.fields 3496 +6164 \N \N \N \N \N field_report_account_report_partnerledger_id 2019-03-20 06:39:11.15534 2019-03-20 06:39:11.15534 account ir.model.fields 3497 +6165 \N \N \N \N \N field_report_account_report_partnerledger___last_update 2019-03-20 06:39:11.15534 2019-03-20 06:39:11.15534 account ir.model.fields 3498 +6166 \N \N \N \N \N model_report_account_report_journal 2019-03-20 06:39:11.178529 2019-03-20 06:39:11.178529 account ir.model 228 +6167 \N \N \N \N \N field_report_account_report_journal_display_name 2019-03-20 06:39:11.178529 2019-03-20 06:39:11.178529 account ir.model.fields 3499 +6168 \N \N \N \N \N field_report_account_report_journal_id 2019-03-20 06:39:11.178529 2019-03-20 06:39:11.178529 account ir.model.fields 3500 +6169 \N \N \N \N \N field_report_account_report_journal___last_update 2019-03-20 06:39:11.178529 2019-03-20 06:39:11.178529 account ir.model.fields 3501 +6170 \N \N \N \N \N field_res_users_bank_account_count 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3502 +6171 \N \N \N \N \N field_res_users_journal_item_count 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3503 +6172 \N \N \N \N \N field_res_users_contracts_count 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3504 +6173 \N \N \N \N \N field_res_users_property_supplier_payment_term_id 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3505 +6174 \N \N \N \N \N field_res_users_debit_limit 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3506 +6175 \N \N \N \N \N field_res_users_contract_ids 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3507 +6176 \N \N \N \N \N field_res_users_has_unreconciled_entries 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3508 +6177 \N \N \N \N \N field_res_users_currency_id 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3509 +6178 \N \N \N \N \N field_res_users_debit 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3510 +6179 \N \N \N \N \N field_res_users_issued_total 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3511 +6180 \N \N \N \N \N field_res_users_ref_company_ids 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3512 +6181 \N \N \N \N \N field_res_users_credit 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3513 +6182 \N \N \N \N \N field_res_users_invoice_ids 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3514 +6183 \N \N \N \N \N field_res_users_total_invoiced 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3515 +6184 \N \N \N \N \N field_res_users_trust 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3516 +6185 \N \N \N \N \N field_res_users_property_payment_term_id 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3517 +6186 \N \N \N \N \N field_res_users_last_time_entries_checked 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3518 +6187 \N \N \N \N \N field_res_users_invoice_warn_msg 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3519 +6188 \N \N \N \N \N field_res_users_property_account_payable_id 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3520 +6189 \N \N \N \N \N field_res_users_property_account_receivable_id 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3521 +6190 \N \N \N \N \N field_res_users_invoice_warn 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3522 +6191 \N \N \N \N \N field_res_users_property_account_position_id 2019-03-20 06:39:11.195955 2019-03-20 06:39:11.195955 account ir.model.fields 3523 +6197 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_move_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 33 +6198 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_move_line_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 34 +6199 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t journal_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 35 +6200 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 36 +6201 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t tax_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 37 +6202 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t invoice_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 38 +6203 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t invoice_analysis_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 39 +6204 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_fiscal_position_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 40 +6205 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_invoice_line_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 41 +6206 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_bank_statement_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 42 +6207 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_bank_statement_line_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 43 +6208 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_reconcile_model_template_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 44 +6209 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_payment_comp_rule 2019-03-20 06:39:16 2019-03-20 06:39:16 account ir.rule 45 +6288 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_receivable 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 1 +6289 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_payable 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 2 +6290 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_liquidity 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 3 +6291 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_credit_card 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 4 +6292 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_current_assets 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 5 +6293 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_non_current_assets 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 6 +6294 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_prepayments 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 7 +6295 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_fixed_assets 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 8 +6296 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_current_liabilities 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 9 +6297 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_non_current_liabilities 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 10 +6298 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_equity 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 11 +6299 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_unaffected_earnings 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 12 +6300 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_other_income 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 13 +6301 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_revenue 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 14 +6302 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_depreciation 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 15 +6303 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_expenses 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 16 +6304 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t data_account_type_direct_costs 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.type 17 +6305 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_tag_operating 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.tag 1 +6306 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_tag_financing 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.tag 2 +6307 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_tag_investing 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.account.tag 3 +6308 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_payment_term_immediate 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.payment.term 1 +6309 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_payment_term_15days 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.payment.term 2 +6310 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t decimal_payment 2019-03-20 06:39:18 2019-03-20 06:39:18 account decimal.precision 5 +6311 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_payment_term_net 2019-03-20 06:39:18 2019-03-20 06:39:18 account account.payment.term 3 +6312 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t sequence_reconcile_seq 2019-03-20 06:39:18 2019-03-20 06:39:18 account ir.sequence 1 +6313 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t req_link_invoice 2019-03-20 06:39:18 2019-03-20 06:39:18 account res.request.link 3 +6314 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t mt_invoice_validated 2019-03-20 06:39:18 2019-03-20 06:39:18 account mail.message.subtype 3 +6315 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t mt_invoice_paid 2019-03-20 06:39:18 2019-03-20 06:39:18 account mail.message.subtype 4 +6316 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t mt_invoice_created 2019-03-20 06:39:18 2019-03-20 06:39:18 account mail.message.subtype 5 +6317 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_payment_method_manual_in 2019-03-20 06:39:19 2019-03-20 06:39:19 account account.payment.method 1 +6318 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_payment_method_manual_out 2019-03-20 06:39:19 2019-03-20 06:39:19 account account.payment.method 2 +6319 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t sequence_payment_customer_invoice 2019-03-20 06:39:19 2019-03-20 06:39:19 account ir.sequence 2 +6320 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t sequence_payment_customer_refund 2019-03-20 06:39:19 2019-03-20 06:39:19 account ir.sequence 3 +6321 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t sequence_payment_supplier_invoice 2019-03-20 06:39:19 2019-03-20 06:39:19 account ir.sequence 4 +6322 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t sequence_payment_supplier_refund 2019-03-20 06:39:19 2019-03-20 06:39:19 account ir.sequence 5 +6323 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t sequence_payment_transfer 2019-03-20 06:39:19 2019-03-20 06:39:19 account ir.sequence 6 +6324 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t tax_group_taxes 2019-03-20 06:39:19 2019-03-20 06:39:19 account account.tax.group 1 +6325 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t default_followup_trust 2019-03-20 06:39:19 2019-03-20 06:39:19 account ir.property 1 +6327 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_finance_receivables 2019-03-20 06:39:19 2019-03-20 07:10:34 account ir.ui.menu 87 +6328 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_finance_payables 2019-03-20 06:39:19 2019-03-20 07:10:34 account ir.ui.menu 88 +6477 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_customer 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.menu 112 +6542 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t email_template_edi_invoice 2019-03-20 06:39:28 2019-03-20 06:39:28 account mail.template 5 +6543 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t mail_template_data_notification_email_account_invoice 2019-03-20 06:39:28 2019-03-20 06:39:28 account mail.template 6 +6537 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree2 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window 197 +6613 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_profitandloss0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 1 +6614 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_income0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 2 +6615 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_expense0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 3 +6616 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_balancesheet0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 4 +6617 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_assets0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 5 +6618 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_liabilitysum0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 6 +6619 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_liability0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 7 +6620 1 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 1 t account_financial_report_profitloss_toreport0 2019-03-20 06:39:32 2019-03-20 06:39:32 account account.financial.report 8 +6636 \N \N \N \N \N model_res_groups 2019-03-20 06:39:37.463907 2019-03-20 06:39:37.463907 portal ir.model 89 +6637 \N \N \N \N \N field_res_groups_is_portal 2019-03-20 06:39:37.463907 2019-03-20 06:39:37.463907 portal ir.model.fields 3524 +6638 \N \N \N \N \N model_portal_wizard 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model 229 +6639 \N \N \N \N \N field_portal_wizard_create_uid 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3525 +6640 \N \N \N \N \N field_portal_wizard_display_name 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3526 +6641 \N \N \N \N \N field_portal_wizard_welcome_message 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3527 +6642 \N \N \N \N \N field_portal_wizard___last_update 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3528 +6643 \N \N \N \N \N field_portal_wizard_write_uid 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3529 +6644 \N \N \N \N \N field_portal_wizard_user_ids 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3530 +6645 \N \N \N \N \N field_portal_wizard_write_date 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3531 +6646 \N \N \N \N \N field_portal_wizard_create_date 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3532 +6647 \N \N \N \N \N field_portal_wizard_portal_id 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3533 +6648 \N \N \N \N \N field_portal_wizard_id 2019-03-20 06:39:37.984311 2019-03-20 06:39:37.984311 portal ir.model.fields 3534 +6649 \N \N \N \N \N model_portal_wizard_user 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model 230 +6650 \N \N \N \N \N field_portal_wizard_user_create_uid 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3535 +6651 \N \N \N \N \N field_portal_wizard_user_user_id 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3536 +6652 \N \N \N \N \N field_portal_wizard_user___last_update 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3537 +6653 \N \N \N \N \N field_portal_wizard_user_write_uid 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3538 +6654 \N \N \N \N \N field_portal_wizard_user_wizard_id 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3539 +6655 \N \N \N \N \N field_portal_wizard_user_id 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3540 +6656 \N \N \N \N \N field_portal_wizard_user_create_date 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3541 +6657 \N \N \N \N \N field_portal_wizard_user_write_date 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3542 +6658 \N \N \N \N \N field_portal_wizard_user_display_name 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3543 +6659 \N \N \N \N \N field_portal_wizard_user_in_portal 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3544 +6660 \N \N \N \N \N field_portal_wizard_user_partner_id 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3545 +6661 \N \N \N \N \N field_portal_wizard_user_email 2019-03-20 06:39:38.063055 2019-03-20 06:39:38.063055 portal ir.model.fields 3546 +6662 1 2019-03-20 06:39:38.314768 2019-03-20 06:39:38.314768 1 t mail_template_data_portal_welcome 2019-03-20 06:39:38 2019-03-20 06:39:38 portal mail.template 7 +6669 \N \N \N \N \N model_procurement_group 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model 231 +6670 \N \N \N \N \N field_procurement_group_create_uid 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3547 +6671 \N \N \N \N \N field_procurement_group_procurement_ids 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3548 +6672 \N \N \N \N \N field_procurement_group_display_name 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3549 +6673 \N \N \N \N \N field_procurement_group_name 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3550 +6674 \N \N \N \N \N field_procurement_group___last_update 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3551 +6675 \N \N \N \N \N field_procurement_group_move_type 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3552 +6676 \N \N \N \N \N field_procurement_group_write_uid 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3553 +6677 \N \N \N \N \N field_procurement_group_write_date 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3554 +6678 \N \N \N \N \N field_procurement_group_create_date 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3555 +6679 \N \N \N \N \N field_procurement_group_id 2019-03-20 06:39:39.316948 2019-03-20 06:39:39.316948 procurement ir.model.fields 3556 +6680 \N \N \N \N \N model_procurement_rule 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model 232 +6681 \N \N \N \N \N field_procurement_rule_create_uid 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3557 +6682 \N \N \N \N \N field_procurement_rule_display_name 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3558 +6683 \N \N \N \N \N field_procurement_rule_name 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3559 +6684 \N \N \N \N \N field_procurement_rule_sequence 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3560 +6685 \N \N \N \N \N field_procurement_rule___last_update 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3561 +6686 \N \N \N \N \N field_procurement_rule_company_id 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3562 +6687 \N \N \N \N \N field_procurement_rule_write_uid 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3563 +6688 \N \N \N \N \N field_procurement_rule_active 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3564 +6689 \N \N \N \N \N field_procurement_rule_write_date 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3565 +6690 \N \N \N \N \N field_procurement_rule_action 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3566 +6691 \N \N \N \N \N field_procurement_rule_create_date 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3567 +6692 \N \N \N \N \N field_procurement_rule_group_id 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3568 +6693 \N \N \N \N \N field_procurement_rule_id 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3569 +6694 \N \N \N \N \N field_procurement_rule_group_propagation_option 2019-03-20 06:39:39.935604 2019-03-20 06:39:39.935604 procurement ir.model.fields 3570 +6695 \N \N \N \N \N model_procurement_order 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model 233 +6696 \N \N \N \N \N field_procurement_order_origin 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3571 +6697 \N \N \N \N \N field_procurement_order_message_follower_ids 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3572 +6698 \N \N \N \N \N field_procurement_order_create_date 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3573 +6699 \N \N \N \N \N field_procurement_order_product_uom 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3574 +6700 \N \N \N \N \N field_procurement_order_message_needaction 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3575 +6701 \N \N \N \N \N field_procurement_order_message_channel_ids 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3576 +6702 \N \N \N \N \N field_procurement_order_message_partner_ids 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3577 +6703 \N \N \N \N \N field_procurement_order_write_uid 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3578 +6704 \N \N \N \N \N field_procurement_order_product_qty 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3579 +6705 \N \N \N \N \N field_procurement_order_id 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3580 +6706 \N \N \N \N \N field_procurement_order_create_uid 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3581 +6707 \N \N \N \N \N field_procurement_order_display_name 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3582 +6708 \N \N \N \N \N field_procurement_order_message_is_follower 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3583 +6709 \N \N \N \N \N field_procurement_order___last_update 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3584 +6710 \N \N \N \N \N field_procurement_order_message_last_post 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3585 +6711 \N \N \N \N \N field_procurement_order_company_id 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3586 +6712 \N \N \N \N \N field_procurement_order_message_ids 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3587 +6713 \N \N \N \N \N field_procurement_order_priority 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3588 +6714 \N \N \N \N \N field_procurement_order_state 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3589 +6715 \N \N \N \N \N field_procurement_order_message_unread_counter 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3590 +6716 \N \N \N \N \N field_procurement_order_write_date 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3591 +6717 \N \N \N \N \N field_procurement_order_product_id 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3592 +6718 \N \N \N \N \N field_procurement_order_group_id 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3593 +6719 \N \N \N \N \N field_procurement_order_name 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3594 +6720 \N \N \N \N \N field_procurement_order_date_planned 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3595 +6721 \N \N \N \N \N field_procurement_order_rule_id 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 procurement ir.model.fields 3596 +6722 \N \N \N \N \N field_procurement_order_message_unread 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3597 +6723 \N \N \N \N \N field_procurement_order_message_needaction_counter 2019-03-20 06:39:40.051258 2019-03-20 06:39:40.051258 mail ir.model.fields 3598 +6724 \N \N \N \N \N model_procurement_order_compute_all 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model 234 +6725 \N \N \N \N \N field_procurement_order_compute_all_create_uid 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3599 +6726 \N \N \N \N \N field_procurement_order_compute_all_create_date 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3600 +6727 \N \N \N \N \N field_procurement_order_compute_all___last_update 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3601 +6728 \N \N \N \N \N field_procurement_order_compute_all_write_uid 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3602 +6729 \N \N \N \N \N field_procurement_order_compute_all_write_date 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3603 +6730 \N \N \N \N \N field_procurement_order_compute_all_display_name 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3604 +6731 \N \N \N \N \N field_procurement_order_compute_all_id 2019-03-20 06:39:40.268696 2019-03-20 06:39:40.268696 procurement ir.model.fields 3605 +6735 1 2019-03-20 06:39:40.68873 2019-03-20 06:39:40.68873 1 t procurement_rule 2019-03-20 06:39:40 2019-03-20 06:39:40 procurement ir.rule 46 +6736 1 2019-03-20 06:39:40.68873 2019-03-20 06:39:40.68873 1 t product_pulled_flow_comp_rule 2019-03-20 06:39:40 2019-03-20 06:39:40 procurement ir.rule 47 +6737 1 2019-03-20 06:39:40.68873 2019-03-20 06:39:40.68873 1 t ir_cron_scheduler_action 2019-03-20 06:39:40 2019-03-20 06:39:40 procurement ir.cron 5 +6738 1 2019-03-20 06:39:40.68873 2019-03-20 06:39:40.68873 1 t sequence_proc_group 2019-03-20 06:39:40 2019-03-20 06:39:40 procurement ir.sequence 7 +6758 \N \N \N \N \N model_account_bank_statement_line 2019-03-20 06:39:42.795772 2019-03-20 06:39:42.795772 account_bank_statement_import ir.model 184 +6759 \N \N \N \N \N field_account_bank_statement_line_unique_import_id 2019-03-20 06:39:42.795772 2019-03-20 06:39:42.795772 account_bank_statement_import ir.model.fields 3606 +6760 \N \N \N \N \N model_account_bank_statement_import 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model 235 +6761 \N \N \N \N \N field_account_bank_statement_import_create_uid 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3607 +6762 \N \N \N \N \N field_account_bank_statement_import_create_date 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3608 +6763 \N \N \N \N \N field_account_bank_statement_import___last_update 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3609 +6764 \N \N \N \N \N field_account_bank_statement_import_data_file 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3610 +6765 \N \N \N \N \N field_account_bank_statement_import_filename 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3611 +6766 \N \N \N \N \N field_account_bank_statement_import_write_date 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3612 +6767 \N \N \N \N \N field_account_bank_statement_import_display_name 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3613 +6768 \N \N \N \N \N field_account_bank_statement_import_write_uid 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3614 +6769 \N \N \N \N \N field_account_bank_statement_import_id 2019-03-20 06:39:43.337066 2019-03-20 06:39:43.337066 account_bank_statement_import ir.model.fields 3615 +6770 \N \N \N \N \N model_account_journal 2019-03-20 06:39:43.419735 2019-03-20 06:39:43.419735 account_bank_statement_import ir.model 167 +6771 \N \N \N \N \N model_account_bank_statement_import_journal_creation 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model 236 +6772 \N \N \N \N \N field_account_bank_statement_import_journal_creation_code 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3616 +6773 \N \N \N \N \N field_account_bank_statement_import_journal_creation_create_date 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3617 +6774 \N \N \N \N \N field_account_bank_statement_import_journal_creation_sequence 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3618 +6775 \N \N \N \N \N field_account_bank_statement_import_journal_creation_journal_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3619 +6776 \N \N \N \N \N field_account_bank_statement_import_journal_creation_currency_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3620 +6777 \N \N \N \N \N field_account_bank_statement_import_journal_creation_at_least_one_inbound 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3621 +6778 \N \N \N \N \N field_account_bank_statement_import_journal_creation_account_control_ids 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3622 +6779 \N \N \N \N \N field_account_bank_statement_import_journal_creation_bank_statements_source 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3623 +6780 \N \N \N \N \N field_account_bank_statement_import_journal_creation_bank_account_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3624 +6781 \N \N \N \N \N field_account_bank_statement_import_journal_creation_create_uid 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3625 +6782 \N \N \N \N \N field_account_bank_statement_import_journal_creation_display_name 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3626 +6783 \N \N \N \N \N field_account_bank_statement_import_journal_creation___last_update 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3627 +6784 \N \N \N \N \N field_account_bank_statement_import_journal_creation_group_invoice_lines 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3628 +6785 \N \N \N \N \N field_account_bank_statement_import_journal_creation_company_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3629 +6786 \N \N \N \N \N field_account_bank_statement_import_journal_creation_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3630 +6787 \N \N \N \N \N field_account_bank_statement_import_journal_creation_outbound_payment_method_ids 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3631 +6788 \N \N \N \N \N field_account_bank_statement_import_journal_creation_profit_account_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3632 +6789 \N \N \N \N \N field_account_bank_statement_import_journal_creation_display_on_footer 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3633 +6790 \N \N \N \N \N field_account_bank_statement_import_journal_creation_bank_acc_number 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3634 +6791 \N \N \N \N \N field_account_bank_statement_import_journal_creation_kanban_dashboard 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3635 +6792 \N \N \N \N \N field_account_bank_statement_import_journal_creation_default_debit_account_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3636 +6793 \N \N \N \N \N field_account_bank_statement_import_journal_creation_show_on_dashboard 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3637 +6794 \N \N \N \N \N field_account_bank_statement_import_journal_creation_default_credit_account_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3638 +6795 \N \N \N \N \N field_account_bank_statement_import_journal_creation_kanban_dashboard_graph 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3639 +6796 \N \N \N \N \N field_account_bank_statement_import_journal_creation_inbound_payment_method_ids 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3640 +6797 \N \N \N \N \N field_account_bank_statement_import_journal_creation_type_control_ids 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3641 +6798 \N \N \N \N \N field_account_bank_statement_import_journal_creation_sequence_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3642 +6799 \N \N \N \N \N field_account_bank_statement_import_journal_creation_write_date 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3643 +6800 \N \N \N \N \N field_account_bank_statement_import_journal_creation_refund_sequence_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3644 +6801 \N \N \N \N \N field_account_bank_statement_import_journal_creation_write_uid 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3645 +6802 \N \N \N \N \N field_account_bank_statement_import_journal_creation_loss_account_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3646 +6803 \N \N \N \N \N field_account_bank_statement_import_journal_creation_update_posted 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3647 +6804 \N \N \N \N \N field_account_bank_statement_import_journal_creation_name 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3648 +6805 \N \N \N \N \N field_account_bank_statement_import_journal_creation_type 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3649 +6806 \N \N \N \N \N field_account_bank_statement_import_journal_creation_bank_id 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3650 +6807 \N \N \N \N \N field_account_bank_statement_import_journal_creation_at_least_one_outbound 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3651 +6808 \N \N \N \N \N field_account_bank_statement_import_journal_creation_refund_sequence 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3652 +6809 \N \N \N \N \N field_account_bank_statement_import_journal_creation_belongs_to_company 2019-03-20 06:39:43.600056 2019-03-20 06:39:43.600056 account_bank_statement_import ir.model.fields 3653 +6814 \N \N \N \N \N model_account_voucher 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model 237 +6815 \N \N \N \N \N field_account_voucher_message_follower_ids 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3654 +6816 \N \N \N \N \N field_account_voucher_date_due 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3655 +6817 \N \N \N \N \N field_account_voucher_create_date 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3656 +6818 \N \N \N \N \N field_account_voucher_reference 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3657 +6819 \N \N \N \N \N field_account_voucher_message_needaction 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3658 +6820 \N \N \N \N \N field_account_voucher_message_channel_ids 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3659 +6821 \N \N \N \N \N field_account_voucher_message_partner_ids 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3660 +6822 \N \N \N \N \N field_account_voucher_number 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3661 +6823 \N \N \N \N \N field_account_voucher_journal_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3662 +6824 \N \N \N \N \N field_account_voucher_currency_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3663 +6825 \N \N \N \N \N field_account_voucher_narration 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3664 +6826 \N \N \N \N \N field_account_voucher_partner_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3665 +6827 \N \N \N \N \N field_account_voucher_message_ids 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3666 +6828 \N \N \N \N \N field_account_voucher_account_date 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3667 +6829 \N \N \N \N \N field_account_voucher_create_uid 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3668 +6830 \N \N \N \N \N field_account_voucher_display_name 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3669 +6831 \N \N \N \N \N field_account_voucher_message_is_follower 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3670 +6832 \N \N \N \N \N field_account_voucher___last_update 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3671 +6833 \N \N \N \N \N field_account_voucher_pay_now 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3672 +6834 \N \N \N \N \N field_account_voucher_message_last_post 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3673 +6835 \N \N \N \N \N field_account_voucher_company_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3674 +6836 \N \N \N \N \N field_account_voucher_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3675 +6837 \N \N \N \N \N field_account_voucher_state 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3676 +6838 \N \N \N \N \N field_account_voucher_tax_correction 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3677 +6839 \N \N \N \N \N field_account_voucher_message_unread_counter 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3678 +6840 \N \N \N \N \N field_account_voucher_account_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3679 +6841 \N \N \N \N \N field_account_voucher_paid 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3680 +6842 \N \N \N \N \N field_account_voucher_voucher_type 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3681 +6843 \N \N \N \N \N field_account_voucher_write_date 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3682 +6844 \N \N \N \N \N field_account_voucher_date 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3683 +6845 \N \N \N \N \N field_account_voucher_write_uid 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3684 +6846 \N \N \N \N \N field_account_voucher_move_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3685 +6847 \N \N \N \N \N field_account_voucher_tax_amount 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3686 +6848 \N \N \N \N \N field_account_voucher_name 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3687 +6849 \N \N \N \N \N field_account_voucher_amount 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3688 +6850 \N \N \N \N \N field_account_voucher_line_ids 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3689 +6851 \N \N \N \N \N field_account_voucher_message_unread 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3690 +6852 \N \N \N \N \N field_account_voucher_payment_journal_id 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 account_voucher ir.model.fields 3691 +6853 \N \N \N \N \N field_account_voucher_message_needaction_counter 2019-03-20 06:39:44.573183 2019-03-20 06:39:44.573183 mail ir.model.fields 3692 +6854 \N \N \N \N \N model_account_voucher_line 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model 238 +6855 \N \N \N \N \N field_account_voucher_line_create_uid 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3693 +6856 \N \N \N \N \N field_account_voucher_line_voucher_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3694 +6857 \N \N \N \N \N field_account_voucher_line_account_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3695 +6858 \N \N \N \N \N field_account_voucher_line_sequence 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3696 +6859 \N \N \N \N \N field_account_voucher_line_price_unit 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3697 +6860 \N \N \N \N \N field_account_voucher_line___last_update 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3698 +6861 \N \N \N \N \N field_account_voucher_line_price_subtotal 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3699 +6862 \N \N \N \N \N field_account_voucher_line_company_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3700 +6863 \N \N \N \N \N field_account_voucher_line_write_uid 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3701 +6864 \N \N \N \N \N field_account_voucher_line_currency_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3702 +6865 \N \N \N \N \N field_account_voucher_line_tax_ids 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3703 +6866 \N \N \N \N \N field_account_voucher_line_create_date 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3704 +6867 \N \N \N \N \N field_account_voucher_line_product_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3705 +6868 \N \N \N \N \N field_account_voucher_line_write_date 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3706 +6869 \N \N \N \N \N field_account_voucher_line_account_analytic_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3707 +6870 \N \N \N \N \N field_account_voucher_line_display_name 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3708 +6871 \N \N \N \N \N field_account_voucher_line_quantity 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3709 +6872 \N \N \N \N \N field_account_voucher_line_id 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3710 +6873 \N \N \N \N \N field_account_voucher_line_name 2019-03-20 06:39:45.450534 2019-03-20 06:39:45.450534 account_voucher ir.model.fields 3711 +6899 1 2019-03-20 06:39:45.927256 2019-03-20 06:39:45.927256 1 t voucher_comp_rule 2019-03-20 06:39:47 2019-03-20 06:39:47 account_voucher ir.rule 48 +6900 1 2019-03-20 06:39:45.927256 2019-03-20 06:39:45.927256 1 t voucher_line_comp_rule 2019-03-20 06:39:47 2019-03-20 06:39:47 account_voucher ir.rule 49 +6901 1 2019-03-20 06:39:45.927256 2019-03-20 06:39:45.927256 1 t module_install_notification 2019-03-20 06:39:47 2019-03-20 06:39:47 account_voucher mail.message 3 +6902 1 2019-03-20 06:39:45.927256 2019-03-20 06:39:45.927256 1 t mt_voucher_state_change 2019-03-20 06:39:47 2019-03-20 06:39:47 account_voucher mail.message.subtype 6 +6903 \N \N \N \N \N model_payment_acquirer 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model 239 +6904 \N \N \N \N \N field_payment_acquirer_create_date 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3712 +6905 \N \N \N \N \N field_payment_acquirer_write_date 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3713 +6906 \N \N \N \N \N field_payment_acquirer_fees_implemented 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3714 +6907 \N \N \N \N \N field_payment_acquirer_fees_active 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3715 +6908 \N \N \N \N \N field_payment_acquirer_image 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3716 +6909 \N \N \N \N \N field_payment_acquirer_token_implemented 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3717 +6910 \N \N \N \N \N field_payment_acquirer_journal_id 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3718 +6911 \N \N \N \N \N field_payment_acquirer_cancel_msg 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3719 +6912 \N \N \N \N \N field_payment_acquirer_registration_view_template_id 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3720 +6913 \N \N \N \N \N field_payment_acquirer_module_id 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3721 +6914 \N \N \N \N \N field_payment_acquirer_fees_dom_fixed 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3722 +6915 \N \N \N \N \N field_payment_acquirer_fees_int_fixed 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3723 +6916 \N \N \N \N \N field_payment_acquirer_id 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3724 +6917 \N \N \N \N \N field_payment_acquirer_create_uid 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3725 +6918 \N \N \N \N \N field_payment_acquirer_display_name 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3726 +6919 \N \N \N \N \N field_payment_acquirer___last_update 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3727 +6920 \N \N \N \N \N field_payment_acquirer_save_token 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3728 +6921 \N \N \N \N \N field_payment_acquirer_company_id 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3729 +6922 \N \N \N \N \N field_payment_acquirer_module_state 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3730 +6923 \N \N \N \N \N field_payment_acquirer_environment 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3731 +6924 \N \N \N \N \N field_payment_acquirer_provider 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3732 +6925 \N \N \N \N \N field_payment_acquirer_website_published 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3733 +6926 \N \N \N \N \N field_payment_acquirer_auto_confirm 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3734 +6927 \N \N \N \N \N field_payment_acquirer_description 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3735 +6928 \N \N \N \N \N field_payment_acquirer_pending_msg 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3736 +6929 \N \N \N \N \N field_payment_acquirer_post_msg 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3737 +6930 \N \N \N \N \N field_payment_acquirer_fees_int_var 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3738 +6931 \N \N \N \N \N field_payment_acquirer_done_msg 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3739 +6932 \N \N \N \N \N field_payment_acquirer_pre_msg 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3740 +6933 \N \N \N \N \N field_payment_acquirer_write_uid 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3741 +6934 \N \N \N \N \N field_payment_acquirer_error_msg 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3742 +6935 \N \N \N \N \N field_payment_acquirer_image_medium 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3743 +6936 \N \N \N \N \N field_payment_acquirer_fees_dom_var 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3744 +6937 \N \N \N \N \N field_payment_acquirer_name 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3745 +6938 \N \N \N \N \N field_payment_acquirer_image_small 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3746 +6939 \N \N \N \N \N field_payment_acquirer_view_template_id 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3747 +6940 \N \N \N \N \N field_payment_acquirer_sequence 2019-03-20 06:39:47.710694 2019-03-20 06:39:47.710694 payment ir.model.fields 3748 +6941 \N \N \N \N \N model_payment_transaction 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model 240 +6942 \N \N \N \N \N field_payment_transaction_state_message 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3749 +6943 \N \N \N \N \N field_payment_transaction_callback_eval 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3750 +6944 \N \N \N \N \N field_payment_transaction_create_date 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3751 +6945 \N \N \N \N \N field_payment_transaction_reference 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3752 +6946 \N \N \N \N \N field_payment_transaction_write_uid 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3753 +6947 \N \N \N \N \N field_payment_transaction_currency_id 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3754 +6948 \N \N \N \N \N field_payment_transaction_acquirer_id 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3755 +6949 \N \N \N \N \N field_payment_transaction_fees 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3756 +6950 \N \N \N \N \N field_payment_transaction_partner_id 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3757 +6951 \N \N \N \N \N field_payment_transaction_id 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3758 +6952 \N \N \N \N \N field_payment_transaction_create_uid 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3759 +6953 \N \N \N \N \N field_payment_transaction_display_name 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3760 +6954 \N \N \N \N \N field_payment_transaction___last_update 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3761 +6955 \N \N \N \N \N field_payment_transaction_partner_name 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3762 +6956 \N \N \N \N \N field_payment_transaction_amount 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3763 +6957 \N \N \N \N \N field_payment_transaction_state 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3764 +6958 \N \N \N \N \N field_payment_transaction_type 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3765 +6959 \N \N \N \N \N field_payment_transaction_partner_country_id 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3766 +6960 \N \N \N \N \N field_payment_transaction_acquirer_reference 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3767 +6961 \N \N \N \N \N field_payment_transaction_partner_address 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3768 +6962 \N \N \N \N \N field_payment_transaction_partner_email 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3769 +6963 \N \N \N \N \N field_payment_transaction_partner_lang 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3770 +6964 \N \N \N \N \N field_payment_transaction_write_date 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3771 +6965 \N \N \N \N \N field_payment_transaction_payment_token_id 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3772 +6966 \N \N \N \N \N field_payment_transaction_partner_zip 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3773 +6967 \N \N \N \N \N field_payment_transaction_html_3ds 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3774 +6968 \N \N \N \N \N field_payment_transaction_date_validate 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3775 +6969 \N \N \N \N \N field_payment_transaction_partner_city 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3776 +6970 \N \N \N \N \N field_payment_transaction_partner_phone 2019-03-20 06:39:48.458008 2019-03-20 06:39:48.458008 payment ir.model.fields 3777 +6971 \N \N \N \N \N model_payment_token 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model 241 +6972 \N \N \N \N \N field_payment_token_create_uid 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3778 +6973 \N \N \N \N \N field_payment_token_display_name 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3779 +6974 \N \N \N \N \N field_payment_token_name 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3780 +6975 \N \N \N \N \N field_payment_token_payment_ids 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3781 +6976 \N \N \N \N \N field_payment_token___last_update 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3782 +6977 \N \N \N \N \N field_payment_token_short_name 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3783 +6978 \N \N \N \N \N field_payment_token_write_uid 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3784 +6979 \N \N \N \N \N field_payment_token_acquirer_ref 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3785 +6980 \N \N \N \N \N field_payment_token_acquirer_id 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3786 +6981 \N \N \N \N \N field_payment_token_write_date 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3787 +6982 \N \N \N \N \N field_payment_token_active 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3788 +6983 \N \N \N \N \N field_payment_token_create_date 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3789 +6984 \N \N \N \N \N field_payment_token_partner_id 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3790 +6985 \N \N \N \N \N field_payment_token_id 2019-03-20 06:39:48.741853 2019-03-20 06:39:48.741853 payment ir.model.fields 3791 +6986 \N \N \N \N \N model_res_partner 2019-03-20 06:39:48.820173 2019-03-20 06:39:48.820173 payment ir.model 79 +6987 \N \N \N \N \N field_res_partner_payment_token_count 2019-03-20 06:39:48.820173 2019-03-20 06:39:48.820173 payment ir.model.fields 3792 +6988 \N \N \N \N \N field_res_partner_payment_token_ids 2019-03-20 06:39:48.820173 2019-03-20 06:39:48.820173 payment ir.model.fields 3793 +6989 \N \N \N \N \N model_account_payment 2019-03-20 06:39:48.934171 2019-03-20 06:39:48.934171 payment ir.model 174 +6990 \N \N \N \N \N field_account_payment_payment_transaction_id 2019-03-20 06:39:48.934171 2019-03-20 06:39:48.934171 payment ir.model.fields 3794 +6991 \N \N \N \N \N field_account_payment_payment_token_id 2019-03-20 06:39:48.934171 2019-03-20 06:39:48.934171 payment ir.model.fields 3795 +6992 \N \N \N \N \N field_res_users_payment_token_count 2019-03-20 06:39:49.000277 2019-03-20 06:39:49.000277 payment ir.model.fields 3796 +6993 \N \N \N \N \N field_res_users_payment_token_ids 2019-03-20 06:39:49.000277 2019-03-20 06:39:49.000277 payment ir.model.fields 3797 +6995 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t default_acquirer_button 2019-03-20 06:39:49 2019-03-20 06:39:49 payment ir.ui.view 486 +6996 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_buckaroo 2019-03-20 06:39:49 2019-03-20 06:39:49 payment payment.acquirer 1 +6997 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_ogone 2019-03-20 06:39:49 2019-03-20 06:39:49 payment payment.acquirer 2 +6998 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_adyen 2019-03-20 06:39:49 2019-03-20 06:39:49 payment payment.acquirer 3 +6999 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_authorize 2019-03-20 06:39:49 2019-03-20 06:39:49 payment payment.acquirer 4 +7001 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_sips 2019-03-20 06:39:50 2019-03-20 06:39:50 payment payment.acquirer 6 +7002 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_paypal 2019-03-20 06:39:50 2019-03-20 06:39:50 payment payment.acquirer 7 +7003 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_stripe 2019-03-20 06:39:50 2019-03-20 06:39:50 payment payment.acquirer 8 +7005 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_acquirer_payu 2019-03-20 06:39:50 2019-03-20 06:39:50 payment payment.acquirer 10 +6994 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f account_payment_method_electronic_in 2019-03-20 06:39:49 2019-03-20 07:11:11 payment account.payment.method 3 +7040 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_transaction_user_rule 2019-03-20 06:39:52 2019-03-20 06:39:52 payment ir.rule 50 +7041 1 2019-03-20 06:39:49.357792 2019-03-20 06:39:49.357792 1 t payment_token_user_rule 2019-03-20 06:39:52 2019-03-20 06:39:52 payment ir.rule 51 +7042 \N \N \N \N \N model_rounding_off 2019-03-20 06:39:54.823456 2019-03-20 06:39:54.823456 bahmni_account ir.model 242 +7043 \N \N \N \N \N field_rounding_off_display_name 2019-03-20 06:39:54.823456 2019-03-20 06:39:54.823456 bahmni_account ir.model.fields 3798 +7044 \N \N \N \N \N field_rounding_off_id 2019-03-20 06:39:54.823456 2019-03-20 06:39:54.823456 bahmni_account ir.model.fields 3799 +7045 \N \N \N \N \N field_rounding_off___last_update 2019-03-20 06:39:54.823456 2019-03-20 06:39:54.823456 bahmni_account ir.model.fields 3800 +7046 \N \N \N \N \N model_account_invoice 2019-03-20 06:39:55.4974 2019-03-20 06:39:55.4974 bahmni_account ir.model 175 +7047 \N \N \N \N \N field_account_invoice_discount_percentage 2019-03-20 06:39:55.4974 2019-03-20 06:39:55.4974 bahmni_account ir.model.fields 3801 +7048 \N \N \N \N \N field_account_invoice_disc_acc_id 2019-03-20 06:39:55.4974 2019-03-20 06:39:55.4974 bahmni_account ir.model.fields 3802 +7049 \N \N \N \N \N field_account_invoice_round_off_amount 2019-03-20 06:39:55.4974 2019-03-20 06:39:55.4974 bahmni_account ir.model.fields 3803 +7050 \N \N \N \N \N field_account_invoice_discount 2019-03-20 06:39:55.4974 2019-03-20 06:39:55.4974 bahmni_account ir.model.fields 3804 +7051 \N \N \N \N \N field_account_invoice_discount_type 2019-03-20 06:39:55.4974 2019-03-20 06:39:55.4974 bahmni_account ir.model.fields 3805 +7052 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:39:55.673011 2019-03-20 06:39:55.673011 bahmni_account ir.model 176 +7053 \N \N \N \N \N model_account_config_settings 2019-03-20 06:39:55.768925 2019-03-20 06:39:55.768925 bahmni_account ir.model 198 +7054 \N \N \N \N \N field_account_config_settings_round_off_by 2019-03-20 06:39:55.768925 2019-03-20 06:39:55.768925 bahmni_account ir.model.fields 3806 +7055 \N \N \N \N \N model_res_company 2019-03-20 06:39:55.868186 2019-03-20 06:39:55.868186 bahmni_account ir.model 88 +7056 \N \N \N \N \N field_res_company_round_off_by 2019-03-20 06:39:55.868186 2019-03-20 06:39:55.868186 bahmni_account ir.model.fields 3807 +7057 \N \N \N \N \N model_account_abstract_payment 2019-03-20 06:39:55.992892 2019-03-20 06:39:55.992892 bahmni_account ir.model 172 +7058 \N \N \N \N \N model_account_payment 2019-03-20 06:39:56.000978 2019-03-20 06:39:56.000978 bahmni_account ir.model 174 +7059 \N \N \N \N \N field_account_payment_bill_amount 2019-03-20 06:39:56.000978 2019-03-20 06:39:56.000978 bahmni_account ir.model.fields 3808 +7060 \N \N \N \N \N field_account_payment_total_balance 2019-03-20 06:39:56.000978 2019-03-20 06:39:56.000978 bahmni_account ir.model.fields 3809 +7061 \N \N \N \N \N field_account_payment_balance_before_pay 2019-03-20 06:39:56.000978 2019-03-20 06:39:56.000978 bahmni_account ir.model.fields 3810 +7062 \N \N \N \N \N field_account_payment_invoice_id 2019-03-20 06:39:56.000978 2019-03-20 06:39:56.000978 bahmni_account ir.model.fields 3811 +7063 \N \N \N \N \N model_account_count_report 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model 243 +7064 \N \N \N \N \N field_account_count_report_count 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model.fields 3812 +7065 \N \N \N \N \N field_account_count_report_display_name 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model.fields 3813 +7066 \N \N \N \N \N field_account_count_report_account_id 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model.fields 3814 +7067 \N \N \N \N \N field_account_count_report___last_update 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model.fields 3815 +7068 \N \N \N \N \N field_account_count_report_date 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model.fields 3816 +7069 \N \N \N \N \N field_account_count_report_id 2019-03-20 06:39:56.114369 2019-03-20 06:39:56.114369 bahmni_account ir.model.fields 3817 +7070 \N \N \N \N \N model_account_report 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model 244 +7071 \N \N \N \N \N field_account_report_display_name 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3818 +7072 \N \N \N \N \N field_account_report_account_id 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3819 +7073 \N \N \N \N \N field_account_report___last_update 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3820 +7074 \N \N \N \N \N field_account_report_date 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3821 +7075 \N \N \N \N \N field_account_report_actual_amount 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3822 +7076 \N \N \N \N \N field_account_report_id 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3823 +7077 \N \N \N \N \N field_account_report_amount_received 2019-03-20 06:39:56.15915 2019-03-20 06:39:56.15915 bahmni_account ir.model.fields 3824 +7093 \N \N \N \N \N model_payment_acquirer 2019-03-20 06:39:58.937502 2019-03-20 06:39:58.937502 payment_transfer ir.model 239 +7094 \N \N \N \N \N model_payment_transaction 2019-03-20 06:39:59.745523 2019-03-20 06:39:59.745523 payment_transfer ir.model 240 +7000 1 2019-03-20 06:39:49.357792 2019-03-20 06:40:00.172584 1 t payment_acquirer_transfer 2019-03-20 06:39:49 2019-03-20 06:40:00 payment payment.acquirer 5 +7004 1 2019-03-20 06:39:49.357792 2019-03-20 06:40:00.172584 1 t payment_acquirer_custom 2019-03-20 06:39:50 2019-03-20 06:40:00 payment payment.acquirer 9 +7096 \N \N \N \N \N model_barcode_nomenclature 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model 245 +7097 \N \N \N \N \N field_barcode_nomenclature_create_uid 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3825 +7098 \N \N \N \N \N field_barcode_nomenclature_display_name 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3826 +7099 \N \N \N \N \N field_barcode_nomenclature_name 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3827 +7100 \N \N \N \N \N field_barcode_nomenclature___last_update 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3828 +7101 \N \N \N \N \N field_barcode_nomenclature_write_uid 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3829 +7102 \N \N \N \N \N field_barcode_nomenclature_create_date 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3830 +7103 \N \N \N \N \N field_barcode_nomenclature_rule_ids 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3831 +7104 \N \N \N \N \N field_barcode_nomenclature_write_date 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3832 +7105 \N \N \N \N \N field_barcode_nomenclature_upc_ean_conv 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3833 +7106 \N \N \N \N \N field_barcode_nomenclature_id 2019-03-20 06:48:06.901752 2019-03-20 06:48:06.901752 barcodes ir.model.fields 3834 +7107 \N \N \N \N \N model_barcode_rule 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model 246 +7108 \N \N \N \N \N field_barcode_rule_create_uid 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3835 +7109 \N \N \N \N \N field_barcode_rule___last_update 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3836 +7110 \N \N \N \N \N field_barcode_rule_display_name 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3837 +7111 \N \N \N \N \N field_barcode_rule_name 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3838 +7112 \N \N \N \N \N field_barcode_rule_encoding 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3839 +7113 \N \N \N \N \N field_barcode_rule_pattern 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3840 +7114 \N \N \N \N \N field_barcode_rule_sequence 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3841 +7115 \N \N \N \N \N field_barcode_rule_write_uid 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3842 +7116 \N \N \N \N \N field_barcode_rule_alias 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3843 +7117 \N \N \N \N \N field_barcode_rule_write_date 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3844 +7118 \N \N \N \N \N field_barcode_rule_barcode_nomenclature_id 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3845 +7119 \N \N \N \N \N field_barcode_rule_create_date 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3846 +7120 \N \N \N \N \N field_barcode_rule_type 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3847 +7121 \N \N \N \N \N field_barcode_rule_id 2019-03-20 06:48:07.656989 2019-03-20 06:48:07.656989 barcodes ir.model.fields 3848 +7122 \N \N \N \N \N model_barcodes_barcode_events_mixin 2019-03-20 06:48:07.810131 2019-03-20 06:48:07.810131 barcodes ir.model 247 +7123 \N \N \N \N \N field_barcodes_barcode_events_mixin_display_name 2019-03-20 06:48:07.810131 2019-03-20 06:48:07.810131 barcodes ir.model.fields 3849 +7124 \N \N \N \N \N field_barcodes_barcode_events_mixin__barcode_scanned 2019-03-20 06:48:07.810131 2019-03-20 06:48:07.810131 barcodes ir.model.fields 3850 +7125 \N \N \N \N \N field_barcodes_barcode_events_mixin_id 2019-03-20 06:48:07.810131 2019-03-20 06:48:07.810131 barcodes ir.model.fields 3851 +7126 \N \N \N \N \N field_barcodes_barcode_events_mixin___last_update 2019-03-20 06:48:07.810131 2019-03-20 06:48:07.810131 barcodes ir.model.fields 3852 +7127 \N \N \N \N \N model_ir_http 2019-03-20 06:48:07.839949 2019-03-20 06:48:07.839949 barcodes ir.model 54 +7078 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f assets_backend 2019-03-20 06:39:56 2019-03-20 07:12:26 bahmni_account ir.ui.view 502 +7079 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f inherit_invoice_form 2019-03-20 06:39:56 2019-03-20 07:12:26 bahmni_account ir.ui.view 503 +7080 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f inherit_invoice_supplier_form 2019-03-20 06:39:57 2019-03-20 07:12:26 bahmni_account ir.ui.view 504 +7081 1 2019-03-20 06:39:56.546546 2019-03-20 07:12:25.853647 1 f inherit_view_account_config_settings 2019-03-20 06:39:57 2019-03-20 07:12:26 bahmni_account ir.ui.view 505 +7095 1 2019-03-20 06:40:00.172584 2019-03-20 07:12:30.086548 1 f transfer_acquirer_button 2019-03-20 06:40:00 2019-03-20 07:12:30 payment_transfer ir.ui.view 512 +7139 \N \N \N \N \N model_crm_team 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model 248 +7140 \N \N \N \N \N field_crm_team_message_follower_ids 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3853 +7141 \N \N \N \N \N field_crm_team_member_ids 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3854 +7142 \N \N \N \N \N field_crm_team_create_date 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3855 +7143 \N \N \N \N \N field_crm_team_color 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3856 +7144 \N \N \N \N \N field_crm_team_message_channel_ids 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3857 +7145 \N \N \N \N \N field_crm_team_message_partner_ids 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3858 +7146 \N \N \N \N \N field_crm_team_write_uid 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3859 +7147 \N \N \N \N \N field_crm_team_id 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3860 +7148 \N \N \N \N \N field_crm_team_create_uid 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3861 +7149 \N \N \N \N \N field_crm_team_user_id 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3862 +7150 \N \N \N \N \N field_crm_team_message_is_follower 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3863 +7151 \N \N \N \N \N field_crm_team___last_update 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3864 +7152 \N \N \N \N \N field_crm_team_message_last_post 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3865 +7153 \N \N \N \N \N field_crm_team_company_id 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3866 +7154 \N \N \N \N \N field_crm_team_message_ids 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3867 +7155 \N \N \N \N \N field_crm_team_message_needaction 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3868 +7156 \N \N \N \N \N field_crm_team_message_unread_counter 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3869 +7157 \N \N \N \N \N field_crm_team_write_date 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3870 +7158 \N \N \N \N \N field_crm_team_active 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3871 +7159 \N \N \N \N \N field_crm_team_display_name 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3872 +7160 \N \N \N \N \N field_crm_team_name 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3873 +7161 \N \N \N \N \N field_crm_team_reply_to 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 sales_team ir.model.fields 3874 +7162 \N \N \N \N \N field_crm_team_message_unread 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3875 +7163 \N \N \N \N \N field_crm_team_message_needaction_counter 2019-03-20 06:48:08.861392 2019-03-20 06:48:08.861392 mail ir.model.fields 3876 +7164 \N \N \N \N \N model_res_partner 2019-03-20 06:48:09.461015 2019-03-20 06:48:09.461015 sales_team ir.model 79 +7165 \N \N \N \N \N field_res_partner_team_id 2019-03-20 06:48:09.461015 2019-03-20 06:48:09.461015 sales_team ir.model.fields 3877 +7166 \N \N \N \N \N model_res_users 2019-03-20 06:48:09.622876 2019-03-20 06:48:09.622876 sales_team ir.model 91 +7167 \N \N \N \N \N field_res_users_sale_team_id 2019-03-20 06:48:09.622876 2019-03-20 06:48:09.622876 sales_team ir.model.fields 3878 +7168 \N \N \N \N \N field_res_users_team_id 2019-03-20 06:48:09.622876 2019-03-20 06:48:09.622876 sales_team ir.model.fields 3879 +7169 \N \N \N \N \N model_sale_config_settings 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model 249 +7170 \N \N \N \N \N field_sale_config_settings_create_uid 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3880 +7171 \N \N \N \N \N field_sale_config_settings_create_date 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3881 +7172 \N \N \N \N \N field_sale_config_settings___last_update 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3882 +7173 \N \N \N \N \N field_sale_config_settings_write_uid 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3883 +7174 \N \N \N \N \N field_sale_config_settings_write_date 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3884 +7175 \N \N \N \N \N field_sale_config_settings_display_name 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3885 +7176 \N \N \N \N \N field_sale_config_settings_id 2019-03-20 06:48:09.744447 2019-03-20 06:48:09.744447 sales_team ir.model.fields 3886 +7186 1 2019-03-20 06:48:10.08327 2019-03-20 06:48:10.08327 1 t team_sales_department 2019-03-20 06:48:11 2019-03-20 06:48:11 sales_team crm.team 1 +7187 1 2019-03-20 06:48:10.08327 2019-03-20 06:48:10.08327 1 t salesteam_website_sales 2019-03-20 06:48:11 2019-03-20 06:48:11 sales_team crm.team 2 +7132 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f action_barcode_nomenclature_form 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.actions.act_window 239 +7133 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f view_barcode_rule_form 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.ui.view 515 +7134 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f access_barcode_nomenclature_user 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.model.access 288 +7135 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f access_barcode_nomenclature_manager 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.model.access 289 +7136 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f access_barcode_rule_user 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.model.access 290 +7178 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f group_sale_salesman_all_leads 2019-03-20 06:48:10 2019-03-20 07:10:13 sales_team res.groups 26 +7180 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f sale_team_comp_rule 2019-03-20 06:48:11 2019-03-20 07:10:14 sales_team ir.rule 52 +7183 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f access_crm_team 2019-03-20 06:48:11 2019-03-20 07:10:14 sales_team ir.model.access 292 +7184 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f access_crm_team_user 2019-03-20 06:48:11 2019-03-20 07:10:14 sales_team ir.model.access 293 +7215 \N \N \N \N \N model_account_config_settings 2019-03-20 06:48:14.379792 2019-03-20 06:48:14.379792 sale ir.model 198 +7216 \N \N \N \N \N field_account_config_settings_group_analytic_account_for_sales 2019-03-20 06:48:14.379792 2019-03-20 06:48:14.379792 sale ir.model.fields 3887 +7217 \N \N \N \N \N model_account_invoice 2019-03-20 06:48:15.181525 2019-03-20 06:48:15.181525 sale ir.model 175 +7218 \N \N \N \N \N field_account_invoice_partner_shipping_id 2019-03-20 06:48:15.181525 2019-03-20 06:48:15.181525 sale ir.model.fields 3888 +7219 \N \N \N \N \N field_account_invoice_team_id 2019-03-20 06:48:15.181525 2019-03-20 06:48:15.181525 sale ir.model.fields 3889 +7220 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:48:15.323537 2019-03-20 06:48:15.323537 sale ir.model 176 +7221 \N \N \N \N \N field_account_invoice_line_sale_line_ids 2019-03-20 06:48:15.323537 2019-03-20 06:48:15.323537 sale ir.model.fields 3890 +7222 \N \N \N \N \N field_account_invoice_line_layout_category_sequence 2019-03-20 06:48:15.323537 2019-03-20 06:48:15.323537 sale ir.model.fields 3891 +7223 \N \N \N \N \N field_account_invoice_line_layout_category_id 2019-03-20 06:48:15.323537 2019-03-20 06:48:15.323537 sale ir.model.fields 3892 +7224 \N \N \N \N \N model_procurement_order 2019-03-20 06:48:15.443255 2019-03-20 06:48:15.443255 sale ir.model 233 +7225 \N \N \N \N \N field_procurement_order_sale_line_id 2019-03-20 06:48:15.443255 2019-03-20 06:48:15.443255 sale ir.model.fields 3893 +7226 \N \N \N \N \N model_product_pricelist 2019-03-20 06:48:15.507107 2019-03-20 06:48:15.507107 sale ir.model 155 +7227 \N \N \N \N \N field_product_pricelist_discount_policy 2019-03-20 06:48:15.507107 2019-03-20 06:48:15.507107 sale ir.model.fields 3894 +7228 \N \N \N \N \N model_product_product 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model 148 +7229 \N \N \N \N \N field_product_product_sale_line_warn_msg 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model.fields 3895 +7230 \N \N \N \N \N field_product_product_track_service 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model.fields 3896 +7231 \N \N \N \N \N field_product_product_expense_policy 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model.fields 3897 +7232 \N \N \N \N \N field_product_product_sale_line_warn 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model.fields 3898 +7233 \N \N \N \N \N field_product_product_invoice_policy 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model.fields 3899 +7234 \N \N \N \N \N field_product_product_sales_count 2019-03-20 06:48:15.559319 2019-03-20 06:48:15.559319 sale ir.model.fields 3900 +7235 \N \N \N \N \N model_product_template 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model 145 +7236 \N \N \N \N \N field_product_template_sale_line_warn 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model.fields 3901 +7237 \N \N \N \N \N field_product_template_sale_line_warn_msg 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model.fields 3902 +7238 \N \N \N \N \N field_product_template_sales_count 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model.fields 3903 +7239 \N \N \N \N \N field_product_template_track_service 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model.fields 3904 +7240 \N \N \N \N \N field_product_template_invoice_policy 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model.fields 3905 +7241 \N \N \N \N \N field_product_template_expense_policy 2019-03-20 06:48:15.631992 2019-03-20 06:48:15.631992 sale ir.model.fields 3906 +7242 \N \N \N \N \N model_res_company 2019-03-20 06:48:15.871944 2019-03-20 06:48:15.871944 sale ir.model 88 +7243 \N \N \N \N \N field_res_company_sale_note 2019-03-20 06:48:15.871944 2019-03-20 06:48:15.871944 sale ir.model.fields 3907 +7244 \N \N \N \N \N model_res_partner 2019-03-20 06:48:15.992363 2019-03-20 06:48:15.992363 sale ir.model 79 +7245 \N \N \N \N \N field_res_partner_sale_order_count 2019-03-20 06:48:15.992363 2019-03-20 06:48:15.992363 sale ir.model.fields 3908 +7246 \N \N \N \N \N field_res_partner_sale_warn 2019-03-20 06:48:15.992363 2019-03-20 06:48:15.992363 sale ir.model.fields 3909 +7247 \N \N \N \N \N field_res_partner_sale_order_ids 2019-03-20 06:48:15.992363 2019-03-20 06:48:15.992363 sale ir.model.fields 3910 +7248 \N \N \N \N \N field_res_partner_sale_warn_msg 2019-03-20 06:48:15.992363 2019-03-20 06:48:15.992363 sale ir.model.fields 3911 +7249 \N \N \N \N \N model_sale_order 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model 250 +7250 \N \N \N \N \N field_sale_order_origin 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3912 +7251 \N \N \N \N \N field_sale_order_message_follower_ids 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3913 +7252 \N \N \N \N \N field_sale_order_create_date 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3914 +7253 \N \N \N \N \N field_sale_order_display_name 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3915 +7254 \N \N \N \N \N field_sale_order_order_line 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3916 +7255 \N \N \N \N \N field_sale_order_message_needaction 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3917 +7256 \N \N \N \N \N field_sale_order_message_channel_ids 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3918 +7257 \N \N \N \N \N field_sale_order_message_partner_ids 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3919 +7258 \N \N \N \N \N field_sale_order_write_uid 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3920 +7259 \N \N \N \N \N field_sale_order_currency_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3921 +7260 \N \N \N \N \N field_sale_order_invoice_ids 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3922 +7261 \N \N \N \N \N field_sale_order_team_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3923 +7262 \N \N \N \N \N field_sale_order_client_order_ref 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3924 +7263 \N \N \N \N \N field_sale_order_date_order 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3925 +7264 \N \N \N \N \N field_sale_order_partner_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3926 +7265 \N \N \N \N \N field_sale_order_message_ids 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3927 +7266 \N \N \N \N \N field_sale_order_note 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3928 +7267 \N \N \N \N \N field_sale_order_procurement_group_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3929 +7268 \N \N \N \N \N field_sale_order_amount_untaxed 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3930 +7269 \N \N \N \N \N field_sale_order_message_is_follower 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3931 +7270 \N \N \N \N \N field_sale_order___last_update 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3932 +7271 \N \N \N \N \N field_sale_order_message_last_post 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3933 +7272 \N \N \N \N \N field_sale_order_company_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3934 +7273 \N \N \N \N \N field_sale_order_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3935 +7274 \N \N \N \N \N field_sale_order_amount_tax 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3936 +7275 \N \N \N \N \N field_sale_order_state 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3937 +7276 \N \N \N \N \N field_sale_order_pricelist_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3938 +7277 \N \N \N \N \N field_sale_order_message_unread_counter 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3939 +7278 \N \N \N \N \N field_sale_order_project_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3940 +7279 \N \N \N \N \N field_sale_order_create_uid 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3941 +7280 \N \N \N \N \N field_sale_order_confirmation_date 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3942 +7281 \N \N \N \N \N field_sale_order_validity_date 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3943 +7282 \N \N \N \N \N field_sale_order_payment_term_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3944 +7283 \N \N \N \N \N field_sale_order_write_date 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3945 +7284 \N \N \N \N \N field_sale_order_partner_invoice_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3946 +7285 \N \N \N \N \N field_sale_order_invoice_count 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3947 +7286 \N \N \N \N \N field_sale_order_fiscal_position_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3948 +7287 \N \N \N \N \N field_sale_order_amount_total 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3949 +7288 \N \N \N \N \N field_sale_order_invoice_status 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3950 +7289 \N \N \N \N \N field_sale_order_name 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3951 +7290 \N \N \N \N \N field_sale_order_partner_shipping_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3952 +7291 \N \N \N \N \N field_sale_order_user_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3953 +7292 \N \N \N \N \N field_sale_order_related_project_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3954 +7293 \N \N \N \N \N field_sale_order_product_id 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 sale ir.model.fields 3955 +7294 \N \N \N \N \N field_sale_order_message_unread 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3956 +7295 \N \N \N \N \N field_sale_order_message_needaction_counter 2019-03-20 06:48:16.122263 2019-03-20 06:48:16.122263 mail ir.model.fields 3957 +7296 \N \N \N \N \N model_sale_order_line 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model 251 +7297 \N \N \N \N \N field_sale_order_line_create_date 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3958 +7298 \N \N \N \N \N field_sale_order_line_product_uom 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3959 +7299 \N \N \N \N \N field_sale_order_line_analytic_tag_ids 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3960 +7300 \N \N \N \N \N field_sale_order_line_price_unit 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3961 +7301 \N \N \N \N \N field_sale_order_line_product_uom_qty 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3962 +7302 \N \N \N \N \N field_sale_order_line_price_subtotal 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3963 +7303 \N \N \N \N \N field_sale_order_line_write_uid 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3964 +7304 \N \N \N \N \N field_sale_order_line_currency_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3965 +7305 \N \N \N \N \N field_sale_order_line_display_name 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3966 +7306 \N \N \N \N \N field_sale_order_line_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3967 +7307 \N \N \N \N \N field_sale_order_line_price_reduce_taxexcl 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3968 +7308 \N \N \N \N \N field_sale_order_line_create_uid 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3969 +7309 \N \N \N \N \N field_sale_order_line_procurement_ids 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3970 +7310 \N \N \N \N \N field_sale_order_line_price_tax 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3971 +7311 \N \N \N \N \N field_sale_order_line_qty_to_invoice 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3972 +7312 \N \N \N \N \N field_sale_order_line_qty_delivered_updateable 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3973 +7313 \N \N \N \N \N field_sale_order_line_customer_lead 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3974 +7314 \N \N \N \N \N field_sale_order_line_layout_category_sequence 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3975 +7315 \N \N \N \N \N field_sale_order_line_company_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3976 +7316 \N \N \N \N \N field_sale_order_line_state 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3977 +7317 \N \N \N \N \N field_sale_order_line_order_partner_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3978 +7318 \N \N \N \N \N field_sale_order_line_tax_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3979 +7319 \N \N \N \N \N field_sale_order_line_order_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3980 +7320 \N \N \N \N \N field_sale_order_line_qty_invoiced 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3981 +7321 \N \N \N \N \N field_sale_order_line_sequence 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3982 +7322 \N \N \N \N \N field_sale_order_line_discount 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3983 +7323 \N \N \N \N \N field_sale_order_line_write_date 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3984 +7324 \N \N \N \N \N field_sale_order_line_price_reduce 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3985 +7325 \N \N \N \N \N field_sale_order_line_qty_delivered 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3986 +7326 \N \N \N \N \N field_sale_order_line_layout_category_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3987 +7327 \N \N \N \N \N field_sale_order_line_product_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3988 +7328 \N \N \N \N \N field_sale_order_line_price_reduce_taxinc 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3989 +7329 \N \N \N \N \N field_sale_order_line_price_total 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3990 +7330 \N \N \N \N \N field_sale_order_line_invoice_status 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3991 +7331 \N \N \N \N \N field_sale_order_line_name 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3992 +7332 \N \N \N \N \N field_sale_order_line_invoice_lines 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3993 +7333 \N \N \N \N \N field_sale_order_line___last_update 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3994 +7334 \N \N \N \N \N field_sale_order_line_salesman_id 2019-03-20 06:48:16.468516 2019-03-20 06:48:16.468516 sale ir.model.fields 3995 +7335 \N \N \N \N \N model_account_analytic_line 2019-03-20 06:48:17.063208 2019-03-20 06:48:17.063208 sale ir.model 143 +7336 \N \N \N \N \N field_account_analytic_line_so_line 2019-03-20 06:48:17.063208 2019-03-20 06:48:17.063208 sale ir.model.fields 3996 +7337 \N \N \N \N \N model_sale_config_settings 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model 249 +7338 \N \N \N \N \N field_sale_config_settings_sale_note 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 3997 +7339 \N \N \N \N \N field_sale_config_settings_sale_show_tax 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 3998 +7340 \N \N \N \N \N field_sale_config_settings_deposit_product_id_setting 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 3999 +7341 \N \N \N \N \N field_sale_config_settings_auto_done_setting 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4000 +7342 \N \N \N \N \N field_sale_config_settings_group_display_incoterm 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4001 +7343 \N \N \N \N \N field_sale_config_settings_group_pricelist_item 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4002 +7344 \N \N \N \N \N field_sale_config_settings_group_product_variant 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4003 +7345 \N \N \N \N \N field_sale_config_settings_group_warning_sale 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4004 +7346 \N \N \N \N \N field_sale_config_settings_module_website_quote 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4005 +7347 \N \N \N \N \N field_sale_config_settings_company_id 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4006 +7348 \N \N \N \N \N field_sale_config_settings_default_invoice_policy 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4007 +7349 \N \N \N \N \N field_sale_config_settings_group_sale_layout 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4008 +7350 \N \N \N \N \N field_sale_config_settings_group_product_pricelist 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4009 +7351 \N \N \N \N \N field_sale_config_settings_group_uom 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4010 +7352 \N \N \N \N \N field_sale_config_settings_group_sale_pricelist 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4011 +7353 \N \N \N \N \N field_sale_config_settings_group_discount_per_so_line 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4012 +7354 \N \N \N \N \N field_sale_config_settings_module_sale_margin 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4013 +7355 \N \N \N \N \N field_sale_config_settings_sale_pricelist_setting 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4014 +7356 \N \N \N \N \N field_sale_config_settings_module_website_sale_digital 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4015 +7357 \N \N \N \N \N field_sale_config_settings_group_show_price_total 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4016 +7358 \N \N \N \N \N field_sale_config_settings_group_show_price_subtotal 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4017 +7359 \N \N \N \N \N field_sale_config_settings_group_sale_delivery_address 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4018 +7360 \N \N \N \N \N field_sale_config_settings_module_sale_contract 2019-03-20 06:48:17.142916 2019-03-20 06:48:17.142916 sale ir.model.fields 4019 +7361 \N \N \N \N \N model_sale_layout_category 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model 252 +7362 \N \N \N \N \N field_sale_layout_category_create_uid 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4020 +7363 \N \N \N \N \N field_sale_layout_category_display_name 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4021 +7364 \N \N \N \N \N field_sale_layout_category_name 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4022 +7365 \N \N \N \N \N field_sale_layout_category_sequence 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4023 +7366 \N \N \N \N \N field_sale_layout_category___last_update 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4024 +7367 \N \N \N \N \N field_sale_layout_category_write_uid 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4025 +7368 \N \N \N \N \N field_sale_layout_category_pagebreak 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4026 +7369 \N \N \N \N \N field_sale_layout_category_write_date 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4027 +7370 \N \N \N \N \N field_sale_layout_category_create_date 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4028 +7371 \N \N \N \N \N field_sale_layout_category_subtotal 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4029 +7372 \N \N \N \N \N field_sale_layout_category_id 2019-03-20 06:48:17.390799 2019-03-20 06:48:17.390799 sale ir.model.fields 4030 +7373 \N \N \N \N \N model_crm_team 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model 248 +7374 \N \N \N \N \N field_crm_team_currency_id 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model.fields 4031 +7375 \N \N \N \N \N field_crm_team_use_quotations 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model.fields 4032 +7376 \N \N \N \N \N field_crm_team_invoiced_target 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model.fields 4033 +7377 \N \N \N \N \N field_crm_team_invoiced 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model.fields 4034 +7378 \N \N \N \N \N field_crm_team_use_invoices 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model.fields 4035 +7379 \N \N \N \N \N field_crm_team_sales_to_invoice_amount 2019-03-20 06:48:17.562122 2019-03-20 06:48:17.562122 sale ir.model.fields 4036 +7380 \N \N \N \N \N model_sale_report 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model 253 +7381 \N \N \N \N \N field_sale_report_product_uom 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4037 +7382 \N \N \N \N \N field_sale_report_nbr 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4038 +7383 \N \N \N \N \N field_sale_report_product_uom_qty 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4039 +7384 \N \N \N \N \N field_sale_report_price_subtotal 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4040 +7385 \N \N \N \N \N field_sale_report_team_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4041 +7386 \N \N \N \N \N field_sale_report_display_name 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4042 +7387 \N \N \N \N \N field_sale_report_partner_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4043 +7388 \N \N \N \N \N field_sale_report_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4044 +7389 \N \N \N \N \N field_sale_report_analytic_account_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4045 +7390 \N \N \N \N \N field_sale_report_qty_delivered 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4046 +7391 \N \N \N \N \N field_sale_report_qty_to_invoice 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4047 +7392 \N \N \N \N \N field_sale_report___last_update 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4048 +7393 \N \N \N \N \N field_sale_report_country_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4049 +7394 \N \N \N \N \N field_sale_report_company_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4050 +7395 \N \N \N \N \N field_sale_report_product_tmpl_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4051 +7396 \N \N \N \N \N field_sale_report_state 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4052 +7397 \N \N \N \N \N field_sale_report_pricelist_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4053 +7398 \N \N \N \N \N field_sale_report_qty_invoiced 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4054 +7399 \N \N \N \N \N field_sale_report_weight 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4055 +7400 \N \N \N \N \N field_sale_report_volume 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4056 +7401 \N \N \N \N \N field_sale_report_date 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4057 +7402 \N \N \N \N \N field_sale_report_user_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4058 +7403 \N \N \N \N \N field_sale_report_categ_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4059 +7404 \N \N \N \N \N field_sale_report_product_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4060 +7405 \N \N \N \N \N field_sale_report_price_total 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4061 +7406 \N \N \N \N \N field_sale_report_name 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4062 +7407 \N \N \N \N \N field_sale_report_commercial_partner_id 2019-03-20 06:48:17.626048 2019-03-20 06:48:17.626048 sale ir.model.fields 4063 +7408 \N \N \N \N \N model_account_invoice_report 2019-03-20 06:48:17.79259 2019-03-20 06:48:17.79259 sale ir.model 221 +7409 \N \N \N \N \N field_account_invoice_report_team_id 2019-03-20 06:48:17.79259 2019-03-20 06:48:17.79259 sale ir.model.fields 4064 +7410 \N \N \N \N \N model_sale_advance_payment_inv 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model 254 +7411 \N \N \N \N \N field_sale_advance_payment_inv_count 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4065 +7412 \N \N \N \N \N field_sale_advance_payment_inv_create_uid 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4066 +7413 \N \N \N \N \N field_sale_advance_payment_inv_display_name 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4067 +7414 \N \N \N \N \N field_sale_advance_payment_inv_product_id 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4068 +7415 \N \N \N \N \N field_sale_advance_payment_inv___last_update 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4069 +7416 \N \N \N \N \N field_sale_advance_payment_inv_deposit_taxes_id 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4070 +7417 \N \N \N \N \N field_sale_advance_payment_inv_advance_payment_method 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4071 +7418 \N \N \N \N \N field_sale_advance_payment_inv_write_uid 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4072 +7419 \N \N \N \N \N field_sale_advance_payment_inv_amount 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4073 +7420 \N \N \N \N \N field_sale_advance_payment_inv_write_date 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4074 +7421 \N \N \N \N \N field_sale_advance_payment_inv_deposit_account_id 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4075 +7422 \N \N \N \N \N field_sale_advance_payment_inv_create_date 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4076 +7423 \N \N \N \N \N field_sale_advance_payment_inv_id 2019-03-20 06:48:17.854273 2019-03-20 06:48:17.854273 sale ir.model.fields 4077 +7424 \N \N \N \N \N model_mail_compose_message 2019-03-20 06:48:18.004299 2019-03-20 06:48:18.004299 sale ir.model 134 +7425 \N \N \N \N \N field_res_users_sale_warn 2019-03-20 06:48:18.102187 2019-03-20 06:48:18.102187 sale ir.model.fields 4078 +7426 \N \N \N \N \N field_res_users_sale_order_count 2019-03-20 06:48:18.102187 2019-03-20 06:48:18.102187 sale ir.model.fields 4079 +7427 \N \N \N \N \N field_res_users_sale_order_ids 2019-03-20 06:48:18.102187 2019-03-20 06:48:18.102187 sale ir.model.fields 4080 +7428 \N \N \N \N \N field_res_users_sale_warn_msg 2019-03-20 06:48:18.102187 2019-03-20 06:48:18.102187 sale ir.model.fields 4081 +7429 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t seq_sale_order 2019-03-20 06:48:18 2019-03-20 06:48:18 sale ir.sequence 8 +7430 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t req_link_sale_order 2019-03-20 06:48:18 2019-03-20 06:48:18 sale res.request.link 4 +7431 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t module_install_notification 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message 6 +7432 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mt_order_sent 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message.subtype 7 +7433 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mt_order_confirmed 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message.subtype 8 +7434 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mt_salesteam_order_sent 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message.subtype 9 +7435 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mt_salesteam_order_confirmed 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message.subtype 10 +7436 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mt_salesteam_invoice_created 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message.subtype 11 +7437 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mt_salesteam_invoice_confirmed 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.message.subtype 12 +7438 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_layout_cat_1 2019-03-20 06:48:19 2019-03-20 06:48:19 sale sale.layout_category 1 +7439 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_layout_cat_2 2019-03-20 06:48:19 2019-03-20 06:48:19 sale sale.layout_category 2 +7441 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t email_template_edi_sale 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.template 8 +7442 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t mail_template_data_notification_email_sale_order 2019-03-20 06:48:19 2019-03-20 06:48:19 sale mail.template 9 +7465 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_comp_rule 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 53 +7466 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_line_comp_rule 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 54 +7467 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_report_comp_rule 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 55 +7468 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_personal_rule 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 56 +7469 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_see_all 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 57 +7470 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_report_personal_rule 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 58 +7471 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_report_see_all 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 59 +7472 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_line_personal_rule 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 60 +7473 1 2019-03-20 06:48:18.928036 2019-03-20 06:48:18.928036 1 t sale_order_line_see_all 2019-03-20 06:48:24 2019-03-20 06:48:24 sale ir.rule 61 +7450 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f action_order_report_all 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.actions.act_window 245 +7509 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f access_sale_order_line_invoicing_payments 2019-03-20 06:48:25 2019-03-20 07:11:31 sale ir.model.access 330 +7601 \N \N \N \N \N model_barcode_rule 2019-03-20 06:48:34.232374 2019-03-20 06:48:34.232374 stock ir.model 246 +7602 \N \N \N \N \N model_product_product 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model 148 +7603 \N \N \N \N \N field_product_product_incoming_qty 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4082 +7604 \N \N \N \N \N field_product_product_route_from_categ_ids 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4083 +7605 \N \N \N \N \N field_product_product_reception_count 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4084 +7606 \N \N \N \N \N field_product_product_warehouse_id 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4085 +7607 \N \N \N \N \N field_product_product_route_ids 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4086 +7608 \N \N \N \N \N field_product_product_outgoing_qty 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4087 +7609 \N \N \N \N \N field_product_product_orderpoint_ids 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4088 +7610 \N \N \N \N \N field_product_product_stock_move_ids 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4089 +7611 \N \N \N \N \N field_product_product_virtual_available 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4090 +7612 \N \N \N \N \N field_product_product_description_picking 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4091 +7613 \N \N \N \N \N field_product_product_reordering_min_qty 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4092 +7614 \N \N \N \N \N field_product_product_property_stock_procurement 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4093 +7615 \N \N \N \N \N field_product_product_stock_quant_ids 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4094 +7616 \N \N \N \N \N field_product_product_qty_available 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4095 +7617 \N \N \N \N \N field_product_product_property_stock_production 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4096 +7618 \N \N \N \N \N field_product_product_property_stock_inventory 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4097 +7619 \N \N \N \N \N field_product_product_sale_delay 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4098 +7620 \N \N \N \N \N field_product_product_nbr_reordering_rules 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4099 +7621 \N \N \N \N \N field_product_product_location_id 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4100 +7622 \N \N \N \N \N field_product_product_delivery_count 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4101 +7623 \N \N \N \N \N field_product_product_tracking 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4102 +7624 \N \N \N \N \N field_product_product_reordering_max_qty 2019-03-20 06:48:35.404784 2019-03-20 06:48:35.404784 stock ir.model.fields 4103 +7625 \N \N \N \N \N model_product_template 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model 145 +7626 \N \N \N \N \N field_product_template_nbr_reordering_rules 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4104 +7627 \N \N \N \N \N field_product_template_property_stock_procurement 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4105 +7628 \N \N \N \N \N field_product_template_incoming_qty 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4106 +7629 \N \N \N \N \N field_product_template_tracking 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4107 +7630 \N \N \N \N \N field_product_template_qty_available 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4108 +7631 \N \N \N \N \N field_product_template_location_id 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4109 +7632 \N \N \N \N \N field_product_template_virtual_available 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4110 +7633 \N \N \N \N \N field_product_template_route_from_categ_ids 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4111 +7634 \N \N \N \N \N field_product_template_description_picking 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4112 +7635 \N \N \N \N \N field_product_template_warehouse_id 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4113 +7636 \N \N \N \N \N field_product_template_sale_delay 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4114 +7637 \N \N \N \N \N field_product_template_route_ids 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4115 +7638 \N \N \N \N \N field_product_template_outgoing_qty 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4116 +7639 \N \N \N \N \N field_product_template_property_stock_inventory 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4117 +7640 \N \N \N \N \N field_product_template_property_stock_production 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4118 +7641 \N \N \N \N \N field_product_template_reordering_max_qty 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4119 +7642 \N \N \N \N \N field_product_template_reordering_min_qty 2019-03-20 06:48:35.565598 2019-03-20 06:48:35.565598 stock ir.model.fields 4120 +7643 \N \N \N \N \N model_product_category 2019-03-20 06:48:35.755832 2019-03-20 06:48:35.755832 stock ir.model 146 +7644 \N \N \N \N \N field_product_category_route_ids 2019-03-20 06:48:35.755832 2019-03-20 06:48:35.755832 stock ir.model.fields 4121 +7645 \N \N \N \N \N field_product_category_total_route_ids 2019-03-20 06:48:35.755832 2019-03-20 06:48:35.755832 stock ir.model.fields 4122 +7646 \N \N \N \N \N field_product_category_removal_strategy_id 2019-03-20 06:48:35.755832 2019-03-20 06:48:35.755832 stock ir.model.fields 4123 +7647 \N \N \N \N \N model_procurement_group 2019-03-20 06:48:35.828212 2019-03-20 06:48:35.828212 stock ir.model 231 +7648 \N \N \N \N \N field_procurement_group_partner_id 2019-03-20 06:48:35.828212 2019-03-20 06:48:35.828212 stock ir.model.fields 4124 +7649 \N \N \N \N \N model_procurement_rule 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model 232 +7650 \N \N \N \N \N field_procurement_rule_partner_address_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4125 +7651 \N \N \N \N \N field_procurement_rule_location_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4126 +7652 \N \N \N \N \N field_procurement_rule_location_src_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4127 +7653 \N \N \N \N \N field_procurement_rule_picking_type_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4128 +7654 \N \N \N \N \N field_procurement_rule_delay 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4129 +7655 \N \N \N \N \N field_procurement_rule_warehouse_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4130 +7656 \N \N \N \N \N field_procurement_rule_propagate 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4131 +7657 \N \N \N \N \N field_procurement_rule_procure_method 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4132 +7658 \N \N \N \N \N field_procurement_rule_route_sequence 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4133 +7659 \N \N \N \N \N field_procurement_rule_route_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4134 +7660 \N \N \N \N \N field_procurement_rule_propagate_warehouse_id 2019-03-20 06:48:35.855908 2019-03-20 06:48:35.855908 stock ir.model.fields 4135 +7661 \N \N \N \N \N model_procurement_order 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model 233 +7662 \N \N \N \N \N field_procurement_order_location_id 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4136 +7663 \N \N \N \N \N field_procurement_order_partner_dest_id 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4137 +7664 \N \N \N \N \N field_procurement_order_orderpoint_id 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4138 +7665 \N \N \N \N \N field_procurement_order_move_ids 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4139 +7666 \N \N \N \N \N field_procurement_order_warehouse_id 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4140 +7667 \N \N \N \N \N field_procurement_order_route_ids 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4141 +7668 \N \N \N \N \N field_procurement_order_move_dest_id 2019-03-20 06:48:35.977456 2019-03-20 06:48:35.977456 stock ir.model.fields 4142 +7669 \N \N \N \N \N model_product_removal 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model 255 +7670 \N \N \N \N \N field_product_removal_create_uid 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4143 +7671 \N \N \N \N \N field_product_removal_create_date 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4144 +7672 \N \N \N \N \N field_product_removal_name 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4145 +7673 \N \N \N \N \N field_product_removal___last_update 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4146 +7674 \N \N \N \N \N field_product_removal_method 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4147 +7675 \N \N \N \N \N field_product_removal_write_date 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4148 +7676 \N \N \N \N \N field_product_removal_display_name 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4149 +7677 \N \N \N \N \N field_product_removal_write_uid 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4150 +7678 \N \N \N \N \N field_product_removal_id 2019-03-20 06:48:36.122776 2019-03-20 06:48:36.122776 stock ir.model.fields 4151 +7679 \N \N \N \N \N model_product_putaway 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model 256 +7680 \N \N \N \N \N field_product_putaway_create_uid 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4152 +7681 \N \N \N \N \N field_product_putaway_display_name 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4153 +7682 \N \N \N \N \N field_product_putaway_name 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4154 +7683 \N \N \N \N \N field_product_putaway___last_update 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4155 +7684 \N \N \N \N \N field_product_putaway_method 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4156 +7685 \N \N \N \N \N field_product_putaway_fixed_location_ids 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4157 +7686 \N \N \N \N \N field_product_putaway_write_date 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4158 +7687 \N \N \N \N \N field_product_putaway_create_date 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4159 +7688 \N \N \N \N \N field_product_putaway_write_uid 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4160 +7689 \N \N \N \N \N field_product_putaway_id 2019-03-20 06:48:36.196378 2019-03-20 06:48:36.196378 stock ir.model.fields 4161 +7690 \N \N \N \N \N model_stock_fixed_putaway_strat 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model 257 +7691 \N \N \N \N \N field_stock_fixed_putaway_strat_create_uid 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4162 +7692 \N \N \N \N \N field_stock_fixed_putaway_strat_fixed_location_id 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4163 +7693 \N \N \N \N \N field_stock_fixed_putaway_strat_display_name 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4164 +7694 \N \N \N \N \N field_stock_fixed_putaway_strat_putaway_id 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4165 +7695 \N \N \N \N \N field_stock_fixed_putaway_strat_sequence 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4166 +7696 \N \N \N \N \N field_stock_fixed_putaway_strat___last_update 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4167 +7697 \N \N \N \N \N field_stock_fixed_putaway_strat_write_uid 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4168 +7698 \N \N \N \N \N field_stock_fixed_putaway_strat_write_date 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4169 +7699 \N \N \N \N \N field_stock_fixed_putaway_strat_create_date 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4170 +7700 \N \N \N \N \N field_stock_fixed_putaway_strat_category_id 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4171 +7701 \N \N \N \N \N field_stock_fixed_putaway_strat_id 2019-03-20 06:48:36.277538 2019-03-20 06:48:36.277538 stock ir.model.fields 4172 +7702 \N \N \N \N \N model_res_company 2019-03-20 06:48:36.385076 2019-03-20 06:48:36.385076 stock ir.model 88 +7703 \N \N \N \N \N field_res_company_propagation_minimum_delta 2019-03-20 06:48:36.385076 2019-03-20 06:48:36.385076 stock ir.model.fields 4173 +7704 \N \N \N \N \N field_res_company_internal_transit_location_id 2019-03-20 06:48:36.385076 2019-03-20 06:48:36.385076 stock ir.model.fields 4174 +7705 \N \N \N \N \N model_res_partner 2019-03-20 06:48:36.509613 2019-03-20 06:48:36.509613 stock ir.model 79 +7706 \N \N \N \N \N field_res_partner_picking_warn 2019-03-20 06:48:36.509613 2019-03-20 06:48:36.509613 stock ir.model.fields 4175 +7707 \N \N \N \N \N field_res_partner_property_stock_customer 2019-03-20 06:48:36.509613 2019-03-20 06:48:36.509613 stock ir.model.fields 4176 +7708 \N \N \N \N \N field_res_partner_picking_warn_msg 2019-03-20 06:48:36.509613 2019-03-20 06:48:36.509613 stock ir.model.fields 4177 +7709 \N \N \N \N \N field_res_partner_property_stock_supplier 2019-03-20 06:48:36.509613 2019-03-20 06:48:36.509613 stock ir.model.fields 4178 +7710 \N \N \N \N \N model_stock_config_settings 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model 258 +7711 \N \N \N \N \N field_stock_config_settings_create_date 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4179 +7712 \N \N \N \N \N field_stock_config_settings_module_stock_calendar 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4180 +7713 \N \N \N \N \N field_stock_config_settings_module_stock_barcode 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4181 +7714 \N \N \N \N \N field_stock_config_settings_module_stock_picking_wave 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4182 +7715 \N \N \N \N \N field_stock_config_settings_company_id 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4183 +7716 \N \N \N \N \N field_stock_config_settings_group_stock_tracking_lot 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4184 +7717 \N \N \N \N \N field_stock_config_settings_group_product_variant 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4185 +7718 \N \N \N \N \N field_stock_config_settings_id 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4186 +7719 \N \N \N \N \N field_stock_config_settings_create_uid 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4187 +7720 \N \N \N \N \N field_stock_config_settings_group_warning_stock 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4188 +7721 \N \N \N \N \N field_stock_config_settings___last_update 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4189 +7722 \N \N \N \N \N field_stock_config_settings_module_delivery_temando 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4190 +7723 \N \N \N \N \N field_stock_config_settings_group_stock_production_lot 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4191 +7724 \N \N \N \N \N field_stock_config_settings_group_stock_multi_warehouses 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4192 +7725 \N \N \N \N \N field_stock_config_settings_group_stock_tracking_owner 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4193 +7726 \N \N \N \N \N field_stock_config_settings_propagation_minimum_delta 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4194 +7727 \N \N \N \N \N field_stock_config_settings_module_delivery_usps 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4195 +7728 \N \N \N \N \N field_stock_config_settings_module_stock_dropshipping 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4196 +7729 \N \N \N \N \N field_stock_config_settings_module_quality 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4197 +7730 \N \N \N \N \N field_stock_config_settings_module_procurement_jit 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4198 +7731 \N \N \N \N \N field_stock_config_settings_group_stock_packaging 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4199 +7732 \N \N \N \N \N field_stock_config_settings_write_date 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4200 +7733 \N \N \N \N \N field_stock_config_settings_module_delivery_fedex 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4201 +7734 \N \N \N \N \N field_stock_config_settings_write_uid 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4202 +7735 \N \N \N \N \N field_stock_config_settings_decimal_precision 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4203 +7736 \N \N \N \N \N field_stock_config_settings_display_name 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4204 +7737 \N \N \N \N \N field_stock_config_settings_group_uom 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4205 +7738 \N \N \N \N \N field_stock_config_settings_warehouse_and_location_usage_level 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4206 +7739 \N \N \N \N \N field_stock_config_settings_module_delivery_ups 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4207 +7740 \N \N \N \N \N field_stock_config_settings_module_product_expiry 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4208 +7741 \N \N \N \N \N field_stock_config_settings_group_stock_multi_locations 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4209 +7742 \N \N \N \N \N field_stock_config_settings_group_stock_adv_location 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4210 +7743 \N \N \N \N \N field_stock_config_settings_module_delivery_dhl 2019-03-20 06:48:36.679211 2019-03-20 06:48:36.679211 stock ir.model.fields 4211 +7744 \N \N \N \N \N model_stock_incoterms 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model 259 +7745 \N \N \N \N \N field_stock_incoterms_create_uid 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4212 +7746 \N \N \N \N \N field_stock_incoterms_code 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4213 +7747 \N \N \N \N \N field_stock_incoterms_display_name 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4214 +7748 \N \N \N \N \N field_stock_incoterms_name 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4215 +7749 \N \N \N \N \N field_stock_incoterms___last_update 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4216 +7750 \N \N \N \N \N field_stock_incoterms_write_uid 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4217 +7751 \N \N \N \N \N field_stock_incoterms_write_date 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4218 +7752 \N \N \N \N \N field_stock_incoterms_active 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4219 +7753 \N \N \N \N \N field_stock_incoterms_create_date 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4220 +7754 \N \N \N \N \N field_stock_incoterms_id 2019-03-20 06:48:36.957216 2019-03-20 06:48:36.957216 stock ir.model.fields 4221 +7755 \N \N \N \N \N model_stock_inventory 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model 260 +7756 \N \N \N \N \N field_stock_inventory_create_date 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4222 +7757 \N \N \N \N \N field_stock_inventory_exhausted 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4223 +7758 \N \N \N \N \N field_stock_inventory_write_uid 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4224 +7759 \N \N \N \N \N field_stock_inventory_package_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4225 +7760 \N \N \N \N \N field_stock_inventory_lot_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4226 +7761 \N \N \N \N \N field_stock_inventory_total_qty 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4227 +7762 \N \N \N \N \N field_stock_inventory_partner_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4228 +7763 \N \N \N \N \N field_stock_inventory_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4229 +7764 \N \N \N \N \N field_stock_inventory_create_uid 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4230 +7765 \N \N \N \N \N field_stock_inventory_display_name 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4231 +7766 \N \N \N \N \N field_stock_inventory___last_update 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4232 +7767 \N \N \N \N \N field_stock_inventory_location_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4233 +7768 \N \N \N \N \N field_stock_inventory_company_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4234 +7769 \N \N \N \N \N field_stock_inventory_move_ids 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4235 +7770 \N \N \N \N \N field_stock_inventory_state 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4236 +7771 \N \N \N \N \N field_stock_inventory_write_date 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4237 +7772 \N \N \N \N \N field_stock_inventory_date 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4238 +7773 \N \N \N \N \N field_stock_inventory_product_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4239 +7774 \N \N \N \N \N field_stock_inventory_name 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4240 +7775 \N \N \N \N \N field_stock_inventory_filter 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4241 +7776 \N \N \N \N \N field_stock_inventory_line_ids 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4242 +7777 \N \N \N \N \N field_stock_inventory_category_id 2019-03-20 06:48:37.064603 2019-03-20 06:48:37.064603 stock ir.model.fields 4243 +7778 \N \N \N \N \N model_stock_inventory_line 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model 261 +7779 \N \N \N \N \N field_stock_inventory_line_theoretical_qty 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4244 +7780 \N \N \N \N \N field_stock_inventory_line_write_uid 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4245 +7781 \N \N \N \N \N field_stock_inventory_line_package_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4246 +7782 \N \N \N \N \N field_stock_inventory_line_product_qty 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4247 +7783 \N \N \N \N \N field_stock_inventory_line_create_date 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4248 +7784 \N \N \N \N \N field_stock_inventory_line_product_code 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4249 +7785 \N \N \N \N \N field_stock_inventory_line_partner_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4250 +7786 \N \N \N \N \N field_stock_inventory_line_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4251 +7787 \N \N \N \N \N field_stock_inventory_line_create_uid 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4252 +7788 \N \N \N \N \N field_stock_inventory_line_location_name 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4253 +7789 \N \N \N \N \N field_stock_inventory_line___last_update 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4254 +7790 \N \N \N \N \N field_stock_inventory_line_location_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4255 +7791 \N \N \N \N \N field_stock_inventory_line_company_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4256 +7792 \N \N \N \N \N field_stock_inventory_line_state 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4257 +7793 \N \N \N \N \N field_stock_inventory_line_product_name 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4258 +7794 \N \N \N \N \N field_stock_inventory_line_prodlot_name 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4259 +7795 \N \N \N \N \N field_stock_inventory_line_inventory_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4260 +7796 \N \N \N \N \N field_stock_inventory_line_inventory_location_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4261 +7797 \N \N \N \N \N field_stock_inventory_line_write_date 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4262 +7798 \N \N \N \N \N field_stock_inventory_line_display_name 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4263 +7799 \N \N \N \N \N field_stock_inventory_line_product_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4264 +7800 \N \N \N \N \N field_stock_inventory_line_product_uom_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4265 +7801 \N \N \N \N \N field_stock_inventory_line_prod_lot_id 2019-03-20 06:48:37.294779 2019-03-20 06:48:37.294779 stock ir.model.fields 4266 +7802 \N \N \N \N \N model_stock_location 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model 262 +7803 \N \N \N \N \N field_stock_location_comment 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4267 +7804 \N \N \N \N \N field_stock_location_putaway_strategy_id 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4268 +7805 \N \N \N \N \N field_stock_location_create_date 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4269 +7806 \N \N \N \N \N field_stock_location_write_date 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4270 +7807 \N \N \N \N \N field_stock_location_write_uid 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4271 +7808 \N \N \N \N \N field_stock_location_partner_id 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4272 +7809 \N \N \N \N \N field_stock_location_id 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4273 +7810 \N \N \N \N \N field_stock_location_removal_strategy_id 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4274 +7811 \N \N \N \N \N field_stock_location_scrap_location 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4275 +7812 \N \N \N \N \N field_stock_location_display_name 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4276 +7813 \N \N \N \N \N field_stock_location___last_update 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4277 +7814 \N \N \N \N \N field_stock_location_location_id 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4278 +7815 \N \N \N \N \N field_stock_location_company_id 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4279 +7816 \N \N \N \N \N field_stock_location_complete_name 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4280 +7817 \N \N \N \N \N field_stock_location_usage 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4281 +7818 \N \N \N \N \N field_stock_location_create_uid 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4282 +7819 \N \N \N \N \N field_stock_location_barcode 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4283 +7820 \N \N \N \N \N field_stock_location_child_ids 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4284 +7821 \N \N \N \N \N field_stock_location_posz 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4285 +7822 \N \N \N \N \N field_stock_location_posx 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4286 +7823 \N \N \N \N \N field_stock_location_posy 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4287 +7824 \N \N \N \N \N field_stock_location_active 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4288 +7825 \N \N \N \N \N field_stock_location_parent_right 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4289 +7826 \N \N \N \N \N field_stock_location_name 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4290 +7827 \N \N \N \N \N field_stock_location_parent_left 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4291 +7828 \N \N \N \N \N field_stock_location_return_location 2019-03-20 06:48:37.510485 2019-03-20 06:48:37.510485 stock ir.model.fields 4292 +7829 \N \N \N \N \N model_stock_location_route 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model 263 +7830 \N \N \N \N \N field_stock_location_route_supplier_wh_id 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4293 +7831 \N \N \N \N \N field_stock_location_route_create_uid 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4294 +7832 \N \N \N \N \N field_stock_location_route_display_name 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4295 +7833 \N \N \N \N \N field_stock_location_route_name 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4296 +7834 \N \N \N \N \N field_stock_location_route_categ_ids 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4297 +7835 \N \N \N \N \N field_stock_location_route_sequence 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4298 +7836 \N \N \N \N \N field_stock_location_route_warehouse_selectable 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4299 +7837 \N \N \N \N \N field_stock_location_route___last_update 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4300 +7838 \N \N \N \N \N field_stock_location_route_write_date 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4301 +7839 \N \N \N \N \N field_stock_location_route_company_id 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4302 +7840 \N \N \N \N \N field_stock_location_route_supplied_wh_id 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4303 +7841 \N \N \N \N \N field_stock_location_route_push_ids 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4304 +7842 \N \N \N \N \N field_stock_location_route_product_selectable 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4305 +7843 \N \N \N \N \N field_stock_location_route_product_categ_selectable 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4306 +7844 \N \N \N \N \N field_stock_location_route_product_ids 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4307 +7845 \N \N \N \N \N field_stock_location_route_pull_ids 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4308 +7846 \N \N \N \N \N field_stock_location_route_warehouse_ids 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4309 +7847 \N \N \N \N \N field_stock_location_route_active 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4310 +7848 \N \N \N \N \N field_stock_location_route_create_date 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4311 +7849 \N \N \N \N \N field_stock_location_route_write_uid 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4312 +7850 \N \N \N \N \N field_stock_location_route_id 2019-03-20 06:48:37.736794 2019-03-20 06:48:37.736794 stock ir.model.fields 4313 +7851 \N \N \N \N \N model_stock_location_path 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model 264 +7852 \N \N \N \N \N field_stock_location_path_location_from_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4314 +7853 \N \N \N \N \N field_stock_location_path_create_uid 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4315 +7854 \N \N \N \N \N field_stock_location_path___last_update 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4316 +7855 \N \N \N \N \N field_stock_location_path_route_sequence 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4317 +7856 \N \N \N \N \N field_stock_location_path_display_name 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4318 +7857 \N \N \N \N \N field_stock_location_path_name 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4319 +7858 \N \N \N \N \N field_stock_location_path_picking_type_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4320 +7859 \N \N \N \N \N field_stock_location_path_auto 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4321 +7860 \N \N \N \N \N field_stock_location_path_sequence 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4322 +7861 \N \N \N \N \N field_stock_location_path_company_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4323 +7862 \N \N \N \N \N field_stock_location_path_warehouse_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4324 +7863 \N \N \N \N \N field_stock_location_path_delay 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4325 +7864 \N \N \N \N \N field_stock_location_path_route_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4326 +7865 \N \N \N \N \N field_stock_location_path_create_date 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4327 +7866 \N \N \N \N \N field_stock_location_path_location_dest_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4328 +7867 \N \N \N \N \N field_stock_location_path_write_date 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4329 +7868 \N \N \N \N \N field_stock_location_path_active 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4330 +7869 \N \N \N \N \N field_stock_location_path_propagate 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4331 +7870 \N \N \N \N \N field_stock_location_path_write_uid 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4332 +7871 \N \N \N \N \N field_stock_location_path_id 2019-03-20 06:48:37.937251 2019-03-20 06:48:37.937251 stock ir.model.fields 4333 +7872 \N \N \N \N \N model_stock_move 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model 265 +7873 \N \N \N \N \N field_stock_move_origin 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4334 +7874 \N \N \N \N \N field_stock_move_create_date 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4335 +7875 \N \N \N \N \N field_stock_move_restrict_partner_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4336 +7876 \N \N \N \N \N field_stock_move_product_uom 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4337 +7877 \N \N \N \N \N field_stock_move_move_orig_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4338 +7878 \N \N \N \N \N field_stock_move_price_unit 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4339 +7879 \N \N \N \N \N field_stock_move_product_uom_qty 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4340 +7880 \N \N \N \N \N field_stock_move_linked_move_operation_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4341 +7881 \N \N \N \N \N field_stock_move_procure_method 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4342 +7882 \N \N \N \N \N field_stock_move_product_qty 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4343 +7883 \N \N \N \N \N field_stock_move_partner_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4344 +7884 \N \N \N \N \N field_stock_move_availability 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4345 +7885 \N \N \N \N \N field_stock_move_remaining_qty 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4346 +7886 \N \N \N \N \N field_stock_move_priority 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4347 +7887 \N \N \N \N \N field_stock_move_display_name 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4348 +7888 \N \N \N \N \N field_stock_move_picking_type_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4349 +7889 \N \N \N \N \N field_stock_move_location_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4350 +7890 \N \N \N \N \N field_stock_move_sequence 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4351 +7891 \N \N \N \N \N field_stock_move_company_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4352 +7892 \N \N \N \N \N field_stock_move_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4353 +7893 \N \N \N \N \N field_stock_move_note 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4354 +7894 \N \N \N \N \N field_stock_move_state 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4355 +7895 \N \N \N \N \N field_stock_move_reserved_availability 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4356 +7896 \N \N \N \N \N field_stock_move_ordered_qty 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4357 +7897 \N \N \N \N \N field_stock_move_origin_returned_move_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4358 +7898 \N \N \N \N \N field_stock_move_product_packaging 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4359 +7899 \N \N \N \N \N field_stock_move_restrict_lot_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4360 +7900 \N \N \N \N \N field_stock_move_picking_partner_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4361 +7901 \N \N \N \N \N field_stock_move_product_tmpl_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4362 +7902 \N \N \N \N \N field_stock_move_returned_move_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4363 +7903 \N \N \N \N \N field_stock_move_date_expected 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4364 +7904 \N \N \N \N \N field_stock_move_procurement_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4365 +7905 \N \N \N \N \N field_stock_move_backorder_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4366 +7906 \N \N \N \N \N field_stock_move_create_uid 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4367 +7907 \N \N \N \N \N field_stock_move_warehouse_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4368 +7908 \N \N \N \N \N field_stock_move_inventory_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4369 +7909 \N \N \N \N \N field_stock_move_partially_available 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4370 +7910 \N \N \N \N \N field_stock_move_propagate 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4371 +7911 \N \N \N \N \N field_stock_move_move_dest_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4372 +7912 \N \N \N \N \N field_stock_move_route_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4373 +7913 \N \N \N \N \N field_stock_move_date 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4374 +7914 \N \N \N \N \N field_stock_move_scrapped 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4375 +7915 \N \N \N \N \N field_stock_move_write_uid 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4376 +7916 \N \N \N \N \N field_stock_move_product_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4377 +7917 \N \N \N \N \N field_stock_move_push_rule_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4378 +7918 \N \N \N \N \N field_stock_move_name 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4379 +7919 \N \N \N \N \N field_stock_move_reserved_quant_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4380 +7920 \N \N \N \N \N field_stock_move_lot_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4381 +7921 \N \N \N \N \N field_stock_move___last_update 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4382 +7922 \N \N \N \N \N field_stock_move_split_from 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4383 +7923 \N \N \N \N \N field_stock_move_rule_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4384 +7924 \N \N \N \N \N field_stock_move_string_availability_info 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4385 +7925 \N \N \N \N \N field_stock_move_quant_ids 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4386 +7926 \N \N \N \N \N field_stock_move_location_dest_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4387 +7927 \N \N \N \N \N field_stock_move_write_date 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4388 +7928 \N \N \N \N \N field_stock_move_group_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4389 +7929 \N \N \N \N \N field_stock_move_picking_id 2019-03-20 06:48:38.172248 2019-03-20 06:48:38.172248 stock ir.model.fields 4390 +7930 \N \N \N \N \N model_stock_pack_operation 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model 266 +7931 \N \N \N \N \N field_stock_pack_operation_lots_visible 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4391 +7932 \N \N \N \N \N field_stock_pack_operation_create_date 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4392 +7933 \N \N \N \N \N field_stock_pack_operation_result_package_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4393 +7934 \N \N \N \N \N field_stock_pack_operation_write_uid 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4394 +7935 \N \N \N \N \N field_stock_pack_operation_package_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4395 +7936 \N \N \N \N \N field_stock_pack_operation_product_qty 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4396 +7937 \N \N \N \N \N field_stock_pack_operation_to_loc 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4397 +7938 \N \N \N \N \N field_stock_pack_operation_location_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4398 +7939 \N \N \N \N \N field_stock_pack_operation_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4399 +7940 \N \N \N \N \N field_stock_pack_operation_remaining_qty 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4400 +7941 \N \N \N \N \N field_stock_pack_operation_qty_done_uom_ordered 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4401 +7942 \N \N \N \N \N field_stock_pack_operation_display_name 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4402 +7943 \N \N \N \N \N field_stock_pack_operation___last_update 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4403 +7944 \N \N \N \N \N field_stock_pack_operation_is_done 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4404 +7945 \N \N \N \N \N field_stock_pack_operation_linked_move_operation_ids 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4405 +7946 \N \N \N \N \N field_stock_pack_operation_state 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4406 +7947 \N \N \N \N \N field_stock_pack_operation_ordered_qty 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4407 +7948 \N \N \N \N \N field_stock_pack_operation_qty_done 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4408 +7949 \N \N \N \N \N field_stock_pack_operation_owner_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4409 +7950 \N \N \N \N \N field_stock_pack_operation_picking_source_location_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4410 +7951 \N \N \N \N \N field_stock_pack_operation_create_uid 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4411 +7952 \N \N \N \N \N field_stock_pack_operation_fresh_record 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4412 +7953 \N \N \N \N \N field_stock_pack_operation_write_date 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4413 +7954 \N \N \N \N \N field_stock_pack_operation_date 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4414 +7955 \N \N \N \N \N field_stock_pack_operation_picking_destination_location_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4415 +7956 \N \N \N \N \N field_stock_pack_operation_product_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4416 +7957 \N \N \N \N \N field_stock_pack_operation_product_uom_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4417 +7958 \N \N \N \N \N field_stock_pack_operation_pack_lot_ids 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4418 +7959 \N \N \N \N \N field_stock_pack_operation_location_dest_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4419 +7960 \N \N \N \N \N field_stock_pack_operation_from_loc 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4420 +7961 \N \N \N \N \N field_stock_pack_operation_picking_id 2019-03-20 06:48:38.746956 2019-03-20 06:48:38.746956 stock ir.model.fields 4421 +7962 \N \N \N \N \N model_stock_pack_operation_lot 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model 267 +7963 \N \N \N \N \N field_stock_pack_operation_lot_create_uid 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4422 +7964 \N \N \N \N \N field_stock_pack_operation_lot_display_name 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4423 +7965 \N \N \N \N \N field_stock_pack_operation_lot___last_update 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4424 +7966 \N \N \N \N \N field_stock_pack_operation_lot_lot_name 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4425 +7967 \N \N \N \N \N field_stock_pack_operation_lot_qty_todo 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4426 +7968 \N \N \N \N \N field_stock_pack_operation_lot_qty 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4427 +7969 \N \N \N \N \N field_stock_pack_operation_lot_create_date 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4428 +7970 \N \N \N \N \N field_stock_pack_operation_lot_write_date 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4429 +7971 \N \N \N \N \N field_stock_pack_operation_lot_operation_id 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4430 +7972 \N \N \N \N \N field_stock_pack_operation_lot_lot_id 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4431 +7973 \N \N \N \N \N field_stock_pack_operation_lot_write_uid 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4432 +7974 \N \N \N \N \N field_stock_pack_operation_lot_id 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4433 +7975 \N \N \N \N \N field_stock_pack_operation_lot_plus_visible 2019-03-20 06:48:39.002261 2019-03-20 06:48:39.002261 stock ir.model.fields 4434 +7976 \N \N \N \N \N model_stock_move_operation_link 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model 268 +7977 \N \N \N \N \N field_stock_move_operation_link_reserved_quant_id 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4435 +7978 \N \N \N \N \N field_stock_move_operation_link_display_name 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4436 +7979 \N \N \N \N \N field_stock_move_operation_link_create_uid 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4437 +7980 \N \N \N \N \N field_stock_move_operation_link___last_update 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4438 +7981 \N \N \N \N \N field_stock_move_operation_link_qty 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4439 +7982 \N \N \N \N \N field_stock_move_operation_link_create_date 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4440 +7983 \N \N \N \N \N field_stock_move_operation_link_write_date 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4441 +7984 \N \N \N \N \N field_stock_move_operation_link_operation_id 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4442 +7985 \N \N \N \N \N field_stock_move_operation_link_write_uid 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4443 +7986 \N \N \N \N \N field_stock_move_operation_link_id 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4444 +7987 \N \N \N \N \N field_stock_move_operation_link_move_id 2019-03-20 06:48:39.133344 2019-03-20 06:48:39.133344 stock ir.model.fields 4445 +7988 \N \N \N \N \N model_stock_production_lot 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model 269 +7989 \N \N \N \N \N field_stock_production_lot_message_follower_ids 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4446 +7990 \N \N \N \N \N field_stock_production_lot_create_date 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4447 +7991 \N \N \N \N \N field_stock_production_lot_message_needaction 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4448 +7992 \N \N \N \N \N field_stock_production_lot_message_channel_ids 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4449 +7993 \N \N \N \N \N field_stock_production_lot_message_partner_ids 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4450 +7994 \N \N \N \N \N field_stock_production_lot_write_uid 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4451 +7995 \N \N \N \N \N field_stock_production_lot_product_qty 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4452 +7996 \N \N \N \N \N field_stock_production_lot_id 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4453 +7997 \N \N \N \N \N field_stock_production_lot_create_uid 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4454 +7998 \N \N \N \N \N field_stock_production_lot_display_name 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4455 +7999 \N \N \N \N \N field_stock_production_lot_message_is_follower 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4456 +8000 \N \N \N \N \N field_stock_production_lot___last_update 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4457 +8001 \N \N \N \N \N field_stock_production_lot_message_last_post 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4458 +8002 \N \N \N \N \N field_stock_production_lot_message_ids 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4459 +8003 \N \N \N \N \N field_stock_production_lot_message_unread_counter 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4460 +8004 \N \N \N \N \N field_stock_production_lot_ref 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4461 +8005 \N \N \N \N \N field_stock_production_lot_write_date 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4462 +8006 \N \N \N \N \N field_stock_production_lot_product_id 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4463 +8007 \N \N \N \N \N field_stock_production_lot_name 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4464 +8008 \N \N \N \N \N field_stock_production_lot_product_uom_id 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4465 +8009 \N \N \N \N \N field_stock_production_lot_quant_ids 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 stock ir.model.fields 4466 +8010 \N \N \N \N \N field_stock_production_lot_message_unread 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4467 +8011 \N \N \N \N \N field_stock_production_lot_message_needaction_counter 2019-03-20 06:48:39.206505 2019-03-20 06:48:39.206505 mail ir.model.fields 4468 +8012 \N \N \N \N \N model_stock_picking_type 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model 270 +8013 \N \N \N \N \N field_stock_picking_type_code 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4469 +8014 \N \N \N \N \N field_stock_picking_type_create_date 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4470 +8015 \N \N \N \N \N field_stock_picking_type_sequence 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4471 +8016 \N \N \N \N \N field_stock_picking_type_color 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4472 +8017 \N \N \N \N \N field_stock_picking_type_count_picking_draft 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4473 +8018 \N \N \N \N \N field_stock_picking_type_write_uid 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4474 +8019 \N \N \N \N \N field_stock_picking_type_last_done_picking 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4475 +8020 \N \N \N \N \N field_stock_picking_type_use_create_lots 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4476 +8021 \N \N \N \N \N field_stock_picking_type_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4477 +8022 \N \N \N \N \N field_stock_picking_type_create_uid 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4478 +8023 \N \N \N \N \N field_stock_picking_type_default_location_dest_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4479 +8024 \N \N \N \N \N field_stock_picking_type_show_entire_packs 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4480 +8025 \N \N \N \N \N field_stock_picking_type_display_name 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4481 +8026 \N \N \N \N \N field_stock_picking_type___last_update 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4482 +8027 \N \N \N \N \N field_stock_picking_type_barcode_nomenclature_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4483 +8028 \N \N \N \N \N field_stock_picking_type_use_existing_lots 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4484 +8029 \N \N \N \N \N field_stock_picking_type_count_picking_waiting 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4485 +8030 \N \N \N \N \N field_stock_picking_type_count_picking 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4486 +8031 \N \N \N \N \N field_stock_picking_type_warehouse_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4487 +8032 \N \N \N \N \N field_stock_picking_type_sequence_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4488 +8033 \N \N \N \N \N field_stock_picking_type_write_date 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4489 +8034 \N \N \N \N \N field_stock_picking_type_active 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4490 +8035 \N \N \N \N \N field_stock_picking_type_count_picking_backorders 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4491 +8036 \N \N \N \N \N field_stock_picking_type_name 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4492 +8037 \N \N \N \N \N field_stock_picking_type_count_picking_ready 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4493 +8038 \N \N \N \N \N field_stock_picking_type_return_picking_type_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4494 +8039 \N \N \N \N \N field_stock_picking_type_count_picking_late 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4495 +8040 \N \N \N \N \N field_stock_picking_type_default_location_src_id 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4496 +8041 \N \N \N \N \N field_stock_picking_type_rate_picking_backorders 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4497 +8042 \N \N \N \N \N field_stock_picking_type_rate_picking_late 2019-03-20 06:48:39.339564 2019-03-20 06:48:39.339564 stock ir.model.fields 4498 +8043 \N \N \N \N \N model_stock_picking 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model 271 +8044 \N \N \N \N \N field_stock_picking_origin 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4499 +8045 \N \N \N \N \N field_stock_picking_message_follower_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4500 +8046 \N \N \N \N \N field_stock_picking_has_scrap_move 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4501 +8047 \N \N \N \N \N field_stock_picking_date_done 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4502 +8048 \N \N \N \N \N field_stock_picking_message_needaction 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4503 +8049 \N \N \N \N \N field_stock_picking_message_channel_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4504 +8050 \N \N \N \N \N field_stock_picking_message_partner_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4505 +8051 \N \N \N \N \N field_stock_picking_write_uid 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4506 +8052 \N \N \N \N \N field_stock_picking_recompute_pack_op 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4507 +8053 \N \N \N \N \N field_stock_picking_launch_pack_operations 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4508 +8054 \N \N \N \N \N field_stock_picking_pack_operation_product_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4509 +8055 \N \N \N \N \N field_stock_picking_location_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4510 +8056 \N \N \N \N \N field_stock_picking_message_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4511 +8057 \N \N \N \N \N field_stock_picking_move_lines 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4512 +8058 \N \N \N \N \N field_stock_picking_priority 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4513 +8059 \N \N \N \N \N field_stock_picking_display_name 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4514 +8060 \N \N \N \N \N field_stock_picking_message_is_follower 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4515 +8061 \N \N \N \N \N field_stock_picking_picking_type_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4516 +8062 \N \N \N \N \N field_stock_picking_partner_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4517 +8063 \N \N \N \N \N field_stock_picking_move_type 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4518 +8064 \N \N \N \N \N field_stock_picking_message_last_post 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4519 +8065 \N \N \N \N \N field_stock_picking_company_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4520 +8066 \N \N \N \N \N field_stock_picking_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4521 +8067 \N \N \N \N \N field_stock_picking_note 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4522 +8068 \N \N \N \N \N field_stock_picking_state 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4523 +8069 \N \N \N \N \N field_stock_picking_picking_type_code 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4524 +8070 \N \N \N \N \N field_stock_picking_picking_type_entire_packs 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4525 +8071 \N \N \N \N \N field_stock_picking_message_unread_counter 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4526 +8072 \N \N \N \N \N field_stock_picking_owner_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4527 +8073 \N \N \N \N \N field_stock_picking_backorder_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4528 +8074 \N \N \N \N \N field_stock_picking_create_uid 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4529 +8075 \N \N \N \N \N field_stock_picking_min_date 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4530 +8076 \N \N \N \N \N field_stock_picking_pack_operation_pack_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4531 +8077 \N \N \N \N \N field_stock_picking_printed 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4532 +8078 \N \N \N \N \N field_stock_picking_write_date 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4533 +8079 \N \N \N \N \N field_stock_picking_date 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4534 +8080 \N \N \N \N \N field_stock_picking_pack_operation_ids 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4535 +8081 \N \N \N \N \N field_stock_picking_pack_operation_exist 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4536 +8082 \N \N \N \N \N field_stock_picking_group_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4537 +8083 \N \N \N \N \N field_stock_picking_name 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4538 +8084 \N \N \N \N \N field_stock_picking___last_update 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4539 +8085 \N \N \N \N \N field_stock_picking_create_date 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4540 +8086 \N \N \N \N \N field_stock_picking_product_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4541 +8087 \N \N \N \N \N field_stock_picking_location_dest_id 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4542 +8088 \N \N \N \N \N field_stock_picking_max_date 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4543 +8089 \N \N \N \N \N field_stock_picking_quant_reserved_exist 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 stock ir.model.fields 4544 +8090 \N \N \N \N \N field_stock_picking_message_unread 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4545 +8091 \N \N \N \N \N field_stock_picking_message_needaction_counter 2019-03-20 06:48:39.527136 2019-03-20 06:48:39.527136 mail ir.model.fields 4546 +8092 \N \N \N \N \N model_stock_quant 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model 272 +8093 \N \N \N \N \N field_stock_quant_create_date 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4547 +8094 \N \N \N \N \N field_stock_quant_qty 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4548 +8095 \N \N \N \N \N field_stock_quant_propagated_from_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4549 +8096 \N \N \N \N \N field_stock_quant_package_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4550 +8097 \N \N \N \N \N field_stock_quant_cost 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4551 +8098 \N \N \N \N \N field_stock_quant_inventory_value 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4552 +8099 \N \N \N \N \N field_stock_quant_lot_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4553 +8100 \N \N \N \N \N field_stock_quant_location_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4554 +8101 \N \N \N \N \N field_stock_quant_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4555 +8102 \N \N \N \N \N field_stock_quant_negative_dest_location_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4556 +8103 \N \N \N \N \N field_stock_quant_create_uid 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4557 +8104 \N \N \N \N \N field_stock_quant_display_name 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4558 +8105 \N \N \N \N \N field_stock_quant___last_update 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4559 +8106 \N \N \N \N \N field_stock_quant_reservation_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4560 +8107 \N \N \N \N \N field_stock_quant_company_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4561 +8108 \N \N \N \N \N field_stock_quant_history_ids 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4562 +8109 \N \N \N \N \N field_stock_quant_owner_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4563 +8110 \N \N \N \N \N field_stock_quant_write_date 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4564 +8111 \N \N \N \N \N field_stock_quant_write_uid 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4565 +8112 \N \N \N \N \N field_stock_quant_product_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4566 +8113 \N \N \N \N \N field_stock_quant_name 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4567 +8114 \N \N \N \N \N field_stock_quant_product_uom_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4568 +8115 \N \N \N \N \N field_stock_quant_packaging_type_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4569 +8116 \N \N \N \N \N field_stock_quant_negative_move_id 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4570 +8117 \N \N \N \N \N field_stock_quant_in_date 2019-03-20 06:48:39.903122 2019-03-20 06:48:39.903122 stock ir.model.fields 4571 +8118 \N \N \N \N \N model_stock_quant_package 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model 273 +8119 \N \N \N \N \N field_stock_quant_package_ancestor_ids 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4572 +8120 \N \N \N \N \N field_stock_quant_package_create_uid 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4573 +8121 \N \N \N \N \N field_stock_quant_package_children_ids 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4574 +8122 \N \N \N \N \N field_stock_quant_package_parent_right 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4575 +8123 \N \N \N \N \N field_stock_quant_package_display_name 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4576 +8124 \N \N \N \N \N field_stock_quant_package_name 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4577 +8125 \N \N \N \N \N field_stock_quant_package___last_update 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4578 +8126 \N \N \N \N \N field_stock_quant_package_children_quant_ids 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4579 +8127 \N \N \N \N \N field_stock_quant_package_company_id 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4580 +8128 \N \N \N \N \N field_stock_quant_package_quant_ids 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4581 +8129 \N \N \N \N \N field_stock_quant_package_parent_id 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4582 +8130 \N \N \N \N \N field_stock_quant_package_parent_left 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4583 +8131 \N \N \N \N \N field_stock_quant_package_write_date 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4584 +8132 \N \N \N \N \N field_stock_quant_package_packaging_id 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4585 +8133 \N \N \N \N \N field_stock_quant_package_create_date 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4586 +8134 \N \N \N \N \N field_stock_quant_package_write_uid 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4587 +8135 \N \N \N \N \N field_stock_quant_package_location_id 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4588 +8136 \N \N \N \N \N field_stock_quant_package_id_4589 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4589 +8137 \N \N \N \N \N field_stock_quant_package_owner_id 2019-03-20 06:48:40.101183 2019-03-20 06:48:40.101183 stock ir.model.fields 4590 +8138 \N \N \N \N \N model_stock_warehouse 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model 274 +8139 \N \N \N \N \N field_stock_warehouse_code 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4591 +8140 \N \N \N \N \N field_stock_warehouse_create_date 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4592 +8141 \N \N \N \N \N field_stock_warehouse_lot_stock_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4593 +8142 \N \N \N \N \N field_stock_warehouse_wh_pack_stock_loc_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4594 +8143 \N \N \N \N \N field_stock_warehouse_reception_route_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4595 +8144 \N \N \N \N \N field_stock_warehouse_pick_type_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4596 +8145 \N \N \N \N \N field_stock_warehouse_crossdock_route_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4597 +8146 \N \N \N \N \N field_stock_warehouse_partner_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4598 +8147 \N \N \N \N \N field_stock_warehouse_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4599 +8148 \N \N \N \N \N field_stock_warehouse_create_uid 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4600 +8149 \N \N \N \N \N field_stock_warehouse_delivery_route_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4601 +8150 \N \N \N \N \N field_stock_warehouse_display_name 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4602 +8151 \N \N \N \N \N field_stock_warehouse_wh_input_stock_loc_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4603 +8152 \N \N \N \N \N field_stock_warehouse_company_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4604 +8153 \N \N \N \N \N field_stock_warehouse_reception_steps 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4605 +8154 \N \N \N \N \N field_stock_warehouse_delivery_steps 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4606 +8155 \N \N \N \N \N field_stock_warehouse_view_location_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4607 +8156 \N \N \N \N \N field_stock_warehouse_resupply_route_ids 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4608 +8157 \N \N \N \N \N field_stock_warehouse_wh_qc_stock_loc_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4609 +8158 \N \N \N \N \N field_stock_warehouse_default_resupply_wh_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4610 +8159 \N \N \N \N \N field_stock_warehouse_pack_type_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4611 +8160 \N \N \N \N \N field_stock_warehouse_resupply_wh_ids 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4612 +8161 \N \N \N \N \N field_stock_warehouse_wh_output_stock_loc_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4613 +8162 \N \N \N \N \N field_stock_warehouse_route_ids 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4614 +8163 \N \N \N \N \N field_stock_warehouse_write_uid 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4615 +8164 \N \N \N \N \N field_stock_warehouse_write_date 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4616 +8165 \N \N \N \N \N field_stock_warehouse_active 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4617 +8166 \N \N \N \N \N field_stock_warehouse_mto_pull_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4618 +8167 \N \N \N \N \N field_stock_warehouse_name 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4619 +8168 \N \N \N \N \N field_stock_warehouse_in_type_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4620 +8169 \N \N \N \N \N field_stock_warehouse___last_update 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4621 +8170 \N \N \N \N \N field_stock_warehouse_out_type_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4622 +8171 \N \N \N \N \N field_stock_warehouse_int_type_id 2019-03-20 06:48:40.221609 2019-03-20 06:48:40.221609 stock ir.model.fields 4623 +8172 \N \N \N \N \N model_stock_warehouse_orderpoint 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model 275 +8173 \N \N \N \N \N field_stock_warehouse_orderpoint_product_max_qty 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4624 +8174 \N \N \N \N \N field_stock_warehouse_orderpoint_create_uid 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4625 +8175 \N \N \N \N \N field_stock_warehouse_orderpoint_procurement_ids 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4626 +8176 \N \N \N \N \N field_stock_warehouse_orderpoint_qty_multiple 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4627 +8177 \N \N \N \N \N field_stock_warehouse_orderpoint_display_name 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4628 +8178 \N \N \N \N \N field_stock_warehouse_orderpoint_name 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4629 +8179 \N \N \N \N \N field_stock_warehouse_orderpoint_product_uom 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4630 +8180 \N \N \N \N \N field_stock_warehouse_orderpoint___last_update 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4631 +8181 \N \N \N \N \N field_stock_warehouse_orderpoint_write_uid 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4632 +8182 \N \N \N \N \N field_stock_warehouse_orderpoint_warehouse_id 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4633 +8183 \N \N \N \N \N field_stock_warehouse_orderpoint_company_id 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4634 +8184 \N \N \N \N \N field_stock_warehouse_orderpoint_lead_days 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4635 +8185 \N \N \N \N \N field_stock_warehouse_orderpoint_lead_type 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4636 +8186 \N \N \N \N \N field_stock_warehouse_orderpoint_product_min_qty 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4637 +8187 \N \N \N \N \N field_stock_warehouse_orderpoint_write_date 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4638 +8188 \N \N \N \N \N field_stock_warehouse_orderpoint_active 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4639 +8189 \N \N \N \N \N field_stock_warehouse_orderpoint_create_date 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4640 +8190 \N \N \N \N \N field_stock_warehouse_orderpoint_group_id 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4641 +8191 \N \N \N \N \N field_stock_warehouse_orderpoint_location_id 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4642 +8192 \N \N \N \N \N field_stock_warehouse_orderpoint_id 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4643 +8193 \N \N \N \N \N field_stock_warehouse_orderpoint_product_id 2019-03-20 06:48:40.506556 2019-03-20 06:48:40.506556 stock ir.model.fields 4644 +8194 \N \N \N \N \N model_stock_scrap 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model 276 +8195 \N \N \N \N \N field_stock_scrap_origin 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4645 +8196 \N \N \N \N \N field_stock_scrap_create_date 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4646 +8197 \N \N \N \N \N field_stock_scrap_write_uid 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4647 +8198 \N \N \N \N \N field_stock_scrap_package_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4648 +8199 \N \N \N \N \N field_stock_scrap_scrap_qty 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4649 +8200 \N \N \N \N \N field_stock_scrap_lot_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4650 +8201 \N \N \N \N \N field_stock_scrap_location_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4651 +8202 \N \N \N \N \N field_stock_scrap_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4652 +8203 \N \N \N \N \N field_stock_scrap_create_uid 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4653 +8204 \N \N \N \N \N field_stock_scrap_display_name 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4654 +8205 \N \N \N \N \N field_stock_scrap___last_update 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4655 +8206 \N \N \N \N \N field_stock_scrap_scrap_location_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4656 +8207 \N \N \N \N \N field_stock_scrap_state 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4657 +8208 \N \N \N \N \N field_stock_scrap_owner_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4658 +8209 \N \N \N \N \N field_stock_scrap_date_expected 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4659 +8210 \N \N \N \N \N field_stock_scrap_write_date 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4660 +8211 \N \N \N \N \N field_stock_scrap_move_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4661 +8212 \N \N \N \N \N field_stock_scrap_product_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4662 +8213 \N \N \N \N \N field_stock_scrap_tracking 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4663 +8214 \N \N \N \N \N field_stock_scrap_name 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4664 +8215 \N \N \N \N \N field_stock_scrap_product_uom_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4665 +8216 \N \N \N \N \N field_stock_scrap_picking_id 2019-03-20 06:48:40.641138 2019-03-20 06:48:40.641138 stock ir.model.fields 4666 +8217 \N \N \N \N \N model_web_planner 2019-03-20 06:48:40.798187 2019-03-20 06:48:40.798187 stock ir.model 98 +8218 \N \N \N \N \N model_report_stock_lines_date 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model 277 +8219 \N \N \N \N \N field_report_stock_lines_date_display_name 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4667 +8220 \N \N \N \N \N field_report_stock_lines_date_product_id 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4668 +8221 \N \N \N \N \N field_report_stock_lines_date___last_update 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4669 +8222 \N \N \N \N \N field_report_stock_lines_date_date 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4670 +8223 \N \N \N \N \N field_report_stock_lines_date_active 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4671 +8224 \N \N \N \N \N field_report_stock_lines_date_id 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4672 +8225 \N \N \N \N \N field_report_stock_lines_date_move_date 2019-03-20 06:48:40.825499 2019-03-20 06:48:40.825499 stock ir.model.fields 4673 +8226 \N \N \N \N \N model_report_stock_forecast 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model 278 +8227 \N \N \N \N \N field_report_stock_forecast_cumulative_quantity 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4674 +8228 \N \N \N \N \N field_report_stock_forecast_display_name 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4675 +8229 \N \N \N \N \N field_report_stock_forecast_product_id 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4676 +8230 \N \N \N \N \N field_report_stock_forecast___last_update 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4677 +8231 \N \N \N \N \N field_report_stock_forecast_product_tmpl_id 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4678 +8232 \N \N \N \N \N field_report_stock_forecast_date 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4679 +8233 \N \N \N \N \N field_report_stock_forecast_id 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4680 +8234 \N \N \N \N \N field_report_stock_forecast_quantity 2019-03-20 06:48:40.873444 2019-03-20 06:48:40.873444 stock ir.model.fields 4681 +8235 \N \N \N \N \N model_stock_return_picking_line 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model 279 +8236 \N \N \N \N \N field_stock_return_picking_line_create_uid 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4682 +8237 \N \N \N \N \N field_stock_return_picking_line_display_name 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4683 +8238 \N \N \N \N \N field_stock_return_picking_line_product_id 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4684 +8239 \N \N \N \N \N field_stock_return_picking_line___last_update 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4685 +8240 \N \N \N \N \N field_stock_return_picking_line_wizard_id 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4686 +8241 \N \N \N \N \N field_stock_return_picking_line_write_uid 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4687 +8242 \N \N \N \N \N field_stock_return_picking_line_write_date 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4688 +8243 \N \N \N \N \N field_stock_return_picking_line_create_date 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4689 +8244 \N \N \N \N \N field_stock_return_picking_line_id 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4690 +8245 \N \N \N \N \N field_stock_return_picking_line_move_id 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4691 +8246 \N \N \N \N \N field_stock_return_picking_line_quantity 2019-03-20 06:48:40.929415 2019-03-20 06:48:40.929415 stock ir.model.fields 4692 +8247 \N \N \N \N \N model_stock_return_picking 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model 280 +8248 \N \N \N \N \N field_stock_return_picking_move_dest_exists 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4693 +8249 \N \N \N \N \N field_stock_return_picking_original_location_id 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4694 +8250 \N \N \N \N \N field_stock_return_picking_display_name 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4695 +8251 \N \N \N \N \N field_stock_return_picking_product_return_moves 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4696 +8252 \N \N \N \N \N field_stock_return_picking_create_uid 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4697 +8253 \N \N \N \N \N field_stock_return_picking_parent_location_id 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4698 +8254 \N \N \N \N \N field_stock_return_picking___last_update 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4699 +8255 \N \N \N \N \N field_stock_return_picking_write_uid 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4700 +8256 \N \N \N \N \N field_stock_return_picking_write_date 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4701 +8257 \N \N \N \N \N field_stock_return_picking_create_date 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4702 +8258 \N \N \N \N \N field_stock_return_picking_location_id 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4703 +8259 \N \N \N \N \N field_stock_return_picking_id 2019-03-20 06:48:41.029647 2019-03-20 06:48:41.029647 stock ir.model.fields 4704 +8260 \N \N \N \N \N model_stock_change_product_qty 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model 281 +8261 \N \N \N \N \N field_stock_change_product_qty_create_uid 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4705 +8262 \N \N \N \N \N field_stock_change_product_qty_display_name 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4706 +8263 \N \N \N \N \N field_stock_change_product_qty_product_id 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4707 +8264 \N \N \N \N \N field_stock_change_product_qty___last_update 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4708 +8265 \N \N \N \N \N field_stock_change_product_qty_write_uid 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4709 +8266 \N \N \N \N \N field_stock_change_product_qty_product_tmpl_id 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4710 +8267 \N \N \N \N \N field_stock_change_product_qty_create_date 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4711 +8268 \N \N \N \N \N field_stock_change_product_qty_write_date 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4712 +8269 \N \N \N \N \N field_stock_change_product_qty_lot_id 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4713 +8270 \N \N \N \N \N field_stock_change_product_qty_new_quantity 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4714 +8271 \N \N \N \N \N field_stock_change_product_qty_location_id 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4715 +8272 \N \N \N \N \N field_stock_change_product_qty_id 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4716 +8273 \N \N \N \N \N field_stock_change_product_qty_product_variant_count 2019-03-20 06:48:41.159991 2019-03-20 06:48:41.159991 stock ir.model.fields 4717 +8274 \N \N \N \N \N model_make_procurement 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model 282 +8275 \N \N \N \N \N field_make_procurement_uom_id 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4718 +8276 \N \N \N \N \N field_make_procurement_create_uid 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4719 +8277 \N \N \N \N \N field_make_procurement_display_name 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4720 +8278 \N \N \N \N \N field_make_procurement_product_id 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4721 +8279 \N \N \N \N \N field_make_procurement_date_planned 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4722 +8280 \N \N \N \N \N field_make_procurement_write_uid 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4723 +8281 \N \N \N \N \N field_make_procurement_res_model 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4724 +8282 \N \N \N \N \N field_make_procurement___last_update 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4725 +8283 \N \N \N \N \N field_make_procurement_qty 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4726 +8284 \N \N \N \N \N field_make_procurement_product_tmpl_id 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4727 +8285 \N \N \N \N \N field_make_procurement_route_ids 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4728 +8286 \N \N \N \N \N field_make_procurement_write_date 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4729 +8287 \N \N \N \N \N field_make_procurement_create_date 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4730 +8288 \N \N \N \N \N field_make_procurement_warehouse_id 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4731 +8289 \N \N \N \N \N field_make_procurement_id 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4732 +8290 \N \N \N \N \N field_make_procurement_product_variant_count 2019-03-20 06:48:41.319807 2019-03-20 06:48:41.319807 stock ir.model.fields 4733 +8291 \N \N \N \N \N model_procurement_orderpoint_compute 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model 283 +8292 \N \N \N \N \N field_procurement_orderpoint_compute_create_uid 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4734 +8293 \N \N \N \N \N field_procurement_orderpoint_compute_create_date 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4735 +8294 \N \N \N \N \N field_procurement_orderpoint_compute___last_update 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4736 +8295 \N \N \N \N \N field_procurement_orderpoint_compute_write_uid 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4737 +8296 \N \N \N \N \N field_procurement_orderpoint_compute_write_date 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4738 +8297 \N \N \N \N \N field_procurement_orderpoint_compute_display_name 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4739 +8298 \N \N \N \N \N field_procurement_orderpoint_compute_id 2019-03-20 06:48:41.494813 2019-03-20 06:48:41.494813 stock ir.model.fields 4740 +8299 \N \N \N \N \N model_stock_immediate_transfer 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model 284 +8300 \N \N \N \N \N field_stock_immediate_transfer_create_uid 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4741 +8301 \N \N \N \N \N field_stock_immediate_transfer_display_name 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4742 +8302 \N \N \N \N \N field_stock_immediate_transfer___last_update 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4743 +8303 \N \N \N \N \N field_stock_immediate_transfer_write_uid 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4744 +8304 \N \N \N \N \N field_stock_immediate_transfer_pick_id 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4745 +8305 \N \N \N \N \N field_stock_immediate_transfer_write_date 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4746 +8306 \N \N \N \N \N field_stock_immediate_transfer_create_date 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4747 +8307 \N \N \N \N \N field_stock_immediate_transfer_id 2019-03-20 06:48:41.54716 2019-03-20 06:48:41.54716 stock ir.model.fields 4748 +8308 \N \N \N \N \N model_stock_backorder_confirmation 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model 285 +8309 \N \N \N \N \N field_stock_backorder_confirmation_create_uid 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4749 +8310 \N \N \N \N \N field_stock_backorder_confirmation_display_name 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4750 +8311 \N \N \N \N \N field_stock_backorder_confirmation___last_update 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4751 +8312 \N \N \N \N \N field_stock_backorder_confirmation_write_uid 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4752 +8313 \N \N \N \N \N field_stock_backorder_confirmation_pick_id 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4753 +8314 \N \N \N \N \N field_stock_backorder_confirmation_write_date 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4754 +8315 \N \N \N \N \N field_stock_backorder_confirmation_create_date 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4755 +8316 \N \N \N \N \N field_stock_backorder_confirmation_id 2019-03-20 06:48:41.60941 2019-03-20 06:48:41.60941 stock ir.model.fields 4756 +8317 \N \N \N \N \N field_res_users_property_stock_customer 2019-03-20 06:48:41.665444 2019-03-20 06:48:41.665444 stock ir.model.fields 4757 +8318 \N \N \N \N \N field_res_users_picking_warn 2019-03-20 06:48:41.665444 2019-03-20 06:48:41.665444 stock ir.model.fields 4758 +8319 \N \N \N \N \N field_res_users_picking_warn_msg 2019-03-20 06:48:41.665444 2019-03-20 06:48:41.665444 stock ir.model.fields 4759 +8320 \N \N \N \N \N field_res_users_property_stock_supplier 2019-03-20 06:48:41.665444 2019-03-20 06:48:41.665444 stock ir.model.fields 4760 +8321 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f group_stock_multi_locations 2019-03-20 06:48:44 2019-03-20 07:11:46 stock res.groups 37 +8330 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_picking_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 62 +8331 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_picking_type_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 63 +8332 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_warehouse_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 64 +8333 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_location_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 65 +8334 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_move_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 66 +8335 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_quant_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 67 +8336 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_inventory_line_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 68 +8337 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_inventory_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 69 +8338 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_warehouse_orderpoint_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 70 +8339 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t product_pulled_flow_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 71 +8340 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_location_path_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 72 +8341 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t stock_location_route_comp_rule 2019-03-20 06:48:47 2019-03-20 06:48:47 stock ir.rule 73 +8388 1 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 f access_procurement_rule_stock_manager 2019-03-20 06:48:48 2019-03-20 07:11:55 stock ir.model.access 395 +8649 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t module_install_notification 2019-03-20 06:49:02 2019-03-20 06:49:02 stock mail.message 7 +8650 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t req_link_tracking 2019-03-20 06:49:02 2019-03-20 06:49:02 stock res.request.link 5 +8651 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t route_warehouse0_mto 2019-03-20 06:49:02 2019-03-20 06:49:02 stock stock.location.route 1 +8652 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t property_stock_supplier 2019-03-20 06:49:02 2019-03-20 06:49:02 stock ir.property 2 +8653 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t property_stock_customer 2019-03-20 06:49:02 2019-03-20 06:49:02 stock ir.property 3 +8654 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t property_stock_procurement 2019-03-20 06:49:02 2019-03-20 06:49:02 stock ir.property 4 +8655 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t property_stock_inventory 2019-03-20 06:49:02 2019-03-20 06:49:02 stock ir.property 5 +8656 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t property_stock_production 2019-03-20 06:49:02 2019-03-20 06:49:02 stock ir.property 6 +8657 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t warehouse0 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.warehouse 1 +8658 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t sequence_mrp_op 2019-03-20 06:49:03 2019-03-20 06:49:03 stock ir.sequence 14 +8659 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t sequence_stock_scrap 2019-03-20 06:49:03 2019-03-20 06:49:03 stock ir.sequence 15 +8660 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f stock_location_stock 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.location 15 +8661 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f stock_location_company 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.location 13 +8662 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f stock_location_output 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.location 16 +8663 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f location_pack_zone 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.location 12 +8664 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f picking_type_internal 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.picking.type 5 +8665 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f picking_type_in 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.picking.type 1 +8666 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 f picking_type_out 2019-03-20 06:49:03 2019-03-20 06:49:03 stock stock.picking.type 4 +8682 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t seq_picking_internal 2019-03-20 06:49:03 2019-03-20 06:49:03 stock ir.sequence 16 +8683 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t sequence_production_lots 2019-03-20 06:49:03 2019-03-20 06:49:03 stock ir.sequence 17 +8684 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t sequence_tracking 2019-03-20 06:49:03 2019-03-20 06:49:03 stock ir.sequence 18 +8685 1 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 1 t seq_quant_package 2019-03-20 06:49:03 2019-03-20 06:49:03 stock ir.sequence 19 +8688 \N \N \N \N \N model_mail_mail 2019-03-20 06:49:09.144785 2019-03-20 06:49:09.144785 portal_sale ir.model 126 +8689 \N \N \N \N \N model_sale_order 2019-03-20 06:49:09.851253 2019-03-20 06:49:09.851253 portal_sale ir.model 250 +8690 \N \N \N \N \N model_account_invoice 2019-03-20 06:49:09.916126 2019-03-20 06:49:09.916126 portal_sale ir.model 175 +8691 1 2019-03-20 06:49:10.333274 2019-03-20 06:49:10.333274 1 t portal_sale_order_user_rule 2019-03-20 06:49:10 2019-03-20 06:49:10 portal_sale ir.rule 74 +8692 1 2019-03-20 06:49:10.333274 2019-03-20 06:49:10.333274 1 t portal_sale_order_line_rule 2019-03-20 06:49:10 2019-03-20 06:49:10 portal_sale ir.rule 75 +8693 1 2019-03-20 06:49:10.333274 2019-03-20 06:49:10.333274 1 t portal_account_invoice_user_rule 2019-03-20 06:49:10 2019-03-20 06:49:10 portal_sale ir.rule 76 +8694 1 2019-03-20 06:49:10.333274 2019-03-20 06:49:10.333274 1 t portal_account_invoice_line_rule 2019-03-20 06:49:10 2019-03-20 06:49:10 portal_sale ir.rule 77 +8695 1 2019-03-20 06:49:10.333274 2019-03-20 06:49:10.333274 1 t portal_personal_contact 2019-03-20 06:49:10 2019-03-20 06:49:10 portal_sale ir.rule 78 +8697 \N \N \N \N \N model_stock_production_lot 2019-03-20 06:49:10.990201 2019-03-20 06:49:10.990201 product_expiry ir.model 269 +8698 \N \N \N \N \N field_stock_production_lot_life_date 2019-03-20 06:49:10.990201 2019-03-20 06:49:10.990201 product_expiry ir.model.fields 4761 +8699 \N \N \N \N \N field_stock_production_lot_removal_date 2019-03-20 06:49:10.990201 2019-03-20 06:49:10.990201 product_expiry ir.model.fields 4762 +8700 \N \N \N \N \N field_stock_production_lot_alert_date 2019-03-20 06:49:10.990201 2019-03-20 06:49:10.990201 product_expiry ir.model.fields 4763 +8696 1 2019-03-20 06:49:10.333274 2019-03-20 07:12:31.658802 1 f view_account_invoice_filter_share 2019-03-20 06:49:10 2019-03-20 07:12:31 portal_sale ir.ui.view 675 +8701 \N \N \N \N \N field_stock_production_lot_use_date 2019-03-20 06:49:10.990201 2019-03-20 06:49:10.990201 product_expiry ir.model.fields 4764 +8702 \N \N \N \N \N model_product_template 2019-03-20 06:49:11.688142 2019-03-20 06:49:11.688142 product_expiry ir.model 145 +8703 \N \N \N \N \N field_product_template_use_time 2019-03-20 06:49:11.688142 2019-03-20 06:49:11.688142 product_expiry ir.model.fields 4765 +8704 \N \N \N \N \N field_product_template_life_time 2019-03-20 06:49:11.688142 2019-03-20 06:49:11.688142 product_expiry ir.model.fields 4766 +8705 \N \N \N \N \N field_product_template_removal_time 2019-03-20 06:49:11.688142 2019-03-20 06:49:11.688142 product_expiry ir.model.fields 4767 +8706 \N \N \N \N \N field_product_template_alert_time 2019-03-20 06:49:11.688142 2019-03-20 06:49:11.688142 product_expiry ir.model.fields 4768 +8707 \N \N \N \N \N model_stock_quant 2019-03-20 06:49:11.819729 2019-03-20 06:49:11.819729 product_expiry ir.model 272 +8708 \N \N \N \N \N field_stock_quant_removal_date 2019-03-20 06:49:11.819729 2019-03-20 06:49:11.819729 product_expiry ir.model.fields 4769 +8709 \N \N \N \N \N field_product_product_use_time 2019-03-20 06:49:11.917789 2019-03-20 06:49:11.917789 product_expiry ir.model.fields 4770 +8710 \N \N \N \N \N field_product_product_life_time 2019-03-20 06:49:11.917789 2019-03-20 06:49:11.917789 product_expiry ir.model.fields 4771 +8711 \N \N \N \N \N field_product_product_removal_time 2019-03-20 06:49:11.917789 2019-03-20 06:49:11.917789 product_expiry ir.model.fields 4772 +8712 \N \N \N \N \N field_product_product_alert_time 2019-03-20 06:49:11.917789 2019-03-20 06:49:11.917789 product_expiry ir.model.fields 4773 +8718 \N \N \N \N \N model_account_chart_template 2019-03-20 06:49:12.953916 2019-03-20 06:49:12.953916 stock_account ir.model 190 +8719 \N \N \N \N \N model_account_invoice 2019-03-20 06:49:13.791414 2019-03-20 06:49:13.791414 stock_account ir.model 175 +8720 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:49:13.892535 2019-03-20 06:49:13.892535 stock_account ir.model 176 +8721 \N \N \N \N \N model_product_template 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model 145 +8722 \N \N \N \N \N field_product_template_property_valuation 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model.fields 4774 +8723 \N \N \N \N \N field_product_template_property_stock_account_input 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model.fields 4775 +8724 \N \N \N \N \N field_product_template_property_stock_account_output 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model.fields 4776 +8725 \N \N \N \N \N field_product_template_property_cost_method 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model.fields 4777 +8726 \N \N \N \N \N field_product_template_cost_method 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model.fields 4778 +8727 \N \N \N \N \N field_product_template_valuation 2019-03-20 06:49:13.967217 2019-03-20 06:49:13.967217 stock_account ir.model.fields 4779 +8728 \N \N \N \N \N model_product_product 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model 148 +8729 \N \N \N \N \N field_product_product_property_valuation 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model.fields 4780 +8730 \N \N \N \N \N field_product_product_property_stock_account_input 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model.fields 4781 +8731 \N \N \N \N \N field_product_product_property_stock_account_output 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model.fields 4782 +8732 \N \N \N \N \N field_product_product_property_cost_method 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model.fields 4783 +8733 \N \N \N \N \N field_product_product_cost_method 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model.fields 4784 +8734 \N \N \N \N \N field_product_product_valuation 2019-03-20 06:49:14.103164 2019-03-20 06:49:14.103164 stock_account ir.model.fields 4785 +8735 \N \N \N \N \N model_product_category 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model 146 +8736 \N \N \N \N \N field_product_category_property_stock_valuation_account_id 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model.fields 4786 +8737 \N \N \N \N \N field_product_category_property_stock_account_output_categ_id 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model.fields 4787 +8738 \N \N \N \N \N field_product_category_property_valuation 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model.fields 4788 +8739 \N \N \N \N \N field_product_category_property_cost_method 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model.fields 4789 +8740 \N \N \N \N \N field_product_category_property_stock_account_input_categ_id 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model.fields 4790 +8741 \N \N \N \N \N field_product_category_property_stock_journal 2019-03-20 06:49:14.166 2019-03-20 06:49:14.166 stock_account ir.model.fields 4791 +8742 \N \N \N \N \N model_stock_inventory 2019-03-20 06:49:14.235436 2019-03-20 06:49:14.235436 stock_account ir.model 260 +8743 \N \N \N \N \N field_stock_inventory_accounting_date 2019-03-20 06:49:14.235436 2019-03-20 06:49:14.235436 stock_account ir.model.fields 4792 +8744 \N \N \N \N \N model_stock_location 2019-03-20 06:49:14.300321 2019-03-20 06:49:14.300321 stock_account ir.model 262 +8745 \N \N \N \N \N field_stock_location_valuation_in_account_id 2019-03-20 06:49:14.300321 2019-03-20 06:49:14.300321 stock_account ir.model.fields 4793 +8746 \N \N \N \N \N field_stock_location_valuation_out_account_id 2019-03-20 06:49:14.300321 2019-03-20 06:49:14.300321 stock_account ir.model.fields 4794 +8747 \N \N \N \N \N model_stock_quant 2019-03-20 06:49:14.382304 2019-03-20 06:49:14.382304 stock_account ir.model 272 +8748 \N \N \N \N \N model_stock_move 2019-03-20 06:49:14.46185 2019-03-20 06:49:14.46185 stock_account ir.model 265 +8749 \N \N \N \N \N model_stock_config_settings 2019-03-20 06:49:14.578403 2019-03-20 06:49:14.578403 stock_account ir.model 258 +8750 \N \N \N \N \N field_stock_config_settings_module_stock_landed_costs 2019-03-20 06:49:14.578403 2019-03-20 06:49:14.578403 stock_account ir.model.fields 4795 +8751 \N \N \N \N \N field_stock_config_settings_group_stock_inventory_valuation 2019-03-20 06:49:14.578403 2019-03-20 06:49:14.578403 stock_account ir.model.fields 4796 +8752 \N \N \N \N \N model_stock_history 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model 286 +8753 \N \N \N \N \N field_stock_history_display_name 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4797 +8754 \N \N \N \N \N field_stock_history_product_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4798 +8755 \N \N \N \N \N field_stock_history_price_unit_on_quant 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4799 +8756 \N \N \N \N \N field_stock_history___last_update 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4800 +8757 \N \N \N \N \N field_stock_history_company_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4801 +8758 \N \N \N \N \N field_stock_history_source 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4802 +8759 \N \N \N \N \N field_stock_history_product_categ_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4803 +8760 \N \N \N \N \N field_stock_history_inventory_value 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4804 +8761 \N \N \N \N \N field_stock_history_date 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4805 +8762 \N \N \N \N \N field_stock_history_serial_number 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4806 +8763 \N \N \N \N \N field_stock_history_quantity 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4807 +8764 \N \N \N \N \N field_stock_history_location_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4808 +8765 \N \N \N \N \N field_stock_history_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4809 +8766 \N \N \N \N \N field_stock_history_move_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4810 +8767 \N \N \N \N \N field_stock_history_product_template_id 2019-03-20 06:49:14.628138 2019-03-20 06:49:14.628138 stock_account ir.model.fields 4811 +8768 \N \N \N \N \N model_stock_change_standard_price 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model 287 +8769 \N \N \N \N \N field_stock_change_standard_price_create_uid 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4812 +8770 \N \N \N \N \N field_stock_change_standard_price_create_date 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4813 +8771 \N \N \N \N \N field_stock_change_standard_price___last_update 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4814 +8772 \N \N \N \N \N field_stock_change_standard_price_new_price 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4815 +8773 \N \N \N \N \N field_stock_change_standard_price_write_uid 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4816 +8774 \N \N \N \N \N field_stock_change_standard_price_write_date 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4817 +8775 \N \N \N \N \N field_stock_change_standard_price_counterpart_account_id 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4818 +8776 \N \N \N \N \N field_stock_change_standard_price_display_name 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4819 +8777 \N \N \N \N \N field_stock_change_standard_price_id 2019-03-20 06:49:14.708631 2019-03-20 06:49:14.708631 stock_account ir.model.fields 4820 +8778 \N \N \N \N \N model_wizard_valuation_history 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model 288 +8779 \N \N \N \N \N field_wizard_valuation_history_create_uid 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4821 +8780 \N \N \N \N \N field_wizard_valuation_history_create_date 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4822 +8781 \N \N \N \N \N field_wizard_valuation_history___last_update 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4823 +8782 \N \N \N \N \N field_wizard_valuation_history_write_uid 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4824 +8783 \N \N \N \N \N field_wizard_valuation_history_write_date 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4825 +8784 \N \N \N \N \N field_wizard_valuation_history_date 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4826 +8785 \N \N \N \N \N field_wizard_valuation_history_choose_date 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4827 +8786 \N \N \N \N \N field_wizard_valuation_history_id 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4828 +8787 \N \N \N \N \N field_wizard_valuation_history_display_name 2019-03-20 06:49:14.779937 2019-03-20 06:49:14.779937 stock_account ir.model.fields 4829 +8815 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t property_stock_account_output_prd 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 9 +8816 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t property_stock_account_input_prd 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 10 +8817 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t property_stock_account_output_categ_id 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 11 +8818 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t property_stock_account_input_categ_id 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 12 +8789 1 2019-03-20 06:49:15.138308 2019-03-20 07:12:37.020962 1 f stock_history_rule 2019-03-20 06:49:16 2019-03-20 07:12:38 stock_account ir.rule 79 +8819 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t default_cost_method 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 13 +8820 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t default_valuation 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 14 +8821 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t default_category_cost_method 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 15 +8822 1 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 1 t default_category_valuation 2019-03-20 06:49:17 2019-03-20 06:49:17 stock_account ir.property 16 +8823 \N \N \N \N \N model_product_category 2019-03-20 06:49:18.845799 2019-03-20 06:49:18.845799 bahmni_product ir.model 146 +8824 \N \N \N \N \N field_product_category_uuid 2019-03-20 06:49:18.845799 2019-03-20 06:49:18.845799 bahmni_product ir.model.fields 4830 +8825 \N \N \N \N \N model_product_uom 2019-03-20 06:49:19.536404 2019-03-20 06:49:19.536404 bahmni_product ir.model 158 +8826 \N \N \N \N \N field_product_uom_uuid 2019-03-20 06:49:19.536404 2019-03-20 06:49:19.536404 bahmni_product ir.model.fields 4831 +8827 \N \N \N \N \N model_product_uom_categ 2019-03-20 06:49:19.572478 2019-03-20 06:49:19.572478 bahmni_product ir.model 157 +8828 \N \N \N \N \N field_product_uom_categ_uuid 2019-03-20 06:49:19.572478 2019-03-20 06:49:19.572478 bahmni_product ir.model.fields 4832 +8829 \N \N \N \N \N model_res_partner 2019-03-20 06:49:19.58992 2019-03-20 06:49:19.58992 bahmni_product ir.model 79 +8830 \N \N \N \N \N field_res_partner_manufacturer 2019-03-20 06:49:19.58992 2019-03-20 06:49:19.58992 bahmni_product ir.model.fields 4833 +8831 \N \N \N \N \N model_product_supplierinfo 2019-03-20 06:49:19.691526 2019-03-20 06:49:19.691526 bahmni_product ir.model 150 +8832 \N \N \N \N \N field_product_supplierinfo_manufacturer 2019-03-20 06:49:19.691526 2019-03-20 06:49:19.691526 bahmni_product ir.model.fields 4834 +8833 \N \N \N \N \N field_product_supplierinfo_mrp 2019-03-20 06:49:19.691526 2019-03-20 06:49:19.691526 bahmni_product ir.model.fields 4835 +8834 \N \N \N \N \N model_product_product 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model 148 +8835 \N \N \N \N \N field_product_product_uuid 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model.fields 4836 +8836 \N \N \N \N \N field_product_product_dhis2_code 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model.fields 4837 +8837 \N \N \N \N \N field_product_product_actual_stock 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model.fields 4838 +8838 \N \N \N \N \N field_product_product_manufacturer 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model.fields 4839 +8839 \N \N \N \N \N field_product_product_drug 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model.fields 4840 +8840 \N \N \N \N \N field_product_product_mrp 2019-03-20 06:49:19.755368 2019-03-20 06:49:19.755368 bahmni_product ir.model.fields 4841 +8841 \N \N \N \N \N model_product_template 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model 145 +8842 \N \N \N \N \N field_product_template_uuid 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model.fields 4842 +8843 \N \N \N \N \N field_product_template_dhis2_code 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model.fields 4843 +8844 \N \N \N \N \N field_product_template_manufacturer 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model.fields 4844 +8845 \N \N \N \N \N field_product_template_drug 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model.fields 4845 +8846 \N \N \N \N \N field_product_template_actual_stock 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model.fields 4846 +8847 \N \N \N \N \N field_product_template_mrp 2019-03-20 06:49:19.819009 2019-03-20 06:49:19.819009 bahmni_product ir.model.fields 4847 +8848 \N \N \N \N \N field_res_users_manufacturer 2019-03-20 06:49:19.923928 2019-03-20 06:49:19.923928 bahmni_product ir.model.fields 4848 +8857 \N \N \N \N \N model_account_invoice 2019-03-20 06:49:22.446375 2019-03-20 06:49:22.446375 sale_stock ir.model 175 +8858 \N \N \N \N \N field_account_invoice_incoterms_id 2019-03-20 06:49:22.446375 2019-03-20 06:49:22.446375 sale_stock ir.model.fields 4849 +8859 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:49:23.364751 2019-03-20 06:49:23.364751 sale_stock ir.model 176 +8860 \N \N \N \N \N model_procurement_order 2019-03-20 06:49:23.43742 2019-03-20 06:49:23.43742 sale_stock ir.model 233 +8861 \N \N \N \N \N model_product_product 2019-03-20 06:49:23.520101 2019-03-20 06:49:23.520101 sale_stock ir.model 148 +8862 \N \N \N \N \N model_res_company 2019-03-20 06:49:23.59541 2019-03-20 06:49:23.59541 sale_stock ir.model 88 +8863 \N \N \N \N \N field_res_company_security_lead 2019-03-20 06:49:23.59541 2019-03-20 06:49:23.59541 sale_stock ir.model.fields 4850 +8864 \N \N \N \N \N model_sale_order 2019-03-20 06:49:23.722467 2019-03-20 06:49:23.722467 sale_stock ir.model 250 +8865 \N \N \N \N \N field_sale_order_delivery_count 2019-03-20 06:49:23.722467 2019-03-20 06:49:23.722467 sale_stock ir.model.fields 4851 +8866 \N \N \N \N \N field_sale_order_picking_policy 2019-03-20 06:49:23.722467 2019-03-20 06:49:23.722467 sale_stock ir.model.fields 4852 +8867 \N \N \N \N \N field_sale_order_incoterm 2019-03-20 06:49:23.722467 2019-03-20 06:49:23.722467 sale_stock ir.model.fields 4853 +8868 \N \N \N \N \N field_sale_order_warehouse_id 2019-03-20 06:49:23.722467 2019-03-20 06:49:23.722467 sale_stock ir.model.fields 4854 +8869 \N \N \N \N \N field_sale_order_picking_ids 2019-03-20 06:49:23.722467 2019-03-20 06:49:23.722467 sale_stock ir.model.fields 4855 +8870 \N \N \N \N \N model_sale_order_line 2019-03-20 06:49:23.846037 2019-03-20 06:49:23.846037 sale_stock ir.model 251 +8871 \N \N \N \N \N field_sale_order_line_product_tmpl_id 2019-03-20 06:49:23.846037 2019-03-20 06:49:23.846037 sale_stock ir.model.fields 4856 +8872 \N \N \N \N \N field_sale_order_line_product_packaging 2019-03-20 06:49:23.846037 2019-03-20 06:49:23.846037 sale_stock ir.model.fields 4857 +8873 \N \N \N \N \N field_sale_order_line_route_id 2019-03-20 06:49:23.846037 2019-03-20 06:49:23.846037 sale_stock ir.model.fields 4858 +8874 \N \N \N \N \N model_sale_config_settings 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model 249 +8875 \N \N \N \N \N field_sale_config_settings_security_lead 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model.fields 4859 +8876 \N \N \N \N \N field_sale_config_settings_module_sale_order_dates 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model.fields 4860 +8877 \N \N \N \N \N field_sale_config_settings_module_delivery 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model.fields 4861 +8878 \N \N \N \N \N field_sale_config_settings_group_mrp_properties 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model.fields 4862 +8879 \N \N \N \N \N field_sale_config_settings_group_route_so_lines 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model.fields 4863 +8880 \N \N \N \N \N field_sale_config_settings_default_picking_policy 2019-03-20 06:49:23.939313 2019-03-20 06:49:23.939313 sale_stock ir.model.fields 4864 +8881 \N \N \N \N \N model_stock_location_route 2019-03-20 06:49:24.006661 2019-03-20 06:49:24.006661 sale_stock ir.model 263 +8882 \N \N \N \N \N field_stock_location_route_sale_selectable 2019-03-20 06:49:24.006661 2019-03-20 06:49:24.006661 sale_stock ir.model.fields 4865 +8926 \N \N \N \N \N model_state_district 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model 289 +8927 \N \N \N \N \N field_state_district_create_uid 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4870 +8928 \N \N \N \N \N field_state_district_display_name 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4871 +8929 \N \N \N \N \N field_state_district_name 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4872 +8930 \N \N \N \N \N field_state_district___last_update 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4873 +8931 \N \N \N \N \N field_state_district_country_id 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4874 +8932 \N \N \N \N \N field_state_district_write_uid 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4875 +8933 \N \N \N \N \N field_state_district_create_date 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4876 +8934 \N \N \N \N \N field_state_district_write_date 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4877 +8935 \N \N \N \N \N field_state_district_state_id 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4878 +8936 \N \N \N \N \N field_state_district_id 2019-03-20 06:49:27.744994 2019-03-20 06:49:27.744994 bahmni_sale ir.model.fields 4879 +8937 \N \N \N \N \N model_district_tehsil 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model 290 +8938 \N \N \N \N \N field_district_tehsil_create_uid 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4880 +8939 \N \N \N \N \N field_district_tehsil_display_name 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4881 +8940 \N \N \N \N \N field_district_tehsil_name 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4882 +8941 \N \N \N \N \N field_district_tehsil___last_update 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4883 +8942 \N \N \N \N \N field_district_tehsil_country_id 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4884 +8943 \N \N \N \N \N field_district_tehsil_district_id 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4885 +8944 \N \N \N \N \N field_district_tehsil_write_uid 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4886 +8945 \N \N \N \N \N field_district_tehsil_create_date 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4887 +8946 \N \N \N \N \N field_district_tehsil_write_date 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4888 +8947 \N \N \N \N \N field_district_tehsil_state_id 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4889 +8948 \N \N \N \N \N field_district_tehsil_id 2019-03-20 06:49:28.345253 2019-03-20 06:49:28.345253 bahmni_sale ir.model.fields 4890 +8949 \N \N \N \N \N model_village_village 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model 291 +8950 \N \N \N \N \N field_village_village_create_uid 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4891 +8951 \N \N \N \N \N field_village_village_display_name 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4892 +8952 \N \N \N \N \N field_village_village_name 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4893 +8953 \N \N \N \N \N field_village_village___last_update 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4894 +8954 \N \N \N \N \N field_village_village_country_id 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4895 +8955 \N \N \N \N \N field_village_village_district_id 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4896 +8956 \N \N \N \N \N field_village_village_write_uid 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4897 +8957 \N \N \N \N \N field_village_village_tehsil_id 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4898 +8958 \N \N \N \N \N field_village_village_write_date 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4899 +8959 \N \N \N \N \N field_village_village_state_id 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4900 +8960 \N \N \N \N \N field_village_village_create_date 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4901 +8961 \N \N \N \N \N field_village_village_id 2019-03-20 06:49:28.398024 2019-03-20 06:49:28.398024 bahmni_sale ir.model.fields 4902 +8962 \N \N \N \N \N model_sale_order 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model 250 +8963 \N \N \N \N \N field_sale_order_provider_name 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4903 +8964 \N \N \N \N \N field_sale_order_location_id 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4904 +8965 \N \N \N \N \N field_sale_order_care_setting 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4905 +8966 \N \N \N \N \N field_sale_order_discount_percentage 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4906 +8967 \N \N \N \N \N field_sale_order_total_outstanding_balance 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4907 +8968 \N \N \N \N \N field_sale_order_amount_round_off 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4908 +8969 \N \N \N \N \N field_sale_order_chargeable_amount 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4909 +8970 \N \N \N \N \N field_sale_order_prev_outstanding_balance 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4910 +8971 \N \N \N \N \N field_sale_order_default_quantity 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4911 +8972 \N \N \N \N \N field_sale_order_round_off_amount 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4912 +8973 \N \N \N \N \N field_sale_order_partner_village 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4913 +8974 \N \N \N \N \N field_sale_order_discount_type 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4914 +8975 \N \N \N \N \N field_sale_order_disc_acc_id 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4915 +8976 \N \N \N \N \N field_sale_order_discount 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4916 +8977 \N \N \N \N \N field_sale_order_dispensed 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4917 +8978 \N \N \N \N \N field_sale_order_external_id 2019-03-20 06:49:28.484092 2019-03-20 06:49:28.484092 bahmni_sale ir.model.fields 4918 +8979 \N \N \N \N \N model_sale_order_line 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model 251 +8980 \N \N \N \N \N field_sale_order_line_lot_id 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model.fields 4919 +8981 \N \N \N \N \N field_sale_order_line_external_order_id 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model.fields 4920 +8982 \N \N \N \N \N field_sale_order_line_expiry_date 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model.fields 4921 +8983 \N \N \N \N \N field_sale_order_line_order_uuid 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model.fields 4922 +8984 \N \N \N \N \N field_sale_order_line_dispensed 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model.fields 4923 +8985 \N \N \N \N \N field_sale_order_line_external_id 2019-03-20 06:49:28.779699 2019-03-20 06:49:28.779699 bahmni_sale ir.model.fields 4924 +8986 \N \N \N \N \N model_sale_config_settings 2019-03-20 06:49:28.878774 2019-03-20 06:49:28.878774 bahmni_sale ir.model 249 +8987 \N \N \N \N \N field_sale_config_settings_convert_dispensed 2019-03-20 06:49:28.878774 2019-03-20 06:49:28.878774 bahmni_sale ir.model.fields 4925 +8988 \N \N \N \N \N field_sale_config_settings_group_final_so_charge 2019-03-20 06:49:28.878774 2019-03-20 06:49:28.878774 bahmni_sale ir.model.fields 4926 +8989 \N \N \N \N \N field_sale_config_settings_group_default_quantity 2019-03-20 06:49:28.878774 2019-03-20 06:49:28.878774 bahmni_sale ir.model.fields 4927 +8990 \N \N \N \N \N model_res_company 2019-03-20 06:49:28.944853 2019-03-20 06:49:28.944853 bahmni_sale ir.model 88 +8991 \N \N \N \N \N model_sale_advance_payment_inv 2019-03-20 06:49:29.039602 2019-03-20 06:49:29.039602 bahmni_sale ir.model 254 +9010 1 2019-03-20 06:49:33.319867 2019-03-20 06:49:33.319867 1 t portal_stock_picking_portal_user_rule 2019-03-20 06:49:33 2019-03-20 06:49:33 portal_stock ir.rule 80 +9011 1 2019-03-20 06:49:33.319867 2019-03-20 06:49:33.319867 1 t portal_stock_pack_operation_portal_user_rule 2019-03-20 06:49:33 2019-03-20 06:49:33 portal_stock ir.rule 81 +8992 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f group_allow_change_qty 2019-03-20 06:49:29 2019-03-20 07:13:23 bahmni_sale res.groups 48 +8994 1 2019-03-20 06:49:29.333428 2019-03-20 07:13:22.695216 1 f group_default_quantity 2019-03-20 06:49:30 2019-03-20 07:13:24 bahmni_sale res.groups 50 +9012 1 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 1 f access_stock_picking 2019-03-20 06:49:33 2019-03-20 07:13:33 portal_stock ir.model.access 458 +9013 1 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 1 f access_stock_picking_type_portal 2019-03-20 06:49:33 2019-03-20 07:13:33 portal_stock ir.model.access 459 +9014 1 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 1 f access_stock_pack_operation_portal 2019-03-20 06:49:33 2019-03-20 07:13:33 portal_stock ir.model.access 460 +9015 1 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 1 f access_stock_move 2019-03-20 06:49:33 2019-03-20 07:13:33 portal_stock ir.model.access 461 +9016 1 2019-03-20 06:49:33.319867 2019-03-20 07:13:33.339233 1 f access_stock_warehouse_orderpoint 2019-03-20 06:49:33 2019-03-20 07:13:33 portal_stock ir.model.access 462 +9017 \N \N \N \N \N model_sale_order_line 2019-03-20 06:49:33.852772 2019-03-20 06:49:33.852772 procurement_jit ir.model 251 +9018 \N \N \N \N \N model_atom_event_worker 2019-03-20 06:49:35.374763 2019-03-20 06:49:35.374763 bahmni_atom_feed ir.model 292 +9019 \N \N \N \N \N field_atom_event_worker_display_name 2019-03-20 06:49:35.374763 2019-03-20 06:49:35.374763 bahmni_atom_feed ir.model.fields 4928 +9020 \N \N \N \N \N field_atom_event_worker_id 2019-03-20 06:49:35.374763 2019-03-20 06:49:35.374763 bahmni_atom_feed ir.model.fields 4929 +9021 \N \N \N \N \N field_atom_event_worker___last_update 2019-03-20 06:49:35.374763 2019-03-20 06:49:35.374763 bahmni_atom_feed ir.model.fields 4930 +9022 \N \N \N \N \N model_event_records 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model 293 +9023 \N \N \N \N \N field_event_records_category 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4931 +9024 \N \N \N \N \N field_event_records_create_uid 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4932 +9025 \N \N \N \N \N field_event_records___last_update 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4933 +9026 \N \N \N \N \N field_event_records_display_name 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4934 +9027 \N \N \N \N \N field_event_records_uuid 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4935 +9028 \N \N \N \N \N field_event_records_title 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4936 +9029 \N \N \N \N \N field_event_records_timestamp 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4937 +9030 \N \N \N \N \N field_event_records_object 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4938 +9031 \N \N \N \N \N field_event_records_uri 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4939 +9032 \N \N \N \N \N field_event_records_write_uid 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4940 +9033 \N \N \N \N \N field_event_records_write_date 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4941 +9034 \N \N \N \N \N field_event_records_create_date 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4942 +9035 \N \N \N \N \N field_event_records_id 2019-03-20 06:49:36.737719 2019-03-20 06:49:36.737719 bahmni_atom_feed ir.model.fields 4943 +9036 \N \N \N \N \N model_drug_service_create 2019-03-20 06:49:36.873549 2019-03-20 06:49:36.873549 bahmni_atom_feed ir.model 294 +9037 \N \N \N \N \N field_drug_service_create_display_name 2019-03-20 06:49:36.873549 2019-03-20 06:49:36.873549 bahmni_atom_feed ir.model.fields 4944 +9038 \N \N \N \N \N field_drug_service_create_id 2019-03-20 06:49:36.873549 2019-03-20 06:49:36.873549 bahmni_atom_feed ir.model.fields 4945 +9039 \N \N \N \N \N field_drug_service_create___last_update 2019-03-20 06:49:36.873549 2019-03-20 06:49:36.873549 bahmni_atom_feed ir.model.fields 4946 +9040 \N \N \N \N \N model_product_uom_service 2019-03-20 06:49:36.894396 2019-03-20 06:49:36.894396 bahmni_atom_feed ir.model 295 +9041 \N \N \N \N \N field_product_uom_service_display_name 2019-03-20 06:49:36.894396 2019-03-20 06:49:36.894396 bahmni_atom_feed ir.model.fields 4947 +9042 \N \N \N \N \N field_product_uom_service_id 2019-03-20 06:49:36.894396 2019-03-20 06:49:36.894396 bahmni_atom_feed ir.model.fields 4948 +9043 \N \N \N \N \N field_product_uom_service___last_update 2019-03-20 06:49:36.894396 2019-03-20 06:49:36.894396 bahmni_atom_feed ir.model.fields 4949 +9044 \N \N \N \N \N model_res_partner 2019-03-20 06:49:36.951577 2019-03-20 06:49:36.951577 bahmni_atom_feed ir.model 79 +9045 \N \N \N \N \N field_res_partner_local_name 2019-03-20 06:49:36.951577 2019-03-20 06:49:36.951577 bahmni_atom_feed ir.model.fields 4950 +9046 \N \N \N \N \N field_res_partner_village_id 2019-03-20 06:49:36.951577 2019-03-20 06:49:36.951577 bahmni_atom_feed ir.model.fields 4951 +9047 \N \N \N \N \N field_res_partner_tehsil_id 2019-03-20 06:49:36.951577 2019-03-20 06:49:36.951577 bahmni_atom_feed ir.model.fields 4952 +9048 \N \N \N \N \N field_res_partner_district_id 2019-03-20 06:49:36.951577 2019-03-20 06:49:36.951577 bahmni_atom_feed ir.model.fields 4953 +9049 \N \N \N \N \N model_res_company 2019-03-20 06:49:37.141863 2019-03-20 06:49:37.141863 bahmni_atom_feed ir.model 88 +9050 \N \N \N \N \N field_res_company_dhis2_code 2019-03-20 06:49:37.141863 2019-03-20 06:49:37.141863 bahmni_atom_feed ir.model.fields 4954 +9051 \N \N \N \N \N model_order_type 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model 296 +9052 \N \N \N \N \N field_order_type_create_uid 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4955 +9053 \N \N \N \N \N field_order_type_create_date 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4956 +9054 \N \N \N \N \N field_order_type_name 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4957 +9055 \N \N \N \N \N field_order_type___last_update 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4958 +9056 \N \N \N \N \N field_order_type_write_uid 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4959 +9057 \N \N \N \N \N field_order_type_write_date 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4960 +9058 \N \N \N \N \N field_order_type_display_name 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4961 +9059 \N \N \N \N \N field_order_type_id 2019-03-20 06:49:37.339448 2019-03-20 06:49:37.339448 bahmni_atom_feed ir.model.fields 4962 +9060 \N \N \N \N \N model_order_picking_type_mapping 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model 297 +9061 \N \N \N \N \N field_order_picking_type_mapping_create_uid 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4963 +9062 \N \N \N \N \N field_order_picking_type_mapping_display_name 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4964 +9063 \N \N \N \N \N field_order_picking_type_mapping_picking_type_id 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4965 +9064 \N \N \N \N \N field_order_picking_type_mapping___last_update 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4966 +9065 \N \N \N \N \N field_order_picking_type_mapping_write_uid 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4967 +9066 \N \N \N \N \N field_order_picking_type_mapping_order_type_id 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4968 +9067 \N \N \N \N \N field_order_picking_type_mapping_write_date 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4969 +9068 \N \N \N \N \N field_order_picking_type_mapping_create_date 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4970 +9069 \N \N \N \N \N field_order_picking_type_mapping_id 2019-03-20 06:49:37.61259 2019-03-20 06:49:37.61259 bahmni_atom_feed ir.model.fields 4971 +9070 \N \N \N \N \N model_syncable_units 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model 298 +9071 \N \N \N \N \N field_syncable_units_create_uid 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4972 +9072 \N \N \N \N \N field_syncable_units_create_date 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4973 +9073 \N \N \N \N \N field_syncable_units_name 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4974 +9074 \N \N \N \N \N field_syncable_units___last_update 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4975 +9075 \N \N \N \N \N field_syncable_units_write_uid 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4976 +9076 \N \N \N \N \N field_syncable_units_write_date 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4977 +9077 \N \N \N \N \N field_syncable_units_display_name 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4978 +9078 \N \N \N \N \N field_syncable_units_id 2019-03-20 06:49:37.70788 2019-03-20 06:49:37.70788 bahmni_atom_feed ir.model.fields 4979 +9079 \N \N \N \N \N model_atom_feed_marker 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model 299 +9080 \N \N \N \N \N field_markers_create_uid 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4980 +9081 \N \N \N \N \N field_markers_feed_uri 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4981 +9082 \N \N \N \N \N field_markers_display_name 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4982 +9083 \N \N \N \N \N field_markers___last_update 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4983 +9084 \N \N \N \N \N field_markers_write_uid 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4984 +9085 \N \N \N \N \N field_markers_feed_uri_for_last_read_entry 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4985 +9086 \N \N \N \N \N field_markers_write_date 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4986 +9087 \N \N \N \N \N field_markers_last_read_entry_id 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4987 +9088 \N \N \N \N \N field_markers_create_date 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4988 +9089 \N \N \N \N \N field_markers_id 2019-03-20 06:49:37.824496 2019-03-20 06:49:37.824496 bahmni_atom_feed ir.model.fields 4989 +9090 \N \N \N \N \N model_order_save_service 2019-03-20 06:49:37.951008 2019-03-20 06:49:37.951008 bahmni_atom_feed ir.model 300 +9091 \N \N \N \N \N field_order_save_service_display_name 2019-03-20 06:49:37.951008 2019-03-20 06:49:37.951008 bahmni_atom_feed ir.model.fields 4990 +9092 \N \N \N \N \N field_order_save_service_id 2019-03-20 06:49:37.951008 2019-03-20 06:49:37.951008 bahmni_atom_feed ir.model.fields 4991 +9093 \N \N \N \N \N field_order_save_service___last_update 2019-03-20 06:49:37.951008 2019-03-20 06:49:37.951008 bahmni_atom_feed ir.model.fields 4992 +9094 \N \N \N \N \N model_stock_location_product_dhis2 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model 301 +9095 \N \N \N \N \N field_stock_location_product_dhis2_create_uid 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4993 +9096 \N \N \N \N \N field_stock_location_product_dhis2_display_name 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4994 +9097 \N \N \N \N \N field_stock_location_product_dhis2___last_update 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4995 +9098 \N \N \N \N \N field_stock_location_product_dhis2_data 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4996 +9099 \N \N \N \N \N field_stock_location_product_dhis2_state 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4997 +9100 \N \N \N \N \N field_stock_location_product_dhis2_month 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4998 +9101 \N \N \N \N \N field_stock_location_product_dhis2_from_date 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 4999 +9102 \N \N \N \N \N field_stock_location_product_dhis2_to_date 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5000 +9103 \N \N \N \N \N field_stock_location_product_dhis2_write_date 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5001 +9104 \N \N \N \N \N field_stock_location_product_dhis2_year 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5002 +9105 \N \N \N \N \N field_stock_location_product_dhis2_create_date 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5003 +9106 \N \N \N \N \N field_stock_location_product_dhis2_write_uid 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5004 +9107 \N \N \N \N \N field_stock_location_product_dhis2_data_fname 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5005 +9108 \N \N \N \N \N field_stock_location_product_dhis2_id 2019-03-20 06:49:37.980012 2019-03-20 06:49:37.980012 bahmni_atom_feed ir.model.fields 5006 +9109 \N \N \N \N \N field_res_users_village_id 2019-03-20 06:49:38.141422 2019-03-20 06:49:38.141422 bahmni_atom_feed ir.model.fields 5007 +9110 \N \N \N \N \N field_res_users_tehsil_id 2019-03-20 06:49:38.141422 2019-03-20 06:49:38.141422 bahmni_atom_feed ir.model.fields 5008 +9111 \N \N \N \N \N field_res_users_local_name 2019-03-20 06:49:38.141422 2019-03-20 06:49:38.141422 bahmni_atom_feed ir.model.fields 5009 +9112 \N \N \N \N \N field_res_users_district_id 2019-03-20 06:49:38.141422 2019-03-20 06:49:38.141422 bahmni_atom_feed ir.model.fields 5010 +9132 \N \N \N \N \N model_account_invoice 2019-03-20 06:51:43.688358 2019-03-20 06:51:43.688358 purchase ir.model 175 +9133 \N \N \N \N \N field_account_invoice_purchase_id 2019-03-20 06:51:43.688358 2019-03-20 06:51:43.688358 purchase ir.model.fields 5011 +9134 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:51:45.236664 2019-03-20 06:51:45.236664 purchase ir.model 176 +9135 \N \N \N \N \N field_account_invoice_line_purchase_id 2019-03-20 06:51:45.236664 2019-03-20 06:51:45.236664 purchase ir.model.fields 5012 +9136 \N \N \N \N \N field_account_invoice_line_purchase_line_id 2019-03-20 06:51:45.236664 2019-03-20 06:51:45.236664 purchase ir.model.fields 5013 +9137 \N \N \N \N \N model_purchase_order 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model 302 +9138 \N \N \N \N \N field_purchase_order_origin 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5014 +9139 \N \N \N \N \N field_purchase_order_message_follower_ids 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5015 +9140 \N \N \N \N \N field_purchase_order_create_date 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5016 +9141 \N \N \N \N \N field_purchase_order_display_name 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5017 +9142 \N \N \N \N \N field_purchase_order_order_line 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5018 +9143 \N \N \N \N \N field_purchase_order_message_needaction 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5019 +9144 \N \N \N \N \N field_purchase_order_message_channel_ids 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5020 +9145 \N \N \N \N \N field_purchase_order_message_partner_ids 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5021 +9146 \N \N \N \N \N field_purchase_order_write_uid 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5022 +9147 \N \N \N \N \N field_purchase_order_currency_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5023 +9148 \N \N \N \N \N field_purchase_order_invoice_ids 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5024 +9149 \N \N \N \N \N field_purchase_order_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5025 +9150 \N \N \N \N \N field_purchase_order_date_order 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5026 +9151 \N \N \N \N \N field_purchase_order_partner_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5027 +9152 \N \N \N \N \N field_purchase_order_message_ids 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5028 +9153 \N \N \N \N \N field_purchase_order_dest_address_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5029 +9154 \N \N \N \N \N field_purchase_order_create_uid 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5030 +9155 \N \N \N \N \N field_purchase_order_amount_untaxed 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5031 +9156 \N \N \N \N \N field_purchase_order_is_shipped 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5032 +9157 \N \N \N \N \N field_purchase_order_picking_type_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5033 +9158 \N \N \N \N \N field_purchase_order_message_last_post 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5034 +9159 \N \N \N \N \N field_purchase_order_company_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5035 +9160 \N \N \N \N \N field_purchase_order_name 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5036 +9161 \N \N \N \N \N field_purchase_order_amount_tax 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5037 +9162 \N \N \N \N \N field_purchase_order_state 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5038 +9163 \N \N \N \N \N field_purchase_order_date_approve 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5039 +9164 \N \N \N \N \N field_purchase_order_message_unread_counter 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5040 +9165 \N \N \N \N \N field_purchase_order_incoterm_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5041 +9166 \N \N \N \N \N field_purchase_order_payment_term_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5042 +9167 \N \N \N \N \N field_purchase_order_write_date 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5043 +9168 \N \N \N \N \N field_purchase_order_invoice_count 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5044 +9169 \N \N \N \N \N field_purchase_order_partner_ref 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5045 +9170 \N \N \N \N \N field_purchase_order_picking_ids 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5046 +9171 \N \N \N \N \N field_purchase_order_fiscal_position_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5047 +9172 \N \N \N \N \N field_purchase_order_amount_total 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5048 +9173 \N \N \N \N \N field_purchase_order_picking_count 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5049 +9174 \N \N \N \N \N field_purchase_order_message_unread 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5050 +9175 \N \N \N \N \N field_purchase_order_invoice_status 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5051 +9176 \N \N \N \N \N field_purchase_order_message_is_follower 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5052 +9177 \N \N \N \N \N field_purchase_order_date_planned 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5053 +9178 \N \N \N \N \N field_purchase_order_notes 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5054 +9179 \N \N \N \N \N field_purchase_order___last_update 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5055 +9180 \N \N \N \N \N field_purchase_order_product_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5056 +9181 \N \N \N \N \N field_purchase_order_default_location_dest_id_usage 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5057 +9182 \N \N \N \N \N field_purchase_order_group_id 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 purchase ir.model.fields 5058 +9183 \N \N \N \N \N field_purchase_order_message_needaction_counter 2019-03-20 06:51:45.307363 2019-03-20 06:51:45.307363 mail ir.model.fields 5059 +9184 \N \N \N \N \N model_purchase_order_line 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model 303 +9185 \N \N \N \N \N field_purchase_order_line_create_date 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5060 +9186 \N \N \N \N \N field_purchase_order_line_product_uom 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5061 +9187 \N \N \N \N \N field_purchase_order_line_analytic_tag_ids 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5062 +9188 \N \N \N \N \N field_purchase_order_line_price_unit 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5063 +9189 \N \N \N \N \N field_purchase_order_line_qty_invoiced 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5064 +9190 \N \N \N \N \N field_purchase_order_line_write_uid 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5065 +9191 \N \N \N \N \N field_purchase_order_line_currency_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5066 +9192 \N \N \N \N \N field_purchase_order_line_product_qty 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5067 +9193 \N \N \N \N \N field_purchase_order_line_date_order 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5068 +9194 \N \N \N \N \N field_purchase_order_line_partner_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5069 +9195 \N \N \N \N \N field_purchase_order_line_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5070 +9196 \N \N \N \N \N field_purchase_order_line_qty_received 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5071 +9197 \N \N \N \N \N field_purchase_order_line_create_uid 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5072 +9198 \N \N \N \N \N field_purchase_order_line_procurement_ids 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5073 +9199 \N \N \N \N \N field_purchase_order_line_price_tax 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5074 +9200 \N \N \N \N \N field_purchase_order_line___last_update 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5075 +9201 \N \N \N \N \N field_purchase_order_line_sequence 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5076 +9202 \N \N \N \N \N field_purchase_order_line_company_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5077 +9203 \N \N \N \N \N field_purchase_order_line_move_ids 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5078 +9204 \N \N \N \N \N field_purchase_order_line_state 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5079 +9205 \N \N \N \N \N field_purchase_order_line_account_analytic_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5080 +9206 \N \N \N \N \N field_purchase_order_line_order_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5081 +9207 \N \N \N \N \N field_purchase_order_line_price_subtotal 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5082 +9208 \N \N \N \N \N field_purchase_order_line_write_date 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5083 +9209 \N \N \N \N \N field_purchase_order_line_display_name 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5084 +9210 \N \N \N \N \N field_purchase_order_line_product_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5085 +9211 \N \N \N \N \N field_purchase_order_line_price_total 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5086 +9212 \N \N \N \N \N field_purchase_order_line_name 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5087 +9213 \N \N \N \N \N field_purchase_order_line_date_planned 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5088 +9214 \N \N \N \N \N field_purchase_order_line_invoice_lines 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5089 +9215 \N \N \N \N \N field_purchase_order_line_taxes_id 2019-03-20 06:51:45.733871 2019-03-20 06:51:45.733871 purchase ir.model.fields 5090 +9216 \N \N \N \N \N model_procurement_rule 2019-03-20 06:51:46.089303 2019-03-20 06:51:46.089303 purchase ir.model 232 +9217 \N \N \N \N \N model_procurement_order 2019-03-20 06:51:46.149988 2019-03-20 06:51:46.149988 purchase ir.model 233 +9218 \N \N \N \N \N field_procurement_order_purchase_id 2019-03-20 06:51:46.149988 2019-03-20 06:51:46.149988 purchase ir.model.fields 5091 +9219 \N \N \N \N \N field_procurement_order_purchase_line_id 2019-03-20 06:51:46.149988 2019-03-20 06:51:46.149988 purchase ir.model.fields 5092 +9220 \N \N \N \N \N model_product_template 2019-03-20 06:51:46.237237 2019-03-20 06:51:46.237237 purchase ir.model 145 +9221 \N \N \N \N \N field_product_template_property_account_creditor_price_difference 2019-03-20 06:51:46.237237 2019-03-20 06:51:46.237237 purchase ir.model.fields 5093 +9222 \N \N \N \N \N field_product_template_purchase_line_warn_msg 2019-03-20 06:51:46.237237 2019-03-20 06:51:46.237237 purchase ir.model.fields 5094 +9223 \N \N \N \N \N field_product_template_purchase_method 2019-03-20 06:51:46.237237 2019-03-20 06:51:46.237237 purchase ir.model.fields 5095 +9224 \N \N \N \N \N field_product_template_purchase_line_warn 2019-03-20 06:51:46.237237 2019-03-20 06:51:46.237237 purchase ir.model.fields 5096 +9225 \N \N \N \N \N field_product_template_purchase_count 2019-03-20 06:51:46.237237 2019-03-20 06:51:46.237237 purchase ir.model.fields 5097 +9226 \N \N \N \N \N model_product_product 2019-03-20 06:51:46.368116 2019-03-20 06:51:46.368116 purchase ir.model 148 +9227 \N \N \N \N \N field_product_product_property_account_creditor_price_difference 2019-03-20 06:51:46.368116 2019-03-20 06:51:46.368116 purchase ir.model.fields 5098 +9228 \N \N \N \N \N field_product_product_purchase_line_warn_msg 2019-03-20 06:51:46.368116 2019-03-20 06:51:46.368116 purchase ir.model.fields 5099 +9229 \N \N \N \N \N field_product_product_purchase_method 2019-03-20 06:51:46.368116 2019-03-20 06:51:46.368116 purchase ir.model.fields 5100 +9230 \N \N \N \N \N field_product_product_purchase_line_warn 2019-03-20 06:51:46.368116 2019-03-20 06:51:46.368116 purchase ir.model.fields 5101 +9231 \N \N \N \N \N field_product_product_purchase_count 2019-03-20 06:51:46.368116 2019-03-20 06:51:46.368116 purchase ir.model.fields 5102 +9232 \N \N \N \N \N model_product_category 2019-03-20 06:51:46.443853 2019-03-20 06:51:46.443853 purchase ir.model 146 +9233 \N \N \N \N \N field_product_category_property_account_creditor_price_difference_categ 2019-03-20 06:51:46.443853 2019-03-20 06:51:46.443853 purchase ir.model.fields 5103 +9234 \N \N \N \N \N model_mail_compose_message 2019-03-20 06:51:46.499144 2019-03-20 06:51:46.499144 purchase ir.model 134 +9235 \N \N \N \N \N model_res_company 2019-03-20 06:51:46.607295 2019-03-20 06:51:46.607295 purchase ir.model 88 +9236 \N \N \N \N \N field_res_company_po_lead 2019-03-20 06:51:46.607295 2019-03-20 06:51:46.607295 purchase ir.model.fields 5104 +9237 \N \N \N \N \N field_res_company_po_double_validation_amount 2019-03-20 06:51:46.607295 2019-03-20 06:51:46.607295 purchase ir.model.fields 5105 +9238 \N \N \N \N \N field_res_company_po_lock 2019-03-20 06:51:46.607295 2019-03-20 06:51:46.607295 purchase ir.model.fields 5106 +9239 \N \N \N \N \N field_res_company_po_double_validation 2019-03-20 06:51:46.607295 2019-03-20 06:51:46.607295 purchase ir.model.fields 5107 +9240 \N \N \N \N \N model_purchase_config_settings 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model 304 +9241 \N \N \N \N \N field_purchase_config_settings_group_uom 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5108 +9242 \N \N \N \N \N field_purchase_config_settings_group_warning_purchase 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5109 +9243 \N \N \N \N \N field_purchase_config_settings___last_update 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5110 +9244 \N \N \N \N \N field_purchase_config_settings_display_name 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5111 +9245 \N \N \N \N \N field_purchase_config_settings_module_stock_dropshipping 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5112 +9246 \N \N \N \N \N field_purchase_config_settings_group_costing_method 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5113 +9247 \N \N \N \N \N field_purchase_config_settings_po_lock 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5114 +9248 \N \N \N \N \N field_purchase_config_settings_po_double_validation 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5115 +9249 \N \N \N \N \N field_purchase_config_settings_company_id 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5116 +9250 \N \N \N \N \N field_purchase_config_settings_write_uid 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5117 +9251 \N \N \N \N \N field_purchase_config_settings_company_currency_id 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5118 +9252 \N \N \N \N \N field_purchase_config_settings_group_manage_vendor_price 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5119 +9253 \N \N \N \N \N field_purchase_config_settings_po_lead 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5120 +9254 \N \N \N \N \N field_purchase_config_settings_write_date 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5121 +9255 \N \N \N \N \N field_purchase_config_settings_create_uid 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5122 +9256 \N \N \N \N \N field_purchase_config_settings_create_date 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5123 +9257 \N \N \N \N \N field_purchase_config_settings_group_product_variant 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5124 +9258 \N \N \N \N \N field_purchase_config_settings_module_purchase_requisition 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5125 +9259 \N \N \N \N \N field_purchase_config_settings_id 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5126 +9260 \N \N \N \N \N field_purchase_config_settings_po_double_validation_amount 2019-03-20 06:51:46.768221 2019-03-20 06:51:46.768221 purchase ir.model.fields 5127 +9261 \N \N \N \N \N model_account_config_settings 2019-03-20 06:51:46.928474 2019-03-20 06:51:46.928474 purchase ir.model 198 +9262 \N \N \N \N \N field_account_config_settings_group_analytic_account_for_purchases 2019-03-20 06:51:46.928474 2019-03-20 06:51:46.928474 purchase ir.model.fields 5128 +9263 \N \N \N \N \N model_res_partner 2019-03-20 06:51:47.056429 2019-03-20 06:51:47.056429 purchase ir.model 79 +9264 \N \N \N \N \N field_res_partner_purchase_order_count 2019-03-20 06:51:47.056429 2019-03-20 06:51:47.056429 purchase ir.model.fields 5129 +9265 \N \N \N \N \N field_res_partner_supplier_invoice_count 2019-03-20 06:51:47.056429 2019-03-20 06:51:47.056429 purchase ir.model.fields 5130 +9266 \N \N \N \N \N field_res_partner_property_purchase_currency_id 2019-03-20 06:51:47.056429 2019-03-20 06:51:47.056429 purchase ir.model.fields 5131 +9267 \N \N \N \N \N field_res_partner_purchase_warn 2019-03-20 06:51:47.056429 2019-03-20 06:51:47.056429 purchase ir.model.fields 5132 +9268 \N \N \N \N \N field_res_partner_purchase_warn_msg 2019-03-20 06:51:47.056429 2019-03-20 06:51:47.056429 purchase ir.model.fields 5133 +9269 \N \N \N \N \N model_stock_picking 2019-03-20 06:51:47.222517 2019-03-20 06:51:47.222517 purchase ir.model 271 +9270 \N \N \N \N \N field_stock_picking_purchase_id 2019-03-20 06:51:47.222517 2019-03-20 06:51:47.222517 purchase ir.model.fields 5134 +9271 \N \N \N \N \N model_stock_move 2019-03-20 06:51:47.282029 2019-03-20 06:51:47.282029 purchase ir.model 265 +9272 \N \N \N \N \N field_stock_move_purchase_line_id 2019-03-20 06:51:47.282029 2019-03-20 06:51:47.282029 purchase ir.model.fields 5135 +9273 \N \N \N \N \N model_stock_warehouse 2019-03-20 06:51:47.436603 2019-03-20 06:51:47.436603 purchase ir.model 274 +9274 \N \N \N \N \N field_stock_warehouse_buy_pull_id 2019-03-20 06:51:47.436603 2019-03-20 06:51:47.436603 purchase ir.model.fields 5136 +9275 \N \N \N \N \N field_stock_warehouse_buy_to_resupply 2019-03-20 06:51:47.436603 2019-03-20 06:51:47.436603 purchase ir.model.fields 5137 +9276 \N \N \N \N \N model_purchase_report 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model 305 +9277 \N \N \N \N \N field_purchase_report_product_uom 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5138 +9278 \N \N \N \N \N field_purchase_report_currency_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5139 +9279 \N \N \N \N \N field_purchase_report_delay_pass 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5140 +9280 \N \N \N \N \N field_purchase_report_date_order 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5141 +9281 \N \N \N \N \N field_purchase_report_partner_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5142 +9282 \N \N \N \N \N field_purchase_report_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5143 +9283 \N \N \N \N \N field_purchase_report_product_tmpl_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5144 +9284 \N \N \N \N \N field_purchase_report_price_standard 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5145 +9285 \N \N \N \N \N field_purchase_report_user_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5146 +9286 \N \N \N \N \N field_purchase_report_weight 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5147 +9287 \N \N \N \N \N field_purchase_report_picking_type_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5148 +9288 \N \N \N \N \N field_purchase_report_country_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5149 +9289 \N \N \N \N \N field_purchase_report_company_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5150 +9290 \N \N \N \N \N field_purchase_report_delay 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5151 +9291 \N \N \N \N \N field_purchase_report_state 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5152 +9292 \N \N \N \N \N field_purchase_report_date_approve 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5153 +9293 \N \N \N \N \N field_purchase_report_account_analytic_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5154 +9294 \N \N \N \N \N field_purchase_report_negociation 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5155 +9295 \N \N \N \N \N field_purchase_report_price_average 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5156 +9296 \N \N \N \N \N field_purchase_report_volume 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5157 +9297 \N \N \N \N \N field_purchase_report_nbr_lines 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5158 +9298 \N \N \N \N \N field_purchase_report_display_name 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5159 +9299 \N \N \N \N \N field_purchase_report_unit_quantity 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5160 +9300 \N \N \N \N \N field_purchase_report_fiscal_position_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5161 +9301 \N \N \N \N \N field_purchase_report_price_total 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5162 +9302 \N \N \N \N \N field_purchase_report_product_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5163 +9303 \N \N \N \N \N field_purchase_report___last_update 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5164 +9304 \N \N \N \N \N field_purchase_report_category_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5165 +9305 \N \N \N \N \N field_purchase_report_commercial_partner_id 2019-03-20 06:51:47.61186 2019-03-20 06:51:47.61186 purchase ir.model.fields 5166 +9306 \N \N \N \N \N field_res_users_purchase_warn 2019-03-20 06:51:47.861651 2019-03-20 06:51:47.861651 purchase ir.model.fields 5167 +9307 \N \N \N \N \N field_res_users_supplier_invoice_count 2019-03-20 06:51:47.861651 2019-03-20 06:51:47.861651 purchase ir.model.fields 5168 +9308 \N \N \N \N \N field_res_users_property_purchase_currency_id 2019-03-20 06:51:47.861651 2019-03-20 06:51:47.861651 purchase ir.model.fields 5169 +9309 \N \N \N \N \N field_res_users_purchase_order_count 2019-03-20 06:51:47.861651 2019-03-20 06:51:47.861651 purchase ir.model.fields 5170 +9310 \N \N \N \N \N field_res_users_purchase_warn_msg 2019-03-20 06:51:47.861651 2019-03-20 06:51:47.861651 purchase ir.model.fields 5171 +1753 1 2019-03-20 06:35:24.381189 2019-03-20 06:51:48.756782 1 t default_user 2019-03-20 06:35:26 2019-03-20 06:51:52 base res.users 3 +9316 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t purchase_order_comp_rule 2019-03-20 06:51:52 2019-03-20 06:51:52 purchase ir.rule 82 +9317 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t purchase_order_line_comp_rule 2019-03-20 06:51:52 2019-03-20 06:51:52 purchase ir.rule 83 +9318 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t purchase_order_report_comp_rule 2019-03-20 06:51:52 2019-03-20 06:51:52 purchase ir.rule 84 +9311 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f group_purchase_user 2019-03-20 06:51:49 2019-03-20 07:12:53 purchase res.groups 51 +9375 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t module_install_notification 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase mail.message 8 +9376 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t req_link_purchase_order 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase res.request.link 6 +9377 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t mt_rfq_confirmed 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase mail.message.subtype 13 +9378 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t mt_rfq_approved 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase mail.message.subtype 14 +9379 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t mt_rfq_done 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase mail.message.subtype 15 +9380 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t route_warehouse0_buy 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase stock.location.route 5 +9381 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t seq_purchase_order 2019-03-20 06:51:56 2019-03-20 06:51:56 purchase ir.sequence 20 +9330 1 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 f access_report_purchase_order 2019-03-20 06:51:53 2019-03-20 07:12:56 purchase ir.model.access 474 +9441 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t email_template_edi_purchase 2019-03-20 06:52:05 2019-03-20 06:52:05 purchase mail.template 10 +9442 1 2019-03-20 06:51:48.756782 2019-03-20 06:51:48.756782 1 t email_template_edi_purchase_done 2019-03-20 06:52:05 2019-03-20 06:52:05 purchase mail.template 11 +9451 \N \N \N \N \N model_stock_production_lot 2019-03-20 06:52:09.11604 2019-03-20 06:52:09.11604 bahmni_stock ir.model 269 +9452 \N \N \N \N \N field_stock_production_lot_stock_forecast 2019-03-20 06:52:09.11604 2019-03-20 06:52:09.11604 bahmni_stock ir.model.fields 5172 +9453 \N \N \N \N \N field_stock_production_lot_sale_price 2019-03-20 06:52:09.11604 2019-03-20 06:52:09.11604 bahmni_stock ir.model.fields 5173 +9454 \N \N \N \N \N field_stock_production_lot_cost_price 2019-03-20 06:52:09.11604 2019-03-20 06:52:09.11604 bahmni_stock ir.model.fields 5174 +9455 \N \N \N \N \N field_stock_production_lot_mrp 2019-03-20 06:52:09.11604 2019-03-20 06:52:09.11604 bahmni_stock ir.model.fields 5175 +9456 \N \N \N \N \N model_stock_picking 2019-03-20 06:52:10.202116 2019-03-20 06:52:10.202116 bahmni_stock ir.model 271 +9457 \N \N \N \N \N model_stock_move 2019-03-20 06:52:10.269178 2019-03-20 06:52:10.269178 bahmni_stock ir.model 265 +9458 \N \N \N \N \N field_stock_move_stock_picking_time 2019-03-20 06:52:10.269178 2019-03-20 06:52:10.269178 bahmni_stock ir.model.fields 5176 +9459 \N \N \N \N \N model_stock_pack_operation 2019-03-20 06:52:10.394933 2019-03-20 06:52:10.394933 bahmni_stock ir.model 266 +9460 \N \N \N \N \N field_stock_pack_operation_picking_type 2019-03-20 06:52:10.394933 2019-03-20 06:52:10.394933 bahmni_stock ir.model.fields 5177 +9461 \N \N \N \N \N field_stock_pack_operation_available_qty 2019-03-20 06:52:10.394933 2019-03-20 06:52:10.394933 bahmni_stock ir.model.fields 5178 +9462 \N \N \N \N \N model_stock_pack_operation_lot 2019-03-20 06:52:10.468902 2019-03-20 06:52:10.468902 bahmni_stock ir.model 267 +9463 \N \N \N \N \N field_stock_pack_operation_lot_available_qty 2019-03-20 06:52:10.468902 2019-03-20 06:52:10.468902 bahmni_stock ir.model.fields 5179 +9464 \N \N \N \N \N model_product_template 2019-03-20 06:52:10.504417 2019-03-20 06:52:10.504417 bahmni_stock ir.model 145 +9465 \N \N \N \N \N model_account_invoice_line 2019-03-20 06:52:10.577429 2019-03-20 06:52:10.577429 bahmni_stock ir.model 176 +9466 \N \N \N \N \N field_account_invoice_line_lot_id 2019-03-20 06:52:10.577429 2019-03-20 06:52:10.577429 bahmni_stock ir.model.fields 5180 +9467 \N \N \N \N \N field_account_invoice_line_expiry_date 2019-03-20 06:52:10.577429 2019-03-20 06:52:10.577429 bahmni_stock ir.model.fields 5181 +9468 \N \N \N \N \N model_account_payment 2019-03-20 06:52:10.641464 2019-03-20 06:52:10.641464 bahmni_stock ir.model 174 +9469 \N \N \N \N \N model_batch_stock_future_forecast 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model 306 +9470 \N \N \N \N \N field_batch_stock_future_forecast_display_name 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5182 +9471 \N \N \N \N \N field_batch_stock_future_forecast_product_id 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5183 +9472 \N \N \N \N \N field_batch_stock_future_forecast___last_update 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5184 +9473 \N \N \N \N \N field_batch_stock_future_forecast_qty 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5185 +9474 \N \N \N \N \N field_batch_stock_future_forecast_lot_id 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5186 +9475 \N \N \N \N \N field_batch_stock_future_forecast_location_id 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5187 +9476 \N \N \N \N \N field_batch_stock_future_forecast_id 2019-03-20 06:52:10.722978 2019-03-20 06:52:10.722978 bahmni_stock ir.model.fields 5188 +9477 \N \N \N \N \N model_prod_last_moved_report 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model 307 +9478 \N \N \N \N \N field_prod_last_moved_report_origin 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5189 +9479 \N \N \N \N \N field_prod_last_moved_report_display_name 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5190 +9480 \N \N \N \N \N field_prod_last_moved_report_product_id 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5191 +9481 \N \N \N \N \N field_prod_last_moved_report___last_update 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5192 +9482 \N \N \N \N \N field_prod_last_moved_report_last_moved_date 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5193 +9483 \N \N \N \N \N field_prod_last_moved_report_location_dest_id 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5194 +9484 \N \N \N \N \N field_prod_last_moved_report_location_id 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5195 +9485 \N \N \N \N \N field_prod_last_moved_report_id 2019-03-20 06:52:10.773087 2019-03-20 06:52:10.773087 bahmni_stock ir.model.fields 5196 +1707 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_kab_DZ 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 36 +9486 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f form_stock_production_lot_inherit 2019-03-20 06:52:11 2019-03-20 07:13:29 bahmni_stock ir.ui.view 764 +9487 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f tree_stock_production_lot_inherit 2019-03-20 06:52:11 2019-03-20 07:13:29 bahmni_stock ir.ui.view 765 +9488 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f form_stock_picking_lot_expiry 2019-03-20 06:52:11 2019-03-20 07:13:29 bahmni_stock ir.ui.view 766 +9489 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f view_pack_operation_lot_form_available_qty 2019-03-20 06:52:11 2019-03-20 07:13:30 bahmni_stock ir.ui.view 767 +9490 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f inherit_invoice_form_expiry_date 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.view 768 +9491 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f view_account_payment_form_print_report 2019-03-20 06:52:12 2019-03-20 07:13:30 bahmni_stock ir.ui.view 769 +9504 \N \N \N \N \N model_purchase_order_line 2019-03-20 06:52:14.043739 2019-03-20 06:52:14.043739 bahmni_purchase ir.model 303 +9505 \N \N \N \N \N field_purchase_order_line_manufacturer 2019-03-20 06:52:14.043739 2019-03-20 06:52:14.043739 bahmni_purchase ir.model.fields 5197 +9506 \N \N \N \N \N field_purchase_order_line_prod_categ_id 2019-03-20 06:52:14.043739 2019-03-20 06:52:14.043739 bahmni_purchase ir.model.fields 5198 +9507 \N \N \N \N \N field_purchase_order_line_mrp 2019-03-20 06:52:14.043739 2019-03-20 06:52:14.043739 bahmni_purchase ir.model.fields 5199 +9508 \N \N \N \N \N model_product_product 2019-03-20 06:52:15.007309 2019-03-20 06:52:15.007309 bahmni_purchase ir.model 148 +9509 \N \N \N \N \N field_product_product_low_stock 2019-03-20 06:52:15.007309 2019-03-20 06:52:15.007309 bahmni_purchase ir.model.fields 5200 +9510 \N \N \N \N \N model_price_markup_table 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model 308 +9511 \N \N \N \N \N field_price_markup_table_create_uid 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5201 +9512 \N \N \N \N \N field_price_markup_table_display_name 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5202 +9513 \N \N \N \N \N field_price_markup_table___last_update 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5203 +9514 \N \N \N \N \N field_price_markup_table_lower_price 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5204 +9515 \N \N \N \N \N field_price_markup_table_higher_price 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5205 +9516 \N \N \N \N \N field_price_markup_table_write_date 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5206 +9517 \N \N \N \N \N field_price_markup_table_create_date 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5207 +9518 \N \N \N \N \N field_price_markup_table_markup_percentage 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5208 +9519 \N \N \N \N \N field_price_markup_table_write_uid 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5209 +9520 \N \N \N \N \N field_price_markup_table_id 2019-03-20 06:52:15.051369 2019-03-20 06:52:15.051369 bahmni_purchase ir.model.fields 5210 +9521 \N \N \N \N \N model_stock_pack_operation_lot 2019-03-20 06:52:15.145924 2019-03-20 06:52:15.145924 bahmni_purchase ir.model 267 +9522 \N \N \N \N \N field_stock_pack_operation_lot_sale_price 2019-03-20 06:52:15.145924 2019-03-20 06:52:15.145924 bahmni_purchase ir.model.fields 5211 +9523 \N \N \N \N \N field_stock_pack_operation_lot_mrp 2019-03-20 06:52:15.145924 2019-03-20 06:52:15.145924 bahmni_purchase ir.model.fields 5212 +9524 \N \N \N \N \N field_stock_pack_operation_lot_expiry_date 2019-03-20 06:52:15.145924 2019-03-20 06:52:15.145924 bahmni_purchase ir.model.fields 5213 +9525 \N \N \N \N \N field_stock_pack_operation_lot_move_id 2019-03-20 06:52:15.145924 2019-03-20 06:52:15.145924 bahmni_purchase ir.model.fields 5214 +9526 \N \N \N \N \N field_stock_pack_operation_lot_cost_price 2019-03-20 06:52:15.145924 2019-03-20 06:52:15.145924 bahmni_purchase ir.model.fields 5215 +9533 1 2019-03-20 07:03:50.25931 2019-03-20 07:03:50.25931 1 t module_install_notification 2019-03-20 07:03:50 2019-03-20 07:03:50 account_accountant mail.message 9 +9503 1 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 f stock_report_prod_by_last_moved_user 2019-03-20 06:52:13 2019-03-20 07:13:31 bahmni_stock ir.model.access 514 +9527 1 2019-03-20 06:52:15.503071 2019-03-20 07:13:42.090769 1 f inherit_purchase_order_form 2019-03-20 06:52:15 2019-03-20 07:13:42 bahmni_purchase ir.ui.view 775 +9528 1 2019-03-20 06:52:15.503071 2019-03-20 07:13:42.090769 1 f view_pack_operation_lot_form_inherit 2019-03-20 06:52:15 2019-03-20 07:13:42 bahmni_purchase ir.ui.view 776 +1672 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_en 2019-03-20 06:35:24 2019-03-20 07:08:09 base res.lang 1 +1673 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_am_ET 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 2 +1674 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ar_SY 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 3 +1675 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_eu_ES 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 4 +1676 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_bs_BA 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 5 +1677 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_bg 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 6 +1678 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ca_ES 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 7 +1679 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_zh_CN 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 8 +1680 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_zh_HK 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 9 +1681 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_zh_TW 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 10 +1682 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_hr 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 11 +1683 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_cs_CZ 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 12 +1684 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_da_DK 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 13 +1685 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_nl_BE 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 14 +1686 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_nl 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 15 +1687 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_en_AU 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 16 +1688 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_en_GB 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 17 +1689 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_et_EE 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 18 +1690 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_fi 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 19 +1691 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_fr_BE 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 20 +1692 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_fr_CA 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 21 +1693 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_fr_CH 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 22 +1697 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_de 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 26 +1698 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_de_CH 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 27 +1699 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_el_GR 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 28 +1700 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_gu_IN 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 29 +1701 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_he_IL 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 30 +1702 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_hi_IN 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 31 +1703 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_hu 2019-03-20 06:35:24 2019-03-20 07:08:10 base res.lang 32 +1704 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_id 2019-03-20 06:35:25 2019-03-20 07:08:10 base res.lang 33 +1705 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_it 2019-03-20 06:35:25 2019-03-20 07:08:10 base res.lang 34 +1706 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ja_JP 2019-03-20 06:35:25 2019-03-20 07:08:10 base res.lang 35 +9532 1 2019-03-20 07:01:10.948423 2019-03-20 07:09:20.271136 1 f assets_backend 2019-03-20 07:01:11 2019-03-20 07:09:20 bahmni_web_extension ir.ui.view 778 +6326 1 2019-03-20 06:39:13.995111 2019-03-20 07:11:03.306177 1 f menu_finance 2019-03-20 06:39:19 2019-03-20 07:11:03 account ir.ui.menu 86 +1708 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_km 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 37 +1709 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ko_KP 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 38 +1710 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ko_KR 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 39 +1711 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_lo_LA 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 40 +1712 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_lv 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 41 +1713 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_lt 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 42 +1714 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_mk 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 43 +1715 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_mn 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 44 +1716 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_my 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 45 +1717 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_nb_NO 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 46 +1718 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_fa_IR 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 47 +1719 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_pl 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 48 +1720 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_pt_BR 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 49 +1721 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_pt 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 50 +1722 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ro 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 51 +1723 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_ru 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 52 +1724 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_sr_RS 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 53 +1725 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_sr@latin 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 54 +1726 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_sk 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 55 +1727 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_sl_SI 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 56 +1728 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_AR 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 57 +1729 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_BO 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 58 +1730 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_CL 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 59 +1731 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_CO 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 60 +1732 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_CR 2019-03-20 06:35:25 2019-03-20 07:08:11 base res.lang 61 +1733 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_DO 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 62 +1734 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_EC 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 63 +1735 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_GT 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 64 +1736 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_MX 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 65 +1737 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_PA 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 66 +1738 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_PE 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 67 +1739 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_PY 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 68 +1740 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_UY 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 69 +1741 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es_VE 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 70 +1742 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_es 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 71 +1743 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_sv_SE 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 72 +1744 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_th 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 73 +1745 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_tr 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 74 +1746 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_uk_UA 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 75 +1747 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_vi_VN 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 76 +1748 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_sq_AL 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 77 +1749 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f lang_te_IN 2019-03-20 06:35:25 2019-03-20 07:08:12 base res.lang 78 +2206 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_board_root 2019-03-20 06:35:39 2019-03-20 07:08:20 base ir.ui.menu 1 +2207 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_reporting_dashboard 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 2 +2208 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_reporting_config 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 3 +2210 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_management 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 5 +2211 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_administration_shortcut 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 6 +2212 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_users 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 7 +2213 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_translation 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 8 +2214 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_translation_app 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 9 +2215 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_translation_export 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 10 +2216 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_custom 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 11 +2217 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f next_id_2 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 12 +2218 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_email 2019-03-20 06:35:39 2019-03-20 07:08:21 base ir.ui.menu 13 +2219 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f next_id_9 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.menu 14 +2220 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_automation 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.menu 15 +2221 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_security 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.menu 16 +2222 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_property 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.menu 17 +2223 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_tests 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.menu 18 +2224 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_client_base_menu 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.actions.client 1 +2225 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f open_menu 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.actions.todo 1 +2226 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_open_website 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.actions.act_url 2 +2227 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_config_view_base 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.view 2 +2228 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_config_installer 2019-03-20 06:35:40 2019-03-20 07:08:21 base ir.ui.view 3 +2229 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_1 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 1 +2230 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_2 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 2 +2209 1 2019-03-20 06:35:24.381189 2019-03-20 07:11:19.263357 1 f menu_administration 2019-03-20 06:35:39 2019-03-20 07:11:19 base ir.ui.menu 4 +2231 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_3 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 3 +2232 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_4 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 4 +2233 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_5 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 5 +2234 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_6 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 6 +2235 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_7 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 7 +2236 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_au_8 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 8 +2237 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_1 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 9 +2238 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_2 2019-03-20 06:35:40 2019-03-20 07:08:21 base res.country.state 10 +2239 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_3 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 11 +2240 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_4 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 12 +2241 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_5 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 13 +2242 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_6 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 14 +2243 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_7 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 15 +2244 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_8 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 16 +2245 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_9 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 17 +2246 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_10 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 18 +2247 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_11 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 19 +2248 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_12 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 20 +2249 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_13 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 21 +2250 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_14 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 22 +2251 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_15 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 23 +2252 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_16 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 24 +2253 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_17 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 25 +2254 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_18 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 26 +2255 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_19 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 27 +2256 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_20 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 28 +2257 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_21 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 29 +2258 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_22 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 30 +2259 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_23 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 31 +2260 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_24 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 32 +2261 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_25 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 33 +2262 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_26 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 34 +2263 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_27 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 35 +2264 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_28 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 36 +2265 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_29 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 37 +2266 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_30 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 38 +2267 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_31 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 39 +2268 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_32 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 40 +2269 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_33 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 41 +2270 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_34 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 42 +2271 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_35 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 43 +2272 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_36 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 44 +2273 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_37 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 45 +2274 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_38 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 46 +2275 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_39 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 47 +2276 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_40 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 48 +2277 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_41 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 49 +2278 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_42 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 50 +2279 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_43 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 51 +2280 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_44 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 52 +2281 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_45 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 53 +2282 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_46 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 54 +2283 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_47 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 55 +2284 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_48 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 56 +2285 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_49 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 57 +2286 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_50 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 58 +2287 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_51 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 59 +2288 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_as 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 60 +2289 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_fm 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 61 +2290 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_gu 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 62 +2291 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_mh 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 63 +2292 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_mp 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 64 +2293 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_pw 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 65 +2294 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_pr 2019-03-20 06:35:40 2019-03-20 07:08:22 base res.country.state 66 +2295 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_vi 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 67 +2296 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_aa 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 68 +2297 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_ae 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 69 +2298 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_us_ap 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 70 +2299 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ac 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 71 +2300 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_al 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 72 +2301 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ap 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 73 +2302 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_am 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 74 +2303 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ba 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 75 +2304 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ce 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 76 +2305 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_df 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 77 +2306 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_es 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 78 +2307 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_go 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 79 +2308 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ma 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 80 +2309 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_mt 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 81 +2310 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ms 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 82 +2311 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_mg 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 83 +2312 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_pa 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 84 +2313 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_pb 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 85 +2314 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_pr 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 86 +2315 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_pe 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 87 +2316 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_pi 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 88 +2317 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_rj 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 89 +2318 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_rn 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 90 +2319 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_rs 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 91 +2320 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_ro 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 92 +2321 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_rr 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 93 +2322 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_sc 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 94 +2323 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_sp 2019-03-20 06:35:41 2019-03-20 07:08:22 base res.country.state 95 +2324 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_se 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 96 +2325 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_br_to 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 97 +2326 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ad 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 98 +2327 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_al 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 99 +2328 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_alt 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 100 +2329 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_amu 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 101 +2330 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ark 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 102 +2331 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ast 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 103 +2332 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ba 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 104 +2333 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_bel 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 105 +2334 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_bry 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 106 +2335 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_bu 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 107 +2336 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ce 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 108 +2337 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_che 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 109 +2338 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_chu 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 110 +2339 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_cu 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 111 +2340 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_da 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 112 +2341 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_in 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 113 +2342 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_irk 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 114 +2343 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_iva 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 115 +2344 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kam 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 116 +2345 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kb 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 117 +2346 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kgd 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 118 +2347 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kl 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 119 +2348 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_klu 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 120 +2349 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kc 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 121 +2350 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kr 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 122 +2351 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kem 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 123 +2352 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kha 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 124 +2353 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kk 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 125 +2354 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_khm 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 126 +2355 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kir 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 127 +2356 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ko 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 128 +2357 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kos 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 129 +2358 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kda 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 130 +2359 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kya 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 131 +2360 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_kgn 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 132 +2361 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_krs 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 133 +2362 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_len 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 134 +2363 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_lip 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 135 +2364 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_mag 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 136 +2365 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_me 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 137 +2366 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_mo 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 138 +2367 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_mos 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 139 +2368 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_mow 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 140 +2369 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_mur 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 141 +2370 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_niz 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 142 +2371 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ngr 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 143 +2372 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_nvs 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 144 +2373 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_oms 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 145 +2374 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ore 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 146 +2375 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_orl 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 147 +2376 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_pnz 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 148 +2377 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_per 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 149 +2378 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_pri 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 150 +2379 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_psk 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 151 +2380 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ros 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 152 +2381 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_rya 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 153 +2382 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_sa 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 154 +2383 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_sak 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 155 +2384 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_sam 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 156 +2385 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_spe 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 157 +2386 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_sar 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 158 +2387 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_se 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 159 +2388 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_smo 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 160 +2389 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_sta 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 161 +2390 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_sve 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 162 +2391 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_tam 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 163 +2392 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ta 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 164 +2393 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_tom 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 165 +2394 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_tul 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 166 +2395 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_tve 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 167 +2396 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_tyu 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 168 +2397 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ty 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 169 +2398 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_ud 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 170 +2399 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_uly 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 171 +2400 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_vla 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 172 +2401 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_vgg 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 173 +2402 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_vlg 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 174 +2403 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_vor 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 175 +2404 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_yan 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 176 +2405 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_yar 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 177 +2406 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ru_yev 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 178 +2407 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_ave 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 179 +2408 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_bve 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 180 +2409 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_cmt 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 181 +2410 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_cqm 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 182 +2411 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_epr 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 183 +2412 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_esc 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 184 +2413 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_gua 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 185 +2414 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_hue 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 186 +2415 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_iza 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 187 +2416 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_jal 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 188 +2417 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_jut 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 189 +2418 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_pet 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 190 +2419 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_que 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 191 +2420 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_qui 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 192 +2421 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_ret 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 193 +2422 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_sac 2019-03-20 06:35:41 2019-03-20 07:08:23 base res.country.state 194 +2423 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_sma 2019-03-20 06:35:42 2019-03-20 07:08:23 base res.country.state 195 +2424 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_sro 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 196 +2425 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_sol 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 197 +2426 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_suc 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 198 +2427 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_tot 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 199 +2428 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_gt_zac 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 200 +2429 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-23 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 201 +2430 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-05 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 202 +2431 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-02 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 203 +2432 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-12 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 204 +2433 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-38 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 205 +2434 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-18 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 206 +2435 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-40 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 207 +2436 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-07 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 208 +2437 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-21 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 209 +2438 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-10 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 210 +2439 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-34 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 211 +2440 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-01 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 212 +2441 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-28 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 213 +2442 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-08 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 214 +2443 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-17 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 215 +2444 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-03 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 216 +2445 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-37 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 217 +2446 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-46 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 218 +2447 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-14 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 219 +2448 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-39 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 220 +2449 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-43 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 221 +2450 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-26 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 222 +2451 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-24 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 223 +2452 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-04 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 224 +2453 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-45 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 225 +2454 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-20 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 226 +2455 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-42 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 227 +2456 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-29 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 228 +2457 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-15 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 229 +2458 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-44 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 230 +2459 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-33 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 231 +2460 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-47 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 232 +2461 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-27 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 233 +2462 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-41 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 234 +2463 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-11 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 235 +2464 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-25 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 236 +2465 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-32 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 237 +2466 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-22 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 238 +2467 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-09 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 239 +2468 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-36 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 240 +2469 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-31 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 241 +2470 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-16 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 242 +2471 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-13 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 243 +2472 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-30 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 244 +2473 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-06 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 245 +2474 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-35 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 246 +2475 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_jp_jp-19 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 247 +2476 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-01 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 248 +2477 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-02 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 249 +2478 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-03 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 250 +2479 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-04 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 251 +2480 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-05 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 252 +2481 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-06 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 253 +2482 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-07 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 254 +2483 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-08 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 255 +2484 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-09 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 256 +2485 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-10 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 257 +2486 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-11 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 258 +2487 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-12 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 259 +2488 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-13 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 260 +2489 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-14 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 261 +2490 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-15 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 262 +2491 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-16 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 263 +2492 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-17 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 264 +2493 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-18 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 265 +2494 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-20 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 266 +2495 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_pt_pt-30 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 267 +2496 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_dk 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 268 +2497 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_ba 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 269 +2498 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_bh 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 270 +2499 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_fym 2019-03-20 06:35:42 2019-03-20 07:08:24 base res.country.state 271 +2500 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_gh 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 272 +2501 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_alx 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 273 +2502 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_is 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 274 +2503 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_gz 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 275 +2504 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_mnf 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 276 +2505 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_mn 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 277 +2507 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_kb 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 279 +2508 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_lx 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 280 +2509 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_wad 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 281 +2510 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_shr 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 282 +2511 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_su 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 283 +2512 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_suz 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 284 +2513 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_asn 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 285 +2514 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_ast 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 286 +2515 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_bns 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 287 +2516 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_pts 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 288 +2517 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_dt 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 289 +2518 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_hu 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 290 +2519 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_js 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 291 +2520 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_kfs 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 292 +2521 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_mt 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 293 +2522 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_kn 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 294 +2523 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_sin 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 295 +2524 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_eg_shg 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 296 +2525 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_ec 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 297 +2526 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_fs 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 298 +2527 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_gt 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 299 +2528 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_nl 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 300 +2529 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_lp 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 301 +2530 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_mp 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 302 +2531 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_nc 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 303 +2532 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_nw 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 304 +2533 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_za_wc 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 305 +2534 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ag 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 306 +2535 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_al 2019-03-20 06:35:42 2019-03-20 07:08:25 base res.country.state 307 +2536 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_an 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 308 +2537 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ao 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 309 +2538 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ar 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 310 +2539 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ap 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 311 +2540 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_at 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 312 +2541 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_av 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 313 +2542 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ba 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 314 +2543 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bt 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 315 +2544 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bl 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 316 +2545 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bn 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 317 +2546 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bg 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 318 +2547 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bi 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 319 +2548 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bo 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 320 +2549 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bz 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 321 +2550 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_bs 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 322 +2551 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_br 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 323 +2552 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ca 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 324 +2553 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_cl 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 325 +2554 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_cb 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 326 +2555 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ci 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 327 +2556 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ce 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 328 +2557 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ct 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 329 +2558 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_cz 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 330 +2559 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ch 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 331 +2560 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_co 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 332 +2561 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_cs 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 333 +2562 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_cr 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 334 +2563 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_kr 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 335 +2564 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_cn 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 336 +2565 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_en 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 337 +2566 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_fm 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 338 +2567 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_fe 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 339 +2568 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_fi 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 340 +2569 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_fg 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 341 +2570 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_fc 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 342 +2571 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_fr 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 343 +2572 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ge 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 344 +2573 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_go 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 345 +2574 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_gr 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 346 +2575 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_im 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 347 +2576 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_is 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 348 +2577 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_sp 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 349 +2578 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_aq 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 350 +2579 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_lt 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 351 +2580 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_le 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 352 +2581 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_lc 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 353 +2582 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_li 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 354 +2583 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_lo 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 355 +2584 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_lu 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 356 +2585 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_mc 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 357 +2586 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_mn 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 358 +2587 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ms 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 359 +2588 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_mt 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 360 +2589 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vs 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 361 +2590 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_me 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 362 +2591 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_mi 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 363 +2592 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_mo 2019-03-20 06:35:43 2019-03-20 07:08:25 base res.country.state 364 +2593 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_mb 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 365 +2594 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_na 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 366 +2595 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_no 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 367 +2596 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_nu 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 368 +2597 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_og 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 369 +2598 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ot 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 370 +2599 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_or 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 371 +2600 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pd 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 372 +2601 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pa 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 373 +2602 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pr 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 374 +2603 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pv 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 375 +2604 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pg 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 376 +2605 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pu 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 377 +2606 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pe 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 378 +2607 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pc 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 379 +2608 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pi 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 380 +2609 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pt 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 381 +2610 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pn 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 382 +2611 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_pz 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 383 +2612 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_po 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 384 +2613 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_rg 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 385 +2614 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ra 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 386 +2615 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_rc 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 387 +2616 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_re 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 388 +2617 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ri 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 389 +2618 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_rn 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 390 +2619 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_rm 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 391 +2620 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ro 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 392 +2621 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_sa 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 393 +2622 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ss 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 394 +2623 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_sv 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 395 +2624 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_si 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 396 +2625 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_sr 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 397 +2626 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_so 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 398 +2627 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ta 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 399 +2628 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_te 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 400 +2629 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_tr 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 401 +2630 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_to 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 402 +2631 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_tp 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 403 +2632 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_tn 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 404 +2633 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_tv 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 405 +2634 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ts 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 406 +2635 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ud 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 407 +2636 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_va 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 408 +2637 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_ve 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 409 +2638 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vb 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 410 +2639 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vc 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 411 +2640 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vr 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 412 +2641 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vv 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 413 +2642 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vi 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 414 +2643 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_it_vt 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 415 +2644 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_c 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 416 +2645 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_vi 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 417 +2646 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ab 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 418 +2647 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_a 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 419 +2648 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_al 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 420 +2649 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_o 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 421 +2650 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_av 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 422 +2651 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ba 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 423 +2652 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_pm 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 424 +2653 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_b 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 425 +2654 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_bu 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 426 +2655 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_cc 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 427 +2656 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ca 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 428 +2657 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_s 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 429 +2658 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_cs 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 430 +2659 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ce 2019-03-20 06:35:43 2019-03-20 07:08:26 base res.country.state 431 +2660 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_cr 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 432 +2661 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_co 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 433 +2662 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_cu 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 434 +2663 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_gi 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 435 +2664 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_gr 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 436 +2665 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_gu 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 437 +2666 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ss 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 438 +2667 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_h 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 439 +2668 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_hu 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 440 +2669 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_j 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 441 +2670 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_lo 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 442 +2671 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_gc 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 443 +2672 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_le 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 444 +2673 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_l 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 445 +2674 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_lu 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 446 +2675 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_m 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 447 +2676 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ma 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 448 +2677 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_ml 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 449 +2678 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_mu 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 450 +2679 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_na 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 451 +2680 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_or 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 452 +2681 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_p 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 453 +2682 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_po 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 454 +2683 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_sa 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 455 +2684 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_tf 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 456 +2685 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_sg 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 457 +2686 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_se 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 458 +2687 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_so 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 459 +2688 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_t 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 460 +2689 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_te 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 461 +2690 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_to 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 462 +2691 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_v 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 463 +2692 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_va 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 464 +2693 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_bi 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 465 +2694 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_za 2019-03-20 06:35:44 2019-03-20 07:08:26 base res.country.state 466 +2695 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_es_z 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 467 +2696 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_jhr 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 468 +2697 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_kdh 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 469 +2698 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_ktn 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 470 +2699 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_kul 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 471 +2700 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_lbn 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 472 +2701 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_mlk 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 473 +2702 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_nsn 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 474 +2703 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_phg 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 475 +2704 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_prk 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 476 +2705 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_pls 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 477 +2706 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_png 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 478 +2707 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_pjy 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 479 +2708 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_sbh 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 480 +2709 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_swk 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 481 +2710 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_sgr 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 482 +2711 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_my_trg 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 483 +2712 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_ags 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 484 +2713 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_bc 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 485 +2714 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_bcs 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 486 +2715 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_chih 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 487 +2716 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_col 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 488 +2717 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_camp 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 489 +2718 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_coah 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 490 +2719 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_chis 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 491 +2720 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_df 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 492 +2721 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_dgo 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 493 +2722 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_gro 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 494 +2723 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_gto 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 495 +2724 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_hgo 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 496 +2725 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_jal 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 497 +2726 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_mich 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 498 +2727 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_mor 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 499 +2728 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_mex 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 500 +2729 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_nay 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 501 +2730 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_nl 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 502 +2731 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_oax 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 503 +2732 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_pue 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 504 +2733 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_q roo 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 505 +2734 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_qro 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 506 +2735 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_sin 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 507 +2736 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_slp 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 508 +2737 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_son 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 509 +2738 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_tab 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 510 +2739 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_tlax 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 511 +2740 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_tamps 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 512 +2741 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_ver 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 513 +2742 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_yuc 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 514 +2743 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_mx_zac 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 515 +2744 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_auk 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 516 +2745 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_bop 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 517 +2746 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_can 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 518 +2747 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_gis 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 519 +2748 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_hkb 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 520 +2749 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_mwt 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 521 +2750 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_mbh 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 522 +2751 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_nsn 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 523 +2752 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_ntl 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 524 +2753 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_ota 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 525 +2754 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_stl 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 526 +2755 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_tki 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 527 +2756 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_tas 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 528 +2757 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_wko 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 529 +2758 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_wgn 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 530 +2759 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_nz_wtc 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 531 +2760 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_ab 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 532 +2761 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_bc 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 533 +2762 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_mb 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 534 +2763 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_nb 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 535 +2764 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_nl 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 536 +2765 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_nt 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 537 +2766 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_ns 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 538 +2767 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_nu 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 539 +2768 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_on 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 540 +2769 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_pe 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 541 +2770 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_qc 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 542 +2771 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_sk 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 543 +2772 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ca_yt 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 544 +2773 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_az 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 545 +2774 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_aj 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 546 +2775 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_du 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 547 +2776 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_fu 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 548 +2777 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_rk 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 549 +2778 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_sh 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 550 +2779 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ae_uq 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 551 +2780 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_c 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 552 +2781 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_b 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 553 +2782 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_k 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 554 +2783 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_h 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 555 +2784 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_u 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 556 +2785 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_x 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 557 +2786 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_w 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 558 +2787 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_e 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 559 +2788 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_p 2019-03-20 06:35:44 2019-03-20 07:08:27 base res.country.state 560 +2789 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_y 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 561 +2790 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_l 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 562 +2791 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_f 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 563 +2792 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_m 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 564 +2793 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_n 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 565 +2794 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_q 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 566 +2795 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_r 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 567 +2796 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_a 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 568 +2797 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_j 2019-03-20 06:35:45 2019-03-20 07:08:27 base res.country.state 569 +2798 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_d 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 570 +2799 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_z 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 571 +2800 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_s 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 572 +2801 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_g 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 573 +2802 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_v 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 574 +2803 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_ar_t 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 575 +2804 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_an 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 576 +2805 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ap 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 577 +2806 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ar 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 578 +2807 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_as 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 579 +2808 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_br 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 580 +2809 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ch 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 581 +2810 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_cg 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 582 +2811 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_dn 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 583 +2812 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_dd 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 584 +2813 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_dl 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 585 +2814 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ga 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 586 +2815 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_gj 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 587 +2816 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_hr 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 588 +2817 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_hp 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 589 +2818 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_jk 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 590 +2819 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_jh 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 591 +2820 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ka 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 592 +2821 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_kl 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 593 +2822 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ld 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 594 +2823 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_mp 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 595 +2824 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_mh 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 596 +2825 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_mn 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 597 +2826 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ml 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 598 +2827 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_mz 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 599 +2828 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_nl 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 600 +2829 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_or 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 601 +2830 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_py 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 602 +2831 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_pb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 603 +2832 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_rj 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 604 +2833 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_sk 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 605 +2834 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_tn 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 606 +2835 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_ts 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 607 +2836 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_tr 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 608 +2837 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_up 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 609 +2838 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_uk 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 610 +2839 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_in_wb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 611 +2840 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ac 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 612 +2841 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ba 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 613 +2842 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_bb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 614 +2843 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_bt 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 615 +2844 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_be 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 616 +2845 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_go 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 617 +2846 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_jk 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 618 +2847 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ja 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 619 +2848 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_jb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 620 +2849 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_jt 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 621 +2850 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ji 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 622 +2851 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_kb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 623 +2852 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ks 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 624 +2853 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_kt 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 625 +2854 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ki 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 626 +2855 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ku 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 627 +2856 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_kr 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 628 +2857 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_la 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 629 +2858 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ma 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 630 +2859 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_mu 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 631 +2860 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_nb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 632 +2861 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_nt 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 633 +2862 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_pa 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 634 +2863 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_pb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 635 +2864 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ri 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 636 +2865 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_sr 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 637 +2866 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_sn 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 638 +2867 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_st 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 639 +2868 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_sg 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 640 +2869 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_sa 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 641 +2870 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_sb 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 642 +2871 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_ss 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 643 +2872 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_su 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 644 +2873 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f state_id_yo 2019-03-20 06:35:45 2019-03-20 07:08:28 base res.country.state 645 +2874 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view 2019-03-20 06:35:45 2019-03-20 07:08:28 base ir.ui.view 4 +2875 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_tree 2019-03-20 06:35:45 2019-03-20 07:08:28 base ir.ui.view 5 +2876 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_search 2019-03-20 06:35:45 2019-03-20 07:08:28 base ir.ui.view 6 +2877 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_sequence_actions 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.actions.act_window 3 +2878 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f next_id_6 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.menu 19 +2879 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_sequence_actions 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.menu 20 +2880 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_report_xml_view 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.view 7 +2881 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_report_xml_view_tree 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.view 8 +2882 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_report_xml_search_view 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.view 9 +2883 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_action_report_xml 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.actions.act_window 4 +2884 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_action_report_xml 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.menu 21 +2885 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_window_action_tree 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.view 10 +2886 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_window_action_form 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.view 11 +2887 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_window_action_search 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.view 12 +2888 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_action_window 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.actions.act_window 5 +2889 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_action_window_view1 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.actions.act_window.view 1 +2890 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_action_window_view2 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.actions.act_window.view 2 +2891 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_action_window 2019-03-20 06:35:46 2019-03-20 07:08:29 base ir.ui.menu 22 +2892 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_server_action_form 2019-03-20 06:35:46 2019-03-20 07:08:30 base ir.ui.view 13 +2893 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_server_action_tree 2019-03-20 06:35:46 2019-03-20 07:08:30 base ir.ui.view 14 +2894 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_server_action_search 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.ui.view 15 +2895 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_server_action 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.actions.act_window 6 +2896 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_server_action 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.ui.menu 23 +2897 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_actions_todo_tree 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.ui.view 16 +2898 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f config_wizard_step_view_form 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.ui.view 17 +2899 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f config_wizard_step_view_search 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.ui.view 18 +2900 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_ir_actions_todo_form 2019-03-20 06:35:47 2019-03-20 07:08:30 base ir.actions.act_window 7 +2901 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_actions_todo_form 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.menu 24 +2902 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_run_ir_action_todo 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.actions.server 8 +2903 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_ir_config_search 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.view 19 +2904 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_ir_config_list 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.view 20 +2905 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_ir_config_form 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.view 21 +2906 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_config_list_action 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.actions.act_window 9 +2907 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_config_menu 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.menu 25 +2908 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_cron_view 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.view 22 +2909 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_cron_view_tree 2019-03-20 06:35:47 2019-03-20 07:08:31 base ir.ui.view 23 +2910 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_cron_view_calendar 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.ui.view 24 +2911 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_cron_view_search 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.ui.view 25 +2912 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_cron_act 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.actions.act_window 10 +2913 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_cron_act 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.ui.menu 26 +2918 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_filters_view_form 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.ui.view 26 +2919 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_filters_view_tree 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.ui.view 27 +2920 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_filters_view_search 2019-03-20 06:35:48 2019-03-20 07:08:31 base ir.ui.view 28 +2921 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f actions_ir_filters_view 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.actions.act_window 11 +2922 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_filters 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.ui.menu 27 +2923 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_mail_server_form 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.ui.view 29 +2924 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_mail_server_list 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.ui.view 30 +2925 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_ir_mail_server_search 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.ui.view 31 +2926 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_ir_mail_server_list 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.actions.act_window 12 +2927 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_mail_servers 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.ui.menu 28 +2928 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_menu_create 2019-03-20 06:35:48 2019-03-20 07:08:32 base ir.ui.view 32 +2929 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_menu_create 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.actions.act_window 13 +2930 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_form 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.view 33 +2931 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_tree 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.view 34 +2932 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_search 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.view 35 +2933 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_model_model 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.actions.act_window 14 +2934 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_model_model_menu 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.menu 29 +2935 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_fields_form 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.view 36 +2936 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_fields_tree 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.view 37 +2937 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_fields_search 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.ui.view 38 +2938 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_model_fields 2019-03-20 06:35:49 2019-03-20 07:08:32 base ir.actions.act_window 15 +2939 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_model_model_fields 2019-03-20 06:35:49 2019-03-20 07:08:33 base ir.ui.menu 30 +2940 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_data_form 2019-03-20 06:35:49 2019-03-20 07:08:33 base ir.ui.view 39 +2941 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_data_list 2019-03-20 06:35:49 2019-03-20 07:08:33 base ir.ui.view 40 +2942 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_data_search 2019-03-20 06:35:49 2019-03-20 07:08:33 base ir.ui.view 41 +2943 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_model_data 2019-03-20 06:35:49 2019-03-20 07:08:33 base ir.actions.act_window 16 +2944 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f next_id_5 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.menu 31 +2945 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_model_data_menu 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.menu 32 +2946 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_constraint_form 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.view 42 +2948 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_model_constraint 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.actions.act_window 17 +2949 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_model_constraint_menu 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.menu 33 +2950 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_relation_form 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.view 44 +2951 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_model_relation_list 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.view 45 +2952 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_model_relation 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.actions.act_window 18 +2953 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_model_relation_menu 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.menu 34 +2954 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_access_view_tree 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.view 46 +2955 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_access_view_form 2019-03-20 06:35:50 2019-03-20 07:08:33 base ir.ui.view 47 +2956 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_access_view_search 2019-03-20 06:35:50 2019-03-20 07:08:34 base ir.ui.view 48 +2957 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_access_act 2019-03-20 06:35:50 2019-03-20 07:08:34 base ir.actions.act_window 19 +2958 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_access_act 2019-03-20 06:35:50 2019-03-20 07:08:34 base ir.ui.menu 35 +2959 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_attachment_form 2019-03-20 06:35:50 2019-03-20 07:08:34 base ir.ui.view 49 +2960 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_attachment_tree 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.view 50 +2961 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_attachment_search 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.view 51 +2963 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_attachment 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.menu 36 +2964 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_rule_form 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.view 52 +2965 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_rule_tree 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.view 53 +2966 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_rule_search 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.view 54 +2967 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_rule 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.actions.act_window 21 +2968 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_rule 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.ui.menu 37 +2969 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f property_rule 2019-03-20 06:35:51 2019-03-20 07:08:34 base ir.rule 15 +2970 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f sequence_view 2019-03-20 06:35:51 2019-03-20 07:08:35 base ir.ui.view 55 +2971 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f sequence_view_tree 2019-03-20 06:35:51 2019-03-20 07:08:35 base ir.ui.view 56 +2972 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_sequence_search 2019-03-20 06:35:51 2019-03-20 07:08:35 base ir.ui.view 57 +2973 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_sequence_form 2019-03-20 06:35:51 2019-03-20 07:08:35 base ir.actions.act_window 22 +2974 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_sequence_form 2019-03-20 06:35:51 2019-03-20 07:08:35 base ir.ui.menu 38 +2975 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_translation_search 2019-03-20 06:35:51 2019-03-20 07:08:35 base ir.ui.view 58 +2976 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_translation_form 2019-03-20 06:35:52 2019-03-20 07:08:35 base ir.ui.view 59 +2977 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_translation_tree 2019-03-20 06:35:52 2019-03-20 07:08:35 base ir.ui.view 60 +2978 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_translation_dialog_tree 2019-03-20 06:35:52 2019-03-20 07:08:35 base ir.ui.view 61 +2979 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_translation 2019-03-20 06:35:52 2019-03-20 07:08:35 base ir.actions.act_window 23 +2980 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_translation 2019-03-20 06:35:52 2019-03-20 07:08:35 base ir.ui.menu 39 +2981 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f edit_menu_access 2019-03-20 06:35:52 2019-03-20 07:08:35 base ir.ui.view 62 +2982 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f edit_menu 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 63 +2983 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f edit_menu_access_search 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 64 +2984 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f grant_menu_access 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.actions.act_window 24 +2985 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_grant_menu_access 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.menu 40 +2986 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_view_form 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 65 +2987 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_view_tree 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 66 +2988 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_view_search 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 67 +2989 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_ui_view 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.actions.act_window 25 +2990 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_ui_view 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.menu 41 +2991 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_view_custom_form 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 68 +2992 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_view_custom_tree 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 69 +2993 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_view_custom_search 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.view 70 +2994 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_ui_view_custom 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.actions.act_window 26 +2995 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_ui_view_custom 2019-03-20 06:35:52 2019-03-20 07:08:36 base ir.ui.menu 42 +2996 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f values_view_form_action 2019-03-20 06:35:53 2019-03-20 07:08:36 base ir.ui.view 71 +2997 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f values_view_form_defaults 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 72 +2998 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f values_view_tree_action 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 73 +2999 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f values_view_search_action 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 74 +3000 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_values_form_action 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window 27 +3001 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_values_tree_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window.view 3 +3002 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_values_form_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window.view 4 +3003 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_values_form_action 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.menu 43 +3004 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_values_form_defaults 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window 28 +3005 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_values_defaults_tree_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window.view 5 +3006 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_values_defaults_form_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window.view 6 +3007 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_values_form_defaults 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.menu 44 +3008 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f autovacuum_job 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.cron 1 +3009 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f report_ir_model_overview 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.report.xml 29 +3010 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f report_irmodeloverview 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 75 +3011 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_logging_form_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 76 +3012 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_logging_tree_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 77 +3013 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_logging_search_view 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 78 +3014 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_logging_all_act 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.actions.act_window 30 +3015 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_logging_all_menu 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.menu 45 +3016 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f contact 2019-03-20 06:35:53 2019-03-20 07:08:37 base ir.ui.view 79 +3017 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_workflow_root 2019-03-20 06:35:54 2019-03-20 07:08:37 base ir.ui.menu 46 +3018 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_form 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 80 +3019 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_search 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 81 +3020 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_diagram 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 82 +3021 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_tree 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 83 +3022 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_workflow_form 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.actions.act_window 31 +3023 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_workflow 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.menu 47 +3024 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_activity_form 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 84 +3025 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_activity_tree 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 85 +3026 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_activity_search 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 86 +3027 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_workflow_activity_form 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.actions.act_window 32 +3028 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_workflow_activity 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.menu 48 +3029 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_transition_form 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 87 +3030 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_transition_tree 2019-03-20 06:35:54 2019-03-20 07:08:38 base ir.ui.view 88 +3031 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_transition_search 2019-03-20 06:35:55 2019-03-20 07:08:38 base ir.ui.view 89 +3032 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_workflow_transition_form 2019-03-20 06:35:55 2019-03-20 07:08:38 base ir.actions.act_window 33 +3033 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_workflow_transition 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.menu 49 +3034 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_instance_form 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 90 +3035 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_instance_tree 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 91 +3036 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_instance_search 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 92 +3037 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_workflow_instance_form 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.actions.act_window 34 +3038 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_workflow_instance 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.menu 50 +3039 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_workitem_form 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 93 +3040 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_workitem_tree 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 94 +3041 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_workflow_workitem_search 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 95 +3042 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_workflow_workitem_form 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.actions.act_window 35 +3043 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_workflow_workitem 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.menu 51 +3044 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_module_category_form 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 96 +3045 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_module_category_tree 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 97 +3046 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_module_filter 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.ui.view 98 +3047 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_module_open_categ 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.actions.act_window 36 +3048 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_action_module_category 2019-03-20 06:35:55 2019-03-20 07:08:39 base ir.values 3 +3049 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_form 2019-03-20 06:35:55 2019-03-20 07:08:40 base ir.ui.view 99 +3050 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_tree 2019-03-20 06:35:55 2019-03-20 07:08:40 base ir.ui.view 100 +3051 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_view_kanban 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.ui.view 101 +3052 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f open_module_tree 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.actions.act_window 37 +3053 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_module_tree 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.ui.menu 52 +3054 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f modules_act_cl 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.actions.client 38 +3055 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_mi 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.ui.menu 53 +3056 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f modules_updates_act_cl 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.actions.client 39 +3057 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_module_updates 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.ui.menu 54 +34 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_hidden \N 2019-03-20 07:08:40 base ir.module.category 13 +21 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_localization \N 2019-03-20 07:08:40 base ir.module.category 8 +3058 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_localization_account_charts 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 32 +3059 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_sales_management 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 33 +3060 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_lead_automation 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 34 +3061 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_project_management 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 35 +3062 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_warehouse_management 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 36 +16 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_manufacturing \N 2019-03-20 07:08:40 base ir.module.category 6 +3063 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_account_voucher 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 37 +3064 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_accounting_and_finance 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 38 +3065 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_purchase_management 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 39 +32 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_human_resources \N 2019-03-20 07:08:40 base ir.module.category 12 +3066 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_holidays 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 40 +3067 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_recruitment 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 41 +3068 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_expense 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 42 +3069 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_timesheet 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 43 +3070 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_attendance 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 44 +3071 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_appraisal 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 45 +3072 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_payroll 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 46 +3073 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_hr_gamification 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 47 +3074 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_event_management 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 48 +3075 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_mass_mailing 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 49 +3076 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_survey 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 50 +10 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_point_of_sale \N 2019-03-20 07:08:40 base ir.module.category 3 +3077 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_specific_industry_applications 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 51 +36 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_website \N 2019-03-20 07:08:40 base ir.module.category 14 +19 \N \N 2019-03-20 07:08:09.887202 1 \N module_category_theme \N 2019-03-20 07:08:40 base ir.module.category 7 +3078 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_administration 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 52 +3079 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_usability 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 53 +3080 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f module_category_extra 2019-03-20 06:35:56 2019-03-20 07:08:40 base ir.module.category 54 +2187 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_erp_manager 2019-03-20 06:35:38 2019-03-20 07:08:41 base res.groups 3 +2188 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_system 2019-03-20 06:35:38 2019-03-20 07:08:41 base res.groups 4 +2189 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_multi_company 2019-03-20 06:35:38 2019-03-20 07:08:42 base res.groups 5 +2190 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_multi_currency 2019-03-20 06:35:38 2019-03-20 07:08:42 base res.groups 6 +2195 1 2019-03-20 06:35:24.381189 2019-03-20 07:11:19.263357 1 f group_public 2019-03-20 06:35:39 2019-03-20 07:11:24 base res.groups 11 +2192 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_partner_manager 2019-03-20 06:35:39 2019-03-20 07:08:45 base res.groups 8 +3081 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_module_reference_print 2019-03-20 06:35:56 2019-03-20 07:08:45 base ir.actions.report.xml 40 +3082 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f report_irmodulereference 2019-03-20 06:35:56 2019-03-20 07:08:45 base ir.ui.view 102 +3083 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_base_module_update 2019-03-20 06:35:56 2019-03-20 07:08:45 base ir.ui.view 103 +3084 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_base_module_update 2019-03-20 06:35:56 2019-03-20 07:08:45 base ir.actions.act_window 41 +3085 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_view_base_module_update 2019-03-20 06:35:56 2019-03-20 07:08:45 base ir.ui.menu 55 +3086 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_base_language_install 2019-03-20 06:35:57 2019-03-20 07:08:45 base ir.ui.view 104 +3087 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_base_language_install 2019-03-20 06:35:57 2019-03-20 07:08:45 base ir.actions.act_window 42 +3088 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_view_base_language_install 2019-03-20 06:35:57 2019-03-20 07:08:45 base ir.ui.menu 56 +3089 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_base_import_language 2019-03-20 06:35:57 2019-03-20 07:08:45 base ir.ui.view 105 +3090 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_base_import_language 2019-03-20 06:35:57 2019-03-20 07:08:45 base ir.actions.act_window 43 +3091 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_view_base_import_language 2019-03-20 06:35:57 2019-03-20 07:08:45 base ir.ui.menu 57 +3092 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_base_module_upgrade 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 106 +3093 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_base_module_upgrade 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.actions.act_window 44 +3094 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_view_base_module_upgrade 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.menu 58 +3095 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_base_module_upgrade_install 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 107 +3096 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_base_module_upgrade_install 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.actions.act_window 45 +3097 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_base_module_configuration_form 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 108 +3098 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f wizard_lang_export 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 109 +3099 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_wizard_lang_export 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.actions.act_window 46 +3100 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_wizard_lang_export 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.menu 59 +3101 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f wizard_update_translations 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 110 +3102 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_wizard_update_translations 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.actions.act_window 47 +3103 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_wizard_update_translations 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.menu 60 +3104 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_server_module_immediate_install 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.actions.server 48 +3105 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_module_immediate_install 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.values 5 +3106 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f preview_rml_report 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.actions.report.xml 49 +3107 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_company_form 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 111 +3108 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_company_tree 2019-03-20 06:35:57 2019-03-20 07:08:46 base ir.ui.view 112 +3109 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f company_normal_action_tree 2019-03-20 06:35:58 2019-03-20 07:08:46 base ir.actions.act_window 50 +3110 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_company_form 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.actions.act_window 51 +3111 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_res_company_form 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.menu 61 +3112 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_open_company 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.values 6 +3113 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_request_link-view 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 113 +3114 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_request_link_tree-view 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 114 +3115 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_request_link_search_view 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 115 +3116 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_request_link-act 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.actions.act_window 52 +3117 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_res_request_link_act 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.menu 62 +3118 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_lang_tree 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 116 +3119 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_lang_form 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 117 +3120 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_lang_search 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 118 +3121 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_lang_act_window 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.actions.act_window 53 +3122 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_res_lang_act_window 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.menu 63 +3123 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_title_tree 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 119 +3124 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_title_form 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 120 +3125 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_title_contact 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.actions.act_window 54 +3126 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_tree 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 121 +3127 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_simple_form 2019-03-20 06:35:58 2019-03-20 07:08:47 base ir.ui.view 122 +3128 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_address_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 123 +3129 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 124 +3130 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_partner_view_form_private 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 125 +3131 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_res_partner_filter 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 126 +3132 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f res_partner_kanban_view 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 127 +3133 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 55 +3134 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_form_view1 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window.view 7 +3135 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_form_view2 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window.view 8 +3136 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_tree_view1 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window.view 9 +3137 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_customer_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 56 +3138 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_supplier_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 57 +3139 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_employee_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 58 +3140 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_other_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 59 +3141 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_category_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 128 +3142 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_category_list 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 129 +3143 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_partner_category_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 60 +3144 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_res_bank_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 130 +3145 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_res_bank_tree 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.ui.view 131 +3146 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_bank_form 2019-03-20 06:35:59 2019-03-20 07:08:48 base ir.actions.act_window 61 +3147 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_bank_form 2019-03-20 06:35:59 2019-03-20 07:08:49 base ir.ui.view 132 +3148 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_bank_tree 2019-03-20 06:35:59 2019-03-20 07:08:49 base ir.ui.view 133 +3149 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_partner_bank_search 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.ui.view 134 +3150 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_partner_bank_account_form 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.actions.act_window 62 +3151 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_country_tree 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.ui.view 135 +3152 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_country_form 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.ui.view 136 +3153 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_country 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.actions.act_window 63 +3154 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_country_group_tree 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.ui.view 137 +3155 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_country_group_form 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.ui.view 138 +3156 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_country_group 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.actions.act_window 64 +3157 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_country_state_tree 2019-03-20 06:36:00 2019-03-20 07:08:49 base ir.ui.view 139 +3158 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_country_state_form 2019-03-20 06:36:00 2019-03-20 07:08:50 base ir.ui.view 140 +3159 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_country_state 2019-03-20 06:36:00 2019-03-20 07:08:50 base ir.actions.act_window 65 +3160 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_currency_rate_search 2019-03-20 06:36:00 2019-03-20 07:08:50 base ir.ui.view 141 +3162 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_currency_rate_tree 2019-03-20 06:36:00 2019-03-20 07:08:50 base ir.ui.view 143 +3161 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_currency_rate_form 2019-03-20 06:36:00 2019-03-20 07:08:50 base ir.ui.view 142 +3163 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f act_view_currency_rates 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.actions.act_window 66 +3164 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_currency_search 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.ui.view 144 +3165 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_currency_tree 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.ui.view 145 +3166 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_currency_form 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.ui.view 146 +3167 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_currency_form 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.actions.act_window 67 +3168 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_currency_form_company 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.actions.act_window 68 +3169 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_view_company_form_link_2_currencies 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.ui.view 147 +3170 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f change_password_wizard_view 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.ui.view 148 +3171 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f change_password_wizard_user_tree_view 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.ui.view 149 +3172 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f change_password_wizard_action 2019-03-20 06:36:01 2019-03-20 07:08:50 base ir.actions.act_window 69 +3173 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_groups_search 2019-03-20 06:36:01 2019-03-20 07:08:51 base ir.ui.view 150 +3174 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_groups_form 2019-03-20 06:36:01 2019-03-20 07:08:51 base ir.ui.view 151 +3175 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_groups 2019-03-20 06:36:01 2019-03-20 07:08:51 base ir.actions.act_window 70 +3176 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_res_groups 2019-03-20 06:36:01 2019-03-20 07:08:51 base ir.ui.menu 64 +3177 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_users_simple_form 2019-03-20 06:36:01 2019-03-20 07:08:51 base ir.ui.view 152 +3178 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_users_form 2019-03-20 06:36:02 2019-03-20 07:08:51 base ir.ui.view 153 +3179 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_users_tree 2019-03-20 06:36:02 2019-03-20 07:08:52 base ir.ui.view 154 +3180 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_users_search 2019-03-20 06:36:02 2019-03-20 07:08:52 base ir.ui.view 155 +3181 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f user_groups_view 2019-03-20 06:36:02 2019-03-20 07:08:52 base ir.ui.view 156 +2191 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f group_no_one 2019-03-20 06:35:38 2019-03-20 07:08:53 base res.groups 7 +3182 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_users 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.actions.act_window 71 +3183 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_users_view1 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.actions.act_window.view 10 +3184 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_users_view2 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.actions.act_window.view 11 +3185 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_action_res_users 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.ui.menu 65 +3186 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f view_users_form_simple_modif 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.ui.view 157 +3187 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_users_my 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.actions.act_window 72 +3188 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f action_res_users_my_view2 2019-03-20 06:36:02 2019-03-20 07:08:53 base ir.actions.act_window.view 12 +3195 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_property_view_search 2019-03-20 06:36:03 2019-03-20 07:08:53 base ir.ui.view 158 +3196 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_property_view 2019-03-20 06:36:03 2019-03-20 07:08:53 base ir.ui.view 159 +3197 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_property_view_tree 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.ui.view 160 +3198 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f ir_property_form 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.actions.act_window 73 +3199 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f menu_ir_property_form_all 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.ui.menu 66 +3205 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_attachment_all 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 1 +3206 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_attachment_group_user 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 2 +3207 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_cron_group_cron 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 3 +3208 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_exports_group_system 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 4 +3209 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_exports_line_group_system 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 5 +3210 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_group_erp_manager 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 6 +3211 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_constraint_group_erp_manager 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 7 +3212 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_relation_group_erp_manager 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 8 +3213 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_access_group_erp_manager 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 9 +3214 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_data_group_erp_manager 2019-03-20 06:36:03 2019-03-20 07:08:54 base ir.model.access 10 +3215 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_fields_group_erp_manager 2019-03-20 06:36:04 2019-03-20 07:08:54 base ir.model.access 11 +3216 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_all 2019-03-20 06:36:04 2019-03-20 07:08:54 base ir.model.access 12 +3217 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_constraint 2019-03-20 06:36:04 2019-03-20 07:08:54 base ir.model.access 13 +3218 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_relation 2019-03-20 06:36:04 2019-03-20 07:08:54 base ir.model.access 14 +3219 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_access_all 2019-03-20 06:36:04 2019-03-20 07:08:54 base ir.model.access 15 +3220 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_data_all 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 16 +3221 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_data_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 17 +3222 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_model_fields_all 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 18 +3223 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_module_category_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 19 +3224 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_module_module_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 20 +3225 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_module_module_dependency_group_system 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 21 +3226 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_property_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 22 +3227 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_property_group_user_manager 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 23 +3228 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_rule_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 24 +3229 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_rule_group_erp_manager 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 25 +3230 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_sequence_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 26 +3231 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_sequence_group_system 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 27 +3232 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_sequence_date_range_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 28 +3233 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_sequence_date_range_group_system 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 29 +3234 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_translation_all 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 30 +3235 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_translation_group_system 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 31 +3236 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_ui_menu_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 32 +3237 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_ui_menu_group_system 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 33 +3238 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_ui_view_group_user 2019-03-20 06:36:04 2019-03-20 07:08:55 base ir.model.access 34 +3239 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_ui_view_group_system 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 35 +3240 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_ui_view_custom_group_user 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 36 +3241 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_values_group_all 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 37 +3242 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_company_group_erp_manager 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 38 +3243 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_company_group_user 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 39 +3244 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_country_group_all 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 40 +3245 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_country_state_group_all 2019-03-20 06:36:05 2019-03-20 07:08:55 base ir.model.access 41 +3246 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_country_group_group_all 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 42 +3247 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_country_group_user 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 43 +3248 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_country_state_group_user 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 44 +3249 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_country_group_group_user 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 45 +3250 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_currency_group_all 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 46 +3251 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_currency_rate_group_all 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 47 +3252 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_currency_group_system 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 48 +3253 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_currency_rate_group_system 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 49 +3254 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_groups_group_erp_manager 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 50 +3255 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_groups_group_user 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 51 +3256 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_lang_group_all 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 52 +3257 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_lang_group_user 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 53 +3258 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_public 2019-03-20 06:36:05 2019-03-20 07:08:56 base ir.model.access 54 +3259 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_portal 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 55 +3260 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_group_partner_manager 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 56 +3261 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_group_user 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 57 +3262 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_bank_group_user 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 58 +3263 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_bank_group_partner_manager 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 59 +3264 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_category_group_user 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 60 +3265 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_category_group_partner_manager 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 61 +3266 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_title_group_user 2019-03-20 06:36:06 2019-03-20 07:08:56 base ir.model.access 62 +3267 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_partner_title_group_partner_manager 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 63 +3268 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_request_link_group_system 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 64 +3269 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_request_link_group_user 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 65 +3270 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_users_all 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 66 +3271 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_users_group_erp_manager 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 67 +3272 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_users_log_all 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 68 +3273 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_all 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 69 +3274 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_group_system 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 70 +3275 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_window_all 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 71 +3276 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_window_system 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 72 +3277 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_window_close_all 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 73 +3278 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_window_close_group_system 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 74 +3279 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_report_xml_all 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 75 +3280 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_report_xml_group_system 2019-03-20 06:36:06 2019-03-20 07:08:57 base ir.model.access 76 +3281 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_todo_group_system 2019-03-20 06:36:07 2019-03-20 07:08:57 base ir.model.access 77 +3282 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_all 2019-03-20 06:36:07 2019-03-20 07:08:57 base ir.model.access 78 +3283 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 79 +3284 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_activity_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 80 +3285 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_activity_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 81 +3286 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_instance_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 82 +3287 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_transition_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 83 +3288 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_transition_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 84 +3289 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_triggers_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 85 +3290 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_triggers_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 86 +3291 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_workflow_workitem_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 87 +3292 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_window_view_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 88 +3293 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_window_view_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 89 +3294 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_url_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 90 +3295 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_act_url_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 91 +3296 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_server_object_lines_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 92 +3297 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_server_object_lines_group_system 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 93 +3298 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_server_all 2019-03-20 06:36:07 2019-03-20 07:08:58 base ir.model.access 94 +3299 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_server_group_system 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 95 +3300 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_bank_group_system 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 96 +3301 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_bank_group_partner_manager 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 97 +3302 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_bank_user 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 98 +3303 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_filter all 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 99 +3304 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_config_parameter 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 100 +3305 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_config_parameter_system 2019-03-20 06:36:07 2019-03-20 07:08:59 base ir.model.access 101 +3306 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_mail_server 2019-03-20 06:36:08 2019-03-20 07:08:59 base ir.model.access 102 +3307 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_actions_client 2019-03-20 06:36:08 2019-03-20 07:08:59 base ir.model.access 103 +3308 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_needaction_mixin 2019-03-20 06:36:08 2019-03-20 07:08:59 base ir.model.access 104 +3309 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_font_all 2019-03-20 06:36:08 2019-03-20 07:08:59 base ir.model.access 105 +3310 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_res_font_group_user 2019-03-20 06:36:08 2019-03-20 07:08:59 base ir.model.access 106 +3311 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 f access_ir_logging 2019-03-20 06:36:08 2019-03-20 07:08:59 base ir.model.access 107 +3617 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f view_decimal_precision_form 2019-03-20 06:38:25 2019-03-20 07:09:17 decimal_precision ir.ui.view 206 +3618 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f view_decimal_precision_tree 2019-03-20 06:38:25 2019-03-20 07:09:18 decimal_precision ir.ui.view 207 +3619 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f action_decimal_precision_form 2019-03-20 06:38:25 2019-03-20 07:09:18 decimal_precision ir.actions.act_window 77 +3620 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f menu_decimal_precision_form 2019-03-20 06:38:25 2019-03-20 07:09:18 decimal_precision ir.ui.menu 70 +3621 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f access_decimal_precision_config 2019-03-20 06:38:25 2019-03-20 07:09:18 decimal_precision ir.model.access 127 +3622 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f access_decimal_precision_all 2019-03-20 06:38:25 2019-03-20 07:09:18 decimal_precision ir.model.access 128 +3623 1 2019-03-20 06:38:25.435823 2019-03-20 07:09:17.829883 1 f access_decimal_precision_test_all 2019-03-20 06:38:25 2019-03-20 07:09:18 decimal_precision ir.model.access 129 +3326 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f webclient_script 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 172 +3327 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f qunit_suite 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 173 +3328 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f webclient_bootstrap 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 174 +3329 1 2019-03-20 06:36:18.638186 2019-03-20 07:09:18.569904 1 f pdf_js_lib 2019-03-20 06:36:19 2019-03-20 07:09:19 web ir.ui.view 175 +7128 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f default_barcode_nomenclature 2019-03-20 06:48:08 2019-03-20 07:09:20 barcodes barcode.nomenclature 1 +7129 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f barcode_rule_product 2019-03-20 06:48:08 2019-03-20 07:09:20 barcodes barcode.rule 1 +7130 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f view_barcode_nomenclature_form 2019-03-20 06:48:08 2019-03-20 07:09:20 barcodes ir.ui.view 513 +7131 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f view_barcode_nomenclature_tree 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.ui.view 514 +7137 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f access_barcode_rule_manager 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.model.access 291 +7138 1 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 f assets_backend 2019-03-20 06:48:08 2019-03-20 07:09:21 barcodes ir.ui.view 516 +3382 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f access_web_editor_converter_test 2019-03-20 06:36:21 2019-03-20 07:09:24 web_editor ir.model.access 108 +3383 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f access_web_editor_converter_test_sub 2019-03-20 06:36:21 2019-03-20 07:09:24 web_editor ir.model.access 109 +3384 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f summernote 2019-03-20 06:36:21 2019-03-20 07:09:24 web_editor ir.ui.view 178 +3385 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f less_helpers 2019-03-20 06:36:21 2019-03-20 07:09:25 web_editor ir.ui.view 179 +3386 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f assets_common 2019-03-20 06:36:21 2019-03-20 07:09:25 web_editor ir.ui.view 180 +3387 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f assets_backend 2019-03-20 06:36:21 2019-03-20 07:09:25 web_editor ir.ui.view 181 +3388 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f assets_frontend 2019-03-20 06:36:21 2019-03-20 07:09:25 web_editor ir.ui.view 182 +3389 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f assets_editor 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 183 +3390 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f webclient_bootstrap 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 184 +3391 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f qunit_suite 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 185 +3392 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f colorpicker 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 186 +3393 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f layout 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 187 +3394 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f FieldTextHtml 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 188 +3395 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f snippets 2019-03-20 06:36:22 2019-03-20 07:09:25 web_editor ir.ui.view 189 +3396 1 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 f snippet_options 2019-03-20 06:36:22 2019-03-20 07:09:26 web_editor ir.ui.view 190 +3437 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f access_web_tour_tour 2019-03-20 06:36:25 2019-03-20 07:09:29 web_tour ir.model.access 113 +3438 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f assets_common 2019-03-20 06:36:25 2019-03-20 07:09:30 web_tour ir.ui.view 199 +3439 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f assets_backend 2019-03-20 06:36:25 2019-03-20 07:09:30 web_tour ir.ui.view 200 +3440 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f edit_tour_list 2019-03-20 06:36:25 2019-03-20 07:09:30 web_tour ir.ui.view 201 +3441 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f edit_tour_search 2019-03-20 06:36:25 2019-03-20 07:09:30 web_tour ir.ui.view 202 +3442 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f edit_tour_action 2019-03-20 06:36:25 2019-03-20 07:09:30 web_tour ir.actions.act_window 75 +3443 1 2019-03-20 06:36:25.02442 2019-03-20 07:09:29.78541 1 f menu_tour_action 2019-03-20 06:36:25 2019-03-20 07:09:30 web_tour ir.ui.menu 68 +3576 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_char 2019-03-20 06:36:26 2019-03-20 07:09:31 base_import ir.model.access 114 +3577 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_char_required 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 115 +3578 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_char_readonly 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 116 +3579 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_char_states 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 117 +3580 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_char_noreadonly 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 118 +3581 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_char_stillreadonly 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 119 +3582 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_m2o 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 120 +3583 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_m2o_related 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 121 +3584 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_m2o_required 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 122 +3585 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_m2o_required_related 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 123 +3586 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_o2m 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 124 +3587 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_o2m_child 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 125 +3588 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f access_base_import_tests_models_preview 2019-03-20 06:36:27 2019-03-20 07:09:31 base_import ir.model.access 126 +3589 1 2019-03-20 06:36:26.935878 2019-03-20 07:09:31.156323 1 f assets_backend 2019-03-20 06:36:27 2019-03-20 07:09:32 base_import ir.ui.view 203 +3679 1 2019-03-20 06:38:28.102318 2019-03-20 07:09:32.613036 1 f view_general_configuration 2019-03-20 06:38:28 2019-03-20 07:09:32 base_setup ir.ui.view 211 +3680 1 2019-03-20 06:38:28.102318 2019-03-20 07:09:32.613036 1 f action_general_configuration 2019-03-20 06:38:28 2019-03-20 07:09:32 base_setup ir.actions.act_window 78 +3681 1 2019-03-20 06:38:28.102318 2019-03-20 07:09:32.613036 1 f menu_config 2019-03-20 06:38:28 2019-03-20 07:09:32 base_setup ir.ui.menu 71 +3682 1 2019-03-20 06:38:28.102318 2019-03-20 07:09:32.613036 1 f res_partner_kanban_view 2019-03-20 06:38:28 2019-03-20 07:09:32 base_setup ir.ui.view 212 +4137 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f email_compose_message_wizard_form 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.view 214 +4138 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_email_compose_message_wizard 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.actions.act_window 79 +4140 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_message_subtype_tree 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.view 215 +4141 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_message_subtype_form 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.view 216 +4142 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_view_message_subtype 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.actions.act_window 81 +4143 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f menu_message_subtype 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.menu 72 +4144 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_tracking_value_tree 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.view 217 +4145 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_tracking_value_form 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.view 218 +4146 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_view_mail_tracking_value 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.actions.act_window 82 +4147 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f menu_mail_tracking_value 2019-03-20 06:38:33 2019-03-20 07:09:38 mail ir.ui.menu 73 +4148 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_message_tree 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.ui.view 219 +4149 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_message_form 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.ui.view 220 +4150 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_message_search 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.ui.view 221 +4151 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_view_mail_message 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.actions.act_window 83 +4152 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f menu_mail_message 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.ui.menu 74 +4153 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_document_file_kanban 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.ui.view 222 +2962 1 2019-03-20 06:35:24.381189 2019-03-20 07:09:37.802443 1 f action_attachment 2019-03-20 06:35:51 2019-03-20 07:09:39 base ir.actions.act_window 20 +4154 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_form 2019-03-20 06:38:33 2019-03-20 07:09:39 mail ir.ui.view 223 +4155 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_tree 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.ui.view 224 +4156 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_search 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.ui.view 225 +4157 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_view_mail_mail 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.actions.act_window 84 +4158 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f menu_mail_mail 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.ui.menu 75 +4159 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_followers_tree 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.ui.view 226 +4160 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_subscription_form 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.ui.view 227 +4161 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_view_followers 2019-03-20 06:38:34 2019-03-20 07:09:39 mail ir.actions.act_window 85 +4162 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f menu_email_followers 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.menu 76 +4163 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_partner_view_tree 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 228 +4164 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_partner_view_form 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 229 +4165 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_partner_action 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.actions.act_window 86 +4166 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_partner_menu 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.menu 77 +4167 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_view_kanban 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 230 +4168 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_view_form 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 231 +4169 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_view_tree 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 232 +4170 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_view_search 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 233 +4171 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_action_view 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.actions.act_window 87 +4172 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_menu_settings 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.menu 78 +4173 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_action_client_chat 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.actions.client 88 +4174 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_channel_menu_root_chat 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.menu 79 +4175 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_shortcode_action 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.actions.act_window 89 +4176 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_shortcode_view_tree 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 234 +4177 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_shortcode_view_form 2019-03-20 06:38:34 2019-03-20 07:09:40 mail ir.ui.view 235 +4178 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_general_configuration_mail_alias_domain 2019-03-20 06:38:35 2019-03-20 07:09:40 mail ir.ui.view 236 +4185 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_template_data_notification_email_default 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.template 1 +4189 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_smile 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 1 +4190 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_sad 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 2 +4191 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_laugh 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 3 +4192 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_wink 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 4 +4193 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_stuck 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 5 +4194 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_scream 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 6 +4195 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_neutral 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 7 +4196 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_cheeky 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 8 +4197 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_confused 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 9 +4198 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_open_mouth 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 10 +4199 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_heart 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 11 +4200 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_thumbsup 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 12 +4201 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_thumbsdown 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 13 +4202 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_kitten 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 14 +4203 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_pinky 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 15 +4204 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_musti 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 16 +4205 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_man_with_turban 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 17 +4206 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_troll 2019-03-20 06:38:35 2019-03-20 07:09:40 mail mail.shortcode 18 +4207 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_boar 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 19 +4208 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_poop 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 20 +4209 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_cookie 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 21 +4210 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_postal_horn 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 22 +4211 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_ghost 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 23 +4212 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_beer 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 24 +4213 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_smiley_man 2019-03-20 06:38:35 2019-03-20 07:09:41 mail mail.shortcode 25 +4218 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_message_all 2019-03-20 06:38:35 2019-03-20 07:09:41 mail ir.model.access 133 +4219 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_message_portal 2019-03-20 06:38:35 2019-03-20 07:09:41 mail ir.model.access 134 +4220 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_message_user 2019-03-20 06:38:35 2019-03-20 07:09:41 mail ir.model.access 135 +4221 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_mail_all 2019-03-20 06:38:35 2019-03-20 07:09:41 mail ir.model.access 136 +4222 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_mail_portal 2019-03-20 06:38:35 2019-03-20 07:09:41 mail ir.model.access 137 +4223 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_mail_user 2019-03-20 06:38:35 2019-03-20 07:09:41 mail ir.model.access 138 +4224 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_mail_system 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 139 +4225 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_followers_all 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 140 +4226 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_followers_portal 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 141 +4227 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_followers_user 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 142 +4228 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_followers_system 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 143 +4229 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_notification_portal 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 144 +4230 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_notification_user 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 145 +4231 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_notification_system 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 146 +4232 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_channel_all 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 147 +4233 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_channel_user 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 148 +4234 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_channel_partner_public 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 149 +4235 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_channel_partner_portal 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 150 +4236 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access mail_channel_partner_user 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 151 +4237 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_alias_all 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 152 +4238 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_alias_user 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 153 +4239 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_alias_system 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 154 +4240 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_message_subtype_all 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 155 +4241 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_message_subtype_user 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 156 +4242 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_tracking_value_all 2019-03-20 06:38:36 2019-03-20 07:09:41 mail ir.model.access 157 +4243 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_tracking_value_portal 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 158 +4244 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_tracking_value_user 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 159 +4245 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_tracking_value_system 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 160 +4246 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_thread_all 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 161 +4247 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_publisher_warranty_contract_all 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 162 +4248 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_template 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 163 +4249 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_template_system 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 164 +4250 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_shortcode 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 165 +4251 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_shortcode_portal 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 166 +4252 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f access_mail_test_all 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.model.access 167 +4253 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_alias_form 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.ui.view 237 +4254 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_alias_tree 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.ui.view 238 +4255 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_mail_alias_search 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.ui.view 239 +4256 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_view_mail_alias 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.actions.act_window 90 +4257 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f mail_alias_menu 2019-03-20 06:38:36 2019-03-20 07:09:42 mail ir.ui.menu 80 +4258 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_users_form_simple_modif_mail 2019-03-20 06:38:36 2019-03-20 07:09:43 mail ir.ui.view 240 +4259 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_users_form_mail 2019-03-20 06:38:37 2019-03-20 07:09:43 mail ir.ui.view 241 +4260 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f assets_backend 2019-03-20 06:38:37 2019-03-20 07:09:43 mail ir.ui.view 242 +4261 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f message_origin_link 2019-03-20 06:38:37 2019-03-20 07:09:43 mail ir.ui.view 243 +4262 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f message_user_assigned 2019-03-20 06:38:37 2019-03-20 07:09:43 mail ir.ui.view 244 +4263 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f email_template_preview_form 2019-03-20 06:38:37 2019-03-20 07:09:43 mail ir.ui.view 245 +4264 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f wizard_email_template_preview 2019-03-20 06:38:37 2019-03-20 07:09:43 mail ir.actions.act_window 91 +4265 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f email_template_form 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.ui.view 246 +4266 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f email_template_tree 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.ui.view 247 +4267 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_email_template_search 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.ui.view 248 +4268 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_email_template_tree_all 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.actions.act_window 92 +4269 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f menu_email_templates 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.ui.menu 81 +4270 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_server_action_form_template 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.ui.view 249 +4271 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f view_emails_partner_info_form 2019-03-20 06:38:37 2019-03-20 07:09:44 mail ir.ui.view 250 +4272 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f res_partner_opt_out_search 2019-03-20 06:38:38 2019-03-20 07:09:44 mail ir.ui.view 251 +4139 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f action_partner_mass_mail 2019-03-20 06:38:33 2019-03-20 07:09:44 mail ir.actions.act_window 80 +4273 1 2019-03-20 06:38:32.951597 2019-03-20 07:09:37.802443 1 f email_template_partner 2019-03-20 06:38:38 2019-03-20 07:09:44 mail mail.template 2 +4320 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paperformat_euro 2019-03-20 06:38:40 2019-03-20 07:09:47 report report.paperformat 1 +4321 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paperformat_us 2019-03-20 06:38:40 2019-03-20 07:09:47 report report.paperformat 2 +4322 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paperformat_access_portal 2019-03-20 06:38:40 2019-03-20 07:09:47 report ir.model.access 168 +4323 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paperformat_access_employee 2019-03-20 06:38:40 2019-03-20 07:09:47 report ir.model.access 169 +4324 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f access_report 2019-03-20 06:38:40 2019-03-20 07:09:47 report ir.model.access 170 +4325 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f assets_common 2019-03-20 06:38:40 2019-03-20 07:09:47 report ir.ui.view 252 +4326 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f assets_pdf 2019-03-20 06:38:40 2019-03-20 07:09:47 report ir.ui.view 253 +4327 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f assets_editor 2019-03-20 06:38:41 2019-03-20 07:09:47 report ir.ui.view 254 +4328 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f layout 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 255 +4329 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f html_container 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 256 +4330 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f external_layout 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 257 +4331 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f external_layout_header 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 258 +4332 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f external_layout_footer 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 259 +4333 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f internal_layout 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 260 +4334 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f minimal_layout 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 261 +4335 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paperformat_view_tree 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 262 +4336 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paperformat_view_form 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 263 +4337 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paper_format_action 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.actions.act_window 93 +4338 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f reports_action 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.actions.act_window 94 +4339 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f reporting_menuitem 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.menu 82 +4340 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f paper_format_menuitem 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.menu 83 +4341 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f reports_menuitem 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.menu 84 +4342 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f preview_internalreport 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 264 +4343 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f preview_externalreport 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.ui.view 265 +4344 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f action_report_internalpreview 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.actions.report.xml 95 +4345 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f action_report_externalpreview 2019-03-20 06:38:41 2019-03-20 07:09:48 report ir.actions.report.xml 96 +4346 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f assets_backend 2019-03-20 06:38:42 2019-03-20 07:09:49 report ir.ui.view 266 +4347 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f base_config_settings_inherited 2019-03-20 06:38:42 2019-03-20 07:09:49 report ir.ui.view 267 +4348 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f act_report_xml_view_inherit_report 2019-03-20 06:38:42 2019-03-20 07:09:49 report ir.ui.view 268 +4349 1 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 f act_report_xml_view_inherit 2019-03-20 06:38:42 2019-03-20 07:09:49 report ir.ui.view 269 +4409 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f group_analytic_accounting 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic res.groups 12 +4410 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f access_account_analytic_account 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.model.access 171 +4411 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f access_account_analytic_line 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.model.access 172 +4412 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f access_account_analytic_tag 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.model.access 173 +4413 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f account_analytic_tag_tree_view 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.ui.view 270 +4414 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f account_analytic_tag_form_view 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.ui.view 271 +4415 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f account_analytic_tag_action 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.actions.act_window 97 +4416 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_line_tree 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.ui.view 272 +4417 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f account_analytic_line_action 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.actions.act_window 98 +4418 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_account_form 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.ui.view 273 +4419 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_account_list 2019-03-20 06:38:44 2019-03-20 07:09:51 analytic ir.ui.view 274 +4420 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_account_search 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.ui.view 275 +4421 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f action_analytic_account_form 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.actions.act_window 99 +4422 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f action_account_analytic_account_form 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.actions.act_window 100 +4423 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_line_form 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.ui.view 276 +4424 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_line_filter 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.ui.view 277 +4425 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_line_graph 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.ui.view 278 +4426 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f view_account_analytic_line_pivot 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.ui.view 279 +4427 1 2019-03-20 06:38:43.686983 2019-03-20 07:09:50.782644 1 f account_analytic_line_action_entries 2019-03-20 06:38:44 2019-03-20 07:09:52 analytic ir.actions.act_window 101 +4450 1 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 f view_general_configuration 2019-03-20 06:38:46 2019-03-20 07:09:54 auth_signup ir.ui.view 280 +4451 1 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 f res_users_form_view 2019-03-20 06:38:46 2019-03-20 07:09:54 auth_signup ir.ui.view 281 +4452 1 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 f login 2019-03-20 06:38:46 2019-03-20 07:09:55 auth_signup ir.ui.view 282 +4453 1 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 f fields 2019-03-20 06:38:46 2019-03-20 07:09:55 auth_signup ir.ui.view 283 +4454 1 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 f signup 2019-03-20 06:38:46 2019-03-20 07:09:55 auth_signup ir.ui.view 284 +4455 1 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 f reset_password 2019-03-20 06:38:46 2019-03-20 07:09:55 auth_signup ir.ui.view 285 +4490 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f inherit_view_general_configuration 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.ui.view 289 +4491 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f menu_action_fetchmail_server_tree 2019-03-20 06:38:47 2019-03-20 07:09:56 fetchmail ir.ui.menu 85 +4492 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f email_message_tree_view 2019-03-20 06:38:48 2019-03-20 07:09:57 fetchmail ir.ui.view 290 +4493 1 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 f act_server_history 2019-03-20 06:38:48 2019-03-20 07:09:57 fetchmail ir.actions.act_window 103 +4849 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_sale_pricelist 2019-03-20 06:38:52 2019-03-20 07:09:59 product res.groups 13 +4850 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_pricelist_item 2019-03-20 06:38:53 2019-03-20 07:10:00 product res.groups 14 +4851 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_product_pricelist 2019-03-20 06:38:53 2019-03-20 07:10:00 product res.groups 15 +4852 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_uom 2019-03-20 06:38:53 2019-03-20 07:10:01 product res.groups 16 +4853 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_stock_packaging 2019-03-20 06:38:53 2019-03-20 07:10:01 product res.groups 17 +4854 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_mrp_properties 2019-03-20 06:38:54 2019-03-20 07:10:02 product res.groups 18 +4855 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f group_product_variant 2019-03-20 06:38:54 2019-03-20 07:10:02 product res.groups 19 +4860 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_uom_categ_user 2019-03-20 06:38:54 2019-03-20 07:10:02 product ir.model.access 175 +4861 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_uom_user 2019-03-20 06:38:54 2019-03-20 07:10:02 product ir.model.access 176 +4862 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_category_user 2019-03-20 06:38:54 2019-03-20 07:10:02 product ir.model.access 177 +4863 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_template_user 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 178 +4864 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_packaging_user 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 179 +4865 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_supplierinfo_user 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 180 +4866 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_pricelist_user 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 181 +4867 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_pricelist_item_user 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 182 +4868 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_pricelist_partner_manager 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 183 +4869 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_product_employee 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 184 +4870 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_price_history_employee 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 185 +4871 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_attribute 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 186 +4872 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_attribute_value 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 187 +4873 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_attribute_price 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 188 +4874 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f access_product_attribute_line 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.model.access 189 +4875 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f view_product_price_list 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.ui.view 291 +4876 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f action_product_price_list 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.actions.act_window 104 +4877 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f inherit_view_general_configuration 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.ui.view 292 +4878 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_attribute_value_view_tree 2019-03-20 06:38:54 2019-03-20 07:10:03 product ir.ui.view 293 +4879 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_attribute_value_action 2019-03-20 06:38:55 2019-03-20 07:10:03 product ir.actions.act_window 105 +4880 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f attribute_tree_view 2019-03-20 06:38:55 2019-03-20 07:10:03 product ir.ui.view 294 +4881 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_attribute_view_form 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 295 +4882 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f attribute_action 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.actions.act_window 106 +4883 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f variants_tree_view 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 296 +4884 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f variants_action 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.actions.act_window 107 +4885 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_attribute_line_form 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 297 +4886 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_uom_tree_view 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 298 +4887 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_uom_form_view 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 299 +4888 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_uom_form_action 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.actions.act_window 108 +4889 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_uom_categ_form_view 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 300 +4890 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_uom_categ_form_action 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.actions.act_window 109 +4891 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_form_view 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 301 +4892 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_search_view 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.ui.view 302 +4893 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_action_all 2019-03-20 06:38:55 2019-03-20 07:10:04 product ir.actions.act_window 110 +4894 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_search_form_view 2019-03-20 06:38:55 2019-03-20 07:10:05 product ir.ui.view 303 +4895 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_normal_action 2019-03-20 06:38:55 2019-03-20 07:10:05 product ir.actions.act_window 111 +4896 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_variant_easy_edit_view 2019-03-20 06:38:55 2019-03-20 07:10:05 product ir.ui.view 304 +4897 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_variant_action 2019-03-20 06:38:55 2019-03-20 07:10:05 product ir.actions.act_window 112 +4898 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_product_tree_view 2019-03-20 06:38:56 2019-03-20 07:10:05 product ir.ui.view 305 +4899 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_normal_form_view 2019-03-20 06:38:56 2019-03-20 07:10:05 product ir.ui.view 306 +4900 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_kanban_view 2019-03-20 06:38:56 2019-03-20 07:10:05 product ir.ui.view 307 +4901 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_normal_action_sell 2019-03-20 06:38:56 2019-03-20 07:10:05 product ir.actions.act_window 113 +4902 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_category_search_view 2019-03-20 06:38:56 2019-03-20 07:10:05 product ir.ui.view 308 +4903 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_category_form_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 309 +4904 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_category_list_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 310 +4905 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_category_action_form 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.actions.act_window 114 +4906 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f action_packaging_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.actions.act_window 115 +4907 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_packaging_tree_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 311 +4908 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_packaging_form_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 312 +4909 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_supplierinfo_form_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 313 +4910 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_supplierinfo_search_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 314 +4911 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_supplierinfo_tree_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 315 +4912 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_supplierinfo_type_action 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.actions.act_window 116 +4913 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_tree_view 2019-03-20 06:38:56 2019-03-20 07:10:06 product ir.ui.view 316 +4914 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_only_form_view 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.ui.view 317 +4915 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_kanban_view 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.ui.view 318 +4916 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_template_action 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.actions.act_window 117 +4917 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_pricelist_item_tree_view 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.ui.view 319 +4918 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_pricelist_item_form_view 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.ui.view 320 +4919 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_pricelist_view_search 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.ui.view 321 +4920 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_pricelist_view_tree 2019-03-20 06:38:57 2019-03-20 07:10:07 product ir.ui.view 322 +4921 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_pricelist_view 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 323 +4922 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f inherits_website_sale_country_group_form 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 324 +4923 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f product_pricelist_action2 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.actions.act_window 118 +4924 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f view_partner_property_form 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 325 +4925 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f report_product_label 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.actions.report.xml 119 +4926 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f report_product_template_label 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.actions.report.xml 120 +4927 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f action_report_pricelist 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.actions.report.xml 121 +4928 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f report_pricelist 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 326 +4929 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f report_simple_label 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 327 +4930 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f report_productlabel 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 328 +4931 1 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 f report_producttemplatelabel 2019-03-20 06:38:57 2019-03-20 07:10:08 product ir.ui.view 329 +7185 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f access_crm_team_manager 2019-03-20 06:48:11 2019-03-20 07:10:14 sales_team ir.model.access 294 +7177 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f group_sale_salesman 2019-03-20 06:48:10 2019-03-20 07:10:15 sales_team res.groups 25 +7179 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f group_sale_manager 2019-03-20 06:48:11 2019-03-20 07:10:16 sales_team res.groups 27 +7188 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f view_sale_config_settings 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.view 517 +7189 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f action_sale_config 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.actions.act_window 240 +7192 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_partner_form 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.menu 150 +7193 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_sale_general_settings 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.menu 151 +7182 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_config_address_book 2019-03-20 06:48:11 2019-03-20 07:10:16 sales_team ir.ui.menu 147 +7194 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_partner_category_form 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.menu 152 +7195 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_partner_title_contact 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.menu 153 +7196 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_localisation 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.menu 154 +7197 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_country_partner 2019-03-20 06:48:12 2019-03-20 07:10:16 sales_team ir.ui.menu 155 +7198 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_country_group 2019-03-20 06:48:13 2019-03-20 07:10:16 sales_team ir.ui.menu 156 +7199 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_country_state_partner 2019-03-20 06:48:13 2019-03-20 07:10:16 sales_team ir.ui.menu 157 +7200 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_action_currency_form 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.ui.menu 158 +7201 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_config_bank_accounts 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.ui.menu 159 +7202 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_action_res_bank_form 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.ui.menu 160 +7203 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_action_res_partner_bank_form 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.ui.menu 161 +7204 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f crm_team_salesteams_search 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.ui.view 518 +7205 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f crm_team_salesteams_act 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.actions.act_window 241 +7206 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f crm_team_view_form 2019-03-20 06:48:13 2019-03-20 07:10:17 sales_team ir.ui.view 519 +7207 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f crm_team_view_tree 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.ui.view 520 +7208 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f crm_team_act 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.actions.act_window 242 +7209 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_sales_team_act 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.ui.menu 162 +7210 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f assets_backend 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.ui.view 521 +7211 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f menu_sale_report 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.ui.menu 163 +7212 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f sales_team_config_action 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.actions.act_window 243 +7213 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f sales_team_config 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.ui.menu 164 +7214 1 2019-03-20 06:48:10.08327 2019-03-20 07:10:11.686735 1 f crm_team_salesteams_view_kanban 2019-03-20 06:48:13 2019-03-20 07:10:18 sales_team ir.ui.view 522 +6192 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f group_account_invoice 2019-03-20 06:39:14 2019-03-20 07:10:27 account res.groups 20 +6193 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f group_account_user 2019-03-20 06:39:14 2019-03-20 07:10:28 account res.groups 21 +6194 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f group_account_manager 2019-03-20 06:39:15 2019-03-20 07:10:28 account res.groups 22 +6195 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f group_proforma_invoices 2019-03-20 06:39:15 2019-03-20 07:10:29 account res.groups 23 +6196 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f group_warning_account 2019-03-20 06:39:16 2019-03-20 07:10:30 account res.groups 24 +6210 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_product_product_account_user 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 190 +6211 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_product_product_account_manager 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 191 +6212 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_product_template_account_manager 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 192 +6213 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_product_price_history_account_manager 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 193 +6214 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_term 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 194 +6215 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_term_line 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 195 +6216 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_type_manager 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 196 +6217 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_type 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 197 +6218 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax_internal_user 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 198 +6219 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_manager 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 199 +6220 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 200 +6221 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_user 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 201 +6222 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_partner_manager 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 202 +6223 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax 2019-03-20 06:39:16 2019-03-20 07:10:30 account ir.model.access 203 +6224 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_template 2019-03-20 06:39:17 2019-03-20 07:10:30 account ir.model.access 204 +6225 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_chart_template 2019-03-20 06:39:17 2019-03-20 07:10:30 account ir.model.access 205 +6226 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax_template 2019-03-20 06:39:17 2019-03-20 07:10:30 account ir.model.access 206 +6227 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_bank_statement_group_invoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 207 +6228 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_bank_statement_line_group_invoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 208 +6229 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_bank_statement 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 209 +6230 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_bank_statement_line 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 210 +6231 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_analytic_line_manager 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 211 +6232 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_analytic_account 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 212 +6233 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_uinvoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 213 +6234 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_line_uinvoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 214 +6235 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_tax_uinvoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 215 +6236 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_move_uinvoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 216 +6237 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_move_line_uinvoice 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 217 +6238 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_term_manager 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 218 +6239 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_term_line_manager 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 219 +6240 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax_manager 2019-03-20 06:39:17 2019-03-20 07:10:31 account ir.model.access 220 +6241 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_journal_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 221 +6242 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_journal_user 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 222 +6243 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_journal_invoice 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 223 +6244 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_group_invoice 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 224 +6245 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_res_currency_account_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 225 +6246 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_res_currency_rate_account_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 226 +6247 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_term_partner_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 227 +6248 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_term_line_partner_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 228 +6249 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_product_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 229 +6250 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_tax_product_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 230 +6251 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_account_product_manager 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 231 +6252 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 232 +6253 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_tax 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 233 +6254 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_account 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 234 +6255 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_template 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 235 +6256 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_tax_template 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 236 +6257 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_fiscal_position_account_template 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 237 +6258 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_report_user 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 238 +6259 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_report 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 239 +6260 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_report_billing 2019-03-20 06:39:17 2019-03-20 07:10:32 account ir.model.access 240 +6261 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_res_partner_group_account_manager 2019-03-20 06:39:17 2019-03-20 07:10:33 account ir.model.access 241 +6262 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_accountant 2019-03-20 06:39:17 2019-03-20 07:10:33 account ir.model.access 242 +6263 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_move_line_manager 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 243 +6264 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_move_manager 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 244 +6265 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_tax_accountant 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 245 +6266 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_analytic_line_invoice 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 246 +6267 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_invoice_line_accountant 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 247 +6268 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_invoice 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 248 +6269 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_analytic_accountant 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 249 +6270 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_type_invoice 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 250 +6271 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_financial_report 2019-03-20 06:39:18 2019-03-20 07:10:33 account ir.model.access 251 +6272 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_financial_report_invoice 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 252 +6273 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_tax 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 253 +6274 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_account_tax_user 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 254 +6275 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_reconcile_model 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 255 +6276 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_reconcile_model_template 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 256 +6277 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_partial_reconcile_group_invoice 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 257 +6278 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_partial_reconcile 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 258 +6279 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_full_reconcile_group_invoice 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 259 +6280 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_full_reconcile 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 260 +6281 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment_method 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 261 +6282 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_payment 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 262 +6283 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_cashbox 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 263 +6284 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_cashbox_line 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 264 +6285 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax_group_internal_user 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 265 +6286 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax_group 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 266 +6287 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f access_account_tax_group_manager 2019-03-20 06:39:18 2019-03-20 07:10:34 account ir.model.access 267 +6329 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_finance_entries 2019-03-20 06:39:19 2019-03-20 07:10:34 account ir.ui.menu 89 +6331 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_reports_management_menu 2019-03-20 06:39:19 2019-03-20 07:10:34 account ir.ui.menu 91 +6332 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_reports_business_intelligence_menu 2019-03-20 06:39:19 2019-03-20 07:10:34 account ir.ui.menu 92 +6333 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_finance_legal_statement 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 93 +6334 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_finance_configuration 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 94 +6335 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_account_menu 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 95 +6336 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_management_menu 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 96 +6337 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_analytic_accounting 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 97 +6338 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_config_multi_currency 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 98 +6339 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_currency_form 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 99 +6340 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_reports 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.menu 100 +6341 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_payment_tree 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.view 330 +6342 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_supplier_payment_tree 2019-03-20 06:39:19 2019-03-20 07:10:35 account ir.ui.view 331 +6343 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_payment_search 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.view 332 +6344 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_payment_form 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.view 333 +6345 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_payment_graph 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.view 334 +6346 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_payments 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.actions.act_window 122 +6347 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_payments_payable 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.actions.act_window 123 +6348 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_payments_receivable 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.menu 101 +6349 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_payments_payable 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.menu 102 +6350 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_payment_invoice_form 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.view 335 +6351 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_invoice_payment 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.actions.act_window 124 +6352 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_payment_from_invoices 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.ui.view 336 +6353 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_payment_from_invoices 2019-03-20 06:39:20 2019-03-20 07:10:35 account ir.actions.act_window 125 +6354 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_move_line_reconcile_full 2019-03-20 06:39:20 2019-03-20 07:10:36 account ir.ui.view 337 +6355 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_view_account_move_line_reconcile 2019-03-20 06:39:20 2019-03-20 07:10:36 account ir.actions.act_window 126 +6356 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_move_line_reconcile_prompt_values 2019-03-20 06:39:20 2019-03-20 07:10:36 account ir.values 17 +6357 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_move_line_reconcile_writeoff 2019-03-20 06:39:20 2019-03-20 07:10:36 account ir.ui.view 338 +6358 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_unreconcile_view 2019-03-20 06:39:20 2019-03-20 07:10:36 account ir.ui.view 339 +6359 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_unreconcile 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 127 +6360 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_unreconcile_values 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.values 18 +6361 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_move_reversal 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.ui.view 340 +6362 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_view_account_move_reversal 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 128 +6363 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_move_reversal 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.values 19 +6364 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_form 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.ui.view 341 +6365 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_list 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.ui.view 342 +6366 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_search 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.ui.view 343 +6367 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_form 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 129 +6368 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_form 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.ui.menu 103 +6369 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_partner_ledger_payable 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 130 +6370 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_partner_ledger_payable_no_partner 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 131 +6371 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_partner_ledger_receivable 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 132 +6372 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_partner_ledger_receivable_no_partner 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 133 +6373 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_acount_move_line_open_unreconciled 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 134 +6374 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_select 2019-03-20 06:39:21 2019-03-20 07:10:36 account ir.actions.act_window 135 +6375 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_select 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 136 +6376 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_select_by_type 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 137 +6377 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_select_by_partner 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 138 +6378 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_tax_net 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 139 +6379 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_tax_tax 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 140 +6380 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_tax_net_posted 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 141 +6381 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_tax_tax_posted 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 142 +6382 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_journal_tree 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.ui.view 344 +6383 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_journal_search 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.ui.view 345 +6384 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_journal_form 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.ui.view 346 +6385 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_bank_journal_tree 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.ui.view 347 +6386 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_bank_journal_form 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.ui.view 348 +6387 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_bank_journal_form 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 143 +6388 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_bank_journal_form 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.ui.menu 104 +6389 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_journal_form 2019-03-20 06:39:21 2019-03-20 07:10:37 account ir.actions.act_window 144 +6390 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_journal_form 2019-03-20 06:39:22 2019-03-20 07:10:37 account ir.ui.menu 105 +6391 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_journal_2_account_bank_statement 2019-03-20 06:39:22 2019-03-20 07:10:37 account ir.actions.act_window 145 +6392 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_journal_2_account_move_line 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window 146 +6393 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_tag_view_form 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.view 349 +6394 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_tag_action 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window 147 +6395 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_tag_menu 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.menu 106 +6396 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_bnk_stmt_cashbox 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.view 350 +6397 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_view_account_bnk_stmt_cashbox 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window 148 +6398 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_bnk_stmt_check 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.view 351 +6399 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_view_account_bnk_stmt_check 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window 149 +6400 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_reconcile_bank_statements 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.client 150 +6401 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_bank_statement_tree 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.view 352 +6402 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_bank_statement_search 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.view 353 +6403 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_bank_statement_form 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.ui.view 354 +6404 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_statement_tree 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window 151 +6405 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_statement_tree_bank 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window.view 18 +6406 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_statement_form_bank 2019-03-20 06:39:22 2019-03-20 07:10:38 account ir.actions.act_window.view 19 +6407 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_bank_statement_line_search 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 355 +6408 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_bank_statement_line_form 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 356 +6409 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_bank_statement_line_tree 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 357 +6410 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_statement_line 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.actions.act_window 152 +6411 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_statement_draft_tree 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.actions.act_window 153 +6412 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_bank_reconcile 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.actions.client 154 +6413 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_manual_reconcile 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.actions.client 155 +6414 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_reconcile_model_form 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 358 +6415 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_reconcile_model_tree 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 359 +6416 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_reconcile_model_search 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 360 +6417 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_reconcile_model 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.actions.act_window 156 +6418 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_report_folder 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.menu 107 +6419 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_type_search 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 361 +6420 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_type_tree 2019-03-20 06:39:22 2019-03-20 07:10:39 account ir.ui.view 362 +6421 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_type_form 2019-03-20 06:39:23 2019-03-20 07:10:39 account ir.ui.view 363 +6422 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_type_form 2019-03-20 06:39:23 2019-03-20 07:10:39 account ir.actions.act_window 157 +6423 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_tax_tree 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 364 +6424 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_tax_search 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 365 +6425 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_tax_form 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 366 +6426 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_tax_form 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.actions.act_window 158 +6427 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_tax_form 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.menu 108 +6428 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_move_line_form 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 367 +6429 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_move_line_form2 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 368 +6430 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_move_line_pivot 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 369 +6431 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_move_line_tree 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 370 +6432 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_move_line_graph_date 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 371 +6433 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_move_line_graph_date_cash_basis 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 372 +6434 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_move_line_filter 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.view 373 +6435 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_moves_all_a 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.actions.act_window 159 +6436 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_moves_all 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.ui.menu 109 +6437 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_moves_all_tree 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.actions.act_window 160 +6438 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_graph 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.actions.act_window 161 +6439 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_graph_posted 2019-03-20 06:39:23 2019-03-20 07:10:40 account ir.actions.act_window 162 +6440 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_graph_cash_basis 2019-03-20 06:39:23 2019-03-20 07:10:41 account ir.actions.act_window 163 +6441 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_graph_cash_basis_posted 2019-03-20 06:39:23 2019-03-20 07:10:41 account ir.actions.act_window 164 +6442 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_move_tree 2019-03-20 06:39:23 2019-03-20 07:10:41 account ir.ui.view 374 +6443 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_move_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 375 +6444 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_move_filter 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 376 +6445 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_journal_line 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.actions.act_window 165 +6446 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_move_journal_line_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.menu 110 +6447 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_move_line_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.actions.act_window 166 +6448 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_move_to_account_move_line_open 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.actions.act_window 167 +6449 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_full_reconcile_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 377 +6450 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_payment_term_line_tree 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 378 +6451 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_payment_term_line_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 379 +6452 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_payment_term_search 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 380 +6453 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_payment_term_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 381 +6454 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_payment_term_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.actions.act_window 168 +6455 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_payment_term_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.menu 111 +6456 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_template_form 2019-03-20 06:39:24 2019-03-20 07:10:41 account ir.ui.view 382 +6457 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_template_tree 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.ui.view 383 +6458 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_template_search 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.ui.view 384 +6459 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_template_form 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.actions.act_window 169 +6460 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_chart_template_form 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.ui.view 385 +6461 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_chart_template_seacrh 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.ui.view 386 +6462 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_chart_template_tree 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.ui.view 387 +6463 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_chart_template_form 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.actions.act_window 170 +6464 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_tax_template_form 2019-03-20 06:39:24 2019-03-20 07:10:42 account ir.ui.view 388 +6465 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_tax_template_tree 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.ui.view 389 +6466 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_tax_template_search 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.ui.view 390 +6467 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_tax_template_form 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.actions.act_window 171 +6468 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_wizard_multi_chart 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.ui.view 391 +6469 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_wizard_multi_chart 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.actions.act_window 172 +6470 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_position_template_search 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.ui.view 392 +6471 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_position_template_form 2019-03-20 06:39:25 2019-03-20 07:10:42 account ir.ui.view 393 +6472 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_position_template_tree 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 394 +6473 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_fiscal_position_template_form 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.actions.act_window 173 +6474 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_bank_statement_pivot 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 395 +6475 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_bank_statement_graph 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 396 +6476 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_view_bank_statement_tree 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.actions.act_window 174 +6478 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_product_template_action 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.menu 113 +6479 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_supplier 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.menu 114 +6480 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_financial_report_form 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 397 +6481 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_financial_report_tree 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 398 +6482 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_financial_report_search 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 399 +6483 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_financial_report_tree 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.actions.act_window 175 +6484 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_financial_reports_tree 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.menu 115 +6485 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_report_tree_hierarchy 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.view 400 +6486 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_report_tree_hierarchy 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.actions.act_window 176 +6487 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_report_tree_hierarchy 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.menu 116 +6488 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_manual_reconciliation 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.actions.client 177 +6489 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_manual_reconciliation 2019-03-20 06:39:25 2019-03-20 07:10:43 account ir.ui.menu 117 +6490 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_invoices 2019-03-20 06:39:26 2019-03-20 07:10:43 account ir.actions.report.xml 178 +6491 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_invoice_action_report_duplicate 2019-03-20 06:39:26 2019-03-20 07:10:43 account ir.actions.report.xml 179 +6492 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_print_overdue 2019-03-20 06:39:26 2019-03-20 07:10:43 account ir.actions.report.xml 180 +6493 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_general_ledger 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.report.xml 181 +6494 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_trial_balance 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.report.xml 182 +6495 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_financial 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.report.xml 183 +6496 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_aged_partner_balance 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.report.xml 184 +6497 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_journal 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.report.xml 185 +6498 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_report_partnerledger 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.report.xml 186 +6499 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_invoice_refund 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.ui.view 401 +6500 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_invoice_refund 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.act_window 187 +6501 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f validate_account_move_view 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.ui.view 402 +6502 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_validate_account_move 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.act_window 188 +6503 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f validate_account_move_values 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.values 43 +6504 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_invoice_confirm_view 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.ui.view 403 +6505 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_invoice_confirm 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.act_window 189 +6506 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_invoice_cancel_view 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.ui.view 404 +6507 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_invoice_cancel 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.actions.act_window 190 +6508 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f cash_box_in_form 2019-03-20 06:39:26 2019-03-20 07:10:44 account ir.ui.view 405 +6509 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_cash_box_in 2019-03-20 06:39:26 2019-03-20 07:10:45 account ir.actions.act_window 191 +6510 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f cash_box_out_form 2019-03-20 06:39:26 2019-03-20 07:10:45 account ir.ui.view 406 +6511 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_cash_box_out 2019-03-20 06:39:26 2019-03-20 07:10:45 account ir.actions.act_window 192 +6512 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_line_calendar 2019-03-20 06:39:26 2019-03-20 07:10:45 account ir.ui.view 407 +6513 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_pivot 2019-03-20 06:39:26 2019-03-20 07:10:45 account ir.ui.view 408 +6514 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_graph 2019-03-20 06:39:27 2019-03-20 07:10:45 account ir.ui.view 409 +6515 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_line_tree 2019-03-20 06:39:27 2019-03-20 07:10:45 account ir.ui.view 410 +6516 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_line_form 2019-03-20 06:39:27 2019-03-20 07:10:45 account ir.ui.view 411 +6517 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_tax_tree 2019-03-20 06:39:27 2019-03-20 07:10:45 account ir.ui.view 412 +6518 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_invoice_tax_form 2019-03-20 06:39:27 2019-03-20 07:10:45 account ir.ui.view 413 +6519 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f invoice_tree 2019-03-20 06:39:27 2019-03-20 07:10:45 account ir.ui.view 414 +6520 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f invoice_kanban 2019-03-20 06:39:27 2019-03-20 07:10:46 account ir.ui.view 415 +6521 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f invoice_supplier_tree 2019-03-20 06:39:27 2019-03-20 07:10:46 account ir.ui.view 416 +6522 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f invoice_supplier_form 2019-03-20 06:39:27 2019-03-20 07:10:46 account ir.ui.view 417 +6523 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f invoice_form 2019-03-20 06:39:27 2019-03-20 07:10:46 account ir.ui.view 418 +6525 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_invoice_filter 2019-03-20 06:39:27 2019-03-20 07:10:46 account ir.ui.view 419 +6526 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree 2019-03-20 06:39:27 2019-03-20 07:10:46 account ir.actions.act_window 193 +6527 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_refund_out_tree 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window 194 +6528 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_refund_out_tree_tree 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 20 +6529 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_refund_out_tree_form 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 21 +6530 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree_pending_invoice 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window 195 +6531 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree_view1 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 22 +6532 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree_view2 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 23 +6534 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree1_view1 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 24 +6535 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_tree1_view2 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 25 +6536 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_invoice_tree1 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.ui.menu 118 +6538 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice_supplier_tree1_view1 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 26 +6539 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_invoice__supplier_tree1_view2 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window.view 27 +6540 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_invoice_tree2 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.ui.menu 119 +6541 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_journal_2_account_invoice_opened 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window 198 +6544 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_position_form 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.ui.view 420 +6545 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_position_tree 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.ui.view 421 +6546 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_open_partner_analytic_accounts 2019-03-20 06:39:28 2019-03-20 07:10:46 account ir.actions.act_window 199 +6547 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f partner_view_buttons 2019-03-20 06:39:28 2019-03-20 07:10:47 account ir.ui.view 422 +6548 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f partner_view_button_contracts_count 2019-03-20 06:39:28 2019-03-20 07:10:47 account ir.ui.view 423 +6549 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_fiscal_position_form 2019-03-20 06:39:28 2019-03-20 07:10:47 account ir.actions.act_window 200 +6550 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_fiscal_position_form 2019-03-20 06:39:28 2019-03-20 07:10:47 account ir.ui.menu 120 +6551 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_partner_property_form 2019-03-20 06:39:29 2019-03-20 07:10:47 account ir.ui.view 424 +6552 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f product_template_form_view 2019-03-20 06:39:29 2019-03-20 07:10:47 account ir.ui.view 425 +6553 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_category_property_form 2019-03-20 06:39:29 2019-03-20 07:10:47 account ir.ui.view 426 +6554 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_analytic_line_form_inherit_account 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.view 427 +6555 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_analytic_line_tree_inherit_account 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.view 428 +6556 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_analytic_line_filter_inherit_account 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.view 429 +6557 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_analytic_line_pivot 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.view 430 +6558 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_analytic_account_tree2 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.menu 121 +6559 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_analytic_lines_tree 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.menu 122 +6560 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_analytic_def_account 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.menu 123 +6561 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f analytic_line_reporting_pivot 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.actions.act_window 201 +6562 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_analytic_lines_reporting 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.menu 124 +6563 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_analytic_tag_menu 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.ui.menu 125 +6564 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f open_account_charts_modules 2019-03-20 06:39:29 2019-03-20 07:10:48 account ir.actions.act_window 202 +6565 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_config_settings 2019-03-20 06:39:30 2019-03-20 07:10:48 account ir.ui.view 431 +6566 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_config 2019-03-20 06:39:30 2019-03-20 07:10:48 account ir.actions.act_window 203 +6533 1 2019-03-20 06:39:13.995111 2019-03-20 07:12:25.853647 1 f action_invoice_tree1 2019-03-20 06:39:28 2019-03-20 07:12:26 account ir.actions.act_window 196 +6568 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f assets_backend 2019-03-20 06:39:30 2019-03-20 07:10:48 account ir.ui.view 432 +6570 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_invoice 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 434 +6571 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_invoice_report_duplicate 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 435 +6572 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_invoice_report_duplicate_main 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 436 +6573 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_invoice_report_pivot 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 437 +6574 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_invoice_report_graph 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 438 +6524 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f filter_invoice_salespersons 2019-03-20 06:39:27 2019-03-20 07:10:49 account ir.filters 1 +6575 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f filter_invoice_product 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.filters 2 +6576 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f filter_invoice_product_category 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.filters 3 +6577 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f filter_invoice_refund 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.filters 4 +6578 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f filter_invoice_country 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.filters 5 +6579 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f view_account_invoice_report_search 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 439 +6580 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_invoice_report_all_supp 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.actions.act_window 204 +6581 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_invoice_report_all 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.actions.act_window 205 +6582 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_account_invoice_report_all 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.menu 127 +6583 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f act_account_invoice_partner_relation 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.actions.act_window 206 +6584 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f external_layout_footer 2019-03-20 06:39:30 2019-03-20 07:10:49 account ir.ui.view 440 +6585 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_journal_dashboard_kanban_view 2019-03-20 06:39:31 2019-03-20 07:10:49 account ir.ui.view 441 +6586 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f open_account_journal_dashboard_kanban 2019-03-20 06:39:31 2019-03-20 07:10:49 account ir.actions.act_window 207 +6587 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_board_journal_1 2019-03-20 06:39:31 2019-03-20 07:10:49 account ir.ui.menu 128 +6590 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_planner 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.view 444 +6591 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f planner_account 2019-03-20 06:39:31 2019-03-20 07:10:50 account web.planner 1 +6588 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_overdue_document 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.view 442 +6589 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_overdue 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.view 443 +6592 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_common_report_view 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.view 445 +6593 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_common_menu 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.actions.act_window 208 +6594 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_report_print_journal_view 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.view 446 +6595 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_print_journal_menu 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.actions.act_window 209 +6596 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_print_journal 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.menu 129 +6597 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_journal 2019-03-20 06:39:31 2019-03-20 07:10:50 account ir.ui.view 447 +6598 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_report_partner_ledger_view 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.ui.view 448 +6599 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_partner_ledger_menu 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.actions.act_window 210 +6600 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_partner_ledger_values 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.values 49 +6601 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_partner_ledger 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.ui.menu 130 +6602 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_partnerledger 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.ui.view 449 +6603 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_report_general_ledger_view 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.ui.view 450 +6604 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_general_ledger_menu 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.actions.act_window 211 +6605 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_general_ledger_values 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.values 50 +6606 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_general_ledger 2019-03-20 06:39:31 2019-03-20 07:10:51 account ir.ui.menu 131 +6607 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_generalledger 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.view 451 +6608 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_report_balance_view 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.view 452 +6609 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_balance_menu 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.actions.act_window 212 +6610 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_general_Balance_report 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.menu 132 +6611 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_balance_report_values1 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.values 51 +6612 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_trialbalance 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.view 453 +6621 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f accounting_report_view 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.view 454 +6622 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_report_bs 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.actions.act_window 213 +6623 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_report_bs 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.menu 133 +6624 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_report_pl 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.actions.act_window 214 +6625 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_report_pl 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.menu 134 +6626 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_report 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.actions.act_window 215 +6627 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_account_report 2019-03-20 06:39:32 2019-03-20 07:10:51 account ir.ui.menu 135 +6628 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_financial 2019-03-20 06:39:32 2019-03-20 07:10:52 account ir.ui.view 455 +6629 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f account_aged_balance_view 2019-03-20 06:39:32 2019-03-20 07:10:52 account ir.ui.view 456 +6630 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f action_account_aged_balance_view 2019-03-20 06:39:32 2019-03-20 07:10:52 account ir.actions.act_window 216 +6631 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_aged_trial_balance 2019-03-20 06:39:32 2019-03-20 07:10:52 account ir.ui.menu 136 +6632 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f report_agedpartnerbalance 2019-03-20 06:39:33 2019-03-20 07:10:52 account ir.ui.view 457 +6633 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f tax_adjustments_form 2019-03-20 06:39:33 2019-03-20 07:10:52 account ir.actions.act_window 217 +6634 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f menu_action_tax_adjustment 2019-03-20 06:39:33 2019-03-20 07:10:52 account ir.ui.menu 137 +6635 1 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 f tax_adjustments_wizard 2019-03-20 06:39:33 2019-03-20 07:10:52 account ir.ui.view 458 +6663 1 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 1 f group_search_view 2019-03-20 06:39:38 2019-03-20 07:10:58 portal ir.ui.view 459 +6664 1 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 1 f group_form_view 2019-03-20 06:39:38 2019-03-20 07:10:58 portal ir.ui.view 460 +6665 1 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 1 f partner_wizard_action 2019-03-20 06:39:38 2019-03-20 07:10:58 portal ir.actions.act_window 218 +6666 1 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 1 f wizard_view 2019-03-20 06:39:38 2019-03-20 07:10:58 portal ir.ui.view 461 +6667 1 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 1 f access_ir_attachment_portal 2019-03-20 06:39:38 2019-03-20 07:10:59 portal ir.model.access 268 +6668 1 2019-03-20 06:39:38.314768 2019-03-20 07:10:58.321994 1 f access_ir_ui_menu_portal 2019-03-20 06:39:39 2019-03-20 07:10:59 portal ir.model.access 269 +6732 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f access_procurement 2019-03-20 06:39:40 2019-03-20 07:11:00 procurement ir.model.access 270 +6733 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f access_procurement_group 2019-03-20 06:39:40 2019-03-20 07:11:00 procurement ir.model.access 271 +6734 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f access_procurement_rule 2019-03-20 06:39:40 2019-03-20 07:11:00 procurement ir.model.access 272 +6739 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f view_compute_schedulers_wizard 2019-03-20 06:39:40 2019-03-20 07:11:00 procurement ir.ui.view 462 +6740 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f action_compute_schedulers 2019-03-20 06:39:40 2019-03-20 07:11:00 procurement ir.actions.act_window 219 +6741 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_tree_view 2019-03-20 06:39:41 2019-03-20 07:11:00 procurement ir.ui.view 463 +6742 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_form_view 2019-03-20 06:39:41 2019-03-20 07:11:00 procurement ir.ui.view 464 +6743 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f do_view_procurements 2019-03-20 06:39:41 2019-03-20 07:11:00 procurement ir.actions.act_window 220 +6744 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_group_form_view 2019-03-20 06:39:41 2019-03-20 07:11:00 procurement ir.ui.view 465 +6745 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f view_procurement_filter 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.ui.view 466 +6746 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_order_action_exceptions 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.actions.act_window 221 +6747 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_action 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.actions.act_window 222 +6748 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_order_action_product_template_stat 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.actions.act_window 223 +6749 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_order_action_product_product_stat 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.actions.act_window 224 +6750 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_action5 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.actions.act_window 225 +6751 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f view_procurement_rule_filter 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.ui.view 467 +6752 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f view_procurement_rule_tree 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.ui.view 468 +6753 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f view_procurement_rule_form 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.ui.view 469 +6754 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f procurement_order_server_action 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.actions.server 226 +6755 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f run_procurement_order_action 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.values 53 +6756 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f product_template_view_form_procurement_button 2019-03-20 06:39:41 2019-03-20 07:11:01 procurement ir.ui.view 470 +6757 1 2019-03-20 06:39:40.68873 2019-03-20 07:11:00.149082 1 f product_product_view_form_procurement_button 2019-03-20 06:39:42 2019-03-20 07:11:02 procurement ir.ui.view 471 +6567 1 2019-03-20 06:39:13.995111 2019-03-20 07:11:03.306177 1 f menu_account_config 2019-03-20 06:39:30 2019-03-20 07:11:03 account ir.ui.menu 126 +6330 1 2019-03-20 06:39:13.995111 2019-03-20 07:11:03.306177 1 f menu_finance_reports 2019-03-20 06:39:19 2019-03-20 07:11:03 account ir.ui.menu 90 +9534 1 2019-03-20 07:03:50.25931 2019-03-20 07:11:03.306177 1 f assets_backend 2019-03-20 07:03:51 2019-03-20 07:11:03 account_accountant ir.ui.view 779 +6810 1 2019-03-20 06:39:43.969409 2019-03-20 07:11:05.587061 1 f account_bank_statement_import_view 2019-03-20 06:39:44 2019-03-20 07:11:05 account_bank_statement_import ir.ui.view 472 +6811 1 2019-03-20 06:39:43.969409 2019-03-20 07:11:05.587061 1 f action_account_bank_statement_import 2019-03-20 06:39:44 2019-03-20 07:11:05 account_bank_statement_import ir.actions.act_window 227 +6812 1 2019-03-20 06:39:43.969409 2019-03-20 07:11:05.587061 1 f journal_dashboard_view_inherit 2019-03-20 06:39:44 2019-03-20 07:11:05 account_bank_statement_import ir.ui.view 473 +6813 1 2019-03-20 06:39:43.969409 2019-03-20 07:11:05.587061 1 f account_bank_statement_import_journal_creation_view 2019-03-20 06:39:44 2019-03-20 07:11:06 account_bank_statement_import ir.ui.view 474 +6874 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f access_account_voucher_manager 2019-03-20 06:39:45 2019-03-20 07:11:07 account_voucher ir.model.access 273 +6875 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f access_account_voucher_line_manager 2019-03-20 06:39:45 2019-03-20 07:11:07 account_voucher ir.model.access 274 +6876 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f access_account_voucher_invoice 2019-03-20 06:39:46 2019-03-20 07:11:07 account_voucher ir.model.access 275 +6877 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f access_account_voucher_line_invoice 2019-03-20 06:39:46 2019-03-20 07:11:07 account_voucher ir.model.access 276 +6878 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_tree 2019-03-20 06:39:46 2019-03-20 07:11:08 account_voucher ir.ui.view 475 +6879 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_tree_purchase 2019-03-20 06:39:46 2019-03-20 07:11:08 account_voucher ir.ui.view 476 +6880 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_kanban 2019-03-20 06:39:46 2019-03-20 07:11:08 account_voucher ir.ui.view 477 +6881 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_line_form 2019-03-20 06:39:46 2019-03-20 07:11:08 account_voucher ir.ui.view 478 +6882 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_line_tree 2019-03-20 06:39:46 2019-03-20 07:11:08 account_voucher ir.ui.view 479 +6883 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_filter 2019-03-20 06:39:46 2019-03-20 07:11:08 account_voucher ir.ui.view 480 +6884 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f account_cash_statement_graph 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.ui.view 481 +6885 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f act_journal_voucher_open 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.actions.act_window 228 +6886 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_review_voucher_list 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.actions.act_window 229 +6887 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_filter_vendor 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.ui.view 482 +6888 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_voucher_filter_sale 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.ui.view 483 +6889 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_sale_receipt_form 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.ui.view 484 +6890 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_sale_receipt 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.actions.act_window 230 +6891 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_sale_receipt_tree 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.actions.act_window.view 28 +6892 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_sale_receipt_form 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.actions.act_window.view 29 +6893 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f menu_action_sale_receipt 2019-03-20 06:39:46 2019-03-20 07:11:09 account_voucher ir.ui.menu 138 +6894 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f view_purchase_receipt_form 2019-03-20 06:39:47 2019-03-20 07:11:09 account_voucher ir.ui.view 485 +6895 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_purchase_receipt 2019-03-20 06:39:47 2019-03-20 07:11:09 account_voucher ir.actions.act_window 231 +6896 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_purchase_receipt_tree 2019-03-20 06:39:47 2019-03-20 07:11:09 account_voucher ir.actions.act_window.view 30 +6897 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f action_purchase_receipt_form 2019-03-20 06:39:47 2019-03-20 07:11:09 account_voucher ir.actions.act_window.view 31 +6898 1 2019-03-20 06:39:45.927256 2019-03-20 07:11:07.597957 1 f menu_action_purchase_receipt 2019-03-20 06:39:47 2019-03-20 07:11:09 account_voucher ir.ui.menu 139 +7006 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f root_payment_menu 2019-03-20 06:39:50 2019-03-20 07:11:11 payment ir.ui.menu 140 +7007 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_transaction_action_child 2019-03-20 06:39:50 2019-03-20 07:11:11 payment ir.actions.act_window 232 +7008 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f acquirer_form 2019-03-20 06:39:50 2019-03-20 07:11:12 payment ir.ui.view 487 +7009 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f acquirer_kanban 2019-03-20 06:39:50 2019-03-20 07:11:12 payment ir.ui.view 488 +7010 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f acquirer_list 2019-03-20 06:39:50 2019-03-20 07:11:12 payment ir.ui.view 489 +7011 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f acquirer_search 2019-03-20 06:39:50 2019-03-20 07:11:12 payment ir.ui.view 490 +7012 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f action_payment_acquirer 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.actions.act_window 233 +7013 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_acquirer_menu 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.ui.menu 141 +7014 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f transaction_form 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.ui.view 491 +7015 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f transaction_list 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.ui.view 492 +7016 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f transaction 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.ui.view 493 +7017 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f action_payment_transaction 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.actions.act_window 234 +7018 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_transaction_menu 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.ui.menu 142 +7019 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_token_tree_view 2019-03-20 06:39:51 2019-03-20 07:11:12 payment ir.ui.view 494 +7020 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_token_view_search 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.ui.view 495 +7021 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f action_payment_tx_ids 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.actions.act_window 235 +7022 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_token_form_view 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.ui.view 496 +7023 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_token_action 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.actions.act_window 236 +7024 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_token_menu 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.ui.menu 143 +7025 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_acquirer_installation 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.ui.view 497 +7026 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f view_account_payment_form_inherit_payment 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.ui.view 498 +7027 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f view_account_payment_invoice_form_inherit_payment 2019-03-20 06:39:51 2019-03-20 07:11:13 payment ir.ui.view 499 +7028 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f assets_backend 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.ui.view 500 +7029 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f view_partners_form_payment_defaultcreditcard 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.ui.view 501 +7030 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_acquirer_all 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 277 +7031 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_acquirer_user 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 278 +7032 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_acquirer_system 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 279 +7033 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_transaction_all 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 280 +7034 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_transaction_user 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 281 +7035 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_transaction_system 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 282 +7036 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_method_all 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 283 +7037 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_method_user 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 284 +7038 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_method_portal 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 285 +7039 1 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 f payment_method_system 2019-03-20 06:39:52 2019-03-20 07:11:14 payment ir.model.access 286 +7440 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_sale_order 2019-03-20 06:48:19 2019-03-20 07:11:19 sale ir.actions.report.xml 244 +7443 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_product_pivot 2019-03-20 06:48:19 2019-03-20 07:11:19 sale ir.ui.view 523 +7444 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_product_graph 2019-03-20 06:48:19 2019-03-20 07:11:19 sale ir.ui.view 524 +7445 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f filter_sale_report_sales_funnel 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.filters 6 +7446 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f filter_sale_report_salespersons 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.filters 7 +7447 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f filter_sale_report_salesteam 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.filters 8 +7448 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f filter_isale_report_product 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.filters 9 +7449 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f view_order_product_search 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.ui.view 525 +7451 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f menu_report_product_all 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.ui.menu 165 +7452 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_saleorder_document 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.ui.view 526 +7453 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_saleorder 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.ui.view 527 +7454 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_invoice_layouted 2019-03-20 06:48:19 2019-03-20 07:11:20 sale ir.ui.view 528 +7455 1 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 f report_invoice_document_inherit_sale 2019-03-20 06:48:20 2019-03-20 07:11:20 sale ir.ui.view 529 +7190 1 2019-03-20 06:48:10.08327 2019-03-20 07:11:19.263357 1 f menu_base_partner 2019-03-20 06:48:12 2019-03-20 07:11:32 sales_team ir.ui.menu 148 +\. + + +-- +-- Name: ir_model_data_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_model_data_id_seq', 9534, true); + + +-- +-- Data for Name: ir_model_fields; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model_fields (id, model, model_id, name, state, field_description, help, ttype, relation, relation_field, index, copy, related, readonly, required, selectable, translate, serialization_field_id, relation_table, column1, column2, store, domain, selection, create_date, on_delete, write_uid, depends, size, complete_name, create_uid, compute, write_date) FROM stdin; +881 res.lang 76 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +956 res.partner 79 tz base Timezone The partner's timezone, used to output proper date and time values inside printed reports. It is important to set a value for this field. You should use the same timezone that is otherwise used to pick and render date and time values: your computer's timezone. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +957 res.partner 79 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +958 res.partner 79 customer base Is a Customer Check this box if this contact is a customer. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +959 res.partner 79 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +960 res.partner 79 credit_limit base Credit Limit \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +961 res.partner 79 name base Name \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +962 res.partner 79 user_id base Salesperson The internal user that is in charge of communicating with this contact if any. many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +963 res.partner 79 mobile base Mobile \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +964 res.partner 79 type base Address Type Used to select automatically the right address according to the context in sales and purchases documents. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +965 res.partner 79 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +966 res.partner 79 image_small base Small-sized image Small-sized image of this contact. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +967 res.partner 79 partner_share base Share Partner Either customer (no user), either shared user. Indicated the current partner is a customer without access or with a limited access created for sharing data. boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +968 res.partner 79 vat base TIN Tax Identification Number. Fill it if the company is subjected to taxes. Used by the some of the legal statements. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +969 res.partner 79 state_id base State \N many2one res.country.state \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +970 res.partner 79 category_id base Tags \N many2many res.partner.category \N f t \N f f t f \N res_partner_res_partner_category_rel partner_id category_id t \N \N \N \N \N \N \N \N \N \N \N +971 res.partner 79 commercial_partner_id base Commercial Entity \N many2one res.partner \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +972 res.bank 80 city base City \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +973 res.bank 80 fax base Fax \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +974 res.bank 80 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +975 res.bank 80 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +976 res.bank 80 zip base Zip \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +977 res.bank 80 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +978 res.bank 80 country base Country \N many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +979 res.bank 80 street2 base Street2 \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +980 res.bank 80 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +981 res.bank 80 bic base Bank Identifier Code Sometimes called BIC or Swift. char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +982 res.bank 80 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +983 res.bank 80 phone base Phone \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +984 res.bank 80 state base Fed. State \N many2one res.country.state \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +985 res.bank 80 street base Street \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +986 res.bank 80 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +987 res.bank 80 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +988 res.bank 80 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +989 res.bank 80 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +990 res.bank 80 email base Email \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +991 res.partner.bank 81 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +992 res.partner.bank 81 bank_name base Name \N char \N \N f f bank_id.name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +993 res.partner.bank 81 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +994 res.partner.bank 81 bank_bic base Bank Identifier Code Sometimes called BIC or Swift. char \N \N f f bank_id.bic f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +995 res.partner.bank 81 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +996 res.partner.bank 81 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +997 res.partner.bank 81 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +998 res.partner.bank 81 acc_type base Acc type Bank account type, inferred from account number char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +999 res.partner.bank 81 bank_id base Bank \N many2one res.bank \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1000 res.partner.bank 81 currency_id base Currency \N many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1001 res.partner.bank 81 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1002 res.partner.bank 81 sanitized_acc_number base Sanitized Account Number \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1003 res.partner.bank 81 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1004 res.partner.bank 81 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1005 res.partner.bank 81 partner_id base Account Holder \N many2one res.partner \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1006 res.partner.bank 81 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1007 res.partner.bank 81 acc_number base Account Number \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1008 res.config 82 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1009 res.config 82 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1010 res.config 82 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1011 res.config 82 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1012 res.config 82 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1013 res.config 82 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1014 res.config 82 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1015 res.config.installer 83 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1 base 1 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +1016 res.config.installer 83 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1017 res.config.installer 83 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1018 res.config.installer 83 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1019 res.config.installer 83 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +882 res.lang 76 translatable base Translatable \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +883 res.lang 76 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +884 res.lang 76 time_format base Time Format \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +885 res.lang 76 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +886 res.lang 76 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +887 res.lang 76 decimal_point base Decimal Separator \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +888 res.lang 76 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +889 res.lang 76 iso_code base ISO code This ISO code is the name of po files to use for translations char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +890 res.lang 76 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +891 res.lang 76 grouping base Separator Format The Separator Format should be like [,n] where 0 < n :starting from Unit digit. -1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500; [1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +892 res.partner.category 77 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +893 res.partner.category 77 parent_right base Right parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +894 res.partner.category 77 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +895 res.partner.category 77 name base Tag Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +896 res.partner.category 77 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +897 res.partner.category 77 color base Color Index \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +898 res.partner.category 77 child_ids base Child Tags \N one2many res.partner.category parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +899 res.partner.category 77 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +900 res.partner.category 77 parent_id base Parent Category \N many2one res.partner.category \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +901 res.partner.category 77 parent_left base Left parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +902 res.partner.category 77 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +903 res.partner.category 77 active base Active The active field allows you to hide the category without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +904 res.partner.category 77 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +905 res.partner.category 77 partner_ids base Partners \N many2many res.partner \N f t \N f f t f \N res_partner_res_partner_category_rel category_id partner_id t \N \N \N \N \N \N \N \N \N \N \N +906 res.partner.category 77 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +907 res.partner.title 78 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +908 res.partner.title 78 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +909 res.partner.title 78 name base Title \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +910 res.partner.title 78 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +911 res.partner.title 78 shortcut base Abbreviation \N char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +912 res.partner.title 78 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +913 res.partner.title 78 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +914 res.partner.title 78 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +915 res.partner.title 78 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +916 res.partner 79 comment base Notes \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +917 res.partner 79 website base Website Website of Partner or Company char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +918 res.partner 79 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +919 res.partner 79 color base Color Index \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +920 res.partner 79 image base Image This field holds the image used as avatar for this contact, limited to 1024x1024px binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +921 res.partner 79 company_type base Company Type \N selection \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +922 res.partner 79 tz_offset base Timezone offset \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +923 res.partner 79 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +924 res.partner 79 contact_address base Complete Address \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +925 res.partner 79 street base Street \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +926 res.partner 79 supplier base Is a Vendor Check this box if this contact is a vendor. If it's not checked, purchase people will not see it when encoding a purchase order. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +927 res.partner 79 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +928 res.partner 79 city base City \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +929 res.partner 79 display_name base Display Name \N char \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +930 res.partner 79 zip base Zip \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +931 res.partner 79 title base Title \N many2one res.partner.title \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +932 res.partner 79 self base Self \N many2one res.partner \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +933 res.partner 79 country_id base Country \N many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +934 res.partner 79 company_id base Company \N many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +935 res.partner 79 email_formatted base Formatted Email Format email address "Name " char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +936 res.partner 79 commercial_company_name base Company Name Entity \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +937 res.partner 79 parent_id base Related Company \N many2one res.partner \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +938 res.partner 79 company_name base Company Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +939 res.partner 79 employee base Employee Check this box if this contact is an Employee. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +940 res.partner 79 ref base Internal Reference \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +941 res.partner 79 email base Email \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +942 res.partner 79 is_company base Is a Company Check if the contact is a company, otherwise it is a person boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +943 res.partner 79 function base Job Position \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +944 res.partner 79 lang base Language If the selected language is loaded in the system, all documents related to this contact will be printed in this language. If not, it will be English. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +945 res.partner 79 fax base Fax \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +946 res.partner 79 bank_ids base Banks \N one2many res.partner.bank partner_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +947 res.partner 79 parent_name base Parent name \N char \N \N f f parent_id.name t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +948 res.partner 79 street2 base Street2 \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2 base 1 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +124 wizard.ir.model.menu.create 9 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +125 wizard.ir.model.menu.create 9 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +126 wizard.ir.model.menu.create 9 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +127 ir.sequence 10 use_date_range base Use subsequences per date_range \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +128 ir.sequence 10 code base Sequence Code \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +129 ir.sequence 10 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +130 ir.sequence 10 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +131 ir.sequence 10 number_next base Next Number Next number of this sequence integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +132 ir.sequence 10 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +133 ir.sequence 10 implementation base Implementation Two sequence object implementations are offered: Standard and 'No gap'. The later is slower than the former but forbids anygap in the sequence (while they are possible in the former). selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +134 ir.sequence 10 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +135 ir.sequence 10 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +136 ir.sequence 10 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +137 ir.sequence 10 padding base Sequence Size Odoo will automatically adds some '0' on the left of the 'Next Number' to get the required padding size. integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +138 ir.sequence 10 number_increment base Step The next number of the sequence will be incremented by this number integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +139 ir.sequence 10 prefix base Prefix Prefix value of the record for the sequence char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +140 ir.sequence 10 date_range_ids base Subsequences \N one2many ir.sequence.date_range sequence_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +141 ir.sequence 10 number_next_actual base Next Number Next number that will be used. This number can be incremented frequently so the displayed value might already be obsolete integer \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +142 ir.sequence 10 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +143 ir.sequence 10 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +144 ir.sequence 10 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +145 ir.sequence 10 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +146 ir.sequence 10 suffix base Suffix Suffix value of the record for the sequence char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +147 ir.sequence.date_range 11 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +148 ir.sequence.date_range 11 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +149 ir.sequence.date_range 11 number_next base Next Number Next number of this sequence integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +150 ir.sequence.date_range 11 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +151 ir.sequence.date_range 11 date_from base From \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +152 ir.sequence.date_range 11 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +153 ir.sequence.date_range 11 sequence_id base Main Sequence \N many2one ir.sequence \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +154 ir.sequence.date_range 11 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +155 ir.sequence.date_range 11 date_to base To \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +156 ir.sequence.date_range 11 number_next_actual base Next Number Next number that will be used. This number can be incremented frequently so the displayed value might already be obsolete integer \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +157 ir.sequence.date_range 11 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +158 ir.sequence.date_range 11 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +159 ir.needaction_mixin 12 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +160 ir.needaction_mixin 12 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +161 ir.needaction_mixin 12 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +162 ir.ui.menu 13 web_icon_data base Web Icon Image \N binary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +163 ir.ui.menu 13 groups_id base Groups If you have groups, the visibility of this menu will be based on these groups. If this field is empty, Odoo will compute visibility based on the related object's read access. many2many res.groups \N f t \N f f t f \N ir_ui_menu_group_rel menu_id gid t \N \N \N \N \N \N \N \N \N \N \N +164 ir.ui.menu 13 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +165 ir.ui.menu 13 parent_right base Parent right \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +166 ir.ui.menu 13 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +167 ir.ui.menu 13 name base Menu \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +168 ir.ui.menu 13 web_icon base Web Icon File \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +169 ir.ui.menu 13 parent_id base Parent Menu \N many2one ir.ui.menu \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +170 ir.ui.menu 13 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +171 ir.ui.menu 13 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +172 ir.ui.menu 13 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +173 ir.ui.menu 13 parent_left base Parent left \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +174 ir.ui.menu 13 complete_name base Full Path \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +175 ir.ui.menu 13 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +176 ir.ui.menu 13 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +177 ir.ui.menu 13 action base Action \N reference \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +178 ir.ui.menu 13 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +179 ir.ui.menu 13 child_id base Child IDs \N one2many ir.ui.menu parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +180 ir.ui.menu 13 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +181 ir.ui.view.custom 14 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +182 ir.ui.view.custom 14 user_id base User \N many2one res.users \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +183 ir.ui.view.custom 14 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +184 ir.ui.view.custom 14 ref_id base Original View \N many2one ir.ui.view \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +185 ir.ui.view.custom 14 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +186 ir.ui.view.custom 14 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +949 res.partner 79 barcode base Barcode \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3 base 1 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +4 _unknown 2 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +5 _unknown 2 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +6 _unknown 2 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +7 ir.model 3 info base Information \N text \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +8 ir.model 3 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +9 ir.model 3 access_ids base Access \N one2many ir.model.access model_id f f \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +10 ir.model 3 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +11 ir.model 3 name base Model Description \N char \N \N f t \N f t t t \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +12 ir.model 3 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +13 ir.model 3 modules base In Apps List of modules in which the object is defined or inherited char \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +14 ir.model 3 field_id base Fields \N one2many ir.model.fields model_id f t \N f t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +15 ir.model 3 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +16 ir.model 3 state base Type \N selection \N \N f t \N t f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +17 ir.model 3 transient base Transient Model \N boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +18 ir.model 3 view_ids base Views \N one2many ir.ui.view \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +19 ir.model 3 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +20 ir.model 3 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +21 ir.model 3 model base Model \N char \N \N t t \N f t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +22 ir.model 3 inherited_model_ids base Inherited models The list of models that extends the current model. many2many ir.model \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +23 ir.model 3 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +24 ir.model.fields 4 domain base Domain The optional domain to restrict possible values for relationship fields, specified as a Python expression defining a list of triplets. For example: [('color','=','red')] char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +25 ir.model.fields 4 selection base Selection Options List of options for a selection field, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'),('yellow','Yellow')] char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +26 ir.model.fields 4 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +27 ir.model.fields 4 help base Field Help \N text \N \N f t \N f f t t \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +28 ir.model.fields 4 on_delete base On Delete On delete property for many2one fields selection \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +29 ir.model.fields 4 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +30 ir.model.fields 4 related base Related Field The corresponding related field, if any. This must be a dot-separated list of field names. char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +31 ir.model.fields 4 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +32 ir.model.fields 4 depends base Dependencies Dependencies of compute method; a list of comma-separated field names, like\n\n name, partner_id.name char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +33 ir.model.fields 4 relation base Object Relation For relationship fields, the technical name of the target model char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +34 ir.model.fields 4 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +35 ir.model.fields 4 size base Size \N integer \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +36 ir.model.fields 4 index base Indexed \N boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +37 ir.model.fields 4 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +38 ir.model.fields 4 relation_table base Relation table Used for custom many2many fields to define a custom relation table name char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +39 ir.model.fields 4 state base Type \N selection \N \N t t \N t t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +40 ir.model.fields 4 readonly base Readonly \N boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +41 ir.model.fields 4 complete_name base Complete name \N char \N \N t t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +42 ir.model.fields 4 relation_field base Relation field For one2many fields, the field on the target model that implement the opposite many2one relationship char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +43 ir.model.fields 4 ttype base Field Type \N selection \N \N f t \N f t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +44 ir.model.fields 4 translate base Translatable Whether values for this field can be translated (enables the translation mechanism for that field) boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +45 ir.model.fields 4 store base Stored Whether the value is stored in the database. boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +46 ir.model.fields 4 model_id base Model The model this field belongs to many2one ir.model \N t t \N f t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +47 ir.model.fields 4 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +48 ir.model.fields 4 groups base Groups \N many2many res.groups \N f t \N f f t f \N ir_model_fields_group_rel field_id group_id t [] \N set null \N \N \N \N \N \N \N +49 ir.model.fields 4 selectable base Selectable \N boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +50 ir.model.fields 4 copy base Copied Whether the value is copied when duplicating a record. boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +51 ir.model.fields 4 serialization_field_id base Serialization Field If set, this field will be stored in the sparse structure of the serialization field, instead of having its own database column. This cannot be changed after creation. many2one ir.model.fields \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +52 ir.model.fields 4 compute base Compute Code to compute the value of the field.\nIterate on the recordset 'self' and assign the field's value:\n\n for record in self:\n record['size'] = len(record.name)\n\nModules time, datetime, dateutil are available. text \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +53 ir.model.fields 4 name base Field Name \N char \N \N t t \N f t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +54 ir.model.fields 4 required base Required \N boolean \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +55 ir.model.fields 4 modules base In Apps List of modules in which the field is defined char \N \N f f \N t f f f \N \N \N \N f [] \N set null \N \N \N \N \N \N \N +56 ir.model.fields 4 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +57 ir.model.fields 4 model base Object Name The technical name of the model this field belongs to char \N \N t t \N f t t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +58 ir.model.fields 4 column1 base Column 1 Column referring to the record in the model table char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +59 ir.model.fields 4 field_description base Field Label \N char \N \N f t \N f t t t \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +60 ir.model.fields 4 column2 base Column 2 Column referring to the record in the comodel table char \N \N f t \N f f t f \N \N \N \N t [] \N set null \N \N \N \N \N \N \N +61 ir.model.constraint 5 definition base Definition PostgreSQL constraint definition char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +62 ir.model.constraint 5 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +63 ir.model.constraint 5 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +64 ir.model.constraint 5 name base Constraint PostgreSQL constraint or foreign key name. char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +65 ir.model.constraint 5 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +66 ir.model.constraint 5 type base Constraint Type Type of the constraint: `f` for a foreign key, `u` for other constraints. char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +67 ir.model.constraint 5 date_update base Update Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +68 ir.model.constraint 5 module base Module \N many2one ir.module.module \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +69 ir.model.constraint 5 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +70 ir.model.constraint 5 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +71 ir.model.constraint 5 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +72 ir.model.constraint 5 model base Model \N many2one ir.model \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +73 ir.model.constraint 5 date_init base Initialization Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +74 ir.model.constraint 5 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +75 ir.model.relation 6 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +76 ir.model.relation 6 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +77 ir.model.relation 6 name base Relation Name PostgreSQL table name implementing a many2many relation. char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +78 ir.model.relation 6 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +79 ir.model.relation 6 date_update base Update Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +80 ir.model.relation 6 module base Module \N many2one ir.module.module \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +81 ir.model.relation 6 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +82 ir.model.relation 6 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +83 ir.model.relation 6 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +84 ir.model.relation 6 model base Model \N many2one ir.model \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +85 ir.model.relation 6 date_init base Initialization Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +86 ir.model.relation 6 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +87 ir.model.access 7 model_id base Object \N many2one ir.model \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +88 ir.model.access 7 perm_read base Read Access \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +89 ir.model.access 7 name base Name \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +90 ir.model.access 7 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +91 ir.model.access 7 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +92 ir.model.access 7 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +93 ir.model.access 7 perm_write base Write Access \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +94 ir.model.access 7 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +95 ir.model.access 7 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +96 ir.model.access 7 perm_unlink base Delete Access \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +97 ir.model.access 7 active base Active If you uncheck the active field, it will disable the ACL without deleting it (if you delete a native ACL, it will be re-created when you reload the module). boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +98 ir.model.access 7 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +99 ir.model.access 7 perm_create base Create Access \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +100 ir.model.access 7 group_id base Group \N many2one res.groups \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +101 ir.model.access 7 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +102 ir.model.data 8 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +103 ir.model.data 8 noupdate base Non Updatable \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +104 ir.model.data 8 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +105 ir.model.data 8 name base External Identifier External Key/Identifier that can be used for data integration with third-party systems char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +106 ir.model.data 8 reference base Reference \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +107 ir.model.data 8 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +108 ir.model.data 8 res_id base Record ID ID of the target record in the database integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +109 ir.model.data 8 date_update base Update Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +110 ir.model.data 8 module base Module \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +111 ir.model.data 8 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +112 ir.model.data 8 complete_name base Complete ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +113 ir.model.data 8 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +114 ir.model.data 8 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +115 ir.model.data 8 model base Model Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +116 ir.model.data 8 date_init base Init Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +117 ir.model.data 8 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +118 wizard.ir.model.menu.create 9 menu_id base Parent Menu \N many2one ir.ui.menu \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +119 wizard.ir.model.menu.create 9 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +120 wizard.ir.model.menu.create 9 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +121 wizard.ir.model.menu.create 9 name base Menu Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +122 wizard.ir.model.menu.create 9 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +123 wizard.ir.model.menu.create 9 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +406 ir.actions.client 25 usage base Action Usage \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +187 ir.ui.view.custom 14 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +188 ir.ui.view.custom 14 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +189 ir.ui.view.custom 14 arch base View Architecture \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +190 ir.ui.view.custom 14 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +191 ir.ui.view 15 arch_base base View Architecture \N text \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +192 ir.ui.view 15 xml_id base External ID ID of the view defined in xml file char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +193 ir.ui.view 15 create_date base Create date \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +194 ir.ui.view 15 write_date base Last Modification Date \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +195 ir.ui.view 15 groups_id base Groups If this field is empty, the view applies to all users. Otherwise, the view applies to the users of those groups only. many2many res.groups \N f t \N f f t f \N ir_ui_view_group_rel view_id group_id t \N \N \N \N \N \N \N \N \N \N \N +196 ir.ui.view 15 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +197 ir.ui.view 15 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +198 ir.ui.view 15 field_parent base Child Field \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +199 ir.ui.view 15 inherit_id base Inherited View \N many2one ir.ui.view \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +200 ir.ui.view 15 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +201 ir.ui.view 15 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +202 ir.ui.view 15 model_data_id base Model Data \N many2one ir.model.data \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +203 ir.ui.view 15 priority base Sequence \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +204 ir.ui.view 15 type base View Type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +205 ir.ui.view 15 arch_db base Arch Blob \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +206 ir.ui.view 15 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +207 ir.ui.view 15 key base Key \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +208 ir.ui.view 15 active base Active If this view is inherited,\n* if True, the view always extends its parent\n* if False, the view currently does not extend its parent but can be enabled\n boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +209 ir.ui.view 15 arch base View Architecture \N text \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +210 ir.ui.view 15 arch_fs base Arch Filename \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +211 ir.ui.view 15 model_ids base Model ids \N one2many ir.model.data res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +212 ir.ui.view 15 name base View Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +213 ir.ui.view 15 mode base View inheritance mode Only applies if this view inherits from an other one (inherit_id is not False/Null).\n\n* if extension (default), if this view is requested the closest primary view\nis looked up (via inherit_id), then all views inheriting from it with this\nview's model are applied\n* if primary, the closest primary view is fully resolved (even if it uses a\ndifferent model than this one), then this view's inheritance specs\n() are applied, and the result is used as if it were this view's\nactual arch.\n selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +214 ir.ui.view 15 inherit_children_ids base Views which inherit from this one \N one2many ir.ui.view inherit_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +215 ir.ui.view 15 model base Model \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +216 ir.actions.actions 16 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +217 ir.actions.actions 16 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +218 ir.actions.actions 16 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +219 ir.actions.actions 16 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +220 ir.actions.actions 16 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +221 ir.actions.actions 16 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +222 ir.actions.actions 16 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +223 ir.actions.actions 16 usage base Action Usage \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +224 ir.actions.actions 16 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +225 ir.actions.actions 16 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +226 ir.actions.actions 16 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +227 ir.actions.actions 16 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +228 ir.actions.report.xml 17 groups_id base Groups \N many2many res.groups \N f t \N f f t f \N res_groups_report_rel uid gid t \N \N \N \N \N \N \N \N \N \N \N +229 ir.actions.report.xml 17 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +230 ir.actions.report.xml 17 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +231 ir.actions.report.xml 17 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +232 ir.actions.report.xml 17 report_rml_content base RML Content \N binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +233 ir.actions.report.xml 17 parser base Parser Class \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +234 ir.actions.report.xml 17 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +235 ir.actions.report.xml 17 header base Add RML Header Add or not the corporate RML header boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +236 ir.actions.report.xml 17 report_type base Report type HTML will open the report directly in your browser, PDF will use wkhtmltopdf to render the HTML into a PDF file and let you download it, Controller allows you to define the url of a custom controller outputting any kind of report. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +237 ir.actions.report.xml 17 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +238 ir.actions.report.xml 17 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +239 ir.actions.report.xml 17 ir_values_id base More Menu entry More menu entry. many2one ir.values \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +240 ir.actions.report.xml 17 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +241 ir.actions.report.xml 17 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +242 ir.actions.report.xml 17 report_sxw_content base SXW Content \N binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +243 ir.actions.report.xml 17 attachment base Save as Attachment Prefix This is the filename of the attachment used to store the printing result. Keep empty to not save the printed reports. You can use a python expression with the object and time variables. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +244 ir.actions.report.xml 17 usage base Action Usage \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +245 ir.actions.report.xml 17 report_sxw_content_data base SXW Content \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +246 ir.actions.report.xml 17 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +247 ir.actions.report.xml 17 report_xml base XML Path \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +248 ir.actions.report.xml 17 report_rml_content_data base RML Content \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +249 ir.actions.report.xml 17 auto base Custom Python Parser \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +250 ir.actions.report.xml 17 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +251 ir.actions.report.xml 17 report_sxw base SXW Path \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +252 ir.actions.report.xml 17 report_file base Report File The path to the main report file (depending on Report Type) or empty if the content is in another field char \N \N f f report_rml f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +253 ir.actions.report.xml 17 multi base On Multiple Doc. If set to true, the action will not be displayed on the right toolbar of a form view. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +254 ir.actions.report.xml 17 report_xsl base XSL Path \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +255 ir.actions.report.xml 17 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +256 ir.actions.report.xml 17 report_rml base Main Report File Path/controller The path to the main report file/controller (depending on Report Type) or empty if the content is in another data field char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +257 ir.actions.report.xml 17 report_name base Template Name For QWeb reports, name of the template used in the rendering. The method 'render_html' of the model 'report.template_name' will be called (if any) to give the html. For RML reports, this is the LocalService name. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +258 ir.actions.report.xml 17 attachment_use base Reload from Attachment If you check this, then the second time the user prints with same attachment name, it returns the previous report. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +259 ir.actions.report.xml 17 model base Model \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +260 ir.actions.act_window 18 groups_id base Groups \N many2many res.groups \N f t \N f f t f \N ir_act_window_group_rel act_id gid t \N \N \N \N \N \N \N \N \N \N \N +261 ir.actions.act_window 18 domain base Domain Value Optional domain filtering of the destination data, as a Python expression char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +262 ir.actions.act_window 18 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +263 ir.actions.act_window 18 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +264 ir.actions.act_window 18 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +265 ir.actions.act_window 18 res_model base Destination Model Model name of the object to open in the view window char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +266 ir.actions.act_window 18 search_view_id base Search View Ref. \N many2one ir.ui.view \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +267 ir.actions.act_window 18 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +268 ir.actions.act_window 18 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +269 ir.actions.act_window 18 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +270 ir.actions.act_window 18 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +271 ir.actions.act_window 18 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +272 ir.actions.act_window 18 views base Views This function field computes the ordered list of views that should be enabled when displaying the result of an action, federating view mode, views and reference view. The result is returned as an ordered list of pairs (view_id,view_mode). binary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +273 ir.actions.act_window 18 src_model base Source Model Optional model name of the objects on which this action should be visible char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +274 ir.actions.act_window 18 usage base Action Usage Used to filter menu and home actions from the user form. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +275 ir.actions.act_window 18 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +276 ir.actions.act_window 18 view_type base View Type View type: Tree type to use for the tree view, set to 'tree' for a hierarchical tree view, or 'form' for a regular list view selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +277 ir.actions.act_window 18 view_id base View Ref. \N many2one ir.ui.view \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +278 ir.actions.act_window 18 view_mode base View mode Comma-separated list of allowed view modes, such as 'form', 'tree', 'calendar', etc. (Default: tree,form) char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +279 ir.actions.act_window 18 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +280 ir.actions.act_window 18 view_ids base Views \N one2many ir.actions.act_window.view act_window_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +281 ir.actions.act_window 18 name base Action Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +282 ir.actions.act_window 18 multi base Restrict to lists If checked and the action is bound to a model, it will only appear in the More menu on list views boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +283 ir.actions.act_window 18 target base Target Window \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +284 ir.actions.act_window 18 auto_search base Auto search \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +285 ir.actions.act_window 18 res_id base Record ID Database ID of record to open in form view, when ``view_mode`` is set to 'form' only integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +286 ir.actions.act_window 18 search_view base Search view \N text \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +287 ir.actions.act_window 18 filter base Filter \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +288 ir.actions.act_window 18 limit base Limit Default limit for the list view integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +289 ir.actions.act_window 18 context base Context Value Context dictionary as Python expression, empty by default (Default: {}) char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +290 ir.actions.act_window.view 19 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +291 ir.actions.act_window.view 19 multi base On Multiple Doc. If set to true, the action will not be displayed on the right toolbar of a form view. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +292 ir.actions.act_window.view 19 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +293 ir.actions.act_window.view 19 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +294 ir.actions.act_window.view 19 view_id base View \N many2one ir.ui.view \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +295 ir.actions.act_window.view 19 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +296 ir.actions.act_window.view 19 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +297 ir.actions.act_window.view 19 view_mode base View Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +298 ir.actions.act_window.view 19 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +299 ir.actions.act_window.view 19 act_window_id base Action \N many2one ir.actions.act_window \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +409 ir.actions.client 25 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +300 ir.actions.act_window.view 19 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +301 ir.actions.act_window.view 19 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +302 ir.actions.act_window_close 20 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +303 ir.actions.act_window_close 20 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +304 ir.actions.act_window_close 20 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +305 ir.actions.act_window_close 20 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +306 ir.actions.act_window_close 20 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +307 ir.actions.act_window_close 20 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +308 ir.actions.act_window_close 20 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +309 ir.actions.act_window_close 20 usage base Action Usage \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +310 ir.actions.act_window_close 20 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +311 ir.actions.act_window_close 20 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +312 ir.actions.act_window_close 20 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +313 ir.actions.act_window_close 20 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +314 ir.actions.act_url 21 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +315 ir.actions.act_url 21 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +316 ir.actions.act_url 21 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +317 ir.actions.act_url 21 target base Action Target \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +318 ir.actions.act_url 21 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +319 ir.actions.act_url 21 url base Action URL \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +320 ir.actions.act_url 21 name base Action Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +321 ir.actions.act_url 21 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +322 ir.actions.act_url 21 usage base Action Usage \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +323 ir.actions.act_url 21 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +324 ir.actions.act_url 21 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +325 ir.actions.act_url 21 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +326 ir.actions.act_url 21 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +327 ir.actions.act_url 21 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +328 ir.actions.server 22 code base Python Code Write Python code that the action will execute. Some variables are available for use; help about pyhon expression is given in the help tab. text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +329 ir.actions.server 22 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +330 ir.actions.server 22 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +331 ir.actions.server 22 sequence base Sequence When dealing with multiple actions, the execution order is based on the sequence. Low number means high priority. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +332 ir.actions.server 22 crud_model_id base Create/Write Target Model Model for record creation / update. Set this field only to specify a different model than the base model. many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +333 ir.actions.server 22 ref_object base Reference record \N reference \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +334 ir.actions.server 22 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +335 ir.actions.server 22 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +336 ir.actions.server 22 wkf_model_id base Target Model The model that will receive the workflow signal. Note that it should have a workflow associated with it. many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +337 ir.actions.server 22 crud_model_name base Create/Write Target Model Name \N char \N \N f f crud_model_id.model t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +338 ir.actions.server 22 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +339 ir.actions.server 22 use_relational_model base Relational Target Model \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +340 ir.actions.server 22 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +341 ir.actions.server 22 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +342 ir.actions.server 22 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +343 ir.actions.server 22 use_create base Creation Policy \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +344 ir.actions.server 22 wkf_field_id base Relation Field The field on the current object that links to the target object record (must be a many2one, or an integer field with the record ID) many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +345 ir.actions.server 22 id_object base Record \N reference \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +346 ir.actions.server 22 state base Action To Do Type of server action. The following values are available:\n- 'Execute Python Code': a block of python code that will be executed\n- 'Trigger a Workflow Signal': send a signal to a workflow\n- 'Run a Client Action': choose a client action to launch\n- 'Create or Copy a new Record': create a new record with new values, or copy an existing record in your database\n- 'Write on a Record': update the values of a record\n- 'Execute several actions': define an action that triggers several other server actions\n- 'Send Email': automatically send an email (available in email_template) selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +347 ir.actions.server 22 id_value base Record ID \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +348 ir.actions.server 22 usage base Action Usage \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +349 ir.actions.server 22 type base Action Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +350 ir.actions.server 22 action_id base Client Action Select the client action that has to be executed. many2one ir.actions.actions \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +351 ir.actions.server 22 model_id base Base Model Base model on which the server action runs. many2one ir.model \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +352 ir.actions.server 22 wkf_model_name base Target Model Name \N char \N \N f f wkf_model_id.model t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +353 ir.actions.server 22 sub_model_object_field base Sub-field When a relationship field is selected as first field, this field lets you select the target field within the destination document model (sub-model). many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +407 ir.actions.client 25 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +408 ir.actions.client 25 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +354 ir.actions.server 22 child_ids base Child Actions Child server actions that will be executed. Note that the last return returned action value will be used as global return value. many2many ir.actions.server \N f t \N f f t f \N rel_server_actions server_id action_id t \N \N \N \N \N \N \N \N \N \N \N +355 ir.actions.server 22 link_new_record base Attach the new record Check this if you want to link the newly-created record to the current record on which the server action runs. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +356 ir.actions.server 22 wkf_transition_id base Signal to Trigger Select the workflow signal to trigger. many2one workflow.transition \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +357 ir.actions.server 22 sub_object base Sub-model When a relationship field is selected as first field, this field shows the document model the relationship goes to. many2one ir.model \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +358 ir.actions.server 22 use_write base Update Policy \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +359 ir.actions.server 22 condition base Condition Condition verified before executing the server action. If it is not verified, the action will not be executed. The condition is a Python expression, like 'record.list_price > 5000'. A void condition is considered as always True. Help about python expression is given in the help tab. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +360 ir.actions.server 22 copyvalue base Placeholder Expression Final placeholder expression, to be copy-pasted in the desired template field. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +361 ir.actions.server 22 fields_lines base Value Mapping \N one2many ir.server.object.lines server_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +362 ir.actions.server 22 name base Action Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +363 ir.actions.server 22 write_expression base Expression Provide an expression that, applied on the current record, gives the field to update. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +364 ir.actions.server 22 menu_ir_values_id base More Menu entry More menu entry. many2one ir.values \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +365 ir.actions.server 22 model_object_field base Field Select target field from the related document model.\nIf it is a relationship field you will be able to select a target field at the destination of the relationship. many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +366 ir.actions.server 22 link_field_id base Link using field Provide the field where the record id is stored after the operations. many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +367 ir.actions.server 22 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +368 ir.actions.server 22 model_name base Model \N char \N \N f f model_id.model t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +369 ir.server.object.lines 23 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +370 ir.server.object.lines 23 server_id base Related Server Action \N many2one ir.actions.server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +371 ir.server.object.lines 23 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +372 ir.server.object.lines 23 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +373 ir.server.object.lines 23 value base Value Expression containing a value specification. \nWhen Formula type is selected, this field may be a Python expression that can use the same values as for the condition field on the server action.\nIf Value type is selected, the value will be used directly without evaluation. text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +374 ir.server.object.lines 23 col1 base Field \N many2one ir.model.fields \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +375 ir.server.object.lines 23 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +376 ir.server.object.lines 23 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +377 ir.server.object.lines 23 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +378 ir.server.object.lines 23 type base Evaluation Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +379 ir.server.object.lines 23 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +380 ir.actions.todo 24 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +381 ir.actions.todo 24 groups_id base Groups \N many2many res.groups \N f t \N f f t f \N res_groups_action_rel uid gid t \N \N \N \N \N \N \N \N \N \N \N +382 ir.actions.todo 24 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +383 ir.actions.todo 24 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +384 ir.actions.todo 24 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +385 ir.actions.todo 24 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +386 ir.actions.todo 24 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +387 ir.actions.todo 24 note base Text \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +388 ir.actions.todo 24 state base Status \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +389 ir.actions.todo 24 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +390 ir.actions.todo 24 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +391 ir.actions.todo 24 type base Type Manual: Launched manually.\n Automatic: Runs whenever the system is reconfigured.\n Launch Manually Once: after having been launched manually, it sets automatically to Done. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +392 ir.actions.todo 24 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +393 ir.actions.todo 24 action_id base Action \N many2one ir.actions.actions \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +394 ir.actions.client 25 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +395 ir.actions.client 25 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +396 ir.actions.client 25 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +397 ir.actions.client 25 help base Action Description Optional help text for the users with a description of the target view, such as its usage and purpose. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +398 ir.actions.client 25 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +399 ir.actions.client 25 res_model base Destination Model Optional model, mostly used for needactions. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +400 ir.actions.client 25 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +401 ir.actions.client 25 params_store base Params storage \N binary \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +402 ir.actions.client 25 tag base Client action tag An arbitrary string, interpreted by the client according to its own needs and wishes. There is no central tag repository across clients. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +403 ir.actions.client 25 params base Supplementary arguments Arguments sent to the client along withthe view tag binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +404 ir.actions.client 25 context base Context Value Context dictionary as Python expression, empty by default (Default: {}) char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +405 ir.actions.client 25 target base Target Window \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +410 ir.actions.client 25 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +411 ir.actions.client 25 name base Action Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +412 ir.attachment 26 create_date base Date Created \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +413 ir.attachment 26 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +414 ir.attachment 26 res_model base Resource Model The database object this attachment will be attached to. char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +415 ir.attachment 26 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +416 ir.attachment 26 res_name base Resource Name \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +417 ir.attachment 26 db_datas base Database Data \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +418 ir.attachment 26 file_size base File Size \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +419 ir.attachment 26 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +420 ir.attachment 26 create_uid base Owner \N many2one res.users \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +421 ir.attachment 26 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +422 ir.attachment 26 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +423 ir.attachment 26 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +424 ir.attachment 26 res_id base Resource ID The record id this is attached to. integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +425 ir.attachment 26 index_content base Indexed Content \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +426 ir.attachment 26 type base Type You can either upload a file from your computer or copy/paste an internet link to your file. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +427 ir.attachment 26 public base Is public document \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +428 ir.attachment 26 store_fname base Stored Filename \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +429 ir.attachment 26 description base Description \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +430 ir.attachment 26 res_field base Resource Field \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +431 ir.attachment 26 mimetype base Mime Type \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +432 ir.attachment 26 name base Attachment Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +433 ir.attachment 26 url base Url \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +434 ir.attachment 26 checksum base Checksum/SHA1 \N char \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +435 ir.attachment 26 datas_fname base File Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +436 ir.attachment 26 datas base File Content \N binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +437 ir.cron 27 function base Method Name of the method to be called when this job is processed. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +438 ir.cron 27 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +439 ir.cron 27 interval_type base Interval Unit \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +440 ir.cron 27 user_id base User \N many2one res.users \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +441 ir.cron 27 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +442 ir.cron 27 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +443 ir.cron 27 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +444 ir.cron 27 args base Arguments Arguments to be passed to the method, e.g. (uid,). text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +445 ir.cron 27 numbercall base Number of Calls How many times the method is called,\na negative number indicates no limit. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +446 ir.cron 27 nextcall base Next Execution Date Next planned execution date for this job. datetime \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +447 ir.cron 27 priority base Priority The priority of the job, as an integer: 0 means higher priority, 10 means lower priority. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +448 ir.cron 27 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +449 ir.cron 27 doall base Repeat Missed Specify if missed occurrences should be executed when the server restarts. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +450 ir.cron 27 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +451 ir.cron 27 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +452 ir.cron 27 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +453 ir.cron 27 interval_number base Interval number Repeat every x. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +454 ir.cron 27 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +455 ir.cron 27 model base Object Model name on which the method to be called is located, e.g. 'res.partner'. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +456 ir.filters 28 sort base Sort \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +457 ir.filters 28 model_id base Model \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +458 ir.filters 28 domain base Domain \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +459 ir.filters 28 user_id base User The user this filter is private to. When left empty the filter is public and available to all users. many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +460 ir.filters 28 name base Filter Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +461 ir.filters 28 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +462 ir.filters 28 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +463 ir.filters 28 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +464 ir.filters 28 is_default base Default filter \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +465 ir.filters 28 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +466 ir.filters 28 context base Context \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +467 ir.filters 28 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +468 ir.filters 28 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +469 ir.filters 28 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +470 ir.filters 28 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +471 ir.filters 28 action_id base Action The menu action this filter applies to. When left empty the filter applies to all menus for this model. many2one ir.actions.actions \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +472 ir.values 29 model_id base Model (change only) Model to which this entry applies - helper field for setting a model, will automatically set the correct model name many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +473 ir.values 29 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +474 ir.values 29 user_id base User If set, action binding only applies for this user. many2one res.users \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +475 ir.values 29 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +476 ir.values 29 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +477 ir.values 29 key2 base Qualifier For actions, one of the possible action slots: \n - client_action_multi\n - client_print_multi\n - client_action_relate\n - tree_but_open\nFor defaults, an optional condition char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +478 ir.values 29 value_unpickle base Default value or action reference \N text \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +479 ir.values 29 company_id base Company If set, action binding only applies for this company many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +480 ir.values 29 value base Value Default value (pickled) or reference to an action text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +481 ir.values 29 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +482 ir.values 29 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +483 ir.values 29 key base Type - Action: an action attached to one slot of the given model\n- Default: a default value for a model field selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +484 ir.values 29 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +485 ir.values 29 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +486 ir.values 29 model base Model Name Model to which this entry applies char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +487 ir.values 29 res_id base Record ID Database identifier of the record to which this applies. 0 = for all records integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +488 ir.values 29 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +489 ir.values 29 action_id base Action (change only) Action bound to this entry - helper field for binding an action, will automatically set the correct reference many2one ir.actions.actions \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +490 ir.translation 30 lang base Language \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +491 ir.translation 30 src base Internal Source \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +492 ir.translation 30 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +493 ir.translation 30 name base Translated field \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +494 ir.translation 30 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +495 ir.translation 30 type base Type \N selection \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +496 ir.translation 30 module base Module Module this term belongs to char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +497 ir.translation 30 source base Source term \N text \N \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +498 ir.translation 30 state base Status Automatically set to let administators find new terms that might need to be translated selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +499 ir.translation 30 comments base Translation comments \N text \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +500 ir.translation 30 value base Translation Value \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +501 ir.translation 30 res_id base Record ID \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +502 ir.translation 30 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +503 ir.exports 31 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +504 ir.exports 31 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +505 ir.exports 31 name base Export Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +506 ir.exports 31 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +507 ir.exports 31 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +508 ir.exports 31 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +509 ir.exports 31 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +510 ir.exports 31 resource base Resource \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +511 ir.exports 31 export_fields base Export ID \N one2many ir.exports.line export_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +512 ir.exports 31 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +513 ir.exports.line 32 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +514 ir.exports.line 32 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +515 ir.exports.line 32 name base Field Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +516 ir.exports.line 32 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +517 ir.exports.line 32 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +518 ir.exports.line 32 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +519 ir.exports.line 32 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +520 ir.exports.line 32 export_id base Export \N many2one ir.exports \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +521 ir.exports.line 32 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +522 ir.rule 33 model_id base Object \N many2one ir.model \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +523 ir.rule 33 domain base Domain \N binary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +524 ir.rule 33 domain_force base Domain \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +525 ir.rule 33 name base Name \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +526 ir.rule 33 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +527 ir.rule 33 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +528 ir.rule 33 global base Global If no group is specified the rule is global and applied to everyone boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +529 ir.rule 33 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +530 ir.rule 33 perm_write base Apply for Write \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +531 ir.rule 33 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +532 ir.rule 33 groups base Groups \N many2many res.groups \N f t \N f f t f \N rule_group_rel rule_group_id group_id t \N \N \N \N \N \N \N \N \N \N \N +533 ir.rule 33 perm_unlink base Apply for Delete \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +534 ir.rule 33 active base Active If you uncheck the active field, it will disable the record rule without deleting it (if you delete a native record rule, it may be re-created when you reload the module). boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +535 ir.rule 33 perm_read base Apply for Read \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +536 ir.rule 33 perm_create base Apply for Create \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +537 ir.rule 33 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +538 ir.rule 33 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +539 ir.rule 33 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +540 ir.config_parameter 34 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +541 ir.config_parameter 34 group_ids base Groups \N many2many res.groups \N f t \N f f t f \N ir_config_parameter_groups_rel icp_id group_id t \N \N \N \N \N \N \N \N \N \N \N +542 ir.config_parameter 34 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +543 ir.config_parameter 34 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +544 ir.config_parameter 34 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +545 ir.config_parameter 34 value base Value \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +546 ir.config_parameter 34 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +547 ir.config_parameter 34 key base Key \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +548 ir.config_parameter 34 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +549 ir.config_parameter 34 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +550 ir.autovacuum 35 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +551 ir.autovacuum 35 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +552 ir.autovacuum 35 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +553 ir.mail_server 36 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +554 ir.mail_server 36 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +555 ir.mail_server 36 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +556 ir.mail_server 36 name base Description \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +557 ir.mail_server 36 sequence base Priority When no specific mail server is requested for a mail, the highest priority one is used. Default priority is 10 (smaller number = higher priority) integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +558 ir.mail_server 36 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +559 ir.mail_server 36 smtp_port base SMTP Port SMTP Port. Usually 465 for SSL, and 25 or 587 for other cases. integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +560 ir.mail_server 36 smtp_host base SMTP Server Hostname or IP of SMTP server char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +561 ir.mail_server 36 smtp_user base Username Optional username for SMTP authentication char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +562 ir.mail_server 36 smtp_pass base Password Optional password for SMTP authentication char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +563 ir.mail_server 36 smtp_debug base Debugging If enabled, the full output of SMTP sessions will be written to the server log at DEBUG level(this is very verbose and may include confidential info!) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +564 ir.mail_server 36 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +565 ir.mail_server 36 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +566 ir.mail_server 36 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +567 ir.mail_server 36 smtp_encryption base Connection Security Choose the connection encryption scheme:\n- None: SMTP sessions are done in cleartext.\n- TLS (STARTTLS): TLS encryption is requested at start of SMTP session (Recommended)\n- SSL/TLS: SMTP sessions are encrypted with SSL/TLS through a dedicated port (default: 465) selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +568 ir.mail_server 36 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +569 ir.fields.converter 37 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +570 ir.fields.converter 37 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +571 ir.fields.converter 37 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +572 ir.qweb.field 38 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +573 ir.qweb.field 38 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +574 ir.qweb.field 38 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +575 ir.qweb.field.integer 39 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +576 ir.qweb.field.integer 39 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +577 ir.qweb.field.integer 39 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +578 ir.qweb.field.float 40 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +579 ir.qweb.field.float 40 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +580 ir.qweb.field.float 40 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +581 ir.qweb.field.date 41 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +582 ir.qweb.field.date 41 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +583 ir.qweb.field.date 41 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +584 ir.qweb.field.datetime 42 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +585 ir.qweb.field.datetime 42 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +586 ir.qweb.field.datetime 42 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +587 ir.qweb.field.text 43 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +588 ir.qweb.field.text 43 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +589 ir.qweb.field.text 43 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +590 ir.qweb.field.selection 44 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +591 ir.qweb.field.selection 44 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +592 ir.qweb.field.selection 44 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +593 ir.qweb.field.many2one 45 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +594 ir.qweb.field.many2one 45 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +595 ir.qweb.field.many2one 45 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +596 ir.qweb.field.html 46 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +597 ir.qweb.field.html 46 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +598 ir.qweb.field.html 46 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +599 ir.qweb.field.image 47 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +600 ir.qweb.field.image 47 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +601 ir.qweb.field.image 47 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +602 ir.qweb.field.monetary 48 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +603 ir.qweb.field.monetary 48 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +604 ir.qweb.field.monetary 48 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +605 ir.qweb.field.duration 49 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +606 ir.qweb.field.duration 49 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +607 ir.qweb.field.duration 49 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +608 ir.qweb.field.relative 50 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +609 ir.qweb.field.relative 50 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +610 ir.qweb.field.relative 50 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +611 ir.qweb.field.contact 51 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +612 ir.qweb.field.contact 51 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +613 ir.qweb.field.contact 51 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +614 ir.qweb.field.qweb 52 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +615 ir.qweb.field.qweb 52 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +616 ir.qweb.field.qweb 52 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +617 ir.qweb 53 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +618 ir.qweb 53 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +619 ir.qweb 53 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +620 ir.http 54 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +621 ir.http 54 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +622 ir.http 54 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +623 ir.logging 55 create_uid base Uid \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +624 ir.logging 55 create_date base Create date \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +625 ir.logging 55 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +626 ir.logging 55 level base Level \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +627 ir.logging 55 message base Message \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +628 ir.logging 55 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +629 ir.logging 55 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +630 ir.logging 55 func base Function \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +631 ir.logging 55 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +632 ir.logging 55 path base Path \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +633 ir.logging 55 line base Line \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +634 ir.logging 55 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +635 ir.logging 55 type base Type \N selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +636 ir.logging 55 dbname base Database Name \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +637 ir.logging 55 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +638 workflow 56 activities base Activities \N one2many workflow.activity wkf_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +639 workflow 56 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +640 workflow 56 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +641 workflow 56 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +642 workflow 56 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +643 workflow 56 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +644 workflow 56 osv base Resource Object \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +645 workflow 56 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +646 workflow 56 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +647 workflow 56 on_create base On Create \N boolean \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +648 workflow 56 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +649 workflow.activity 57 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +650 workflow.activity 57 kind base Kind \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +651 workflow.activity 57 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +652 workflow.activity 57 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +653 workflow.activity 57 join_mode base Join Mode \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +654 workflow.activity 57 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +655 workflow.activity 57 out_transitions base Outgoing Transitions \N one2many workflow.transition act_from f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +656 workflow.activity 57 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +657 workflow.activity 57 flow_stop base Flow Stop \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +658 workflow.activity 57 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +659 workflow.activity 57 subflow_id base Subflow \N many2one workflow \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +660 workflow.activity 57 split_mode base Split Mode \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +661 workflow.activity 57 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +662 workflow.activity 57 action base Python Action \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +663 workflow.activity 57 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +664 workflow.activity 57 signal_send base Signal (subflow.*) \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +665 workflow.activity 57 action_id base Server Action \N many2one ir.actions.server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +666 workflow.activity 57 wkf_id base Workflow \N many2one workflow \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +667 workflow.activity 57 in_transitions base Incoming Transitions \N one2many workflow.transition act_to f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +668 workflow.activity 57 flow_start base Flow Start \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +669 workflow.transition 58 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +670 workflow.transition 58 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +671 workflow.transition 58 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +672 workflow.transition 58 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +673 workflow.transition 58 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +674 workflow.transition 58 signal base Signal (Button Name) When the operation of transition comes from a button pressed in the client form, signal tests the name of the pressed button. If signal is NULL, no button is necessary to validate this transition. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +675 workflow.transition 58 trigger_model base Trigger Object \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +676 workflow.transition 58 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +677 workflow.transition 58 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +678 workflow.transition 58 act_from base Source Activity Source activity. When this activity is over, the condition is tested to determine if we can start the ACT_TO activity. many2one workflow.activity \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +679 workflow.transition 58 act_to base Destination Activity The destination activity. many2one workflow.activity \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +680 workflow.transition 58 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +681 workflow.transition 58 trigger_expr_id base Trigger Expression \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +682 workflow.transition 58 group_id base Group Required The group that a user must have to be authorized to validate this transition. many2one res.groups \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +683 workflow.transition 58 wkf_id base Workflow \N many2one workflow \N f f act_from.wkf_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +684 workflow.transition 58 condition base Condition Expression to be satisfied if we want the transition done. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +685 workflow.instance 59 res_type base Resource Object \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1416 decimal.precision 114 digits base Digits \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +686 workflow.instance 59 transition_ids base Transition ids \N many2many workflow.transition \N f t \N f f t f \N wkf_witm_trans inst_id trans_id t \N \N \N \N \N \N \N \N \N \N \N +687 workflow.instance 59 uid base User \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +688 workflow.instance 59 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +689 workflow.instance 59 wkf_id base Workflow \N many2one workflow \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +690 workflow.instance 59 state base Status \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +691 workflow.instance 59 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +692 workflow.instance 59 res_id base Resource ID \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +693 workflow.instance 59 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +694 workflow.workitem 60 act_id base Activity \N many2one workflow.activity \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +695 workflow.workitem 60 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +696 workflow.workitem 60 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +697 workflow.workitem 60 wkf_id base Workflow \N many2one workflow \N f f act_id.wkf_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +698 workflow.workitem 60 inst_id base Instance \N many2one workflow.instance \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +699 workflow.workitem 60 subflow_id base Subflow \N many2one workflow.instance \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +700 workflow.workitem 60 state base Status \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +701 workflow.workitem 60 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +702 workflow.triggers 61 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +703 workflow.triggers 61 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +704 workflow.triggers 61 instance_id base Destination Instance \N many2one workflow.instance \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +705 workflow.triggers 61 workitem_id base Workitem \N many2one workflow.workitem \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +706 workflow.triggers 61 model base Object \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +707 workflow.triggers 61 res_id base Resource ID \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +708 workflow.triggers 61 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +709 ir.module.category 62 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +710 ir.module.category 62 xml_id base External ID \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +711 ir.module.category 62 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +712 ir.module.category 62 description base Description \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +713 ir.module.category 62 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +714 ir.module.category 62 module_ids base Modules \N one2many ir.module.module category_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +715 ir.module.category 62 module_nr base Number of Apps \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +716 ir.module.category 62 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +717 ir.module.category 62 child_ids base Child Applications \N one2many ir.module.category parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +718 ir.module.category 62 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +719 ir.module.category 62 parent_id base Parent Application \N many2one ir.module.category \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +720 ir.module.category 62 visible base Visible \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +721 ir.module.category 62 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +722 ir.module.category 62 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +723 ir.module.category 62 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +724 ir.module.category 62 name base Name \N char \N \N t t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +725 ir.module.module 63 website base Website \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +726 ir.module.module 63 maintainer base Maintainer \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +727 ir.module.module 63 contributors base Contributors \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +728 ir.module.module 63 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +729 ir.module.module 63 demo base Demo Data \N boolean \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +730 ir.module.module 63 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +731 ir.module.module 63 views_by_module base Views \N text \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +732 ir.module.module 63 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +733 ir.module.module 63 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +734 ir.module.module 63 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +735 ir.module.module 63 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +736 ir.module.module 63 description_html base Description HTML \N html \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +737 ir.module.module 63 author base Author \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +738 ir.module.module 63 published_version base Published Version \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +739 ir.module.module 63 state base Status \N selection \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +740 ir.module.module 63 icon_image base Icon \N binary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +741 ir.module.module 63 application base Application \N boolean \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +742 ir.module.module 63 installed_version base Latest Version \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +743 ir.module.module 63 menus_by_module base Menus \N text \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +744 ir.module.module 63 description base Description \N text \N \N f t \N t f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +745 ir.module.module 63 name base Technical Name \N char \N \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +746 ir.module.module 63 auto_install base Automatic Installation An auto-installable module is automatically installed by the system when all its dependencies are satisfied. If the module has no dependency, it is always installed. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +747 ir.module.module 63 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +748 ir.module.module 63 icon base Icon URL \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +749 ir.module.module 63 category_id base Category \N many2one ir.module.category \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +750 ir.module.module 63 dependencies_id base Dependencies \N one2many ir.module.module.dependency module_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +751 ir.module.module 63 license base License \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +752 ir.module.module 63 url base URL \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +753 ir.module.module 63 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +754 ir.module.module 63 latest_version base Installed Version \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +755 ir.module.module 63 summary base Summary \N char \N \N f t \N t f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +756 ir.module.module 63 shortdesc base Module Name \N char \N \N f t \N t f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +757 ir.module.module 63 reports_by_module base Reports \N text \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +758 ir.module.module.dependency 64 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +759 ir.module.module.dependency 64 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +760 ir.module.module.dependency 64 name base Name \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +761 ir.module.module.dependency 64 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +762 ir.module.module.dependency 64 depend_id base Dependency \N many2one ir.module.module \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +763 ir.module.module.dependency 64 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +764 ir.module.module.dependency 64 state base Status \N selection \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +765 ir.module.module.dependency 64 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +766 ir.module.module.dependency 64 module_id base Module \N many2one ir.module.module \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +767 ir.module.module.dependency 64 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +768 ir.module.module.dependency 64 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +769 base.module.update 65 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +770 base.module.update 65 updated base Number of modules updated \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +771 base.module.update 65 added base Number of modules added \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +772 base.module.update 65 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +773 base.module.update 65 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +774 base.module.update 65 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +775 base.module.update 65 state base Status \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +776 base.module.update 65 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +777 base.module.update 65 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +778 base.module.update 65 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +779 base.language.install 66 lang base Language \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +780 base.language.install 66 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +781 base.language.install 66 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +782 base.language.install 66 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +783 base.language.install 66 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +784 base.language.install 66 state base Status \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +785 base.language.install 66 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +786 base.language.install 66 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +787 base.language.install 66 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +788 base.language.install 66 overwrite base Overwrite Existing Terms If you check this box, your customized translations will be overwritten and replaced by the official ones. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +789 base.language.import 67 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +790 base.language.import 67 code base ISO Code ISO Language and Country code, e.g. en_US char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +791 base.language.import 67 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +792 base.language.import 67 name base Language Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +793 base.language.import 67 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +794 base.language.import 67 filename base File Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +795 base.language.import 67 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +796 base.language.import 67 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +797 base.language.import 67 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +798 base.language.import 67 data base File \N binary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +799 base.language.import 67 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +800 base.language.import 67 overwrite base Overwrite Existing Terms If you enable this option, existing translations (including custom ones) will be overwritten and replaced by those in this file boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +801 base.module.upgrade 68 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +802 base.module.upgrade 68 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +803 base.module.upgrade 68 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +804 base.module.upgrade 68 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +805 base.module.upgrade 68 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +806 base.module.upgrade 68 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +807 base.module.upgrade 68 module_info base Apps to Update \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +808 base.module.upgrade 68 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +809 base.module.configuration 69 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +810 base.module.configuration 69 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +811 base.module.configuration 69 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +812 base.module.configuration 69 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +813 base.module.configuration 69 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +814 base.module.configuration 69 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +815 base.module.configuration 69 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +816 base.language.export 70 lang base Language \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +817 base.language.export 70 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +818 base.language.export 70 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +819 base.language.export 70 name base File Name \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +820 base.language.export 70 format base File Format \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +821 base.language.export 70 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +822 base.language.export 70 modules base Apps To Export \N many2many ir.module.module \N f t \N f f t f \N rel_modules_langexport wiz_id module_id t \N \N \N \N \N \N \N \N \N \N \N +823 base.language.export 70 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +824 base.language.export 70 state base State \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +825 base.language.export 70 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +826 base.language.export 70 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +827 base.language.export 70 data base File \N binary \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +828 base.language.export 70 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +829 base.update.translations 71 lang base Language \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +830 base.update.translations 71 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +831 base.update.translations 71 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +832 base.update.translations 71 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +833 base.update.translations 71 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +834 base.update.translations 71 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +835 base.update.translations 71 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +836 base.update.translations 71 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +837 report.base.report_irmodulereference 72 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +838 report.base.report_irmodulereference 72 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +839 report.base.report_irmodulereference 72 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +840 res.country 73 currency_id base Currency \N many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +841 res.country 73 code base Country Code The ISO country code in two chars. \nYou can use this field for quick search. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +842 res.country 73 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +843 res.country 73 name base Country Name The full name of the country. char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +844 res.country 73 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +845 res.country 73 state_ids base States \N one2many res.country.state country_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +846 res.country 73 image base Image \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +847 res.country 73 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +848 res.country 73 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +849 res.country 73 address_format base Address format You can state here the usual format to use for the addresses belonging to this country.\n\nYou can use the python-style string patern with all the field of the address (for example, use '%(street)s' to display the field 'street') plus\n \n%(state_name)s: the name of the state\n \n%(state_code)s: the code of the state\n \n%(country_name)s: the name of the country\n \n%(country_code)s: the code of the country text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +850 res.country 73 country_group_ids base Country Groups \N many2many res.country.group \N f t \N f f t f \N res_country_res_country_group_rel res_country_id res_country_group_id t \N \N \N \N \N \N \N \N \N \N \N +851 res.country 73 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +852 res.country 73 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +853 res.country 73 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +854 res.country 73 phone_code base Country Calling Code \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +855 res.country.group 74 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +856 res.country.group 74 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +857 res.country.group 74 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +858 res.country.group 74 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +859 res.country.group 74 country_ids base Countries \N many2many res.country \N f t \N f f t f \N res_country_res_country_group_rel res_country_group_id res_country_id t \N \N \N \N \N \N \N \N \N \N \N +860 res.country.group 74 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +861 res.country.group 74 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +862 res.country.group 74 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +863 res.country.group 74 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +864 res.country.state 75 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +865 res.country.state 75 code base State Code The state code. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +866 res.country.state 75 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +867 res.country.state 75 name base State Name Administrative divisions of a country. E.g. Fed. State, Departement, Canton char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +868 res.country.state 75 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +869 res.country.state 75 country_id base Country \N many2one res.country \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +870 res.country.state 75 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +871 res.country.state 75 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +872 res.country.state 75 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +873 res.country.state 75 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +874 res.lang 76 date_format base Date Format \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +875 res.lang 76 direction base Direction \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +876 res.lang 76 code base Locale Code This field is used to set/get locales for user char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +877 res.lang 76 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +878 res.lang 76 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +879 res.lang 76 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +880 res.lang 76 thousands_sep base Thousands Separator \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +950 res.partner 79 child_ids base Contacts \N one2many res.partner parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +951 res.partner 79 phone base Phone \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +952 res.partner 79 user_ids base Users \N one2many res.users partner_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +953 res.partner 79 image_medium base Medium-sized image Medium-sized image of this contact. It is automatically resized as a 128x128px image, with aspect ratio preserved. Use this field in form views or some kanban views. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +954 res.partner 79 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +955 res.partner 79 date base Date \N date \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1020 res.config.installer 83 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1021 res.config.installer 83 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1022 res.config.settings 84 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1023 res.config.settings 84 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1024 res.config.settings 84 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1025 res.config.settings 84 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1026 res.config.settings 84 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1027 res.config.settings 84 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1028 res.config.settings 84 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1029 res.currency 85 rate_ids base Rates \N one2many res.currency.rate currency_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1030 res.currency 85 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1031 res.currency 85 name base Currency Currency Code (ISO 4217) char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1032 res.currency 85 decimal_places base Decimal places \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1033 res.currency 85 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1034 res.currency 85 rounding base Rounding Factor \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1035 res.currency 85 symbol base Symbol Currency sign, to be used when printing amounts. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1036 res.currency 85 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1037 res.currency 85 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1038 res.currency 85 date base Date \N date \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1039 res.currency 85 rate base Current Rate The rate of the currency to the currency of rate 1. float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1040 res.currency 85 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1041 res.currency 85 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1042 res.currency 85 position base Symbol Position Determines where the currency symbol should be placed after or before the amount. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1043 res.currency 85 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1044 res.currency 85 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1045 res.currency.rate 86 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1046 res.currency.rate 86 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1047 res.currency.rate 86 name base Date \N datetime \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1048 res.currency.rate 86 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1049 res.currency.rate 86 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1050 res.currency.rate 86 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1051 res.currency.rate 86 currency_id base Currency \N many2one res.currency \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1052 res.currency.rate 86 rate base Rate The rate of the currency to the currency of rate 1 float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1053 res.currency.rate 86 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1054 res.currency.rate 86 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1055 res.currency.rate 86 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1056 res.font 87 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1057 res.font 87 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1058 res.font 87 name base Font Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1059 res.font 87 family base Font family \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1060 res.font 87 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1061 res.font 87 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1062 res.font 87 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1063 res.font 87 mode base Mode \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1064 res.font 87 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1065 res.font 87 path base Path \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1066 res.font 87 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1067 res.company 88 rml_footer base Custom Report Footer Footer text displayed at the bottom of all reports. text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1068 res.company 88 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1069 res.company 88 rml_header base Rml header \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1070 res.company 88 sequence base Sequence Used to order Companies in the company switcher integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1071 res.company 88 rml_paper_format base Paper Format \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1072 res.company 88 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1073 res.company 88 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1074 res.company 88 logo_web base Logo web \N binary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1075 res.company 88 street base Street \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1076 res.company 88 logo base Image This field holds the image used as avatar for this contact, limited to 1024x1024px binary \N \N f f partner_id.image f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1077 res.company 88 font base Font Set the font into the report header, it will be used as default font in the RML reports of the user company many2one res.font \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1078 res.company 88 partner_id base Partner \N many2one res.partner \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1079 res.company 88 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1080 res.company 88 account_no base Account No. \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1081 res.company 88 city base City \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1082 res.company 88 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1083 res.company 88 zip base Zip \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1084 res.company 88 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1085 res.company 88 country_id base Country \N many2one res.country \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1086 res.company 88 parent_id base Parent Company \N many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1087 res.company 88 rml_footer_readonly base Report Footer Footer text displayed at the bottom of all reports. text \N \N f f rml_footer t f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1088 res.company 88 email base Email \N char \N \N f f partner_id.email f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1089 res.company 88 vat base Tax ID Tax Identification Number. Fill it if the company is subjected to taxes. Used by the some of the legal statements. char \N \N f f partner_id.vat f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1090 res.company 88 website base Website Website of Partner or Company char \N \N f f partner_id.website f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1091 res.company 88 fax base Fax \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1092 res.company 88 bank_ids base Bank Accounts Bank accounts related to this company one2many res.partner.bank company_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1093 res.company 88 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1094 res.company 88 street2 base Street2 \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1095 res.company 88 child_ids base Child Companies \N one2many res.company parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1096 res.company 88 custom_footer base Custom footer Check this to define the report footer manually. Otherwise it will be filled in automatically. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1097 res.company 88 phone base Phone \N char \N \N f f partner_id.phone f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1098 res.company 88 user_ids base Accepted Users \N many2many res.users \N f t \N f f t f \N res_company_users_rel cid user_id t \N \N \N \N \N \N \N \N \N \N \N +1099 res.company 88 rml_header2 base RML Internal Header \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1100 res.company 88 rml_header3 base RML Internal Header for Landscape Reports \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1101 res.company 88 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1102 res.company 88 rml_header1 base Company Tagline Appears by default on the top right corner of your printed documents (report header). char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1103 res.company 88 name base Company Name \N char \N \N f f partner_id.name f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1104 res.company 88 company_registry base Company registry \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1105 res.company 88 state_id base Fed. State \N many2one res.country.state \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1106 res.groups 89 comment base Comment \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1107 res.groups 89 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1108 res.groups 89 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1109 res.groups 89 menu_access base Access Menu \N many2many ir.ui.menu \N f t \N f f t f \N ir_ui_menu_group_rel gid menu_id t \N \N \N \N \N \N \N \N \N \N \N +1110 res.groups 89 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1111 res.groups 89 color base Color Index \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1112 res.groups 89 share base Share Group Group created to set access rights for sharing data with some users. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1113 res.groups 89 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1114 res.groups 89 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1115 res.groups 89 rule_groups base Rules \N many2many ir.rule \N f t \N f f t f \N rule_group_rel group_id rule_group_id t \N \N \N \N \N \N \N \N \N \N \N +1116 res.groups 89 implied_ids base Inherits Users of this group automatically inherit those groups many2many res.groups \N f t \N f f t f \N res_groups_implied_rel gid hid t \N \N \N \N \N \N \N \N \N \N \N +1117 res.groups 89 full_name base Group Name \N char \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1118 res.groups 89 view_access base Views \N many2many ir.ui.view \N f t \N f f t f \N ir_ui_view_group_rel group_id view_id t \N \N \N \N \N \N \N \N \N \N \N +1119 res.groups 89 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1120 res.groups 89 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1121 res.groups 89 users base Users \N many2many res.users \N f t \N f f t f \N res_groups_users_rel gid uid t \N \N \N \N \N \N \N \N \N \N \N +1122 res.groups 89 category_id base Application \N many2one ir.module.category \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1123 res.groups 89 model_access base Access Controls \N one2many ir.model.access group_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1124 res.groups 89 trans_implied_ids base Transitively inherits \N many2many res.groups \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1125 res.groups 89 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1126 res.users.log 90 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1127 res.users.log 90 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1128 res.users.log 90 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1129 res.users.log 90 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1130 res.users.log 90 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1131 res.users.log 90 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1132 res.users.log 90 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1133 res.users 91 comment base Notes \N text \N \N f t partner_id.comment f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1134 res.users 91 groups_id base Groups \N many2many res.groups \N f t \N f f t f \N res_groups_users_rel uid gid t \N \N \N \N \N \N \N \N \N \N \N +1135 res.users 91 user_id base Salesperson The internal user that is in charge of communicating with this contact if any. many2one res.users \N f t partner_id.user_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1136 res.users 91 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1137 res.users 91 parent_name base Parent name \N char \N \N f f partner_id.parent_name t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1138 res.users 91 color base Color Index \N integer \N \N f t partner_id.color f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1139 res.users 91 image_small base Small-sized image Small-sized image of this contact. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f t partner_id.image_small f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1140 res.users 91 image base Image This field holds the image used as avatar for this contact, limited to 1024x1024px binary \N \N f t partner_id.image f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1141 res.users 91 share base Share User External user with limited access, created only for the purpose of sharing data. boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1142 res.users 91 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1143 res.users 91 date base Date \N date \N \N f t partner_id.date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1144 res.users 91 contact_address base Complete Address \N char \N \N f f partner_id.contact_address t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1145 res.users 91 street base Street \N char \N \N f t partner_id.street f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1146 res.users 91 partner_id base Related Partner Partner-related data of the user many2one res.partner \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1147 res.users 91 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1148 res.users 91 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1149 res.users 91 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1150 res.users 91 zip base Zip \N char \N \N f t partner_id.zip f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1151 res.users 91 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1152 res.users 91 new_password base Set Password Specify a value only when creating a user or if you're changing the user's password, otherwise leave empty. After a change of password, the user has to login again. char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1153 res.users 91 country_id base Country \N many2one res.country \N f t partner_id.country_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1280 web.planner 98 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1154 res.users 91 company_id base Company The company this user is currently working for. many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1155 res.users 91 email_formatted base Formatted Email Format email address "Name " char \N \N f f partner_id.email_formatted t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1156 res.users 91 commercial_company_name base Company Name Entity \N char \N \N f f partner_id.commercial_company_name t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1157 res.users 91 website base Website Website of Partner or Company char \N \N f t partner_id.website f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1158 res.users 91 tz_offset base Timezone offset \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1159 res.users 91 parent_id base Related Company \N many2one res.partner \N f t partner_id.parent_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1160 res.users 91 supplier base Is a Vendor Check this box if this contact is a vendor. If it's not checked, purchase people will not see it when encoding a purchase order. boolean \N \N f t partner_id.supplier f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1161 res.users 91 ref base Internal Reference \N char \N \N f t partner_id.ref f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1162 res.users 91 email base Email \N char \N \N f t partner_id.email f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1163 res.users 91 log_ids base User log entries \N one2many res.users.log create_uid f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1164 res.users 91 action_id base Home Action If specified, this action will be opened at log on for this user, in addition to the standard menu. many2one ir.actions.actions \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1165 res.users 91 function base Job Position \N char \N \N f t partner_id.function f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1166 res.users 91 lang base Language If the selected language is loaded in the system, all documents related to this contact will be printed in this language. If not, it will be English. selection \N \N f t partner_id.lang f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1167 res.users 91 fax base Fax \N char \N \N f t partner_id.fax f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1168 res.users 91 vat base TIN Tax Identification Number. Fill it if the company is subjected to taxes. Used by the some of the legal statements. char \N \N f t partner_id.vat f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1169 res.users 91 bank_ids base Banks \N one2many res.partner.bank \N f f partner_id.bank_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1170 res.users 91 city base City \N char \N \N f t partner_id.city f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1171 res.users 91 company_type base Company Type \N selection \N \N f f partner_id.company_type f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1172 res.users 91 street2 base Street2 \N char \N \N f t partner_id.street2 f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1173 res.users 91 barcode base Barcode \N char \N \N f t partner_id.barcode f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1174 res.users 91 child_ids base Contacts \N one2many res.partner \N f f partner_id.child_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1175 res.users 91 company_ids base Companies \N many2many res.company \N f t \N f f t f \N res_company_users_rel user_id cid t \N \N \N \N \N \N \N \N \N \N \N +1176 res.users 91 employee base Employee Check this box if this contact is an Employee. boolean \N \N f t partner_id.employee f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1177 res.users 91 user_ids base Users \N one2many res.users \N f f partner_id.user_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1178 res.users 91 image_medium base Medium-sized image Medium-sized image of this contact. It is automatically resized as a 128x128px image, with aspect ratio preserved. Use this field in form views or some kanban views. binary \N \N f t partner_id.image_medium f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1179 res.users 91 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1180 res.users 91 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1181 res.users 91 tz base Timezone The partner's timezone, used to output proper date and time values inside printed reports. It is important to set a value for this field. You should use the same timezone that is otherwise used to pick and render date and time values: your computer's timezone. selection \N \N f t partner_id.tz f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1182 res.users 91 password base Password Keep empty if you don't want the user to be able to connect on the system. char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1183 res.users 91 login base Login Used to log into the system char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1184 res.users 91 customer base Is a Customer Check this box if this contact is a customer. boolean \N \N f t partner_id.customer f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1185 res.users 91 credit_limit base Credit Limit \N float \N \N f t partner_id.credit_limit f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1186 res.users 91 name base Name \N char \N \N f t partner_id.name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1187 res.users 91 phone base Phone \N char \N \N f t partner_id.phone f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1188 res.users 91 mobile base Mobile \N char \N \N f t partner_id.mobile f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1189 res.users 91 type base Address Type Used to select automatically the right address according to the context in sales and purchases documents. selection \N \N f t partner_id.type f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1190 res.users 91 title base Title \N many2one res.partner.title \N f t partner_id.title f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1191 res.users 91 login_date base Latest connection \N datetime \N \N f f log_ids.create_date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1192 res.users 91 partner_share base Share Partner Either customer (no user), either shared user. Indicated the current partner is a customer without access or with a limited access created for sharing data. boolean \N \N f f partner_id.partner_share t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1193 res.users 91 company_name base Company Name \N char \N \N f t partner_id.company_name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1194 res.users 91 is_company base Is a Company Check if the contact is a company, otherwise it is a person boolean \N \N f t partner_id.is_company f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1195 res.users 91 signature base Signature \N html \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1196 res.users 91 state_id base State \N many2one res.country.state \N f t partner_id.state_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1197 res.users 91 companies_count base Number of Companies \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1198 res.users 91 category_id base Tags \N many2many res.partner.category \N f t partner_id.category_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1199 res.users 91 self base Self \N many2one res.partner \N f f partner_id.self t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1200 res.users 91 commercial_partner_id base Commercial Entity \N many2one res.partner \N f f partner_id.commercial_partner_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1201 change.password.wizard 92 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1202 change.password.wizard 92 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1203 change.password.wizard 92 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1204 change.password.wizard 92 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1205 change.password.wizard 92 user_ids base Users \N one2many change.password.user wizard_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1206 change.password.wizard 92 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1207 change.password.wizard 92 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1208 change.password.wizard 92 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1209 change.password.user 93 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1210 change.password.user 93 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1211 change.password.user 93 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1212 change.password.user 93 user_login base User Login \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1213 change.password.user 93 new_passwd base New Password \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1214 change.password.user 93 wizard_id base Wizard \N many2one change.password.wizard \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1215 change.password.user 93 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1216 change.password.user 93 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1217 change.password.user 93 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1218 change.password.user 93 user_id base User \N many2one res.users \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1219 change.password.user 93 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1220 res.request.link 94 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1221 res.request.link 94 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1222 res.request.link 94 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1223 res.request.link 94 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1224 res.request.link 94 object base Object \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1225 res.request.link 94 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1226 res.request.link 94 priority base Priority \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1227 res.request.link 94 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1228 res.request.link 94 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1229 res.request.link 94 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1230 ir.property 95 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1231 ir.property 95 value_integer base Value integer \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1232 ir.property 95 value_float base Value float \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1233 ir.property 95 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1234 ir.property 95 name base Name \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1235 ir.property 95 value_text base Value text \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1236 ir.property 95 res_id base Resource If not set, acts as a default value for new resources char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1237 ir.property 95 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1238 ir.property 95 company_id base Company \N many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1239 ir.property 95 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1240 ir.property 95 fields_id base Field \N many2one ir.model.fields \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1241 ir.property 95 value_datetime base Value datetime \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1242 ir.property 95 value_binary base Value binary \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1243 ir.property 95 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1244 ir.property 95 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1245 ir.property 95 value_reference base Value reference \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1246 ir.property 95 type base Type \N selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1247 ir.property 95 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1248 res.users 91 password_crypt base Encrypted Password \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1249 ir.attachment 26 local_url base Attachment URL \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1250 web_editor.converter.test 96 binary base Binary \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1251 web_editor.converter.test 96 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1252 web_editor.converter.test 96 selection base Selection \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1253 web_editor.converter.test 96 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1254 web_editor.converter.test 96 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1255 web_editor.converter.test 96 text base Text \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1256 web_editor.converter.test 96 float base Float \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1257 web_editor.converter.test 96 numeric base Numeric \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1258 web_editor.converter.test 96 datetime base Datetime \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1259 web_editor.converter.test 96 char base Char \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1260 web_editor.converter.test 96 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1261 web_editor.converter.test 96 html base Html \N html \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1262 web_editor.converter.test 96 selection_str base Lorsqu'un pancake prend l'avion à destination de Toronto et qu'il fait une escale technique à St Claude, on dit: \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1263 web_editor.converter.test 96 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1264 web_editor.converter.test 96 many2one base Many2one \N many2one web_editor.converter.test.sub \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1265 web_editor.converter.test 96 date base Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1266 web_editor.converter.test 96 integer base Integer \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1267 web_editor.converter.test 96 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1268 web_editor.converter.test 96 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1269 web_editor.converter.test.sub 97 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1270 web_editor.converter.test.sub 97 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1271 web_editor.converter.test.sub 97 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1272 web_editor.converter.test.sub 97 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1273 web_editor.converter.test.sub 97 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1274 web_editor.converter.test.sub 97 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1275 web_editor.converter.test.sub 97 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1276 web_editor.converter.test.sub 97 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1277 web.planner 98 menu_id base Menu \N many2one ir.ui.menu \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1278 web.planner 98 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1279 web.planner 98 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1281 web.planner 98 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1282 web.planner 98 planner_application base Planner Application \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1283 web.planner 98 view_id base Template \N many2one ir.ui.view \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1284 web.planner 98 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1285 web.planner 98 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1286 web.planner 98 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1287 web.planner 98 active base Active If the active field is set to False, it will allow you to hide the planner. This change requires a refresh of your page. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1288 web.planner 98 progress base Progress Percentage \N integer \N \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1289 web.planner 98 data base Data \N text \N \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1290 web.planner 98 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1291 web.planner 98 tooltip_planner base Planner Tooltips \N html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1292 ir.ui.menu 13 load_xmlid base Load xmlid \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1293 web_tour.tour 99 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1294 web_tour.tour 99 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1295 web_tour.tour 99 user_id base Consumed by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1296 web_tour.tour 99 name base Tour name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1297 web_tour.tour 99 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1298 base_import.import 100 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1299 base_import.import 100 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1300 base_import.import 100 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1301 base_import.import 100 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1302 base_import.import 100 file_type base File Type \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1303 base_import.import 100 file_name base File Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1304 base_import.import 100 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1305 base_import.import 100 file base File File to check and/or import, raw binary (not base64) binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1306 base_import.import 100 res_model base Model \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1307 base_import.import 100 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1308 base_import.import 100 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1309 base_import.tests.models.char 101 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1310 base_import.tests.models.char 101 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1311 base_import.tests.models.char 101 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1312 base_import.tests.models.char 101 value base Value \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1313 base_import.tests.models.char 101 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1314 base_import.tests.models.char 101 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1315 base_import.tests.models.char 101 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1316 base_import.tests.models.char 101 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1317 base_import.tests.models.char.required 102 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1318 base_import.tests.models.char.required 102 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1319 base_import.tests.models.char.required 102 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1320 base_import.tests.models.char.required 102 value base Value \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1321 base_import.tests.models.char.required 102 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1322 base_import.tests.models.char.required 102 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1323 base_import.tests.models.char.required 102 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1324 base_import.tests.models.char.required 102 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1325 base_import.tests.models.char.readonly 103 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1326 base_import.tests.models.char.readonly 103 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1327 base_import.tests.models.char.readonly 103 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1328 base_import.tests.models.char.readonly 103 value base Value \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1329 base_import.tests.models.char.readonly 103 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1330 base_import.tests.models.char.readonly 103 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1331 base_import.tests.models.char.readonly 103 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1332 base_import.tests.models.char.readonly 103 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1333 base_import.tests.models.char.states 104 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1334 base_import.tests.models.char.states 104 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1335 base_import.tests.models.char.states 104 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1336 base_import.tests.models.char.states 104 value base Value \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1337 base_import.tests.models.char.states 104 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1338 base_import.tests.models.char.states 104 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1339 base_import.tests.models.char.states 104 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1340 base_import.tests.models.char.states 104 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1341 base_import.tests.models.char.noreadonly 105 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1342 base_import.tests.models.char.noreadonly 105 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1343 base_import.tests.models.char.noreadonly 105 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1344 base_import.tests.models.char.noreadonly 105 value base Value \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1345 base_import.tests.models.char.noreadonly 105 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1346 base_import.tests.models.char.noreadonly 105 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1347 base_import.tests.models.char.noreadonly 105 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1348 base_import.tests.models.char.noreadonly 105 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1349 base_import.tests.models.char.stillreadonly 106 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1350 base_import.tests.models.char.stillreadonly 106 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1351 base_import.tests.models.char.stillreadonly 106 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1352 base_import.tests.models.char.stillreadonly 106 value base Value \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1353 base_import.tests.models.char.stillreadonly 106 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1354 base_import.tests.models.char.stillreadonly 106 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1355 base_import.tests.models.char.stillreadonly 106 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1356 base_import.tests.models.char.stillreadonly 106 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1357 base_import.tests.models.m2o 107 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1358 base_import.tests.models.m2o 107 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1359 base_import.tests.models.m2o 107 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1360 base_import.tests.models.m2o 107 value base Value \N many2one base_import.tests.models.m2o.related \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1361 base_import.tests.models.m2o 107 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1362 base_import.tests.models.m2o 107 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1363 base_import.tests.models.m2o 107 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1364 base_import.tests.models.m2o 107 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1365 base_import.tests.models.m2o.related 108 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1366 base_import.tests.models.m2o.related 108 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1367 base_import.tests.models.m2o.related 108 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1368 base_import.tests.models.m2o.related 108 value base Value \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1369 base_import.tests.models.m2o.related 108 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1370 base_import.tests.models.m2o.related 108 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1371 base_import.tests.models.m2o.related 108 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1372 base_import.tests.models.m2o.related 108 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1373 base_import.tests.models.m2o.required 109 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1374 base_import.tests.models.m2o.required 109 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1375 base_import.tests.models.m2o.required 109 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1376 base_import.tests.models.m2o.required 109 value base Value \N many2one base_import.tests.models.m2o.required.related \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1377 base_import.tests.models.m2o.required 109 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1378 base_import.tests.models.m2o.required 109 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1379 base_import.tests.models.m2o.required 109 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1380 base_import.tests.models.m2o.required 109 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1381 base_import.tests.models.m2o.required.related 110 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1382 base_import.tests.models.m2o.required.related 110 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1383 base_import.tests.models.m2o.required.related 110 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1384 base_import.tests.models.m2o.required.related 110 value base Value \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1385 base_import.tests.models.m2o.required.related 110 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1386 base_import.tests.models.m2o.required.related 110 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1387 base_import.tests.models.m2o.required.related 110 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1388 base_import.tests.models.m2o.required.related 110 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1389 base_import.tests.models.o2m 111 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1390 base_import.tests.models.o2m 111 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1391 base_import.tests.models.o2m 111 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1392 base_import.tests.models.o2m 111 value base Value \N one2many base_import.tests.models.o2m.child parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1393 base_import.tests.models.o2m 111 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1394 base_import.tests.models.o2m 111 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1395 base_import.tests.models.o2m 111 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1396 base_import.tests.models.o2m 111 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1397 base_import.tests.models.o2m.child 112 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1398 base_import.tests.models.o2m.child 112 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1399 base_import.tests.models.o2m.child 112 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1400 base_import.tests.models.o2m.child 112 value base Value \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1401 base_import.tests.models.o2m.child 112 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1402 base_import.tests.models.o2m.child 112 parent_id base Parent id \N many2one base_import.tests.models.o2m \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1403 base_import.tests.models.o2m.child 112 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1404 base_import.tests.models.o2m.child 112 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1405 base_import.tests.models.o2m.child 112 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1406 base_import.tests.models.preview 113 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1407 base_import.tests.models.preview 113 othervalue base Other Variable \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1408 base_import.tests.models.preview 113 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1409 base_import.tests.models.preview 113 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1410 base_import.tests.models.preview 113 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1411 base_import.tests.models.preview 113 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1412 base_import.tests.models.preview 113 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1413 base_import.tests.models.preview 113 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1414 base_import.tests.models.preview 113 somevalue base Some Value \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1415 base_import.tests.models.preview 113 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1417 decimal.precision 114 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1418 decimal.precision 114 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1419 decimal.precision 114 name base Usage \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1420 decimal.precision 114 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1421 decimal.precision 114 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1422 decimal.precision 114 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1423 decimal.precision 114 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1424 decimal.precision 114 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1425 decimal.precision.test 115 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1426 decimal.precision.test 115 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1427 decimal.precision.test 115 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1428 decimal.precision.test 115 float_2 base Float 2 \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1429 decimal.precision.test 115 float base Float \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1430 decimal.precision.test 115 float_4 base Float 4 \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1431 decimal.precision.test 115 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1432 decimal.precision.test 115 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1433 decimal.precision.test 115 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1434 decimal.precision.test 115 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1435 bus.bus 116 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1436 bus.bus 116 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1437 bus.bus 116 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1438 bus.bus 116 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1439 bus.bus 116 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1440 bus.bus 116 create_date base Create date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1441 bus.bus 116 message base Message \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1442 bus.bus 116 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1443 bus.bus 116 channel base Channel \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1444 bus.presence 117 status base IM Status \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1445 bus.presence 117 user_id base Users \N many2one res.users \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1446 bus.presence 117 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1447 bus.presence 117 last_presence base Last Presence \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1448 bus.presence 117 last_poll base Last Poll \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1449 bus.presence 117 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1450 bus.presence 117 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1451 res.users 91 im_status base IM Status \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1452 res.partner 79 im_status base IM Status \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1453 base.config.settings 118 rml_footer base Custom Report Footer * Footer text displayed at the bottom of all reports. text \N \N f f company_id.rml_footer f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1454 base.config.settings 118 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1455 base.config.settings 118 rml_header base RML Header * \N text \N \N f f company_id.rml_header f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1456 base.config.settings 118 rml_paper_format base Paper Format * \N selection \N \N f f company_id.rml_paper_format f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1457 base.config.settings 118 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1458 base.config.settings 118 module_google_calendar base Allow the users to synchronize their calendar with Google Calendar This installs the module google_calendar. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1459 base.config.settings 118 font base Font * Set the font into the report header, it will be used as default font in the RML reports of the user company many2one res.font \N f f company_id.font f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1460 base.config.settings 118 module_auth_oauth base Use external authentication providers (OAuth) \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1461 base.config.settings 118 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1462 base.config.settings 118 company_share_partner base Share partners to all companies Share your partners to all companies defined in your instance.\n * Checked : Partners are visible for every companies, even if a company is defined on the partner.\n * Unchecked : Each company can see only its partner (partners where company is defined). Partners not related to a company are visible for all companies. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1463 base.config.settings 118 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1464 base.config.settings 118 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1465 base.config.settings 118 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1466 base.config.settings 118 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1467 base.config.settings 118 module_base_import base Allow users to import data from CSV/XLS/XLSX/ODS files \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1468 base.config.settings 118 module_portal base Activate the customer portal Give your customers access to their documents. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1469 base.config.settings 118 rml_footer_readonly base Report Footer * Footer text displayed at the bottom of all reports. text \N \N f f rml_footer t f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1470 base.config.settings 118 group_multi_currency base Allow multi currencies Allows to work in a multi currency environment boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1471 base.config.settings 118 module_google_drive base Attach Google documents to any record This installs the module google_docs. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1472 base.config.settings 118 custom_footer base Custom footer * Check this to define the report footer manually. Otherwise it will be filled in automatically. boolean \N \N f f company_id.custom_footer f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1473 base.config.settings 118 rml_header2 base RML Internal Header * \N text \N \N f f company_id.rml_header2 f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1474 base.config.settings 118 rml_header3 base RML Internal Header for Landscape Reports * \N text \N \N f f company_id.rml_header3 f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1475 base.config.settings 118 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1476 base.config.settings 118 module_inter_company_rules base Manage Inter Company This installs the module inter_company_rules.\n Configure company rules to automatically create SO/PO when one of your company sells/buys to another of your company. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1477 base.config.settings 118 group_multi_company base Manage multiple companies Work in multi-company environments, with appropriate security access between companies. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1478 base.config.settings 118 module_share base Allow documents sharing Share or embed any screen of Odoo. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1479 mail.message.subtype 119 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1480 mail.message.subtype 119 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1481 mail.message.subtype 119 description base Description Description that will be added in the message posted for this subtype. If void, the name will be added instead. text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1482 mail.message.subtype 119 sequence base Sequence Used to order subtypes. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1483 mail.message.subtype 119 default base Default Activated by default when subscribing. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1484 mail.message.subtype 119 res_model base Model Model the subtype applies to. If False, this subtype applies to all models. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1485 mail.message.subtype 119 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1486 mail.message.subtype 119 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1487 mail.message.subtype 119 parent_id base Parent Parent subtype, used for automatic subscription. This field is not correctly named. For example on a project, the parent_id of project subtypes refers to task-related subtypes. many2one mail.message.subtype \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1488 mail.message.subtype 119 internal base Internal Only Messages with internal subtypes will be visible only by employees, aka members of base_user group boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1489 mail.message.subtype 119 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1490 mail.message.subtype 119 relation_field base Relation field Field used to link the related model to the subtype model when using automatic subscription on a related document. The field is used to compute getattr(related_document.relation_field). char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1491 mail.message.subtype 119 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1492 mail.message.subtype 119 hidden base Hidden Hide the subtype in the follower options boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1493 mail.message.subtype 119 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1494 mail.message.subtype 119 name base Message Type Message subtype gives a more precise type on the message, especially for system notifications. For example, it can be a notification related to a new record (New), or to a stage change in a process (Stage change). Message subtypes allow to precisely tune the notifications the user want to receive on its wall. char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1495 mail.tracking.value 120 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1496 mail.tracking.value 120 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1497 mail.tracking.value 120 old_value_monetary base Old Value Monetary \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1498 mail.tracking.value 120 new_value_text base New Value Text \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1499 mail.tracking.value 120 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1500 mail.tracking.value 120 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1501 mail.tracking.value 120 field_type base Field Type \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1502 mail.tracking.value 120 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1503 mail.tracking.value 120 old_value_datetime base Old Value DateTime \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1504 mail.tracking.value 120 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1505 mail.tracking.value 120 field base Changed Field \N char \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1506 mail.tracking.value 120 new_value_datetime base New Value Datetime \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1507 mail.tracking.value 120 new_value_integer base New Value Integer \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1508 mail.tracking.value 120 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1509 mail.tracking.value 120 new_value_monetary base New Value Monetary \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1510 mail.tracking.value 120 old_value_text base Old Value Text \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1511 mail.tracking.value 120 field_desc base Field Description \N char \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1512 mail.tracking.value 120 mail_message_id base Message ID \N many2one mail.message \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1513 mail.tracking.value 120 new_value_char base New Value Char \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1514 mail.tracking.value 120 old_value_char base Old Value Char \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1515 mail.tracking.value 120 new_value_float base New Value Float \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1516 mail.tracking.value 120 old_value_float base Old Value Float \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1517 mail.tracking.value 120 old_value_integer base Old Value Integer \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1518 mail.alias 121 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1519 mail.alias 121 alias_parent_thread_id base Parent Record Thread ID ID of the parent record holding the alias (example: project holding the task creation alias) integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1520 mail.alias 121 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1521 mail.alias 121 alias_defaults base Default Values A Python dictionary that will be evaluated to provide default values when creating new records for this alias. text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1522 mail.alias 121 alias_contact base Alias Contact Security Policy to post a message on the document using the mailgateway.\n- everyone: everyone can post\n- partners: only authenticated partners\n- followers: only followers of the related document or members of following channels\n selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1523 mail.alias 121 alias_parent_model_id base Parent Model Parent model holding the alias. The model holding the alias reference is not necessarily the model given by alias_model_id (example: project (parent_model) and task (model)) many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1524 mail.alias 121 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1525 mail.alias 121 alias_user_id base Owner The owner of records created upon receiving emails on this alias. If this field is not set the system will attempt to find the right owner based on the sender (From) address, or will use the Administrator account if no system user is found for that address. many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1526 mail.alias 121 alias_force_thread_id base Record Thread ID Optional ID of a thread (record) to which all incoming messages will be attached, even if they did not reply to it. If set, this will disable the creation of new records completely. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1527 mail.alias 121 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1528 mail.alias 121 alias_model_id base Aliased Model The model (Odoo Document Kind) to which this alias corresponds. Any incoming email that does not reply to an existing record will cause the creation of a new record of this model (e.g. a Project Task) many2one ir.model \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1529 mail.alias 121 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1530 mail.alias 121 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1531 mail.alias 121 alias_domain base Alias domain \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1532 mail.alias 121 alias_name base Alias Name The name of the email alias, e.g. 'jobs' if you want to catch emails for char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1533 mail.alias 121 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1534 mail.alias.mixin 122 create_uid base Created by \N many2one res.users \N f t alias_id.create_uid f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1535 mail.alias.mixin 122 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1536 mail.alias.mixin 122 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1537 mail.alias.mixin 122 alias_contact base Alias Contact Security Policy to post a message on the document using the mailgateway.\n- everyone: everyone can post\n- partners: only authenticated partners\n- followers: only followers of the related document or members of following channels\n selection \N \N f t alias_id.alias_contact f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1538 mail.alias.mixin 122 alias_parent_model_id base Parent Model Parent model holding the alias. The model holding the alias reference is not necessarily the model given by alias_model_id (example: project (parent_model) and task (model)) many2one ir.model \N f t alias_id.alias_parent_model_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1539 mail.alias.mixin 122 alias_defaults base Default Values A Python dictionary that will be evaluated to provide default values when creating new records for this alias. text \N \N f t alias_id.alias_defaults f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1540 mail.alias.mixin 122 alias_id base Alias \N many2one mail.alias \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1541 mail.alias.mixin 122 write_uid base Last Updated by \N many2one res.users \N f t alias_id.write_uid f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1542 mail.alias.mixin 122 alias_force_thread_id base Record Thread ID Optional ID of a thread (record) to which all incoming messages will be attached, even if they did not reply to it. If set, this will disable the creation of new records completely. integer \N \N f t alias_id.alias_force_thread_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1543 mail.alias.mixin 122 create_date base Created on \N datetime \N \N f t alias_id.create_date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1544 mail.alias.mixin 122 alias_model_id base Aliased Model The model (Odoo Document Kind) to which this alias corresponds. Any incoming email that does not reply to an existing record will cause the creation of a new record of this model (e.g. a Project Task) many2one ir.model \N f t alias_id.alias_model_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1545 mail.alias.mixin 122 write_date base Last Updated on \N datetime \N \N f t alias_id.write_date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1546 mail.alias.mixin 122 alias_parent_thread_id base Parent Record Thread ID ID of the parent record holding the alias (example: project holding the task creation alias) integer \N \N f t alias_id.alias_parent_thread_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1547 mail.alias.mixin 122 alias_domain base Alias domain \N char \N \N f f alias_id.alias_domain t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1548 mail.alias.mixin 122 alias_name base Alias Name The name of the email alias, e.g. 'jobs' if you want to catch emails for char \N \N f t alias_id.alias_name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1549 mail.alias.mixin 122 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1550 mail.alias.mixin 122 alias_user_id base Owner The owner of records created upon receiving emails on this alias. If this field is not set the system will attempt to find the right owner based on the sender (From) address, or will use the Administrator account if no system user is found for that address. many2one res.users \N f t alias_id.alias_user_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1551 mail.followers 123 subtype_ids base Subtype Message subtypes followed, meaning subtypes that will be pushed onto the user's Wall. many2many mail.message.subtype \N f t \N f f t f \N mail_followers_mail_message_subtype_rel mail_followers_id mail_message_subtype_id t \N \N \N \N \N \N \N \N \N \N \N +1552 mail.followers 123 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1553 mail.followers 123 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1554 mail.followers 123 partner_id base Related Partner \N many2one res.partner \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1555 mail.followers 123 channel_id base Listener \N many2one mail.channel \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1556 mail.followers 123 res_model base Related Document Model Model of the followed resource char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1557 mail.followers 123 res_id base Related Document ID Id of the followed resource integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1558 mail.followers 123 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1559 mail.notification 124 mail_message_id base Message \N many2one mail.message \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1560 mail.notification 124 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1561 mail.notification 124 is_email base Sent by Email \N boolean \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1562 mail.notification 124 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1563 mail.notification 124 is_read base Is Read \N boolean \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1564 mail.notification 124 res_partner_id base Needaction Recipient \N many2one res.partner \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1565 mail.notification 124 email_status base Email Status \N selection \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1566 mail.notification 124 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1567 mail.message 125 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1568 mail.message 125 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1569 mail.message 125 tracking_value_ids base Tracking values Tracked values are stored in a separate model. This field allow to reconstruct the tracking and to generate statistics on the model. one2many mail.tracking.value mail_message_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1570 mail.message 125 mail_server_id base Outgoing mail server \N many2one ir.mail_server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1571 mail.message 125 notification_ids base Notifications \N one2many mail.notification mail_message_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1572 mail.message 125 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1573 mail.message 125 needaction base Need Action Need Action boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1574 mail.message 125 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1575 mail.message 125 subject base Subject \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1576 mail.message 125 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1577 mail.message 125 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1578 mail.message 125 attachment_ids base Attachments Attachments are linked to a document through model / res_id and to the message through this field. many2many ir.attachment \N f t \N f f t f \N message_attachment_rel message_id attachment_id t \N \N \N \N \N \N \N \N \N \N \N +1579 mail.message 125 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1580 mail.message 125 parent_id base Parent Message Initial thread message. many2one mail.message \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1581 mail.message 125 subtype_id base Subtype \N many2one mail.message.subtype \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1582 mail.message 125 partner_ids base Recipients \N many2many res.partner \N f t \N f f t f \N mail_message_res_partner_rel mail_message_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1583 mail.message 125 res_id base Related Document ID \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1584 mail.message 125 message_id base Message-Id Message unique identifier char \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1585 mail.message 125 body base Contents \N html \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1586 mail.message 125 record_name base Message Record Name Name get of the related document. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1587 mail.message 125 channel_ids base Channels \N many2many mail.channel \N f t \N f f t f \N mail_message_mail_channel_rel mail_message_id mail_channel_id t \N \N \N \N \N \N \N \N \N \N \N +1588 mail.message 125 child_ids base Child Messages \N one2many mail.message parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1589 mail.message 125 no_auto_thread base No threading for answers Answers do not go in the original document discussion thread. This has an impact on the generated message-id. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1590 mail.message 125 date base Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1591 mail.message 125 starred base Starred Current user has a starred notification linked to this message boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1592 mail.message 125 needaction_partner_ids base Partners with Need Action \N many2many res.partner \N f t \N f f t f \N mail_message_res_partner_needaction_rel mail_message_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1593 mail.message 125 starred_partner_ids base Favorited By \N many2many res.partner \N f t \N f f t f \N mail_message_res_partner_starred_rel mail_message_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1594 mail.message 125 author_avatar base Author's avatar Small-sized image of this contact. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f f author_id.image_small f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1595 mail.message 125 reply_to base Reply-To Reply email address. Setting the reply_to bypasses the automatic thread creation. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1596 mail.message 125 author_id base Author Author of the message. If not set, email_from may hold an email address that did not match any partner. many2one res.partner \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1597 mail.message 125 model base Related Document Model \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1598 mail.message 125 message_type base Type Message type: email for email message, notification for system message, comment for other messages such as user replies selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1599 mail.message 125 email_from base From Email address of the sender. This field is set when no matching partner is found and replaces the author_id field in the chatter. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1600 mail.mail 126 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1601 mail.mail 126 no_auto_thread base No threading for answers Answers do not go in the original document discussion thread. This has an impact on the generated message-id. boolean \N \N f t mail_message_id.no_auto_thread f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1602 mail.mail 126 tracking_value_ids base Tracking values Tracked values are stored in a separate model. This field allow to reconstruct the tracking and to generate statistics on the model. one2many mail.tracking.value \N f f mail_message_id.tracking_value_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1603 mail.mail 126 auto_delete base Auto Delete Permanently delete this email after sending it, to save space boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1604 mail.mail 126 mail_server_id base Outgoing mail server \N many2one ir.mail_server \N f t mail_message_id.mail_server_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1605 mail.mail 126 notification_ids base Notifications \N one2many mail.notification \N f f mail_message_id.notification_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1606 mail.mail 126 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1607 mail.mail 126 references base References Message references, such as identifiers of previous messages text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1608 mail.mail 126 needaction base Need Action Need Action boolean \N \N f f mail_message_id.needaction t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1609 mail.mail 126 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1610 mail.mail 126 subject base Subject \N char \N \N f t mail_message_id.subject f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1611 mail.mail 126 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1612 mail.mail 126 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1613 mail.mail 126 attachment_ids base Attachments Attachments are linked to a document through model / res_id and to the message through this field. many2many ir.attachment \N f t mail_message_id.attachment_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1614 mail.mail 126 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1615 mail.mail 126 notification base Is Notification Mail has been created to notify people of an existing mail.message boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1616 mail.mail 126 parent_id base Parent Message Initial thread message. many2one mail.message \N f t mail_message_id.parent_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1617 mail.mail 126 state base Status \N selection \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1618 mail.mail 126 subtype_id base Subtype \N many2one mail.message.subtype \N f t mail_message_id.subtype_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1619 mail.mail 126 email_cc base Cc Carbon copy message recipients char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1620 mail.mail 126 partner_ids base Recipients \N many2many res.partner \N f t mail_message_id.partner_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1621 mail.mail 126 res_id base Related Document ID \N integer \N \N f t mail_message_id.res_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1622 mail.mail 126 message_id base Message-Id Message unique identifier char \N \N f f mail_message_id.message_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1623 mail.mail 126 body base Contents \N html \N \N f t mail_message_id.body f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1624 mail.mail 126 recipient_ids base To (Partners) \N many2many res.partner \N f t \N f f t f \N mail_mail_res_partner_rel mail_mail_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1625 mail.mail 126 record_name base Message Record Name Name get of the related document. char \N \N f t mail_message_id.record_name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1626 mail.mail 126 starred base Starred Current user has a starred notification linked to this message boolean \N \N f f mail_message_id.starred t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1627 mail.mail 126 channel_ids base Channels \N many2many mail.channel \N f t mail_message_id.channel_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2308 product.uom.categ 157 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1628 mail.mail 126 child_ids base Child Messages \N one2many mail.message \N f f mail_message_id.child_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1629 mail.mail 126 body_html base Rich-text Contents Rich-text/HTML message text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1630 mail.mail 126 reply_to base Reply-To Reply email address. Setting the reply_to bypasses the automatic thread creation. char \N \N f t mail_message_id.reply_to f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1631 mail.mail 126 email_to base To Message recipients (emails) text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1632 mail.mail 126 scheduled_date base Scheduled Send Date If set, the queue manager will send the email after the date. If not set, the email will be send as soon as possible. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1633 mail.mail 126 date base Date \N datetime \N \N f t mail_message_id.date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1634 mail.mail 126 author_id base Author Author of the message. If not set, email_from may hold an email address that did not match any partner. many2one res.partner \N f t mail_message_id.author_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1635 mail.mail 126 mail_message_id base Message \N many2one mail.message \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1636 mail.mail 126 needaction_partner_ids base Partners with Need Action \N many2many res.partner \N f t mail_message_id.needaction_partner_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1637 mail.mail 126 starred_partner_ids base Favorited By \N many2many res.partner \N f t mail_message_id.starred_partner_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1638 mail.mail 126 failure_reason base Failure Reason Failure reason. This is usually the exception thrown by the email server, stored to ease the debugging of mailing issues. text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1639 mail.mail 126 headers base Headers \N text \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1640 mail.mail 126 author_avatar base Author's avatar Small-sized image of this contact. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f f mail_message_id.author_avatar f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1641 mail.mail 126 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1642 mail.mail 126 model base Related Document Model \N char \N \N f t mail_message_id.model f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1643 mail.mail 126 message_type base Type Message type: email for email message, notification for system message, comment for other messages such as user replies selection \N \N f t mail_message_id.message_type f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1644 mail.mail 126 email_from base From Email address of the sender. This field is set when no matching partner is found and replaces the author_id field in the chatter. char \N \N f t mail_message_id.email_from f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1645 mail.thread 127 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1646 mail.thread 127 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1647 mail.thread 127 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1648 mail.thread 127 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1649 mail.thread 127 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1650 mail.thread 127 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1651 mail.thread 127 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1652 mail.thread 127 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1653 mail.thread 127 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1654 mail.thread 127 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1655 mail.thread 127 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1656 mail.thread 127 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1657 mail.thread 127 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1658 mail.channel.partner 128 seen_message_id base Last Seen \N many2one mail.message \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1659 mail.channel.partner 128 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1660 mail.channel.partner 128 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1661 mail.channel.partner 128 is_minimized base Conversation is minimized \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1662 mail.channel.partner 128 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1663 mail.channel.partner 128 is_pinned base Is pinned on the interface \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1664 mail.channel.partner 128 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1665 mail.channel.partner 128 channel_id base Channel \N many2one mail.channel \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1666 mail.channel.partner 128 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1667 mail.channel.partner 128 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1668 mail.channel.partner 128 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1669 mail.channel.partner 128 partner_id base Recipient \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1670 mail.channel.partner 128 fold_state base Conversation Fold State \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1671 mail.channel 129 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1672 mail.channel 129 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1673 mail.channel 129 alias_defaults base Default Values A Python dictionary that will be evaluated to provide default values when creating new records for this alias. text \N \N f t alias_id.alias_defaults f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1674 mail.channel 129 is_member base Is a member \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1675 mail.channel 129 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1676 mail.channel 129 image base Photo This field holds the image used as photo for the group, limited to 1024x1024px. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1677 mail.channel 129 alias_id base Alias The email address associated with this group. New emails received will automatically create new topics. many2one mail.alias \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1678 mail.channel 129 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1679 mail.channel 129 channel_last_seen_partner_ids base Last Seen \N one2many mail.channel.partner channel_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1680 mail.channel 129 alias_user_id base Owner The owner of records created upon receiving emails on this alias. If this field is not set the system will attempt to find the right owner based on the sender (From) address, or will use the Administrator account if no system user is found for that address. many2one res.users \N f t alias_id.alias_user_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1681 mail.channel 129 alias_name base Alias Name The name of the email alias, e.g. 'jobs' if you want to catch emails for char \N \N f t alias_id.alias_name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1682 mail.channel 129 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1683 mail.channel 129 channel_message_ids base Channel message ids \N many2many mail.message \N f t \N f f t f \N mail_message_mail_channel_rel mail_channel_id mail_message_id t \N \N \N \N \N \N \N \N \N \N \N +1684 mail.channel 129 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1685 mail.channel 129 uuid base UUID \N char \N \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1686 mail.channel 129 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1687 mail.channel 129 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1688 mail.channel 129 alias_force_thread_id base Record Thread ID Optional ID of a thread (record) to which all incoming messages will be attached, even if they did not reply to it. If set, this will disable the creation of new records completely. integer \N \N f t alias_id.alias_force_thread_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1689 mail.channel 129 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1690 mail.channel 129 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1691 mail.channel 129 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1692 mail.channel 129 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1693 mail.channel 129 alias_domain base Alias domain \N char \N \N f f alias_id.alias_domain t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1694 mail.channel 129 is_subscribed base Is Subscribed \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1695 mail.channel 129 description base Description \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1696 mail.channel 129 channel_partner_ids base Listeners \N many2many res.partner \N f t \N f f t f \N mail_channel_partner channel_id partner_id t \N \N \N \N \N \N \N \N \N \N \N +1697 mail.channel 129 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1698 mail.channel 129 alias_contact base Alias Contact Security Policy to post a message on the document using the mailgateway.\n- everyone: everyone can post\n- partners: only authenticated partners\n- followers: only followers of the related document or members of following channels\n selection \N \N f t alias_id.alias_contact f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1699 mail.channel 129 group_public_id base Authorized Group \N many2one res.groups \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1700 mail.channel 129 image_medium base Medium-sized photo Medium-sized photo of the group. It is automatically resized as a 128x128px image, with aspect ratio preserved. Use this field in form views or some kanban views. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1701 mail.channel 129 alias_model_id base Aliased Model The model (Odoo Document Kind) to which this alias corresponds. Any incoming email that does not reply to an existing record will cause the creation of a new record of this model (e.g. a Project Task) many2one ir.model \N f t alias_id.alias_model_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1702 mail.channel 129 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1703 mail.channel 129 alias_parent_thread_id base Parent Record Thread ID ID of the parent record holding the alias (example: project holding the task creation alias) integer \N \N f t alias_id.alias_parent_thread_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1704 mail.channel 129 alias_parent_model_id base Parent Model Parent model holding the alias. The model holding the alias reference is not necessarily the model given by alias_model_id (example: project (parent_model) and task (model)) many2one ir.model \N f t alias_id.alias_parent_model_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1705 mail.channel 129 group_ids base Auto Subscription Members of those groups will automatically added as followers. Note that they will be able to manage their subscription manually if necessary. many2many res.groups \N f t \N f f t f \N mail_channel_res_groups_rel mail_channel_id res_groups_id t \N \N \N \N \N \N \N \N \N \N \N +1706 mail.channel 129 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1707 mail.channel 129 image_small base Small-sized photo Small-sized photo of the group. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1708 mail.channel 129 public base Privacy This group is visible by non members. Invisible groups can add members through the invite button. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1709 mail.channel 129 channel_type base Channel Type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1710 mail.channel 129 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1711 mail.channel 129 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1712 mail.channel 129 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1713 mail.channel 129 email_send base Send messages by email \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1714 mail.template 130 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1715 mail.template 130 sub_object base Sub-model When a relationship field is selected as first field, this field shows the document model the relationship goes to. many2one ir.model \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1716 mail.template 130 auto_delete base Auto Delete Permanently delete this email after sending it, to save space boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1717 mail.template 130 mail_server_id base Outgoing Mail Server Optional preferred server for outgoing mails. If not set, the highest priority one will be used. many2one ir.mail_server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1718 mail.template 130 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1719 mail.template 130 partner_to base To (Partners) Comma-separated ids of recipient partners (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1720 mail.template 130 ref_ir_act_window base Sidebar action Sidebar action to make this template available on records of the related document model many2one ir.actions.act_window \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1721 mail.template 130 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1722 mail.template 130 subject base Subject Subject (placeholders may be used here) char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1723 mail.template 130 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1724 mail.template 130 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1725 mail.template 130 attachment_ids base Attachments You may attach files to this template, to be added to all emails created from this template many2many ir.attachment \N f t \N f f t f \N email_template_attachment_rel email_template_id attachment_id t \N \N \N \N \N \N \N \N \N \N \N +1726 mail.template 130 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1727 mail.template 130 report_template base Optional report to print and attach \N many2one ir.actions.report.xml \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1728 mail.template 130 ref_ir_value base Sidebar Button Sidebar button to open the sidebar action many2one ir.values \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1729 mail.template 130 user_signature base Add Signature If checked, the user's signature will be appended to the text version of the message boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1730 mail.template 130 null_value base Default Value Optional value to use if the target field is empty char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1731 mail.template 130 email_cc base Cc Carbon copy recipients (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1732 mail.template 130 model_id base Applies to The type of document this template can be used with many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1733 mail.template 130 sub_model_object_field base Sub-field When a relationship field is selected as first field, this field lets you select the target field within the destination document model (sub-model). many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1734 mail.template 130 body_html base Body \N html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1735 mail.template 130 email_to base To (Emails) Comma-separated recipient addresses (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1736 mail.template 130 scheduled_date base Scheduled Date If set, the queue manager will send the email after the date. If not set, the email will be send as soon as possible. Jinja2 placeholders may be used. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1737 mail.template 130 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1738 mail.template 130 copyvalue base Placeholder Expression Final placeholder expression, to be copy-pasted in the desired template field. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1739 mail.template 130 lang base Language Optional translation language (ISO code) to select when sending out an email. If not set, the english version will be used. This should usually be a placeholder expression that provides the appropriate language, e.g. ${object.partner_id.lang}. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1740 mail.template 130 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1741 mail.template 130 model_object_field base Field Select target field from the related document model.\nIf it is a relationship field you will be able to select a target field at the destination of the relationship. many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1742 mail.template 130 report_name base Report Filename Name to use for the generated report file (may contain placeholders)\nThe extension can be omitted and will then come from the report type. char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1743 mail.template 130 use_default_to base Default recipients Default recipients of the record:\n- partner (using id on a partner or the partner_id field) OR\n- email (using email_from or email field) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1744 mail.template 130 reply_to base Reply-To Preferred response address (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1745 mail.template 130 model base Related Document Model \N char \N \N t f model_id.model t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1746 mail.template 130 email_from base From Sender address (placeholders may be used here). If not set, the default value will be the author's email alias if configured, or email address. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1747 mail.shortcode 131 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1748 mail.shortcode 131 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1749 mail.shortcode 131 description base Description \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1750 mail.shortcode 131 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1751 mail.shortcode 131 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1752 mail.shortcode 131 source base Shortcut The shortcut which must be replaced in the Chat Messages char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1753 mail.shortcode 131 shortcode_type base Shortcode type * Smiley are only used for HTML code to display an image * Text (default value) is used to substitute text with another text selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1754 mail.shortcode 131 substitution base Substitution The escaped html code replacing the shortcut text \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1755 mail.shortcode 131 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1756 mail.shortcode 131 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1757 mail.shortcode 131 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1758 res.partner 79 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1759 res.partner 79 notify_email base Email Messages and Notifications Policy to receive emails for new messages pushed to your personal Inbox:\n- Never: no emails are sent\n- All Messages: for every notification you receive in your Inbox selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1760 res.partner 79 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1761 res.partner 79 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1762 res.partner 79 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1763 res.partner 79 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1764 res.partner 79 opt_out base Opt-Out If opt-out is checked, this contact has refused to receive emails for mass mailing and marketing campaign. Filter 'Available for Mass Mailing' allows users to filter the partners when performing mass mailing. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1765 res.partner 79 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1766 res.partner 79 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1767 res.partner 79 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1768 res.partner 79 channel_ids base Channels \N many2many mail.channel \N f f \N f f t f \N mail_channel_partner partner_id channel_id t \N \N \N \N \N \N \N \N \N \N \N +1769 res.partner 79 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1770 res.partner 79 message_bounce base Bounce Counter of the number of bounced emails for this contact integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1771 res.partner 79 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1772 res.users 91 alias_id base Alias Email address internally associated with this user. Incoming emails will appear in the user's notifications. many2one mail.alias \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1820 mail.compose.message 134 notify base Notify followers Notify followers of the document (mass post only) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1821 mail.compose.message 134 needaction base Need Action Need Action boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1773 res.users 91 opt_out base Opt-Out If opt-out is checked, this contact has refused to receive emails for mass mailing and marketing campaign. Filter 'Available for Mass Mailing' allows users to filter the partners when performing mass mailing. boolean \N \N f t partner_id.opt_out f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1774 res.users 91 channel_ids base Channels \N many2many mail.channel \N f f partner_id.channel_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1775 res.users 91 message_bounce base Bounce Counter of the number of bounced emails for this contact integer \N \N f t partner_id.message_bounce f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1776 res.users 91 message_follower_ids base Followers \N one2many mail.followers \N f f partner_id.message_follower_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1777 res.users 91 notify_email base Email Messages and Notifications Policy to receive emails for new messages pushed to your personal Inbox:\n- Never: no emails are sent\n- All Messages: for every notification you receive in your Inbox selection \N \N f t partner_id.notify_email f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1778 res.users 91 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f partner_id.message_needaction t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1779 res.users 91 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f partner_id.message_unread_counter t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1780 res.users 91 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f partner_id.message_unread t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1781 res.users 91 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f partner_id.message_needaction_counter t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1782 res.users 91 message_is_follower base Is Follower \N boolean \N \N f f partner_id.message_is_follower t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1783 res.users 91 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t partner_id.message_last_post f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1784 res.users 91 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f partner_id.message_channel_ids t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1785 res.users 91 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f partner_id.message_partner_ids t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1786 res.users 91 message_ids base Messages \N one2many mail.message \N f f partner_id.message_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1787 res.users 91 alias_contact base Alias Contact Security Policy to post a message on the document using the mailgateway.\n- everyone: everyone can post\n- partners: only authenticated partners\n- followers: only followers of the related document or members of following channels\n selection \N \N f f alias_id.alias_contact f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1788 base.config.settings 118 alias_domain base Alias Domain If you have setup a catch-all email domain redirected to the Odoo server, enter the domain name here. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1789 base.config.settings 118 fail_counter base Fail Mail \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1790 publisher_warranty.contract 132 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1791 publisher_warranty.contract 132 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1792 publisher_warranty.contract 132 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1793 ir.actions.server 22 partner_to base To (Partners) Comma-separated ids of recipient partners (placeholders may be used here) char \N \N f f template_id.partner_to t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1794 ir.actions.server 22 template_id base Email Template \N many2one mail.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1795 ir.actions.server 22 subject base Subject Subject (placeholders may be used here) char \N \N f f template_id.subject t f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1796 ir.actions.server 22 body_html base Body \N html \N \N f f template_id.body_html t f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1797 ir.actions.server 22 email_to base To (Emails) Comma-separated recipient addresses (placeholders may be used here) char \N \N f f template_id.email_to t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1798 ir.actions.server 22 email_from base From Sender address (placeholders may be used here). If not set, the default value will be the author's email alias if configured, or email address. char \N \N f f template_id.email_from t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1799 mail.wizard.invite 133 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1800 mail.wizard.invite 133 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1801 mail.wizard.invite 133 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1802 mail.wizard.invite 133 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1803 mail.wizard.invite 133 channel_ids base Channels List of channels that will be added as listeners of the current document. many2many mail.channel \N f t \N f f t f \N mail_channel_mail_wizard_invite_rel mail_wizard_invite_id mail_channel_id t \N \N \N \N \N \N \N \N \N \N \N +1804 mail.wizard.invite 133 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1805 mail.wizard.invite 133 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1806 mail.wizard.invite 133 res_model base Related Document Model Model of the followed resource char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1807 mail.wizard.invite 133 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1808 mail.wizard.invite 133 message base Message \N html \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1809 mail.wizard.invite 133 partner_ids base Recipients List of partners that will be added as follower of the current document. many2many res.partner \N f t \N f f t f \N mail_wizard_invite_res_partner_rel mail_wizard_invite_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1810 mail.wizard.invite 133 res_id base Related Document ID Id of the followed resource integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1811 mail.wizard.invite 133 send_mail base Send Email If checked, the partners will receive an email warning they have been added in the document's followers. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1812 mail.compose.message 134 auto_delete_message base Delete Message Copy Do not keep a copy of the email in the document communication history (mass mailing only) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1813 mail.compose.message 134 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1814 mail.compose.message 134 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1815 mail.compose.message 134 tracking_value_ids base Tracking values Tracked values are stored in a separate model. This field allow to reconstruct the tracking and to generate statistics on the model. one2many mail.tracking.value mail_message_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1816 mail.compose.message 134 auto_delete base Delete Emails Delete sent emails (mass mailing only) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1817 mail.compose.message 134 mail_server_id base Outgoing mail server \N many2one ir.mail_server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1818 mail.compose.message 134 notification_ids base Notifications \N one2many mail.notification mail_message_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1819 mail.compose.message 134 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1822 mail.compose.message 134 active_domain base Active domain \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1823 mail.compose.message 134 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1824 mail.compose.message 134 subject base Subject \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1825 mail.compose.message 134 composition_mode base Composition mode \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1826 mail.compose.message 134 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1827 mail.compose.message 134 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1828 mail.compose.message 134 attachment_ids base Attachments Attachments are linked to a document through model / res_id and to the message through this field. many2many ir.attachment \N f t \N f f t f \N mail_compose_message_ir_attachments_rel wizard_id attachment_id t \N \N \N \N \N \N \N \N \N \N \N +1829 mail.compose.message 134 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1830 mail.compose.message 134 is_log base Log an Internal Note Whether the message is an internal note (comment mode only) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1831 mail.compose.message 134 parent_id base Parent Message Initial thread message. many2one mail.message \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1832 mail.compose.message 134 subtype_id base Subtype \N many2one mail.message.subtype \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1833 mail.compose.message 134 partner_ids base Additional Contacts \N many2many res.partner \N f t \N f f t f \N mail_compose_message_res_partner_rel wizard_id partner_id t \N \N \N \N \N \N \N \N \N \N \N +1834 mail.compose.message 134 res_id base Related Document ID \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1835 mail.compose.message 134 message_id base Message-Id Message unique identifier char \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1836 mail.compose.message 134 body base Contents \N html \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1837 mail.compose.message 134 record_name base Message Record Name Name get of the related document. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1838 mail.compose.message 134 starred base Starred Current user has a starred notification linked to this message boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1839 mail.compose.message 134 channel_ids base Channels \N many2many mail.channel \N f t \N f f t f \N mail_message_mail_channel_rel mail_compose_message_id mail_channel_id t \N \N \N \N \N \N \N \N \N \N \N +1840 mail.compose.message 134 child_ids base Child Messages \N one2many mail.message parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1841 mail.compose.message 134 no_auto_thread base No threading for answers Answers do not go in the original document discussion thread. This has an impact on the generated message-id. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1842 mail.compose.message 134 date base Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1843 mail.compose.message 134 author_id base Author Author of the message. If not set, email_from may hold an email address that did not match any partner. many2one res.partner \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1844 mail.compose.message 134 use_active_domain base Use active domain \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1845 mail.compose.message 134 needaction_partner_ids base Partners with Need Action \N many2many res.partner \N f t \N f f t f \N mail_message_res_partner_needaction_rel mail_compose_message_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1846 mail.compose.message 134 starred_partner_ids base Favorited By \N many2many res.partner \N f t \N f f t f \N mail_message_res_partner_starred_rel mail_compose_message_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1847 mail.compose.message 134 template_id base Use template \N many2one mail.template \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1848 mail.compose.message 134 author_avatar base Author's avatar Small-sized image of this contact. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f f author_id.image_small f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1849 mail.compose.message 134 reply_to base Reply-To Reply email address. Setting the reply_to bypasses the automatic thread creation. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1850 mail.compose.message 134 model base Related Document Model \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1851 mail.compose.message 134 message_type base Type Message type: email for email message, notification for system message, comment for other messages such as user replies selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1852 mail.compose.message 134 email_from base From Email address of the sender. This field is set when no matching partner is found and replaces the author_id field in the chatter. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1853 email_template.preview 135 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1854 email_template.preview 135 sub_object base Sub-model When a relationship field is selected as first field, this field shows the document model the relationship goes to. many2one ir.model \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1855 email_template.preview 135 auto_delete base Auto Delete Permanently delete this email after sending it, to save space boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1856 email_template.preview 135 mail_server_id base Outgoing Mail Server Optional preferred server for outgoing mails. If not set, the highest priority one will be used. many2one ir.mail_server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1857 email_template.preview 135 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1858 email_template.preview 135 partner_to base To (Partners) Comma-separated ids of recipient partners (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1859 email_template.preview 135 ref_ir_act_window base Sidebar action Sidebar action to make this template available on records of the related document model many2one ir.actions.act_window \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1860 email_template.preview 135 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1861 email_template.preview 135 subject base Subject Subject (placeholders may be used here) char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1862 email_template.preview 135 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1863 email_template.preview 135 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1864 email_template.preview 135 attachment_ids base Attachments You may attach files to this template, to be added to all emails created from this template many2many ir.attachment \N f t \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1865 email_template.preview 135 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1866 email_template.preview 135 report_template base Optional report to print and attach \N many2one ir.actions.report.xml \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1867 email_template.preview 135 ref_ir_value base Sidebar Button Sidebar button to open the sidebar action many2one ir.values \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1868 email_template.preview 135 user_signature base Add Signature If checked, the user's signature will be appended to the text version of the message boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1869 email_template.preview 135 null_value base Default Value Optional value to use if the target field is empty char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1924 report.paperformat 140 page_width base Page width (mm) \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1870 email_template.preview 135 email_cc base Cc Carbon copy recipients (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1871 email_template.preview 135 partner_ids base Recipients \N many2many res.partner \N f t \N f f t f \N email_template_preview_res_partner_rel email_template_preview_id res_partner_id t \N \N \N \N \N \N \N \N \N \N \N +1872 email_template.preview 135 res_id base Sample Document \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1873 email_template.preview 135 model_id base Applies to The type of document this template can be used with many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1874 email_template.preview 135 sub_model_object_field base Sub-field When a relationship field is selected as first field, this field lets you select the target field within the destination document model (sub-model). many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1875 email_template.preview 135 body_html base Body \N html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1876 email_template.preview 135 email_to base To (Emails) Comma-separated recipient addresses (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1877 email_template.preview 135 scheduled_date base Scheduled Date If set, the queue manager will send the email after the date. If not set, the email will be send as soon as possible. Jinja2 placeholders may be used. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1878 email_template.preview 135 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1879 email_template.preview 135 copyvalue base Placeholder Expression Final placeholder expression, to be copy-pasted in the desired template field. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1880 email_template.preview 135 lang base Language Optional translation language (ISO code) to select when sending out an email. If not set, the english version will be used. This should usually be a placeholder expression that provides the appropriate language, e.g. ${object.partner_id.lang}. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1881 email_template.preview 135 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1882 email_template.preview 135 model_object_field base Field Select target field from the related document model.\nIf it is a relationship field you will be able to select a target field at the destination of the relationship. many2one ir.model.fields \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1883 email_template.preview 135 report_name base Report Filename Name to use for the generated report file (may contain placeholders)\nThe extension can be omitted and will then come from the report type. char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1884 email_template.preview 135 use_default_to base Default recipients Default recipients of the record:\n- partner (using id on a partner or the partner_id field) OR\n- email (using email_from or email field) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1885 email_template.preview 135 reply_to base Reply-To Preferred response address (placeholders may be used here) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1886 email_template.preview 135 model base Related Document Model \N char \N \N t f model_id.model t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1887 email_template.preview 135 email_from base From Sender address (placeholders may be used here). If not set, the default value will be the author's email alias if configured, or email address. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1888 mail.test 136 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1889 mail.test 136 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1890 mail.test 136 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1891 mail.test 136 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1892 mail.test 136 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1893 mail.test 136 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1894 mail.test 136 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1895 mail.test 136 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1896 mail.test 136 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1897 mail.test 136 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1898 mail.test 136 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1899 mail.test 136 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1900 mail.test 136 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1901 mail.test 136 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1902 mail.test 136 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1903 mail.test 136 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1904 mail.test 136 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1905 mail.test 136 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1906 mail.test 136 alias_id base Alias \N many2one mail.alias \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1907 report.abstract_report 137 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1908 report.abstract_report 137 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1909 report.abstract_report 137 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1910 base.config.settings 118 paperformat_id base Paper format * \N many2one report.paperformat \N f f company_id.paperformat_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1911 ir.actions.report.xml 17 paperformat_id base Paper format \N many2one report.paperformat \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1912 ir.actions.report.xml 17 print_report_name base Printed Report Name This is the filename of the report going to download. Keep empty to not change the report filename. You can use a python expression with the object and time variables. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1913 ir.qweb.field.barcode 138 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1914 ir.qweb.field.barcode 138 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1915 ir.qweb.field.barcode 138 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1916 report 139 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1917 report 139 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1918 report 139 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1919 report 139 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1920 report 139 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1921 report 139 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1922 report 139 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1923 report.paperformat 140 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1925 report.paperformat 140 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1926 report.paperformat 140 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1927 report.paperformat 140 header_line base Display a header line \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1928 report.paperformat 140 default base Default paper format ? \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1929 report.paperformat 140 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1930 report.paperformat 140 format base Paper size Select Proper Paper size selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1931 report.paperformat 140 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1932 report.paperformat 140 margin_right base Right Margin (mm) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1933 report.paperformat 140 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1934 report.paperformat 140 orientation base Orientation \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1935 report.paperformat 140 margin_top base Top Margin (mm) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1936 report.paperformat 140 margin_left base Left Margin (mm) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1937 report.paperformat 140 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1938 report.paperformat 140 page_height base Page height (mm) \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1939 report.paperformat 140 margin_bottom base Bottom Margin (mm) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1940 report.paperformat 140 report_ids base Associated reports Explicitly associated reports one2many ir.actions.report.xml paperformat_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1941 report.paperformat 140 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1942 report.paperformat 140 dpi base Output DPI \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1943 report.paperformat 140 header_spacing base Header spacing \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1944 res.company 88 paperformat_id base Paper format \N many2one report.paperformat \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1945 account.analytic.tag 141 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1946 account.analytic.tag 141 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1947 account.analytic.tag 141 name base Analytic Tag \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1948 account.analytic.tag 141 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1949 account.analytic.tag 141 color base Color Index \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1950 account.analytic.tag 141 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1951 account.analytic.tag 141 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1952 account.analytic.tag 141 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1953 account.analytic.tag 141 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1954 account.analytic.account 142 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1955 account.analytic.account 142 code base Reference \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1956 account.analytic.account 142 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1957 account.analytic.account 142 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1958 account.analytic.account 142 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1959 account.analytic.account 142 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1960 account.analytic.account 142 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1961 account.analytic.account 142 currency_id base Currency \N many2one res.currency \N f f company_id.currency_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1962 account.analytic.account 142 partner_id base Customer \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1963 account.analytic.account 142 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1964 account.analytic.account 142 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1965 account.analytic.account 142 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1966 account.analytic.account 142 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1967 account.analytic.account 142 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1968 account.analytic.account 142 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1969 account.analytic.account 142 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1970 account.analytic.account 142 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1971 account.analytic.account 142 debit base Debit \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1972 account.analytic.account 142 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1973 account.analytic.account 142 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1974 account.analytic.account 142 active base Active If the active field is set to False, it will allow you to hide the account without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1975 account.analytic.account 142 balance base Balance \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1976 account.analytic.account 142 name base Analytic Account \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1977 account.analytic.account 142 credit base Credit \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1978 account.analytic.account 142 tag_ids base Tags \N many2many account.analytic.tag \N f t \N f f t f \N account_analytic_account_tag_rel account_id tag_id t \N \N \N \N \N \N \N \N \N \N \N +1979 account.analytic.account 142 line_ids base Analytic Lines \N one2many account.analytic.line account_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1980 account.analytic.account 142 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1981 account.analytic.account 142 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1982 account.analytic.line 143 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1983 account.analytic.line 143 user_id base User \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1984 account.analytic.line 143 account_id base Analytic Account \N many2one account.analytic.account \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1985 account.analytic.line 143 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1986 account.analytic.line 143 tag_ids base Tags \N many2many account.analytic.tag \N f t \N f f t f \N account_analytic_line_tag_rel line_id tag_id t \N \N \N \N \N \N \N \N \N \N \N +2252 product.attribute.line 154 attribute_id base Attribute \N many2one product.attribute \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1987 account.analytic.line 143 company_id base Company \N many2one res.company \N f f account_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1988 account.analytic.line 143 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1990 account.analytic.line 143 amount base Amount \N monetary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1991 account.analytic.line 143 unit_amount base Quantity \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1992 account.analytic.line 143 date base Date \N date \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1993 account.analytic.line 143 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +1994 account.analytic.line 143 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1995 account.analytic.line 143 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1997 account.analytic.line 143 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1998 account.analytic.line 143 name base Description \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1999 base.config.settings 118 auth_signup_uninvited base Allow external users to sign up If unchecked, only invited users may sign up. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2000 base.config.settings 118 auth_signup_template_user_id base Template user for new users created through signup \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2001 base.config.settings 118 auth_signup_reset_password base Enable password reset from Login page This allows users to trigger a password reset from the Login page. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2002 res.partner 79 signup_valid base Signup Token is Valid \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2003 res.partner 79 signup_url base Signup URL \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2004 res.partner 79 signup_type base Signup Token Type \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2005 res.partner 79 signup_expiration base Signup expiration \N datetime \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2006 res.partner 79 signup_token base Signup token \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2007 res.users 91 signup_valid base Signup Token is Valid \N boolean \N \N f f partner_id.signup_valid t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2008 res.users 91 signup_url base Signup URL \N char \N \N f f partner_id.signup_url t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2009 res.users 91 signup_token base Signup token \N char \N \N f f partner_id.signup_token f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2010 res.users 91 state base Status \N selection \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2011 res.users 91 signup_expiration base Signup expiration \N datetime \N \N f f partner_id.signup_expiration f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2012 res.users 91 signup_type base Signup Token Type \N char \N \N f f partner_id.signup_type f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2013 fetchmail.server 144 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2014 fetchmail.server 144 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2015 fetchmail.server 144 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2016 fetchmail.server 144 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2017 fetchmail.server 144 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2018 fetchmail.server 144 configuration base Configuration \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2019 fetchmail.server 144 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2020 fetchmail.server 144 script base Script \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2021 fetchmail.server 144 object_id base Create a New Record Process each incoming mail as part of a conversation corresponding to this document type. This will create new documents for new conversations, or attach follow-up emails to the existing conversations (documents). many2one ir.model \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2022 fetchmail.server 144 port base Port \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2023 fetchmail.server 144 priority base Server Priority Defines the order of processing, lower values mean higher priority integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2024 fetchmail.server 144 attach base Keep Attachments Whether attachments should be downloaded. If not enabled, incoming emails will be stripped of any attachments before being processed boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2025 fetchmail.server 144 state base Status \N selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2026 fetchmail.server 144 type base Server Type \N selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2027 fetchmail.server 144 action_id base Server Action Optional custom server action to trigger for each incoming mail, on the record that was created or updated by this mail many2one ir.actions.server \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2028 fetchmail.server 144 user base Username \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2029 fetchmail.server 144 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2030 fetchmail.server 144 date base Last Fetch Date \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2031 fetchmail.server 144 password base Password \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2032 fetchmail.server 144 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2033 fetchmail.server 144 is_ssl base SSL/TLS Connections are encrypted with SSL/TLS through a dedicated port (default: IMAPS=993, POP3S=995) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2034 fetchmail.server 144 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2035 fetchmail.server 144 server base Server Name Hostname or IP of the mail server char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2036 fetchmail.server 144 message_ids base Messages \N one2many mail.mail fetchmail_server_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2037 fetchmail.server 144 original base Keep Original Whether a full original copy of each email should be kept for reference and attached to each processed message. This will usually double the size of your message database. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2038 mail.mail 126 fetchmail_server_id base Inbound Mail Server \N many2one fetchmail.server \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2039 base.config.settings 118 company_share_product base Share product to all companies Share your product to all companies defined in your instance.\n * Checked : Product are visible for every company, even if a company is defined on the partner.\n * Unchecked : Each company can see only its product (product where company is defined). Product not related to a company are visible for all companies. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2040 base.config.settings 118 group_product_variant base Product Variants Work with product variant allows you to define some variant of the same products, an ease the product management in the ecommerce for example selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2041 product.template 145 warranty base Warranty \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2042 product.template 145 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2253 product.attribute.line 154 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2043 product.template 145 list_price base Sale Price Base price to compute the customer price. Sometimes called the catalog price. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2044 product.template 145 weight base Weight The weight of the contents in Kg, not including any packaging, etc. float \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2045 product.template 145 sequence base Sequence Gives the sequence order when displaying a product list integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2046 product.template 145 color base Color Index \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2047 product.template 145 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2048 product.template 145 image base Image This field holds the image used as image for the product, limited to 1024x1024px. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2049 product.template 145 standard_price base Cost Cost of the product, in the default unit of measure of the product. float \N \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2050 product.template 145 attribute_line_ids base Product Attributes \N one2many product.attribute.line product_tmpl_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2051 product.template 145 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2052 product.template 145 currency_id base Currency \N many2one res.currency \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2053 product.template 145 uom_id base Unit of Measure Default Unit of Measure used for all stock operation. many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2054 product.template 145 description_purchase base Purchase Description A description of the Product that you want to communicate to your vendors. This description will be copied to every Purchase Order, Receipt and Vendor Bill/Refund. text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2055 product.template 145 default_code base Internal Reference \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2056 product.template 145 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2057 product.template 145 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2058 product.template 145 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2059 product.template 145 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2060 product.template 145 sale_ok base Can be Sold Specify if the product can be selected in a sales order line. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2061 product.template 145 item_ids base Pricelist Items \N one2many product.pricelist.item product_tmpl_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2062 product.template 145 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2063 product.template 145 purchase_ok base Can be Purchased \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2064 product.template 145 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2065 product.template 145 company_id base Company \N many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2066 product.template 145 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2067 product.template 145 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2068 product.template 145 uom_po_id base Purchase Unit of Measure Default Unit of Measure used for purchase orders. It must be in the same category than the default unit of measure. many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2069 product.template 145 pricelist_id base Pricelist Technical field. Used for searching on pricelists, not stored in database. many2one product.pricelist \N f t \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2070 product.template 145 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2071 product.template 145 description_sale base Sale Description A description of the Product that you want to communicate to your customers. This description will be copied to every Sale Order, Delivery Order and Customer Invoice/Refund text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2072 product.template 145 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2073 product.template 145 description base Description A precise description of the Product, used only for internal information purposes. text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2074 product.template 145 price base Price \N float \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2075 product.template 145 barcode base Barcode International Article Number used for product identification. char \N \N f f product_variant_ids.barcode f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2076 product.template 145 volume base Volume The volume in m3. float \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2077 product.template 145 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2078 product.template 145 active base Active If unchecked, it will allow you to hide the product without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2079 product.template 145 categ_id base Internal Category Select category for the current product many2one product.category \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2080 product.template 145 product_variant_count base # Product Variants \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2081 product.template 145 name base Name \N char \N \N t t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2082 product.template 145 rental base Can be Rent \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2083 product.template 145 image_medium base Medium-sized image Medium-sized image of the product. It is automatically resized as a 128x128px image, with aspect ratio preserved, only when the image exceeds one of those sizes. Use this field in form views or some kanban views. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2084 product.template 145 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2085 product.template 145 product_variant_ids base Products \N one2many product.product product_tmpl_id f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2086 product.template 145 type base Product Type A stockable product is a product for which you manage stock. The "Inventory" app has to be installed.\nA consumable product, on the other hand, is a product for which stock is not managed.\nA service is a non-material product you provide.\nA digital content is a non-material product you sell online. The files attached to the products are the one that are sold on the e-commerce such as e-books, music, pictures,... The "Digital Product" module has to be installed. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2087 product.template 145 image_small base Small-sized image Small-sized image of the product. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2088 product.template 145 packaging_ids base Logistical Units Gives the different ways to package the same product. This has no impact on the picking order and is mainly used if you use the EDI module. one2many product.packaging product_tmpl_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2089 product.template 145 lst_price base Public Price Base price to compute the customer price. Sometimes called the catalog price. float \N \N f f list_price f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2090 product.template 145 seller_ids base Vendors \N one2many product.supplierinfo product_tmpl_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2091 product.template 145 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2092 product.template 145 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2093 product.template 145 product_variant_id base Product \N many2one product.product \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2094 product.category 146 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2095 product.category 146 parent_right base Right Parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2096 product.category 146 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2097 product.category 146 name base Name \N char \N \N t t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2098 product.category 146 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2099 product.category 146 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2100 product.category 146 parent_id base Parent Category \N many2one product.category \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2101 product.category 146 parent_left base Left Parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2102 product.category 146 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2103 product.category 146 product_count base # Products The number of products under this category (Does not consider the children categories) integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2104 product.category 146 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2105 product.category 146 child_id base Child Categories \N one2many product.category parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2106 product.category 146 type base Category Type A category of the view type is a virtual category that can be used as the parent of another category to create a hierarchical structure. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2107 product.category 146 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2108 product.price.history 147 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2109 product.price.history 147 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2110 product.price.history 147 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2111 product.price.history 147 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2112 product.price.history 147 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2113 product.price.history 147 datetime base Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2114 product.price.history 147 cost base Cost \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2115 product.price.history 147 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2116 product.price.history 147 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2117 product.price.history 147 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2118 product.price.history 147 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2119 product.product 148 warranty base Warranty \N float \N \N f t product_tmpl_id.warranty f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2120 product.product 148 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2121 product.product 148 code base Internal Reference \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2122 product.product 148 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2123 product.product 148 weight base Weight The weight of the contents in Kg, not including any packaging, etc. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2124 product.product 148 sequence base Sequence Gives the sequence order when displaying a product list integer \N \N f t product_tmpl_id.sequence f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2125 product.product 148 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2126 product.product 148 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2127 product.product 148 image base Big-sized image Image of the product variant (Big-sized image of product template if false). It is automatically resized as a 1024x1024px image, with aspect ratio preserved. binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2128 product.product 148 standard_price base Cost Cost of the product template used for standard stock valuation in accounting and used as a base price on purchase orders. Expressed in the default unit of measure of the product. float \N \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2129 product.product 148 attribute_line_ids base Product Attributes \N one2many product.attribute.line \N f f product_tmpl_id.attribute_line_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2130 product.product 148 price_extra base Variant Price Extra This is the sum of the extra price of all attributes float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2131 product.product 148 currency_id base Currency \N many2one res.currency \N f f product_tmpl_id.currency_id t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2132 product.product 148 uom_id base Unit of Measure Default Unit of Measure used for all stock operation. many2one product.uom \N f t product_tmpl_id.uom_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2133 product.product 148 description_purchase base Purchase Description A description of the Product that you want to communicate to your vendors. This description will be copied to every Purchase Order, Receipt and Vendor Bill/Refund. text \N \N f t product_tmpl_id.description_purchase f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2134 product.product 148 default_code base Internal Reference \N char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2135 product.product 148 list_price base Sale Price Base price to compute the customer price. Sometimes called the catalog price. float \N \N f t product_tmpl_id.list_price f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2136 product.product 148 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2137 product.product 148 product_tmpl_id base Product Template \N many2one product.template \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2138 product.product 148 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2139 product.product 148 sale_ok base Can be Sold Specify if the product can be selected in a sales order line. boolean \N \N f t product_tmpl_id.sale_ok f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2140 product.product 148 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2141 product.product 148 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2142 product.product 148 purchase_ok base Can be Purchased \N boolean \N \N f t product_tmpl_id.purchase_ok f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2143 product.product 148 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2144 product.product 148 company_id base Company \N many2one res.company \N f t product_tmpl_id.company_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2145 product.product 148 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2146 product.product 148 image_variant base Variant Image This field holds the image used as image for the product variant, limited to 1024x1024px. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2147 product.product 148 color base Color Index \N integer \N \N f t product_tmpl_id.color f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2148 product.product 148 product_variant_count base # Product Variants \N integer \N \N f f product_tmpl_id.product_variant_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2149 product.product 148 uom_po_id base Purchase Unit of Measure Default Unit of Measure used for purchase orders. It must be in the same category than the default unit of measure. many2one product.uom \N f t product_tmpl_id.uom_po_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2150 product.product 148 pricelist_id base Pricelist Technical field. Used for searching on pricelists, not stored in database. many2one product.pricelist \N f t product_tmpl_id.pricelist_id f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2151 product.product 148 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2152 product.product 148 description_sale base Sale Description A description of the Product that you want to communicate to your customers. This description will be copied to every Sale Order, Delivery Order and Customer Invoice/Refund text \N \N f t product_tmpl_id.description_sale f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2153 product.product 148 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2154 product.product 148 description base Description A precise description of the Product, used only for internal information purposes. text \N \N f t product_tmpl_id.description f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2155 product.product 148 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2156 product.product 148 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2157 product.product 148 price base Price \N float \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2158 product.product 148 barcode base Barcode International Article Number used for product identification. char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2159 product.product 148 volume base Volume The volume in m3. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2160 product.product 148 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2161 product.product 148 active base Active If unchecked, it will allow you to hide the product without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2162 product.product 148 partner_ref base Customer Ref \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2163 product.product 148 categ_id base Internal Category Select category for the current product many2one product.category \N f t product_tmpl_id.categ_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2164 product.product 148 pricelist_item_ids base Pricelist item ids \N many2many product.pricelist.item \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2165 product.product 148 name base Name \N char \N \N f t product_tmpl_id.name f t t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2166 product.product 148 rental base Can be Rent \N boolean \N \N f t product_tmpl_id.rental f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2167 product.product 148 image_medium base Medium-sized image Image of the product variant (Medium-sized image of product template if false). binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2168 product.product 148 item_ids base Pricelist Items \N one2many product.pricelist.item \N f f product_tmpl_id.item_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2169 product.product 148 product_variant_ids base Products \N one2many product.product \N f f product_tmpl_id.product_variant_ids f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2170 product.product 148 type base Product Type A stockable product is a product for which you manage stock. The "Inventory" app has to be installed.\nA consumable product, on the other hand, is a product for which stock is not managed.\nA service is a non-material product you provide.\nA digital content is a non-material product you sell online. The files attached to the products are the one that are sold on the e-commerce such as e-books, music, pictures,... The "Digital Product" module has to be installed. selection \N \N f t product_tmpl_id.type f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2171 product.product 148 image_small base Small-sized image Image of the product variant (Small-sized image of product template if false). binary \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2172 product.product 148 packaging_ids base Logistical Units Gives the different ways to package the same product. This has no impact on the picking order and is mainly used if you use the EDI module. one2many product.packaging \N f f product_tmpl_id.packaging_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2173 product.product 148 lst_price base Sale Price The sale price is managed from the product template. Click on the 'Variant Prices' button to set the extra attribute prices. float \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2174 product.product 148 seller_ids base Vendors \N one2many product.supplierinfo \N f f product_tmpl_id.seller_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2175 product.product 148 attribute_value_ids base Attributes \N many2many product.attribute.value \N f t \N f f t f \N product_attribute_value_product_product_rel product_product_id product_attribute_value_id t \N \N \N \N \N \N \N \N \N \N \N +2176 product.product 148 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2177 product.product 148 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2178 product.product 148 product_variant_id base Product \N many2one product.product \N f f product_tmpl_id.product_variant_id t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2179 product.packaging 149 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2180 product.packaging 149 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2181 product.packaging 149 name base Packaging Type \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2182 product.packaging 149 sequence base Sequence The first in the sequence is the default one. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2183 product.packaging 149 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2184 product.packaging 149 qty base Quantity per Package The total number of products you can have per pallet or box. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2185 product.packaging 149 product_tmpl_id base Product \N many2one product.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2186 product.packaging 149 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2187 product.packaging 149 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2188 product.packaging 149 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2189 product.packaging 149 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2190 product.supplierinfo 150 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2191 product.supplierinfo 150 delay base Delivery Lead Time Lead time in days between the confirmation of the purchase order and the receipt of the products in your warehouse. Used by the scheduler for automatic computation of the purchase order planning. integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2192 product.supplierinfo 150 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2193 product.supplierinfo 150 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2194 product.supplierinfo 150 name base Vendor Vendor of this product many2one res.partner \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2195 product.supplierinfo 150 product_uom base Vendor Unit of Measure This comes from the product form. many2one product.uom \N f f product_tmpl_id.uom_po_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2196 product.supplierinfo 150 sequence base Sequence Assigns the priority to the list of product vendor. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2197 product.supplierinfo 150 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2198 product.supplierinfo 150 date_end base End Date End date for this vendor price date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2199 product.supplierinfo 150 date_start base Start Date Start date for this vendor price date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2200 product.supplierinfo 150 company_id base Company \N many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2201 product.supplierinfo 150 product_name base Vendor Product Name This vendor's product name will be used when printing a request for quotation. Keep empty to use the internal one. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2202 product.supplierinfo 150 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2203 product.supplierinfo 150 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2204 product.supplierinfo 150 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2205 product.supplierinfo 150 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2206 product.supplierinfo 150 min_qty base Minimal Quantity The minimal quantity to purchase from this vendor, expressed in the vendor Product Unit of Measure if not any, in the default unit of measure of the product otherwise. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2207 product.supplierinfo 150 product_code base Vendor Product Code This vendor's product code will be used when printing a request for quotation. Keep empty to use the internal one. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2208 product.supplierinfo 150 product_tmpl_id base Product Template \N many2one product.template \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2209 product.supplierinfo 150 price base Price The price to purchase a product float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2210 product.supplierinfo 150 product_id base Product Variant When this field is filled in, the vendor data will only apply to the variant. many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2211 product.attribute 151 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2212 product.attribute 151 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2213 product.attribute 151 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2214 product.attribute 151 sequence base Sequence Determine the display order integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2215 product.attribute 151 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2216 product.attribute 151 attribute_line_ids base Lines \N one2many product.attribute.line attribute_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2217 product.attribute 151 value_ids base Values \N one2many product.attribute.value attribute_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2218 product.attribute 151 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2219 product.attribute 151 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2220 product.attribute 151 create_variant base Create variant Check this if you want to create multiple variants for this attribute. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2221 product.attribute 151 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2222 product.attribute 151 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2223 product.attribute.value 152 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2224 product.attribute.value 152 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2225 product.attribute.value 152 name base Value \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2226 product.attribute.value 152 sequence base Sequence Determine the display order integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2227 product.attribute.value 152 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2228 product.attribute.value 152 price_extra base Attribute Price Extra Price Extra: Extra price for the variant with this attribute value on sale price. eg. 200 price extra, 1000 + 200 = 1200. float \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2229 product.attribute.value 152 price_ids base Attribute Prices \N one2many product.attribute.price value_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2230 product.attribute.value 152 attribute_id base Attribute \N many2one product.attribute \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2231 product.attribute.value 152 product_ids base Variants \N many2many product.product \N f t \N t f t f \N product_attribute_value_product_product_rel product_attribute_value_id product_product_id t \N \N \N \N \N \N \N \N \N \N \N +2232 product.attribute.value 152 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2233 product.attribute.value 152 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2234 product.attribute.value 152 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2235 product.attribute.value 152 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2236 product.attribute.price 153 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2237 product.attribute.price 153 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2238 product.attribute.price 153 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2239 product.attribute.price 153 price_extra base Price Extra \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2240 product.attribute.price 153 product_tmpl_id base Product Template \N many2one product.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2241 product.attribute.price 153 value_id base Product Attribute Value \N many2one product.attribute.value \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2242 product.attribute.price 153 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2243 product.attribute.price 153 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2244 product.attribute.price 153 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2245 product.attribute.price 153 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2246 product.attribute.line 154 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2247 product.attribute.line 154 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2248 product.attribute.line 154 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2249 product.attribute.line 154 value_ids base Attribute Values \N many2many product.attribute.value \N f t \N f f t f \N product_attribute_line_product_attribute_value_rel product_attribute_line_id product_attribute_value_id t \N \N \N \N \N \N \N \N \N \N \N +2250 product.attribute.line 154 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2251 product.attribute.line 154 product_tmpl_id base Product Template \N many2one product.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2254 product.attribute.line 154 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2255 product.attribute.line 154 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2256 product.pricelist 155 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2257 product.pricelist 155 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2258 product.pricelist 155 name base Pricelist Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2259 product.pricelist 155 item_ids base Pricelist Items \N one2many product.pricelist.item pricelist_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2260 product.pricelist 155 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2261 product.pricelist 155 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2262 product.pricelist 155 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2263 product.pricelist 155 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2264 product.pricelist 155 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2265 product.pricelist 155 country_group_ids base Country Groups \N many2many res.country.group \N f t \N f f t f \N res_country_group_pricelist_rel pricelist_id res_country_group_id t \N \N \N \N \N \N \N \N \N \N \N +2266 product.pricelist 155 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2267 product.pricelist 155 active base Active If unchecked, it will allow you to hide the pricelist without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2268 product.pricelist 155 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2269 product.pricelist 155 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2270 res.country.group 74 pricelist_ids base Pricelists \N many2many product.pricelist \N f t \N f f t f \N res_country_group_pricelist_rel res_country_group_id pricelist_id t \N \N \N \N \N \N \N \N \N \N \N +2271 product.pricelist.item 156 fixed_price base Fixed Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2272 product.pricelist.item 156 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2273 product.pricelist.item 156 price_discount base Price Discount \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2274 product.pricelist.item 156 sequence base Sequence Gives the order in which the pricelist items will be checked. The evaluation gives highest priority to lowest sequence and stops as soon as a matching item is found. integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2275 product.pricelist.item 156 price_max_margin base Max. Price Margin Specify the maximum amount of margin over the base price. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2276 product.pricelist.item 156 date_end base End Date Ending valid for the pricelist item validation date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2277 product.pricelist.item 156 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2278 product.pricelist.item 156 currency_id base Currency \N many2one res.currency \N f f pricelist_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2279 product.pricelist.item 156 applied_on base Apply On Pricelist Item applicable on selected option selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2280 product.pricelist.item 156 min_quantity base Min. Quantity For the rule to apply, bought/sold quantity must be greater than or equal to the minimum quantity specified in this field.\nExpressed in the default unit of measure of the product. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2281 product.pricelist.item 156 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2282 product.pricelist.item 156 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2283 product.pricelist.item 156 percent_price base Percentage Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2284 product.pricelist.item 156 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2285 product.pricelist.item 156 date_start base Start Date Starting date for the pricelist item validation date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2286 product.pricelist.item 156 company_id base Company \N many2one res.company \N f f pricelist_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2287 product.pricelist.item 156 product_tmpl_id base Product Template Specify a template if this rule only applies to one product template. Keep empty otherwise. many2one product.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2288 product.pricelist.item 156 pricelist_id base Pricelist \N many2one product.pricelist \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2289 product.pricelist.item 156 price_surcharge base Price Surcharge Specify the fixed amount to add or substract(if negative) to the amount calculated with the discount. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2290 product.pricelist.item 156 price base Price Explicit rule name for this pricelist line. char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2291 product.pricelist.item 156 compute_price base Compute price \N selection \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2292 product.pricelist.item 156 base base Based on Base price for computation.\nPublic Price: The base price will be the Sale/public Price.\nCost Price : The base price will be the cost price.\nOther Pricelist : Computation of the base price based on another Pricelist. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2293 product.pricelist.item 156 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2294 product.pricelist.item 156 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2295 product.pricelist.item 156 categ_id base Product Category Specify a product category if this rule only applies to products belonging to this category or its children categories. Keep empty otherwise. many2one product.category \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2296 product.pricelist.item 156 product_id base Product Specify a product if this rule only applies to one product. Keep empty otherwise. many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2297 product.pricelist.item 156 price_round base Price Rounding Sets the price so that it is a multiple of this value.\nRounding is applied after the discount and before the surcharge.\nTo have prices that end in 9.99, set rounding 10, surcharge -0.01 float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2298 product.pricelist.item 156 price_min_margin base Min. Price Margin Specify the minimum amount of margin over the base price. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2299 product.pricelist.item 156 name base Name Explicit rule name for this pricelist line. char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2300 product.pricelist.item 156 base_pricelist_id base Other Pricelist \N many2one product.pricelist \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2301 product.uom.categ 157 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2302 product.uom.categ 157 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2303 product.uom.categ 157 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2304 product.uom.categ 157 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2305 product.uom.categ 157 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2306 product.uom.categ 157 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2307 product.uom.categ 157 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2309 product.uom 158 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2310 product.uom 158 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2311 product.uom 158 name base Unit of Measure \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2312 product.uom 158 factor_inv base Bigger Ratio How many times this Unit of Measure is bigger than the reference Unit of Measure in this category: 1 * (this unit) = ratio * (reference unit) float \N \N f f \N t t f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2313 product.uom 158 rounding base Rounding Precision The computed quantity will be a multiple of this value. Use 1.0 for a Unit of Measure that cannot be further split, such as a piece. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2314 product.uom 158 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2315 product.uom 158 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2316 product.uom 158 uom_type base Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2317 product.uom 158 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2318 product.uom 158 factor base Ratio How much bigger or smaller this unit is compared to the reference Unit of Measure for this category: 1 * (reference unit) = ratio * (this unit) float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2319 product.uom 158 active base Active Uncheck the active field to disable a unit of measure without deleting it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2320 product.uom 158 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2321 product.uom 158 category_id base Category Conversion between Units of Measure can only occur if they belong to the same category. The conversion will be made based on the ratios. many2one product.uom.categ \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2322 product.uom 158 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2323 res.partner 79 property_product_pricelist base Sale Pricelist This pricelist will be used, instead of the default one, for sales to the current partner many2one product.pricelist \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2324 report.product.report_pricelist 159 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2325 report.product.report_pricelist 159 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2326 report.product.report_pricelist 159 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2327 product.price_list 160 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2328 product.price_list 160 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2329 product.price_list 160 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2330 product.price_list 160 price_list base PriceList \N many2one product.pricelist \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2331 product.price_list 160 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2332 product.price_list 160 qty1 base Quantity-1 \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2333 product.price_list 160 qty2 base Quantity-2 \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2334 product.price_list 160 qty3 base Quantity-3 \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2335 product.price_list 160 qty4 base Quantity-4 \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2336 product.price_list 160 qty5 base Quantity-5 \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2337 product.price_list 160 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2338 product.price_list 160 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2339 product.price_list 160 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2340 res.users 91 property_product_pricelist base Sale Pricelist This pricelist will be used, instead of the default one, for sales to the current partner many2one product.pricelist \N f f partner_id.property_product_pricelist f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2341 account.fiscal.position 161 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2342 account.fiscal.position 161 zip_to base Zip Range To \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2343 account.fiscal.position 161 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2344 account.fiscal.position 161 auto_apply base Detect Automatically Apply automatically this fiscal position. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2345 account.fiscal.position 161 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2346 account.fiscal.position 161 vat_required base VAT required Apply only if partner has a VAT number. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2347 account.fiscal.position 161 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2348 account.fiscal.position 161 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2349 account.fiscal.position 161 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2350 account.fiscal.position 161 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2351 account.fiscal.position 161 country_id base Country Apply only if delivery or invoicing country match. many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2352 account.fiscal.position 161 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2353 account.fiscal.position 161 note base Notes Legal mentions that have to be printed on the invoices. text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2354 account.fiscal.position 161 tax_ids base Tax Mapping \N one2many account.fiscal.position.tax position_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2355 account.fiscal.position 161 country_group_id base Country Group Apply only if delivery or invocing country match the group. many2one res.country.group \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2356 account.fiscal.position 161 states_count base States count \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2357 account.fiscal.position 161 account_ids base Account Mapping \N one2many account.fiscal.position.account position_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2358 account.fiscal.position 161 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2359 account.fiscal.position 161 active base Active By unchecking the active field, you may hide a fiscal position without deleting it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2360 account.fiscal.position 161 name base Fiscal Position \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2361 account.fiscal.position 161 state_ids base Federal States \N many2many res.country.state \N f t \N f f t f \N account_fiscal_position_res_country_state_rel account_fiscal_position_id res_country_state_id t \N \N \N \N \N \N \N \N \N \N \N +2362 account.fiscal.position 161 zip_from base Zip Range From \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2363 account.fiscal.position.tax 162 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2364 account.fiscal.position.tax 162 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2365 account.fiscal.position.tax 162 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2366 account.fiscal.position.tax 162 position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2367 account.fiscal.position.tax 162 tax_src_id base Tax on Product \N many2one account.tax \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2368 account.fiscal.position.tax 162 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2369 account.fiscal.position.tax 162 tax_dest_id base Tax to Apply \N many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2370 account.fiscal.position.tax 162 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2371 account.fiscal.position.tax 162 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2372 account.fiscal.position.tax 162 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2373 account.fiscal.position.account 163 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2374 account.fiscal.position.account 163 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2375 account.fiscal.position.account 163 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2376 account.fiscal.position.account 163 position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2377 account.fiscal.position.account 163 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2378 account.fiscal.position.account 163 account_dest_id base Account to Use Instead \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2379 account.fiscal.position.account 163 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2380 account.fiscal.position.account 163 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2381 account.fiscal.position.account 163 account_src_id base Account on Product \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2382 account.fiscal.position.account 163 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2383 res.partner 79 bank_account_count base Bank \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2384 res.partner 79 journal_item_count base Journal Items \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2385 res.partner 79 contracts_count base Contracts \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2386 res.partner 79 property_supplier_payment_term_id base Vendor Payment Terms This payment term will be used instead of the default one for purchase orders and vendor bills many2one account.payment.term \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2387 res.partner 79 debit_limit base Payable Limit \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2388 res.partner 79 contract_ids base Contracts \N one2many account.analytic.account partner_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2389 res.partner 79 total_invoiced base Total Invoiced \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2390 res.partner 79 has_unreconciled_entries base Has unreconciled entries The partner has at least one unreconciled debit and credit since last time the invoices & payments matching was performed. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2391 res.partner 79 currency_id base Currency Utility field to express amount currency many2one res.currency \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2392 res.partner 79 debit base Total Payable Total amount you have to pay to this vendor. monetary \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2393 res.partner 79 issued_total base Journal Items \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2394 res.partner 79 property_account_payable_id base Account Payable This account will be used instead of the default one as the payable account for the current partner many2one account.account \N f f \N f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2395 res.partner 79 credit base Total Receivable Total amount this customer owes you. monetary \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2396 res.partner 79 invoice_ids base Invoices \N one2many account.invoice partner_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2397 res.partner 79 trust base Degree of trust you have in this debtor \N selection \N \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2398 res.partner 79 property_payment_term_id base Customer Payment Terms This payment term will be used instead of the default one for sale orders and customer invoices many2one account.payment.term \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2399 res.partner 79 ref_company_ids base Companies that refers to partner \N one2many res.company partner_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2400 res.partner 79 last_time_entries_checked base Latest Invoices & Payments Matching Date Last time the invoices & payments matching was performed for this partner. It is set either if there's not at least an unreconciled debit and an unreconciled credit or if you click the "Done" button. datetime \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2401 res.partner 79 invoice_warn_msg base Message for Invoice \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2402 res.partner 79 property_account_receivable_id base Account Receivable This account will be used instead of the default one as the receivable account for the current partner many2one account.account \N f f \N f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2403 res.partner 79 invoice_warn base Invoice Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2404 res.partner 79 property_account_position_id base Fiscal Position The fiscal position will determine taxes and accounts used for the partner. many2one account.fiscal.position \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2405 account.account.type 164 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2406 account.account.type 164 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2407 account.account.type 164 name base Account Type \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2408 account.account.type 164 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2409 account.account.type 164 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2410 account.account.type 164 note base Description \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2411 account.account.type 164 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2412 account.account.type 164 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2413 account.account.type 164 include_initial_balance base Bring Accounts Balance Forward Used in reports to know if we should consider journal items from the beginning of time instead of from the fiscal year only. Account types that should be reset to zero at each new fiscal year (like expenses, revenue..) should not have this option set. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2414 account.account.type 164 type base Type The 'Internal Type' is used for features available on different types of accounts: liquidity type is for cash or bank accounts, payable/receivable is for vendor/customer accounts. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2415 account.account.type 164 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2416 account.account.tag 165 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2417 account.account.tag 165 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2418 account.account.tag 165 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2419 account.account.tag 165 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2420 account.account.tag 165 color base Color Index \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2421 account.account.tag 165 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2422 account.account.tag 165 applicability base Applicability \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2423 account.account.tag 165 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2424 account.account.tag 165 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2425 account.account.tag 165 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2426 account.account 166 note base Internal Notes \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2427 account.account 166 internal_type base Internal Type The 'Internal Type' is used for features available on different types of accounts: liquidity type is for cash or bank accounts, payable/receivable is for vendor/customer accounts. selection \N \N f f user_type_id.type t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2428 account.account 166 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2429 account.account 166 name base Name \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2430 account.account 166 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2431 account.account 166 deprecated base Deprecated \N boolean \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2432 account.account 166 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2433 account.account 166 tag_ids base Tags Optional tags you may want to assign for custom reporting many2many account.account.tag \N f t \N f f t f \N account_account_account_tag account_account_id account_account_tag_id t \N \N \N \N \N \N \N \N \N \N \N +2434 account.account 166 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2435 account.account 166 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2436 account.account 166 currency_id base Account Currency Forces all moves for this account to have this account currency. many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2437 account.account 166 code base Code \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2438 account.account 166 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2439 account.account 166 user_type_id base Type Account Type is used for information purpose, to generate country-specific legal reports, and set the rules to close a fiscal year and generate opening entries. many2one account.account.type \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2440 account.account 166 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2441 account.account 166 last_time_entries_checked base Latest Invoices & Payments Matching Date Last time the invoices & payments matching was performed on this account. It is set either if there's not at least an unreconciled debit and an unreconciled credit Or if you click the "Done" button. datetime \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2442 account.account 166 tax_ids base Default Taxes \N many2many account.tax \N f t \N f f t f \N account_account_tax_default_rel account_id tax_id t \N \N \N \N \N \N \N \N \N \N \N +2443 account.account 166 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2444 account.account 166 reconcile base Allow Reconciliation Check this box if this account allows invoices & payments matching of journal items. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2445 account.journal 167 code base Short Code The journal entries of this journal will be named using this prefix. char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2446 account.journal 167 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2447 account.journal 167 sequence base Sequence Used to order Journals in the dashboard view integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2448 account.journal 167 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2449 account.journal 167 currency_id base Currency The currency used to enter statement many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2450 account.journal 167 at_least_one_inbound base At least one inbound \N boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2451 account.journal 167 account_control_ids base Accounts Allowed \N many2many account.account \N f t \N f f t f \N account_account_type_rel journal_id account_id t \N \N \N \N \N \N \N \N \N \N \N +2452 account.journal 167 bank_statements_source base Bank Feeds \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2453 account.journal 167 bank_account_id base Bank Account \N many2one res.partner.bank \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2454 account.journal 167 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2455 account.journal 167 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2456 account.journal 167 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2457 account.journal 167 group_invoice_lines base Group Invoice Lines If this box is checked, the system will try to group the accounting lines when generating them from invoices. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2458 account.journal 167 company_id base Company Company related to this journal many2one res.company \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2459 account.journal 167 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2460 account.journal 167 outbound_payment_method_ids base Payment Methods Means of payment for sending money. Odoo modules offer various payments handling facilities, but you can always use the 'Manual' payment method in order to manage payments outside of the software. many2many account.payment.method \N f t \N f f t f \N account_journal_outbound_payment_method_rel journal_id outbound_payment_method t \N \N \N \N \N \N \N \N \N \N \N +2461 account.journal 167 profit_account_id base Profit Account Used to register a profit when the ending balance of a cash register differs from what the system computes many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2462 account.journal 167 display_on_footer base Show in Invoices Footer Display this bank account on the footer of printed documents like invoices and sales orders. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2463 account.journal 167 bank_acc_number base Account Number \N char \N \N f f bank_account_id.acc_number f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2464 account.journal 167 kanban_dashboard base Kanban dashboard \N text \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2465 account.journal 167 default_debit_account_id base Default Debit Account It acts as a default account for debit amount many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2466 account.journal 167 show_on_dashboard base Show journal on dashboard Whether this journal should be displayed on the dashboard or not boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2467 account.journal 167 default_credit_account_id base Default Credit Account It acts as a default account for credit amount many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2468 account.journal 167 kanban_dashboard_graph base Kanban dashboard graph \N text \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2469 account.journal 167 inbound_payment_method_ids base Debit Methods Means of payment for collecting money. Odoo modules offer various payments handling facilities, but you can always use the 'Manual' payment method in order to manage payments outside of the software. many2many account.payment.method \N f t \N f f t f \N account_journal_inbound_payment_method_rel journal_id inbound_payment_method t \N \N \N \N \N \N \N \N \N \N \N +2470 account.journal 167 type_control_ids base Account Types Allowed \N many2many account.account.type \N f t \N f f t f \N account_journal_type_rel journal_id type_id t \N \N \N \N \N \N \N \N \N \N \N +2471 account.journal 167 sequence_id base Entry Sequence This field contains the information related to the numbering of the journal entries of this journal. many2one ir.sequence \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2472 account.journal 167 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2473 account.journal 167 refund_sequence_id base Refund Entry Sequence This field contains the information related to the numbering of the refund entries of this journal. many2one ir.sequence \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2474 account.journal 167 loss_account_id base Loss Account Used to register a loss when the ending balance of a cash register differs from what the system computes many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2475 account.journal 167 update_posted base Allow Cancelling Entries Check this box if you want to allow the cancellation the entries related to this journal or of the invoice related to this journal boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2476 account.journal 167 name base Journal Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2477 account.journal 167 type base Type Select 'Sale' for customer invoices journals.\nSelect 'Purchase' for vendor bills journals.\nSelect 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\nSelect 'General' for miscellaneous operations journals. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2478 account.journal 167 bank_id base Bank \N many2one res.bank \N f f bank_account_id.bank_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2479 account.journal 167 at_least_one_outbound base At least one outbound \N boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2480 account.journal 167 refund_sequence base Dedicated Refund Sequence Check this box if you don't want to share the same sequence for invoices and refunds made from this journal boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2481 account.journal 167 belongs_to_company base Belong to the user's current company \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2482 res.partner.bank 81 journal_id base Account Journal The accounting journal corresponding to this bank account. one2many account.journal bank_account_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2483 account.tax.group 168 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2484 account.tax.group 168 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2485 account.tax.group 168 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2486 account.tax.group 168 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2487 account.tax.group 168 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2488 account.tax.group 168 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2489 account.tax.group 168 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2490 account.tax.group 168 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2491 account.tax.group 168 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2492 account.tax 169 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2493 account.tax 169 sequence base Sequence The sequence field is used to define order in which the tax lines are applied. integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2494 account.tax 169 children_tax_ids base Children Taxes \N many2many account.tax \N f t \N f f t f \N account_tax_filiation_rel parent_tax child_tax t \N \N \N \N \N \N \N \N \N \N \N +2495 account.tax 169 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2496 account.tax 169 include_base_amount base Affect Base of Subsequent Taxes If set, taxes which are computed after this one will be computed based on the price tax included. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2497 account.tax 169 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2498 account.tax 169 description base Label on Invoices \N char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2499 account.tax 169 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2500 account.tax 169 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2501 account.tax 169 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2502 account.tax 169 tag_ids base Tags Optional tags you may want to assign for custom reporting many2many account.account.tag \N f t \N f f t f \N account_tax_account_tag account_tax_id account_account_tag_id t \N \N \N \N \N \N \N \N \N \N \N +2503 account.tax 169 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2504 account.tax 169 analytic base Include in Analytic Cost If set, the amount computed by this tax will be assigned to the same analytic account as the invoice line (if any) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2505 account.tax 169 account_id base Tax Account Account that will be set on invoice tax lines for invoices. Leave empty to use the expense account. many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2506 account.tax 169 tax_adjustment base Tax adjustment Set this field to true if this tax can be used in the tax adjustment wizard, used to manually fill some data in the tax declaration boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2507 account.tax 169 type_tax_use base Tax Scope Determines where the tax is selectable. Note : 'None' means a tax can't be used by itself, however it can still be used in a group. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2508 account.tax 169 refund_account_id base Tax Account on Refunds Account that will be set on invoice tax lines for refunds. Leave empty to use the expense account. many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2509 account.tax 169 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2510 account.tax 169 active base Active Set active to false to hide the tax without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2511 account.tax 169 amount_type base Tax Computation \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2512 account.tax 169 name base Tax Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2513 account.tax 169 tax_group_id base Tax Group \N many2one account.tax.group \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2514 account.tax 169 amount base Amount \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2515 account.tax 169 price_include base Included in Price Check this if the price you use on the product and invoices includes this tax. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2516 account.reconcile.model 170 second_analytic_account_id base Second Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2517 account.reconcile.model 170 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2518 account.reconcile.model 170 sequence base Sequence \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2519 account.reconcile.model 170 second_amount_type base Second Amount type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2520 account.reconcile.model 170 second_journal_id base Second Journal This field is ignored in a bank statement reconciliation. many2one account.journal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2521 account.reconcile.model 170 journal_id base Journal This field is ignored in a bank statement reconciliation. many2one account.journal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2522 account.reconcile.model 170 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2751 account.cashbox.line 180 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2523 account.reconcile.model 170 analytic_account_id base Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2524 account.reconcile.model 170 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2525 account.reconcile.model 170 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2526 account.reconcile.model 170 second_tax_id base Second Tax \N many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2527 account.reconcile.model 170 has_second_line base Add a second line \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2528 account.reconcile.model 170 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2529 account.reconcile.model 170 label base Journal Item Label \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2530 account.reconcile.model 170 second_label base Second Journal Item Label \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2531 account.reconcile.model 170 second_account_id base Second Account \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2532 account.reconcile.model 170 account_id base Account \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2533 account.reconcile.model 170 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2534 account.reconcile.model 170 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2535 account.reconcile.model 170 tax_id base Tax \N many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2536 account.reconcile.model 170 amount_type base Amount type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2537 account.reconcile.model 170 name base Button Label \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2538 account.reconcile.model 170 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2539 account.reconcile.model 170 amount base Amount Fixed amount will count as a debit if it is negative, as a credit if it is positive. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2540 account.reconcile.model 170 second_amount base Second Amount Fixed amount will count as a debit if it is negative, as a credit if it is positive. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2541 account.payment.method 171 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2542 account.payment.method 171 code base Code \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2543 account.payment.method 171 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2544 account.payment.method 171 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2545 account.payment.method 171 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2546 account.payment.method 171 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2547 account.payment.method 171 payment_type base Payment type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2548 account.payment.method 171 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2549 account.payment.method 171 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2550 account.payment.method 171 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2551 account.abstract.payment 172 payment_date base Payment Date \N date \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2552 account.abstract.payment 172 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2553 account.abstract.payment 172 hide_payment_method base Hide payment method Technical field used to hide the payment method if the selected journal has only one available which is 'manual' boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2554 account.abstract.payment 172 payment_method_code base Code Technical field used to adapt the interface to the payment type selected. char \N \N f f payment_method_id.code t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2555 account.abstract.payment 172 communication base Memo \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2556 account.abstract.payment 172 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2557 account.abstract.payment 172 company_id base Company Company related to this journal many2one res.company \N f f journal_id.company_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2558 account.abstract.payment 172 journal_id base Payment Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2559 account.abstract.payment 172 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2560 account.abstract.payment 172 partner_type base Partner type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2561 account.abstract.payment 172 amount base Payment Amount \N monetary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2562 account.abstract.payment 172 payment_type base Payment Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2563 account.abstract.payment 172 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2564 account.abstract.payment 172 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2565 account.abstract.payment 172 payment_method_id base Payment Method Type \N many2one account.payment.method \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2566 account.register.payments 173 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2567 account.register.payments 173 payment_date base Payment Date \N date \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2568 account.register.payments 173 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2569 account.register.payments 173 hide_payment_method base Hide payment method Technical field used to hide the payment method if the selected journal has only one available which is 'manual' boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2570 account.register.payments 173 payment_method_code base Code Technical field used to adapt the interface to the payment type selected. char \N \N f f payment_method_id.code t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2571 account.register.payments 173 communication base Memo \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2572 account.register.payments 173 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2573 account.register.payments 173 company_id base Company Company related to this journal many2one res.company \N f f journal_id.company_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2574 account.register.payments 173 journal_id base Payment Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2575 account.register.payments 173 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2576 account.register.payments 173 partner_type base Partner type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2577 account.register.payments 173 amount base Payment Amount \N monetary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2578 account.register.payments 173 payment_type base Payment Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2579 account.register.payments 173 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2580 account.register.payments 173 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2581 account.register.payments 173 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2582 account.register.payments 173 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2583 account.register.payments 173 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2584 account.register.payments 173 payment_method_id base Payment Method Type \N many2one account.payment.method \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2585 account.payment 174 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2586 account.payment 174 communication base Memo \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2587 account.payment 174 journal_id base Payment Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2588 account.payment 174 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2589 account.payment 174 invoice_ids base Invoices \N many2many account.invoice \N f f \N t f t f \N account_invoice_payment_rel payment_id invoice_id t \N \N \N \N \N \N \N \N \N \N \N +2590 account.payment 174 payment_difference base Payment difference \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2591 account.payment 174 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2592 account.payment 174 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2593 account.payment 174 payment_method_id base Payment Method Type \N many2one account.payment.method \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2594 account.payment 174 payment_date base Payment Date \N date \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2595 account.payment 174 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2596 account.payment 174 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2597 account.payment 174 payment_difference_handling base Payment Difference \N selection \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2598 account.payment 174 company_id base Company Company related to this journal many2one res.company \N f f journal_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2599 account.payment 174 state base Status \N selection \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2600 account.payment 174 writeoff_account_id base Difference Account \N many2one account.account \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2601 account.payment 174 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2602 account.payment 174 move_name base Journal Entry Name Technical field holding the number given to the journal entry, automatically set when the statement line is reconciled then stored to set the same number again if the line is cancelled, set to draft and re-processed again. char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2603 account.payment 174 has_invoices base Has invoices Technical field used for usability purposes boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2604 account.payment 174 partner_type base Partner type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2605 account.payment 174 move_line_ids base Move line ids \N one2many account.move.line payment_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2606 account.payment 174 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2607 account.payment 174 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2608 account.payment 174 name base Name \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2609 account.payment 174 hide_payment_method base Hide payment method Technical field used to hide the payment method if the selected journal has only one available which is 'manual' boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2610 account.payment 174 payment_method_code base Code Technical field used to adapt the interface to the payment type selected. char \N \N f f payment_method_id.code t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2611 account.payment 174 destination_journal_id base Transfer To \N many2one account.journal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2612 account.payment 174 amount base Payment Amount \N monetary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2613 account.payment 174 payment_type base Payment Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2614 account.payment 174 payment_reference base Payment reference Reference of the document used to issue this payment. Eg. check number, file name, etc. char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2615 account.payment 174 destination_account_id base Destination account id \N many2one account.account \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2616 account.invoice 175 comment base Additional Information \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2617 account.invoice 175 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2618 account.invoice 175 date_due base Due Date If you use payment terms, the due date will be computed automatically at the generation of accounting entries. The payment term may compute several due dates, for example 50% now and 50% in one month, but if you want to force a due date, make sure that the payment term is not set on the invoice. If you keep the payment term and the due date empty, it means direct payment. date \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2619 account.invoice 175 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2620 account.invoice 175 partner_bank_id base Bank Account Bank Account Number to which the invoice will be paid. A Company bank account if this is a Customer Invoice or Vendor Refund, otherwise a Partner bank account number. many2one res.partner.bank \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2621 account.invoice 175 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2622 account.invoice 175 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2623 account.invoice 175 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2624 account.invoice 175 number base Number \N char \N \N f f move_id.name t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2625 account.invoice 175 journal_id base Journal \N many2one account.journal \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2626 account.invoice 175 company_currency_id base Company Currency \N many2one res.currency \N f f company_id.currency_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2627 account.invoice 175 amount_total_company_signed base Total in Company Currency Total amount in the currency of the company, negative for credit notes. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2628 account.invoice 175 residual base Amount Due Remaining amount due. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2629 account.invoice 175 payments_widget base Payments widget \N text \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2630 account.invoice 175 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2631 account.invoice 175 partner_id base Partner \N many2one res.partner \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2632 account.invoice 175 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2633 account.invoice 175 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2634 account.invoice 175 amount_untaxed base Untaxed Amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2635 account.invoice 175 reference base Vendor Reference The partner reference of this invoice. char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2636 account.invoice 175 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2637 account.invoice 175 residual_company_signed base Amount Due in Company Currency Remaining amount due in the currency of the company. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2638 account.invoice 175 amount_total_signed base Total in Invoice Currency Total amount in the currency of the invoice, negative for credit notes. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2639 account.invoice 175 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2640 account.invoice 175 company_id base Company \N many2one res.company \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2641 account.invoice 175 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2642 account.invoice 175 amount_tax base Tax \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2643 account.invoice 175 state base Status * The 'Draft' status is used when a user is encoding a new and unconfirmed Invoice.\n * The 'Pro-forma' status is used when the invoice does not have an invoice number.\n * The 'Open' status is used when user creates invoice, an invoice number is generated. It stays in the open status till the user pays the invoice.\n * The 'Paid' status is set automatically when the invoice is paid. Its related journal entries may or may not be reconciled.\n * The 'Cancelled' status is used when user cancel invoice. selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2644 account.invoice 175 move_id base Journal Entry Link to the automatically generated Journal Items. many2one account.move \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2645 account.invoice 175 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2646 account.invoice 175 type base Type \N selection \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2647 account.invoice 175 sent base Sent It indicates that the invoice has been sent. boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2648 account.invoice 175 account_id base Account The partner account used for this invoice. many2one account.account \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2649 account.invoice 175 payment_ids base Payments \N many2many account.payment \N f f \N t f t f \N account_invoice_payment_rel invoice_id payment_id t \N \N \N \N \N \N \N \N \N \N \N +2650 account.invoice 175 reconciled base Paid/Reconciled It indicates that the invoice has been paid and the journal entry of the invoice has been reconciled with one or several journal entries of payment. boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2651 account.invoice 175 origin base Source Document Reference of the document that produced this invoice. char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2652 account.invoice 175 payment_move_line_ids base Payment Move Lines \N many2many account.move.line \N f f \N t f t f \N account_invoice_account_move_line_rel account_invoice_id account_move_line_id t \N \N \N \N \N \N \N \N \N \N \N +2653 account.invoice 175 move_name base Journal Entry Name Technical field holding the number given to the invoice, automatically set when the invoice is validated then stored to set the same number again if the invoice is cancelled, set to draft and re-validated. char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2654 account.invoice 175 reference_type base Payment Reference \N selection \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2655 account.invoice 175 date_invoice base Invoice Date Keep empty to use the current date date \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2656 account.invoice 175 payment_term_id base Payment Terms If you use payment terms, the due date will be computed automatically at the generation of accounting entries. If you keep the payment term and the due date empty, it means direct payment. The payment term may compute several due dates, for example 50% now, 50% in one month. many2one account.payment.term \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2657 account.invoice 175 outstanding_credits_debits_widget base Outstanding credits debits widget \N text \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2658 account.invoice 175 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2659 account.invoice 175 residual_signed base Amount Due in Invoice Currency Remaining amount due in the currency of the invoice. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2660 account.invoice 175 date base Accounting Date Keep empty to use the invoice date. date \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2661 account.invoice 175 user_id base Salesperson \N many2one res.users \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2662 account.invoice 175 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2663 account.invoice 175 fiscal_position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2664 account.invoice 175 amount_total base Total \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2665 account.invoice 175 amount_untaxed_signed base Untaxed Amount in Company Currency \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2666 account.invoice 175 currency_id base Currency \N many2one res.currency \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2667 account.invoice 175 refund_invoice_id base Invoice for which this invoice is the refund \N many2one account.invoice \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2668 account.invoice 175 name base Reference/Description The name that will be used on account move lines char \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2669 account.invoice 175 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2670 account.invoice 175 has_outstanding base Has outstanding \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2671 account.invoice 175 tax_line_ids base Tax Lines \N one2many account.invoice.tax invoice_id f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2672 account.invoice 175 invoice_line_ids base Invoice Lines \N one2many account.invoice.line invoice_id f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2673 account.invoice 175 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2674 account.invoice 175 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2675 account.invoice 175 commercial_partner_id base Commercial Entity The commercial entity that will be used on Journal Entries for this invoice many2one res.partner \N f f partner_id.commercial_partner_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2676 account.invoice.line 176 origin base Source Document Reference of the document that produced this invoice. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2677 account.invoice.line 176 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2678 account.invoice.line 176 analytic_tag_ids base Analytic Tags \N many2many account.analytic.tag \N f t \N f f t f \N account_analytic_tag_account_invoice_line_rel account_invoice_line_id account_analytic_tag_id t \N \N \N \N \N \N \N \N \N \N \N +2679 account.invoice.line 176 price_unit base Unit Price \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2680 account.invoice.line 176 price_subtotal base Amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2681 account.invoice.line 176 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2682 account.invoice.line 176 currency_id base Currency \N many2one res.currency \N f f invoice_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2683 account.invoice.line 176 uom_id base Unit of Measure \N many2one product.uom \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2684 account.invoice.line 176 partner_id base Partner \N many2one res.partner \N f f invoice_id.partner_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2685 account.invoice.line 176 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2686 account.invoice.line 176 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2687 account.invoice.line 176 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2688 account.invoice.line 176 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2689 account.invoice.line 176 sequence base Sequence Gives the sequence of this line when displaying the invoice. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2690 account.invoice.line 176 company_id base Company \N many2one res.company \N f f invoice_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2691 account.invoice.line 176 account_analytic_id base Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2692 account.invoice.line 176 account_id base Account The income or expense account related to the selected product. many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2693 account.invoice.line 176 discount base Discount (%) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2694 account.invoice.line 176 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2695 account.invoice.line 176 price_subtotal_signed base Amount Signed Total amount in the currency of the company, negative for credit notes. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2696 account.invoice.line 176 name base Description \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2697 account.invoice.line 176 company_currency_id base Company Currency \N many2one res.currency \N f f invoice_id.company_currency_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2698 account.invoice.line 176 product_id base Product \N many2one product.product \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2699 account.invoice.line 176 invoice_id base Invoice Reference \N many2one account.invoice \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2700 account.invoice.line 176 invoice_line_tax_ids base Taxes \N many2many account.tax \N f t \N f f t f \N account_invoice_line_tax invoice_line_id tax_id t \N \N \N \N \N \N \N \N \N \N \N +2701 account.invoice.line 176 quantity base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2702 account.invoice.tax 177 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2703 account.invoice.tax 177 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2704 account.invoice.tax 177 account_id base Tax Account \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2705 account.invoice.tax 177 sequence base Sequence Gives the sequence order when displaying a list of invoice tax. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2706 account.invoice.tax 177 invoice_id base Invoice \N many2one account.invoice \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2707 account.invoice.tax 177 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2708 account.invoice.tax 177 manual base Manual \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2709 account.invoice.tax 177 company_id base Company \N many2one res.company \N f f account_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2710 account.invoice.tax 177 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2711 account.invoice.tax 177 currency_id base Currency \N many2one res.currency \N f f invoice_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2712 account.invoice.tax 177 amount base Amount \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2713 account.invoice.tax 177 base base Base \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2714 account.invoice.tax 177 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2715 account.invoice.tax 177 account_analytic_id base Analytic account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2716 account.invoice.tax 177 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2717 account.invoice.tax 177 tax_id base Tax \N many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2718 account.invoice.tax 177 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2719 account.invoice.tax 177 name base Tax Description \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2720 account.payment.term 178 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2721 account.payment.term 178 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2722 account.payment.term 178 name base Payment Terms \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2723 account.payment.term 178 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2724 account.payment.term 178 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2725 account.payment.term 178 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2726 account.payment.term 178 note base Description on the Invoice \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2727 account.payment.term 178 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2728 account.payment.term 178 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2729 account.payment.term 178 active base Active If the active field is set to False, it will allow you to hide the payment term without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2730 account.payment.term 178 line_ids base Terms \N one2many account.payment.term.line payment_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2731 account.payment.term 178 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2732 account.payment.term.line 179 payment_id base Payment Terms \N many2one account.payment.term \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2733 account.payment.term.line 179 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2734 account.payment.term.line 179 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2735 account.payment.term.line 179 option base Options \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2736 account.payment.term.line 179 sequence base Sequence Gives the sequence order when displaying a list of payment term lines. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2737 account.payment.term.line 179 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2738 account.payment.term.line 179 days base Number of Days \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2739 account.payment.term.line 179 value base Type Select here the kind of valuation related to this payment term line. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2740 account.payment.term.line 179 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2741 account.payment.term.line 179 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2742 account.payment.term.line 179 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2743 account.payment.term.line 179 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2744 account.payment.term.line 179 value_amount base Value For percent enter a ratio between 0-100. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2745 account.cashbox.line 180 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2746 account.cashbox.line 180 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2747 account.cashbox.line 180 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2748 account.cashbox.line 180 number base Number of Coins/Bills Opening Unit Numbers integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2749 account.cashbox.line 180 cashbox_id base Cashbox \N many2one account.bank.statement.cashbox \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2750 account.cashbox.line 180 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2752 account.cashbox.line 180 coin_value base Coin/Bill Value \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2753 account.cashbox.line 180 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2754 account.cashbox.line 180 subtotal base Subtotal \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2755 account.cashbox.line 180 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2756 account.bank.statement.cashbox 181 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2757 account.bank.statement.cashbox 181 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2758 account.bank.statement.cashbox 181 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2759 account.bank.statement.cashbox 181 cashbox_lines_ids base Cashbox Lines \N one2many account.cashbox.line cashbox_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2760 account.bank.statement.cashbox 181 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2761 account.bank.statement.cashbox 181 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2762 account.bank.statement.cashbox 181 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2763 account.bank.statement.cashbox 181 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2764 account.bank.statement.closebalance 182 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2765 account.bank.statement.closebalance 182 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2766 account.bank.statement.closebalance 182 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2767 account.bank.statement.closebalance 182 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2768 account.bank.statement.closebalance 182 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2769 account.bank.statement.closebalance 182 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2770 account.bank.statement.closebalance 182 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2771 account.bank.statement 183 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2772 account.bank.statement 183 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2773 account.bank.statement 183 date_done base Closed On \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2774 account.bank.statement 183 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2775 account.bank.statement 183 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2776 account.bank.statement 183 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2777 account.bank.statement 183 balance_start base Starting Balance \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2778 account.bank.statement 183 journal_id base Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2779 account.bank.statement 183 currency_id base Currency \N many2one res.currency \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2780 account.bank.statement 183 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2781 account.bank.statement 183 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2782 account.bank.statement 183 user_id base Responsible \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2783 account.bank.statement 183 reference base External Reference Used to hold the reference of the external mean that created this statement (name of imported file, reference of online synchronization...) char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2784 account.bank.statement 183 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2785 account.bank.statement 183 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2786 account.bank.statement 183 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2787 account.bank.statement 183 company_id base Company Company related to this journal many2one res.company \N f f journal_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2788 account.bank.statement 183 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2789 account.bank.statement 183 state base Status \N selection \N \N f f \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2790 account.bank.statement 183 all_lines_reconciled base All lines reconciled \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2791 account.bank.statement 183 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2792 account.bank.statement 183 cashbox_start_id base Starting Cashbox \N many2one account.bank.statement.cashbox \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2793 account.bank.statement 183 cashbox_end_id base Ending Cashbox \N many2one account.bank.statement.cashbox \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2794 account.bank.statement 183 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2795 account.bank.statement 183 journal_type base Type Technical field used for usability purposes selection \N \N f f journal_id.type f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2796 account.bank.statement 183 is_difference_zero base Is zero Check if difference is zero. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2797 account.bank.statement 183 move_line_ids base Entry lines \N one2many account.move.line statement_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2798 account.bank.statement 183 total_entry_encoding base Transactions Subtotal Total of transaction lines. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2799 account.bank.statement 183 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2800 account.bank.statement 183 date base Date \N date \N \N t f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2801 account.bank.statement 183 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2802 account.bank.statement 183 difference base Difference Difference between the computed ending balance and the specified ending balance. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2803 account.bank.statement 183 name base Reference \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2804 account.bank.statement 183 balance_end base Computed Balance Balance as calculated based on Opening Balance and transaction lines monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2805 account.bank.statement 183 balance_end_real base Ending Balance \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2806 account.bank.statement 183 line_ids base Statement lines \N one2many account.bank.statement.line statement_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2807 account.bank.statement 183 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2808 account.bank.statement 183 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2809 account.bank.statement.line 184 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2810 account.bank.statement.line 184 statement_id base Statement \N many2one account.bank.statement \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2811 account.bank.statement.line 184 sequence base Sequence Gives the sequence order when displaying a list of bank statement lines. integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2812 account.bank.statement.line 184 journal_id base Journal \N many2one account.journal \N f f statement_id.journal_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2813 account.bank.statement.line 184 journal_currency_id base Currency Utility field to express amount currency many2one res.currency \N f f statement_id.currency_id t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2814 account.bank.statement.line 184 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2815 account.bank.statement.line 184 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2816 account.bank.statement.line 184 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2817 account.bank.statement.line 184 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2818 account.bank.statement.line 184 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2819 account.bank.statement.line 184 partner_name base Partner name This field is used to record the third party name when importing bank statement in electronic format, when the partner doesn't exist yet in the database (or cannot be found). char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2820 account.bank.statement.line 184 company_id base Company Company related to this journal many2one res.company \N f f statement_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2821 account.bank.statement.line 184 bank_account_id base Bank Account \N many2one res.partner.bank \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2822 account.bank.statement.line 184 note base Notes \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2823 account.bank.statement.line 184 state base Status \N selection \N \N f f statement_id.state t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2824 account.bank.statement.line 184 ref base Reference \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2825 account.bank.statement.line 184 account_id base Counterpart Account This technical field can be used at the statement line creation/import time in order to avoid the reconciliation process on it later on. The statement line will simply create a counterpart on this account many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2826 account.bank.statement.line 184 move_name base Journal Entry Name Technical field holding the number given to the journal entry, automatically set when the statement line is reconciled then stored to set the same number again if the line is cancelled, set to draft and re-processed again. char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2827 account.bank.statement.line 184 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2828 account.bank.statement.line 184 date base Date \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2829 account.bank.statement.line 184 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2830 account.bank.statement.line 184 journal_entry_ids base Journal Entries \N one2many account.move statement_line_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2831 account.bank.statement.line 184 currency_id base Currency The optional other currency if it is a multi-currency entry. many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2832 account.bank.statement.line 184 name base Label \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2833 account.bank.statement.line 184 amount base Amount \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2834 account.bank.statement.line 184 amount_currency base Amount currency The amount expressed in an optional other currency if it is a multi-currency entry. monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2835 account.move 185 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2836 account.move 185 dummy_account_id base Account \N many2one account.account \N f f line_ids.account_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2837 account.move 185 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2838 account.move 185 name base Number \N char \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2839 account.move 185 state base Status All manually created new journal entries are usually in the status 'Unposted', but you can set the option to skip that status on the related journal. In that case, they will behave as journal entries automatically created by the system on document validation (invoices, bank statements...) and will be created in 'Posted' status. selection \N \N f f \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2840 account.move 185 ref base Reference \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2841 account.move 185 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2842 account.move 185 company_id base Company Company related to this journal many2one res.company \N f f journal_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2843 account.move 185 journal_id base Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2844 account.move 185 currency_id base Currency \N many2one res.currency \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2845 account.move 185 amount base Amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2846 account.move 185 matched_percentage base Percentage Matched Technical field used in cash basis method float \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2847 account.move 185 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2848 account.move 185 narration base Internal Note \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2849 account.move 185 date base Date \N date \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2850 account.move 185 line_ids base Journal Items \N one2many account.move.line move_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2851 account.move 185 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2852 account.move 185 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2853 account.move 185 partner_id base Partner \N many2one res.partner \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2854 account.move 185 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2855 account.move 185 statement_line_id base Bank statement line reconciled with this entry \N many2one account.bank.statement.line \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2856 account.move.line 186 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2857 account.move.line 186 statement_id base Statement The bank statement used for bank reconciliation many2one account.bank.statement \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2858 account.move.line 186 analytic_tag_ids base Analytic tags \N many2many account.analytic.tag \N f t \N f f t f \N account_analytic_tag_account_move_line_rel account_move_line_id account_analytic_tag_id t \N \N \N \N \N \N \N \N \N \N \N +2859 account.move.line 186 journal_id base Journal \N many2one account.journal \N t f move_id.journal_id f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2860 account.move.line 186 currency_id base Currency The optional other currency if it is a multi-currency entry. many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2861 account.move.line 186 date_maturity base Due date This field is used for payable and receivable journal entries. You can put the limit date for the payment of this line. date \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2862 account.move.line 186 narration base Narration \N text \N \N f f move_id.narration f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2914 account.partial.reconcile 187 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2863 account.move.line 186 user_type_id base Type Account Type is used for information purpose, to generate country-specific legal reports, and set the rules to close a fiscal year and generate opening entries. many2one account.account.type \N t f account_id.user_type_id f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2864 account.move.line 186 matched_debit_ids base Matched debit ids Debit journal items that are matched with this journal item. one2many account.partial.reconcile credit_move_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2865 account.move.line 186 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2866 account.move.line 186 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2867 account.move.line 186 blocked base No Follow-up You can check this box to mark this journal item as a litigation with the associated partner boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2868 account.move.line 186 analytic_account_id base Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2869 account.move.line 186 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2870 account.move.line 186 matched_credit_ids base Matched credit ids Credit journal items that are matched with this journal item. one2many account.partial.reconcile debit_move_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2871 account.move.line 186 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2872 account.move.line 186 amount_residual base Residual Amount The residual amount on a journal item expressed in the company currency. monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2873 account.move.line 186 company_id base Company \N many2one res.company \N f f account_id.company_id f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2874 account.move.line 186 credit_cash_basis base Credit cash basis \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2875 account.move.line 186 amount_residual_currency base Residual Amount in Currency The residual amount on a journal item expressed in its currency (possibly not the company currency). monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2876 account.move.line 186 debit base Debit \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2877 account.move.line 186 ref base Reference \N char \N \N t f move_id.ref f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2878 account.move.line 186 tax_ids base Taxes \N many2many account.tax \N f t \N f f t f \N account_move_line_account_tax_rel account_move_line_id account_tax_id t \N \N \N \N \N \N \N \N \N \N \N +2879 account.move.line 186 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2880 account.move.line 186 account_id base Account \N many2one account.account \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2881 account.move.line 186 debit_cash_basis base Debit cash basis \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2882 account.move.line 186 reconciled base Reconciled \N boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2883 account.move.line 186 analytic_line_ids base Analytic lines \N one2many account.analytic.line move_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2884 account.move.line 186 tax_exigible base Appears in VAT report Technical field used to mark a tax line as exigible in the vat report or not (only exigible journal items are displayed). By default all new journal items are directly exigible, but with the module account_tax_cash_basis, some will become exigible only when the payment is recorded. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2885 account.move.line 186 balance_cash_basis base Balance cash basis Technical field holding the debit_cash_basis - credit_cash_basis in order to open meaningful graph views from reports monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2886 account.move.line 186 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2887 account.move.line 186 date base Date \N date \N \N t f move_id.date f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2888 account.move.line 186 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2889 account.move.line 186 move_id base Journal Entry The move of this entry line. many2one account.move \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2890 account.move.line 186 product_id base Product \N many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2891 account.move.line 186 payment_id base Originator Payment Payment that created this entry many2one account.payment \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2892 account.move.line 186 company_currency_id base Company Currency Utility field to express amount currency many2one res.currency \N f f company_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2893 account.move.line 186 name base Label \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2894 account.move.line 186 invoice_id base Invoice id \N many2one account.invoice \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2895 account.move.line 186 full_reconcile_id base Matching Number \N many2one account.full.reconcile \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2896 account.move.line 186 tax_line_id base Originator tax \N many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2897 account.move.line 186 counterpart base Counterpart Compute the counter part accounts of this journal item for this journal entry. This can be needed in reports. char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2898 account.move.line 186 credit base Credit \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2899 account.move.line 186 product_uom_id base Unit of Measure \N many2one product.uom \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2900 account.move.line 186 amount_currency base Amount currency The amount expressed in an optional other currency if it is a multi-currency entry. monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2901 account.move.line 186 balance base Balance Technical field holding the debit - credit in order to open meaningful graph views from reports monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2902 account.move.line 186 quantity base Quantity The optional quantity expressed by this line, eg: number of product sold. The quantity is not a legal requirement but is very useful for some reports. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2903 account.partial.reconcile 187 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2904 account.partial.reconcile 187 currency_id base Currency \N many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2905 account.partial.reconcile 187 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2906 account.partial.reconcile 187 credit_move_id base Credit move id \N many2one account.move.line \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2907 account.partial.reconcile 187 full_reconcile_id base Full Reconcile \N many2one account.full.reconcile \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2908 account.partial.reconcile 187 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2909 account.partial.reconcile 187 company_id base Currency \N many2one res.company \N f f debit_move_id.company_id f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2910 account.partial.reconcile 187 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2911 account.partial.reconcile 187 company_currency_id base Currency Utility field to express amount currency many2one res.currency \N f f company_id.currency_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2912 account.partial.reconcile 187 amount base Amount Amount concerned by this matching. Assumed to be always positive monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2913 account.partial.reconcile 187 debit_move_id base Debit move id \N many2one account.move.line \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2915 account.partial.reconcile 187 amount_currency base Amount in Currency \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2916 account.partial.reconcile 187 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2917 account.partial.reconcile 187 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2918 account.full.reconcile 188 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2919 account.full.reconcile 188 exchange_move_id base Exchange move id \N many2one account.move \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2920 account.full.reconcile 188 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2921 account.full.reconcile 188 name base Number \N char \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2922 account.full.reconcile 188 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2923 account.full.reconcile 188 reconciled_line_ids base Matched Journal Items \N one2many account.move.line full_reconcile_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2924 account.full.reconcile 188 exchange_partial_rec_id base Exchange partial rec id \N many2one account.partial.reconcile \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2925 account.full.reconcile 188 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2926 account.full.reconcile 188 partial_reconcile_ids base Reconciliation Parts \N one2many account.partial.reconcile full_reconcile_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2927 account.full.reconcile 188 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2928 account.full.reconcile 188 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2929 account.full.reconcile 188 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2930 account.account.template 189 note base Note \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2931 account.account.template 189 code base Code \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2932 account.account.template 189 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2933 account.account.template 189 name base Name \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2934 account.account.template 189 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2935 account.account.template 189 chart_template_id base Chart Template This optional field allow you to link an account template to a specific chart template that may differ from the one its root parent belongs to. This allow you to define chart templates that extend another and complete it with few new accounts (You don't need to define the whole structure that is common to both several times). many2one account.chart.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2936 account.account.template 189 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2937 account.account.template 189 tag_ids base Account tag Optional tags you may want to assign for custom reporting many2many account.account.tag \N f t \N f f t f \N account_account_template_account_tag account_account_template_id account_account_tag_id t \N \N \N \N \N \N \N \N \N \N \N +2938 account.account.template 189 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2939 account.account.template 189 currency_id base Account Currency Forces all moves for this account to have this secondary currency. many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2940 account.account.template 189 nocreate base Optional Create If checked, the new chart of accounts will not contain this by default. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2941 account.account.template 189 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2942 account.account.template 189 user_type_id base Type These types are defined according to your country. The type contains more information about the account and its specificities. many2one account.account.type \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2943 account.account.template 189 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2944 account.account.template 189 tax_ids base Default Taxes \N many2many account.tax.template \N f t \N f f t f \N account_account_template_tax_rel account_id tax_id t \N \N \N \N \N \N \N \N \N \N \N +2945 account.account.template 189 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2946 account.account.template 189 reconcile base Allow Invoices & payments Matching Check this option if you want the user to reconcile entries in this account. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2947 account.chart.template 190 bank_account_code_prefix base Prefix of the bank accounts \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2948 account.chart.template 190 cash_account_code_prefix base Prefix of the main cash accounts \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2949 account.chart.template 190 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2950 account.chart.template 190 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2951 account.chart.template 190 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2952 account.chart.template 190 visible base Can be Visible? Set this to False if you don't want this template to be used actively in the wizard that generate Chart of Accounts from templates, this is useful when you want to generate accounts of this template only when loading its child template. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2953 account.chart.template 190 property_account_receivable_id base Receivable Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2954 account.chart.template 190 property_stock_valuation_account_id base Account Template for Stock Valuation \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2955 account.chart.template 190 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2956 account.chart.template 190 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2957 account.chart.template 190 complete_tax_set base Complete Set of Taxes This boolean helps you to choose if you want to propose to the user to encode the sale and purchase rates or choose from list of taxes. This last choice assumes that the set of tax defined on this template is complete boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2958 account.chart.template 190 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2959 account.chart.template 190 parent_id base Parent Chart Template \N many2one account.chart.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2960 account.chart.template 190 transfer_account_id base Transfer Account Intermediary account used when moving money from a liquidity account to another many2one account.account.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2961 account.chart.template 190 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2962 account.chart.template 190 expense_currency_exchange_account_id base Loss Exchange Rate Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2963 account.chart.template 190 property_stock_account_output_categ_id base Output Account for Stock Valuation \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2964 account.chart.template 190 tax_template_ids base Tax Template List List of all the taxes that have to be installed by the wizard one2many account.tax.template chart_template_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2965 account.chart.template 190 property_account_income_categ_id base Category of Income Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2966 account.chart.template 190 property_stock_account_input_categ_id base Input Account for Stock Valuation \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2967 account.chart.template 190 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2968 account.chart.template 190 property_account_income_id base Income Account on Product Template \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2969 account.chart.template 190 property_account_expense_categ_id base Category of Expense Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2970 account.chart.template 190 account_ids base Associated Account Templates \N one2many account.account.template chart_template_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2971 account.chart.template 190 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2972 account.chart.template 190 use_anglo_saxon base Use Anglo-Saxon accounting \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2973 account.chart.template 190 code_digits base # of Digits No. of Digits to use for account code integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2974 account.chart.template 190 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2975 account.chart.template 190 property_account_expense_id base Expense Account on Product Template \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2976 account.chart.template 190 property_account_payable_id base Payable Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2977 account.chart.template 190 income_currency_exchange_account_id base Gain Exchange Rate Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2978 account.tax.template 191 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2979 account.tax.template 191 sequence base Sequence The sequence field is used to define order in which the tax lines are applied. integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2980 account.tax.template 191 children_tax_ids base Children Taxes \N many2many account.tax.template \N f t \N f f t f \N account_tax_template_filiation_rel parent_tax child_tax t \N \N \N \N \N \N \N \N \N \N \N +2981 account.tax.template 191 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2982 account.tax.template 191 include_base_amount base Affect Subsequent Taxes If set, taxes which are computed after this one will be computed based on the price tax included. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2983 account.tax.template 191 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2984 account.tax.template 191 description base Display on Invoices \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2985 account.tax.template 191 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2986 account.tax.template 191 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2987 account.tax.template 191 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +2988 account.tax.template 191 tag_ids base Account tag Optional tags you may want to assign for custom reporting many2many account.account.tag \N f t \N f f t f \N account_account_tag_account_tax_template_rel account_tax_template_id account_account_tag_id t \N \N \N \N \N \N \N \N \N \N \N +2989 account.tax.template 191 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2990 account.tax.template 191 analytic base Analytic Cost If set, the amount computed by this tax will be assigned to the same analytic account as the invoice line (if any) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2991 account.tax.template 191 account_id base Tax Account Account that will be set on invoice tax lines for invoices. Leave empty to use the expense account. many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2992 account.tax.template 191 tax_adjustment base Tax adjustment \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2993 account.tax.template 191 type_tax_use base Tax Scope Determines where the tax is selectable. Note : 'None' means a tax can't be used by itself, however it can still be used in a group. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2994 account.tax.template 191 refund_account_id base Tax Account on Refunds Account that will be set on invoice tax lines for refunds. Leave empty to use the expense account. many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2995 account.tax.template 191 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2996 account.tax.template 191 active base Active Set active to false to hide the tax without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2997 account.tax.template 191 amount_type base Tax Computation \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2998 account.tax.template 191 name base Tax Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +2999 account.tax.template 191 tax_group_id base Tax Group \N many2one account.tax.group \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3000 account.tax.template 191 chart_template_id base Chart Template \N many2one account.chart.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3001 account.tax.template 191 amount base Amount \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3002 account.tax.template 191 price_include base Included in Price Check this if the price you use on the product and invoices includes this tax. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3003 account.fiscal.position.template 192 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3004 account.fiscal.position.template 192 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3005 account.fiscal.position.template 192 name base Fiscal Position Template \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3006 account.fiscal.position.template 192 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3007 account.fiscal.position.template 192 chart_template_id base Chart Template \N many2one account.chart.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3008 account.fiscal.position.template 192 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3009 account.fiscal.position.template 192 note base Notes \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3010 account.fiscal.position.template 192 account_ids base Account Mapping \N one2many account.fiscal.position.account.template position_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3011 account.fiscal.position.template 192 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3012 account.fiscal.position.template 192 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3013 account.fiscal.position.template 192 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3014 account.fiscal.position.template 192 tax_ids base Tax Mapping \N one2many account.fiscal.position.tax.template position_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3015 account.fiscal.position.tax.template 193 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3016 account.fiscal.position.tax.template 193 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3566 procurement.rule 232 action base Action \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3017 account.fiscal.position.tax.template 193 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3018 account.fiscal.position.tax.template 193 position_id base Fiscal Position \N many2one account.fiscal.position.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3019 account.fiscal.position.tax.template 193 tax_src_id base Tax Source \N many2one account.tax.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3020 account.fiscal.position.tax.template 193 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3021 account.fiscal.position.tax.template 193 tax_dest_id base Replacement Tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3022 account.fiscal.position.tax.template 193 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3023 account.fiscal.position.tax.template 193 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3024 account.fiscal.position.tax.template 193 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3025 account.fiscal.position.account.template 194 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3026 account.fiscal.position.account.template 194 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3027 account.fiscal.position.account.template 194 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3028 account.fiscal.position.account.template 194 position_id base Fiscal Mapping \N many2one account.fiscal.position.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3029 account.fiscal.position.account.template 194 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3030 account.fiscal.position.account.template 194 account_dest_id base Account Destination \N many2one account.account.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3031 account.fiscal.position.account.template 194 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3032 account.fiscal.position.account.template 194 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3033 account.fiscal.position.account.template 194 account_src_id base Account Source \N many2one account.account.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3034 account.fiscal.position.account.template 194 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3035 wizard.multi.charts.accounts 195 bank_account_code_prefix base Bank Accounts Prefix \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3036 wizard.multi.charts.accounts 195 cash_account_code_prefix base Cash Accounts Prefix \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3037 wizard.multi.charts.accounts 195 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3038 wizard.multi.charts.accounts 195 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3039 wizard.multi.charts.accounts 195 currency_id base Currency Currency as per company's country. many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3040 wizard.multi.charts.accounts 195 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3041 wizard.multi.charts.accounts 195 only_one_chart_template base Only One Chart Template Available \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3042 wizard.multi.charts.accounts 195 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3043 wizard.multi.charts.accounts 195 complete_tax_set base Complete Set of Taxes This boolean helps you to choose if you want to propose to the user to encode the sales and purchase rates or use the usual m2o fields. This last choice assumes that the set of tax defined for the chosen template is complete boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3044 wizard.multi.charts.accounts 195 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3045 wizard.multi.charts.accounts 195 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3046 wizard.multi.charts.accounts 195 transfer_account_id base Transfer Account Intermediary account used when moving money from a liquidity account to another many2one account.account.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3047 wizard.multi.charts.accounts 195 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3048 wizard.multi.charts.accounts 195 purchase_tax_rate base Purchase Tax(%) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3049 wizard.multi.charts.accounts 195 bank_account_ids base Cash and Banks \N one2many account.bank.accounts.wizard bank_account_id f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3050 wizard.multi.charts.accounts 195 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3051 wizard.multi.charts.accounts 195 use_anglo_saxon base Use Anglo-Saxon Accounting \N boolean \N \N f f chart_template_id.use_anglo_saxon f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3052 wizard.multi.charts.accounts 195 sale_tax_rate base Sales Tax(%) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3053 wizard.multi.charts.accounts 195 code_digits base # of Digits No. of Digits to use for account code integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3054 wizard.multi.charts.accounts 195 chart_template_id base Chart Template \N many2one account.chart.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3055 wizard.multi.charts.accounts 195 sale_tax_id base Default Sales Tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3056 wizard.multi.charts.accounts 195 purchase_tax_id base Default Purchase Tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3057 account.bank.accounts.wizard 196 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3058 account.bank.accounts.wizard 196 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3059 account.bank.accounts.wizard 196 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3060 account.bank.accounts.wizard 196 acc_name base Account Name. \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3061 account.bank.accounts.wizard 196 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3062 account.bank.accounts.wizard 196 currency_id base Account Currency Forces all moves for this account to have this secondary currency. many2one res.currency \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3063 account.bank.accounts.wizard 196 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3064 account.bank.accounts.wizard 196 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3065 account.bank.accounts.wizard 196 account_type base Account type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3066 account.bank.accounts.wizard 196 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3067 account.bank.accounts.wizard 196 bank_account_id base Bank Account \N many2one wizard.multi.charts.accounts \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3068 account.reconcile.model.template 197 amount_type base Amount type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3069 account.reconcile.model.template 197 second_account_id base Second Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3070 account.reconcile.model.template 197 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3071 account.reconcile.model.template 197 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3072 account.reconcile.model.template 197 account_id base Account \N many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3073 account.reconcile.model.template 197 second_tax_id base Second Tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3074 account.reconcile.model.template 197 second_amount_type base Second Amount type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3075 account.reconcile.model.template 197 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3076 account.reconcile.model.template 197 has_second_line base Add a second line \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3077 account.reconcile.model.template 197 sequence base Sequence \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3078 account.reconcile.model.template 197 label base Journal Item Label \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3079 account.reconcile.model.template 197 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3080 account.reconcile.model.template 197 amount base Amount Fixed amount will count as a debit if it is negative, as a credit if it is positive. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3081 account.reconcile.model.template 197 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3082 account.reconcile.model.template 197 second_label base Second Journal Item Label \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3083 account.reconcile.model.template 197 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3084 account.reconcile.model.template 197 second_amount base Second Amount Fixed amount will count as a debit if it is negative, as a credit if it is positive. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3085 account.reconcile.model.template 197 tax_id base Tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3086 account.reconcile.model.template 197 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3087 account.reconcile.model.template 197 name base Button Label \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3088 account.analytic.line 143 code base Code \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3089 account.analytic.line 143 analytic_amount_currency base Amount Currency The amount expressed in the related account currency if not equal to the company one. monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3090 account.analytic.line 143 ref base Ref. \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3091 account.analytic.line 143 general_account_id base Financial Account \N many2one account.account \N f f move_id.account_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3092 account.analytic.line 143 move_id base Move Line \N many2one account.move.line \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3093 account.analytic.line 143 company_currency_id base Currency Utility field to express amount currency many2one res.currency \N f f company_id.currency_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3094 account.analytic.line 143 product_id base Product \N many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3095 account.analytic.line 143 product_uom_id base Unit of Measure \N many2one product.uom \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3096 account.analytic.line 143 amount_currency base Amount currency The amount expressed in the related account currency if not equal to the company one. monetary \N \N f f move_id.amount_currency t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3097 product.category 146 property_account_expense_categ_id base Expense Account This account will be used for invoices to value expenses. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3098 product.category 146 property_account_income_categ_id base Income Account This account will be used for invoices to value sales. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3099 product.template 145 property_account_income_id base Income Account This account will be used for invoices instead of the default one to value sales for the current product. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3100 product.template 145 supplier_taxes_id base Vendor Taxes \N many2many account.tax \N f t \N f f t f \N product_supplier_taxes_rel prod_id tax_id t \N \N \N \N \N \N \N \N \N \N \N +3101 product.template 145 property_account_expense_id base Expense Account This account will be used for invoices instead of the default one to value expenses for the current product. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3102 product.template 145 taxes_id base Customer Taxes \N many2many account.tax \N f t \N f f t f \N product_taxes_rel prod_id tax_id t \N \N \N \N \N \N \N \N \N \N \N +3103 product.product 148 property_account_income_id base Income Account This account will be used for invoices instead of the default one to value sales for the current product. many2one account.account \N f f product_tmpl_id.property_account_income_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3104 product.product 148 supplier_taxes_id base Vendor Taxes \N many2many account.tax \N f t product_tmpl_id.supplier_taxes_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3105 product.product 148 taxes_id base Customer Taxes \N many2many account.tax \N f t product_tmpl_id.taxes_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3106 product.product 148 property_account_expense_id base Expense Account This account will be used for invoices instead of the default one to value expenses for the current product. many2one account.account \N f f product_tmpl_id.property_account_expense_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3107 res.company 88 fiscalyear_lock_date base Lock Date No users, including Advisers, can edit accounts prior to and inclusive of this date. Use it for fiscal year locking for example. date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3108 res.company 88 bank_account_code_prefix base Prefix of the bank accounts \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3109 res.company 88 cash_account_code_prefix base Prefix of the cash accounts \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3110 res.company 88 anglo_saxon_accounting base Use anglo-saxon accounting \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3111 res.company 88 fiscalyear_last_day base Fiscalyear last day \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3112 res.company 88 expects_chart_of_accounts base Expects a Chart of Accounts \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3113 res.company 88 property_stock_valuation_account_id base Account Template for Stock Valuation \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3114 res.company 88 property_stock_account_output_categ_id base Output Account for Stock Valuation \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3115 res.company 88 transfer_account_id base Inter-Banks Transfer Account Intermediary account used when moving money from a liquidity account to another many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3116 res.company 88 bank_journal_ids base Bank Journals \N one2many account.journal company_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3117 res.company 88 expense_currency_exchange_account_id base Loss Exchange Rate Account It acts as a default account for debit amount many2one account.account \N f f currency_exchange_journal_id.default_debit_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3118 res.company 88 currency_exchange_journal_id base Exchange Gain or Loss Journal \N many2one account.journal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3119 res.company 88 period_lock_date base Lock Date for Non-Advisers Only users with the 'Adviser' role can edit accounts prior to and inclusive of this date. Use it for period locking inside an open fiscal year, for example. date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3120 res.company 88 tax_calculation_rounding_method base Tax Calculation Rounding Method If you select 'Round per Line' : for each tax, the tax amount will first be computed and rounded for each PO/SO/invoice line and then these rounded amounts will be summed, leading to the total amount for that tax. If you select 'Round Globally': for each tax, the tax amount will be computed for each PO/SO/invoice line, then these amounts will be summed and eventually this total tax amount will be rounded. If you sell with tax included, you should choose 'Round per line' because you certainly want the sum of your tax-included line subtotals to be equal to the total amount with taxes. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3121 res.company 88 accounts_code_digits base Number of digits in an account code \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3122 res.company 88 chart_template_id base Chart template id The chart template for the company (if any) many2one account.chart.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3123 res.company 88 overdue_msg base Overdue Payments Message \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3124 res.company 88 fiscalyear_last_month base Fiscalyear last month \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3125 res.company 88 property_stock_account_input_categ_id base Input Account for Stock Valuation \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3126 res.company 88 income_currency_exchange_account_id base Gain Exchange Rate Account It acts as a default account for credit amount many2one account.account \N f f currency_exchange_journal_id.default_credit_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3127 account.config.settings 198 fiscalyear_lock_date base Lock Date No users, including Advisers, can edit accounts prior to and inclusive of this date. Use it for fiscal year locking for example. date \N \N f f company_id.fiscalyear_lock_date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3128 account.config.settings 198 bank_account_code_prefix base Bank Accounts Prefix * Define the code prefix for the bank accounts char \N \N f f company_id.bank_account_code_prefix f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3129 account.config.settings 198 cash_account_code_prefix base Cash Accounts Prefix * Define the code prefix for the cash accounts char \N \N f f company_id.cash_account_code_prefix f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3130 account.config.settings 198 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3131 account.config.settings 198 module_account_asset base Assets management Asset management: This allows you to manage the assets owned by a company or a person. It keeps track of the depreciation occurred on those assets, and creates account move for those depreciation lines.\n\n-This installs the module account_asset. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3132 account.config.settings 198 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3133 account.config.settings 198 currency_id base Default company currency Main currency of the company. many2one res.currency \N f f \N f t f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3134 account.config.settings 198 module_account_accountant base Full accounting features: journals, legal statements, chart of accounts, etc. If you do not check this box, you will be able to do invoicing & payments,\n but not accounting (Journal Items, Chart of Accounts, ...) boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3135 account.config.settings 198 fiscalyear_last_day base Fiscalyear last day \N integer \N \N f f company_id.fiscalyear_last_day f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3136 account.config.settings 198 expects_chart_of_accounts base This company has its own chart of accounts Check this box if this company is a legal entity. boolean \N \N f f company_id.expects_chart_of_accounts f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3137 account.config.settings 198 has_chart_of_accounts base Company has a chart of accounts \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3138 account.config.settings 198 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3139 account.config.settings 198 complete_tax_set base Complete set of taxes This boolean helps you to choose if you want to propose to the user to encode\n the sales and purchase rates or use the usual m2o fields. This last choice assumes that\n the set of tax defined for the chosen template is complete boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3140 account.config.settings 198 template_transfer_account_id base Template transfer account id Intermediary account used when moving money from a liquidity account to another many2one account.account.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3141 account.config.settings 198 module_account_sepa base Use SEPA payments If you check this box, you will be able to register your payment using SEPA.\n-This installs the module account_sepa. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3142 account.config.settings 198 module_account_bank_statement_import_csv base Import in .csv format Get your bank statements from your bank and import them in Odoo in the .CSV format.\n-This installs the module account_bank_statement_import_csv. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3143 account.config.settings 198 module_account_budget base Budget management This allows accountants to manage analytic and crossovered budgets. Once the master budgets and the budgets are defined, the project managers can set the planned amount on each analytic account.\n-This installs the module account_budget. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3144 account.config.settings 198 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3145 account.config.settings 198 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3146 account.config.settings 198 group_warning_account base Warning \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3147 account.config.settings 198 group_multi_currency base Allow multi currencies Allows to work in a multi currency environment boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3148 account.config.settings 198 group_proforma_invoices base Allow pro-forma invoices Allows you to put invoices in pro-forma state. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3149 account.config.settings 198 module_account_reports base Get dynamic accounting reports \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3150 account.config.settings 198 module_account_plaid base Plaid Connector Get your bank statements from you bank and import them through plaid.com.\n-This installs the module account_plaid. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3151 account.config.settings 198 has_default_company base Has default company \N boolean \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3152 account.config.settings 198 period_lock_date base Lock Date for Non-Advisers Only users with the 'Adviser' role can edit accounts prior to and inclusive of this date. Use it for period locking inside an open fiscal year, for example. date \N \N f f company_id.period_lock_date f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3153 account.config.settings 198 purchase_tax_rate base Purchase tax (%) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3197 account.move.line.reconcile.writeoff 200 journal_id base Write-Off Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3154 account.config.settings 198 module_account_bank_statement_import_ofx base Import in .ofx format Get your bank statements from your bank and import them in Odoo in the .OFX format.\n-This installs the module account_bank_statement_import_ofx. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3155 account.config.settings 198 module_l10n_us_check_printing base Allow check printing and deposits \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3156 account.config.settings 198 default_purchase_tax_id base Default Purchase Tax This purchase tax will be assigned by default on new products. many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3157 account.config.settings 198 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3158 account.config.settings 198 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3159 account.config.settings 198 use_anglo_saxon base Use Anglo-Saxon Accounting * \N boolean \N \N f f company_id.anglo_saxon_accounting f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3160 account.config.settings 198 sale_tax_rate base Sales tax (%) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3161 account.config.settings 198 module_account_batch_deposit base Use batch deposit This allows you to group received checks before you deposit them to the bank.\n-This installs the module account_batch_deposit. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3162 account.config.settings 198 module_account_yodlee base Bank Interface - Sync your bank feeds automatically Get your bank statements from your bank and import them through yodlee.com.\n-This installs the module account_yodlee. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3163 account.config.settings 198 module_account_tax_cash_basis base Allow Tax Cash Basis Generate tax cash basis entrie when reconciliating entries boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3164 account.config.settings 198 code_digits base # of Digits * No. of digits to use for account code integer \N \N f f company_id.accounts_code_digits f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3165 account.config.settings 198 chart_template_id base Template \N many2one account.chart.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3166 account.config.settings 198 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3167 account.config.settings 198 default_sale_tax_id base Default Sale Tax This sale tax will be assigned by default on new products. many2one account.tax \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3168 account.config.settings 198 overdue_msg base Overdue Payments Message * \N text \N \N f f company_id.overdue_msg f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3169 account.config.settings 198 sale_tax_id base Default sale tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3170 account.config.settings 198 currency_exchange_journal_id base Rate Difference Journal \N many2one account.journal \N f f company_id.currency_exchange_journal_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3171 account.config.settings 198 module_account_bank_statement_import_qif base Import .qif files Get your bank statements from your bank and import them in Odoo in the .QIF format.\n-This installs the module account_bank_statement_import_qif. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3172 account.config.settings 198 group_analytic_accounting base Analytic accounting Allows you to use the analytic accounting. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3173 account.config.settings 198 module_account_deferred_revenue base Revenue Recognition This allows you to manage the revenue recognition on selling products. It keeps track of the installments occurred on those revenue recognitions, and creates account moves for those installment lines\n-This installs the module account_deferred_revenue. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3174 account.config.settings 198 company_footer base Bank accounts footer preview Bank accounts as printed in the footer of each printed document text \N \N f f company_id.rml_footer t f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3175 account.config.settings 198 fiscalyear_last_month base Fiscalyear last month \N selection \N \N f f company_id.fiscalyear_last_month f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3176 account.config.settings 198 tax_calculation_rounding_method base Tax calculation rounding method * If you select 'Round per line' : for each tax, the tax amount will first be\n computed and rounded for each PO/SO/invoice line and then these rounded amounts will be summed,\n leading to the total amount for that tax. If you select 'Round globally': for each tax,\n the tax amount will be computed for each PO/SO/invoice line, then these amounts will be\n summed and eventually this total tax amount will be rounded. If you sell with tax included,\n you should choose 'Round per line' because you certainly want the sum of your tax-included line\n subtotals to be equal to the total amount with taxes. selection \N \N f f company_id.tax_calculation_rounding_method f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3177 account.config.settings 198 module_account_reports_followup base Enable payment followup management This allows to automate letters for unpaid invoices, with multi-level recalls.\n-This installs the module account_reports_followup. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3178 account.config.settings 198 purchase_tax_id base Default purchase tax \N many2one account.tax.template \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3179 account.config.settings 198 transfer_account_id base Inter-Banks Transfer Account Intermediary account used when moving money from a liquidity account to another many2one account.account \N f f company_id.transfer_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3180 account.move.line.reconcile 199 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3181 account.move.line.reconcile 199 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3182 account.move.line.reconcile 199 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3183 account.move.line.reconcile 199 writeoff base Write-Off amount \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3184 account.move.line.reconcile 199 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3185 account.move.line.reconcile 199 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3186 account.move.line.reconcile 199 credit base Credit amount \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3187 account.move.line.reconcile 199 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3188 account.move.line.reconcile 199 debit base Debit amount \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3189 account.move.line.reconcile 199 trans_nbr base # of Transaction \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3190 account.move.line.reconcile 199 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3191 account.move.line.reconcile 199 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3192 account.move.line.reconcile.writeoff 200 comment base Comment \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3193 account.move.line.reconcile.writeoff 200 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3194 account.move.line.reconcile.writeoff 200 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3195 account.move.line.reconcile.writeoff 200 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3196 account.move.line.reconcile.writeoff 200 writeoff_acc_id base Write-Off account \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3198 account.move.line.reconcile.writeoff 200 analytic_id base Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3199 account.move.line.reconcile.writeoff 200 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3200 account.move.line.reconcile.writeoff 200 date_p base Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3201 account.move.line.reconcile.writeoff 200 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3202 account.move.line.reconcile.writeoff 200 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3203 account.move.line.reconcile.writeoff 200 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3204 account.unreconcile 201 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3205 account.unreconcile 201 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3206 account.unreconcile 201 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3207 account.unreconcile 201 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3208 account.unreconcile 201 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3209 account.unreconcile 201 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3210 account.unreconcile 201 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3211 account.invoice.refund 202 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3212 account.invoice.refund 202 filter_refund base Refund Method Refund base on this type. You can not Modify and Cancel if the invoice is already reconciled selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3213 account.invoice.refund 202 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3214 account.invoice.refund 202 description base Reason \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3215 account.invoice.refund 202 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3216 account.invoice.refund 202 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3217 account.invoice.refund 202 date_invoice base Refund Date \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3218 account.invoice.refund 202 refund_only base Technical field to hide filter_refund in case invoice is partially paid \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3219 account.invoice.refund 202 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3220 account.invoice.refund 202 date base Accounting Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3221 account.invoice.refund 202 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3222 account.invoice.refund 202 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3223 account.invoice.confirm 203 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3224 account.invoice.confirm 203 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3225 account.invoice.confirm 203 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3226 account.invoice.confirm 203 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3227 account.invoice.confirm 203 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3228 account.invoice.confirm 203 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3229 account.invoice.confirm 203 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3230 account.invoice.cancel 204 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3231 account.invoice.cancel 204 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3232 account.invoice.cancel 204 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3233 account.invoice.cancel 204 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3234 account.invoice.cancel 204 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3235 account.invoice.cancel 204 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3236 account.invoice.cancel 204 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3237 validate.account.move 205 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3238 validate.account.move 205 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3239 validate.account.move 205 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3240 validate.account.move 205 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3241 validate.account.move 205 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3242 validate.account.move 205 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3243 validate.account.move 205 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3244 cash.box.in 206 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3245 cash.box.in 206 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3246 cash.box.in 206 name base Reason \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3247 cash.box.in 206 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3248 cash.box.in 206 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3249 cash.box.in 206 amount base Amount \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3250 cash.box.in 206 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3251 cash.box.in 206 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3252 cash.box.in 206 ref base Reference \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3253 cash.box.in 206 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3254 cash.box.out 207 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3255 cash.box.out 207 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3256 cash.box.out 207 name base Reason \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3257 cash.box.out 207 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3258 cash.box.out 207 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3259 cash.box.out 207 amount base Amount \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3260 cash.box.out 207 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3261 cash.box.out 207 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3262 cash.box.out 207 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3263 account.move.reversal 208 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3264 account.move.reversal 208 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3265 account.move.reversal 208 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3266 account.move.reversal 208 journal_id base Use Specific Journal If empty, uses the journal of the journal entry to be reversed. many2one account.journal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3267 account.move.reversal 208 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3268 account.move.reversal 208 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3269 account.move.reversal 208 date base Reversal date \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3270 account.move.reversal 208 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3271 account.move.reversal 208 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3272 account.common.report 209 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3273 account.common.report 209 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3274 account.common.report 209 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3275 account.common.report 209 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3276 account.common.report 209 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_common_report_account_journal_rel account_common_report_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3277 account.common.report 209 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3278 account.common.report 209 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3279 account.common.report 209 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3280 account.common.report 209 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3281 account.common.report 209 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3282 account.common.report 209 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3283 account.common.report 209 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3284 account.common.account.report 210 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3285 account.common.account.report 210 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3286 account.common.account.report 210 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3287 account.common.account.report 210 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3288 account.common.account.report 210 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_common_account_report_account_journal_rel account_common_account_report_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3289 account.common.account.report 210 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3290 account.common.account.report 210 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3291 account.common.account.report 210 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3292 account.common.account.report 210 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3293 account.common.account.report 210 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3294 account.common.account.report 210 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3295 account.common.account.report 210 display_account base Display Accounts \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3296 account.common.account.report 210 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3297 account.common.partner.report 211 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3298 account.common.partner.report 211 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3299 account.common.partner.report 211 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3300 account.common.partner.report 211 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3301 account.common.partner.report 211 result_selection base Partner's \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3302 account.common.partner.report 211 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_common_partner_report_account_journal_rel account_common_partner_report_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3303 account.common.partner.report 211 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3304 account.common.partner.report 211 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3305 account.common.partner.report 211 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3306 account.common.partner.report 211 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3307 account.common.partner.report 211 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3308 account.common.partner.report 211 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3309 account.common.partner.report 211 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3310 account.common.journal.report 212 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3311 account.common.journal.report 212 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3312 account.common.journal.report 212 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3313 account.common.journal.report 212 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3314 account.common.journal.report 212 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_common_journal_report_account_journal_rel account_common_journal_report_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3315 account.common.journal.report 212 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3316 account.common.journal.report 212 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3317 account.common.journal.report 212 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3318 account.common.journal.report 212 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3319 account.common.journal.report 212 amount_currency base With Currency Print Report with the currency column if the currency differs from the company currency. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3320 account.common.journal.report 212 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3321 account.common.journal.report 212 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3322 account.common.journal.report 212 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3323 account.print.journal 213 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3324 account.print.journal 213 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3325 account.print.journal 213 sort_selection base Entries Sorted by \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3326 account.print.journal 213 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3327 account.print.journal 213 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3446 account.financial.report 220 type base Type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3328 account.print.journal 213 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_journal_account_print_journal_rel account_print_journal_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3329 account.print.journal 213 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3330 account.print.journal 213 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3331 account.print.journal 213 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3332 account.print.journal 213 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3333 account.print.journal 213 amount_currency base With Currency Print Report with the currency column if the currency differs from the company currency. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3334 account.print.journal 213 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3335 account.print.journal 213 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3336 account.print.journal 213 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3337 account.report.general.ledger 214 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3338 account.report.general.ledger 214 initial_balance base Include Initial Balances If you selected date, this field allow you to add a row to display the amount of debit/credit/balance that precedes the filter you've set. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3339 account.report.general.ledger 214 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3340 account.report.general.ledger 214 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3341 account.report.general.ledger 214 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3342 account.report.general.ledger 214 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_report_general_ledger_journal_rel account_id journal_id t \N \N \N \N \N \N \N \N \N \N \N +3343 account.report.general.ledger 214 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3344 account.report.general.ledger 214 sortby base Sort by \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3345 account.report.general.ledger 214 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3346 account.report.general.ledger 214 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3347 account.report.general.ledger 214 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3348 account.report.general.ledger 214 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3349 account.report.general.ledger 214 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3350 account.report.general.ledger 214 display_account base Display Accounts \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3351 account.report.general.ledger 214 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3352 account.report.partner.ledger 215 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3353 account.report.partner.ledger 215 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3354 account.report.partner.ledger 215 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3355 account.report.partner.ledger 215 reconciled base Reconciled Entries \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3356 account.report.partner.ledger 215 result_selection base Partner's \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3357 account.report.partner.ledger 215 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_journal_account_report_partner_ledger_rel account_report_partner_ledger_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3358 account.report.partner.ledger 215 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3359 account.report.partner.ledger 215 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3360 account.report.partner.ledger 215 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3361 account.report.partner.ledger 215 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3362 account.report.partner.ledger 215 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3363 account.report.partner.ledger 215 amount_currency base With Currency It adds the currency column on report if the currency differs from the company currency. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3364 account.report.partner.ledger 215 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3365 account.report.partner.ledger 215 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3366 account.report.partner.ledger 215 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3367 account.balance.report 216 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3368 account.balance.report 216 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3369 account.balance.report 216 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3370 account.balance.report 216 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3371 account.balance.report 216 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_balance_report_journal_rel account_id journal_id t \N \N \N \N \N \N \N \N \N \N \N +3372 account.balance.report 216 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3373 account.balance.report 216 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3374 account.balance.report 216 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3375 account.balance.report 216 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3376 account.balance.report 216 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3377 account.balance.report 216 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3378 account.balance.report 216 display_account base Display Accounts \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3379 account.balance.report 216 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3380 accounting.report 217 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3381 accounting.report 217 enable_filter base Enable Comparison \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3382 accounting.report 217 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3383 accounting.report 217 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3384 accounting.report 217 filter_cmp base Filter by \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3385 accounting.report 217 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3386 accounting.report 217 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3387 accounting.report 217 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3388 accounting.report 217 date_to_cmp base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3447 account.financial.report 220 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3389 accounting.report 217 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_journal_accounting_report_rel accounting_report_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3390 accounting.report 217 label_filter base Column Label This label will be displayed on report to show the balance computed for the given comparison filter. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3391 accounting.report 217 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3392 accounting.report 217 date_from_cmp base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3393 accounting.report 217 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3394 accounting.report 217 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3395 accounting.report 217 account_report_id base Account Reports \N many2one account.financial.report \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3396 accounting.report 217 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3397 accounting.report 217 debit_credit base Display Debit/Credit Columns This option allows you to get more details about the way your balances are computed. Because it is space consuming, we do not allow to use it while doing a comparison. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3398 accounting.report 217 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3399 account.aged.trial.balance 218 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3400 account.aged.trial.balance 218 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3401 account.aged.trial.balance 218 period_length base Period Length (days) \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3402 account.aged.trial.balance 218 date_from base Start Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3403 account.aged.trial.balance 218 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3404 account.aged.trial.balance 218 result_selection base Partner's \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3405 account.aged.trial.balance 218 journal_ids base Journals \N many2many account.journal \N f t \N f t t f \N account_aged_trial_balance_account_journal_rel account_aged_trial_balance_id account_journal_id t \N \N \N \N \N \N \N \N \N \N \N +3406 account.aged.trial.balance 218 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3407 account.aged.trial.balance 218 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3408 account.aged.trial.balance 218 date_to base End Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3409 account.aged.trial.balance 218 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3410 account.aged.trial.balance 218 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3411 account.aged.trial.balance 218 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3412 account.aged.trial.balance 218 target_move base Target Moves \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3413 tax.adjustments.wizard 219 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3414 tax.adjustments.wizard 219 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3415 tax.adjustments.wizard 219 reason base Justification \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3416 tax.adjustments.wizard 219 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3417 tax.adjustments.wizard 219 adjustment_type base Adjustment Type \N selection \N \N f t \N f t f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3418 tax.adjustments.wizard 219 credit_account_id base Credit account \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3419 tax.adjustments.wizard 219 journal_id base Journal \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3420 tax.adjustments.wizard 219 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3421 tax.adjustments.wizard 219 company_currency_id base Company currency id \N many2one res.currency \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3422 tax.adjustments.wizard 219 amount base Amount \N monetary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3423 tax.adjustments.wizard 219 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3424 tax.adjustments.wizard 219 date base Date \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3425 tax.adjustments.wizard 219 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3426 tax.adjustments.wizard 219 debit_account_id base Debit account \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3427 tax.adjustments.wizard 219 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3428 tax.adjustments.wizard 219 tax_id base Adjustment Tax \N many2one account.tax \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3429 account.financial.report 220 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3430 account.financial.report 220 children_ids base Account Report \N one2many account.financial.report parent_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3431 account.financial.report 220 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3432 account.financial.report 220 name base Report Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3433 account.financial.report 220 level base Level \N integer \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3434 account.financial.report 220 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3435 account.financial.report 220 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3436 account.financial.report 220 style_overwrite base Financial Report Style You can set up here the format you want this record to be displayed. If you leave the automatic formatting, it will be computed based on the financial reports hierarchy (auto-computed field 'level'). selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3437 account.financial.report 220 sign base Sign on Reports For accounts that are typically more debited than credited and that you would like to print as negative amounts in your reports, you should reverse the sign of the balance; e.g.: Expense account. The same applies for accounts that are typically more credited than debited and that you would like to print as positive amounts in your reports; e.g.: Income account. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3438 account.financial.report 220 parent_id base Parent \N many2one account.financial.report \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3439 account.financial.report 220 account_type_ids base Account Types \N many2many account.account.type \N f t \N f f t f \N account_account_financial_report_type report_id account_type_id t \N \N \N \N \N \N \N \N \N \N \N +3440 account.financial.report 220 account_ids base Accounts \N many2many account.account \N f t \N f f t f \N account_account_financial_report report_line_id account_id t \N \N \N \N \N \N \N \N \N \N \N +3441 account.financial.report 220 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3442 account.financial.report 220 account_report_id base Report Value \N many2one account.financial.report \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3443 account.financial.report 220 display_detail base Display details \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3444 account.financial.report 220 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3445 account.financial.report 220 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3448 account.invoice.report 221 date_due base Due Date \N date \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3449 account.invoice.report 221 partner_bank_id base Bank Account \N many2one res.partner.bank \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3450 account.invoice.report 221 nbr base # of Lines \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3451 account.invoice.report 221 journal_id base Journal \N many2one account.journal \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3452 account.invoice.report 221 currency_id base Currency \N many2one res.currency \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3453 account.invoice.report 221 product_qty base Product Quantity \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3454 account.invoice.report 221 partner_id base Partner \N many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3455 account.invoice.report 221 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3456 account.invoice.report 221 uom_name base Reference Unit of Measure \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3457 account.invoice.report 221 user_id base Salesperson \N many2one res.users \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3458 account.invoice.report 221 weight base Gross Weight \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3459 account.invoice.report 221 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3460 account.invoice.report 221 user_currency_price_average base Average Price \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3461 account.invoice.report 221 country_id base Country of the Partner Company \N many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3462 account.invoice.report 221 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3463 account.invoice.report 221 state base Invoice Status \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3464 account.invoice.report 221 type base Type \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3465 account.invoice.report 221 account_id base Account \N many2one account.account \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3466 account.invoice.report 221 price_average base Average Price \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3467 account.invoice.report 221 account_line_id base Account Line \N many2one account.account \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3468 account.invoice.report 221 residual base Total Residual \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3469 account.invoice.report 221 volume base Volume \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3470 account.invoice.report 221 payment_term_id base Payment Terms \N many2one account.payment.term \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3471 account.invoice.report 221 currency_rate base Currency Rate \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3472 account.invoice.report 221 date base Date \N date \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3473 account.invoice.report 221 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3474 account.invoice.report 221 categ_id base Product Category \N many2one product.category \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3475 account.invoice.report 221 fiscal_position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3476 account.invoice.report 221 price_total base Total Without Tax \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3477 account.invoice.report 221 product_id base Product \N many2one product.product \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3478 account.invoice.report 221 user_currency_price_total base Total Without Tax \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3479 account.invoice.report 221 user_currency_residual base Total Residual \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3480 account.invoice.report 221 commercial_partner_id base Partner Company Commercial Entity many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3481 report.account.report_overdue 222 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3482 report.account.report_overdue 222 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3483 report.account.report_overdue 222 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3484 report.account.report_generalledger 223 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3485 report.account.report_generalledger 223 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3486 report.account.report_generalledger 223 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3487 report.account.report_trialbalance 224 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3488 report.account.report_trialbalance 224 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3489 report.account.report_trialbalance 224 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3490 report.account.report_financial 225 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3491 report.account.report_financial 225 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3492 report.account.report_financial 225 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3493 report.account.report_agedpartnerbalance 226 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3494 report.account.report_agedpartnerbalance 226 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3495 report.account.report_agedpartnerbalance 226 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3496 report.account.report_partnerledger 227 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3497 report.account.report_partnerledger 227 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3498 report.account.report_partnerledger 227 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3499 report.account.report_journal 228 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3500 report.account.report_journal 228 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3501 report.account.report_journal 228 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3502 res.users 91 bank_account_count base Bank \N integer \N \N f f partner_id.bank_account_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3503 res.users 91 journal_item_count base Journal Items \N integer \N \N f f partner_id.journal_item_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3504 res.users 91 contracts_count base Contracts \N integer \N \N f f partner_id.contracts_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3505 res.users 91 property_supplier_payment_term_id base Vendor Payment Terms This payment term will be used instead of the default one for purchase orders and vendor bills many2one account.payment.term \N f f partner_id.property_supplier_payment_term_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3506 res.users 91 debit_limit base Payable Limit \N monetary \N \N f t partner_id.debit_limit f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3507 res.users 91 contract_ids base Contracts \N one2many account.analytic.account \N f f partner_id.contract_ids t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3508 res.users 91 has_unreconciled_entries base Has unreconciled entries The partner has at least one unreconciled debit and credit since last time the invoices & payments matching was performed. boolean \N \N f f partner_id.has_unreconciled_entries t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3509 res.users 91 currency_id base Currency Utility field to express amount currency many2one res.currency \N f f partner_id.currency_id t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3510 res.users 91 debit base Total Payable Total amount you have to pay to this vendor. monetary \N \N f f partner_id.debit t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3511 res.users 91 issued_total base Journal Items \N monetary \N \N f f partner_id.issued_total t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3512 res.users 91 ref_company_ids base Companies that refers to partner \N one2many res.company \N f f partner_id.ref_company_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3513 res.users 91 credit base Total Receivable Total amount this customer owes you. monetary \N \N f f partner_id.credit t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3514 res.users 91 invoice_ids base Invoices \N one2many account.invoice \N f f partner_id.invoice_ids t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3515 res.users 91 total_invoiced base Total Invoiced \N monetary \N \N f f partner_id.total_invoiced t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3516 res.users 91 trust base Degree of trust you have in this debtor \N selection \N \N f f partner_id.trust f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3517 res.users 91 property_payment_term_id base Customer Payment Terms This payment term will be used instead of the default one for sale orders and customer invoices many2one account.payment.term \N f f partner_id.property_payment_term_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3518 res.users 91 last_time_entries_checked base Latest Invoices & Payments Matching Date Last time the invoices & payments matching was performed for this partner. It is set either if there's not at least an unreconciled debit and an unreconciled credit or if you click the "Done" button. datetime \N \N f f partner_id.last_time_entries_checked t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3519 res.users 91 invoice_warn_msg base Message for Invoice \N text \N \N f t partner_id.invoice_warn_msg f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3520 res.users 91 property_account_payable_id base Account Payable This account will be used instead of the default one as the payable account for the current partner many2one account.account \N f f partner_id.property_account_payable_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3521 res.users 91 property_account_receivable_id base Account Receivable This account will be used instead of the default one as the receivable account for the current partner many2one account.account \N f f partner_id.property_account_receivable_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3522 res.users 91 invoice_warn base Invoice Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t partner_id.invoice_warn f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3523 res.users 91 property_account_position_id base Fiscal Position The fiscal position will determine taxes and accounts used for the partner. many2one account.fiscal.position \N f f partner_id.property_account_position_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3524 res.groups 89 is_portal base Portal If checked, this group is usable as a portal. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3525 portal.wizard 229 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3526 portal.wizard 229 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3527 portal.wizard 229 welcome_message base Invitation Message This text is included in the email sent to new users of the portal. text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3528 portal.wizard 229 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3529 portal.wizard 229 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3530 portal.wizard 229 user_ids base Users \N one2many portal.wizard.user wizard_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3531 portal.wizard 229 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3532 portal.wizard 229 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3533 portal.wizard 229 portal_id base Portal The portal that users can be added in or removed from. many2one res.groups \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3534 portal.wizard 229 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3535 portal.wizard.user 230 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3536 portal.wizard.user 230 user_id base Login User \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3537 portal.wizard.user 230 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3538 portal.wizard.user 230 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3539 portal.wizard.user 230 wizard_id base Wizard \N many2one portal.wizard \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3540 portal.wizard.user 230 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3541 portal.wizard.user 230 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3542 portal.wizard.user 230 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3543 portal.wizard.user 230 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3544 portal.wizard.user 230 in_portal base In Portal \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3545 portal.wizard.user 230 partner_id base Contact \N many2one res.partner \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3546 portal.wizard.user 230 email base Email \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3547 procurement.group 231 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3548 procurement.group 231 procurement_ids base Procurements \N one2many procurement.order group_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3549 procurement.group 231 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3550 procurement.group 231 name base Reference \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3551 procurement.group 231 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3552 procurement.group 231 move_type base Delivery Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3553 procurement.group 231 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3554 procurement.group 231 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3555 procurement.group 231 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3556 procurement.group 231 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3557 procurement.rule 232 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3558 procurement.rule 232 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3559 procurement.rule 232 name base Name This field will fill the packing origin and the name of its moves char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3560 procurement.rule 232 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3561 procurement.rule 232 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3562 procurement.rule 232 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3563 procurement.rule 232 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3564 procurement.rule 232 active base Active If unchecked, it will allow you to hide the rule without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3565 procurement.rule 232 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3567 procurement.rule 232 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3568 procurement.rule 232 group_id base Fixed Procurement Group \N many2one procurement.group \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3569 procurement.rule 232 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3570 procurement.rule 232 group_propagation_option base Propagation of Procurement Group \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3571 procurement.order 233 origin base Source Document Reference of the document that created this Procurement. This is automatically completed by Odoo. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3572 procurement.order 233 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3573 procurement.order 233 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3574 procurement.order 233 product_uom base Product Unit of Measure \N many2one product.uom \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3575 procurement.order 233 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3576 procurement.order 233 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3577 procurement.order 233 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3578 procurement.order 233 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3579 procurement.order 233 product_qty base Quantity \N float \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3580 procurement.order 233 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3581 procurement.order 233 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3582 procurement.order 233 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3583 procurement.order 233 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3584 procurement.order 233 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3585 procurement.order 233 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3586 procurement.order 233 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3587 procurement.order 233 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3588 procurement.order 233 priority base Priority \N selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3589 procurement.order 233 state base Status \N selection \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3590 procurement.order 233 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3591 procurement.order 233 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3592 procurement.order 233 product_id base Product \N many2one product.product \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3593 procurement.order 233 group_id base Procurement Group \N many2one procurement.group \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3594 procurement.order 233 name base Description \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3595 procurement.order 233 date_planned base Scheduled Date \N datetime \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3596 procurement.order 233 rule_id base Rule Chosen rule for the procurement resolution. Usually chosen by the system but can be manually set by the procurement manager to force an unusual behavior. many2one procurement.rule \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3597 procurement.order 233 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3598 procurement.order 233 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3599 procurement.order.compute.all 234 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3600 procurement.order.compute.all 234 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3601 procurement.order.compute.all 234 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3602 procurement.order.compute.all 234 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3603 procurement.order.compute.all 234 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3604 procurement.order.compute.all 234 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3605 procurement.order.compute.all 234 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3606 account.bank.statement.line 184 unique_import_id base Import ID \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3607 account.bank.statement.import 235 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3608 account.bank.statement.import 235 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3609 account.bank.statement.import 235 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3610 account.bank.statement.import 235 data_file base Bank Statement File Get you bank statements in electronic format from your bank and select them here. binary \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3611 account.bank.statement.import 235 filename base Filename \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3612 account.bank.statement.import 235 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3613 account.bank.statement.import 235 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3614 account.bank.statement.import 235 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3615 account.bank.statement.import 235 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3616 account.bank.statement.import.journal.creation 236 code base Short Code The journal entries of this journal will be named using this prefix. char \N \N f t journal_id.code f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3617 account.bank.statement.import.journal.creation 236 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3618 account.bank.statement.import.journal.creation 236 sequence base Sequence Used to order Journals in the dashboard view integer \N \N f t journal_id.sequence f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3619 account.bank.statement.import.journal.creation 236 journal_id base Journal id \N many2one account.journal \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3620 account.bank.statement.import.journal.creation 236 currency_id base Currency The currency used to enter statement many2one res.currency \N f t journal_id.currency_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3621 account.bank.statement.import.journal.creation 236 at_least_one_inbound base At least one inbound \N boolean \N \N f f journal_id.at_least_one_inbound t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3622 account.bank.statement.import.journal.creation 236 account_control_ids base Accounts Allowed \N many2many account.account \N f t journal_id.account_control_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3623 account.bank.statement.import.journal.creation 236 bank_statements_source base Bank Feeds \N selection \N \N f t journal_id.bank_statements_source f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3662 account.voucher 237 journal_id base Journal \N many2one account.journal \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3624 account.bank.statement.import.journal.creation 236 bank_account_id base Bank Account \N many2one res.partner.bank \N f f journal_id.bank_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3625 account.bank.statement.import.journal.creation 236 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3626 account.bank.statement.import.journal.creation 236 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3627 account.bank.statement.import.journal.creation 236 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3628 account.bank.statement.import.journal.creation 236 group_invoice_lines base Group Invoice Lines If this box is checked, the system will try to group the accounting lines when generating them from invoices. boolean \N \N f t journal_id.group_invoice_lines f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3629 account.bank.statement.import.journal.creation 236 company_id base Company Company related to this journal many2one res.company \N f t journal_id.company_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3630 account.bank.statement.import.journal.creation 236 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3631 account.bank.statement.import.journal.creation 236 outbound_payment_method_ids base Payment Methods Means of payment for sending money. Odoo modules offer various payments handling facilities, but you can always use the 'Manual' payment method in order to manage payments outside of the software. many2many account.payment.method \N f t journal_id.outbound_payment_method_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3632 account.bank.statement.import.journal.creation 236 profit_account_id base Profit Account Used to register a profit when the ending balance of a cash register differs from what the system computes many2one account.account \N f t journal_id.profit_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3633 account.bank.statement.import.journal.creation 236 display_on_footer base Show in Invoices Footer Display this bank account on the footer of printed documents like invoices and sales orders. boolean \N \N f t journal_id.display_on_footer f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3634 account.bank.statement.import.journal.creation 236 bank_acc_number base Account Number \N char \N \N f f journal_id.bank_acc_number f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3635 account.bank.statement.import.journal.creation 236 kanban_dashboard base Kanban dashboard \N text \N \N f f journal_id.kanban_dashboard t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3636 account.bank.statement.import.journal.creation 236 default_debit_account_id base Default Debit Account It acts as a default account for debit amount many2one account.account \N f t journal_id.default_debit_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3637 account.bank.statement.import.journal.creation 236 show_on_dashboard base Show journal on dashboard Whether this journal should be displayed on the dashboard or not boolean \N \N f t journal_id.show_on_dashboard f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3638 account.bank.statement.import.journal.creation 236 default_credit_account_id base Default Credit Account It acts as a default account for credit amount many2one account.account \N f t journal_id.default_credit_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3639 account.bank.statement.import.journal.creation 236 kanban_dashboard_graph base Kanban dashboard graph \N text \N \N f f journal_id.kanban_dashboard_graph t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3640 account.bank.statement.import.journal.creation 236 inbound_payment_method_ids base Debit Methods Means of payment for collecting money. Odoo modules offer various payments handling facilities, but you can always use the 'Manual' payment method in order to manage payments outside of the software. many2many account.payment.method \N f t journal_id.inbound_payment_method_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3641 account.bank.statement.import.journal.creation 236 type_control_ids base Account Types Allowed \N many2many account.account.type \N f t journal_id.type_control_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3642 account.bank.statement.import.journal.creation 236 sequence_id base Entry Sequence This field contains the information related to the numbering of the journal entries of this journal. many2one ir.sequence \N f f journal_id.sequence_id f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3643 account.bank.statement.import.journal.creation 236 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3644 account.bank.statement.import.journal.creation 236 refund_sequence_id base Refund Entry Sequence This field contains the information related to the numbering of the refund entries of this journal. many2one ir.sequence \N f f journal_id.refund_sequence_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3645 account.bank.statement.import.journal.creation 236 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3646 account.bank.statement.import.journal.creation 236 loss_account_id base Loss Account Used to register a loss when the ending balance of a cash register differs from what the system computes many2one account.account \N f t journal_id.loss_account_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3647 account.bank.statement.import.journal.creation 236 update_posted base Allow Cancelling Entries Check this box if you want to allow the cancellation the entries related to this journal or of the invoice related to this journal boolean \N \N f t journal_id.update_posted f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3648 account.bank.statement.import.journal.creation 236 name base Journal Name \N char \N \N f t journal_id.name f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3649 account.bank.statement.import.journal.creation 236 type base Type Select 'Sale' for customer invoices journals.\nSelect 'Purchase' for vendor bills journals.\nSelect 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\nSelect 'General' for miscellaneous operations journals. selection \N \N f t journal_id.type f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3650 account.bank.statement.import.journal.creation 236 bank_id base Bank \N many2one res.bank \N f f journal_id.bank_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3651 account.bank.statement.import.journal.creation 236 at_least_one_outbound base At least one outbound \N boolean \N \N f f journal_id.at_least_one_outbound t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3652 account.bank.statement.import.journal.creation 236 refund_sequence base Dedicated Refund Sequence Check this box if you don't want to share the same sequence for invoices and refunds made from this journal boolean \N \N f t journal_id.refund_sequence f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3653 account.bank.statement.import.journal.creation 236 belongs_to_company base Belong to the user's current company \N boolean \N \N f f journal_id.belongs_to_company t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3654 account.voucher 237 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3655 account.voucher 237 date_due base Due Date \N date \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3656 account.voucher 237 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3657 account.voucher 237 reference base Bill Reference The partner reference of this document. char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3658 account.voucher 237 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3659 account.voucher 237 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3660 account.voucher 237 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3661 account.voucher 237 number base Number \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3663 account.voucher 237 currency_id base Currency \N many2one res.currency \N f f \N t t f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3664 account.voucher 237 narration base Notes \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3665 account.voucher 237 partner_id base Partner \N many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3666 account.voucher 237 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3667 account.voucher 237 account_date base Accounting Date Effective date for accounting entries date \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3668 account.voucher 237 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3669 account.voucher 237 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3670 account.voucher 237 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3671 account.voucher 237 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3672 account.voucher 237 pay_now base Payment \N selection \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3673 account.voucher 237 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3674 account.voucher 237 company_id base Company Company related to this journal many2one res.company \N f f journal_id.company_id t t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3675 account.voucher 237 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3676 account.voucher 237 state base Status * The 'Draft' status is used when a user is encoding a new and unconfirmed Voucher.\n * The 'Pro-forma' status is used when the voucher does not have a voucher number.\n * The 'Posted' status is used when user create voucher,a voucher number is generated and voucher entries are created in account.\n * The 'Cancelled' status is used when user cancel voucher. selection \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3677 account.voucher 237 tax_correction base Tax correction In case we have a rounding problem in the tax, use this field to correct it monetary \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3678 account.voucher 237 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3679 account.voucher 237 account_id base Account \N many2one account.account \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3680 account.voucher 237 paid base Paid The Voucher has been totally paid. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3681 account.voucher 237 voucher_type base Type \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3682 account.voucher 237 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3683 account.voucher 237 date base Bill Date \N date \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3684 account.voucher 237 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3685 account.voucher 237 move_id base Journal Entry \N many2one account.move \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3686 account.voucher 237 tax_amount base Tax amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3687 account.voucher 237 name base Payment Reference \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3688 account.voucher 237 amount base Total \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3689 account.voucher 237 line_ids base Voucher Lines \N one2many account.voucher.line voucher_id f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3690 account.voucher 237 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3691 account.voucher 237 payment_journal_id base Payment Method \N many2one account.journal \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3692 account.voucher 237 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3693 account.voucher.line 238 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3694 account.voucher.line 238 voucher_id base Voucher \N many2one account.voucher \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3695 account.voucher.line 238 account_id base Account The income or expense account related to the selected product. many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3696 account.voucher.line 238 sequence base Sequence Gives the sequence of this line when displaying the voucher. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3697 account.voucher.line 238 price_unit base Unit Price \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3698 account.voucher.line 238 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3699 account.voucher.line 238 price_subtotal base Amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3700 account.voucher.line 238 company_id base Company Company related to this journal many2one res.company \N f f voucher_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3701 account.voucher.line 238 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3702 account.voucher.line 238 currency_id base Currency \N many2one res.currency \N f f voucher_id.currency_id t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3703 account.voucher.line 238 tax_ids base Tax Only for tax excluded from price many2many account.tax \N f t \N f f t f \N account_tax_account_voucher_line_rel account_voucher_line_id account_tax_id t \N \N \N \N \N \N \N \N \N \N \N +3704 account.voucher.line 238 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3705 account.voucher.line 238 product_id base Product \N many2one product.product \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3706 account.voucher.line 238 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3707 account.voucher.line 238 account_analytic_id base Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3708 account.voucher.line 238 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3709 account.voucher.line 238 quantity base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3710 account.voucher.line 238 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3711 account.voucher.line 238 name base Description \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3712 payment.acquirer 239 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3713 payment.acquirer 239 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3714 payment.acquirer 239 fees_implemented base Fees Computation Supported \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3715 payment.acquirer 239 fees_active base Add Extra Fees \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3716 payment.acquirer 239 image base Image This field holds the image used for this provider, limited to 1024x1024px binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3717 payment.acquirer 239 token_implemented base Saving Card Data supported \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3718 payment.acquirer 239 journal_id base Payment Journal Account journal used for automatic payment reconciliation. many2one account.journal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3719 payment.acquirer 239 cancel_msg base Cancel Message Message displayed, if order is cancel during the payment process. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3720 payment.acquirer 239 registration_view_template_id base S2S Form Template Template for method registration many2one ir.ui.view \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3721 payment.acquirer 239 module_id base Corresponding Module \N many2one ir.module.module \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3722 payment.acquirer 239 fees_dom_fixed base Fixed domestic fees \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3723 payment.acquirer 239 fees_int_fixed base Fixed international fees \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3724 payment.acquirer 239 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3725 payment.acquirer 239 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3726 payment.acquirer 239 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3727 payment.acquirer 239 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3728 payment.acquirer 239 save_token base Store Card Data Determine if card data is saved as a token automatically or not. Payment tokens allow your customer to reuse their cards in the e-commerce or allow you to charge an invoice directly on a credit card. If set to 'let the customer decide', ecommerce customers will have a checkbox displayed on the payment page. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3729 payment.acquirer 239 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3730 payment.acquirer 239 module_state base Installation State \N selection \N \N f f module_id.state t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3731 payment.acquirer 239 environment base Environment \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3732 payment.acquirer 239 provider base Provider \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3733 payment.acquirer 239 website_published base Visible in Portal / Website Make this payment acquirer available (Customer invoices, etc.) boolean \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3734 payment.acquirer 239 auto_confirm base Order Confirmation \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3735 payment.acquirer 239 description base Description \N html \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3736 payment.acquirer 239 pending_msg base Pending Message Message displayed, if order is in pending state after having done the payment process. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3737 payment.acquirer 239 post_msg base Thanks Message Message displayed after having done the payment process. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3738 payment.acquirer 239 fees_int_var base Variable international fees (in percents) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3739 payment.acquirer 239 done_msg base Done Message Message displayed, if order is done successfully after having done the payment process. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3740 payment.acquirer 239 pre_msg base Help Message Message displayed to explain and help the payment process. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3741 payment.acquirer 239 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3742 payment.acquirer 239 error_msg base Error Message Message displayed, if error is occur during the payment process. html \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3743 payment.acquirer 239 image_medium base Medium-sized image Medium-sized image of this provider. It is automatically resized as a 128x128px image, with aspect ratio preserved. Use this field in form views or some kanban views. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3744 payment.acquirer 239 fees_dom_var base Variable domestic fees (in percents) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3745 payment.acquirer 239 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3746 payment.acquirer 239 image_small base Small-sized image Small-sized image of this provider. It is automatically resized as a 64x64px image, with aspect ratio preserved. Use this field anywhere a small image is required. binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3747 payment.acquirer 239 view_template_id base Form Button Template \N many2one ir.ui.view \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3748 payment.acquirer 239 sequence base Sequence Determine the display order integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3749 payment.transaction 240 state_message base Message Field used to store error and/or validation messages for information text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3750 payment.transaction 240 callback_eval base S2S Callback Will be safe_eval with `self` being the current transaction. i.e.:\n self.env['my.model'].payment_validated(self) char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3751 payment.transaction 240 create_date base Creation Date \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3752 payment.transaction 240 reference base Reference Internal reference of the TX char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3753 payment.transaction 240 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3754 payment.transaction 240 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3755 payment.transaction 240 acquirer_id base Acquirer \N many2one payment.acquirer \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3756 payment.transaction 240 fees base Fees Fees amount; set by the system because depends on the acquirer float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3757 payment.transaction 240 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3758 payment.transaction 240 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3759 payment.transaction 240 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3760 payment.transaction 240 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3761 payment.transaction 240 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3762 payment.transaction 240 partner_name base Partner Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3763 payment.transaction 240 amount base Amount Amount float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3764 payment.transaction 240 state base Status \N selection \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3765 payment.transaction 240 type base Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3766 payment.transaction 240 partner_country_id base Country \N many2one res.country \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3767 payment.transaction 240 acquirer_reference base Acquirer Reference Reference of the TX as stored in the acquirer database char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3768 payment.transaction 240 partner_address base Address \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3769 payment.transaction 240 partner_email base Email \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3770 payment.transaction 240 partner_lang base Language \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3771 payment.transaction 240 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3772 payment.transaction 240 payment_token_id base Payment Token \N many2one payment.token \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3773 payment.transaction 240 partner_zip base Zip \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3774 payment.transaction 240 html_3ds base 3D Secure HTML \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3775 payment.transaction 240 date_validate base Validation Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3776 payment.transaction 240 partner_city base City \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3777 payment.transaction 240 partner_phone base Phone \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3778 payment.token 241 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3779 payment.token 241 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3780 payment.token 241 name base Name Name of the payment token char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3781 payment.token 241 payment_ids base Payment Transactions \N one2many payment.transaction payment_token_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3782 payment.token 241 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3783 payment.token 241 short_name base Short name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3784 payment.token 241 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3785 payment.token 241 acquirer_ref base Acquirer Ref. \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3786 payment.token 241 acquirer_id base Acquirer Account \N many2one payment.acquirer \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3787 payment.token 241 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3788 payment.token 241 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3789 payment.token 241 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3790 payment.token 241 partner_id base Partner \N many2one res.partner \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3791 payment.token 241 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3792 res.partner 79 payment_token_count base Count Payment Token \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3793 res.partner 79 payment_token_ids base Payment Tokens \N one2many payment.token partner_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3794 account.payment 174 payment_transaction_id base Payment Transaction \N many2one payment.transaction \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3795 account.payment 174 payment_token_id base Saved payment token Note that tokens from acquirers set to only authorize transactions (instead of capturing the amount) are not available. many2one payment.token \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3796 res.users 91 payment_token_count base Count Payment Token \N integer \N \N f f partner_id.payment_token_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3797 res.users 91 payment_token_ids base Payment Tokens \N one2many payment.token \N f f partner_id.payment_token_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3798 rounding.off 242 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3799 rounding.off 242 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3800 rounding.off 242 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3801 account.invoice 175 discount_percentage base Discount Percentage \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3802 account.invoice 175 disc_acc_id base Discount Account Head \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3803 account.invoice 175 round_off_amount base Round Off Amount \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3804 account.invoice 175 discount base Discount \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3805 account.invoice 175 discount_type base Discount Method \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3806 account.config.settings 198 round_off_by base Round off by \N float \N \N f f company_id.round_off_by f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3807 res.company 88 round_off_by base Round off by \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3808 account.payment 174 bill_amount base Bill Amount \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3809 account.payment 174 total_balance base Total Balance \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3810 account.payment 174 balance_before_pay base Balance before pay \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3811 account.payment 174 invoice_id base Invoice \N many2one account.invoice \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3812 account.count.report 243 count base Count \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3813 account.count.report 243 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3814 account.count.report 243 account_id base Account \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3815 account.count.report 243 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3816 account.count.report 243 date base Date \N date \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3817 account.count.report 243 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3818 account.report 244 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3819 account.report 244 account_id base Account Head \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3820 account.report 244 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3821 account.report 244 date base Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3822 account.report 244 actual_amount base Expenses \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3823 account.report 244 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3824 account.report 244 amount_received base Collections \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3825 barcode.nomenclature 245 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3826 barcode.nomenclature 245 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3827 barcode.nomenclature 245 name base Nomenclature Name An internal identification of the barcode nomenclature char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3828 barcode.nomenclature 245 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3829 barcode.nomenclature 245 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3830 barcode.nomenclature 245 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3831 barcode.nomenclature 245 rule_ids base Rules The list of barcode rules one2many barcode.rule barcode_nomenclature_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3832 barcode.nomenclature 245 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3833 barcode.nomenclature 245 upc_ean_conv base UPC/EAN Conversion UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3834 barcode.nomenclature 245 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3835 barcode.rule 246 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3836 barcode.rule 246 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3837 barcode.rule 246 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3838 barcode.rule 246 name base Rule Name An internal identification for this barcode nomenclature rule char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3839 barcode.rule 246 encoding base Encoding This rule will apply only if the barcode is encoded with the specified encoding selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3840 barcode.rule 246 pattern base Barcode Pattern The barcode matching pattern char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3841 barcode.rule 246 sequence base Sequence Used to order rules such that rules with a smaller sequence match first integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3842 barcode.rule 246 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3843 barcode.rule 246 alias base Alias The matched pattern will alias to this barcode char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3844 barcode.rule 246 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3845 barcode.rule 246 barcode_nomenclature_id base Barcode Nomenclature \N many2one barcode.nomenclature \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3846 barcode.rule 246 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3847 barcode.rule 246 type base Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3848 barcode.rule 246 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3849 barcodes.barcode_events_mixin 247 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3850 barcodes.barcode_events_mixin 247 _barcode_scanned base Barcode Scanned Value of the last barcode scanned. char \N \N f t \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3851 barcodes.barcode_events_mixin 247 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3852 barcodes.barcode_events_mixin 247 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3853 crm.team 248 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3854 crm.team 248 member_ids base Team Members \N one2many res.users sale_team_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3855 crm.team 248 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3856 crm.team 248 color base Color Index The color of the team integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3857 crm.team 248 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3858 crm.team 248 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3859 crm.team 248 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3860 crm.team 248 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3861 crm.team 248 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3862 crm.team 248 user_id base Team Leader \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3863 crm.team 248 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3864 crm.team 248 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3865 crm.team 248 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3866 crm.team 248 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3867 crm.team 248 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3868 crm.team 248 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3869 crm.team 248 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3870 crm.team 248 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3871 crm.team 248 active base Active If the active field is set to false, it will allow you to hide the sales team without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3872 crm.team 248 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3873 crm.team 248 name base Sales Team \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3874 crm.team 248 reply_to base Reply-To The email address put in the 'Reply-To' of all emails sent by Odoo about cases in this sales team char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3875 crm.team 248 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3876 crm.team 248 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3877 res.partner 79 team_id base Sales Team If set, sale team used notably for sales and assignations related to this partner many2one crm.team \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3878 res.users 91 sale_team_id base Sales Team Sales Team the user is member of. Used to compute the members of a sales team through the inverse one2many many2one crm.team \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3879 res.users 91 team_id base Sales Team If set, sale team used notably for sales and assignations related to this partner many2one crm.team \N f t partner_id.team_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3880 sale.config.settings 249 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3881 sale.config.settings 249 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3882 sale.config.settings 249 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3883 sale.config.settings 249 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3884 sale.config.settings 249 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3885 sale.config.settings 249 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3886 sale.config.settings 249 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3887 account.config.settings 198 group_analytic_account_for_sales base Analytic accounting for sales Allows you to specify an analytic account on sales orders. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3888 account.invoice 175 partner_shipping_id base Delivery Address Delivery address for current invoice. many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3889 account.invoice 175 team_id base Sales Team \N many2one crm.team \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3890 account.invoice.line 176 sale_line_ids base Sale Order Lines \N many2many sale.order.line \N f f \N t f t f \N sale_order_line_invoice_rel invoice_line_id order_line_id t \N \N \N \N \N \N \N \N \N \N \N +3891 account.invoice.line 176 layout_category_sequence base Layout Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3892 account.invoice.line 176 layout_category_id base Section \N many2one sale.layout_category \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3893 procurement.order 233 sale_line_id base Sale Order Line \N many2one sale.order.line \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3894 product.pricelist 155 discount_policy base Discount policy \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3895 product.product 148 sale_line_warn_msg base Message for Sales Order Line \N text \N \N f t product_tmpl_id.sale_line_warn_msg f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3896 product.product 148 track_service base Track Service Manually set quantities on order: Invoice based on the manually entered quantity, without creating an analytic account.\nTimesheets on contract: Invoice based on the tracked hours on the related timesheet.\nCreate a task and track hours: Create a task on the sale order validation and track the work hours. selection \N \N f t product_tmpl_id.track_service f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3897 product.product 148 expense_policy base Re-Invoice Expenses \N selection \N \N f t product_tmpl_id.expense_policy f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3898 product.product 148 sale_line_warn base Sales Order Line Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t product_tmpl_id.sale_line_warn f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3954 sale.order 250 related_project_id base Analytic Account The analytic account related to a sales order. many2one account.analytic.account \N f f project_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3899 product.product 148 invoice_policy base Invoicing Policy Ordered Quantity: Invoice based on the quantity the customer ordered.\nDelivered Quantity: Invoiced based on the quantity the vendor delivered (time or deliveries). selection \N \N f t product_tmpl_id.invoice_policy f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3900 product.product 148 sales_count base # Sales \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3901 product.template 145 sale_line_warn base Sales Order Line Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3902 product.template 145 sale_line_warn_msg base Message for Sales Order Line \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3903 product.template 145 sales_count base # Sales \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3904 product.template 145 track_service base Track Service Manually set quantities on order: Invoice based on the manually entered quantity, without creating an analytic account.\nTimesheets on contract: Invoice based on the tracked hours on the related timesheet.\nCreate a task and track hours: Create a task on the sale order validation and track the work hours. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3905 product.template 145 invoice_policy base Invoicing Policy Ordered Quantity: Invoice based on the quantity the customer ordered.\nDelivered Quantity: Invoiced based on the quantity the vendor delivered (time or deliveries). selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3906 product.template 145 expense_policy base Re-Invoice Expenses \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3907 res.company 88 sale_note base Default Terms and Conditions \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3908 res.partner 79 sale_order_count base # of Sales Order \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3909 res.partner 79 sale_warn base Sales Order Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3910 res.partner 79 sale_order_ids base Sales Order \N one2many sale.order partner_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3911 res.partner 79 sale_warn_msg base Message for Sales Order \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3912 sale.order 250 origin base Source Document Reference of the document that generated this sales order request. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3913 sale.order 250 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3914 sale.order 250 create_date base Creation Date Date on which sales order is created. datetime \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3915 sale.order 250 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3916 sale.order 250 order_line base Order Lines \N one2many sale.order.line order_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3917 sale.order 250 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3918 sale.order 250 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3919 sale.order 250 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3920 sale.order 250 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3921 sale.order 250 currency_id base Currency \N many2one res.currency \N f f pricelist_id.currency_id t t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3922 sale.order 250 invoice_ids base Invoices \N many2many account.invoice \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3923 sale.order 250 team_id base Sales Team \N many2one crm.team \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3924 sale.order 250 client_order_ref base Customer Reference \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3925 sale.order 250 date_order base Order Date \N datetime \N \N t f \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3926 sale.order 250 partner_id base Customer \N many2one res.partner \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3927 sale.order 250 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3928 sale.order 250 note base Terms and conditions \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3929 sale.order 250 procurement_group_id base Procurement Group \N many2one procurement.group \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3930 sale.order 250 amount_untaxed base Untaxed Amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3931 sale.order 250 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3932 sale.order 250 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3933 sale.order 250 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3934 sale.order 250 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3935 sale.order 250 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3936 sale.order 250 amount_tax base Taxes \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3937 sale.order 250 state base Status \N selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3938 sale.order 250 pricelist_id base Pricelist Pricelist for current sales order. many2one product.pricelist \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3939 sale.order 250 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3940 sale.order 250 project_id base Analytic Account The analytic account related to a sales order. many2one account.analytic.account \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3941 sale.order 250 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3942 sale.order 250 confirmation_date base Confirmation Date Date on which the sale order is confirmed. datetime \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3943 sale.order 250 validity_date base Expiration Date Manually set the expiration date of your quotation (offer), or it will set the date automatically based on the template if online quotation is installed. date \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3944 sale.order 250 payment_term_id base Payment Terms \N many2one account.payment.term \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3945 sale.order 250 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3946 sale.order 250 partner_invoice_id base Invoice Address Invoice address for current sales order. many2one res.partner \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3947 sale.order 250 invoice_count base # of Invoices \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3948 sale.order 250 fiscal_position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3949 sale.order 250 amount_total base Total \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3950 sale.order 250 invoice_status base Invoice Status \N selection \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3951 sale.order 250 name base Order Reference \N char \N \N t f \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3952 sale.order 250 partner_shipping_id base Delivery Address Delivery address for current sales order. many2one res.partner \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3953 sale.order 250 user_id base Salesperson \N many2one res.users \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3955 sale.order 250 product_id base Product \N many2one product.product \N f f order_line.product_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3956 sale.order 250 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3957 sale.order 250 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3958 sale.order.line 251 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3959 sale.order.line 251 product_uom base Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3960 sale.order.line 251 analytic_tag_ids base Analytic Tags \N many2many account.analytic.tag \N f t \N f f t f \N account_analytic_tag_sale_order_line_rel sale_order_line_id account_analytic_tag_id t \N \N \N \N \N \N \N \N \N \N \N +3961 sale.order.line 251 price_unit base Unit Price \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3962 sale.order.line 251 product_uom_qty base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3963 sale.order.line 251 price_subtotal base Subtotal \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3964 sale.order.line 251 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3965 sale.order.line 251 currency_id base Currency \N many2one res.currency \N f f order_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3966 sale.order.line 251 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3967 sale.order.line 251 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3968 sale.order.line 251 price_reduce_taxexcl base Price Reduce Tax excl \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3969 sale.order.line 251 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3970 sale.order.line 251 procurement_ids base Procurements \N one2many procurement.order sale_line_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3971 sale.order.line 251 price_tax base Taxes \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3972 sale.order.line 251 qty_to_invoice base To Invoice \N float \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3973 sale.order.line 251 qty_delivered_updateable base Can Edit Delivered \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3974 sale.order.line 251 customer_lead base Delivery Lead Time Number of days between the order confirmation and the shipping of the products to the customer float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3975 sale.order.line 251 layout_category_sequence base Layout Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3976 sale.order.line 251 company_id base Company \N many2one res.company \N f f order_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3977 sale.order.line 251 state base Order Status \N selection \N \N f f order_id.state t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3978 sale.order.line 251 order_partner_id base Customer \N many2one res.partner \N f f order_id.partner_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3979 sale.order.line 251 tax_id base Taxes \N many2many account.tax \N f t \N f f t f \N account_tax_sale_order_line_rel sale_order_line_id account_tax_id t \N \N \N \N \N \N \N \N \N \N \N +3980 sale.order.line 251 order_id base Order Reference \N many2one sale.order \N t f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3981 sale.order.line 251 qty_invoiced base Invoiced \N float \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3982 sale.order.line 251 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3983 sale.order.line 251 discount base Discount (%) \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3984 sale.order.line 251 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3985 sale.order.line 251 price_reduce base Price Reduce \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3986 sale.order.line 251 qty_delivered base Delivered \N float \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3987 sale.order.line 251 layout_category_id base Section \N many2one sale.layout_category \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3988 sale.order.line 251 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3989 sale.order.line 251 price_reduce_taxinc base Price Reduce Tax inc \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3990 sale.order.line 251 price_total base Total \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3991 sale.order.line 251 invoice_status base Invoice Status \N selection \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3992 sale.order.line 251 name base Description \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3993 sale.order.line 251 invoice_lines base Invoice Lines \N many2many account.invoice.line \N f f \N f f t f \N sale_order_line_invoice_rel order_line_id invoice_line_id t \N \N \N \N \N \N \N \N \N \N \N +3994 sale.order.line 251 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3995 sale.order.line 251 salesman_id base Salesperson \N many2one res.users \N f f order_id.user_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3996 account.analytic.line 143 so_line base Sale Order Line \N many2one sale.order.line \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3997 sale.config.settings 249 sale_note base Default Terms and Conditions * \N text \N \N f f company_id.sale_note f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +3998 sale.config.settings 249 sale_show_tax base Tax Display \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +3999 sale.config.settings 249 deposit_product_id_setting base Deposit Product Default product used for payment advances many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4000 sale.config.settings 249 auto_done_setting base Sale Order Modification \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4001 sale.config.settings 249 group_display_incoterm base Incoterms The printed reports will display the incoterms for the sales orders and the related invoices selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4002 sale.config.settings 249 group_pricelist_item base Show pricelists to customers \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4003 sale.config.settings 249 group_product_variant base Product Variants Work with product variant allows you to define some variant of the same products\n , an ease the product management in the ecommerce for example selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4004 sale.config.settings 249 group_warning_sale base Warning \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4005 sale.config.settings 249 module_website_quote base Online Quotations \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4006 sale.config.settings 249 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4007 sale.config.settings 249 default_invoice_policy base Default Invoicing \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4008 sale.config.settings 249 group_sale_layout base Sales Reports Layout \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4009 sale.config.settings 249 group_product_pricelist base Show pricelists On Products \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4010 sale.config.settings 249 group_uom base Units of Measure Allows you to select and maintain different units of measure for products. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4011 sale.config.settings 249 group_sale_pricelist base Use pricelists to adapt your price per customers Allows to manage different prices based on rules per category of customers.\n Example: 10% for retailers, promotion of 5 EUR on this product, etc. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4012 sale.config.settings 249 group_discount_per_so_line base Discount \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4013 sale.config.settings 249 module_sale_margin base Margins \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4014 sale.config.settings 249 sale_pricelist_setting base Sale pricelist setting Fix Price: all price manage from products sale price.\nDifferent prices per Customer: you can assign price on buying of minimum quantity in products sale tab.\nAdvanced pricing based on formula: You can have all the rights on pricelist selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4015 sale.config.settings 249 module_website_sale_digital base Sell digital products - provide downloadable content on your customer portal \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4016 sale.config.settings 249 group_show_price_total base Show total \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4017 sale.config.settings 249 group_show_price_subtotal base Show subtotal \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4018 sale.config.settings 249 group_sale_delivery_address base Addresses \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4019 sale.config.settings 249 module_sale_contract base Manage subscriptions and recurring invoicing \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4020 sale.layout_category 252 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4021 sale.layout_category 252 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4022 sale.layout_category 252 name base Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4023 sale.layout_category 252 sequence base Sequence \N integer \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4024 sale.layout_category 252 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4025 sale.layout_category 252 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4026 sale.layout_category 252 pagebreak base Add pagebreak \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4027 sale.layout_category 252 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4028 sale.layout_category 252 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4029 sale.layout_category 252 subtotal base Add subtotal \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4030 sale.layout_category 252 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4031 crm.team 248 currency_id base Currency \N many2one res.currency \N f f company_id.currency_id t t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4032 crm.team 248 use_quotations base Quotations Check this box to manage quotations in this sales team. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4033 crm.team 248 invoiced_target base Invoice Target Target of invoice revenue for the current month. This is the amount the sales team estimates to be able to invoice this month. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4034 crm.team 248 invoiced base Invoiced This Month Invoice revenue for the current month. This is the amount the sales team has invoiced this month. It is used to compute the progression ratio of the current and target revenue on the kanban view. integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4035 crm.team 248 use_invoices base Invoices Check this box to manage invoices in this sales team. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4036 crm.team 248 sales_to_invoice_amount base Amount of sales to invoice \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4037 sale.report 253 product_uom base Unit of Measure \N many2one product.uom \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4038 sale.report 253 nbr base # of Lines \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4039 sale.report 253 product_uom_qty base # of Qty \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4040 sale.report 253 price_subtotal base Untaxed Total \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4041 sale.report 253 team_id base Sales Team \N many2one crm.team \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4042 sale.report 253 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4043 sale.report 253 partner_id base Partner \N many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4044 sale.report 253 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4045 sale.report 253 analytic_account_id base Analytic Account \N many2one account.analytic.account \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4046 sale.report 253 qty_delivered base Qty Delivered \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4047 sale.report 253 qty_to_invoice base Qty To Invoice \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4048 sale.report 253 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4049 sale.report 253 country_id base Partner Country \N many2one res.country \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4050 sale.report 253 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4051 sale.report 253 product_tmpl_id base Product Template \N many2one product.template \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4052 sale.report 253 state base Status \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4053 sale.report 253 pricelist_id base Pricelist \N many2one product.pricelist \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4054 sale.report 253 qty_invoiced base Qty Invoiced \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4055 sale.report 253 weight base Gross Weight \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4056 sale.report 253 volume base Volume \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4057 sale.report 253 date base Date Order \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4058 sale.report 253 user_id base Salesperson \N many2one res.users \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4059 sale.report 253 categ_id base Product Category \N many2one product.category \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4060 sale.report 253 product_id base Product \N many2one product.product \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4061 sale.report 253 price_total base Total \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4062 sale.report 253 name base Order Reference \N char \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4063 sale.report 253 commercial_partner_id base Commercial Entity \N many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4064 account.invoice.report 221 team_id base Sales Team \N many2one crm.team \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4065 sale.advance.payment.inv 254 count base # of Orders \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4066 sale.advance.payment.inv 254 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4067 sale.advance.payment.inv 254 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4068 sale.advance.payment.inv 254 product_id base Down Payment Product \N many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4069 sale.advance.payment.inv 254 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4070 sale.advance.payment.inv 254 deposit_taxes_id base Customer Taxes Taxes used for deposits many2many account.tax \N f t \N f f t f \N account_tax_sale_advance_payment_inv_rel sale_advance_payment_inv_id account_tax_id t \N \N \N \N \N \N \N \N \N \N \N +4071 sale.advance.payment.inv 254 advance_payment_method base What do you want to invoice? \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4072 sale.advance.payment.inv 254 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4073 sale.advance.payment.inv 254 amount base Down Payment Amount The amount to be invoiced in advance, taxes excluded. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4074 sale.advance.payment.inv 254 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4262 stock.inventory.line 261 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4075 sale.advance.payment.inv 254 deposit_account_id base Income Account Account used for deposits many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4076 sale.advance.payment.inv 254 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4077 sale.advance.payment.inv 254 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4078 res.users 91 sale_warn base Sales Order Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t partner_id.sale_warn f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4079 res.users 91 sale_order_count base # of Sales Order \N integer \N \N f f partner_id.sale_order_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4080 res.users 91 sale_order_ids base Sales Order \N one2many sale.order \N f f partner_id.sale_order_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4081 res.users 91 sale_warn_msg base Message for Sales Order \N text \N \N f t partner_id.sale_warn_msg f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4082 product.product 148 incoming_qty base Incoming Quantity of products that are planned to arrive.\nIn a context with a single Stock Location, this includes goods arriving to this Location, or any of its children.\nIn a context with a single Warehouse, this includes goods arriving to the Stock Location of this Warehouse, or any of its children.\nOtherwise, this includes goods arriving to any Stock Location with 'internal' type. float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4083 product.product 148 route_from_categ_ids base Category Routes \N many2many stock.location.route \N f f product_tmpl_id.route_from_categ_ids t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4084 product.product 148 reception_count base Receipt \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4085 product.product 148 warehouse_id base Warehouse \N many2one stock.warehouse \N f t product_tmpl_id.warehouse_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4086 product.product 148 route_ids base Routes Depending on the modules installed, this will allow you to define the route of the product: whether it will be bought, manufactured, MTO/MTS,... many2many stock.location.route \N f t product_tmpl_id.route_ids f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4087 product.product 148 outgoing_qty base Outgoing Quantity of products that are planned to leave.\nIn a context with a single Stock Location, this includes goods leaving this Location, or any of its children.\nIn a context with a single Warehouse, this includes goods leaving the Stock Location of this Warehouse, or any of its children.\nOtherwise, this includes goods leaving any Stock Location with 'internal' type. float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4088 product.product 148 orderpoint_ids base Minimum Stock Rules \N one2many stock.warehouse.orderpoint product_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4089 product.product 148 stock_move_ids base Stock move ids Technical: used to compute quantities. one2many stock.move product_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4090 product.product 148 virtual_available base Forecast Quantity Forecast quantity (computed as Quantity On Hand - Outgoing + Incoming)\nIn a context with a single Stock Location, this includes goods stored in this location, or any of its children.\nIn a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\nOtherwise, this includes goods stored in any Stock Location with 'internal' type. float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4091 product.product 148 description_picking base Description on Picking \N text \N \N f t product_tmpl_id.description_picking f f t t \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4092 product.product 148 reordering_min_qty base Reordering min qty \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4093 product.product 148 property_stock_procurement base Procurement Location This stock location will be used, instead of the default one, as the source location for stock moves generated by procurements. many2one stock.location \N f f product_tmpl_id.property_stock_procurement f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4094 product.product 148 stock_quant_ids base Stock quant ids Technical: used to compute quantities. one2many stock.quant product_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4095 product.product 148 qty_available base Quantity On Hand Current quantity of products.\nIn a context with a single Stock Location, this includes goods stored at this Location, or any of its children.\nIn a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\nstored in the Stock Location of the Warehouse of this Shop, or any of its children.\nOtherwise, this includes goods stored in any Stock Location with 'internal' type. float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4096 product.product 148 property_stock_production base Production Location This stock location will be used, instead of the default one, as the source location for stock moves generated by manufacturing orders. many2one stock.location \N f f product_tmpl_id.property_stock_production f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4097 product.product 148 property_stock_inventory base Inventory Location This stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory. many2one stock.location \N f f product_tmpl_id.property_stock_inventory f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4098 product.product 148 sale_delay base Customer Lead Time The average delay in days between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers. float \N \N f t product_tmpl_id.sale_delay f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4099 product.product 148 nbr_reordering_rules base Reordering Rules \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4100 product.product 148 location_id base Location \N many2one stock.location \N f t product_tmpl_id.location_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4101 product.product 148 delivery_count base Delivery \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4102 product.product 148 tracking base Tracking \N selection \N \N f t product_tmpl_id.tracking f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4103 product.product 148 reordering_max_qty base Reordering max qty \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4104 product.template 145 nbr_reordering_rules base Reordering Rules \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4105 product.template 145 property_stock_procurement base Procurement Location This stock location will be used, instead of the default one, as the source location for stock moves generated by procurements. many2one stock.location \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4106 product.template 145 incoming_qty base Incoming \N float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4107 product.template 145 tracking base Tracking \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4108 product.template 145 qty_available base Quantity On Hand \N float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4109 product.template 145 location_id base Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4110 product.template 145 virtual_available base Forecasted Quantity \N float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4111 product.template 145 route_from_categ_ids base Category Routes \N many2many stock.location.route \N f f categ_id.total_route_ids t f f f \N stock.location.route \N \N f \N \N \N \N \N \N \N \N \N \N \N +4112 product.template 145 description_picking base Description on Picking \N text \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4113 product.template 145 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4263 stock.inventory.line 261 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4114 product.template 145 sale_delay base Customer Lead Time The average delay in days between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4115 product.template 145 route_ids base Routes Depending on the modules installed, this will allow you to define the route of the product: whether it will be bought, manufactured, MTO/MTS,... many2many stock.location.route \N f t \N f f t f \N stock_route_product product_id route_id t \N \N \N \N \N \N \N \N \N \N \N +4116 product.template 145 outgoing_qty base Outgoing \N float \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4117 product.template 145 property_stock_inventory base Inventory Location This stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory. many2one stock.location \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4118 product.template 145 property_stock_production base Production Location This stock location will be used, instead of the default one, as the source location for stock moves generated by manufacturing orders. many2one stock.location \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4119 product.template 145 reordering_max_qty base Reordering max qty \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4120 product.template 145 reordering_min_qty base Reordering min qty \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4121 product.category 146 route_ids base Routes \N many2many stock.location.route \N f t \N f f t f \N stock_location_route_categ categ_id route_id t \N \N \N \N \N \N \N \N \N \N \N +4122 product.category 146 total_route_ids base Total routes \N many2many stock.location.route \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4123 product.category 146 removal_strategy_id base Force Removal Strategy Set a specific removal strategy that will be used regardless of the source location for this product category many2one product.removal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4124 procurement.group 231 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4125 procurement.rule 232 partner_address_id base Partner Address \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4126 procurement.rule 232 location_id base Procurement Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4127 procurement.rule 232 location_src_id base Source Location Source location is action=move many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4128 procurement.rule 232 picking_type_id base Picking Type Picking Type determines the way the picking should be shown in the view, reports, ... many2one stock.picking.type \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4129 procurement.rule 232 delay base Number of Days \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4130 procurement.rule 232 warehouse_id base Served Warehouse The warehouse this rule is for many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4131 procurement.rule 232 propagate base Propagate cancel and split If checked, when the previous move of the move (which was generated by a next procurement) is cancelled or split, the move generated by this move will too boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4132 procurement.rule 232 procure_method base Move Supply Method Determines the procurement method of the stock move that will be generated: whether it will need to 'take from the available stock' in its source location or needs to ignore its stock and create a procurement over there. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4133 procurement.rule 232 route_sequence base Route Sequence \N integer \N \N f f route_id.sequence f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4134 procurement.rule 232 route_id base Route If route_id is False, the rule is global many2one stock.location.route \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4135 procurement.rule 232 propagate_warehouse_id base Warehouse to Propagate The warehouse to propagate on the created move/procurement, which can be different of the warehouse this rule is for (e.g for resupplying rules from another warehouse) many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4136 procurement.order 233 location_id base Procurement Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4137 procurement.order 233 partner_dest_id base Customer Address In case of dropshipping, we need to know the destination address more precisely many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4138 procurement.order 233 orderpoint_id base Minimum Stock Rule \N many2one stock.warehouse.orderpoint \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4139 procurement.order 233 move_ids base Moves Moves created by the procurement one2many stock.move procurement_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4140 procurement.order 233 warehouse_id base Warehouse Warehouse to consider for the route selection many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4141 procurement.order 233 route_ids base Preferred Routes Preferred route to be followed by the procurement order. Usually copied from the generating document (SO) but could be set up manually. many2many stock.location.route \N f t \N f f t f \N stock_location_route_procurement procurement_id route_id t \N \N \N \N \N \N \N \N \N \N \N +4142 procurement.order 233 move_dest_id base Destination Move Move which caused (created) the procurement many2one stock.move \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4143 product.removal 255 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4144 product.removal 255 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4145 product.removal 255 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4146 product.removal 255 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4147 product.removal 255 method base Method FIFO, LIFO... char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4148 product.removal 255 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4149 product.removal 255 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4150 product.removal 255 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4151 product.removal 255 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4152 product.putaway 256 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4153 product.putaway 256 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4154 product.putaway 256 name base Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4155 product.putaway 256 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4156 product.putaway 256 method base Method \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4157 product.putaway 256 fixed_location_ids base Fixed Locations Per Product Category When the method is fixed, this location will be used to store the products one2many stock.fixed.putaway.strat putaway_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4158 product.putaway 256 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4159 product.putaway 256 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4160 product.putaway 256 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4161 product.putaway 256 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4162 stock.fixed.putaway.strat 257 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4163 stock.fixed.putaway.strat 257 fixed_location_id base Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4164 stock.fixed.putaway.strat 257 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4165 stock.fixed.putaway.strat 257 putaway_id base Put Away Method \N many2one product.putaway \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4166 stock.fixed.putaway.strat 257 sequence base Priority Give to the more specialized category, a higher priority to have them in top of the list. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4167 stock.fixed.putaway.strat 257 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4168 stock.fixed.putaway.strat 257 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4169 stock.fixed.putaway.strat 257 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4170 stock.fixed.putaway.strat 257 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4171 stock.fixed.putaway.strat 257 category_id base Product Category \N many2one product.category \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4172 stock.fixed.putaway.strat 257 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4173 res.company 88 propagation_minimum_delta base Minimum Delta for Propagation of a Date Change on moves linked together \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4174 res.company 88 internal_transit_location_id base Internal Transit Location Technical field used for resupply routes between warehouses that belong to this company many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4175 res.partner 79 picking_warn base Stock Picking Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4176 res.partner 79 property_stock_customer base Customer Location This stock location will be used, instead of the default one, as the destination location for goods you send to this partner many2one stock.location \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4177 res.partner 79 picking_warn_msg base Message for Stock Picking \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4178 res.partner 79 property_stock_supplier base Vendor Location This stock location will be used, instead of the default one, as the source location for goods you receive from the current partner many2one stock.location \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4179 stock.config.settings 258 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4180 stock.config.settings 258 module_stock_calendar base Minimum Stock Rules This allows you to handle minimum stock rules differently by the possibility to take into account the purchase and delivery calendars \n-This installs the module stock_calendar. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4181 stock.config.settings 258 module_stock_barcode base Barcode scanner support \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4182 stock.config.settings 258 module_stock_picking_wave base Picking Waves Install the picking wave module which will help you grouping your pickings and processing them in batch selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4183 stock.config.settings 258 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4184 stock.config.settings 258 group_stock_tracking_lot base Packages This allows to manipulate packages. You can put something in, take something from a package, but also move entire packages and put them even in another package. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4185 stock.config.settings 258 group_product_variant base Product Variants Work with product variant allows you to define some variant of the same products, an ease the product management in the ecommerce for example selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4186 stock.config.settings 258 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4187 stock.config.settings 258 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4188 stock.config.settings 258 group_warning_stock base Warning \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4189 stock.config.settings 258 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4190 stock.config.settings 258 module_delivery_temando base Temando integration \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4191 stock.config.settings 258 group_stock_production_lot base Lots and Serial Numbers This allows you to assign a lot (or serial number) to the pickings and moves. This can make it possible to know which production lot was sent to a certain client, ... selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4192 stock.config.settings 258 group_stock_multi_warehouses base Manage several warehouses \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4193 stock.config.settings 258 group_stock_tracking_owner base Product Owners This way you can receive products attributed to a certain owner. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4194 stock.config.settings 258 propagation_minimum_delta base Minimum days to trigger a propagation of date change in pushed/pull flows. \N integer \N \N f f company_id.propagation_minimum_delta f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4195 stock.config.settings 258 module_delivery_usps base USPS integration \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4196 stock.config.settings 258 module_stock_dropshipping base Dropshipping \nCreates the dropship route and add more complex tests\n-This installs the module stock_dropshipping. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4197 stock.config.settings 258 module_quality base Quality This module allows you to generate quality alerts and quality check boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4198 stock.config.settings 258 module_procurement_jit base Procurements Allows you to automatically reserve the available\n products when confirming a sale order.\n This installs the module procurement_jit. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4199 stock.config.settings 258 group_stock_packaging base Packaging Methods Allows you to create and manage your packaging dimensions and types you want to be maintained in your system. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4200 stock.config.settings 258 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4201 stock.config.settings 258 module_delivery_fedex base Fedex integration \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4202 stock.config.settings 258 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4203 stock.config.settings 258 decimal_precision base Decimal precision on weight As an example, a decimal precision of 2 will allow weights like: 9.99 kg, whereas a decimal precision of 4 will allow weights like: 0.0231 kg. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4204 stock.config.settings 258 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4205 stock.config.settings 258 group_uom base Units of Measure Allows you to select and maintain different units of measure for products. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4206 stock.config.settings 258 warehouse_and_location_usage_level base Warehouses and Locations usage level \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4207 stock.config.settings 258 module_delivery_ups base UPS integration \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4208 stock.config.settings 258 module_product_expiry base Expiration Dates Track different dates on products and serial numbers.\n The following dates can be tracked:\n - end of life\n - best before date\n - removal date\n - alert date.\n This installs the module product_expiry. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4209 stock.config.settings 258 group_stock_multi_locations base Manage several stock locations \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4210 stock.config.settings 258 group_stock_adv_location base Routes This option supplements the warehouse application by effectively implementing Push and Pull inventory flows through Routes. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4211 stock.config.settings 258 module_delivery_dhl base DHL integration \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4212 stock.incoterms 259 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4213 stock.incoterms 259 code base Code Incoterm Standard Code char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4214 stock.incoterms 259 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4215 stock.incoterms 259 name base Name Incoterms are series of sales terms. They are used to divide transaction costs and responsibilities between buyer and seller and reflect state-of-the-art transportation practices. char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4216 stock.incoterms 259 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4217 stock.incoterms 259 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4218 stock.incoterms 259 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4219 stock.incoterms 259 active base Active By unchecking the active field, you may hide an INCOTERM you will not use. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4220 stock.incoterms 259 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4221 stock.incoterms 259 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4222 stock.inventory 260 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4223 stock.inventory 260 exhausted base Include Exhausted Products \N boolean \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4224 stock.inventory 260 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4225 stock.inventory 260 package_id base Inventoried Pack Specify Pack to focus your inventory on a particular Pack. many2one stock.quant.package \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4226 stock.inventory 260 lot_id base Inventoried Lot/Serial Number Specify Lot/Serial Number to focus your inventory on a particular Lot/Serial Number. many2one stock.production.lot \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4227 stock.inventory 260 total_qty base Total Quantity \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4228 stock.inventory 260 partner_id base Inventoried Owner Specify Owner to focus your inventory on a particular Owner. many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4229 stock.inventory 260 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4230 stock.inventory 260 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4231 stock.inventory 260 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4232 stock.inventory 260 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4233 stock.inventory 260 location_id base Inventoried Location \N many2one stock.location \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4234 stock.inventory 260 company_id base Company \N many2one res.company \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4235 stock.inventory 260 move_ids base Created Moves \N one2many stock.move inventory_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4236 stock.inventory 260 state base Status \N selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4237 stock.inventory 260 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4238 stock.inventory 260 date base Inventory Date The date that will be used for the stock level check of the products and the validation of the stock move related to this inventory. datetime \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4239 stock.inventory 260 product_id base Inventoried Product Specify Product to focus your inventory on a particular Product. many2one product.product \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4240 stock.inventory 260 name base Inventory Reference \N char \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4241 stock.inventory 260 filter base Inventory of If you do an entire inventory, you can choose 'All Products' and it will prefill the inventory with the current stock. If you only do some products (e.g. Cycle Counting) you can choose 'Manual Selection of Products' and the system won't propose anything. You can also let the system propose for a single product / lot /... selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4242 stock.inventory 260 line_ids base Inventories \N one2many stock.inventory.line inventory_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4243 stock.inventory 260 category_id base Inventoried Category Specify Product Category to focus your inventory on a particular Category. many2one product.category \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4244 stock.inventory.line 261 theoretical_qty base Theoretical Quantity \N float \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4245 stock.inventory.line 261 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4246 stock.inventory.line 261 package_id base Pack \N many2one stock.quant.package \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4247 stock.inventory.line 261 product_qty base Checked Quantity \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4248 stock.inventory.line 261 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4249 stock.inventory.line 261 product_code base Product Code \N char \N \N f f product_id.default_code f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4250 stock.inventory.line 261 partner_id base Owner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4251 stock.inventory.line 261 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4252 stock.inventory.line 261 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4253 stock.inventory.line 261 location_name base Location Name \N char \N \N f f location_id.complete_name t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4254 stock.inventory.line 261 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4255 stock.inventory.line 261 location_id base Location \N many2one stock.location \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4256 stock.inventory.line 261 company_id base Company \N many2one res.company \N t f inventory_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4257 stock.inventory.line 261 state base Status \N selection \N \N f f inventory_id.state t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4258 stock.inventory.line 261 product_name base Product Name \N char \N \N f f product_id.name t f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4259 stock.inventory.line 261 prodlot_name base Serial Number Name Unique Lot/Serial Number char \N \N f f prod_lot_id.name t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4260 stock.inventory.line 261 inventory_id base Inventory \N many2one stock.inventory \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4261 stock.inventory.line 261 inventory_location_id base Location \N many2one stock.location \N f f inventory_id.location_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4264 stock.inventory.line 261 product_id base Product \N many2one product.product \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4265 stock.inventory.line 261 product_uom_id base Product Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4266 stock.inventory.line 261 prod_lot_id base Lot/Serial Number \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4267 stock.location 262 comment base Additional Information \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4268 stock.location 262 putaway_strategy_id base Put Away Strategy Defines the default method used for suggesting the exact location (shelf) where to store the products. This method can be enforced at the product category level, and a fallback is made on the parent locations if none is set here. many2one product.putaway \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4269 stock.location 262 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4270 stock.location 262 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4271 stock.location 262 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4272 stock.location 262 partner_id base Owner Owner of the location if not internal many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4273 stock.location 262 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4274 stock.location 262 removal_strategy_id base Removal Strategy Defines the default method used for suggesting the exact location (shelf) where to take the products from, which lot etc. for this location. This method can be enforced at the product category level, and a fallback is made on the parent locations if none is set here. many2one product.removal \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4275 stock.location 262 scrap_location base Is a Scrap Location? Check this box to allow using this location to put scrapped/damaged goods. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4276 stock.location 262 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4277 stock.location 262 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4278 stock.location 262 location_id base Parent Location The parent location that includes this location. Example : The 'Dispatch Zone' is the 'Gate 1' parent location. many2one stock.location \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4279 stock.location 262 company_id base Company Let this field empty if this location is shared between companies many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4280 stock.location 262 complete_name base Full Location Name \N char \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4281 stock.location 262 usage base Location Type * Vendor Location: Virtual location representing the source location for products coming from your vendors\n* View: Virtual location used to create a hierarchical structures for your warehouse, aggregating its child locations ; can't directly contain products\n* Internal Location: Physical locations inside your own warehouses,\n* Customer Location: Virtual location representing the destination location for products sent to your customers\n* Inventory Loss: Virtual location serving as counterpart for inventory operations used to correct stock levels (Physical inventories)\n* Procurement: Virtual location serving as temporary counterpart for procurement operations when the source (vendor or production) is not known yet. This location should be empty when the procurement scheduler has finished running.\n* Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products\n* Transit Location: Counterpart location that should be used in inter-companies or inter-warehouses operations selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4282 stock.location 262 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4283 stock.location 262 barcode base Barcode \N char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4284 stock.location 262 child_ids base Contains \N one2many stock.location location_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4285 stock.location 262 posz base Height (Z) Optional localization details, for information purpose only integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4286 stock.location 262 posx base Corridor (X) Optional localization details, for information purpose only integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4287 stock.location 262 posy base Shelves (Y) Optional localization details, for information purpose only integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4288 stock.location 262 active base Active By unchecking the active field, you may hide a location without deleting it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4289 stock.location 262 parent_right base Right Parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4290 stock.location 262 name base Location Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4291 stock.location 262 parent_left base Left Parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4292 stock.location 262 return_location base Is a Return Location? Check this box to allow using this location as a return location. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4293 stock.location.route 263 supplier_wh_id base Supplying Warehouse \N many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4294 stock.location.route 263 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4295 stock.location.route 263 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4296 stock.location.route 263 name base Route Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4297 stock.location.route 263 categ_ids base Product Categories \N many2many product.category \N f t \N f f t f \N stock_location_route_categ route_id categ_id t \N \N \N \N \N \N \N \N \N \N \N +4298 stock.location.route 263 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4299 stock.location.route 263 warehouse_selectable base Applicable on Warehouse When a warehouse is selected for this route, this route should be seen as the default route when products pass through this warehouse. This behaviour can be overridden by the routes on the Product/Product Categories or by the Preferred Routes on the Procurement boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4300 stock.location.route 263 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4301 stock.location.route 263 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4302 stock.location.route 263 company_id base Company Leave this field empty if this route is shared between all companies many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4303 stock.location.route 263 supplied_wh_id base Supplied Warehouse \N many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4304 stock.location.route 263 push_ids base Push Rules \N one2many stock.location.path route_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4305 stock.location.route 263 product_selectable base Applicable on Product When checked, the route will be selectable in the Inventory tab of the Product form. It will take priority over the Warehouse route. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4306 stock.location.route 263 product_categ_selectable base Applicable on Product Category When checked, the route will be selectable on the Product Category. It will take priority over the Warehouse route. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4307 stock.location.route 263 product_ids base Products \N many2many product.template \N f t \N f f t f \N stock_route_product route_id product_id t \N \N \N \N \N \N \N \N \N \N \N +4308 stock.location.route 263 pull_ids base Procurement Rules \N one2many procurement.rule route_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4309 stock.location.route 263 warehouse_ids base Warehouses \N many2many stock.warehouse \N f t \N f f t f \N stock_route_warehouse route_id warehouse_id t \N \N \N \N \N \N \N \N \N \N \N +4310 stock.location.route 263 active base Active If the active field is set to False, it will allow you to hide the route without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4311 stock.location.route 263 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4312 stock.location.route 263 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4313 stock.location.route 263 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4314 stock.location.path 264 location_from_id base Source Location This rule can be applied when a move is confirmed that has this location as destination location many2one stock.location \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4315 stock.location.path 264 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4316 stock.location.path 264 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4317 stock.location.path 264 route_sequence base Route Sequence \N integer \N \N f f route_id.sequence f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4318 stock.location.path 264 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4319 stock.location.path 264 name base Operation Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4320 stock.location.path 264 picking_type_id base Picking Type This is the picking type that will be put on the stock moves many2one stock.picking.type \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4321 stock.location.path 264 auto base Automatic Move The 'Manual Operation' value will create a stock move after the current one.With 'Automatic No Step Added', the location is replaced in the original move. selection \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4322 stock.location.path 264 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4323 stock.location.path 264 company_id base Company \N many2one res.company \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4324 stock.location.path 264 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4325 stock.location.path 264 delay base Delay (days) Number of days needed to transfer the goods integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4326 stock.location.path 264 route_id base Route \N many2one stock.location.route \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4327 stock.location.path 264 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4328 stock.location.path 264 location_dest_id base Destination Location The new location where the goods need to go many2one stock.location \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4329 stock.location.path 264 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4330 stock.location.path 264 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4331 stock.location.path 264 propagate base Propagate cancel and split If checked, when the previous move is cancelled or split, the move generated by this move will too boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4332 stock.location.path 264 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4333 stock.location.path 264 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4334 stock.move 265 origin base Source Document \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4335 stock.move 265 create_date base Creation Date \N datetime \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4336 stock.move 265 restrict_partner_id base Owner Technical field used to depict a restriction on the ownership of quants to consider when marking this move as 'done' many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4337 stock.move 265 product_uom base Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4338 stock.move 265 move_orig_ids base Original Move Optional: previous stock move when chaining them one2many stock.move move_dest_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4339 stock.move 265 price_unit base Unit Price Technical field used to record the product cost set by the user during a picking confirmation (when costing method used is 'average price' or 'real'). Value given in company currency and in product uom. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4340 stock.move 265 product_uom_qty base Quantity This is the quantity of products from an inventory point of view. For moves in the state 'done', this is the quantity of products that were actually moved. For other moves, this is the quantity of product that is planned to be moved. Lowering this quantity does not generate a backorder. Changing this quantity on assigned moves affects the product reservation, and should be done with care. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4341 stock.move 265 linked_move_operation_ids base Linked Operations Operations that impact this move for the computation of the remaining quantities one2many stock.move.operation.link move_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4342 stock.move 265 procure_method base Supply Method By default, the system will take from the stock in the source location and passively wait for availability.The other possibility allows you to directly create a procurement on the source location (and thus ignore its current stock) to gather products. If we want to chain moves and have this one to wait for the previous,this second option should be chosen. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4343 stock.move 265 product_qty base Real Quantity Quantity in the default UoM of the product float \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4344 stock.move 265 partner_id base Destination Address Optional address where goods are to be delivered, specifically used for allotment many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4345 stock.move 265 availability base Forecasted Quantity Quantity in stock that can still be reserved for this move float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4346 stock.move 265 remaining_qty base Remaining Quantity Remaining Quantity in default UoM according to operations matched with this move float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4347 stock.move 265 priority base Priority \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4348 stock.move 265 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4349 stock.move 265 picking_type_id base Picking Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4350 stock.move 265 location_id base Source Location Sets a location if you produce at a fixed location. This can be a partner location if you subcontract the manufacturing operations. many2one stock.location \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4351 stock.move 265 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4352 stock.move 265 company_id base Company \N many2one res.company \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4353 stock.move 265 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4354 stock.move 265 note base Notes \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4405 stock.pack.operation 266 linked_move_operation_ids base Linked Moves Moves impacted by this operation for the computation of the remaining quantities one2many stock.move.operation.link operation_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4461 stock.production.lot 269 ref base Internal Reference Internal reference number in case it differs from the manufacturer's lot/serial number char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4355 stock.move 265 state base Status * New: When the stock move is created and not yet confirmed.\n* Waiting Another Move: This state can be seen when a move is waiting for another one, for example in a chained flow.\n* Waiting Availability: This state is reached when the procurement resolution is not straight forward. It may need the scheduler to run, a component to be manufactured...\n* Available: When products are reserved, it is set to 'Available'.\n* Done: When the shipment is processed, the state is 'Done'. selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4356 stock.move 265 reserved_availability base Quantity Reserved Quantity that has already been reserved for this move float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4357 stock.move 265 ordered_qty base Ordered Quantity \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4358 stock.move 265 origin_returned_move_id base Origin return move Move that created the return move many2one stock.move \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4359 stock.move 265 product_packaging base Preferred Packaging It specifies attributes of packaging like type, quantity of packaging,etc. many2one product.packaging \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4360 stock.move 265 restrict_lot_id base Lot/Serial Number Technical field used to depict a restriction on the lot/serial number of quants to consider when marking this move as 'done' many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4361 stock.move 265 picking_partner_id base Transfer Destination Address \N many2one res.partner \N f f picking_id.partner_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4362 stock.move 265 product_tmpl_id base Product Template Technical: used in views many2one product.template \N f f product_id.product_tmpl_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4363 stock.move 265 returned_move_ids base All returned moves Optional: all returned moves created from this move one2many stock.move origin_returned_move_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4364 stock.move 265 date_expected base Expected Date Scheduled date for the processing of this move datetime \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4365 stock.move 265 procurement_id base Procurement \N many2one procurement.order \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4366 stock.move 265 backorder_id base Back Order of If this shipment was split, then this field links to the shipment which contains the already processed part. many2one stock.picking \N t f picking_id.backorder_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4367 stock.move 265 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4368 stock.move 265 warehouse_id base Warehouse Technical field depicting the warehouse to consider for the route selection on the next procurement (if any). many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4369 stock.move 265 inventory_id base Inventory \N many2one stock.inventory \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4370 stock.move 265 partially_available base Partially Available Checks if the move has some stock reserved boolean \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4371 stock.move 265 propagate base Propagate cancel and split If checked, when this move is cancelled, cancel the linked move too boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4372 stock.move 265 move_dest_id base Destination Move Optional: next stock move when chaining them many2one stock.move \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4373 stock.move 265 route_ids base Destination route Preferred route to be followed by the procurement order many2many stock.location.route \N f t \N f f t f \N stock_location_route_move move_id route_id t \N \N \N \N \N \N \N \N \N \N \N +4374 stock.move 265 date base Date Move date: scheduled date until move is done, then date of actual move processing datetime \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4375 stock.move 265 scrapped base Scrapped Check this box to allow using this location to put scrapped/damaged goods. boolean \N \N f f location_dest_id.scrap_location t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4376 stock.move 265 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4377 stock.move 265 product_id base Product \N many2one product.product \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4378 stock.move 265 push_rule_id base Push Rule The push rule that created this stock move many2one stock.location.path \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4379 stock.move 265 name base Description \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4380 stock.move 265 reserved_quant_ids base Reserved quants \N one2many stock.quant reservation_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4381 stock.move 265 lot_ids base Lots/Serial Numbers \N many2many stock.production.lot \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4382 stock.move 265 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4383 stock.move 265 split_from base Move Split From Technical field used to track the origin of a split move, which can be useful in case of debug many2one stock.move \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4384 stock.move 265 rule_id base Procurement Rule The procurement rule that created this stock move many2one procurement.rule \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4385 stock.move 265 string_availability_info base Availability Show various information on stock availability for this move text \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4386 stock.move 265 quant_ids base Moved Quants \N many2many stock.quant \N f f \N f f t f \N stock_quant_move_rel move_id quant_id t \N \N \N \N \N \N \N \N \N \N \N +4387 stock.move 265 location_dest_id base Destination Location Location where the system will stock the finished products. many2one stock.location \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4388 stock.move 265 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4389 stock.move 265 group_id base Procurement Group \N many2one procurement.group \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4390 stock.move 265 picking_id base Transfer Reference \N many2one stock.picking \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4391 stock.pack.operation 266 lots_visible base Lots visible \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4392 stock.pack.operation 266 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4393 stock.pack.operation 266 result_package_id base Destination Package If set, the operations are packed into this package many2one stock.quant.package \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4394 stock.pack.operation 266 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4395 stock.pack.operation 266 package_id base Source Package \N many2one stock.quant.package \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4396 stock.pack.operation 266 product_qty base To Do \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4397 stock.pack.operation 266 to_loc base To \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4398 stock.pack.operation 266 location_id base Source Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4399 stock.pack.operation 266 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4400 stock.pack.operation 266 remaining_qty base Remaining Qty Remaining quantity in default UoM according to moves matched with this operation. float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4401 stock.pack.operation 266 qty_done_uom_ordered base Quantity Done Quantity done in UOM ordered float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4402 stock.pack.operation 266 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4403 stock.pack.operation 266 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4404 stock.pack.operation 266 is_done base Done \N boolean \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4406 stock.pack.operation 266 state base Status * Draft: not confirmed yet and will not be scheduled until confirmed\n * Waiting Another Operation: waiting for another move to proceed before it becomes automatically available (e.g. in Make-To-Order flows)\n * Waiting Availability: still waiting for the availability of products\n * Partially Available: some products are available and reserved\n * Ready to Transfer: products reserved, simply waiting for confirmation.\n * Transferred: has been processed, can't be modified or cancelled anymore\n * Cancelled: has been cancelled, can't be confirmed anymore selection \N \N f f picking_id.state t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4407 stock.pack.operation 266 ordered_qty base Ordered Quantity \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4408 stock.pack.operation 266 qty_done base Done \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4409 stock.pack.operation 266 owner_id base Owner Owner of the quants many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4410 stock.pack.operation 266 picking_source_location_id base Source Location Zone \N many2one stock.location \N f f picking_id.location_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4411 stock.pack.operation 266 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4412 stock.pack.operation 266 fresh_record base Newly created pack operation \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4413 stock.pack.operation 266 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4414 stock.pack.operation 266 date base Date \N datetime \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4415 stock.pack.operation 266 picking_destination_location_id base Destination Location Zone \N many2one stock.location \N f f picking_id.location_dest_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4416 stock.pack.operation 266 product_id base Product \N many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4417 stock.pack.operation 266 product_uom_id base Unit of Measure \N many2one product.uom \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4418 stock.pack.operation 266 pack_lot_ids base Lots/Serial Numbers Used \N one2many stock.pack.operation.lot operation_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4419 stock.pack.operation 266 location_dest_id base Destination Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4420 stock.pack.operation 266 from_loc base From \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4421 stock.pack.operation 266 picking_id base Stock Picking The stock operation where the packing has been made many2one stock.picking \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4422 stock.pack.operation.lot 267 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4423 stock.pack.operation.lot 267 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4424 stock.pack.operation.lot 267 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4425 stock.pack.operation.lot 267 lot_name base Lot/Serial Number \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4426 stock.pack.operation.lot 267 qty_todo base To Do \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4427 stock.pack.operation.lot 267 qty base Done \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4428 stock.pack.operation.lot 267 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4429 stock.pack.operation.lot 267 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4430 stock.pack.operation.lot 267 operation_id base Operation id \N many2one stock.pack.operation \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4431 stock.pack.operation.lot 267 lot_id base Lot/Serial Number \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4432 stock.pack.operation.lot 267 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4433 stock.pack.operation.lot 267 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4434 stock.pack.operation.lot 267 plus_visible base Plus visible \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4435 stock.move.operation.link 268 reserved_quant_id base Reserved Quant Technical field containing the quant that created this link between an operation and a stock move. Used at the stock_move_obj.action_done() time to avoid seeking a matching quant again many2one stock.quant \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4436 stock.move.operation.link 268 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4437 stock.move.operation.link 268 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4438 stock.move.operation.link 268 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4439 stock.move.operation.link 268 qty base Quantity Quantity of products to consider when talking about the contribution of this pack operation towards the remaining quantity of the move (and inverse). Given in the product main uom. float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4440 stock.move.operation.link 268 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4441 stock.move.operation.link 268 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4442 stock.move.operation.link 268 operation_id base Operation \N many2one stock.pack.operation \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4443 stock.move.operation.link 268 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4444 stock.move.operation.link 268 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4445 stock.move.operation.link 268 move_id base Move \N many2one stock.move \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4446 stock.production.lot 269 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4447 stock.production.lot 269 create_date base Creation Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4448 stock.production.lot 269 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4449 stock.production.lot 269 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4450 stock.production.lot 269 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4451 stock.production.lot 269 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4452 stock.production.lot 269 product_qty base Quantity \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4453 stock.production.lot 269 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4454 stock.production.lot 269 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4455 stock.production.lot 269 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4456 stock.production.lot 269 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4457 stock.production.lot 269 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4458 stock.production.lot 269 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4459 stock.production.lot 269 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4460 stock.production.lot 269 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4462 stock.production.lot 269 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4463 stock.production.lot 269 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4464 stock.production.lot 269 name base Lot/Serial Number Unique Lot/Serial Number char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4465 stock.production.lot 269 product_uom_id base Unit of Measure Default Unit of Measure used for all stock operation. many2one product.uom \N f f product_id.uom_id f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4466 stock.production.lot 269 quant_ids base Quants \N one2many stock.quant lot_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4467 stock.production.lot 269 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4468 stock.production.lot 269 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4469 stock.picking.type 270 code base Type of Operation \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4470 stock.picking.type 270 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4471 stock.picking.type 270 sequence base Sequence Used to order the 'All Operations' kanban view integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4472 stock.picking.type 270 color base Color \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4473 stock.picking.type 270 count_picking_draft base Count picking draft \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4474 stock.picking.type 270 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4475 stock.picking.type 270 last_done_picking base Last 10 Done Pickings \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4476 stock.picking.type 270 use_create_lots base Create New Lots/Serial Numbers If this is checked only, it will suppose you want to create new Lots/Serial Numbers, so you can provide them in a text field. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4477 stock.picking.type 270 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4478 stock.picking.type 270 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4479 stock.picking.type 270 default_location_dest_id base Default Destination Location This is the default destination location when you create a picking manually with this picking type. It is possible however to change it or that the routes put another location. If it is empty, it will check for the customer location on the partner. many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4480 stock.picking.type 270 show_entire_packs base Allow moving packs If checked, this shows the packs to be moved as a whole in the Operations tab all the time, even if there was no entire pack reserved. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4481 stock.picking.type 270 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4482 stock.picking.type 270 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4483 stock.picking.type 270 barcode_nomenclature_id base Barcode Nomenclature \N many2one barcode.nomenclature \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4484 stock.picking.type 270 use_existing_lots base Use Existing Lots/Serial Numbers If this is checked, you will be able to choose the Lots/Serial Numbers. You can also decide to not put lots in this picking type. This means it will create stock with no lot or not put a restriction on the lot taken. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4485 stock.picking.type 270 count_picking_waiting base Count picking waiting \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4486 stock.picking.type 270 count_picking base Count picking \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4487 stock.picking.type 270 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4488 stock.picking.type 270 sequence_id base Reference Sequence \N many2one ir.sequence \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4489 stock.picking.type 270 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4490 stock.picking.type 270 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4491 stock.picking.type 270 count_picking_backorders base Count picking backorders \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4492 stock.picking.type 270 name base Picking Type Name \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4493 stock.picking.type 270 count_picking_ready base Count picking ready \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4494 stock.picking.type 270 return_picking_type_id base Picking Type for Returns \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4495 stock.picking.type 270 count_picking_late base Count picking late \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4496 stock.picking.type 270 default_location_src_id base Default Source Location This is the default source location when you create a picking manually with this picking type. It is possible however to change it or that the routes put another location. If it is empty, it will check for the supplier location on the partner. many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4497 stock.picking.type 270 rate_picking_backorders base Rate picking backorders \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4498 stock.picking.type 270 rate_picking_late base Rate picking late \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4499 stock.picking 271 origin base Source Document Reference of the document char \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4500 stock.picking 271 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4501 stock.picking 271 has_scrap_move base Has Scrap Moves \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4502 stock.picking 271 date_done base Date of Transfer Completion Date of Transfer datetime \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4503 stock.picking 271 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4504 stock.picking 271 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4505 stock.picking 271 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4506 stock.picking 271 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4507 stock.picking 271 recompute_pack_op base Recompute pack operation? True if reserved quants changed, which mean we might need to recompute the package operations boolean \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4508 stock.picking 271 launch_pack_operations base Launch Pack Operations \N boolean \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4509 stock.picking 271 pack_operation_product_ids base Non pack \N one2many stock.pack.operation picking_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4510 stock.picking 271 location_id base Source Location Zone \N many2one stock.location \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4511 stock.picking 271 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4512 stock.picking 271 move_lines base Stock Moves \N one2many stock.move picking_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4513 stock.picking 271 priority base Priority Priority for this picking. Setting manually a value here would set it as priority for all the moves selection \N \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4514 stock.picking 271 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4515 stock.picking 271 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4516 stock.picking 271 picking_type_id base Picking Type \N many2one stock.picking.type \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4517 stock.picking 271 partner_id base Partner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4518 stock.picking 271 move_type base Delivery Type It specifies goods to be deliver partially or all at once selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4519 stock.picking 271 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4520 stock.picking 271 company_id base Company \N many2one res.company \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4521 stock.picking 271 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4522 stock.picking 271 note base Notes \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4523 stock.picking 271 state base Status * Draft: not confirmed yet and will not be scheduled until confirmed\n * Waiting Another Operation: waiting for another move to proceed before it becomes automatically available (e.g. in Make-To-Order flows)\n * Waiting Availability: still waiting for the availability of products\n * Partially Available: some products are available and reserved\n * Ready to Transfer: products reserved, simply waiting for confirmation.\n * Transferred: has been processed, can't be modified or cancelled anymore\n * Cancelled: has been cancelled, can't be confirmed anymore selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4524 stock.picking 271 picking_type_code base Type of Operation \N selection \N \N f f picking_type_id.code t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4525 stock.picking 271 picking_type_entire_packs base Allow moving packs If checked, this shows the packs to be moved as a whole in the Operations tab all the time, even if there was no entire pack reserved. boolean \N \N f f picking_type_id.show_entire_packs t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4526 stock.picking 271 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4527 stock.picking 271 owner_id base Owner Default Owner many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4528 stock.picking 271 backorder_id base Back Order of If this shipment was split, then this field links to the shipment which contains the already processed part. many2one stock.picking \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4529 stock.picking 271 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4530 stock.picking 271 min_date base Scheduled Date Scheduled time for the first part of the shipment to be processed. Setting manually a value here would set it as expected date for all the stock moves. datetime \N \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4531 stock.picking 271 pack_operation_pack_ids base Pack \N one2many stock.pack.operation picking_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4532 stock.picking 271 printed base Printed \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4533 stock.picking 271 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4534 stock.picking 271 date base Creation Date Creation Date, usually the time of the order datetime \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4535 stock.picking 271 pack_operation_ids base Related Packing Operations \N one2many stock.pack.operation picking_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4536 stock.picking 271 pack_operation_exist base Has Pack Operations Check the existence of pack operation on the picking boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4537 stock.picking 271 group_id base Procurement Group \N many2one procurement.group \N f f move_lines.group_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4538 stock.picking 271 name base Reference \N char \N \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4539 stock.picking 271 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4540 stock.picking 271 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4541 stock.picking 271 product_id base Product \N many2one product.product \N f f move_lines.product_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4542 stock.picking 271 location_dest_id base Destination Location Zone \N many2one stock.location \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4543 stock.picking 271 max_date base Max. Expected Date Scheduled time for the last part of the shipment to be processed datetime \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4544 stock.picking 271 quant_reserved_exist base Has quants already reserved Check the existance of quants linked to this picking boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4545 stock.picking 271 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4546 stock.picking 271 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4547 stock.quant 272 create_date base Creation Date \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4548 stock.quant 272 qty base Quantity Quantity of products in this quant, in the default unit of measure of the product float \N \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4549 stock.quant 272 propagated_from_id base Linked Quant The negative quant this is coming from many2one stock.quant \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4550 stock.quant 272 package_id base Package The package containing this quant many2one stock.quant.package \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4551 stock.quant 272 cost base Unit Cost \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4552 stock.quant 272 inventory_value base Inventory Value \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4553 stock.quant 272 lot_id base Lot/Serial Number \N many2one stock.production.lot \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4554 stock.quant 272 location_id base Location \N many2one stock.location \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4555 stock.quant 272 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4556 stock.quant 272 negative_dest_location_id base Negative Destination Location Technical field used to record the destination location of a move that created a negative quant many2one stock.location \N f f negative_move_id.location_dest_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4557 stock.quant 272 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4558 stock.quant 272 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4559 stock.quant 272 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4560 stock.quant 272 reservation_id base Reserved for Move The move the quant is reserved for many2one stock.move \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4561 stock.quant 272 company_id base Company The company to which the quants belong many2one res.company \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4562 stock.quant 272 history_ids base Moves Moves that operate(d) on this quant many2many stock.move \N f f \N f f t f \N stock_quant_move_rel quant_id move_id t \N \N \N \N \N \N \N \N \N \N \N +4563 stock.quant 272 owner_id base Owner This is the owner of the quant many2one res.partner \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4564 stock.quant 272 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4565 stock.quant 272 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4566 stock.quant 272 product_id base Product \N many2one product.product \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4567 stock.quant 272 name base Identifier \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4568 stock.quant 272 product_uom_id base Unit of Measure Default Unit of Measure used for all stock operation. many2one product.uom \N f f product_id.uom_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4569 stock.quant 272 packaging_type_id base Type of packaging This field should be completed only if everything inside the package share the same product, otherwise it doesn't really makes sense. many2one product.packaging \N f f package_id.packaging_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4570 stock.quant 272 negative_move_id base Move Negative Quant If this is a negative quant, this will be the move that caused this negative quant. many2one stock.move \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4571 stock.quant 272 in_date base Incoming Date \N datetime \N \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4572 stock.quant.package 273 ancestor_ids base Ancestors \N one2many stock.quant.package \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4573 stock.quant.package 273 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4574 stock.quant.package 273 children_ids base Contained Packages \N one2many stock.quant.package parent_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4575 stock.quant.package 273 parent_right base Right Parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4576 stock.quant.package 273 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4577 stock.quant.package 273 name base Package Reference \N char \N \N t f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4578 stock.quant.package 273 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4579 stock.quant.package 273 children_quant_ids base All Bulk Content \N one2many stock.quant \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4580 stock.quant.package 273 company_id base Company \N many2one res.company \N t f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4581 stock.quant.package 273 quant_ids base Bulk Content \N one2many stock.quant package_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4582 stock.quant.package 273 parent_id base Parent Package The package containing this item many2one stock.quant.package \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4583 stock.quant.package 273 parent_left base Left Parent \N integer \N \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4584 stock.quant.package 273 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4585 stock.quant.package 273 packaging_id base Package Type This field should be completed only if everything inside the package share the same product, otherwise it doesn't really makes sense. many2one product.packaging \N t t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4586 stock.quant.package 273 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4587 stock.quant.package 273 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4588 stock.quant.package 273 location_id base Location \N many2one stock.location \N t f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4589 stock.quant.package 273 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4590 stock.quant.package 273 owner_id base Owner \N many2one res.partner \N t f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4591 stock.warehouse 274 code base Short Name Short name used to identify your warehouse char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4592 stock.warehouse 274 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4593 stock.warehouse 274 lot_stock_id base Location Stock \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4594 stock.warehouse 274 wh_pack_stock_loc_id base Packing Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4595 stock.warehouse 274 reception_route_id base Receipt Route \N many2one stock.location.route \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4596 stock.warehouse 274 pick_type_id base Pick Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4597 stock.warehouse 274 crossdock_route_id base Crossdock Route \N many2one stock.location.route \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4598 stock.warehouse 274 partner_id base Address \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4599 stock.warehouse 274 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4600 stock.warehouse 274 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4601 stock.warehouse 274 delivery_route_id base Delivery Route \N many2one stock.location.route \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4602 stock.warehouse 274 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4603 stock.warehouse 274 wh_input_stock_loc_id base Input Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4604 stock.warehouse 274 company_id base Company The company is automatically set from your user preferences. many2one res.company \N t t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4605 stock.warehouse 274 reception_steps base Incoming Shipments Default incoming route to follow selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4606 stock.warehouse 274 delivery_steps base Outgoing Shippings Default outgoing route to follow selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4607 stock.warehouse 274 view_location_id base View Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4608 stock.warehouse 274 resupply_route_ids base Resupply Routes Routes will be created for these resupply warehouses and you can select them on products and product categories one2many stock.location.route supplied_wh_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4609 stock.warehouse 274 wh_qc_stock_loc_id base Quality Control Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4610 stock.warehouse 274 default_resupply_wh_id base Default Resupply Warehouse Goods will always be resupplied from this warehouse many2one stock.warehouse \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4611 stock.warehouse 274 pack_type_id base Pack Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4612 stock.warehouse 274 resupply_wh_ids base Resupply Warehouses \N many2many stock.warehouse \N f t \N f f t f \N stock_wh_resupply_table supplied_wh_id supplier_wh_id t \N \N \N \N \N \N \N \N \N \N \N +4613 stock.warehouse 274 wh_output_stock_loc_id base Output Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4614 stock.warehouse 274 route_ids base Routes Defaults routes through the warehouse many2many stock.location.route \N f t \N f f t f \N stock_route_warehouse warehouse_id route_id t \N \N \N \N \N \N \N \N \N \N \N +4615 stock.warehouse 274 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4616 stock.warehouse 274 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4617 stock.warehouse 274 active base Active \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4618 stock.warehouse 274 mto_pull_id base MTO rule \N many2one procurement.rule \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4619 stock.warehouse 274 name base Warehouse Name \N char \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4620 stock.warehouse 274 in_type_id base In Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4621 stock.warehouse 274 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4622 stock.warehouse 274 out_type_id base Out Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4623 stock.warehouse 274 int_type_id base Internal Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4624 stock.warehouse.orderpoint 275 product_max_qty base Maximum Quantity When the virtual stock goes below the Min Quantity, Odoo generates a procurement to bring the forecasted quantity to the Quantity specified as Max Quantity. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4625 stock.warehouse.orderpoint 275 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4626 stock.warehouse.orderpoint 275 procurement_ids base Created Procurements \N one2many procurement.order orderpoint_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4627 stock.warehouse.orderpoint 275 qty_multiple base Qty Multiple The procurement quantity will be rounded up to this multiple. If it is 0, the exact quantity will be used. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4628 stock.warehouse.orderpoint 275 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4629 stock.warehouse.orderpoint 275 name base Name \N char \N \N f f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4630 stock.warehouse.orderpoint 275 product_uom base Product Unit of Measure Default Unit of Measure used for all stock operation. many2one product.uom \N f f product_id.uom_id t t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4631 stock.warehouse.orderpoint 275 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4632 stock.warehouse.orderpoint 275 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4633 stock.warehouse.orderpoint 275 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4634 stock.warehouse.orderpoint 275 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4635 stock.warehouse.orderpoint 275 lead_days base Lead Time Number of days after the orderpoint is triggered to receive the products or to order to the vendor integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4636 stock.warehouse.orderpoint 275 lead_type base Lead Type \N selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4637 stock.warehouse.orderpoint 275 product_min_qty base Minimum Quantity When the virtual stock goes below the Min Quantity specified for this field, Odoo generates a procurement to bring the forecasted quantity to the Max Quantity. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4638 stock.warehouse.orderpoint 275 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4639 stock.warehouse.orderpoint 275 active base Active If the active field is set to False, it will allow you to hide the orderpoint without removing it. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4640 stock.warehouse.orderpoint 275 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4641 stock.warehouse.orderpoint 275 group_id base Procurement Group Moves created through this orderpoint will be put in this procurement group. If none is given, the moves generated by procurement rules will be grouped into one big picking. many2one procurement.group \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4642 stock.warehouse.orderpoint 275 location_id base Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4643 stock.warehouse.orderpoint 275 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4644 stock.warehouse.orderpoint 275 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4645 stock.scrap 276 origin base Source Document \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4646 stock.scrap 276 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4647 stock.scrap 276 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4648 stock.scrap 276 package_id base Package \N many2one stock.quant.package \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4649 stock.scrap 276 scrap_qty base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4650 stock.scrap 276 lot_id base Lot \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4651 stock.scrap 276 location_id base Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4652 stock.scrap 276 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4653 stock.scrap 276 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4654 stock.scrap 276 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4655 stock.scrap 276 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4656 stock.scrap 276 scrap_location_id base Scrap Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4657 stock.scrap 276 state base Status \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4658 stock.scrap 276 owner_id base Owner \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4659 stock.scrap 276 date_expected base Expected Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4660 stock.scrap 276 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4661 stock.scrap 276 move_id base Scrap Move \N many2one stock.move \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4662 stock.scrap 276 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4663 stock.scrap 276 tracking base Tracking \N selection \N \N f f product_id.tracking t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4664 stock.scrap 276 name base Reference \N char \N \N f f \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4665 stock.scrap 276 product_uom_id base Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4666 stock.scrap 276 picking_id base Picking \N many2one stock.picking \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4667 report.stock.lines.date 277 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4668 report.stock.lines.date 277 product_id base Product \N many2one product.product \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4669 report.stock.lines.date 277 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4670 report.stock.lines.date 277 date base Date of latest Inventory \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4671 report.stock.lines.date 277 active base Active \N boolean \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4672 report.stock.lines.date 277 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4673 report.stock.lines.date 277 move_date base Date of latest Stock Move \N datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4674 report.stock.forecast 278 cumulative_quantity base Cumulative Quantity \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4675 report.stock.forecast 278 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4676 report.stock.forecast 278 product_id base Product \N many2one product.product \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4677 report.stock.forecast 278 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4678 report.stock.forecast 278 product_tmpl_id base Product Template \N many2one product.template \N f f product_id.product_tmpl_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4679 report.stock.forecast 278 date base Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4680 report.stock.forecast 278 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4681 report.stock.forecast 278 quantity base Quantity \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4682 stock.return.picking.line 279 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4683 stock.return.picking.line 279 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4684 stock.return.picking.line 279 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4685 stock.return.picking.line 279 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4686 stock.return.picking.line 279 wizard_id base Wizard \N many2one stock.return.picking \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4687 stock.return.picking.line 279 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4688 stock.return.picking.line 279 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4689 stock.return.picking.line 279 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4690 stock.return.picking.line 279 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4691 stock.return.picking.line 279 move_id base Move \N many2one stock.move \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4692 stock.return.picking.line 279 quantity base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4693 stock.return.picking 280 move_dest_exists base Chained Move Exists \N boolean \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4694 stock.return.picking 280 original_location_id base Original location id \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4695 stock.return.picking 280 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4696 stock.return.picking 280 product_return_moves base Moves \N one2many stock.return.picking.line wizard_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4697 stock.return.picking 280 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4698 stock.return.picking 280 parent_location_id base Parent location id \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4699 stock.return.picking 280 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4700 stock.return.picking 280 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4701 stock.return.picking 280 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4702 stock.return.picking 280 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4703 stock.return.picking 280 location_id base Return Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4704 stock.return.picking 280 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4705 stock.change.product.qty 281 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4706 stock.change.product.qty 281 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4707 stock.change.product.qty 281 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4708 stock.change.product.qty 281 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4709 stock.change.product.qty 281 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4710 stock.change.product.qty 281 product_tmpl_id base Template \N many2one product.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4711 stock.change.product.qty 281 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4712 stock.change.product.qty 281 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4713 stock.change.product.qty 281 lot_id base Lot/Serial Number \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4714 stock.change.product.qty 281 new_quantity base New Quantity on Hand This quantity is expressed in the Default Unit of Measure of the product. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4715 stock.change.product.qty 281 location_id base Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4716 stock.change.product.qty 281 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4717 stock.change.product.qty 281 product_variant_count base Variant Count \N integer \N \N f f product_tmpl_id.product_variant_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4718 make.procurement 282 uom_id base Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4719 make.procurement 282 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4720 make.procurement 282 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4721 make.procurement 282 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4722 make.procurement 282 date_planned base Planned Date \N date \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4723 make.procurement 282 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4724 make.procurement 282 res_model base Res Model \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4725 make.procurement 282 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4726 make.procurement 282 qty base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4727 make.procurement 282 product_tmpl_id base Template \N many2one product.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4728 make.procurement 282 route_ids base Preferred Routes \N many2many stock.location.route \N f t \N f f t f \N make_procurement_stock_location_route_rel make_procurement_id stock_location_route_id t \N \N \N \N \N \N \N \N \N \N \N +4729 make.procurement 282 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4730 make.procurement 282 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4731 make.procurement 282 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4732 make.procurement 282 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4733 make.procurement 282 product_variant_count base Variant Number \N integer \N \N f f product_tmpl_id.product_variant_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4734 procurement.orderpoint.compute 283 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4735 procurement.orderpoint.compute 283 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4736 procurement.orderpoint.compute 283 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4737 procurement.orderpoint.compute 283 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4738 procurement.orderpoint.compute 283 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4739 procurement.orderpoint.compute 283 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4740 procurement.orderpoint.compute 283 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4741 stock.immediate.transfer 284 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4742 stock.immediate.transfer 284 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4743 stock.immediate.transfer 284 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4744 stock.immediate.transfer 284 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4745 stock.immediate.transfer 284 pick_id base Pick id \N many2one stock.picking \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4746 stock.immediate.transfer 284 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4747 stock.immediate.transfer 284 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4748 stock.immediate.transfer 284 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4749 stock.backorder.confirmation 285 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4750 stock.backorder.confirmation 285 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4751 stock.backorder.confirmation 285 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4752 stock.backorder.confirmation 285 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4753 stock.backorder.confirmation 285 pick_id base Pick id \N many2one stock.picking \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4754 stock.backorder.confirmation 285 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4755 stock.backorder.confirmation 285 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4756 stock.backorder.confirmation 285 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4757 res.users 91 property_stock_customer base Customer Location This stock location will be used, instead of the default one, as the destination location for goods you send to this partner many2one stock.location \N f f partner_id.property_stock_customer f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4758 res.users 91 picking_warn base Stock Picking Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t partner_id.picking_warn f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4759 res.users 91 picking_warn_msg base Message for Stock Picking \N text \N \N f t partner_id.picking_warn_msg f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4760 res.users 91 property_stock_supplier base Vendor Location This stock location will be used, instead of the default one, as the source location for goods you receive from the current partner many2one stock.location \N f f partner_id.property_stock_supplier f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4761 stock.production.lot 269 life_date base End of Life Date This is the date on which the goods with this Serial Number may become dangerous and must not be consumed. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4762 stock.production.lot 269 removal_date base Removal Date This is the date on which the goods with this Serial Number should be removed from the stock. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4763 stock.production.lot 269 alert_date base Alert Date This is the date on which an alert should be notified about the goods with this Serial Number. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4764 stock.production.lot 269 use_date base Best before Date This is the date on which the goods with this Serial Number start deteriorating, without being dangerous yet. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4765 product.template 145 use_time base Product Use Time When a new a Serial Number is issued, this is the number of days before the goods starts deteriorating, without being dangerous yet. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4766 product.template 145 life_time base Product Life Time When a new a Serial Number is issued, this is the number of days before the goods may become dangerous and must not be consumed. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4767 product.template 145 removal_time base Product Removal Time When a new a Serial Number is issued, this is the number of days before the goods should be removed from the stock. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4768 product.template 145 alert_time base Product Alert Time When a new a Serial Number is issued, this is the number of days before an alert should be notified. integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4769 stock.quant 272 removal_date base Removal Date This is the date on which the goods with this Serial Number should be removed from the stock. datetime \N \N f f lot_id.removal_date f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4770 product.product 148 use_time base Product Use Time When a new a Serial Number is issued, this is the number of days before the goods starts deteriorating, without being dangerous yet. integer \N \N f t product_tmpl_id.use_time f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4771 product.product 148 life_time base Product Life Time When a new a Serial Number is issued, this is the number of days before the goods may become dangerous and must not be consumed. integer \N \N f t product_tmpl_id.life_time f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4772 product.product 148 removal_time base Product Removal Time When a new a Serial Number is issued, this is the number of days before the goods should be removed from the stock. integer \N \N f t product_tmpl_id.removal_time f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4773 product.product 148 alert_time base Product Alert Time When a new a Serial Number is issued, this is the number of days before an alert should be notified. integer \N \N f t product_tmpl_id.alert_time f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4774 product.template 145 property_valuation base Inventory Valuation If perpetual valuation is enabled for a product, the system will automatically create journal entries corresponding to stock moves, with product price as specified by the 'Costing Method'The inventory variation account set on the product category will represent the current inventory value, and the stock input and stock output account will hold the counterpart moves for incoming and outgoing products. selection \N \N f t \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4775 product.template 145 property_stock_account_input base Stock Input Account When doing real-time inventory valuation, counterpart journal items for all incoming stock moves will be posted in this account, unless there is a specific valuation account set on the source location. When not set on the product, the one from the product category is used. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4776 product.template 145 property_stock_account_output base Stock Output Account When doing real-time inventory valuation, counterpart journal items for all outgoing stock moves will be posted in this account, unless there is a specific valuation account set on the destination location. When not set on the product, the one from the product category is used. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4777 product.template 145 property_cost_method base Costing Method Standard Price: The cost price is manually updated at the end of a specific period (usually once a year).\n Average Price: The cost price is recomputed at each incoming shipment and used for the product valuation.\n Real Price: The cost price displayed is the price of the last outgoing product (will be use in case of inventory loss for example). selection \N \N f t \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4778 product.template 145 cost_method base Cost method \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4779 product.template 145 valuation base Valuation \N char \N \N f f \N f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4780 product.product 148 property_valuation base Inventory Valuation If perpetual valuation is enabled for a product, the system will automatically create journal entries corresponding to stock moves, with product price as specified by the 'Costing Method'The inventory variation account set on the product category will represent the current inventory value, and the stock input and stock output account will hold the counterpart moves for incoming and outgoing products. selection \N \N f t product_tmpl_id.property_valuation f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4781 product.product 148 property_stock_account_input base Stock Input Account When doing real-time inventory valuation, counterpart journal items for all incoming stock moves will be posted in this account, unless there is a specific valuation account set on the source location. When not set on the product, the one from the product category is used. many2one account.account \N f f product_tmpl_id.property_stock_account_input f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4782 product.product 148 property_stock_account_output base Stock Output Account When doing real-time inventory valuation, counterpart journal items for all outgoing stock moves will be posted in this account, unless there is a specific valuation account set on the destination location. When not set on the product, the one from the product category is used. many2one account.account \N f f product_tmpl_id.property_stock_account_output f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4783 product.product 148 property_cost_method base Costing Method Standard Price: The cost price is manually updated at the end of a specific period (usually once a year).\n Average Price: The cost price is recomputed at each incoming shipment and used for the product valuation.\n Real Price: The cost price displayed is the price of the last outgoing product (will be use in case of inventory loss for example). selection \N \N f t product_tmpl_id.property_cost_method f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4784 product.product 148 cost_method base Cost method \N char \N \N f f product_tmpl_id.cost_method f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4785 product.product 148 valuation base Valuation \N char \N \N f f product_tmpl_id.valuation f f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4786 product.category 146 property_stock_valuation_account_id base Stock Valuation Account When real-time inventory valuation is enabled on a product, this account will hold the current value of the products. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4787 product.category 146 property_stock_account_output_categ_id base Stock Output Account When doing real-time inventory valuation, counterpart journal items for all outgoing stock moves will be posted in this account, unless there is a specific valuation account set on the destination location. This is the default value for all products in this category. It can also directly be set on each product many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4788 product.category 146 property_valuation base Inventory Valuation If perpetual valuation is enabled for a product, the system will automatically create journal entries corresponding to stock moves, with product price as specified by the 'Costing Method'. The inventory variation account set on the product category will represent the current inventory value, and the stock input and stock output account will hold the counterpart moves for incoming and outgoing products. selection \N \N f t \N f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4789 product.category 146 property_cost_method base Costing Method Standard Price: The cost price is manually updated at the end of a specific period (usually once a year).\nAverage Price: The cost price is recomputed at each incoming shipment and used for the product valuation.\nReal Price: The cost price displayed is the price of the last outgoing product (will be used in case of inventory loss for example). selection \N \N f t \N f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4790 product.category 146 property_stock_account_input_categ_id base Stock Input Account When doing real-time inventory valuation, counterpart journal items for all incoming stock moves will be posted in this account, unless there is a specific valuation account set on the source location. This is the default value for all products in this category. It can also directly be set on each product many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4791 product.category 146 property_stock_journal base Stock Journal When doing real-time inventory valuation, this is the Accounting Journal in which entries will be automatically posted when stock moves are processed. many2one account.journal \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4792 stock.inventory 260 accounting_date base Force Accounting Date Choose the accounting date at which you want to value the stock moves created by the inventory instead of the default one (the inventory end date) date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4793 stock.location 262 valuation_in_account_id base Stock Valuation Account (Incoming) Used for real-time inventory valuation. When set on a virtual location (non internal type), this account will be used to hold the value of products being moved from an internal location into this location, instead of the generic Stock Output Account set on the product. This has no effect for internal locations. many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4794 stock.location 262 valuation_out_account_id base Stock Valuation Account (Outgoing) Used for real-time inventory valuation. When set on a virtual location (non internal type), this account will be used to hold the value of products being moved out of this location and into an internal location, instead of the generic Stock Output Account set on the product. This has no effect for internal locations. many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4795 stock.config.settings 258 module_stock_landed_costs base Landed Costs Install the module that allows to affect landed costs on pickings, and split them onto the different products. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4796 stock.config.settings 258 group_stock_inventory_valuation base Inventory Valuation Allows to configure inventory valuations on products and product categories. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4797 stock.history 286 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4798 stock.history 286 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4799 stock.history 286 price_unit_on_quant base Value \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4800 stock.history 286 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4801 stock.history 286 company_id base Company \N many2one res.company \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4802 stock.history 286 source base Source \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4803 stock.history 286 product_categ_id base Product Category \N many2one product.category \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4804 stock.history 286 inventory_value base Inventory Value \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4805 stock.history 286 date base Operation Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4806 stock.history 286 serial_number base Lot/Serial Number \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4807 stock.history 286 quantity base Product Quantity \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4808 stock.history 286 location_id base Location \N many2one stock.location \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4809 stock.history 286 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4810 stock.history 286 move_id base Stock Move \N many2one stock.move \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4811 stock.history 286 product_template_id base Product Template \N many2one product.template \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4812 stock.change.standard.price 287 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4813 stock.change.standard.price 287 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4814 stock.change.standard.price 287 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4815 stock.change.standard.price 287 new_price base Price If cost price is increased, stock variation account will be debited and stock output account will be credited with the value = (difference of amount * quantity available).\nIf cost price is decreased, stock variation account will be creadited and stock input account will be debited. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4816 stock.change.standard.price 287 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4817 stock.change.standard.price 287 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4818 stock.change.standard.price 287 counterpart_account_id base Counter-Part Account \N many2one account.account \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4819 stock.change.standard.price 287 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4820 stock.change.standard.price 287 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4821 wizard.valuation.history 288 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4822 wizard.valuation.history 288 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4823 wizard.valuation.history 288 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4824 wizard.valuation.history 288 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4825 wizard.valuation.history 288 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4826 wizard.valuation.history 288 date base Date \N datetime \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4827 wizard.valuation.history 288 choose_date base Inventory at Date \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4828 wizard.valuation.history 288 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4829 wizard.valuation.history 288 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4830 product.category 146 uuid base UUID \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4831 product.uom 158 uuid base UUID \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4832 product.uom.categ 157 uuid base UUID \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4833 res.partner 79 manufacturer base Manufacturer \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4834 product.supplierinfo 150 manufacturer base Maufacturer \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4835 product.supplierinfo 150 mrp base MRP \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4836 product.product 148 uuid base UUID \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4837 product.product 148 dhis2_code base DHIS2 Code \N char \N \N f t product_tmpl_id.dhis2_code f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4838 product.product 148 actual_stock base Actual Stock Get the actual stock available for product.\nActual stock of product doesn't eliminates the count of expired lots from available quantities. integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4839 product.product 148 manufacturer base Manufacturer \N many2one res.partner \N f t product_tmpl_id.manufacturer f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4840 product.product 148 drug base Drug Name This field is for assigning Generic name to product char \N \N f t product_tmpl_id.drug f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4841 product.product 148 mrp base MRP \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4842 product.template 145 uuid base UUID \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4843 product.template 145 dhis2_code base DHIS2 Code \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4844 product.template 145 manufacturer base Manufacturer \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4845 product.template 145 drug base Drug Name This field is for assigning Generic name to product char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4846 product.template 145 actual_stock base Actual Stock Get the actual stock available for product.\nActual stock of product doesn't eliminates the count of expired lots from available quantities. integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4847 product.template 145 mrp base MRP \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4848 res.users 91 manufacturer base Manufacturer \N boolean \N \N f t partner_id.manufacturer f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4849 account.invoice 175 incoterms_id base Incoterms Incoterms are series of sales terms. They are used to divide transaction costs and responsibilities between buyer and seller and reflect state-of-the-art transportation practices. many2one stock.incoterms \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4850 res.company 88 security_lead base Sales Safety Days Margin of error for dates promised to customers. Products will be scheduled for procurement and delivery that many days earlier than the actual promised date, to cope with unexpected delays in the supply chain. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4851 sale.order 250 delivery_count base Delivery Orders \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4852 sale.order 250 picking_policy base Shipping Policy \N selection \N \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4853 sale.order 250 incoterm base Incoterms International Commercial Terms are a series of predefined commercial terms used in international transactions. many2one stock.incoterms \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4854 sale.order 250 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N t t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4855 sale.order 250 picking_ids base Picking associated to this sale \N many2many stock.picking \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4856 sale.order.line 251 product_tmpl_id base Product Template \N many2one product.template \N f f product_id.product_tmpl_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4857 sale.order.line 251 product_packaging base Packaging \N many2one product.packaging \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4858 sale.order.line 251 route_id base Route \N many2one stock.location.route \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4859 sale.config.settings 249 security_lead base Sales Safety Days * Margin of error for dates promised to customers. Products will be scheduled for procurement and delivery that many days earlier than the actual promised date, to cope with unexpected delays in the supply chain. float \N \N f f company_id.security_lead f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4860 sale.config.settings 249 module_sale_order_dates base Date \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4861 sale.config.settings 249 module_delivery base Shipping \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4862 sale.config.settings 249 group_mrp_properties base Properties on SO Lines Allows you to tag sales order lines with properties. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4863 sale.config.settings 249 group_route_so_lines base Order Routing \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4864 sale.config.settings 249 default_picking_policy base Default Shipping Policy \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4865 stock.location.route 263 sale_selectable base Selectable on Sales Order Line \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4866 stock.move 265 to_refund_so base To Refund in SO Trigger a decrease of the delivered quantity in the associated Sale Order boolean \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4867 stock.picking 271 sale_id base Sale Order \N many2one sale.order \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4868 stock.return.picking.line 279 to_refund_so base To Refund Trigger a decrease of the delivered quantity in the associated Sale Order boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4869 sale.report 253 warehouse_id base Warehouse \N many2one stock.warehouse \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4870 state.district 289 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4871 state.district 289 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4872 state.district 289 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4873 state.district 289 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4874 state.district 289 country_id base Country \N many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4875 state.district 289 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4876 state.district 289 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4877 state.district 289 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4878 state.district 289 state_id base State \N many2one res.country.state \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4879 state.district 289 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4880 district.tehsil 290 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4881 district.tehsil 290 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4882 district.tehsil 290 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4883 district.tehsil 290 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4884 district.tehsil 290 country_id base Country \N many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4885 district.tehsil 290 district_id base District \N many2one state.district \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4886 district.tehsil 290 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4887 district.tehsil 290 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4888 district.tehsil 290 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4889 district.tehsil 290 state_id base State \N many2one res.country.state \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4890 district.tehsil 290 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4891 village.village 291 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4892 village.village 291 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4893 village.village 291 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4894 village.village 291 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4895 village.village 291 country_id base Country \N many2one res.country \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4896 village.village 291 district_id base District \N many2one state.district \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4897 village.village 291 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4898 village.village 291 tehsil_id base Tehsil \N many2one district.tehsil \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4899 village.village 291 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4900 village.village 291 state_id base State \N many2one res.country.state \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4901 village.village 291 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4902 village.village 291 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4903 sale.order 250 provider_name base Provider Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4904 sale.order 250 location_id base Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4905 sale.order 250 care_setting base Care Setting \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4906 sale.order 250 discount_percentage base Discount Percentage \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4907 sale.order 250 total_outstanding_balance base Total Outstanding Balance \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4908 sale.order 250 amount_round_off base Round Off Amount \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4909 sale.order 250 chargeable_amount base Chargeable Amount \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4910 sale.order 250 prev_outstanding_balance base Previous Outstanding Balance \N monetary \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4911 sale.order 250 default_quantity base Default Quantity \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4912 sale.order 250 round_off_amount base Round Off Amount \N float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4913 sale.order 250 partner_village base Partner Village \N many2one village.village \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4914 sale.order 250 discount_type base Discount Type \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4915 sale.order 250 disc_acc_id base Discount Account Head \N many2one account.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4916 sale.order 250 discount base Discount \N monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4917 sale.order 250 dispensed base Dispensed Flag to identify whether drug order is dispensed or not. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4918 sale.order 250 external_id base External Id This field is used to store encounter ID of bahmni api call char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4919 sale.order.line 251 lot_id base Batch No \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4920 sale.order.line 251 external_order_id base External Order ID This field stores the order ID got from api call. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4921 sale.order.line 251 expiry_date base Expiry date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4922 sale.order.line 251 order_uuid base Order UUID Field for generating a random unique ID. char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4923 sale.order.line 251 dispensed base Dispensed Flag to identify whether drug order is dispensed or not. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4924 sale.order.line 251 external_id base External ID This field is used to store encounter ID of bahmni api call char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4925 sale.config.settings 249 convert_dispensed base Allow to automatically convert quotation to sale order if drug is dispensed from local shop \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4926 sale.config.settings 249 group_final_so_charge base Allow to enter final Sale Order charge \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4927 sale.config.settings 249 group_default_quantity base Allow to enter default quantity as -1 \N boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4928 atom.event.worker 292 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4929 atom.event.worker 292 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4930 atom.event.worker 292 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4931 event.records 293 category base Category \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4932 event.records 293 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4933 event.records 293 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4934 event.records 293 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4935 event.records 293 uuid base UUID \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4936 event.records 293 title base Title \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4937 event.records 293 timestamp base Timestamp \N datetime \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4938 event.records 293 object base SerializedContents \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4939 event.records 293 uri base URI \N char \N \N f t \N f f t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4940 event.records 293 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4941 event.records 293 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4942 event.records 293 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4943 event.records 293 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4944 drug.service.create 294 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4945 drug.service.create 294 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4946 drug.service.create 294 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4947 product.uom.service 295 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4948 product.uom.service 295 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4949 product.uom.service 295 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4950 res.partner 79 local_name base Local Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4951 res.partner 79 village_id base Village \N many2one village.village \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4952 res.partner 79 tehsil_id base Tehsil \N many2one district.tehsil \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4953 res.partner 79 district_id base District \N many2one state.district \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4954 res.company 88 dhis2_code base DHIS Code \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4955 order.type 296 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4956 order.type 296 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4957 order.type 296 name base Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4958 order.type 296 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4959 order.type 296 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4960 order.type 296 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4961 order.type 296 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4962 order.type 296 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4963 order.picking.type.mapping 297 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4964 order.picking.type.mapping 297 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4965 order.picking.type.mapping 297 picking_type_id base Picking Type \N many2one stock.picking.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4966 order.picking.type.mapping 297 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4967 order.picking.type.mapping 297 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4968 order.picking.type.mapping 297 order_type_id base Order Type \N many2one order.type \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4969 order.picking.type.mapping 297 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4970 order.picking.type.mapping 297 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4971 order.picking.type.mapping 297 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4972 syncable.units 298 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4973 syncable.units 298 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4974 syncable.units 298 name base Unit Name \N char \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4975 syncable.units 298 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4976 syncable.units 298 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4977 syncable.units 298 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4978 syncable.units 298 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4979 syncable.units 298 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4980 atom.feed.marker 299 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4981 atom.feed.marker 299 feed_uri base uuid \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4982 atom.feed.marker 299 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4983 atom.feed.marker 299 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4984 atom.feed.marker 299 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4985 atom.feed.marker 299 feed_uri_for_last_read_entry base Category \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4986 atom.feed.marker 299 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4987 atom.feed.marker 299 last_read_entry_id base Title \N char \N \N f t \N f t t t \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4988 atom.feed.marker 299 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4989 atom.feed.marker 299 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4990 order.save.service 300 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4991 order.save.service 300 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4992 order.save.service 300 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4993 stock.location.product.dhis2 301 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4994 stock.location.product.dhis2 301 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4995 stock.location.product.dhis2 301 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +4996 stock.location.product.dhis2 301 data base CSV file \N binary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4997 stock.location.product.dhis2 301 state base State \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4998 stock.location.product.dhis2 301 month base Month \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +4999 stock.location.product.dhis2 301 from_date base From Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5000 stock.location.product.dhis2 301 to_date base To Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5001 stock.location.product.dhis2 301 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5002 stock.location.product.dhis2 301 year base Year \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5003 stock.location.product.dhis2 301 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5004 stock.location.product.dhis2 301 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5005 stock.location.product.dhis2 301 data_fname base File Name \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5006 stock.location.product.dhis2 301 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5007 res.users 91 village_id base Village \N many2one village.village \N f t partner_id.village_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5008 res.users 91 tehsil_id base Tehsil \N many2one district.tehsil \N f t partner_id.tehsil_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5009 res.users 91 local_name base Local Name \N char \N \N f t partner_id.local_name f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5010 res.users 91 district_id base District \N many2one state.district \N f t partner_id.district_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5011 account.invoice 175 purchase_id base Add Purchase Order Encoding help. When selected, the associated purchase order lines are added to the vendor bill. Several PO can be selected. many2one purchase.order \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5012 account.invoice.line 176 purchase_id base Purchase Order Associated Purchase Order. Filled in automatically when a PO is chosen on the vendor bill. many2one purchase.order \N f f purchase_line_id.order_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5013 account.invoice.line 176 purchase_line_id base Purchase Order Line \N many2one purchase.order.line \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5014 purchase.order 302 origin base Source Document Reference of the document that generated this purchase order request (e.g. a sale order or an internal procurement request) char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5015 purchase.order 302 message_follower_ids base Followers \N one2many mail.followers res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5016 purchase.order 302 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5017 purchase.order 302 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5018 purchase.order 302 order_line base Order Lines \N one2many purchase.order.line order_id f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5019 purchase.order 302 message_needaction base Action Needed If checked, new messages require your attention. boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5020 purchase.order 302 message_channel_ids base Followers (Channels) \N many2many mail.channel \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5021 purchase.order 302 message_partner_ids base Followers (Partners) \N many2many res.partner \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5022 purchase.order 302 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5023 purchase.order 302 currency_id base Currency \N many2one res.currency \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5024 purchase.order 302 invoice_ids base Bills \N many2many account.invoice \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5025 purchase.order 302 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5026 purchase.order 302 date_order base Order Date Depicts the date where the Quotation should be validated and converted into a purchase order. datetime \N \N t f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5027 purchase.order 302 partner_id base Vendor \N many2one res.partner \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5028 purchase.order 302 message_ids base Messages \N one2many mail.message res_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5029 purchase.order 302 dest_address_id base Drop Ship Address Put an address if you want to deliver directly from the vendor to the customer. Otherwise, keep empty to deliver to your own company. many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5030 purchase.order 302 create_uid base Responsible \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5031 purchase.order 302 amount_untaxed base Untaxed Amount \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5032 purchase.order 302 is_shipped base Is shipped \N boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5033 purchase.order 302 picking_type_id base Deliver To This will determine picking type of incoming shipment many2one stock.picking.type \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5034 purchase.order 302 message_last_post base Last Message Date Date of the last message posted on the record. datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5035 purchase.order 302 company_id base Company \N many2one res.company \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5036 purchase.order 302 name base Order Reference \N char \N \N t f \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5037 purchase.order 302 amount_tax base Taxes \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5038 purchase.order 302 state base Status \N selection \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5039 purchase.order 302 date_approve base Approval Date \N date \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5040 purchase.order 302 message_unread_counter base Unread Messages Counter Number of unread messages integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5041 purchase.order 302 incoterm_id base Incoterm International Commercial Terms are a series of predefined commercial terms used in international transactions. many2one stock.incoterms \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5042 purchase.order 302 payment_term_id base Payment Terms \N many2one account.payment.term \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5043 purchase.order 302 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5044 purchase.order 302 invoice_count base # of Bills \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5045 purchase.order 302 partner_ref base Vendor Reference Reference of the sales order or bid sent by the vendor. It's used to do the matching when you receive the products as this reference is usually written on the delivery order sent by your vendor. char \N \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5046 purchase.order 302 picking_ids base Receptions \N many2many stock.picking \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5047 purchase.order 302 fiscal_position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5048 purchase.order 302 amount_total base Total \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5049 purchase.order 302 picking_count base Receptions \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5050 purchase.order 302 message_unread base Unread Messages If checked new messages require your attention. boolean \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5051 purchase.order 302 invoice_status base Billing Status \N selection \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5052 purchase.order 302 message_is_follower base Is Follower \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5053 purchase.order 302 date_planned base Scheduled Date \N datetime \N \N t f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5054 purchase.order 302 notes base Terms and Conditions \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5055 purchase.order 302 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5056 purchase.order 302 product_id base Product \N many2one product.product \N f f order_line.product_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5057 purchase.order 302 default_location_dest_id_usage base Destination Location Type Technical field used to display the Drop Ship Address selection \N \N f f picking_type_id.default_location_dest_id.usage t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5058 purchase.order 302 group_id base Procurement Group \N many2one procurement.group \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5059 purchase.order 302 message_needaction_counter base Number of Actions Number of messages which requires an action integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5060 purchase.order.line 303 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5061 purchase.order.line 303 product_uom base Product Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5062 purchase.order.line 303 analytic_tag_ids base Analytic Tags \N many2many account.analytic.tag \N f t \N f f t f \N account_analytic_tag_purchase_order_line_rel purchase_order_line_id account_analytic_tag_id t \N \N \N \N \N \N \N \N \N \N \N +5063 purchase.order.line 303 price_unit base Unit Price \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5064 purchase.order.line 303 qty_invoiced base Billed Qty \N float \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5065 purchase.order.line 303 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5066 purchase.order.line 303 currency_id base Currency \N many2one res.currency \N f f order_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5067 purchase.order.line 303 product_qty base Quantity \N float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5068 purchase.order.line 303 date_order base Order Date Depicts the date where the Quotation should be validated and converted into a purchase order. datetime \N \N f f order_id.date_order t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5069 purchase.order.line 303 partner_id base Partner \N many2one res.partner \N f f order_id.partner_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5070 purchase.order.line 303 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5071 purchase.order.line 303 qty_received base Received Qty \N float \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5072 purchase.order.line 303 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5073 purchase.order.line 303 procurement_ids base Associated Procurements \N one2many procurement.order purchase_line_id f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5074 purchase.order.line 303 price_tax base Tax \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5075 purchase.order.line 303 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5076 purchase.order.line 303 sequence base Sequence \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5077 purchase.order.line 303 company_id base Company \N many2one res.company \N f f order_id.company_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5078 purchase.order.line 303 move_ids base Reservation \N one2many stock.move purchase_line_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5079 purchase.order.line 303 state base Status \N selection \N \N f f order_id.state t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5080 purchase.order.line 303 account_analytic_id base Analytic Account \N many2one account.analytic.account \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5081 purchase.order.line 303 order_id base Order Reference \N many2one purchase.order \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5082 purchase.order.line 303 price_subtotal base Subtotal \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5083 purchase.order.line 303 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5084 purchase.order.line 303 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5085 purchase.order.line 303 product_id base Product \N many2one product.product \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5086 purchase.order.line 303 price_total base Total \N monetary \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5087 purchase.order.line 303 name base Description \N text \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5088 purchase.order.line 303 date_planned base Scheduled Date \N datetime \N \N t t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5089 purchase.order.line 303 invoice_lines base Bill Lines \N one2many account.invoice.line purchase_line_id f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5090 purchase.order.line 303 taxes_id base Taxes \N many2many account.tax \N f t \N f f t f \N account_tax_purchase_order_line_rel purchase_order_line_id account_tax_id t \N \N \N \N \N \N \N \N \N \N \N +5091 procurement.order 233 purchase_id base Purchase Order \N many2one purchase.order \N f f purchase_line_id.order_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5092 procurement.order 233 purchase_line_id base Purchase Order Line \N many2one purchase.order.line \N f f \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5093 product.template 145 property_account_creditor_price_difference base Price Difference Account This account will be used to value price difference between purchase price and cost price. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5094 product.template 145 purchase_line_warn_msg base Message for Purchase Order Line \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5095 product.template 145 purchase_method base Control Purchase Bills On ordered quantities: control bills based on ordered quantities.\nOn received quantities: control bills based on received quantity. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5096 product.template 145 purchase_line_warn base Purchase Order Line Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5097 product.template 145 purchase_count base # Purchases \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5098 product.product 148 property_account_creditor_price_difference base Price Difference Account This account will be used to value price difference between purchase price and cost price. many2one account.account \N f f product_tmpl_id.property_account_creditor_price_difference f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5099 product.product 148 purchase_line_warn_msg base Message for Purchase Order Line \N text \N \N f t product_tmpl_id.purchase_line_warn_msg f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5100 product.product 148 purchase_method base Control Purchase Bills On ordered quantities: control bills based on ordered quantities.\nOn received quantities: control bills based on received quantity. selection \N \N f t product_tmpl_id.purchase_method f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5101 product.product 148 purchase_line_warn base Purchase Order Line Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t product_tmpl_id.purchase_line_warn f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5102 product.product 148 purchase_count base # Purchases \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5103 product.category 146 property_account_creditor_price_difference_categ base Price Difference Account This account will be used to value price difference between purchase price and accounting cost. many2one account.account \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5104 res.company 88 po_lead base Purchase Lead Time Margin of error for vendor lead times. When the system generates Purchase Orders for procuring products, they will be scheduled that many days earlier to cope with unexpected vendor delays. float \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5105 res.company 88 po_double_validation_amount base Double validation amount Minimum amount for which a double validation is required monetary \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5106 res.company 88 po_lock base Purchase Order Modification Purchase Order Modification used when you want to purchase order editable after confirm selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5107 res.company 88 po_double_validation base Levels of Approvals Provide a double validation mechanism for purchases selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5108 purchase.config.settings 304 group_uom base Units of Measure Allows you to select and maintain different units of measure for products. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5109 purchase.config.settings 304 group_warning_purchase base Warning \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5110 purchase.config.settings 304 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5111 purchase.config.settings 304 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5112 purchase.config.settings 304 module_stock_dropshipping base Dropshipping \nCreates the dropship Route and add more complex tests\n-This installs the module stock_dropshipping. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5113 purchase.config.settings 304 group_costing_method base Costing Methods Allows you to compute product cost price based on average cost. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5114 purchase.config.settings 304 po_lock base Purchase Order Modification * Purchase Order Modification used when you want to purchase order editable after confirm selection \N \N f f company_id.po_lock f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5115 purchase.config.settings 304 po_double_validation base Levels of Approvals * Provide a double validation mechanism for purchases selection \N \N f f company_id.po_double_validation f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5116 purchase.config.settings 304 company_id base Company \N many2one res.company \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5117 purchase.config.settings 304 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5118 purchase.config.settings 304 company_currency_id base Currency Utility field to express amount currency many2one res.currency \N f f company_id.currency_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5119 purchase.config.settings 304 group_manage_vendor_price base Vendor Price \N selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5120 purchase.config.settings 304 po_lead base Purchase Lead Time * Margin of error for vendor lead times. When the system generates Purchase Orders for procuring products, they will be scheduled that many days earlier to cope with unexpected vendor delays. float \N \N f f company_id.po_lead f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5121 purchase.config.settings 304 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5122 purchase.config.settings 304 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5123 purchase.config.settings 304 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5124 purchase.config.settings 304 group_product_variant base Product Variants Work with product variant allows you to define some variant of the same products, an ease the product management in the ecommerce for example selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5125 purchase.config.settings 304 module_purchase_requisition base Calls for Tenders Calls for tenders are used when you want to generate requests for quotations to several vendors for a given set of products.\nYou can configure per product if you directly do a Request for Quotation to one vendor or if you want a Call for Tenders to compare offers from several vendors. selection \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5126 purchase.config.settings 304 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5127 purchase.config.settings 304 po_double_validation_amount base Double validation amount * Minimum amount for which a double validation is required monetary \N \N f f company_id.po_double_validation_amount f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5128 account.config.settings 198 group_analytic_account_for_purchases base Analytic accounting for purchases Allows you to specify an analytic account on purchase order lines. boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5129 res.partner 79 purchase_order_count base # of Purchase Order \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5130 res.partner 79 supplier_invoice_count base # Vendor Bills \N integer \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5131 res.partner 79 property_purchase_currency_id base Supplier Currency This currency will be used, instead of the default one, for purchases from the current partner many2one res.currency \N f f \N f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5132 res.partner 79 purchase_warn base Purchase Order Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5133 res.partner 79 purchase_warn_msg base Message for Purchase Order \N text \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5134 stock.picking 271 purchase_id base Purchase Orders \N many2one purchase.order \N f f move_lines.purchase_line_id.order_id t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5135 stock.move 265 purchase_line_id base Purchase Order Line \N many2one purchase.order.line \N t t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5136 stock.warehouse 274 buy_pull_id base Buy rule \N many2one procurement.rule \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5137 stock.warehouse 274 buy_to_resupply base Purchase to resupply this warehouse When products are bought, they can be delivered to this warehouse boolean \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5138 purchase.report 305 product_uom base Reference Unit of Measure \N many2one product.uom \N f t \N f t t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5139 purchase.report 305 currency_id base Currency \N many2one res.currency \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5140 purchase.report 305 delay_pass base Days to Deliver \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5141 purchase.report 305 date_order base Order Date Date on which this document has been created datetime \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5142 purchase.report 305 partner_id base Vendor \N many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5143 purchase.report 305 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5144 purchase.report 305 product_tmpl_id base Product Template \N many2one product.template \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5145 purchase.report 305 price_standard base Products Value \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5146 purchase.report 305 user_id base Responsible \N many2one res.users \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5147 purchase.report 305 weight base Gross Weight \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5148 purchase.report 305 picking_type_id base Warehouse \N many2one stock.warehouse \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5149 purchase.report 305 country_id base Partner Country \N many2one res.country \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5150 purchase.report 305 company_id base Company \N many2one res.company \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5151 purchase.report 305 delay base Days to Validate \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5152 purchase.report 305 state base Order Status \N selection \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5153 purchase.report 305 date_approve base Date Approved \N date \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5154 purchase.report 305 account_analytic_id base Analytic Account \N many2one account.analytic.account \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5155 purchase.report 305 negociation base Purchase-Standard Price \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5156 purchase.report 305 price_average base Average Price \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5157 purchase.report 305 volume base Volume \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5158 purchase.report 305 nbr_lines base # of Lines \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5159 purchase.report 305 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5160 purchase.report 305 unit_quantity base Product Quantity \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5161 purchase.report 305 fiscal_position_id base Fiscal Position \N many2one account.fiscal.position \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5162 purchase.report 305 price_total base Total Price \N float \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5163 purchase.report 305 product_id base Product \N many2one product.product \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5164 purchase.report 305 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5165 purchase.report 305 category_id base Product Category \N many2one product.category \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5166 purchase.report 305 commercial_partner_id base Commercial Entity \N many2one res.partner \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5167 res.users 91 purchase_warn base Purchase Order Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field. selection \N \N f t partner_id.purchase_warn f t t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5168 res.users 91 supplier_invoice_count base # Vendor Bills \N integer \N \N f f partner_id.supplier_invoice_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5169 res.users 91 property_purchase_currency_id base Supplier Currency This currency will be used, instead of the default one, for purchases from the current partner many2one res.currency \N f f partner_id.property_purchase_currency_id f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5170 res.users 91 purchase_order_count base # of Purchase Order \N integer \N \N f f partner_id.purchase_order_count t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5171 res.users 91 purchase_warn_msg base Message for Purchase Order \N text \N \N f t partner_id.purchase_warn_msg f f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5172 stock.production.lot 269 stock_forecast base Available forecast Future stock forecast quantity of products with this Serial Number available in company warehouses float \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5173 stock.production.lot 269 sale_price base Sale Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5174 stock.production.lot 269 cost_price base Cost Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5175 stock.production.lot 269 mrp base MRP \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5176 stock.move 265 stock_picking_time base Stock Picking_time \N datetime \N \N f f \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5177 stock.pack.operation 266 picking_type base Operation Type \N char \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5178 stock.pack.operation 266 available_qty base Available Qty \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5179 stock.pack.operation.lot 267 available_qty base Available Qty \N integer \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5180 account.invoice.line 176 lot_id base Batch Name \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5181 account.invoice.line 176 expiry_date base Expiry Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5182 batch.stock.future.forecast 306 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5183 batch.stock.future.forecast 306 product_id base Product \N many2one product.product \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5184 batch.stock.future.forecast 306 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5185 batch.stock.future.forecast 306 qty base Forecasted Quantity \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5186 batch.stock.future.forecast 306 lot_id base Lot \N many2one stock.production.lot \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5187 batch.stock.future.forecast 306 location_id base Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5188 batch.stock.future.forecast 306 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5189 prod_last_moved.report 307 origin base Origin \N text \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5190 prod_last_moved.report 307 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5191 prod_last_moved.report 307 product_id base Product \N many2one product.product \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5192 prod_last_moved.report 307 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5193 prod_last_moved.report 307 last_moved_date base Last Moved Date \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5194 prod_last_moved.report 307 location_dest_id base Destination Location \N many2one stock.location \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5195 prod_last_moved.report 307 location_id base Source Location \N many2one stock.location \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5196 prod_last_moved.report 307 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5197 purchase.order.line 303 manufacturer base Manufacturer \N many2one res.partner \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5198 purchase.order.line 303 prod_categ_id base Product Category \N many2one product.category \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5199 purchase.order.line 303 mrp base MRP \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5200 product.product 148 low_stock base Low Stock \N boolean \N \N f f \N t f t f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5201 price.markup.table 308 create_uid base Created by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5202 price.markup.table 308 display_name base Display Name \N char \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5203 price.markup.table 308 __last_update base Last Modified on \N datetime \N \N f f \N t f f f \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N +5204 price.markup.table 308 lower_price base Lower Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5205 price.markup.table 308 higher_price base Higher Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5206 price.markup.table 308 write_date base Last Updated on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5207 price.markup.table 308 create_date base Created on \N datetime \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5208 price.markup.table 308 markup_percentage base Markup Percentage \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5209 price.markup.table 308 write_uid base Last Updated by \N many2one res.users \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5210 price.markup.table 308 id base ID \N integer \N \N f t \N t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5211 stock.pack.operation.lot 267 sale_price base Sale Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5212 stock.pack.operation.lot 267 mrp base MRP \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5213 stock.pack.operation.lot 267 expiry_date base Expiry Date \N date \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5214 stock.pack.operation.lot 267 move_id base Stock Move This field is used to track, which all move_ids are utilized to fetch cost_price many2one stock.move \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +5215 stock.pack.operation.lot 267 cost_price base Cost Price \N float \N \N f t \N f f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1989 account.analytic.line 143 currency_id base Account Currency The related account currency if not equal to the company one. many2one res.currency \N f f move_id.currency_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +1996 account.analytic.line 143 partner_id base Partner \N many2one res.partner \N f f account_id.partner_id t f t f \N \N \N \N t \N \N \N \N \N \N \N \N \N \N \N +\. + + +-- +-- Data for Name: ir_model_fields_group_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model_fields_group_rel (field_id, group_id) FROM stdin; +\. + + +-- +-- Name: ir_model_fields_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_model_fields_id_seq', 5215, true); + + +-- +-- Name: ir_model_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_model_id_seq', 308, true); + + +-- +-- Data for Name: ir_model_relation; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_model_relation (id, date_init, date_update, module, model, name, create_uid, write_uid, write_date, create_date) FROM stdin; +1 2019-03-20 06:35:11.315593 2019-03-20 06:35:11.315593 111 4 ir_model_fields_group_rel \N \N \N \N +2 2019-03-20 06:35:11.854746 2019-03-20 06:35:11.854746 111 13 ir_ui_menu_group_rel \N \N \N \N +3 2019-03-20 06:35:12.014264 2019-03-20 06:35:12.014264 111 15 ir_ui_view_group_rel \N \N \N \N +4 2019-03-20 06:35:12.234128 2019-03-20 06:35:12.234128 111 17 res_groups_report_rel \N \N \N \N +5 2019-03-20 06:35:12.352294 2019-03-20 06:35:12.352294 111 18 ir_act_window_group_rel \N \N \N \N +6 2019-03-20 06:35:12.815314 2019-03-20 06:35:12.815314 111 22 rel_server_actions \N \N \N \N +7 2019-03-20 06:35:12.974304 2019-03-20 06:35:12.974304 111 24 res_groups_action_rel \N \N \N \N +8 2019-03-20 06:35:14.205469 2019-03-20 06:35:14.205469 111 33 rule_group_rel \N \N \N \N +9 2019-03-20 06:35:14.285105 2019-03-20 06:35:14.285105 111 34 ir_config_parameter_groups_rel \N \N \N \N +10 2019-03-20 06:35:15.343324 2019-03-20 06:35:15.343324 111 59 wkf_witm_trans \N \N \N \N +11 2019-03-20 06:35:16.939147 2019-03-20 06:35:16.939147 111 70 rel_modules_langexport \N \N \N \N +12 2019-03-20 06:35:18.152129 2019-03-20 06:35:18.152129 111 73 res_country_res_country_group_rel \N \N \N \N +13 2019-03-20 06:35:20.266548 2019-03-20 06:35:20.266548 111 77 res_partner_res_partner_category_rel \N \N \N \N +14 2019-03-20 06:35:21.259489 2019-03-20 06:35:21.259489 111 88 res_company_users_rel \N \N \N \N +15 2019-03-20 06:35:21.440526 2019-03-20 06:35:21.440526 111 89 res_groups_implied_rel \N \N \N \N +16 2019-03-20 06:35:21.490581 2019-03-20 06:35:21.490581 111 89 res_groups_users_rel \N \N \N \N +17 2019-03-20 06:38:29.217309 2019-03-20 06:38:29.217309 32 123 mail_followers_mail_message_subtype_rel \N \N \N \N +18 2019-03-20 06:38:29.595892 2019-03-20 06:38:29.595892 32 125 message_attachment_rel \N \N \N \N +19 2019-03-20 06:38:29.615241 2019-03-20 06:38:29.615241 32 125 mail_message_res_partner_rel \N \N \N \N +20 2019-03-20 06:38:29.638165 2019-03-20 06:38:29.638165 32 125 mail_message_mail_channel_rel \N \N \N \N +21 2019-03-20 06:38:29.651774 2019-03-20 06:38:29.651774 32 125 mail_message_res_partner_needaction_rel \N \N \N \N +22 2019-03-20 06:38:29.651774 2019-03-20 06:38:29.651774 32 125 mail_message_res_partner_starred_rel \N \N \N \N +23 2019-03-20 06:38:29.808031 2019-03-20 06:38:29.808031 32 126 mail_mail_res_partner_rel \N \N \N \N +24 2019-03-20 06:38:30.231874 2019-03-20 06:38:30.231874 32 129 mail_channel_partner \N \N \N \N +25 2019-03-20 06:38:30.23984 2019-03-20 06:38:30.23984 32 129 mail_channel_res_groups_rel \N \N \N \N +26 2019-03-20 06:38:30.423524 2019-03-20 06:38:30.423524 32 130 email_template_attachment_rel \N \N \N \N +27 2019-03-20 06:38:31.327219 2019-03-20 06:38:31.327219 32 133 mail_channel_mail_wizard_invite_rel \N \N \N \N +28 2019-03-20 06:38:31.354695 2019-03-20 06:38:31.354695 32 133 mail_wizard_invite_res_partner_rel \N \N \N \N +29 2019-03-20 06:38:31.53535 2019-03-20 06:38:31.53535 32 134 mail_compose_message_ir_attachments_rel \N \N \N \N +30 2019-03-20 06:38:31.564077 2019-03-20 06:38:31.564077 32 134 mail_compose_message_res_partner_rel \N \N \N \N +31 2019-03-20 06:38:31.842858 2019-03-20 06:38:31.842858 32 135 email_template_preview_res_partner_rel \N \N \N \N +32 2019-03-20 06:38:43.31058 2019-03-20 06:38:43.31058 26 142 account_analytic_account_tag_rel \N \N \N \N +33 2019-03-20 06:38:43.424557 2019-03-20 06:38:43.424557 26 143 account_analytic_line_tag_rel \N \N \N \N +34 2019-03-20 06:38:49.969422 2019-03-20 06:38:49.969422 256 148 product_attribute_value_product_product_rel \N \N \N \N +35 2019-03-20 06:38:50.740596 2019-03-20 06:38:50.740596 256 154 product_attribute_line_product_attribute_value_rel \N \N \N \N +36 2019-03-20 06:38:50.90336 2019-03-20 06:38:50.90336 256 155 res_country_group_pricelist_rel \N \N \N \N +37 2019-03-20 06:38:59.901065 2019-03-20 06:38:59.901065 193 161 account_fiscal_position_res_country_state_rel \N \N \N \N +38 2019-03-20 06:39:00.622493 2019-03-20 06:39:00.622493 193 166 account_account_account_tag \N \N \N \N +39 2019-03-20 06:39:00.724745 2019-03-20 06:39:00.724745 193 166 account_account_tax_default_rel \N \N \N \N +40 2019-03-20 06:39:01.19104 2019-03-20 06:39:01.19104 193 167 account_account_type_rel \N \N \N \N +41 2019-03-20 06:39:01.283084 2019-03-20 06:39:01.283084 193 167 account_journal_outbound_payment_method_rel \N \N \N \N +42 2019-03-20 06:39:01.317526 2019-03-20 06:39:01.317526 193 167 account_journal_inbound_payment_method_rel \N \N \N \N +43 2019-03-20 06:39:01.340639 2019-03-20 06:39:01.340639 193 167 account_journal_type_rel \N \N \N \N +44 2019-03-20 06:39:01.741384 2019-03-20 06:39:01.741384 193 169 account_tax_filiation_rel \N \N \N \N +45 2019-03-20 06:39:01.828517 2019-03-20 06:39:01.828517 193 169 account_tax_account_tag \N \N \N \N +46 2019-03-20 06:39:02.675542 2019-03-20 06:39:02.675542 193 174 account_invoice_payment_rel \N \N \N \N +47 2019-03-20 06:39:03.223927 2019-03-20 06:39:03.223927 193 175 account_invoice_account_move_line_rel \N \N \N \N +48 2019-03-20 06:39:03.45518 2019-03-20 06:39:03.45518 193 176 account_analytic_tag_account_invoice_line_rel \N \N \N \N +49 2019-03-20 06:39:03.543731 2019-03-20 06:39:03.543731 193 176 account_invoice_line_tax \N \N \N \N +50 2019-03-20 06:39:05.343117 2019-03-20 06:39:05.343117 193 186 account_analytic_tag_account_move_line_rel \N \N \N \N +51 2019-03-20 06:39:05.420123 2019-03-20 06:39:05.420123 193 186 account_move_line_account_tax_rel \N \N \N \N +52 2019-03-20 06:39:05.945366 2019-03-20 06:39:05.945366 193 189 account_account_template_account_tag \N \N \N \N +53 2019-03-20 06:39:05.981422 2019-03-20 06:39:05.981422 193 189 account_account_template_tax_rel \N \N \N \N +54 2019-03-20 06:39:06.36018 2019-03-20 06:39:06.36018 193 191 account_tax_template_filiation_rel \N \N \N \N +55 2019-03-20 06:39:06.382992 2019-03-20 06:39:06.382992 193 191 account_account_tag_account_tax_template_rel \N \N \N \N +56 2019-03-20 06:39:07.519224 2019-03-20 06:39:07.519224 193 145 product_supplier_taxes_rel \N \N \N \N +57 2019-03-20 06:39:07.574043 2019-03-20 06:39:07.574043 193 145 product_taxes_rel \N \N \N \N +58 2019-03-20 06:39:09.31024 2019-03-20 06:39:09.31024 193 209 account_common_report_account_journal_rel \N \N \N \N +59 2019-03-20 06:39:09.463262 2019-03-20 06:39:09.463262 193 210 account_common_account_report_account_journal_rel \N \N \N \N +60 2019-03-20 06:39:09.618832 2019-03-20 06:39:09.618832 193 211 account_common_partner_report_account_journal_rel \N \N \N \N +61 2019-03-20 06:39:09.731927 2019-03-20 06:39:09.731927 193 212 account_common_journal_report_account_journal_rel \N \N \N \N +62 2019-03-20 06:39:09.858325 2019-03-20 06:39:09.858325 193 213 account_journal_account_print_journal_rel \N \N \N \N +63 2019-03-20 06:39:09.970184 2019-03-20 06:39:09.970184 193 214 account_report_general_ledger_journal_rel \N \N \N \N +64 2019-03-20 06:39:10.102191 2019-03-20 06:39:10.102191 193 215 account_journal_account_report_partner_ledger_rel \N \N \N \N +65 2019-03-20 06:39:10.210157 2019-03-20 06:39:10.210157 193 216 account_balance_report_journal_rel \N \N \N \N +66 2019-03-20 06:39:10.34116 2019-03-20 06:39:10.34116 193 217 account_journal_accounting_report_rel \N \N \N \N +67 2019-03-20 06:39:10.555147 2019-03-20 06:39:10.555147 193 218 account_aged_trial_balance_account_journal_rel \N \N \N \N +68 2019-03-20 06:39:10.84754 2019-03-20 06:39:10.84754 193 220 account_account_financial_report_type \N \N \N \N +69 2019-03-20 06:39:10.863 2019-03-20 06:39:10.863 193 220 account_account_financial_report \N \N \N \N +70 2019-03-20 06:39:45.613526 2019-03-20 06:39:45.613526 7 238 account_tax_account_voucher_line_rel \N \N \N \N +71 2019-03-20 06:48:15.347799 2019-03-20 06:48:15.347799 283 176 sale_order_line_invoice_rel \N \N \N \N +72 2019-03-20 06:48:16.758048 2019-03-20 06:48:16.758048 283 251 account_analytic_tag_sale_order_line_rel \N \N \N \N +73 2019-03-20 06:48:16.947607 2019-03-20 06:48:16.947607 283 251 account_tax_sale_order_line_rel \N \N \N \N +74 2019-03-20 06:48:17.965875 2019-03-20 06:48:17.965875 283 254 account_tax_sale_advance_payment_inv_rel \N \N \N \N +75 2019-03-20 06:48:35.690189 2019-03-20 06:48:35.690189 253 145 stock_route_product \N \N \N \N +76 2019-03-20 06:48:35.776178 2019-03-20 06:48:35.776178 253 146 stock_location_route_categ \N \N \N \N +77 2019-03-20 06:48:36.067259 2019-03-20 06:48:36.067259 253 233 stock_location_route_procurement \N \N \N \N +78 2019-03-20 06:48:37.903624 2019-03-20 06:48:37.903624 253 263 stock_route_warehouse \N \N \N \N +79 2019-03-20 06:48:38.623826 2019-03-20 06:48:38.623826 253 265 stock_location_route_move \N \N \N \N +80 2019-03-20 06:48:38.694672 2019-03-20 06:48:38.694672 253 265 stock_quant_move_rel \N \N \N \N +81 2019-03-20 06:48:40.437846 2019-03-20 06:48:40.437846 253 274 stock_wh_resupply_table \N \N \N \N +82 2019-03-20 06:48:41.461588 2019-03-20 06:48:41.461588 253 282 make_procurement_stock_location_route_rel \N \N \N \N +83 2019-03-20 06:51:45.935104 2019-03-20 06:51:45.935104 278 303 account_analytic_tag_purchase_order_line_rel \N \N \N \N +84 2019-03-20 06:51:46.071728 2019-03-20 06:51:46.071728 278 303 account_tax_purchase_order_line_rel \N \N \N \N +85 2019-03-20 06:51:46.271396 2019-03-20 06:51:46.271396 278 145 stock_route_product \N \N \N \N +\. + + +-- +-- Name: ir_model_relation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_model_relation_id_seq', 85, true); + + +-- +-- Data for Name: ir_module_category; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_module_category (id, create_uid, create_date, write_date, write_uid, parent_id, name, description, sequence, visible) FROM stdin; +1 \N \N \N \N \N Accounting \N \N t +2 \N \N \N \N \N Productivity \N \N t +32 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 8 Account Charts \N \N f +4 \N \N \N \N \N Tests \N \N t +5 \N \N \N \N \N Uncategorized \N \N t +33 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Sales Helps you handle your quotations, sale orders and invoicing. 1 t +34 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Lead Automation Helps you manage lead of your marketing campaigns step by step. 2 t +35 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Project Helps you manage your projects and tasks by tracking them, generating plannings, etc... 3 t +9 \N \N \N \N \N Hardware Drivers \N \N t +10 \N \N \N \N \N Marketing \N \N t +11 \N \N \N \N \N Project \N \N t +36 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Inventory Helps you manage your inventory and main stock operations: delivery orders, receptions, etc. 4 t +6 \N \N 2019-03-20 07:08:09.887202 1 \N Manufacturing Helps you manage your manufacturing processes and generate reports on those processes. 5 t +37 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Invoicing & Payments Allows you to create your invoices and track the payments. It is an easier version of the accounting module for managers who are not accountants. 6 t +15 \N \N \N \N \N Purchases \N \N t +16 \N \N \N \N 13 Dependency \N \N t +17 \N \N \N \N \N Sales \N \N t +18 \N \N \N \N \N Discuss \N \N t +19 \N \N \N \N \N Payment Acquirer \N \N t +20 \N \N \N \N \N Extra Tools \N \N t +21 \N \N \N \N \N Warehouse \N \N t +22 \N \N \N \N 7 Hidden \N \N t +23 \N \N \N \N \N Base \N \N t +24 \N \N \N \N \N Stock \N \N t +25 \N \N \N \N \N Account \N \N t +26 \N \N \N \N \N Human Resources Survey \N \N t +27 \N \N \N \N \N Tools \N \N t +28 \N \N \N \N \N Web \N \N t +29 \N \N \N \N \N Product \N \N t +30 \N \N \N \N \N Technical Settings \N \N t +31 \N \N \N \N \N Document Management \N \N t +13 \N \N 2019-03-20 07:08:09.887202 1 \N Technical Settings \N 0 f +8 \N \N 2019-03-20 07:08:09.887202 1 \N Localization \N \N f +38 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Accounting & Finance Helps you handle your accounting needs, if you are not an accountant, we suggest you to install only the Invoicing. 7 t +39 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Purchases Helps you manage your purchase-related processes such as requests for quotations, supplier bills, etc... 8 t +12 \N \N 2019-03-20 07:08:09.887202 1 \N Employees Helps you manage your employees. 9 t +40 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Holidays Helps you manage your holidays. 10 t +41 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Recruitment Helps you manage your recruitments. 11 t +42 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Expenses Helps you manage your expenses. 12 t +43 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Timesheets Helps you manage the timesheets. 13 t +44 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Attendance Helps you manage the attendances. 14 t +45 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Appraisals Helps you manage your appraisals. 15 t +46 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Payroll Helps you manage your payrolls. 16 t +47 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Gamification Helps you manage the gamification process. 17 t +48 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Events Helps you manage your Events. 18 t +49 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Mass Mailing Helps you manage your mass mailing for design\n professional emails and reuse templates. 19 t +50 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Survey Helps you manage your survey for review of different-different users. 20 t +3 \N \N 2019-03-20 07:08:09.887202 1 \N Point of Sale Helps you get the most out of your points of sale with fast sale encoding, simplified payment mode encoding, automatic picking lists generation and more. 21 t +51 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Specific Industry Applications \N 22 t +14 \N \N 2019-03-20 07:08:09.887202 1 \N Website \N 23 t +7 \N \N 2019-03-20 07:08:09.887202 1 \N Theme \N 50 t +52 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Administration \N 100 t +53 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Extra Rights \N 101 t +54 1 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N Other Extra Rights \N 102 t +\. + + +-- +-- Name: ir_module_category_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_module_category_id_seq', 54, true); + + +-- +-- Data for Name: ir_module_module; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_module_module (id, create_uid, create_date, write_date, write_uid, website, summary, name, author, icon, state, latest_version, shortdesc, category_id, description, application, demo, web, license, sequence, auto_install, maintainer, contributors, views_by_module, published_version, menus_by_module, url, reports_by_module) FROM stdin; +155 \N \N 2019-03-20 07:09:20.789122 1 https://www.odoo.com Barcodes Scanning and Parsing barcodes Odoo S.A. /base/static/description/icon.png installed 10.0.2.0 Barcodes 20 \nThis module adds support for barcode scanning and parsing.\n\nScanning\n--------\nUse a USB scanner (that mimics keyboard inputs) in order to work with barcodes in Odoo.\nThe scanner must be configured to use no prefix and a carriage return or tab as suffix.\nThe delay between each character input must be less than or equal to 50 milliseconds.\nMost barcode scanners will work out of the box.\nHowever, make sure the scanner uses the same keyboard layout as the device it's plugged in.\nEither by setting the device's keyboard layout to US QWERTY (default value for most readers)\nor by changing the scanner's keyboard layout (check the manual).\n\nParsing\n-------\nThe barcodes are interpreted using the rules defined by a nomenclature.\nIt provides the following features:\n- Patterns to identify barcodes containing a numerical value (e.g. weight, price)\n- Definition of barcode aliases that allow to identify the same product with different barcodes\n- Support for encodings EAN-13, EAN-8 and UPC-A\n f f f LGPL-3 100 f \N \N * INHERIT barcodes assets (qweb)\nBarcode Nomenclatures (form)\nBarcode Nomenclatures (tree)\nBarcode Rule (form) \N +267 \N \N 2019-03-20 07:09:22.870427 1 https://www.odoo.com web_calendar Odoo SA, Valentino Lab (Kalysto) /base/static/description/icon.png installed 10.0.2.0 Web Calendar 13 \nOdoo Web Calendar view.\n==========================\n\n f f f LGPL-3 100 t \N \N * INHERIT web_calendar assets (qweb) \N +233 \N \N 2019-03-20 07:09:28.797797 1 http://www.acsone.eu Allow to save onchange modifications to readonly fields web_readonly_bypass ACSONE SA/NV, Odoo Community Association (OCA) /base/static/description/icon.png installed 10.0.1.0.1 Read Only ByPass 30 .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n================\nRead Only ByPass\n================\n\nThis module provides a solution to the problem of the interaction between\n'readonly' attribute and 'on_change' attribute when used together. It allows\nsaving onchange modifications to readonly fields.\n\nBehavior: add readonly fields changed by `on_change` methods to the values\npassed to write or create. If `readonly_by_pass` is in the context and\nTrue then it will by pass readonly fields and save its data provide by onchange\nmethod.\n\nUsage\n=====\n\nThis module changes the behaviour of Odoo by propagating\non_change modifications to readonly fields to the backend create and write\nmethods.\n\nTo change that behavior you have to set context on ``ir.actions.act_window``::\n\n \n {'readonly_by_pass': True}\n \n\nor by telling fields allowed to change::\n\n \n \n {'readonly_by_pass': ['readonly_field_1', 'readonly_field_2',]}\n \n \n\nOn one2many fields, you can also pass the context in the field definition:\n\n \n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/162/10.0\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed feedback.\n\n\nCredits\n=======\n\nContributors\n------------\n\n* Jonathan Nemry \n* Laetitia Gangloff \n* Pierre Verkest \n* Kalpana Hemnani \n* Agathe Mollé \n* Simone Orsi \n\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit http://odoo-community.org.\n f f f LGPL-3 100 f \N \N * INHERIT web_readonly_bypass (qweb)\n* INHERIT web_readonly_bypass (qweb) \N +56 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com resource Odoo S.A. /base/static/description/icon.png uninstalled \N Resource 13 \nModule for resource management.\n===============================\n\nA resource represent something that can be scheduled (a developer on a task or a\nwork center on manufacturing orders). This module manages a resource calendar\nassociated to every resource. It also manages the leaves of every resource.\n f f f LGPL-3 100 f \N \N \N \N +86 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Payment Acquirer: Stripe Implementation payment_stripe Odoo S.A. /payment_stripe/static/description/icon.png uninstalled \N Stripe Payment Acquirer 13 Stripe Payment Acquirer f f f LGPL-3 100 f \N \N \N \N +1 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting account_cancel Odoo S.A. /base/static/description/icon.png uninstalled \N Cancel Journal Entries 1 \nAllows canceling accounting entries.\n====================================\n\nThis module adds 'Allow Canceling Entries' field on form view of account journal.\nIf set to true it allows user to cancel entries & invoices.\n f f f LGPL-3 100 f \N \N \N \N +2 \N \N 2019-03-20 06:35:24.026934 1 http://odoo.com rating Odoo S.A. /base/static/description/icon.png uninstalled \N Customer Rating 2 \nThis module allows a customer to give rating.\n f f f LGPL-3 100 f \N \N \N \N +41 \N \N 2019-03-20 07:09:31.156323 1 https://www.odoo.com base_import Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Base import 20 \nNew extensible file import for Odoo\n======================================\n\nRe-implement openerp's file import system:\n\n* Server side, the previous system forces most of the logic into the\n client which duplicates the effort (between clients), makes the\n import system much harder to use without a client (direct RPC or\n other forms of automation) and makes knowledge about the\n import/export system much harder to gather as it is spread over\n 3+ different projects.\n\n* In a more extensible manner, so users and partners can build their\n own front-end to import from other file formats (e.g. OpenDocument\n files) which may be simpler to handle in their work flow or from\n their data production sources.\n\n* In a module, so that administrators and users of Odoo who do not\n need or want an online import can avoid it being available to users.\n f f f LGPL-3 100 t \N \N * INHERIT base_import assets (qweb) \N +234 \N \N 2019-03-20 07:09:32.613036 1 https://www.odoo.com base_setup Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Initial Setup Tools 13 \nThis module helps to configure the system at the installation of a new database.\n================================================================================\n\nShows you a list of applications features to install from.\n\n f f f LGPL-3 100 f \N \N * INHERIT res.partner.kanban.inherit (kanban)\nGeneral Settings (form) \N Settings/General Settings +32 \N \N 2019-03-20 07:09:37.802443 1 https://www.odoo.com/page/enterprise-social-network Discussions, Mailing Lists, News mail Odoo S.A. /mail/static/description/icon.png installed 10.0.1.0 Discuss 18 \nBusiness oriented Social Networking\n===================================\nThe Social Networking module provides a unified social network abstraction layer allowing applications to display a complete\ncommunication history on documents with a fully-integrated email and message management system.\n\nIt enables the users to read and send messages as well as emails. It also provides a feeds page combined to a subscription mechanism that allows to follow documents and to be constantly updated about recent news.\n\nMain Features\n-------------\n* Clean and renewed communication history for any Odoo document that can act as a discussion topic\n* Subscription mechanism to be updated about new messages on interesting documents\n* Unified feeds page to see recent messages and activity on followed documents\n* User communication through the feeds page\n* Threaded discussion design on documents\n* Relies on the global outgoing mail server - an integrated email management system - allowing to send emails with a configurable scheduler-based processing engine\n* Includes an extensible generic email composition assistant, that can turn into a mass-mailing assistant and is capable of interpreting simple *placeholder expressions* that will be replaced with dynamic data when each email is actually sent.\n t f f LGPL-3 25 f \N \N * INHERIT base.config.settings.mail.alias (form)\n* INHERIT ir.actions.server.form (form)\n* INHERIT mail assets (qweb)\n* INHERIT res.partner.emails.info.inherit (form)\n* INHERIT res.partner.opt_out.search (search)\n* INHERIT res.users.form.mail (form)\n* INHERIT res.users.preferences.form.mail (form)\nAdd Followers (form)\nemail.template.form (form)\nemail.template.search (search)\nemail.template.tree (tree)\nemail_template.preview.form (form)\nir.attachment kanban (kanban)\nmail.alias.form (form)\nmail.alias.search (search)\nmail.alias.tree (tree)\nmail.channel.form (form)\nmail.channel.kanban (kanban)\nmail.channel.partner.form (form)\nmail.channel.partner.tree (tree)\nmail.channel.search (search)\nmail.channel.tree (tree)\nmail.compose.message.form (form)\nmail.followers.form (form)\nmail.followers.tree (tree)\nmail.mail.form (form)\nmail.mail.search (search)\nmail.mail.tree (tree)\nmail.message.form (form)\nmail.message.search (search)\nmail.message.subtype.form (form)\nmail.message.subtype.tree (tree)\nmail.message.tree (tree)\nmail.shortcode.form (form)\nmail.shortcode.tree (tree)\nmail.tracking.value.form (form)\nmail.tracking.value.tree (tree)\nmessage_origin_link (qweb)\nmessage_user_assigned (qweb) \N Discuss\nSettings/Technical/Email/Aliases\nSettings/Technical/Email/Channels\nSettings/Technical/Email/Channels/Partner\nSettings/Technical/Email/Emails\nSettings/Technical/Email/Followers\nSettings/Technical/Email/Messages\nSettings/Technical/Email/Subtypes\nSettings/Technical/Email/Templates\nSettings/Technical/Email/Tracking Values +189 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com website_project_issue_sheet Odoo S.A. /base/static/description/icon.png uninstalled \N Timesheet on Website Project Issue 13 \nAdd timesheet support on issue in the frontend.\n==================================================================================================\n f f f LGPL-3 100 t \N \N \N \N +35 \N \N 2019-03-20 06:35:24.026934 1 http://solucionesprisma.com/ l10n_gt José Rodrigo Fernández Menegazzo /l10n_gt/static/description/icon.png uninstalled \N Guatemala - Accounting 8 \nThis is the base module to manage the accounting chart for Guatemala.\n=====================================================================\n\nAgrega una nomenclatura contable para Guatemala. También icluye impuestos y\nla moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes\ntaxes and the Quetzal currency. f f f LGPL-3 100 f \N \N \N \N +36 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment Acquirer: PayuMoney Implementation payment_payumoney Odoo S.A. /payment_payumoney/static/description/icon.png uninstalled \N PayuMoney Payment Acquirer 19 \n PayuMoney Payment Acquirer for India.\n\n PayUmoney payment gateway supports only INR currency.\n f f f LGPL-3 100 f \N \N \N \N +75 \N \N 2019-03-20 07:09:56.100574 1 https://www.odoo.com/page/mailing fetchmail Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Email Gateway 20 \nRetrieve incoming email on POP/IMAP servers.\n============================================\n\nEnter the parameters of your POP/IMAP account(s), and any incoming emails on\nthese accounts will be automatically downloaded into your Odoo system. All\nPOP3/IMAP-compatible servers are supported, included those that require an\nencrypted SSL/TLS connection.\n\nThis can be used to easily create email-based workflows for many email-enabled Odoo documents, such as:\n----------------------------------------------------------------------------------------------------------\n * CRM Leads/Opportunities\n * CRM Claims\n * Project Issues\n * Project Tasks\n * Human Resource Recruitments (Applicants)\n\nJust install the relevant application, and you can assign any of these document\ntypes (Leads, Project Issues) to your incoming email accounts. New emails will\nautomatically spawn new documents of the chosen type, so it's a snap to create a\nmailbox-to-Odoo integration. Even better: these documents directly act as mini\nconversations synchronized by email. You can reply from within Odoo, and the\nanswers will automatically be collected when they come back, and attached to the\nsame *conversation* document.\n\nFor more specific needs, you may also assign custom-defined actions\n(technically: Server Actions) to be triggered for each incoming mail.\n f f f LGPL-3 100 t \N \N * INHERIT General Settings (form)\n* INHERIT mail.mail.form.fetchmail (form)\nfetchmail.server.form (form)\nfetchmail.server.list (tree)\nfetchmail.server.search (search) \N Settings/Technical/Email/Incoming Mail Servers +256 \N \N 2019-03-20 07:09:58.889473 1 https://www.odoo.com product Odoo S.A. /base/static/description/icon.png installed 10.0.1.2 Products & Pricelists 17 \nThis is the base module for managing products and pricelists in Odoo.\n========================================================================\n\nProducts support variants, different pricing methods, vendors information,\nmake to stock/order, different units of measure, packaging and properties.\n\nPricelists support:\n-------------------\n * Multiple-level of discount (by product, category, quantities)\n * Compute price based on different criteria:\n * Other pricelist\n * Cost price\n * List price\n * Vendor price\n\nPricelists preferences by product and/or partners.\n\nPrint product labels with barcode.\n f f f LGPL-3 100 f \N \N * INHERIT General Settings (form)\n* INHERIT product.product.form (form)\n* INHERIT product.product.search (search)\n* INHERIT product.template.product.form (form)\n* INHERIT res.partner.product.property.form.inherit (form)\n* INHERIT website_sale.country_group.form (form)\nPrice per unit (form)\nProduct Kanban (kanban)\nProduct.template.product.kanban (kanban)\nproduct.attribute.form (form)\nproduct.attribute.line.form (form)\nproduct.attribute.tree (tree)\nproduct.attribute.value.tree (tree)\nproduct.attribute.value.view.tree (tree)\nproduct.category.form (form)\nproduct.category.list (tree)\nproduct.category.search (search)\nproduct.packaging.form.view (form)\nproduct.packaging.tree.view (tree)\nproduct.pricelist.form (form)\nproduct.pricelist.item.form (form)\nproduct.pricelist.item.tree (tree)\nproduct.pricelist.search (search)\nproduct.pricelist.tree (tree)\nproduct.product.tree (tree)\nproduct.product.view.form.easy (form)\nproduct.supplierinfo.form.view (form)\nproduct.supplierinfo.search.view (search)\nproduct.supplierinfo.tree.view (tree)\nproduct.template.common.form (form)\nproduct.template.product.tree (tree)\nproduct.template.search (search)\nproduct.uom.categ.form (form)\nproduct.uom.form (form)\nproduct.uom.tree (tree)\nreport_pricelist (qweb)\nreport_productlabel (qweb)\nreport_producttemplatelabel (qweb)\nreport_simple_label (qweb) \N Pricelist\nProducts Labels\nProducts Labels +287 \N \N 2019-03-20 07:10:11.686735 1 https://www.odoo.com/page/crm Sales Team sales_team Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Sales Teams 17 \nUsing this application you can manage Sales Team with CRM and/or Sales \n=======================================================================\n f f f LGPL-3 100 f \N \N * INHERIT sales_team assets (qweb)\nCase Teams - Search (search)\ncrm.team.dashboard (kanban)\ncrm.team.form (form)\ncrm.team.tree (tree)\nsale settings (form) \N Sales\nSales/Configuration\nSales/Configuration/Contacts\nSales/Configuration/Contacts/Bank Accounts\nSales/Configuration/Contacts/Bank Accounts/Bank Accounts\nSales/Configuration/Contacts/Bank Accounts/Banks\nSales/Configuration/Contacts/Contact Tags\nSales/Configuration/Contacts/Contact Titles\nSales/Configuration/Contacts/Localization\nSales/Configuration/Contacts/Localization/Countries\nSales/Configuration/Contacts/Localization/Country Group\nSales/Configuration/Contacts/Localization/Currencies\nSales/Configuration/Contacts/Localization/Fed. States\nSales/Configuration/Sales Teams\nSales/Configuration/Settings\nSales/Dashboard\nSales/Reports\nSales/Sales\nSales/Sales/Customers +193 \N \N 2019-03-20 07:10:25.544664 1 https://www.odoo.com/page/billing Send Invoices and Track Payments account Odoo S.A. /account/static/description/icon.png installed 10.0.1.1 Invoicing 1 \nInvoicing & Payments\n====================\nThe specific and easy-to-use Invoicing system in Odoo allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up on your vendors and customers.\n\nYou could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. This module also offers you an easy method of registering payments, without having to encode complete abstracts of account.\n t f f LGPL-3 30 f \N \N * INHERIT Accounting Report (form)\n* INHERIT Choose Accounting Template (form)\n* INHERIT General Ledger (form)\n* INHERIT Partner Ledger (form)\n* INHERIT Sale/Purchase Journal (form)\n* INHERIT Trial Balance (form)\n* INHERIT account assets (qweb)\n* INHERIT account.analytic.line.form.inherit.account (form)\n* INHERIT account.analytic.line.pivot (pivot)\n* INHERIT account.analytic.line.select.inherit.account (search)\n* INHERIT account.analytic.line.tree.inherit.account (tree)\n* INHERIT account_invoice_report_duplicate (qweb)\n* INHERIT external_layout_footer (qweb)\n* INHERIT partner.view.button.contracts_count (form)\n* INHERIT partner.view.buttons (form)\n* INHERIT product.category.property.form.inherit (form)\n* INHERIT product.template.form.inherit (form)\n* INHERIT res.partner.property.form.inherit (form)\nAged Partner Balance (form)\nCommon Report (form)\nJournal Items (search)\nPost Journal Entries (form)\nTags (form)\nUnreconcile Entries (form)\naccount settings (form)\naccount.account.form (form)\naccount.account.list (tree)\naccount.account.search (search)\naccount.account.template.form (form)\naccount.account.template.search (search)\naccount.account.template.tree (tree)\naccount.account.type.form (form)\naccount.account.type.search (search)\naccount.account.type.tree (tree)\naccount.bank.journal.form (form)\naccount.bank.journal.tree (tree)\naccount.bank.statement.form (form)\naccount.bank.statement.graph (graph)\naccount.bank.statement.line.search (search)\naccount.bank.statement.line.tree (tree)\naccount.bank.statement.pivot (pivot)\naccount.bank.statement.search (search)\naccount.bank.statement.tree (tree)\naccount.bnk_stmt_cashbox.form (form)\naccount.bnk_stmt_check.form (form)\naccount.chart.template.form (form)\naccount.chart.template.search (search)\naccount.chart.template.tree (tree)\naccount.financial.report.form (form)\naccount.financial.report.search (search)\naccount.financial.report.tree (tree)\naccount.fiscal.position.form (form)\naccount.fiscal.position.template.form (form)\naccount.fiscal.position.template.search (search)\naccount.fiscal.position.template.tree (tree)\naccount.fiscal.position.tree (tree)\naccount.full.reconcile.form (form)\naccount.invoice.calendar (calendar)\naccount.invoice.cancel.form (form)\naccount.invoice.confirm.form (form)\naccount.invoice.form (form)\naccount.invoice.graph (graph)\naccount.invoice.kanban (kanban)\naccount.invoice.line.form (form)\naccount.invoice.line.tree (tree)\naccount.invoice.pivot (pivot)\naccount.invoice.refund.form (form)\naccount.invoice.report.graph (graph)\naccount.invoice.report.pivot (pivot)\naccount.invoice.report.search (search)\naccount.invoice.select (search)\naccount.invoice.supplier.form (form)\naccount.invoice.supplier.tree (tree)\naccount.invoice.tax.form (form)\naccount.invoice.tax.tree (tree)\naccount.invoice.tree (tree)\naccount.journal.dashboard.kanban (kanban)\naccount.journal.form (form)\naccount.journal.search (search)\naccount.journal.tree (tree)\naccount.move.form (form)\naccount.move.line.form (form)\naccount.move.line.form2 (form)\naccount.move.line.graph (graph)\naccount.move.line.graph (graph)\naccount.move.line.pivot (pivot)\naccount.move.line.reconcile.full.form (form)\naccount.move.line.reconcile.writeoff.form (form)\naccount.move.line.tree (tree)\naccount.move.reversal.form (form)\naccount.move.select (search)\naccount.move.tree (tree)\naccount.payment.form (form)\naccount.payment.graph (graph)\naccount.payment.invoice.form (form)\naccount.payment.search (search)\naccount.payment.term.form (form)\naccount.payment.term.line.form (form)\naccount.payment.term.line.tree (tree)\naccount.payment.term.search (search)\naccount.payment.tree (tree)\naccount.reconcile.model.form (form)\naccount.reconcile.model.search (search)\naccount.reconcile.model.tree (tree)\naccount.register.payments.wizard (form)\naccount.report.hierarchy (tree)\naccount.report_overdue_document (qweb)\naccount.supplier.payment.tree (tree)\naccount.tax.form (form)\naccount.tax.search (search)\naccount.tax.template.form (form)\naccount.tax.template.search (search)\naccount.tax.template.tree (tree)\naccount.tax.tree (tree)\naccount_invoice_report_duplicate_main (qweb)\naccount_planner (qweb)\nbank.statement.line.form (form)\ncash_box_in (form)\ncash_box_out (form)\nreport_agedpartnerbalance (qweb)\nreport_financial (qweb)\nreport_generalledger (qweb)\nreport_invoice (qweb)\nreport_invoice_document (qweb)\nreport_journal (qweb)\nreport_overdue (qweb)\nreport_partnerledger (qweb)\nreport_trialbalance (qweb)\ntax.adjustments.wizard.form (form) \N Invoicing\nInvoicing/Adviser\nInvoicing/Adviser/Analytic Accounts\nInvoicing/Adviser/Analytic Entries\nInvoicing/Adviser/Chart of Accounts\nInvoicing/Adviser/Journal Entries\nInvoicing/Adviser/Journal Items\nInvoicing/Adviser/Make Manual Tax Adjustments\nInvoicing/Adviser/Manual Payments & Invoices Matching\nInvoicing/Configuration\nInvoicing/Configuration/Accounting\nInvoicing/Configuration/Accounting/Accounts Tags\nInvoicing/Configuration/Accounting/Bank Accounts\nInvoicing/Configuration/Accounting/Fiscal Positions\nInvoicing/Configuration/Accounting/Journals\nInvoicing/Configuration/Accounting/Reports\nInvoicing/Configuration/Accounting/Taxes\nInvoicing/Configuration/Analytic Accounting\nInvoicing/Configuration/Analytic Accounting/Analytic Accounts\nInvoicing/Configuration/Analytic Accounting/Analytic Accounts Tags\nInvoicing/Configuration/Financial Reports\nInvoicing/Configuration/Financial Reports/Account Reports\nInvoicing/Configuration/Financial Reports/Account Reports Hierarchy\nInvoicing/Configuration/Management\nInvoicing/Configuration/Management/Payment Terms\nInvoicing/Configuration/Multi-Currencies\nInvoicing/Configuration/Multi-Currencies/Currencies\nInvoicing/Configuration/Settings\nInvoicing/Dashboard\nInvoicing/Purchases\nInvoicing/Purchases/Payments\nInvoicing/Purchases/Vendor Bills\nInvoicing/Purchases/Vendors\nInvoicing/Reports\nInvoicing/Reports/Business Intelligence\nInvoicing/Reports/Business Intelligence/Analytic Entries\nInvoicing/Reports/Business Intelligence/Invoices\nInvoicing/Reports/Management\nInvoicing/Reports/PDF Reports\nInvoicing/Reports/PDF Reports/Aged Partner Balance\nInvoicing/Reports/PDF Reports/Balance Sheet\nInvoicing/Reports/PDF Reports/Financial Report\nInvoicing/Reports/PDF Reports/General Ledger\nInvoicing/Reports/PDF Reports/Partner Ledger\nInvoicing/Reports/PDF Reports/Profit and Loss\nInvoicing/Reports/PDF Reports/Sale/Purchase Journal\nInvoicing/Reports/PDF Reports/Trial Balance\nInvoicing/Sales\nInvoicing/Sales/Customer Invoices\nInvoicing/Sales/Customers\nInvoicing/Sales/Payments\nInvoicing/Sales/Sellable Products Aged Partner Balance\nDue Payments\nDuplicates\nFinancial report\nGeneral Ledger\nInvoices\nPartner Ledger\nSale/Purchase Journal\nTrial Balance +286 \N \N 2019-03-20 07:11:00.149082 1 https://www.odoo.com/page/manufacturing procurement Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Procurements 13 \nThis is the module for computing Procurements.\n==============================================\n\nThis procurement module only depends on the product module and is not useful\non itself. Procurements represent needs that need to be solved by a procurement\nrule. When a procurement is created, it is confirmed. When a rule is found,\nit will be put in running state. After, it will check if what needed to be done\nfor the rule has been executed. Then it will go to the done state. A procurement\ncan also go into exception, for example when it can not find a rule and it can be cancelled.\n\nThe mechanism will be extended by several modules. The procurement rule of stock will\ncreate a move and the procurement will be fulfilled when the move is done.\nThe procurement rule of sale_service will create a task. Those of purchase or\nmrp will create a purchase order or a manufacturing order.\n\nThe scheduler will check if it can assign a rule to confirmed procurements and if\nit can put running procurements to done.\n\nProcurements in exception should be checked manually and can be re-run.\n f f f LGPL-3 100 t \N \N * INHERIT product.product.procurement.stat.button (form)\n* INHERIT product.template.procurement.stat.button (form)\nRun Schedulers (form)\nprocurement.group.form (form)\nprocurement.order.form (form)\nprocurement.order.select (search)\nprocurement.order.tree (tree)\nprocurement.rule.form (form)\nprocurement.rule.select (search)\nprocurement.rule.tree (tree) \N +225 \N \N 2019-03-20 07:11:03.306177 1 https://www.odoo.com/page/accounting Financial and Analytic Accounting account_accountant Odoo S.A. /account_accountant/static/description/icon.png installed 10.0.1.1 Accounting and Finance 1 \nAccounting Access Rights\n========================\nIt gives the Administrator user access to all accounting features such as journal items and the chart of accounts.\n\nIt assigns manager and user access rights to the Administrator for the accounting application and only user rights to the Demo user.\n t f f LGPL-3 35 f \N \N * INHERIT account assets (qweb) \N +7 \N \N 2019-03-20 07:11:07.597957 1 https://www.odoo.com/page/billing Manage your debts and credits thanks to simple sale/purchase receipts account_voucher Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Sale & Purchase Vouchers 1 \nTODO\n\nold description:\nInvoicing & Payments by Accounting Voucher & Receipts\n=====================================================\nThe specific and easy-to-use Invoicing system in Odoo allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up on your vendors and customers. \n\nYou could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. \n\nThe Invoicing system includes receipts and vouchers (an easy way to keep track of sales and purchases). It also offers you an easy method of registering payments, without having to encode complete abstracts of account.\n\nThis module manages:\n\n* Voucher Entry\n* Voucher Receipt [Sales & Purchase]\n* Voucher Payment [Customer & Vendors]\n f f f LGPL-3 20 f \N \N account.voucher.graph (graph)\naccount.voucher.kanban (kanban)\naccount.voucher.line.form (form)\naccount.voucher.line.tree (tree)\naccount.voucher.purchase.form (form)\naccount.voucher.purchase.select (search)\naccount.voucher.sale.form (form)\naccount.voucher.sale.select (search)\naccount.voucher.select (search)\naccount.voucher.tree (tree)\naccount.voucher.tree.supplier (tree) \N Accounting/Purchases/Purchase Receipts\nAccounting/Sales/Sales Receipts +163 \N \N 2019-03-20 07:11:11.81237 1 https://www.odoo.com Payment Acquirer Base Module payment Odoo S.A. /payment/static/description/icon.png installed 10.0.1.0 Payment Acquirer 1 Payment Acquirer Base Module f f f LGPL-3 100 t \N \N * INHERIT Payment Assets Backend (qweb)\n* INHERIT account.config.settings form (form)\n* INHERIT view.account.payment.form.inherit.payment (form)\n* INHERIT view.account.payment.invoice.form.inherit.payment (form)\n* INHERIT view.res.partner.form.payment.defaultcreditcard (form)\ndefault_acquirer_button (qweb)\npayment.acquirer.form (form)\npayment.acquirer.kanban (kanban)\npayment.acquirer.list (tree)\npayment.acquirer.search (search)\npayment.token.form (form)\npayment.token.search (search)\npayment.token.tree (tree)\npayment.transaction.form (form)\npayment.transaction.list (tree)\npayment.transaction.search (search) \N Accounting/Configuration/Payments\nAccounting/Configuration/Payments/Payment Acquirers\nAccounting/Configuration/Payments/Payment Transactions\nAccounting/Configuration/Payments/Saved Payment Data +65 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_new_api Odoo S.A. /base/static/description/icon.png uninstalled \N Test API 4 A module to test the API. f f f LGPL-3 100 f \N \N \N \N +283 \N \N 2019-03-20 07:11:19.263357 1 https://www.odoo.com/page/crm Quotations, Sales Orders, Invoicing sale Odoo S.A. /sale/static/description/icon.png installed 10.0.1.0 Sales 17 \nManage sales quotations and orders\n==================================\n\nThis application allows you to manage your sales goals in an effective and efficient manner by keeping track of all sales orders and history.\n\nIt handles the full sales workflow:\n\n* **Quotation** -> **Sales order** -> **Invoice**\n\nPreferences (only with Warehouse Management installed)\n------------------------------------------------------\n\nIf you also installed the Warehouse Management, you can deal with the following preferences:\n\n* Shipping: Choice of delivery at once or partial delivery\n* Invoicing: choose how invoices will be paid\n* Incoterms: International Commercial terms\n\nYou can choose flexible invoicing methods:\n\n* *On Demand*: Invoices are created manually from Sales Orders when needed\n* *On Delivery Order*: Invoices are generated from picking (delivery)\n* *Before Delivery*: A Draft invoice is created and must be paid before delivery\n\nWith this module you can personnalize the sale order and invoice report with\ncategories, subtotals or page-breaks.\n\nThe Dashboard for the Sales Manager will include\n------------------------------------------------\n* My Quotations\n* Monthly Turnover (Graph)\n t f f LGPL-3 15 f \N \N * INHERIT Account Invoice (form)\n* INHERIT account settings (form)\n* INHERIT account.invoice.groupby (search)\n* INHERIT account.invoice.line.form (form)\n* INHERIT account.invoice.line.tree (tree)\n* INHERIT account.invoice.report.search.inherit (search)\n* INHERIT account.invoice.supplier.form (form)\n* INHERIT crm.team.form (form)\n* INHERIT crm.team.kanban (kanban)\n* INHERIT product.pricelist.form.inherit.product (form)\n* INHERIT product.pricelist.tree.inherit.product (tree)\n* INHERIT product.product.sale.order (form)\n* INHERIT product.template.invoice.policy (form)\n* INHERIT product.template.sale.order.button (form)\n* INHERIT project assets (qweb)\n* INHERIT report_invoice_document_inherit_sale (qweb)\n* INHERIT report_invoice_layouted (qweb)\n* INHERIT res.partner.kanban.saleorder.inherit (kanban)\n* INHERIT res.partner.view.buttons (form)\n* INHERIT sale settings (form)\n* INHERIT sale.order.form.editable.list (form)\n* INHERIT sale.order.search.inherit.quotation (search)\n* INHERIT sale.order.search.inherit.sale (search)\nInvoice Orders (form)\nreport.configuration.form.view (form)\nreport.configuration.form.view (tree)\nreport.configuration.search.view (search)\nreport_saleorder (qweb)\nreport_saleorder_document (qweb)\nsale.order.calendar (calendar)\nsale.order.form (form)\nsale.order.graph (graph)\nsale.order.kanban (kanban)\nsale.order.line.select (search)\nsale.order.line.tree (tree)\nsale.order.list.select (search)\nsale.order.pivot (pivot)\nsale.order.tree (tree)\nsale.order.tree (tree)\nsale.report.graph (graph)\nsale.report.pivot (pivot)\nsale.report.search (search) \N Sales/Configuration/Pricelists\nSales/Configuration/Pricelists/Pricelists\nSales/Configuration/Products\nSales/Configuration/Products/Attribute Values\nSales/Configuration/Products/Attributes\nSales/Configuration/Products/Product Categories\nSales/Configuration/Products/Unit of Measure Categories\nSales/Configuration/Products/Units of Measure\nSales/Configuration/Products/Units of Measure\nSales/Configuration/Sales\nSales/Configuration/Sales/Report Layout Categories\nSales/Invoicing\nSales/Invoicing/Orders to Upsell\nSales/Invoicing/Sales to Invoice\nSales/Product Variants\nSales/Reports/Sales\nSales/Sales/Product Variants\nSales/Sales/Products\nSales/Sales/Quotations\nSales/Sales/Sales Orders Quotation / Order +253 \N \N 2019-03-20 07:11:46.316296 1 https://www.odoo.com/page/warehouse Inventory, Logistics, Warehousing stock Odoo S.A. /stock/static/description/icon.png installed 10.0.1.1 Inventory Management 21 \nManage multi-warehouses, multi- and structured stock locations\n==============================================================\n\nThe warehouse and inventory management is based on a hierarchical location structure, from warehouses to storage bins.\nThe double entry inventory system allows you to manage customers, vendors as well as manufacturing inventories.\n\nOdoo has the capacity to manage lots and serial numbers ensuring compliance with the traceability requirements imposed by the majority of industries.\n\nKey Features\n------------\n* Moves history and planning,\n* Minimum stock rules\n* Support for barcodes\n* Rapid detection of mistakes through double entry system\n* Traceability (Serial Numbers, Packages, ...)\n\nDashboard / Reports for Inventory Management will include:\n----------------------------------------------------------\n* Incoming Products (Graph)\n* Outgoing Products (Graph)\n* Procurement in Exception\n* Inventory Analysis\n* Last Product Inventories\n* Moves Analysis\n t f f LGPL-3 13 f \N \N * INHERIT Product Kanban Stock (kanban)\n* INHERIT Product Template Kanban Stock (kanban)\n* INHERIT external_layout_barcode_right (qweb)\n* INHERIT external_layout_header_barcode_right (qweb)\n* INHERIT procurement.group.view.form.inherit.picking (form)\n* INHERIT procurement.order.form.stock.inherit (form)\n* INHERIT procurement.order.tree.stock.inherit (tree)\n* INHERIT procurement.rule.form.stock.inherit (form)\n* INHERIT procurement.rule.tree.stock.inherit (tree)\n* INHERIT product.category.form (form)\n* INHERIT product.product.procurement (form)\n* INHERIT product.product.stock.stat.button.group (form)\n* INHERIT product.product.view.form.easy.inherit.stock (form)\n* INHERIT product.search.stock.form (search)\n* INHERIT product.stock.tree.inherit (tree)\n* INHERIT product.template.search.stock.form (search)\n* INHERIT product.template.stock.property.form.inherit (form)\n* INHERIT product.template.stock.stat.button.group (form)\n* INHERIT product.template.stock.tree.inherit (tree)\n* INHERIT product.template_procurement (form)\n* INHERIT res.partner.stock.property.form.inherit (form)\n* INHERIT res.partner.stock.warning (form)\n* INHERIT stock.pack.operation.details.form.save (form)\n* INHERIT stock_location_barcodes pdf assets (qweb)\nChange Product Quantity (form)\nOperation Types (form)\nPicking types (tree)\nProcurement Request (form)\nProduction Lots Filter (search)\nReturn lines (form)\nRun Reordering Rules (form)\nStock Moves (tree)\nStock.forecast.graph (graph)\nStock.forecast.pivot (pivot)\ninventory_planner (qweb)\nproduct.putaway.form (form)\nproduct.removal.form (form)\nreport.stock.lines.date.form (form)\nreport.stock.lines.date.search (search)\nreport.stock.lines.date.tree (tree)\nreport_delivery_document (qweb)\nreport_deliveryslip (qweb)\nreport_inventory (qweb)\nreport_location_barcode (qweb)\nreport_lot_barcode (qweb)\nreport_package_barcode (qweb)\nreport_package_barcode_small (qweb)\nreport_picking (qweb)\nstock settings (form)\nstock.immediate.transfer.view.form (form)\nstock.incoterms.form (form)\nstock.incoterms.search (search)\nstock.incoterms.tree (tree)\nstock.inventory.filter (search)\nstock.inventory.form (form)\nstock.inventory.line.search (search)\nstock.inventory.line.tree (tree)\nstock.inventory.line.tree2 (tree)\nstock.inventory.tree (tree)\nstock.location.form (form)\nstock.location.path.form (form)\nstock.location.path.select (search)\nstock.location.path.tree (tree)\nstock.location.route.form (form)\nstock.location.route.search (search)\nstock.location.route.tree (tree)\nstock.location.search (search)\nstock.location.tree (tree)\nstock.move.form (form)\nstock.move.form (form)\nstock.move.graph (graph)\nstock.move.pivot (pivot)\nstock.move.search (search)\nstock.move.tree (tree)\nstock.move.tree (tree)\nstock.move.tree2 (tree)\nstock.move.tree3 (tree)\nstock.pack.operation.details.form (form)\nstock.pack.operation.lots.form (form)\nstock.pack.operation.lots.form (form)\nstock.picking.calendar (calendar)\nstock.picking.form (form)\nstock.picking.internal.search (search)\nstock.picking.kanban (kanban)\nstock.picking.tree (tree)\nstock.picking.type.filter (search)\nstock.picking.type.kanban (kanban)\nstock.picking.type.list (tree)\nstock.production.lot.form (form)\nstock.production.lot.tree (tree)\nstock.quant.form (form)\nstock.quant.graph (graph)\nstock.quant.package.form (form)\nstock.quant.package.search (search)\nstock.quant.package.tree (tree)\nstock.quant.pivot (pivot)\nstock.quant.search (search)\nstock.quant.tree (tree)\nstock.scrap.form (form)\nstock.scrap.form2 (form)\nstock.scrap.search (search)\nstock.scrap.tree (tree)\nstock.warehouse (form)\nstock.warehouse.orderpoint.form (form)\nstock.warehouse.orderpoint.search (search)\nstock.warehouse.orderpoint.tree (tree)\nstock.warehouse.search (search)\nstock.warehouse.tree (tree)\nstock_backorder_confirmation (form)\nview.stock.level.forecast.filter (search) \N Inventory\nInventory/Configuration\nInventory/Configuration/Automatic Procurements\nInventory/Configuration/Barcode Nomenclatures\nInventory/Configuration/Packages\nInventory/Configuration/Packages/Package Types\nInventory/Configuration/Products\nInventory/Configuration/Products/Attribute Values\nInventory/Configuration/Products/Attributes\nInventory/Configuration/Products/Product Categories\nInventory/Configuration/Products/Unit of Measure Categories\nInventory/Configuration/Products/Units of Measure\nInventory/Configuration/Routes\nInventory/Configuration/Routes/Global Procurement Rules\nInventory/Configuration/Routes/Global Push Rules\nInventory/Configuration/Routes/Routes\nInventory/Configuration/Settings\nInventory/Configuration/Units of Measure\nInventory/Configuration/Warehouse Management\nInventory/Configuration/Warehouse Management/Incoterms\nInventory/Configuration/Warehouse Management/Locations\nInventory/Configuration/Warehouse Management/Operations Types\nInventory/Configuration/Warehouse Management/Warehouses\nInventory/Dashboard\nInventory/Inventory Control\nInventory/Inventory Control/Inventory Adjustments\nInventory/Inventory Control/Lots/Serial Numbers\nInventory/Inventory Control/Packages\nInventory/Inventory Control/Product Variants\nInventory/Inventory Control/Products\nInventory/Inventory Control/Reordering Rules\nInventory/Inventory Control/Scrap\nInventory/Operations\nInventory/Operations/All Transfers\nInventory/Reports\nInventory/Reports/Inventory Valuation\nInventory/Reports/Latest Inventories & Moves\nInventory/Reports/Procurement Exceptions\nInventory/Reports/Stock Moves\nInventory/Schedulers\nInventory/Schedulers/Run Reordering Rules\nInventory/Schedulers/Run Schedulers Delivery Slip\nInventory\nLocation BarCode\nLot BarCode\nPackage BarCode\nPackage BarCode with Contents\nPicking Operations +54 \N \N 2019-03-20 07:12:25.853647 1 Custom account module to meet bahmni requirement bahmni_account Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Account 25 \nBahmni Account\n====================\n t f f LGPL-3 1 f \N \N * INHERIT bahmni_account assets (qweb)\n* INHERIT inherit.invoice.form (form)\n* INHERIT inherit.invoice.supplier.form (form)\n* INHERIT inherit.view.account.config.settings (form)\n* INHERIT view.account.payment.form.inherit (form)\n* INHERIT view.register.payment.inherit (form)\naccount.count.report.filter (search)\naccount.count.report.tree (tree)\naccount.report.filter (search)\naccount.report.tree (tree) \N Accounting/Reports/Account Report\nAccounting/Reports/Accounts Count Report +24 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/manufacturing purchase_mrp Odoo S.A. /base/static/description/icon.png uninstalled \N Purchase and MRP Management 13 \nThis module provides facility to the user to install mrp and purchase modules at a time.\n========================================================================================\n\nIt is basically used when we want to keep track of production orders generated\nfrom purchase order.\n f f f LGPL-3 100 t \N \N \N \N +152 \N \N 2019-03-20 07:12:33.39407 1 https://www.odoo.com product_expiry Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Products Expiration Date 21 \nTrack different dates on products and production lots.\n======================================================\n\nFollowing dates can be tracked:\n-------------------------------\n - end of life\n - best before date\n - removal date\n - alert date\n\nAlso implements the removal strategy First Expiry First Out (FEFO) widely used, for example, in food industries.\n f f f LGPL-3 100 f \N \N * INHERIT product.template.inherit.form (form)\n* INHERIT report_delivery_document_inherit_product_expiry (qweb)\n* INHERIT stock.production.lot.inherit.form (form)\n* INHERIT stock.quant.inherit.form (form) \N +46 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Lunch Order, Meal, Food lunch Odoo S.A. /lunch/static/description/icon.png uninstalled \N Lunch 12 \nThe base module to manage lunch.\n================================\n\nMany companies order sandwiches, pizzas and other, from usual vendors, for their employees to offer them more facilities.\n\nHowever lunches management within the company requires proper administration especially when the number of employees or vendors is important.\n\nThe “Lunch Order” module has been developed to make this management easier but also to offer employees more tools and usability.\n\nIn addition to a full meal and vendor management, this module offers the possibility to display warning and provides quick order selection based on employee’s preferences.\n\nIf you want to save your employees' time and avoid them to always have coins in their pockets, this module is essential.\n t f f LGPL-3 120 f \N \N \N \N +48 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/warehouse Sell based on timesheets sale_timesheet Odoo S.A. /base/static/description/icon.png uninstalled \N Sales Timesheet 13 \nAllows to sell timesheets in your sales order\n=============================================\n\nThis module set the right product on all timesheet lines\naccording to the order/contract you work on. This allows to\nhave real delivered quantities in sales orders.\n f f f LGPL-3 100 t \N \N \N \N +293 \N \N 2019-03-20 07:12:37.020962 1 https://www.odoo.com/page/warehouse Inventory, Logistic, Valuation, Accounting stock_account Odoo S.A. /base/static/description/icon.png installed 10.0.1.1 WMS Accounting 13 \nWMS Accounting module\n======================\nThis module makes the link between the 'stock' and 'account' modules and allows you to create accounting entries to value your stock movements\n\nKey Features\n------------\n* Stock Valuation (periodical or automatic)\n* Invoice from Picking\n\nDashboard / Reports for Warehouse Management includes:\n------------------------------------------------------\n* Stock Inventory Value at given date (support dates in the past)\n f f f LGPL-3 16 t \N \N * INHERIT product.category.stock.property.form.inherit (form)\n* INHERIT product.product.product.view.form.easy.inherit (form)\n* INHERIT product.template.stock.property.form.inherit (form)\n* INHERIT stock.config.settings.inherit (form)\n* INHERIT stock.inventory.form.inherit (form)\n* INHERIT stock.location.form.inherit (form)\n* INHERIT stock.picking.form.inherit (form)\nChange Standard Price (form)\nInventory at Date (form)\nStock Value At Date (tree)\nstock.history.report.search (search)\nstock.history.value.graph (graph)\nstock.history.value.pivot (pivot) \N Inventory/Reports/Inventory at Date +278 \N \N 2019-03-20 07:12:52.487574 1 https://www.odoo.com/page/purchase Purchase Orders, Receipts, Vendor Bills purchase Odoo S.A. /purchase/static/description/icon.png installed 10.0.1.2 Purchase Management 15 \nManage goods requirement by Purchase Orders easily\n==================================================\n\nPurchase management enables you to track your vendors' price quotations and convert them into purchase orders if necessary.\nOdoo has several methods of monitoring invoices and tracking the receipt of ordered goods. You can handle partial deliveries in Odoo, so you can keep track of items that are still to be delivered in your orders, and you can issue reminders automatically.\n\nOdoo's replenishment management rules enable the system to generate draft purchase orders automatically, or you can configure it to run a lean process driven entirely by current production needs.\n\nDashboard / Reports for Purchase Management will include:\n---------------------------------------------------------\n* Request for Quotations\n* Purchase Orders Waiting Approval\n* Monthly Purchases by Category\n* Receipt Analysis\n* Purchase Analysis\n t f f LGPL-3 60 f \N \N * INHERIT Stock Warehouse Inherited (form)\n* INHERIT account settings (form)\n* INHERIT account.invoice.line.form.inherit.purchase (form)\n* INHERIT account.invoice.supplier.purchase (form)\n* INHERIT procurement.order.form.inherit (form)\n* INHERIT procurement.order.form.inherit.button (form)\n* INHERIT product.category.property.form.inherit.stock (form)\n* INHERIT product.normal.form.inherit.stock (form)\n* INHERIT product.template.account.purchase.ok.form.inherit (form)\n* INHERIT product.template.purchase.button.inherit (form)\n* INHERIT product.template.supplier.form.inherit (form)\n* INHERIT res.partner.kanban.purchaseorder.inherit (kanban)\n* INHERIT res.partner.purchase.property.form.inherit (form)\n* INHERIT res.partner.view.purchase.account.buttons (form)\n* INHERIT res.partner.view.purchase.buttons (form)\n* INHERIT stock.move.form (form)\nproduct.month.graph (graph)\nproduct.month.pivot (pivot)\npurchase.order.calendar (calendar)\npurchase.order.form (form)\npurchase.order.graph (graph)\npurchase.order.kanban (kanban)\npurchase.order.line.form2 (form)\npurchase.order.line.search (search)\npurchase.order.line.tree (tree)\npurchase.order.pivot (pivot)\npurchase.order.tree (tree)\npurchase.res.config.view (form)\nreport.purchase.order.search (search)\nreport_purchaseorder (qweb)\nreport_purchaseorder_document (qweb)\nreport_purchasequotation (qweb)\nreport_purchasequotation_document (qweb)\nrequest.quotation.select (search) \N Accounting/Purchases/Purchasable Products\nPurchases\nPurchases/Configuration\nPurchases/Configuration/Products\nPurchases/Configuration/Products/Product Categories\nPurchases/Configuration/Products/Unit of Measure Categories\nPurchases/Configuration/Products/Units of Measure\nPurchases/Configuration/Settings\nPurchases/Control\nPurchases/Control/Incoming Products\nPurchases/Control/Vendor Bills\nPurchases/Purchase\nPurchases/Purchase/Product Variants\nPurchases/Purchase/Products\nPurchases/Purchase/Purchase Orders\nPurchases/Purchase/Requests for Quotation\nPurchases/Purchase/Vendor Pricelists\nPurchases/Purchase/Vendors\nPurchases/Reports Purchase Order\nRequest for Quotation +53 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com l10n_ve ['Odoo S.A.', 'Vauxoo'] /l10n_ve/static/description/icon.png uninstalled \N Venezuela - Accounting 8 \nChart of Account for Venezuela.\n===============================\n\nVenezuela doesn't have any chart of account by law, but the default\nproposed in Odoo should comply with some Accepted best practices in Venezuela, \nthis plan comply with this practices.\n\nThis module has been tested as base for more of 1000 companies, because \nit is based in a mixtures of most common software in the Venezuelan \nmarket what will allow for sure to accountants feel them first steps with \nOdoo more confortable.\n\nThis module doesn't pretend be the total localization for Venezuela, \nbut it will help you to start really quickly with Odoo in this country.\n\nThis module give you.\n---------------------\n\n- Basic taxes for Venezuela.\n- Have basic data to run tests with community localization.\n- Start a company from 0 if your needs are basic from an accounting PoV.\n\nWe recomend use of account_anglo_saxon if you want valued your \nstocks as Venezuela does with out invoices.\n\nIf you install this module, and select Custom chart a basic chart will be proposed, \nbut you will need set manually account defaults for taxes.\n f f f LGPL-3 100 f \N \N \N \N +55 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Website Module for Mail website_mail Odoo S.A. /base/static/description/icon.png uninstalled \N Website Mail 13 Glue module holding mail improvements for website. f f f LGPL-3 100 t \N \N \N \N +62 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/point-of-sale Connect the Web Client to Hardware Peripherals hw_proxy Odoo S.A. /base/static/description/icon.png uninstalled \N Hardware Proxy 3 \nHardware Poxy\n=============\n\nThis module allows you to remotely use peripherals connected to this server.\n\nThis modules only contains the enabling framework. The actual devices drivers\nare found in other modules that must be installed separately. \n\n f f f LGPL-3 6 f \N \N \N \N +63 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/recruitment Jobs, Recruitment, Applications, Job Interviews hr_recruitment Odoo S.A. /hr_recruitment/static/description/icon.png uninstalled \N Recruitment Process 12 \nManage job positions and the recruitment process\n================================================\n\nThis application allows you to easily keep track of jobs, vacancies, applications, interviews...\n\nIt is integrated with the mail gateway to automatically fetch email sent to in the list of applications. It's also integrated with the document management system to store and search in the CV base and find the candidate that you are looking for. Similarly, it may integrated with the survey module to allow you to define interviews for different jobs.\t\t\nYou can define the different phases of interviews and easily rate the applicant from the kanban view.\n t f f LGPL-3 90 f \N \N \N \N +73 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees Manage employee attendances hr_attendance Odoo S.A. /hr_attendance/static/description/icon.png uninstalled \N Attendances 12 \nThis module aims to manage employee's attendances.\n==================================================\n\nKeeps account of the attendances of the employees on the basis of the\nactions(Check in/Check out) performed by them.\n t f f LGPL-3 81 f \N \N \N \N +79 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/gamification gamification Odoo S.A. /gamification/static/description/icon.png uninstalled \N Gamification 12 \nGamification process\n====================\nThe Gamification module provides ways to evaluate and motivate the users of Odoo.\n\nThe users can be evaluated using goals and numerical objectives to reach.\n**Goals** are assigned through **challenges** to evaluate and compare members of a team with each others and through time.\n\nFor non-numerical achievements, **badges** can be granted to users. From a simple "thank you" to an exceptional achievement, a badge is an easy way to exprimate gratitude to a user for their good work.\n\nBoth goals and badges are flexibles and can be adapted to a large range of modules and actions. When installed, this module creates easy goals to help new users to discover Odoo and configure their user profile.\n f f f LGPL-3 160 f \N \N \N \N +80 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/point-of-sale Touchscreen Interface for Shops point_of_sale Odoo S.A. /point_of_sale/static/description/icon.png uninstalled \N Point of Sale 3 \nQuick and Easy sale process\n===========================\n\nThis module allows you to manage your shop sales very easily with a fully web based touchscreen interface.\nIt is compatible with all PC tablets and the iPad, offering multiple payment methods.\n\nProduct selection can be done in several ways:\n\n* Using a barcode reader\n* Browsing through categories of products or via a text search.\n\nMain Features\n-------------\n* Fast encoding of the sale\n* Choose one payment method (the quick way) or split the payment between several payment methods\n* Computation of the amount of money to return\n* Create and confirm the picking list automatically\n* Allows the user to create an invoice automatically\n* Refund previous sales\n t f f LGPL-3 20 f \N \N \N \N +92 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees Holidays, Allocation and Leave Requests hr_holidays Odoo S.A. /hr_holidays/static/description/icon.png uninstalled \N Leave Management 12 \nManage leave requests and allocations\n=====================================\n\nThis application controls the leave schedule of your company. It allows employees to request leaves. Then, managers can review requests for leaves and approve or reject them. This way you can control the overall leave planning for the company or department.\n\nYou can configure several kinds of leaves (sickness, paid days, ...) and allocate leaves to an employee or department quickly using leave allocation. An employee can also make a request for more days off by making a new Leave allocation. It will increase the total of available days for that leave type (if the request is accepted).\n\nYou can keep track of leaves in different ways by following reports:\n\n* Leaves Summary\n* Leaves by Department\n* Leaves Analysis\n\nA synchronization with an internal agenda (Meetings of the CRM module) is also possible in order to automatically create a meeting when a leave request is accepted by setting up a type of meeting in Leave Type.\n t f f LGPL-3 27 f \N \N \N \N +106 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com utm Odoo S.A. /base/static/description/icon.png uninstalled \N UTM Trackers 13 \nEnable UTM trackers in shared links.\n=====================================================\n f f f LGPL-3 100 f \N \N \N \N +107 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com sale_service_rating Odoo S.A. /base/static/description/icon.png uninstalled \N Sale Service Rating 13 \nThis module allows a customer to give rating on task which are created from sale order.\n f f f LGPL-3 100 t \N \N \N \N +110 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/crm sale_crm Odoo S.A. /base/static/description/icon.png uninstalled \N Opportunity to Quotation 13 \nThis module adds a shortcut on one or several opportunity cases in the CRM.\n===========================================================================\n\nThis shortcut allows you to generate a sales order based on the selected case.\nIf different cases are open (a list), it generates one sale order by case.\nThe case is then closed and linked to the generated sales order.\n\nWe suggest you to install this module, if you installed both the sale and the crm\nmodules.\n f f f LGPL-3 100 t \N \N \N \N +112 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/fleet Vehicle, leasing, insurances, costs fleet Odoo S.A. /fleet/static/description/icon.png uninstalled \N Fleet Management 12 \nVehicle, leasing, insurances, cost\n==================================\nWith this module, Odoo helps you managing all your vehicles, the\ncontracts associated to those vehicle as well as services, fuel log\nentries, costs and many other features necessary to the management \nof your fleet of vehicle(s)\n\nMain Features\n-------------\n* Add vehicles to your fleet\n* Manage contracts for vehicles\n* Reminder when a contract reach its expiration date\n* Add services, fuel log entry, odometer values for all vehicles\n* Show all costs associated to a vehicle or to a type of service\n* Analysis graph for costs\n t f f LGPL-3 165 f \N \N \N \N +114 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Present Your Team website_hr Odoo S.A. /website_hr/static/description/icon.png uninstalled \N Team Page 12 \nOur Team Page\n=============\n\n f f f LGPL-3 100 f \N \N \N \N +123 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com portal_gamification Odoo S.A. /base/static/description/icon.png uninstalled \N Portal Gamification 13 \nThis module adds security rules for gamification to allow portal users to participate to challenges\n===================================================================================================\n f f f LGPL-3 100 t \N \N \N \N +133 \N \N 2019-03-20 07:09:06.884909 1 http://cubicERP.com l10n_pe ['Cubic ERP'] /l10n_pe/static/description/icon.png uninstalled \N Peru - Accounting 8 \nPeruvian accounting chart and tax localization. According the PCGE 2010.\n========================================================================\n\nPlan contable peruano e impuestos de acuerdo a disposiciones vigentes de la\nSUNAT 2011 (PCGE 2010).\n\n f f f LGPL-3 100 f \N \N \N \N +142 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com website_links Odoo S.A. /base/static/description/icon.png uninstalled \N Website Link Tracker 13 \nWebsite interface to create short and trackable URLs.\n=====================================================\n\n f f f LGPL-3 100 t \N \N \N \N +150 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Generic controller for web forms website_form Odoo S.A. /base/static/description/icon.png uninstalled \N Generic Form Controller 13 Generic controller for web forms f f f LGPL-3 100 f \N \N \N \N +174 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Equipments, Assets, Internal Hardware, Allocation Tracking maintenance Odoo S.A. /maintenance/static/description/icon.png uninstalled \N Equipments 12 \n Track equipment and manage maintenance requests. t f f LGPL-3 125 f \N \N \N \N +99 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_be_intrastat_2019 Odoo S.A. /base/static/description/icon.png uninstalled \N Belgian Intrastat Declaration - Complement for 2019 1 \nAdds the possibility to specify the origin country of goods and the partner VAT in the Intrastat XML report.\n f f f LGPL-3 100 t \N \N \N \N +177 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees Jobs, Departments, Employees Details hr Odoo S.A. /hr/static/description/icon.png uninstalled \N Employee Directory 12 \nHuman Resources Management\n==========================\n\nThis application enables you to manage important aspects of your company's staff and other details such as their skills, contacts, working time...\n\n\nYou can manage:\n---------------\n* Employees and hierarchies : You can define your employee with User and display hierarchies\n* HR Departments\n* HR Jobs\n t f f LGPL-3 75 f \N \N \N \N +179 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees hr_timesheet Odoo S.A. /hr_timesheet/static/description/icon.png uninstalled \N Timesheets 12 \nThis module implements a timesheet system.\n==========================================\n\nEach employee can encode and track their time spent on the different projects.\n\nLots of reporting on time and employee tracking are provided.\n\nIt is completely integrated with the cost accounting module. It allows you to set\nup a management by affair.\n t f f LGPL-3 23 f \N \N \N \N +192 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/expenses Expenses Validation, Invoicing hr_expense Odoo S.A. /hr_expense/static/description/icon.png uninstalled \N Expense Tracker 12 \nManage expenses by Employees\n============================\n\nThis application allows you to manage your employees' daily expenses. It gives you access to your employees’ fee notes and give you the right to complete and validate or refuse the notes. After validation it creates an invoice for the employee.\nEmployee can encode their own expenses and the validation flow puts it automatically in the accounting after validation by managers.\n\n\nThe whole flow is implemented as:\n---------------------------------\n* Draft expense\n* Submitted by the employee to his manager\n* Approved by his manager\n* Validation by the accountant and accounting entries creation\n\nThis module also uses analytic accounting and is compatible with the invoice on timesheet module so that you are able to automatically re-invoice your customers' expenses if your work by project.\n t f f LGPL-3 95 f \N \N \N \N +210 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees hr_gamification Odoo S.A. /base/static/description/icon.png uninstalled \N HR Gamification 12 Use the HR resources for the gamification process.\n\nThe HR officer can now manage challenges and badges.\nThis allow the user to send badges to employees instead of simple users.\nBadge received are displayed on the user profile.\n f f f LGPL-3 100 t \N \N \N \N +215 \N \N 2019-03-20 07:09:06.884909 1 http://shine-it.net l10n_cn_standard ['lvxin@gmail.co', 'oldrev@gmail.co', 'ccdos@intoerp.com', 'jeff@osbzr.com', 'jeffery9@gmail.com'] /base/static/description/icon.png uninstalled \N 会计科目表 - 中国企业会计准则 8 \nIncluding the following data in the Accounting Standards for Business Enterprises\n包含企业会计准则以下数据\n\n* Chart of Accounts\n* 科目表模板\n\n* Account templates\n* 科目模板\n\n* Tax templates\n* 税金模板\n\n f f f LGPL-3 100 f \N \N \N \N +217 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees hr_contract Odoo S.A. /base/static/description/icon.png uninstalled \N Employee Contracts 12 \nAdd all information on the employee form to manage contracts.\n=============================================================\n\n * Contract\n * Place of Birth,\n * Medical Examination Date\n * Company Vehicle\n\nYou can assign several contracts per employee.\n f f f LGPL-3 100 f \N \N \N \N +237 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees Timesheets, Activities hr_timesheet_sheet Odoo S.A. /base/static/description/icon.png uninstalled \N Timesheets / Attendances 12 \nRecord and validate timesheets and attendances easily\n=====================================================\n\nThis application supplies a new screen enabling you to manage your work encoding (timesheet) by period. Timesheet entries are made by employees each day. At the end of the defined period, employees validate their sheet and the manager must then approve his team's entries. Periods are defined in the company forms and you can set them to run monthly or weekly.\n\nThe complete timesheet validation process is:\n---------------------------------------------\n* Draft sheet\n* Confirmation at the end of the period by the employee\n* Validation by the project manager\n\nThe validation can be configured in the company:\n------------------------------------------------\n* Period size (Day, Week, Month)\n* Maximal difference between timesheet and attendances\n f f f LGPL-3 80 f \N \N \N \N +240 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com website_project_issue Odoo S.A. /base/static/description/icon.png uninstalled \N Website Project Issue 13 \nThis module adds project issues inside your account's page on website if project_issue and website_portal are installed.\n==================================================================================================\n f f f LGPL-3 100 t \N \N \N \N +247 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/employees hr_payroll Odoo S.A. /hr_payroll/static/description/icon.png uninstalled \N Payroll 12 \nGeneric Payroll system.\n=======================\n\n * Employee Details\n * Employee Contracts\n * Passport based Contract\n * Allowances/Deductions\n * Allow to configure Basic/Gross/Net Salary\n * Employee Payslip\n * Monthly Payroll Register\n * Integrated with Holiday Management\n f f f LGPL-3 38 f \N \N \N \N +251 \N \N 2019-03-20 07:09:06.884909 1 http://cubicERP.com l10n_ar ['Cubic ERP'] /l10n_ar/static/description/icon.png uninstalled \N Argentina - Accounting 8 \nArgentinian accounting chart and tax localization.\n==================================================\n\nPlan contable argentino e impuestos de acuerdo a disposiciones vigentes\n\n f f f LGPL-3 100 f \N \N \N \N +254 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com hr_timesheet_attendance Odoo S.A. /base/static/description/icon.png uninstalled \N Timesheets/attendances reporting 13 \n Module linking the attendance module to the timesheet app.\n f f f LGPL-3 100 t \N \N \N \N +274 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/point-of-sale \n Enable a cache on products for a lower POS loading time. pos_cache Odoo S.A. /base/static/description/icon.png uninstalled \N pos_cache 3 \nThis creates a product cache per POS config. It drastically lowers the\ntime it takes to load a POS session with a lot of products.\n f f f LGPL-3 100 f \N \N \N \N +153 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_rating_project_issue Odoo S.A. /website_rating_project_issue/static/description/icon.png uninstalled \N Website Rating Project Issue 11 \nThis module display project customer satisfaction on your website.\n==================================================================================================\n f f f LGPL-3 100 f \N \N \N \N +154 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com base_action_rule Odoo S.A. /base/static/description/icon.png uninstalled \N Automated Action Rules 17 \nThis module allows to implement action rules for any object.\n============================================================\n\nUse automated actions to automatically trigger actions for various screens.\n\n**Example:** A lead created by a specific user may be automatically set to a specific\nsales team, or an opportunity which still has status pending after 14 days might\ntrigger an automatic reminder email.\n f f f LGPL-3 100 f \N \N \N \N +161 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_co David Arnold BA HSG (devCO) /base/static/description/icon.png uninstalled \N Colombian - Accounting 8 Colombian Accounting and Tax Preconfiguration f f f LGPL-3 100 f \N \N \N \N +138 \N \N 2019-03-20 07:11:05.587061 1 https://www.odoo.com account_bank_statement_import Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Account Bank Statement Import 1 Generic Wizard to Import Bank Statements. Includes the import of files in .OFX format f f f LGPL-3 100 t \N \N * INHERIT account.journal.dashboard.kanban.inherit (kanban)\nImport Bank Statements (form)\nJournal Creation (form) \N +168 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_inherit Odoo S.A. /base/static/description/icon.png uninstalled \N test-inherit 4 A module to verify the inheritance. f f f LGPL-3 100 f \N \N \N \N +202 \N \N 2019-03-20 07:09:26.790437 1 https://www.odoo.com web_kanban Odoo S.A. /base/static/description/icon.png installed 10.0.2.0 Base Kanban 13 \nOdoo Web kanban view.\n========================\n\n f f f LGPL-3 100 t \N \N * INHERIT web_kanban assets (qweb) \N +187 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_mimetypes Odoo S.A. /base/static/description/icon.png uninstalled \N test mimetypes-guessing 4 A module to generate exceptions. f f f LGPL-3 100 f \N \N \N \N +271 \N \N 2019-03-20 07:09:29.78541 1 https://www.odoo.com web_tour Odoo S.A. /base/static/description/icon.png installed 10.0.0.1 Tours 13 \nOdoo Web tours.\n========================\n\n f f f LGPL-3 100 t \N \N * INHERIT tours assets (qweb)\n* INHERIT tours backend assets (qweb)\ntour.search (search)\nweb_tour.tour tree (tree) \N Settings/Technical/User Interface/Tours +205 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_us Odoo S.A. /l10n_us/static/description/icon.png uninstalled \N United States - Accounting 8 \nUnited States - Chart of accounts.\n==================================\n f f f LGPL-3 100 f \N \N \N \N +50 \N \N 2019-03-20 07:09:47.514696 1 https://www.odoo.com Hidden report Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Report 23 \nReport\n f f f LGPL-3 100 t \N \N * INHERIT act_report_xml_view_inherit (form)\n* INHERIT base.config.settings.inherited (form)\n* INHERIT ir.actions.report.xml.form.inherit (form)\n* INHERIT report assets (qweb)\nReport layout (qweb)\nexternal_layout (qweb)\nexternal_layout_footer (qweb)\nexternal_layout_header (qweb)\nhtml_container (qweb)\ninternal_layout (qweb)\nminimal_layout (qweb)\npaper_format_view_form (form)\npaper_format_view_tree (tree)\npreview_externalreport (qweb)\npreview_internalreport (qweb)\nreport.assets_common (qweb)\nreport.assets_editor (qweb)\nreport.assets_pdf (qweb) \N Settings/Technical/Reports\nSettings/Technical/Reports/Paper Format\nSettings/Technical/Reports/Reports Preview External Report\nPreview Internal Report +272 \N \N 2019-03-20 07:10:58.321994 1 https://www.odoo.com portal Odoo S.A. /portal/static/description/icon.png installed 10.0.1.0 Portal 20 \nCustomize access to your Odoo database to external users by creating portals.\n================================================================================\nA portal defines a specific user menu and access rights for its members. This\nmenu can be seen by portal members, public users and any other user that\nhave the access to technical features (e.g. the administrator).\nAlso, each portal member is linked to a specific partner.\n\nThe module also associates user groups to the portal users (adding a group in\nthe portal automatically adds it to the portal users, etc). That feature is\nvery handy when used in combination with the module 'share'.\n f f f LGPL-3 100 t \N \N * INHERIT Group Search (search)\n* INHERIT Portal Form (form)\nPortal Access Management (form) \N +175 \N \N 2019-03-20 07:13:22.695216 1 Custom Sales module to meet bahmni requirement bahmni_sale Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Sale 17 \nBahmni Sale\n====================\n t f f LGPL-3 1 f \N \N * INHERIT bahmni_sale assets (qweb)\n* INHERIT inherit.sale.order.form (form)\n* INHERIT inherit.view.sales.config (form)\nform.district.tehsil (form)\nform.state.district (form)\nform.village.village (form)\ntree.district.tehsil (tree)\ntree.state.district (tree)\ntree.village.village (tree) \N Sales/Configuration/Contacts/Localization/Districts\nSales/Configuration/Contacts/Localization/Tehsils\nSales/Configuration/Contacts/Localization/Villages +207 \N \N 2019-03-20 07:13:15.020171 1 https://www.odoo.com/page/warehouse Quotation, Sale Orders, Delivery & Invoicing Control sale_stock Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Sales and Warehouse Management 13 \nManage sales quotations and orders\n==================================\n\nThis module makes the link between the sales and warehouses management applications.\n\nPreferences\n-----------\n* Shipping: Choice of delivery at once or partial delivery\n* Invoicing: choose how invoices will be paid\n* Incoterms: International Commercial terms\n\nYou can choose flexible invoicing methods:\n\n* *On Demand*: Invoices are created manually from Sales Orders when needed\n* *On Delivery Order*: Invoices are generated from picking (delivery)\n* *Before Delivery*: A Draft invoice is created and must be paid before delivery\n f f f LGPL-3 100 t \N \N * INHERIT account.invoice.form.sale.stock (form)\n* INHERIT assets_backend (qweb)\n* INHERIT report_delivery_document_inherit_sale_stock (qweb)\n* INHERIT report_invoice_document_inherit_sale_stock (qweb)\n* INHERIT report_saleorder_document_inherit_sale_stock (qweb)\n* INHERIT sale settings (form)\n* INHERIT sale.order.form.sale.stock (form)\n* INHERIT sale.order.line.tree.sale.stock.location (tree)\n* INHERIT stock.location.route.form (form)\n* INHERIT stock.return.picking.sale.stock.form (form) \N Sales/After-Sale\nSales/After-Sale/Invoicing +178 \N \N 2019-03-20 07:09:22.209212 1 https://www.odoo.com bus Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 IM Bus 13 Instant Messaging Bus allow you to send messages to users, in live. f f f LGPL-3 100 f \N \N * INHERIT im assets (qweb) \N +194 \N \N 2019-03-20 07:09:23.526788 1 https://www.odoo.com web_diagram Odoo S.A. /base/static/description/icon.png installed 10.0.2.0 Odoo Web Diagram 13 \nOpenerp Web Diagram view.\n=========================\n\n f f f LGPL-3 100 t \N \N * INHERIT web_diagram assets (qweb) \N +39 \N \N 2019-03-20 07:12:31.658802 1 https://www.odoo.com portal_sale Odoo S.A. /base/static/description/icon.png installed 10.0.0.1 Portal Sale 13 \nThis module adds a Sales menu to your portal as soon as sale and portal are installed.\n======================================================================================\n\nAfter installing this module, portal users will be able to access their own documents\nvia the following menus:\n\n - Quotations\n - Sale Orders\n - Delivery Orders\n - Products (public ones)\n - Invoices\n - Payments/Refunds\n\nIf online payment acquirers are configured, portal users will also be given the opportunity to\npay online on their Sale Orders and Invoices that are not paid yet. Paypal is included\nby default, you simply need to configure a Paypal account in the Accounting/Invoicing settings.\n f f f LGPL-3 100 t \N \N * INHERIT account.invoice.select.share (search) \N +52 \N \N 2019-03-20 07:13:29.407179 1 Custom stock module to meet bahmni requirement bahmni_stock Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Stock 24 \nBahmni Purchase\n====================\n t f f LGPL-3 1 f \N \N * INHERIT form.stock.picking.lot.expiry (form)\n* INHERIT form.stock.production.lot.inherit (form)\n* INHERIT inherit.invoice.form (form)\n* INHERIT tree.stock.production.lot.inherit (tree)\n* INHERIT view.account.payment.form.print_report (form)\n* INHERIT view.pack.operation.lot.form.available_qty (form)\nreport_account_payment_template (qweb)\nreport_payment_document (qweb)\nsearch.batch.stock.future.forecast (search)\ntree.batch.stock.future.forecast (tree)\ntree.stock_report.prod.by.last.moved (tree) \N Inventory/Reports/Stock Batch Forecast\nInventory/Reports/Stock Report Products by Last Moved Account Payment +230 \N \N 2019-03-20 07:13:37.524815 1 Module to sync Bahmni with Odoo bahmni_atom_feed Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Atom Feed 28 \nBahmni Web Extension\n====================\n t f f LGPL-3 1 f \N \N * INHERIT inherit.partner.view.locate.village (form)\n* INHERIT res.company.country.required (form)\nform.order.picking.type.mapping (form)\nform.order.type (form)\nform.stock.location.product.dhis2 (form)\nform.syncable.units (form)\ntree.event.records (tree)\ntree.order.picking.type.mapping (tree)\ntree.order.type (tree)\ntree.syncable.units (tree) \N Sales/Configuration/Order Type - Picking Type Mapping\nSales/Configuration/Order Types\nSales/Configuration/Syncable Units\nSettings/Technical/Event Records +111 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com base Odoo S.A. /base/static/description/icon.png installed 10.0.1.3 Base 13 \nThe kernel of Odoo, needed for all installation.\n===================================================\n f f f LGPL-3 100 t \N \N * INHERIT res.company.form (form)\n* INHERIT res.users.groups (form)\nApps Kanban (kanban)\nChange Password (form)\nChange Password Users (tree)\nConfig Wizard Steps (form)\nConfig Wizard Steps (tree)\nContact Tags (form)\nContact Tags (tree)\nCreate Menu (form)\nExport Translations (form)\nImport Translation (form)\nInheritable view for installer objects (form)\nLoad a Translation (form)\nModule Configuration (form)\nModule Update (form)\nModule Upgrade (form)\nModule Upgrade Install (form)\nServer Action (form)\nServer Actions (tree)\nSynchronize Terms (form)\ncontact (qweb)\nir.actions.actions (form)\nir.actions.actions.search (search)\nir.actions.actions.tree (tree)\nir.actions.report.xml (form)\nir.actions.report.xml.search (search)\nir.actions.report.xml.tree (tree)\nir.actions.server.search (search)\nir.actions.todo.select (search)\nir.actions.windows.form (form)\nir.actions.windows.search (search)\nir.actions.windows.tree (tree)\nir.attachment form (form)\nir.attachment search (search)\nir.attachment tree (tree)\nir.config_parameter form (form)\nir.config_parameter search (search)\nir.config_parameter tree (tree)\nir.cron calendar (calendar)\nir.cron form (form)\nir.cron search (search)\nir.cron tree (tree)\nir.filters form (form)\nir.filters search (search)\nir.filters tree (tree)\nir.logging form (form)\nir.logging search (search)\nir.logging tree (tree)\nir.mail_server form (form)\nir.mail_server search (search)\nir.mail_server tree (tree)\nir.model form (form)\nir.model search (search)\nir.model tree (tree)\nir.model.access form (form)\nir.model.access search (search)\nir.model.access tree (tree)\nir.model.constraint form (form)\nir.model.constraint tree (tree)\nir.model.data form (form)\nir.model.data search (search)\nir.model.data tree (tree)\nir.model.fields form (form)\nir.model.fields search (search)\nir.model.fields tree (tree)\nir.model.relation form (form)\nir.model.relation tree (tree)\nir.module.category.form (form)\nir.module.category.tree (tree)\nir.module.module.form (form)\nir.module.module.list.select (search)\nir.module.module.tree (tree)\nir.property.form (form)\nir.property.search (search)\nir.property.tree (tree)\nir.rule form (form)\nir.rule search (search)\nir.rule tree (tree)\nir.sequence form (form)\nir.sequence search (search)\nir.sequence tree (tree)\nir.translation form (form)\nir.translation search (search)\nir.translation tree (tree)\nir.translation tree (tree)\nir.ui.menu form (form)\nir.ui.menu tree (tree)\nir.ui.menu.search (search)\nir.ui.menu.tree (tree)\nir.ui.view form (form)\nir.ui.view search (search)\nir.ui.view tree (tree)\nir.ui.view.custom form (form)\nir.ui.view.custom search (search)\nir.ui.view.custom tree (tree)\nir.values.form.action (form)\nir.values.form.defaults (form)\nir.values.search.action (search)\nir.values.tree.action (tree)\nreport_irmodeloverview (qweb)\nreport_irmodulereference (qweb)\nres.bank.form (form)\nres.bank.tree (tree)\nres.company.form (form)\nres.company.tree (tree)\nres.config.view.base (form)\nres.country.form (form)\nres.country.group.form (form)\nres.country.group.tree (tree)\nres.country.state.form (form)\nres.country.state.tree (tree)\nres.country.tree (tree)\nres.currency.form (form)\nres.currency.rate.form (form)\nres.currency.rate.search (search)\nres.currency.rate.tree (tree)\nres.currency.search (search)\nres.currency.tree (tree)\nres.groups.form (form)\nres.groups.search (search)\nres.lang.form (form)\nres.lang.search (search)\nres.lang.tree (tree)\nres.partner.bank.form (form)\nres.partner.bank.search (search)\nres.partner.bank.tree (tree)\nres.partner.form (form)\nres.partner.form.address (form)\nres.partner.kanban (kanban)\nres.partner.select (search)\nres.partner.simplified.form (form)\nres.partner.title.form (form)\nres.partner.title.tree (tree)\nres.partner.tree (tree)\nres.partner.view.form.private (form)\nres.request.link.form (form)\nres.request.link.form (tree)\nres.request.link.search (search)\nres.users.form (form)\nres.users.preferences.form (form)\nres.users.search (search)\nres.users.simplified.form (form)\nres.users.tree (tree)\nworkflow.activity.form (form)\nworkflow.activity.search (search)\nworkflow.activity.tree (tree)\nworkflow.diagram (diagram)\nworkflow.form (form)\nworkflow.instance.form (form)\nworkflow.instance.search (search)\nworkflow.instance.tree (tree)\nworkflow.search (search)\nworkflow.transition.form (form)\nworkflow.transition.search (search)\nworkflow.transition.tree (tree)\nworkflow.tree (tree)\nworkflow.workitem.form (form)\nworkflow.workitem.search (search)\nworkflow.workitem.tree (tree) \N Apps\nApps/App Store\nApps/Apply Scheduled Upgrades\nApps/Apps\nApps/Update Apps List\nApps/Updates\nDashboards\nDashboards/Configuration\nDashboards/Dashboards\nSettings\nSettings/Custom Shortcuts\nSettings/Technical\nSettings/Technical/Actions\nSettings/Technical/Actions/Action Bindings\nSettings/Technical/Actions/Actions\nSettings/Technical/Actions/Configuration Wizards\nSettings/Technical/Actions/Reports\nSettings/Technical/Actions/Server Actions\nSettings/Technical/Actions/User-defined Defaults\nSettings/Technical/Actions/Window Actions\nSettings/Technical/Automation\nSettings/Technical/Automation/Scheduled Actions\nSettings/Technical/Database Structure\nSettings/Technical/Database Structure/Attachments\nSettings/Technical/Database Structure/Fields\nSettings/Technical/Database Structure/Logging\nSettings/Technical/Database Structure/ManyToMany Relations\nSettings/Technical/Database Structure/Model Constraints\nSettings/Technical/Database Structure/Models\nSettings/Technical/Database Structure/Referenceable Models\nSettings/Technical/Email\nSettings/Technical/Email/Outgoing Mail Servers\nSettings/Technical/Parameters\nSettings/Technical/Parameters/Company Properties\nSettings/Technical/Parameters/System Parameters\nSettings/Technical/Security\nSettings/Technical/Security/Access Controls List\nSettings/Technical/Security/Record Rules\nSettings/Technical/Sequences & Identifiers\nSettings/Technical/Sequences & Identifiers/External Identifiers\nSettings/Technical/Sequences & Identifiers/Sequences\nSettings/Technical/User Interface\nSettings/Technical/User Interface/Customized Views\nSettings/Technical/User Interface/Menu Items\nSettings/Technical/User Interface/User-defined Filters\nSettings/Technical/User Interface/Views\nSettings/Technical/Workflows\nSettings/Technical/Workflows/Activities\nSettings/Technical/Workflows/Instances\nSettings/Technical/Workflows/Transitions\nSettings/Technical/Workflows/Workflows\nSettings/Technical/Workflows/Workitems\nSettings/Translations\nSettings/Translations/Application Terms\nSettings/Translations/Application Terms/Synchronize Terms\nSettings/Translations/Application Terms/Translated Terms\nSettings/Translations/Import / Export\nSettings/Translations/Import / Export/Export Translation\nSettings/Translations/Import / Export/Import Translation\nSettings/Translations/Languages\nSettings/Translations/Load a Translation\nSettings/Users\nSettings/Users/Companies\nSettings/Users/Groups\nSettings/Users/Users\nTests Model Overview\nPreview RML Report\nTechnical guide +280 \N \N 2019-03-20 07:09:27.281163 1 https://www.odoo.com Help to configure application web_planner Odoo S.A. /web_planner/static/description/icon.png installed 10.0.1.0 Planner 20 Application Planner f f f LGPL-3 100 t \N \N * INHERIT planner assets (qweb)\n* INHERIT planner common assets (qweb)\ncategory (qweb)\npage (qweb)\npages (qweb)\nweb.planner.view.search (search)\nweb.planner.view.tree (tree) \N Settings/Technical/User Interface/Planners +184 \N \N 2019-03-20 07:09:33.345042 1 https://www.odoo.com web_kanban_gauge Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Gauge Widget for Kanban 13 \nThis widget allows to display gauges using d3 library.\n f f f LGPL-3 100 t \N \N * INHERIT web_kanban_gauge assets (qweb) \N +260 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/website-builder Publish Your Channel of Resellers website_crm_partner_assign Odoo S.A. /website_crm_partner_assign/static/description/icon.png uninstalled \N Resellers 17 \nPublish and Assign Partner\n==========================\n f f f LGPL-3 100 f \N \N \N \N +285 \N \N 2019-03-20 07:12:45.348269 1 Custom product module to meet bahmni requirement bahmni_product Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Product 29 \nBahmni Product\n====================\n t f f LGPL-3 1 f \N \N * INHERIT inherit.product.form.view.procurement.button (form)\n* INHERIT inherit.product.template.form.view.procurement.button (form)\n* INHERIT inherit.product.template.search.view (search)\n* INHERIT inherit.stock.product.template (tree)\n* INHERIT inherit.view.stock.product.tree (tree)\n* INHERIT manufacturer.partner.view (form)\n* INHERIT manufacturer.product.supplierinfo (form)\n* INHERIT mrp.product.template.form.view (form) \N +97 \N \N 2019-03-20 07:09:24.638121 1 https://www.odoo.com web_editor Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Web Editor 13 \nOdoo Web Editor widget.\n==========================\n\n f f f LGPL-3 100 t \N \N * INHERIT assets_frontend (qweb)\n* INHERIT less_helpers (qweb)\n* INHERIT qunit_suite (qweb)\n* INHERIT web_editor assets for backend (qweb)\n* INHERIT web_editor base assets_common (qweb)\n* INHERIT webclient_bootstrap (qweb)\nColor-Picker (qweb)\nEditor HTML (qweb)\nEditor layout (qweb)\nFull web_editor assets (qweb)\nSummernote (qweb)\nsnippet_options (qweb)\nsnippets (qweb) \N +255 \N \N 2019-03-20 07:13:33.339233 1 https://www.odoo.com portal_stock Odoo S.A. /base/static/description/icon.png installed 10.0.0.1 Portal Stock 13 \nThis module adds access rules to your portal if stock and portal are installed.\n==========================================================================================\n f f f LGPL-3 100 t \N \N \N +3 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Allows to remotely upgrade the PosBox software hw_posbox_upgrade Odoo S.A. /base/static/description/icon.png uninstallable \N PosBox Software Upgrader 3 \nPosBox Software Upgrader\n========================\n\nThis module allows to remotely upgrade the PosBox software to a\nnew version. This module is specific to the PosBox setup and environment\nand should not be installed on regular openerp servers.\n\n f f f LGPL-3 6 f \N \N \N \N +4 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_read_group Odoo S.A. /base/static/description/icon.png uninstalled \N test read_group 4 Tests for read_group f f f LGPL-3 100 f \N \N \N \N +276 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_project_timesheet Odoo S.A. /base/static/description/icon.png uninstalled \N Timesheet in Website Portal 14 \nDisplay Timesheet on Task in the Website Portal\n===============================================\n f f f LGPL-3 100 t \N \N \N \N +136 \N \N 2019-03-20 07:13:35.350154 1 https://www.odoo.com/page/manufacturing procurement_jit Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Just In Time Scheduling 21 \nThis module will automatically reserve the picking from stock when a sale order is confirmed\n============================================================================================\nUpon confirmation of a sale order or when quantities are added,\nthe picking that reserves from stock will be reserved if the\nnecessary quantities are available.\n\nIn the simplest configurations, this is an easy way of working:\nfirst come, first served. However, when not installed, you can\nuse manual reservation or run the schedulers where the system\nwill take into account the expected date and the priority.\n\nIf this automatic reservation would reserve too much, you can\nstill unreserve a picking.\n f f f LGPL-3 100 t \N \N \N +211 \N \N 2019-03-20 07:09:54.250293 1 https://www.odoo.com auth_signup Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Signup 20 \nAllow users to sign up and reset their password\n===============================================\n f f f LGPL-3 100 t \N \N * INHERIT Sign up - Reset Password (qweb)\n* INHERIT base.config.settings.inherit.signup (form)\n* INHERIT res.users.form.inherit (form)\nAuth Signup/ResetPassword form fields (qweb)\nReset password (qweb)\nSign up login (qweb) \N +5 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_convert Odoo S.A. /base/static/description/icon.png uninstalled \N test_convert 5 Data for xml conversion tests f f f LGPL-3 100 f \N \N \N \N +6 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com product_extended Odoo S.A. /base/static/description/icon.png uninstalled \N Product extension to track sales and purchases 6 \nProduct extension. This module adds:\n * Computes standard price from the BoM of the product with a button on the product variant based\n on the materials in the BoM and the work centers. It can create the necessary accounting entries when necessary.\n f f f LGPL-3 100 f \N \N \N \N +8 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Support for Bootswatch themes in master theme_bootswatch Odoo S.A. /theme_bootswatch/static/description/icon.png uninstalled \N Bootswatch Theme 7 This theme module is exclusively for master to keep the support of Bootswatch themes which were previously part of the website module in 8.0. f f f LGPL-3 900 f \N \N \N \N +159 \N \N 2019-03-20 07:09:17.407912 1 https://www.odoo.com auth_crypt ['Odoo SA', 'FS3'] /base/static/description/icon.png installed 10.0.2.0 Password Encryption 20 \nEncrypted passwords\n===================\n\nReplaces the default password storage with a strong cryptographic\nhash.\n\nThe key derivation function currently used is RSA Security LLC's\nindustry-standard ``PKDF2``, in combination with ``SHA512``.\nThis includes salting and key stretching with several thousands\nrounds.\n\nAll passwords are encrypted as soon as the module is installed.\nThis may take a few minutes if there are thousands of users.\n\nPast versions of encrypted passwords will be automatically upgraded\nto the current scheme whenever a user authenticates\n(``auth_crypt`` was previously using the weaker ``md5crypt`` key\nderivation function).\n\nNote: Installing this module permanently prevents user password\nrecovery and cannot be undone. It is thus recommended to enable\nsome password reset mechanism for users, such as the one provided\nby the ``auth_signup`` module (signup for new users does not\nnecessarily have to be enabled).\n\n f f f LGPL-3 100 t Odoo SA \N \N +10 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/manufacturing Repair broken or damaged products mrp_repair Odoo S.A. /mrp_repair/static/description/icon.png uninstalled \N Repairs Management 6 \nThe aim is to have a complete module to manage all products repairs.\n====================================================================\n\nThe following topics are covered by this module:\n------------------------------------------------------\n * Add/remove products in the reparation\n * Impact for stocks\n * Invoicing (products and/or services)\n * Warranty concept\n * Repair quotation report\n * Notes for the technician and for the final customer\n t f f LGPL-3 200 f \N \N \N \N +11 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Restaurant extensions for the Point of Sale pos_restaurant Odoo S.A. /base/static/description/icon.png uninstalled \N Restaurant 3 \n\n=======================\n\nThis module adds several restaurant features to the Point of Sale:\n- Bill Printing: Allows you to print a receipt before the order is paid\n- Bill Splitting: Allows you to split an order into different orders\n- Kitchen Order Printing: allows you to print orders updates to kitchen or bar printers\n\n f f f LGPL-3 6 f \N \N \N \N +12 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Provides support for customer facing displays hw_screen Odoo S.A. /base/static/description/icon.png uninstallable \N Screen Driver 9 \nScreen Driver\n=============\n\nThis module allows the POS client to send rendered HTML to a remotely\ninstalled screen. This module then displays this HTML using a web\nbrowser.\n f f f LGPL-3 6 f \N \N \N \N +13 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_mass_mailing Odoo S.A. /base/static/description/icon.png uninstalled \N Website Mass Mailing Campaigns 10 \nAdd a snippet in the website builder to subscribe a mass_mailing list\n f f f LGPL-3 100 t \N \N \N \N +14 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Create Issues From Contact Form website_issue Odoo S.A. /base/static/description/icon.png uninstalled \N Issues Form 11 \nOdoo Contact Form\n====================\n\n f f f LGPL-3 100 t \N \N \N \N +115 \N \N 2019-03-20 07:09:17.829883 1 https://www.odoo.com decimal_precision Odoo S.A. /base/static/description/icon.png installed 10.0.0.1 Decimal Precision Configuration 13 \nConfigure the price accuracy you need for different kinds of usage: accounting, sales, purchases.\n=================================================================================================\n f f f LGPL-3 100 f \N \N Decimal Precision (form)\nDecimal Precision List (tree) \N Settings/Technical/Database Structure/Decimal Accuracy +18 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_gengo Odoo S.A. /website_gengo/static/description/icon.png uninstalled \N Website Gengo Translator 14 \nWebsite Gengo Translator\n========================\n\nTranslate you website in one click\n f f f LGPL-3 100 f \N \N \N \N +19 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_ec Gnuthink Co.Ltd. /l10n_ec/static/description/icon.png uninstalled \N Ecuador - Accounting 8 \nThis is the base module to manage the accounting chart for Ecuador in Odoo.\n==============================================================================\n\nAccounting chart and localization for Ecuador.\n f f f LGPL-3 100 f \N \N \N \N +20 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/purchase purchase_requisition Odoo S.A. /base/static/description/icon.png uninstalled \N Purchase Requisitions 15 \nThis module allows you to manage your Purchase Requisition.\n===========================================================\n\nWhen a purchase order is created, you now have the opportunity to save the\nrelated requisition. This new object will regroup and will allow you to easily\nkeep track and order all your purchase orders.\n f f f LGPL-3 100 f \N \N \N \N +21 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Account Management Frontend for your Customers website_portal Odoo S.A. /website_portal/static/description/icon.png uninstalled \N Website Portal 14 \nAllows your customers to manage their account from a beautiful web interface.\n f f f LGPL-3 100 f \N \N \N \N +23 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Common Drinks data for points of sale pos_data_drinks Odoo S.A. /base/static/description/icon.png uninstalled \N Point of Sale Common Data Drinks 3 \n Common drinks data for points of sale\n f f f LGPL-3 99 f \N \N \N \N +17 \N \N 2019-03-20 07:09:18.569904 1 https://www.odoo.com web Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Web 13 \nOdoo Web core module.\n========================\n\nThis module provides the core of the Odoo Web Client.\n f f f LGPL-3 100 t \N \N Login (qweb)\nLogin Layout (qweb)\nPDF JS Library (qweb)\nWeb layout (qweb)\nweb.assets_backend (qweb)\nweb.assets_common (qweb)\nweb.assets_frontend (qweb)\nweb.less_helpers (qweb)\nweb.menu (qweb)\nweb.menu_link (qweb)\nweb.menu_secondary (qweb)\nweb.menu_secondary_submenu (qweb)\nweb.qunit_suite (qweb)\nweb.webclient_bootstrap (qweb)\nweb.webclient_script (qweb) \N +25 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Allow cashier to reprint receipts pos_reprint Odoo S.A. /base/static/description/icon.png uninstalled \N Point of Sale Receipt Reprinting 3 \n\n=======================\n\nAllow cashier to reprint receipts\n\n f f f LGPL-3 6 f \N \N \N \N +27 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/e-commerce Sell Your Products Online website_sale Odoo S.A. /website_sale/static/description/icon.png uninstalled \N eCommerce 14 \nOdoo E-Commerce\n==================\n\n t f f LGPL-3 55 f \N \N \N \N +28 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Hardware Driver for ESC/POS Printers and Cashdrawers hw_escpos Odoo S.A. /base/static/description/icon.png uninstalled \N ESC/POS Hardware Driver 3 \nESC/POS Hardware Driver\n=======================\n\nThis module allows openerp to print with ESC/POS compatible printers and\nto open ESC/POS controlled cashdrawers in the point of sale and other modules\nthat would need such functionality.\n\n f f f LGPL-3 6 f \N \N \N \N +29 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/crm sale_order_dates Odoo S.A. /base/static/description/icon.png uninstalled \N Dates on Sales Order 17 \nAdd additional date information to the sales order.\n===================================================\n\nYou can add the following additional dates to a sales order:\n------------------------------------------------------------\n * Requested Date (will be used as the expected date on pickings)\n * Commitment Date\n * Effective Date\n f f f LGPL-3 100 f \N \N \N \N +30 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/e-commerce Add Delivery Costs to Online Sales website_sale_delivery Odoo S.A. /website_sale_delivery/static/description/icon.png uninstalled \N eCommerce Delivery 14 \nDelivery Costs\n==============\n f f f LGPL-3 100 f \N \N \N \N +31 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Hardware Driver for Belgian Fiscal Data Modules hw_blackbox_be Odoo S.A. /base/static/description/icon.png uninstalled \N Blackbox Hardware Driver 3 \nFiscal Data Module Hardware Driver\n==================================\n\nThis module allows a Point Of Sale client to communicate with a\nconnected Belgian Fiscal Data Module.\n\nThis module does **not** turn an Odoo Point Of Sale module into a certified\nBelgian cash register. It allows the communication on with a certified Fiscal\nData Module but will not modify the behaviour of the Point of Sale.\n f f f LGPL-3 6 f \N \N \N \N +33 \N \N 2019-03-20 06:35:24.026934 1 http://openerp.hellug.gr/ l10n_gr P. Christeas, OpenERP SA. /l10n_gr/static/description/icon.png uninstalled \N Greece - Accounting 8 \nThis is the base module to manage the accounting chart for Greece.\n==================================================================\n\nGreek accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +34 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/lead-automation marketing_campaign Odoo S.A. /marketing_campaign/static/description/icon.png uninstalled \N Marketing Campaigns 10 \nThis module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads).\n=========================================================================================================================================\n\nThe campaigns are dynamic and multi-channels. The process is as follows:\n------------------------------------------------------------------------\n * Design marketing campaigns like workflows, including email templates to\n send, reports to print and send by email, custom actions\n * Define input segments that will select the items that should enter the\n campaign (e.g leads from certain countries.)\n * Run your campaign in simulation mode to test it real-time or accelerated,\n and fine-tune it\n * You may also start the real campaign in manual mode, where each action\n requires manual validation\n * Finally launch your campaign live, and watch the statistics as the\n campaign does everything fully automatically.\n\nWhile the campaign runs you can of course continue to fine-tune the parameters,\ninput segments, workflow.\n\n**Note:** If you need demo data, you can install the marketing_campaign_crm_demo\n module, but this will also install the CRM application as it depends on\n CRM Leads.\n f f f LGPL-3 100 f \N \N \N \N +37 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com base_iban Odoo S.A. /base/static/description/icon.png uninstalled \N IBAN Bank Accounts 20 \nThis module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.\n======================================================================================================================\n\nThe ability to extract the correctly represented local accounts from IBAN accounts\nwith a single statement.\n f f f LGPL-3 100 f \N \N \N \N +38 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/warehouse Landed Costs stock_landed_costs Odoo S.A. /base/static/description/icon.png uninstalled \N WMS Landed Costs 21 \nLanded Costs Management\n=======================\nThis module allows you to easily add extra costs on pickings and decide the split of these costs among their stock moves in order to take them into account in your stock valuation.\n f f f LGPL-3 16 f \N \N \N \N +40 \N \N 2019-03-20 07:12:30.086548 1 https://www.odoo.com Payment Acquirer: Transfer Implementation payment_transfer Odoo S.A. /payment_transfer/static/description/icon.png installed 10.0.1.0 Transfer Payment Acquirer 1 Transfer Payment Acquirer f f f LGPL-3 100 t \N \N transfer_acquirer_button (qweb) \N +43 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com theme_default Odoo S.A. /theme_default/static/description/icon.png uninstalled \N Default Theme 22 Default website theme to showcase customization possibilities. f f f LGPL-3 1000 f \N \N \N \N +44 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting l10n_be Noviat, Odoo SA /l10n_be/static/description/icon.png uninstalled \N Belgium - Accounting 8 \nThis is the base module to manage the accounting chart for Belgium in Odoo.\n==============================================================================\n\nAfter installing this module, the Configuration wizard for accounting is launched.\n * We have the account templates which can be helpful to generate Charts of Accounts.\n * On that particular wizard, you will be asked to pass the name of the company,\n the chart template to follow, the no. of digits to generate, the code for your\n account and bank account, currency to create journals.\n\nThus, the pure copy of Chart Template is generated.\n\nWizards provided by this module:\n--------------------------------\n * Partner VAT Intra: Enlist the partners with their related VAT and invoiced\n amounts. Prepares an XML file format.\n \n **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Partner VAT Intra\n * Periodical VAT Declaration: Prepares an XML file for Vat Declaration of\n the Main company of the User currently Logged in.\n \n **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Periodical VAT Declaration\n * Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat\n Declaration of the Main company of the User currently Logged in Based on\n Fiscal year.\n \n **Path to access :** Invoicing/Reporting/Legal Reports/Belgium Statements/Annual Listing Of VAT-Subjected Customers\n\n f f f LGPL-3 100 f \N \N \N \N +45 \N \N 2019-03-20 06:35:24.026934 1 http://www.onestein.eu l10n_nl Onestein /l10n_nl/static/description/icon.png uninstalled \N Netherlands - Accounting 8 Accounting chart for Netherlands\n================================\n\nThis module is specially made to manage the accounting functionality\naccording to the Dutch best practice.\n\nThis module contains the Dutch Chart of Accounts and the VAT schema.\nThis schema is made for the most common Companies and therefore suitable\nto be used for almost every Company.\n\nThe VAT accounts are linked promptly to generate the required reports. Examples\nof this reports intercommunitaire transactions.\n\nAfter installation of this module the configuration will be activated.\nSelect the Chart of Accounts named "Netherlands - Accounting".\n\nHereafter entering the name of the Company, total digits of Chart of Accounts,\nBank Account Number and the default Currency.\n\nNote: total digits configured by default are 6.\n f f f LGPL-3 100 f \N \N \N \N +47 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting account_budget Odoo S.A. /base/static/description/icon.png uninstalled \N Budgets Management 1 \nThis module allows accountants to manage analytic and crossovered budgets.\n==========================================================================\n\nOnce the Budgets are defined (in Invoicing/Budgets/Budgets), the Project Managers\ncan set the planned amount on each Analytic Account.\n\nThe accountant has the possibility to see the total of amount planned for each\nBudget in order to ensure the total planned is not greater/lower than what he\nplanned for this Budget. Each list of record can also be switched to a graphical\nview of it.\n\nThree reports are available:\n----------------------------\n 1. The first is available from a list of Budgets. It gives the spreading, for\n these Budgets, of the Analytic Accounts.\n\n 2. The second is a summary of the previous one, it only gives the spreading,\n for the selected Budgets, of the Analytic Accounts.\n\n 3. The last one is available from the Analytic Chart of Accounts. It gives\n the spreading, for the selected Analytic Accounts of Budgets.\n f f f LGPL-3 100 f \N \N \N \N +49 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting l10n_generic_coa Odoo S.A. /base/static/description/icon.png uninstalled \N Generic - Accounting 8 \nThis is the base module to manage the generic accounting chart in Odoo.\n==============================================================================\n\nInstall some generic chart of accounts.\n f f f LGPL-3 100 f \N \N \N \N +51 \N \N 2019-03-20 06:35:24.026934 1 http://www.willowit.com l10n_nz Richard deMeester - Willow IT /l10n_nz/static/description/icon.png uninstalled \N New Zealand - Accounting 8 \nNew Zealand Accounting Module\n=============================\n\nNew Zealand accounting basic charts and localizations.\n\nAlso:\n - activates a number of regional currencies.\n - sets up New Zealand taxes.\n f f f LGPL-3 100 f \N \N \N \N +57 \N \N 2019-03-20 06:35:24.026934 1 http://www.openglobe.pl l10n_pl Grzegorz Grzelak (OpenGLOBE) /l10n_pl/static/description/icon.png uninstalled \N Poland - Accounting 8 \nThis is the module to manage the accounting chart and taxes for Poland in Odoo.\n==================================================================================\n\nTo jest moduł do tworzenia wzorcowego planu kont, podatków, obszarów podatkowych i\nrejestrów podatkowych. Moduł ustawia też konta do kupna i sprzedaży towarów\nzakładając, że wszystkie towary są w obrocie hurtowym.\n\nNiniejszy moduł jest przeznaczony dla odoo 8.0.\nWewnętrzny numer wersji OpenGLOBE 1.02\n f f f LGPL-3 100 f \N \N \N \N +58 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/survey survey_crm Odoo S.A. /base/static/description/icon.png uninstalled \N Survey CRM 10 \nSurvey - CRM (bridge module)\n=================================================================================\nThis module adds a Survey mass mailing button inside the more option of lead/customers views\n f f f LGPL-3 100 t \N \N \N \N +59 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/warehouse Drop Shipping stock_dropshipping Odoo S.A. /base/static/description/icon.png uninstalled \N Drop Shipping 21 \nManage drop shipping orders\n===========================\n\nThis module adds a pre-configured Drop Shipping picking type\nas well as a procurement route that allow configuring Drop\nShipping products and orders.\n\nWhen drop shipping is used the goods are directly transferred\nfrom vendors to customers (direct delivery) without\ngoing through the retailer's warehouse. In this case no\ninternal transfer document is needed.\n\n f f f LGPL-3 100 f \N \N \N \N +60 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_impex Odoo S.A. /base/static/description/icon.png uninstalled \N test-import-export 4 A module to test import/export. f f f LGPL-3 100 f \N \N \N \N +61 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_fr_certification Odoo S.A. /l10n_fr_certification/static/description/icon.png uninstalled \N France - VAT Anti-Fraud Certification (CGI 286 I-3 bis) 8 \nThis add-on brings the technical requirements of the French regulation CGI art. 286, I. 3° bis that stipulates certain criteria concerning the inalterability, security, storage and archiving of data related to sales to private individuals (B2C).\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nThe module adds following features:\n\n Inalterability: deactivation of all the ways to cancel or modify key data, invoices and journal entries\n\n Security: chaining algorithm to verify the inalterability\n\n Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n\n Access to download the mandatory Certificate of Conformity delivered by Odoo SA (only for Odoo Enterprise users)\n f f f LGPL-3 100 f \N \N \N \N +100 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com gamification_sale_crm Odoo S.A. /base/static/description/icon.png uninstalled \N CRM Gamification 17 Example of goal definitions and challenges that can be used related to the usage of the CRM Sale module. f f f LGPL-3 100 t \N \N \N \N +64 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/project-management project_issue_sheet Odoo S.A. /base/static/description/icon.png uninstalled \N Timesheet on Issues 11 \nThis module adds the Timesheet support for the Issues/Bugs Management in Project.\n=================================================================================\n\nWorklogs can be maintained to signify number of hours spent by users to handle an issue.\n f f f LGPL-3 100 t \N \N \N \N +66 \N \N 2019-03-20 06:35:24.026934 1 Credit card support for Point Of Sale pos_mercury Odoo S.A. /base/static/description/icon.png uninstalled \N Mercury Payment Services 3 \nAllow credit card POS payments\n==============================\n\nThis module allows customers to pay for their orders with credit\ncards. The transactions are processed by Mercury (developed by Wells\nFargo Bank). A Mercury merchant account is necessary. It allows the\nfollowing:\n\n* Fast payment by just swiping a credit card while on the payment screen\n* Combining of cash payments and credit card payments\n* Cashback\n* Supported cards: Visa, MasterCard, American Express, Discover\n f f f LGPL-3 6 f \N \N \N \N +67 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com auth_ldap Odoo S.A. /base/static/description/icon.png uninstalled \N Authentication via LDAP 20 Adds support for authentication by LDAP server.\n===============================================\nThis module allows users to login with their LDAP username and password, and\nwill automatically create Odoo users for them on the fly.\n\n**Note:** This module only work on servers who have Python's ``ldap`` module installed.\n\nConfiguration:\n--------------\nAfter installing this module, you need to configure the LDAP parameters in the\nGeneral Settings menu. Different companies may have different\nLDAP servers, as long as they have unique usernames (usernames need to be unique\nin Odoo, even across multiple companies).\n\nAnonymous LDAP binding is also supported (for LDAP servers that allow it), by\nsimply keeping the LDAP user and password empty in the LDAP configuration.\nThis does not allow anonymous authentication for users, it is only for the master\nLDAP account that is used to verify if a user exists before attempting to\nauthenticate it.\n\nSecuring the connection with STARTTLS is available for LDAP servers supporting\nit, by enabling the TLS option in the LDAP configuration.\n\nFor further options configuring the LDAP settings, refer to the ldap.conf\nmanpage: manpage:`ldap.conf(5)`.\n\nSecurity Considerations:\n------------------------\nUsers' LDAP passwords are never stored in the Odoo database, the LDAP server\nis queried whenever a user needs to be authenticated. No duplication of the\npassword occurs, and passwords are managed in one place only.\n\nOdoo does not manage password changes in the LDAP, so any change of password\nshould be conducted by other means in the LDAP directory directly (for LDAP users).\n\nIt is also possible to have local Odoo users in the database along with\nLDAP-authenticated users (the Administrator account is one obvious example).\n\nHere is how it works:\n---------------------\n * The system first attempts to authenticate users against the local Odoo\n database;\n * if this authentication fails (for example because the user has no local\n password), the system then attempts to authenticate against LDAP;\n\nAs LDAP users have blank passwords by default in the local Odoo database\n(which means no access), the first step always fails and the LDAP server is\nqueried to do the authentication.\n\nEnabling STARTTLS ensures that the authentication query to the LDAP server is\nencrypted.\n\nUser Template:\n--------------\nIn the LDAP configuration on the General Settings, it is possible to select a *User\nTemplate*. If set, this user will be used as template to create the local users\nwhenever someone authenticates for the first time via LDAP authentication. This\nallows pre-setting the default groups and menus of the first-time users.\n\n**Warning:** if you set a password for the user template, this password will be\n assigned as local password for each new LDAP user, effectively setting\n a *master password* for these users (until manually changed). You\n usually do not want this. One easy way to setup a template user is to\n login once with a valid LDAP user, let Odoo create a blank local\n user with the same login (and a blank password), then rename this new\n user to a username that does not exist in LDAP, and setup its groups\n f f f LGPL-3 100 f \N \N \N \N +68 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_google_map Odoo S.A. /base/static/description/icon.png uninstalled \N Website Google Map 14 \nOdoo Website Google Map\n==========================\n\n f f f LGPL-3 100 f \N \N \N \N +69 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_fr Odoo S.A. /l10n_fr/static/description/icon.png uninstalled \N France - Accounting 8 \nThis is the module to manage the accounting chart for France in Odoo.\n========================================================================\n\nThis module applies to companies based in France mainland. It doesn't apply to\ncompanies based in the DOM-TOMs (Guadeloupe, Martinique, Guyane, Réunion, Mayotte).\n\nThis localisation module creates the VAT taxes of type 'tax included' for purchases\n(it is notably required when you use the module 'hr_expense'). Beware that these\n'tax included' VAT taxes are not managed by the fiscal positions provided by this\nmodule (because it is complex to manage both 'tax excluded' and 'tax included'\nscenarios in fiscal positions).\n\nThis localisation module doesn't properly handle the scenario when a France-mainland\ncompany sells services to a company based in the DOMs. We could manage it in the\nfiscal positions, but it would require to differentiate between 'product' VAT taxes\nand 'service' VAT taxes. We consider that it is too 'heavy' to have this by default\nin l10n_fr; companies that sell services to DOM-based companies should update the\nconfiguration of their taxes and fiscal positions manually.\n\n**Credits:** Sistheo, Zeekom, CrysaLEAD, Akretion and Camptocamp.\n f f f LGPL-3 100 f \N \N \N \N +70 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/crm Leads, Opportunities, Activities crm Odoo S.A. /crm/static/description/icon.png uninstalled \N CRM 17 \nThe generic Odoo Customer Relationship Management\n====================================================\n\nThis application enables a group of people to intelligently and efficiently manage leads, opportunities, meetings and activities.\n\nIt manages key tasks such as communication, identification, prioritization, assignment, resolution and notification.\n\nOdoo ensures that all cases are successfully tracked by users, customers and vendors. It can automatically send reminders, trigger specific methods and many other actions based on your own enterprise rules.\n\nThe greatest thing about this system is that users don't need to do anything special. The CRM module has an email gateway for the synchronization interface between mails and Odoo. That way, users can just send emails to the request tracker.\n\nOdoo will take care of thanking them for their message, automatically routing it to the appropriate staff and make sure all future correspondence gets to the right place.\n\n\nDashboard for CRM will include:\n-------------------------------\n* Planned Revenue by Stage and User (graph)\n* Opportunities by Stage (graph)\n t f f LGPL-3 5 f \N \N \N \N +71 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/warehouse stock_picking_wave Odoo S.A. /base/static/description/icon.png uninstalled \N Warehouse Management: Waves 21 \nThis module adds the picking wave option in warehouse management\n================================================================\n f f f LGPL-3 100 f \N \N \N \N +72 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Equipments, Assets, Internal Hardware, Allocation Tracking hr_maintenance Odoo S.A. /base/static/description/icon.png uninstalled \N HR - Equipments 5 \n Bridge between HR and Maintenance. f f f LGPL-3 125 f \N \N \N \N +120 \N \N 2019-03-20 06:35:24.026934 1 https://launchpad.net/openerp-uruguay l10n_uy Uruguay l10n Team, Guillem Barba /l10n_uy/static/description/icon.png uninstalled \N Uruguay - Chart of Accounts 8 \nGeneral Chart of Accounts.\n==========================\n\nProvide Templates for Chart of Accounts, Taxes for Uruguay.\n\n f f f LGPL-3 100 f \N \N \N \N +74 \N \N 2019-03-20 06:35:24.026934 1 http://www.kazacube.com l10n_ma kazacube /l10n_ma/static/description/icon.png uninstalled \N Maroc - Accounting 8 \nThis is the base module to manage the accounting chart for Maroc.\n=================================================================\n\nCe Module charge le modèle du plan de comptes standard Marocain et permet de\ngénérer les états comptables aux normes marocaines (Bilan, CPC (comptes de\nproduits et charges), balance générale à 6 colonnes, Grand livre cumulatif...).\nL'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable\nSeddik au cours du troisième trimestre 2010. f f f LGPL-3 100 f \N \N \N \N +76 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com product_email_template Odoo S.A. /base/static/description/icon.png uninstalled \N Product Email Template 1 \nAdd email templates to products to be sent on invoice confirmation\n==================================================================\n\nWith this module, link your products to a template to send complete information and tools to your customer.\nFor instance when invoicing a training, the training agenda and materials will automatically be sent to your customers.'\n f f f LGPL-3 100 f \N \N \N \N +77 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_documentation_examples Odoo S.A. /base/static/description/icon.png uninstalled \N Documentation examples test 4 \n Contains pieces of code to be used as technical documentation examples\n (via the ``literalinclude`` directive) in situations where they can be\n syntax-checked and tested.\n f f f LGPL-3 100 f \N \N \N \N +78 \N \N 2019-03-20 06:35:24.026934 1 http://www.akretion.com Fichier d'Échange Informatisé (FEC) for France l10n_fr_fec Akretion,Odoo Community Association (OCA) /base/static/description/icon.png uninstalled \N France - FEC 8 Fichier d'Échange Informatisé (FEC) pour la France\n==================================================\n\nCe module permet de générer le fichier FEC tel que définit par `l'arrêté du 29\nJuillet 2013 `\nportant modification des dispositions de l'article A. 47 A-1 du\nlivre des procédures fiscales.\n\nCet arrêté prévoit l'obligation pour les sociétés ayant une comptabilité\ninformatisée de pouvoir fournir à l'administration fiscale un fichier\nregroupant l'ensemble des écritures comptables de l'exercice. Le format de ce\nfichier, appelé *FEC*, est définit dans l'arrêté.\n\nLe détail du format du FEC est spécifié dans le bulletin officiel des finances publiques `BOI-CF-IOR-60-40-20-20131213 ` du 13 Décembre 2013. Ce module implémente le fichier\nFEC au format texte et non au format XML, car le format texte sera facilement\nlisible et vérifiable par le comptable en utilisant un tableur.\n\nLa structure du fichier FEC généré par ce module a été vérifiée avec le logiciel\n*Test Compta Demat* version 1_00_05 disponible sur\n`le site de la direction générale des finances publiques `\nen utilisant une base de donnée Odoo réelle.\n\nConfiguration\n=============\n\nAucune configuration n'est nécessaire.\n\nUtilisation\n===========\n\nPour générer le *FEC*, allez dans le menu *Accounting > Reporting > French Statements > FEC* qui va démarrer l'assistant de génération du FEC.\n\nCredits\n=======\n\nContributors\n------------\n\n* Alexis de Lattre \n\n f f f LGPL-3 100 t \N \N \N \N +81 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com base_import_module Odoo S.A. /base/static/description/icon.png uninstalled \N Base import module 20 \nImport a custom data module\n===========================\n\nThis module allows authorized users to import a custom data module (.xml files and static assests)\nfor customization purpose.\n f f f LGPL-3 100 f \N \N \N \N +118 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com product_margin Odoo S.A. /base/static/description/icon.png uninstalled \N Margins by Products 17 \nAdds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.\n=============================================================================================================================\n\nThe wizard to launch the report has several options to help you get the data you need.\n f f f LGPL-3 100 f \N \N \N \N +82 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_in_schedule6 Odoo S.A. /l10n_in_schedule6/static/description/icon.png uninstalled \N Indian - Schedule VI Accounting 8 \nIndian Accounting: Chart of Account.\n====================================\n\nIndian accounting chart and localization.\n\nSchedule VI chart of account for indian accounting.\n\nNote: The Schedule VI has been revised by MCA and is applicable for all Balance Sheet made after\n31st March, 2011. The Format has done away with earlier two options of format of Balance\nSheet, now only Vertical format has been permitted Which is Supported By OpenERP.\n f f f LGPL-3 100 f \N \N \N \N +83 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/crm Personal & Shared Calendar calendar Odoo S.A. /calendar/static/description/icon.png uninstalled \N Calendar 20 \nThis is a full-featured calendar system.\n========================================\n\nIt supports:\n------------\n - Calendar of events\n - Recurring events\n\nIf you need to manage your meetings, you should install the CRM module.\n t f f LGPL-3 130 f \N \N \N \N +84 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com google_account Odoo S.A. /base/static/description/icon.png uninstalled \N Google Users 20 \nThe module adds google user in res user.\n========================================\n f f f LGPL-3 100 f \N \N \N \N +85 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/events Trainings, Conferences, Meetings, Exhibitions, Registrations event Odoo S.A. /event/static/description/icon.png uninstalled \N Events Organization 10 \nOrganization and management of Events.\n======================================\n\nThe event module allows you to efficiently organize events and all related tasks: planning, registration tracking,\nattendances, etc.\n\nKey Features\n------------\n* Manage your Events and Registrations\n* Use emails to automatically confirm and send acknowledgments for any event registration\n f f f LGPL-3 100 f \N \N \N \N +87 \N \N 2019-03-20 06:35:24.026934 1 https://launchpad.net/openerp-spain l10n_es Spanish Localization Team /l10n_es/static/description/icon.png uninstalled \N Spain - Accounting (PGCE 2008) 8 \nSpanish charts of accounts (PGCE 2008).\n========================================\n\n * Defines the following chart of account templates:\n * Spanish general chart of accounts 2008\n * Spanish general chart of accounts 2008 for small and medium companies\n * Spanish general chart of accounts 2008 for associations\n * Defines templates for sale and purchase VAT\n * Defines tax code templates\n * Defines fiscal positions for spanish fiscal legislation\n f f f LGPL-3 100 f \N \N \N \N +88 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting l10n_be_hr_payroll_account Odoo S.A. /l10n_be_hr_payroll_account/static/description/icon.png uninstalled \N Belgium - Payroll with Accounting 8 \nAccounting Data for Belgian Payroll Rules.\n==========================================\n f f f LGPL-3 100 t \N \N \N \N +89 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Surveys hr_recruitment_survey Odoo S.A. /base/static/description/icon.png uninstalled \N Hr Recruitment Interview Forms 26 \n Use interview forms during recruitment process.\n This module is integrated with the survey module\n to allow you to define interviews for different jobs.\n f f f LGPL-3 100 f \N \N \N \N +90 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/quote-builder Sales website_quote Odoo S.A. /website_quote/static/description/icon.png uninstalled \N Online Proposals 14 \nOdoo Sale Quote Roller\n=========================\n\n f f f LGPL-3 100 f \N \N \N \N +91 \N \N 2019-03-20 06:35:24.026934 1 http://miketelahun.wordpress.com l10n_et Michael Telahun Makonnen /l10n_et/static/description/icon.png uninstalled \N Ethiopia - Accounting 8 \nBase Module for Ethiopian Localization\n======================================\n\nThis is the latest Ethiopian Odoo localization and consists of:\n - Chart of Accounts\n - VAT tax structure\n - Withholding tax structure\n - Regional State listings\n f f f LGPL-3 100 f \N \N \N \N +93 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_theme_install Odoo S.A. /website_theme_install/static/description/icon.png uninstalled \N Website Theme Install 14 Propose to install a theme on website installation f f f LGPL-3 100 t \N \N \N \N +94 \N \N 2019-03-20 06:35:24.026934 1 http://almacom.co.th/ l10n_th Almacom /l10n_th/static/description/icon.png uninstalled \N Thailand - Accounting 8 \nChart of Accounts for Thailand.\n===============================\n\nThai accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +95 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Share and Publish Videos, Presentations and Documents website_slides Odoo S.A. /website_slides/static/description/icon.png uninstalled \N Slides 14 \nShare and Publish Videos, Presentations and Documents'\n======================================================\n\n * Website Application\n * Channel Management\n * Filters and Tagging\n * Statistics of Presentation\n * Channel Subscription\n * Supported document types : PDF, images, YouTube videos and Google Drive documents)\n t f f LGPL-3 145 f \N \N \N \N +96 \N \N 2019-03-20 06:35:24.026934 1 http://www.mentis.si l10n_si Mentis d.o.o. /l10n_si/static/description/icon.png uninstalled \N Slovenian - Accounting 8 Kontni načrt za gospodarske družbe f f f LGPL-3 100 f \N \N \N \N +98 \N \N 2019-03-20 07:09:34.193992 1 https://www.odoo.com Quick actions for installing new app, adding users, completing planners, etc. web_settings_dashboard Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Odoo Settings Dashboard 20 \nOdoo dashboard\n==============\n* Quick access to install apps\n* Quick users add\n* Access all planners at one place\n* Quick access to the `App Store` and `Theme Store`\n\n f f f LGPL-3 100 t \N \N * INHERIT Web Settings Dashboard Assets (qweb) \N Settings/Dashboard +101 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/live-chat Website Live Chat with Visitors/Customers im_livechat Odoo S.A. /im_livechat/static/description/icon.png uninstalled \N Website Live Chat 14 \nWebsite Live Chat Support\n==========================\n\nAllow to drop instant messaging widgets on any web page that will communicate\nwith the current server and dispatch visitors request amongst several live\nchat operators.\nHelp your customers with this chat, and analyse their feedback.\n\n t f f LGPL-3 170 f \N \N \N \N +102 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment Acquirer: Adyen Implementation payment_adyen Odoo S.A. /payment_adyen/static/description/icon.png uninstalled \N Adyen Payment Acquirer 1 Adyen Payment Acquirer f f f LGPL-3 100 f \N \N \N \N +103 \N \N 2019-03-20 06:35:24.026934 1 http://www.willowit.com l10n_au Richard deMeester - Willow IT /l10n_au/static/description/icon.png uninstalled \N Australian - Accounting 8 \nAustralian Accounting Module\n============================\n\nAustralian accounting basic charts and localizations.\n\nAlso:\n - activates a number of regional currencies.\n - sets up Australian taxes.\n f f f LGPL-3 100 f \N \N \N \N +104 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Hardware Driver for Barcode Scanners hw_scanner Odoo S.A. /base/static/description/icon.png uninstalled \N Barcode Scanner Hardware Driver 3 \nBarcode Scanner Hardware Driver\n================================\n\nThis module allows the web client to access a remotely installed barcode\nscanner, and is used by the posbox to provide barcode scanner support to the\npoint of sale module. \n\n f f f LGPL-3 6 f \N \N \N \N +105 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting account_test Odoo S.A. /base/static/description/icon.png uninstalled \N Accounting Consistency Tests 1 \nAsserts on accounting.\n======================\nWith this module you can manually check consistencies and inconsistencies of accounting module from menu Reporting/Accounting/Accounting Tests.\n\nYou can write a query in order to create Consistency Test and you will get the result of the test \nin PDF format which can be accessed by Menu Reporting -> Accounting Tests, then select the test \nand print the report from Print button in header area.\n f f f LGPL-3 100 f \N \N \N \N +108 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_mx Vauxoo /l10n_mx/static/description/icon.png uninstalled \N Mexico - Accounting 8 \nMinimal accounting configuration for Mexico.\n============================================\n\nThis Chart of account is a minimal proposal to be able to use OoB the\naccounting feature of Openerp.\n\nThis doesn't pretend be all the localization for MX it is just the minimal\ndata required to start from 0 in mexican localization.\n\nThis modules and its content is updated frequently by openerp-mexico team.\n\nWith this module you will have:\n\n - Minimal chart of account tested in production eviroments.\n - Minimal chart of taxes, to comply with SAT_ requirements.\n\n.. SAT: http://www.sat.gob.mx/\n f f f LGPL-3 100 f \N \N \N \N +109 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com link_tracker Odoo S.A. /base/static/description/icon.png uninstalled \N Link Tracker 10 \nCreate short and trackable URLs.\n=====================================================\n\n f f f LGPL-3 100 f \N \N \N \N +113 \N \N 2019-03-20 06:35:24.026934 1 http://www.openbig.org l10n_de_skr03 openbig.org /base/static/description/icon.png uninstalled \N Deutschland SKR03 - Accounting 8 \nDieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.\n==============================================================================\n\nGerman accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +116 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com payment_sips Eezee-It /payment_sips/static/description/icon.png uninstalled \N Worldline SIPS 1 \nWorldline SIPS Payment Acquirer for online payments\n\nWorks with Worldline keys version 2.0, contains implementation of\npayments acquirer using Worldline SIPS. f f f LGPL-3 100 f \N \N \N \N +117 \N \N 2019-03-20 06:35:24.026934 1 http://www.openbig.org l10n_de_skr04 openbig.org /base/static/description/icon.png uninstalled \N Deutschland SKR04 - Accounting 8 \nDieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR04.\n==============================================================================\n\nGerman accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +119 \N \N 2019-03-20 06:35:24.026934 1 http://www.camptocamp.com test_inherits Camptocamp /base/static/description/icon.png uninstalled \N test-inherits 4 A module to verify the inheritance using _inherits. f f f LGPL-3 100 f \N \N \N \N +121 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com google_spreadsheet Odoo S.A. /base/static/description/icon.png uninstalled \N Google Spreadsheet 20 \nThe module adds the possibility to display data from Odoo in Google Spreadsheets in real time.\n=================================================================================================\n f f f LGPL-3 100 f \N \N \N \N +122 \N \N 2019-03-20 06:35:24.026934 1 http://odoo.com rating_project_issue Odoo S.A. /base/static/description/icon.png uninstalled \N Issue Rating 11 \nThis module allows a customer to give rating on Project Issue.\n f f f LGPL-3 100 f \N \N \N \N +124 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_fr_sale_closing Odoo S.A. /l10n_fr_sale_closing/static/description/icon.png uninstalled \N France - VAT Anti-Fraud Certification (CGI 286 I-3 bis) - Sale Closings 8 \nThis module adds support for automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nThe module adds following features:\n\n Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n\n f f f LGPL-3 100 t \N \N \N \N +125 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com \n Allows to use python code to define taxes account_tax_python Odoo S.A. /base/static/description/icon.png uninstalled \N Define Taxes as Python Code 1 \n A tax defined as python code consists in two snippets of python code which are executed in a local environment containing data such as the unit price, product or partner.\n\n "Applicable Code" defines if the tax is to be applied.\n\n "Python Code" defines the amount of the tax.\n f f f LGPL-3 100 f \N \N \N \N +126 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_sale_digital Odoo S.A. /base/static/description/icon.png uninstalled \N Website Sale Digital - Sell digital products 14 \nSell digital product using attachments to virtual products\n f f f LGPL-3 100 f \N \N \N \N +127 \N \N 2019-03-20 06:35:24.026934 1 http://www.openbig.org l10n_de openbig.org /l10n_de/static/description/icon.png uninstalled \N Deutschland - Accounting 8 \nDieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.\n==============================================================================\n\nGerman accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +128 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com base_geolocalize Odoo S.A. /base/static/description/icon.png uninstalled \N Partners Geolocation 17 \nPartners Geolocation\n========================\n f f f LGPL-3 100 f \N \N \N \N +129 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/survey Create surveys, collect answers and print statistics survey Odoo S.A. /survey/static/description/icon.png uninstalled \N Survey 10 \nCreate beautiful web surveys and visualize answers\n==================================================\n\nIt depends on the answers or reviews of some questions by different users. A\nsurvey may have multiple pages. Each page may contain multiple questions and\neach question may have multiple answers. Different users may give different\nanswers of question and according to that survey is done. Partners are also\nsent mails with personal token for the invitation of the survey.\n t f f LGPL-3 105 f \N \N \N \N +130 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Add your sales document in the frontend portal (sales order, quotations, invoices) website_portal_sale Odoo S.A. /website_portal_sale/static/description/icon.png uninstalled \N Website Portal for Sales 14 \nAdd your sales document in the frontend portal. Your customers will be able to connect to their portal to see the list (and the state) of their invoices (pdf report), sales orders and quotations (web pages).\n f f f LGPL-3 100 f \N \N \N \N +131 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting l10n_be_hr_payroll Odoo S.A. /l10n_be_hr_payroll/static/description/icon.png uninstalled \N Belgium - Payroll 8 \nBelgian Payroll Rules.\n======================\n\n * Employee Details\n * Employee Contracts\n * Passport based Contract\n * Allowances/Deductions\n * Allow to configure Basic/Gross/Net Salary\n * Employee Payslip\n * Monthly Payroll Register\n * Integrated with Holiday Management\n * Salary Maj, ONSS, Withholding Tax, Child Allowance, ...\n f f f LGPL-3 100 f \N \N \N \N +132 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/website-builder Create Leads From Contact Form website_crm Odoo S.A. /website_crm/static/description/icon.png uninstalled \N Contact Form 14 \nOdoo Contact Form\n====================\n\n f f f LGPL-3 100 t \N \N \N \N +134 \N \N 2019-03-20 06:35:24.026934 1 http://iterativo.do l10n_do Gustavo Valverde - iterativo | Consultores de Odoo /l10n_do/static/description/icon.png uninstalled \N Dominican Republic - Accounting 8 \n\nLocalization Module for Dominican Republic\n===========================================\n\nCatálogo de Cuentas e Impuestos para República Dominicana, Compatible para\n**Internacionalización** con **NIIF** y alineado a las normas y regulaciones\nde la Dirección General de Impuestos Internos (**DGII**).\n\n**Este módulo consiste de:**\n\n- Catálogo de Cuentas Estándar (alineado a DGII y NIIF)\n- Catálogo de Impuestos con la mayoría de Impuestos Preconfigurados\n - ITBIS para compras y ventas\n - Retenciones de ITBIS\n - Retenciones de ISR\n - Grupos de Impuestos y Retenciones:\n - Telecomunicaiones\n - Proveedores de Materiales de Construcción\n - Personas Físicas Proveedoras de Servicios\n - Otros impuestos\n- Secuencias Preconfiguradas para manejo de todos los NCF\n - Facturas con Valor Fiscal (para Ventas)\n - Facturas para Consumidores Finales\n - Notas de Débito y Crédito\n - Registro de Proveedores Informales\n - Registro de Ingreso Único\n - Registro de Gastos Menores\n - Gubernamentales\n- Posiciones Fiscales para automatización de impuestos y retenciones\n - Cambios de Impuestos a Exenciones (Ej. Ventas al Estado)\n - Cambios de Impuestos a Retenciones (Ej. Compra Servicios al Exterior)\n - Entre otros\n\n**Nota:**\nEsta localización, aunque posee las secuencias para NCF, las mismas no pueden\nser utilizadas sin la instalación de módulos de terceros o desarrollo\nadicional.\n\nEstructura de Codificación del Catálogo de Cuentas:\n===================================================\n\n**Un dígito** representa la categoría/tipo de cuenta del del estado financiero.\n**1** - Activo **4** - Cuentas de Ingresos y Ganancias\n**2** - Pasivo **5** - Costos, Gastos y Pérdidas\n**3** - Capital **6** - Cuentas Liquidadoras de Resultados\n\n**Dos dígitos** representan los rubros de agrupación:\n11- Activo Corriente\n21- Pasivo Corriente\n31- Capital Contable\n\n**Cuatro dígitos** se asignan a las cuentas de mayor: cuentas de primer orden\n1101- Efectivo y Equivalentes de Efectivo\n2101- Cuentas y Documentos por pagar\n3101- Capital Social\n\n**Seis dígitos** se asignan a las sub-cuentas: cuentas de segundo orden\n110101 - Caja\n210101 - Proveedores locales\n\n**Ocho dígitos** son para las cuentas de tercer orden (las visualizadas\nen Odoo):\n1101- Efectivo y Equivalentes\n110101- Caja\n11010101 Caja General\n f f f LGPL-3 100 f \N \N \N \N +135 \N \N 2019-03-20 06:35:24.026934 1 http://odoo.com rating_project Odoo S.A. /base/static/description/icon.png uninstalled \N Project Rating 11 \nThis module Allows a customer to give rating on Project.\n f f f LGPL-3 100 f \N \N \N \N +231 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/blog-engine News, Blogs, Announces, Discussions website_blog Odoo S.A. /website_blog/static/description/icon.png uninstalled \N Blogs 14 \nOdoo Blog\n============\n\n t f f LGPL-3 140 f \N \N \N \N +137 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_be_intrastat Odoo S.A. /base/static/description/icon.png uninstalled \N Belgian Intrastat Declaration 8 \nGenerates Intrastat XML report for declaration\nBased on invoices.\n f f f LGPL-3 100 f \N \N \N \N +139 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment Acquirer: Authorize.net Implementation payment_authorize Odoo S.A. /payment_authorize/static/description/icon.png uninstalled \N Authorize.Net Payment Acquirer 1 Authorize.Net Payment Acquirer f f f LGPL-3 100 f \N \N \N \N +140 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/website-builder Add twitter scroller snippet in website builder website_twitter Odoo S.A. /website_twitter/static/description/icon.png uninstalled \N Twitter Roller 14 \nDisplay best tweets\n========================\n\n f f f LGPL-3 100 f \N \N \N \N +141 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_limits Odoo S.A. /base/static/description/icon.png uninstalled \N test-limits 4 A module with dummy methods. f f f LGPL-3 100 f \N \N \N \N +143 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_uninstall Odoo S.A. /base/static/description/icon.png uninstalled \N test-uninstall 4 A module to test the uninstall feature. f f f LGPL-3 100 f \N \N \N \N +144 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/crm google_calendar Odoo S.A. /google_calendar/static/description/icon.png uninstalled \N Google Calendar 20 \nThe module adds the possibility to synchronize Google Calendar with Odoo\n===========================================================================\n f f f LGPL-3 100 f \N \N \N \N +145 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Chat With Your Website Visitors website_livechat Odoo S.A. /website_livechat/static/description/icon.png uninstalled \N Website Live Support 14 \nOdoo Website LiveChat\n========================\nFor website built with Odoo CMS, this module include a chat button on your Website, and allow your visitors to chat with your collaborators.\nIt also will include the feedback tool for the livechat, and web pages to display your channel and its ratings on the website.\n f f f LGPL-3 100 t \N \N \N \N +146 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/lead-automation marketing_campaign_crm_demo Odoo S.A. /base/static/description/icon.png uninstalled \N Marketing Campaign - Demo 10 \nDemo data for the module marketing_campaign.\n============================================\n\nCreates demo data like leads, campaigns and segments for the module marketing_campaign.\n f f f LGPL-3 100 f \N \N \N \N +147 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_lu OpenERP SA, ADN, ACSONE SA/NV /l10n_lu/static/description/icon.png uninstalled \N Luxembourg - Accounting 8 \nThis is the base module to manage the accounting chart for Luxembourg.\n======================================================================\n\n * the Luxembourg Official Chart of Accounts (law of June 2009 + 2015 chart and Taxes),\n * the Tax Code Chart for Luxembourg\n * the main taxes used in Luxembourg\n * default fiscal position for local, intracom, extracom\n\nNotes:\n * the 2015 chart of taxes is implemented to a large extent,\n see the first sheet of tax.xls for details of coverage\n * to update the chart of tax template, update tax.xls and run tax2csv.py\n f f f LGPL-3 100 f \N \N \N \N +148 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/website-builder Publish Your Customer References website_customer Odoo S.A. /website_customer/static/description/icon.png uninstalled \N Customer References 14 \nOdoo Customer References\n===========================\n f f f LGPL-3 100 f \N \N \N \N +149 \N \N 2019-03-20 06:35:24.026934 1 http://www.techreceptives.com l10n_sg Tech Receptives /l10n_sg/static/description/icon.png uninstalled \N Singapore - Accounting 8 \nSingapore accounting chart and localization.\n=======================================================\n\nAfter installing this module, the Configuration wizard for accounting is launched.\n * The Chart of Accounts consists of the list of all the general ledger accounts\n required to maintain the transactions of Singapore.\n * On that particular wizard, you will be asked to pass the name of the company,\n the chart template to follow, the no. of digits to generate, the code for your\n account and bank account, currency to create journals.\n\n * The Chart of Taxes would display the different types/groups of taxes such as\n Standard Rates, Zeroed, Exempted, MES and Out of Scope.\n * The tax codes are specified considering the Tax Group and for easy accessibility of\n submission of GST Tax Report.\n\n f f f LGPL-3 100 f \N \N \N \N +151 \N \N 2019-03-20 06:35:24.026934 1 http://www.dvit.me l10n_sa DVIT.ME /l10n_sa/static/description/icon.png uninstalled \N Saudi Arabia - Accounting 8 \nOdoo Arabic localization for most arabic countries and Saudi Arabia.\n\nThis initially includes chart of accounts of USA translated to Arabic.\n\nIn future this module will include some payroll rules for ME .\n f f f LGPL-3 100 f \N \N \N \N +229 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com association Odoo S.A. /base/static/description/icon.png uninstalled \N Associations Management 10 \nThis module is to configure modules related to an association.\n==============================================================\n\nIt installs the profile for associations to manage events, registrations, memberships, \nmembership products (schemes).\n f f f LGPL-3 100 f \N \N \N \N +157 \N \N 2019-03-20 06:35:24.026934 1 https://www.savoirfairelinux.com l10n_ca Savoir-faire Linux /l10n_ca/static/description/icon.png uninstalled \N Canada - Accounting 8 \nThis is the module to manage the Canadian accounting chart in Odoo.\n===========================================================================================\n\nCanadian accounting charts and localizations.\n\nFiscal positions\n----------------\n\nWhen considering taxes to be applied, it is the province where the delivery occurs that matters.\nTherefore we decided to implement the most common case in the fiscal positions: delivery is the\nresponsibility of the vendor and done at the customer location.\n\nSome examples:\n\n1) You have a customer from another province and you deliver to his location.\nOn the customer, set the fiscal position to his province.\n\n2) You have a customer from another province. However this customer comes to your location\nwith their truck to pick up products. On the customer, do not set any fiscal position.\n\n3) An international vendor doesn't charge you any tax. Taxes are charged at customs\nby the customs broker. On the vendor, set the fiscal position to International.\n\n4) An international vendor charge you your provincial tax. They are registered with your\nposition.\n f f f LGPL-3 100 f \N \N \N \N +158 \N \N 2019-03-20 06:35:24.026934 1 http://cubicERP.com l10n_cl Cubic ERP /l10n_cl/static/description/icon.png uninstalled \N Chile - Accounting 8 \nChilean accounting chart and tax localization.\n==============================================\nPlan contable chileno e impuestos de acuerdo a disposiciones vigentes\n\n f f f LGPL-3 100 f \N \N \N \N +162 \N \N 2019-03-20 06:35:24.026934 1 http://www.camptocamp.com l10n_ch Camptocamp /l10n_ch/static/description/icon.png uninstalled \N Switzerland - Accounting 8 \nSwiss localization\n==================\n\n**Multilang Swiss PME/KMU 2015 account chart and taxes**\n\n**Author:** Camptocamp SA\n\n**Financial contributors:** Prisme Solutions Informatique SA, Quod SA\n\n**Translation contributors:** brain-tec AG, Agile Business Group\n\nThe swiss localization addons are organized this way:\n\n``l10n_ch``\n Multilang Swiss PME/KMU 2015 account chart and taxes (official addon)\n``l10n_ch_base_bank``\n Technical module that introduces a new and simplified version of bank\n type management\n``l10n_ch_bank``\n List of swiss banks\n``l10n_ch_zip``\n List of swiss postal zip\n``l10n_ch_dta``\n Support of the DTA payment protocol (will be deprecated by the end of 2014)\n``l10n_ch_payment_slip``\n Support of ESR/BVR payment slip report and reconciliation.\n\n``l10n_ch`` is located in the core Odoo modules. The other modules are in:\nhttps://github.com/OCA/l10n-switzerland\n f f f LGPL-3 100 f \N \N \N \N +164 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com account_lock Odoo S.A. /base/static/description/icon.png uninstalled \N Irreversible Lock Date 1 \n Make the lock date irreversible:\n\n * You cannot define stricter conditions on advisors than on users. Then, the lock date on advisor must be set before the lock date for users.\n * You cannot lock a period that is not finished yet. Then, the lock date for advisors must be set before the last day of the previous month.\n * The new lock date for advisors must be set after the previous lock date.\n f f f LGPL-3 100 f \N \N \N \N +165 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/notes Sticky memos, Collaborative note_pad Odoo S.A. /base/static/description/icon.png uninstalled \N Memos pad 2 \nThis module update memos inside Odoo for using an external pad\n=================================================================\n\nUse for update your text memo in real time with the following user that you invite.\n\n f f f LGPL-3 100 t \N \N \N \N +166 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_fr_hr_payroll Yannick Buron (SYNERPGY) /base/static/description/icon.png uninstalled \N French Payroll 8 \nFrench Payroll Rules.\n=====================\n\n - Configuration of hr_payroll for French localization\n - All main contributions rules for French payslip, for 'cadre' and 'non-cadre'\n - New payslip report\n\nTODO:\n-----\n - Integration with holidays module for deduction and allowance\n - Integration with hr_payroll_account for the automatic account_move_line\n creation from the payslip\n - Continue to integrate the contribution. Only the main contribution are\n currently implemented\n - Remake the report under webkit\n - The payslip.line with appears_in_payslip = False should appears in the\n payslip interface, but not in the payslip report\n f f f LGPL-3 100 f \N \N \N \N +169 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/warehouse Quotation, Sale Orders, Delivery & Invoicing Control sale_expense Odoo S.A. /base/static/description/icon.png uninstalled \N Sales Expense 17 \nModule used for demo data\n=========================\n\nCreate some products for which you can re-invoice the costs.\nThis module does not add any feature, despite a few demo data to\ntest the features easily.\n f f f LGPL-3 100 t \N \N \N \N +170 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Create your custom dashboard board Odoo S.A. /board/static/description/icon.png uninstalled \N Dashboards 20 \nLets the user create a custom dashboard.\n========================================\n\nAllows users to create custom dashboard.\n t f f LGPL-3 100 f \N \N \N \N +171 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/website-builder Build Your Enterprise Website website Odoo S.A. /website/static/description/icon.png uninstalled \N Website Builder 14 \nOdoo Website CMS\n===================\n\n t f f LGPL-3 50 f \N \N \N \N +172 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment Acquirer: Buckaroo Implementation payment_buckaroo Odoo S.A. /payment_buckaroo/static/description/icon.png uninstalled \N Buckaroo Payment Acquirer 1 Buckaroo Payment Acquirer f f f LGPL-3 100 f \N \N \N \N +173 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Simple Discounts in the Point of Sale pos_discount Odoo S.A. /base/static/description/icon.png uninstalled \N Point of Sale Discounts 3 \n\n=======================\n\nThis module allows the cashier to quickly give a percentage\nsale discount to a customer.\n\n f f f LGPL-3 6 f \N \N \N \N +183 \N \N 2019-03-20 07:13:42.090769 1 Custom purchase module to meet bahmni requirement bahmni_purchase Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Purchase 29 \nBahmni Purchase\n====================\n t f f LGPL-3 1 f \N \N * INHERIT inherit.purchase.order.form (form)\n* INHERIT view.pack.operation.lot.form.inherit (form)\ntree.price.markup.table (tree) \N Purchases/Configuration/Price Markup Table +176 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_workflow Odoo S.A. /base/static/description/icon.png uninstalled \N test-workflow 4 A module to play with workflows. f f f LGPL-3 100 f \N \N \N \N +181 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com report_intrastat Odoo S.A. /base/static/description/icon.png uninstalled \N Intrastat Reporting 1 \nA module that adds intrastat reports.\n=====================================\n\nThis module gives the details of the goods traded between the countries of\nEuropean Union. f f f LGPL-3 100 f \N \N \N \N +182 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com delivery Odoo S.A. /base/static/description/icon.png uninstalled \N Delivery Costs 24 \nAllows you to add delivery methods in sale orders and picking.\n==============================================================\n\nYou can define your own carrier for prices. When creating\ninvoices from picking, the system is able to add and compute the shipping line.\n f f f LGPL-3 100 f \N \N \N \N +180 \N \N 2019-03-20 07:09:20.271136 1 Changes in web modules, as per bahmni requirement bahmni_web_extension Odoo S.A. /base/static/description/icon.png installed 10.0.1.0 Bahmni Web Extension 28 \nBahmni Web Extension\n====================\n t f f LGPL-3 1 f \N \N * INHERIT bahmni_web_extension assets (qweb) \N +185 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com anonymization Odoo S.A. /base/static/description/icon.png uninstalled \N Database Anonymization 20 \nThis module allows you to anonymize a database.\n===============================================\n\nThis module allows you to keep your data confidential for a given database.\nThis process is useful, if you want to use the migration process and protect\nyour own or your customer’s confidential data. The principle is that you run\nan anonymization tool which will hide your confidential data(they are replaced\nby ‘XXX’ characters). Then you can send the anonymized database to the migration\nteam. Once you get back your migrated database, you restore it and reverse the\nanonymization process to recover your previous data.\n f f f LGPL-3 100 f \N \N \N \N +186 \N \N 2019-03-20 06:35:24.026934 1 http://www.forbiom.eu l10n_ro Fekete Mihai (Forest and Biomass Services Romania) /l10n_ro/static/description/icon.png uninstalled \N Romania - Accounting 8 \nThis is the module to manage the Accounting Chart, VAT structure, Fiscal Position and Tax Mapping.\nIt also adds the Registration Number for Romania in Odoo.\n================================================================================================================\n\nRomanian accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +188 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_project Odoo S.A. /base/static/description/icon.png uninstalled \N Website Project 14 \nWebsite portal for Project and Tasks\n====================================\n f f f LGPL-3 100 t \N \N \N \N +190 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com subscription Odoo S.A. /base/static/description/icon.png uninstalled \N Recurring Documents 20 \nCreate recurring documents.\n===========================\n\nThis module allows to create new documents and add subscriptions on that document.\n\ne.g. To have an invoice generated automatically periodically:\n-------------------------------------------------------------\n * Define a document type based on Invoice object\n * Define a subscription whose source document is the document defined as\n above. Specify the interval information and partner to be invoiced.\n f f f LGPL-3 100 f \N \N \N \N +191 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/community-builder Forum, FAQ, Q&A website_forum Odoo S.A. /website_forum/static/description/icon.png uninstalled \N Forum 14 \nAsk questions, get answers, no distractions\n t f f LGPL-3 150 f \N \N \N \N +195 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale A homepage for the PosBox hw_posbox_homepage Odoo S.A. /base/static/description/icon.png uninstallable \N PosBox Homepage 3 \nPosBox Homepage\n===============\n\nThis module overrides openerp web interface to display a simple\nHomepage that explains what's the posbox and show the status,\nand where to find documentation.\n\nIf you activate this module, you won't be able to access the \nregular openerp interface anymore. \n\n f f f LGPL-3 6 f \N \N \N \N +196 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting Check printing commons account_check_printing Odoo S.A. /account_check_printing/static/description/icon.png uninstalled \N Check Printing Base 1 \nThis module offers the basic functionalities to make payments by printing checks.\nIt must be used as a dependency for modules that provide country-specific check templates.\nThe check settings are located in the accounting journals configuration page.\n f f f LGPL-3 100 f \N \N \N \N +197 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting base_vat Odoo S.A. /base/static/description/icon.png uninstalled \N VAT Number Validation 1 \nVAT validation for Partner's VAT numbers.\n=========================================\n\nAfter installing this module, values entered in the VAT field of Partners will\nbe validated for all supported countries. The country is inferred from the\n2-letter country code that prefixes the VAT number, e.g. ``BE0477472701``\nwill be validated using the Belgian rules.\n\nThere are two different levels of VAT number validation:\n--------------------------------------------------------\n * By default, a simple off-line check is performed using the known validation\n rules for the country, usually a simple check digit. This is quick and \n always available, but allows numbers that are perhaps not truly allocated,\n or not valid anymore.\n\n * When the "VAT VIES Check" option is enabled (in the configuration of the user's\n Company), VAT numbers will be instead submitted to the online EU VIES\n database, which will truly verify that the number is valid and currently\n allocated to a EU company. This is a little bit slower than the simple\n off-line check, requires an Internet connection, and may not be available\n all the time. If the service is not available or does not support the\n requested country (e.g. for non-EU countries), a simple check will be performed\n instead.\n\nSupported countries currently include EU countries, and a few non-EU countries\nsuch as Chile, Colombia, Mexico, Norway or Russia. For unsupported countries,\nonly the country code will be validated.\n f f f LGPL-3 100 f \N \N \N \N +198 \N \N 2019-03-20 06:35:24.026934 1 https://cubicERP.com l10n_bo Cubic ERP /l10n_bo/static/description/icon.png uninstalled \N Bolivia - Accounting 8 \nBolivian accounting chart and tax localization.\n\nPlan contable boliviano e impuestos de acuerdo a disposiciones vigentes\n\n f f f LGPL-3 100 f \N \N \N \N +199 \N \N 2019-03-20 06:35:24.026934 1 http://www.smartmode.co.uk l10n_uk SmartMode LTD /l10n_uk/static/description/icon.png uninstalled \N UK - Accounting 8 \nThis is the latest UK Odoo localisation necessary to run Odoo accounting for UK SME's with:\n=================================================================================================\n - a CT600-ready chart of accounts\n - VAT100-ready tax structure\n - InfoLogic UK counties listing\n - a few other adaptations f f f LGPL-3 100 f \N \N \N \N +200 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_in_hr_payroll Odoo S.A. /l10n_in_hr_payroll/static/description/icon.png uninstalled \N Indian Payroll 8 \nIndian Payroll Salary Rules.\n============================\n\n -Configuration of hr_payroll for India localization\n -All main contributions rules for India payslip.\n * New payslip report\n * Employee Contracts\n * Allow to configure Basic / Gross / Net Salary\n * Employee PaySlip\n * Allowance / Deduction\n * Integrated with Holiday Management\n * Medical Allowance, Travel Allowance, Child Allowance, ...\n - Payroll Advice and Report\n - Yearly Salary by Head and Yearly Salary by Employee Report\n f f f LGPL-3 100 f \N \N \N \N +201 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/mailing Design, send and track emails mass_mailing Odoo S.A. /mass_mailing/static/description/icon.png uninstalled \N Mass Mailing Campaigns 10 \nEasily send mass mailing to your leads, opportunities or customers. Track\nmarketing campaigns performance to improve conversion rates. Design\nprofessional emails and reuse templates in a few clicks.\n t f f LGPL-3 110 f \N \N \N \N +203 \N \N 2019-03-20 06:35:24.026934 1 http://www.openerp-asia.net/ l10n_jp Rooms For (Hong Kong) Limited T/A OSCG /l10n_jp/static/description/icon.png uninstalled \N Japan - Accounting 8 \n\nOverview:\n---------\n\n* Chart of Accounts and Taxes template for companies in Japan.\n* This probably does not cover all the necessary accounts for a company. You are expected to add/delete/modify accounts based on this template.\n\nNote:\n-----\n\n* Fiscal positions '内税' and '外税' have been added to handle special requirements which might arise from POS implementation. [1] You may not need to use these at all under normal circumstances.\n\n[1] See https://github.com/odoo/odoo/pull/6470 for detail.\n\n f f f LGPL-3 100 f \N \N \N \N +204 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/project-management Projects, Tasks project Odoo S.A. /project/static/description/icon.png uninstalled \N Project 11 \nTrack multi-level projects, tasks, work done on tasks\n=====================================================\n\nThis application allows an operational project management system to organize your activities into tasks and plan the work you need to get the tasks completed.\n\nGantt diagrams will give you a graphical representation of your project plans, as well as resources availability and workload.\n\nDashboard / Reports for Project Management will include:\n--------------------------------------------------------\n* My Tasks\n* Open Tasks\n* Tasks Analysis\n* Cumulative Flow\n t f f LGPL-3 10 f \N \N \N \N +206 \N \N 2019-03-20 06:35:24.026934 1 http://www.baamtu.com l10n_syscohada Baamtu Senegal /base/static/description/icon.png uninstalled \N OHADA - Accounting 8 \nThis module implements the accounting chart for OHADA area.\n===========================================================\n \nIt allows any company or association to manage its financial accounting.\n\nCountries that use OHADA are the following:\n-------------------------------------------\n Benin, Burkina Faso, Cameroon, Central African Republic, Comoros, Congo,\n \n Ivory Coast, Gabon, Guinea, Guinea Bissau, Equatorial Guinea, Mali, Niger,\n \n Replica of Democratic Congo, Senegal, Chad, Togo.\n f f f LGPL-3 100 f \N \N \N \N +208 \N \N 2019-03-20 06:35:24.026934 1 http://openerpbrasil.org l10n_br Akretion, Odoo Brasil /l10n_br/static/description/icon.png uninstalled \N Brazilian - Accounting 8 \nBase module for the Brazilian localization\n==========================================\n\nThis module consists in:\n\n - Generic Brazilian chart of accounts\n - Brazilian taxes such as:\n\n - IPI\n - ICMS\n - PIS\n - COFINS\n - ISS\n - IR\n - IRPJ\n - CSLL\n\nThe field tax_discount has also been added in the account.tax.template and \naccount.tax objects to allow the proper computation of some Brazilian VATs \nsuch as ICMS. The chart of account creation wizard has been extended to \npropagate those new data properly.\n\nIt's important to note however that this module lack many implementations to \nuse Odoo properly in Brazil. Those implementations (such as the electronic \nfiscal Invoicing which is already operational) are brought by more than 15 \nadditional modules of the Brazilian Launchpad localization project \nhttps://launchpad.net/openerp.pt-br-localiz and their dependencies in the \nextra addons branch. Those modules aim at not breaking with the remarkable \nOdoo modularity, this is why they are numerous but small. One of the \nreasons for maintaining those modules apart is that Brazilian Localization \nleaders need commit rights agility to complete the localization as companies \nfund the remaining legal requirements (such as soon fiscal ledgers, \naccounting SPED, fiscal SPED and PAF ECF that are still missing as September \n2011). Those modules are also strictly licensed under AGPL V3 and today don't \ncome with any additional paid permission for online use of 'private modules'.\n f f f LGPL-3 100 f \N \N \N \N +209 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Customers, Vendors, Partners,... contacts Odoo S.A. /contacts/static/description/icon.png uninstalled \N Contacts Directory 27 \nThis module gives you a quick view of your contacts directory, accessible from your home page.\nYou can track your vendors, customers and other contacts.\n t f f LGPL-3 100 f \N \N \N \N +212 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_eu_service Odoo S.A. /base/static/description/icon.png uninstalled \N EU Mini One Stop Shop (MOSS) 8 \nEU Mini One Stop Shop (MOSS) VAT for telecommunications, broadcasting and electronic services\n=============================================================================================\n\nAs of January 1rst, 2015, telecommunications, broadcasting\nand electronic services sold within the European Union\nhave to be always taxed in the country where the customer\nbelongs. In order to simplify the application of this EU\ndirective, the Mini One Stop Shop (MOSS) registration scheme\nallows businesses to make a unique tax declaration.\n\nThis module makes it possible by helping with the creation\nof the required EU fiscal positions and taxes in order to\nautomatically apply and record the required taxes.\n\nThis module installs a wizard to help setup fiscal positions\nand taxes for selling electronic services inside EU.\n\nThe wizard lets you select:\n - the EU countries to which you are selling these\n services\n - your national VAT tax for services, to be mapped\n to the target country's tax\n - optionally: a template fiscal position, in order\n to copy the account mapping. Should be your\n existing B2C Intra-EU fiscal position. (defaults\n to no account mapping)\n - optionally: an account to use for collecting the\n tax amounts (defaults to the account used by your\n national VAT tax for services)\n\nIt creates the corresponding fiscal positions and taxes,\nautomatically applicable for EU sales with a customer\nin the selected countries.\nThe wizard can be run again for adding more countries.\n\nThe wizard creates a separate Chart of Taxes for collecting the\nVAT amounts of the MOSS declaration, so extracting the MOSS\ndata should be easy.\nLook for a Chart of Taxes named "EU MOSS VAT Chart" in the\nTaxes Report menu (Generic Accounting Report).\n\nReferences\n++++++++++\n- Directive 2008/8/EC\n- Council Implementing Regulation (EU) No 1042/2013\n\n f f f LGPL-3 100 f \N \N \N \N +213 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/e-commerce website_sale_options Odoo S.A. /website_sale_options/static/description/icon.png uninstalled \N eCommerce Optional Products 14 \nOdoo E-Commerce\n==================\n\n f f f LGPL-3 100 f \N \N \N \N +214 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/events Sell Your Event's Tickets website_event_sale Odoo S.A. /website_event_sale/static/description/icon.png uninstalled \N Online Event's Tickets 10 \nOnline Event's Tickets\n======================\n\n f f f LGPL-3 100 t \N \N \N \N +216 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/events event_sale Odoo S.A. /base/static/description/icon.png uninstalled \N Events Sales 10 \nCreating registration with sale orders.\n=======================================\n\nThis module allows you to automate and connect your registration creation with\nyour main sale flow and therefore, to enable the invoicing feature of registrations.\n\nIt defines a new kind of service products that offers you the possibility to\nchoose an event category associated with it. When you encode a sale order for\nthat product, you will be able to choose an existing event of that category and\nwhen you confirm your sale order it will automatically create a registration for\nthis event.\n f f f LGPL-3 100 t \N \N \N \N +218 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_in Odoo S.A. /l10n_in/static/description/icon.png uninstalled \N Indian - Accounting 8 \nIndian Accounting: Chart of Account.\n====================================\n\nIndian accounting chart and localization.\n\nOdoo allows to manage Indian Accounting by providing Two Formats Of Chart of Accounts i.e Indian Chart Of Accounts - Standard and Indian Chart Of Accounts - Schedule VI.\n\nNote: The Schedule VI has been revised by MCA and is applicable for all Balance Sheet made after\n31st March, 2011. The Format has done away with earlier two options of format of Balance\nSheet, now only Vertical format has been permitted Which is Supported By Odoo.\n f f f LGPL-3 100 f \N \N \N \N +219 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/manufacturing Manufacturing Orders, Bill of Materials, Routings mrp Odoo S.A. /mrp/static/description/icon.png uninstalled \N Manufacturing 6 \nManage the Manufacturing process in Odoo\n===========================================\n\nThe manufacturing module allows you to cover planning, ordering, stocks and the manufacturing or assembly of products from raw materials and components. It handles the consumption and production of products according to a bill of materials and the necessary operations on machinery, tools or human resources according to routings.\n\nIt supports complete integration and planification of stockable goods, consumables or services. Services are completely integrated with the rest of the software. For instance, you can set up a sub-contracting service in a bill of materials to automatically purchase on order the assembly of your production.\n\nKey Features\n------------\n* Make to Stock/Make to Order\n* Multi-level bill of materials, no limit\n* Multi-level routing, no limit\n* Routings and work center integrated with analytic accounting\n* Periodical scheduler computation\n* Allows to browse bills of materials in a complete structure that includes child and phantom bills of materials\n\nDashboard / Reports for MRP will include:\n-----------------------------------------\n* Procurements in Exception (Graph)\n* Stock Value Variation (Graph)\n* Work Order Analysis\n t f f LGPL-3 14 f \N \N \N \N +220 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment Acquirer: Paypal Implementation payment_paypal Odoo S.A. /payment_paypal/static/description/icon.png uninstalled \N Paypal Payment Acquirer 1 Paypal Payment Acquirer f f f LGPL-3 100 f \N \N \N \N +221 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting account_asset Odoo S.A. /account_asset/static/description/icon.png uninstalled \N Assets Management 1 \nAssets management\n=================\nManage assets owned by a company or a person.\nKeeps track of depreciations, and creates corresponding journal entries.\n\n f f f LGPL-3 32 f \N \N \N \N +222 \N \N 2019-03-20 06:35:24.026934 1 http://www.odoo.com/ l10n_it OpenERP Italian Community /l10n_it/static/description/icon.png uninstalled \N Italy - Accounting 8 \nPiano dei conti italiano di un'impresa generica.\n================================================\n\nItalian accounting chart and localization.\n f f f LGPL-3 100 f \N \N \N \N +223 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_access_rights Odoo S.A. /base/static/description/icon.png uninstalled \N test of access rights and rules 5 Testing of access restrictions f f f LGPL-3 100 f \N \N \N \N +224 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com base_gengo Odoo S.A. /base/static/description/icon.png uninstalled \N Automated Translations through Gengo API 27 \nAutomated Translations through Gengo API\n========================================\n\nThis module will install passive scheduler job for automated translations \nusing the Gengo API. To activate it, you must\n1) Configure your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`\n2) Launch the wizard under `Settings > Application Terms > Gengo: Manual Request of Translation` and follow the wizard.\n\nThis wizard will activate the CRON job and the Scheduler and will start the automatic translation via Gengo Services for all the terms where you requested it.\n f f f LGPL-3 100 f \N \N \N \N +226 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/events Sponsors, Tracks, Agenda, Event News website_event_track Odoo S.A. /website_event_track/static/description/icon.png uninstalled \N Advanced Events 10 \nOnline Advanced Events\n======================\n\nAdds support for:\n- sponsors\n- dedicated menu per event\n- news per event\n- tracks\n- agenda\n- call for proposals\n f f f LGPL-3 100 f \N \N \N \N +227 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/point-of-sale Hardware Driver for Weighing Scales hw_scale Odoo S.A. /base/static/description/icon.png uninstalled \N Weighing Scale Hardware Driver 3 \nWeighing Scale Hardware Driver\n================================\n\nThis module allows the point of sale to connect to a scale using a USB HSM Serial Scale Interface,\nsuch as the Mettler Toledo Ariva.\n\n f f f LGPL-3 6 f \N \N \N \N +228 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_mail_channel Odoo S.A. /website_mail_channel/static/description/icon.png uninstalled \N Mailing List Archive 14 \nOdoo Mail Group : Mailing List Archives\n==========================================\n\n f f f LGPL-3 100 f \N \N \N \N +232 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Publish Associations, Groups and Memberships website_membership Odoo S.A. /website_membership/static/description/icon.png uninstalled \N Associations: Members 14 \nWebsite for browsing Associations, Groups and Memberships\n=========================================================\n f f f LGPL-3 100 f \N \N \N \N +235 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/website-builder Schedule, Promote and Sell Events website_event Odoo S.A. /website_event/static/description/icon.png uninstalled \N Online Events 10 \nOnline Events\n t f f LGPL-3 135 f \N \N \N \N +238 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Add a custom account to handle base amount lines account_cash_basis_base_account Odoo S.A. /base/static/description/icon.png uninstalled \N Tax Cash Basis Edit Base Account 1 \nMove the cash basis lines to another account.\n f f f LGPL-3 5 t \N \N \N \N +239 \N \N 2019-03-20 06:35:24.026934 1 http://www.techreceptives.com l10n_ae Tech Receptives /l10n_ae/static/description/icon.png uninstalled \N U.A.E. - Accounting 8 \nUnited Arab Emirates accounting chart and localization.\n=======================================================\n\n f f f LGPL-3 100 f \N \N \N \N +241 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Job Descriptions And Application Forms website_hr_recruitment Odoo S.A. /website_hr_recruitment/static/description/icon.png uninstalled \N Online Jobs 14 \nOdoo Contact Form\n====================\n\n f f f LGPL-3 100 f \N \N \N \N +242 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting Allow to have cash basis on tax account_tax_cash_basis Odoo S.A. /base/static/description/icon.png uninstalled \N Account Tax Cash Basis 1 \n Add an option on tax to allow them to be cash based, meaning that during reconciliation, if there is a tax with\n cash basis involved, a new journal entry will be create containing those taxes value.\n f f f LGPL-3 4 f \N \N \N \N +244 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/notes Sticky notes, Collaborative, Memos note Odoo S.A. /note/static/description/icon.png uninstalled \N Productivity 27 \nThis module allows users to create their own notes inside Odoo\n=================================================================\n\nUse notes to write meeting minutes, organize ideas, organize personal todo\nlists, etc. Each user manages his own personal Notes. Notes are available to\ntheir authors only, but they can share notes to others users so that several\npeople can work on the same note in real time. It's very efficient to share\nmeeting minutes.\n\nNotes can be found in the 'Home' menu.\n t f f LGPL-3 45 f \N \N \N \N +259 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting account_analytic_default Odoo S.A. /base/static/description/icon.png uninstalled \N Account Analytic Defaults 1 \nSet default values for your analytic accounts.\n==============================================\n\nAllows to automatically select analytic accounts based on criterions:\n---------------------------------------------------------------------\n * Product\n * Partner\n * User\n * Company\n * Date\n f f f LGPL-3 100 f \N \N \N \N +261 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_no Rolv Råen /l10n_no/static/description/icon.png uninstalled \N Norway - Accounting 8 This is the module to manage the accounting chart for Norway in Odoo.\n\nUpdated for Odoo 9 by Bringsvor Consulting AS \n f f f LGPL-3 100 f \N \N \N \N +245 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/accounting l10n_be_invoice_bba Noviat /base/static/description/icon.png uninstalled \N Belgium - Structured Communication 8 \n \nBelgian localization for in- and outgoing invoices (prereq to account_coda):\n============================================================================\n - Rename 'reference' field labels to 'Communication'\n - Add support for Belgian Structured Communication\n\nA Structured Communication can be generated automatically on outgoing invoices according to the following algorithms:\n---------------------------------------------------------------------------------------------------------------------\n 1) Random : +++RRR/RRRR/RRRDD+++\n **R..R =** Random Digits, **DD =** Check Digits\n 2) Date : +++DOY/YEAR/SSSDD+++\n **DOY =** Day of the Year, **SSS =** Sequence Number, **DD =** Check Digits\n 3) Customer Reference +++RRR/RRRR/SSSDDD+++\n **R..R =** Customer Reference without non-numeric characters, **SSS =** Sequence Number, **DD =** Check Digits \n \nThe preferred type of Structured Communication and associated Algorithm can be\nspecified on the Partner records. A 'random' Structured Communication will\ngenerated if no algorithm is specified on the Partner record. \n\n f f f LGPL-3 100 f \N \N \N \N +246 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/notes pad Odoo S.A. /base/static/description/icon.png uninstalled \N Collaborative Pads 20 \nAdds enhanced support for (Ether)Pad attachments in the web client.\n===================================================================\n\nLets the company customize which Pad installation should be used to link to new\npads (by default, http://etherpad.com/).\n f f t LGPL-3 100 f \N \N \N \N +248 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/manufacturing mrp_byproduct Odoo S.A. /base/static/description/icon.png uninstalled \N MRP Byproducts 6 \nThis module allows you to produce several products from one production order.\n=============================================================================\n\nYou can configure by-products in the bill of material.\n\nWithout this module:\n--------------------\n A + B + C -> D\n\nWith this module:\n-----------------\n A + B + C -> D + E\n f f f LGPL-3 100 f \N \N \N \N +249 \N \N 2019-03-20 06:35:24.026934 1 http://www.conexus.at l10n_at conexus.at /l10n_at/static/description/icon.png uninstalled \N Austria - Accounting 8 \nThis module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at.\n============================================================================================================= \nPlease keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.\n f f f LGPL-3 100 f \N \N \N \N +250 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com document Odoo S.A. /base/static/description/icon.png uninstalled \N Attachments List and Document Indexation 31 \nAttachments list and document indexation\n========================================\n* Show attachment on the top of the forms\n* Document Indexation: odt\n f f f LGPL-3 100 f \N \N \N \N +252 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com sale_margin Odoo S.A. /base/static/description/icon.png uninstalled \N Margins in Sales Orders 17 \nThis module adds the 'Margin' on sales order.\n=============================================\n\nThis gives the profitability by calculating the difference between the Unit\nPrice and Cost Price.\n f f f LGPL-3 100 f \N \N \N \N +257 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment: Website Integration website_payment Odoo S.A. /website_payment/static/description/icon.png uninstalled \N Payment: Website Integration 14 Bridge module for acquirers and website. f f f LGPL-3 100 f \N \N \N \N +258 \N \N 2019-03-20 06:35:24.026934 1 http://www.thinkopensolutions.com/ l10n_pt ThinkOpen Solutions /base/static/description/icon.png uninstalled \N Portugal - Accounting 8 Plano de contas SNC para Portugal f f f LGPL-3 100 f \N \N \N \N +262 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/project-management Support, Bug Tracker, Helpdesk project_issue Odoo S.A. /project_issue/static/description/icon.png uninstalled \N Issue Tracking 11 \nTrack Issues/Bugs Management for Projects\n=========================================\nThis application allows you to manage the issues you might face in a project like bugs in a system, client complaints or material breakdowns.\n\nIt allows the manager to quickly check the issues, assign them and decide on their status quickly as they evolve.\n t f f LGPL-3 40 f \N \N \N \N +263 \N \N 2019-03-20 06:35:24.026934 1 http://bacgroup.net l10n_hn Salvatore Josue Trimarchi Pinto /l10n_hn/static/description/icon.png uninstalled \N Honduras - Accounting 8 \nThis is the base module to manage the accounting chart for Honduras.\n====================================================================\n \nAgrega una nomenclatura contable para Honduras. También incluye impuestos y la\nmoneda Lempira. -- Adds accounting chart for Honduras. It also includes taxes\nand the Lempira currency. f f f LGPL-3 100 f \N \N \N \N +264 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Payment Acquirer: Ogone Implementation payment_ogone Odoo S.A. /payment_ogone/static/description/icon.png uninstalled \N Ogone Payment Acquirer 1 Ogone Payment Acquirer f f f LGPL-3 100 f \N \N \N \N +265 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Forum, Documentation website_forum_doc Odoo S.A. /website_forum_doc/static/description/icon.png uninstalled \N Documentation 14 \nDocumentation based on question and pertinent answers of Forum\n f f f LGPL-3 100 f \N \N \N \N +266 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Print amount in words on checks issued for expenses hr_expense_check Odoo S.A. /base/static/description/icon.png uninstalled \N Check Printing in Expenses 1 \n Print amount in words on checks issued for expenses\n f f f LGPL-3 100 t \N \N \N \N +268 \N \N 2019-03-20 06:35:24.026934 1 http://cubicERP.com l10n_pa Cubic ERP /l10n_pa/static/description/icon.png uninstalled \N Panama - Accounting 8 \nPanamenian accounting chart and tax localization.\n\nPlan contable panameño e impuestos de acuerdo a disposiciones vigentes\n\nCon la Colaboración de\n- AHMNET CORP http://www.ahmnet.com\n\n f f f LGPL-3 100 f \N \N \N \N +269 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com test_exceptions Odoo S.A. /test_exceptions/static/description/icon.png uninstalled \N test-exceptions 4 A module to generate exceptions. f f f LGPL-3 100 f \N \N \N \N +270 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/community-builder membership Odoo S.A. /membership/static/description/icon.png uninstalled \N Membership Management 17 \nThis module allows you to manage all operations for managing memberships.\n=========================================================================\n\nIt supports different kind of members:\n--------------------------------------\n * Free member\n * Associated member (e.g.: a group subscribes to a membership for all subsidiaries)\n * Paid members\n * Special member prices\n\nIt is integrated with sales and accounting to allow you to automatically\ninvoice and send propositions for membership renewal.\n f f f LGPL-3 100 f \N \N \N \N +273 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/warehouse Calendars stock_calendar Odoo S.A. /base/static/description/icon.png uninstalled \N Calendars on Orderpoints 21 \n The stock_calendar module handles minimum stock rules (=orderpoints / reordering rules) differently by\n the possibility to take into account the purchase and delivery calendars.\n\n Normally, the scheduler will go through all orderpoints and will create a procurement with a quantity taking\n into account the current stock and all future stock moves. For companies working with fresh products, this is\n a problem, because if you order the products needed over 2 weeks now and they arrive tomorrow, then\n these products won't be fresh anymore in two weeks.\n\n To solve this, we added a delivery calendar to the orderpoint. The future stock moves (they represent the needs)\n taken into account will be limited to those until the second delivery according to the calendar.\n So if I am delivered every week on Tuesday and on Friday, when I order on Monday, I will be delivered on Tuesday\n with all what is needed until Friday.\n\n This however is not good enough as you want to create a purchase order only before the date of the delivery as the\n future needs might change. (otherwise you could have ordered too much already) For this, we added a\n purchase calendar and the orderpoint will only be triggered when the scheduler is run within the time specified\n by the purchase calendar. (a last execution date will also check if it has not already been triggered within this time)\n\n However, sometimes we have double orders: suppose we need to order twice on Friday: a purchase order for Monday\n and a purchase order for Tuesday. Then we need to have two orders at the same time.\n To handle this, we put a procurement group on the calendar line and for the purchase calendar line we need to do,\n we will check the corresponding delivery line. On the procurement group, we can tell to propagate itself to the purchase\n and this way it is possible to have an order for Monday and one for Tuesday.\n\n With normal orderpoints, the dates put on the purchase order are based on the delays in the system for the product/company.\n This does not correspond to what is done with the calendars, so the purchase/delivery dates will be set according to the calendars also.\n\n The calendars we use are on weekly basis. It is possible however to have a start date and end date for e.g. the Tuesday delivery.\n It is also possible to put exceptions for days when there is none.\n f f f LGPL-3 16 f \N \N \N \N +275 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_event_questions Odoo S.A. /website_event_questions/static/description/icon.png uninstalled \N Questions on Events 10 Questions on Events f f f LGPL-3 100 f \N \N \N \N +277 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com Partner Module for Website website_partner Odoo S.A. /website_partner/static/description/icon.png uninstalled \N Website Partner 14 Base module holding website-related stuff for partner model f f f LGPL-3 100 f \N \N \N \N +289 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_multilang Odoo S.A. /base/static/description/icon.png uninstalled \N Multi Language Chart of Accounts 8 \n * Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,\n Accounting Templates, Analytic Chart of Accounts and Analytic Journals.\n * Setup wizard changes\n - Copy translations for COA, Tax, Tax Code and Fiscal Position from\n templates to target objects.\n f f f LGPL-3 100 f \N \N \N \N +279 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com website_sale_stock Odoo S.A. /base/static/description/icon.png uninstalled \N Website Sale Stock - Website Delivery Information 14 \n Display delivery orders (picking) infos on the website\n f f f LGPL-3 100 t \N \N \N \N +281 \N \N 2019-03-20 06:35:24.026934 1 https://code.launchpad.net/openobject-croatia l10n_hr OpenERP Croatian Community /l10n_hr/static/description/icon.png uninstalled \N Croatia - Accounting (RRIF 2012) 8 \nCroatian localisation.\n======================\n\nAuthor: Goran Kliska, Slobodni programi d.o.o., Zagreb\n https://www.slobodni-programi.hr\n\nContributions:\n Tomislav Bošnjaković, Storm Computers: tipovi konta\n Ivan Vađić, Slobodni programi: tipovi konta\n\nDescription:\n\nCroatian Chart of Accounts (RRIF ver.2012)\n\nRRIF-ov računski plan za poduzetnike za 2012.\nVrste konta\nKontni plan prema RRIF-u, dorađen u smislu kraćenja naziva i dodavanja analitika\nPorezne grupe prema poreznoj prijavi\nPorezi PDV obrasca\nOstali porezi\nOsnovne fiskalne pozicije\n\nIzvori podataka:\n https://www.rrif.hr/dok/preuzimanje/rrif-rp2011.rar\n https://www.rrif.hr/dok/preuzimanje/rrif-rp2012.rar\n\n f f f LGPL-3 100 f \N \N \N \N +282 \N \N 2019-03-20 06:35:24.026934 1 http://www.innopen.eu l10n_hu InnOpen Group Kft /l10n_hu/static/description/icon.png uninstalled \N Hungarian - Accounting 8 \n\nBase module for Hungarian localization\n==========================================\n\nThis module consists :\n\n - Generic Hungarian chart of accounts\n - Hungarian taxes\n - Hungarian Bank information\n f f f LGPL-3 100 f \N \N \N \N +284 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com/page/project-management pad_project Odoo S.A. /base/static/description/icon.png uninstalled \N Pad on tasks 11 \nThis module adds a PAD in all project form views.\n=================================================\n f f f LGPL-3 100 t \N \N \N \N +288 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com l10n_fr_pos_cert Odoo S.A. /l10n_fr_pos_cert/static/description/icon.png uninstalled \N France - VAT Anti-Fraud Certification for Point of Sale (CGI 286 I-3 bis) 8 \nThis add-on brings the technical requirements of the French regulation CGI art. 286, I. 3° bis that stipulates certain criteria concerning the inalterability, security, storage and archiving of data related to sales to private individuals (B2C).\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nInstall it if you use the Point of Sale app to sell to individuals.\n\nThe module adds following features:\n\n Inalterability: deactivation of all the ways to cancel or modify key data of POS orders, invoices and journal entries\n\n Security: chaining algorithm to verify the inalterability\n\n Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)\n\n Access to download the mandatory Certificate of Conformity delivered by Odoo SA (only for Odoo Enterprise users)\n f f f LGPL-3 100 f \N \N \N \N +290 \N \N 2019-03-20 06:35:24.026934 1 https://www.odoo.com google_drive Odoo S.A. /google_drive/static/description/icon.png uninstalled \N Google Drive™ integration 20 \nIntegrate google document to Odoo record.\n============================================\n\nThis module allows you to integrate google documents to any of your Odoo record quickly and easily using OAuth 2.0 for Installed Applications,\nYou can configure your google Authorization Code from Settings > Configuration > General Settings by clicking on "Generate Google Authorization Code"\n f f f LGPL-3 100 f \N \N \N \N +292 \N \N 2019-03-20 06:35:24.026934 1 http://gscom.vn l10n_vn General Solutions /l10n_vn/static/description/icon.png uninstalled \N Vietnam - Accounting 8 \nThis is the module to manage the accounting chart for Vietnam in Odoo.\n=========================================================================\n\nThis module applies to companies based in Vietnamese Accounting Standard (VAS)\nwith Chart of account under Circular No. 200/2014/TT-BTC\n\n**Credits:**\n - General Solutions.\n - Trobz\n f f f LGPL-3 100 f \N \N \N \N +9 \N \N 2019-03-20 06:36:13.63166 1 http://openerp-china.org l10n_cn_small_business www.openerp-china.org /base/static/description/icon.png uninstalled \N 中国小企业会计科目表 8 \n\n 科目类型\\会计科目表模板\\增值税\\辅助核算类别\\管理会计凭证簿\\财务会计凭证簿\n\n 添加中文省份数据\n\n 增加小企业会计科目表\n\n f f f LGPL-3 100 f jeff@osbzr.com \N \N \N +42 \N \N 2019-03-20 06:36:13.63166 1 https://launchpad.net/openerp-turkey l10n_tr Ahmet Altınışık /l10n_tr/static/description/icon.png uninstalled \N Turkey - Accounting 8 \nTürkiye için Tek düzen hesap planı şablonu Odoo Modülü.\n==========================================================\n\nBu modül kurulduktan sonra, Muhasebe yapılandırma sihirbazı çalışır\n * Sihirbaz sizden hesap planı şablonu, planın kurulacağı şirket, banka hesap\n bilgileriniz, ilgili para birimi gibi bilgiler isteyecek.\n f f f LGPL-3 100 f https://launchpad.net/~openerp-turkey \N \N \N +291 \N \N 2019-03-20 06:36:13.63166 1 https://www.odoo.com test_converter Odoo S.A. /base/static/description/icon.png uninstalled \N test-field-converter 4 Tests of field conversions f f f LGPL-3 100 f OpenERP SA \N \N \N +160 \N \N 2019-03-20 06:36:13.63166 1 http://openerp-china.org l10n_cn www.openerp-china.org /l10n_cn/static/description/icon.png uninstalled \N 中国会计科目表 8 \n\n 科目类型\\会计科目表模板\\增值税\\辅助核算类别\\管理会计凭证簿\\财务会计凭证簿\n\n 添加中文省份数据\n\n 增加小企业会计科目表\n\n f f f LGPL-3 100 f jeff@osbzr.com \N \N \N +156 \N \N 2019-03-20 06:36:13.63166 1 https://www.odoo.com auth_oauth Odoo S.A. /base/static/description/icon.png uninstalled \N OAuth2 Authentication 27 \nAllow users to login through OAuth2 Provider.\n=============================================\n f f f LGPL-3 100 f Odoo S.A. \N \N \N +167 \N \N 2019-03-20 06:36:13.63166 1 http://clearcorp.co.cr l10n_cr ClearCorp S.A. /l10n_cr/static/description/icon.png uninstalled \N Costa Rica - Accounting 8 \nChart of accounts for Costa Rica.\n=================================\n\nIncludes:\n---------\n * account.account.template\n * account.tax.template\n * account.chart.template\n\nEverything is in English with Spanish translation. Further translations are welcome,\nplease go to http://translations.launchpad.net/openerp-costa-rica.\n f f f LGPL-3 100 f \N \N \N https://github.com/CLEARCORP/odoo-costa-rica +26 \N \N 2019-03-20 07:09:50.782644 1 https://www.odoo.com/page/accounting analytic Odoo S.A. /base/static/description/icon.png installed 10.0.1.1 Analytic Accounting 16 \nModule for defining analytic accounting object.\n===============================================\n\nIn Odoo, analytic accounts are linked to general accounts but are treated\ntotally independently. So, you can enter various different analytic operations\nthat have no counterpart in the general financial accounts.\n f f f LGPL-3 100 f \N \N account.analytic.account.list (tree)\naccount.analytic.account.search (search)\naccount.analytic.line.form (form)\naccount.analytic.line.graph (graph)\naccount.analytic.line.pivot (pivot)\naccount.analytic.line.select (search)\naccount.analytic.line.tree (tree)\naccount.analytic.tag.form (form)\naccount.analytic.tag.tree (tree)\nanalytic.analytic.account.form (form) \N +236 \N \N 2019-03-20 06:36:13.63166 1 https://www.odoo.com test_pylint Odoo S.A. /base/static/description/icon.png uninstalled \N test-eval 4 A module to test Odoo with pylint. f f f LGPL-3 100 f Odoo SA \N \N \N +243 \N \N 2019-03-20 06:36:13.63166 1 https://www.odoo.com test_assetsbundle Odoo S.A. /base/static/description/icon.png uninstalled \N test-assetsbundle 4 A module to verify the Assets Bundle mechanism. f f f LGPL-3 100 f Odoo SA \N \N \N +15 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com Create Issues from Leads crm_project_issue Odoo S.A. /base/static/description/icon.png uninstalled \N Lead to Issue 11 \nLead to Issues\n==============\n\nLink module to map leads to issues\n f f f LGPL-3 19 f \N \N \N \N +16 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com hr_payroll_account Odoo S.A. /base/static/description/icon.png uninstalled \N Payroll Accounting 12 \nGeneric Payroll system Integrated with Accounting.\n==================================================\n\n * Expense Encoding\n * Payment Encoding\n * Company Contribution Management\n f f f LGPL-3 100 f \N \N \N \N +22 \N \N 2019-03-20 07:09:06.884909 1 https://www.odoo.com/page/manufacturing sale_mrp Odoo S.A. /base/static/description/icon.png uninstalled \N Sales and MRP Management 13 \nThis module provides facility to the user to install mrp and sales modulesat a time.\n====================================================================================\n\nIt is basically used when we want to keep track of production orders generated\nfrom sales order. It adds sales name and sales Reference on production order.\n f f f LGPL-3 100 t \N \N \N \N +\. + + +-- +-- Data for Name: ir_module_module_dependency; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_module_module_dependency (id, create_uid, create_date, write_date, write_uid, name, module_id) FROM stdin; +1 \N \N \N \N account 1 +2 \N \N \N \N mail 2 +3 \N \N \N \N hw_proxy 3 +4 \N \N \N \N base 4 +5 \N \N \N \N mrp 6 +6 \N \N \N \N stock_account 6 +7 \N \N \N \N account 7 +8 \N \N \N \N website 8 +9 \N \N \N \N l10n_cn 9 +10 \N \N \N \N stock 10 +11 \N \N \N \N sale 10 +12 \N \N \N \N account 10 +13 \N \N \N \N point_of_sale 11 +14 \N \N \N \N hw_proxy 12 +15 \N \N \N \N website 13 +16 \N \N \N \N mass_mailing 13 +17 \N \N \N \N website_form 14 +18 \N \N \N \N project_issue 14 +19 \N \N \N \N crm 15 +20 \N \N \N \N project_issue 15 +21 \N \N \N \N hr_payroll 16 +22 \N \N \N \N account 16 +23 \N \N \N \N hr_expense 16 +24 \N \N \N \N base 17 +25 \N \N \N \N website 18 +26 \N \N \N \N base_gengo 18 +27 \N \N \N \N account 19 +28 \N \N \N \N base_vat 19 +29 \N \N \N \N base_iban 19 +30 \N \N \N \N purchase 20 +31 \N \N \N \N website 21 +32 \N \N \N \N mrp 22 +33 \N \N \N \N sale_stock 22 +34 \N \N \N \N point_of_sale 23 +35 \N \N \N \N mrp 24 +36 \N \N \N \N purchase 24 +37 \N \N \N \N point_of_sale 25 +38 \N \N \N \N base 26 +39 \N \N \N \N decimal_precision 26 +40 \N \N \N \N mail 26 +41 \N \N \N \N report 26 +42 \N \N \N \N website 27 +43 \N \N \N \N sale 27 +44 \N \N \N \N payment 27 +45 \N \N \N \N website_payment 27 +46 \N \N \N \N website_portal_sale 27 +47 \N \N \N \N website_mail 27 +48 \N \N \N \N website_form 27 +49 \N \N \N \N rating 27 +50 \N \N \N \N hw_proxy 28 +51 \N \N \N \N sale_stock 29 +52 \N \N \N \N website_sale 30 +53 \N \N \N \N delivery 30 +54 \N \N \N \N website_sale_stock 30 +55 \N \N \N \N hw_proxy 31 +56 \N \N \N \N base 32 +57 \N \N \N \N base_setup 32 +58 \N \N \N \N bus 32 +59 \N \N \N \N web_tour 32 +60 \N \N \N \N base 33 +61 \N \N \N \N account 33 +62 \N \N \N \N base_iban 33 +63 \N \N \N \N base_vat 33 +64 \N \N \N \N document 34 +65 \N \N \N \N mail 34 +66 \N \N \N \N decimal_precision 34 +67 \N \N \N \N base 35 +68 \N \N \N \N account 35 +69 \N \N \N \N payment 36 +70 \N \N \N \N account 37 +71 \N \N \N \N stock_account 38 +72 \N \N \N \N purchase 38 +73 \N \N \N \N sale 39 +74 \N \N \N \N portal 39 +75 \N \N \N \N payment 39 +76 \N \N \N \N payment 40 +77 \N \N \N \N web 41 +78 \N \N \N \N web_kanban 41 +79 \N \N \N \N account 42 +80 \N \N \N \N base_vat 42 +81 \N \N \N \N website 43 +82 \N \N \N \N account 44 +83 \N \N \N \N base_vat 44 +84 \N \N \N \N base_iban 44 +85 \N \N \N \N l10n_multilang 44 +86 \N \N \N \N account 45 +87 \N \N \N \N base_vat 45 +88 \N \N \N \N base_iban 45 +89 \N \N \N \N base 46 +90 \N \N \N \N web 46 +91 \N \N \N \N decimal_precision 46 +92 \N \N \N \N account 47 +93 \N \N \N \N sale 48 +94 \N \N \N \N hr_timesheet 48 +95 \N \N \N \N account 49 +96 \N \N \N \N base 50 +97 \N \N \N \N web 50 +98 \N \N \N \N base_setup 50 +99 \N \N \N \N account 51 +100 \N \N \N \N stock 52 +101 \N \N \N \N bahmni_product 52 +102 \N \N \N \N bahmni_account 52 +103 \N \N \N \N account 53 +104 \N \N \N \N base_vat 53 +105 \N \N \N \N account 54 +106 \N \N \N \N account_voucher 54 +107 \N \N \N \N web_readonly_bypass 54 +108 \N \N \N \N website 55 +109 \N \N \N \N mail 55 +110 \N \N \N \N base 56 +111 \N \N \N \N account 57 +112 \N \N \N \N base_iban 57 +113 \N \N \N \N base_vat 57 +114 \N \N \N \N crm 58 +115 \N \N \N \N survey 58 +116 \N \N \N \N purchase 59 +117 \N \N \N \N sale_stock 59 +118 \N \N \N \N base 60 +119 \N \N \N \N l10n_fr 61 +120 \N \N \N \N decimal_precision 63 +121 \N \N \N \N hr 63 +122 \N \N \N \N calendar 63 +123 \N \N \N \N fetchmail 63 +124 \N \N \N \N web_kanban_gauge 63 +125 \N \N \N \N utm 63 +126 \N \N \N \N document 63 +127 \N \N \N \N web_tour 63 +128 \N \N \N \N project_issue 64 +129 \N \N \N \N hr_timesheet_sheet 64 +130 \N \N \N \N base 65 +131 \N \N \N \N web 65 +132 \N \N \N \N web_tour 65 +133 \N \N \N \N web 66 +134 \N \N \N \N barcodes 66 +135 \N \N \N \N point_of_sale 66 +136 \N \N \N \N base 67 +137 \N \N \N \N base_setup 67 +138 \N \N \N \N base_geolocalize 68 +139 \N \N \N \N website_partner 68 +140 \N \N \N \N base_iban 69 +141 \N \N \N \N account 69 +142 \N \N \N \N base_vat 69 +143 \N \N \N \N base_action_rule 70 +144 \N \N \N \N base_setup 70 +145 \N \N \N \N sales_team 70 +146 \N \N \N \N mail 70 +147 \N \N \N \N calendar 70 +148 \N \N \N \N resource 70 +149 \N \N \N \N fetchmail 70 +150 \N \N \N \N utm 70 +151 \N \N \N \N web_planner 70 +152 \N \N \N \N web_tour 70 +153 \N \N \N \N stock 71 +154 \N \N \N \N hr 72 +155 \N \N \N \N maintenance 72 +156 \N \N \N \N hr 73 +157 \N \N \N \N report 73 +158 \N \N \N \N barcodes 73 +159 \N \N \N \N base 74 +160 \N \N \N \N account 74 +161 \N \N \N \N mail 75 +162 \N \N \N \N account 76 +163 \N \N \N \N l10n_fr 78 +164 \N \N \N \N account_accountant 78 +165 \N \N \N \N mail 79 +166 \N \N \N \N web_kanban_gauge 79 +167 \N \N \N \N stock_account 80 +168 \N \N \N \N barcodes 80 +169 \N \N \N \N web 81 +170 \N \N \N \N account 82 +171 \N \N \N \N base 83 +172 \N \N \N \N mail 83 +173 \N \N \N \N base_action_rule 83 +174 \N \N \N \N web_calendar 83 +175 \N \N \N \N base_setup 84 +176 \N \N \N \N base_setup 85 +177 \N \N \N \N mail 85 +178 \N \N \N \N report 85 +179 \N \N \N \N payment 86 +180 \N \N \N \N account 87 +181 \N \N \N \N base_vat 87 +182 \N \N \N \N base_iban 87 +183 \N \N \N \N l10n_be_hr_payroll 88 +184 \N \N \N \N hr_payroll_account 88 +185 \N \N \N \N l10n_be 88 +186 \N \N \N \N survey 89 +187 \N \N \N \N hr_recruitment 89 +188 \N \N \N \N website 90 +189 \N \N \N \N sale 90 +190 \N \N \N \N mail 90 +191 \N \N \N \N payment 90 +192 \N \N \N \N website_portal_sale 90 +193 \N \N \N \N website_mail 90 +194 \N \N \N \N base_vat 91 +195 \N \N \N \N hr 92 +196 \N \N \N \N calendar 92 +197 \N \N \N \N resource 92 +198 \N \N \N \N product 92 +199 \N \N \N \N report 92 +200 \N \N \N \N website 93 +201 \N \N \N \N account 94 +202 \N \N \N \N website 95 +203 \N \N \N \N website_mail 95 +204 \N \N \N \N account 96 +205 \N \N \N \N base_iban 96 +206 \N \N \N \N base_vat 96 +207 \N \N \N \N account_cancel 96 +208 \N \N \N \N web 97 +209 \N \N \N \N web_planner 98 +210 \N \N \N \N l10n_be_intrastat 99 +211 \N \N \N \N gamification 100 +212 \N \N \N \N sale_crm 100 +213 \N \N \N \N mail 101 +214 \N \N \N \N rating 101 +215 \N \N \N \N payment 102 +216 \N \N \N \N account 103 +217 \N \N \N \N hw_proxy 104 +218 \N \N \N \N account 105 +219 \N \N \N \N base 106 +220 \N \N \N \N rating_project 107 +221 \N \N \N \N sale_timesheet 107 +222 \N \N \N \N account 108 +223 \N \N \N \N base_vat 108 +224 \N \N \N \N account_tax_cash_basis 108 +225 \N \N \N \N utm 109 +226 \N \N \N \N sale 110 +227 \N \N \N \N crm 110 +228 \N \N \N \N web_kanban_gauge 110 +229 \N \N \N \N base 112 +230 \N \N \N \N mail 112 +231 \N \N \N \N l10n_de 113 +232 \N \N \N \N website 114 +233 \N \N \N \N hr 114 +234 \N \N \N \N base 115 +235 \N \N \N \N payment 116 +236 \N \N \N \N l10n_de 117 +237 \N \N \N \N account 118 +238 \N \N \N \N base 119 +239 \N \N \N \N account 120 +240 \N \N \N \N google_drive 121 +241 \N \N \N \N rating_project 122 +242 \N \N \N \N project_issue 122 +243 \N \N \N \N gamification 123 +244 \N \N \N \N portal 123 +245 \N \N \N \N l10n_fr_certification 124 +246 \N \N \N \N account 125 +247 \N \N \N \N document 126 +248 \N \N \N \N website_sale 126 +249 \N \N \N \N account 127 +250 \N \N \N \N base_iban 127 +251 \N \N \N \N base_vat 127 +252 \N \N \N \N base 128 +253 \N \N \N \N mail 129 +254 \N \N \N \N website 129 +255 \N \N \N \N portal_sale 130 +256 \N \N \N \N website_portal 130 +257 \N \N \N \N website_payment 130 +258 \N \N \N \N hr_payroll 131 +259 \N \N \N \N website_form 132 +260 \N \N \N \N website_partner 132 +261 \N \N \N \N crm 132 +262 \N \N \N \N account 133 +263 \N \N \N \N account 134 +264 \N \N \N \N base_iban 134 +265 \N \N \N \N rating 135 +266 \N \N \N \N project 135 +267 \N \N \N \N sale_stock 136 +268 \N \N \N \N report_intrastat 137 +269 \N \N \N \N sale_stock 137 +270 \N \N \N \N account_accountant 137 +271 \N \N \N \N l10n_be 137 +272 \N \N \N \N account 138 +273 \N \N \N \N payment 139 +274 \N \N \N \N website 140 +275 \N \N \N \N base 141 +276 \N \N \N \N website 142 +277 \N \N \N \N link_tracker 142 +278 \N \N \N \N base 143 +279 \N \N \N \N google_account 144 +280 \N \N \N \N calendar 144 +281 \N \N \N \N website 145 +282 \N \N \N \N im_livechat 145 +283 \N \N \N \N marketing_campaign 146 +284 \N \N \N \N crm 146 +285 \N \N \N \N account 147 +286 \N \N \N \N base_vat 147 +287 \N \N \N \N base_iban 147 +288 \N \N \N \N website_crm_partner_assign 148 +289 \N \N \N \N website_partner 148 +290 \N \N \N \N website_google_map 148 +291 \N \N \N \N base 149 +292 \N \N \N \N account 149 +293 \N \N \N \N website 150 +294 \N \N \N \N mail 150 +295 \N \N \N \N account 151 +296 \N \N \N \N l10n_multilang 151 +297 \N \N \N \N stock 152 +298 \N \N \N \N website_project_issue 153 +299 \N \N \N \N rating_project_issue 153 +300 \N \N \N \N base 154 +301 \N \N \N \N resource 154 +302 \N \N \N \N mail 154 +303 \N \N \N \N web 155 +304 \N \N \N \N base 156 +305 \N \N \N \N web 156 +306 \N \N \N \N base_setup 156 +307 \N \N \N \N auth_signup 156 +308 \N \N \N \N account 157 +309 \N \N \N \N base_iban 157 +310 \N \N \N \N base_vat 157 +311 \N \N \N \N l10n_multilang 157 +312 \N \N \N \N report 157 +313 \N \N \N \N account 158 +314 \N \N \N \N base 159 +315 \N \N \N \N base 160 +316 \N \N \N \N account 160 +317 \N \N \N \N account 161 +318 \N \N \N \N base_vat 161 +319 \N \N \N \N account 162 +320 \N \N \N \N l10n_multilang 162 +321 \N \N \N \N account 163 +322 \N \N \N \N account 164 +323 \N \N \N \N mail 165 +324 \N \N \N \N pad 165 +325 \N \N \N \N note 165 +326 \N \N \N \N hr_payroll 166 +327 \N \N \N \N l10n_fr 166 +328 \N \N \N \N account 167 +329 \N \N \N \N base 168 +330 \N \N \N \N sale 169 +331 \N \N \N \N hr_expense 169 +332 \N \N \N \N base 170 +333 \N \N \N \N web 170 +334 \N \N \N \N web 171 +335 \N \N \N \N web_editor 171 +336 \N \N \N \N web_planner 171 +337 \N \N \N \N payment 172 +338 \N \N \N \N point_of_sale 173 +339 \N \N \N \N mail 174 +340 \N \N \N \N sale 175 +341 \N \N \N \N sale_stock 175 +342 \N \N \N \N bahmni_account 175 +343 \N \N \N \N base 176 +344 \N \N \N \N base_setup 177 +345 \N \N \N \N mail 177 +346 \N \N \N \N resource 177 +347 \N \N \N \N web_kanban 177 +348 \N \N \N \N base 178 +349 \N \N \N \N web 178 +350 \N \N \N \N account 179 +351 \N \N \N \N hr 179 +352 \N \N \N \N project 179 +353 \N \N \N \N web 180 +354 \N \N \N \N base 181 +355 \N \N \N \N product 181 +356 \N \N \N \N delivery 181 +357 \N \N \N \N stock 181 +358 \N \N \N \N sale 181 +359 \N \N \N \N purchase 181 +360 \N \N \N \N sale_stock 182 +361 \N \N \N \N purchase 183 +362 \N \N \N \N bahmni_product 183 +363 \N \N \N \N bahmni_stock 183 +364 \N \N \N \N web_kanban 184 +365 \N \N \N \N base 185 +366 \N \N \N \N account 186 +367 \N \N \N \N base_vat 186 +368 \N \N \N \N project 188 +369 \N \N \N \N website_portal 188 +370 \N \N \N \N website_project_issue 189 +371 \N \N \N \N project_issue_sheet 189 +372 \N \N \N \N base 190 +373 \N \N \N \N auth_signup 191 +374 \N \N \N \N gamification 191 +375 \N \N \N \N website_mail 191 +376 \N \N \N \N website_partner 191 +377 \N \N \N \N hr_contract 192 +378 \N \N \N \N account_accountant 192 +379 \N \N \N \N report 192 +380 \N \N \N \N web_tour 192 +381 \N \N \N \N base_setup 193 +382 \N \N \N \N product 193 +383 \N \N \N \N analytic 193 +384 \N \N \N \N report 193 +385 \N \N \N \N web_planner 193 +386 \N \N \N \N web 194 +387 \N \N \N \N hw_proxy 195 +388 \N \N \N \N account 196 +389 \N \N \N \N account 197 +390 \N \N \N \N account 198 +391 \N \N \N \N base_iban 199 +392 \N \N \N \N base_vat 199 +393 \N \N \N \N hr_payroll 200 +394 \N \N \N \N mail 201 +395 \N \N \N \N utm 201 +396 \N \N \N \N link_tracker 201 +397 \N \N \N \N web_editor 201 +398 \N \N \N \N web_kanban_gauge 201 +399 \N \N \N \N web 202 +400 \N \N \N \N account 203 +401 \N \N \N \N base_setup 204 +402 \N \N \N \N product 204 +403 \N \N \N \N analytic 204 +404 \N \N \N \N mail 204 +405 \N \N \N \N resource 204 +406 \N \N \N \N web_kanban 204 +407 \N \N \N \N web_planner 204 +408 \N \N \N \N web_tour 204 +409 \N \N \N \N l10n_generic_coa 205 +410 \N \N \N \N report 205 +411 \N \N \N \N account 206 +412 \N \N \N \N base_vat 206 +413 \N \N \N \N sale 207 +414 \N \N \N \N stock_account 207 +415 \N \N \N \N account 208 +416 \N \N \N \N base 209 +417 \N \N \N \N gamification 210 +418 \N \N \N \N hr 210 +419 \N \N \N \N base_setup 211 +420 \N \N \N \N mail 211 +421 \N \N \N \N web 211 +422 \N \N \N \N account_accountant 212 +423 \N \N \N \N website_sale 213 +424 \N \N \N \N website_event 214 +425 \N \N \N \N event_sale 214 +426 \N \N \N \N website_sale 214 +427 \N \N \N \N l10n_cn 215 +428 \N \N \N \N event 216 +429 \N \N \N \N sale 216 +430 \N \N \N \N base_action_rule 217 +431 \N \N \N \N hr 217 +432 \N \N \N \N account 218 +433 \N \N \N \N product 219 +434 \N \N \N \N stock 219 +435 \N \N \N \N resource 219 +436 \N \N \N \N payment 220 +437 \N \N \N \N account_accountant 221 +438 \N \N \N \N base_vat 222 +439 \N \N \N \N base_iban 222 +440 \N \N \N \N base_setup 224 +441 \N \N \N \N account 225 +442 \N \N \N \N web_tour 225 +443 \N \N \N \N website_event 226 +444 \N \N \N \N hw_proxy 227 +445 \N \N \N \N website_mail 228 +446 \N \N \N \N base_setup 229 +447 \N \N \N \N membership 229 +448 \N \N \N \N event 229 +449 \N \N \N \N web 230 +450 \N \N \N \N bahmni_product 230 +451 \N \N \N \N bahmni_sale 230 +452 \N \N \N \N website_mail 231 +453 \N \N \N \N website_partner 231 +454 \N \N \N \N website_partner 232 +455 \N \N \N \N website_google_map 232 +456 \N \N \N \N association 232 +457 \N \N \N \N website_sale 232 +458 \N \N \N \N web 233 +459 \N \N \N \N base 234 +460 \N \N \N \N web_kanban 234 +461 \N \N \N \N website 235 +462 \N \N \N \N website_partner 235 +463 \N \N \N \N website_mail 235 +464 \N \N \N \N event 235 +465 \N \N \N \N base 236 +466 \N \N \N \N hr_timesheet 237 +467 \N \N \N \N account_tax_cash_basis 238 +468 \N \N \N \N base 239 +469 \N \N \N \N account 239 +470 \N \N \N \N project_issue 240 +471 \N \N \N \N website_project 240 +472 \N \N \N \N website_partner 241 +473 \N \N \N \N hr_recruitment 241 +474 \N \N \N \N website_mail 241 +475 \N \N \N \N website_form 241 +476 \N \N \N \N account 242 +477 \N \N \N \N base 243 +478 \N \N \N \N mail 244 +479 \N \N \N \N account 245 +480 \N \N \N \N web 246 +481 \N \N \N \N base_setup 246 +482 \N \N \N \N hr_contract 247 +483 \N \N \N \N hr_holidays 247 +484 \N \N \N \N decimal_precision 247 +485 \N \N \N \N report 247 +486 \N \N \N \N base 248 +487 \N \N \N \N mrp 248 +488 \N \N \N \N base_vat 249 +489 \N \N \N \N web 250 +490 \N \N \N \N base 251 +491 \N \N \N \N account 251 +492 \N \N \N \N sale 252 +493 \N \N \N \N product 253 +494 \N \N \N \N procurement 253 +495 \N \N \N \N barcodes 253 +496 \N \N \N \N web_planner 253 +497 \N \N \N \N hr_timesheet_sheet 254 +498 \N \N \N \N hr_attendance 254 +499 \N \N \N \N sale_stock 255 +500 \N \N \N \N portal 255 +501 \N \N \N \N base 256 +502 \N \N \N \N decimal_precision 256 +503 \N \N \N \N mail 256 +504 \N \N \N \N report 256 +505 \N \N \N \N website 257 +506 \N \N \N \N payment 257 +507 \N \N \N \N website_portal 257 +508 \N \N \N \N base 258 +509 \N \N \N \N base_vat 258 +510 \N \N \N \N account 258 +511 \N \N \N \N sale_stock 259 +512 \N \N \N \N base_geolocalize 260 +513 \N \N \N \N crm 260 +514 \N \N \N \N account 260 +515 \N \N \N \N portal 260 +516 \N \N \N \N website_partner 260 +517 \N \N \N \N website_google_map 260 +518 \N \N \N \N website_portal 260 +519 \N \N \N \N account 261 +520 \N \N \N \N base_iban 261 +521 \N \N \N \N base_vat 261 +522 \N \N \N \N project 262 +523 \N \N \N \N base 263 +524 \N \N \N \N account 263 +525 \N \N \N \N payment 264 +526 \N \N \N \N website_forum 265 +527 \N \N \N \N account_check_printing 266 +528 \N \N \N \N hr_expense 266 +529 \N \N \N \N web 267 +530 \N \N \N \N account 268 +531 \N \N \N \N base 269 +532 \N \N \N \N base 270 +533 \N \N \N \N product 270 +534 \N \N \N \N account 270 +535 \N \N \N \N web 271 +536 \N \N \N \N base 272 +537 \N \N \N \N auth_signup 272 +538 \N \N \N \N purchase 273 +539 \N \N \N \N resource 273 +540 \N \N \N \N point_of_sale 274 +541 \N \N \N \N website_event 275 +542 \N \N \N \N website_project 276 +543 \N \N \N \N hr_timesheet 276 +544 \N \N \N \N website 277 +545 \N \N \N \N stock_account 278 +546 \N \N \N \N report 278 +547 \N \N \N \N website_sale 279 +548 \N \N \N \N sale_stock 279 +549 \N \N \N \N web 280 +550 \N \N \N \N account 281 +551 \N \N \N \N account 282 +552 \N \N \N \N sales_team 283 +553 \N \N \N \N account 283 +554 \N \N \N \N procurement 283 +555 \N \N \N \N report 283 +556 \N \N \N \N web_tour 283 +557 \N \N \N \N project 284 +558 \N \N \N \N pad 284 +559 \N \N \N \N product 285 +560 \N \N \N \N product_expiry 285 +561 \N \N \N \N base 286 +562 \N \N \N \N product 286 +563 \N \N \N \N base 287 +564 \N \N \N \N mail 287 +565 \N \N \N \N l10n_fr_sale_closing 288 +566 \N \N \N \N point_of_sale 288 +567 \N \N \N \N account 289 +568 \N \N \N \N base_setup 290 +569 \N \N \N \N google_account 290 +570 \N \N \N \N base 291 +571 \N \N \N \N account 292 +572 \N \N \N \N base_vat 292 +573 \N \N \N \N base_iban 292 +574 \N \N \N \N stock 293 +575 \N \N \N \N account 293 +\. + + +-- +-- Name: ir_module_module_dependency_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_module_module_dependency_id_seq', 575, true); + + +-- +-- Name: ir_module_module_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_module_module_id_seq', 293, true); + + +-- +-- Data for Name: ir_property; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_property (id, create_uid, value_integer, value_float, name, value_text, res_id, company_id, write_uid, fields_id, value_datetime, value_binary, write_date, create_date, value_reference, type) FROM stdin; +1 1 \N \N Followup Trust Property normal \N \N 1 2397 \N \N 2019-03-20 06:39:13.995111 2019-03-20 06:39:13.995111 \N selection +2 1 \N \N property_stock_supplier \N \N \N 1 4178 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 stock.location,8 many2one +3 1 \N \N property_stock_customer \N \N \N 1 4176 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 stock.location,9 many2one +4 1 \N \N property_stock_procurement \N \N \N 1 4105 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 stock.location,6 many2one +5 1 \N \N property_stock_inventory \N \N \N 1 4117 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 stock.location,5 many2one +6 1 \N \N property_stock_production \N \N \N 1 4118 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 stock.location,7 many2one +8 1 \N \N property_stock_supplier \N res.partner,1 1 1 4178 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 \N many2one +7 1 \N \N property_stock_customer \N res.partner,1 1 1 4176 \N \N 2019-03-20 06:48:43.692344 2019-03-20 06:48:43.692344 stock.location,15 many2one +9 1 \N \N property_stock_account_output \N \N 1 1 4776 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N many2one +10 1 \N \N property_stock_account_input \N \N 1 1 4775 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N many2one +11 1 \N \N property_stock_account_output_categ_id \N \N 1 1 4787 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N many2one +12 1 \N \N property_stock_account_input_categ_id \N \N 1 1 4790 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N many2one +13 1 \N \N Cost Method Property \N \N \N 1 4777 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N selection +14 1 \N \N Valuation Property \N \N \N 1 4774 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N selection +15 1 \N \N Cost Method Property standard \N \N 1 4789 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N selection +16 1 \N \N Valuation Property manual_periodic \N \N 1 4788 \N \N 2019-03-20 06:49:15.138308 2019-03-20 06:49:15.138308 \N selection +\. + + +-- +-- Name: ir_property_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_property_id_seq', 16, true); + + +-- +-- Data for Name: ir_rule; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_rule (id, model_id, domain_force, name, create_uid, global, write_uid, perm_write, create_date, perm_unlink, active, perm_read, perm_create, write_date) FROM stdin; +1 90 [('create_uid','=', user.id)] res.users.log per user 1 t 1 t 2019-03-20 06:35:24.381189 t t f t 2019-03-20 06:35:24.381189 +2 79 ['|','|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)] res.partner company 1 t 1 t 2019-03-20 06:35:24.381189 t f t t 2019-03-20 06:35:24.381189 +3 79 [('id', 'child_of', user.commercial_partner_id.id)] res_partner: portal/public: read access on my commercial partner 1 f 1 f 2019-03-20 06:35:24.381189 f t t f 2019-03-20 06:35:24.381189 +4 29 [('key','=','default'),('user_id','=',user.id)] Defaults: alter personal values only 1 t 1 t 2019-03-20 06:35:24.381189 t t f t 2019-03-20 06:35:24.381189 +5 14 [('user_id','=',user.id)] ir.ui.view_custom rule 1 t 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +6 81 ['|','|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)] Partner bank company rule 1 t 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +7 34 ['|',('group_ids','in', [g.id for g in user.groups_id]), ('group_ids','=',False)] ICP read rule 1 t 1 f 2019-03-20 06:35:24.381189 f t t f 2019-03-20 06:35:24.381189 +8 86 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] multi-company currency rate rule 1 t 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +9 79 \n ['|', ('type', '!=', 'private'), ('type', '=', False)]\n res.partner.rule.private.employee 1 f 1 f 2019-03-20 06:35:24.381189 f t t f 2019-03-20 06:35:24.381189 +10 79 \n [('type', '=', 'private')]\n res.partner.rule.private.group 1 f 1 f 2019-03-20 06:35:24.381189 f t t f 2019-03-20 06:35:24.381189 +11 28 [(1, '=', 1)] ir.filters.admin.all.rights 1 f 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +12 28 [('user_id','in',[False,user.id])] ir.filters.owner 1 f 1 t 2019-03-20 06:35:24.381189 f t t t 2019-03-20 06:35:24.381189 +13 28 [('user_id', '=', user.id)] ir.filters.own.rule.delete 1 f 1 f 2019-03-20 06:35:24.381189 t t f f 2019-03-20 06:35:24.381189 +14 28 [('user_id', '=', user.id)] ir.filter: portal/public 1 f 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +16 88 [('id','child_of',[user.company_id.id])] company rule portal 1 f 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +17 88 [('id','child_of',[user.company_id.id])] company rule employee 1 f 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +18 88 [('id','child_of',[user.company_id.id])] company rule public 1 f 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +19 88 [(1,'=',1)] company rule erp manager 1 f 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +20 91 [('company_ids','child_of',[user.company_id.id])] user rule 1 t 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 06:35:24.381189 +23 129 ['|', '|',\n('public', '=', 'public'),\n'&', ('public', '=', 'private'), ('channel_partner_ids', 'in', [user.partner_id.id]),\n'&', ('public', '=', 'groups'), ('group_public_id', 'in', [g.id for g in user.groups_id])] Mail.channel: access only public and joined groups 1 t 1 t 2019-03-20 06:38:32.951597 t t t f 2019-03-20 06:38:32.951597 +24 123 [('partner_id', '=', user.partner_id.id)] mail.followers: write its own entries 1 f 1 t 2019-03-20 06:38:32.951597 f t f f 2019-03-20 06:38:32.951597 +25 124 [('res_partner_id', '=', user.partner_id.id)] mail.notifications: group_user: write its own entries 1 f 1 t 2019-03-20 06:38:32.951597 f t f f 2019-03-20 06:38:32.951597 +26 119 [('internal', '=', False)] mail.message.subtype: portal/public: read public subtypes 1 f 1 t 2019-03-20 06:38:32.951597 t t t t 2019-03-20 06:38:32.951597 +27 142 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Analytic multi company rule 1 t 1 t 2019-03-20 06:38:43.686983 t t t t 2019-03-20 06:38:43.686983 +28 143 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Analytic line multi company rule 1 t 1 t 2019-03-20 06:38:43.686983 t t t t 2019-03-20 06:38:43.686983 +29 145 ['|',('company_id','=',user.company_id.id),('company_id','=',False)] Product multi-company 1 t 1 t 2019-03-20 06:38:52.19915 t f t t 2019-03-20 06:38:52.19915 +30 155 ['|',('company_id','=',user.company_id.id),('company_id','=',False)] product pricelist company rule 1 t 1 t 2019-03-20 06:38:52.19915 t t t t 2019-03-20 06:38:52.19915 +31 156 ['|',('company_id','=',user.company_id.id),('company_id','=',False)] product pricelist item company rule 1 t 1 t 2019-03-20 06:38:52.19915 t t t t 2019-03-20 06:38:52.19915 +32 150 ['|',('company_id','=',False),('company_id','=',user.company_id.id)] product supplierinfo company rule 1 t 1 t 2019-03-20 06:38:52.19915 t t t t 2019-03-20 06:38:52.19915 +33 185 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account Entry 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +34 186 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Entry lines 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +35 167 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Journal multi-company 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +36 166 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account multi-company 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +37 169 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Tax multi-company 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +38 175 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Invoice multi-company 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +39 221 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Invoice Analysis multi-company 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +15 95 ['|',('company_id','child_of',[user.company_id.id]),('company_id','=',False)] Property multi-company 1 t 1 t 2019-03-20 06:35:24.381189 t t t t 2019-03-20 07:08:09.887202 +21 98 [(0, '=', 1)] Portal Planner 1 f 1 t 2019-03-20 06:36:23.704503 t t t t 2019-03-20 07:09:27.281163 +22 98 [(1 ,'=', 1)] All Planner 1 f 1 t 2019-03-20 06:36:23.704503 t t t t 2019-03-20 07:09:27.281163 +40 161 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account fiscal Mapping company rule 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +41 176 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Invoice Line company rule 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +42 183 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account bank statement company rule 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +43 184 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account bank statement line company rule 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +44 170 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account reconcile model template company rule 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +45 174 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Account payment company rule 1 t 1 t 2019-03-20 06:39:13.995111 t t t t 2019-03-20 06:39:13.995111 +46 233 ['|',('company_id','child_of',[user.company_id.id]),('company_id','=',False)] procurement multi-company 1 t 1 t 2019-03-20 06:39:40.68873 t t t t 2019-03-20 06:39:40.68873 +47 232 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] product_pulled_flow multi-company 1 t 1 t 2019-03-20 06:39:40.68873 t t t t 2019-03-20 06:39:40.68873 +48 237 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Voucher multi-company 1 t 1 t 2019-03-20 06:39:45.927256 t t t t 2019-03-20 06:39:45.927256 +49 238 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Voucher Line multi-company 1 t 1 t 2019-03-20 06:39:45.927256 t t t t 2019-03-20 06:39:45.927256 +50 240 [\n '|',\n ('partner_id','=',False),\n ('partner_id','=',user.partner_id.id)\n ] Access own payment transaction only 1 f 1 t 2019-03-20 06:39:49.357792 t t t t 2019-03-20 06:39:49.357792 +51 241 ['|', ('partner_id','=',user.partner_id.id), ('partner_id', '=', user.partner_id.commercial_partner_id.id)] Access own payment tokens only 1 f 1 t 2019-03-20 06:39:49.357792 t t t t 2019-03-20 06:39:49.357792 +53 250 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Sales Order multi-company 1 t 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +54 251 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Sales Order Line multi-company 1 t 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +55 253 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Sales Order Analysis multi-company 1 t 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +56 250 ['|',('user_id','=',user.id),('user_id','=',False)] Personal Orders 1 f 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +57 250 [(1,'=',1)] All Orders 1 f 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +58 253 ['|',('user_id','=',user.id),('user_id','=',False)] Personal Orders Analysis 1 f 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +59 253 [(1,'=',1)] All Orders Analysis 1 f 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +60 251 ['|',('order_id.user_id','=',user.id),('order_id.user_id','=',False)] Personal Order Lines 1 f 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +61 251 [(1,'=',1)] All Orders Lines 1 f 1 t 2019-03-20 06:48:18.928036 t t t t 2019-03-20 06:48:18.928036 +62 271 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] stock_picking multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +63 270 ['|', ('warehouse_id', '=', False), '|',('warehouse_id.company_id','=',False),('warehouse_id.company_id','child_of',[user.company_id.id])] Stock Picking Type multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +64 274 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Warehouse multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +65 262 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Location multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +66 265 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] stock_move multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +67 272 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] stock_quant multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +68 261 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Inventory Line multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +69 260 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Inventory multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +70 275 ['|',('company_id','child_of',[user.company_id.id]),('company_id','=',False)] stock_warehouse.orderpoint multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +71 232 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] product_pulled_flow multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +52 248 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Sales Team multi-company 1 t 1 t 2019-03-20 06:48:10.08327 t t t t 2019-03-20 07:10:11.686735 +72 264 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] stock_location_path multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +73 263 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] stock_location_route multi-company 1 t 1 t 2019-03-20 06:48:43.692344 t t t t 2019-03-20 06:48:43.692344 +74 250 [('message_partner_ids','child_of',[user.commercial_partner_id.id])] Portal Personal Quotations/Sales Orders 1 f 1 t 2019-03-20 06:49:10.333274 t t t f 2019-03-20 06:49:10.333274 +75 251 [('order_id.message_partner_ids','child_of',[user.commercial_partner_id.id])] Portal Sales Orders Line 1 f 1 t 2019-03-20 06:49:10.333274 t t t t 2019-03-20 06:49:10.333274 +76 175 [('message_partner_ids','child_of',[user.commercial_partner_id.id])] Portal Personal Account Invoices 1 f 1 t 2019-03-20 06:49:10.333274 t t t t 2019-03-20 06:49:10.333274 +77 176 [('invoice_id.message_partner_ids','child_of',[user.commercial_partner_id.id])] Portal Invoice Lines 1 f 1 t 2019-03-20 06:49:10.333274 t t t t 2019-03-20 06:49:10.333274 +78 79 [('message_partner_ids','in',[user.commercial_partner_id.id])] Portal Personal Contacts 1 f 1 t 2019-03-20 06:49:10.333274 t t f t 2019-03-20 06:49:10.333274 +80 271 ['|', '|', ('message_partner_ids', 'in', [user.partner_id.id]), ('partner_id.id', '=', user.partner_id.id), ('sale_id.partner_id.id', '=', user.partner_id.id)] Portal Follower Pickings 1 f 1 t 2019-03-20 06:49:33.319867 t t t t 2019-03-20 06:49:33.319867 +81 266 ['|', ('picking_id.message_partner_ids','in',[user.partner_id.id]), ('picking_id.partner_id.id','=',user.partner_id.id)] Portal Follower Pack Operations 1 f 1 t 2019-03-20 06:49:33.319867 t t t t 2019-03-20 06:49:33.319867 +82 302 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Purchase Order multi-company 1 t 1 t 2019-03-20 06:51:48.756782 t t t t 2019-03-20 06:51:48.756782 +83 303 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Purchase Order Line multi-company 1 t 1 t 2019-03-20 06:51:48.756782 t t t t 2019-03-20 06:51:48.756782 +84 305 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Purchase Order Report multi-company 1 t 1 t 2019-03-20 06:51:48.756782 t t t t 2019-03-20 06:51:48.756782 +79 286 ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] Stock History multi-company 1 t 1 t 2019-03-20 06:49:15.138308 t t t t 2019-03-20 07:12:37.020962 +\. + + +-- +-- Name: ir_rule_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_rule_id_seq', 84, true); + + +-- +-- Data for Name: ir_sequence; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_sequence (id, use_date_range, code, name, number_next, create_uid, implementation, company_id, write_uid, padding, number_increment, prefix, write_date, active, create_date, suffix) FROM stdin; +1 f account.reconcile Account reconcile sequence 1 1 standard \N 1 0 1 A 2019-03-20 06:39:13.995111 t 2019-03-20 06:39:13.995111 \N +2 t account.payment.customer.invoice Payments customer invoices sequence 1 1 standard \N 1 4 1 CUST.IN/%(range_year)s/ 2019-03-20 06:39:13.995111 t 2019-03-20 06:39:13.995111 \N +3 t account.payment.customer.refund Payments customer refunds sequence 1 1 standard \N 1 4 1 CUST.OUT/%(range_year)s/ 2019-03-20 06:39:13.995111 t 2019-03-20 06:39:13.995111 \N +4 t account.payment.supplier.invoice Payments supplier invoices sequence 1 1 standard \N 1 4 1 SUPP.OUT/%(range_year)s/ 2019-03-20 06:39:13.995111 t 2019-03-20 06:39:13.995111 \N +5 t account.payment.supplier.refund Payments supplier refunds sequence 1 1 standard \N 1 4 1 SUPP.IN/%(range_year)s/ 2019-03-20 06:39:13.995111 t 2019-03-20 06:39:13.995111 \N +6 t account.payment.transfer Payments transfer sequence 1 1 standard \N 1 4 1 TRANS/%(range_year)s/ 2019-03-20 06:39:13.995111 t 2019-03-20 06:39:13.995111 \N +7 f procurement.group Procurement Group 1 1 standard 1 1 6 1 PG/ 2019-03-20 06:39:40.68873 t 2019-03-20 06:39:40.68873 \N +8 f sale.order Sales Order 1 1 standard \N 1 3 1 SO 2019-03-20 06:48:18.928036 t 2019-03-20 06:48:18.928036 \N +9 f \N My Company Sequence in 1 1 standard 1 1 5 1 WH/IN/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +10 f \N My Company Sequence packing 1 1 standard 1 1 5 1 WH/PACK/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +11 f \N My Company Sequence picking 1 1 standard 1 1 5 1 WH/PICK/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +12 f \N My Company Sequence out 1 1 standard 1 1 5 1 WH/OUT/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +13 f \N My Company Sequence internal 1 1 standard 1 1 5 1 WH/INT/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +14 f stock.orderpoint Stock orderpoint 1 1 standard 1 1 5 1 OP/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +15 f stock.scrap Scrap 1 1 standard 1 1 5 1 SP/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +16 f stock.picking Picking INT 1 1 standard \N 1 5 1 INT/ 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +17 f stock.lot.serial Serial Numbers 1 1 standard \N 1 7 1 \N 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +18 f stock.lot.tracking Packs 1 1 standard \N 1 7 1 \N 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +19 f stock.quant.package Packages 1 1 standard \N 1 7 1 PACK 2019-03-20 06:48:43.692344 t 2019-03-20 06:48:43.692344 \N +20 f purchase.order Purchase Order 1 1 standard \N 1 5 1 PO 2019-03-20 06:51:48.756782 t 2019-03-20 06:51:48.756782 \N +\. + + +-- +-- Name: ir_sequence_001; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_001', 1, false); + + +-- +-- Name: ir_sequence_002; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_002', 1, false); + + +-- +-- Name: ir_sequence_003; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_003', 1, false); + + +-- +-- Name: ir_sequence_004; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_004', 1, false); + + +-- +-- Name: ir_sequence_005; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_005', 1, false); + + +-- +-- Name: ir_sequence_006; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_006', 1, false); + + +-- +-- Name: ir_sequence_007; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_007', 1, false); + + +-- +-- Name: ir_sequence_008; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_008', 1, false); + + +-- +-- Name: ir_sequence_009; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_009', 1, false); + + +-- +-- Name: ir_sequence_010; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_010', 1, false); + + +-- +-- Name: ir_sequence_011; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_011', 1, false); + + +-- +-- Name: ir_sequence_012; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_012', 1, false); + + +-- +-- Name: ir_sequence_013; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_013', 1, false); + + +-- +-- Name: ir_sequence_014; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_014', 1, false); + + +-- +-- Name: ir_sequence_015; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_015', 1, false); + + +-- +-- Name: ir_sequence_016; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_016', 1, false); + + +-- +-- Name: ir_sequence_017; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_017', 1, false); + + +-- +-- Name: ir_sequence_018; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_018', 1, false); + + +-- +-- Name: ir_sequence_019; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_019', 1, false); + + +-- +-- Name: ir_sequence_020; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_020', 1, false); + + +-- +-- Data for Name: ir_sequence_date_range; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_sequence_date_range (id, create_uid, number_next, date_from, write_uid, sequence_id, write_date, date_to, create_date) FROM stdin; +\. + + +-- +-- Name: ir_sequence_date_range_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_date_range_id_seq', 1, false); + + +-- +-- Name: ir_sequence_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_sequence_id_seq', 20, true); + + +-- +-- Data for Name: ir_server_object_lines; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_server_object_lines (id, create_uid, server_id, value, col1, write_date, create_date, write_uid, type) FROM stdin; +\. + + +-- +-- Name: ir_server_object_lines_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_server_object_lines_id_seq', 1, false); + + +-- +-- Data for Name: ir_translation; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_translation (id, lang, src, name, type, module, state, comments, value, res_id) FROM stdin; +\. + + +-- +-- Name: ir_translation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_translation_id_seq', 1, false); + + +-- +-- Data for Name: ir_ui_menu; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_ui_menu (id, parent_left, parent_right, name, web_icon, parent_id, sequence, write_uid, active, write_date, create_uid, action, create_date, load_xmlid) FROM stdin; +253 100 101 Purchase Orders \N 238 6 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,338 2019-03-20 06:51:48.756782 f +254 117 118 Reports \N 237 99 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,342 2019-03-20 06:51:48.756782 f +255 120 121 Settings \N 240 0 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,343 2019-03-20 06:51:48.756782 f +79 0 1 Discuss mail,static/description/icon.png \N 1 1 t 2019-03-20 07:09:37.802443 1 ir.actions.client,88 2019-03-20 06:38:32.951597 f +150 6 7 Customers \N 149 3 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,55 2019-03-20 06:48:10.08327 f +151 34 35 Settings \N 146 0 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,240 2019-03-20 06:48:10.08327 f +162 3 4 Dashboard \N 148 1 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,241 2019-03-20 06:48:10.08327 f +163 29 32 Reports \N 148 99 1 t 2019-03-20 07:10:11.686735 1 \N 2019-03-20 06:48:10.08327 f +126 300 301 Settings \N 94 0 1 t 2019-03-20 07:11:03.306177 1 ir.actions.act_window,203 2019-03-20 06:39:13.995111 f +86 224 345 Accounting account,static/description/icon.png \N 40 1 t 2019-03-20 07:11:03.306177 1 \N 2019-03-20 06:39:13.995111 t +90 267 298 Reports \N 86 5 1 t 2019-03-20 07:11:03.306177 1 \N 2019-03-20 06:39:13.995111 t +165 30 31 Sales \N 163 10 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,245 2019-03-20 06:48:18.928036 f +166 36 39 Sales \N 146 1 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:18.928036 f +167 27 28 Product Variants \N 148 9 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:18.928036 f +149 5 16 Sales \N 148 5 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:10.08327 t +168 12 13 Products \N 149 13 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,117 2019-03-20 06:48:18.928036 f +170 43 44 Attributes \N 169 4 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,106 2019-03-20 06:48:18.928036 f +171 45 46 Attribute Values \N 169 5 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,107 2019-03-20 06:48:18.928036 f +172 14 15 Product Variants \N 149 99 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,113 2019-03-20 06:48:18.928036 f +173 41 42 Product Categories \N 169 2 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,114 2019-03-20 06:48:18.928036 f +174 51 52 Units of Measure \N 169 30 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:18.928036 f +175 47 48 Units of Measure \N 169 6 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,108 2019-03-20 06:48:18.928036 f +176 49 50 Unit of Measure Categories \N 169 7 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,109 2019-03-20 06:48:18.928036 f +179 10 11 Sales Orders \N 149 12 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,247 2019-03-20 06:48:18.928036 f +180 17 22 Invoicing \N 148 5 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:18.928036 f +202 150 151 Scrap \N 199 99 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,276 2019-03-20 06:48:43.692344 f +203 148 149 Inventory Adjustments \N 199 30 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,277 2019-03-20 06:48:43.692344 f +205 152 153 Lots/Serial Numbers \N 199 101 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,281 2019-03-20 06:48:43.692344 f +206 135 136 Dashboard \N 185 0 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,282 2019-03-20 06:48:43.692344 f +3 349 350 Configuration \N 1 100 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +52 353 354 Apps \N 5 5 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,37 2019-03-20 06:35:24.381189 \N +53 355 356 App Store \N 5 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.client,38 2019-03-20 06:35:24.381189 \N +63 378 379 Languages \N 8 1 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,53 2019-03-20 06:35:24.381189 \N +64 370 371 Groups \N 7 3 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,70 2019-03-20 06:35:24.381189 \N +65 368 369 Users \N 7 0 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,71 2019-03-20 06:35:24.381189 \N +169 40 53 Products \N 146 2 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:18.928036 f +178 55 56 Pricelists \N 177 1 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,118 2019-03-20 06:48:18.928036 f +181 18 19 Sales to Invoice \N 180 2 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,248 2019-03-20 06:48:18.928036 f +182 20 21 Orders to Upsell \N 180 5 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,249 2019-03-20 06:48:18.928036 f +184 37 38 Report Layout Categories \N 166 2 1 t 2019-03-20 07:11:19.263357 1 ir.actions.act_window,261 2019-03-20 06:48:18.928036 f +186 137 140 Operations \N 185 2 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +189 192 199 Routes \N 187 2 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +199 141 156 Inventory Control \N 185 4 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +200 163 178 Reports \N 185 99 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +201 166 167 Latest Inventories & Moves \N 200 2 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,271 2019-03-20 06:48:43.692344 f +212 185 186 Locations \N 188 2 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,301 2019-03-20 06:48:43.692344 f +221 183 184 Warehouses \N 188 1 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,305 2019-03-20 06:48:43.692344 f +226 180 181 Settings \N 187 0 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,317 2019-03-20 06:48:43.692344 f +183 8 9 Quotations \N 149 11 1 t 2019-03-20 07:13:22.695216 1 ir.actions.act_window,250 2019-03-20 06:48:18.928036 f +237 96 133 Purchases purchase,static/description/icon.png \N 25 1 t 2019-03-20 07:12:52.487574 1 \N 2019-03-20 06:51:48.756782 f +238 97 110 Purchase \N 237 1 1 t 2019-03-20 07:12:52.487574 1 \N 2019-03-20 06:51:48.756782 f +239 102 103 Vendors \N 238 15 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,57 2019-03-20 06:51:48.756782 f +240 119 132 Configuration \N 237 100 1 t 2019-03-20 07:12:52.487574 1 \N 2019-03-20 06:51:48.756782 f +241 104 105 Vendor Pricelists \N 238 16 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,116 2019-03-20 06:51:48.756782 f +242 124 131 Products \N 240 30 1 t 2019-03-20 07:12:52.487574 1 \N 2019-03-20 06:51:48.756782 f +243 125 126 Product Categories \N 242 1 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,114 2019-03-20 06:51:48.756782 f +244 129 130 Unit of Measure Categories \N 242 10 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,109 2019-03-20 06:51:48.756782 f +245 127 128 Units of Measure \N 242 5 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,108 2019-03-20 06:51:48.756782 f +246 111 116 Control \N 237 4 1 t 2019-03-20 07:12:52.487574 1 \N 2019-03-20 06:51:48.756782 f +247 112 113 Incoming Products \N 246 11 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,311 2019-03-20 06:51:48.756782 f +248 114 115 Vendor Bills \N 246 13 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,329 2019-03-20 06:51:48.756782 f +249 106 107 Products \N 238 20 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,333 2019-03-20 06:51:48.756782 f +251 108 109 Product Variants \N 238 21 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,334 2019-03-20 06:51:48.756782 f +252 98 99 Requests for Quotation \N 238 0 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,337 2019-03-20 06:51:48.756782 f +256 168 169 Stock Batch Forecast \N 200 10 1 t 2019-03-20 07:13:29.407179 1 ir.actions.act_window,344 2019-03-20 06:52:11.137174 f +257 170 171 Stock Report Products by Last Moved \N 200 10 1 t 2019-03-20 07:13:29.407179 1 ir.actions.act_window,345 2019-03-20 06:52:11.137174 f +258 122 123 Price Markup Table \N 240 10 1 t 2019-03-20 07:13:42.090769 1 ir.actions.act_window,347 2019-03-20 06:52:15.503071 f +95 302 315 Accounting \N 94 2 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +96 316 319 Management \N 94 3 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +97 320 325 Analytic Accounting \N 94 5 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +98 326 329 Multi-Currencies \N 94 9 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +99 327 328 Currencies \N 98 20 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,67 2019-03-20 06:39:13.995111 f +100 330 335 Financial Reports \N 94 10 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +101 232 233 Payments \N 87 20 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,122 2019-03-20 06:39:13.995111 f +102 244 245 Payments \N 88 20 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,123 2019-03-20 06:39:13.995111 f +103 256 257 Chart of Accounts \N 89 20 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,129 2019-03-20 06:39:13.995111 f +104 309 310 Bank Accounts \N 95 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,143 2019-03-20 06:39:13.995111 f +105 311 312 Journals \N 95 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,144 2019-03-20 06:39:13.995111 f +106 313 314 Accounts Tags \N 95 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,147 2019-03-20 06:39:13.995111 f +107 307 308 Reports \N 95 4 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +108 303 304 Taxes \N 95 1 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,158 2019-03-20 06:39:13.995111 f +109 252 253 Journal Items \N 89 1 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,159 2019-03-20 06:39:13.995111 f +110 254 255 Journal Entries \N 89 2 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,165 2019-03-20 06:39:13.995111 f +185 134 223 Inventory stock,static/description/icon.png \N 30 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +147 58 85 Contacts \N 146 4 1 t 2019-03-20 07:10:11.686735 1 \N 2019-03-20 06:48:10.08327 f +152 59 60 Contact Tags \N 147 1 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,60 2019-03-20 06:48:10.08327 f +153 61 62 Contact Titles \N 147 3 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,54 2019-03-20 06:48:10.08327 f +154 63 78 Localization \N 147 5 1 t 2019-03-20 07:10:11.686735 1 \N 2019-03-20 06:48:10.08327 f +155 64 65 Countries \N 154 1 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,63 2019-03-20 06:48:10.08327 f +156 68 69 Country Group \N 154 3 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,64 2019-03-20 06:48:10.08327 f +157 66 67 Fed. States \N 154 2 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,65 2019-03-20 06:48:10.08327 f +158 70 71 Currencies \N 154 3 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,67 2019-03-20 06:48:10.08327 f +159 79 84 Bank Accounts \N 147 6 1 t 2019-03-20 07:10:11.686735 1 \N 2019-03-20 06:48:10.08327 f +160 80 81 Banks \N 159 1 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,61 2019-03-20 06:48:10.08327 f +161 82 83 Bank Accounts \N 159 2 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,62 2019-03-20 06:48:10.08327 f +164 86 87 Sales Teams \N 146 10 1 t 2019-03-20 07:10:11.686735 1 ir.actions.act_window,243 2019-03-20 06:48:10.08327 f +94 299 344 Configuration \N 86 15 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +111 317 318 Payment Terms \N 96 4 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,168 2019-03-20 06:39:13.995111 f +112 234 235 Customers \N 87 100 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,56 2019-03-20 06:39:13.995111 f +138 230 231 Sales Receipts \N 87 10 1 t 2019-03-20 07:11:07.597957 1 ir.actions.act_window,230 2019-03-20 06:39:45.927256 f +188 182 191 Warehouse Management \N 187 1 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +190 200 203 Packages \N 187 3 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +146 33 94 Configuration \N 148 100 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:10.08327 f +192 204 215 Products \N 187 4 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +144 296 297 Accounts Count Report \N 90 10 1 t 2019-03-20 07:12:25.853647 1 ir.actions.act_window,237 2019-03-20 06:39:56.546546 f +145 268 269 Account Report \N 90 3 1 t 2019-03-20 07:12:25.853647 1 ir.actions.act_window,238 2019-03-20 06:39:56.546546 f +250 248 249 Purchasable Products \N 88 110 1 t 2019-03-20 07:12:52.487574 1 ir.actions.act_window,333 2019-03-20 06:51:48.756782 f +87 227 238 Sales \N 86 2 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +1 346 351 Dashboards base,static/description/board.png \N 305 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +2 347 348 Dashboards \N 1 0 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +88 239 250 Purchases \N 86 3 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +89 251 266 Adviser \N 86 4 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +91 270 271 Management \N 90 4 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +92 272 277 Business Intelligence \N 90 5 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +93 278 295 PDF Reports \N 90 10 1 t 2019-03-20 07:10:25.544664 1 \N 2019-03-20 06:39:13.995111 f +139 242 243 Purchase Receipts \N 88 4 1 t 2019-03-20 07:11:07.597957 1 ir.actions.act_window,231 2019-03-20 06:39:45.927256 f +140 336 343 Payments \N 94 10 1 t 2019-03-20 07:11:11.81237 1 \N 2019-03-20 06:39:49.357792 f +141 337 338 Payment Acquirers \N 140 10 1 t 2019-03-20 07:11:11.81237 1 ir.actions.act_window,233 2019-03-20 06:39:49.357792 f +142 341 342 Payment Transactions \N 140 20 1 t 2019-03-20 07:11:11.81237 1 ir.actions.act_window,234 2019-03-20 06:39:49.357792 f +143 339 340 Saved Payment Data \N 140 10 1 t 2019-03-20 07:11:11.81237 1 ir.actions.act_window,236 2019-03-20 06:39:49.357792 f +230 72 73 Villages \N 154 10 1 t 2019-03-20 07:13:22.695216 1 ir.actions.act_window,321 2019-03-20 06:49:29.333428 f +231 74 75 Districts \N 154 10 1 t 2019-03-20 07:13:22.695216 1 ir.actions.act_window,322 2019-03-20 06:49:29.333428 f +234 88 89 Order Types \N 146 10 1 t 2019-03-20 07:13:37.524815 1 ir.actions.act_window,326 2019-03-20 06:49:38.976295 f +235 90 91 Order Type - Picking Type Mapping \N 146 10 1 t 2019-03-20 07:13:37.524815 1 ir.actions.act_window,327 2019-03-20 06:49:38.976295 f +236 92 93 Syncable Units \N 146 10 1 t 2019-03-20 07:13:37.524815 1 ir.actions.act_window,328 2019-03-20 06:49:38.976295 f +227 164 165 Inventory at Date \N 200 1 1 t 2019-03-20 07:12:37.020962 1 ir.actions.act_window,319 2019-03-20 06:49:15.138308 f +228 23 26 After-Sale \N 148 5 1 t 2019-03-20 07:13:15.020171 1 \N 2019-03-20 06:49:24.649881 f +229 24 25 Invoicing \N 228 1 1 t 2019-03-20 07:13:15.020171 1 \N 2019-03-20 06:49:24.649881 f +71 375 376 General Settings \N 4 1 1 t 2019-03-20 07:09:32.613036 1 ir.actions.act_window,78 2019-03-20 06:38:28.102318 f +5 352 363 Apps base,static/description/modules.png \N 310 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +6 395 396 Custom Shortcuts \N 4 50 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +7 367 374 Users \N 4 0 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +8 377 394 Translations \N 4 7 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +9 388 393 Application Terms \N 8 4 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +10 382 387 Import / Export \N 8 3 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +12 438 451 User Interface \N 11 10 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +28 409 410 Outgoing Mail Servers \N 13 15 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,12 2019-03-20 06:35:24.381189 \N +39 389 390 Translated Terms \N 9 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,23 2019-03-20 06:35:24.381189 \N +54 357 358 Updates \N 5 20 1 t 2019-03-20 07:08:09.887202 1 ir.actions.client,39 2019-03-20 06:35:24.381189 \N +55 359 360 Update Apps List \N 5 40 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,41 2019-03-20 06:35:24.381189 \N +56 380 381 Load a Translation \N 8 2 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,42 2019-03-20 06:35:24.381189 \N +57 383 384 Import Translation \N 10 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,43 2019-03-20 06:35:24.381189 \N +58 361 362 Apply Scheduled Upgrades \N 5 50 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,44 2019-03-20 06:35:24.381189 \N +59 385 386 Export Translation \N 10 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,46 2019-03-20 06:35:24.381189 \N +60 391 392 Synchronize Terms \N 9 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,47 2019-03-20 06:35:24.381189 \N +61 372 373 Companies \N 7 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,51 2019-03-20 06:35:24.381189 \N +69 365 366 Dashboard \N 4 -1 1 t 2019-03-20 07:09:34.193992 1 ir.actions.client,76 2019-03-20 06:36:28.824916 f +72 399 400 Subtypes \N 13 10 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,81 2019-03-20 06:38:32.951597 f +73 401 402 Tracking Values \N 13 10 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,82 2019-03-20 06:38:32.951597 f +74 403 404 Messages \N 13 10 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,83 2019-03-20 06:38:32.951597 f +75 405 406 Emails \N 13 10 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,84 2019-03-20 06:38:32.951597 f +76 413 414 Followers \N 13 30 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,85 2019-03-20 06:38:32.951597 f +81 411 412 Templates \N 13 20 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,92 2019-03-20 06:38:32.951597 f +85 407 408 Incoming Mail Servers \N 13 14 1 t 2019-03-20 07:09:56.100574 1 ir.actions.act_window,102 2019-03-20 06:38:47.430172 f +113 236 237 Sellable Products \N 87 110 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,117 2019-03-20 06:39:13.995111 f +114 246 247 Vendors \N 88 100 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,57 2019-03-20 06:39:13.995111 f +115 331 332 Account Reports \N 100 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,175 2019-03-20 06:39:13.995111 f +116 333 334 Account Reports Hierarchy \N 100 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,176 2019-03-20 06:39:13.995111 f +117 258 259 Manual Payments & Invoices Matching \N 89 25 1 t 2019-03-20 07:10:25.544664 1 ir.actions.client,177 2019-03-20 06:39:13.995111 f +118 228 229 Customer Invoices \N 87 1 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,196 2019-03-20 06:39:13.995111 f +119 240 241 Vendor Bills \N 88 1 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,197 2019-03-20 06:39:13.995111 f +120 305 306 Fiscal Positions \N 95 3 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,200 2019-03-20 06:39:13.995111 f +121 260 261 Analytic Accounts \N 89 30 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,99 2019-03-20 06:39:13.995111 f +122 264 265 Analytic Entries \N 89 35 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,101 2019-03-20 06:39:13.995111 f +123 321 322 Analytic Accounts \N 97 0 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,100 2019-03-20 06:39:13.995111 f +124 275 276 Analytic Entries \N 92 35 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,201 2019-03-20 06:39:13.995111 f +125 323 324 Analytic Accounts Tags \N 97 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,97 2019-03-20 06:39:13.995111 f +127 273 274 Invoices \N 92 20 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,205 2019-03-20 06:39:13.995111 f +128 225 226 Dashboard \N 86 1 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,207 2019-03-20 06:39:13.995111 f +129 279 280 Sale/Purchase Journal \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,209 2019-03-20 06:39:13.995111 f +130 281 282 Partner Ledger \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,210 2019-03-20 06:39:13.995111 f +131 283 284 General Ledger \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,211 2019-03-20 06:39:13.995111 f +232 76 77 Tehsils \N 154 10 1 t 2019-03-20 07:13:22.695216 1 ir.actions.act_window,323 2019-03-20 06:49:29.333428 f +132 285 286 Trial Balance \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,212 2019-03-20 06:39:13.995111 f +133 287 288 Balance Sheet \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,213 2019-03-20 06:39:13.995111 f +134 289 290 Profit and Loss \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,214 2019-03-20 06:39:13.995111 f +135 293 294 Financial Report \N 93 100 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,215 2019-03-20 06:39:13.995111 f +136 291 292 Aged Partner Balance \N 93 10 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,216 2019-03-20 06:39:13.995111 f +137 262 263 Make Manual Tax Adjustments \N 89 30 1 t 2019-03-20 07:10:25.544664 1 ir.actions.act_window,217 2019-03-20 06:39:13.995111 f +148 2 95 Sales sale,static/description/icon.png \N 6 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:10.08327 t +177 54 57 Pricelists \N 146 3 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:48:18.928036 f +191 220 221 Barcode Nomenclatures \N 187 50 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,239 2019-03-20 06:48:43.692344 f +193 205 206 Product Categories \N 192 2 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,114 2019-03-20 06:48:43.692344 f +194 207 208 Attributes \N 192 4 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,106 2019-03-20 06:48:43.692344 f +195 209 210 Attribute Values \N 192 5 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,107 2019-03-20 06:48:43.692344 f +196 211 212 Unit of Measure Categories \N 192 5 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,109 2019-03-20 06:48:43.692344 f +197 213 214 Units of Measure \N 192 35 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +198 218 219 Units of Measure \N 187 35 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,108 2019-03-20 06:48:43.692344 f +204 189 190 Incoterms \N 188 5 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,279 2019-03-20 06:48:43.692344 f +207 187 188 Operations Types \N 188 4 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,283 2019-03-20 06:48:43.692344 f +208 138 139 All Transfers \N 186 2 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,284 2019-03-20 06:48:43.692344 f +209 172 173 Inventory Valuation \N 200 120 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,295 2019-03-20 06:48:43.692344 f +210 154 155 Packages \N 199 102 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,299 2019-03-20 06:48:43.692344 f +211 201 202 Package Types \N 190 10 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,115 2019-03-20 06:48:43.692344 f +213 197 198 Global Push Rules \N 189 4 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,302 2019-03-20 06:48:43.692344 f +214 193 194 Routes \N 189 1 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,303 2019-03-20 06:48:43.692344 f +215 157 162 Schedulers \N 185 50 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +216 160 161 Run Reordering Rules \N 215 2 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,275 2019-03-20 06:48:43.692344 f +217 158 159 Run Schedulers \N 215 1 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,219 2019-03-20 06:48:43.692344 f +218 216 217 Automatic Procurements \N 187 5 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +219 176 177 Procurement Exceptions \N 200 150 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,221 2019-03-20 06:48:43.692344 f +220 195 196 Global Procurement Rules \N 189 3 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,304 2019-03-20 06:48:43.692344 f +222 146 147 Reordering Rules \N 199 10 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,307 2019-03-20 06:48:43.692344 f +223 174 175 Stock Moves \N 200 130 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,310 2019-03-20 06:48:43.692344 f +224 142 143 Products \N 199 1 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,316 2019-03-20 06:48:43.692344 f +225 144 145 Product Variants \N 199 2 1 t 2019-03-20 07:11:46.316296 1 ir.actions.act_window,111 2019-03-20 06:48:43.692344 f +187 179 222 Configuration \N 185 100 1 t 2019-03-20 07:11:46.316296 1 \N 2019-03-20 06:48:43.692344 f +13 398 421 Email \N 11 1 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +14 452 469 Database Structure \N 11 10 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +15 470 473 Automation \N 11 10 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +19 422 437 Actions \N 11 2 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +20 423 424 Actions \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,3 2019-03-20 06:35:24.381189 \N +21 425 426 Reports \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,4 2019-03-20 06:35:24.381189 \N +22 427 428 Window Actions \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,5 2019-03-20 06:35:24.381189 \N +23 429 430 Server Actions \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,6 2019-03-20 06:35:24.381189 \N +24 431 432 Configuration Wizards \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,7 2019-03-20 06:35:24.381189 \N +26 471 472 Scheduled Actions \N 15 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,10 2019-03-20 06:35:24.381189 \N +27 445 446 User-defined Filters \N 12 5 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,11 2019-03-20 06:35:24.381189 \N +29 453 454 Models \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,14 2019-03-20 06:35:24.381189 \N +30 455 456 Fields \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,15 2019-03-20 06:35:24.381189 \N +33 457 458 Model Constraints \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,17 2019-03-20 06:35:24.381189 \N +34 459 460 ManyToMany Relations \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,18 2019-03-20 06:35:24.381189 \N +36 461 462 Attachments \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,20 2019-03-20 06:35:24.381189 \N +40 439 440 Menu Items \N 12 1 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,24 2019-03-20 06:35:24.381189 \N +41 441 442 Views \N 12 2 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,25 2019-03-20 06:35:24.381189 \N +42 443 444 Customized Views \N 12 3 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,26 2019-03-20 06:35:24.381189 \N +43 433 434 Action Bindings \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,27 2019-03-20 06:35:24.381189 \N +44 435 436 User-defined Defaults \N 19 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,28 2019-03-20 06:35:24.381189 \N +45 463 464 Logging \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,30 2019-03-20 06:35:24.381189 \N +46 474 485 Workflows \N 11 10 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +47 475 476 Workflows \N 46 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,31 2019-03-20 06:35:24.381189 \N +48 477 478 Activities \N 46 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,32 2019-03-20 06:35:24.381189 \N +49 479 480 Transitions \N 46 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,33 2019-03-20 06:35:24.381189 \N +62 465 466 Referenceable Models \N 14 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,52 2019-03-20 06:35:24.381189 \N +70 467 468 Decimal Accuracy \N 14 10 1 t 2019-03-20 07:09:17.829883 1 ir.actions.act_window,77 2019-03-20 06:38:25.435823 f +67 449 450 Planners \N 12 10 1 t 2019-03-20 07:09:27.281163 1 ir.actions.act_window,74 2019-03-20 06:36:23.704503 \N +68 447 448 Tours \N 12 5 1 t 2019-03-20 07:09:29.78541 1 ir.actions.act_window,75 2019-03-20 06:36:25.02442 f +77 419 420 Channels/Partner \N 13 92 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,86 2019-03-20 06:38:32.951597 f +78 417 418 Channels \N 13 90 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,87 2019-03-20 06:38:32.951597 f +80 415 416 Aliases \N 13 50 1 t 2019-03-20 07:09:37.802443 1 ir.actions.act_window,90 2019-03-20 06:38:32.951597 f +233 486 487 Event Records \N 11 10 1 t 2019-03-20 07:13:37.524815 1 ir.actions.act_window,324 2019-03-20 06:49:38.976295 f +11 397 512 Technical \N 4 110 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +16 506 511 Security \N 11 25 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +17 500 505 Parameters \N 11 24 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +18 514 515 Tests test_exceptions,static/description/icon.png \N 1000000 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +25 501 502 System Parameters \N 17 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,9 2019-03-20 06:35:24.381189 \N +31 494 499 Sequences & Identifiers \N 11 21 1 t 2019-03-20 07:08:09.887202 1 \N 2019-03-20 06:35:24.381189 \N +32 495 496 External Identifiers \N 31 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,16 2019-03-20 06:35:24.381189 \N +35 509 510 Access Controls List \N 16 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,19 2019-03-20 06:35:24.381189 \N +37 507 508 Record Rules \N 16 3 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,21 2019-03-20 06:35:24.381189 \N +38 497 498 Sequences \N 31 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,22 2019-03-20 06:35:24.381189 \N +50 481 482 Instances \N 46 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,34 2019-03-20 06:35:24.381189 \N +51 483 484 Workitems \N 46 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,35 2019-03-20 06:35:24.381189 \N +66 503 504 Company Properties \N 17 10 1 t 2019-03-20 07:08:09.887202 1 ir.actions.act_window,73 2019-03-20 06:35:24.381189 \N +82 488 493 Reports \N 11 15 1 t 2019-03-20 07:09:47.514696 1 \N 2019-03-20 06:38:40.560218 f +83 489 490 Paper Format \N 82 2 1 t 2019-03-20 07:09:47.514696 1 ir.actions.act_window,93 2019-03-20 06:38:40.560218 f +84 491 492 Reports \N 82 3 1 t 2019-03-20 07:09:47.514696 1 ir.actions.act_window,94 2019-03-20 06:38:40.560218 f +4 364 513 Settings base,static/description/settings.png \N 500 1 t 2019-03-20 07:11:19.263357 1 \N 2019-03-20 06:35:24.381189 t +\. + + +-- +-- Data for Name: ir_ui_menu_group_rel; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_ui_menu_group_rel (menu_id, gid) FROM stdin; +1 1 +3 4 +5 4 +9 7 +10 7 +11 7 +28 7 +31 7 +32 7 +33 7 +34 7 +46 7 +53 7 +55 7 +58 7 +63 7 +64 7 +69 4 +71 4 +76 7 +77 7 +78 7 +79 1 +80 7 +82 7 +83 7 +84 7 +85 7 +86 21 +86 22 +86 20 +89 22 +90 20 +91 21 +92 20 +93 21 +94 20 +95 20 +96 22 +97 12 +98 6 +99 6 +100 21 +101 21 +102 21 +104 22 +105 22 +106 7 +107 22 +109 7 +110 21 +121 12 +122 12 +123 12 +124 12 +125 7 +126 4 +128 21 +129 22 +129 21 +130 22 +130 21 +131 22 +131 21 +143 7 +144 21 +145 21 +148 25 +148 27 +151 4 +152 7 +153 7 +154 7 +155 7 +156 7 +157 7 +158 6 +159 7 +160 7 +161 7 +163 27 +166 27 +166 25 +166 22 +166 21 +167 19 +170 19 +171 19 +172 19 +173 7 +174 16 +175 16 +176 7 +177 13 +178 13 +179 25 +179 27 +184 28 +185 40 +185 39 +187 40 +188 40 +189 43 +190 17 +191 7 +194 19 +195 19 +196 16 +197 16 +198 16 +200 40 +201 7 +204 7 +205 41 +207 37 +208 40 +208 39 +210 42 +211 17 +212 37 +213 7 +215 40 +216 7 +217 40 +219 40 +220 7 +221 7 +221 38 +225 19 +226 4 +227 7 +228 25 +237 52 +237 51 +240 52 +241 54 +242 7 +251 19 +254 52 +255 4 +4 3 +4 4 +146 4 +147 8 +147 4 +146 27 +\. + + +-- +-- Name: ir_ui_menu_id_seq; Type: SEQUENCE SET; Schema: public; Owner: odoo +-- + +SELECT pg_catalog.setval('public.ir_ui_menu_id_seq', 258, true); + + +-- +-- Data for Name: ir_ui_view; Type: TABLE DATA; Schema: public; Owner: odoo +-- + +COPY public.ir_ui_view (id, create_date, write_date, write_uid, field_parent, inherit_id, model_data_id, priority, type, arch_db, create_uid, key, active, arch_fs, name, mode, model) FROM stdin; +1 2019-03-20 06:35:24.381189 2019-03-20 06:35:24.381189 1 child_id \N 1750 16 tree \n\n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/base_data.xml ir.ui.menu.tree primary ir.ui.menu +293 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 \N \N 4878 16 tree \n\n \n \n \n \n \n 1 \N t product/views/product_attribute_views.xml product.attribute.value.view.tree primary product.attribute.value +515 2019-03-20 06:48:08.001898 2019-03-20 07:09:20.789122 1 \N \N 7133 16 form \n
    \n \n \n \n \n \n \n \n \n
    \n 1 \N t barcodes/views/barcodes_view.xml Barcode Rule primary barcode.rule +156 2019-03-20 06:35:24.381189 2019-03-20 07:13:22.695216 1 \N 153 3181 16 form \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n 1 \N t \N res.users.groups extension res.users +294 2019-03-20 06:38:52.19915 2019-03-20 07:09:58.889473 1 \N \N 4880 16 tree \n\n \n \n \n \n 1 \N t product/views/product_attribute_views.xml product.attribute.tree primary product.attribute +176 2019-03-20 06:36:20.238048 2019-03-20 07:09:22.870427 1 \N 163 3330 16 qweb \n\n \n \n \n\n \n \n \n \n \n \n\n\n 1 web_editor.summernote t web_editor/views/editor.xml Summernote primary \N +330 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6341 16 tree \n\n \n \n \n \n \n \n \n \n \n \n \n 1 \N t account/views/account_payment_view.xml account.payment.tree primary account.payment +179 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 \N 161 3385 16 qweb \n\n \n \n \n\n\n 1 web_editor.less_helpers t web_editor/views/editor.xml less_helpers extension \N +742 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 \N 464 9417 16 form \n\n \n \n 1 \N t purchase/views/purchase_views.xml procurement.order.form.inherit extension procurement.order +331 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6342 16 tree \n\n \n \n \n \n \n \n \n \n \n \n \n 1 \N t account/views/account_payment_view.xml account.supplier.payment.tree primary account.payment +773 2019-03-20 06:52:11.137174 2019-03-20 07:13:29.407179 1 \N \N 9499 16 qweb \n\n\t \n \n \n
    \n

    R E C E I P T

    \n
    \n \t\n
    \n\t\t \tName :
    \n\t\t ID :
    \n\t\t Provider Name :
    \n\t
    \n\t\t
    \n\t\t

    \n\t\t Date :
    \n\t\t Bill Number : \n\t\t

    \n\t\t
    \n\t\t
    \n\n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t
    ProductExpiry DateQuantityUnit PriceSubtotal
    \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t
    \n\n\t\t
    \n\t\t
    \n\t\t \n\t\t \n\t\t \n\t\t \n\t\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t \n\t\t \n\t\t \n\t\t \n\t\t \n\t\t \n\t \n\t \n\t \n\t \n\t\t \n\t\t \n\t\t \n\t\t \n\t \n\t \n\t \n\t \n\t\t \n\t\t \n\t\t \n\t\t
    Total Without Taxes\n\t\t \n\t\t
    Tax\n\t \n\t
    Discount\n\t \n\t
    Net Amount\n\t\t \n\t\t
    Previous Balance\n\t \n\t
    Bill Amount\n\t\t \n\t\t
    Paid Amount\n\t \n\t
    Outstanding Balance\n\t\t \n\t\t
    \n\t\t
    \n\t\t
    \n\t\t \n
    \n
    \n
    \n
    \n
    \n\n\n 1 bahmni_stock.report_payment_document t bahmni_stock/report/account_payment_report.xml report_payment_document primary \N +180 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 \N 162 3386 16 qweb \n\n \n \n \n \n \n \n \n\n \n \n \n\n \n \n \n \n
    \n
    \n \n
    \n
    \n \n \n \n\n\n 1 web_editor.layout t web_editor/views/iframe.xml Editor layout primary \N +188 2019-03-20 06:36:21.520909 2019-03-20 07:09:24.638121 1 \N \N 3394 16 qweb \n\n \n
    \n \n\n\n 1 web_editor.FieldTextHtml t web_editor/views/iframe.xml Editor HTML primary \N +338 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6357 16 form \n
    \n \n \n \n \n \n \n \n
    \n
    \n
    \n 1 \N t account/wizard/account_reconcile_view.xml account.move.line.reconcile.writeoff.form primary account.move.line.reconcile.writeoff +539 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 \N 538 7552 16 form \n\n \n \n 1 \N t sale/views/sale_views.xml sale.order.form.editable.list extension sale.order +204 2019-03-20 06:36:28.218163 2019-03-20 07:09:33.345042 1 \N 163 3590 16 qweb \n\n \n \n \n \n \n \n \n \n\n\n 1 report.minimal_layout t report/views/layout_templates.xml minimal_layout primary \N +749 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 \N 651 9425 16 form \n\n \n \n 1 \N t purchase/views/stock_views.xml stock.move.form extension stock.move +750 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 \N 640 9426 16 form \n\n \n \n 1 \N t purchase/views/stock_views.xml Stock Warehouse Inherited extension stock.warehouse +141 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 3160 16 search \n\n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/res/res_currency_view.xml res.currency.rate.search primary res.currency.rate +633 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 \N \N 8560 7 form \n
    \n \n
    \n \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n

    Select the places where this route can be selected

    \n \n \n
    \n 1 \N t stock/views/procurement_views.xml procurement.group.view.form.inherit.picking extension procurement.group +636 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 \N 464 8565 16 form \n\n \n \n \n \n \n \n
    \n
    \n \n \n \n \n
    1 \N t stock/views/procurement_views.xml procurement.order.form.stock.inherit extension procurement.order +637 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 \N 463 8566 16 tree \n\n \n \n 1 \N t stock/views/procurement_views.xml procurement.order.tree.stock.inherit extension procurement.order +638 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 \N 468 8567 16 tree \n\n \n \n 1 \N t stock/views/procurement_views.xml procurement.rule.tree.stock.inherit extension procurement.rule +264 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 \N \N 4342 16 qweb \n\n \n \n
    \n

    This is a sample of an internal report.

    \n
    \n
    \n
    \n
    \n 1 report.preview_internalreport t report/views/report_paperformat_views.xml preview_internalreport primary \N +490 2019-03-20 06:39:49.357792 2019-03-20 07:11:11.81237 1 \N \N 7011 16 search \n\n \n \n \n \n \n \n \n 1 \N t payment/views/payment_views.xml payment.acquirer.search primary payment.acquirer +753 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 \N 124 9431 20 form \n
    \n \n
    \n \n \n \n \n \n \n \n
    1 \N t purchase/views/res_partner_views.xml res.partner.view.purchase.buttons extension res.partner +265 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 \N \N 4343 16 qweb \n\n \n \n
    \n

    This is a sample of an external report.

    \n
    \n
    \n
    \n
    \n 1 report.preview_externalreport t report/views/report_paperformat_views.xml preview_externalreport primary \N +268 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 \N 7 4348 16 form \n\n \n \n \n \n 1 \N t report/views/ir_actions_report_views.xml ir.actions.report.xml.form.inherit extension ir.actions.report.xml +269 2019-03-20 06:38:40.560218 2019-03-20 07:09:47.514696 1 \N 7 4349 16 form \n\n \n \n \n \n \n \n \n 1 \N t purchase/views/res_partner_views.xml res.partner.view.purchase.account.buttons extension res.partner +8 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2881 16 tree \n\n \n \n \n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.report.xml.tree primary ir.actions.report.xml +282 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 \N 167 4452 16 qweb \n\n \n Sign up\n Reset Password\n \n \n\n 1 auth_signup.login t auth_signup/views/auth_signup_login_templates.xml Sign up - Reset Password extension \N +414 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6519 16 tree \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 1 \N t account/views/account_invoice_view.xml account.invoice.tree primary account.invoice +644 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 \N \N 8583 16 search \n\n \n \n \n \n \n \n \n \n \n \n \n 1 \N t stock/views/stock_warehouse_views.xml stock.warehouse.orderpoint.search primary stock.warehouse.orderpoint +9 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2882 16 search \n\n \n \n \n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.report.xml.search primary ir.actions.report.xml +10 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2885 16 tree \n\n \n \n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.windows.tree primary ir.actions.act_window +283 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 \N \N 4453 16 qweb \n\n\n \n\n
    \n \n \n
    \n\n
    \n \n \n
    \n\n
    \n \n \n
    \n
    \n\n 1 auth_signup.fields t auth_signup/views/auth_signup_login_templates.xml Auth Signup/ResetPassword form fields primary \N +11 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2886 16 form \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.windows.form primary ir.actions.act_window +12 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2887 16 search \n\n \n \n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.windows.search primary ir.actions.act_window +415 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6520 16 kanban \n\n \n \n \n \n \n \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n 1 \N t account/views/account_invoice_view.xml account.invoice.kanban primary account.invoice +13 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2892 16 form \n
    \n \n
    \n \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n

    \n Please set the Base Model before setting the action details.\n

    \n \n \n \n \n \n \n \n
    \n\n \n \n \n \n \n\n\n \n

    \n Please set the Base Model before setting the action details.\n

    \n \n \n\n \n\n \n
    \n\n \n

    \n If several child actions return an action, only the last one will be executed.\n This may happen when having server actions executing code that returns an action, or server actions returning a client action.\n

    \n \n
    \n\n \n \n
    \n

    Help with Python expressions.

    \n

    Various fields may use Python code or Python expressions. The following variables can be used:

    \n
      \n
    • env: Odoo Environement on which the action is triggered
    • \n
    • record: browse_record of the record on which the action is triggered
    • \n
    • time, datetime, timezone: Python module
    • \n
    • log(message, level='info'): a logging function to create ir_logging records
    • \n
    \n
    \n

    Example of condition expression using Python

    \n
      \n
    • condition: True
    • \n
    • condition: record.list_price > 5000
    • \n
    \n
    \n
    \n

    Example of python code

    \n\npartner_name = record.name + '_code'\nenv["res.partner"].create({"name": partner_name})\n\n
    \n
    \n \n

    Dynamic expression builder

    \n

    \n Please set the Base Model of the action to enable the dynamic expression buidler.\n

    \n \n \n \n \n

    Find the ID of a record in the database

    \n \n \n
    \n
    \n
    \n
    \n
    \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml Server Action primary ir.actions.server +755 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 \N \N 9433 16 pivot \n\n \n \n \n \n \n \n 1 \N t purchase/report/purchase_report_views.xml product.month.pivot primary purchase.report +14 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2893 16 tree \n\n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml Server Actions primary ir.actions.server +756 2019-03-20 06:51:48.756782 2019-03-20 07:12:52.487574 1 \N \N 9434 16 graph \n\n \n \n \n \n 1 \N t purchase/report/purchase_report_views.xml product.month.graph primary purchase.report +284 2019-03-20 06:38:45.797199 2019-03-20 07:09:54.250293 1 \N \N 4454 16 qweb \n\n \n \n \n\n 1 auth_signup.signup t auth_signup/views/auth_signup_login_templates.xml Sign up login primary \N +15 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2894 16 search \n\n \n \n \n \n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.server.search primary ir.actions.server +287 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 \N \N 4487 16 form \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n 1 \N t fetchmail/views/fetchmail_views.xml fetchmail.server.form primary fetchmail.server +16 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2897 16 tree \n\n \n \n \n \n \n \n\n \n\n
    \n
    \n 1 auth_signup.reset_password t auth_signup/views/auth_signup_login_templates.xml Reset password primary \N +289 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 \N 211 4490 16 form \n
    \n
    \n
    \n
    \n 1 \N t fetchmail/views/fetchmail_views.xml General Settings extension base.config.settings +646 2019-03-20 06:48:43.692344 2019-03-20 07:11:46.316296 1 \N \N 8588 16 tree \n\n \n \n \n \n \n \n \n \n \n \n \n \n 1 \N t stock/views/stock_move_views.xml Stock Moves primary stock.move +290 2019-03-20 06:38:47.430172 2019-03-20 07:09:56.100574 1 \N 223 4492 16 form \n\n \n \n 1 \N t fetchmail/views/mail_mail_views.xml mail.mail.form.fetchmail extension mail.mail +17 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2898 16 form \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n
    \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml Config Wizard Steps primary ir.actions.todo +18 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2899 16 search \n\n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_actions.xml ir.actions.todo.select primary ir.actions.todo +416 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6521 16 tree \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 1 \N t account/views/account_invoice_view.xml account.invoice.supplier.tree primary account.invoice +417 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6522 2 form \n
    \n
    \n
    \n \n \n \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n \n \n
    \n \n 1 \N t account/views/account_invoice_view.xml account.invoice.supplier.form primary account.invoice +19 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2903 16 search \n\n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_config_parameter_view.xml ir.config_parameter search primary ir.config_parameter +20 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2904 16 tree \n\n \n \n \n \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_config_parameter_view.xml ir.config_parameter tree primary ir.config_parameter +418 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6523 16 form \n
    \n
    \n
    \n \n \n \n \n
    \n \n \n
    \n \n 1 \N t account/views/account_invoice_view.xml account.invoice.form primary account.invoice +21 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2905 16 form \n
    \n \n \n \n \n \n \n \n
    \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_config_parameter_view.xml ir.config_parameter form primary ir.config_parameter +535 2019-03-20 06:48:18.928036 2019-03-20 07:11:19.263357 1 \N \N 7548 16 kanban \n\n \n \n \n \n \n \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n 1 \N t sale/views/sale_views.xml sale.order.kanban primary sale.order +419 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6525 16 search \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 1 \N t account/views/account_invoice_view.xml account.invoice.select primary account.invoice +22 2019-03-20 06:35:24.381189 2019-03-20 07:08:09.887202 1 \N \N 2908 16 form \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n 1 \N t odoo-10.0-py2.7.egg/odoo/addons/base/ir/ir_cron_view.xml ir.cron form primary ir.cron +420 2019-03-20 06:39:13.995111 2019-03-20 07:10:25.544664 1 \N \N 6544 16 form \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n